01KYJKX244GETDK36K67Q1CXTM: clippy (helios)

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

Buildomat Job: 01KYJKXMHVEGRQQX89B7NHFW1W

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-27T20:23:56.979Zjob assigned to worker 01KYJKXZDFTR472C9231TDX1PF [factory aws, i-091eb0b36a995ba59] (queued for 51 s)
 
22026-07-27T20:24:03.673Zstarting task 0: "setup"
32026-07-27T20:24:03.678Z++ uname -s
42026-07-27T20:24:03.681Z+ kern=SunOS
52026-07-27T20:24:03.681Z+ build_user=build
62026-07-27T20:24:03.681Z+ build_uid=12345
72026-07-27T20:24:03.681Z+ work_dir=/work
82026-07-27T20:24:03.682Z+ input_dir=/input
92026-07-27T20:24:03.682Z+ [[ 0 == 12345 ]]
102026-07-27T20:24:03.682Z+ case "$kern" in
112026-07-27T20:24:03.682Z+ groupadd -g 12345 build
122026-07-27T20:24:03.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-27T20:24:05.687Z+ zfs create -o mountpoint=/work rpool/work
142026-07-27T20:24:05.793Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-27T20:24:05.796Z+ home_fs=zfs
162026-07-27T20:24:05.796Z+ [[ zfs == autofs ]]
172026-07-27T20:24:05.796Z+ mkdir -p /home/build
182026-07-27T20:24:05.796Z+ chown build:build /home/build /work
192026-07-27T20:24:07.799Z+ chmod 0700 /home/build /work
202026-07-27T20:24:07.803Zprocess exited: duration 4125 ms, exit code 0
 
212026-07-27T20:24:07.810Zstarting task 1: "rust-toolchain"
222026-07-27T20:24:07.814Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-27T20:24:07.814Z * rust toolchain channel = "1.97.1"
242026-07-27T20:24:07.814Z * rust toolchain profile = "default"
252026-07-27T20:24:07.814Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-27T20:24:07.815Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-27T20:24:07.816Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-27T20:24:07.816Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-27T20:24:07.824Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-27T20:24:07.895Zinfo: downloading installer
312026-07-27T20:24:09.344Zwarn: It looks like you have an existing rustup settings file at:
322026-07-27T20:24:09.344Zwarn: /home/build/.rustup/settings.toml
332026-07-27T20:24:09.345Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-27T20:24:09.345Zwarn: instead of the one inferred from the default host triple.
352026-07-27T20:24:09.359Zinfo: profile set to default
362026-07-27T20:24:09.359Zinfo: default host triple is x86_64-unknown-illumos
372026-07-27T20:24:09.366Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-27T20:24:09.500Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-27T20:24:09.503Zinfo: downloading 6 components
402026-07-27T20:24:26.371Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-27T20:24:26.371Z
422026-07-27T20:24:26.397Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-27T20:24:26.397Z
442026-07-27T20:24:26.397Z
452026-07-27T20:24:26.397ZRust is installed now. Great!
462026-07-27T20:24:26.397Z
472026-07-27T20:24:26.397ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-27T20:24:26.398Zenvironment variable. This has not been done automatically.
492026-07-27T20:24:26.398Z
502026-07-27T20:24:26.398ZTo configure your current shell, you need to source
512026-07-27T20:24:26.398Zthe corresponding env file under $HOME/.cargo.
522026-07-27T20:24:26.398Z
532026-07-27T20:24:26.398ZThis is usually done by running one of the following (note the leading DOT):
542026-07-27T20:24:26.401Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-27T20:24:26.401Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-27T20:24:26.401Zsource "~/.cargo/env.nu" # For nushell
572026-07-27T20:24:26.402Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-27T20:24:26.402Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-27T20:24:26.402Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-27T20:24:26.402Zwarn: no default linker (`cc`) was found in your PATH
612026-07-27T20:24:26.402Zwarn: many Rust crates require a system C toolchain to build
622026-07-27T20:24:26.495Z+ rustup --version
632026-07-27T20:24:26.503Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-27T20:24:26.506Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-27T20:24:26.523Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-27T20:24:26.527Z+ cargo --version
672026-07-27T20:24:26.541Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-27T20:24:26.544Z+ rustc --version
692026-07-27T20:24:26.561Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-27T20:24:26.564Zprocess exited: duration 18754 ms, exit code 0
 
712026-07-27T20:24:26.570Zstarting task 2: "authentication"
722026-07-27T20:24:26.587Zprocess exited: duration 16 ms, exit code 0
 
732026-07-27T20:24:26.592Zstarting task 3: "clone repository"
742026-07-27T20:24:26.596Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-27T20:24:26.599Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-27T20:24:26.630ZCloning into '/work/oxidecomputer/omicron'...
772026-07-27T20:24:42.752Z+ cd /work/oxidecomputer/omicron
782026-07-27T20:24:42.752Z+ git fetch origin f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
792026-07-27T20:24:43.057ZFrom https://github.com/oxidecomputer/omicron
802026-07-27T20:24:43.057Z * branch f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c -> FETCH_HEAD
812026-07-27T20:24:43.072Z+ [[ -n '' ]]
822026-07-27T20:24:43.072Z+ git reset --hard f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
832026-07-27T20:24:43.306ZHEAD is now at f20be7e2e update rust toolchain to 1.97.1
842026-07-27T20:24:43.311Zprocess exited: duration 16710 ms, exit code 0
 
