01KVY2J85XJAEQS704J2K58G4Z: clippy (helios)

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

Buildomat Job: 01KVY2JRJYRD9R8ZEJ23VF39S4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:24:44.705Zjob assigned to worker 01KVY2K2Y09C5Y8AB3QECF14Q4 [factory aws, i-04a66ebeb2428f53d] (queued for 53 s)
 
22026-06-25T00:24:50.803Zstarting task 0: "setup"
32026-06-25T00:24:50.808Z++ uname -s
42026-06-25T00:24:50.812Z+ kern=SunOS
52026-06-25T00:24:50.812Z+ build_user=build
62026-06-25T00:24:50.812Z+ build_uid=12345
72026-06-25T00:24:50.812Z+ work_dir=/work
82026-06-25T00:24:50.812Z+ input_dir=/input
92026-06-25T00:24:50.812Z+ [[ 0 == 12345 ]]
102026-06-25T00:24:50.812Z+ case "$kern" in
112026-06-25T00:24:50.812Z+ groupadd -g 12345 build
122026-06-25T00:24:50.812Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:24:52.818Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:24:52.966Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:24:52.971Z+ home_fs=zfs
162026-06-25T00:24:52.971Z+ [[ zfs == autofs ]]
172026-06-25T00:24:52.971Z+ mkdir -p /home/build
182026-06-25T00:24:52.971Z+ chown build:build /home/build /work
192026-06-25T00:24:54.971Z+ chmod 0700 /home/build /work
202026-06-25T00:24:54.974Zprocess exited: duration 4172 ms, exit code 0
 
212026-06-25T00:24:54.981Zstarting task 1: "rust-toolchain"
222026-06-25T00:24:54.985Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:24:54.986Z * rust toolchain channel = "1.96.0"
242026-06-25T00:24:54.986Z * rust toolchain profile = "default"
252026-06-25T00:24:54.986Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T00:24:54.986Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:24:54.986Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:24:54.990Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:24:54.990Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:24:55.068Zinfo: downloading installer
312026-06-25T00:24:56.621Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:24:56.621Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:24:56.622Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:24:56.622Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:24:56.633Zinfo: profile set to default
362026-06-25T00:24:56.633Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:24:56.636Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:24:56.792Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:24:56.792Zinfo: downloading 6 components
402026-06-25T00:25:12.770Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:25:12.771Z
422026-06-25T00:25:12.797Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:25:12.797Z
442026-06-25T00:25:12.809Z
452026-06-25T00:25:12.810ZRust is installed now. Great!
462026-06-25T00:25:12.810Z
472026-06-25T00:25:12.810ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:25:12.810Zenvironment variable. This has not been done automatically.
492026-06-25T00:25:12.810Z
502026-06-25T00:25:12.810ZTo configure your current shell, you need to source
512026-06-25T00:25:12.810Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:25:12.810Z
532026-06-25T00:25:12.810ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:25:12.810Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:25:12.810Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:25:12.810Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:25:12.810Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:25:12.810Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:25:12.810Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:25:12.810Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:25:12.810Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:25:12.889Z+ rustup --version
632026-06-25T00:25:12.900Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:25:12.908Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:25:12.919Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:25:12.923Z+ cargo --version
672026-06-25T00:25:12.936Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:25:12.939Z+ rustc --version
692026-06-25T00:25:12.956Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:25:12.960Zprocess exited: duration 17977 ms, exit code 0
 
712026-06-25T00:25:12.968Zstarting task 2: "authentication"
722026-06-25T00:25:12.984Zprocess exited: duration 18 ms, exit code 0
 
732026-06-25T00:25:12.990Zstarting task 3: "clone repository"
742026-06-25T00:25:12.994Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T00:25:12.997Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T00:25:13.026ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T00:25:22.873Z+ cd /work/oxidecomputer/omicron
782026-06-25T00:25:22.873Z+ git fetch origin e5381fe59782a53d220d0a97276fbf81f5c2a285
792026-06-25T00:25:23.146ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T00:25:23.146Z * branch e5381fe59782a53d220d0a97276fbf81f5c2a285 -> FETCH_HEAD
812026-06-25T00:25:23.157Z+ [[ -n value-update-poc ]]
822026-06-25T00:25:23.161Z++ git branch --show-current
832026-06-25T00:25:23.161Z+ current=main
842026-06-25T00:25:23.161Z+ [[ main != value-update-poc ]]
852026-06-25T00:25:23.161Z+ git branch -f value-update-poc e5381fe59782a53d220d0a97276fbf81f5c2a285
862026-06-25T00:25:23.165Z+ git checkout -f value-update-poc
872026-06-25T00:25:23.401ZSwitched to branch 'value-update-poc'
882026-06-25T00:25:23.405Z+ git reset --hard e5381fe59782a53d220d0a97276fbf81f5c2a285
892026-06-25T00:25:23.426ZHEAD is now at e5381fe59 rename LLM-ish update_value_semantics to strict_put_bodies
902026-06-25T00:25:23.430Zprocess exited: duration 10436 ms, exit code 0
 
