01M00RXXSMBXQS2NNERBKVF8EG: clippy (helios)

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

Buildomat Job: 01M00RYCEBW792CHED3HRKWAH1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T18:37:04.795Zjob assigned to worker 01M00RYV0NW7160QDNS2PVZQMH [factory aws, i-0ce60831688945ff6] (queued for 1 m 8 s)
 
22026-08-14T18:37:11.145Zstarting task 0: "setup"
32026-08-14T18:37:11.149Z++ uname -s
42026-08-14T18:37:11.152Z+ kern=SunOS
52026-08-14T18:37:11.152Z+ build_user=build
62026-08-14T18:37:11.152Z+ build_uid=12345
72026-08-14T18:37:11.152Z+ work_dir=/work
82026-08-14T18:37:11.152Z+ input_dir=/input
92026-08-14T18:37:11.152Z+ [[ 0 == 12345 ]]
102026-08-14T18:37:11.152Z+ case "$kern" in
112026-08-14T18:37:11.152Z+ groupadd -g 12345 build
122026-08-14T18:37:11.165Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T18:37:13.169Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T18:37:13.258Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T18:37:13.261Z+ home_fs=zfs
162026-08-14T18:37:13.261Z+ [[ zfs == autofs ]]
172026-08-14T18:37:13.261Z+ mkdir -p /home/build
182026-08-14T18:37:13.261Z+ chown build:build /home/build /work
192026-08-14T18:37:15.262Z+ chmod 0700 /home/build /work
202026-08-14T18:37:15.266Zprocess exited: duration 4119 ms, exit code 0
 
212026-08-14T18:37:15.273Zstarting task 1: "rust-toolchain"
222026-08-14T18:37:15.277Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T18:37:15.277Z * rust toolchain channel = "1.97.1"
242026-08-14T18:37:15.277Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T18:37:15.277Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-14T18:37:15.277Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T18:37:15.277Z * rust toolchain profile = "default"
282026-08-14T18:37:15.280Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T18:37:15.280Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T18:37:15.335Zinfo: downloading installer
312026-08-14T18:37:17.029Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T18:37:17.029Zwarn: /home/build/.rustup/settings.toml
332026-08-14T18:37:17.029Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T18:37:17.029Zwarn: instead of the one inferred from the default host triple.
352026-08-14T18:37:17.041Zinfo: profile set to default
362026-08-14T18:37:17.042Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T18:37:17.045Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T18:37:17.185Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T18:37:17.189Zinfo: downloading 6 components
402026-08-14T18:37:32.518Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T18:37:32.518Z
422026-08-14T18:37:32.546Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T18:37:32.546Z
442026-08-14T18:37:32.550Z
452026-08-14T18:37:32.550ZRust is installed now. Great!
462026-08-14T18:37:32.550Z
472026-08-14T18:37:32.550ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T18:37:32.550Zenvironment variable. This has not been done automatically.
492026-08-14T18:37:32.550Z
502026-08-14T18:37:32.550ZTo configure your current shell, you need to source
512026-08-14T18:37:32.550Zthe corresponding env file under $HOME/.cargo.
522026-08-14T18:37:32.550Z
532026-08-14T18:37:32.550ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T18:37:32.550Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T18:37:32.550Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T18:37:32.550Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T18:37:32.550Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T18:37:32.550Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T18:37:32.550Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T18:37:32.550Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T18:37:32.551Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T18:37:32.640Z+ rustup --version
632026-08-14T18:37:32.648Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T18:37:32.651Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T18:37:32.668Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T18:37:32.672Z+ cargo --version
672026-08-14T18:37:32.685Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T18:37:32.689Z+ rustc --version
692026-08-14T18:37:32.708Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T18:37:32.711Zprocess exited: duration 17436 ms, exit code 0
 
712026-08-14T18:37:32.717Zstarting task 2: "authentication"
722026-08-14T18:37:32.735Zprocess exited: duration 16 ms, exit code 0
 
732026-08-14T18:37:32.743Zstarting task 3: "clone repository"
742026-08-14T18:37:32.746Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T18:37:32.749Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T18:37:32.780ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T18:37:50.756Z+ cd /work/oxidecomputer/omicron
782026-08-14T18:37:50.756Z+ git fetch origin 556a25de367707f428065fcb26e8c63d8412799e
792026-08-14T18:37:51.117ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T18:37:51.117Z * branch 556a25de367707f428065fcb26e8c63d8412799e -> FETCH_HEAD
812026-08-14T18:37:51.126Z+ [[ -n '' ]]
822026-08-14T18:37:51.126Z+ git reset --hard 556a25de367707f428065fcb26e8c63d8412799e
832026-08-14T18:37:51.306ZHEAD is now at 556a25de3 [nexus] use `matching_classes` in alert glob reprocessing
842026-08-14T18:37:51.309Zprocess exited: duration 18564 ms, exit code 0
 