852026-07-27T20:24:43.327Zstarting task 4: "build"
862026-07-27T20:24:43.334Z+ source ./env.sh
872026-07-27T20:24:43.334Z++ OLD_SHELL_OPTS=ehxB
882026-07-27T20:24:43.334Z++ set -o xtrace
892026-07-27T20:24:43.334Z++++ dirname ./env.sh
902026-07-27T20:24:43.334Z+++ readlink -f .
912026-07-27T20:24:43.334Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-27T20:24:43.334Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-27T20:24:43.334Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-27T20:24:43.335Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-07-27T20:24:43.335Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-07-27T20:24:43.335Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-07-27T20:24:43.335Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-07-27T20:24:43.335Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-27T20:24:43.335Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-27T20:24:43.335Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-27T20:24:43.335Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-27T20:24:43.335Z++ case $OLD_SHELL_OPTS in
1032026-07-27T20:24:43.335Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-27T20:24:43.335Z+ source .github/buildomat/ci-env.sh
1052026-07-27T20:24:43.335Z++ export CARGO_TERM_COLOR=always
1062026-07-27T20:24:43.335Z++ CARGO_TERM_COLOR=always
1072026-07-27T20:24:43.335Z+++ uname -s
1082026-07-27T20:24:43.341Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-07-27T20:24:43.341Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-07-27T20:24:43.341Z+ cargo --version
1112026-07-27T20:24:43.345Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-27T20:24:43.345Z+ rustc --version
1132026-07-27T20:24:43.365Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-27T20:24:43.369Z+ banner prerequisites
1152026-07-27T20:24:43.372Z
1162026-07-27T20:24:43.372Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-27T20:24:43.372Z # # # # # # # # # # # # # # #
1182026-07-27T20:24:43.372Z # # # # ##### # # ##### # # # # # #### #
1192026-07-27T20:24:43.372Z ##### ##### # ##### # # # # # # # # #
1202026-07-27T20:24:43.372Z # # # # # # # # # # # # # # #
1212026-07-27T20:24:43.372Z # # # ###### # # ###### ### # #### # #### #
1222026-07-27T20:24:43.372Z
1232026-07-27T20:24:43.372Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-27T20:24:45.072Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-27T20:24:45.305Z Startup: Caching catalogs ... Done
1262026-07-27T20:24:46.475ZPlanning: Solver setup ... Done (1.088s)
1272026-07-27T20:24:46.518ZPlanning: Running solver ... Done (0.044s)
1282026-07-27T20:24:46.551ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-27T20:24:46.561ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-27T20:24:46.576ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-27T20:24:46.589ZPlanning: Package planning ... Done (0.013s)
1322026-07-27T20:24:46.593ZPlanning: Merging actions ... Done (0.001s)
1332026-07-27T20:24:46.800ZPlanning: Checking for conflicting actions ... Done (0.209s)
1342026-07-27T20:24:46.803ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-27T20:24:47.646ZPlanning: Evaluating mediators ... Done (0.844s)
1362026-07-27T20:24:47.650ZPlanning: Planning completed in 2.32 seconds
1372026-07-27T20:24:47.656Z Packages to install: 2
1382026-07-27T20:24:47.660Z Estimated space available: 156.02 GB
1392026-07-27T20:24:47.660ZEstimated space to be consumed: 55.04 MB
1402026-07-27T20:24:47.660Z Create boot environment: No
1412026-07-27T20:24:47.660ZCreate backup boot environment: No
1422026-07-27T20:24:47.660Z Rebuild boot archive: No
1432026-07-27T20:24:47.660Z
1442026-07-27T20:24:47.660ZChanged packages:
1452026-07-27T20:24:47.660Zhelios
1462026-07-27T20:24:47.660Z developer/build-essential
1472026-07-27T20:24:47.660Z None -> 11-3.0
1482026-07-27T20:24:47.661Z library/libxmlsec1
1492026-07-27T20:24:47.661Z None -> 1.2.35-3.0
1502026-07-27T20:24:47.682Z
1512026-07-27T20:24:47.682ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-27T20:24:47.746ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1532026-07-27T20:24:47.797Z Actions: 1/268 actions (Installing new actions)
1542026-07-27T20:24:47.835Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-27T20:24:47.858ZFinalize: Updating package state database ... Done (0.023s)
1562026-07-27T20:24:47.858ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-27T20:24:47.918ZFinalize: Updating image state ... Done (0.061s)
1582026-07-27T20:24:50.358ZFinalize: Creating fast lookup database ... Done (2.402s)
1592026-07-27T20:24:50.425ZFinalize: Reading search index ... Done (0.012s)
1602026-07-27T20:24:50.429ZFinalize: Updating search index ... Done (0.000s)
1612026-07-27T20:24:50.520ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-27T20:24:50.859ZPlanning: Evaluating mediator changes ... Done
1632026-07-27T20:24:50.965ZPlanning: Checking for conflicting actions ... Done
1642026-07-27T20:24:50.969ZPlanning: Consolidating action changes ... Done
1652026-07-27T20:24:51.122ZPlanning: Evaluating mediators ... Done
1662026-07-27T20:24:51.125ZPlanning: Planning completed in 0.26 seconds
1672026-07-27T20:24:51.144Z Mediators to change: 2
1682026-07-27T20:24:51.144Z Create boot environment: No
1692026-07-27T20:24:51.147ZCreate backup boot environment: No
1702026-07-27T20:24:51.186ZFinalize: Updating package state database ... Done
1712026-07-27T20:24:51.186ZFinalize: Updating package cache ... Done
1722026-07-27T20:24:51.221ZFinalize: Updating image state ... Done
1732026-07-27T20:24:53.172ZFinalize: Creating fast lookup database ... Done
1742026-07-27T20:24:53.298ZFinalize: Reading search index ... Done
1752026-07-27T20:24:53.308ZFinalize: Updating search index ... Done
1762026-07-27T20:24:53.312ZFinalize: Updating package cache ... Done
1772026-07-27T20:24:53.596ZPlanning: Evaluating mediator changes ... Done
1782026-07-27T20:24:53.705ZPlanning: Checking for conflicting actions ... Done
1792026-07-27T20:24:53.714ZPlanning: Consolidating action changes ... Done
1802026-07-27T20:24:53.862ZPlanning: Evaluating mediators ... Done
1812026-07-27T20:24:53.868ZPlanning: Planning completed in 0.26 seconds
1822026-07-27T20:24:53.881Z Mediators to change: 1
1832026-07-27T20:24:53.881Z Create boot environment: No
1842026-07-27T20:24:53.881ZCreate backup boot environment: No
1852026-07-27T20:24:53.922ZFinalize: Updating package state database ... Done
1862026-07-27T20:24:53.922ZFinalize: Updating package cache ... Done
1872026-07-27T20:24:53.960ZFinalize: Updating image state ... Done
1882026-07-27T20:24:55.920ZFinalize: Creating fast lookup database ... Done
1892026-07-27T20:24:55.990ZFinalize: Reading search index ... Done
1902026-07-27T20:24:55.999ZFinalize: Updating search index ... Done
1912026-07-27T20:24:56.085ZFinalize: Updating package cache ... Done
1922026-07-27T20:24:56.398ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-27T20:24:56.398Zapache system 2.4 system
1942026-07-27T20:24:56.398Zclang system 15 system
1952026-07-27T20:24:56.398Zcsh system system illumos
1962026-07-27T20:24:56.398Zctags system system illumos
1972026-07-27T20:24:56.398Zfile vendor vendor darwinsys
1982026-07-27T20:24:56.398Zfile system system illumos
1992026-07-27T20:24:56.398Zgcc vendor 14 vendor
2002026-07-27T20:24:56.398Zgcc system 13 system
2012026-07-27T20:24:56.398Zgcc system 10 system
2022026-07-27T20:24:56.398Zgo system 1.25 system
2032026-07-27T20:24:56.398Zllvm system 15 system
2042026-07-27T20:24:56.398Zmariadb system 11.4 system
2052026-07-27T20:24:56.398Zmta vendor vendor dma
2062026-07-27T20:24:56.398Zopenjdk system 17 system
2072026-07-27T20:24:56.398Zopenjdk system 11 system
2082026-07-27T20:24:56.398Zopenssl vendor 3 vendor
2092026-07-27T20:24:56.399Zperl system 5.40 system
2102026-07-27T20:24:56.399Zpostgresql system 18 system
2112026-07-27T20:24:56.399Zpostgresql system 17 system
2122026-07-27T20:24:56.399Zpython vendor 3 vendor
2132026-07-27T20:24:56.399Zpython system 2 system
2142026-07-27T20:24:56.399Zpython3 vendor 3.13 vendor
2152026-07-27T20:24:56.399Zruby system 3.4 system
2162026-07-27T20:24:56.399Zruby system 3.0 system
2172026-07-27T20:24:56.399Zwords vendor vendor american-english
2182026-07-27T20:24:56.399Zwords system system australian-english
2192026-07-27T20:24:56.399Zwords system system british-english
2202026-07-27T20:24:56.399Zwords system system canadian-english
2212026-07-27T20:24:56.399Zwords system system french
2222026-07-27T20:24:56.399Zwords system system italian
2232026-07-27T20:24:56.399Zwords system system ngerman
2242026-07-27T20:24:56.399Zwords system system ogerman
2252026-07-27T20:24:56.399Zwords system system spanish
2262026-07-27T20:24:56.654ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-27T20:24:56.654Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-27T20:24:57.053ZFMRI IFO
2292026-07-27T20:24:57.054Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-27T20:24:57.054Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-27T20:24:57.054Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-27T20:24:57.054Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-27T20:24:57.054Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-27T20:24:57.054Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-27T20:24:57.054Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-27T20:24:57.054Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-27T20:24:57.054Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-27T20:24:57.351Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-27T20:24:57.650Z Updating crates.io index
2402026-07-27T20:24:57.654Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-27T20:24:57.870Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-27T20:24:58.116Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-27T20:24:59.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-27T20:24:59.619Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-27T20:25:01.104Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-27T20:25:01.873Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-27T20:25:02.098Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-27T20:25:02.377Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-27T20:25:03.463Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-27T20:25:03.665Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-27T20:25:03.962Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-27T20:25:04.204Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-27T20:25:04.852Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-27T20:25:05.343Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-27T20:25:05.584Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-27T20:25:05.842Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-27T20:25:06.081Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-27T20:25:06.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-27T20:25:06.755Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-27T20:25:06.976Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-27T20:25:07.212Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-27T20:25:07.601Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-27T20:25:07.879Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-27T20:25:08.119Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-27T20:25:08.479Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-27T20:25:08.708Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-07-27T20:25:09.100Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-07-27T20:25:09.410Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-07-27T20:25:09.714Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-07-27T20:25:10.029Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-07-27T20:25:10.322Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2722026-07-27T20:25:10.784Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-07-27T20:25:10.894Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-07-27T20:25:11.169Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-07-27T20:25:11.481Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-07-27T20:25:11.754Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2772026-07-27T20:25:12.030Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-07-27T20:25:12.266Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-07-27T20:25:12.652Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-07-27T20:25:12.898Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-07-27T20:25:15.590Z Downloading crates ...
2822026-07-27T20:25:15.651Z Downloaded anstream v1.0.0
2832026-07-27T20:25:15.655Z Downloaded byteorder v1.5.0
2842026-07-27T20:25:15.655Z Downloaded cargo-platform v0.3.2
2852026-07-27T20:25:15.655Z Downloaded autocfg v1.5.0
2862026-07-27T20:25:15.655Z Downloaded anstyle-query v1.1.5
2872026-07-27T20:25:15.655Z Downloaded thread-id v4.2.2
2882026-07-27T20:25:15.655Z Downloaded clap_lex v1.0.0
2892026-07-27T20:25:15.655Z Downloaded block-buffer v0.10.4
2902026-07-27T20:25:15.655Z Downloaded anyhow v1.0.102
2912026-07-27T20:25:15.655Z Downloaded bitflags v2.11.0
2922026-07-27T20:25:15.676Z Downloaded colorchoice v1.0.4
2932026-07-27T20:25:15.676Z Downloaded cpufeatures v0.2.17
2942026-07-27T20:25:15.676Z Downloaded heck v0.4.1
2952026-07-27T20:25:15.676Z Downloaded equivalent v1.0.2
2962026-07-27T20:25:15.676Z Downloaded memmap v0.7.0
2972026-07-27T20:25:15.682Z Downloaded zerocopy v0.7.35
2982026-07-27T20:25:15.682Z Downloaded crypto-common v0.1.7
2992026-07-27T20:25:15.682Z Downloaded fnv v1.0.7
3002026-07-27T20:25:15.682Z Downloaded zmij v1.0.21
3012026-07-27T20:25:15.682Z Downloaded zerocopy-derive v0.7.35
3022026-07-27T20:25:15.682Z Downloaded generic-array v0.14.7
3032026-07-27T20:25:15.682Z Downloaded itoa v1.0.17
3042026-07-27T20:25:15.682Z Downloaded anstyle v1.0.14
3052026-07-27T20:25:15.698Z Downloaded heck v0.5.0
3062026-07-27T20:25:15.698Z Downloaded dtrace-parser v0.2.0
3072026-07-27T20:25:15.698Z Downloaded macaddr v1.0.1
3082026-07-27T20:25:15.698Z Downloaded strsim v0.11.1
3092026-07-27T20:25:15.698Z Downloaded usdt v0.5.0
3102026-07-27T20:25:15.698Z Downloaded proc-macro-error-attr v1.0.4
3112026-07-27T20:25:15.698Z Downloaded errno v0.3.14
3122026-07-27T20:25:15.698Z Downloaded smawk v0.3.2
3132026-07-27T20:25:15.708Z Downloaded bytecount v0.6.9
3142026-07-27T20:25:15.711Z Downloaded anstyle-parse v1.0.0
3152026-07-27T20:25:15.716Z Downloaded dof v0.3.0
3162026-07-27T20:25:15.716Z Downloaded scroll_derive v0.12.1
3172026-07-27T20:25:15.719Z Downloaded usdt-macro v0.5.0
3182026-07-27T20:25:15.719Z Downloaded pretty-hex v0.4.1
3192026-07-27T20:25:15.725Z Downloaded usdt-attr-macro v0.5.0
3202026-07-27T20:25:15.725Z Downloaded tabled_derive v0.7.0
3212026-07-27T20:25:15.725Z Downloaded toml_datetime v0.6.11
3222026-07-27T20:25:15.730Z Downloaded serde_spanned v0.6.9
3232026-07-27T20:25:15.733Z Downloaded version_check v0.9.5
3242026-07-27T20:25:15.736Z Downloaded swrite v0.1.0
3252026-07-27T20:25:15.736Z Downloaded unicode-linebreak v0.1.5
3262026-07-27T20:25:15.739Z Downloaded cfg-if v1.0.4
3272026-07-27T20:25:15.742Z Downloaded plain v0.2.3
3282026-07-27T20:25:15.742Z Downloaded terminal_size v0.4.3
3292026-07-27T20:25:15.748Z Downloaded cargo_metadata v0.23.1
3302026-07-27T20:25:15.752Z Downloaded thiserror v2.0.18
3312026-07-27T20:25:15.754Z Downloaded fs-err v3.3.0
3322026-07-27T20:25:15.757Z Downloaded is_terminal_polyfill v1.70.2
3332026-07-27T20:25:15.757Z Downloaded digest v0.10.7
3342026-07-27T20:25:15.760Z Downloaded cargo_toml v0.21.0
3352026-07-27T20:25:15.760Z Downloaded camino-tempfile v1.4.1
3362026-07-27T20:25:15.764Z Downloaded scroll v0.12.0
3372026-07-27T20:25:15.769Z Downloaded thiserror-impl v1.0.69
3382026-07-27T20:25:15.770Z Downloaded clap_derive v4.6.1
3392026-07-27T20:25:15.770Z Downloaded camino v1.2.2
3402026-07-27T20:25:15.770Z Downloaded pest_derive v2.8.6
3412026-07-27T20:25:15.774Z Downloaded toml_write v0.1.2
3422026-07-27T20:25:15.777Z Downloaded serde_tokenstream v0.2.3
3432026-07-27T20:25:15.777Z Downloaded thiserror-impl v2.0.18
3442026-07-27T20:25:15.777Z Downloaded quote v1.0.45
3452026-07-27T20:25:15.779Z Downloaded utf8parse v0.2.2
3462026-07-27T20:25:15.779Z Downloaded thiserror v1.0.69
3472026-07-27T20:25:15.783Z Downloaded sha2 v0.10.9
3482026-07-27T20:25:15.783Z Downloaded fastrand v2.3.0
3492026-07-27T20:25:15.783Z Downloaded usdt-impl v0.5.0
3502026-07-27T20:25:15.786Z Downloaded proc-macro-error v1.0.4
3512026-07-27T20:25:15.789Z Downloaded once_cell v1.21.3
3522026-07-27T20:25:15.796Z Downloaded pest_generator v2.8.6
3532026-07-27T20:25:15.800Z Downloaded semver v1.0.28
3542026-07-27T20:25:15.805Z Downloaded toml v0.8.23
3552026-07-27T20:25:15.809Z Downloaded getrandom v0.4.1
3562026-07-27T20:25:15.810Z Downloaded log v0.4.29
3572026-07-27T20:25:15.810Z Downloaded tempfile v3.25.0
3582026-07-27T20:25:15.815Z Downloaded ucd-trie v0.1.7
3592026-07-27T20:25:15.826Z Downloaded textwrap v0.16.2
3602026-07-27T20:25:15.830Z Downloaded unicode-ident v1.0.24
3612026-07-27T20:25:15.830Z Downloaded serde_core v1.0.228
3622026-07-27T20:25:15.834Z Downloaded papergrid v0.11.0
3632026-07-27T20:25:15.839Z Downloaded serde_derive v1.0.228
3642026-07-27T20:25:15.854Z Downloaded clap v4.6.1
3652026-07-27T20:25:15.859Z Downloaded proc-macro2 v1.0.106
3662026-07-27T20:25:15.868Z Downloaded serde v1.0.228
3672026-07-27T20:25:15.873Z Downloaded toml_edit v0.22.27
3682026-07-27T20:25:15.873Z Downloaded indexmap v2.14.0
3692026-07-27T20:25:15.880Z Downloaded typenum v1.20.1
3702026-07-27T20:25:15.893Z Downloaded pest_meta v2.8.6
3712026-07-27T20:25:15.898Z Downloaded memchr v2.8.0
3722026-07-27T20:25:15.917Z Downloaded pest v2.8.6
3732026-07-27T20:25:15.931Z Downloaded serde_json v1.0.150
3742026-07-27T20:25:15.941Z Downloaded clap_builder v4.6.0
3752026-07-27T20:25:15.944Z Downloaded hashbrown v0.17.0
3762026-07-27T20:25:15.947Z Downloaded goblin v0.8.2
3772026-07-27T20:25:15.959Z Downloaded winnow v0.7.14
3782026-07-27T20:25:15.962Z Downloaded tabled v0.15.0
3792026-07-27T20:25:15.987Z Downloaded syn v1.0.109
3802026-07-27T20:25:15.994Z Downloaded unicode-width v0.1.14
3812026-07-27T20:25:15.998Z Downloaded unicode-width v0.2.0
3822026-07-27T20:25:16.002Z Downloaded syn v2.0.117
3832026-07-27T20:25:16.011Z Downloaded rustix v1.1.3
3842026-07-27T20:25:16.036Z Downloaded libc v0.2.185
3852026-07-27T20:25:16.101Z Compiling proc-macro2 v1.0.106
3862026-07-27T20:25:16.101Z Compiling unicode-ident v1.0.24
3872026-07-27T20:25:16.101Z Compiling quote v1.0.45
3882026-07-27T20:25:16.110Z Compiling serde_core v1.0.228
3892026-07-27T20:25:16.110Z Compiling libc v0.2.185
3902026-07-27T20:25:16.111Z Compiling version_check v0.9.5
3912026-07-27T20:25:16.111Z Compiling memchr v2.8.0
3922026-07-27T20:25:16.111Z Compiling serde v1.0.228
3932026-07-27T20:25:16.474Z Compiling zmij v1.0.21
3942026-07-27T20:25:16.687Z Compiling itoa v1.0.17
3952026-07-27T20:25:16.692Z Compiling thiserror v1.0.69
3962026-07-27T20:25:16.859Z Compiling ucd-trie v0.1.7
3972026-07-27T20:25:17.073Z Compiling pest v2.8.6
3982026-07-27T20:25:17.105Z Compiling byteorder v1.5.0
3992026-07-27T20:25:17.123Z Compiling rustix v1.1.3
4002026-07-27T20:25:17.154Z Compiling errno v0.3.14
4012026-07-27T20:25:17.256Z Compiling serde_json v1.0.150
4022026-07-27T20:25:17.302Z Compiling bitflags v2.11.0
4032026-07-27T20:25:17.522Z Compiling syn v2.0.117
4042026-07-27T20:25:17.614Z Compiling thread-id v4.2.2
4052026-07-27T20:25:17.618Z Compiling usdt-impl v0.5.0
4062026-07-27T20:25:17.692Z Compiling proc-macro-error-attr v1.0.4
4072026-07-27T20:25:17.729Z Compiling syn v1.0.109
4082026-07-27T20:25:17.849Z Compiling camino v1.2.2
4092026-07-27T20:25:18.049Z Compiling proc-macro-error v1.0.4
4102026-07-27T20:25:18.084Z Compiling pest_meta v2.8.6
4112026-07-27T20:25:18.182Z Compiling getrandom v0.4.1
4122026-07-27T20:25:18.231Z Compiling plain v0.2.3
4132026-07-27T20:25:18.299Z Compiling equivalent v1.0.2
4142026-07-27T20:25:18.362Z Compiling utf8parse v0.2.2
4152026-07-27T20:25:18.429Z Compiling hashbrown v0.17.0
4162026-07-27T20:25:18.534Z Compiling log v0.4.29
4172026-07-27T20:25:18.634Z Compiling terminal_size v0.4.3
4182026-07-27T20:25:18.781Z Compiling anstyle-parse v1.0.0
4192026-07-27T20:25:18.968Z Compiling indexmap v2.14.0
4202026-07-27T20:25:19.306Z Compiling winnow v0.7.14
4212026-07-27T20:25:19.404Z Compiling anstyle-query v1.1.5
4222026-07-27T20:25:19.498Z Compiling toml_write v0.1.2
4232026-07-27T20:25:19.520Z Compiling is_terminal_polyfill v1.70.2
4242026-07-27T20:25:19.582Z Compiling autocfg v1.5.0
4252026-07-27T20:25:19.621Z Compiling pretty-hex v0.4.1
4262026-07-27T20:25:19.674Z Compiling cfg-if v1.0.4
4272026-07-27T20:25:19.699Z Compiling anstyle v1.0.14
4282026-07-27T20:25:19.749Z Compiling pest_generator v2.8.6
4292026-07-27T20:25:19.764Z Compiling thiserror v2.0.18
4302026-07-27T20:25:19.781Z Compiling colorchoice v1.0.4
4312026-07-27T20:25:19.901Z Compiling anstream v1.0.0
4322026-07-27T20:25:20.019Z Compiling fs-err v3.3.0
4332026-07-27T20:25:20.214Z Compiling strsim v0.11.1
4342026-07-27T20:25:20.297Z Compiling heck v0.4.1
4352026-07-27T20:25:20.315Z Compiling fnv v1.0.7
4362026-07-27T20:25:20.413Z Compiling once_cell v1.21.3
4372026-07-27T20:25:20.432Z Compiling bytecount v0.6.9
4382026-07-27T20:25:20.448Z Compiling unicode-width v0.1.14
4392026-07-27T20:25:20.525Z Compiling fastrand v2.3.0
4402026-07-27T20:25:20.554Z Compiling clap_lex v1.0.0
4412026-07-27T20:25:20.572Z Compiling heck v0.5.0
4422026-07-27T20:25:20.635Z Compiling anyhow v1.0.102
4432026-07-27T20:25:20.726Z Compiling tempfile v3.25.0
4442026-07-27T20:25:20.778Z Compiling clap_builder v4.6.0
4452026-07-27T20:25:20.799Z Compiling papergrid v0.11.0
4462026-07-27T20:25:20.832Z Compiling semver v1.0.28
4472026-07-27T20:25:20.917Z Compiling cargo-platform v0.3.2
4482026-07-27T20:25:20.974Z Compiling tabled_derive v0.7.0
4492026-07-27T20:25:21.170Z Compiling memmap v0.7.0
4502026-07-27T20:25:21.182Z Compiling smawk v0.3.2
4512026-07-27T20:25:21.217Z Compiling unicode-linebreak v0.1.5
4522026-07-27T20:25:21.235Z Compiling unicode-width v0.2.0
4532026-07-27T20:25:21.346Z Compiling camino-tempfile v1.4.1
4542026-07-27T20:25:21.411Z Compiling serde_derive v1.0.228
4552026-07-27T20:25:21.467Z Compiling thiserror-impl v1.0.69
4562026-07-27T20:25:21.526Z Compiling zerocopy-derive v0.7.35
4572026-07-27T20:25:21.577Z Compiling pest_derive v2.8.6
4582026-07-27T20:25:21.672Z Compiling scroll_derive v0.12.1
4592026-07-27T20:25:21.918Z Compiling thiserror-impl v2.0.18
4602026-07-27T20:25:22.027Z Compiling clap_derive v4.6.1
4612026-07-27T20:25:22.255Z Compiling tabled v0.15.0
4622026-07-27T20:25:22.349Z Compiling scroll v0.12.0
4632026-07-27T20:25:22.395Z Compiling zerocopy v0.7.35
4642026-07-27T20:25:22.645Z Compiling goblin v0.8.2
4652026-07-27T20:25:22.849Z Compiling dtrace-parser v0.2.0
4662026-07-27T20:25:22.976Z Compiling textwrap v0.16.2
4672026-07-27T20:25:23.434Z Compiling swrite v0.1.0
4682026-07-27T20:25:23.812Z Compiling clap v4.6.1
4692026-07-27T20:25:24.492Z Compiling serde_spanned v0.6.9
4702026-07-27T20:25:24.492Z Compiling toml_datetime v0.6.11
4712026-07-27T20:25:24.492Z Compiling cargo_metadata v0.23.1
4722026-07-27T20:25:24.496Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4732026-07-27T20:25:24.496Z Compiling macaddr v1.0.1
4742026-07-27T20:25:24.575Z Compiling dof v0.3.0
4752026-07-27T20:25:24.591Z Compiling serde_tokenstream v0.2.3
4762026-07-27T20:25:24.711Z Compiling toml_edit v0.22.27
4772026-07-27T20:25:25.335Z Compiling usdt-macro v0.5.0
4782026-07-27T20:25:25.335Z Compiling usdt-attr-macro v0.5.0
4792026-07-27T20:25:25.933Z Compiling usdt v0.5.0
4802026-07-27T20:25:26.029Z Compiling toml v0.8.23
4812026-07-27T20:25:26.387Z Compiling cargo_toml v0.21.0
4822026-07-27T20:25:27.668Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4832026-07-27T20:25:29.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.49s
4842026-07-27T20:25:29.887Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4852026-07-27T20:25:30.393Z Downloading crates ...
4862026-07-27T20:25:30.435Z Downloaded aead v0.6.1
4872026-07-27T20:25:30.442Z Downloaded bitfield-struct v0.6.2
4882026-07-27T20:25:30.450Z Downloaded block-buffer v0.12.1
4892026-07-27T20:25:30.453Z Downloaded assert_matches v1.5.0
4902026-07-27T20:25:30.458Z Downloaded cfg_aliases v0.2.1
4912026-07-27T20:25:30.458Z Downloaded cobs v0.3.0
4922026-07-27T20:25:30.458Z Downloaded async-recursion v1.1.1
4932026-07-27T20:25:30.461Z Downloaded async-stream v0.3.6
4942026-07-27T20:25:30.461Z Downloaded bit-vec v0.8.0
4952026-07-27T20:25:30.464Z Downloaded async-stream-impl v0.3.6
4962026-07-27T20:25:30.464Z Downloaded async-trait v0.1.89
4972026-07-27T20:25:30.464Z Downloaded env_filter v1.0.0
4982026-07-27T20:25:30.467Z Downloaded fd-lock v4.0.4
4992026-07-27T20:25:30.467Z Downloaded foreign-types-macros v0.2.3
5002026-07-27T20:25:30.470Z Downloaded funty v2.0.0
5012026-07-27T20:25:30.473Z Downloaded futures-io v0.3.32
5022026-07-27T20:25:30.476Z Downloaded cassowary v0.3.0
5032026-07-27T20:25:30.476Z Downloaded bs58 v0.5.1
5042026-07-27T20:25:30.479Z Downloaded hash32 v0.3.1
5052026-07-27T20:25:30.479Z Downloaded async-bb8-diesel v0.2.1
5062026-07-27T20:25:30.479Z Downloaded backoff v0.4.0
5072026-07-27T20:25:30.484Z Downloaded convert_case v0.4.0
5082026-07-27T20:25:30.484Z Downloaded bit-set v0.8.0
5092026-07-27T20:25:30.492Z Downloaded atomicwrites v0.4.4
5102026-07-27T20:25:30.492Z Downloaded atty v0.2.14
5112026-07-27T20:25:30.492Z Downloaded base16ct v1.0.0
5122026-07-27T20:25:30.496Z Downloaded flagset v0.4.7
5132026-07-27T20:25:30.499Z Downloaded aead v0.5.2
5142026-07-27T20:25:30.499Z Downloaded foreign-types-shared v0.1.1
5152026-07-27T20:25:30.502Z Downloaded futures-macro v0.3.32
5162026-07-27T20:25:30.502Z Downloaded arrayref v0.3.9
5172026-07-27T20:25:30.502Z Downloaded bb8 v0.8.6
5182026-07-27T20:25:30.505Z Downloaded fixedbitset v0.5.7
5192026-07-27T20:25:30.505Z Downloaded ascii-canvas v3.0.0
5202026-07-27T20:25:30.508Z Downloaded filetime v0.2.27
5212026-07-27T20:25:30.512Z Downloaded bcs v0.1.6
5222026-07-27T20:25:30.515Z Downloaded bitfield v0.19.4
5232026-07-27T20:25:30.519Z Downloaded foldhash v0.2.0
5242026-07-27T20:25:30.519Z Downloaded env_logger v0.11.9
5252026-07-27T20:25:30.522Z Downloaded bcrypt-pbkdf v0.11.0
5262026-07-27T20:25:30.522Z Downloaded bitfield-macros v0.19.4
5272026-07-27T20:25:30.522Z Downloaded adler2 v2.0.1
5282026-07-27T20:25:30.522Z Downloaded array-init v0.0.4
5292026-07-27T20:25:30.522Z Downloaded futures-channel v0.3.32
5302026-07-27T20:25:30.522Z Downloaded futures-task v0.3.32
5312026-07-27T20:25:30.526Z Downloaded headers v0.4.1
5322026-07-27T20:25:30.526Z Downloaded heapless v0.8.0
5332026-07-27T20:25:30.540Z Downloaded form_urlencoded v1.2.2
5342026-07-27T20:25:30.540Z Downloaded git-stub v1.0.0
5352026-07-27T20:25:30.540Z Downloaded backon v1.6.0
5362026-07-27T20:25:30.540Z Downloaded bzip2 v0.4.4
5372026-07-27T20:25:30.540Z Downloaded clang-sys v1.8.1
5382026-07-27T20:25:30.540Z Downloaded foreign-types v0.3.2
5392026-07-27T20:25:30.540Z Downloaded globset v0.4.18
5402026-07-27T20:25:30.540Z Downloaded erased-serde v0.3.31
5412026-07-27T20:25:30.543Z Downloaded base64ct v1.8.3
5422026-07-27T20:25:30.543Z Downloaded find-msvc-tools v0.1.9
5432026-07-27T20:25:30.543Z Downloaded parking_lot_core v0.9.12
5442026-07-27T20:25:30.543Z Downloaded console v0.15.11
5452026-07-27T20:25:30.543Z Downloaded atomic-waker v1.1.2
5462026-07-27T20:25:30.543Z Downloaded http-range v0.1.5
5472026-07-27T20:25:30.543Z Downloaded foreign-types v0.5.0
5482026-07-27T20:25:30.543Z Downloaded float-cmp v0.10.0
5492026-07-27T20:25:30.543Z Downloaded float-ord v0.3.2
5502026-07-27T20:25:30.543Z Downloaded foreign-types-shared v0.3.1
5512026-07-27T20:25:30.543Z Downloaded cfg_aliases v0.1.1
5522026-07-27T20:25:30.543Z Downloaded gethostname v0.5.0
5532026-07-27T20:25:30.544Z Downloaded home v0.5.12
5542026-07-27T20:25:30.544Z Downloaded hubpack_derive v0.1.1
5552026-07-27T20:25:30.544Z Downloaded ciborium-io v0.2.2
5562026-07-27T20:25:30.544Z Downloaded ciborium-ll v0.2.2
5572026-07-27T20:25:30.544Z Downloaded ghash v0.6.0
5582026-07-27T20:25:30.547Z Downloaded base16ct v0.2.0
5592026-07-27T20:25:30.552Z Downloaded ff v0.13.1
5602026-07-27T20:25:30.556Z Downloaded fxhash v0.2.1
5612026-07-27T20:25:30.562Z Downloaded hex-literal v1.1.0
5622026-07-27T20:25:30.564Z Downloaded bit-set v0.5.3
5632026-07-27T20:25:30.565Z Downloaded hash32 v0.2.1
5642026-07-27T20:25:30.568Z Downloaded anstyle-parse v0.2.7
5652026-07-27T20:25:30.568Z Downloaded bitflags v1.3.2
5662026-07-27T20:25:30.568Z Downloaded hostname v0.4.2
5672026-07-27T20:25:30.571Z Downloaded httpdate v1.0.3
5682026-07-27T20:25:30.571Z Downloaded http-body v1.0.1
5692026-07-27T20:25:30.574Z Downloaded castaway v0.2.4
5702026-07-27T20:25:30.577Z Downloaded hyper-tls v0.6.0
5712026-07-27T20:25:30.580Z Downloaded block-padding v0.4.2
5722026-07-27T20:25:30.580Z Downloaded glob v0.3.3
5732026-07-27T20:25:30.583Z Downloaded futures-core v0.3.32
5742026-07-27T20:25:30.583Z Downloaded futures-sink v0.3.32
5752026-07-27T20:25:30.588Z Downloaded headers-core v0.3.0
5762026-07-27T20:25:30.588Z Downloaded ahash v0.8.12
5772026-07-27T20:25:30.591Z Downloaded arrayvec v0.7.6
5782026-07-27T20:25:30.591Z Downloaded bit-vec v0.6.3
5792026-07-27T20:25:30.594Z Downloaded hex v0.4.3
5802026-07-27T20:25:30.599Z Downloaded hostname v0.3.1
5812026-07-27T20:25:30.599Z Downloaded proc-macro-crate v1.3.1
5822026-07-27T20:25:30.602Z Downloaded anstream v0.6.21
5832026-07-27T20:25:30.602Z Downloaded const-oid v0.10.2
5842026-07-27T20:25:30.602Z Downloaded openssl-probe v0.2.1
5852026-07-27T20:25:30.605Z Downloaded phf_shared v0.13.1
5862026-07-27T20:25:30.605Z Downloaded fixedbitset v0.4.2
5872026-07-27T20:25:30.605Z Downloaded foldhash v0.1.5
5882026-07-27T20:25:30.611Z Downloaded predicates-tree v1.0.13
5892026-07-27T20:25:30.611Z Downloaded powerfmt v0.2.0
5902026-07-27T20:25:30.611Z Downloaded predicates-core v1.0.10
5912026-07-27T20:25:30.611Z Downloaded fallible-iterator v0.2.0
5922026-07-27T20:25:30.611Z Downloaded fs-err v2.11.0
5932026-07-27T20:25:30.611Z Downloaded highway v1.3.0
5942026-07-27T20:25:30.614Z Downloaded http-body-util v0.1.3
5952026-07-27T20:25:30.614Z Downloaded compression-core v0.4.31
5962026-07-27T20:25:30.614Z Downloaded progenitor-macro v0.14.0
5972026-07-27T20:25:30.617Z Downloaded ref-cast v1.0.25
5982026-07-27T20:25:30.617Z Downloaded sapling-renderdag v0.1.0
5992026-07-27T20:25:30.620Z Downloaded scheduled-thread-pool v0.2.7
6002026-07-27T20:25:30.620Z Downloaded cipher v0.5.2
6012026-07-27T20:25:30.623Z Downloaded cexpr v0.6.0
6022026-07-27T20:25:30.626Z Downloaded futures-executor v0.3.32
6032026-07-27T20:25:30.626Z Downloaded group v0.13.0
6042026-07-27T20:25:30.628Z Downloaded cmake v0.1.57
6052026-07-27T20:25:30.628Z Downloaded cmov v0.5.4
6062026-07-27T20:25:30.631Z Downloaded globwalk v0.9.1
6072026-07-27T20:25:30.631Z Downloaded humantime v2.3.0
6082026-07-27T20:25:30.631Z Downloaded hyper-staticfile v0.10.1
6092026-07-27T20:25:30.634Z Downloaded scroll_derive v0.13.1
6102026-07-27T20:25:30.634Z Downloaded siphasher v1.0.2
6112026-07-27T20:25:30.634Z Downloaded ar_archive_writer v0.5.1
6122026-07-27T20:25:30.640Z Downloaded constant_time_eq v0.4.2
6132026-07-27T20:25:30.640Z Downloaded group v0.14.0
6142026-07-27T20:25:30.643Z Downloaded num-rational v0.4.2
6152026-07-27T20:25:30.643Z Downloaded blowfish v0.10.0
6162026-07-27T20:25:30.643Z Downloaded cbc v0.2.1
6172026-07-27T20:25:30.643Z Downloaded rustc_version v0.4.1
6182026-07-27T20:25:30.643Z Downloaded console v0.16.2
6192026-07-27T20:25:30.643Z Downloaded camino-tempfile-ext v0.3.3
6202026-07-27T20:25:30.646Z Downloaded sha1 v0.11.0
6212026-07-27T20:25:30.650Z Downloaded compression-codecs v0.4.37
6222026-07-27T20:25:30.650Z Downloaded const_format_proc_macros v0.2.34
6232026-07-27T20:25:30.653Z Downloaded num-derive v0.3.3
6242026-07-27T20:25:30.653Z Downloaded chacha20 v0.9.1
6252026-07-27T20:25:30.653Z Downloaded sha1 v0.10.6
6262026-07-27T20:25:30.653Z Downloaded buf-list v1.1.2
6272026-07-27T20:25:30.656Z Downloaded slog-envlogger v2.2.0
6282026-07-27T20:25:30.656Z Downloaded stable_deref_trait v1.2.1
6292026-07-27T20:25:30.656Z Downloaded signature v3.0.0
6302026-07-27T20:25:30.656Z Downloaded strum v0.27.2
6312026-07-27T20:25:30.656Z Downloaded flume v0.11.1
6322026-07-27T20:25:30.659Z Downloaded subtle v2.6.1
6332026-07-27T20:25:30.659Z Downloaded strum v0.26.3
6342026-07-27T20:25:30.659Z Downloaded cipher v0.4.4
6352026-07-27T20:25:30.659Z Downloaded pem v3.0.6
6362026-07-27T20:25:30.663Z Downloaded num_enum_derive v0.5.11
6372026-07-27T20:25:30.666Z Downloaded argon2 v0.5.3
6382026-07-27T20:25:30.669Z Downloaded hubpack v0.1.2
6392026-07-27T20:25:30.673Z Downloaded chacha20poly1305 v0.10.1
6402026-07-27T20:25:30.673Z Downloaded phc v0.6.1
6412026-07-27T20:25:30.673Z Downloaded git-stub-vcs v0.1.0
6422026-07-27T20:25:30.676Z Downloaded password-hash v0.5.0
6432026-07-27T20:25:30.680Z Downloaded take_mut v0.2.2
6442026-07-27T20:25:30.680Z Downloaded flate2 v1.1.9
6452026-07-27T20:25:30.683Z Downloaded pbkdf2 v0.13.0
6462026-07-27T20:25:30.683Z Downloaded progenitor v0.14.0
6472026-07-27T20:25:30.683Z Downloaded progenitor v0.13.0
6482026-07-27T20:25:30.683Z Downloaded argon2 v0.6.0-rc.8
6492026-07-27T20:25:30.686Z Downloaded const-oid v0.9.6
6502026-07-27T20:25:30.686Z Downloaded rand_core v0.9.5
6512026-07-27T20:25:30.689Z Downloaded tokio-test v0.4.5
6522026-07-27T20:25:30.693Z Downloaded byte-wrapper v0.1.0
6532026-07-27T20:25:30.693Z Downloaded chacha20 v0.10.0
6542026-07-27T20:25:30.693Z Downloaded ciborium v0.2.2
6552026-07-27T20:25:30.693Z Downloaded num_enum_derive v0.7.6
6562026-07-27T20:25:30.696Z Downloaded rpassword v7.5.4
6572026-07-27T20:25:30.696Z Downloaded utf-8 v0.7.6
6582026-07-27T20:25:30.699Z Downloaded untrusted v0.7.1
6592026-07-27T20:25:30.699Z Downloaded wait-timeout v0.2.1
6602026-07-27T20:25:30.699Z Downloaded zerofrom v0.1.6
6612026-07-27T20:25:30.702Z Downloaded fs_extra v1.3.0
6622026-07-27T20:25:30.702Z Downloaded hmac v0.12.1
6632026-07-27T20:25:30.705Z Downloaded ff v0.14.0
6642026-07-27T20:25:30.705Z Downloaded hybrid-array v0.4.13
6652026-07-27T20:25:30.705Z Downloaded iana-time-zone v0.1.65
6662026-07-27T20:25:30.708Z Downloaded colored v3.1.1
6672026-07-27T20:25:30.708Z Downloaded hyper-rustls v0.27.7
6682026-07-27T20:25:30.708Z Downloaded rustls-native-certs v0.8.3
6692026-07-27T20:25:30.711Z Downloaded serde-hex v0.1.0
6702026-07-27T20:25:30.711Z Downloaded serde_bytes v0.11.19
6712026-07-27T20:25:30.711Z Downloaded serde_with_macros v1.5.2
6722026-07-27T20:25:30.712Z Downloaded shlex v1.3.0
6732026-07-27T20:25:30.714Z Downloaded smallvec v0.6.14
6742026-07-27T20:25:30.714Z Downloaded smf v0.2.3
6752026-07-27T20:25:30.714Z Downloaded oxide-update-engine v0.1.2
6762026-07-27T20:25:30.715Z Downloaded scrypt v0.12.0
6772026-07-27T20:25:30.718Z Downloaded sec1 v0.7.3
6782026-07-27T20:25:30.718Z Downloaded ssh-encoding v0.3.0-rc.9
6792026-07-27T20:25:30.718Z Downloaded blake2 v0.10.6
6802026-07-27T20:25:30.718Z Downloaded colored v2.2.0
6812026-07-27T20:25:30.721Z Downloaded base64 v0.22.1
6822026-07-27T20:25:30.721Z Downloaded cancel-safe-futures v0.1.5
6832026-07-27T20:25:30.725Z Downloaded cstr-argument v0.1.2
6842026-07-27T20:25:30.725Z Downloaded futures v0.3.32
6852026-07-27T20:25:30.728Z Downloaded defmt v0.3.100
6862026-07-27T20:25:30.728Z Downloaded difflib v0.4.0
6872026-07-27T20:25:30.728Z Downloaded half v1.8.3
6882026-07-27T20:25:30.731Z Downloaded hmac v0.13.0
6892026-07-27T20:25:30.731Z Downloaded pkcs1 v0.7.5
6902026-07-27T20:25:30.734Z Downloaded postcard v1.1.3
6912026-07-27T20:25:30.734Z Downloaded thread_local v1.1.9
6922026-07-27T20:25:30.734Z Downloaded httparse v1.10.1
6932026-07-27T20:25:30.737Z Downloaded pin-project-lite v0.2.17
6942026-07-27T20:25:30.737Z Downloaded tls_codec v0.4.2
6952026-07-27T20:25:30.740Z Downloaded tls_codec_derive v0.4.2
6962026-07-27T20:25:30.740Z Downloaded diesel_table_macro_syntax v0.3.0
6972026-07-27T20:25:30.740Z Downloaded dunce v1.0.5
6982026-07-27T20:25:30.740Z Downloaded dyn-clone v1.0.20
6992026-07-27T20:25:30.743Z Downloaded illumos-nvpair v0.3.0
7002026-07-27T20:25:30.746Z Downloaded generic-array v1.4.3
7012026-07-27T20:25:30.750Z Downloaded termios v0.3.3
7022026-07-27T20:25:30.750Z Downloaded fatfs v0.3.6
7032026-07-27T20:25:30.753Z Downloaded lru-cache v0.1.2
7042026-07-27T20:25:30.753Z Downloaded async-compression v0.4.41
7052026-07-27T20:25:30.753Z Downloaded dropshot-api-manager-types v0.7.2
7062026-07-27T20:25:30.756Z Downloaded ident_case v1.0.1
7072026-07-27T20:25:30.756Z Downloaded poly1305 v0.9.0
7082026-07-27T20:25:30.756Z Downloaded radium v0.7.0
7092026-07-27T20:25:30.756Z Downloaded tiny-keccak v2.0.2
7102026-07-27T20:25:30.760Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7112026-07-27T20:25:30.760Z Downloaded getrandom v0.2.17
7122026-07-27T20:25:30.760Z Downloaded bzip2 v0.6.1
7132026-07-27T20:25:30.760Z Downloaded tui-tree-widget v0.23.1
7142026-07-27T20:25:30.766Z Downloaded maplit v1.0.2
7152026-07-27T20:25:30.769Z Downloaded getrandom v0.3.4
7162026-07-27T20:25:30.769Z Downloaded kstat-rs v0.2.4
7172026-07-27T20:25:30.774Z Downloaded internet-checksum v0.2.1
7182026-07-27T20:25:30.774Z Downloaded md5 v0.8.0
7192026-07-27T20:25:30.774Z Downloaded papergrid v0.17.0
7202026-07-27T20:25:30.777Z Downloaded slog-async v2.8.0
7212026-07-27T20:25:30.777Z Downloaded smallvec v1.15.1
7222026-07-27T20:25:30.780Z Downloaded blake2 v0.11.0-rc.6
7232026-07-27T20:25:30.783Z Downloaded zstd v0.13.3
7242026-07-27T20:25:30.783Z Downloaded zstd-safe v7.2.4
7252026-07-27T20:25:30.783Z Downloaded sqlformat v0.3.5
7262026-07-27T20:25:30.786Z Downloaded newline-converter v0.3.0
7272026-07-27T20:25:30.786Z Downloaded opaque-debug v0.3.1
7282026-07-27T20:25:30.786Z Downloaded nibble_vec v0.1.0
7292026-07-27T20:25:30.789Z Downloaded nodrop v0.1.14
7302026-07-27T20:25:30.789Z Downloaded num-iter v0.1.45
7312026-07-27T20:25:30.792Z Downloaded packed_struct_codegen v0.10.1
7322026-07-27T20:25:30.798Z Downloaded daft v0.1.7
7332026-07-27T20:25:30.802Z Downloaded password-hash v0.6.1
7342026-07-27T20:25:30.805Z Downloaded toml_writer v1.1.1+spec-1.1.0
7352026-07-27T20:25:30.808Z Downloaded defmt v1.0.1
7362026-07-27T20:25:30.808Z Downloaded rfc6979 v0.4.0
7372026-07-27T20:25:30.808Z Downloaded term v1.2.1
7382026-07-27T20:25:30.811Z Downloaded enum_dispatch v0.3.13
7392026-07-27T20:25:30.814Z Downloaded indoc v2.0.7
7402026-07-27T20:25:30.817Z Downloaded embedded-io v0.6.1
7412026-07-27T20:25:30.817Z Downloaded deranged v0.5.8
7422026-07-27T20:25:30.817Z Downloaded derive-ex v0.1.8
7432026-07-27T20:25:30.817Z Downloaded parse-display v0.10.0
7442026-07-27T20:25:30.820Z Downloaded rustc_version v0.1.7
7452026-07-27T20:25:30.820Z Downloaded scopeguard v1.2.0
7462026-07-27T20:25:30.822Z Downloaded tokio-stream v0.1.18
7472026-07-27T20:25:30.825Z Downloaded semver v0.1.20
7482026-07-27T20:25:30.825Z Downloaded seq-macro v0.3.6
7492026-07-27T20:25:30.829Z Downloaded progenitor-client v0.14.0
7502026-07-27T20:25:30.831Z Downloaded ingot v0.1.1
7512026-07-27T20:25:30.834Z Downloaded bytes v1.11.1
7522026-07-27T20:25:30.834Z Downloaded allocator-api2 v0.2.21
7532026-07-27T20:25:30.837Z Downloaded same-file v1.0.6
7542026-07-27T20:25:30.840Z Downloaded sqlparser_derive v0.5.0
7552026-07-27T20:25:30.844Z Downloaded tokio-macros v2.7.0
7562026-07-27T20:25:30.847Z Downloaded libsw-core v0.3.2
7572026-07-27T20:25:30.847Z Downloaded half v2.7.1
7582026-07-27T20:25:30.847Z Downloaded heapless v0.7.17
7592026-07-27T20:25:30.850Z Downloaded shell-words v1.1.1
7602026-07-27T20:25:30.854Z Downloaded vergen v9.1.0
7612026-07-27T20:25:30.854Z Downloaded tagptr v0.2.0
7622026-07-27T20:25:30.854Z Downloaded strsim v0.10.0
7632026-07-27T20:25:30.854Z Downloaded supports-color v3.0.2
7642026-07-27T20:25:30.857Z Downloaded compact_str v0.8.1
7652026-07-27T20:25:30.860Z Downloaded arc-swap v1.8.2
7662026-07-27T20:25:30.864Z Downloaded num-complex v0.4.6
7672026-07-27T20:25:30.867Z Downloaded multimap v0.10.1
7682026-07-27T20:25:30.867Z Downloaded structmeta v0.3.0
7692026-07-27T20:25:30.867Z Downloaded time-core v0.1.8
7702026-07-27T20:25:30.867Z Downloaded topological-sort v0.2.2
7712026-07-27T20:25:30.867Z Downloaded tower-layer v0.3.3
7722026-07-27T20:25:30.867Z Downloaded universal-hash v0.6.1
7732026-07-27T20:25:30.871Z Downloaded testing_table v0.3.0
7742026-07-27T20:25:30.872Z Downloaded tower-service v0.3.3
7752026-07-27T20:25:30.875Z Downloaded openssl-sys v0.9.115
7762026-07-27T20:25:30.877Z Downloaded const_format v0.2.35
7772026-07-27T20:25:30.880Z Downloaded oxide-tokio-rt v0.1.4
7782026-07-27T20:25:30.880Z Downloaded phf_shared v0.11.3
7792026-07-27T20:25:30.881Z Downloaded usdt-attr-macro v0.6.0
7802026-07-27T20:25:30.886Z Downloaded diff v0.1.13
7812026-07-27T20:25:30.889Z Downloaded tracing-attributes v0.1.31
7822026-07-27T20:25:30.889Z Downloaded ecdsa v0.16.9
7832026-07-27T20:25:30.892Z Downloaded zerofrom-derive v0.1.6
7842026-07-27T20:25:30.892Z Downloaded paste v1.0.15
7852026-07-27T20:25:30.895Z Downloaded port-file v0.1.0
7862026-07-27T20:25:30.895Z Downloaded pkg-config v0.3.32
7872026-07-27T20:25:30.899Z Downloaded xattr v1.6.1
7882026-07-27T20:25:30.902Z Downloaded crunchy v0.2.4
7892026-07-27T20:25:30.902Z Downloaded cpufeatures v0.3.0
7902026-07-27T20:25:30.908Z Downloaded schemars_derive v0.8.22
7912026-07-27T20:25:30.908Z Downloaded litemap v0.8.1
7922026-07-27T20:25:30.910Z Downloaded cc v1.2.56
7932026-07-27T20:25:30.910Z Downloaded rayon-core v1.13.0
7942026-07-27T20:25:30.913Z Downloaded rand_chacha v0.9.0
7952026-07-27T20:25:30.913Z Downloaded unicode-bidi v0.3.18
7962026-07-27T20:25:30.913Z Downloaded proc-macro-error2 v2.0.1
7972026-07-27T20:25:30.916Z Downloaded resolv-conf v0.7.6
7982026-07-27T20:25:30.916Z Downloaded ron v0.8.1
7992026-07-27T20:25:30.920Z Downloaded unsafe-libyaml v0.2.11
8002026-07-27T20:25:30.927Z Downloaded rand_core v0.10.0
8012026-07-27T20:25:30.927Z Downloaded rand_seeder v0.4.0
8022026-07-27T20:25:30.927Z Downloaded slab v0.4.12
8032026-07-27T20:25:30.927Z Downloaded display-error-chain v0.2.2
8042026-07-27T20:25:30.927Z Downloaded vte v0.14.1
8052026-07-27T20:25:30.927Z Downloaded slog-stdlog v4.1.1
8062026-07-27T20:25:30.927Z Downloaded slog-term v2.9.2
8072026-07-27T20:25:30.927Z Downloaded sync-ptr v0.1.4
8082026-07-27T20:25:30.927Z Downloaded dirs-sys-next v0.1.2
8092026-07-27T20:25:30.937Z Downloaded memmap2 v0.9.10
8102026-07-27T20:25:30.937Z Downloaded base64 v0.21.7
8112026-07-27T20:25:30.948Z Downloaded tokio-tungstenite v0.21.0
8122026-07-27T20:25:30.948Z Downloaded yasna v0.5.2
8132026-07-27T20:25:30.948Z Downloaded ml-kem v0.3.2
8142026-07-27T20:25:30.948Z Downloaded illumos-nvpair-sys v0.2.0
8152026-07-27T20:25:30.948Z Downloaded kem v0.3.0
8162026-07-27T20:25:30.951Z Downloaded p384 v0.14.0-rc.10
8172026-07-27T20:25:30.951Z Downloaded inout v0.1.4
8182026-07-27T20:25:30.951Z Downloaded darling v0.21.3
8192026-07-27T20:25:30.954Z Downloaded linked-hash-map v0.5.6
8202026-07-27T20:25:30.960Z Downloaded zopfli v0.8.3
8212026-07-27T20:25:30.963Z Downloaded newtype_derive v0.1.6
8222026-07-27T20:25:30.966Z Downloaded wyz v0.5.1
8232026-07-27T20:25:30.966Z Downloaded icu_collections v2.1.1
8242026-07-27T20:25:30.969Z Downloaded hickory-resolver v0.24.4
8252026-07-27T20:25:30.969Z Downloaded hickory-resolver v0.25.2
8262026-07-27T20:25:30.975Z Downloaded whoami v2.1.0
8272026-07-27T20:25:30.975Z Downloaded lru-slab v0.1.2
8282026-07-27T20:25:30.978Z Downloaded delegate v0.13.5
8292026-07-27T20:25:30.978Z Downloaded num v0.4.3
8302026-07-27T20:25:30.978Z Downloaded derive-where v1.6.0
8312026-07-27T20:25:30.978Z Downloaded vergen-lib v0.1.6
8322026-07-27T20:25:30.978Z Downloaded vsss-rs v3.3.4
8332026-07-27T20:25:30.978Z Downloaded openssl-macros v0.1.1
8342026-07-27T20:25:30.981Z Downloaded oso-derive v0.27.3
8352026-07-27T20:25:30.981Z Downloaded parse-size v1.1.0
8362026-07-27T20:25:30.981Z Downloaded progenitor-client v0.13.0
8372026-07-27T20:25:30.981Z Downloaded crc v3.4.0
8382026-07-27T20:25:30.981Z Downloaded publicsuffix v2.3.0
8392026-07-27T20:25:30.984Z Downloaded qorb v0.4.1
8402026-07-27T20:25:30.984Z Downloaded lzss v0.8.2
8412026-07-27T20:25:30.984Z Downloaded peg-runtime v0.8.5
8422026-07-27T20:25:30.987Z Downloaded path-slash v0.1.5
8432026-07-27T20:25:30.990Z Downloaded diesel-dtrace v0.5.0
8442026-07-27T20:25:30.990Z Downloaded typify v0.6.2
8452026-07-27T20:25:30.990Z Downloaded data-encoding v2.10.0
8462026-07-27T20:25:30.993Z Downloaded psl-types v2.0.11
8472026-07-27T20:25:30.996Z Downloaded rand_core v0.6.4
8482026-07-27T20:25:30.996Z Downloaded zerotrie v0.2.3
8492026-07-27T20:25:30.999Z Downloaded aes-gcm v0.11.0
8502026-07-27T20:25:31.002Z Downloaded either v1.15.0
8512026-07-27T20:25:31.002Z Downloaded expectorate v1.2.0
8522026-07-27T20:25:31.006Z Downloaded ipnet v2.11.0
8532026-07-27T20:25:31.006Z Downloaded recursive-proc-macro-impl v0.1.1
8542026-07-27T20:25:31.011Z Downloaded russh-cryptovec v0.61.0
8552026-07-27T20:25:31.018Z Downloaded russh-util v0.52.0
8562026-07-27T20:25:31.018Z Downloaded ipnetwork v0.21.1
8572026-07-27T20:25:31.018Z Downloaded num-bigint v0.4.6
8582026-07-27T20:25:31.022Z Downloaded num-traits v0.2.19
8592026-07-27T20:25:31.022Z Downloaded serde_repr v0.1.20
8602026-07-27T20:25:31.022Z Downloaded yansi v1.0.1
8612026-07-27T20:25:31.025Z Downloaded pkcs1 v0.8.0-rc.4
8622026-07-27T20:25:31.025Z Downloaded omicron-zone-package v0.12.3
8632026-07-27T20:25:31.028Z Downloaded libefi-sys v0.1.0
8642026-07-27T20:25:31.028Z Downloaded libsw v3.5.0
8652026-07-27T20:25:31.028Z Downloaded http v1.4.2
8662026-07-27T20:25:31.031Z Downloaded signature v2.2.0
8672026-07-27T20:25:31.031Z Downloaded structmeta-derive v0.3.0
8682026-07-27T20:25:31.031Z Downloaded indexmap v1.9.3
8692026-07-27T20:25:31.034Z Downloaded num-integer v0.1.46
8702026-07-27T20:25:31.035Z Downloaded num_enum v0.5.11
8712026-07-27T20:25:31.037Z Downloaded toml_parser v1.1.2+spec-1.1.0
8722026-07-27T20:25:31.037Z Downloaded rustls-platform-verifier v0.6.2
8732026-07-27T20:25:31.040Z Downloaded cookie v0.18.1
8742026-07-27T20:25:31.040Z Downloaded mime_guess v2.0.5
8752026-07-27T20:25:31.045Z Downloaded crossbeam-epoch v0.9.18
8762026-07-27T20:25:31.045Z Downloaded tabled_derive v0.11.0
8772026-07-27T20:25:31.045Z Downloaded trait-variant v0.1.2
8782026-07-27T20:25:31.050Z Downloaded hickory-server v0.25.2
8792026-07-27T20:25:31.050Z Downloaded unicode-xid v0.2.6
8802026-07-27T20:25:31.050Z Downloaded void v1.0.2
8812026-07-27T20:25:31.050Z Downloaded zeroize_derive v1.4.3
8822026-07-27T20:25:31.050Z Downloaded darling v0.23.0
8832026-07-27T20:25:31.060Z Downloaded aes v0.9.1
8842026-07-27T20:25:31.061Z Downloaded darling v0.20.11
8852026-07-27T20:25:31.065Z Downloaded module-lattice v0.2.3
8862026-07-27T20:25:31.066Z Downloaded unicode_categories v0.1.1
8872026-07-27T20:25:31.066Z Downloaded peg v0.8.5
8882026-07-27T20:25:31.066Z Downloaded peg-macros v0.8.5
8892026-07-27T20:25:31.066Z Downloaded signal-hook v0.3.18
8902026-07-27T20:25:31.066Z Downloaded utf8_iter v1.0.4
8912026-07-27T20:25:31.066Z Downloaded yoke-derive v0.8.1
8922026-07-27T20:25:31.066Z Downloaded primeorder v0.14.0-rc.10
8932026-07-27T20:25:31.066Z Downloaded progenitor-extras v0.2.0
8942026-07-27T20:25:31.066Z Downloaded bumpalo v3.20.2
8952026-07-27T20:25:31.070Z Downloaded socket2 v0.5.10
8962026-07-27T20:25:31.070Z Downloaded ecdsa v0.17.0-rc.18
8972026-07-27T20:25:31.070Z Downloaded toml v0.7.8
8982026-07-27T20:25:31.070Z Downloaded similar v2.7.0
8992026-07-27T20:25:31.073Z Downloaded darling_macro v0.20.11
9002026-07-27T20:25:31.073Z Downloaded sec1 v0.8.1
9012026-07-27T20:25:31.076Z Downloaded document-features v0.2.12
9022026-07-27T20:25:31.076Z Downloaded digest-io v0.1.0
9032026-07-27T20:25:31.076Z Downloaded inout v0.2.2
9042026-07-27T20:25:31.079Z Downloaded crossbeam-channel v0.5.15
9052026-07-27T20:25:31.085Z Downloaded p256 v0.14.0-rc.10
9062026-07-27T20:25:31.116Z Downloaded idna_adapter v1.2.1
9072026-07-27T20:25:31.116Z Downloaded static_assertions v1.1.0
9082026-07-27T20:25:31.116Z Downloaded tokio-native-tls v0.3.1
9092026-07-27T20:25:31.116Z Downloaded dof v0.4.0
9102026-07-27T20:25:31.116Z Downloaded lalrpop-util v0.19.12
9112026-07-27T20:25:31.116Z Downloaded derive_builder v0.20.2
9122026-07-27T20:25:31.116Z Downloaded match_cfg v0.1.0
9132026-07-27T20:25:31.116Z Downloaded parking_lot v0.12.5
9142026-07-27T20:25:31.116Z Downloaded postgres-types v0.2.12
9152026-07-27T20:25:31.116Z Downloaded tinystr v0.8.2
9162026-07-27T20:25:31.116Z Downloaded hashbrown v0.13.2
9172026-07-27T20:25:31.116Z Downloaded unicase v2.9.0
9182026-07-27T20:25:31.116Z Downloaded hashbrown v0.12.3
9192026-07-27T20:25:31.116Z Downloaded uuid v1.23.4
9202026-07-27T20:25:31.116Z Downloaded potential_utf v0.1.4
9212026-07-27T20:25:31.116Z Downloaded rand v0.9.2
9222026-07-27T20:25:31.116Z Downloaded rand_xorshift v0.4.0
9232026-07-27T20:25:31.116Z Downloaded slog-scope v4.4.1
9242026-07-27T20:25:31.116Z Downloaded managed v0.8.0
9252026-07-27T20:25:31.120Z Downloaded darling_core v0.21.3
9262026-07-27T20:25:31.120Z Downloaded darling_core v0.23.0
9272026-07-27T20:25:31.122Z Downloaded synstructure v0.13.2
9282026-07-27T20:25:31.122Z Downloaded writeable v0.6.2
9292026-07-27T20:25:31.126Z Downloaded crc-catalog v2.4.0
9302026-07-27T20:25:31.126Z Downloaded crossbeam-deque v0.8.6
9312026-07-27T20:25:31.126Z Downloaded olpc-cjson v0.1.4
9322026-07-27T20:25:31.126Z Downloaded predicates v3.1.4
9332026-07-27T20:25:31.129Z Downloaded rtoolbox v0.0.3
9342026-07-27T20:25:31.129Z Downloaded rand_chacha v0.3.1
9352026-07-27T20:25:31.129Z Downloaded icu_provider v2.1.1
9362026-07-27T20:25:31.133Z Downloaded ignore v0.4.25
9372026-07-27T20:25:31.133Z Downloaded prefix-trie v0.7.0
9382026-07-27T20:25:31.136Z Downloaded convert_case v0.10.0
9392026-07-27T20:25:31.138Z Downloaded der_derive v0.7.3
9402026-07-27T20:25:31.142Z Downloaded zerovec-derive v0.11.2
9412026-07-27T20:25:31.145Z Downloaded crypto-common v0.2.2
9422026-07-27T20:25:31.145Z Downloaded signal-hook-tokio v0.3.1
9432026-07-27T20:25:31.148Z Downloaded ctutils v0.4.2
9442026-07-27T20:25:31.148Z Downloaded defmt-macros v1.0.1
9452026-07-27T20:25:31.151Z Downloaded serde_spanned v1.1.1
9462026-07-27T20:25:31.151Z Downloaded ingot-types v0.1.2
9472026-07-27T20:25:31.154Z Downloaded x509-cert v0.2.5
9482026-07-27T20:25:31.157Z Downloaded tabwriter v1.4.1
9492026-07-27T20:25:31.157Z Downloaded tap v1.0.1
9502026-07-27T20:25:31.160Z Downloaded icu_normalizer_data v2.1.1
9512026-07-27T20:25:31.160Z Downloaded linear-map v1.2.0
9522026-07-27T20:25:31.160Z Downloaded aho-corasick v1.1.4
9532026-07-27T20:25:31.163Z Downloaded nu-ansi-term v0.50.3
9542026-07-27T20:25:31.166Z Downloaded serde_cbor v0.11.2
9552026-07-27T20:25:31.169Z Downloaded universal-hash v0.5.1
9562026-07-27T20:25:31.169Z Downloaded darling_macro v0.21.3
9572026-07-27T20:25:31.169Z Downloaded waitgroup v0.1.2
9582026-07-27T20:25:31.172Z Downloaded zone_cfg_derive v0.3.1
9592026-07-27T20:25:31.172Z Downloaded slog-json v2.6.1
9602026-07-27T20:25:31.172Z Downloaded crypto-bigint v0.5.5
9612026-07-27T20:25:31.176Z Downloaded xshell-macros v0.2.7
9622026-07-27T20:25:31.179Z Downloaded derive_builder_macro v0.20.2
9632026-07-27T20:25:31.179Z Downloaded owo-colors v4.3.0
9642026-07-27T20:25:31.179Z Downloaded vergen-lib v9.1.0
9652026-07-27T20:25:31.179Z Downloaded endian-type v0.1.2
9662026-07-27T20:25:31.180Z Downloaded hyper-util v0.1.20
9672026-07-27T20:25:31.183Z Downloaded parse-display-derive v0.10.0
9682026-07-27T20:25:31.183Z Downloaded pem-rfc7468 v0.7.0
9692026-07-27T20:25:31.188Z Downloaded steno v0.4.1
9702026-07-27T20:25:31.188Z Downloaded new_debug_unreachable v1.0.6
9712026-07-27T20:25:31.188Z Downloaded libloading v0.8.9
9722026-07-27T20:25:31.192Z Downloaded pin-project-internal v1.1.11
9732026-07-27T20:25:31.196Z Downloaded num_enum v0.7.6
9742026-07-27T20:25:31.200Z Downloaded ppv-lite86 v0.2.21
9752026-07-27T20:25:31.200Z Downloaded dirs-next v2.0.0
9762026-07-27T20:25:31.200Z Downloaded pretty_assertions v1.4.1
9772026-07-27T20:25:31.203Z Downloaded ryu v1.0.23
9782026-07-27T20:25:31.207Z Downloaded schemars v0.8.22
9792026-07-27T20:25:31.209Z Downloaded serde_with_macros v3.21.0
9802026-07-27T20:25:31.212Z Downloaded typed-path v0.9.3
9812026-07-27T20:25:31.216Z Downloaded ed25519 v3.0.0
9822026-07-27T20:25:31.216Z Downloaded instant v0.1.13
9832026-07-27T20:25:31.216Z Downloaded instability v0.3.11
9842026-07-27T20:25:31.219Z Downloaded openssl-probe v0.1.6
9852026-07-27T20:25:31.219Z Downloaded libscf-sys v1.1.0
9862026-07-27T20:25:31.219Z Downloaded memoffset v0.9.1
9872026-07-27T20:25:31.219Z Downloaded num_threads v0.1.7
9882026-07-27T20:25:31.219Z Downloaded proc-macro-crate v3.4.0
9892026-07-27T20:25:31.224Z Downloaded signal-hook-registry v1.4.8
9902026-07-27T20:25:31.226Z Downloaded snafu-derive v0.8.9
9912026-07-27T20:25:31.226Z Downloaded spki v0.8.0
9922026-07-27T20:25:31.230Z Downloaded phf_shared v0.12.1
9932026-07-27T20:25:31.233Z Downloaded elliptic-curve v0.13.8
9942026-07-27T20:25:31.233Z Downloaded rustc-hash v2.1.1
9952026-07-27T20:25:31.235Z Downloaded quinn v0.11.9
9962026-07-27T20:25:31.238Z Downloaded rustls-webpki v0.103.13
9972026-07-27T20:25:31.241Z Downloaded ssh-cipher v0.3.0-rc.9
9982026-07-27T20:25:31.241Z Downloaded tokio-dtrace v0.1.1
9992026-07-27T20:25:31.241Z Downloaded internal-russh-num-bigint v0.5.0
10002026-07-27T20:25:31.244Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10012026-07-27T20:25:31.244Z Downloaded untrusted v0.9.0
10022026-07-27T20:25:31.247Z Downloaded typify-macro v0.6.2
10032026-07-27T20:25:31.247Z Downloaded progenitor-macro v0.13.0
10042026-07-27T20:25:31.247Z Downloaded yoke v0.8.1
10052026-07-27T20:25:31.247Z Downloaded csv-core v0.1.13
10062026-07-27T20:25:31.247Z Downloaded ctr v0.10.1
10072026-07-27T20:25:31.251Z Downloaded slog-bunyan v2.5.0
10082026-07-27T20:25:31.255Z Downloaded hashbrown v0.16.1
10092026-07-27T20:25:31.263Z Downloaded ed25519 v2.2.3
10102026-07-27T20:25:31.263Z Downloaded derive_more v2.1.1
10112026-07-27T20:25:31.273Z Downloaded slog v2.8.2
10122026-07-27T20:25:31.278Z Downloaded test-strategy v0.4.5
10132026-07-27T20:25:31.278Z Downloaded try-lock v0.2.5
10142026-07-27T20:25:31.278Z Downloaded subprocess v0.2.15
10152026-07-27T20:25:31.278Z Downloaded zone v0.3.1
10162026-07-27T20:25:31.279Z Downloaded crucible-workspace-hack v0.1.0
10172026-07-27T20:25:31.279Z Downloaded curve25519-dalek-derive v0.1.1
10182026-07-27T20:25:31.279Z Downloaded zerocopy-derive v0.8.40
10192026-07-27T20:25:31.283Z Downloaded lock_api v0.4.14
10202026-07-27T20:25:31.283Z Downloaded zerovec v0.11.5
10212026-07-27T20:25:31.283Z Downloaded derive_more v0.99.20
10222026-07-27T20:25:31.287Z Downloaded sha2 v0.11.0
10232026-07-27T20:25:31.287Z Downloaded multer v3.1.0
10242026-07-27T20:25:31.290Z Downloaded displaydoc v0.2.5
10252026-07-27T20:25:31.290Z Downloaded hyper v1.10.1
10262026-07-27T20:25:31.294Z Downloaded nanorand v0.7.0
10272026-07-27T20:25:31.297Z Downloaded native-tls v0.2.18
10282026-07-27T20:25:31.297Z Downloaded pkcs8 v0.10.2
10292026-07-27T20:25:31.300Z Downloaded pem-rfc7468 v1.0.0
10302026-07-27T20:25:31.303Z Downloaded dsl_auto_type v0.2.0
10312026-07-27T20:25:31.303Z Downloaded phf v0.13.1
10322026-07-27T20:25:31.303Z Downloaded proc-macro-error-attr2 v2.0.0
10332026-07-27T20:25:31.303Z Downloaded newtype-uuid-macros v0.1.0
10342026-07-27T20:25:31.308Z Downloaded nom v7.1.3
10352026-07-27T20:25:31.311Z Downloaded hashbrown v0.15.5
10362026-07-27T20:25:31.314Z Downloaded r2d2 v0.8.10
10372026-07-27T20:25:31.314Z Downloaded ssh-key v0.7.0-rc.10
10382026-07-27T20:25:31.318Z Downloaded rustls-pemfile v2.2.0
10392026-07-27T20:25:31.321Z Downloaded serde_urlencoded v0.7.1
10402026-07-27T20:25:31.321Z Downloaded jiff-static v0.2.21
10412026-07-27T20:25:31.324Z Downloaded toml_edit v0.23.10+spec-1.0.0
10422026-07-27T20:25:31.324Z Downloaded crossbeam-utils v0.8.21
10432026-07-27T20:25:31.327Z Downloaded serde_path_to_error v0.1.20
10442026-07-27T20:25:31.327Z Downloaded secrecy v0.8.0
10452026-07-27T20:25:31.327Z Downloaded spki v0.7.3
10462026-07-27T20:25:31.330Z Downloaded want v0.3.1
10472026-07-27T20:25:31.330Z Downloaded usdt v0.6.0
10482026-07-27T20:25:31.330Z Downloaded time-macros v0.2.27
10492026-07-27T20:25:31.330Z Downloaded thiserror-impl-no-std v2.0.2
10502026-07-27T20:25:31.333Z Downloaded strum_macros v0.27.2
10512026-07-27T20:25:31.333Z Downloaded crossterm v0.28.1
10522026-07-27T20:25:31.339Z Downloaded reqwest v0.12.28
10532026-07-27T20:25:31.342Z Downloaded reqwest v0.13.2
10542026-07-27T20:25:31.345Z Downloaded unarray v0.1.4
10552026-07-27T20:25:31.345Z Downloaded pin-project v1.1.11
10562026-07-27T20:25:31.350Z Downloaded darling_macro v0.13.4
10572026-07-27T20:25:31.354Z Downloaded vergen-gitcl v1.0.8
10582026-07-27T20:25:31.359Z Downloaded salsa20 v0.11.0
10592026-07-27T20:25:31.359Z Downloaded zeroize v1.8.2
10602026-07-27T20:25:31.359Z Downloaded digest v0.11.3
10612026-07-27T20:25:31.362Z Downloaded is-terminal v0.4.17
10622026-07-27T20:25:31.362Z Downloaded md-5 v0.10.6
10632026-07-27T20:25:31.362Z Downloaded mime v0.3.17
10642026-07-27T20:25:31.365Z Downloaded embedded-io v0.4.0
10652026-07-27T20:25:31.365Z Downloaded num-derive v0.4.2
10662026-07-27T20:25:31.368Z Downloaded tower-http v0.6.8
10672026-07-27T20:25:31.371Z Downloaded rsa v0.9.10
10682026-07-27T20:25:31.374Z Downloaded oxnet v0.1.6
10692026-07-27T20:25:31.374Z Downloaded icu_normalizer v2.1.1
10702026-07-27T20:25:31.377Z Downloaded keccak v0.2.0
10712026-07-27T20:25:31.377Z Downloaded serde_plain v1.0.2
10722026-07-27T20:25:31.381Z Downloaded newtype-uuid v1.3.2
10732026-07-27T20:25:31.381Z Downloaded packed_struct v0.10.1
10742026-07-27T20:25:31.381Z Downloaded recursive v0.1.1
10752026-07-27T20:25:31.387Z Downloaded thread-id v5.1.0
10762026-07-27T20:25:31.387Z Downloaded usdt-macro v0.6.0
10772026-07-27T20:25:31.387Z Downloaded rustls-pki-types v1.14.0
10782026-07-27T20:25:31.387Z Downloaded tinyvec_macros v0.1.1
10792026-07-27T20:25:31.391Z Downloaded ed25519-dalek v3.0.0-rc.0
10802026-07-27T20:25:31.391Z Downloaded futures-util v0.3.32
10812026-07-27T20:25:31.394Z Downloaded diesel_derives v2.3.7
10822026-07-27T20:25:31.398Z Downloaded serdect v0.4.3
10832026-07-27T20:25:31.398Z Downloaded toml v1.1.2+spec-1.1.0
10842026-07-27T20:25:31.401Z Downloaded spin v0.9.8
10852026-07-27T20:25:31.401Z Downloaded ref-cast-impl v1.0.25
10862026-07-27T20:25:31.401Z Downloaded serde_derive_internals v0.29.1
10872026-07-27T20:25:31.404Z Downloaded string_cache v0.8.9
10882026-07-27T20:25:31.405Z Downloaded strum_macros v0.26.4
10892026-07-27T20:25:31.405Z Downloaded crc8 v0.1.1
10902026-07-27T20:25:31.405Z Downloaded hkdf v0.13.0
10912026-07-27T20:25:31.407Z Downloaded defmt-parser v1.0.0
10922026-07-27T20:25:31.410Z Downloaded crc-any v2.5.0
10932026-07-27T20:25:31.410Z Downloaded rand v0.8.6
10942026-07-27T20:25:31.415Z Downloaded mio v1.2.0
10952026-07-27T20:25:31.422Z Downloaded term v0.7.0
10962026-07-27T20:25:31.422Z Downloaded tower v0.5.3
10972026-07-27T20:25:31.426Z Downloaded daft-derive v0.1.7
10982026-07-27T20:25:31.426Z Downloaded nonempty v0.12.0
10992026-07-27T20:25:31.426Z Downloaded usdt-impl v0.6.0
11002026-07-27T20:25:31.426Z Downloaded downcast-rs v2.0.2
11012026-07-27T20:25:31.426Z Downloaded lazy_static v1.5.0
11022026-07-27T20:25:31.435Z Downloaded pkcs5 v0.8.1
11032026-07-27T20:25:31.435Z Downloaded unicode-properties v0.1.4
11042026-07-27T20:25:31.435Z Downloaded derive_builder_core v0.20.2
11052026-07-27T20:25:31.435Z Downloaded oxide-update-engine-display v0.1.2
11062026-07-27T20:25:31.439Z Downloaded cookie_store v0.22.1
11072026-07-27T20:25:31.439Z Downloaded primefield v0.14.0
11082026-07-27T20:25:31.448Z Downloaded cpubits v0.1.1
11092026-07-27T20:25:31.451Z Downloaded is_ci v1.2.0
11102026-07-27T20:25:31.454Z Downloaded serde_with v1.14.0
11112026-07-27T20:25:31.457Z Downloaded strum_macros v0.24.3
11122026-07-27T20:25:31.461Z Downloaded poly1305 v0.8.0
11132026-07-27T20:25:31.464Z Downloaded thiserror-no-std v2.0.2
11142026-07-27T20:25:31.467Z Downloaded sigpipe v0.1.3
11152026-07-27T20:25:31.467Z Downloaded quinn-udp v0.5.14
11162026-07-27T20:25:31.467Z Downloaded tar v0.4.46
11172026-07-27T20:25:31.467Z Downloaded termtree v0.5.1
11182026-07-27T20:25:31.469Z Downloaded hkdf v0.12.4
11192026-07-27T20:25:31.470Z Downloaded parking_lot v0.11.2
11202026-07-27T20:25:31.470Z Downloaded tokio-postgres v0.7.16
11212026-07-27T20:25:31.477Z Downloaded whoami v1.6.1
11222026-07-27T20:25:31.480Z Downloaded darling_macro v0.23.0
11232026-07-27T20:25:31.483Z Downloaded enum-as-inner v0.6.1
11242026-07-27T20:25:31.483Z Downloaded keccak v0.1.6
11252026-07-27T20:25:31.483Z Downloaded blake3 v1.8.5
11262026-07-27T20:25:31.488Z Downloaded indent_write v2.2.0
11272026-07-27T20:25:31.491Z Downloaded lru v0.12.5
11282026-07-27T20:25:31.491Z Downloaded winnow v0.6.26
11292026-07-27T20:25:31.494Z Downloaded aws-lc-rs v1.16.3
11302026-07-27T20:25:31.498Z Downloaded polyval v0.7.1
11312026-07-27T20:25:31.504Z Downloaded serde-big-array v0.5.1
11322026-07-27T20:25:31.505Z Downloaded crc32fast v1.5.0
11332026-07-27T20:25:31.505Z Downloaded parking_lot_core v0.8.6
11342026-07-27T20:25:31.505Z Downloaded secrecy v0.10.3
11352026-07-27T20:25:31.505Z Downloaded stacker v0.1.23
11362026-07-27T20:25:31.512Z Downloaded dtrace-parser v0.3.0
11372026-07-27T20:25:31.512Z Downloaded sync_wrapper v1.0.2
11382026-07-27T20:25:31.512Z Downloaded debug-ignore v1.0.5
11392026-07-27T20:25:31.512Z Downloaded signal-hook-mio v0.2.5
11402026-07-27T20:25:31.515Z Downloaded rustversion v1.0.22
11412026-07-27T20:25:31.518Z Downloaded precomputed-hash v0.1.1
11422026-07-27T20:25:31.518Z Downloaded vergen-git2 v9.1.0
11432026-07-27T20:25:31.522Z Downloaded normalize-line-endings v0.3.0
11442026-07-27T20:25:31.522Z Downloaded psm v0.1.30
11452026-07-27T20:25:31.522Z Downloaded uzers v0.12.2
11462026-07-27T20:25:31.527Z Downloaded libm v0.2.16
11472026-07-27T20:25:31.530Z Downloaded itertools v0.13.0
11482026-07-27T20:25:31.534Z Downloaded ena v0.14.4
11492026-07-27T20:25:31.534Z Downloaded indicatif v0.18.4
11502026-07-27T20:25:31.537Z Downloaded phf v0.12.1
11512026-07-27T20:25:31.537Z Downloaded ed25519-dalek v2.2.0
11522026-07-27T20:25:31.540Z Downloaded bitvec v1.0.1
11532026-07-27T20:25:31.545Z Downloaded rfc6979 v0.5.0
11542026-07-27T20:25:31.548Z Downloaded unicode-truncate v1.1.0
11552026-07-27T20:25:31.548Z Downloaded unit-prefix v0.5.2
11562026-07-27T20:25:31.548Z Downloaded itertools v0.14.0
11572026-07-27T20:25:31.552Z Downloaded der v0.7.10
11582026-07-27T20:25:31.556Z Downloaded tinyvec v1.10.0
11592026-07-27T20:25:31.559Z Downloaded percent-encoding v2.3.2
11602026-07-27T20:25:31.559Z Downloaded strip-ansi-escapes v0.2.1
11612026-07-27T20:25:31.559Z Downloaded toml_edit v0.19.15
11622026-07-27T20:25:31.568Z Downloaded dropshot-api-manager v0.7.2
11632026-07-27T20:25:31.571Z Downloaded stringprep v0.1.5
11642026-07-27T20:25:31.577Z Downloaded pkcs8 v0.11.0
11652026-07-27T20:25:31.577Z Downloaded darling v0.13.4
11662026-07-27T20:25:31.583Z Downloaded maybe-uninit v2.0.0
11672026-07-27T20:25:31.583Z Downloaded indoc v1.0.9
11682026-07-27T20:25:31.583Z Downloaded jobserver v0.1.34
11692026-07-27T20:25:31.583Z Downloaded num-conv v0.2.0
11702026-07-27T20:25:31.583Z Downloaded quick-error v1.2.3
11712026-07-27T20:25:31.583Z Downloaded samael v0.0.19
11722026-07-27T20:25:31.587Z Downloaded primeorder v0.13.6
11732026-07-27T20:25:31.587Z Downloaded tokio-rustls v0.26.4
11742026-07-27T20:25:31.587Z Downloaded elliptic-curve v0.14.0-rc.33
11752026-07-27T20:25:31.587Z Downloaded icu_properties v2.1.2
11762026-07-27T20:25:31.587Z Downloaded twox-hash v2.1.2
11772026-07-27T20:25:31.596Z Downloaded simd-adler32 v0.3.8
11782026-07-27T20:25:31.596Z Downloaded corncobs v0.1.4
11792026-07-27T20:25:31.596Z Downloaded scroll v0.13.0
11802026-07-27T20:25:31.597Z Downloaded walkdir v2.5.0
11812026-07-27T20:25:31.601Z Downloaded oso v0.27.3
11822026-07-27T20:25:31.601Z Downloaded url v2.5.8
11832026-07-27T20:25:31.601Z Downloaded tokio-tungstenite v0.23.1
11842026-07-27T20:25:31.601Z Downloaded ingot-macros v0.1.1
11852026-07-27T20:25:31.601Z Downloaded litrs v1.0.0
11862026-07-27T20:25:31.604Z Downloaded miniz_oxide v0.8.9
11872026-07-27T20:25:31.604Z Downloaded postgres-protocol v0.6.10
11882026-07-27T20:25:31.604Z Downloaded support-bundle-viewer v0.1.2
11892026-07-27T20:25:31.604Z Downloaded dropshot_endpoint v0.17.1
11902026-07-27T20:25:31.608Z Downloaded prettyplease v0.2.37
11912026-07-27T20:25:31.612Z Downloaded des v0.9.0
11922026-07-27T20:25:31.612Z Downloaded serde_yaml v0.9.34+deprecated
11932026-07-27T20:25:31.615Z Downloaded darling_core v0.13.4
11942026-07-27T20:25:31.615Z Downloaded xshell v0.2.7
11952026-07-27T20:25:31.618Z Downloaded rusty-fork v0.3.1
11962026-07-27T20:25:31.618Z Downloaded critical-section v1.2.0
11972026-07-27T20:25:31.621Z Downloaded slog-dtrace v0.3.0
11982026-07-27T20:25:31.625Z Downloaded p521 v0.14.0-rc.10
11992026-07-27T20:25:31.629Z Downloaded drift v0.2.0
12002026-07-27T20:25:31.636Z Downloaded impl-trait-for-tuples v0.2.3
12012026-07-27T20:25:31.639Z Downloaded tough v0.22.0
12022026-07-27T20:25:31.642Z Downloaded h2 v0.4.15
12032026-07-27T20:25:31.646Z Downloaded tracing-core v0.1.36
12042026-07-27T20:25:31.649Z Downloaded git2 v0.20.4
12052026-07-27T20:25:31.652Z Downloaded zerocopy v0.6.6
12062026-07-27T20:25:31.655Z Downloaded nom v8.0.0
12072026-07-27T20:25:31.661Z Downloaded zip v0.6.6
12082026-07-27T20:25:31.664Z Downloaded libbz2-rs-sys v0.2.2
12092026-07-27T20:25:31.670Z Downloaded rcgen v0.12.1
12102026-07-27T20:25:31.673Z Downloaded snafu v0.8.9
12112026-07-27T20:25:31.677Z Downloaded reedline v0.40.0
12122026-07-27T20:25:31.681Z Downloaded tungstenite v0.23.0
12132026-07-27T20:25:31.691Z Downloaded icu_locale_core v2.1.1
12142026-07-27T20:25:31.695Z Downloaded tabled v0.20.0
12152026-07-27T20:25:31.703Z Downloaded bindgen v0.71.1
12162026-07-27T20:25:31.708Z Downloaded portable-atomic v1.13.1
12172026-07-27T20:25:31.712Z Downloaded socket2 v0.6.3
12182026-07-27T20:25:31.716Z Downloaded rayon v1.11.0
12192026-07-27T20:25:31.722Z Downloaded darling_core v0.20.11
12202026-07-27T20:25:31.726Z Downloaded der v0.8.0
12212026-07-27T20:25:31.729Z Downloaded chrono v0.4.45
12222026-07-27T20:25:31.732Z Downloaded rsa v0.10.0-rc.18
12232026-07-27T20:25:31.737Z Downloaded rand v0.10.1
12242026-07-27T20:25:31.737Z Downloaded progenitor-impl v0.14.0
12252026-07-27T20:25:31.740Z Downloaded schemars v1.2.1
12262026-07-27T20:25:31.745Z Downloaded oxide-update-engine-types v0.1.2
12272026-07-27T20:25:31.745Z Downloaded zip v4.6.1
12282026-07-27T20:25:31.754Z Downloaded lalrpop v0.19.12
12292026-07-27T20:25:31.757Z Downloaded tungstenite v0.21.0
12302026-07-27T20:25:31.760Z Downloaded serde_with v3.21.0
12312026-07-27T20:25:31.768Z Downloaded progenitor-impl v0.13.0
12322026-07-27T20:25:31.773Z Downloaded schemars v0.9.0
12332026-07-27T20:25:31.776Z Downloaded vcpkg v0.2.15
12342026-07-27T20:25:31.803Z Downloaded goblin v0.10.5
12352026-07-27T20:25:31.808Z Downloaded rustyline v14.0.0
12362026-07-27T20:25:31.808Z Downloaded idna v1.1.0
12372026-07-27T20:25:31.811Z Downloaded unicode-normalization v0.1.25
12382026-07-27T20:25:31.811Z Downloaded itertools v0.10.5
12392026-07-27T20:25:31.817Z Downloaded derive_more-impl v2.1.1
12402026-07-27T20:25:31.822Z Downloaded libxml v0.3.3
12412026-07-27T20:25:31.822Z Downloaded iri-string v0.7.10
12422026-07-27T20:25:31.828Z Downloaded winnow v0.5.40
12432026-07-27T20:25:31.832Z Downloaded p384 v0.13.1
12442026-07-27T20:25:31.839Z Downloaded icu_properties_data v2.1.2
12452026-07-27T20:25:31.842Z Downloaded minimal-lexical v0.2.1
12462026-07-27T20:25:31.845Z Downloaded salty v0.3.0
12472026-07-27T20:25:31.854Z Downloaded time v0.3.47
12482026-07-27T20:25:31.858Z Downloaded unicode-segmentation v1.12.0
12492026-07-27T20:25:31.861Z Downloaded winnow v1.0.3
12502026-07-27T20:25:31.865Z Downloaded quick-xml v0.37.5
12512026-07-27T20:25:31.869Z Downloaded crypto-primes v0.7.2
12522026-07-27T20:25:31.873Z Downloaded itertools v0.12.1
12532026-07-27T20:25:31.878Z Downloaded radix_trie v0.2.1
12542026-07-27T20:25:31.881Z Downloaded num-bigint-dig v0.8.6
12552026-07-27T20:25:31.881Z Downloaded iddqd v0.4.2
12562026-07-27T20:25:31.894Z Downloaded regex-syntax v0.6.29
12572026-07-27T20:25:31.901Z Downloaded moka v0.12.13
12582026-07-27T20:25:31.909Z Downloaded quinn-proto v0.11.13
12592026-07-27T20:25:31.918Z Downloaded russh v0.61.2
12602026-07-27T20:25:31.918Z Downloaded regex v1.12.3
12612026-07-27T20:25:31.925Z Downloaded bstr v1.12.1
12622026-07-27T20:25:31.925Z Downloaded crypto-bigint v0.7.5
12632026-07-27T20:25:31.931Z Downloaded openapiv3 v2.2.0
12642026-07-27T20:25:31.941Z Downloaded tokio-util v0.7.18
12652026-07-27T20:25:31.951Z Downloaded proptest v1.10.0
12662026-07-27T20:25:31.957Z Downloaded crossterm v0.29.0
12672026-07-27T20:25:31.972Z Downloaded petname v2.0.2
12682026-07-27T20:25:31.976Z Downloaded rawzip v0.4.4
12692026-07-27T20:25:31.987Z Downloaded fiat-crypto v0.3.0
12702026-07-27T20:25:31.997Z Downloaded polar-core v0.27.3
12712026-07-27T20:25:32.012Z Downloaded nix v0.28.0
12722026-07-27T20:25:32.020Z Downloaded hickory-proto v0.24.4
12732026-07-27T20:25:32.046Z Downloaded zlib-rs v0.6.2
12742026-07-27T20:25:32.056Z Downloaded rustix v0.38.44
12752026-07-27T20:25:32.067Z Downloaded hickory-proto v0.25.2
12762026-07-27T20:25:32.078Z Downloaded smoltcp v0.9.1
12772026-07-27T20:25:32.089Z Downloaded curve25519-dalek v4.1.3
12782026-07-27T20:25:32.095Z Downloaded curve25519-dalek v5.0.0-rc.0
12792026-07-27T20:25:32.101Z Downloaded nix v0.27.1
12802026-07-27T20:25:32.107Z Downloaded object v0.30.4
12812026-07-27T20:25:32.112Z Downloaded rustls v0.23.41
12822026-07-27T20:25:32.119Z Downloaded typify-impl v0.6.2
12832026-07-27T20:25:32.129Z Downloaded regress v0.11.1
12842026-07-27T20:25:32.135Z Downloaded regex-syntax v0.8.10
12852026-07-27T20:25:32.140Z Downloaded ratatui v0.29.0
12862026-07-27T20:25:32.151Z Downloaded zerocopy v0.8.40
12872026-07-27T20:25:32.176Z Downloaded regress v0.10.5
12882026-07-27T20:25:32.181Z Downloaded smoltcp v0.11.0
12892026-07-27T20:25:32.181Z Downloaded tracing v0.1.44
12902026-07-27T20:25:32.185Z Downloaded sha3 v0.11.0
12912026-07-27T20:25:32.188Z Downloaded openssl v0.10.79
12922026-07-27T20:25:32.192Z Downloaded object v0.37.3
12932026-07-27T20:25:32.198Z Downloaded bzip2-sys v0.1.13+1.0.8
12942026-07-27T20:25:32.206Z Downloaded nix v0.31.2
12952026-07-27T20:25:32.213Z Downloaded dropshot v0.17.1
12962026-07-27T20:25:32.225Z Downloaded sqlparser v0.61.0
12972026-07-27T20:25:32.231Z Downloaded petgraph v0.6.5
12982026-07-27T20:25:32.242Z Downloaded zerocopy-derive v0.6.6
12992026-07-27T20:25:32.247Z Downloaded diesel v2.3.7
13002026-07-27T20:25:32.259Z Downloaded sled v0.34.7
13012026-07-27T20:25:32.265Z Downloaded chrono-tz v0.10.4
13022026-07-27T20:25:32.288Z Downloaded petgraph v0.8.3
13032026-07-27T20:25:32.302Z Downloaded regex-automata v0.4.14
13042026-07-27T20:25:32.311Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-07-27T20:25:32.325Z Downloaded jiff v0.2.21
13062026-07-27T20:25:32.334Z Downloaded csv v1.4.0
13072026-07-27T20:25:32.347Z Downloaded sha3 v0.10.8
13082026-07-27T20:25:32.371Z Downloaded libz-sys v1.1.24
13092026-07-27T20:25:32.381Z Downloaded ring v0.17.14
13102026-07-27T20:25:32.405Z Downloaded tokio v1.52.1
13112026-07-27T20:25:32.445Z Downloaded encoding_rs v0.8.35
13122026-07-27T20:25:32.525Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-07-27T20:25:33.011Z Downloaded aws-lc-sys v0.40.0
13142026-07-27T20:25:33.266Z Compiling libc v0.2.185
13152026-07-27T20:25:33.266Z Compiling serde_core v1.0.228
13162026-07-27T20:25:33.266Z Compiling serde v1.0.228
13172026-07-27T20:25:33.272Z Compiling log v0.4.29
13182026-07-27T20:25:33.273Z Compiling smallvec v1.15.1
13192026-07-27T20:25:33.412Z Compiling find-msvc-tools v0.1.9
13202026-07-27T20:25:33.416Z Compiling shlex v1.3.0
13212026-07-27T20:25:33.420Z Compiling syn v2.0.117
13222026-07-27T20:25:33.607Z Compiling subtle v2.6.1
13232026-07-27T20:25:33.621Z Compiling stable_deref_trait v1.2.1
13242026-07-27T20:25:33.636Z Compiling scopeguard v1.2.0
13252026-07-27T20:25:33.709Z Compiling typenum v1.20.1
13262026-07-27T20:25:33.719Z Compiling lock_api v0.4.14
13272026-07-27T20:25:33.731Z Compiling serde_json v1.0.150
13282026-07-27T20:25:33.744Z Compiling zerocopy v0.8.40
13292026-07-27T20:25:33.771Z Compiling portable-atomic v1.13.1
13302026-07-27T20:25:33.928Z Compiling pin-project-lite v0.2.17
13312026-07-27T20:25:33.940Z Compiling parking_lot_core v0.9.12
13322026-07-27T20:25:34.023Z Compiling getrandom v0.4.1
13332026-07-27T20:25:34.163Z Compiling critical-section v1.2.0
13342026-07-27T20:25:34.198Z Compiling pkg-config v0.3.32
13352026-07-27T20:25:34.270Z Compiling jobserver v0.1.34
13362026-07-27T20:25:34.283Z Compiling errno v0.3.14
13372026-07-27T20:25:34.379Z Compiling getrandom v0.2.17
13382026-07-27T20:25:34.423Z Compiling libm v0.2.16
13392026-07-27T20:25:34.495Z Compiling cc v1.2.56
13402026-07-27T20:25:34.597Z Compiling rand_core v0.6.4
13412026-07-27T20:25:34.634Z Compiling signal-hook-registry v1.4.8
13422026-07-27T20:25:34.766Z Compiling once_cell v1.21.3
13432026-07-27T20:25:34.807Z Compiling num-traits v0.2.19
13442026-07-27T20:25:34.866Z Compiling rand_core v0.10.0
13452026-07-27T20:25:34.895Z Compiling futures-core v0.3.32
13462026-07-27T20:25:35.043Z Compiling parking_lot v0.12.5
13472026-07-27T20:25:35.044Z Compiling mio v1.2.0
13482026-07-27T20:25:35.148Z Compiling generic-array v0.14.7
13492026-07-27T20:25:35.241Z Compiling litemap v0.8.1
13502026-07-27T20:25:35.337Z Compiling writeable v0.6.2
13512026-07-27T20:25:35.413Z Compiling const-oid v0.9.6
13522026-07-27T20:25:35.498Z Compiling bitflags v2.11.0
13532026-07-27T20:25:35.534Z Compiling percent-encoding v2.3.2
13542026-07-27T20:25:35.591Z Compiling semver v1.0.28
13552026-07-27T20:25:35.791Z Compiling icu_properties_data v2.1.2
13562026-07-27T20:25:35.921Z Compiling icu_normalizer_data v2.1.1
13572026-07-27T20:25:36.004Z Compiling socket2 v0.6.3
13582026-07-27T20:25:36.150Z Compiling futures-sink v0.3.32
13592026-07-27T20:25:36.217Z Compiling synstructure v0.13.2
13602026-07-27T20:25:36.253Z Compiling futures-channel v0.3.32
13612026-07-27T20:25:36.283Z Compiling slab v0.4.12
13622026-07-27T20:25:36.343Z Compiling futures-task v0.3.32
13632026-07-27T20:25:36.436Z Compiling futures-io v0.3.32
13642026-07-27T20:25:36.460Z Compiling utf8_iter v1.0.4
13652026-07-27T20:25:36.484Z Compiling indexmap v2.14.0
13662026-07-27T20:25:36.502Z Compiling form_urlencoded v1.2.2
13672026-07-27T20:25:36.524Z Compiling rustversion v1.0.22
13682026-07-27T20:25:36.596Z Compiling getrandom v0.3.4
13692026-07-27T20:25:36.600Z Compiling cmake v0.1.57
13702026-07-27T20:25:36.623Z Compiling dunce v1.0.5
13712026-07-27T20:25:36.671Z Compiling fs_extra v1.3.0
13722026-07-27T20:25:36.718Z Compiling ident_case v1.0.1
13732026-07-27T20:25:36.823Z Compiling iana-time-zone v0.1.65
13742026-07-27T20:25:36.843Z Compiling rustix v1.1.3
13752026-07-27T20:25:36.947Z Compiling regex-syntax v0.8.10
13762026-07-27T20:25:37.011Z Compiling aws-lc-sys v0.40.0
13772026-07-27T20:25:37.026Z Compiling uuid v1.23.4
13782026-07-27T20:25:37.151Z Compiling vcpkg v0.2.15
13792026-07-27T20:25:37.500Z Compiling rand_core v0.9.5
13802026-07-27T20:25:37.516Z Compiling base64 v0.22.1
13812026-07-27T20:25:37.743Z Compiling base64ct v1.8.3
13822026-07-27T20:25:37.798Z Compiling rustc_version v0.4.1
13832026-07-27T20:25:37.859Z Compiling tracing-core v0.1.36
13842026-07-27T20:25:37.917Z Compiling openssl-sys v0.9.115
13852026-07-27T20:25:37.961Z Compiling serde_derive v1.0.228
13862026-07-27T20:25:38.042Z Compiling zeroize_derive v1.4.3
13872026-07-27T20:25:38.114Z Compiling zerofrom-derive v0.1.6
13882026-07-27T20:25:38.420Z Compiling yoke-derive v0.8.1
13892026-07-27T20:25:38.432Z Compiling zerovec-derive v0.11.2
13902026-07-27T20:25:38.607Z Compiling zerocopy-derive v0.8.40
13912026-07-27T20:25:38.740Z Compiling zeroize v1.8.2
13922026-07-27T20:25:38.907Z Compiling displaydoc v0.2.5
13932026-07-27T20:25:39.565Z Compiling zerofrom v0.1.6
13942026-07-27T20:25:39.584Z Compiling tokio-macros v2.7.0
13952026-07-27T20:25:39.628Z Compiling futures-macro v0.3.32
13962026-07-27T20:25:39.673Z Compiling yoke v0.8.1
13972026-07-27T20:25:39.691Z Compiling pem-rfc7468 v0.7.0
13982026-07-27T20:25:39.867Z Compiling zerovec v0.11.5
13992026-07-27T20:25:39.982Z Compiling zerotrie v0.2.3
14002026-07-27T20:25:40.005Z Compiling crypto-common v0.1.7
14012026-07-27T20:25:40.146Z Compiling block-buffer v0.10.4
14022026-07-27T20:25:40.286Z Compiling digest v0.10.7
14032026-07-27T20:25:40.335Z Compiling der_derive v0.7.3
14042026-07-27T20:25:40.367Z Compiling thiserror-impl v2.0.18
14052026-07-27T20:25:40.412Z Compiling tinystr v0.8.2
14062026-07-27T20:25:40.453Z Compiling potential_utf v0.1.4
14072026-07-27T20:25:40.551Z Compiling futures-util v0.3.32
14082026-07-27T20:25:40.614Z Compiling icu_locale_core v2.1.1
14092026-07-27T20:25:40.638Z Compiling icu_collections v2.1.1
14102026-07-27T20:25:41.146Z Compiling tracing-attributes v0.1.31
14112026-07-27T20:25:41.364Z Compiling icu_provider v2.1.1
14122026-07-27T20:25:41.554Z Compiling bytes v1.11.1
14132026-07-27T20:25:41.610Z Compiling icu_normalizer v2.1.1
14142026-07-27T20:25:41.673Z Compiling icu_properties v2.1.2
14152026-07-27T20:25:41.696Z Compiling chrono v0.4.45
14162026-07-27T20:25:42.146Z Compiling tokio v1.52.1
14172026-07-27T20:25:42.172Z Compiling http v1.4.2
14182026-07-27T20:25:42.483Z Compiling aws-lc-rs v1.16.3
14192026-07-27T20:25:42.770Z Compiling idna_adapter v1.2.1
14202026-07-27T20:25:42.794Z Compiling flagset v0.4.7
14212026-07-27T20:25:42.891Z Compiling idna v1.1.0
14222026-07-27T20:25:42.914Z Compiling der v0.7.10
14232026-07-27T20:25:42.937Z Compiling http-body v1.0.1
14242026-07-27T20:25:43.071Z Compiling ppv-lite86 v0.2.21
14252026-07-27T20:25:43.089Z Compiling tracing v0.1.44
14262026-07-27T20:25:43.100Z Compiling thiserror v2.0.18
14272026-07-27T20:25:43.182Z Compiling url v2.5.8
14282026-07-27T20:25:43.196Z Compiling rustls-pki-types v1.14.0
14292026-07-27T20:25:43.359Z Compiling rand_chacha v0.9.0
14302026-07-27T20:25:43.486Z Compiling serde_derive_internals v0.29.1
14312026-07-27T20:25:43.592Z Compiling dyn-clone v1.0.20
14322026-07-27T20:25:43.652Z Compiling httparse v1.10.1
14332026-07-27T20:25:43.673Z Compiling schemars v0.8.22
14342026-07-27T20:25:43.882Z Compiling openssl-probe v0.2.1
14352026-07-27T20:25:43.952Z Compiling cmov v0.5.4
14362026-07-27T20:25:43.975Z Compiling tinyvec_macros v0.1.1
14372026-07-27T20:25:44.034Z Compiling tinyvec v1.10.0
14382026-07-27T20:25:44.083Z Compiling spki v0.7.3
14392026-07-27T20:25:44.099Z Compiling rand v0.9.2
14402026-07-27T20:25:44.168Z Compiling pest_generator v2.8.6
14412026-07-27T20:25:44.177Z Compiling ctutils v0.4.2
14422026-07-27T20:25:44.277Z Compiling aho-corasick v1.1.4
14432026-07-27T20:25:44.312Z Compiling schemars_derive v0.8.22
14442026-07-27T20:25:44.367Z Compiling try-lock v0.2.5
14452026-07-27T20:25:44.388Z Compiling untrusted v0.7.1
14462026-07-27T20:25:44.473Z Compiling tower-layer v0.3.3
14472026-07-27T20:25:44.506Z Compiling atomic-waker v1.1.2
14482026-07-27T20:25:44.640Z Compiling tower-service v0.3.3
14492026-07-27T20:25:44.640Z Compiling tempfile v3.25.0
14502026-07-27T20:25:44.769Z Compiling want v0.3.1
14512026-07-27T20:25:44.823Z Compiling pest_derive v2.8.6
14522026-07-27T20:25:44.845Z Compiling hybrid-array v0.4.13
14532026-07-27T20:25:45.009Z Compiling ipnet v2.11.0
14542026-07-27T20:25:45.182Z Compiling regex-automata v0.4.14
14552026-07-27T20:25:45.205Z Compiling scroll_derive v0.13.1
14562026-07-27T20:25:45.489Z Compiling darling_core v0.20.11
14572026-07-27T20:25:45.568Z Compiling foreign-types-shared v0.1.1
14582026-07-27T20:25:45.659Z Compiling cpufeatures v0.2.17
14592026-07-27T20:25:45.738Z Compiling openssl v0.10.79
14602026-07-27T20:25:45.901Z Compiling tokio-util v0.7.18
14612026-07-27T20:25:45.966Z Compiling rustls v0.23.41
14622026-07-27T20:25:45.982Z Compiling untrusted v0.9.0
14632026-07-27T20:25:46.160Z Compiling httpdate v1.0.3
14642026-07-27T20:25:46.181Z Compiling scroll v0.13.0
14652026-07-27T20:25:46.404Z Compiling foreign-types v0.3.2
14662026-07-27T20:25:46.526Z Compiling unicode-normalization v0.1.25
14672026-07-27T20:25:46.563Z Compiling pkcs8 v0.10.2
14682026-07-27T20:25:46.741Z Compiling h2 v0.4.15
14692026-07-27T20:25:46.900Z Compiling openssl-macros v0.1.1
14702026-07-27T20:25:46.942Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-07-27T20:25:47.225Z Compiling spin v0.9.8
14722026-07-27T20:25:47.301Z Compiling num-conv v0.2.0
14732026-07-27T20:25:47.324Z Compiling time-core v0.1.8
14742026-07-27T20:25:47.426Z Compiling native-tls v0.2.18
14752026-07-27T20:25:47.431Z Compiling crc32fast v1.5.0
14762026-07-27T20:25:47.471Z Compiling powerfmt v0.2.0
14772026-07-27T20:25:47.647Z Compiling deranged v0.5.8
14782026-07-27T20:25:47.683Z Compiling time-macros v0.2.27
14792026-07-27T20:25:47.764Z Compiling darling_macro v0.20.11
14802026-07-27T20:25:48.233Z Compiling darling v0.20.11
14812026-07-27T20:25:48.322Z Compiling goblin v0.10.5
14822026-07-27T20:25:48.609Z Compiling sha2 v0.10.9
14832026-07-27T20:25:48.701Z Compiling hmac v0.12.1
14842026-07-27T20:25:48.856Z Compiling sync_wrapper v1.0.2
14852026-07-27T20:25:48.975Z Compiling wait-timeout v0.2.1
14862026-07-27T20:25:49.231Z Compiling siphasher v1.0.2
14872026-07-27T20:25:49.301Z Compiling bit-vec v0.8.0
14882026-07-27T20:25:49.409Z Compiling num_threads v0.1.7
14892026-07-27T20:25:49.507Z Compiling syn v1.0.109
14902026-07-27T20:25:49.526Z Compiling quick-error v1.2.3
14912026-07-27T20:25:49.638Z Compiling usdt-impl v0.6.0
14922026-07-27T20:25:49.799Z Compiling hyper v1.10.1
14932026-07-27T20:25:49.840Z Compiling crossbeam-utils v0.8.21
14942026-07-27T20:25:49.892Z Compiling simd-adler32 v0.3.8
14952026-07-27T20:25:50.213Z Compiling rusty-fork v0.3.1
14962026-07-27T20:25:50.473Z Compiling time v0.3.47
14972026-07-27T20:25:50.526Z Compiling bit-set v0.8.0
14982026-07-27T20:25:50.700Z Compiling tower v0.5.3
14992026-07-27T20:25:50.739Z Compiling derive_builder_core v0.20.2
15002026-07-27T20:25:50.962Z Compiling hyper-util v0.1.20
15012026-07-27T20:25:51.182Z Compiling dof v0.4.0
15022026-07-27T20:25:51.446Z Compiling dtrace-parser v0.3.0
15032026-07-27T20:25:51.632Z Compiling http-body-util v0.1.3
15042026-07-27T20:25:51.880Z Compiling heapless v0.7.17
15052026-07-27T20:25:52.057Z Compiling thiserror-impl v1.0.69
15062026-07-27T20:25:52.118Z Compiling scroll_derive v0.12.1
15072026-07-27T20:25:52.166Z Compiling rand_xorshift v0.4.0
15082026-07-27T20:25:52.330Z Compiling slog v2.8.2
15092026-07-27T20:25:52.346Z Compiling darling_core v0.23.0
15102026-07-27T20:25:52.510Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-07-27T20:25:52.515Z Compiling thread-id v5.1.0
15122026-07-27T20:25:52.627Z Compiling cookie v0.18.1
15132026-07-27T20:25:52.713Z Compiling signal-hook v0.3.18
15142026-07-27T20:25:52.768Z Compiling unarray v0.1.4
15152026-07-27T20:25:52.809Z Compiling zstd-safe v7.2.4
15162026-07-27T20:25:52.835Z Compiling iri-string v0.7.10
15172026-07-27T20:25:52.875Z Compiling anyhow v1.0.102
15182026-07-27T20:25:52.888Z Compiling unicode-bidi v0.3.18
15192026-07-27T20:25:52.968Z Compiling ryu v1.0.23
15202026-07-27T20:25:53.143Z Compiling paste v1.0.15
15212026-07-27T20:25:53.169Z Compiling adler2 v2.0.1
15222026-07-27T20:25:53.287Z Compiling allocator-api2 v0.2.21
15232026-07-27T20:25:53.311Z Compiling unicode-properties v0.1.4
15242026-07-27T20:25:53.419Z Compiling thiserror v1.0.69
15252026-07-27T20:25:53.457Z Compiling miniz_oxide v0.8.9
15262026-07-27T20:25:53.578Z Compiling stringprep v0.1.5
15272026-07-27T20:25:53.643Z Compiling serde_urlencoded v0.7.1
15282026-07-27T20:25:53.742Z Compiling proptest v1.10.0
15292026-07-27T20:25:53.924Z Compiling tower-http v0.6.8
15302026-07-27T20:25:54.041Z Compiling scroll v0.12.0
15312026-07-27T20:25:54.347Z Compiling derive_builder_macro v0.20.2
15322026-07-27T20:25:54.362Z Compiling camino v1.2.2
15332026-07-27T20:25:54.371Z Compiling tokio-native-tls v0.3.1
15342026-07-27T20:25:54.722Z Compiling bstr v1.12.1
15352026-07-27T20:25:54.805Z Compiling ipnetwork v0.21.1
15362026-07-27T20:25:54.810Z Compiling darling_macro v0.23.0
15372026-07-27T20:25:54.849Z Compiling block-buffer v0.12.1
15382026-07-27T20:25:55.047Z Compiling block-padding v0.4.2
15392026-07-27T20:25:55.139Z Compiling crypto-common v0.2.2
15402026-07-27T20:25:55.169Z Compiling rustls-native-certs v0.8.3
15412026-07-27T20:25:55.213Z Compiling rand_chacha v0.3.1
15422026-07-27T20:25:55.291Z Compiling serde_tokenstream v0.2.3
15432026-07-27T20:25:55.366Z Compiling toml_datetime v0.6.11
15442026-07-27T20:25:55.502Z Compiling hex v0.4.3
15452026-07-27T20:25:55.594Z Compiling serde_spanned v0.6.9
15462026-07-27T20:25:55.617Z Compiling erased-serde v0.3.31
15472026-07-27T20:25:55.736Z Compiling signature v2.2.0
15482026-07-27T20:25:55.759Z Compiling md-5 v0.10.6
15492026-07-27T20:25:55.924Z Compiling curve25519-dalek v4.1.3
15502026-07-27T20:25:55.924Z Compiling zerocopy-derive v0.7.35
15512026-07-27T20:25:55.982Z Compiling pin-project-internal v1.1.11
15522026-07-27T20:25:56.153Z Compiling async-trait v0.1.89
15532026-07-27T20:25:56.276Z Compiling vergen-lib v9.1.0
15542026-07-27T20:25:56.632Z Compiling hash32 v0.2.1
15552026-07-27T20:25:56.663Z Compiling num-integer v0.1.46
15562026-07-27T20:25:56.816Z Compiling memoffset v0.9.1
15572026-07-27T20:25:56.914Z Compiling encoding_rs v0.8.35
15582026-07-27T20:25:56.997Z Compiling litrs v1.0.0
15592026-07-27T20:25:57.036Z Compiling num-bigint-dig v0.8.6
15602026-07-27T20:25:57.165Z Compiling smoltcp v0.9.1
15612026-07-27T20:25:57.194Z Compiling psl-types v2.0.11
15622026-07-27T20:25:57.210Z Compiling cfg_aliases v0.2.1
15632026-07-27T20:25:57.345Z Compiling ref-cast v1.0.25
15642026-07-27T20:25:57.357Z Compiling mime v0.3.17
15652026-07-27T20:25:57.481Z Compiling fallible-iterator v0.2.0
15662026-07-27T20:25:57.500Z Compiling rustix v0.38.44
15672026-07-27T20:25:57.569Z Compiling zlib-rs v0.6.2
15682026-07-27T20:25:57.626Z Compiling document-features v0.2.12
15692026-07-27T20:25:57.782Z Compiling postgres-protocol v0.6.10
15702026-07-27T20:25:57.956Z Compiling publicsuffix v2.3.0
15712026-07-27T20:25:58.119Z Compiling nix v0.31.2
15722026-07-27T20:25:58.241Z Compiling pin-project v1.1.11
15732026-07-27T20:25:58.352Z Compiling num-iter v0.1.45
15742026-07-27T20:25:58.381Z Compiling zerocopy v0.7.35
15752026-07-27T20:25:58.388Z Compiling hubpack_derive v0.1.1
15762026-07-27T20:25:58.491Z Compiling newtype-uuid v1.3.2
15772026-07-27T20:25:58.803Z Compiling rand v0.8.6
15782026-07-27T20:25:58.831Z Compiling darling v0.23.0
15792026-07-27T20:25:58.873Z Compiling inout v0.2.2
15802026-07-27T20:25:59.103Z Compiling oxnet v0.1.6
15812026-07-27T20:25:59.140Z Compiling derive_builder v0.20.2
15822026-07-27T20:25:59.140Z Compiling hyper-tls v0.6.0
15832026-07-27T20:25:59.140Z Compiling goblin v0.8.2
15842026-07-27T20:25:59.598Z Compiling phf_shared v0.13.1
15852026-07-27T20:25:59.668Z Compiling regex v1.12.3
15862026-07-27T20:25:59.848Z Compiling lazy_static v1.5.0
15872026-07-27T20:25:59.868Z Compiling anstyle-parse v0.2.7
15882026-07-27T20:25:59.883Z Compiling futures-executor v0.3.32
15892026-07-27T20:26:00.012Z Compiling terminal_size v0.4.3
15902026-07-27T20:26:00.062Z Compiling curve25519-dalek-derive v0.1.1
15912026-07-27T20:26:00.086Z Compiling snafu-derive v0.8.9
15922026-07-27T20:26:00.143Z Compiling daft-derive v0.1.7
15932026-07-27T20:26:00.155Z Compiling ref-cast-impl v1.0.25
15942026-07-27T20:26:00.696Z Compiling flate2 v1.1.9
15952026-07-27T20:26:00.714Z Compiling strum_macros v0.27.2
15962026-07-27T20:26:00.762Z Compiling vergen v9.1.0
15972026-07-27T20:26:00.905Z Compiling cargo-platform v0.3.2
15982026-07-27T20:26:00.946Z Compiling ff v0.13.1
15992026-07-27T20:26:01.134Z Compiling fs-err v3.3.0
16002026-07-27T20:26:01.167Z Compiling ahash v0.8.12
16012026-07-27T20:26:01.186Z Compiling base16ct v0.2.0
16022026-07-27T20:26:01.320Z Compiling unicode-segmentation v1.12.0
16032026-07-27T20:26:01.541Z Compiling bumpalo v3.20.2
16042026-07-27T20:26:01.583Z Compiling winnow v0.5.40
16052026-07-27T20:26:01.659Z Compiling object v0.37.3
16062026-07-27T20:26:01.728Z Compiling managed v0.8.0
16072026-07-27T20:26:01.888Z Compiling libbz2-rs-sys v0.2.2
16082026-07-27T20:26:01.923Z Compiling foldhash v0.1.5
16092026-07-27T20:26:02.025Z Compiling same-file v1.0.6
16102026-07-27T20:26:02.103Z Compiling foldhash v0.2.0
16112026-07-27T20:26:02.251Z Compiling bitflags v1.3.2
16122026-07-27T20:26:02.343Z Compiling bzip2 v0.6.1
16132026-07-27T20:26:02.564Z Compiling hashbrown v0.16.1
16142026-07-27T20:26:02.574Z Compiling walkdir v2.5.0
16152026-07-27T20:26:02.574Z Compiling hashbrown v0.15.5
16162026-07-27T20:26:02.767Z Compiling strum v0.27.2
16172026-07-27T20:26:02.824Z Compiling toml_edit v0.19.15
16182026-07-27T20:26:02.894Z Compiling snafu v0.8.9
16192026-07-27T20:26:02.979Z Compiling zopfli v0.8.3
16202026-07-27T20:26:03.110Z Compiling clap_builder v4.6.0
16212026-07-27T20:26:03.155Z Compiling sec1 v0.7.3
16222026-07-27T20:26:03.206Z Compiling dof v0.3.0
16232026-07-27T20:26:03.259Z Compiling group v0.13.0
16242026-07-27T20:26:03.428Z Compiling cargo_metadata v0.23.1
16252026-07-27T20:26:03.451Z Compiling daft v0.1.7
16262026-07-27T20:26:03.886Z Compiling futures v0.3.32
16272026-07-27T20:26:03.915Z Compiling anstream v0.6.21
16282026-07-27T20:26:04.207Z Compiling phf v0.13.1
16292026-07-27T20:26:04.734Z Compiling cookie_store v0.22.1
16302026-07-27T20:26:04.734Z Compiling signal-hook-mio v0.2.5
16312026-07-27T20:26:04.838Z Compiling zstd v0.13.3
16322026-07-27T20:26:04.857Z Compiling reqwest v0.12.28
16332026-07-27T20:26:05.099Z Compiling cipher v0.5.2
16342026-07-27T20:26:05.378Z Compiling bzip2 v0.4.4
16352026-07-27T20:26:05.400Z Compiling serde_with_macros v3.21.0
16362026-07-27T20:26:05.431Z Compiling hubpack v0.1.2
16372026-07-27T20:26:05.709Z Compiling postgres-types v0.2.12
16382026-07-27T20:26:06.100Z Compiling ed25519 v2.2.3
16392026-07-27T20:26:06.248Z Compiling usdt-macro v0.6.0
16402026-07-27T20:26:06.619Z Compiling usdt-attr-macro v0.6.0
16412026-07-27T20:26:06.636Z Compiling globset v0.4.18
16422026-07-27T20:26:06.848Z Compiling dtrace-parser v0.2.0
16432026-07-27T20:26:07.052Z Compiling phf_shared v0.11.3
16442026-07-27T20:26:07.115Z Compiling hkdf v0.12.4
16452026-07-27T20:26:07.202Z Compiling olpc-cjson v0.1.4
16462026-07-27T20:26:07.246Z Compiling pkcs1 v0.7.5
16472026-07-27T20:26:07.266Z Compiling serde-big-array v0.5.1
16482026-07-27T20:26:07.381Z Compiling serde_plain v1.0.2
16492026-07-27T20:26:07.411Z Compiling crypto-bigint v0.5.5
16502026-07-27T20:26:07.411Z Compiling enum-as-inner v0.6.1
16512026-07-27T20:26:07.544Z Compiling serde_repr v0.1.20
16522026-07-27T20:26:07.580Z Compiling clap_derive v4.6.1
16532026-07-27T20:26:07.672Z Compiling strum_macros v0.26.4
16542026-07-27T20:26:08.039Z Compiling async-recursion v1.1.1
16552026-07-27T20:26:08.089Z Compiling pem v3.0.6
16562026-07-27T20:26:08.452Z Compiling float-cmp v0.10.0
16572026-07-27T20:26:08.559Z Compiling memmap2 v0.9.10
16582026-07-27T20:26:08.646Z Compiling thread-id v4.2.2
16592026-07-27T20:26:08.666Z Compiling env_filter v1.0.0
16602026-07-27T20:26:08.712Z Compiling difflib v0.4.0
16612026-07-27T20:26:08.764Z Compiling whoami v2.1.0
16622026-07-27T20:26:08.934Z Compiling precomputed-hash v0.1.1
16632026-07-27T20:26:09.041Z Compiling data-encoding v2.10.0
16642026-07-27T20:26:09.242Z Compiling predicates-core v1.0.10
16652026-07-27T20:26:09.375Z Compiling typed-path v0.9.3
16662026-07-27T20:26:09.389Z Compiling fixedbitset v0.5.7
16672026-07-27T20:26:09.389Z Compiling const-oid v0.10.2
16682026-07-27T20:26:09.389Z Compiling cpufeatures v0.3.0
16692026-07-27T20:26:09.490Z Compiling either v1.15.0
16702026-07-27T20:26:09.542Z Compiling keccak v0.1.6
16712026-07-27T20:26:09.542Z Compiling jiff v0.2.21
16722026-07-27T20:26:09.557Z Compiling normalize-line-endings v0.3.0
16732026-07-27T20:26:09.606Z Compiling fixedbitset v0.4.2
16742026-07-27T20:26:09.627Z Compiling new_debug_unreachable v1.0.6
16752026-07-27T20:26:09.627Z Compiling static_assertions v1.1.0
16762026-07-27T20:26:09.745Z Compiling winnow v1.0.3
16772026-07-27T20:26:09.848Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-07-27T20:26:09.848Z Compiling string_cache v0.8.9
16792026-07-27T20:26:09.882Z Compiling petgraph v0.6.5
16802026-07-27T20:26:09.932Z Compiling sha3 v0.10.8
16812026-07-27T20:26:10.053Z Compiling toml_parser v1.1.2+spec-1.1.0
16822026-07-27T20:26:10.233Z Compiling predicates v3.1.4
16832026-07-27T20:26:10.444Z Compiling itertools v0.13.0
16842026-07-27T20:26:10.474Z Compiling toml_edit v0.22.27
16852026-07-27T20:26:10.682Z Compiling petgraph v0.8.3
16862026-07-27T20:26:11.005Z Compiling digest v0.11.3
16872026-07-27T20:26:11.034Z Compiling chacha20 v0.10.0
16882026-07-27T20:26:11.410Z Compiling hickory-proto v0.25.2
16892026-07-27T20:26:11.446Z Compiling clap v4.6.1
16902026-07-27T20:26:11.553Z Compiling strum v0.26.3
16912026-07-27T20:26:11.750Z Compiling tokio-postgres v0.7.16
16922026-07-27T20:26:11.799Z Compiling env_logger v0.11.9
16932026-07-27T20:26:12.058Z Compiling usdt v0.6.0
16942026-07-27T20:26:12.314Z Compiling zip v4.6.1
16952026-07-27T20:26:12.539Z Compiling usdt-impl v0.5.0
16962026-07-27T20:26:12.671Z Compiling elliptic-curve v0.13.8
16972026-07-27T20:26:13.071Z Compiling rsa v0.9.10
16982026-07-27T20:26:13.105Z Compiling crossterm v0.28.1
16992026-07-27T20:26:13.173Z Compiling serde_with v3.21.0
17002026-07-27T20:26:13.269Z Compiling ed25519-dalek v2.2.0
17012026-07-27T20:26:13.817Z Compiling zip v0.6.6
17022026-07-27T20:26:14.304Z Compiling toml v0.7.8
17032026-07-27T20:26:14.384Z Compiling iddqd v0.4.2
17042026-07-27T20:26:14.995Z Compiling similar v2.7.0
17052026-07-27T20:26:15.061Z Compiling heck v0.4.1
17062026-07-27T20:26:15.324Z Compiling byte-wrapper v0.1.0
17072026-07-27T20:26:15.373Z Compiling crossbeam-epoch v0.9.18
17082026-07-27T20:26:15.658Z Compiling tokio-stream v0.1.18
17092026-07-27T20:26:15.682Z Compiling buf-list v1.1.2
17102026-07-27T20:26:15.700Z Compiling x509-cert v0.2.5
17112026-07-27T20:26:16.005Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17122026-07-27T20:26:16.103Z Compiling openapiv3 v2.2.0
17132026-07-27T20:26:16.103Z Compiling peg-runtime v0.8.5
17142026-07-27T20:26:16.125Z Compiling lalrpop-util v0.19.12
17152026-07-27T20:26:16.157Z Compiling thread_local v1.1.9
17162026-07-27T20:26:16.183Z Compiling slog-async v2.8.0
17172026-07-27T20:26:16.244Z Compiling crossbeam-channel v0.5.15
17182026-07-27T20:26:16.312Z Compiling is-terminal v0.4.17
17192026-07-27T20:26:16.401Z Compiling filetime v0.2.27
17202026-07-27T20:26:16.441Z Compiling take_mut v0.2.2
17212026-07-27T20:26:16.507Z Compiling xattr v1.6.1
17222026-07-27T20:26:16.541Z Compiling term v1.2.1
17232026-07-27T20:26:16.561Z Compiling camino-tempfile v1.4.1
17242026-07-27T20:26:16.633Z Compiling tar v0.4.46
17252026-07-27T20:26:16.782Z Compiling slog-term v2.9.2
17262026-07-27T20:26:26.857Z Compiling rustls-webpki v0.103.13
17272026-07-27T20:26:29.531Z Compiling tokio-rustls v0.26.4
17282026-07-27T20:26:29.532Z Compiling rustls-platform-verifier v0.6.2
17292026-07-27T20:26:29.532Z Compiling tough v0.22.0
17302026-07-27T20:26:29.738Z Compiling hyper-rustls v0.27.7
17312026-07-27T20:26:29.932Z Compiling reqwest v0.13.2
17322026-07-27T20:26:32.181Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17332026-07-27T20:26:32.395Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17342026-07-27T20:26:35.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17352026-07-27T20:26:35.465Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17362026-07-27T20:26:35.519ZJul 27 20:26:34.016 INFO Starting download, target: Clickhouse
17372026-07-27T20:26:35.519ZJul 27 20:26:34.016 INFO Starting download, target: Cockroach
17382026-07-27T20:26:35.519ZJul 27 20:26:34.016 INFO Starting download, target: Console
17392026-07-27T20:26:35.519ZJul 27 20:26:34.016 INFO Starting download, target: DendriteStub
17402026-07-27T20:26:35.528ZJul 27 20:26:34.016 INFO Starting download, target: MaghemiteMgd
17412026-07-27T20:26:35.529ZJul 27 20:26:34.016 INFO Starting download, target: MaghemiteDdmd
17422026-07-27T20:26:35.529ZJul 27 20:26:34.016 INFO Starting download, target: TransceiverControl
17432026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17442026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17452026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17482026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17492026-07-27T20:26:35.529ZJul 27 20:26:34.017 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-07-27T20:26:37.372ZJul 27 20:26:35.870 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-07-27T20:26:37.489ZJul 27 20:26:35.978 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17522026-07-27T20:26:37.727ZJul 27 20:26:36.225 INFO Download complete, target: Console
17532026-07-27T20:26:43.981ZJul 27 20:26:42.479 INFO Checking that binary works, target: Clickhouse
17542026-07-27T20:26:44.073ZJul 27 20:26:42.571 INFO Download complete, target: Clickhouse
17552026-07-27T20:27:19.503ZJul 27 20:27:17.868 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17562026-07-27T20:27:19.617ZJul 27 20:27:18.070 INFO Download complete, target: TransceiverControl
17572026-07-27T20:27:25.025ZJul 27 20:27:23.481 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17582026-07-27T20:27:25.191ZJul 27 20:27:23.614 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17592026-07-27T20:27:26.015ZJul 27 20:27:24.443 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17602026-07-27T20:27:26.967ZJul 27 20:27:25.425 INFO Download complete, target: MaghemiteDdmd
17612026-07-27T20:27:27.064ZJul 27 20:27:25.562 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17622026-07-27T20:27:27.065ZJul 27 20:27:25.562 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17632026-07-27T20:27:27.565ZJul 27 20:27:26.042 INFO Download complete, target: DendriteStub
17642026-07-27T20:27:28.446ZJul 27 20:27:26.943 INFO Download complete, target: MaghemiteMgd
17652026-07-27T20:27:31.692ZJul 27 20:27:30.188 INFO Checking that binary works, target: Cockroach
17662026-07-27T20:27:31.811ZJul 27 20:27:30.309 INFO Download complete, target: Cockroach
17672026-07-27T20:27:31.828ZAll builder prerequisites installed successfully, and PATH looks valid
17682026-07-27T20:27:31.832Z
17692026-07-27T20:27:31.832Zreal 2:48.454117604
17702026-07-27T20:27:31.832Zuser 6:36.457523800
17712026-07-27T20:27:31.832Zsys 1:20.543372326
17722026-07-27T20:27:31.832Ztrap 0.218562476
17732026-07-27T20:27:31.833Ztflt 0.525985092
17742026-07-27T20:27:31.833Zdflt 1.007797928
17752026-07-27T20:27:31.833Zkflt 0.026724157
17762026-07-27T20:27:31.833Zlock 34:58.657619612
17772026-07-27T20:27:31.833Zslp 21:25.928430437
17782026-07-27T20:27:31.833Zlat 40.724493237
17792026-07-27T20:27:31.833Zstop 2:26.945119858
17802026-07-27T20:27:31.833Z+ banner clippy
17812026-07-27T20:27:31.833Z
17822026-07-27T20:27:31.833Z #### # # ##### ##### # #
17832026-07-27T20:27:31.833Z # # # # # # # # # #
17842026-07-27T20:27:31.833Z # # # # # # # #
17852026-07-27T20:27:31.833Z # # # ##### ##### #
17862026-07-27T20:27:31.833Z # # # # # # #
17872026-07-27T20:27:31.833Z #### ###### # # # #
17882026-07-27T20:27:31.833Z
17892026-07-27T20:27:31.833Z+ export CARGO_INCREMENTAL=0
17902026-07-27T20:27:31.833Z+ CARGO_INCREMENTAL=0
17912026-07-27T20:27:31.833Z+ ptime -m cargo xtask clippy
17922026-07-27T20:27:32.318Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17932026-07-27T20:27:32.594Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17942026-07-27T20:27:34.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17952026-07-27T20:27:34.468Z Running `target/debug/xtask clippy`
17962026-07-27T20:27:34.493Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17972026-07-27T20:27:35.053Z Downloading crates ...
17982026-07-27T20:27:35.228Z Downloaded assert-json-diff v2.0.2
17992026-07-27T20:27:35.232Z Downloaded async-lock v3.4.2
18002026-07-27T20:27:35.232Z Downloaded approx v0.5.1
18012026-07-27T20:27:35.232Z Downloaded backtrace-ext v0.2.1
18022026-07-27T20:27:35.232Z Downloaded async-object-pool v0.2.0
18032026-07-27T20:27:35.232Z Downloaded constant_time_eq v0.3.1
18042026-07-27T20:27:35.232Z Downloaded cast v0.3.0
18052026-07-27T20:27:35.232Z Downloaded addr2line v0.25.1
18062026-07-27T20:27:35.232Z Downloaded anes v0.1.6
18072026-07-27T20:27:35.236Z Downloaded criterion-plot v0.6.0
18082026-07-27T20:27:35.236Z Downloaded assert_cmd v2.1.2
18092026-07-27T20:27:35.236Z Downloaded concurrent-queue v2.5.0
18102026-07-27T20:27:35.236Z Downloaded escape8259 v0.5.3
18112026-07-27T20:27:35.236Z Downloaded event-listener-strategy v0.5.4
18122026-07-27T20:27:35.240Z Downloaded cfg-expr v0.20.6
18132026-07-27T20:27:35.240Z Downloaded blake2b_simd v1.0.4
18142026-07-27T20:27:35.240Z Downloaded datatest-stable v0.3.3
18152026-07-27T20:27:35.243Z Downloaded event-listener v5.4.1
18162026-07-27T20:27:35.243Z Downloaded chumsky v0.9.3
18172026-07-27T20:27:35.247Z Downloaded backtrace v0.3.76
18182026-07-27T20:27:35.247Z Downloaded futures-timer v3.0.3
18192026-07-27T20:27:35.247Z Downloaded criterion v0.7.0
18202026-07-27T20:27:35.251Z Downloaded fancy-regex v0.14.0
18212026-07-27T20:27:35.255Z Downloaded guppy-workspace-hack v0.1.0
18222026-07-27T20:27:35.255Z Downloaded hex-literal v0.4.1
18232026-07-27T20:27:35.255Z Downloaded hickory-client v0.25.2
18242026-07-27T20:27:35.255Z Downloaded httptest v0.16.4
18252026-07-27T20:27:35.259Z Downloaded linkme-impl v0.3.35
18262026-07-27T20:27:35.259Z Downloaded miette-derive v5.10.0
18272026-07-27T20:27:35.259Z Downloaded knuffel-derive v3.2.0
18282026-07-27T20:27:35.259Z Downloaded guppy v0.17.25
18292026-07-27T20:27:35.263Z Downloaded nested v0.1.1
18302026-07-27T20:27:35.263Z Downloaded libtest-mimic v0.8.1
18312026-07-27T20:27:35.263Z Downloaded linkme v0.3.35
18322026-07-27T20:27:35.266Z Downloaded oorandom v11.1.5
18332026-07-27T20:27:35.266Z Downloaded parking v2.2.1
18342026-07-27T20:27:35.266Z Downloaded pathdiff v0.2.3
18352026-07-27T20:27:35.266Z Downloaded plotters-backend v0.3.7
18362026-07-27T20:27:35.266Z Downloaded knuffel v3.2.0
18372026-07-27T20:27:35.270Z Downloaded path-tree v0.8.3
18382026-07-27T20:27:35.270Z Downloaded partial-io v0.5.4
18392026-07-27T20:27:35.270Z Downloaded plotters-svg v0.3.7
18402026-07-27T20:27:35.270Z Downloaded owo-colors v3.5.0
18412026-07-27T20:27:35.270Z Downloaded miette v5.10.0
18422026-07-27T20:27:35.274Z Downloaded hashbrown v0.14.5
18432026-07-27T20:27:35.277Z Downloaded relative-path v1.9.3
18442026-07-27T20:27:35.277Z Downloaded serde_regex v1.1.0
18452026-07-27T20:27:35.277Z Downloaded rust-argon2 v2.1.0
18462026-07-27T20:27:35.284Z Downloaded similar-asserts v1.7.0
18472026-07-27T20:27:35.284Z Downloaded rstest v0.25.0
18482026-07-27T20:27:35.284Z Downloaded supports-color v2.1.0
18492026-07-27T20:27:35.284Z Downloaded rand_distr v0.5.1
18502026-07-27T20:27:35.290Z Downloaded rustc-demangle v0.1.27
18512026-07-27T20:27:35.290Z Downloaded stringmetrics v2.2.2
18522026-07-27T20:27:35.290Z Downloaded supports-hyperlinks v2.1.0
18532026-07-27T20:27:35.290Z Downloaded supports-unicode v2.1.0
18542026-07-27T20:27:35.290Z Downloaded target-triple v1.0.0
18552026-07-27T20:27:35.290Z Downloaded rstest_macros v0.25.0
18562026-07-27T20:27:35.293Z Downloaded terminal_size v0.1.17
18572026-07-27T20:27:35.293Z Downloaded termcolor v1.4.1
18582026-07-27T20:27:35.293Z Downloaded tinytemplate v1.2.1
18592026-07-27T20:27:35.293Z Downloaded target-spec v3.5.7
18602026-07-27T20:27:35.293Z Downloaded target-lexicon v0.13.3
18612026-07-27T20:27:35.293Z Downloaded textwrap v0.15.2
18622026-07-27T20:27:35.293Z Downloaded plotters v0.3.7
18632026-07-27T20:27:35.297Z Downloaded trybuild v1.0.116
18642026-07-27T20:27:35.301Z Downloaded gimli v0.32.3
18652026-07-27T20:27:35.375Z Downloaded httpmock v0.8.3
18662026-07-27T20:27:37.079Z Checking cfg-if v1.0.4
18672026-07-27T20:27:37.452Z Checking libc v0.2.185
18682026-07-27T20:27:37.463Z Checking serde_core v1.0.228
18692026-07-27T20:27:37.532Z Checking memchr v2.8.0
18702026-07-27T20:27:37.576Z Checking smallvec v1.15.1
18712026-07-27T20:27:37.609Z Checking zeroize v1.8.2
18722026-07-27T20:27:37.745Z Checking rand_core v0.10.0
18732026-07-27T20:27:37.752Z Checking itoa v1.0.17
18742026-07-27T20:27:37.752Z Checking subtle v2.6.1
18752026-07-27T20:27:37.779Z Checking log v0.4.29
18762026-07-27T20:27:37.820Z Checking libm v0.2.16
18772026-07-27T20:27:37.867Z Checking getrandom v0.4.1
18782026-07-27T20:27:37.867Z Checking errno v0.3.14
18792026-07-27T20:27:37.945Z Checking typenum v1.20.1
18802026-07-27T20:27:37.984Z Checking scopeguard v1.2.0
18812026-07-27T20:27:38.025Z Checking stable_deref_trait v1.2.1
18822026-07-27T20:27:38.065Z Checking zmij v1.0.21
18832026-07-27T20:27:38.105Z Checking zerofrom v0.1.6
18842026-07-27T20:27:38.145Z Checking lock_api v0.4.14
18852026-07-27T20:27:38.184Z Checking percent-encoding v2.3.2
18862026-07-27T20:27:38.188Z Checking litemap v0.8.1
18872026-07-27T20:27:38.255Z Checking yoke v0.8.1
18882026-07-27T20:27:38.297Z Checking writeable v0.6.2
18892026-07-27T20:27:38.381Z Checking icu_normalizer_data v2.1.1
18902026-07-27T20:27:38.387Z Checking icu_properties_data v2.1.2
18912026-07-27T20:27:38.456Z Checking zerovec v0.11.5
18922026-07-27T20:27:38.456Z Checking zerotrie v0.2.3
18932026-07-27T20:27:38.528Z Checking num-traits v0.2.19
18942026-07-27T20:27:38.566Z Checking form_urlencoded v1.2.2
18952026-07-27T20:27:38.605Z Checking utf8_iter v1.0.4
18962026-07-27T20:27:38.644Z Checking pin-project-lite v0.2.17
18972026-07-27T20:27:38.710Z Checking zerocopy v0.8.40
18982026-07-27T20:27:38.753Z Checking parking_lot_core v0.9.12
18992026-07-27T20:27:38.793Z Checking portable-atomic v1.13.1
19002026-07-27T20:27:38.834Z Checking critical-section v1.2.0
19012026-07-27T20:27:38.882Z Checking signal-hook-registry v1.4.8
19022026-07-27T20:27:38.922Z Checking tinystr v0.8.2
19032026-07-27T20:27:38.964Z Checking potential_utf v0.1.4
19042026-07-27T20:27:39.002Z Checking serde v1.0.228
19052026-07-27T20:27:39.005Z Checking serde_json v1.0.150
19062026-07-27T20:27:39.076Z Checking bitflags v2.11.0
19072026-07-27T20:27:39.080Z Checking parking_lot v0.12.5
19082026-07-27T20:27:39.147Z Checking icu_collections v2.1.1
19092026-07-27T20:27:39.150Z Checking icu_locale_core v2.1.1
19102026-07-27T20:27:39.224Z Checking once_cell v1.21.3
19112026-07-27T20:27:39.273Z Checking mio v1.2.0
19122026-07-27T20:27:39.332Z Checking iana-time-zone v0.1.65
19132026-07-27T20:27:39.421Z Checking bytes v1.11.1
19142026-07-27T20:27:39.467Z Checking chrono v0.4.45
19152026-07-27T20:27:39.509Z Checking socket2 v0.6.3
19162026-07-27T20:27:39.551Z Checking uuid v1.23.4
19172026-07-27T20:27:39.602Z Checking semver v1.0.28
19182026-07-27T20:27:39.724Z Checking thiserror v2.0.18
19192026-07-27T20:27:39.764Z Checking icu_provider v2.1.1
19202026-07-27T20:27:39.825Z Checking dyn-clone v1.0.20
19212026-07-27T20:27:39.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19222026-07-27T20:27:39.873Z Checking futures-core v0.3.32
19232026-07-27T20:27:39.944Z Checking equivalent v1.0.2
19242026-07-27T20:27:39.947Z Checking tokio v1.52.1
19252026-07-27T20:27:40.015Z Checking getrandom v0.2.17
19262026-07-27T20:27:40.018Z Checking icu_normalizer v2.1.1
19272026-07-27T20:27:40.088Z Checking icu_properties v2.1.2
19282026-07-27T20:27:40.091Z Checking rustix v1.1.3
19292026-07-27T20:27:40.194Z Checking rand_core v0.6.4
19302026-07-27T20:27:40.241Z Checking byteorder v1.5.0
19312026-07-27T20:27:40.328Z Checking cmov v0.5.4
19322026-07-27T20:27:40.379Z Checking futures-sink v0.3.32
19332026-07-27T20:27:40.418Z Checking getrandom v0.3.4
19342026-07-27T20:27:40.474Z Checking futures-io v0.3.32
19352026-07-27T20:27:40.512Z Checking futures-channel v0.3.32
19362026-07-27T20:27:40.550Z Checking ctutils v0.4.2
19372026-07-27T20:27:40.591Z Checking slab v0.4.12
19382026-07-27T20:27:40.629Z Checking futures-task v0.3.32
19392026-07-27T20:27:40.730Z Checking generic-array v0.14.7
19402026-07-27T20:27:40.775Z Checking hashbrown v0.17.0
19412026-07-27T20:27:40.814Z Checking futures-util v0.3.32
19422026-07-27T20:27:40.817Z Checking hybrid-array v0.4.13
19432026-07-27T20:27:40.943Z Checking idna_adapter v1.2.1
19442026-07-27T20:27:40.981Z Checking thiserror v1.0.69
19452026-07-27T20:27:41.089Z Checking idna v1.1.0
19462026-07-27T20:27:41.126Z Checking fnv v1.0.7
19472026-07-27T20:27:41.200Z Checking base64ct v1.8.3
19482026-07-27T20:27:41.247Z Checking const-oid v0.9.6
19492026-07-27T20:27:41.284Z Checking indexmap v2.14.0
19502026-07-27T20:27:41.356Z Checking url v2.5.8
19512026-07-27T20:27:41.463Z Checking regex-syntax v0.8.10
19522026-07-27T20:27:41.501Z Checking ppv-lite86 v0.2.21
19532026-07-27T20:27:41.581Z Checking crypto-common v0.2.2
19542026-07-27T20:27:41.813Z Checking schemars v0.8.22
19552026-07-27T20:27:41.817Z Checking crypto-common v0.1.7
19562026-07-27T20:27:41.886Z Checking block-buffer v0.12.1
19572026-07-27T20:27:41.963Z Checking block-buffer v0.10.4
19582026-07-27T20:27:42.012Z Checking base64 v0.22.1
19592026-07-27T20:27:42.086Z Checking utf8parse v0.2.2
19602026-07-27T20:27:42.130Z Checking digest v0.10.7
19612026-07-27T20:27:42.221Z Checking anstyle v1.0.14
19622026-07-27T20:27:42.260Z Checking http v1.4.2
19632026-07-27T20:27:42.296Z Checking tracing-core v0.1.36
19642026-07-27T20:27:42.356Z Checking colorchoice v1.0.4
19652026-07-27T20:27:42.435Z Checking is_terminal_polyfill v1.70.2
19662026-07-27T20:27:42.487Z Checking anstyle-query v1.1.5
19672026-07-27T20:27:42.526Z Checking rand_core v0.9.5
19682026-07-27T20:27:42.563Z Checking anstyle-parse v1.0.0
19692026-07-27T20:27:42.609Z Checking terminal_size v0.4.3
19702026-07-27T20:27:42.646Z Checking tracing v0.1.44
19712026-07-27T20:27:42.731Z Checking ipnet v2.11.0
19722026-07-27T20:27:42.770Z Checking anstream v1.0.0
19732026-07-27T20:27:42.774Z Checking strsim v0.11.1
19742026-07-27T20:27:42.843Z Checking const-oid v0.10.2
19752026-07-27T20:27:42.846Z Checking clap_lex v1.0.0
19762026-07-27T20:27:42.880Z Checking rand_chacha v0.9.0
19772026-07-27T20:27:42.917Z Checking crossbeam-utils v0.8.21
19782026-07-27T20:27:42.984Z Checking aho-corasick v1.1.4
19792026-07-27T20:27:43.021Z Checking erased-serde v0.3.31
19802026-07-27T20:27:43.025Z Checking unicode-ident v1.0.24
19812026-07-27T20:27:43.025Z Checking powerfmt v0.2.0
19822026-07-27T20:27:43.125Z Checking clap_builder v4.6.0
19832026-07-27T20:27:43.163Z Checking rand v0.9.2
19842026-07-27T20:27:43.203Z Checking tokio-util v0.7.18
19852026-07-27T20:27:43.242Z Checking deranged v0.5.8
19862026-07-27T20:27:43.245Z Checking proc-macro2 v1.0.106
19872026-07-27T20:27:43.312Z Checking httparse v1.10.1
19882026-07-27T20:27:43.428Z Checking slog v2.8.2
19892026-07-27T20:27:43.544Z Checking time-core v0.1.8
19902026-07-27T20:27:43.610Z Checking num_threads v0.1.7
19912026-07-27T20:27:43.656Z Checking num-conv v0.2.0
19922026-07-27T20:27:43.696Z Checking regex-automata v0.4.14
19932026-07-27T20:27:43.732Z Checking quote v1.0.45
19942026-07-27T20:27:43.737Z Checking anyhow v1.0.102
19952026-07-27T20:27:43.771Z Checking cpufeatures v0.3.0
19962026-07-27T20:27:43.837Z Checking allocator-api2 v0.2.21
19972026-07-27T20:27:43.841Z Checking digest v0.11.3
19982026-07-27T20:27:43.909Z Checking fastrand v2.3.0
19992026-07-27T20:27:43.945Z Checking syn v2.0.117
20002026-07-27T20:27:44.022Z Checking cpufeatures v0.2.17
20012026-07-27T20:27:44.077Z Checking http-body v1.0.1
20022026-07-27T20:27:44.116Z Checking atomic-waker v1.1.2
20032026-07-27T20:27:44.153Z Checking ipnetwork v0.21.1
20042026-07-27T20:27:44.156Z Checking aws-lc-sys v0.40.0
20052026-07-27T20:27:44.223Z Checking time v0.3.47
20062026-07-27T20:27:44.261Z Checking rustls-pki-types v1.14.0
20072026-07-27T20:27:44.264Z Checking httpdate v1.0.3
20082026-07-27T20:27:44.362Z Checking clap v4.6.1
20092026-07-27T20:27:44.401Z Checking untrusted v0.7.1
20102026-07-27T20:27:44.467Z Checking try-lock v0.2.5
20112026-07-27T20:27:44.471Z Checking h2 v0.4.15
20122026-07-27T20:27:44.540Z Checking tempfile v3.25.0
20132026-07-27T20:27:44.577Z Checking tower-service v0.3.3
20142026-07-27T20:27:44.662Z Checking want v0.3.1
20152026-07-27T20:27:44.696Z Checking ryu v1.0.23
20162026-07-27T20:27:44.737Z Checking aws-lc-rs v1.16.3
20172026-07-27T20:27:44.773Z Checking tower-layer v0.3.3
20182026-07-27T20:27:44.779Z Checking hex v0.4.3
20192026-07-27T20:27:44.858Z Checking pem-rfc7468 v0.7.0
20202026-07-27T20:27:44.950Z Checking spin v0.9.8
20212026-07-27T20:27:45.049Z Checking untrusted v0.9.0
20222026-07-27T20:27:45.088Z Checking flagset v0.4.7
20232026-07-27T20:27:45.161Z Checking mime v0.3.17
20242026-07-27T20:27:45.200Z Checking simd-adler32 v0.3.8
20252026-07-27T20:27:45.238Z Checking der v0.7.10
20262026-07-27T20:27:45.362Z Checking http-body-util v0.1.3
20272026-07-27T20:27:45.366Z Checking adler2 v2.0.1
20282026-07-27T20:27:45.434Z Checking block-padding v0.4.2
20292026-07-27T20:27:45.525Z Checking pretty-hex v0.4.1
20302026-07-27T20:27:45.570Z Checking miniz_oxide v0.8.9
20312026-07-27T20:27:45.586Z Checking rustls-webpki v0.103.13
20322026-07-27T20:27:45.598Z Checking openssl-probe v0.2.1
20332026-07-27T20:27:45.604Z Checking inout v0.2.2
20342026-07-27T20:27:45.780Z Checking serde_urlencoded v0.7.1
20352026-07-27T20:27:45.831Z Checking oxnet v0.1.6
20362026-07-27T20:27:45.870Z Checking camino v1.2.2
20372026-07-27T20:27:45.982Z Checking encoding_rs v0.8.35
20382026-07-27T20:27:46.022Z Checking plain v0.2.3
20392026-07-27T20:27:46.026Z Checking regex v1.12.3
20402026-07-27T20:27:46.116Z Checking rand_chacha v0.3.1
20412026-07-27T20:27:46.154Z Checking ucd-trie v0.1.7
20422026-07-27T20:27:46.189Z Checking spki v0.7.3
20432026-07-27T20:27:46.226Z Checking rustls v0.23.41
20442026-07-27T20:27:46.230Z Checking cipher v0.5.2
20452026-07-27T20:27:46.313Z Checking pest v2.8.6
20462026-07-27T20:27:46.352Z Checking rand v0.8.6
20472026-07-27T20:27:46.389Z Checking futures-executor v0.3.32
20482026-07-27T20:27:46.393Z Checking sync_wrapper v1.0.2
20492026-07-27T20:27:46.520Z Checking crc32fast v1.5.0
20502026-07-27T20:27:46.559Z Checking tower v0.5.3
20512026-07-27T20:27:46.599Z Checking futures v0.3.32
20522026-07-27T20:27:46.692Z Checking either v1.15.0
20532026-07-27T20:27:46.731Z Checking iri-string v0.7.10
20542026-07-27T20:27:46.901Z Checking pkcs8 v0.10.2
20552026-07-27T20:27:46.940Z Checking zlib-rs v0.6.2
20562026-07-27T20:27:46.979Z Checking static_assertions v1.1.0
20572026-07-27T20:27:46.982Z Checking foldhash v0.2.0
20582026-07-27T20:27:47.080Z Checking sha2 v0.10.9
20592026-07-27T20:27:47.119Z Checking openapiv3 v2.2.0
20602026-07-27T20:27:47.199Z Checking hashbrown v0.16.1
20612026-07-27T20:27:47.349Z Checking hyper v1.10.1
20622026-07-27T20:27:47.393Z Checking bit-vec v0.8.0
20632026-07-27T20:27:47.431Z Checking lazy_static v1.5.0
20642026-07-27T20:27:47.601Z Checking hubpack v0.1.2
20652026-07-27T20:27:47.615Z Checking bit-set v0.8.0
20662026-07-27T20:27:47.722Z Checking wait-timeout v0.2.1
20672026-07-27T20:27:47.760Z Checking rustls-native-certs v0.8.3
20682026-07-27T20:27:47.796Z Checking strum v0.26.3
20692026-07-27T20:27:47.833Z Checking tower-http v0.6.8
20702026-07-27T20:27:47.869Z Checking flate2 v1.1.9
20712026-07-27T20:27:47.907Z Checking psl-types v2.0.11
20722026-07-27T20:27:47.945Z Checking quick-error v1.2.3
20732026-07-27T20:27:47.948Z Checking cookie v0.18.1
20742026-07-27T20:27:48.048Z Checking publicsuffix v2.3.0
20752026-07-27T20:27:48.087Z Checking rusty-fork v0.3.1
20762026-07-27T20:27:48.131Z Checking rand_xorshift v0.4.0
20772026-07-27T20:27:48.190Z Checking signature v2.2.0
20782026-07-27T20:27:48.236Z Checking num-integer v0.1.46
20792026-07-27T20:27:48.241Z Checking tinyvec_macros v0.1.1
20802026-07-27T20:27:48.308Z Checking unarray v0.1.4
20812026-07-27T20:27:48.311Z Checking hyper-util v0.1.20
20822026-07-27T20:27:48.311Z Checking cookie_store v0.22.1
20832026-07-27T20:27:48.414Z Checking tinyvec v1.10.0
20842026-07-27T20:27:48.417Z Checking scroll v0.13.0
20852026-07-27T20:27:48.485Z Checking proptest v1.10.0
20862026-07-27T20:27:48.488Z Checking anstyle-parse v0.2.7
20872026-07-27T20:27:48.557Z Checking ahash v0.8.12
20882026-07-27T20:27:48.560Z Checking tokio-rustls v0.26.4
20892026-07-27T20:27:48.694Z Checking rustls-platform-verifier v0.6.2
20902026-07-27T20:27:48.697Z Checking goblin v0.10.5
20912026-07-27T20:27:48.697Z Checking toml_datetime v0.6.11
20922026-07-27T20:27:48.803Z Checking serde_spanned v0.6.9
20932026-07-27T20:27:48.806Z Checking memmap2 v0.9.10
20942026-07-27T20:27:48.875Z Checking anstream v0.6.21
20952026-07-27T20:27:48.878Z Checking dtrace-parser v0.3.0
20962026-07-27T20:27:48.953Z Checking thread-id v5.1.0
20972026-07-27T20:27:48.992Z Checking data-encoding v2.10.0
20982026-07-27T20:27:49.029Z Checking x509-cert v0.2.5
20992026-07-27T20:27:49.066Z Checking bstr v1.12.1
21002026-07-27T20:27:49.132Z Checking hmac v0.12.1
21012026-07-27T20:27:49.172Z Checking num-iter v0.1.45
21022026-07-27T20:27:49.288Z Checking crossbeam-epoch v0.9.18
21032026-07-27T20:27:49.330Z Checking memoffset v0.9.1
21042026-07-27T20:27:49.333Z Checking scroll v0.12.0
21052026-07-27T20:27:49.438Z Checking env_filter v1.0.0
21062026-07-27T20:27:49.477Z Checking num-bigint-dig v0.8.6
21072026-07-27T20:27:49.542Z Checking pkcs1 v0.7.5
21082026-07-27T20:27:49.613Z Checking goblin v0.8.2
21092026-07-27T20:27:49.617Z Checking env_logger v0.11.9
21102026-07-27T20:27:49.688Z Checking hyper-rustls v0.27.7
21112026-07-27T20:27:49.725Z Checking zerocopy v0.7.35
21122026-07-27T20:27:49.771Z Checking rustix v0.38.44
21132026-07-27T20:27:49.859Z Checking foreign-types-shared v0.1.1
21142026-07-27T20:27:49.919Z Checking reqwest v0.13.2
21152026-07-27T20:27:49.973Z Checking unicode-segmentation v1.12.0
21162026-07-27T20:27:50.242Z Checking foreign-types v0.3.2
21172026-07-27T20:27:50.282Z Checking newtype-uuid v1.3.2
21182026-07-27T20:27:50.320Z Checking rsa v0.9.10
21192026-07-27T20:27:50.323Z Checking nix v0.31.2
21202026-07-27T20:27:50.393Z Checking dtrace-parser v0.2.0
21212026-07-27T20:27:50.512Z Checking daft v0.1.7
21222026-07-27T20:27:50.586Z Checking ff v0.13.1
21232026-07-27T20:27:50.655Z Checking openssl-sys v0.9.115
21242026-07-27T20:27:50.744Z Checking thread-id v4.2.2
21252026-07-27T20:27:50.792Z Checking base16ct v0.2.0
21262026-07-27T20:27:50.866Z Checking same-file v1.0.6
21272026-07-27T20:27:50.866Z Checking winnow v0.5.40
21282026-07-27T20:27:50.907Z Checking group v0.13.0
21292026-07-27T20:27:50.949Z Checking sec1 v0.7.3
21302026-07-27T20:27:50.987Z Checking walkdir v2.5.0
21312026-07-27T20:27:51.048Z Checking openssl v0.10.79
21322026-07-27T20:27:51.086Z Checking hkdf v0.12.4
21332026-07-27T20:27:51.089Z Checking dof v0.4.0
21342026-07-27T20:27:51.171Z Checking serde_with v3.21.0
21352026-07-27T20:27:51.210Z Checking crypto-bigint v0.5.5
21362026-07-27T20:27:51.249Z Checking bzip2-sys v0.1.13+1.0.8
21372026-07-27T20:27:51.361Z Checking keccak v0.1.6
21382026-07-27T20:27:51.532Z Checking dof v0.3.0
21392026-07-27T20:27:51.569Z Checking winnow v0.7.14
21402026-07-27T20:27:51.607Z Checking foldhash v0.1.5
21412026-07-27T20:27:51.768Z Checking hashbrown v0.15.5
21422026-07-27T20:27:51.807Z Checking usdt-impl v0.6.0
21432026-07-27T20:27:51.847Z Checking usdt-impl v0.5.0
21442026-07-27T20:27:52.049Z Checking toml_edit v0.19.15
21452026-07-27T20:27:52.134Z Checking usdt v0.6.0
21462026-07-27T20:27:52.178Z Checking sha3 v0.10.8
21472026-07-27T20:27:52.181Z Checking elliptic-curve v0.13.8
21482026-07-27T20:27:52.277Z Checking bzip2 v0.4.4
21492026-07-27T20:27:52.336Z Checking unicode-normalization v0.1.25
21502026-07-27T20:27:52.453Z Checking itertools v0.13.0
21512026-07-27T20:27:52.491Z Checking siphasher v1.0.2
21522026-07-27T20:27:52.534Z Checking winnow v1.0.3
21532026-07-27T20:27:52.676Z Checking bitflags v1.3.2
21542026-07-27T20:27:52.716Z Checking zip v0.6.6
21552026-07-27T20:27:52.763Z Checking signal-hook v0.3.18
21562026-07-27T20:27:52.803Z Checking toml_write v0.1.2
21572026-07-27T20:27:52.807Z Checking managed v0.8.0
21582026-07-27T20:27:52.875Z Checking toml_parser v1.1.2+spec-1.1.0
21592026-07-27T20:27:52.979Z Checking globset v0.4.18
21602026-07-27T20:27:53.018Z Checking toml_edit v0.22.27
21612026-07-27T20:27:53.056Z Checking chacha20 v0.10.0
21622026-07-27T20:27:53.059Z Checking curve25519-dalek v4.1.3
21632026-07-27T20:27:53.127Z Checking native-tls v0.2.18
21642026-07-27T20:27:53.131Z Checking toml v0.7.8
21652026-07-27T20:27:53.224Z Checking object v0.37.3
21662026-07-27T20:27:53.264Z Checking signal-hook-mio v0.2.5
21672026-07-27T20:27:53.334Z Checking ed25519 v2.2.3
21682026-07-27T20:27:53.337Z Checking tokio-native-tls v0.3.1
21692026-07-27T20:27:53.407Z Checking ref-cast v1.0.25
21702026-07-27T20:27:53.498Z Checking pin-project v1.1.11
21712026-07-27T20:27:53.538Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-07-27T20:27:53.542Z Checking pem v3.0.6
21732026-07-27T20:27:53.608Z Checking hyper-tls v0.6.0
21742026-07-27T20:27:53.611Z Checking fixedbitset v0.5.7
21752026-07-27T20:27:53.682Z Checking zstd-safe v7.2.4
21762026-07-27T20:27:53.686Z Checking bumpalo v3.20.2
21772026-07-27T20:27:53.754Z Checking libbz2-rs-sys v0.2.2
21782026-07-27T20:27:53.808Z Checking reqwest v0.12.28
21792026-07-27T20:27:53.860Z Checking petgraph v0.8.3
21802026-07-27T20:27:53.899Z Checking zstd v0.13.3
21812026-07-27T20:27:53.904Z Checking ed25519-dalek v2.2.0
21822026-07-27T20:27:53.989Z Checking zopfli v0.8.3
21832026-07-27T20:27:54.120Z Checking snafu v0.8.9
21842026-07-27T20:27:54.158Z Checking crossterm v0.28.1
21852026-07-27T20:27:54.195Z Checking bzip2 v0.6.1
21862026-07-27T20:27:54.200Z Checking olpc-cjson v0.1.4
21872026-07-27T20:27:54.323Z Checking similar v2.7.0
21882026-07-27T20:27:54.362Z Checking fs-err v3.3.0
21892026-07-27T20:27:54.400Z Checking hash32 v0.2.1
21902026-07-27T20:27:54.436Z Checking serde_plain v1.0.2
21912026-07-27T20:27:54.586Z Checking serde-big-array v0.5.1
21922026-07-27T20:27:54.590Z Checking predicates-core v1.0.10
21932026-07-27T20:27:54.659Z Checking unicode-bidi v0.3.18
21942026-07-27T20:27:54.697Z Checking unicode-properties v0.1.4
21952026-07-27T20:27:54.733Z Checking typed-path v0.9.3
21962026-07-27T20:27:54.770Z Checking jiff v0.2.21
21972026-07-27T20:27:54.808Z Checking heapless v0.7.17
21982026-07-27T20:27:54.881Z Checking hickory-proto v0.25.2
21992026-07-27T20:27:54.920Z Checking byte-wrapper v0.1.0
22002026-07-27T20:27:54.976Z Checking stringprep v0.1.5
22012026-07-27T20:27:55.150Z Checking md-5 v0.10.6
22022026-07-27T20:27:55.189Z Checking float-cmp v0.10.0
22032026-07-27T20:27:55.240Z Checking fallible-iterator v0.2.0
22042026-07-27T20:27:55.316Z Checking normalize-line-endings v0.3.0
22052026-07-27T20:27:55.354Z Checking difflib v0.4.0
22062026-07-27T20:27:55.438Z Checking smoltcp v0.9.1
22072026-07-27T20:27:55.478Z Checking iddqd v0.4.2
22082026-07-27T20:27:55.529Z Checking tough v0.22.0
22092026-07-27T20:27:55.568Z Checking postgres-protocol v0.6.10
22102026-07-27T20:27:55.573Z Checking predicates v3.1.4
22112026-07-27T20:27:55.577Z Checking phf_shared v0.11.3
22122026-07-27T20:27:55.776Z Checking phf_shared v0.13.1
22132026-07-27T20:27:55.910Z Checking tokio-stream v0.1.18
22142026-07-27T20:27:55.965Z Checking buf-list v1.1.2
22152026-07-27T20:27:56.016Z Checking strum v0.27.2
22162026-07-27T20:27:56.054Z Checking precomputed-hash v0.1.1
22172026-07-27T20:27:56.156Z Checking fixedbitset v0.4.2
22182026-07-27T20:27:56.196Z Checking lalrpop-util v0.19.12
22192026-07-27T20:27:56.199Z Checking new_debug_unreachable v1.0.6
22202026-07-27T20:27:56.318Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22212026-07-27T20:27:56.357Z Checking string_cache v0.8.9
22222026-07-27T20:27:56.361Z Checking petgraph v0.6.5
22232026-07-27T20:27:56.429Z Checking phf v0.13.1
22242026-07-27T20:27:56.432Z Checking postgres-types v0.2.12
22252026-07-27T20:27:56.554Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22262026-07-27T20:27:56.606Z Checking whoami v2.1.0
22272026-07-27T20:27:57.013Z Checking peg-runtime v0.8.5
22282026-07-27T20:27:57.054Z Checking tokio-postgres v0.7.16
22292026-07-27T20:27:57.054Z Checking is-terminal v0.4.17
22302026-07-27T20:27:57.054Z Checking crossbeam-channel v0.5.15
22312026-07-27T20:27:57.073Z Checking zip v4.6.1
22322026-07-27T20:27:57.110Z Checking thread_local v1.1.9
22332026-07-27T20:27:57.307Z Checking term v1.2.1
22342026-07-27T20:27:57.394Z Checking take_mut v0.2.2
22352026-07-27T20:27:57.533Z Checking slog-async v2.8.0
22362026-07-27T20:27:57.572Z Checking slog-term v2.9.2
22372026-07-27T20:27:57.612Z Compiling structmeta-derive v0.3.0
22382026-07-27T20:27:57.675Z Compiling newtype-uuid-macros v0.1.0
22392026-07-27T20:27:57.714Z Checking match_cfg v0.1.0
22402026-07-27T20:27:57.769Z Checking slog-json v2.6.1
22412026-07-27T20:27:57.788Z Compiling multer v3.1.0
22422026-07-27T20:27:57.824Z Checking hostname v0.3.1
22432026-07-27T20:27:57.868Z Compiling async-stream-impl v0.3.6
22442026-07-27T20:27:57.938Z Compiling dropshot v0.17.1
22452026-07-27T20:27:57.975Z Checking slog-bunyan v2.5.0
22462026-07-27T20:27:58.088Z Compiling dropshot_endpoint v0.17.1
22472026-07-27T20:27:58.130Z Checking debug-ignore v1.0.5
22482026-07-27T20:27:58.167Z Checking progenitor-client v0.14.0
22492026-07-27T20:27:58.245Z Checking sha1 v0.11.0
22502026-07-27T20:27:58.283Z Checking serde_path_to_error v0.1.20
22512026-07-27T20:27:58.446Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522026-07-27T20:27:58.484Z Checking serde_spanned v1.1.1
22532026-07-27T20:27:58.487Z Checking toml_datetime v1.1.1+spec-1.1.0
22542026-07-27T20:27:58.487Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22552026-07-27T20:27:58.588Z Checking compression-core v0.4.31
22562026-07-27T20:27:58.668Z Checking toml_writer v1.1.1+spec-1.1.0
22572026-07-27T20:27:58.704Z Compiling structmeta v0.3.0
22582026-07-27T20:27:58.744Z Checking compression-codecs v0.4.37
22592026-07-27T20:27:58.783Z Checking async-stream v0.3.6
22602026-07-27T20:27:58.876Z Checking toml v1.1.2+spec-1.1.0
22612026-07-27T20:27:58.915Z Checking rustls-pemfile v2.2.0
22622026-07-27T20:27:58.952Z Checking waitgroup v0.1.2
22632026-07-27T20:27:58.955Z Compiling derive-ex v0.1.8
22642026-07-27T20:27:58.992Z Checking async-compression v0.4.41
22652026-07-27T20:27:58.996Z Checking hostname v0.4.2
22662026-07-27T20:27:59.095Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-07-27T20:27:59.099Z Checking atomicwrites v0.4.4
22682026-07-27T20:27:59.099Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-07-27T20:27:59.198Z Checking itertools v0.14.0
22702026-07-27T20:27:59.236Z Compiling parse-display-derive v0.10.0
22712026-07-27T20:27:59.279Z Checking macaddr v1.0.1
22722026-07-27T20:27:59.319Z Checking regress v0.10.5
22732026-07-27T20:27:59.355Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-07-27T20:27:59.469Z Checking instant v0.1.13
22752026-07-27T20:27:59.508Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22762026-07-27T20:27:59.587Z Checking backoff v0.4.0
22772026-07-27T20:27:59.765Z Checking backon v1.6.0
22782026-07-27T20:27:59.806Z Checking humantime v2.3.0
22792026-07-27T20:27:59.809Z Checking unicode-width v0.2.0
22802026-07-27T20:27:59.962Z Checking progenitor-extras v0.2.0
22812026-07-27T20:28:00.058Z Compiling convert_case v0.4.0
22822026-07-27T20:28:00.090Z Checking half v2.7.1
22832026-07-27T20:28:00.220Z Checking ciborium-io v0.2.2
22842026-07-27T20:28:00.282Z Checking heck v0.5.0
22852026-07-27T20:28:00.341Z Checking secrecy v0.10.3
22862026-07-27T20:28:00.378Z Checking ciborium-ll v0.2.2
22872026-07-27T20:28:00.431Z Checking indent_write v2.2.0
22882026-07-27T20:28:00.469Z Compiling derive_more v0.99.20
22892026-07-27T20:28:00.503Z Checking camino-tempfile v1.4.1
22902026-07-27T20:28:00.576Z Checking ciborium v0.2.2
22912026-07-27T20:28:00.615Z Compiling crucible-workspace-hack v0.1.0
22922026-07-27T20:28:00.681Z Compiling test-strategy v0.4.5
22932026-07-27T20:28:00.718Z Compiling regress v0.11.1
22942026-07-27T20:28:00.777Z Checking inout v0.1.4
22952026-07-27T20:28:00.931Z Checking parse-display v0.10.0
22962026-07-27T20:28:00.968Z Checking universal-hash v0.5.1
22972026-07-27T20:28:00.971Z Checking cipher v0.4.4
22982026-07-27T20:28:01.037Z Compiling thiserror-impl-no-std v2.0.2
22992026-07-27T20:28:01.113Z Checking opaque-debug v0.3.1
23002026-07-27T20:28:01.141Z Checking blake2 v0.10.6
23012026-07-27T20:28:01.202Z Checking poly1305 v0.8.0
23022026-07-27T20:28:01.239Z Checking chacha20 v0.9.1
23032026-07-27T20:28:01.400Z Checking aead v0.5.2
23042026-07-27T20:28:01.464Z Checking password-hash v0.5.0
23052026-07-27T20:28:01.496Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23062026-07-27T20:28:01.569Z Checking chacha20poly1305 v0.10.1
23072026-07-27T20:28:01.717Z Checking argon2 v0.5.3
23082026-07-27T20:28:01.754Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-07-27T20:28:01.930Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-27T20:28:02.083Z Compiling unsafe-libyaml v0.2.11
23112026-07-27T20:28:02.121Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-07-27T20:28:02.194Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23132026-07-27T20:28:02.248Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-07-27T20:28:02.286Z Checking thiserror-no-std v2.0.2
23152026-07-27T20:28:02.373Z Compiling typify-impl v0.6.2
23162026-07-27T20:28:02.412Z Checking vsss-rs v3.3.4
23172026-07-27T20:28:02.599Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23182026-07-27T20:28:02.638Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23192026-07-27T20:28:02.874Z Compiling serde_yaml v0.9.34+deprecated
23202026-07-27T20:28:03.137Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-07-27T20:28:03.570Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222026-07-27T20:28:03.892Z Checking swrite v0.1.0
23232026-07-27T20:28:03.998Z Checking crossbeam-deque v0.8.6
23242026-07-27T20:28:04.035Z Compiling rayon-core v1.13.0
23252026-07-27T20:28:04.117Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23262026-07-27T20:28:04.206Z Compiling toml_datetime v0.7.5+spec-1.1.0
23272026-07-27T20:28:04.361Z Compiling darling_core v0.21.3
23282026-07-27T20:28:04.479Z Compiling toml_edit v0.23.10+spec-1.0.0
23292026-07-27T20:28:04.624Z Compiling proc-macro-error v1.0.4
23302026-07-27T20:28:04.681Z Checking rayon v1.11.0
23312026-07-27T20:28:04.756Z Checking toml v0.8.23
23322026-07-27T20:28:04.960Z Checking tabwriter v1.4.1
23332026-07-27T20:28:05.106Z Compiling proc-macro-crate v3.4.0
23342026-07-27T20:28:05.145Z Checking glob v0.3.3
23352026-07-27T20:28:05.359Z Checking colored v3.1.1
23362026-07-27T20:28:05.529Z Compiling heapless v0.8.0
23372026-07-27T20:28:05.568Z Checking hash32 v0.3.1
23382026-07-27T20:28:05.604Z Compiling smoltcp v0.11.0
23392026-07-27T20:28:05.670Z Compiling num_enum_derive v0.7.6
23402026-07-27T20:28:05.723Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23412026-07-27T20:28:06.109Z Checking cobs v0.3.0
23422026-07-27T20:28:06.116Z Compiling usdt-macro v0.5.0
23432026-07-27T20:28:06.156Z Compiling usdt-attr-macro v0.5.0
23442026-07-27T20:28:06.219Z Checking memmap v0.7.0
23452026-07-27T20:28:06.341Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23462026-07-27T20:28:06.384Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23472026-07-27T20:28:06.641Z Checking postcard v1.1.3
23482026-07-27T20:28:06.740Z Checking num_enum v0.7.6
23492026-07-27T20:28:06.869Z Checking rand v0.10.1
23502026-07-27T20:28:06.872Z Compiling typify-macro v0.6.2
23512026-07-27T20:28:06.872Z Compiling darling_macro v0.21.3
23522026-07-27T20:28:06.940Z Compiling proc-macro-crate v1.3.1
23532026-07-27T20:28:07.042Z Checking usdt v0.5.0
23542026-07-27T20:28:07.046Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-27T20:28:07.241Z Checking sigpipe v0.1.3
23562026-07-27T20:28:07.310Z Compiling foreign-types-macros v0.2.3
23572026-07-27T20:28:07.353Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-27T20:28:07.419Z Checking foreign-types-shared v0.3.1
23592026-07-27T20:28:07.459Z Compiling num_enum_derive v0.5.11
23602026-07-27T20:28:07.463Z Compiling darling v0.21.3
23612026-07-27T20:28:07.617Z Compiling ingot-macros v0.1.1
23622026-07-27T20:28:07.692Z Checking cstr-argument v0.1.2
23632026-07-27T20:28:07.749Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-27T20:28:07.794Z Compiling num-derive v0.4.2
23652026-07-27T20:28:07.841Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23662026-07-27T20:28:07.935Z Checking foreign-types v0.5.0
23672026-07-27T20:28:08.046Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23682026-07-27T20:28:08.211Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-07-27T20:28:08.307Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702026-07-27T20:28:08.345Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23712026-07-27T20:28:08.383Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-07-27T20:28:08.519Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-07-27T20:28:08.550Z Checking num_enum v0.5.11
23742026-07-27T20:28:08.556Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23752026-07-27T20:28:08.661Z Compiling zone_cfg_derive v0.3.1
23762026-07-27T20:28:08.699Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23772026-07-27T20:28:08.761Z Compiling typify v0.6.2
23782026-07-27T20:28:08.897Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23792026-07-27T20:28:08.934Z Compiling progenitor-impl v0.14.0
23802026-07-27T20:28:09.003Z Checking itertools v0.12.1
23812026-07-27T20:28:09.096Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23822026-07-27T20:28:09.364Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23832026-07-27T20:28:09.467Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23842026-07-27T20:28:09.539Z Checking smf v0.2.3
23852026-07-27T20:28:09.580Z Checking whoami v1.6.1
23862026-07-27T20:28:09.787Z Compiling derive-where v1.6.0
23872026-07-27T20:28:09.800Z Checking tokio-dtrace v0.1.1
23882026-07-27T20:28:09.824Z Checking console v0.15.11
23892026-07-27T20:28:09.876Z Checking newline-converter v0.3.0
23902026-07-27T20:28:09.999Z Checking oxide-tokio-rt v0.1.4
23912026-07-27T20:28:10.035Z Checking bytecount v0.6.9
23922026-07-27T20:28:10.071Z Checking zone v0.3.1
23932026-07-27T20:28:10.121Z Checking expectorate v1.2.0
23942026-07-27T20:28:10.169Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23952026-07-27T20:28:10.207Z Checking unicode-width v0.1.14
23962026-07-27T20:28:10.279Z Checking num-rational v0.4.2
23972026-07-27T20:28:10.461Z Checking num-complex v0.4.6
23982026-07-27T20:28:10.468Z Checking ingot-types v0.1.2
23992026-07-27T20:28:10.533Z Checking float-ord v0.3.2
24002026-07-27T20:28:10.586Z Compiling cancel-safe-futures v0.1.5
24012026-07-27T20:28:10.665Z Checking linear-map v1.2.0
24022026-07-27T20:28:10.851Z Checking num v0.4.3
24032026-07-27T20:28:10.884Z Checking gethostname v0.5.0
24042026-07-27T20:28:10.887Z Checking ingot v0.1.1
24052026-07-27T20:28:10.956Z Compiling prettyplease v0.2.37
24062026-07-27T20:28:11.025Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-07-27T20:28:11.061Z Checking oxide-update-engine-types v0.1.2
24082026-07-27T20:28:11.218Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24092026-07-27T20:28:11.430Z Compiling owo-colors v4.3.0
24102026-07-27T20:28:11.522Z Checking resolv-conf v0.7.6
24112026-07-27T20:28:11.560Z Compiling progenitor-macro v0.14.0
24122026-07-27T20:28:11.736Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24132026-07-27T20:28:11.977Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-07-27T20:28:11.981Z Checking oxide-update-engine v0.1.2
24152026-07-27T20:28:12.250Z Checking unicode-linebreak v0.1.5
24162026-07-27T20:28:12.495Z Checking smawk v0.3.2
24172026-07-27T20:28:12.534Z Checking papergrid v0.11.0
24182026-07-27T20:28:12.542Z Compiling tabled_derive v0.7.0
24192026-07-27T20:28:12.602Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24202026-07-27T20:28:12.659Z Compiling convert_case v0.10.0
24212026-07-27T20:28:13.002Z Compiling slog-dtrace v0.3.0
24222026-07-27T20:28:13.135Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-07-27T20:28:13.185Z Compiling derive_more-impl v2.1.1
24242026-07-27T20:28:13.472Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24252026-07-27T20:28:13.565Z Checking tabled v0.15.0
24262026-07-27T20:28:13.639Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-07-27T20:28:13.778Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24282026-07-27T20:28:14.035Z Checking derive_more v2.1.1
24292026-07-27T20:28:14.166Z Checking crossterm v0.29.0
24302026-07-27T20:28:14.574Z Checking linked-hash-map v0.5.6
24312026-07-27T20:28:14.812Z Checking lru-cache v0.1.2
24322026-07-27T20:28:14.882Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24332026-07-27T20:28:15.111Z Checking hickory-proto v0.24.4
24342026-07-27T20:28:15.147Z Checking fd-lock v4.0.4
24352026-07-27T20:28:15.220Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362026-07-27T20:28:15.727Z Checking vte v0.14.1
24372026-07-27T20:28:15.970Z Checking display-error-chain v0.2.2
24382026-07-27T20:28:16.079Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24392026-07-27T20:28:16.148Z Checking strip-ansi-escapes v0.2.1
24402026-07-27T20:28:16.488Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-07-27T20:28:16.570Z Checking progenitor v0.14.0
24422026-07-27T20:28:16.744Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-07-27T20:28:17.408Z Checking nu-ansi-term v0.50.3
24442026-07-27T20:28:17.446Z Checking termtree v0.5.1
24452026-07-27T20:28:17.575Z Checking hickory-resolver v0.24.4
24462026-07-27T20:28:17.613Z Checking textwrap v0.16.2
24472026-07-27T20:28:17.681Z Checking reedline v0.40.0
24482026-07-27T20:28:17.794Z Compiling minimal-lexical v0.2.1
24492026-07-27T20:28:17.860Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24502026-07-27T20:28:18.078Z Compiling nom v7.1.3
24512026-07-27T20:28:18.276Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-07-27T20:28:18.334Z Compiling unicode-xid v0.2.6
24532026-07-27T20:28:18.373Z Checking qorb v0.4.1
24542026-07-27T20:28:18.494Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24552026-07-27T20:28:18.887Z Compiling ar_archive_writer v0.5.1
24562026-07-27T20:28:19.089Z Checking csv-core v0.1.13
24572026-07-27T20:28:19.299Z Checking csv v1.4.0
24582026-07-27T20:28:19.435Z Compiling stacker v0.1.23
24592026-07-27T20:28:19.478Z Checking highway v1.3.0
24602026-07-27T20:28:19.640Z Compiling semver v0.1.20
24612026-07-27T20:28:19.703Z Compiling cfg_aliases v0.1.1
24622026-07-27T20:28:19.742Z Checking nibble_vec v0.1.0
24632026-07-27T20:28:19.811Z Compiling psm v0.1.30
24642026-07-27T20:28:19.814Z Compiling nix v0.28.0
24652026-07-27T20:28:19.880Z Compiling rustc_version v0.1.7
24662026-07-27T20:28:19.932Z Checking endian-type v0.1.2
24672026-07-27T20:28:19.968Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24682026-07-27T20:28:20.002Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24692026-07-27T20:28:20.090Z Checking radix_trie v0.2.1
24702026-07-27T20:28:20.128Z Compiling newtype_derive v0.1.6
24712026-07-27T20:28:20.232Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24722026-07-27T20:28:20.332Z Checking phf_shared v0.12.1
24732026-07-27T20:28:20.369Z Compiling recursive-proc-macro-impl v0.1.1
24742026-07-27T20:28:20.518Z Compiling chrono-tz v0.10.4
24752026-07-27T20:28:20.521Z Checking phf v0.12.1
24762026-07-27T20:28:20.795Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772026-07-27T20:28:20.865Z Checking recursive v0.1.1
24782026-07-27T20:28:20.869Z Compiling const_format_proc_macros v0.2.34
24792026-07-27T20:28:20.869Z Compiling peg-macros v0.8.5
24802026-07-27T20:28:20.869Z Checking winnow v0.6.26
24812026-07-27T20:28:21.000Z Checking nom v8.0.0
24822026-07-27T20:28:21.338Z Compiling sqlparser_derive v0.5.0
24832026-07-27T20:28:21.773Z Checking unicode_categories v0.1.1
24842026-07-27T20:28:21.776Z Checking home v0.5.12
24852026-07-27T20:28:21.946Z Checking rustyline v14.0.0
24862026-07-27T20:28:22.039Z Checking const_format v0.2.35
24872026-07-27T20:28:22.142Z Checking sqlparser v0.61.0
24882026-07-27T20:28:22.181Z Checking sqlformat v0.3.5
24892026-07-27T20:28:22.294Z Checking peg v0.8.5
24902026-07-27T20:28:22.486Z Checking bcs v0.1.6
24912026-07-27T20:28:22.635Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24922026-07-27T20:28:22.671Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932026-07-27T20:28:22.734Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
24942026-07-27T20:28:22.770Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24952026-07-27T20:28:22.887Z Checking steno v0.4.1
24962026-07-27T20:28:23.020Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24972026-07-27T20:28:23.242Z Checking sha1 v0.10.6
24982026-07-27T20:28:23.444Z Checking filetime v0.2.27
24992026-07-27T20:28:23.612Z Checking xattr v1.6.1
25002026-07-27T20:28:23.782Z Checking tar v0.4.46
25012026-07-27T20:28:23.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-07-27T20:28:23.930Z Checking base64 v0.21.7
25032026-07-27T20:28:24.081Z Checking subprocess v0.2.15
25042026-07-27T20:28:24.211Z Checking headers-core v0.3.0
25052026-07-27T20:28:24.272Z Checking yasna v0.5.2
25062026-07-27T20:28:24.336Z Checking headers v0.4.1
25072026-07-27T20:28:24.372Z Checking port-file v0.1.0
25082026-07-27T20:28:24.579Z Checking dropshot-api-manager-types v0.7.2
25092026-07-27T20:28:24.643Z Checking rcgen v0.12.1
25102026-07-27T20:28:24.726Z Checking tagptr v0.2.0
25112026-07-27T20:28:24.774Z Checking utf-8 v0.7.6
25122026-07-27T20:28:24.810Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25132026-07-27T20:28:24.891Z Checking moka v0.12.13
25142026-07-27T20:28:24.936Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25152026-07-27T20:28:24.982Z Checking tungstenite v0.21.0
25162026-07-27T20:28:24.985Z Compiling radium v0.7.0
25172026-07-27T20:28:25.443Z Checking tokio-tungstenite v0.21.0
25182026-07-27T20:28:25.487Z Checking tap v1.0.1
25192026-07-27T20:28:25.621Z Checking hickory-resolver v0.25.2
25202026-07-27T20:28:25.657Z Compiling maybe-uninit v2.0.0
25212026-07-27T20:28:25.743Z Compiling libefi-sys v0.1.0
25222026-07-27T20:28:26.043Z Checking wyz v0.5.1
25232026-07-27T20:28:26.208Z Compiling bitfield-struct v0.6.2
25242026-07-27T20:28:26.251Z Compiling zerocopy-derive v0.6.6
25252026-07-27T20:28:26.287Z Checking funty v2.0.0
25262026-07-27T20:28:26.355Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25272026-07-27T20:28:26.637Z Checking crc-catalog v2.4.0
25282026-07-27T20:28:26.758Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25292026-07-27T20:28:26.764Z Compiling packed_struct v0.10.1
25302026-07-27T20:28:26.854Z Checking crc v3.4.0
25312026-07-27T20:28:26.885Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-07-27T20:28:27.028Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25332026-07-27T20:28:27.074Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25342026-07-27T20:28:27.111Z Checking bitvec v1.0.1
25352026-07-27T20:28:27.142Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-07-27T20:28:27.145Z Checking zerocopy v0.6.6
25372026-07-27T20:28:27.319Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25382026-07-27T20:28:27.355Z Compiling packed_struct_codegen v0.10.1
25392026-07-27T20:28:27.490Z Compiling bitfield-macros v0.19.4
25402026-07-27T20:28:27.544Z Compiling indexmap v1.9.3
25412026-07-27T20:28:27.769Z Checking nodrop v0.1.14
25422026-07-27T20:28:27.894Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25432026-07-27T20:28:28.003Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-07-27T20:28:28.236Z Checking bitfield v0.19.4
25452026-07-27T20:28:28.271Z Checking array-init v0.0.4
25462026-07-27T20:28:28.537Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25472026-07-27T20:28:28.581Z Checking smallvec v0.6.14
25482026-07-27T20:28:28.616Z Checking hashbrown v0.12.3
25492026-07-27T20:28:28.715Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-07-27T20:28:28.807Z Checking serde-hex v0.1.0
25512026-07-27T20:28:28.908Z Checking ron v0.8.1
25522026-07-27T20:28:29.087Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25532026-07-27T20:28:29.409Z Checking hashbrown v0.13.2
25542026-07-27T20:28:29.467Z Checking crc-any v2.5.0
25552026-07-27T20:28:29.546Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-07-27T20:28:29.675Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-07-27T20:28:29.861Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25582026-07-27T20:28:29.864Z Checking object v0.30.4
25592026-07-27T20:28:29.994Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-07-27T20:28:30.252Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25612026-07-27T20:28:30.290Z Checking path-slash v0.1.5
25622026-07-27T20:28:30.365Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-07-27T20:28:30.423Z Compiling xshell-macros v0.2.7
25642026-07-27T20:28:30.836Z Checking xshell v0.2.7
25652026-07-27T20:28:30.929Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25662026-07-27T20:28:31.196Z Checking half v1.8.3
25672026-07-27T20:28:31.245Z Compiling num-derive v0.3.3
25682026-07-27T20:28:31.321Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25692026-07-27T20:28:31.421Z Checking serde_cbor v0.11.2
25702026-07-27T20:28:31.836Z Compiling proc-macro-error-attr2 v2.0.0
25712026-07-27T20:28:32.030Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25722026-07-27T20:28:32.170Z Checking papergrid v0.17.0
25732026-07-27T20:28:32.217Z Checking libscf-sys v1.1.0
25742026-07-27T20:28:32.280Z Checking testing_table v0.3.0
25752026-07-27T20:28:32.322Z Compiling proc-macro-error2 v2.0.1
25762026-07-27T20:28:32.380Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25772026-07-27T20:28:32.415Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25782026-07-27T20:28:32.621Z Checking maplit v1.0.2
25792026-07-27T20:28:32.658Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25802026-07-27T20:28:32.691Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-07-27T20:28:32.727Z Compiling tabled_derive v0.11.0
25822026-07-27T20:28:32.762Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25832026-07-27T20:28:33.019Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25842026-07-27T20:28:33.065Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25852026-07-27T20:28:33.434Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25862026-07-27T20:28:33.478Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25872026-07-27T20:28:33.590Z Checking crc8 v0.1.1
25882026-07-27T20:28:33.703Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25892026-07-27T20:28:33.734Z Checking unicase v2.9.0
25902026-07-27T20:28:33.898Z Checking tabled v0.20.0
25912026-07-27T20:28:33.933Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25922026-07-27T20:28:34.063Z Checking fxhash v0.2.1
25932026-07-27T20:28:34.100Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25942026-07-27T20:28:34.220Z Compiling vergen-lib v0.1.6
25952026-07-27T20:28:34.403Z Compiling diesel_derives v2.3.7
25962026-07-27T20:28:34.485Z Compiling dsl_auto_type v0.2.0
25972026-07-27T20:28:34.536Z Checking scheduled-thread-pool v0.2.7
25982026-07-27T20:28:34.658Z Compiling vergen-gitcl v1.0.8
25992026-07-27T20:28:34.697Z Compiling diesel_table_macro_syntax v0.3.0
26002026-07-27T20:28:34.730Z Checking r2d2 v0.8.10
26012026-07-27T20:28:34.966Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-07-27T20:28:34.973Z Checking downcast-rs v2.0.2
26032026-07-27T20:28:35.308Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26042026-07-27T20:28:35.344Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26052026-07-27T20:28:35.644Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26062026-07-27T20:28:35.736Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26072026-07-27T20:28:35.838Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26082026-07-27T20:28:35.911Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26092026-07-27T20:28:35.963Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-07-27T20:28:36.010Z Checking kstat-rs v0.2.4
26112026-07-27T20:28:36.099Z Checking arc-swap v1.8.2
26122026-07-27T20:28:36.137Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26132026-07-27T20:28:36.217Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-07-27T20:28:36.261Z Compiling dirs-sys-next v0.1.2
26152026-07-27T20:28:36.349Z Checking slog-scope v4.4.1
26162026-07-27T20:28:36.516Z Compiling crunchy v0.2.4
26172026-07-27T20:28:36.553Z Compiling parking_lot_core v0.8.6
26182026-07-27T20:28:36.619Z Checking slog-stdlog v4.1.1
26192026-07-27T20:28:36.656Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26202026-07-27T20:28:36.750Z Compiling dirs-next v2.0.0
26212026-07-27T20:28:36.799Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-07-27T20:28:36.900Z Compiling clang-sys v1.8.1
26232026-07-27T20:28:36.935Z Compiling git-stub v1.0.0
26242026-07-27T20:28:36.986Z Compiling tiny-keccak v2.0.2
26252026-07-27T20:28:37.259Z Compiling git-stub-vcs v0.1.0
26262026-07-27T20:28:37.505Z Compiling term v0.7.0
26272026-07-27T20:28:37.551Z Checking slog-envlogger v2.2.0
26282026-07-27T20:28:37.571Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26292026-07-27T20:28:37.613Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26302026-07-27T20:28:37.648Z Compiling bit-vec v0.6.3
26312026-07-27T20:28:37.725Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26322026-07-27T20:28:37.902Z Compiling bit-set v0.5.3
26332026-07-27T20:28:37.937Z Compiling ascii-canvas v3.0.0
26342026-07-27T20:28:37.974Z Checking parking_lot v0.11.2
26352026-07-27T20:28:38.016Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26362026-07-27T20:28:38.110Z Checking prefix-trie v0.7.0
26372026-07-27T20:28:38.189Z Compiling itertools v0.10.5
26382026-07-27T20:28:38.226Z Compiling ena v0.14.4
26392026-07-27T20:28:38.229Z Compiling libloading v0.8.9
26402026-07-27T20:28:38.331Z Compiling diff v0.1.13
26412026-07-27T20:28:38.438Z Compiling regex-syntax v0.6.29
26422026-07-27T20:28:38.475Z Compiling bindgen v0.71.1
26432026-07-27T20:28:38.508Z Checking hickory-server v0.25.2
26442026-07-27T20:28:38.619Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-27T20:28:38.977Z Checking sled v0.34.7
26462026-07-27T20:28:39.237Z Compiling cexpr v0.6.0
26472026-07-27T20:28:39.284Z Checking nanorand v0.7.0
26482026-07-27T20:28:39.524Z Compiling rustc-hash v2.1.1
26492026-07-27T20:28:39.680Z Compiling salty v0.3.0
26502026-07-27T20:28:39.788Z Compiling lalrpop v0.19.12
26512026-07-27T20:28:39.922Z Checking flume v0.11.1
26522026-07-27T20:28:40.004Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532026-07-27T20:28:40.235Z Compiling libxml v0.3.3
26542026-07-27T20:28:40.393Z Checking diesel v2.3.7
26552026-07-27T20:28:40.558Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26562026-07-27T20:28:40.809Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26572026-07-27T20:28:40.979Z Compiling strum_macros v0.24.3
26582026-07-27T20:28:41.071Z Compiling fs-err v2.11.0
26592026-07-27T20:28:41.296Z Compiling indoc v1.0.9
26602026-07-27T20:28:41.767Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26612026-07-27T20:28:42.031Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26622026-07-27T20:28:42.142Z Compiling progenitor-impl v0.13.0
26632026-07-27T20:28:42.201Z Checking quick-xml v0.37.5
26642026-07-27T20:28:42.240Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26652026-07-27T20:28:42.331Z Checking derive_builder v0.20.2
26662026-07-27T20:28:42.399Z Compiling oso-derive v0.27.3
26672026-07-27T20:28:42.470Z Compiling impl-trait-for-tuples v0.2.3
26682026-07-27T20:28:42.927Z Compiling trait-variant v0.1.2
26692026-07-27T20:28:43.120Z Checking openssl-probe v0.1.6
26702026-07-27T20:28:43.503Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-07-27T20:28:43.538Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26722026-07-27T20:28:44.055Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-07-27T20:28:44.346Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-07-27T20:28:44.798Z Compiling progenitor-macro v0.13.0
26752026-07-27T20:28:44.845Z Checking progenitor-client v0.13.0
26762026-07-27T20:28:45.120Z Checking rfc6979 v0.4.0
26772026-07-27T20:28:45.278Z Checking assert_matches v1.5.0
26782026-07-27T20:28:45.384Z Checking parse-size v1.1.0
26792026-07-27T20:28:45.541Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26802026-07-27T20:28:45.653Z Checking ecdsa v0.16.9
26812026-07-27T20:28:46.029Z Checking primeorder v0.13.6
26822026-07-27T20:28:46.084Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26832026-07-27T20:28:46.309Z Checking p384 v0.13.1
26842026-07-27T20:28:46.410Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26852026-07-27T20:28:46.703Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-07-27T20:28:46.766Z Checking predicates-tree v1.0.13
26872026-07-27T20:28:46.911Z Checking bb8 v0.8.6
26882026-07-27T20:28:46.947Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26892026-07-27T20:28:47.335Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-07-27T20:28:47.430Z Compiling mime_guess v2.0.5
26912026-07-27T20:28:47.468Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26922026-07-27T20:28:47.563Z Checking http-range v0.1.5
26932026-07-27T20:28:47.948Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-07-27T20:28:48.051Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26952026-07-27T20:28:48.372Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26962026-07-27T20:28:48.408Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26972026-07-27T20:28:48.602Z Checking atty v0.2.14
26982026-07-27T20:28:48.642Z Checking nonempty v0.12.0
26992026-07-27T20:28:48.730Z Checking corncobs v0.1.4
27002026-07-27T20:28:48.883Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-27T20:28:48.918Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-07-27T20:28:49.253Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27032026-07-27T20:28:49.568Z Checking ignore v0.4.25
27042026-07-27T20:28:49.841Z Checking progenitor v0.13.0
27052026-07-27T20:28:49.883Z Checking secrecy v0.8.0
27062026-07-27T20:28:50.010Z Checking globwalk v0.9.1
27072026-07-27T20:28:50.046Z Checking hyper-staticfile v0.10.1
27082026-07-27T20:28:50.224Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27092026-07-27T20:28:50.404Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27102026-07-27T20:28:50.554Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27112026-07-27T20:28:50.648Z Compiling illumos-nvpair-sys v0.2.0
27122026-07-27T20:28:50.921Z Checking camino-tempfile-ext v0.3.3
27132026-07-27T20:28:50.958Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27142026-07-27T20:28:51.147Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27152026-07-27T20:28:51.183Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27162026-07-27T20:28:51.770Z Checking signal-hook-tokio v0.3.1
27172026-07-27T20:28:51.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27182026-07-27T20:28:52.011Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27192026-07-27T20:28:52.175Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-07-27T20:28:52.211Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212026-07-27T20:28:52.474Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-07-27T20:28:53.990Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27232026-07-27T20:28:54.029Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27242026-07-27T20:28:54.116Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27252026-07-27T20:28:54.193Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262026-07-27T20:28:54.912Z Checking diesel-dtrace v0.5.0
27272026-07-27T20:28:55.199Z Checking async-bb8-diesel v0.2.1
27282026-07-27T20:28:55.387Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27292026-07-27T20:28:55.492Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27302026-07-27T20:28:55.578Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27312026-07-27T20:28:55.777Z Checking illumos-nvpair v0.3.0
27322026-07-27T20:28:55.894Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27332026-07-27T20:28:55.965Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27342026-07-27T20:28:56.007Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27352026-07-27T20:28:56.276Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27362026-07-27T20:28:56.317Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27372026-07-27T20:28:56.383Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-07-27T20:28:56.473Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27392026-07-27T20:28:56.754Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27402026-07-27T20:28:56.904Z Checking tungstenite v0.23.0
27412026-07-27T20:28:57.057Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27422026-07-27T20:28:57.379Z Checking tokio-tungstenite v0.23.1
27432026-07-27T20:28:57.688Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-27T20:28:58.109Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27452026-07-27T20:28:58.260Z Checking rand_seeder v0.4.0
27462026-07-27T20:28:58.417Z Checking void v1.0.2
27472026-07-27T20:28:58.452Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482026-07-27T20:28:58.493Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27492026-07-27T20:28:58.558Z Checking lzss v0.8.2
27502026-07-27T20:28:58.643Z Checking nix v0.27.1
27512026-07-27T20:28:58.710Z Checking serde_bytes v0.11.19
27522026-07-27T20:28:58.905Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27532026-07-27T20:28:58.918Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-07-27T20:28:59.187Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27552026-07-27T20:28:59.248Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27562026-07-27T20:28:59.625Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27572026-07-27T20:28:59.948Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27582026-07-27T20:29:01.073Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27592026-07-27T20:29:01.098Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27602026-07-27T20:29:01.099Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27612026-07-27T20:29:01.099Z Checking is_ci v1.2.0
27622026-07-27T20:29:01.099Z Checking yansi v1.0.1
27632026-07-27T20:29:01.099Z Checking cpubits v0.1.1
27642026-07-27T20:29:01.099Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27652026-07-27T20:29:01.099Z Checking pretty_assertions v1.4.1
27662026-07-27T20:29:01.175Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27672026-07-27T20:29:01.260Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27682026-07-27T20:29:01.995Z Checking pem-rfc7468 v1.0.0
27692026-07-27T20:29:02.224Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27702026-07-27T20:29:02.505Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27712026-07-27T20:29:02.738Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-07-27T20:29:02.972Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27732026-07-27T20:29:03.010Z Checking hmac v0.13.0
27742026-07-27T20:29:03.204Z Checking sha2 v0.11.0
27752026-07-27T20:29:03.533Z Checking universal-hash v0.6.1
27762026-07-27T20:29:03.568Z Compiling libz-sys v1.1.24
27772026-07-27T20:29:03.691Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-07-27T20:29:03.727Z Compiling instability v0.3.11
27792026-07-27T20:29:03.912Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-07-27T20:29:04.065Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27812026-07-27T20:29:04.134Z Checking castaway v0.2.4
27822026-07-27T20:29:04.171Z Compiling indoc v2.0.7
27832026-07-27T20:29:04.285Z Checking compact_str v0.8.1
27842026-07-27T20:29:04.700Z Checking polyval v0.7.1
27852026-07-27T20:29:04.908Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27862026-07-27T20:29:05.125Z Checking der v0.8.0
27872026-07-27T20:29:05.186Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27882026-07-27T20:29:05.429Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27892026-07-27T20:29:05.465Z Checking unicode-truncate v1.1.0
27902026-07-27T20:29:05.644Z Checking lru v0.12.5
27912026-07-27T20:29:05.680Z Compiling libgit2-sys v0.18.3+1.9.2
27922026-07-27T20:29:05.714Z Checking cassowary v0.3.0
27932026-07-27T20:29:05.932Z Checking ghash v0.6.0
27942026-07-27T20:29:05.970Z Checking ratatui v0.29.0
27952026-07-27T20:29:06.090Z Checking pbkdf2 v0.13.0
27962026-07-27T20:29:06.161Z Checking aes v0.9.1
27972026-07-27T20:29:06.237Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-07-27T20:29:06.589Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27992026-07-27T20:29:06.837Z Checking ctr v0.10.1
28002026-07-27T20:29:07.071Z Checking aead v0.6.1
28012026-07-27T20:29:07.250Z Checking cargo-platform v0.3.2
28022026-07-27T20:29:07.319Z Checking aes-gcm v0.11.0
28032026-07-27T20:29:07.474Z Checking cargo_metadata v0.23.1
28042026-07-27T20:29:07.507Z Checking spki v0.8.0
28052026-07-27T20:29:07.542Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-07-27T20:29:07.716Z Checking crypto-bigint v0.7.5
28072026-07-27T20:29:08.295Z Checking supports-color v3.0.2
28082026-07-27T20:29:08.462Z Checking console v0.16.2
28092026-07-27T20:29:08.804Z Checking cbc v0.2.1
28102026-07-27T20:29:08.906Z Checking salsa20 v0.11.0
28112026-07-27T20:29:08.970Z Compiling vergen-git2 v9.1.0
28122026-07-27T20:29:09.082Z Checking unit-prefix v0.5.2
28132026-07-27T20:29:09.190Z Checking plotters-backend v0.3.7
28142026-07-27T20:29:09.241Z Checking indicatif v0.18.4
28152026-07-27T20:29:09.422Z Checking plotters-svg v0.3.7
28162026-07-27T20:29:09.647Z Checking scrypt v0.12.0
28172026-07-27T20:29:09.710Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-07-27T20:29:09.847Z Checking libsw-core v0.3.2
28192026-07-27T20:29:09.903Z Checking cast v0.3.0
28202026-07-27T20:29:10.029Z Checking libsw v3.5.0
28212026-07-27T20:29:10.062Z Checking pkcs5 v0.8.1
28222026-07-27T20:29:10.096Z Checking criterion-plot v0.6.0
28232026-07-27T20:29:10.213Z Checking plotters v0.3.7
28242026-07-27T20:29:10.370Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28252026-07-27T20:29:10.404Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28262026-07-27T20:29:10.631Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28272026-07-27T20:29:10.855Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28282026-07-27T20:29:10.990Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28292026-07-27T20:29:11.080Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-07-27T20:29:11.218Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28312026-07-27T20:29:11.310Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28322026-07-27T20:29:11.376Z Checking colored v2.2.0
28332026-07-27T20:29:11.443Z Checking tinytemplate v1.2.1
28342026-07-27T20:29:11.605Z Checking oorandom v11.1.5
28352026-07-27T20:29:11.693Z Checking anes v0.1.6
28362026-07-27T20:29:11.751Z Checking shell-words v1.1.1
28372026-07-27T20:29:11.902Z Checking criterion v0.7.0
28382026-07-27T20:29:11.988Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28392026-07-27T20:29:12.268Z Checking pkcs8 v0.11.0
28402026-07-27T20:29:12.504Z Checking oxide-update-engine-display v0.1.2
28412026-07-27T20:29:12.847Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28422026-07-27T20:29:13.197Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28432026-07-27T20:29:13.983Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28442026-07-27T20:29:14.800Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28452026-07-27T20:29:15.358Z Checking tokio-test v0.4.5
28462026-07-27T20:29:15.596Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28472026-07-27T20:29:15.709Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28482026-07-27T20:29:15.818Z Checking twox-hash v2.1.2
28492026-07-27T20:29:16.122Z Checking ff v0.14.0
28502026-07-27T20:29:16.157Z Checking arrayref v0.3.9
28512026-07-27T20:29:16.260Z Checking arrayvec v0.7.6
28522026-07-27T20:29:16.294Z Checking constant_time_eq v0.4.2
28532026-07-27T20:29:16.377Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28542026-07-27T20:29:16.488Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28552026-07-27T20:29:16.488Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28562026-07-27T20:29:16.567Z Checking fatfs v0.3.6
28572026-07-27T20:29:17.068Z Checking signature v3.0.0
28582026-07-27T20:29:17.206Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28592026-07-27T20:29:17.328Z Compiling seq-macro v0.3.6
28602026-07-27T20:29:17.520Z Checking base16ct v1.0.0
28612026-07-27T20:29:17.684Z Checking sec1 v0.8.1
28622026-07-27T20:29:17.787Z Checking group v0.14.0
28632026-07-27T20:29:17.923Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-07-27T20:29:17.971Z Checking hkdf v0.13.0
28652026-07-27T20:29:18.140Z Compiling petname v2.0.2
28662026-07-27T20:29:18.553Z Checking elliptic-curve v0.14.0-rc.33
28672026-07-27T20:29:18.556Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-07-27T20:29:18.729Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28692026-07-27T20:29:18.809Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28702026-07-27T20:29:19.089Z Checking concurrent-queue v2.5.0
28712026-07-27T20:29:19.310Z Checking rtoolbox v0.0.3
28722026-07-27T20:29:19.473Z Checking parking v2.2.1
28732026-07-27T20:29:19.627Z Checking event-listener v5.4.1
28742026-07-27T20:29:19.877Z Checking rpassword v7.5.4
28752026-07-27T20:29:20.067Z Checking tui-tree-widget v0.23.1
28762026-07-27T20:29:20.288Z Checking rfc6979 v0.5.0
28772026-07-27T20:29:20.452Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28782026-07-27T20:29:20.487Z Checking sapling-renderdag v0.1.0
28792026-07-27T20:29:20.649Z Compiling blake3 v1.8.5
28802026-07-27T20:29:20.748Z Compiling samael v0.0.19
28812026-07-27T20:29:20.784Z Checking sync-ptr v0.1.4
28822026-07-27T20:29:20.932Z Checking ecdsa v0.17.0-rc.18
28832026-07-27T20:29:21.330Z Checking event-listener-strategy v0.5.4
28842026-07-27T20:29:21.498Z Checking primeorder v0.14.0-rc.10
28852026-07-27T20:29:21.541Z Checking primefield v0.14.0
28862026-07-27T20:29:21.776Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28872026-07-27T20:29:21.843Z Compiling curve25519-dalek v5.0.0-rc.0
28882026-07-27T20:29:22.027Z Checking futures-timer v3.0.3
28892026-07-27T20:29:22.343Z Checking async-lock v3.4.2
28902026-07-27T20:29:22.378Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-07-27T20:29:22.629Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28922026-07-27T20:29:22.763Z Checking ssh-encoding v0.3.0-rc.9
28932026-07-27T20:29:23.021Z Compiling strsim v0.10.0
28942026-07-27T20:29:23.400Z Checking topological-sort v0.2.2
28952026-07-27T20:29:23.570Z Checking omicron-zone-package v0.12.3
28962026-07-27T20:29:23.607Z Compiling darling_core v0.13.4
28972026-07-27T20:29:24.482Z Checking async-object-pool v0.2.0
28982026-07-27T20:29:25.090Z Checking ed25519 v3.0.0
28992026-07-27T20:29:25.322Z Checking crypto-primes v0.7.2
29002026-07-27T20:29:25.481Z Checking pkcs1 v0.8.0-rc.4
29012026-07-27T20:29:25.483Z Checking poly1305 v0.9.0
29022026-07-27T20:29:25.720Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29032026-07-27T20:29:25.813Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29042026-07-27T20:29:25.981Z Checking blowfish v0.10.0
29052026-07-27T20:29:26.125Z Checking serde_regex v1.1.0
29062026-07-27T20:29:26.164Z Checking blake2 v0.11.0-rc.6
29072026-07-27T20:29:26.292Z Checking assert-json-diff v2.0.2
29082026-07-27T20:29:26.326Z Checking path-tree v0.8.3
29092026-07-27T20:29:26.452Z Checking keccak v0.2.0
29102026-07-27T20:29:26.488Z Checking fiat-crypto v0.3.0
29112026-07-27T20:29:26.522Z Checking gimli v0.32.3
29122026-07-27T20:29:26.559Z Checking stringmetrics v2.2.2
29132026-07-27T20:29:26.638Z Compiling target-lexicon v0.13.3
29142026-07-27T20:29:26.736Z Checking httpmock v0.8.3
29152026-07-27T20:29:27.218Z Checking sha3 v0.11.0
29162026-07-27T20:29:27.601Z Checking argon2 v0.6.0-rc.8
29172026-07-27T20:29:27.949Z Checking rsa v0.10.0-rc.18
29182026-07-27T20:29:28.123Z Checking addr2line v0.25.1
29192026-07-27T20:29:28.426Z Checking bcrypt-pbkdf v0.11.0
29202026-07-27T20:29:28.492Z Checking ssh-cipher v0.3.0-rc.9
29212026-07-27T20:29:28.621Z Checking ed25519-dalek v3.0.0-rc.0
29222026-07-27T20:29:28.736Z Compiling darling_macro v0.13.4
29232026-07-27T20:29:28.983Z Checking p256 v0.14.0-rc.10
29242026-07-27T20:29:29.259Z Checking p521 v0.14.0-rc.10
29252026-07-27T20:29:29.767Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29262026-07-27T20:29:30.038Z Checking kem v0.3.0
29272026-07-27T20:29:30.189Z Checking module-lattice v0.2.3
29282026-07-27T20:29:30.447Z Checking rustc-demangle v0.1.27
29292026-07-27T20:29:30.711Z Compiling guppy-workspace-hack v0.1.0
29302026-07-27T20:29:30.767Z Checking hex-literal v0.4.1
29312026-07-27T20:29:30.898Z Checking backtrace v0.3.76
29322026-07-27T20:29:30.980Z Checking ml-kem v0.3.2
29332026-07-27T20:29:31.232Z Compiling darling v0.13.4
29342026-07-27T20:29:31.613Z Checking russh-cryptovec v0.61.0
29352026-07-27T20:29:31.696Z Checking p384 v0.14.0-rc.10
29362026-07-27T20:29:31.767Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29372026-07-27T20:29:31.804Z Checking internal-russh-num-bigint v0.5.0
29382026-07-27T20:29:31.988Z Checking num-bigint v0.4.6
29392026-07-27T20:29:32.291Z Checking russh-util v0.52.0
29402026-07-27T20:29:32.454Z Checking generic-array v1.4.3
29412026-07-27T20:29:32.700Z Compiling enum_dispatch v0.3.13
29422026-07-27T20:29:32.942Z Compiling delegate v0.13.5
29432026-07-27T20:29:33.042Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29442026-07-27T20:29:33.478Z Compiling target-spec v3.5.7
29452026-07-27T20:29:33.674Z Checking md5 v0.8.0
29462026-07-27T20:29:33.739Z Checking ssh-key v0.7.0-rc.10
29472026-07-27T20:29:33.786Z Checking hex-literal v1.1.0
29482026-07-27T20:29:33.872Z Compiling git2 v0.20.4
29492026-07-27T20:29:33.943Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29502026-07-27T20:29:34.058Z Checking cfg-expr v0.20.6
29512026-07-27T20:29:34.107Z Compiling serde_with_macros v1.5.2
29522026-07-27T20:29:34.475Z Checking backtrace-ext v0.2.1
29532026-07-27T20:29:34.628Z Checking supports-color v2.1.0
29542026-07-27T20:29:34.664Z Checking russh v0.61.2
29552026-07-27T20:29:34.697Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29562026-07-27T20:29:34.793Z Checking textwrap v0.15.2
29572026-07-27T20:29:34.993Z Checking supports-hyperlinks v2.1.0
29582026-07-27T20:29:35.031Z Checking supports-unicode v2.1.0
29592026-07-27T20:29:35.138Z Checking hashbrown v0.14.5
29602026-07-27T20:29:35.181Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29612026-07-27T20:29:35.398Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29622026-07-27T20:29:35.640Z Checking terminal_size v0.1.17
29632026-07-27T20:29:35.675Z Checking socket2 v0.5.10
29642026-07-27T20:29:35.768Z Compiling miette-derive v5.10.0
29652026-07-27T20:29:35.814Z Checking owo-colors v3.5.0
29662026-07-27T20:29:35.962Z Checking internet-checksum v0.2.1
29672026-07-27T20:29:36.756Z Checking chumsky v0.9.3
29682026-07-27T20:29:36.920Z Checking miette v5.10.0
29692026-07-27T20:29:37.235Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29702026-07-27T20:29:37.476Z Compiling serde_with v1.14.0
29712026-07-27T20:29:37.956Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29722026-07-27T20:29:38.038Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29732026-07-27T20:29:38.160Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29742026-07-27T20:29:38.194Z Compiling polar-core v0.27.3
29752026-07-27T20:29:38.529Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29762026-07-27T20:29:38.648Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29772026-07-27T20:29:38.807Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29782026-07-27T20:29:38.858Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29792026-07-27T20:29:38.893Z Compiling knuffel-derive v3.2.0
29802026-07-27T20:29:38.963Z Checking httptest v0.16.4
29812026-07-27T20:29:39.077Z Checking pathdiff v0.2.3
29822026-07-27T20:29:39.222Z Checking nested v0.1.1
29832026-07-27T20:29:39.372Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29842026-07-27T20:29:39.409Z Checking guppy v0.17.25
29852026-07-27T20:29:39.700Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29862026-07-27T20:29:39.980Z Checking similar-asserts v1.7.0
29872026-07-27T20:29:40.175Z Compiling target-triple v1.0.0
29882026-07-27T20:29:40.340Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29892026-07-27T20:29:40.401Z Checking knuffel v3.2.0
29902026-07-27T20:29:40.534Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29912026-07-27T20:29:41.042Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29922026-07-27T20:29:41.107Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29932026-07-27T20:29:41.120Z Checking hickory-client v0.25.2
29942026-07-27T20:29:41.432Z Checking escape8259 v0.5.3
29952026-07-27T20:29:41.601Z Compiling assert_cmd v2.1.2
29962026-07-27T20:29:41.757Z Checking libtest-mimic v0.8.1
29972026-07-27T20:29:42.176Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29982026-07-27T20:29:42.211Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29992026-07-27T20:29:42.309Z Checking blake2b_simd v1.0.4
30002026-07-27T20:29:42.739Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30012026-07-27T20:29:42.910Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30022026-07-27T20:29:42.967Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30032026-07-27T20:29:43.164Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30042026-07-27T20:29:43.203Z Checking oso v0.27.3
30052026-07-27T20:29:43.325Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30062026-07-27T20:29:43.389Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30072026-07-27T20:29:43.515Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30082026-07-27T20:29:43.616Z Checking fancy-regex v0.14.0
30092026-07-27T20:29:43.715Z Checking serde_tokenstream v0.2.3
30102026-07-27T20:29:43.945Z Checking approx v0.5.1
30112026-07-27T20:29:43.979Z Compiling rstest_macros v0.25.0
30122026-07-27T20:29:44.014Z Checking uzers v0.12.2
30132026-07-27T20:29:44.110Z Compiling linkme-impl v0.3.35
30142026-07-27T20:29:44.145Z Checking termcolor v1.4.1
30152026-07-27T20:29:44.253Z Checking constant_time_eq v0.3.1
30162026-07-27T20:29:44.384Z Checking trybuild v1.0.116
30172026-07-27T20:29:44.389Z Checking rust-argon2 v2.1.0
30182026-07-27T20:29:44.419Z Checking datatest-stable v0.3.3
30192026-07-27T20:29:44.772Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30202026-07-27T20:29:44.818Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30212026-07-27T20:29:45.062Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30222026-07-27T20:29:45.066Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30232026-07-27T20:29:45.162Z Checking support-bundle-viewer v0.1.2
30242026-07-27T20:29:45.209Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30252026-07-27T20:29:45.443Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30262026-07-27T20:29:45.669Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30272026-07-27T20:29:45.894Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30282026-07-27T20:29:45.934Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30292026-07-27T20:29:46.119Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30302026-07-27T20:29:46.163Z Checking drift v0.2.0
30312026-07-27T20:29:46.199Z Checking digest-io v0.1.0
30322026-07-27T20:29:46.360Z Checking rand_distr v0.5.1
30332026-07-27T20:29:46.548Z Checking multimap v0.10.1
30342026-07-27T20:29:46.755Z Checking rawzip v0.4.4
30352026-07-27T20:29:46.791Z Compiling linkme v0.3.35
30362026-07-27T20:29:46.825Z Compiling relative-path v1.9.3
30372026-07-27T20:29:47.132Z Checking dropshot-api-manager v0.7.2
30382026-07-27T20:29:47.264Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30392026-07-27T20:29:48.325Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30402026-07-27T20:29:48.723Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30412026-07-27T20:29:48.885Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30422026-07-27T20:29:49.092Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30432026-07-27T20:29:49.133Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30442026-07-27T20:29:49.306Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30452026-07-27T20:29:49.478Z Checking cargo_toml v0.21.0
30462026-07-27T20:29:49.513Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30472026-07-27T20:29:49.652Z Checking partial-io v0.5.4
30482026-07-27T20:29:49.889Z Checking termios v0.3.3
30492026-07-27T20:29:49.968Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30502026-07-27T20:29:50.045Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30512026-07-27T20:29:50.305Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30522026-07-27T20:29:50.706Z Checking rstest v0.25.0
30532026-07-27T20:29:55.053Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30542026-07-27T20:29:55.454Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30552026-07-27T20:29:57.145Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30562026-07-27T20:30:02.256Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30572026-07-27T20:30:03.190Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30582026-07-27T20:30:05.201Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30592026-07-27T20:30:08.724Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30602026-07-27T20:30:13.085Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30612026-07-27T20:30:17.739Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30622026-07-27T20:30:18.676Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30632026-07-27T20:30:19.441Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30642026-07-27T20:30:21.620Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30652026-07-27T20:30:25.219Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30662026-07-27T20:30:30.285Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30672026-07-27T20:30:51.101Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30682026-07-27T20:31:42.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30692026-07-27T20:31:42.737Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30702026-07-27T20:31:42.737Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30712026-07-27T20:31:43.386Z
30722026-07-27T20:31:43.386Zreal 4:11.547367997
30732026-07-27T20:31:43.386Zuser 21:44.166649608
30742026-07-27T20:31:43.386Zsys 5:06.533718454
30752026-07-27T20:31:43.386Ztrap 0.541225617
30762026-07-27T20:31:43.387Ztflt 0.481372961
30772026-07-27T20:31:43.387Zdflt 0.574543286
30782026-07-27T20:31:43.387Zkflt 0.005123212
30792026-07-27T20:31:43.387Zlock 1:05:37.567309379
30802026-07-27T20:31:43.387Zslp 58:53.745399087
30812026-07-27T20:31:43.391Zlat 1:50.591239003
30822026-07-27T20:31:43.391Zstop 14:10.126772870
30832026-07-27T20:31:43.391Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30842026-07-27T20:31:43.391Z+ ptime -m cargo doc --workspace --no-deps
30852026-07-27T20:31:44.255Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30862026-07-27T20:31:44.255Z |
30872026-07-27T20:31:44.255Z = 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)`
30882026-07-27T20:31:44.255Z = 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>
30892026-07-27T20:31:45.293Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30902026-07-27T20:31:45.534Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30912026-07-27T20:31:45.582Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30922026-07-27T20:31:45.647Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30932026-07-27T20:31:45.710Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30942026-07-27T20:31:45.803Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30952026-07-27T20:31:45.829Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30962026-07-27T20:31:45.855Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-07-27T20:31:45.911Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-07-27T20:31:45.971Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-07-27T20:31:46.108Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31002026-07-27T20:31:46.133Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31012026-07-27T20:31:46.134Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-07-27T20:31:46.192Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31032026-07-27T20:31:46.237Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31042026-07-27T20:31:46.261Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31052026-07-27T20:31:46.282Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31062026-07-27T20:31:46.330Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-07-27T20:31:46.333Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31082026-07-27T20:31:46.377Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31092026-07-27T20:31:46.652Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31102026-07-27T20:31:46.801Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31112026-07-27T20:31:46.828Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31122026-07-27T20:31:46.893Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31132026-07-27T20:31:46.955Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-07-27T20:31:47.160Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31152026-07-27T20:31:47.242Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31162026-07-27T20:31:47.273Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31172026-07-27T20:31:47.376Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31182026-07-27T20:31:47.400Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31192026-07-27T20:31:47.425Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31202026-07-27T20:31:47.595Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31212026-07-27T20:31:47.625Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31222026-07-27T20:31:47.726Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-07-27T20:31:47.855Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31242026-07-27T20:31:47.926Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31252026-07-27T20:31:47.963Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31262026-07-27T20:31:47.988Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31272026-07-27T20:31:48.219Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31282026-07-27T20:31:48.248Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31292026-07-27T20:31:48.519Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31302026-07-27T20:31:48.558Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31312026-07-27T20:31:48.582Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31322026-07-27T20:31:48.689Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31332026-07-27T20:31:48.752Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31342026-07-27T20:31:48.810Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31352026-07-27T20:31:48.837Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31362026-07-27T20:31:48.981Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31372026-07-27T20:31:49.034Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31382026-07-27T20:31:49.079Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31392026-07-27T20:31:49.111Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31402026-07-27T20:31:49.267Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31412026-07-27T20:31:49.322Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31422026-07-27T20:31:49.346Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31432026-07-27T20:31:49.349Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31442026-07-27T20:31:49.395Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31452026-07-27T20:31:49.463Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31462026-07-27T20:31:49.518Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31472026-07-27T20:31:49.543Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-07-27T20:31:49.567Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31492026-07-27T20:31:50.050Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31502026-07-27T20:31:50.116Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31512026-07-27T20:31:50.388Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31522026-07-27T20:31:50.568Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31532026-07-27T20:31:50.682Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31542026-07-27T20:31:51.039Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31552026-07-27T20:31:51.065Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-07-27T20:31:51.090Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31572026-07-27T20:31:51.183Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31582026-07-27T20:31:51.320Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31592026-07-27T20:31:51.347Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31602026-07-27T20:31:51.350Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31612026-07-27T20:31:51.350Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31622026-07-27T20:31:51.448Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31632026-07-27T20:31:52.130Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31642026-07-27T20:31:52.421Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31652026-07-27T20:31:52.491Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31662026-07-27T20:31:52.565Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31672026-07-27T20:31:52.795Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31682026-07-27T20:31:52.839Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31692026-07-27T20:31:52.866Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31702026-07-27T20:31:52.928Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31712026-07-27T20:31:53.042Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31722026-07-27T20:31:53.104Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-07-27T20:31:53.130Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31742026-07-27T20:31:53.357Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31752026-07-27T20:31:53.383Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31762026-07-27T20:31:53.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31772026-07-27T20:31:53.461Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31782026-07-27T20:31:53.517Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31792026-07-27T20:31:53.521Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31802026-07-27T20:31:53.629Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31812026-07-27T20:31:53.652Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31822026-07-27T20:31:53.675Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31832026-07-27T20:31:53.682Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31842026-07-27T20:31:53.846Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31852026-07-27T20:31:53.918Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31862026-07-27T20:31:53.942Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31872026-07-27T20:31:53.966Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31882026-07-27T20:31:53.969Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31892026-07-27T20:31:54.089Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31902026-07-27T20:31:54.116Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31912026-07-27T20:31:54.163Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31922026-07-27T20:31:54.309Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31932026-07-27T20:31:54.333Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31942026-07-27T20:31:54.539Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31952026-07-27T20:31:54.608Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962026-07-27T20:31:54.611Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31972026-07-27T20:31:55.210Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-07-27T20:31:55.302Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31992026-07-27T20:31:55.570Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32002026-07-27T20:31:56.333Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32012026-07-27T20:31:56.388Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32022026-07-27T20:31:56.530Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32032026-07-27T20:31:56.760Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32042026-07-27T20:31:56.861Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32052026-07-27T20:31:57.502Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32062026-07-27T20:31:58.124Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32072026-07-27T20:31:58.479Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32082026-07-27T20:31:58.757Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32092026-07-27T20:31:58.972Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32102026-07-27T20:31:59.319Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32112026-07-27T20:31:59.460Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32122026-07-27T20:31:59.895Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32132026-07-27T20:31:59.960Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32142026-07-27T20:32:00.422Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32152026-07-27T20:32:00.606Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32162026-07-27T20:32:00.748Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32172026-07-27T20:32:00.935Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32182026-07-27T20:32:01.005Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32192026-07-27T20:32:01.166Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32202026-07-27T20:32:01.599Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32212026-07-27T20:32:01.659Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32222026-07-27T20:32:01.687Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32232026-07-27T20:32:01.995Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32242026-07-27T20:32:02.203Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32252026-07-27T20:32:02.439Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32262026-07-27T20:32:02.990Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32272026-07-27T20:32:03.267Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-27T20:32:03.723Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32292026-07-27T20:32:04.146Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32302026-07-27T20:32:04.272Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312026-07-27T20:32:04.511Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32322026-07-27T20:32:05.168Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32332026-07-27T20:32:05.478Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32342026-07-27T20:32:05.968Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32352026-07-27T20:32:06.059Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32362026-07-27T20:32:06.142Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32372026-07-27T20:32:06.402Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32382026-07-27T20:32:06.553Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32392026-07-27T20:32:06.824Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32402026-07-27T20:32:07.742Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-07-27T20:32:08.360Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32422026-07-27T20:32:08.771Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32432026-07-27T20:32:09.039Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32442026-07-27T20:32:09.365Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32452026-07-27T20:32:10.423Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32462026-07-27T20:32:13.443Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32472026-07-27T20:32:13.506Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32482026-07-27T20:32:13.740Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32492026-07-27T20:32:15.066Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32502026-07-27T20:32:15.159Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32512026-07-27T20:32:15.662Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-07-27T20:32:15.882Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32532026-07-27T20:32:16.805Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-07-27T20:32:16.832Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32552026-07-27T20:32:17.238Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32562026-07-27T20:32:17.473Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32572026-07-27T20:32:17.572Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32582026-07-27T20:32:17.837Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32592026-07-27T20:32:17.939Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32602026-07-27T20:32:18.096Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32612026-07-27T20:32:18.123Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32622026-07-27T20:32:18.207Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32632026-07-27T20:32:18.628Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32642026-07-27T20:32:18.823Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32652026-07-27T20:32:19.405Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32662026-07-27T20:32:19.430Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32672026-07-27T20:32:20.013Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32682026-07-27T20:32:20.142Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32692026-07-27T20:32:20.167Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32702026-07-27T20:32:20.880Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32712026-07-27T20:32:21.492Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32722026-07-27T20:32:21.882Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32732026-07-27T20:32:22.542Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32742026-07-27T20:32:24.044Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32752026-07-27T20:32:25.841Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32762026-07-27T20:32:26.431Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32772026-07-27T20:32:27.741Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32782026-07-27T20:32:28.168Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32792026-07-27T20:32:29.138Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32802026-07-27T20:32:30.662Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32812026-07-27T20:32:31.392Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32822026-07-27T20:32:33.318Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32832026-07-27T20:32:33.929Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32842026-07-27T20:32:34.720Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32852026-07-27T20:32:35.608Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32862026-07-27T20:32:35.918Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32872026-07-27T20:32:37.631Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
32882026-07-27T20:32:37.852Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32892026-07-27T20:32:39.948Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32902026-07-27T20:32:40.653Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32912026-07-27T20:32:43.542Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32922026-07-27T20:32:44.604Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32932026-07-27T20:32:45.162Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32942026-07-27T20:32:45.935Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32952026-07-27T20:32:46.649Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32962026-07-27T20:32:47.388Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32972026-07-27T20:32:48.127Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32982026-07-27T20:32:49.646Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32992026-07-27T20:32:51.287Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33002026-07-27T20:32:51.493Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33012026-07-27T20:32:52.323Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33022026-07-27T20:32:53.259Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33032026-07-27T20:32:53.425Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33042026-07-27T20:32:54.467Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33052026-07-27T20:32:55.128Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33062026-07-27T20:32:58.119Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33072026-07-27T20:32:59.663Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33082026-07-27T20:33:00.392Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33092026-07-27T20:33:01.283Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33102026-07-27T20:33:02.171Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-07-27T20:33:03.260Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33122026-07-27T20:33:04.051Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33132026-07-27T20:33:05.073Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33142026-07-27T20:33:06.420Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33152026-07-27T20:33:07.506Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33162026-07-27T20:33:08.395Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33172026-07-27T20:33:11.386Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33182026-07-27T20:33:11.658Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33192026-07-27T20:33:12.535Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33202026-07-27T20:33:13.867Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33212026-07-27T20:33:16.496Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33222026-07-27T20:33:17.096Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33232026-07-27T20:33:18.861Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33242026-07-27T20:33:20.263Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33252026-07-27T20:33:21.990Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33262026-07-27T20:33:23.612Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33272026-07-27T20:33:25.220Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33282026-07-27T20:33:26.751Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33292026-07-27T20:33:31.604Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33302026-07-27T20:33:31.875Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33312026-07-27T20:33:33.510Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33322026-07-27T20:33:33.540Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33332026-07-27T20:33:35.374Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33342026-07-27T20:33:36.937Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33352026-07-27T20:33:38.853Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33362026-07-27T20:33:40.868Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33372026-07-27T20:33:42.604Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33382026-07-27T20:33:44.311Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33392026-07-27T20:33:45.962Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33402026-07-27T20:33:48.116Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33412026-07-27T20:33:49.545Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33422026-07-27T20:33:53.078Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33432026-07-27T20:33:54.770Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33442026-07-27T20:33:56.479Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33452026-07-27T20:33:57.950Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33462026-07-27T20:33:59.573Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33472026-07-27T20:34:01.867Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33482026-07-27T20:34:03.314Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33492026-07-27T20:34:07.207Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33502026-07-27T20:34:09.087Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512026-07-27T20:34:10.793Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33522026-07-27T20:34:12.685Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33532026-07-27T20:34:14.718Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33542026-07-27T20:34:16.547Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33552026-07-27T20:34:18.589Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33562026-07-27T20:34:21.841Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33572026-07-27T20:34:22.797Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33582026-07-27T20:34:24.699Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33592026-07-27T20:34:27.282Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33602026-07-27T20:34:30.179Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33612026-07-27T20:34:32.123Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33622026-07-27T20:34:34.433Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33632026-07-27T20:34:36.595Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33642026-07-27T20:34:38.990Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33652026-07-27T20:34:41.825Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33662026-07-27T20:34:44.264Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33672026-07-27T20:34:46.243Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33682026-07-27T20:34:48.525Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33692026-07-27T20:34:50.870Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33702026-07-27T20:34:53.213Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33712026-07-27T20:34:55.627Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33722026-07-27T20:34:58.006Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33732026-07-27T20:35:00.391Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33742026-07-27T20:35:02.844Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-07-27T20:35:05.258Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33762026-07-27T20:35:07.572Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33772026-07-27T20:35:10.086Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33782026-07-27T20:35:12.524Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-07-27T20:35:14.933Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33802026-07-27T20:35:17.461Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33812026-07-27T20:35:19.875Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33822026-07-27T20:35:22.337Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33832026-07-27T20:35:24.806Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33842026-07-27T20:35:27.249Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33852026-07-27T20:35:29.730Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33862026-07-27T20:35:32.190Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33872026-07-27T20:35:34.675Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33882026-07-27T20:35:37.084Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33892026-07-27T20:35:39.607Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33902026-07-27T20:35:41.947Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33912026-07-27T20:35:44.492Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33922026-07-27T20:35:46.899Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33932026-07-27T20:35:49.921Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33942026-07-27T20:35:52.135Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33952026-07-27T20:35:54.666Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33962026-07-27T20:35:57.205Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33972026-07-27T20:36:00.056Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33982026-07-27T20:36:02.420Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33992026-07-27T20:36:05.020Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-07-27T20:36:07.617Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34012026-07-27T20:36:10.097Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34022026-07-27T20:36:12.808Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34032026-07-27T20:36:15.302Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34042026-07-27T20:36:18.195Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34052026-07-27T20:36:20.290Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34062026-07-27T20:36:22.913Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34072026-07-27T20:36:25.625Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34082026-07-27T20:36:28.192Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34092026-07-27T20:36:31.014Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34102026-07-27T20:36:33.651Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34112026-07-27T20:36:36.251Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34122026-07-27T20:36:41.900Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-07-27T20:36:41.900Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34142026-07-27T20:36:44.259Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34152026-07-27T20:36:47.009Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34162026-07-27T20:36:50.061Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34172026-07-27T20:36:52.592Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34182026-07-27T20:36:55.254Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34192026-07-27T20:37:03.073Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34202026-07-27T20:37:03.125Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34212026-07-27T20:37:06.554Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34222026-07-27T20:37:11.357Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34232026-07-27T20:37:14.471Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34242026-07-27T20:37:18.169Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34252026-07-27T20:37:21.839Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34262026-07-27T20:37:25.793Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34272026-07-27T20:37:29.304Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34282026-07-27T20:37:33.116Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34292026-07-27T20:37:36.883Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34302026-07-27T20:37:40.652Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34312026-07-27T20:37:44.341Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34322026-07-27T20:37:48.099Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-07-27T20:37:51.928Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-07-27T20:37:55.692Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34352026-07-27T20:37:59.426Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34362026-07-27T20:38:03.280Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34372026-07-27T20:38:06.953Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34382026-07-27T20:38:10.825Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34392026-07-27T20:38:14.529Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34402026-07-27T20:38:18.392Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34412026-07-27T20:38:22.213Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34422026-07-27T20:38:52.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 08s
34432026-07-27T20:38:52.283Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34442026-07-27T20:38:52.283Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34452026-07-27T20:38:52.446Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files
34462026-07-27T20:38:52.553Z
34472026-07-27T20:38:52.553Zreal 7:09.076877104
34482026-07-27T20:38:52.553Zuser 18:53.763244415
34492026-07-27T20:38:52.558Zsys 4:05.189780745
34502026-07-27T20:38:52.558Ztrap 0.274171169
34512026-07-27T20:38:52.558Ztflt 0.008470292
34522026-07-27T20:38:52.559Zdflt 0.081643117
34532026-07-27T20:38:52.559Zkflt 0.000028320
34542026-07-27T20:38:52.559Zlock 6:54:07.388338279
34552026-07-27T20:38:52.559Zslp 2:24:29.074877633
34562026-07-27T20:38:52.559Zlat 33.355749905
34572026-07-27T20:38:52.559Zstop 2:10.134605108
34582026-07-27T20:38:52.559Zprocess exited: duration 849226 ms, exit code 0
 
34592026-07-27T20:38:52.567Zfound 0 output files