01M10AX7RE98GNTJDJGY88Q8W3: clippy (helios)

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

Buildomat Job: 01M10AY1VVEQMHDBSN5VFB6T1P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T00:47:44.977Zjob assigned to worker 01M10AY7F2WACGJQYMME41VN14 [factory aws, i-0a0dec0f0dd4bd284] (queued for 57 s)
 
22026-08-27T00:47:51.776Zstarting task 0: "setup"
32026-08-27T00:47:51.780Z++ uname -s
42026-08-27T00:47:51.783Z+ kern=SunOS
52026-08-27T00:47:51.783Z+ build_user=build
62026-08-27T00:47:51.783Z+ build_uid=12345
72026-08-27T00:47:51.783Z+ work_dir=/work
82026-08-27T00:47:51.783Z+ input_dir=/input
92026-08-27T00:47:51.783Z+ [[ 0 == 12345 ]]
102026-08-27T00:47:51.783Z+ case "$kern" in
112026-08-27T00:47:51.783Z+ groupadd -g 12345 build
122026-08-27T00:47:51.783Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T00:47:53.788Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T00:47:53.858Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T00:47:53.861Z+ home_fs=zfs
162026-08-27T00:47:53.861Z+ [[ zfs == autofs ]]
172026-08-27T00:47:53.861Z+ mkdir -p /home/build
182026-08-27T00:47:53.861Z+ chown build:build /home/build /work
192026-08-27T00:47:55.862Z+ chmod 0700 /home/build /work
202026-08-27T00:47:55.865Zprocess exited: duration 4089 ms, exit code 0
 
212026-08-27T00:47:55.872Zstarting task 1: "rust-toolchain"
222026-08-27T00:47:55.876Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T00:47:55.876Z * rust toolchain channel = "1.97.1"
242026-08-27T00:47:55.876Z * rust toolchain profile = "default"
252026-08-27T00:47:55.876Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T00:47:55.876Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T00:47:55.876Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T00:47:55.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T00:47:55.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T00:47:55.981Zinfo: downloading installer
312026-08-27T00:47:57.426Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T00:47:57.426Zwarn: /home/build/.rustup/settings.toml
332026-08-27T00:47:57.426Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T00:47:57.426Zwarn: instead of the one inferred from the default host triple.
352026-08-27T00:47:57.439Zinfo: profile set to default
362026-08-27T00:47:57.439Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T00:47:57.442Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T00:47:57.576Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T00:47:57.579Zinfo: downloading 6 components
402026-08-27T00:48:14.028Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T00:48:14.029Z
422026-08-27T00:48:14.055Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T00:48:14.056Z
442026-08-27T00:48:14.056Z
452026-08-27T00:48:14.056ZRust is installed now. Great!
462026-08-27T00:48:14.056Z
472026-08-27T00:48:14.056ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T00:48:14.056Zenvironment variable. This has not been done automatically.
492026-08-27T00:48:14.056Z
502026-08-27T00:48:14.056ZTo configure your current shell, you need to source
512026-08-27T00:48:14.056Zthe corresponding env file under $HOME/.cargo.
522026-08-27T00:48:14.056Z
532026-08-27T00:48:14.056ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T00:48:14.060Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T00:48:14.060Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T00:48:14.060Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T00:48:14.060Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T00:48:14.061Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T00:48:14.061Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T00:48:14.061Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T00:48:14.061Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T00:48:14.159Z+ rustup --version
632026-08-27T00:48:14.168Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T00:48:14.172Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T00:48:14.188Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T00:48:14.192Z+ cargo --version
672026-08-27T00:48:14.206Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T00:48:14.211Z+ rustc --version
692026-08-27T00:48:14.227Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T00:48:14.230Zprocess exited: duration 18356 ms, exit code 0
 
712026-08-27T00:48:14.237Zstarting task 2: "authentication"
722026-08-27T00:48:14.255Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T00:48:14.262Zstarting task 3: "clone repository"
742026-08-27T00:48:14.265Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T00:48:14.269Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T00:48:14.302ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T00:48:27.053Z+ cd /work/oxidecomputer/omicron
782026-08-27T00:48:27.053Z+ git fetch origin 19000f37f18b3fa07f6e01d30464da7b9c0b0090
792026-08-27T00:48:27.380ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T00:48:27.380Z * branch 19000f37f18b3fa07f6e01d30464da7b9c0b0090 -> FETCH_HEAD
812026-08-27T00:48:27.390Z+ [[ -n '' ]]
822026-08-27T00:48:27.390Z+ git reset --hard 19000f37f18b3fa07f6e01d30464da7b9c0b0090
832026-08-27T00:48:27.644ZHEAD is now at 19000f37f [8/n gen] [nexus] add typed InstanceUpdaterGeneration
842026-08-27T00:48:27.648Zprocess exited: duration 13383 ms, exit code 0
 
