01KZCMMTFR590JQG8QRBW6ZVXJ: clippy (helios)

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

Buildomat Job: 01KZCMN9MZ3M94DPEMFKRCBPAZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:57:12.360Zjob assigned to worker 01KZCMNDP628189QKZXS1BEBHW [factory aws, i-0159f62f27a9de663] (queued for 56 s)
 
22026-08-06T22:57:18.641Zstarting task 0: "setup"
32026-08-06T22:57:18.646Z++ uname -s
42026-08-06T22:57:18.649Z+ kern=SunOS
52026-08-06T22:57:18.649Z+ build_user=build
62026-08-06T22:57:18.649Z+ build_uid=12345
72026-08-06T22:57:18.649Z+ work_dir=/work
82026-08-06T22:57:18.649Z+ input_dir=/input
92026-08-06T22:57:18.649Z+ [[ 0 == 12345 ]]
102026-08-06T22:57:18.649Z+ case "$kern" in
112026-08-06T22:57:18.649Z+ groupadd -g 12345 build
122026-08-06T22:57:18.652Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:57:20.656Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:57:20.780Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:57:20.783Z+ home_fs=zfs
162026-08-06T22:57:20.783Z+ [[ zfs == autofs ]]
172026-08-06T22:57:20.784Z+ mkdir -p /home/build
182026-08-06T22:57:20.784Z+ chown build:build /home/build /work
192026-08-06T22:57:22.784Z+ chmod 0700 /home/build /work
202026-08-06T22:57:22.787Zprocess exited: duration 4146 ms, exit code 0
 
212026-08-06T22:57:22.794Zstarting task 1: "rust-toolchain"
222026-08-06T22:57:22.797Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:57:22.797Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-06T22:57:22.798Z * rust toolchain channel = "1.97.1"
252026-08-06T22:57:22.798Z * rust toolchain profile = "default"
262026-08-06T22:57:22.798Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:57:22.798Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:57:22.801Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:57:22.801Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:57:22.908Zinfo: downloading installer
312026-08-06T22:57:24.219Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:57:24.220Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:57:24.220Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:57:24.220Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:57:24.231Zinfo: profile set to default
362026-08-06T22:57:24.231Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:57:24.234Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:57:24.362Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:57:24.365Zinfo: downloading 6 components
402026-08-06T22:57:40.341Z
412026-08-06T22:57:40.341Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-06T22:57:40.367Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:57:40.367Z
442026-08-06T22:57:40.367Z
452026-08-06T22:57:40.367ZRust is installed now. Great!
462026-08-06T22:57:40.367Z
472026-08-06T22:57:40.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:57:40.370Zenvironment variable. This has not been done automatically.
492026-08-06T22:57:40.370Z
502026-08-06T22:57:40.370ZTo configure your current shell, you need to source
512026-08-06T22:57:40.370Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:57:40.370Z
532026-08-06T22:57:40.370ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:57:40.370Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:57:40.370Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:57:40.370Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:57:40.370Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:57:40.370Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:57:40.370Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:57:40.370Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:57:40.370Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:57:40.468Z+ rustup --version
632026-08-06T22:57:40.477Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:57:40.480Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:57:40.498Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:57:40.502Z+ cargo --version
672026-08-06T22:57:40.516Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:57:40.519Z+ rustc --version
692026-08-06T22:57:40.538Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:57:40.541Zprocess exited: duration 17746 ms, exit code 0
 
712026-08-06T22:57:40.547Zstarting task 2: "authentication"
722026-08-06T22:57:40.564Zprocess exited: duration 17 ms, exit code 0
 
732026-08-06T22:57:40.570Zstarting task 3: "clone repository"
742026-08-06T22:57:40.573Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:57:40.576Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:57:40.607ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:57:50.910Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:57:50.910Z+ git fetch origin 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
792026-08-06T22:57:51.186ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:57:51.186Z * branch 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf -> FETCH_HEAD
812026-08-06T22:57:51.197Z+ [[ -n inventory-collection-tracing ]]
822026-08-06T22:57:51.201Z++ git branch --show-current
832026-08-06T22:57:51.201Z+ current=main
842026-08-06T22:57:51.201Z+ [[ main != inventory-collection-tracing ]]
852026-08-06T22:57:51.201Z+ git branch -f inventory-collection-tracing 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
862026-08-06T22:57:51.205Z+ git checkout -f inventory-collection-tracing
872026-08-06T22:57:51.451ZSwitched to branch 'inventory-collection-tracing'
882026-08-06T22:57:51.456Z+ git reset --hard 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
892026-08-06T22:57:51.473ZHEAD is now at 7eae0109d omdb: show inventory phase timings and export the collection trace
902026-08-06T22:57:51.478Zprocess exited: duration 10904 ms, exit code 0
 