912026-06-25T00:25:23.436Zstarting task 4: "build"
922026-06-25T00:25:23.441Z+ source ./env.sh
932026-06-25T00:25:23.441Z++ OLD_SHELL_OPTS=ehxB
942026-06-25T00:25:23.441Z++ set -o xtrace
952026-06-25T00:25:23.448Z++++ dirname ./env.sh
962026-06-25T00:25:23.448Z+++ readlink -f .
972026-06-25T00:25:23.448Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-25T00:25:23.448Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-25T00:25:23.448Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-25T00:25:23.449Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-25T00:25:23.449Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-25T00:25:23.449Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-25T00:25:23.449Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-25T00:25:23.449Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-25T00:25:23.449Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-25T00:25:23.449Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-25T00:25:23.449Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-25T00:25:23.449Z++ case $OLD_SHELL_OPTS in
1092026-06-25T00:25:23.449Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-25T00:25:23.449Z+ source .github/buildomat/ci-env.sh
1112026-06-25T00:25:23.449Z++ export CARGO_TERM_COLOR=always
1122026-06-25T00:25:23.449Z++ CARGO_TERM_COLOR=always
1132026-06-25T00:25:23.449Z+ cargo --version
1142026-06-25T00:25:23.457Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-25T00:25:23.460Z+ rustc --version
1162026-06-25T00:25:23.480Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-25T00:25:23.483Z+ banner prerequisites
1182026-06-25T00:25:23.487Z
1192026-06-25T00:25:23.487Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-25T00:25:23.487Z # # # # # # # # # # # # # # #
1212026-06-25T00:25:23.487Z # # # # ##### # # ##### # # # # # #### #
1222026-06-25T00:25:23.487Z ##### ##### # ##### # # # # # # # # #
1232026-06-25T00:25:23.487Z # # # # # # # # # # # # # # #
1242026-06-25T00:25:23.487Z # # # ###### # # ###### ### # #### # #### #
1252026-06-25T00:25:23.487Z
1262026-06-25T00:25:23.487Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-25T00:25:25.671Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-25T00:25:25.773Z Startup: Caching catalogs ... Done
1292026-06-25T00:25:26.238ZPlanning: Solver setup ... Done (0.422s)
1302026-06-25T00:25:26.269ZPlanning: Running solver ... Done (0.024s)
1312026-06-25T00:25:26.273ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-25T00:25:26.693ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-25T00:25:27.128ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-25T00:25:27.142ZPlanning: Package planning ... Done (0.014s)
1352026-06-25T00:25:27.145ZPlanning: Merging actions ... Done (0.002s)
1362026-06-25T00:25:27.309ZPlanning: Checking for conflicting actions ... Done (0.164s)
1372026-06-25T00:25:27.319ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-25T00:25:28.119ZPlanning: Evaluating mediators ... Done (0.809s)
1392026-06-25T00:25:28.123ZPlanning: Planning completed in 2.33 seconds
1402026-06-25T00:25:28.128Z Packages to install: 2
1412026-06-25T00:25:28.128Z Estimated space available: 156.06 GB
1422026-06-25T00:25:28.128ZEstimated space to be consumed: 29.57 MB
1432026-06-25T00:25:28.131Z Create boot environment: No
1442026-06-25T00:25:28.131ZCreate backup boot environment: No
1452026-06-25T00:25:28.131Z Rebuild boot archive: No
1462026-06-25T00:25:28.131Z
1472026-06-25T00:25:28.131ZChanged packages:
1482026-06-25T00:25:28.131Zhelios
1492026-06-25T00:25:28.131Z developer/build-essential
1502026-06-25T00:25:28.131Z None -> 11-3.0
1512026-06-25T00:25:28.131Z library/libxmlsec1
1522026-06-25T00:25:28.131Z None -> 1.2.35-3.0
1532026-06-25T00:25:28.152Z
1542026-06-25T00:25:28.152ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-25T00:25:28.672ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1562026-06-25T00:25:28.750Z Actions: 1/268 actions (Installing new actions)
1572026-06-25T00:25:28.788Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-25T00:25:28.798ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-25T00:25:28.801ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-25T00:25:28.828ZFinalize: Updating image state ... Done (0.029s)
1612026-06-25T00:25:31.265ZFinalize: Creating fast lookup database ... Done (2.414s)
1622026-06-25T00:25:31.334ZFinalize: Reading search index ... Done (0.012s)
1632026-06-25T00:25:31.337ZFinalize: Updating search index ... Done (0.000s)
1642026-06-25T00:25:31.416ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-25T00:25:31.726ZPlanning: Evaluating mediator changes ... Done
1662026-06-25T00:25:31.831ZPlanning: Checking for conflicting actions ... Done
1672026-06-25T00:25:31.834ZPlanning: Consolidating action changes ... Done
1682026-06-25T00:25:31.992ZPlanning: Evaluating mediators ... Done
1692026-06-25T00:25:31.996ZPlanning: Planning completed in 0.26 seconds
1702026-06-25T00:25:32.013Z Mediators to change: 2
1712026-06-25T00:25:32.013Z Create boot environment: No
1722026-06-25T00:25:32.013ZCreate backup boot environment: No
1732026-06-25T00:25:32.055ZFinalize: Updating package state database ... Done
1742026-06-25T00:25:32.056ZFinalize: Updating package cache ... Done
1752026-06-25T00:25:32.070ZFinalize: Updating image state ... Done
1762026-06-25T00:25:34.037ZFinalize: Creating fast lookup database ... Done
1772026-06-25T00:25:34.099ZFinalize: Reading search index ... Done
1782026-06-25T00:25:34.099ZFinalize: Updating search index ... Done
1792026-06-25T00:25:34.154ZFinalize: Updating package cache ... Done
1802026-06-25T00:25:34.439ZPlanning: Evaluating mediator changes ... Done
1812026-06-25T00:25:34.545ZPlanning: Checking for conflicting actions ... Done
1822026-06-25T00:25:34.549ZPlanning: Consolidating action changes ... Done
1832026-06-25T00:25:34.703ZPlanning: Evaluating mediators ... Done
1842026-06-25T00:25:34.706ZPlanning: Planning completed in 0.27 seconds
1852026-06-25T00:25:34.727Z Mediators to change: 1
1862026-06-25T00:25:34.727Z Create boot environment: No
1872026-06-25T00:25:34.727ZCreate backup boot environment: No
1882026-06-25T00:25:34.763ZFinalize: Updating package state database ... Done
1892026-06-25T00:25:34.764ZFinalize: Updating package cache ... Done
1902026-06-25T00:25:34.778ZFinalize: Updating image state ... Done
1912026-06-25T00:25:36.752ZFinalize: Creating fast lookup database ... Done
1922026-06-25T00:25:36.818ZFinalize: Reading search index ... Done
1932026-06-25T00:25:36.821ZFinalize: Updating search index ... Done
1942026-06-25T00:25:36.864ZFinalize: Updating package cache ... Done
1952026-06-25T00:25:37.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-25T00:25:37.176Zapache system 2.4 system
1972026-06-25T00:25:37.176Zclang system 15 system
1982026-06-25T00:25:37.176Zcsh system system illumos
1992026-06-25T00:25:37.176Zctags system system illumos
2002026-06-25T00:25:37.176Zfile vendor vendor darwinsys
2012026-06-25T00:25:37.176Zfile system system illumos
2022026-06-25T00:25:37.176Zgcc vendor 14 vendor
2032026-06-25T00:25:37.176Zgcc system 13 system
2042026-06-25T00:25:37.176Zgcc system 10 system
2052026-06-25T00:25:37.176Zgo system 1.25 system
2062026-06-25T00:25:37.176Zllvm system 15 system
2072026-06-25T00:25:37.176Zmariadb system 11.4 system
2082026-06-25T00:25:37.176Zmta vendor vendor dma
2092026-06-25T00:25:37.176Zopenjdk system 17 system
2102026-06-25T00:25:37.176Zopenjdk system 11 system
2112026-06-25T00:25:37.177Zopenssl vendor 3 vendor
2122026-06-25T00:25:37.177Zperl system 5.40 system
2132026-06-25T00:25:37.177Zpostgresql system 18 system
2142026-06-25T00:25:37.177Zpostgresql system 17 system
2152026-06-25T00:25:37.177Zpython vendor 3 vendor
2162026-06-25T00:25:37.177Zpython system 2 system
2172026-06-25T00:25:37.177Zpython3 vendor 3.13 vendor
2182026-06-25T00:25:37.177Zruby system 3.4 system
2192026-06-25T00:25:37.177Zruby system 3.0 system
2202026-06-25T00:25:37.177Zwords vendor vendor american-english
2212026-06-25T00:25:37.177Zwords system system australian-english
2222026-06-25T00:25:37.177Zwords system system british-english
2232026-06-25T00:25:37.177Zwords system system canadian-english
2242026-06-25T00:25:37.177Zwords system system french
2252026-06-25T00:25:37.177Zwords system system italian
2262026-06-25T00:25:37.177Zwords system system ngerman
2272026-06-25T00:25:37.177Zwords system system ogerman
2282026-06-25T00:25:37.177Zwords system system spanish
2292026-06-25T00:25:37.429ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-25T00:25:37.429Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-25T00:25:37.729ZFMRI IFO
2322026-06-25T00:25:37.729Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-25T00:25:37.729Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-25T00:25:37.729Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-25T00:25:37.729Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-25T00:25:37.729Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-25T00:25:37.729Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-25T00:25:37.729Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-25T00:25:37.729Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-25T00:25:37.729Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-25T00:25:37.979Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-25T00:25:38.241Z Updating crates.io index
2432026-06-25T00:25:38.244Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-25T00:25:38.474Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-25T00:25:38.750Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-25T00:25:39.005Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-25T00:25:39.833Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-25T00:25:40.351Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-25T00:25:42.219Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-25T00:25:42.940Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-25T00:25:43.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-25T00:25:44.231Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-25T00:25:44.462Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-25T00:25:44.752Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-25T00:25:44.993Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-25T00:25:45.390Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-25T00:25:45.858Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-25T00:25:46.252Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-25T00:25:46.477Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-25T00:25:46.715Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-25T00:25:47.021Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-25T00:25:47.242Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-25T00:25:47.446Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-25T00:25:47.674Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-25T00:25:47.998Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-25T00:25:48.327Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-25T00:25:48.569Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-25T00:25:48.969Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-25T00:25:49.216Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-25T00:25:49.519Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-25T00:25:49.749Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-25T00:25:49.991Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-25T00:25:50.359Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-25T00:25:50.712Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-25T00:25:51.102Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-25T00:25:51.358Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-25T00:25:51.606Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-25T00:25:51.872Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-25T00:25:52.311Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-25T00:25:52.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-25T00:25:52.799Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-25T00:25:53.058Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-25T00:25:55.644Z Downloading crates ...
2842026-06-25T00:25:55.706Z Downloaded cargo_metadata v0.21.0
2852026-06-25T00:25:55.713Z Downloaded heck v0.4.1
2862026-06-25T00:25:55.717Z Downloaded idna_adapter v1.2.1
2872026-06-25T00:25:55.717Z Downloaded idna v1.1.0
2882026-06-25T00:25:55.743Z Downloaded block-buffer v0.10.4
2892026-06-25T00:25:55.743Z Downloaded anstyle-query v1.1.5
2902026-06-25T00:25:55.743Z Downloaded textwrap v0.16.2
2912026-06-25T00:25:55.743Z Downloaded pest_meta v2.8.6
2922026-06-25T00:25:55.743Z Downloaded yoke-derive v0.8.1
2932026-06-25T00:25:55.743Z Downloaded thiserror v1.0.69
2942026-06-25T00:25:55.743Z Downloaded heck v0.5.0
2952026-06-25T00:25:55.743Z Downloaded usdt-attr-macro v0.5.0
2962026-06-25T00:25:55.743Z Downloaded byteorder v1.5.0
2972026-06-25T00:25:55.743Z Downloaded zerofrom v0.1.6
2982026-06-25T00:25:55.743Z Downloaded version_check v0.9.5
2992026-06-25T00:25:55.743Z Downloaded utf8parse v0.2.2
3002026-06-25T00:25:55.743Z Downloaded usdt-macro v0.5.0
3012026-06-25T00:25:55.743Z Downloaded cargo-util-schemas v0.8.2
3022026-06-25T00:25:55.747Z Downloaded zerofrom-derive v0.1.6
3032026-06-25T00:25:55.748Z Downloaded thiserror v2.0.18
3042026-06-25T00:25:55.748Z Downloaded thread-id v4.2.2
3052026-06-25T00:25:55.751Z Downloaded dof v0.3.0
3062026-06-25T00:25:55.751Z Downloaded toml_write v0.1.2
3072026-06-25T00:25:55.751Z Downloaded usdt v0.5.0
3082026-06-25T00:25:55.754Z Downloaded unicode-xid v0.2.6
3092026-06-25T00:25:55.754Z Downloaded unicode-linebreak v0.1.5
3102026-06-25T00:25:55.757Z Downloaded hashbrown v0.17.0
3112026-06-25T00:25:55.757Z Downloaded anstyle v1.0.14
3122026-06-25T00:25:55.761Z Downloaded camino v1.2.2
3132026-06-25T00:25:55.765Z Downloaded utf8_iter v1.0.4
3142026-06-25T00:25:55.769Z Downloaded anyhow v1.0.102
3152026-06-25T00:25:55.769Z Downloaded colorchoice v1.0.4
3162026-06-25T00:25:55.769Z Downloaded typeid v1.0.3
3172026-06-25T00:25:55.773Z Downloaded zerovec-derive v0.11.2
3182026-06-25T00:25:55.773Z Downloaded toml_datetime v0.6.11
3192026-06-25T00:25:55.773Z Downloaded yoke v0.8.1
3202026-06-25T00:25:55.776Z Downloaded thiserror-impl v1.0.69
3212026-06-25T00:25:55.779Z Downloaded tinystr v0.8.2
3222026-06-25T00:25:55.782Z Downloaded writeable v0.6.2
3232026-06-25T00:25:55.782Z Downloaded toml v0.8.23
3242026-06-25T00:25:55.782Z Downloaded thiserror-impl v2.0.18
3252026-06-25T00:25:55.785Z Downloaded ucd-trie v0.1.7
3262026-06-25T00:25:55.785Z Downloaded swrite v0.1.0
3272026-06-25T00:25:55.785Z Downloaded dtrace-parser v0.2.0
3282026-06-25T00:25:55.788Z Downloaded cpufeatures v0.2.17
3292026-06-25T00:25:55.788Z Downloaded cargo-platform v0.2.0
3302026-06-25T00:25:55.788Z Downloaded cfg-if v1.0.4
3312026-06-25T00:25:55.791Z Downloaded proc-macro-error-attr v1.0.4
3322026-06-25T00:25:55.791Z Downloaded memmap v0.7.0
3332026-06-25T00:25:55.791Z Downloaded terminal_size v0.4.3
3342026-06-25T00:25:55.794Z Downloaded generic-array v0.14.7
3352026-06-25T00:25:55.794Z Downloaded fnv v1.0.7
3362026-06-25T00:25:55.794Z Downloaded itoa v1.0.17
3372026-06-25T00:25:55.798Z Downloaded zmij v1.0.21
3382026-06-25T00:25:55.801Z Downloaded zerocopy-derive v0.7.35
3392026-06-25T00:25:55.809Z Downloaded usdt-impl v0.5.0
3402026-06-25T00:25:55.809Z Downloaded unicode-ident v1.0.24
3412026-06-25T00:25:55.809Z Downloaded typenum v1.19.0
3422026-06-25T00:25:55.809Z Downloaded crypto-common v0.1.7
3432026-06-25T00:25:55.809Z Downloaded toml_edit v0.22.27
3442026-06-25T00:25:55.813Z Downloaded plain v0.2.3
3452026-06-25T00:25:55.813Z Downloaded is_terminal_polyfill v1.70.2
3462026-06-25T00:25:55.813Z Downloaded errno v0.3.14
3472026-06-25T00:25:55.813Z Downloaded url v2.5.8
3482026-06-25T00:25:55.816Z Downloaded tabled_derive v0.7.0
3492026-06-25T00:25:55.816Z Downloaded zerotrie v0.2.3
3502026-06-25T00:25:55.819Z Downloaded pretty-hex v0.4.1
3512026-06-25T00:25:55.819Z Downloaded equivalent v1.0.2
3522026-06-25T00:25:55.822Z Downloaded serde_spanned v0.6.9
3532026-06-25T00:25:55.825Z Downloaded macaddr v1.0.1
3542026-06-25T00:25:55.829Z Downloaded scroll_derive v0.12.1
3552026-06-25T00:25:55.832Z Downloaded zerovec v0.11.5
3562026-06-25T00:25:55.835Z Downloaded clap_lex v1.0.0
3572026-06-25T00:25:55.838Z Downloaded form_urlencoded v1.2.2
3582026-06-25T00:25:55.841Z Downloaded strsim v0.11.1
3592026-06-25T00:25:55.841Z Downloaded zerocopy v0.7.35
3602026-06-25T00:25:55.848Z Downloaded ordered-float v2.10.1
3612026-06-25T00:25:55.851Z Downloaded cargo_toml v0.21.0
3622026-06-25T00:25:55.851Z Downloaded winnow v0.7.14
3632026-06-25T00:25:55.855Z Downloaded percent-encoding v2.3.2
3642026-06-25T00:25:55.858Z Downloaded unicode-width v0.2.0
3652026-06-25T00:25:55.861Z Downloaded stable_deref_trait v1.2.1
3662026-06-25T00:25:55.861Z Downloaded potential_utf v0.1.4
3672026-06-25T00:25:55.861Z Downloaded icu_collections v2.1.1
3682026-06-25T00:25:55.864Z Downloaded unicode-width v0.1.14
3692026-06-25T00:25:55.867Z Downloaded smawk v0.3.2
3702026-06-25T00:25:55.867Z Downloaded fastrand v2.3.0
3712026-06-25T00:25:55.867Z Downloaded digest v0.10.7
3722026-06-25T00:25:55.870Z Downloaded anstyle-parse v1.0.0
3732026-06-25T00:25:55.870Z Downloaded icu_normalizer_data v2.1.1
3742026-06-25T00:25:55.870Z Downloaded bytecount v0.6.9
3752026-06-25T00:25:55.873Z Downloaded autocfg v1.5.0
3762026-06-25T00:25:55.873Z Downloaded anstream v1.0.0
3772026-06-25T00:25:55.874Z Downloaded synstructure v0.13.2
3782026-06-25T00:25:55.876Z Downloaded serde-value v0.7.0
3792026-06-25T00:25:55.876Z Downloaded scroll v0.12.0
3802026-06-25T00:25:55.885Z Downloaded proc-macro-error v1.0.4
3812026-06-25T00:25:55.888Z Downloaded serde-untagged v0.1.9
3822026-06-25T00:25:55.891Z Downloaded camino-tempfile v1.4.1
3832026-06-25T00:25:55.891Z Downloaded clap v4.6.1
3842026-06-25T00:25:55.895Z Downloaded displaydoc v0.2.5
3852026-06-25T00:25:55.898Z Downloaded fs-err v3.3.0
3862026-06-25T00:25:55.901Z Downloaded erased-serde v0.4.9
3872026-06-25T00:25:55.904Z Downloaded serde_tokenstream v0.2.3
3882026-06-25T00:25:55.904Z Downloaded tempfile v3.25.0
3892026-06-25T00:25:55.908Z Downloaded pest_generator v2.8.6
3902026-06-25T00:25:55.911Z Downloaded clap_builder v4.6.0
3912026-06-25T00:25:55.914Z Downloaded litemap v0.8.1
3922026-06-25T00:25:55.917Z Downloaded semver v1.0.28
3932026-06-25T00:25:55.920Z Downloaded once_cell v1.21.3
3942026-06-25T00:25:55.924Z Downloaded clap_derive v4.6.1
3952026-06-25T00:25:55.927Z Downloaded pest_derive v2.8.6
3962026-06-25T00:25:55.930Z Downloaded smallvec v1.15.1
3972026-06-25T00:25:55.933Z Downloaded icu_provider v2.1.1
3982026-06-25T00:25:55.934Z Downloaded quote v1.0.45
3992026-06-25T00:25:55.939Z Downloaded sha2 v0.10.9
4002026-06-25T00:25:55.943Z Downloaded num-traits v0.2.19
4012026-06-25T00:25:55.943Z Downloaded proc-macro2 v1.0.106
4022026-06-25T00:25:55.946Z Downloaded getrandom v0.4.1
4032026-06-25T00:25:55.946Z Downloaded papergrid v0.11.0
4042026-06-25T00:25:55.949Z Downloaded icu_properties v2.1.2
4052026-06-25T00:25:55.952Z Downloaded icu_normalizer v2.1.1
4062026-06-25T00:25:55.955Z Downloaded icu_locale_core v2.1.1
4072026-06-25T00:25:55.958Z Downloaded log v0.4.29
4082026-06-25T00:25:55.962Z Downloaded serde_derive v1.0.228
4092026-06-25T00:25:55.965Z Downloaded bitflags v2.11.0
4102026-06-25T00:25:55.971Z Downloaded indexmap v2.14.0
4112026-06-25T00:25:55.977Z Downloaded serde v1.0.228
4122026-06-25T00:25:55.980Z Downloaded serde_core v1.0.228
4132026-06-25T00:25:55.983Z Downloaded memchr v2.8.0
4142026-06-25T00:25:56.004Z Downloaded pest v2.8.6
4152026-06-25T00:25:56.017Z Downloaded icu_properties_data v2.1.2
4162026-06-25T00:25:56.022Z Downloaded serde_json v1.0.149
4172026-06-25T00:25:56.025Z Downloaded goblin v0.8.2
4182026-06-25T00:25:56.045Z Downloaded tabled v0.15.0
4192026-06-25T00:25:56.051Z Downloaded syn v1.0.109
4202026-06-25T00:25:56.063Z Downloaded syn v2.0.117
4212026-06-25T00:25:56.080Z Downloaded rustix v1.1.3
4222026-06-25T00:25:56.115Z Downloaded libc v0.2.185
4232026-06-25T00:25:56.179Z Compiling proc-macro2 v1.0.106
4242026-06-25T00:25:56.179Z Compiling unicode-ident v1.0.24
4252026-06-25T00:25:56.179Z Compiling quote v1.0.45
4262026-06-25T00:25:56.179Z Compiling serde_core v1.0.228
4272026-06-25T00:25:56.179Z Compiling libc v0.2.185
4282026-06-25T00:25:56.179Z Compiling version_check v0.9.5
4292026-06-25T00:25:56.182Z Compiling serde v1.0.228
4302026-06-25T00:25:56.182Z Compiling stable_deref_trait v1.2.1
4312026-06-25T00:25:56.479Z Compiling memchr v2.8.0
4322026-06-25T00:25:56.495Z Compiling zmij v1.0.21
4332026-06-25T00:25:56.734Z Compiling thiserror v1.0.69
4342026-06-25T00:25:56.765Z Compiling ucd-trie v0.1.7
4352026-06-25T00:25:57.056Z Compiling itoa v1.0.17
4362026-06-25T00:25:57.071Z Compiling autocfg v1.5.0
4372026-06-25T00:25:57.137Z Compiling pest v2.8.6
4382026-06-25T00:25:57.153Z Compiling litemap v0.8.1
4392026-06-25T00:25:57.238Z Compiling writeable v0.6.2
4402026-06-25T00:25:57.304Z Compiling icu_normalizer_data v2.1.1
4412026-06-25T00:25:57.361Z Compiling byteorder v1.5.0
4422026-06-25T00:25:57.491Z Compiling rustix v1.1.3
4432026-06-25T00:25:57.604Z Compiling icu_properties_data v2.1.2
4442026-06-25T00:25:57.710Z Compiling syn v2.0.117
4452026-06-25T00:25:57.748Z Compiling errno v0.3.14
4462026-06-25T00:25:57.812Z Compiling serde_json v1.0.149
4472026-06-25T00:25:57.887Z Compiling bitflags v2.11.0
4482026-06-25T00:25:58.036Z Compiling num-traits v0.2.19
4492026-06-25T00:25:58.098Z Compiling equivalent v1.0.2
4502026-06-25T00:25:58.114Z Compiling hashbrown v0.17.0
4512026-06-25T00:25:58.202Z Compiling pest_meta v2.8.6
4522026-06-25T00:25:58.228Z Compiling smallvec v1.15.1
4532026-06-25T00:25:58.439Z Compiling typeid v1.0.3
4542026-06-25T00:25:58.619Z Compiling indexmap v2.14.0
4552026-06-25T00:25:58.692Z Compiling thread-id v4.2.2
4562026-06-25T00:25:58.754Z Compiling proc-macro-error-attr v1.0.4
4572026-06-25T00:25:58.775Z Compiling usdt-impl v0.5.0
4582026-06-25T00:25:58.828Z Compiling erased-serde v0.4.9
4592026-06-25T00:25:58.931Z Compiling toml_write v0.1.2
4602026-06-25T00:25:59.089Z Compiling syn v1.0.109
4612026-06-25T00:25:59.124Z Compiling winnow v0.7.14
4622026-06-25T00:25:59.351Z Compiling proc-macro-error v1.0.4
4632026-06-25T00:25:59.459Z Compiling thiserror v2.0.18
4642026-06-25T00:25:59.536Z Compiling utf8_iter v1.0.4
4652026-06-25T00:25:59.691Z Compiling log v0.4.29
4662026-06-25T00:25:59.789Z Compiling camino v1.2.2
4672026-06-25T00:25:59.809Z Compiling percent-encoding v2.3.2
4682026-06-25T00:25:59.837Z Compiling utf8parse v0.2.2
4692026-06-25T00:25:59.880Z Compiling plain v0.2.3
4702026-06-25T00:25:59.953Z Compiling getrandom v0.4.1
4712026-06-25T00:25:59.996Z Compiling form_urlencoded v1.2.2
4722026-06-25T00:26:00.013Z Compiling anstyle-parse v1.0.0
4732026-06-25T00:26:00.151Z Compiling ordered-float v2.10.1
4742026-06-25T00:26:00.298Z Compiling terminal_size v0.4.3
4752026-06-25T00:26:00.325Z Compiling synstructure v0.13.2
4762026-06-25T00:26:00.435Z Compiling pest_generator v2.8.6
4772026-06-25T00:26:00.622Z Compiling anstyle-query v1.1.5
4782026-06-25T00:26:00.655Z Compiling pretty-hex v0.4.1
4792026-06-25T00:26:00.686Z Compiling colorchoice v1.0.4
4802026-06-25T00:26:00.703Z Compiling anstyle v1.0.14
4812026-06-25T00:26:00.734Z Compiling cfg-if v1.0.4
4822026-06-25T00:26:00.803Z Compiling is_terminal_polyfill v1.70.2
4832026-06-25T00:26:00.918Z Compiling anstream v1.0.0
4842026-06-25T00:26:00.940Z Compiling serde-untagged v0.1.9
4852026-06-25T00:26:00.953Z Compiling semver v1.0.28
4862026-06-25T00:26:01.171Z Compiling fs-err v3.3.0
4872026-06-25T00:26:01.253Z Compiling unicode-width v0.1.14
4882026-06-25T00:26:01.254Z Compiling once_cell v1.21.3
4892026-06-25T00:26:01.318Z Compiling bytecount v0.6.9
4902026-06-25T00:26:01.377Z Compiling fastrand v2.3.0
4912026-06-25T00:26:01.439Z Compiling fnv v1.0.7
4922026-06-25T00:26:01.508Z Compiling anyhow v1.0.102
4932026-06-25T00:26:01.508Z Compiling heck v0.4.1
4942026-06-25T00:26:01.529Z Compiling unicode-xid v0.2.6
4952026-06-25T00:26:01.590Z Compiling clap_lex v1.0.0
4962026-06-25T00:26:01.605Z Compiling strsim v0.11.1
4972026-06-25T00:26:01.650Z Compiling heck v0.5.0
4982026-06-25T00:26:01.684Z Compiling tempfile v3.25.0
4992026-06-25T00:26:01.820Z Compiling clap_builder v4.6.0
5002026-06-25T00:26:01.904Z Compiling papergrid v0.11.0
5012026-06-25T00:26:02.031Z Compiling serde_derive v1.0.228
5022026-06-25T00:26:02.053Z Compiling zerofrom-derive v0.1.6
5032026-06-25T00:26:02.122Z Compiling yoke-derive v0.8.1
5042026-06-25T00:26:02.165Z Compiling zerovec-derive v0.11.2
5052026-06-25T00:26:02.242Z Compiling displaydoc v0.2.5
5062026-06-25T00:26:02.967Z Compiling thiserror-impl v1.0.69
5072026-06-25T00:26:03.263Z Compiling zerocopy-derive v0.7.35
5082026-06-25T00:26:03.290Z Compiling pest_derive v2.8.6
5092026-06-25T00:26:03.406Z Compiling scroll_derive v0.12.1
5102026-06-25T00:26:03.421Z Compiling zerofrom v0.1.6
5112026-06-25T00:26:03.553Z Compiling yoke v0.8.1
5122026-06-25T00:26:03.726Z Compiling zerovec v0.11.5
5132026-06-25T00:26:03.746Z Compiling zerotrie v0.2.3
5142026-06-25T00:26:03.976Z Compiling scroll v0.12.0
5152026-06-25T00:26:04.049Z Compiling thiserror-impl v2.0.18
5162026-06-25T00:26:04.148Z Compiling zerocopy v0.7.35
5172026-06-25T00:26:04.242Z Compiling tinystr v0.8.2
5182026-06-25T00:26:04.273Z Compiling potential_utf v0.1.4
5192026-06-25T00:26:04.366Z Compiling dtrace-parser v0.2.0
5202026-06-25T00:26:04.437Z Compiling icu_locale_core v2.1.1
5212026-06-25T00:26:04.455Z Compiling icu_collections v2.1.1
5222026-06-25T00:26:04.691Z Compiling goblin v0.8.2
5232026-06-25T00:26:04.867Z Compiling tabled_derive v0.7.0
5242026-06-25T00:26:04.953Z Compiling clap_derive v4.6.1
5252026-06-25T00:26:05.106Z Compiling icu_provider v2.1.1
5262026-06-25T00:26:05.331Z Compiling memmap v0.7.0
5272026-06-25T00:26:05.382Z Compiling toml_datetime v0.6.11
5282026-06-25T00:26:05.419Z Compiling icu_normalizer v2.1.1
5292026-06-25T00:26:05.436Z Compiling icu_properties v2.1.2
5302026-06-25T00:26:05.462Z Compiling serde_spanned v0.6.9
5312026-06-25T00:26:05.500Z Compiling dof v0.3.0
5322026-06-25T00:26:05.599Z Compiling toml_edit v0.22.27
5332026-06-25T00:26:05.638Z Compiling serde_tokenstream v0.2.3
5342026-06-25T00:26:05.927Z Compiling serde-value v0.7.0
5352026-06-25T00:26:05.951Z Compiling cargo-platform v0.2.0
5362026-06-25T00:26:06.004Z Compiling smawk v0.3.2
5372026-06-25T00:26:06.149Z Compiling unicode-width v0.2.0
5382026-06-25T00:26:06.224Z Compiling unicode-linebreak v0.1.5
5392026-06-25T00:26:06.319Z Compiling idna_adapter v1.2.1
5402026-06-25T00:26:06.392Z Compiling usdt-macro v0.5.0
5412026-06-25T00:26:06.448Z Compiling idna v1.1.0
5422026-06-25T00:26:06.466Z Compiling usdt-attr-macro v0.5.0
5432026-06-25T00:26:06.484Z Compiling textwrap v0.16.2
5442026-06-25T00:26:06.546Z Compiling tabled v0.15.0
5452026-06-25T00:26:06.698Z Compiling clap v4.6.1
5462026-06-25T00:26:06.789Z Compiling url v2.5.8
5472026-06-25T00:26:07.035Z Compiling macaddr v1.0.1
5482026-06-25T00:26:07.163Z Compiling toml v0.8.23
5492026-06-25T00:26:07.608Z Compiling cargo-util-schemas v0.8.2
5502026-06-25T00:26:07.634Z Compiling cargo_toml v0.21.0
5512026-06-25T00:26:07.712Z Compiling camino-tempfile v1.4.1
5522026-06-25T00:26:07.782Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-25T00:26:07.946Z Compiling usdt v0.5.0
5542026-06-25T00:26:08.043Z Compiling swrite v0.1.0
5552026-06-25T00:26:08.544Z Compiling cargo_metadata v0.21.0
5562026-06-25T00:26:09.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-25T00:26:11.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.71s
5582026-06-25T00:26:11.746Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-25T00:26:12.236Z Downloading crates ...
5602026-06-25T00:26:12.342Z Downloaded ahash v0.8.12
5612026-06-25T00:26:12.346Z Downloaded atomic-waker v1.1.2
5622026-06-25T00:26:12.352Z Downloaded backoff v0.4.0
5632026-06-25T00:26:12.355Z Downloaded bit-set v0.5.3
5642026-06-25T00:26:12.355Z Downloaded arrayvec v0.7.6
5652026-06-25T00:26:12.362Z Downloaded crc32fast v1.5.0
5662026-06-25T00:26:12.366Z Downloaded crc-any v2.5.0
5672026-06-25T00:26:12.369Z Downloaded data-encoding v2.10.0
5682026-06-25T00:26:12.373Z Downloaded darling_macro v0.21.3
5692026-06-25T00:26:12.374Z Downloaded ctr v0.9.2
5702026-06-25T00:26:12.374Z Downloaded crc8 v0.1.1
5712026-06-25T00:26:12.377Z Downloaded blake3 v1.8.5
5722026-06-25T00:26:12.381Z Downloaded dropshot-api-manager-types v0.7.2
5732026-06-25T00:26:12.384Z Downloaded crossbeam-epoch v0.9.18
5742026-06-25T00:26:12.384Z Downloaded async-bb8-diesel v0.2.1
5752026-06-25T00:26:12.387Z Downloaded difflib v0.4.0
5762026-06-25T00:26:12.387Z Downloaded arc-swap v1.8.2
5772026-06-25T00:26:12.392Z Downloaded darling_macro v0.23.0
5782026-06-25T00:26:12.392Z Downloaded cfg_aliases v0.2.1
5792026-06-25T00:26:12.392Z Downloaded adler2 v2.0.1
5802026-06-25T00:26:12.392Z Downloaded aes v0.8.4
5812026-06-25T00:26:12.396Z Downloaded bb8 v0.8.6
5822026-06-25T00:26:12.401Z Downloaded allocator-api2 v0.2.21
5832026-06-25T00:26:12.407Z Downloaded crucible-workspace-hack v0.1.0
5842026-06-25T00:26:12.410Z Downloaded crc-catalog v2.4.0
5852026-06-25T00:26:12.410Z Downloaded defmt v0.3.100
5862026-06-25T00:26:12.413Z Downloaded darling v0.13.4
5872026-06-25T00:26:12.413Z Downloaded daft-derive v0.1.7
5882026-06-25T00:26:12.417Z Downloaded atty v0.2.14
5892026-06-25T00:26:12.417Z Downloaded convert_case v0.4.0
5902026-06-25T00:26:12.420Z Downloaded async-trait v0.1.89
5912026-06-25T00:26:12.423Z Downloaded bitfield-struct v0.6.2
5922026-06-25T00:26:12.423Z Downloaded defmt-parser v1.0.0
5932026-06-25T00:26:12.423Z Downloaded curve25519-dalek-derive v0.1.1
5942026-06-25T00:26:12.427Z Downloaded async-stream-impl v0.3.6
5952026-06-25T00:26:12.431Z Downloaded darling v0.23.0
5962026-06-25T00:26:12.434Z Downloaded darling_macro v0.13.4
5972026-06-25T00:26:12.434Z Downloaded arrayref v0.3.9
5982026-06-25T00:26:12.437Z Downloaded ciborium-io v0.2.2
5992026-06-25T00:26:12.437Z Downloaded base64 v0.22.1
6002026-06-25T00:26:12.441Z Downloaded darling_core v0.23.0
6012026-06-25T00:26:12.444Z Downloaded darling_macro v0.20.11
6022026-06-25T00:26:12.447Z Downloaded cstr-argument v0.1.2
6032026-06-25T00:26:12.447Z Downloaded async-stream v0.3.6
6042026-06-25T00:26:12.450Z Downloaded assert_matches v1.5.0
6052026-06-25T00:26:12.451Z Downloaded dyn-clone v1.0.20
6062026-06-25T00:26:12.451Z Downloaded crc v3.4.0
6072026-06-25T00:26:12.453Z Downloaded ascii-canvas v3.0.0
6082026-06-25T00:26:12.454Z Downloaded daft v0.1.7
6092026-06-25T00:26:12.454Z Downloaded convert_case v0.10.0
6102026-06-25T00:26:12.458Z Downloaded compression-codecs v0.4.37
6112026-06-25T00:26:12.458Z Downloaded crunchy v0.2.4
6122026-06-25T00:26:12.461Z Downloaded buf-list v1.1.2
6132026-06-25T00:26:12.461Z Downloaded bitfield v0.19.4
6142026-06-25T00:26:12.461Z Downloaded backon v1.6.0
6152026-06-25T00:26:12.465Z Downloaded derive_builder_macro v0.20.2
6162026-06-25T00:26:12.465Z Downloaded debug-ignore v1.0.5
6172026-06-25T00:26:12.466Z Downloaded cargo-platform v0.3.2
6182026-06-25T00:26:12.470Z Downloaded cobs v0.3.0
6192026-06-25T00:26:12.470Z Downloaded bitfield-macros v0.19.4
6202026-06-25T00:26:12.470Z Downloaded async-recursion v1.1.1
6212026-06-25T00:26:12.476Z Downloaded critical-section v1.2.0
6222026-06-25T00:26:12.476Z Downloaded aead v0.5.2
6232026-06-25T00:26:12.482Z Downloaded cfg_aliases v0.1.1
6242026-06-25T00:26:12.482Z Downloaded ciborium-ll v0.2.2
6252026-06-25T00:26:12.485Z Downloaded downcast-rs v2.0.2
6262026-06-25T00:26:12.485Z Downloaded dtrace-parser v0.3.0
6272026-06-25T00:26:12.485Z Downloaded dirs-sys-next v0.1.2
6282026-06-25T00:26:12.485Z Downloaded bcrypt-pbkdf v0.10.0
6292026-06-25T00:26:12.485Z Downloaded block-padding v0.3.3
6302026-06-25T00:26:12.488Z Downloaded atomicwrites v0.4.4
6312026-06-25T00:26:12.488Z Downloaded fixedbitset v0.4.2
6322026-06-25T00:26:12.491Z Downloaded dsl_auto_type v0.2.0
6332026-06-25T00:26:12.491Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-06-25T00:26:12.491Z Downloaded foreign-types-macros v0.2.3
6352026-06-25T00:26:12.496Z Downloaded foreign-types v0.5.0
6362026-06-25T00:26:12.496Z Downloaded fd-lock v4.0.4
6372026-06-25T00:26:12.496Z Downloaded base16ct v0.2.0
6382026-06-25T00:26:12.499Z Downloaded foreign-types v0.3.2
6392026-06-25T00:26:12.499Z Downloaded dof v0.4.0
6402026-06-25T00:26:12.499Z Downloaded enum-as-inner v0.6.1
6412026-06-25T00:26:12.502Z Downloaded float-cmp v0.10.0
6422026-06-25T00:26:12.502Z Downloaded display-error-chain v0.2.2
6432026-06-25T00:26:12.502Z Downloaded funty v2.0.0
6442026-06-25T00:26:12.505Z Downloaded dirs-next v2.0.0
6452026-06-25T00:26:12.506Z Downloaded compression-core v0.4.31
6462026-06-25T00:26:12.509Z Downloaded blowfish v0.9.1
6472026-06-25T00:26:12.509Z Downloaded argon2 v0.5.3
6482026-06-25T00:26:12.509Z Downloaded env_filter v1.0.0
6492026-06-25T00:26:12.512Z Downloaded embedded-io v0.6.1
6502026-06-25T00:26:12.512Z Downloaded bitflags v1.3.2
6512026-06-25T00:26:12.512Z Downloaded futures-macro v0.3.32
6522026-06-25T00:26:12.515Z Downloaded deranged v0.5.8
6532026-06-25T00:26:12.515Z Downloaded globwalk v0.9.1
6542026-06-25T00:26:12.516Z Downloaded fxhash v0.2.1
6552026-06-25T00:26:12.520Z Downloaded crossbeam-utils v0.8.21
6562026-06-25T00:26:12.520Z Downloaded embedded-io v0.4.0
6572026-06-25T00:26:12.520Z Downloaded cmake v0.1.57
6582026-06-25T00:26:12.525Z Downloaded castaway v0.2.4
6592026-06-25T00:26:12.525Z Downloaded const_format_proc_macros v0.2.34
6602026-06-25T00:26:12.525Z Downloaded futures-io v0.3.32
6612026-06-25T00:26:12.525Z Downloaded foreign-types-shared v0.3.1
6622026-06-25T00:26:12.528Z Downloaded endian-type v0.1.2
6632026-06-25T00:26:12.528Z Downloaded dunce v1.0.5
6642026-06-25T00:26:12.528Z Downloaded anstyle-parse v0.2.7
6652026-06-25T00:26:12.528Z Downloaded camino-tempfile-ext v0.3.3
6662026-06-25T00:26:12.528Z Downloaded float-ord v0.3.2
6672026-06-25T00:26:12.533Z Downloaded document-features v0.2.12
6682026-06-25T00:26:12.533Z Downloaded futures-core v0.3.32
6692026-06-25T00:26:12.533Z Downloaded base64ct v1.8.3
6702026-06-25T00:26:12.536Z Downloaded cipher v0.4.4
6712026-06-25T00:26:12.536Z Downloaded cargo_metadata v0.23.1
6722026-06-25T00:26:12.536Z Downloaded bit-set v0.8.0
6732026-06-25T00:26:12.536Z Downloaded cexpr v0.6.0
6742026-06-25T00:26:12.539Z Downloaded array-init v0.0.4
6752026-06-25T00:26:12.539Z Downloaded chacha20 v0.9.1
6762026-06-25T00:26:12.539Z Downloaded fallible-iterator v0.2.0
6772026-06-25T00:26:12.542Z Downloaded env_logger v0.11.9
6782026-06-25T00:26:12.542Z Downloaded crossbeam-deque v0.8.6
6792026-06-25T00:26:12.546Z Downloaded cpufeatures v0.3.0
6802026-06-25T00:26:12.546Z Downloaded futures-task v0.3.32
6812026-06-25T00:26:12.546Z Downloaded bit-vec v0.6.3
6822026-06-25T00:26:12.549Z Downloaded byte-wrapper v0.1.0
6832026-06-25T00:26:12.549Z Downloaded ghash v0.5.1
6842026-06-25T00:26:12.549Z Downloaded git-stub v1.0.0
6852026-06-25T00:26:12.552Z Downloaded constant_time_eq v0.4.2
6862026-06-25T00:26:12.552Z Downloaded corncobs v0.1.4
6872026-06-25T00:26:12.552Z Downloaded hash32 v0.3.1
6882026-06-25T00:26:12.555Z Downloaded blake2 v0.10.6
6892026-06-25T00:26:12.555Z Downloaded bit-vec v0.8.0
6902026-06-25T00:26:12.558Z Downloaded headers-core v0.3.0
6912026-06-25T00:26:12.558Z Downloaded darling_core v0.13.4
6922026-06-25T00:26:12.561Z Downloaded find-msvc-tools v0.1.9
6932026-06-25T00:26:12.561Z Downloaded foldhash v0.2.0
6942026-06-25T00:26:12.561Z Downloaded filetime v0.2.27
6952026-06-25T00:26:12.564Z Downloaded defmt-macros v1.0.1
6962026-06-25T00:26:12.564Z Downloaded der_derive v0.7.3
6972026-06-25T00:26:12.567Z Downloaded cookie_store v0.22.1
6982026-06-25T00:26:12.567Z Downloaded futures-sink v0.3.32
6992026-06-25T00:26:12.573Z Downloaded flagset v0.4.7
7002026-06-25T00:26:12.573Z Downloaded ed25519 v2.2.3
7012026-06-25T00:26:12.573Z Downloaded derive-ex v0.1.8
7022026-06-25T00:26:12.576Z Downloaded cassowary v0.3.0
7032026-06-25T00:26:12.576Z Downloaded cbc v0.1.2
7042026-06-25T00:26:12.576Z Downloaded diesel-dtrace v0.5.0
7052026-06-25T00:26:12.576Z Downloaded hostname v0.4.2
7062026-06-25T00:26:12.576Z Downloaded derive_builder_core v0.20.2
7072026-06-25T00:26:12.581Z Downloaded hash32 v0.2.1
7082026-06-25T00:26:12.581Z Downloaded gethostname v0.5.0
7092026-06-25T00:26:12.581Z Downloaded ecdsa v0.16.9
7102026-06-25T00:26:12.584Z Downloaded cancel-safe-futures v0.1.5
7112026-06-25T00:26:12.584Z Downloaded http-body v1.0.1
7122026-06-25T00:26:12.584Z Downloaded erased-serde v0.3.31
7132026-06-25T00:26:12.591Z Downloaded illumos-nvpair v0.3.0
7142026-06-25T00:26:12.591Z Downloaded httpdate v1.0.3
7152026-06-25T00:26:12.591Z Downloaded illumos-nvpair-sys v0.2.0
7162026-06-25T00:26:12.591Z Downloaded http-range v0.1.5
7172026-06-25T00:26:12.591Z Downloaded either v1.15.0
7182026-06-25T00:26:12.595Z Downloaded der v0.7.10
7192026-06-25T00:26:12.595Z Downloaded home v0.5.12
7202026-06-25T00:26:12.595Z Downloaded futures-executor v0.3.32
7212026-06-25T00:26:12.595Z Downloaded fs-err v2.11.0
7222026-06-25T00:26:12.599Z Downloaded fixedbitset v0.5.7
7232026-06-25T00:26:12.599Z Downloaded console v0.16.2
7242026-06-25T00:26:12.599Z Downloaded clang-sys v1.8.1
7252026-06-25T00:26:12.602Z Downloaded ciborium v0.2.2
7262026-06-25T00:26:12.602Z Downloaded fs_extra v1.3.0
7272026-06-25T00:26:12.602Z Downloaded hubpack_derive v0.1.1
7282026-06-25T00:26:12.602Z Downloaded ident_case v1.0.1
7292026-06-25T00:26:12.605Z Downloaded drift v0.2.0
7302026-06-25T00:26:12.609Z Downloaded ena v0.14.4
7312026-06-25T00:26:12.612Z Downloaded globset v0.4.18
7322026-06-25T00:26:12.612Z Downloaded console v0.15.11
7332026-06-25T00:26:12.615Z Downloaded bzip2 v0.6.1
7342026-06-25T00:26:12.615Z Downloaded anstream v0.6.21
7352026-06-25T00:26:12.618Z Downloaded glob v0.3.3
7362026-06-25T00:26:12.618Z Downloaded hyper-tls v0.6.0
7372026-06-25T00:26:12.618Z Downloaded const-oid v0.9.6
7382026-06-25T00:26:12.622Z Downloaded hubpack v0.1.2
7392026-06-25T00:26:12.622Z Downloaded hostname v0.3.1
7402026-06-25T00:26:12.622Z Downloaded colored v3.1.1
7412026-06-25T00:26:12.625Z Downloaded indent_write v2.2.0
7422026-06-25T00:26:12.625Z Downloaded colored v2.2.0
7432026-06-25T00:26:12.628Z Downloaded is-terminal v0.4.17
7442026-06-25T00:26:12.628Z Downloaded derive_builder v0.20.2
7452026-06-25T00:26:12.631Z Downloaded internet-checksum v0.2.1
7462026-06-25T00:26:12.631Z Downloaded chacha20 v0.10.0
7472026-06-25T00:26:12.634Z Downloaded bzip2 v0.4.4
7482026-06-25T00:26:12.634Z Downloaded darling_core v0.20.11
7492026-06-25T00:26:12.637Z Downloaded bcs v0.1.6
7502026-06-25T00:26:12.637Z Downloaded darling v0.21.3
7512026-06-25T00:26:12.640Z Downloaded foreign-types-shared v0.1.1
7522026-06-25T00:26:12.643Z Downloaded darling v0.20.11
7532026-06-25T00:26:12.646Z Downloaded is_ci v1.2.0
7542026-06-25T00:26:12.646Z Downloaded instant v0.1.13
7552026-06-25T00:26:12.646Z Downloaded instability v0.3.11
7562026-06-25T00:26:12.649Z Downloaded lazy_static v1.5.0
7572026-06-25T00:26:12.649Z Downloaded humantime v2.3.0
7582026-06-25T00:26:12.649Z Downloaded ff v0.13.1
7592026-06-25T00:26:12.652Z Downloaded inout v0.1.4
7602026-06-25T00:26:12.652Z Downloaded kstat-rs v0.2.4
7612026-06-25T00:26:12.652Z Downloaded highway v1.3.0
7622026-06-25T00:26:12.655Z Downloaded lalrpop-util v0.19.12
7632026-06-25T00:26:12.655Z Downloaded keccak v0.1.6
7642026-06-25T00:26:12.655Z Downloaded libscf-sys v1.1.0
7652026-06-25T00:26:12.658Z Downloaded csv-core v0.1.13
7662026-06-25T00:26:12.658Z Downloaded hex-literal v0.4.1
7672026-06-25T00:26:12.658Z Downloaded hex v0.4.3
7682026-06-25T00:26:12.661Z Downloaded linked-hash-map v0.5.6
7692026-06-25T00:26:12.661Z Downloaded defmt v1.0.1
7702026-06-25T00:26:12.664Z Downloaded lru-cache v0.1.2
7712026-06-25T00:26:12.664Z Downloaded lru v0.12.5
7722026-06-25T00:26:12.667Z Downloaded http-body-util v0.1.3
7732026-06-25T00:26:12.670Z Downloaded futures-channel v0.3.32
7742026-06-25T00:26:12.670Z Downloaded half v1.8.3
7752026-06-25T00:26:12.673Z Downloaded futures v0.3.32
7762026-06-25T00:26:12.676Z Downloaded match_cfg v0.1.0
7772026-06-25T00:26:12.676Z Downloaded maybe-uninit v2.0.0
7782026-06-25T00:26:12.676Z Downloaded managed v0.8.0
7792026-06-25T00:26:12.679Z Downloaded mime v0.3.17
7802026-06-25T00:26:12.679Z Downloaded cookie v0.18.1
7812026-06-25T00:26:12.682Z Downloaded foldhash v0.1.5
7822026-06-25T00:26:12.682Z Downloaded getrandom v0.2.17
7832026-06-25T00:26:12.685Z Downloaded des v0.8.1
7842026-06-25T00:26:12.685Z Downloaded derive-where v1.6.0
7852026-06-25T00:26:12.689Z Downloaded md5 v0.7.0
7862026-06-25T00:26:12.689Z Downloaded maplit v1.0.2
7872026-06-25T00:26:12.689Z Downloaded ipnetwork v0.21.1
7882026-06-25T00:26:12.692Z Downloaded git-stub-vcs v0.1.0
7892026-06-25T00:26:12.692Z Downloaded compact_str v0.8.1
7902026-06-25T00:26:12.692Z Downloaded lru-slab v0.1.2
7912026-06-25T00:26:12.692Z Downloaded lzss v0.8.2
7922026-06-25T00:26:12.695Z Downloaded md-5 v0.10.6
7932026-06-25T00:26:12.695Z Downloaded memoffset v0.9.1
7942026-06-25T00:26:12.698Z Downloaded impl-trait-for-tuples v0.2.3
7952026-06-25T00:26:12.698Z Downloaded new_debug_unreachable v1.0.6
7962026-06-25T00:26:12.698Z Downloaded ipnet v2.11.0
7972026-06-25T00:26:12.702Z Downloaded ingot v0.1.1
7982026-06-25T00:26:12.702Z Downloaded newtype-uuid-macros v0.1.0
7992026-06-25T00:26:12.702Z Downloaded multimap v0.10.1
8002026-06-25T00:26:12.705Z Downloaded nibble_vec v0.1.0
8012026-06-25T00:26:12.705Z Downloaded group v0.13.0
8022026-06-25T00:26:12.705Z Downloaded num-conv v0.2.0
8032026-06-25T00:26:12.709Z Downloaded indoc v2.0.7
8042026-06-25T00:26:12.709Z Downloaded fatfs v0.3.6
8052026-06-25T00:26:12.713Z Downloaded newtype_derive v0.1.6
8062026-06-25T00:26:12.713Z Downloaded elliptic-curve v0.13.8
8072026-06-25T00:26:12.713Z Downloaded indoc v1.0.9
8082026-06-25T00:26:12.717Z Downloaded nonempty v0.12.0
8092026-06-25T00:26:12.717Z Downloaded diff v0.1.13
8102026-06-25T00:26:12.720Z Downloaded normalize-line-endings v0.3.0
8112026-06-25T00:26:12.720Z Downloaded hyper-rustls v0.27.7
8122026-06-25T00:26:12.723Z Downloaded hyper-staticfile v0.10.1
8132026-06-25T00:26:12.723Z Downloaded num-derive v0.4.2
8142026-06-25T00:26:12.723Z Downloaded nodrop v0.1.14
8152026-06-25T00:26:12.728Z Downloaded httparse v1.10.1
8162026-06-25T00:26:12.728Z Downloaded derive_more v0.99.20
8172026-06-25T00:26:12.731Z Downloaded jobserver v0.1.34
8182026-06-25T00:26:12.731Z Downloaded hmac v0.12.1
8192026-06-25T00:26:12.731Z Downloaded darling_core v0.21.3
8202026-06-25T00:26:12.734Z Downloaded openssl-macros v0.1.1
8212026-06-25T00:26:12.737Z Downloaded olpc-cjson v0.1.4
8222026-06-25T00:26:12.737Z Downloaded lock_api v0.4.14
8232026-06-25T00:26:12.737Z Downloaded num_threads v0.1.7
8242026-06-25T00:26:12.740Z Downloaded num-iter v0.1.45
8252026-06-25T00:26:12.740Z Downloaded openssl-probe v0.1.6
8262026-06-25T00:26:12.743Z Downloaded opaque-debug v0.3.1
8272026-06-25T00:26:12.743Z Downloaded oso-derive v0.27.3
8282026-06-25T00:26:12.743Z Downloaded openssl-probe v0.2.1
8292026-06-25T00:26:12.746Z Downloaded libefi-sys v0.1.0
8302026-06-25T00:26:12.746Z Downloaded dropshot_endpoint v0.17.0
8312026-06-25T00:26:12.746Z Downloaded libsw v3.5.0
8322026-06-25T00:26:12.749Z Downloaded num v0.4.3
8332026-06-25T00:26:12.749Z Downloaded linear-map v1.2.0
8342026-06-25T00:26:12.753Z Downloaded flume v0.11.1
8352026-06-25T00:26:12.756Z Downloaded num-derive v0.3.3
8362026-06-25T00:26:12.761Z Downloaded packed_struct_codegen v0.10.1
8372026-06-25T00:26:12.765Z Downloaded ar_archive_writer v0.5.1
8382026-06-25T00:26:12.765Z Downloaded chacha20poly1305 v0.10.1
8392026-06-25T00:26:12.768Z Downloaded crossbeam-channel v0.5.15
8402026-06-25T00:26:12.768Z Downloaded newtype-uuid v1.3.2
8412026-06-25T00:26:12.771Z Downloaded multer v3.1.0
8422026-06-25T00:26:12.771Z Downloaded base64 v0.21.7
8432026-06-25T00:26:12.774Z Downloaded parse-size v1.1.0
8442026-06-25T00:26:12.774Z Downloaded getrandom v0.3.4
8452026-06-25T00:26:12.777Z Downloaded iana-time-zone v0.1.65
8462026-06-25T00:26:12.782Z Downloaded pbkdf2 v0.12.2
8472026-06-25T00:26:12.782Z Downloaded num_enum v0.5.11
8482026-06-25T00:26:12.784Z Downloaded half v2.7.1
8492026-06-25T00:26:12.784Z Downloaded parse-display v0.10.0
8502026-06-25T00:26:12.785Z Downloaded newline-converter v0.3.0
8512026-06-25T00:26:12.787Z Downloaded native-tls v0.2.18
8522026-06-25T00:26:12.788Z Downloaded nanorand v0.7.0
8532026-06-25T00:26:12.792Z Downloaded ingot-types v0.1.2
8542026-06-25T00:26:12.792Z Downloaded derive_more v2.1.1
8552026-06-25T00:26:12.797Z Downloaded libloading v0.8.9
8562026-06-25T00:26:12.800Z Downloaded num-rational v0.4.2
8572026-06-25T00:26:12.800Z Downloaded num_enum v0.7.6
8582026-06-25T00:26:12.803Z Downloaded peg-runtime v0.8.5
8592026-06-25T00:26:12.805Z Downloaded pbkdf2 v0.11.0
8602026-06-25T00:26:12.805Z Downloaded path-slash v0.1.5
8612026-06-25T00:26:12.808Z Downloaded pin-utils v0.1.0
8622026-06-25T00:26:12.820Z Downloaded precomputed-hash v0.1.1
8632026-06-25T00:26:12.824Z Downloaded crossterm v0.28.1
8642026-06-25T00:26:12.827Z Downloaded powerfmt v0.2.0
8652026-06-25T00:26:12.827Z Downloaded phf_shared v0.13.1
8662026-06-25T00:26:12.827Z Downloaded bumpalo v3.20.2
8672026-06-25T00:26:12.830Z Downloaded phf_shared v0.12.1
8682026-06-25T00:26:12.830Z Downloaded phf_shared v0.11.3
8692026-06-25T00:26:12.830Z Downloaded num-integer v0.1.46
8702026-06-25T00:26:12.833Z Downloaded const_format v0.2.35
8712026-06-25T00:26:12.836Z Downloaded num_enum_derive v0.5.11
8722026-06-25T00:26:12.836Z Downloaded cc v1.2.56
8732026-06-25T00:26:12.839Z Downloaded bytes v1.11.1
8742026-06-25T00:26:12.842Z Downloaded packed_struct v0.10.1
8752026-06-25T00:26:12.842Z Downloaded oxnet v0.1.6
8762026-06-25T00:26:12.842Z Downloaded oxide-tokio-rt v0.1.4
8772026-06-25T00:26:12.845Z Downloaded predicates-tree v1.0.13
8782026-06-25T00:26:12.845Z Downloaded predicates-core v1.0.10
8792026-06-25T00:26:12.845Z Downloaded owo-colors v4.3.0
8802026-06-25T00:26:12.848Z Downloaded aes-gcm v0.10.3
8812026-06-25T00:26:12.848Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-06-25T00:26:12.851Z Downloaded memmap2 v0.9.10
8832026-06-25T00:26:12.851Z Downloaded ingot-macros v0.1.1
8842026-06-25T00:26:12.854Z Downloaded phf v0.12.1
8852026-06-25T00:26:12.854Z Downloaded password-hash v0.5.0
8862026-06-25T00:26:12.854Z Downloaded num_enum_derive v0.7.6
8872026-06-25T00:26:12.857Z Downloaded libsw-core v0.3.2
8882026-06-25T00:26:12.857Z Downloaded litrs v1.0.0
8892026-06-25T00:26:12.860Z Downloaded mime_guess v2.0.5
8902026-06-25T00:26:12.860Z Downloaded psl-types v2.0.11
8912026-06-25T00:26:12.860Z Downloaded progenitor-client v0.14.0
8922026-06-25T00:26:12.863Z Downloaded indexmap v1.9.3
8932026-06-25T00:26:12.863Z Downloaded progenitor-macro v0.14.0
8942026-06-25T00:26:12.868Z Downloaded proc-macro-crate v3.4.0
8952026-06-25T00:26:12.868Z Downloaded progenitor-macro v0.13.0
8962026-06-25T00:26:12.868Z Downloaded rand_chacha v0.3.1
8972026-06-25T00:26:12.871Z Downloaded flate2 v1.1.9
8982026-06-25T00:26:12.871Z Downloaded heapless v0.7.17
8992026-06-25T00:26:12.874Z Downloaded quick-error v1.2.3
9002026-06-25T00:26:12.874Z Downloaded crypto-bigint v0.5.5
9012026-06-25T00:26:12.877Z Downloaded parse-display-derive v0.10.0
9022026-06-25T00:26:12.880Z Downloaded heapless v0.8.0
9032026-06-25T00:26:12.880Z Downloaded headers v0.4.1
9042026-06-25T00:26:12.884Z Downloaded radium v0.7.0
9052026-06-25T00:26:12.887Z Downloaded peg-macros v0.8.5
9062026-06-25T00:26:12.887Z Downloaded peg v0.8.5
9072026-06-25T00:26:12.889Z Downloaded num-complex v0.4.6
9082026-06-25T00:26:12.890Z Downloaded paste v1.0.15
9092026-06-25T00:26:12.892Z Downloaded pem-rfc7468 v0.7.0
9102026-06-25T00:26:12.893Z Downloaded libbz2-rs-sys v0.2.2
9112026-06-25T00:26:12.895Z Downloaded pem v3.0.6
9122026-06-25T00:26:12.895Z Downloaded postgres-protocol v0.6.10
9132026-06-25T00:26:12.899Z Downloaded pkg-config v0.3.32
9142026-06-25T00:26:12.899Z Downloaded pkcs8 v0.10.2
9152026-06-25T00:26:12.899Z Downloaded poly1305 v0.8.0
9162026-06-25T00:26:12.904Z Downloaded nu-ansi-term v0.50.3
9172026-06-25T00:26:12.904Z Downloaded ref-cast v1.0.25
9182026-06-25T00:26:12.907Z Downloaded rand_xorshift v0.4.0
9192026-06-25T00:26:12.907Z Downloaded proc-macro-crate v1.3.1
9202026-06-25T00:26:12.911Z Downloaded pin-project-internal v1.1.11
9212026-06-25T00:26:12.911Z Downloaded omicron-zone-package v0.12.2
9222026-06-25T00:26:12.914Z Downloaded polyval v0.6.2
9232026-06-25T00:26:12.918Z Downloaded async-compression v0.4.41
9242026-06-25T00:26:12.920Z Downloaded ref-cast-impl v1.0.25
9252026-06-25T00:26:12.924Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-06-25T00:26:12.929Z Downloaded recursive v0.1.1
9272026-06-25T00:26:12.929Z Downloaded rfc6979 v0.4.0
9282026-06-25T00:26:12.929Z Downloaded predicates v3.1.4
9292026-06-25T00:26:12.932Z Downloaded progenitor v0.14.0
9302026-06-25T00:26:12.932Z Downloaded ppv-lite86 v0.2.21
9312026-06-25T00:26:12.932Z Downloaded parking_lot v0.11.2
9322026-06-25T00:26:12.932Z Downloaded progenitor-extras v0.2.0
9332026-06-25T00:26:12.934Z Downloaded progenitor v0.13.0
9342026-06-25T00:26:12.934Z Downloaded primeorder v0.13.6
9352026-06-25T00:26:12.937Z Downloaded ed25519-dalek v2.2.0
9362026-06-25T00:26:12.937Z Downloaded ignore v0.4.25
9372026-06-25T00:26:12.940Z Downloaded progenitor-client v0.13.0
9382026-06-25T00:26:12.940Z Downloaded rustc_version v0.4.1
9392026-06-25T00:26:12.940Z Downloaded russh-cryptovec v0.7.3
9402026-06-25T00:26:12.943Z Downloaded proc-macro-error2 v2.0.1
9412026-06-25T00:26:12.943Z Downloaded rustc-hash v2.1.1
9422026-06-25T00:26:12.947Z Downloaded rtoolbox v0.0.3
9432026-06-25T00:26:12.950Z Downloaded parking_lot v0.12.5
9442026-06-25T00:26:12.953Z Downloaded r2d2 v0.8.10
9452026-06-25T00:26:12.953Z Downloaded psm v0.1.30
9462026-06-25T00:26:12.956Z Downloaded hickory-resolver v0.25.2
9472026-06-25T00:26:12.959Z Downloaded parking_lot_core v0.9.12
9482026-06-25T00:26:12.962Z Downloaded parking_lot_core v0.8.6
9492026-06-25T00:26:12.962Z Downloaded password-hash v0.4.2
9502026-06-25T00:26:12.965Z Downloaded postgres-types v0.2.12
9512026-06-25T00:26:12.965Z Downloaded pkcs5 v0.7.1
9522026-06-25T00:26:12.967Z Downloaded pkcs1 v0.7.5
9532026-06-25T00:26:12.970Z Downloaded rand_core v0.9.5
9542026-06-25T00:26:12.970Z Downloaded rand_chacha v0.9.0
9552026-06-25T00:26:12.970Z Downloaded pin-project-lite v0.2.17
9562026-06-25T00:26:12.978Z Downloaded rand_core v0.6.4
9572026-06-25T00:26:12.981Z Downloaded phf v0.13.1
9582026-06-25T00:26:12.984Z Downloaded same-file v1.0.6
9592026-06-25T00:26:12.984Z Downloaded salsa20 v0.10.2
9602026-06-25T00:26:12.987Z Downloaded expectorate v1.2.0
9612026-06-25T00:26:12.987Z Downloaded rand_core v0.10.0
9622026-06-25T00:26:12.990Z Downloaded oso v0.27.3
9632026-06-25T00:26:12.993Z Downloaded postcard v1.1.3
9642026-06-25T00:26:13.030Z Downloaded p256 v0.13.2
9652026-06-25T00:26:13.035Z Downloaded hashbrown v0.13.2
9662026-06-25T00:26:13.035Z Downloaded scopeguard v1.2.0
9672026-06-25T00:26:13.035Z Downloaded resolv-conf v0.7.6
9682026-06-25T00:26:13.035Z Downloaded miniz_oxide v0.8.9
9692026-06-25T00:26:13.035Z Downloaded scroll_derive v0.13.1
9702026-06-25T00:26:13.035Z Downloaded scheduled-thread-pool v0.2.7
9712026-06-25T00:26:13.035Z Downloaded sapling-renderdag v0.1.0
9722026-06-25T00:26:13.035Z Downloaded secrecy v0.10.3
9732026-06-25T00:26:13.036Z Downloaded derive_more-impl v2.1.1
9742026-06-25T00:26:13.036Z Downloaded rand_seeder v0.4.0
9752026-06-25T00:26:13.036Z Downloaded serde_urlencoded v0.7.1
9762026-06-25T00:26:13.036Z Downloaded serde_plain v1.0.2
9772026-06-25T00:26:13.036Z Downloaded seq-macro v0.3.6
9782026-06-25T00:26:13.036Z Downloaded serde_repr v0.1.20
9792026-06-25T00:26:13.036Z Downloaded shell-words v1.1.1
9802026-06-25T00:26:13.036Z Downloaded serde-big-array v0.5.1
9812026-06-25T00:26:13.036Z Downloaded semver v0.1.20
9822026-06-25T00:26:13.036Z Downloaded sha1 v0.10.6
9832026-06-25T00:26:13.036Z Downloaded secrecy v0.8.0
9842026-06-25T00:26:13.036Z Downloaded sigpipe v0.1.3
9852026-06-25T00:26:13.036Z Downloaded signature v2.2.0
9862026-06-25T00:26:13.036Z Downloaded indicatif v0.18.4
9872026-06-25T00:26:13.036Z Downloaded serde_bytes v0.11.19
9882026-06-25T00:26:13.041Z Downloaded quinn-udp v0.5.14
9892026-06-25T00:26:13.041Z Downloaded hickory-server v0.25.2
9902026-06-25T00:26:13.041Z Downloaded hickory-resolver v0.24.4
9912026-06-25T00:26:13.044Z Downloaded jiff-static v0.2.21
9922026-06-25T00:26:13.044Z Downloaded rustc_version v0.1.7
9932026-06-25T00:26:13.044Z Downloaded hyper-util v0.1.20
9942026-06-25T00:26:13.047Z Downloaded serde_spanned v1.0.4
9952026-06-25T00:26:13.051Z Downloaded pin-project v1.1.11
9962026-06-25T00:26:13.055Z Downloaded diesel_derives v2.3.7
9972026-06-25T00:26:13.058Z Downloaded rusty-fork v0.3.1
9982026-06-25T00:26:13.061Z Downloaded rustls-pemfile v1.0.4
9992026-06-25T00:26:13.061Z Downloaded rustversion v1.0.22
10002026-06-25T00:26:13.064Z Downloaded openssl-sys v0.9.115
10012026-06-25T00:26:13.070Z Downloaded rustls-native-certs v0.8.3
10022026-06-25T00:26:13.074Z Downloaded signal-hook-mio v0.2.5
10032026-06-25T00:26:13.074Z Downloaded hashbrown v0.12.3
10042026-06-25T00:26:13.077Z Downloaded siphasher v1.0.2
10052026-06-25T00:26:13.080Z Downloaded signal-hook-tokio v0.3.1
10062026-06-25T00:26:13.083Z Downloaded slog-bunyan v2.5.0
10072026-06-25T00:26:13.083Z Downloaded sct v0.7.1
10082026-06-25T00:26:13.094Z Downloaded prefix-trie v0.7.0
10092026-06-25T00:26:13.097Z Downloaded progenitor-impl v0.14.0
10102026-06-25T00:26:13.100Z Downloaded scroll v0.13.0
10112026-06-25T00:26:13.100Z Downloaded slog-envlogger v2.2.0
10122026-06-25T00:26:13.100Z Downloaded scrypt v0.11.0
10132026-06-25T00:26:13.104Z Downloaded schemars_derive v0.8.22
10142026-06-25T00:26:13.104Z Downloaded serde_path_to_error v0.1.20
10152026-06-25T00:26:13.107Z Downloaded serde_derive_internals v0.29.1
10162026-06-25T00:26:13.110Z Downloaded papergrid v0.17.0
10172026-06-25T00:26:13.114Z Downloaded serde-hex v0.1.0
10182026-06-25T00:26:13.114Z Downloaded sec1 v0.7.3
10192026-06-25T00:26:13.123Z Downloaded http v1.4.0
10202026-06-25T00:26:13.129Z Downloaded rustls-pemfile v2.2.0
10212026-06-25T00:26:13.132Z Downloaded rustls-pki-types v1.14.0
10222026-06-25T00:26:13.135Z Downloaded serde_with_macros v1.5.2
10232026-06-25T00:26:13.137Z Downloaded simd-adler32 v0.3.8
10242026-06-25T00:26:13.140Z Downloaded ssh-encoding v0.2.0
10252026-06-25T00:26:13.140Z Downloaded ssh-cipher v0.2.0
10262026-06-25T00:26:13.149Z Downloaded strum v0.27.2
10272026-06-25T00:26:13.152Z Downloaded strum v0.26.3
10282026-06-25T00:26:13.152Z Downloaded subtle v2.6.1
10292026-06-25T00:26:13.158Z Downloaded tabled_derive v0.11.0
10302026-06-25T00:26:13.161Z Downloaded rcgen v0.12.1
10312026-06-25T00:26:13.161Z Downloaded slab v0.4.12
10322026-06-25T00:26:13.161Z Downloaded signal-hook-registry v1.4.8
10332026-06-25T00:26:13.164Z Downloaded slog-async v2.8.0
10342026-06-25T00:26:13.168Z Downloaded strsim v0.10.0
10352026-06-25T00:26:13.168Z Downloaded structmeta-derive v0.3.0
10362026-06-25T00:26:13.168Z Downloaded slog-json v2.6.1
10372026-06-25T00:26:13.171Z Downloaded slog-dtrace v0.3.0
10382026-06-25T00:26:13.171Z Downloaded strip-ansi-escapes v0.2.1
10392026-06-25T00:26:13.171Z Downloaded slog-term v2.9.2
10402026-06-25T00:26:13.175Z Downloaded smf v0.2.3
10412026-06-25T00:26:13.176Z Downloaded smallvec v0.6.14
10422026-06-25T00:26:13.176Z Downloaded tap v1.0.1
10432026-06-25T00:26:13.179Z Downloaded prettyplease v0.2.37
10442026-06-25T00:26:13.179Z Downloaded take_mut v0.2.2
10452026-06-25T00:26:13.179Z Downloaded sync-ptr v0.1.4
10462026-06-25T00:26:13.180Z Downloaded termtree v0.5.1
10472026-06-25T00:26:13.183Z Downloaded structmeta v0.3.0
10482026-06-25T00:26:13.183Z Downloaded slog-stdlog v4.1.1
10492026-06-25T00:26:13.183Z Downloaded slog-scope v4.4.1
10502026-06-25T00:26:13.183Z Downloaded pretty_assertions v1.4.1
10512026-06-25T00:26:13.186Z Downloaded tagptr v0.2.0
10522026-06-25T00:26:13.186Z Downloaded tabwriter v1.4.1
10532026-06-25T00:26:13.186Z Downloaded serde_cbor v0.11.2
10542026-06-25T00:26:13.189Z Downloaded minimal-lexical v0.2.1
10552026-06-25T00:26:13.192Z Downloaded serde_with_macros v3.17.0
10562026-06-25T00:26:13.195Z Downloaded testing_table v0.3.0
10572026-06-25T00:26:13.195Z Downloaded sync_wrapper v1.0.2
10582026-06-25T00:26:13.195Z Downloaded time-core v0.1.8
10592026-06-25T00:26:13.198Z Downloaded progenitor-impl v0.13.0
10602026-06-25T00:26:13.198Z Downloaded crossterm v0.29.0
10612026-06-25T00:26:13.201Z Downloaded string_cache v0.8.9
10622026-06-25T00:26:13.204Z Downloaded stacker v0.1.23
10632026-06-25T00:26:13.204Z Downloaded sqlformat v0.3.5
10642026-06-25T00:26:13.207Z Downloaded num-bigint v0.4.6
10652026-06-25T00:26:13.207Z Downloaded supports-color v3.0.2
10662026-06-25T00:26:13.211Z Downloaded static_assertions v1.1.0
10672026-06-25T00:26:13.211Z Downloaded spki v0.7.3
10682026-06-25T00:26:13.214Z Downloaded snafu-derive v0.8.9
10692026-06-25T00:26:13.214Z Downloaded sqlparser_derive v0.5.0
10702026-06-25T00:26:13.214Z Downloaded shlex v1.3.0
10712026-06-25T00:26:13.220Z Downloaded rustls-platform-verifier v0.6.2
10722026-06-25T00:26:13.227Z Downloaded tinyvec_macros v0.1.1
10732026-06-25T00:26:13.237Z Downloaded support-bundle-viewer v0.1.2
10742026-06-25T00:26:13.242Z Downloaded stringprep v0.1.5
10752026-06-25T00:26:13.245Z Downloaded strum_macros v0.27.2
10762026-06-25T00:26:13.250Z Downloaded schemars v0.8.22
10772026-06-25T00:26:13.256Z Downloaded ryu v1.0.23
10782026-06-25T00:26:13.263Z Downloaded dropshot-api-manager v0.7.2
10792026-06-25T00:26:13.265Z Downloaded termios v0.3.3
10802026-06-25T00:26:13.269Z Downloaded russh-keys v0.45.0
10812026-06-25T00:26:13.272Z Downloaded ron v0.8.1
10822026-06-25T00:26:13.275Z Downloaded thiserror-no-std v2.0.2
10832026-06-25T00:26:13.277Z Downloaded thread-id v5.1.0
10842026-06-25T00:26:13.278Z Downloaded thiserror-impl-no-std v2.0.2
10852026-06-25T00:26:13.281Z Downloaded qorb v0.4.1
10862026-06-25T00:26:13.283Z Downloaded spin v0.9.8
10872026-06-25T00:26:13.286Z Downloaded thread_local v1.1.9
10882026-06-25T00:26:13.286Z Downloaded nom v7.1.3
10892026-06-25T00:26:13.291Z Downloaded publicsuffix v2.3.0
10902026-06-25T00:26:13.293Z Downloaded hashbrown v0.15.5
10912026-06-25T00:26:13.294Z Downloaded serde_yaml v0.9.34+deprecated
10922026-06-25T00:26:13.296Z Downloaded tiny-keccak v2.0.2
10932026-06-25T00:26:13.299Z Downloaded time-macros v0.2.27
10942026-06-25T00:26:13.299Z Downloaded rand v0.8.6
10952026-06-25T00:26:13.304Z Downloaded tower-service v0.3.3
10962026-06-25T00:26:13.307Z Downloaded unarray v0.1.4
10972026-06-25T00:26:13.310Z Downloaded trait-variant v0.1.2
10982026-06-25T00:26:13.316Z Downloaded strum_macros v0.26.4
10992026-06-25T00:26:13.319Z Downloaded strum_macros v0.24.3
11002026-06-25T00:26:13.324Z Downloaded libxml v0.3.3
11012026-06-25T00:26:13.327Z Downloaded slog v2.8.2
11022026-06-25T00:26:13.327Z Downloaded try-lock v0.2.5
11032026-06-25T00:26:13.327Z Downloaded utf-8 v0.7.6
11042026-06-25T00:26:13.327Z Downloaded tokio-native-tls v0.3.1
11052026-06-25T00:26:13.330Z Downloaded tokio-macros v2.7.0
11062026-06-25T00:26:13.330Z Downloaded tokio-dtrace v0.1.1
11072026-06-25T00:26:13.330Z Downloaded tls_codec v0.4.2
11082026-06-25T00:26:13.333Z Downloaded untrusted v0.9.0
11092026-06-25T00:26:13.333Z Downloaded similar v2.7.0
11102026-06-25T00:26:13.336Z Downloaded rayon-core v1.13.0
11112026-06-25T00:26:13.339Z Downloaded schemars v0.9.0
11122026-06-25T00:26:13.344Z Downloaded term v1.2.1
11132026-06-25T00:26:13.347Z Downloaded unicode-truncate v1.1.0
11142026-06-25T00:26:13.350Z Downloaded tokio-rustls v0.25.0
11152026-06-25T00:26:13.350Z Downloaded unit-prefix v0.5.2
11162026-06-25T00:26:13.350Z Downloaded term v0.7.0
11172026-06-25T00:26:13.354Z Downloaded usdt-macro v0.6.0
11182026-06-25T00:26:13.354Z Downloaded usdt v0.6.0
11192026-06-25T00:26:13.356Z Downloaded aho-corasick v1.1.4
11202026-06-25T00:26:13.359Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-06-25T00:26:13.359Z Downloaded mio v1.2.0
11222026-06-25T00:26:13.362Z Downloaded itertools v0.12.1
11232026-06-25T00:26:13.367Z Downloaded usdt-attr-macro v0.6.0
11242026-06-25T00:26:13.370Z Downloaded untrusted v0.7.1
11252026-06-25T00:26:13.370Z Downloaded typify-macro v0.6.2
11262026-06-25T00:26:13.370Z Downloaded topological-sort v0.2.2
11272026-06-25T00:26:13.370Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-06-25T00:26:13.373Z Downloaded tokio-tungstenite v0.23.1
11292026-06-25T00:26:13.373Z Downloaded rsa v0.9.10
11302026-06-25T00:26:13.376Z Downloaded void v1.0.2
11312026-06-25T00:26:13.376Z Downloaded toml_writer v1.0.6+spec-1.1.0
11322026-06-25T00:26:13.379Z Downloaded quinn v0.11.9
11332026-06-25T00:26:13.383Z Downloaded iri-string v0.7.10
11342026-06-25T00:26:13.389Z Downloaded wait-timeout v0.2.1
11352026-06-25T00:26:13.396Z Downloaded rustls-webpki v0.103.9
11362026-06-25T00:26:13.399Z Downloaded samael v0.0.19
11372026-06-25T00:26:13.404Z Downloaded tui-tree-widget v0.23.1
11382026-06-25T00:26:13.407Z Downloaded tls_codec_derive v0.4.2
11392026-06-25T00:26:13.407Z Downloaded signal-hook v0.3.18
11402026-06-25T00:26:13.410Z Downloaded rand v0.9.2
11412026-06-25T00:26:13.413Z Downloaded tokio-rustls v0.24.1
11422026-06-25T00:26:13.413Z Downloaded want v0.3.1
11432026-06-25T00:26:13.413Z Downloaded num-bigint-dig v0.8.6
11442026-06-25T00:26:13.416Z Downloaded waitgroup v0.1.2
11452026-06-25T00:26:13.419Z Downloaded tokio-tungstenite v0.21.0
11462026-06-25T00:26:13.419Z Downloaded unicase v2.9.0
11472026-06-25T00:26:13.422Z Downloaded subprocess v0.2.15
11482026-06-25T00:26:13.431Z Downloaded tokio-stream v0.1.18
11492026-06-25T00:26:13.434Z Downloaded universal-hash v0.5.1
11502026-06-25T00:26:13.437Z Downloaded tower-layer v0.3.3
11512026-06-25T00:26:13.437Z Downloaded vergen-git2 v9.1.0
11522026-06-25T00:26:13.437Z Downloaded tokio-rustls v0.26.4
11532026-06-25T00:26:13.441Z Downloaded xattr v1.6.1
11542026-06-25T00:26:13.441Z Downloaded xshell-macros v0.2.7
11552026-06-25T00:26:13.444Z Downloaded uzers v0.12.2
11562026-06-25T00:26:13.444Z Downloaded socket2 v0.6.3
11572026-06-25T00:26:13.449Z Downloaded h2 v0.4.13
11582026-06-25T00:26:13.453Z Downloaded socket2 v0.5.10
11592026-06-25T00:26:13.457Z Downloaded vergen-lib v0.1.6
11602026-06-25T00:26:13.462Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-06-25T00:26:13.465Z Downloaded zone_cfg_derive v0.3.1
11622026-06-25T00:26:13.466Z Downloaded zeroize_derive v1.4.3
11632026-06-25T00:26:13.466Z Downloaded itertools v0.10.5
11642026-06-25T00:26:13.469Z Downloaded vergen-lib v9.1.0
11652026-06-25T00:26:13.472Z Downloaded itertools v0.13.0
11662026-06-25T00:26:13.475Z Downloaded hashbrown v0.16.1
11672026-06-25T00:26:13.481Z Downloaded zone v0.3.1
11682026-06-25T00:26:13.481Z Downloaded usdt-impl v0.6.0
11692026-06-25T00:26:13.481Z Downloaded tinyvec v1.10.0
11702026-06-25T00:26:13.481Z Downloaded test-strategy v0.4.5
11712026-06-25T00:26:13.492Z Downloaded tracing-attributes v0.1.31
11722026-06-25T00:26:13.492Z Downloaded walkdir v2.5.0
11732026-06-25T00:26:13.492Z Downloaded itertools v0.14.0
11742026-06-25T00:26:13.498Z Downloaded libm v0.2.16
11752026-06-25T00:26:13.498Z Downloaded whoami v1.6.1
11762026-06-25T00:26:13.498Z Downloaded curve25519-dalek v4.1.3
11772026-06-25T00:26:13.501Z Downloaded wyz v0.5.1
11782026-06-25T00:26:13.502Z Downloaded whoami v2.1.0
11792026-06-25T00:26:13.504Z Downloaded p521 v0.13.3
11802026-06-25T00:26:13.508Z Downloaded hyper v1.8.1
11812026-06-25T00:26:13.511Z Downloaded tar v0.4.45
11822026-06-25T00:26:13.511Z Downloaded snafu v0.8.9
11832026-06-25T00:26:13.514Z Downloaded schemars v1.2.1
11842026-06-25T00:26:13.521Z Downloaded zeroize v1.8.2
11852026-06-25T00:26:13.524Z Downloaded vergen-gitcl v1.0.8
11862026-06-25T00:26:13.524Z Downloaded vergen v9.1.0
11872026-06-25T00:26:13.524Z Downloaded twox-hash v2.1.2
11882026-06-25T00:26:13.527Z Downloaded toml v0.7.8
11892026-06-25T00:26:13.530Z Downloaded zstd-safe v7.2.4
11902026-06-25T00:26:13.530Z Downloaded toml v1.0.6+spec-1.1.0
11912026-06-25T00:26:13.533Z Downloaded russh v0.45.0
11922026-06-25T00:26:13.536Z Downloaded rand v0.10.0
11932026-06-25T00:26:13.539Z Downloaded zstd v0.13.3
11942026-06-25T00:26:13.539Z Downloaded hkdf v0.12.4
11952026-06-25T00:26:13.547Z Downloaded steno v0.4.1
11962026-06-25T00:26:13.549Z Downloaded typify v0.6.2
11972026-06-25T00:26:13.552Z Downloaded unicode-bidi v0.3.18
11982026-06-25T00:26:13.559Z Downloaded tungstenite v0.21.0
11992026-06-25T00:26:13.566Z Downloaded futures-util v0.3.32
12002026-06-25T00:26:13.572Z Downloaded zerocopy v0.6.6
12012026-06-25T00:26:13.575Z Downloaded xshell v0.2.7
12022026-06-25T00:26:13.575Z Downloaded uuid v1.23.0
12032026-06-25T00:26:13.579Z Downloaded unsafe-libyaml v0.2.11
12042026-06-25T00:26:13.582Z Downloaded tungstenite v0.23.0
12052026-06-25T00:26:13.582Z Downloaded iddqd v0.4.2
12062026-06-25T00:26:13.585Z Downloaded unicode-properties v0.1.4
12072026-06-25T00:26:13.590Z Downloaded rpassword v7.4.0
12082026-06-25T00:26:13.590Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-06-25T00:26:13.594Z Downloaded tracing-core v0.1.36
12102026-06-25T00:26:13.594Z Downloaded serde_with v1.14.0
12112026-06-25T00:26:13.597Z Downloaded vsss-rs v3.3.4
12122026-06-25T00:26:13.602Z Downloaded nom v8.0.0
12132026-06-25T00:26:13.607Z Downloaded rustyline v14.0.0
12142026-06-25T00:26:13.616Z Downloaded tokio-postgres v0.7.16
12152026-06-25T00:26:13.624Z Downloaded yasna v0.5.2
12162026-06-25T00:26:13.626Z Downloaded bitvec v1.0.1
12172026-06-25T00:26:13.641Z Downloaded vte v0.14.1
12182026-06-25T00:26:13.644Z Downloaded ssh-key v0.6.7
12192026-06-25T00:26:13.647Z Downloaded zopfli v0.8.3
12202026-06-25T00:26:13.658Z Downloaded reedline v0.40.0
12212026-06-25T00:26:13.662Z Downloaded aws-lc-rs v1.16.3
12222026-06-25T00:26:13.673Z Downloaded chrono v0.4.44
12232026-06-25T00:26:13.676Z Downloaded p384 v0.13.1
12242026-06-25T00:26:13.679Z Downloaded unicode_categories v0.1.1
12252026-06-25T00:26:13.682Z Downloaded yansi v1.0.1
12262026-06-25T00:26:13.691Z Downloaded zip v0.6.6
12272026-06-25T00:26:13.694Z Downloaded toml_edit v0.19.15
12282026-06-25T00:26:13.704Z Downloaded regex v1.12.3
12292026-06-25T00:26:13.707Z Downloaded bindgen v0.71.1
12302026-06-25T00:26:13.720Z Downloaded tower v0.5.3
12312026-06-25T00:26:13.725Z Downloaded quick-xml v0.37.5
12322026-06-25T00:26:13.730Z Downloaded rayon v1.11.0
12332026-06-25T00:26:13.737Z Downloaded typed-path v0.9.3
12342026-06-25T00:26:13.739Z Downloaded git2 v0.20.4
12352026-06-25T00:26:13.744Z Downloaded portable-atomic v1.13.1
12362026-06-25T00:26:13.749Z Downloaded x509-cert v0.2.5
12372026-06-25T00:26:13.753Z Downloaded rustls-webpki v0.101.7
12382026-06-25T00:26:13.760Z Downloaded unicode-segmentation v1.12.0
12392026-06-25T00:26:13.763Z Downloaded salty v0.3.0
12402026-06-25T00:26:13.768Z Downloaded petname v2.0.2
12412026-06-25T00:26:13.771Z Downloaded moka v0.12.13
12422026-06-25T00:26:13.776Z Downloaded reqwest v0.13.2
12432026-06-25T00:26:13.779Z Downloaded zerocopy-derive v0.8.40
12442026-06-25T00:26:13.784Z Downloaded reqwest v0.12.28
12452026-06-25T00:26:13.787Z Downloaded zip v4.6.1
12462026-06-25T00:26:13.791Z Downloaded serde_with v3.17.0
12472026-06-25T00:26:13.797Z Downloaded lalrpop v0.19.12
12482026-06-25T00:26:13.805Z Downloaded tough v0.22.0
12492026-06-25T00:26:13.810Z Downloaded tokio-util v0.7.18
12502026-06-25T00:26:13.815Z Downloaded goblin v0.10.5
12512026-06-25T00:26:13.830Z Downloaded unicode-normalization v0.1.25
12522026-06-25T00:26:13.846Z Downloaded proptest v1.10.0
12532026-06-25T00:26:13.851Z Downloaded nix v0.27.1
12542026-06-25T00:26:13.859Z Downloaded winnow v0.5.40
12552026-06-25T00:26:13.864Z Downloaded rustls-webpki v0.102.8
12562026-06-25T00:26:13.874Z Downloaded tower-http v0.6.8
12572026-06-25T00:26:13.879Z Downloaded radix_trie v0.2.1
12582026-06-25T00:26:13.882Z Downloaded quinn-proto v0.11.13
12592026-06-25T00:26:13.885Z Downloaded winnow v0.6.26
12602026-06-25T00:26:13.893Z Downloaded object v0.30.4
12612026-06-25T00:26:13.923Z Downloaded polar-core v0.27.3
12622026-06-25T00:26:13.950Z Downloaded dropshot v0.17.0
12632026-06-25T00:26:13.963Z Downloaded bstr v1.12.1
12642026-06-25T00:26:13.968Z Downloaded openssl v0.10.79
12652026-06-25T00:26:13.973Z Downloaded tabled v0.20.0
12662026-06-25T00:26:13.983Z Downloaded vcpkg v0.2.15
12672026-06-25T00:26:14.005Z Downloaded zlib-rs v0.6.2
12682026-06-25T00:26:14.008Z Downloaded zerocopy v0.8.40
12692026-06-25T00:26:14.013Z Downloaded time v0.3.47
12702026-06-25T00:26:14.020Z Downloaded nix v0.31.2
12712026-06-25T00:26:14.027Z Downloaded smoltcp v0.9.1
12722026-06-25T00:26:14.033Z Downloaded rustls v0.23.37
12732026-06-25T00:26:14.039Z Downloaded rustls v0.22.4
12742026-06-25T00:26:14.046Z Downloaded openapiv3 v2.2.0
12752026-06-25T00:26:14.053Z Downloaded object v0.37.3
12762026-06-25T00:26:14.059Z Downloaded smoltcp v0.11.0
12772026-06-25T00:26:14.066Z Downloaded regress v0.10.5
12782026-06-25T00:26:14.071Z Downloaded hickory-proto v0.25.2
12792026-06-25T00:26:14.082Z Downloaded regress v0.11.1
12802026-06-25T00:26:14.085Z Downloaded diesel v2.3.7
12812026-06-25T00:26:14.097Z Downloaded regex-syntax v0.6.29
12822026-06-25T00:26:14.100Z Downloaded webpki-roots v1.0.6
12832026-06-25T00:26:14.103Z Downloaded regex-syntax v0.8.10
12842026-06-25T00:26:14.107Z Downloaded rustls v0.21.12
12852026-06-25T00:26:14.113Z Downloaded sqlparser v0.61.0
12862026-06-25T00:26:14.119Z Downloaded rustix v0.38.44
12872026-06-25T00:26:14.133Z Downloaded hickory-proto v0.24.4
12882026-06-25T00:26:14.140Z Downloaded nix v0.28.0
12892026-06-25T00:26:14.146Z Downloaded typify-impl v0.6.2
12902026-06-25T00:26:14.154Z Downloaded tracing v0.1.44
12912026-06-25T00:26:14.187Z Downloaded regex-automata v0.4.14
12922026-06-25T00:26:14.196Z Downloaded zerocopy-derive v0.6.6
12932026-06-25T00:26:14.214Z Downloaded sled v0.34.7
12942026-06-25T00:26:14.220Z Downloaded ratatui v0.29.0
12952026-06-25T00:26:14.234Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-06-25T00:26:14.240Z Downloaded csv v1.4.0
12972026-06-25T00:26:14.263Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-06-25T00:26:14.275Z Downloaded tokio v1.52.1
12992026-06-25T00:26:14.309Z Downloaded encoding_rs v0.8.35
13002026-06-25T00:26:14.323Z Downloaded petgraph v0.6.5
13012026-06-25T00:26:14.346Z Downloaded jiff v0.2.21
13022026-06-25T00:26:14.357Z Downloaded chrono-tz v0.10.4
13032026-06-25T00:26:14.369Z Downloaded petgraph v0.8.3
13042026-06-25T00:26:14.396Z Downloaded libz-sys v1.1.24
13052026-06-25T00:26:14.409Z Downloaded sha3 v0.10.8
13062026-06-25T00:26:14.533Z Downloaded ring v0.17.14
13072026-06-25T00:26:14.580Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-25T00:26:15.124Z Downloaded aws-lc-sys v0.40.0
13092026-06-25T00:26:15.377Z Compiling libc v0.2.185
13102026-06-25T00:26:15.377Z Compiling serde v1.0.228
13112026-06-25T00:26:15.380Z Compiling log v0.4.29
13122026-06-25T00:26:15.380Z Compiling find-msvc-tools v0.1.9
13132026-06-25T00:26:15.380Z Compiling shlex v1.3.0
13142026-06-25T00:26:15.380Z Compiling smallvec v1.15.1
13152026-06-25T00:26:15.380Z Compiling syn v2.0.117
13162026-06-25T00:26:15.380Z Compiling typenum v1.19.0
13172026-06-25T00:26:15.691Z Compiling generic-array v0.14.7
13182026-06-25T00:26:15.719Z Compiling subtle v2.6.1
13192026-06-25T00:26:15.748Z Compiling scopeguard v1.2.0
13202026-06-25T00:26:15.765Z Compiling const-oid v0.9.6
13212026-06-25T00:26:15.828Z Compiling serde_json v1.0.149
13222026-06-25T00:26:15.865Z Compiling lock_api v0.4.14
13232026-06-25T00:26:15.915Z Compiling zerocopy v0.8.40
13242026-06-25T00:26:15.945Z Compiling pin-project-lite v0.2.17
13252026-06-25T00:26:16.037Z Compiling portable-atomic v1.13.1
13262026-06-25T00:26:16.097Z Compiling parking_lot_core v0.9.12
13272026-06-25T00:26:16.329Z Compiling getrandom v0.2.17
13282026-06-25T00:26:16.342Z Compiling jobserver v0.1.34
13292026-06-25T00:26:16.396Z Compiling errno v0.3.14
13302026-06-25T00:26:16.461Z Compiling rand_core v0.6.4
13312026-06-25T00:26:16.520Z Compiling pkg-config v0.3.32
13322026-06-25T00:26:16.543Z Compiling cc v1.2.56
13332026-06-25T00:26:16.721Z Compiling signal-hook-registry v1.4.8
13342026-06-25T00:26:16.736Z Compiling bitflags v2.11.0
13352026-06-25T00:26:16.838Z Compiling futures-core v0.3.32
13362026-06-25T00:26:18.060Z Compiling critical-section v1.2.0
13372026-06-25T00:26:18.065Z Compiling libm v0.2.16
13382026-06-25T00:26:18.065Z Compiling parking_lot v0.12.5
13392026-06-25T00:26:18.065Z Compiling mio v1.2.0
13402026-06-25T00:26:18.065Z Compiling once_cell v1.21.3
13412026-06-25T00:26:18.065Z Compiling num-traits v0.2.19
13422026-06-25T00:26:18.065Z Compiling percent-encoding v2.3.2
13432026-06-25T00:26:18.065Z Compiling socket2 v0.6.3
13442026-06-25T00:26:18.065Z Compiling futures-sink v0.3.32
13452026-06-25T00:26:18.065Z Compiling cpufeatures v0.2.17
13462026-06-25T00:26:18.065Z Compiling futures-channel v0.3.32
13472026-06-25T00:26:18.065Z Compiling slab v0.4.12
13482026-06-25T00:26:18.065Z Compiling futures-task v0.3.32
13492026-06-25T00:26:18.066Z Compiling futures-io v0.3.32
13502026-06-25T00:26:18.066Z Compiling getrandom v0.4.1
13512026-06-25T00:26:18.066Z Compiling rand_core v0.10.0
13522026-06-25T00:26:18.066Z Compiling indexmap v2.14.0
13532026-06-25T00:26:18.066Z Compiling getrandom v0.3.4
13542026-06-25T00:26:18.066Z Compiling rustversion v1.0.22
13552026-06-25T00:26:18.066Z Compiling cmake v0.1.57
13562026-06-25T00:26:18.272Z Compiling form_urlencoded v1.2.2
13572026-06-25T00:26:18.296Z Compiling dunce v1.0.5
13582026-06-25T00:26:18.328Z Compiling fs_extra v1.3.0
13592026-06-25T00:26:18.466Z Compiling synstructure v0.13.2
13602026-06-25T00:26:18.466Z Compiling ident_case v1.0.1
13612026-06-25T00:26:18.586Z Compiling base64ct v1.8.3
13622026-06-25T00:26:18.601Z Compiling iana-time-zone v0.1.65
13632026-06-25T00:26:18.630Z Compiling aws-lc-sys v0.40.0
13642026-06-25T00:26:18.731Z Compiling regex-syntax v0.8.10
13652026-06-25T00:26:18.806Z Compiling rustix v1.1.3
13662026-06-25T00:26:18.853Z Compiling pem-rfc7468 v0.7.0
13672026-06-25T00:26:18.887Z Compiling flagset v0.4.7
13682026-06-25T00:26:19.017Z Compiling rand_core v0.9.5
13692026-06-25T00:26:19.042Z Compiling ring v0.17.14
13702026-06-25T00:26:19.074Z Compiling aws-lc-rs v1.16.3
13712026-06-25T00:26:19.160Z Compiling vcpkg v0.2.15
13722026-06-25T00:26:19.308Z Compiling uuid v1.23.0
13732026-06-25T00:26:19.365Z Compiling rustc_version v0.4.1
13742026-06-25T00:26:19.703Z Compiling tracing-core v0.1.36
13752026-06-25T00:26:19.925Z Compiling openssl-sys v0.9.115
13762026-06-25T00:26:20.062Z Compiling base64 v0.22.1
13772026-06-25T00:26:20.225Z Compiling serde_derive v1.0.228
13782026-06-25T00:26:20.278Z Compiling zeroize_derive v1.4.3
13792026-06-25T00:26:20.360Z Compiling zerofrom-derive v0.1.6
13802026-06-25T00:26:20.452Z Compiling yoke-derive v0.8.1
13812026-06-25T00:26:20.551Z Compiling zerocopy-derive v0.8.40
13822026-06-25T00:26:20.932Z Compiling zeroize v1.8.2
13832026-06-25T00:26:21.150Z Compiling zerovec-derive v0.11.2
13842026-06-25T00:26:21.616Z Compiling displaydoc v0.2.5
13852026-06-25T00:26:21.713Z Compiling crypto-common v0.1.7
13862026-06-25T00:26:21.749Z Compiling zerofrom v0.1.6
13872026-06-25T00:26:21.860Z Compiling block-buffer v0.10.4
13882026-06-25T00:26:21.924Z Compiling yoke v0.8.1
13892026-06-25T00:26:22.062Z Compiling digest v0.10.7
13902026-06-25T00:26:22.114Z Compiling tokio-macros v2.7.0
13912026-06-25T00:26:22.285Z Compiling zerovec v0.11.5
13922026-06-25T00:26:22.321Z Compiling futures-macro v0.3.32
13932026-06-25T00:26:22.372Z Compiling zerotrie v0.2.3
13942026-06-25T00:26:22.671Z Compiling hmac v0.12.1
13952026-06-25T00:26:22.793Z Compiling tinystr v0.8.2
13962026-06-25T00:26:22.832Z Compiling potential_utf v0.1.4
13972026-06-25T00:26:22.845Z Compiling block-padding v0.3.3
13982026-06-25T00:26:22.988Z Compiling icu_locale_core v2.1.1
13992026-06-25T00:26:22.988Z Compiling icu_collections v2.1.1
14002026-06-25T00:26:23.014Z Compiling inout v0.1.4
14012026-06-25T00:26:23.130Z Compiling futures-util v0.3.32
14022026-06-25T00:26:23.178Z Compiling cipher v0.4.4
14032026-06-25T00:26:23.434Z Compiling sha2 v0.10.9
14042026-06-25T00:26:23.464Z Compiling der_derive v0.7.3
14052026-06-25T00:26:23.703Z Compiling bytes v1.11.1
14062026-06-25T00:26:23.732Z Compiling icu_provider v2.1.1
14072026-06-25T00:26:23.878Z Compiling chrono v0.4.44
14082026-06-25T00:26:24.032Z Compiling icu_properties v2.1.2
14092026-06-25T00:26:24.329Z Compiling tokio v1.52.1
14102026-06-25T00:26:24.420Z Compiling icu_normalizer v2.1.1
14112026-06-25T00:26:24.819Z Compiling der v0.7.10
14122026-06-25T00:26:24.950Z Compiling idna_adapter v1.2.1
14132026-06-25T00:26:25.029Z Compiling ppv-lite86 v0.2.21
14142026-06-25T00:26:25.086Z Compiling idna v1.1.0
14152026-06-25T00:26:25.116Z Compiling http v1.4.0
14162026-06-25T00:26:25.260Z Compiling salsa20 v0.10.2
14172026-06-25T00:26:25.341Z Compiling pbkdf2 v0.12.2
14182026-06-25T00:26:25.397Z Compiling url v2.5.8
14192026-06-25T00:26:25.409Z Compiling rustls-pki-types v1.14.0
14202026-06-25T00:26:25.452Z Compiling thiserror-impl v2.0.18
14212026-06-25T00:26:25.730Z Compiling spki v0.7.3
14222026-06-25T00:26:25.851Z Compiling tracing-attributes v0.1.31
14232026-06-25T00:26:25.935Z Compiling http-body v1.0.1
14242026-06-25T00:26:25.995Z Compiling scrypt v0.11.0
14252026-06-25T00:26:25.998Z Compiling rand_chacha v0.9.0
14262026-06-25T00:26:26.083Z Compiling cbc v0.1.2
14272026-06-25T00:26:26.165Z Compiling aes v0.8.4
14282026-06-25T00:26:26.249Z Compiling untrusted v0.7.1
14292026-06-25T00:26:26.291Z Compiling untrusted v0.9.0
14302026-06-25T00:26:26.372Z Compiling tinyvec_macros v0.1.1
14312026-06-25T00:26:26.412Z Compiling httparse v1.10.1
14322026-06-25T00:26:26.442Z Compiling openssl-probe v0.2.1
14332026-06-25T00:26:26.613Z Compiling pkcs5 v0.7.1
14342026-06-25T00:26:26.677Z Compiling tinyvec v1.10.0
14352026-06-25T00:26:26.772Z Compiling thiserror v2.0.18
14362026-06-25T00:26:26.931Z Compiling pest_generator v2.8.6
14372026-06-25T00:26:27.066Z Compiling rand v0.9.2
14382026-06-25T00:26:27.133Z Compiling serde_derive_internals v0.29.1
14392026-06-25T00:26:27.160Z Compiling tracing v0.1.44
14402026-06-25T00:26:27.215Z Compiling aho-corasick v1.1.4
14412026-06-25T00:26:27.425Z Compiling try-lock v0.2.5
14422026-06-25T00:26:27.538Z Compiling tower-service v0.3.3
14432026-06-25T00:26:27.625Z Compiling schemars v0.8.22
14442026-06-25T00:26:27.639Z Compiling tower-layer v0.3.3
14452026-06-25T00:26:27.802Z Compiling dyn-clone v1.0.20
14462026-06-25T00:26:27.823Z Compiling atomic-waker v1.1.2
14472026-06-25T00:26:27.858Z Compiling rustls v0.23.37
14482026-06-25T00:26:27.949Z Compiling pest_derive v2.8.6
14492026-06-25T00:26:27.965Z Compiling want v0.3.1
14502026-06-25T00:26:28.013Z Compiling schemars_derive v0.8.22
14512026-06-25T00:26:28.028Z Compiling regex-automata v0.4.14
14522026-06-25T00:26:28.126Z Compiling tokio-util v0.7.18
14532026-06-25T00:26:28.372Z Compiling pkcs8 v0.10.2
14542026-06-25T00:26:28.672Z Compiling ipnet v2.11.0
14552026-06-25T00:26:28.883Z Compiling h2 v0.4.13
14562026-06-25T00:26:28.883Z Compiling scroll_derive v0.13.1
14572026-06-25T00:26:29.142Z Compiling darling_core v0.20.11
14582026-06-25T00:26:29.161Z Compiling foreign-types-shared v0.1.1
14592026-06-25T00:26:29.231Z Compiling pin-utils v0.1.0
14602026-06-25T00:26:29.245Z Compiling openssl v0.10.79
14612026-06-25T00:26:29.303Z Compiling httpdate v1.0.3
14622026-06-25T00:26:29.490Z Compiling tempfile v3.25.0
14632026-06-25T00:26:29.676Z Compiling scroll v0.13.0
14642026-06-25T00:26:29.859Z Compiling foreign-types v0.3.2
14652026-06-25T00:26:29.931Z Compiling unicode-normalization v0.1.25
14662026-06-25T00:26:29.996Z Compiling openssl-macros v0.1.1
14672026-06-25T00:26:30.347Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-25T00:26:30.379Z Compiling socket2 v0.5.10
14692026-06-25T00:26:30.392Z Compiling spin v0.9.8
14702026-06-25T00:26:30.596Z Compiling native-tls v0.2.18
14712026-06-25T00:26:30.726Z Compiling time-core v0.1.8
14722026-06-25T00:26:30.769Z Compiling crc32fast v1.5.0
14732026-06-25T00:26:30.794Z Compiling powerfmt v0.2.0
14742026-06-25T00:26:30.812Z Compiling num-conv v0.2.0
14752026-06-25T00:26:30.937Z Compiling time-macros v0.2.27
14762026-06-25T00:26:30.992Z Compiling deranged v0.5.8
14772026-06-25T00:26:31.393Z Compiling darling_macro v0.20.11
14782026-06-25T00:26:31.862Z Compiling hyper v1.8.1
14792026-06-25T00:26:32.014Z Compiling darling v0.20.11
14802026-06-25T00:26:32.027Z Compiling goblin v0.10.5
14812026-06-25T00:26:32.054Z Compiling rustls-native-certs v0.8.3
14822026-06-25T00:26:32.097Z Compiling sync_wrapper v1.0.2
14832026-06-25T00:26:32.201Z Compiling wait-timeout v0.2.1
14842026-06-25T00:26:32.341Z Compiling crossbeam-utils v0.8.21
14852026-06-25T00:26:32.468Z Compiling siphasher v1.0.2
14862026-06-25T00:26:32.630Z Compiling bit-vec v0.8.0
14872026-06-25T00:26:32.657Z Compiling unicode-segmentation v1.12.0
14882026-06-25T00:26:32.864Z Compiling syn v1.0.109
14892026-06-25T00:26:32.879Z Compiling simd-adler32 v0.3.8
14902026-06-25T00:26:33.033Z Compiling hyper-util v0.1.20
14912026-06-25T00:26:33.121Z Compiling quick-error v1.2.3
14922026-06-25T00:26:33.168Z Compiling num_threads v0.1.7
14932026-06-25T00:26:33.227Z Compiling usdt-impl v0.6.0
14942026-06-25T00:26:33.267Z Compiling time v0.3.47
14952026-06-25T00:26:33.494Z Compiling rusty-fork v0.3.1
14962026-06-25T00:26:33.801Z Compiling bit-set v0.8.0
14972026-06-25T00:26:33.832Z Compiling tower v0.5.3
14982026-06-25T00:26:33.960Z Compiling derive_builder_core v0.20.2
14992026-06-25T00:26:34.248Z Compiling dtrace-parser v0.3.0
15002026-06-25T00:26:34.296Z Compiling http-body-util v0.1.3
15012026-06-25T00:26:34.537Z Compiling webpki-roots v1.0.6
15022026-06-25T00:26:34.659Z Compiling signature v2.2.0
15032026-06-25T00:26:34.767Z Compiling dof v0.4.0
15042026-06-25T00:26:34.814Z Compiling scroll_derive v0.12.1
15052026-06-25T00:26:34.827Z Compiling thiserror-impl v1.0.69
15062026-06-25T00:26:34.840Z Compiling heapless v0.7.17
15072026-06-25T00:26:34.990Z Compiling rand_xorshift v0.4.0
15082026-06-25T00:26:35.067Z Compiling slog v2.8.2
15092026-06-25T00:26:35.154Z Compiling darling_core v0.21.3
15102026-06-25T00:26:35.247Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-25T00:26:35.455Z Compiling thread-id v5.1.0
15122026-06-25T00:26:35.513Z Compiling cookie v0.18.1
15132026-06-25T00:26:35.536Z Compiling anyhow v1.0.102
15142026-06-25T00:26:35.695Z Compiling zstd-safe v7.2.4
15152026-06-25T00:26:35.837Z Compiling unicode-properties v0.1.4
15162026-06-25T00:26:35.884Z Compiling unarray v0.1.4
15172026-06-25T00:26:35.898Z Compiling allocator-api2 v0.2.21
15182026-06-25T00:26:36.034Z Compiling paste v1.0.15
15192026-06-25T00:26:36.043Z Compiling unicode-bidi v0.3.18
15202026-06-25T00:26:36.056Z Compiling signal-hook v0.3.18
15212026-06-25T00:26:36.218Z Compiling adler2 v2.0.1
15222026-06-25T00:26:36.221Z Compiling iri-string v0.7.10
15232026-06-25T00:26:36.221Z Compiling ryu v1.0.23
15242026-06-25T00:26:36.317Z Compiling miniz_oxide v0.8.9
15252026-06-25T00:26:36.343Z Compiling thiserror v1.0.69
15262026-06-25T00:26:36.418Z Compiling serde_urlencoded v0.7.1
15272026-06-25T00:26:36.449Z Compiling stringprep v0.1.5
15282026-06-25T00:26:36.571Z Compiling proptest v1.10.0
15292026-06-25T00:26:36.946Z Compiling scroll v0.12.0
15302026-06-25T00:26:37.278Z Compiling derive_builder_macro v0.20.2
15312026-06-25T00:26:37.478Z Compiling tower-http v0.6.8
15322026-06-25T00:26:37.685Z Compiling darling_macro v0.21.3
15332026-06-25T00:26:37.741Z Compiling tokio-native-tls v0.3.1
15342026-06-25T00:26:37.779Z Compiling heck v0.4.1
15352026-06-25T00:26:37.878Z Compiling ipnetwork v0.21.1
15362026-06-25T00:26:37.911Z Compiling bstr v1.12.1
15372026-06-25T00:26:38.001Z Compiling rand_chacha v0.3.1
15382026-06-25T00:26:38.001Z Compiling toml_datetime v0.6.11
15392026-06-25T00:26:38.166Z Compiling erased-serde v0.3.31
15402026-06-25T00:26:38.274Z Compiling serde_tokenstream v0.2.3
15412026-06-25T00:26:38.287Z Compiling serde_spanned v0.6.9
15422026-06-25T00:26:38.432Z Compiling md-5 v0.10.6
15432026-06-25T00:26:38.561Z Compiling async-trait v0.1.89
15442026-06-25T00:26:38.581Z Compiling pin-project-internal v1.1.11
15452026-06-25T00:26:38.595Z Compiling zerocopy-derive v0.7.35
15462026-06-25T00:26:38.647Z Compiling curve25519-dalek v4.1.3
15472026-06-25T00:26:38.787Z Compiling vergen-lib v9.1.0
15482026-06-25T00:26:38.969Z Compiling num-integer v0.1.46
15492026-06-25T00:26:38.984Z Compiling hash32 v0.2.1
15502026-06-25T00:26:39.174Z Compiling ff v0.13.1
15512026-06-25T00:26:39.288Z Compiling memoffset v0.9.1
15522026-06-25T00:26:39.316Z Compiling encoding_rs v0.8.35
15532026-06-25T00:26:39.448Z Compiling num-bigint-dig v0.8.6
15542026-06-25T00:26:39.476Z Compiling base16ct v0.2.0
15552026-06-25T00:26:39.560Z Compiling ref-cast v1.0.25
15562026-06-25T00:26:39.637Z Compiling litrs v1.0.0
15572026-06-25T00:26:39.660Z Compiling fallible-iterator v0.2.0
15582026-06-25T00:26:39.687Z Compiling mime v0.3.17
15592026-06-25T00:26:39.861Z Compiling zlib-rs v0.6.2
15602026-06-25T00:26:39.942Z Compiling psl-types v2.0.11
15612026-06-25T00:26:39.969Z Compiling cfg_aliases v0.2.1
15622026-06-25T00:26:40.048Z Compiling rustix v0.38.44
15632026-06-25T00:26:40.069Z Compiling smoltcp v0.9.1
15642026-06-25T00:26:40.148Z Compiling document-features v0.2.12
15652026-06-25T00:26:40.421Z Compiling nix v0.31.2
15662026-06-25T00:26:40.474Z Compiling publicsuffix v2.3.0
15672026-06-25T00:26:40.650Z Compiling postgres-protocol v0.6.10
15682026-06-25T00:26:40.780Z Compiling pin-project v1.1.11
15692026-06-25T00:26:40.816Z Compiling sec1 v0.7.3
15702026-06-25T00:26:40.877Z Compiling zerocopy v0.7.35
15712026-06-25T00:26:40.919Z Compiling group v0.13.0
15722026-06-25T00:26:41.076Z Compiling num-iter v0.1.45
15732026-06-25T00:26:41.223Z Compiling newtype-uuid v1.3.2
15742026-06-25T00:26:41.422Z Compiling rand v0.8.6
15752026-06-25T00:26:41.500Z Compiling hubpack_derive v0.1.1
15762026-06-25T00:26:41.545Z Compiling darling v0.21.3
15772026-06-25T00:26:41.562Z Compiling oxnet v0.1.6
15782026-06-25T00:26:41.629Z Compiling snafu-derive v0.8.9
15792026-06-25T00:26:41.693Z Compiling hyper-tls v0.6.0
15802026-06-25T00:26:41.914Z Compiling derive_builder v0.20.2
15812026-06-25T00:26:42.039Z Compiling goblin v0.8.2
15822026-06-25T00:26:42.635Z Compiling phf_shared v0.13.1
15832026-06-25T00:26:42.638Z Compiling lazy_static v1.5.0
15842026-06-25T00:26:42.744Z Compiling regex v1.12.3
15852026-06-25T00:26:42.881Z Compiling flate2 v1.1.9
15862026-06-25T00:26:43.093Z Compiling anstyle-parse v0.2.7
15872026-06-25T00:26:43.156Z Compiling strum_macros v0.27.2
15882026-06-25T00:26:43.184Z Compiling futures-executor v0.3.32
15892026-06-25T00:26:43.272Z Compiling hex v0.4.3
15902026-06-25T00:26:43.294Z Compiling hkdf v0.12.4
15912026-06-25T00:26:43.442Z Compiling crypto-bigint v0.5.5
15922026-06-25T00:26:43.461Z Compiling terminal_size v0.4.3
15932026-06-25T00:26:43.542Z Compiling daft-derive v0.1.7
15942026-06-25T00:26:43.586Z Compiling curve25519-dalek-derive v0.1.1
15952026-06-25T00:26:43.601Z Compiling ref-cast-impl v1.0.25
15962026-06-25T00:26:44.157Z Compiling vergen v9.1.0
15972026-06-25T00:26:44.236Z Compiling fs-err v3.3.0
15982026-06-25T00:26:44.256Z Compiling cargo-platform v0.3.2
15992026-06-25T00:26:44.329Z Compiling ahash v0.8.12
16002026-06-25T00:26:44.422Z Compiling foldhash v0.2.0
16012026-06-25T00:26:44.528Z Compiling bumpalo v3.20.2
16022026-06-25T00:26:44.541Z Compiling same-file v1.0.6
16032026-06-25T00:26:44.646Z Compiling managed v0.8.0
16042026-06-25T00:26:44.704Z Compiling bitflags v1.3.2
16052026-06-25T00:26:44.777Z Compiling winnow v0.5.40
16062026-06-25T00:26:44.791Z Compiling foldhash v0.1.5
16072026-06-25T00:26:44.859Z Compiling libbz2-rs-sys v0.2.2
16082026-06-25T00:26:44.961Z Compiling object v0.37.3
16092026-06-25T00:26:45.114Z Compiling clap_builder v4.6.0
16102026-06-25T00:26:45.278Z Compiling strum v0.27.2
16112026-06-25T00:26:45.414Z Compiling bzip2 v0.6.1
16122026-06-25T00:26:45.523Z Compiling hashbrown v0.15.5
16132026-06-25T00:26:45.571Z Compiling zopfli v0.8.3
16142026-06-25T00:26:45.624Z Compiling walkdir v2.5.0
16152026-06-25T00:26:45.935Z Compiling hashbrown v0.16.1
16162026-06-25T00:26:46.070Z Compiling toml_edit v0.19.15
16172026-06-25T00:26:46.227Z Compiling cargo_metadata v0.23.1
16182026-06-25T00:26:46.358Z Compiling elliptic-curve v0.13.8
16192026-06-25T00:26:46.391Z Compiling dof v0.3.0
16202026-06-25T00:26:46.521Z Compiling daft v0.1.7
16212026-06-25T00:26:46.959Z Compiling snafu v0.8.9
16222026-06-25T00:26:47.123Z Compiling futures v0.3.32
16232026-06-25T00:26:47.208Z Compiling anstream v0.6.21
16242026-06-25T00:26:47.324Z Compiling phf v0.13.1
16252026-06-25T00:26:47.520Z Compiling signal-hook-mio v0.2.5
16262026-06-25T00:26:47.619Z Compiling cookie_store v0.22.1
16272026-06-25T00:26:47.641Z Compiling zstd v0.13.3
16282026-06-25T00:26:47.914Z Compiling bzip2 v0.4.4
16292026-06-25T00:26:47.970Z Compiling hubpack v0.1.2
16302026-06-25T00:26:48.129Z Compiling serde_with_macros v3.17.0
16312026-06-25T00:26:48.170Z Compiling postgres-types v0.2.12
16322026-06-25T00:26:48.306Z Compiling usdt-attr-macro v0.6.0
16332026-06-25T00:26:48.722Z Compiling usdt-macro v0.6.0
16342026-06-25T00:26:48.763Z Compiling globset v0.4.18
16352026-06-25T00:26:49.170Z Compiling dtrace-parser v0.2.0
16362026-06-25T00:26:49.249Z Compiling ed25519 v2.2.3
16372026-06-25T00:26:49.390Z Compiling phf_shared v0.11.3
16382026-06-25T00:26:49.434Z Compiling olpc-cjson v0.1.4
16392026-06-25T00:26:49.459Z Compiling pkcs1 v0.7.5
16402026-06-25T00:26:49.579Z Compiling clap_derive v4.6.1
16412026-06-25T00:26:49.599Z Compiling strum_macros v0.26.4
16422026-06-25T00:26:49.810Z Compiling enum-as-inner v0.6.1
16432026-06-25T00:26:49.836Z Compiling serde_plain v1.0.2
16442026-06-25T00:26:49.860Z Compiling serde-big-array v0.5.1
16452026-06-25T00:26:50.003Z Compiling rfc6979 v0.4.0
16462026-06-25T00:26:50.029Z Compiling pem v3.0.6
16472026-06-25T00:26:50.134Z Compiling async-recursion v1.1.1
16482026-06-25T00:26:50.148Z Compiling serde_repr v0.1.20
16492026-06-25T00:26:50.322Z Compiling float-cmp v0.10.0
16502026-06-25T00:26:50.363Z Compiling thread-id v4.2.2
16512026-06-25T00:26:50.451Z Compiling memmap2 v0.9.10
16522026-06-25T00:26:50.476Z Compiling env_filter v1.0.0
16532026-06-25T00:26:50.670Z Compiling fixedbitset v0.4.2
16542026-06-25T00:26:50.692Z Compiling precomputed-hash v0.1.1
16552026-06-25T00:26:50.778Z Compiling whoami v2.1.0
16562026-06-25T00:26:50.783Z Compiling new_debug_unreachable v1.0.6
16572026-06-25T00:26:50.783Z Compiling static_assertions v1.1.0
16582026-06-25T00:26:50.864Z Compiling fixedbitset v0.5.7
16592026-06-25T00:26:50.877Z Compiling data-encoding v2.10.0
16602026-06-25T00:26:50.893Z Compiling predicates-core v1.0.10
16612026-06-25T00:26:51.071Z Compiling typed-path v0.9.3
16622026-06-25T00:26:51.155Z Compiling jiff v0.2.21
16632026-06-25T00:26:51.168Z Compiling either v1.15.0
16642026-06-25T00:26:51.332Z Compiling keccak v0.1.6
16652026-06-25T00:26:51.335Z Compiling normalize-line-endings v0.3.0
16662026-06-25T00:26:51.375Z Compiling difflib v0.4.0
16672026-06-25T00:26:51.440Z Compiling itertools v0.13.0
16682026-06-25T00:26:51.569Z Compiling sha3 v0.10.8
16692026-06-25T00:26:51.953Z Compiling predicates v3.1.4
16702026-06-25T00:26:52.077Z Compiling clap v4.6.1
16712026-06-25T00:26:52.106Z Compiling strum v0.26.3
16722026-06-25T00:26:52.126Z Compiling hickory-proto v0.25.2
16732026-06-25T00:26:52.243Z Compiling petgraph v0.8.3
16742026-06-25T00:26:52.369Z Compiling tokio-postgres v0.7.16
16752026-06-25T00:26:52.627Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-25T00:26:52.732Z Compiling string_cache v0.8.9
16772026-06-25T00:26:52.972Z Compiling petgraph v0.6.5
16782026-06-25T00:26:53.277Z Compiling toml_edit v0.22.27
16792026-06-25T00:26:54.220Z Compiling zip v4.6.1
16802026-06-25T00:26:54.444Z Compiling env_logger v0.11.9
16812026-06-25T00:26:54.606Z Compiling usdt v0.6.0
16822026-06-25T00:26:54.808Z Compiling usdt-impl v0.5.0
16832026-06-25T00:26:54.873Z Compiling ecdsa v0.16.9
16842026-06-25T00:26:55.198Z Compiling rsa v0.9.10
16852026-06-25T00:26:55.273Z Compiling ed25519-dalek v2.2.0
16862026-06-25T00:26:55.386Z Compiling serde_with v3.17.0
16872026-06-25T00:26:55.391Z Compiling crossterm v0.28.1
16882026-06-25T00:26:55.938Z Compiling zip v0.6.6
16892026-06-25T00:26:56.387Z Compiling toml v0.7.8
16902026-06-25T00:26:56.534Z Compiling iddqd v0.4.2
16912026-06-25T00:26:57.035Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-25T00:26:57.099Z Compiling similar v2.7.0
16932026-06-25T00:26:57.119Z Compiling crossbeam-epoch v0.9.18
16942026-06-25T00:26:57.143Z Compiling tokio-stream v0.1.18
16952026-06-25T00:26:57.458Z Compiling buf-list v1.1.2
16962026-06-25T00:26:57.612Z Compiling x509-cert v0.2.5
16972026-06-25T00:26:57.666Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-25T00:26:57.738Z Compiling openapiv3 v2.2.0
16992026-06-25T00:26:57.898Z Compiling sha1 v0.10.6
17002026-06-25T00:26:57.968Z Compiling lalrpop-util v0.19.12
17012026-06-25T00:26:57.982Z Compiling peg-runtime v0.8.5
17022026-06-25T00:26:58.120Z Compiling thread_local v1.1.9
17032026-06-25T00:26:58.164Z Compiling slog-async v2.8.0
17042026-06-25T00:26:58.259Z Compiling crossbeam-channel v0.5.15
17052026-06-25T00:26:58.370Z Compiling filetime v0.2.27
17062026-06-25T00:26:58.487Z Compiling is-terminal v0.4.17
17072026-06-25T00:26:58.549Z Compiling term v1.2.1
17082026-06-25T00:26:58.564Z Compiling xattr v1.6.1
17092026-06-25T00:26:58.578Z Compiling take_mut v0.2.2
17102026-06-25T00:26:58.691Z Compiling tar v0.4.45
17112026-06-25T00:26:59.136Z Compiling slog-term v2.9.2
17122026-06-25T00:27:08.752Z Compiling rustls-webpki v0.103.9
17132026-06-25T00:27:11.556Z Compiling tokio-rustls v0.26.4
17142026-06-25T00:27:11.556Z Compiling rustls-platform-verifier v0.6.2
17152026-06-25T00:27:11.776Z Compiling hyper-rustls v0.27.7
17162026-06-25T00:27:12.073Z Compiling reqwest v0.12.28
17172026-06-25T00:27:12.093Z Compiling reqwest v0.13.2
17182026-06-25T00:27:13.253Z Compiling tough v0.22.0
17192026-06-25T00:27:15.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-25T00:27:16.062Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-25T00:27:18.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17222026-06-25T00:27:19.055Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-25T00:27:19.109ZJun 25 00:27:18.094 INFO Starting download, target: Cockroach
17242026-06-25T00:27:19.109ZJun 25 00:27:18.095 INFO Starting download, target: Clickhouse
17252026-06-25T00:27:19.109ZJun 25 00:27:18.095 INFO Starting download, target: Console
17262026-06-25T00:27:19.109ZJun 25 00:27:18.095 INFO Starting download, target: DendriteStub
17272026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Starting download, target: MaghemiteMgd
17282026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Starting download, target: MaghemiteDdmd
17292026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Starting download, target: TransceiverControl
17302026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-25T00:27:19.112ZJun 25 00:27:18.095 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-25T00:27:19.113ZJun 25 00:27:18.095 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-06-25T00:27:19.113ZJun 25 00:27:18.095 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17362026-06-25T00:27:19.113ZJun 25 00:27:18.095 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-25T00:27:19.659ZJun 25 00:27:18.645 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-25T00:27:19.882ZJun 25 00:27:18.857 INFO Download complete, target: TransceiverControl
17392026-06-25T00:27:20.924ZJun 25 00:27:19.905 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-25T00:27:21.170ZJun 25 00:27:20.154 INFO Download complete, target: Console
17412026-06-25T00:27:21.225ZJun 25 00:27:20.204 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17422026-06-25T00:27:21.309ZJun 25 00:27:20.293 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-25T00:27:21.418ZJun 25 00:27:20.398 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-25T00:27:21.582ZJun 25 00:27:20.564 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-06-25T00:27:21.823ZJun 25 00:27:20.809 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-25T00:27:21.823ZJun 25 00:27:20.809 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-25T00:27:23.126ZJun 25 00:27:22.112 INFO Download complete, target: MaghemiteDdmd
17482026-06-25T00:27:23.861ZJun 25 00:27:22.846 INFO Download complete, target: DendriteStub
17492026-06-25T00:27:23.999ZJun 25 00:27:22.985 INFO Download complete, target: MaghemiteMgd
17502026-06-25T00:27:26.590ZJun 25 00:27:25.576 INFO Checking that binary works, target: Cockroach
17512026-06-25T00:27:26.705ZJun 25 00:27:25.690 INFO Download complete, target: Cockroach
17522026-06-25T00:27:28.411ZJun 25 00:27:27.396 INFO Checking that binary works, target: Clickhouse
17532026-06-25T00:27:28.509ZJun 25 00:27:27.494 INFO Download complete, target: Clickhouse
17542026-06-25T00:27:28.525ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-25T00:27:28.529Z
17562026-06-25T00:27:28.529Zreal 2:05.036193218
17572026-06-25T00:27:28.529Zuser 6:53.510230968
17582026-06-25T00:27:28.530Zsys 1:24.058479199
17592026-06-25T00:27:28.530Ztrap 0.243946103
17602026-06-25T00:27:28.530Ztflt 0.694413766
17612026-06-25T00:27:28.530Zdflt 0.714489310
17622026-06-25T00:27:28.530Zkflt 0.024994482
17632026-06-25T00:27:28.530Zlock 23:19.267814906
17642026-06-25T00:27:28.530Zslp 21:15.549137619
17652026-06-25T00:27:28.530Zlat 42.821176813
17662026-06-25T00:27:28.530Zstop 2:05.137965093
17672026-06-25T00:27:28.530Z+ banner clippy
17682026-06-25T00:27:28.530Z
17692026-06-25T00:27:28.530Z #### # # ##### ##### # #
17702026-06-25T00:27:28.530Z # # # # # # # # # #
17712026-06-25T00:27:28.530Z # # # # # # # #
17722026-06-25T00:27:28.530Z # # # ##### ##### #
17732026-06-25T00:27:28.530Z # # # # # # #
17742026-06-25T00:27:28.530Z #### ###### # # # #
17752026-06-25T00:27:28.531Z
17762026-06-25T00:27:28.531Z+ export CARGO_INCREMENTAL=0
17772026-06-25T00:27:28.531Z+ CARGO_INCREMENTAL=0
17782026-06-25T00:27:28.531Z+ ptime -m cargo xtask clippy
17792026-06-25T00:27:28.985Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-25T00:27:29.201Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-25T00:27:31.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
17822026-06-25T00:27:31.146Z Running `target/debug/xtask clippy`
17832026-06-25T00:27:31.170Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-25T00:27:31.712Z Downloading crates ...
17852026-06-25T00:27:31.909Z Downloaded assert-json-diff v2.0.2
17862026-06-25T00:27:31.913Z Downloaded approx v0.5.1
17872026-06-25T00:27:31.922Z Downloaded anes v0.1.6
17882026-06-25T00:27:31.925Z Downloaded addr2line v0.25.1
17892026-06-25T00:27:31.928Z Downloaded guppy-workspace-hack v0.1.0
17902026-06-25T00:27:31.931Z Downloaded backtrace v0.3.76
17912026-06-25T00:27:31.934Z Downloaded cast v0.3.0
17922026-06-25T00:27:31.939Z Downloaded supports-hyperlinks v2.1.0
17932026-06-25T00:27:31.944Z Downloaded parking v2.2.1
17942026-06-25T00:27:31.944Z Downloaded miette-derive v5.10.0
17952026-06-25T00:27:31.944Z Downloaded linkme-impl v0.3.35
17962026-06-25T00:27:31.944Z Downloaded linkme v0.3.35
17972026-06-25T00:27:31.947Z Downloaded futures-timer v3.0.3
17982026-06-25T00:27:31.952Z Downloaded constant_time_eq v0.3.1
17992026-06-25T00:27:31.959Z Downloaded partial-io v0.5.4
18002026-06-25T00:27:31.962Z Downloaded criterion-plot v0.6.0
18012026-06-25T00:27:31.962Z Downloaded assert_cmd v2.1.2
18022026-06-25T00:27:31.965Z Downloaded oorandom v11.1.5
18032026-06-25T00:27:31.965Z Downloaded escape8259 v0.5.3
18042026-06-25T00:27:31.969Z Downloaded hickory-client v0.25.2
18052026-06-25T00:27:31.972Z Downloaded plotters-svg v0.3.7
18062026-06-25T00:27:31.976Z Downloaded tokio-test v0.4.5
18072026-06-25T00:27:31.976Z Downloaded terminal_size v0.1.17
18082026-06-25T00:27:31.976Z Downloaded async-lock v3.4.2
18092026-06-25T00:27:31.979Z Downloaded plotters-backend v0.3.7
18102026-06-25T00:27:31.982Z Downloaded blake2b_simd v1.0.4
18112026-06-25T00:27:31.982Z Downloaded knuffel-derive v3.2.0
18122026-06-25T00:27:31.988Z Downloaded pathdiff v0.2.3
18132026-06-25T00:27:31.989Z Downloaded nested v0.1.1
18142026-06-25T00:27:31.989Z Downloaded async-object-pool v0.2.0
18152026-06-25T00:27:31.994Z Downloaded miette v5.10.0
18162026-06-25T00:27:32.001Z Downloaded backtrace-ext v0.2.1
18172026-06-25T00:27:32.005Z Downloaded similar-asserts v1.7.0
18182026-06-25T00:27:32.010Z Downloaded supports-unicode v2.1.0
18192026-06-25T00:27:32.013Z Downloaded cfg-expr v0.20.6
18202026-06-25T00:27:32.016Z Downloaded target-triple v1.0.0
18212026-06-25T00:27:32.022Z Downloaded supports-color v2.1.0
18222026-06-25T00:27:32.025Z Downloaded serde_regex v1.1.0
18232026-06-25T00:27:32.035Z Downloaded target-lexicon v0.13.3
18242026-06-25T00:27:32.040Z Downloaded knuffel v3.2.0
18252026-06-25T00:27:32.040Z Downloaded path-tree v0.8.3
18262026-06-25T00:27:32.043Z Downloaded relative-path v1.9.3
18272026-06-25T00:27:32.046Z Downloaded target-spec v3.5.7
18282026-06-25T00:27:32.050Z Downloaded rustc-demangle v0.1.27
18292026-06-25T00:27:32.050Z Downloaded rust-argon2 v2.1.0
18302026-06-25T00:27:32.050Z Downloaded event-listener-strategy v0.5.4
18312026-06-25T00:27:32.054Z Downloaded concurrent-queue v2.5.0
18322026-06-25T00:27:32.057Z Downloaded tinytemplate v1.2.1
18332026-06-25T00:27:32.057Z Downloaded stringmetrics v2.2.2
18342026-06-25T00:27:32.061Z Downloaded libtest-mimic v0.8.1
18352026-06-25T00:27:32.061Z Downloaded owo-colors v3.5.0
18362026-06-25T00:27:32.065Z Downloaded httptest v0.16.4
18372026-06-25T00:27:32.068Z Downloaded trybuild v1.0.116
18382026-06-25T00:27:32.073Z Downloaded textwrap v0.15.2
18392026-06-25T00:27:32.078Z Downloaded termcolor v1.4.1
18402026-06-25T00:27:32.078Z Downloaded datatest-stable v0.3.3
18412026-06-25T00:27:32.084Z Downloaded rstest v0.25.0
18422026-06-25T00:27:32.088Z Downloaded event-listener v5.4.1
18432026-06-25T00:27:32.091Z Downloaded chumsky v0.9.3
18442026-06-25T00:27:32.099Z Downloaded rstest_macros v0.25.0
18452026-06-25T00:27:32.110Z Downloaded rand_distr v0.5.1
18462026-06-25T00:27:32.117Z Downloaded fancy-regex v0.14.0
18472026-06-25T00:27:32.122Z Downloaded plotters v0.3.7
18482026-06-25T00:27:32.128Z Downloaded criterion v0.7.0
18492026-06-25T00:27:32.131Z Downloaded guppy v0.17.25
18502026-06-25T00:27:32.135Z Downloaded hashbrown v0.14.5
18512026-06-25T00:27:32.227Z Downloaded gimli v0.32.3
18522026-06-25T00:27:32.268Z Downloaded httpmock v0.8.3
18532026-06-25T00:27:33.926Z Checking cfg-if v1.0.4
18542026-06-25T00:27:34.281Z Checking libc v0.2.185
18552026-06-25T00:27:34.284Z Checking serde_core v1.0.228
18562026-06-25T00:27:34.354Z Checking memchr v2.8.0
18572026-06-25T00:27:34.393Z Checking smallvec v1.15.1
18582026-06-25T00:27:34.434Z Checking itoa v1.0.17
18592026-06-25T00:27:34.473Z Checking log v0.4.29
18602026-06-25T00:27:34.517Z Checking zeroize v1.8.2
18612026-06-25T00:27:34.517Z Checking libm v0.2.16
18622026-06-25T00:27:34.599Z Checking scopeguard v1.2.0
18632026-06-25T00:27:34.638Z Checking stable_deref_trait v1.2.1
18642026-06-25T00:27:34.681Z Checking zmij v1.0.21
18652026-06-25T00:27:34.721Z Checking errno v0.3.14
18662026-06-25T00:27:34.721Z Checking getrandom v0.2.17
18672026-06-25T00:27:34.792Z Checking lock_api v0.4.14
18682026-06-25T00:27:34.830Z Checking zerofrom v0.1.6
18692026-06-25T00:27:34.868Z Checking percent-encoding v2.3.2
18702026-06-25T00:27:34.906Z Checking litemap v0.8.1
18712026-06-25T00:27:34.909Z Checking writeable v0.6.2
18722026-06-25T00:27:34.974Z Checking yoke v0.8.1
18732026-06-25T00:27:35.020Z Checking icu_normalizer_data v2.1.1
18742026-06-25T00:27:35.052Z Checking icu_properties_data v2.1.2
18752026-06-25T00:27:35.088Z Checking subtle v2.6.1
18762026-06-25T00:27:35.178Z Checking form_urlencoded v1.2.2
18772026-06-25T00:27:35.182Z Checking utf8_iter v1.0.4
18782026-06-25T00:27:35.192Z Checking zerovec v0.11.5
18792026-06-25T00:27:35.192Z Checking zerotrie v0.2.3
18802026-06-25T00:27:35.259Z Checking num-traits v0.2.19
18812026-06-25T00:27:35.297Z Checking rand_core v0.6.4
18822026-06-25T00:27:35.330Z Checking pin-project-lite v0.2.17
18832026-06-25T00:27:35.369Z Checking zerocopy v0.8.40
18842026-06-25T00:27:35.372Z Checking rand_core v0.10.0
18852026-06-25T00:27:35.458Z Checking parking_lot_core v0.9.12
18862026-06-25T00:27:35.505Z Checking portable-atomic v1.13.1
18872026-06-25T00:27:35.547Z Checking signal-hook-registry v1.4.8
18882026-06-25T00:27:35.582Z Checking getrandom v0.4.1
18892026-06-25T00:27:35.652Z Checking tinystr v0.8.2
18902026-06-25T00:27:35.691Z Checking potential_utf v0.1.4
18912026-06-25T00:27:35.741Z Checking parking_lot v0.12.5
18922026-06-25T00:27:35.779Z Checking critical-section v1.2.0
18932026-06-25T00:27:35.817Z Checking serde v1.0.228
18942026-06-25T00:27:35.820Z Checking serde_json v1.0.149
18952026-06-25T00:27:35.886Z Checking bitflags v2.11.0
18962026-06-25T00:27:35.889Z Checking icu_locale_core v2.1.1
18972026-06-25T00:27:35.954Z Checking icu_collections v2.1.1
18982026-06-25T00:27:35.957Z Checking once_cell v1.21.3
18992026-06-25T00:27:36.027Z Checking mio v1.2.0
19002026-06-25T00:27:36.087Z Checking typenum v1.19.0
19012026-06-25T00:27:36.198Z Checking socket2 v0.6.3
19022026-06-25T00:27:36.245Z Checking bytes v1.11.1
19032026-06-25T00:27:36.301Z Checking iana-time-zone v0.1.65
19042026-06-25T00:27:36.353Z Checking uuid v1.23.0
19052026-06-25T00:27:36.440Z Checking chrono v0.4.44
19062026-06-25T00:27:36.477Z Checking thiserror v2.0.18
19072026-06-25T00:27:36.514Z Checking icu_provider v2.1.1
19082026-06-25T00:27:36.557Z Checking semver v1.0.28
19092026-06-25T00:27:36.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19102026-06-25T00:27:36.657Z Checking generic-array v0.14.7
19112026-06-25T00:27:36.692Z Checking futures-core v0.3.32
19122026-06-25T00:27:36.729Z Checking tokio v1.52.1
19132026-06-25T00:27:36.777Z Checking icu_normalizer v2.1.1
19142026-06-25T00:27:36.813Z Checking icu_properties v2.1.2
19152026-06-25T00:27:36.850Z Checking dyn-clone v1.0.20
19162026-06-25T00:27:36.936Z Checking equivalent v1.0.2
19172026-06-25T00:27:36.993Z Checking const-oid v0.9.6
19182026-06-25T00:27:37.051Z Checking rustix v1.1.3
19192026-06-25T00:27:37.125Z Checking byteorder v1.5.0
19202026-06-25T00:27:37.162Z Checking crypto-common v0.1.7
19212026-06-25T00:27:37.317Z Checking block-buffer v0.10.4
19222026-06-25T00:27:37.323Z Checking futures-sink v0.3.32
19232026-06-25T00:27:37.387Z Checking futures-task v0.3.32
19242026-06-25T00:27:37.479Z Checking futures-channel v0.3.32
19252026-06-25T00:27:37.515Z Checking slab v0.4.12
19262026-06-25T00:27:37.552Z Checking futures-io v0.3.32
19272026-06-25T00:27:37.669Z Checking idna_adapter v1.2.1
19282026-06-25T00:27:37.706Z Checking cpufeatures v0.2.17
19292026-06-25T00:27:37.711Z Checking digest v0.10.7
19302026-06-25T00:27:37.734Z Checking futures-util v0.3.32
19312026-06-25T00:27:37.737Z Checking thiserror v1.0.69
19322026-06-25T00:27:37.834Z Checking idna v1.1.0
19332026-06-25T00:27:37.838Z Checking hashbrown v0.17.0
19342026-06-25T00:27:37.904Z Checking getrandom v0.3.4
19352026-06-25T00:27:37.939Z Checking fnv v1.0.7
19362026-06-25T00:27:37.975Z Checking regex-syntax v0.8.10
19372026-06-25T00:27:38.066Z Checking http v1.4.0
19382026-06-25T00:27:38.103Z Checking tracing-core v0.1.36
19392026-06-25T00:27:38.146Z Checking url v2.5.8
19402026-06-25T00:27:38.184Z Checking ppv-lite86 v0.2.21
19412026-06-25T00:27:38.335Z Checking indexmap v2.14.0
19422026-06-25T00:27:38.459Z Checking utf8parse v0.2.2
19432026-06-25T00:27:38.518Z Checking base64 v0.22.1
19442026-06-25T00:27:38.594Z Checking tracing v0.1.44
19452026-06-25T00:27:38.638Z Checking schemars v0.8.22
19462026-06-25T00:27:38.676Z Checking anstyle v1.0.14
19472026-06-25T00:27:38.795Z Checking colorchoice v1.0.4
19482026-06-25T00:27:38.835Z Checking anstyle-query v1.1.5
19492026-06-25T00:27:38.886Z Checking is_terminal_polyfill v1.70.2
19502026-06-25T00:27:38.927Z Checking base64ct v1.8.3
19512026-06-25T00:27:38.963Z Checking block-padding v0.3.3
19522026-06-25T00:27:38.966Z Checking ipnet v2.11.0
19532026-06-25T00:27:39.033Z Checking untrusted v0.9.0
19542026-06-25T00:27:39.136Z Checking inout v0.1.4
19552026-06-25T00:27:39.173Z Checking ring v0.17.14
19562026-06-25T00:27:39.210Z Checking anstyle-parse v1.0.0
19572026-06-25T00:27:39.283Z Checking terminal_size v0.4.3
19582026-06-25T00:27:39.321Z Checking cipher v0.4.4
19592026-06-25T00:27:39.324Z Checking aho-corasick v1.1.4
19602026-06-25T00:27:39.393Z Checking crossbeam-utils v0.8.21
19612026-06-25T00:27:39.396Z Checking unicode-ident v1.0.24
19622026-06-25T00:27:39.460Z Checking anstream v1.0.0
19632026-06-25T00:27:39.560Z Checking proc-macro2 v1.0.106
19642026-06-25T00:27:39.563Z Checking strsim v0.11.1
19652026-06-25T00:27:39.686Z Checking clap_lex v1.0.0
19662026-06-25T00:27:39.740Z Checking pem-rfc7468 v0.7.0
19672026-06-25T00:27:39.774Z Checking sha2 v0.10.9
19682026-06-25T00:27:39.810Z Checking rustls-pki-types v1.14.0
19692026-06-25T00:27:39.869Z Checking clap_builder v4.6.0
19702026-06-25T00:27:39.907Z Checking quote v1.0.45
19712026-06-25T00:27:39.941Z Checking httparse v1.10.1
19722026-06-25T00:27:40.063Z Checking tokio-util v0.7.18
19732026-06-25T00:27:40.075Z Checking regex-automata v0.4.14
19742026-06-25T00:27:40.091Z Checking powerfmt v0.2.0
19752026-06-25T00:27:40.125Z Checking syn v2.0.117
19762026-06-25T00:27:40.127Z Checking rand_core v0.9.5
19772026-06-25T00:27:40.194Z Checking hmac v0.12.1
19782026-06-25T00:27:40.231Z Checking time-core v0.1.8
19792026-06-25T00:27:40.267Z Checking deranged v0.5.8
19802026-06-25T00:27:40.354Z Checking num-conv v0.2.0
19812026-06-25T00:27:40.393Z Checking num_threads v0.1.7
19822026-06-25T00:27:40.428Z Checking erased-serde v0.3.31
19832026-06-25T00:27:40.501Z Checking flagset v0.4.7
19842026-06-25T00:27:40.538Z Checking http-body v1.0.1
19852026-06-25T00:27:40.649Z Checking allocator-api2 v0.2.21
19862026-06-25T00:27:40.684Z Checking der v0.7.10
19872026-06-25T00:27:40.719Z Checking atomic-waker v1.1.2
19882026-06-25T00:27:40.835Z Checking slog v2.8.2
19892026-06-25T00:27:40.874Z Checking rand_chacha v0.9.0
19902026-06-25T00:27:40.961Z Checking anyhow v1.0.102
19912026-06-25T00:27:41.106Z Checking try-lock v0.2.5
19922026-06-25T00:27:41.145Z Checking httpdate v1.0.3
19932026-06-25T00:27:41.148Z Checking clap v4.6.1
19942026-06-25T00:27:41.215Z Checking rand v0.9.2
19952026-06-25T00:27:41.253Z Checking time v0.3.47
19962026-06-25T00:27:41.256Z Checking want v0.3.1
19972026-06-25T00:27:41.338Z Checking h2 v0.4.13
19982026-06-25T00:27:41.342Z Checking spin v0.9.8
19992026-06-25T00:27:41.405Z Checking pin-utils v0.1.0
20002026-06-25T00:27:41.441Z Checking tower-service v0.3.3
20012026-06-25T00:27:41.503Z Checking tower-layer v0.3.3
20022026-06-25T00:27:41.565Z Checking ryu v1.0.23
20032026-06-25T00:27:41.569Z Checking ipnetwork v0.21.1
20042026-06-25T00:27:41.680Z Checking socket2 v0.5.10
20052026-06-25T00:27:41.717Z Checking mime v0.3.17
20062026-06-25T00:27:41.755Z Checking fastrand v2.3.0
20072026-06-25T00:27:41.843Z Checking spki v0.7.3
20082026-06-25T00:27:41.889Z Checking pbkdf2 v0.12.2
20092026-06-25T00:27:41.929Z Checking aes v0.8.4
20102026-06-25T00:27:41.959Z Checking http-body-util v0.1.3
20112026-06-25T00:27:41.963Z Checking salsa20 v0.10.2
20122026-06-25T00:27:42.028Z Checking cbc v0.1.2
20132026-06-25T00:27:42.065Z Checking rand_chacha v0.3.1
20142026-06-25T00:27:42.153Z Checking hex v0.4.3
20152026-06-25T00:27:42.190Z Checking aws-lc-sys v0.40.0
20162026-06-25T00:27:42.226Z Checking untrusted v0.7.1
20172026-06-25T00:27:42.302Z Checking simd-adler32 v0.3.8
20182026-06-25T00:27:42.348Z Checking pretty-hex v0.4.1
20192026-06-25T00:27:42.383Z Checking rand v0.8.6
20202026-06-25T00:27:42.422Z Checking scrypt v0.11.0
20212026-06-25T00:27:42.457Z Checking tempfile v3.25.0
20222026-06-25T00:27:42.460Z Checking adler2 v2.0.1
20232026-06-25T00:27:42.526Z Checking openssl-probe v0.2.1
20242026-06-25T00:27:42.529Z Checking plain v0.2.3
20252026-06-25T00:27:42.616Z Checking pkcs5 v0.7.1
20262026-06-25T00:27:42.629Z Checking miniz_oxide v0.8.9
20272026-06-25T00:27:42.665Z Checking regex v1.12.3
20282026-06-25T00:27:42.703Z Checking serde_urlencoded v0.7.1
20292026-06-25T00:27:42.707Z Checking encoding_rs v0.8.35
20302026-06-25T00:27:42.768Z Checking aws-lc-rs v1.16.3
20312026-06-25T00:27:42.876Z Checking ucd-trie v0.1.7
20322026-06-25T00:27:42.912Z Checking pkcs8 v0.10.2
20332026-06-25T00:27:42.948Z Checking camino v1.2.2
20342026-06-25T00:27:42.984Z Checking rustls-native-certs v0.8.3
20352026-06-25T00:27:43.020Z Checking oxnet v0.1.6
20362026-06-25T00:27:43.056Z Checking pest v2.8.6
20372026-06-25T00:27:43.122Z Checking futures-executor v0.3.32
20382026-06-25T00:27:43.159Z Checking sync_wrapper v1.0.2
20392026-06-25T00:27:43.225Z Checking either v1.15.0
20402026-06-25T00:27:43.292Z Checking tower v0.5.3
20412026-06-25T00:27:43.330Z Checking futures v0.3.32
20422026-06-25T00:27:43.334Z Checking webpki-roots v1.0.6
20432026-06-25T00:27:43.446Z Checking crc32fast v1.5.0
20442026-06-25T00:27:43.483Z Checking iri-string v0.7.10
20452026-06-25T00:27:43.520Z Checking static_assertions v1.1.0
20462026-06-25T00:27:43.618Z Checking foldhash v0.2.0
20472026-06-25T00:27:43.621Z Checking lazy_static v1.5.0
20482026-06-25T00:27:43.689Z Checking rustls-webpki v0.103.9
20492026-06-25T00:27:43.723Z Checking openapiv3 v2.2.0
20502026-06-25T00:27:43.760Z Checking signature v2.2.0
20512026-06-25T00:27:43.796Z Checking winnow v0.7.14
20522026-06-25T00:27:43.833Z Checking hashbrown v0.16.1
20532026-06-25T00:27:43.923Z Checking hubpack v0.1.2
20542026-06-25T00:27:44.143Z Checking zlib-rs v0.6.2
20552026-06-25T00:27:44.148Z Checking hyper v1.8.1
20562026-06-25T00:27:44.156Z Checking rustls v0.23.37
20572026-06-25T00:27:44.255Z Checking strum v0.26.3
20582026-06-25T00:27:44.358Z Checking psl-types v2.0.11
20592026-06-25T00:27:44.426Z Checking tinyvec_macros v0.1.1
20602026-06-25T00:27:44.508Z Checking publicsuffix v2.3.0
20612026-06-25T00:27:44.545Z Checking tinyvec v1.10.0
20622026-06-25T00:27:44.548Z Checking tower-http v0.6.8
20632026-06-25T00:27:44.697Z Checking cookie v0.18.1
20642026-06-25T00:27:44.852Z Checking sha1 v0.10.6
20652026-06-25T00:27:44.927Z Checking num-integer v0.1.46
20662026-06-25T00:27:44.963Z Checking scroll v0.13.0
20672026-06-25T00:27:45.024Z Checking data-encoding v2.10.0
20682026-06-25T00:27:45.026Z Checking cookie_store v0.22.1
20692026-06-25T00:27:45.096Z Checking flate2 v1.1.9
20702026-06-25T00:27:45.099Z Checking serde_spanned v0.6.9
20712026-06-25T00:27:45.180Z Checking toml_datetime v0.6.11
20722026-06-25T00:27:45.216Z Checking goblin v0.10.5
20732026-06-25T00:27:45.219Z Checking hyper-util v0.1.20
20742026-06-25T00:27:45.287Z Checking memmap2 v0.9.10
20752026-06-25T00:27:45.323Z Checking base16ct v0.2.0
20762026-06-25T00:27:45.391Z Checking bit-vec v0.8.0
20772026-06-25T00:27:45.428Z Checking dtrace-parser v0.3.0
20782026-06-25T00:27:45.431Z Checking ff v0.13.1
20792026-06-25T00:27:45.500Z Checking wait-timeout v0.2.1
20802026-06-25T00:27:45.503Z Checking sec1 v0.7.3
20812026-06-25T00:27:45.612Z Checking bit-set v0.8.0
20822026-06-25T00:27:45.648Z Checking thread-id v5.1.0
20832026-06-25T00:27:45.682Z Checking group v0.13.0
20842026-06-25T00:27:45.718Z Checking num-iter v0.1.45
20852026-06-25T00:27:45.756Z Checking bstr v1.12.1
20862026-06-25T00:27:45.793Z Checking hkdf v0.12.4
20872026-06-25T00:27:45.796Z Checking crossbeam-epoch v0.9.18
20882026-06-25T00:27:45.861Z Checking anstyle-parse v0.2.7
20892026-06-25T00:27:45.864Z Checking ahash v0.8.12
20902026-06-25T00:27:45.954Z Checking crypto-bigint v0.5.5
20912026-06-25T00:27:46.044Z Checking quick-error v1.2.3
20922026-06-25T00:27:46.082Z Checking anstream v0.6.21
20932026-06-25T00:27:46.119Z Checking rand_xorshift v0.4.0
20942026-06-25T00:27:46.174Z Checking scroll v0.12.0
20952026-06-25T00:27:46.209Z Checking rusty-fork v0.3.1
20962026-06-25T00:27:46.274Z Checking unarray v0.1.4
20972026-06-25T00:27:46.312Z Checking num-bigint-dig v0.8.6
20982026-06-25T00:27:46.408Z Checking pkcs1 v0.7.5
20992026-06-25T00:27:46.412Z Checking proptest v1.10.0
21002026-06-25T00:27:46.477Z Checking goblin v0.8.2
21012026-06-25T00:27:46.532Z Checking x509-cert v0.2.5
21022026-06-25T00:27:46.589Z Checking tokio-rustls v0.26.4
21032026-06-25T00:27:46.650Z Checking rustls-platform-verifier v0.6.2
21042026-06-25T00:27:46.822Z Checking zerocopy v0.7.35
21052026-06-25T00:27:46.918Z Checking hyper-rustls v0.27.7
21062026-06-25T00:27:46.923Z Checking elliptic-curve v0.13.8
21072026-06-25T00:27:47.102Z Checking reqwest v0.13.2
21082026-06-25T00:27:47.138Z Checking unicode-segmentation v1.12.0
21092026-06-25T00:27:47.206Z Checking foreign-types-shared v0.1.1
21102026-06-25T00:27:47.243Z Checking rsa v0.9.10
21112026-06-25T00:27:47.322Z Checking foreign-types v0.3.2
21122026-06-25T00:27:47.357Z Checking dtrace-parser v0.2.0
21132026-06-25T00:27:47.421Z Checking rfc6979 v0.4.0
21142026-06-25T00:27:47.488Z Checking memoffset v0.9.1
21152026-06-25T00:27:47.571Z Checking openssl-sys v0.9.115
21162026-06-25T00:27:47.608Z Checking thread-id v4.2.2
21172026-06-25T00:27:47.611Z Checking dof v0.4.0
21182026-06-25T00:27:47.676Z Checking ecdsa v0.16.9
21192026-06-25T00:27:47.720Z Checking curve25519-dalek v4.1.3
21202026-06-25T00:27:47.758Z Checking rustix v0.38.44
21212026-06-25T00:27:47.973Z Checking openssl v0.10.79
21222026-06-25T00:27:48.012Z Checking env_filter v1.0.0
21232026-06-25T00:27:48.050Z Checking toml_write v0.1.2
21242026-06-25T00:27:48.190Z Checking keccak v0.1.6
21252026-06-25T00:27:48.251Z Checking same-file v1.0.6
21262026-06-25T00:27:48.326Z Checking newtype-uuid v1.3.2
21272026-06-25T00:27:48.330Z Checking usdt-impl v0.6.0
21282026-06-25T00:27:48.392Z Checking sha3 v0.10.8
21292026-06-25T00:27:48.395Z Checking dof v0.3.0
21302026-06-25T00:27:48.461Z Checking walkdir v2.5.0
21312026-06-25T00:27:48.531Z Checking daft v0.1.7
21322026-06-25T00:27:48.534Z Checking toml_edit v0.22.27
21332026-06-25T00:27:48.609Z Checking env_logger v0.11.9
21342026-06-25T00:27:48.648Z Checking ed25519 v2.2.3
21352026-06-25T00:27:48.651Z Checking usdt v0.6.0
21362026-06-25T00:27:48.715Z Checking itertools v0.13.0
21372026-06-25T00:27:48.752Z Checking usdt-impl v0.5.0
21382026-06-25T00:27:48.801Z Checking serde_with v3.17.0
21392026-06-25T00:27:48.839Z Checking siphasher v1.0.2
21402026-06-25T00:27:48.875Z Checking bitflags v1.3.2
21412026-06-25T00:27:48.877Z Checking ed25519-dalek v2.2.0
21422026-06-25T00:27:48.979Z Checking nix v0.31.2
21432026-06-25T00:27:49.025Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-06-25T00:27:49.064Z Checking unicode-normalization v0.1.25
21452026-06-25T00:27:49.170Z Checking signal-hook v0.3.18
21462026-06-25T00:27:49.382Z Checking winnow v0.5.40
21472026-06-25T00:27:49.419Z Checking managed v0.8.0
21482026-06-25T00:27:49.493Z Checking bzip2-sys v0.1.13+1.0.8
21492026-06-25T00:27:49.613Z Checking object v0.37.3
21502026-06-25T00:27:49.651Z Checking foldhash v0.1.5
21512026-06-25T00:27:49.701Z Checking bzip2 v0.4.4
21522026-06-25T00:27:49.759Z Checking signal-hook-mio v0.2.5
21532026-06-25T00:27:49.813Z Checking hashbrown v0.15.5
21542026-06-25T00:27:49.896Z Checking globset v0.4.18
21552026-06-25T00:27:49.899Z Checking ref-cast v1.0.25
21562026-06-25T00:27:50.030Z Checking native-tls v0.2.18
21572026-06-25T00:27:50.067Z Checking zstd-sys v2.0.16+zstd.1.5.7
21582026-06-25T00:27:50.104Z Checking zip v0.6.6
21592026-06-25T00:27:50.182Z Checking pin-project v1.1.11
21602026-06-25T00:27:50.220Z Checking zstd-safe v7.2.4
21612026-06-25T00:27:50.254Z Checking tokio-native-tls v0.3.1
21622026-06-25T00:27:50.290Z Checking bumpalo v3.20.2
21632026-06-25T00:27:50.328Z Checking libbz2-rs-sys v0.2.2
21642026-06-25T00:27:50.331Z Checking crossterm v0.28.1
21652026-06-25T00:27:50.409Z Checking zstd v0.13.3
21662026-06-25T00:27:50.445Z Checking hyper-tls v0.6.0
21672026-06-25T00:27:50.481Z Checking similar v2.7.0
21682026-06-25T00:27:50.522Z Checking zopfli v0.8.3
21692026-06-25T00:27:50.559Z Checking toml_edit v0.19.15
21702026-06-25T00:27:50.625Z Checking tokio-stream v0.1.18
21712026-06-25T00:27:50.663Z Checking reqwest v0.12.28
21722026-06-25T00:27:50.752Z Checking bzip2 v0.6.1
21732026-06-25T00:27:50.881Z Checking fs-err v3.3.0
21742026-06-25T00:27:50.918Z Checking pem v3.0.6
21752026-06-25T00:27:50.954Z Checking hash32 v0.2.1
21762026-06-25T00:27:51.043Z Checking serde-big-array v0.5.1
21772026-06-25T00:27:51.100Z Checking unicode-bidi v0.3.18
21782026-06-25T00:27:51.138Z Checking jiff v0.2.21
21792026-06-25T00:27:51.174Z Checking unicode-properties v0.1.4
21802026-06-25T00:27:51.209Z Checking predicates-core v1.0.10
21812026-06-25T00:27:51.246Z Checking heapless v0.7.17
21822026-06-25T00:27:51.368Z Checking snafu v0.8.9
21832026-06-25T00:27:51.405Z Checking olpc-cjson v0.1.4
21842026-06-25T00:27:51.440Z Checking stringprep v0.1.5
21852026-06-25T00:27:51.544Z Checking hickory-proto v0.25.2
21862026-06-25T00:27:51.581Z Checking md-5 v0.10.6
21872026-06-25T00:27:51.626Z Checking serde_plain v1.0.2
21882026-06-25T00:27:51.662Z Checking toml v0.7.8
21892026-06-25T00:27:51.666Z Checking float-cmp v0.10.0
21902026-06-25T00:27:51.730Z Checking difflib v0.4.0
21912026-06-25T00:27:51.766Z Checking fallible-iterator v0.2.0
21922026-06-25T00:27:51.803Z Checking typed-path v0.9.3
21932026-06-25T00:27:51.849Z Checking normalize-line-endings v0.3.0
21942026-06-25T00:27:51.936Z Checking smoltcp v0.9.1
21952026-06-25T00:27:51.973Z Checking predicates v3.1.4
21962026-06-25T00:27:51.977Z Checking iddqd v0.4.2
21972026-06-25T00:27:52.042Z Checking phf_shared v0.13.1
21982026-06-25T00:27:52.077Z Checking postgres-protocol v0.6.10
21992026-06-25T00:27:52.272Z Checking phf_shared v0.11.3
22002026-06-25T00:27:52.336Z Checking buf-list v1.1.2
22012026-06-25T00:27:52.421Z Checking strum v0.27.2
22022026-06-25T00:27:52.458Z Checking lalrpop-util v0.19.12
22032026-06-25T00:27:52.546Z Checking new_debug_unreachable v1.0.6
22042026-06-25T00:27:52.584Z Checking precomputed-hash v0.1.1
22052026-06-25T00:27:52.587Z Checking fixedbitset v0.4.2
22062026-06-25T00:27:52.652Z Checking tough v0.22.0
22072026-06-25T00:27:52.655Z Checking fixedbitset v0.5.7
22082026-06-25T00:27:52.655Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-06-25T00:27:52.754Z Checking string_cache v0.8.9
22102026-06-25T00:27:52.789Z Checking petgraph v0.6.5
22112026-06-25T00:27:52.910Z Checking petgraph v0.8.3
22122026-06-25T00:27:52.913Z Checking postgres-types v0.2.12
22132026-06-25T00:27:52.982Z Checking phf v0.13.1
22142026-06-25T00:27:53.165Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-25T00:27:53.291Z Checking peg-runtime v0.8.5
22162026-06-25T00:27:53.415Z Checking zip v4.6.1
22172026-06-25T00:27:53.468Z Checking whoami v2.1.0
22182026-06-25T00:27:53.622Z Checking is-terminal v0.4.17
22192026-06-25T00:27:53.708Z Checking tokio-postgres v0.7.16
22202026-06-25T00:27:53.753Z Checking crossbeam-channel v0.5.15
22212026-06-25T00:27:54.048Z Checking thread_local v1.1.9
22222026-06-25T00:27:54.098Z Compiling structmeta-derive v0.3.0
22232026-06-25T00:27:54.134Z Checking term v1.2.1
22242026-06-25T00:27:54.247Z Checking take_mut v0.2.2
22252026-06-25T00:27:54.383Z Checking slog-term v2.9.2
22262026-06-25T00:27:54.386Z Checking slog-async v2.8.0
22272026-06-25T00:27:54.427Z Compiling newtype-uuid-macros v0.1.0
22282026-06-25T00:27:54.553Z Compiling rustls v0.22.4
22292026-06-25T00:27:54.669Z Compiling multer v3.1.0
22302026-06-25T00:27:54.703Z Compiling async-stream-impl v0.3.6
22312026-06-25T00:27:54.752Z Checking match_cfg v0.1.0
22322026-06-25T00:27:54.835Z Checking slog-json v2.6.1
22332026-06-25T00:27:54.872Z Checking hostname v0.3.1
22342026-06-25T00:27:54.983Z Compiling dropshot v0.17.0
22352026-06-25T00:27:55.020Z Compiling dropshot_endpoint v0.17.0
22362026-06-25T00:27:55.053Z Checking slog-bunyan v2.5.0
22372026-06-25T00:27:55.089Z Checking debug-ignore v1.0.5
22382026-06-25T00:27:55.193Z Checking progenitor-client v0.14.0
22392026-06-25T00:27:55.265Z Compiling structmeta v0.3.0
22402026-06-25T00:27:55.300Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412026-06-25T00:27:55.303Z Checking rustls-webpki v0.102.8
22422026-06-25T00:27:55.367Z Checking serde_path_to_error v0.1.20
22432026-06-25T00:27:55.370Z Checking toml_datetime v1.0.0+spec-1.1.0
22442026-06-25T00:27:55.435Z Checking serde_spanned v1.0.4
22452026-06-25T00:27:55.472Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-06-25T00:27:55.507Z Compiling derive-ex v0.1.8
22472026-06-25T00:27:55.593Z Checking compression-core v0.4.31
22482026-06-25T00:27:55.628Z Checking toml_writer v1.0.6+spec-1.1.0
22492026-06-25T00:27:55.669Z Checking async-stream v0.3.6
22502026-06-25T00:27:55.750Z Checking compression-codecs v0.4.37
22512026-06-25T00:27:55.827Z Checking waitgroup v0.1.2
22522026-06-25T00:27:55.863Z Checking toml v1.0.6+spec-1.1.0
22532026-06-25T00:27:55.898Z Checking rustls-pemfile v2.2.0
22542026-06-25T00:27:55.946Z Checking async-compression v0.4.41
22552026-06-25T00:27:55.983Z Checking hostname v0.4.2
22562026-06-25T00:27:56.032Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-25T00:27:56.071Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-25T00:27:56.110Z Checking atomicwrites v0.4.4
22592026-06-25T00:27:56.171Z Compiling parse-display-derive v0.10.0
22602026-06-25T00:27:56.220Z Checking itertools v0.14.0
22612026-06-25T00:27:56.257Z Checking macaddr v1.0.1
22622026-06-25T00:27:56.293Z Checking regress v0.10.5
22632026-06-25T00:27:56.467Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-06-25T00:27:56.504Z Checking instant v0.1.13
22652026-06-25T00:27:56.622Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-25T00:27:56.765Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-25T00:27:56.888Z Checking backoff v0.4.0
22682026-06-25T00:27:56.927Z Checking backon v1.6.0
22692026-06-25T00:27:57.102Z Checking humantime v2.3.0
22702026-06-25T00:27:57.139Z Checking progenitor-extras v0.2.0
22712026-06-25T00:27:57.199Z Checking tokio-rustls v0.25.0
22722026-06-25T00:27:57.305Z Compiling test-strategy v0.4.5
22732026-06-25T00:27:57.316Z Checking unicode-width v0.2.0
22742026-06-25T00:27:57.316Z Compiling convert_case v0.4.0
22752026-06-25T00:27:57.343Z Checking heck v0.5.0
22762026-06-25T00:27:57.393Z Checking half v2.7.1
22772026-06-25T00:27:57.494Z Checking ciborium-io v0.2.2
22782026-06-25T00:27:57.548Z Checking secrecy v0.10.3
22792026-06-25T00:27:57.615Z Compiling regress v0.11.1
22802026-06-25T00:27:57.680Z Checking ciborium-ll v0.2.2
22812026-06-25T00:27:57.718Z Checking indent_write v2.2.0
22822026-06-25T00:27:57.721Z Compiling derive_more v0.99.20
22832026-06-25T00:27:57.784Z Checking universal-hash v0.5.1
22842026-06-25T00:27:57.876Z Checking opaque-debug v0.3.1
22852026-06-25T00:27:57.878Z Checking parse-display v0.10.0
22862026-06-25T00:27:57.943Z Checking ciborium v0.2.2
22872026-06-25T00:27:58.009Z Checking camino-tempfile v1.4.1
22882026-06-25T00:27:58.083Z Compiling crucible-workspace-hack v0.1.0
22892026-06-25T00:27:58.192Z Checking aead v0.5.2
22902026-06-25T00:27:58.336Z Compiling unsafe-libyaml v0.2.11
22912026-06-25T00:27:58.441Z Checking poly1305 v0.8.0
22922026-06-25T00:27:58.503Z Checking chacha20 v0.9.1
22932026-06-25T00:27:58.734Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-25T00:27:58.773Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-06-25T00:27:58.776Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22962026-06-25T00:27:59.131Z Compiling serde_yaml v0.9.34+deprecated
22972026-06-25T00:27:59.168Z Checking swrite v0.1.0
22982026-06-25T00:27:59.222Z Checking password-hash v0.5.0
22992026-06-25T00:27:59.290Z Compiling typify-impl v0.6.2
23002026-06-25T00:27:59.473Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-25T00:27:59.511Z Checking blake2 v0.10.6
23022026-06-25T00:27:59.776Z Checking argon2 v0.5.3
23032026-06-25T00:27:59.965Z Checking thiserror-no-std v2.0.2
23042026-06-25T00:28:00.085Z Checking vsss-rs v3.3.4
23052026-06-25T00:28:00.155Z Checking chacha20poly1305 v0.10.1
23062026-06-25T00:28:00.318Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-25T00:28:00.405Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-25T00:28:00.655Z Checking byte-wrapper v0.1.0
23092026-06-25T00:28:00.728Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-25T00:28:00.764Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-25T00:28:00.767Z Checking crossbeam-deque v0.8.6
23122026-06-25T00:28:00.890Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-25T00:28:00.944Z Compiling rayon-core v1.13.0
23142026-06-25T00:28:00.993Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-25T00:28:01.031Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-25T00:28:01.238Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-25T00:28:01.311Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-25T00:28:01.558Z Compiling proc-macro-error v1.0.4
23192026-06-25T00:28:01.632Z Checking rayon v1.11.0
23202026-06-25T00:28:01.907Z Compiling proc-macro-crate v3.4.0
23212026-06-25T00:28:02.347Z Checking toml v0.8.23
23222026-06-25T00:28:02.401Z Checking tabwriter v1.4.1
23232026-06-25T00:28:02.438Z Checking glob v0.3.3
23242026-06-25T00:28:02.480Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-25T00:28:02.483Z Compiling num_enum_derive v0.7.6
23262026-06-25T00:28:02.576Z Checking cpufeatures v0.3.0
23272026-06-25T00:28:02.613Z Compiling heapless v0.8.0
23282026-06-25T00:28:02.650Z Checking colored v3.1.1
23292026-06-25T00:28:02.685Z Compiling ingot-macros v0.1.1
23302026-06-25T00:28:02.779Z Checking hash32 v0.3.1
23312026-06-25T00:28:02.883Z Compiling smoltcp v0.11.0
23322026-06-25T00:28:02.887Z Checking unicode-width v0.1.14
23332026-06-25T00:28:03.115Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-06-25T00:28:03.163Z Checking cobs v0.3.0
23352026-06-25T00:28:03.344Z Compiling usdt-macro v0.5.0
23362026-06-25T00:28:03.381Z Compiling usdt-attr-macro v0.5.0
23372026-06-25T00:28:03.462Z Checking memmap v0.7.0
23382026-06-25T00:28:03.508Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23392026-06-25T00:28:03.603Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-06-25T00:28:03.639Z Checking num_enum v0.7.6
23412026-06-25T00:28:03.819Z Checking postcard v1.1.3
23422026-06-25T00:28:03.887Z Compiling typify-macro v0.6.2
23432026-06-25T00:28:03.921Z Compiling proc-macro-crate v1.3.1
23442026-06-25T00:28:04.131Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23452026-06-25T00:28:04.178Z Checking sigpipe v0.1.3
23462026-06-25T00:28:04.214Z Checking usdt v0.5.0
23472026-06-25T00:28:04.290Z Compiling foreign-types-macros v0.2.3
23482026-06-25T00:28:04.374Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23492026-06-25T00:28:04.377Z Checking foreign-types-shared v0.3.1
23502026-06-25T00:28:04.448Z Compiling num_enum_derive v0.5.11
23512026-06-25T00:28:04.712Z Checking chacha20 v0.10.0
23522026-06-25T00:28:04.807Z Checking cstr-argument v0.1.2
23532026-06-25T00:28:04.871Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-25T00:28:04.918Z Checking foreign-types v0.5.0
23552026-06-25T00:28:04.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-25T00:28:04.964Z Compiling num-derive v0.4.2
23572026-06-25T00:28:05.031Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-25T00:28:05.302Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-06-25T00:28:05.337Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-25T00:28:05.447Z Checking rand v0.10.0
23612026-06-25T00:28:05.486Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23622026-06-25T00:28:05.519Z Checking num_enum v0.5.11
23632026-06-25T00:28:05.524Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-06-25T00:28:05.591Z Checking ingot-types v0.1.2
23652026-06-25T00:28:05.651Z Compiling typify v0.6.2
23662026-06-25T00:28:05.688Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-06-25T00:28:05.754Z Checking itertools v0.12.1
23682026-06-25T00:28:05.790Z Compiling progenitor-impl v0.14.0
23692026-06-25T00:28:05.865Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23702026-06-25T00:28:05.988Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-06-25T00:28:06.019Z Checking ingot v0.1.1
23722026-06-25T00:28:06.183Z Compiling zone_cfg_derive v0.3.1
23732026-06-25T00:28:06.230Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-25T00:28:06.437Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-25T00:28:06.708Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-25T00:28:06.798Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23772026-06-25T00:28:06.833Z Checking smf v0.2.3
23782026-06-25T00:28:06.868Z Checking zone v0.3.1
23792026-06-25T00:28:06.902Z Checking whoami v1.6.1
23802026-06-25T00:28:06.940Z Checking tokio-dtrace v0.1.1
23812026-06-25T00:28:07.049Z Compiling derive-where v1.6.0
23822026-06-25T00:28:07.099Z Checking console v0.15.11
23832026-06-25T00:28:07.136Z Checking newline-converter v0.3.0
23842026-06-25T00:28:07.169Z Checking oxide-tokio-rt v0.1.4
23852026-06-25T00:28:07.248Z Checking bytecount v0.6.9
23862026-06-25T00:28:07.283Z Compiling owo-colors v4.3.0
23872026-06-25T00:28:07.364Z Compiling cancel-safe-futures v0.1.5
23882026-06-25T00:28:07.401Z Checking libsw-core v0.3.2
23892026-06-25T00:28:07.404Z Checking expectorate v1.2.0
23902026-06-25T00:28:07.578Z Checking libsw v3.5.0
23912026-06-25T00:28:07.616Z Checking num-rational v0.4.2
23922026-06-25T00:28:07.684Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23932026-06-25T00:28:07.923Z Checking num-complex v0.4.6
23942026-06-25T00:28:08.005Z Checking linear-map v1.2.0
23952026-06-25T00:28:08.042Z Checking float-ord v0.3.2
23962026-06-25T00:28:08.174Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-25T00:28:08.209Z Checking gethostname v0.5.0
23982026-06-25T00:28:08.288Z Checking num v0.4.3
23992026-06-25T00:28:08.329Z Compiling prettyplease v0.2.37
24002026-06-25T00:28:08.364Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-25T00:28:08.443Z Compiling progenitor-macro v0.14.0
24022026-06-25T00:28:08.477Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-25T00:28:08.482Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-25T00:28:08.643Z Checking resolv-conf v0.7.6
24052026-06-25T00:28:08.812Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-06-25T00:28:08.859Z Checking smawk v0.3.2
24072026-06-25T00:28:08.951Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-25T00:28:09.021Z Checking unicode-linebreak v0.1.5
24092026-06-25T00:28:09.273Z Checking papergrid v0.11.0
24102026-06-25T00:28:09.913Z Compiling tabled_derive v0.7.0
24112026-06-25T00:28:10.037Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-25T00:28:10.074Z Compiling convert_case v0.10.0
24132026-06-25T00:28:10.110Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-06-25T00:28:10.283Z Compiling slog-dtrace v0.3.0
24152026-06-25T00:28:10.363Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-25T00:28:10.411Z Compiling derive_more-impl v2.1.1
24172026-06-25T00:28:10.581Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-25T00:28:10.631Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-25T00:28:10.900Z Checking tabled v0.15.0
24202026-06-25T00:28:11.256Z Checking derive_more v2.1.1
24212026-06-25T00:28:11.392Z Checking crossterm v0.29.0
24222026-06-25T00:28:11.638Z Checking linked-hash-map v0.5.6
24232026-06-25T00:28:11.841Z Checking lru-cache v0.1.2
24242026-06-25T00:28:12.266Z Checking hickory-proto v0.24.4
24252026-06-25T00:28:12.304Z Checking fd-lock v4.0.4
24262026-06-25T00:28:12.337Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24272026-06-25T00:28:13.040Z Checking vte v0.14.1
24282026-06-25T00:28:13.193Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-06-25T00:28:13.299Z Checking progenitor v0.14.0
24302026-06-25T00:28:13.450Z Checking display-error-chain v0.2.2
24312026-06-25T00:28:13.488Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24322026-06-25T00:28:13.661Z Checking strip-ansi-escapes v0.2.1
24332026-06-25T00:28:14.090Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-06-25T00:28:14.939Z Checking termtree v0.5.1
24352026-06-25T00:28:15.127Z Checking nu-ansi-term v0.50.3
24362026-06-25T00:28:15.330Z Checking hickory-resolver v0.24.4
24372026-06-25T00:28:15.364Z Checking reedline v0.40.0
24382026-06-25T00:28:15.398Z Checking textwrap v0.16.2
24392026-06-25T00:28:15.469Z Compiling minimal-lexical v0.2.1
24402026-06-25T00:28:15.582Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-25T00:28:15.640Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-25T00:28:15.751Z Compiling nom v7.1.3
24432026-06-25T00:28:15.911Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-25T00:28:16.119Z Checking qorb v0.4.1
24452026-06-25T00:28:16.206Z Compiling ar_archive_writer v0.5.1
24462026-06-25T00:28:16.522Z Checking csv-core v0.1.13
24472026-06-25T00:28:16.723Z Compiling stacker v0.1.23
24482026-06-25T00:28:16.758Z Checking csv v1.4.0
24492026-06-25T00:28:17.019Z Checking highway v1.3.0
24502026-06-25T00:28:17.094Z Compiling psm v0.1.30
24512026-06-25T00:28:17.131Z Compiling cfg_aliases v0.1.1
24522026-06-25T00:28:17.170Z Compiling semver v0.1.20
24532026-06-25T00:28:17.239Z Compiling nix v0.28.0
24542026-06-25T00:28:17.333Z Checking nibble_vec v0.1.0
24552026-06-25T00:28:17.364Z Checking home v0.5.12
24562026-06-25T00:28:17.489Z Compiling rustc_version v0.1.7
24572026-06-25T00:28:17.493Z Checking endian-type v0.1.2
24582026-06-25T00:28:17.557Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24592026-06-25T00:28:17.618Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-06-25T00:28:17.721Z Checking radix_trie v0.2.1
24612026-06-25T00:28:17.788Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24622026-06-25T00:28:17.791Z Compiling newtype_derive v0.1.6
24632026-06-25T00:28:17.960Z Checking phf_shared v0.12.1
24642026-06-25T00:28:18.034Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-25T00:28:18.070Z Compiling chrono-tz v0.10.4
24662026-06-25T00:28:18.133Z Checking phf v0.12.1
24672026-06-25T00:28:18.343Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-25T00:28:18.346Z Compiling const_format_proc_macros v0.2.34
24692026-06-25T00:28:18.428Z Compiling peg-macros v0.8.5
24702026-06-25T00:28:18.464Z Checking nom v8.0.0
24712026-06-25T00:28:18.499Z Checking recursive v0.1.1
24722026-06-25T00:28:18.625Z Checking winnow v0.6.26
24732026-06-25T00:28:18.882Z Compiling sqlparser_derive v0.5.0
24742026-06-25T00:28:19.256Z Checking unicode_categories v0.1.1
24752026-06-25T00:28:19.318Z Checking rustyline v14.0.0
24762026-06-25T00:28:19.442Z Checking const_format v0.2.35
24772026-06-25T00:28:19.693Z Checking sqlparser v0.61.0
24782026-06-25T00:28:19.809Z Checking sqlformat v0.3.5
24792026-06-25T00:28:19.842Z Checking peg v0.8.5
24802026-06-25T00:28:20.024Z Checking bcs v0.1.6
24812026-06-25T00:28:20.058Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-25T00:28:20.154Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-25T00:28:20.263Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-25T00:28:20.297Z Checking steno v0.4.1
24852026-06-25T00:28:20.370Z Checking filetime v0.2.27
24862026-06-25T00:28:20.468Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-06-25T00:28:20.517Z Checking xattr v1.6.1
24882026-06-25T00:28:20.551Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-06-25T00:28:20.683Z Checking tar v0.4.45
24902026-06-25T00:28:20.756Z Checking subprocess v0.2.15
24912026-06-25T00:28:21.114Z Checking base64 v0.21.7
24922026-06-25T00:28:21.253Z Checking headers-core v0.3.0
24932026-06-25T00:28:21.333Z Checking yasna v0.5.2
24942026-06-25T00:28:21.384Z Checking dropshot-api-manager-types v0.7.2
24952026-06-25T00:28:21.419Z Checking headers v0.4.1
24962026-06-25T00:28:21.588Z Checking tagptr v0.2.0
24972026-06-25T00:28:21.755Z Checking rcgen v0.12.1
24982026-06-25T00:28:21.790Z Checking moka v0.12.13
24992026-06-25T00:28:21.917Z Checking utf-8 v0.7.6
25002026-06-25T00:28:22.086Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-25T00:28:22.122Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-25T00:28:22.263Z Compiling libefi-sys v0.1.0
25032026-06-25T00:28:22.469Z Checking hickory-resolver v0.25.2
25042026-06-25T00:28:22.581Z Checking tungstenite v0.21.0
25052026-06-25T00:28:22.616Z Compiling bitfield-struct v0.6.2
25062026-06-25T00:28:22.859Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-25T00:28:22.968Z Compiling radium v0.7.0
25082026-06-25T00:28:23.030Z Checking tokio-tungstenite v0.21.0
25092026-06-25T00:28:23.265Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-25T00:28:23.300Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-25T00:28:23.463Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-06-25T00:28:23.607Z Checking tap v1.0.1
25132026-06-25T00:28:23.610Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-25T00:28:23.748Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-06-25T00:28:23.783Z Compiling maybe-uninit v2.0.0
25162026-06-25T00:28:23.910Z Checking wyz v0.5.1
25172026-06-25T00:28:24.124Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25182026-06-25T00:28:24.168Z Compiling zerocopy-derive v0.6.6
25192026-06-25T00:28:24.224Z Checking crc-catalog v2.4.0
25202026-06-25T00:28:24.259Z Compiling packed_struct v0.10.1
25212026-06-25T00:28:24.262Z Checking funty v2.0.0
25222026-06-25T00:28:24.346Z Checking crc v3.4.0
25232026-06-25T00:28:24.489Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25242026-06-25T00:28:24.536Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-06-25T00:28:24.649Z Checking bitvec v1.0.1
25262026-06-25T00:28:24.682Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-06-25T00:28:24.724Z Compiling packed_struct_codegen v0.10.1
25282026-06-25T00:28:25.051Z Checking zerocopy v0.6.6
25292026-06-25T00:28:25.151Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-25T00:28:25.378Z Compiling bitfield-macros v0.19.4
25312026-06-25T00:28:25.684Z Compiling indexmap v1.9.3
25322026-06-25T00:28:25.839Z Checking nodrop v0.1.14
25332026-06-25T00:28:25.883Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342026-06-25T00:28:25.961Z Checking array-init v0.0.4
25352026-06-25T00:28:25.996Z Checking smallvec v0.6.14
25362026-06-25T00:28:26.111Z Checking bitfield v0.19.4
25372026-06-25T00:28:26.247Z Checking hashbrown v0.12.3
25382026-06-25T00:28:26.290Z Checking serde-hex v0.1.0
25392026-06-25T00:28:26.406Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-25T00:28:26.598Z Checking ron v0.8.1
25412026-06-25T00:28:27.038Z Checking hashbrown v0.13.2
25422026-06-25T00:28:27.077Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25432026-06-25T00:28:27.154Z Checking crc-any v2.5.0
25442026-06-25T00:28:27.364Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452026-06-25T00:28:27.495Z Checking object v0.30.4
25462026-06-25T00:28:27.559Z Compiling xshell-macros v0.2.7
25472026-06-25T00:28:27.732Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25482026-06-25T00:28:27.806Z Checking path-slash v0.1.5
25492026-06-25T00:28:27.939Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-06-25T00:28:27.974Z Checking xshell v0.2.7
25512026-06-25T00:28:28.039Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-25T00:28:28.198Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-06-25T00:28:28.512Z Checking half v1.8.3
25542026-06-25T00:28:28.650Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-06-25T00:28:28.745Z Checking serde_cbor v0.11.2
25562026-06-25T00:28:28.853Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25572026-06-25T00:28:29.112Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-25T00:28:29.172Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25592026-06-25T00:28:29.401Z Compiling num-derive v0.3.3
25602026-06-25T00:28:29.476Z Checking papergrid v0.17.0
25612026-06-25T00:28:29.550Z Compiling proc-macro-error2 v2.0.1
25622026-06-25T00:28:29.682Z Checking testing_table v0.3.0
25632026-06-25T00:28:29.812Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-06-25T00:28:29.895Z Compiling tabled_derive v0.11.0
25652026-06-25T00:28:30.262Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-06-25T00:28:30.296Z Compiling progenitor-impl v0.13.0
25672026-06-25T00:28:30.329Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-25T00:28:30.363Z Checking libscf-sys v1.1.0
25692026-06-25T00:28:30.522Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-25T00:28:30.759Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-25T00:28:30.987Z Checking maplit v1.0.2
25722026-06-25T00:28:31.088Z Checking tabled v0.20.0
25732026-06-25T00:28:31.154Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-25T00:28:31.265Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25752026-06-25T00:28:31.636Z Checking progenitor-client v0.13.0
25762026-06-25T00:28:31.913Z Compiling git-stub v1.0.0
25772026-06-25T00:28:32.037Z Checking crc8 v0.1.1
25782026-06-25T00:28:32.105Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25792026-06-25T00:28:32.165Z Compiling git-stub-vcs v0.1.0
25802026-06-25T00:28:32.208Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-25T00:28:32.500Z Checking fxhash v0.2.1
25822026-06-25T00:28:32.547Z Checking unicase v2.9.0
25832026-06-25T00:28:32.655Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25842026-06-25T00:28:32.729Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25852026-06-25T00:28:32.764Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-06-25T00:28:32.894Z Compiling progenitor-macro v0.13.0
25872026-06-25T00:28:32.984Z Compiling vergen-lib v0.1.6
25882026-06-25T00:28:33.169Z Compiling diesel_derives v2.3.7
25892026-06-25T00:28:33.205Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25902026-06-25T00:28:33.208Z Checking scheduled-thread-pool v0.2.7
25912026-06-25T00:28:33.313Z Compiling dsl_auto_type v0.2.0
25922026-06-25T00:28:33.445Z Compiling vergen-gitcl v1.0.8
25932026-06-25T00:28:33.479Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-25T00:28:33.560Z Checking r2d2 v0.8.10
25952026-06-25T00:28:33.738Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-25T00:28:33.771Z Checking downcast-rs v2.0.2
25972026-06-25T00:28:33.805Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25982026-06-25T00:28:33.808Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-06-25T00:28:33.892Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26002026-06-25T00:28:34.123Z Checking kstat-rs v0.2.4
26012026-06-25T00:28:34.156Z Checking arc-swap v1.8.2
26022026-06-25T00:28:34.391Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26032026-06-25T00:28:34.442Z Checking slog-scope v4.4.1
26042026-06-25T00:28:34.595Z Compiling parking_lot_core v0.8.6
26052026-06-25T00:28:34.626Z Checking slog-stdlog v4.1.1
26062026-06-25T00:28:34.633Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26072026-06-25T00:28:34.691Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26082026-06-25T00:28:34.724Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26092026-06-25T00:28:34.777Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-06-25T00:28:35.043Z Checking slog-envlogger v2.2.0
26112026-06-25T00:28:35.146Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26122026-06-25T00:28:35.228Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-06-25T00:28:35.512Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-06-25T00:28:35.549Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26152026-06-25T00:28:35.585Z Compiling dirs-sys-next v0.1.2
26162026-06-25T00:28:35.784Z Compiling crunchy v0.2.4
26172026-06-25T00:28:35.819Z Compiling dirs-next v2.0.0
26182026-06-25T00:28:35.893Z Checking parking_lot v0.11.2
26192026-06-25T00:28:35.954Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-06-25T00:28:35.987Z Compiling clang-sys v1.8.1
26212026-06-25T00:28:36.121Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-25T00:28:36.156Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26232026-06-25T00:28:36.275Z Checking prefix-trie v0.7.0
26242026-06-25T00:28:36.413Z Compiling tiny-keccak v2.0.2
26252026-06-25T00:28:36.579Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26262026-06-25T00:28:36.678Z Checking hickory-server v0.25.2
26272026-06-25T00:28:36.745Z Checking sled v0.34.7
26282026-06-25T00:28:36.810Z Compiling term v0.7.0
26292026-06-25T00:28:36.887Z Checking nanorand v0.7.0
26302026-06-25T00:28:37.114Z Compiling salty v0.3.0
26312026-06-25T00:28:37.180Z Compiling bit-vec v0.6.3
26322026-06-25T00:28:37.418Z Compiling bit-set v0.5.3
26332026-06-25T00:28:37.449Z Checking flume v0.11.1
26342026-06-25T00:28:37.482Z Compiling ascii-canvas v3.0.0
26352026-06-25T00:28:37.724Z Checking primeorder v0.13.6
26362026-06-25T00:28:37.758Z Compiling itertools v0.10.5
26372026-06-25T00:28:37.791Z Checking progenitor v0.13.0
26382026-06-25T00:28:37.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26392026-06-25T00:28:37.993Z Compiling ena v0.14.4
26402026-06-25T00:28:38.027Z Compiling libloading v0.8.9
26412026-06-25T00:28:38.058Z Compiling regex-syntax v0.6.29
26422026-06-25T00:28:39.063Z Compiling bindgen v0.71.1
26432026-06-25T00:28:39.066Z Compiling diff v0.1.13
26442026-06-25T00:28:39.066Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26452026-06-25T00:28:39.282Z Checking diesel v2.3.7
26462026-06-25T00:28:39.340Z Compiling cexpr v0.6.0
26472026-06-25T00:28:39.380Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26482026-06-25T00:28:39.382Z Compiling fs-err v2.11.0
26492026-06-25T00:28:39.614Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-06-25T00:28:39.650Z Compiling lalrpop v0.19.12
26512026-06-25T00:28:40.046Z Compiling rustc-hash v2.1.1
26522026-06-25T00:28:40.207Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532026-06-25T00:28:40.240Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26542026-06-25T00:28:40.458Z Compiling libxml v0.3.3
26552026-06-25T00:28:40.775Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26562026-06-25T00:28:40.900Z Checking p384 v0.13.1
26572026-06-25T00:28:41.353Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-06-25T00:28:41.743Z Compiling strum_macros v0.24.3
26592026-06-25T00:28:41.954Z Compiling indoc v1.0.9
26602026-06-25T00:28:42.436Z Checking assert_matches v1.5.0
26612026-06-25T00:28:42.542Z Checking parse-size v1.1.0
26622026-06-25T00:28:42.702Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26632026-06-25T00:28:43.247Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-06-25T00:28:43.477Z Checking quick-xml v0.37.5
26652026-06-25T00:28:43.618Z Checking derive_builder v0.20.2
26662026-06-25T00:28:43.735Z Compiling oso-derive v0.27.3
26672026-06-25T00:28:43.769Z Compiling trait-variant v0.1.2
26682026-06-25T00:28:44.270Z Compiling impl-trait-for-tuples v0.2.3
26692026-06-25T00:28:44.341Z Checking openssl-probe v0.1.6
26702026-06-25T00:28:44.407Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-25T00:28:44.522Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-25T00:28:44.577Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-25T00:28:45.156Z Checking predicates-tree v1.0.13
26742026-06-25T00:28:45.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-25T00:28:45.362Z Checking http-range v0.1.5
26762026-06-25T00:28:45.526Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26772026-06-25T00:28:45.560Z Compiling mime_guess v2.0.5
26782026-06-25T00:28:45.641Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26792026-06-25T00:28:45.832Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-06-25T00:28:45.947Z Checking bb8 v0.8.6
26812026-06-25T00:28:45.981Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-25T00:28:46.055Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26832026-06-25T00:28:46.188Z Checking atty v0.2.14
26842026-06-25T00:28:46.220Z Checking corncobs v0.1.4
26852026-06-25T00:28:46.378Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-06-25T00:28:46.413Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-25T00:28:46.416Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-06-25T00:28:46.628Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26892026-06-25T00:28:46.670Z Checking ignore v0.4.25
26902026-06-25T00:28:46.705Z Checking secrecy v0.8.0
26912026-06-25T00:28:46.802Z Checking hyper-staticfile v0.10.1
26922026-06-25T00:28:47.119Z Checking globwalk v0.9.1
26932026-06-25T00:28:47.151Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26942026-06-25T00:28:47.243Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26952026-06-25T00:28:47.334Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26962026-06-25T00:28:47.473Z Compiling illumos-nvpair-sys v0.2.0
26972026-06-25T00:28:47.511Z Checking nonempty v0.12.0
26982026-06-25T00:28:47.721Z Checking camino-tempfile-ext v0.3.3
26992026-06-25T00:28:47.786Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-06-25T00:28:47.823Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-06-25T00:28:47.912Z Checking signal-hook-tokio v0.3.1
27022026-06-25T00:28:47.945Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-06-25T00:28:48.214Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-06-25T00:28:48.249Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-06-25T00:28:48.632Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-06-25T00:28:48.665Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-06-25T00:28:48.981Z Checking illumos-nvpair v0.3.0
27082026-06-25T00:28:49.099Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27092026-06-25T00:28:49.135Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27102026-06-25T00:28:49.176Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27112026-06-25T00:28:49.209Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122026-06-25T00:28:49.496Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27132026-06-25T00:28:49.532Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27142026-06-25T00:28:49.968Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-06-25T00:28:50.247Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-25T00:28:50.636Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27172026-06-25T00:28:50.842Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-06-25T00:28:51.011Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27192026-06-25T00:28:51.116Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27202026-06-25T00:28:51.179Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-06-25T00:28:51.719Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-06-25T00:28:51.906Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-06-25T00:28:52.162Z Checking tungstenite v0.23.0
27242026-06-25T00:28:52.198Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-06-25T00:28:52.416Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-25T00:28:52.626Z Checking tokio-tungstenite v0.23.1
27272026-06-25T00:28:52.840Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27282026-06-25T00:28:52.913Z Checking rand_seeder v0.4.0
27292026-06-25T00:28:52.946Z Checking void v1.0.2
27302026-06-25T00:28:53.087Z Checking lzss v0.8.2
27312026-06-25T00:28:53.121Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27322026-06-25T00:28:53.212Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27332026-06-25T00:28:53.314Z Checking nix v0.27.1
27342026-06-25T00:28:53.314Z Checking serde_bytes v0.11.19
27352026-06-25T00:28:53.383Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27362026-06-25T00:28:53.494Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27372026-06-25T00:28:53.560Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27382026-06-25T00:28:53.867Z Checking diesel-dtrace v0.5.0
27392026-06-25T00:28:54.154Z Checking async-bb8-diesel v0.2.1
27402026-06-25T00:28:54.205Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-25T00:28:54.330Z Checking is_ci v1.2.0
27422026-06-25T00:28:54.464Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-06-25T00:28:54.514Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27442026-06-25T00:28:54.720Z Checking yansi v1.0.1
27452026-06-25T00:28:54.763Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27462026-06-25T00:28:55.025Z Checking pretty_assertions v1.4.1
27472026-06-25T00:28:55.069Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27482026-06-25T00:28:55.194Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27492026-06-25T00:28:55.464Z Compiling darling_core v0.23.0
27502026-06-25T00:28:55.685Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-25T00:28:56.404Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27522026-06-25T00:28:56.526Z Compiling indoc v2.0.7
27532026-06-25T00:28:56.632Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27542026-06-25T00:28:56.861Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-25T00:28:57.020Z Compiling libz-sys v1.1.24
27562026-06-25T00:28:57.437Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-25T00:28:57.673Z Compiling instability v0.3.11
27582026-06-25T00:28:57.708Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-25T00:28:58.049Z Compiling darling_macro v0.23.0
27602026-06-25T00:28:58.052Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27612026-06-25T00:28:58.164Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27622026-06-25T00:28:58.405Z Checking castaway v0.2.4
27632026-06-25T00:28:58.556Z Checking compact_str v0.8.1
27642026-06-25T00:28:58.610Z Compiling darling v0.23.0
27652026-06-25T00:28:58.980Z Checking supports-color v3.0.2
27662026-06-25T00:28:59.147Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27672026-06-25T00:28:59.378Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27682026-06-25T00:28:59.482Z Checking unicode-truncate v1.1.0
27692026-06-25T00:28:59.521Z Checking console v0.16.2
27702026-06-25T00:28:59.604Z Checking lru v0.12.5
27712026-06-25T00:28:59.641Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-06-25T00:28:59.674Z Checking unit-prefix v0.5.2
27732026-06-25T00:28:59.796Z Checking cassowary v0.3.0
27742026-06-25T00:28:59.874Z Checking indicatif v0.18.4
27752026-06-25T00:29:00.042Z Checking ratatui v0.29.0
27762026-06-25T00:29:00.126Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27772026-06-25T00:29:00.293Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-06-25T00:29:00.546Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792026-06-25T00:29:01.354Z Compiling vergen-git2 v9.1.0
27802026-06-25T00:29:01.404Z Checking plotters-backend v0.3.7
27812026-06-25T00:29:01.624Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27822026-06-25T00:29:01.658Z Checking plotters-svg v0.3.7
27832026-06-25T00:29:01.836Z Compiling rustls v0.21.12
27842026-06-25T00:29:01.870Z Checking cast v0.3.0
27852026-06-25T00:29:02.053Z Checking criterion-plot v0.6.0
27862026-06-25T00:29:02.182Z Checking plotters v0.3.7
27872026-06-25T00:29:02.282Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-06-25T00:29:02.331Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27892026-06-25T00:29:02.560Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27902026-06-25T00:29:02.791Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27912026-06-25T00:29:02.966Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27922026-06-25T00:29:03.019Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27932026-06-25T00:29:03.197Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27942026-06-25T00:29:03.249Z Checking colored v2.2.0
27952026-06-25T00:29:03.287Z Checking sct v0.7.1
27962026-06-25T00:29:03.478Z Checking rustls-webpki v0.101.7
27972026-06-25T00:29:03.512Z Checking tinytemplate v1.2.1
27982026-06-25T00:29:03.771Z Checking shell-words v1.1.1
27992026-06-25T00:29:03.889Z Checking anes v0.1.6
28002026-06-25T00:29:03.928Z Checking oorandom v11.1.5
28012026-06-25T00:29:04.073Z Checking criterion v0.7.0
28022026-06-25T00:29:04.076Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28032026-06-25T00:29:05.513Z Checking typeid v1.0.3
28042026-06-25T00:29:05.558Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28052026-06-25T00:29:05.649Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28062026-06-25T00:29:06.356Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28072026-06-25T00:29:07.131Z Checking hex-literal v0.4.1
28082026-06-25T00:29:07.268Z Checking erased-serde v0.4.9
28092026-06-25T00:29:07.663Z Checking tokio-rustls v0.24.1
28102026-06-25T00:29:07.904Z Checking rustls-pemfile v1.0.4
28112026-06-25T00:29:08.081Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28122026-06-25T00:29:08.336Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28132026-06-25T00:29:08.743Z Checking twox-hash v2.1.2
28142026-06-25T00:29:09.016Z Checking ordered-float v2.10.1
28152026-06-25T00:29:09.129Z Checking serde-untagged v0.1.9
28162026-06-25T00:29:09.283Z Checking serde-value v0.7.0
28172026-06-25T00:29:09.358Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28182026-06-25T00:29:09.528Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28192026-06-25T00:29:09.728Z Checking fatfs v0.3.6
28202026-06-25T00:29:10.218Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28212026-06-25T00:29:10.370Z Checking unicode-xid v0.2.6
28222026-06-25T00:29:10.518Z Compiling seq-macro v0.3.6
28232026-06-25T00:29:10.623Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-25T00:29:10.858Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-25T00:29:11.050Z Checking cargo-util-schemas v0.8.2
28262026-06-25T00:29:11.577Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28272026-06-25T00:29:11.978Z Checking cargo-platform v0.2.0
28282026-06-25T00:29:12.201Z Compiling petname v2.0.2
28292026-06-25T00:29:12.204Z Checking cargo_metadata v0.21.0
28302026-06-25T00:29:12.456Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28312026-06-25T00:29:12.885Z Checking concurrent-queue v2.5.0
28322026-06-25T00:29:13.038Z Checking rtoolbox v0.0.3
28332026-06-25T00:29:13.103Z Checking parking v2.2.1
28342026-06-25T00:29:13.203Z Checking rpassword v7.4.0
28352026-06-25T00:29:13.258Z Checking event-listener v5.4.1
28362026-06-25T00:29:13.532Z Checking tui-tree-widget v0.23.1
28372026-06-25T00:29:13.765Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28382026-06-25T00:29:13.799Z Checking polyval v0.6.2
28392026-06-25T00:29:13.966Z Checking sapling-renderdag v0.1.0
28402026-06-25T00:29:13.999Z Checking sync-ptr v0.1.4
28412026-06-25T00:29:14.150Z Checking ghash v0.5.1
28422026-06-25T00:29:14.243Z Checking event-listener-strategy v0.5.4
28432026-06-25T00:29:14.303Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28442026-06-25T00:29:14.407Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28452026-06-25T00:29:14.634Z Checking ctr v0.9.2
28462026-06-25T00:29:14.838Z Checking futures-timer v3.0.3
28472026-06-25T00:29:14.992Z Checking constant_time_eq v0.4.2
28482026-06-25T00:29:15.061Z Checking arrayref v0.3.9
28492026-06-25T00:29:15.165Z Checking arrayvec v0.7.6
28502026-06-25T00:29:15.199Z Checking aes-gcm v0.10.3
28512026-06-25T00:29:15.383Z Checking async-lock v3.4.2
28522026-06-25T00:29:15.460Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28532026-06-25T00:29:15.827Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-06-25T00:29:16.056Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28552026-06-25T00:29:16.441Z Checking ssh-encoding v0.2.0
28562026-06-25T00:29:16.679Z Checking blowfish v0.9.1
28572026-06-25T00:29:16.861Z Compiling strsim v0.10.0
28582026-06-25T00:29:17.073Z Compiling darling_core v0.13.4
28592026-06-25T00:29:17.228Z Checking bcrypt-pbkdf v0.10.0
28602026-06-25T00:29:17.428Z Checking ssh-cipher v0.2.0
28612026-06-25T00:29:17.641Z Checking async-object-pool v0.2.0
28622026-06-25T00:29:17.788Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-06-25T00:29:18.205Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28642026-06-25T00:29:18.903Z Checking serde_regex v1.1.0
28652026-06-25T00:29:18.956Z Checking password-hash v0.4.2
28662026-06-25T00:29:19.009Z Checking assert-json-diff v2.0.2
28672026-06-25T00:29:19.094Z Checking path-tree v0.8.3
28682026-06-25T00:29:19.209Z Compiling target-lexicon v0.13.3
28692026-06-25T00:29:19.212Z Checking stringmetrics v2.2.2
28702026-06-25T00:29:19.312Z Checking gimli v0.32.3
28712026-06-25T00:29:19.432Z Checking httpmock v0.8.3
28722026-06-25T00:29:19.795Z Checking pbkdf2 v0.11.0
28732026-06-25T00:29:20.004Z Compiling darling_macro v0.13.4
28742026-06-25T00:29:20.516Z Checking ssh-key v0.6.7
28752026-06-25T00:29:20.898Z Checking addr2line v0.25.1
28762026-06-25T00:29:21.046Z Compiling samael v0.0.19
28772026-06-25T00:29:21.248Z Checking p256 v0.13.2
28782026-06-25T00:29:21.532Z Checking p521 v0.13.3
28792026-06-25T00:29:21.702Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-06-25T00:29:21.974Z Checking russh-cryptovec v0.7.3
28812026-06-25T00:29:22.144Z Compiling guppy-workspace-hack v0.1.0
28822026-06-25T00:29:22.179Z Checking md5 v0.7.0
28832026-06-25T00:29:22.358Z Checking rustc-demangle v0.1.27
28842026-06-25T00:29:22.392Z Checking russh-keys v0.45.0
28852026-06-25T00:29:22.624Z Checking backtrace v0.3.76
28862026-06-25T00:29:23.012Z Compiling darling v0.13.4
28872026-06-25T00:29:23.110Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28882026-06-25T00:29:23.144Z Checking num-bigint v0.4.6
28892026-06-25T00:29:23.334Z Checking des v0.8.1
28902026-06-25T00:29:23.531Z Compiling blake3 v1.8.5
28912026-06-25T00:29:23.565Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28922026-06-25T00:29:23.928Z Compiling target-spec v3.5.7
28932026-06-25T00:29:24.023Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-25T00:29:24.165Z Checking russh v0.45.0
28952026-06-25T00:29:24.778Z Checking cfg-expr v0.20.6
28962026-06-25T00:29:24.876Z Compiling serde_with_macros v1.5.2
28972026-06-25T00:29:25.305Z Checking backtrace-ext v0.2.1
28982026-06-25T00:29:25.452Z Checking supports-color v2.1.0
28992026-06-25T00:29:25.620Z Checking textwrap v0.15.2
29002026-06-25T00:29:25.732Z Checking supports-unicode v2.1.0
29012026-06-25T00:29:25.860Z Checking supports-hyperlinks v2.1.0
29022026-06-25T00:29:25.893Z Checking hashbrown v0.14.5
29032026-06-25T00:29:26.009Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29042026-06-25T00:29:26.082Z Checking cargo-platform v0.3.2
29052026-06-25T00:29:26.204Z Checking terminal_size v0.1.17
29062026-06-25T00:29:26.237Z Compiling miette-derive v5.10.0
29072026-06-25T00:29:26.292Z Checking internet-checksum v0.2.1
29082026-06-25T00:29:26.396Z Checking owo-colors v3.5.0
29092026-06-25T00:29:26.441Z Checking chumsky v0.9.3
29102026-06-25T00:29:26.952Z Checking cargo_metadata v0.23.1
29112026-06-25T00:29:27.389Z Checking miette v5.10.0
29122026-06-25T00:29:27.497Z Compiling git2 v0.20.4
29132026-06-25T00:29:27.530Z Compiling serde_with v1.14.0
29142026-06-25T00:29:27.902Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29152026-06-25T00:29:28.004Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29162026-06-25T00:29:28.227Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-06-25T00:29:28.608Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29182026-06-25T00:29:28.772Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29192026-06-25T00:29:28.828Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29202026-06-25T00:29:28.861Z Compiling knuffel-derive v3.2.0
29212026-06-25T00:29:28.963Z Checking httptest v0.16.4
29222026-06-25T00:29:29.000Z Checking pathdiff v0.2.3
29232026-06-25T00:29:29.137Z Checking nested v0.1.1
29242026-06-25T00:29:29.310Z Checking topological-sort v0.2.2
29252026-06-25T00:29:29.366Z Checking guppy v0.17.25
29262026-06-25T00:29:29.486Z Checking omicron-zone-package v0.12.2
29272026-06-25T00:29:30.347Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-06-25T00:29:30.381Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29292026-06-25T00:29:30.384Z Checking knuffel v3.2.0
29302026-06-25T00:29:30.448Z Checking similar-asserts v1.7.0
29312026-06-25T00:29:30.634Z Compiling target-triple v1.0.0
29322026-06-25T00:29:30.671Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29332026-06-25T00:29:30.838Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29342026-06-25T00:29:30.892Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29352026-06-25T00:29:31.014Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29362026-06-25T00:29:31.078Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29372026-06-25T00:29:31.613Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29382026-06-25T00:29:31.735Z Checking hickory-client v0.25.2
29392026-06-25T00:29:32.029Z Checking tokio-test v0.4.5
29402026-06-25T00:29:32.062Z Compiling assert_cmd v2.1.2
29412026-06-25T00:29:32.265Z Checking escape8259 v0.5.3
29422026-06-25T00:29:32.430Z Checking libtest-mimic v0.8.1
29432026-06-25T00:29:32.745Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29442026-06-25T00:29:32.816Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29452026-06-25T00:29:32.887Z Checking blake2b_simd v1.0.4
29462026-06-25T00:29:33.339Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29472026-06-25T00:29:33.575Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29482026-06-25T00:29:33.781Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29492026-06-25T00:29:34.002Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29502026-06-25T00:29:34.037Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29512026-06-25T00:29:34.238Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29522026-06-25T00:29:34.438Z Checking fancy-regex v0.14.0
29532026-06-25T00:29:34.678Z Checking serde_tokenstream v0.2.3
29542026-06-25T00:29:34.837Z Checking approx v0.5.1
29552026-06-25T00:29:34.938Z Checking uzers v0.12.2
29562026-06-25T00:29:35.002Z Compiling rstest_macros v0.25.0
29572026-06-25T00:29:35.186Z Checking termcolor v1.4.1
29582026-06-25T00:29:35.313Z Compiling linkme-impl v0.3.35
29592026-06-25T00:29:35.439Z Checking constant_time_eq v0.3.1
29602026-06-25T00:29:35.580Z Checking rust-argon2 v2.1.0
29612026-06-25T00:29:35.705Z Checking trybuild v1.0.116
29622026-06-25T00:29:35.981Z Checking datatest-stable v0.3.3
29632026-06-25T00:29:36.500Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-06-25T00:29:36.798Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29652026-06-25T00:29:36.835Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29662026-06-25T00:29:36.866Z Checking support-bundle-viewer v0.1.2
29672026-06-25T00:29:37.138Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29682026-06-25T00:29:37.362Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29692026-06-25T00:29:37.588Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29702026-06-25T00:29:37.591Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29712026-06-25T00:29:37.786Z Compiling polar-core v0.27.3
29722026-06-25T00:29:37.811Z Checking drift v0.2.0
29732026-06-25T00:29:37.844Z Checking rand_distr v0.5.1
29742026-06-25T00:29:37.983Z Checking multimap v0.10.1
29752026-06-25T00:29:38.189Z Compiling linkme v0.3.35
29762026-06-25T00:29:38.224Z Compiling relative-path v1.9.3
29772026-06-25T00:29:38.285Z Checking dropshot-api-manager v0.7.2
29782026-06-25T00:29:39.463Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29792026-06-25T00:29:40.232Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29802026-06-25T00:29:40.267Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29812026-06-25T00:29:40.347Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29822026-06-25T00:29:40.583Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-06-25T00:29:40.857Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29842026-06-25T00:29:40.983Z Checking cargo_toml v0.21.0
29852026-06-25T00:29:41.100Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29862026-06-25T00:29:41.554Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29872026-06-25T00:29:41.751Z Checking partial-io v0.5.4
29882026-06-25T00:29:41.813Z Checking termios v0.3.3
29892026-06-25T00:29:41.973Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29902026-06-25T00:29:42.082Z Checking rstest v0.25.0
29912026-06-25T00:29:42.642Z Checking oso v0.27.3
29922026-06-25T00:29:43.595Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29932026-06-25T00:29:44.359Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29942026-06-25T00:29:44.762Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29952026-06-25T00:29:47.208Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29962026-06-25T00:29:52.526Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29972026-06-25T00:29:55.100Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29982026-06-25T00:29:55.237Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29992026-06-25T00:29:57.080Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30002026-06-25T00:30:02.032Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30012026-06-25T00:30:05.686Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30022026-06-25T00:30:10.188Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30032026-06-25T00:30:10.223Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-06-25T00:30:11.099Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30052026-06-25T00:30:17.588Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-06-25T00:30:21.869Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30072026-06-25T00:31:39.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30082026-06-25T00:31:39.671Z
30092026-06-25T00:31:39.671Zreal 4:11.137463660
30102026-06-25T00:31:39.671Zuser 21:13.811396190
30112026-06-25T00:31:39.671Zsys 4:53.186344732
30122026-06-25T00:31:39.671Ztrap 0.523189981
30132026-06-25T00:31:39.671Ztflt 0.460243324
30142026-06-25T00:31:39.671Zdflt 0.521855461
30152026-06-25T00:31:39.671Zkflt 0.004466328
30162026-06-25T00:31:39.671Zlock 58:25.659061712
30172026-06-25T00:31:39.671Zslp 57:56.169770153
30182026-06-25T00:31:39.677Zlat 1:47.314934590
30192026-06-25T00:31:39.677Zstop 11:01.677619529
30202026-06-25T00:31:39.678Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30212026-06-25T00:31:39.678Z+ ptime -m cargo doc --workspace --no-deps
30222026-06-25T00:31:40.469Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30232026-06-25T00:31:40.470Z |
30242026-06-25T00:31:40.470Z = 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)`
30252026-06-25T00:31:40.470Z = 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>
30262026-06-25T00:31:41.480Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-25T00:31:41.706Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30282026-06-25T00:31:41.749Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30292026-06-25T00:31:41.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-06-25T00:31:41.868Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30312026-06-25T00:31:41.893Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30322026-06-25T00:31:41.986Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332026-06-25T00:31:42.011Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30342026-06-25T00:31:42.039Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30352026-06-25T00:31:42.077Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362026-06-25T00:31:42.264Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30372026-06-25T00:31:42.286Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30382026-06-25T00:31:42.326Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30392026-06-25T00:31:42.358Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30402026-06-25T00:31:42.379Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30412026-06-25T00:31:42.404Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30422026-06-25T00:31:42.423Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-06-25T00:31:42.444Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30442026-06-25T00:31:42.448Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30452026-06-25T00:31:42.493Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30462026-06-25T00:31:42.581Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30472026-06-25T00:31:42.590Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-06-25T00:31:42.846Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30492026-06-25T00:31:43.163Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30502026-06-25T00:31:43.195Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30512026-06-25T00:31:43.275Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-06-25T00:31:43.309Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-06-25T00:31:43.337Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-06-25T00:31:43.507Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30552026-06-25T00:31:43.569Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-06-25T00:31:43.675Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572026-06-25T00:31:43.797Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30582026-06-25T00:31:43.901Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30592026-06-25T00:31:43.943Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30602026-06-25T00:31:43.985Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30612026-06-25T00:31:44.020Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30622026-06-25T00:31:44.128Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30632026-06-25T00:31:44.211Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30642026-06-25T00:31:44.240Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30652026-06-25T00:31:44.469Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-06-25T00:31:44.518Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-06-25T00:31:44.836Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682026-06-25T00:31:44.901Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30692026-06-25T00:31:44.968Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30702026-06-25T00:31:45.066Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30712026-06-25T00:31:45.135Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30722026-06-25T00:31:45.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30732026-06-25T00:31:45.236Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30742026-06-25T00:31:45.291Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30752026-06-25T00:31:45.383Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762026-06-25T00:31:45.421Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772026-06-25T00:31:45.475Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30782026-06-25T00:31:45.526Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30792026-06-25T00:31:45.610Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30802026-06-25T00:31:45.659Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30812026-06-25T00:31:45.695Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30822026-06-25T00:31:45.721Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30832026-06-25T00:31:45.804Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-06-25T00:31:45.829Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30852026-06-25T00:31:45.852Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30862026-06-25T00:31:45.889Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30872026-06-25T00:31:45.915Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30882026-06-25T00:31:46.000Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892026-06-25T00:31:46.348Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902026-06-25T00:31:46.372Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30912026-06-25T00:31:46.475Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30922026-06-25T00:31:46.675Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30932026-06-25T00:31:46.908Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30942026-06-25T00:31:47.156Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30952026-06-25T00:31:47.373Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30962026-06-25T00:31:47.398Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30972026-06-25T00:31:47.424Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-25T00:31:47.457Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30992026-06-25T00:31:47.646Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31002026-06-25T00:31:47.679Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31012026-06-25T00:31:47.725Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31022026-06-25T00:31:47.747Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31032026-06-25T00:31:48.318Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31042026-06-25T00:31:48.819Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31052026-06-25T00:31:48.842Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31062026-06-25T00:31:48.949Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31072026-06-25T00:31:49.079Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31082026-06-25T00:31:49.182Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31092026-06-25T00:31:49.314Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31102026-06-25T00:31:49.337Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31112026-06-25T00:31:49.467Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-06-25T00:31:49.661Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31132026-06-25T00:31:49.684Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31142026-06-25T00:31:49.707Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31152026-06-25T00:31:49.833Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31162026-06-25T00:31:49.882Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31172026-06-25T00:31:49.949Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31182026-06-25T00:31:49.977Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31192026-06-25T00:31:49.980Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31202026-06-25T00:31:50.041Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31212026-06-25T00:31:50.199Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31222026-06-25T00:31:50.203Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31232026-06-25T00:31:50.260Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-25T00:31:50.271Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31252026-06-25T00:31:50.271Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31262026-06-25T00:31:50.325Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31272026-06-25T00:31:50.407Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31282026-06-25T00:31:50.494Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31292026-06-25T00:31:50.521Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31302026-06-25T00:31:50.573Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31312026-06-25T00:31:50.685Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31322026-06-25T00:31:50.832Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31332026-06-25T00:31:50.872Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31342026-06-25T00:31:50.875Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31352026-06-25T00:31:51.350Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31362026-06-25T00:31:51.506Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31372026-06-25T00:31:51.602Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31382026-06-25T00:31:52.283Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31392026-06-25T00:31:52.367Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31402026-06-25T00:31:52.532Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31412026-06-25T00:31:53.095Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31422026-06-25T00:31:53.117Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-25T00:31:53.811Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31442026-06-25T00:31:54.531Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-06-25T00:31:55.176Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-06-25T00:31:55.198Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-06-25T00:31:55.546Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31482026-06-25T00:31:55.834Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31492026-06-25T00:31:55.857Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31502026-06-25T00:31:56.036Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31512026-06-25T00:31:56.570Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31522026-06-25T00:31:56.651Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31532026-06-25T00:31:56.771Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31542026-06-25T00:31:56.886Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31552026-06-25T00:31:57.047Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31562026-06-25T00:31:57.489Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31572026-06-25T00:31:57.527Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-06-25T00:31:57.916Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31592026-06-25T00:31:57.918Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31602026-06-25T00:31:57.986Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-25T00:31:58.505Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31622026-06-25T00:31:58.753Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-06-25T00:31:58.995Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31642026-06-25T00:31:59.548Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-06-25T00:31:59.974Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31662026-06-25T00:32:00.389Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31672026-06-25T00:32:00.937Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31682026-06-25T00:32:01.137Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-06-25T00:32:01.761Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-06-25T00:32:02.267Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31712026-06-25T00:32:02.326Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-06-25T00:32:02.529Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-06-25T00:32:02.816Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-06-25T00:32:03.441Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-06-25T00:32:04.018Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-06-25T00:32:04.661Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31772026-06-25T00:32:04.861Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31782026-06-25T00:32:04.895Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31792026-06-25T00:32:05.326Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802026-06-25T00:32:05.375Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812026-06-25T00:32:06.949Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31822026-06-25T00:32:09.272Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31832026-06-25T00:32:09.927Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31842026-06-25T00:32:10.363Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-06-25T00:32:10.698Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31862026-06-25T00:32:10.925Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-06-25T00:32:11.334Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31882026-06-25T00:32:11.474Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31892026-06-25T00:32:12.938Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31902026-06-25T00:32:13.099Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31912026-06-25T00:32:13.347Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31922026-06-25T00:32:13.558Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-06-25T00:32:14.060Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31942026-06-25T00:32:14.311Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31952026-06-25T00:32:14.340Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31962026-06-25T00:32:14.638Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972026-06-25T00:32:14.703Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31982026-06-25T00:32:14.756Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-06-25T00:32:15.412Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32002026-06-25T00:32:15.474Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32012026-06-25T00:32:15.857Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32022026-06-25T00:32:16.093Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32032026-06-25T00:32:16.190Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32042026-06-25T00:32:16.449Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32052026-06-25T00:32:16.475Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-06-25T00:32:16.767Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32072026-06-25T00:32:17.129Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32082026-06-25T00:32:18.461Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32092026-06-25T00:32:18.965Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32102026-06-25T00:32:19.558Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32112026-06-25T00:32:20.647Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32122026-06-25T00:32:21.222Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-06-25T00:32:22.692Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32142026-06-25T00:32:23.628Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32152026-06-25T00:32:25.393Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-06-25T00:32:25.730Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-06-25T00:32:26.366Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32182026-06-25T00:32:27.775Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32192026-06-25T00:32:29.232Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32202026-06-25T00:32:30.869Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32212026-06-25T00:32:31.347Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32222026-06-25T00:32:31.886Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32232026-06-25T00:32:32.853Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242026-06-25T00:32:34.091Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32252026-06-25T00:32:34.437Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32262026-06-25T00:32:35.283Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32272026-06-25T00:32:37.450Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32282026-06-25T00:32:39.070Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32292026-06-25T00:32:41.728Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32302026-06-25T00:32:42.600Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32312026-06-25T00:32:44.448Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32322026-06-25T00:32:45.115Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32332026-06-25T00:32:45.867Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-06-25T00:32:46.646Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32352026-06-25T00:32:48.075Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32362026-06-25T00:32:48.235Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32372026-06-25T00:32:49.052Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32382026-06-25T00:32:49.494Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-06-25T00:32:50.035Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-06-25T00:32:51.141Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32412026-06-25T00:32:52.922Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32422026-06-25T00:32:54.862Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32432026-06-25T00:32:55.732Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32442026-06-25T00:32:56.993Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-06-25T00:32:57.657Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32462026-06-25T00:32:58.869Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32472026-06-25T00:33:00.010Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32482026-06-25T00:33:02.637Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32492026-06-25T00:33:02.928Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32502026-06-25T00:33:03.834Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32512026-06-25T00:33:05.110Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32522026-06-25T00:33:06.298Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-06-25T00:33:07.577Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32542026-06-25T00:33:08.883Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-06-25T00:33:11.390Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32562026-06-25T00:33:11.942Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32572026-06-25T00:33:13.819Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-06-25T00:33:15.211Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32592026-06-25T00:33:16.632Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32602026-06-25T00:33:18.376Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32612026-06-25T00:33:19.877Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32622026-06-25T00:33:21.557Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-06-25T00:33:23.119Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32642026-06-25T00:33:27.050Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32652026-06-25T00:33:27.804Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32662026-06-25T00:33:28.913Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32672026-06-25T00:33:29.504Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32682026-06-25T00:33:31.393Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-06-25T00:33:33.113Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32702026-06-25T00:33:34.675Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32712026-06-25T00:33:36.820Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32722026-06-25T00:33:38.571Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32732026-06-25T00:33:40.264Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742026-06-25T00:33:42.342Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-06-25T00:33:43.781Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32762026-06-25T00:33:45.589Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32772026-06-25T00:33:47.291Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32782026-06-25T00:33:50.479Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32792026-06-25T00:33:52.605Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32802026-06-25T00:33:54.109Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-06-25T00:33:56.172Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-06-25T00:33:57.496Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32832026-06-25T00:34:01.694Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32842026-06-25T00:34:03.431Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-25T00:34:05.560Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32862026-06-25T00:34:07.268Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32872026-06-25T00:34:09.172Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-06-25T00:34:11.086Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32892026-06-25T00:34:13.918Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-06-25T00:34:15.258Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-06-25T00:34:17.765Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32922026-06-25T00:34:19.994Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32932026-06-25T00:34:22.149Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32942026-06-25T00:34:24.469Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32952026-06-25T00:34:26.553Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32962026-06-25T00:34:30.216Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-06-25T00:34:30.988Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-06-25T00:34:33.276Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-06-25T00:34:35.370Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-06-25T00:34:37.826Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-06-25T00:34:40.125Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33022026-06-25T00:34:41.777Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-06-25T00:34:44.157Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-06-25T00:34:46.408Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-06-25T00:34:48.723Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-06-25T00:34:50.923Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-06-25T00:34:53.179Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-06-25T00:34:55.505Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33092026-06-25T00:34:57.789Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33102026-06-25T00:35:00.099Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33112026-06-25T00:35:02.452Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33122026-06-25T00:35:04.791Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33132026-06-25T00:35:07.139Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-06-25T00:35:09.503Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33152026-06-25T00:35:11.738Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33162026-06-25T00:35:14.237Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33172026-06-25T00:35:16.615Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-06-25T00:35:18.797Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-06-25T00:35:21.143Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33202026-06-25T00:35:23.428Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33212026-06-25T00:35:26.285Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-06-25T00:35:28.332Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33232026-06-25T00:35:30.785Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-06-25T00:35:33.172Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33252026-06-25T00:35:35.487Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33262026-06-25T00:35:37.986Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-06-25T00:35:40.267Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33282026-06-25T00:35:42.770Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-06-25T00:35:45.303Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33302026-06-25T00:35:47.689Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33312026-06-25T00:35:50.000Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33322026-06-25T00:35:52.509Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33332026-06-25T00:35:55.093Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-06-25T00:35:57.509Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-06-25T00:36:00.089Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-06-25T00:36:02.672Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33372026-06-25T00:36:05.189Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-06-25T00:36:07.681Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33392026-06-25T00:36:10.112Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33402026-06-25T00:36:12.654Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33412026-06-25T00:36:15.199Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33422026-06-25T00:36:17.745Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-06-25T00:36:20.674Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-06-25T00:36:23.086Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33452026-06-25T00:36:31.030Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33462026-06-25T00:36:31.059Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33472026-06-25T00:36:34.437Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33482026-06-25T00:36:37.610Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33492026-06-25T00:36:41.037Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33502026-06-25T00:36:44.267Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-06-25T00:36:47.574Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33522026-06-25T00:36:52.199Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33532026-06-25T00:36:54.990Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33542026-06-25T00:36:58.671Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33552026-06-25T00:37:02.398Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33562026-06-25T00:37:06.019Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33572026-06-25T00:37:09.549Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-06-25T00:37:13.137Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33592026-06-25T00:37:16.846Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33602026-06-25T00:37:20.396Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33612026-06-25T00:37:24.035Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33622026-06-25T00:37:27.648Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33632026-06-25T00:37:31.297Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33642026-06-25T00:37:34.907Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33652026-06-25T00:37:38.613Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33662026-06-25T00:37:42.242Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33672026-06-25T00:37:45.845Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33682026-06-25T00:37:49.564Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33692026-06-25T00:37:53.153Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33702026-06-25T00:38:22.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 42s
33712026-06-25T00:38:22.391Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33722026-06-25T00:38:22.488Z
33732026-06-25T00:38:22.488Zreal 6:42.733681536
33742026-06-25T00:38:22.491Zuser 18:03.799949049
33752026-06-25T00:38:22.491Zsys 3:49.346228364
33762026-06-25T00:38:22.491Ztrap 0.268671102
33772026-06-25T00:38:22.491Ztflt 0.011926353
33782026-06-25T00:38:22.491Zdflt 0.044123277
33792026-06-25T00:38:22.491Zkflt 0.000044780
33802026-06-25T00:38:22.491Zlock 6:11:39.082793384
33812026-06-25T00:38:22.491Zslp 2:15:12.138555046
33822026-06-25T00:38:22.491Zlat 32.269807626
33832026-06-25T00:38:22.491Zstop 1:38.235474370
33842026-06-25T00:38:22.491Zprocess exited: duration 779042 ms, exit code 0
 
33852026-06-25T00:38:22.498Zfound 0 output files