852026-08-27T00:48:27.655Zstarting task 4: "build"
862026-08-27T00:48:27.659Z+ source ./env.sh
872026-08-27T00:48:27.659Z++ OLD_SHELL_OPTS=ehxB
882026-08-27T00:48:27.659Z++ set -o xtrace
892026-08-27T00:48:27.663Z++++ dirname ./env.sh
902026-08-27T00:48:27.666Z+++ readlink -f .
912026-08-27T00:48:27.666Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-27T00:48:27.666Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-08-27T00:48:27.666Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-27T00:48:27.666Z++ 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
952026-08-27T00:48:27.666Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-08-27T00:48:27.666Z++ 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
972026-08-27T00:48:27.667Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-08-27T00:48:27.667Z++ 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
992026-08-27T00:48:27.667Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-27T00:48:27.667Z++ 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
1012026-08-27T00:48:27.667Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-27T00:48:27.667Z++ case $OLD_SHELL_OPTS in
1032026-08-27T00:48:27.667Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-27T00:48:27.667Z+ source .github/buildomat/ci-env.sh
1052026-08-27T00:48:27.667Z++ export CARGO_TERM_COLOR=always
1062026-08-27T00:48:27.667Z++ CARGO_TERM_COLOR=always
1072026-08-27T00:48:27.671Z+++ uname -s
1082026-08-27T00:48:27.671Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-27T00:48:27.671Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-27T00:48:27.671Z+ cargo --version
1112026-08-27T00:48:27.678Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-27T00:48:27.682Z+ rustc --version
1132026-08-27T00:48:27.699Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-27T00:48:27.703Z+ banner prerequisites
1152026-08-27T00:48:27.707Z
1162026-08-27T00:48:27.707Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-27T00:48:27.707Z # # # # # # # # # # # # # # #
1182026-08-27T00:48:27.707Z # # # # ##### # # ##### # # # # # #### #
1192026-08-27T00:48:27.707Z ##### ##### # ##### # # # # # # # # #
1202026-08-27T00:48:27.707Z # # # # # # # # # # # # # # #
1212026-08-27T00:48:27.707Z # # # ###### # # ###### ### # #### # #### #
1222026-08-27T00:48:27.707Z
1232026-08-27T00:48:27.707Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-27T00:48:29.679Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-27T00:48:30.063Z Startup: Caching catalogs ... Done
1262026-08-27T00:48:32.251ZPlanning: Solver setup ... Done (2.070s)
1272026-08-27T00:48:32.314ZPlanning: Running solver ... Done (0.063s)
1282026-08-27T00:48:32.363ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-27T00:48:32.376ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-27T00:48:32.390ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-27T00:48:32.404ZPlanning: Package planning ... Done (0.014s)
1322026-08-27T00:48:32.407ZPlanning: Merging actions ... Done (0.001s)
1332026-08-27T00:48:32.626ZPlanning: Checking for conflicting actions ... Done (0.221s)
1342026-08-27T00:48:32.630ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-27T00:48:33.417ZPlanning: Evaluating mediators ... Done (0.790s)
1362026-08-27T00:48:33.421ZPlanning: Planning completed in 3.32 seconds
1372026-08-27T00:48:33.428Z Packages to install: 2
1382026-08-27T00:48:33.428Z Estimated space available: 156.01 GB
1392026-08-27T00:48:33.432ZEstimated space to be consumed: 80.56 MB
1402026-08-27T00:48:33.432Z Create boot environment: No
1412026-08-27T00:48:33.432ZCreate backup boot environment: No
1422026-08-27T00:48:33.432Z Rebuild boot archive: No
1432026-08-27T00:48:33.432Z
1442026-08-27T00:48:33.432ZChanged packages:
1452026-08-27T00:48:33.432Zhelios
1462026-08-27T00:48:33.432Z developer/build-essential
1472026-08-27T00:48:33.432Z None -> 11-3.0
1482026-08-27T00:48:33.432Z library/libxmlsec1
1492026-08-27T00:48:33.432Z None -> 1.2.35-3.0
1502026-08-27T00:48:33.455Z
1512026-08-27T00:48:33.455ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-27T00:48:33.529ZDownload: Completed 1.28 MB in 0.07 seconds (17.2M/s)
1532026-08-27T00:48:33.608Z Actions: 1/268 actions (Installing new actions)
1542026-08-27T00:48:33.646Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-27T00:48:33.683ZFinalize: Updating package state database ... Done (0.036s)
1562026-08-27T00:48:33.683ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-27T00:48:33.776ZFinalize: Updating image state ... Done (0.093s)
1582026-08-27T00:48:36.269ZFinalize: Creating fast lookup database ... Done (2.437s)
1592026-08-27T00:48:36.337ZFinalize: Reading search index ... Done (0.015s)
1602026-08-27T00:48:36.341ZFinalize: Updating search index ... Done (0.000s)
1612026-08-27T00:48:36.424ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-27T00:48:36.801ZPlanning: Evaluating mediator changes ... Done
1632026-08-27T00:48:36.908ZPlanning: Checking for conflicting actions ... Done
1642026-08-27T00:48:36.927ZPlanning: Consolidating action changes ... Done
1652026-08-27T00:48:37.059ZPlanning: Evaluating mediators ... Done
1662026-08-27T00:48:37.063ZPlanning: Planning completed in 0.26 seconds
1672026-08-27T00:48:37.086Z Mediators to change: 2
1682026-08-27T00:48:37.086Z Create boot environment: No
1692026-08-27T00:48:37.094ZCreate backup boot environment: No
1702026-08-27T00:48:37.168ZFinalize: Updating package state database ... Done
1712026-08-27T00:48:37.168ZFinalize: Updating package cache ... Done
1722026-08-27T00:48:37.183ZFinalize: Updating image state ... Done
1732026-08-27T00:48:39.114ZFinalize: Creating fast lookup database ... Done
1742026-08-27T00:48:39.168ZFinalize: Reading search index ... Done
1752026-08-27T00:48:39.172ZFinalize: Updating search index ... Done
1762026-08-27T00:48:39.247ZFinalize: Updating package cache ... Done
1772026-08-27T00:48:39.516ZPlanning: Evaluating mediator changes ... Done
1782026-08-27T00:48:39.634ZPlanning: Checking for conflicting actions ... Done
1792026-08-27T00:48:39.649ZPlanning: Consolidating action changes ... Done
1802026-08-27T00:48:39.806ZPlanning: Evaluating mediators ... Done
1812026-08-27T00:48:39.812ZPlanning: Planning completed in 0.27 seconds
1822026-08-27T00:48:39.812Z Mediators to change: 1
1832026-08-27T00:48:39.812Z Create boot environment: No
1842026-08-27T00:48:39.812ZCreate backup boot environment: No
1852026-08-27T00:48:39.848ZFinalize: Updating package state database ... Done
1862026-08-27T00:48:39.848ZFinalize: Updating package cache ... Done
1872026-08-27T00:48:39.900ZFinalize: Updating image state ... Done
1882026-08-27T00:48:41.833ZFinalize: Creating fast lookup database ... Done
1892026-08-27T00:48:41.893ZFinalize: Reading search index ... Done
1902026-08-27T00:48:41.896ZFinalize: Updating search index ... Done
1912026-08-27T00:48:41.966ZFinalize: Updating package cache ... Done
1922026-08-27T00:48:42.274ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-27T00:48:42.274Zapache system 2.4 system
1942026-08-27T00:48:42.274Zclang system 15 system
1952026-08-27T00:48:42.274Zcsh system system illumos
1962026-08-27T00:48:42.274Zctags system system illumos
1972026-08-27T00:48:42.274Zfile vendor vendor darwinsys
1982026-08-27T00:48:42.274Zfile system system illumos
1992026-08-27T00:48:42.274Zgcc vendor 14 vendor
2002026-08-27T00:48:42.274Zgcc system 13 system
2012026-08-27T00:48:42.274Zgcc system 10 system
2022026-08-27T00:48:42.274Zgo system 1.25 system
2032026-08-27T00:48:42.274Zllvm system 15 system
2042026-08-27T00:48:42.274Zmariadb system 11.4 system
2052026-08-27T00:48:42.274Zmta vendor vendor dma
2062026-08-27T00:48:42.274Zopenjdk system 17 system
2072026-08-27T00:48:42.274Zopenjdk system 11 system
2082026-08-27T00:48:42.275Zopenssl vendor 3 vendor
2092026-08-27T00:48:42.275Zperl system 5.40 system
2102026-08-27T00:48:42.275Zpostgresql system 18 system
2112026-08-27T00:48:42.275Zpostgresql system 17 system
2122026-08-27T00:48:42.275Zpython vendor 3 vendor
2132026-08-27T00:48:42.275Zpython system 2 system
2142026-08-27T00:48:42.275Zpython3 vendor 3.13 vendor
2152026-08-27T00:48:42.275Zruby system 3.4 system
2162026-08-27T00:48:42.275Zruby system 3.0 system
2172026-08-27T00:48:42.275Zwords vendor vendor american-english
2182026-08-27T00:48:42.275Zwords system system australian-english
2192026-08-27T00:48:42.275Zwords system system british-english
2202026-08-27T00:48:42.275Zwords system system canadian-english
2212026-08-27T00:48:42.275Zwords system system french
2222026-08-27T00:48:42.275Zwords system system italian
2232026-08-27T00:48:42.275Zwords system system ngerman
2242026-08-27T00:48:42.275Zwords system system ogerman
2252026-08-27T00:48:42.275Zwords system system spanish
2262026-08-27T00:48:42.522ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-27T00:48:42.522Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-27T00:48:43.010ZFMRI IFO
2292026-08-27T00:48:43.010Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-27T00:48:43.010Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-27T00:48:43.010Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-27T00:48:43.011Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-27T00:48:43.011Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-27T00:48:43.011Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-27T00:48:43.011Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-27T00:48:43.011Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-27T00:48:43.011Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-27T00:48:43.342Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-27T00:48:43.664Z Updating crates.io index
2402026-08-27T00:48:43.668Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-27T00:48:43.916Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-27T00:48:44.308Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2432026-08-27T00:48:44.587Z Updating git repository `https://github.com/oxidecomputer/propolis`
2442026-08-27T00:48:45.577Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452026-08-27T00:48:46.174Z Updating git repository `https://github.com/oxidecomputer/crucible`
2462026-08-27T00:48:47.768Z Updating git repository `https://github.com/oxidecomputer/opte`
2472026-08-27T00:48:48.687Z Updating git repository `https://github.com/oxidecomputer/tofino`
2482026-08-27T00:48:49.051Z Updating git repository `https://github.com/oxidecomputer/lldp`
2492026-08-27T00:48:49.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-08-27T00:48:50.611Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-08-27T00:48:51.339Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-08-27T00:48:51.375Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2532026-08-27T00:48:51.673Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2542026-08-27T00:48:51.897Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2552026-08-27T00:48:52.181Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2562026-08-27T00:48:52.476Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-27T00:48:52.769Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-08-27T00:48:53.083Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-27T00:48:53.581Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-08-27T00:48:53.947Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-27T00:48:54.464Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-27T00:48:54.750Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-27T00:48:55.320Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-27T00:48:55.674Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-27T00:48:55.953Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-27T00:48:56.406Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-27T00:48:56.709Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-27T00:48:57.170Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-27T00:48:57.865Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-27T00:48:58.156Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-27T00:48:58.474Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-27T00:48:58.879Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-27T00:48:59.469Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-27T00:48:59.750Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-27T00:49:00.062Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-27T00:49:00.357Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-27T00:49:01.109Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-27T00:49:01.396Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-27T00:49:01.690Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-27T00:49:02.011Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-27T00:49:02.320Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-27T00:49:02.613Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-27T00:49:05.212Z Downloading crates ...
2842026-08-27T00:49:05.268Z Downloaded memmap v0.7.0
2852026-08-27T00:49:05.271Z Downloaded bitflags v2.11.0
2862026-08-27T00:49:05.276Z Downloaded anstream v1.0.0
2872026-08-27T00:49:05.276Z Downloaded thiserror v2.0.18
2882026-08-27T00:49:05.283Z Downloaded fastrand v2.3.0
2892026-08-27T00:49:05.286Z Downloaded is_terminal_polyfill v1.70.2
2902026-08-27T00:49:05.286Z Downloaded macaddr v1.0.1
2912026-08-27T00:49:05.286Z Downloaded pest_meta v2.8.6
2922026-08-27T00:49:05.290Z Downloaded zmij v1.0.21
2932026-08-27T00:49:05.294Z Downloaded fnv v1.0.7
2942026-08-27T00:49:05.294Z Downloaded cargo-platform v0.3.2
2952026-08-27T00:49:05.297Z Downloaded dof v0.3.0
2962026-08-27T00:49:05.303Z Downloaded anstyle-parse v1.0.0
2972026-08-27T00:49:05.306Z Downloaded digest v0.10.7
2982026-08-27T00:49:05.311Z Downloaded pest_derive v2.8.6
2992026-08-27T00:49:05.311Z Downloaded zerocopy v0.7.35
3002026-08-27T00:49:05.318Z Downloaded zerocopy-derive v0.7.35
3012026-08-27T00:49:05.322Z Downloaded clap_lex v1.0.0
3022026-08-27T00:49:05.322Z Downloaded heck v0.5.0
3032026-08-27T00:49:05.322Z Downloaded itoa v1.0.17
3042026-08-27T00:49:05.322Z Downloaded cpufeatures v0.2.17
3052026-08-27T00:49:05.322Z Downloaded dtrace-parser v0.2.0
3062026-08-27T00:49:05.329Z Downloaded anstyle-query v1.1.5
3072026-08-27T00:49:05.334Z Downloaded cfg-if v1.0.4
3082026-08-27T00:49:05.334Z Downloaded colorchoice v1.0.4
3092026-08-27T00:49:05.334Z Downloaded heck v0.4.1
3102026-08-27T00:49:05.334Z Downloaded block-buffer v0.10.4
3112026-08-27T00:49:05.339Z Downloaded errno v0.3.14
3122026-08-27T00:49:05.339Z Downloaded crypto-common v0.1.7
3132026-08-27T00:49:05.343Z Downloaded generic-array v0.14.7
3142026-08-27T00:49:05.343Z Downloaded equivalent v1.0.2
3152026-08-27T00:49:05.346Z Downloaded plain v0.2.3
3162026-08-27T00:49:05.346Z Downloaded toml_write v0.1.2
3172026-08-27T00:49:05.346Z Downloaded unicode-linebreak v0.1.5
3182026-08-27T00:49:05.346Z Downloaded utf8parse v0.2.2
3192026-08-27T00:49:05.351Z Downloaded once_cell v1.21.3
3202026-08-27T00:49:05.355Z Downloaded bytecount v0.6.9
3212026-08-27T00:49:05.355Z Downloaded anyhow v1.0.104
3222026-08-27T00:49:05.356Z Downloaded camino v1.2.5
3232026-08-27T00:49:05.356Z Downloaded clap v4.6.1
3242026-08-27T00:49:05.359Z Downloaded thread-id v4.2.2
3252026-08-27T00:49:05.364Z Downloaded terminal_size v0.4.3
3262026-08-27T00:49:05.364Z Downloaded usdt-attr-macro v0.5.0
3272026-08-27T00:49:05.369Z Downloaded strsim v0.11.1
3282026-08-27T00:49:05.374Z Downloaded version_check v0.9.5
3292026-08-27T00:49:05.374Z Downloaded serde_spanned v0.6.9
3302026-08-27T00:49:05.380Z Downloaded toml_datetime v0.6.11
3312026-08-27T00:49:05.380Z Downloaded pretty-hex v0.4.1
3322026-08-27T00:49:05.380Z Downloaded proc-macro-error-attr v1.0.4
3332026-08-27T00:49:05.385Z Downloaded scroll_derive v0.12.1
3342026-08-27T00:49:05.385Z Downloaded swrite v0.1.0
3352026-08-27T00:49:05.389Z Downloaded tabled_derive v0.7.0
3362026-08-27T00:49:05.389Z Downloaded smawk v0.3.2
3372026-08-27T00:49:05.389Z Downloaded cargo_toml v0.21.0
3382026-08-27T00:49:05.389Z Downloaded usdt-macro v0.5.0
3392026-08-27T00:49:05.395Z Downloaded autocfg v1.5.0
3402026-08-27T00:49:05.395Z Downloaded usdt v0.5.0
3412026-08-27T00:49:05.395Z Downloaded fs-err v3.3.0
3422026-08-27T00:49:05.395Z Downloaded byteorder v1.5.0
3432026-08-27T00:49:05.399Z Downloaded cargo_metadata v0.23.1
3442026-08-27T00:49:05.402Z Downloaded camino-tempfile v1.4.1
3452026-08-27T00:49:05.406Z Downloaded quote v1.0.45
3462026-08-27T00:49:05.409Z Downloaded thiserror v1.0.69
3472026-08-27T00:49:05.416Z Downloaded scroll v0.12.0
3482026-08-27T00:49:05.416Z Downloaded serde_tokenstream v0.2.3
3492026-08-27T00:49:05.420Z Downloaded proc-macro-error v1.0.4
3502026-08-27T00:49:05.420Z Downloaded sha2 v0.10.9
3512026-08-27T00:49:05.420Z Downloaded thiserror-impl v1.0.69
3522026-08-27T00:49:05.420Z Downloaded anstyle v1.0.14
3532026-08-27T00:49:05.423Z Downloaded log v0.4.33
3542026-08-27T00:49:05.426Z Downloaded pest_generator v2.8.6
3552026-08-27T00:49:05.429Z Downloaded getrandom v0.4.3
3562026-08-27T00:49:05.432Z Downloaded semver v1.0.28
3572026-08-27T00:49:05.437Z Downloaded ucd-trie v0.1.7
3582026-08-27T00:49:05.442Z Downloaded usdt-impl v0.5.0
3592026-08-27T00:49:05.445Z Downloaded clap_derive v4.6.1
3602026-08-27T00:49:05.450Z Downloaded thiserror-impl v2.0.18
3612026-08-27T00:49:05.450Z Downloaded toml v0.8.23
3622026-08-27T00:49:05.455Z Downloaded papergrid v0.11.0
3632026-08-27T00:49:05.461Z Downloaded proc-macro2 v1.0.106
3642026-08-27T00:49:05.466Z Downloaded textwrap v0.16.2
3652026-08-27T00:49:05.469Z Downloaded unicode-ident v1.0.24
3662026-08-27T00:49:05.472Z Downloaded tempfile v3.27.0
3672026-08-27T00:49:05.477Z Downloaded serde_derive v1.0.228
3682026-08-27T00:49:05.481Z Downloaded toml_edit v0.22.27
3692026-08-27T00:49:05.485Z Downloaded serde_core v1.0.228
3702026-08-27T00:49:05.491Z Downloaded pest v2.8.6
3712026-08-27T00:49:05.501Z Downloaded indexmap v2.14.0
3722026-08-27T00:49:05.507Z Downloaded memchr v2.8.0
3732026-08-27T00:49:05.507Z Downloaded serde v1.0.228
3742026-08-27T00:49:05.513Z Downloaded typenum v1.20.1
3752026-08-27T00:49:05.528Z Downloaded clap_builder v4.6.0
3762026-08-27T00:49:05.537Z Downloaded tabled v0.15.0
3772026-08-27T00:49:05.543Z Downloaded hashbrown v0.17.0
3782026-08-27T00:49:05.553Z Downloaded serde_json v1.0.151
3792026-08-27T00:49:05.557Z Downloaded goblin v0.8.2
3802026-08-27T00:49:05.560Z Downloaded winnow v0.7.14
3812026-08-27T00:49:05.579Z Downloaded syn v1.0.109
3822026-08-27T00:49:05.586Z Downloaded unicode-width v0.1.14
3832026-08-27T00:49:05.590Z Downloaded unicode-width v0.2.0
3842026-08-27T00:49:05.593Z Downloaded rustix v1.1.4
3852026-08-27T00:49:05.606Z Downloaded syn v2.0.117
3862026-08-27T00:49:05.623Z Downloaded libc v0.2.185
3872026-08-27T00:49:05.684Z Compiling proc-macro2 v1.0.106
3882026-08-27T00:49:05.684Z Compiling quote v1.0.45
3892026-08-27T00:49:05.684Z Compiling unicode-ident v1.0.24
3902026-08-27T00:49:05.688Z Compiling serde_core v1.0.228
3912026-08-27T00:49:05.688Z Compiling libc v0.2.185
3922026-08-27T00:49:05.688Z Compiling version_check v0.9.5
3932026-08-27T00:49:05.688Z Compiling memchr v2.8.0
3942026-08-27T00:49:05.688Z Compiling serde v1.0.228
3952026-08-27T00:49:06.061Z Compiling zmij v1.0.21
3962026-08-27T00:49:06.170Z Compiling ucd-trie v0.1.7
3972026-08-27T00:49:06.254Z Compiling thiserror v1.0.69
3982026-08-27T00:49:06.421Z Compiling itoa v1.0.17
3992026-08-27T00:49:06.465Z Compiling pest v2.8.6
4002026-08-27T00:49:06.632Z Compiling byteorder v1.5.0
4012026-08-27T00:49:06.667Z Compiling rustix v1.1.4
4022026-08-27T00:49:06.745Z Compiling errno v0.3.14
4032026-08-27T00:49:06.870Z Compiling serde_json v1.0.151
4042026-08-27T00:49:07.003Z Compiling bitflags v2.11.0
4052026-08-27T00:49:07.124Z Compiling syn v2.0.117
4062026-08-27T00:49:07.196Z Compiling thread-id v4.2.2
4072026-08-27T00:49:07.240Z Compiling proc-macro-error-attr v1.0.4
4082026-08-27T00:49:07.312Z Compiling usdt-impl v0.5.0
4092026-08-27T00:49:07.409Z Compiling camino v1.2.5
4102026-08-27T00:49:07.420Z Compiling syn v1.0.109
4112026-08-27T00:49:07.511Z Compiling pest_meta v2.8.6
4122026-08-27T00:49:07.820Z Compiling proc-macro-error v1.0.4
4132026-08-27T00:49:07.835Z Compiling plain v0.2.3
4142026-08-27T00:49:07.835Z Compiling utf8parse v0.2.2
4152026-08-27T00:49:07.948Z Compiling equivalent v1.0.2
4162026-08-27T00:49:07.957Z Compiling getrandom v0.4.3
4172026-08-27T00:49:07.984Z Compiling log v0.4.33
4182026-08-27T00:49:08.027Z Compiling hashbrown v0.17.0
4192026-08-27T00:49:08.239Z Compiling terminal_size v0.4.3
4202026-08-27T00:49:08.476Z Compiling anstyle-parse v1.0.0
4212026-08-27T00:49:08.528Z Compiling indexmap v2.14.0
4222026-08-27T00:49:08.904Z Compiling autocfg v1.5.0
4232026-08-27T00:49:08.948Z Compiling is_terminal_polyfill v1.70.2
4242026-08-27T00:49:09.050Z Compiling thiserror v2.0.18
4252026-08-27T00:49:09.117Z Compiling toml_write v0.1.2
4262026-08-27T00:49:09.134Z Compiling anstyle v1.0.14
4272026-08-27T00:49:09.161Z Compiling pretty-hex v0.4.1
4282026-08-27T00:49:09.301Z Compiling pest_generator v2.8.6
4292026-08-27T00:49:09.317Z Compiling anstyle-query v1.1.5
4302026-08-27T00:49:09.321Z Compiling winnow v0.7.14
4312026-08-27T00:49:09.355Z Compiling colorchoice v1.0.4
4322026-08-27T00:49:09.386Z Compiling cfg-if v1.0.4
4332026-08-27T00:49:09.424Z Compiling fs-err v3.3.0
4342026-08-27T00:49:09.485Z Compiling anstream v1.0.0
4352026-08-27T00:49:09.654Z Compiling clap_lex v1.0.0
4362026-08-27T00:49:09.729Z Compiling heck v0.4.1
4372026-08-27T00:49:09.729Z Compiling bytecount v0.6.9
4382026-08-27T00:49:09.862Z Compiling heck v0.5.0
4392026-08-27T00:49:09.946Z Compiling unicode-width v0.1.14
4402026-08-27T00:49:09.946Z Compiling fastrand v2.3.0
4412026-08-27T00:49:10.024Z Compiling once_cell v1.21.3
4422026-08-27T00:49:10.143Z Compiling anyhow v1.0.104
4432026-08-27T00:49:10.214Z Compiling strsim v0.11.1
4442026-08-27T00:49:10.215Z Compiling fnv v1.0.7
4452026-08-27T00:49:10.279Z Compiling papergrid v0.11.0
4462026-08-27T00:49:10.279Z Compiling tempfile v3.27.0
4472026-08-27T00:49:10.279Z Compiling semver v1.0.28
4482026-08-27T00:49:10.441Z Compiling clap_builder v4.6.0
4492026-08-27T00:49:10.590Z Compiling cargo-platform v0.3.2
4502026-08-27T00:49:10.662Z Compiling memmap v0.7.0
4512026-08-27T00:49:10.662Z Compiling smawk v0.3.2
4522026-08-27T00:49:10.720Z Compiling tabled_derive v0.7.0
4532026-08-27T00:49:10.790Z Compiling unicode-width v0.2.0
4542026-08-27T00:49:10.827Z Compiling unicode-linebreak v0.1.5
4552026-08-27T00:49:10.841Z Compiling camino-tempfile v1.4.1
4562026-08-27T00:49:10.970Z Compiling serde_derive v1.0.228
4572026-08-27T00:49:11.034Z Compiling thiserror-impl v1.0.69
4582026-08-27T00:49:11.057Z Compiling zerocopy-derive v0.7.35
4592026-08-27T00:49:11.057Z Compiling pest_derive v2.8.6
4602026-08-27T00:49:11.109Z Compiling scroll_derive v0.12.1
4612026-08-27T00:49:11.501Z Compiling thiserror-impl v2.0.18
4622026-08-27T00:49:11.514Z Compiling clap_derive v4.6.1
4632026-08-27T00:49:11.578Z Compiling tabled v0.15.0
4642026-08-27T00:49:11.755Z Compiling scroll v0.12.0
4652026-08-27T00:49:11.868Z Compiling zerocopy v0.7.35
4662026-08-27T00:49:12.061Z Compiling goblin v0.8.2
4672026-08-27T00:49:12.389Z Compiling dtrace-parser v0.2.0
4682026-08-27T00:49:12.471Z Compiling textwrap v0.16.2
4692026-08-27T00:49:12.951Z Compiling swrite v0.1.0
4702026-08-27T00:49:13.247Z Compiling clap v4.6.1
4712026-08-27T00:49:14.073Z Compiling toml_datetime v0.6.11
4722026-08-27T00:49:14.073Z Compiling serde_spanned v0.6.9
4732026-08-27T00:49:14.080Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-08-27T00:49:14.080Z Compiling cargo_metadata v0.23.1
4752026-08-27T00:49:14.080Z Compiling macaddr v1.0.1
4762026-08-27T00:49:14.150Z Compiling dof v0.3.0
4772026-08-27T00:49:14.166Z Compiling serde_tokenstream v0.2.3
4782026-08-27T00:49:14.257Z Compiling toml_edit v0.22.27
4792026-08-27T00:49:14.993Z Compiling usdt-macro v0.5.0
4802026-08-27T00:49:14.993Z Compiling usdt-attr-macro v0.5.0
4812026-08-27T00:49:15.489Z Compiling usdt v0.5.0
4822026-08-27T00:49:15.572Z Compiling toml v0.8.23
4832026-08-27T00:49:15.910Z Compiling cargo_toml v0.21.0
4842026-08-27T00:49:17.174Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-08-27T00:49:19.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.00s
4862026-08-27T00:49:19.389Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-08-27T00:49:19.904Z Downloading crates ...
4882026-08-27T00:49:19.958Z Downloaded async-recursion v1.1.1
4892026-08-27T00:49:19.963Z Downloaded addr2line v0.25.1
4902026-08-27T00:49:19.966Z Downloaded assert_matches v1.5.0
4912026-08-27T00:49:19.971Z Downloaded bb8 v0.8.6
4922026-08-27T00:49:19.978Z Downloaded adler2 v2.0.1
4932026-08-27T00:49:19.981Z Downloaded cipher v0.4.4
4942026-08-27T00:49:19.987Z Downloaded bit-set v0.5.3
4952026-08-27T00:49:19.992Z Downloaded atomicwrites v0.4.4
4962026-08-27T00:49:19.992Z Downloaded bit-set v0.8.0
4972026-08-27T00:49:19.996Z Downloaded float-ord v0.3.2
4982026-08-27T00:49:19.996Z Downloaded find-msvc-tools v0.1.9
4992026-08-27T00:49:19.996Z Downloaded fallible-iterator v0.2.0
5002026-08-27T00:49:20.001Z Downloaded array-init v0.0.4
5012026-08-27T00:49:20.001Z Downloaded blake3 v1.8.5
5022026-08-27T00:49:20.005Z Downloaded ascii-canvas v3.0.0
5032026-08-27T00:49:20.005Z Downloaded bcrypt-pbkdf v0.11.0
5042026-08-27T00:49:20.005Z Downloaded futures-task v0.3.32
5052026-08-27T00:49:20.005Z Downloaded env_filter v2.0.0
5062026-08-27T00:49:20.009Z Downloaded enum-as-inner v0.6.1
5072026-08-27T00:49:20.009Z Downloaded base16ct v0.2.0
5082026-08-27T00:49:20.009Z Downloaded atomic-waker v1.1.2
5092026-08-27T00:49:20.009Z Downloaded atty v0.2.14
5102026-08-27T00:49:20.009Z Downloaded base16ct v1.0.0
5112026-08-27T00:49:20.013Z Downloaded embedded-io v0.6.1
5122026-08-27T00:49:20.013Z Downloaded backtrace-ext v0.2.1
5132026-08-27T00:49:20.013Z Downloaded const-oid v0.10.2
5142026-08-27T00:49:20.013Z Downloaded foldhash v0.1.5
5152026-08-27T00:49:20.013Z Downloaded foreign-types-macros v0.2.3
5162026-08-27T00:49:20.013Z Downloaded futures-sink v0.3.32
5172026-08-27T00:49:20.016Z Downloaded fd-lock v4.0.4
5182026-08-27T00:49:20.016Z Downloaded http-range v0.1.5
5192026-08-27T00:49:20.016Z Downloaded bit-vec v0.8.0
5202026-08-27T00:49:20.019Z Downloaded embedded-io v0.4.0
5212026-08-27T00:49:20.019Z Downloaded funty v2.0.0
5222026-08-27T00:49:20.019Z Downloaded fxhash v0.2.1
5232026-08-27T00:49:20.019Z Downloaded async-stream v0.3.6
5242026-08-27T00:49:20.019Z Downloaded ena v0.14.4
5252026-08-27T00:49:20.022Z Downloaded enum_dispatch v0.3.13
5262026-08-27T00:49:20.022Z Downloaded filetime v0.2.27
5272026-08-27T00:49:20.023Z Downloaded futures-io v0.3.32
5282026-08-27T00:49:20.026Z Downloaded foreign-types v0.3.2
5292026-08-27T00:49:20.026Z Downloaded form_urlencoded v1.2.2
5302026-08-27T00:49:20.026Z Downloaded arrayref v0.3.9
5312026-08-27T00:49:20.026Z Downloaded bit-vec v0.6.3
5322026-08-27T00:49:20.026Z Downloaded bcs v0.1.6
5332026-08-27T00:49:20.026Z Downloaded fixedbitset v0.5.7
5342026-08-27T00:49:20.029Z Downloaded fs_extra v1.3.0
5352026-08-27T00:49:20.029Z Downloaded aead v0.6.1
5362026-08-27T00:49:20.029Z Downloaded expectorate v1.2.0
5372026-08-27T00:49:20.033Z Downloaded float-cmp v0.10.0
5382026-08-27T00:49:20.033Z Downloaded foreign-types-shared v0.3.1
5392026-08-27T00:49:20.033Z Downloaded base64ct v1.8.3
5402026-08-27T00:49:20.036Z Downloaded compression-codecs v0.4.37
5412026-08-27T00:49:20.036Z Downloaded fixedbitset v0.4.2
5422026-08-27T00:49:20.039Z Downloaded endian-type v0.1.2
5432026-08-27T00:49:20.039Z Downloaded ff v0.13.1
5442026-08-27T00:49:20.042Z Downloaded foreign-types v0.5.0
5452026-08-27T00:49:20.045Z Downloaded futures-executor v0.3.32
5462026-08-27T00:49:20.045Z Downloaded cfg_aliases v0.1.1
5472026-08-27T00:49:20.045Z Downloaded bitfield-struct v0.6.2
5482026-08-27T00:49:20.048Z Downloaded foreign-types-shared v0.1.1
5492026-08-27T00:49:20.048Z Downloaded futures-core v0.3.32
5502026-08-27T00:49:20.051Z Downloaded gethostname v0.5.0
5512026-08-27T00:49:20.051Z Downloaded openssl-macros v0.1.1
5522026-08-27T00:49:20.055Z Downloaded bitfield-macros v0.19.4
5532026-08-27T00:49:20.055Z Downloaded castaway v0.2.4
5542026-08-27T00:49:20.055Z Downloaded ciborium-io v0.2.2
5552026-08-27T00:49:20.055Z Downloaded git-stub v1.0.0
5562026-08-27T00:49:20.055Z Downloaded elliptic-curve v0.14.1
5572026-08-27T00:49:20.061Z Downloaded env_logger v0.11.11
5582026-08-27T00:49:20.061Z Downloaded async-trait v0.1.89
5592026-08-27T00:49:20.064Z Downloaded fs-err v2.11.0
5602026-08-27T00:49:20.064Z Downloaded foldhash v0.2.0
5612026-08-27T00:49:20.064Z Downloaded async-bb8-diesel v0.2.1
5622026-08-27T00:49:20.064Z Downloaded hubpack v0.1.2
5632026-08-27T00:49:20.064Z Downloaded hubpack_derive v0.1.1
5642026-08-27T00:49:20.067Z Downloaded path-slash v0.1.5
5652026-08-27T00:49:20.067Z Downloaded cfg_aliases v0.2.1
5662026-08-27T00:49:20.067Z Downloaded headers-core v0.3.0
5672026-08-27T00:49:20.071Z Downloaded hostname v0.3.1
5682026-08-27T00:49:20.075Z Downloaded ghash v0.6.0
5692026-08-27T00:49:20.080Z Downloaded block-buffer v0.12.1
5702026-08-27T00:49:20.083Z Downloaded hash32 v0.2.1
5712026-08-27T00:49:20.087Z Downloaded async-stream-impl v0.3.6
5722026-08-27T00:49:20.090Z Downloaded cobs v0.3.0
5732026-08-27T00:49:20.090Z Downloaded hex-literal v1.1.0
5742026-08-27T00:49:20.095Z Downloaded globwalk v0.9.1
5752026-08-27T00:49:20.095Z Downloaded hex v0.4.3
5762026-08-27T00:49:20.099Z Downloaded home v0.5.12
5772026-08-27T00:49:20.099Z Downloaded http-body v1.0.1
5782026-08-27T00:49:20.099Z Downloaded flagset v0.4.7
5792026-08-27T00:49:20.099Z Downloaded hostname v0.4.2
5802026-08-27T00:49:20.103Z Downloaded httpdate v1.0.3
5812026-08-27T00:49:20.103Z Downloaded ahash v0.8.12
5822026-08-27T00:49:20.103Z Downloaded argon2 v0.6.0-rc.8
5832026-08-27T00:49:20.103Z Downloaded backon v1.6.0
5842026-08-27T00:49:20.107Z Downloaded compression-core v0.4.31
5852026-08-27T00:49:20.107Z Downloaded ff v0.14.0
5862026-08-27T00:49:20.107Z Downloaded console v0.15.11
5872026-08-27T00:49:20.107Z Downloaded chacha20 v0.9.1
5882026-08-27T00:49:20.113Z Downloaded erased-serde v0.3.31
5892026-08-27T00:49:20.113Z Downloaded group v0.13.0
5902026-08-27T00:49:20.113Z Downloaded futures-channel v0.3.32
5912026-08-27T00:49:20.113Z Downloaded block-padding v0.4.2
5922026-08-27T00:49:20.116Z Downloaded flume v0.11.1
5932026-08-27T00:49:20.116Z Downloaded flate2 v1.1.9
5942026-08-27T00:49:20.116Z Downloaded predicates-tree v1.0.13
5952026-08-27T00:49:20.116Z Downloaded predicates-core v1.0.10
5962026-08-27T00:49:20.116Z Downloaded nibble_vec v0.1.0
5972026-08-27T00:49:20.120Z Downloaded normalize-line-endings v0.3.0
5982026-08-27T00:49:20.120Z Downloaded russh-cryptovec v0.62.0
5992026-08-27T00:49:20.120Z Downloaded ref-cast v1.0.25
6002026-08-27T00:49:20.123Z Downloaded progenitor-macro v0.13.0
6012026-08-27T00:49:20.123Z Downloaded newline-converter v0.3.0
6022026-08-27T00:49:20.127Z Downloaded secrecy v0.10.3
6032026-08-27T00:49:20.127Z Downloaded console v0.16.2
6042026-08-27T00:49:20.128Z Downloaded num_threads v0.1.7
6052026-08-27T00:49:20.128Z Downloaded rand_chacha v0.3.1
6062026-08-27T00:49:20.131Z Downloaded backoff v0.4.0
6072026-08-27T00:49:20.135Z Downloaded aead v0.5.2
6082026-08-27T00:49:20.135Z Downloaded serde_plain v1.0.2
6092026-08-27T00:49:20.135Z Downloaded anstyle-parse v0.2.7
6102026-08-27T00:49:20.135Z Downloaded argon2 v0.5.3
6112026-08-27T00:49:20.138Z Downloaded git-stub-vcs v0.1.0
6122026-08-27T00:49:20.138Z Downloaded hash32 v0.3.1
6132026-08-27T00:49:20.138Z Downloaded group v0.14.0
6142026-08-27T00:49:20.141Z Downloaded oxide-generation-macros v0.2.0
6152026-08-27T00:49:20.146Z Downloaded globset v0.4.18
6162026-08-27T00:49:20.146Z Downloaded http-body-util v0.1.3
6172026-08-27T00:49:20.149Z Downloaded phf_shared v0.12.1
6182026-08-27T00:49:20.149Z Downloaded pem v3.0.6
6192026-08-27T00:49:20.149Z Downloaded phf_shared v0.13.1
6202026-08-27T00:49:20.149Z Downloaded password-hash v0.5.0
6212026-08-27T00:49:20.152Z Downloaded highway v1.3.0
6222026-08-27T00:49:20.156Z Downloaded semver v0.1.20
6232026-08-27T00:49:20.156Z Downloaded sha1 v0.11.0
6242026-08-27T00:49:20.159Z Downloaded scopeguard v1.2.0
6252026-08-27T00:49:20.159Z Downloaded signal-hook-mio v0.2.5
6262026-08-27T00:49:20.159Z Downloaded anstream v0.6.21
6272026-08-27T00:49:20.163Z Downloaded futures-macro v0.3.32
6282026-08-27T00:49:20.166Z Downloaded getrandom v0.2.17
6292026-08-27T00:49:20.170Z Downloaded bitflags v1.3.2
6302026-08-27T00:49:20.170Z Downloaded subtle v2.6.1
6312026-08-27T00:49:20.173Z Downloaded supports-unicode v3.0.0
6322026-08-27T00:49:20.173Z Downloaded take_mut v0.2.2
6332026-08-27T00:49:20.177Z Downloaded cmake v0.1.57
6342026-08-27T00:49:20.178Z Downloaded futures v0.3.32
6352026-08-27T00:49:20.181Z Downloaded cassowary v0.3.0
6362026-08-27T00:49:20.181Z Downloaded cbc v0.2.1
6372026-08-27T00:49:20.181Z Downloaded cexpr v0.6.0
6382026-08-27T00:49:20.181Z Downloaded ciborium-ll v0.2.2
6392026-08-27T00:49:20.185Z Downloaded cmov v0.5.4
6402026-08-27T00:49:20.185Z Downloaded blowfish v0.10.0
6412026-08-27T00:49:20.185Z Downloaded generic-array v1.4.3
6422026-08-27T00:49:20.185Z Downloaded rand_core v0.6.4
6432026-08-27T00:49:20.188Z Downloaded postgres-protocol v0.6.10
6442026-08-27T00:49:20.188Z Downloaded primeorder v0.13.6
6452026-08-27T00:49:20.188Z Downloaded rand_chacha v0.9.0
6462026-08-27T00:49:20.188Z Downloaded allocator-api2 v0.2.21
6472026-08-27T00:49:20.191Z Downloaded sha1 v0.10.6
6482026-08-27T00:49:20.191Z Downloaded camino-tempfile-ext v0.3.3
6492026-08-27T00:49:20.191Z Downloaded testing_table v0.3.0
6502026-08-27T00:49:20.197Z Downloaded slog-bunyan v2.5.0
6512026-08-27T00:49:20.197Z Downloaded sqlparser_derive v0.5.0
6522026-08-27T00:49:20.197Z Downloaded structmeta v0.3.0
6532026-08-27T00:49:20.197Z Downloaded topological-sort v0.2.2
6542026-08-27T00:49:20.200Z Downloaded bs58 v0.5.1
6552026-08-27T00:49:20.200Z Downloaded scrypt v0.12.0
6562026-08-27T00:49:20.204Z Downloaded serde_path_to_error v0.1.20
6572026-08-27T00:49:20.204Z Downloaded glob v0.3.3
6582026-08-27T00:49:20.204Z Downloaded httparse v1.10.1
6592026-08-27T00:49:20.207Z Downloaded buf-list v1.1.2
6602026-08-27T00:49:20.210Z Downloaded num-complex v0.4.6
6612026-08-27T00:49:20.210Z Downloaded hmac v0.13.0
6622026-08-27T00:49:20.214Z Downloaded hmac v0.12.1
6632026-08-27T00:49:20.217Z Downloaded yoke-derive v0.8.1
6642026-08-27T00:49:20.217Z Downloaded num_enum v0.5.11
6652026-08-27T00:49:20.220Z Downloaded arrayvec v0.7.6
6662026-08-27T00:49:20.223Z Downloaded colored v2.2.0
6672026-08-27T00:49:20.223Z Downloaded oxnet v0.1.6
6682026-08-27T00:49:20.223Z Downloaded radium v0.7.0
6692026-08-27T00:49:20.223Z Downloaded convert_case v0.4.0
6702026-08-27T00:49:20.227Z Downloaded crc-catalog v2.4.0
6712026-08-27T00:49:20.227Z Downloaded smallvec v0.6.14
6722026-08-27T00:49:20.227Z Downloaded phc v0.6.1
6732026-08-27T00:49:20.227Z Downloaded progenitor-extras v0.2.0
6742026-08-27T00:49:20.231Z Downloaded snafu-derive v0.8.9
6752026-08-27T00:49:20.231Z Downloaded half v2.7.1
6762026-08-27T00:49:20.234Z Downloaded zone_cfg_derive v0.3.1
6772026-08-27T00:49:20.234Z Downloaded utf-8 v0.7.6
6782026-08-27T00:49:20.234Z Downloaded fatfs v0.3.6
6792026-08-27T00:49:20.235Z Downloaded ssh-cipher v0.3.0
6802026-08-27T00:49:20.235Z Downloaded string_cache v0.8.9
6812026-08-27T00:49:20.238Z Downloaded half v1.8.3
6822026-08-27T00:49:20.238Z Downloaded strum_macros v0.24.3
6832026-08-27T00:49:20.238Z Downloaded curve25519-dalek-derive v0.1.1
6842026-08-27T00:49:20.238Z Downloaded darling_macro v0.20.11
6852026-08-27T00:49:20.242Z Downloaded defmt-parser v1.0.0
6862026-08-27T00:49:20.242Z Downloaded debug-ignore v1.0.5
6872026-08-27T00:49:20.242Z Downloaded unarray v0.1.4
6882026-08-27T00:49:20.242Z Downloaded postcard v1.1.3
6892026-08-27T00:49:20.242Z Downloaded poly1305 v0.8.0
6902026-08-27T00:49:20.246Z Downloaded tiny-keccak v2.0.2
6912026-08-27T00:49:20.246Z Downloaded progenitor v0.13.0
6922026-08-27T00:49:20.246Z Downloaded ciborium v0.2.2
6932026-08-27T00:49:20.246Z Downloaded clang-sys v1.8.1
6942026-08-27T00:49:20.253Z Downloaded bitfield v0.19.4
6952026-08-27T00:49:20.253Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6962026-08-27T00:49:20.256Z Downloaded toml_writer v1.1.1+spec-1.1.0
6972026-08-27T00:49:20.257Z Downloaded tower-service v0.3.3
6982026-08-27T00:49:20.257Z Downloaded difflib v0.4.0
6992026-08-27T00:49:20.257Z Downloaded dof v0.4.0
7002026-08-27T00:49:20.257Z Downloaded dunce v1.0.5
7012026-08-27T00:49:20.257Z Downloaded dtrace-parser v0.3.0
7022026-08-27T00:49:20.260Z Downloaded illumos-nvpair-sys v0.2.0
7032026-08-27T00:49:20.260Z Downloaded indoc v1.0.9
7042026-08-27T00:49:20.263Z Downloaded zeroize_derive v1.5.0
7052026-08-27T00:49:20.263Z Downloaded blake2 v0.11.0-rc.6
7062026-08-27T00:49:20.263Z Downloaded bzip2 v0.4.4
7072026-08-27T00:49:20.263Z Downloaded oso v0.27.3
7082026-08-27T00:49:20.267Z Downloaded vergen-lib v0.1.6
7092026-08-27T00:49:20.267Z Downloaded walkdir v2.5.0
7102026-08-27T00:49:20.270Z Downloaded chacha20 v0.10.0
7112026-08-27T00:49:20.270Z Downloaded cipher v0.5.2
7122026-08-27T00:49:20.276Z Downloaded getrandom v0.3.4
7132026-08-27T00:49:20.280Z Downloaded wyz v0.5.1
7142026-08-27T00:49:20.283Z Downloaded xshell v0.2.7
7152026-08-27T00:49:20.283Z Downloaded instant v0.1.13
7162026-08-27T00:49:20.283Z Downloaded base64 v0.21.7
7172026-08-27T00:49:20.283Z Downloaded dirs-sys-next v0.1.2
7182026-08-27T00:49:20.286Z Downloaded slog-async v2.8.0
7192026-08-27T00:49:20.286Z Downloaded byte-wrapper v0.1.0
7202026-08-27T00:49:20.289Z Downloaded bzip2 v0.6.1
7212026-08-27T00:49:20.289Z Downloaded heapless v0.7.17
7222026-08-27T00:49:20.292Z Downloaded blake2 v0.10.6
7232026-08-27T00:49:20.295Z Downloaded cancel-safe-futures v0.1.5
7242026-08-27T00:49:20.295Z Downloaded synstructure v0.13.2
7252026-08-27T00:49:20.295Z Downloaded thread_local v1.1.9
7262026-08-27T00:49:20.298Z Downloaded hyper-tls v0.6.0
7272026-08-27T00:49:20.298Z Downloaded lru v0.12.5
7282026-08-27T00:49:20.298Z Downloaded term v1.2.1
7292026-08-27T00:49:20.302Z Downloaded newtype_derive v0.1.6
7302026-08-27T00:49:20.302Z Downloaded instability v0.3.11
7312026-08-27T00:49:20.302Z Downloaded openssl-probe v0.1.6
7322026-08-27T00:49:20.302Z Downloaded num_enum_derive v0.5.11
7332026-08-27T00:49:20.302Z Downloaded is_ci v1.2.0
7342026-08-27T00:49:20.306Z Downloaded tls_codec v0.4.2
7352026-08-27T00:49:20.306Z Downloaded colored v3.1.1
7362026-08-27T00:49:20.306Z Downloaded pkcs5 v0.8.1
7372026-08-27T00:49:20.309Z Downloaded progenitor-impl v0.13.0
7382026-08-27T00:49:20.309Z Downloaded tokio-stream v0.1.18
7392026-08-27T00:49:20.312Z Downloaded parking_lot v0.11.2
7402026-08-27T00:49:20.316Z Downloaded ryu v1.0.23
7412026-08-27T00:49:20.316Z Downloaded unicode-properties v0.1.4
7422026-08-27T00:49:20.316Z Downloaded tracing-attributes v0.1.31
7432026-08-27T00:49:20.320Z Downloaded derive_builder_core v0.20.2
7442026-08-27T00:49:20.320Z Downloaded parse-size v1.1.0
7452026-08-27T00:49:20.320Z Downloaded tls_codec_derive v0.4.2
7462026-08-27T00:49:20.320Z Downloaded unicase v2.9.0
7472026-08-27T00:49:20.320Z Downloaded uzers v0.12.2
7482026-08-27T00:49:20.323Z Downloaded potential_utf v0.1.4
7492026-08-27T00:49:20.323Z Downloaded headers v0.4.1
7502026-08-27T00:49:20.326Z Downloaded kstat-rs v0.2.5
7512026-08-27T00:49:20.329Z Downloaded mime v0.3.17
7522026-08-27T00:49:20.329Z Downloaded new_debug_unreachable v1.0.6
7532026-08-27T00:49:20.329Z Downloaded newtype-uuid-macros v0.1.0
7542026-08-27T00:49:20.332Z Downloaded num-iter v0.1.45
7552026-08-27T00:49:20.336Z Downloaded signal-hook v0.3.18
7562026-08-27T00:49:20.339Z Downloaded psl-types v2.0.11
7572026-08-27T00:49:20.347Z Downloaded similar v2.7.0
7582026-08-27T00:49:20.358Z Downloaded lock_api v0.4.14
7592026-08-27T00:49:20.362Z Downloaded csv-core v0.1.13
7602026-08-27T00:49:20.362Z Downloaded serde_with_macros v1.5.2
7612026-08-27T00:49:20.362Z Downloaded corncobs v0.1.4
7622026-08-27T00:49:20.366Z Downloaded sapling-renderdag v0.1.0
7632026-08-27T00:49:20.366Z Downloaded crossbeam-utils v0.8.21
7642026-08-27T00:49:20.366Z Downloaded multer v3.1.0
7652026-08-27T00:49:20.370Z Downloaded num_enum_derive v0.7.6
7662026-08-27T00:49:20.370Z Downloaded openssl-probe v0.2.1
7672026-08-27T00:49:20.370Z Downloaded serde-big-array v0.5.1
7682026-08-27T00:49:20.370Z Downloaded shell-words v1.1.1
7692026-08-27T00:49:20.370Z Downloaded diesel-dtrace v0.5.0
7702026-08-27T00:49:20.375Z Downloaded slog-envlogger v2.2.0
7712026-08-27T00:49:20.375Z Downloaded supports-hyperlinks v3.2.0
7722026-08-27T00:49:20.375Z Downloaded tabwriter v1.4.1
7732026-08-27T00:49:20.375Z Downloaded sponge-cursor v0.1.0
7742026-08-27T00:49:20.375Z Downloaded rustls-platform-verifier v0.6.2
7752026-08-27T00:49:20.381Z Downloaded proc-macro-crate v3.4.0
7762026-08-27T00:49:20.381Z Downloaded progenitor-impl v0.14.0
7772026-08-27T00:49:20.384Z Downloaded parking_lot_core v0.8.6
7782026-08-27T00:49:20.384Z Downloaded der_derive v0.7.3
7792026-08-27T00:49:20.384Z Downloaded const-oid v0.9.6
7802026-08-27T00:49:20.387Z Downloaded tokio-macros v2.7.0
7812026-08-27T00:49:20.387Z Downloaded unit-prefix v0.5.2
7822026-08-27T00:49:20.387Z Downloaded xattr v1.6.1
7832026-08-27T00:49:20.390Z Downloaded serde_repr v0.1.20
7842026-08-27T00:49:20.390Z Downloaded strip-ansi-escapes v0.2.1
7852026-08-27T00:49:20.394Z Downloaded hickory-resolver v0.25.2
7862026-08-27T00:49:20.400Z Downloaded hickory-resolver v0.24.4
7872026-08-27T00:49:20.403Z Downloaded oxide-update-engine-types v0.1.2
7882026-08-27T00:49:20.407Z Downloaded papergrid v0.18.0
7892026-08-27T00:49:20.410Z Downloaded psm v0.1.30
7902026-08-27T00:49:20.410Z Downloaded rand_core v0.9.5
7912026-08-27T00:49:20.413Z Downloaded thiserror-impl-no-std v2.0.2
7922026-08-27T00:49:20.417Z Downloaded crc8 v0.1.1
7932026-08-27T00:49:20.417Z Downloaded heapless v0.8.0
7942026-08-27T00:49:20.420Z Downloaded rpassword v7.5.4
7952026-08-27T00:49:20.425Z Downloaded void v1.0.2
7962026-08-27T00:49:20.428Z Downloaded mime_guess v2.0.5
7972026-08-27T00:49:20.431Z Downloaded chumsky v0.9.3
7982026-08-27T00:49:20.431Z Downloaded newtype-uuid v1.3.2
7992026-08-27T00:49:20.434Z Downloaded base64 v0.22.1
8002026-08-27T00:49:20.434Z Downloaded sec1 v0.7.3
8012026-08-27T00:49:20.437Z Downloaded bytes v1.11.1
8022026-08-27T00:49:20.440Z Downloaded derive_builder v0.20.2
8032026-08-27T00:49:20.440Z Downloaded slog-dtrace v0.3.0
8042026-08-27T00:49:20.443Z Downloaded sqlformat v0.3.5
8052026-08-27T00:49:20.443Z Downloaded digest-io v0.1.0
8062026-08-27T00:49:20.443Z Downloaded schemars v0.8.22
8072026-08-27T00:49:20.449Z Downloaded oxide-update-engine-display v0.1.2
8082026-08-27T00:49:20.453Z Downloaded untrusted v0.7.1
8092026-08-27T00:49:20.453Z Downloaded untrusted v0.9.0
8102026-08-27T00:49:20.453Z Downloaded postgres-types v0.2.12
8112026-08-27T00:49:20.461Z Downloaded darling v0.21.3
8122026-08-27T00:49:20.466Z Downloaded downcast-rs v2.0.2
8132026-08-27T00:49:20.469Z Downloaded hybrid-array v0.4.13
8142026-08-27T00:49:20.469Z Downloaded idna_adapter v1.2.1
8152026-08-27T00:49:20.469Z Downloaded indent_write v2.2.0
8162026-08-27T00:49:20.472Z Downloaded peg-macros v0.8.5
8172026-08-27T00:49:20.472Z Downloaded quinn-udp v0.5.14
8182026-08-27T00:49:20.472Z Downloaded tokio-native-tls v0.3.1
8192026-08-27T00:49:20.472Z Downloaded pin-project-lite v0.2.17
8202026-08-27T00:49:20.476Z Downloaded hashbrown v0.13.2
8212026-08-27T00:49:20.479Z Downloaded peg v0.8.5
8222026-08-27T00:49:20.479Z Downloaded http v1.4.2
8232026-08-27T00:49:20.482Z Downloaded whoami v2.1.0
8242026-08-27T00:49:20.482Z Downloaded libscf-sys v1.2.0
8252026-08-27T00:49:20.485Z Downloaded num-conv v0.2.0
8262026-08-27T00:49:20.485Z Downloaded pin-project-internal v1.1.11
8272026-08-27T00:49:20.485Z Downloaded progenitor v0.14.0
8282026-08-27T00:49:20.485Z Downloaded nonempty v0.12.0
8292026-08-27T00:49:20.485Z Downloaded vte v0.14.1
8302026-08-27T00:49:20.488Z Downloaded zeroize v1.9.0
8312026-08-27T00:49:20.488Z Downloaded zerovec-derive v0.11.2
8322026-08-27T00:49:20.488Z Downloaded critical-section v1.2.0
8332026-08-27T00:49:20.491Z Downloaded schemars_derive v0.8.22
8342026-08-27T00:49:20.491Z Downloaded socket2 v0.5.10
8352026-08-27T00:49:20.491Z Downloaded document-features v0.2.12
8362026-08-27T00:49:20.491Z Downloaded serde_derive_internals v0.29.1
8372026-08-27T00:49:20.495Z Downloaded stringprep v0.1.5
8382026-08-27T00:49:20.498Z Downloaded ar_archive_writer v0.5.1
8392026-08-27T00:49:20.502Z Downloaded litrs v1.0.0
8402026-08-27T00:49:20.505Z Downloaded delegate v0.13.5
8412026-08-27T00:49:20.509Z Downloaded unicode-bidi v0.3.18
8422026-08-27T00:49:20.509Z Downloaded parse-display v0.10.0
8432026-08-27T00:49:20.509Z Downloaded hickory-server v0.25.2
8442026-08-27T00:49:20.513Z Downloaded tui-tree-widget v0.23.1
8452026-08-27T00:49:20.516Z Downloaded icu_locale_core v2.1.1
8462026-08-27T00:49:20.519Z Downloaded progenitor-client v0.14.0
8472026-08-27T00:49:20.523Z Downloaded memmap2 v0.9.10
8482026-08-27T00:49:20.523Z Downloaded indicatif v0.18.4
8492026-08-27T00:49:20.526Z Downloaded chacha20poly1305 v0.10.1
8502026-08-27T00:49:20.533Z Downloaded bumpalo v3.20.2
8512026-08-27T00:49:20.536Z Downloaded compact_str v0.8.1
8522026-08-27T00:49:20.536Z Downloaded progenitor-macro v0.14.0
8532026-08-27T00:49:20.536Z Downloaded recursive-proc-macro-impl v0.1.1
8542026-08-27T00:49:20.536Z Downloaded pkg-config v0.3.32
8552026-08-27T00:49:20.536Z Downloaded same-file v1.0.6
8562026-08-27T00:49:20.539Z Downloaded keccak v0.2.0
8572026-08-27T00:49:20.539Z Downloaded ctr v0.10.1
8582026-08-27T00:49:20.542Z Downloaded rcgen v0.12.1
8592026-08-27T00:49:20.545Z Downloaded crc-any v2.5.0
8602026-08-27T00:49:20.548Z Downloaded crossbeam-epoch v0.9.18
8612026-08-27T00:49:20.548Z Downloaded darling v0.20.11
8622026-08-27T00:49:20.551Z Downloaded aes v0.9.1
8632026-08-27T00:49:20.551Z Downloaded libloading v0.8.9
8642026-08-27T00:49:20.555Z Downloaded kem v0.3.0
8652026-08-27T00:49:20.555Z Downloaded zstd-safe v7.2.4
8662026-08-27T00:49:20.555Z Downloaded derive-ex v0.1.8
8672026-08-27T00:49:20.555Z Downloaded libefi-sys v0.1.0
8682026-08-27T00:49:20.558Z Downloaded module-lattice v0.2.3
8692026-08-27T00:49:20.558Z Downloaded serde_spanned v1.1.1
8702026-08-27T00:49:20.563Z Downloaded oxide-tokio-rt v0.1.4
8712026-08-27T00:49:20.566Z Downloaded slog v2.8.2
8722026-08-27T00:49:20.566Z Downloaded arc-swap v1.8.2
8732026-08-27T00:49:20.566Z Downloaded ed25519 v3.0.0
8742026-08-27T00:49:20.566Z Downloaded ed25519 v2.2.3
8752026-08-27T00:49:20.570Z Downloaded pem-rfc7468 v1.0.0
8762026-08-27T00:49:20.570Z Downloaded structmeta-derive v0.3.0
8772026-08-27T00:49:20.570Z Downloaded strum v0.27.2
8782026-08-27T00:49:20.570Z Downloaded data-encoding v2.10.0
8792026-08-27T00:49:20.570Z Downloaded rustyline v14.0.0
8802026-08-27T00:49:20.620Z Downloaded rfc6979 v0.6.0
8812026-08-27T00:49:20.620Z Downloaded rustc-hash v2.1.1
8822026-08-27T00:49:20.620Z Downloaded tinyvec v1.10.0
8832026-08-27T00:49:20.621Z Downloaded powerfmt v0.2.0
8842026-08-27T00:49:20.621Z Downloaded termtree v0.5.1
8852026-08-27T00:49:20.621Z Downloaded strum v0.26.3
8862026-08-27T00:49:20.621Z Downloaded wait-timeout v0.2.1
8872026-08-27T00:49:20.621Z Downloaded hashbrown v0.12.3
8882026-08-27T00:49:20.621Z Downloaded rayon-core v1.13.0
8892026-08-27T00:49:20.621Z Downloaded ingot-macros v0.2.0
8902026-08-27T00:49:20.621Z Downloaded unicode-truncate v1.1.0
8912026-08-27T00:49:20.621Z Downloaded ipnetwork v0.21.1
8922026-08-27T00:49:20.621Z Downloaded sec1 v0.8.1
8932026-08-27T00:49:20.625Z Downloaded ml-kem v0.3.2
8942026-08-27T00:49:20.625Z Downloaded darling v0.23.0
8952026-08-27T00:49:20.625Z Downloaded async-compression v0.4.41
8962026-08-27T00:49:20.625Z Downloaded backtrace v0.3.76
8972026-08-27T00:49:20.625Z Downloaded cc v1.2.56
8982026-08-27T00:49:20.629Z Downloaded serde_tokenstream v0.3.0
8992026-08-27T00:49:20.632Z Downloaded crypto-common v0.2.2
9002026-08-27T00:49:20.632Z Downloaded zip v0.6.6
9012026-08-27T00:49:20.636Z Downloaded parking_lot_core v0.9.12
9022026-08-27T00:49:20.636Z Downloaded zstd v0.13.3
9032026-08-27T00:49:20.643Z Downloaded static_assertions v1.1.0
9042026-08-27T00:49:20.643Z Downloaded strum_macros v0.26.4
9052026-08-27T00:49:20.643Z Downloaded rand v0.10.1
9062026-08-27T00:49:20.648Z Downloaded poly1305 v0.9.0
9072026-08-27T00:49:20.648Z Downloaded strsim v0.10.0
9082026-08-27T00:49:20.648Z Downloaded thiserror-no-std v2.0.2
9092026-08-27T00:49:20.648Z Downloaded lazy_static v1.5.0
9102026-08-27T00:49:20.648Z Downloaded jiff-static v0.2.34
9112026-08-27T00:49:20.648Z Downloaded linked-hash-map v0.5.6
9122026-08-27T00:49:20.648Z Downloaded icu_properties v2.1.2
9132026-08-27T00:49:20.652Z Downloaded rand_core v0.10.0
9142026-08-27T00:49:20.652Z Downloaded darling_macro v0.21.3
9152026-08-27T00:49:20.652Z Downloaded hashbrown v0.16.1
9162026-08-27T00:49:20.657Z Downloaded dsl_auto_type v0.2.0
9172026-08-27T00:49:20.657Z Downloaded ecdsa v0.17.0
9182026-08-27T00:49:20.657Z Downloaded hashbrown v0.14.5
9192026-08-27T00:49:20.660Z Downloaded hashbrown v0.15.5
9202026-08-27T00:49:20.660Z Downloaded prettyplease v0.2.37
9212026-08-27T00:49:20.663Z Downloaded rsa v0.9.10
9222026-08-27T00:49:20.666Z Downloaded salsa20 v0.11.0
9232026-08-27T00:49:20.666Z Downloaded serde_yaml v0.9.34+deprecated
9242026-08-27T00:49:20.670Z Downloaded signal-hook-tokio v0.3.1
9252026-08-27T00:49:20.670Z Downloaded scroll v0.13.0
9262026-08-27T00:49:20.670Z Downloaded slog-stdlog v4.1.1
9272026-08-27T00:49:20.670Z Downloaded ssh-encoding v0.3.0
9282026-08-27T00:49:20.673Z Downloaded vergen-lib v9.1.0
9292026-08-27T00:49:20.673Z Downloaded wnaf v0.14.0
9302026-08-27T00:49:20.673Z Downloaded writeable v0.6.2
9312026-08-27T00:49:20.673Z Downloaded oso-derive v0.27.3
9322026-08-27T00:49:20.673Z Downloaded libbz2-rs-sys v0.2.2
9332026-08-27T00:49:20.676Z Downloaded managed v0.8.0
9342026-08-27T00:49:20.676Z Downloaded multimap v0.10.1
9352026-08-27T00:49:20.677Z Downloaded simd-adler32 v0.3.8
9362026-08-27T00:49:20.677Z Downloaded tokio-tungstenite v0.23.1
9372026-08-27T00:49:20.680Z Downloaded const_format_proc_macros v0.2.34
9382026-08-27T00:49:20.684Z Downloaded test-strategy v0.4.5
9392026-08-27T00:49:20.687Z Downloaded typify v0.6.2
9402026-08-27T00:49:20.687Z Downloaded toml_parser v1.1.2+spec-1.1.0
9412026-08-27T00:49:20.690Z Downloaded serde_cbor v0.11.2
9422026-08-27T00:49:20.690Z Downloaded omicron-zone-package v0.12.3
9432026-08-27T00:49:20.695Z Downloaded proc-macro-crate v1.3.1
9442026-08-27T00:49:20.695Z Downloaded rand_xorshift v0.4.0
9452026-08-27T00:49:20.695Z Downloaded maplit v1.0.2
9462026-08-27T00:49:20.695Z Downloaded phf_shared v0.11.3
9472026-08-27T00:49:20.698Z Downloaded rustc_version v0.4.1
9482026-08-27T00:49:20.698Z Downloaded spin v0.9.8
9492026-08-27T00:49:20.698Z Downloaded defmt-macros v1.0.1
9502026-08-27T00:49:20.698Z Downloaded digest v0.11.3
9512026-08-27T00:49:20.703Z Downloaded rustc_version v0.1.7
9522026-08-27T00:49:20.707Z Downloaded scroll_derive v0.13.1
9532026-08-27T00:49:20.707Z Downloaded uuid v1.23.4
9542026-08-27T00:49:20.710Z Downloaded phf v0.13.1
9552026-08-27T00:49:20.710Z Downloaded pkcs1 v0.8.0-rc.4
9562026-08-27T00:49:20.710Z Downloaded signature v3.0.0
9572026-08-27T00:49:20.714Z Downloaded indoc v2.0.7
9582026-08-27T00:49:20.723Z Downloaded nu-ansi-term v0.50.3
9592026-08-27T00:49:20.727Z Downloaded owo-colors v4.3.0
9602026-08-27T00:49:20.730Z Downloaded ecdsa v0.16.9
9612026-08-27T00:49:20.730Z Downloaded crypto-bigint v0.5.5
9622026-08-27T00:49:20.733Z Downloaded pbkdf2 v0.13.0
9632026-08-27T00:49:20.733Z Downloaded futures-util v0.3.32
9642026-08-27T00:49:20.741Z Downloaded rustc-demangle v0.1.27
9652026-08-27T00:49:20.747Z Downloaded rustls-pki-types v1.14.0
9662026-08-27T00:49:20.747Z Downloaded darling_core v0.23.0
9672026-08-27T00:49:20.750Z Downloaded hyper-staticfile v0.10.1
9682026-08-27T00:49:20.750Z Downloaded tap v1.0.1
9692026-08-27T00:49:20.750Z Downloaded try-lock v0.2.5
9702026-08-27T00:49:20.750Z Downloaded unicode-xid v0.2.6
9712026-08-27T00:49:20.750Z Downloaded xshell-macros v0.2.7
9722026-08-27T00:49:20.750Z Downloaded tagptr v0.2.0
9732026-08-27T00:49:20.750Z Downloaded typify-macro v0.6.2
9742026-08-27T00:49:20.753Z Downloaded crc v3.4.0
9752026-08-27T00:49:20.754Z Downloaded crunchy v0.2.4
9762026-08-27T00:49:20.757Z Downloaded darling_macro v0.23.0
9772026-08-27T00:49:20.757Z Downloaded num-integer v0.1.46
9782026-08-27T00:49:20.757Z Downloaded slog-scope v4.4.1
9792026-08-27T00:49:20.760Z Downloaded tracing-core v0.1.36
9802026-08-27T00:49:20.764Z Downloaded tokio-util v0.7.18
9812026-08-27T00:49:20.767Z Downloaded serde-hex v0.1.0
9822026-08-27T00:49:20.767Z Downloaded slog-json v2.6.1
9832026-08-27T00:49:20.770Z Downloaded crucible-workspace-hack v0.1.0
9842026-08-27T00:49:20.770Z Downloaded display-error-chain v0.2.2
9852026-08-27T00:49:20.770Z Downloaded num-traits v0.2.19
9862026-08-27T00:49:20.773Z Downloaded tokio-postgres v0.7.16
9872026-08-27T00:49:20.776Z Downloaded toml v0.7.8
9882026-08-27T00:49:20.779Z Downloaded lzss v0.8.2
9892026-08-27T00:49:20.779Z Downloaded num-rational v0.4.2
9902026-08-27T00:49:20.783Z Downloaded hkdf v0.13.0
9912026-08-27T00:49:20.786Z Downloaded tungstenite v0.23.0
9922026-08-27T00:49:20.786Z Downloaded num v0.4.3
9932026-08-27T00:49:20.790Z Downloaded rsa v0.10.0-rc.18
9942026-08-27T00:49:20.793Z Downloaded stacker v0.1.23
9952026-08-27T00:49:20.793Z Downloaded hkdf v0.12.4
9962026-08-27T00:49:20.793Z Downloaded phf v0.12.1
9972026-08-27T00:49:20.796Z Downloaded support-bundle-viewer v0.1.2
9982026-08-27T00:49:20.800Z Downloaded secrecy v0.8.0
9992026-08-27T00:49:20.803Z Downloaded darling_core v0.13.4
10002026-08-27T00:49:20.806Z Downloaded derive-where v1.6.0
10012026-08-27T00:49:20.809Z Downloaded openssl-sys v0.9.117
10022026-08-27T00:49:20.809Z Downloaded tokio-dtrace v0.1.1
10032026-08-27T00:49:20.813Z Downloaded whoami v1.6.1
10042026-08-27T00:49:20.813Z Downloaded dirs-next v2.0.0
10052026-08-27T00:49:20.813Z Downloaded convert_case v0.10.0
10062026-08-27T00:49:20.816Z Downloaded seq-macro v0.3.6
10072026-08-27T00:49:20.816Z Downloaded crc32fast v1.5.0
10082026-08-27T00:49:20.819Z Downloaded sigpipe v0.1.3
10092026-08-27T00:49:20.819Z Downloaded siphasher v1.0.2
10102026-08-27T00:49:20.819Z Downloaded reedline v0.40.0
10112026-08-27T00:49:20.822Z Downloaded cookie_store v0.22.1
10122026-08-27T00:49:20.828Z Downloaded drift v0.2.0
10132026-08-27T00:49:20.831Z Downloaded humantime v2.3.0
10142026-08-27T00:49:20.831Z Downloaded prefix-trie v0.7.0
10152026-08-27T00:49:20.834Z Downloaded dropshot-api-manager v0.8.0
10162026-08-27T00:49:20.837Z Downloaded elliptic-curve v0.13.8
10172026-08-27T00:49:20.841Z Downloaded either v1.15.0
10182026-08-27T00:49:20.841Z Downloaded tokio-test v0.4.5
10192026-08-27T00:49:20.841Z Downloaded indexmap v1.9.3
10202026-08-27T00:49:20.844Z Downloaded h2 v0.4.15
10212026-08-27T00:49:20.847Z Downloaded native-tls v0.2.18
10222026-08-27T00:49:20.847Z Downloaded ed25519-dalek v3.0.0
10232026-08-27T00:49:20.850Z Downloaded usdt-macro v0.6.0
10242026-08-27T00:49:20.850Z Downloaded parking_lot v0.12.5
10252026-08-27T00:49:20.851Z Downloaded linear-map v1.2.0
10262026-08-27T00:49:20.854Z Downloaded pem-rfc7468 v0.7.0
10272026-08-27T00:49:20.857Z Downloaded time-macros v0.2.27
10282026-08-27T00:49:20.860Z Downloaded zone v0.3.1
10292026-08-27T00:49:20.860Z Downloaded cstr-argument v0.1.2
10302026-08-27T00:49:20.863Z Downloaded mio v1.2.0
10312026-08-27T00:49:20.866Z Downloaded rand_seeder v0.4.0
10322026-08-27T00:49:20.873Z Downloaded memoffset v0.9.1
10332026-08-27T00:49:20.877Z Downloaded lalrpop-util v0.19.12
10342026-08-27T00:49:20.881Z Downloaded md5 v0.8.0
10352026-08-27T00:49:20.881Z Downloaded p384 v0.14.0
10362026-08-27T00:49:20.885Z Downloaded termios v0.3.3
10372026-08-27T00:49:20.885Z Downloaded icu_properties_data v2.1.2
10382026-08-27T00:49:20.890Z Downloaded darling v0.13.4
10392026-08-27T00:49:20.894Z Downloaded tinystr v0.8.2
10402026-08-27T00:49:20.894Z Downloaded universal-hash v0.5.1
10412026-08-27T00:49:20.897Z Downloaded cpubits v0.1.1
10422026-08-27T00:49:20.897Z Downloaded packed_struct_codegen v0.10.1
10432026-08-27T00:49:20.897Z Downloaded diesel_table_macro_syntax v0.3.0
10442026-08-27T00:49:20.897Z Downloaded password-hash v0.6.1
10452026-08-27T00:49:20.900Z Downloaded libsw-core v0.3.2
10462026-08-27T00:49:20.906Z Downloaded serde_bytes v0.11.19
10472026-08-27T00:49:20.911Z Downloaded unsafe-libyaml v0.2.11
10482026-08-27T00:49:20.914Z Downloaded libm v0.2.16
10492026-08-27T00:49:20.917Z Downloaded vsss-rs v3.3.4
10502026-08-27T00:49:20.917Z Downloaded progenitor-client v0.13.0
10512026-08-27T00:49:20.920Z Downloaded impl-trait-for-tuples v0.2.3
10522026-08-27T00:49:20.925Z Downloaded inout v0.2.2
10532026-08-27T00:49:20.925Z Downloaded stable_deref_trait v1.2.1
10542026-08-27T00:49:20.925Z Downloaded internet-checksum v0.2.1
10552026-08-27T00:49:20.929Z Downloaded parse-display-derive v0.10.0
10562026-08-27T00:49:20.929Z Downloaded vergen v9.1.0
10572026-08-27T00:49:20.932Z Downloaded derive_more v2.1.1
10582026-08-27T00:49:20.936Z Downloaded lru-slab v0.1.2
10592026-08-27T00:49:20.939Z Downloaded usdt v0.6.0
10602026-08-27T00:49:20.939Z Downloaded zerofrom-derive v0.1.6
10612026-08-27T00:49:20.939Z Downloaded rand v0.9.2
10622026-08-27T00:49:20.946Z Downloaded primefield v0.14.0
10632026-08-27T00:49:20.949Z Downloaded pkcs8 v0.10.2
10642026-08-27T00:49:20.949Z Downloaded rustls-pemfile v2.2.0
10652026-08-27T00:49:20.952Z Downloaded knus v3.4.0
10662026-08-27T00:49:20.955Z Downloaded r2d2 v0.8.10
10672026-08-27T00:49:20.955Z Downloaded rtoolbox v0.0.3
10682026-08-27T00:49:20.959Z Downloaded spki v0.8.0
10692026-08-27T00:49:20.959Z Downloaded lru-cache v0.1.2
10702026-08-27T00:49:20.959Z Downloaded unicode-segmentation v1.12.0
10712026-08-27T00:49:20.963Z Downloaded dropshot-api-manager-types v0.8.0
10722026-08-27T00:49:20.963Z Downloaded steno v0.4.1
10732026-08-27T00:49:20.966Z Downloaded aes-gcm v0.11.0
10742026-08-27T00:49:20.966Z Downloaded snafu v0.8.9
10752026-08-27T00:49:20.970Z Downloaded unicode-normalization v0.1.25
10762026-08-27T00:49:20.973Z Downloaded peg-runtime v0.8.5
10772026-08-27T00:49:20.976Z Downloaded deranged v0.5.8
10782026-08-27T00:49:20.984Z Downloaded typed-path v0.9.3
10792026-08-27T00:49:20.988Z Downloaded reqwest v0.13.2
10802026-08-27T00:49:20.991Z Downloaded signal-hook-registry v1.4.8
10812026-08-27T00:49:20.995Z Downloaded tinyvec_macros v0.1.1
10822026-08-27T00:49:20.995Z Downloaded strum_macros v0.27.2
10832026-08-27T00:49:20.995Z Downloaded scheduled-thread-pool v0.2.7
10842026-08-27T00:49:20.995Z Downloaded p521 v0.14.0
10852026-08-27T00:49:21.000Z Downloaded pretty_assertions v1.4.1
10862026-08-27T00:49:21.000Z Downloaded const_format v0.2.35
10872026-08-27T00:49:21.004Z Downloaded sync-ptr v0.1.4
10882026-08-27T00:49:21.004Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10892026-08-27T00:49:21.004Z Downloaded ctutils v0.4.2
10902026-08-27T00:49:21.007Z Downloaded ingot v0.2.1
10912026-08-27T00:49:21.012Z Downloaded vergen-git2 v9.1.0
10922026-08-27T00:49:21.012Z Downloaded defmt v1.0.1
10932026-08-27T00:49:21.012Z Downloaded crossbeam-deque v0.8.6
10942026-08-27T00:49:21.015Z Downloaded usdt-attr-macro v0.6.0
10952026-08-27T00:49:21.015Z Downloaded ipnet v2.12.0
10962026-08-27T00:49:21.015Z Downloaded rand v0.8.6
10972026-08-27T00:49:21.019Z Downloaded derive_more-impl v2.1.1
10982026-08-27T00:49:21.022Z Downloaded miette-derive v7.6.0
10992026-08-27T00:49:21.022Z Downloaded polyval v0.7.1
11002026-08-27T00:49:21.022Z Downloaded trait-variant v0.1.2
11012026-08-27T00:49:21.022Z Downloaded knus-derive v3.4.0
11022026-08-27T00:49:21.026Z Downloaded oxide-generation v0.1.3
11032026-08-27T00:49:21.026Z Downloaded predicates v3.1.4
11042026-08-27T00:49:21.026Z Downloaded ident_case v1.0.1
11052026-08-27T00:49:21.026Z Downloaded thread-id v5.1.0
11062026-08-27T00:49:21.030Z Downloaded md-5 v0.10.6
11072026-08-27T00:49:21.030Z Downloaded nodrop v0.1.14
11082026-08-27T00:49:21.030Z Downloaded defmt v0.3.100
11092026-08-27T00:49:21.030Z Downloaded icu_normalizer_data v2.1.1
11102026-08-27T00:49:21.034Z Downloaded winnow v0.6.26
11112026-08-27T00:49:21.040Z Downloaded toml v1.1.2+spec-1.1.0
11122026-08-27T00:49:21.043Z Downloaded oxide-update-engine v0.1.2
11132026-08-27T00:49:21.046Z Downloaded ref-cast-impl v1.0.25
11142026-08-27T00:49:21.046Z Downloaded rustversion v1.0.22
11152026-08-27T00:49:21.046Z Downloaded port-file v0.1.0
11162026-08-27T00:49:21.046Z Downloaded smallvec v1.15.1
11172026-08-27T00:49:21.051Z Downloaded is-terminal v0.4.17
11182026-08-27T00:49:21.051Z Downloaded opaque-debug v0.3.1
11192026-08-27T00:49:21.051Z Downloaded icu_normalizer v2.1.1
11202026-08-27T00:49:21.057Z Downloaded signature v2.2.0
11212026-08-27T00:49:21.060Z Downloaded num-bigint-dig v0.8.6
11222026-08-27T00:49:21.060Z Downloaded russh-util v0.52.0
11232026-08-27T00:49:21.063Z Downloaded unicode_categories v0.1.1
11242026-08-27T00:49:21.066Z Downloaded itertools v0.10.5
11252026-08-27T00:49:21.070Z Downloaded usdt-impl v0.6.0
11262026-08-27T00:49:21.073Z Downloaded recursive v0.1.1
11272026-08-27T00:49:21.073Z Downloaded yasna v0.5.2
11282026-08-27T00:49:21.076Z Downloaded des v0.9.0
11292026-08-27T00:49:21.076Z Downloaded serde_urlencoded v0.7.1
11302026-08-27T00:49:21.076Z Downloaded cpufeatures v0.3.0
11312026-08-27T00:49:21.076Z Downloaded darling_macro v0.13.4
11322026-08-27T00:49:21.079Z Downloaded precomputed-hash v0.1.1
11332026-08-27T00:49:21.080Z Downloaded waitgroup v0.1.2
11342026-08-27T00:49:21.083Z Downloaded num_enum v0.7.6
11352026-08-27T00:49:21.086Z Downloaded yoke v0.8.1
11362026-08-27T00:49:21.086Z Downloaded ignore v0.4.25
11372026-08-27T00:49:21.092Z Downloaded daft v0.1.8
11382026-08-27T00:49:21.092Z Downloaded libsw v3.5.0
11392026-08-27T00:49:21.092Z Downloaded aho-corasick v1.1.4
11402026-08-27T00:49:21.096Z Downloaded ppv-lite86 v0.2.21
11412026-08-27T00:49:21.103Z Downloaded sync_wrapper v1.0.2
11422026-08-27T00:49:21.106Z Downloaded universal-hash v0.6.1
11432026-08-27T00:49:21.106Z Downloaded num-derive v0.4.2
11442026-08-27T00:49:21.109Z Downloaded olpc-cjson v0.1.4
11452026-08-27T00:49:21.109Z Downloaded shlex v1.3.0
11462026-08-27T00:49:21.109Z Downloaded spki v0.7.3
11472026-08-27T00:49:21.109Z Downloaded serde_with_macros v3.21.0
11482026-08-27T00:49:21.115Z Downloaded zerofrom v0.1.6
11492026-08-27T00:49:21.119Z Downloaded rfc6979 v0.4.0
11502026-08-27T00:49:21.123Z Downloaded sha3 v0.12.0
11512026-08-27T00:49:21.127Z Downloaded tokio-rustls v0.26.4
11522026-08-27T00:49:21.127Z Downloaded x509-cert v0.2.5
11532026-08-27T00:49:21.131Z Downloaded dyn-clone v1.0.20
11542026-08-27T00:49:21.131Z Downloaded pkcs8 v0.11.0
11552026-08-27T00:49:21.131Z Downloaded publicsuffix v2.3.0
11562026-08-27T00:49:21.134Z Downloaded derive_builder_macro v0.20.2
11572026-08-27T00:49:21.134Z Downloaded internal-russh-num-bigint v0.5.0
11582026-08-27T00:49:21.134Z Downloaded scuffle v0.1.0
11592026-08-27T00:49:21.138Z Downloaded supports-color v3.0.2
11602026-08-27T00:49:21.138Z Downloaded icu_provider v2.1.1
11612026-08-27T00:49:21.141Z Downloaded tower-layer v0.3.3
11622026-08-27T00:49:21.141Z Downloaded russh v0.62.4
11632026-08-27T00:49:21.144Z Downloaded ron v0.8.1
11642026-08-27T00:49:21.147Z Downloaded match_cfg v0.1.0
11652026-08-27T00:49:21.151Z Downloaded toml_edit v0.23.10+spec-1.0.0
11662026-08-27T00:49:21.151Z Downloaded ingot-types v0.2.0
11672026-08-27T00:49:21.154Z Downloaded git2 v0.20.4
11682026-08-27T00:49:21.158Z Downloaded rustls-native-certs v0.8.3
11692026-08-27T00:49:21.158Z Downloaded proc-macro-error-attr2 v2.0.0
11702026-08-27T00:49:21.161Z Downloaded tungstenite v0.21.0
11712026-08-27T00:49:21.161Z Downloaded maybe-uninit v2.0.0
11722026-08-27T00:49:21.161Z Downloaded minimal-lexical v0.2.1
11732026-08-27T00:49:21.165Z Downloaded idna v1.1.0
11742026-08-27T00:49:21.168Z Downloaded itertools v0.12.1
11752026-08-27T00:49:21.171Z Downloaded illumos-nvpair v0.3.0
11762026-08-27T00:49:21.171Z Downloaded percent-encoding v2.3.2
11772026-08-27T00:49:21.171Z Downloaded rayon v1.11.0
11782026-08-27T00:49:21.175Z Downloaded keccak v0.1.6
11792026-08-27T00:49:21.178Z Downloaded inout v0.1.4
11802026-08-27T00:49:21.178Z Downloaded want v0.3.1
11812026-08-27T00:49:21.178Z Downloaded subprocess v0.2.15
11822026-08-27T00:49:21.183Z Downloaded socket2 v0.6.3
11832026-08-27T00:49:21.183Z Downloaded url v2.5.8
11842026-08-27T00:49:21.187Z Downloaded itertools v0.13.0
11852026-08-27T00:49:21.190Z Downloaded term v0.7.0
11862026-08-27T00:49:21.193Z Downloaded rand_pcg v0.10.2
11872026-08-27T00:49:21.193Z Downloaded samael v0.0.19
11882026-08-27T00:49:21.197Z Downloaded time-core v0.1.8
11892026-08-27T00:49:21.198Z Downloaded vergen-gitcl v1.0.8
11902026-08-27T00:49:21.204Z Downloaded utf8_iter v1.0.4
11912026-08-27T00:49:21.208Z Downloaded diff v0.1.13
11922026-08-27T00:49:21.214Z Downloaded goblin v0.10.5
11932026-08-27T00:49:21.217Z Downloaded quick-error v1.2.3
11942026-08-27T00:49:21.220Z Downloaded qorb v0.4.1
11952026-08-27T00:49:21.225Z Downloaded smf v0.2.3
11962026-08-27T00:49:21.229Z Downloaded litemap v0.8.1
11972026-08-27T00:49:21.232Z Downloaded displaydoc v0.2.5
11982026-08-27T00:49:21.233Z Downloaded rusty-fork v0.3.1
11992026-08-27T00:49:21.233Z Downloaded slog-term v2.9.2
12002026-08-27T00:49:21.236Z Downloaded toml_edit v0.19.15
12012026-08-27T00:49:21.244Z Downloaded p256 v0.14.0
12022026-08-27T00:49:21.247Z Downloaded ed25519-dalek v2.2.0
12032026-08-27T00:49:21.251Z Downloaded zerotrie v0.2.3
12042026-08-27T00:49:21.251Z Downloaded nanorand v0.7.0
12052026-08-27T00:49:21.254Z Downloaded serdect v0.4.3
12062026-08-27T00:49:21.254Z Downloaded proc-macro-error2 v2.0.1
12072026-08-27T00:49:21.257Z Downloaded itertools v0.14.0
12082026-08-27T00:49:21.260Z Downloaded winnow v0.5.40
12092026-08-27T00:49:21.265Z Downloaded gimli v0.32.3
12102026-08-27T00:49:21.270Z Downloaded jiff-core v0.1.0
12112026-08-27T00:49:21.274Z Downloaded miette v7.6.0
12122026-08-27T00:49:21.279Z Downloaded packed_struct v0.10.1
12132026-08-27T00:49:21.279Z Downloaded twox-hash v2.1.2
12142026-08-27T00:49:21.279Z Downloaded primeorder v0.14.0
12152026-08-27T00:49:21.282Z Downloaded libxml v0.3.3
12162026-08-27T00:49:21.282Z Downloaded tower v0.5.3
12172026-08-27T00:49:21.286Z Downloaded zerocopy v0.6.6
12182026-08-27T00:49:21.289Z Downloaded resolv-conf v0.7.6
12192026-08-27T00:49:21.289Z Downloaded hyper-rustls v0.27.7
12202026-08-27T00:49:21.293Z Downloaded slab v0.4.12
12212026-08-27T00:49:21.293Z Downloaded paste v1.0.15
12222026-08-27T00:49:21.293Z Downloaded tokio-tungstenite v0.21.0
12232026-08-27T00:49:21.296Z Downloaded pkcs1 v0.7.5
12242026-08-27T00:49:21.296Z Downloaded darling_core v0.21.3
12252026-08-27T00:49:21.299Z Downloaded derive_more v0.99.20
12262026-08-27T00:49:21.302Z Downloaded cookie v0.18.1
12272026-08-27T00:49:21.302Z Downloaded nom v7.1.3
12282026-08-27T00:49:21.306Z Downloaded constant_time_eq v0.4.2
12292026-08-27T00:49:21.310Z Downloaded winnow v1.0.3
12302026-08-27T00:49:21.320Z Downloaded iana-time-zone v0.1.65
12312026-08-27T00:49:21.329Z Downloaded pin-project v1.1.11
12322026-08-27T00:49:21.332Z Downloaded tough v0.22.0
12332026-08-27T00:49:21.337Z Downloaded tabled v0.21.0
12342026-08-27T00:49:21.344Z Downloaded bindgen v0.71.1
12352026-08-27T00:49:21.351Z Downloaded jobserver v0.1.34
12362026-08-27T00:49:21.355Z Downloaded zopfli v0.8.3
12372026-08-27T00:49:21.355Z Downloaded zip v4.6.1
12382026-08-27T00:49:21.355Z Downloaded crossbeam-channel v0.5.15
12392026-08-27T00:49:21.359Z Downloaded schemars v1.2.1
12402026-08-27T00:49:21.364Z Downloaded smoltcp v0.9.1
12412026-08-27T00:49:21.371Z Downloaded rustls-webpki v0.103.13
12422026-08-27T00:49:21.373Z Downloaded daft-derive v0.1.8
12432026-08-27T00:49:21.377Z Downloaded sha2 v0.11.0
12442026-08-27T00:49:21.377Z Downloaded hyper-util v0.1.20
12452026-08-27T00:49:21.383Z Downloaded icu_collections v2.1.1
12462026-08-27T00:49:21.388Z Downloaded darling_core v0.20.11
12472026-08-27T00:49:21.391Z Downloaded yansi v1.0.1
12482026-08-27T00:49:21.392Z Downloaded dropshot_endpoint v0.17.1
12492026-08-27T00:49:21.392Z Downloaded der v0.8.0
12502026-08-27T00:49:21.395Z Downloaded tar v0.4.46
12512026-08-27T00:49:21.395Z Downloaded diesel_derives v2.3.7
12522026-08-27T00:49:21.400Z Downloaded num-bigint v0.4.6
12532026-08-27T00:49:21.403Z Downloaded salty v0.3.0
12542026-08-27T00:49:21.406Z Downloaded rawzip v0.4.4
12552026-08-27T00:49:21.410Z Downloaded aws-lc-rs v1.16.3
12562026-08-27T00:49:21.451Z Downloaded miniz_oxide v0.8.9
12572026-08-27T00:49:21.463Z Downloaded quinn v0.11.11
12582026-08-27T00:49:21.463Z Downloaded quick-xml v0.37.5
12592026-08-27T00:49:21.463Z Downloaded serde_with v3.21.0
12602026-08-27T00:49:21.463Z Downloaded crossterm v0.29.0
12612026-08-27T00:49:21.463Z Downloaded iri-string v0.7.10
12622026-08-27T00:49:21.463Z Downloaded hyper v1.10.1
12632026-08-27T00:49:21.463Z Downloaded regex v1.12.3
12642026-08-27T00:49:21.463Z Downloaded zerocopy-derive v0.8.55
12652026-08-27T00:49:21.463Z Downloaded schemars v0.9.0
12662026-08-27T00:49:21.463Z Downloaded reqwest v0.12.28
12672026-08-27T00:49:21.469Z Downloaded proptest v1.11.0
12682026-08-27T00:49:21.469Z Downloaded chrono v0.4.45
12692026-08-27T00:49:21.472Z Downloaded crypto-primes v0.7.2
12702026-08-27T00:49:21.473Z Downloaded tower-http v0.6.8
12712026-08-27T00:49:21.475Z Downloaded bitvec v1.0.1
12722026-08-27T00:49:21.484Z Downloaded zlib-rs v0.6.2
12732026-08-27T00:49:21.487Z Downloaded hickory-proto v0.24.4
12742026-08-27T00:49:21.496Z Downloaded der v0.7.10
12752026-08-27T00:49:21.499Z Downloaded crossterm v0.28.1
12762026-08-27T00:49:21.517Z Downloaded object v0.30.4
12772026-08-27T00:49:21.522Z Downloaded hickory-proto v0.25.2
12782026-08-27T00:49:21.526Z Downloaded itertools v0.15.0
12792026-08-27T00:49:21.533Z Downloaded petname v2.0.2
12802026-08-27T00:49:21.547Z Downloaded serde_with v1.14.0
12812026-08-27T00:49:21.556Z Downloaded curve25519-dalek v4.1.3
12822026-08-27T00:49:21.564Z Downloaded p384 v0.13.1
12832026-08-27T00:49:21.568Z Downloaded rustix v0.38.44
12842026-08-27T00:49:21.579Z Downloaded lalrpop v0.19.12
12852026-08-27T00:49:21.585Z Downloaded nom v8.0.0
12862026-08-27T00:49:21.589Z Downloaded time v0.3.47
12872026-08-27T00:49:21.594Z Downloaded ssh-key v0.7.0-rc.11
12882026-08-27T00:49:21.598Z Downloaded crypto-bigint v0.7.5
12892026-08-27T00:49:21.607Z Downloaded polar-core v0.27.3
12902026-08-27T00:49:21.611Z Downloaded iddqd v0.4.2
12912026-08-27T00:49:21.616Z Downloaded portable-atomic v1.13.1
12922026-08-27T00:49:21.620Z Downloaded vcpkg v0.2.15
12932026-08-27T00:49:21.645Z Downloaded nix v0.27.1
12942026-08-27T00:49:21.650Z Downloaded zerovec v0.11.5
12952026-08-27T00:49:21.655Z Downloaded tracing v0.1.44
12962026-08-27T00:49:21.662Z Downloaded nix v0.31.2
12972026-08-27T00:49:21.668Z Downloaded nix v0.28.0
12982026-08-27T00:49:21.676Z Downloaded object v0.37.3
12992026-08-27T00:49:21.681Z Downloaded zerocopy v0.8.55
13002026-08-27T00:49:21.693Z Downloaded zerocopy-derive v0.6.6
13012026-08-27T00:49:21.701Z Downloaded quinn-proto v0.11.16
13022026-08-27T00:49:21.710Z Downloaded syn v3.0.3
13032026-08-27T00:49:21.717Z Downloaded sled v0.34.7
13042026-08-27T00:49:21.717Z Downloaded sha3 v0.11.0
13052026-08-27T00:49:21.726Z Downloaded regress v0.10.5
13062026-08-27T00:49:21.726Z Downloaded ratatui v0.29.0
13072026-08-27T00:49:21.731Z Downloaded bstr v1.12.1
13082026-08-27T00:49:21.736Z Downloaded typify-impl v0.6.2
13092026-08-27T00:49:21.772Z Downloaded regex-syntax v0.8.10
13102026-08-27T00:49:21.777Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-08-27T00:49:21.785Z Downloaded rustls v0.23.41
13122026-08-27T00:49:21.788Z Downloaded regex-syntax v0.6.29
13132026-08-27T00:49:21.794Z Downloaded libz-sys v1.1.24
13142026-08-27T00:49:21.805Z Downloaded radix_trie v0.2.1
13152026-08-27T00:49:21.809Z Downloaded moka v0.12.13
13162026-08-27T00:49:21.814Z Downloaded sha3 v0.10.8
13172026-08-27T00:49:21.837Z Downloaded tokio v1.52.1
13182026-08-27T00:49:21.859Z Downloaded regress v0.11.1
13192026-08-27T00:49:21.864Z Downloaded encoding_rs v0.8.35
13202026-08-27T00:49:21.876Z Downloaded smoltcp v0.11.0
13212026-08-27T00:49:22.292Z Downloaded openssl v0.10.80
13222026-08-27T00:49:22.296Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-08-27T00:49:22.296Z Downloaded curve25519-dalek v5.0.0
13242026-08-27T00:49:22.297Z Downloaded diesel v2.3.7
13252026-08-27T00:49:22.297Z Downloaded openapiv3 v2.2.0
13262026-08-27T00:49:22.297Z Downloaded sqlparser v0.61.0
13272026-08-27T00:49:22.297Z Downloaded dropshot v0.17.1
13282026-08-27T00:49:22.297Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-08-27T00:49:22.297Z Downloaded petgraph v0.6.5
13302026-08-27T00:49:22.297Z Downloaded regex-automata v0.4.14
13312026-08-27T00:49:22.297Z Downloaded chrono-tz v0.10.4
13322026-08-27T00:49:22.297Z Downloaded jiff v0.2.34
13332026-08-27T00:49:22.297Z Downloaded petgraph v0.8.3
13342026-08-27T00:49:22.297Z Downloaded csv v1.4.0
13352026-08-27T00:49:22.297Z Downloaded ring v0.17.14
13362026-08-27T00:49:22.804Z Downloaded aws-lc-sys v0.40.0
13372026-08-27T00:49:23.057Z Compiling serde_core v1.0.228
13382026-08-27T00:49:23.057Z Compiling libc v0.2.185
13392026-08-27T00:49:23.057Z Compiling serde v1.0.228
13402026-08-27T00:49:23.060Z Compiling log v0.4.33
13412026-08-27T00:49:23.060Z Compiling smallvec v1.15.1
13422026-08-27T00:49:23.191Z Compiling shlex v1.3.0
13432026-08-27T00:49:23.202Z Compiling find-msvc-tools v0.1.9
13442026-08-27T00:49:23.211Z Compiling syn v2.0.117
13452026-08-27T00:49:23.430Z Compiling subtle v2.6.1
13462026-08-27T00:49:23.435Z Compiling scopeguard v1.2.0
13472026-08-27T00:49:23.453Z Compiling stable_deref_trait v1.2.1
13482026-08-27T00:49:23.501Z Compiling typenum v1.20.1
13492026-08-27T00:49:23.529Z Compiling lock_api v0.4.14
13502026-08-27T00:49:23.541Z Compiling zerocopy v0.8.55
13512026-08-27T00:49:23.554Z Compiling portable-atomic v1.13.1
13522026-08-27T00:49:23.595Z Compiling serde_json v1.0.151
13532026-08-27T00:49:23.751Z Compiling critical-section v1.2.0
13542026-08-27T00:49:23.797Z Compiling libm v0.2.16
13552026-08-27T00:49:23.856Z Compiling num-traits v0.2.19
13562026-08-27T00:49:23.962Z Compiling pkg-config v0.3.32
13572026-08-27T00:49:24.050Z Compiling errno v0.3.14
13582026-08-27T00:49:24.088Z Compiling jobserver v0.1.34
13592026-08-27T00:49:24.191Z Compiling getrandom v0.2.17
13602026-08-27T00:49:24.294Z Compiling cc v1.2.56
13612026-08-27T00:49:24.423Z Compiling rand_core v0.6.4
13622026-08-27T00:49:24.466Z Compiling generic-array v0.14.7
13632026-08-27T00:49:24.517Z Compiling pin-project-lite v0.2.17
13642026-08-27T00:49:24.613Z Compiling once_cell v1.21.3
13652026-08-27T00:49:24.628Z Compiling const-oid v0.9.6
13662026-08-27T00:49:24.651Z Compiling parking_lot_core v0.9.12
13672026-08-27T00:49:24.690Z Compiling getrandom v0.4.3
13682026-08-27T00:49:24.873Z Compiling rand_core v0.10.0
13692026-08-27T00:49:25.185Z Compiling signal-hook-registry v1.4.8
13702026-08-27T00:49:25.275Z Compiling writeable v0.6.2
13712026-08-27T00:49:25.327Z Compiling bitflags v2.11.0
13722026-08-27T00:49:25.446Z Compiling futures-core v0.3.32
13732026-08-27T00:49:25.454Z Compiling litemap v0.8.1
13742026-08-27T00:49:25.475Z Compiling percent-encoding v2.3.2
13752026-08-27T00:49:25.545Z Compiling semver v1.0.28
13762026-08-27T00:49:25.593Z Compiling parking_lot v0.12.5
13772026-08-27T00:49:25.645Z Compiling mio v1.2.0
13782026-08-27T00:49:25.660Z Compiling icu_normalizer_data v2.1.1
13792026-08-27T00:49:25.663Z Compiling icu_properties_data v2.1.2
13802026-08-27T00:49:25.838Z Compiling socket2 v0.6.3
13812026-08-27T00:49:25.859Z Compiling getrandom v0.3.4
13822026-08-27T00:49:25.952Z Compiling rustix v1.1.4
13832026-08-27T00:49:25.965Z Compiling futures-sink v0.3.32
13842026-08-27T00:49:26.027Z Compiling synstructure v0.13.2
13852026-08-27T00:49:26.068Z Compiling futures-channel v0.3.32
13862026-08-27T00:49:26.090Z Compiling indexmap v2.14.0
13872026-08-27T00:49:26.220Z Compiling futures-task v0.3.32
13882026-08-27T00:49:26.286Z Compiling utf8_iter v1.0.4
13892026-08-27T00:49:26.385Z Compiling slab v0.4.12
13902026-08-27T00:49:26.431Z Compiling futures-io v0.3.32
13912026-08-27T00:49:26.447Z Compiling form_urlencoded v1.2.2
13922026-08-27T00:49:26.557Z Compiling rustversion v1.0.22
13932026-08-27T00:49:26.572Z Compiling base64ct v1.8.3
13942026-08-27T00:49:26.589Z Compiling iana-time-zone v0.1.65
13952026-08-27T00:49:26.612Z Compiling cmake v0.1.57
13962026-08-27T00:49:26.725Z Compiling fs_extra v1.3.0
13972026-08-27T00:49:26.725Z Compiling dunce v1.0.5
13982026-08-27T00:49:26.781Z Compiling flagset v0.4.7
13992026-08-27T00:49:26.830Z Compiling pem-rfc7468 v0.7.0
14002026-08-27T00:49:26.851Z Compiling ident_case v1.0.1
14012026-08-27T00:49:26.904Z Compiling regex-syntax v0.8.10
14022026-08-27T00:49:27.032Z Compiling rand_core v0.9.5
14032026-08-27T00:49:27.045Z Compiling uuid v1.23.4
14042026-08-27T00:49:27.060Z Compiling aws-lc-sys v0.40.0
14052026-08-27T00:49:27.173Z Compiling base64 v0.22.1
14062026-08-27T00:49:27.306Z Compiling syn v1.0.109
14072026-08-27T00:49:27.496Z Compiling vcpkg v0.2.15
14082026-08-27T00:49:27.573Z Compiling serde_derive_internals v0.29.1
14092026-08-27T00:49:27.654Z Compiling rustc_version v0.4.1
14102026-08-27T00:49:27.671Z Compiling tracing-core v0.1.36
14112026-08-27T00:49:27.712Z Compiling serde_derive v1.0.228
14122026-08-27T00:49:27.730Z Compiling zeroize_derive v1.5.0
14132026-08-27T00:49:27.975Z Compiling zerocopy-derive v0.8.55
14142026-08-27T00:49:28.212Z Compiling zerofrom-derive v0.1.6
14152026-08-27T00:49:28.226Z Compiling yoke-derive v0.8.1
14162026-08-27T00:49:28.368Z Compiling zerovec-derive v0.11.2
14172026-08-27T00:49:28.464Z Compiling displaydoc v0.2.5
14182026-08-27T00:49:29.203Z Compiling tokio-macros v2.7.0
14192026-08-27T00:49:29.250Z Compiling futures-macro v0.3.32
14202026-08-27T00:49:29.388Z Compiling der_derive v0.7.3
14212026-08-27T00:49:29.476Z Compiling thiserror-impl v2.0.18
14222026-08-27T00:49:29.610Z Compiling zerofrom v0.1.6
14232026-08-27T00:49:29.734Z Compiling yoke v0.8.1
14242026-08-27T00:49:29.913Z Compiling zerovec v0.11.5
14252026-08-27T00:49:29.926Z Compiling zerotrie v0.2.3
14262026-08-27T00:49:30.047Z Compiling futures-util v0.3.32
14272026-08-27T00:49:30.217Z Compiling openssl-sys v0.9.117
14282026-08-27T00:49:30.331Z Compiling tracing-attributes v0.1.31
14292026-08-27T00:49:30.414Z Compiling tinystr v0.8.2
14302026-08-27T00:49:30.624Z Compiling icu_locale_core v2.1.1
14312026-08-27T00:49:30.731Z Compiling potential_utf v0.1.4
14322026-08-27T00:49:30.772Z Compiling thiserror v2.0.18
14332026-08-27T00:49:30.879Z Compiling icu_collections v2.1.1
14342026-08-27T00:49:30.894Z Compiling dyn-clone v1.0.20
14352026-08-27T00:49:31.029Z Compiling aws-lc-rs v1.16.3
14362026-08-27T00:49:31.154Z Compiling zeroize v1.9.0
14372026-08-27T00:49:31.308Z Compiling bytes v1.11.1
14382026-08-27T00:49:31.368Z Compiling icu_provider v2.1.1
14392026-08-27T00:49:31.475Z Compiling chrono v0.4.45
14402026-08-27T00:49:31.634Z Compiling icu_normalizer v2.1.1
14412026-08-27T00:49:31.651Z Compiling icu_properties v2.1.2
14422026-08-27T00:49:31.933Z Compiling crypto-common v0.1.7
14432026-08-27T00:49:31.948Z Compiling block-buffer v0.10.4
14442026-08-27T00:49:32.094Z Compiling tokio v1.52.1
14452026-08-27T00:49:32.109Z Compiling digest v0.10.7
14462026-08-27T00:49:32.208Z Compiling der v0.7.10
14472026-08-27T00:49:32.362Z Compiling ppv-lite86 v0.2.21
14482026-08-27T00:49:32.379Z Compiling http v1.4.2
14492026-08-27T00:49:32.518Z Compiling simd-adler32 v0.3.8
14502026-08-27T00:49:32.693Z Compiling idna_adapter v1.2.1
14512026-08-27T00:49:32.761Z Compiling rand_chacha v0.9.0
14522026-08-27T00:49:32.795Z Compiling idna v1.1.0
14532026-08-27T00:49:32.829Z Compiling schemars v0.8.22
14542026-08-27T00:49:32.896Z Compiling cpufeatures v0.2.17
14552026-08-27T00:49:32.972Z Compiling rand v0.9.2
14562026-08-27T00:49:33.039Z Compiling spki v0.7.3
14572026-08-27T00:49:33.249Z Compiling url v2.5.8
14582026-08-27T00:49:33.282Z Compiling pkcs8 v0.10.2
14592026-08-27T00:49:33.407Z Compiling http-body v1.0.1
14602026-08-27T00:49:33.441Z Compiling tracing v0.1.44
14612026-08-27T00:49:33.467Z Compiling rustls-pki-types v1.14.0
14622026-08-27T00:49:33.558Z Compiling schemars_derive v0.8.22
14632026-08-27T00:49:33.699Z Compiling spin v0.9.8
14642026-08-27T00:49:33.723Z Compiling httparse v1.10.1
14652026-08-27T00:49:33.889Z Compiling openssl-probe v0.2.1
14662026-08-27T00:49:33.905Z Compiling adler2 v2.0.1
14672026-08-27T00:49:34.022Z Compiling cmov v0.5.4
14682026-08-27T00:49:34.022Z Compiling crc32fast v1.5.0
14692026-08-27T00:49:34.049Z Compiling tinyvec_macros v0.1.1
14702026-08-27T00:49:34.062Z Compiling tempfile v3.27.0
14712026-08-27T00:49:34.114Z Compiling tinyvec v1.10.0
14722026-08-27T00:49:34.221Z Compiling ctutils v0.4.2
14732026-08-27T00:49:34.385Z Compiling miniz_oxide v0.8.9
14742026-08-27T00:49:34.436Z Compiling pest_generator v2.8.6
14752026-08-27T00:49:34.455Z Compiling sha2 v0.10.9
14762026-08-27T00:49:34.467Z Compiling terminal_size v0.4.3
14772026-08-27T00:49:34.590Z Compiling aho-corasick v1.1.4
14782026-08-27T00:49:34.968Z Compiling tower-layer v0.3.3
14792026-08-27T00:49:35.084Z Compiling tower-service v0.3.3
14802026-08-27T00:49:35.125Z Compiling radium v0.7.0
14812026-08-27T00:49:35.169Z Compiling untrusted v0.7.1
14822026-08-27T00:49:35.294Z Compiling atomic-waker v1.1.2
14832026-08-27T00:49:35.365Z Compiling try-lock v0.2.5
14842026-08-27T00:49:35.429Z Compiling regex-automata v0.4.14
14852026-08-27T00:49:35.471Z Compiling want v0.3.1
14862026-08-27T00:49:35.631Z Compiling pest_derive v2.8.6
14872026-08-27T00:49:35.716Z Compiling hybrid-array v0.4.13
14882026-08-27T00:49:36.007Z Compiling tokio-util v0.7.18
14892026-08-27T00:49:36.348Z Compiling ipnet v2.12.0
14902026-08-27T00:49:36.370Z Compiling scroll_derive v0.13.1
14912026-08-27T00:49:36.464Z Compiling darling_core v0.20.11
14922026-08-27T00:49:36.818Z Compiling h2 v0.4.15
14932026-08-27T00:49:37.013Z Compiling foreign-types-shared v0.1.1
14942026-08-27T00:49:37.106Z Compiling untrusted v0.9.0
14952026-08-27T00:49:37.159Z Compiling openssl v0.10.80
14962026-08-27T00:49:37.227Z Compiling maybe-uninit v2.0.0
14972026-08-27T00:49:37.306Z Compiling tap v1.0.1
14982026-08-27T00:49:37.386Z Compiling rustls v0.23.41
14992026-08-27T00:49:37.422Z Compiling httpdate v1.0.3
15002026-08-27T00:49:37.534Z Compiling wyz v0.5.1
15012026-08-27T00:49:37.577Z Compiling scroll v0.13.0
15022026-08-27T00:49:37.641Z Compiling foreign-types v0.3.2
15032026-08-27T00:49:37.733Z Compiling unicode-normalization v0.1.25
15042026-08-27T00:49:37.836Z Compiling rand_chacha v0.3.1
15052026-08-27T00:49:37.920Z Compiling signature v2.2.0
15062026-08-27T00:49:38.095Z Compiling hex v0.4.3
15072026-08-27T00:49:38.141Z Compiling openssl-macros v0.1.1
15082026-08-27T00:49:38.175Z Compiling thiserror-impl v1.0.69
15092026-08-27T00:49:38.356Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-08-27T00:49:38.522Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15112026-08-27T00:49:38.599Z Compiling num-integer v0.1.46
15122026-08-27T00:49:38.627Z Compiling wait-timeout v0.2.1
15132026-08-27T00:49:38.750Z Compiling darling_macro v0.20.11
15142026-08-27T00:49:38.882Z Compiling ahash v0.8.12
15152026-08-27T00:49:38.896Z Compiling packed_struct v0.10.1
15162026-08-27T00:49:38.912Z Compiling native-tls v0.2.18
15172026-08-27T00:49:39.081Z Compiling bit-vec v0.8.0
15182026-08-27T00:49:39.102Z Compiling time-core v0.1.8
15192026-08-27T00:49:39.127Z Compiling powerfmt v0.2.0
15202026-08-27T00:49:39.245Z Compiling num-conv v0.2.0
15212026-08-27T00:49:39.265Z Compiling quick-error v1.2.3
15222026-08-27T00:49:39.306Z Compiling funty v2.0.0
15232026-08-27T00:49:39.323Z Compiling num-bigint-dig v0.8.6
15242026-08-27T00:49:39.354Z Compiling time-macros v0.2.27
15252026-08-27T00:49:39.358Z Compiling rusty-fork v0.3.1
15262026-08-27T00:49:39.387Z Compiling thiserror v1.0.69
15272026-08-27T00:49:39.467Z Compiling bit-set v0.8.0
15282026-08-27T00:49:39.490Z Compiling deranged v0.5.8
15292026-08-27T00:49:39.516Z Compiling darling v0.20.11
15302026-08-27T00:49:39.624Z Compiling bitvec v1.0.1
15312026-08-27T00:49:39.631Z Compiling clap_builder v4.6.0
15322026-08-27T00:49:39.872Z Compiling num-iter v0.1.45
15332026-08-27T00:49:39.983Z Compiling hyper v1.10.1
15342026-08-27T00:49:40.882Z Compiling rand v0.8.6
15352026-08-27T00:49:40.983Z Compiling goblin v0.10.5
15362026-08-27T00:49:41.125Z Compiling hyper-util v0.1.20
15372026-08-27T00:49:41.571Z Compiling packed_struct_codegen v0.10.1
15382026-08-27T00:49:41.660Z Compiling lazy_static v1.5.0
15392026-08-27T00:49:41.748Z Compiling hmac v0.12.1
15402026-08-27T00:49:41.909Z Compiling serde_spanned v0.6.9
15412026-08-27T00:49:42.074Z Compiling toml_datetime v0.6.11
15422026-08-27T00:49:42.330Z Compiling zerocopy-derive v0.6.6
15432026-08-27T00:49:42.606Z Compiling bitfield-macros v0.19.4
15442026-08-27T00:49:42.668Z Compiling clap_derive v4.6.1
15452026-08-27T00:49:42.873Z Compiling rand_xorshift v0.4.0
15462026-08-27T00:49:43.044Z Compiling sync_wrapper v1.0.2
15472026-08-27T00:49:43.152Z Compiling indexmap v1.9.3
15482026-08-27T00:49:43.157Z Compiling unarray v0.1.4
15492026-08-27T00:49:43.267Z Compiling unicode-segmentation v1.12.0
15502026-08-27T00:49:43.309Z Compiling nodrop v0.1.14
15512026-08-27T00:49:43.350Z Compiling crc-catalog v2.4.0
15522026-08-27T00:49:43.392Z Compiling siphasher v1.0.2
15532026-08-27T00:49:43.407Z Compiling crossbeam-utils v0.8.21
15542026-08-27T00:49:43.435Z Compiling paste v1.0.15
15552026-08-27T00:49:43.581Z Compiling num_threads v0.1.7
15562026-08-27T00:49:43.638Z Compiling usdt-impl v0.6.0
15572026-08-27T00:49:43.677Z Compiling zlib-rs v0.6.2
15582026-08-27T00:49:43.698Z Compiling object v0.37.3
15592026-08-27T00:49:43.767Z Compiling dof v0.4.0
15602026-08-27T00:49:43.846Z Compiling time v0.3.47
15612026-08-27T00:49:43.988Z Compiling crc v3.4.0
15622026-08-27T00:49:44.175Z Compiling array-init v0.0.4
15632026-08-27T00:49:44.387Z Compiling clap v4.6.1
15642026-08-27T00:49:44.486Z Compiling bitfield v0.19.4
15652026-08-27T00:49:44.506Z Compiling proptest v1.11.0
15662026-08-27T00:49:44.769Z Compiling zerocopy v0.6.6
15672026-08-27T00:49:44.900Z Compiling tower v0.5.3
15682026-08-27T00:49:45.364Z Compiling smallvec v0.6.14
15692026-08-27T00:49:45.550Z Compiling derive_builder_core v0.20.2
15702026-08-27T00:49:45.770Z Compiling dtrace-parser v0.3.0
15712026-08-27T00:49:46.033Z Compiling ipnetwork v0.21.1
15722026-08-27T00:49:46.321Z Compiling http-body-util v0.1.3
15732026-08-27T00:49:46.407Z Compiling pkcs1 v0.7.5
15742026-08-27T00:49:46.442Z Compiling heapless v0.7.17
15752026-08-27T00:49:46.513Z Compiling flate2 v1.1.9
15762026-08-27T00:49:47.002Z Compiling scroll_derive v0.12.1
15772026-08-27T00:49:47.035Z Compiling structmeta-derive v0.3.0
15782026-08-27T00:49:47.035Z Compiling slog v2.8.2
15792026-08-27T00:49:47.035Z Compiling darling_core v0.23.0
15802026-08-27T00:49:47.035Z Compiling thread-id v5.1.0
15812026-08-27T00:49:47.035Z Compiling cookie v0.18.1
15822026-08-27T00:49:47.035Z Compiling env_filter v2.0.0
15832026-08-27T00:49:47.196Z Compiling syn v3.0.3
15842026-08-27T00:49:47.255Z Compiling iri-string v0.7.10
15852026-08-27T00:49:47.314Z Compiling winnow v0.5.40
15862026-08-27T00:49:47.744Z Compiling allocator-api2 v0.2.21
15872026-08-27T00:49:48.293Z Compiling zstd-safe v7.2.4
15882026-08-27T00:49:48.415Z Compiling unicode-properties v0.1.4
15892026-08-27T00:49:48.458Z Compiling anyhow v1.0.104
15902026-08-27T00:49:48.706Z Compiling gimli v0.32.3
15912026-08-27T00:49:48.736Z Compiling unicode-bidi v0.3.18
15922026-08-27T00:49:48.749Z Compiling hashbrown v0.12.3
15932026-08-27T00:49:49.210Z Compiling ryu v1.0.23
15942026-08-27T00:49:49.249Z Compiling base64 v0.21.7
15952026-08-27T00:49:49.357Z Compiling signal-hook v0.3.18
15962026-08-27T00:49:49.390Z Compiling darling_macro v0.23.0
15972026-08-27T00:49:49.545Z Compiling ron v0.8.1
15982026-08-27T00:49:49.560Z Compiling serde_urlencoded v0.7.1
15992026-08-27T00:49:49.872Z Compiling stringprep v0.1.5
16002026-08-27T00:49:50.305Z Compiling toml_edit v0.19.15
16012026-08-27T00:49:50.406Z Compiling addr2line v0.25.1
16022026-08-27T00:49:50.462Z Compiling tower-http v0.6.8
16032026-08-27T00:49:50.593Z Compiling daft-derive v0.1.8
16042026-08-27T00:49:50.625Z Compiling structmeta v0.3.0
16052026-08-27T00:49:50.731Z Compiling scroll v0.12.0
16062026-08-27T00:49:50.783Z Compiling env_logger v0.11.11
16072026-08-27T00:49:50.867Z Compiling newtype-uuid v1.3.2
16082026-08-27T00:49:51.028Z Compiling rsa v0.9.10
16092026-08-27T00:49:51.129Z Compiling derive_builder_macro v0.20.2
16102026-08-27T00:49:51.191Z Compiling oxnet v0.1.6
16112026-08-27T00:49:51.299Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-27T00:49:51.539Z Compiling hashbrown v0.13.2
16132026-08-27T00:49:51.593Z Compiling bzip2 v0.4.4
16142026-08-27T00:49:51.608Z Compiling serde-hex v0.1.0
16152026-08-27T00:49:51.787Z Compiling tokio-native-tls v0.3.1
16162026-08-27T00:49:52.000Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-27T00:49:52.938Z Compiling camino v1.2.5
16182026-08-27T00:49:53.170Z Compiling bstr v1.12.1
16192026-08-27T00:49:53.319Z Compiling crypto-common v0.2.2
16202026-08-27T00:49:53.387Z Compiling block-padding v0.4.2
16212026-08-27T00:49:53.555Z Compiling block-buffer v0.12.1
16222026-08-27T00:49:53.757Z Compiling rustls-native-certs v0.8.3
16232026-08-27T00:49:53.805Z Compiling x509-cert v0.2.5
16242026-08-27T00:49:54.030Z Compiling md-5 v0.10.6
16252026-08-27T00:49:54.051Z Compiling serde_tokenstream v0.2.3
16262026-08-27T00:49:54.201Z Compiling erased-serde v0.3.31
16272026-08-27T00:49:54.361Z Compiling curve25519-dalek v4.1.3
16282026-08-27T00:49:54.675Z Compiling pin-project-internal v1.1.11
16292026-08-27T00:49:54.693Z Compiling zerocopy-derive v0.7.35
16302026-08-27T00:49:54.772Z Compiling async-trait v0.1.89
16312026-08-27T00:49:55.026Z Compiling vergen-lib v9.1.0
16322026-08-27T00:49:55.213Z Compiling hash32 v0.2.1
16332026-08-27T00:49:55.394Z Compiling memoffset v0.9.1
16342026-08-27T00:49:55.404Z Compiling encoding_rs v0.8.35
16352026-08-27T00:49:55.418Z Compiling smoltcp v0.9.1
16362026-08-27T00:49:55.543Z Compiling rustix v0.38.44
16372026-08-27T00:49:55.575Z Compiling ref-cast v1.0.25
16382026-08-27T00:49:55.740Z Compiling fallible-iterator v0.2.0
16392026-08-27T00:49:55.768Z Compiling mime v0.3.17
16402026-08-27T00:49:55.797Z Compiling crc-any v2.5.0
16412026-08-27T00:49:55.818Z Compiling rustc-demangle v0.1.27
16422026-08-27T00:49:55.869Z Compiling psl-types v2.0.11
16432026-08-27T00:49:55.881Z Compiling owo-colors v4.3.0
16442026-08-27T00:49:55.984Z Compiling litrs v1.0.0
16452026-08-27T00:49:55.995Z Compiling cfg_aliases v0.2.1
16462026-08-27T00:49:56.027Z Compiling postgres-protocol v0.6.10
16472026-08-27T00:49:56.035Z Compiling publicsuffix v2.3.0
16482026-08-27T00:49:56.062Z Compiling nix v0.31.2
16492026-08-27T00:49:56.201Z Compiling backtrace v0.3.76
16502026-08-27T00:49:56.206Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16512026-08-27T00:49:56.356Z Compiling pin-project v1.1.11
16522026-08-27T00:49:56.454Z Compiling zerocopy v0.7.35
16532026-08-27T00:49:56.460Z Compiling document-features v0.2.12
16542026-08-27T00:49:56.858Z Compiling inout v0.2.2
16552026-08-27T00:49:57.017Z Compiling daft v0.1.8
16562026-08-27T00:49:57.027Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16572026-08-27T00:49:57.045Z Compiling object v0.30.4
16582026-08-27T00:49:57.054Z Compiling hyper-tls v0.6.0
16592026-08-27T00:49:57.059Z Compiling zip v0.6.6
16602026-08-27T00:49:57.335Z Compiling toml v0.7.8
16612026-08-27T00:49:57.373Z Compiling derive_builder v0.20.2
16622026-08-27T00:49:57.390Z Compiling goblin v0.8.2
16632026-08-27T00:49:57.411Z Compiling derive-ex v0.1.8
16642026-08-27T00:49:57.913Z Compiling darling v0.23.0
16652026-08-27T00:49:57.993Z Compiling convert_case v0.10.0
16662026-08-27T00:49:58.046Z Compiling phf_shared v0.13.1
16672026-08-27T00:49:58.232Z Compiling regex v1.12.3
16682026-08-27T00:49:58.279Z Compiling hubpack_derive v0.1.1
16692026-08-27T00:49:58.330Z Compiling futures-executor v0.3.32
16702026-08-27T00:49:58.547Z Compiling snafu-derive v0.8.9
16712026-08-27T00:49:58.646Z Compiling curve25519-dalek-derive v0.1.1
16722026-08-27T00:49:58.695Z Compiling strum_macros v0.27.2
16732026-08-27T00:49:59.065Z Compiling ref-cast-impl v1.0.25
16742026-08-27T00:49:59.297Z Compiling vergen v9.1.0
16752026-08-27T00:49:59.455Z Compiling cargo-platform v0.3.2
16762026-08-27T00:49:59.620Z Compiling ff v0.13.1
16772026-08-27T00:49:59.748Z Compiling fs-err v3.3.0
16782026-08-27T00:49:59.820Z Compiling either v1.15.0
16792026-08-27T00:50:00.345Z Compiling foldhash v0.1.5
16802026-08-27T00:50:00.402Z Compiling bumpalo v3.20.2
16812026-08-27T00:50:00.402Z Compiling foldhash v0.2.0
16822026-08-27T00:50:00.402Z Compiling base16ct v0.2.0
16832026-08-27T00:50:00.402Z Compiling bitflags v1.3.2
16842026-08-27T00:50:00.402Z Compiling libbz2-rs-sys v0.2.2
16852026-08-27T00:50:00.402Z Compiling same-file v1.0.6
16862026-08-27T00:50:00.402Z Compiling path-slash v0.1.5
16872026-08-27T00:50:00.402Z Compiling is_ci v1.2.0
16882026-08-27T00:50:00.433Z Compiling managed v0.8.0
16892026-08-27T00:50:00.433Z Compiling jiff-core v0.1.0
16902026-08-27T00:50:00.520Z Compiling supports-color v3.0.2
16912026-08-27T00:50:00.641Z Compiling strum v0.27.2
16922026-08-27T00:50:00.676Z Compiling bzip2 v0.6.1
16932026-08-27T00:50:00.787Z Compiling snafu v0.8.9
16942026-08-27T00:50:00.860Z Compiling textwrap v0.16.2
16952026-08-27T00:50:00.903Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16962026-08-27T00:50:00.903Z Compiling walkdir v2.5.0
16972026-08-27T00:50:01.155Z Compiling sec1 v0.7.3
16982026-08-27T00:50:01.234Z Compiling jiff v0.2.34
16992026-08-27T00:50:01.461Z Compiling zopfli v0.8.3
17002026-08-27T00:50:01.487Z Compiling hashbrown v0.16.1
17012026-08-27T00:50:01.488Z Compiling hashbrown v0.15.5
17022026-08-27T00:50:01.591Z Compiling group v0.13.0
17032026-08-27T00:50:01.742Z Compiling cargo_metadata v0.23.1
17042026-08-27T00:50:01.987Z Compiling dof v0.3.0
17052026-08-27T00:50:02.063Z Compiling test-strategy v0.4.5
17062026-08-27T00:50:02.293Z Compiling hubpack v0.1.2
17072026-08-27T00:50:02.531Z Compiling futures v0.3.32
17082026-08-27T00:50:02.593Z Compiling derive_more-impl v2.1.1
17092026-08-27T00:50:02.681Z Compiling phf v0.13.1
17102026-08-27T00:50:02.861Z Compiling signal-hook-mio v0.2.5
17112026-08-27T00:50:02.948Z Compiling serde_with_macros v3.21.0
17122026-08-27T00:50:03.529Z Compiling cookie_store v0.22.1
17132026-08-27T00:50:03.529Z Compiling zstd v0.13.3
17142026-08-27T00:50:03.695Z Compiling reqwest v0.12.28
17152026-08-27T00:50:03.833Z Compiling cipher v0.5.2
17162026-08-27T00:50:04.057Z Compiling backtrace-ext v0.2.1
17172026-08-27T00:50:04.181Z Compiling postgres-types v0.2.12
17182026-08-27T00:50:04.720Z Compiling usdt-attr-macro v0.6.0
17192026-08-27T00:50:04.742Z Compiling usdt-macro v0.6.0
17202026-08-27T00:50:04.916Z Compiling globset v0.4.18
17212026-08-27T00:50:04.931Z Compiling phf_shared v0.11.3
17222026-08-27T00:50:05.113Z Compiling hkdf v0.12.4
17232026-08-27T00:50:05.264Z Compiling dtrace-parser v0.2.0
17242026-08-27T00:50:05.279Z Compiling byte-wrapper v0.1.0
17252026-08-27T00:50:05.294Z Compiling olpc-cjson v0.1.4
17262026-08-27T00:50:05.454Z Compiling ed25519 v2.2.3
17272026-08-27T00:50:05.479Z Compiling crypto-bigint v0.5.5
17282026-08-27T00:50:05.504Z Compiling serde-big-array v0.5.1
17292026-08-27T00:50:05.570Z Compiling serde_plain v1.0.2
17302026-08-27T00:50:05.606Z Compiling async-recursion v1.1.1
17312026-08-27T00:50:05.641Z Compiling miette-derive v7.6.0
17322026-08-27T00:50:05.765Z Compiling enum-as-inner v0.6.1
17332026-08-27T00:50:05.996Z Compiling serde_repr v0.1.20
17342026-08-27T00:50:06.248Z Compiling strum_macros v0.26.4
17352026-08-27T00:50:06.269Z Compiling pem v3.0.6
17362026-08-27T00:50:06.414Z Compiling float-cmp v0.10.0
17372026-08-27T00:50:06.506Z Compiling memmap2 v0.9.10
17382026-08-27T00:50:06.523Z Compiling thread-id v4.2.2
17392026-08-27T00:50:06.586Z Compiling fixedbitset v0.5.7
17402026-08-27T00:50:06.604Z Compiling predicates-core v1.0.10
17412026-08-27T00:50:06.721Z Compiling fixedbitset v0.4.2
17422026-08-27T00:50:06.799Z Compiling supports-unicode v3.0.0
17432026-08-27T00:50:06.800Z Compiling difflib v0.4.0
17442026-08-27T00:50:06.894Z Compiling normalize-line-endings v0.3.0
17452026-08-27T00:50:06.938Z Compiling new_debug_unreachable v1.0.6
17462026-08-27T00:50:07.031Z Compiling whoami v2.1.0
17472026-08-27T00:50:07.085Z Compiling const-oid v0.10.2
17482026-08-27T00:50:07.085Z Compiling data-encoding v2.10.0
17492026-08-27T00:50:07.241Z Compiling cpufeatures v0.3.0
17502026-08-27T00:50:07.307Z Compiling precomputed-hash v0.1.1
17512026-08-27T00:50:07.432Z Compiling keccak v0.1.6
17522026-08-27T00:50:07.432Z Compiling supports-hyperlinks v3.2.0
17532026-08-27T00:50:07.444Z Compiling winnow v1.0.3
17542026-08-27T00:50:07.445Z Compiling typed-path v0.9.3
17552026-08-27T00:50:07.546Z Compiling static_assertions v1.1.0
17562026-08-27T00:50:07.614Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17572026-08-27T00:50:07.635Z Compiling sha3 v0.10.8
17582026-08-27T00:50:07.724Z Compiling miette v7.6.0
17592026-08-27T00:50:08.082Z Compiling strum v0.26.3
17602026-08-27T00:50:08.091Z Compiling toml_edit v0.22.27
17612026-08-27T00:50:08.170Z Compiling string_cache v0.8.9
17622026-08-27T00:50:08.177Z Compiling hickory-proto v0.25.2
17632026-08-27T00:50:08.362Z Compiling toml_parser v1.1.2+spec-1.1.0
17642026-08-27T00:50:08.511Z Compiling chacha20 v0.10.0
17652026-08-27T00:50:08.613Z Compiling tokio-postgres v0.7.16
17662026-08-27T00:50:08.829Z Compiling digest v0.11.3
17672026-08-27T00:50:08.850Z Compiling predicates v3.1.4
17682026-08-27T00:50:08.977Z Compiling petgraph v0.6.5
17692026-08-27T00:50:09.051Z Compiling petgraph v0.8.3
17702026-08-27T00:50:09.474Z Compiling usdt v0.6.0
17712026-08-27T00:50:09.736Z Compiling usdt-impl v0.5.0
17722026-08-27T00:50:10.318Z Compiling elliptic-curve v0.13.8
17732026-08-27T00:50:10.356Z Compiling ed25519-dalek v2.2.0
17742026-08-27T00:50:10.413Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-27T00:50:10.707Z Compiling crossterm v0.28.1
17762026-08-27T00:50:10.802Z Compiling serde_with v3.21.0
17772026-08-27T00:50:10.877Z Compiling zip v4.6.1
17782026-08-27T00:50:10.992Z Compiling derive_more v2.1.1
17792026-08-27T00:50:11.441Z Compiling iddqd v0.4.2
17802026-08-27T00:50:11.897Z Compiling itertools v0.13.0
17812026-08-27T00:50:11.964Z Compiling itertools v0.15.0
17822026-08-27T00:50:12.265Z Compiling similar v2.7.0
17832026-08-27T00:50:12.444Z Compiling crossbeam-epoch v0.9.18
17842026-08-27T00:50:12.611Z Compiling heck v0.4.1
17852026-08-27T00:50:12.760Z Compiling tokio-stream v0.1.18
17862026-08-27T00:50:12.864Z Compiling buf-list v1.1.2
17872026-08-27T00:50:13.063Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17882026-08-27T00:50:13.065Z Compiling openapiv3 v2.2.0
17892026-08-27T00:50:13.088Z Compiling lalrpop-util v0.19.12
17902026-08-27T00:50:13.106Z Compiling peg-runtime v0.8.5
17912026-08-27T00:50:13.135Z Compiling thread_local v1.1.9
17922026-08-27T00:50:13.162Z Compiling slog-async v2.8.0
17932026-08-27T00:50:13.239Z Compiling crossbeam-channel v0.5.15
17942026-08-27T00:50:13.336Z Compiling is-terminal v0.4.17
17952026-08-27T00:50:13.368Z Compiling filetime v0.2.27
17962026-08-27T00:50:13.368Z Compiling term v1.2.1
17972026-08-27T00:50:13.368Z Compiling take_mut v0.2.2
17982026-08-27T00:50:13.420Z Compiling xattr v1.6.1
17992026-08-27T00:50:13.465Z Compiling camino-tempfile v1.4.1
18002026-08-27T00:50:13.488Z Compiling tar v0.4.46
18012026-08-27T00:50:13.634Z Compiling slog-term v2.9.2
18022026-08-27T00:50:19.436Z Compiling rustls-webpki v0.103.13
18032026-08-27T00:50:22.140Z Compiling tokio-rustls v0.26.4
18042026-08-27T00:50:22.140Z Compiling rustls-platform-verifier v0.6.2
18052026-08-27T00:50:22.141Z Compiling tough v0.22.0
18062026-08-27T00:50:22.746Z Compiling hyper-rustls v0.27.7
18072026-08-27T00:50:22.813Z Compiling reqwest v0.13.2
18082026-08-27T00:50:24.709Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18092026-08-27T00:50:25.056Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18102026-08-27T00:50:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18112026-08-27T00:50:27.924Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18122026-08-27T00:50:27.977ZAug 27 00:50:26.469 INFO Starting download, target: Console
18132026-08-27T00:50:27.977ZAug 27 00:50:26.469 INFO Starting download, target: Cockroach
18142026-08-27T00:50:27.977ZAug 27 00:50:26.469 INFO Starting download, target: Clickhouse
18152026-08-27T00:50:27.978ZAug 27 00:50:26.469 INFO Starting download, target: DendriteStub
18162026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Starting download, target: MaghemiteMgd
18172026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Starting download, target: MaghemiteDdmd
18182026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Starting download, target: TransceiverControl
18192026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18202026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18212026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18222026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18252026-08-27T00:50:27.981ZAug 27 00:50:26.469 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18262026-08-27T00:50:28.961ZAug 27 00:50:27.447 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18272026-08-27T00:50:29.172ZAug 27 00:50:27.663 INFO Download complete, target: TransceiverControl
18282026-08-27T00:50:29.719ZAug 27 00:50:28.199 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18292026-08-27T00:50:29.957ZAug 27 00:50:28.442 INFO Download complete, target: Console
18302026-08-27T00:50:30.288ZAug 27 00:50:28.769 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18312026-08-27T00:50:30.358ZAug 27 00:50:28.850 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18322026-08-27T00:50:30.453ZAug 27 00:50:28.940 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18332026-08-27T00:50:30.494ZAug 27 00:50:28.961 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18342026-08-27T00:50:31.117ZAug 27 00:50:29.609 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-27T00:50:31.117ZAug 27 00:50:29.609 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-27T00:50:32.372ZAug 27 00:50:30.864 INFO Download complete, target: MaghemiteDdmd
18372026-08-27T00:50:33.006ZAug 27 00:50:31.498 INFO Download complete, target: DendriteStub
18382026-08-27T00:50:33.207ZAug 27 00:50:31.699 INFO Download complete, target: MaghemiteMgd
18392026-08-27T00:50:35.778ZAug 27 00:50:34.270 INFO Checking that binary works, target: Cockroach
18402026-08-27T00:50:35.895ZAug 27 00:50:34.387 INFO Download complete, target: Cockroach
18412026-08-27T00:50:37.060ZAug 27 00:50:35.552 INFO Checking that binary works, target: Clickhouse
18422026-08-27T00:50:37.172ZAug 27 00:50:35.664 INFO Download complete, target: Clickhouse
18432026-08-27T00:50:37.188ZAll builder prerequisites installed successfully, and PATH looks valid
18442026-08-27T00:50:37.191Z
18452026-08-27T00:50:37.191Zreal 2:09.482543401
18462026-08-27T00:50:37.191Zuser 7:19.017792113
18472026-08-27T00:50:37.191Zsys 1:26.269503666
18482026-08-27T00:50:37.191Ztrap 0.251662350
18492026-08-27T00:50:37.191Ztflt 0.557695001
18502026-08-27T00:50:37.191Zdflt 0.979894815
18512026-08-27T00:50:37.191Zkflt 0.027182185
18522026-08-27T00:50:37.191Zlock 27:08.200072574
18532026-08-27T00:50:37.191Zslp 22:00.351429190
18542026-08-27T00:50:37.191Zlat 47.394375004
18552026-08-27T00:50:37.191Zstop 2:39.023916699
18562026-08-27T00:50:37.191Z+ banner clippy
18572026-08-27T00:50:37.192Z
18582026-08-27T00:50:37.192Z #### # # ##### ##### # #
18592026-08-27T00:50:37.192Z # # # # # # # # # #
18602026-08-27T00:50:37.192Z # # # # # # # #
18612026-08-27T00:50:37.192Z # # # ##### ##### #
18622026-08-27T00:50:37.192Z # # # # # # #
18632026-08-27T00:50:37.192Z #### ###### # # # #
18642026-08-27T00:50:37.192Z
18652026-08-27T00:50:37.192Z+ export CARGO_INCREMENTAL=0
18662026-08-27T00:50:37.192Z+ CARGO_INCREMENTAL=0
18672026-08-27T00:50:37.192Z+ ptime -m cargo xtask clippy
18682026-08-27T00:50:37.668Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18692026-08-27T00:50:37.945Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18702026-08-27T00:50:39.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
18712026-08-27T00:50:39.762Z Running `target/debug/xtask clippy`
18722026-08-27T00:50:39.785Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18732026-08-27T00:50:40.353Z Downloading crates ...
18742026-08-27T00:50:40.523Z Downloaded cfg-expr v0.20.6
18752026-08-27T00:50:40.526Z Downloaded constant_time_eq v0.3.1
18762026-08-27T00:50:40.526Z Downloaded anes v0.1.6
18772026-08-27T00:50:40.529Z Downloaded async-object-pool v0.2.0
18782026-08-27T00:50:40.529Z Downloaded cast v0.3.0
18792026-08-27T00:50:40.529Z Downloaded async-lock v3.4.2
18802026-08-27T00:50:40.530Z Downloaded concurrent-queue v2.5.0
18812026-08-27T00:50:40.533Z Downloaded approx v0.5.1
18822026-08-27T00:50:40.533Z Downloaded assert-json-diff v2.0.2
18832026-08-27T00:50:40.533Z Downloaded criterion v0.7.0
18842026-08-27T00:50:40.536Z Downloaded criterion-plot v0.6.0
18852026-08-27T00:50:40.536Z Downloaded assert_cmd v2.1.2
18862026-08-27T00:50:40.540Z Downloaded blake2b_simd v1.0.4
18872026-08-27T00:50:40.540Z Downloaded datatest-stable v0.3.3
18882026-08-27T00:50:40.543Z Downloaded event-listener-strategy v0.5.4
18892026-08-27T00:50:40.543Z Downloaded escape8259 v0.5.3
18902026-08-27T00:50:40.543Z Downloaded event-listener v5.4.1
18912026-08-27T00:50:40.543Z Downloaded fancy-regex v0.14.0
18922026-08-27T00:50:40.543Z Downloaded futures-timer v3.0.3
18932026-08-27T00:50:40.546Z Downloaded guppy-workspace-hack v0.1.0
18942026-08-27T00:50:40.546Z Downloaded hex-literal v0.4.1
18952026-08-27T00:50:40.546Z Downloaded guppy v0.17.25
18962026-08-27T00:50:40.551Z Downloaded hickory-client v0.25.2
18972026-08-27T00:50:40.551Z Downloaded httptest v0.16.4
18982026-08-27T00:50:40.556Z Downloaded linkme-impl v0.3.35
18992026-08-27T00:50:40.556Z Downloaded miette-derive v5.10.0
19002026-08-27T00:50:40.556Z Downloaded knuffel-derive v3.2.0
19012026-08-27T00:50:40.556Z Downloaded libtest-mimic v0.8.1
19022026-08-27T00:50:40.556Z Downloaded linkme v0.3.35
19032026-08-27T00:50:40.556Z Downloaded nested v0.1.1
19042026-08-27T00:50:40.556Z Downloaded pathdiff v0.2.3
19052026-08-27T00:50:40.559Z Downloaded knuffel v3.2.0
19062026-08-27T00:50:40.560Z Downloaded oorandom v11.1.5
19072026-08-27T00:50:40.560Z Downloaded parking v2.2.1
19082026-08-27T00:50:40.560Z Downloaded plotters-backend v0.3.7
19092026-08-27T00:50:40.560Z Downloaded owo-colors v3.5.0
19102026-08-27T00:50:40.560Z Downloaded path-tree v0.8.3
19112026-08-27T00:50:40.563Z Downloaded partial-io v0.5.4
19122026-08-27T00:50:40.563Z Downloaded plotters-svg v0.3.7
19132026-08-27T00:50:40.563Z Downloaded miette v5.10.0
19142026-08-27T00:50:40.566Z Downloaded serde_regex v1.1.0
19152026-08-27T00:50:40.566Z Downloaded relative-path v1.9.3
19162026-08-27T00:50:40.566Z Downloaded rstest v0.25.0
19172026-08-27T00:50:40.569Z Downloaded similar-asserts v1.7.0
19182026-08-27T00:50:40.569Z Downloaded supports-color v2.1.0
19192026-08-27T00:50:40.572Z Downloaded rand_distr v0.5.1
19202026-08-27T00:50:40.572Z Downloaded rust-argon2 v2.1.0
19212026-08-27T00:50:40.575Z Downloaded rstest_macros v0.25.0
19222026-08-27T00:50:40.575Z Downloaded supports-hyperlinks v2.1.0
19232026-08-27T00:50:40.575Z Downloaded target-triple v1.0.0
19242026-08-27T00:50:40.575Z Downloaded terminal_size v0.1.17
19252026-08-27T00:50:40.579Z Downloaded target-lexicon v0.13.3
19262026-08-27T00:50:40.579Z Downloaded stringmetrics v2.2.2
19272026-08-27T00:50:40.579Z Downloaded plotters v0.3.7
19282026-08-27T00:50:40.582Z Downloaded supports-unicode v2.1.0
19292026-08-27T00:50:40.585Z Downloaded target-spec v3.5.7
19302026-08-27T00:50:40.585Z Downloaded termcolor v1.4.1
19312026-08-27T00:50:40.585Z Downloaded tinytemplate v1.2.1
19322026-08-27T00:50:40.585Z Downloaded textwrap v0.15.2
19332026-08-27T00:50:40.588Z Downloaded trybuild v1.0.116
19342026-08-27T00:50:40.636Z Downloaded httpmock v0.8.3
19352026-08-27T00:50:42.451Z Checking cfg-if v1.0.4
19362026-08-27T00:50:42.829Z Checking serde_core v1.0.228
19372026-08-27T00:50:42.829Z Checking libc v0.2.185
19382026-08-27T00:50:42.900Z Checking memchr v2.8.0
19392026-08-27T00:50:42.940Z Checking smallvec v1.15.1
19402026-08-27T00:50:42.975Z Checking rand_core v0.10.0
19412026-08-27T00:50:42.978Z Checking itoa v1.0.17
19422026-08-27T00:50:43.040Z Checking subtle v2.6.1
19432026-08-27T00:50:43.040Z Checking libm v0.2.16
19442026-08-27T00:50:43.138Z Checking log v0.4.33
19452026-08-27T00:50:43.187Z Checking typenum v1.20.1
19462026-08-27T00:50:43.190Z Checking scopeguard v1.2.0
19472026-08-27T00:50:43.253Z Checking zmij v1.0.21
19482026-08-27T00:50:43.286Z Checking getrandom v0.4.3
19492026-08-27T00:50:43.320Z Checking errno v0.3.14
19502026-08-27T00:50:43.350Z Checking lock_api v0.4.14
19512026-08-27T00:50:43.354Z Checking stable_deref_trait v1.2.1
19522026-08-27T00:50:43.456Z Checking zerofrom v0.1.6
19532026-08-27T00:50:43.497Z Checking percent-encoding v2.3.2
19542026-08-27T00:50:43.525Z Checking litemap v0.8.1
19552026-08-27T00:50:43.556Z Checking writeable v0.6.2
19562026-08-27T00:50:43.591Z Checking yoke v0.8.1
19572026-08-27T00:50:43.625Z Checking icu_normalizer_data v2.1.1
19582026-08-27T00:50:43.660Z Checking icu_properties_data v2.1.2
19592026-08-27T00:50:43.715Z Checking form_urlencoded v1.2.2
19602026-08-27T00:50:43.750Z Checking utf8_iter v1.0.4
19612026-08-27T00:50:43.787Z Checking num-traits v0.2.19
19622026-08-27T00:50:43.787Z Checking zerovec v0.11.5
19632026-08-27T00:50:43.790Z Checking zerotrie v0.2.3
19642026-08-27T00:50:43.883Z Checking zerocopy v0.8.55
19652026-08-27T00:50:43.919Z Checking portable-atomic v1.13.1
19662026-08-27T00:50:43.954Z Checking pin-project-lite v0.2.17
19672026-08-27T00:50:43.988Z Checking critical-section v1.2.0
19682026-08-27T00:50:44.073Z Checking parking_lot_core v0.9.12
19692026-08-27T00:50:44.118Z Checking signal-hook-registry v1.4.8
19702026-08-27T00:50:44.155Z Checking mio v1.2.0
19712026-08-27T00:50:44.264Z Checking tinystr v0.8.2
19722026-08-27T00:50:44.299Z Checking potential_utf v0.1.4
19732026-08-27T00:50:44.332Z Checking serde v1.0.228
19742026-08-27T00:50:44.339Z Checking bitflags v2.11.0
19752026-08-27T00:50:44.360Z Checking serde_json v1.0.151
19762026-08-27T00:50:44.429Z Checking once_cell v1.21.3
19772026-08-27T00:50:44.464Z Checking icu_locale_core v2.1.1
19782026-08-27T00:50:44.467Z Checking icu_collections v2.1.1
19792026-08-27T00:50:44.467Z Checking parking_lot v0.12.5
19802026-08-27T00:50:44.582Z Checking iana-time-zone v0.1.65
19812026-08-27T00:50:44.676Z Checking uuid v1.23.4
19822026-08-27T00:50:44.709Z Checking socket2 v0.6.3
19832026-08-27T00:50:44.752Z Checking semver v1.0.28
19842026-08-27T00:50:44.789Z Checking zeroize v1.9.0
19852026-08-27T00:50:44.846Z Checking bytes v1.11.1
19862026-08-27T00:50:44.970Z Checking chrono v0.4.45
19872026-08-27T00:50:45.019Z Checking icu_provider v2.1.1
19882026-08-27T00:50:45.066Z Checking thiserror v2.0.18
19892026-08-27T00:50:45.102Z Checking dyn-clone v1.0.20
19902026-08-27T00:50:45.154Z Checking rustix v1.1.4
19912026-08-27T00:50:45.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19922026-08-27T00:50:45.224Z Checking futures-core v0.3.32
19932026-08-27T00:50:45.227Z Checking equivalent v1.0.2
19942026-08-27T00:50:45.287Z Checking icu_normalizer v2.1.1
19952026-08-27T00:50:45.320Z Checking icu_properties v2.1.2
19962026-08-27T00:50:45.352Z Checking tokio v1.52.1
19972026-08-27T00:50:45.397Z Checking getrandom v0.2.17
19982026-08-27T00:50:45.482Z Checking cmov v0.5.4
19992026-08-27T00:50:45.571Z Checking rand_core v0.6.4
20002026-08-27T00:50:45.607Z Checking getrandom v0.3.4
20012026-08-27T00:50:45.692Z Checking ctutils v0.4.2
20022026-08-27T00:50:45.768Z Checking futures-sink v0.3.32
20032026-08-27T00:50:45.803Z Checking byteorder v1.5.0
20042026-08-27T00:50:45.835Z Checking futures-io v0.3.32
20052026-08-27T00:50:45.893Z Checking futures-channel v0.3.32
20062026-08-27T00:50:45.929Z Checking hybrid-array v0.4.13
20072026-08-27T00:50:45.973Z Checking futures-task v0.3.32
20082026-08-27T00:50:46.008Z Checking slab v0.4.12
20092026-08-27T00:50:46.041Z Checking regex-syntax v0.8.10
20102026-08-27T00:50:46.155Z Checking fnv v1.0.7
20112026-08-27T00:50:46.176Z Checking hashbrown v0.17.0
20122026-08-27T00:50:46.182Z Checking idna_adapter v1.2.1
20132026-08-27T00:50:46.207Z Checking futures-util v0.3.32
20142026-08-27T00:50:46.240Z Checking generic-array v0.14.7
20152026-08-27T00:50:46.312Z Checking idna v1.1.0
20162026-08-27T00:50:46.575Z Checking url v2.5.8
20172026-08-27T00:50:46.626Z Checking indexmap v2.14.0
20182026-08-27T00:50:46.660Z Checking ppv-lite86 v0.2.21
20192026-08-27T00:50:46.693Z Checking thiserror v1.0.69
20202026-08-27T00:50:46.727Z Checking crypto-common v0.2.2
20212026-08-27T00:50:46.815Z Checking base64ct v1.8.3
20222026-08-27T00:50:46.969Z Checking const-oid v0.9.6
20232026-08-27T00:50:47.033Z Checking schemars v0.8.22
20242026-08-27T00:50:47.068Z Checking crypto-common v0.1.7
20252026-08-27T00:50:47.192Z Checking block-buffer v0.12.1
20262026-08-27T00:50:47.226Z Checking base64 v0.22.1
20272026-08-27T00:50:47.333Z Checking rand_core v0.9.5
20282026-08-27T00:50:47.372Z Checking block-buffer v0.10.4
20292026-08-27T00:50:47.407Z Checking erased-serde v0.3.31
20302026-08-27T00:50:47.501Z Checking utf8parse v0.2.2
20312026-08-27T00:50:47.535Z Checking rand_chacha v0.9.0
20322026-08-27T00:50:47.564Z Checking anstyle v1.0.14
20332026-08-27T00:50:47.625Z Checking http v1.4.2
20342026-08-27T00:50:47.680Z Checking digest v0.10.7
20352026-08-27T00:50:47.716Z Checking tracing-core v0.1.36
20362026-08-27T00:50:47.757Z Checking rand v0.9.2
20372026-08-27T00:50:47.791Z Checking colorchoice v1.0.4
20382026-08-27T00:50:47.824Z Checking slog v2.8.2
20392026-08-27T00:50:47.906Z Checking anstyle-query v1.1.5
20402026-08-27T00:50:47.942Z Checking is_terminal_polyfill v1.70.2
20412026-08-27T00:50:48.023Z Checking terminal_size v0.4.3
20422026-08-27T00:50:48.059Z Checking tracing v0.1.44
20432026-08-27T00:50:48.063Z Checking const-oid v0.10.2
20442026-08-27T00:50:48.127Z Checking fastrand v2.3.0
20452026-08-27T00:50:48.131Z Checking anstyle-parse v1.0.0
20462026-08-27T00:50:48.189Z Checking ipnet v2.12.0
20472026-08-27T00:50:48.223Z Checking aho-corasick v1.1.4
20482026-08-27T00:50:48.258Z Checking ipnetwork v0.21.1
20492026-08-27T00:50:48.291Z Checking crossbeam-utils v0.8.21
20502026-08-27T00:50:48.294Z Checking strsim v0.11.1
20512026-08-27T00:50:48.459Z Checking anstream v1.0.0
20522026-08-27T00:50:48.476Z Checking tempfile v3.27.0
20532026-08-27T00:50:48.476Z Checking clap_lex v1.0.0
20542026-08-27T00:50:48.493Z Checking unicode-ident v1.0.24
20552026-08-27T00:50:48.525Z Checking powerfmt v0.2.0
20562026-08-27T00:50:48.574Z Checking allocator-api2 v0.2.21
20572026-08-27T00:50:48.578Z Checking tokio-util v0.7.18
20582026-08-27T00:50:48.642Z Checking clap_builder v4.6.0
20592026-08-27T00:50:48.646Z Checking proc-macro2 v1.0.106
20602026-08-27T00:50:48.670Z Checking digest v0.11.3
20612026-08-27T00:50:48.676Z Checking cpufeatures v0.3.0
20622026-08-27T00:50:48.766Z Checking deranged v0.5.8
20632026-08-27T00:50:48.769Z Checking num-conv v0.2.0
20642026-08-27T00:50:48.867Z Checking time-core v0.1.8
20652026-08-27T00:50:48.904Z Checking num_threads v0.1.7
20662026-08-27T00:50:48.908Z Checking regex-automata v0.4.14
20672026-08-27T00:50:48.935Z Checking httparse v1.10.1
20682026-08-27T00:50:49.016Z Checking anyhow v1.0.104
20692026-08-27T00:50:49.052Z Checking cpufeatures v0.2.17
20702026-08-27T00:50:49.084Z Checking quote v1.0.45
20712026-08-27T00:50:49.145Z Checking rustls-pki-types v1.14.0
20722026-08-27T00:50:49.180Z Checking aws-lc-sys v0.40.0
20732026-08-27T00:50:49.221Z Checking untrusted v0.7.1
20742026-08-27T00:50:49.257Z Checking http-body v1.0.1
20752026-08-27T00:50:49.290Z Checking syn v2.0.117
20762026-08-27T00:50:49.353Z Checking atomic-waker v1.1.2
20772026-08-27T00:50:49.412Z Checking oxnet v0.1.6
20782026-08-27T00:50:49.451Z Checking try-lock v0.2.5
20792026-08-27T00:50:49.485Z Checking httpdate v1.0.3
20802026-08-27T00:50:49.575Z Checking want v0.3.1
20812026-08-27T00:50:49.657Z Checking h2 v0.4.15
20822026-08-27T00:50:49.692Z Checking aws-lc-rs v1.16.3
20832026-08-27T00:50:49.697Z Checking hex v0.4.3
20842026-08-27T00:50:49.759Z Checking simd-adler32 v0.3.8
20852026-08-27T00:50:49.784Z Checking time v0.3.47
20862026-08-27T00:50:49.894Z Checking clap v4.6.1
20872026-08-27T00:50:49.975Z Checking tower-service v0.3.3
20882026-08-27T00:50:50.039Z Checking tower-layer v0.3.3
20892026-08-27T00:50:50.039Z Checking untrusted v0.9.0
20902026-08-27T00:50:50.115Z Checking ryu v1.0.23
20912026-08-27T00:50:50.193Z Checking spin v0.9.8
20922026-08-27T00:50:50.242Z Checking adler2 v2.0.1
20932026-08-27T00:50:50.272Z Checking unicode-width v0.2.0
20942026-08-27T00:50:50.327Z Checking miniz_oxide v0.8.9
20952026-08-27T00:50:50.354Z Checking pem-rfc7468 v0.7.0
20962026-08-27T00:50:50.499Z Checking flagset v0.4.7
20972026-08-27T00:50:50.533Z Checking rustls-webpki v0.103.13
20982026-08-27T00:50:50.582Z Checking mime v0.3.17
20992026-08-27T00:50:50.655Z Checking der v0.7.10
21002026-08-27T00:50:50.786Z Checking block-padding v0.4.2
21012026-08-27T00:50:50.832Z Checking camino v1.2.5
21022026-08-27T00:50:50.832Z Checking pretty-hex v0.4.1
21032026-08-27T00:50:50.883Z Checking inout v0.2.2
21042026-08-27T00:50:50.920Z Checking http-body-util v0.1.3
21052026-08-27T00:50:50.983Z Checking rustls v0.23.41
21062026-08-27T00:50:51.004Z Checking plain v0.2.3
21072026-08-27T00:50:51.027Z Checking openssl-probe v0.2.1
21082026-08-27T00:50:51.069Z Checking ucd-trie v0.1.7
21092026-08-27T00:50:51.185Z Checking cipher v0.5.2
21102026-08-27T00:50:51.207Z Checking regex v1.12.3
21112026-08-27T00:50:51.230Z Checking pest v2.8.6
21122026-08-27T00:50:51.270Z Checking serde_urlencoded v0.7.1
21132026-08-27T00:50:51.404Z Checking rand_chacha v0.3.1
21142026-08-27T00:50:51.439Z Checking encoding_rs v0.8.35
21152026-08-27T00:50:51.481Z Checking bit-vec v0.8.0
21162026-08-27T00:50:51.518Z Checking spki v0.7.3
21172026-08-27T00:50:51.571Z Checking futures-executor v0.3.32
21182026-08-27T00:50:51.621Z Checking rand v0.8.6
21192026-08-27T00:50:51.696Z Checking bit-set v0.8.0
21202026-08-27T00:50:51.702Z Checking wait-timeout v0.2.1
21212026-08-27T00:50:51.761Z Checking futures v0.3.32
21222026-08-27T00:50:51.888Z Checking crc32fast v1.5.0
21232026-08-27T00:50:51.947Z Checking quick-error v1.2.3
21242026-08-27T00:50:51.948Z Checking either v1.15.0
21252026-08-27T00:50:52.041Z Checking rusty-fork v0.3.1
21262026-08-27T00:50:52.069Z Checking rand_xorshift v0.4.0
21272026-08-27T00:50:52.138Z Checking sync_wrapper v1.0.2
21282026-08-27T00:50:52.186Z Checking unarray v0.1.4
21292026-08-27T00:50:52.205Z Checking pkcs8 v0.10.2
21302026-08-27T00:50:52.240Z Checking foldhash v0.2.0
21312026-08-27T00:50:52.265Z Checking tower v0.5.3
21322026-08-27T00:50:52.299Z Checking proptest v1.11.0
21332026-08-27T00:50:52.308Z Checking iri-string v0.7.10
21342026-08-27T00:50:52.369Z Checking openapiv3 v2.2.0
21352026-08-27T00:50:52.409Z Checking static_assertions v1.1.0
21362026-08-27T00:50:52.439Z Checking hashbrown v0.16.1
21372026-08-27T00:50:52.456Z Checking hyper v1.10.1
21382026-08-27T00:50:52.516Z Checking zlib-rs v0.6.2
21392026-08-27T00:50:52.694Z Checking sha2 v0.10.9
21402026-08-27T00:50:52.987Z Checking rustls-native-certs v0.8.3
21412026-08-27T00:50:52.990Z Checking lazy_static v1.5.0
21422026-08-27T00:50:53.147Z Checking hubpack v0.1.2
21432026-08-27T00:50:53.169Z Checking psl-types v2.0.11
21442026-08-27T00:50:53.238Z Checking tokio-rustls v0.26.4
21452026-08-27T00:50:53.310Z Checking tinyvec_macros v0.1.1
21462026-08-27T00:50:53.344Z Checking publicsuffix v2.3.0
21472026-08-27T00:50:53.376Z Checking tower-http v0.6.8
21482026-08-27T00:50:53.380Z Checking hyper-util v0.1.20
21492026-08-27T00:50:53.473Z Checking tinyvec v1.10.0
21502026-08-27T00:50:53.478Z Checking flate2 v1.1.9
21512026-08-27T00:50:53.507Z Checking cookie v0.18.1
21522026-08-27T00:50:53.537Z Checking rustls-platform-verifier v0.6.2
21532026-08-27T00:50:53.665Z Checking signature v2.2.0
21542026-08-27T00:50:53.700Z Checking num-integer v0.1.46
21552026-08-27T00:50:53.704Z Checking strum v0.26.3
21562026-08-27T00:50:53.765Z Checking cookie_store v0.22.1
21572026-08-27T00:50:53.768Z Checking scroll v0.13.0
21582026-08-27T00:50:53.830Z Checking ahash v0.8.12
21592026-08-27T00:50:53.833Z Checking memmap2 v0.9.10
21602026-08-27T00:50:53.893Z Checking unicode-width v0.1.14
21612026-08-27T00:50:53.939Z Checking dtrace-parser v0.3.0
21622026-08-27T00:50:54.038Z Checking goblin v0.10.5
21632026-08-27T00:50:54.041Z Checking serde_spanned v0.6.9
21642026-08-27T00:50:54.105Z Checking toml_datetime v0.6.11
21652026-08-27T00:50:54.108Z Checking newtype-uuid v1.3.2
21662026-08-27T00:50:54.170Z Checking thread-id v5.1.0
21672026-08-27T00:50:54.174Z Checking data-encoding v2.10.0
21682026-08-27T00:50:54.235Z Checking bstr v1.12.1
21692026-08-27T00:50:54.239Z Checking hmac v0.12.1
21702026-08-27T00:50:54.299Z Checking base64 v0.21.7
21712026-08-27T00:50:54.332Z Checking x509-cert v0.2.5
21722026-08-27T00:50:54.365Z Checking daft v0.1.8
21732026-08-27T00:50:54.400Z Checking crossbeam-epoch v0.9.18
21742026-08-27T00:50:54.493Z Checking memoffset v0.9.1
21752026-08-27T00:50:54.552Z Checking num-iter v0.1.45
21762026-08-27T00:50:54.600Z Checking scroll v0.12.0
21772026-08-27T00:50:54.634Z Checking zerocopy v0.7.35
21782026-08-27T00:50:54.667Z Checking hyper-rustls v0.27.7
21792026-08-27T00:50:54.670Z Checking rustix v0.38.44
21802026-08-27T00:50:54.670Z Checking env_filter v2.0.0
21812026-08-27T00:50:54.761Z Checking unicode-segmentation v1.12.0
21822026-08-27T00:50:54.841Z Checking goblin v0.8.2
21832026-08-27T00:50:54.874Z Checking tap v1.0.1
21842026-08-27T00:50:54.907Z Checking reqwest v0.13.2
21852026-08-27T00:50:54.992Z Checking unicode-linebreak v0.1.5
21862026-08-27T00:50:55.026Z Checking smawk v0.3.2
21872026-08-27T00:50:55.087Z Checking wyz v0.5.1
21882026-08-27T00:50:55.145Z Checking env_logger v0.11.11
21892026-08-27T00:50:55.180Z Checking num-bigint-dig v0.8.6
21902026-08-27T00:50:55.222Z Checking nix v0.31.2
21912026-08-27T00:50:55.280Z Checking pkcs1 v0.7.5
21922026-08-27T00:50:55.357Z Checking dtrace-parser v0.2.0
21932026-08-27T00:50:55.509Z Checking ff v0.13.1
21942026-08-27T00:50:55.544Z Checking radium v0.7.0
21952026-08-27T00:50:55.613Z Checking thread-id v4.2.2
21962026-08-27T00:50:55.660Z Checking crc-catalog v2.4.0
21972026-08-27T00:50:55.718Z Checking winnow v1.0.3
21982026-08-27T00:50:55.752Z Checking funty v2.0.0
21992026-08-27T00:50:55.784Z Checking same-file v1.0.6
22002026-08-27T00:50:55.788Z Checking base16ct v0.2.0
22012026-08-27T00:50:55.934Z Checking walkdir v2.5.0
22022026-08-27T00:50:55.967Z Checking sec1 v0.7.3
22032026-08-27T00:50:56.001Z Checking rsa v0.9.10
22042026-08-27T00:50:56.085Z Checking bitvec v1.0.1
22052026-08-27T00:50:56.119Z Checking crc v3.4.0
22062026-08-27T00:50:56.229Z Checking group v0.13.0
22072026-08-27T00:50:56.317Z Checking hkdf v0.12.4
22082026-08-27T00:50:56.351Z Checking dof v0.4.0
22092026-08-27T00:50:56.384Z Checking unicode-normalization v0.1.25
22102026-08-27T00:50:56.434Z Checking crypto-bigint v0.5.5
22112026-08-27T00:50:56.476Z Checking zerocopy v0.6.6
22122026-08-27T00:50:56.511Z Checking maybe-uninit v2.0.0
22132026-08-27T00:50:56.556Z Checking foldhash v0.1.5
22142026-08-27T00:50:56.604Z Checking is_ci v1.2.0
22152026-08-27T00:50:56.713Z Checking winnow v0.5.40
22162026-08-27T00:50:56.749Z Checking nodrop v0.1.14
22172026-08-27T00:50:56.752Z Checking dof v0.3.0
22182026-08-27T00:50:56.813Z Checking foreign-types-shared v0.1.1
22192026-08-27T00:50:56.816Z Checking gimli v0.32.3
22202026-08-27T00:50:56.876Z Checking array-init v0.0.4
22212026-08-27T00:50:56.920Z Checking foreign-types v0.3.2
22222026-08-27T00:50:56.992Z Checking usdt-impl v0.6.0
22232026-08-27T00:50:57.029Z Checking hashbrown v0.15.5
22242026-08-27T00:50:57.078Z Checking usdt-impl v0.5.0
22252026-08-27T00:50:57.189Z Checking smallvec v0.6.14
22262026-08-27T00:50:57.292Z Checking usdt v0.6.0
22272026-08-27T00:50:57.352Z Checking elliptic-curve v0.13.8
22282026-08-27T00:50:57.389Z Checking serde_with v3.21.0
22292026-08-27T00:50:57.423Z Checking bitfield v0.19.4
22302026-08-27T00:50:57.428Z Checking packed_struct v0.10.1
22312026-08-27T00:50:57.491Z Checking bzip2-sys v0.1.13+1.0.8
22322026-08-27T00:50:57.525Z Checking openssl-sys v0.9.117
22332026-08-27T00:50:57.601Z Checking object v0.37.3
22342026-08-27T00:50:57.689Z Checking hashbrown v0.12.3
22352026-08-27T00:50:57.752Z Checking siphasher v1.0.2
22362026-08-27T00:50:57.889Z Checking toml_edit v0.19.15
22372026-08-27T00:50:57.924Z Checking keccak v0.1.6
22382026-08-27T00:50:57.959Z Checking rustc-demangle v0.1.27
22392026-08-27T00:50:58.113Z Checking bitflags v1.3.2
22402026-08-27T00:50:58.116Z Checking indexmap v1.9.3
22412026-08-27T00:50:58.198Z Checking sha3 v0.10.8
22422026-08-27T00:50:58.232Z Checking openssl v0.10.80
22432026-08-27T00:50:58.391Z Checking addr2line v0.25.1
22442026-08-27T00:50:58.432Z Checking bzip2 v0.4.4
22452026-08-27T00:50:58.473Z Checking serde-hex v0.1.0
22462026-08-27T00:50:58.507Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22472026-08-27T00:50:58.615Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-08-27T00:50:58.668Z Checking toml_parser v1.1.2+spec-1.1.0
22492026-08-27T00:50:58.792Z Checking ron v0.8.1
22502026-08-27T00:50:58.870Z Checking hashbrown v0.13.2
22512026-08-27T00:50:58.917Z Checking toml v0.7.8
22522026-08-27T00:50:59.014Z Checking itertools v0.13.0
22532026-08-27T00:50:59.247Z Checking itertools v0.15.0
22542026-08-27T00:50:59.306Z Checking signal-hook v0.3.18
22552026-08-27T00:50:59.341Z Checking crc-any v2.5.0
22562026-08-27T00:50:59.519Z Checking managed v0.8.0
22572026-08-27T00:50:59.554Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22582026-08-27T00:50:59.732Z Checking object v0.30.4
22592026-08-27T00:50:59.766Z Checking zip v0.6.6
22602026-08-27T00:50:59.884Z Checking backtrace v0.3.76
22612026-08-27T00:50:59.987Z Checking globset v0.4.18
22622026-08-27T00:51:00.046Z Checking chacha20 v0.10.0
22632026-08-27T00:51:00.105Z Checking curve25519-dalek v4.1.3
22642026-08-27T00:51:00.197Z Checking backtrace-ext v0.2.1
22652026-08-27T00:51:00.231Z Checking toml_write v0.1.2
22662026-08-27T00:51:00.265Z Checking winnow v0.7.14
22672026-08-27T00:51:00.325Z Checking path-slash v0.1.5
22682026-08-27T00:51:00.329Z Checking native-tls v0.2.18
22692026-08-27T00:51:00.390Z Checking signal-hook-mio v0.2.5
22702026-08-27T00:51:00.423Z Checking textwrap v0.16.2
22712026-08-27T00:51:00.456Z Checking ed25519 v2.2.3
22722026-08-27T00:51:00.517Z Checking ref-cast v1.0.25
22732026-08-27T00:51:00.560Z Checking pin-project v1.1.11
22742026-08-27T00:51:00.640Z Checking jiff-core v0.1.0
22752026-08-27T00:51:00.676Z Checking tokio-native-tls v0.3.1
22762026-08-27T00:51:00.682Z Checking pem v3.0.6
22772026-08-27T00:51:00.739Z Checking zstd-sys v2.0.16+zstd.1.5.7
22782026-08-27T00:51:00.862Z Checking owo-colors v4.3.0
22792026-08-27T00:51:00.897Z Checking fixedbitset v0.5.7
22802026-08-27T00:51:00.901Z Checking ed25519-dalek v2.2.0
22812026-08-27T00:51:00.901Z Checking zstd-safe v7.2.4
22822026-08-27T00:51:01.122Z Checking petgraph v0.8.3
22832026-08-27T00:51:01.160Z Checking hyper-tls v0.6.0
22842026-08-27T00:51:01.200Z Checking snafu v0.8.9
22852026-08-27T00:51:01.334Z Checking jiff v0.2.34
22862026-08-27T00:51:01.369Z Checking crossterm v0.28.1
22872026-08-27T00:51:01.438Z Checking supports-color v3.0.2
22882026-08-27T00:51:01.472Z Checking similar v2.7.0
22892026-08-27T00:51:01.475Z Checking toml_edit v0.22.27
22902026-08-27T00:51:01.536Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22912026-08-27T00:51:01.582Z Checking fs-err v3.3.0
22922026-08-27T00:51:01.804Z Checking hash32 v0.2.1
22932026-08-27T00:51:01.883Z Checking serde_plain v1.0.2
22942026-08-27T00:51:01.906Z Checking serde-big-array v0.5.1
22952026-08-27T00:51:01.983Z Checking typed-path v0.9.3
22962026-08-27T00:51:02.039Z Checking libbz2-rs-sys v0.2.2
22972026-08-27T00:51:02.073Z Checking predicates-core v1.0.10
22982026-08-27T00:51:02.104Z Checking unicode-bidi v0.3.18
22992026-08-27T00:51:02.217Z Checking unicode-properties v0.1.4
23002026-08-27T00:51:02.417Z Checking bumpalo v3.20.2
23012026-08-27T00:51:02.451Z Checking stringprep v0.1.5
23022026-08-27T00:51:02.484Z Checking bzip2 v0.6.1
23032026-08-27T00:51:02.516Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23042026-08-27T00:51:02.606Z Checking heapless v0.7.17
23052026-08-27T00:51:02.641Z Checking reqwest v0.12.28
23062026-08-27T00:51:02.671Z Checking zstd v0.13.3
23072026-08-27T00:51:02.675Z Checking zopfli v0.8.3
23082026-08-27T00:51:02.736Z Checking hickory-proto v0.25.2
23092026-08-27T00:51:02.770Z Checking byte-wrapper v0.1.0
23102026-08-27T00:51:02.870Z Checking md-5 v0.10.6
23112026-08-27T00:51:02.904Z Checking float-cmp v0.10.0
23122026-08-27T00:51:02.995Z Checking difflib v0.4.0
23132026-08-27T00:51:03.030Z Checking normalize-line-endings v0.3.0
23142026-08-27T00:51:03.063Z Checking fallible-iterator v0.2.0
23152026-08-27T00:51:03.066Z Checking supports-unicode v3.0.0
23162026-08-27T00:51:03.066Z Checking supports-hyperlinks v3.2.0
23172026-08-27T00:51:03.156Z Checking smoltcp v0.9.1
23182026-08-27T00:51:03.194Z Checking predicates v3.1.4
23192026-08-27T00:51:03.227Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23202026-08-27T00:51:03.230Z Checking zip v4.6.1
23212026-08-27T00:51:03.290Z Checking miette v7.6.0
23222026-08-27T00:51:03.355Z Checking postgres-protocol v0.6.10
23232026-08-27T00:51:03.395Z Checking iddqd v0.4.2
23242026-08-27T00:51:03.506Z Checking phf_shared v0.13.1
23252026-08-27T00:51:03.694Z Checking phf_shared v0.11.3
23262026-08-27T00:51:03.730Z Checking olpc-cjson v0.1.4
23272026-08-27T00:51:03.761Z Checking tokio-stream v0.1.18
23282026-08-27T00:51:03.815Z Checking derive_more v2.1.1
23292026-08-27T00:51:03.818Z Checking strum v0.27.2
23302026-08-27T00:51:03.881Z Checking precomputed-hash v0.1.1
23312026-08-27T00:51:03.884Z Checking fixedbitset v0.4.2
23322026-08-27T00:51:03.946Z Checking lalrpop-util v0.19.12
23332026-08-27T00:51:03.949Z Checking new_debug_unreachable v1.0.6
23342026-08-27T00:51:04.008Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-27T00:51:04.012Z Checking tough v0.22.0
23362026-08-27T00:51:04.072Z Checking string_cache v0.8.9
23372026-08-27T00:51:04.103Z Checking petgraph v0.6.5
23382026-08-27T00:51:04.135Z Checking phf v0.13.1
23392026-08-27T00:51:04.168Z Checking postgres-types v0.2.12
23402026-08-27T00:51:04.261Z Checking buf-list v1.1.2
23412026-08-27T00:51:04.307Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-27T00:51:04.342Z Checking whoami v2.1.0
23432026-08-27T00:51:04.469Z Checking peg-runtime v0.8.5
23442026-08-27T00:51:04.586Z Checking tokio-postgres v0.7.16
23452026-08-27T00:51:04.597Z Checking is-terminal v0.4.17
23462026-08-27T00:51:04.632Z Checking crossbeam-channel v0.5.15
23472026-08-27T00:51:04.636Z Checking thread_local v1.1.9
23482026-08-27T00:51:04.710Z Checking take_mut v0.2.2
23492026-08-27T00:51:04.839Z Checking term v1.2.1
23502026-08-27T00:51:04.872Z Compiling newtype-uuid-macros v0.1.0
23512026-08-27T00:51:04.985Z Checking slog-async v2.8.0
23522026-08-27T00:51:05.082Z Checking slog-term v2.9.2
23532026-08-27T00:51:05.187Z Checking match_cfg v0.1.0
23542026-08-27T00:51:05.283Z Checking hostname v0.3.1
23552026-08-27T00:51:05.354Z Checking slog-json v2.6.1
23562026-08-27T00:51:05.388Z Compiling multer v3.1.0
23572026-08-27T00:51:05.421Z Compiling async-stream-impl v0.3.6
23582026-08-27T00:51:05.500Z Compiling dropshot v0.17.1
23592026-08-27T00:51:05.538Z Checking slog-bunyan v2.5.0
23602026-08-27T00:51:05.637Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23612026-08-27T00:51:05.674Z Checking debug-ignore v1.0.5
23622026-08-27T00:51:05.705Z Compiling dropshot_endpoint v0.17.1
23632026-08-27T00:51:05.795Z Checking serde_path_to_error v0.1.20
23642026-08-27T00:51:05.829Z Checking sha1 v0.11.0
23652026-08-27T00:51:05.861Z Checking serde_spanned v1.1.1
23662026-08-27T00:51:06.015Z Checking toml_datetime v1.1.1+spec-1.1.0
23672026-08-27T00:51:06.049Z Checking compression-core v0.4.31
23682026-08-27T00:51:06.081Z Checking toml_writer v1.1.1+spec-1.1.0
23692026-08-27T00:51:06.085Z Checking async-stream v0.3.6
23702026-08-27T00:51:06.176Z Checking waitgroup v0.1.2
23712026-08-27T00:51:06.211Z Checking compression-codecs v0.4.37
23722026-08-27T00:51:06.244Z Checking rustls-pemfile v2.2.0
23732026-08-27T00:51:06.249Z Checking hostname v0.4.2
23742026-08-27T00:51:06.307Z Checking toml v1.1.2+spec-1.1.0
23752026-08-27T00:51:06.307Z Checking progenitor-client v0.14.0
23762026-08-27T00:51:06.410Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23772026-08-27T00:51:06.418Z Checking async-compression v0.4.41
23782026-08-27T00:51:06.418Z Checking atomicwrites v0.4.4
23792026-08-27T00:51:06.418Z Compiling serde_tokenstream v0.3.0
23802026-08-27T00:51:06.534Z Compiling parse-display-derive v0.10.0
23812026-08-27T00:51:06.570Z Checking regress v0.10.5
23822026-08-27T00:51:06.603Z Checking macaddr v1.0.1
23832026-08-27T00:51:06.733Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842026-08-27T00:51:06.800Z Checking instant v0.1.13
23852026-08-27T00:51:06.834Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23862026-08-27T00:51:06.838Z Compiling oxide-generation-macros v0.2.0
23872026-08-27T00:51:06.909Z Checking itertools v0.14.0
23882026-08-27T00:51:06.946Z Checking oxide-generation v0.1.3
23892026-08-27T00:51:06.977Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-08-27T00:51:07.160Z Checking backoff v0.4.0
23912026-08-27T00:51:07.194Z Checking backon v1.6.0
23922026-08-27T00:51:07.228Z Checking humantime v2.3.0
23932026-08-27T00:51:07.373Z Compiling convert_case v0.4.0
23942026-08-27T00:51:07.412Z Checking progenitor-extras v0.2.0
23952026-08-27T00:51:07.477Z Checking half v2.7.1
23962026-08-27T00:51:07.648Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
23972026-08-27T00:51:07.684Z Checking ciborium-io v0.2.2
23982026-08-27T00:51:07.761Z Checking heck v0.5.0
23992026-08-27T00:51:07.795Z Compiling derive_more v0.99.20
24002026-08-27T00:51:07.826Z Checking ciborium-ll v0.2.2
24012026-08-27T00:51:07.865Z Checking secrecy v0.10.3
24022026-08-27T00:51:07.909Z Checking camino-tempfile v1.4.1
24032026-08-27T00:51:08.015Z Checking indent_write v2.2.0
24042026-08-27T00:51:08.049Z Checking ciborium v0.2.2
24052026-08-27T00:51:08.052Z Compiling crucible-workspace-hack v0.1.0
24062026-08-27T00:51:08.079Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24072026-08-27T00:51:08.145Z Compiling regress v0.11.1
24082026-08-27T00:51:08.175Z Checking inout v0.1.4
24092026-08-27T00:51:08.231Z Checking parse-display v0.10.0
24102026-08-27T00:51:08.358Z Checking cipher v0.4.4
24112026-08-27T00:51:08.403Z Checking universal-hash v0.5.1
24122026-08-27T00:51:08.437Z Compiling thiserror-impl-no-std v2.0.2
24132026-08-27T00:51:08.440Z Checking opaque-debug v0.3.1
24142026-08-27T00:51:08.501Z Checking blake2 v0.10.6
24152026-08-27T00:51:08.553Z Checking aead v0.5.2
24162026-08-27T00:51:08.586Z Checking poly1305 v0.8.0
24172026-08-27T00:51:08.589Z Checking chacha20 v0.9.1
24182026-08-27T00:51:08.722Z Checking password-hash v0.5.0
24192026-08-27T00:51:08.758Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24202026-08-27T00:51:08.834Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-08-27T00:51:08.872Z Checking chacha20poly1305 v0.10.1
24222026-08-27T00:51:08.963Z Checking argon2 v0.5.3
24232026-08-27T00:51:09.022Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-27T00:51:09.186Z Compiling unsafe-libyaml v0.2.11
24252026-08-27T00:51:09.281Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-08-27T00:51:09.329Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24272026-08-27T00:51:09.437Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282026-08-27T00:51:09.575Z Checking swrite v0.1.0
24292026-08-27T00:51:09.612Z Checking thiserror-no-std v2.0.2
24302026-08-27T00:51:09.689Z Compiling typify-impl v0.6.2
24312026-08-27T00:51:09.726Z Checking vsss-rs v3.3.4
24322026-08-27T00:51:09.939Z Compiling serde_yaml v0.9.34+deprecated
24332026-08-27T00:51:10.364Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-08-27T00:51:10.831Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24352026-08-27T00:51:10.937Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-27T00:51:11.060Z Checking crossbeam-deque v0.8.6
24372026-08-27T00:51:11.098Z Compiling rayon-core v1.13.0
24382026-08-27T00:51:11.272Z Compiling num-derive v0.4.2
24392026-08-27T00:51:11.341Z Compiling toml_datetime v0.7.5+spec-1.1.0
24402026-08-27T00:51:11.374Z Compiling proc-macro-error v1.0.4
24412026-08-27T00:51:11.608Z Compiling toml_edit v0.23.10+spec-1.0.0
24422026-08-27T00:51:11.700Z Checking tabwriter v1.4.1
24432026-08-27T00:51:11.753Z Checking rayon v1.11.0
24442026-08-27T00:51:11.791Z Checking glob v0.3.3
24452026-08-27T00:51:11.871Z Compiling illumos-nvpair-sys v0.2.0
24462026-08-27T00:51:11.994Z Compiling heapless v0.8.0
24472026-08-27T00:51:12.031Z Checking hash32 v0.3.1
24482026-08-27T00:51:12.181Z Compiling proc-macro-crate v3.4.0
24492026-08-27T00:51:12.214Z Compiling ingot-macros v0.2.0
24502026-08-27T00:51:12.261Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24512026-08-27T00:51:12.520Z Checking colored v3.1.1
24522026-08-27T00:51:12.523Z Compiling smoltcp v0.11.0
24532026-08-27T00:51:12.730Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-08-27T00:51:12.797Z Compiling num_enum_derive v0.7.6
24552026-08-27T00:51:12.843Z Checking illumos-nvpair v0.3.0
24562026-08-27T00:51:13.032Z Checking toml v0.8.23
24572026-08-27T00:51:13.041Z Checking cobs v0.3.0
24582026-08-27T00:51:13.088Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24592026-08-27T00:51:13.188Z Checking postcard v1.1.3
24602026-08-27T00:51:13.323Z Checking rand v0.10.1
24612026-08-27T00:51:13.365Z Compiling proc-macro-crate v1.3.1
24622026-08-27T00:51:13.515Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24632026-08-27T00:51:13.746Z Checking sigpipe v0.1.3
24642026-08-27T00:51:13.810Z Compiling foreign-types-macros v0.2.3
24652026-08-27T00:51:13.842Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24662026-08-27T00:51:13.873Z Checking num_enum v0.7.6
24672026-08-27T00:51:13.876Z Checking foreign-types-shared v0.3.1
24682026-08-27T00:51:14.014Z Compiling num_enum_derive v0.5.11
24692026-08-27T00:51:14.185Z Compiling usdt-attr-macro v0.5.0
24702026-08-27T00:51:14.224Z Compiling typify-macro v0.6.2
24712026-08-27T00:51:14.285Z Compiling usdt-macro v0.5.0
24722026-08-27T00:51:14.416Z Checking foreign-types v0.5.0
24732026-08-27T00:51:14.448Z Checking cstr-argument v0.1.2
24742026-08-27T00:51:14.518Z Checking memmap v0.7.0
24752026-08-27T00:51:14.591Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24762026-08-27T00:51:14.674Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24772026-08-27T00:51:14.992Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24782026-08-27T00:51:15.029Z Checking usdt v0.5.0
24792026-08-27T00:51:15.060Z Checking num_enum v0.5.11
24802026-08-27T00:51:15.063Z Checking ingot-types v0.2.0
24812026-08-27T00:51:15.063Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24822026-08-27T00:51:15.154Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24832026-08-27T00:51:15.189Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24842026-08-27T00:51:15.250Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24852026-08-27T00:51:15.283Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24862026-08-27T00:51:15.286Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24872026-08-27T00:51:15.414Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24882026-08-27T00:51:15.438Z Compiling zone_cfg_derive v0.3.1
24892026-08-27T00:51:15.473Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24902026-08-27T00:51:15.503Z Checking ingot v0.2.1
24912026-08-27T00:51:15.537Z Checking itertools v0.12.1
24922026-08-27T00:51:15.664Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24932026-08-27T00:51:15.866Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24942026-08-27T00:51:15.940Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24952026-08-27T00:51:15.972Z Compiling typify v0.6.2
24962026-08-27T00:51:16.088Z Checking smf v0.2.3
24972026-08-27T00:51:16.121Z Compiling progenitor-impl v0.14.0
24982026-08-27T00:51:16.205Z Checking whoami v1.6.1
24992026-08-27T00:51:16.240Z Compiling derive-where v1.6.0
25002026-08-27T00:51:16.338Z Checking tokio-dtrace v0.1.1
25012026-08-27T00:51:16.394Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-08-27T00:51:16.547Z Checking oxide-tokio-rt v0.1.4
25032026-08-27T00:51:16.582Z Checking zone v0.3.1
25042026-08-27T00:51:16.744Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-08-27T00:51:16.910Z Checking console v0.15.11
25062026-08-27T00:51:16.956Z Checking newline-converter v0.3.0
25072026-08-27T00:51:17.063Z Checking bytecount v0.6.9
25082026-08-27T00:51:17.096Z Checking num-rational v0.4.2
25092026-08-27T00:51:17.128Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25102026-08-27T00:51:17.194Z Checking num-complex v0.4.6
25112026-08-27T00:51:17.226Z Checking expectorate v1.2.0
25122026-08-27T00:51:17.414Z Compiling cancel-safe-futures v0.1.5
25132026-08-27T00:51:17.503Z Checking float-ord v0.3.2
25142026-08-27T00:51:17.571Z Checking linear-map v1.2.0
25152026-08-27T00:51:17.622Z Checking num v0.4.3
25162026-08-27T00:51:17.625Z Checking oxide-update-engine-types v0.1.2
25172026-08-27T00:51:17.728Z Checking gethostname v0.5.0
25182026-08-27T00:51:17.792Z Compiling prettyplease v0.2.37
25192026-08-27T00:51:17.844Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-08-27T00:51:18.048Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25212026-08-27T00:51:18.253Z Checking resolv-conf v0.7.6
25222026-08-27T00:51:18.285Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25232026-08-27T00:51:18.319Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25242026-08-27T00:51:18.347Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25252026-08-27T00:51:18.463Z Checking papergrid v0.11.0
25262026-08-27T00:51:18.573Z Checking oxide-update-engine v0.1.2
25272026-08-27T00:51:18.607Z Compiling tabled_derive v0.7.0
25282026-08-27T00:51:18.773Z Compiling progenitor-macro v0.14.0
25292026-08-27T00:51:19.043Z Compiling slog-dtrace v0.3.0
25302026-08-27T00:51:19.305Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25312026-08-27T00:51:19.341Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25322026-08-27T00:51:19.578Z Checking tabled v0.15.0
25332026-08-27T00:51:19.859Z Checking crossterm v0.29.0
25342026-08-27T00:51:19.930Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25352026-08-27T00:51:20.131Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362026-08-27T00:51:20.387Z Checking linked-hash-map v0.5.6
25372026-08-27T00:51:20.579Z Checking lru-cache v0.1.2
25382026-08-27T00:51:20.805Z Checking hickory-proto v0.24.4
25392026-08-27T00:51:20.809Z Checking fd-lock v4.0.4
25402026-08-27T00:51:21.531Z Checking vte v0.14.1
25412026-08-27T00:51:21.837Z Checking strip-ansi-escapes v0.2.1
25422026-08-27T00:51:22.856Z Checking termtree v0.5.1
25432026-08-27T00:51:23.049Z Checking nu-ansi-term v0.50.3
25442026-08-27T00:51:23.179Z Checking hickory-resolver v0.24.4
25452026-08-27T00:51:23.222Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-08-27T00:51:23.281Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25472026-08-27T00:51:23.313Z Checking reedline v0.40.0
25482026-08-27T00:51:23.639Z Compiling minimal-lexical v0.2.1
25492026-08-27T00:51:23.732Z Checking progenitor v0.14.0
25502026-08-27T00:51:23.899Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-08-27T00:51:23.932Z Compiling nom v7.1.3
25522026-08-27T00:51:23.935Z Checking qorb v0.4.1
25532026-08-27T00:51:24.483Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25542026-08-27T00:51:25.159Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25552026-08-27T00:51:25.290Z Checking display-error-chain v0.2.2
25562026-08-27T00:51:25.399Z Compiling unicode-xid v0.2.6
25572026-08-27T00:51:25.437Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25582026-08-27T00:51:25.722Z Compiling ar_archive_writer v0.5.1
25592026-08-27T00:51:25.899Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25602026-08-27T00:51:26.080Z Checking csv-core v0.1.13
25612026-08-27T00:51:26.172Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25622026-08-27T00:51:26.205Z Compiling stacker v0.1.23
25632026-08-27T00:51:26.240Z Compiling cfg_aliases v0.1.1
25642026-08-27T00:51:26.273Z Checking highway v1.3.0
25652026-08-27T00:51:26.306Z Checking csv v1.4.0
25662026-08-27T00:51:26.404Z Compiling semver v0.1.20
25672026-08-27T00:51:26.527Z Compiling nix v0.28.0
25682026-08-27T00:51:26.558Z Compiling rustc_version v0.1.7
25692026-08-27T00:51:26.590Z Compiling psm v0.1.30
25702026-08-27T00:51:26.655Z Checking nibble_vec v0.1.0
25712026-08-27T00:51:26.695Z Checking endian-type v0.1.2
25722026-08-27T00:51:26.804Z Compiling newtype_derive v0.1.6
25732026-08-27T00:51:26.808Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25742026-08-27T00:51:26.868Z Checking radix_trie v0.2.1
25752026-08-27T00:51:26.943Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25762026-08-27T00:51:27.019Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-08-27T00:51:27.100Z Checking phf_shared v0.12.1
25782026-08-27T00:51:27.300Z Compiling recursive-proc-macro-impl v0.1.1
25792026-08-27T00:51:27.375Z Compiling chrono-tz v0.10.4
25802026-08-27T00:51:27.439Z Checking phf v0.12.1
25812026-08-27T00:51:27.606Z Compiling const_format_proc_macros v0.2.34
25822026-08-27T00:51:27.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25832026-08-27T00:51:27.710Z Compiling peg-macros v0.8.5
25842026-08-27T00:51:27.776Z Checking recursive v0.1.1
25852026-08-27T00:51:27.883Z Checking winnow v0.6.26
25862026-08-27T00:51:27.918Z Compiling sqlparser_derive v0.5.0
25872026-08-27T00:51:27.921Z Checking unicode_categories v0.1.1
25882026-08-27T00:51:28.133Z Checking home v0.5.12
25892026-08-27T00:51:28.435Z Checking const_format v0.2.35
25902026-08-27T00:51:28.512Z Checking rustyline v14.0.0
25912026-08-27T00:51:28.691Z Checking sqlparser v0.61.0
25922026-08-27T00:51:29.060Z Checking sqlformat v0.3.5
25932026-08-27T00:51:29.092Z Checking peg v0.8.5
25942026-08-27T00:51:29.223Z Checking bcs v0.1.6
25952026-08-27T00:51:29.294Z Checking nom v8.0.0
25962026-08-27T00:51:29.483Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25972026-08-27T00:51:29.517Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25982026-08-27T00:51:29.520Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25992026-08-27T00:51:29.733Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26002026-08-27T00:51:29.831Z Checking steno v0.4.1
26012026-08-27T00:51:30.039Z Checking sha1 v0.10.6
26022026-08-27T00:51:30.074Z Checking filetime v0.2.27
26032026-08-27T00:51:30.233Z Checking xattr v1.6.1
26042026-08-27T00:51:30.236Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26052026-08-27T00:51:30.391Z Checking tar v0.4.46
26062026-08-27T00:51:30.448Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
26072026-08-27T00:51:30.481Z Checking subprocess v0.2.15
26082026-08-27T00:51:30.789Z Checking headers-core v0.3.0
26092026-08-27T00:51:30.821Z Checking yasna v0.5.2
26102026-08-27T00:51:30.855Z Checking port-file v0.1.0
26112026-08-27T00:51:30.923Z Checking headers v0.4.1
26122026-08-27T00:51:31.074Z Checking dropshot-api-manager-types v0.8.0
26132026-08-27T00:51:31.232Z Checking rcgen v0.12.1
26142026-08-27T00:51:31.265Z Checking tagptr v0.2.0
26152026-08-27T00:51:31.295Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26162026-08-27T00:51:31.398Z Checking utf-8 v0.7.6
26172026-08-27T00:51:31.483Z Checking moka v0.12.13
26182026-08-27T00:51:31.562Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26192026-08-27T00:51:31.594Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26202026-08-27T00:51:31.730Z Compiling libefi-sys v0.1.0
26212026-08-27T00:51:31.781Z Compiling bitfield-struct v0.6.2
26222026-08-27T00:51:32.052Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232026-08-27T00:51:32.094Z Checking hickory-resolver v0.25.2
26242026-08-27T00:51:32.154Z Checking tungstenite v0.21.0
26252026-08-27T00:51:32.211Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26262026-08-27T00:51:32.407Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26272026-08-27T00:51:32.458Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26282026-08-27T00:51:32.653Z Checking tokio-tungstenite v0.21.0
26292026-08-27T00:51:32.681Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26302026-08-27T00:51:32.684Z Compiling xshell-macros v0.2.7
26312026-08-27T00:51:32.745Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26322026-08-27T00:51:32.775Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26332026-08-27T00:51:32.837Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26342026-08-27T00:51:32.947Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26352026-08-27T00:51:33.038Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-08-27T00:51:33.113Z Checking xshell v0.2.7
26372026-08-27T00:51:33.189Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26382026-08-27T00:51:33.477Z Checking half v1.8.3
26392026-08-27T00:51:33.527Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26402026-08-27T00:51:33.696Z Checking serde_cbor v0.11.2
26412026-08-27T00:51:33.867Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26422026-08-27T00:51:33.923Z Checking libscf-sys v1.2.0
26432026-08-27T00:51:34.072Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26442026-08-27T00:51:34.075Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26452026-08-27T00:51:34.134Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-08-27T00:51:34.166Z Checking papergrid v0.18.0
26472026-08-27T00:51:34.330Z Checking maplit v1.0.2
26482026-08-27T00:51:34.438Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26492026-08-27T00:51:34.492Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-08-27T00:51:34.669Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26512026-08-27T00:51:34.946Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26522026-08-27T00:51:34.977Z Checking tabled v0.21.0
26532026-08-27T00:51:35.110Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26542026-08-27T00:51:35.219Z Checking crc8 v0.1.1
26552026-08-27T00:51:35.322Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26562026-08-27T00:51:35.354Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26572026-08-27T00:51:35.456Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26582026-08-27T00:51:35.489Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26592026-08-27T00:51:35.704Z Checking unicase v2.9.0
26602026-08-27T00:51:35.737Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26612026-08-27T00:51:35.811Z Checking fxhash v0.2.1
26622026-08-27T00:51:35.957Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26632026-08-27T00:51:36.042Z Checking sha2 v0.11.0
26642026-08-27T00:51:36.081Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26652026-08-27T00:51:36.330Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26662026-08-27T00:51:36.396Z Compiling darling_core v0.21.3
26672026-08-27T00:51:36.721Z Compiling vergen-lib v0.1.6
26682026-08-27T00:51:36.884Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26692026-08-27T00:51:36.927Z Compiling diesel_derives v2.3.7
26702026-08-27T00:51:37.002Z Checking scheduled-thread-pool v0.2.7
26712026-08-27T00:51:37.170Z Compiling vergen-gitcl v1.0.8
26722026-08-27T00:51:37.203Z Compiling diesel_table_macro_syntax v0.3.0
26732026-08-27T00:51:37.451Z Checking r2d2 v0.8.10
26742026-08-27T00:51:37.515Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26752026-08-27T00:51:37.664Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-08-27T00:51:37.759Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26772026-08-27T00:51:37.945Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26782026-08-27T00:51:38.046Z Checking downcast-rs v2.0.2
26792026-08-27T00:51:38.257Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26802026-08-27T00:51:38.531Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26812026-08-27T00:51:38.765Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26822026-08-27T00:51:38.796Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26832026-08-27T00:51:38.878Z Checking kstat-rs v0.2.5
26842026-08-27T00:51:38.946Z Compiling darling_macro v0.21.3
26852026-08-27T00:51:38.979Z Compiling proc-macro-error-attr2 v2.0.0
26862026-08-27T00:51:39.096Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26872026-08-27T00:51:39.403Z Compiling proc-macro-error2 v2.0.1
26882026-08-27T00:51:39.434Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26892026-08-27T00:51:39.496Z Compiling darling v0.21.3
26902026-08-27T00:51:39.611Z Compiling dsl_auto_type v0.2.0
26912026-08-27T00:51:39.661Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26922026-08-27T00:51:39.741Z Compiling knus-derive v3.4.0
26932026-08-27T00:51:40.719Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26942026-08-27T00:51:41.019Z Compiling dirs-sys-next v0.1.2
26952026-08-27T00:51:41.054Z Compiling salty v0.3.0
26962026-08-27T00:51:41.213Z Compiling parking_lot_core v0.8.6
26972026-08-27T00:51:41.248Z Compiling crunchy v0.2.4
26982026-08-27T00:51:41.342Z Compiling dirs-next v2.0.0
26992026-08-27T00:51:41.384Z Compiling clang-sys v1.8.1
27002026-08-27T00:51:41.512Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27012026-08-27T00:51:41.572Z Compiling git-stub v1.0.0
27022026-08-27T00:51:41.614Z Compiling tiny-keccak v2.0.2
27032026-08-27T00:51:41.807Z Compiling git-stub-vcs v0.1.0
27042026-08-27T00:51:41.911Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27052026-08-27T00:51:41.974Z Compiling term v0.7.0
27062026-08-27T00:51:42.195Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27072026-08-27T00:51:42.227Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-08-27T00:51:42.302Z Compiling bit-vec v0.6.3
27092026-08-27T00:51:42.508Z Compiling ascii-canvas v3.0.0
27102026-08-27T00:51:42.519Z Compiling bit-set v0.5.3
27112026-08-27T00:51:42.563Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27122026-08-27T00:51:42.594Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27132026-08-27T00:51:42.698Z Checking parking_lot v0.11.2
27142026-08-27T00:51:42.909Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27152026-08-27T00:51:42.941Z Checking rfc6979 v0.4.0
27162026-08-27T00:51:43.077Z Checking prefix-trie v0.7.0
27172026-08-27T00:51:43.104Z Compiling hashbrown v0.14.5
27182026-08-27T00:51:43.221Z Compiling itertools v0.10.5
27192026-08-27T00:51:43.353Z Compiling ena v0.14.4
27202026-08-27T00:51:43.437Z Compiling libloading v0.8.9
27212026-08-27T00:51:43.590Z Compiling regex-syntax v0.6.29
27222026-08-27T00:51:43.673Z Compiling bindgen v0.71.1
27232026-08-27T00:51:43.706Z Compiling diff v0.1.13
27242026-08-27T00:51:43.992Z Compiling chumsky v0.9.3
27252026-08-27T00:51:44.114Z Checking hickory-server v0.25.2
27262026-08-27T00:51:44.300Z Compiling ecdsa v0.16.9
27272026-08-27T00:51:45.092Z Compiling lalrpop v0.19.12
27282026-08-27T00:51:45.252Z Checking sled v0.34.7
27292026-08-27T00:51:45.345Z Compiling cexpr v0.6.0
27302026-08-27T00:51:45.409Z Checking primeorder v0.13.6
27312026-08-27T00:51:45.461Z Checking diesel v2.3.7
27322026-08-27T00:51:45.643Z Checking nanorand v0.7.0
27332026-08-27T00:51:45.872Z Compiling rustc-hash v2.1.1
27342026-08-27T00:51:45.969Z Compiling p384 v0.13.1
27352026-08-27T00:51:46.057Z Checking flume v0.11.1
27362026-08-27T00:51:46.482Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27372026-08-27T00:51:46.525Z Compiling knus v3.4.0
27382026-08-27T00:51:46.761Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27392026-08-27T00:51:47.117Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27402026-08-27T00:51:47.211Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27412026-08-27T00:51:47.488Z Compiling libxml v0.3.3
27422026-08-27T00:51:47.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27432026-08-27T00:51:47.568Z Checking assert_matches v1.5.0
27442026-08-27T00:51:47.665Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27452026-08-27T00:51:47.841Z Compiling strum_macros v0.24.3
27462026-08-27T00:51:47.869Z Compiling indoc v1.0.9
27472026-08-27T00:51:48.782Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-27T00:51:48.904Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-08-27T00:51:49.058Z Checking quick-xml v0.37.5
27502026-08-27T00:51:49.183Z Checking derive_builder v0.20.2
27512026-08-27T00:51:49.267Z Compiling oso-derive v0.27.3
27522026-08-27T00:51:49.309Z Compiling trait-variant v0.1.2
27532026-08-27T00:51:49.774Z Compiling impl-trait-for-tuples v0.2.3
27542026-08-27T00:51:49.863Z Checking openssl-probe v0.1.6
27552026-08-27T00:51:49.895Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27562026-08-27T00:51:50.046Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27572026-08-27T00:51:50.612Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582026-08-27T00:51:50.706Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27592026-08-27T00:51:50.820Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27602026-08-27T00:51:50.920Z Checking corncobs v0.1.4
27612026-08-27T00:51:51.078Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27622026-08-27T00:51:51.120Z Checking predicates-tree v1.0.13
27632026-08-27T00:51:51.262Z Compiling progenitor-impl v0.13.0
27642026-08-27T00:51:51.327Z Checking secrecy v0.8.0
27652026-08-27T00:51:51.360Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27662026-08-27T00:51:51.927Z Checking progenitor-client v0.13.0
27672026-08-27T00:51:52.200Z Checking anstyle-parse v0.2.7
27682026-08-27T00:51:52.331Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27692026-08-27T00:51:52.387Z Checking anstream v0.6.21
27702026-08-27T00:51:52.433Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27712026-08-27T00:51:52.622Z Checking bb8 v0.8.6
27722026-08-27T00:51:52.887Z Compiling mime_guess v2.0.5
27732026-08-27T00:51:52.977Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27742026-08-27T00:51:53.204Z Checking ignore v0.4.25
27752026-08-27T00:51:53.468Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27762026-08-27T00:51:53.642Z Checking http-range v0.1.5
27772026-08-27T00:51:53.645Z Checking globwalk v0.9.1
27782026-08-27T00:51:53.800Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27792026-08-27T00:51:53.964Z Compiling progenitor-macro v0.13.0
27802026-08-27T00:51:54.033Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27812026-08-27T00:51:54.398Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27822026-08-27T00:51:54.602Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27832026-08-27T00:51:55.060Z Checking digest-io v0.1.0
27842026-08-27T00:51:55.224Z Checking nonempty v0.12.0
27852026-08-27T00:51:55.421Z Checking rawzip v0.4.4
27862026-08-27T00:51:55.880Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27872026-08-27T00:51:55.911Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27882026-08-27T00:51:56.126Z Checking camino-tempfile-ext v0.3.3
27892026-08-27T00:51:56.358Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27902026-08-27T00:51:56.624Z Checking hyper-staticfile v0.10.1
27912026-08-27T00:51:56.943Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-08-27T00:51:57.202Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27932026-08-27T00:51:57.264Z Checking signal-hook-tokio v0.3.1
27942026-08-27T00:51:57.448Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-08-27T00:51:57.685Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27962026-08-27T00:51:57.812Z Checking scuffle v0.1.0
27972026-08-27T00:51:57.913Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27982026-08-27T00:51:58.108Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-08-27T00:51:58.262Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28002026-08-27T00:51:58.518Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28012026-08-27T00:51:58.549Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28022026-08-27T00:51:58.583Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28032026-08-27T00:51:58.814Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28042026-08-27T00:51:58.959Z Checking progenitor v0.13.0
28052026-08-27T00:51:59.138Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28062026-08-27T00:51:59.182Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28072026-08-27T00:51:59.516Z Checking async-bb8-diesel v0.2.1
28082026-08-27T00:51:59.640Z Checking diesel-dtrace v0.5.0
28092026-08-27T00:51:59.826Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28102026-08-27T00:51:59.899Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28112026-08-27T00:51:59.930Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28122026-08-27T00:52:00.094Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28132026-08-27T00:52:00.424Z Checking tungstenite v0.23.0
28142026-08-27T00:52:00.689Z Checking rand_seeder v0.4.0
28152026-08-27T00:52:00.871Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28162026-08-27T00:52:00.902Z Checking tokio-tungstenite v0.23.1
28172026-08-27T00:52:01.018Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28182026-08-27T00:52:01.190Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28192026-08-27T00:52:01.260Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28202026-08-27T00:52:02.137Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28212026-08-27T00:52:03.020Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28222026-08-27T00:52:03.067Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28232026-08-27T00:52:03.301Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28242026-08-27T00:52:03.884Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-08-27T00:52:04.060Z Checking void v1.0.2
28262026-08-27T00:52:04.157Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28272026-08-27T00:52:04.200Z Checking lzss v0.8.2
28282026-08-27T00:52:04.352Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-08-27T00:52:04.416Z Checking nix v0.27.1
28302026-08-27T00:52:04.448Z Checking serde_bytes v0.11.19
28312026-08-27T00:52:04.539Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28322026-08-27T00:52:04.948Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28332026-08-27T00:52:05.284Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28342026-08-27T00:52:05.597Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28352026-08-27T00:52:06.110Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28362026-08-27T00:52:06.240Z Checking cpubits v0.1.1
28372026-08-27T00:52:06.377Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28382026-08-27T00:52:06.433Z Checking yansi v1.0.1
28392026-08-27T00:52:06.513Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-08-27T00:52:06.713Z Checking pretty_assertions v1.4.1
28412026-08-27T00:52:06.788Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28422026-08-27T00:52:06.884Z Checking pem-rfc7468 v1.0.0
28432026-08-27T00:52:07.079Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28442026-08-27T00:52:07.350Z Checking colored v2.2.0
28452026-08-27T00:52:07.556Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28462026-08-27T00:52:07.588Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28472026-08-27T00:52:07.778Z Checking hmac v0.13.0
28482026-08-27T00:52:07.976Z Checking universal-hash v0.6.1
28492026-08-27T00:52:08.144Z Compiling libz-sys v1.1.24
28502026-08-27T00:52:08.379Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28512026-08-27T00:52:08.523Z Compiling instability v0.3.11
28522026-08-27T00:52:08.648Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-27T00:52:08.711Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28542026-08-27T00:52:08.773Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28552026-08-27T00:52:08.815Z Checking castaway v0.2.4
28562026-08-27T00:52:08.963Z Compiling indoc v2.0.7
28572026-08-27T00:52:09.035Z Checking compact_str v0.8.1
28582026-08-27T00:52:09.206Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28592026-08-27T00:52:09.446Z Checking polyval v0.7.1
28602026-08-27T00:52:09.650Z Checking der v0.8.0
28612026-08-27T00:52:10.181Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28622026-08-27T00:52:10.221Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28632026-08-27T00:52:10.347Z Checking unicode-truncate v1.1.0
28642026-08-27T00:52:10.407Z Checking lru v0.12.5
28652026-08-27T00:52:10.473Z Compiling libgit2-sys v0.18.3+1.9.2
28662026-08-27T00:52:10.508Z Checking arc-swap v1.8.2
28672026-08-27T00:52:10.570Z Checking cassowary v0.3.0
28682026-08-27T00:52:10.691Z Checking ghash v0.6.0
28692026-08-27T00:52:10.786Z Checking slog-scope v4.4.1
28702026-08-27T00:52:10.816Z Checking ratatui v0.29.0
28712026-08-27T00:52:10.946Z Checking pbkdf2 v0.13.0
28722026-08-27T00:52:10.980Z Checking crypto-bigint v0.7.5
28732026-08-27T00:52:11.088Z Checking aes v0.9.1
28742026-08-27T00:52:11.520Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28752026-08-27T00:52:12.126Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28762026-08-27T00:52:12.379Z Checking ctr v0.10.1
28772026-08-27T00:52:12.598Z Checking aead v0.6.1
28782026-08-27T00:52:12.770Z Checking cargo-platform v0.3.2
28792026-08-27T00:52:12.863Z Compiling petname v2.0.2
28802026-08-27T00:52:12.980Z Checking cargo_metadata v0.23.1
28812026-08-27T00:52:13.240Z Checking aes-gcm v0.11.0
28822026-08-27T00:52:13.431Z Checking slog-stdlog v4.1.1
28832026-08-27T00:52:13.465Z Checking spki v0.8.0
28842026-08-27T00:52:13.585Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28852026-08-27T00:52:13.668Z Checking salsa20 v0.11.0
28862026-08-27T00:52:13.740Z Checking console v0.16.2
28872026-08-27T00:52:13.839Z Compiling vergen-git2 v9.1.0
28882026-08-27T00:52:14.055Z Checking plotters-backend v0.3.7
28892026-08-27T00:52:14.088Z Checking unit-prefix v0.5.2
28902026-08-27T00:52:14.246Z Checking indicatif v0.18.4
28912026-08-27T00:52:14.287Z Checking plotters-svg v0.3.7
28922026-08-27T00:52:14.500Z Checking scrypt v0.12.0
28932026-08-27T00:52:14.647Z Checking slog-envlogger v2.2.0
28942026-08-27T00:52:14.825Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28952026-08-27T00:52:14.974Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28962026-08-27T00:52:15.017Z Checking cbc v0.2.1
28972026-08-27T00:52:15.112Z Checking libsw-core v0.3.2
28982026-08-27T00:52:15.187Z Checking sapling-renderdag v0.1.0
28992026-08-27T00:52:15.219Z Checking cast v0.3.0
29002026-08-27T00:52:15.285Z Checking sync-ptr v0.1.4
29012026-08-27T00:52:15.398Z Checking criterion-plot v0.6.0
29022026-08-27T00:52:15.430Z Checking libsw v3.5.0
29032026-08-27T00:52:15.506Z Checking pkcs5 v0.8.1
29042026-08-27T00:52:15.611Z Checking plotters v0.3.7
29052026-08-27T00:52:15.662Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29062026-08-27T00:52:15.828Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29072026-08-27T00:52:16.046Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29082026-08-27T00:52:16.266Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-27T00:52:16.373Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29102026-08-27T00:52:16.502Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29112026-08-27T00:52:16.593Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29122026-08-27T00:52:16.651Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29132026-08-27T00:52:16.705Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29142026-08-27T00:52:16.810Z Checking tinytemplate v1.2.1
29152026-08-27T00:52:16.869Z Checking oorandom v11.1.5
29162026-08-27T00:52:17.010Z Checking anes v0.1.6
29172026-08-27T00:52:17.048Z Checking shell-words v1.1.1
29182026-08-27T00:52:17.228Z Checking criterion v0.7.0
29192026-08-27T00:52:17.359Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29202026-08-27T00:52:17.572Z Checking pkcs8 v0.11.0
29212026-08-27T00:52:17.805Z Checking oxide-update-engine-display v0.1.2
29222026-08-27T00:52:18.134Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29232026-08-27T00:52:18.468Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29242026-08-27T00:52:19.040Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29252026-08-27T00:52:19.133Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29262026-08-27T00:52:19.840Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29272026-08-27T00:52:19.949Z Checking tokio-test v0.4.5
29282026-08-27T00:52:20.178Z Checking ff v0.14.0
29292026-08-27T00:52:20.344Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29302026-08-27T00:52:20.565Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-27T00:52:20.968Z Checking twox-hash v2.1.2
29322026-08-27T00:52:21.289Z Checking atty v0.2.14
29332026-08-27T00:52:21.414Z Checking arrayvec v0.7.6
29342026-08-27T00:52:21.627Z Checking arrayref v0.3.9
29352026-08-27T00:52:21.730Z Checking constant_time_eq v0.4.2
29362026-08-27T00:52:21.945Z Checking group v0.14.0
29372026-08-27T00:52:22.129Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29382026-08-27T00:52:23.444Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29392026-08-27T00:52:23.811Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29402026-08-27T00:52:23.988Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29412026-08-27T00:52:24.074Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29422026-08-27T00:52:24.188Z Checking fatfs v0.3.6
29432026-08-27T00:52:24.317Z Checking signature v3.0.0
29442026-08-27T00:52:24.498Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29452026-08-27T00:52:24.657Z Compiling seq-macro v0.3.6
29462026-08-27T00:52:25.068Z Checking base16ct v1.0.0
29472026-08-27T00:52:25.167Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29482026-08-27T00:52:25.223Z Checking sec1 v0.8.1
29492026-08-27T00:52:25.296Z Checking hkdf v0.13.0
29502026-08-27T00:52:25.452Z Checking concurrent-queue v2.5.0
29512026-08-27T00:52:25.485Z Checking parking v2.2.1
29522026-08-27T00:52:25.629Z Checking elliptic-curve v0.14.1
29532026-08-27T00:52:25.662Z Checking event-listener v5.4.1
29542026-08-27T00:52:25.811Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29552026-08-27T00:52:25.904Z Checking rtoolbox v0.0.3
29562026-08-27T00:52:26.028Z Compiling samael v0.0.19
29572026-08-27T00:52:26.060Z Checking rpassword v7.5.4
29582026-08-27T00:52:26.063Z Checking event-listener-strategy v0.5.4
29592026-08-27T00:52:26.245Z Checking wnaf v0.14.0
29602026-08-27T00:52:26.248Z Checking primefield v0.14.0
29612026-08-27T00:52:26.441Z Checking rfc6979 v0.6.0
29622026-08-27T00:52:26.506Z Checking tui-tree-widget v0.23.1
29632026-08-27T00:52:26.609Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29642026-08-27T00:52:26.717Z Compiling blake3 v1.8.5
29652026-08-27T00:52:27.102Z Checking futures-timer v3.0.3
29662026-08-27T00:52:27.651Z Checking ecdsa v0.17.0
29672026-08-27T00:52:27.830Z Checking primeorder v0.14.0
29682026-08-27T00:52:28.085Z Checking async-lock v3.4.2
29692026-08-27T00:52:28.221Z Compiling curve25519-dalek v5.0.0
29702026-08-27T00:52:28.546Z Checking async-object-pool v0.2.0
29712026-08-27T00:52:28.738Z Checking ssh-encoding v0.3.0
29722026-08-27T00:52:28.949Z Checking serde_regex v1.1.0
29732026-08-27T00:52:28.990Z Checking assert-json-diff v2.0.2
29742026-08-27T00:52:29.091Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29752026-08-27T00:52:29.131Z Checking path-tree v0.8.3
29762026-08-27T00:52:29.178Z Checking keccak v0.2.0
29772026-08-27T00:52:29.339Z Checking stringmetrics v2.2.2
29782026-08-27T00:52:29.369Z Checking topological-sort v0.2.2
29792026-08-27T00:52:29.514Z Compiling strsim v0.10.0
29802026-08-27T00:52:29.545Z Checking omicron-zone-package v0.12.3
29812026-08-27T00:52:29.855Z Compiling darling_core v0.13.4
29822026-08-27T00:52:30.448Z Checking httpmock v0.8.3
29832026-08-27T00:52:31.699Z Checking ed25519 v3.0.0
29842026-08-27T00:52:31.748Z Checking pkcs1 v0.8.0-rc.4
29852026-08-27T00:52:31.926Z Checking crypto-primes v0.7.2
29862026-08-27T00:52:31.983Z Checking poly1305 v0.9.0
29872026-08-27T00:52:32.016Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29882026-08-27T00:52:32.280Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29892026-08-27T00:52:32.443Z Checking blowfish v0.10.0
29902026-08-27T00:52:32.627Z Checking blake2 v0.11.0-rc.6
29912026-08-27T00:52:32.661Z Compiling target-lexicon v0.13.3
29922026-08-27T00:52:32.907Z Checking argon2 v0.6.0-rc.8
29932026-08-27T00:52:32.910Z Checking rsa v0.10.0-rc.18
29942026-08-27T00:52:32.972Z Checking bcrypt-pbkdf v0.11.0
29952026-08-27T00:52:33.174Z Checking ssh-cipher v0.3.0
29962026-08-27T00:52:33.219Z Checking ed25519-dalek v3.0.0
29972026-08-27T00:52:33.250Z Compiling darling_macro v0.13.4
29982026-08-27T00:52:33.409Z Checking sha3 v0.11.0
29992026-08-27T00:52:33.449Z Checking p256 v0.14.0
30002026-08-27T00:52:33.483Z Checking p384 v0.14.0
30012026-08-27T00:52:33.754Z Checking p521 v0.14.0
30022026-08-27T00:52:33.786Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30032026-08-27T00:52:34.040Z Checking kem v0.3.0
30042026-08-27T00:52:34.186Z Checking module-lattice v0.2.3
30052026-08-27T00:52:34.217Z Checking socket2 v0.5.10
30062026-08-27T00:52:34.476Z Checking hex-literal v0.4.1
30072026-08-27T00:52:34.488Z Checking sponge-cursor v0.1.0
30082026-08-27T00:52:34.554Z Compiling guppy-workspace-hack v0.1.0
30092026-08-27T00:52:34.640Z Checking sha3 v0.12.0
30102026-08-27T00:52:34.806Z Checking ml-kem v0.3.2
30112026-08-27T00:52:34.869Z Compiling darling v0.13.4
30122026-08-27T00:52:35.235Z Checking russh-cryptovec v0.62.0
30132026-08-27T00:52:35.418Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30142026-08-27T00:52:35.462Z Checking internal-russh-num-bigint v0.5.0
30152026-08-27T00:52:35.636Z Checking num-bigint v0.4.6
30162026-08-27T00:52:36.061Z Checking russh-util v0.52.0
30172026-08-27T00:52:36.218Z Checking generic-array v1.4.3
30182026-08-27T00:52:36.490Z Compiling enum_dispatch v0.3.13
30192026-08-27T00:52:36.556Z Compiling delegate v0.13.5
30202026-08-27T00:52:36.637Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30212026-08-27T00:52:36.734Z Checking ssh-key v0.7.0-rc.11
30222026-08-27T00:52:37.065Z Compiling target-spec v3.5.7
30232026-08-27T00:52:37.397Z Checking md5 v0.8.0
30242026-08-27T00:52:37.467Z Checking hex-literal v1.1.0
30252026-08-27T00:52:37.557Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30262026-08-27T00:52:37.652Z Checking russh v0.62.4
30272026-08-27T00:52:37.758Z Checking cfg-expr v0.20.6
30282026-08-27T00:52:38.163Z Compiling serde_with_macros v1.5.2
30292026-08-27T00:52:38.212Z Compiling git2 v0.20.4
30302026-08-27T00:52:38.359Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30312026-08-27T00:52:38.689Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30322026-08-27T00:52:38.898Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30332026-08-27T00:52:39.026Z Checking internet-checksum v0.2.1
30342026-08-27T00:52:39.123Z Compiling serde_with v1.14.0
30352026-08-27T00:52:39.661Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-08-27T00:52:40.262Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30372026-08-27T00:52:40.786Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30382026-08-27T00:52:40.955Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30392026-08-27T00:52:41.002Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30402026-08-27T00:52:41.209Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30412026-08-27T00:52:41.266Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30422026-08-27T00:52:41.315Z Checking httptest v0.16.4
30432026-08-27T00:52:41.500Z Checking pathdiff v0.2.3
30442026-08-27T00:52:41.533Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30452026-08-27T00:52:41.613Z Checking nested v0.1.1
30462026-08-27T00:52:41.709Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30472026-08-27T00:52:41.782Z Checking guppy v0.17.25
30482026-08-27T00:52:41.873Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30492026-08-27T00:52:42.081Z Checking similar-asserts v1.7.0
30502026-08-27T00:52:42.136Z Compiling target-triple v1.0.0
30512026-08-27T00:52:42.263Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30522026-08-27T00:52:42.676Z Compiling polar-core v0.27.3
30532026-08-27T00:52:42.771Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30542026-08-27T00:52:43.351Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30552026-08-27T00:52:43.412Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30562026-08-27T00:52:43.575Z Checking hickory-client v0.25.2
30572026-08-27T00:52:43.877Z Checking supports-unicode v2.1.0
30582026-08-27T00:52:44.012Z Checking supports-color v2.1.0
30592026-08-27T00:52:44.048Z Checking supports-hyperlinks v2.1.0
30602026-08-27T00:52:44.051Z Checking textwrap v0.15.2
30612026-08-27T00:52:44.174Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-08-27T00:52:44.208Z Checking terminal_size v0.1.17
30632026-08-27T00:52:44.304Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30642026-08-27T00:52:44.342Z Compiling miette-derive v5.10.0
30652026-08-27T00:52:44.374Z Compiling fs-err v2.11.0
30662026-08-27T00:52:44.630Z Checking escape8259 v0.5.3
30672026-08-27T00:52:44.735Z Checking owo-colors v3.5.0
30682026-08-27T00:52:44.824Z Compiling assert_cmd v2.1.2
30692026-08-27T00:52:45.114Z Checking libtest-mimic v0.8.1
30702026-08-27T00:52:45.276Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30712026-08-27T00:52:45.421Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30722026-08-27T00:52:45.473Z Checking miette v5.10.0
30732026-08-27T00:52:46.001Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30742026-08-27T00:52:46.136Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30752026-08-27T00:52:46.608Z Checking blake2b_simd v1.0.4
30762026-08-27T00:52:46.845Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30772026-08-27T00:52:47.027Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30782026-08-27T00:52:47.247Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30792026-08-27T00:52:47.288Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30802026-08-27T00:52:47.524Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30812026-08-27T00:52:47.559Z Compiling knuffel-derive v3.2.0
30822026-08-27T00:52:47.589Z Checking oso v0.27.3
30832026-08-27T00:52:47.739Z Checking fancy-regex v0.14.0
30842026-08-27T00:52:47.814Z Checking serde_tokenstream v0.2.3
30852026-08-27T00:52:51.491Z Checking approx v0.5.1
30862026-08-27T00:52:51.566Z Compiling rstest_macros v0.25.0
30872026-08-27T00:52:51.566Z Checking uzers v0.12.2
30882026-08-27T00:52:51.566Z Checking constant_time_eq v0.3.1
30892026-08-27T00:52:51.566Z Checking termcolor v1.4.1
30902026-08-27T00:52:51.566Z Compiling linkme-impl v0.3.35
30912026-08-27T00:52:51.566Z Checking rust-argon2 v2.1.0
30922026-08-27T00:52:51.566Z Checking trybuild v1.0.116
30932026-08-27T00:52:51.566Z Checking datatest-stable v0.3.3
30942026-08-27T00:52:51.566Z Checking knuffel v3.2.0
30952026-08-27T00:52:51.566Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30962026-08-27T00:52:51.566Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30972026-08-27T00:52:51.567Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30982026-08-27T00:52:51.567Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30992026-08-27T00:52:51.567Z Checking support-bundle-viewer v0.1.2
31002026-08-27T00:52:51.567Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31012026-08-27T00:52:51.567Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
31022026-08-27T00:52:51.567Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-08-27T00:52:51.567Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-08-27T00:52:51.567Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31052026-08-27T00:52:51.567Z Checking drift v0.2.0
31062026-08-27T00:52:51.567Z Checking rand_distr v0.5.1
31072026-08-27T00:52:51.567Z Checking multimap v0.10.1
31082026-08-27T00:52:51.567Z Compiling relative-path v1.9.3
31092026-08-27T00:52:51.567Z Compiling linkme v0.3.35
31102026-08-27T00:52:51.567Z Checking parse-size v1.1.0
31112026-08-27T00:52:51.567Z Checking dropshot-api-manager v0.8.0
31122026-08-27T00:52:51.567Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31132026-08-27T00:52:51.567Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31142026-08-27T00:52:51.924Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31152026-08-27T00:52:52.338Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31162026-08-27T00:52:52.713Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31172026-08-27T00:52:52.873Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31182026-08-27T00:52:52.927Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31192026-08-27T00:52:52.960Z Checking cargo_toml v0.21.0
31202026-08-27T00:52:53.441Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31212026-08-27T00:52:53.603Z Checking partial-io v0.5.4
31222026-08-27T00:52:53.657Z Checking termios v0.3.3
31232026-08-27T00:52:53.808Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31242026-08-27T00:52:54.242Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31252026-08-27T00:52:54.396Z Checking rstest v0.25.0
31262026-08-27T00:52:55.891Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31272026-08-27T00:52:59.428Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31282026-08-27T00:53:00.505Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31292026-08-27T00:53:00.937Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31302026-08-27T00:53:05.620Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31312026-08-27T00:53:06.409Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31322026-08-27T00:53:08.849Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31332026-08-27T00:53:16.410Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31342026-08-27T00:53:18.116Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31352026-08-27T00:53:19.773Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31362026-08-27T00:53:20.910Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31372026-08-27T00:53:24.251Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31382026-08-27T00:53:25.107Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31392026-08-27T00:53:26.604Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31402026-08-27T00:53:29.384Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31412026-08-27T00:53:35.044Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31422026-08-27T00:53:56.417Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31432026-08-27T00:54:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31442026-08-27T00:54:50.104Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31452026-08-27T00:54:50.104Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31462026-08-27T00:54:50.763Z
31472026-08-27T00:54:50.763Zreal 4:13.567280056
31482026-08-27T00:54:50.763Zuser 21:56.122216577
31492026-08-27T00:54:50.763Zsys 5:03.688435379
31502026-08-27T00:54:50.763Ztrap 0.534081032
31512026-08-27T00:54:50.763Ztflt 0.474294922
31522026-08-27T00:54:50.763Zdflt 0.547099364
31532026-08-27T00:54:50.763Zkflt 0.004825610
31542026-08-27T00:54:50.763Zlock 1:06:28.229270692
31552026-08-27T00:54:50.763Zslp 1:00:12.783209368
31562026-08-27T00:54:50.763Zlat 1:54.613836382
31572026-08-27T00:54:50.763Zstop 12:44.314577681
31582026-08-27T00:54:50.768Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31592026-08-27T00:54:50.768Z+ ptime -m cargo doc --workspace --no-deps
31602026-08-27T00:54:51.615Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31612026-08-27T00:54:51.615Z |
31622026-08-27T00:54:51.615Z = 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)`
31632026-08-27T00:54:51.615Z = 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>
31642026-08-27T00:54:52.703Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31652026-08-27T00:54:52.940Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31662026-08-27T00:54:52.978Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31672026-08-27T00:54:53.009Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31682026-08-27T00:54:53.114Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31692026-08-27T00:54:53.219Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31702026-08-27T00:54:53.238Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31712026-08-27T00:54:53.238Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-08-27T00:54:53.285Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-27T00:54:53.309Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31742026-08-27T00:54:53.330Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-08-27T00:54:53.459Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-08-27T00:54:53.522Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31772026-08-27T00:54:53.546Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-08-27T00:54:53.581Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31792026-08-27T00:54:53.604Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-08-27T00:54:53.633Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31812026-08-27T00:54:53.712Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31822026-08-27T00:54:53.717Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-08-27T00:54:53.740Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31842026-08-27T00:54:53.880Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31852026-08-27T00:54:53.973Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-08-27T00:54:54.188Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31872026-08-27T00:54:54.213Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31882026-08-27T00:54:54.334Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31892026-08-27T00:54:54.372Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31902026-08-27T00:54:54.403Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-08-27T00:54:54.505Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31922026-08-27T00:54:54.586Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31932026-08-27T00:54:54.657Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31942026-08-27T00:54:54.812Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31952026-08-27T00:54:54.831Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31962026-08-27T00:54:54.924Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31972026-08-27T00:54:54.995Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31982026-08-27T00:54:55.108Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31992026-08-27T00:54:55.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32002026-08-27T00:54:55.246Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32012026-08-27T00:54:55.333Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32022026-08-27T00:54:55.437Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32032026-08-27T00:54:55.474Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32042026-08-27T00:54:55.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32052026-08-27T00:54:55.824Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32062026-08-27T00:54:55.920Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32072026-08-27T00:54:55.952Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32082026-08-27T00:54:55.983Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32092026-08-27T00:54:56.175Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32102026-08-27T00:54:56.201Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32112026-08-27T00:54:56.226Z Checking scuffle v0.1.0
32122026-08-27T00:54:56.452Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32132026-08-27T00:54:56.495Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-08-27T00:54:56.500Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32152026-08-27T00:54:56.534Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32162026-08-27T00:54:56.669Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32172026-08-27T00:54:56.686Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32182026-08-27T00:54:56.768Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32192026-08-27T00:54:56.801Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32202026-08-27T00:54:57.169Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32212026-08-27T00:54:57.479Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32222026-08-27T00:54:57.504Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32232026-08-27T00:54:57.993Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32242026-08-27T00:54:58.247Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32252026-08-27T00:54:58.261Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32262026-08-27T00:54:58.508Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32272026-08-27T00:54:58.584Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32282026-08-27T00:54:58.640Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32292026-08-27T00:54:58.647Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-27T00:54:58.722Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32312026-08-27T00:54:58.790Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32322026-08-27T00:54:59.214Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32332026-08-27T00:54:59.466Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32342026-08-27T00:54:59.498Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32352026-08-27T00:54:59.702Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32362026-08-27T00:54:59.791Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32372026-08-27T00:54:59.824Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32382026-08-27T00:54:59.842Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32392026-08-27T00:54:59.928Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32402026-08-27T00:55:00.048Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32412026-08-27T00:55:00.071Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32422026-08-27T00:55:00.094Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32432026-08-27T00:55:00.114Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32442026-08-27T00:55:00.266Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32452026-08-27T00:55:00.288Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32462026-08-27T00:55:00.296Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32472026-08-27T00:55:00.329Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32482026-08-27T00:55:00.619Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32492026-08-27T00:55:00.619Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32502026-08-27T00:55:00.674Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32512026-08-27T00:55:00.675Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32522026-08-27T00:55:00.707Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32532026-08-27T00:55:00.862Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32542026-08-27T00:55:00.881Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32552026-08-27T00:55:00.950Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32562026-08-27T00:55:00.994Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32572026-08-27T00:55:01.040Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32582026-08-27T00:55:01.059Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32592026-08-27T00:55:01.186Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32602026-08-27T00:55:01.229Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32612026-08-27T00:55:01.254Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32622026-08-27T00:55:01.301Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32632026-08-27T00:55:01.326Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32642026-08-27T00:55:01.397Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32652026-08-27T00:55:01.422Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32662026-08-27T00:55:01.520Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32672026-08-27T00:55:01.596Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32682026-08-27T00:55:01.620Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32692026-08-27T00:55:01.858Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32702026-08-27T00:55:01.896Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32712026-08-27T00:55:01.904Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32722026-08-27T00:55:02.418Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32732026-08-27T00:55:02.604Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32742026-08-27T00:55:02.620Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32752026-08-27T00:55:02.880Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32762026-08-27T00:55:03.642Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32772026-08-27T00:55:04.231Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32782026-08-27T00:55:04.942Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32792026-08-27T00:55:05.386Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32802026-08-27T00:55:05.587Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32812026-08-27T00:55:06.326Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32822026-08-27T00:55:07.183Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32832026-08-27T00:55:07.365Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32842026-08-27T00:55:07.668Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32852026-08-27T00:55:07.770Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-08-27T00:55:07.802Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-08-27T00:55:07.848Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32882026-08-27T00:55:07.933Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-08-27T00:55:08.520Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32902026-08-27T00:55:08.739Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32912026-08-27T00:55:08.959Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-08-27T00:55:08.987Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32932026-08-27T00:55:09.396Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32942026-08-27T00:55:09.482Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32952026-08-27T00:55:09.746Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32962026-08-27T00:55:09.932Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32972026-08-27T00:55:10.010Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32982026-08-27T00:55:10.196Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32992026-08-27T00:55:10.992Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33002026-08-27T00:55:11.048Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33012026-08-27T00:55:11.337Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33022026-08-27T00:55:11.680Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33032026-08-27T00:55:12.365Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33042026-08-27T00:55:17.389Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33052026-08-27T00:55:17.509Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33062026-08-27T00:55:17.510Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33072026-08-27T00:55:17.510Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33082026-08-27T00:55:17.510Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33092026-08-27T00:55:17.510Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33102026-08-27T00:55:17.510Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33112026-08-27T00:55:17.510Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33122026-08-27T00:55:17.510Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33132026-08-27T00:55:17.510Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33142026-08-27T00:55:17.510Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33152026-08-27T00:55:17.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-08-27T00:55:17.510Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33172026-08-27T00:55:17.510Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33182026-08-27T00:55:17.510Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33192026-08-27T00:55:17.531Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33202026-08-27T00:55:17.746Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33212026-08-27T00:55:20.636Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33222026-08-27T00:55:20.948Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33232026-08-27T00:55:21.266Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33242026-08-27T00:55:23.104Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33252026-08-27T00:55:23.838Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33262026-08-27T00:55:24.431Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33272026-08-27T00:55:24.481Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33282026-08-27T00:55:24.589Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-08-27T00:55:24.677Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33302026-08-27T00:55:25.776Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33312026-08-27T00:55:26.224Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33322026-08-27T00:55:26.383Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33332026-08-27T00:55:27.157Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33342026-08-27T00:55:27.647Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33352026-08-27T00:55:27.873Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33362026-08-27T00:55:28.331Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-08-27T00:55:28.446Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33382026-08-27T00:55:28.494Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33392026-08-27T00:55:28.650Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33402026-08-27T00:55:28.743Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33412026-08-27T00:55:29.005Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33422026-08-27T00:55:29.084Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33432026-08-27T00:55:29.511Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33442026-08-27T00:55:29.765Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33452026-08-27T00:55:30.153Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33462026-08-27T00:55:30.216Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-27T00:55:30.422Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482026-08-27T00:55:30.508Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33492026-08-27T00:55:31.186Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33502026-08-27T00:55:31.957Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33512026-08-27T00:55:32.382Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33522026-08-27T00:55:32.730Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33532026-08-27T00:55:35.220Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33542026-08-27T00:55:36.657Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33552026-08-27T00:55:37.206Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33562026-08-27T00:55:37.726Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33572026-08-27T00:55:39.999Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33582026-08-27T00:55:40.872Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33592026-08-27T00:55:41.877Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33602026-08-27T00:55:42.651Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33612026-08-27T00:55:43.473Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33622026-08-27T00:55:45.303Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33632026-08-27T00:55:45.999Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33642026-08-27T00:55:46.439Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33652026-08-27T00:55:47.623Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33662026-08-27T00:55:48.468Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33672026-08-27T00:55:48.873Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33682026-08-27T00:55:51.256Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-08-27T00:55:54.453Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33702026-08-27T00:55:55.230Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33712026-08-27T00:55:56.223Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33722026-08-27T00:55:56.872Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33732026-08-27T00:55:57.619Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33742026-08-27T00:55:58.643Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33752026-08-27T00:55:59.381Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33762026-08-27T00:56:01.628Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33772026-08-27T00:56:01.741Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33782026-08-27T00:56:02.347Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33792026-08-27T00:56:02.762Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33802026-08-27T00:56:03.126Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-08-27T00:56:04.173Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33822026-08-27T00:56:05.086Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33832026-08-27T00:56:09.614Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33842026-08-27T00:56:10.229Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33852026-08-27T00:56:11.532Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33862026-08-27T00:56:12.088Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33872026-08-27T00:56:12.933Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33882026-08-27T00:56:13.989Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33892026-08-27T00:56:15.500Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33902026-08-27T00:56:17.025Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33912026-08-27T00:56:18.166Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33922026-08-27T00:56:19.104Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33932026-08-27T00:56:22.581Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942026-08-27T00:56:23.410Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33952026-08-27T00:56:24.222Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33962026-08-27T00:56:25.264Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33972026-08-27T00:56:27.879Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33982026-08-27T00:56:28.436Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33992026-08-27T00:56:30.197Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34002026-08-27T00:56:31.710Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34012026-08-27T00:56:33.315Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34022026-08-27T00:56:35.007Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-08-27T00:56:36.555Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34042026-08-27T00:56:38.263Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34052026-08-27T00:56:42.805Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34062026-08-27T00:56:43.010Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34072026-08-27T00:56:44.394Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34082026-08-27T00:56:45.047Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34092026-08-27T00:56:46.756Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34102026-08-27T00:56:48.553Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34112026-08-27T00:56:50.438Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34122026-08-27T00:56:52.438Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34132026-08-27T00:56:54.207Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34142026-08-27T00:56:56.220Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34152026-08-27T00:56:57.780Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34162026-08-27T00:56:59.527Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34172026-08-27T00:57:01.240Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-08-27T00:57:03.014Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34192026-08-27T00:57:04.797Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34202026-08-27T00:57:06.563Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34212026-08-27T00:57:08.309Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34222026-08-27T00:57:09.952Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34232026-08-27T00:57:11.937Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34242026-08-27T00:57:13.547Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34252026-08-27T00:57:15.395Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34262026-08-27T00:57:17.195Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34272026-08-27T00:57:19.035Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34282026-08-27T00:57:20.878Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34292026-08-27T00:57:22.853Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-08-27T00:57:26.495Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34312026-08-27T00:57:28.698Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34322026-08-27T00:57:30.355Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34332026-08-27T00:57:33.668Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34342026-08-27T00:57:34.415Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34352026-08-27T00:57:35.198Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34362026-08-27T00:57:39.121Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34372026-08-27T00:57:41.224Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34382026-08-27T00:57:43.588Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34392026-08-27T00:57:45.601Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34402026-08-27T00:57:48.158Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34412026-08-27T00:57:51.211Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34422026-08-27T00:57:52.775Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34432026-08-27T00:57:55.830Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34442026-08-27T00:57:58.106Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34452026-08-27T00:58:00.238Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34462026-08-27T00:58:02.461Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34472026-08-27T00:58:04.959Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34482026-08-27T00:58:07.520Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34492026-08-27T00:58:09.946Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34502026-08-27T00:58:12.665Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34512026-08-27T00:58:15.188Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34522026-08-27T00:58:17.408Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34532026-08-27T00:58:20.172Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542026-08-27T00:58:22.587Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34552026-08-27T00:58:25.075Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34562026-08-27T00:58:27.569Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34572026-08-27T00:58:30.113Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34582026-08-27T00:58:32.663Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34592026-08-27T00:58:35.198Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34602026-08-27T00:58:37.652Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34612026-08-27T00:58:40.065Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34622026-08-27T00:58:42.801Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34632026-08-27T00:58:45.287Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34642026-08-27T00:58:47.819Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34652026-08-27T00:58:50.517Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34662026-08-27T00:58:53.020Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34672026-08-27T00:58:55.587Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34682026-08-27T00:58:58.172Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34692026-08-27T00:59:00.738Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34702026-08-27T00:59:03.367Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712026-08-27T00:59:06.001Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34722026-08-27T00:59:08.621Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34732026-08-27T00:59:11.150Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34742026-08-27T00:59:13.790Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34752026-08-27T00:59:16.352Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762026-08-27T00:59:19.665Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34772026-08-27T00:59:21.828Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34782026-08-27T00:59:24.331Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34792026-08-27T00:59:26.951Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34802026-08-27T00:59:29.795Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34812026-08-27T00:59:32.710Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34822026-08-27T00:59:35.336Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34832026-08-27T00:59:38.148Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34842026-08-27T00:59:40.871Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34852026-08-27T00:59:43.504Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34862026-08-27T00:59:46.166Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34872026-08-27T00:59:48.963Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34882026-08-27T00:59:51.601Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34892026-08-27T00:59:54.377Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34902026-08-27T00:59:57.162Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34912026-08-27T00:59:59.912Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34922026-08-27T01:00:07.910Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34932026-08-27T01:00:08.372Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34942026-08-27T01:00:11.600Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34952026-08-27T01:00:15.212Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34962026-08-27T01:00:18.729Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34972026-08-27T01:00:22.240Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34982026-08-27T01:00:29.601Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34992026-08-27T01:00:30.091Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35002026-08-27T01:00:34.043Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35012026-08-27T01:00:38.083Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35022026-08-27T01:00:41.797Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35032026-08-27T01:00:45.594Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35042026-08-27T01:00:49.483Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
35052026-08-27T01:00:53.390Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35062026-08-27T01:00:57.244Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35072026-08-27T01:01:01.129Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35082026-08-27T01:01:04.951Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35092026-08-27T01:01:08.796Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35102026-08-27T01:01:12.625Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35112026-08-27T01:01:16.536Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35122026-08-27T01:01:20.375Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35132026-08-27T01:01:24.243Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35142026-08-27T01:01:28.136Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35152026-08-27T01:01:32.086Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35162026-08-27T01:01:35.982Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35172026-08-27T01:01:42.534Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35182026-08-27T01:01:43.693Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35192026-08-27T01:01:47.626Z Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
35202026-08-27T01:01:51.501Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35212026-08-27T01:01:56.180Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35222026-08-27T01:02:26.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 35s
35232026-08-27T01:02:26.413Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-27T01:02:26.413Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-27T01:02:26.610Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files
35262026-08-27T01:02:26.684Z
35272026-08-27T01:02:26.684Zreal 7:35.834301575
35282026-08-27T01:02:26.684Zuser 20:19.862033824
35292026-08-27T01:02:26.684Zsys 4:20.686718734
35302026-08-27T01:02:26.684Ztrap 0.300926199
35312026-08-27T01:02:26.687Ztflt 0.067051161
35322026-08-27T01:02:26.687Zdflt 0.186689956
35332026-08-27T01:02:26.687Zkflt 0.000022520
35342026-08-27T01:02:26.687Zlock 7:17:50.636898567
35352026-08-27T01:02:26.687Zslp 2:33:47.492227405
35362026-08-27T01:02:26.687Zlat 34.285545992
35372026-08-27T01:02:26.687Zstop 2:01.608870811
35382026-08-27T01:02:26.688Zprocess exited: duration 839022 ms, exit code 0
 
35392026-08-27T01:02:26.694Zfound 0 output files