912026-08-06T22:57:51.486Zstarting task 4: "build"
922026-08-06T22:57:51.489Z+ source ./env.sh
932026-08-06T22:57:51.489Z++ OLD_SHELL_OPTS=ehxB
942026-08-06T22:57:51.489Z++ set -o xtrace
952026-08-06T22:57:51.492Z++++ dirname ./env.sh
962026-08-06T22:57:51.495Z+++ readlink -f .
972026-08-06T22:57:51.495Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-06T22:57:51.495Z++ 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-06T22:57:51.495Z++ 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-06T22:57:51.495Z++ 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-06T22:57:51.495Z++ 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-06T22:57:51.495Z++ 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-06T22:57:51.495Z++ 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-06T22:57:51.495Z++ 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-06T22:57:51.496Z++ 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-06T22:57:51.496Z++ 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-06T22:57:51.496Z++ 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-06T22:57:51.496Z++ case $OLD_SHELL_OPTS in
1092026-08-06T22:57:51.496Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-06T22:57:51.496Z+ source .github/buildomat/ci-env.sh
1112026-08-06T22:57:51.499Z++ export CARGO_TERM_COLOR=always
1122026-08-06T22:57:51.499Z++ CARGO_TERM_COLOR=always
1132026-08-06T22:57:51.499Z+++ uname -s
1142026-08-06T22:57:51.499Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-06T22:57:51.499Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-06T22:57:51.499Z+ cargo --version
1172026-08-06T22:57:51.507Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-06T22:57:51.510Z+ rustc --version
1192026-08-06T22:57:51.530Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-06T22:57:51.533Z+ banner prerequisites
1212026-08-06T22:57:51.536Z
1222026-08-06T22:57:51.536Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-06T22:57:51.536Z # # # # # # # # # # # # # # #
1242026-08-06T22:57:51.536Z # # # # ##### # # ##### # # # # # #### #
1252026-08-06T22:57:51.536Z ##### ##### # ##### # # # # # # # # #
1262026-08-06T22:57:51.536Z # # # # # # # # # # # # # # #
1272026-08-06T22:57:51.536Z # # # ###### # # ###### ### # #### # #### #
1282026-08-06T22:57:51.536Z
1292026-08-06T22:57:51.536Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-06T22:57:53.363Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-06T22:57:53.604Z Startup: Caching catalogs ... Done
1322026-08-06T22:57:54.927ZPlanning: Solver setup ... Done (1.238s)
1332026-08-06T22:57:54.970ZPlanning: Running solver ... Done (0.045s)
1342026-08-06T22:57:55.002ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-06T22:57:55.016ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-06T22:57:55.031ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-06T22:57:55.045ZPlanning: Package planning ... Done (0.014s)
1382026-08-06T22:57:55.048ZPlanning: Merging actions ... Done (0.001s)
1392026-08-06T22:57:55.206ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-06T22:57:55.210ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-06T22:57:55.977ZPlanning: Evaluating mediators ... Done (0.768s)
1422026-08-06T22:57:55.981ZPlanning: Planning completed in 2.34 seconds
1432026-08-06T22:57:55.984Z Packages to install: 2
1442026-08-06T22:57:55.984Z Estimated space available: 156.02 GB
1452026-08-06T22:57:55.984ZEstimated space to be consumed: 56.47 MB
1462026-08-06T22:57:55.984Z Create boot environment: No
1472026-08-06T22:57:55.984ZCreate backup boot environment: No
1482026-08-06T22:57:55.984Z Rebuild boot archive: No
1492026-08-06T22:57:55.984Z
1502026-08-06T22:57:55.984ZChanged packages:
1512026-08-06T22:57:55.984Zhelios
1522026-08-06T22:57:55.984Z developer/build-essential
1532026-08-06T22:57:55.984Z None -> 11-3.0
1542026-08-06T22:57:55.984Z library/libxmlsec1
1552026-08-06T22:57:55.984Z None -> 1.2.35-3.0
1562026-08-06T22:57:56.009Z
1572026-08-06T22:57:56.009ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-06T22:57:56.077ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1592026-08-06T22:57:56.168Z Actions: 1/268 actions (Installing new actions)
1602026-08-06T22:57:56.206Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-06T22:57:56.230ZFinalize: Updating package state database ... Done (0.023s)
1622026-08-06T22:57:56.230ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-06T22:57:56.290ZFinalize: Updating image state ... Done (0.060s)
1642026-08-06T22:57:58.785ZFinalize: Creating fast lookup database ... Done (2.455s)
1652026-08-06T22:57:58.849ZFinalize: Reading search index ... Done (0.012s)
1662026-08-06T22:57:58.854ZFinalize: Updating search index ... Done (0.000s)
1672026-08-06T22:57:58.939ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-06T22:57:59.285ZPlanning: Evaluating mediator changes ... Done
1692026-08-06T22:57:59.389ZPlanning: Checking for conflicting actions ... Done
1702026-08-06T22:57:59.392ZPlanning: Consolidating action changes ... Done
1712026-08-06T22:57:59.548ZPlanning: Evaluating mediators ... Done
1722026-08-06T22:57:59.551ZPlanning: Planning completed in 0.26 seconds
1732026-08-06T22:57:59.571Z Mediators to change: 2
1742026-08-06T22:57:59.571Z Create boot environment: No
1752026-08-06T22:57:59.571ZCreate backup boot environment: No
1762026-08-06T22:57:59.622ZFinalize: Updating package state database ... Done
1772026-08-06T22:57:59.622ZFinalize: Updating package cache ... Done
1782026-08-06T22:57:59.656ZFinalize: Updating image state ... Done
1792026-08-06T22:58:01.596ZFinalize: Creating fast lookup database ... Done
1802026-08-06T22:58:01.662ZFinalize: Reading search index ... Done
1812026-08-06T22:58:01.667ZFinalize: Updating search index ... Done
1822026-08-06T22:58:01.736ZFinalize: Updating package cache ... Done
1832026-08-06T22:58:02.024ZPlanning: Evaluating mediator changes ... Done
1842026-08-06T22:58:02.131ZPlanning: Checking for conflicting actions ... Done
1852026-08-06T22:58:02.134ZPlanning: Consolidating action changes ... Done
1862026-08-06T22:58:02.292ZPlanning: Evaluating mediators ... Done
1872026-08-06T22:58:02.296ZPlanning: Planning completed in 0.27 seconds
1882026-08-06T22:58:02.314Z Mediators to change: 1
1892026-08-06T22:58:02.315Z Create boot environment: No
1902026-08-06T22:58:02.318ZCreate backup boot environment: No
1912026-08-06T22:58:02.365ZFinalize: Updating package state database ... Done
1922026-08-06T22:58:02.365ZFinalize: Updating package cache ... Done
1932026-08-06T22:58:02.399ZFinalize: Updating image state ... Done
1942026-08-06T22:58:04.339ZFinalize: Creating fast lookup database ... Done
1952026-08-06T22:58:04.404ZFinalize: Reading search index ... Done
1962026-08-06T22:58:04.404ZFinalize: Updating search index ... Done
1972026-08-06T22:58:04.478ZFinalize: Updating package cache ... Done
1982026-08-06T22:58:04.790ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-06T22:58:04.790Zapache system 2.4 system
2002026-08-06T22:58:04.790Zclang system 15 system
2012026-08-06T22:58:04.790Zcsh system system illumos
2022026-08-06T22:58:04.790Zctags system system illumos
2032026-08-06T22:58:04.790Zfile vendor vendor darwinsys
2042026-08-06T22:58:04.790Zfile system system illumos
2052026-08-06T22:58:04.790Zgcc vendor 14 vendor
2062026-08-06T22:58:04.790Zgcc system 13 system
2072026-08-06T22:58:04.790Zgcc system 10 system
2082026-08-06T22:58:04.790Zgo system 1.25 system
2092026-08-06T22:58:04.790Zllvm system 15 system
2102026-08-06T22:58:04.790Zmariadb system 11.4 system
2112026-08-06T22:58:04.790Zmta vendor vendor dma
2122026-08-06T22:58:04.790Zopenjdk system 17 system
2132026-08-06T22:58:04.790Zopenjdk system 11 system
2142026-08-06T22:58:04.790Zopenssl vendor 3 vendor
2152026-08-06T22:58:04.790Zperl system 5.40 system
2162026-08-06T22:58:04.790Zpostgresql system 18 system
2172026-08-06T22:58:04.790Zpostgresql system 17 system
2182026-08-06T22:58:04.790Zpython vendor 3 vendor
2192026-08-06T22:58:04.790Zpython system 2 system
2202026-08-06T22:58:04.790Zpython3 vendor 3.13 vendor
2212026-08-06T22:58:04.790Zruby system 3.4 system
2222026-08-06T22:58:04.790Zruby system 3.0 system
2232026-08-06T22:58:04.790Zwords vendor vendor american-english
2242026-08-06T22:58:04.790Zwords system system australian-english
2252026-08-06T22:58:04.790Zwords system system british-english
2262026-08-06T22:58:04.790Zwords system system canadian-english
2272026-08-06T22:58:04.790Zwords system system french
2282026-08-06T22:58:04.791Zwords system system italian
2292026-08-06T22:58:04.791Zwords system system ngerman
2302026-08-06T22:58:04.791Zwords system system ogerman
2312026-08-06T22:58:04.791Zwords system system spanish
2322026-08-06T22:58:05.041ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-06T22:58:05.042Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-06T22:58:05.437ZFMRI IFO
2352026-08-06T22:58:05.437Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-06T22:58:05.437Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-06T22:58:05.437Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-06T22:58:05.438Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-06T22:58:05.438Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-06T22:58:05.438Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-06T22:58:05.438Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-06T22:58:05.438Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-06T22:58:05.438Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-06T22:58:05.738Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-06T22:58:06.050Z Updating crates.io index
2462026-08-06T22:58:06.055Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-06T22:58:06.283Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-06T22:58:06.605Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-06T22:58:07.571Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-06T22:58:08.058Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-06T22:58:09.890Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-06T22:58:10.674Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-06T22:58:10.952Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-06T22:58:11.276Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-06T22:58:12.369Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-06T22:58:12.611Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-06T22:58:12.980Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-08-06T22:58:13.227Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-06T22:58:13.692Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-08-06T22:58:14.276Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-06T22:58:14.668Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-06T22:58:14.910Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-06T22:58:15.205Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-06T22:58:15.533Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-08-06T22:58:15.916Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-08-06T22:58:16.162Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-08-06T22:58:16.463Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-08-06T22:58:16.826Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-08-06T22:58:17.163Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-08-06T22:58:17.396Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-08-06T22:58:17.832Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-08-06T22:58:18.100Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-08-06T22:58:18.453Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-08-06T22:58:18.743Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-08-06T22:58:18.997Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-08-06T22:58:19.322Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-08-06T22:58:19.693Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-08-06T22:58:20.128Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-08-06T22:58:20.345Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-08-06T22:58:20.630Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-08-06T22:58:20.935Z Updating git repository `https://github.com/oxidecomputer/tough`
2822026-08-06T22:58:21.446Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-06T22:58:21.902Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-06T22:58:22.177Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-06T22:58:22.461Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-06T22:58:22.745Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-06T22:58:22.971Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-06T22:58:25.423Z Downloading crates ...
2892026-08-06T22:58:25.477Z Downloaded serde_spanned v0.6.9
2902026-08-06T22:58:25.489Z Downloaded anstream v1.0.0
2912026-08-06T22:58:25.492Z Downloaded zmij v1.0.21
2922026-08-06T22:58:25.497Z Downloaded zerocopy-derive v0.7.35
2932026-08-06T22:58:25.500Z Downloaded clap_lex v1.0.0
2942026-08-06T22:58:25.500Z Downloaded generic-array v0.14.7
2952026-08-06T22:58:25.504Z Downloaded clap_derive v4.6.1
2962026-08-06T22:58:25.508Z Downloaded heck v0.5.0
2972026-08-06T22:58:25.508Z Downloaded zerocopy v0.7.35
2982026-08-06T22:58:25.515Z Downloaded cfg-if v1.0.4
2992026-08-06T22:58:25.518Z Downloaded anstyle v1.0.14
3002026-08-06T22:58:25.518Z Downloaded block-buffer v0.10.4
3012026-08-06T22:58:25.518Z Downloaded cargo-platform v0.3.2
3022026-08-06T22:58:25.518Z Downloaded equivalent v1.0.2
3032026-08-06T22:58:25.521Z Downloaded cargo_metadata v0.23.1
3042026-08-06T22:58:25.521Z Downloaded fnv v1.0.7
3052026-08-06T22:58:25.521Z Downloaded scroll_derive v0.12.1
3062026-08-06T22:58:25.521Z Downloaded heck v0.4.1
3072026-08-06T22:58:25.530Z Downloaded cargo_toml v0.21.0
3082026-08-06T22:58:25.533Z Downloaded colorchoice v1.0.4
3092026-08-06T22:58:25.533Z Downloaded anstyle-query v1.1.5
3102026-08-06T22:58:25.537Z Downloaded is_terminal_polyfill v1.70.2
3112026-08-06T22:58:25.542Z Downloaded fastrand v2.3.0
3122026-08-06T22:58:25.546Z Downloaded pest_derive v2.8.6
3132026-08-06T22:58:25.551Z Downloaded memmap v0.7.0
3142026-08-06T22:58:25.554Z Downloaded strsim v0.11.1
3152026-08-06T22:58:25.557Z Downloaded terminal_size v0.4.3
3162026-08-06T22:58:25.557Z Downloaded cpufeatures v0.2.17
3172026-08-06T22:58:25.561Z Downloaded byteorder v1.5.0
3182026-08-06T22:58:25.566Z Downloaded swrite v0.1.0
3192026-08-06T22:58:25.566Z Downloaded toml_datetime v0.6.11
3202026-08-06T22:58:25.566Z Downloaded version_check v0.9.5
3212026-08-06T22:58:25.566Z Downloaded toml_write v0.1.2
3222026-08-06T22:58:25.569Z Downloaded usdt-attr-macro v0.5.0
3232026-08-06T22:58:25.569Z Downloaded errno v0.3.14
3242026-08-06T22:58:25.569Z Downloaded itoa v1.0.17
3252026-08-06T22:58:25.572Z Downloaded crypto-common v0.1.7
3262026-08-06T22:58:25.576Z Downloaded thread-id v4.2.2
3272026-08-06T22:58:25.579Z Downloaded usdt-macro v0.5.0
3282026-08-06T22:58:25.583Z Downloaded utf8parse v0.2.2
3292026-08-06T22:58:25.586Z Downloaded dof v0.3.0
3302026-08-06T22:58:25.586Z Downloaded macaddr v1.0.1
3312026-08-06T22:58:25.591Z Downloaded plain v0.2.3
3322026-08-06T22:58:25.594Z Downloaded proc-macro-error-attr v1.0.4
3332026-08-06T22:58:25.599Z Downloaded autocfg v1.5.0
3342026-08-06T22:58:25.602Z Downloaded bytecount v0.6.9
3352026-08-06T22:58:25.602Z Downloaded clap v4.6.1
3362026-08-06T22:58:25.607Z Downloaded smawk v0.3.2
3372026-08-06T22:58:25.615Z Downloaded unicode-linebreak v0.1.5
3382026-08-06T22:58:25.618Z Downloaded usdt v0.5.0
3392026-08-06T22:58:25.624Z Downloaded camino-tempfile v1.4.1
3402026-08-06T22:58:25.629Z Downloaded digest v0.10.7
3412026-08-06T22:58:25.629Z Downloaded dtrace-parser v0.2.0
3422026-08-06T22:58:25.635Z Downloaded pretty-hex v0.4.1
3432026-08-06T22:58:25.635Z Downloaded scroll v0.12.0
3442026-08-06T22:58:25.635Z Downloaded thiserror v2.0.18
3452026-08-06T22:58:25.644Z Downloaded anstyle-parse v1.0.0
3462026-08-06T22:58:25.644Z Downloaded tabled_derive v0.7.0
3472026-08-06T22:58:25.644Z Downloaded fs-err v3.3.0
3482026-08-06T22:58:25.652Z Downloaded quote v1.0.45
3492026-08-06T22:58:25.652Z Downloaded once_cell v1.21.3
3502026-08-06T22:58:25.652Z Downloaded sha2 v0.10.9
3512026-08-06T22:58:25.652Z Downloaded camino v1.2.2
3522026-08-06T22:58:25.661Z Downloaded winnow v0.7.14
3532026-08-06T22:58:25.661Z Downloaded usdt-impl v0.5.0
3542026-08-06T22:58:25.661Z Downloaded thiserror-impl v1.0.69
3552026-08-06T22:58:25.669Z Downloaded proc-macro-error v1.0.4
3562026-08-06T22:58:25.672Z Downloaded serde_tokenstream v0.2.3
3572026-08-06T22:58:25.672Z Downloaded thiserror v1.0.69
3582026-08-06T22:58:25.672Z Downloaded bitflags v2.11.0
3592026-08-06T22:58:25.675Z Downloaded tempfile v3.25.0
3602026-08-06T22:58:25.680Z Downloaded thiserror-impl v2.0.18
3612026-08-06T22:58:25.686Z Downloaded toml v0.8.23
3622026-08-06T22:58:25.696Z Downloaded papergrid v0.11.0
3632026-08-06T22:58:25.696Z Downloaded ucd-trie v0.1.7
3642026-08-06T22:58:25.703Z Downloaded getrandom v0.4.1
3652026-08-06T22:58:25.703Z Downloaded semver v1.0.28
3662026-08-06T22:58:25.708Z Downloaded pest_generator v2.8.6
3672026-08-06T22:58:25.714Z Downloaded unicode-ident v1.0.24
3682026-08-06T22:58:25.717Z Downloaded textwrap v0.16.2
3692026-08-06T22:58:25.717Z Downloaded serde_core v1.0.228
3702026-08-06T22:58:25.720Z Downloaded serde_derive v1.0.228
3712026-08-06T22:58:25.723Z Downloaded log v0.4.29
3722026-08-06T22:58:25.726Z Downloaded proc-macro2 v1.0.106
3732026-08-06T22:58:25.729Z Downloaded anyhow v1.0.102
3742026-08-06T22:58:25.746Z Downloaded pest_meta v2.8.6
3752026-08-06T22:58:25.760Z Downloaded serde v1.0.228
3762026-08-06T22:58:25.764Z Downloaded toml_edit v0.22.27
3772026-08-06T22:58:25.766Z Downloaded indexmap v2.14.0
3782026-08-06T22:58:25.769Z Downloaded memchr v2.8.0
3792026-08-06T22:58:25.780Z Downloaded typenum v1.20.1
3802026-08-06T22:58:25.785Z Downloaded pest v2.8.6
3812026-08-06T22:58:25.822Z Downloaded serde_json v1.0.151
3822026-08-06T22:58:25.826Z Downloaded clap_builder v4.6.0
3832026-08-06T22:58:25.829Z Downloaded hashbrown v0.17.0
3842026-08-06T22:58:25.845Z Downloaded goblin v0.8.2
3852026-08-06T22:58:25.855Z Downloaded tabled v0.15.0
3862026-08-06T22:58:25.864Z Downloaded unicode-width v0.1.14
3872026-08-06T22:58:25.872Z Downloaded syn v1.0.109
3882026-08-06T22:58:25.883Z Downloaded syn v2.0.117
3892026-08-06T22:58:25.889Z Downloaded unicode-width v0.2.0
3902026-08-06T22:58:25.900Z Downloaded rustix v1.1.3
3912026-08-06T22:58:25.931Z Downloaded libc v0.2.185
3922026-08-06T22:58:25.993Z Compiling proc-macro2 v1.0.106
3932026-08-06T22:58:25.993Z Compiling unicode-ident v1.0.24
3942026-08-06T22:58:25.993Z Compiling quote v1.0.45
3952026-08-06T22:58:25.993Z Compiling serde_core v1.0.228
3962026-08-06T22:58:25.993Z Compiling libc v0.2.185
3972026-08-06T22:58:25.993Z Compiling version_check v0.9.5
3982026-08-06T22:58:25.996Z Compiling memchr v2.8.0
3992026-08-06T22:58:25.996Z Compiling serde v1.0.228
4002026-08-06T22:58:26.307Z Compiling zmij v1.0.21
4012026-08-06T22:58:26.499Z Compiling itoa v1.0.17
4022026-08-06T22:58:26.578Z Compiling thiserror v1.0.69
4032026-08-06T22:58:26.722Z Compiling ucd-trie v0.1.7
4042026-08-06T22:58:26.942Z Compiling pest v2.8.6
4052026-08-06T22:58:26.995Z Compiling byteorder v1.5.0
4062026-08-06T22:58:27.039Z Compiling rustix v1.1.3
4072026-08-06T22:58:27.104Z Compiling errno v0.3.14
4082026-08-06T22:58:27.222Z Compiling serde_json v1.0.151
4092026-08-06T22:58:27.251Z Compiling bitflags v2.11.0
4102026-08-06T22:58:27.386Z Compiling syn v2.0.117
4112026-08-06T22:58:27.504Z Compiling thread-id v4.2.2
4122026-08-06T22:58:27.522Z Compiling usdt-impl v0.5.0
4132026-08-06T22:58:27.585Z Compiling proc-macro-error-attr v1.0.4
4142026-08-06T22:58:27.678Z Compiling syn v1.0.109
4152026-08-06T22:58:27.724Z Compiling camino v1.2.2
4162026-08-06T22:58:27.912Z Compiling proc-macro-error v1.0.4
4172026-08-06T22:58:27.969Z Compiling pest_meta v2.8.6
4182026-08-06T22:58:28.096Z Compiling getrandom v0.4.1
4192026-08-06T22:58:28.128Z Compiling log v0.4.29
4202026-08-06T22:58:28.163Z Compiling equivalent v1.0.2
4212026-08-06T22:58:28.258Z Compiling plain v0.2.3
4222026-08-06T22:58:28.317Z Compiling hashbrown v0.17.0
4232026-08-06T22:58:28.371Z Compiling utf8parse v0.2.2
4242026-08-06T22:58:28.487Z Compiling anstyle-parse v1.0.0
4252026-08-06T22:58:28.590Z Compiling terminal_size v0.4.3
4262026-08-06T22:58:28.818Z Compiling indexmap v2.14.0
4272026-08-06T22:58:29.286Z Compiling anstyle v1.0.14
4282026-08-06T22:58:29.358Z Compiling autocfg v1.5.0
4292026-08-06T22:58:29.432Z Compiling colorchoice v1.0.4
4302026-08-06T22:58:29.491Z Compiling pretty-hex v0.4.1
4312026-08-06T22:58:29.571Z Compiling toml_write v0.1.2
4322026-08-06T22:58:29.598Z Compiling pest_generator v2.8.6
4332026-08-06T22:58:29.614Z Compiling is_terminal_polyfill v1.70.2
4342026-08-06T22:58:29.637Z Compiling thiserror v2.0.18
4352026-08-06T22:58:29.695Z Compiling cfg-if v1.0.4
4362026-08-06T22:58:29.714Z Compiling winnow v0.7.14
4372026-08-06T22:58:29.784Z Compiling anstyle-query v1.1.5
4382026-08-06T22:58:29.830Z Compiling fs-err v3.3.0
4392026-08-06T22:58:29.921Z Compiling anstream v1.0.0
4402026-08-06T22:58:30.136Z Compiling strsim v0.11.1
4412026-08-06T22:58:30.204Z Compiling heck v0.4.1
4422026-08-06T22:58:30.231Z Compiling heck v0.5.0
4432026-08-06T22:58:30.278Z Compiling fastrand v2.3.0
4442026-08-06T22:58:30.330Z Compiling unicode-width v0.1.14
4452026-08-06T22:58:30.431Z Compiling fnv v1.0.7
4462026-08-06T22:58:30.468Z Compiling clap_lex v1.0.0
4472026-08-06T22:58:30.486Z Compiling bytecount v0.6.9
4482026-08-06T22:58:30.536Z Compiling once_cell v1.21.3
4492026-08-06T22:58:30.553Z Compiling anyhow v1.0.102
4502026-08-06T22:58:30.602Z Compiling papergrid v0.11.0
4512026-08-06T22:58:30.700Z Compiling clap_builder v4.6.0
4522026-08-06T22:58:30.722Z Compiling tempfile v3.25.0
4532026-08-06T22:58:30.754Z Compiling semver v1.0.28
4542026-08-06T22:58:30.820Z Compiling tabled_derive v0.7.0
4552026-08-06T22:58:31.077Z Compiling cargo-platform v0.3.2
4562026-08-06T22:58:31.095Z Compiling memmap v0.7.0
4572026-08-06T22:58:31.111Z Compiling smawk v0.3.2
4582026-08-06T22:58:31.241Z Compiling unicode-linebreak v0.1.5
4592026-08-06T22:58:31.258Z Compiling unicode-width v0.2.0
4602026-08-06T22:58:31.297Z Compiling serde_derive v1.0.228
4612026-08-06T22:58:31.354Z Compiling thiserror-impl v1.0.69
4622026-08-06T22:58:31.481Z Compiling zerocopy-derive v0.7.35
4632026-08-06T22:58:31.525Z Compiling pest_derive v2.8.6
4642026-08-06T22:58:31.630Z Compiling scroll_derive v0.12.1
4652026-08-06T22:58:31.736Z Compiling thiserror-impl v2.0.18
4662026-08-06T22:58:31.967Z Compiling clap_derive v4.6.1
4672026-08-06T22:58:32.022Z Compiling tabled v0.15.0
4682026-08-06T22:58:32.288Z Compiling scroll v0.12.0
4692026-08-06T22:58:32.332Z Compiling zerocopy v0.7.35
4702026-08-06T22:58:32.564Z Compiling goblin v0.8.2
4712026-08-06T22:58:32.691Z Compiling dtrace-parser v0.2.0
4722026-08-06T22:58:32.898Z Compiling textwrap v0.16.2
4732026-08-06T22:58:33.174Z Compiling camino-tempfile v1.4.1
4742026-08-06T22:58:33.406Z Compiling swrite v0.1.0
4752026-08-06T22:58:33.699Z Compiling clap v4.6.1
4762026-08-06T22:58:34.408Z Compiling serde_spanned v0.6.9
4772026-08-06T22:58:34.408Z Compiling toml_datetime v0.6.11
4782026-08-06T22:58:34.412Z Compiling macaddr v1.0.1
4792026-08-06T22:58:34.412Z Compiling cargo_metadata v0.23.1
4802026-08-06T22:58:34.412Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-06T22:58:34.539Z Compiling dof v0.3.0
4822026-08-06T22:58:34.542Z Compiling serde_tokenstream v0.2.3
4832026-08-06T22:58:34.672Z Compiling toml_edit v0.22.27
4842026-08-06T22:58:35.336Z Compiling usdt-attr-macro v0.5.0
4852026-08-06T22:58:35.340Z Compiling usdt-macro v0.5.0
4862026-08-06T22:58:35.933Z Compiling usdt v0.5.0
4872026-08-06T22:58:36.022Z Compiling toml v0.8.23
4882026-08-06T22:58:36.353Z Compiling cargo_toml v0.21.0
4892026-08-06T22:58:37.595Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-06T22:58:39.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.04s
4912026-08-06T22:58:39.824Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-06T22:58:40.353Z Downloading crates ...
4932026-08-06T22:58:40.408Z Downloaded backoff v0.4.0
4942026-08-06T22:58:40.411Z Downloaded ar_archive_writer v0.5.1
4952026-08-06T22:58:40.414Z Downloaded atty v0.2.14
4962026-08-06T22:58:40.415Z Downloaded adler2 v2.0.1
4972026-08-06T22:58:40.418Z Downloaded const-oid v0.10.2
4982026-08-06T22:58:40.422Z Downloaded convert_case v0.4.0
4992026-08-06T22:58:40.425Z Downloaded endian-type v0.1.2
5002026-08-06T22:58:40.429Z Downloaded console v0.16.2
5012026-08-06T22:58:40.429Z Downloaded arc-swap v1.8.2
5022026-08-06T22:58:40.433Z Downloaded anstream v0.6.21
5032026-08-06T22:58:40.433Z Downloaded async-stream-impl v0.3.6
5042026-08-06T22:58:40.433Z Downloaded base16ct v1.0.0
5052026-08-06T22:58:40.433Z Downloaded bitfield-struct v0.6.2
5062026-08-06T22:58:40.433Z Downloaded ff v0.14.0
5072026-08-06T22:58:40.433Z Downloaded git-stub v1.0.0
5082026-08-06T22:58:40.436Z Downloaded bitflags v1.3.2
5092026-08-06T22:58:40.436Z Downloaded arrayref v0.3.9
5102026-08-06T22:58:40.437Z Downloaded bcrypt-pbkdf v0.11.0
5112026-08-06T22:58:40.437Z Downloaded bitfield-macros v0.19.4
5122026-08-06T22:58:40.437Z Downloaded async-stream v0.3.6
5132026-08-06T22:58:40.440Z Downloaded atomic-waker v1.1.2
5142026-08-06T22:58:40.440Z Downloaded fd-lock v4.0.4
5152026-08-06T22:58:40.440Z Downloaded async-trait v0.1.89
5162026-08-06T22:58:40.444Z Downloaded arrayvec v0.7.6
5172026-08-06T22:58:40.447Z Downloaded fatfs v0.3.6
5182026-08-06T22:58:40.447Z Downloaded allocator-api2 v0.2.21
5192026-08-06T22:58:40.447Z Downloaded bb8 v0.8.6
5202026-08-06T22:58:40.451Z Downloaded aead v0.5.2
5212026-08-06T22:58:40.451Z Downloaded enum-as-inner v0.6.1
5222026-08-06T22:58:40.451Z Downloaded flagset v0.4.7
5232026-08-06T22:58:40.451Z Downloaded argon2 v0.5.3
5242026-08-06T22:58:40.451Z Downloaded bit-vec v0.6.3
5252026-08-06T22:58:40.455Z Downloaded foreign-types-macros v0.2.3
5262026-08-06T22:58:40.455Z Downloaded futures-io v0.3.32
5272026-08-06T22:58:40.459Z Downloaded env_filter v1.0.0
5282026-08-06T22:58:40.463Z Downloaded async-recursion v1.1.1
5292026-08-06T22:58:40.463Z Downloaded filetime v0.2.27
5302026-08-06T22:58:40.467Z Downloaded flate2 v1.1.9
5312026-08-06T22:58:40.467Z Downloaded foreign-types v0.3.2
5322026-08-06T22:58:40.467Z Downloaded gethostname v0.5.0
5332026-08-06T22:58:40.467Z Downloaded argon2 v0.6.0-rc.8
5342026-08-06T22:58:40.470Z Downloaded compression-core v0.4.31
5352026-08-06T22:58:40.470Z Downloaded headers-core v0.3.0
5362026-08-06T22:58:40.470Z Downloaded foreign-types-shared v0.3.1
5372026-08-06T22:58:40.470Z Downloaded fixedbitset v0.4.2
5382026-08-06T22:58:40.475Z Downloaded ahash v0.8.12
5392026-08-06T22:58:40.475Z Downloaded ascii-canvas v3.0.0
5402026-08-06T22:58:40.475Z Downloaded chacha20poly1305 v0.10.1
5412026-08-06T22:58:40.476Z Downloaded futures-macro v0.3.32
5422026-08-06T22:58:40.479Z Downloaded env_logger v0.11.9
5432026-08-06T22:58:40.479Z Downloaded ff v0.13.1
5442026-08-06T22:58:40.479Z Downloaded array-init v0.0.4
5452026-08-06T22:58:40.479Z Downloaded bit-set v0.5.3
5462026-08-06T22:58:40.484Z Downloaded cfg_aliases v0.2.1
5472026-08-06T22:58:40.484Z Downloaded assert_matches v1.5.0
5482026-08-06T22:58:40.484Z Downloaded foreign-types v0.5.0
5492026-08-06T22:58:40.484Z Downloaded futures-core v0.3.32
5502026-08-06T22:58:40.484Z Downloaded fxhash v0.2.1
5512026-08-06T22:58:40.484Z Downloaded erased-serde v0.3.31
5522026-08-06T22:58:40.488Z Downloaded fallible-iterator v0.2.0
5532026-08-06T22:58:40.488Z Downloaded float-ord v0.3.2
5542026-08-06T22:58:40.488Z Downloaded foldhash v0.1.5
5552026-08-06T22:58:40.488Z Downloaded foldhash v0.2.0
5562026-08-06T22:58:40.488Z Downloaded atomicwrites v0.4.4
5572026-08-06T22:58:40.488Z Downloaded cobs v0.3.0
5582026-08-06T22:58:40.488Z Downloaded futures-task v0.3.32
5592026-08-06T22:58:40.488Z Downloaded foreign-types-shared v0.1.1
5602026-08-06T22:58:40.494Z Downloaded hostname v0.3.1
5612026-08-06T22:58:40.494Z Downloaded hex-literal v1.1.0
5622026-08-06T22:58:40.494Z Downloaded getrandom v0.2.17
5632026-08-06T22:58:40.498Z Downloaded git-stub-vcs v0.1.0
5642026-08-06T22:58:40.498Z Downloaded fixedbitset v0.5.7
5652026-08-06T22:58:40.501Z Downloaded bit-set v0.8.0
5662026-08-06T22:58:40.501Z Downloaded form_urlencoded v1.2.2
5672026-08-06T22:58:40.509Z Downloaded ghash v0.6.0
5682026-08-06T22:58:40.509Z Downloaded home v0.5.12
5692026-08-06T22:58:40.509Z Downloaded hash32 v0.2.1
5702026-08-06T22:58:40.512Z Downloaded httpdate v1.0.3
5712026-08-06T22:58:40.512Z Downloaded castaway v0.2.4
5722026-08-06T22:58:40.512Z Downloaded futures-sink v0.3.32
5732026-08-06T22:58:40.513Z Downloaded float-cmp v0.10.0
5742026-08-06T22:58:40.516Z Downloaded hubpack_derive v0.1.1
5752026-08-06T22:58:40.516Z Downloaded hex v0.4.3
5762026-08-06T22:58:40.523Z Downloaded hostname v0.4.2
5772026-08-06T22:58:40.523Z Downloaded globwalk v0.9.1
5782026-08-06T22:58:40.528Z Downloaded block-buffer v0.12.1
5792026-08-06T22:58:40.528Z Downloaded cfg_aliases v0.1.1
5802026-08-06T22:58:40.528Z Downloaded http-body v1.0.1
5812026-08-06T22:58:40.528Z Downloaded block-padding v0.4.2
5822026-08-06T22:58:40.528Z Downloaded ciborium-io v0.2.2
5832026-08-06T22:58:40.529Z Downloaded hyper-tls v0.6.0
5842026-08-06T22:58:40.529Z Downloaded enum_dispatch v0.3.13
5852026-08-06T22:58:40.532Z Downloaded find-msvc-tools v0.1.9
5862026-08-06T22:58:40.532Z Downloaded futures-executor v0.3.32
5872026-08-06T22:58:40.532Z Downloaded ciborium-ll v0.2.2
5882026-08-06T22:58:40.540Z Downloaded num_enum_derive v0.5.11
5892026-08-06T22:58:40.543Z Downloaded openssl-probe v0.2.1
5902026-08-06T22:58:40.543Z Downloaded base16ct v0.2.0
5912026-08-06T22:58:40.547Z Downloaded num v0.4.3
5922026-08-06T22:58:40.547Z Downloaded num-conv v0.2.0
5932026-08-06T22:58:40.552Z Downloaded hubpack v0.1.2
5942026-08-06T22:58:40.552Z Downloaded hash32 v0.3.1
5952026-08-06T22:58:40.556Z Downloaded http-range v0.1.5
5962026-08-06T22:58:40.556Z Downloaded aead v0.6.1
5972026-08-06T22:58:40.556Z Downloaded bitfield v0.19.4
5982026-08-06T22:58:40.556Z Downloaded cipher v0.4.4
5992026-08-06T22:58:40.556Z Downloaded predicates-core v1.0.10
6002026-08-06T22:58:40.559Z Downloaded base64ct v1.8.3
6012026-08-06T22:58:40.559Z Downloaded byte-wrapper v0.1.0
6022026-08-06T22:58:40.559Z Downloaded parse-display v0.10.0
6032026-08-06T22:58:40.563Z Downloaded blowfish v0.10.0
6042026-08-06T22:58:40.563Z Downloaded cmov v0.5.4
6052026-08-06T22:58:40.563Z Downloaded futures-channel v0.3.32
6062026-08-06T22:58:40.567Z Downloaded group v0.13.0
6072026-08-06T22:58:40.567Z Downloaded hyper-staticfile v0.10.1
6082026-08-06T22:58:40.567Z Downloaded funty v2.0.0
6092026-08-06T22:58:40.571Z Downloaded fs-err v2.11.0
6102026-08-06T22:58:40.571Z Downloaded oso-derive v0.27.3
6112026-08-06T22:58:40.571Z Downloaded percent-encoding v2.3.2
6122026-08-06T22:58:40.571Z Downloaded potential_utf v0.1.4
6132026-08-06T22:58:40.571Z Downloaded proc-macro-crate v1.3.1
6142026-08-06T22:58:40.575Z Downloaded parse-display-derive v0.10.0
6152026-08-06T22:58:40.575Z Downloaded radium v0.7.0
6162026-08-06T22:58:40.578Z Downloaded cipher v0.5.2
6172026-08-06T22:58:40.578Z Downloaded glob v0.3.3
6182026-08-06T22:58:40.581Z Downloaded const_format_proc_macros v0.2.34
6192026-08-06T22:58:40.582Z Downloaded camino-tempfile-ext v0.3.3
6202026-08-06T22:58:40.582Z Downloaded bcs v0.1.6
6212026-08-06T22:58:40.582Z Downloaded rfc6979 v0.4.0
6222026-08-06T22:58:40.585Z Downloaded recursive v0.1.1
6232026-08-06T22:58:40.585Z Downloaded recursive-proc-macro-impl v0.1.1
6242026-08-06T22:58:40.585Z Downloaded rfc6979 v0.6.0
6252026-08-06T22:58:40.585Z Downloaded rustc_version v0.1.7
6262026-08-06T22:58:40.589Z Downloaded getrandom v0.3.4
6272026-08-06T22:58:40.589Z Downloaded serde_bytes v0.11.19
6282026-08-06T22:58:40.592Z Downloaded serde_spanned v1.1.1
6292026-08-06T22:58:40.597Z Downloaded group v0.14.0
6302026-08-06T22:58:40.600Z Downloaded cmake v0.1.57
6312026-08-06T22:58:40.600Z Downloaded anstyle-parse v0.2.7
6322026-08-06T22:58:40.604Z Downloaded http-body-util v0.1.3
6332026-08-06T22:58:40.604Z Downloaded humantime v2.3.0
6342026-08-06T22:58:40.604Z Downloaded constant_time_eq v0.4.2
6352026-08-06T22:58:40.608Z Downloaded fs_extra v1.3.0
6362026-08-06T22:58:40.608Z Downloaded globset v0.4.18
6372026-08-06T22:58:40.608Z Downloaded progenitor v0.14.0
6382026-08-06T22:58:40.611Z Downloaded cbc v0.2.1
6392026-08-06T22:58:40.611Z Downloaded buf-list v1.1.2
6402026-08-06T22:58:40.611Z Downloaded chacha20 v0.9.1
6412026-08-06T22:58:40.611Z Downloaded num-iter v0.1.45
6422026-08-06T22:58:40.615Z Downloaded cexpr v0.6.0
6432026-08-06T22:58:40.615Z Downloaded generic-array v1.4.3
6442026-08-06T22:58:40.615Z Downloaded cassowary v0.3.0
6452026-08-06T22:58:40.618Z Downloaded hmac v0.13.0
6462026-08-06T22:58:40.618Z Downloaded semver v0.1.20
6472026-08-06T22:58:40.618Z Downloaded supports-color v3.0.2
6482026-08-06T22:58:40.619Z Downloaded bit-vec v0.8.0
6492026-08-06T22:58:40.622Z Downloaded httparse v1.10.1
6502026-08-06T22:58:40.626Z Downloaded oxnet v0.1.6
6512026-08-06T22:58:40.626Z Downloaded sha1 v0.10.6
6522026-08-06T22:58:40.631Z Downloaded scroll_derive v0.13.1
6532026-08-06T22:58:40.631Z Downloaded bs58 v0.5.1
6542026-08-06T22:58:40.634Z Downloaded backon v1.6.0
6552026-08-06T22:58:40.634Z Downloaded tabled_derive v0.11.0
6562026-08-06T22:58:40.634Z Downloaded testing_table v0.3.0
6572026-08-06T22:58:40.634Z Downloaded hmac v0.12.1
6582026-08-06T22:58:40.638Z Downloaded blake2 v0.11.0-rc.6
6592026-08-06T22:58:40.638Z Downloaded pem v3.0.6
6602026-08-06T22:58:40.641Z Downloaded tower-layer v0.3.3
6612026-08-06T22:58:40.648Z Downloaded tokio-macros v2.7.0
6622026-08-06T22:58:40.651Z Downloaded utf-8 v0.7.6
6632026-08-06T22:58:40.651Z Downloaded rand_seeder v0.4.0
6642026-08-06T22:58:40.655Z Downloaded strum v0.26.3
6652026-08-06T22:58:40.655Z Downloaded proc-macro-error2 v2.0.1
6662026-08-06T22:58:40.658Z Downloaded rustversion v1.0.22
6672026-08-06T22:58:40.658Z Downloaded want v0.3.1
6682026-08-06T22:58:40.658Z Downloaded zerofrom v0.1.6
6692026-08-06T22:58:40.662Z Downloaded unit-prefix v0.5.2
6702026-08-06T22:58:40.665Z Downloaded unicode-xid v0.2.6
6712026-08-06T22:58:40.665Z Downloaded colored v2.2.0
6722026-08-06T22:58:40.665Z Downloaded rusty-fork v0.3.1
6732026-08-06T22:58:40.670Z Downloaded rand_core v0.9.5
6742026-08-06T22:58:40.673Z Downloaded async-bb8-diesel v0.2.1
6752026-08-06T22:58:40.673Z Downloaded ciborium v0.2.2
6762026-08-06T22:58:40.676Z Downloaded colored v3.1.1
6772026-08-06T22:58:40.677Z Downloaded bzip2 v0.6.1
6782026-08-06T22:58:40.677Z Downloaded compression-codecs v0.4.37
6792026-08-06T22:58:40.680Z Downloaded clang-sys v1.8.1
6802026-08-06T22:58:40.680Z Downloaded highway v1.3.0
6812026-08-06T22:58:40.680Z Downloaded bzip2 v0.4.4
6822026-08-06T22:58:40.684Z Downloaded tiny-keccak v2.0.2
6832026-08-06T22:58:40.687Z Downloaded darling_macro v0.13.4
6842026-08-06T22:58:40.690Z Downloaded dirs-next v2.0.0
6852026-08-06T22:58:40.690Z Downloaded document-features v0.2.12
6862026-08-06T22:58:40.695Z Downloaded progenitor v0.13.0
6872026-08-06T22:58:40.698Z Downloaded pkcs1 v0.7.5
6882026-08-06T22:58:40.705Z Downloaded pkcs8 v0.11.0
6892026-08-06T22:58:40.706Z Downloaded cancel-safe-futures v0.1.5
6902026-08-06T22:58:40.706Z Downloaded parking_lot_core v0.9.12
6912026-08-06T22:58:40.710Z Downloaded unarray v0.1.4
6922026-08-06T22:58:40.711Z Downloaded scroll v0.13.0
6932026-08-06T22:58:40.711Z Downloaded slab v0.4.12
6942026-08-06T22:58:40.711Z Downloaded sqlformat v0.3.5
6952026-08-06T22:58:40.711Z Downloaded yoke-derive v0.8.1
6962026-08-06T22:58:40.711Z Downloaded zone_cfg_derive v0.3.1
6972026-08-06T22:58:40.711Z Downloaded crunchy v0.2.4
6982026-08-06T22:58:40.711Z Downloaded curve25519-dalek-derive v0.1.1
6992026-08-06T22:58:40.711Z Downloaded indent_write v2.2.0
7002026-08-06T22:58:40.711Z Downloaded blake2 v0.10.6
7012026-08-06T22:58:40.717Z Downloaded flume v0.11.1
7022026-08-06T22:58:40.717Z Downloaded aho-corasick v1.1.4
7032026-08-06T22:58:40.721Z Downloaded rustls-native-certs v0.8.3
7042026-08-06T22:58:40.721Z Downloaded static_assertions v1.1.0
7052026-08-06T22:58:40.721Z Downloaded expectorate v1.2.0
7062026-08-06T22:58:40.721Z Downloaded http v1.4.2
7072026-08-06T22:58:40.724Z Downloaded dunce v1.0.5
7082026-08-06T22:58:40.724Z Downloaded serdect v0.4.3
7092026-08-06T22:58:40.724Z Downloaded strum_macros v0.26.4
7102026-08-06T22:58:40.728Z Downloaded tabwriter v1.4.1
7112026-08-06T22:58:40.731Z Downloaded stringprep v0.1.5
7122026-08-06T22:58:40.731Z Downloaded match_cfg v0.1.0
7132026-08-06T22:58:40.735Z Downloaded thread_local v1.1.9
7142026-08-06T22:58:40.735Z Downloaded tokio-dtrace v0.1.1
7152026-08-06T22:58:40.735Z Downloaded inout v0.2.2
7162026-08-06T22:58:40.735Z Downloaded jiff-static v0.2.34
7172026-08-06T22:58:40.738Z Downloaded inout v0.1.4
7182026-08-06T22:58:40.742Z Downloaded console v0.15.11
7192026-08-06T22:58:40.742Z Downloaded convert_case v0.10.0
7202026-08-06T22:58:40.742Z Downloaded critical-section v1.2.0
7212026-08-06T22:58:40.742Z Downloaded toml_writer v1.1.1+spec-1.1.0
7222026-08-06T22:58:40.746Z Downloaded tui-tree-widget v0.23.1
7232026-08-06T22:58:40.746Z Downloaded whoami v1.6.1
7242026-08-06T22:58:40.746Z Downloaded tls_codec v0.4.2
7252026-08-06T22:58:40.746Z Downloaded futures v0.3.32
7262026-08-06T22:58:40.749Z Downloaded const-oid v0.9.6
7272026-08-06T22:58:40.753Z Downloaded half v1.8.3
7282026-08-06T22:58:40.753Z Downloaded hybrid-array v0.4.13
7292026-08-06T22:58:40.756Z Downloaded serde_cbor v0.11.2
7302026-08-06T22:58:40.756Z Downloaded smallvec v1.15.1
7312026-08-06T22:58:40.760Z Downloaded dtrace-parser v0.3.0
7322026-08-06T22:58:40.760Z Downloaded poly1305 v0.9.0
7332026-08-06T22:58:40.763Z Downloaded hyper-rustls v0.27.7
7342026-08-06T22:58:40.763Z Downloaded wyz v0.5.1
7352026-08-06T22:58:40.763Z Downloaded xshell v0.2.7
7362026-08-06T22:58:40.768Z Downloaded lru-slab v0.1.2
7372026-08-06T22:58:40.768Z Downloaded packed_struct_codegen v0.10.1
7382026-08-06T22:58:40.778Z Downloaded shlex v1.3.0
7392026-08-06T22:58:40.781Z Downloaded heapless v0.8.0
7402026-08-06T22:58:40.781Z Downloaded oxide-update-engine-types v0.1.2
7412026-08-06T22:58:40.781Z Downloaded const_format v0.2.35
7422026-08-06T22:58:40.785Z Downloaded olpc-cjson v0.1.4
7432026-08-06T22:58:40.785Z Downloaded bytes v1.11.1
7442026-08-06T22:58:40.789Z Downloaded indoc v2.0.7
7452026-08-06T22:58:40.789Z Downloaded phf_shared v0.11.3
7462026-08-06T22:58:40.789Z Downloaded heapless v0.7.17
7472026-08-06T22:58:40.793Z Downloaded ctr v0.10.1
7482026-08-06T22:58:40.793Z Downloaded proc-macro-error-attr2 v2.0.0
7492026-08-06T22:58:40.793Z Downloaded diesel-dtrace v0.5.0
7502026-08-06T22:58:40.793Z Downloaded dyn-clone v1.0.20
7512026-08-06T22:58:40.796Z Downloaded quick-error v1.2.3
7522026-08-06T22:58:40.797Z Downloaded rand_chacha v0.3.1
7532026-08-06T22:58:40.797Z Downloaded rand_pcg v0.10.2
7542026-08-06T22:58:40.800Z Downloaded russh-util v0.52.0
7552026-08-06T22:58:40.800Z Downloaded spin v0.9.8
7562026-08-06T22:58:40.805Z Downloaded vergen v9.1.0
7572026-08-06T22:58:40.808Z Downloaded libefi-sys v0.1.0
7582026-08-06T22:58:40.811Z Downloaded linear-map v1.2.0
7592026-08-06T22:58:40.814Z Downloaded half v2.7.1
7602026-08-06T22:58:40.818Z Downloaded scheduled-thread-pool v0.2.7
7612026-08-06T22:58:40.819Z Downloaded secrecy v0.8.0
7622026-08-06T22:58:40.819Z Downloaded serde_repr v0.1.20
7632026-08-06T22:58:40.822Z Downloaded num-integer v0.1.46
7642026-08-06T22:58:40.822Z Downloaded num_enum v0.7.6
7652026-08-06T22:58:40.826Z Downloaded headers v0.4.1
7662026-08-06T22:58:40.830Z Downloaded parking_lot_core v0.8.6
7672026-08-06T22:58:40.830Z Downloaded chacha20 v0.10.0
7682026-08-06T22:58:40.830Z Downloaded unicode-properties v0.1.4
7692026-08-06T22:58:40.834Z Downloaded newtype-uuid v1.3.2
7702026-08-06T22:58:40.834Z Downloaded cookie v0.18.1
7712026-08-06T22:58:40.837Z Downloaded hickory-resolver v0.24.4
7722026-08-06T22:58:40.840Z Downloaded rcgen v0.12.1
7732026-08-06T22:58:40.844Z Downloaded owo-colors v4.3.0
7742026-08-06T22:58:40.848Z Downloaded p256 v0.14.0
7752026-08-06T22:58:40.852Z Downloaded base64 v0.22.1
7762026-08-06T22:58:40.855Z Downloaded peg-macros v0.8.5
7772026-08-06T22:58:40.855Z Downloaded strip-ansi-escapes v0.2.1
7782026-08-06T22:58:40.855Z Downloaded subtle v2.6.1
7792026-08-06T22:58:40.855Z Downloaded bumpalo v3.20.2
7802026-08-06T22:58:40.855Z Downloaded pin-project-internal v1.1.11
7812026-08-06T22:58:40.858Z Downloaded shell-words v1.1.1
7822026-08-06T22:58:40.858Z Downloaded pin-project-lite v0.2.17
7832026-08-06T22:58:40.862Z Downloaded tokio-test v0.4.5
7842026-08-06T22:58:40.862Z Downloaded typify-macro v0.6.2
7852026-08-06T22:58:40.862Z Downloaded der_derive v0.7.3
7862026-08-06T22:58:40.862Z Downloaded serde_yaml v0.9.34+deprecated
7872026-08-06T22:58:40.866Z Downloaded paste v1.0.15
7882026-08-06T22:58:40.870Z Downloaded predicates v3.1.4
7892026-08-06T22:58:40.870Z Downloaded darling v0.20.11
7902026-08-06T22:58:40.873Z Downloaded derive_builder v0.20.2
7912026-08-06T22:58:40.873Z Downloaded primefield v0.14.0
7922026-08-06T22:58:40.874Z Downloaded tower-service v0.3.3
7932026-08-06T22:58:40.877Z Downloaded rand_core v0.10.0
7942026-08-06T22:58:40.877Z Downloaded signal-hook v0.3.18
7952026-08-06T22:58:40.877Z Downloaded toml v0.7.8
7962026-08-06T22:58:40.877Z Downloaded ecdsa v0.16.9
7972026-08-06T22:58:40.881Z Downloaded zeroize_derive v1.5.0
7982026-08-06T22:58:40.881Z Downloaded cstr-argument v0.1.2
7992026-08-06T22:58:40.881Z Downloaded prettyplease v0.2.37
8002026-08-06T22:58:40.885Z Downloaded resolv-conf v0.7.6
8012026-08-06T22:58:40.885Z Downloaded usdt-attr-macro v0.6.0
8022026-08-06T22:58:40.896Z Downloaded rustls-pemfile v2.2.0
8032026-08-06T22:58:40.906Z Downloaded debug-ignore v1.0.5
8042026-08-06T22:58:40.909Z Downloaded defmt v0.3.100
8052026-08-06T22:58:40.909Z Downloaded module-lattice v0.2.3
8062026-08-06T22:58:40.909Z Downloaded memmap2 v0.9.10
8072026-08-06T22:58:40.916Z Downloaded crc-catalog v2.4.0
8082026-08-06T22:58:40.919Z Downloaded darling_macro v0.20.11
8092026-08-06T22:58:40.923Z Downloaded rayon-core v1.13.0
8102026-08-06T22:58:40.923Z Downloaded serde-hex v0.1.0
8112026-08-06T22:58:40.926Z Downloaded stacker v0.1.23
8122026-08-06T22:58:40.926Z Downloaded slog-term v2.9.2
8132026-08-06T22:58:40.926Z Downloaded slog v2.8.2
8142026-08-06T22:58:40.930Z Downloaded strsim v0.10.0
8152026-08-06T22:58:40.930Z Downloaded serde_with_macros v1.5.2
8162026-08-06T22:58:40.930Z Downloaded pkcs1 v0.8.0-rc.4
8172026-08-06T22:58:40.930Z Downloaded is-terminal v0.4.17
8182026-08-06T22:58:40.935Z Downloaded ssh-cipher v0.3.0
8192026-08-06T22:58:40.939Z Downloaded tokio-native-tls v0.3.1
8202026-08-06T22:58:40.939Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8212026-08-06T22:58:40.939Z Downloaded crc-any v2.5.0
8222026-08-06T22:58:40.939Z Downloaded unicase v2.9.0
8232026-08-06T22:58:40.942Z Downloaded lalrpop-util v0.19.12
8242026-08-06T22:58:40.942Z Downloaded keccak v0.1.6
8252026-08-06T22:58:40.942Z Downloaded libscf-sys v1.2.0
8262026-08-06T22:58:40.946Z Downloaded lru v0.12.5
8272026-08-06T22:58:40.958Z Downloaded publicsuffix v2.3.0
8282026-08-06T22:58:40.958Z Downloaded quinn v0.11.11
8292026-08-06T22:58:40.963Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8302026-08-06T22:58:40.963Z Downloaded usdt-impl v0.6.0
8312026-08-06T22:58:40.963Z Downloaded ignore v0.4.25
8322026-08-06T22:58:40.963Z Downloaded postgres-types v0.2.12
8332026-08-06T22:58:40.963Z Downloaded writeable v0.6.2
8342026-08-06T22:58:40.963Z Downloaded vergen-lib v9.1.0
8352026-08-06T22:58:40.963Z Downloaded multimap v0.10.1
8362026-08-06T22:58:40.964Z Downloaded normalize-line-endings v0.3.0
8372026-08-06T22:58:40.964Z Downloaded lru-cache v0.1.2
8382026-08-06T22:58:40.964Z Downloaded new_debug_unreachable v1.0.6
8392026-08-06T22:58:40.964Z Downloaded newtype-uuid-macros v0.1.0
8402026-08-06T22:58:40.964Z Downloaded phf_shared v0.13.1
8412026-08-06T22:58:40.964Z Downloaded num-derive v0.4.2
8422026-08-06T22:58:40.964Z Downloaded zstd v0.13.3
8432026-08-06T22:58:40.964Z Downloaded password-hash v0.6.1
8442026-08-06T22:58:40.968Z Downloaded vte v0.14.1
8452026-08-06T22:58:40.968Z Downloaded whoami v2.1.0
8462026-08-06T22:58:40.968Z Downloaded zip v0.6.6
8472026-08-06T22:58:40.971Z Downloaded libbz2-rs-sys v0.2.2
8482026-08-06T22:58:40.976Z Downloaded hickory-server v0.25.2
8492026-08-06T22:58:40.981Z Downloaded precomputed-hash v0.1.1
8502026-08-06T22:58:40.985Z Downloaded predicates-tree v1.0.13
8512026-08-06T22:58:40.985Z Downloaded scopeguard v1.2.0
8522026-08-06T22:58:40.988Z Downloaded path-slash v0.1.5
8532026-08-06T22:58:40.988Z Downloaded progenitor-client v0.14.0
8542026-08-06T22:58:40.988Z Downloaded progenitor-macro v0.13.0
8552026-08-06T22:58:40.993Z Downloaded snafu v0.8.9
8562026-08-06T22:58:40.993Z Downloaded compact_str v0.8.1
8572026-08-06T22:58:40.996Z Downloaded rand_xorshift v0.4.0
8582026-08-06T22:58:40.996Z Downloaded hashbrown v0.13.2
8592026-08-06T22:58:40.996Z Downloaded omicron-zone-package v0.12.3
8602026-08-06T22:58:40.999Z Downloaded schemars v0.9.0
8612026-08-06T22:58:41.006Z Downloaded sha2 v0.11.0
8622026-08-06T22:58:41.009Z Downloaded darling v0.13.4
8632026-08-06T22:58:41.009Z Downloaded derive-ex v0.1.8
8642026-08-06T22:58:41.009Z Downloaded displaydoc v0.2.5
8652026-08-06T22:58:41.009Z Downloaded hickory-resolver v0.25.2
8662026-08-06T22:58:41.013Z Downloaded digest v0.11.3
8672026-08-06T22:58:41.013Z Downloaded cc v1.2.56
8682026-08-06T22:58:41.016Z Downloaded darling_core v0.21.3
8692026-08-06T22:58:41.016Z Downloaded darling_core v0.23.0
8702026-08-06T22:58:41.020Z Downloaded darling_core v0.20.11
8712026-08-06T22:58:41.023Z Downloaded rustc_version v0.4.1
8722026-08-06T22:58:41.023Z Downloaded term v1.2.1
8732026-08-06T22:58:41.023Z Downloaded either v1.15.0
8742026-08-06T22:58:41.027Z Downloaded term v0.7.0
8752026-08-06T22:58:41.027Z Downloaded async-compression v0.4.41
8762026-08-06T22:58:41.030Z Downloaded base64 v0.21.7
8772026-08-06T22:58:41.031Z Downloaded same-file v1.0.6
8782026-08-06T22:58:41.035Z Downloaded signal-hook-mio v0.2.5
8792026-08-06T22:58:41.035Z Downloaded icu_normalizer_data v2.1.1
8802026-08-06T22:58:41.035Z Downloaded vergen-lib v0.1.6
8812026-08-06T22:58:41.035Z Downloaded num_enum v0.5.11
8822026-08-06T22:58:41.039Z Downloaded sqlparser_derive v0.5.0
8832026-08-06T22:58:41.039Z Downloaded lock_api v0.4.14
8842026-08-06T22:58:41.039Z Downloaded progenitor-impl v0.13.0
8852026-08-06T22:58:41.039Z Downloaded strum v0.27.2
8862026-08-06T22:58:41.039Z Downloaded termtree v0.5.1
8872026-08-06T22:58:41.042Z Downloaded slog-envlogger v2.2.0
8882026-08-06T22:58:41.042Z Downloaded sync-ptr v0.1.4
8892026-08-06T22:58:41.042Z Downloaded sync_wrapper v1.0.2
8902026-08-06T22:58:41.046Z Downloaded zerocopy-derive v0.8.40
8912026-08-06T22:58:41.049Z Downloaded hashbrown v0.12.3
8922026-08-06T22:58:41.053Z Downloaded des v0.9.0
8932026-08-06T22:58:41.053Z Downloaded corncobs v0.1.4
8942026-08-06T22:58:41.053Z Downloaded deranged v0.5.8
8952026-08-06T22:58:41.056Z Downloaded oxide-tokio-rt v0.1.4
8962026-08-06T22:58:41.056Z Downloaded thread-id v5.1.0
8972026-08-06T22:58:41.057Z Downloaded tinyvec_macros v0.1.1
8982026-08-06T22:58:41.057Z Downloaded rand_chacha v0.9.0
8992026-08-06T22:58:41.057Z Downloaded unicode-truncate v1.1.0
9002026-08-06T22:58:41.060Z Downloaded schemars v0.8.22
9012026-08-06T22:58:41.063Z Downloaded usdt v0.6.0
9022026-08-06T22:58:41.067Z Downloaded subprocess v0.2.15
9032026-08-06T22:58:41.067Z Downloaded phf v0.12.1
9042026-08-06T22:58:41.067Z Downloaded socket2 v0.6.3
9052026-08-06T22:58:41.070Z Downloaded ecdsa v0.17.0
9062026-08-06T22:58:41.070Z Downloaded try-lock v0.2.5
9072026-08-06T22:58:41.070Z Downloaded derive_more v2.1.1
9082026-08-06T22:58:41.075Z Downloaded ingot-macros v0.2.0
9092026-08-06T22:58:41.079Z Downloaded rand_core v0.6.4
9102026-08-06T22:58:41.079Z Downloaded serde_path_to_error v0.1.20
9112026-08-06T22:58:41.079Z Downloaded wait-timeout v0.2.1
9122026-08-06T22:58:41.079Z Downloaded crc v3.4.0
9132026-08-06T22:58:41.082Z Downloaded darling_macro v0.23.0
9142026-08-06T22:58:41.082Z Downloaded defmt-parser v1.0.0
9152026-08-06T22:58:41.082Z Downloaded zone v0.3.1
9162026-08-06T22:58:41.082Z Downloaded dof v0.4.0
9172026-08-06T22:58:41.087Z Downloaded sec1 v0.8.1
9182026-08-06T22:58:41.092Z Downloaded aes v0.9.1
9192026-08-06T22:58:41.095Z Downloaded embedded-io v0.6.1
9202026-08-06T22:58:41.098Z Downloaded idna_adapter v1.2.1
9212026-08-06T22:58:41.098Z Downloaded is_ci v1.2.0
9222026-08-06T22:58:41.098Z Downloaded kem v0.3.0
9232026-08-06T22:58:41.107Z Downloaded linked-hash-map v0.5.6
9242026-08-06T22:58:41.111Z Downloaded managed v0.8.0
9252026-08-06T22:58:41.112Z Downloaded signature v3.0.0
9262026-08-06T22:58:41.112Z Downloaded slog-stdlog v4.1.1
9272026-08-06T22:58:41.112Z Downloaded md5 v0.8.0
9282026-08-06T22:58:41.112Z Downloaded memoffset v0.9.1
9292026-08-06T22:58:41.112Z Downloaded twox-hash v2.1.2
9302026-08-06T22:58:41.115Z Downloaded unicode_categories v0.1.1
9312026-08-06T22:58:41.115Z Downloaded crossbeam-epoch v0.9.18
9322026-08-06T22:58:41.120Z Downloaded rustls-webpki v0.103.13
9332026-08-06T22:58:41.125Z Downloaded minimal-lexical v0.2.1
9342026-08-06T22:58:41.128Z Downloaded crossbeam-utils v0.8.21
9352026-08-06T22:58:41.133Z Downloaded trait-variant v0.1.2
9362026-08-06T22:58:41.133Z Downloaded vsss-rs v3.3.4
9372026-08-06T22:58:41.136Z Downloaded yoke v0.8.1
9382026-08-06T22:58:41.139Z Downloaded nonempty v0.12.0
9392026-08-06T22:58:41.139Z Downloaded postcard v1.1.3
9402026-08-06T22:58:41.143Z Downloaded sigpipe v0.1.3
9412026-08-06T22:58:41.143Z Downloaded crossbeam-channel v0.5.15
9422026-08-06T22:58:41.150Z Downloaded phf_shared v0.12.1
9432026-08-06T22:58:41.153Z Downloaded psl-types v2.0.11
9442026-08-06T22:58:41.157Z Downloaded uzers v0.12.2
9452026-08-06T22:58:41.160Z Downloaded rustc-hash v2.1.1
9462026-08-06T22:58:41.164Z Downloaded ref-cast-impl v1.0.25
9472026-08-06T22:58:41.164Z Downloaded secrecy v0.10.3
9482026-08-06T22:58:41.164Z Downloaded serde_derive_internals v0.29.1
9492026-08-06T22:58:41.164Z Downloaded structmeta-derive v0.3.0
9502026-08-06T22:58:41.169Z Downloaded russh-cryptovec v0.62.0
9512026-08-06T22:58:41.169Z Downloaded serde_urlencoded v0.7.1
9522026-08-06T22:58:41.169Z Downloaded sha1 v0.11.0
9532026-08-06T22:58:41.174Z Downloaded tinyvec v1.10.0
9542026-08-06T22:58:41.174Z Downloaded samael v0.0.19
9552026-08-06T22:58:41.178Z Downloaded indexmap v1.9.3
9562026-08-06T22:58:41.182Z Downloaded delegate v0.13.5
9572026-08-06T22:58:41.182Z Downloaded instability v0.3.11
9582026-08-06T22:58:41.185Z Downloaded snafu-derive v0.8.9
9592026-08-06T22:58:41.185Z Downloaded topological-sort v0.2.2
9602026-08-06T22:58:41.189Z Downloaded untrusted v0.9.0
9612026-08-06T22:58:41.189Z Downloaded zerofrom-derive v0.1.6
9622026-08-06T22:58:41.192Z Downloaded typed-path v0.9.3
9632026-08-06T22:58:41.196Z Downloaded unicode-bidi v0.3.18
9642026-08-06T22:58:41.196Z Downloaded ipnetwork v0.21.1
9652026-08-06T22:58:41.196Z Downloaded yansi v1.0.1
9662026-08-06T22:58:41.196Z Downloaded crc8 v0.1.1
9672026-08-06T22:58:41.196Z Downloaded libloading v0.8.9
9682026-08-06T22:58:41.199Z Downloaded native-tls v0.2.18
9692026-08-06T22:58:41.199Z Downloaded hashbrown v0.15.5
9702026-08-06T22:58:41.203Z Downloaded pkg-config v0.3.32
9712026-08-06T22:58:41.203Z Downloaded polyval v0.7.1
9722026-08-06T22:58:41.203Z Downloaded progenitor-client v0.13.0
9732026-08-06T22:58:41.206Z Downloaded toml_parser v1.1.2+spec-1.1.0
9742026-08-06T22:58:41.207Z Downloaded rsa v0.9.10
9752026-08-06T22:58:41.211Z Downloaded quinn-udp v0.5.14
9762026-08-06T22:58:41.211Z Downloaded tokio-rustls v0.26.4
9772026-08-06T22:58:41.216Z Downloaded darling_macro v0.21.3
9782026-08-06T22:58:41.216Z Downloaded oso v0.27.3
9792026-08-06T22:58:41.216Z Downloaded display-error-chain v0.2.2
9802026-08-06T22:58:41.220Z Downloaded schemars_derive v0.8.22
9812026-08-06T22:58:41.220Z Downloaded num_enum_derive v0.7.6
9822026-08-06T22:58:41.226Z Downloaded dsl_auto_type v0.2.0
9832026-08-06T22:58:41.227Z Downloaded hyper v1.10.1
9842026-08-06T22:58:41.230Z Downloaded lazy_static v1.5.0
9852026-08-06T22:58:41.230Z Downloaded nu-ansi-term v0.50.3
9862026-08-06T22:58:41.230Z Downloaded num-complex v0.4.6
9872026-08-06T22:58:41.234Z Downloaded nom v8.0.0
9882026-08-06T22:58:41.241Z Downloaded simd-adler32 v0.3.8
9892026-08-06T22:58:41.245Z Downloaded parse-size v1.1.0
9902026-08-06T22:58:41.245Z Downloaded nodrop v0.1.14
9912026-08-06T22:58:41.248Z Downloaded smf v0.2.3
9922026-08-06T22:58:41.248Z Downloaded icu_locale_core v2.1.1
9932026-08-06T22:58:41.252Z Downloaded icu_normalizer v2.1.1
9942026-08-06T22:58:41.256Z Downloaded similar v2.7.0
9952026-08-06T22:58:41.260Z Downloaded aes-gcm v0.11.0
9962026-08-06T22:58:41.260Z Downloaded smallvec v0.6.14
9972026-08-06T22:58:41.263Z Downloaded thiserror-no-std v2.0.2
9982026-08-06T22:58:41.263Z Downloaded tls_codec_derive v0.4.2
9992026-08-06T22:58:41.267Z Downloaded miniz_oxide v0.8.9
10002026-08-06T22:58:41.280Z Downloaded num-bigint v0.4.6
10012026-08-06T22:58:41.284Z Downloaded poly1305 v0.8.0
10022026-08-06T22:58:41.284Z Downloaded zerovec-derive v0.11.2
10032026-08-06T22:58:41.284Z Downloaded ingot v0.2.1
10042026-08-06T22:58:41.287Z Downloaded toml v1.1.2+spec-1.1.0
10052026-08-06T22:58:41.287Z Downloaded vergen-gitcl v1.0.8
10062026-08-06T22:58:41.287Z Downloaded serde_plain v1.0.2
10072026-08-06T22:58:41.291Z Downloaded papergrid v0.17.0
10082026-08-06T22:58:41.294Z Downloaded num-rational v0.4.2
10092026-08-06T22:58:41.294Z Downloaded zerocopy v0.6.6
10102026-08-06T22:58:41.295Z Downloaded futures-util v0.3.32
10112026-08-06T22:58:41.299Z Downloaded ed25519 v2.2.3
10122026-08-06T22:58:41.303Z Downloaded libsw-core v0.3.2
10132026-08-06T22:58:41.303Z Downloaded tracing-core v0.1.36
10142026-08-06T22:58:41.303Z Downloaded structmeta v0.3.0
10152026-08-06T22:58:41.307Z Downloaded utf8_iter v1.0.4
10162026-08-06T22:58:41.307Z Downloaded oxide-update-engine v0.1.2
10172026-08-06T22:58:41.307Z Downloaded oxide-update-engine-display v0.1.2
10182026-08-06T22:58:41.314Z Downloaded strum_macros v0.24.3
10192026-08-06T22:58:41.317Z Downloaded darling v0.21.3
10202026-08-06T22:58:41.317Z Downloaded waitgroup v0.1.2
10212026-08-06T22:58:41.321Z Downloaded digest-io v0.1.0
10222026-08-06T22:58:41.321Z Downloaded embedded-io v0.4.0
10232026-08-06T22:58:41.325Z Downloaded dropshot-api-manager-types v0.7.2
10242026-08-06T22:58:41.325Z Downloaded postgres-protocol v0.6.10
10252026-08-06T22:58:41.330Z Downloaded mime_guess v2.0.5
10262026-08-06T22:58:41.333Z Downloaded dropshot_endpoint v0.17.1
10272026-08-06T22:58:41.338Z Downloaded hyper-util v0.1.20
10282026-08-06T22:58:41.341Z Downloaded maybe-uninit v2.0.0
10292026-08-06T22:58:41.345Z Downloaded num_threads v0.1.7
10302026-08-06T22:58:41.351Z Downloaded nibble_vec v0.1.0
10312026-08-06T22:58:41.354Z Downloaded indoc v1.0.9
10322026-08-06T22:58:41.354Z Downloaded progenitor-extras v0.2.0
10332026-08-06T22:58:41.354Z Downloaded r2d2 v0.8.10
10342026-08-06T22:58:41.355Z Downloaded slog-async v2.8.0
10352026-08-06T22:58:41.358Z Downloaded tokio-util v0.7.18
10362026-08-06T22:58:41.362Z Downloaded hkdf v0.12.4
10372026-08-06T22:58:41.362Z Downloaded ref-cast v1.0.25
10382026-08-06T22:58:41.366Z Downloaded h2 v0.4.15
10392026-08-06T22:58:41.366Z Downloaded nom v7.1.3
10402026-08-06T22:58:41.369Z Downloaded hkdf v0.13.0
10412026-08-06T22:58:41.376Z Downloaded string_cache v0.8.9
10422026-08-06T22:58:41.379Z Downloaded strum_macros v0.27.2
10432026-08-06T22:58:41.379Z Downloaded ipnet v2.11.0
10442026-08-06T22:58:41.379Z Downloaded tagptr v0.2.0
10452026-08-06T22:58:41.380Z Downloaded take_mut v0.2.2
10462026-08-06T22:58:41.384Z Downloaded slog-scope v4.4.1
10472026-08-06T22:58:41.387Z Downloaded num-traits v0.2.19
10482026-08-06T22:58:41.392Z Downloaded spki v0.8.0
10492026-08-06T22:58:41.395Z Downloaded time-macros v0.2.27
10502026-08-06T22:58:41.396Z Downloaded signature v2.2.0
10512026-08-06T22:58:41.396Z Downloaded sponge-cursor v0.1.0
10522026-08-06T22:58:41.396Z Downloaded icu_collections v2.1.1
10532026-08-06T22:58:41.401Z Downloaded daft-derive v0.1.7
10542026-08-06T22:58:41.404Z Downloaded wnaf v0.14.0
10552026-08-06T22:58:41.408Z Downloaded cpubits v0.1.1
10562026-08-06T22:58:41.408Z Downloaded cpufeatures v0.3.0
10572026-08-06T22:58:41.412Z Downloaded walkdir v2.5.0
10582026-08-06T22:58:41.412Z Downloaded ena v0.14.4
10592026-08-06T22:58:41.415Z Downloaded parking_lot v0.12.5
10602026-08-06T22:58:41.418Z Downloaded itertools v0.13.0
10612026-08-06T22:58:41.425Z Downloaded multer v3.1.0
10622026-08-06T22:58:41.429Z Downloaded maplit v1.0.2
10632026-08-06T22:58:41.432Z Downloaded zeroize v1.9.0
10642026-08-06T22:58:41.432Z Downloaded rustls-pki-types v1.14.0
10652026-08-06T22:58:41.432Z Downloaded difflib v0.4.0
10662026-08-06T22:58:41.437Z Downloaded pbkdf2 v0.13.0
10672026-08-06T22:58:41.437Z Downloaded pkcs8 v0.10.2
10682026-08-06T22:58:41.437Z Downloaded opaque-debug v0.3.1
10692026-08-06T22:58:41.441Z Downloaded pem-rfc7468 v1.0.0
10702026-08-06T22:58:41.441Z Downloaded zopfli v0.8.3
10712026-08-06T22:58:41.441Z Downloaded derive_more v0.99.20
10722026-08-06T22:58:41.441Z Downloaded salsa20 v0.11.0
10732026-08-06T22:58:41.444Z Downloaded hashbrown v0.16.1
10742026-08-06T22:58:41.448Z Downloaded progenitor-macro v0.14.0
10752026-08-06T22:58:41.448Z Downloaded scrypt v0.12.0
10762026-08-06T22:58:41.448Z Downloaded signal-hook-tokio v0.3.1
10772026-08-06T22:58:41.452Z Downloaded zip v4.6.1
10782026-08-06T22:58:41.455Z Downloaded iri-string v0.7.10
10792026-08-06T22:58:41.459Z Downloaded darling_core v0.13.4
10802026-08-06T22:58:41.462Z Downloaded icu_properties v2.1.2
10812026-08-06T22:58:41.462Z Downloaded rpassword v7.5.4
10822026-08-06T22:58:41.462Z Downloaded diff v0.1.13
10832026-08-06T22:58:41.467Z Downloaded slog-json v2.6.1
10842026-08-06T22:58:41.467Z Downloaded tokio-tungstenite v0.21.0
10852026-08-06T22:58:41.467Z Downloaded rsa v0.10.0-rc.18
10862026-08-06T22:58:41.471Z Downloaded synstructure v0.13.2
10872026-08-06T22:58:41.471Z Downloaded vergen-git2 v9.1.0
10882026-08-06T22:58:41.471Z Downloaded sapling-renderdag v0.1.0
10892026-08-06T22:58:41.471Z Downloaded stable_deref_trait v1.2.1
10902026-08-06T22:58:41.478Z Downloaded dropshot-api-manager v0.7.2
10912026-08-06T22:58:41.481Z Downloaded crossbeam-deque v0.8.6
10922026-08-06T22:58:41.485Z Downloaded icu_provider v2.1.1
10932026-08-06T22:58:41.485Z Downloaded ident_case v1.0.1
10942026-08-06T22:58:41.489Z Downloaded data-encoding v2.10.0
10952026-08-06T22:58:41.489Z Downloaded untrusted v0.7.1
10962026-08-06T22:58:41.489Z Downloaded void v1.0.2
10972026-08-06T22:58:41.489Z Downloaded xshell-macros v0.2.7
10982026-08-06T22:58:41.490Z Downloaded derive_builder_core v0.20.2
10992026-08-06T22:58:41.493Z Downloaded illumos-nvpair v0.3.0
11002026-08-06T22:58:41.493Z Downloaded pin-project v1.1.11
11012026-08-06T22:58:41.497Z Downloaded internal-russh-num-bigint v0.5.0
11022026-08-06T22:58:41.501Z Downloaded powerfmt v0.2.0
11032026-08-06T22:58:41.501Z Downloaded tar v0.4.46
11042026-08-06T22:58:41.501Z Downloaded ed25519-dalek v2.2.0
11052026-08-06T22:58:41.504Z Downloaded indicatif v0.18.4
11062026-08-06T22:58:41.504Z Downloaded steno v0.4.1
11072026-08-06T22:58:41.508Z Downloaded crucible-workspace-hack v0.1.0
11082026-08-06T22:58:41.508Z Downloaded impl-trait-for-tuples v0.2.3
11092026-08-06T22:58:41.508Z Downloaded md-5 v0.10.6
11102026-08-06T22:58:41.511Z Downloaded openssl-macros v0.1.1
11112026-08-06T22:58:41.511Z Downloaded openssl-probe v0.1.6
11122026-08-06T22:58:41.511Z Downloaded packed_struct v0.10.1
11132026-08-06T22:58:41.511Z Downloaded tokio-stream v0.1.18
11142026-08-06T22:58:41.515Z Downloaded libsw v3.5.0
11152026-08-06T22:58:41.515Z Downloaded ed25519 v3.0.0
11162026-08-06T22:58:41.515Z Downloaded ron v0.8.1
11172026-08-06T22:58:41.518Z Downloaded ppv-lite86 v0.2.21
11182026-08-06T22:58:41.518Z Downloaded tower-http v0.6.8
11192026-08-06T22:58:41.522Z Downloaded phf v0.13.1
11202026-08-06T22:58:41.525Z Downloaded universal-hash v0.6.1
11212026-08-06T22:58:41.525Z Downloaded diesel_table_macro_syntax v0.3.0
11222026-08-06T22:58:41.525Z Downloaded internet-checksum v0.2.1
11232026-08-06T22:58:41.530Z Downloaded serde-big-array v0.5.1
11242026-08-06T22:58:41.534Z Downloaded x509-cert v0.2.5
11252026-08-06T22:58:41.537Z Downloaded psm v0.1.30
11262026-08-06T22:58:41.544Z Downloaded mime v0.3.17
11272026-08-06T22:58:41.547Z Downloaded newtype_derive v0.1.6
11282026-08-06T22:58:41.550Z Downloaded slog-bunyan v2.5.0
11292026-08-06T22:58:41.550Z Downloaded tokio-tungstenite v0.23.1
11302026-08-06T22:58:41.555Z Downloaded downcast-rs v2.0.2
11312026-08-06T22:58:41.562Z Downloaded blake3 v1.8.5
11322026-08-06T22:58:41.567Z Downloaded rand v0.8.6
11332026-08-06T22:58:41.567Z Downloaded typify v0.6.2
11342026-08-06T22:58:41.567Z Downloaded crc32fast v1.5.0
11352026-08-06T22:58:41.571Z Downloaded universal-hash v0.5.1
11362026-08-06T22:58:41.571Z Downloaded derive_builder_macro v0.20.2
11372026-08-06T22:58:41.575Z Downloaded defmt-macros v1.0.1
11382026-08-06T22:58:41.575Z Downloaded pretty_assertions v1.4.1
11392026-08-06T22:58:41.578Z Downloaded der v0.7.10
11402026-08-06T22:58:41.582Z Downloaded jobserver v0.1.34
11412026-08-06T22:58:41.582Z Downloaded rtoolbox v0.0.3
11422026-08-06T22:58:41.585Z Downloaded siphasher v1.0.2
11432026-08-06T22:58:41.585Z Downloaded crypto-common v0.2.2
11442026-08-06T22:58:41.585Z Downloaded lzss v0.8.2
11452026-08-06T22:58:41.589Z Downloaded portable-atomic v1.13.1
11462026-08-06T22:58:41.594Z Downloaded primeorder v0.13.6
11472026-08-06T22:58:41.594Z Downloaded itertools v0.12.1
11482026-08-06T22:58:41.598Z Downloaded scuffle v0.1.0
11492026-08-06T22:58:41.602Z Downloaded xattr v1.6.1
11502026-08-06T22:58:41.606Z Downloaded time-core v0.1.8
11512026-08-06T22:58:41.613Z Downloaded slog-dtrace v0.3.0
11522026-08-06T22:58:41.616Z Downloaded ed25519-dalek v3.0.0
11532026-08-06T22:58:41.620Z Downloaded ryu v1.0.23
11542026-08-06T22:58:41.624Z Downloaded zstd-safe v7.2.4
11552026-08-06T22:58:41.642Z Downloaded seq-macro v0.3.6
11562026-08-06T22:58:41.642Z Downloaded peg-runtime v0.8.5
11572026-08-06T22:58:41.642Z Downloaded thiserror-impl-no-std v2.0.2
11582026-08-06T22:58:41.642Z Downloaded illumos-nvpair-sys v0.2.0
11592026-08-06T22:58:41.643Z Downloaded proc-macro-crate v3.4.0
11602026-08-06T22:58:41.643Z Downloaded crypto-primes v0.7.2
11612026-08-06T22:58:41.643Z Downloaded rand v0.9.2
11622026-08-06T22:58:41.643Z Downloaded tinystr v0.8.2
11632026-08-06T22:58:41.643Z Downloaded tungstenite v0.23.0
11642026-08-06T22:58:41.643Z Downloaded keccak v0.2.0
11652026-08-06T22:58:41.646Z Downloaded usdt-macro v0.6.0
11662026-08-06T22:58:41.652Z Downloaded darling v0.23.0
11672026-08-06T22:58:41.652Z Downloaded ingot-types v0.2.0
11682026-08-06T22:58:41.657Z Downloaded tap v1.0.1
11692026-08-06T22:58:41.657Z Downloaded peg v0.8.5
11702026-08-06T22:58:41.657Z Downloaded instant v0.1.13
11712026-08-06T22:58:41.662Z Downloaded cookie_store v0.22.1
11722026-08-06T22:58:41.667Z Downloaded qorb v0.4.1
11732026-08-06T22:58:41.671Z Downloaded kstat-rs v0.2.5
11742026-08-06T22:58:41.671Z Downloaded newline-converter v0.3.0
11752026-08-06T22:58:41.675Z Downloaded support-bundle-viewer v0.1.2
11762026-08-06T22:58:41.675Z Downloaded dirs-sys-next v0.1.2
11772026-08-06T22:58:41.675Z Downloaded iddqd v0.4.2
11782026-08-06T22:58:41.678Z Downloaded progenitor-impl v0.14.0
11792026-08-06T22:58:41.683Z Downloaded signal-hook-registry v1.4.8
11802026-08-06T22:58:41.687Z Downloaded termios v0.3.3
11812026-08-06T22:58:41.690Z Downloaded regex v1.12.3
11822026-08-06T22:58:41.694Z Downloaded pem-rfc7468 v0.7.0
11832026-08-06T22:58:41.697Z Downloaded litrs v1.0.0
11842026-08-06T22:58:41.700Z Downloaded password-hash v0.5.0
11852026-08-06T22:58:41.700Z Downloaded spki v0.7.3
11862026-08-06T22:58:41.700Z Downloaded nanorand v0.7.0
11872026-08-06T22:58:41.706Z Downloaded prefix-trie v0.7.0
11882026-08-06T22:58:41.706Z Downloaded sec1 v0.7.3
11892026-08-06T22:58:41.709Z Downloaded unsafe-libyaml v0.2.11
11902026-08-06T22:58:41.709Z Downloaded test-strategy v0.4.5
11912026-08-06T22:58:41.709Z Downloaded tokio-postgres v0.7.16
11922026-08-06T22:58:41.712Z Downloaded litemap v0.8.1
11932026-08-06T22:58:41.712Z Downloaded p384 v0.13.1
11942026-08-06T22:58:41.720Z Downloaded crossterm v0.28.1
11952026-08-06T22:58:41.723Z Downloaded primeorder v0.14.0
11962026-08-06T22:58:41.728Z Downloaded csv-core v0.1.13
11972026-08-06T22:58:41.732Z Downloaded mio v1.2.0
11982026-08-06T22:58:41.735Z Downloaded defmt v1.0.1
11992026-08-06T22:58:41.735Z Downloaded port-file v0.1.0
12002026-08-06T22:58:41.743Z Downloaded daft v0.1.7
12012026-08-06T22:58:41.747Z Downloaded ssh-encoding v0.3.0
12022026-08-06T22:58:41.747Z Downloaded p384 v0.14.0
12032026-08-06T22:58:41.750Z Downloaded git2 v0.20.4
12042026-08-06T22:58:41.753Z Downloaded unicode-segmentation v1.12.0
12052026-08-06T22:58:41.757Z Downloaded ml-kem v0.3.2
12062026-08-06T22:58:41.757Z Downloaded der v0.8.0
12072026-08-06T22:58:41.760Z Downloaded ctutils v0.4.2
12082026-08-06T22:58:41.760Z Downloaded serde_with_macros v3.21.0
12092026-08-06T22:58:41.763Z Downloaded zerotrie v0.2.3
12102026-08-06T22:58:41.763Z Downloaded elliptic-curve v0.13.8
12112026-08-06T22:58:41.766Z Downloaded phc v0.6.1
12122026-08-06T22:58:41.766Z Downloaded chrono v0.4.45
12132026-08-06T22:58:41.770Z Downloaded iana-time-zone v0.1.65
12142026-08-06T22:58:41.774Z Downloaded num-bigint-dig v0.8.6
12152026-08-06T22:58:41.777Z Downloaded bindgen v0.71.1
12162026-08-06T22:58:41.784Z Downloaded pkcs5 v0.8.1
12172026-08-06T22:58:41.784Z Downloaded tracing-attributes v0.1.31
12182026-08-06T22:58:41.788Z Downloaded sha3 v0.12.0
12192026-08-06T22:58:41.788Z Downloaded itertools v0.15.0
12202026-08-06T22:58:41.788Z Downloaded reqwest v0.13.2
12212026-08-06T22:58:41.791Z Downloaded derive-where v1.6.0
12222026-08-06T22:58:41.794Z Downloaded aws-lc-rs v1.16.3
12232026-08-06T22:58:41.798Z Downloaded yasna v0.5.2
12242026-08-06T22:58:41.801Z Downloaded radix_trie v0.2.1
12252026-08-06T22:58:41.801Z Downloaded tabled v0.20.0
12262026-08-06T22:58:41.809Z Downloaded quick-xml v0.37.5
12272026-08-06T22:58:41.813Z Downloaded libm v0.2.16
12282026-08-06T22:58:41.817Z Downloaded parking_lot v0.11.2
12292026-08-06T22:58:41.821Z Downloaded rustls-platform-verifier v0.6.2
12302026-08-06T22:58:41.821Z Downloaded vcpkg v0.2.15
12312026-08-06T22:58:41.842Z Downloaded unicode-normalization v0.1.25
12322026-08-06T22:58:41.846Z Downloaded bitvec v1.0.1
12332026-08-06T22:58:41.852Z Downloaded ssh-key v0.7.0-rc.11
12342026-08-06T22:58:41.856Z Downloaded libxml v0.3.3
12352026-08-06T22:58:41.859Z Downloaded itertools v0.10.5
12362026-08-06T22:58:41.864Z Downloaded serde_with v1.14.0
12372026-08-06T22:58:41.867Z Downloaded crossterm v0.29.0
12382026-08-06T22:58:41.871Z Downloaded elliptic-curve v0.14.1
12392026-08-06T22:58:41.874Z Downloaded tough v0.22.0
12402026-08-06T22:58:41.878Z Downloaded drift v0.2.0
12412026-08-06T22:58:41.881Z Downloaded proptest v1.11.0
12422026-08-06T22:58:41.885Z Downloaded socket2 v0.5.10
12432026-08-06T22:58:41.888Z Downloaded goblin v0.10.5
12442026-08-06T22:58:41.891Z Downloaded lalrpop v0.19.12
12452026-08-06T22:58:41.895Z Downloaded reqwest v0.12.28
12462026-08-06T22:58:41.899Z Downloaded derive_more-impl v2.1.1
12472026-08-06T22:58:41.902Z Downloaded jiff-core v0.1.0
12482026-08-06T22:58:41.905Z Downloaded toml_edit v0.23.10+spec-1.0.0
12492026-08-06T22:58:41.908Z Downloaded p521 v0.14.0
12502026-08-06T22:58:41.908Z Downloaded petname v2.0.2
12512026-08-06T22:58:41.911Z Downloaded openssl-sys v0.9.117
12522026-08-06T22:58:41.916Z Downloaded uuid v1.23.4
12532026-08-06T22:58:41.916Z Downloaded toml_edit v0.19.15
12542026-08-06T22:58:41.923Z Downloaded moka v0.12.13
12552026-08-06T22:58:41.927Z Downloaded winnow v0.6.26
12562026-08-06T22:58:41.931Z Downloaded tungstenite v0.21.0
12572026-08-06T22:58:41.935Z Downloaded url v2.5.8
12582026-08-06T22:58:41.935Z Downloaded crypto-bigint v0.5.5
12592026-08-06T22:58:41.938Z Downloaded tower v0.5.3
12602026-08-06T22:58:41.942Z Downloaded winnow v0.5.40
12612026-08-06T22:58:41.947Z Downloaded time v0.3.47
12622026-08-06T22:58:41.955Z Downloaded icu_properties_data v2.1.2
12632026-08-06T22:58:41.958Z Downloaded itertools v0.14.0
12642026-08-06T22:58:41.962Z Downloaded schemars v1.2.1
12652026-08-06T22:58:41.971Z Downloaded rustyline v14.0.0
12662026-08-06T22:58:41.974Z Downloaded diesel_derives v2.3.7
12672026-08-06T22:58:41.977Z Downloaded zerovec v0.11.5
12682026-08-06T22:58:41.980Z Downloaded nix v0.27.1
12692026-08-06T22:58:41.984Z Downloaded rand v0.10.1
12702026-08-06T22:58:41.987Z Downloaded bstr v1.12.1
12712026-08-06T22:58:41.990Z Downloaded russh v0.62.4
12722026-08-06T22:58:41.994Z Downloaded zerocopy v0.8.40
12732026-08-06T22:58:42.001Z Downloaded quinn-proto v0.11.16
12742026-08-06T22:58:42.006Z Downloaded idna v1.1.0
12752026-08-06T22:58:42.009Z Downloaded zlib-rs v0.6.2
12762026-08-06T22:58:42.018Z Downloaded smoltcp v0.11.0
12772026-08-06T22:58:42.025Z Downloaded object v0.37.3
12782026-08-06T22:58:42.031Z Downloaded reedline v0.40.0
12792026-08-06T22:58:42.035Z Downloaded serde_with v3.21.0
12802026-08-06T22:58:42.041Z Downloaded winnow v1.0.3
12812026-08-06T22:58:42.046Z Downloaded rawzip v0.4.4
12822026-08-06T22:58:42.049Z Downloaded salty v0.3.0
12832026-08-06T22:58:42.053Z Downloaded polar-core v0.27.3
12842026-08-06T22:58:42.076Z Downloaded hickory-proto v0.24.4
12852026-08-06T22:58:42.090Z Downloaded openapiv3 v2.2.0
12862026-08-06T22:58:42.106Z Downloaded rayon v1.11.0
12872026-08-06T22:58:42.111Z Downloaded regress v0.10.5
12882026-08-06T22:58:42.115Z Downloaded rustls v0.23.41
12892026-08-06T22:58:42.122Z Downloaded object v0.30.4
12902026-08-06T22:58:42.127Z Downloaded smoltcp v0.9.1
12912026-08-06T22:58:42.132Z Downloaded curve25519-dalek v4.1.3
12922026-08-06T22:58:42.137Z Downloaded hickory-proto v0.25.2
12932026-08-06T22:58:42.145Z Downloaded diesel v2.3.7
12942026-08-06T22:58:42.156Z Downloaded openssl v0.10.80
12952026-08-06T22:58:42.162Z Downloaded crypto-bigint v0.7.5
12962026-08-06T22:58:42.171Z Downloaded nix v0.28.0
12972026-08-06T22:58:42.176Z Downloaded curve25519-dalek v5.0.0
12982026-08-06T22:58:42.181Z Downloaded dropshot v0.17.1
12992026-08-06T22:58:42.193Z Downloaded nix v0.31.2
13002026-08-06T22:58:42.199Z Downloaded regress v0.11.1
13012026-08-06T22:58:42.204Z Downloaded regex-syntax v0.6.29
13022026-08-06T22:58:42.208Z Downloaded rustix v0.38.44
13032026-08-06T22:58:42.220Z Downloaded sled v0.34.7
13042026-08-06T22:58:42.225Z Downloaded sqlparser v0.61.0
13052026-08-06T22:58:42.231Z Downloaded regex-syntax v0.8.10
13062026-08-06T22:58:42.236Z Downloaded tracing v0.1.44
13072026-08-06T22:58:42.247Z Downloaded sha3 v0.11.0
13082026-08-06T22:58:42.265Z Downloaded typify-impl v0.6.2
13092026-08-06T22:58:42.274Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-06T22:58:42.305Z Downloaded ratatui v0.29.0
13112026-08-06T22:58:42.316Z Downloaded zerocopy-derive v0.6.6
13122026-08-06T22:58:42.332Z Downloaded petgraph v0.6.5
13132026-08-06T22:58:42.356Z Downloaded sha3 v0.10.8
13142026-08-06T22:58:42.373Z Downloaded chrono-tz v0.10.4
13152026-08-06T22:58:42.384Z Downloaded csv v1.4.0
13162026-08-06T22:58:42.395Z Downloaded regex-automata v0.4.14
13172026-08-06T22:58:42.403Z Downloaded jiff v0.2.34
13182026-08-06T22:58:42.413Z Downloaded petgraph v0.8.3
13192026-08-06T22:58:42.425Z Downloaded libz-sys v1.1.24
13202026-08-06T22:58:42.437Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13212026-08-06T22:58:42.447Z Downloaded encoding_rs v0.8.35
13222026-08-06T22:58:42.459Z Downloaded ring v0.17.14
13232026-08-06T22:58:42.484Z Downloaded tokio v1.52.1
13242026-08-06T22:58:42.599Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-08-06T22:58:43.091Z Downloaded aws-lc-sys v0.40.0
13262026-08-06T22:58:43.349Z Compiling libc v0.2.185
13272026-08-06T22:58:43.349Z Compiling serde_core v1.0.228
13282026-08-06T22:58:43.349Z Compiling serde v1.0.228
13292026-08-06T22:58:43.352Z Compiling log v0.4.29
13302026-08-06T22:58:43.352Z Compiling smallvec v1.15.1
13312026-08-06T22:58:43.352Z Compiling shlex v1.3.0
13322026-08-06T22:58:43.352Z Compiling find-msvc-tools v0.1.9
13332026-08-06T22:58:43.352Z Compiling syn v2.0.117
13342026-08-06T22:58:43.691Z Compiling subtle v2.6.1
13352026-08-06T22:58:43.704Z Compiling scopeguard v1.2.0
13362026-08-06T22:58:43.704Z Compiling stable_deref_trait v1.2.1
13372026-08-06T22:58:43.788Z Compiling lock_api v0.4.14
13382026-08-06T22:58:43.793Z Compiling typenum v1.20.1
13392026-08-06T22:58:43.814Z Compiling zerocopy v0.8.40
13402026-08-06T22:58:43.817Z Compiling portable-atomic v1.13.1
13412026-08-06T22:58:43.865Z Compiling serde_json v1.0.151
13422026-08-06T22:58:44.002Z Compiling critical-section v1.2.0
13432026-08-06T22:58:44.065Z Compiling libm v0.2.16
13442026-08-06T22:58:44.108Z Compiling num-traits v0.2.19
13452026-08-06T22:58:44.228Z Compiling pkg-config v0.3.32
13462026-08-06T22:58:44.312Z Compiling errno v0.3.14
13472026-08-06T22:58:44.352Z Compiling jobserver v0.1.34
13482026-08-06T22:58:44.457Z Compiling getrandom v0.2.17
13492026-08-06T22:58:44.631Z Compiling generic-array v0.14.7
13502026-08-06T22:58:44.790Z Compiling cc v1.2.56
13512026-08-06T22:58:44.851Z Compiling rand_core v0.6.4
13522026-08-06T22:58:44.858Z Compiling once_cell v1.21.3
13532026-08-06T22:58:44.876Z Compiling parking_lot_core v0.9.12
13542026-08-06T22:58:44.947Z Compiling getrandom v0.4.1
13552026-08-06T22:58:45.075Z Compiling pin-project-lite v0.2.17
13562026-08-06T22:58:45.105Z Compiling const-oid v0.9.6
13572026-08-06T22:58:45.173Z Compiling rand_core v0.10.0
13582026-08-06T22:58:45.341Z Compiling signal-hook-registry v1.4.8
13592026-08-06T22:58:45.535Z Compiling percent-encoding v2.3.2
13602026-08-06T22:58:45.612Z Compiling futures-core v0.3.32
13612026-08-06T22:58:45.726Z Compiling bitflags v2.11.0
13622026-08-06T22:58:45.765Z Compiling litemap v0.8.1
13632026-08-06T22:58:45.849Z Compiling writeable v0.6.2
13642026-08-06T22:58:45.865Z Compiling semver v1.0.28
13652026-08-06T22:58:45.953Z Compiling parking_lot v0.12.5
13662026-08-06T22:58:45.956Z Compiling mio v1.2.0
13672026-08-06T22:58:46.050Z Compiling icu_properties_data v2.1.2
13682026-08-06T22:58:46.090Z Compiling icu_normalizer_data v2.1.1
13692026-08-06T22:58:46.191Z Compiling socket2 v0.6.3
13702026-08-06T22:58:46.337Z Compiling getrandom v0.3.4
13712026-08-06T22:58:46.376Z Compiling futures-sink v0.3.32
13722026-08-06T22:58:46.394Z Compiling indexmap v2.14.0
13732026-08-06T22:58:46.409Z Compiling futures-io v0.3.32
13742026-08-06T22:58:46.462Z Compiling synstructure v0.13.2
13752026-08-06T22:58:46.480Z Compiling futures-channel v0.3.32
13762026-08-06T22:58:46.562Z Compiling utf8_iter v1.0.4
13772026-08-06T22:58:46.613Z Compiling slab v0.4.12
13782026-08-06T22:58:46.710Z Compiling futures-task v0.3.32
13792026-08-06T22:58:46.724Z Compiling rustix v1.1.3
13802026-08-06T22:58:46.799Z Compiling form_urlencoded v1.2.2
13812026-08-06T22:58:46.887Z Compiling rustversion v1.0.22
13822026-08-06T22:58:46.902Z Compiling base64ct v1.8.3
13832026-08-06T22:58:46.978Z Compiling iana-time-zone v0.1.65
13842026-08-06T22:58:47.066Z Compiling cmake v0.1.57
13852026-08-06T22:58:47.080Z Compiling fs_extra v1.3.0
13862026-08-06T22:58:47.176Z Compiling pem-rfc7468 v0.7.0
13872026-08-06T22:58:47.190Z Compiling ident_case v1.0.1
13882026-08-06T22:58:47.238Z Compiling dunce v1.0.5
13892026-08-06T22:58:47.306Z Compiling flagset v0.4.7
13902026-08-06T22:58:47.333Z Compiling regex-syntax v0.8.10
13912026-08-06T22:58:47.349Z Compiling rand_core v0.9.5
13922026-08-06T22:58:47.435Z Compiling uuid v1.23.4
13932026-08-06T22:58:47.457Z Compiling aws-lc-sys v0.40.0
13942026-08-06T22:58:47.472Z Compiling base64 v0.22.1
13952026-08-06T22:58:47.632Z Compiling syn v1.0.109
13962026-08-06T22:58:47.798Z Compiling vcpkg v0.2.15
13972026-08-06T22:58:47.844Z Compiling serde_derive_internals v0.29.1
13982026-08-06T22:58:47.993Z Compiling rustc_version v0.4.1
13992026-08-06T22:58:48.137Z Compiling tracing-core v0.1.36
14002026-08-06T22:58:48.171Z Compiling serde_derive v1.0.228
14012026-08-06T22:58:48.326Z Compiling zeroize_derive v1.5.0
14022026-08-06T22:58:48.473Z Compiling zerofrom-derive v0.1.6
14032026-08-06T22:58:48.545Z Compiling zerocopy-derive v0.8.40
14042026-08-06T22:58:48.694Z Compiling yoke-derive v0.8.1
14052026-08-06T22:58:48.793Z Compiling zerovec-derive v0.11.2
14062026-08-06T22:58:48.998Z Compiling zeroize v1.9.0
14072026-08-06T22:58:49.210Z Compiling displaydoc v0.2.5
14082026-08-06T22:58:49.850Z Compiling tokio-macros v2.7.0
14092026-08-06T22:58:49.908Z Compiling zerofrom v0.1.6
14102026-08-06T22:58:49.935Z Compiling futures-macro v0.3.32
14112026-08-06T22:58:49.998Z Compiling thiserror-impl v2.0.18
14122026-08-06T22:58:50.039Z Compiling yoke v0.8.1
14132026-08-06T22:58:50.227Z Compiling zerovec v0.11.5
14142026-08-06T22:58:50.291Z Compiling zerotrie v0.2.3
14152026-08-06T22:58:50.577Z Compiling crypto-common v0.1.7
14162026-08-06T22:58:50.594Z Compiling block-buffer v0.10.4
14172026-08-06T22:58:50.726Z Compiling tinystr v0.8.2
14182026-08-06T22:58:50.729Z Compiling potential_utf v0.1.4
14192026-08-06T22:58:50.754Z Compiling digest v0.10.7
14202026-08-06T22:58:50.768Z Compiling futures-util v0.3.32
14212026-08-06T22:58:50.897Z Compiling icu_locale_core v2.1.1
14222026-08-06T22:58:50.923Z Compiling icu_collections v2.1.1
14232026-08-06T22:58:51.002Z Compiling der_derive v0.7.3
14242026-08-06T22:58:51.341Z Compiling thiserror v2.0.18
14252026-08-06T22:58:51.403Z Compiling openssl-sys v0.9.117
14262026-08-06T22:58:51.446Z Compiling tracing-attributes v0.1.31
14272026-08-06T22:58:51.682Z Compiling bytes v1.11.1
14282026-08-06T22:58:51.754Z Compiling icu_provider v2.1.1
14292026-08-06T22:58:51.920Z Compiling chrono v0.4.45
14302026-08-06T22:58:51.942Z Compiling der v0.7.10
14312026-08-06T22:58:52.045Z Compiling icu_normalizer v2.1.1
14322026-08-06T22:58:52.285Z Compiling tokio v1.52.1
14332026-08-06T22:58:52.574Z Compiling icu_properties v2.1.2
14342026-08-06T22:58:52.733Z Compiling spki v0.7.3
14352026-08-06T22:58:52.942Z Compiling ppv-lite86 v0.2.21
14362026-08-06T22:58:52.997Z Compiling http v1.4.2
14372026-08-06T22:58:53.012Z Compiling dyn-clone v1.0.20
14382026-08-06T22:58:53.099Z Compiling schemars v0.8.22
14392026-08-06T22:58:53.146Z Compiling cpufeatures v0.2.17
14402026-08-06T22:58:53.220Z Compiling aws-lc-rs v1.16.3
14412026-08-06T22:58:53.261Z Compiling rand_chacha v0.9.0
14422026-08-06T22:58:53.275Z Compiling pkcs8 v0.10.2
14432026-08-06T22:58:53.310Z Compiling tracing v0.1.44
14442026-08-06T22:58:53.492Z Compiling idna_adapter v1.2.1
14452026-08-06T22:58:53.525Z Compiling rand v0.9.2
14462026-08-06T22:58:53.628Z Compiling idna v1.1.0
14472026-08-06T22:58:53.645Z Compiling http-body v1.0.1
14482026-08-06T22:58:53.663Z Compiling rustls-pki-types v1.14.0
14492026-08-06T22:58:53.790Z Compiling schemars_derive v0.8.22
14502026-08-06T22:58:53.948Z Compiling url v2.5.8
14512026-08-06T22:58:54.099Z Compiling spin v0.9.8
14522026-08-06T22:58:54.259Z Compiling httparse v1.10.1
14532026-08-06T22:58:54.274Z Compiling crc32fast v1.5.0
14542026-08-06T22:58:54.302Z Compiling cmov v0.5.4
14552026-08-06T22:58:54.545Z Compiling tinyvec_macros v0.1.1
14562026-08-06T22:58:54.560Z Compiling openssl-probe v0.2.1
14572026-08-06T22:58:54.615Z Compiling tinyvec v1.10.0
14582026-08-06T22:58:54.730Z Compiling ctutils v0.4.2
14592026-08-06T22:58:54.747Z Compiling tempfile v3.25.0
14602026-08-06T22:58:54.776Z Compiling pest_generator v2.8.6
14612026-08-06T22:58:54.952Z Compiling sha2 v0.10.9
14622026-08-06T22:58:54.952Z Compiling aho-corasick v1.1.4
14632026-08-06T22:58:55.104Z Compiling tower-layer v0.3.3
14642026-08-06T22:58:55.263Z Compiling untrusted v0.7.1
14652026-08-06T22:58:55.391Z Compiling radium v0.7.0
14662026-08-06T22:58:55.455Z Compiling try-lock v0.2.5
14672026-08-06T22:58:55.570Z Compiling atomic-waker v1.1.2
14682026-08-06T22:58:55.632Z Compiling tower-service v0.3.3
14692026-08-06T22:58:55.714Z Compiling want v0.3.1
14702026-08-06T22:58:55.728Z Compiling pest_derive v2.8.6
14712026-08-06T22:58:55.877Z Compiling regex-automata v0.4.14
14722026-08-06T22:58:56.162Z Compiling tokio-util v0.7.18
14732026-08-06T22:58:56.263Z Compiling hybrid-array v0.4.13
14742026-08-06T22:58:56.595Z Compiling ipnet v2.11.0
14752026-08-06T22:58:56.810Z Compiling scroll_derive v0.13.1
14762026-08-06T22:58:57.015Z Compiling h2 v0.4.15
14772026-08-06T22:58:57.079Z Compiling darling_core v0.20.11
14782026-08-06T22:58:57.168Z Compiling tap v1.0.1
14792026-08-06T22:58:57.280Z Compiling foreign-types-shared v0.1.1
14802026-08-06T22:58:57.369Z Compiling simd-adler32 v0.3.8
14812026-08-06T22:58:57.587Z Compiling rustls v0.23.41
14822026-08-06T22:58:57.611Z Compiling untrusted v0.9.0
14832026-08-06T22:58:57.702Z Compiling httpdate v1.0.3
14842026-08-06T22:58:57.729Z Compiling maybe-uninit v2.0.0
14852026-08-06T22:58:57.752Z Compiling openssl v0.10.80
14862026-08-06T22:58:57.918Z Compiling scroll v0.13.0
14872026-08-06T22:58:58.002Z Compiling foreign-types v0.3.2
14882026-08-06T22:58:58.017Z Compiling wyz v0.5.1
14892026-08-06T22:58:58.072Z Compiling unicode-normalization v0.1.25
14902026-08-06T22:58:58.202Z Compiling rand_chacha v0.3.1
14912026-08-06T22:58:58.224Z Compiling hex v0.4.3
14922026-08-06T22:58:58.492Z Compiling signature v2.2.0
14932026-08-06T22:58:58.518Z Compiling terminal_size v0.4.3
14942026-08-06T22:58:58.579Z Compiling openssl-macros v0.1.1
14952026-08-06T22:58:58.651Z Compiling thiserror-impl v1.0.69
14962026-08-06T22:58:58.670Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-08-06T22:58:58.969Z Compiling bzip2-sys v0.1.13+1.0.8
14982026-08-06T22:58:58.972Z Compiling num-integer v0.1.46
14992026-08-06T22:58:59.051Z Compiling wait-timeout v0.2.1
15002026-08-06T22:58:59.244Z Compiling ahash v0.8.12
15012026-08-06T22:58:59.291Z Compiling darling_macro v0.20.11
15022026-08-06T22:58:59.305Z Compiling powerfmt v0.2.0
15032026-08-06T22:58:59.318Z Compiling native-tls v0.2.18
15042026-08-06T22:58:59.441Z Compiling num-bigint-dig v0.8.6
15052026-08-06T22:58:59.553Z Compiling quick-error v1.2.3
15062026-08-06T22:58:59.569Z Compiling time-core v0.1.8
15072026-08-06T22:58:59.634Z Compiling funty v2.0.0
15082026-08-06T22:58:59.660Z Compiling num-conv v0.2.0
15092026-08-06T22:58:59.714Z Compiling bit-vec v0.8.0
15102026-08-06T22:58:59.791Z Compiling adler2 v2.0.1
15112026-08-06T22:58:59.815Z Compiling packed_struct v0.10.1
15122026-08-06T22:58:59.896Z Compiling bit-set v0.8.0
15132026-08-06T22:58:59.921Z Compiling miniz_oxide v0.8.9
15142026-08-06T22:58:59.935Z Compiling thiserror v1.0.69
15152026-08-06T22:58:59.949Z Compiling darling v0.20.11
15162026-08-06T22:59:00.030Z Compiling bitvec v1.0.1
15172026-08-06T22:59:00.045Z Compiling time-macros v0.2.27
15182026-08-06T22:59:00.057Z Compiling clap_builder v4.6.0
15192026-08-06T22:59:00.110Z Compiling rusty-fork v0.3.1
15202026-08-06T22:59:00.216Z Compiling hyper v1.10.1
15212026-08-06T22:59:00.445Z Compiling deranged v0.5.8
15222026-08-06T22:59:01.089Z Compiling num-iter v0.1.45
15232026-08-06T22:59:01.335Z Compiling hyper-util v0.1.20
15242026-08-06T22:59:01.400Z Compiling rand v0.8.6
15252026-08-06T22:59:01.428Z Compiling goblin v0.10.5
15262026-08-06T22:59:01.863Z Compiling packed_struct_codegen v0.10.1
15272026-08-06T22:59:02.190Z Compiling lazy_static v1.5.0
15282026-08-06T22:59:02.283Z Compiling serde_spanned v0.6.9
15292026-08-06T22:59:02.430Z Compiling toml_datetime v0.6.11
15302026-08-06T22:59:02.690Z Compiling hmac v0.12.1
15312026-08-06T22:59:02.847Z Compiling zerocopy-derive v0.6.6
15322026-08-06T22:59:02.905Z Compiling bitfield-macros v0.19.4
15332026-08-06T22:59:03.005Z Compiling clap_derive v4.6.1
15342026-08-06T22:59:03.031Z Compiling anstyle-parse v0.2.7
15352026-08-06T22:59:03.211Z Compiling rand_xorshift v0.4.0
15362026-08-06T22:59:03.374Z Compiling sync_wrapper v1.0.2
15372026-08-06T22:59:03.480Z Compiling indexmap v1.9.3
15382026-08-06T22:59:03.602Z Compiling nodrop v0.1.14
15392026-08-06T22:59:03.658Z Compiling usdt-impl v0.6.0
15402026-08-06T22:59:03.672Z Compiling unarray v0.1.4
15412026-08-06T22:59:03.692Z Compiling num_threads v0.1.7
15422026-08-06T22:59:03.777Z Compiling crc-catalog v2.4.0
15432026-08-06T22:59:03.791Z Compiling crossbeam-utils v0.8.21
15442026-08-06T22:59:03.858Z Compiling zlib-rs v0.6.2
15452026-08-06T22:59:03.873Z Compiling siphasher v1.0.2
15462026-08-06T22:59:04.056Z Compiling paste v1.0.15
15472026-08-06T22:59:04.088Z Compiling dof v0.4.0
15482026-08-06T22:59:04.147Z Compiling crc v3.4.0
15492026-08-06T22:59:04.340Z Compiling time v0.3.47
15502026-08-06T22:59:04.356Z Compiling proptest v1.11.0
15512026-08-06T22:59:04.761Z Compiling clap v4.6.1
15522026-08-06T22:59:04.867Z Compiling array-init v0.0.4
15532026-08-06T22:59:05.211Z Compiling zerocopy v0.6.6
15542026-08-06T22:59:05.285Z Compiling bitfield v0.19.4
15552026-08-06T22:59:05.526Z Compiling tower v0.5.3
15562026-08-06T22:59:05.656Z Compiling anstream v0.6.21
15572026-08-06T22:59:05.965Z Compiling smallvec v0.6.14
15582026-08-06T22:59:06.158Z Compiling derive_builder_core v0.20.2
15592026-08-06T22:59:06.294Z Compiling dtrace-parser v0.3.0
15602026-08-06T22:59:06.977Z Compiling flate2 v1.1.9
15612026-08-06T22:59:07.005Z Compiling ipnetwork v0.21.1
15622026-08-06T22:59:07.097Z Compiling http-body-util v0.1.3
15632026-08-06T22:59:07.129Z Compiling pkcs1 v0.7.5
15642026-08-06T22:59:07.336Z Compiling heapless v0.7.17
15652026-08-06T22:59:07.370Z Compiling scroll_derive v0.12.1
15662026-08-06T22:59:07.384Z Compiling structmeta-derive v0.3.0
15672026-08-06T22:59:07.517Z Compiling slog v2.8.2
15682026-08-06T22:59:07.565Z Compiling darling_core v0.23.0
15692026-08-06T22:59:07.620Z Compiling thread-id v5.1.0
15702026-08-06T22:59:07.698Z Compiling cookie v0.18.1
15712026-08-06T22:59:07.712Z Compiling env_filter v1.0.0
15722026-08-06T22:59:07.881Z Compiling signal-hook v0.3.18
15732026-08-06T22:59:08.000Z Compiling iri-string v0.7.10
15742026-08-06T22:59:08.024Z Compiling ryu v1.0.23
15752026-08-06T22:59:08.048Z Compiling hashbrown v0.12.3
15762026-08-06T22:59:08.204Z Compiling unicode-bidi v0.3.18
15772026-08-06T22:59:08.439Z Compiling anyhow v1.0.102
15782026-08-06T22:59:08.527Z Compiling unicode-properties v0.1.4
15792026-08-06T22:59:08.737Z Compiling allocator-api2 v0.2.21
15802026-08-06T22:59:08.751Z Compiling winnow v0.5.40
15812026-08-06T22:59:08.754Z Compiling zstd-safe v7.2.4
15822026-08-06T22:59:08.956Z Compiling base64 v0.21.7
15832026-08-06T22:59:09.269Z Compiling ron v0.8.1
15842026-08-06T22:59:09.296Z Compiling tower-http v0.6.8
15852026-08-06T22:59:09.538Z Compiling stringprep v0.1.5
15862026-08-06T22:59:09.984Z Compiling structmeta v0.3.0
15872026-08-06T22:59:10.093Z Compiling darling_macro v0.23.0
15882026-08-06T22:59:10.116Z Compiling toml_edit v0.19.15
15892026-08-06T22:59:10.211Z Compiling serde_urlencoded v0.7.1
15902026-08-06T22:59:10.226Z Compiling scroll v0.12.0
15912026-08-06T22:59:10.304Z Compiling env_logger v0.11.9
15922026-08-06T22:59:10.622Z Compiling rsa v0.9.10
15932026-08-06T22:59:10.637Z Compiling oxnet v0.1.6
15942026-08-06T22:59:10.650Z Compiling derive_builder_macro v0.20.2
15952026-08-06T22:59:11.047Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15962026-08-06T22:59:11.063Z Compiling newtype-uuid v1.3.2
15972026-08-06T22:59:11.120Z Compiling hashbrown v0.13.2
15982026-08-06T22:59:11.384Z Compiling serde-hex v0.1.0
15992026-08-06T22:59:11.399Z Compiling bzip2 v0.4.4
16002026-08-06T22:59:11.599Z Compiling tokio-native-tls v0.3.1
16012026-08-06T22:59:11.599Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-06T22:59:11.793Z Compiling camino v1.2.2
16032026-08-06T22:59:12.275Z Compiling bstr v1.12.1
16042026-08-06T22:59:12.669Z Compiling block-buffer v0.12.1
16052026-08-06T22:59:12.755Z Compiling crypto-common v0.2.2
16062026-08-06T22:59:12.864Z Compiling block-padding v0.4.2
16072026-08-06T22:59:12.912Z Compiling rustls-native-certs v0.8.3
16082026-08-06T22:59:13.029Z Compiling x509-cert v0.2.5
16092026-08-06T22:59:13.098Z Compiling serde_tokenstream v0.2.3
16102026-08-06T22:59:13.194Z Compiling erased-serde v0.3.31
16112026-08-06T22:59:13.409Z Compiling md-5 v0.10.6
16122026-08-06T22:59:13.577Z Compiling curve25519-dalek v4.1.3
16132026-08-06T22:59:13.638Z Compiling zerocopy-derive v0.7.35
16142026-08-06T22:59:13.681Z Compiling daft-derive v0.1.7
16152026-08-06T22:59:13.904Z Compiling async-trait v0.1.89
16162026-08-06T22:59:14.408Z Compiling pin-project-internal v1.1.11
16172026-08-06T22:59:14.535Z Compiling vergen-lib v9.1.0
16182026-08-06T22:59:14.556Z Compiling hash32 v0.2.1
16192026-08-06T22:59:14.655Z Compiling memoffset v0.9.1
16202026-08-06T22:59:14.715Z Compiling encoding_rs v0.8.35
16212026-08-06T22:59:14.751Z Compiling smoltcp v0.9.1
16222026-08-06T22:59:14.851Z Compiling fallible-iterator v0.2.0
16232026-08-06T22:59:14.967Z Compiling crc-any v2.5.0
16242026-08-06T22:59:15.083Z Compiling ref-cast v1.0.25
16252026-08-06T22:59:15.164Z Compiling psl-types v2.0.11
16262026-08-06T22:59:15.197Z Compiling litrs v1.0.0
16272026-08-06T22:59:15.281Z Compiling mime v0.3.17
16282026-08-06T22:59:15.296Z Compiling rustix v0.38.44
16292026-08-06T22:59:15.384Z Compiling cfg_aliases v0.2.1
16302026-08-06T22:59:15.463Z Compiling nix v0.31.2
16312026-08-06T22:59:15.515Z Compiling pin-project v1.1.11
16322026-08-06T22:59:15.589Z Compiling publicsuffix v2.3.0
16332026-08-06T22:59:15.615Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16342026-08-06T22:59:15.681Z Compiling postgres-protocol v0.6.10
16352026-08-06T22:59:15.700Z Compiling document-features v0.2.12
16362026-08-06T22:59:15.820Z Compiling zerocopy v0.7.35
16372026-08-06T22:59:15.838Z Compiling daft v0.1.7
16382026-08-06T22:59:16.208Z Compiling inout v0.2.2
16392026-08-06T22:59:16.223Z Compiling hyper-tls v0.6.0
16402026-08-06T22:59:16.242Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-06T22:59:16.256Z Compiling object v0.30.4
16422026-08-06T22:59:16.357Z Compiling zip v0.6.6
16432026-08-06T22:59:16.380Z Compiling toml v0.7.8
16442026-08-06T22:59:16.438Z Compiling derive_builder v0.20.2
16452026-08-06T22:59:16.564Z Compiling darling v0.23.0
16462026-08-06T22:59:16.576Z Compiling goblin v0.8.2
16472026-08-06T22:59:16.937Z Compiling derive-ex v0.1.8
16482026-08-06T22:59:17.031Z Compiling phf_shared v0.13.1
16492026-08-06T22:59:17.179Z Compiling regex v1.12.3
16502026-08-06T22:59:17.259Z Compiling hubpack_derive v0.1.1
16512026-08-06T22:59:17.323Z Compiling futures-executor v0.3.32
16522026-08-06T22:59:17.573Z Compiling strum_macros v0.27.2
16532026-08-06T22:59:17.595Z Compiling ref-cast-impl v1.0.25
16542026-08-06T22:59:17.732Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-06T22:59:18.132Z Compiling snafu-derive v0.8.9
16562026-08-06T22:59:18.332Z Compiling vergen v9.1.0
16572026-08-06T22:59:18.515Z Compiling cargo-platform v0.3.2
16582026-08-06T22:59:18.583Z Compiling ff v0.13.1
16592026-08-06T22:59:18.724Z Compiling fs-err v3.3.0
16602026-08-06T22:59:18.784Z Compiling bitflags v1.3.2
16612026-08-06T22:59:18.863Z Compiling managed v0.8.0
16622026-08-06T22:59:18.910Z Compiling unicode-segmentation v1.12.0
16632026-08-06T22:59:19.080Z Compiling path-slash v0.1.5
16642026-08-06T22:59:19.083Z Compiling jiff-core v0.1.0
16652026-08-06T22:59:19.215Z Compiling bumpalo v3.20.2
16662026-08-06T22:59:19.297Z Compiling either v1.15.0
16672026-08-06T22:59:19.538Z Compiling foldhash v0.2.0
16682026-08-06T22:59:19.553Z Compiling libbz2-rs-sys v0.2.2
16692026-08-06T22:59:19.566Z Compiling foldhash v0.1.5
16702026-08-06T22:59:19.735Z Compiling same-file v1.0.6
16712026-08-06T22:59:19.757Z Compiling base16ct v0.2.0
16722026-08-06T22:59:19.902Z Compiling object v0.37.3
16732026-08-06T22:59:19.940Z Compiling sec1 v0.7.3
16742026-08-06T22:59:20.046Z Compiling snafu v0.8.9
16752026-08-06T22:59:20.062Z Compiling bzip2 v0.6.1
16762026-08-06T22:59:20.208Z Compiling jiff v0.2.34
16772026-08-06T22:59:20.222Z Compiling walkdir v2.5.0
16782026-08-06T22:59:20.225Z Compiling hashbrown v0.16.1
16792026-08-06T22:59:20.225Z Compiling hashbrown v0.15.5
16802026-08-06T22:59:20.264Z Compiling strum v0.27.2
16812026-08-06T22:59:20.396Z Compiling zopfli v0.8.3
16822026-08-06T22:59:20.411Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16832026-08-06T22:59:20.830Z Compiling dof v0.3.0
16842026-08-06T22:59:20.893Z Compiling group v0.13.0
16852026-08-06T22:59:21.050Z Compiling cargo_metadata v0.23.1
16862026-08-06T22:59:21.081Z Compiling test-strategy v0.4.5
16872026-08-06T22:59:21.648Z Compiling hubpack v0.1.2
16882026-08-06T22:59:21.820Z Compiling futures v0.3.32
16892026-08-06T22:59:21.867Z Compiling phf v0.13.1
16902026-08-06T22:59:22.031Z Compiling signal-hook-mio v0.2.5
16912026-08-06T22:59:22.154Z Compiling cookie_store v0.22.1
16922026-08-06T22:59:22.266Z Compiling zstd v0.13.3
16932026-08-06T22:59:22.399Z Compiling serde_with_macros v3.21.0
16942026-08-06T22:59:22.527Z Compiling reqwest v0.12.28
16952026-08-06T22:59:22.543Z Compiling cipher v0.5.2
16962026-08-06T22:59:22.807Z Compiling postgres-types v0.2.12
16972026-08-06T22:59:23.358Z Compiling usdt-macro v0.6.0
16982026-08-06T22:59:23.532Z Compiling usdt-attr-macro v0.6.0
16992026-08-06T22:59:23.751Z Compiling globset v0.4.18
17002026-08-06T22:59:24.083Z Compiling phf_shared v0.11.3
17012026-08-06T22:59:24.130Z Compiling hkdf v0.12.4
17022026-08-06T22:59:24.272Z Compiling dtrace-parser v0.2.0
17032026-08-06T22:59:24.304Z Compiling ed25519 v2.2.3
17042026-08-06T22:59:24.318Z Compiling byte-wrapper v0.1.0
17052026-08-06T22:59:24.339Z Compiling olpc-cjson v0.1.4
17062026-08-06T22:59:24.438Z Compiling serde_plain v1.0.2
17072026-08-06T22:59:24.543Z Compiling serde-big-array v0.5.1
17082026-08-06T22:59:24.661Z Compiling crypto-bigint v0.5.5
17092026-08-06T22:59:24.685Z Compiling serde_repr v0.1.20
17102026-08-06T22:59:24.700Z Compiling async-recursion v1.1.1
17112026-08-06T22:59:24.773Z Compiling strum_macros v0.26.4
17122026-08-06T22:59:25.062Z Compiling enum-as-inner v0.6.1
17132026-08-06T22:59:25.235Z Compiling pem v3.0.6
17142026-08-06T22:59:25.265Z Compiling float-cmp v0.10.0
17152026-08-06T22:59:25.349Z Compiling thread-id v4.2.2
17162026-08-06T22:59:25.418Z Compiling memmap2 v0.9.10
17172026-08-06T22:59:25.438Z Compiling precomputed-hash v0.1.1
17182026-08-06T22:59:25.533Z Compiling difflib v0.4.0
17192026-08-06T22:59:25.566Z Compiling typed-path v0.9.3
17202026-08-06T22:59:25.581Z Compiling cpufeatures v0.3.0
17212026-08-06T22:59:25.639Z Compiling data-encoding v2.10.0
17222026-08-06T22:59:25.663Z Compiling new_debug_unreachable v1.0.6
17232026-08-06T22:59:25.740Z Compiling const-oid v0.10.2
17242026-08-06T22:59:25.951Z Compiling whoami v2.1.0
17252026-08-06T22:59:26.080Z Compiling predicates-core v1.0.10
17262026-08-06T22:59:26.265Z Compiling keccak v0.1.6
17272026-08-06T22:59:26.318Z Compiling static_assertions v1.1.0
17282026-08-06T22:59:26.332Z Compiling fixedbitset v0.4.2
17292026-08-06T22:59:26.335Z Compiling fixedbitset v0.5.7
17302026-08-06T22:59:26.392Z Compiling winnow v1.0.3
17312026-08-06T22:59:26.543Z Compiling normalize-line-endings v0.3.0
17322026-08-06T22:59:26.544Z Compiling toml_edit v0.22.27
17332026-08-06T22:59:26.650Z Compiling predicates v3.1.4
17342026-08-06T22:59:26.665Z Compiling strum v0.26.3
17352026-08-06T22:59:26.741Z Compiling toml_parser v1.1.2+spec-1.1.0
17362026-08-06T22:59:26.795Z Compiling petgraph v0.8.3
17372026-08-06T22:59:26.809Z Compiling petgraph v0.6.5
17382026-08-06T22:59:26.812Z Compiling sha3 v0.10.8
17392026-08-06T22:59:27.004Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-08-06T22:59:27.261Z Compiling tokio-postgres v0.7.16
17412026-08-06T22:59:27.291Z Compiling hickory-proto v0.25.2
17422026-08-06T22:59:27.370Z Compiling digest v0.11.3
17432026-08-06T22:59:27.605Z Compiling string_cache v0.8.9
17442026-08-06T22:59:27.837Z Compiling elliptic-curve v0.13.8
17452026-08-06T22:59:28.247Z Compiling chacha20 v0.10.0
17462026-08-06T22:59:28.331Z Compiling usdt v0.6.0
17472026-08-06T22:59:28.595Z Compiling usdt-impl v0.5.0
17482026-08-06T22:59:28.619Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17492026-08-06T22:59:28.755Z Compiling ed25519-dalek v2.2.0
17502026-08-06T22:59:29.179Z Compiling crossterm v0.28.1
17512026-08-06T22:59:29.280Z Compiling serde_with v3.21.0
17522026-08-06T22:59:29.462Z Compiling zip v4.6.1
17532026-08-06T22:59:30.197Z Compiling iddqd v0.4.2
17542026-08-06T22:59:30.516Z Compiling itertools v0.13.0
17552026-08-06T22:59:30.743Z Compiling itertools v0.15.0
17562026-08-06T22:59:31.013Z Compiling similar v2.7.0
17572026-08-06T22:59:31.120Z Compiling heck v0.4.1
17582026-08-06T22:59:31.351Z Compiling crossbeam-epoch v0.9.18
17592026-08-06T22:59:31.493Z Compiling tokio-stream v0.1.18
17602026-08-06T22:59:31.682Z Compiling buf-list v1.1.2
17612026-08-06T22:59:31.762Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-06T22:59:31.864Z Compiling openapiv3 v2.2.0
17632026-08-06T22:59:31.951Z Compiling lalrpop-util v0.19.12
17642026-08-06T22:59:31.955Z Compiling peg-runtime v0.8.5
17652026-08-06T22:59:31.992Z Compiling thread_local v1.1.9
17662026-08-06T22:59:32.063Z Compiling slog-async v2.8.0
17672026-08-06T22:59:32.077Z Compiling crossbeam-channel v0.5.15
17682026-08-06T22:59:32.140Z Compiling filetime v0.2.27
17692026-08-06T22:59:32.237Z Compiling is-terminal v0.4.17
17702026-08-06T22:59:32.251Z Compiling take_mut v0.2.2
17712026-08-06T22:59:32.315Z Compiling term v1.2.1
17722026-08-06T22:59:32.341Z Compiling xattr v1.6.1
17732026-08-06T22:59:32.359Z Compiling camino-tempfile v1.4.1
17742026-08-06T22:59:32.504Z Compiling tar v0.4.46
17752026-08-06T22:59:32.579Z Compiling slog-term v2.9.2
17762026-08-06T22:59:38.987Z Compiling rustls-webpki v0.103.13
17772026-08-06T22:59:41.696Z Compiling tokio-rustls v0.26.4
17782026-08-06T22:59:41.696Z Compiling rustls-platform-verifier v0.6.2
17792026-08-06T22:59:41.704Z Compiling tough v0.22.0
17802026-08-06T22:59:41.901Z Compiling hyper-rustls v0.27.7
17812026-08-06T22:59:42.096Z Compiling reqwest v0.13.2
17822026-08-06T22:59:44.327Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-06T22:59:44.555Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-06T22:59:47.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17852026-08-06T22:59:47.697Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-06T22:59:47.755ZAug 06 22:59:46.654 INFO Starting download, target: Cockroach
17872026-08-06T22:59:47.755ZAug 06 22:59:46.654 INFO Starting download, target: Clickhouse
17882026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Starting download, target: Console
17892026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Starting download, target: DendriteStub
17902026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Starting download, target: MaghemiteMgd
17912026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Starting download, target: MaghemiteDdmd
17922026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Starting download, target: TransceiverControl
17932026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17942026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17952026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-08-06T22:59:47.760ZAug 06 22:59:46.654 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-08-06T22:59:47.760ZAug 06 22:59:46.655 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18002026-08-06T22:59:48.200ZAug 06 22:59:47.098 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-06T22:59:48.416ZAug 06 22:59:47.313 INFO Download complete, target: TransceiverControl
18022026-08-06T22:59:49.523ZAug 06 22:59:48.420 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18032026-08-06T22:59:49.546ZAug 06 22:59:48.440 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-08-06T22:59:49.559ZAug 06 22:59:48.446 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052026-08-06T22:59:49.569ZAug 06 22:59:48.468 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-06T22:59:49.709ZAug 06 22:59:48.600 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-06T22:59:49.803ZAug 06 22:59:48.690 INFO Download complete, target: Console
18082026-08-06T22:59:50.191ZAug 06 22:59:49.090 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18092026-08-06T22:59:50.191ZAug 06 22:59:49.090 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18102026-08-06T22:59:51.524ZAug 06 22:59:50.423 INFO Download complete, target: MaghemiteDdmd
18112026-08-06T22:59:51.998ZAug 06 22:59:50.898 INFO Download complete, target: DendriteStub
18122026-08-06T22:59:52.229ZAug 06 22:59:51.126 INFO Download complete, target: MaghemiteMgd
18132026-08-06T22:59:54.886ZAug 06 22:59:53.786 INFO Checking that binary works, target: Cockroach
18142026-08-06T22:59:55.004ZAug 06 22:59:53.903 INFO Download complete, target: Cockroach
18152026-08-06T22:59:56.301ZAug 06 22:59:55.200 INFO Checking that binary works, target: Clickhouse
18162026-08-06T22:59:56.426ZAug 06 22:59:55.326 INFO Download complete, target: Clickhouse
18172026-08-06T22:59:56.442ZAll builder prerequisites installed successfully, and PATH looks valid
18182026-08-06T22:59:56.445Z
18192026-08-06T22:59:56.445Zreal 2:04.904518965
18202026-08-06T22:59:56.445Zuser 7:10.376338990
18212026-08-06T22:59:56.445Zsys 1:25.274895543
18222026-08-06T22:59:56.445Ztrap 0.257783220
18232026-08-06T22:59:56.445Ztflt 0.608723318
18242026-08-06T22:59:56.445Zdflt 0.914213078
18252026-08-06T22:59:56.445Zkflt 0.022160334
18262026-08-06T22:59:56.445Zlock 26:57.473515785
18272026-08-06T22:59:56.445Zslp 21:32.354631895
18282026-08-06T22:59:56.445Zlat 45.791510985
18292026-08-06T22:59:56.445Zstop 2:41.450309313
18302026-08-06T22:59:56.446Z+ banner clippy
18312026-08-06T22:59:56.446Z
18322026-08-06T22:59:56.446Z #### # # ##### ##### # #
18332026-08-06T22:59:56.446Z # # # # # # # # # #
18342026-08-06T22:59:56.446Z # # # # # # # #
18352026-08-06T22:59:56.446Z # # # ##### ##### #
18362026-08-06T22:59:56.446Z # # # # # # #
18372026-08-06T22:59:56.446Z #### ###### # # # #
18382026-08-06T22:59:56.446Z
18392026-08-06T22:59:56.446Z+ export CARGO_INCREMENTAL=0
18402026-08-06T22:59:56.446Z+ CARGO_INCREMENTAL=0
18412026-08-06T22:59:56.446Z+ ptime -m cargo xtask clippy
18422026-08-06T22:59:56.917Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18432026-08-06T22:59:57.205Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18442026-08-06T22:59:59.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18452026-08-06T22:59:59.092Z Running `target/debug/xtask clippy`
18462026-08-06T22:59:59.118Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18472026-08-06T22:59:59.692Z Downloading crates ...
18482026-08-06T22:59:59.869Z Downloaded cast v0.3.0
18492026-08-06T22:59:59.872Z Downloaded assert-json-diff v2.0.2
18502026-08-06T22:59:59.872Z Downloaded criterion-plot v0.6.0
18512026-08-06T22:59:59.872Z Downloaded addr2line v0.25.1
18522026-08-06T22:59:59.872Z Downloaded approx v0.5.1
18532026-08-06T22:59:59.875Z Downloaded backtrace-ext v0.2.1
18542026-08-06T22:59:59.875Z Downloaded async-object-pool v0.2.0
18552026-08-06T22:59:59.875Z Downloaded constant_time_eq v0.3.1
18562026-08-06T22:59:59.875Z Downloaded anes v0.1.6
18572026-08-06T22:59:59.878Z Downloaded concurrent-queue v2.5.0
18582026-08-06T22:59:59.878Z Downloaded assert_cmd v2.1.2
18592026-08-06T22:59:59.878Z Downloaded async-lock v3.4.2
18602026-08-06T22:59:59.881Z Downloaded datatest-stable v0.3.3
18612026-08-06T22:59:59.881Z Downloaded cfg-expr v0.20.6
18622026-08-06T22:59:59.884Z Downloaded blake2b_simd v1.0.4
18632026-08-06T22:59:59.884Z Downloaded chumsky v0.9.3
18642026-08-06T22:59:59.887Z Downloaded backtrace v0.3.76
18652026-08-06T22:59:59.890Z Downloaded event-listener-strategy v0.5.4
18662026-08-06T22:59:59.890Z Downloaded criterion v0.7.0
18672026-08-06T22:59:59.893Z Downloaded fancy-regex v0.14.0
18682026-08-06T22:59:59.896Z Downloaded event-listener v5.4.1
18692026-08-06T22:59:59.896Z Downloaded futures-timer v3.0.3
18702026-08-06T22:59:59.896Z Downloaded guppy-workspace-hack v0.1.0
18712026-08-06T22:59:59.899Z Downloaded escape8259 v0.5.3
18722026-08-06T22:59:59.899Z Downloaded hickory-client v0.25.2
18732026-08-06T22:59:59.899Z Downloaded hex-literal v0.4.1
18742026-08-06T22:59:59.899Z Downloaded httptest v0.16.4
18752026-08-06T22:59:59.902Z Downloaded miette-derive v5.10.0
18762026-08-06T22:59:59.902Z Downloaded guppy v0.17.25
18772026-08-06T22:59:59.905Z Downloaded libtest-mimic v0.8.1
18782026-08-06T22:59:59.905Z Downloaded linkme-impl v0.3.35
18792026-08-06T22:59:59.905Z Downloaded nested v0.1.1
18802026-08-06T22:59:59.908Z Downloaded pathdiff v0.2.3
18812026-08-06T22:59:59.908Z Downloaded linkme v0.3.35
18822026-08-06T22:59:59.908Z Downloaded parking v2.2.1
18832026-08-06T22:59:59.908Z Downloaded knuffel-derive v3.2.0
18842026-08-06T22:59:59.913Z Downloaded oorandom v11.1.5
18852026-08-06T22:59:59.913Z Downloaded partial-io v0.5.4
18862026-08-06T22:59:59.913Z Downloaded plotters-svg v0.3.7
18872026-08-06T22:59:59.913Z Downloaded plotters-backend v0.3.7
18882026-08-06T22:59:59.913Z Downloaded path-tree v0.8.3
18892026-08-06T22:59:59.913Z Downloaded knuffel v3.2.0
18902026-08-06T22:59:59.917Z Downloaded owo-colors v3.5.0
18912026-08-06T22:59:59.917Z Downloaded rust-argon2 v2.1.0
18922026-08-06T22:59:59.917Z Downloaded hashbrown v0.14.5
18932026-08-06T22:59:59.919Z Downloaded miette v5.10.0
18942026-08-06T22:59:59.922Z Downloaded serde_regex v1.1.0
18952026-08-06T22:59:59.922Z Downloaded rustc-demangle v0.1.27
18962026-08-06T22:59:59.923Z Downloaded similar-asserts v1.7.0
18972026-08-06T22:59:59.923Z Downloaded target-triple v1.0.0
18982026-08-06T22:59:59.925Z Downloaded relative-path v1.9.3
18992026-08-06T22:59:59.926Z Downloaded supports-color v2.1.0
19002026-08-06T22:59:59.926Z Downloaded supports-hyperlinks v2.1.0
19012026-08-06T22:59:59.926Z Downloaded supports-unicode v2.1.0
19022026-08-06T22:59:59.926Z Downloaded rand_distr v0.5.1
19032026-08-06T22:59:59.928Z Downloaded stringmetrics v2.2.2
19042026-08-06T22:59:59.928Z Downloaded tinytemplate v1.2.1
19052026-08-06T22:59:59.928Z Downloaded rstest v0.25.0
19062026-08-06T22:59:59.932Z Downloaded rstest_macros v0.25.0
19072026-08-06T22:59:59.935Z Downloaded termcolor v1.4.1
19082026-08-06T22:59:59.935Z Downloaded target-lexicon v0.13.3
19092026-08-06T22:59:59.935Z Downloaded terminal_size v0.1.17
19102026-08-06T22:59:59.938Z Downloaded target-spec v3.5.7
19112026-08-06T22:59:59.938Z Downloaded textwrap v0.15.2
19122026-08-06T22:59:59.938Z Downloaded trybuild v1.0.116
19132026-08-06T22:59:59.941Z Downloaded plotters v0.3.7
19142026-08-06T22:59:59.950Z Downloaded gimli v0.32.3
19152026-08-06T23:00:00.044Z Downloaded httpmock v0.8.3
19162026-08-06T23:00:01.824Z Checking cfg-if v1.0.4
19172026-08-06T23:00:02.197Z Checking libc v0.2.185
19182026-08-06T23:00:02.201Z Checking serde_core v1.0.228
19192026-08-06T23:00:02.270Z Checking memchr v2.8.0
19202026-08-06T23:00:02.311Z Checking smallvec v1.15.1
19212026-08-06T23:00:02.346Z Checking zeroize v1.9.0
19222026-08-06T23:00:02.382Z Checking rand_core v0.10.0
19232026-08-06T23:00:02.421Z Checking itoa v1.0.17
19242026-08-06T23:00:02.462Z Checking subtle v2.6.1
19252026-08-06T23:00:02.518Z Checking log v0.4.29
19262026-08-06T23:00:02.556Z Checking libm v0.2.16
19272026-08-06T23:00:02.605Z Checking typenum v1.20.1
19282026-08-06T23:00:02.647Z Checking getrandom v0.4.1
19292026-08-06T23:00:02.652Z Checking errno v0.3.14
19302026-08-06T23:00:02.722Z Checking scopeguard v1.2.0
19312026-08-06T23:00:02.760Z Checking zmij v1.0.21
19322026-08-06T23:00:02.760Z Checking stable_deref_trait v1.2.1
19332026-08-06T23:00:02.834Z Checking zerofrom v0.1.6
19342026-08-06T23:00:02.874Z Checking lock_api v0.4.14
19352026-08-06T23:00:02.912Z Checking percent-encoding v2.3.2
19362026-08-06T23:00:02.916Z Checking litemap v0.8.1
19372026-08-06T23:00:02.983Z Checking yoke v0.8.1
19382026-08-06T23:00:03.031Z Checking writeable v0.6.2
19392026-08-06T23:00:03.083Z Checking icu_properties_data v2.1.2
19402026-08-06T23:00:03.123Z Checking icu_normalizer_data v2.1.1
19412026-08-06T23:00:03.161Z Checking form_urlencoded v1.2.2
19422026-08-06T23:00:03.201Z Checking zerovec v0.11.5
19432026-08-06T23:00:03.235Z Checking zerotrie v0.2.3
19442026-08-06T23:00:03.269Z Checking utf8_iter v1.0.4
19452026-08-06T23:00:03.307Z Checking num-traits v0.2.19
19462026-08-06T23:00:03.347Z Checking pin-project-lite v0.2.17
19472026-08-06T23:00:03.387Z Checking zerocopy v0.8.40
19482026-08-06T23:00:03.427Z Checking parking_lot_core v0.9.12
19492026-08-06T23:00:03.431Z Checking portable-atomic v1.13.1
19502026-08-06T23:00:03.500Z Checking critical-section v1.2.0
19512026-08-06T23:00:03.544Z Checking signal-hook-registry v1.4.8
19522026-08-06T23:00:03.640Z Checking mio v1.2.0
19532026-08-06T23:00:03.680Z Checking tinystr v0.8.2
19542026-08-06T23:00:03.683Z Checking potential_utf v0.1.4
19552026-08-06T23:00:03.748Z Checking serde v1.0.228
19562026-08-06T23:00:03.752Z Checking serde_json v1.0.151
19572026-08-06T23:00:03.837Z Checking bitflags v2.11.0
19582026-08-06T23:00:03.875Z Checking icu_collections v2.1.1
19592026-08-06T23:00:03.912Z Checking parking_lot v0.12.5
19602026-08-06T23:00:03.949Z Checking icu_locale_core v2.1.1
19612026-08-06T23:00:03.952Z Checking once_cell v1.21.3
19622026-08-06T23:00:04.034Z Checking iana-time-zone v0.1.65
19632026-08-06T23:00:04.134Z Checking socket2 v0.6.3
19642026-08-06T23:00:04.178Z Checking bytes v1.11.1
19652026-08-06T23:00:04.178Z Checking chrono v0.4.45
19662026-08-06T23:00:04.254Z Checking uuid v1.23.4
19672026-08-06T23:00:04.306Z Checking semver v1.0.28
19682026-08-06T23:00:04.408Z Checking thiserror v2.0.18
19692026-08-06T23:00:04.485Z Checking dyn-clone v1.0.20
19702026-08-06T23:00:04.526Z Checking icu_provider v2.1.1
19712026-08-06T23:00:04.578Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19722026-08-06T23:00:04.578Z Checking futures-core v0.3.32
19732026-08-06T23:00:04.653Z Checking equivalent v1.0.2
19742026-08-06T23:00:04.656Z Checking tokio v1.52.1
19752026-08-06T23:00:04.688Z Checking rustix v1.1.3
19762026-08-06T23:00:04.758Z Checking getrandom v0.2.17
19772026-08-06T23:00:04.804Z Checking cmov v0.5.4
19782026-08-06T23:00:04.807Z Checking icu_normalizer v2.1.1
19792026-08-06T23:00:04.869Z Checking icu_properties v2.1.2
19802026-08-06T23:00:04.984Z Checking rand_core v0.6.4
19812026-08-06T23:00:05.022Z Checking ctutils v0.4.2
19822026-08-06T23:00:05.083Z Checking byteorder v1.5.0
19832026-08-06T23:00:05.168Z Checking futures-sink v0.3.32
19842026-08-06T23:00:05.206Z Checking getrandom v0.3.4
19852026-08-06T23:00:05.261Z Checking hybrid-array v0.4.13
19862026-08-06T23:00:05.301Z Checking futures-channel v0.3.32
19872026-08-06T23:00:05.339Z Checking futures-io v0.3.32
19882026-08-06T23:00:05.383Z Checking slab v0.4.12
19892026-08-06T23:00:05.489Z Checking futures-task v0.3.32
19902026-08-06T23:00:05.538Z Checking generic-array v0.14.7
19912026-08-06T23:00:05.578Z Checking hashbrown v0.17.0
19922026-08-06T23:00:05.614Z Checking thiserror v1.0.69
19932026-08-06T23:00:05.659Z Checking futures-util v0.3.32
19942026-08-06T23:00:05.737Z Checking idna_adapter v1.2.1
19952026-08-06T23:00:05.776Z Checking fnv v1.0.7
19962026-08-06T23:00:05.896Z Checking idna v1.1.0
19972026-08-06T23:00:05.933Z Checking regex-syntax v0.8.10
19982026-08-06T23:00:06.027Z Checking const-oid v0.9.6
19992026-08-06T23:00:06.066Z Checking crypto-common v0.2.2
20002026-08-06T23:00:06.103Z Checking indexmap v2.14.0
20012026-08-06T23:00:06.173Z Checking url v2.5.8
20022026-08-06T23:00:06.210Z Checking ppv-lite86 v0.2.21
20032026-08-06T23:00:06.524Z Checking base64ct v1.8.3
20042026-08-06T23:00:06.629Z Checking schemars v0.8.22
20052026-08-06T23:00:06.684Z Checking crypto-common v0.1.7
20062026-08-06T23:00:06.725Z Checking block-buffer v0.12.1
20072026-08-06T23:00:06.760Z Checking block-buffer v0.10.4
20082026-08-06T23:00:06.797Z Checking base64 v0.22.1
20092026-08-06T23:00:06.840Z Checking utf8parse v0.2.2
20102026-08-06T23:00:06.910Z Checking anstyle v1.0.14
20112026-08-06T23:00:06.949Z Checking digest v0.10.7
20122026-08-06T23:00:06.984Z Checking http v1.4.2
20132026-08-06T23:00:07.062Z Checking tracing-core v0.1.36
20142026-08-06T23:00:07.124Z Checking anstyle-query v1.1.5
20152026-08-06T23:00:07.175Z Checking colorchoice v1.0.4
20162026-08-06T23:00:07.245Z Checking is_terminal_polyfill v1.70.2
20172026-08-06T23:00:07.284Z Checking rand_core v0.9.5
20182026-08-06T23:00:07.321Z Checking anstyle-parse v1.0.0
20192026-08-06T23:00:07.324Z Checking terminal_size v0.4.3
20202026-08-06T23:00:07.393Z Checking const-oid v0.10.2
20212026-08-06T23:00:07.430Z Checking tracing v0.1.44
20222026-08-06T23:00:07.487Z Checking rand_chacha v0.9.0
20232026-08-06T23:00:07.526Z Checking ipnet v2.11.0
20242026-08-06T23:00:07.529Z Checking anstream v1.0.0
20252026-08-06T23:00:07.597Z Checking aho-corasick v1.1.4
20262026-08-06T23:00:07.600Z Checking strsim v0.11.1
20272026-08-06T23:00:07.669Z Checking clap_lex v1.0.0
20282026-08-06T23:00:07.672Z Checking crossbeam-utils v0.8.21
20292026-08-06T23:00:07.739Z Checking rand v0.9.2
20302026-08-06T23:00:07.785Z Checking erased-serde v0.3.31
20312026-08-06T23:00:07.822Z Checking powerfmt v0.2.0
20322026-08-06T23:00:07.825Z Checking unicode-ident v1.0.24
20332026-08-06T23:00:07.891Z Checking clap_builder v4.6.0
20342026-08-06T23:00:07.938Z Checking tokio-util v0.7.18
20352026-08-06T23:00:07.994Z Checking proc-macro2 v1.0.106
20362026-08-06T23:00:08.032Z Checking deranged v0.5.8
20372026-08-06T23:00:08.067Z Checking num_threads v0.1.7
20382026-08-06T23:00:08.185Z Checking time-core v0.1.8
20392026-08-06T23:00:08.223Z Checking slog v2.8.2
20402026-08-06T23:00:08.226Z Checking num-conv v0.2.0
20412026-08-06T23:00:08.304Z Checking regex-automata v0.4.14
20422026-08-06T23:00:08.342Z Checking fastrand v2.3.0
20432026-08-06T23:00:08.378Z Checking quote v1.0.45
20442026-08-06T23:00:08.413Z Checking digest v0.11.3
20452026-08-06T23:00:08.511Z Checking httparse v1.10.1
20462026-08-06T23:00:08.552Z Checking anyhow v1.0.102
20472026-08-06T23:00:08.589Z Checking allocator-api2 v0.2.21
20482026-08-06T23:00:08.593Z Checking cpufeatures v0.3.0
20492026-08-06T23:00:08.659Z Checking syn v2.0.117
20502026-08-06T23:00:08.728Z Checking cpufeatures v0.2.17
20512026-08-06T23:00:08.765Z Checking tempfile v3.25.0
20522026-08-06T23:00:08.802Z Checking ipnetwork v0.21.1
20532026-08-06T23:00:08.839Z Checking aws-lc-sys v0.40.0
20542026-08-06T23:00:08.897Z Checking rustls-pki-types v1.14.0
20552026-08-06T23:00:08.973Z Checking time v0.3.47
20562026-08-06T23:00:09.011Z Checking untrusted v0.7.1
20572026-08-06T23:00:09.048Z Checking http-body v1.0.1
20582026-08-06T23:00:09.144Z Checking clap v4.6.1
20592026-08-06T23:00:09.182Z Checking atomic-waker v1.1.2
20602026-08-06T23:00:09.219Z Checking hex v0.4.3
20612026-08-06T23:00:09.222Z Checking httpdate v1.0.3
20622026-08-06T23:00:09.290Z Checking try-lock v0.2.5
20632026-08-06T23:00:09.328Z Checking h2 v0.4.15
20642026-08-06T23:00:09.370Z Checking aws-lc-rs v1.16.3
20652026-08-06T23:00:09.419Z Checking want v0.3.1
20662026-08-06T23:00:09.455Z Checking tower-layer v0.3.3
20672026-08-06T23:00:09.491Z Checking tower-service v0.3.3
20682026-08-06T23:00:09.570Z Checking untrusted v0.9.0
20692026-08-06T23:00:09.612Z Checking ryu v1.0.23
20702026-08-06T23:00:09.649Z Checking pem-rfc7468 v0.7.0
20712026-08-06T23:00:09.710Z Checking spin v0.9.8
20722026-08-06T23:00:09.779Z Checking flagset v0.4.7
20732026-08-06T23:00:09.836Z Checking simd-adler32 v0.3.8
20742026-08-06T23:00:09.925Z Checking mime v0.3.17
20752026-08-06T23:00:09.963Z Checking der v0.7.10
20762026-08-06T23:00:10.037Z Checking adler2 v2.0.1
20772026-08-06T23:00:10.123Z Checking http-body-util v0.1.3
20782026-08-06T23:00:10.160Z Checking oxnet v0.1.6
20792026-08-06T23:00:10.163Z Checking block-padding v0.4.2
20802026-08-06T23:00:10.201Z Checking miniz_oxide v0.8.9
20812026-08-06T23:00:10.219Z Checking rustls-webpki v0.103.13
20822026-08-06T23:00:10.378Z Checking camino v1.2.2
20832026-08-06T23:00:10.429Z Checking pretty-hex v0.4.1
20842026-08-06T23:00:10.470Z Checking inout v0.2.2
20852026-08-06T23:00:10.583Z Checking openssl-probe v0.2.1
20862026-08-06T23:00:10.653Z Checking plain v0.2.3
20872026-08-06T23:00:10.693Z Checking regex v1.12.3
20882026-08-06T23:00:10.728Z Checking serde_urlencoded v0.7.1
20892026-08-06T23:00:10.731Z Checking rand_chacha v0.3.1
20902026-08-06T23:00:10.800Z Checking encoding_rs v0.8.35
20912026-08-06T23:00:10.803Z Checking rustls v0.23.41
20922026-08-06T23:00:10.803Z Checking ucd-trie v0.1.7
20932026-08-06T23:00:10.946Z Checking spki v0.7.3
20942026-08-06T23:00:10.984Z Checking cipher v0.5.2
20952026-08-06T23:00:11.020Z Checking futures-executor v0.3.32
20962026-08-06T23:00:11.023Z Checking rand v0.8.6
20972026-08-06T23:00:11.090Z Checking pest v2.8.6
20982026-08-06T23:00:11.139Z Checking crc32fast v1.5.0
20992026-08-06T23:00:11.203Z Checking futures v0.3.32
21002026-08-06T23:00:11.246Z Checking either v1.15.0
21012026-08-06T23:00:11.312Z Checking sync_wrapper v1.0.2
21022026-08-06T23:00:11.320Z Checking pkcs8 v0.10.2
21032026-08-06T23:00:11.448Z Checking tower v0.5.3
21042026-08-06T23:00:11.485Z Checking iri-string v0.7.10
21052026-08-06T23:00:11.529Z Checking bit-vec v0.8.0
21062026-08-06T23:00:11.596Z Checking foldhash v0.2.0
21072026-08-06T23:00:11.757Z Checking static_assertions v1.1.0
21082026-08-06T23:00:11.795Z Checking zlib-rs v0.6.2
21092026-08-06T23:00:11.798Z Checking hashbrown v0.16.1
21102026-08-06T23:00:11.866Z Checking bit-set v0.8.0
21112026-08-06T23:00:11.869Z Checking sha2 v0.10.9
21122026-08-06T23:00:12.077Z Checking openapiv3 v2.2.0
21132026-08-06T23:00:12.171Z Checking wait-timeout v0.2.1
21142026-08-06T23:00:12.175Z Checking lazy_static v1.5.0
21152026-08-06T23:00:12.245Z Checking hyper v1.10.1
21162026-08-06T23:00:12.326Z Checking hubpack v0.1.2
21172026-08-06T23:00:12.330Z Checking tinyvec_macros v0.1.1
21182026-08-06T23:00:12.398Z Checking quick-error v1.2.3
21192026-08-06T23:00:12.457Z Checking tinyvec v1.10.0
21202026-08-06T23:00:12.525Z Checking rusty-fork v0.3.1
21212026-08-06T23:00:12.529Z Checking rustls-native-certs v0.8.3
21222026-08-06T23:00:12.596Z Checking tower-http v0.6.8
21232026-08-06T23:00:12.699Z Checking flate2 v1.1.9
21242026-08-06T23:00:12.736Z Checking rand_xorshift v0.4.0
21252026-08-06T23:00:12.739Z Checking strum v0.26.3
21262026-08-06T23:00:12.805Z Checking unarray v0.1.4
21272026-08-06T23:00:12.885Z Checking psl-types v2.0.11
21282026-08-06T23:00:12.925Z Checking cookie v0.18.1
21292026-08-06T23:00:12.929Z Checking signature v2.2.0
21302026-08-06T23:00:12.994Z Checking proptest v1.11.0
21312026-08-06T23:00:13.032Z Checking num-integer v0.1.46
21322026-08-06T23:00:13.035Z Checking publicsuffix v2.3.0
21332026-08-06T23:00:13.102Z Checking tokio-rustls v0.26.4
21342026-08-06T23:00:13.141Z Checking rustls-platform-verifier v0.6.2
21352026-08-06T23:00:13.186Z Checking scroll v0.13.0
21362026-08-06T23:00:13.224Z Checking hyper-util v0.1.20
21372026-08-06T23:00:13.262Z Checking cookie_store v0.22.1
21382026-08-06T23:00:13.298Z Checking anstyle-parse v0.2.7
21392026-08-06T23:00:13.334Z Checking ahash v0.8.12
21402026-08-06T23:00:13.370Z Checking serde_spanned v0.6.9
21412026-08-06T23:00:13.407Z Checking toml_datetime v0.6.11
21422026-08-06T23:00:13.446Z Checking goblin v0.10.5
21432026-08-06T23:00:13.485Z Checking memmap2 v0.9.10
21442026-08-06T23:00:13.523Z Checking base64 v0.21.7
21452026-08-06T23:00:13.559Z Checking anstream v0.6.21
21462026-08-06T23:00:13.618Z Checking dtrace-parser v0.3.0
21472026-08-06T23:00:13.622Z Checking bstr v1.12.1
21482026-08-06T23:00:13.689Z Checking thread-id v5.1.0
21492026-08-06T23:00:13.786Z Checking data-encoding v2.10.0
21502026-08-06T23:00:13.789Z Checking x509-cert v0.2.5
21512026-08-06T23:00:13.854Z Checking hmac v0.12.1
21522026-08-06T23:00:13.890Z Checking num-iter v0.1.45
21532026-08-06T23:00:14.017Z Checking crossbeam-epoch v0.9.18
21542026-08-06T23:00:14.054Z Checking memoffset v0.9.1
21552026-08-06T23:00:14.090Z Checking scroll v0.12.0
21562026-08-06T23:00:14.127Z Checking env_filter v1.0.0
21572026-08-06T23:00:14.164Z Checking tap v1.0.1
21582026-08-06T23:00:14.270Z Checking num-bigint-dig v0.8.6
21592026-08-06T23:00:14.306Z Checking wyz v0.5.1
21602026-08-06T23:00:14.310Z Checking env_logger v0.11.9
21612026-08-06T23:00:14.376Z Checking goblin v0.8.2
21622026-08-06T23:00:14.457Z Checking pkcs1 v0.7.5
21632026-08-06T23:00:14.495Z Checking hyper-rustls v0.27.7
21642026-08-06T23:00:14.531Z Checking zerocopy v0.7.35
21652026-08-06T23:00:14.567Z Checking rustix v0.38.44
21662026-08-06T23:00:14.692Z Checking radium v0.7.0
21672026-08-06T23:00:14.736Z Checking reqwest v0.13.2
21682026-08-06T23:00:14.809Z Checking newtype-uuid v1.3.2
21692026-08-06T23:00:14.892Z Checking unicode-segmentation v1.12.0
21702026-08-06T23:00:15.042Z Checking funty v2.0.0
21712026-08-06T23:00:15.045Z Checking daft v0.1.7
21722026-08-06T23:00:15.122Z Checking same-file v1.0.6
21732026-08-06T23:00:15.236Z Checking crc-catalog v2.4.0
21742026-08-06T23:00:15.275Z Checking walkdir v2.5.0
21752026-08-06T23:00:15.352Z Checking rsa v0.9.10
21762026-08-06T23:00:15.390Z Checking crc v3.4.0
21772026-08-06T23:00:15.393Z Checking bitvec v1.0.1
21782026-08-06T23:00:15.393Z Checking nix v0.31.2
21792026-08-06T23:00:15.496Z Checking unicode-normalization v0.1.25
21802026-08-06T23:00:15.609Z Checking dtrace-parser v0.2.0
21812026-08-06T23:00:15.664Z Checking zerocopy v0.6.6
21822026-08-06T23:00:15.802Z Checking dof v0.4.0
21832026-08-06T23:00:15.858Z Checking ff v0.13.1
21842026-08-06T23:00:15.896Z Checking maybe-uninit v2.0.0
21852026-08-06T23:00:15.932Z Checking thread-id v4.2.2
21862026-08-06T23:00:15.992Z Checking foreign-types-shared v0.1.1
21872026-08-06T23:00:16.030Z Checking base16ct v0.2.0
21882026-08-06T23:00:16.034Z Checking nodrop v0.1.14
21892026-08-06T23:00:16.101Z Checking winnow v0.5.40
21902026-08-06T23:00:16.136Z Checking foreign-types v0.3.2
21912026-08-06T23:00:16.173Z Checking array-init v0.0.4
21922026-08-06T23:00:16.219Z Checking sec1 v0.7.3
21932026-08-06T23:00:16.256Z Checking group v0.13.0
21942026-08-06T23:00:16.302Z Checking dof v0.3.0
21952026-08-06T23:00:16.428Z Checking smallvec v0.6.14
21962026-08-06T23:00:16.467Z Checking usdt-impl v0.6.0
21972026-08-06T23:00:16.470Z Checking hkdf v0.12.4
21982026-08-06T23:00:16.537Z Checking serde_with v3.21.0
21992026-08-06T23:00:16.614Z Checking usdt-impl v0.5.0
22002026-08-06T23:00:16.652Z Checking crypto-bigint v0.5.5
22012026-08-06T23:00:16.655Z Checking bitfield v0.19.4
22022026-08-06T23:00:16.722Z Checking bzip2-sys v0.1.13+1.0.8
22032026-08-06T23:00:16.764Z Checking packed_struct v0.10.1
22042026-08-06T23:00:16.808Z Checking usdt v0.6.0
22052026-08-06T23:00:16.846Z Checking openssl-sys v0.9.117
22062026-08-06T23:00:16.926Z Checking winnow v0.7.14
22072026-08-06T23:00:16.978Z Checking keccak v0.1.6
22082026-08-06T23:00:17.017Z Checking hashbrown v0.12.3
22092026-08-06T23:00:17.178Z Checking foldhash v0.1.5
22102026-08-06T23:00:17.243Z Checking openssl v0.10.80
22112026-08-06T23:00:17.281Z Checking toml_edit v0.19.15
22122026-08-06T23:00:17.342Z Checking hashbrown v0.15.5
22132026-08-06T23:00:17.459Z Checking indexmap v1.9.3
22142026-08-06T23:00:17.577Z Checking elliptic-curve v0.13.8
22152026-08-06T23:00:17.798Z Checking sha3 v0.10.8
22162026-08-06T23:00:17.835Z Checking bzip2 v0.4.4
22172026-08-06T23:00:17.871Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22182026-08-06T23:00:17.913Z Checking serde-hex v0.1.0
22192026-08-06T23:00:18.025Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22202026-08-06T23:00:18.064Z Checking ron v0.8.1
22212026-08-06T23:00:18.067Z Checking hashbrown v0.13.2
22222026-08-06T23:00:18.133Z Checking itertools v0.13.0
22232026-08-06T23:00:18.210Z Checking siphasher v1.0.2
22242026-08-06T23:00:18.338Z Checking toml v0.7.8
22252026-08-06T23:00:18.397Z Checking winnow v1.0.3
22262026-08-06T23:00:18.549Z Checking crc-any v2.5.0
22272026-08-06T23:00:18.598Z Checking bitflags v1.3.2
22282026-08-06T23:00:18.677Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-08-06T23:00:18.715Z Checking object v0.30.4
22302026-08-06T23:00:18.718Z Checking toml_parser v1.1.2+spec-1.1.0
22312026-08-06T23:00:18.787Z Checking zip v0.6.6
22322026-08-06T23:00:18.866Z Checking globset v0.4.18
22332026-08-06T23:00:19.106Z Checking signal-hook v0.3.18
22342026-08-06T23:00:19.143Z Checking path-slash v0.1.5
22352026-08-06T23:00:19.179Z Checking managed v0.8.0
22362026-08-06T23:00:19.214Z Checking toml_write v0.1.2
22372026-08-06T23:00:19.269Z Checking native-tls v0.2.18
22382026-08-06T23:00:19.272Z Checking chacha20 v0.10.0
22392026-08-06T23:00:19.342Z Checking curve25519-dalek v4.1.3
22402026-08-06T23:00:19.388Z Checking pin-project v1.1.11
22412026-08-06T23:00:19.426Z Checking toml_edit v0.22.27
22422026-08-06T23:00:19.463Z Checking object v0.37.3
22432026-08-06T23:00:19.499Z Checking jiff-core v0.1.0
22442026-08-06T23:00:19.535Z Checking tokio-native-tls v0.3.1
22452026-08-06T23:00:19.580Z Checking signal-hook-mio v0.2.5
22462026-08-06T23:00:19.720Z Checking ed25519 v2.2.3
22472026-08-06T23:00:19.723Z Checking pem v3.0.6
22482026-08-06T23:00:19.937Z Checking ref-cast v1.0.25
22492026-08-06T23:00:19.940Z Checking zstd-sys v2.0.16+zstd.1.5.7
22502026-08-06T23:00:20.071Z Checking hyper-tls v0.6.0
22512026-08-06T23:00:20.114Z Checking zstd-safe v7.2.4
22522026-08-06T23:00:20.152Z Checking ed25519-dalek v2.2.0
22532026-08-06T23:00:20.196Z Checking jiff v0.2.34
22542026-08-06T23:00:20.274Z Checking snafu v0.8.9
22552026-08-06T23:00:20.313Z Checking serde_plain v1.0.2
22562026-08-06T23:00:20.425Z Checking bumpalo v3.20.2
22572026-08-06T23:00:20.498Z Checking libbz2-rs-sys v0.2.2
22582026-08-06T23:00:20.547Z Checking fixedbitset v0.5.7
22592026-08-06T23:00:20.585Z Checking typed-path v0.9.3
22602026-08-06T23:00:20.670Z Checking zopfli v0.8.3
22612026-08-06T23:00:20.779Z Checking petgraph v0.8.3
22622026-08-06T23:00:20.849Z Checking zstd v0.13.3
22632026-08-06T23:00:20.893Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22642026-08-06T23:00:20.932Z Checking bzip2 v0.6.1
22652026-08-06T23:00:21.041Z Checking reqwest v0.12.28
22662026-08-06T23:00:21.078Z Checking crossterm v0.28.1
22672026-08-06T23:00:21.127Z Checking similar v2.7.0
22682026-08-06T23:00:21.386Z Checking fs-err v3.3.0
22692026-08-06T23:00:21.539Z Checking hash32 v0.2.1
22702026-08-06T23:00:21.720Z Checking serde-big-array v0.5.1
22712026-08-06T23:00:21.759Z Checking unicode-properties v0.1.4
22722026-08-06T23:00:21.801Z Checking unicode-bidi v0.3.18
22732026-08-06T23:00:21.804Z Checking predicates-core v1.0.10
22742026-08-06T23:00:21.873Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22752026-08-06T23:00:21.876Z Checking heapless v0.7.17
22762026-08-06T23:00:21.942Z Checking olpc-cjson v0.1.4
22772026-08-06T23:00:21.978Z Checking hickory-proto v0.25.2
22782026-08-06T23:00:22.015Z Checking byte-wrapper v0.1.0
22792026-08-06T23:00:22.106Z Checking md-5 v0.10.6
22802026-08-06T23:00:22.146Z Checking stringprep v0.1.5
22812026-08-06T23:00:22.149Z Checking zip v4.6.1
22822026-08-06T23:00:22.232Z Checking float-cmp v0.10.0
22832026-08-06T23:00:22.270Z Checking normalize-line-endings v0.3.0
22842026-08-06T23:00:22.308Z Checking difflib v0.4.0
22852026-08-06T23:00:22.344Z Checking fallible-iterator v0.2.0
22862026-08-06T23:00:22.349Z Checking smoltcp v0.9.1
22872026-08-06T23:00:22.416Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22882026-08-06T23:00:22.419Z Checking tough v0.22.0
22892026-08-06T23:00:22.419Z Checking iddqd v0.4.2
22902026-08-06T23:00:22.520Z Checking predicates v3.1.4
22912026-08-06T23:00:22.640Z Checking postgres-protocol v0.6.10
22922026-08-06T23:00:22.775Z Checking phf_shared v0.13.1
22932026-08-06T23:00:22.843Z Checking phf_shared v0.11.3
22942026-08-06T23:00:22.982Z Checking tokio-stream v0.1.18
22952026-08-06T23:00:23.020Z Checking buf-list v1.1.2
22962026-08-06T23:00:23.025Z Checking strum v0.27.2
22972026-08-06T23:00:23.025Z Checking fixedbitset v0.4.2
22982026-08-06T23:00:23.125Z Checking lalrpop-util v0.19.12
22992026-08-06T23:00:23.194Z Checking precomputed-hash v0.1.1
23002026-08-06T23:00:23.237Z Checking new_debug_unreachable v1.0.6
23012026-08-06T23:00:23.272Z Checking petgraph v0.6.5
23022026-08-06T23:00:23.310Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23032026-08-06T23:00:23.314Z Checking phf v0.13.1
23042026-08-06T23:00:23.382Z Checking string_cache v0.8.9
23052026-08-06T23:00:23.420Z Checking postgres-types v0.2.12
23062026-08-06T23:00:23.424Z Checking itertools v0.15.0
23072026-08-06T23:00:23.522Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23082026-08-06T23:00:23.583Z Checking whoami v2.1.0
23092026-08-06T23:00:23.773Z Checking peg-runtime v0.8.5
23102026-08-06T23:00:23.811Z Checking tokio-postgres v0.7.16
23112026-08-06T23:00:23.944Z Checking is-terminal v0.4.17
23122026-08-06T23:00:23.986Z Checking crossbeam-channel v0.5.15
23132026-08-06T23:00:24.067Z Checking thread_local v1.1.9
23142026-08-06T23:00:24.268Z Checking take_mut v0.2.2
23152026-08-06T23:00:24.355Z Checking term v1.2.1
23162026-08-06T23:00:24.405Z Checking slog-async v2.8.0
23172026-08-06T23:00:24.535Z Compiling newtype-uuid-macros v0.1.0
23182026-08-06T23:00:24.573Z Checking match_cfg v0.1.0
23192026-08-06T23:00:24.611Z Checking slog-term v2.9.2
23202026-08-06T23:00:24.614Z Checking slog-json v2.6.1
23212026-08-06T23:00:24.645Z Compiling multer v3.1.0
23222026-08-06T23:00:24.714Z Checking hostname v0.3.1
23232026-08-06T23:00:24.787Z Compiling async-stream-impl v0.3.6
23242026-08-06T23:00:24.829Z Compiling dropshot v0.17.1
23252026-08-06T23:00:24.867Z Checking slog-bunyan v2.5.0
23262026-08-06T23:00:24.903Z Compiling dropshot_endpoint v0.17.1
23272026-08-06T23:00:24.982Z Checking debug-ignore v1.0.5
23282026-08-06T23:00:25.019Z Checking progenitor-client v0.14.0
23292026-08-06T23:00:25.111Z Checking sha1 v0.11.0
23302026-08-06T23:00:25.114Z Checking toml_datetime v1.1.1+spec-1.1.0
23312026-08-06T23:00:25.149Z Checking serde_path_to_error v0.1.20
23322026-08-06T23:00:25.278Z Checking serde_spanned v1.1.1
23332026-08-06T23:00:25.317Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23342026-08-06T23:00:25.353Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23352026-08-06T23:00:25.389Z Checking compression-core v0.4.31
23362026-08-06T23:00:25.424Z Checking toml_writer v1.1.1+spec-1.1.0
23372026-08-06T23:00:25.458Z Checking async-stream v0.3.6
23382026-08-06T23:00:25.560Z Checking compression-codecs v0.4.37
23392026-08-06T23:00:25.660Z Checking toml v1.1.2+spec-1.1.0
23402026-08-06T23:00:25.660Z Checking waitgroup v0.1.2
23412026-08-06T23:00:25.737Z Checking rustls-pemfile v2.2.0
23422026-08-06T23:00:25.777Z Checking async-compression v0.4.41
23432026-08-06T23:00:25.780Z Checking hostname v0.4.2
23442026-08-06T23:00:25.848Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-06T23:00:25.882Z Checking atomicwrites v0.4.4
23462026-08-06T23:00:25.886Z Checking itertools v0.14.0
23472026-08-06T23:00:25.952Z Compiling parse-display-derive v0.10.0
23482026-08-06T23:00:25.955Z Checking macaddr v1.0.1
23492026-08-06T23:00:25.990Z Checking regress v0.10.5
23502026-08-06T23:00:26.058Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23512026-08-06T23:00:26.063Z Checking instant v0.1.13
23522026-08-06T23:00:26.199Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23532026-08-06T23:00:26.237Z Checking backoff v0.4.0
23542026-08-06T23:00:26.273Z Checking backon v1.6.0
23552026-08-06T23:00:26.445Z Checking humantime v2.3.0
23562026-08-06T23:00:26.484Z Checking progenitor-extras v0.2.0
23572026-08-06T23:00:26.487Z Checking unicode-width v0.2.0
23582026-08-06T23:00:26.557Z Compiling convert_case v0.4.0
23592026-08-06T23:00:26.654Z Checking half v2.7.1
23602026-08-06T23:00:26.737Z Checking ciborium-io v0.2.2
23612026-08-06T23:00:26.795Z Checking heck v0.5.0
23622026-08-06T23:00:26.862Z Checking secrecy v0.10.3
23632026-08-06T23:00:26.939Z Checking ciborium-ll v0.2.2
23642026-08-06T23:00:26.976Z Compiling derive_more v0.99.20
23652026-08-06T23:00:26.979Z Checking camino-tempfile v1.4.1
23662026-08-06T23:00:27.045Z Checking indent_write v2.2.0
23672026-08-06T23:00:27.080Z Compiling regress v0.11.1
23682026-08-06T23:00:27.142Z Checking ciborium v0.2.2
23692026-08-06T23:00:27.196Z Compiling crucible-workspace-hack v0.1.0
23702026-08-06T23:00:27.232Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-08-06T23:00:27.489Z Checking inout v0.1.4
23722026-08-06T23:00:27.589Z Checking universal-hash v0.5.1
23732026-08-06T23:00:27.626Z Compiling thiserror-impl-no-std v2.0.2
23742026-08-06T23:00:27.661Z Checking cipher v0.4.4
23752026-08-06T23:00:27.664Z Checking parse-display v0.10.0
23762026-08-06T23:00:27.740Z Checking opaque-debug v0.3.1
23772026-08-06T23:00:27.841Z Checking poly1305 v0.8.0
23782026-08-06T23:00:27.877Z Checking blake2 v0.10.6
23792026-08-06T23:00:27.910Z Checking chacha20 v0.9.1
23802026-08-06T23:00:28.133Z Checking aead v0.5.2
23812026-08-06T23:00:28.136Z Checking password-hash v0.5.0
23822026-08-06T23:00:28.206Z Compiling unsafe-libyaml v0.2.11
23832026-08-06T23:00:28.310Z Checking chacha20poly1305 v0.10.1
23842026-08-06T23:00:28.427Z Checking argon2 v0.5.3
23852026-08-06T23:00:28.470Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23862026-08-06T23:00:28.689Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-08-06T23:00:28.805Z Compiling typify-impl v0.6.2
23882026-08-06T23:00:28.841Z Checking thiserror-no-std v2.0.2
23892026-08-06T23:00:28.913Z Compiling serde_yaml v0.9.34+deprecated
23902026-08-06T23:00:28.957Z Checking vsss-rs v3.3.4
23912026-08-06T23:00:28.994Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-08-06T23:00:29.313Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-06T23:00:29.558Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-08-06T23:00:29.595Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23952026-08-06T23:00:30.088Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-08-06T23:00:30.241Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-08-06T23:00:30.304Z Checking swrite v0.1.0
23982026-08-06T23:00:30.342Z Checking crossbeam-deque v0.8.6
23992026-08-06T23:00:30.379Z Compiling rayon-core v1.13.0
24002026-08-06T23:00:30.427Z Compiling num-derive v0.4.2
24012026-08-06T23:00:30.511Z Compiling toml_datetime v0.7.5+spec-1.1.0
24022026-08-06T23:00:30.592Z Compiling proc-macro-error v1.0.4
24032026-08-06T23:00:30.790Z Compiling toml_edit v0.23.10+spec-1.0.0
24042026-08-06T23:00:30.937Z Checking tabwriter v1.4.1
24052026-08-06T23:00:31.045Z Checking rayon v1.11.0
24062026-08-06T23:00:31.122Z Checking glob v0.3.3
24072026-08-06T23:00:31.300Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24082026-08-06T23:00:31.339Z Compiling heapless v0.8.0
24092026-08-06T23:00:31.376Z Compiling proc-macro-crate v3.4.0
24102026-08-06T23:00:31.414Z Checking toml v0.8.23
24112026-08-06T23:00:31.450Z Checking hash32 v0.3.1
24122026-08-06T23:00:31.607Z Compiling ingot-macros v0.2.0
24132026-08-06T23:00:31.766Z Compiling smoltcp v0.11.0
24142026-08-06T23:00:31.859Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-08-06T23:00:31.896Z Checking colored v3.1.1
24162026-08-06T23:00:31.939Z Compiling num_enum_derive v0.7.6
24172026-08-06T23:00:32.199Z Checking cobs v0.3.0
24182026-08-06T23:00:32.244Z Compiling usdt-attr-macro v0.5.0
24192026-08-06T23:00:32.364Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-08-06T23:00:32.403Z Compiling usdt-macro v0.5.0
24212026-08-06T23:00:32.543Z Checking memmap v0.7.0
24222026-08-06T23:00:32.580Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24232026-08-06T23:00:32.837Z Checking postcard v1.1.3
24242026-08-06T23:00:33.016Z Checking num_enum v0.7.6
24252026-08-06T23:00:33.078Z Checking rand v0.10.1
24262026-08-06T23:00:33.164Z Compiling proc-macro-crate v1.3.1
24272026-08-06T23:00:33.201Z Checking usdt v0.5.0
24282026-08-06T23:00:33.205Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24292026-08-06T23:00:33.384Z Compiling typify-macro v0.6.2
24302026-08-06T23:00:33.416Z Checking sigpipe v0.1.3
24312026-08-06T23:00:33.468Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24322026-08-06T23:00:33.523Z Compiling foreign-types-macros v0.2.3
24332026-08-06T23:00:33.586Z Checking foreign-types-shared v0.3.1
24342026-08-06T23:00:33.622Z Compiling num_enum_derive v0.5.11
24352026-08-06T23:00:33.853Z Checking cstr-argument v0.1.2
24362026-08-06T23:00:33.903Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24372026-08-06T23:00:33.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24382026-08-06T23:00:34.006Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24392026-08-06T23:00:34.128Z Checking foreign-types v0.5.0
24402026-08-06T23:00:34.257Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412026-08-06T23:00:34.302Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24422026-08-06T23:00:34.365Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-06T23:00:34.413Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-06T23:00:34.447Z Checking ingot-types v0.2.0
24452026-08-06T23:00:34.480Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24462026-08-06T23:00:34.514Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24472026-08-06T23:00:34.616Z Compiling zone_cfg_derive v0.3.1
24482026-08-06T23:00:34.655Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24492026-08-06T23:00:34.689Z Checking num_enum v0.5.11
24502026-08-06T23:00:34.834Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-06T23:00:34.839Z Checking ingot v0.2.1
24522026-08-06T23:00:34.905Z Checking itertools v0.12.1
24532026-08-06T23:00:34.908Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24542026-08-06T23:00:35.137Z Compiling typify v0.6.2
24552026-08-06T23:00:35.266Z Compiling progenitor-impl v0.14.0
24562026-08-06T23:00:35.302Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24572026-08-06T23:00:35.334Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24582026-08-06T23:00:35.406Z Checking smf v0.2.3
24592026-08-06T23:00:35.561Z Checking whoami v1.6.1
24602026-08-06T23:00:35.666Z Compiling derive-where v1.6.0
24612026-08-06T23:00:35.737Z Checking tokio-dtrace v0.1.1
24622026-08-06T23:00:35.774Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24632026-08-06T23:00:35.963Z Checking oxide-tokio-rt v0.1.4
24642026-08-06T23:00:36.032Z Checking zone v0.3.1
24652026-08-06T23:00:36.173Z Checking console v0.15.11
24662026-08-06T23:00:36.366Z Checking newline-converter v0.3.0
24672026-08-06T23:00:36.430Z Checking bytecount v0.6.9
24682026-08-06T23:00:36.491Z Checking unicode-width v0.1.14
24692026-08-06T23:00:36.527Z Checking expectorate v1.2.0
24702026-08-06T23:00:36.562Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24712026-08-06T23:00:36.595Z Checking num-rational v0.4.2
24722026-08-06T23:00:36.687Z Checking num-complex v0.4.6
24732026-08-06T23:00:36.771Z Checking float-ord v0.3.2
24742026-08-06T23:00:36.900Z Compiling cancel-safe-futures v0.1.5
24752026-08-06T23:00:36.937Z Checking linear-map v1.2.0
24762026-08-06T23:00:37.008Z Checking oxide-update-engine-types v0.1.2
24772026-08-06T23:00:37.057Z Checking num v0.4.3
24782026-08-06T23:00:37.175Z Checking gethostname v0.5.0
24792026-08-06T23:00:37.178Z Compiling prettyplease v0.2.37
24802026-08-06T23:00:37.300Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24812026-08-06T23:00:37.492Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24822026-08-06T23:00:37.677Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24832026-08-06T23:00:37.715Z Compiling owo-colors v4.3.0
24842026-08-06T23:00:37.749Z Checking resolv-conf v0.7.6
24852026-08-06T23:00:37.782Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24862026-08-06T23:00:37.915Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-08-06T23:00:37.951Z Checking oxide-update-engine v0.1.2
24882026-08-06T23:00:37.986Z Compiling progenitor-macro v0.14.0
24892026-08-06T23:00:37.986Z Checking unicode-linebreak v0.1.5
24902026-08-06T23:00:38.228Z Checking smawk v0.3.2
24912026-08-06T23:00:38.392Z Checking papergrid v0.11.0
24922026-08-06T23:00:38.429Z Compiling tabled_derive v0.7.0
24932026-08-06T23:00:38.723Z Compiling convert_case v0.10.0
24942026-08-06T23:00:38.830Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24952026-08-06T23:00:39.023Z Compiling slog-dtrace v0.3.0
24962026-08-06T23:00:39.060Z Compiling derive_more-impl v2.1.1
24972026-08-06T23:00:39.326Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-08-06T23:00:39.365Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-08-06T23:00:39.401Z Checking tabled v0.15.0
25002026-08-06T23:00:39.748Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25012026-08-06T23:00:39.927Z Checking derive_more v2.1.1
25022026-08-06T23:00:40.101Z Checking crossterm v0.29.0
25032026-08-06T23:00:40.233Z Checking linked-hash-map v0.5.6
25042026-08-06T23:00:40.431Z Checking lru-cache v0.1.2
25052026-08-06T23:00:40.761Z Checking hickory-proto v0.24.4
25062026-08-06T23:00:40.843Z Checking fd-lock v4.0.4
25072026-08-06T23:00:41.345Z Checking vte v0.14.1
25082026-08-06T23:00:41.665Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25092026-08-06T23:00:41.703Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25102026-08-06T23:00:41.736Z Checking display-error-chain v0.2.2
25112026-08-06T23:00:41.836Z Checking strip-ansi-escapes v0.2.1
25122026-08-06T23:00:42.032Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-08-06T23:00:43.025Z Checking progenitor v0.14.0
25142026-08-06T23:00:43.179Z Checking nu-ansi-term v0.50.3
25152026-08-06T23:00:43.215Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25162026-08-06T23:00:43.294Z Checking termtree v0.5.1
25172026-08-06T23:00:43.463Z Checking reedline v0.40.0
25182026-08-06T23:00:43.790Z Checking hickory-resolver v0.24.4
25192026-08-06T23:00:43.827Z Checking textwrap v0.16.2
25202026-08-06T23:00:44.113Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25212026-08-06T23:00:44.229Z Compiling minimal-lexical v0.2.1
25222026-08-06T23:00:44.397Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25232026-08-06T23:00:44.519Z Compiling nom v7.1.3
25242026-08-06T23:00:44.572Z Checking qorb v0.4.1
25252026-08-06T23:00:44.649Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25262026-08-06T23:00:44.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-08-06T23:00:45.177Z Compiling unicode-xid v0.2.6
25282026-08-06T23:00:45.273Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-08-06T23:00:45.661Z Compiling ar_archive_writer v0.5.1
25302026-08-06T23:00:45.763Z Checking csv-core v0.1.13
25312026-08-06T23:00:45.850Z Compiling stacker v0.1.23
25322026-08-06T23:00:45.912Z Checking highway v1.3.0
25332026-08-06T23:00:45.951Z Compiling semver v0.1.20
25342026-08-06T23:00:45.985Z Checking csv v1.4.0
25352026-08-06T23:00:46.044Z Compiling cfg_aliases v0.1.1
25362026-08-06T23:00:46.179Z Compiling rustc_version v0.1.7
25372026-08-06T23:00:46.182Z Compiling nix v0.28.0
25382026-08-06T23:00:46.247Z Checking nibble_vec v0.1.0
25392026-08-06T23:00:46.280Z Checking endian-type v0.1.2
25402026-08-06T23:00:46.393Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-06T23:00:46.428Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-08-06T23:00:46.462Z Compiling newtype_derive v0.1.6
25432026-08-06T23:00:46.466Z Checking radix_trie v0.2.1
25442026-08-06T23:00:46.542Z Compiling psm v0.1.30
25452026-08-06T23:00:46.638Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25462026-08-06T23:00:46.679Z Checking phf_shared v0.12.1
25472026-08-06T23:00:46.737Z Compiling recursive-proc-macro-impl v0.1.1
25482026-08-06T23:00:46.852Z Compiling chrono-tz v0.10.4
25492026-08-06T23:00:46.900Z Checking phf v0.12.1
25502026-08-06T23:00:47.173Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-08-06T23:00:47.239Z Compiling const_format_proc_macros v0.2.34
25522026-08-06T23:00:47.272Z Compiling peg-macros v0.8.5
25532026-08-06T23:00:47.346Z Checking winnow v0.6.26
25542026-08-06T23:00:47.477Z Compiling sqlparser_derive v0.5.0
25552026-08-06T23:00:47.597Z Checking recursive v0.1.1
25562026-08-06T23:00:47.723Z Checking unicode_categories v0.1.1
25572026-08-06T23:00:47.728Z Checking home v0.5.12
25582026-08-06T23:00:48.074Z Checking const_format v0.2.35
25592026-08-06T23:00:48.145Z Checking rustyline v14.0.0
25602026-08-06T23:00:48.255Z Checking sqlparser v0.61.0
25612026-08-06T23:00:48.337Z Checking bcs v0.1.6
25622026-08-06T23:00:48.506Z Checking sqlformat v0.3.5
25632026-08-06T23:00:48.599Z Checking nom v8.0.0
25642026-08-06T23:00:48.635Z Checking peg v0.8.5
25652026-08-06T23:00:48.736Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-08-06T23:00:48.895Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25672026-08-06T23:00:48.958Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25682026-08-06T23:00:48.961Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-08-06T23:00:49.272Z Checking steno v0.4.1
25702026-08-06T23:00:49.398Z Checking perfetto-trace v0.1.0 (/work/oxidecomputer/omicron/perfetto-trace)
25712026-08-06T23:00:49.653Z Checking sha1 v0.10.6
25722026-08-06T23:00:49.853Z Checking filetime v0.2.27
25732026-08-06T23:00:49.977Z Checking xattr v1.6.1
25742026-08-06T23:00:50.022Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752026-08-06T23:00:50.145Z Checking tar v0.4.46
25762026-08-06T23:00:50.230Z Checking subprocess v0.2.15
25772026-08-06T23:00:50.300Z Checking headers-core v0.3.0
25782026-08-06T23:00:50.450Z Checking headers v0.4.1
25792026-08-06T23:00:50.562Z Checking yasna v0.5.2
25802026-08-06T23:00:50.601Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25812026-08-06T23:00:50.605Z Checking port-file v0.1.0
25822026-08-06T23:00:50.685Z Checking tagptr v0.2.0
25832026-08-06T23:00:50.850Z Checking dropshot-api-manager-types v0.7.2
25842026-08-06T23:00:50.886Z Checking moka v0.12.13
25852026-08-06T23:00:50.943Z Checking utf-8 v0.7.6
25862026-08-06T23:00:50.979Z Checking rcgen v0.12.1
25872026-08-06T23:00:51.052Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25882026-08-06T23:00:51.113Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25892026-08-06T23:00:51.330Z Checking tungstenite v0.21.0
25902026-08-06T23:00:51.572Z Checking hickory-resolver v0.25.2
25912026-08-06T23:00:51.671Z Compiling libefi-sys v0.1.0
25922026-08-06T23:00:51.803Z Checking tokio-tungstenite v0.21.0
25932026-08-06T23:00:51.930Z Compiling bitfield-struct v0.6.2
25942026-08-06T23:00:52.111Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25952026-08-06T23:00:52.252Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-06T23:00:52.314Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-08-06T23:00:52.558Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982026-08-06T23:00:52.601Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25992026-08-06T23:00:52.636Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26002026-08-06T23:00:52.670Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26012026-08-06T23:00:52.816Z Compiling xshell-macros v0.2.7
26022026-08-06T23:00:52.852Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26032026-08-06T23:00:52.886Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042026-08-06T23:00:53.079Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26052026-08-06T23:00:53.145Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26062026-08-06T23:00:53.219Z Checking xshell v0.2.7
26072026-08-06T23:00:53.435Z Checking half v1.8.3
26082026-08-06T23:00:53.460Z Checking libscf-sys v1.2.0
26092026-08-06T23:00:53.530Z Compiling proc-macro-error-attr2 v2.0.0
26102026-08-06T23:00:53.628Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-08-06T23:00:53.675Z Checking serde_cbor v0.11.2
26122026-08-06T23:00:53.881Z Checking papergrid v0.17.0
26132026-08-06T23:00:53.967Z Compiling proc-macro-error2 v2.0.1
26142026-08-06T23:00:54.020Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26152026-08-06T23:00:54.066Z Checking testing_table v0.3.0
26162026-08-06T23:00:54.191Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26172026-08-06T23:00:54.224Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26182026-08-06T23:00:54.308Z Compiling tabled_derive v0.11.0
26192026-08-06T23:00:54.407Z Checking maplit v1.0.2
26202026-08-06T23:00:54.521Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26212026-08-06T23:00:54.671Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26222026-08-06T23:00:54.703Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-06T23:00:54.881Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26242026-08-06T23:00:55.053Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26252026-08-06T23:00:55.097Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-08-06T23:00:55.311Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26272026-08-06T23:00:55.560Z Checking tabled v0.20.0
26282026-08-06T23:00:55.567Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26292026-08-06T23:00:55.621Z Checking crc8 v0.1.1
26302026-08-06T23:00:55.753Z Checking unicase v2.9.0
26312026-08-06T23:00:55.983Z Checking fxhash v0.2.1
26322026-08-06T23:00:56.108Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26332026-08-06T23:00:56.201Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26342026-08-06T23:00:56.274Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26352026-08-06T23:00:56.492Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26362026-08-06T23:00:56.633Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-06T23:00:56.760Z Compiling darling_core v0.21.3
26382026-08-06T23:00:56.929Z Checking sha2 v0.11.0
26392026-08-06T23:00:57.055Z Compiling vergen-lib v0.1.6
26402026-08-06T23:00:57.257Z Compiling diesel_derives v2.3.7
26412026-08-06T23:00:57.343Z Checking scheduled-thread-pool v0.2.7
26422026-08-06T23:00:57.519Z Compiling vergen-gitcl v1.0.8
26432026-08-06T23:00:57.522Z Compiling diesel_table_macro_syntax v0.3.0
26442026-08-06T23:00:57.640Z Checking r2d2 v0.8.10
26452026-08-06T23:00:57.670Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26462026-08-06T23:00:57.823Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26472026-08-06T23:00:57.860Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26482026-08-06T23:00:57.961Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26492026-08-06T23:00:58.151Z Checking downcast-rs v2.0.2
26502026-08-06T23:00:58.218Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26512026-08-06T23:00:58.274Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-08-06T23:00:58.770Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26532026-08-06T23:00:58.803Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26542026-08-06T23:00:58.957Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-08-06T23:00:59.157Z Checking kstat-rs v0.2.5
26562026-08-06T23:00:59.269Z Compiling darling_macro v0.21.3
26572026-08-06T23:00:59.384Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-08-06T23:00:59.645Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26592026-08-06T23:00:59.678Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26602026-08-06T23:00:59.715Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-08-06T23:00:59.799Z Compiling darling v0.21.3
26622026-08-06T23:00:59.916Z Compiling dsl_auto_type v0.2.0
26632026-08-06T23:01:00.547Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-08-06T23:01:00.569Z Compiling dirs-sys-next v0.1.2
26652026-08-06T23:01:00.868Z Compiling crunchy v0.2.4
26662026-08-06T23:01:00.912Z Compiling parking_lot_core v0.8.6
26672026-08-06T23:01:00.949Z Compiling dirs-next v2.0.0
26682026-08-06T23:01:01.105Z Compiling clang-sys v1.8.1
26692026-08-06T23:01:01.205Z Compiling git-stub v1.0.0
26702026-08-06T23:01:01.272Z Compiling tiny-keccak v2.0.2
26712026-08-06T23:01:01.559Z Compiling git-stub-vcs v0.1.0
26722026-08-06T23:01:01.597Z Compiling term v0.7.0
26732026-08-06T23:01:01.663Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26742026-08-06T23:01:01.706Z Compiling bit-vec v0.6.3
26752026-08-06T23:01:01.945Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26762026-08-06T23:01:01.980Z Compiling ascii-canvas v3.0.0
26772026-08-06T23:01:02.015Z Compiling bit-set v0.5.3
26782026-08-06T23:01:02.209Z Checking parking_lot v0.11.2
26792026-08-06T23:01:02.214Z Checking prefix-trie v0.7.0
26802026-08-06T23:01:02.274Z Compiling itertools v0.10.5
26812026-08-06T23:01:02.439Z Compiling ena v0.14.4
26822026-08-06T23:01:02.445Z Compiling libloading v0.8.9
26832026-08-06T23:01:02.545Z Compiling diff v0.1.13
26842026-08-06T23:01:02.601Z Compiling regex-syntax v0.6.29
26852026-08-06T23:01:02.685Z Compiling bindgen v0.71.1
26862026-08-06T23:01:02.837Z Checking hickory-server v0.25.2
26872026-08-06T23:01:03.197Z Checking sled v0.34.7
26882026-08-06T23:01:03.369Z Compiling cexpr v0.6.0
26892026-08-06T23:01:04.073Z Compiling lalrpop v0.19.12
26902026-08-06T23:01:04.109Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-06T23:01:04.143Z Checking nanorand v0.7.0
26922026-08-06T23:01:04.372Z Compiling salty v0.3.0
26932026-08-06T23:01:04.465Z Compiling rustc-hash v2.1.1
26942026-08-06T23:01:04.517Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-06T23:01:04.697Z Checking flume v0.11.1
26962026-08-06T23:01:04.745Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-08-06T23:01:04.835Z Compiling libxml v0.3.3
26982026-08-06T23:01:04.997Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26992026-08-06T23:01:05.331Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27002026-08-06T23:01:05.641Z Compiling strum_macros v0.24.3
27012026-08-06T23:01:05.928Z Checking diesel v2.3.7
27022026-08-06T23:01:05.977Z Compiling indoc v1.0.9
27032026-08-06T23:01:06.339Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-08-06T23:01:06.451Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27052026-08-06T23:01:06.566Z Checking quick-xml v0.37.5
27062026-08-06T23:01:06.626Z Checking derive_builder v0.20.2
27072026-08-06T23:01:06.770Z Compiling oso-derive v0.27.3
27082026-08-06T23:01:06.820Z Compiling impl-trait-for-tuples v0.2.3
27092026-08-06T23:01:07.013Z Compiling trait-variant v0.1.2
27102026-08-06T23:01:07.336Z Checking openssl-probe v0.1.6
27112026-08-06T23:01:07.449Z Checking assert_matches v1.5.0
27122026-08-06T23:01:07.528Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132026-08-06T23:01:07.571Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27142026-08-06T23:01:07.598Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27152026-08-06T23:01:08.077Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27162026-08-06T23:01:08.393Z Checking rfc6979 v0.4.0
27172026-08-06T23:01:08.427Z Compiling progenitor-impl v0.13.0
27182026-08-06T23:01:08.548Z Checking ecdsa v0.16.9
27192026-08-06T23:01:08.789Z Checking primeorder v0.13.6
27202026-08-06T23:01:09.063Z Checking p384 v0.13.1
27212026-08-06T23:01:09.520Z Checking progenitor-client v0.13.0
27222026-08-06T23:01:09.805Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-08-06T23:01:09.873Z Checking predicates-tree v1.0.13
27242026-08-06T23:01:09.981Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27252026-08-06T23:01:10.018Z Checking bb8 v0.8.6
27262026-08-06T23:01:10.058Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27272026-08-06T23:01:10.106Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27282026-08-06T23:01:10.422Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27292026-08-06T23:01:10.557Z Compiling mime_guess v2.0.5
27302026-08-06T23:01:10.659Z Checking http-range v0.1.5
27312026-08-06T23:01:10.853Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27322026-08-06T23:01:10.997Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27332026-08-06T23:01:11.117Z Compiling progenitor-macro v0.13.0
27342026-08-06T23:01:11.205Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-06T23:01:11.283Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27362026-08-06T23:01:11.373Z Checking corncobs v0.1.4
27372026-08-06T23:01:11.436Z Checking nonempty v0.12.0
27382026-08-06T23:01:11.556Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27392026-08-06T23:01:11.600Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-08-06T23:01:11.875Z Checking ignore v0.4.25
27412026-08-06T23:01:11.971Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27422026-08-06T23:01:12.009Z Checking secrecy v0.8.0
27432026-08-06T23:01:12.152Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27442026-08-06T23:01:12.300Z Checking globwalk v0.9.1
27452026-08-06T23:01:12.522Z Checking hyper-staticfile v0.10.1
27462026-08-06T23:01:12.811Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27472026-08-06T23:01:12.854Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27482026-08-06T23:01:13.136Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-08-06T23:01:13.412Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27502026-08-06T23:01:13.739Z Checking signal-hook-tokio v0.3.1
27512026-08-06T23:01:13.909Z Checking digest-io v0.1.0
27522026-08-06T23:01:14.074Z Compiling illumos-nvpair-sys v0.2.0
27532026-08-06T23:01:14.078Z Checking rawzip v0.4.4
27542026-08-06T23:01:14.173Z Checking camino-tempfile-ext v0.3.3
27552026-08-06T23:01:14.378Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-08-06T23:01:14.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27572026-08-06T23:01:14.553Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27582026-08-06T23:01:14.847Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27592026-08-06T23:01:15.705Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27602026-08-06T23:01:15.875Z Checking scuffle v0.1.0
27612026-08-06T23:01:16.148Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27622026-08-06T23:01:16.185Z Checking progenitor v0.13.0
27632026-08-06T23:01:16.189Z Checking illumos-nvpair v0.3.0
27642026-08-06T23:01:16.415Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27652026-08-06T23:01:16.501Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27662026-08-06T23:01:16.543Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27672026-08-06T23:01:16.602Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27682026-08-06T23:01:16.873Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27692026-08-06T23:01:16.877Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27702026-08-06T23:01:16.943Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27712026-08-06T23:01:17.151Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27722026-08-06T23:01:17.317Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27732026-08-06T23:01:17.359Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27742026-08-06T23:01:17.619Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27752026-08-06T23:01:17.791Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27762026-08-06T23:01:17.865Z Checking tungstenite v0.23.0
27772026-08-06T23:01:18.332Z Checking tokio-tungstenite v0.23.1
27782026-08-06T23:01:18.580Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27792026-08-06T23:01:18.637Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27802026-08-06T23:01:18.993Z Checking void v1.0.2
27812026-08-06T23:01:19.133Z Checking lzss v0.8.2
27822026-08-06T23:01:19.373Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27832026-08-06T23:01:19.565Z Checking nix v0.27.1
27842026-08-06T23:01:19.888Z Checking rand_seeder v0.4.0
27852026-08-06T23:01:19.928Z Checking serde_bytes v0.11.19
27862026-08-06T23:01:20.070Z Checking async-bb8-diesel v0.2.1
27872026-08-06T23:01:20.111Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27882026-08-06T23:01:20.149Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27892026-08-06T23:01:20.159Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27902026-08-06T23:01:20.452Z Checking diesel-dtrace v0.5.0
27912026-08-06T23:01:20.745Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27922026-08-06T23:01:22.059Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27932026-08-06T23:01:22.173Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27942026-08-06T23:01:22.211Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27952026-08-06T23:01:22.982Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-08-06T23:01:23.264Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27972026-08-06T23:01:23.472Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27982026-08-06T23:01:23.482Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27992026-08-06T23:01:24.196Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28002026-08-06T23:01:24.266Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28012026-08-06T23:01:24.607Z Checking yansi v1.0.1
28022026-08-06T23:01:24.644Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28032026-08-06T23:01:24.904Z Checking cpubits v0.1.1
28042026-08-06T23:01:25.014Z Checking is_ci v1.2.0
28052026-08-06T23:01:25.153Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-08-06T23:01:25.223Z Checking pretty_assertions v1.4.1
28072026-08-06T23:01:25.416Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28082026-08-06T23:01:25.466Z Checking pem-rfc7468 v1.0.0
28092026-08-06T23:01:25.679Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28102026-08-06T23:01:25.806Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28112026-08-06T23:01:25.951Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28122026-08-06T23:01:26.185Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-08-06T23:01:26.569Z Checking hmac v0.13.0
28142026-08-06T23:01:30.381Z Checking universal-hash v0.6.1
28152026-08-06T23:01:30.381Z Compiling libz-sys v1.1.24
28162026-08-06T23:01:30.381Z Checking arc-swap v1.8.2
28172026-08-06T23:01:30.381Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28182026-08-06T23:01:30.381Z Compiling instability v0.3.11
28192026-08-06T23:01:30.381Z Checking slog-scope v4.4.1
28202026-08-06T23:01:30.381Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28212026-08-06T23:01:30.381Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28222026-08-06T23:01:30.381Z Checking castaway v0.2.4
28232026-08-06T23:01:30.381Z Compiling indoc v2.0.7
28242026-08-06T23:01:30.381Z Checking compact_str v0.8.1
28252026-08-06T23:01:30.381Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28262026-08-06T23:01:30.381Z Checking slog-stdlog v4.1.1
28272026-08-06T23:01:30.381Z Checking polyval v0.7.1
28282026-08-06T23:01:30.381Z Checking der v0.8.0
28292026-08-06T23:01:30.382Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28302026-08-06T23:01:30.418Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-08-06T23:01:30.418Z Checking unicode-truncate v1.1.0
28322026-08-06T23:01:30.418Z Checking lru v0.12.5
28332026-08-06T23:01:30.418Z Compiling libgit2-sys v0.18.3+1.9.2
28342026-08-06T23:01:30.418Z Checking cassowary v0.3.0
28352026-08-06T23:01:30.418Z Checking ghash v0.6.0
28362026-08-06T23:01:30.418Z Checking slog-envlogger v2.2.0
28372026-08-06T23:01:30.418Z Checking ratatui v0.29.0
28382026-08-06T23:01:30.418Z Checking pbkdf2 v0.13.0
28392026-08-06T23:01:30.418Z Checking aes v0.9.1
28402026-08-06T23:01:30.418Z Checking crypto-bigint v0.7.5
28412026-08-06T23:01:30.418Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-08-06T23:01:30.669Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28432026-08-06T23:01:30.929Z Checking ctr v0.10.1
28442026-08-06T23:01:31.145Z Checking aead v0.6.1
28452026-08-06T23:01:31.242Z Checking cargo-platform v0.3.2
28462026-08-06T23:01:31.319Z Checking aes-gcm v0.11.0
28472026-08-06T23:01:31.458Z Checking cargo_metadata v0.23.1
28482026-08-06T23:01:31.518Z Checking spki v0.8.0
28492026-08-06T23:01:31.727Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28502026-08-06T23:01:31.856Z Checking supports-color v3.0.2
28512026-08-06T23:01:32.016Z Checking console v0.16.2
28522026-08-06T23:01:32.248Z Checking salsa20 v0.11.0
28532026-08-06T23:01:32.361Z Compiling vergen-git2 v9.1.0
28542026-08-06T23:01:32.430Z Checking unit-prefix v0.5.2
28552026-08-06T23:01:32.584Z Checking plotters-backend v0.3.7
28562026-08-06T23:01:32.618Z Checking indicatif v0.18.4
28572026-08-06T23:01:32.826Z Checking plotters-svg v0.3.7
28582026-08-06T23:01:33.031Z Checking scrypt v0.12.0
28592026-08-06T23:01:33.079Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28602026-08-06T23:01:33.139Z Checking cbc v0.2.1
28612026-08-06T23:01:33.235Z Checking libsw-core v0.3.2
28622026-08-06T23:01:33.301Z Checking cast v0.3.0
28632026-08-06T23:01:33.338Z Checking pkcs5 v0.8.1
28642026-08-06T23:01:33.418Z Checking libsw v3.5.0
28652026-08-06T23:01:33.489Z Checking criterion-plot v0.6.0
28662026-08-06T23:01:33.655Z Checking plotters v0.3.7
28672026-08-06T23:01:33.691Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28682026-08-06T23:01:33.766Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28692026-08-06T23:01:33.992Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28702026-08-06T23:01:34.223Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28712026-08-06T23:01:34.429Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28722026-08-06T23:01:34.464Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28732026-08-06T23:01:34.657Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28742026-08-06T23:01:34.692Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28752026-08-06T23:01:34.694Z Checking colored v2.2.0
28762026-08-06T23:01:34.881Z Checking tinytemplate v1.2.1
28772026-08-06T23:01:34.960Z Checking oorandom v11.1.5
28782026-08-06T23:01:35.107Z Checking shell-words v1.1.1
28792026-08-06T23:01:35.143Z Checking anes v0.1.6
28802026-08-06T23:01:35.362Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-08-06T23:01:35.431Z Checking criterion v0.7.0
28822026-08-06T23:01:35.632Z Checking pkcs8 v0.11.0
28832026-08-06T23:01:35.872Z Checking oxide-update-engine-display v0.1.2
28842026-08-06T23:01:36.223Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28852026-08-06T23:01:36.696Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28862026-08-06T23:01:37.049Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28872026-08-06T23:01:37.278Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28882026-08-06T23:01:37.890Z Checking tokio-test v0.4.5
28892026-08-06T23:01:38.130Z Checking ff v0.14.0
28902026-08-06T23:01:38.304Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28912026-08-06T23:01:38.531Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-08-06T23:01:38.939Z Checking twox-hash v2.1.2
28932026-08-06T23:01:39.280Z Checking atty v0.2.14
28942026-08-06T23:01:39.415Z Checking constant_time_eq v0.4.2
28952026-08-06T23:01:39.593Z Checking arrayref v0.3.9
28962026-08-06T23:01:39.702Z Checking arrayvec v0.7.6
28972026-08-06T23:01:39.976Z Checking group v0.14.0
28982026-08-06T23:01:40.170Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28992026-08-06T23:01:40.376Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29002026-08-06T23:01:40.767Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29012026-08-06T23:01:41.150Z Checking fatfs v0.3.6
29022026-08-06T23:01:41.657Z Checking signature v3.0.0
29032026-08-06T23:01:41.799Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-08-06T23:01:41.841Z Compiling seq-macro v0.3.6
29052026-08-06T23:01:41.998Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-08-06T23:01:42.178Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29072026-08-06T23:01:42.368Z Checking base16ct v1.0.0
29082026-08-06T23:01:42.536Z Checking sec1 v0.8.1
29092026-08-06T23:01:42.781Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29102026-08-06T23:01:43.130Z Checking hkdf v0.13.0
29112026-08-06T23:01:43.221Z Checking concurrent-queue v2.5.0
29122026-08-06T23:01:43.299Z Compiling petname v2.0.2
29132026-08-06T23:01:43.443Z Checking parking v2.2.1
29142026-08-06T23:01:43.510Z Checking elliptic-curve v0.14.1
29152026-08-06T23:01:43.596Z Checking event-listener v5.4.1
29162026-08-06T23:01:43.850Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29172026-08-06T23:01:43.947Z Checking rtoolbox v0.0.3
29182026-08-06T23:01:44.111Z Checking rpassword v7.5.4
29192026-08-06T23:01:44.308Z Checking event-listener-strategy v0.5.4
29202026-08-06T23:01:44.401Z Checking wnaf v0.14.0
29212026-08-06T23:01:44.476Z Checking primefield v0.14.0
29222026-08-06T23:01:44.602Z Checking rfc6979 v0.6.0
29232026-08-06T23:01:44.710Z Checking tui-tree-widget v0.23.1
29242026-08-06T23:01:44.773Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29252026-08-06T23:01:44.912Z Compiling samael v0.0.19
29262026-08-06T23:01:44.946Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29272026-08-06T23:01:44.980Z Checking sapling-renderdag v0.1.0
29282026-08-06T23:01:45.254Z Compiling blake3 v1.8.5
29292026-08-06T23:01:45.682Z Checking futures-timer v3.0.3
29302026-08-06T23:01:45.902Z Checking sync-ptr v0.1.4
29312026-08-06T23:01:46.051Z Checking ecdsa v0.17.0
29322026-08-06T23:01:46.479Z Checking primeorder v0.14.0
29332026-08-06T23:01:46.514Z Checking async-lock v3.4.2
29342026-08-06T23:01:46.878Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29352026-08-06T23:01:46.936Z Compiling curve25519-dalek v5.0.0
29362026-08-06T23:01:47.027Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29372026-08-06T23:01:47.142Z Checking async-object-pool v0.2.0
29382026-08-06T23:01:47.441Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29392026-08-06T23:01:47.602Z Checking ssh-encoding v0.3.0
29402026-08-06T23:01:47.862Z Checking serde_regex v1.1.0
29412026-08-06T23:01:48.053Z Checking assert-json-diff v2.0.2
29422026-08-06T23:01:48.255Z Checking path-tree v0.8.3
29432026-08-06T23:01:48.422Z Checking keccak v0.2.0
29442026-08-06T23:01:48.474Z Checking stringmetrics v2.2.2
29452026-08-06T23:01:48.615Z Checking topological-sort v0.2.2
29462026-08-06T23:01:48.663Z Compiling strsim v0.10.0
29472026-08-06T23:01:48.784Z Checking omicron-zone-package v0.12.3
29482026-08-06T23:01:49.020Z Compiling darling_core v0.13.4
29492026-08-06T23:01:49.694Z Checking httpmock v0.8.3
29502026-08-06T23:01:50.080Z Checking ed25519 v3.0.0
29512026-08-06T23:01:50.313Z Checking crypto-primes v0.7.2
29522026-08-06T23:01:50.623Z Checking pkcs1 v0.8.0-rc.4
29532026-08-06T23:01:50.869Z Checking poly1305 v0.9.0
29542026-08-06T23:01:50.902Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29552026-08-06T23:01:51.173Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29562026-08-06T23:01:51.317Z Checking blowfish v0.10.0
29572026-08-06T23:01:51.353Z Checking blake2 v0.11.0-rc.6
29582026-08-06T23:01:51.507Z Checking gimli v0.32.3
29592026-08-06T23:01:51.644Z Compiling target-lexicon v0.13.3
29602026-08-06T23:01:51.838Z Checking argon2 v0.6.0-rc.8
29612026-08-06T23:01:51.934Z Checking bcrypt-pbkdf v0.11.0
29622026-08-06T23:01:52.126Z Checking rsa v0.10.0-rc.18
29632026-08-06T23:01:52.196Z Checking ssh-cipher v0.3.0
29642026-08-06T23:01:52.240Z Compiling darling_macro v0.13.4
29652026-08-06T23:01:52.441Z Checking ed25519-dalek v3.0.0
29662026-08-06T23:01:52.640Z Checking sha3 v0.11.0
29672026-08-06T23:01:52.754Z Checking p384 v0.14.0
29682026-08-06T23:01:53.009Z Checking p521 v0.14.0
29692026-08-06T23:01:53.071Z Checking addr2line v0.25.1
29702026-08-06T23:01:53.371Z Checking p256 v0.14.0
29712026-08-06T23:01:54.132Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29722026-08-06T23:01:54.397Z Checking kem v0.3.0
29732026-08-06T23:01:54.546Z Checking module-lattice v0.2.3
29742026-08-06T23:01:54.581Z Compiling guppy-workspace-hack v0.1.0
29752026-08-06T23:01:54.725Z Checking hex-literal v0.4.1
29762026-08-06T23:01:54.785Z Checking rustc-demangle v0.1.27
29772026-08-06T23:01:54.819Z Checking sponge-cursor v0.1.0
29782026-08-06T23:01:54.852Z Checking ml-kem v0.3.2
29792026-08-06T23:01:54.980Z Checking sha3 v0.12.0
29802026-08-06T23:01:55.040Z Checking backtrace v0.3.76
29812026-08-06T23:01:55.259Z Compiling darling v0.13.4
29822026-08-06T23:01:55.406Z Checking russh-cryptovec v0.62.0
29832026-08-06T23:01:55.613Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29842026-08-06T23:01:55.650Z Checking internal-russh-num-bigint v0.5.0
29852026-08-06T23:01:55.680Z Checking num-bigint v0.4.6
29862026-08-06T23:01:55.834Z Checking russh-util v0.52.0
29872026-08-06T23:01:55.995Z Checking generic-array v1.4.3
29882026-08-06T23:01:56.030Z Checking ssh-key v0.7.0-rc.11
29892026-08-06T23:01:56.425Z Compiling enum_dispatch v0.3.13
29902026-08-06T23:01:56.625Z Compiling delegate v0.13.5
29912026-08-06T23:01:56.687Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29922026-08-06T23:01:56.804Z Compiling git2 v0.20.4
29932026-08-06T23:01:56.925Z Checking md5 v0.8.0
29942026-08-06T23:01:57.126Z Checking hex-literal v1.1.0
29952026-08-06T23:01:57.130Z Compiling target-spec v3.5.7
29962026-08-06T23:01:57.258Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29972026-08-06T23:01:57.546Z Checking cfg-expr v0.20.6
29982026-08-06T23:01:57.641Z Compiling serde_with_macros v1.5.2
29992026-08-06T23:01:57.647Z Checking russh v0.62.4
30002026-08-06T23:01:57.908Z Checking backtrace-ext v0.2.1
30012026-08-06T23:01:58.054Z Checking supports-color v2.1.0
30022026-08-06T23:01:58.088Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30032026-08-06T23:01:58.228Z Checking textwrap v0.15.2
30042026-08-06T23:01:58.468Z Checking supports-hyperlinks v2.1.0
30052026-08-06T23:01:58.471Z Checking supports-unicode v2.1.0
30062026-08-06T23:01:58.622Z Checking hashbrown v0.14.5
30072026-08-06T23:01:58.656Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30082026-08-06T23:01:58.869Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30092026-08-06T23:01:59.138Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30102026-08-06T23:01:59.253Z Checking socket2 v0.5.10
30112026-08-06T23:01:59.370Z Checking terminal_size v0.1.17
30122026-08-06T23:01:59.513Z Compiling miette-derive v5.10.0
30132026-08-06T23:01:59.546Z Compiling fs-err v2.11.0
30142026-08-06T23:01:59.658Z Checking internet-checksum v0.2.1
30152026-08-06T23:01:59.778Z Checking owo-colors v3.5.0
30162026-08-06T23:01:59.952Z Checking chumsky v0.9.3
30172026-08-06T23:02:00.146Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30182026-08-06T23:02:00.343Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30192026-08-06T23:02:00.663Z Checking miette v5.10.0
30202026-08-06T23:02:00.788Z Compiling serde_with v1.14.0
30212026-08-06T23:02:01.182Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-08-06T23:02:01.272Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30232026-08-06T23:02:01.340Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30242026-08-06T23:02:01.770Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30252026-08-06T23:02:01.941Z Compiling polar-core v0.27.3
30262026-08-06T23:02:01.976Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30272026-08-06T23:02:02.039Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30282026-08-06T23:02:02.165Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30292026-08-06T23:02:02.201Z Compiling knuffel-derive v3.2.0
30302026-08-06T23:02:02.205Z Checking httptest v0.16.4
30312026-08-06T23:02:02.340Z Checking pathdiff v0.2.3
30322026-08-06T23:02:02.483Z Checking nested v0.1.1
30332026-08-06T23:02:02.641Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30342026-08-06T23:02:02.676Z Checking guppy v0.17.25
30352026-08-06T23:02:03.041Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30362026-08-06T23:02:03.505Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30372026-08-06T23:02:03.610Z Checking similar-asserts v1.7.0
30382026-08-06T23:02:03.695Z Checking knuffel v3.2.0
30392026-08-06T23:02:03.771Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30402026-08-06T23:02:03.806Z Compiling target-triple v1.0.0
30412026-08-06T23:02:04.124Z Checking parse-size v1.1.0
30422026-08-06T23:02:04.236Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30432026-08-06T23:02:04.278Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30442026-08-06T23:02:04.312Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30452026-08-06T23:02:04.345Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30462026-08-06T23:02:04.569Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30472026-08-06T23:02:04.884Z Checking hickory-client v0.25.2
30482026-08-06T23:02:05.193Z Compiling assert_cmd v2.1.2
30492026-08-06T23:02:05.228Z Checking escape8259 v0.5.3
30502026-08-06T23:02:05.389Z Checking libtest-mimic v0.8.1
30512026-08-06T23:02:05.798Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30522026-08-06T23:02:05.935Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30532026-08-06T23:02:05.979Z Checking blake2b_simd v1.0.4
30542026-08-06T23:02:06.403Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30552026-08-06T23:02:06.661Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30562026-08-06T23:02:06.855Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30572026-08-06T23:02:07.049Z Checking oso v0.27.3
30582026-08-06T23:02:07.083Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30592026-08-06T23:02:07.086Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30602026-08-06T23:02:07.311Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30612026-08-06T23:02:07.510Z Checking fancy-regex v0.14.0
30622026-08-06T23:02:07.547Z Checking serde_tokenstream v0.2.3
30632026-08-06T23:02:07.828Z Checking approx v0.5.1
30642026-08-06T23:02:07.901Z Compiling rstest_macros v0.25.0
30652026-08-06T23:02:07.955Z Checking uzers v0.12.2
30662026-08-06T23:02:07.989Z Checking constant_time_eq v0.3.1
30672026-08-06T23:02:08.022Z Checking termcolor v1.4.1
30682026-08-06T23:02:08.121Z Compiling linkme-impl v0.3.35
30692026-08-06T23:02:08.197Z Checking rust-argon2 v2.1.0
30702026-08-06T23:02:08.265Z Checking trybuild v1.0.116
30712026-08-06T23:02:08.462Z Checking datatest-stable v0.3.3
30722026-08-06T23:02:08.669Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30732026-08-06T23:02:08.772Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30742026-08-06T23:02:08.869Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30752026-08-06T23:02:08.964Z Checking support-bundle-viewer v0.1.2
30762026-08-06T23:02:09.025Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30772026-08-06T23:02:09.245Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30782026-08-06T23:02:09.284Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30792026-08-06T23:02:09.475Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30802026-08-06T23:02:09.512Z Checking drift v0.2.0
30812026-08-06T23:02:09.619Z Checking rand_distr v0.5.1
30822026-08-06T23:02:09.695Z Checking multimap v0.10.1
30832026-08-06T23:02:09.899Z Compiling relative-path v1.9.3
30842026-08-06T23:02:09.934Z Compiling linkme v0.3.35
30852026-08-06T23:02:10.063Z Checking dropshot-api-manager v0.7.2
30862026-08-06T23:02:11.255Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30872026-08-06T23:02:11.653Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30882026-08-06T23:02:11.689Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30892026-08-06T23:02:11.887Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30902026-08-06T23:02:12.434Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30912026-08-06T23:02:12.481Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30922026-08-06T23:02:12.532Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30932026-08-06T23:02:12.656Z Checking cargo_toml v0.21.0
30942026-08-06T23:02:12.995Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30952026-08-06T23:02:13.045Z Checking partial-io v0.5.4
30962026-08-06T23:02:13.215Z Checking termios v0.3.3
30972026-08-06T23:02:13.279Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30982026-08-06T23:02:13.455Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-06T23:02:13.489Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31002026-08-06T23:02:13.792Z Checking rstest v0.25.0
31012026-08-06T23:02:14.843Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31022026-08-06T23:02:17.125Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31032026-08-06T23:02:20.784Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31042026-08-06T23:02:21.015Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31052026-08-06T23:02:25.798Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31062026-08-06T23:02:26.493Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31072026-08-06T23:02:28.211Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31082026-08-06T23:02:33.208Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31092026-08-06T23:02:36.731Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31102026-08-06T23:02:39.887Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31112026-08-06T23:02:41.464Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31122026-08-06T23:02:41.761Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31132026-08-06T23:02:44.429Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31142026-08-06T23:02:49.633Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31152026-08-06T23:02:54.273Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31162026-08-06T23:03:14.605Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31172026-08-06T23:04:08.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
31182026-08-06T23:04:08.940Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31192026-08-06T23:04:08.940Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31202026-08-06T23:04:09.596Z
31212026-08-06T23:04:09.596Zreal 4:13.146203731
31222026-08-06T23:04:09.596Zuser 21:39.890264074
31232026-08-06T23:04:09.596Zsys 5:08.740853902
31242026-08-06T23:04:09.597Ztrap 0.532990709
31252026-08-06T23:04:09.597Ztflt 0.462131303
31262026-08-06T23:04:09.597Zdflt 0.693704900
31272026-08-06T23:04:09.597Zkflt 0.004969830
31282026-08-06T23:04:09.597Zlock 1:05:35.099521123
31292026-08-06T23:04:09.597Zslp 58:59.451478977
31302026-08-06T23:04:09.597Zlat 1:51.417840745
31312026-08-06T23:04:09.597Zstop 13:46.175750935
31322026-08-06T23:04:09.601Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31332026-08-06T23:04:09.601Z+ ptime -m cargo doc --workspace --no-deps
31342026-08-06T23:04:10.434Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31352026-08-06T23:04:10.434Z |
31362026-08-06T23:04:10.434Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
31372026-08-06T23:04:10.434Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
31382026-08-06T23:04:11.489Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31392026-08-06T23:04:11.729Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31402026-08-06T23:04:11.774Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31412026-08-06T23:04:11.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31422026-08-06T23:04:11.897Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31432026-08-06T23:04:11.998Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-08-06T23:04:12.029Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31452026-08-06T23:04:12.029Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31462026-08-06T23:04:12.079Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31472026-08-06T23:04:12.103Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31482026-08-06T23:04:12.253Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31492026-08-06T23:04:12.303Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-08-06T23:04:12.328Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31512026-08-06T23:04:12.411Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-08-06T23:04:12.433Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31532026-08-06T23:04:12.454Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31542026-08-06T23:04:12.454Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31552026-08-06T23:04:12.498Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31562026-08-06T23:04:12.523Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-08-06T23:04:12.595Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31582026-08-06T23:04:12.646Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31592026-08-06T23:04:12.904Z Checking perfetto-trace v0.1.0 (/work/oxidecomputer/omicron/perfetto-trace)
31602026-08-06T23:04:13.044Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-08-06T23:04:13.108Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31622026-08-06T23:04:13.131Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31632026-08-06T23:04:13.156Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31642026-08-06T23:04:13.196Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31652026-08-06T23:04:13.302Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31662026-08-06T23:04:13.366Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31672026-08-06T23:04:13.469Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31682026-08-06T23:04:13.595Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31692026-08-06T23:04:13.673Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31702026-08-06T23:04:13.776Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31712026-08-06T23:04:13.830Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31722026-08-06T23:04:13.861Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31732026-08-06T23:04:14.051Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31742026-08-06T23:04:14.107Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31752026-08-06T23:04:14.204Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31762026-08-06T23:04:14.272Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31772026-08-06T23:04:14.324Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31782026-08-06T23:04:14.431Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31792026-08-06T23:04:14.597Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31802026-08-06T23:04:14.739Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31812026-08-06T23:04:14.763Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31822026-08-06T23:04:14.787Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31832026-08-06T23:04:14.829Z Checking scuffle v0.1.0
31842026-08-06T23:04:14.993Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31852026-08-06T23:04:15.018Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31862026-08-06T23:04:15.109Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31872026-08-06T23:04:15.245Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31882026-08-06T23:04:15.272Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31892026-08-06T23:04:15.336Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31902026-08-06T23:04:15.404Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31912026-08-06T23:04:15.490Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31922026-08-06T23:04:15.518Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31932026-08-06T23:04:15.543Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-08-06T23:04:15.570Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31952026-08-06T23:04:15.596Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31962026-08-06T23:04:15.681Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31972026-08-06T23:04:15.712Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31982026-08-06T23:04:16.116Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31992026-08-06T23:04:16.390Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32002026-08-06T23:04:16.479Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32012026-08-06T23:04:16.801Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022026-08-06T23:04:16.856Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32032026-08-06T23:04:17.155Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32042026-08-06T23:04:17.158Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32052026-08-06T23:04:17.325Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32062026-08-06T23:04:17.350Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32072026-08-06T23:04:17.409Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32082026-08-06T23:04:17.489Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32092026-08-06T23:04:17.614Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32102026-08-06T23:04:17.671Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32112026-08-06T23:04:17.776Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32122026-08-06T23:04:18.456Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32132026-08-06T23:04:18.593Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32142026-08-06T23:04:18.800Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32152026-08-06T23:04:18.827Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32162026-08-06T23:04:18.886Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32172026-08-06T23:04:19.168Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32182026-08-06T23:04:19.192Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32192026-08-06T23:04:19.195Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32202026-08-06T23:04:19.240Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32212026-08-06T23:04:19.244Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32222026-08-06T23:04:19.413Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32232026-08-06T23:04:19.509Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32242026-08-06T23:04:19.604Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32252026-08-06T23:04:19.653Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262026-08-06T23:04:19.683Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32272026-08-06T23:04:19.742Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32282026-08-06T23:04:19.834Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32292026-08-06T23:04:19.905Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32302026-08-06T23:04:19.929Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32312026-08-06T23:04:19.950Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32322026-08-06T23:04:19.992Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32332026-08-06T23:04:20.015Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32342026-08-06T23:04:20.145Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32352026-08-06T23:04:20.145Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32362026-08-06T23:04:20.212Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32372026-08-06T23:04:20.215Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32382026-08-06T23:04:20.277Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32392026-08-06T23:04:20.361Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32402026-08-06T23:04:20.390Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32412026-08-06T23:04:20.472Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32422026-08-06T23:04:20.561Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32432026-08-06T23:04:20.586Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32442026-08-06T23:04:20.848Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32452026-08-06T23:04:20.848Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32462026-08-06T23:04:20.891Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32472026-08-06T23:04:21.399Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32482026-08-06T23:04:21.551Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32492026-08-06T23:04:22.196Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32502026-08-06T23:04:22.492Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32512026-08-06T23:04:22.897Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32522026-08-06T23:04:23.093Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32532026-08-06T23:04:23.125Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32542026-08-06T23:04:23.319Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32552026-08-06T23:04:23.475Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32562026-08-06T23:04:23.680Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32572026-08-06T23:04:24.412Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32582026-08-06T23:04:25.257Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32592026-08-06T23:04:25.355Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32602026-08-06T23:04:25.631Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-08-06T23:04:25.817Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32622026-08-06T23:04:25.895Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32632026-08-06T23:04:26.295Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32642026-08-06T23:04:26.321Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-08-06T23:04:26.885Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662026-08-06T23:04:27.016Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32672026-08-06T23:04:27.040Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32682026-08-06T23:04:27.350Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32692026-08-06T23:04:27.375Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32702026-08-06T23:04:27.650Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32712026-08-06T23:04:28.221Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32722026-08-06T23:04:28.377Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32732026-08-06T23:04:28.619Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32742026-08-06T23:04:28.804Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32752026-08-06T23:04:29.020Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32762026-08-06T23:04:29.267Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32772026-08-06T23:04:29.806Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32782026-08-06T23:04:29.861Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32792026-08-06T23:04:30.531Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32802026-08-06T23:04:30.887Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32812026-08-06T23:04:30.974Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32822026-08-06T23:04:31.282Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32832026-08-06T23:04:32.018Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32842026-08-06T23:04:32.125Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-08-06T23:04:32.286Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32862026-08-06T23:04:32.337Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32872026-08-06T23:04:32.623Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32882026-08-06T23:04:32.730Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32892026-08-06T23:04:33.273Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32902026-08-06T23:04:33.547Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32912026-08-06T23:04:34.513Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-08-06T23:04:34.668Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32932026-08-06T23:04:34.922Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32942026-08-06T23:04:38.554Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32952026-08-06T23:04:39.100Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32962026-08-06T23:04:39.902Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-08-06T23:04:40.890Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32982026-08-06T23:04:41.523Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32992026-08-06T23:04:42.011Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33002026-08-06T23:04:42.193Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33012026-08-06T23:04:42.390Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33022026-08-06T23:04:42.615Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33032026-08-06T23:04:43.974Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33042026-08-06T23:04:44.281Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-08-06T23:04:44.306Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33062026-08-06T23:04:45.039Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33072026-08-06T23:04:45.307Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33082026-08-06T23:04:45.371Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33092026-08-06T23:04:45.654Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33102026-08-06T23:04:45.719Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33112026-08-06T23:04:45.745Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33122026-08-06T23:04:46.214Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33132026-08-06T23:04:46.404Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33142026-08-06T23:04:46.519Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33152026-08-06T23:04:47.163Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33162026-08-06T23:04:47.290Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33172026-08-06T23:04:47.324Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33182026-08-06T23:04:47.400Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33192026-08-06T23:04:47.491Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33202026-08-06T23:04:48.070Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33212026-08-06T23:04:48.240Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33222026-08-06T23:04:49.457Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33232026-08-06T23:04:49.921Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33242026-08-06T23:04:50.423Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33252026-08-06T23:04:52.353Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33262026-08-06T23:04:53.838Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33272026-08-06T23:04:54.274Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33282026-08-06T23:04:55.048Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33292026-08-06T23:04:56.724Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33302026-08-06T23:04:58.575Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33312026-08-06T23:04:59.111Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33322026-08-06T23:04:59.656Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33332026-08-06T23:05:00.700Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33342026-08-06T23:05:01.951Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33352026-08-06T23:05:04.103Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33362026-08-06T23:05:04.505Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33372026-08-06T23:05:04.710Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33382026-08-06T23:05:05.354Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33392026-08-06T23:05:05.742Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-08-06T23:05:09.286Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33412026-08-06T23:05:11.940Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33422026-08-06T23:05:12.587Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33432026-08-06T23:05:13.629Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33442026-08-06T23:05:14.517Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33452026-08-06T23:05:15.377Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33462026-08-06T23:05:16.106Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33472026-08-06T23:05:16.858Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33482026-08-06T23:05:18.585Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33492026-08-06T23:05:19.066Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33502026-08-06T23:05:19.707Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33512026-08-06T23:05:20.434Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33522026-08-06T23:05:20.957Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33532026-08-06T23:05:21.862Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33542026-08-06T23:05:22.509Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33552026-08-06T23:05:26.729Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33562026-08-06T23:05:27.341Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33572026-08-06T23:05:28.643Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33582026-08-06T23:05:29.169Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33592026-08-06T23:05:29.979Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33602026-08-06T23:05:30.997Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33612026-08-06T23:05:32.856Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33622026-08-06T23:05:34.397Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33632026-08-06T23:05:35.402Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33642026-08-06T23:05:36.348Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33652026-08-06T23:05:37.797Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33662026-08-06T23:05:38.539Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33672026-08-06T23:05:41.291Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33682026-08-06T23:05:42.051Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33692026-08-06T23:05:43.919Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33702026-08-06T23:05:44.491Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33712026-08-06T23:05:46.253Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33722026-08-06T23:05:47.617Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33732026-08-06T23:05:49.335Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33742026-08-06T23:05:50.854Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-08-06T23:05:52.496Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33762026-08-06T23:05:53.894Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33772026-08-06T23:05:55.686Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33782026-08-06T23:06:00.184Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33792026-08-06T23:06:00.620Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33802026-08-06T23:06:01.844Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33812026-08-06T23:06:02.356Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33822026-08-06T23:06:04.131Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33832026-08-06T23:06:05.896Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33842026-08-06T23:06:07.557Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33852026-08-06T23:06:09.593Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33862026-08-06T23:06:11.319Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33872026-08-06T23:06:12.987Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33882026-08-06T23:06:14.990Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33892026-08-06T23:06:16.499Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33902026-08-06T23:06:18.213Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33912026-08-06T23:06:19.991Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33922026-08-06T23:06:21.734Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33932026-08-06T23:06:23.404Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33942026-08-06T23:06:26.931Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-08-06T23:06:28.299Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33962026-08-06T23:06:30.354Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33972026-08-06T23:06:31.963Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33982026-08-06T23:06:33.474Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33992026-08-06T23:06:35.197Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34002026-08-06T23:06:39.592Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34012026-08-06T23:06:43.461Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34022026-08-06T23:06:43.488Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34032026-08-06T23:06:45.267Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34042026-08-06T23:06:47.428Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34052026-08-06T23:06:50.557Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34062026-08-06T23:06:51.674Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34072026-08-06T23:06:55.970Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34082026-08-06T23:06:58.994Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34092026-08-06T23:07:00.954Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34102026-08-06T23:07:02.967Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34112026-08-06T23:07:05.442Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34122026-08-06T23:07:08.009Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34132026-08-06T23:07:10.124Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34142026-08-06T23:07:13.136Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34152026-08-06T23:07:15.374Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34162026-08-06T23:07:17.200Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34172026-08-06T23:07:19.901Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34182026-08-06T23:07:22.283Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34192026-08-06T23:07:24.718Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34202026-08-06T23:07:27.093Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34212026-08-06T23:07:29.573Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34222026-08-06T23:07:31.978Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34232026-08-06T23:07:34.458Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34242026-08-06T23:07:36.906Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34252026-08-06T23:07:39.304Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34262026-08-06T23:07:41.631Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34272026-08-06T23:07:44.249Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34282026-08-06T23:07:46.706Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34292026-08-06T23:07:49.179Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34302026-08-06T23:07:51.663Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34312026-08-06T23:07:54.037Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34322026-08-06T23:07:56.475Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34332026-08-06T23:07:59.097Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34342026-08-06T23:08:01.539Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34352026-08-06T23:08:04.042Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34362026-08-06T23:08:06.494Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34372026-08-06T23:08:09.031Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34382026-08-06T23:08:11.278Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34392026-08-06T23:08:13.887Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34402026-08-06T23:08:16.700Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34412026-08-06T23:08:19.068Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34422026-08-06T23:08:21.755Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34432026-08-06T23:08:24.261Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34442026-08-06T23:08:26.812Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34452026-08-06T23:08:29.190Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34462026-08-06T23:08:31.973Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34472026-08-06T23:08:34.346Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34482026-08-06T23:08:37.616Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34492026-08-06T23:08:39.815Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34502026-08-06T23:08:42.364Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34512026-08-06T23:08:45.001Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34522026-08-06T23:08:47.555Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34532026-08-06T23:08:50.258Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34542026-08-06T23:08:52.865Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34552026-08-06T23:08:55.482Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34562026-08-06T23:08:57.938Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34572026-08-06T23:09:00.679Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34582026-08-06T23:09:03.277Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34592026-08-06T23:09:06.283Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34602026-08-06T23:09:08.949Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34612026-08-06T23:09:11.502Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34622026-08-06T23:09:14.084Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34632026-08-06T23:09:16.787Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34642026-08-06T23:09:19.491Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34652026-08-06T23:09:22.678Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34662026-08-06T23:09:25.098Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34672026-08-06T23:09:27.838Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34682026-08-06T23:09:35.719Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34692026-08-06T23:09:35.854Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34702026-08-06T23:09:39.562Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34712026-08-06T23:09:42.791Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34722026-08-06T23:09:46.338Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34732026-08-06T23:09:51.161Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34742026-08-06T23:09:54.136Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34752026-08-06T23:09:57.835Z Documenting perfetto-trace v0.1.0 (/work/oxidecomputer/omicron/perfetto-trace)
34762026-08-06T23:10:01.629Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34772026-08-06T23:10:05.449Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34782026-08-06T23:10:09.256Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34792026-08-06T23:10:12.995Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34802026-08-06T23:10:16.886Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34812026-08-06T23:10:20.702Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34822026-08-06T23:10:24.416Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34832026-08-06T23:10:28.215Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34842026-08-06T23:10:32.010Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34852026-08-06T23:10:35.851Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34862026-08-06T23:10:39.585Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34872026-08-06T23:10:43.395Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34882026-08-06T23:10:47.231Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34892026-08-06T23:10:50.964Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34902026-08-06T23:10:54.817Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34912026-08-06T23:10:58.604Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34922026-08-06T23:11:02.425Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34932026-08-06T23:11:32.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 23s
34942026-08-06T23:11:32.887Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34952026-08-06T23:11:32.887Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34962026-08-06T23:11:33.057Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files
34972026-08-06T23:11:33.168Z
34982026-08-06T23:11:33.172Zreal 7:23.478112253
34992026-08-06T23:11:33.172Zuser 19:58.157481371
35002026-08-06T23:11:33.172Zsys 4:18.699586087
35012026-08-06T23:11:33.172Ztrap 0.295409656
35022026-08-06T23:11:33.172Ztflt 0.009395001
35032026-08-06T23:11:33.172Zdflt 0.128490877
35042026-08-06T23:11:33.172Zkflt 0.000013600
35052026-08-06T23:11:33.172Zlock 7:03:42.321925159
35062026-08-06T23:11:33.172Zslp 2:29:07.135565756
35072026-08-06T23:11:33.172Zlat 35.018094348
35082026-08-06T23:11:33.172Zstop 2:04.412630635
35092026-08-06T23:11:33.172Zprocess exited: duration 821678 ms, exit code 0
 
35102026-08-06T23:11:33.179Zfound 0 output files