01M0EZCD4A1P0PNRP8MHQDBZFX: clippy (helios)

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

Buildomat Job: 01M0EZCT31ZZPJSKDB0FEKDBVD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T06:58:58.153Zjob assigned to worker 01M0EZCXB40CANRW2GT9BKT1JC [factory aws, i-05d64df0d7d3342f1] (queued for 55 s)
 
22026-08-20T06:59:05.137Zstarting task 0: "setup"
32026-08-20T06:59:05.142Z++ uname -s
42026-08-20T06:59:05.145Z+ kern=SunOS
52026-08-20T06:59:05.146Z+ build_user=build
62026-08-20T06:59:05.146Z+ build_uid=12345
72026-08-20T06:59:05.146Z+ work_dir=/work
82026-08-20T06:59:05.146Z+ input_dir=/input
92026-08-20T06:59:05.146Z+ [[ 0 == 12345 ]]
102026-08-20T06:59:05.146Z+ case "$kern" in
112026-08-20T06:59:05.146Z+ groupadd -g 12345 build
122026-08-20T06:59:05.146Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T06:59:07.151Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T06:59:07.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T06:59:07.279Z+ home_fs=zfs
162026-08-20T06:59:07.279Z+ [[ zfs == autofs ]]
172026-08-20T06:59:07.279Z+ mkdir -p /home/build
182026-08-20T06:59:07.279Z+ chown build:build /home/build /work
192026-08-20T06:59:09.270Z+ chmod 0700 /home/build /work
202026-08-20T06:59:09.273Zprocess exited: duration 4134 ms, exit code 0
 
212026-08-20T06:59:09.280Zstarting task 1: "rust-toolchain"
222026-08-20T06:59:09.284Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T06:59:09.284Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-20T06:59:09.284Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-20T06:59:09.284Z * rust toolchain channel = "1.97.1"
262026-08-20T06:59:09.284Z * rust toolchain profile = "default"
272026-08-20T06:59:09.284Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T06:59:09.287Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T06:59:09.288Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T06:59:09.390Zinfo: downloading installer
312026-08-20T06:59:10.612Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T06:59:10.612Zwarn: /home/build/.rustup/settings.toml
332026-08-20T06:59:10.612Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T06:59:10.612Zwarn: instead of the one inferred from the default host triple.
352026-08-20T06:59:10.624Zinfo: profile set to default
362026-08-20T06:59:10.624Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T06:59:10.627Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T06:59:10.763Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T06:59:10.766Zinfo: downloading 6 components
402026-08-20T06:59:24.852Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T06:59:24.852Z
422026-08-20T06:59:24.879Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T06:59:24.879Z
442026-08-20T06:59:24.879Z
452026-08-20T06:59:24.879ZRust is installed now. Great!
462026-08-20T06:59:24.879Z
472026-08-20T06:59:24.883ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T06:59:24.883Zenvironment variable. This has not been done automatically.
492026-08-20T06:59:24.883Z
502026-08-20T06:59:24.883ZTo configure your current shell, you need to source
512026-08-20T06:59:24.883Zthe corresponding env file under $HOME/.cargo.
522026-08-20T06:59:24.883Z
532026-08-20T06:59:24.883ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T06:59:24.883Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T06:59:24.883Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T06:59:24.883Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T06:59:24.883Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T06:59:24.883Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T06:59:24.883Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T06:59:24.883Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T06:59:24.883Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T06:59:24.975Z+ rustup --version
632026-08-20T06:59:24.983Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T06:59:24.986Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T06:59:25.006Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T06:59:25.009Z+ cargo --version
672026-08-20T06:59:25.022Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T06:59:25.026Z+ rustc --version
692026-08-20T06:59:25.044Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T06:59:25.048Zprocess exited: duration 15766 ms, exit code 0
 
712026-08-20T06:59:25.053Zstarting task 2: "authentication"
722026-08-20T06:59:25.070Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T06:59:25.076Zstarting task 3: "clone repository"
742026-08-20T06:59:25.079Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T06:59:25.082Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T06:59:25.111ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T06:59:36.688Z+ cd /work/oxidecomputer/omicron
782026-08-20T06:59:36.688Z+ git fetch origin 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
792026-08-20T06:59:37.029ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T06:59:37.029Z * branch 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc -> FETCH_HEAD
812026-08-20T06:59:37.039Z+ [[ -n zl/multicast-mgd-ddm ]]
822026-08-20T06:59:37.042Z++ git branch --show-current
832026-08-20T06:59:37.042Z+ current=main
842026-08-20T06:59:37.042Z+ [[ main != zl/multicast-mgd-ddm ]]
852026-08-20T06:59:37.042Z+ git branch -f zl/multicast-mgd-ddm 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
862026-08-20T06:59:37.045Z+ git checkout -f zl/multicast-mgd-ddm
872026-08-20T06:59:37.294ZSwitched to branch 'zl/multicast-mgd-ddm'
882026-08-20T06:59:37.297Z+ git reset --hard 6aca0e9d4fa227aa4d7e97b498c722a1b5b089fc
892026-08-20T06:59:37.354ZHEAD is now at 6aca0e9d4 [multicast] add reconciler tuning knobs to example, SMF, and test configs
902026-08-20T06:59:37.357Zprocess exited: duration 12279 ms, exit code 0
 
