01KZ6XT3A8SQ9Y6RNPNS8AZ9MS: clippy (helios)

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

Buildomat Job: 01KZ6XTTC2KV8XQ54MCJ39VFKS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T17:41:59.097Zjob assigned to worker 01KZ6XV3C8B3RPHT1AT47KFEAS [factory aws, i-00d1f047cfcd49a60] (queued for 51 s)
 
22026-08-04T17:42:05.797Zstarting task 0: "setup"
32026-08-04T17:42:05.802Z++ uname -s
42026-08-04T17:42:05.805Z+ kern=SunOS
52026-08-04T17:42:05.805Z+ build_user=build
62026-08-04T17:42:05.805Z+ build_uid=12345
72026-08-04T17:42:05.805Z+ work_dir=/work
82026-08-04T17:42:05.805Z+ input_dir=/input
92026-08-04T17:42:05.805Z+ [[ 0 == 12345 ]]
102026-08-04T17:42:05.805Z+ case "$kern" in
112026-08-04T17:42:05.805Z+ groupadd -g 12345 build
122026-08-04T17:42:05.808Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T17:42:07.811Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T17:42:07.926Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T17:42:07.929Z+ home_fs=zfs
162026-08-04T17:42:07.929Z+ [[ zfs == autofs ]]
172026-08-04T17:42:07.929Z+ mkdir -p /home/build
182026-08-04T17:42:07.929Z+ chown build:build /home/build /work
192026-08-04T17:42:09.931Z+ chmod 0700 /home/build /work
202026-08-04T17:42:09.934Zprocess exited: duration 4138 ms, exit code 0
 
212026-08-04T17:42:09.940Zstarting task 1: "rust-toolchain"
222026-08-04T17:42:09.945Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T17:42:09.945Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-04T17:42:09.945Z * rust toolchain channel = "1.97.1"
252026-08-04T17:42:09.945Z * rust toolchain profile = "default"
262026-08-04T17:42:09.945Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T17:42:09.945Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T17:42:09.948Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T17:42:09.949Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T17:42:10.051Zinfo: downloading installer
312026-08-04T17:42:11.358Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T17:42:11.358Zwarn: /home/build/.rustup/settings.toml
332026-08-04T17:42:11.358Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T17:42:11.358Zwarn: instead of the one inferred from the default host triple.
352026-08-04T17:42:11.370Zinfo: profile set to default
362026-08-04T17:42:11.370Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T17:42:11.374Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T17:42:11.495Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T17:42:11.498Zinfo: downloading 6 components
402026-08-04T17:42:25.519Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T17:42:25.519Z
422026-08-04T17:42:25.553Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T17:42:25.554Z
442026-08-04T17:42:25.554Z
452026-08-04T17:42:25.555ZRust is installed now. Great!
462026-08-04T17:42:25.555Z
472026-08-04T17:42:25.563ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T17:42:25.563Zenvironment variable. This has not been done automatically.
492026-08-04T17:42:25.563Z
502026-08-04T17:42:25.563ZTo configure your current shell, you need to source
512026-08-04T17:42:25.563Zthe corresponding env file under $HOME/.cargo.
522026-08-04T17:42:25.563Z
532026-08-04T17:42:25.563ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T17:42:25.563Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T17:42:25.563Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T17:42:25.563Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T17:42:25.563Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T17:42:25.564Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T17:42:25.564Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T17:42:25.564Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T17:42:25.564Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T17:42:25.632Z+ rustup --version
632026-08-04T17:42:25.641Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T17:42:25.770Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T17:42:25.770Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T17:42:25.771Z+ cargo --version
672026-08-04T17:42:25.771Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T17:42:25.771Z+ rustc --version
692026-08-04T17:42:25.771Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T17:42:25.771Zprocess exited: duration 15762 ms, exit code 0
 
712026-08-04T17:42:25.780Zstarting task 2: "authentication"
722026-08-04T17:42:25.800Zprocess exited: duration 17 ms, exit code 0
 
732026-08-04T17:42:25.809Zstarting task 3: "clone repository"
742026-08-04T17:42:25.816Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T17:42:25.816Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T17:42:25.844ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T17:42:42.812Z+ cd /work/oxidecomputer/omicron
782026-08-04T17:42:42.813Z+ git fetch origin 6cc81ce3932cf9c476fca9721fea85d8035760dd
792026-08-04T17:42:43.111ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T17:42:43.112Z * branch 6cc81ce3932cf9c476fca9721fea85d8035760dd -> FETCH_HEAD
812026-08-04T17:42:43.122Z+ [[ -n multirack-join-service-part-2 ]]
822026-08-04T17:42:43.126Z++ git branch --show-current
832026-08-04T17:42:43.126Z+ current=main
842026-08-04T17:42:43.126Z+ [[ main != multirack-join-service-part-2 ]]
852026-08-04T17:42:43.126Z+ git branch -f multirack-join-service-part-2 6cc81ce3932cf9c476fca9721fea85d8035760dd
862026-08-04T17:42:43.130Z+ git checkout -f multirack-join-service-part-2
872026-08-04T17:42:43.218ZSwitched to branch 'multirack-join-service-part-2'
882026-08-04T17:42:43.231Z+ git reset --hard 6cc81ce3932cf9c476fca9721fea85d8035760dd
892026-08-04T17:42:43.315ZHEAD is now at 6cc81ce39 move some types and break a circular dep
902026-08-04T17:42:43.319Zprocess exited: duration 17507 ms, exit code 0
 