852026-08-14T18:37:51.317Zstarting task 4: "build"
862026-08-14T18:37:51.321Z+ source ./env.sh
872026-08-14T18:37:51.321Z++ OLD_SHELL_OPTS=ehxB
882026-08-14T18:37:51.321Z++ set -o xtrace
892026-08-14T18:37:51.324Z++++ dirname ./env.sh
902026-08-14T18:37:51.324Z+++ readlink -f .
912026-08-14T18:37:51.328Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ 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-14T18:37:51.328Z++ case $OLD_SHELL_OPTS in
1032026-08-14T18:37:51.328Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-14T18:37:51.328Z+ source .github/buildomat/ci-env.sh
1052026-08-14T18:37:51.328Z++ export CARGO_TERM_COLOR=always
1062026-08-14T18:37:51.328Z++ CARGO_TERM_COLOR=always
1072026-08-14T18:37:51.328Z+++ uname -s
1082026-08-14T18:37:51.332Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-14T18:37:51.332Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-14T18:37:51.332Z+ cargo --version
1112026-08-14T18:37:51.338Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-14T18:37:51.341Z+ rustc --version
1132026-08-14T18:37:51.360Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-14T18:37:51.363Z+ banner prerequisites
1152026-08-14T18:37:51.367Z
1162026-08-14T18:37:51.367Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-14T18:37:51.367Z # # # # # # # # # # # # # # #
1182026-08-14T18:37:51.367Z # # # # ##### # # ##### # # # # # #### #
1192026-08-14T18:37:51.367Z ##### ##### # ##### # # # # # # # # #
1202026-08-14T18:37:51.367Z # # # # # # # # # # # # # # #
1212026-08-14T18:37:51.367Z # # # ###### # # ###### ### # #### # #### #
1222026-08-14T18:37:51.367Z
1232026-08-14T18:37:51.367Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-14T18:37:53.135Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-14T18:37:53.442Z Startup: Caching catalogs ... Done
1262026-08-14T18:37:55.174ZPlanning: Solver setup ... Done (1.634s)
1272026-08-14T18:37:55.230ZPlanning: Running solver ... Done (0.053s)
1282026-08-14T18:37:55.266ZPlanning: Finding local manifests ... Done (0.003s)
1292026-08-14T18:37:55.278ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-14T18:37:55.300ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-14T18:37:55.313ZPlanning: Package planning ... Done (0.013s)
1322026-08-14T18:37:55.317ZPlanning: Merging actions ... Done (0.001s)
1332026-08-14T18:37:55.473ZPlanning: Checking for conflicting actions ... Done (0.157s)
1342026-08-14T18:37:55.476ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-14T18:37:56.191ZPlanning: Evaluating mediators ... Done (0.718s)
1362026-08-14T18:37:56.194ZPlanning: Planning completed in 2.72 seconds
1372026-08-14T18:37:56.200Z Packages to install: 2
1382026-08-14T18:37:56.203Z Estimated space available: 156.01 GB
1392026-08-14T18:37:56.203ZEstimated space to be consumed: 67.96 MB
1402026-08-14T18:37:56.203Z Create boot environment: No
1412026-08-14T18:37:56.203ZCreate backup boot environment: No
1422026-08-14T18:37:56.203Z Rebuild boot archive: No
1432026-08-14T18:37:56.203Z
1442026-08-14T18:37:56.203ZChanged packages:
1452026-08-14T18:37:56.203Zhelios
1462026-08-14T18:37:56.203Z developer/build-essential
1472026-08-14T18:37:56.203Z None -> 11-3.0
1482026-08-14T18:37:56.203Z library/libxmlsec1
1492026-08-14T18:37:56.203Z None -> 1.2.35-3.0
1502026-08-14T18:37:56.224Z
1512026-08-14T18:37:56.224ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-14T18:37:56.301ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1532026-08-14T18:37:56.406Z Actions: 1/268 actions (Installing new actions)
1542026-08-14T18:37:56.442Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-14T18:37:56.472ZFinalize: Updating package state database ... Done (0.029s)
1562026-08-14T18:37:56.475ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-14T18:37:56.550ZFinalize: Updating image state ... Done (0.078s)
1582026-08-14T18:37:58.993ZFinalize: Creating fast lookup database ... Done (2.396s)
1592026-08-14T18:37:59.061ZFinalize: Reading search index ... Done (0.012s)
1602026-08-14T18:37:59.064ZFinalize: Updating search index ... Done (0.000s)
1612026-08-14T18:37:59.145ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-14T18:37:59.500ZPlanning: Evaluating mediator changes ... Done
1632026-08-14T18:37:59.604ZPlanning: Checking for conflicting actions ... Done
1642026-08-14T18:37:59.607ZPlanning: Consolidating action changes ... Done
1652026-08-14T18:37:59.760ZPlanning: Evaluating mediators ... Done
1662026-08-14T18:37:59.763ZPlanning: Planning completed in 0.26 seconds
1672026-08-14T18:37:59.783Z Mediators to change: 2
1682026-08-14T18:37:59.786Z Create boot environment: No
1692026-08-14T18:37:59.786ZCreate backup boot environment: No
1702026-08-14T18:37:59.839ZFinalize: Updating package state database ... Done
1712026-08-14T18:37:59.843ZFinalize: Updating package cache ... Done
1722026-08-14T18:37:59.882ZFinalize: Updating image state ... Done
1732026-08-14T18:38:01.809ZFinalize: Creating fast lookup database ... Done
1742026-08-14T18:38:01.868ZFinalize: Reading search index ... Done
1752026-08-14T18:38:01.872ZFinalize: Updating search index ... Done
1762026-08-14T18:38:01.979ZFinalize: Updating package cache ... Done
1772026-08-14T18:38:02.262ZPlanning: Evaluating mediator changes ... Done
1782026-08-14T18:38:02.366ZPlanning: Checking for conflicting actions ... Done
1792026-08-14T18:38:02.370ZPlanning: Consolidating action changes ... Done
1802026-08-14T18:38:02.524ZPlanning: Evaluating mediators ... Done
1812026-08-14T18:38:02.528ZPlanning: Planning completed in 0.26 seconds
1822026-08-14T18:38:02.547Z Mediators to change: 1
1832026-08-14T18:38:02.547Z Create boot environment: No
1842026-08-14T18:38:02.547ZCreate backup boot environment: No
1852026-08-14T18:38:02.591ZFinalize: Updating package state database ... Done
1862026-08-14T18:38:02.591ZFinalize: Updating package cache ... Done
1872026-08-14T18:38:02.633ZFinalize: Updating image state ... Done
1882026-08-14T18:38:04.570ZFinalize: Creating fast lookup database ... Done
1892026-08-14T18:38:04.630ZFinalize: Reading search index ... Done
1902026-08-14T18:38:04.634ZFinalize: Updating search index ... Done
1912026-08-14T18:38:04.722ZFinalize: Updating package cache ... Done
1922026-08-14T18:38:05.035ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-14T18:38:05.036Zapache system 2.4 system
1942026-08-14T18:38:05.036Zclang system 15 system
1952026-08-14T18:38:05.036Zcsh system system illumos
1962026-08-14T18:38:05.036Zctags system system illumos
1972026-08-14T18:38:05.036Zfile vendor vendor darwinsys
1982026-08-14T18:38:05.036Zfile system system illumos
1992026-08-14T18:38:05.036Zgcc vendor 14 vendor
2002026-08-14T18:38:05.036Zgcc system 13 system
2012026-08-14T18:38:05.036Zgcc system 10 system
2022026-08-14T18:38:05.038Zgo system 1.25 system
2032026-08-14T18:38:05.038Zllvm system 15 system
2042026-08-14T18:38:05.038Zmariadb system 11.4 system
2052026-08-14T18:38:05.038Zmta vendor vendor dma
2062026-08-14T18:38:05.038Zopenjdk system 17 system
2072026-08-14T18:38:05.038Zopenjdk system 11 system
2082026-08-14T18:38:05.038Zopenssl vendor 3 vendor
2092026-08-14T18:38:05.038Zperl system 5.40 system
2102026-08-14T18:38:05.038Zpostgresql system 18 system
2112026-08-14T18:38:05.038Zpostgresql system 17 system
2122026-08-14T18:38:05.038Zpython vendor 3 vendor
2132026-08-14T18:38:05.038Zpython system 2 system
2142026-08-14T18:38:05.038Zpython3 vendor 3.13 vendor
2152026-08-14T18:38:05.038Zruby system 3.4 system
2162026-08-14T18:38:05.038Zruby system 3.0 system
2172026-08-14T18:38:05.038Zwords vendor vendor american-english
2182026-08-14T18:38:05.038Zwords system system australian-english
2192026-08-14T18:38:05.039Zwords system system british-english
2202026-08-14T18:38:05.039Zwords system system canadian-english
2212026-08-14T18:38:05.039Zwords system system french
2222026-08-14T18:38:05.039Zwords system system italian
2232026-08-14T18:38:05.039Zwords system system ngerman
2242026-08-14T18:38:05.039Zwords system system ogerman
2252026-08-14T18:38:05.039Zwords system system spanish
2262026-08-14T18:38:05.285ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-14T18:38:05.285Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-14T18:38:05.721ZFMRI IFO
2292026-08-14T18:38:05.721Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-14T18:38:05.721Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-14T18:38:05.721Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-14T18:38:05.721Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-14T18:38:05.721Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-14T18:38:05.721Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-14T18:38:05.721Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-14T18:38:05.721Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-14T18:38:05.721Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-14T18:38:06.035Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-14T18:38:06.389Z Updating crates.io index
2402026-08-14T18:38:06.392Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-14T18:38:06.666Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-14T18:38:07.077Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-14T18:38:08.193Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-14T18:38:08.811Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-14T18:38:10.450Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-14T18:38:11.392Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-14T18:38:11.681Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-14T18:38:12.053Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-14T18:38:14.753Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-14T18:38:15.060Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-14T18:38:15.438Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-14T18:38:16.004Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-14T18:38:16.302Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-14T18:38:16.627Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-14T18:38:16.970Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-14T18:38:17.258Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-14T18:38:17.645Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2582026-08-14T18:38:18.063Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-14T18:38:18.538Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-08-14T18:38:18.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-14T18:38:19.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622026-08-14T18:38:19.804Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-08-14T18:38:20.399Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-14T18:38:20.738Z Updating git repository `https://github.com/oxidecomputer/erebor`
2652026-08-14T18:38:21.005Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-08-14T18:38:22.478Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-08-14T18:38:22.774Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-08-14T18:38:23.248Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-08-14T18:38:23.604Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-08-14T18:38:23.913Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712026-08-14T18:38:24.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-08-14T18:38:24.638Z Updating git repository `https://github.com/oxidecomputer/tough`
2732026-08-14T18:38:25.235Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-08-14T18:38:25.790Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-08-14T18:38:26.108Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-08-14T18:38:26.435Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-08-14T18:38:26.827Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-08-14T18:38:27.136Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-08-14T18:38:27.433Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-08-14T18:38:27.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-08-14T18:38:28.023Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-08-14T18:38:31.109Z Downloading crates ...
2832026-08-14T18:38:31.151Z Downloaded anstyle-query v1.1.5
2842026-08-14T18:38:31.158Z Downloaded colorchoice v1.0.4
2852026-08-14T18:38:31.164Z Downloaded equivalent v1.0.2
2862026-08-14T18:38:31.164Z Downloaded digest v0.10.7
2872026-08-14T18:38:31.164Z Downloaded anstream v1.0.0
2882026-08-14T18:38:31.169Z Downloaded bitflags v2.11.0
2892026-08-14T18:38:31.174Z Downloaded fastrand v2.3.0
2902026-08-14T18:38:31.174Z Downloaded bytecount v0.6.9
2912026-08-14T18:38:31.174Z Downloaded fnv v1.0.7
2922026-08-14T18:38:31.177Z Downloaded hashbrown v0.17.0
2932026-08-14T18:38:31.182Z Downloaded zmij v1.0.21
2942026-08-14T18:38:31.182Z Downloaded heck v0.5.0
2952026-08-14T18:38:31.182Z Downloaded itoa v1.0.17
2962026-08-14T18:38:31.192Z Downloaded anyhow v1.0.102
2972026-08-14T18:38:31.192Z Downloaded fs-err v3.3.0
2982026-08-14T18:38:31.192Z Downloaded zerocopy v0.7.35
2992026-08-14T18:38:31.197Z Downloaded cargo-platform v0.3.2
3002026-08-14T18:38:31.203Z Downloaded generic-array v0.14.7
3012026-08-14T18:38:31.203Z Downloaded macaddr v1.0.1
3022026-08-14T18:38:31.203Z Downloaded cpufeatures v0.2.17
3032026-08-14T18:38:31.208Z Downloaded dtrace-parser v0.2.0
3042026-08-14T18:38:31.208Z Downloaded heck v0.4.1
3052026-08-14T18:38:31.219Z Downloaded errno v0.3.14
3062026-08-14T18:38:31.219Z Downloaded clap_lex v1.0.0
3072026-08-14T18:38:31.219Z Downloaded dof v0.3.0
3082026-08-14T18:38:31.219Z Downloaded cfg-if v1.0.4
3092026-08-14T18:38:31.227Z Downloaded block-buffer v0.10.4
3102026-08-14T18:38:31.232Z Downloaded is_terminal_polyfill v1.70.2
3112026-08-14T18:38:31.232Z Downloaded crypto-common v0.1.7
3122026-08-14T18:38:31.240Z Downloaded serde_spanned v0.6.9
3132026-08-14T18:38:31.245Z Downloaded smawk v0.3.2
3142026-08-14T18:38:31.245Z Downloaded utf8parse v0.2.2
3152026-08-14T18:38:31.252Z Downloaded tabled_derive v0.7.0
3162026-08-14T18:38:31.262Z Downloaded terminal_size v0.4.3
3172026-08-14T18:38:31.262Z Downloaded strsim v0.11.1
3182026-08-14T18:38:31.266Z Downloaded pretty-hex v0.4.1
3192026-08-14T18:38:31.266Z Downloaded swrite v0.1.0
3202026-08-14T18:38:31.266Z Downloaded toml_write v0.1.2
3212026-08-14T18:38:31.266Z Downloaded usdt v0.5.0
3222026-08-14T18:38:31.266Z Downloaded scroll_derive v0.12.1
3232026-08-14T18:38:31.266Z Downloaded version_check v0.9.5
3242026-08-14T18:38:31.266Z Downloaded proc-macro-error-attr v1.0.4
3252026-08-14T18:38:31.271Z Downloaded usdt-attr-macro v0.5.0
3262026-08-14T18:38:31.271Z Downloaded usdt-macro v0.5.0
3272026-08-14T18:38:31.271Z Downloaded plain v0.2.3
3282026-08-14T18:38:31.276Z Downloaded thread-id v4.2.2
3292026-08-14T18:38:31.282Z Downloaded memmap v0.7.0
3302026-08-14T18:38:31.286Z Downloaded autocfg v1.5.0
3312026-08-14T18:38:31.286Z Downloaded clap_derive v4.6.1
3322026-08-14T18:38:31.290Z Downloaded pest_derive v2.8.6
3332026-08-14T18:38:31.295Z Downloaded anstyle-parse v1.0.0
3342026-08-14T18:38:31.295Z Downloaded camino-tempfile v1.4.1
3352026-08-14T18:38:31.300Z Downloaded anstyle v1.0.14
3362026-08-14T18:38:31.300Z Downloaded unicode-linebreak v0.1.5
3372026-08-14T18:38:31.300Z Downloaded thiserror-impl v2.0.18
3382026-08-14T18:38:31.300Z Downloaded quote v1.0.45
3392026-08-14T18:38:31.300Z Downloaded proc-macro-error v1.0.4
3402026-08-14T18:38:31.304Z Downloaded thiserror v1.0.69
3412026-08-14T18:38:31.309Z Downloaded usdt-impl v0.5.0
3422026-08-14T18:38:31.313Z Downloaded thiserror v2.0.18
3432026-08-14T18:38:31.318Z Downloaded toml_datetime v0.6.11
3442026-08-14T18:38:31.318Z Downloaded sha2 v0.10.9
3452026-08-14T18:38:31.318Z Downloaded byteorder v1.5.0
3462026-08-14T18:38:31.325Z Downloaded scroll v0.12.0
3472026-08-14T18:38:31.326Z Downloaded thiserror-impl v1.0.69
3482026-08-14T18:38:31.330Z Downloaded once_cell v1.21.3
3492026-08-14T18:38:31.330Z Downloaded cargo_metadata v0.23.1
3502026-08-14T18:38:31.334Z Downloaded serde_tokenstream v0.2.3
3512026-08-14T18:38:31.338Z Downloaded cargo_toml v0.21.0
3522026-08-14T18:38:31.348Z Downloaded tempfile v3.25.0
3532026-08-14T18:38:31.351Z Downloaded semver v1.0.28
3542026-08-14T18:38:31.351Z Downloaded textwrap v0.16.2
3552026-08-14T18:38:31.351Z Downloaded zerocopy-derive v0.7.35
3562026-08-14T18:38:31.355Z Downloaded pest_generator v2.8.6
3572026-08-14T18:38:31.355Z Downloaded toml v0.8.23
3582026-08-14T18:38:31.360Z Downloaded papergrid v0.11.0
3592026-08-14T18:38:31.360Z Downloaded getrandom v0.4.1
3602026-08-14T18:38:31.363Z Downloaded log v0.4.29
3612026-08-14T18:38:31.363Z Downloaded pest v2.8.6
3622026-08-14T18:38:31.363Z Downloaded ucd-trie v0.1.7
3632026-08-14T18:38:31.368Z Downloaded clap v4.6.1
3642026-08-14T18:38:31.372Z Downloaded camino v1.2.2
3652026-08-14T18:38:31.372Z Downloaded unicode-ident v1.0.24
3662026-08-14T18:38:31.372Z Downloaded serde_derive v1.0.228
3672026-08-14T18:38:31.375Z Downloaded serde_core v1.0.228
3682026-08-14T18:38:31.376Z Downloaded proc-macro2 v1.0.106
3692026-08-14T18:38:31.382Z Downloaded pest_meta v2.8.6
3702026-08-14T18:38:31.386Z Downloaded toml_edit v0.22.27
3712026-08-14T18:38:31.389Z Downloaded memchr v2.8.0
3722026-08-14T18:38:31.396Z Downloaded serde v1.0.228
3732026-08-14T18:38:31.403Z Downloaded indexmap v2.14.0
3742026-08-14T18:38:31.416Z Downloaded typenum v1.20.1
3752026-08-14T18:38:31.449Z Downloaded clap_builder v4.6.0
3762026-08-14T18:38:31.455Z Downloaded serde_json v1.0.151
3772026-08-14T18:38:31.459Z Downloaded winnow v0.7.14
3782026-08-14T18:38:31.467Z Downloaded goblin v0.8.2
3792026-08-14T18:38:31.482Z Downloaded tabled v0.15.0
3802026-08-14T18:38:31.492Z Downloaded syn v1.0.109
3812026-08-14T18:38:31.500Z Downloaded unicode-width v0.1.14
3822026-08-14T18:38:31.500Z Downloaded unicode-width v0.2.0
3832026-08-14T18:38:31.504Z Downloaded syn v2.0.117
3842026-08-14T18:38:31.521Z Downloaded rustix v1.1.3
3852026-08-14T18:38:31.537Z Downloaded libc v0.2.185
3862026-08-14T18:38:31.601Z Compiling proc-macro2 v1.0.106
3872026-08-14T18:38:31.601Z Compiling quote v1.0.45
3882026-08-14T18:38:31.601Z Compiling unicode-ident v1.0.24
3892026-08-14T18:38:31.601Z Compiling serde_core v1.0.228
3902026-08-14T18:38:31.604Z Compiling libc v0.2.185
3912026-08-14T18:38:31.604Z Compiling version_check v0.9.5
3922026-08-14T18:38:31.604Z Compiling memchr v2.8.0
3932026-08-14T18:38:31.604Z Compiling serde v1.0.228
3942026-08-14T18:38:31.954Z Compiling zmij v1.0.21
3952026-08-14T18:38:32.121Z Compiling thiserror v1.0.69
3962026-08-14T18:38:32.219Z Compiling itoa v1.0.17
3972026-08-14T18:38:32.393Z Compiling ucd-trie v0.1.7
3982026-08-14T18:38:32.574Z Compiling pest v2.8.6
3992026-08-14T18:38:32.590Z Compiling byteorder v1.5.0
4002026-08-14T18:38:32.624Z Compiling rustix v1.1.3
4012026-08-14T18:38:32.649Z Compiling errno v0.3.14
4022026-08-14T18:38:32.759Z Compiling bitflags v2.11.0
4032026-08-14T18:38:32.799Z Compiling serde_json v1.0.151
4042026-08-14T18:38:33.034Z Compiling thread-id v4.2.2
4052026-08-14T18:38:33.052Z Compiling proc-macro-error-attr v1.0.4
4062026-08-14T18:38:33.092Z Compiling usdt-impl v0.5.0
4072026-08-14T18:38:33.116Z Compiling camino v1.2.2
4082026-08-14T18:38:33.175Z Compiling syn v2.0.117
4092026-08-14T18:38:33.245Z Compiling syn v1.0.109
4102026-08-14T18:38:33.471Z Compiling proc-macro-error v1.0.4
4112026-08-14T18:38:33.490Z Compiling utf8parse v0.2.2
4122026-08-14T18:38:33.596Z Compiling pest_meta v2.8.6
4132026-08-14T18:38:33.614Z Compiling equivalent v1.0.2
4142026-08-14T18:38:33.661Z Compiling hashbrown v0.17.0
4152026-08-14T18:38:33.707Z Compiling getrandom v0.4.1
4162026-08-14T18:38:33.804Z Compiling plain v0.2.3
4172026-08-14T18:38:34.030Z Compiling log v0.4.29
4182026-08-14T18:38:34.079Z Compiling terminal_size v0.4.3
4192026-08-14T18:38:34.204Z Compiling indexmap v2.14.0
4202026-08-14T18:38:34.410Z Compiling anstyle-parse v1.0.0
4212026-08-14T18:38:34.861Z Compiling anstyle v1.0.14
4222026-08-14T18:38:34.880Z Compiling colorchoice v1.0.4
4232026-08-14T18:38:34.989Z Compiling pretty-hex v0.4.1
4242026-08-14T18:38:35.007Z Compiling thiserror v2.0.18
4252026-08-14T18:38:35.038Z Compiling is_terminal_polyfill v1.70.2
4262026-08-14T18:38:35.091Z Compiling cfg-if v1.0.4
4272026-08-14T18:38:35.134Z Compiling toml_write v0.1.2
4282026-08-14T18:38:35.153Z Compiling winnow v0.7.14
4292026-08-14T18:38:35.172Z Compiling anstyle-query v1.1.5
4302026-08-14T18:38:35.228Z Compiling autocfg v1.5.0
4312026-08-14T18:38:35.292Z Compiling anstream v1.0.0
4322026-08-14T18:38:35.519Z Compiling pest_generator v2.8.6
4332026-08-14T18:38:35.567Z Compiling fnv v1.0.7
4342026-08-14T18:38:35.615Z Compiling clap_lex v1.0.0
4352026-08-14T18:38:35.666Z Compiling fs-err v3.3.0
4362026-08-14T18:38:35.684Z Compiling unicode-width v0.1.14
4372026-08-14T18:38:35.844Z Compiling heck v0.5.0
4382026-08-14T18:38:35.844Z Compiling heck v0.4.1
4392026-08-14T18:38:35.879Z Compiling bytecount v0.6.9
4402026-08-14T18:38:35.954Z Compiling strsim v0.11.1
4412026-08-14T18:38:36.022Z Compiling fastrand v2.3.0
4422026-08-14T18:38:36.080Z Compiling anyhow v1.0.102
4432026-08-14T18:38:36.084Z Compiling once_cell v1.21.3
4442026-08-14T18:38:36.207Z Compiling clap_builder v4.6.0
4452026-08-14T18:38:36.289Z Compiling tempfile v3.25.0
4462026-08-14T18:38:36.308Z Compiling papergrid v0.11.0
4472026-08-14T18:38:36.425Z Compiling semver v1.0.28
4482026-08-14T18:38:36.442Z Compiling tabled_derive v0.7.0
4492026-08-14T18:38:36.625Z Compiling cargo-platform v0.3.2
4502026-08-14T18:38:36.643Z Compiling memmap v0.7.0
4512026-08-14T18:38:36.660Z Compiling unicode-width v0.2.0
4522026-08-14T18:38:36.738Z Compiling smawk v0.3.2
4532026-08-14T18:38:36.824Z Compiling unicode-linebreak v0.1.5
4542026-08-14T18:38:36.900Z Compiling camino-tempfile v1.4.1
4552026-08-14T18:38:37.066Z Compiling textwrap v0.16.2
4562026-08-14T18:38:37.123Z Compiling serde_derive v1.0.228
4572026-08-14T18:38:37.135Z Compiling thiserror-impl v1.0.69
4582026-08-14T18:38:37.219Z Compiling zerocopy-derive v0.7.35
4592026-08-14T18:38:37.230Z Compiling pest_derive v2.8.6
4602026-08-14T18:38:37.338Z Compiling scroll_derive v0.12.1
4612026-08-14T18:38:37.548Z Compiling thiserror-impl v2.0.18
4622026-08-14T18:38:37.681Z Compiling clap_derive v4.6.1
4632026-08-14T18:38:37.700Z Compiling tabled v0.15.0
4642026-08-14T18:38:38.014Z Compiling scroll v0.12.0
4652026-08-14T18:38:38.078Z Compiling zerocopy v0.7.35
4662026-08-14T18:38:38.291Z Compiling goblin v0.8.2
4672026-08-14T18:38:38.493Z Compiling dtrace-parser v0.2.0
4682026-08-14T18:38:38.626Z Compiling swrite v0.1.0
4692026-08-14T18:38:39.372Z Compiling clap v4.6.1
4702026-08-14T18:38:39.985Z Compiling dof v0.3.0
4712026-08-14T18:38:39.985Z Compiling serde_tokenstream v0.2.3
4722026-08-14T18:38:40.017Z Compiling toml_datetime v0.6.11
4732026-08-14T18:38:40.017Z Compiling serde_spanned v0.6.9
4742026-08-14T18:38:40.021Z Compiling cargo_metadata v0.23.1
4752026-08-14T18:38:40.066Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-08-14T18:38:40.091Z Compiling macaddr v1.0.1
4772026-08-14T18:38:40.212Z Compiling toml_edit v0.22.27
4782026-08-14T18:38:40.774Z Compiling usdt-macro v0.5.0
4792026-08-14T18:38:40.777Z Compiling usdt-attr-macro v0.5.0
4802026-08-14T18:38:41.381Z Compiling usdt v0.5.0
4812026-08-14T18:38:41.553Z Compiling toml v0.8.23
4822026-08-14T18:38:41.876Z Compiling cargo_toml v0.21.0
4832026-08-14T18:38:43.110Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-08-14T18:38:45.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.24s
4852026-08-14T18:38:45.342Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-08-14T18:38:45.862Z Downloading crates ...
4872026-08-14T18:38:45.901Z Downloaded adler2 v2.0.1
4882026-08-14T18:38:45.922Z Downloaded anstream v0.6.21
4892026-08-14T18:38:45.938Z Downloaded ahash v0.8.12
4902026-08-14T18:38:45.938Z Downloaded fixedbitset v0.4.2
4912026-08-14T18:38:45.939Z Downloaded aead v0.5.2
4922026-08-14T18:38:45.939Z Downloaded atomic-waker v1.1.2
4932026-08-14T18:38:45.939Z Downloaded atomicwrites v0.4.4
4942026-08-14T18:38:45.939Z Downloaded float-ord v0.3.2
4952026-08-14T18:38:45.939Z Downloaded cmake v0.1.57
4962026-08-14T18:38:45.939Z Downloaded async-bb8-diesel v0.2.1
4972026-08-14T18:38:45.939Z Downloaded bitfield-macros v0.19.4
4982026-08-14T18:38:45.939Z Downloaded async-recursion v1.1.1
4992026-08-14T18:38:45.951Z Downloaded float-cmp v0.10.0
5002026-08-14T18:38:45.951Z Downloaded futures-io v0.3.32
5012026-08-14T18:38:45.951Z Downloaded async-trait v0.1.89
5022026-08-14T18:38:45.951Z Downloaded base16ct v0.2.0
5032026-08-14T18:38:45.951Z Downloaded cassowary v0.3.0
5042026-08-14T18:38:45.951Z Downloaded convert_case v0.4.0
5052026-08-14T18:38:45.951Z Downloaded flagset v0.4.7
5062026-08-14T18:38:45.951Z Downloaded console v0.15.11
5072026-08-14T18:38:45.951Z Downloaded env_filter v1.0.0
5082026-08-14T18:38:45.951Z Downloaded array-init v0.0.4
5092026-08-14T18:38:45.959Z Downloaded bitfield-struct v0.6.2
5102026-08-14T18:38:45.959Z Downloaded bb8 v0.8.6
5112026-08-14T18:38:45.960Z Downloaded futures-macro v0.3.32
5122026-08-14T18:38:45.960Z Downloaded form_urlencoded v1.2.2
5132026-08-14T18:38:45.960Z Downloaded gethostname v0.5.0
5142026-08-14T18:38:45.960Z Downloaded assert_matches v1.5.0
5152026-08-14T18:38:45.960Z Downloaded async-stream-impl v0.3.6
5162026-08-14T18:38:45.960Z Downloaded aes v0.9.1
5172026-08-14T18:38:45.961Z Downloaded foreign-types-shared v0.3.1
5182026-08-14T18:38:45.961Z Downloaded allocator-api2 v0.2.21
5192026-08-14T18:38:45.961Z Downloaded anstyle-parse v0.2.7
5202026-08-14T18:38:45.961Z Downloaded bit-set v0.8.0
5212026-08-14T18:38:45.972Z Downloaded funty v2.0.0
5222026-08-14T18:38:45.972Z Downloaded git-stub v1.0.0
5232026-08-14T18:38:45.972Z Downloaded bcrypt-pbkdf v0.11.0
5242026-08-14T18:38:45.972Z Downloaded futures-sink v0.3.32
5252026-08-14T18:38:45.972Z Downloaded bit-vec v0.8.0
5262026-08-14T18:38:45.972Z Downloaded fd-lock v4.0.4
5272026-08-14T18:38:45.972Z Downloaded arrayref v0.3.9
5282026-08-14T18:38:45.972Z Downloaded ff v0.13.1
5292026-08-14T18:38:45.972Z Downloaded find-msvc-tools v0.1.9
5302026-08-14T18:38:45.972Z Downloaded ascii-canvas v3.0.0
5312026-08-14T18:38:45.978Z Downloaded foreign-types v0.5.0
5322026-08-14T18:38:45.978Z Downloaded futures-core v0.3.32
5332026-08-14T18:38:45.979Z Downloaded foreign-types v0.3.2
5342026-08-14T18:38:45.979Z Downloaded aead v0.6.1
5352026-08-14T18:38:45.979Z Downloaded bitfield v0.19.4
5362026-08-14T18:38:45.979Z Downloaded async-stream v0.3.6
5372026-08-14T18:38:45.979Z Downloaded base16ct v1.0.0
5382026-08-14T18:38:45.979Z Downloaded foreign-types-macros v0.2.3
5392026-08-14T18:38:45.979Z Downloaded httpdate v1.0.3
5402026-08-14T18:38:45.990Z Downloaded futures-task v0.3.32
5412026-08-14T18:38:45.990Z Downloaded fxhash v0.2.1
5422026-08-14T18:38:45.990Z Downloaded atty v0.2.14
5432026-08-14T18:38:45.990Z Downloaded bit-set v0.5.3
5442026-08-14T18:38:45.990Z Downloaded cobs v0.3.0
5452026-08-14T18:38:45.990Z Downloaded http-body v1.0.1
5462026-08-14T18:38:45.997Z Downloaded http-range v0.1.5
5472026-08-14T18:38:45.997Z Downloaded ciborium-io v0.2.2
5482026-08-14T18:38:45.997Z Downloaded headers-core v0.3.0
5492026-08-14T18:38:45.997Z Downloaded block-padding v0.4.2
5502026-08-14T18:38:45.997Z Downloaded ciborium-ll v0.2.2
5512026-08-14T18:38:45.997Z Downloaded compression-core v0.4.31
5522026-08-14T18:38:45.997Z Downloaded foreign-types-shared v0.1.1
5532026-08-14T18:38:45.997Z Downloaded hash32 v0.2.1
5542026-08-14T18:38:45.998Z Downloaded openssl-probe v0.2.1
5552026-08-14T18:38:45.998Z Downloaded cfg_aliases v0.2.1
5562026-08-14T18:38:45.998Z Downloaded hostname v0.3.1
5572026-08-14T18:38:45.998Z Downloaded block-buffer v0.12.1
5582026-08-14T18:38:45.998Z Downloaded erased-serde v0.3.31
5592026-08-14T18:38:45.998Z Downloaded fallible-iterator v0.2.0
5602026-08-14T18:38:45.998Z Downloaded ff v0.14.0
5612026-08-14T18:38:46.013Z Downloaded futures-executor v0.3.32
5622026-08-14T18:38:46.014Z Downloaded glob v0.3.3
5632026-08-14T18:38:46.014Z Downloaded foldhash v0.2.0
5642026-08-14T18:38:46.014Z Downloaded env_logger v0.11.9
5652026-08-14T18:38:46.014Z Downloaded fs_extra v1.3.0
5662026-08-14T18:38:46.014Z Downloaded globwalk v0.9.1
5672026-08-14T18:38:46.022Z Downloaded filetime v0.2.27
5682026-08-14T18:38:46.022Z Downloaded foldhash v0.1.5
5692026-08-14T18:38:46.022Z Downloaded cfg_aliases v0.1.1
5702026-08-14T18:38:46.022Z Downloaded castaway v0.2.4
5712026-08-14T18:38:46.022Z Downloaded hash32 v0.3.1
5722026-08-14T18:38:46.023Z Downloaded hostname v0.4.2
5732026-08-14T18:38:46.023Z Downloaded hubpack v0.1.2
5742026-08-14T18:38:46.023Z Downloaded num v0.4.3
5752026-08-14T18:38:46.023Z Downloaded home v0.5.12
5762026-08-14T18:38:46.029Z Downloaded hubpack_derive v0.1.1
5772026-08-14T18:38:46.029Z Downloaded hyper-tls v0.6.0
5782026-08-14T18:38:46.029Z Downloaded arrayvec v0.7.6
5792026-08-14T18:38:46.029Z Downloaded hex v0.4.3
5802026-08-14T18:38:46.029Z Downloaded bcs v0.1.6
5812026-08-14T18:38:46.035Z Downloaded argon2 v0.5.3
5822026-08-14T18:38:46.035Z Downloaded hex-literal v1.1.0
5832026-08-14T18:38:46.040Z Downloaded peg-runtime v0.8.5
5842026-08-14T18:38:46.040Z Downloaded phf_shared v0.13.1
5852026-08-14T18:38:46.041Z Downloaded num-conv v0.2.0
5862026-08-14T18:38:46.041Z Downloaded num_threads v0.1.7
5872026-08-14T18:38:46.041Z Downloaded ghash v0.6.0
5882026-08-14T18:38:46.041Z Downloaded parse-display v0.10.0
5892026-08-14T18:38:46.041Z Downloaded git-stub-vcs v0.1.0
5902026-08-14T18:38:46.046Z Downloaded globset v0.4.18
5912026-08-14T18:38:46.046Z Downloaded fs-err v2.11.0
5922026-08-14T18:38:46.050Z Downloaded proc-macro-crate v1.3.1
5932026-08-14T18:38:46.054Z Downloaded rfc6979 v0.6.0
5942026-08-14T18:38:46.059Z Downloaded scheduled-thread-pool v0.2.7
5952026-08-14T18:38:46.059Z Downloaded scopeguard v1.2.0
5962026-08-14T18:38:46.059Z Downloaded http-body-util v0.1.3
5972026-08-14T18:38:46.059Z Downloaded futures-channel v0.3.32
5982026-08-14T18:38:46.059Z Downloaded getrandom v0.2.17
5992026-08-14T18:38:46.059Z Downloaded bit-vec v0.6.3
6002026-08-14T18:38:46.067Z Downloaded bitflags v1.3.2
6012026-08-14T18:38:46.067Z Downloaded const_format_proc_macros v0.2.34
6022026-08-14T18:38:46.067Z Downloaded getrandom v0.3.4
6032026-08-14T18:38:46.067Z Downloaded radium v0.7.0
6042026-08-14T18:38:46.067Z Downloaded ref-cast v1.0.25
6052026-08-14T18:38:46.072Z Downloaded cipher v0.4.4
6062026-08-14T18:38:46.072Z Downloaded base64ct v1.8.3
6072026-08-14T18:38:46.072Z Downloaded seq-macro v0.3.6
6082026-08-14T18:38:46.077Z Downloaded signal-hook-tokio v0.3.1
6092026-08-14T18:38:46.077Z Downloaded cexpr v0.6.0
6102026-08-14T18:38:46.077Z Downloaded blowfish v0.10.0
6112026-08-14T18:38:46.081Z Downloaded humantime v2.3.0
6122026-08-14T18:38:46.081Z Downloaded bs58 v0.5.1
6132026-08-14T18:38:46.081Z Downloaded buf-list v1.1.2
6142026-08-14T18:38:46.081Z Downloaded byte-wrapper v0.1.0
6152026-08-14T18:38:46.089Z Downloaded group v0.14.0
6162026-08-14T18:38:46.089Z Downloaded compression-codecs v0.4.37
6172026-08-14T18:38:46.094Z Downloaded rustc_version v0.4.1
6182026-08-14T18:38:46.094Z Downloaded backoff v0.4.0
6192026-08-14T18:38:46.095Z Downloaded constant_time_eq v0.4.2
6202026-08-14T18:38:46.095Z Downloaded cipher v0.5.2
6212026-08-14T18:38:46.095Z Downloaded serde_repr v0.1.20
6222026-08-14T18:38:46.095Z Downloaded serde_spanned v1.1.1
6232026-08-14T18:38:46.095Z Downloaded signature v2.2.0
6242026-08-14T18:38:46.095Z Downloaded sponge-cursor v0.1.0
6252026-08-14T18:38:46.095Z Downloaded strsim v0.10.0
6262026-08-14T18:38:46.103Z Downloaded chacha20 v0.9.1
6272026-08-14T18:38:46.104Z Downloaded console v0.16.2
6282026-08-14T18:38:46.104Z Downloaded blake2 v0.10.6
6292026-08-14T18:38:46.104Z Downloaded subtle v2.6.1
6302026-08-14T18:38:46.104Z Downloaded time-core v0.1.8
6312026-08-14T18:38:46.104Z Downloaded blake2 v0.11.0-rc.6
6322026-08-14T18:38:46.104Z Downloaded num-rational v0.4.2
6332026-08-14T18:38:46.104Z Downloaded sha1 v0.10.6
6342026-08-14T18:38:46.116Z Downloaded strum v0.27.2
6352026-08-14T18:38:46.116Z Downloaded camino-tempfile-ext v0.3.3
6362026-08-14T18:38:46.116Z Downloaded num_enum_derive v0.7.6
6372026-08-14T18:38:46.116Z Downloaded num_enum_derive v0.5.11
6382026-08-14T18:38:46.116Z Downloaded pbkdf2 v0.13.0
6392026-08-14T18:38:46.116Z Downloaded testing_table v0.3.0
6402026-08-14T18:38:46.122Z Downloaded peg-macros v0.8.5
6412026-08-14T18:38:46.122Z Downloaded hybrid-array v0.4.13
6422026-08-14T18:38:46.122Z Downloaded iana-time-zone v0.1.65
6432026-08-14T18:38:46.122Z Downloaded peg v0.8.5
6442026-08-14T18:38:46.127Z Downloaded oxide-update-engine-display v0.1.2
6452026-08-14T18:38:46.128Z Downloaded polyval v0.7.1
6462026-08-14T18:38:46.128Z Downloaded powerfmt v0.2.0
6472026-08-14T18:38:46.128Z Downloaded progenitor v0.13.0
6482026-08-14T18:38:46.128Z Downloaded fixedbitset v0.5.7
6492026-08-14T18:38:46.128Z Downloaded progenitor v0.14.0
6502026-08-14T18:38:46.128Z Downloaded predicates v3.1.4
6512026-08-14T18:38:46.132Z Downloaded r2d2 v0.8.10
6522026-08-14T18:38:46.132Z Downloaded sapling-renderdag v0.1.0
6532026-08-14T18:38:46.133Z Downloaded utf-8 v0.7.6
6542026-08-14T18:38:46.139Z Downloaded unarray v0.1.4
6552026-08-14T18:38:46.139Z Downloaded fatfs v0.3.6
6562026-08-14T18:38:46.139Z Downloaded bzip2 v0.4.4
6572026-08-14T18:38:46.155Z Downloaded colored v2.2.0
6582026-08-14T18:38:46.155Z Downloaded scroll v0.13.0
6592026-08-14T18:38:46.155Z Downloaded argon2 v0.6.0-rc.8
6602026-08-14T18:38:46.155Z Downloaded const-oid v0.9.6
6612026-08-14T18:38:46.155Z Downloaded cmov v0.5.4
6622026-08-14T18:38:46.155Z Downloaded rustls-pemfile v2.2.0
6632026-08-14T18:38:46.155Z Downloaded serde-big-array v0.5.1
6642026-08-14T18:38:46.155Z Downloaded wait-timeout v0.2.1
6652026-08-14T18:38:46.155Z Downloaded rustversion v1.0.22
6662026-08-14T18:38:46.155Z Downloaded bzip2 v0.6.1
6672026-08-14T18:38:46.163Z Downloaded cancel-safe-futures v0.1.5
6682026-08-14T18:38:46.163Z Downloaded cbc v0.2.1
6692026-08-14T18:38:46.163Z Downloaded xshell-macros v0.2.7
6702026-08-14T18:38:46.163Z Downloaded zeroize_derive v1.5.0
6712026-08-14T18:38:46.163Z Downloaded zone_cfg_derive v0.3.1
6722026-08-14T18:38:46.164Z Downloaded hmac v0.12.1
6732026-08-14T18:38:46.164Z Downloaded clang-sys v1.8.1
6742026-08-14T18:38:46.164Z Downloaded slog-dtrace v0.3.0
6752026-08-14T18:38:46.164Z Downloaded group v0.13.0
6762026-08-14T18:38:46.164Z Downloaded httparse v1.10.1
6772026-08-14T18:38:46.164Z Downloaded backon v1.6.0
6782026-08-14T18:38:46.168Z Downloaded cpubits v0.1.1
6792026-08-14T18:38:46.168Z Downloaded serdect v0.4.3
6802026-08-14T18:38:46.168Z Downloaded base64 v0.22.1
6812026-08-14T18:38:46.168Z Downloaded chacha20 v0.10.0
6822026-08-14T18:38:46.168Z Downloaded spki v0.7.3
6832026-08-14T18:38:46.172Z Downloaded spki v0.8.0
6842026-08-14T18:38:46.172Z Downloaded shlex v1.3.0
6852026-08-14T18:38:46.172Z Downloaded slog-stdlog v4.1.1
6862026-08-14T18:38:46.172Z Downloaded curve25519-dalek-derive v0.1.1
6872026-08-14T18:38:46.172Z Downloaded defmt-parser v1.0.0
6882026-08-14T18:38:46.172Z Downloaded debug-ignore v1.0.5
6892026-08-14T18:38:46.175Z Downloaded owo-colors v4.3.0
6902026-08-14T18:38:46.175Z Downloaded half v1.8.3
6912026-08-14T18:38:46.175Z Downloaded hyper-rustls v0.27.7
6922026-08-14T18:38:46.185Z Downloaded futures v0.3.32
6932026-08-14T18:38:46.185Z Downloaded generic-array v1.4.3
6942026-08-14T18:38:46.190Z Downloaded pkcs1 v0.7.5
6952026-08-14T18:38:46.190Z Downloaded poly1305 v0.9.0
6962026-08-14T18:38:46.190Z Downloaded quinn-udp v0.5.14
6972026-08-14T18:38:46.191Z Downloaded support-bundle-viewer v0.1.2
6982026-08-14T18:38:46.191Z Downloaded darling_macro v0.20.11
6992026-08-14T18:38:46.191Z Downloaded difflib v0.4.0
7002026-08-14T18:38:46.191Z Downloaded dirs-sys-next v0.1.2
7012026-08-14T18:38:46.191Z Downloaded document-features v0.2.12
7022026-08-14T18:38:46.191Z Downloaded dof v0.4.0
7032026-08-14T18:38:46.191Z Downloaded dtrace-parser v0.3.0
7042026-08-14T18:38:46.195Z Downloaded time-macros v0.2.27
7052026-08-14T18:38:46.195Z Downloaded tiny-keccak v2.0.2
7062026-08-14T18:38:46.195Z Downloaded is-terminal v0.4.17
7072026-08-14T18:38:46.196Z Downloaded pkcs8 v0.11.0
7082026-08-14T18:38:46.196Z Downloaded parking_lot_core v0.9.12
7092026-08-14T18:38:46.200Z Downloaded internet-checksum v0.2.1
7102026-08-14T18:38:46.200Z Downloaded const-oid v0.10.2
7112026-08-14T18:38:46.204Z Downloaded tui-tree-widget v0.23.1
7122026-08-14T18:38:46.204Z Downloaded usdt v0.6.0
7132026-08-14T18:38:46.204Z Downloaded colored v3.1.1
7142026-08-14T18:38:46.205Z Downloaded ciborium v0.2.2
7152026-08-14T18:38:46.218Z Downloaded salsa20 v0.11.0
7162026-08-14T18:38:46.227Z Downloaded writeable v0.6.2
7172026-08-14T18:38:46.227Z Downloaded inout v0.2.2
7182026-08-14T18:38:46.227Z Downloaded jiff-static v0.2.34
7192026-08-14T18:38:46.227Z Downloaded lru-slab v0.1.2
7202026-08-14T18:38:46.227Z Downloaded md5 v0.8.0
7212026-08-14T18:38:46.227Z Downloaded highway v1.3.0
7222026-08-14T18:38:46.227Z Downloaded md-5 v0.10.6
7232026-08-14T18:38:46.231Z Downloaded half v2.7.1
7242026-08-14T18:38:46.231Z Downloaded hyper-staticfile v0.10.1
7252026-08-14T18:38:46.235Z Downloaded hmac v0.13.0
7262026-08-14T18:38:46.235Z Downloaded corncobs v0.1.4
7272026-08-14T18:38:46.239Z Downloaded nonempty v0.12.0
7282026-08-14T18:38:46.239Z Downloaded new_debug_unreachable v1.0.6
7292026-08-14T18:38:46.239Z Downloaded oso-derive v0.27.3
7302026-08-14T18:38:46.239Z Downloaded critical-section v1.2.0
7312026-08-14T18:38:46.246Z Downloaded normalize-line-endings v0.3.0
7322026-08-14T18:38:46.246Z Downloaded openssl-macros v0.1.1
7332026-08-14T18:38:46.246Z Downloaded term v0.7.0
7342026-08-14T18:38:46.246Z Downloaded ctr v0.10.1
7352026-08-14T18:38:46.253Z Downloaded oxide-update-engine-types v0.1.2
7362026-08-14T18:38:46.253Z Downloaded papergrid v0.18.0
7372026-08-14T18:38:46.253Z Downloaded toml_parser v1.1.2+spec-1.1.0
7382026-08-14T18:38:46.264Z Downloaded der_derive v0.7.3
7392026-08-14T18:38:46.264Z Downloaded either v1.15.0
7402026-08-14T18:38:46.264Z Downloaded predicates-tree v1.0.13
7412026-08-14T18:38:46.280Z Downloaded phf_shared v0.12.1
7422026-08-14T18:38:46.280Z Downloaded predicates-core v1.0.10
7432026-08-14T18:38:46.280Z Downloaded recursive v0.1.1
7442026-08-14T18:38:46.280Z Downloaded rfc6979 v0.4.0
7452026-08-14T18:38:46.280Z Downloaded flate2 v1.1.9
7462026-08-14T18:38:46.280Z Downloaded icu_locale_core v2.1.1
7472026-08-14T18:38:46.280Z Downloaded flume v0.11.1
7482026-08-14T18:38:46.297Z Downloaded same-file v1.0.6
7492026-08-14T18:38:46.297Z Downloaded tokio-rustls v0.26.4
7502026-08-14T18:38:46.298Z Downloaded tracing-attributes v0.1.31
7512026-08-14T18:38:46.298Z Downloaded unicode-properties v0.1.4
7522026-08-14T18:38:46.298Z Downloaded serde_urlencoded v0.7.1
7532026-08-14T18:38:46.303Z Downloaded shell-words v1.1.1
7542026-08-14T18:38:46.303Z Downloaded ident_case v1.0.1
7552026-08-14T18:38:46.303Z Downloaded libsw v3.5.0
7562026-08-14T18:38:46.303Z Downloaded rustc-hash v2.1.1
7572026-08-14T18:38:46.303Z Downloaded vergen-lib v0.1.6
7582026-08-14T18:38:46.303Z Downloaded compact_str v0.8.1
7592026-08-14T18:38:46.303Z Downloaded bytes v1.11.1
7602026-08-14T18:38:46.303Z Downloaded chacha20poly1305 v0.10.1
7612026-08-14T18:38:46.303Z Downloaded lalrpop-util v0.19.12
7622026-08-14T18:38:46.305Z Downloaded linear-map v1.2.0
7632026-08-14T18:38:46.312Z Downloaded secrecy v0.10.3
7642026-08-14T18:38:46.313Z Downloaded semver v0.1.20
7652026-08-14T18:38:46.313Z Downloaded slog-envlogger v2.2.0
7662026-08-14T18:38:46.313Z Downloaded sigpipe v0.1.3
7672026-08-14T18:38:46.313Z Downloaded structmeta v0.3.0
7682026-08-14T18:38:46.313Z Downloaded tagptr v0.2.0
7692026-08-14T18:38:46.313Z Downloaded ar_archive_writer v0.5.1
7702026-08-14T18:38:46.313Z Downloaded native-tls v0.2.18
7712026-08-14T18:38:46.313Z Downloaded smallvec v1.15.1
7722026-08-14T18:38:46.313Z Downloaded async-compression v0.4.41
7732026-08-14T18:38:46.313Z Downloaded heapless v0.7.17
7742026-08-14T18:38:46.314Z Downloaded maybe-uninit v2.0.0
7752026-08-14T18:38:46.324Z Downloaded nu-ansi-term v0.50.3
7762026-08-14T18:38:46.324Z Downloaded typify-macro v0.6.2
7772026-08-14T18:38:46.324Z Downloaded utf8_iter v1.0.4
7782026-08-14T18:38:46.324Z Downloaded xattr v1.6.1
7792026-08-14T18:38:46.324Z Downloaded unicode-truncate v1.1.0
7802026-08-14T18:38:46.324Z Downloaded toml v1.1.2+spec-1.1.0
7812026-08-14T18:38:46.329Z Downloaded rcgen v0.12.1
7822026-08-14T18:38:46.329Z Downloaded unsafe-libyaml v0.2.11
7832026-08-14T18:38:46.329Z Downloaded darling v0.20.11
7842026-08-14T18:38:46.329Z Downloaded headers v0.4.1
7852026-08-14T18:38:46.330Z Downloaded pem-rfc7468 v0.7.0
7862026-08-14T18:38:46.340Z Downloaded subprocess v0.2.15
7872026-08-14T18:38:46.340Z Downloaded ecdsa v0.17.0
7882026-08-14T18:38:46.340Z Downloaded derive_builder v0.20.2
7892026-08-14T18:38:46.340Z Downloaded password-hash v0.6.1
7902026-08-14T18:38:46.346Z Downloaded port-file v0.1.0
7912026-08-14T18:38:46.346Z Downloaded unit-prefix v0.5.2
7922026-08-14T18:38:46.346Z Downloaded wnaf v0.14.0
7932026-08-14T18:38:46.346Z Downloaded zerofrom-derive v0.1.6
7942026-08-14T18:38:46.346Z Downloaded heapless v0.8.0
7952026-08-14T18:38:46.346Z Downloaded rand_core v0.9.5
7962026-08-14T18:38:46.346Z Downloaded rand_core v0.10.0
7972026-08-14T18:38:46.346Z Downloaded crucible-workspace-hack v0.1.0
7982026-08-14T18:38:46.347Z Downloaded derive_builder_macro v0.20.2
7992026-08-14T18:38:46.347Z Downloaded base64 v0.21.7
8002026-08-14T18:38:46.347Z Downloaded rusty-fork v0.3.1
8012026-08-14T18:38:46.356Z Downloaded simd-adler32 v0.3.8
8022026-08-14T18:38:46.360Z Downloaded ssh-encoding v0.3.0
8032026-08-14T18:38:46.360Z Downloaded arc-swap v1.8.2
8042026-08-14T18:38:46.369Z Downloaded bumpalo v3.20.2
8052026-08-14T18:38:46.369Z Downloaded thiserror-impl-no-std v2.0.2
8062026-08-14T18:38:46.369Z Downloaded slog-json v2.6.1
8072026-08-14T18:38:46.369Z Downloaded snafu-derive v0.8.9
8082026-08-14T18:38:46.369Z Downloaded crypto-common v0.2.2
8092026-08-14T18:38:46.369Z Downloaded cstr-argument v0.1.2
8102026-08-14T18:38:46.369Z Downloaded lock_api v0.4.14
8112026-08-14T18:38:46.369Z Downloaded thiserror-no-std v2.0.2
8122026-08-14T18:38:46.374Z Downloaded display-error-chain v0.2.2
8132026-08-14T18:38:46.374Z Downloaded embedded-io v0.4.0
8142026-08-14T18:38:46.374Z Downloaded enum-as-inner v0.6.1
8152026-08-14T18:38:46.380Z Downloaded parking_lot_core v0.8.6
8162026-08-14T18:38:46.380Z Downloaded strum_macros v0.26.4
8172026-08-14T18:38:46.387Z Downloaded hickory-resolver v0.25.2
8182026-08-14T18:38:46.387Z Downloaded instant v0.1.13
8192026-08-14T18:38:46.390Z Downloaded crossbeam-utils v0.8.21
8202026-08-14T18:38:46.391Z Downloaded strum_macros v0.27.2
8212026-08-14T18:38:46.391Z Downloaded darling v0.21.3
8222026-08-14T18:38:46.394Z Downloaded vsss-rs v3.3.4
8232026-08-14T18:38:46.394Z Downloaded zerovec-derive v0.11.2
8242026-08-14T18:38:46.394Z Downloaded cc v1.2.56
8252026-08-14T18:38:46.403Z Downloaded tls_codec_derive v0.4.2
8262026-08-14T18:38:46.404Z Downloaded tokio-native-tls v0.3.1
8272026-08-14T18:38:46.404Z Downloaded elliptic-curve v0.13.8
8282026-08-14T18:38:46.408Z Downloaded icu_properties v2.1.2
8292026-08-14T18:38:46.408Z Downloaded postgres-types v0.2.12
8302026-08-14T18:38:46.408Z Downloaded managed v0.8.0
8312026-08-14T18:38:46.408Z Downloaded memoffset v0.9.1
8322026-08-14T18:38:46.408Z Downloaded expectorate v1.2.0
8332026-08-14T18:38:46.408Z Downloaded rustls-native-certs v0.8.3
8342026-08-14T18:38:46.412Z Downloaded tar v0.4.46
8352026-08-14T18:38:46.416Z Downloaded lazy_static v1.5.0
8362026-08-14T18:38:46.416Z Downloaded hyper-util v0.1.20
8372026-08-14T18:38:46.425Z Downloaded hickory-server v0.25.2
8382026-08-14T18:38:46.430Z Downloaded parse-size v1.1.0
8392026-08-14T18:38:46.430Z Downloaded packed_struct_codegen v0.10.1
8402026-08-14T18:38:46.430Z Downloaded pretty_assertions v1.4.1
8412026-08-14T18:38:46.430Z Downloaded derive_builder_core v0.20.2
8422026-08-14T18:38:46.430Z Downloaded opaque-debug v0.3.1
8432026-08-14T18:38:46.430Z Downloaded const_format v0.2.35
8442026-08-14T18:38:46.430Z Downloaded qorb v0.4.1
8452026-08-14T18:38:46.430Z Downloaded quick-error v1.2.3
8462026-08-14T18:38:46.430Z Downloaded zstd v0.13.3
8472026-08-14T18:38:46.434Z Downloaded indexmap v1.9.3
8482026-08-14T18:38:46.434Z Downloaded rsa v0.9.10
8492026-08-14T18:38:46.446Z Downloaded vte v0.14.1
8502026-08-14T18:38:46.446Z Downloaded progenitor-macro v0.14.0
8512026-08-14T18:38:46.446Z Downloaded dsl_auto_type v0.2.0
8522026-08-14T18:38:46.447Z Downloaded defmt v1.0.1
8532026-08-14T18:38:46.447Z Downloaded rand_xorshift v0.4.0
8542026-08-14T18:38:46.447Z Downloaded rustc_version v0.1.7
8552026-08-14T18:38:46.447Z Downloaded snafu v0.8.9
8562026-08-14T18:38:46.451Z Downloaded signal-hook-mio v0.2.5
8572026-08-14T18:38:46.451Z Downloaded term v1.2.1
8582026-08-14T18:38:46.465Z Downloaded enum_dispatch v0.3.13
8592026-08-14T18:38:46.468Z Downloaded yansi v1.0.1
8602026-08-14T18:38:46.469Z Downloaded zip v0.6.6
8612026-08-14T18:38:46.469Z Downloaded ed25519 v2.2.3
8622026-08-14T18:38:46.469Z Downloaded slog-bunyan v2.5.0
8632026-08-14T18:38:46.469Z Downloaded structmeta-derive v0.3.0
8642026-08-14T18:38:46.469Z Downloaded http v1.4.2
8652026-08-14T18:38:46.469Z Downloaded sync-ptr v0.1.4
8662026-08-14T18:38:46.469Z Downloaded tower-service v0.3.3
8672026-08-14T18:38:46.469Z Downloaded pin-project v1.1.11
8682026-08-14T18:38:46.476Z Downloaded tokio-stream v0.1.18
8692026-08-14T18:38:46.476Z Downloaded num_enum v0.7.6
8702026-08-14T18:38:46.476Z Downloaded progenitor-impl v0.13.0
8712026-08-14T18:38:46.481Z Downloaded icu_collections v2.1.1
8722026-08-14T18:38:46.481Z Downloaded vergen-git2 v9.1.0
8732026-08-14T18:38:46.485Z Downloaded whoami v1.6.1
8742026-08-14T18:38:46.485Z Downloaded num-integer v0.1.46
8752026-08-14T18:38:46.485Z Downloaded prefix-trie v0.7.0
8762026-08-14T18:38:46.485Z Downloaded zerocopy v0.6.6
8772026-08-14T18:38:46.485Z Downloaded usdt-attr-macro v0.6.0
8782026-08-14T18:38:46.489Z Downloaded multer v3.1.0
8792026-08-14T18:38:46.489Z Downloaded tokio-postgres v0.7.16
8802026-08-14T18:38:46.498Z Downloaded universal-hash v0.6.1
8812026-08-14T18:38:46.498Z Downloaded progenitor-impl v0.14.0
8822026-08-14T18:38:46.498Z Downloaded newtype-uuid v1.3.2
8832026-08-14T18:38:46.498Z Downloaded tabwriter v1.4.1
8842026-08-14T18:38:46.498Z Downloaded pem v3.0.6
8852026-08-14T18:38:46.498Z Downloaded pkcs8 v0.10.2
8862026-08-14T18:38:46.508Z Downloaded waitgroup v0.1.2
8872026-08-14T18:38:46.508Z Downloaded phf v0.12.1
8882026-08-14T18:38:46.508Z Downloaded phc v0.6.1
8892026-08-14T18:38:46.508Z Downloaded indicatif v0.18.4
8902026-08-14T18:38:46.514Z Downloaded ppv-lite86 v0.2.21
8912026-08-14T18:38:46.514Z Downloaded cpufeatures v0.3.0
8922026-08-14T18:38:46.514Z Downloaded crc v3.4.0
8932026-08-14T18:38:46.514Z Downloaded dirs-next v2.0.0
8942026-08-14T18:38:46.514Z Downloaded endian-type v0.1.2
8952026-08-14T18:38:46.514Z Downloaded keccak v0.1.6
8962026-08-14T18:38:46.518Z Downloaded primeorder v0.13.6
8972026-08-14T18:38:46.518Z Downloaded rand_chacha v0.3.1
8982026-08-14T18:38:46.518Z Downloaded omicron-zone-package v0.12.3
8992026-08-14T18:38:46.518Z Downloaded serde_with_macros v1.5.2
9002026-08-14T18:38:46.519Z Downloaded signal-hook-registry v1.4.8
9012026-08-14T18:38:46.524Z Downloaded primeorder v0.14.0
9022026-08-14T18:38:46.524Z Downloaded rand_seeder v0.4.0
9032026-08-14T18:38:46.524Z Downloaded sec1 v0.8.1
9042026-08-14T18:38:46.524Z Downloaded digest-io v0.1.0
9052026-08-14T18:38:46.525Z Downloaded ingot-macros v0.2.0
9062026-08-14T18:38:46.525Z Downloaded hashbrown v0.12.3
9072026-08-14T18:38:46.535Z Downloaded hickory-resolver v0.24.4
9082026-08-14T18:38:46.535Z Downloaded steno v0.4.1
9092026-08-14T18:38:46.535Z Downloaded p256 v0.14.0
9102026-08-14T18:38:46.546Z Downloaded tracing-core v0.1.36
9112026-08-14T18:38:46.546Z Downloaded libscf-sys v1.2.0
9122026-08-14T18:38:46.546Z Downloaded litrs v1.0.0
9132026-08-14T18:38:46.546Z Downloaded static_assertions v1.1.0
9142026-08-14T18:38:46.562Z Downloaded tokio-tungstenite v0.23.1
9152026-08-14T18:38:46.562Z Downloaded hashbrown v0.13.2
9162026-08-14T18:38:46.562Z Downloaded derive_more v2.1.1
9172026-08-14T18:38:46.562Z Downloaded num-derive v0.4.2
9182026-08-14T18:38:46.567Z Downloaded tls_codec v0.4.2
9192026-08-14T18:38:46.567Z Downloaded rayon-core v1.13.0
9202026-08-14T18:38:46.567Z Downloaded ctutils v0.4.2
9212026-08-14T18:38:46.567Z Downloaded xshell v0.2.7
9222026-08-14T18:38:46.567Z Downloaded openssl-probe v0.1.6
9232026-08-14T18:38:46.567Z Downloaded unicode-segmentation v1.12.0
9242026-08-14T18:38:46.567Z Downloaded zopfli v0.8.3
9252026-08-14T18:38:46.572Z Downloaded csv-core v0.1.13
9262026-08-14T18:38:46.572Z Downloaded schemars v0.8.22
9272026-08-14T18:38:46.582Z Downloaded typed-path v0.9.3
9282026-08-14T18:38:46.595Z Downloaded socket2 v0.5.10
9292026-08-14T18:38:46.595Z Downloaded serde_cbor v0.11.2
9302026-08-14T18:38:46.595Z Downloaded ingot v0.2.1
9312026-08-14T18:38:46.595Z Downloaded derive-where v1.6.0
9322026-08-14T18:38:46.595Z Downloaded proc-macro-error-attr2 v2.0.0
9332026-08-14T18:38:46.595Z Downloaded russh-cryptovec v0.62.0
9342026-08-14T18:38:46.595Z Downloaded serde_bytes v0.11.19
9352026-08-14T18:38:46.606Z Downloaded tokio-test v0.4.5
9362026-08-14T18:38:46.606Z Downloaded aws-lc-rs v1.16.3
9372026-08-14T18:38:46.606Z Downloaded delegate v0.13.5
9382026-08-14T18:38:46.606Z Downloaded sqlparser_derive v0.5.0
9392026-08-14T18:38:46.613Z Downloaded termtree v0.5.1
9402026-08-14T18:38:46.613Z Downloaded maplit v1.0.2
9412026-08-14T18:38:46.613Z Downloaded take_mut v0.2.2
9422026-08-14T18:38:46.613Z Downloaded trait-variant v0.1.2
9432026-08-14T18:38:46.617Z Downloaded tungstenite v0.23.0
9442026-08-14T18:38:46.617Z Downloaded impl-trait-for-tuples v0.2.3
9452026-08-14T18:38:46.617Z Downloaded libsw-core v0.3.2
9462026-08-14T18:38:46.622Z Downloaded module-lattice v0.2.3
9472026-08-14T18:38:46.622Z Downloaded want v0.3.1
9482026-08-14T18:38:46.622Z Downloaded untrusted v0.9.0
9492026-08-14T18:38:46.634Z Downloaded crc8 v0.1.1
9502026-08-14T18:38:46.634Z Downloaded mime_guess v2.0.5
9512026-08-14T18:38:46.634Z Downloaded paste v1.0.15
9522026-08-14T18:38:46.638Z Downloaded darling_core v0.21.3
9532026-08-14T18:38:46.644Z Downloaded vergen v9.1.0
9542026-08-14T18:38:46.644Z Downloaded kstat-rs v0.2.5
9552026-08-14T18:38:46.650Z Downloaded mime v0.3.17
9562026-08-14T18:38:46.650Z Downloaded crc-any v2.5.0
9572026-08-14T18:38:46.650Z Downloaded pin-project-lite v0.2.17
9582026-08-14T18:38:46.650Z Downloaded poly1305 v0.8.0
9592026-08-14T18:38:46.654Z Downloaded downcast-rs v2.0.2
9602026-08-14T18:38:46.655Z Downloaded lru-cache v0.1.2
9612026-08-14T18:38:46.655Z Downloaded oso v0.27.3
9622026-08-14T18:38:46.655Z Downloaded rand_chacha v0.9.0
9632026-08-14T18:38:46.655Z Downloaded progenitor-extras v0.2.0
9642026-08-14T18:38:46.655Z Downloaded darling_core v0.20.11
9652026-08-14T18:38:46.659Z Downloaded signal-hook v0.3.18
9662026-08-14T18:38:46.662Z Downloaded samael v0.0.19
9672026-08-14T18:38:46.663Z Downloaded displaydoc v0.2.5
9682026-08-14T18:38:46.674Z Downloaded serde-hex v0.1.0
9692026-08-14T18:38:46.674Z Downloaded serde_derive_internals v0.29.1
9702026-08-14T18:38:46.674Z Downloaded serde_path_to_error v0.1.20
9712026-08-14T18:38:46.674Z Downloaded nibble_vec v0.1.0
9722026-08-14T18:38:46.678Z Downloaded aes-gcm v0.11.0
9732026-08-14T18:38:46.678Z Downloaded cookie_store v0.22.1
9742026-08-14T18:38:46.678Z Downloaded hashbrown v0.15.5
9752026-08-14T18:38:46.678Z Downloaded icu_normalizer_data v2.1.1
9762026-08-14T18:38:46.678Z Downloaded string_cache v0.8.9
9772026-08-14T18:38:46.678Z Downloaded path-slash v0.1.5
9782026-08-14T18:38:46.678Z Downloaded socket2 v0.6.3
9792026-08-14T18:38:46.678Z Downloaded hashbrown v0.16.1
9802026-08-14T18:38:46.684Z Downloaded stringprep v0.1.5
9812026-08-14T18:38:46.684Z Downloaded url v2.5.8
9822026-08-14T18:38:46.689Z Downloaded uzers v0.12.2
9832026-08-14T18:38:46.692Z Downloaded ml-kem v0.3.2
9842026-08-14T18:38:46.692Z Downloaded tokio-tungstenite v0.21.0
9852026-08-14T18:38:46.692Z Downloaded russh-util v0.52.0
9862026-08-14T18:38:46.692Z Downloaded serde_plain v1.0.2
9872026-08-14T18:38:46.696Z Downloaded supports-color v3.0.2
9882026-08-14T18:38:46.702Z Downloaded crossbeam-deque v0.8.6
9892026-08-14T18:38:46.702Z Downloaded deranged v0.5.8
9902026-08-14T18:38:46.702Z Downloaded ed25519-dalek v3.0.0
9912026-08-14T18:38:46.711Z Downloaded yoke v0.8.1
9922026-08-14T18:38:46.711Z Downloaded convert_case v0.10.0
9932026-08-14T18:38:46.717Z Downloaded daft v0.1.7
9942026-08-14T18:38:46.717Z Downloaded ed25519 v3.0.0
9952026-08-14T18:38:46.717Z Downloaded rand v0.10.1
9962026-08-14T18:38:46.717Z Downloaded daft-derive v0.1.7
9972026-08-14T18:38:46.717Z Downloaded tokio-macros v2.7.0
9982026-08-14T18:38:46.718Z Downloaded parking_lot v0.11.2
9992026-08-14T18:38:46.718Z Downloaded num-complex v0.4.6
10002026-08-14T18:38:46.718Z Downloaded derive-ex v0.1.8
10012026-08-14T18:38:46.725Z Downloaded indoc v2.0.7
10022026-08-14T18:38:46.728Z Downloaded derive_more v0.99.20
10032026-08-14T18:38:46.742Z Downloaded void v1.0.2
10042026-08-14T18:38:46.757Z Downloaded oxide-update-engine v0.1.2
10052026-08-14T18:38:46.758Z Downloaded usdt-macro v0.6.0
10062026-08-14T18:38:46.758Z Downloaded darling_core v0.13.4
10072026-08-14T18:38:46.758Z Downloaded pem-rfc7468 v1.0.0
10082026-08-14T18:38:46.758Z Downloaded packed_struct v0.10.1
10092026-08-14T18:38:46.758Z Downloaded pkg-config v0.3.32
10102026-08-14T18:38:46.758Z Downloaded darling_macro v0.13.4
10112026-08-14T18:38:46.767Z Downloaded aho-corasick v1.1.4
10122026-08-14T18:38:46.767Z Downloaded icu_normalizer v2.1.1
10132026-08-14T18:38:46.767Z Downloaded crossterm v0.28.1
10142026-08-14T18:38:46.767Z Downloaded defmt v0.3.100
10152026-08-14T18:38:46.767Z Downloaded dunce v1.0.5
10162026-08-14T18:38:46.768Z Downloaded toml_edit v0.19.15
10172026-08-14T18:38:46.775Z Downloaded libbz2-rs-sys v0.2.2
10182026-08-14T18:38:46.775Z Downloaded futures-util v0.3.32
10192026-08-14T18:38:46.780Z Downloaded psm v0.1.30
10202026-08-14T18:38:46.780Z Downloaded walkdir v2.5.0
10212026-08-14T18:38:46.780Z Downloaded scrypt v0.12.0
10222026-08-14T18:38:46.780Z Downloaded slog-term v2.9.2
10232026-08-14T18:38:46.780Z Downloaded stacker v0.1.23
10242026-08-14T18:38:46.780Z Downloaded illumos-nvpair v0.3.0
10252026-08-14T18:38:46.780Z Downloaded inout v0.1.4
10262026-08-14T18:38:46.780Z Downloaded progenitor-client v0.13.0
10272026-08-14T18:38:46.784Z Downloaded resolv-conf v0.7.6
10282026-08-14T18:38:46.784Z Downloaded kem v0.3.0
10292026-08-14T18:38:46.784Z Downloaded linked-hash-map v0.5.6
10302026-08-14T18:38:46.784Z Downloaded match_cfg v0.1.0
10312026-08-14T18:38:46.784Z Downloaded nodrop v0.1.14
10322026-08-14T18:38:46.784Z Downloaded tower-http v0.6.8
10332026-08-14T18:38:46.788Z Downloaded yasna v0.5.2
10342026-08-14T18:38:46.788Z Downloaded miniz_oxide v0.8.9
10352026-08-14T18:38:46.797Z Downloaded zerotrie v0.2.3
10362026-08-14T18:38:46.797Z Downloaded termios v0.3.3
10372026-08-14T18:38:46.797Z Downloaded openssl-sys v0.9.117
10382026-08-14T18:38:46.797Z Downloaded rand_pcg v0.10.2
10392026-08-14T18:38:46.797Z Downloaded sha1 v0.11.0
10402026-08-14T18:38:46.797Z Downloaded ipnet v2.11.0
10412026-08-14T18:38:46.797Z Downloaded siphasher v1.0.2
10422026-08-14T18:38:46.797Z Downloaded thread-id v5.1.0
10432026-08-14T18:38:46.801Z Downloaded ipnetwork v0.21.1
10442026-08-14T18:38:46.801Z Downloaded jiff-core v0.1.0
10452026-08-14T18:38:46.825Z Downloaded schemars v0.9.0
10462026-08-14T18:38:46.825Z Downloaded zeroize v1.9.0
10472026-08-14T18:38:46.832Z Downloaded untrusted v0.7.1
10482026-08-14T18:38:46.832Z Downloaded ron v0.8.1
10492026-08-14T18:38:46.832Z Downloaded whoami v2.1.0
10502026-08-14T18:38:46.832Z Downloaded zstd-safe v7.2.4
10512026-08-14T18:38:46.832Z Downloaded tower v0.5.3
10522026-08-14T18:38:46.832Z Downloaded hyper v1.10.1
10532026-08-14T18:38:46.841Z Downloaded yoke-derive v0.8.1
10542026-08-14T18:38:46.842Z Downloaded unicode-bidi v0.3.18
10552026-08-14T18:38:46.842Z Downloaded h2 v0.4.15
10562026-08-14T18:38:46.842Z Downloaded hkdf v0.12.4
10572026-08-14T18:38:46.842Z Downloaded instability v0.3.11
10582026-08-14T18:38:46.842Z Downloaded typify v0.6.2
10592026-08-14T18:38:46.842Z Downloaded ingot-types v0.2.0
10602026-08-14T18:38:46.842Z Downloaded diesel-dtrace v0.5.0
10612026-08-14T18:38:46.842Z Downloaded primefield v0.14.0
10622026-08-14T18:38:46.842Z Downloaded hkdf v0.13.0
10632026-08-14T18:38:46.847Z Downloaded newtype-uuid-macros v0.1.0
10642026-08-14T18:38:46.847Z Downloaded percent-encoding v2.3.2
10652026-08-14T18:38:46.847Z Downloaded postcard v1.1.3
10662026-08-14T18:38:46.847Z Downloaded nanorand v0.7.0
10672026-08-14T18:38:46.847Z Downloaded ref-cast-impl v1.0.25
10682026-08-14T18:38:46.847Z Downloaded rtoolbox v0.0.3
10692026-08-14T18:38:46.861Z Downloaded drift v0.2.0
10702026-08-14T18:38:46.861Z Downloaded precomputed-hash v0.1.1
10712026-08-14T18:38:46.861Z Downloaded spin v0.9.8
10722026-08-14T18:38:46.867Z Downloaded num-iter v0.1.45
10732026-08-14T18:38:46.867Z Downloaded idna v1.1.0
10742026-08-14T18:38:46.867Z Downloaded crossbeam-channel v0.5.15
10752026-08-14T18:38:46.868Z Downloaded icu_provider v2.1.1
10762026-08-14T18:38:46.868Z Downloaded twox-hash v2.1.2
10772026-08-14T18:38:46.868Z Downloaded parse-display-derive v0.10.0
10782026-08-14T18:38:46.868Z Downloaded rand_core v0.6.4
10792026-08-14T18:38:46.868Z Downloaded sec1 v0.7.3
10802026-08-14T18:38:46.868Z Downloaded smallvec v0.6.14
10812026-08-14T18:38:46.868Z Downloaded strum v0.26.3
10822026-08-14T18:38:46.868Z Downloaded universal-hash v0.5.1
10832026-08-14T18:38:46.868Z Downloaded strum_macros v0.24.3
10842026-08-14T18:38:46.868Z Downloaded darling_macro v0.21.3
10852026-08-14T18:38:46.868Z Downloaded darling_macro v0.23.0
10862026-08-14T18:38:46.873Z Downloaded ssh-cipher v0.3.0
10872026-08-14T18:38:46.873Z Downloaded dyn-clone v1.0.20
10882026-08-14T18:38:46.873Z Downloaded olpc-cjson v0.1.4
10892026-08-14T18:38:46.877Z Downloaded itertools v0.12.1
10902026-08-14T18:38:46.884Z Downloaded serde_with v1.14.0
10912026-08-14T18:38:46.884Z Downloaded winnow v0.6.26
10922026-08-14T18:38:46.887Z Downloaded rustls-platform-verifier v0.6.2
10932026-08-14T18:38:46.891Z Downloaded slog v2.8.2
10942026-08-14T18:38:46.891Z Downloaded darling_core v0.23.0
10952026-08-14T18:38:46.894Z Downloaded scuffle v0.1.0
10962026-08-14T18:38:46.899Z Downloaded usdt-impl v0.6.0
10972026-08-14T18:38:46.899Z Downloaded dropshot-api-manager-types v0.7.2
10982026-08-14T18:38:46.899Z Downloaded indoc v1.0.9
10992026-08-14T18:38:46.950Z Downloaded test-strategy v0.4.5
11002026-08-14T18:38:46.951Z Downloaded ed25519-dalek v2.2.0
11012026-08-14T18:38:46.951Z Downloaded nom v8.0.0
11022026-08-14T18:38:46.951Z Downloaded scroll_derive v0.13.1
11032026-08-14T18:38:46.951Z Downloaded progenitor-macro v0.13.0
11042026-08-14T18:38:46.951Z Downloaded sync_wrapper v1.0.2
11052026-08-14T18:38:46.951Z Downloaded try-lock v0.2.5
11062026-08-14T18:38:46.951Z Downloaded oxide-tokio-rt v0.1.4
11072026-08-14T18:38:46.951Z Downloaded parking_lot v0.12.5
11082026-08-14T18:38:46.951Z Downloaded similar v2.7.0
11092026-08-14T18:38:46.951Z Downloaded oxnet v0.1.6
11102026-08-14T18:38:46.951Z Downloaded proc-macro-error2 v2.0.1
11112026-08-14T18:38:46.951Z Downloaded schemars_derive v0.8.22
11122026-08-14T18:38:46.951Z Downloaded idna_adapter v1.2.1
11132026-08-14T18:38:46.951Z Downloaded slab v0.4.12
11142026-08-14T18:38:46.951Z Downloaded slog-async v2.8.0
11152026-08-14T18:38:46.956Z Downloaded lru v0.12.5
11162026-08-14T18:38:46.956Z Downloaded lzss v0.8.2
11172026-08-14T18:38:46.956Z Downloaded thread_local v1.1.9
11182026-08-14T18:38:46.956Z Downloaded psl-types v2.0.11
11192026-08-14T18:38:46.956Z Downloaded tinyvec_macros v0.1.1
11202026-08-14T18:38:46.956Z Downloaded tinyvec v1.10.0
11212026-08-14T18:38:46.956Z Downloaded tap v1.0.1
11222026-08-14T18:38:46.956Z Downloaded publicsuffix v2.3.0
11232026-08-14T18:38:46.956Z Downloaded keccak v0.2.0
11242026-08-14T18:38:46.956Z Downloaded num_enum v0.5.11
11252026-08-14T18:38:46.956Z Downloaded derive_more-impl v2.1.1
11262026-08-14T18:38:46.956Z Downloaded blake3 v1.8.5
11272026-08-14T18:38:46.960Z Downloaded der v0.8.0
11282026-08-14T18:38:46.965Z Downloaded cookie v0.18.1
11292026-08-14T18:38:46.965Z Downloaded potential_utf v0.1.4
11302026-08-14T18:38:46.966Z Downloaded pin-project-internal v1.1.11
11312026-08-14T18:38:46.966Z Downloaded libefi-sys v0.1.0
11322026-08-14T18:38:46.971Z Downloaded crc-catalog v2.4.0
11332026-08-14T18:38:46.971Z Downloaded indent_write v2.2.0
11342026-08-14T18:38:46.971Z Downloaded is_ci v1.2.0
11352026-08-14T18:38:46.976Z Downloaded ssh-key v0.7.0-rc.11
11362026-08-14T18:38:46.980Z Downloaded crossbeam-epoch v0.9.18
11372026-08-14T18:38:46.980Z Downloaded jobserver v0.1.34
11382026-08-14T18:38:46.980Z Downloaded des v0.9.0
11392026-08-14T18:38:46.980Z Downloaded newline-converter v0.3.0
11402026-08-14T18:38:46.980Z Downloaded newtype_derive v0.1.6
11412026-08-14T18:38:46.980Z Downloaded unicode-xid v0.2.6
11422026-08-14T18:38:46.990Z Downloaded zone v0.3.1
11432026-08-14T18:38:46.990Z Downloaded strip-ansi-escapes v0.2.1
11442026-08-14T18:38:46.990Z Downloaded libxml v0.3.3
11452026-08-14T18:38:46.990Z Downloaded tinystr v0.8.2
11462026-08-14T18:38:46.990Z Downloaded vergen-gitcl v1.0.8
11472026-08-14T18:38:46.990Z Downloaded dropshot_endpoint v0.17.1
11482026-08-14T18:38:46.990Z Downloaded pkcs5 v0.8.1
11492026-08-14T18:38:46.995Z Downloaded data-encoding v2.10.0
11502026-08-14T18:38:46.999Z Downloaded multimap v0.10.1
11512026-08-14T18:38:47.002Z Downloaded diesel_table_macro_syntax v0.3.0
11522026-08-14T18:38:47.006Z Downloaded pkcs1 v0.8.0-rc.4
11532026-08-14T18:38:47.006Z Downloaded progenitor-client v0.14.0
11542026-08-14T18:38:47.010Z Downloaded tokio-dtrace v0.1.1
11552026-08-14T18:38:47.010Z Downloaded ena v0.14.4
11562026-08-14T18:38:47.010Z Downloaded secrecy v0.8.0
11572026-08-14T18:38:47.010Z Downloaded toml_writer v1.1.1+spec-1.1.0
11582026-08-14T18:38:47.010Z Downloaded topological-sort v0.2.2
11592026-08-14T18:38:47.013Z Downloaded signature v3.0.0
11602026-08-14T18:38:47.021Z Downloaded vergen-lib v9.1.0
11612026-08-14T18:38:47.021Z Downloaded phf v0.13.1
11622026-08-14T18:38:47.031Z Downloaded wyz v0.5.1
11632026-08-14T18:38:47.031Z Downloaded crunchy v0.2.4
11642026-08-14T18:38:47.031Z Downloaded embedded-io v0.6.1
11652026-08-14T18:38:47.031Z Downloaded toml v0.7.8
11662026-08-14T18:38:47.031Z Downloaded recursive-proc-macro-impl v0.1.1
11672026-08-14T18:38:47.031Z Downloaded sqlformat v0.3.5
11682026-08-14T18:38:47.041Z Downloaded libloading v0.8.9
11692026-08-14T18:38:47.041Z Downloaded digest v0.11.3
11702026-08-14T18:38:47.041Z Downloaded stable_deref_trait v1.2.1
11712026-08-14T18:38:47.041Z Downloaded illumos-nvpair-sys v0.2.0
11722026-08-14T18:38:47.041Z Downloaded zerofrom v0.1.6
11732026-08-14T18:38:47.041Z Downloaded smf v0.2.3
11742026-08-14T18:38:47.041Z Downloaded sha2 v0.11.0
11752026-08-14T18:38:47.054Z Downloaded elliptic-curve v0.14.1
11762026-08-14T18:38:47.054Z Downloaded iri-string v0.7.10
11772026-08-14T18:38:47.054Z Downloaded ignore v0.4.25
11782026-08-14T18:38:47.054Z Downloaded tower-layer v0.3.3
11792026-08-14T18:38:47.054Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11802026-08-14T18:38:47.058Z Downloaded defmt-macros v1.0.1
11812026-08-14T18:38:47.058Z Downloaded itertools v0.10.5
11822026-08-14T18:38:47.058Z Downloaded quinn v0.11.11
11832026-08-14T18:38:47.062Z Downloaded prettyplease v0.2.37
11842026-08-14T18:38:47.062Z Downloaded ecdsa v0.16.9
11852026-08-14T18:38:47.062Z Downloaded phf_shared v0.11.3
11862026-08-14T18:38:47.072Z Downloaded synstructure v0.13.2
11872026-08-14T18:38:47.072Z Downloaded diff v0.1.13
11882026-08-14T18:38:47.072Z Downloaded memmap2 v0.9.10
11892026-08-14T18:38:47.072Z Downloaded password-hash v0.5.0
11902026-08-14T18:38:47.072Z Downloaded rpassword v7.5.4
11912026-08-14T18:38:47.078Z Downloaded unicode-normalization v0.1.25
11922026-08-14T18:38:47.078Z Downloaded num-traits v0.2.19
11932026-08-14T18:38:47.079Z Downloaded serde_yaml v0.9.34+deprecated
11942026-08-14T18:38:47.079Z Downloaded rustls-pki-types v1.14.0
11952026-08-14T18:38:47.083Z Downloaded internal-russh-num-bigint v0.5.0
11962026-08-14T18:38:47.092Z Downloaded minimal-lexical v0.2.1
11972026-08-14T18:38:47.096Z Downloaded nom v7.1.3
11982026-08-14T18:38:47.096Z Downloaded unicode_categories v0.1.1
11992026-08-14T18:38:47.096Z Downloaded darling v0.13.4
12002026-08-14T18:38:47.096Z Downloaded itertools v0.15.0
12012026-08-14T18:38:47.101Z Downloaded tungstenite v0.21.0
12022026-08-14T18:38:47.101Z Downloaded darling v0.23.0
12032026-08-14T18:38:47.105Z Downloaded postgres-protocol v0.6.10
12042026-08-14T18:38:47.105Z Downloaded schemars v1.2.1
12052026-08-14T18:38:47.110Z Downloaded git2 v0.20.4
12062026-08-14T18:38:47.116Z Downloaded serde_with_macros v3.21.0
12072026-08-14T18:38:47.116Z Downloaded crypto-primes v0.7.2
12082026-08-14T18:38:47.120Z Downloaded rustls-webpki v0.103.13
12092026-08-14T18:38:47.126Z Downloaded slog-scope v4.4.1
12102026-08-14T18:38:47.126Z Downloaded unicase v2.9.0
12112026-08-14T18:38:47.127Z Downloaded crc32fast v1.5.0
12122026-08-14T18:38:47.127Z Downloaded proptest v1.11.0
12132026-08-14T18:38:47.131Z Downloaded russh v0.62.4
12142026-08-14T18:38:47.137Z Downloaded regex v1.12.3
12152026-08-14T18:38:47.142Z Downloaded bindgen v0.71.1
12162026-08-14T18:38:47.146Z Downloaded bitvec v1.0.1
12172026-08-14T18:38:47.155Z Downloaded crypto-bigint v0.5.5
12182026-08-14T18:38:47.155Z Downloaded itertools v0.14.0
12192026-08-14T18:38:47.158Z Downloaded litemap v0.8.1
12202026-08-14T18:38:47.162Z Downloaded diesel_derives v2.3.7
12212026-08-14T18:38:47.170Z Downloaded goblin v0.10.5
12222026-08-14T18:38:47.171Z Downloaded p384 v0.13.1
12232026-08-14T18:38:47.171Z Downloaded winnow v0.5.40
12242026-08-14T18:38:47.182Z Downloaded rustyline v14.0.0
12252026-08-14T18:38:47.182Z Downloaded quinn-proto v0.11.16
12262026-08-14T18:38:47.182Z Downloaded radix_trie v0.2.1
12272026-08-14T18:38:47.196Z Downloaded salty v0.3.0
12282026-08-14T18:38:47.196Z Downloaded icu_properties_data v2.1.2
12292026-08-14T18:38:47.211Z Downloaded ryu v1.0.23
12302026-08-14T18:38:47.211Z Downloaded vcpkg v0.2.15
12312026-08-14T18:38:47.221Z Downloaded quick-xml v0.37.5
12322026-08-14T18:38:47.256Z Downloaded rand v0.8.6
12332026-08-14T18:38:47.256Z Downloaded p384 v0.14.0
12342026-08-14T18:38:47.256Z Downloaded zip v4.6.1
12352026-08-14T18:38:47.256Z Downloaded tokio-util v0.7.18
12362026-08-14T18:38:47.256Z Downloaded der v0.7.10
12372026-08-14T18:38:47.256Z Downloaded chrono v0.4.45
12382026-08-14T18:38:47.256Z Downloaded x509-cert v0.2.5
12392026-08-14T18:38:47.256Z Downloaded zerocopy-derive v0.8.40
12402026-08-14T18:38:47.256Z Downloaded reedline v0.40.0
12412026-08-14T18:38:47.263Z Downloaded portable-atomic v1.13.1
12422026-08-14T18:38:47.263Z Downloaded uuid v1.23.4
12432026-08-14T18:38:47.263Z Downloaded tough v0.22.0
12442026-08-14T18:38:47.273Z Downloaded num-bigint v0.4.6
12452026-08-14T18:38:47.273Z Downloaded rawzip v0.4.4
12462026-08-14T18:38:47.285Z Downloaded zerocopy v0.8.40
12472026-08-14T18:38:47.285Z Downloaded moka v0.12.13
12482026-08-14T18:38:47.285Z Downloaded rsa v0.10.0-rc.18
12492026-08-14T18:38:47.296Z Downloaded dropshot-api-manager v0.7.2
12502026-08-14T18:38:47.297Z Downloaded rand v0.9.2
12512026-08-14T18:38:47.297Z Downloaded iddqd v0.4.2
12522026-08-14T18:38:47.297Z Downloaded zlib-rs v0.6.2
12532026-08-14T18:38:47.304Z Downloaded rayon v1.11.0
12542026-08-14T18:38:47.322Z Downloaded mio v1.2.0
12552026-08-14T18:38:47.324Z Downloaded zerovec v0.11.5
12562026-08-14T18:38:47.325Z Downloaded regex-syntax v0.6.29
12572026-08-14T18:38:47.351Z Downloaded reqwest v0.13.2
12582026-08-14T18:38:47.351Z Downloaded serde_with v3.21.0
12592026-08-14T18:38:47.351Z Downloaded lalrpop v0.19.12
12602026-08-14T18:38:47.352Z Downloaded num-bigint-dig v0.8.6
12612026-08-14T18:38:47.358Z Downloaded p521 v0.14.0
12622026-08-14T18:38:47.358Z Downloaded libm v0.2.16
12632026-08-14T18:38:47.358Z Downloaded itertools v0.13.0
12642026-08-14T18:38:47.359Z Downloaded crossterm v0.29.0
12652026-08-14T18:38:47.359Z Downloaded tabled v0.21.0
12662026-08-14T18:38:47.379Z Downloaded time v0.3.47
12672026-08-14T18:38:47.385Z Downloaded object v0.30.4
12682026-08-14T18:38:47.385Z Downloaded hickory-proto v0.24.4
12692026-08-14T18:38:47.385Z Downloaded petname v2.0.2
12702026-08-14T18:38:47.394Z Downloaded polar-core v0.27.3
12712026-08-14T18:38:47.400Z Downloaded regress v0.11.1
12722026-08-14T18:38:47.405Z Downloaded smoltcp v0.9.1
12732026-08-14T18:38:47.408Z Downloaded bstr v1.12.1
12742026-08-14T18:38:47.413Z Downloaded reqwest v0.12.28
12752026-08-14T18:38:47.419Z Downloaded nix v0.27.1
12762026-08-14T18:38:47.423Z Downloaded winnow v1.0.3
12772026-08-14T18:38:47.428Z Downloaded hickory-proto v0.25.2
12782026-08-14T18:38:47.446Z Downloaded nix v0.28.0
12792026-08-14T18:38:47.453Z Downloaded sha3 v0.12.0
12802026-08-14T18:38:47.476Z Downloaded curve25519-dalek v4.1.3
12812026-08-14T18:38:47.480Z Downloaded regex-syntax v0.8.10
12822026-08-14T18:38:47.480Z Downloaded rustix v0.38.44
12832026-08-14T18:38:47.490Z Downloaded regress v0.10.5
12842026-08-14T18:38:47.499Z Downloaded curve25519-dalek v5.0.0
12852026-08-14T18:38:47.502Z Downloaded object v0.37.3
12862026-08-14T18:38:47.511Z Downloaded dropshot v0.17.1
12872026-08-14T18:38:47.524Z Downloaded nix v0.31.2
12882026-08-14T18:38:47.530Z Downloaded openssl v0.10.80
12892026-08-14T18:38:47.540Z Downloaded rustls v0.23.41
12902026-08-14T18:38:47.547Z Downloaded crypto-bigint v0.7.5
12912026-08-14T18:38:47.555Z Downloaded diesel v2.3.7
12922026-08-14T18:38:47.569Z Downloaded zerocopy-derive v0.6.6
12932026-08-14T18:38:47.584Z Downloaded smoltcp v0.11.0
12942026-08-14T18:38:47.599Z Downloaded sha3 v0.11.0
12952026-08-14T18:38:47.610Z Downloaded ratatui v0.29.0
12962026-08-14T18:38:47.624Z Downloaded regex-automata v0.4.14
12972026-08-14T18:38:47.632Z Downloaded sqlparser v0.61.0
12982026-08-14T18:38:47.635Z Downloaded sled v0.34.7
12992026-08-14T18:38:47.640Z Downloaded tracing v0.1.44
13002026-08-14T18:38:47.656Z Downloaded jiff v0.2.34
13012026-08-14T18:38:47.665Z Downloaded typify-impl v0.6.2
13022026-08-14T18:38:47.673Z Downloaded openapiv3 v2.2.0
13032026-08-14T18:38:47.684Z Downloaded csv v1.4.0
13042026-08-14T18:38:47.693Z Downloaded tokio v1.52.1
13052026-08-14T18:38:47.716Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-08-14T18:38:47.745Z Downloaded petgraph v0.6.5
13072026-08-14T18:38:47.752Z Downloaded chrono-tz v0.10.4
13082026-08-14T18:38:47.772Z Downloaded ring v0.17.14
13092026-08-14T18:38:47.786Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-14T18:38:47.796Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-08-14T18:38:47.828Z Downloaded petgraph v0.8.3
13122026-08-14T18:38:47.843Z Downloaded sha3 v0.10.8
13132026-08-14T18:38:47.853Z Downloaded libz-sys v1.1.24
13142026-08-14T18:38:47.874Z Downloaded encoding_rs v0.8.35
13152026-08-14T18:38:48.386Z Downloaded aws-lc-sys v0.40.0
13162026-08-14T18:38:48.641Z Compiling libc v0.2.185
13172026-08-14T18:38:48.641Z Compiling serde_core v1.0.228
13182026-08-14T18:38:48.641Z Compiling serde v1.0.228
13192026-08-14T18:38:48.656Z Compiling log v0.4.29
13202026-08-14T18:38:48.656Z Compiling smallvec v1.15.1
13212026-08-14T18:38:48.656Z Compiling find-msvc-tools v0.1.9
13222026-08-14T18:38:48.656Z Compiling shlex v1.3.0
13232026-08-14T18:38:48.656Z Compiling syn v2.0.117
13242026-08-14T18:38:48.986Z Compiling subtle v2.6.1
13252026-08-14T18:38:49.009Z Compiling scopeguard v1.2.0
13262026-08-14T18:38:49.009Z Compiling stable_deref_trait v1.2.1
13272026-08-14T18:38:49.047Z Compiling typenum v1.20.1
13282026-08-14T18:38:49.095Z Compiling lock_api v0.4.14
13292026-08-14T18:38:49.105Z Compiling zerocopy v0.8.40
13302026-08-14T18:38:49.118Z Compiling portable-atomic v1.13.1
13312026-08-14T18:38:49.155Z Compiling serde_json v1.0.151
13322026-08-14T18:38:49.351Z Compiling critical-section v1.2.0
13332026-08-14T18:38:49.365Z Compiling libm v0.2.16
13342026-08-14T18:38:49.424Z Compiling num-traits v0.2.19
13352026-08-14T18:38:49.658Z Compiling pkg-config v0.3.32
13362026-08-14T18:38:49.725Z Compiling errno v0.3.14
13372026-08-14T18:38:49.773Z Compiling jobserver v0.1.34
13382026-08-14T18:38:49.808Z Compiling getrandom v0.2.17
13392026-08-14T18:38:49.970Z Compiling rand_core v0.6.4
13402026-08-14T18:38:50.039Z Compiling cc v1.2.56
13412026-08-14T18:38:50.164Z Compiling once_cell v1.21.3
13422026-08-14T18:38:50.236Z Compiling generic-array v0.14.7
13432026-08-14T18:38:50.242Z Compiling pin-project-lite v0.2.17
13442026-08-14T18:38:50.340Z Compiling getrandom v0.4.1
13452026-08-14T18:38:50.374Z Compiling const-oid v0.9.6
13462026-08-14T18:38:50.388Z Compiling parking_lot_core v0.9.12
13472026-08-14T18:38:50.473Z Compiling rand_core v0.10.0
13482026-08-14T18:38:50.658Z Compiling signal-hook-registry v1.4.8
13492026-08-14T18:38:50.952Z Compiling writeable v0.6.2
13502026-08-14T18:38:51.049Z Compiling percent-encoding v2.3.2
13512026-08-14T18:38:51.141Z Compiling bitflags v2.11.0
13522026-08-14T18:38:51.160Z Compiling futures-core v0.3.32
13532026-08-14T18:38:51.204Z Compiling litemap v0.8.1
13542026-08-14T18:38:51.235Z Compiling semver v1.0.28
13552026-08-14T18:38:51.456Z Compiling parking_lot v0.12.5
13562026-08-14T18:38:51.468Z Compiling mio v1.2.0
13572026-08-14T18:38:51.468Z Compiling icu_properties_data v2.1.2
13582026-08-14T18:38:51.468Z Compiling icu_normalizer_data v2.1.1
13592026-08-14T18:38:51.570Z Compiling socket2 v0.6.3
13602026-08-14T18:38:51.629Z Compiling getrandom v0.3.4
13612026-08-14T18:38:51.687Z Compiling futures-sink v0.3.32
13622026-08-14T18:38:51.707Z Compiling indexmap v2.14.0
13632026-08-14T18:38:51.722Z Compiling synstructure v0.13.2
13642026-08-14T18:38:51.793Z Compiling futures-channel v0.3.32
13652026-08-14T18:38:51.821Z Compiling slab v0.4.12
13662026-08-14T18:38:51.970Z Compiling futures-io v0.3.32
13672026-08-14T18:38:51.991Z Compiling utf8_iter v1.0.4
13682026-08-14T18:38:52.027Z Compiling futures-task v0.3.32
13692026-08-14T18:38:52.124Z Compiling rustix v1.1.3
13702026-08-14T18:38:52.162Z Compiling form_urlencoded v1.2.2
13712026-08-14T18:38:52.203Z Compiling rustversion v1.0.22
13722026-08-14T18:38:52.282Z Compiling iana-time-zone v0.1.65
13732026-08-14T18:38:52.313Z Compiling base64ct v1.8.3
13742026-08-14T18:38:52.328Z Compiling cmake v0.1.57
13752026-08-14T18:38:52.358Z Compiling dunce v1.0.5
13762026-08-14T18:38:52.463Z Compiling regex-syntax v0.8.10
13772026-08-14T18:38:52.484Z Compiling fs_extra v1.3.0
13782026-08-14T18:38:52.512Z Compiling ident_case v1.0.1
13792026-08-14T18:38:52.608Z Compiling pem-rfc7468 v0.7.0
13802026-08-14T18:38:52.635Z Compiling flagset v0.4.7
13812026-08-14T18:38:52.746Z Compiling rand_core v0.9.5
13822026-08-14T18:38:52.762Z Compiling aws-lc-sys v0.40.0
13832026-08-14T18:38:52.788Z Compiling uuid v1.23.4
13842026-08-14T18:38:52.930Z Compiling base64 v0.22.1
13852026-08-14T18:38:53.011Z Compiling syn v1.0.109
13862026-08-14T18:38:53.186Z Compiling vcpkg v0.2.15
13872026-08-14T18:38:53.261Z Compiling serde_derive_internals v0.29.1
13882026-08-14T18:38:53.370Z Compiling rustc_version v0.4.1
13892026-08-14T18:38:53.493Z Compiling serde_derive v1.0.228
13902026-08-14T18:38:53.499Z Compiling zeroize_derive v1.5.0
13912026-08-14T18:38:53.760Z Compiling zerocopy-derive v0.8.40
13922026-08-14T18:38:53.909Z Compiling zerofrom-derive v0.1.6
13932026-08-14T18:38:53.960Z Compiling yoke-derive v0.8.1
13942026-08-14T18:38:54.150Z Compiling zerovec-derive v0.11.2
13952026-08-14T18:38:54.163Z Compiling zeroize v1.9.0
13962026-08-14T18:38:54.359Z Compiling displaydoc v0.2.5
13972026-08-14T18:38:55.107Z Compiling tokio-macros v2.7.0
13982026-08-14T18:38:55.146Z Compiling futures-macro v0.3.32
13992026-08-14T18:38:55.311Z Compiling zerofrom v0.1.6
14002026-08-14T18:38:55.339Z Compiling thiserror-impl v2.0.18
14012026-08-14T18:38:55.398Z Compiling crypto-common v0.1.7
14022026-08-14T18:38:55.438Z Compiling yoke v0.8.1
14032026-08-14T18:38:55.546Z Compiling block-buffer v0.10.4
14042026-08-14T18:38:55.627Z Compiling zerovec v0.11.5
14052026-08-14T18:38:55.720Z Compiling zerotrie v0.2.3
14062026-08-14T18:38:55.835Z Compiling digest v0.10.7
14072026-08-14T18:38:55.961Z Compiling futures-util v0.3.32
14082026-08-14T18:38:56.031Z Compiling der_derive v0.7.3
14092026-08-14T18:38:56.077Z Compiling openssl-sys v0.9.117
14102026-08-14T18:38:56.128Z Compiling tinystr v0.8.2
14112026-08-14T18:38:56.343Z Compiling icu_locale_core v2.1.1
14122026-08-14T18:38:56.599Z Compiling potential_utf v0.1.4
14132026-08-14T18:38:56.653Z Compiling thiserror v2.0.18
14142026-08-14T18:38:56.754Z Compiling icu_collections v2.1.1
14152026-08-14T18:38:56.768Z Compiling tracing-attributes v0.1.31
14162026-08-14T18:38:56.948Z Compiling bytes v1.11.1
14172026-08-14T18:38:56.970Z Compiling icu_provider v2.1.1
14182026-08-14T18:38:57.198Z Compiling icu_properties v2.1.2
14192026-08-14T18:38:57.214Z Compiling icu_normalizer v2.1.1
14202026-08-14T18:38:57.261Z Compiling chrono v0.4.45
14212026-08-14T18:38:57.553Z Compiling tokio v1.52.1
14222026-08-14T18:38:57.731Z Compiling der v0.7.10
14232026-08-14T18:38:58.049Z Compiling idna_adapter v1.2.1
14242026-08-14T18:38:58.169Z Compiling ppv-lite86 v0.2.21
14252026-08-14T18:38:58.185Z Compiling idna v1.1.0
14262026-08-14T18:38:58.234Z Compiling http v1.4.2
14272026-08-14T18:38:58.269Z Compiling tracing-core v0.1.36
14282026-08-14T18:38:58.474Z Compiling url v2.5.8
14292026-08-14T18:38:58.632Z Compiling spki v0.7.3
14302026-08-14T18:38:58.785Z Compiling rand_chacha v0.9.0
14312026-08-14T18:38:58.856Z Compiling schemars v0.8.22
14322026-08-14T18:38:58.922Z Compiling aws-lc-rs v1.16.3
14332026-08-14T18:38:58.933Z Compiling cpufeatures v0.2.17
14342026-08-14T18:38:58.989Z Compiling dyn-clone v1.0.20
14352026-08-14T18:38:59.028Z Compiling rand v0.9.2
14362026-08-14T18:38:59.114Z Compiling http-body v1.0.1
14372026-08-14T18:38:59.123Z Compiling pkcs8 v0.10.2
14382026-08-14T18:38:59.133Z Compiling tracing v0.1.44
14392026-08-14T18:38:59.262Z Compiling rustls-pki-types v1.14.0
14402026-08-14T18:38:59.316Z Compiling schemars_derive v0.8.22
14412026-08-14T18:38:59.384Z Compiling spin v0.9.8
14422026-08-14T18:38:59.467Z Compiling cmov v0.5.4
14432026-08-14T18:38:59.651Z Compiling crc32fast v1.5.0
14442026-08-14T18:38:59.705Z Compiling httparse v1.10.1
14452026-08-14T18:38:59.745Z Compiling tinyvec_macros v0.1.1
14462026-08-14T18:38:59.818Z Compiling openssl-probe v0.2.1
14472026-08-14T18:38:59.829Z Compiling tinyvec v1.10.0
14482026-08-14T18:38:59.948Z Compiling tempfile v3.25.0
14492026-08-14T18:38:59.987Z Compiling ctutils v0.4.2
14502026-08-14T18:39:00.074Z Compiling pest_generator v2.8.6
14512026-08-14T18:39:00.174Z Compiling sha2 v0.10.9
14522026-08-14T18:39:00.209Z Compiling aho-corasick v1.1.4
14532026-08-14T18:39:00.309Z Compiling tower-service v0.3.3
14542026-08-14T18:39:00.404Z Compiling tower-layer v0.3.3
14552026-08-14T18:39:00.569Z Compiling untrusted v0.7.1
14562026-08-14T18:39:00.693Z Compiling radium v0.7.0
14572026-08-14T18:39:00.793Z Compiling try-lock v0.2.5
14582026-08-14T18:39:00.894Z Compiling atomic-waker v1.1.2
14592026-08-14T18:39:00.950Z Compiling want v0.3.1
14602026-08-14T18:39:00.989Z Compiling pest_derive v2.8.6
14612026-08-14T18:39:01.120Z Compiling regex-automata v0.4.14
14622026-08-14T18:39:01.428Z Compiling tokio-util v0.7.18
14632026-08-14T18:39:01.464Z Compiling hybrid-array v0.4.13
14642026-08-14T18:39:02.065Z Compiling ipnet v2.11.0
14652026-08-14T18:39:02.143Z Compiling h2 v0.4.15
14662026-08-14T18:39:02.213Z Compiling scroll_derive v0.13.1
14672026-08-14T18:39:02.422Z Compiling darling_core v0.20.11
14682026-08-14T18:39:02.532Z Compiling rustls v0.23.41
14692026-08-14T18:39:02.699Z Compiling foreign-types-shared v0.1.1
14702026-08-14T18:39:02.786Z Compiling maybe-uninit v2.0.0
14712026-08-14T18:39:03.009Z Compiling simd-adler32 v0.3.8
14722026-08-14T18:39:03.052Z Compiling untrusted v0.9.0
14732026-08-14T18:39:03.173Z Compiling httpdate v1.0.3
14742026-08-14T18:39:03.197Z Compiling tap v1.0.1
14752026-08-14T18:39:03.216Z Compiling openssl v0.10.80
14762026-08-14T18:39:03.280Z Compiling wyz v0.5.1
14772026-08-14T18:39:03.307Z Compiling scroll v0.13.0
14782026-08-14T18:39:03.409Z Compiling foreign-types v0.3.2
14792026-08-14T18:39:03.471Z Compiling unicode-normalization v0.1.25
14802026-08-14T18:39:03.555Z Compiling rand_chacha v0.3.1
14812026-08-14T18:39:03.646Z Compiling hex v0.4.3
14822026-08-14T18:39:03.890Z Compiling signature v2.2.0
14832026-08-14T18:39:03.922Z Compiling terminal_size v0.4.3
14842026-08-14T18:39:03.953Z Compiling openssl-macros v0.1.1
14852026-08-14T18:39:04.054Z Compiling thiserror-impl v1.0.69
14862026-08-14T18:39:04.061Z Compiling bzip2-sys v0.1.13+1.0.8
14872026-08-14T18:39:04.318Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14882026-08-14T18:39:04.333Z Compiling num-integer v0.1.46
14892026-08-14T18:39:04.341Z Compiling socket2 v0.5.10
14902026-08-14T18:39:04.693Z Compiling wait-timeout v0.2.1
14912026-08-14T18:39:04.787Z Compiling darling_macro v0.20.11
14922026-08-14T18:39:04.914Z Compiling ahash v0.8.12
14932026-08-14T18:39:04.917Z Compiling adler2 v2.0.1
14942026-08-14T18:39:04.935Z Compiling num-conv v0.2.0
14952026-08-14T18:39:04.942Z Compiling quick-error v1.2.3
14962026-08-14T18:39:04.943Z Compiling time-core v0.1.8
14972026-08-14T18:39:05.032Z Compiling bit-vec v0.8.0
14982026-08-14T18:39:05.039Z Compiling num-bigint-dig v0.8.6
14992026-08-14T18:39:05.083Z Compiling native-tls v0.2.18
15002026-08-14T18:39:05.141Z Compiling powerfmt v0.2.0
15012026-08-14T18:39:05.172Z Compiling packed_struct v0.10.1
15022026-08-14T18:39:05.226Z Compiling hyper v1.10.1
15032026-08-14T18:39:05.244Z Compiling funty v2.0.0
15042026-08-14T18:39:05.294Z Compiling deranged v0.5.8
15052026-08-14T18:39:05.311Z Compiling thiserror v1.0.69
15062026-08-14T18:39:05.353Z Compiling bit-set v0.8.0
15072026-08-14T18:39:05.419Z Compiling darling v0.20.11
15082026-08-14T18:39:05.434Z Compiling time-macros v0.2.27
15092026-08-14T18:39:05.512Z Compiling rusty-fork v0.3.1
15102026-08-14T18:39:05.521Z Compiling clap_builder v4.6.0
15112026-08-14T18:39:05.811Z Compiling bitvec v1.0.1
15122026-08-14T18:39:05.880Z Compiling miniz_oxide v0.8.9
15132026-08-14T18:39:06.265Z Compiling num-iter v0.1.45
15142026-08-14T18:39:06.377Z Compiling hyper-util v0.1.20
15152026-08-14T18:39:06.759Z Compiling rand v0.8.6
15162026-08-14T18:39:07.198Z Compiling goblin v0.10.5
15172026-08-14T18:39:07.293Z Compiling packed_struct_codegen v0.10.1
15182026-08-14T18:39:07.525Z Compiling lazy_static v1.5.0
15192026-08-14T18:39:07.624Z Compiling toml_datetime v0.6.11
15202026-08-14T18:39:07.878Z Compiling serde_spanned v0.6.9
15212026-08-14T18:39:08.213Z Compiling hmac v0.12.1
15222026-08-14T18:39:08.261Z Compiling bitfield-macros v0.19.4
15232026-08-14T18:39:08.261Z Compiling zerocopy-derive v0.6.6
15242026-08-14T18:39:08.777Z Compiling clap_derive v4.6.1
15252026-08-14T18:39:08.783Z Compiling anstyle-parse v0.2.7
15262026-08-14T18:39:08.784Z Compiling rand_xorshift v0.4.0
15272026-08-14T18:39:08.784Z Compiling sync_wrapper v1.0.2
15282026-08-14T18:39:08.784Z Compiling indexmap v1.9.3
15292026-08-14T18:39:08.867Z Compiling zlib-rs v0.6.2
15302026-08-14T18:39:08.961Z Compiling num_threads v0.1.7
15312026-08-14T18:39:08.981Z Compiling crc-catalog v2.4.0
15322026-08-14T18:39:09.055Z Compiling crossbeam-utils v0.8.21
15332026-08-14T18:39:09.071Z Compiling nodrop v0.1.14
15342026-08-14T18:39:09.164Z Compiling siphasher v1.0.2
15352026-08-14T18:39:09.345Z Compiling unicode-segmentation v1.12.0
15362026-08-14T18:39:09.364Z Compiling paste v1.0.15
15372026-08-14T18:39:09.404Z Compiling usdt-impl v0.6.0
15382026-08-14T18:39:09.712Z Compiling unarray v0.1.4
15392026-08-14T18:39:09.786Z Compiling proptest v1.11.0
15402026-08-14T18:39:09.800Z Compiling array-init v0.0.4
15412026-08-14T18:39:09.800Z Compiling crc v3.4.0
15422026-08-14T18:39:09.984Z Compiling dof v0.4.0
15432026-08-14T18:39:10.074Z Compiling clap v4.6.1
15442026-08-14T18:39:10.103Z Compiling time v0.3.47
15452026-08-14T18:39:10.149Z Compiling zerocopy v0.6.6
15462026-08-14T18:39:10.487Z Compiling tower v0.5.3
15472026-08-14T18:39:11.104Z Compiling bitfield v0.19.4
15482026-08-14T18:39:11.535Z Compiling anstream v0.6.21
15492026-08-14T18:39:11.535Z Compiling smallvec v0.6.14
15502026-08-14T18:39:11.906Z Compiling derive_builder_core v0.20.2
15512026-08-14T18:39:11.993Z Compiling flate2 v1.1.9
15522026-08-14T18:39:12.113Z Compiling dtrace-parser v0.3.0
15532026-08-14T18:39:12.330Z Compiling ipnetwork v0.21.1
15542026-08-14T18:39:12.542Z Compiling pkcs1 v0.7.5
15552026-08-14T18:39:12.637Z Compiling http-body-util v0.1.3
15562026-08-14T18:39:12.726Z Compiling heapless v0.7.17
15572026-08-14T18:39:12.764Z Compiling structmeta-derive v0.3.0
15582026-08-14T18:39:12.847Z Compiling scroll_derive v0.12.1
15592026-08-14T18:39:12.893Z Compiling slog v2.8.2
15602026-08-14T18:39:12.935Z Compiling darling_core v0.23.0
15612026-08-14T18:39:12.965Z Compiling thread-id v5.1.0
15622026-08-14T18:39:13.153Z Compiling cookie v0.18.1
15632026-08-14T18:39:13.177Z Compiling env_filter v1.0.0
15642026-08-14T18:39:13.216Z Compiling base64 v0.21.7
15652026-08-14T18:39:13.467Z Compiling iri-string v0.7.10
15662026-08-14T18:39:13.570Z Compiling winnow v0.5.40
15672026-08-14T18:39:13.650Z Compiling allocator-api2 v0.2.21
15682026-08-14T18:39:13.803Z Compiling hashbrown v0.12.3
15692026-08-14T18:39:13.873Z Compiling zstd-safe v7.2.4
15702026-08-14T18:39:14.151Z Compiling anyhow v1.0.102
15712026-08-14T18:39:14.282Z Compiling signal-hook v0.3.18
15722026-08-14T18:39:14.355Z Compiling unicode-properties v0.1.4
15732026-08-14T18:39:14.489Z Compiling ryu v1.0.23
15742026-08-14T18:39:14.623Z Compiling unicode-bidi v0.3.18
15752026-08-14T18:39:14.678Z Compiling serde_urlencoded v0.7.1
15762026-08-14T18:39:14.888Z Compiling toml_edit v0.19.15
15772026-08-14T18:39:14.962Z Compiling stringprep v0.1.5
15782026-08-14T18:39:15.045Z Compiling tower-http v0.6.8
15792026-08-14T18:39:15.437Z Compiling structmeta v0.3.0
15802026-08-14T18:39:15.527Z Compiling scroll v0.12.0
15812026-08-14T18:39:15.527Z Compiling darling_macro v0.23.0
15822026-08-14T18:39:15.595Z Compiling ron v0.8.1
15832026-08-14T18:39:15.706Z Compiling env_logger v0.11.9
15842026-08-14T18:39:15.972Z Compiling rsa v0.9.10
15852026-08-14T18:39:16.217Z Compiling oxnet v0.1.6
15862026-08-14T18:39:16.438Z Compiling derive_builder_macro v0.20.2
15872026-08-14T18:39:16.551Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15882026-08-14T18:39:16.708Z Compiling newtype-uuid v1.3.2
15892026-08-14T18:39:17.042Z Compiling hashbrown v0.13.2
15902026-08-14T18:39:17.167Z Compiling serde-hex v0.1.0
15912026-08-14T18:39:17.167Z Compiling bzip2 v0.4.4
15922026-08-14T18:39:17.167Z Compiling tokio-native-tls v0.3.1
15932026-08-14T18:39:17.305Z Compiling camino v1.2.2
15942026-08-14T18:39:17.320Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15952026-08-14T18:39:17.712Z Compiling heck v0.4.1
15962026-08-14T18:39:17.873Z Compiling bstr v1.12.1
15972026-08-14T18:39:17.980Z Compiling block-buffer v0.12.1
15982026-08-14T18:39:18.007Z Compiling block-padding v0.4.2
15992026-08-14T18:39:18.183Z Compiling crypto-common v0.2.2
16002026-08-14T18:39:18.183Z Compiling rustls-native-certs v0.8.3
16012026-08-14T18:39:18.545Z Compiling x509-cert v0.2.5
16022026-08-14T18:39:18.621Z Compiling erased-serde v0.3.31
16032026-08-14T18:39:18.933Z Compiling serde_tokenstream v0.2.3
16042026-08-14T18:39:18.934Z Compiling md-5 v0.10.6
16052026-08-14T18:39:18.986Z Compiling curve25519-dalek v4.1.3
16062026-08-14T18:39:19.053Z Compiling zerocopy-derive v0.7.35
16072026-08-14T18:39:19.064Z Compiling daft-derive v0.1.7
16082026-08-14T18:39:19.306Z Compiling async-trait v0.1.89
16092026-08-14T18:39:19.814Z Compiling pin-project-internal v1.1.11
16102026-08-14T18:39:19.926Z Compiling vergen-lib v9.1.0
16112026-08-14T18:39:19.945Z Compiling hash32 v0.2.1
16122026-08-14T18:39:20.385Z Compiling memoffset v0.9.1
16132026-08-14T18:39:20.414Z Compiling encoding_rs v0.8.35
16142026-08-14T18:39:20.414Z Compiling ref-cast v1.0.25
16152026-08-14T18:39:20.414Z Compiling psl-types v2.0.11
16162026-08-14T18:39:20.415Z Compiling smoltcp v0.9.1
16172026-08-14T18:39:20.567Z Compiling fallible-iterator v0.2.0
16182026-08-14T18:39:20.573Z Compiling crc-any v2.5.0
16192026-08-14T18:39:20.600Z Compiling rustix v0.38.44
16202026-08-14T18:39:20.647Z Compiling cfg_aliases v0.2.1
16212026-08-14T18:39:20.705Z Compiling litrs v1.0.0
16222026-08-14T18:39:20.724Z Compiling mime v0.3.17
16232026-08-14T18:39:20.736Z Compiling nix v0.31.2
16242026-08-14T18:39:20.908Z Compiling pin-project v1.1.11
16252026-08-14T18:39:20.990Z Compiling postgres-protocol v0.6.10
16262026-08-14T18:39:21.003Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-14T18:39:21.069Z Compiling publicsuffix v2.3.0
16282026-08-14T18:39:24.226Z Compiling zerocopy v0.7.35
16292026-08-14T18:39:24.226Z Compiling document-features v0.2.12
16302026-08-14T18:39:24.226Z Compiling daft v0.1.7
16312026-08-14T18:39:24.226Z Compiling inout v0.2.2
16322026-08-14T18:39:24.226Z Compiling snafu-derive v0.8.9
16332026-08-14T18:39:24.226Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-14T18:39:24.226Z Compiling hyper-tls v0.6.0
16352026-08-14T18:39:24.226Z Compiling object v0.30.4
16362026-08-14T18:39:24.226Z Compiling zip v0.6.6
16372026-08-14T18:39:24.226Z Compiling derive_builder v0.20.2
16382026-08-14T18:39:24.226Z Compiling toml v0.7.8
16392026-08-14T18:39:24.226Z Compiling darling v0.23.0
16402026-08-14T18:39:24.226Z Compiling goblin v0.8.2
16412026-08-14T18:39:24.226Z Compiling derive-ex v0.1.8
16422026-08-14T18:39:24.226Z Compiling phf_shared v0.13.1
16432026-08-14T18:39:24.226Z Compiling regex v1.12.3
16442026-08-14T18:39:24.226Z Compiling hubpack_derive v0.1.1
16452026-08-14T18:39:24.227Z Compiling futures-executor v0.3.32
16462026-08-14T18:39:24.227Z Compiling strum_macros v0.27.2
16472026-08-14T18:39:24.227Z Compiling curve25519-dalek-derive v0.1.1
16482026-08-14T18:39:24.227Z Compiling ref-cast-impl v1.0.25
16492026-08-14T18:39:24.227Z Compiling vergen v9.1.0
16502026-08-14T18:39:24.227Z Compiling cargo-platform v0.3.2
16512026-08-14T18:39:24.227Z Compiling ff v0.13.1
16522026-08-14T18:39:24.227Z Compiling fs-err v3.3.0
16532026-08-14T18:39:24.399Z Compiling base16ct v0.2.0
16542026-08-14T18:39:24.405Z Compiling managed v0.8.0
16552026-08-14T18:39:24.405Z Compiling foldhash v0.1.5
16562026-08-14T18:39:24.471Z Compiling same-file v1.0.6
16572026-08-14T18:39:24.614Z Compiling bitflags v1.3.2
16582026-08-14T18:39:24.614Z Compiling foldhash v0.2.0
16592026-08-14T18:39:24.648Z Compiling bumpalo v3.20.2
16602026-08-14T18:39:24.662Z Compiling path-slash v0.1.5
16612026-08-14T18:39:24.690Z Compiling jiff-core v0.1.0
16622026-08-14T18:39:24.793Z Compiling libbz2-rs-sys v0.2.2
16632026-08-14T18:39:24.848Z Compiling object v0.37.3
16642026-08-14T18:39:24.905Z Compiling zopfli v0.8.3
16652026-08-14T18:39:25.160Z Compiling hashbrown v0.16.1
16662026-08-14T18:39:25.447Z Compiling strum v0.27.2
16672026-08-14T18:39:25.467Z Compiling jiff v0.2.34
16682026-08-14T18:39:25.560Z Compiling bzip2 v0.6.1
16692026-08-14T18:39:25.587Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16702026-08-14T18:39:25.757Z Compiling walkdir v2.5.0
16712026-08-14T18:39:25.772Z Compiling hashbrown v0.15.5
16722026-08-14T18:39:25.772Z Compiling sec1 v0.7.3
16732026-08-14T18:39:26.075Z Compiling dof v0.3.0
16742026-08-14T18:39:26.159Z Compiling cargo_metadata v0.23.1
16752026-08-14T18:39:26.324Z Compiling group v0.13.0
16762026-08-14T18:39:26.559Z Compiling test-strategy v0.4.5
16772026-08-14T18:39:26.778Z Compiling hubpack v0.1.2
16782026-08-14T18:39:26.978Z Compiling futures v0.3.32
16792026-08-14T18:39:26.998Z Compiling snafu v0.8.9
16802026-08-14T18:39:27.059Z Compiling phf v0.13.1
16812026-08-14T18:39:27.222Z Compiling signal-hook-mio v0.2.5
16822026-08-14T18:39:27.357Z Compiling cookie_store v0.22.1
16832026-08-14T18:39:27.508Z Compiling zstd v0.13.3
16842026-08-14T18:39:27.702Z Compiling serde_with_macros v3.21.0
16852026-08-14T18:39:27.780Z Compiling reqwest v0.12.28
16862026-08-14T18:39:28.007Z Compiling cipher v0.5.2
16872026-08-14T18:39:28.022Z Compiling postgres-types v0.2.12
16882026-08-14T18:39:28.573Z Compiling usdt-attr-macro v0.6.0
16892026-08-14T18:39:28.827Z Compiling usdt-macro v0.6.0
16902026-08-14T18:39:29.002Z Compiling globset v0.4.18
16912026-08-14T18:39:29.398Z Compiling phf_shared v0.11.3
16922026-08-14T18:39:29.438Z Compiling hkdf v0.12.4
16932026-08-14T18:39:29.540Z Compiling dtrace-parser v0.2.0
16942026-08-14T18:39:29.606Z Compiling ed25519 v2.2.3
16952026-08-14T18:39:29.632Z Compiling byte-wrapper v0.1.0
16962026-08-14T18:39:29.644Z Compiling olpc-cjson v0.1.4
16972026-08-14T18:39:29.696Z Compiling serde-big-array v0.5.1
16982026-08-14T18:39:29.806Z Compiling serde_plain v1.0.2
16992026-08-14T18:39:29.840Z Compiling crypto-bigint v0.5.5
17002026-08-14T18:39:29.964Z Compiling serde_repr v0.1.20
17012026-08-14T18:39:30.003Z Compiling async-recursion v1.1.1
17022026-08-14T18:39:30.110Z Compiling strum_macros v0.26.4
17032026-08-14T18:39:30.300Z Compiling enum-as-inner v0.6.1
17042026-08-14T18:39:30.505Z Compiling pem v3.0.6
17052026-08-14T18:39:30.534Z Compiling float-cmp v0.10.0
17062026-08-14T18:39:30.668Z Compiling thread-id v4.2.2
17072026-08-14T18:39:30.687Z Compiling memmap2 v0.9.10
17082026-08-14T18:39:30.756Z Compiling const-oid v0.10.2
17092026-08-14T18:39:30.818Z Compiling winnow v1.0.3
17102026-08-14T18:39:30.832Z Compiling static_assertions v1.1.0
17112026-08-14T18:39:30.894Z Compiling keccak v0.1.6
17122026-08-14T18:39:30.909Z Compiling normalize-line-endings v0.3.0
17132026-08-14T18:39:30.962Z Compiling precomputed-hash v0.1.1
17142026-08-14T18:39:31.002Z Compiling fixedbitset v0.5.7
17152026-08-14T18:39:31.052Z Compiling either v1.15.0
17162026-08-14T18:39:31.265Z Compiling new_debug_unreachable v1.0.6
17172026-08-14T18:39:31.308Z Compiling difflib v0.4.0
17182026-08-14T18:39:31.341Z Compiling cpufeatures v0.3.0
17192026-08-14T18:39:31.421Z Compiling predicates-core v1.0.10
17202026-08-14T18:39:31.554Z Compiling data-encoding v2.10.0
17212026-08-14T18:39:31.597Z Compiling whoami v2.1.0
17222026-08-14T18:39:31.627Z Compiling typed-path v0.9.3
17232026-08-14T18:39:31.861Z Compiling fixedbitset v0.4.2
17242026-08-14T18:39:31.877Z Compiling toml_edit v0.22.27
17252026-08-14T18:39:31.880Z Compiling strum v0.26.3
17262026-08-14T18:39:31.960Z Compiling hickory-proto v0.25.2
17272026-08-14T18:39:31.974Z Compiling tokio-postgres v0.7.16
17282026-08-14T18:39:32.003Z Compiling petgraph v0.6.5
17292026-08-14T18:39:32.074Z Compiling toml_parser v1.1.2+spec-1.1.0
17302026-08-14T18:39:32.241Z Compiling predicates v3.1.4
17312026-08-14T18:39:32.687Z Compiling chacha20 v0.10.0
17322026-08-14T18:39:32.846Z Compiling string_cache v0.8.9
17332026-08-14T18:39:32.880Z Compiling itertools v0.13.0
17342026-08-14T18:39:33.063Z Compiling petgraph v0.8.3
17352026-08-14T18:39:33.078Z Compiling sha3 v0.10.8
17362026-08-14T18:39:33.485Z Compiling digest v0.11.3
17372026-08-14T18:39:33.531Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-14T18:39:33.709Z Compiling usdt v0.6.0
17392026-08-14T18:39:33.977Z Compiling elliptic-curve v0.13.8
17402026-08-14T18:39:34.114Z Compiling usdt-impl v0.5.0
17412026-08-14T18:39:34.149Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17422026-08-14T18:39:34.379Z Compiling ed25519-dalek v2.2.0
17432026-08-14T18:39:34.587Z Compiling crossterm v0.28.1
17442026-08-14T18:39:34.727Z Compiling serde_with v3.21.0
17452026-08-14T18:39:35.065Z Compiling zip v4.6.1
17462026-08-14T18:39:35.887Z Compiling iddqd v0.4.2
17472026-08-14T18:39:36.386Z Compiling similar v2.7.0
17482026-08-14T18:39:36.431Z Compiling crossbeam-epoch v0.9.18
17492026-08-14T18:39:36.522Z Compiling tokio-stream v0.1.18
17502026-08-14T18:39:36.653Z Compiling buf-list v1.1.2
17512026-08-14T18:39:36.668Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17522026-08-14T18:39:36.757Z Compiling openapiv3 v2.2.0
17532026-08-14T18:39:36.916Z Compiling peg-runtime v0.8.5
17542026-08-14T18:39:36.960Z Compiling lalrpop-util v0.19.12
17552026-08-14T18:39:36.964Z Compiling thread_local v1.1.9
17562026-08-14T18:39:37.149Z Compiling slog-async v2.8.0
17572026-08-14T18:39:37.166Z Compiling crossbeam-channel v0.5.15
17582026-08-14T18:39:37.188Z Compiling is-terminal v0.4.17
17592026-08-14T18:39:37.208Z Compiling filetime v0.2.27
17602026-08-14T18:39:37.222Z Compiling xattr v1.6.1
17612026-08-14T18:39:37.283Z Compiling take_mut v0.2.2
17622026-08-14T18:39:37.377Z Compiling term v1.2.1
17632026-08-14T18:39:37.377Z Compiling tar v0.4.46
17642026-08-14T18:39:37.405Z Compiling camino-tempfile v1.4.1
17652026-08-14T18:39:37.934Z Compiling slog-term v2.9.2
17662026-08-14T18:39:44.087Z Compiling rustls-webpki v0.103.13
17672026-08-14T18:39:46.778Z Compiling tokio-rustls v0.26.4
17682026-08-14T18:39:46.778Z Compiling rustls-platform-verifier v0.6.2
17692026-08-14T18:39:46.782Z Compiling tough v0.22.0
17702026-08-14T18:39:46.983Z Compiling hyper-rustls v0.27.7
17712026-08-14T18:39:47.179Z Compiling reqwest v0.13.2
17722026-08-14T18:39:49.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17732026-08-14T18:39:49.595Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17742026-08-14T18:39:52.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17752026-08-14T18:39:52.681Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17762026-08-14T18:39:52.744ZAug 14 18:39:51.176 INFO Starting download, target: Clickhouse
17772026-08-14T18:39:52.745ZAug 14 18:39:51.177 INFO Starting download, target: Cockroach
17782026-08-14T18:39:52.745ZAug 14 18:39:51.177 INFO Starting download, target: Console
17792026-08-14T18:39:52.745ZAug 14 18:39:51.177 INFO Starting download, target: DendriteStub
17802026-08-14T18:39:52.745ZAug 14 18:39:51.177 INFO Starting download, target: MaghemiteMgd
17812026-08-14T18:39:52.751ZAug 14 18:39:51.177 INFO Starting download, target: MaghemiteDdmd
17822026-08-14T18:39:52.751ZAug 14 18:39:51.177 INFO Starting download, target: TransceiverControl
17832026-08-14T18:39:52.751ZAug 14 18:39:51.177 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17842026-08-14T18:39:52.751ZAug 14 18:39:51.177 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17852026-08-14T18:39:52.751ZAug 14 18:39:51.177 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17862026-08-14T18:39:52.752ZAug 14 18:39:51.177 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17872026-08-14T18:39:52.752ZAug 14 18:39:51.177 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-08-14T18:39:52.752ZAug 14 18:39:51.177 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17892026-08-14T18:39:52.752ZAug 14 18:39:51.177 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17902026-08-14T18:39:54.550ZAug 14 18:39:52.942 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17912026-08-14T18:39:54.784ZAug 14 18:39:53.187 INFO Download complete, target: Console
17922026-08-14T18:39:55.096ZAug 14 18:39:53.518 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17932026-08-14T18:39:55.684ZAug 14 18:39:54.123 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17942026-08-14T18:39:55.924ZAug 14 18:39:54.336 INFO Download complete, target: TransceiverControl
17952026-08-14T18:40:01.494ZAug 14 18:39:59.712 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17962026-08-14T18:40:01.738ZAug 14 18:39:59.968 INFO Checking that binary works, target: Clickhouse
17972026-08-14T18:40:01.853ZAug 14 18:40:00.081 INFO Download complete, target: Clickhouse
17982026-08-14T18:40:02.171ZAug 14 18:40:00.485 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17992026-08-14T18:40:02.228ZAug 14 18:40:00.656 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18002026-08-14T18:40:03.015ZAug 14 18:40:01.456 INFO Download complete, target: MaghemiteDdmd
18012026-08-14T18:40:03.823ZAug 14 18:40:02.244 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18022026-08-14T18:40:03.823ZAug 14 18:40:02.244 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18032026-08-14T18:40:04.403ZAug 14 18:40:02.846 INFO Download complete, target: DendriteStub
18042026-08-14T18:40:04.656ZAug 14 18:40:03.098 INFO Download complete, target: MaghemiteMgd
18052026-08-14T18:40:08.181ZAug 14 18:40:06.624 INFO Checking that binary works, target: Cockroach
18062026-08-14T18:40:08.292ZAug 14 18:40:06.734 INFO Download complete, target: Cockroach
18072026-08-14T18:40:08.308ZAll builder prerequisites installed successfully, and PATH looks valid
18082026-08-14T18:40:08.312Z
18092026-08-14T18:40:08.312Zreal 2:16.940083377
18102026-08-14T18:40:08.312Zuser 7:09.117786591
18112026-08-14T18:40:08.312Zsys 1:24.924886743
18122026-08-14T18:40:08.312Ztrap 0.238429631
18132026-08-14T18:40:08.312Ztflt 0.573665740
18142026-08-14T18:40:08.312Zdflt 0.966991754
18152026-08-14T18:40:08.312Zkflt 0.025733246
18162026-08-14T18:40:08.312Zlock 29:04.968431929
18172026-08-14T18:40:08.312Zslp 21:53.068836234
18182026-08-14T18:40:08.312Zlat 45.428886358
18192026-08-14T18:40:08.312Zstop 2:36.516748771
18202026-08-14T18:40:08.313Z+ banner clippy
18212026-08-14T18:40:08.313Z
18222026-08-14T18:40:08.313Z #### # # ##### ##### # #
18232026-08-14T18:40:08.313Z # # # # # # # # # #
18242026-08-14T18:40:08.313Z # # # # # # # #
18252026-08-14T18:40:08.313Z # # # ##### ##### #
18262026-08-14T18:40:08.313Z # # # # # # #
18272026-08-14T18:40:08.313Z #### ###### # # # #
18282026-08-14T18:40:08.313Z
18292026-08-14T18:40:08.313Z+ export CARGO_INCREMENTAL=0
18302026-08-14T18:40:08.313Z+ CARGO_INCREMENTAL=0
18312026-08-14T18:40:08.313Z+ ptime -m cargo xtask clippy
18322026-08-14T18:40:08.782Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18332026-08-14T18:40:09.072Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18342026-08-14T18:40:10.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18352026-08-14T18:40:10.950Z Running `target/debug/xtask clippy`
18362026-08-14T18:40:10.977Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18372026-08-14T18:40:11.549Z Downloading crates ...
18382026-08-14T18:40:11.721Z Downloaded addr2line v0.25.1
18392026-08-14T18:40:11.725Z Downloaded approx v0.5.1
18402026-08-14T18:40:11.725Z Downloaded concurrent-queue v2.5.0
18412026-08-14T18:40:11.725Z Downloaded constant_time_eq v0.3.1
18422026-08-14T18:40:11.725Z Downloaded async-object-pool v0.2.0
18432026-08-14T18:40:11.725Z Downloaded cast v0.3.0
18442026-08-14T18:40:11.729Z Downloaded assert-json-diff v2.0.2
18452026-08-14T18:40:11.729Z Downloaded criterion-plot v0.6.0
18462026-08-14T18:40:11.729Z Downloaded chumsky v0.9.3
18472026-08-14T18:40:11.729Z Downloaded escape8259 v0.5.3
18482026-08-14T18:40:11.729Z Downloaded event-listener-strategy v0.5.4
18492026-08-14T18:40:11.733Z Downloaded backtrace-ext v0.2.1
18502026-08-14T18:40:11.733Z Downloaded assert_cmd v2.1.2
18512026-08-14T18:40:11.733Z Downloaded async-lock v3.4.2
18522026-08-14T18:40:11.733Z Downloaded anes v0.1.6
18532026-08-14T18:40:11.737Z Downloaded blake2b_simd v1.0.4
18542026-08-14T18:40:11.737Z Downloaded cfg-expr v0.20.6
18552026-08-14T18:40:11.737Z Downloaded guppy-workspace-hack v0.1.0
18562026-08-14T18:40:11.737Z Downloaded hex-literal v0.4.1
18572026-08-14T18:40:11.737Z Downloaded datatest-stable v0.3.3
18582026-08-14T18:40:11.741Z Downloaded event-listener v5.4.1
18592026-08-14T18:40:11.742Z Downloaded futures-timer v3.0.3
18602026-08-14T18:40:11.742Z Downloaded backtrace v0.3.76
18612026-08-14T18:40:11.745Z Downloaded fancy-regex v0.14.0
18622026-08-14T18:40:11.745Z Downloaded hickory-client v0.25.2
18632026-08-14T18:40:11.749Z Downloaded miette-derive v5.10.0
18642026-08-14T18:40:11.749Z Downloaded knuffel-derive v3.2.0
18652026-08-14T18:40:11.749Z Downloaded linkme-impl v0.3.35
18662026-08-14T18:40:11.749Z Downloaded nested v0.1.1
18672026-08-14T18:40:11.749Z Downloaded httptest v0.16.4
18682026-08-14T18:40:11.752Z Downloaded libtest-mimic v0.8.1
18692026-08-14T18:40:11.752Z Downloaded linkme v0.3.35
18702026-08-14T18:40:11.752Z Downloaded parking v2.2.1
18712026-08-14T18:40:11.753Z Downloaded oorandom v11.1.5
18722026-08-14T18:40:11.756Z Downloaded criterion v0.7.0
18732026-08-14T18:40:11.760Z Downloaded plotters-svg v0.3.7
18742026-08-14T18:40:11.760Z Downloaded proc-macro-crate v3.4.0
18752026-08-14T18:40:11.760Z Downloaded owo-colors v3.5.0
18762026-08-14T18:40:11.760Z Downloaded path-tree v0.8.3
18772026-08-14T18:40:11.760Z Downloaded pathdiff v0.2.3
18782026-08-14T18:40:11.760Z Downloaded partial-io v0.5.4
18792026-08-14T18:40:11.764Z Downloaded plotters-backend v0.3.7
18802026-08-14T18:40:11.764Z Downloaded knuffel v3.2.0
18812026-08-14T18:40:11.764Z Downloaded relative-path v1.9.3
18822026-08-14T18:40:11.765Z Downloaded guppy v0.17.25
18832026-08-14T18:40:11.769Z Downloaded serde_regex v1.1.0
18842026-08-14T18:40:11.769Z Downloaded similar-asserts v1.7.0
18852026-08-14T18:40:11.769Z Downloaded rustc-demangle v0.1.27
18862026-08-14T18:40:11.772Z Downloaded miette v5.10.0
18872026-08-14T18:40:11.772Z Downloaded hashbrown v0.14.5
18882026-08-14T18:40:11.776Z Downloaded supports-color v2.1.0
18892026-08-14T18:40:11.776Z Downloaded supports-hyperlinks v2.1.0
18902026-08-14T18:40:11.776Z Downloaded supports-unicode v2.1.0
18912026-08-14T18:40:11.776Z Downloaded target-triple v1.0.0
18922026-08-14T18:40:11.779Z Downloaded terminal_size v0.1.17
18932026-08-14T18:40:11.779Z Downloaded rust-argon2 v2.1.0
18942026-08-14T18:40:11.780Z Downloaded stringmetrics v2.2.2
18952026-08-14T18:40:11.780Z Downloaded rstest v0.25.0
18962026-08-14T18:40:11.783Z Downloaded termcolor v1.4.1
18972026-08-14T18:40:11.783Z Downloaded rand_distr v0.5.1
18982026-08-14T18:40:11.787Z Downloaded rstest_macros v0.25.0
18992026-08-14T18:40:11.787Z Downloaded target-spec v3.5.7
19002026-08-14T18:40:11.787Z Downloaded target-lexicon v0.13.3
19012026-08-14T18:40:11.791Z Downloaded tinytemplate v1.2.1
19022026-08-14T18:40:11.791Z Downloaded toml_datetime v0.7.5+spec-1.1.0
19032026-08-14T18:40:11.796Z Downloaded trybuild v1.0.116
19042026-08-14T18:40:11.802Z Downloaded textwrap v0.15.2
19052026-08-14T18:40:11.805Z Downloaded toml_edit v0.23.10+spec-1.0.0
19062026-08-14T18:40:11.809Z Downloaded plotters v0.3.7
19072026-08-14T18:40:11.818Z Downloaded gimli v0.32.3
19082026-08-14T18:40:11.925Z Downloaded httpmock v0.8.3
19092026-08-14T18:40:14.358Z Checking cfg-if v1.0.4
19102026-08-14T18:40:14.367Z Checking libc v0.2.185
19112026-08-14T18:40:14.367Z Checking serde_core v1.0.228
19122026-08-14T18:40:14.367Z Checking memchr v2.8.0
19132026-08-14T18:40:14.367Z Checking smallvec v1.15.1
19142026-08-14T18:40:14.368Z Checking zeroize v1.9.0
19152026-08-14T18:40:14.368Z Checking rand_core v0.10.0
19162026-08-14T18:40:14.368Z Checking itoa v1.0.17
19172026-08-14T18:40:14.368Z Checking subtle v2.6.1
19182026-08-14T18:40:14.420Z Checking log v0.4.29
19192026-08-14T18:40:14.439Z Checking libm v0.2.16
19202026-08-14T18:40:14.471Z Checking getrandom v0.4.1
19212026-08-14T18:40:14.471Z Checking errno v0.3.14
19222026-08-14T18:40:14.552Z Checking typenum v1.20.1
19232026-08-14T18:40:14.593Z Checking scopeguard v1.2.0
19242026-08-14T18:40:14.633Z Checking zmij v1.0.21
19252026-08-14T18:40:14.666Z Checking stable_deref_trait v1.2.1
19262026-08-14T18:40:14.708Z Checking zerofrom v0.1.6
19272026-08-14T18:40:14.748Z Checking lock_api v0.4.14
19282026-08-14T18:40:14.789Z Checking percent-encoding v2.3.2
19292026-08-14T18:40:14.793Z Checking writeable v0.6.2
19302026-08-14T18:40:14.867Z Checking yoke v0.8.1
19312026-08-14T18:40:14.899Z Checking litemap v0.8.1
19322026-08-14T18:40:14.961Z Checking icu_normalizer_data v2.1.1
19332026-08-14T18:40:15.001Z Checking icu_properties_data v2.1.2
19342026-08-14T18:40:15.038Z Checking form_urlencoded v1.2.2
19352026-08-14T18:40:15.078Z Checking zerovec v0.11.5
19362026-08-14T18:40:15.078Z Checking zerotrie v0.2.3
19372026-08-14T18:40:15.150Z Checking num-traits v0.2.19
19382026-08-14T18:40:15.151Z Checking utf8_iter v1.0.4
19392026-08-14T18:40:15.225Z Checking pin-project-lite v0.2.17
19402026-08-14T18:40:15.267Z Checking zerocopy v0.8.40
19412026-08-14T18:40:15.308Z Checking parking_lot_core v0.9.12
19422026-08-14T18:40:15.311Z Checking portable-atomic v1.13.1
19432026-08-14T18:40:15.384Z Checking critical-section v1.2.0
19442026-08-14T18:40:15.433Z Checking signal-hook-registry v1.4.8
19452026-08-14T18:40:15.519Z Checking mio v1.2.0
19462026-08-14T18:40:15.561Z Checking parking_lot v0.12.5
19472026-08-14T18:40:15.561Z Checking tinystr v0.8.2
19482026-08-14T18:40:15.628Z Checking serde v1.0.228
19492026-08-14T18:40:15.632Z Checking serde_json v1.0.151
19502026-08-14T18:40:15.755Z Checking bitflags v2.11.0
19512026-08-14T18:40:15.813Z Checking potential_utf v0.1.4
19522026-08-14T18:40:15.833Z Checking icu_locale_core v2.1.1
19532026-08-14T18:40:15.836Z Checking once_cell v1.21.3
19542026-08-14T18:40:15.912Z Checking iana-time-zone v0.1.65
19552026-08-14T18:40:15.953Z Checking icu_collections v2.1.1
19562026-08-14T18:40:15.998Z Checking socket2 v0.6.3
19572026-08-14T18:40:16.057Z Checking uuid v1.23.4
19582026-08-14T18:40:16.099Z Checking bytes v1.11.1
19592026-08-14T18:40:16.102Z Checking chrono v0.4.45
19602026-08-14T18:40:16.279Z Checking semver v1.0.28
19612026-08-14T18:40:16.328Z Checking thiserror v2.0.18
19622026-08-14T18:40:16.405Z Checking dyn-clone v1.0.20
19632026-08-14T18:40:16.450Z Checking icu_provider v2.1.1
19642026-08-14T18:40:16.497Z Checking futures-core v0.3.32
19652026-08-14T18:40:16.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19662026-08-14T18:40:16.570Z Checking equivalent v1.0.2
19672026-08-14T18:40:16.573Z Checking rustix v1.1.3
19682026-08-14T18:40:16.639Z Checking tokio v1.52.1
19692026-08-14T18:40:16.676Z Checking getrandom v0.2.17
19702026-08-14T18:40:16.714Z Checking cmov v0.5.4
19712026-08-14T18:40:16.720Z Checking icu_properties v2.1.2
19722026-08-14T18:40:16.789Z Checking icu_normalizer v2.1.1
19732026-08-14T18:40:16.903Z Checking rand_core v0.6.4
19742026-08-14T18:40:16.941Z Checking ctutils v0.4.2
19752026-08-14T18:40:16.993Z Checking byteorder v1.5.0
19762026-08-14T18:40:17.112Z Checking futures-sink v0.3.32
19772026-08-14T18:40:17.151Z Checking getrandom v0.3.4
19782026-08-14T18:40:17.188Z Checking hybrid-array v0.4.13
19792026-08-14T18:40:17.225Z Checking futures-io v0.3.32
19802026-08-14T18:40:17.301Z Checking futures-channel v0.3.32
19812026-08-14T18:40:17.321Z Checking futures-task v0.3.32
19822026-08-14T18:40:17.369Z Checking slab v0.4.12
19832026-08-14T18:40:17.436Z Checking generic-array v0.14.7
19842026-08-14T18:40:17.486Z Checking hashbrown v0.17.0
19852026-08-14T18:40:17.489Z Checking thiserror v1.0.69
19862026-08-14T18:40:17.558Z Checking futures-util v0.3.32
19872026-08-14T18:40:17.598Z Checking idna_adapter v1.2.1
19882026-08-14T18:40:17.648Z Checking fnv v1.0.7
19892026-08-14T18:40:17.749Z Checking idna v1.1.0
19902026-08-14T18:40:17.788Z Checking regex-syntax v0.8.10
19912026-08-14T18:40:17.919Z Checking base64ct v1.8.3
19922026-08-14T18:40:17.959Z Checking crypto-common v0.2.2
19932026-08-14T18:40:17.998Z Checking indexmap v2.14.0
19942026-08-14T18:40:18.032Z Checking url v2.5.8
19952026-08-14T18:40:18.073Z Checking ppv-lite86 v0.2.21
19962026-08-14T18:40:18.179Z Checking const-oid v0.9.6
19972026-08-14T18:40:18.389Z Checking crypto-common v0.1.7
19982026-08-14T18:40:18.492Z Checking schemars v0.8.22
19992026-08-14T18:40:18.549Z Checking block-buffer v0.12.1
20002026-08-14T18:40:18.585Z Checking block-buffer v0.10.4
20012026-08-14T18:40:18.589Z Checking base64 v0.22.1
20022026-08-14T18:40:18.738Z Checking utf8parse v0.2.2
20032026-08-14T18:40:18.777Z Checking anstyle v1.0.14
20042026-08-14T18:40:18.871Z Checking http v1.4.2
20052026-08-14T18:40:18.913Z Checking digest v0.10.7
20062026-08-14T18:40:18.918Z Checking tracing-core v0.1.36
20072026-08-14T18:40:18.985Z Checking anstyle-query v1.1.5
20082026-08-14T18:40:19.088Z Checking colorchoice v1.0.4
20092026-08-14T18:40:19.127Z Checking is_terminal_polyfill v1.70.2
20102026-08-14T18:40:19.165Z Checking rand_core v0.9.5
20112026-08-14T18:40:19.168Z Checking const-oid v0.10.2
20122026-08-14T18:40:19.238Z Checking anstyle-parse v1.0.0
20132026-08-14T18:40:19.277Z Checking tracing v0.1.44
20142026-08-14T18:40:19.280Z Checking terminal_size v0.4.3
20152026-08-14T18:40:19.371Z Checking rand_chacha v0.9.0
20162026-08-14T18:40:19.408Z Checking ipnet v2.11.0
20172026-08-14T18:40:19.447Z Checking aho-corasick v1.1.4
20182026-08-14T18:40:19.451Z Checking anstream v1.0.0
20192026-08-14T18:40:19.520Z Checking strsim v0.11.1
20202026-08-14T18:40:19.523Z Checking clap_lex v1.0.0
20212026-08-14T18:40:19.591Z Checking crossbeam-utils v0.8.21
20222026-08-14T18:40:19.629Z Checking rand v0.9.2
20232026-08-14T18:40:19.687Z Checking unicode-ident v1.0.24
20242026-08-14T18:40:19.727Z Checking erased-serde v0.3.31
20252026-08-14T18:40:19.730Z Checking powerfmt v0.2.0
20262026-08-14T18:40:19.798Z Checking clap_builder v4.6.0
20272026-08-14T18:40:19.833Z Checking proc-macro2 v1.0.106
20282026-08-14T18:40:19.876Z Checking tokio-util v0.7.18
20292026-08-14T18:40:19.938Z Checking deranged v0.5.8
20302026-08-14T18:40:19.977Z Checking digest v0.11.3
20312026-08-14T18:40:20.112Z Checking num-conv v0.2.0
20322026-08-14T18:40:20.147Z Checking slog v2.8.2
20332026-08-14T18:40:20.152Z Checking regex-automata v0.4.14
20342026-08-14T18:40:20.221Z Checking cpufeatures v0.3.0
20352026-08-14T18:40:20.225Z Checking quote v1.0.45
20362026-08-14T18:40:20.293Z Checking time-core v0.1.8
20372026-08-14T18:40:20.331Z Checking num_threads v0.1.7
20382026-08-14T18:40:20.433Z Checking allocator-api2 v0.2.21
20392026-08-14T18:40:20.472Z Checking fastrand v2.3.0
20402026-08-14T18:40:20.476Z Checking syn v2.0.117
20412026-08-14T18:40:20.476Z Checking httparse v1.10.1
20422026-08-14T18:40:20.577Z Checking anyhow v1.0.102
20432026-08-14T18:40:20.686Z Checking cpufeatures v0.2.17
20442026-08-14T18:40:20.743Z Checking tempfile v3.25.0
20452026-08-14T18:40:20.789Z Checking ipnetwork v0.21.1
20462026-08-14T18:40:20.828Z Checking aws-lc-sys v0.40.0
20472026-08-14T18:40:20.832Z Checking rustls-pki-types v1.14.0
20482026-08-14T18:40:20.905Z Checking time v0.3.47
20492026-08-14T18:40:20.975Z Checking untrusted v0.7.1
20502026-08-14T18:40:21.042Z Checking http-body v1.0.1
20512026-08-14T18:40:21.045Z Checking clap v4.6.1
20522026-08-14T18:40:21.119Z Checking atomic-waker v1.1.2
20532026-08-14T18:40:21.189Z Checking hex v0.4.3
20542026-08-14T18:40:21.194Z Checking httpdate v1.0.3
20552026-08-14T18:40:21.262Z Checking try-lock v0.2.5
20562026-08-14T18:40:21.266Z Checking h2 v0.4.15
20572026-08-14T18:40:21.362Z Checking aws-lc-rs v1.16.3
20582026-08-14T18:40:21.401Z Checking want v0.3.1
20592026-08-14T18:40:21.406Z Checking tower-layer v0.3.3
20602026-08-14T18:40:21.471Z Checking untrusted v0.9.0
20612026-08-14T18:40:21.580Z Checking tower-service v0.3.3
20622026-08-14T18:40:21.619Z Checking ryu v1.0.23
20632026-08-14T18:40:21.623Z Checking pem-rfc7468 v0.7.0
20642026-08-14T18:40:21.701Z Checking spin v0.9.8
20652026-08-14T18:40:21.789Z Checking flagset v0.4.7
20662026-08-14T18:40:21.842Z Checking socket2 v0.5.10
20672026-08-14T18:40:21.918Z Checking simd-adler32 v0.3.8
20682026-08-14T18:40:21.957Z Checking der v0.7.10
20692026-08-14T18:40:22.052Z Checking mime v0.3.17
20702026-08-14T18:40:22.056Z Checking block-padding v0.4.2
20712026-08-14T18:40:22.186Z Checking pretty-hex v0.4.1
20722026-08-14T18:40:22.190Z Checking adler2 v2.0.1
20732026-08-14T18:40:22.226Z Checking rustls-webpki v0.103.13
20742026-08-14T18:40:22.307Z Checking inout v0.2.2
20752026-08-14T18:40:22.350Z Checking http-body-util v0.1.3
20762026-08-14T18:40:22.350Z Checking oxnet v0.1.6
20772026-08-14T18:40:22.427Z Checking miniz_oxide v0.8.9
20782026-08-14T18:40:22.487Z Checking camino v1.2.2
20792026-08-14T18:40:22.603Z Checking plain v0.2.3
20802026-08-14T18:40:22.674Z Checking ucd-trie v0.1.7
20812026-08-14T18:40:22.714Z Checking rustls v0.23.41
20822026-08-14T18:40:22.717Z Checking openssl-probe v0.2.1
20832026-08-14T18:40:22.790Z Checking cipher v0.5.2
20842026-08-14T18:40:22.825Z Checking regex v1.12.3
20852026-08-14T18:40:22.830Z Checking serde_urlencoded v0.7.1
20862026-08-14T18:40:22.896Z Checking rand_chacha v0.3.1
20872026-08-14T18:40:22.899Z Checking pest v2.8.6
20882026-08-14T18:40:22.929Z Checking encoding_rs v0.8.35
20892026-08-14T18:40:23.051Z Checking spki v0.7.3
20902026-08-14T18:40:23.091Z Checking futures-executor v0.3.32
20912026-08-14T18:40:23.130Z Checking rand v0.8.6
20922026-08-14T18:40:23.134Z Checking crc32fast v1.5.0
20932026-08-14T18:40:23.245Z Checking either v1.15.0
20942026-08-14T18:40:23.284Z Checking futures v0.3.32
20952026-08-14T18:40:23.335Z Checking sync_wrapper v1.0.2
20962026-08-14T18:40:23.393Z Checking pkcs8 v0.10.2
20972026-08-14T18:40:23.460Z Checking iri-string v0.7.10
20982026-08-14T18:40:23.500Z Checking tower v0.5.3
20992026-08-14T18:40:23.582Z Checking static_assertions v1.1.0
21002026-08-14T18:40:23.669Z Checking foldhash v0.2.0
21012026-08-14T18:40:23.708Z Checking openapiv3 v2.2.0
21022026-08-14T18:40:23.861Z Checking hashbrown v0.16.1
21032026-08-14T18:40:23.920Z Checking zlib-rs v0.6.2
21042026-08-14T18:40:23.959Z Checking bit-vec v0.8.0
21052026-08-14T18:40:24.004Z Checking sha2 v0.10.9
21062026-08-14T18:40:24.100Z Checking hyper v1.10.1
21072026-08-14T18:40:24.184Z Checking bit-set v0.8.0
21082026-08-14T18:40:24.303Z Checking hubpack v0.1.2
21092026-08-14T18:40:24.378Z Checking wait-timeout v0.2.1
21102026-08-14T18:40:24.400Z Checking rustls-native-certs v0.8.3
21112026-08-14T18:40:24.505Z Checking lazy_static v1.5.0
21122026-08-14T18:40:24.545Z Checking tinyvec_macros v0.1.1
21132026-08-14T18:40:24.548Z Checking tower-http v0.6.8
21142026-08-14T18:40:24.617Z Checking quick-error v1.2.3
21152026-08-14T18:40:24.656Z Checking psl-types v2.0.11
21162026-08-14T18:40:24.659Z Checking tinyvec v1.10.0
21172026-08-14T18:40:24.749Z Checking rusty-fork v0.3.1
21182026-08-14T18:40:24.807Z Checking publicsuffix v2.3.0
21192026-08-14T18:40:24.845Z Checking flate2 v1.1.9
21202026-08-14T18:40:24.884Z Checking cookie v0.18.1
21212026-08-14T18:40:24.949Z Checking rand_xorshift v0.4.0
21222026-08-14T18:40:24.996Z Checking strum v0.26.3
21232026-08-14T18:40:25.035Z Checking unarray v0.1.4
21242026-08-14T18:40:25.038Z Checking tokio-rustls v0.26.4
21252026-08-14T18:40:25.070Z Checking rustls-platform-verifier v0.6.2
21262026-08-14T18:40:25.144Z Checking signature v2.2.0
21272026-08-14T18:40:25.177Z Checking hyper-util v0.1.20
21282026-08-14T18:40:25.185Z Checking cookie_store v0.22.1
21292026-08-14T18:40:25.186Z Checking num-integer v0.1.46
21302026-08-14T18:40:25.186Z Checking proptest v1.11.0
21312026-08-14T18:40:25.217Z Checking scroll v0.13.0
21322026-08-14T18:40:25.356Z Checking memmap2 v0.9.10
21332026-08-14T18:40:25.361Z Checking dtrace-parser v0.3.0
21342026-08-14T18:40:25.361Z Checking anstyle-parse v0.2.7
21352026-08-14T18:40:25.461Z Checking ahash v0.8.12
21362026-08-14T18:40:25.520Z Checking serde_spanned v0.6.9
21372026-08-14T18:40:25.560Z Checking toml_datetime v0.6.11
21382026-08-14T18:40:25.596Z Checking goblin v0.10.5
21392026-08-14T18:40:25.635Z Checking thread-id v5.1.0
21402026-08-14T18:40:25.675Z Checking base64 v0.21.7
21412026-08-14T18:40:25.678Z Checking data-encoding v2.10.0
21422026-08-14T18:40:25.749Z Checking anstream v0.6.21
21432026-08-14T18:40:25.753Z Checking bstr v1.12.1
21442026-08-14T18:40:25.821Z Checking hmac v0.12.1
21452026-08-14T18:40:25.940Z Checking x509-cert v0.2.5
21462026-08-14T18:40:25.981Z Checking crossbeam-epoch v0.9.18
21472026-08-14T18:40:25.984Z Checking memoffset v0.9.1
21482026-08-14T18:40:26.053Z Checking num-iter v0.1.45
21492026-08-14T18:40:26.126Z Checking scroll v0.12.0
21502026-08-14T18:40:26.194Z Checking zerocopy v0.7.35
21512026-08-14T18:40:26.234Z Checking rustix v0.38.44
21522026-08-14T18:40:26.237Z Checking env_filter v1.0.0
21532026-08-14T18:40:26.378Z Checking goblin v0.8.2
21542026-08-14T18:40:26.442Z Checking tap v1.0.1
21552026-08-14T18:40:26.539Z Checking hyper-rustls v0.27.7
21562026-08-14T18:40:26.578Z Checking unicode-segmentation v1.12.0
21572026-08-14T18:40:26.616Z Checking wyz v0.5.1
21582026-08-14T18:40:26.713Z Checking env_logger v0.11.9
21592026-08-14T18:40:26.776Z Checking reqwest v0.13.2
21602026-08-14T18:40:26.820Z Checking num-bigint-dig v0.8.6
21612026-08-14T18:40:26.914Z Checking nix v0.31.2
21622026-08-14T18:40:26.954Z Checking dtrace-parser v0.2.0
21632026-08-14T18:40:27.059Z Checking pkcs1 v0.7.5
21642026-08-14T18:40:27.121Z Checking newtype-uuid v1.3.2
21652026-08-14T18:40:27.212Z Checking ff v0.13.1
21662026-08-14T18:40:27.294Z Checking radium v0.7.0
21672026-08-14T18:40:27.353Z Checking daft v0.1.7
21682026-08-14T18:40:27.392Z Checking thread-id v4.2.2
21692026-08-14T18:40:27.497Z Checking funty v2.0.0
21702026-08-14T18:40:27.537Z Checking same-file v1.0.6
21712026-08-14T18:40:27.628Z Checking base16ct v0.2.0
21722026-08-14T18:40:27.669Z Checking crc-catalog v2.4.0
21732026-08-14T18:40:27.672Z Checking winnow v1.0.3
21742026-08-14T18:40:27.709Z Checking walkdir v2.5.0
21752026-08-14T18:40:27.785Z Checking sec1 v0.7.3
21762026-08-14T18:40:27.823Z Checking crc v3.4.0
21772026-08-14T18:40:27.859Z Checking bitvec v1.0.1
21782026-08-14T18:40:27.931Z Checking rsa v0.9.10
21792026-08-14T18:40:27.971Z Checking dof v0.4.0
21802026-08-14T18:40:28.021Z Checking group v0.13.0
21812026-08-14T18:40:28.024Z Checking hkdf v0.12.4
21822026-08-14T18:40:28.136Z Checking unicode-normalization v0.1.25
21832026-08-14T18:40:28.201Z Checking serde_with v3.21.0
21842026-08-14T18:40:28.240Z Checking crypto-bigint v0.5.5
21852026-08-14T18:40:28.276Z Checking dof v0.3.0
21862026-08-14T18:40:28.443Z Checking zerocopy v0.6.6
21872026-08-14T18:40:28.564Z Checking maybe-uninit v2.0.0
21882026-08-14T18:40:28.604Z Checking usdt-impl v0.5.0
21892026-08-14T18:40:28.607Z Checking nodrop v0.1.14
21902026-08-14T18:40:28.678Z Checking usdt-impl v0.6.0
21912026-08-14T18:40:28.681Z Checking winnow v0.5.40
21922026-08-14T18:40:28.751Z Checking foreign-types-shared v0.1.1
21932026-08-14T18:40:28.788Z Checking foldhash v0.1.5
21942026-08-14T18:40:28.866Z Checking keccak v0.1.6
21952026-08-14T18:40:28.917Z Checking foreign-types v0.3.2
21962026-08-14T18:40:28.955Z Checking hashbrown v0.15.5
21972026-08-14T18:40:28.992Z Checking usdt v0.6.0
21982026-08-14T18:40:29.030Z Checking array-init v0.0.4
21992026-08-14T18:40:29.067Z Checking sha3 v0.10.8
22002026-08-14T18:40:29.174Z Checking elliptic-curve v0.13.8
22012026-08-14T18:40:29.213Z Checking smallvec v0.6.14
22022026-08-14T18:40:29.217Z Checking packed_struct v0.10.1
22032026-08-14T18:40:29.298Z Checking bitfield v0.19.4
22042026-08-14T18:40:29.351Z Checking bzip2-sys v0.1.13+1.0.8
22052026-08-14T18:40:29.428Z Checking openssl-sys v0.9.117
22062026-08-14T18:40:29.468Z Checking hashbrown v0.12.3
22072026-08-14T18:40:29.471Z Checking siphasher v1.0.2
22082026-08-14T18:40:29.539Z Checking bitflags v1.3.2
22092026-08-14T18:40:29.591Z Checking bzip2 v0.4.4
22102026-08-14T18:40:29.644Z Checking serde-hex v0.1.0
22112026-08-14T18:40:29.683Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22122026-08-14T18:40:29.721Z Checking toml_parser v1.1.2+spec-1.1.0
22132026-08-14T18:40:29.786Z Checking ron v0.8.1
22142026-08-14T18:40:29.827Z Checking openssl v0.10.80
22152026-08-14T18:40:29.868Z Checking hashbrown v0.13.2
22162026-08-14T18:40:29.907Z Checking toml_edit v0.19.15
22172026-08-14T18:40:29.945Z Checking indexmap v1.9.3
22182026-08-14T18:40:30.073Z Checking itertools v0.13.0
22192026-08-14T18:40:30.290Z Checking signal-hook v0.3.18
22202026-08-14T18:40:30.330Z Checking crc-any v2.5.0
22212026-08-14T18:40:30.333Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22222026-08-14T18:40:30.333Z Checking managed v0.8.0
22232026-08-14T18:40:30.509Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22242026-08-14T18:40:30.552Z Checking object v0.30.4
22252026-08-14T18:40:30.613Z Checking zip v0.6.6
22262026-08-14T18:40:30.710Z Checking globset v0.4.18
22272026-08-14T18:40:30.959Z Checking toml v0.7.8
22282026-08-14T18:40:30.998Z Checking chacha20 v0.10.0
22292026-08-14T18:40:31.038Z Checking curve25519-dalek v4.1.3
22302026-08-14T18:40:31.165Z Checking object v0.37.3
22312026-08-14T18:40:31.205Z Checking winnow v0.7.14
22322026-08-14T18:40:31.279Z Checking toml_write v0.1.2
22332026-08-14T18:40:31.317Z Checking path-slash v0.1.5
22342026-08-14T18:40:31.451Z Checking signal-hook-mio v0.2.5
22352026-08-14T18:40:31.490Z Checking ed25519 v2.2.3
22362026-08-14T18:40:31.587Z Checking ref-cast v1.0.25
22372026-08-14T18:40:31.701Z Checking pin-project v1.1.11
22382026-08-14T18:40:31.740Z Checking jiff-core v0.1.0
22392026-08-14T18:40:31.829Z Checking pem v3.0.6
22402026-08-14T18:40:31.870Z Checking ed25519-dalek v2.2.0
22412026-08-14T18:40:31.873Z Checking native-tls v0.2.18
22422026-08-14T18:40:32.021Z Checking zstd-sys v2.0.16+zstd.1.5.7
22432026-08-14T18:40:32.114Z Checking tokio-native-tls v0.3.1
22442026-08-14T18:40:32.153Z Checking fixedbitset v0.5.7
22452026-08-14T18:40:32.193Z Checking zstd-safe v7.2.4
22462026-08-14T18:40:32.305Z Checking hyper-tls v0.6.0
22472026-08-14T18:40:32.381Z Checking petgraph v0.8.3
22482026-08-14T18:40:32.421Z Checking snafu v0.8.9
22492026-08-14T18:40:32.425Z Checking toml_edit v0.22.27
22502026-08-14T18:40:32.495Z Checking jiff v0.2.34
22512026-08-14T18:40:32.533Z Checking crossterm v0.28.1
22522026-08-14T18:40:32.652Z Checking similar v2.7.0
22532026-08-14T18:40:32.725Z Checking fs-err v3.3.0
22542026-08-14T18:40:33.054Z Checking hash32 v0.2.1
22552026-08-14T18:40:33.093Z Checking serde_plain v1.0.2
22562026-08-14T18:40:33.250Z Checking serde-big-array v0.5.1
22572026-08-14T18:40:33.291Z Checking bumpalo v3.20.2
22582026-08-14T18:40:33.295Z Checking predicates-core v1.0.10
22592026-08-14T18:40:33.418Z Checking libbz2-rs-sys v0.2.2
22602026-08-14T18:40:33.467Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22612026-08-14T18:40:33.506Z Checking unicode-properties v0.1.4
22622026-08-14T18:40:33.544Z Checking unicode-bidi v0.3.18
22632026-08-14T18:40:33.547Z Checking typed-path v0.9.3
22642026-08-14T18:40:33.548Z Checking zopfli v0.8.3
22652026-08-14T18:40:33.720Z Checking heapless v0.7.17
22662026-08-14T18:40:33.845Z Checking bzip2 v0.6.1
22672026-08-14T18:40:33.923Z Checking stringprep v0.1.5
22682026-08-14T18:40:33.968Z Checking reqwest v0.12.28
22692026-08-14T18:40:34.010Z Checking zstd v0.13.3
22702026-08-14T18:40:34.045Z Checking hickory-proto v0.25.2
22712026-08-14T18:40:34.083Z Checking byte-wrapper v0.1.0
22722026-08-14T18:40:34.165Z Checking md-5 v0.10.6
22732026-08-14T18:40:34.221Z Checking float-cmp v0.10.0
22742026-08-14T18:40:34.320Z Checking normalize-line-endings v0.3.0
22752026-08-14T18:40:34.360Z Checking fallible-iterator v0.2.0
22762026-08-14T18:40:34.397Z Checking difflib v0.4.0
22772026-08-14T18:40:34.401Z Checking smoltcp v0.9.1
22782026-08-14T18:40:34.470Z Checking iddqd v0.4.2
22792026-08-14T18:40:34.474Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22802026-08-14T18:40:34.508Z Checking zip v4.6.1
22812026-08-14T18:40:34.603Z Checking predicates v3.1.4
22822026-08-14T18:40:34.654Z Checking postgres-protocol v0.6.10
22832026-08-14T18:40:34.746Z Checking phf_shared v0.11.3
22842026-08-14T18:40:34.868Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-14T18:40:34.922Z Checking phf_shared v0.13.1
22862026-08-14T18:40:34.963Z Checking olpc-cjson v0.1.4
22872026-08-14T18:40:34.999Z Checking tokio-stream v0.1.18
22882026-08-14T18:40:35.042Z Checking strum v0.27.2
22892026-08-14T18:40:35.126Z Checking precomputed-hash v0.1.1
22902026-08-14T18:40:35.166Z Checking fixedbitset v0.4.2
22912026-08-14T18:40:35.170Z Checking new_debug_unreachable v1.0.6
22922026-08-14T18:40:35.239Z Checking lalrpop-util v0.19.12
22932026-08-14T18:40:35.243Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22942026-08-14T18:40:35.323Z Checking string_cache v0.8.9
22952026-08-14T18:40:35.360Z Checking petgraph v0.6.5
22962026-08-14T18:40:35.404Z Checking phf v0.13.1
22972026-08-14T18:40:35.408Z Checking tough v0.22.0
22982026-08-14T18:40:35.492Z Checking postgres-types v0.2.12
22992026-08-14T18:40:35.497Z Checking buf-list v1.1.2
23002026-08-14T18:40:35.552Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23012026-08-14T18:40:35.589Z Checking whoami v2.1.0
23022026-08-14T18:40:35.736Z Checking peg-runtime v0.8.5
23032026-08-14T18:40:35.830Z Checking tokio-postgres v0.7.16
23042026-08-14T18:40:35.904Z Checking is-terminal v0.4.17
23052026-08-14T18:40:35.942Z Checking crossbeam-channel v0.5.15
23062026-08-14T18:40:35.983Z Checking thread_local v1.1.9
23072026-08-14T18:40:36.026Z Checking term v1.2.1
23082026-08-14T18:40:36.186Z Checking take_mut v0.2.2
23092026-08-14T18:40:36.278Z Checking slog-term v2.9.2
23102026-08-14T18:40:36.318Z Compiling newtype-uuid-macros v0.1.0
23112026-08-14T18:40:36.322Z Checking slog-async v2.8.0
23122026-08-14T18:40:36.559Z Checking match_cfg v0.1.0
23132026-08-14T18:40:36.598Z Checking slog-json v2.6.1
23142026-08-14T18:40:36.655Z Compiling multer v3.1.0
23152026-08-14T18:40:36.694Z Checking hostname v0.3.1
23162026-08-14T18:40:36.789Z Compiling async-stream-impl v0.3.6
23172026-08-14T18:40:36.827Z Checking slog-bunyan v2.5.0
23182026-08-14T18:40:36.872Z Compiling dropshot v0.17.1
23192026-08-14T18:40:36.956Z Checking debug-ignore v1.0.5
23202026-08-14T18:40:36.994Z Compiling dropshot_endpoint v0.17.1
23212026-08-14T18:40:37.088Z Checking serde_path_to_error v0.1.20
23222026-08-14T18:40:37.128Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23232026-08-14T18:40:37.200Z Checking progenitor-client v0.14.0
23242026-08-14T18:40:37.247Z Checking sha1 v0.11.0
23252026-08-14T18:40:37.387Z Checking toml_datetime v1.1.1+spec-1.1.0
23262026-08-14T18:40:37.428Z Checking serde_spanned v1.1.1
23272026-08-14T18:40:37.466Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23282026-08-14T18:40:37.469Z Checking toml_writer v1.1.1+spec-1.1.0
23292026-08-14T18:40:37.538Z Checking compression-core v0.4.31
23302026-08-14T18:40:37.617Z Checking async-stream v0.3.6
23312026-08-14T18:40:37.652Z Checking waitgroup v0.1.2
23322026-08-14T18:40:37.725Z Checking compression-codecs v0.4.37
23332026-08-14T18:40:37.728Z Checking toml v1.1.2+spec-1.1.0
23342026-08-14T18:40:37.800Z Checking rustls-pemfile v2.2.0
23352026-08-14T18:40:37.840Z Checking hostname v0.4.2
23362026-08-14T18:40:37.843Z Checking atomicwrites v0.4.4
23372026-08-14T18:40:37.915Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23382026-08-14T18:40:37.919Z Compiling parse-display-derive v0.10.0
23392026-08-14T18:40:37.987Z Checking macaddr v1.0.1
23402026-08-14T18:40:37.990Z Checking async-compression v0.4.41
23412026-08-14T18:40:37.990Z Checking regress v0.10.5
23422026-08-14T18:40:38.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23432026-08-14T18:40:38.100Z Checking instant v0.1.13
23442026-08-14T18:40:38.196Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23452026-08-14T18:40:38.248Z Checking itertools v0.14.0
23462026-08-14T18:40:38.296Z Checking backoff v0.4.0
23472026-08-14T18:40:38.352Z Checking backon v1.6.0
23482026-08-14T18:40:38.473Z Checking humantime v2.3.0
23492026-08-14T18:40:38.509Z Checking unicode-width v0.2.0
23502026-08-14T18:40:38.549Z Checking progenitor-extras v0.2.0
23512026-08-14T18:40:38.553Z Compiling convert_case v0.4.0
23522026-08-14T18:40:38.664Z Checking half v2.7.1
23532026-08-14T18:40:38.787Z Checking ciborium-io v0.2.2
23542026-08-14T18:40:38.827Z Checking heck v0.5.0
23552026-08-14T18:40:38.911Z Checking secrecy v0.10.3
23562026-08-14T18:40:38.955Z Checking ciborium-ll v0.2.2
23572026-08-14T18:40:38.994Z Compiling derive_more v0.99.20
23582026-08-14T18:40:38.997Z Checking camino-tempfile v1.4.1
23592026-08-14T18:40:39.068Z Checking indent_write v2.2.0
23602026-08-14T18:40:39.162Z Checking ciborium v0.2.2
23612026-08-14T18:40:39.221Z Compiling regress v0.11.1
23622026-08-14T18:40:39.257Z Compiling crucible-workspace-hack v0.1.0
23632026-08-14T18:40:39.318Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23642026-08-14T18:40:39.509Z Checking inout v0.1.4
23652026-08-14T18:40:39.610Z Checking parse-display v0.10.0
23662026-08-14T18:40:39.647Z Checking universal-hash v0.5.1
23672026-08-14T18:40:39.688Z Compiling thiserror-impl-no-std v2.0.2
23682026-08-14T18:40:39.691Z Checking cipher v0.4.4
23692026-08-14T18:40:39.721Z Checking opaque-debug v0.3.1
23702026-08-14T18:40:39.831Z Checking blake2 v0.10.6
23712026-08-14T18:40:39.836Z Checking poly1305 v0.8.0
23722026-08-14T18:40:39.983Z Checking chacha20 v0.9.1
23732026-08-14T18:40:40.096Z Checking aead v0.5.2
23742026-08-14T18:40:40.159Z Checking password-hash v0.5.0
23752026-08-14T18:40:40.207Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23762026-08-14T18:40:40.268Z Checking chacha20poly1305 v0.10.1
23772026-08-14T18:40:40.416Z Checking argon2 v0.5.3
23782026-08-14T18:40:40.456Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23792026-08-14T18:40:40.643Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23802026-08-14T18:40:40.753Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-08-14T18:40:40.812Z Compiling unsafe-libyaml v0.2.11
23822026-08-14T18:40:40.851Z Compiling typify-impl v0.6.2
23832026-08-14T18:40:40.889Z Checking thiserror-no-std v2.0.2
23842026-08-14T18:40:40.939Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23852026-08-14T18:40:41.012Z Checking vsss-rs v3.3.4
23862026-08-14T18:40:41.605Z Compiling serde_yaml v0.9.34+deprecated
23872026-08-14T18:40:41.643Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-08-14T18:40:42.167Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-08-14T18:40:42.382Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-08-14T18:40:42.507Z Checking swrite v0.1.0
23912026-08-14T18:40:42.547Z Checking crossbeam-deque v0.8.6
23922026-08-14T18:40:42.631Z Compiling rayon-core v1.13.0
23932026-08-14T18:40:42.669Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-14T18:40:42.676Z Compiling num-derive v0.4.2
23952026-08-14T18:40:42.758Z Compiling proc-macro-crate v1.3.1
23962026-08-14T18:40:42.800Z Compiling proc-macro-error v1.0.4
23972026-08-14T18:40:43.061Z Checking tabwriter v1.4.1
23982026-08-14T18:40:43.148Z Checking glob v0.3.3
23992026-08-14T18:40:43.201Z Compiling num_enum_derive v0.7.6
24002026-08-14T18:40:43.239Z Compiling itertools v0.15.0
24012026-08-14T18:40:43.276Z Checking rayon v1.11.0
24022026-08-14T18:40:43.367Z Compiling heapless v0.8.0
24032026-08-14T18:40:43.370Z Checking hash32 v0.3.1
24042026-08-14T18:40:43.565Z Compiling smoltcp v0.11.0
24052026-08-14T18:40:43.651Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24062026-08-14T18:40:43.888Z Checking colored v3.1.1
24072026-08-14T18:40:44.058Z Checking toml v0.8.23
24082026-08-14T18:40:44.117Z Checking cobs v0.3.0
24092026-08-14T18:40:44.279Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24102026-08-14T18:40:44.318Z Checking num_enum v0.7.6
24112026-08-14T18:40:44.322Z Compiling usdt-attr-macro v0.5.0
24122026-08-14T18:40:44.389Z Compiling usdt-macro v0.5.0
24132026-08-14T18:40:44.424Z Checking memmap v0.7.0
24142026-08-14T18:40:44.463Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24152026-08-14T18:40:44.563Z Compiling ingot-macros v0.2.0
24162026-08-14T18:40:44.723Z Checking postcard v1.1.3
24172026-08-14T18:40:44.760Z Checking rand v0.10.1
24182026-08-14T18:40:45.049Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24192026-08-14T18:40:45.150Z Checking sigpipe v0.1.3
24202026-08-14T18:40:45.188Z Checking usdt v0.5.0
24212026-08-14T18:40:45.261Z Compiling foreign-types-macros v0.2.3
24222026-08-14T18:40:45.299Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24232026-08-14T18:40:45.308Z Checking foreign-types-shared v0.3.1
24242026-08-14T18:40:45.370Z Compiling typify-macro v0.6.2
24252026-08-14T18:40:45.555Z Compiling num_enum_derive v0.5.11
24262026-08-14T18:40:45.591Z Checking cstr-argument v0.1.2
24272026-08-14T18:40:45.627Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24282026-08-14T18:40:45.797Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24292026-08-14T18:40:45.837Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24302026-08-14T18:40:45.901Z Checking foreign-types v0.5.0
24312026-08-14T18:40:46.008Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24322026-08-14T18:40:46.094Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24332026-08-14T18:40:46.132Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24342026-08-14T18:40:46.209Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24352026-08-14T18:40:46.269Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24362026-08-14T18:40:46.273Z Checking itertools v0.12.1
24372026-08-14T18:40:46.273Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24382026-08-14T18:40:46.457Z Compiling zone_cfg_derive v0.3.1
24392026-08-14T18:40:46.663Z Checking num_enum v0.5.11
24402026-08-14T18:40:46.723Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-14T18:40:46.806Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24422026-08-14T18:40:46.930Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24432026-08-14T18:40:47.148Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24442026-08-14T18:40:47.220Z Compiling typify v0.6.2
24452026-08-14T18:40:47.293Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24462026-08-14T18:40:47.297Z Checking smf v0.2.3
24472026-08-14T18:40:47.364Z Compiling progenitor-impl v0.14.0
24482026-08-14T18:40:47.368Z Checking zone v0.3.1
24492026-08-14T18:40:47.395Z Checking whoami v1.6.1
24502026-08-14T18:40:47.502Z Checking ingot-types v0.2.0
24512026-08-14T18:40:47.538Z Compiling derive-where v1.6.0
24522026-08-14T18:40:47.580Z Checking tokio-dtrace v0.1.1
24532026-08-14T18:40:47.617Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24542026-08-14T18:40:47.800Z Checking oxide-tokio-rt v0.1.4
24552026-08-14T18:40:47.837Z Checking console v0.15.11
24562026-08-14T18:40:47.886Z Checking ingot v0.2.1
24572026-08-14T18:40:48.003Z Checking newline-converter v0.3.0
24582026-08-14T18:40:48.144Z Checking bytecount v0.6.9
24592026-08-14T18:40:48.148Z Checking expectorate v1.2.0
24602026-08-14T18:40:48.283Z Checking unicode-width v0.1.14
24612026-08-14T18:40:48.342Z Checking num-rational v0.4.2
24622026-08-14T18:40:48.380Z Checking num-complex v0.4.6
24632026-08-14T18:40:48.565Z Checking float-ord v0.3.2
24642026-08-14T18:40:48.648Z Compiling cancel-safe-futures v0.1.5
24652026-08-14T18:40:48.699Z Checking linear-map v1.2.0
24662026-08-14T18:40:48.750Z Checking num v0.4.3
24672026-08-14T18:40:48.855Z Checking gethostname v0.5.0
24682026-08-14T18:40:48.892Z Checking oxide-update-engine-types v0.1.2
24692026-08-14T18:40:48.961Z Compiling prettyplease v0.2.37
24702026-08-14T18:40:48.998Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24712026-08-14T18:40:49.242Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24722026-08-14T18:40:49.450Z Checking resolv-conf v0.7.6
24732026-08-14T18:40:49.490Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24742026-08-14T18:40:49.528Z Compiling owo-colors v4.3.0
24752026-08-14T18:40:49.531Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24762026-08-14T18:40:49.665Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24772026-08-14T18:40:49.733Z Checking unicode-linebreak v0.1.5
24782026-08-14T18:40:49.844Z Checking oxide-update-engine v0.1.2
24792026-08-14T18:40:49.997Z Checking smawk v0.3.2
24802026-08-14T18:40:50.031Z Compiling progenitor-macro v0.14.0
24812026-08-14T18:40:50.159Z Checking papergrid v0.11.0
24822026-08-14T18:40:50.299Z Compiling tabled_derive v0.7.0
24832026-08-14T18:40:50.545Z Compiling convert_case v0.10.0
24842026-08-14T18:40:50.774Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24852026-08-14T18:40:50.857Z Compiling slog-dtrace v0.3.0
24862026-08-14T18:40:50.941Z Compiling derive_more-impl v2.1.1
24872026-08-14T18:40:51.143Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24882026-08-14T18:40:51.328Z Checking tabled v0.15.0
24892026-08-14T18:40:51.501Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-08-14T18:40:51.562Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24912026-08-14T18:40:51.795Z Checking derive_more v2.1.1
24922026-08-14T18:40:51.871Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24932026-08-14T18:40:51.994Z Checking crossterm v0.29.0
24942026-08-14T18:40:52.366Z Checking linked-hash-map v0.5.6
24952026-08-14T18:40:52.601Z Checking lru-cache v0.1.2
24962026-08-14T18:40:52.770Z Checking hickory-proto v0.24.4
24972026-08-14T18:40:52.812Z Checking fd-lock v4.0.4
24982026-08-14T18:40:53.372Z Checking vte v0.14.1
24992026-08-14T18:40:53.501Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25002026-08-14T18:40:53.539Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25012026-08-14T18:40:53.877Z Checking strip-ansi-escapes v0.2.1
25022026-08-14T18:40:54.147Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25032026-08-14T18:40:55.014Z Checking progenitor v0.14.0
25042026-08-14T18:40:55.184Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25052026-08-14T18:40:55.363Z Checking termtree v0.5.1
25062026-08-14T18:40:55.532Z Checking nu-ansi-term v0.50.3
25072026-08-14T18:40:55.723Z Checking hickory-resolver v0.24.4
25082026-08-14T18:40:55.811Z Checking reedline v0.40.0
25092026-08-14T18:40:55.858Z Checking textwrap v0.16.2
25102026-08-14T18:40:55.917Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25112026-08-14T18:40:56.208Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25122026-08-14T18:40:56.254Z Compiling minimal-lexical v0.2.1
25132026-08-14T18:40:56.512Z Checking qorb v0.4.1
25142026-08-14T18:40:56.552Z Compiling nom v7.1.3
25152026-08-14T18:40:56.648Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25162026-08-14T18:40:57.168Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-08-14T18:40:57.555Z Compiling unicode-xid v0.2.6
25182026-08-14T18:40:57.639Z Checking display-error-chain v0.2.2
25192026-08-14T18:40:57.714Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-08-14T18:40:57.753Z Compiling ar_archive_writer v0.5.1
25212026-08-14T18:40:57.825Z Checking csv-core v0.1.13
25222026-08-14T18:40:57.829Z Compiling stacker v0.1.23
25232026-08-14T18:40:57.926Z Compiling semver v0.1.20
25242026-08-14T18:40:58.029Z Checking csv v1.4.0
25252026-08-14T18:40:58.144Z Checking highway v1.3.0
25262026-08-14T18:40:58.245Z Compiling cfg_aliases v0.1.1
25272026-08-14T18:40:58.351Z Compiling rustc_version v0.1.7
25282026-08-14T18:40:58.390Z Compiling nix v0.28.0
25292026-08-14T18:40:58.462Z Checking nibble_vec v0.1.0
25302026-08-14T18:40:58.466Z Checking endian-type v0.1.2
25312026-08-14T18:40:58.530Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25322026-08-14T18:40:58.601Z Compiling newtype_derive v0.1.6
25332026-08-14T18:40:58.641Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-08-14T18:40:58.644Z Compiling psm v0.1.30
25352026-08-14T18:40:58.708Z Checking radix_trie v0.2.1
25362026-08-14T18:40:58.827Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372026-08-14T18:40:58.847Z Checking phf_shared v0.12.1
25382026-08-14T18:40:58.947Z Compiling recursive-proc-macro-impl v0.1.1
25392026-08-14T18:40:59.018Z Compiling chrono-tz v0.10.4
25402026-08-14T18:40:59.056Z Checking phf v0.12.1
25412026-08-14T18:40:59.334Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-08-14T18:40:59.369Z Compiling const_format_proc_macros v0.2.34
25432026-08-14T18:40:59.439Z Compiling peg-macros v0.8.5
25442026-08-14T18:40:59.442Z Checking winnow v0.6.26
25452026-08-14T18:40:59.582Z Compiling sqlparser_derive v0.5.0
25462026-08-14T18:40:59.620Z Checking recursive v0.1.1
25472026-08-14T18:40:59.744Z Checking unicode_categories v0.1.1
25482026-08-14T18:40:59.930Z Checking home v0.5.12
25492026-08-14T18:41:00.266Z Checking const_format v0.2.35
25502026-08-14T18:41:00.301Z Checking rustyline v14.0.0
25512026-08-14T18:41:00.358Z Checking sqlparser v0.61.0
25522026-08-14T18:41:00.522Z Checking bcs v0.1.6
25532026-08-14T18:41:00.672Z Checking sqlformat v0.3.5
25542026-08-14T18:41:00.878Z Checking peg v0.8.5
25552026-08-14T18:41:00.980Z Checking nom v8.0.0
25562026-08-14T18:41:01.049Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-08-14T18:41:01.151Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-08-14T18:41:01.275Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25592026-08-14T18:41:01.316Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-08-14T18:41:01.380Z Checking steno v0.4.1
25612026-08-14T18:41:01.673Z Checking sha1 v0.10.6
25622026-08-14T18:41:01.874Z Checking filetime v0.2.27
25632026-08-14T18:41:02.045Z Checking xattr v1.6.1
25642026-08-14T18:41:02.209Z Checking tar v0.4.46
25652026-08-14T18:41:02.317Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25662026-08-14T18:41:02.378Z Checking subprocess v0.2.15
25672026-08-14T18:41:02.420Z Checking headers-core v0.3.0
25682026-08-14T18:41:02.517Z Checking yasna v0.5.2
25692026-08-14T18:41:02.561Z Checking headers v0.4.1
25702026-08-14T18:41:02.628Z Checking port-file v0.1.0
25712026-08-14T18:41:02.686Z Checking tagptr v0.2.0
25722026-08-14T18:41:02.835Z Checking dropshot-api-manager-types v0.7.2
25732026-08-14T18:41:02.925Z Checking rcgen v0.12.1
25742026-08-14T18:41:02.967Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25752026-08-14T18:41:03.030Z Checking moka v0.12.13
25762026-08-14T18:41:03.067Z Checking utf-8 v0.7.6
25772026-08-14T18:41:03.263Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-08-14T18:41:03.305Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25792026-08-14T18:41:03.440Z Checking tungstenite v0.21.0
25802026-08-14T18:41:03.731Z Checking hickory-resolver v0.25.2
25812026-08-14T18:41:03.776Z Compiling libefi-sys v0.1.0
25822026-08-14T18:41:03.901Z Checking tokio-tungstenite v0.21.0
25832026-08-14T18:41:03.950Z Compiling bitfield-struct v0.6.2
25842026-08-14T18:41:04.210Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25852026-08-14T18:41:04.248Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25862026-08-14T18:41:04.351Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25872026-08-14T18:41:04.486Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-08-14T18:41:04.607Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25892026-08-14T18:41:04.649Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25902026-08-14T18:41:04.685Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-08-14T18:41:04.797Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25922026-08-14T18:41:04.834Z Compiling xshell-macros v0.2.7
25932026-08-14T18:41:04.887Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25942026-08-14T18:41:04.996Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25952026-08-14T18:41:05.151Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25962026-08-14T18:41:05.230Z Checking xshell v0.2.7
25972026-08-14T18:41:05.459Z Checking half v1.8.3
25982026-08-14T18:41:05.513Z Checking libscf-sys v1.2.0
25992026-08-14T18:41:05.590Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002026-08-14T18:41:05.701Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26012026-08-14T18:41:05.704Z Checking serde_cbor v0.11.2
26022026-08-14T18:41:05.973Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26032026-08-14T18:41:06.111Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26042026-08-14T18:41:06.152Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-08-14T18:41:06.185Z Checking papergrid v0.18.0
26062026-08-14T18:41:06.220Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26072026-08-14T18:41:06.326Z Checking maplit v1.0.2
26082026-08-14T18:41:06.382Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26092026-08-14T18:41:06.440Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26102026-08-14T18:41:06.979Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26112026-08-14T18:41:07.017Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26122026-08-14T18:41:07.020Z Checking tabled v0.21.0
26132026-08-14T18:41:07.123Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26142026-08-14T18:41:07.241Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26152026-08-14T18:41:07.421Z Checking crc8 v0.1.1
26162026-08-14T18:41:07.549Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26172026-08-14T18:41:07.836Z Checking unicase v2.9.0
26182026-08-14T18:41:08.026Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26192026-08-14T18:41:08.147Z Checking fxhash v0.2.1
26202026-08-14T18:41:08.217Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26212026-08-14T18:41:08.267Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26222026-08-14T18:41:08.302Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26232026-08-14T18:41:08.568Z Checking sha2 v0.11.0
26242026-08-14T18:41:08.769Z Compiling darling_core v0.21.3
26252026-08-14T18:41:08.822Z Compiling vergen-lib v0.1.6
26262026-08-14T18:41:09.040Z Compiling diesel_derives v2.3.7
26272026-08-14T18:41:09.292Z Checking scheduled-thread-pool v0.2.7
26282026-08-14T18:41:09.326Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26292026-08-14T18:41:09.388Z Compiling vergen-gitcl v1.0.8
26302026-08-14T18:41:09.397Z Compiling diesel_table_macro_syntax v0.3.0
26312026-08-14T18:41:09.466Z Checking r2d2 v0.8.10
26322026-08-14T18:41:09.657Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26332026-08-14T18:41:09.691Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-08-14T18:41:10.018Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26352026-08-14T18:41:10.071Z Checking downcast-rs v2.0.2
26362026-08-14T18:41:10.233Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26372026-08-14T18:41:10.236Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26382026-08-14T18:41:10.317Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26392026-08-14T18:41:10.818Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26402026-08-14T18:41:11.060Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26412026-08-14T18:41:11.175Z Checking kstat-rs v0.2.5
26422026-08-14T18:41:11.256Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26432026-08-14T18:41:11.334Z Compiling darling_macro v0.21.3
26442026-08-14T18:41:11.423Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26452026-08-14T18:41:11.697Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26462026-08-14T18:41:11.809Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26472026-08-14T18:41:11.861Z Compiling darling v0.21.3
26482026-08-14T18:41:11.979Z Compiling dsl_auto_type v0.2.0
26492026-08-14T18:41:12.179Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502026-08-14T18:41:12.523Z Compiling dirs-sys-next v0.1.2
26512026-08-14T18:41:12.590Z Compiling crunchy v0.2.4
26522026-08-14T18:41:12.840Z Compiling parking_lot_core v0.8.6
26532026-08-14T18:41:12.935Z Compiling dirs-next v2.0.0
26542026-08-14T18:41:12.989Z Compiling clang-sys v1.8.1
26552026-08-14T18:41:13.087Z Compiling git-stub v1.0.0
26562026-08-14T18:41:13.171Z Compiling tiny-keccak v2.0.2
26572026-08-14T18:41:13.405Z Compiling git-stub-vcs v0.1.0
26582026-08-14T18:41:13.477Z Compiling term v0.7.0
26592026-08-14T18:41:13.550Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26602026-08-14T18:41:13.625Z Compiling bit-vec v0.6.3
26612026-08-14T18:41:13.787Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26622026-08-14T18:41:13.875Z Compiling bit-set v0.5.3
26632026-08-14T18:41:13.910Z Compiling ascii-canvas v3.0.0
26642026-08-14T18:41:14.081Z Checking parking_lot v0.11.2
26652026-08-14T18:41:14.118Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26662026-08-14T18:41:14.174Z Checking prefix-trie v0.7.0
26672026-08-14T18:41:14.270Z Compiling itertools v0.10.5
26682026-08-14T18:41:14.308Z Compiling ena v0.14.4
26692026-08-14T18:41:14.492Z Compiling libloading v0.8.9
26702026-08-14T18:41:14.531Z Compiling regex-syntax v0.6.29
26712026-08-14T18:41:14.535Z Compiling bindgen v0.71.1
26722026-08-14T18:41:14.597Z Compiling salty v0.3.0
26732026-08-14T18:41:14.731Z Compiling diff v0.1.13
26742026-08-14T18:41:15.021Z Checking hickory-server v0.25.2
26752026-08-14T18:41:15.056Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-14T18:41:15.348Z Checking sled v0.34.7
26772026-08-14T18:41:15.440Z Compiling cexpr v0.6.0
26782026-08-14T18:41:15.867Z Compiling lalrpop v0.19.12
26792026-08-14T18:41:16.190Z Checking nanorand v0.7.0
26802026-08-14T18:41:16.351Z Compiling rustc-hash v2.1.1
26812026-08-14T18:41:16.423Z Checking flume v0.11.1
26822026-08-14T18:41:16.633Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26832026-08-14T18:41:16.704Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-08-14T18:41:16.921Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26852026-08-14T18:41:16.963Z Compiling libxml v0.3.3
26862026-08-14T18:41:17.214Z Checking assert_matches v1.5.0
26872026-08-14T18:41:17.390Z Compiling strum_macros v0.24.3
26882026-08-14T18:41:17.575Z Compiling indoc v1.0.9
26892026-08-14T18:41:17.869Z Checking diesel v2.3.7
26902026-08-14T18:41:18.149Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26912026-08-14T18:41:18.517Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26922026-08-14T18:41:18.595Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-08-14T18:41:18.637Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26942026-08-14T18:41:18.737Z Checking rfc6979 v0.4.0
26952026-08-14T18:41:18.813Z Checking quick-xml v0.37.5
26962026-08-14T18:41:18.887Z Checking derive_builder v0.20.2
26972026-08-14T18:41:18.998Z Compiling oso-derive v0.27.3
26982026-08-14T18:41:19.034Z Compiling impl-trait-for-tuples v0.2.3
26992026-08-14T18:41:19.533Z Compiling trait-variant v0.1.2
27002026-08-14T18:41:19.729Z Checking openssl-probe v0.1.6
27012026-08-14T18:41:19.872Z Checking ecdsa v0.16.9
27022026-08-14T18:41:20.103Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27032026-08-14T18:41:20.296Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-08-14T18:41:20.608Z Checking primeorder v0.13.6
27052026-08-14T18:41:20.917Z Checking predicates-tree v1.0.13
27062026-08-14T18:41:20.953Z Checking p384 v0.13.1
27072026-08-14T18:41:21.057Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27082026-08-14T18:41:21.094Z Compiling progenitor-impl v0.13.0
27092026-08-14T18:41:21.405Z Checking progenitor-client v0.13.0
27102026-08-14T18:41:21.687Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-08-14T18:41:21.724Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-08-14T18:41:21.947Z Checking bb8 v0.8.6
27132026-08-14T18:41:22.250Z Compiling mime_guess v2.0.5
27142026-08-14T18:41:22.287Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-08-14T18:41:22.321Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27162026-08-14T18:41:22.388Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27172026-08-14T18:41:22.540Z Checking ignore v0.4.25
27182026-08-14T18:41:22.704Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27192026-08-14T18:41:22.815Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-08-14T18:41:22.880Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27212026-08-14T18:41:22.986Z Checking corncobs v0.1.4
27222026-08-14T18:41:23.045Z Checking http-range v0.1.5
27232026-08-14T18:41:23.151Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-08-14T18:41:23.196Z Checking globwalk v0.9.1
27252026-08-14T18:41:23.231Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27262026-08-14T18:41:23.443Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-08-14T18:41:23.537Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27282026-08-14T18:41:23.745Z Compiling progenitor-macro v0.13.0
27292026-08-14T18:41:23.811Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27302026-08-14T18:41:23.906Z Checking digest-io v0.1.0
27312026-08-14T18:41:24.068Z Checking secrecy v0.8.0
27322026-08-14T18:41:24.225Z Checking rawzip v0.4.4
27332026-08-14T18:41:24.472Z Checking nonempty v0.12.0
27342026-08-14T18:41:25.062Z Checking camino-tempfile-ext v0.3.3
27352026-08-14T18:41:25.232Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27362026-08-14T18:41:25.280Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27372026-08-14T18:41:25.315Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-08-14T18:41:25.863Z Checking hyper-staticfile v0.10.1
27392026-08-14T18:41:26.198Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27402026-08-14T18:41:26.530Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27412026-08-14T18:41:26.573Z Checking signal-hook-tokio v0.3.1
27422026-08-14T18:41:26.631Z Compiling illumos-nvpair-sys v0.2.0
27432026-08-14T18:41:26.734Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27442026-08-14T18:41:26.895Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27452026-08-14T18:41:27.118Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27462026-08-14T18:41:27.426Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27472026-08-14T18:41:27.536Z Checking scuffle v0.1.0
27482026-08-14T18:41:27.861Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27492026-08-14T18:41:28.019Z Checking illumos-nvpair v0.3.0
27502026-08-14T18:41:28.247Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-08-14T18:41:28.250Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27522026-08-14T18:41:28.380Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27532026-08-14T18:41:28.610Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27542026-08-14T18:41:28.681Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27552026-08-14T18:41:28.757Z Checking progenitor v0.13.0
27562026-08-14T18:41:28.880Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27572026-08-14T18:41:28.933Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27582026-08-14T18:41:29.258Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27592026-08-14T18:41:29.370Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27602026-08-14T18:41:29.466Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27612026-08-14T18:41:29.910Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27622026-08-14T18:41:29.945Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27632026-08-14T18:41:30.419Z Checking tungstenite v0.23.0
27642026-08-14T18:41:30.509Z Checking rand_seeder v0.4.0
27652026-08-14T18:41:30.692Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27662026-08-14T18:41:30.907Z Checking tokio-tungstenite v0.23.1
27672026-08-14T18:41:31.110Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27682026-08-14T18:41:31.217Z Checking void v1.0.2
27692026-08-14T18:41:31.374Z Checking lzss v0.8.2
27702026-08-14T18:41:31.459Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-08-14T18:41:31.602Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27722026-08-14T18:41:31.663Z Checking nix v0.27.1
27732026-08-14T18:41:31.796Z Checking serde_bytes v0.11.19
27742026-08-14T18:41:32.003Z Checking diesel-dtrace v0.5.0
27752026-08-14T18:41:32.063Z Checking async-bb8-diesel v0.2.1
27762026-08-14T18:41:32.198Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27772026-08-14T18:41:32.282Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-08-14T18:41:32.449Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27792026-08-14T18:41:32.717Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27802026-08-14T18:41:32.773Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27812026-08-14T18:41:33.079Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27822026-08-14T18:41:33.630Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27832026-08-14T18:41:34.610Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27842026-08-14T18:41:34.712Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27852026-08-14T18:41:35.140Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27862026-08-14T18:41:35.857Z Checking cpubits v0.1.1
27872026-08-14T18:41:35.970Z Checking yansi v1.0.1
27882026-08-14T18:41:36.007Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27892026-08-14T18:41:36.283Z Checking is_ci v1.2.0
27902026-08-14T18:41:36.413Z Checking pretty_assertions v1.4.1
27912026-08-14T18:41:36.417Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27922026-08-14T18:41:36.488Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27932026-08-14T18:41:36.582Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27942026-08-14T18:41:36.730Z Checking pem-rfc7468 v1.0.0
27952026-08-14T18:41:36.931Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27962026-08-14T18:41:37.213Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27972026-08-14T18:41:37.448Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27982026-08-14T18:41:38.271Z Checking hmac v0.13.0
27992026-08-14T18:41:38.309Z Checking universal-hash v0.6.1
28002026-08-14T18:41:38.345Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28012026-08-14T18:41:38.406Z Compiling libz-sys v1.1.24
28022026-08-14T18:41:38.462Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28032026-08-14T18:41:38.495Z Compiling instability v0.3.11
28042026-08-14T18:41:38.772Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28052026-08-14T18:41:38.889Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-08-14T18:41:38.945Z Checking castaway v0.2.4
28072026-08-14T18:41:39.053Z Compiling indoc v2.0.7
28082026-08-14T18:41:39.093Z Checking compact_str v0.8.1
28092026-08-14T18:41:39.503Z Checking polyval v0.7.1
28102026-08-14T18:41:39.709Z Checking der v0.8.0
28112026-08-14T18:41:39.945Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28122026-08-14T18:41:40.172Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-08-14T18:41:40.366Z Checking unicode-truncate v1.1.0
28142026-08-14T18:41:40.397Z Checking lru v0.12.5
28152026-08-14T18:41:40.465Z Compiling libgit2-sys v0.18.3+1.9.2
28162026-08-14T18:41:40.501Z Checking arc-swap v1.8.2
28172026-08-14T18:41:40.534Z Checking cassowary v0.3.0
28182026-08-14T18:41:40.710Z Checking ghash v0.6.0
28192026-08-14T18:41:40.772Z Checking slog-scope v4.4.1
28202026-08-14T18:41:40.809Z Checking ratatui v0.29.0
28212026-08-14T18:41:40.844Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28222026-08-14T18:41:40.953Z Checking pbkdf2 v0.13.0
28232026-08-14T18:41:41.022Z Checking aes v0.9.1
28242026-08-14T18:41:41.098Z Checking crypto-bigint v0.7.5
28252026-08-14T18:41:41.476Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-08-14T18:41:42.203Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28272026-08-14T18:41:42.448Z Checking ctr v0.10.1
28282026-08-14T18:41:42.653Z Checking aead v0.6.1
28292026-08-14T18:41:42.721Z Checking cargo-platform v0.3.2
28302026-08-14T18:41:42.825Z Checking aes-gcm v0.11.0
28312026-08-14T18:41:42.930Z Checking cargo_metadata v0.23.1
28322026-08-14T18:41:43.013Z Checking slog-stdlog v4.1.1
28332026-08-14T18:41:43.170Z Checking spki v0.8.0
28342026-08-14T18:41:43.361Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28352026-08-14T18:41:43.398Z Checking supports-color v3.0.2
28362026-08-14T18:41:43.558Z Checking console v0.16.2
28372026-08-14T18:41:43.707Z Checking colored v2.2.0
28382026-08-14T18:41:43.890Z Checking salsa20 v0.11.0
28392026-08-14T18:41:43.943Z Compiling vergen-git2 v9.1.0
28402026-08-14T18:41:44.066Z Checking plotters-backend v0.3.7
28412026-08-14T18:41:44.162Z Checking unit-prefix v0.5.2
28422026-08-14T18:41:44.297Z Checking plotters-svg v0.3.7
28432026-08-14T18:41:44.331Z Checking indicatif v0.18.4
28442026-08-14T18:41:44.515Z Checking scrypt v0.12.0
28452026-08-14T18:41:44.721Z Checking slog-envlogger v2.2.0
28462026-08-14T18:41:44.749Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28472026-08-14T18:41:44.785Z Checking cbc v0.2.1
28482026-08-14T18:41:44.895Z Checking libsw-core v0.3.2
28492026-08-14T18:41:44.952Z Checking cast v0.3.0
28502026-08-14T18:41:45.034Z Checking pkcs5 v0.8.1
28512026-08-14T18:41:45.076Z Checking libsw v3.5.0
28522026-08-14T18:41:45.132Z Checking criterion-plot v0.6.0
28532026-08-14T18:41:45.261Z Checking plotters v0.3.7
28542026-08-14T18:41:45.357Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28552026-08-14T18:41:45.402Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28562026-08-14T18:41:45.622Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28572026-08-14T18:41:45.850Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28582026-08-14T18:41:46.114Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28592026-08-14T18:41:46.120Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28602026-08-14T18:41:46.272Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28612026-08-14T18:41:46.310Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28622026-08-14T18:41:46.388Z Checking tinytemplate v1.2.1
28632026-08-14T18:41:46.490Z Checking anes v0.1.6
28642026-08-14T18:41:46.636Z Checking shell-words v1.1.1
28652026-08-14T18:41:46.702Z Checking oorandom v11.1.5
28662026-08-14T18:41:46.837Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28672026-08-14T18:41:46.872Z Checking criterion v0.7.0
28682026-08-14T18:41:47.243Z Checking pkcs8 v0.11.0
28692026-08-14T18:41:47.476Z Checking oxide-update-engine-display v0.1.2
28702026-08-14T18:41:47.816Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-08-14T18:41:48.078Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28722026-08-14T18:41:48.636Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-08-14T18:41:48.639Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-08-14T18:41:49.443Z Checking tokio-test v0.4.5
28752026-08-14T18:41:49.680Z Checking ff v0.14.0
28762026-08-14T18:41:49.851Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28772026-08-14T18:41:50.074Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-08-14T18:41:50.475Z Checking twox-hash v2.1.2
28792026-08-14T18:41:50.825Z Compiling petname v2.0.2
28802026-08-14T18:41:51.354Z Checking atty v0.2.14
28812026-08-14T18:41:51.463Z Checking arrayvec v0.7.6
28822026-08-14T18:41:51.685Z Checking constant_time_eq v0.4.2
28832026-08-14T18:41:51.858Z Checking arrayref v0.3.9
28842026-08-14T18:41:52.173Z Checking group v0.14.0
28852026-08-14T18:41:52.218Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-08-14T18:41:52.357Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28872026-08-14T18:41:52.417Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28882026-08-14T18:41:53.099Z Checking fatfs v0.3.6
28892026-08-14T18:41:53.240Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-08-14T18:41:53.409Z Checking signature v3.0.0
28912026-08-14T18:41:53.444Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-08-14T18:41:53.576Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-08-14T18:41:53.611Z Checking base16ct v1.0.0
28942026-08-14T18:41:53.778Z Compiling seq-macro v0.3.6
28952026-08-14T18:41:54.306Z Checking sec1 v0.8.1
28962026-08-14T18:41:54.782Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28972026-08-14T18:41:54.933Z Checking hkdf v0.13.0
28982026-08-14T18:41:54.974Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28992026-08-14T18:41:55.103Z Checking concurrent-queue v2.5.0
29002026-08-14T18:41:55.171Z Checking sapling-renderdag v0.1.0
29012026-08-14T18:41:55.324Z Checking sync-ptr v0.1.4
29022026-08-14T18:41:55.446Z Checking parking v2.2.1
29032026-08-14T18:41:55.478Z Checking elliptic-curve v0.14.1
29042026-08-14T18:41:55.597Z Checking event-listener v5.4.1
29052026-08-14T18:41:55.873Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29062026-08-14T18:41:55.911Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29072026-08-14T18:41:55.947Z Checking rtoolbox v0.0.3
29082026-08-14T18:41:56.108Z Checking rpassword v7.5.4
29092026-08-14T18:41:56.191Z Checking event-listener-strategy v0.5.4
29102026-08-14T18:41:56.306Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29112026-08-14T18:41:56.425Z Checking wnaf v0.14.0
29122026-08-14T18:41:56.556Z Checking primefield v0.14.0
29132026-08-14T18:41:56.590Z Compiling samael v0.0.19
29142026-08-14T18:41:56.787Z Checking rfc6979 v0.6.0
29152026-08-14T18:41:56.962Z Checking tui-tree-widget v0.23.1
29162026-08-14T18:41:57.181Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29172026-08-14T18:41:57.299Z Compiling blake3 v1.8.5
29182026-08-14T18:41:57.691Z Checking futures-timer v3.0.3
29192026-08-14T18:41:58.194Z Checking ecdsa v0.17.0
29202026-08-14T18:41:58.409Z Checking primeorder v0.14.0
29212026-08-14T18:41:58.619Z Checking async-lock v3.4.2
29222026-08-14T18:41:58.807Z Compiling curve25519-dalek v5.0.0
29232026-08-14T18:41:58.917Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29242026-08-14T18:41:59.028Z Checking async-object-pool v0.2.0
29252026-08-14T18:41:59.481Z Checking ssh-encoding v0.3.0
29262026-08-14T18:41:59.738Z Checking serde_regex v1.1.0
29272026-08-14T18:41:59.926Z Checking assert-json-diff v2.0.2
29282026-08-14T18:42:00.128Z Checking path-tree v0.8.3
29292026-08-14T18:42:00.350Z Checking keccak v0.2.0
29302026-08-14T18:42:00.541Z Checking topological-sort v0.2.2
29312026-08-14T18:42:00.733Z Compiling strsim v0.10.0
29322026-08-14T18:42:01.095Z Checking stringmetrics v2.2.2
29332026-08-14T18:42:01.280Z Checking httpmock v0.8.3
29342026-08-14T18:42:01.316Z Compiling darling_core v0.13.4
29352026-08-14T18:42:01.611Z Checking omicron-zone-package v0.12.3
29362026-08-14T18:42:02.520Z Checking ed25519 v3.0.0
29372026-08-14T18:42:02.587Z Checking pkcs1 v0.8.0-rc.4
29382026-08-14T18:42:02.750Z Checking crypto-primes v0.7.2
29392026-08-14T18:42:02.826Z Checking poly1305 v0.9.0
29402026-08-14T18:42:03.129Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29412026-08-14T18:42:03.172Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29422026-08-14T18:42:03.507Z Checking blowfish v0.10.0
29432026-08-14T18:42:03.559Z Checking blake2 v0.11.0-rc.6
29442026-08-14T18:42:03.689Z Checking gimli v0.32.3
29452026-08-14T18:42:03.733Z Compiling target-lexicon v0.13.3
29462026-08-14T18:42:03.824Z Checking rsa v0.10.0-rc.18
29472026-08-14T18:42:03.859Z Checking argon2 v0.6.0-rc.8
29482026-08-14T18:42:04.198Z Checking bcrypt-pbkdf v0.11.0
29492026-08-14T18:42:04.312Z Compiling darling_macro v0.13.4
29502026-08-14T18:42:04.348Z Checking ssh-cipher v0.3.0
29512026-08-14T18:42:04.386Z Checking ed25519-dalek v3.0.0
29522026-08-14T18:42:04.593Z Checking sha3 v0.11.0
29532026-08-14T18:42:04.638Z Checking p521 v0.14.0
29542026-08-14T18:42:04.829Z Checking p256 v0.14.0
29552026-08-14T18:42:04.963Z Checking p384 v0.14.0
29562026-08-14T18:42:05.248Z Checking addr2line v0.25.1
29572026-08-14T18:42:05.544Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29582026-08-14T18:42:05.595Z Checking kem v0.3.0
29592026-08-14T18:42:05.757Z Checking module-lattice v0.2.3
29602026-08-14T18:42:05.824Z Checking hex-literal v0.4.1
29612026-08-14T18:42:05.955Z Checking sponge-cursor v0.1.0
29622026-08-14T18:42:06.008Z Compiling guppy-workspace-hack v0.1.0
29632026-08-14T18:42:06.116Z Checking rustc-demangle v0.1.27
29642026-08-14T18:42:06.266Z Checking sha3 v0.12.0
29652026-08-14T18:42:06.367Z Checking backtrace v0.3.76
29662026-08-14T18:42:06.495Z Checking ml-kem v0.3.2
29672026-08-14T18:42:06.696Z Compiling darling v0.13.4
29682026-08-14T18:42:06.975Z Checking russh-cryptovec v0.62.0
29692026-08-14T18:42:07.075Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29702026-08-14T18:42:07.165Z Checking internal-russh-num-bigint v0.5.0
29712026-08-14T18:42:07.273Z Checking num-bigint v0.4.6
29722026-08-14T18:42:07.309Z Checking russh-util v0.52.0
29732026-08-14T18:42:07.463Z Checking generic-array v1.4.3
29742026-08-14T18:42:07.696Z Checking ssh-key v0.7.0-rc.11
29752026-08-14T18:42:07.897Z Compiling enum_dispatch v0.3.13
29762026-08-14T18:42:08.202Z Compiling delegate v0.13.5
29772026-08-14T18:42:08.238Z Compiling git2 v0.20.4
29782026-08-14T18:42:08.302Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29792026-08-14T18:42:08.611Z Compiling target-spec v3.5.7
29802026-08-14T18:42:08.750Z Checking md5 v0.8.0
29812026-08-14T18:42:08.886Z Checking hex-literal v1.1.0
29822026-08-14T18:42:08.956Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29832026-08-14T18:42:09.086Z Checking cfg-expr v0.20.6
29842026-08-14T18:42:09.136Z Compiling serde_with_macros v1.5.2
29852026-08-14T18:42:09.180Z Checking russh v0.62.4
29862026-08-14T18:42:09.502Z Checking backtrace-ext v0.2.1
29872026-08-14T18:42:09.652Z Checking supports-color v2.1.0
29882026-08-14T18:42:09.713Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29892026-08-14T18:42:09.814Z Checking textwrap v0.15.2
29902026-08-14T18:42:10.007Z Checking supports-unicode v2.1.0
29912026-08-14T18:42:10.057Z Checking supports-hyperlinks v2.1.0
29922026-08-14T18:42:10.154Z Checking hashbrown v0.14.5
29932026-08-14T18:42:10.208Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29942026-08-14T18:42:10.671Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29952026-08-14T18:42:10.892Z Checking terminal_size v0.1.17
29962026-08-14T18:42:10.931Z Compiling miette-derive v5.10.0
29972026-08-14T18:42:11.035Z Checking owo-colors v3.5.0
29982026-08-14T18:42:11.072Z Checking internet-checksum v0.2.1
29992026-08-14T18:42:11.228Z Checking chumsky v0.9.3
30002026-08-14T18:42:11.607Z Compiling serde_with v1.14.0
30012026-08-14T18:42:11.649Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30022026-08-14T18:42:12.086Z Checking miette v5.10.0
30032026-08-14T18:42:12.584Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30042026-08-14T18:42:12.618Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30052026-08-14T18:42:12.783Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30062026-08-14T18:42:12.819Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30072026-08-14T18:42:13.207Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30082026-08-14T18:42:13.245Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30092026-08-14T18:42:13.384Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30102026-08-14T18:42:13.420Z Compiling knuffel-derive v3.2.0
30112026-08-14T18:42:13.551Z Checking httptest v0.16.4
30122026-08-14T18:42:13.627Z Checking pathdiff v0.2.3
30132026-08-14T18:42:13.664Z Compiling polar-core v0.27.3
30142026-08-14T18:42:13.769Z Checking nested v0.1.1
30152026-08-14T18:42:13.948Z Checking guppy v0.17.25
30162026-08-14T18:42:13.983Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30172026-08-14T18:42:14.249Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30182026-08-14T18:42:14.526Z Checking similar-asserts v1.7.0
30192026-08-14T18:42:14.713Z Compiling target-triple v1.0.0
30202026-08-14T18:42:14.909Z Checking knuffel v3.2.0
30212026-08-14T18:42:14.954Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30222026-08-14T18:42:15.074Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30232026-08-14T18:42:15.554Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30242026-08-14T18:42:15.664Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30252026-08-14T18:42:15.698Z Checking hickory-client v0.25.2
30262026-08-14T18:42:16.020Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30272026-08-14T18:42:16.214Z Compiling fs-err v2.11.0
30282026-08-14T18:42:16.297Z Compiling assert_cmd v2.1.2
30292026-08-14T18:42:16.451Z Checking escape8259 v0.5.3
30302026-08-14T18:42:16.581Z Compiling toml_datetime v0.7.5+spec-1.1.0
30312026-08-14T18:42:16.619Z Checking libtest-mimic v0.8.1
30322026-08-14T18:42:16.788Z Compiling toml_edit v0.23.10+spec-1.0.0
30332026-08-14T18:42:16.945Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30342026-08-14T18:42:17.478Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30352026-08-14T18:42:17.621Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30362026-08-14T18:42:17.846Z Checking blake2b_simd v1.0.4
30372026-08-14T18:42:18.347Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30382026-08-14T18:42:18.365Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30392026-08-14T18:42:18.703Z Checking oso v0.27.3
30402026-08-14T18:42:18.774Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30412026-08-14T18:42:18.812Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30422026-08-14T18:42:19.012Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30432026-08-14T18:42:19.047Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30442026-08-14T18:42:19.274Z Checking fancy-regex v0.14.0
30452026-08-14T18:42:19.601Z Checking serde_tokenstream v0.2.3
30462026-08-14T18:42:19.640Z Checking approx v0.5.1
30472026-08-14T18:42:19.673Z Compiling rstest_macros v0.25.0
30482026-08-14T18:42:19.805Z Checking uzers v0.12.2
30492026-08-14T18:42:19.850Z Checking constant_time_eq v0.3.1
30502026-08-14T18:42:19.889Z Compiling linkme-impl v0.3.35
30512026-08-14T18:42:19.972Z Checking termcolor v1.4.1
30522026-08-14T18:42:20.009Z Checking rust-argon2 v2.1.0
30532026-08-14T18:42:20.162Z Checking datatest-stable v0.3.3
30542026-08-14T18:42:20.234Z Checking trybuild v1.0.116
30552026-08-14T18:42:20.473Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30562026-08-14T18:42:20.509Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30572026-08-14T18:42:20.544Z Compiling proc-macro-crate v3.4.0
30582026-08-14T18:42:20.864Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30592026-08-14T18:42:21.015Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30602026-08-14T18:42:21.157Z Checking support-bundle-viewer v0.1.2
30612026-08-14T18:42:21.193Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30622026-08-14T18:42:21.420Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30632026-08-14T18:42:21.457Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30642026-08-14T18:42:21.584Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30652026-08-14T18:42:21.652Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30662026-08-14T18:42:21.688Z Checking drift v0.2.0
30672026-08-14T18:42:21.728Z Checking rand_distr v0.5.1
30682026-08-14T18:42:21.813Z Checking multimap v0.10.1
30692026-08-14T18:42:22.017Z Compiling relative-path v1.9.3
30702026-08-14T18:42:22.053Z Compiling linkme v0.3.35
30712026-08-14T18:42:22.089Z Checking parse-size v1.1.0
30722026-08-14T18:42:22.173Z Checking dropshot-api-manager v0.7.2
30732026-08-14T18:42:22.242Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30742026-08-14T18:42:23.228Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30752026-08-14T18:42:23.653Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30762026-08-14T18:42:23.875Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30772026-08-14T18:42:24.025Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30782026-08-14T18:42:24.252Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30792026-08-14T18:42:24.479Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30802026-08-14T18:42:24.484Z Checking cargo_toml v0.21.0
30812026-08-14T18:42:24.837Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30822026-08-14T18:42:25.111Z Checking partial-io v0.5.4
30832026-08-14T18:42:25.150Z Checking termios v0.3.3
30842026-08-14T18:42:25.293Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30852026-08-14T18:42:25.329Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30862026-08-14T18:42:25.958Z Checking rstest v0.25.0
30872026-08-14T18:42:27.556Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30882026-08-14T18:42:29.554Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30892026-08-14T18:42:31.621Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30902026-08-14T18:42:33.367Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30912026-08-14T18:42:37.408Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30922026-08-14T18:42:38.150Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30932026-08-14T18:42:41.403Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30942026-08-14T18:42:46.387Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30952026-08-14T18:42:48.740Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30962026-08-14T18:42:50.744Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
30972026-08-14T18:42:53.529Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30982026-08-14T18:42:55.749Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30992026-08-14T18:42:56.296Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31002026-08-14T18:42:59.189Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31012026-08-14T18:43:02.213Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31022026-08-14T18:43:06.784Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31032026-08-14T18:43:26.424Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31042026-08-14T18:44:21.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s
31052026-08-14T18:44:22.144Z
31062026-08-14T18:44:22.144Zreal 4:13.829722898
31072026-08-14T18:44:22.144Zuser 21:44.761426237
31082026-08-14T18:44:22.144Zsys 5:09.227528957
31092026-08-14T18:44:22.144Ztrap 0.522791193
31102026-08-14T18:44:22.144Ztflt 0.452509961
31112026-08-14T18:44:22.144Zdflt 0.524190018
31122026-08-14T18:44:22.144Zkflt 0.005658268
31132026-08-14T18:44:22.144Zlock 1:05:34.586918974
31142026-08-14T18:44:22.145Zslp 58:53.680479492
31152026-08-14T18:44:22.145Zlat 1:49.570738947
31162026-08-14T18:44:22.145Zstop 14:10.267942679
31172026-08-14T18:44:22.149Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31182026-08-14T18:44:22.149Z+ ptime -m cargo doc --workspace --no-deps
31192026-08-14T18:44:22.997Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31202026-08-14T18:44:22.997Z |
31212026-08-14T18:44:22.997Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
31222026-08-14T18:44:22.997Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
31232026-08-14T18:44:24.059Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31242026-08-14T18:44:24.302Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31252026-08-14T18:44:24.347Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-08-14T18:44:24.412Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31272026-08-14T18:44:24.474Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31282026-08-14T18:44:24.577Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31292026-08-14T18:44:24.607Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31302026-08-14T18:44:24.634Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31312026-08-14T18:44:24.659Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-14T18:44:24.683Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31332026-08-14T18:44:24.829Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-08-14T18:44:24.884Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-08-14T18:44:24.909Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-08-14T18:44:24.983Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31372026-08-14T18:44:25.009Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31382026-08-14T18:44:25.031Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31392026-08-14T18:44:25.034Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31402026-08-14T18:44:25.034Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31412026-08-14T18:44:25.097Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31422026-08-14T18:44:25.169Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31432026-08-14T18:44:25.222Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31442026-08-14T18:44:25.466Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31452026-08-14T18:44:25.611Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31462026-08-14T18:44:25.638Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31472026-08-14T18:44:25.662Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31482026-08-14T18:44:25.698Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31492026-08-14T18:44:25.851Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31502026-08-14T18:44:25.936Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31512026-08-14T18:44:26.013Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31522026-08-14T18:44:26.127Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31532026-08-14T18:44:26.181Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31542026-08-14T18:44:26.212Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31552026-08-14T18:44:26.354Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31562026-08-14T18:44:26.377Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31572026-08-14T18:44:26.596Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31582026-08-14T18:44:26.625Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31592026-08-14T18:44:26.718Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31602026-08-14T18:44:26.763Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31612026-08-14T18:44:26.816Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31622026-08-14T18:44:26.945Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31632026-08-14T18:44:27.044Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31642026-08-14T18:44:27.215Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31652026-08-14T18:44:27.266Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31662026-08-14T18:44:27.292Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31672026-08-14T18:44:27.344Z Checking scuffle v0.1.0
31682026-08-14T18:44:27.487Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31692026-08-14T18:44:27.517Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31702026-08-14T18:44:27.616Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31712026-08-14T18:44:27.737Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31722026-08-14T18:44:27.768Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31732026-08-14T18:44:27.848Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31742026-08-14T18:44:27.957Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31752026-08-14T18:44:28.002Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31762026-08-14T18:44:28.029Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31772026-08-14T18:44:28.052Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31782026-08-14T18:44:28.075Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31792026-08-14T18:44:28.148Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31802026-08-14T18:44:28.196Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31812026-08-14T18:44:28.642Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31822026-08-14T18:44:29.004Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31832026-08-14T18:44:29.029Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31842026-08-14T18:44:29.351Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31852026-08-14T18:44:29.479Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31862026-08-14T18:44:29.697Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31872026-08-14T18:44:29.700Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31882026-08-14T18:44:29.895Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31892026-08-14T18:44:29.980Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31902026-08-14T18:44:30.002Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31912026-08-14T18:44:30.028Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31922026-08-14T18:44:30.180Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31932026-08-14T18:44:30.264Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31942026-08-14T18:44:30.323Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31952026-08-14T18:44:30.980Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31962026-08-14T18:44:31.121Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31972026-08-14T18:44:31.323Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31982026-08-14T18:44:31.348Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31992026-08-14T18:44:31.406Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32002026-08-14T18:44:31.698Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32012026-08-14T18:44:31.725Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32022026-08-14T18:44:31.728Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32032026-08-14T18:44:31.728Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32042026-08-14T18:44:31.728Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32052026-08-14T18:44:31.925Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32062026-08-14T18:44:31.950Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32072026-08-14T18:44:32.062Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32082026-08-14T18:44:32.190Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32092026-08-14T18:44:32.215Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32102026-08-14T18:44:32.239Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-14T18:44:32.288Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32122026-08-14T18:44:32.413Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32132026-08-14T18:44:32.482Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32142026-08-14T18:44:32.503Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32152026-08-14T18:44:32.526Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32162026-08-14T18:44:32.547Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32172026-08-14T18:44:32.572Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32182026-08-14T18:44:32.721Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32192026-08-14T18:44:32.766Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32202026-08-14T18:44:32.769Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32212026-08-14T18:44:32.813Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32222026-08-14T18:44:32.852Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32232026-08-14T18:44:32.939Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-08-14T18:44:32.964Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-08-14T18:44:33.047Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32262026-08-14T18:44:33.139Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-08-14T18:44:33.160Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32282026-08-14T18:44:33.430Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32292026-08-14T18:44:33.430Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32302026-08-14T18:44:33.453Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32312026-08-14T18:44:34.040Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32322026-08-14T18:44:34.177Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32332026-08-14T18:44:34.458Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32342026-08-14T18:44:35.241Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32352026-08-14T18:44:35.437Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32362026-08-14T18:44:35.618Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32372026-08-14T18:44:35.971Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32382026-08-14T18:44:36.273Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32392026-08-14T18:44:36.874Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32402026-08-14T18:44:37.256Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32412026-08-14T18:44:37.725Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32422026-08-14T18:44:38.052Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32432026-08-14T18:44:38.143Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32442026-08-14T18:44:38.321Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32452026-08-14T18:44:38.350Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32462026-08-14T18:44:38.631Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32472026-08-14T18:44:39.378Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32482026-08-14T18:44:39.403Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32492026-08-14T18:44:39.507Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32502026-08-14T18:44:39.848Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32512026-08-14T18:44:39.875Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32522026-08-14T18:44:40.190Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32532026-08-14T18:44:40.546Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32542026-08-14T18:44:40.739Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32552026-08-14T18:44:40.979Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32562026-08-14T18:44:41.119Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32572026-08-14T18:44:41.515Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-08-14T18:44:41.936Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32592026-08-14T18:44:41.993Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32602026-08-14T18:44:42.376Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-08-14T18:44:42.933Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32622026-08-14T18:44:43.385Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32632026-08-14T18:44:43.523Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32642026-08-14T18:44:43.944Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32652026-08-14T18:44:44.108Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32662026-08-14T18:44:44.668Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32672026-08-14T18:44:44.738Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32682026-08-14T18:44:44.990Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32692026-08-14T18:44:45.267Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32702026-08-14T18:44:45.292Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32712026-08-14T18:44:45.602Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32722026-08-14T18:44:45.803Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32732026-08-14T18:44:47.070Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32742026-08-14T18:44:47.216Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32752026-08-14T18:44:47.754Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32762026-08-14T18:44:48.685Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32772026-08-14T18:44:51.016Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-14T18:44:51.212Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32792026-08-14T18:44:51.529Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32802026-08-14T18:44:52.576Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32812026-08-14T18:44:54.330Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32822026-08-14T18:44:54.838Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32832026-08-14T18:44:55.053Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32842026-08-14T18:44:55.141Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32852026-08-14T18:44:55.738Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32862026-08-14T18:44:56.012Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32872026-08-14T18:44:57.037Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32882026-08-14T18:44:57.643Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32892026-08-14T18:44:57.783Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902026-08-14T18:44:58.925Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32912026-08-14T18:44:59.275Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32922026-08-14T18:44:59.394Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32932026-08-14T18:44:59.703Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32942026-08-14T18:44:59.832Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-08-14T18:44:59.856Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32962026-08-14T18:45:00.092Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32972026-08-14T18:45:00.209Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32982026-08-14T18:45:00.401Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32992026-08-14T18:45:00.534Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33002026-08-14T18:45:00.902Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33012026-08-14T18:45:01.164Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33022026-08-14T18:45:01.326Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33032026-08-14T18:45:01.694Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33042026-08-14T18:45:01.934Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33052026-08-14T18:45:01.973Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33062026-08-14T18:45:02.072Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33072026-08-14T18:45:02.704Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33082026-08-14T18:45:04.147Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33092026-08-14T18:45:04.520Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33102026-08-14T18:45:05.367Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33112026-08-14T18:45:06.827Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33122026-08-14T18:45:08.457Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33132026-08-14T18:45:09.029Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33142026-08-14T18:45:09.713Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33152026-08-14T18:45:11.340Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33162026-08-14T18:45:13.274Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33172026-08-14T18:45:13.996Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33182026-08-14T18:45:14.496Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-08-14T18:45:15.539Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33202026-08-14T18:45:16.694Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33212026-08-14T18:45:18.946Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33222026-08-14T18:45:19.749Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33232026-08-14T18:45:20.177Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33242026-08-14T18:45:20.790Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33252026-08-14T18:45:21.350Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33262026-08-14T18:45:26.719Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-14T18:45:27.521Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33282026-08-14T18:45:28.164Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33292026-08-14T18:45:29.011Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33302026-08-14T18:45:29.909Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33312026-08-14T18:45:30.714Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33322026-08-14T18:45:31.540Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33332026-08-14T18:45:32.321Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33342026-08-14T18:45:34.155Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33352026-08-14T18:45:34.587Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33362026-08-14T18:45:35.316Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33372026-08-14T18:45:35.366Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33382026-08-14T18:45:36.163Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33392026-08-14T18:45:37.002Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33402026-08-14T18:45:37.811Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33412026-08-14T18:45:41.736Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33422026-08-14T18:45:42.999Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33432026-08-14T18:45:43.533Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33442026-08-14T18:45:44.362Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33452026-08-14T18:45:45.385Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33462026-08-14T18:45:46.359Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33472026-08-14T18:45:48.562Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33482026-08-14T18:45:49.705Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33492026-08-14T18:45:51.096Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33502026-08-14T18:45:52.400Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33512026-08-14T18:45:53.265Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33522026-08-14T18:45:54.115Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33532026-08-14T18:45:57.152Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33542026-08-14T18:45:57.769Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33552026-08-14T18:45:59.750Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33562026-08-14T18:46:00.360Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33572026-08-14T18:46:02.042Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33582026-08-14T18:46:03.624Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33592026-08-14T18:46:05.224Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-08-14T18:46:07.034Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33612026-08-14T18:46:08.675Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33622026-08-14T18:46:10.150Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33632026-08-14T18:46:15.054Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33642026-08-14T18:46:15.566Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33652026-08-14T18:46:16.734Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33662026-08-14T18:46:21.281Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33672026-08-14T18:46:21.318Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33682026-08-14T18:46:21.318Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33692026-08-14T18:46:22.745Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33702026-08-14T18:46:24.729Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33712026-08-14T18:46:26.544Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33722026-08-14T18:46:28.286Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33732026-08-14T18:46:30.340Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33742026-08-14T18:46:31.882Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33752026-08-14T18:46:33.664Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33762026-08-14T18:46:35.487Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33772026-08-14T18:46:37.288Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33782026-08-14T18:46:39.051Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33792026-08-14T18:46:42.744Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33802026-08-14T18:46:44.406Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33812026-08-14T18:46:46.430Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33822026-08-14T18:46:47.989Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33832026-08-14T18:46:49.660Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33842026-08-14T18:46:53.976Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33852026-08-14T18:46:55.765Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-08-14T18:46:57.940Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33872026-08-14T18:46:59.562Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33882026-08-14T18:47:02.071Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33892026-08-14T18:47:03.886Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33902026-08-14T18:47:06.322Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33912026-08-14T18:47:08.333Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33922026-08-14T18:47:10.720Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33932026-08-14T18:47:13.087Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33942026-08-14T18:47:16.128Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33952026-08-14T18:47:17.679Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33962026-08-14T18:47:20.380Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33972026-08-14T18:47:22.581Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33982026-08-14T18:47:25.070Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33992026-08-14T18:47:28.055Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34002026-08-14T18:47:30.567Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34012026-08-14T18:47:32.639Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34022026-08-14T18:47:39.273Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34032026-08-14T18:47:39.282Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34042026-08-14T18:47:41.950Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34052026-08-14T18:47:42.739Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34062026-08-14T18:47:45.096Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34072026-08-14T18:47:47.689Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34082026-08-14T18:47:50.220Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-08-14T18:47:52.578Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-08-14T18:47:55.273Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34112026-08-14T18:47:57.822Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34122026-08-14T18:48:00.360Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34132026-08-14T18:48:03.231Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34142026-08-14T18:48:05.375Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34152026-08-14T18:48:08.045Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34162026-08-14T18:48:10.533Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34172026-08-14T18:48:13.147Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34182026-08-14T18:48:15.696Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34192026-08-14T18:48:18.292Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34202026-08-14T18:48:20.796Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34212026-08-14T18:48:23.111Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-08-14T18:48:25.712Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34232026-08-14T18:48:28.444Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34242026-08-14T18:48:31.009Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34252026-08-14T18:48:33.470Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34262026-08-14T18:48:36.145Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34272026-08-14T18:48:38.605Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34282026-08-14T18:48:41.397Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34292026-08-14T18:48:44.057Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34302026-08-14T18:48:46.634Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34312026-08-14T18:48:49.326Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34322026-08-14T18:48:51.800Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-08-14T18:48:54.361Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34342026-08-14T18:48:57.121Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34352026-08-14T18:48:59.716Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34362026-08-14T18:49:02.993Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34372026-08-14T18:49:05.122Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34382026-08-14T18:49:07.862Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34392026-08-14T18:49:10.437Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34402026-08-14T18:49:13.292Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34412026-08-14T18:49:15.967Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34422026-08-14T18:49:19.086Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34432026-08-14T18:49:21.828Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34442026-08-14T18:49:24.503Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34452026-08-14T18:49:27.171Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34462026-08-14T18:49:29.932Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34472026-08-14T18:49:32.793Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-08-14T18:49:36.052Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34492026-08-14T18:49:38.570Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34502026-08-14T18:49:41.476Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34512026-08-14T18:49:44.294Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34522026-08-14T18:49:52.341Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34532026-08-14T18:49:52.529Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34542026-08-14T18:49:56.278Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34552026-08-14T18:49:59.545Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34562026-08-14T18:50:03.009Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34572026-08-14T18:50:07.921Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34582026-08-14T18:50:11.044Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34592026-08-14T18:50:14.788Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34602026-08-14T18:50:18.659Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34612026-08-14T18:50:22.532Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34622026-08-14T18:50:26.360Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34632026-08-14T18:50:30.218Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34642026-08-14T18:50:34.121Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34652026-08-14T18:50:38.194Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34662026-08-14T18:50:41.884Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34672026-08-14T18:50:45.858Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34682026-08-14T18:50:49.787Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34692026-08-14T18:50:53.808Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34702026-08-14T18:50:57.675Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34712026-08-14T18:51:01.578Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34722026-08-14T18:51:05.497Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34732026-08-14T18:51:09.449Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34742026-08-14T18:51:13.399Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34752026-08-14T18:51:44.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 22s
34762026-08-14T18:51:44.802Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34772026-08-14T18:51:44.911Z
34782026-08-14T18:51:44.915Zreal 7:22.675164016
34792026-08-14T18:51:44.915Zuser 20:06.120815050
34802026-08-14T18:51:44.915Zsys 4:18.345588184
34812026-08-14T18:51:44.915Ztrap 0.290757845
34822026-08-14T18:51:44.915Ztflt 0.006572097
34832026-08-14T18:51:44.915Zdflt 0.121610464
34842026-08-14T18:51:44.915Zkflt 0.000061120
34852026-08-14T18:51:44.915Zlock 7:01:18.016725088
34862026-08-14T18:51:44.915Zslp 2:28:26.386566363
34872026-08-14T18:51:44.915Zlat 34.308823751
34882026-08-14T18:51:44.915Zstop 2:05.869095693
34892026-08-14T18:51:44.915Zprocess exited: duration 833588 ms, exit code 0
 
34902026-08-14T18:51:44.922Zfound 0 output files