912026-08-20T06:59:37.364Zstarting task 4: "build"
922026-08-20T06:59:37.367Z+ source ./env.sh
932026-08-20T06:59:37.370Z++ OLD_SHELL_OPTS=ehxB
942026-08-20T06:59:37.370Z++ set -o xtrace
952026-08-20T06:59:37.370Z++++ dirname ./env.sh
962026-08-20T06:59:37.373Z+++ readlink -f .
972026-08-20T06:59:37.376Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-20T06:59:37.376Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-20T06:59:37.376Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-20T06:59:37.376Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-20T06:59:37.376Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-20T06:59:37.376Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-20T06:59:37.376Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-20T06:59:37.376Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-20T06:59:37.376Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-20T06:59:37.376Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-20T06:59:37.376Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-20T06:59:37.376Z++ case $OLD_SHELL_OPTS in
1092026-08-20T06:59:37.376Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-20T06:59:37.376Z+ source .github/buildomat/ci-env.sh
1112026-08-20T06:59:37.376Z++ export CARGO_TERM_COLOR=always
1122026-08-20T06:59:37.376Z++ CARGO_TERM_COLOR=always
1132026-08-20T06:59:37.376Z+++ uname -s
1142026-08-20T06:59:37.376Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-20T06:59:37.376Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-20T06:59:37.379Z+ cargo --version
1172026-08-20T06:59:37.386Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-20T06:59:37.389Z+ rustc --version
1192026-08-20T06:59:37.408Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-20T06:59:37.410Z+ banner prerequisites
1212026-08-20T06:59:37.415Z
1222026-08-20T06:59:37.415Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-20T06:59:37.415Z # # # # # # # # # # # # # # #
1242026-08-20T06:59:37.415Z # # # # ##### # # ##### # # # # # #### #
1252026-08-20T06:59:37.415Z ##### ##### # ##### # # # # # # # # #
1262026-08-20T06:59:37.415Z # # # # # # # # # # # # # # #
1272026-08-20T06:59:37.415Z # # # ###### # # ###### ### # #### # #### #
1282026-08-20T06:59:37.415Z
1292026-08-20T06:59:37.415Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-20T06:59:39.884Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-20T06:59:40.219Z Startup: Caching catalogs ... Done
1322026-08-20T06:59:42.104ZPlanning: Solver setup ... Done (1.778s)
1332026-08-20T06:59:42.160ZPlanning: Running solver ... Done (0.056s)
1342026-08-20T06:59:42.201ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-20T06:59:42.211ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-20T06:59:42.226ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-20T06:59:42.239ZPlanning: Package planning ... Done (0.013s)
1382026-08-20T06:59:42.242ZPlanning: Merging actions ... Done (0.001s)
1392026-08-20T06:59:42.399ZPlanning: Checking for conflicting actions ... Done (0.158s)
1402026-08-20T06:59:42.402ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-20T06:59:43.161ZPlanning: Evaluating mediators ... Done (0.760s)
1422026-08-20T06:59:43.164ZPlanning: Planning completed in 2.91 seconds
1432026-08-20T06:59:43.171Z Packages to install: 2
1442026-08-20T06:59:43.174Z Estimated space available: 156.02 GB
1452026-08-20T06:59:43.174ZEstimated space to be consumed: 72.15 MB
1462026-08-20T06:59:43.174Z Create boot environment: No
1472026-08-20T06:59:43.174ZCreate backup boot environment: No
1482026-08-20T06:59:43.174Z Rebuild boot archive: No
1492026-08-20T06:59:43.174Z
1502026-08-20T06:59:43.174ZChanged packages:
1512026-08-20T06:59:43.174Zhelios
1522026-08-20T06:59:43.174Z developer/build-essential
1532026-08-20T06:59:43.174Z None -> 11-3.0
1542026-08-20T06:59:43.174Z library/libxmlsec1
1552026-08-20T06:59:43.174Z None -> 1.2.35-3.0
1562026-08-20T06:59:43.195Z
1572026-08-20T06:59:43.195ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-20T06:59:43.262ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1592026-08-20T06:59:43.336Z Actions: 1/268 actions (Installing new actions)
1602026-08-20T06:59:43.373Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-20T06:59:43.404ZFinalize: Updating package state database ... Done (0.031s)
1622026-08-20T06:59:43.404ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-20T06:59:43.487ZFinalize: Updating image state ... Done (0.082s)
1642026-08-20T06:59:45.931ZFinalize: Creating fast lookup database ... Done (2.396s)
1652026-08-20T06:59:45.997ZFinalize: Reading search index ... Done (0.011s)
1662026-08-20T06:59:46.000ZFinalize: Updating search index ... Done (0.000s)
1672026-08-20T06:59:46.066ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-20T06:59:46.431ZPlanning: Evaluating mediator changes ... Done
1692026-08-20T06:59:46.540ZPlanning: Checking for conflicting actions ... Done
1702026-08-20T06:59:46.543ZPlanning: Consolidating action changes ... Done
1712026-08-20T06:59:46.693ZPlanning: Evaluating mediators ... Done
1722026-08-20T06:59:46.696ZPlanning: Planning completed in 0.26 seconds
1732026-08-20T06:59:46.717Z Mediators to change: 2
1742026-08-20T06:59:46.717Z Create boot environment: No
1752026-08-20T06:59:46.720ZCreate backup boot environment: No
1762026-08-20T06:59:46.761ZFinalize: Updating package state database ... Done
1772026-08-20T06:59:46.766ZFinalize: Updating package cache ... Done
1782026-08-20T06:59:46.805ZFinalize: Updating image state ... Done
1792026-08-20T06:59:48.770ZFinalize: Creating fast lookup database ... Done
1802026-08-20T06:59:48.829ZFinalize: Reading search index ... Done
1812026-08-20T06:59:48.832ZFinalize: Updating search index ... Done
1822026-08-20T06:59:48.900ZFinalize: Updating package cache ... Done
1832026-08-20T06:59:49.189ZPlanning: Evaluating mediator changes ... Done
1842026-08-20T06:59:49.298ZPlanning: Checking for conflicting actions ... Done
1852026-08-20T06:59:49.300ZPlanning: Consolidating action changes ... Done
1862026-08-20T06:59:49.457ZPlanning: Evaluating mediators ... Done
1872026-08-20T06:59:49.460ZPlanning: Planning completed in 0.27 seconds
1882026-08-20T06:59:49.480Z Mediators to change: 1
1892026-08-20T06:59:49.480Z Create boot environment: No
1902026-08-20T06:59:49.480ZCreate backup boot environment: No
1912026-08-20T06:59:49.536ZFinalize: Updating package state database ... Done
1922026-08-20T06:59:49.539ZFinalize: Updating package cache ... Done
1932026-08-20T06:59:49.583ZFinalize: Updating image state ... Done
1942026-08-20T06:59:51.527ZFinalize: Creating fast lookup database ... Done
1952026-08-20T06:59:51.582ZFinalize: Reading search index ... Done
1962026-08-20T06:59:51.584ZFinalize: Updating search index ... Done
1972026-08-20T06:59:51.677ZFinalize: Updating package cache ... Done
1982026-08-20T06:59:51.985ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-20T06:59:51.985Zapache system 2.4 system
2002026-08-20T06:59:51.986Zclang system 15 system
2012026-08-20T06:59:51.986Zcsh system system illumos
2022026-08-20T06:59:51.986Zctags system system illumos
2032026-08-20T06:59:51.986Zfile vendor vendor darwinsys
2042026-08-20T06:59:51.986Zfile system system illumos
2052026-08-20T06:59:51.986Zgcc vendor 14 vendor
2062026-08-20T06:59:51.986Zgcc system 13 system
2072026-08-20T06:59:51.986Zgcc system 10 system
2082026-08-20T06:59:51.986Zgo system 1.25 system
2092026-08-20T06:59:51.986Zllvm system 15 system
2102026-08-20T06:59:51.986Zmariadb system 11.4 system
2112026-08-20T06:59:51.986Zmta vendor vendor dma
2122026-08-20T06:59:51.986Zopenjdk system 17 system
2132026-08-20T06:59:51.986Zopenjdk system 11 system
2142026-08-20T06:59:51.986Zopenssl vendor 3 vendor
2152026-08-20T06:59:51.986Zperl system 5.40 system
2162026-08-20T06:59:51.987Zpostgresql system 18 system
2172026-08-20T06:59:51.987Zpostgresql system 17 system
2182026-08-20T06:59:51.987Zpython vendor 3 vendor
2192026-08-20T06:59:51.987Zpython system 2 system
2202026-08-20T06:59:51.987Zpython3 vendor 3.13 vendor
2212026-08-20T06:59:51.987Zruby system 3.4 system
2222026-08-20T06:59:51.987Zruby system 3.0 system
2232026-08-20T06:59:51.987Zwords vendor vendor american-english
2242026-08-20T06:59:51.987Zwords system system australian-english
2252026-08-20T06:59:51.987Zwords system system british-english
2262026-08-20T06:59:51.987Zwords system system canadian-english
2272026-08-20T06:59:51.987Zwords system system french
2282026-08-20T06:59:51.987Zwords system system italian
2292026-08-20T06:59:51.987Zwords system system ngerman
2302026-08-20T06:59:51.987Zwords system system ogerman
2312026-08-20T06:59:51.987Zwords system system spanish
2322026-08-20T06:59:52.236ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-20T06:59:52.236Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-20T06:59:52.693ZFMRI IFO
2352026-08-20T06:59:52.693Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-20T06:59:52.693Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-20T06:59:52.693Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-20T06:59:52.693Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-20T06:59:52.693Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-20T06:59:52.694Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-20T06:59:52.694Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-20T06:59:52.694Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-20T06:59:52.694Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-20T06:59:53.019Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-20T06:59:53.342Z Updating crates.io index
2462026-08-20T06:59:53.345Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-20T06:59:53.601Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-20T06:59:53.963Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-20T06:59:55.007Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-20T06:59:55.542Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-20T06:59:57.135Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-20T06:59:58.020Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-20T06:59:58.324Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-20T06:59:58.753Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-20T07:00:00.033Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-20T07:00:00.605Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-20T07:00:01.028Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-20T07:00:01.291Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-20T07:00:01.654Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-20T07:00:01.920Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-20T07:00:02.239Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-20T07:00:02.516Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-20T07:00:02.859Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2642026-08-20T07:00:03.387Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-08-20T07:00:03.791Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-20T07:00:04.342Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672026-08-20T07:00:04.623Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-08-20T07:00:05.203Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2692026-08-20T07:00:05.543Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-20T07:00:05.880Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-20T07:00:06.306Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-20T07:00:06.606Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-20T07:00:07.071Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-20T07:00:07.418Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-20T07:00:07.686Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-20T07:00:08.004Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-20T07:00:08.435Z Updating git repository `https://github.com/oxidecomputer/tough`
2782026-08-20T07:00:09.008Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-20T07:00:09.298Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-20T07:00:09.608Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-20T07:00:09.935Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-08-20T07:00:10.578Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-08-20T07:00:10.840Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-08-20T07:00:11.148Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-08-20T07:00:11.490Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-08-20T07:00:11.742Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-08-20T07:00:12.042Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2882026-08-20T07:00:14.875Z Downloading crates ...
2892026-08-20T07:00:14.928Z Downloaded cfg-if v1.0.4
2902026-08-20T07:00:14.932Z Downloaded dtrace-parser v0.2.0
2912026-08-20T07:00:14.936Z Downloaded pest_meta v2.8.6
2922026-08-20T07:00:14.942Z Downloaded serde_spanned v0.6.9
2932026-08-20T07:00:14.960Z Downloaded anstyle v1.0.14
2942026-08-20T07:00:14.960Z Downloaded cargo-platform v0.3.2
2952026-08-20T07:00:14.960Z Downloaded thread-id v4.2.2
2962026-08-20T07:00:14.960Z Downloaded zmij v1.0.21
2972026-08-20T07:00:14.960Z Downloaded anstream v1.0.0
2982026-08-20T07:00:14.960Z Downloaded camino-tempfile v1.4.1
2992026-08-20T07:00:14.964Z Downloaded zerocopy-derive v0.7.35
3002026-08-20T07:00:14.964Z Downloaded autocfg v1.5.0
3012026-08-20T07:00:14.964Z Downloaded byteorder v1.5.0
3022026-08-20T07:00:14.964Z Downloaded block-buffer v0.10.4
3032026-08-20T07:00:14.964Z Downloaded heck v0.5.0
3042026-08-20T07:00:14.968Z Downloaded cargo_toml v0.21.0
3052026-08-20T07:00:14.972Z Downloaded camino v1.2.5
3062026-08-20T07:00:14.972Z Downloaded pest_derive v2.8.6
3072026-08-20T07:00:14.975Z Downloaded clap_lex v1.0.0
3082026-08-20T07:00:14.975Z Downloaded itoa v1.0.17
3092026-08-20T07:00:14.975Z Downloaded zerocopy v0.7.35
3102026-08-20T07:00:14.981Z Downloaded winnow v0.7.14
3112026-08-20T07:00:14.986Z Downloaded colorchoice v1.0.4
3122026-08-20T07:00:14.991Z Downloaded cargo_metadata v0.23.1
3132026-08-20T07:00:14.991Z Downloaded fnv v1.0.7
3142026-08-20T07:00:14.991Z Downloaded crypto-common v0.1.7
3152026-08-20T07:00:14.991Z Downloaded heck v0.4.1
3162026-08-20T07:00:15.008Z Downloaded memmap v0.7.0
3172026-08-20T07:00:15.011Z Downloaded strsim v0.11.1
3182026-08-20T07:00:15.011Z Downloaded anstyle-query v1.1.5
3192026-08-20T07:00:15.011Z Downloaded proc-macro-error-attr v1.0.4
3202026-08-20T07:00:15.011Z Downloaded is_terminal_polyfill v1.70.2
3212026-08-20T07:00:15.012Z Downloaded smawk v0.3.2
3222026-08-20T07:00:15.018Z Downloaded equivalent v1.0.2
3232026-08-20T07:00:15.018Z Downloaded errno v0.3.14
3242026-08-20T07:00:15.018Z Downloaded utf8parse v0.2.2
3252026-08-20T07:00:15.023Z Downloaded cpufeatures v0.2.17
3262026-08-20T07:00:15.023Z Downloaded once_cell v1.21.3
3272026-08-20T07:00:15.028Z Downloaded macaddr v1.0.1
3282026-08-20T07:00:15.035Z Downloaded generic-array v0.14.7
3292026-08-20T07:00:15.041Z Downloaded swrite v0.1.0
3302026-08-20T07:00:15.046Z Downloaded toml_write v0.1.2
3312026-08-20T07:00:15.049Z Downloaded pretty-hex v0.4.1
3322026-08-20T07:00:15.049Z Downloaded unicode-linebreak v0.1.5
3332026-08-20T07:00:15.049Z Downloaded plain v0.2.3
3342026-08-20T07:00:15.052Z Downloaded fastrand v2.3.0
3352026-08-20T07:00:15.060Z Downloaded usdt-attr-macro v0.5.0
3362026-08-20T07:00:15.063Z Downloaded usdt-macro v0.5.0
3372026-08-20T07:00:15.067Z Downloaded version_check v0.9.5
3382026-08-20T07:00:15.070Z Downloaded dof v0.3.0
3392026-08-20T07:00:15.073Z Downloaded scroll_derive v0.12.1
3402026-08-20T07:00:15.076Z Downloaded terminal_size v0.4.3
3412026-08-20T07:00:15.076Z Downloaded bitflags v2.11.0
3422026-08-20T07:00:15.079Z Downloaded bytecount v0.6.9
3432026-08-20T07:00:15.083Z Downloaded digest v0.10.7
3442026-08-20T07:00:15.086Z Downloaded tabled_derive v0.7.0
3452026-08-20T07:00:15.092Z Downloaded clap_derive v4.6.1
3462026-08-20T07:00:15.095Z Downloaded pest_generator v2.8.6
3472026-08-20T07:00:15.095Z Downloaded anstyle-parse v1.0.0
3482026-08-20T07:00:15.095Z Downloaded getrandom v0.3.4
3492026-08-20T07:00:15.095Z Downloaded papergrid v0.11.0
3502026-08-20T07:00:15.104Z Downloaded quote v1.0.45
3512026-08-20T07:00:15.107Z Downloaded thiserror-impl v2.0.18
3522026-08-20T07:00:15.114Z Downloaded proc-macro-error v1.0.4
3532026-08-20T07:00:15.117Z Downloaded fs-err v3.3.0
3542026-08-20T07:00:15.117Z Downloaded usdt v0.5.0
3552026-08-20T07:00:15.121Z Downloaded scroll v0.12.0
3562026-08-20T07:00:15.125Z Downloaded thiserror v1.0.69
3572026-08-20T07:00:15.128Z Downloaded serde_tokenstream v0.2.3
3582026-08-20T07:00:15.131Z Downloaded thiserror v2.0.18
3592026-08-20T07:00:15.134Z Downloaded sha2 v0.10.9
3602026-08-20T07:00:15.137Z Downloaded clap v4.6.1
3612026-08-20T07:00:15.148Z Downloaded anyhow v1.0.104
3622026-08-20T07:00:15.148Z Downloaded semver v1.0.28
3632026-08-20T07:00:15.153Z Downloaded tempfile v3.27.0
3642026-08-20T07:00:15.153Z Downloaded thiserror-impl v1.0.69
3652026-08-20T07:00:15.166Z Downloaded ucd-trie v0.1.7
3662026-08-20T07:00:15.169Z Downloaded usdt-impl v0.5.0
3672026-08-20T07:00:15.169Z Downloaded log v0.4.33
3682026-08-20T07:00:15.180Z Downloaded serde_core v1.0.229
3692026-08-20T07:00:15.185Z Downloaded unicode-ident v1.0.24
3702026-08-20T07:00:15.188Z Downloaded toml_datetime v0.6.11
3712026-08-20T07:00:15.188Z Downloaded proc-macro2 v1.0.106
3722026-08-20T07:00:15.193Z Downloaded serde_derive v1.0.229
3732026-08-20T07:00:15.196Z Downloaded textwrap v0.16.2
3742026-08-20T07:00:15.200Z Downloaded toml v0.8.23
3752026-08-20T07:00:15.208Z Downloaded toml_edit v0.22.27
3762026-08-20T07:00:15.225Z Downloaded serde v1.0.229
3772026-08-20T07:00:15.252Z Downloaded memchr v2.8.0
3782026-08-20T07:00:15.258Z Downloaded indexmap v2.14.0
3792026-08-20T07:00:15.262Z Downloaded typenum v1.20.1
3802026-08-20T07:00:15.267Z Downloaded syn v2.0.117
3812026-08-20T07:00:15.275Z Downloaded pest v2.8.6
3822026-08-20T07:00:15.302Z Downloaded hashbrown v0.17.0
3832026-08-20T07:00:15.308Z Downloaded serde_json v1.0.151
3842026-08-20T07:00:15.328Z Downloaded clap_builder v4.6.0
3852026-08-20T07:00:15.332Z Downloaded goblin v0.8.2
3862026-08-20T07:00:15.345Z Downloaded tabled v0.15.0
3872026-08-20T07:00:15.353Z Downloaded syn v1.0.109
3882026-08-20T07:00:15.370Z Downloaded unicode-width v0.1.14
3892026-08-20T07:00:15.375Z Downloaded unicode-width v0.2.0
3902026-08-20T07:00:15.380Z Downloaded syn v3.0.3
3912026-08-20T07:00:15.398Z Downloaded rustix v1.1.4
3922026-08-20T07:00:15.426Z Downloaded libc v0.2.185
3932026-08-20T07:00:15.489Z Compiling proc-macro2 v1.0.106
3942026-08-20T07:00:15.489Z Compiling quote v1.0.45
3952026-08-20T07:00:15.489Z Compiling unicode-ident v1.0.24
3962026-08-20T07:00:15.494Z Compiling serde_core v1.0.229
3972026-08-20T07:00:15.494Z Compiling libc v0.2.185
3982026-08-20T07:00:15.494Z Compiling version_check v0.9.5
3992026-08-20T07:00:15.494Z Compiling memchr v2.8.0
4002026-08-20T07:00:15.670Z Compiling serde v1.0.229
4012026-08-20T07:00:15.852Z Compiling zmij v1.0.21
4022026-08-20T07:00:16.083Z Compiling ucd-trie v0.1.7
4032026-08-20T07:00:16.133Z Compiling thiserror v1.0.69
4042026-08-20T07:00:16.314Z Compiling itoa v1.0.17
4052026-08-20T07:00:16.351Z Compiling pest v2.8.6
4062026-08-20T07:00:16.511Z Compiling byteorder v1.5.0
4072026-08-20T07:00:16.560Z Compiling rustix v1.1.4
4082026-08-20T07:00:16.650Z Compiling errno v0.3.14
4092026-08-20T07:00:16.811Z Compiling bitflags v2.11.0
4102026-08-20T07:00:16.847Z Compiling serde_json v1.0.151
4112026-08-20T07:00:17.021Z Compiling syn v2.0.117
4122026-08-20T07:00:17.047Z Compiling syn v3.0.3
4132026-08-20T07:00:17.091Z Compiling thread-id v4.2.2
4142026-08-20T07:00:17.187Z Compiling usdt-impl v0.5.0
4152026-08-20T07:00:17.293Z Compiling proc-macro-error-attr v1.0.4
4162026-08-20T07:00:17.408Z Compiling syn v1.0.109
4172026-08-20T07:00:17.493Z Compiling pest_meta v2.8.6
4182026-08-20T07:00:17.662Z Compiling camino v1.2.5
4192026-08-20T07:00:18.011Z Compiling proc-macro-error v1.0.4
4202026-08-20T07:00:18.028Z Compiling plain v0.2.3
4212026-08-20T07:00:18.193Z Compiling getrandom v0.3.4
4222026-08-20T07:00:18.198Z Compiling utf8parse v0.2.2
4232026-08-20T07:00:18.279Z Compiling hashbrown v0.17.0
4242026-08-20T07:00:18.324Z Compiling log v0.4.33
4252026-08-20T07:00:18.518Z Compiling equivalent v1.0.2
4262026-08-20T07:00:18.613Z Compiling anstyle-parse v1.0.0
4272026-08-20T07:00:18.805Z Compiling indexmap v2.14.0
4282026-08-20T07:00:18.896Z Compiling terminal_size v0.4.3
4292026-08-20T07:00:19.140Z Compiling anstyle-query v1.1.5
4302026-08-20T07:00:19.182Z Compiling serde_derive v1.0.229
4312026-08-20T07:00:19.245Z Compiling pest_generator v2.8.6
4322026-08-20T07:00:19.263Z Compiling toml_write v0.1.2
4332026-08-20T07:00:19.284Z Compiling colorchoice v1.0.4
4342026-08-20T07:00:19.347Z Compiling autocfg v1.5.0
4352026-08-20T07:00:19.407Z Compiling winnow v0.7.14
4362026-08-20T07:00:19.425Z Compiling thiserror v2.0.18
4372026-08-20T07:00:19.489Z Compiling pretty-hex v0.4.1
4382026-08-20T07:00:19.637Z Compiling cfg-if v1.0.4
4392026-08-20T07:00:19.714Z Compiling is_terminal_polyfill v1.70.2
4402026-08-20T07:00:19.763Z Compiling anstyle v1.0.14
4412026-08-20T07:00:19.777Z Compiling fs-err v3.3.0
4422026-08-20T07:00:19.946Z Compiling anstream v1.0.0
4432026-08-20T07:00:20.019Z Compiling once_cell v1.21.3
4442026-08-20T07:00:20.092Z Compiling anyhow v1.0.104
4452026-08-20T07:00:20.138Z Compiling bytecount v0.6.9
4462026-08-20T07:00:20.253Z Compiling heck v0.4.1
4472026-08-20T07:00:20.273Z Compiling unicode-width v0.1.14
4482026-08-20T07:00:20.395Z Compiling heck v0.5.0
4492026-08-20T07:00:20.475Z Compiling fastrand v2.3.0
4502026-08-20T07:00:20.536Z Compiling fnv v1.0.7
4512026-08-20T07:00:20.555Z Compiling strsim v0.11.1
4522026-08-20T07:00:20.630Z Compiling clap_lex v1.0.0
4532026-08-20T07:00:20.649Z Compiling papergrid v0.11.0
4542026-08-20T07:00:20.738Z Compiling tempfile v3.27.0
4552026-08-20T07:00:20.860Z Compiling clap_builder v4.6.0
4562026-08-20T07:00:20.863Z Compiling thiserror-impl v1.0.69
4572026-08-20T07:00:20.895Z Compiling zerocopy-derive v0.7.35
4582026-08-20T07:00:20.913Z Compiling pest_derive v2.8.6
4592026-08-20T07:00:21.052Z Compiling scroll_derive v0.12.1
4602026-08-20T07:00:21.107Z Compiling thiserror-impl v2.0.18
4612026-08-20T07:00:21.353Z Compiling tabled_derive v0.7.0
4622026-08-20T07:00:21.755Z Compiling scroll v0.12.0
4632026-08-20T07:00:21.790Z Compiling zerocopy v0.7.35
4642026-08-20T07:00:22.086Z Compiling goblin v0.8.2
4652026-08-20T07:00:22.236Z Compiling dtrace-parser v0.2.0
4662026-08-20T07:00:22.288Z Compiling clap_derive v4.6.1
4672026-08-20T07:00:22.559Z Compiling dof v0.3.0
4682026-08-20T07:00:22.563Z Compiling serde_spanned v0.6.9
4692026-08-20T07:00:22.592Z Compiling toml_datetime v0.6.11
4702026-08-20T07:00:22.609Z Compiling serde_tokenstream v0.2.3
4712026-08-20T07:00:22.856Z Compiling toml_edit v0.22.27
4722026-08-20T07:00:22.923Z Compiling cargo-platform v0.3.2
4732026-08-20T07:00:22.951Z Compiling semver v1.0.28
4742026-08-20T07:00:22.998Z Compiling memmap v0.7.0
4752026-08-20T07:00:23.185Z Compiling smawk v0.3.2
4762026-08-20T07:00:23.203Z Compiling unicode-linebreak v0.1.5
4772026-08-20T07:00:23.270Z Compiling unicode-width v0.2.0
4782026-08-20T07:00:23.329Z Compiling cargo_metadata v0.23.1
4792026-08-20T07:00:23.433Z Compiling usdt-macro v0.5.0
4802026-08-20T07:00:23.449Z Compiling usdt-attr-macro v0.5.0
4812026-08-20T07:00:23.541Z Compiling textwrap v0.16.2
4822026-08-20T07:00:24.053Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-08-20T07:00:24.070Z Compiling clap v4.6.1
4842026-08-20T07:00:24.119Z Compiling macaddr v1.0.1
4852026-08-20T07:00:24.158Z Compiling tabled v0.15.0
4862026-08-20T07:00:24.236Z Compiling camino-tempfile v1.4.1
4872026-08-20T07:00:24.362Z Compiling toml v0.8.23
4882026-08-20T07:00:24.465Z Compiling swrite v0.1.0
4892026-08-20T07:00:24.788Z Compiling cargo_toml v0.21.0
4902026-08-20T07:00:24.979Z Compiling usdt v0.5.0
4912026-08-20T07:00:26.167Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-20T07:00:28.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.37s
4932026-08-20T07:00:28.432Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-20T07:00:28.954Z Downloading crates ...
4952026-08-20T07:00:29.000Z Downloaded anstyle-parse v0.2.7
4962026-08-20T07:00:29.006Z Downloaded allocator-api2 v0.2.21
4972026-08-20T07:00:29.012Z Downloaded addr2line v0.25.1
4982026-08-20T07:00:29.017Z Downloaded bitfield-struct v0.6.2
4992026-08-20T07:00:29.017Z Downloaded bb8 v0.8.6
5002026-08-20T07:00:29.017Z Downloaded base64ct v1.8.3
5012026-08-20T07:00:29.022Z Downloaded argon2 v0.5.3
5022026-08-20T07:00:29.027Z Downloaded futures-macro v0.3.32
5032026-08-20T07:00:29.032Z Downloaded base16ct v0.2.0
5042026-08-20T07:00:29.032Z Downloaded array-init v0.0.4
5052026-08-20T07:00:29.032Z Downloaded anstream v0.6.21
5062026-08-20T07:00:29.032Z Downloaded bit-vec v0.8.0
5072026-08-20T07:00:29.032Z Downloaded foreign-types-shared v0.3.1
5082026-08-20T07:00:29.039Z Downloaded float-cmp v0.10.0
5092026-08-20T07:00:29.039Z Downloaded ff v0.14.0
5102026-08-20T07:00:29.039Z Downloaded aead v0.5.2
5112026-08-20T07:00:29.044Z Downloaded const-oid v0.10.2
5122026-08-20T07:00:29.044Z Downloaded futures-task v0.3.32
5132026-08-20T07:00:29.044Z Downloaded gethostname v0.5.0
5142026-08-20T07:00:29.044Z Downloaded base16ct v1.0.0
5152026-08-20T07:00:29.048Z Downloaded backon v1.6.0
5162026-08-20T07:00:29.048Z Downloaded async-bb8-diesel v0.2.1
5172026-08-20T07:00:29.048Z Downloaded float-ord v0.3.2
5182026-08-20T07:00:29.048Z Downloaded foreign-types v0.5.0
5192026-08-20T07:00:29.048Z Downloaded hash32 v0.2.1
5202026-08-20T07:00:29.053Z Downloaded atomicwrites v0.4.4
5212026-08-20T07:00:29.053Z Downloaded hex v0.4.3
5222026-08-20T07:00:29.053Z Downloaded async-recursion v1.1.1
5232026-08-20T07:00:29.057Z Downloaded arrayref v0.3.9
5242026-08-20T07:00:29.062Z Downloaded foreign-types-shared v0.1.1
5252026-08-20T07:00:29.062Z Downloaded backtrace-ext v0.2.1
5262026-08-20T07:00:29.062Z Downloaded bit-set v0.5.3
5272026-08-20T07:00:29.066Z Downloaded backoff v0.4.0
5282026-08-20T07:00:29.066Z Downloaded bit-set v0.8.0
5292026-08-20T07:00:29.066Z Downloaded endian-type v0.1.2
5302026-08-20T07:00:29.066Z Downloaded flagset v0.4.7
5312026-08-20T07:00:29.066Z Downloaded futures-sink v0.3.32
5322026-08-20T07:00:29.071Z Downloaded ahash v0.8.12
5332026-08-20T07:00:29.071Z Downloaded glob v0.3.3
5342026-08-20T07:00:29.075Z Downloaded futures-channel v0.3.32
5352026-08-20T07:00:29.080Z Downloaded enum-as-inner v0.6.1
5362026-08-20T07:00:29.080Z Downloaded atomic-waker v1.1.2
5372026-08-20T07:00:29.085Z Downloaded block-buffer v0.12.1
5382026-08-20T07:00:29.085Z Downloaded form_urlencoded v1.2.2
5392026-08-20T07:00:29.085Z Downloaded async-stream-impl v0.3.6
5402026-08-20T07:00:29.085Z Downloaded bitfield-macros v0.19.4
5412026-08-20T07:00:29.089Z Downloaded ciborium-ll v0.2.2
5422026-08-20T07:00:29.094Z Downloaded fs_extra v1.3.0
5432026-08-20T07:00:29.094Z Downloaded cobs v0.3.0
5442026-08-20T07:00:29.094Z Downloaded cfg_aliases v0.2.1
5452026-08-20T07:00:29.094Z Downloaded cfg_aliases v0.1.1
5462026-08-20T07:00:29.098Z Downloaded atty v0.2.14
5472026-08-20T07:00:29.102Z Downloaded castaway v0.2.4
5482026-08-20T07:00:29.102Z Downloaded fixedbitset v0.4.2
5492026-08-20T07:00:29.102Z Downloaded assert_matches v1.5.0
5502026-08-20T07:00:29.102Z Downloaded base64 v0.22.1
5512026-08-20T07:00:29.105Z Downloaded bcrypt-pbkdf v0.11.0
5522026-08-20T07:00:29.106Z Downloaded bit-vec v0.6.3
5532026-08-20T07:00:29.106Z Downloaded fxhash v0.2.1
5542026-08-20T07:00:29.106Z Downloaded futures-io v0.3.32
5552026-08-20T07:00:29.106Z Downloaded httpdate v1.0.3
5562026-08-20T07:00:29.106Z Downloaded aead v0.6.1
5572026-08-20T07:00:29.110Z Downloaded bitfield v0.19.4
5582026-08-20T07:00:29.110Z Downloaded ghash v0.6.0
5592026-08-20T07:00:29.110Z Downloaded hostname v0.4.2
5602026-08-20T07:00:29.110Z Downloaded futures-core v0.3.32
5612026-08-20T07:00:29.115Z Downloaded fallible-iterator v0.2.0
5622026-08-20T07:00:29.120Z Downloaded fd-lock v4.0.4
5632026-08-20T07:00:29.120Z Downloaded async-stream v0.3.6
5642026-08-20T07:00:29.124Z Downloaded foreign-types-macros v0.2.3
5652026-08-20T07:00:29.124Z Downloaded git-stub v1.0.0
5662026-08-20T07:00:29.124Z Downloaded headers-core v0.3.0
5672026-08-20T07:00:29.124Z Downloaded ciborium-io v0.2.2
5682026-08-20T07:00:29.132Z Downloaded futures v0.3.32
5692026-08-20T07:00:29.137Z Downloaded ff v0.13.1
5702026-08-20T07:00:29.137Z Downloaded nibble_vec v0.1.0
5712026-08-20T07:00:29.137Z Downloaded env_logger v0.11.11
5722026-08-20T07:00:29.137Z Downloaded getrandom v0.2.17
5732026-08-20T07:00:29.137Z Downloaded block-padding v0.4.2
5742026-08-20T07:00:29.137Z Downloaded nodrop v0.1.14
5752026-08-20T07:00:29.137Z Downloaded hubpack v0.1.2
5762026-08-20T07:00:29.137Z Downloaded arrayvec v0.7.6
5772026-08-20T07:00:29.142Z Downloaded cmov v0.5.4
5782026-08-20T07:00:29.142Z Downloaded env_filter v2.0.0
5792026-08-20T07:00:29.142Z Downloaded compression-core v0.4.31
5802026-08-20T07:00:29.142Z Downloaded normalize-line-endings v0.3.0
5812026-08-20T07:00:29.142Z Downloaded funty v2.0.0
5822026-08-20T07:00:29.147Z Downloaded num-derive v0.4.2
5832026-08-20T07:00:29.152Z Downloaded oso-derive v0.27.3
5842026-08-20T07:00:29.152Z Downloaded phf_shared v0.11.3
5852026-08-20T07:00:29.152Z Downloaded predicates-core v1.0.10
5862026-08-20T07:00:29.152Z Downloaded hostname v0.3.1
5872026-08-20T07:00:29.152Z Downloaded home v0.5.12
5882026-08-20T07:00:29.155Z Downloaded globwalk v0.9.1
5892026-08-20T07:00:29.155Z Downloaded hash32 v0.3.1
5902026-08-20T07:00:29.155Z Downloaded ascii-canvas v3.0.0
5912026-08-20T07:00:29.155Z Downloaded hubpack_derive v0.1.1
5922026-08-20T07:00:29.159Z Downloaded cbc v0.2.1
5932026-08-20T07:00:29.164Z Downloaded camino-tempfile-ext v0.3.3
5942026-08-20T07:00:29.164Z Downloaded cmake v0.1.57
5952026-08-20T07:00:29.168Z Downloaded chacha20 v0.9.1
5962026-08-20T07:00:29.168Z Downloaded blowfish v0.10.0
5972026-08-20T07:00:29.168Z Downloaded cassowary v0.3.0
5982026-08-20T07:00:29.168Z Downloaded cexpr v0.6.0
5992026-08-20T07:00:29.168Z Downloaded bitflags v1.3.2
6002026-08-20T07:00:29.173Z Downloaded byte-wrapper v0.1.0
6012026-08-20T07:00:29.173Z Downloaded http-body v1.0.1
6022026-08-20T07:00:29.173Z Downloaded potential_utf v0.1.4
6032026-08-20T07:00:29.173Z Downloaded hex-literal v1.1.0
6042026-08-20T07:00:29.173Z Downloaded num_threads v0.1.7
6052026-08-20T07:00:29.173Z Downloaded async-trait v0.1.89
6062026-08-20T07:00:29.177Z Downloaded compression-codecs v0.4.37
6072026-08-20T07:00:29.178Z Downloaded argon2 v0.6.0-rc.8
6082026-08-20T07:00:29.185Z Downloaded enum_dispatch v0.3.13
6092026-08-20T07:00:29.185Z Downloaded filetime v0.2.27
6102026-08-20T07:00:29.185Z Downloaded globset v0.4.18
6112026-08-20T07:00:29.185Z Downloaded progenitor-client v0.14.0
6122026-08-20T07:00:29.185Z Downloaded psl-types v2.0.11
6132026-08-20T07:00:29.190Z Downloaded rand_pcg v0.10.2
6142026-08-20T07:00:29.190Z Downloaded fixedbitset v0.5.7
6152026-08-20T07:00:29.190Z Downloaded http-range v0.1.5
6162026-08-20T07:00:29.190Z Downloaded peg-runtime v0.8.5
6172026-08-20T07:00:29.190Z Downloaded proc-macro-error-attr2 v2.0.0
6182026-08-20T07:00:29.190Z Downloaded bs58 v0.5.1
6192026-08-20T07:00:29.194Z Downloaded recursive v0.1.1
6202026-08-20T07:00:29.194Z Downloaded adler2 v2.0.1
6212026-08-20T07:00:29.195Z Downloaded foldhash v0.2.0
6222026-08-20T07:00:29.195Z Downloaded foreign-types v0.3.2
6232026-08-20T07:00:29.199Z Downloaded bcs v0.1.6
6242026-08-20T07:00:29.199Z Downloaded find-msvc-tools v0.1.9
6252026-08-20T07:00:29.199Z Downloaded futures-executor v0.3.32
6262026-08-20T07:00:29.199Z Downloaded group v0.14.0
6272026-08-20T07:00:29.199Z Downloaded http-body-util v0.1.3
6282026-08-20T07:00:29.199Z Downloaded quick-error v1.2.3
6292026-08-20T07:00:29.199Z Downloaded ref-cast-impl v1.0.25
6302026-08-20T07:00:29.204Z Downloaded russh-util v0.52.0
6312026-08-20T07:00:29.204Z Downloaded rustc_version v0.4.1
6322026-08-20T07:00:29.207Z Downloaded heapless v0.7.17
6332026-08-20T07:00:29.207Z Downloaded ar_archive_writer v0.5.1
6342026-08-20T07:00:29.210Z Downloaded buf-list v1.1.2
6352026-08-20T07:00:29.210Z Downloaded cipher v0.4.4
6362026-08-20T07:00:29.210Z Downloaded num_enum v0.5.11
6372026-08-20T07:00:29.213Z Downloaded same-file v1.0.6
6382026-08-20T07:00:29.216Z Downloaded humantime v2.3.0
6392026-08-20T07:00:29.216Z Downloaded seq-macro v0.3.6
6402026-08-20T07:00:29.219Z Downloaded signal-hook-mio v0.2.5
6412026-08-20T07:00:29.219Z Downloaded serde-big-array v0.5.1
6422026-08-20T07:00:29.219Z Downloaded serde_bytes v0.11.19
6432026-08-20T07:00:29.223Z Downloaded ciborium v0.2.2
6442026-08-20T07:00:29.223Z Downloaded parse-display-derive v0.10.0
6452026-08-20T07:00:29.223Z Downloaded group v0.13.0
6462026-08-20T07:00:29.227Z Downloaded chacha20 v0.10.0
6472026-08-20T07:00:29.227Z Downloaded git-stub-vcs v0.1.0
6482026-08-20T07:00:29.231Z Downloaded foldhash v0.1.5
6492026-08-20T07:00:29.231Z Downloaded cipher v0.5.2
6502026-08-20T07:00:29.231Z Downloaded clang-sys v1.8.1
6512026-08-20T07:00:29.231Z Downloaded cancel-safe-futures v0.1.5
6522026-08-20T07:00:29.237Z Downloaded highway v1.3.0
6532026-08-20T07:00:29.237Z Downloaded const-oid v0.9.6
6542026-08-20T07:00:29.237Z Downloaded blake2 v0.11.0-rc.6
6552026-08-20T07:00:29.238Z Downloaded strsim v0.10.0
6562026-08-20T07:00:29.242Z Downloaded pin-project-internal v1.1.11
6572026-08-20T07:00:29.242Z Downloaded strum v0.27.2
6582026-08-20T07:00:29.242Z Downloaded primeorder v0.13.6
6592026-08-20T07:00:29.242Z Downloaded progenitor-client v0.13.0
6602026-08-20T07:00:29.246Z Downloaded fatfs v0.3.6
6612026-08-20T07:00:29.251Z Downloaded tokio-test v0.4.5
6622026-08-20T07:00:29.251Z Downloaded base64 v0.21.7
6632026-08-20T07:00:29.255Z Downloaded erased-serde v0.3.31
6642026-08-20T07:00:29.255Z Downloaded paste v1.0.15
6652026-08-20T07:00:29.255Z Downloaded peg-macros v0.8.5
6662026-08-20T07:00:29.256Z Downloaded pkcs8 v0.10.2
6672026-08-20T07:00:29.258Z Downloaded bzip2 v0.6.1
6682026-08-20T07:00:29.258Z Downloaded colored v3.1.1
6692026-08-20T07:00:29.258Z Downloaded console v0.16.2
6702026-08-20T07:00:29.263Z Downloaded tagptr v0.2.0
6712026-08-20T07:00:29.263Z Downloaded generic-array v1.4.3
6722026-08-20T07:00:29.267Z Downloaded rand_seeder v0.4.0
6732026-08-20T07:00:29.267Z Downloaded utf-8 v0.7.6
6742026-08-20T07:00:29.272Z Downloaded fs-err v2.11.0
6752026-08-20T07:00:29.272Z Downloaded typify-macro v0.6.2
6762026-08-20T07:00:29.272Z Downloaded usdt v0.6.0
6772026-08-20T07:00:29.277Z Downloaded hickory-resolver v0.24.4
6782026-08-20T07:00:29.282Z Downloaded hybrid-array v0.4.13
6792026-08-20T07:00:29.282Z Downloaded rustls-pemfile v2.2.0
6802026-08-20T07:00:29.286Z Downloaded sec1 v0.8.1
6812026-08-20T07:00:29.286Z Downloaded slog-json v2.6.1
6822026-08-20T07:00:29.286Z Downloaded zerofrom v0.1.6
6832026-08-20T07:00:29.291Z Downloaded crc-catalog v2.4.0
6842026-08-20T07:00:29.291Z Downloaded serde-hex v0.1.0
6852026-08-20T07:00:29.291Z Downloaded curve25519-dalek-derive v0.1.1
6862026-08-20T07:00:29.296Z Downloaded yoke-derive v0.8.1
6872026-08-20T07:00:29.300Z Downloaded crunchy v0.2.4
6882026-08-20T07:00:29.300Z Downloaded packed_struct v0.10.1
6892026-08-20T07:00:29.300Z Downloaded signal-hook-registry v1.4.8
6902026-08-20T07:00:29.300Z Downloaded blake2 v0.10.6
6912026-08-20T07:00:29.305Z Downloaded httparse v1.10.1
6922026-08-20T07:00:29.305Z Downloaded hmac v0.12.1
6932026-08-20T07:00:29.305Z Downloaded hyper-rustls v0.27.7
6942026-08-20T07:00:29.305Z Downloaded hmac v0.13.0
6952026-08-20T07:00:29.312Z Downloaded console v0.15.11
6962026-08-20T07:00:29.312Z Downloaded spki v0.7.3
6972026-08-20T07:00:29.312Z Downloaded half v1.8.3
6982026-08-20T07:00:29.317Z Downloaded smf v0.2.3
6992026-08-20T07:00:29.317Z Downloaded snafu-derive v0.8.9
7002026-08-20T07:00:29.317Z Downloaded sqlparser_derive v0.5.0
7012026-08-20T07:00:29.317Z Downloaded bzip2 v0.4.4
7022026-08-20T07:00:29.317Z Downloaded postgres-types v0.2.12
7032026-08-20T07:00:29.318Z Downloaded arc-swap v1.8.2
7042026-08-20T07:00:29.318Z Downloaded tiny-keccak v2.0.2
7052026-08-20T07:00:29.322Z Downloaded tinystr v0.8.2
7062026-08-20T07:00:29.322Z Downloaded derive_builder_macro v0.20.2
7072026-08-20T07:00:29.322Z Downloaded difflib v0.4.0
7082026-08-20T07:00:29.322Z Downloaded dtrace-parser v0.3.0
7092026-08-20T07:00:29.322Z Downloaded dunce v1.0.5
7102026-08-20T07:00:29.322Z Downloaded debug-ignore v1.0.5
7112026-08-20T07:00:29.322Z Downloaded digest-io v0.1.0
7122026-08-20T07:00:29.322Z Downloaded idna_adapter v1.2.1
7132026-08-20T07:00:29.328Z Downloaded illumos-nvpair-sys v0.2.0
7142026-08-20T07:00:29.328Z Downloaded synstructure v0.13.2
7152026-08-20T07:00:29.328Z Downloaded getrandom v0.4.3
7162026-08-20T07:00:29.328Z Downloaded parking_lot v0.12.5
7172026-08-20T07:00:29.328Z Downloaded thread_local v1.1.9
7182026-08-20T07:00:29.328Z Downloaded backtrace v0.3.76
7192026-08-20T07:00:29.335Z Downloaded pkcs8 v0.11.0
7202026-08-20T07:00:29.335Z Downloaded subtle v2.6.1
7212026-08-20T07:00:29.335Z Downloaded flate2 v1.1.9
7222026-08-20T07:00:29.342Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7232026-08-20T07:00:29.342Z Downloaded toml_writer v1.1.1+spec-1.1.0
7242026-08-20T07:00:29.342Z Downloaded colored v2.2.0
7252026-08-20T07:00:29.342Z Downloaded want v0.3.1
7262026-08-20T07:00:29.348Z Downloaded serde_cbor v0.11.2
7272026-08-20T07:00:29.348Z Downloaded zone_cfg_derive v0.3.1
7282026-08-20T07:00:29.348Z Downloaded instant v0.1.13
7292026-08-20T07:00:29.352Z Downloaded lzss v0.8.2
7302026-08-20T07:00:29.352Z Downloaded match_cfg v0.1.0
7312026-08-20T07:00:29.352Z Downloaded maybe-uninit v2.0.0
7322026-08-20T07:00:29.352Z Downloaded num-iter v0.1.45
7332026-08-20T07:00:29.355Z Downloaded packed_struct_codegen v0.10.1
7342026-08-20T07:00:29.355Z Downloaded multimap v0.10.1
7352026-08-20T07:00:29.355Z Downloaded async-compression v0.4.41
7362026-08-20T07:00:29.358Z Downloaded openssl-probe v0.1.6
7372026-08-20T07:00:29.358Z Downloaded powerfmt v0.2.0
7382026-08-20T07:00:29.363Z Downloaded walkdir v2.5.0
7392026-08-20T07:00:29.363Z Downloaded elliptic-curve v0.14.1
7402026-08-20T07:00:29.366Z Downloaded predicates-tree v1.0.13
7412026-08-20T07:00:29.366Z Downloaded daft v0.1.7
7422026-08-20T07:00:29.366Z Downloaded omicron-zone-package v0.12.3
7432026-08-20T07:00:29.370Z Downloaded salsa20 v0.11.0
7442026-08-20T07:00:29.370Z Downloaded schemars_derive v0.8.22
7452026-08-20T07:00:29.375Z Downloaded whoami v1.6.1
7462026-08-20T07:00:29.375Z Downloaded const_format_proc_macros v0.2.34
7472026-08-20T07:00:29.379Z Downloaded corncobs v0.1.4
7482026-08-20T07:00:29.379Z Downloaded newline-converter v0.3.0
7492026-08-20T07:00:29.379Z Downloaded nonempty v0.12.0
7502026-08-20T07:00:29.379Z Downloaded num_enum_derive v0.5.11
7512026-08-20T07:00:29.383Z Downloaded bytes v1.11.1
7522026-08-20T07:00:29.383Z Downloaded defmt-parser v1.0.0
7532026-08-20T07:00:29.388Z Downloaded derive_builder_core v0.20.2
7542026-08-20T07:00:29.388Z Downloaded ctr v0.10.1
7552026-08-20T07:00:29.390Z Downloaded term v1.2.1
7562026-08-20T07:00:29.390Z Downloaded psm v0.1.30
7572026-08-20T07:00:29.395Z Downloaded der_derive v0.7.3
7582026-08-20T07:00:29.399Z Downloaded parse-display v0.10.0
7592026-08-20T07:00:29.399Z Downloaded parse-size v1.1.0
7602026-08-20T07:00:29.399Z Downloaded half v2.7.1
7612026-08-20T07:00:29.405Z Downloaded ref-cast v1.0.25
7622026-08-20T07:00:29.405Z Downloaded unicode-properties v0.1.4
7632026-08-20T07:00:29.405Z Downloaded indoc v2.0.7
7642026-08-20T07:00:29.409Z Downloaded either v1.15.0
7652026-08-20T07:00:29.409Z Downloaded libsw v3.5.0
7662026-08-20T07:00:29.409Z Downloaded term v0.7.0
7672026-08-20T07:00:29.409Z Downloaded rfc6979 v0.4.0
7682026-08-20T07:00:29.420Z Downloaded sapling-renderdag v0.1.0
7692026-08-20T07:00:29.420Z Downloaded rtoolbox v0.0.3
7702026-08-20T07:00:29.420Z Downloaded compact_str v0.8.1
7712026-08-20T07:00:29.420Z Downloaded chumsky v0.9.3
7722026-08-20T07:00:29.424Z Downloaded serde_urlencoded v0.7.1
7732026-08-20T07:00:29.424Z Downloaded tracing-attributes v0.1.31
7742026-08-20T07:00:29.424Z Downloaded indoc v1.0.9
7752026-08-20T07:00:29.424Z Downloaded http v1.4.2
7762026-08-20T07:00:29.424Z Downloaded slog v2.8.2
7772026-08-20T07:00:29.430Z Downloaded jobserver v0.1.34
7782026-08-20T07:00:29.430Z Downloaded kem v0.3.0
7792026-08-20T07:00:29.430Z Downloaded mime_guess v2.0.5
7802026-08-20T07:00:29.430Z Downloaded linear-map v1.2.0
7812026-08-20T07:00:29.430Z Downloaded oxide-tokio-rt v0.1.4
7822026-08-20T07:00:29.436Z Downloaded scroll_derive v0.13.1
7832026-08-20T07:00:29.436Z Downloaded phf v0.13.1
7842026-08-20T07:00:29.436Z Downloaded pin-project-lite v0.2.17
7852026-08-20T07:00:29.436Z Downloaded oxnet v0.1.6
7862026-08-20T07:00:29.436Z Downloaded oso v0.27.3
7872026-08-20T07:00:29.441Z Downloaded supports-hyperlinks v3.2.0
7882026-08-20T07:00:29.441Z Downloaded chacha20poly1305 v0.10.1
7892026-08-20T07:00:29.441Z Downloaded sponge-cursor v0.1.0
7902026-08-20T07:00:29.441Z Downloaded tap v1.0.1
7912026-08-20T07:00:29.445Z Downloaded termtree v0.5.1
7922026-08-20T07:00:29.445Z Downloaded vergen v9.1.0
7932026-08-20T07:00:29.445Z Downloaded crc32fast v1.5.0
7942026-08-20T07:00:29.448Z Downloaded signature v3.0.0
7952026-08-20T07:00:29.454Z Downloaded port-file v0.1.0
7962026-08-20T07:00:29.454Z Downloaded strip-ansi-escapes v0.2.1
7972026-08-20T07:00:29.459Z Downloaded heapless v0.8.0
7982026-08-20T07:00:29.464Z Downloaded num_enum_derive v0.7.6
7992026-08-20T07:00:29.464Z Downloaded supports-color v3.0.2
8002026-08-20T07:00:29.464Z Downloaded trait-variant v0.1.2
8012026-08-20T07:00:29.464Z Downloaded unarray v0.1.4
8022026-08-20T07:00:29.468Z Downloaded derive_builder v0.20.2
8032026-08-20T07:00:29.472Z Downloaded subprocess v0.2.15
8042026-08-20T07:00:29.472Z Downloaded tokio-stream v0.1.18
8052026-08-20T07:00:29.477Z Downloaded digest v0.11.3
8062026-08-20T07:00:29.477Z Downloaded unicode-truncate v1.1.0
8072026-08-20T07:00:29.477Z Downloaded headers v0.4.1
8082026-08-20T07:00:29.481Z Downloaded pkcs5 v0.8.1
8092026-08-20T07:00:29.481Z Downloaded primefield v0.14.0
8102026-08-20T07:00:29.497Z Downloaded tinyvec v1.10.0
8112026-08-20T07:00:29.497Z Downloaded rand_xorshift v0.4.0
8122026-08-20T07:00:29.497Z Downloaded diff v0.1.13
8132026-08-20T07:00:29.497Z Downloaded utf8_iter v1.0.4
8142026-08-20T07:00:29.497Z Downloaded xshell-macros v0.2.7
8152026-08-20T07:00:29.497Z Downloaded unit-prefix v0.5.2
8162026-08-20T07:00:29.504Z Downloaded tungstenite v0.23.0
8172026-08-20T07:00:29.504Z Downloaded r2d2 v0.8.10
8182026-08-20T07:00:29.504Z Downloaded rpassword v7.5.4
8192026-08-20T07:00:29.504Z Downloaded rand_chacha v0.9.0
8202026-08-20T07:00:29.504Z Downloaded cc v1.2.56
8212026-08-20T07:00:29.504Z Downloaded crc8 v0.1.1
8222026-08-20T07:00:29.504Z Downloaded rustversion v1.0.22
8232026-08-20T07:00:29.504Z Downloaded expectorate v1.2.0
8242026-08-20T07:00:29.504Z Downloaded serde_path_to_error v0.1.20
8252026-08-20T07:00:29.504Z Downloaded tracing-core v0.1.36
8262026-08-20T07:00:29.504Z Downloaded unsafe-libyaml v0.2.11
8272026-08-20T07:00:29.508Z Downloaded sec1 v0.7.3
8282026-08-20T07:00:29.511Z Downloaded litrs v1.0.0
8292026-08-20T07:00:29.511Z Downloaded crc-any v2.5.0
8302026-08-20T07:00:29.511Z Downloaded spki v0.8.0
8312026-08-20T07:00:29.516Z Downloaded strum_macros v0.24.3
8322026-08-20T07:00:29.516Z Downloaded crucible-workspace-hack v0.1.0
8332026-08-20T07:00:29.516Z Downloaded darling_macro v0.23.0
8342026-08-20T07:00:29.516Z Downloaded thiserror-no-std v2.0.2
8352026-08-20T07:00:29.519Z Downloaded dof v0.4.0
8362026-08-20T07:00:29.519Z Downloaded shlex v1.3.0
8372026-08-20T07:00:29.519Z Downloaded indent_write v2.2.0
8382026-08-20T07:00:29.519Z Downloaded jiff-static v0.2.34
8392026-08-20T07:00:29.519Z Downloaded vte v0.14.1
8402026-08-20T07:00:29.524Z Downloaded p256 v0.14.0
8412026-08-20T07:00:29.528Z Downloaded flume v0.11.1
8422026-08-20T07:00:29.528Z Downloaded slog-dtrace v0.3.0
8432026-08-20T07:00:29.528Z Downloaded slog-term v2.9.2
8442026-08-20T07:00:29.529Z Downloaded dyn-clone v1.0.20
8452026-08-20T07:00:29.529Z Downloaded embedded-io v0.4.0
8462026-08-20T07:00:29.534Z Downloaded embedded-io v0.6.1
8472026-08-20T07:00:29.534Z Downloaded hickory-resolver v0.25.2
8482026-08-20T07:00:29.534Z Downloaded bumpalo v3.20.2
8492026-08-20T07:00:29.538Z Downloaded tokio-dtrace v0.1.1
8502026-08-20T07:00:29.539Z Downloaded instability v0.3.11
8512026-08-20T07:00:29.539Z Downloaded tokio-tungstenite v0.21.0
8522026-08-20T07:00:29.539Z Downloaded keccak v0.1.6
8532026-08-20T07:00:29.539Z Downloaded lru-cache v0.1.2
8542026-08-20T07:00:29.539Z Downloaded primeorder v0.14.0
8552026-08-20T07:00:29.544Z Downloaded publicsuffix v2.3.0
8562026-08-20T07:00:29.548Z Downloaded vsss-rs v3.3.4
8572026-08-20T07:00:29.548Z Downloaded whoami v2.1.0
8582026-08-20T07:00:29.548Z Downloaded writeable v0.6.2
8592026-08-20T07:00:29.549Z Downloaded zeroize v1.9.0
8602026-08-20T07:00:29.549Z Downloaded yoke v0.8.1
8612026-08-20T07:00:29.551Z Downloaded md-5 v0.10.6
8622026-08-20T07:00:29.551Z Downloaded newtype-uuid-macros v0.1.0
8632026-08-20T07:00:29.551Z Downloaded openssl-macros v0.1.1
8642026-08-20T07:00:29.551Z Downloaded qorb v0.4.1
8652026-08-20T07:00:29.558Z Downloaded quinn-udp v0.5.14
8662026-08-20T07:00:29.561Z Downloaded proc-macro-crate v3.4.0
8672026-08-20T07:00:29.564Z Downloaded rsa v0.9.10
8682026-08-20T07:00:29.567Z Downloaded scopeguard v1.2.0
8692026-08-20T07:00:29.570Z Downloaded rusty-fork v0.3.1
8702026-08-20T07:00:29.570Z Downloaded diesel-dtrace v0.5.0
8712026-08-20T07:00:29.581Z Downloaded rand_chacha v0.3.1
8722026-08-20T07:00:29.585Z Downloaded spin v0.9.8
8732026-08-20T07:00:29.585Z Downloaded tokio-rustls v0.26.4
8742026-08-20T07:00:29.585Z Downloaded slog-envlogger v2.2.0
8752026-08-20T07:00:29.588Z Downloaded defmt-macros v1.0.1
8762026-08-20T07:00:29.588Z Downloaded delegate v0.13.5
8772026-08-20T07:00:29.592Z Downloaded secrecy v0.10.3
8782026-08-20T07:00:29.592Z Downloaded siphasher v1.0.2
8792026-08-20T07:00:29.592Z Downloaded rustls-webpki v0.103.13
8802026-08-20T07:00:29.596Z Downloaded schemars v1.2.1
8812026-08-20T07:00:29.600Z Downloaded supports-unicode v3.0.0
8822026-08-20T07:00:29.605Z Downloaded signal-hook-tokio v0.3.1
8832026-08-20T07:00:29.608Z Downloaded darling_core v0.20.11
8842026-08-20T07:00:29.612Z Downloaded darling_core v0.21.3
8852026-08-20T07:00:29.615Z Downloaded libefi-sys v0.1.0
8862026-08-20T07:00:29.615Z Downloaded ed25519 v3.0.0
8872026-08-20T07:00:29.615Z Downloaded multer v3.1.0
8882026-08-20T07:00:29.618Z Downloaded strum v0.26.3
8892026-08-20T07:00:29.618Z Downloaded tabwriter v1.4.1
8902026-08-20T07:00:29.618Z Downloaded progenitor-impl v0.14.0
8912026-08-20T07:00:29.622Z Downloaded usdt-macro v0.6.0
8922026-08-20T07:00:29.622Z Downloaded parking_lot_core v0.9.12
8932026-08-20T07:00:29.622Z Downloaded xattr v1.6.1
8942026-08-20T07:00:29.625Z Downloaded num-rational v0.4.2
8952026-08-20T07:00:29.625Z Downloaded oxide-update-engine v0.1.2
8962026-08-20T07:00:29.631Z Downloaded oxide-update-engine-display v0.1.2
8972026-08-20T07:00:29.631Z Downloaded parking_lot_core v0.8.6
8982026-08-20T07:00:29.631Z Downloaded universal-hash v0.6.1
8992026-08-20T07:00:29.636Z Downloaded crossbeam-epoch v0.9.18
9002026-08-20T07:00:29.636Z Downloaded newtype-uuid v1.3.2
9012026-08-20T07:00:29.636Z Downloaded pbkdf2 v0.13.0
9022026-08-20T07:00:29.636Z Downloaded pem-rfc7468 v0.7.0
9032026-08-20T07:00:29.636Z Downloaded universal-hash v0.5.1
9042026-08-20T07:00:29.636Z Downloaded zeroize_derive v1.5.0
9052026-08-20T07:00:29.639Z Downloaded knus v3.4.0
9062026-08-20T07:00:29.639Z Downloaded crypto-common v0.2.2
9072026-08-20T07:00:29.639Z Downloaded icu_normalizer v2.1.1
9082026-08-20T07:00:29.644Z Downloaded icu_normalizer_data v2.1.1
9092026-08-20T07:00:29.644Z Downloaded darling_macro v0.13.4
9102026-08-20T07:00:29.644Z Downloaded postgres-protocol v0.6.10
9112026-08-20T07:00:29.644Z Downloaded pem-rfc7468 v1.0.0
9122026-08-20T07:00:29.649Z Downloaded cpubits v0.1.1
9132026-08-20T07:00:29.653Z Downloaded illumos-nvpair v0.3.0
9142026-08-20T07:00:29.656Z Downloaded darling v0.20.11
9152026-08-20T07:00:29.659Z Downloaded progenitor-extras v0.2.0
9162026-08-20T07:00:29.673Z Downloaded ingot-macros v0.2.0
9172026-08-20T07:00:29.678Z Downloaded rustls-native-certs v0.8.3
9182026-08-20T07:00:29.678Z Downloaded semver v0.1.20
9192026-08-20T07:00:29.678Z Downloaded serdect v0.4.3
9202026-08-20T07:00:29.678Z Downloaded serde_derive_internals v0.29.1
9212026-08-20T07:00:29.681Z Downloaded rustc-demangle v0.1.27
9222026-08-20T07:00:29.681Z Downloaded similar v2.7.0
9232026-08-20T07:00:29.686Z Downloaded const_format v0.2.35
9242026-08-20T07:00:29.686Z Downloaded lru-slab v0.1.2
9252026-08-20T07:00:29.686Z Downloaded tls_codec_derive v0.4.2
9262026-08-20T07:00:29.689Z Downloaded hickory-server v0.25.2
9272026-08-20T07:00:29.689Z Downloaded linked-hash-map v0.5.6
9282026-08-20T07:00:29.689Z Downloaded hashbrown v0.13.2
9292026-08-20T07:00:29.693Z Downloaded steno v0.4.1
9302026-08-20T07:00:29.696Z Downloaded hashbrown v0.12.3
9312026-08-20T07:00:29.696Z Downloaded tungstenite v0.21.0
9322026-08-20T07:00:29.696Z Downloaded crypto-bigint v0.5.5
9332026-08-20T07:00:29.700Z Downloaded num v0.4.3
9342026-08-20T07:00:29.702Z Downloaded string_cache v0.8.9
9352026-08-20T07:00:29.703Z Downloaded topological-sort v0.2.2
9362026-08-20T07:00:29.703Z Downloaded opaque-debug v0.3.1
9372026-08-20T07:00:29.703Z Downloaded termios v0.3.3
9382026-08-20T07:00:29.707Z Downloaded cookie_store v0.22.1
9392026-08-20T07:00:29.707Z Downloaded zopfli v0.8.3
9402026-08-20T07:00:29.710Z Downloaded pkcs1 v0.7.5
9412026-08-20T07:00:29.713Z Downloaded password-hash v0.6.1
9422026-08-20T07:00:29.716Z Downloaded uzers v0.12.2
9432026-08-20T07:00:29.716Z Downloaded percent-encoding v2.3.2
9442026-08-20T07:00:29.716Z Downloaded poly1305 v0.9.0
9452026-08-20T07:00:29.719Z Downloaded progenitor-impl v0.13.0
9462026-08-20T07:00:29.719Z Downloaded rayon-core v1.13.0
9472026-08-20T07:00:29.726Z Downloaded rand_core v0.6.4
9482026-08-20T07:00:29.729Z Downloaded ecdsa v0.16.9
9492026-08-20T07:00:29.729Z Downloaded constant_time_eq v0.4.2
9502026-08-20T07:00:29.729Z Downloaded secrecy v0.8.0
9512026-08-20T07:00:29.735Z Downloaded impl-trait-for-tuples v0.2.3
9522026-08-20T07:00:29.738Z Downloaded hashbrown v0.16.1
9532026-08-20T07:00:29.743Z Downloaded toml_edit v0.23.10+spec-1.0.0
9542026-08-20T07:00:29.746Z Downloaded daft-derive v0.1.7
9552026-08-20T07:00:29.752Z Downloaded shell-words v1.1.1
9562026-08-20T07:00:29.757Z Downloaded slog-bunyan v2.5.0
9572026-08-20T07:00:29.757Z Downloaded stable_deref_trait v1.2.1
9582026-08-20T07:00:29.757Z Downloaded darling v0.21.3
9592026-08-20T07:00:29.760Z Downloaded displaydoc v0.2.5
9602026-08-20T07:00:29.760Z Downloaded tokio-macros v2.7.0
9612026-08-20T07:00:29.760Z Downloaded tower-service v0.3.3
9622026-08-20T07:00:29.763Z Downloaded num-bigint-dig v0.8.6
9632026-08-20T07:00:29.766Z Downloaded smallvec v1.15.1
9642026-08-20T07:00:29.771Z Downloaded take_mut v0.2.2
9652026-08-20T07:00:29.775Z Downloaded thread-id v5.1.0
9662026-08-20T07:00:29.775Z Downloaded num-complex v0.4.6
9672026-08-20T07:00:29.778Z Downloaded aes v0.9.1
9682026-08-20T07:00:29.781Z Downloaded zip v0.6.6
9692026-08-20T07:00:29.785Z Downloaded wnaf v0.14.0
9702026-08-20T07:00:29.790Z Downloaded cstr-argument v0.1.2
9712026-08-20T07:00:29.794Z Downloaded twox-hash v2.1.2
9722026-08-20T07:00:29.794Z Downloaded aes-gcm v0.11.0
9732026-08-20T07:00:29.797Z Downloaded uuid v1.23.4
9742026-08-20T07:00:29.801Z Downloaded diesel_table_macro_syntax v0.3.0
9752026-08-20T07:00:29.806Z Downloaded lazy_static v1.5.0
9762026-08-20T07:00:29.809Z Downloaded hyper-tls v0.6.0
9772026-08-20T07:00:29.813Z Downloaded managed v0.8.0
9782026-08-20T07:00:29.813Z Downloaded internet-checksum v0.2.1
9792026-08-20T07:00:29.813Z Downloaded is-terminal v0.4.17
9802026-08-20T07:00:29.817Z Downloaded olpc-cjson v0.1.4
9812026-08-20T07:00:29.820Z Downloaded rand_core v0.10.0
9822026-08-20T07:00:29.820Z Downloaded h2 v0.4.15
9832026-08-20T07:00:29.823Z Downloaded mio v1.2.0
9842026-08-20T07:00:29.826Z Downloaded zerocopy-derive v0.8.55
9852026-08-20T07:00:29.833Z Downloaded socket2 v0.6.3
9862026-08-20T07:00:29.836Z Downloaded serde_with_macros v1.5.2
9872026-08-20T07:00:29.836Z Downloaded slog-async v2.8.0
9882026-08-20T07:00:29.839Z Downloaded slab v0.4.12
9892026-08-20T07:00:29.839Z Downloaded stringprep v0.1.5
9902026-08-20T07:00:29.839Z Downloaded tokio-native-tls v0.3.1
9912026-08-20T07:00:29.839Z Downloaded waitgroup v0.1.2
9922026-08-20T07:00:29.843Z Downloaded x509-cert v0.2.5
9932026-08-20T07:00:29.848Z Downloaded hashbrown v0.15.5
9942026-08-20T07:00:29.852Z Downloaded miniz_oxide v0.8.9
9952026-08-20T07:00:29.856Z Downloaded support-bundle-viewer v0.1.2
9962026-08-20T07:00:29.856Z Downloaded thiserror-impl-no-std v2.0.2
9972026-08-20T07:00:29.856Z Downloaded unicase v2.9.0
9982026-08-20T07:00:29.856Z Downloaded usdt-impl v0.6.0
9992026-08-20T07:00:29.856Z Downloaded hashbrown v0.14.5
10002026-08-20T07:00:29.859Z Downloaded memmap2 v0.9.10
10012026-08-20T07:00:29.859Z Downloaded phf_shared v0.12.1
10022026-08-20T07:00:29.859Z Downloaded rfc6979 v0.6.0
10032026-08-20T07:00:29.864Z Downloaded rustc_version v0.1.7
10042026-08-20T07:00:29.864Z Downloaded scheduled-thread-pool v0.2.7
10052026-08-20T07:00:29.864Z Downloaded test-strategy v0.4.5
10062026-08-20T07:00:29.868Z Downloaded toml v1.1.2+spec-1.1.0
10072026-08-20T07:00:29.868Z Downloaded futures-util v0.3.32
10082026-08-20T07:00:29.872Z Downloaded libbz2-rs-sys v0.2.2
10092026-08-20T07:00:29.875Z Downloaded zerovec-derive v0.11.2
10102026-08-20T07:00:29.876Z Downloaded nanorand v0.7.0
10112026-08-20T07:00:29.878Z Downloaded zstd-safe v7.2.4
10122026-08-20T07:00:29.879Z Downloaded convert_case v0.4.0
10132026-08-20T07:00:29.879Z Downloaded url v2.5.8
10142026-08-20T07:00:29.882Z Downloaded serde_spanned v1.1.1
10152026-08-20T07:00:29.882Z Downloaded pkcs1 v0.8.0-rc.4
10162026-08-20T07:00:29.882Z Downloaded sync_wrapper v1.0.2
10172026-08-20T07:00:29.882Z Downloaded tinyvec_macros v0.1.1
10182026-08-20T07:00:29.882Z Downloaded prefix-trie v0.7.0
10192026-08-20T07:00:29.885Z Downloaded zerocopy v0.6.6
10202026-08-20T07:00:29.885Z Downloaded ed25519-dalek v3.0.0
10212026-08-20T07:00:29.888Z Downloaded unicode-segmentation v1.12.0
10222026-08-20T07:00:29.893Z Downloaded hyper-util v0.1.20
10232026-08-20T07:00:29.897Z Downloaded rustls-pki-types v1.14.0
10242026-08-20T07:00:29.897Z Downloaded ingot v0.2.1
10252026-08-20T07:00:29.897Z Downloaded sigpipe v0.1.3
10262026-08-20T07:00:29.897Z Downloaded structmeta v0.3.0
10272026-08-20T07:00:29.897Z Downloaded maplit v1.0.2
10282026-08-20T07:00:29.897Z Downloaded void v1.0.2
10292026-08-20T07:00:29.900Z Downloaded hyper-staticfile v0.10.1
10302026-08-20T07:00:29.900Z Downloaded keccak v0.2.0
10312026-08-20T07:00:29.900Z Downloaded cpufeatures v0.3.0
10322026-08-20T07:00:29.900Z Downloaded rsa v0.10.0-rc.18
10332026-08-20T07:00:29.903Z Downloaded num-integer v0.1.46
10342026-08-20T07:00:29.903Z Downloaded iana-time-zone v0.1.65
10352026-08-20T07:00:29.906Z Downloaded zerovec v0.11.5
10362026-08-20T07:00:29.908Z Downloaded itertools v0.10.5
10372026-08-20T07:00:29.911Z Downloaded derive_more v2.1.1
10382026-08-20T07:00:29.917Z Downloaded icu_provider v2.1.1
10392026-08-20T07:00:29.921Z Downloaded indexmap v1.9.3
10402026-08-20T07:00:29.925Z Downloaded progenitor v0.14.0
10412026-08-20T07:00:29.925Z Downloaded dirs-sys-next v0.1.2
10422026-08-20T07:00:29.925Z Downloaded derive_more v0.99.20
10432026-08-20T07:00:29.930Z Downloaded progenitor v0.13.0
10442026-08-20T07:00:29.930Z Downloaded rand_core v0.9.5
10452026-08-20T07:00:29.930Z Downloaded hyper v1.10.1
10462026-08-20T07:00:29.934Z Downloaded crc v3.4.0
10472026-08-20T07:00:29.934Z Downloaded darling_macro v0.21.3
10482026-08-20T07:00:29.934Z Downloaded scroll v0.13.0
10492026-08-20T07:00:29.934Z Downloaded unicode-bidi v0.3.18
10502026-08-20T07:00:29.942Z Downloaded memoffset v0.9.1
10512026-08-20T07:00:29.945Z Downloaded openssl-probe v0.2.1
10522026-08-20T07:00:29.945Z Downloaded lalrpop-util v0.19.12
10532026-08-20T07:00:29.945Z Downloaded slog-stdlog v4.1.1
10542026-08-20T07:00:29.945Z Downloaded sqlformat v0.3.5
10552026-08-20T07:00:29.954Z Downloaded des v0.9.0
10562026-08-20T07:00:29.957Z Downloaded libloading v0.8.9
10572026-08-20T07:00:29.957Z Downloaded static_assertions v1.1.0
10582026-08-20T07:00:29.957Z Downloaded crossbeam-utils v0.8.21
10592026-08-20T07:00:29.960Z Downloaded testing_table v0.3.0
10602026-08-20T07:00:29.960Z Downloaded recursive-proc-macro-impl v0.1.1
10612026-08-20T07:00:29.963Z Downloaded ecdsa v0.17.0
10622026-08-20T07:00:29.963Z Downloaded signature v2.2.0
10632026-08-20T07:00:29.963Z Downloaded proc-macro-crate v1.3.1
10642026-08-20T07:00:29.968Z Downloaded serde_plain v1.0.2
10652026-08-20T07:00:29.968Z Downloaded untrusted v0.9.0
10662026-08-20T07:00:29.968Z Downloaded serde_with v1.14.0
10672026-08-20T07:00:30.974Z Downloaded diesel_derives v2.3.7
10682026-08-20T07:00:30.979Z Downloaded tui-tree-widget v0.23.1
10692026-08-20T07:00:30.979Z Downloaded wyz v0.5.1
10702026-08-20T07:00:30.979Z Downloaded aho-corasick v1.1.4
10712026-08-20T07:00:30.979Z Downloaded ryu v1.0.23
10722026-08-20T07:00:30.979Z Downloaded parking_lot v0.11.2
10732026-08-20T07:00:30.979Z Downloaded zone v0.3.1
10742026-08-20T07:00:30.979Z Downloaded elliptic-curve v0.13.8
10752026-08-20T07:00:30.979Z Downloaded tower v0.5.3
10762026-08-20T07:00:30.979Z Downloaded predicates v3.1.4
10772026-08-20T07:00:30.979Z Downloaded internal-russh-num-bigint v0.5.0
10782026-08-20T07:00:30.979Z Downloaded usdt-attr-macro v0.6.0
10792026-08-20T07:00:30.979Z Downloaded time-core v0.1.8
10802026-08-20T07:00:30.979Z Downloaded hkdf v0.12.4
10812026-08-20T07:00:30.979Z Downloaded indicatif v0.18.4
10822026-08-20T07:00:30.979Z Downloaded darling_core v0.23.0
10832026-08-20T07:00:30.979Z Downloaded hkdf v0.13.0
10842026-08-20T07:00:30.979Z Downloaded serde_with_macros v3.21.0
10852026-08-20T07:00:30.979Z Downloaded dsl_auto_type v0.2.0
10862026-08-20T07:00:30.979Z Downloaded darling_macro v0.20.11
10872026-08-20T07:00:30.979Z Downloaded tokio-postgres v0.7.16
10882026-08-20T07:00:30.979Z Downloaded pem v3.0.6
10892026-08-20T07:00:30.979Z Downloaded ed25519 v2.2.3
10902026-08-20T07:00:30.979Z Downloaded ipnetwork v0.21.1
10912026-08-20T07:00:30.979Z Downloaded kstat-rs v0.2.5
10922026-08-20T07:00:30.979Z Downloaded new_debug_unreachable v1.0.6
10932026-08-20T07:00:30.979Z Downloaded newtype_derive v0.1.6
10942026-08-20T07:00:30.979Z Downloaded sha1 v0.11.0
10952026-08-20T07:00:30.979Z Downloaded sync-ptr v0.1.4
10962026-08-20T07:00:30.979Z Downloaded pin-project v1.1.11
10972026-08-20T07:00:30.979Z Downloaded ipnet v2.12.0
10982026-08-20T07:00:30.979Z Downloaded sha2 v0.11.0
10992026-08-20T07:00:30.980Z Downloaded crossbeam-channel v0.5.15
11002026-08-20T07:00:30.980Z Downloaded prettyplease v0.2.37
11012026-08-20T07:00:30.980Z Downloaded vergen-git2 v9.1.0
11022026-08-20T07:00:30.980Z Downloaded num_enum v0.7.6
11032026-08-20T07:00:30.980Z Downloaded toml_parser v1.1.2+spec-1.1.0
11042026-08-20T07:00:30.980Z Downloaded module-lattice v0.2.3
11052026-08-20T07:00:30.980Z Downloaded polyval v0.7.1
11062026-08-20T07:00:30.980Z Downloaded ssh-encoding v0.3.0
11072026-08-20T07:00:30.980Z Downloaded strum_macros v0.27.2
11082026-08-20T07:00:30.980Z Downloaded downcast-rs v2.0.2
11092026-08-20T07:00:30.980Z Downloaded oxide-update-engine-types v0.1.2
11102026-08-20T07:00:30.980Z Downloaded dropshot-api-manager-types v0.8.0
11112026-08-20T07:00:30.980Z Downloaded inout v0.1.4
11122026-08-20T07:00:30.980Z Downloaded radium v0.7.0
11132026-08-20T07:00:30.980Z Downloaded tower-http v0.6.8
11142026-08-20T07:00:30.980Z Downloaded itertools v0.12.1
11152026-08-20T07:00:30.980Z Downloaded csv-core v0.1.13
11162026-08-20T07:00:30.980Z Downloaded data-encoding v2.10.0
11172026-08-20T07:00:30.980Z Downloaded structmeta-derive v0.3.0
11182026-08-20T07:00:30.980Z Downloaded untrusted v0.7.1
11192026-08-20T07:00:30.980Z Downloaded lru v0.12.5
11202026-08-20T07:00:30.980Z Downloaded path-slash v0.1.5
11212026-08-20T07:00:30.980Z Downloaded lock_api v0.4.14
11222026-08-20T07:00:30.980Z Downloaded russh-cryptovec v0.62.0
11232026-08-20T07:00:30.980Z Downloaded password-hash v0.5.0
11242026-08-20T07:00:30.980Z Downloaded ppv-lite86 v0.2.21
11252026-08-20T07:00:30.980Z Downloaded ena v0.14.4
11262026-08-20T07:00:30.980Z Downloaded wait-timeout v0.2.1
11272026-08-20T07:00:30.980Z Downloaded is_ci v1.2.0
11282026-08-20T07:00:30.980Z Downloaded ident_case v1.0.1
11292026-08-20T07:00:30.980Z Downloaded num-conv v0.2.0
11302026-08-20T07:00:30.980Z Downloaded progenitor-macro v0.14.0
11312026-08-20T07:00:30.980Z Downloaded deranged v0.5.8
11322026-08-20T07:00:30.980Z Downloaded litemap v0.8.1
11332026-08-20T07:00:30.980Z Downloaded phf v0.12.1
11342026-08-20T07:00:30.980Z Downloaded rustc-hash v2.1.1
11352026-08-20T07:00:30.980Z Downloaded crossbeam-deque v0.8.6
11362026-08-20T07:00:30.981Z Downloaded tower-layer v0.3.3
11372026-08-20T07:00:30.981Z Downloaded serde_repr v0.1.20
11382026-08-20T07:00:30.981Z Downloaded resolv-conf v0.7.6
11392026-08-20T07:00:30.981Z Downloaded slog-scope v4.4.1
11402026-08-20T07:00:30.981Z Downloaded typify v0.6.2
11412026-08-20T07:00:30.981Z Downloaded defmt v0.3.100
11422026-08-20T07:00:30.981Z Downloaded unicode-xid v0.2.6
11432026-08-20T07:00:30.981Z Downloaded miette v7.6.0
11442026-08-20T07:00:30.981Z Downloaded num-bigint v0.4.6
11452026-08-20T07:00:30.981Z Downloaded pretty_assertions v1.4.1
11462026-08-20T07:00:30.981Z Downloaded time-macros v0.2.27
11472026-08-20T07:00:30.981Z Downloaded inout v0.2.2
11482026-08-20T07:00:30.981Z Downloaded vergen-lib v0.1.6
11492026-08-20T07:00:30.981Z Downloaded document-features v0.2.12
11502026-08-20T07:00:30.981Z Downloaded rand v0.8.6
11512026-08-20T07:00:30.981Z Downloaded minimal-lexical v0.2.1
11522026-08-20T07:00:30.981Z Downloaded reqwest v0.13.2
11532026-08-20T07:00:30.981Z Downloaded native-tls v0.2.18
11542026-08-20T07:00:30.981Z Downloaded sha1 v0.10.6
11552026-08-20T07:00:30.981Z Downloaded libscf-sys v1.2.0
11562026-08-20T07:00:30.981Z Downloaded zerofrom-derive v0.1.6
11572026-08-20T07:00:30.981Z Downloaded strum_macros v0.26.4
11582026-08-20T07:00:30.981Z Downloaded drift v0.2.0
11592026-08-20T07:00:30.981Z Downloaded postcard v1.1.3
11602026-08-20T07:00:30.981Z Downloaded ingot-types v0.2.0
11612026-08-20T07:00:30.981Z Downloaded mime v0.3.17
11622026-08-20T07:00:30.981Z Downloaded phf_shared v0.13.1
11632026-08-20T07:00:30.981Z Downloaded xshell v0.2.7
11642026-08-20T07:00:30.981Z Downloaded poly1305 v0.8.0
11652026-08-20T07:00:30.981Z Downloaded der v0.7.10
11662026-08-20T07:00:30.981Z Downloaded smallvec v0.6.14
11672026-08-20T07:00:30.981Z Downloaded goblin v0.10.5
11682026-08-20T07:00:30.985Z Downloaded precomputed-hash v0.1.1
11692026-08-20T07:00:30.985Z Downloaded scrypt v0.12.0
11702026-08-20T07:00:30.986Z Downloaded try-lock v0.2.5
11712026-08-20T07:00:30.986Z Downloaded nom v8.0.0
11722026-08-20T07:00:30.986Z Downloaded dirs-next v2.0.0
11732026-08-20T07:00:30.986Z Downloaded derive-ex v0.1.8
11742026-08-20T07:00:30.986Z Downloaded stacker v0.1.23
11752026-08-20T07:00:30.986Z Downloaded pkg-config v0.3.32
11762026-08-20T07:00:30.986Z Downloaded progenitor-macro v0.13.0
11772026-08-20T07:00:30.986Z Downloaded rcgen v0.12.1
11782026-08-20T07:00:30.986Z Downloaded phc v0.6.1
11792026-08-20T07:00:30.986Z Downloaded md5 v0.8.0
11802026-08-20T07:00:30.986Z Downloaded iri-string v0.7.10
11812026-08-20T07:00:30.986Z Downloaded darling v0.23.0
11822026-08-20T07:00:30.986Z Downloaded blake3 v1.8.5
11832026-08-20T07:00:30.986Z Downloaded tokio-tungstenite v0.23.1
11842026-08-20T07:00:30.986Z Downloaded display-error-chain v0.2.2
11852026-08-20T07:00:30.986Z Downloaded ignore v0.4.25
11862026-08-20T07:00:30.986Z Downloaded p521 v0.14.0
11872026-08-20T07:00:30.986Z Downloaded ctutils v0.4.2
11882026-08-20T07:00:30.986Z Downloaded dropshot_endpoint v0.17.1
11892026-08-20T07:00:30.986Z Downloaded ssh-cipher v0.3.0
11902026-08-20T07:00:30.986Z Downloaded knus-derive v3.4.0
11912026-08-20T07:00:30.986Z Downloaded simd-adler32 v0.3.8
11922026-08-20T07:00:30.986Z Downloaded darling v0.13.4
11932026-08-20T07:00:30.986Z Downloaded defmt v1.0.1
11942026-08-20T07:00:30.986Z Downloaded dropshot-api-manager v0.8.0
11952026-08-20T07:00:30.986Z Downloaded convert_case v0.10.0
11962026-08-20T07:00:30.986Z Downloaded der v0.8.0
11972026-08-20T07:00:30.986Z Downloaded proc-macro-error2 v2.0.1
11982026-08-20T07:00:30.986Z Downloaded vergen-lib v9.1.0
11992026-08-20T07:00:30.986Z Downloaded bindgen v0.71.1
12002026-08-20T07:00:30.986Z Downloaded bitvec v1.0.1
12012026-08-20T07:00:30.986Z Downloaded cookie v0.18.1
12022026-08-20T07:00:30.987Z Downloaded critical-section v1.2.0
12032026-08-20T07:00:30.987Z Downloaded derive_more-impl v2.1.1
12042026-08-20T07:00:30.987Z Downloaded scuffle v0.1.0
12052026-08-20T07:00:30.987Z Downloaded miette-derive v7.6.0
12062026-08-20T07:00:30.987Z Downloaded derive-where v1.6.0
12072026-08-20T07:00:30.987Z Downloaded socket2 v0.5.10
12082026-08-20T07:00:30.987Z Downloaded peg v0.8.5
12092026-08-20T07:00:30.987Z Downloaded vergen-gitcl v1.0.8
12102026-08-20T07:00:30.987Z Downloaded icu_properties_data v2.1.2
12112026-08-20T07:00:30.987Z Downloaded nu-ansi-term v0.50.3
12122026-08-20T07:00:30.987Z Downloaded owo-colors v4.3.0
12132026-08-20T07:00:30.987Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12142026-08-20T07:00:30.987Z Downloaded darling_core v0.13.4
12152026-08-20T07:00:30.987Z Downloaded ssh-key v0.7.0-rc.11
12162026-08-20T07:00:30.987Z Downloaded ml-kem v0.3.2
12172026-08-20T07:00:30.987Z Downloaded tar v0.4.46
12182026-08-20T07:00:30.987Z Downloaded zerotrie v0.2.3
12192026-08-20T07:00:30.987Z Downloaded ed25519-dalek v2.2.0
12202026-08-20T07:00:30.987Z Downloaded tls_codec v0.4.2
12212026-08-20T07:00:30.987Z Downloaded papergrid v0.18.0
12222026-08-20T07:00:30.987Z Downloaded libsw-core v0.3.2
12232026-08-20T07:00:30.987Z Downloaded ron v0.8.1
12242026-08-20T07:00:30.987Z Downloaded jiff-core v0.1.0
12252026-08-20T07:00:30.987Z Downloaded openssl-sys v0.9.117
12262026-08-20T07:00:30.987Z Downloaded toml v0.7.8
12272026-08-20T07:00:30.987Z Downloaded yansi v1.0.1
12282026-08-20T07:00:30.987Z Downloaded idna v1.1.0
12292026-08-20T07:00:30.987Z Downloaded itertools v0.14.0
12302026-08-20T07:00:30.987Z Downloaded quinn v0.11.11
12312026-08-20T07:00:30.987Z Downloaded yasna v0.5.2
12322026-08-20T07:00:30.987Z Downloaded serde_yaml v0.9.34+deprecated
12332026-08-20T07:00:30.987Z Downloaded aws-lc-rs v1.16.3
12342026-08-20T07:00:30.987Z Downloaded git2 v0.20.4
12352026-08-20T07:00:30.987Z Downloaded zstd v0.13.3
12362026-08-20T07:00:30.987Z Downloaded crossterm v0.29.0
12372026-08-20T07:00:30.987Z Downloaded schemars v0.9.0
12382026-08-20T07:00:30.987Z Downloaded p384 v0.14.0
12392026-08-20T07:00:30.987Z Downloaded schemars v0.8.22
12402026-08-20T07:00:30.987Z Downloaded chrono v0.4.45
12412026-08-20T07:00:30.988Z Downloaded icu_properties v2.1.2
12422026-08-20T07:00:30.988Z Downloaded petname v2.0.2
12432026-08-20T07:00:30.988Z Downloaded num-traits v0.2.19
12442026-08-20T07:00:30.988Z Downloaded typed-path v0.9.3
12452026-08-20T07:00:30.988Z Downloaded signal-hook v0.3.18
12462026-08-20T07:00:30.988Z Downloaded snafu v0.8.9
12472026-08-20T07:00:30.988Z Downloaded rayon v1.11.0
12482026-08-20T07:00:30.988Z Downloaded icu_locale_core v2.1.1
12492026-08-20T07:00:30.988Z Downloaded vcpkg v0.2.15
12502026-08-20T07:00:30.988Z Downloaded libm v0.2.16
12512026-08-20T07:00:30.988Z Downloaded nom v7.1.3
12522026-08-20T07:00:30.988Z Downloaded quick-xml v0.37.5
12532026-08-20T07:00:30.988Z Downloaded rand v0.9.2
12542026-08-20T07:00:30.988Z Downloaded crossterm v0.28.1
12552026-08-20T07:00:30.988Z Downloaded rustls-platform-verifier v0.6.2
12562026-08-20T07:00:30.988Z Downloaded zip v4.6.1
12572026-08-20T07:00:30.988Z Downloaded unicode_categories v0.1.1
12582026-08-20T07:00:30.988Z Downloaded winnow v0.6.26
12592026-08-20T07:00:30.988Z Downloaded unicode-normalization v0.1.25
12602026-08-20T07:00:30.988Z Downloaded icu_collections v2.1.1
12612026-08-20T07:00:30.988Z Downloaded rawzip v0.4.4
12622026-08-20T07:00:30.988Z Downloaded samael v0.0.19
12632026-08-20T07:00:30.988Z Downloaded rand v0.10.1
12642026-08-20T07:00:30.988Z Downloaded time v0.3.47
12652026-08-20T07:00:30.988Z Downloaded salty v0.3.0
12662026-08-20T07:00:30.988Z Downloaded regex v1.12.3
12672026-08-20T07:00:30.988Z Downloaded libxml v0.3.3
12682026-08-20T07:00:30.993Z Downloaded gimli v0.32.3
12692026-08-20T07:00:30.994Z Downloaded toml_edit v0.19.15
12702026-08-20T07:00:30.994Z Downloaded tokio-util v0.7.18
12712026-08-20T07:00:30.994Z Downloaded itertools v0.13.0
12722026-08-20T07:00:30.994Z Downloaded tough v0.22.0
12732026-08-20T07:00:30.994Z Downloaded rustyline v14.0.0
12742026-08-20T07:00:30.994Z Downloaded crypto-primes v0.7.2
12752026-08-20T07:00:30.994Z Downloaded serde_with v3.21.0
12762026-08-20T07:00:30.994Z Downloaded reedline v0.40.0
12772026-08-20T07:00:30.994Z Downloaded proptest v1.11.0
12782026-08-20T07:00:30.994Z Downloaded zlib-rs v0.6.2
12792026-08-20T07:00:30.994Z Downloaded portable-atomic v1.13.1
12802026-08-20T07:00:30.994Z Downloaded object v0.30.4
12812026-08-20T07:00:30.994Z Downloaded radix_trie v0.2.1
12822026-08-20T07:00:30.994Z Downloaded itertools v0.15.0
12832026-08-20T07:00:30.994Z Downloaded reqwest v0.12.28
12842026-08-20T07:00:30.994Z Downloaded hickory-proto v0.24.4
12852026-08-20T07:00:30.994Z Downloaded nix v0.27.1
12862026-08-20T07:00:30.994Z Downloaded russh v0.62.4
12872026-08-20T07:00:30.994Z Downloaded winnow v1.0.3
12882026-08-20T07:00:30.994Z Downloaded openssl v0.10.80
12892026-08-20T07:00:30.994Z Downloaded lalrpop v0.19.12
12902026-08-20T07:00:30.994Z Downloaded winnow v0.5.40
12912026-08-20T07:00:30.994Z Downloaded smoltcp v0.11.0
12922026-08-20T07:00:30.994Z Downloaded crypto-bigint v0.7.5
12932026-08-20T07:00:30.994Z Downloaded iddqd v0.4.2
12942026-08-20T07:00:30.994Z Downloaded polar-core v0.27.3
12952026-08-20T07:00:30.994Z Downloaded p384 v0.13.1
12962026-08-20T07:00:30.994Z Downloaded moka v0.12.13
12972026-08-20T07:00:30.994Z Downloaded regex-syntax v0.8.10
12982026-08-20T07:00:30.994Z Downloaded bstr v1.12.1
12992026-08-20T07:00:30.994Z Downloaded hickory-proto v0.25.2
13002026-08-20T07:00:30.994Z Downloaded curve25519-dalek v4.1.3
13012026-08-20T07:00:30.995Z Downloaded regex-syntax v0.6.29
13022026-08-20T07:00:30.995Z Downloaded nix v0.28.0
13032026-08-20T07:00:30.995Z Downloaded tabled v0.21.0
13042026-08-20T07:00:30.995Z Downloaded zerocopy v0.8.55
13052026-08-20T07:00:30.995Z Downloaded quinn-proto v0.11.16
13062026-08-20T07:00:30.995Z Downloaded sha3 v0.12.0
13072026-08-20T07:00:30.995Z Downloaded regress v0.10.5
13082026-08-20T07:00:30.995Z Downloaded sqlparser v0.61.0
13092026-08-20T07:00:30.995Z Downloaded smoltcp v0.9.1
13102026-08-20T07:00:30.995Z Downloaded dropshot v0.17.1
13112026-08-20T07:00:30.995Z Downloaded regress v0.11.1
13122026-08-20T07:00:30.995Z Downloaded openapiv3 v2.2.0
13132026-08-20T07:00:30.995Z Downloaded object v0.37.3
13142026-08-20T07:00:30.996Z Downloaded sled v0.34.7
13152026-08-20T07:00:30.996Z Downloaded rustls v0.23.41
13162026-08-20T07:00:30.996Z Downloaded sha3 v0.11.0
13172026-08-20T07:00:30.996Z Downloaded nix v0.31.2
13182026-08-20T07:00:30.996Z Downloaded rustix v0.38.44
13192026-08-20T07:00:30.996Z Downloaded curve25519-dalek v5.0.0
13202026-08-20T07:00:30.996Z Downloaded ratatui v0.29.0
13212026-08-20T07:00:30.996Z Downloaded diesel v2.3.7
13222026-08-20T07:00:30.996Z Downloaded petgraph v0.6.5
13232026-08-20T07:00:30.996Z Downloaded tracing v0.1.44
13242026-08-20T07:00:30.996Z Downloaded typify-impl v0.6.2
13252026-08-20T07:00:30.996Z Downloaded jiff v0.2.34
13262026-08-20T07:00:30.996Z Downloaded zerocopy-derive v0.6.6
13272026-08-20T07:00:30.996Z Downloaded sha3 v0.10.8
13282026-08-20T07:00:30.996Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-08-20T07:00:30.996Z Downloaded csv v1.4.0
13302026-08-20T07:00:31.010Z Downloaded encoding_rs v0.8.35
13312026-08-20T07:00:31.025Z Downloaded ring v0.17.14
13322026-08-20T07:00:31.049Z Downloaded chrono-tz v0.10.4
13332026-08-20T07:00:31.059Z Downloaded regex-automata v0.4.14
13342026-08-20T07:00:31.068Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-08-20T07:00:31.078Z Downloaded petgraph v0.8.3
13362026-08-20T07:00:31.092Z Downloaded libz-sys v1.1.24
13372026-08-20T07:00:31.115Z Downloaded tokio v1.52.1
13382026-08-20T07:00:31.235Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-20T07:00:31.761Z Downloaded aws-lc-sys v0.40.0
13402026-08-20T07:00:32.011Z Compiling serde_core v1.0.229
13412026-08-20T07:00:32.011Z Compiling libc v0.2.185
13422026-08-20T07:00:32.011Z Compiling serde v1.0.229
13432026-08-20T07:00:32.014Z Compiling log v0.4.33
13442026-08-20T07:00:32.014Z Compiling smallvec v1.15.1
13452026-08-20T07:00:32.169Z Compiling find-msvc-tools v0.1.9
13462026-08-20T07:00:32.173Z Compiling shlex v1.3.0
13472026-08-20T07:00:32.173Z Compiling syn v2.0.117
13482026-08-20T07:00:32.367Z Compiling subtle v2.6.1
13492026-08-20T07:00:32.395Z Compiling scopeguard v1.2.0
13502026-08-20T07:00:32.398Z Compiling stable_deref_trait v1.2.1
13512026-08-20T07:00:32.456Z Compiling typenum v1.20.1
13522026-08-20T07:00:32.489Z Compiling lock_api v0.4.14
13532026-08-20T07:00:32.505Z Compiling zerocopy v0.8.55
13542026-08-20T07:00:32.522Z Compiling portable-atomic v1.13.1
13552026-08-20T07:00:32.544Z Compiling serde_json v1.0.151
13562026-08-20T07:00:32.721Z Compiling critical-section v1.2.0
13572026-08-20T07:00:32.755Z Compiling libm v0.2.16
13582026-08-20T07:00:32.830Z Compiling num-traits v0.2.19
13592026-08-20T07:00:32.959Z Compiling pkg-config v0.3.32
13602026-08-20T07:00:33.031Z Compiling errno v0.3.14
13612026-08-20T07:00:33.045Z Compiling jobserver v0.1.34
13622026-08-20T07:00:33.080Z Compiling getrandom v0.2.17
13632026-08-20T07:00:33.277Z Compiling cc v1.2.56
13642026-08-20T07:00:33.308Z Compiling rand_core v0.6.4
13652026-08-20T07:00:33.508Z Compiling once_cell v1.21.3
13662026-08-20T07:00:33.577Z Compiling generic-array v0.14.7
13672026-08-20T07:00:33.591Z Compiling parking_lot_core v0.9.12
13682026-08-20T07:00:33.595Z Compiling pin-project-lite v0.2.17
13692026-08-20T07:00:33.689Z Compiling const-oid v0.9.6
13702026-08-20T07:00:33.718Z Compiling getrandom v0.3.4
13712026-08-20T07:00:33.814Z Compiling signal-hook-registry v1.4.8
13722026-08-20T07:00:34.150Z Compiling litemap v0.8.1
13732026-08-20T07:00:34.340Z Compiling bitflags v2.11.0
13742026-08-20T07:00:34.420Z Compiling futures-core v0.3.32
13752026-08-20T07:00:34.444Z Compiling writeable v0.6.2
13762026-08-20T07:00:34.574Z Compiling percent-encoding v2.3.2
13772026-08-20T07:00:34.644Z Compiling semver v1.0.28
13782026-08-20T07:00:34.725Z Compiling parking_lot v0.12.5
13792026-08-20T07:00:34.764Z Compiling bytes v1.11.1
13802026-08-20T07:00:34.806Z Compiling mio v1.2.0
13812026-08-20T07:00:34.824Z Compiling icu_normalizer_data v2.1.1
13822026-08-20T07:00:34.841Z Compiling icu_properties_data v2.1.2
13832026-08-20T07:00:34.964Z Compiling socket2 v0.6.3
13842026-08-20T07:00:35.037Z Compiling synstructure v0.13.2
13852026-08-20T07:00:35.115Z Compiling getrandom v0.4.3
13862026-08-20T07:00:35.265Z Compiling rustix v1.1.4
13872026-08-20T07:00:35.280Z Compiling futures-sink v0.3.32
13882026-08-20T07:00:35.377Z Compiling rand_core v0.10.0
13892026-08-20T07:00:35.392Z Compiling futures-channel v0.3.32
13902026-08-20T07:00:35.392Z Compiling indexmap v2.14.0
13912026-08-20T07:00:35.479Z Compiling futures-io v0.3.32
13922026-08-20T07:00:35.510Z Compiling slab v0.4.12
13932026-08-20T07:00:35.625Z Compiling futures-task v0.3.32
13942026-08-20T07:00:35.639Z Compiling utf8_iter v1.0.4
13952026-08-20T07:00:35.642Z Compiling form_urlencoded v1.2.2
13962026-08-20T07:00:35.693Z Compiling rustversion v1.0.22
13972026-08-20T07:00:35.763Z Compiling iana-time-zone v0.1.65
13982026-08-20T07:00:35.781Z Compiling base64ct v1.8.3
13992026-08-20T07:00:35.795Z Compiling cmake v0.1.57
14002026-08-20T07:00:35.822Z Compiling ident_case v1.0.1
14012026-08-20T07:00:35.947Z Compiling chrono v0.4.45
14022026-08-20T07:00:35.970Z Compiling regex-syntax v0.8.10
14032026-08-20T07:00:36.061Z Compiling pem-rfc7468 v0.7.0
14042026-08-20T07:00:36.085Z Compiling dunce v1.0.5
14052026-08-20T07:00:36.175Z Compiling fs_extra v1.3.0
14062026-08-20T07:00:36.188Z Compiling flagset v0.4.7
14072026-08-20T07:00:36.316Z Compiling uuid v1.23.4
14082026-08-20T07:00:36.349Z Compiling rand_core v0.9.5
14092026-08-20T07:00:36.437Z Compiling aws-lc-sys v0.40.0
14102026-08-20T07:00:36.623Z Compiling base64 v0.22.1
14112026-08-20T07:00:36.662Z Compiling http v1.4.2
14122026-08-20T07:00:36.793Z Compiling zeroize_derive v1.5.0
14132026-08-20T07:00:36.956Z Compiling zerofrom-derive v0.1.6
14142026-08-20T07:00:36.993Z Compiling zerocopy-derive v0.8.55
14152026-08-20T07:00:37.065Z Compiling yoke-derive v0.8.1
14162026-08-20T07:00:37.379Z Compiling zerovec-derive v0.11.2
14172026-08-20T07:00:37.442Z Compiling zeroize v1.9.0
14182026-08-20T07:00:37.606Z Compiling displaydoc v0.2.5
14192026-08-20T07:00:38.246Z Compiling tokio-macros v2.7.0
14202026-08-20T07:00:38.272Z Compiling crypto-common v0.1.7
14212026-08-20T07:00:38.326Z Compiling block-buffer v0.10.4
14222026-08-20T07:00:38.348Z Compiling futures-macro v0.3.32
14232026-08-20T07:00:38.372Z Compiling zerofrom v0.1.6
14242026-08-20T07:00:38.422Z Compiling der_derive v0.7.3
14252026-08-20T07:00:38.498Z Compiling yoke v0.8.1
14262026-08-20T07:00:38.498Z Compiling digest v0.10.7
14272026-08-20T07:00:38.501Z Compiling thiserror-impl v2.0.18
14282026-08-20T07:00:38.694Z Compiling zerovec v0.11.5
14292026-08-20T07:00:38.747Z Compiling zerotrie v0.2.3
14302026-08-20T07:00:38.971Z Compiling tokio v1.52.1
14312026-08-20T07:00:39.041Z Compiling syn v1.0.109
14322026-08-20T07:00:39.165Z Compiling tinystr v0.8.2
14332026-08-20T07:00:39.197Z Compiling potential_utf v0.1.4
14342026-08-20T07:00:39.343Z Compiling icu_locale_core v2.1.1
14352026-08-20T07:00:39.358Z Compiling icu_collections v2.1.1
14362026-08-20T07:00:39.371Z Compiling futures-util v0.3.32
14372026-08-20T07:00:39.374Z Compiling der v0.7.10
14382026-08-20T07:00:39.824Z Compiling vcpkg v0.2.15
14392026-08-20T07:00:39.855Z Compiling thiserror v2.0.18
14402026-08-20T07:00:39.965Z Compiling icu_provider v2.1.1
14412026-08-20T07:00:40.222Z Compiling icu_properties v2.1.2
14422026-08-20T07:00:40.262Z Compiling icu_normalizer v2.1.1
14432026-08-20T07:00:40.529Z Compiling spki v0.7.3
14442026-08-20T07:00:40.555Z Compiling openssl-sys v0.9.117
14452026-08-20T07:00:40.784Z Compiling tracing-attributes v0.1.31
14462026-08-20T07:00:40.803Z Compiling serde_derive_internals v0.29.1
14472026-08-20T07:00:41.065Z Compiling idna_adapter v1.2.1
14482026-08-20T07:00:41.207Z Compiling idna v1.1.0
14492026-08-20T07:00:41.289Z Compiling rustc_version v0.4.1
14502026-08-20T07:00:41.549Z Compiling ppv-lite86 v0.2.21
14512026-08-20T07:00:41.615Z Compiling url v2.5.8
14522026-08-20T07:00:41.691Z Compiling tracing-core v0.1.36
14532026-08-20T07:00:41.736Z Compiling schemars v0.8.22
14542026-08-20T07:00:41.875Z Compiling simd-adler32 v0.3.8
14552026-08-20T07:00:41.918Z Compiling rand_chacha v0.9.0
14562026-08-20T07:00:41.936Z Compiling cpufeatures v0.2.17
14572026-08-20T07:00:42.012Z Compiling aws-lc-rs v1.16.3
14582026-08-20T07:00:42.122Z Compiling dyn-clone v1.0.20
14592026-08-20T07:00:42.143Z Compiling tracing v0.1.44
14602026-08-20T07:00:42.244Z Compiling rand v0.9.2
14612026-08-20T07:00:42.293Z Compiling schemars_derive v0.8.22
14622026-08-20T07:00:42.457Z Compiling pkcs8 v0.10.2
14632026-08-20T07:00:42.472Z Compiling rustls-pki-types v1.14.0
14642026-08-20T07:00:42.623Z Compiling http-body v1.0.1
14652026-08-20T07:00:42.718Z Compiling spin v0.9.8
14662026-08-20T07:00:42.774Z Compiling crc32fast v1.5.0
14672026-08-20T07:00:42.922Z Compiling tokio-util v0.7.18
14682026-08-20T07:00:42.939Z Compiling tinyvec_macros v0.1.1
14692026-08-20T07:00:43.004Z Compiling cmov v0.5.4
14702026-08-20T07:00:43.019Z Compiling httparse v1.10.1
14712026-08-20T07:00:43.034Z Compiling adler2 v2.0.1
14722026-08-20T07:00:43.166Z Compiling openssl-probe v0.2.1
14732026-08-20T07:00:43.212Z Compiling ctutils v0.4.2
14742026-08-20T07:00:43.340Z Compiling miniz_oxide v0.8.9
14752026-08-20T07:00:43.446Z Compiling tinyvec v1.10.0
14762026-08-20T07:00:43.461Z Compiling tempfile v3.27.0
14772026-08-20T07:00:43.786Z Compiling pest_generator v2.8.6
14782026-08-20T07:00:43.820Z Compiling sha2 v0.10.9
14792026-08-20T07:00:43.938Z Compiling terminal_size v0.4.3
14802026-08-20T07:00:43.953Z Compiling aho-corasick v1.1.4
14812026-08-20T07:00:44.072Z Compiling untrusted v0.7.1
14822026-08-20T07:00:44.195Z Compiling atomic-waker v1.1.2
14832026-08-20T07:00:44.320Z Compiling try-lock v0.2.5
14842026-08-20T07:00:44.429Z Compiling tower-service v0.3.3
14852026-08-20T07:00:44.461Z Compiling tower-layer v0.3.3
14862026-08-20T07:00:44.525Z Compiling radium v0.7.0
14872026-08-20T07:00:44.621Z Compiling pest_derive v2.8.6
14882026-08-20T07:00:44.730Z Compiling regex-automata v0.4.14
14892026-08-20T07:00:44.783Z Compiling want v0.3.1
14902026-08-20T07:00:44.796Z Compiling h2 v0.4.15
14912026-08-20T07:00:45.049Z Compiling hybrid-array v0.4.13
14922026-08-20T07:00:45.124Z Compiling scroll_derive v0.13.1
14932026-08-20T07:00:45.385Z Compiling darling_core v0.20.11
14942026-08-20T07:00:45.573Z Compiling ipnet v2.12.0
14952026-08-20T07:00:45.801Z Compiling foreign-types-shared v0.1.1
14962026-08-20T07:00:45.888Z Compiling tap v1.0.1
14972026-08-20T07:00:45.908Z Compiling untrusted v0.9.0
14982026-08-20T07:00:45.997Z Compiling rustls v0.23.41
14992026-08-20T07:00:46.028Z Compiling maybe-uninit v2.0.0
15002026-08-20T07:00:46.057Z Compiling openssl v0.10.80
15012026-08-20T07:00:46.162Z Compiling httpdate v1.0.3
15022026-08-20T07:00:46.188Z Compiling wyz v0.5.1
15032026-08-20T07:00:46.309Z Compiling scroll v0.13.0
15042026-08-20T07:00:46.337Z Compiling foreign-types v0.3.2
15052026-08-20T07:00:46.386Z Compiling unicode-normalization v0.1.25
15062026-08-20T07:00:46.565Z Compiling rand_chacha v0.3.1
15072026-08-20T07:00:46.579Z Compiling signature v2.2.0
15082026-08-20T07:00:46.813Z Compiling openssl-macros v0.1.1
15092026-08-20T07:00:46.853Z Compiling thiserror-impl v1.0.69
15102026-08-20T07:00:46.879Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15112026-08-20T07:00:47.205Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-20T07:00:47.260Z Compiling hex v0.4.3
15132026-08-20T07:00:47.364Z Compiling num-integer v0.1.46
15142026-08-20T07:00:47.474Z Compiling wait-timeout v0.2.1
15152026-08-20T07:00:47.523Z Compiling ahash v0.8.12
15162026-08-20T07:00:47.649Z Compiling darling_macro v0.20.11
15172026-08-20T07:00:47.684Z Compiling num-bigint-dig v0.8.6
15182026-08-20T07:00:47.723Z Compiling packed_struct v0.10.1
15192026-08-20T07:00:47.738Z Compiling num-conv v0.2.0
15202026-08-20T07:00:47.864Z Compiling hyper v1.10.1
15212026-08-20T07:00:47.864Z Compiling native-tls v0.2.18
15222026-08-20T07:00:47.958Z Compiling funty v2.0.0
15232026-08-20T07:00:48.064Z Compiling powerfmt v0.2.0
15242026-08-20T07:00:48.098Z Compiling time-core v0.1.8
15252026-08-20T07:00:48.122Z Compiling bit-vec v0.8.0
15262026-08-20T07:00:48.239Z Compiling quick-error v1.2.3
15272026-08-20T07:00:48.259Z Compiling time-macros v0.2.27
15282026-08-20T07:00:48.342Z Compiling rusty-fork v0.3.1
15292026-08-20T07:00:48.356Z Compiling bit-set v0.8.0
15302026-08-20T07:00:48.514Z Compiling bitvec v1.0.1
15312026-08-20T07:00:48.529Z Compiling deranged v0.5.8
15322026-08-20T07:00:48.651Z Compiling clap_builder v4.6.0
15332026-08-20T07:00:48.817Z Compiling darling v0.20.11
15342026-08-20T07:00:48.852Z Compiling thiserror v1.0.69
15352026-08-20T07:00:48.954Z Compiling hyper-util v0.1.20
15362026-08-20T07:00:49.018Z Compiling num-iter v0.1.45
15372026-08-20T07:00:49.490Z Compiling rand v0.8.6
15382026-08-20T07:00:49.902Z Compiling goblin v0.10.5
15392026-08-20T07:00:50.000Z Compiling packed_struct_codegen v0.10.1
15402026-08-20T07:00:50.253Z Compiling lazy_static v1.5.0
15412026-08-20T07:00:50.345Z Compiling hmac v0.12.1
15422026-08-20T07:00:50.505Z Compiling zerocopy-derive v0.6.6
15432026-08-20T07:00:50.622Z Compiling clap_derive v4.6.1
15442026-08-20T07:00:51.063Z Compiling bitfield-macros v0.19.4
15452026-08-20T07:00:51.309Z Compiling rand_xorshift v0.4.0
15462026-08-20T07:00:51.467Z Compiling serde_spanned v0.6.9
15472026-08-20T07:00:51.532Z Compiling toml_datetime v0.6.11
15482026-08-20T07:00:51.620Z Compiling sync_wrapper v1.0.2
15492026-08-20T07:00:51.777Z Compiling indexmap v1.9.3
15502026-08-20T07:00:51.806Z Compiling nodrop v0.1.14
15512026-08-20T07:00:51.843Z Compiling crc-catalog v2.4.0
15522026-08-20T07:00:51.899Z Compiling paste v1.0.15
15532026-08-20T07:00:51.936Z Compiling usdt-impl v0.6.0
15542026-08-20T07:00:51.959Z Compiling zlib-rs v0.6.2
15552026-08-20T07:00:52.135Z Compiling crossbeam-utils v0.8.21
15562026-08-20T07:00:52.159Z Compiling num_threads v0.1.7
15572026-08-20T07:00:52.260Z Compiling siphasher v1.0.2
15582026-08-20T07:00:52.393Z Compiling unarray v0.1.4
15592026-08-20T07:00:52.408Z Compiling object v0.37.3
15602026-08-20T07:00:52.443Z Compiling clap v4.6.1
15612026-08-20T07:00:52.457Z Compiling time v0.3.47
15622026-08-20T07:00:52.501Z Compiling proptest v1.11.0
15632026-08-20T07:00:52.588Z Compiling dof v0.4.0
15642026-08-20T07:00:52.735Z Compiling crc v3.4.0
15652026-08-20T07:00:52.936Z Compiling array-init v0.0.4
15662026-08-20T07:00:53.268Z Compiling bitfield v0.19.4
15672026-08-20T07:00:53.556Z Compiling tower v0.5.3
15682026-08-20T07:00:53.984Z Compiling zerocopy v0.6.6
15692026-08-20T07:00:54.065Z Compiling smallvec v0.6.14
15702026-08-20T07:00:54.357Z Compiling derive_builder_core v0.20.2
15712026-08-20T07:00:54.519Z Compiling dtrace-parser v0.3.0
15722026-08-20T07:00:55.170Z Compiling flate2 v1.1.9
15732026-08-20T07:00:55.184Z Compiling ipnetwork v0.21.1
15742026-08-20T07:00:55.226Z Compiling http-body-util v0.1.3
15752026-08-20T07:00:55.271Z Compiling pkcs1 v0.7.5
15762026-08-20T07:00:55.461Z Compiling heapless v0.7.17
15772026-08-20T07:00:55.552Z Compiling structmeta-derive v0.3.0
15782026-08-20T07:00:55.566Z Compiling scroll_derive v0.12.1
15792026-08-20T07:00:55.658Z Compiling slog v2.8.2
15802026-08-20T07:00:55.697Z Compiling darling_core v0.23.0
15812026-08-20T07:00:55.785Z Compiling thread-id v5.1.0
15822026-08-20T07:00:55.837Z Compiling cookie v0.18.1
15832026-08-20T07:00:55.869Z Compiling env_filter v2.0.0
15842026-08-20T07:00:56.015Z Compiling signal-hook v0.3.18
15852026-08-20T07:00:56.166Z Compiling ryu v1.0.23
15862026-08-20T07:00:56.188Z Compiling hashbrown v0.12.3
15872026-08-20T07:00:56.219Z Compiling allocator-api2 v0.2.21
15882026-08-20T07:00:56.346Z Compiling base64 v0.21.7
15892026-08-20T07:00:56.544Z Compiling unicode-properties v0.1.4
15902026-08-20T07:00:56.605Z Compiling iri-string v0.7.10
15912026-08-20T07:00:56.682Z Compiling unicode-bidi v0.3.18
15922026-08-20T07:00:56.697Z Compiling anyhow v1.0.104
15932026-08-20T07:00:56.799Z Compiling zstd-safe v7.2.4
15942026-08-20T07:00:56.997Z Compiling gimli v0.32.3
15952026-08-20T07:00:57.012Z Compiling winnow v0.5.40
15962026-08-20T07:00:57.430Z Compiling stringprep v0.1.5
15972026-08-20T07:00:57.874Z Compiling tower-http v0.6.8
15982026-08-20T07:00:58.222Z Compiling structmeta v0.3.0
15992026-08-20T07:00:58.252Z Compiling darling_macro v0.23.0
16002026-08-20T07:00:58.442Z Compiling toml_edit v0.19.15
16012026-08-20T07:00:58.457Z Compiling ron v0.8.1
16022026-08-20T07:00:58.658Z Compiling addr2line v0.25.1
16032026-08-20T07:00:58.739Z Compiling serde_urlencoded v0.7.1
16042026-08-20T07:00:58.923Z Compiling scroll v0.12.0
16052026-08-20T07:00:58.977Z Compiling env_logger v0.11.11
16062026-08-20T07:00:59.338Z Compiling rsa v0.9.10
16072026-08-20T07:00:59.370Z Compiling oxnet v0.1.6
16082026-08-20T07:00:59.384Z Compiling derive_builder_macro v0.20.2
16092026-08-20T07:00:59.440Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16102026-08-20T07:00:59.633Z Compiling newtype-uuid v1.3.2
16112026-08-20T07:00:59.788Z Compiling hashbrown v0.13.2
16122026-08-20T07:00:59.841Z Compiling bzip2 v0.4.4
16132026-08-20T07:00:59.959Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16142026-08-20T07:01:00.045Z Compiling serde-hex v0.1.0
16152026-08-20T07:01:00.142Z Compiling tokio-native-tls v0.3.1
16162026-08-20T07:01:00.264Z Compiling camino v1.2.5
16172026-08-20T07:01:01.145Z Compiling bstr v1.12.1
16182026-08-20T07:01:01.556Z Compiling block-buffer v0.12.1
16192026-08-20T07:01:01.772Z Compiling block-padding v0.4.2
16202026-08-20T07:01:01.787Z Compiling crypto-common v0.2.2
16212026-08-20T07:01:01.813Z Compiling rustls-native-certs v0.8.3
16222026-08-20T07:01:01.945Z Compiling curve25519-dalek v4.1.3
16232026-08-20T07:01:02.109Z Compiling x509-cert v0.2.5
16242026-08-20T07:01:02.284Z Compiling md-5 v0.10.6
16252026-08-20T07:01:02.397Z Compiling pin-project-internal v1.1.11
16262026-08-20T07:01:02.453Z Compiling daft-derive v0.1.7
16272026-08-20T07:01:03.121Z Compiling async-trait v0.1.89
16282026-08-20T07:01:03.164Z Compiling zerocopy-derive v0.7.35
16292026-08-20T07:01:03.399Z Compiling vergen-lib v9.1.0
16302026-08-20T07:01:03.481Z Compiling serde_tokenstream v0.2.3
16312026-08-20T07:01:03.527Z Compiling hash32 v0.2.1
16322026-08-20T07:01:03.576Z Compiling erased-serde v0.3.31
16332026-08-20T07:01:03.703Z Compiling memoffset v0.9.1
16342026-08-20T07:01:03.718Z Compiling encoding_rs v0.8.35
16352026-08-20T07:01:03.792Z Compiling rustc-demangle v0.1.27
16362026-08-20T07:01:03.887Z Compiling smoltcp v0.9.1
16372026-08-20T07:01:04.031Z Compiling mime v0.3.17
16382026-08-20T07:01:04.053Z Compiling psl-types v2.0.11
16392026-08-20T07:01:04.067Z Compiling litrs v1.0.0
16402026-08-20T07:01:04.122Z Compiling rustix v0.38.44
16412026-08-20T07:01:04.172Z Compiling fallible-iterator v0.2.0
16422026-08-20T07:01:04.186Z Compiling ref-cast v1.0.25
16432026-08-20T07:01:04.212Z Compiling crc-any v2.5.0
16442026-08-20T07:01:04.272Z Compiling cfg_aliases v0.2.1
16452026-08-20T07:01:04.345Z Compiling owo-colors v4.3.0
16462026-08-20T07:01:04.435Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16472026-08-20T07:01:04.490Z Compiling postgres-protocol v0.6.10
16482026-08-20T07:01:04.520Z Compiling nix v0.31.2
16492026-08-20T07:01:04.552Z Compiling publicsuffix v2.3.0
16502026-08-20T07:01:04.566Z Compiling document-features v0.2.12
16512026-08-20T07:01:04.694Z Compiling zerocopy v0.7.35
16522026-08-20T07:01:04.717Z Compiling backtrace v0.3.76
16532026-08-20T07:01:05.144Z Compiling pin-project v1.1.11
16542026-08-20T07:01:05.188Z Compiling daft v0.1.7
16552026-08-20T07:01:05.243Z Compiling inout v0.2.2
16562026-08-20T07:01:05.253Z Compiling hyper-tls v0.6.0
16572026-08-20T07:01:05.294Z Compiling object v0.30.4
16582026-08-20T07:01:05.409Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16592026-08-20T07:01:05.455Z Compiling zip v0.6.6
16602026-08-20T07:01:05.471Z Compiling derive_builder v0.20.2
16612026-08-20T07:01:05.562Z Compiling toml v0.7.8
16622026-08-20T07:01:05.687Z Compiling goblin v0.8.2
16632026-08-20T07:01:06.017Z Compiling darling v0.23.0
16642026-08-20T07:01:06.100Z Compiling derive-ex v0.1.8
16652026-08-20T07:01:06.159Z Compiling phf_shared v0.13.1
16662026-08-20T07:01:06.314Z Compiling regex v1.12.3
16672026-08-20T07:01:06.391Z Compiling hubpack_derive v0.1.1
16682026-08-20T07:01:06.486Z Compiling futures-executor v0.3.32
16692026-08-20T07:01:06.750Z Compiling curve25519-dalek-derive v0.1.1
16702026-08-20T07:01:06.803Z Compiling strum_macros v0.27.2
16712026-08-20T07:01:06.883Z Compiling snafu-derive v0.8.9
16722026-08-20T07:01:07.395Z Compiling ref-cast-impl v1.0.25
16732026-08-20T07:01:07.778Z Compiling vergen v9.1.0
16742026-08-20T07:01:07.942Z Compiling cargo-platform v0.3.2
16752026-08-20T07:01:07.957Z Compiling ff v0.13.1
16762026-08-20T07:01:08.096Z Compiling fs-err v3.3.0
16772026-08-20T07:01:08.147Z Compiling foldhash v0.1.5
16782026-08-20T07:01:08.216Z Compiling managed v0.8.0
16792026-08-20T07:01:08.284Z Compiling foldhash v0.2.0
16802026-08-20T07:01:08.320Z Compiling libbz2-rs-sys v0.2.2
16812026-08-20T07:01:08.435Z Compiling either v1.15.0
16822026-08-20T07:01:08.503Z Compiling bumpalo v3.20.2
16832026-08-20T07:01:08.639Z Compiling jiff-core v0.1.0
16842026-08-20T07:01:08.779Z Compiling same-file v1.0.6
16852026-08-20T07:01:08.790Z Compiling unicode-segmentation v1.12.0
16862026-08-20T07:01:08.791Z Compiling bitflags v1.3.2
16872026-08-20T07:01:08.880Z Compiling path-slash v0.1.5
16882026-08-20T07:01:08.919Z Compiling base16ct v0.2.0
16892026-08-20T07:01:09.008Z Compiling is_ci v1.2.0
16902026-08-20T07:01:09.009Z Compiling textwrap v0.16.2
16912026-08-20T07:01:09.098Z Compiling supports-color v3.0.2
16922026-08-20T07:01:09.132Z Compiling sec1 v0.7.3
16932026-08-20T07:01:09.168Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16942026-08-20T07:01:09.190Z Compiling walkdir v2.5.0
16952026-08-20T07:01:09.410Z Compiling jiff v0.2.34
16962026-08-20T07:01:09.442Z Compiling snafu v0.8.9
16972026-08-20T07:01:09.478Z Compiling strum v0.27.2
16982026-08-20T07:01:09.600Z Compiling bzip2 v0.6.1
16992026-08-20T07:01:09.717Z Compiling zopfli v0.8.3
17002026-08-20T07:01:09.782Z Compiling hashbrown v0.16.1
17012026-08-20T07:01:09.905Z Compiling hashbrown v0.15.5
17022026-08-20T07:01:10.033Z Compiling cargo_metadata v0.23.1
17032026-08-20T07:01:10.366Z Compiling group v0.13.0
17042026-08-20T07:01:10.443Z Compiling dof v0.3.0
17052026-08-20T07:01:10.503Z Compiling test-strategy v0.4.5
17062026-08-20T07:01:10.549Z Compiling hubpack v0.1.2
17072026-08-20T07:01:10.763Z Compiling futures v0.3.32
17082026-08-20T07:01:11.150Z Compiling phf v0.13.1
17092026-08-20T07:01:11.207Z Compiling serde_with_macros v3.21.0
17102026-08-20T07:01:11.313Z Compiling cookie_store v0.22.1
17112026-08-20T07:01:11.379Z Compiling signal-hook-mio v0.2.5
17122026-08-20T07:01:11.499Z Compiling zstd v0.13.3
17132026-08-20T07:01:11.788Z Compiling reqwest v0.12.28
17142026-08-20T07:01:12.012Z Compiling cipher v0.5.2
17152026-08-20T07:01:12.015Z Compiling backtrace-ext v0.2.1
17162026-08-20T07:01:12.307Z Compiling postgres-types v0.2.12
17172026-08-20T07:01:12.867Z Compiling usdt-attr-macro v0.6.0
17182026-08-20T07:01:13.008Z Compiling usdt-macro v0.6.0
17192026-08-20T07:01:13.050Z Compiling globset v0.4.18
17202026-08-20T07:01:13.484Z Compiling phf_shared v0.11.3
17212026-08-20T07:01:13.547Z Compiling hkdf v0.12.4
17222026-08-20T07:01:13.591Z Compiling dtrace-parser v0.2.0
17232026-08-20T07:01:13.666Z Compiling byte-wrapper v0.1.0
17242026-08-20T07:01:13.666Z Compiling olpc-cjson v0.1.4
17252026-08-20T07:01:13.715Z Compiling ed25519 v2.2.3
17262026-08-20T07:01:13.715Z Compiling crypto-bigint v0.5.5
17272026-08-20T07:01:13.751Z Compiling pem v3.0.6
17282026-08-20T07:01:13.848Z Compiling miette-derive v7.6.0
17292026-08-20T07:01:13.984Z Compiling enum-as-inner v0.6.1
17302026-08-20T07:01:14.069Z Compiling serde_repr v0.1.20
17312026-08-20T07:01:14.311Z Compiling async-recursion v1.1.1
17322026-08-20T07:01:14.497Z Compiling strum_macros v0.26.4
17332026-08-20T07:01:14.606Z Compiling serde-big-array v0.5.1
17342026-08-20T07:01:14.611Z Compiling serde_plain v1.0.2
17352026-08-20T07:01:14.809Z Compiling float-cmp v0.10.0
17362026-08-20T07:01:14.816Z Compiling memmap2 v0.9.10
17372026-08-20T07:01:14.902Z Compiling thread-id v4.2.2
17382026-08-20T07:01:14.962Z Compiling normalize-line-endings v0.3.0
17392026-08-20T07:01:14.977Z Compiling difflib v0.4.0
17402026-08-20T07:01:14.991Z Compiling whoami v2.1.0
17412026-08-20T07:01:15.026Z Compiling typed-path v0.9.3
17422026-08-20T07:01:15.060Z Compiling fixedbitset v0.5.7
17432026-08-20T07:01:15.368Z Compiling keccak v0.1.6
17442026-08-20T07:01:15.375Z Compiling new_debug_unreachable v1.0.6
17452026-08-20T07:01:15.454Z Compiling winnow v1.0.3
17462026-08-20T07:01:15.538Z Compiling precomputed-hash v0.1.1
17472026-08-20T07:01:15.555Z Compiling const-oid v0.10.2
17482026-08-20T07:01:15.627Z Compiling data-encoding v2.10.0
17492026-08-20T07:01:15.759Z Compiling predicates-core v1.0.10
17502026-08-20T07:01:15.829Z Compiling supports-hyperlinks v3.2.0
17512026-08-20T07:01:15.948Z Compiling static_assertions v1.1.0
17522026-08-20T07:01:15.978Z Compiling fixedbitset v0.4.2
17532026-08-20T07:01:16.006Z Compiling cpufeatures v0.3.0
17542026-08-20T07:01:16.085Z Compiling supports-unicode v3.0.0
17552026-08-20T07:01:16.112Z Compiling toml_edit v0.22.27
17562026-08-20T07:01:16.196Z Compiling miette v7.6.0
17572026-08-20T07:01:16.225Z Compiling petgraph v0.6.5
17582026-08-20T07:01:16.239Z Compiling chacha20 v0.10.0
17592026-08-20T07:01:16.252Z Compiling strum v0.26.3
17602026-08-20T07:01:16.306Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-20T07:01:16.378Z Compiling toml_parser v1.1.2+spec-1.1.0
17622026-08-20T07:01:16.520Z Compiling hickory-proto v0.25.2
17632026-08-20T07:01:16.623Z Compiling predicates v3.1.4
17642026-08-20T07:01:17.091Z Compiling digest v0.11.3
17652026-08-20T07:01:17.259Z Compiling string_cache v0.8.9
17662026-08-20T07:01:17.324Z Compiling sha3 v0.10.8
17672026-08-20T07:01:17.384Z Compiling petgraph v0.8.3
17682026-08-20T07:01:17.484Z Compiling tokio-postgres v0.7.16
17692026-08-20T07:01:17.782Z Compiling usdt-impl v0.5.0
17702026-08-20T07:01:17.797Z Compiling usdt v0.6.0
17712026-08-20T07:01:18.060Z Compiling elliptic-curve v0.13.8
17722026-08-20T07:01:18.365Z Compiling ed25519-dalek v2.2.0
17732026-08-20T07:01:18.462Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17742026-08-20T07:01:18.875Z Compiling crossterm v0.28.1
17752026-08-20T07:01:18.900Z Compiling serde_with v3.21.0
17762026-08-20T07:01:19.350Z Compiling zip v4.6.1
17772026-08-20T07:01:19.958Z Compiling iddqd v0.4.2
17782026-08-20T07:01:20.128Z Compiling heck v0.4.1
17792026-08-20T07:01:20.290Z Compiling similar v2.7.0
17802026-08-20T07:01:20.353Z Compiling itertools v0.13.0
17812026-08-20T07:01:20.498Z Compiling itertools v0.15.0
17822026-08-20T07:01:20.668Z Compiling crossbeam-epoch v0.9.18
17832026-08-20T07:01:20.798Z Compiling tokio-stream v0.1.18
17842026-08-20T07:01:20.994Z Compiling buf-list v1.1.2
17852026-08-20T07:01:21.151Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17862026-08-20T07:01:21.224Z Compiling openapiv3 v2.2.0
17872026-08-20T07:01:21.245Z Compiling peg-runtime v0.8.5
17882026-08-20T07:01:21.259Z Compiling lalrpop-util v0.19.12
17892026-08-20T07:01:21.273Z Compiling thread_local v1.1.9
17902026-08-20T07:01:21.444Z Compiling slog-async v2.8.0
17912026-08-20T07:01:21.461Z Compiling crossbeam-channel v0.5.15
17922026-08-20T07:01:21.515Z Compiling is-terminal v0.4.17
17932026-08-20T07:01:21.529Z Compiling filetime v0.2.27
17942026-08-20T07:01:21.589Z Compiling term v1.2.1
17952026-08-20T07:01:21.611Z Compiling xattr v1.6.1
17962026-08-20T07:01:21.732Z Compiling take_mut v0.2.2
17972026-08-20T07:01:21.759Z Compiling camino-tempfile v1.4.1
17982026-08-20T07:01:21.840Z Compiling tar v0.4.46
17992026-08-20T07:01:21.924Z Compiling slog-term v2.9.2
18002026-08-20T07:01:28.031Z Compiling rustls-webpki v0.103.13
18012026-08-20T07:01:30.714Z Compiling tokio-rustls v0.26.4
18022026-08-20T07:01:30.718Z Compiling rustls-platform-verifier v0.6.2
18032026-08-20T07:01:30.718Z Compiling tough v0.22.0
18042026-08-20T07:01:30.925Z Compiling hyper-rustls v0.27.7
18052026-08-20T07:01:31.120Z Compiling reqwest v0.13.2
18062026-08-20T07:01:33.394Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18072026-08-20T07:01:33.621Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18082026-08-20T07:01:36.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18092026-08-20T07:01:36.713Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18102026-08-20T07:01:36.768ZAug 20 07:01:35.657 INFO Starting download, target: Clickhouse
18112026-08-20T07:01:36.768ZAug 20 07:01:35.658 INFO Starting download, target: DendriteStub
18122026-08-20T07:01:36.768ZAug 20 07:01:35.658 INFO Starting download, target: Cockroach
18132026-08-20T07:01:36.768ZAug 20 07:01:35.658 INFO Starting download, target: Console
18142026-08-20T07:01:36.768ZAug 20 07:01:35.658 INFO Starting download, target: MaghemiteMgd
18152026-08-20T07:01:36.774ZAug 20 07:01:35.658 INFO Starting download, target: MaghemiteDdmd
18162026-08-20T07:01:36.774ZAug 20 07:01:35.658 INFO Starting download, target: TransceiverControl
18172026-08-20T07:01:36.774ZAug 20 07:01:35.658 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18182026-08-20T07:01:36.774ZAug 20 07:01:35.658 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18192026-08-20T07:01:36.774ZAug 20 07:01:35.658 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18202026-08-20T07:01:36.776ZAug 20 07:01:35.658 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18212026-08-20T07:01:36.777ZAug 20 07:01:35.658 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18222026-08-20T07:01:36.777ZAug 20 07:01:35.658 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18232026-08-20T07:01:36.777ZAug 20 07:01:35.658 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18242026-08-20T07:01:37.513ZAug 20 07:01:36.359 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18252026-08-20T07:01:37.670ZAug 20 07:01:36.562 INFO Download complete, target: TransceiverControl
18262026-08-20T07:01:38.527ZAug 20 07:01:37.397 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18272026-08-20T07:01:38.997ZAug 20 07:01:37.465 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-20T07:01:39.080ZAug 20 07:01:37.697 INFO Download complete, target: Console
18292026-08-20T07:01:43.995ZAug 20 07:01:42.882 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18302026-08-20T07:01:44.245ZAug 20 07:01:43.136 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18312026-08-20T07:01:44.647ZAug 20 07:01:43.530 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-20T07:01:45.023ZAug 20 07:01:43.909 INFO Checking that binary works, target: Clickhouse
18332026-08-20T07:01:45.108ZAug 20 07:01:44.002 INFO Download complete, target: Clickhouse
18342026-08-20T07:01:45.438ZAug 20 07:01:44.283 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18352026-08-20T07:01:45.438ZAug 20 07:01:44.283 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18362026-08-20T07:01:45.973ZAug 20 07:01:44.827 INFO Download complete, target: MaghemiteDdmd
18372026-08-20T07:01:46.856ZAug 20 07:01:45.745 INFO Download complete, target: MaghemiteMgd
18382026-08-20T07:01:47.306ZAug 20 07:01:46.197 INFO Download complete, target: DendriteStub
18392026-08-20T07:01:49.844ZAug 20 07:01:48.737 INFO Checking that binary works, target: Cockroach
18402026-08-20T07:01:49.952ZAug 20 07:01:48.847 INFO Download complete, target: Cockroach
18412026-08-20T07:01:49.967ZAll builder prerequisites installed successfully, and PATH looks valid
18422026-08-20T07:01:49.975Z
18432026-08-20T07:01:49.975Zreal 2:12.550911560
18442026-08-20T07:01:49.975Zuser 7:17.902287648
18452026-08-20T07:01:49.975Zsys 1:26.926858483
18462026-08-20T07:01:49.975Ztrap 0.241021124
18472026-08-20T07:01:49.975Ztflt 0.631816263
18482026-08-20T07:01:49.975Zdflt 0.808152918
18492026-08-20T07:01:49.975Zkflt 0.029438607
18502026-08-20T07:01:49.975Zlock 28:12.600386718
18512026-08-20T07:01:49.975Zslp 22:08.357725063
18522026-08-20T07:01:49.975Zlat 48.319316955
18532026-08-20T07:01:49.975Zstop 2:43.971478734
18542026-08-20T07:01:49.975Z+ banner clippy
18552026-08-20T07:01:49.975Z
18562026-08-20T07:01:49.975Z #### # # ##### ##### # #
18572026-08-20T07:01:49.975Z # # # # # # # # # #
18582026-08-20T07:01:49.975Z # # # # # # # #
18592026-08-20T07:01:49.975Z # # # ##### ##### #
18602026-08-20T07:01:49.975Z # # # # # # #
18612026-08-20T07:01:49.975Z #### ###### # # # #
18622026-08-20T07:01:49.975Z
18632026-08-20T07:01:49.975Z+ export CARGO_INCREMENTAL=0
18642026-08-20T07:01:49.976Z+ CARGO_INCREMENTAL=0
18652026-08-20T07:01:49.976Z+ ptime -m cargo xtask clippy
18662026-08-20T07:01:50.439Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18672026-08-20T07:01:50.720Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18682026-08-20T07:01:52.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18692026-08-20T07:01:52.574Z Running `target/debug/xtask clippy`
18702026-08-20T07:01:52.597Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18712026-08-20T07:01:53.172Z Downloading crates ...
18722026-08-20T07:01:53.341Z Downloaded async-object-pool v0.2.0
18732026-08-20T07:01:53.345Z Downloaded assert_cmd v2.1.2
18742026-08-20T07:01:53.345Z Downloaded serde_regex v1.1.0
18752026-08-20T07:01:53.395Z Downloaded async-lock v3.4.2
18762026-08-20T07:01:53.398Z Downloaded pathdiff v0.2.3
18772026-08-20T07:01:53.401Z Downloaded partial-io v0.5.4
18782026-08-20T07:01:53.404Z Downloaded nested v0.1.1
18792026-08-20T07:01:53.407Z Downloaded linkme v0.3.35
18802026-08-20T07:01:53.407Z Downloaded assert-json-diff v2.0.2
18812026-08-20T07:01:53.409Z Downloaded anes v0.1.6
18822026-08-20T07:01:53.412Z Downloaded futures-timer v3.0.3
18832026-08-20T07:01:53.412Z Downloaded concurrent-queue v2.5.0
18842026-08-20T07:01:53.415Z Downloaded event-listener v5.4.1
18852026-08-20T07:01:53.418Z Downloaded cast v0.3.0
18862026-08-20T07:01:53.421Z Downloaded miette-derive v5.10.0
18872026-08-20T07:01:53.421Z Downloaded parking v2.2.1
18882026-08-20T07:01:53.421Z Downloaded constant_time_eq v0.3.1
18892026-08-20T07:01:53.424Z Downloaded escape8259 v0.5.3
18902026-08-20T07:01:53.431Z Downloaded criterion v0.7.0
18912026-08-20T07:01:53.435Z Downloaded target-triple v1.0.0
18922026-08-20T07:01:53.437Z Downloaded guppy-workspace-hack v0.1.0
18932026-08-20T07:01:53.437Z Downloaded event-listener-strategy v0.5.4
18942026-08-20T07:01:53.437Z Downloaded linkme-impl v0.3.35
18952026-08-20T07:01:53.438Z Downloaded plotters-svg v0.3.7
18962026-08-20T07:01:53.438Z Downloaded terminal_size v0.1.17
18972026-08-20T07:01:53.441Z Downloaded supports-hyperlinks v2.1.0
18982026-08-20T07:01:53.441Z Downloaded knuffel-derive v3.2.0
18992026-08-20T07:01:53.446Z Downloaded criterion-plot v0.6.0
19002026-08-20T07:01:53.446Z Downloaded blake2b_simd v1.0.4
19012026-08-20T07:01:53.446Z Downloaded datatest-stable v0.3.3
19022026-08-20T07:01:53.446Z Downloaded hickory-client v0.25.2
19032026-08-20T07:01:53.452Z Downloaded owo-colors v3.5.0
19042026-08-20T07:01:53.456Z Downloaded oorandom v11.1.5
19052026-08-20T07:01:53.456Z Downloaded target-spec v3.5.7
19062026-08-20T07:01:53.459Z Downloaded target-lexicon v0.13.3
19072026-08-20T07:01:53.459Z Downloaded path-tree v0.8.3
19082026-08-20T07:01:53.461Z Downloaded textwrap v0.15.2
19092026-08-20T07:01:53.461Z Downloaded httptest v0.16.4
19102026-08-20T07:01:53.467Z Downloaded rstest v0.25.0
19112026-08-20T07:01:53.470Z Downloaded rand_distr v0.5.1
19122026-08-20T07:01:53.473Z Downloaded stringmetrics v2.2.2
19132026-08-20T07:01:53.476Z Downloaded rstest_macros v0.25.0
19142026-08-20T07:01:53.479Z Downloaded miette v5.10.0
19152026-08-20T07:01:53.479Z Downloaded trybuild v1.0.116
19162026-08-20T07:01:53.484Z Downloaded plotters-backend v0.3.7
19172026-08-20T07:01:53.489Z Downloaded supports-color v2.1.0
19182026-08-20T07:01:53.491Z Downloaded supports-unicode v2.1.0
19192026-08-20T07:01:53.491Z Downloaded similar-asserts v1.7.0
19202026-08-20T07:01:53.494Z Downloaded relative-path v1.9.3
19212026-08-20T07:01:53.498Z Downloaded rust-argon2 v2.1.0
19222026-08-20T07:01:53.498Z Downloaded cfg-expr v0.20.6
19232026-08-20T07:01:53.498Z Downloaded libtest-mimic v0.8.1
19242026-08-20T07:01:53.501Z Downloaded tinytemplate v1.2.1
19252026-08-20T07:01:53.501Z Downloaded termcolor v1.4.1
19262026-08-20T07:01:53.505Z Downloaded plotters v0.3.7
19272026-08-20T07:01:53.508Z Downloaded hex-literal v0.4.1
19282026-08-20T07:01:53.508Z Downloaded approx v0.5.1
19292026-08-20T07:01:53.511Z Downloaded knuffel v3.2.0
19302026-08-20T07:01:53.511Z Downloaded guppy v0.17.25
19312026-08-20T07:01:53.518Z Downloaded fancy-regex v0.14.0
19322026-08-20T07:01:53.596Z Downloaded httpmock v0.8.3
19332026-08-20T07:01:55.417Z Checking cfg-if v1.0.4
19342026-08-20T07:01:55.798Z Checking serde_core v1.0.229
19352026-08-20T07:01:55.798Z Checking libc v0.2.185
19362026-08-20T07:01:55.871Z Checking memchr v2.8.0
19372026-08-20T07:01:55.917Z Checking smallvec v1.15.1
19382026-08-20T07:01:55.951Z Checking itoa v1.0.17
19392026-08-20T07:01:55.988Z Checking subtle v2.6.1
19402026-08-20T07:01:55.991Z Checking rand_core v0.10.0
19412026-08-20T07:01:56.058Z Checking log v0.4.33
19422026-08-20T07:01:56.114Z Checking libm v0.2.16
19432026-08-20T07:01:56.166Z Checking typenum v1.20.1
19442026-08-20T07:01:56.207Z Checking scopeguard v1.2.0
19452026-08-20T07:01:56.246Z Checking errno v0.3.14
19462026-08-20T07:01:56.247Z Checking getrandom v0.4.3
19472026-08-20T07:01:56.319Z Checking zmij v1.0.21
19482026-08-20T07:01:56.322Z Checking stable_deref_trait v1.2.1
19492026-08-20T07:01:56.389Z Checking lock_api v0.4.14
19502026-08-20T07:01:56.427Z Checking zerofrom v0.1.6
19512026-08-20T07:01:56.525Z Checking percent-encoding v2.3.2
19522026-08-20T07:01:56.529Z Checking writeable v0.6.2
19532026-08-20T07:01:56.553Z Checking litemap v0.8.1
19542026-08-20T07:01:56.589Z Checking yoke v0.8.1
19552026-08-20T07:01:56.627Z Checking icu_normalizer_data v2.1.1
19562026-08-20T07:01:56.665Z Checking icu_properties_data v2.1.2
19572026-08-20T07:01:56.702Z Checking form_urlencoded v1.2.2
19582026-08-20T07:01:56.739Z Checking utf8_iter v1.0.4
19592026-08-20T07:01:56.778Z Checking zerovec v0.11.5
19602026-08-20T07:01:56.778Z Checking zerotrie v0.2.3
19612026-08-20T07:01:56.850Z Checking num-traits v0.2.19
19622026-08-20T07:01:56.882Z Checking pin-project-lite v0.2.17
19632026-08-20T07:01:56.925Z Checking zerocopy v0.8.55
19642026-08-20T07:01:56.965Z Checking parking_lot_core v0.9.12
19652026-08-20T07:01:56.968Z Checking portable-atomic v1.13.1
19662026-08-20T07:01:57.043Z Checking critical-section v1.2.0
19672026-08-20T07:01:57.088Z Checking signal-hook-registry v1.4.8
19682026-08-20T07:01:57.175Z Checking mio v1.2.0
19692026-08-20T07:01:57.214Z Checking parking_lot v0.12.5
19702026-08-20T07:01:57.251Z Checking tinystr v0.8.2
19712026-08-20T07:01:57.286Z Checking potential_utf v0.1.4
19722026-08-20T07:01:57.322Z Checking serde v1.0.229
19732026-08-20T07:01:57.392Z Checking serde_json v1.0.151
19742026-08-20T07:01:57.429Z Checking bitflags v2.11.0
19752026-08-20T07:01:57.464Z Checking icu_collections v2.1.1
19762026-08-20T07:01:57.467Z Checking icu_locale_core v2.1.1
19772026-08-20T07:01:57.467Z Checking once_cell v1.21.3
19782026-08-20T07:01:57.589Z Checking iana-time-zone v0.1.65
19792026-08-20T07:01:57.626Z Checking socket2 v0.6.3
19802026-08-20T07:01:57.726Z Checking uuid v1.23.4
19812026-08-20T07:01:57.764Z Checking zeroize v1.9.0
19822026-08-20T07:01:57.773Z Checking bytes v1.11.1
19832026-08-20T07:01:57.841Z Checking chrono v0.4.45
19842026-08-20T07:01:57.908Z Checking thiserror v2.0.18
19852026-08-20T07:01:58.004Z Checking semver v1.0.28
19862026-08-20T07:01:58.057Z Checking icu_provider v2.1.1
19872026-08-20T07:01:58.118Z Checking dyn-clone v1.0.20
19882026-08-20T07:01:58.161Z Checking futures-core v0.3.32
19892026-08-20T07:01:58.171Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19902026-08-20T07:01:58.238Z Checking getrandom v0.3.4
19912026-08-20T07:01:58.367Z Checking tokio v1.52.1
19922026-08-20T07:01:58.456Z Checking rustix v1.1.4
19932026-08-20T07:01:58.456Z Checking icu_normalizer v2.1.1
19942026-08-20T07:01:58.460Z Checking icu_properties v2.1.2
19952026-08-20T07:01:58.471Z Checking equivalent v1.0.2
19962026-08-20T07:01:58.507Z Checking getrandom v0.2.17
19972026-08-20T07:01:58.543Z Checking cmov v0.5.4
19982026-08-20T07:01:58.687Z Checking byteorder v1.5.0
19992026-08-20T07:01:58.732Z Checking rand_core v0.6.4
20002026-08-20T07:01:58.766Z Checking futures-sink v0.3.32
20012026-08-20T07:01:58.790Z Checking ctutils v0.4.2
20022026-08-20T07:01:58.891Z Checking futures-channel v0.3.32
20032026-08-20T07:01:58.929Z Checking slab v0.4.12
20042026-08-20T07:01:58.932Z Checking futures-task v0.3.32
20052026-08-20T07:01:59.025Z Checking hybrid-array v0.4.13
20062026-08-20T07:01:59.093Z Checking futures-io v0.3.32
20072026-08-20T07:01:59.131Z Checking hashbrown v0.17.0
20082026-08-20T07:01:59.165Z Checking generic-array v0.14.7
20092026-08-20T07:01:59.201Z Checking thiserror v1.0.69
20102026-08-20T07:01:59.239Z Checking futures-util v0.3.32
20112026-08-20T07:01:59.242Z Checking idna_adapter v1.2.1
20122026-08-20T07:01:59.327Z Checking regex-syntax v0.8.10
20132026-08-20T07:01:59.419Z Checking idna v1.1.0
20142026-08-20T07:01:59.621Z Checking indexmap v2.14.0
20152026-08-20T07:01:59.657Z Checking fnv v1.0.7
20162026-08-20T07:01:59.693Z Checking url v2.5.8
20172026-08-20T07:01:59.729Z Checking ppv-lite86 v0.2.21
20182026-08-20T07:01:59.776Z Checking base64ct v1.8.3
20192026-08-20T07:01:59.814Z Checking crypto-common v0.2.2
20202026-08-20T07:02:00.039Z Checking const-oid v0.9.6
20212026-08-20T07:02:00.076Z Checking crypto-common v0.1.7
20222026-08-20T07:02:00.146Z Checking schemars v0.8.22
20232026-08-20T07:02:00.192Z Checking block-buffer v0.12.1
20242026-08-20T07:02:00.232Z Checking base64 v0.22.1
20252026-08-20T07:02:00.388Z Checking block-buffer v0.10.4
20262026-08-20T07:02:00.425Z Checking utf8parse v0.2.2
20272026-08-20T07:02:00.493Z Checking anstyle v1.0.14
20282026-08-20T07:02:00.550Z Checking http v1.4.2
20292026-08-20T07:02:00.587Z Checking tracing-core v0.1.36
20302026-08-20T07:02:00.639Z Checking rand_core v0.9.5
20312026-08-20T07:02:00.701Z Checking anstyle-query v1.1.5
20322026-08-20T07:02:00.743Z Checking digest v0.10.7
20332026-08-20T07:02:00.809Z Checking colorchoice v1.0.4
20342026-08-20T07:02:00.850Z Checking is_terminal_polyfill v1.70.2
20352026-08-20T07:02:00.853Z Checking terminal_size v0.4.3
20362026-08-20T07:02:00.917Z Checking tracing v0.1.44
20372026-08-20T07:02:00.954Z Checking const-oid v0.10.2
20382026-08-20T07:02:00.991Z Checking anstyle-parse v1.0.0
20392026-08-20T07:02:00.995Z Checking erased-serde v0.3.31
20402026-08-20T07:02:01.059Z Checking rand_chacha v0.9.0
20412026-08-20T07:02:01.129Z Checking ipnet v2.12.0
20422026-08-20T07:02:01.166Z Checking aho-corasick v1.1.4
20432026-08-20T07:02:01.170Z Checking crossbeam-utils v0.8.21
20442026-08-20T07:02:01.199Z Checking strsim v0.11.1
20452026-08-20T07:02:01.268Z Checking anstream v1.0.0
20462026-08-20T07:02:01.303Z Checking rand v0.9.2
20472026-08-20T07:02:01.395Z Checking slog v2.8.2
20482026-08-20T07:02:01.433Z Checking unicode-ident v1.0.24
20492026-08-20T07:02:01.505Z Checking clap_lex v1.0.0
20502026-08-20T07:02:01.512Z Checking powerfmt v0.2.0
20512026-08-20T07:02:01.548Z Checking tokio-util v0.7.18
20522026-08-20T07:02:01.590Z Checking allocator-api2 v0.2.21
20532026-08-20T07:02:01.622Z Checking clap_builder v4.6.0
20542026-08-20T07:02:01.628Z Checking proc-macro2 v1.0.106
20552026-08-20T07:02:01.694Z Checking digest v0.11.3
20562026-08-20T07:02:01.697Z Checking deranged v0.5.8
20572026-08-20T07:02:01.780Z Checking time-core v0.1.8
20582026-08-20T07:02:01.864Z Checking regex-automata v0.4.14
20592026-08-20T07:02:01.903Z Checking fastrand v2.3.0
20602026-08-20T07:02:01.905Z Checking num_threads v0.1.7
20612026-08-20T07:02:01.975Z Checking num-conv v0.2.0
20622026-08-20T07:02:02.010Z Checking quote v1.0.45
20632026-08-20T07:02:02.053Z Checking cpufeatures v0.3.0
20642026-08-20T07:02:02.108Z Checking httparse v1.10.1
20652026-08-20T07:02:02.145Z Checking anyhow v1.0.104
20662026-08-20T07:02:02.182Z Checking ipnetwork v0.21.1
20672026-08-20T07:02:02.186Z Checking cpufeatures v0.2.17
20682026-08-20T07:02:02.252Z Checking syn v2.0.117
20692026-08-20T07:02:02.316Z Checking tempfile v3.27.0
20702026-08-20T07:02:02.352Z Checking rustls-pki-types v1.14.0
20712026-08-20T07:02:02.389Z Checking aws-lc-sys v0.40.0
20722026-08-20T07:02:02.426Z Checking untrusted v0.7.1
20732026-08-20T07:02:02.536Z Checking http-body v1.0.1
20742026-08-20T07:02:02.575Z Checking atomic-waker v1.1.2
20752026-08-20T07:02:02.663Z Checking try-lock v0.2.5
20762026-08-20T07:02:02.704Z Checking httpdate v1.0.3
20772026-08-20T07:02:02.707Z Checking time v0.3.47
20782026-08-20T07:02:02.707Z Checking h2 v0.4.15
20792026-08-20T07:02:02.806Z Checking want v0.3.1
20802026-08-20T07:02:02.880Z Checking hex v0.4.3
20812026-08-20T07:02:02.918Z Checking aws-lc-rs v1.16.3
20822026-08-20T07:02:02.926Z Checking clap v4.6.1
20832026-08-20T07:02:02.989Z Checking ryu v1.0.23
20842026-08-20T07:02:03.060Z Checking tower-layer v0.3.3
20852026-08-20T07:02:03.144Z Checking tower-service v0.3.3
20862026-08-20T07:02:03.181Z Checking untrusted v0.9.0
20872026-08-20T07:02:03.244Z Checking simd-adler32 v0.3.8
20882026-08-20T07:02:03.281Z Checking spin v0.9.8
20892026-08-20T07:02:03.320Z Checking adler2 v2.0.1
20902026-08-20T07:02:03.442Z Checking unicode-width v0.2.0
20912026-08-20T07:02:03.481Z Checking miniz_oxide v0.8.9
20922026-08-20T07:02:03.517Z Checking pem-rfc7468 v0.7.0
20932026-08-20T07:02:03.717Z Checking flagset v0.4.7
20942026-08-20T07:02:03.718Z Checking mime v0.3.17
20952026-08-20T07:02:03.787Z Checking oxnet v0.1.6
20962026-08-20T07:02:03.861Z Checking rustls-webpki v0.103.13
20972026-08-20T07:02:03.901Z Checking block-padding v0.4.2
20982026-08-20T07:02:03.905Z Checking der v0.7.10
20992026-08-20T07:02:03.905Z Checking pretty-hex v0.4.1
21002026-08-20T07:02:04.017Z Checking http-body-util v0.1.3
21012026-08-20T07:02:04.069Z Checking camino v1.2.5
21022026-08-20T07:02:04.074Z Checking inout v0.2.2
21032026-08-20T07:02:04.139Z Checking plain v0.2.3
21042026-08-20T07:02:04.271Z Checking openssl-probe v0.2.1
21052026-08-20T07:02:04.275Z Checking ucd-trie v0.1.7
21062026-08-20T07:02:04.344Z Checking rustls v0.23.41
21072026-08-20T07:02:04.377Z Checking cipher v0.5.2
21082026-08-20T07:02:04.377Z Checking regex v1.12.3
21092026-08-20T07:02:04.445Z Checking serde_urlencoded v0.7.1
21102026-08-20T07:02:04.482Z Checking pest v2.8.6
21112026-08-20T07:02:04.541Z Checking rand_chacha v0.3.1
21122026-08-20T07:02:04.644Z Checking encoding_rs v0.8.35
21132026-08-20T07:02:04.685Z Checking futures-executor v0.3.32
21142026-08-20T07:02:04.722Z Checking crc32fast v1.5.0
21152026-08-20T07:02:04.726Z Checking spki v0.7.3
21162026-08-20T07:02:04.791Z Checking rand v0.8.6
21172026-08-20T07:02:04.862Z Checking futures v0.3.32
21182026-08-20T07:02:04.949Z Checking either v1.15.0
21192026-08-20T07:02:04.953Z Checking sync_wrapper v1.0.2
21202026-08-20T07:02:04.988Z Checking pkcs8 v0.10.2
21212026-08-20T07:02:05.085Z Checking tower v0.5.3
21222026-08-20T07:02:05.124Z Checking foldhash v0.2.0
21232026-08-20T07:02:05.175Z Checking iri-string v0.7.10
21242026-08-20T07:02:05.306Z Checking hashbrown v0.16.1
21252026-08-20T07:02:05.345Z Checking openapiv3 v2.2.0
21262026-08-20T07:02:05.501Z Checking bit-vec v0.8.0
21272026-08-20T07:02:05.580Z Checking zlib-rs v0.6.2
21282026-08-20T07:02:05.615Z Checking static_assertions v1.1.0
21292026-08-20T07:02:05.653Z Checking hyper v1.10.1
21302026-08-20T07:02:05.715Z Checking sha2 v0.10.9
21312026-08-20T07:02:05.718Z Checking bit-set v0.8.0
21322026-08-20T07:02:05.829Z Checking wait-timeout v0.2.1
21332026-08-20T07:02:05.923Z Checking rustls-native-certs v0.8.3
21342026-08-20T07:02:05.984Z Checking lazy_static v1.5.0
21352026-08-20T07:02:06.022Z Checking hubpack v0.1.2
21362026-08-20T07:02:06.086Z Checking tinyvec_macros v0.1.1
21372026-08-20T07:02:06.123Z Checking psl-types v2.0.11
21382026-08-20T07:02:06.184Z Checking quick-error v1.2.3
21392026-08-20T07:02:06.221Z Checking tinyvec v1.10.0
21402026-08-20T07:02:06.227Z Checking tower-http v0.6.8
21412026-08-20T07:02:06.290Z Checking publicsuffix v2.3.0
21422026-08-20T07:02:06.325Z Checking rusty-fork v0.3.1
21432026-08-20T07:02:06.447Z Checking flate2 v1.1.9
21442026-08-20T07:02:06.483Z Checking cookie v0.18.1
21452026-08-20T07:02:06.522Z Checking rand_xorshift v0.4.0
21462026-08-20T07:02:06.560Z Checking unarray v0.1.4
21472026-08-20T07:02:06.563Z Checking signature v2.2.0
21482026-08-20T07:02:06.630Z Checking num-integer v0.1.46
21492026-08-20T07:02:06.633Z Checking hyper-util v0.1.20
21502026-08-20T07:02:06.633Z Checking tokio-rustls v0.26.4
21512026-08-20T07:02:06.735Z Checking rustls-platform-verifier v0.6.2
21522026-08-20T07:02:06.738Z Checking proptest v1.11.0
21532026-08-20T07:02:06.766Z Checking cookie_store v0.22.1
21542026-08-20T07:02:06.766Z Checking strum v0.26.3
21552026-08-20T07:02:06.868Z Checking scroll v0.13.0
21562026-08-20T07:02:06.907Z Checking ahash v0.8.12
21572026-08-20T07:02:06.913Z Checking memmap2 v0.9.10
21582026-08-20T07:02:06.977Z Checking unicode-width v0.1.14
21592026-08-20T07:02:06.981Z Checking dtrace-parser v0.3.0
21602026-08-20T07:02:07.122Z Checking toml_datetime v0.6.11
21612026-08-20T07:02:07.128Z Checking goblin v0.10.5
21622026-08-20T07:02:07.129Z Checking serde_spanned v0.6.9
21632026-08-20T07:02:07.129Z Checking thread-id v5.1.0
21642026-08-20T07:02:07.259Z Checking data-encoding v2.10.0
21652026-08-20T07:02:07.301Z Checking bstr v1.12.1
21662026-08-20T07:02:07.304Z Checking hmac v0.12.1
21672026-08-20T07:02:07.368Z Checking base64 v0.21.7
21682026-08-20T07:02:07.371Z Checking x509-cert v0.2.5
21692026-08-20T07:02:07.494Z Checking crossbeam-epoch v0.9.18
21702026-08-20T07:02:07.557Z Checking memoffset v0.9.1
21712026-08-20T07:02:07.663Z Checking num-iter v0.1.45
21722026-08-20T07:02:07.672Z Checking scroll v0.12.0
21732026-08-20T07:02:07.731Z Checking zerocopy v0.7.35
21742026-08-20T07:02:07.767Z Checking rustix v0.38.44
21752026-08-20T07:02:07.809Z Checking env_filter v2.0.0
21762026-08-20T07:02:07.923Z Checking hyper-rustls v0.27.7
21772026-08-20T07:02:07.957Z Checking goblin v0.8.2
21782026-08-20T07:02:07.994Z Checking unicode-linebreak v0.1.5
21792026-08-20T07:02:08.049Z Checking tap v1.0.1
21802026-08-20T07:02:08.166Z Checking reqwest v0.13.2
21812026-08-20T07:02:08.204Z Checking smawk v0.3.2
21822026-08-20T07:02:08.238Z Checking unicode-segmentation v1.12.0
21832026-08-20T07:02:08.277Z Checking wyz v0.5.1
21842026-08-20T07:02:08.362Z Checking env_logger v0.11.11
21852026-08-20T07:02:08.484Z Checking num-bigint-dig v0.8.6
21862026-08-20T07:02:08.583Z Checking nix v0.31.2
21872026-08-20T07:02:08.586Z Checking dtrace-parser v0.2.0
21882026-08-20T07:02:08.655Z Checking pkcs1 v0.7.5
21892026-08-20T07:02:08.657Z Checking newtype-uuid v1.3.2
21902026-08-20T07:02:08.879Z Checking ff v0.13.1
21912026-08-20T07:02:08.917Z Checking radium v0.7.0
21922026-08-20T07:02:08.920Z Checking daft v0.1.7
21932026-08-20T07:02:09.040Z Checking thread-id v4.2.2
21942026-08-20T07:02:09.078Z Checking same-file v1.0.6
21952026-08-20T07:02:09.118Z Checking crc-catalog v2.4.0
21962026-08-20T07:02:09.156Z Checking base16ct v0.2.0
21972026-08-20T07:02:09.218Z Checking winnow v1.0.3
21982026-08-20T07:02:09.256Z Checking funty v2.0.0
21992026-08-20T07:02:09.259Z Checking crc v3.4.0
22002026-08-20T07:02:09.326Z Checking rsa v0.9.10
22012026-08-20T07:02:09.330Z Checking sec1 v0.7.3
22022026-08-20T07:02:09.491Z Checking walkdir v2.5.0
22032026-08-20T07:02:09.578Z Checking dof v0.4.0
22042026-08-20T07:02:09.618Z Checking bitvec v1.0.1
22052026-08-20T07:02:09.622Z Checking group v0.13.0
22062026-08-20T07:02:09.686Z Checking hkdf v0.12.4
22072026-08-20T07:02:09.794Z Checking unicode-normalization v0.1.25
22082026-08-20T07:02:09.832Z Checking crypto-bigint v0.5.5
22092026-08-20T07:02:09.836Z Checking zerocopy v0.6.6
22102026-08-20T07:02:09.904Z Checking maybe-uninit v2.0.0
22112026-08-20T07:02:09.908Z Checking dof v0.3.0
22122026-08-20T07:02:10.004Z Checking nodrop v0.1.14
22132026-08-20T07:02:10.082Z Checking winnow v0.5.40
22142026-08-20T07:02:10.126Z Checking foreign-types-shared v0.1.1
22152026-08-20T07:02:10.164Z Checking gimli v0.32.3
22162026-08-20T07:02:10.218Z Checking is_ci v1.2.0
22172026-08-20T07:02:10.255Z Checking foldhash v0.1.5
22182026-08-20T07:02:10.258Z Checking usdt-impl v0.6.0
22192026-08-20T07:02:10.258Z Checking usdt-impl v0.5.0
22202026-08-20T07:02:10.357Z Checking foreign-types v0.3.2
22212026-08-20T07:02:10.415Z Checking hashbrown v0.15.5
22222026-08-20T07:02:10.456Z Checking array-init v0.0.4
22232026-08-20T07:02:10.593Z Checking smallvec v0.6.14
22242026-08-20T07:02:10.630Z Checking usdt v0.6.0
22252026-08-20T07:02:10.774Z Checking serde_with v3.21.0
22262026-08-20T07:02:10.810Z Checking bitfield v0.19.4
22272026-08-20T07:02:10.814Z Checking elliptic-curve v0.13.8
22282026-08-20T07:02:10.886Z Checking bzip2-sys v0.1.13+1.0.8
22292026-08-20T07:02:10.916Z Checking openssl-sys v0.9.117
22302026-08-20T07:02:10.954Z Checking packed_struct v0.10.1
22312026-08-20T07:02:10.992Z Checking object v0.37.3
22322026-08-20T07:02:11.106Z Checking bitflags v1.3.2
22332026-08-20T07:02:11.176Z Checking rustc-demangle v0.1.27
22342026-08-20T07:02:11.213Z Checking siphasher v1.0.2
22352026-08-20T07:02:11.252Z Checking toml_edit v0.19.15
22362026-08-20T07:02:11.317Z Checking hashbrown v0.12.3
22372026-08-20T07:02:11.401Z Checking keccak v0.1.6
22382026-08-20T07:02:11.437Z Checking openssl v0.10.80
22392026-08-20T07:02:11.596Z Checking sha3 v0.10.8
22402026-08-20T07:02:11.724Z Checking addr2line v0.25.1
22412026-08-20T07:02:11.760Z Checking indexmap v1.9.3
22422026-08-20T07:02:11.829Z Checking bzip2 v0.4.4
22432026-08-20T07:02:12.016Z Checking serde-hex v0.1.0
22442026-08-20T07:02:12.055Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22452026-08-20T07:02:12.058Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22462026-08-20T07:02:12.124Z Checking toml_parser v1.1.2+spec-1.1.0
22472026-08-20T07:02:12.262Z Checking ron v0.8.1
22482026-08-20T07:02:12.298Z Checking hashbrown v0.13.2
22492026-08-20T07:02:12.334Z Checking toml v0.7.8
22502026-08-20T07:02:12.476Z Checking itertools v0.15.0
22512026-08-20T07:02:12.663Z Checking itertools v0.13.0
22522026-08-20T07:02:12.736Z Checking signal-hook v0.3.18
22532026-08-20T07:02:12.790Z Checking managed v0.8.0
22542026-08-20T07:02:12.955Z Checking crc-any v2.5.0
22552026-08-20T07:02:13.004Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22562026-08-20T07:02:13.172Z Checking object v0.30.4
22572026-08-20T07:02:13.210Z Checking zip v0.6.6
22582026-08-20T07:02:13.319Z Checking backtrace v0.3.76
22592026-08-20T07:02:13.478Z Checking globset v0.4.18
22602026-08-20T07:02:13.550Z Checking chacha20 v0.10.0
22612026-08-20T07:02:13.588Z Checking curve25519-dalek v4.1.3
22622026-08-20T07:02:13.625Z Checking winnow v0.7.14
22632026-08-20T07:02:13.661Z Checking backtrace-ext v0.2.1
22642026-08-20T07:02:13.734Z Checking path-slash v0.1.5
22652026-08-20T07:02:13.772Z Checking toml_write v0.1.2
22662026-08-20T07:02:13.808Z Checking native-tls v0.2.18
22672026-08-20T07:02:13.844Z Checking signal-hook-mio v0.2.5
22682026-08-20T07:02:13.943Z Checking textwrap v0.16.2
22692026-08-20T07:02:13.966Z Checking ed25519 v2.2.3
22702026-08-20T07:02:14.005Z Checking ref-cast v1.0.25
22712026-08-20T07:02:14.043Z Checking pin-project v1.1.11
22722026-08-20T07:02:14.121Z Checking jiff-core v0.1.0
22732026-08-20T07:02:14.166Z Checking tokio-native-tls v0.3.1
22742026-08-20T07:02:14.203Z Checking pem v3.0.6
22752026-08-20T07:02:14.208Z Checking zstd-sys v2.0.16+zstd.1.5.7
22762026-08-20T07:02:14.352Z Checking owo-colors v4.3.0
22772026-08-20T07:02:14.391Z Checking fixedbitset v0.5.7
22782026-08-20T07:02:14.394Z Checking ed25519-dalek v2.2.0
22792026-08-20T07:02:14.394Z Checking zstd-safe v7.2.4
22802026-08-20T07:02:14.616Z Checking petgraph v0.8.3
22812026-08-20T07:02:14.654Z Checking hyper-tls v0.6.0
22822026-08-20T07:02:14.690Z Checking snafu v0.8.9
22832026-08-20T07:02:14.831Z Checking jiff v0.2.34
22842026-08-20T07:02:14.869Z Checking crossterm v0.28.1
22852026-08-20T07:02:14.872Z Checking toml_edit v0.22.27
22862026-08-20T07:02:14.939Z Checking supports-color v3.0.2
22872026-08-20T07:02:14.977Z Checking similar v2.7.0
22882026-08-20T07:02:15.092Z Checking fs-err v3.3.0
22892026-08-20T07:02:15.098Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22902026-08-20T07:02:15.311Z Checking hash32 v0.2.1
22912026-08-20T07:02:15.388Z Checking serde_plain v1.0.2
22922026-08-20T07:02:15.425Z Checking serde-big-array v0.5.1
22932026-08-20T07:02:15.491Z Checking predicates-core v1.0.10
22942026-08-20T07:02:15.565Z Checking typed-path v0.9.3
22952026-08-20T07:02:15.600Z Checking libbz2-rs-sys v0.2.2
22962026-08-20T07:02:15.603Z Checking unicode-properties v0.1.4
22972026-08-20T07:02:15.669Z Checking unicode-bidi v0.3.18
22982026-08-20T07:02:15.847Z Checking bumpalo v3.20.2
22992026-08-20T07:02:15.984Z Checking stringprep v0.1.5
23002026-08-20T07:02:16.023Z Checking bzip2 v0.6.1
23012026-08-20T07:02:16.029Z Checking heapless v0.7.17
23022026-08-20T07:02:16.094Z Checking zopfli v0.8.3
23032026-08-20T07:02:16.131Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23042026-08-20T07:02:16.168Z Checking reqwest v0.12.28
23052026-08-20T07:02:16.216Z Checking zstd v0.13.3
23062026-08-20T07:02:16.253Z Checking hickory-proto v0.25.2
23072026-08-20T07:02:16.336Z Checking byte-wrapper v0.1.0
23082026-08-20T07:02:16.428Z Checking md-5 v0.10.6
23092026-08-20T07:02:16.467Z Checking float-cmp v0.10.0
23102026-08-20T07:02:16.505Z Checking difflib v0.4.0
23112026-08-20T07:02:16.509Z Checking supports-hyperlinks v3.2.0
23122026-08-20T07:02:16.574Z Checking supports-unicode v3.0.0
23132026-08-20T07:02:16.611Z Checking normalize-line-endings v0.3.0
23142026-08-20T07:02:16.648Z Checking fallible-iterator v0.2.0
23152026-08-20T07:02:16.652Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23162026-08-20T07:02:16.716Z Checking miette v7.6.0
23172026-08-20T07:02:16.753Z Checking smoltcp v0.9.1
23182026-08-20T07:02:16.756Z Checking zip v4.6.1
23192026-08-20T07:02:16.756Z Checking predicates v3.1.4
23202026-08-20T07:02:16.934Z Checking iddqd v0.4.2
23212026-08-20T07:02:16.973Z Checking postgres-protocol v0.6.10
23222026-08-20T07:02:17.110Z Checking phf_shared v0.11.3
23232026-08-20T07:02:17.255Z Checking phf_shared v0.13.1
23242026-08-20T07:02:17.294Z Checking olpc-cjson v0.1.4
23252026-08-20T07:02:17.298Z Checking tokio-stream v0.1.18
23262026-08-20T07:02:17.364Z Checking strum v0.27.2
23272026-08-20T07:02:17.369Z Checking lalrpop-util v0.19.12
23282026-08-20T07:02:17.435Z Checking precomputed-hash v0.1.1
23292026-08-20T07:02:17.472Z Checking new_debug_unreachable v1.0.6
23302026-08-20T07:02:17.508Z Checking fixedbitset v0.4.2
23312026-08-20T07:02:17.545Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-20T07:02:17.549Z Checking phf v0.13.1
23332026-08-20T07:02:17.614Z Checking tough v0.22.0
23342026-08-20T07:02:17.619Z Checking string_cache v0.8.9
23352026-08-20T07:02:17.683Z Checking petgraph v0.6.5
23362026-08-20T07:02:17.723Z Checking postgres-types v0.2.12
23372026-08-20T07:02:17.759Z Checking buf-list v1.1.2
23382026-08-20T07:02:17.809Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23392026-08-20T07:02:17.862Z Checking peg-runtime v0.8.5
23402026-08-20T07:02:17.970Z Checking whoami v2.1.0
23412026-08-20T07:02:18.085Z Checking is-terminal v0.4.17
23422026-08-20T07:02:18.120Z Checking crossbeam-channel v0.5.15
23432026-08-20T07:02:18.157Z Checking thread_local v1.1.9
23442026-08-20T07:02:18.203Z Checking term v1.2.1
23452026-08-20T07:02:18.240Z Checking tokio-postgres v0.7.16
23462026-08-20T07:02:18.357Z Checking take_mut v0.2.2
23472026-08-20T07:02:18.455Z Checking slog-term v2.9.2
23482026-08-20T07:02:18.494Z Compiling newtype-uuid-macros v0.1.0
23492026-08-20T07:02:18.500Z Checking slog-async v2.8.0
23502026-08-20T07:02:18.728Z Checking match_cfg v0.1.0
23512026-08-20T07:02:18.766Z Checking slog-json v2.6.1
23522026-08-20T07:02:18.831Z Checking hostname v0.3.1
23532026-08-20T07:02:18.954Z Compiling multer v3.1.0
23542026-08-20T07:02:18.992Z Checking slog-bunyan v2.5.0
23552026-08-20T07:02:18.995Z Compiling async-stream-impl v0.3.6
23562026-08-20T07:02:19.066Z Compiling dropshot v0.17.1
23572026-08-20T07:02:19.133Z Checking debug-ignore v1.0.5
23582026-08-20T07:02:19.249Z Compiling dropshot_endpoint v0.17.1
23592026-08-20T07:02:19.287Z Checking serde_path_to_error v0.1.20
23602026-08-20T07:02:19.321Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23612026-08-20T07:02:19.397Z Checking progenitor-client v0.14.0
23622026-08-20T07:02:19.532Z Checking sha1 v0.11.0
23632026-08-20T07:02:19.588Z Checking serde_spanned v1.1.1
23642026-08-20T07:02:19.633Z Checking toml_datetime v1.1.1+spec-1.1.0
23652026-08-20T07:02:19.672Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662026-08-20T07:02:19.713Z Checking compression-core v0.4.31
23672026-08-20T07:02:19.751Z Checking toml_writer v1.1.1+spec-1.1.0
23682026-08-20T07:02:19.754Z Checking async-stream v0.3.6
23692026-08-20T07:02:19.861Z Checking waitgroup v0.1.2
23702026-08-20T07:02:19.895Z Checking compression-codecs v0.4.37
23712026-08-20T07:02:19.965Z Checking rustls-pemfile v2.2.0
23722026-08-20T07:02:19.969Z Checking toml v1.1.2+spec-1.1.0
23732026-08-20T07:02:20.040Z Checking hostname v0.4.2
23742026-08-20T07:02:20.078Z Checking atomicwrites v0.4.4
23752026-08-20T07:02:20.112Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23762026-08-20T07:02:20.117Z Compiling parse-display-derive v0.10.0
23772026-08-20T07:02:20.185Z Checking async-compression v0.4.41
23782026-08-20T07:02:20.188Z Checking macaddr v1.0.1
23792026-08-20T07:02:20.188Z Checking regress v0.10.5
23802026-08-20T07:02:20.288Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23812026-08-20T07:02:20.291Z Checking instant v0.1.13
23822026-08-20T07:02:20.438Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-08-20T07:02:20.475Z Checking itertools v0.14.0
23842026-08-20T07:02:20.475Z Checking backoff v0.4.0
23852026-08-20T07:02:20.600Z Checking backon v1.6.0
23862026-08-20T07:02:20.689Z Checking humantime v2.3.0
23872026-08-20T07:02:20.728Z Compiling convert_case v0.4.0
23882026-08-20T07:02:20.731Z Checking half v2.7.1
23892026-08-20T07:02:20.799Z Checking progenitor-extras v0.2.0
23902026-08-20T07:02:20.901Z Checking ciborium-io v0.2.2
23912026-08-20T07:02:21.042Z Checking heck v0.5.0
23922026-08-20T07:02:21.075Z Checking ciborium-ll v0.2.2
23932026-08-20T07:02:21.079Z Checking secrecy v0.10.3
23942026-08-20T07:02:21.145Z Compiling derive_more v0.99.20
23952026-08-20T07:02:21.189Z Checking indent_write v2.2.0
23962026-08-20T07:02:21.256Z Checking camino-tempfile v1.4.1
23972026-08-20T07:02:21.297Z Checking ciborium v0.2.2
23982026-08-20T07:02:21.348Z Compiling crucible-workspace-hack v0.1.0
23992026-08-20T07:02:21.441Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24002026-08-20T07:02:21.584Z Compiling regress v0.11.1
24012026-08-20T07:02:21.681Z Checking inout v0.1.4
24022026-08-20T07:02:21.727Z Checking universal-hash v0.5.1
24032026-08-20T07:02:21.762Z Compiling thiserror-impl-no-std v2.0.2
24042026-08-20T07:02:21.800Z Checking opaque-debug v0.3.1
24052026-08-20T07:02:21.834Z Checking parse-display v0.10.0
24062026-08-20T07:02:21.870Z Checking cipher v0.4.4
24072026-08-20T07:02:21.907Z Checking blake2 v0.10.6
24082026-08-20T07:02:21.910Z Checking poly1305 v0.8.0
24092026-08-20T07:02:22.010Z Checking aead v0.5.2
24102026-08-20T07:02:22.102Z Checking chacha20 v0.9.1
24112026-08-20T07:02:22.183Z Checking password-hash v0.5.0
24122026-08-20T07:02:22.221Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24132026-08-20T07:02:22.225Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-08-20T07:02:22.322Z Checking chacha20poly1305 v0.10.1
24152026-08-20T07:02:22.437Z Checking argon2 v0.5.3
24162026-08-20T07:02:22.480Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24172026-08-20T07:02:22.648Z Compiling unsafe-libyaml v0.2.11
24182026-08-20T07:02:22.745Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24192026-08-20T07:02:22.810Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24202026-08-20T07:02:22.946Z Checking thiserror-no-std v2.0.2
24212026-08-20T07:02:22.985Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24222026-08-20T07:02:23.051Z Checking swrite v0.1.0
24232026-08-20T07:02:23.090Z Checking vsss-rs v3.3.4
24242026-08-20T07:02:23.192Z Compiling typify-impl v0.6.2
24252026-08-20T07:02:23.480Z Compiling serde_yaml v0.9.34+deprecated
24262026-08-20T07:02:23.738Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24272026-08-20T07:02:24.259Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24282026-08-20T07:02:24.511Z Checking crossbeam-deque v0.8.6
24292026-08-20T07:02:24.547Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24302026-08-20T07:02:24.673Z Compiling rayon-core v1.13.0
24312026-08-20T07:02:24.722Z Compiling num-derive v0.4.2
24322026-08-20T07:02:24.855Z Compiling toml_datetime v0.7.5+spec-1.1.0
24332026-08-20T07:02:24.976Z Compiling proc-macro-error v1.0.4
24342026-08-20T07:02:25.134Z Compiling toml_edit v0.23.10+spec-1.0.0
24352026-08-20T07:02:25.301Z Checking rayon v1.11.0
24362026-08-20T07:02:25.340Z Checking tabwriter v1.4.1
24372026-08-20T07:02:25.374Z Checking glob v0.3.3
24382026-08-20T07:02:25.450Z Compiling heapless v0.8.0
24392026-08-20T07:02:25.519Z Checking hash32 v0.3.1
24402026-08-20T07:02:25.589Z Compiling ingot-macros v0.2.0
24412026-08-20T07:02:25.644Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-20T07:02:25.681Z Compiling proc-macro-crate v3.4.0
24432026-08-20T07:02:25.874Z Checking colored v3.1.1
24442026-08-20T07:02:25.964Z Compiling smoltcp v0.11.0
24452026-08-20T07:02:26.229Z Checking toml v0.8.23
24462026-08-20T07:02:26.264Z Compiling num_enum_derive v0.7.6
24472026-08-20T07:02:26.375Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-08-20T07:02:26.423Z Checking cobs v0.3.0
24492026-08-20T07:02:26.514Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24502026-08-20T07:02:26.609Z Checking postcard v1.1.3
24512026-08-20T07:02:26.773Z Checking rand v0.10.1
24522026-08-20T07:02:26.810Z Compiling proc-macro-crate v1.3.1
24532026-08-20T07:02:26.930Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-20T07:02:27.168Z Checking sigpipe v0.1.3
24552026-08-20T07:02:27.247Z Compiling foreign-types-macros v0.2.3
24562026-08-20T07:02:27.283Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24572026-08-20T07:02:27.318Z Checking foreign-types-shared v0.3.1
24582026-08-20T07:02:27.354Z Checking num_enum v0.7.6
24592026-08-20T07:02:27.438Z Compiling num_enum_derive v0.5.11
24602026-08-20T07:02:27.646Z Compiling usdt-attr-macro v0.5.0
24612026-08-20T07:02:27.722Z Compiling typify-macro v0.6.2
24622026-08-20T07:02:27.756Z Compiling usdt-macro v0.5.0
24632026-08-20T07:02:27.791Z Checking cstr-argument v0.1.2
24642026-08-20T07:02:27.866Z Checking foreign-types v0.5.0
24652026-08-20T07:02:27.943Z Checking memmap v0.7.0
24662026-08-20T07:02:27.980Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-20T07:02:28.143Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24682026-08-20T07:02:28.437Z Checking ingot-types v0.2.0
24692026-08-20T07:02:28.473Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24702026-08-20T07:02:28.507Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24712026-08-20T07:02:28.542Z Checking num_enum v0.5.11
24722026-08-20T07:02:28.545Z Checking usdt v0.5.0
24732026-08-20T07:02:28.616Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742026-08-20T07:02:28.652Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24752026-08-20T07:02:28.686Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24762026-08-20T07:02:28.766Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24772026-08-20T07:02:28.769Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24782026-08-20T07:02:28.837Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24792026-08-20T07:02:28.840Z Checking ingot v0.2.1
24802026-08-20T07:02:28.940Z Compiling zone_cfg_derive v0.3.1
24812026-08-20T07:02:28.943Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24822026-08-20T07:02:29.034Z Checking itertools v0.12.1
24832026-08-20T07:02:29.166Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-20T07:02:29.201Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
24852026-08-20T07:02:29.460Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24862026-08-20T07:02:29.496Z Compiling typify v0.6.2
24872026-08-20T07:02:29.630Z Compiling progenitor-impl v0.14.0
24882026-08-20T07:02:29.664Z Checking smf v0.2.3
24892026-08-20T07:02:29.706Z Checking whoami v1.6.1
24902026-08-20T07:02:29.775Z Compiling derive-where v1.6.0
24912026-08-20T07:02:29.904Z Checking tokio-dtrace v0.1.1
24922026-08-20T07:02:29.941Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-08-20T07:02:30.060Z Checking zone v0.3.1
24942026-08-20T07:02:30.119Z Checking oxide-tokio-rt v0.1.4
24952026-08-20T07:02:30.324Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24962026-08-20T07:02:30.443Z Checking console v0.15.11
24972026-08-20T07:02:30.493Z Checking newline-converter v0.3.0
24982026-08-20T07:02:30.529Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24992026-08-20T07:02:30.632Z Checking bytecount v0.6.9
25002026-08-20T07:02:30.669Z Checking num-rational v0.4.2
25012026-08-20T07:02:30.750Z Checking expectorate v1.2.0
25022026-08-20T07:02:30.787Z Checking num-complex v0.4.6
25032026-08-20T07:02:30.911Z Compiling cancel-safe-futures v0.1.5
25042026-08-20T07:02:30.965Z Checking float-ord v0.3.2
25052026-08-20T07:02:31.090Z Checking oxide-update-engine-types v0.1.2
25062026-08-20T07:02:31.127Z Checking linear-map v1.2.0
25072026-08-20T07:02:31.160Z Checking num v0.4.3
25082026-08-20T07:02:31.294Z Checking gethostname v0.5.0
25092026-08-20T07:02:31.330Z Compiling prettyplease v0.2.37
25102026-08-20T07:02:31.413Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25112026-08-20T07:02:31.500Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25122026-08-20T07:02:31.711Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25132026-08-20T07:02:31.785Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-08-20T07:02:31.823Z Checking resolv-conf v0.7.6
25152026-08-20T07:02:31.829Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25162026-08-20T07:02:31.997Z Checking oxide-update-engine v0.1.2
25172026-08-20T07:02:32.036Z Checking papergrid v0.11.0
25182026-08-20T07:02:32.071Z Compiling tabled_derive v0.7.0
25192026-08-20T07:02:32.249Z Compiling progenitor-macro v0.14.0
25202026-08-20T07:02:32.443Z Compiling convert_case v0.10.0
25212026-08-20T07:02:32.666Z Compiling slog-dtrace v0.3.0
25222026-08-20T07:02:32.745Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25232026-08-20T07:02:32.781Z Compiling derive_more-impl v2.1.1
25242026-08-20T07:02:33.007Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25252026-08-20T07:02:33.069Z Checking tabled v0.15.0
25262026-08-20T07:02:33.424Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-08-20T07:02:33.664Z Checking derive_more v2.1.1
25282026-08-20T07:02:33.767Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25292026-08-20T07:02:33.770Z Checking crossterm v0.29.0
25302026-08-20T07:02:34.141Z Checking linked-hash-map v0.5.6
25312026-08-20T07:02:34.373Z Checking lru-cache v0.1.2
25322026-08-20T07:02:34.641Z Checking hickory-proto v0.24.4
25332026-08-20T07:02:34.677Z Checking fd-lock v4.0.4
25342026-08-20T07:02:35.192Z Checking vte v0.14.1
25352026-08-20T07:02:35.617Z Checking strip-ansi-escapes v0.2.1
25362026-08-20T07:02:36.500Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-08-20T07:02:36.539Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25382026-08-20T07:02:36.828Z Checking termtree v0.5.1
25392026-08-20T07:02:36.998Z Checking nu-ansi-term v0.50.3
25402026-08-20T07:02:37.198Z Checking progenitor v0.14.0
25412026-08-20T07:02:37.239Z Checking reedline v0.40.0
25422026-08-20T07:02:37.284Z Checking hickory-resolver v0.24.4
25432026-08-20T07:02:37.322Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
25442026-08-20T07:02:37.392Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-08-20T07:02:37.549Z Compiling minimal-lexical v0.2.1
25462026-08-20T07:02:37.992Z Compiling nom v7.1.3
25472026-08-20T07:02:38.057Z Checking qorb v0.4.1
25482026-08-20T07:02:38.476Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25492026-08-20T07:02:39.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25502026-08-20T07:02:39.212Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25512026-08-20T07:02:39.317Z Compiling unicode-xid v0.2.6
25522026-08-20T07:02:39.398Z Checking display-error-chain v0.2.2
25532026-08-20T07:02:39.478Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25542026-08-20T07:02:39.512Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25552026-08-20T07:02:39.744Z Compiling ar_archive_writer v0.5.1
25562026-08-20T07:02:39.783Z Checking csv-core v0.1.13
25572026-08-20T07:02:39.823Z Compiling stacker v0.1.23
25582026-08-20T07:02:39.993Z Checking csv v1.4.0
25592026-08-20T07:02:40.114Z Compiling semver v0.1.20
25602026-08-20T07:02:40.152Z Checking highway v1.3.0
25612026-08-20T07:02:40.186Z Compiling cfg_aliases v0.1.1
25622026-08-20T07:02:40.292Z Compiling nix v0.28.0
25632026-08-20T07:02:40.382Z Compiling rustc_version v0.1.7
25642026-08-20T07:02:40.454Z Checking nibble_vec v0.1.0
25652026-08-20T07:02:40.499Z Checking endian-type v0.1.2
25662026-08-20T07:02:40.602Z Compiling psm v0.1.30
25672026-08-20T07:02:40.639Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25682026-08-20T07:02:40.673Z Checking radix_trie v0.2.1
25692026-08-20T07:02:40.676Z Compiling newtype_derive v0.1.6
25702026-08-20T07:02:40.785Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25712026-08-20T07:02:40.913Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25722026-08-20T07:02:40.956Z Checking phf_shared v0.12.1
25732026-08-20T07:02:41.129Z Compiling recursive-proc-macro-impl v0.1.1
25742026-08-20T07:02:41.199Z Compiling chrono-tz v0.10.4
25752026-08-20T07:02:41.282Z Checking phf v0.12.1
25762026-08-20T07:02:41.480Z Compiling const_format_proc_macros v0.2.34
25772026-08-20T07:02:41.483Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25782026-08-20T07:02:41.549Z Compiling peg-macros v0.8.5
25792026-08-20T07:02:41.552Z Checking winnow v0.6.26
25802026-08-20T07:02:41.580Z Compiling sqlparser_derive v0.5.0
25812026-08-20T07:02:41.649Z Checking recursive v0.1.1
25822026-08-20T07:02:41.775Z Checking unicode_categories v0.1.1
25832026-08-20T07:02:41.959Z Checking home v0.5.12
25842026-08-20T07:02:42.313Z Checking const_format v0.2.35
25852026-08-20T07:02:42.387Z Checking rustyline v14.0.0
25862026-08-20T07:02:42.421Z Checking sqlparser v0.61.0
25872026-08-20T07:02:42.751Z Checking sqlformat v0.3.5
25882026-08-20T07:02:42.925Z Checking peg v0.8.5
25892026-08-20T07:02:43.126Z Checking bcs v0.1.6
25902026-08-20T07:02:43.179Z Checking nom v8.0.0
25912026-08-20T07:02:43.255Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-08-20T07:02:43.391Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25932026-08-20T07:02:43.395Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25942026-08-20T07:02:43.616Z Checking steno v0.4.1
25952026-08-20T07:02:43.937Z Checking sha1 v0.10.6
25962026-08-20T07:02:44.046Z Checking filetime v0.2.27
25972026-08-20T07:02:44.145Z Checking xattr v1.6.1
25982026-08-20T07:02:44.213Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25992026-08-20T07:02:44.260Z Checking subprocess v0.2.15
26002026-08-20T07:02:44.302Z Checking tar v0.4.46
26012026-08-20T07:02:44.420Z Checking headers-core v0.3.0
26022026-08-20T07:02:44.556Z Checking headers v0.4.1
26032026-08-20T07:02:44.594Z Checking yasna v0.5.2
26042026-08-20T07:02:44.649Z Checking port-file v0.1.0
26052026-08-20T07:02:44.858Z Checking dropshot-api-manager-types v0.8.0
26062026-08-20T07:02:45.032Z Checking rcgen v0.12.1
26072026-08-20T07:02:45.065Z Checking tagptr v0.2.0
26082026-08-20T07:02:45.101Z Checking utf-8 v0.7.6
26092026-08-20T07:02:45.176Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26102026-08-20T07:02:45.234Z Checking moka v0.12.13
26112026-08-20T07:02:45.268Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26122026-08-20T07:02:45.382Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26132026-08-20T07:02:45.439Z Compiling libefi-sys v0.1.0
26142026-08-20T07:02:45.705Z Compiling bitfield-struct v0.6.2
26152026-08-20T07:02:45.862Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162026-08-20T07:02:45.907Z Checking hickory-resolver v0.25.2
26172026-08-20T07:02:45.967Z Checking tungstenite v0.21.0
26182026-08-20T07:02:45.971Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26192026-08-20T07:02:46.156Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26202026-08-20T07:02:46.418Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26212026-08-20T07:02:46.449Z Compiling xshell-macros v0.2.7
26222026-08-20T07:02:46.484Z Checking tokio-tungstenite v0.21.0
26232026-08-20T07:02:46.574Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26242026-08-20T07:02:46.620Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252026-08-20T07:02:46.651Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262026-08-20T07:02:46.682Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26272026-08-20T07:02:46.780Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
26282026-08-20T07:02:46.849Z Checking xshell v0.2.7
26292026-08-20T07:02:46.910Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302026-08-20T07:02:47.056Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26312026-08-20T07:02:47.241Z Checking half v1.8.3
26322026-08-20T07:02:47.373Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26332026-08-20T07:02:47.461Z Checking serde_cbor v0.11.2
26342026-08-20T07:02:47.727Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26352026-08-20T07:02:47.772Z Checking libscf-sys v1.2.0
26362026-08-20T07:02:47.857Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26372026-08-20T07:02:47.928Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26382026-08-20T07:02:47.963Z Checking papergrid v0.18.0
26392026-08-20T07:02:47.967Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402026-08-20T07:02:48.186Z Checking maplit v1.0.2
26412026-08-20T07:02:48.313Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422026-08-20T07:02:48.417Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-08-20T07:02:48.544Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26442026-08-20T07:02:48.816Z Checking tabled v0.21.0
26452026-08-20T07:02:48.865Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26462026-08-20T07:02:49.040Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26472026-08-20T07:02:49.096Z Checking crc8 v0.1.1
26482026-08-20T07:02:49.225Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26492026-08-20T07:02:49.340Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26502026-08-20T07:02:49.495Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26512026-08-20T07:02:49.532Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26522026-08-20T07:02:49.566Z Checking unicase v2.9.0
26532026-08-20T07:02:49.663Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26542026-08-20T07:02:49.762Z Checking fxhash v0.2.1
26552026-08-20T07:02:49.889Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
26562026-08-20T07:02:49.950Z Checking sha2 v0.11.0
26572026-08-20T07:02:50.077Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26582026-08-20T07:02:50.192Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26592026-08-20T07:02:50.370Z Compiling darling_core v0.21.3
26602026-08-20T07:02:50.630Z Compiling vergen-lib v0.1.6
26612026-08-20T07:02:50.791Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26622026-08-20T07:02:50.901Z Compiling diesel_derives v2.3.7
26632026-08-20T07:02:50.956Z Checking scheduled-thread-pool v0.2.7
26642026-08-20T07:02:51.107Z Compiling vergen-gitcl v1.0.8
26652026-08-20T07:02:51.137Z Compiling diesel_table_macro_syntax v0.3.0
26662026-08-20T07:02:51.360Z Checking r2d2 v0.8.10
26672026-08-20T07:02:51.435Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=0d48b5a39dc49d30b228ae01f04b8cc27a161e74#0d48b5a3)
26682026-08-20T07:02:51.572Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-08-20T07:02:51.608Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26702026-08-20T07:02:51.785Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26712026-08-20T07:02:51.946Z Checking downcast-rs v2.0.2
26722026-08-20T07:02:52.109Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26732026-08-20T07:02:52.349Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26742026-08-20T07:02:52.700Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26752026-08-20T07:02:52.853Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26762026-08-20T07:02:52.888Z Compiling darling_macro v0.21.3
26772026-08-20T07:02:52.978Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26782026-08-20T07:02:53.029Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26792026-08-20T07:02:53.233Z Checking kstat-rs v0.2.5
26802026-08-20T07:02:53.306Z Compiling proc-macro-error-attr2 v2.0.0
26812026-08-20T07:02:53.456Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=f74e74694b2df8c88c862b6e32409898ad85ded5#f74e7469)
26822026-08-20T07:02:53.491Z Compiling darling v0.21.3
26832026-08-20T07:02:53.500Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26842026-08-20T07:02:53.614Z Compiling dsl_auto_type v0.2.0
26852026-08-20T07:02:53.753Z Compiling proc-macro-error2 v2.0.1
26862026-08-20T07:02:53.824Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26872026-08-20T07:02:54.099Z Compiling knus-derive v3.4.0
26882026-08-20T07:02:54.371Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26892026-08-20T07:02:55.129Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26902026-08-20T07:02:55.418Z Compiling dirs-sys-next v0.1.2
26912026-08-20T07:02:55.464Z Compiling salty v0.3.0
26922026-08-20T07:02:55.580Z Compiling parking_lot_core v0.8.6
26932026-08-20T07:02:55.734Z Compiling crunchy v0.2.4
26942026-08-20T07:02:55.770Z Compiling dirs-next v2.0.0
26952026-08-20T07:02:55.846Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26962026-08-20T07:02:55.927Z Compiling clang-sys v1.8.1
26972026-08-20T07:02:55.960Z Compiling git-stub v1.0.0
26982026-08-20T07:02:56.064Z Compiling tiny-keccak v2.0.2
26992026-08-20T07:02:56.249Z Compiling git-stub-vcs v0.1.0
27002026-08-20T07:02:56.390Z Compiling term v0.7.0
27012026-08-20T07:02:56.492Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27022026-08-20T07:02:56.615Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27032026-08-20T07:02:56.618Z Compiling bit-vec v0.6.3
27042026-08-20T07:02:56.752Z Compiling ascii-canvas v3.0.0
27052026-08-20T07:02:56.839Z Compiling bit-set v0.5.3
27062026-08-20T07:02:56.900Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27072026-08-20T07:02:56.981Z Checking parking_lot v0.11.2
27082026-08-20T07:02:57.057Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27092026-08-20T07:02:57.209Z Checking rfc6979 v0.4.0
27102026-08-20T07:02:57.267Z Checking prefix-trie v0.7.0
27112026-08-20T07:02:57.357Z Compiling hashbrown v0.14.5
27122026-08-20T07:02:57.469Z Compiling itertools v0.10.5
27132026-08-20T07:02:57.554Z Compiling ena v0.14.4
27142026-08-20T07:02:57.621Z Compiling libloading v0.8.9
27152026-08-20T07:02:57.797Z Compiling diff v0.1.13
27162026-08-20T07:02:57.862Z Compiling regex-syntax v0.6.29
27172026-08-20T07:02:57.944Z Compiling bindgen v0.71.1
27182026-08-20T07:02:57.988Z Compiling chumsky v0.9.3
27192026-08-20T07:02:58.437Z Checking hickory-server v0.25.2
27202026-08-20T07:02:58.590Z Compiling ecdsa v0.16.9
27212026-08-20T07:02:59.225Z Checking sled v0.34.7
27222026-08-20T07:02:59.462Z Compiling lalrpop v0.19.12
27232026-08-20T07:02:59.548Z Checking diesel v2.3.7
27242026-08-20T07:02:59.603Z Compiling cexpr v0.6.0
27252026-08-20T07:02:59.715Z Checking primeorder v0.13.6
27262026-08-20T07:02:59.993Z Checking nanorand v0.7.0
27272026-08-20T07:03:00.224Z Compiling rustc-hash v2.1.1
27282026-08-20T07:03:00.304Z Compiling p384 v0.13.1
27292026-08-20T07:03:00.338Z Checking flume v0.11.1
27302026-08-20T07:03:00.603Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27312026-08-20T07:03:00.892Z Compiling knus v3.4.0
27322026-08-20T07:03:00.919Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27332026-08-20T07:03:01.253Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27342026-08-20T07:03:01.475Z Compiling libxml v0.3.3
27352026-08-20T07:03:01.596Z Checking assert_matches v1.5.0
27362026-08-20T07:03:01.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27372026-08-20T07:03:01.732Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27382026-08-20T07:03:01.889Z Compiling strum_macros v0.24.3
27392026-08-20T07:03:01.968Z Compiling indoc v1.0.9
27402026-08-20T07:03:02.654Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27412026-08-20T07:03:02.876Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-08-20T07:03:03.201Z Checking quick-xml v0.37.5
27432026-08-20T07:03:03.239Z Checking derive_builder v0.20.2
27442026-08-20T07:03:03.278Z Compiling oso-derive v0.27.3
27452026-08-20T07:03:03.381Z Compiling trait-variant v0.1.2
27462026-08-20T07:03:03.805Z Compiling impl-trait-for-tuples v0.2.3
27472026-08-20T07:03:03.956Z Checking openssl-probe v0.1.6
27482026-08-20T07:03:04.098Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27492026-08-20T07:03:04.181Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27502026-08-20T07:03:04.937Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27512026-08-20T07:03:04.975Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27522026-08-20T07:03:05.154Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532026-08-20T07:03:05.189Z Checking corncobs v0.1.4
27542026-08-20T07:03:05.267Z Checking predicates-tree v1.0.13
27552026-08-20T07:03:05.346Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27562026-08-20T07:03:05.381Z Compiling progenitor-impl v0.13.0
27572026-08-20T07:03:05.415Z Checking secrecy v0.8.0
27582026-08-20T07:03:05.570Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27592026-08-20T07:03:06.134Z Checking progenitor-client v0.13.0
27602026-08-20T07:03:06.412Z Checking anstyle-parse v0.2.7
27612026-08-20T07:03:06.458Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27622026-08-20T07:03:06.562Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27632026-08-20T07:03:06.601Z Checking anstream v0.6.21
27642026-08-20T07:03:06.790Z Checking bb8 v0.8.6
27652026-08-20T07:03:07.087Z Compiling mime_guess v2.0.5
27662026-08-20T07:03:07.171Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27672026-08-20T07:03:07.396Z Checking ignore v0.4.25
27682026-08-20T07:03:07.668Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27692026-08-20T07:03:07.845Z Checking http-range v0.1.5
27702026-08-20T07:03:07.848Z Checking globwalk v0.9.1
27712026-08-20T07:03:08.005Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27722026-08-20T07:03:08.009Z Compiling progenitor-macro v0.13.0
27732026-08-20T07:03:08.236Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27742026-08-20T07:03:08.620Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27752026-08-20T07:03:08.772Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27762026-08-20T07:03:09.309Z Checking digest-io v0.1.0
27772026-08-20T07:03:09.480Z Checking nonempty v0.12.0
27782026-08-20T07:03:09.680Z Checking rawzip v0.4.4
27792026-08-20T07:03:10.077Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27802026-08-20T07:03:10.159Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27812026-08-20T07:03:10.410Z Checking camino-tempfile-ext v0.3.3
27822026-08-20T07:03:10.649Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27832026-08-20T07:03:10.684Z Checking hyper-staticfile v0.10.1
27842026-08-20T07:03:11.011Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27852026-08-20T07:03:11.339Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27862026-08-20T07:03:11.467Z Checking signal-hook-tokio v0.3.1
27872026-08-20T07:03:11.632Z Compiling illumos-nvpair-sys v0.2.0
27882026-08-20T07:03:11.904Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27892026-08-20T07:03:11.990Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27902026-08-20T07:03:12.092Z Checking scuffle v0.1.0
27912026-08-20T07:03:12.361Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27922026-08-20T07:03:12.400Z Checking illumos-nvpair v0.3.0
27932026-08-20T07:03:12.593Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27942026-08-20T07:03:12.720Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27952026-08-20T07:03:12.809Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27962026-08-20T07:03:13.014Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27972026-08-20T07:03:13.050Z Checking progenitor v0.13.0
27982026-08-20T07:03:13.053Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-08-20T07:03:13.235Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28002026-08-20T07:03:13.318Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28012026-08-20T07:03:13.622Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28022026-08-20T07:03:13.826Z Checking diesel-dtrace v0.5.0
28032026-08-20T07:03:13.861Z Checking async-bb8-diesel v0.2.1
28042026-08-20T07:03:14.115Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28052026-08-20T07:03:14.252Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28062026-08-20T07:03:14.311Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28072026-08-20T07:03:14.714Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a)
28082026-08-20T07:03:14.800Z Checking tungstenite v0.23.0
28092026-08-20T07:03:14.890Z Checking rand_seeder v0.4.0
28102026-08-20T07:03:15.085Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28112026-08-20T07:03:15.262Z Checking tokio-tungstenite v0.23.1
28122026-08-20T07:03:15.503Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-08-20T07:03:15.561Z Checking void v1.0.2
28142026-08-20T07:03:15.674Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28152026-08-20T07:03:15.711Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28162026-08-20T07:03:15.744Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28172026-08-20T07:03:16.840Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28182026-08-20T07:03:17.539Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28192026-08-20T07:03:17.659Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28202026-08-20T07:03:17.754Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28212026-08-20T07:03:18.330Z Checking lzss v0.8.2
28222026-08-20T07:03:18.530Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28232026-08-20T07:03:18.565Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28242026-08-20T07:03:18.739Z Checking nix v0.27.1
28252026-08-20T07:03:18.774Z Checking serde_bytes v0.11.19
28262026-08-20T07:03:18.987Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-08-20T07:03:19.277Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28282026-08-20T07:03:19.744Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28292026-08-20T07:03:20.038Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28302026-08-20T07:03:20.592Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28312026-08-20T07:03:20.652Z Checking yansi v1.0.1
28322026-08-20T07:03:20.707Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28332026-08-20T07:03:20.951Z Checking cpubits v0.1.1
28342026-08-20T07:03:21.061Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-08-20T07:03:21.095Z Checking pretty_assertions v1.4.1
28362026-08-20T07:03:21.262Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28372026-08-20T07:03:21.344Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28382026-08-20T07:03:21.649Z Checking pem-rfc7468 v1.0.0
28392026-08-20T07:03:21.853Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28402026-08-20T07:03:21.943Z Compiling libz-sys v1.1.24
28412026-08-20T07:03:22.082Z Compiling instability v0.3.11
28422026-08-20T07:03:22.434Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28432026-08-20T07:03:22.490Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-20T07:03:22.664Z Checking hmac v0.13.0
28452026-08-20T07:03:22.865Z Checking universal-hash v0.6.1
28462026-08-20T07:03:22.980Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28472026-08-20T07:03:23.016Z Checking castaway v0.2.4
28482026-08-20T07:03:23.049Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28492026-08-20T07:03:23.163Z Compiling indoc v2.0.7
28502026-08-20T07:03:23.320Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28512026-08-20T07:03:23.367Z Checking compact_str v0.8.1
28522026-08-20T07:03:23.794Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28532026-08-20T07:03:23.968Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-08-20T07:03:24.009Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28552026-08-20T07:03:24.230Z Checking unicode-truncate v1.1.0
28562026-08-20T07:03:24.267Z Checking lru v0.12.5
28572026-08-20T07:03:24.394Z Compiling libgit2-sys v0.18.3+1.9.2
28582026-08-20T07:03:24.429Z Checking cassowary v0.3.0
28592026-08-20T07:03:24.656Z Checking polyval v0.7.1
28602026-08-20T07:03:24.689Z Checking ratatui v0.29.0
28612026-08-20T07:03:25.020Z Checking der v0.8.0
28622026-08-20T07:03:25.319Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28632026-08-20T07:03:25.852Z Checking arc-swap v1.8.2
28642026-08-20T07:03:25.999Z Checking ghash v0.6.0
28652026-08-20T07:03:26.116Z Checking slog-scope v4.4.1
28662026-08-20T07:03:26.159Z Checking pbkdf2 v0.13.0
28672026-08-20T07:03:26.282Z Checking aes v0.9.1
28682026-08-20T07:03:26.317Z Checking crypto-bigint v0.7.5
28692026-08-20T07:03:26.537Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28702026-08-20T07:03:26.717Z Checking ctr v0.10.1
28712026-08-20T07:03:26.783Z Checking aead v0.6.1
28722026-08-20T07:03:26.923Z Checking console v0.16.2
28732026-08-20T07:03:26.957Z Checking cargo-platform v0.3.2
28742026-08-20T07:03:27.171Z Compiling vergen-git2 v9.1.0
28752026-08-20T07:03:27.257Z Checking unit-prefix v0.5.2
28762026-08-20T07:03:27.422Z Checking indicatif v0.18.4
28772026-08-20T07:03:27.467Z Checking cargo_metadata v0.23.1
28782026-08-20T07:03:27.825Z Checking aes-gcm v0.11.0
28792026-08-20T07:03:28.025Z Checking slog-stdlog v4.1.1
28802026-08-20T07:03:28.184Z Checking spki v0.8.0
28812026-08-20T07:03:28.246Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28822026-08-20T07:03:28.394Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28832026-08-20T07:03:28.586Z Checking colored v2.2.0
28842026-08-20T07:03:28.620Z Checking salsa20 v0.11.0
28852026-08-20T07:03:28.796Z Checking libsw-core v0.3.2
28862026-08-20T07:03:28.830Z Checking plotters-backend v0.3.7
28872026-08-20T07:03:28.980Z Checking libsw v3.5.0
28882026-08-20T07:03:29.066Z Checking plotters-svg v0.3.7
28892026-08-20T07:03:29.169Z Checking scrypt v0.12.0
28902026-08-20T07:03:29.286Z Checking slog-envlogger v2.2.0
28912026-08-20T07:03:29.371Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28922026-08-20T07:03:29.470Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28932026-08-20T07:03:29.669Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28942026-08-20T07:03:29.704Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28952026-08-20T07:03:29.892Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28962026-08-20T07:03:29.931Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28972026-08-20T07:03:30.118Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28982026-08-20T07:03:30.161Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28992026-08-20T07:03:30.343Z Checking cbc v0.2.1
29002026-08-20T07:03:30.374Z Checking cast v0.3.0
29012026-08-20T07:03:30.512Z Checking pkcs5 v0.8.1
29022026-08-20T07:03:30.560Z Checking criterion-plot v0.6.0
29032026-08-20T07:03:30.828Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29042026-08-20T07:03:31.103Z Checking plotters v0.3.7
29052026-08-20T07:03:31.136Z Checking oxide-update-engine-display v0.1.2
29062026-08-20T07:03:31.470Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29072026-08-20T07:03:31.884Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29082026-08-20T07:03:32.290Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29092026-08-20T07:03:33.127Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29102026-08-20T07:03:33.714Z Checking tokio-test v0.4.5
29112026-08-20T07:03:33.953Z Checking tinytemplate v1.2.1
29122026-08-20T07:03:34.200Z Checking shell-words v1.1.1
29132026-08-20T07:03:34.356Z Checking oorandom v11.1.5
29142026-08-20T07:03:34.503Z Checking anes v0.1.6
29152026-08-20T07:03:34.718Z Checking criterion v0.7.0
29162026-08-20T07:03:35.527Z Checking pkcs8 v0.11.0
29172026-08-20T07:03:35.762Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-20T07:03:35.952Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29192026-08-20T07:03:35.987Z Checking twox-hash v2.1.2
29202026-08-20T07:03:36.313Z Checking atty v0.2.14
29212026-08-20T07:03:36.350Z Checking ff v0.14.0
29222026-08-20T07:03:36.491Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29232026-08-20T07:03:36.524Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29242026-08-20T07:03:36.692Z Checking fatfs v0.3.6
29252026-08-20T07:03:37.177Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29262026-08-20T07:03:37.350Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-20T07:03:37.528Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29282026-08-20T07:03:37.531Z Compiling petname v2.0.2
29292026-08-20T07:03:38.042Z Compiling seq-macro v0.3.6
29302026-08-20T07:03:38.528Z Checking constant_time_eq v0.4.2
29312026-08-20T07:03:38.593Z Checking arrayref v0.3.9
29322026-08-20T07:03:38.694Z Checking arrayvec v0.7.6
29332026-08-20T07:03:38.886Z Checking group v0.14.0
29342026-08-20T07:03:38.922Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29352026-08-20T07:03:38.926Z Checking signature v3.0.0
29362026-08-20T07:03:39.075Z Checking base16ct v1.0.0
29372026-08-20T07:03:39.237Z Checking sec1 v0.8.1
29382026-08-20T07:03:39.486Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29392026-08-20T07:03:39.557Z Checking hkdf v0.13.0
29402026-08-20T07:03:39.671Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29412026-08-20T07:03:39.723Z Checking concurrent-queue v2.5.0
29422026-08-20T07:03:39.760Z Checking sapling-renderdag v0.1.0
29432026-08-20T07:03:39.858Z Checking parking v2.2.1
29442026-08-20T07:03:39.944Z Checking sync-ptr v0.1.4
29452026-08-20T07:03:40.010Z Checking event-listener v5.4.1
29462026-08-20T07:03:40.044Z Checking elliptic-curve v0.14.1
29472026-08-20T07:03:40.086Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29482026-08-20T07:03:40.258Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29492026-08-20T07:03:40.469Z Checking rtoolbox v0.0.3
29502026-08-20T07:03:40.549Z Checking event-listener-strategy v0.5.4
29512026-08-20T07:03:40.633Z Checking rpassword v7.5.4
29522026-08-20T07:03:40.671Z Compiling samael v0.0.19
29532026-08-20T07:03:40.710Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29542026-08-20T07:03:40.819Z Checking wnaf v0.14.0
29552026-08-20T07:03:41.020Z Checking primefield v0.14.0
29562026-08-20T07:03:41.336Z Checking rfc6979 v0.6.0
29572026-08-20T07:03:41.435Z Checking tui-tree-widget v0.23.1
29582026-08-20T07:03:41.653Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29592026-08-20T07:03:41.720Z Compiling blake3 v1.8.5
29602026-08-20T07:03:42.130Z Checking futures-timer v3.0.3
29612026-08-20T07:03:42.676Z Checking ecdsa v0.17.0
29622026-08-20T07:03:42.823Z Checking primeorder v0.14.0
29632026-08-20T07:03:43.092Z Checking async-lock v3.4.2
29642026-08-20T07:03:43.268Z Compiling curve25519-dalek v5.0.0
29652026-08-20T07:03:43.523Z Compiling strsim v0.10.0
29662026-08-20T07:03:43.635Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29672026-08-20T07:03:43.806Z Compiling darling_core v0.13.4
29682026-08-20T07:03:43.892Z Checking async-object-pool v0.2.0
29692026-08-20T07:03:45.649Z Checking ssh-encoding v0.3.0
29702026-08-20T07:03:45.760Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29712026-08-20T07:03:45.908Z Checking serde_regex v1.1.0
29722026-08-20T07:03:46.097Z Checking assert-json-diff v2.0.2
29732026-08-20T07:03:46.283Z Checking path-tree v0.8.3
29742026-08-20T07:03:46.315Z Checking keccak v0.2.0
29752026-08-20T07:03:46.351Z Checking stringmetrics v2.2.2
29762026-08-20T07:03:46.410Z Checking topological-sort v0.2.2
29772026-08-20T07:03:46.496Z Compiling darling_macro v0.13.4
29782026-08-20T07:03:46.530Z Checking httpmock v0.8.3
29792026-08-20T07:03:46.597Z Checking omicron-zone-package v0.12.3
29802026-08-20T07:03:47.007Z Checking ed25519 v3.0.0
29812026-08-20T07:03:47.238Z Checking crypto-primes v0.7.2
29822026-08-20T07:03:47.388Z Checking pkcs1 v0.8.0-rc.4
29832026-08-20T07:03:47.522Z Checking poly1305 v0.9.0
29842026-08-20T07:03:47.625Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29852026-08-20T07:03:47.825Z Checking blowfish v0.10.0
29862026-08-20T07:03:48.014Z Checking blake2 v0.11.0-rc.6
29872026-08-20T07:03:48.062Z Compiling target-lexicon v0.13.3
29882026-08-20T07:03:48.234Z Checking rsa v0.10.0-rc.18
29892026-08-20T07:03:48.319Z Checking argon2 v0.6.0-rc.8
29902026-08-20T07:03:48.638Z Checking bcrypt-pbkdf v0.11.0
29912026-08-20T07:03:48.673Z Checking ssh-cipher v0.3.0
29922026-08-20T07:03:48.759Z Checking ed25519-dalek v3.0.0
29932026-08-20T07:03:48.794Z Compiling darling v0.13.4
29942026-08-20T07:03:48.828Z Checking sha3 v0.11.0
29952026-08-20T07:03:48.909Z Checking p521 v0.14.0
29962026-08-20T07:03:48.943Z Checking p384 v0.14.0
29972026-08-20T07:03:49.017Z Checking p256 v0.14.0
29982026-08-20T07:03:49.202Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29992026-08-20T07:03:49.465Z Checking kem v0.3.0
30002026-08-20T07:03:49.619Z Checking module-lattice v0.2.3
30012026-08-20T07:03:49.783Z Checking socket2 v0.5.10
30022026-08-20T07:03:49.867Z Checking sponge-cursor v0.1.0
30032026-08-20T07:03:50.030Z Compiling guppy-workspace-hack v0.1.0
30042026-08-20T07:03:50.065Z Checking hex-literal v0.4.1
30052026-08-20T07:03:50.191Z Checking sha3 v0.12.0
30062026-08-20T07:03:50.284Z Checking ml-kem v0.3.2
30072026-08-20T07:03:50.426Z Compiling serde_with_macros v1.5.2
30082026-08-20T07:03:51.061Z Checking russh-cryptovec v0.62.0
30092026-08-20T07:03:51.178Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30102026-08-20T07:03:51.247Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30112026-08-20T07:03:51.285Z Checking internal-russh-num-bigint v0.5.0
30122026-08-20T07:03:51.897Z Checking ssh-key v0.7.0-rc.11
30132026-08-20T07:03:51.927Z Checking num-bigint v0.4.6
30142026-08-20T07:03:52.150Z Checking russh-util v0.52.0
30152026-08-20T07:03:52.308Z Checking generic-array v1.4.3
30162026-08-20T07:03:52.668Z Compiling git2 v0.20.4
30172026-08-20T07:03:52.792Z Compiling enum_dispatch v0.3.13
30182026-08-20T07:03:52.894Z Compiling delegate v0.13.5
30192026-08-20T07:03:52.898Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30202026-08-20T07:03:53.403Z Compiling target-spec v3.5.7
30212026-08-20T07:03:53.647Z Checking md5 v0.8.0
30222026-08-20T07:03:53.714Z Checking hex-literal v1.1.0
30232026-08-20T07:03:53.844Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30242026-08-20T07:03:53.911Z Checking russh v0.62.4
30252026-08-20T07:03:54.055Z Compiling serde_with v1.14.0
30262026-08-20T07:03:54.505Z Checking cfg-expr v0.20.6
30272026-08-20T07:03:55.125Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30282026-08-20T07:03:55.232Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30292026-08-20T07:03:55.339Z Checking internet-checksum v0.2.1
30302026-08-20T07:03:55.464Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30312026-08-20T07:03:55.734Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30322026-08-20T07:03:55.802Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30332026-08-20T07:03:56.004Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30342026-08-20T07:03:56.584Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30352026-08-20T07:03:56.774Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30362026-08-20T07:03:57.011Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30372026-08-20T07:03:57.041Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30382026-08-20T07:03:57.176Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30392026-08-20T07:03:57.213Z Compiling polar-core v0.27.3
30402026-08-20T07:03:57.242Z Checking httptest v0.16.4
30412026-08-20T07:03:57.280Z Checking pathdiff v0.2.3
30422026-08-20T07:03:57.319Z Checking nested v0.1.1
30432026-08-20T07:03:57.485Z Checking guppy v0.17.25
30442026-08-20T07:03:57.519Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30452026-08-20T07:03:57.639Z Checking similar-asserts v1.7.0
30462026-08-20T07:03:57.798Z Compiling target-triple v1.0.0
30472026-08-20T07:03:58.012Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30482026-08-20T07:03:58.177Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30492026-08-20T07:03:58.518Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30502026-08-20T07:03:58.773Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30512026-08-20T07:03:58.806Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30522026-08-20T07:03:58.968Z Checking hickory-client v0.25.2
30532026-08-20T07:03:59.425Z Checking supports-hyperlinks v2.1.0
30542026-08-20T07:03:59.557Z Checking supports-color v2.1.0
30552026-08-20T07:03:59.743Z Checking supports-unicode v2.1.0
30562026-08-20T07:03:59.822Z Checking textwrap v0.15.2
30572026-08-20T07:03:59.898Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-08-20T07:04:00.054Z Checking terminal_size v0.1.17
30592026-08-20T07:04:00.058Z Compiling miette-derive v5.10.0
30602026-08-20T07:04:00.309Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30612026-08-20T07:04:00.678Z Compiling fs-err v2.11.0
30622026-08-20T07:04:00.896Z Compiling assert_cmd v2.1.2
30632026-08-20T07:04:01.180Z Checking owo-colors v3.5.0
30642026-08-20T07:04:01.266Z Checking escape8259 v0.5.3
30652026-08-20T07:04:01.431Z Checking libtest-mimic v0.8.1
30662026-08-20T07:04:01.729Z Checking miette v5.10.0
30672026-08-20T07:04:01.897Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30682026-08-20T07:04:02.050Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30692026-08-20T07:04:02.191Z Checking oso v0.27.3
30702026-08-20T07:04:02.473Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30712026-08-20T07:04:02.600Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30722026-08-20T07:04:03.115Z Checking blake2b_simd v1.0.4
30732026-08-20T07:04:03.149Z Checking support-bundle-viewer v0.1.2
30742026-08-20T07:04:03.367Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30752026-08-20T07:04:03.435Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30762026-08-20T07:04:03.551Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30772026-08-20T07:04:03.648Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30782026-08-20T07:04:03.762Z Compiling knuffel-derive v3.2.0
30792026-08-20T07:04:03.877Z Checking fancy-regex v0.14.0
30802026-08-20T07:04:03.978Z Checking serde_tokenstream v0.2.3
30812026-08-20T07:04:04.261Z Checking multimap v0.10.1
30822026-08-20T07:04:04.295Z Checking approx v0.5.1
30832026-08-20T07:04:04.418Z Compiling rstest_macros v0.25.0
30842026-08-20T07:04:04.454Z Checking uzers v0.12.2
30852026-08-20T07:04:04.488Z Compiling linkme-impl v0.3.35
30862026-08-20T07:04:04.492Z Checking constant_time_eq v0.3.1
30872026-08-20T07:04:04.623Z Checking termcolor v1.4.1
30882026-08-20T07:04:04.705Z Checking rust-argon2 v2.1.0
30892026-08-20T07:04:04.896Z Checking trybuild v1.0.116
30902026-08-20T07:04:04.969Z Checking datatest-stable v0.3.3
30912026-08-20T07:04:05.263Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30922026-08-20T07:04:05.298Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30932026-08-20T07:04:05.301Z Checking knuffel v3.2.0
30942026-08-20T07:04:05.543Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30952026-08-20T07:04:05.578Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30962026-08-20T07:04:05.648Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30972026-08-20T07:04:05.744Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30982026-08-20T07:04:05.866Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30992026-08-20T07:04:05.969Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31002026-08-20T07:04:06.003Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
31012026-08-20T07:04:06.088Z Checking drift v0.2.0
31022026-08-20T07:04:06.232Z Checking rand_distr v0.5.1
31032026-08-20T07:04:06.373Z Checking parse-size v1.1.0
31042026-08-20T07:04:06.409Z Compiling relative-path v1.9.3
31052026-08-20T07:04:06.483Z Compiling linkme v0.3.35
31062026-08-20T07:04:06.528Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31072026-08-20T07:04:06.693Z Checking dropshot-api-manager v0.8.0
31082026-08-20T07:04:06.923Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31092026-08-20T07:04:07.841Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31102026-08-20T07:04:08.287Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31112026-08-20T07:04:08.587Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-08-20T07:04:08.763Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31132026-08-20T07:04:08.833Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31142026-08-20T07:04:08.939Z Checking cargo_toml v0.21.0
31152026-08-20T07:04:09.380Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31162026-08-20T07:04:09.519Z Checking partial-io v0.5.4
31172026-08-20T07:04:09.611Z Checking termios v0.3.3
31182026-08-20T07:04:09.762Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31192026-08-20T07:04:10.237Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31202026-08-20T07:04:10.369Z Checking rstest v0.25.0
31212026-08-20T07:04:13.708Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31222026-08-20T07:04:14.913Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31232026-08-20T07:04:15.661Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31242026-08-20T07:04:17.002Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31252026-08-20T07:04:17.924Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31262026-08-20T07:04:21.761Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31272026-08-20T07:04:23.887Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31282026-08-20T07:04:28.974Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31292026-08-20T07:04:32.535Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31302026-08-20T07:04:34.565Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31312026-08-20T07:04:35.830Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31322026-08-20T07:04:39.123Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31332026-08-20T07:04:39.611Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31342026-08-20T07:04:41.753Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31352026-08-20T07:04:44.958Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31362026-08-20T07:04:50.370Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31372026-08-20T07:05:11.873Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31382026-08-20T07:06:07.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
31392026-08-20T07:06:07.217Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31402026-08-20T07:06:07.217Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31412026-08-20T07:06:07.887Z
31422026-08-20T07:06:07.887Zreal 4:17.913635390
31432026-08-20T07:06:07.890Zuser 22:09.120941682
31442026-08-20T07:06:07.890Zsys 5:11.466608640
31452026-08-20T07:06:07.890Ztrap 0.536577652
31462026-08-20T07:06:07.890Ztflt 0.483004033
31472026-08-20T07:06:07.890Zdflt 0.591588080
31482026-08-20T07:06:07.890Zkflt 0.009019967
31492026-08-20T07:06:07.890Zlock 1:07:04.778999990
31502026-08-20T07:06:07.891Zslp 1:00:24.341310642
31512026-08-20T07:06:07.891Zlat 1:52.206235336
31522026-08-20T07:06:07.891Zstop 13:45.941633526
31532026-08-20T07:06:07.891Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31542026-08-20T07:06:07.891Z+ ptime -m cargo doc --workspace --no-deps
31552026-08-20T07:06:08.743Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31562026-08-20T07:06:08.744Z |
31572026-08-20T07:06:08.744Z = 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)`
31582026-08-20T07:06:08.744Z = 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>
31592026-08-20T07:06:09.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31602026-08-20T07:06:10.081Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31612026-08-20T07:06:10.127Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31622026-08-20T07:06:10.192Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31632026-08-20T07:06:10.255Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31642026-08-20T07:06:10.362Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31652026-08-20T07:06:10.394Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31662026-08-20T07:06:10.394Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31672026-08-20T07:06:10.446Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31682026-08-20T07:06:10.473Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-08-20T07:06:10.618Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-08-20T07:06:10.664Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31712026-08-20T07:06:10.690Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31722026-08-20T07:06:10.774Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-08-20T07:06:10.800Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31742026-08-20T07:06:10.803Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31752026-08-20T07:06:10.803Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31762026-08-20T07:06:10.866Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-08-20T07:06:10.891Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-08-20T07:06:10.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31792026-08-20T07:06:11.031Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31802026-08-20T07:06:11.236Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31812026-08-20T07:06:11.381Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31822026-08-20T07:06:11.415Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31832026-08-20T07:06:11.465Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-08-20T07:06:11.489Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31852026-08-20T07:06:11.653Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31862026-08-20T07:06:11.677Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31872026-08-20T07:06:11.836Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31882026-08-20T07:06:11.932Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31892026-08-20T07:06:11.985Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31902026-08-20T07:06:12.009Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31912026-08-20T07:06:12.118Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31922026-08-20T07:06:12.348Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31932026-08-20T07:06:12.377Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31942026-08-20T07:06:12.405Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31952026-08-20T07:06:12.574Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31962026-08-20T07:06:12.603Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31972026-08-20T07:06:12.628Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31982026-08-20T07:06:12.806Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31992026-08-20T07:06:12.904Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002026-08-20T07:06:13.074Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32012026-08-20T07:06:13.117Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022026-08-20T07:06:13.151Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32032026-08-20T07:06:13.177Z Checking scuffle v0.1.0
32042026-08-20T07:06:13.348Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32052026-08-20T07:06:13.374Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32062026-08-20T07:06:13.478Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32072026-08-20T07:06:13.601Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32082026-08-20T07:06:13.627Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32092026-08-20T07:06:13.707Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32102026-08-20T07:06:13.737Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-08-20T07:06:13.758Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32122026-08-20T07:06:13.795Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32132026-08-20T07:06:13.820Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32142026-08-20T07:06:13.931Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32152026-08-20T07:06:14.297Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32162026-08-20T07:06:14.608Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-08-20T07:06:14.807Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32182026-08-20T07:06:15.077Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32192026-08-20T07:06:15.325Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32202026-08-20T07:06:15.354Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32212026-08-20T07:06:15.357Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32222026-08-20T07:06:15.603Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32232026-08-20T07:06:15.630Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32242026-08-20T07:06:15.663Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32252026-08-20T07:06:15.740Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32262026-08-20T07:06:15.764Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32272026-08-20T07:06:15.887Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32282026-08-20T07:06:16.553Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32292026-08-20T07:06:16.777Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32302026-08-20T07:06:16.812Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32312026-08-20T07:06:17.002Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32322026-08-20T07:06:17.069Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32332026-08-20T07:06:17.263Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32342026-08-20T07:06:17.311Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32352026-08-20T07:06:17.365Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32362026-08-20T07:06:17.393Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32372026-08-20T07:06:17.395Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32382026-08-20T07:06:17.569Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32392026-08-20T07:06:17.595Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32402026-08-20T07:06:17.618Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32412026-08-20T07:06:17.621Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32422026-08-20T07:06:17.945Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32432026-08-20T07:06:17.948Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442026-08-20T07:06:17.994Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32452026-08-20T07:06:17.996Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32462026-08-20T07:06:17.997Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32472026-08-20T07:06:18.066Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32482026-08-20T07:06:18.192Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32492026-08-20T07:06:18.273Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32502026-08-20T07:06:18.297Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32512026-08-20T07:06:18.329Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32522026-08-20T07:06:18.354Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32532026-08-20T07:06:18.518Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32542026-08-20T07:06:18.520Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32552026-08-20T07:06:18.566Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32562026-08-20T07:06:18.617Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32572026-08-20T07:06:18.652Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32582026-08-20T07:06:18.691Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32592026-08-20T07:06:18.758Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32602026-08-20T07:06:18.844Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32612026-08-20T07:06:18.893Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32622026-08-20T07:06:18.956Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32632026-08-20T07:06:19.236Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32642026-08-20T07:06:19.239Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32652026-08-20T07:06:19.287Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32662026-08-20T07:06:19.788Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32672026-08-20T07:06:19.950Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32682026-08-20T07:06:20.242Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32692026-08-20T07:06:21.015Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32702026-08-20T07:06:21.208Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32712026-08-20T07:06:21.512Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-08-20T07:06:21.948Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-08-20T07:06:22.123Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32742026-08-20T07:06:22.664Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32752026-08-20T07:06:23.070Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-08-20T07:06:23.951Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32772026-08-20T07:06:24.060Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32782026-08-20T07:06:24.365Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32792026-08-20T07:06:24.490Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32802026-08-20T07:06:24.641Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32812026-08-20T07:06:24.811Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-08-20T07:06:24.956Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32832026-08-20T07:06:25.177Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-08-20T07:06:25.693Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32852026-08-20T07:06:25.796Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32862026-08-20T07:06:26.063Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32872026-08-20T07:06:26.316Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32882026-08-20T07:06:26.408Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32892026-08-20T07:06:26.563Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32902026-08-20T07:06:26.906Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32912026-08-20T07:06:27.107Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32922026-08-20T07:06:27.339Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32932026-08-20T07:06:27.753Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32942026-08-20T07:06:27.884Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32952026-08-20T07:06:28.103Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32962026-08-20T07:06:28.763Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32972026-08-20T07:06:28.791Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32982026-08-20T07:06:29.228Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32992026-08-20T07:06:29.839Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33002026-08-20T07:06:29.981Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33012026-08-20T07:06:30.253Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33022026-08-20T07:06:30.822Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33032026-08-20T07:06:30.887Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33042026-08-20T07:06:31.003Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33052026-08-20T07:06:31.441Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33062026-08-20T07:06:31.627Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33072026-08-20T07:06:32.081Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33082026-08-20T07:06:32.190Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33092026-08-20T07:06:32.666Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-08-20T07:06:33.345Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33112026-08-20T07:06:33.405Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33122026-08-20T07:06:33.904Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33132026-08-20T07:06:34.605Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33142026-08-20T07:06:34.906Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-08-20T07:06:38.004Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33162026-08-20T07:06:38.180Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33172026-08-20T07:06:38.506Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33182026-08-20T07:06:40.424Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33192026-08-20T07:06:40.620Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33202026-08-20T07:06:41.477Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33212026-08-20T07:06:41.508Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33222026-08-20T07:06:41.595Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33232026-08-20T07:06:41.843Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242026-08-20T07:06:43.113Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33252026-08-20T07:06:43.314Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33262026-08-20T07:06:43.516Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33272026-08-20T07:06:44.273Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33282026-08-20T07:06:44.634Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33292026-08-20T07:06:44.685Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33302026-08-20T07:06:45.009Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33312026-08-20T07:06:45.186Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33322026-08-20T07:06:45.359Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33332026-08-20T07:06:45.750Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33342026-08-20T07:06:45.861Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33352026-08-20T07:06:45.897Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33362026-08-20T07:06:46.020Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33372026-08-20T07:06:46.658Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33382026-08-20T07:06:46.762Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33392026-08-20T07:06:47.051Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33402026-08-20T07:06:47.214Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33412026-08-20T07:06:47.408Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33422026-08-20T07:06:47.536Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33432026-08-20T07:06:47.955Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33442026-08-20T07:06:49.236Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33452026-08-20T07:06:49.501Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33462026-08-20T07:06:49.644Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33472026-08-20T07:06:52.471Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33482026-08-20T07:06:53.866Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33492026-08-20T07:06:54.322Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33502026-08-20T07:06:54.861Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33512026-08-20T07:06:56.664Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33522026-08-20T07:06:58.618Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33532026-08-20T07:06:59.085Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33542026-08-20T07:06:59.856Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33552026-08-20T07:07:00.595Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33562026-08-20T07:07:02.407Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33572026-08-20T07:07:03.616Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33582026-08-20T07:07:04.626Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33592026-08-20T07:07:04.755Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33602026-08-20T07:07:05.510Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33612026-08-20T07:07:06.152Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33622026-08-20T07:07:11.422Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-08-20T07:07:12.298Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33642026-08-20T07:07:12.785Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33652026-08-20T07:07:13.599Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33662026-08-20T07:07:14.541Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33672026-08-20T07:07:15.305Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33682026-08-20T07:07:16.054Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33692026-08-20T07:07:16.805Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33702026-08-20T07:07:19.268Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33712026-08-20T07:07:19.426Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33722026-08-20T07:07:20.049Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33732026-08-20T07:07:20.201Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33742026-08-20T07:07:20.868Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33752026-08-20T07:07:21.865Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33762026-08-20T07:07:23.784Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33772026-08-20T07:07:26.650Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33782026-08-20T07:07:28.205Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33792026-08-20T07:07:28.934Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33802026-08-20T07:07:29.712Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33812026-08-20T07:07:30.754Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33822026-08-20T07:07:31.571Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33832026-08-20T07:07:33.581Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33842026-08-20T07:07:34.927Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33852026-08-20T07:07:35.979Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33862026-08-20T07:07:37.027Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33872026-08-20T07:07:38.016Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33882026-08-20T07:07:40.835Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33892026-08-20T07:07:41.600Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33902026-08-20T07:07:43.464Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33912026-08-20T07:07:44.006Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33922026-08-20T07:07:45.789Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33932026-08-20T07:07:47.189Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33942026-08-20T07:07:49.035Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33952026-08-20T07:07:50.583Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962026-08-20T07:07:52.165Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-08-20T07:07:53.771Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33982026-08-20T07:07:55.531Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33992026-08-20T07:08:00.351Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34002026-08-20T07:08:00.518Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34012026-08-20T07:08:02.013Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34022026-08-20T07:08:02.088Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34032026-08-20T07:08:04.100Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34042026-08-20T07:08:05.938Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34052026-08-20T07:08:07.761Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34062026-08-20T07:08:09.798Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34072026-08-20T07:08:11.567Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34082026-08-20T07:08:13.569Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34092026-08-20T07:08:15.132Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34102026-08-20T07:08:16.860Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34112026-08-20T07:08:18.636Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34122026-08-20T07:08:20.465Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-08-20T07:08:22.232Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34142026-08-20T07:08:23.997Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34152026-08-20T07:08:25.709Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34162026-08-20T07:08:27.244Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34172026-08-20T07:08:29.287Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34182026-08-20T07:08:30.979Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34192026-08-20T07:08:32.753Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34202026-08-20T07:08:34.714Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34212026-08-20T07:08:36.599Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34222026-08-20T07:08:38.419Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34232026-08-20T07:08:40.308Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34242026-08-20T07:08:45.994Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34252026-08-20T07:08:47.732Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34262026-08-20T07:08:50.156Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34272026-08-20T07:08:53.301Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34282026-08-20T07:08:53.952Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34292026-08-20T07:08:56.690Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34302026-08-20T07:08:58.624Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34312026-08-20T07:09:00.976Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34322026-08-20T07:09:03.404Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34332026-08-20T07:09:06.343Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34342026-08-20T07:09:08.395Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34352026-08-20T07:09:10.804Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34362026-08-20T07:09:13.490Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-08-20T07:09:15.479Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34382026-08-20T07:09:18.629Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34392026-08-20T07:09:20.750Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34402026-08-20T07:09:23.016Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34412026-08-20T07:09:26.525Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34422026-08-20T07:09:28.315Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34432026-08-20T07:09:30.846Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34442026-08-20T07:09:33.351Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34452026-08-20T07:09:35.817Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34462026-08-20T07:09:38.363Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34472026-08-20T07:09:40.893Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34482026-08-20T07:09:43.479Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34492026-08-20T07:09:46.053Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34502026-08-20T07:09:48.464Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34512026-08-20T07:09:51.181Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34522026-08-20T07:09:53.788Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34532026-08-20T07:09:56.303Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34542026-08-20T07:09:58.915Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34552026-08-20T07:10:01.427Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34562026-08-20T07:10:03.938Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34572026-08-20T07:10:06.628Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34582026-08-20T07:10:09.218Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34592026-08-20T07:10:11.766Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34602026-08-20T07:10:14.404Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34612026-08-20T07:10:16.976Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34622026-08-20T07:10:19.374Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34632026-08-20T07:10:21.901Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34642026-08-20T07:10:25.661Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34652026-08-20T07:10:27.317Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34662026-08-20T07:10:29.988Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34672026-08-20T07:10:32.609Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34682026-08-20T07:10:35.082Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34692026-08-20T07:10:37.862Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34702026-08-20T07:10:40.527Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34712026-08-20T07:10:43.123Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34722026-08-20T07:10:45.733Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34732026-08-20T07:10:48.419Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34742026-08-20T07:10:51.046Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34752026-08-20T07:10:53.502Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34762026-08-20T07:10:56.951Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34772026-08-20T07:10:59.236Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34782026-08-20T07:11:01.916Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34792026-08-20T07:11:04.484Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34802026-08-20T07:11:07.309Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34812026-08-20T07:11:10.023Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34822026-08-20T07:11:13.153Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34832026-08-20T07:11:15.921Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34842026-08-20T07:11:18.558Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34852026-08-20T07:11:21.225Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34862026-08-20T07:11:24.028Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34872026-08-20T07:11:26.881Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34882026-08-20T07:11:30.284Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34892026-08-20T07:11:32.853Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34902026-08-20T07:11:40.845Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34912026-08-20T07:11:41.174Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34922026-08-20T07:11:44.671Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34932026-08-20T07:11:48.321Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34942026-08-20T07:11:51.774Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34952026-08-20T07:11:56.780Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34962026-08-20T07:12:00.140Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34972026-08-20T07:12:03.877Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34982026-08-20T07:12:07.740Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34992026-08-20T07:12:11.864Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35002026-08-20T07:12:15.607Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35012026-08-20T07:12:19.564Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35022026-08-20T07:12:23.519Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35032026-08-20T07:12:27.396Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35042026-08-20T07:12:31.303Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
35052026-08-20T07:12:35.149Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
35062026-08-20T07:12:39.159Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
35072026-08-20T07:12:43.031Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
35082026-08-20T07:12:46.943Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35092026-08-20T07:12:50.980Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
35102026-08-20T07:12:54.932Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
35112026-08-20T07:12:58.753Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35122026-08-20T07:13:02.751Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35132026-08-20T07:13:06.656Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35142026-08-20T07:13:10.613Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35152026-08-20T07:13:41.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 34s
35162026-08-20T07:13:41.984Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35172026-08-20T07:13:41.984Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35182026-08-20T07:13:42.159Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35192026-08-20T07:13:42.272Z
35202026-08-20T07:13:42.275Zreal 7:34.291499846
35212026-08-20T07:13:42.275Zuser 20:27.114003348
35222026-08-20T07:13:42.275Zsys 4:24.905209702
35232026-08-20T07:13:42.276Ztrap 0.298602932
35242026-08-20T07:13:42.276Ztflt 0.010249235
35252026-08-20T07:13:42.276Zdflt 0.096952061
35262026-08-20T07:13:42.276Zkflt 0.000041530
35272026-08-20T07:13:42.276Zlock 7:14:14.245031077
35282026-08-20T07:13:42.276Zslp 2:32:39.361818617
35292026-08-20T07:13:42.276Zlat 35.402555756
35302026-08-20T07:13:42.276Zstop 2:14.105459372
35312026-08-20T07:13:42.276Zprocess exited: duration 844903 ms, exit code 0
 
35322026-08-20T07:13:42.284Zfound 0 output files