912026-08-04T17:42:43.326Zstarting task 4: "build"
922026-08-04T17:42:43.331Z+ source ./env.sh
932026-08-04T17:42:43.331Z++ OLD_SHELL_OPTS=ehxB
942026-08-04T17:42:43.331Z++ set -o xtrace
952026-08-04T17:42:43.350Z++++ dirname ./env.sh
962026-08-04T17:42:43.350Z+++ readlink -f .
972026-08-04T17:42:43.351Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-04T17:42:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-04T17:42:43.351Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-04T17:42:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-04T17:42:43.351Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-04T17:42:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-04T17:42:43.351Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-04T17:42:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-04T17:42:43.351Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-04T17:42:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-04T17:42:43.351Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-04T17:42:43.351Z++ case $OLD_SHELL_OPTS in
1092026-08-04T17:42:43.351Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-04T17:42:43.351Z+ source .github/buildomat/ci-env.sh
1112026-08-04T17:42:43.352Z++ export CARGO_TERM_COLOR=always
1122026-08-04T17:42:43.352Z++ CARGO_TERM_COLOR=always
1132026-08-04T17:42:43.511Z+++ uname -s
1142026-08-04T17:42:43.511Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-04T17:42:43.511Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-04T17:42:43.511Z+ cargo --version
1172026-08-04T17:42:43.512Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-04T17:42:43.512Z+ rustc --version
1192026-08-04T17:42:43.512Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-04T17:42:43.512Z+ banner prerequisites
1212026-08-04T17:42:43.512Z
1222026-08-04T17:42:43.512Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-04T17:42:43.512Z # # # # # # # # # # # # # # #
1242026-08-04T17:42:43.512Z # # # # ##### # # ##### # # # # # #### #
1252026-08-04T17:42:43.512Z ##### ##### # ##### # # # # # # # # #
1262026-08-04T17:42:43.512Z # # # # # # # # # # # # # # #
1272026-08-04T17:42:43.512Z # # # ###### # # ###### ### # #### # #### #
1282026-08-04T17:42:43.512Z
1292026-08-04T17:42:43.512Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-04T17:42:45.148Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-04T17:42:45.452Z Startup: Caching catalogs ... Done
1322026-08-04T17:42:46.727ZPlanning: Solver setup ... Done (1.254s)
1332026-08-04T17:42:46.771ZPlanning: Running solver ... Done (0.044s)
1342026-08-04T17:42:46.804ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-04T17:42:46.821ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-04T17:42:46.834ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-04T17:42:46.848ZPlanning: Package planning ... Done (0.014s)
1382026-08-04T17:42:46.866ZPlanning: Merging actions ... Done (0.001s)
1392026-08-04T17:42:47.020ZPlanning: Checking for conflicting actions ... Done (0.161s)
1402026-08-04T17:42:47.038ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-04T17:42:47.805ZPlanning: Evaluating mediators ... Done (0.795s)
1422026-08-04T17:42:47.812ZPlanning: Planning completed in 2.39 seconds
1432026-08-04T17:42:47.820Z Packages to install: 2
1442026-08-04T17:42:47.821Z Estimated space available: 156.02 GB
1452026-08-04T17:42:47.821ZEstimated space to be consumed: 56.46 MB
1462026-08-04T17:42:47.832Z Create boot environment: No
1472026-08-04T17:42:47.832ZCreate backup boot environment: No
1482026-08-04T17:42:47.832Z Rebuild boot archive: No
1492026-08-04T17:42:47.832Z
1502026-08-04T17:42:47.832ZChanged packages:
1512026-08-04T17:42:47.832Zhelios
1522026-08-04T17:42:47.832Z developer/build-essential
1532026-08-04T17:42:47.832Z None -> 11-3.0
1542026-08-04T17:42:47.832Z library/libxmlsec1
1552026-08-04T17:42:47.832Z None -> 1.2.35-3.0
1562026-08-04T17:42:47.840Z
1572026-08-04T17:42:47.840ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-04T17:42:47.928ZDownload: Completed 1.28 MB in 0.08 seconds (15.5M/s)
1592026-08-04T17:42:48.006Z Actions: 1/268 actions (Installing new actions)
1602026-08-04T17:42:48.046Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-04T17:42:48.072ZFinalize: Updating package state database ... Done (0.024s)
1622026-08-04T17:42:48.081ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-04T17:42:48.126ZFinalize: Updating image state ... Done (0.058s)
1642026-08-04T17:42:50.634ZFinalize: Creating fast lookup database ... Done (2.459s)
1652026-08-04T17:42:50.690ZFinalize: Reading search index ... Done (0.012s)
1662026-08-04T17:42:50.695ZFinalize: Updating search index ... Done (0.000s)
1672026-08-04T17:42:50.774ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-04T17:42:51.118ZPlanning: Evaluating mediator changes ... Done
1692026-08-04T17:42:51.222ZPlanning: Checking for conflicting actions ... Done
1702026-08-04T17:42:51.232ZPlanning: Consolidating action changes ... Done
1712026-08-04T17:42:51.382ZPlanning: Evaluating mediators ... Done
1722026-08-04T17:42:51.395ZPlanning: Planning completed in 0.26 seconds
1732026-08-04T17:42:51.406Z Mediators to change: 2
1742026-08-04T17:42:51.406Z Create boot environment: No
1752026-08-04T17:42:51.406ZCreate backup boot environment: No
1762026-08-04T17:42:51.447ZFinalize: Updating package state database ... Done
1772026-08-04T17:42:51.447ZFinalize: Updating package cache ... Done
1782026-08-04T17:42:51.487ZFinalize: Updating image state ... Done
1792026-08-04T17:42:53.434ZFinalize: Creating fast lookup database ... Done
1802026-08-04T17:42:53.498ZFinalize: Reading search index ... Done
1812026-08-04T17:42:53.504ZFinalize: Updating search index ... Done
1822026-08-04T17:42:53.553ZFinalize: Updating package cache ... Done
1832026-08-04T17:42:57.844ZPlanning: Evaluating mediator changes ... Done
1842026-08-04T17:42:57.889ZPlanning: Checking for conflicting actions ... Done
1852026-08-04T17:42:57.890ZPlanning: Consolidating action changes ... Done
1862026-08-04T17:42:57.890ZPlanning: Evaluating mediators ... Done
1872026-08-04T17:42:57.890ZPlanning: Planning completed in 0.26 seconds
1882026-08-04T17:42:57.890Z Mediators to change: 1
1892026-08-04T17:42:57.890Z Create boot environment: No
1902026-08-04T17:42:57.890ZCreate backup boot environment: No
1912026-08-04T17:42:57.890ZFinalize: Updating package state database ... Done
1922026-08-04T17:42:57.890ZFinalize: Updating package cache ... Done
1932026-08-04T17:42:57.890ZFinalize: Updating image state ... Done
1942026-08-04T17:42:57.890ZFinalize: Creating fast lookup database ... Done
1952026-08-04T17:42:57.890ZFinalize: Reading search index ... Done
1962026-08-04T17:42:57.890ZFinalize: Updating search index ... Done
1972026-08-04T17:42:57.890ZFinalize: Updating package cache ... Done
1982026-08-04T17:42:57.890ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-04T17:42:57.890Zapache system 2.4 system
2002026-08-04T17:42:57.892Zclang system 15 system
2012026-08-04T17:42:57.892Zcsh system system illumos
2022026-08-04T17:42:57.892Zctags system system illumos
2032026-08-04T17:42:57.892Zfile vendor vendor darwinsys
2042026-08-04T17:42:57.892Zfile system system illumos
2052026-08-04T17:42:57.892Zgcc vendor 14 vendor
2062026-08-04T17:42:57.892Zgcc system 13 system
2072026-08-04T17:42:57.892Zgcc system 10 system
2082026-08-04T17:42:57.892Zgo system 1.25 system
2092026-08-04T17:42:57.892Zllvm system 15 system
2102026-08-04T17:42:57.892Zmariadb system 11.4 system
2112026-08-04T17:42:57.892Zmta vendor vendor dma
2122026-08-04T17:42:57.892Zopenjdk system 17 system
2132026-08-04T17:42:57.892Zopenjdk system 11 system
2142026-08-04T17:42:57.892Zopenssl vendor 3 vendor
2152026-08-04T17:42:57.892Zperl system 5.40 system
2162026-08-04T17:42:57.892Zpostgresql system 18 system
2172026-08-04T17:42:57.893Zpostgresql system 17 system
2182026-08-04T17:42:57.893Zpython vendor 3 vendor
2192026-08-04T17:42:57.893Zpython system 2 system
2202026-08-04T17:42:57.893Zpython3 vendor 3.13 vendor
2212026-08-04T17:42:57.893Zruby system 3.4 system
2222026-08-04T17:42:57.893Zruby system 3.0 system
2232026-08-04T17:42:57.893Zwords vendor vendor american-english
2242026-08-04T17:42:57.893Zwords system system australian-english
2252026-08-04T17:42:57.893Zwords system system british-english
2262026-08-04T17:42:57.893Zwords system system canadian-english
2272026-08-04T17:42:57.893Zwords system system french
2282026-08-04T17:42:57.893Zwords system system italian
2292026-08-04T17:42:57.893Zwords system system ngerman
2302026-08-04T17:42:57.893Zwords system system ogerman
2312026-08-04T17:42:57.893Zwords system system spanish
2322026-08-04T17:42:57.893ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-04T17:42:57.893Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-04T17:42:57.893ZFMRI IFO
2352026-08-04T17:42:57.893Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-04T17:42:57.893Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-04T17:42:57.893Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-04T17:42:57.893Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-04T17:42:57.893Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-04T17:42:57.893Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-04T17:42:57.893Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-04T17:42:57.893Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-04T17:42:57.893Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-04T17:42:57.893Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-04T17:42:57.893Z Updating crates.io index
2462026-08-04T17:42:57.893Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-04T17:42:58.097Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-04T17:42:58.410Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-04T17:42:59.590Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-04T17:43:00.193Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-04T17:43:02.156Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-04T17:43:03.224Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-04T17:43:03.572Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-04T17:43:03.895Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-04T17:43:05.249Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-04T17:43:05.531Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-04T17:43:05.884Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-08-04T17:43:06.162Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-04T17:43:06.713Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-08-04T17:43:07.213Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-04T17:43:07.446Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-04T17:43:07.670Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-04T17:43:07.936Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-04T17:43:08.248Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-08-04T17:43:08.519Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-08-04T17:43:08.762Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-08-04T17:43:09.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-08-04T17:43:09.439Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-08-04T17:43:09.887Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-04T17:43:10.140Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-04T17:43:10.550Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-04T17:43:10.811Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-04T17:43:11.216Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-04T17:43:11.531Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-04T17:43:11.803Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-08-04T17:43:12.021Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-04T17:43:12.353Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-08-04T17:43:12.695Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-04T17:43:12.931Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-08-04T17:43:13.225Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-04T17:43:13.472Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-04T17:43:13.738Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-04T17:43:14.017Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-04T17:43:14.254Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-04T17:43:14.524Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-04T17:43:14.755Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-04T17:43:17.362Z Downloading crates ...
2882026-08-04T17:43:17.410Z Downloaded dtrace-parser v0.2.0
2892026-08-04T17:43:17.416Z Downloaded itoa v1.0.17
2902026-08-04T17:43:17.420Z Downloaded block-buffer v0.10.4
2912026-08-04T17:43:17.423Z Downloaded autocfg v1.5.0
2922026-08-04T17:43:17.428Z Downloaded fs-err v3.3.0
2932026-08-04T17:43:17.431Z Downloaded equivalent v1.0.2
2942026-08-04T17:43:17.433Z Downloaded heck v0.4.1
2952026-08-04T17:43:17.434Z Downloaded usdt v0.5.0
2962026-08-04T17:43:17.434Z Downloaded crypto-common v0.1.7
2972026-08-04T17:43:17.434Z Downloaded fastrand v2.3.0
2982026-08-04T17:43:17.437Z Downloaded dof v0.3.0
2992026-08-04T17:43:17.440Z Downloaded is_terminal_polyfill v1.70.2
3002026-08-04T17:43:17.442Z Downloaded anstyle-query v1.1.5
3012026-08-04T17:43:17.443Z Downloaded colorchoice v1.0.4
3022026-08-04T17:43:17.443Z Downloaded generic-array v0.14.7
3032026-08-04T17:43:17.446Z Downloaded errno v0.3.14
3042026-08-04T17:43:17.446Z Downloaded fnv v1.0.7
3052026-08-04T17:43:17.446Z Downloaded heck v0.5.0
3062026-08-04T17:43:17.446Z Downloaded zerocopy v0.7.35
3072026-08-04T17:43:17.452Z Downloaded zmij v1.0.21
3082026-08-04T17:43:17.457Z Downloaded bytecount v0.6.9
3092026-08-04T17:43:17.460Z Downloaded usdt-macro v0.5.0
3102026-08-04T17:43:17.466Z Downloaded cfg-if v1.0.4
3112026-08-04T17:43:17.469Z Downloaded cpufeatures v0.2.17
3122026-08-04T17:43:17.469Z Downloaded byteorder v1.5.0
3132026-08-04T17:43:17.469Z Downloaded cargo-platform v0.3.2
3142026-08-04T17:43:17.473Z Downloaded toml_datetime v0.6.11
3152026-08-04T17:43:17.476Z Downloaded memmap v0.7.0
3162026-08-04T17:43:17.480Z Downloaded clap_lex v1.0.0
3172026-08-04T17:43:17.484Z Downloaded usdt-attr-macro v0.5.0
3182026-08-04T17:43:17.484Z Downloaded macaddr v1.0.1
3192026-08-04T17:43:17.488Z Downloaded swrite v0.1.0
3202026-08-04T17:43:17.494Z Downloaded serde_spanned v0.6.9
3212026-08-04T17:43:17.497Z Downloaded unicode-linebreak v0.1.5
3222026-08-04T17:43:17.497Z Downloaded anstyle v1.0.14
3232026-08-04T17:43:17.497Z Downloaded cargo_toml v0.21.0
3242026-08-04T17:43:17.503Z Downloaded thiserror v2.0.18
3252026-08-04T17:43:17.506Z Downloaded anstyle-parse v1.0.0
3262026-08-04T17:43:17.506Z Downloaded camino-tempfile v1.4.1
3272026-08-04T17:43:17.509Z Downloaded thread-id v4.2.2
3282026-08-04T17:43:17.512Z Downloaded strsim v0.11.1
3292026-08-04T17:43:17.515Z Downloaded utf8parse v0.2.2
3302026-08-04T17:43:17.515Z Downloaded pretty-hex v0.4.1
3312026-08-04T17:43:17.516Z Downloaded scroll_derive v0.12.1
3322026-08-04T17:43:17.516Z Downloaded version_check v0.9.5
3332026-08-04T17:43:17.520Z Downloaded toml_write v0.1.2
3342026-08-04T17:43:17.523Z Downloaded plain v0.2.3
3352026-08-04T17:43:17.523Z Downloaded proc-macro-error-attr v1.0.4
3362026-08-04T17:43:17.527Z Downloaded terminal_size v0.4.3
3372026-08-04T17:43:17.527Z Downloaded tabled_derive v0.7.0
3382026-08-04T17:43:17.531Z Downloaded anyhow v1.0.102
3392026-08-04T17:43:17.534Z Downloaded smawk v0.3.2
3402026-08-04T17:43:17.547Z Downloaded once_cell v1.21.3
3412026-08-04T17:43:17.557Z Downloaded thiserror-impl v2.0.18
3422026-08-04T17:43:17.563Z Downloaded sha2 v0.10.9
3432026-08-04T17:43:17.567Z Downloaded clap_derive v4.6.1
3442026-08-04T17:43:17.567Z Downloaded serde_tokenstream v0.2.3
3452026-08-04T17:43:17.567Z Downloaded usdt-impl v0.5.0
3462026-08-04T17:43:17.567Z Downloaded anstream v1.0.0
3472026-08-04T17:43:17.569Z Downloaded cargo_metadata v0.23.1
3482026-08-04T17:43:17.574Z Downloaded thiserror v1.0.69
3492026-08-04T17:43:17.574Z Downloaded thiserror-impl v1.0.69
3502026-08-04T17:43:17.578Z Downloaded quote v1.0.45
3512026-08-04T17:43:17.581Z Downloaded ucd-trie v0.1.7
3522026-08-04T17:43:17.587Z Downloaded scroll v0.12.0
3532026-08-04T17:43:17.590Z Downloaded bitflags v2.11.0
3542026-08-04T17:43:17.593Z Downloaded camino v1.2.2
3552026-08-04T17:43:17.596Z Downloaded tempfile v3.25.0
3562026-08-04T17:43:17.602Z Downloaded getrandom v0.4.1
3572026-08-04T17:43:17.603Z Downloaded clap v4.6.1
3582026-08-04T17:43:17.606Z Downloaded digest v0.10.7
3592026-08-04T17:43:17.606Z Downloaded log v0.4.29
3602026-08-04T17:43:17.611Z Downloaded pest_derive v2.8.6
3612026-08-04T17:43:17.611Z Downloaded proc-macro-error v1.0.4
3622026-08-04T17:43:17.612Z Downloaded toml v0.8.23
3632026-08-04T17:43:17.614Z Downloaded papergrid v0.11.0
3642026-08-04T17:43:17.615Z Downloaded pest_generator v2.8.6
3652026-08-04T17:43:17.618Z Downloaded semver v1.0.28
3662026-08-04T17:43:17.622Z Downloaded zerocopy-derive v0.7.35
3672026-08-04T17:43:17.622Z Downloaded unicode-ident v1.0.24
3682026-08-04T17:43:17.627Z Downloaded serde_derive v1.0.228
3692026-08-04T17:43:17.631Z Downloaded textwrap v0.16.2
3702026-08-04T17:43:17.641Z Downloaded proc-macro2 v1.0.106
3712026-08-04T17:43:17.644Z Downloaded pest_meta v2.8.6
3722026-08-04T17:43:17.648Z Downloaded toml_edit v0.22.27
3732026-08-04T17:43:17.655Z Downloaded serde_core v1.0.228
3742026-08-04T17:43:17.661Z Downloaded goblin v0.8.2
3752026-08-04T17:43:17.666Z Downloaded memchr v2.8.0
3762026-08-04T17:43:17.670Z Downloaded indexmap v2.14.0
3772026-08-04T17:43:17.682Z Downloaded serde v1.0.228
3782026-08-04T17:43:17.710Z Downloaded pest v2.8.6
3792026-08-04T17:43:17.715Z Downloaded typenum v1.20.1
3802026-08-04T17:43:17.721Z Downloaded hashbrown v0.17.0
3812026-08-04T17:43:17.724Z Downloaded serde_json v1.0.151
3822026-08-04T17:43:17.734Z Downloaded clap_builder v4.6.0
3832026-08-04T17:43:17.746Z Downloaded winnow v0.7.14
3842026-08-04T17:43:17.753Z Downloaded tabled v0.15.0
3852026-08-04T17:43:17.775Z Downloaded syn v1.0.109
3862026-08-04T17:43:17.780Z Downloaded unicode-width v0.1.14
3872026-08-04T17:43:17.783Z Downloaded syn v2.0.117
3882026-08-04T17:43:17.789Z Downloaded unicode-width v0.2.0
3892026-08-04T17:43:17.804Z Downloaded rustix v1.1.3
3902026-08-04T17:43:17.837Z Downloaded libc v0.2.185
3912026-08-04T17:43:17.899Z Compiling proc-macro2 v1.0.106
3922026-08-04T17:43:17.899Z Compiling unicode-ident v1.0.24
3932026-08-04T17:43:17.899Z Compiling quote v1.0.45
3942026-08-04T17:43:17.899Z Compiling serde_core v1.0.228
3952026-08-04T17:43:17.899Z Compiling libc v0.2.185
3962026-08-04T17:43:17.902Z Compiling version_check v0.9.5
3972026-08-04T17:43:17.902Z Compiling memchr v2.8.0
3982026-08-04T17:43:17.902Z Compiling serde v1.0.228
3992026-08-04T17:43:18.230Z Compiling zmij v1.0.21
4002026-08-04T17:43:18.452Z Compiling ucd-trie v0.1.7
4012026-08-04T17:43:18.540Z Compiling itoa v1.0.17
4022026-08-04T17:43:18.587Z Compiling thiserror v1.0.69
4032026-08-04T17:43:18.746Z Compiling pest v2.8.6
4042026-08-04T17:43:18.750Z Compiling rustix v1.1.3
4052026-08-04T17:43:18.938Z Compiling byteorder v1.5.0
4062026-08-04T17:43:19.067Z Compiling errno v0.3.14
4072026-08-04T17:43:19.219Z Compiling serde_json v1.0.151
4082026-08-04T17:43:19.239Z Compiling bitflags v2.11.0
4092026-08-04T17:43:19.413Z Compiling syn v2.0.117
4102026-08-04T17:43:19.462Z Compiling thread-id v4.2.2
4112026-08-04T17:43:19.479Z Compiling usdt-impl v0.5.0
4122026-08-04T17:43:19.515Z Compiling proc-macro-error-attr v1.0.4
4132026-08-04T17:43:19.545Z Compiling syn v1.0.109
4142026-08-04T17:43:19.681Z Compiling camino v1.2.2
4152026-08-04T17:43:19.838Z Compiling pest_meta v2.8.6
4162026-08-04T17:43:19.902Z Compiling proc-macro-error v1.0.4
4172026-08-04T17:43:19.985Z Compiling getrandom v0.4.1
4182026-08-04T17:43:20.051Z Compiling plain v0.2.3
4192026-08-04T17:43:20.085Z Compiling hashbrown v0.17.0
4202026-08-04T17:43:20.166Z Compiling log v0.4.29
4212026-08-04T17:43:20.362Z Compiling utf8parse v0.2.2
4222026-08-04T17:43:20.405Z Compiling equivalent v1.0.2
4232026-08-04T17:43:20.475Z Compiling anstyle-parse v1.0.0
4242026-08-04T17:43:20.523Z Compiling terminal_size v0.4.3
4252026-08-04T17:43:20.635Z Compiling indexmap v2.14.0
4262026-08-04T17:43:21.136Z Compiling anstyle-query v1.1.5
4272026-08-04T17:43:21.222Z Compiling cfg-if v1.0.4
4282026-08-04T17:43:21.269Z Compiling anstyle v1.0.14
4292026-08-04T17:43:21.311Z Compiling colorchoice v1.0.4
4302026-08-04T17:43:21.328Z Compiling winnow v0.7.14
4312026-08-04T17:43:21.381Z Compiling thiserror v2.0.18
4322026-08-04T17:43:21.430Z Compiling is_terminal_polyfill v1.70.2
4332026-08-04T17:43:21.477Z Compiling autocfg v1.5.0
4342026-08-04T17:43:21.520Z Compiling toml_write v0.1.2
4352026-08-04T17:43:21.539Z Compiling pretty-hex v0.4.1
4362026-08-04T17:43:21.686Z Compiling pest_generator v2.8.6
4372026-08-04T17:43:21.738Z Compiling anstream v1.0.0
4382026-08-04T17:43:21.917Z Compiling fs-err v3.3.0
4392026-08-04T17:43:22.048Z Compiling heck v0.4.1
4402026-08-04T17:43:22.087Z Compiling strsim v0.11.1
4412026-08-04T17:43:22.108Z Compiling bytecount v0.6.9
4422026-08-04T17:43:22.245Z Compiling anyhow v1.0.102
4432026-08-04T17:43:22.262Z Compiling fnv v1.0.7
4442026-08-04T17:43:22.279Z Compiling once_cell v1.21.3
4452026-08-04T17:43:22.371Z Compiling heck v0.5.0
4462026-08-04T17:43:22.387Z Compiling fastrand v2.3.0
4472026-08-04T17:43:22.447Z Compiling clap_lex v1.0.0
4482026-08-04T17:43:22.510Z Compiling unicode-width v0.1.14
4492026-08-04T17:43:22.624Z Compiling clap_builder v4.6.0
4502026-08-04T17:43:22.669Z Compiling tempfile v3.25.0
4512026-08-04T17:43:22.779Z Compiling tabled_derive v0.7.0
4522026-08-04T17:43:22.782Z Compiling papergrid v0.11.0
4532026-08-04T17:43:22.796Z Compiling semver v1.0.28
4542026-08-04T17:43:22.816Z Compiling cargo-platform v0.3.2
4552026-08-04T17:43:22.845Z Compiling memmap v0.7.0
4562026-08-04T17:43:23.037Z Compiling unicode-width v0.2.0
4572026-08-04T17:43:23.056Z Compiling smawk v0.3.2
4582026-08-04T17:43:23.090Z Compiling unicode-linebreak v0.1.5
4592026-08-04T17:43:23.151Z Compiling camino-tempfile v1.4.1
4602026-08-04T17:43:23.315Z Compiling textwrap v0.16.2
4612026-08-04T17:43:23.355Z Compiling serde_derive v1.0.228
4622026-08-04T17:43:23.381Z Compiling thiserror-impl v1.0.69
4632026-08-04T17:43:23.482Z Compiling zerocopy-derive v0.7.35
4642026-08-04T17:43:23.679Z Compiling pest_derive v2.8.6
4652026-08-04T17:43:23.698Z Compiling scroll_derive v0.12.1
4662026-08-04T17:43:23.767Z Compiling thiserror-impl v2.0.18
4672026-08-04T17:43:24.121Z Compiling clap_derive v4.6.1
4682026-08-04T17:43:24.201Z Compiling tabled v0.15.0
4692026-08-04T17:43:24.356Z Compiling zerocopy v0.7.35
4702026-08-04T17:43:24.374Z Compiling scroll v0.12.0
4712026-08-04T17:43:24.649Z Compiling goblin v0.8.2
4722026-08-04T17:43:24.731Z Compiling dtrace-parser v0.2.0
4732026-08-04T17:43:24.907Z Compiling swrite v0.1.0
4742026-08-04T17:43:25.676Z Compiling clap v4.6.1
4752026-08-04T17:43:26.285Z Compiling serde_spanned v0.6.9
4762026-08-04T17:43:26.285Z Compiling toml_datetime v0.6.11
4772026-08-04T17:43:26.285Z Compiling macaddr v1.0.1
4782026-08-04T17:43:26.285Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-08-04T17:43:26.285Z Compiling cargo_metadata v0.23.1
4802026-08-04T17:43:26.372Z Compiling dof v0.3.0
4812026-08-04T17:43:26.405Z Compiling serde_tokenstream v0.2.3
4822026-08-04T17:43:26.492Z Compiling toml_edit v0.22.27
4832026-08-04T17:43:27.139Z Compiling usdt-macro v0.5.0
4842026-08-04T17:43:27.139Z Compiling usdt-attr-macro v0.5.0
4852026-08-04T17:43:27.740Z Compiling usdt v0.5.0
4862026-08-04T17:43:27.861Z Compiling toml v0.8.23
4872026-08-04T17:43:28.194Z Compiling cargo_toml v0.21.0
4882026-08-04T17:43:29.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-08-04T17:43:31.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.05s
4902026-08-04T17:43:31.672Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-08-04T17:43:32.192Z Downloading crates ...
4922026-08-04T17:43:32.242Z Downloaded assert_matches v1.5.0
4932026-08-04T17:43:32.249Z Downloaded bcs v0.1.6
4942026-08-04T17:43:32.253Z Downloaded bitfield v0.19.4
4952026-08-04T17:43:32.254Z Downloaded async-recursion v1.1.1
4962026-08-04T17:43:32.259Z Downloaded aead v0.5.2
4972026-08-04T17:43:32.263Z Downloaded cfg_aliases v0.2.1
4982026-08-04T17:43:32.263Z Downloaded fixedbitset v0.4.2
4992026-08-04T17:43:32.263Z Downloaded const_format_proc_macros v0.2.34
5002026-08-04T17:43:32.267Z Downloaded adler2 v2.0.1
5012026-08-04T17:43:32.267Z Downloaded arrayref v0.3.9
5022026-08-04T17:43:32.267Z Downloaded foreign-types-shared v0.1.1
5032026-08-04T17:43:32.270Z Downloaded async-stream v0.3.6
5042026-08-04T17:43:32.270Z Downloaded base16ct v0.2.0
5052026-08-04T17:43:32.273Z Downloaded convert_case v0.4.0
5062026-08-04T17:43:32.276Z Downloaded endian-type v0.1.2
5072026-08-04T17:43:32.276Z Downloaded ff v0.14.0
5082026-08-04T17:43:32.276Z Downloaded flume v0.11.1
5092026-08-04T17:43:32.281Z Downloaded foreign-types v0.3.2
5102026-08-04T17:43:32.281Z Downloaded aead v0.6.1
5112026-08-04T17:43:32.285Z Downloaded float-cmp v0.10.0
5122026-08-04T17:43:32.285Z Downloaded float-ord v0.3.2
5132026-08-04T17:43:32.285Z Downloaded gethostname v0.5.0
5142026-08-04T17:43:32.285Z Downloaded async-trait v0.1.89
5152026-08-04T17:43:32.285Z Downloaded console v0.15.11
5162026-08-04T17:43:32.290Z Downloaded bit-set v0.8.0
5172026-08-04T17:43:32.290Z Downloaded ahash v0.8.12
5182026-08-04T17:43:32.290Z Downloaded env_filter v1.0.0
5192026-08-04T17:43:32.290Z Downloaded futures-sink v0.3.32
5202026-08-04T17:43:32.290Z Downloaded async-stream-impl v0.3.6
5212026-08-04T17:43:32.295Z Downloaded flagset v0.4.7
5222026-08-04T17:43:32.299Z Downloaded git-stub v1.0.0
5232026-08-04T17:43:32.299Z Downloaded enum-as-inner v0.6.1
5242026-08-04T17:43:32.303Z Downloaded foreign-types-macros v0.2.3
5252026-08-04T17:43:32.303Z Downloaded backoff v0.4.0
5262026-08-04T17:43:32.303Z Downloaded fixedbitset v0.5.7
5272026-08-04T17:43:32.303Z Downloaded form_urlencoded v1.2.2
5282026-08-04T17:43:32.309Z Downloaded fs_extra v1.3.0
5292026-08-04T17:43:32.309Z Downloaded futures-executor v0.3.32
5302026-08-04T17:43:32.309Z Downloaded bb8 v0.8.6
5312026-08-04T17:43:32.313Z Downloaded atomic-waker v1.1.2
5322026-08-04T17:43:32.313Z Downloaded fallible-iterator v0.2.0
5332026-08-04T17:43:32.313Z Downloaded futures-io v0.3.32
5342026-08-04T17:43:32.314Z Downloaded ascii-canvas v3.0.0
5352026-08-04T17:43:32.314Z Downloaded bitfield-struct v0.6.2
5362026-08-04T17:43:32.317Z Downloaded foreign-types-shared v0.3.1
5372026-08-04T17:43:32.317Z Downloaded futures-channel v0.3.32
5382026-08-04T17:43:32.317Z Downloaded funty v2.0.0
5392026-08-04T17:43:32.317Z Downloaded futures v0.3.32
5402026-08-04T17:43:32.317Z Downloaded arc-swap v1.8.2
5412026-08-04T17:43:32.321Z Downloaded base16ct v1.0.0
5422026-08-04T17:43:32.321Z Downloaded bit-vec v0.8.0
5432026-08-04T17:43:32.321Z Downloaded futures-core v0.3.32
5442026-08-04T17:43:32.324Z Downloaded async-compression v0.4.41
5452026-08-04T17:43:32.327Z Downloaded foreign-types v0.5.0
5462026-08-04T17:43:32.327Z Downloaded fxhash v0.2.1
5472026-08-04T17:43:32.327Z Downloaded ghash v0.6.0
5482026-08-04T17:43:32.327Z Downloaded futures-task v0.3.32
5492026-08-04T17:43:32.327Z Downloaded bitfield-macros v0.19.4
5502026-08-04T17:43:32.327Z Downloaded array-init v0.0.4
5512026-08-04T17:43:32.331Z Downloaded atomicwrites v0.4.4
5522026-08-04T17:43:32.331Z Downloaded bit-set v0.5.3
5532026-08-04T17:43:32.331Z Downloaded globwalk v0.9.1
5542026-08-04T17:43:32.331Z Downloaded ff v0.13.1
5552026-08-04T17:43:32.331Z Downloaded filetime v0.2.27
5562026-08-04T17:43:32.335Z Downloaded futures-macro v0.3.32
5572026-08-04T17:43:32.335Z Downloaded block-buffer v0.12.1
5582026-08-04T17:43:32.335Z Downloaded atty v0.2.14
5592026-08-04T17:43:32.335Z Downloaded ciborium-io v0.2.2
5602026-08-04T17:43:32.338Z Downloaded fd-lock v4.0.4
5612026-08-04T17:43:32.338Z Downloaded hash32 v0.2.1
5622026-08-04T17:43:32.338Z Downloaded hostname v0.4.2
5632026-08-04T17:43:32.338Z Downloaded async-bb8-diesel v0.2.1
5642026-08-04T17:43:32.343Z Downloaded bcrypt-pbkdf v0.11.0
5652026-08-04T17:43:32.349Z Downloaded hash32 v0.3.1
5662026-08-04T17:43:32.398Z Downloaded hex-literal v1.1.0
5672026-08-04T17:43:32.398Z Downloaded hubpack_derive v0.1.1
5682026-08-04T17:43:32.398Z Downloaded httpdate v1.0.3
5692026-08-04T17:43:32.398Z Downloaded hex v0.4.3
5702026-08-04T17:43:32.398Z Downloaded ciborium-ll v0.2.2
5712026-08-04T17:43:32.402Z Downloaded http-range v0.1.5
5722026-08-04T17:43:32.402Z Downloaded compression-core v0.4.31
5732026-08-04T17:43:32.402Z Downloaded nonempty v0.12.0
5742026-08-04T17:43:32.403Z Downloaded block-padding v0.4.2
5752026-08-04T17:43:32.403Z Downloaded hubpack v0.1.2
5762026-08-04T17:43:32.403Z Downloaded allocator-api2 v0.2.21
5772026-08-04T17:43:32.403Z Downloaded home v0.5.12
5782026-08-04T17:43:32.403Z Downloaded hostname v0.3.1
5792026-08-04T17:43:32.403Z Downloaded headers-core v0.3.0
5802026-08-04T17:43:32.403Z Downloaded http-body v1.0.1
5812026-08-04T17:43:32.403Z Downloaded hyper-tls v0.6.0
5822026-08-04T17:43:32.403Z Downloaded password-hash v0.6.1
5832026-08-04T17:43:32.403Z Downloaded path-slash v0.1.5
5842026-08-04T17:43:32.403Z Downloaded erased-serde v0.3.31
5852026-08-04T17:43:32.403Z Downloaded find-msvc-tools v0.1.9
5862026-08-04T17:43:32.403Z Downloaded foldhash v0.2.0
5872026-08-04T17:43:32.403Z Downloaded fs-err v2.11.0
5882026-08-04T17:43:32.403Z Downloaded proc-macro-error-attr2 v2.0.0
5892026-08-04T17:43:32.403Z Downloaded cobs v0.3.0
5902026-08-04T17:43:32.403Z Downloaded olpc-cjson v0.1.4
5912026-08-04T17:43:32.403Z Downloaded proc-macro-crate v3.4.0
5922026-08-04T17:43:32.403Z Downloaded castaway v0.2.4
5932026-08-04T17:43:32.403Z Downloaded getrandom v0.3.4
5942026-08-04T17:43:32.403Z Downloaded enum_dispatch v0.3.13
5952026-08-04T17:43:32.403Z Downloaded env_logger v0.11.9
5962026-08-04T17:43:32.404Z Downloaded glob v0.3.3
5972026-08-04T17:43:32.404Z Downloaded predicates-tree v1.0.13
5982026-08-04T17:43:32.404Z Downloaded recursive v0.1.1
5992026-08-04T17:43:32.417Z Downloaded argon2 v0.5.3
6002026-08-04T17:43:32.417Z Downloaded arrayvec v0.7.6
6012026-08-04T17:43:32.418Z Downloaded bitflags v1.3.2
6022026-08-04T17:43:32.427Z Downloaded base64ct v1.8.3
6032026-08-04T17:43:32.427Z Downloaded sha1 v0.11.0
6042026-08-04T17:43:32.427Z Downloaded git-stub-vcs v0.1.0
6052026-08-04T17:43:32.427Z Downloaded group v0.14.0
6062026-08-04T17:43:32.427Z Downloaded blowfish v0.10.0
6072026-08-04T17:43:32.427Z Downloaded highway v1.3.0
6082026-08-04T17:43:32.427Z Downloaded rand_chacha v0.3.1
6092026-08-04T17:43:32.427Z Downloaded russh-cryptovec v0.62.0
6102026-08-04T17:43:32.430Z Downloaded scopeguard v1.2.0
6112026-08-04T17:43:32.430Z Downloaded anstyle-parse v0.2.7
6122026-08-04T17:43:32.430Z Downloaded backon v1.6.0
6132026-08-04T17:43:32.430Z Downloaded hyper-staticfile v0.10.1
6142026-08-04T17:43:32.430Z Downloaded constant_time_eq v0.4.2
6152026-08-04T17:43:32.435Z Downloaded byte-wrapper v0.1.0
6162026-08-04T17:43:32.436Z Downloaded cipher v0.4.4
6172026-08-04T17:43:32.436Z Downloaded cfg_aliases v0.1.1
6182026-08-04T17:43:32.436Z Downloaded http-body-util v0.1.3
6192026-08-04T17:43:32.439Z Downloaded cbc v0.2.1
6202026-08-04T17:43:32.439Z Downloaded humantime v2.3.0
6212026-08-04T17:43:32.439Z Downloaded group v0.13.0
6222026-08-04T17:43:32.445Z Downloaded blake2 v0.10.6
6232026-08-04T17:43:32.445Z Downloaded serde_repr v0.1.20
6242026-08-04T17:43:32.445Z Downloaded russh-util v0.52.0
6252026-08-04T17:43:32.449Z Downloaded sqlparser_derive v0.5.0
6262026-08-04T17:43:32.456Z Downloaded paste v1.0.15
6272026-08-04T17:43:32.456Z Downloaded peg v0.8.5
6282026-08-04T17:43:32.464Z Downloaded cmov v0.5.4
6292026-08-04T17:43:32.464Z Downloaded chacha20 v0.9.1
6302026-08-04T17:43:32.464Z Downloaded buf-list v1.1.2
6312026-08-04T17:43:32.464Z Downloaded pkcs8 v0.10.2
6322026-08-04T17:43:32.464Z Downloaded tabwriter v1.4.1
6332026-08-04T17:43:32.464Z Downloaded tagptr v0.2.0
6342026-08-04T17:43:32.465Z Downloaded thiserror-impl-no-std v2.0.2
6352026-08-04T17:43:32.475Z Downloaded cassowary v0.3.0
6362026-08-04T17:43:32.475Z Downloaded tabled_derive v0.11.0
6372026-08-04T17:43:32.475Z Downloaded num_enum_derive v0.7.6
6382026-08-04T17:43:32.475Z Downloaded cmake v0.1.57
6392026-08-04T17:43:32.475Z Downloaded compression-codecs v0.4.37
6402026-08-04T17:43:32.475Z Downloaded flate2 v1.1.9
6412026-08-04T17:43:32.475Z Downloaded oxide-tokio-rt v0.1.4
6422026-08-04T17:43:32.478Z Downloaded rand_chacha v0.9.0
6432026-08-04T17:43:32.478Z Downloaded rand_core v0.6.4
6442026-08-04T17:43:32.478Z Downloaded cexpr v0.6.0
6452026-08-04T17:43:32.478Z Downloaded rustls-pemfile v2.2.0
6462026-08-04T17:43:32.478Z Downloaded tower-layer v0.3.3
6472026-08-04T17:43:32.479Z Downloaded tower-service v0.3.3
6482026-08-04T17:43:32.487Z Downloaded postgres-protocol v0.6.10
6492026-08-04T17:43:32.487Z Downloaded argon2 v0.6.0-rc.8
6502026-08-04T17:43:32.487Z Downloaded untrusted v0.7.1
6512026-08-04T17:43:32.492Z Downloaded bzip2 v0.4.4
6522026-08-04T17:43:32.492Z Downloaded untrusted v0.9.0
6532026-08-04T17:43:32.492Z Downloaded anstream v0.6.21
6542026-08-04T17:43:32.493Z Downloaded zerofrom v0.1.6
6552026-08-04T17:43:32.493Z Downloaded zerofrom-derive v0.1.6
6562026-08-04T17:43:32.493Z Downloaded sync-ptr v0.1.4
6572026-08-04T17:43:32.493Z Downloaded half v1.8.3
6582026-08-04T17:43:32.493Z Downloaded topological-sort v0.2.2
6592026-08-04T17:43:32.493Z Downloaded wait-timeout v0.2.1
6602026-08-04T17:43:32.497Z Downloaded scroll v0.13.0
6612026-08-04T17:43:32.497Z Downloaded getrandom v0.2.17
6622026-08-04T17:43:32.497Z Downloaded httparse v1.10.1
6632026-08-04T17:43:32.506Z Downloaded hybrid-array v0.4.13
6642026-08-04T17:43:32.506Z Downloaded const-oid v0.9.6
6652026-08-04T17:43:32.507Z Downloaded hmac v0.12.1
6662026-08-04T17:43:32.507Z Downloaded hyper-rustls v0.27.7
6672026-08-04T17:43:32.511Z Downloaded bzip2 v0.6.1
6682026-08-04T17:43:32.511Z Downloaded ciborium v0.2.2
6692026-08-04T17:43:32.511Z Downloaded globset v0.4.18
6702026-08-04T17:43:32.511Z Downloaded camino-tempfile-ext v0.3.3
6712026-08-04T17:43:32.511Z Downloaded cancel-safe-futures v0.1.5
6722026-08-04T17:43:32.511Z Downloaded colored v3.1.1
6732026-08-04T17:43:32.520Z Downloaded schemars_derive v0.8.22
6742026-08-04T17:43:32.528Z Downloaded shlex v1.3.0
6752026-08-04T17:43:32.528Z Downloaded slog-scope v4.4.1
6762026-08-04T17:43:32.531Z Downloaded console v0.16.2
6772026-08-04T17:43:32.531Z Downloaded darling_macro v0.13.4
6782026-08-04T17:43:32.531Z Downloaded darling_macro v0.20.11
6792026-08-04T17:43:32.531Z Downloaded foldhash v0.1.5
6802026-08-04T17:43:32.532Z Downloaded pkcs1 v0.8.0-rc.4
6812026-08-04T17:43:32.532Z Downloaded slog-stdlog v4.1.1
6822026-08-04T17:43:32.532Z Downloaded slog-term v2.9.2
6832026-08-04T17:43:32.532Z Downloaded cipher v0.5.2
6842026-08-04T17:43:32.547Z Downloaded generic-array v1.4.3
6852026-08-04T17:43:32.547Z Downloaded slog-dtrace v0.3.0
6862026-08-04T17:43:32.547Z Downloaded pbkdf2 v0.13.0
6872026-08-04T17:43:32.547Z Downloaded string_cache v0.8.9
6882026-08-04T17:43:32.547Z Downloaded stringprep v0.1.5
6892026-08-04T17:43:32.547Z Downloaded chacha20 v0.10.0
6902026-08-04T17:43:32.552Z Downloaded colored v2.2.0
6912026-08-04T17:43:32.552Z Downloaded parking_lot v0.11.2
6922026-08-04T17:43:32.553Z Downloaded quinn-udp v0.5.14
6932026-08-04T17:43:32.553Z Downloaded tokio-native-tls v0.3.1
6942026-08-04T17:43:32.554Z Downloaded tls_codec_derive v0.4.2
6952026-08-04T17:43:32.554Z Downloaded downcast-rs v2.0.2
6962026-08-04T17:43:32.554Z Downloaded unicase v2.9.0
6972026-08-04T17:43:32.562Z Downloaded embedded-io v0.6.1
6982026-08-04T17:43:32.562Z Downloaded parking_lot v0.12.5
6992026-08-04T17:43:32.562Z Downloaded dunce v1.0.5
7002026-08-04T17:43:32.567Z Downloaded dropshot-api-manager-types v0.7.2
7012026-08-04T17:43:32.567Z Downloaded bit-vec v0.6.3
7022026-08-04T17:43:32.567Z Downloaded blake2 v0.11.0-rc.6
7032026-08-04T17:43:32.567Z Downloaded oxide-update-engine v0.1.2
7042026-08-04T17:43:32.567Z Downloaded instant v0.1.13
7052026-08-04T17:43:32.567Z Downloaded postgres-types v0.2.12
7062026-08-04T17:43:32.572Z Downloaded bs58 v0.5.1
7072026-08-04T17:43:32.575Z Downloaded half v2.7.1
7082026-08-04T17:43:32.575Z Downloaded internet-checksum v0.2.1
7092026-08-04T17:43:32.575Z Downloaded kem v0.3.0
7102026-08-04T17:43:32.576Z Downloaded linked-hash-map v0.5.6
7112026-08-04T17:43:32.576Z Downloaded rustls-pki-types v1.14.0
7122026-08-04T17:43:32.601Z Downloaded serde_with_macros v1.5.2
7132026-08-04T17:43:32.601Z Downloaded illumos-nvpair v0.3.0
7142026-08-04T17:43:32.601Z Downloaded inout v0.2.2
7152026-08-04T17:43:32.601Z Downloaded lazy_static v1.5.0
7162026-08-04T17:43:32.609Z Downloaded wyz v0.5.1
7172026-08-04T17:43:32.609Z Downloaded serde_cbor v0.11.2
7182026-08-04T17:43:32.609Z Downloaded aws-lc-rs v1.16.3
7192026-08-04T17:43:32.609Z Downloaded signal-hook-registry v1.4.8
7202026-08-04T17:43:32.609Z Downloaded convert_case v0.10.0
7212026-08-04T17:43:32.609Z Downloaded lru v0.12.5
7222026-08-04T17:43:32.609Z Downloaded mime v0.3.17
7232026-08-04T17:43:32.609Z Downloaded newtype_derive v0.1.6
7242026-08-04T17:43:32.609Z Downloaded num_threads v0.1.7
7252026-08-04T17:43:32.609Z Downloaded num-conv v0.2.0
7262026-08-04T17:43:32.609Z Downloaded pkcs5 v0.8.1
7272026-08-04T17:43:32.610Z Downloaded lru-cache v0.1.2
7282026-08-04T17:43:32.610Z Downloaded multimap v0.10.1
7292026-08-04T17:43:32.610Z Downloaded normalize-line-endings v0.3.0
7302026-08-04T17:43:32.610Z Downloaded precomputed-hash v0.1.1
7312026-08-04T17:43:32.616Z Downloaded simd-adler32 v0.3.8
7322026-08-04T17:43:32.616Z Downloaded ctutils v0.4.2
7332026-08-04T17:43:32.617Z Downloaded const-oid v0.10.2
7342026-08-04T17:43:32.617Z Downloaded num-traits v0.2.19
7352026-08-04T17:43:32.617Z Downloaded daft v0.1.7
7362026-08-04T17:43:32.617Z Downloaded derive-ex v0.1.8
7372026-08-04T17:43:32.655Z Downloaded display-error-chain v0.2.2
7382026-08-04T17:43:32.656Z Downloaded opaque-debug v0.3.1
7392026-08-04T17:43:32.656Z Downloaded clang-sys v1.8.1
7402026-08-04T17:43:32.656Z Downloaded peg-runtime v0.8.5
7412026-08-04T17:43:32.656Z Downloaded percent-encoding v2.3.2
7422026-08-04T17:43:32.656Z Downloaded tinystr v0.8.2
7432026-08-04T17:43:32.656Z Downloaded deranged v0.5.8
7442026-08-04T17:43:32.656Z Downloaded rcgen v0.12.1
7452026-08-04T17:43:32.656Z Downloaded ed25519 v2.2.3
7462026-08-04T17:43:32.656Z Downloaded progenitor-macro v0.13.0
7472026-08-04T17:43:32.656Z Downloaded pin-project v1.1.11
7482026-08-04T17:43:32.656Z Downloaded salsa20 v0.11.0
7492026-08-04T17:43:32.656Z Downloaded uzers v0.12.2
7502026-08-04T17:43:32.692Z Downloaded progenitor-impl v0.13.0
7512026-08-04T17:43:32.692Z Downloaded instability v0.3.11
7522026-08-04T17:43:32.692Z Downloaded either v1.15.0
7532026-08-04T17:43:32.692Z Downloaded whoami v1.6.1
7542026-08-04T17:43:32.692Z Downloaded recursive-proc-macro-impl v0.1.1
7552026-08-04T17:43:32.692Z Downloaded scroll_derive v0.13.1
7562026-08-04T17:43:32.692Z Downloaded bytes v1.11.1
7572026-08-04T17:43:32.692Z Downloaded compact_str v0.8.1
7582026-08-04T17:43:32.692Z Downloaded ingot v0.2.1
7592026-08-04T17:43:32.692Z Downloaded heapless v0.7.17
7602026-08-04T17:43:32.692Z Downloaded signal-hook-mio v0.2.5
7612026-08-04T17:43:32.692Z Downloaded serde_urlencoded v0.7.1
7622026-08-04T17:43:32.692Z Downloaded hmac v0.13.0
7632026-08-04T17:43:32.692Z Downloaded base64 v0.21.7
7642026-08-04T17:43:32.693Z Downloaded socket2 v0.5.10
7652026-08-04T17:43:32.693Z Downloaded yoke v0.8.1
7662026-08-04T17:43:32.693Z Downloaded cookie v0.18.1
7672026-08-04T17:43:32.693Z Downloaded libefi-sys v0.1.0
7682026-08-04T17:43:32.693Z Downloaded sigpipe v0.1.3
7692026-08-04T17:43:32.693Z Downloaded headers v0.4.1
7702026-08-04T17:43:32.693Z Downloaded md-5 v0.10.6
7712026-08-04T17:43:32.693Z Downloaded oxide-update-engine-display v0.1.2
7722026-08-04T17:43:32.735Z Downloaded multer v3.1.0
7732026-08-04T17:43:32.735Z Downloaded strip-ansi-escapes v0.2.1
7742026-08-04T17:43:32.735Z Downloaded strsim v0.10.0
7752026-08-04T17:43:32.735Z Downloaded structmeta v0.3.0
7762026-08-04T17:43:32.735Z Downloaded sync_wrapper v1.0.2
7772026-08-04T17:43:32.735Z Downloaded fatfs v0.3.6
7782026-08-04T17:43:32.735Z Downloaded num-rational v0.4.2
7792026-08-04T17:43:32.735Z Downloaded tap v1.0.1
7802026-08-04T17:43:32.735Z Downloaded chacha20poly1305 v0.10.1
7812026-08-04T17:43:32.735Z Downloaded cookie_store v0.22.1
7822026-08-04T17:43:32.736Z Downloaded parking_lot_core v0.8.6
7832026-08-04T17:43:32.736Z Downloaded primeorder v0.14.0
7842026-08-04T17:43:32.736Z Downloaded const_format v0.2.35
7852026-08-04T17:43:32.736Z Downloaded thread-id v5.1.0
7862026-08-04T17:43:32.736Z Downloaded toml v0.7.8
7872026-08-04T17:43:32.736Z Downloaded time-core v0.1.8
7882026-08-04T17:43:32.750Z Downloaded des v0.9.0
7892026-08-04T17:43:32.750Z Downloaded prettyplease v0.2.37
7902026-08-04T17:43:32.750Z Downloaded tungstenite v0.21.0
7912026-08-04T17:43:32.750Z Downloaded ar_archive_writer v0.5.1
7922026-08-04T17:43:32.750Z Downloaded uuid v1.23.4
7932026-08-04T17:43:32.750Z Downloaded openssl-sys v0.9.115
7942026-08-04T17:43:32.750Z Downloaded ppv-lite86 v0.2.21
7952026-08-04T17:43:32.750Z Downloaded progenitor v0.14.0
7962026-08-04T17:43:32.750Z Downloaded unit-prefix v0.5.2
7972026-08-04T17:43:32.750Z Downloaded usdt-macro v0.6.0
7982026-08-04T17:43:32.750Z Downloaded rand_core v0.10.0
7992026-08-04T17:43:32.750Z Downloaded rfc6979 v0.6.0
8002026-08-04T17:43:32.750Z Downloaded sec1 v0.8.1
8012026-08-04T17:43:32.750Z Downloaded xshell-macros v0.2.7
8022026-08-04T17:43:32.750Z Downloaded usdt v0.6.0
8032026-08-04T17:43:32.751Z Downloaded curve25519-dalek-derive v0.1.1
8042026-08-04T17:43:32.751Z Downloaded crc8 v0.1.1
8052026-08-04T17:43:32.751Z Downloaded sec1 v0.7.3
8062026-08-04T17:43:32.751Z Downloaded base64 v0.22.1
8072026-08-04T17:43:32.751Z Downloaded hickory-resolver v0.25.2
8082026-08-04T17:43:32.751Z Downloaded serde_derive_internals v0.29.1
8092026-08-04T17:43:32.751Z Downloaded crc v3.4.0
8102026-08-04T17:43:32.755Z Downloaded crunchy v0.2.4
8112026-08-04T17:43:32.755Z Downloaded diesel_table_macro_syntax v0.3.0
8122026-08-04T17:43:32.755Z Downloaded heapless v0.8.0
8132026-08-04T17:43:32.755Z Downloaded dirs-next v2.0.0
8142026-08-04T17:43:32.755Z Downloaded slog-json v2.6.1
8152026-08-04T17:43:32.755Z Downloaded darling v0.21.3
8162026-08-04T17:43:32.755Z Downloaded spki v0.8.0
8172026-08-04T17:43:32.755Z Downloaded ident_case v1.0.1
8182026-08-04T17:43:32.755Z Downloaded inout v0.1.4
8192026-08-04T17:43:32.755Z Downloaded expectorate v1.2.0
8202026-08-04T17:43:32.760Z Downloaded tiny-keccak v2.0.2
8212026-08-04T17:43:32.760Z Downloaded zopfli v0.8.3
8222026-08-04T17:43:32.760Z Downloaded dof v0.4.0
8232026-08-04T17:43:32.765Z Downloaded indoc v1.0.9
8242026-08-04T17:43:32.765Z Downloaded poly1305 v0.8.0
8252026-08-04T17:43:32.771Z Downloaded pkcs1 v0.7.5
8262026-08-04T17:43:32.771Z Downloaded thiserror-no-std v2.0.2
8272026-08-04T17:43:32.771Z Downloaded thread_local v1.1.9
8282026-08-04T17:43:32.771Z Downloaded time-macros v0.2.27
8292026-08-04T17:43:32.777Z Downloaded lzss v0.8.2
8302026-08-04T17:43:32.777Z Downloaded nodrop v0.1.14
8312026-08-04T17:43:32.777Z Downloaded termios v0.3.3
8322026-08-04T17:43:32.777Z Downloaded publicsuffix v2.3.0
8332026-08-04T17:43:32.805Z Downloaded tui-tree-widget v0.23.1
8342026-08-04T17:43:32.805Z Downloaded tungstenite v0.23.0
8352026-08-04T17:43:32.805Z Downloaded unicode-bidi v0.3.18
8362026-08-04T17:43:32.816Z Downloaded icu_properties v2.1.2
8372026-08-04T17:43:32.816Z Downloaded kstat-rs v0.2.4
8382026-08-04T17:43:32.816Z Downloaded maybe-uninit v2.0.0
8392026-08-04T17:43:32.816Z Downloaded diff v0.1.13
8402026-08-04T17:43:32.816Z Downloaded new_debug_unreachable v1.0.6
8412026-08-04T17:43:32.816Z Downloaded zerovec-derive v0.11.2
8422026-08-04T17:43:32.816Z Downloaded csv-core v0.1.13
8432026-08-04T17:43:32.816Z Downloaded darling v0.13.4
8442026-08-04T17:43:32.816Z Downloaded vergen-git2 v9.1.0
8452026-08-04T17:43:32.816Z Downloaded vergen-lib v0.1.6
8462026-08-04T17:43:32.816Z Downloaded nibble_vec v0.1.0
8472026-08-04T17:43:32.816Z Downloaded vergen-lib v9.1.0
8482026-08-04T17:43:32.816Z Downloaded quick-error v1.2.3
8492026-08-04T17:43:32.816Z Downloaded bumpalo v3.20.2
8502026-08-04T17:43:32.817Z Downloaded http v1.4.2
8512026-08-04T17:43:32.817Z Downloaded indexmap v1.9.3
8522026-08-04T17:43:32.821Z Downloaded cc v1.2.56
8532026-08-04T17:43:32.821Z Downloaded hickory-resolver v0.24.4
8542026-08-04T17:43:32.821Z Downloaded zstd v0.13.3
8552026-08-04T17:43:32.821Z Downloaded hickory-server v0.25.2
8562026-08-04T17:43:32.821Z Downloaded progenitor-client v0.14.0
8572026-08-04T17:43:32.821Z Downloaded aho-corasick v1.1.4
8582026-08-04T17:43:32.821Z Downloaded seq-macro v0.3.6
8592026-08-04T17:43:32.821Z Downloaded signal-hook-tokio v0.3.1
8602026-08-04T17:43:32.824Z Downloaded defmt v1.0.1
8612026-08-04T17:43:32.824Z Downloaded ena v0.14.4
8622026-08-04T17:43:32.824Z Downloaded libbz2-rs-sys v0.2.2
8632026-08-04T17:43:32.828Z Downloaded rustc_version v0.1.7
8642026-08-04T17:43:32.828Z Downloaded semver v0.1.20
8652026-08-04T17:43:32.832Z Downloaded ecdsa v0.16.9
8662026-08-04T17:43:32.838Z Downloaded ref-cast v1.0.25
8672026-08-04T17:43:32.842Z Downloaded secrecy v0.8.0
8682026-08-04T17:43:32.842Z Downloaded secrecy v0.10.3
8692026-08-04T17:43:32.842Z Downloaded libloading v0.8.9
8702026-08-04T17:43:32.842Z Downloaded sponge-cursor v0.1.0
8712026-08-04T17:43:32.842Z Downloaded strum v0.26.3
8722026-08-04T17:43:32.842Z Downloaded similar v2.7.0
8732026-08-04T17:43:32.847Z Downloaded stable_deref_trait v1.2.1
8742026-08-04T17:43:32.847Z Downloaded subprocess v0.2.15
8752026-08-04T17:43:32.847Z Downloaded tokio-postgres v0.7.16
8762026-08-04T17:43:32.851Z Downloaded rsa v0.9.10
8772026-08-04T17:43:32.851Z Downloaded darling_core v0.21.3
8782026-08-04T17:43:32.856Z Downloaded tracing-attributes v0.1.31
8792026-08-04T17:43:32.860Z Downloaded url v2.5.8
8802026-08-04T17:43:32.860Z Downloaded libsw-core v0.3.2
8812026-08-04T17:43:32.861Z Downloaded take_mut v0.2.2
8822026-08-04T17:43:32.861Z Downloaded daft-derive v0.1.7
8832026-08-04T17:43:32.868Z Downloaded derive_builder v0.20.2
8842026-08-04T17:43:32.868Z Downloaded num_enum v0.5.11
8852026-08-04T17:43:32.868Z Downloaded pem v3.0.6
8862026-08-04T17:43:32.868Z Downloaded phf_shared v0.12.1
8872026-08-04T17:43:32.868Z Downloaded proc-macro-error2 v2.0.1
8882026-08-04T17:43:32.871Z Downloaded phc v0.6.1
8892026-08-04T17:43:32.871Z Downloaded rand_core v0.9.5
8902026-08-04T17:43:32.871Z Downloaded try-lock v0.2.5
8912026-08-04T17:43:32.871Z Downloaded typify-macro v0.6.2
8922026-08-04T17:43:32.871Z Downloaded unicode-xid v0.2.6
8932026-08-04T17:43:32.871Z Downloaded vergen-gitcl v1.0.8
8942026-08-04T17:43:32.872Z Downloaded zeroize_derive v1.5.0
8952026-08-04T17:43:32.872Z Downloaded oxnet v0.1.6
8962026-08-04T17:43:32.875Z Downloaded wnaf v0.14.0
8972026-08-04T17:43:32.875Z Downloaded cpufeatures v0.3.0
8982026-08-04T17:43:32.875Z Downloaded pkg-config v0.3.32
8992026-08-04T17:43:32.877Z Downloaded want v0.3.1
9002026-08-04T17:43:32.877Z Downloaded xshell v0.2.7
9012026-08-04T17:43:32.880Z Downloaded aes v0.9.1
9022026-08-04T17:43:32.880Z Downloaded hashbrown v0.12.3
9032026-08-04T17:43:32.883Z Downloaded darling_macro v0.21.3
9042026-08-04T17:43:32.886Z Downloaded darling_macro v0.23.0
9052026-08-04T17:43:32.886Z Downloaded crucible-workspace-hack v0.1.0
9062026-08-04T17:43:32.886Z Downloaded steno v0.4.1
9072026-08-04T17:43:32.889Z Downloaded difflib v0.4.0
9082026-08-04T17:43:32.892Z Downloaded dyn-clone v1.0.20
9092026-08-04T17:43:32.892Z Downloaded idna_adapter v1.2.1
9102026-08-04T17:43:32.892Z Downloaded socket2 v0.6.3
9112026-08-04T17:43:32.895Z Downloaded rusty-fork v0.3.1
9122026-08-04T17:43:32.895Z Downloaded schemars v1.2.1
9132026-08-04T17:43:32.903Z Downloaded crypto-bigint v0.5.5
9142026-08-04T17:43:32.906Z Downloaded ipnet v2.11.0
9152026-08-04T17:43:32.906Z Downloaded smallvec v0.6.14
9162026-08-04T17:43:32.906Z Downloaded papergrid v0.17.0
9172026-08-04T17:43:32.909Z Downloaded rustls-native-certs v0.8.3
9182026-08-04T17:43:32.912Z Downloaded match_cfg v0.1.0
9192026-08-04T17:43:32.912Z Downloaded keccak v0.1.6
9202026-08-04T17:43:32.912Z Downloaded num-iter v0.1.45
9212026-08-04T17:43:32.915Z Downloaded darling_core v0.23.0
9222026-08-04T17:43:32.919Z Downloaded futures-util v0.3.32
9232026-08-04T17:43:32.922Z Downloaded num-bigint v0.4.6
9242026-08-04T17:43:32.925Z Downloaded litemap v0.8.1
9252026-08-04T17:43:32.928Z Downloaded strum_macros v0.27.2
9262026-08-04T17:43:32.928Z Downloaded toml_edit v0.19.15
9272026-08-04T17:43:32.935Z Downloaded synstructure v0.13.2
9282026-08-04T17:43:32.938Z Downloaded mime_guess v2.0.5
9292026-08-04T17:43:32.938Z Downloaded progenitor-impl v0.14.0
9302026-08-04T17:43:32.938Z Downloaded progenitor-macro v0.14.0
9312026-08-04T17:43:32.938Z Downloaded x509-cert v0.2.5
9322026-08-04T17:43:32.942Z Downloaded critical-section v1.2.0
9332026-08-04T17:43:32.946Z Downloaded pin-project-lite v0.2.17
9342026-08-04T17:43:32.946Z Downloaded pkcs8 v0.11.0
9352026-08-04T17:43:32.949Z Downloaded vsss-rs v3.3.4
9362026-08-04T17:43:32.949Z Downloaded p521 v0.14.0
9372026-08-04T17:43:32.950Z Downloaded newtype-uuid-macros v0.1.0
9382026-08-04T17:43:32.953Z Downloaded predicates-core v1.0.10
9392026-08-04T17:43:32.953Z Downloaded ref-cast-impl v1.0.25
9402026-08-04T17:43:32.953Z Downloaded rustc_version v0.4.1
9412026-08-04T17:43:32.953Z Downloaded rustls-platform-verifier v0.6.2
9422026-08-04T17:43:32.953Z Downloaded zeroize v1.9.0
9432026-08-04T17:43:32.958Z Downloaded icu_collections v2.1.1
9442026-08-04T17:43:32.962Z Downloaded radium v0.7.0
9452026-08-04T17:43:32.962Z Downloaded crossbeam-utils v0.8.21
9462026-08-04T17:43:32.962Z Downloaded der_derive v0.7.3
9472026-08-04T17:43:32.962Z Downloaded siphasher v1.0.2
9482026-08-04T17:43:32.962Z Downloaded testing_table v0.3.0
9492026-08-04T17:43:32.962Z Downloaded rustversion v1.0.22
9502026-08-04T17:43:32.969Z Downloaded serde-big-array v0.5.1
9512026-08-04T17:43:32.970Z Downloaded shell-words v1.1.1
9522026-08-04T17:43:32.970Z Downloaded slog-envlogger v2.2.0
9532026-08-04T17:43:32.970Z Downloaded subtle v2.6.1
9542026-08-04T17:43:32.975Z Downloaded serde_plain v1.0.2
9552026-08-04T17:43:32.975Z Downloaded drift v0.2.0
9562026-08-04T17:43:32.975Z Downloaded slog v2.8.2
9572026-08-04T17:43:32.980Z Downloaded usdt-attr-macro v0.6.0
9582026-08-04T17:43:32.980Z Downloaded module-lattice v0.2.3
9592026-08-04T17:43:32.983Z Downloaded ingot-types v0.2.0
9602026-08-04T17:43:32.983Z Downloaded nanorand v0.7.0
9612026-08-04T17:43:32.983Z Downloaded num-integer v0.1.46
9622026-08-04T17:43:32.986Z Downloaded unicode-truncate v1.1.0
9632026-08-04T17:43:32.986Z Downloaded phf v0.13.1
9642026-08-04T17:43:32.986Z Downloaded zone v0.3.1
9652026-08-04T17:43:32.986Z Downloaded crc-catalog v2.4.0
9662026-08-04T17:43:32.989Z Downloaded hashbrown v0.15.5
9672026-08-04T17:43:32.989Z Downloaded omicron-zone-package v0.12.3
9682026-08-04T17:43:32.992Z Downloaded rayon-core v1.13.0
9692026-08-04T17:43:32.995Z Downloaded samael v0.0.19
9702026-08-04T17:43:33.000Z Downloaded derive_more-impl v2.1.1
9712026-08-04T17:43:33.006Z Downloaded linear-map v1.2.0
9722026-08-04T17:43:33.006Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9732026-08-04T17:43:33.006Z Downloaded usdt-impl v0.6.0
9742026-08-04T17:43:33.006Z Downloaded rustls-webpki v0.103.13
9752026-08-04T17:43:33.016Z Downloaded crypto-common v0.2.2
9762026-08-04T17:43:33.016Z Downloaded defmt v0.3.100
9772026-08-04T17:43:33.016Z Downloaded quinn v0.11.9
9782026-08-04T17:43:33.016Z Downloaded rand v0.8.6
9792026-08-04T17:43:33.017Z Downloaded hashbrown v0.13.2
9802026-08-04T17:43:33.022Z Downloaded oxide-update-engine-types v0.1.2
9812026-08-04T17:43:33.022Z Downloaded hashbrown v0.16.1
9822026-08-04T17:43:33.022Z Downloaded num-bigint-dig v0.8.6
9832026-08-04T17:43:33.022Z Downloaded yasna v0.5.2
9842026-08-04T17:43:33.022Z Downloaded parse-display-derive v0.10.0
9852026-08-04T17:43:33.022Z Downloaded dsl_auto_type v0.2.0
9862026-08-04T17:43:33.022Z Downloaded is-terminal v0.4.17
9872026-08-04T17:43:33.026Z Downloaded r2d2 v0.8.10
9882026-08-04T17:43:33.029Z Downloaded darling v0.20.11
9892026-08-04T17:43:33.029Z Downloaded ecdsa v0.17.0
9902026-08-04T17:43:33.030Z Downloaded serde_spanned v1.1.1
9912026-08-04T17:43:33.034Z Downloaded sqlformat v0.3.5
9922026-08-04T17:43:33.034Z Downloaded snafu-derive v0.8.9
9932026-08-04T17:43:33.034Z Downloaded spki v0.7.3
9942026-08-04T17:43:33.037Z Downloaded num_enum_derive v0.5.11
9952026-08-04T17:43:33.037Z Downloaded phf_shared v0.11.3
9962026-08-04T17:43:33.037Z Downloaded illumos-nvpair-sys v0.2.0
9972026-08-04T17:43:33.037Z Downloaded lru-slab v0.1.2
9982026-08-04T17:43:33.037Z Downloaded memoffset v0.9.1
9992026-08-04T17:43:33.037Z Downloaded parse-display v0.10.0
10002026-08-04T17:43:33.040Z Downloaded crossbeam-channel v0.5.15
10012026-08-04T17:43:33.044Z Downloaded tinyvec v1.10.0
10022026-08-04T17:43:33.047Z Downloaded tokio-stream v0.1.18
10032026-08-04T17:43:33.049Z Downloaded zip v4.6.1
10042026-08-04T17:43:33.052Z Downloaded icu_normalizer v2.1.1
10052026-08-04T17:43:33.052Z Downloaded pem-rfc7468 v0.7.0
10062026-08-04T17:43:33.056Z Downloaded tokio-tungstenite v0.23.1
10072026-08-04T17:43:33.056Z Downloaded ingot-macros v0.2.0
10082026-08-04T17:43:33.056Z Downloaded whoami v2.1.0
10092026-08-04T17:43:33.059Z Downloaded tokio-tungstenite v0.21.0
10102026-08-04T17:43:33.059Z Downloaded walkdir v2.5.0
10112026-08-04T17:43:33.059Z Downloaded signature v2.2.0
10122026-08-04T17:43:33.059Z Downloaded internal-russh-num-bigint v0.5.0
10132026-08-04T17:43:33.062Z Downloaded same-file v1.0.6
10142026-08-04T17:43:33.062Z Downloaded sha1 v0.10.6
10152026-08-04T17:43:33.065Z Downloaded unicode-normalization v0.1.25
10162026-08-04T17:43:33.065Z Downloaded der v0.7.10
10172026-08-04T17:43:33.068Z Downloaded universal-hash v0.5.1
10182026-08-04T17:43:33.075Z Downloaded slog-bunyan v2.5.0
10192026-08-04T17:43:33.078Z Downloaded hyper v1.10.1
10202026-08-04T17:43:33.082Z Downloaded diesel-dtrace v0.5.0
10212026-08-04T17:43:33.086Z Downloaded nu-ansi-term v0.50.3
10222026-08-04T17:43:33.086Z Downloaded poly1305 v0.9.0
10232026-08-04T17:43:33.086Z Downloaded derive_builder_core v0.20.2
10242026-08-04T17:43:33.093Z Downloaded structmeta-derive v0.3.0
10252026-08-04T17:43:33.098Z Downloaded tokio-test v0.4.5
10262026-08-04T17:43:33.098Z Downloaded derive_builder_macro v0.20.2
10272026-08-04T17:43:33.099Z Downloaded is_ci v1.2.0
10282026-08-04T17:43:33.102Z Downloaded derive-where v1.6.0
10292026-08-04T17:43:33.102Z Downloaded mio v1.2.0
10302026-08-04T17:43:33.102Z Downloaded spin v0.9.8
10312026-08-04T17:43:33.106Z Downloaded derive_more v2.1.1
10322026-08-04T17:43:33.109Z Downloaded digest-io v0.1.0
10332026-08-04T17:43:33.110Z Downloaded dtrace-parser v0.3.0
10342026-08-04T17:43:33.113Z Downloaded num-derive v0.4.2
10352026-08-04T17:43:33.113Z Downloaded crossterm v0.28.1
10362026-08-04T17:43:33.117Z Downloaded openssl-probe v0.2.1
10372026-08-04T17:43:33.125Z Downloaded aes-gcm v0.11.0
10382026-08-04T17:43:33.130Z Downloaded port-file v0.1.0
10392026-08-04T17:43:33.130Z Downloaded predicates v3.1.4
10402026-08-04T17:43:33.130Z Downloaded progenitor v0.13.0
10412026-08-04T17:43:33.130Z Downloaded oso-derive v0.27.3
10422026-08-04T17:43:33.133Z Downloaded zerocopy-derive v0.8.40
10432026-08-04T17:43:33.133Z Downloaded rfc6979 v0.4.0
10442026-08-04T17:43:33.139Z Downloaded crc32fast v1.5.0
10452026-08-04T17:43:33.139Z Downloaded jiff-static v0.2.21
10462026-08-04T17:43:33.139Z Downloaded psm v0.1.30
10472026-08-04T17:43:33.139Z Downloaded rand_seeder v0.4.0
10482026-08-04T17:43:33.139Z Downloaded scrypt v0.12.0
10492026-08-04T17:43:33.144Z Downloaded utf8_iter v1.0.4
10502026-08-04T17:43:33.144Z Downloaded ssh-cipher v0.3.0
10512026-08-04T17:43:33.144Z Downloaded tls_codec v0.4.2
10522026-08-04T17:43:33.148Z Downloaded zstd-safe v7.2.4
10532026-08-04T17:43:33.148Z Downloaded iana-time-zone v0.1.65
10542026-08-04T17:43:33.153Z Downloaded hkdf v0.12.4
10552026-08-04T17:43:33.153Z Downloaded trait-variant v0.1.2
10562026-08-04T17:43:33.153Z Downloaded toml_writer v1.1.1+spec-1.1.0
10572026-08-04T17:43:33.157Z Downloaded oso v0.27.3
10582026-08-04T17:43:33.158Z Downloaded support-bundle-viewer v0.1.2
10592026-08-04T17:43:33.161Z Downloaded debug-ignore v1.0.5
10602026-08-04T17:43:33.161Z Downloaded embedded-io v0.4.0
10612026-08-04T17:43:33.166Z Downloaded openssl-probe v0.1.6
10622026-08-04T17:43:33.169Z Downloaded maplit v1.0.2
10632026-08-04T17:43:33.169Z Downloaded libscf-sys v1.2.0
10642026-08-04T17:43:33.169Z Downloaded parse-size v1.1.0
10652026-08-04T17:43:33.217Z Downloaded memmap2 v0.9.10
10662026-08-04T17:43:33.217Z Downloaded prefix-trie v0.7.0
10672026-08-04T17:43:33.218Z Downloaded pretty_assertions v1.4.1
10682026-08-04T17:43:33.218Z Downloaded ryu v1.0.23
10692026-08-04T17:43:33.218Z Downloaded qorb v0.4.1
10702026-08-04T17:43:33.218Z Downloaded serde_with v1.14.0
10712026-08-04T17:43:33.218Z Downloaded toml v1.1.2+spec-1.1.0
10722026-08-04T17:43:33.218Z Downloaded indent_write v2.2.0
10732026-08-04T17:43:33.218Z Downloaded powerfmt v0.2.0
10742026-08-04T17:43:33.218Z Downloaded rand_pcg v0.10.2
10752026-08-04T17:43:33.218Z Downloaded schemars v0.8.22
10762026-08-04T17:43:33.218Z Downloaded managed v0.8.0
10772026-08-04T17:43:33.218Z Downloaded num-complex v0.4.6
10782026-08-04T17:43:33.218Z Downloaded newtype-uuid v1.3.2
10792026-08-04T17:43:33.218Z Downloaded phf v0.12.1
10802026-08-04T17:43:33.218Z Downloaded strum v0.27.2
10812026-08-04T17:43:33.218Z Downloaded parking_lot_core v0.9.12
10822026-08-04T17:43:33.218Z Downloaded pem-rfc7468 v1.0.0
10832026-08-04T17:43:33.218Z Downloaded progenitor-client v0.13.0
10842026-08-04T17:43:33.218Z Downloaded reqwest v0.12.28
10852026-08-04T17:43:33.218Z Downloaded unicode_categories v0.1.1
10862026-08-04T17:43:33.218Z Downloaded tokio-macros v2.7.0
10872026-08-04T17:43:33.218Z Downloaded darling_core v0.13.4
10882026-08-04T17:43:33.218Z Downloaded cstr-argument v0.1.2
10892026-08-04T17:43:33.219Z Downloaded ssh-encoding v0.3.0
10902026-08-04T17:43:33.219Z Downloaded serde-hex v0.1.0
10912026-08-04T17:43:33.219Z Downloaded defmt-parser v1.0.0
10922026-08-04T17:43:33.224Z Downloaded data-encoding v2.10.0
10932026-08-04T17:43:33.224Z Downloaded strum_macros v0.24.3
10942026-08-04T17:43:33.225Z Downloaded tokio-dtrace v0.1.1
10952026-08-04T17:43:33.225Z Downloaded slog-async v2.8.0
10962026-08-04T17:43:33.230Z Downloaded hkdf v0.13.0
10972026-08-04T17:43:33.230Z Downloaded salty v0.3.0
10982026-08-04T17:43:33.234Z Downloaded p256 v0.14.0
10992026-08-04T17:43:33.234Z Downloaded unicode-segmentation v1.12.0
11002026-08-04T17:43:33.238Z Downloaded term v1.2.1
11012026-08-04T17:43:33.238Z Downloaded unicode-properties v0.1.4
11022026-08-04T17:43:33.239Z Downloaded num v0.4.3
11032026-08-04T17:43:33.245Z Downloaded corncobs v0.1.4
11042026-08-04T17:43:33.245Z Downloaded ed25519 v3.0.0
11052026-08-04T17:43:33.245Z Downloaded progenitor-extras v0.2.0
11062026-08-04T17:43:33.245Z Downloaded pin-project-internal v1.1.11
11072026-08-04T17:43:33.249Z Downloaded ignore v0.4.25
11082026-08-04T17:43:33.249Z Downloaded psl-types v2.0.11
11092026-08-04T17:43:33.249Z Downloaded unsafe-libyaml v0.2.11
11102026-08-04T17:43:33.249Z Downloaded postcard v1.1.3
11112026-08-04T17:43:33.252Z Downloaded potential_utf v0.1.4
11122026-08-04T17:43:33.252Z Downloaded termtree v0.5.1
11132026-08-04T17:43:33.260Z Downloaded rpassword v7.5.4
11142026-08-04T17:43:33.263Z Downloaded sapling-renderdag v0.1.0
11152026-08-04T17:43:33.263Z Downloaded serde_bytes v0.11.19
11162026-08-04T17:43:33.270Z Downloaded static_assertions v1.1.0
11172026-08-04T17:43:33.273Z Downloaded md5 v0.8.0
11182026-08-04T17:43:33.276Z Downloaded nom v7.1.3
11192026-08-04T17:43:33.279Z Downloaded p384 v0.14.0
11202026-08-04T17:43:33.279Z Downloaded ron v0.8.1
11212026-08-04T17:43:33.284Z Downloaded icu_properties_data v2.1.2
11222026-08-04T17:43:33.288Z Downloaded vergen v9.1.0
11232026-08-04T17:43:33.292Z Downloaded zerovec v0.11.5
11242026-08-04T17:43:33.292Z Downloaded writeable v0.6.2
11252026-08-04T17:43:33.297Z Downloaded cpubits v0.1.1
11262026-08-04T17:43:33.297Z Downloaded proc-macro-crate v1.3.1
11272026-08-04T17:43:33.297Z Downloaded scheduled-thread-pool v0.2.7
11282026-08-04T17:43:33.297Z Downloaded term v0.7.0
11292026-08-04T17:43:33.301Z Downloaded minimal-lexical v0.2.1
11302026-08-04T17:43:33.304Z Downloaded crc-any v2.5.0
11312026-08-04T17:43:33.309Z Downloaded impl-trait-for-tuples v0.2.3
11322026-08-04T17:43:33.309Z Downloaded zone_cfg_derive v0.3.1
11332026-08-04T17:43:33.312Z Downloaded twox-hash v2.1.2
11342026-08-04T17:43:33.312Z Downloaded universal-hash v0.6.1
11352026-08-04T17:43:33.312Z Downloaded utf-8 v0.7.6
11362026-08-04T17:43:33.317Z Downloaded packed_struct_codegen v0.10.1
11372026-08-04T17:43:33.317Z Downloaded signature v3.0.0
11382026-08-04T17:43:33.317Z Downloaded ssh-key v0.7.0-rc.11
11392026-08-04T17:43:33.322Z Downloaded dropshot_endpoint v0.17.1
11402026-08-04T17:43:33.325Z Downloaded xattr v1.6.1
11412026-08-04T17:43:33.325Z Downloaded vte v0.14.1
11422026-08-04T17:43:33.325Z Downloaded tinyvec_macros v0.1.1
11432026-08-04T17:43:33.328Z Downloaded unarray v0.1.4
11442026-08-04T17:43:33.331Z Downloaded jobserver v0.1.34
11452026-08-04T17:43:33.331Z Downloaded lock_api v0.4.14
11462026-08-04T17:43:33.331Z Downloaded waitgroup v0.1.2
11472026-08-04T17:43:33.347Z Downloaded packed_struct v0.10.1
11482026-08-04T17:43:33.350Z Downloaded void v1.0.2
11492026-08-04T17:43:33.350Z Downloaded peg-macros v0.8.5
11502026-08-04T17:43:33.350Z Downloaded rtoolbox v0.0.3
11512026-08-04T17:43:33.350Z Downloaded dirs-sys-next v0.1.2
11522026-08-04T17:43:33.355Z Downloaded openssl-macros v0.1.1
11532026-08-04T17:43:33.355Z Downloaded serde_path_to_error v0.1.20
11542026-08-04T17:43:33.355Z Downloaded delegate v0.13.5
11552026-08-04T17:43:33.357Z Downloaded defmt-macros v1.0.1
11562026-08-04T17:43:33.360Z Downloaded document-features v0.2.12
11572026-08-04T17:43:33.363Z Downloaded h2 v0.4.15
11582026-08-04T17:43:33.369Z Downloaded primeorder v0.13.6
11592026-08-04T17:43:33.372Z Downloaded serde_with_macros v3.21.0
11602026-08-04T17:43:33.372Z Downloaded tokio-rustls v0.26.4
11612026-08-04T17:43:33.372Z Downloaded darling v0.23.0
11622026-08-04T17:43:33.375Z Downloaded polyval v0.7.1
11632026-08-04T17:43:33.378Z Downloaded ipnetwork v0.21.1
11642026-08-04T17:43:33.378Z Downloaded ml-kem v0.3.2
11652026-08-04T17:43:33.378Z Downloaded supports-color v3.0.2
11662026-08-04T17:43:33.382Z Downloaded newline-converter v0.3.0
11672026-08-04T17:43:33.382Z Downloaded yoke-derive v0.8.1
11682026-08-04T17:43:33.382Z Downloaded serde_with v3.21.0
11692026-08-04T17:43:33.386Z Downloaded phf_shared v0.13.1
11702026-08-04T17:43:33.389Z Downloaded rustc-hash v2.1.1
11712026-08-04T17:43:33.389Z Downloaded ed25519-dalek v3.0.0
11722026-08-04T17:43:33.392Z Downloaded icu_normalizer_data v2.1.1
11732026-08-04T17:43:33.392Z Downloaded indoc v2.0.7
11742026-08-04T17:43:33.392Z Downloaded slab v0.4.12
11752026-08-04T17:43:33.397Z Downloaded hyper-util v0.1.20
11762026-08-04T17:43:33.401Z Downloaded toml_parser v1.1.2+spec-1.1.0
11772026-08-04T17:43:33.401Z Downloaded tough v0.22.0
11782026-08-04T17:43:33.404Z Downloaded scuffle v0.1.0
11792026-08-04T17:43:33.404Z Downloaded serdect v0.4.3
11802026-08-04T17:43:33.404Z Downloaded strum_macros v0.26.4
11812026-08-04T17:43:33.404Z Downloaded typed-path v0.9.3
11822026-08-04T17:43:33.410Z Downloaded stacker v0.1.23
11832026-08-04T17:43:33.414Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11842026-08-04T17:43:33.414Z Downloaded crossbeam-epoch v0.9.18
11852026-08-04T17:43:33.417Z Downloaded owo-colors v4.3.0
11862026-08-04T17:43:33.417Z Downloaded litrs v1.0.0
11872026-08-04T17:43:33.417Z Downloaded digest v0.11.3
11882026-08-04T17:43:33.421Z Downloaded proptest v1.11.0
11892026-08-04T17:43:33.423Z Downloaded der v0.8.0
11902026-08-04T17:43:33.426Z Downloaded miniz_oxide v0.8.9
11912026-08-04T17:43:33.431Z Downloaded rand_xorshift v0.4.0
11922026-08-04T17:43:33.431Z Downloaded ctr v0.10.1
11932026-08-04T17:43:33.431Z Downloaded bitvec v1.0.1
11942026-08-04T17:43:33.437Z Downloaded displaydoc v0.2.5
11952026-08-04T17:43:33.440Z Downloaded winnow v1.0.3
11962026-08-04T17:43:33.445Z Downloaded git2 v0.20.4
11972026-08-04T17:43:33.448Z Downloaded crossbeam-deque v0.8.6
11982026-08-04T17:43:33.448Z Downloaded itertools v0.13.0
11992026-08-04T17:43:33.452Z Downloaded icu_locale_core v2.1.1
12002026-08-04T17:43:33.456Z Downloaded idna v1.1.0
12012026-08-04T17:43:33.459Z Downloaded resolv-conf v0.7.6
12022026-08-04T17:43:33.459Z Downloaded smallvec v1.15.1
12032026-08-04T17:43:33.459Z Downloaded password-hash v0.5.0
12042026-08-04T17:43:33.465Z Downloaded lalrpop-util v0.19.12
12052026-08-04T17:43:33.465Z Downloaded native-tls v0.2.18
12062026-08-04T17:43:33.465Z Downloaded sha2 v0.11.0
12072026-08-04T17:43:33.465Z Downloaded keccak v0.2.0
12082026-08-04T17:43:33.469Z Downloaded primefield v0.14.0
12092026-08-04T17:43:33.469Z Downloaded p384 v0.13.1
12102026-08-04T17:43:33.469Z Downloaded libsw v3.5.0
12112026-08-04T17:43:33.469Z Downloaded blake3 v1.8.5
12122026-08-04T17:43:33.474Z Downloaded tokio-util v0.7.18
12132026-08-04T17:43:33.477Z Downloaded diesel_derives v2.3.7
12142026-08-04T17:43:33.480Z Downloaded num_enum v0.7.6
12152026-08-04T17:43:33.483Z Downloaded darling_core v0.20.11
12162026-08-04T17:43:33.487Z Downloaded test-strategy v0.4.5
12172026-08-04T17:43:33.487Z Downloaded rsa v0.10.0-rc.18
12182026-08-04T17:43:33.490Z Downloaded derive_more v0.99.20
12192026-08-04T17:43:33.494Z Downloaded icu_provider v2.1.1
12202026-08-04T17:43:33.494Z Downloaded yansi v1.0.1
12212026-08-04T17:43:33.497Z Downloaded zerocopy v0.6.6
12222026-08-04T17:43:33.497Z Downloaded elliptic-curve v0.14.1
12232026-08-04T17:43:33.497Z Downloaded schemars v0.9.0
12242026-08-04T17:43:33.504Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-08-04T17:43:33.509Z Downloaded tracing-core v0.1.36
12262026-08-04T17:43:33.509Z Downloaded rand v0.9.2
12272026-08-04T17:43:33.514Z Downloaded smf v0.2.3
12282026-08-04T17:43:33.514Z Downloaded zip v0.6.6
12292026-08-04T17:43:33.514Z Downloaded tower-http v0.6.8
12302026-08-04T17:43:33.518Z Downloaded signal-hook v0.3.18
12312026-08-04T17:43:33.518Z Downloaded ed25519-dalek v2.2.0
12322026-08-04T17:43:33.521Z Downloaded rayon v1.11.0
12332026-08-04T17:43:33.527Z Downloaded tar v0.4.46
12342026-08-04T17:43:33.530Z Downloaded time v0.3.47
12352026-08-04T17:43:33.537Z Downloaded elliptic-curve v0.13.8
12362026-08-04T17:43:33.541Z Downloaded itertools v0.10.5
12372026-08-04T17:43:33.541Z Downloaded itertools v0.14.0
12382026-08-04T17:43:33.544Z Downloaded reedline v0.40.0
12392026-08-04T17:43:33.547Z Downloaded quinn-proto v0.11.16
12402026-08-04T17:43:33.551Z Downloaded indicatif v0.18.4
12412026-08-04T17:43:33.554Z Downloaded goblin v0.10.5
12422026-08-04T17:43:33.557Z Downloaded reqwest v0.13.2
12432026-08-04T17:43:33.561Z Downloaded zerotrie v0.2.3
12442026-08-04T17:43:33.565Z Downloaded bindgen v0.71.1
12452026-08-04T17:43:33.568Z Downloaded typify v0.6.2
12462026-08-04T17:43:33.568Z Downloaded rustyline v14.0.0
12472026-08-04T17:43:33.570Z Downloaded libxml v0.3.3
12482026-08-04T17:43:33.576Z Downloaded sha3 v0.12.0
12492026-08-04T17:43:33.581Z Downloaded dropshot-api-manager v0.7.2
12502026-08-04T17:43:33.584Z Downloaded itertools v0.12.1
12512026-08-04T17:43:33.589Z Downloaded snafu v0.8.9
12522026-08-04T17:43:33.594Z Downloaded chrono v0.4.45
12532026-08-04T17:43:33.597Z Downloaded libm v0.2.16
12542026-08-04T17:43:33.600Z Downloaded serde_yaml v0.9.34+deprecated
12552026-08-04T17:43:33.603Z Downloaded tower v0.5.3
12562026-08-04T17:43:33.611Z Downloaded regex v1.12.3
12572026-08-04T17:43:33.615Z Downloaded rawzip v0.4.4
12582026-08-04T17:43:33.626Z Downloaded nom v8.0.0
12592026-08-04T17:43:33.629Z Downloaded rand v0.10.1
12602026-08-04T17:43:33.632Z Downloaded crypto-bigint v0.7.5
12612026-08-04T17:43:33.638Z Downloaded openssl v0.10.79
12622026-08-04T17:43:33.645Z Downloaded winnow v0.5.40
12632026-08-04T17:43:33.658Z Downloaded polar-core v0.27.3
12642026-08-04T17:43:33.679Z Downloaded winnow v0.6.26
12652026-08-04T17:43:33.686Z Downloaded regex-syntax v0.6.29
12662026-08-04T17:43:33.693Z Downloaded lalrpop v0.19.12
12672026-08-04T17:43:33.708Z Downloaded itertools v0.15.0
12682026-08-04T17:43:33.713Z Downloaded iri-string v0.7.10
12692026-08-04T17:43:33.717Z Downloaded crossterm v0.29.0
12702026-08-04T17:43:33.720Z Downloaded hickory-proto v0.24.4
12712026-08-04T17:43:33.727Z Downloaded smoltcp v0.9.1
12722026-08-04T17:43:33.732Z Downloaded iddqd v0.4.2
12732026-08-04T17:43:33.737Z Downloaded vcpkg v0.2.15
12742026-08-04T17:43:33.759Z Downloaded hickory-proto v0.25.2
12752026-08-04T17:43:33.767Z Downloaded quick-xml v0.37.5
12762026-08-04T17:43:33.770Z Downloaded portable-atomic v1.13.1
12772026-08-04T17:43:33.774Z Downloaded object v0.30.4
12782026-08-04T17:43:33.780Z Downloaded crypto-primes v0.7.2
12792026-08-04T17:43:33.783Z Downloaded tabled v0.20.0
12802026-08-04T17:43:33.792Z Downloaded zlib-rs v0.6.2
12812026-08-04T17:43:33.795Z Downloaded openapiv3 v2.2.0
12822026-08-04T17:43:33.819Z Downloaded bstr v1.12.1
12832026-08-04T17:43:33.823Z Downloaded regress v0.11.1
12842026-08-04T17:43:33.833Z Downloaded curve25519-dalek v4.1.3
12852026-08-04T17:43:33.837Z Downloaded nix v0.28.0
12862026-08-04T17:43:33.843Z Downloaded russh v0.62.4
12872026-08-04T17:43:33.849Z Downloaded petname v2.0.2
12882026-08-04T17:43:33.854Z Downloaded curve25519-dalek v5.0.0
12892026-08-04T17:43:33.859Z Downloaded nix v0.31.2
12902026-08-04T17:43:33.872Z Downloaded regex-syntax v0.8.10
12912026-08-04T17:43:33.884Z Downloaded nix v0.27.1
12922026-08-04T17:43:33.889Z Downloaded zerocopy v0.8.40
12932026-08-04T17:43:33.892Z Downloaded smoltcp v0.11.0
12942026-08-04T17:43:33.900Z Downloaded sha3 v0.11.0
12952026-08-04T17:43:33.905Z Downloaded moka v0.12.13
12962026-08-04T17:43:33.905Z Downloaded object v0.37.3
12972026-08-04T17:43:33.909Z Downloaded regress v0.10.5
12982026-08-04T17:43:33.913Z Downloaded zerocopy-derive v0.6.6
12992026-08-04T17:43:33.920Z Downloaded radix_trie v0.2.1
13002026-08-04T17:43:33.926Z Downloaded diesel v2.3.7
13012026-08-04T17:43:33.948Z Downloaded sqlparser v0.61.0
13022026-08-04T17:43:33.969Z Downloaded dropshot v0.17.1
13032026-08-04T17:43:33.987Z Downloaded petgraph v0.6.5
13042026-08-04T17:43:33.995Z Downloaded rustls v0.23.41
13052026-08-04T17:43:34.024Z Downloaded typify-impl v0.6.2
13062026-08-04T17:43:34.028Z Downloaded petgraph v0.8.3
13072026-08-04T17:43:34.041Z Downloaded rustix v0.38.44
13082026-08-04T17:43:34.046Z Downloaded sled v0.34.7
13092026-08-04T17:43:34.058Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-04T17:43:34.072Z Downloaded ratatui v0.29.0
13112026-08-04T17:43:34.081Z Downloaded tracing v0.1.44
13122026-08-04T17:43:34.090Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-08-04T17:43:34.097Z Downloaded tokio v1.52.1
13142026-08-04T17:43:34.118Z Downloaded csv v1.4.0
13152026-08-04T17:43:34.169Z Downloaded sha3 v0.10.8
13162026-08-04T17:43:34.180Z Downloaded encoding_rs v0.8.35
13172026-08-04T17:43:34.180Z Downloaded ring v0.17.14
13182026-08-04T17:43:34.180Z Downloaded regex-automata v0.4.14
13192026-08-04T17:43:34.183Z Downloaded chrono-tz v0.10.4
13202026-08-04T17:43:34.188Z Downloaded jiff v0.2.21
13212026-08-04T17:43:34.207Z Downloaded libz-sys v1.1.24
13222026-08-04T17:43:34.306Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-08-04T17:43:34.823Z Downloaded aws-lc-sys v0.40.0
13242026-08-04T17:43:35.071Z Compiling libc v0.2.185
13252026-08-04T17:43:35.071Z Compiling serde_core v1.0.228
13262026-08-04T17:43:35.071Z Compiling serde v1.0.228
13272026-08-04T17:43:35.076Z Compiling log v0.4.29
13282026-08-04T17:43:35.076Z Compiling smallvec v1.15.1
13292026-08-04T17:43:35.076Z Compiling shlex v1.3.0
13302026-08-04T17:43:35.076Z Compiling find-msvc-tools v0.1.9
13312026-08-04T17:43:35.076Z Compiling syn v2.0.117
13322026-08-04T17:43:35.435Z Compiling subtle v2.6.1
13332026-08-04T17:43:35.460Z Compiling stable_deref_trait v1.2.1
13342026-08-04T17:43:35.460Z Compiling scopeguard v1.2.0
13352026-08-04T17:43:35.506Z Compiling typenum v1.20.1
13362026-08-04T17:43:35.532Z Compiling serde_json v1.0.151
13372026-08-04T17:43:35.545Z Compiling portable-atomic v1.13.1
13382026-08-04T17:43:35.574Z Compiling lock_api v0.4.14
13392026-08-04T17:43:35.600Z Compiling zerocopy v0.8.40
13402026-08-04T17:43:35.728Z Compiling parking_lot_core v0.9.12
13412026-08-04T17:43:35.819Z Compiling pin-project-lite v0.2.17
13422026-08-04T17:43:35.912Z Compiling pkg-config v0.3.32
13432026-08-04T17:43:36.015Z Compiling jobserver v0.1.34
13442026-08-04T17:43:36.037Z Compiling errno v0.3.14
13452026-08-04T17:43:36.079Z Compiling getrandom v0.2.17
13462026-08-04T17:43:36.172Z Compiling critical-section v1.2.0
13472026-08-04T17:43:36.332Z Compiling cc v1.2.56
13482026-08-04T17:43:36.419Z Compiling libm v0.2.16
13492026-08-04T17:43:36.432Z Compiling getrandom v0.4.1
13502026-08-04T17:43:36.436Z Compiling rand_core v0.6.4
13512026-08-04T17:43:36.543Z Compiling signal-hook-registry v1.4.8
13522026-08-04T17:43:36.649Z Compiling once_cell v1.21.3
13532026-08-04T17:43:36.751Z Compiling num-traits v0.2.19
13542026-08-04T17:43:36.804Z Compiling rand_core v0.10.0
13552026-08-04T17:43:36.833Z Compiling futures-core v0.3.32
13562026-08-04T17:43:36.988Z Compiling parking_lot v0.12.5
13572026-08-04T17:43:37.022Z Compiling mio v1.2.0
13582026-08-04T17:43:37.096Z Compiling generic-array v0.14.7
13592026-08-04T17:43:37.196Z Compiling percent-encoding v2.3.2
13602026-08-04T17:43:37.294Z Compiling litemap v0.8.1
13612026-08-04T17:43:37.374Z Compiling writeable v0.6.2
13622026-08-04T17:43:37.389Z Compiling const-oid v0.9.6
13632026-08-04T17:43:37.523Z Compiling bitflags v2.11.0
13642026-08-04T17:43:37.578Z Compiling semver v1.0.28
13652026-08-04T17:43:37.640Z Compiling icu_properties_data v2.1.2
13662026-08-04T17:43:37.830Z Compiling icu_normalizer_data v2.1.1
13672026-08-04T17:43:37.919Z Compiling socket2 v0.6.3
13682026-08-04T17:43:38.001Z Compiling futures-sink v0.3.32
13692026-08-04T17:43:38.107Z Compiling futures-channel v0.3.32
13702026-08-04T17:43:38.111Z Compiling futures-io v0.3.32
13712026-08-04T17:43:38.124Z Compiling slab v0.4.12
13722026-08-04T17:43:38.148Z Compiling futures-task v0.3.32
13732026-08-04T17:43:38.274Z Compiling synstructure v0.13.2
13742026-08-04T17:43:38.314Z Compiling utf8_iter v1.0.4
13752026-08-04T17:43:38.317Z Compiling indexmap v2.14.0
13762026-08-04T17:43:38.342Z Compiling form_urlencoded v1.2.2
13772026-08-04T17:43:38.356Z Compiling rustversion v1.0.22
13782026-08-04T17:43:38.375Z Compiling getrandom v0.3.4
13792026-08-04T17:43:38.464Z Compiling cmake v0.1.57
13802026-08-04T17:43:38.518Z Compiling rustix v1.1.3
13812026-08-04T17:43:38.646Z Compiling dunce v1.0.5
13822026-08-04T17:43:38.759Z Compiling ident_case v1.0.1
13832026-08-04T17:43:38.868Z Compiling iana-time-zone v0.1.65
13842026-08-04T17:43:38.886Z Compiling fs_extra v1.3.0
13852026-08-04T17:43:38.891Z Compiling regex-syntax v0.8.10
13862026-08-04T17:43:39.015Z Compiling uuid v1.23.4
13872026-08-04T17:43:39.069Z Compiling base64ct v1.8.3
13882026-08-04T17:43:39.170Z Compiling aws-lc-sys v0.40.0
13892026-08-04T17:43:39.257Z Compiling rand_core v0.9.5
13902026-08-04T17:43:39.333Z Compiling vcpkg v0.2.15
13912026-08-04T17:43:39.377Z Compiling base64 v0.22.1
13922026-08-04T17:43:39.544Z Compiling pem-rfc7468 v0.7.0
13932026-08-04T17:43:39.705Z Compiling rustc_version v0.4.1
13942026-08-04T17:43:39.720Z Compiling tracing-core v0.1.36
13952026-08-04T17:43:39.858Z Compiling flagset v0.4.7
13962026-08-04T17:43:39.905Z Compiling serde_derive v1.0.228
13972026-08-04T17:43:39.994Z Compiling zeroize_derive v1.5.0
13982026-08-04T17:43:40.025Z Compiling zerofrom-derive v0.1.6
13992026-08-04T17:43:40.052Z Compiling yoke-derive v0.8.1
14002026-08-04T17:43:40.274Z Compiling zerovec-derive v0.11.2
14012026-08-04T17:43:40.284Z Compiling displaydoc v0.2.5
14022026-08-04T17:43:40.663Z Compiling zeroize v1.9.0
14032026-08-04T17:43:40.882Z Compiling zerocopy-derive v0.8.40
14042026-08-04T17:43:41.240Z Compiling tokio-macros v2.7.0
14052026-08-04T17:43:41.244Z Compiling futures-macro v0.3.32
14062026-08-04T17:43:41.434Z Compiling openssl-sys v0.9.115
14072026-08-04T17:43:41.473Z Compiling zerofrom v0.1.6
14082026-08-04T17:43:41.604Z Compiling yoke v0.8.1
14092026-08-04T17:43:41.667Z Compiling block-buffer v0.10.4
14102026-08-04T17:43:41.804Z Compiling zerovec v0.11.5
14112026-08-04T17:43:41.848Z Compiling zerotrie v0.2.3
14122026-08-04T17:43:41.974Z Compiling crypto-common v0.1.7
14132026-08-04T17:43:42.022Z Compiling tracing-attributes v0.1.31
14142026-08-04T17:43:42.101Z Compiling futures-util v0.3.32
14152026-08-04T17:43:42.122Z Compiling digest v0.10.7
14162026-08-04T17:43:42.148Z Compiling thiserror-impl v2.0.18
14172026-08-04T17:43:42.320Z Compiling tinystr v0.8.2
14182026-08-04T17:43:42.376Z Compiling potential_utf v0.1.4
14192026-08-04T17:43:42.525Z Compiling icu_locale_core v2.1.1
14202026-08-04T17:43:42.545Z Compiling icu_collections v2.1.1
14212026-08-04T17:43:43.021Z Compiling der_derive v0.7.3
14222026-08-04T17:43:43.339Z Compiling bytes v1.11.1
14232026-08-04T17:43:43.398Z Compiling icu_provider v2.1.1
14242026-08-04T17:43:43.414Z Compiling chrono v0.4.45
14252026-08-04T17:43:43.489Z Compiling aws-lc-rs v1.16.3
14262026-08-04T17:43:43.689Z Compiling icu_normalizer v2.1.1
14272026-08-04T17:43:43.769Z Compiling icu_properties v2.1.2
14282026-08-04T17:43:43.957Z Compiling tokio v1.52.1
14292026-08-04T17:43:43.971Z Compiling http v1.4.2
14302026-08-04T17:43:44.236Z Compiling der v0.7.10
14312026-08-04T17:43:44.421Z Compiling thiserror v2.0.18
14322026-08-04T17:43:44.525Z Compiling tracing v0.1.44
14332026-08-04T17:43:44.773Z Compiling idna_adapter v1.2.1
14342026-08-04T17:43:44.804Z Compiling http-body v1.0.1
14352026-08-04T17:43:44.844Z Compiling rustls-pki-types v1.14.0
14362026-08-04T17:43:44.908Z Compiling idna v1.1.0
14372026-08-04T17:43:44.947Z Compiling serde_derive_internals v0.29.1
14382026-08-04T17:43:45.056Z Compiling schemars v0.8.22
14392026-08-04T17:43:45.258Z Compiling ppv-lite86 v0.2.21
14402026-08-04T17:43:45.295Z Compiling url v2.5.8
14412026-08-04T17:43:45.345Z Compiling cmov v0.5.4
14422026-08-04T17:43:45.397Z Compiling openssl-probe v0.2.1
14432026-08-04T17:43:45.542Z Compiling rand_chacha v0.9.0
14442026-08-04T17:43:45.542Z Compiling dyn-clone v1.0.20
14452026-08-04T17:43:45.574Z Compiling tinyvec_macros v0.1.1
14462026-08-04T17:43:45.577Z Compiling httparse v1.10.1
14472026-08-04T17:43:45.635Z Compiling tinyvec v1.10.0
14482026-08-04T17:43:45.683Z Compiling ctutils v0.4.2
14492026-08-04T17:43:45.801Z Compiling schemars_derive v0.8.22
14502026-08-04T17:43:45.918Z Compiling rand v0.9.2
14512026-08-04T17:43:45.967Z Compiling spki v0.7.3
14522026-08-04T17:43:45.981Z Compiling pest_generator v2.8.6
14532026-08-04T17:43:46.048Z Compiling aho-corasick v1.1.4
14542026-08-04T17:43:46.161Z Compiling atomic-waker v1.1.2
14552026-08-04T17:43:46.214Z Compiling untrusted v0.7.1
14562026-08-04T17:43:46.338Z Compiling try-lock v0.2.5
14572026-08-04T17:43:46.363Z Compiling tower-service v0.3.3
14582026-08-04T17:43:46.448Z Compiling tower-layer v0.3.3
14592026-08-04T17:43:46.460Z Compiling want v0.3.1
14602026-08-04T17:43:46.610Z Compiling tempfile v3.25.0
14612026-08-04T17:43:46.669Z Compiling hybrid-array v0.4.13
14622026-08-04T17:43:46.686Z Compiling pest_derive v2.8.6
14632026-08-04T17:43:46.908Z Compiling regex-automata v0.4.14
14642026-08-04T17:43:46.988Z Compiling ipnet v2.11.0
14652026-08-04T17:43:47.117Z Compiling scroll_derive v0.13.1
14662026-08-04T17:43:47.438Z Compiling darling_core v0.20.11
14672026-08-04T17:43:47.459Z Compiling foreign-types-shared v0.1.1
14682026-08-04T17:43:47.545Z Compiling cpufeatures v0.2.17
14692026-08-04T17:43:47.647Z Compiling rustls v0.23.41
14702026-08-04T17:43:47.754Z Compiling tokio-util v0.7.18
14712026-08-04T17:43:47.789Z Compiling untrusted v0.9.0
14722026-08-04T17:43:47.911Z Compiling openssl v0.10.79
14732026-08-04T17:43:47.925Z Compiling httpdate v1.0.3
14742026-08-04T17:43:48.147Z Compiling scroll v0.13.0
14752026-08-04T17:43:48.163Z Compiling foreign-types v0.3.2
14762026-08-04T17:43:48.235Z Compiling pkcs8 v0.10.2
14772026-08-04T17:43:48.347Z Compiling unicode-normalization v0.1.25
14782026-08-04T17:43:48.485Z Compiling h2 v0.4.15
14792026-08-04T17:43:48.766Z Compiling openssl-macros v0.1.1
14802026-08-04T17:43:48.790Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14812026-08-04T17:43:48.804Z Compiling spin v0.9.8
14822026-08-04T17:43:49.015Z Compiling crc32fast v1.5.0
14832026-08-04T17:43:49.150Z Compiling powerfmt v0.2.0
14842026-08-04T17:43:49.164Z Compiling time-core v0.1.8
14852026-08-04T17:43:49.298Z Compiling num-conv v0.2.0
14862026-08-04T17:43:49.304Z Compiling native-tls v0.2.18
14872026-08-04T17:43:49.342Z Compiling deranged v0.5.8
14882026-08-04T17:43:49.395Z Compiling time-macros v0.2.27
14892026-08-04T17:43:49.645Z Compiling darling_macro v0.20.11
14902026-08-04T17:43:50.111Z Compiling darling v0.20.11
14912026-08-04T17:43:50.193Z Compiling goblin v0.10.5
14922026-08-04T17:43:50.293Z Compiling sha2 v0.10.9
14932026-08-04T17:43:50.437Z Compiling hmac v0.12.1
14942026-08-04T17:43:50.592Z Compiling sync_wrapper v1.0.2
14952026-08-04T17:43:50.704Z Compiling wait-timeout v0.2.1
14962026-08-04T17:43:50.896Z Compiling usdt-impl v0.6.0
14972026-08-04T17:43:50.953Z Compiling syn v1.0.109
14982026-08-04T17:43:51.092Z Compiling num_threads v0.1.7
14992026-08-04T17:43:51.204Z Compiling bit-vec v0.8.0
15002026-08-04T17:43:51.270Z Compiling crossbeam-utils v0.8.21
15012026-08-04T17:43:51.482Z Compiling quick-error v1.2.3
15022026-08-04T17:43:51.572Z Compiling hyper v1.10.1
15032026-08-04T17:43:51.588Z Compiling simd-adler32 v0.3.8
15042026-08-04T17:43:51.603Z Compiling siphasher v1.0.2
15052026-08-04T17:43:51.822Z Compiling rusty-fork v0.3.1
15062026-08-04T17:43:51.831Z Compiling bit-set v0.8.0
15072026-08-04T17:43:52.166Z Compiling time v0.3.47
15082026-08-04T17:43:52.322Z Compiling tower v0.5.3
15092026-08-04T17:43:52.533Z Compiling derive_builder_core v0.20.2
15102026-08-04T17:43:52.796Z Compiling hyper-util v0.1.20
15112026-08-04T17:43:52.818Z Compiling dtrace-parser v0.3.0
15122026-08-04T17:43:53.155Z Compiling dof v0.4.0
15132026-08-04T17:43:53.387Z Compiling http-body-util v0.1.3
15142026-08-04T17:43:53.534Z Compiling heapless v0.7.17
15152026-08-04T17:43:53.648Z Compiling thiserror-impl v1.0.69
15162026-08-04T17:43:53.717Z Compiling scroll_derive v0.12.1
15172026-08-04T17:43:53.759Z Compiling rand_xorshift v0.4.0
15182026-08-04T17:43:53.923Z Compiling slog v2.8.2
15192026-08-04T17:43:54.099Z Compiling darling_core v0.23.0
15202026-08-04T17:43:54.280Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-08-04T17:43:54.343Z Compiling thread-id v5.1.0
15222026-08-04T17:43:54.348Z Compiling cookie v0.18.1
15232026-08-04T17:43:54.400Z Compiling anyhow v1.0.102
15242026-08-04T17:43:54.489Z Compiling adler2 v2.0.1
15252026-08-04T17:43:54.523Z Compiling unicode-properties v0.1.4
15262026-08-04T17:43:54.546Z Compiling paste v1.0.15
15272026-08-04T17:43:54.613Z Compiling signal-hook v0.3.18
15282026-08-04T17:43:54.695Z Compiling iri-string v0.7.10
15292026-08-04T17:43:54.718Z Compiling unarray v0.1.4
15302026-08-04T17:43:54.778Z Compiling zstd-safe v7.2.4
15312026-08-04T17:43:54.799Z Compiling ryu v1.0.23
15322026-08-04T17:43:54.823Z Compiling unicode-bidi v0.3.18
15332026-08-04T17:43:54.840Z Compiling allocator-api2 v0.2.21
15342026-08-04T17:43:54.961Z Compiling serde_urlencoded v0.7.1
15352026-08-04T17:43:54.976Z Compiling thiserror v1.0.69
15362026-08-04T17:43:55.122Z Compiling proptest v1.11.0
15372026-08-04T17:43:55.158Z Compiling stringprep v0.1.5
15382026-08-04T17:43:55.341Z Compiling miniz_oxide v0.8.9
15392026-08-04T17:43:55.910Z Compiling tower-http v0.6.8
15402026-08-04T17:43:56.151Z Compiling scroll v0.12.0
15412026-08-04T17:43:56.202Z Compiling derive_builder_macro v0.20.2
15422026-08-04T17:43:56.202Z Compiling tokio-native-tls v0.3.1
15432026-08-04T17:43:56.348Z Compiling camino v1.2.2
15442026-08-04T17:43:56.428Z Compiling bstr v1.12.1
15452026-08-04T17:43:56.548Z Compiling darling_macro v0.23.0
15462026-08-04T17:43:56.698Z Compiling ipnetwork v0.21.1
15472026-08-04T17:43:56.728Z Compiling block-buffer v0.12.1
15482026-08-04T17:43:56.887Z Compiling block-padding v0.4.2
15492026-08-04T17:43:56.923Z Compiling crypto-common v0.2.2
15502026-08-04T17:43:57.031Z Compiling rand_chacha v0.3.1
15512026-08-04T17:43:57.048Z Compiling rustls-native-certs v0.8.3
15522026-08-04T17:43:57.065Z Compiling serde_spanned v0.6.9
15532026-08-04T17:43:57.078Z Compiling erased-serde v0.3.31
15542026-08-04T17:43:57.205Z Compiling hex v0.4.3
15552026-08-04T17:43:57.325Z Compiling serde_tokenstream v0.2.3
15562026-08-04T17:43:57.471Z Compiling toml_datetime v0.6.11
15572026-08-04T17:43:57.555Z Compiling md-5 v0.10.6
15582026-08-04T17:43:57.632Z Compiling signature v2.2.0
15592026-08-04T17:43:57.713Z Compiling curve25519-dalek v4.1.3
15602026-08-04T17:43:57.728Z Compiling async-trait v0.1.89
15612026-08-04T17:43:57.780Z Compiling zerocopy-derive v0.7.35
15622026-08-04T17:43:57.806Z Compiling pin-project-internal v1.1.11
15632026-08-04T17:43:58.040Z Compiling vergen-lib v9.1.0
15642026-08-04T17:43:58.220Z Compiling hash32 v0.2.1
15652026-08-04T17:43:58.409Z Compiling num-integer v0.1.46
15662026-08-04T17:43:58.615Z Compiling memoffset v0.9.1
15672026-08-04T17:43:58.630Z Compiling encoding_rs v0.8.35
15682026-08-04T17:43:58.722Z Compiling litrs v1.0.0
15692026-08-04T17:43:58.741Z Compiling ref-cast v1.0.25
15702026-08-04T17:43:58.806Z Compiling cfg_aliases v0.2.1
15712026-08-04T17:43:58.871Z Compiling smoltcp v0.9.1
15722026-08-04T17:43:58.886Z Compiling zlib-rs v0.6.2
15732026-08-04T17:43:59.023Z Compiling num-bigint-dig v0.8.6
15742026-08-04T17:43:59.200Z Compiling psl-types v2.0.11
15752026-08-04T17:43:59.213Z Compiling mime v0.3.17
15762026-08-04T17:43:59.225Z Compiling fallible-iterator v0.2.0
15772026-08-04T17:43:59.318Z Compiling rustix v0.38.44
15782026-08-04T17:43:59.458Z Compiling publicsuffix v2.3.0
15792026-08-04T17:43:59.528Z Compiling postgres-protocol v0.6.10
15802026-08-04T17:43:59.623Z Compiling document-features v0.2.12
15812026-08-04T17:43:59.828Z Compiling nix v0.31.2
15822026-08-04T17:44:00.021Z Compiling hubpack_derive v0.1.1
15832026-08-04T17:44:00.069Z Compiling pin-project v1.1.11
15842026-08-04T17:44:00.165Z Compiling zerocopy v0.7.35
15852026-08-04T17:44:00.181Z Compiling num-iter v0.1.45
15862026-08-04T17:44:00.294Z Compiling newtype-uuid v1.3.2
15872026-08-04T17:44:00.459Z Compiling rand v0.8.6
15882026-08-04T17:44:00.615Z Compiling darling v0.23.0
15892026-08-04T17:44:00.653Z Compiling inout v0.2.2
15902026-08-04T17:44:00.689Z Compiling oxnet v0.1.6
15912026-08-04T17:44:00.702Z Compiling derive_builder v0.20.2
15922026-08-04T17:44:00.716Z Compiling goblin v0.8.2
15932026-08-04T17:44:00.821Z Compiling hyper-tls v0.6.0
15942026-08-04T17:44:01.457Z Compiling phf_shared v0.13.1
15952026-08-04T17:44:01.472Z Compiling regex v1.12.3
15962026-08-04T17:44:01.627Z Compiling lazy_static v1.5.0
15972026-08-04T17:44:01.695Z Compiling anstyle-parse v0.2.7
15982026-08-04T17:44:01.719Z Compiling futures-executor v0.3.32
15992026-08-04T17:44:01.805Z Compiling flate2 v1.1.9
16002026-08-04T17:44:01.877Z Compiling terminal_size v0.4.3
16012026-08-04T17:44:01.893Z Compiling curve25519-dalek-derive v0.1.1
16022026-08-04T17:44:01.977Z Compiling daft-derive v0.1.7
16032026-08-04T17:44:02.027Z Compiling snafu-derive v0.8.9
16042026-08-04T17:44:02.118Z Compiling strum_macros v0.27.2
16052026-08-04T17:44:02.217Z Compiling ref-cast-impl v1.0.25
16062026-08-04T17:44:02.560Z Compiling vergen v9.1.0
16072026-08-04T17:44:02.700Z Compiling cargo-platform v0.3.2
16082026-08-04T17:44:02.715Z Compiling ff v0.13.1
16092026-08-04T17:44:02.762Z Compiling fs-err v3.3.0
16102026-08-04T17:44:02.852Z Compiling ahash v0.8.12
16112026-08-04T17:44:02.953Z Compiling base16ct v0.2.0
16122026-08-04T17:44:02.970Z Compiling foldhash v0.2.0
16132026-08-04T17:44:03.066Z Compiling object v0.37.3
16142026-08-04T17:44:03.126Z Compiling bumpalo v3.20.2
16152026-08-04T17:44:03.187Z Compiling winnow v0.5.40
16162026-08-04T17:44:03.318Z Compiling libbz2-rs-sys v0.2.2
16172026-08-04T17:44:03.377Z Compiling foldhash v0.1.5
16182026-08-04T17:44:03.550Z Compiling same-file v1.0.6
16192026-08-04T17:44:03.714Z Compiling managed v0.8.0
16202026-08-04T17:44:03.910Z Compiling bitflags v1.3.2
16212026-08-04T17:44:03.930Z Compiling unicode-segmentation v1.12.0
16222026-08-04T17:44:03.994Z Compiling snafu v0.8.9
16232026-08-04T17:44:04.076Z Compiling strum v0.27.2
16242026-08-04T17:44:04.208Z Compiling bzip2 v0.6.1
16252026-08-04T17:44:04.223Z Compiling walkdir v2.5.0
16262026-08-04T17:44:04.305Z Compiling hashbrown v0.15.5
16272026-08-04T17:44:04.382Z Compiling zopfli v0.8.3
16282026-08-04T17:44:04.408Z Compiling clap_builder v4.6.0
16292026-08-04T17:44:04.522Z Compiling toml_edit v0.19.15
16302026-08-04T17:44:04.585Z Compiling hashbrown v0.16.1
16312026-08-04T17:44:04.770Z Compiling sec1 v0.7.3
16322026-08-04T17:44:04.901Z Compiling dof v0.3.0
16332026-08-04T17:44:05.024Z Compiling cargo_metadata v0.23.1
16342026-08-04T17:44:05.135Z Compiling group v0.13.0
16352026-08-04T17:44:05.304Z Compiling daft v0.1.7
16362026-08-04T17:44:05.577Z Compiling futures v0.3.32
16372026-08-04T17:44:05.611Z Compiling anstream v0.6.21
16382026-08-04T17:44:05.910Z Compiling phf v0.13.1
16392026-08-04T17:44:06.073Z Compiling cookie_store v0.22.1
16402026-08-04T17:44:06.135Z Compiling signal-hook-mio v0.2.5
16412026-08-04T17:44:06.401Z Compiling zstd v0.13.3
16422026-08-04T17:44:06.637Z Compiling reqwest v0.12.28
16432026-08-04T17:44:06.671Z Compiling bzip2 v0.4.4
16442026-08-04T17:44:06.747Z Compiling cipher v0.5.2
16452026-08-04T17:44:06.874Z Compiling serde_with_macros v3.21.0
16462026-08-04T17:44:07.054Z Compiling hubpack v0.1.2
16472026-08-04T17:44:07.268Z Compiling postgres-types v0.2.12
16482026-08-04T17:44:07.426Z Compiling ed25519 v2.2.3
16492026-08-04T17:44:07.806Z Compiling usdt-attr-macro v0.6.0
16502026-08-04T17:44:08.005Z Compiling usdt-macro v0.6.0
16512026-08-04T17:44:08.275Z Compiling globset v0.4.18
16522026-08-04T17:44:08.310Z Compiling dtrace-parser v0.2.0
16532026-08-04T17:44:08.344Z Compiling phf_shared v0.11.3
16542026-08-04T17:44:08.529Z Compiling hkdf v0.12.4
16552026-08-04T17:44:08.597Z Compiling olpc-cjson v0.1.4
16562026-08-04T17:44:08.699Z Compiling pkcs1 v0.7.5
16572026-08-04T17:44:08.751Z Compiling serde_plain v1.0.2
16582026-08-04T17:44:08.764Z Compiling serde-big-array v0.5.1
16592026-08-04T17:44:08.903Z Compiling crypto-bigint v0.5.5
16602026-08-04T17:44:08.922Z Compiling async-recursion v1.1.1
16612026-08-04T17:44:08.947Z Compiling enum-as-inner v0.6.1
16622026-08-04T17:44:09.038Z Compiling strum_macros v0.26.4
16632026-08-04T17:44:09.113Z Compiling serde_repr v0.1.20
16642026-08-04T17:44:09.436Z Compiling clap_derive v4.6.1
16652026-08-04T17:44:09.563Z Compiling pem v3.0.6
16662026-08-04T17:44:09.612Z Compiling float-cmp v0.10.0
16672026-08-04T17:44:09.760Z Compiling memmap2 v0.9.10
16682026-08-04T17:44:09.871Z Compiling thread-id v4.2.2
16692026-08-04T17:44:09.967Z Compiling env_filter v1.0.0
16702026-08-04T17:44:09.980Z Compiling new_debug_unreachable v1.0.6
16712026-08-04T17:44:10.044Z Compiling const-oid v0.10.2
16722026-08-04T17:44:10.247Z Compiling cpufeatures v0.3.0
16732026-08-04T17:44:10.254Z Compiling normalize-line-endings v0.3.0
16742026-08-04T17:44:10.334Z Compiling fixedbitset v0.5.7
16752026-08-04T17:44:10.348Z Compiling either v1.15.0
16762026-08-04T17:44:10.370Z Compiling predicates-core v1.0.10
16772026-08-04T17:44:10.535Z Compiling static_assertions v1.1.0
16782026-08-04T17:44:10.550Z Compiling fixedbitset v0.4.2
16792026-08-04T17:44:10.608Z Compiling whoami v2.1.0
16802026-08-04T17:44:10.626Z Compiling typed-path v0.9.3
16812026-08-04T17:44:10.747Z Compiling winnow v1.0.3
16822026-08-04T17:44:10.760Z Compiling difflib v0.4.0
16832026-08-04T17:44:10.976Z Compiling data-encoding v2.10.0
16842026-08-04T17:44:10.981Z Compiling precomputed-hash v0.1.1
16852026-08-04T17:44:11.077Z Compiling jiff v0.2.21
16862026-08-04T17:44:11.091Z Compiling keccak v0.1.6
16872026-08-04T17:44:11.091Z Compiling string_cache v0.8.9
16882026-08-04T17:44:11.151Z Compiling clap v4.6.1
16892026-08-04T17:44:11.232Z Compiling sha3 v0.10.8
16902026-08-04T17:44:11.341Z Compiling hickory-proto v0.25.2
16912026-08-04T17:44:11.383Z Compiling toml_parser v1.1.2+spec-1.1.0
16922026-08-04T17:44:11.688Z Compiling toml_edit v0.22.27
16932026-08-04T17:44:11.715Z Compiling predicates v3.1.4
16942026-08-04T17:44:11.870Z Compiling tokio-postgres v0.7.16
16952026-08-04T17:44:11.888Z Compiling strum v0.26.3
16962026-08-04T17:44:12.016Z Compiling petgraph v0.6.5
16972026-08-04T17:44:12.024Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-08-04T17:44:12.347Z Compiling petgraph v0.8.3
16992026-08-04T17:44:13.488Z Compiling itertools v0.13.0
17002026-08-04T17:44:14.057Z Compiling zip v4.6.1
17012026-08-04T17:44:14.287Z Compiling chacha20 v0.10.0
17022026-08-04T17:44:14.378Z Compiling digest v0.11.3
17032026-08-04T17:44:14.604Z Compiling env_logger v0.11.9
17042026-08-04T17:44:14.654Z Compiling usdt-impl v0.5.0
17052026-08-04T17:44:14.699Z Compiling usdt v0.6.0
17062026-08-04T17:44:14.782Z Compiling elliptic-curve v0.13.8
17072026-08-04T17:44:14.955Z Compiling rsa v0.9.10
17082026-08-04T17:44:14.955Z Compiling crossterm v0.28.1
17092026-08-04T17:44:14.995Z Compiling serde_with v3.21.0
17102026-08-04T17:44:15.180Z Compiling ed25519-dalek v2.2.0
17112026-08-04T17:44:15.226Z Compiling zip v0.6.6
17122026-08-04T17:44:15.808Z Compiling toml v0.7.8
17132026-08-04T17:44:15.938Z Compiling iddqd v0.4.2
17142026-08-04T17:44:16.475Z Compiling similar v2.7.0
17152026-08-04T17:44:16.517Z Compiling heck v0.4.1
17162026-08-04T17:44:16.744Z Compiling byte-wrapper v0.1.0
17172026-08-04T17:44:16.803Z Compiling crossbeam-epoch v0.9.18
17182026-08-04T17:44:16.931Z Compiling tokio-stream v0.1.18
17192026-08-04T17:44:17.084Z Compiling buf-list v1.1.2
17202026-08-04T17:44:17.143Z Compiling x509-cert v0.2.5
17212026-08-04T17:44:17.264Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17222026-08-04T17:44:17.347Z Compiling openapiv3 v2.2.0
17232026-08-04T17:44:17.372Z Compiling peg-runtime v0.8.5
17242026-08-04T17:44:17.450Z Compiling lalrpop-util v0.19.12
17252026-08-04T17:44:17.582Z Compiling thread_local v1.1.9
17262026-08-04T17:44:17.618Z Compiling slog-async v2.8.0
17272026-08-04T17:44:17.644Z Compiling crossbeam-channel v0.5.15
17282026-08-04T17:44:17.820Z Compiling is-terminal v0.4.17
17292026-08-04T17:44:17.910Z Compiling filetime v0.2.27
17302026-08-04T17:44:17.950Z Compiling term v1.2.1
17312026-08-04T17:44:18.078Z Compiling take_mut v0.2.2
17322026-08-04T17:44:18.122Z Compiling xattr v1.6.1
17332026-08-04T17:44:18.123Z Compiling camino-tempfile v1.4.1
17342026-08-04T17:44:18.269Z Compiling tar v0.4.46
17352026-08-04T17:44:18.317Z Compiling slog-term v2.9.2
17362026-08-04T17:44:29.343Z Compiling rustls-webpki v0.103.13
17372026-08-04T17:44:31.955Z Compiling tokio-rustls v0.26.4
17382026-08-04T17:44:31.955Z Compiling rustls-platform-verifier v0.6.2
17392026-08-04T17:44:31.955Z Compiling tough v0.22.0
17402026-08-04T17:44:32.152Z Compiling hyper-rustls v0.27.7
17412026-08-04T17:44:32.348Z Compiling reqwest v0.13.2
17422026-08-04T17:44:34.547Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-08-04T17:44:34.758Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-08-04T17:44:37.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17452026-08-04T17:44:37.813Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17462026-08-04T17:44:37.868ZAug 04 17:44:36.115 INFO Starting download, target: Console
17472026-08-04T17:44:37.869ZAug 04 17:44:36.115 INFO Starting download, target: DendriteStub
17482026-08-04T17:44:37.869ZAug 04 17:44:36.115 INFO Starting download, target: Clickhouse
17492026-08-04T17:44:37.869ZAug 04 17:44:36.115 INFO Starting download, target: Cockroach
17502026-08-04T17:44:37.869ZAug 04 17:44:36.115 INFO Starting download, target: MaghemiteMgd
17512026-08-04T17:44:37.893ZAug 04 17:44:36.115 INFO Starting download, target: MaghemiteDdmd
17522026-08-04T17:44:37.893ZAug 04 17:44:36.115 INFO Starting download, target: TransceiverControl
17532026-08-04T17:44:37.893ZAug 04 17:44:36.115 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-08-04T17:44:37.893ZAug 04 17:44:36.116 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17552026-08-04T17:44:37.894ZAug 04 17:44:36.116 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-08-04T17:44:37.894ZAug 04 17:44:36.116 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17572026-08-04T17:44:37.894ZAug 04 17:44:36.116 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-08-04T17:44:37.894ZAug 04 17:44:36.116 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-08-04T17:44:37.894ZAug 04 17:44:36.116 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-08-04T17:44:38.813ZAug 04 17:44:37.038 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17612026-08-04T17:44:39.011ZAug 04 17:44:37.248 INFO Download complete, target: TransceiverControl
17622026-08-04T17:44:39.988ZAug 04 17:44:38.176 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-08-04T17:44:40.033ZAug 04 17:44:38.188 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-08-04T17:44:40.233ZAug 04 17:44:38.425 INFO Download complete, target: Console
17652026-08-04T17:44:41.610ZAug 04 17:44:39.870 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17662026-08-04T17:44:41.831ZAug 04 17:44:40.075 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17672026-08-04T17:44:42.446ZAug 04 17:44:40.701 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-08-04T17:44:43.367ZAug 04 17:44:41.629 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-08-04T17:44:43.367ZAug 04 17:44:41.629 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-08-04T17:44:43.532ZAug 04 17:44:41.794 INFO Download complete, target: MaghemiteDdmd
17712026-08-04T17:44:44.275ZAug 04 17:44:42.537 INFO Download complete, target: MaghemiteMgd
17722026-08-04T17:44:44.921ZAug 04 17:44:43.183 INFO Download complete, target: DendriteStub
17732026-08-04T17:44:46.905ZAug 04 17:44:45.160 INFO Checking that binary works, target: Clickhouse
17742026-08-04T17:44:47.007ZAug 04 17:44:45.269 INFO Download complete, target: Clickhouse
17752026-08-04T17:44:48.093ZAug 04 17:44:46.355 INFO Checking that binary works, target: Cockroach
17762026-08-04T17:44:48.219ZAug 04 17:44:46.480 INFO Download complete, target: Cockroach
17772026-08-04T17:44:48.236ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-08-04T17:44:48.241Z
17792026-08-04T17:44:48.241Zreal 2:04.858619878
17802026-08-04T17:44:48.241Zuser 6:35.398319627
17812026-08-04T17:44:48.241Zsys 1:19.953622939
17822026-08-04T17:44:48.241Ztrap 0.228197070
17832026-08-04T17:44:48.241Ztflt 0.599339655
17842026-08-04T17:44:48.241Zdflt 0.929306913
17852026-08-04T17:44:48.241Zkflt 0.025798074
17862026-08-04T17:44:48.241Zlock 25:35.652354873
17872026-08-04T17:44:48.241Zslp 19:58.851574523
17882026-08-04T17:44:48.241Zlat 41.577240139
17892026-08-04T17:44:48.241Zstop 2:28.095389868
17902026-08-04T17:44:48.241Z+ banner clippy
17912026-08-04T17:44:48.241Z
17922026-08-04T17:44:48.241Z #### # # ##### ##### # #
17932026-08-04T17:44:48.241Z # # # # # # # # # #
17942026-08-04T17:44:48.241Z # # # # # # # #
17952026-08-04T17:44:48.241Z # # # ##### ##### #
17962026-08-04T17:44:48.241Z # # # # # # #
17972026-08-04T17:44:48.242Z #### ###### # # # #
17982026-08-04T17:44:48.242Z
17992026-08-04T17:44:48.242Z+ export CARGO_INCREMENTAL=0
18002026-08-04T17:44:48.242Z+ CARGO_INCREMENTAL=0
18012026-08-04T17:44:48.242Z+ ptime -m cargo xtask clippy
18022026-08-04T17:44:48.710Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-08-04T17:44:48.998Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-08-04T17:44:50.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18052026-08-04T17:44:50.864Z Running `target/debug/xtask clippy`
18062026-08-04T17:44:50.885Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-08-04T17:44:51.447Z Downloading crates ...
18082026-08-04T17:44:51.617Z Downloaded async-object-pool v0.2.0
18092026-08-04T17:44:51.620Z Downloaded approx v0.5.1
18102026-08-04T17:44:51.620Z Downloaded blake2b_simd v1.0.4
18112026-08-04T17:44:51.620Z Downloaded assert-json-diff v2.0.2
18122026-08-04T17:44:51.620Z Downloaded cast v0.3.0
18132026-08-04T17:44:51.623Z Downloaded constant_time_eq v0.3.1
18142026-08-04T17:44:51.623Z Downloaded concurrent-queue v2.5.0
18152026-08-04T17:44:51.623Z Downloaded event-listener-strategy v0.5.4
18162026-08-04T17:44:51.623Z Downloaded backtrace-ext v0.2.1
18172026-08-04T17:44:51.623Z Downloaded anes v0.1.6
18182026-08-04T17:44:51.626Z Downloaded criterion-plot v0.6.0
18192026-08-04T17:44:51.626Z Downloaded assert_cmd v2.1.2
18202026-08-04T17:44:51.629Z Downloaded escape8259 v0.5.3
18212026-08-04T17:44:51.629Z Downloaded async-lock v3.4.2
18222026-08-04T17:44:51.629Z Downloaded cfg-expr v0.20.6
18232026-08-04T17:44:51.632Z Downloaded datatest-stable v0.3.3
18242026-08-04T17:44:51.632Z Downloaded event-listener v5.4.1
18252026-08-04T17:44:51.635Z Downloaded addr2line v0.25.1
18262026-08-04T17:44:51.635Z Downloaded chumsky v0.9.3
18272026-08-04T17:44:51.635Z Downloaded futures-timer v3.0.3
18282026-08-04T17:44:51.639Z Downloaded backtrace v0.3.76
18292026-08-04T17:44:51.639Z Downloaded fancy-regex v0.14.0
18302026-08-04T17:44:51.641Z Downloaded hex-literal v0.4.1
18312026-08-04T17:44:51.641Z Downloaded criterion v0.7.0
18322026-08-04T17:44:51.644Z Downloaded guppy-workspace-hack v0.1.0
18332026-08-04T17:44:51.644Z Downloaded hickory-client v0.25.2
18342026-08-04T17:44:51.647Z Downloaded linkme-impl v0.3.35
18352026-08-04T17:44:51.647Z Downloaded nested v0.1.1
18362026-08-04T17:44:51.647Z Downloaded httptest v0.16.4
18372026-08-04T17:44:51.647Z Downloaded knuffel-derive v3.2.0
18382026-08-04T17:44:51.650Z Downloaded miette-derive v5.10.0
18392026-08-04T17:44:51.650Z Downloaded libtest-mimic v0.8.1
18402026-08-04T17:44:51.650Z Downloaded linkme v0.3.35
18412026-08-04T17:44:51.653Z Downloaded parking v2.2.1
18422026-08-04T17:44:51.653Z Downloaded pathdiff v0.2.3
18432026-08-04T17:44:51.653Z Downloaded plotters-svg v0.3.7
18442026-08-04T17:44:51.655Z Downloaded oorandom v11.1.5
18452026-08-04T17:44:51.655Z Downloaded knuffel v3.2.0
18462026-08-04T17:44:51.659Z Downloaded partial-io v0.5.4
18472026-08-04T17:44:51.659Z Downloaded path-tree v0.8.3
18482026-08-04T17:44:51.659Z Downloaded plotters-backend v0.3.7
18492026-08-04T17:44:51.659Z Downloaded guppy v0.17.25
18502026-08-04T17:44:51.662Z Downloaded hashbrown v0.14.5
18512026-08-04T17:44:51.662Z Downloaded owo-colors v3.5.0
18522026-08-04T17:44:51.665Z Downloaded relative-path v1.9.3
18532026-08-04T17:44:51.665Z Downloaded rust-argon2 v2.1.0
18542026-08-04T17:44:51.665Z Downloaded rustc-demangle v0.1.27
18552026-08-04T17:44:51.668Z Downloaded serde_regex v1.1.0
18562026-08-04T17:44:51.668Z Downloaded miette v5.10.0
18572026-08-04T17:44:51.668Z Downloaded similar-asserts v1.7.0
18582026-08-04T17:44:51.671Z Downloaded target-triple v1.0.0
18592026-08-04T17:44:51.671Z Downloaded supports-color v2.1.0
18602026-08-04T17:44:51.671Z Downloaded supports-hyperlinks v2.1.0
18612026-08-04T17:44:51.671Z Downloaded supports-unicode v2.1.0
18622026-08-04T17:44:51.673Z Downloaded terminal_size v0.1.17
18632026-08-04T17:44:51.674Z Downloaded rand_distr v0.5.1
18642026-08-04T17:44:51.674Z Downloaded rstest v0.25.0
18652026-08-04T17:44:51.676Z Downloaded stringmetrics v2.2.2
18662026-08-04T17:44:51.679Z Downloaded target-spec v3.5.7
18672026-08-04T17:44:51.679Z Downloaded termcolor v1.4.1
18682026-08-04T17:44:51.679Z Downloaded tinytemplate v1.2.1
18692026-08-04T17:44:51.682Z Downloaded target-lexicon v0.13.3
18702026-08-04T17:44:51.682Z Downloaded gimli v0.32.3
18712026-08-04T17:44:51.685Z Downloaded rstest_macros v0.25.0
18722026-08-04T17:44:51.688Z Downloaded trybuild v1.0.116
18732026-08-04T17:44:51.691Z Downloaded plotters v0.3.7
18742026-08-04T17:44:51.694Z Downloaded textwrap v0.15.2
18752026-08-04T17:44:51.758Z Downloaded httpmock v0.8.3
18762026-08-04T17:44:53.482Z Checking cfg-if v1.0.4
18772026-08-04T17:44:53.849Z Checking libc v0.2.185
18782026-08-04T17:44:53.852Z Checking serde_core v1.0.228
18792026-08-04T17:44:53.928Z Checking memchr v2.8.0
18802026-08-04T17:44:53.970Z Checking smallvec v1.15.1
18812026-08-04T17:44:54.005Z Checking zeroize v1.9.0
18822026-08-04T17:44:54.044Z Checking rand_core v0.10.0
18832026-08-04T17:44:54.085Z Checking itoa v1.0.17
18842026-08-04T17:44:54.118Z Checking subtle v2.6.1
18852026-08-04T17:44:54.179Z Checking libm v0.2.16
18862026-08-04T17:44:54.227Z Checking log v0.4.29
18872026-08-04T17:44:54.265Z Checking typenum v1.20.1
18882026-08-04T17:44:54.306Z Checking getrandom v0.4.1
18892026-08-04T17:44:54.306Z Checking errno v0.3.14
18902026-08-04T17:44:54.379Z Checking scopeguard v1.2.0
18912026-08-04T17:44:54.420Z Checking stable_deref_trait v1.2.1
18922026-08-04T17:44:54.455Z Checking zmij v1.0.21
18932026-08-04T17:44:54.495Z Checking zerofrom v0.1.6
18942026-08-04T17:44:54.536Z Checking lock_api v0.4.14
18952026-08-04T17:44:54.575Z Checking percent-encoding v2.3.2
18962026-08-04T17:44:54.578Z Checking writeable v0.6.2
18972026-08-04T17:44:54.646Z Checking yoke v0.8.1
18982026-08-04T17:44:54.685Z Checking litemap v0.8.1
18992026-08-04T17:44:54.746Z Checking icu_properties_data v2.1.2
19002026-08-04T17:44:54.785Z Checking icu_normalizer_data v2.1.1
19012026-08-04T17:44:54.823Z Checking form_urlencoded v1.2.2
19022026-08-04T17:44:54.859Z Checking zerovec v0.11.5
19032026-08-04T17:44:54.896Z Checking zerotrie v0.2.3
19042026-08-04T17:44:54.900Z Checking num-traits v0.2.19
19052026-08-04T17:44:54.967Z Checking utf8_iter v1.0.4
19062026-08-04T17:44:55.005Z Checking zerocopy v0.8.40
19072026-08-04T17:44:55.044Z Checking pin-project-lite v0.2.17
19082026-08-04T17:44:55.086Z Checking parking_lot_core v0.9.12
19092026-08-04T17:44:55.123Z Checking portable-atomic v1.13.1
19102026-08-04T17:44:55.161Z Checking critical-section v1.2.0
19112026-08-04T17:44:55.207Z Checking signal-hook-registry v1.4.8
19122026-08-04T17:44:55.293Z Checking parking_lot v0.12.5
19132026-08-04T17:44:55.296Z Checking mio v1.2.0
19142026-08-04T17:44:55.363Z Checking tinystr v0.8.2
19152026-08-04T17:44:55.399Z Checking potential_utf v0.1.4
19162026-08-04T17:44:55.441Z Checking serde v1.0.228
19172026-08-04T17:44:55.470Z Checking bitflags v2.11.0
19182026-08-04T17:44:55.520Z Checking serde_json v1.0.151
19192026-08-04T17:44:55.560Z Checking icu_collections v2.1.1
19202026-08-04T17:44:55.563Z Checking icu_locale_core v2.1.1
19212026-08-04T17:44:55.563Z Checking once_cell v1.21.3
19222026-08-04T17:44:55.668Z Checking iana-time-zone v0.1.65
19232026-08-04T17:44:55.714Z Checking uuid v1.23.4
19242026-08-04T17:44:55.804Z Checking socket2 v0.6.3
19252026-08-04T17:44:55.853Z Checking semver v1.0.28
19262026-08-04T17:44:55.894Z Checking bytes v1.11.1
19272026-08-04T17:44:55.894Z Checking chrono v0.4.45
19282026-08-04T17:44:56.068Z Checking thiserror v2.0.18
19292026-08-04T17:44:56.129Z Checking dyn-clone v1.0.20
19302026-08-04T17:44:56.173Z Checking icu_provider v2.1.1
19312026-08-04T17:44:56.218Z Checking futures-core v0.3.32
19322026-08-04T17:44:56.218Z Checking equivalent v1.0.2
19332026-08-04T17:44:56.221Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19342026-08-04T17:44:56.326Z Checking getrandom v0.2.17
19352026-08-04T17:44:56.364Z Checking tokio v1.52.1
19362026-08-04T17:44:56.367Z Checking rustix v1.1.3
19372026-08-04T17:44:56.433Z Checking icu_normalizer v2.1.1
19382026-08-04T17:44:56.436Z Checking icu_properties v2.1.2
19392026-08-04T17:44:56.503Z Checking rand_core v0.6.4
19402026-08-04T17:44:56.592Z Checking cmov v0.5.4
19412026-08-04T17:44:56.710Z Checking byteorder v1.5.0
19422026-08-04T17:44:56.777Z Checking futures-sink v0.3.32
19432026-08-04T17:44:56.817Z Checking ctutils v0.4.2
19442026-08-04T17:44:56.825Z Checking getrandom v0.3.4
19452026-08-04T17:44:56.907Z Checking futures-channel v0.3.32
19462026-08-04T17:44:56.944Z Checking slab v0.4.12
19472026-08-04T17:44:57.019Z Checking futures-io v0.3.32
19482026-08-04T17:44:57.055Z Checking hybrid-array v0.4.13
19492026-08-04T17:44:57.122Z Checking futures-task v0.3.32
19502026-08-04T17:44:57.126Z Checking generic-array v0.14.7
19512026-08-04T17:44:57.193Z Checking hashbrown v0.17.0
19522026-08-04T17:44:57.235Z Checking thiserror v1.0.69
19532026-08-04T17:44:57.273Z Checking idna_adapter v1.2.1
19542026-08-04T17:44:57.309Z Checking futures-util v0.3.32
19552026-08-04T17:44:57.362Z Checking fnv v1.0.7
19562026-08-04T17:44:57.419Z Checking idna v1.1.0
19572026-08-04T17:44:57.483Z Checking regex-syntax v0.8.10
19582026-08-04T17:44:57.627Z Checking const-oid v0.9.6
19592026-08-04T17:44:57.685Z Checking indexmap v2.14.0
19602026-08-04T17:44:57.721Z Checking url v2.5.8
19612026-08-04T17:44:57.758Z Checking ppv-lite86 v0.2.21
19622026-08-04T17:44:57.813Z Checking crypto-common v0.2.2
19632026-08-04T17:44:58.070Z Checking base64ct v1.8.3
19642026-08-04T17:44:58.174Z Checking schemars v0.8.22
19652026-08-04T17:44:58.279Z Checking crypto-common v0.1.7
19662026-08-04T17:44:58.339Z Checking block-buffer v0.12.1
19672026-08-04T17:44:58.377Z Checking block-buffer v0.10.4
19682026-08-04T17:44:58.468Z Checking utf8parse v0.2.2
19692026-08-04T17:44:58.479Z Checking base64 v0.22.1
19702026-08-04T17:44:58.528Z Checking anstyle v1.0.14
19712026-08-04T17:44:58.570Z Checking http v1.4.2
19722026-08-04T17:44:58.573Z Checking digest v0.10.7
19732026-08-04T17:44:58.738Z Checking tracing-core v0.1.36
19742026-08-04T17:44:58.742Z Checking is_terminal_polyfill v1.70.2
19752026-08-04T17:44:58.809Z Checking colorchoice v1.0.4
19762026-08-04T17:44:58.844Z Checking anstyle-query v1.1.5
19772026-08-04T17:44:58.882Z Checking rand_core v0.9.5
19782026-08-04T17:44:58.919Z Checking anstyle-parse v1.0.0
19792026-08-04T17:44:58.954Z Checking terminal_size v0.4.3
19802026-08-04T17:44:58.990Z Checking ipnet v2.11.0
19812026-08-04T17:44:59.070Z Checking tracing v0.1.44
19822026-08-04T17:44:59.107Z Checking const-oid v0.10.2
19832026-08-04T17:44:59.110Z Checking rand_chacha v0.9.0
19842026-08-04T17:44:59.110Z Checking anstream v1.0.0
19852026-08-04T17:44:59.209Z Checking strsim v0.11.1
19862026-08-04T17:44:59.248Z Checking clap_lex v1.0.0
19872026-08-04T17:44:59.284Z Checking aho-corasick v1.1.4
19882026-08-04T17:44:59.320Z Checking crossbeam-utils v0.8.21
19892026-08-04T17:44:59.323Z Checking erased-serde v0.3.31
19902026-08-04T17:44:59.390Z Checking rand v0.9.2
19912026-08-04T17:44:59.393Z Checking unicode-ident v1.0.24
19922026-08-04T17:44:59.428Z Checking powerfmt v0.2.0
19932026-08-04T17:44:59.496Z Checking clap_builder v4.6.0
19942026-08-04T17:44:59.561Z Checking proc-macro2 v1.0.106
19952026-08-04T17:44:59.602Z Checking tokio-util v0.7.18
19962026-08-04T17:44:59.639Z Checking deranged v0.5.8
19972026-08-04T17:44:59.680Z Checking httparse v1.10.1
19982026-08-04T17:44:59.751Z Checking slog v2.8.2
19992026-08-04T17:44:59.875Z Checking num-conv v0.2.0
20002026-08-04T17:44:59.912Z Checking num_threads v0.1.7
20012026-08-04T17:44:59.916Z Checking time-core v0.1.8
20022026-08-04T17:44:59.983Z Checking regex-automata v0.4.14
20032026-08-04T17:45:00.020Z Checking quote v1.0.45
20042026-08-04T17:45:00.058Z Checking digest v0.11.3
20052026-08-04T17:45:00.061Z Checking anyhow v1.0.102
20062026-08-04T17:45:00.128Z Checking cpufeatures v0.3.0
20072026-08-04T17:45:00.214Z Checking allocator-api2 v0.2.21
20082026-08-04T17:45:00.254Z Checking fastrand v2.3.0
20092026-08-04T17:45:00.257Z Checking syn v2.0.117
20102026-08-04T17:45:00.326Z Checking cpufeatures v0.2.17
20112026-08-04T17:45:00.330Z Checking http-body v1.0.1
20122026-08-04T17:45:00.426Z Checking ipnetwork v0.21.1
20132026-08-04T17:45:00.496Z Checking atomic-waker v1.1.2
20142026-08-04T17:45:00.534Z Checking tempfile v3.25.0
20152026-08-04T17:45:00.539Z Checking aws-lc-sys v0.40.0
20162026-08-04T17:45:00.607Z Checking time v0.3.47
20172026-08-04T17:45:00.644Z Checking rustls-pki-types v1.14.0
20182026-08-04T17:45:00.681Z Checking httpdate v1.0.3
20192026-08-04T17:45:00.734Z Checking clap v4.6.1
20202026-08-04T17:45:00.773Z Checking untrusted v0.7.1
20212026-08-04T17:45:00.843Z Checking try-lock v0.2.5
20222026-08-04T17:45:00.881Z Checking h2 v0.4.15
20232026-08-04T17:45:00.916Z Checking ryu v1.0.23
20242026-08-04T17:45:00.958Z Checking tower-service v0.3.3
20252026-08-04T17:45:00.995Z Checking want v0.3.1
20262026-08-04T17:45:01.079Z Checking tower-layer v0.3.3
20272026-08-04T17:45:01.082Z Checking hex v0.4.3
20282026-08-04T17:45:01.149Z Checking aws-lc-rs v1.16.3
20292026-08-04T17:45:01.153Z Checking pem-rfc7468 v0.7.0
20302026-08-04T17:45:01.258Z Checking spin v0.9.8
20312026-08-04T17:45:01.361Z Checking mime v0.3.17
20322026-08-04T17:45:01.399Z Checking flagset v0.4.7
20332026-08-04T17:45:01.473Z Checking untrusted v0.9.0
20342026-08-04T17:45:01.552Z Checking der v0.7.10
20352026-08-04T17:45:01.589Z Checking simd-adler32 v0.3.8
20362026-08-04T17:45:01.626Z Checking http-body-util v0.1.3
20372026-08-04T17:45:01.733Z Checking adler2 v2.0.1
20382026-08-04T17:45:01.788Z Checking oxnet v0.1.6
20392026-08-04T17:45:01.826Z Checking block-padding v0.4.2
20402026-08-04T17:45:01.868Z Checking camino v1.2.2
20412026-08-04T17:45:01.871Z Checking miniz_oxide v0.8.9
20422026-08-04T17:45:01.992Z Checking openssl-probe v0.2.1
20432026-08-04T17:45:02.049Z Checking rustls-webpki v0.103.13
20442026-08-04T17:45:02.094Z Checking pretty-hex v0.4.1
20452026-08-04T17:45:02.212Z Checking inout v0.2.2
20462026-08-04T17:45:02.216Z Checking serde_urlencoded v0.7.1
20472026-08-04T17:45:02.253Z Checking encoding_rs v0.8.35
20482026-08-04T17:45:02.308Z Checking plain v0.2.3
20492026-08-04T17:45:02.347Z Checking regex v1.12.3
20502026-08-04T17:45:02.350Z Checking rand_chacha v0.3.1
20512026-08-04T17:45:02.417Z Checking ucd-trie v0.1.7
20522026-08-04T17:45:02.453Z Checking cipher v0.5.2
20532026-08-04T17:45:02.487Z Checking rustls v0.23.41
20542026-08-04T17:45:02.524Z Checking spki v0.7.3
20552026-08-04T17:45:02.575Z Checking pest v2.8.6
20562026-08-04T17:45:02.613Z Checking rand v0.8.6
20572026-08-04T17:45:02.652Z Checking futures-executor v0.3.32
20582026-08-04T17:45:02.716Z Checking sync_wrapper v1.0.2
20592026-08-04T17:45:02.719Z Checking crc32fast v1.5.0
20602026-08-04T17:45:02.832Z Checking futures v0.3.32
20612026-08-04T17:45:02.877Z Checking tower v0.5.3
20622026-08-04T17:45:02.920Z Checking either v1.15.0
20632026-08-04T17:45:02.962Z Checking iri-string v0.7.10
20642026-08-04T17:45:03.144Z Checking pkcs8 v0.10.2
20652026-08-04T17:45:03.181Z Checking zlib-rs v0.6.2
20662026-08-04T17:45:03.223Z Checking bit-vec v0.8.0
20672026-08-04T17:45:03.286Z Checking foldhash v0.2.0
20682026-08-04T17:45:03.339Z Checking static_assertions v1.1.0
20692026-08-04T17:45:03.441Z Checking sha2 v0.10.9
20702026-08-04T17:45:03.481Z Checking hashbrown v0.16.1
20712026-08-04T17:45:03.484Z Checking bit-set v0.8.0
20722026-08-04T17:45:03.657Z Checking openapiv3 v2.2.0
20732026-08-04T17:45:03.662Z Checking wait-timeout v0.2.1
20742026-08-04T17:45:03.731Z Checking hyper v1.10.1
20752026-08-04T17:45:03.769Z Checking lazy_static v1.5.0
20762026-08-04T17:45:03.845Z Checking hubpack v0.1.2
20772026-08-04T17:45:03.887Z Checking quick-error v1.2.3
20782026-08-04T17:45:04.011Z Checking tower-http v0.6.8
20792026-08-04T17:45:04.049Z Checking rusty-fork v0.3.1
20802026-08-04T17:45:04.052Z Checking rustls-native-certs v0.8.3
20812026-08-04T17:45:04.083Z Checking rand_xorshift v0.4.0
20822026-08-04T17:45:04.154Z Checking flate2 v1.1.9
20832026-08-04T17:45:04.241Z Checking strum v0.26.3
20842026-08-04T17:45:04.245Z Checking unarray v0.1.4
20852026-08-04T17:45:04.315Z Checking psl-types v2.0.11
20862026-08-04T17:45:04.318Z Checking cookie v0.18.1
20872026-08-04T17:45:04.385Z Checking signature v2.2.0
20882026-08-04T17:45:04.420Z Checking proptest v1.11.0
20892026-08-04T17:45:04.459Z Checking publicsuffix v2.3.0
20902026-08-04T17:45:04.497Z Checking num-integer v0.1.46
20912026-08-04T17:45:04.540Z Checking tinyvec_macros v0.1.1
20922026-08-04T17:45:04.602Z Checking scroll v0.13.0
20932026-08-04T17:45:04.643Z Checking tinyvec v1.10.0
20942026-08-04T17:45:04.678Z Checking cookie_store v0.22.1
20952026-08-04T17:45:04.735Z Checking hyper-util v0.1.20
20962026-08-04T17:45:04.750Z Checking anstyle-parse v0.2.7
20972026-08-04T17:45:04.793Z Checking tokio-rustls v0.26.4
20982026-08-04T17:45:04.856Z Checking rustls-platform-verifier v0.6.2
20992026-08-04T17:45:04.927Z Checking goblin v0.10.5
21002026-08-04T17:45:04.973Z Checking ahash v0.8.12
21012026-08-04T17:45:05.021Z Checking toml_datetime v0.6.11
21022026-08-04T17:45:05.039Z Checking serde_spanned v0.6.9
21032026-08-04T17:45:05.051Z Checking memmap2 v0.9.10
21042026-08-04T17:45:05.051Z Checking anstream v0.6.21
21052026-08-04T17:45:05.196Z Checking dtrace-parser v0.3.0
21062026-08-04T17:45:05.222Z Checking thread-id v5.1.0
21072026-08-04T17:45:05.236Z Checking data-encoding v2.10.0
21082026-08-04T17:45:05.302Z Checking x509-cert v0.2.5
21092026-08-04T17:45:05.340Z Checking bstr v1.12.1
21102026-08-04T17:45:05.349Z Checking hmac v0.12.1
21112026-08-04T17:45:05.454Z Checking num-iter v0.1.45
21122026-08-04T17:45:05.533Z Checking crossbeam-epoch v0.9.18
21132026-08-04T17:45:05.566Z Checking memoffset v0.9.1
21142026-08-04T17:45:05.608Z Checking scroll v0.12.0
21152026-08-04T17:45:05.690Z Checking env_filter v1.0.0
21162026-08-04T17:45:05.752Z Checking num-bigint-dig v0.8.6
21172026-08-04T17:45:05.782Z Checking pkcs1 v0.7.5
21182026-08-04T17:45:05.858Z Checking env_logger v0.11.9
21192026-08-04T17:45:05.898Z Checking goblin v0.8.2
21202026-08-04T17:45:05.964Z Checking zerocopy v0.7.35
21212026-08-04T17:45:05.998Z Checking hyper-rustls v0.27.7
21222026-08-04T17:45:06.038Z Checking rustix v0.38.44
21232026-08-04T17:45:06.076Z Checking foreign-types-shared v0.1.1
21242026-08-04T17:45:06.192Z Checking unicode-segmentation v1.12.0
21252026-08-04T17:45:06.229Z Checking reqwest v0.13.2
21262026-08-04T17:45:06.241Z Checking newtype-uuid v1.3.2
21272026-08-04T17:45:06.479Z Checking foreign-types v0.3.2
21282026-08-04T17:45:06.517Z Checking daft v0.1.7
21292026-08-04T17:45:06.560Z Checking nix v0.31.2
21302026-08-04T17:45:06.592Z Checking dtrace-parser v0.2.0
21312026-08-04T17:45:06.604Z Checking rsa v0.9.10
21322026-08-04T17:45:06.783Z Checking ff v0.13.1
21332026-08-04T17:45:06.841Z Checking openssl-sys v0.9.115
21342026-08-04T17:45:06.876Z Checking thread-id v4.2.2
21352026-08-04T17:45:06.961Z Checking winnow v0.5.40
21362026-08-04T17:45:06.998Z Checking same-file v1.0.6
21372026-08-04T17:45:07.122Z Checking base16ct v0.2.0
21382026-08-04T17:45:07.127Z Checking group v0.13.0
21392026-08-04T17:45:07.197Z Checking walkdir v2.5.0
21402026-08-04T17:45:07.267Z Checking openssl v0.10.79
21412026-08-04T17:45:07.285Z Checking dof v0.4.0
21422026-08-04T17:45:07.313Z Checking sec1 v0.7.3
21432026-08-04T17:45:07.355Z Checking hkdf v0.12.4
21442026-08-04T17:45:07.390Z Checking serde_with v3.21.0
21452026-08-04T17:45:07.519Z Checking crypto-bigint v0.5.5
21462026-08-04T17:45:07.552Z Checking bzip2-sys v0.1.13+1.0.8
21472026-08-04T17:45:07.659Z Checking keccak v0.1.6
21482026-08-04T17:45:07.779Z Checking foldhash v0.1.5
21492026-08-04T17:45:07.826Z Checking dof v0.3.0
21502026-08-04T17:45:07.851Z Checking winnow v0.7.14
21512026-08-04T17:45:07.910Z Checking usdt-impl v0.6.0
21522026-08-04T17:45:07.947Z Checking hashbrown v0.15.5
21532026-08-04T17:45:08.094Z Checking toml_edit v0.19.15
21542026-08-04T17:45:08.132Z Checking usdt-impl v0.5.0
21552026-08-04T17:45:08.218Z Checking usdt v0.6.0
21562026-08-04T17:45:08.431Z Checking sha3 v0.10.8
21572026-08-04T17:45:08.434Z Checking elliptic-curve v0.13.8
21582026-08-04T17:45:08.510Z Checking bzip2 v0.4.4
21592026-08-04T17:45:08.514Z Checking unicode-normalization v0.1.25
21602026-08-04T17:45:08.674Z Checking itertools v0.13.0
21612026-08-04T17:45:08.712Z Checking siphasher v1.0.2
21622026-08-04T17:45:08.810Z Checking bitflags v1.3.2
21632026-08-04T17:45:08.903Z Checking winnow v1.0.3
21642026-08-04T17:45:08.939Z Checking zip v0.6.6
21652026-08-04T17:45:08.944Z Checking signal-hook v0.3.18
21662026-08-04T17:45:08.976Z Checking toml_write v0.1.2
21672026-08-04T17:45:09.077Z Checking managed v0.8.0
21682026-08-04T17:45:09.175Z Checking toml v0.7.8
21692026-08-04T17:45:09.278Z Checking toml_edit v0.22.27
21702026-08-04T17:45:09.288Z Checking toml_parser v1.1.2+spec-1.1.0
21712026-08-04T17:45:09.288Z Checking globset v0.4.18
21722026-08-04T17:45:09.318Z Checking chacha20 v0.10.0
21732026-08-04T17:45:09.322Z Checking native-tls v0.2.18
21742026-08-04T17:45:09.323Z Checking curve25519-dalek v4.1.3
21752026-08-04T17:45:09.501Z Checking object v0.37.3
21762026-08-04T17:45:09.557Z Checking signal-hook-mio v0.2.5
21772026-08-04T17:45:09.595Z Checking tokio-native-tls v0.3.1
21782026-08-04T17:45:09.598Z Checking ed25519 v2.2.3
21792026-08-04T17:45:09.598Z Checking ref-cast v1.0.25
21802026-08-04T17:45:09.697Z Checking pin-project v1.1.11
21812026-08-04T17:45:09.733Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-08-04T17:45:09.779Z Checking hyper-tls v0.6.0
21832026-08-04T17:45:09.820Z Checking pem v3.0.6
21842026-08-04T17:45:09.823Z Checking fixedbitset v0.5.7
21852026-08-04T17:45:09.890Z Checking zstd-safe v7.2.4
21862026-08-04T17:45:09.893Z Checking bumpalo v3.20.2
21872026-08-04T17:45:09.981Z Checking reqwest v0.12.28
21882026-08-04T17:45:10.018Z Checking libbz2-rs-sys v0.2.2
21892026-08-04T17:45:10.077Z Checking petgraph v0.8.3
21902026-08-04T17:45:10.115Z Checking zstd v0.13.3
21912026-08-04T17:45:10.150Z Checking ed25519-dalek v2.2.0
21922026-08-04T17:45:10.154Z Checking zopfli v0.8.3
21932026-08-04T17:45:10.308Z Checking snafu v0.8.9
21942026-08-04T17:45:10.346Z Checking crossterm v0.28.1
21952026-08-04T17:45:10.406Z Checking olpc-cjson v0.1.4
21962026-08-04T17:45:10.443Z Checking bzip2 v0.6.1
21972026-08-04T17:45:10.539Z Checking similar v2.7.0
21982026-08-04T17:45:10.577Z Checking fs-err v3.3.0
21992026-08-04T17:45:10.580Z Checking hash32 v0.2.1
22002026-08-04T17:45:10.647Z Checking serde_plain v1.0.2
22012026-08-04T17:45:10.750Z Checking serde-big-array v0.5.1
22022026-08-04T17:45:10.817Z Checking typed-path v0.9.3
22032026-08-04T17:45:10.837Z Checking unicode-properties v0.1.4
22042026-08-04T17:45:10.905Z Checking unicode-bidi v0.3.18
22052026-08-04T17:45:10.943Z Checking jiff v0.2.21
22062026-08-04T17:45:10.979Z Checking predicates-core v1.0.10
22072026-08-04T17:45:11.046Z Checking heapless v0.7.17
22082026-08-04T17:45:11.083Z Checking hickory-proto v0.25.2
22092026-08-04T17:45:11.130Z Checking byte-wrapper v0.1.0
22102026-08-04T17:45:11.233Z Checking stringprep v0.1.5
22112026-08-04T17:45:11.363Z Checking md-5 v0.10.6
22122026-08-04T17:45:11.418Z Checking float-cmp v0.10.0
22132026-08-04T17:45:11.484Z Checking difflib v0.4.0
22142026-08-04T17:45:11.531Z Checking fallible-iterator v0.2.0
22152026-08-04T17:45:11.578Z Checking normalize-line-endings v0.3.0
22162026-08-04T17:45:11.616Z Checking tough v0.22.0
22172026-08-04T17:45:11.658Z Checking smoltcp v0.9.1
22182026-08-04T17:45:11.695Z Checking iddqd v0.4.2
22192026-08-04T17:45:11.698Z Checking predicates v3.1.4
22202026-08-04T17:45:11.785Z Checking phf_shared v0.11.3
22212026-08-04T17:45:11.833Z Checking postgres-protocol v0.6.10
22222026-08-04T17:45:11.994Z Checking phf_shared v0.13.1
22232026-08-04T17:45:12.053Z Checking tokio-stream v0.1.18
22242026-08-04T17:45:12.180Z Checking buf-list v1.1.2
22252026-08-04T17:45:12.221Z Checking strum v0.27.2
22262026-08-04T17:45:12.255Z Checking lalrpop-util v0.19.12
22272026-08-04T17:45:12.359Z Checking fixedbitset v0.4.2
22282026-08-04T17:45:12.397Z Checking new_debug_unreachable v1.0.6
22292026-08-04T17:45:12.448Z Checking precomputed-hash v0.1.1
22302026-08-04T17:45:12.486Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22312026-08-04T17:45:12.521Z Checking phf v0.13.1
22322026-08-04T17:45:12.557Z Checking petgraph v0.6.5
22332026-08-04T17:45:12.592Z Checking string_cache v0.8.9
22342026-08-04T17:45:12.627Z Checking postgres-types v0.2.12
22352026-08-04T17:45:12.695Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22362026-08-04T17:45:12.788Z Checking peg-runtime v0.8.5
22372026-08-04T17:45:12.961Z Checking whoami v2.1.0
22382026-08-04T17:45:13.001Z Checking is-terminal v0.4.17
22392026-08-04T17:45:13.124Z Checking crossbeam-channel v0.5.15
22402026-08-04T17:45:13.165Z Checking thread_local v1.1.9
22412026-08-04T17:45:13.204Z Checking tokio-postgres v0.7.16
22422026-08-04T17:45:13.208Z Checking zip v4.6.1
22432026-08-04T17:45:13.376Z Checking take_mut v0.2.2
22442026-08-04T17:45:13.501Z Checking term v1.2.1
22452026-08-04T17:45:13.538Z Checking slog-async v2.8.0
22462026-08-04T17:45:13.663Z Compiling structmeta-derive v0.3.0
22472026-08-04T17:45:13.746Z Compiling newtype-uuid-macros v0.1.0
22482026-08-04T17:45:13.784Z Checking slog-term v2.9.2
22492026-08-04T17:45:13.827Z Checking match_cfg v0.1.0
22502026-08-04T17:45:13.864Z Checking slog-json v2.6.1
22512026-08-04T17:45:13.909Z Compiling multer v3.1.0
22522026-08-04T17:45:13.947Z Checking hostname v0.3.1
22532026-08-04T17:45:14.047Z Compiling async-stream-impl v0.3.6
22542026-08-04T17:45:14.084Z Checking slog-bunyan v2.5.0
22552026-08-04T17:45:14.087Z Compiling dropshot v0.17.1
22562026-08-04T17:45:14.229Z Compiling dropshot_endpoint v0.17.1
22572026-08-04T17:45:14.232Z Checking debug-ignore v1.0.5
22582026-08-04T17:45:14.395Z Checking progenitor-client v0.14.0
22592026-08-04T17:45:14.433Z Checking sha1 v0.11.0
22602026-08-04T17:45:14.511Z Checking toml_datetime v1.1.1+spec-1.1.0
22612026-08-04T17:45:14.549Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-08-04T17:45:14.646Z Checking serde_spanned v1.1.1
22632026-08-04T17:45:14.685Z Checking serde_path_to_error v0.1.20
22642026-08-04T17:45:14.688Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-08-04T17:45:14.764Z Checking compression-core v0.4.31
22662026-08-04T17:45:14.789Z Compiling structmeta v0.3.0
22672026-08-04T17:45:14.857Z Checking toml_writer v1.1.1+spec-1.1.0
22682026-08-04T17:45:14.903Z Checking compression-codecs v0.4.37
22692026-08-04T17:45:14.945Z Checking async-stream v0.3.6
22702026-08-04T17:45:15.019Z Checking rustls-pemfile v2.2.0
22712026-08-04T17:45:15.056Z Compiling derive-ex v0.1.8
22722026-08-04T17:45:15.092Z Checking toml v1.1.2+spec-1.1.0
22732026-08-04T17:45:15.129Z Checking waitgroup v0.1.2
22742026-08-04T17:45:15.132Z Checking async-compression v0.4.41
22752026-08-04T17:45:15.132Z Checking hostname v0.4.2
22762026-08-04T17:45:15.231Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-08-04T17:45:15.234Z Checking atomicwrites v0.4.4
22782026-08-04T17:45:15.303Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-08-04T17:45:15.306Z Checking itertools v0.14.0
22802026-08-04T17:45:15.382Z Compiling parse-display-derive v0.10.0
22812026-08-04T17:45:15.421Z Checking macaddr v1.0.1
22822026-08-04T17:45:15.460Z Checking regress v0.10.5
22832026-08-04T17:45:15.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-08-04T17:45:15.626Z Checking instant v0.1.13
22852026-08-04T17:45:15.695Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-08-04T17:45:15.745Z Checking backoff v0.4.0
22872026-08-04T17:45:15.939Z Checking backon v1.6.0
22882026-08-04T17:45:15.979Z Checking humantime v2.3.0
22892026-08-04T17:45:15.982Z Checking unicode-width v0.2.0
22902026-08-04T17:45:16.134Z Checking progenitor-extras v0.2.0
22912026-08-04T17:45:16.192Z Compiling convert_case v0.4.0
22922026-08-04T17:45:16.289Z Checking half v2.7.1
22932026-08-04T17:45:16.387Z Checking heck v0.5.0
22942026-08-04T17:45:16.425Z Checking ciborium-io v0.2.2
22952026-08-04T17:45:16.543Z Checking secrecy v0.10.3
22962026-08-04T17:45:16.579Z Checking indent_write v2.2.0
22972026-08-04T17:45:16.582Z Checking ciborium-ll v0.2.2
22982026-08-04T17:45:16.648Z Compiling derive_more v0.99.20
22992026-08-04T17:45:16.691Z Checking camino-tempfile v1.4.1
23002026-08-04T17:45:16.728Z Compiling test-strategy v0.4.5
23012026-08-04T17:45:16.771Z Compiling regress v0.11.1
23022026-08-04T17:45:16.808Z Checking ciborium v0.2.2
23032026-08-04T17:45:16.877Z Compiling crucible-workspace-hack v0.1.0
23042026-08-04T17:45:16.915Z Checking inout v0.1.4
23052026-08-04T17:45:17.071Z Checking parse-display v0.10.0
23062026-08-04T17:45:17.107Z Checking cipher v0.4.4
23072026-08-04T17:45:17.246Z Checking universal-hash v0.5.1
23082026-08-04T17:45:17.285Z Compiling thiserror-impl-no-std v2.0.2
23092026-08-04T17:45:17.288Z Checking opaque-debug v0.3.1
23102026-08-04T17:45:17.382Z Checking chacha20 v0.9.1
23112026-08-04T17:45:17.438Z Checking poly1305 v0.8.0
23122026-08-04T17:45:17.588Z Checking blake2 v0.10.6
23132026-08-04T17:45:17.729Z Checking aead v0.5.2
23142026-08-04T17:45:17.857Z Checking password-hash v0.5.0
23152026-08-04T17:45:17.906Z Checking chacha20poly1305 v0.10.1
23162026-08-04T17:45:18.043Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23172026-08-04T17:45:18.081Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23182026-08-04T17:45:18.119Z Checking argon2 v0.5.3
23192026-08-04T17:45:18.214Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23202026-08-04T17:45:18.431Z Compiling typify-impl v0.6.2
23212026-08-04T17:45:18.536Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23222026-08-04T17:45:18.574Z Checking thiserror-no-std v2.0.2
23232026-08-04T17:45:18.577Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-08-04T17:45:18.674Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23252026-08-04T17:45:18.712Z Checking vsss-rs v3.3.4
23262026-08-04T17:45:18.871Z Compiling unsafe-libyaml v0.2.11
23272026-08-04T17:45:18.906Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23282026-08-04T17:45:19.238Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23292026-08-04T17:45:19.641Z Compiling serde_yaml v0.9.34+deprecated
23302026-08-04T17:45:19.848Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23312026-08-04T17:45:19.998Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23322026-08-04T17:45:20.001Z Checking swrite v0.1.0
23332026-08-04T17:45:20.131Z Checking crossbeam-deque v0.8.6
23342026-08-04T17:45:20.166Z Compiling rayon-core v1.13.0
23352026-08-04T17:45:20.250Z Compiling num-derive v0.4.2
23362026-08-04T17:45:20.392Z Compiling toml_datetime v0.7.5+spec-1.1.0
23372026-08-04T17:45:20.413Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23382026-08-04T17:45:20.540Z Compiling toml_edit v0.23.10+spec-1.0.0
23392026-08-04T17:45:20.619Z Compiling proc-macro-error v1.0.4
23402026-08-04T17:45:20.825Z Checking rayon v1.11.0
23412026-08-04T17:45:20.957Z Checking tabwriter v1.4.1
23422026-08-04T17:45:21.017Z Checking toml v0.8.23
23432026-08-04T17:45:21.086Z Checking colored v3.1.1
23442026-08-04T17:45:21.136Z Compiling proc-macro-crate v3.4.0
23452026-08-04T17:45:21.185Z Checking glob v0.3.3
23462026-08-04T17:45:21.321Z Compiling itertools v0.15.0
23472026-08-04T17:45:21.370Z Compiling heapless v0.8.0
23482026-08-04T17:45:21.406Z Checking hash32 v0.3.1
23492026-08-04T17:45:21.565Z Compiling smoltcp v0.11.0
23502026-08-04T17:45:21.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23512026-08-04T17:45:21.722Z Compiling num_enum_derive v0.7.6
23522026-08-04T17:45:21.882Z Checking cobs v0.3.0
23532026-08-04T17:45:22.002Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23542026-08-04T17:45:22.059Z Checking postcard v1.1.3
23552026-08-04T17:45:22.263Z Checking rand v0.10.1
23562026-08-04T17:45:22.299Z Compiling proc-macro-crate v1.3.1
23572026-08-04T17:45:22.371Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-08-04T17:45:22.405Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23592026-08-04T17:45:22.642Z Checking sigpipe v0.1.3
23602026-08-04T17:45:22.647Z Compiling ingot-macros v0.2.0
23612026-08-04T17:45:22.730Z Compiling foreign-types-macros v0.2.3
23622026-08-04T17:45:22.766Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23632026-08-04T17:45:22.801Z Checking num_enum v0.7.6
23642026-08-04T17:45:22.804Z Checking foreign-types-shared v0.3.1
23652026-08-04T17:45:22.941Z Compiling typify-macro v0.6.2
23662026-08-04T17:45:22.945Z Compiling num_enum_derive v0.5.11
23672026-08-04T17:45:23.207Z Compiling usdt-macro v0.5.0
23682026-08-04T17:45:23.231Z Compiling usdt-attr-macro v0.5.0
23692026-08-04T17:45:23.377Z Checking foreign-types v0.5.0
23702026-08-04T17:45:23.486Z Checking cstr-argument v0.1.2
23712026-08-04T17:45:23.572Z Checking memmap v0.7.0
23722026-08-04T17:45:23.640Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23732026-08-04T17:45:23.739Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-08-04T17:45:24.002Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23752026-08-04T17:45:24.050Z Checking usdt v0.5.0
23762026-08-04T17:45:24.086Z Checking num_enum v0.5.11
23772026-08-04T17:45:24.121Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23782026-08-04T17:45:24.249Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23792026-08-04T17:45:24.253Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23802026-08-04T17:45:24.282Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23812026-08-04T17:45:24.351Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-08-04T17:45:24.354Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23832026-08-04T17:45:24.443Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23842026-08-04T17:45:24.513Z Compiling zone_cfg_derive v0.3.1
23852026-08-04T17:45:24.551Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-08-04T17:45:24.643Z Checking itertools v0.12.1
23872026-08-04T17:45:24.729Z Compiling typify v0.6.2
23882026-08-04T17:45:24.802Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23892026-08-04T17:45:24.871Z Compiling progenitor-impl v0.14.0
23902026-08-04T17:45:25.173Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23912026-08-04T17:45:25.245Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23922026-08-04T17:45:25.319Z Checking smf v0.2.3
23932026-08-04T17:45:25.361Z Checking whoami v1.6.1
23942026-08-04T17:45:25.496Z Compiling derive-where v1.6.0
23952026-08-04T17:45:25.567Z Checking tokio-dtrace v0.1.1
23962026-08-04T17:45:25.606Z Checking console v0.15.11
23972026-08-04T17:45:25.609Z Checking ingot-types v0.2.0
23982026-08-04T17:45:25.693Z Checking zone v0.3.1
23992026-08-04T17:45:25.785Z Checking oxide-tokio-rt v0.1.4
24002026-08-04T17:45:25.824Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24012026-08-04T17:45:25.939Z Checking newline-converter v0.3.0
24022026-08-04T17:45:25.986Z Checking bytecount v0.6.9
24032026-08-04T17:45:25.990Z Checking ingot v0.2.1
24042026-08-04T17:45:26.022Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-08-04T17:45:26.094Z Checking expectorate v1.2.0
24062026-08-04T17:45:26.097Z Checking unicode-width v0.1.14
24072026-08-04T17:45:26.209Z Checking num-rational v0.4.2
24082026-08-04T17:45:26.254Z Checking num-complex v0.4.6
24092026-08-04T17:45:26.407Z Compiling cancel-safe-futures v0.1.5
24102026-08-04T17:45:26.468Z Checking float-ord v0.3.2
24112026-08-04T17:45:26.603Z Checking linear-map v1.2.0
24122026-08-04T17:45:26.639Z Checking num v0.4.3
24132026-08-04T17:45:26.756Z Checking gethostname v0.5.0
24142026-08-04T17:45:26.801Z Checking oxide-update-engine-types v0.1.2
24152026-08-04T17:45:26.838Z Compiling prettyplease v0.2.37
24162026-08-04T17:45:26.875Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24172026-08-04T17:45:26.982Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-08-04T17:45:27.291Z Checking resolv-conf v0.7.6
24192026-08-04T17:45:27.334Z Compiling owo-colors v4.3.0
24202026-08-04T17:45:27.463Z Compiling progenitor-macro v0.14.0
24212026-08-04T17:45:27.504Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24222026-08-04T17:45:27.713Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24232026-08-04T17:45:27.747Z Checking oxide-update-engine v0.1.2
24242026-08-04T17:45:27.817Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24252026-08-04T17:45:28.039Z Checking unicode-linebreak v0.1.5
24262026-08-04T17:45:28.189Z Checking smawk v0.3.2
24272026-08-04T17:45:28.307Z Checking papergrid v0.11.0
24282026-08-04T17:45:28.388Z Compiling tabled_derive v0.7.0
24292026-08-04T17:45:28.422Z Compiling convert_case v0.10.0
24302026-08-04T17:45:28.768Z Compiling slog-dtrace v0.3.0
24312026-08-04T17:45:28.841Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24322026-08-04T17:45:28.911Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24332026-08-04T17:45:29.028Z Compiling derive_more-impl v2.1.1
24342026-08-04T17:45:29.160Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-08-04T17:45:29.340Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24362026-08-04T17:45:29.385Z Checking tabled v0.15.0
24372026-08-04T17:45:29.896Z Checking derive_more v2.1.1
24382026-08-04T17:45:29.966Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24392026-08-04T17:45:30.003Z Checking crossterm v0.29.0
24402026-08-04T17:45:30.206Z Checking linked-hash-map v0.5.6
24412026-08-04T17:45:30.403Z Checking lru-cache v0.1.2
24422026-08-04T17:45:30.715Z Checking hickory-proto v0.24.4
24432026-08-04T17:45:30.792Z Checking fd-lock v4.0.4
24442026-08-04T17:45:31.341Z Checking vte v0.14.1
24452026-08-04T17:45:31.629Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24462026-08-04T17:45:31.642Z Checking display-error-chain v0.2.2
24472026-08-04T17:45:31.726Z Checking strip-ansi-escapes v0.2.1
24482026-08-04T17:45:32.438Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24492026-08-04T17:45:32.442Z Checking progenitor v0.14.0
24502026-08-04T17:45:32.639Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-08-04T17:45:33.097Z Checking nu-ansi-term v0.50.3
24522026-08-04T17:45:33.219Z Checking termtree v0.5.1
24532026-08-04T17:45:33.393Z Checking reedline v0.40.0
24542026-08-04T17:45:33.541Z Checking hickory-resolver v0.24.4
24552026-08-04T17:45:33.604Z Checking textwrap v0.16.2
24562026-08-04T17:45:33.818Z Compiling minimal-lexical v0.2.1
24572026-08-04T17:45:33.855Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24582026-08-04T17:45:34.109Z Compiling nom v7.1.3
24592026-08-04T17:45:34.324Z Checking qorb v0.4.1
24602026-08-04T17:45:34.362Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-08-04T17:45:34.582Z Compiling unicode-xid v0.2.6
24622026-08-04T17:45:34.621Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-08-04T17:45:35.026Z Compiling ar_archive_writer v0.5.1
24642026-08-04T17:45:35.228Z Checking csv-core v0.1.13
24652026-08-04T17:45:35.383Z Compiling stacker v0.1.23
24662026-08-04T17:45:35.440Z Checking csv v1.4.0
24672026-08-04T17:45:35.478Z Compiling semver v0.1.20
24682026-08-04T17:45:35.550Z Compiling cfg_aliases v0.1.1
24692026-08-04T17:45:35.627Z Checking highway v1.3.0
24702026-08-04T17:45:35.662Z Compiling nix v0.28.0
24712026-08-04T17:45:35.744Z Compiling rustc_version v0.1.7
24722026-08-04T17:45:35.796Z Checking nibble_vec v0.1.0
24732026-08-04T17:45:35.832Z Checking endian-type v0.1.2
24742026-08-04T17:45:35.879Z Compiling psm v0.1.30
24752026-08-04T17:45:35.915Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-08-04T17:45:35.952Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-08-04T17:45:35.988Z Checking radix_trie v0.2.1
24782026-08-04T17:45:36.021Z Compiling newtype_derive v0.1.6
24792026-08-04T17:45:36.102Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24802026-08-04T17:45:36.225Z Checking phf_shared v0.12.1
24812026-08-04T17:45:36.262Z Checking nom v8.0.0
24822026-08-04T17:45:36.401Z Compiling recursive-proc-macro-impl v0.1.1
24832026-08-04T17:45:36.471Z Compiling chrono-tz v0.10.4
24842026-08-04T17:45:36.622Z Checking phf v0.12.1
24852026-08-04T17:45:36.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-08-04T17:45:36.846Z Compiling const_format_proc_macros v0.2.34
24872026-08-04T17:45:36.849Z Compiling peg-macros v0.8.5
24882026-08-04T17:45:36.916Z Checking recursive v0.1.1
24892026-08-04T17:45:37.039Z Checking winnow v0.6.26
24902026-08-04T17:45:37.324Z Compiling sqlparser_derive v0.5.0
24912026-08-04T17:45:37.415Z Checking unicode_categories v0.1.1
24922026-08-04T17:45:37.605Z Checking home v0.5.12
24932026-08-04T17:45:37.753Z Checking const_format v0.2.35
24942026-08-04T17:45:37.757Z Checking rustyline v14.0.0
24952026-08-04T17:45:38.096Z Checking sqlparser v0.61.0
24962026-08-04T17:45:38.209Z Checking peg v0.8.5
24972026-08-04T17:45:38.212Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
24982026-08-04T17:45:38.212Z Checking sqlformat v0.3.5
24992026-08-04T17:45:38.356Z Checking bcs v0.1.6
25002026-08-04T17:45:38.539Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25012026-08-04T17:45:38.615Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-08-04T17:45:38.651Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25032026-08-04T17:45:38.773Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25042026-08-04T17:45:38.870Z Checking steno v0.4.1
25052026-08-04T17:45:39.297Z Checking sha1 v0.10.6
25062026-08-04T17:45:39.502Z Checking filetime v0.2.27
25072026-08-04T17:45:39.615Z Checking xattr v1.6.1
25082026-08-04T17:45:39.668Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-08-04T17:45:39.781Z Checking tar v0.4.46
25102026-08-04T17:45:39.876Z Checking base64 v0.21.7
25112026-08-04T17:45:39.933Z Checking subprocess v0.2.15
25122026-08-04T17:45:40.153Z Checking headers-core v0.3.0
25132026-08-04T17:45:40.197Z Checking yasna v0.5.2
25142026-08-04T17:45:40.252Z Checking port-file v0.1.0
25152026-08-04T17:45:40.293Z Checking headers v0.4.1
25162026-08-04T17:45:40.462Z Checking dropshot-api-manager-types v0.7.2
25172026-08-04T17:45:40.558Z Checking tagptr v0.2.0
25182026-08-04T17:45:40.605Z Checking rcgen v0.12.1
25192026-08-04T17:45:40.660Z Checking utf-8 v0.7.6
25202026-08-04T17:45:40.728Z Checking moka v0.12.13
25212026-08-04T17:45:40.777Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25222026-08-04T17:45:40.825Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25232026-08-04T17:45:40.949Z Compiling libefi-sys v0.1.0
25242026-08-04T17:45:40.986Z Compiling bitfield-struct v0.6.2
25252026-08-04T17:45:41.389Z Checking hickory-resolver v0.25.2
25262026-08-04T17:45:41.540Z Compiling radium v0.7.0
25272026-08-04T17:45:41.643Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-08-04T17:45:41.827Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25292026-08-04T17:45:41.950Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25302026-08-04T17:45:41.995Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25312026-08-04T17:45:42.128Z Checking tungstenite v0.21.0
25322026-08-04T17:45:42.165Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25332026-08-04T17:45:42.207Z Compiling maybe-uninit v2.0.0
25342026-08-04T17:45:42.242Z Checking tap v1.0.1
25352026-08-04T17:45:42.291Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25362026-08-04T17:45:42.376Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25372026-08-04T17:45:42.466Z Checking wyz v0.5.1
25382026-08-04T17:45:42.579Z Checking tokio-tungstenite v0.21.0
25392026-08-04T17:45:42.582Z Compiling zerocopy-derive v0.6.6
25402026-08-04T17:45:42.652Z Checking crc-catalog v2.4.0
25412026-08-04T17:45:42.684Z Compiling packed_struct v0.10.1
25422026-08-04T17:45:42.740Z Checking funty v2.0.0
25432026-08-04T17:45:42.774Z Checking crc v3.4.0
25442026-08-04T17:45:42.997Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25452026-08-04T17:45:43.000Z Compiling packed_struct_codegen v0.10.1
25462026-08-04T17:45:43.063Z Compiling bitfield-macros v0.19.4
25472026-08-04T17:45:43.097Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-08-04T17:45:43.100Z Checking bitvec v1.0.1
25492026-08-04T17:45:43.516Z Checking zerocopy v0.6.6
25502026-08-04T17:45:43.809Z Compiling indexmap v1.9.3
25512026-08-04T17:45:43.849Z Checking nodrop v0.1.14
25522026-08-04T17:45:43.973Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25532026-08-04T17:45:44.072Z Checking array-init v0.0.4
25542026-08-04T17:45:44.115Z Checking bitfield v0.19.4
25552026-08-04T17:45:44.152Z Checking smallvec v0.6.14
25562026-08-04T17:45:44.232Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25572026-08-04T17:45:44.369Z Checking hashbrown v0.12.3
25582026-08-04T17:45:44.402Z Checking serde-hex v0.1.0
25592026-08-04T17:45:44.436Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25602026-08-04T17:45:44.624Z Checking ron v0.8.1
25612026-08-04T17:45:45.168Z Checking hashbrown v0.13.2
25622026-08-04T17:45:45.204Z Checking crc-any v2.5.0
25632026-08-04T17:45:45.417Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25642026-08-04T17:45:45.550Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25652026-08-04T17:45:45.596Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-08-04T17:45:45.631Z Checking path-slash v0.1.5
25672026-08-04T17:45:45.634Z Checking object v0.30.4
25682026-08-04T17:45:45.798Z Compiling xshell-macros v0.2.7
25692026-08-04T17:45:45.903Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25702026-08-04T17:45:45.941Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-08-04T17:45:45.984Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25722026-08-04T17:45:46.201Z Checking xshell v0.2.7
25732026-08-04T17:45:46.239Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-08-04T17:45:46.422Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25752026-08-04T17:45:46.625Z Checking half v1.8.3
25762026-08-04T17:45:46.856Z Checking serde_cbor v0.11.2
25772026-08-04T17:45:46.918Z Checking libscf-sys v1.2.0
25782026-08-04T17:45:47.083Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25792026-08-04T17:45:47.211Z Compiling proc-macro-error-attr2 v2.0.0
25802026-08-04T17:45:47.266Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25812026-08-04T17:45:47.302Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-08-04T17:45:47.504Z Checking papergrid v0.17.0
25832026-08-04T17:45:47.635Z Compiling proc-macro-error2 v2.0.1
25842026-08-04T17:45:47.711Z Checking testing_table v0.3.0
25852026-08-04T17:45:47.764Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25862026-08-04T17:45:47.835Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25872026-08-04T17:45:47.969Z Compiling tabled_derive v0.11.0
25882026-08-04T17:45:48.015Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25892026-08-04T17:45:48.346Z Checking maplit v1.0.2
25902026-08-04T17:45:48.381Z Checking crc8 v0.1.1
25912026-08-04T17:45:48.463Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25922026-08-04T17:45:48.510Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25932026-08-04T17:45:48.659Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25942026-08-04T17:45:48.717Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25952026-08-04T17:45:49.027Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25962026-08-04T17:45:49.194Z Checking tabled v0.20.0
25972026-08-04T17:45:49.232Z Checking unicase v2.9.0
25982026-08-04T17:45:49.424Z Checking fxhash v0.2.1
25992026-08-04T17:45:49.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26002026-08-04T17:45:49.618Z Compiling darling_core v0.21.3
26012026-08-04T17:45:49.652Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26022026-08-04T17:45:49.687Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26032026-08-04T17:45:50.013Z Compiling vergen-lib v0.1.6
26042026-08-04T17:45:50.057Z Compiling diesel_derives v2.3.7
26052026-08-04T17:45:50.204Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26062026-08-04T17:45:50.311Z Checking scheduled-thread-pool v0.2.7
26072026-08-04T17:45:50.345Z Compiling vergen-gitcl v1.0.8
26082026-08-04T17:45:50.493Z Compiling diesel_table_macro_syntax v0.3.0
26092026-08-04T17:45:50.606Z Checking r2d2 v0.8.10
26102026-08-04T17:45:50.822Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26112026-08-04T17:45:50.975Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26122026-08-04T17:45:51.127Z Checking downcast-rs v2.0.2
26132026-08-04T17:45:51.184Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26142026-08-04T17:45:51.290Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26152026-08-04T17:45:51.591Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26162026-08-04T17:45:51.701Z Checking kstat-rs v0.2.4
26172026-08-04T17:45:51.760Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-08-04T17:45:51.796Z Checking arc-swap v1.8.2
26192026-08-04T17:45:51.832Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26202026-08-04T17:45:51.921Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26212026-08-04T17:45:52.023Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26222026-08-04T17:45:52.058Z Checking slog-scope v4.4.1
26232026-08-04T17:45:52.091Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-08-04T17:45:52.125Z Compiling darling_macro v0.21.3
26252026-08-04T17:45:52.227Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26262026-08-04T17:45:52.419Z Compiling dirs-sys-next v0.1.2
26272026-08-04T17:45:52.473Z Compiling salty v0.3.0
26282026-08-04T17:45:52.687Z Compiling parking_lot_core v0.8.6
26292026-08-04T17:45:52.701Z Compiling darling v0.21.3
26302026-08-04T17:45:52.724Z Compiling crunchy v0.2.4
26312026-08-04T17:45:52.791Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26322026-08-04T17:45:52.826Z Compiling dsl_auto_type v0.2.0
26332026-08-04T17:45:52.859Z Compiling dirs-next v2.0.0
26342026-08-04T17:45:52.956Z Checking slog-stdlog v4.1.1
26352026-08-04T17:45:53.007Z Compiling clang-sys v1.8.1
26362026-08-04T17:45:53.076Z Compiling git-stub v1.0.0
26372026-08-04T17:45:53.110Z Compiling tiny-keccak v2.0.2
26382026-08-04T17:45:53.113Z Checking slog-envlogger v2.2.0
26392026-08-04T17:45:53.142Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-04T17:45:53.373Z Compiling git-stub-vcs v0.1.0
26412026-08-04T17:45:53.441Z Compiling term v0.7.0
26422026-08-04T17:45:53.610Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26432026-08-04T17:45:53.733Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26442026-08-04T17:45:53.768Z Compiling bit-vec v0.6.3
26452026-08-04T17:45:53.803Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26462026-08-04T17:45:53.837Z Checking parking_lot v0.11.2
26472026-08-04T17:45:53.930Z Compiling ascii-canvas v3.0.0
26482026-08-04T17:45:54.008Z Compiling bit-set v0.5.3
26492026-08-04T17:45:54.077Z Checking prefix-trie v0.7.0
26502026-08-04T17:45:54.196Z Compiling itertools v0.10.5
26512026-08-04T17:45:54.199Z Compiling ena v0.14.4
26522026-08-04T17:45:54.287Z Compiling libloading v0.8.9
26532026-08-04T17:45:54.395Z Compiling diff v0.1.13
26542026-08-04T17:45:54.444Z Compiling bindgen v0.71.1
26552026-08-04T17:45:54.481Z Compiling regex-syntax v0.6.29
26562026-08-04T17:45:54.545Z Checking hickory-server v0.25.2
26572026-08-04T17:45:54.735Z Checking sled v0.34.7
26582026-08-04T17:45:54.885Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26592026-08-04T17:45:55.270Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-08-04T17:45:55.318Z Compiling cexpr v0.6.0
26612026-08-04T17:45:55.784Z Compiling lalrpop v0.19.12
26622026-08-04T17:45:55.970Z Checking rfc6979 v0.4.0
26632026-08-04T17:45:56.016Z Checking nanorand v0.7.0
26642026-08-04T17:45:56.125Z Compiling rustc-hash v2.1.1
26652026-08-04T17:45:56.251Z Checking flume v0.11.1
26662026-08-04T17:45:56.527Z Checking ecdsa v0.16.9
26672026-08-04T17:45:56.562Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-08-04T17:45:56.789Z Checking primeorder v0.13.6
26692026-08-04T17:45:56.912Z Compiling libxml v0.3.3
26702026-08-04T17:45:57.071Z Checking p384 v0.13.1
26712026-08-04T17:45:57.396Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-08-04T17:45:57.519Z Compiling strum_macros v0.24.3
26732026-08-04T17:45:57.744Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26742026-08-04T17:45:58.036Z Compiling fs-err v2.11.0
26752026-08-04T17:45:58.075Z Compiling indoc v1.0.9
26762026-08-04T17:45:58.509Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-08-04T17:45:58.573Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26782026-08-04T17:45:58.646Z Compiling progenitor-impl v0.13.0
26792026-08-04T17:45:58.786Z Checking diesel v2.3.7
26802026-08-04T17:45:58.895Z Checking quick-xml v0.37.5
26812026-08-04T17:45:58.943Z Checking derive_builder v0.20.2
26822026-08-04T17:45:58.988Z Compiling oso-derive v0.27.3
26832026-08-04T17:45:59.090Z Compiling impl-trait-for-tuples v0.2.3
26842026-08-04T17:45:59.520Z Compiling trait-variant v0.1.2
26852026-08-04T17:45:59.793Z Checking assert_matches v1.5.0
26862026-08-04T17:45:59.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26872026-08-04T17:46:00.096Z Checking openssl-probe v0.1.6
26882026-08-04T17:46:00.178Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26892026-08-04T17:46:00.506Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-08-04T17:46:00.683Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26912026-08-04T17:46:01.009Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26922026-08-04T17:46:01.301Z Checking progenitor-client v0.13.0
26932026-08-04T17:46:01.337Z Compiling progenitor-macro v0.13.0
26942026-08-04T17:46:01.586Z Checking parse-size v1.1.0
26952026-08-04T17:46:01.741Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26962026-08-04T17:46:02.013Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26972026-08-04T17:46:02.145Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-08-04T17:46:02.564Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26992026-08-04T17:46:02.607Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27002026-08-04T17:46:02.798Z Checking corncobs v0.1.4
27012026-08-04T17:46:02.895Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-08-04T17:46:02.960Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-08-04T17:46:03.250Z Checking secrecy v0.8.0
27042026-08-04T17:46:03.314Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27052026-08-04T17:46:03.851Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-08-04T17:46:04.040Z Checking predicates-tree v1.0.13
27072026-08-04T17:46:04.076Z Checking bb8 v0.8.6
27082026-08-04T17:46:04.433Z Compiling mime_guess v2.0.5
27092026-08-04T17:46:04.477Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27102026-08-04T17:46:04.701Z Checking http-range v0.1.5
27112026-08-04T17:46:04.913Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27122026-08-04T17:46:05.051Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27132026-08-04T17:46:05.399Z Checking atty v0.2.14
27142026-08-04T17:46:05.530Z Checking nonempty v0.12.0
27152026-08-04T17:46:06.094Z Checking ignore v0.4.25
27162026-08-04T17:46:06.157Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27172026-08-04T17:46:06.330Z Checking progenitor v0.13.0
27182026-08-04T17:46:06.512Z Checking hyper-staticfile v0.10.1
27192026-08-04T17:46:06.547Z Checking globwalk v0.9.1
27202026-08-04T17:46:06.764Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-08-04T17:46:06.838Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27222026-08-04T17:46:06.881Z Checking signal-hook-tokio v0.3.1
27232026-08-04T17:46:07.037Z Compiling illumos-nvpair-sys v0.2.0
27242026-08-04T17:46:07.095Z Checking camino-tempfile-ext v0.3.3
27252026-08-04T17:46:07.179Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262026-08-04T17:46:07.253Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-08-04T17:46:07.317Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-08-04T17:46:07.418Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27292026-08-04T17:46:08.467Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27302026-08-04T17:46:09.146Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27312026-08-04T17:46:09.223Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27322026-08-04T17:46:09.291Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27332026-08-04T17:46:09.381Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-08-04T17:46:10.120Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27352026-08-04T17:46:10.186Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27362026-08-04T17:46:10.612Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27372026-08-04T17:46:10.631Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27382026-08-04T17:46:10.639Z Checking illumos-nvpair v0.3.0
27392026-08-04T17:46:10.916Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-08-04T17:46:10.949Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-08-04T17:46:10.983Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27422026-08-04T17:46:11.279Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27432026-08-04T17:46:11.474Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27442026-08-04T17:46:11.491Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-08-04T17:46:11.542Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
27462026-08-04T17:46:11.589Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27472026-08-04T17:46:11.787Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-08-04T17:46:12.236Z Checking tungstenite v0.23.0
27492026-08-04T17:46:12.311Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27502026-08-04T17:46:12.977Z Checking tokio-tungstenite v0.23.1
27512026-08-04T17:46:13.027Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-08-04T17:46:13.060Z Checking async-bb8-diesel v0.2.1
27532026-08-04T17:46:13.408Z Checking diesel-dtrace v0.5.0
27542026-08-04T17:46:13.676Z Checking void v1.0.2
27552026-08-04T17:46:13.780Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27562026-08-04T17:46:13.855Z Checking lzss v0.8.2
27572026-08-04T17:46:13.963Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-08-04T17:46:14.070Z Checking nix v0.27.1
27592026-08-04T17:46:14.194Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27602026-08-04T17:46:14.259Z Checking rand_seeder v0.4.0
27612026-08-04T17:46:14.259Z Checking serde_bytes v0.11.19
27622026-08-04T17:46:14.307Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27632026-08-04T17:46:14.363Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-08-04T17:46:15.514Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27652026-08-04T17:46:15.554Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27662026-08-04T17:46:15.554Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-08-04T17:46:15.555Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-08-04T17:46:15.613Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27692026-08-04T17:46:15.677Z Checking yansi v1.0.1
27702026-08-04T17:46:15.961Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-08-04T17:46:16.098Z Checking is_ci v1.2.0
27722026-08-04T17:46:16.172Z Checking cpubits v0.1.1
27732026-08-04T17:46:16.235Z Checking pretty_assertions v1.4.1
27742026-08-04T17:46:16.284Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27752026-08-04T17:46:16.406Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27762026-08-04T17:46:16.573Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27772026-08-04T17:46:16.704Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27782026-08-04T17:46:17.551Z Checking pem-rfc7468 v1.0.0
27792026-08-04T17:46:17.735Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27802026-08-04T17:46:18.021Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812026-08-04T17:46:18.282Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-08-04T17:46:18.290Z Checking sha2 v0.11.0
27832026-08-04T17:46:18.319Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-08-04T17:46:18.744Z Checking hmac v0.13.0
27852026-08-04T17:46:18.942Z Checking universal-hash v0.6.1
27862026-08-04T17:46:18.983Z Compiling libz-sys v1.1.24
27872026-08-04T17:46:19.022Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-08-04T17:46:19.058Z Compiling instability v0.3.11
27892026-08-04T17:46:19.110Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-08-04T17:46:19.372Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-08-04T17:46:19.445Z Checking castaway v0.2.4
27922026-08-04T17:46:19.500Z Compiling indoc v2.0.7
27932026-08-04T17:46:19.583Z Checking compact_str v0.8.1
27942026-08-04T17:46:20.021Z Checking polyval v0.7.1
27952026-08-04T17:46:20.226Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27962026-08-04T17:46:20.419Z Checking der v0.8.0
27972026-08-04T17:46:20.497Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-08-04T17:46:20.733Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-08-04T17:46:20.768Z Checking unicode-truncate v1.1.0
28002026-08-04T17:46:20.887Z Checking lru v0.12.5
28012026-08-04T17:46:20.948Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-08-04T17:46:20.983Z Checking cassowary v0.3.0
28032026-08-04T17:46:21.199Z Checking ghash v0.6.0
28042026-08-04T17:46:21.234Z Checking ratatui v0.29.0
28052026-08-04T17:46:21.362Z Checking pbkdf2 v0.13.0
28062026-08-04T17:46:21.437Z Checking crypto-bigint v0.7.5
28072026-08-04T17:46:21.507Z Checking aes v0.9.1
28082026-08-04T17:46:21.938Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28092026-08-04T17:46:22.572Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28102026-08-04T17:46:22.825Z Checking ctr v0.10.1
28112026-08-04T17:46:23.038Z Checking aead v0.6.1
28122026-08-04T17:46:23.155Z Checking cargo-platform v0.3.2
28132026-08-04T17:46:23.212Z Checking aes-gcm v0.11.0
28142026-08-04T17:46:23.397Z Checking cargo_metadata v0.23.1
28152026-08-04T17:46:23.430Z Checking spki v0.8.0
28162026-08-04T17:46:23.650Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28172026-08-04T17:46:23.728Z Checking supports-color v3.0.2
28182026-08-04T17:46:23.888Z Checking console v0.16.2
28192026-08-04T17:46:24.196Z Checking salsa20 v0.11.0
28202026-08-04T17:46:24.235Z Compiling vergen-git2 v9.1.0
28212026-08-04T17:46:24.406Z Checking unit-prefix v0.5.2
28222026-08-04T17:46:24.453Z Checking plotters-backend v0.3.7
28232026-08-04T17:46:24.537Z Checking indicatif v0.18.4
28242026-08-04T17:46:24.689Z Checking plotters-svg v0.3.7
28252026-08-04T17:46:24.913Z Checking scrypt v0.12.0
28262026-08-04T17:46:24.946Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-08-04T17:46:25.004Z Checking cbc v0.2.1
28282026-08-04T17:46:25.110Z Checking libsw-core v0.3.2
28292026-08-04T17:46:25.166Z Checking cast v0.3.0
28302026-08-04T17:46:25.200Z Checking pkcs5 v0.8.1
28312026-08-04T17:46:25.294Z Checking libsw v3.5.0
28322026-08-04T17:46:25.354Z Checking criterion-plot v0.6.0
28332026-08-04T17:46:25.534Z Checking plotters v0.3.7
28342026-08-04T17:46:25.544Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-08-04T17:46:25.632Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-08-04T17:46:25.899Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28372026-08-04T17:46:26.085Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28382026-08-04T17:46:26.316Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28392026-08-04T17:46:26.359Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-08-04T17:46:26.534Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28412026-08-04T17:46:26.568Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-08-04T17:46:26.575Z Checking colored v2.2.0
28432026-08-04T17:46:26.755Z Checking tinytemplate v1.2.1
28442026-08-04T17:46:26.813Z Checking shell-words v1.1.1
28452026-08-04T17:46:28.338Z Checking anes v0.1.6
28462026-08-04T17:46:28.381Z Checking oorandom v11.1.5
28472026-08-04T17:46:28.381Z Checking criterion v0.7.0
28482026-08-04T17:46:28.381Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28492026-08-04T17:46:28.381Z Checking pkcs8 v0.11.0
28502026-08-04T17:46:28.381Z Checking oxide-update-engine-display v0.1.2
28512026-08-04T17:46:28.381Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28522026-08-04T17:46:28.437Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28532026-08-04T17:46:28.909Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-08-04T17:46:28.982Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28552026-08-04T17:46:29.760Z Checking tokio-test v0.4.5
28562026-08-04T17:46:30.005Z Checking ff v0.14.0
28572026-08-04T17:46:30.183Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28582026-08-04T17:46:30.401Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28592026-08-04T17:46:30.823Z Checking twox-hash v2.1.2
28602026-08-04T17:46:31.163Z Checking arrayvec v0.7.6
28612026-08-04T17:46:31.372Z Checking arrayref v0.3.9
28622026-08-04T17:46:31.420Z Checking constant_time_eq v0.4.2
28632026-08-04T17:46:31.528Z Checking group v0.14.0
28642026-08-04T17:46:31.596Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-08-04T17:46:31.717Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28662026-08-04T17:46:31.807Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28672026-08-04T17:46:32.315Z Checking fatfs v0.3.6
28682026-08-04T17:46:32.409Z Checking signature v3.0.0
28692026-08-04T17:46:32.596Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-08-04T17:46:32.780Z Checking base16ct v1.0.0
28712026-08-04T17:46:32.811Z Compiling seq-macro v0.3.6
28722026-08-04T17:46:32.939Z Checking sec1 v0.8.1
28732026-08-04T17:46:33.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28742026-08-04T17:46:33.357Z Checking hkdf v0.13.0
28752026-08-04T17:46:33.535Z Checking concurrent-queue v2.5.0
28762026-08-04T17:46:33.705Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28772026-08-04T17:46:33.742Z Compiling petname v2.0.2
28782026-08-04T17:46:33.976Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-08-04T17:46:33.986Z Checking parking v2.2.1
28802026-08-04T17:46:34.233Z Checking event-listener v5.4.1
28812026-08-04T17:46:34.343Z Checking elliptic-curve v0.14.1
28822026-08-04T17:46:34.416Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28832026-08-04T17:46:34.761Z Checking rtoolbox v0.0.3
28842026-08-04T17:46:34.942Z Checking rpassword v7.5.4
28852026-08-04T17:46:35.228Z Checking event-listener-strategy v0.5.4
28862026-08-04T17:46:35.368Z Checking wnaf v0.14.0
28872026-08-04T17:46:35.533Z Checking primefield v0.14.0
28882026-08-04T17:46:35.572Z Checking rfc6979 v0.6.0
28892026-08-04T17:46:35.775Z Checking tui-tree-widget v0.23.1
28902026-08-04T17:46:35.789Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28912026-08-04T17:46:35.979Z Checking sapling-renderdag v0.1.0
28922026-08-04T17:46:36.004Z Compiling blake3 v1.8.5
28932026-08-04T17:46:36.242Z Checking sync-ptr v0.1.4
28942026-08-04T17:46:36.388Z Checking futures-timer v3.0.3
28952026-08-04T17:46:36.545Z Compiling samael v0.0.19
28962026-08-04T17:46:36.605Z Checking primeorder v0.14.0
28972026-08-04T17:46:36.935Z Checking ecdsa v0.17.0
28982026-08-04T17:46:36.997Z Checking async-lock v3.4.2
28992026-08-04T17:46:37.360Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29002026-08-04T17:46:37.397Z Compiling curve25519-dalek v5.0.0
29012026-08-04T17:46:37.459Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29022026-08-04T17:46:37.716Z Checking async-object-pool v0.2.0
29032026-08-04T17:46:37.906Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29042026-08-04T17:46:38.096Z Checking ssh-encoding v0.3.0
29052026-08-04T17:46:38.383Z Checking serde_regex v1.1.0
29062026-08-04T17:46:38.570Z Checking assert-json-diff v2.0.2
29072026-08-04T17:46:38.787Z Checking path-tree v0.8.3
29082026-08-04T17:46:38.886Z Checking keccak v0.2.0
29092026-08-04T17:46:38.997Z Compiling strsim v0.10.0
29102026-08-04T17:46:39.093Z Checking stringmetrics v2.2.2
29112026-08-04T17:46:39.293Z Checking topological-sort v0.2.2
29122026-08-04T17:46:39.358Z Checking httpmock v0.8.3
29132026-08-04T17:46:39.486Z Checking omicron-zone-package v0.12.3
29142026-08-04T17:46:40.159Z Compiling darling_core v0.13.4
29152026-08-04T17:46:42.139Z Checking ed25519 v3.0.0
29162026-08-04T17:46:42.157Z Checking crypto-primes v0.7.2
29172026-08-04T17:46:42.157Z Checking pkcs1 v0.8.0-rc.4
29182026-08-04T17:46:42.157Z Checking poly1305 v0.9.0
29192026-08-04T17:46:42.157Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29202026-08-04T17:46:42.157Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29212026-08-04T17:46:42.157Z Checking blowfish v0.10.0
29222026-08-04T17:46:42.168Z Checking blake2 v0.11.0-rc.6
29232026-08-04T17:46:42.218Z Compiling target-lexicon v0.13.3
29242026-08-04T17:46:42.436Z Checking gimli v0.32.3
29252026-08-04T17:46:42.469Z Checking argon2 v0.6.0-rc.8
29262026-08-04T17:46:42.598Z Checking rsa v0.10.0-rc.18
29272026-08-04T17:46:42.794Z Checking bcrypt-pbkdf v0.11.0
29282026-08-04T17:46:42.811Z Compiling darling_macro v0.13.4
29292026-08-04T17:46:42.969Z Checking ssh-cipher v0.3.0
29302026-08-04T17:46:43.121Z Checking ed25519-dalek v3.0.0
29312026-08-04T17:46:43.210Z Checking sha3 v0.11.0
29322026-08-04T17:46:43.388Z Checking p256 v0.14.0
29332026-08-04T17:46:43.605Z Checking p384 v0.14.0
29342026-08-04T17:46:44.019Z Checking addr2line v0.25.1
29352026-08-04T17:46:44.165Z Checking p521 v0.14.0
29362026-08-04T17:46:44.352Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29372026-08-04T17:46:44.592Z Checking kem v0.3.0
29382026-08-04T17:46:44.738Z Checking module-lattice v0.2.3
29392026-08-04T17:46:45.000Z Checking sponge-cursor v0.1.0
29402026-08-04T17:46:45.151Z Checking rustc-demangle v0.1.27
29412026-08-04T17:46:45.203Z Checking hex-literal v0.4.1
29422026-08-04T17:46:45.330Z Compiling guppy-workspace-hack v0.1.0
29432026-08-04T17:46:45.413Z Checking backtrace v0.3.76
29442026-08-04T17:46:45.574Z Checking sha3 v0.12.0
29452026-08-04T17:46:45.608Z Checking ml-kem v0.3.2
29462026-08-04T17:46:45.761Z Compiling darling v0.13.4
29472026-08-04T17:46:45.893Z Checking russh-cryptovec v0.62.0
29482026-08-04T17:46:46.050Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29492026-08-04T17:46:46.087Z Checking internal-russh-num-bigint v0.5.0
29502026-08-04T17:46:46.270Z Checking num-bigint v0.4.6
29512026-08-04T17:46:46.398Z Checking russh-util v0.52.0
29522026-08-04T17:46:46.549Z Checking generic-array v1.4.3
29532026-08-04T17:46:47.926Z Compiling enum_dispatch v0.3.13
29542026-08-04T17:46:47.934Z Compiling delegate v0.13.5
29552026-08-04T17:46:47.934Z Checking ssh-key v0.7.0-rc.11
29562026-08-04T17:46:47.934Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29572026-08-04T17:46:47.934Z Checking md5 v0.8.0
29582026-08-04T17:46:47.934Z Compiling target-spec v3.5.7
29592026-08-04T17:46:47.934Z Checking hex-literal v1.1.0
29602026-08-04T17:46:48.050Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29612026-08-04T17:46:48.089Z Checking russh v0.62.4
29622026-08-04T17:46:48.255Z Checking cfg-expr v0.20.6
29632026-08-04T17:46:48.304Z Compiling serde_with_macros v1.5.2
29642026-08-04T17:46:48.690Z Checking backtrace-ext v0.2.1
29652026-08-04T17:46:48.833Z Checking supports-color v2.1.0
29662026-08-04T17:46:48.864Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29672026-08-04T17:46:48.995Z Checking textwrap v0.15.2
29682026-08-04T17:46:49.181Z Checking supports-unicode v2.1.0
29692026-08-04T17:46:49.247Z Checking supports-hyperlinks v2.1.0
29702026-08-04T17:46:49.322Z Compiling git2 v0.20.4
29712026-08-04T17:46:49.378Z Checking hashbrown v0.14.5
29722026-08-04T17:46:49.420Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29732026-08-04T17:46:49.637Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29742026-08-04T17:46:49.873Z Checking terminal_size v0.1.17
29752026-08-04T17:46:49.906Z Checking socket2 v0.5.10
29762026-08-04T17:46:50.013Z Compiling miette-derive v5.10.0
29772026-08-04T17:46:50.179Z Checking owo-colors v3.5.0
29782026-08-04T17:46:50.226Z Checking internet-checksum v0.2.1
29792026-08-04T17:46:50.922Z Checking chumsky v0.9.3
29802026-08-04T17:46:51.157Z Checking miette v5.10.0
29812026-08-04T17:46:51.482Z Compiling serde_with v1.14.0
29822026-08-04T17:46:51.962Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29832026-08-04T17:46:52.135Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29842026-08-04T17:46:52.292Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29852026-08-04T17:46:52.942Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29862026-08-04T17:46:53.026Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29872026-08-04T17:46:53.026Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29882026-08-04T17:46:53.026Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29892026-08-04T17:46:53.026Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29902026-08-04T17:46:53.026Z Compiling knuffel-derive v3.2.0
29912026-08-04T17:46:53.034Z Checking httptest v0.16.4
29922026-08-04T17:46:53.268Z Checking pathdiff v0.2.3
29932026-08-04T17:46:53.373Z Checking nested v0.1.1
29942026-08-04T17:46:53.503Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29952026-08-04T17:46:53.611Z Checking guppy v0.17.25
29962026-08-04T17:46:53.765Z Compiling polar-core v0.27.3
29972026-08-04T17:46:53.880Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29982026-08-04T17:46:54.127Z Checking similar-asserts v1.7.0
29992026-08-04T17:46:54.317Z Compiling target-triple v1.0.0
30002026-08-04T17:46:54.495Z Checking knuffel v3.2.0
30012026-08-04T17:46:54.548Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30022026-08-04T17:46:54.955Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30032026-08-04T17:46:56.216Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30042026-08-04T17:46:56.252Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30052026-08-04T17:46:56.252Z Checking hickory-client v0.25.2
30062026-08-04T17:46:56.252Z Checking escape8259 v0.5.3
30072026-08-04T17:46:56.252Z Compiling assert_cmd v2.1.2
30082026-08-04T17:46:56.252Z Checking libtest-mimic v0.8.1
30092026-08-04T17:46:56.273Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30102026-08-04T17:46:56.331Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30112026-08-04T17:46:56.378Z Checking blake2b_simd v1.0.4
30122026-08-04T17:46:56.885Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30132026-08-04T17:46:57.044Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30142026-08-04T17:46:57.236Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30152026-08-04T17:46:57.476Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30162026-08-04T17:46:57.710Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30172026-08-04T17:46:57.776Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30182026-08-04T17:46:57.934Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30192026-08-04T17:46:58.075Z Checking fancy-regex v0.14.0
30202026-08-04T17:46:58.161Z Checking serde_tokenstream v0.2.3
30212026-08-04T17:46:58.477Z Checking approx v0.5.1
30222026-08-04T17:46:58.492Z Compiling rstest_macros v0.25.0
30232026-08-04T17:46:58.515Z Checking uzers v0.12.2
30242026-08-04T17:46:58.574Z Checking termcolor v1.4.1
30252026-08-04T17:46:58.672Z Checking oso v0.27.3
30262026-08-04T17:46:58.791Z Checking constant_time_eq v0.3.1
30272026-08-04T17:46:58.848Z Compiling linkme-impl v0.3.35
30282026-08-04T17:46:58.906Z Checking trybuild v1.0.116
30292026-08-04T17:46:58.981Z Checking rust-argon2 v2.1.0
30302026-08-04T17:46:59.217Z Checking datatest-stable v0.3.3
30312026-08-04T17:47:01.528Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30322026-08-04T17:47:01.572Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30332026-08-04T17:47:01.572Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30342026-08-04T17:47:01.572Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30352026-08-04T17:47:01.572Z Checking support-bundle-viewer v0.1.2
30362026-08-04T17:47:01.572Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30372026-08-04T17:47:01.572Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30382026-08-04T17:47:01.572Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30392026-08-04T17:47:01.572Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30402026-08-04T17:47:01.573Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30412026-08-04T17:47:01.597Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30422026-08-04T17:47:01.597Z Checking drift v0.2.0
30432026-08-04T17:47:01.597Z Checking digest-io v0.1.0
30442026-08-04T17:47:01.597Z Checking rand_distr v0.5.1
30452026-08-04T17:47:01.597Z Checking multimap v0.10.1
30462026-08-04T17:47:01.597Z Compiling relative-path v1.9.3
30472026-08-04T17:47:01.597Z Checking rawzip v0.4.4
30482026-08-04T17:47:01.597Z Compiling linkme v0.3.35
30492026-08-04T17:47:01.597Z Checking dropshot-api-manager v0.7.2
30502026-08-04T17:47:01.810Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30512026-08-04T17:47:02.725Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30522026-08-04T17:47:03.131Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30532026-08-04T17:47:03.537Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30542026-08-04T17:47:03.575Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30552026-08-04T17:47:03.617Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30562026-08-04T17:47:03.812Z Checking scuffle v0.1.0
30572026-08-04T17:47:03.919Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30582026-08-04T17:47:04.141Z Checking cargo_toml v0.21.0
30592026-08-04T17:47:04.157Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30602026-08-04T17:47:04.504Z Checking partial-io v0.5.4
30612026-08-04T17:47:04.603Z Checking termios v0.3.3
30622026-08-04T17:47:04.637Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30632026-08-04T17:47:04.768Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30642026-08-04T17:47:04.992Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30652026-08-04T17:47:05.469Z Checking rstest v0.25.0
30662026-08-04T17:47:06.855Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30672026-08-04T17:47:08.830Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30682026-08-04T17:47:12.571Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30692026-08-04T17:47:13.427Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30702026-08-04T17:47:17.256Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30712026-08-04T17:47:18.760Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30722026-08-04T17:47:20.438Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30732026-08-04T17:47:24.148Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30742026-08-04T17:47:30.178Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30752026-08-04T17:47:34.000Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30762026-08-04T17:47:34.295Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30772026-08-04T17:47:36.010Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30782026-08-04T17:47:37.529Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30792026-08-04T17:47:38.038Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30802026-08-04T17:47:45.573Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30812026-08-04T17:48:04.631Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30822026-08-04T17:48:58.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30832026-08-04T17:48:58.275Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30842026-08-04T17:48:58.275Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30852026-08-04T17:48:58.919Z
30862026-08-04T17:48:58.919Zreal 4:10.667758934
30872026-08-04T17:48:58.919Zuser 21:33.940767513
30882026-08-04T17:48:58.919Zsys 5:07.085767512
30892026-08-04T17:48:58.919Ztrap 0.521504021
30902026-08-04T17:48:58.919Ztflt 0.462859374
30912026-08-04T17:48:58.919Zdflt 0.634308128
30922026-08-04T17:48:58.920Zkflt 0.004540970
30932026-08-04T17:48:58.920Zlock 1:05:03.683940166
30942026-08-04T17:48:58.920Zslp 58:24.093734960
30952026-08-04T17:48:58.920Zlat 1:52.490288596
30962026-08-04T17:48:58.920Zstop 14:13.216108451
30972026-08-04T17:48:58.927Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30982026-08-04T17:48:58.927Z+ ptime -m cargo doc --workspace --no-deps
30992026-08-04T17:48:59.758Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31002026-08-04T17:48:59.758Z |
31012026-08-04T17:48:59.758Z = 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)`
31022026-08-04T17:48:59.758Z = 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>
31032026-08-04T17:49:00.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31042026-08-04T17:49:01.046Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31052026-08-04T17:49:01.091Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31062026-08-04T17:49:01.155Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31072026-08-04T17:49:01.213Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31082026-08-04T17:49:01.311Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31092026-08-04T17:49:01.338Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31102026-08-04T17:49:01.362Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31112026-08-04T17:49:01.476Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31122026-08-04T17:49:01.479Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31132026-08-04T17:49:01.621Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31142026-08-04T17:49:01.642Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-08-04T17:49:01.648Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31162026-08-04T17:49:01.705Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31172026-08-04T17:49:01.747Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31182026-08-04T17:49:01.770Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31192026-08-04T17:49:01.793Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31202026-08-04T17:49:01.846Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31212026-08-04T17:49:01.856Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31222026-08-04T17:49:01.885Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31232026-08-04T17:49:02.163Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31242026-08-04T17:49:02.307Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31252026-08-04T17:49:02.339Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31262026-08-04T17:49:02.383Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31272026-08-04T17:49:02.494Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31282026-08-04T17:49:02.600Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31292026-08-04T17:49:02.627Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31302026-08-04T17:49:02.769Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31312026-08-04T17:49:02.855Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31322026-08-04T17:49:02.890Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31332026-08-04T17:49:02.931Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31342026-08-04T17:49:03.056Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31352026-08-04T17:49:03.242Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31362026-08-04T17:49:03.269Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31372026-08-04T17:49:03.314Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31382026-08-04T17:49:03.436Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31392026-08-04T17:49:03.504Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31402026-08-04T17:49:03.532Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31412026-08-04T17:49:03.760Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31422026-08-04T17:49:03.787Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-08-04T17:49:04.026Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31442026-08-04T17:49:04.059Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31452026-08-04T17:49:04.099Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31462026-08-04T17:49:04.194Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31472026-08-04T17:49:04.285Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31482026-08-04T17:49:04.334Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31492026-08-04T17:49:04.363Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31502026-08-04T17:49:04.499Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31512026-08-04T17:49:04.559Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31522026-08-04T17:49:04.603Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31532026-08-04T17:49:04.637Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31542026-08-04T17:49:04.724Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31552026-08-04T17:49:04.786Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31562026-08-04T17:49:04.814Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31572026-08-04T17:49:04.847Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31582026-08-04T17:49:04.859Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31592026-08-04T17:49:04.916Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31602026-08-04T17:49:04.985Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31612026-08-04T17:49:05.468Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31622026-08-04T17:49:05.596Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31632026-08-04T17:49:05.941Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31642026-08-04T17:49:05.966Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31652026-08-04T17:49:06.231Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31662026-08-04T17:49:06.424Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31672026-08-04T17:49:06.542Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31682026-08-04T17:49:06.543Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31692026-08-04T17:49:06.707Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31702026-08-04T17:49:06.732Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31712026-08-04T17:49:06.736Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31722026-08-04T17:49:06.736Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31732026-08-04T17:49:06.836Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31742026-08-04T17:49:07.115Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31752026-08-04T17:49:07.551Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31762026-08-04T17:49:07.845Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31772026-08-04T17:49:07.865Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31782026-08-04T17:49:08.134Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31792026-08-04T17:49:08.201Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31802026-08-04T17:49:08.268Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31812026-08-04T17:49:08.292Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31822026-08-04T17:49:08.392Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-08-04T17:49:08.542Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-08-04T17:49:08.548Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31852026-08-04T17:49:08.548Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31862026-08-04T17:49:08.626Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31872026-08-04T17:49:08.813Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31882026-08-04T17:49:08.919Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31892026-08-04T17:49:08.956Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31902026-08-04T17:49:08.979Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31912026-08-04T17:49:09.003Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31922026-08-04T17:49:09.003Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31932026-08-04T17:49:09.154Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31942026-08-04T17:49:09.170Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31952026-08-04T17:49:09.232Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31962026-08-04T17:49:09.261Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31972026-08-04T17:49:09.304Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31982026-08-04T17:49:09.424Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31992026-08-04T17:49:09.470Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32002026-08-04T17:49:09.522Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32012026-08-04T17:49:09.536Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32022026-08-04T17:49:09.559Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32032026-08-04T17:49:09.667Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32042026-08-04T17:49:09.694Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32052026-08-04T17:49:09.753Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32062026-08-04T17:49:09.849Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32072026-08-04T17:49:09.873Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32082026-08-04T17:49:10.127Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32092026-08-04T17:49:10.136Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32102026-08-04T17:49:10.212Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32112026-08-04T17:49:10.600Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32122026-08-04T17:49:10.879Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32132026-08-04T17:49:11.151Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32142026-08-04T17:49:11.732Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32152026-08-04T17:49:11.937Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32162026-08-04T17:49:12.136Z Checking scuffle v0.1.0
32172026-08-04T17:49:12.159Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32182026-08-04T17:49:12.269Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32192026-08-04T17:49:12.435Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32202026-08-04T17:49:12.726Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32212026-08-04T17:49:13.710Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32222026-08-04T17:49:14.296Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32232026-08-04T17:49:14.346Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32242026-08-04T17:49:14.641Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32252026-08-04T17:49:14.900Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32262026-08-04T17:49:14.927Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32272026-08-04T17:49:15.151Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32282026-08-04T17:49:15.208Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32292026-08-04T17:49:15.236Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32302026-08-04T17:49:15.899Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32312026-08-04T17:49:15.938Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32322026-08-04T17:49:16.242Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32332026-08-04T17:49:16.617Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32342026-08-04T17:49:16.692Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32352026-08-04T17:49:17.099Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32362026-08-04T17:49:17.205Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32372026-08-04T17:49:17.238Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32382026-08-04T17:49:17.496Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32392026-08-04T17:49:17.965Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32402026-08-04T17:49:18.206Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32412026-08-04T17:49:18.564Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32422026-08-04T17:49:18.787Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32432026-08-04T17:49:19.175Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32442026-08-04T17:49:19.594Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32452026-08-04T17:49:20.077Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32462026-08-04T17:49:24.964Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32472026-08-04T17:49:24.965Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32482026-08-04T17:49:24.965Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32492026-08-04T17:49:24.965Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32502026-08-04T17:49:24.965Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32512026-08-04T17:49:24.965Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32522026-08-04T17:49:24.965Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32532026-08-04T17:49:24.965Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32542026-08-04T17:49:24.965Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32552026-08-04T17:49:24.965Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32562026-08-04T17:49:24.966Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32572026-08-04T17:49:24.966Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32582026-08-04T17:49:24.966Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32592026-08-04T17:49:25.624Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32602026-08-04T17:49:27.117Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32612026-08-04T17:49:28.658Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-08-04T17:49:29.291Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32632026-08-04T17:49:30.079Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-08-04T17:49:30.520Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32652026-08-04T17:49:30.632Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32662026-08-04T17:49:31.097Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32672026-08-04T17:49:31.469Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32682026-08-04T17:49:31.511Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
32692026-08-04T17:49:32.257Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32702026-08-04T17:49:32.298Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32712026-08-04T17:49:32.750Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32722026-08-04T17:49:33.325Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32732026-08-04T17:49:33.474Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32742026-08-04T17:49:33.626Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32752026-08-04T17:49:33.701Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32762026-08-04T17:49:33.798Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32772026-08-04T17:49:33.929Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32782026-08-04T17:49:34.160Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32792026-08-04T17:49:34.480Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32802026-08-04T17:49:34.905Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32812026-08-04T17:49:35.229Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32822026-08-04T17:49:35.260Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32832026-08-04T17:49:35.495Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32842026-08-04T17:49:35.578Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32852026-08-04T17:49:35.982Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32862026-08-04T17:49:36.347Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32872026-08-04T17:49:37.152Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32882026-08-04T17:49:37.357Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32892026-08-04T17:49:38.054Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32902026-08-04T17:49:39.865Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32912026-08-04T17:49:41.411Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32922026-08-04T17:49:41.773Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32932026-08-04T17:49:42.800Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32942026-08-04T17:49:43.665Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32952026-08-04T17:49:45.471Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32962026-08-04T17:49:46.584Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32972026-08-04T17:49:47.044Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32982026-08-04T17:49:48.485Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32992026-08-04T17:49:48.924Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33002026-08-04T17:49:50.999Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33012026-08-04T17:49:51.026Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33022026-08-04T17:49:52.366Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33032026-08-04T17:49:52.673Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33042026-08-04T17:49:52.920Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052026-08-04T17:49:55.351Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33062026-08-04T17:49:58.163Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33072026-08-04T17:49:58.945Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33082026-08-04T17:49:59.940Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33092026-08-04T17:50:00.487Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33102026-08-04T17:50:01.239Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33112026-08-04T17:50:01.965Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33122026-08-04T17:50:02.687Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33132026-08-04T17:50:03.848Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33142026-08-04T17:50:04.529Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33152026-08-04T17:50:06.909Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33162026-08-04T17:50:07.317Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33172026-08-04T17:50:08.016Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33182026-08-04T17:50:08.562Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33192026-08-04T17:50:08.719Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33202026-08-04T17:50:09.517Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33212026-08-04T17:50:10.361Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33222026-08-04T17:50:13.984Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33232026-08-04T17:50:14.789Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33242026-08-04T17:50:15.997Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33252026-08-04T17:50:16.622Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33262026-08-04T17:50:17.587Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33272026-08-04T17:50:18.516Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33282026-08-04T17:50:20.164Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33292026-08-04T17:50:21.200Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33302026-08-04T17:50:22.228Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33312026-08-04T17:50:25.125Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33322026-08-04T17:50:25.352Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33332026-08-04T17:50:26.271Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33342026-08-04T17:50:27.502Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33352026-08-04T17:50:28.838Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33362026-08-04T17:50:31.353Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33372026-08-04T17:50:32.122Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33382026-08-04T17:50:33.524Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33392026-08-04T17:50:35.328Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33402026-08-04T17:50:36.726Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33412026-08-04T17:50:38.205Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33422026-08-04T17:50:39.960Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33432026-08-04T17:50:41.426Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33442026-08-04T17:50:43.260Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33452026-08-04T17:50:47.658Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33462026-08-04T17:50:48.106Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33472026-08-04T17:50:49.183Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33482026-08-04T17:50:49.882Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33492026-08-04T17:50:51.508Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33502026-08-04T17:50:53.270Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33512026-08-04T17:50:55.084Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33522026-08-04T17:50:57.096Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33532026-08-04T17:50:58.837Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33542026-08-04T17:51:00.506Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33552026-08-04T17:51:02.614Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33562026-08-04T17:51:04.047Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33572026-08-04T17:51:05.829Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33582026-08-04T17:51:07.572Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33592026-08-04T17:51:09.328Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33602026-08-04T17:51:11.037Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33612026-08-04T17:51:12.762Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33622026-08-04T17:51:14.283Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33632026-08-04T17:51:16.280Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33642026-08-04T17:51:17.755Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33652026-08-04T17:51:21.588Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33662026-08-04T17:51:23.217Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33672026-08-04T17:51:25.433Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33682026-08-04T17:51:27.172Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33692026-08-04T17:51:30.917Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33702026-08-04T17:51:33.037Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33712026-08-04T17:51:36.325Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33722026-08-04T17:51:37.434Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33732026-08-04T17:51:39.238Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33742026-08-04T17:51:42.394Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33752026-08-04T17:51:44.183Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33762026-08-04T17:51:46.805Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33772026-08-04T17:51:49.291Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33782026-08-04T17:51:51.311Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33792026-08-04T17:51:53.953Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33802026-08-04T17:51:56.140Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33812026-08-04T17:51:58.984Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33822026-08-04T17:52:01.448Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33832026-08-04T17:52:03.475Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33842026-08-04T17:52:05.761Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33852026-08-04T17:52:08.155Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33862026-08-04T17:52:10.531Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33872026-08-04T17:52:12.957Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33882026-08-04T17:52:15.288Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33892026-08-04T17:52:17.747Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33902026-08-04T17:52:20.112Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33912026-08-04T17:52:22.660Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-08-04T17:52:25.056Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-08-04T17:52:27.469Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-08-04T17:52:29.932Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33952026-08-04T17:52:32.330Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33962026-08-04T17:52:34.807Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33972026-08-04T17:52:37.286Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33982026-08-04T17:52:39.653Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33992026-08-04T17:52:42.123Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34002026-08-04T17:52:44.633Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34012026-08-04T17:52:47.069Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34022026-08-04T17:52:49.521Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34032026-08-04T17:52:51.963Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34042026-08-04T17:52:54.312Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34052026-08-04T17:52:56.710Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34062026-08-04T17:52:59.405Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34072026-08-04T17:53:01.996Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34082026-08-04T17:53:04.300Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34092026-08-04T17:53:06.737Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34102026-08-04T17:53:09.317Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34112026-08-04T17:53:11.844Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34122026-08-04T17:53:14.366Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34132026-08-04T17:53:17.412Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34142026-08-04T17:53:19.610Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34152026-08-04T17:53:22.282Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-08-04T17:53:24.767Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34172026-08-04T17:53:27.350Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34182026-08-04T17:53:29.937Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34192026-08-04T17:53:32.661Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34202026-08-04T17:53:35.198Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34212026-08-04T17:53:37.780Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34222026-08-04T17:53:40.297Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34232026-08-04T17:53:43.040Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34242026-08-04T17:53:45.569Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34252026-08-04T17:53:48.403Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34262026-08-04T17:53:51.073Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34272026-08-04T17:53:53.715Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-08-04T17:53:56.331Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34292026-08-04T17:53:59.118Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34302026-08-04T17:54:01.785Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34312026-08-04T17:54:04.522Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34322026-08-04T17:54:07.500Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34332026-08-04T17:54:10.030Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34342026-08-04T17:54:17.845Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34352026-08-04T17:54:18.111Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34362026-08-04T17:54:21.443Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34372026-08-04T17:54:26.312Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34382026-08-04T17:54:29.295Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34392026-08-04T17:54:33.018Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34402026-08-04T17:54:36.903Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34412026-08-04T17:54:40.629Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34422026-08-04T17:54:44.358Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34432026-08-04T17:54:48.164Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34442026-08-04T17:54:51.934Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34452026-08-04T17:54:55.666Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34462026-08-04T17:54:59.492Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34472026-08-04T17:55:03.202Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34482026-08-04T17:55:07.041Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34492026-08-04T17:55:13.193Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34502026-08-04T17:55:14.584Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34512026-08-04T17:55:18.391Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34522026-08-04T17:55:22.194Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34532026-08-04T17:55:25.987Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-08-04T17:55:29.758Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34552026-08-04T17:55:33.540Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34562026-08-04T17:55:37.412Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34572026-08-04T17:55:41.179Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34582026-08-04T17:56:11.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 12s
34592026-08-04T17:56:11.413Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34602026-08-04T17:56:11.413Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34612026-08-04T17:56:11.582Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
34622026-08-04T17:56:11.692Z
34632026-08-04T17:56:11.692Zreal 7:12.690996895
34642026-08-04T17:56:11.692Zuser 18:55.435584694
34652026-08-04T17:56:11.693Zsys 4:06.762972747
34662026-08-04T17:56:11.693Ztrap 0.271822808
34672026-08-04T17:56:11.693Ztflt 0.019736675
34682026-08-04T17:56:11.693Zdflt 0.057921800
34692026-08-04T17:56:11.693Zkflt 0.000017240
34702026-08-04T17:56:11.693Zlock 6:58:42.600162946
34712026-08-04T17:56:11.693Zslp 2:25:54.107627118
34722026-08-04T17:56:11.693Zlat 33.301081173
34732026-08-04T17:56:11.693Zstop 2:09.445195055
34742026-08-04T17:56:11.697Zprocess exited: duration 808363 ms, exit code 0
 
34752026-08-04T17:56:11.705Zfound 0 output files