01KVKQZ7BD7CG7KE996MQ0APX0: clippy (helios)

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

Buildomat Job: 01KVKR06G22KZ483CSXZ8BSZAT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T00:07:34.209Zjob assigned to worker 01KVKR0H4VM2XDKEGJV3C9GG97 [factory aws, i-0e56c78b69ba6aea9] (queued for 1 m 1 s)
 
22026-06-21T00:07:40.686Zstarting task 0: "setup"
32026-06-21T00:07:40.690Z++ uname -s
42026-06-21T00:07:40.697Z+ kern=SunOS
52026-06-21T00:07:40.697Z+ build_user=build
62026-06-21T00:07:40.697Z+ build_uid=12345
72026-06-21T00:07:40.697Z+ work_dir=/work
82026-06-21T00:07:40.697Z+ input_dir=/input
92026-06-21T00:07:40.697Z+ [[ 0 == 12345 ]]
102026-06-21T00:07:40.697Z+ case "$kern" in
112026-06-21T00:07:40.698Z+ groupadd -g 12345 build
122026-06-21T00:07:40.698Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T00:07:42.703Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T00:07:42.850Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T00:07:42.853Z+ home_fs=zfs
162026-06-21T00:07:42.853Z+ [[ zfs == autofs ]]
172026-06-21T00:07:42.853Z+ mkdir -p /home/build
182026-06-21T00:07:42.853Z+ chown build:build /home/build /work
192026-06-21T00:07:44.855Z+ chmod 0700 /home/build /work
202026-06-21T00:07:44.858Zprocess exited: duration 4171 ms, exit code 0
 
212026-06-21T00:07:44.864Zstarting task 1: "rust-toolchain"
222026-06-21T00:07:44.870Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-21T00:07:44.870Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-21T00:07:44.870Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-21T00:07:44.870Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-21T00:07:44.870Z * rust toolchain channel = "1.94.0"
272026-06-21T00:07:44.870Z * rust toolchain profile = "default"
282026-06-21T00:07:44.875Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T00:07:44.875Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-21T00:07:44.926Zinfo: downloading installer
312026-06-21T00:07:46.326Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T00:07:46.326Zwarn: /home/build/.rustup/settings.toml
332026-06-21T00:07:46.326Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T00:07:46.326Zwarn: instead of the one inferred from the default host triple.
352026-06-21T00:07:46.338Zinfo: profile set to default
362026-06-21T00:07:46.338Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T00:07:46.341Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-21T00:07:46.477Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-21T00:07:46.479Zinfo: downloading 6 components
402026-06-21T00:08:01.063Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-21T00:08:01.063Z
422026-06-21T00:08:01.095Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-21T00:08:01.095Z
442026-06-21T00:08:01.103Z
452026-06-21T00:08:01.104ZRust is installed now. Great!
462026-06-21T00:08:01.104Z
472026-06-21T00:08:01.104ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T00:08:01.104Zenvironment variable. This has not been done automatically.
492026-06-21T00:08:01.104Z
502026-06-21T00:08:01.104ZTo configure your current shell, you need to source
512026-06-21T00:08:01.104Zthe corresponding env file under $HOME/.cargo.
522026-06-21T00:08:01.104Z
532026-06-21T00:08:01.104ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T00:08:01.104Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T00:08:01.104Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T00:08:01.104Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T00:08:01.104Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T00:08:01.104Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T00:08:01.104Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T00:08:01.104Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T00:08:01.104Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T00:08:01.195Z+ rustup --version
632026-06-21T00:08:01.203Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T00:08:01.206Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T00:08:01.225Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-21T00:08:01.228Z+ cargo --version
672026-06-21T00:08:01.242Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-21T00:08:01.248Z+ rustc --version
692026-06-21T00:08:01.263Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-21T00:08:01.266Zprocess exited: duration 16401 ms, exit code 0
 
712026-06-21T00:08:01.275Zstarting task 2: "authentication"
722026-06-21T00:08:01.288Zprocess exited: duration 16 ms, exit code 0
 
732026-06-21T00:08:01.296Zstarting task 3: "clone repository"
742026-06-21T00:08:01.301Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-21T00:08:01.306Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-21T00:08:01.330ZCloning into '/work/oxidecomputer/omicron'...
772026-06-21T00:08:59.815Z+ cd /work/oxidecomputer/omicron
782026-06-21T00:08:59.815Z+ git fetch origin a3eb0afbfee5823dcbe2cc295ba509bed9365ca4
792026-06-21T00:08:59.815ZFrom https://github.com/oxidecomputer/omicron
802026-06-21T00:08:59.815Z * branch a3eb0afbfee5823dcbe2cc295ba509bed9365ca4 -> FETCH_HEAD
812026-06-21T00:08:59.815Z+ [[ -n '' ]]
822026-06-21T00:08:59.815Z+ git reset --hard a3eb0afbfee5823dcbe2cc295ba509bed9365ca4
832026-06-21T00:08:59.815ZHEAD is now at a3eb0afbf [spr] initial version
842026-06-21T00:08:59.815Zprocess exited: duration 10226 ms, exit code 0
 
852026-06-21T00:09:00.234Zstarting task 4: "build"
862026-06-21T00:09:00.318Z+ source ./env.sh
872026-06-21T00:09:00.318Z++ OLD_SHELL_OPTS=ehxB
882026-06-21T00:09:00.318Z++ set -o xtrace
892026-06-21T00:09:00.318Z++++ dirname ./env.sh
902026-06-21T00:09:00.318Z+++ readlink -f .
912026-06-21T00:09:00.318Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-06-21T00:09:00.318Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-06-21T00:09:00.319Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-06-21T00:09:00.319Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952026-06-21T00:09:00.319Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962026-06-21T00:09:00.319Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972026-06-21T00:09:00.319Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982026-06-21T00:09:00.319Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-21T00:09:00.319Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-21T00:09:00.319Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-21T00:09:00.319Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-21T00:09:00.319Z++ case $OLD_SHELL_OPTS in
1032026-06-21T00:09:00.319Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-06-21T00:09:00.319Z+ source .github/buildomat/ci-env.sh
1052026-06-21T00:09:00.320Z++ export CARGO_TERM_COLOR=always
1062026-06-21T00:09:00.320Z++ CARGO_TERM_COLOR=always
1072026-06-21T00:09:00.320Z+ cargo --version
1082026-06-21T00:09:00.320Zcargo 1.94.0 (85eff7c80 2026-01-15)
1092026-06-21T00:09:00.320Z+ rustc --version
1102026-06-21T00:09:00.320Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1112026-06-21T00:09:00.321Z+ banner prerequisites
1122026-06-21T00:09:00.321Z
1132026-06-21T00:09:00.321Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-21T00:09:00.321Z # # # # # # # # # # # # # # #
1152026-06-21T00:09:00.321Z # # # # ##### # # ##### # # # # # #### #
1162026-06-21T00:09:00.321Z ##### ##### # ##### # # # # # # # # #
1172026-06-21T00:09:00.321Z # # # # # # # # # # # # # # #
1182026-06-21T00:09:00.321Z # # # ###### # # ###### ### # #### # #### #
1192026-06-21T00:09:00.321Z
1202026-06-21T00:09:00.321Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-21T00:09:01.690Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-21T00:09:01.804Z Startup: Caching catalogs ... Done
1232026-06-21T00:09:02.104ZPlanning: Solver setup ... Done (0.309s)
1242026-06-21T00:09:02.127ZPlanning: Running solver ... Done (0.022s)
1252026-06-21T00:09:02.127ZPlanning: Finding local manifests ... Done (0.003s)
1262026-06-21T00:09:02.141ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-21T00:09:02.141ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-21T00:09:02.375ZPlanning: Package planning ... Done (0.013s)
1292026-06-21T00:09:02.428ZPlanning: Merging actions ... Done (0.002s)
1302026-06-21T00:09:02.428ZPlanning: Checking for conflicting actions ... Done (0.187s)
1312026-06-21T00:09:02.428ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-21T00:09:03.231ZPlanning: Evaluating mediators ... Done (0.822s)
1332026-06-21T00:09:03.649ZPlanning: Planning completed in 1.41 seconds
1342026-06-21T00:09:03.649Z Packages to install: 2
1352026-06-21T00:09:03.649Z Estimated space available: 156.07 GB
1362026-06-21T00:09:03.649ZEstimated space to be consumed: 26.78 MB
1372026-06-21T00:09:03.649Z Create boot environment: No
1382026-06-21T00:09:03.649ZCreate backup boot environment: No
1392026-06-21T00:09:03.649Z Rebuild boot archive: No
1402026-06-21T00:09:03.649Z
1412026-06-21T00:09:03.649ZChanged packages:
1422026-06-21T00:09:03.649Zhelios
1432026-06-21T00:09:03.649Z developer/build-essential
1442026-06-21T00:09:03.649Z None -> 11-3.0
1452026-06-21T00:09:03.649Z library/libxmlsec1
1462026-06-21T00:09:03.649Z None -> 1.2.35-3.0
1472026-06-21T00:09:03.649Z
1482026-06-21T00:09:03.649ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-21T00:09:06.082ZDownload: Completed 1.28 MB in 2.86 seconds (458k/s)
1502026-06-21T00:09:06.194Z Actions: 1/268 actions (Installing new actions)
1512026-06-21T00:09:06.216Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-21T00:09:06.216ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-21T00:09:06.216ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-21T00:09:06.217ZFinalize: Updating image state ... Done (0.025s)
1552026-06-21T00:09:08.608ZFinalize: Creating fast lookup database ... Done (2.349s)
1562026-06-21T00:09:08.672ZFinalize: Reading search index ... Done (0.012s)
1572026-06-21T00:09:08.778ZFinalize: Updating search index ... Done (0.000s)
1582026-06-21T00:09:08.778ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-21T00:09:09.022ZPlanning: Evaluating mediator changes ... Done
1602026-06-21T00:09:09.132ZPlanning: Checking for conflicting actions ... Done
1612026-06-21T00:09:09.142ZPlanning: Consolidating action changes ... Done
1622026-06-21T00:09:09.279ZPlanning: Evaluating mediators ... Done
1632026-06-21T00:09:09.300ZPlanning: Planning completed in 0.26 seconds
1642026-06-21T00:09:09.314Z Mediators to change: 2
1652026-06-21T00:09:09.314Z Create boot environment: No
1662026-06-21T00:09:09.314ZCreate backup boot environment: No
1672026-06-21T00:09:09.370ZFinalize: Updating package state database ... Done
1682026-06-21T00:09:09.370ZFinalize: Updating package cache ... Done
1692026-06-21T00:09:09.384ZFinalize: Updating image state ... Done
1702026-06-21T00:09:11.340ZFinalize: Creating fast lookup database ... Done
1712026-06-21T00:09:11.393ZFinalize: Reading search index ... Done
1722026-06-21T00:09:11.431ZFinalize: Updating search index ... Done
1732026-06-21T00:09:11.895ZFinalize: Updating package cache ... Done
1742026-06-21T00:09:11.902ZPlanning: Evaluating mediator changes ... Done
1752026-06-21T00:09:11.903ZPlanning: Checking for conflicting actions ... Done
1762026-06-21T00:09:11.903ZPlanning: Consolidating action changes ... Done
1772026-06-21T00:09:12.138ZPlanning: Evaluating mediators ... Done
1782026-06-21T00:09:12.158ZPlanning: Planning completed in 0.26 seconds
1792026-06-21T00:09:12.158Z Mediators to change: 1
1802026-06-21T00:09:12.158Z Create boot environment: No
1812026-06-21T00:09:12.158ZCreate backup boot environment: No
1822026-06-21T00:09:12.158ZFinalize: Updating package state database ... Done
1832026-06-21T00:09:12.158ZFinalize: Updating package cache ... Done
1842026-06-21T00:09:12.158ZFinalize: Updating image state ... Done
1852026-06-21T00:09:14.061ZFinalize: Creating fast lookup database ... Done
1862026-06-21T00:09:14.139ZFinalize: Reading search index ... Done
1872026-06-21T00:09:14.172ZFinalize: Updating search index ... Done
1882026-06-21T00:09:14.232ZFinalize: Updating package cache ... Done
1892026-06-21T00:09:14.582ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-21T00:09:14.583Zapache system 2.4 system
1912026-06-21T00:09:14.583Zclang system 15 system
1922026-06-21T00:09:14.583Zcsh system system illumos
1932026-06-21T00:09:14.583Zctags system system illumos
1942026-06-21T00:09:14.583Zfile vendor vendor darwinsys
1952026-06-21T00:09:14.583Zfile system system illumos
1962026-06-21T00:09:14.583Zgcc vendor 14 vendor
1972026-06-21T00:09:14.583Zgcc system 13 system
1982026-06-21T00:09:14.583Zgcc system 10 system
1992026-06-21T00:09:14.583Zgo system 1.25 system
2002026-06-21T00:09:14.584Zllvm system 15 system
2012026-06-21T00:09:14.584Zmariadb system 11.4 system
2022026-06-21T00:09:14.584Zmta vendor vendor dma
2032026-06-21T00:09:14.584Zopenjdk system 17 system
2042026-06-21T00:09:14.584Zopenjdk system 11 system
2052026-06-21T00:09:14.584Zopenssl vendor 3 vendor
2062026-06-21T00:09:14.584Zperl system 5.40 system
2072026-06-21T00:09:14.584Zpostgresql system 18 system
2082026-06-21T00:09:14.584Zpostgresql system 17 system
2092026-06-21T00:09:14.584Zpython vendor 3 vendor
2102026-06-21T00:09:14.584Zpython system 2 system
2112026-06-21T00:09:14.584Zpython3 vendor 3.13 vendor
2122026-06-21T00:09:14.584Zruby system 3.4 system
2132026-06-21T00:09:14.584Zruby system 3.0 system
2142026-06-21T00:09:14.584Zwords vendor vendor american-english
2152026-06-21T00:09:14.584Zwords system system australian-english
2162026-06-21T00:09:14.584Zwords system system british-english
2172026-06-21T00:09:14.584Zwords system system canadian-english
2182026-06-21T00:09:14.585Zwords system system french
2192026-06-21T00:09:14.585Zwords system system italian
2202026-06-21T00:09:14.585Zwords system system ngerman
2212026-06-21T00:09:14.585Zwords system system ogerman
2222026-06-21T00:09:14.585Zwords system system spanish
2232026-06-21T00:09:14.832ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-21T00:09:14.832Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-21T00:09:15.098ZFMRI IFO
2262026-06-21T00:09:15.098Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-21T00:09:15.098Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-21T00:09:15.098Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-21T00:09:15.099Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-21T00:09:15.099Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-21T00:09:15.099Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-21T00:09:15.100Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-21T00:09:15.100Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-21T00:09:15.100Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-21T00:09:15.357Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-21T00:09:15.626Z Updating crates.io index
2372026-06-21T00:09:15.656Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-21T00:09:16.216Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-21T00:09:16.691Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-21T00:09:17.214Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-21T00:09:18.004Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-21T00:09:18.510Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-21T00:09:20.007Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-21T00:09:20.896Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-21T00:09:21.188Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-21T00:09:22.341Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-21T00:09:22.700Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-21T00:09:23.051Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-21T00:09:23.407Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-21T00:09:23.825Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-21T00:09:24.289Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-21T00:09:24.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-21T00:09:25.200Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-21T00:09:25.550Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-21T00:09:25.930Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-21T00:09:26.134Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-21T00:09:26.349Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-21T00:09:26.579Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-21T00:09:26.960Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-21T00:09:27.447Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-21T00:09:27.761Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-21T00:09:28.191Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-21T00:09:28.440Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-21T00:09:28.919Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-21T00:09:30.236Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-21T00:09:30.984Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-21T00:09:31.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-21T00:09:31.737Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-21T00:09:32.029Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-21T00:09:32.325Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-21T00:09:32.613Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-21T00:09:32.925Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-21T00:09:33.408Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-21T00:09:33.615Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-21T00:09:33.856Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-21T00:09:34.130Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-21T00:09:35.865Z Downloading crates ...
2782026-06-21T00:09:35.921Z Downloaded bytecount v0.6.9
2792026-06-21T00:09:35.924Z Downloaded cfg-if v1.0.4
2802026-06-21T00:09:35.928Z Downloaded generic-array v0.14.7
2812026-06-21T00:09:35.931Z Downloaded cpufeatures v0.2.17
2822026-06-21T00:09:35.934Z Downloaded camino v1.2.2
2832026-06-21T00:09:35.937Z Downloaded fastrand v2.3.0
2842026-06-21T00:09:35.937Z Downloaded byteorder v1.5.0
2852026-06-21T00:09:35.937Z Downloaded camino-tempfile v1.4.1
2862026-06-21T00:09:35.939Z Downloaded anstyle-query v1.1.5
2872026-06-21T00:09:35.942Z Downloaded fnv v1.0.7
2882026-06-21T00:09:35.942Z Downloaded clap v4.6.1
2892026-06-21T00:09:35.949Z Downloaded unicode-ident v1.0.24
2902026-06-21T00:09:35.952Z Downloaded cargo-util-schemas v0.8.2
2912026-06-21T00:09:35.952Z Downloaded digest v0.10.7
2922026-06-21T00:09:35.954Z Downloaded colorchoice v1.0.4
2932026-06-21T00:09:35.954Z Downloaded autocfg v1.5.0
2942026-06-21T00:09:35.954Z Downloaded equivalent v1.0.2
2952026-06-21T00:09:35.958Z Downloaded bitflags v2.11.0
2962026-06-21T00:09:35.958Z Downloaded unicode-linebreak v0.1.5
2972026-06-21T00:09:35.960Z Downloaded zerofrom v0.1.6
2982026-06-21T00:09:35.960Z Downloaded displaydoc v0.2.5
2992026-06-21T00:09:35.960Z Downloaded version_check v0.9.5
3002026-06-21T00:09:35.960Z Downloaded block-buffer v0.10.4
3012026-06-21T00:09:35.993Z Downloaded clap_lex v1.0.0
3022026-06-21T00:09:35.993Z Downloaded utf8parse v0.2.2
3032026-06-21T00:09:35.993Z Downloaded unicode-xid v0.2.6
3042026-06-21T00:09:35.993Z Downloaded getrandom v0.4.1
3052026-06-21T00:09:35.993Z Downloaded cargo_toml v0.21.0
3062026-06-21T00:09:35.993Z Downloaded thiserror v2.0.18
3072026-06-21T00:09:35.993Z Downloaded zerofrom-derive v0.1.6
3082026-06-21T00:09:35.993Z Downloaded utf8_iter v1.0.4
3092026-06-21T00:09:35.993Z Downloaded usdt-attr-macro v0.5.0
3102026-06-21T00:09:35.993Z Downloaded toml_write v0.1.2
3112026-06-21T00:09:35.993Z Downloaded memmap v0.7.0
3122026-06-21T00:09:35.993Z Downloaded fs-err v3.3.0
3132026-06-21T00:09:35.993Z Downloaded errno v0.3.14
3142026-06-21T00:09:35.993Z Downloaded dtrace-parser v0.2.0
3152026-06-21T00:09:35.993Z Downloaded usdt v0.5.0
3162026-06-21T00:09:35.993Z Downloaded clap_derive v4.6.1
3172026-06-21T00:09:35.993Z Downloaded usdt-macro v0.5.0
3182026-06-21T00:09:35.993Z Downloaded erased-serde v0.4.9
3192026-06-21T00:09:35.993Z Downloaded cargo-platform v0.2.0
3202026-06-21T00:09:35.993Z Downloaded anstyle v1.0.14
3212026-06-21T00:09:35.994Z Downloaded heck v0.4.1
3222026-06-21T00:09:35.994Z Downloaded yoke-derive v0.8.1
3232026-06-21T00:09:35.994Z Downloaded thread-id v4.2.2
3242026-06-21T00:09:35.994Z Downloaded is_terminal_polyfill v1.70.2
3252026-06-21T00:09:35.994Z Downloaded typeid v1.0.3
3262026-06-21T00:09:35.994Z Downloaded dof v0.3.0
3272026-06-21T00:09:35.994Z Downloaded zerovec-derive v0.11.2
3282026-06-21T00:09:35.994Z Downloaded tabled_derive v0.7.0
3292026-06-21T00:09:35.998Z Downloaded yoke v0.8.1
3302026-06-21T00:09:35.998Z Downloaded thiserror-impl v2.0.18
3312026-06-21T00:09:35.998Z Downloaded thiserror-impl v1.0.69
3322026-06-21T00:09:35.998Z Downloaded ordered-float v2.10.1
3332026-06-21T00:09:35.998Z Downloaded cargo_metadata v0.21.0
3342026-06-21T00:09:35.998Z Downloaded thiserror v1.0.69
3352026-06-21T00:09:36.002Z Downloaded proc-macro-error v1.0.4
3362026-06-21T00:09:36.002Z Downloaded writeable v0.6.2
3372026-06-21T00:09:36.002Z Downloaded tinystr v0.8.2
3382026-06-21T00:09:36.005Z Downloaded anstream v1.0.0
3392026-06-21T00:09:36.005Z Downloaded plain v0.2.3
3402026-06-21T00:09:36.005Z Downloaded itoa v1.0.17
3412026-06-21T00:09:36.008Z Downloaded usdt-impl v0.5.0
3422026-06-21T00:09:36.008Z Downloaded zmij v1.0.21
3432026-06-21T00:09:36.008Z Downloaded pretty-hex v0.4.1
3442026-06-21T00:09:36.008Z Downloaded heck v0.5.0
3452026-06-21T00:09:36.008Z Downloaded toml v0.8.23
3462026-06-21T00:09:36.013Z Downloaded crypto-common v0.1.7
3472026-06-21T00:09:36.013Z Downloaded toml_datetime v0.6.11
3482026-06-21T00:09:36.013Z Downloaded strsim v0.11.1
3492026-06-21T00:09:36.013Z Downloaded scroll_derive v0.12.1
3502026-06-21T00:09:36.013Z Downloaded serde-value v0.7.0
3512026-06-21T00:09:36.016Z Downloaded swrite v0.1.0
3522026-06-21T00:09:36.016Z Downloaded proc-macro-error-attr v1.0.4
3532026-06-21T00:09:36.016Z Downloaded ucd-trie v0.1.7
3542026-06-21T00:09:36.016Z Downloaded serde_spanned v0.6.9
3552026-06-21T00:09:36.019Z Downloaded terminal_size v0.4.3
3562026-06-21T00:09:36.019Z Downloaded smawk v0.3.2
3572026-06-21T00:09:36.022Z Downloaded macaddr v1.0.1
3582026-06-21T00:09:36.026Z Downloaded zerocopy-derive v0.7.35
3592026-06-21T00:09:36.029Z Downloaded percent-encoding v2.3.2
3602026-06-21T00:09:36.029Z Downloaded idna_adapter v1.2.1
3612026-06-21T00:09:36.031Z Downloaded potential_utf v0.1.4
3622026-06-21T00:09:36.040Z Downloaded toml_edit v0.22.27
3632026-06-21T00:09:36.045Z Downloaded stable_deref_trait v1.2.1
3642026-06-21T00:09:36.048Z Downloaded zerotrie v0.2.3
3652026-06-21T00:09:36.051Z Downloaded url v2.5.8
3662026-06-21T00:09:36.051Z Downloaded typenum v1.19.0
3672026-06-21T00:09:36.054Z Downloaded textwrap v0.16.2
3682026-06-21T00:09:36.054Z Downloaded once_cell v1.21.3
3692026-06-21T00:09:36.062Z Downloaded form_urlencoded v1.2.2
3702026-06-21T00:09:36.065Z Downloaded quote v1.0.45
3712026-06-21T00:09:36.065Z Downloaded unicode-width v0.2.0
3722026-06-21T00:09:36.068Z Downloaded sha2 v0.10.9
3732026-06-21T00:09:36.071Z Downloaded zerovec v0.11.5
3742026-06-21T00:09:36.074Z Downloaded synstructure v0.13.2
3752026-06-21T00:09:36.074Z Downloaded serde_tokenstream v0.2.3
3762026-06-21T00:09:36.076Z Downloaded serde-untagged v0.1.9
3772026-06-21T00:09:36.077Z Downloaded zerocopy v0.7.35
3782026-06-21T00:09:36.083Z Downloaded scroll v0.12.0
3792026-06-21T00:09:36.086Z Downloaded winnow v0.7.14
3802026-06-21T00:09:36.089Z Downloaded unicode-width v0.1.14
3812026-06-21T00:09:36.096Z Downloaded semver v1.0.28
3822026-06-21T00:09:36.099Z Downloaded papergrid v0.11.0
3832026-06-21T00:09:36.102Z Downloaded pest_generator v2.8.6
3842026-06-21T00:09:36.108Z Downloaded tempfile v3.25.0
3852026-06-21T00:09:36.111Z Downloaded anstyle-parse v1.0.0
3862026-06-21T00:09:36.121Z Downloaded anyhow v1.0.102
3872026-06-21T00:09:36.124Z Downloaded smallvec v1.15.1
3882026-06-21T00:09:36.127Z Downloaded icu_properties v2.1.2
3892026-06-21T00:09:36.130Z Downloaded pest_derive v2.8.6
3902026-06-21T00:09:36.136Z Downloaded serde_derive v1.0.228
3912026-06-21T00:09:36.142Z Downloaded icu_locale_core v2.1.1
3922026-06-21T00:09:36.146Z Downloaded serde_core v1.0.228
3932026-06-21T00:09:36.151Z Downloaded proc-macro2 v1.0.106
3942026-06-21T00:09:36.151Z Downloaded litemap v0.8.1
3952026-06-21T00:09:36.151Z Downloaded num-traits v0.2.19
3962026-06-21T00:09:36.154Z Downloaded log v0.4.29
3972026-06-21T00:09:36.154Z Downloaded icu_provider v2.1.1
3982026-06-21T00:09:36.157Z Downloaded icu_normalizer_data v2.1.1
3992026-06-21T00:09:36.160Z Downloaded pest_meta v2.8.6
4002026-06-21T00:09:36.160Z Downloaded icu_normalizer v2.1.1
4012026-06-21T00:09:36.178Z Downloaded icu_collections v2.1.1
4022026-06-21T00:09:36.181Z Downloaded memchr v2.8.0
4032026-06-21T00:09:36.188Z Downloaded serde v1.0.228
4042026-06-21T00:09:36.198Z Downloaded clap_builder v4.6.0
4052026-06-21T00:09:36.206Z Downloaded indexmap v2.14.0
4062026-06-21T00:09:36.209Z Downloaded idna v1.1.0
4072026-06-21T00:09:36.215Z Downloaded pest v2.8.6
4082026-06-21T00:09:36.226Z Downloaded icu_properties_data v2.1.2
4092026-06-21T00:09:36.232Z Downloaded hashbrown v0.17.0
4102026-06-21T00:09:36.236Z Downloaded serde_json v1.0.149
4112026-06-21T00:09:36.243Z Downloaded goblin v0.8.2
4122026-06-21T00:09:36.251Z Downloaded tabled v0.15.0
4132026-06-21T00:09:36.259Z Downloaded syn v1.0.109
4142026-06-21T00:09:36.277Z Downloaded syn v2.0.117
4152026-06-21T00:09:36.282Z Downloaded rustix v1.1.3
4162026-06-21T00:09:36.313Z Downloaded libc v0.2.185
4172026-06-21T00:09:36.382Z Compiling proc-macro2 v1.0.106
4182026-06-21T00:09:36.382Z Compiling unicode-ident v1.0.24
4192026-06-21T00:09:36.382Z Compiling quote v1.0.45
4202026-06-21T00:09:36.386Z Compiling serde_core v1.0.228
4212026-06-21T00:09:36.386Z Compiling libc v0.2.185
4222026-06-21T00:09:36.386Z Compiling version_check v0.9.5
4232026-06-21T00:09:36.386Z Compiling serde v1.0.228
4242026-06-21T00:09:36.386Z Compiling stable_deref_trait v1.2.1
4252026-06-21T00:09:36.644Z Compiling memchr v2.8.0
4262026-06-21T00:09:36.694Z Compiling zmij v1.0.21
4272026-06-21T00:09:37.006Z Compiling itoa v1.0.17
4282026-06-21T00:09:37.036Z Compiling thiserror v1.0.69
4292026-06-21T00:09:37.180Z Compiling autocfg v1.5.0
4302026-06-21T00:09:37.200Z Compiling ucd-trie v0.1.7
4312026-06-21T00:09:37.302Z Compiling litemap v0.8.1
4322026-06-21T00:09:37.321Z Compiling writeable v0.6.2
4332026-06-21T00:09:37.396Z Compiling pest v2.8.6
4342026-06-21T00:09:37.492Z Compiling rustix v1.1.3
4352026-06-21T00:09:37.512Z Compiling byteorder v1.5.0
4362026-06-21T00:09:37.604Z Compiling icu_properties_data v2.1.2
4372026-06-21T00:09:37.788Z Compiling icu_normalizer_data v2.1.1
4382026-06-21T00:09:37.890Z Compiling errno v0.3.14
4392026-06-21T00:09:37.910Z Compiling serde_json v1.0.149
4402026-06-21T00:09:37.968Z Compiling syn v2.0.117
4412026-06-21T00:09:38.031Z Compiling bitflags v2.11.0
4422026-06-21T00:09:38.113Z Compiling num-traits v0.2.19
4432026-06-21T00:09:38.129Z Compiling equivalent v1.0.2
4442026-06-21T00:09:38.219Z Compiling smallvec v1.15.1
4452026-06-21T00:09:38.296Z Compiling typeid v1.0.3
4462026-06-21T00:09:38.437Z Compiling pest_meta v2.8.6
4472026-06-21T00:09:38.454Z Compiling hashbrown v0.17.0
4482026-06-21T00:09:38.653Z Compiling thread-id v4.2.2
4492026-06-21T00:09:38.736Z Compiling usdt-impl v0.5.0
4502026-06-21T00:09:38.803Z Compiling proc-macro-error-attr v1.0.4
4512026-06-21T00:09:38.831Z Compiling winnow v0.7.14
4522026-06-21T00:09:38.945Z Compiling indexmap v2.14.0
4532026-06-21T00:09:38.987Z Compiling erased-serde v0.4.9
4542026-06-21T00:09:39.003Z Compiling syn v1.0.109
4552026-06-21T00:09:39.313Z Compiling toml_write v0.1.2
4562026-06-21T00:09:39.584Z Compiling proc-macro-error v1.0.4
4572026-06-21T00:09:39.648Z Compiling log v0.4.29
4582026-06-21T00:09:39.774Z Compiling plain v0.2.3
4592026-06-21T00:09:39.839Z Compiling percent-encoding v2.3.2
4602026-06-21T00:09:39.890Z Compiling utf8_iter v1.0.4
4612026-06-21T00:09:40.035Z Compiling getrandom v0.4.1
4622026-06-21T00:09:40.050Z Compiling utf8parse v0.2.2
4632026-06-21T00:09:40.066Z Compiling camino v1.2.2
4642026-06-21T00:09:40.114Z Compiling thiserror v2.0.18
4652026-06-21T00:09:40.168Z Compiling anstyle-parse v1.0.0
4662026-06-21T00:09:40.344Z Compiling ordered-float v2.10.1
4672026-06-21T00:09:40.362Z Compiling form_urlencoded v1.2.2
4682026-06-21T00:09:40.543Z Compiling terminal_size v0.4.3
4692026-06-21T00:09:40.608Z Compiling synstructure v0.13.2
4702026-06-21T00:09:40.684Z Compiling pest_generator v2.8.6
4712026-06-21T00:09:40.691Z Compiling pretty-hex v0.4.1
4722026-06-21T00:09:40.779Z Compiling is_terminal_polyfill v1.70.2
4732026-06-21T00:09:40.843Z Compiling colorchoice v1.0.4
4742026-06-21T00:09:40.846Z Compiling anstyle-query v1.1.5
4752026-06-21T00:09:40.877Z Compiling cfg-if v1.0.4
4762026-06-21T00:09:40.907Z Compiling anstyle v1.0.14
4772026-06-21T00:09:40.969Z Compiling serde-untagged v0.1.9
4782026-06-21T00:09:41.091Z Compiling anstream v1.0.0
4792026-06-21T00:09:41.142Z Compiling semver v1.0.28
4802026-06-21T00:09:41.227Z Compiling fs-err v3.3.0
4812026-06-21T00:09:41.384Z Compiling fastrand v2.3.0
4822026-06-21T00:09:41.400Z Compiling bytecount v0.6.9
4832026-06-21T00:09:41.416Z Compiling fnv v1.0.7
4842026-06-21T00:09:41.459Z Compiling heck v0.5.0
4852026-06-21T00:09:41.505Z Compiling once_cell v1.21.3
4862026-06-21T00:09:41.522Z Compiling heck v0.4.1
4872026-06-21T00:09:41.540Z Compiling unicode-xid v0.2.6
4882026-06-21T00:09:41.664Z Compiling strsim v0.11.1
4892026-06-21T00:09:41.695Z Compiling anyhow v1.0.102
4902026-06-21T00:09:41.721Z Compiling clap_lex v1.0.0
4912026-06-21T00:09:41.742Z Compiling unicode-width v0.1.14
4922026-06-21T00:09:41.945Z Compiling clap_builder v4.6.0
4932026-06-21T00:09:41.961Z Compiling papergrid v0.11.0
4942026-06-21T00:09:42.011Z Compiling tempfile v3.25.0
4952026-06-21T00:09:42.127Z Compiling memmap v0.7.0
4962026-06-21T00:09:42.216Z Compiling unicode-linebreak v0.1.5
4972026-06-21T00:09:42.286Z Compiling serde_derive v1.0.228
4982026-06-21T00:09:42.311Z Compiling zerofrom-derive v0.1.6
4992026-06-21T00:09:42.383Z Compiling yoke-derive v0.8.1
5002026-06-21T00:09:42.453Z Compiling zerovec-derive v0.11.2
5012026-06-21T00:09:42.512Z Compiling displaydoc v0.2.5
5022026-06-21T00:09:43.260Z Compiling thiserror-impl v1.0.69
5032026-06-21T00:09:43.374Z Compiling zerocopy-derive v0.7.35
5042026-06-21T00:09:43.535Z Compiling pest_derive v2.8.6
5052026-06-21T00:09:43.557Z Compiling scroll_derive v0.12.1
5062026-06-21T00:09:43.701Z Compiling zerofrom v0.1.6
5072026-06-21T00:09:43.815Z Compiling yoke v0.8.1
5082026-06-21T00:09:43.959Z Compiling thiserror-impl v2.0.18
5092026-06-21T00:09:44.027Z Compiling zerovec v0.11.5
5102026-06-21T00:09:44.250Z Compiling zerotrie v0.2.3
5112026-06-21T00:09:44.263Z Compiling zerocopy v0.7.35
5122026-06-21T00:09:44.555Z Compiling tinystr v0.8.2
5132026-06-21T00:09:44.583Z Compiling potential_utf v0.1.4
5142026-06-21T00:09:44.665Z Compiling dtrace-parser v0.2.0
5152026-06-21T00:09:44.755Z Compiling icu_locale_core v2.1.1
5162026-06-21T00:09:44.796Z Compiling icu_collections v2.1.1
5172026-06-21T00:09:44.828Z Compiling scroll v0.12.0
5182026-06-21T00:09:45.012Z Compiling tabled_derive v0.7.0
5192026-06-21T00:09:45.112Z Compiling goblin v0.8.2
5202026-06-21T00:09:45.125Z Compiling clap_derive v4.6.1
5212026-06-21T00:09:45.427Z Compiling icu_provider v2.1.1
5222026-06-21T00:09:45.462Z Compiling smawk v0.3.2
5232026-06-21T00:09:45.609Z Compiling unicode-width v0.2.0
5242026-06-21T00:09:45.662Z Compiling toml_datetime v0.6.11
5252026-06-21T00:09:45.731Z Compiling serde_spanned v0.6.9
5262026-06-21T00:09:45.748Z Compiling icu_normalizer v2.1.1
5272026-06-21T00:09:45.798Z Compiling icu_properties v2.1.2
5282026-06-21T00:09:45.879Z Compiling toml_edit v0.22.27
5292026-06-21T00:09:45.884Z Compiling dof v0.3.0
5302026-06-21T00:09:45.919Z Compiling serde_tokenstream v0.2.3
5312026-06-21T00:09:45.941Z Compiling serde-value v0.7.0
5322026-06-21T00:09:46.285Z Compiling cargo-platform v0.2.0
5332026-06-21T00:09:46.302Z Compiling tabled v0.15.0
5342026-06-21T00:09:46.316Z Compiling textwrap v0.16.2
5352026-06-21T00:09:46.558Z Compiling macaddr v1.0.1
5362026-06-21T00:09:46.773Z Compiling idna_adapter v1.2.1
5372026-06-21T00:09:46.789Z Compiling camino-tempfile v1.4.1
5382026-06-21T00:09:46.857Z Compiling usdt-macro v0.5.0
5392026-06-21T00:09:46.885Z Compiling idna v1.1.0
5402026-06-21T00:09:46.888Z Compiling usdt-attr-macro v0.5.0
5412026-06-21T00:09:46.917Z Compiling clap v4.6.1
5422026-06-21T00:09:47.300Z Compiling toml v0.8.23
5432026-06-21T00:09:47.476Z Compiling url v2.5.8
5442026-06-21T00:09:47.548Z Compiling swrite v0.1.0
5452026-06-21T00:09:47.578Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5462026-06-21T00:09:47.843Z Compiling cargo_toml v0.21.0
5472026-06-21T00:09:47.921Z Compiling cargo-util-schemas v0.8.2
5482026-06-21T00:09:48.058Z Compiling usdt v0.5.0
5492026-06-21T00:09:48.816Z Compiling cargo_metadata v0.21.0
5502026-06-21T00:09:49.767Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5512026-06-21T00:09:51.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.69s
5522026-06-21T00:09:52.069Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5532026-06-21T00:09:52.560Z Downloading crates ...
5542026-06-21T00:09:52.658Z Downloaded ascii-canvas v3.0.0
5552026-06-21T00:09:52.662Z Downloaded async-stream v0.3.6
5562026-06-21T00:09:52.665Z Downloaded async-bb8-diesel v0.2.1
5572026-06-21T00:09:52.668Z Downloaded adler2 v2.0.1
5582026-06-21T00:09:52.671Z Downloaded async-recursion v1.1.1
5592026-06-21T00:09:52.671Z Downloaded async-compression v0.4.41
5602026-06-21T00:09:52.674Z Downloaded dirs-sys-next v0.1.2
5612026-06-21T00:09:52.680Z Downloaded assert_matches v1.5.0
5622026-06-21T00:09:52.680Z Downloaded cfg_aliases v0.1.1
5632026-06-21T00:09:52.683Z Downloaded camino-tempfile-ext v0.3.3
5642026-06-21T00:09:52.687Z Downloaded bb8 v0.8.6
5652026-06-21T00:09:52.687Z Downloaded backoff v0.4.0
5662026-06-21T00:09:52.687Z Downloaded dof v0.4.0
5672026-06-21T00:09:52.690Z Downloaded float-ord v0.3.2
5682026-06-21T00:09:52.690Z Downloaded darling_core v0.13.4
5692026-06-21T00:09:52.694Z Downloaded castaway v0.2.4
5702026-06-21T00:09:52.694Z Downloaded darling_core v0.21.3
5712026-06-21T00:09:52.698Z Downloaded aead v0.5.2
5722026-06-21T00:09:52.698Z Downloaded byte-wrapper v0.1.0
5732026-06-21T00:09:52.698Z Downloaded daft-derive v0.1.7
5742026-06-21T00:09:52.701Z Downloaded darling v0.13.4
5752026-06-21T00:09:52.706Z Downloaded crc-catalog v2.4.0
5762026-06-21T00:09:52.706Z Downloaded cargo-platform v0.3.2
5772026-06-21T00:09:52.706Z Downloaded block-padding v0.3.3
5782026-06-21T00:09:52.713Z Downloaded crc v3.4.0
5792026-06-21T00:09:52.717Z Downloaded async-stream-impl v0.3.6
5802026-06-21T00:09:52.717Z Downloaded cpufeatures v0.3.0
5812026-06-21T00:09:52.717Z Downloaded daft v0.1.7
5822026-06-21T00:09:52.720Z Downloaded convert_case v0.4.0
5832026-06-21T00:09:52.723Z Downloaded cipher v0.4.4
5842026-06-21T00:09:52.723Z Downloaded cexpr v0.6.0
5852026-06-21T00:09:52.726Z Downloaded dunce v1.0.5
5862026-06-21T00:09:52.726Z Downloaded darling v0.21.3
5872026-06-21T00:09:52.730Z Downloaded const_format_proc_macros v0.2.34
5882026-06-21T00:09:52.730Z Downloaded embedded-io v0.4.0
5892026-06-21T00:09:52.733Z Downloaded darling v0.20.11
5902026-06-21T00:09:52.736Z Downloaded cobs v0.3.0
5912026-06-21T00:09:52.736Z Downloaded ciborium-ll v0.2.2
5922026-06-21T00:09:52.736Z Downloaded deranged v0.5.8
5932026-06-21T00:09:52.739Z Downloaded darling_core v0.23.0
5942026-06-21T00:09:52.744Z Downloaded dropshot-api-manager-types v0.7.2
5952026-06-21T00:09:52.744Z Downloaded bit-set v0.5.3
5962026-06-21T00:09:52.744Z Downloaded cmake v0.1.57
5972026-06-21T00:09:52.744Z Downloaded cfg_aliases v0.2.1
5982026-06-21T00:09:52.744Z Downloaded array-init v0.0.4
5992026-06-21T00:09:52.744Z Downloaded blake2 v0.10.6
6002026-06-21T00:09:52.751Z Downloaded darling_macro v0.21.3
6012026-06-21T00:09:52.751Z Downloaded curve25519-dalek-derive v0.1.1
6022026-06-21T00:09:52.754Z Downloaded compression-core v0.4.31
6032026-06-21T00:09:52.754Z Downloaded buf-list v1.1.2
6042026-06-21T00:09:52.754Z Downloaded fd-lock v4.0.4
6052026-06-21T00:09:52.759Z Downloaded clang-sys v1.8.1
6062026-06-21T00:09:52.759Z Downloaded atomic-waker v1.1.2
6072026-06-21T00:09:52.763Z Downloaded cstr-argument v0.1.2
6082026-06-21T00:09:52.763Z Downloaded bzip2 v0.6.1
6092026-06-21T00:09:52.763Z Downloaded bytes v1.11.1
6102026-06-21T00:09:52.763Z Downloaded arrayref v0.3.9
6112026-06-21T00:09:52.766Z Downloaded bit-set v0.8.0
6122026-06-21T00:09:52.766Z Downloaded blowfish v0.9.1
6132026-06-21T00:09:52.766Z Downloaded enum-as-inner v0.6.1
6142026-06-21T00:09:52.777Z Downloaded display-error-chain v0.2.2
6152026-06-21T00:09:52.777Z Downloaded defmt-parser v1.0.0
6162026-06-21T00:09:52.787Z Downloaded darling_macro v0.23.0
6172026-06-21T00:09:52.787Z Downloaded either v1.15.0
6182026-06-21T00:09:52.787Z Downloaded base16ct v0.2.0
6192026-06-21T00:09:52.787Z Downloaded atomicwrites v0.4.4
6202026-06-21T00:09:52.787Z Downloaded ed25519 v2.2.3
6212026-06-21T00:09:52.787Z Downloaded darling_core v0.20.11
6222026-06-21T00:09:52.787Z Downloaded flagset v0.4.7
6232026-06-21T00:09:52.787Z Downloaded downcast-rs v2.0.2
6242026-06-21T00:09:52.794Z Downloaded dyn-clone v1.0.20
6252026-06-21T00:09:52.794Z Downloaded bitfield-macros v0.19.4
6262026-06-21T00:09:52.794Z Downloaded anstream v0.6.21
6272026-06-21T00:09:52.794Z Downloaded ciborium-io v0.2.2
6282026-06-21T00:09:52.794Z Downloaded foreign-types-shared v0.3.1
6292026-06-21T00:09:52.794Z Downloaded derive_builder_macro v0.20.2
6302026-06-21T00:09:52.794Z Downloaded crc8 v0.1.1
6312026-06-21T00:09:52.794Z Downloaded atty v0.2.14
6322026-06-21T00:09:52.821Z Downloaded document-features v0.2.12
6332026-06-21T00:09:52.821Z Downloaded debug-ignore v1.0.5
6342026-06-21T00:09:52.822Z Downloaded darling_macro v0.20.11
6352026-06-21T00:09:52.822Z Downloaded funty v2.0.0
6362026-06-21T00:09:52.822Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-06-21T00:09:52.822Z Downloaded crucible-workspace-hack v0.1.0
6382026-06-21T00:09:52.822Z Downloaded cbc v0.1.2
6392026-06-21T00:09:52.822Z Downloaded constant_time_eq v0.4.2
6402026-06-21T00:09:52.822Z Downloaded cassowary v0.3.0
6412026-06-21T00:09:52.822Z Downloaded env_filter v1.0.0
6422026-06-21T00:09:52.822Z Downloaded dtrace-parser v0.3.0
6432026-06-21T00:09:52.822Z Downloaded cargo_metadata v0.23.1
6442026-06-21T00:09:52.822Z Downloaded foreign-types-shared v0.1.1
6452026-06-21T00:09:52.822Z Downloaded futures-sink v0.3.32
6462026-06-21T00:09:52.822Z Downloaded fxhash v0.2.1
6472026-06-21T00:09:52.822Z Downloaded futures-macro v0.3.32
6482026-06-21T00:09:52.822Z Downloaded foreign-types-macros v0.2.3
6492026-06-21T00:09:52.822Z Downloaded foreign-types v0.5.0
6502026-06-21T00:09:52.822Z Downloaded bitfield-struct v0.6.2
6512026-06-21T00:09:52.822Z Downloaded dsl_auto_type v0.2.0
6522026-06-21T00:09:52.822Z Downloaded futures-io v0.3.32
6532026-06-21T00:09:52.822Z Downloaded endian-type v0.1.2
6542026-06-21T00:09:52.822Z Downloaded crunchy v0.2.4
6552026-06-21T00:09:52.823Z Downloaded argon2 v0.5.3
6562026-06-21T00:09:52.823Z Downloaded chacha20 v0.9.1
6572026-06-21T00:09:52.826Z Downloaded bit-vec v0.8.0
6582026-06-21T00:09:52.826Z Downloaded dirs-next v2.0.0
6592026-06-21T00:09:52.826Z Downloaded futures-core v0.3.32
6602026-06-21T00:09:52.826Z Downloaded async-trait v0.1.89
6612026-06-21T00:09:52.826Z Downloaded futures-task v0.3.32
6622026-06-21T00:09:52.826Z Downloaded fixedbitset v0.4.2
6632026-06-21T00:09:52.827Z Downloaded defmt v0.3.100
6642026-06-21T00:09:52.827Z Downloaded float-cmp v0.10.0
6652026-06-21T00:09:52.827Z Downloaded bit-vec v0.6.3
6662026-06-21T00:09:52.827Z Downloaded bcs v0.1.6
6672026-06-21T00:09:52.832Z Downloaded git-stub v1.0.0
6682026-06-21T00:09:52.832Z Downloaded fallible-iterator v0.2.0
6692026-06-21T00:09:52.832Z Downloaded difflib v0.4.0
6702026-06-21T00:09:52.833Z Downloaded csv-core v0.1.13
6712026-06-21T00:09:52.839Z Downloaded ghash v0.5.1
6722026-06-21T00:09:52.839Z Downloaded compression-codecs v0.4.37
6732026-06-21T00:09:52.839Z Downloaded globwalk v0.9.1
6742026-06-21T00:09:52.839Z Downloaded darling_macro v0.13.4
6752026-06-21T00:09:52.840Z Downloaded gethostname v0.5.0
6762026-06-21T00:09:52.847Z Downloaded crossbeam-utils v0.8.21
6772026-06-21T00:09:52.847Z Downloaded bitfield v0.19.4
6782026-06-21T00:09:52.849Z Downloaded arrayvec v0.7.6
6792026-06-21T00:09:52.849Z Downloaded base64ct v1.8.3
6802026-06-21T00:09:52.849Z Downloaded diesel-dtrace v0.5.0
6812026-06-21T00:09:52.849Z Downloaded foldhash v0.1.5
6822026-06-21T00:09:52.850Z Downloaded anstyle-parse v0.2.7
6832026-06-21T00:09:52.854Z Downloaded foldhash v0.2.0
6842026-06-21T00:09:52.854Z Downloaded headers-core v0.3.0
6852026-06-21T00:09:52.854Z Downloaded hash32 v0.2.1
6862026-06-21T00:09:52.854Z Downloaded convert_case v0.10.0
6872026-06-21T00:09:52.860Z Downloaded fixedbitset v0.5.7
6882026-06-21T00:09:52.865Z Downloaded ecdsa v0.16.9
6892026-06-21T00:09:52.865Z Downloaded hash32 v0.3.1
6902026-06-21T00:09:52.865Z Downloaded allocator-api2 v0.2.21
6912026-06-21T00:09:52.865Z Downloaded fs_extra v1.3.0
6922026-06-21T00:09:52.884Z Downloaded derive_builder_core v0.20.2
6932026-06-21T00:09:52.884Z Downloaded defmt v1.0.1
6942026-06-21T00:09:52.885Z Downloaded fs-err v2.11.0
6952026-06-21T00:09:52.885Z Downloaded foreign-types v0.3.2
6962026-06-21T00:09:52.885Z Downloaded ff v0.13.1
6972026-06-21T00:09:52.886Z Downloaded env_logger v0.11.9
6982026-06-21T00:09:52.886Z Downloaded crossbeam-deque v0.8.6
6992026-06-21T00:09:52.886Z Downloaded critical-section v1.2.0
7002026-06-21T00:09:52.886Z Downloaded filetime v0.2.27
7012026-06-21T00:09:52.886Z Downloaded embedded-io v0.6.1
7022026-06-21T00:09:52.896Z Downloaded hex-literal v0.4.1
7032026-06-21T00:09:52.896Z Downloaded hostname v0.4.2
7042026-06-21T00:09:52.896Z Downloaded hubpack v0.1.2
7052026-06-21T00:09:52.896Z Downloaded hostname v0.3.1
7062026-06-21T00:09:52.896Z Downloaded hex v0.4.3
7072026-06-21T00:09:52.896Z Downloaded git-stub-vcs v0.1.0
7082026-06-21T00:09:52.896Z Downloaded console v0.15.11
7092026-06-21T00:09:52.897Z Downloaded des v0.8.1
7102026-06-21T00:09:52.897Z Downloaded darling v0.23.0
7112026-06-21T00:09:52.897Z Downloaded crossbeam-epoch v0.9.18
7122026-06-21T00:09:52.901Z Downloaded derive-ex v0.1.8
7132026-06-21T00:09:52.902Z Downloaded defmt-macros v1.0.1
7142026-06-21T00:09:52.902Z Downloaded cancel-safe-futures v0.1.5
7152026-06-21T00:09:52.902Z Downloaded ar_archive_writer v0.5.1
7162026-06-21T00:09:52.902Z Downloaded hubpack_derive v0.1.1
7172026-06-21T00:09:52.902Z Downloaded http-range v0.1.5
7182026-06-21T00:09:52.903Z Downloaded is-terminal v0.4.17
7192026-06-21T00:09:52.903Z Downloaded inout v0.1.4
7202026-06-21T00:09:52.903Z Downloaded elliptic-curve v0.13.8
7212026-06-21T00:09:52.912Z Downloaded http-body v1.0.1
7222026-06-21T00:09:52.912Z Downloaded home v0.5.12
7232026-06-21T00:09:52.912Z Downloaded derive-where v1.6.0
7242026-06-21T00:09:52.912Z Downloaded httpdate v1.0.3
7252026-06-21T00:09:52.912Z Downloaded glob v0.3.3
7262026-06-21T00:09:52.921Z Downloaded backon v1.6.0
7272026-06-21T00:09:52.921Z Downloaded cookie_store v0.22.1
7282026-06-21T00:09:52.921Z Downloaded ident_case v1.0.1
7292026-06-21T00:09:52.921Z Downloaded hyper-tls v0.6.0
7302026-06-21T00:09:52.921Z Downloaded chacha20poly1305 v0.10.1
7312026-06-21T00:09:52.921Z Downloaded indoc v1.0.9
7322026-06-21T00:09:52.921Z Downloaded indent_write v2.2.0
7332026-06-21T00:09:52.925Z Downloaded illumos-nvpair-sys v0.2.0
7342026-06-21T00:09:52.925Z Downloaded illumos-nvpair v0.3.0
7352026-06-21T00:09:52.926Z Downloaded const-oid v0.9.6
7362026-06-21T00:09:52.926Z Downloaded instant v0.1.13
7372026-06-21T00:09:52.926Z Downloaded bitflags v1.3.2
7382026-06-21T00:09:52.926Z Downloaded is_ci v1.2.0
7392026-06-21T00:09:52.926Z Downloaded derive_builder v0.20.2
7402026-06-21T00:09:52.926Z Downloaded internet-checksum v0.2.1
7412026-06-21T00:09:52.929Z Downloaded console v0.16.2
7422026-06-21T00:09:52.929Z Downloaded ciborium v0.2.2
7432026-06-21T00:09:52.929Z Downloaded highway v1.3.0
7442026-06-21T00:09:52.929Z Downloaded find-msvc-tools v0.1.9
7452026-06-21T00:09:52.932Z Downloaded ena v0.14.4
7462026-06-21T00:09:52.932Z Downloaded colored v3.1.1
7472026-06-21T00:09:52.935Z Downloaded colored v2.2.0
7482026-06-21T00:09:52.935Z Downloaded erased-serde v0.3.31
7492026-06-21T00:09:52.938Z Downloaded globset v0.4.18
7502026-06-21T00:09:52.938Z Downloaded keccak v0.1.6
7512026-06-21T00:09:52.938Z Downloaded instability v0.3.11
7522026-06-21T00:09:52.941Z Downloaded corncobs v0.1.4
7532026-06-21T00:09:52.941Z Downloaded cc v1.2.56
7542026-06-21T00:09:52.944Z Downloaded ahash v0.8.12
7552026-06-21T00:09:52.944Z Downloaded lalrpop-util v0.19.12
7562026-06-21T00:09:52.944Z Downloaded kstat-rs v0.2.4
7572026-06-21T00:09:52.947Z Downloaded drift v0.2.0
7582026-06-21T00:09:52.950Z Downloaded crc32fast v1.5.0
7592026-06-21T00:09:52.953Z Downloaded getrandom v0.2.17
7602026-06-21T00:09:52.957Z Downloaded lazy_static v1.5.0
7612026-06-21T00:09:52.957Z Downloaded aes v0.8.4
7622026-06-21T00:09:52.960Z Downloaded maybe-uninit v2.0.0
7632026-06-21T00:09:52.960Z Downloaded match_cfg v0.1.0
7642026-06-21T00:09:52.960Z Downloaded maplit v1.0.2
7652026-06-21T00:09:52.960Z Downloaded managed v0.8.0
7662026-06-21T00:09:52.960Z Downloaded lru-slab v0.1.2
7672026-06-21T00:09:52.963Z Downloaded lru-cache v0.1.2
7682026-06-21T00:09:52.963Z Downloaded lru v0.12.5
7692026-06-21T00:09:52.963Z Downloaded futures-executor v0.3.32
7702026-06-21T00:09:52.963Z Downloaded ingot-types v0.1.2
7712026-06-21T00:09:52.966Z Downloaded ingot v0.1.1
7722026-06-21T00:09:52.966Z Downloaded data-encoding v2.10.0
7732026-06-21T00:09:52.966Z Downloaded der_derive v0.7.3
7742026-06-21T00:09:52.970Z Downloaded ctr v0.9.2
7752026-06-21T00:09:52.970Z Downloaded cookie v0.18.1
7762026-06-21T00:09:52.973Z Downloaded hyper-staticfile v0.10.1
7772026-06-21T00:09:52.973Z Downloaded chacha20 v0.10.0
7782026-06-21T00:09:52.973Z Downloaded impl-trait-for-tuples v0.2.3
7792026-06-21T00:09:52.976Z Downloaded humantime v2.3.0
7802026-06-21T00:09:52.976Z Downloaded lzss v0.8.2
7812026-06-21T00:09:52.977Z Downloaded memoffset v0.9.1
7822026-06-21T00:09:52.981Z Downloaded multimap v0.10.1
7832026-06-21T00:09:52.981Z Downloaded mime v0.3.17
7842026-06-21T00:09:52.981Z Downloaded md5 v0.7.0
7852026-06-21T00:09:52.984Z Downloaded md-5 v0.10.6
7862026-06-21T00:09:52.984Z Downloaded newline-converter v0.3.0
7872026-06-21T00:09:52.984Z Downloaded dropshot_endpoint v0.17.0
7882026-06-21T00:09:52.984Z Downloaded group v0.13.0
7892026-06-21T00:09:52.987Z Downloaded ipnetwork v0.21.1
7902026-06-21T00:09:52.988Z Downloaded getrandom v0.3.4
7912026-06-21T00:09:52.990Z Downloaded futures-channel v0.3.32
7922026-06-21T00:09:52.990Z Downloaded fatfs v0.3.6
7932026-06-21T00:09:52.994Z Downloaded num-derive v0.3.3
7942026-06-21T00:09:52.994Z Downloaded num-conv v0.2.0
7952026-06-21T00:09:52.994Z Downloaded normalize-line-endings v0.3.0
7962026-06-21T00:09:52.997Z Downloaded new_debug_unreachable v1.0.6
7972026-06-21T00:09:52.997Z Downloaded crc-any v2.5.0
7982026-06-21T00:09:52.997Z Downloaded nonempty v0.12.0
7992026-06-21T00:09:52.997Z Downloaded bzip2 v0.4.4
8002026-06-21T00:09:53.001Z Downloaded bcrypt-pbkdf v0.10.0
8012026-06-21T00:09:53.001Z Downloaded num_threads v0.1.7
8022026-06-21T00:09:53.001Z Downloaded newtype_derive v0.1.6
8032026-06-21T00:09:53.001Z Downloaded arc-swap v1.8.2
8042026-06-21T00:09:53.004Z Downloaded nodrop v0.1.14
8052026-06-21T00:09:53.004Z Downloaded jobserver v0.1.34
8062026-06-21T00:09:53.008Z Downloaded ipnet v2.11.0
8072026-06-21T00:09:53.008Z Downloaded diff v0.1.13
8082026-06-21T00:09:53.010Z Downloaded derive_more v0.99.20
8092026-06-21T00:09:53.010Z Downloaded num-iter v0.1.45
8102026-06-21T00:09:53.014Z Downloaded libscf-sys v1.1.0
8112026-06-21T00:09:53.014Z Downloaded libloading v0.8.9
8122026-06-21T00:09:53.018Z Downloaded newtype-uuid-macros v0.1.0
8132026-06-21T00:09:53.018Z Downloaded libsw v3.5.0
8142026-06-21T00:09:53.018Z Downloaded nibble_vec v0.1.0
8152026-06-21T00:09:53.018Z Downloaded hyper-rustls v0.27.7
8162026-06-21T00:09:53.021Z Downloaded half v1.8.3
8172026-06-21T00:09:53.021Z Downloaded der v0.7.10
8182026-06-21T00:09:53.024Z Downloaded openssl-probe v0.2.1
8192026-06-21T00:09:53.024Z Downloaded openssl-macros v0.1.1
8202026-06-21T00:09:53.024Z Downloaded olpc-cjson v0.1.4
8212026-06-21T00:09:53.028Z Downloaded num-derive v0.4.2
8222026-06-21T00:09:53.028Z Downloaded num_enum_derive v0.5.11
8232026-06-21T00:09:53.028Z Downloaded libsw-core v0.3.2
8242026-06-21T00:09:53.031Z Downloaded libefi-sys v0.1.0
8252026-06-21T00:09:53.031Z Downloaded indoc v2.0.7
8262026-06-21T00:09:53.031Z Downloaded lock_api v0.4.14
8272026-06-21T00:09:53.035Z Downloaded httparse v1.10.1
8282026-06-21T00:09:53.035Z Downloaded http-body-util v0.1.3
8292026-06-21T00:09:53.039Z Downloaded half v2.7.1
8302026-06-21T00:09:53.039Z Downloaded flume v0.11.1
8312026-06-21T00:09:53.042Z Downloaded linked-hash-map v0.5.6
8322026-06-21T00:09:53.042Z Downloaded const_format v0.2.35
8332026-06-21T00:09:53.042Z Downloaded openssl-probe v0.1.6
8342026-06-21T00:09:53.046Z Downloaded opaque-debug v0.3.1
8352026-06-21T00:09:53.046Z Downloaded mime_guess v2.0.5
8362026-06-21T00:09:53.046Z Downloaded ingot-macros v0.1.1
8372026-06-21T00:09:53.046Z Downloaded oso-derive v0.27.3
8382026-06-21T00:09:53.050Z Downloaded iana-time-zone v0.1.65
8392026-06-21T00:09:53.050Z Downloaded compact_str v0.8.1
8402026-06-21T00:09:53.053Z Downloaded nanorand v0.7.0
8412026-06-21T00:09:53.053Z Downloaded multer v3.1.0
8422026-06-21T00:09:53.055Z Downloaded hmac v0.12.1
8432026-06-21T00:09:53.055Z Downloaded futures v0.3.32
8442026-06-21T00:09:53.059Z Downloaded nu-ansi-term v0.50.3
8452026-06-21T00:09:53.064Z Downloaded num-complex v0.4.6
8462026-06-21T00:09:53.064Z Downloaded native-tls v0.2.18
8472026-06-21T00:09:53.064Z Downloaded phf_shared v0.13.1
8482026-06-21T00:09:53.064Z Downloaded phf_shared v0.11.3
8492026-06-21T00:09:53.064Z Downloaded path-slash v0.1.5
8502026-06-21T00:09:53.066Z Downloaded linear-map v1.2.0
8512026-06-21T00:09:53.066Z Downloaded num-rational v0.4.2
8522026-06-21T00:09:53.066Z Downloaded base64 v0.21.7
8532026-06-21T00:09:53.069Z Downloaded newtype-uuid v1.3.2
8542026-06-21T00:09:53.069Z Downloaded packed_struct_codegen v0.10.1
8552026-06-21T00:09:53.072Z Downloaded num_enum v0.7.6
8562026-06-21T00:09:53.078Z Downloaded phf_shared v0.12.1
8572026-06-21T00:09:53.082Z Downloaded parse-display v0.10.0
8582026-06-21T00:09:53.082Z Downloaded pbkdf2 v0.12.2
8592026-06-21T00:09:53.082Z Downloaded flate2 v1.1.9
8602026-06-21T00:09:53.082Z Downloaded crypto-bigint v0.5.5
8612026-06-21T00:09:53.086Z Downloaded indexmap v1.9.3
8622026-06-21T00:09:53.090Z Downloaded pbkdf2 v0.11.0
8632026-06-21T00:09:53.090Z Downloaded owo-colors v4.3.0
8642026-06-21T00:09:53.093Z Downloaded parse-size v1.1.0
8652026-06-21T00:09:53.116Z Downloaded powerfmt v0.2.0
8662026-06-21T00:09:53.116Z Downloaded peg-runtime v0.8.5
8672026-06-21T00:09:53.116Z Downloaded num_enum_derive v0.7.6
8682026-06-21T00:09:53.116Z Downloaded num_enum v0.5.11
8692026-06-21T00:09:53.116Z Downloaded num-integer v0.1.46
8702026-06-21T00:09:53.116Z Downloaded ignore v0.4.25
8712026-06-21T00:09:53.123Z Downloaded predicates-tree v1.0.13
8722026-06-21T00:09:53.123Z Downloaded oxide-tokio-rt v0.1.4
8732026-06-21T00:09:53.136Z Downloaded pin-utils v0.1.0
8742026-06-21T00:09:53.136Z Downloaded paste v1.0.15
8752026-06-21T00:09:53.136Z Downloaded password-hash v0.5.0
8762026-06-21T00:09:53.136Z Downloaded heapless v0.8.0
8772026-06-21T00:09:53.136Z Downloaded password-hash v0.4.2
8782026-06-21T00:09:53.136Z Downloaded num v0.4.3
8792026-06-21T00:09:53.136Z Downloaded proc-macro-error-attr2 v2.0.0
8802026-06-21T00:09:53.137Z Downloaded proc-macro-crate v3.4.0
8812026-06-21T00:09:53.144Z Downloaded headers v0.4.1
8822026-06-21T00:09:53.144Z Downloaded progenitor-client v0.14.0
8832026-06-21T00:09:53.144Z Downloaded phf v0.12.1
8842026-06-21T00:09:53.144Z Downloaded memmap2 v0.9.10
8852026-06-21T00:09:53.144Z Downloaded ed25519-dalek v2.2.0
8862026-06-21T00:09:53.149Z Downloaded rand_chacha v0.3.1
8872026-06-21T00:09:53.153Z Downloaded quick-error v1.2.3
8882026-06-21T00:09:53.153Z Downloaded psl-types v2.0.11
8892026-06-21T00:09:53.153Z Downloaded proc-macro-crate v1.3.1
8902026-06-21T00:09:53.156Z Downloaded precomputed-hash v0.1.1
8912026-06-21T00:09:53.156Z Downloaded phf v0.13.1
8922026-06-21T00:09:53.156Z Downloaded packed_struct v0.10.1
8932026-06-21T00:09:53.156Z Downloaded oxnet v0.1.6
8942026-06-21T00:09:53.159Z Downloaded rand_xorshift v0.4.0
8952026-06-21T00:09:53.159Z Downloaded progenitor-macro v0.14.0
8962026-06-21T00:09:53.159Z Downloaded libbz2-rs-sys v0.2.2
8972026-06-21T00:09:53.159Z Downloaded pin-project-internal v1.1.11
8982026-06-21T00:09:53.164Z Downloaded parse-display-derive v0.10.0
8992026-06-21T00:09:53.164Z Downloaded derive_more-impl v2.1.1
9002026-06-21T00:09:53.166Z Downloaded polyval v0.6.2
9012026-06-21T00:09:53.166Z Downloaded parking_lot v0.12.5
9022026-06-21T00:09:53.170Z Downloaded progenitor-macro v0.13.0
9032026-06-21T00:09:53.170Z Downloaded peg-macros v0.8.5
9042026-06-21T00:09:53.170Z Downloaded diesel_derives v2.3.7
9052026-06-21T00:09:53.173Z Downloaded recursive v0.1.1
9062026-06-21T00:09:53.173Z Downloaded pem v3.0.6
9072026-06-21T00:09:53.176Z Downloaded predicates-core v1.0.10
9082026-06-21T00:09:53.176Z Downloaded radium v0.7.0
9092026-06-21T00:09:53.176Z Downloaded base64 v0.22.1
9102026-06-21T00:09:53.179Z Downloaded parking_lot_core v0.9.12
9112026-06-21T00:09:53.182Z Downloaded heapless v0.7.17
9122026-06-21T00:09:53.182Z Downloaded litrs v1.0.0
9132026-06-21T00:09:53.186Z Downloaded parking_lot v0.11.2
9142026-06-21T00:09:53.186Z Downloaded ref-cast-impl v1.0.25
9152026-06-21T00:09:53.186Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-06-21T00:09:53.186Z Downloaded ref-cast v1.0.25
9172026-06-21T00:09:53.189Z Downloaded indicatif v0.18.4
9182026-06-21T00:09:53.192Z Downloaded pin-project-lite v0.2.17
9192026-06-21T00:09:53.195Z Downloaded rfc6979 v0.4.0
9202026-06-21T00:09:53.195Z Downloaded primeorder v0.13.6
9212026-06-21T00:09:53.195Z Downloaded hickory-resolver v0.25.2
9222026-06-21T00:09:53.198Z Downloaded poly1305 v0.8.0
9232026-06-21T00:09:53.202Z Downloaded progenitor-extras v0.2.0
9242026-06-21T00:09:53.202Z Downloaded rtoolbox v0.0.3
9252026-06-21T00:09:53.202Z Downloaded progenitor v0.13.0
9262026-06-21T00:09:53.202Z Downloaded expectorate v1.2.0
9272026-06-21T00:09:53.205Z Downloaded crossbeam-channel v0.5.15
9282026-06-21T00:09:53.206Z Downloaded postgres-protocol v0.6.10
9292026-06-21T00:09:53.209Z Downloaded pkg-config v0.3.32
9302026-06-21T00:09:53.209Z Downloaded derive_more v2.1.1
9312026-06-21T00:09:53.219Z Downloaded rustc-hash v2.1.1
9322026-06-21T00:09:53.224Z Downloaded parking_lot_core v0.8.6
9332026-06-21T00:09:53.224Z Downloaded predicates v3.1.4
9342026-06-21T00:09:53.230Z Downloaded ppv-lite86 v0.2.21
9352026-06-21T00:09:53.230Z Downloaded proc-macro-error2 v2.0.1
9362026-06-21T00:09:53.230Z Downloaded rand_chacha v0.9.0
9372026-06-21T00:09:53.230Z Downloaded progenitor v0.14.0
9382026-06-21T00:09:53.235Z Downloaded rand_seeder v0.4.0
9392026-06-21T00:09:53.235Z Downloaded progenitor-client v0.13.0
9402026-06-21T00:09:53.235Z Downloaded postgres-types v0.2.12
9412026-06-21T00:09:53.236Z Downloaded p256 v0.13.2
9422026-06-21T00:09:53.240Z Downloaded russh-cryptovec v0.7.3
9432026-06-21T00:09:53.252Z Downloaded pem-rfc7468 v0.7.0
9442026-06-21T00:09:53.252Z Downloaded peg v0.8.5
9452026-06-21T00:09:53.252Z Downloaded bumpalo v3.20.2
9462026-06-21T00:09:53.273Z Downloaded psm v0.1.30
9472026-06-21T00:09:53.273Z Downloaded r2d2 v0.8.10
9482026-06-21T00:09:53.273Z Downloaded rustc_version v0.4.1
9492026-06-21T00:09:53.273Z Downloaded rustc_version v0.1.7
9502026-06-21T00:09:53.273Z Downloaded same-file v1.0.6
9512026-06-21T00:09:53.273Z Downloaded resolv-conf v0.7.6
9522026-06-21T00:09:53.273Z Downloaded oso v0.27.3
9532026-06-21T00:09:53.294Z Downloaded scheduled-thread-pool v0.2.7
9542026-06-21T00:09:53.294Z Downloaded jiff-static v0.2.21
9552026-06-21T00:09:53.294Z Downloaded pkcs5 v0.7.1
9562026-06-21T00:09:53.294Z Downloaded rand_core v0.10.0
9572026-06-21T00:09:53.294Z Downloaded salsa20 v0.10.2
9582026-06-21T00:09:53.294Z Downloaded pkcs8 v0.10.2
9592026-06-21T00:09:53.294Z Downloaded rand_core v0.9.5
9602026-06-21T00:09:53.294Z Downloaded rand_core v0.6.4
9612026-06-21T00:09:53.294Z Downloaded scopeguard v1.2.0
9622026-06-21T00:09:53.294Z Downloaded pin-project v1.1.11
9632026-06-21T00:09:53.306Z Downloaded scroll_derive v0.13.1
9642026-06-21T00:09:53.306Z Downloaded sapling-renderdag v0.1.0
9652026-06-21T00:09:53.306Z Downloaded postcard v1.1.3
9662026-06-21T00:09:53.307Z Downloaded serde_urlencoded v0.7.1
9672026-06-21T00:09:53.307Z Downloaded serde_spanned v1.0.4
9682026-06-21T00:09:53.307Z Downloaded seq-macro v0.3.6
9692026-06-21T00:09:53.307Z Downloaded semver v0.1.20
9702026-06-21T00:09:53.307Z Downloaded papergrid v0.17.0
9712026-06-21T00:09:53.307Z Downloaded pkcs1 v0.7.5
9722026-06-21T00:09:53.308Z Downloaded omicron-zone-package v0.12.2
9732026-06-21T00:09:53.308Z Downloaded scrypt v0.11.0
9742026-06-21T00:09:53.308Z Downloaded hickory-resolver v0.24.4
9752026-06-21T00:09:53.327Z Downloaded rustls-pemfile v2.2.0
9762026-06-21T00:09:53.327Z Downloaded rustversion v1.0.22
9772026-06-21T00:09:53.327Z Downloaded secrecy v0.8.0
9782026-06-21T00:09:53.327Z Downloaded signal-hook-mio v0.2.5
9792026-06-21T00:09:53.327Z Downloaded serde-big-array v0.5.1
9802026-06-21T00:09:53.336Z Downloaded serde_plain v1.0.2
9812026-06-21T00:09:53.336Z Downloaded miniz_oxide v0.8.9
9822026-06-21T00:09:53.338Z Downloaded serde_bytes v0.11.19
9832026-06-21T00:09:53.338Z Downloaded hashbrown v0.13.2
9842026-06-21T00:09:53.338Z Downloaded hashbrown v0.12.3
9852026-06-21T00:09:53.338Z Downloaded quinn-udp v0.5.14
9862026-06-21T00:09:53.338Z Downloaded rustls-native-certs v0.8.3
9872026-06-21T00:09:53.338Z Downloaded rustls-pemfile v1.0.4
9882026-06-21T00:09:53.349Z Downloaded hickory-server v0.25.2
9892026-06-21T00:09:53.349Z Downloaded signal-hook-tokio v0.3.1
9902026-06-21T00:09:53.350Z Downloaded rusty-fork v0.3.1
9912026-06-21T00:09:53.350Z Downloaded siphasher v1.0.2
9922026-06-21T00:09:53.350Z Downloaded sha1 v0.10.6
9932026-06-21T00:09:53.362Z Downloaded russh-keys v0.45.0
9942026-06-21T00:09:53.363Z Downloaded sigpipe v0.1.3
9952026-06-21T00:09:53.363Z Downloaded signature v2.2.0
9962026-06-21T00:09:53.384Z Downloaded serde_derive_internals v0.29.1
9972026-06-21T00:09:53.394Z Downloaded secrecy v0.10.3
9982026-06-21T00:09:53.394Z Downloaded crossterm v0.28.1
9992026-06-21T00:09:53.394Z Downloaded serde_path_to_error v0.1.20
10002026-06-21T00:09:53.394Z Downloaded scroll v0.13.0
10012026-06-21T00:09:53.395Z Downloaded rcgen v0.12.1
10022026-06-21T00:09:53.395Z Downloaded schemars_derive v0.8.22
10032026-06-21T00:09:53.395Z Downloaded aes-gcm v0.10.3
10042026-06-21T00:09:53.413Z Downloaded slog-bunyan v2.5.0
10052026-06-21T00:09:53.413Z Downloaded rustls-pki-types v1.14.0
10062026-06-21T00:09:53.413Z Downloaded shell-words v1.1.1
10072026-06-21T00:09:53.413Z Downloaded progenitor-impl v0.14.0
10082026-06-21T00:09:53.413Z Downloaded sqlparser_derive v0.5.0
10092026-06-21T00:09:53.414Z Downloaded serde_with_macros v1.5.2
10102026-06-21T00:09:53.414Z Downloaded shlex v1.3.0
10112026-06-21T00:09:53.414Z Downloaded prefix-trie v0.7.0
10122026-06-21T00:09:53.414Z Downloaded serde_repr v0.1.20
10132026-06-21T00:09:53.414Z Downloaded serde-hex v0.1.0
10142026-06-21T00:09:53.414Z Downloaded minimal-lexical v0.2.1
10152026-06-21T00:09:53.440Z Downloaded structmeta-derive v0.3.0
10162026-06-21T00:09:53.440Z Downloaded strip-ansi-escapes v0.2.1
10172026-06-21T00:09:53.440Z Downloaded strum v0.27.2
10182026-06-21T00:09:53.441Z Downloaded ssh-encoding v0.2.0
10192026-06-21T00:09:53.441Z Downloaded progenitor-impl v0.13.0
10202026-06-21T00:09:53.441Z Downloaded http v1.4.0
10212026-06-21T00:09:53.441Z Downloaded supports-color v3.0.2
10222026-06-21T00:09:53.442Z Downloaded strum v0.26.3
10232026-06-21T00:09:53.442Z Downloaded slab v0.4.12
10242026-06-21T00:09:53.442Z Downloaded signal-hook-registry v1.4.8
10252026-06-21T00:09:53.459Z Downloaded simd-adler32 v0.3.8
10262026-06-21T00:09:53.459Z Downloaded ssh-cipher v0.2.0
10272026-06-21T00:09:53.459Z Downloaded slog-scope v4.4.1
10282026-06-21T00:09:53.459Z Downloaded slog-envlogger v2.2.0
10292026-06-21T00:09:53.459Z Downloaded tap v1.0.1
10302026-06-21T00:09:53.459Z Downloaded subtle v2.6.1
10312026-06-21T00:09:53.459Z Downloaded take_mut v0.2.2
10322026-06-21T00:09:53.459Z Downloaded tagptr v0.2.0
10332026-06-21T00:09:53.459Z Downloaded serde_cbor v0.11.2
10342026-06-21T00:09:53.459Z Downloaded rayon-core v1.13.0
10352026-06-21T00:09:53.459Z Downloaded openssl-sys v0.9.115
10362026-06-21T00:09:53.459Z Downloaded itertools v0.10.5
10372026-06-21T00:09:53.459Z Downloaded dropshot-api-manager v0.7.2
10382026-06-21T00:09:53.466Z Downloaded serde_with_macros v3.17.0
10392026-06-21T00:09:53.467Z Downloaded sync-ptr v0.1.4
10402026-06-21T00:09:53.467Z Downloaded tabwriter v1.4.1
10412026-06-21T00:09:53.467Z Downloaded termtree v0.5.1
10422026-06-21T00:09:53.467Z Downloaded slog-dtrace v0.3.0
10432026-06-21T00:09:53.467Z Downloaded testing_table v0.3.0
10442026-06-21T00:09:53.468Z Downloaded sec1 v0.7.3
10452026-06-21T00:09:53.468Z Downloaded tabled_derive v0.11.0
10462026-06-21T00:09:53.483Z Downloaded slog-stdlog v4.1.1
10472026-06-21T00:09:53.483Z Downloaded prettyplease v0.2.37
10482026-06-21T00:09:53.483Z Downloaded ron v0.8.1
10492026-06-21T00:09:53.484Z Downloaded smf v0.2.3
10502026-06-21T00:09:53.484Z Downloaded ryu v1.0.23
10512026-06-21T00:09:53.496Z Downloaded slog-term v2.9.2
10522026-06-21T00:09:53.496Z Downloaded strum_macros v0.26.4
10532026-06-21T00:09:53.497Z Downloaded time-core v0.1.8
10542026-06-21T00:09:53.497Z Downloaded structmeta v0.3.0
10552026-06-21T00:09:53.497Z Downloaded sct v0.7.1
10562026-06-21T00:09:53.497Z Downloaded smallvec v0.6.14
10572026-06-21T00:09:53.497Z Downloaded pretty_assertions v1.4.1
10582026-06-21T00:09:53.497Z Downloaded crossterm v0.29.0
10592026-06-21T00:09:53.497Z Downloaded slog-json v2.6.1
10602026-06-21T00:09:53.515Z Downloaded sqlformat v0.3.5
10612026-06-21T00:09:53.515Z Downloaded tinyvec_macros v0.1.1
10622026-06-21T00:09:53.515Z Downloaded spki v0.7.3
10632026-06-21T00:09:53.515Z Downloaded thread-id v5.1.0
10642026-06-21T00:09:53.515Z Downloaded thiserror-impl-no-std v2.0.2
10652026-06-21T00:09:53.517Z Downloaded stacker v0.1.23
10662026-06-21T00:09:53.517Z Downloaded snafu-derive v0.8.9
10672026-06-21T00:09:53.517Z Downloaded support-bundle-viewer v0.1.2
10682026-06-21T00:09:53.517Z Downloaded qorb v0.4.1
10692026-06-21T00:09:53.530Z Downloaded hyper-util v0.1.20
10702026-06-21T00:09:53.530Z Downloaded tokio-macros v2.7.0
10712026-06-21T00:09:53.530Z Downloaded sync_wrapper v1.0.2
10722026-06-21T00:09:53.530Z Downloaded strsim v0.10.0
10732026-06-21T00:09:53.530Z Downloaded strum_macros v0.27.2
10742026-06-21T00:09:53.530Z Downloaded static_assertions v1.1.0
10752026-06-21T00:09:53.530Z Downloaded stringprep v0.1.5
10762026-06-21T00:09:53.530Z Downloaded string_cache v0.8.9
10772026-06-21T00:09:53.530Z Downloaded blake3 v1.8.3
10782026-06-21T00:09:53.551Z Downloaded hashbrown v0.16.1
10792026-06-21T00:09:53.551Z Downloaded slog-async v2.8.0
10802026-06-21T00:09:53.551Z Downloaded schemars v0.8.22
10812026-06-21T00:09:53.551Z Downloaded termios v0.3.3
10822026-06-21T00:09:53.551Z Downloaded spin v0.9.8
10832026-06-21T00:09:53.599Z Downloaded mio v1.2.0
10842026-06-21T00:09:53.599Z Downloaded hashbrown v0.15.5
10852026-06-21T00:09:53.599Z Downloaded dropshot v0.17.0
10862026-06-21T00:09:53.599Z Downloaded tower-layer v0.3.3
10872026-06-21T00:09:53.599Z Downloaded topological-sort v0.2.2
10882026-06-21T00:09:53.599Z Downloaded tls_codec v0.4.2
10892026-06-21T00:09:53.599Z Downloaded time-macros v0.2.27
10902026-06-21T00:09:53.599Z Downloaded strum_macros v0.24.3
10912026-06-21T00:09:53.600Z Downloaded thread_local v1.1.9
10922026-06-21T00:09:53.600Z Downloaded num-bigint-dig v0.8.6
10932026-06-21T00:09:53.600Z Downloaded try-lock v0.2.5
10942026-06-21T00:09:53.600Z Downloaded num-bigint v0.4.6
10952026-06-21T00:09:53.600Z Downloaded trait-variant v0.1.2
10962026-06-21T00:09:53.600Z Downloaded tower-service v0.3.3
10972026-06-21T00:09:53.600Z Downloaded tokio-native-tls v0.3.1
10982026-06-21T00:09:53.600Z Downloaded tokio-dtrace v0.1.1
10992026-06-21T00:09:53.600Z Downloaded rand v0.8.6
11002026-06-21T00:09:53.630Z Downloaded quinn v0.11.9
11012026-06-21T00:09:53.630Z Downloaded nom v7.1.3
11022026-06-21T00:09:53.630Z Downloaded tokio-rustls v0.25.0
11032026-06-21T00:09:53.630Z Downloaded similar v2.7.0
11042026-06-21T00:09:53.630Z Downloaded unarray v0.1.4
11052026-06-21T00:09:53.630Z Downloaded tls_codec_derive v0.4.2
11062026-06-21T00:09:53.630Z Downloaded untrusted v0.9.0
11072026-06-21T00:09:53.630Z Downloaded tiny-keccak v2.0.2
11082026-06-21T00:09:53.630Z Downloaded typify-macro v0.6.2
11092026-06-21T00:09:53.630Z Downloaded iri-string v0.7.10
11102026-06-21T00:09:53.630Z Downloaded unicode-truncate v1.1.0
11112026-06-21T00:09:53.631Z Downloaded aho-corasick v1.1.4
11122026-06-21T00:09:53.631Z Downloaded h2 v0.4.13
11132026-06-21T00:09:53.631Z Downloaded rustls-platform-verifier v0.6.2
11142026-06-21T00:09:53.631Z Downloaded rustls-webpki v0.103.9
11152026-06-21T00:09:53.649Z Downloaded itertools v0.12.1
11162026-06-21T00:09:53.650Z Downloaded usdt v0.6.0
11172026-06-21T00:09:53.650Z Downloaded untrusted v0.7.1
11182026-06-21T00:09:53.650Z Downloaded slog v2.8.2
11192026-06-21T00:09:53.650Z Downloaded usdt-macro v0.6.0
11202026-06-21T00:09:53.650Z Downloaded usdt-attr-macro v0.6.0
11212026-06-21T00:09:53.650Z Downloaded rsa v0.9.10
11222026-06-21T00:09:53.650Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-06-21T00:09:53.650Z Downloaded thiserror-no-std v2.0.2
11242026-06-21T00:09:53.650Z Downloaded tokio-tungstenite v0.21.0
11252026-06-21T00:09:53.650Z Downloaded term v0.7.0
11262026-06-21T00:09:53.650Z Downloaded universal-hash v0.5.1
11272026-06-21T00:09:53.650Z Downloaded unit-prefix v0.5.2
11282026-06-21T00:09:53.650Z Downloaded term v1.2.1
11292026-06-21T00:09:53.651Z Downloaded libxml v0.3.3
11302026-06-21T00:09:53.651Z Downloaded samael v0.0.19
11312026-06-21T00:09:53.651Z Downloaded hkdf v0.12.4
11322026-06-21T00:09:53.651Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-06-21T00:09:53.709Z Downloaded socket2 v0.5.10
11342026-06-21T00:09:53.709Z Downloaded tui-tree-widget v0.23.1
11352026-06-21T00:09:53.709Z Downloaded utf-8 v0.7.6
11362026-06-21T00:09:53.709Z Downloaded hyper v1.8.1
11372026-06-21T00:09:53.709Z Downloaded want v0.3.1
11382026-06-21T00:09:53.710Z Downloaded waitgroup v0.1.2
11392026-06-21T00:09:53.710Z Downloaded void v1.0.2
11402026-06-21T00:09:53.710Z Downloaded tokio-rustls v0.24.1
11412026-06-21T00:09:53.710Z Downloaded futures-util v0.3.32
11422026-06-21T00:09:53.710Z Downloaded xshell-macros v0.2.7
11432026-06-21T00:09:53.710Z Downloaded xattr v1.6.1
11442026-06-21T00:09:53.710Z Downloaded wait-timeout v0.2.1
11452026-06-21T00:09:53.710Z Downloaded serde_yaml v0.9.34+deprecated
11462026-06-21T00:09:53.710Z Downloaded tokio-rustls v0.26.4
11472026-06-21T00:09:53.710Z Downloaded publicsuffix v2.3.0
11482026-06-21T00:09:53.710Z Downloaded rand v0.9.2
11492026-06-21T00:09:53.710Z Downloaded rand v0.10.0
11502026-06-21T00:09:53.731Z Downloaded signal-hook v0.3.18
11512026-06-21T00:09:53.731Z Downloaded socket2 v0.6.3
11522026-06-21T00:09:53.731Z Downloaded zone v0.3.1
11532026-06-21T00:09:53.731Z Downloaded schemars v0.9.0
11542026-06-21T00:09:53.731Z Downloaded uzers v0.12.2
11552026-06-21T00:09:53.731Z Downloaded subprocess v0.2.15
11562026-06-21T00:09:53.731Z Downloaded toml_parser v1.0.9+spec-1.1.0
11572026-06-21T00:09:53.731Z Downloaded itertools v0.13.0
11582026-06-21T00:09:53.731Z Downloaded vergen-lib v0.1.6
11592026-06-21T00:09:53.731Z Downloaded tokio-tungstenite v0.23.1
11602026-06-21T00:09:53.731Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-06-21T00:09:53.732Z Downloaded tinyvec v1.10.0
11622026-06-21T00:09:53.732Z Downloaded usdt-impl v0.6.0
11632026-06-21T00:09:53.732Z Downloaded vergen-lib v9.1.0
11642026-06-21T00:09:53.732Z Downloaded tracing-attributes v0.1.31
11652026-06-21T00:09:53.732Z Downloaded zone_cfg_derive v0.3.1
11662026-06-21T00:09:53.732Z Downloaded zeroize_derive v1.4.3
11672026-06-21T00:09:53.732Z Downloaded whoami v2.1.0
11682026-06-21T00:09:53.732Z Downloaded nom v8.0.0
11692026-06-21T00:09:53.732Z Downloaded libm v0.2.16
11702026-06-21T00:09:53.777Z Downloaded unicode-properties v0.1.4
11712026-06-21T00:09:53.777Z Downloaded tokio-stream v0.1.18
11722026-06-21T00:09:53.778Z Downloaded test-strategy v0.4.5
11732026-06-21T00:09:53.778Z Downloaded walkdir v2.5.0
11742026-06-21T00:09:53.778Z Downloaded vergen-git2 v9.1.0
11752026-06-21T00:09:53.778Z Downloaded vsss-rs v3.3.4
11762026-06-21T00:09:53.778Z Downloaded twox-hash v2.1.2
11772026-06-21T00:09:53.778Z Downloaded snafu v0.8.9
11782026-06-21T00:09:53.778Z Downloaded unicase v2.9.0
11792026-06-21T00:09:53.779Z Downloaded toml v0.7.8
11802026-06-21T00:09:53.779Z Downloaded whoami v1.6.1
11812026-06-21T00:09:53.779Z Downloaded toml v1.0.6+spec-1.1.0
11822026-06-21T00:09:53.793Z Downloaded wyz v0.5.1
11832026-06-21T00:09:53.793Z Downloaded schemars v1.2.1
11842026-06-21T00:09:53.793Z Downloaded p521 v0.13.3
11852026-06-21T00:09:53.794Z Downloaded xshell v0.2.7
11862026-06-21T00:09:53.794Z Downloaded zstd-safe v7.2.4
11872026-06-21T00:09:53.794Z Downloaded zstd v0.13.3
11882026-06-21T00:09:53.794Z Downloaded itertools v0.14.0
11892026-06-21T00:09:53.794Z Downloaded curve25519-dalek v4.1.3
11902026-06-21T00:09:53.794Z Downloaded tar v0.4.45
11912026-06-21T00:09:53.795Z Downloaded chrono v0.4.44
11922026-06-21T00:09:53.795Z Downloaded zeroize v1.8.2
11932026-06-21T00:09:53.795Z Downloaded russh v0.45.0
11942026-06-21T00:09:53.795Z Downloaded vergen-gitcl v1.0.8
11952026-06-21T00:09:53.817Z Downloaded vergen v9.1.0
11962026-06-21T00:09:53.817Z Downloaded iddqd v0.4.2
11972026-06-21T00:09:53.817Z Downloaded tungstenite v0.23.0
11982026-06-21T00:09:53.817Z Downloaded typify v0.6.2
11992026-06-21T00:09:53.817Z Downloaded tungstenite v0.21.0
12002026-06-21T00:09:53.817Z Downloaded toml_edit v0.23.10+spec-1.0.0
12012026-06-21T00:09:53.839Z Downloaded rustyline v14.0.0
12022026-06-21T00:09:53.840Z Downloaded reedline v0.40.0
12032026-06-21T00:09:53.840Z Downloaded aws-lc-rs v1.16.3
12042026-06-21T00:09:53.840Z Downloaded yasna v0.5.2
12052026-06-21T00:09:53.840Z Downloaded vte v0.14.1
12062026-06-21T00:09:53.840Z Downloaded bitvec v1.0.1
12072026-06-21T00:09:53.840Z Downloaded unsafe-libyaml v0.2.11
12082026-06-21T00:09:53.840Z Downloaded serde_with v1.14.0
12092026-06-21T00:09:53.857Z Downloaded rpassword v7.4.0
12102026-06-21T00:09:53.857Z Downloaded zerocopy v0.6.6
12112026-06-21T00:09:53.857Z Downloaded uuid v1.23.0
12122026-06-21T00:09:53.857Z Downloaded bstr v1.12.1
12132026-06-21T00:09:53.858Z Downloaded tracing-core v0.1.36
12142026-06-21T00:09:53.858Z Downloaded steno v0.4.1
12152026-06-21T00:09:53.858Z Downloaded unicode-bidi v0.3.18
12162026-06-21T00:09:53.896Z Downloaded toml_edit v0.19.15
12172026-06-21T00:09:53.909Z Downloaded yansi v1.0.1
12182026-06-21T00:09:53.909Z Downloaded ssh-key v0.6.7
12192026-06-21T00:09:53.909Z Downloaded portable-atomic v1.13.1
12202026-06-21T00:09:53.909Z Downloaded unicode_categories v0.1.1
12212026-06-21T00:09:53.909Z Downloaded p384 v0.13.1
12222026-06-21T00:09:53.977Z Downloaded zopfli v0.8.3
12232026-06-21T00:09:53.977Z Downloaded reqwest v0.12.28
12242026-06-21T00:09:53.977Z Downloaded regex v1.12.3
12252026-06-21T00:09:53.999Z Downloaded lalrpop v0.19.12
12262026-06-21T00:09:54.000Z Downloaded zip v0.6.6
12272026-06-21T00:09:54.000Z Downloaded quick-xml v0.37.5
12282026-06-21T00:09:54.000Z Downloaded bindgen v0.71.1
12292026-06-21T00:09:54.000Z Downloaded rustls-webpki v0.101.7
12302026-06-21T00:09:54.000Z Downloaded tokio-postgres v0.7.16
12312026-06-21T00:09:54.000Z Downloaded reqwest v0.13.2
12322026-06-21T00:09:54.000Z Downloaded git2 v0.20.4
12332026-06-21T00:09:54.000Z Downloaded zerocopy-derive v0.8.40
12342026-06-21T00:09:54.000Z Downloaded tower v0.5.3
12352026-06-21T00:09:54.000Z Downloaded x509-cert v0.2.5
12362026-06-21T00:09:54.000Z Downloaded moka v0.12.13
12372026-06-21T00:09:54.000Z Downloaded salty v0.3.0
12382026-06-21T00:09:54.000Z Downloaded unicode-segmentation v1.12.0
12392026-06-21T00:09:54.014Z Downloaded typed-path v0.9.3
12402026-06-21T00:09:54.015Z Downloaded rayon v1.11.0
12412026-06-21T00:09:54.015Z Downloaded goblin v0.10.5
12422026-06-21T00:09:54.015Z Downloaded rustls-webpki v0.102.8
12432026-06-21T00:09:54.046Z Downloaded zip v4.6.1
12442026-06-21T00:09:54.046Z Downloaded tough v0.22.0
12452026-06-21T00:09:54.073Z Downloaded tower-http v0.6.8
12462026-06-21T00:09:54.073Z Downloaded proptest v1.10.0
12472026-06-21T00:09:54.073Z Downloaded tokio-util v0.7.18
12482026-06-21T00:09:54.073Z Downloaded serde_with v3.17.0
12492026-06-21T00:09:54.073Z Downloaded object v0.30.4
12502026-06-21T00:09:54.073Z Downloaded petname v2.0.2
12512026-06-21T00:09:54.073Z Downloaded unicode-normalization v0.1.25
12522026-06-21T00:09:54.073Z Downloaded nix v0.27.1
12532026-06-21T00:09:54.085Z Downloaded quinn-proto v0.11.13
12542026-06-21T00:09:54.113Z Downloaded radix_trie v0.2.1
12552026-06-21T00:09:54.127Z Downloaded winnow v0.6.26
12562026-06-21T00:09:54.133Z Downloaded openssl v0.10.79
12572026-06-21T00:09:54.134Z Downloaded winnow v0.5.40
12582026-06-21T00:09:54.143Z Downloaded rustls v0.21.12
12592026-06-21T00:09:54.175Z Downloaded time v0.3.47
12602026-06-21T00:09:54.210Z Downloaded nix v0.28.0
12612026-06-21T00:09:54.210Z Downloaded regex-syntax v0.6.29
12622026-06-21T00:09:54.210Z Downloaded zlib-rs v0.6.2
12632026-06-21T00:09:54.211Z Downloaded hickory-proto v0.24.4
12642026-06-21T00:09:54.211Z Downloaded vcpkg v0.2.15
12652026-06-21T00:09:54.232Z Downloaded webpki-roots v1.0.6
12662026-06-21T00:09:54.245Z Downloaded object v0.37.3
12672026-06-21T00:09:54.245Z Downloaded nix v0.31.2
12682026-06-21T00:09:54.245Z Downloaded openapiv3 v2.2.0
12692026-06-21T00:09:54.245Z Downloaded diesel v2.3.7
12702026-06-21T00:09:54.271Z Downloaded zerocopy v0.8.40
12712026-06-21T00:09:54.309Z Downloaded rustix v0.38.44
12722026-06-21T00:09:54.309Z Downloaded regex-syntax v0.8.10
12732026-06-21T00:09:54.310Z Downloaded hickory-proto v0.25.2
12742026-06-21T00:09:54.310Z Downloaded smoltcp v0.11.0
12752026-06-21T00:09:54.321Z Downloaded rustls v0.23.37
12762026-06-21T00:09:54.321Z Downloaded regress v0.11.1
12772026-06-21T00:09:54.321Z Downloaded regress v0.10.5
12782026-06-21T00:09:54.321Z Downloaded rustls v0.22.4
12792026-06-21T00:09:54.321Z Downloaded smoltcp v0.9.1
12802026-06-21T00:09:54.372Z Downloaded sled v0.34.7
12812026-06-21T00:09:54.372Z Downloaded typify-impl v0.6.2
12822026-06-21T00:09:54.372Z Downloaded tabled v0.20.0
12832026-06-21T00:09:54.391Z Downloaded polar-core v0.27.3
12842026-06-21T00:09:54.391Z Downloaded sqlparser v0.61.0
12852026-06-21T00:09:54.391Z Downloaded petgraph v0.6.5
12862026-06-21T00:09:54.413Z Downloaded csv v1.4.0
12872026-06-21T00:09:54.426Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-06-21T00:09:54.431Z Downloaded ratatui v0.29.0
12892026-06-21T00:09:54.464Z Downloaded tracing v0.1.44
12902026-06-21T00:09:54.478Z Downloaded tokio v1.52.1
12912026-06-21T00:09:54.487Z Downloaded regex-automata v0.4.14
12922026-06-21T00:09:54.534Z Downloaded zerocopy-derive v0.6.6
12932026-06-21T00:09:54.575Z Downloaded chrono-tz v0.10.4
12942026-06-21T00:09:54.575Z Downloaded encoding_rs v0.8.35
12952026-06-21T00:09:54.575Z Downloaded jiff v0.2.21
12962026-06-21T00:09:54.575Z Downloaded ring v0.17.14
12972026-06-21T00:09:54.596Z Downloaded libz-sys v1.1.24
12982026-06-21T00:09:54.596Z Downloaded petgraph v0.8.3
12992026-06-21T00:09:54.611Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-21T00:09:54.612Z Downloaded sha3 v0.10.8
13012026-06-21T00:09:54.725Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-06-21T00:09:55.296Z Downloaded aws-lc-sys v0.40.0
13032026-06-21T00:09:55.545Z Compiling libc v0.2.185
13042026-06-21T00:09:55.545Z Compiling serde v1.0.228
13052026-06-21T00:09:55.550Z Compiling log v0.4.29
13062026-06-21T00:09:55.550Z Compiling shlex v1.3.0
13072026-06-21T00:09:55.701Z Compiling find-msvc-tools v0.1.9
13082026-06-21T00:09:55.701Z Compiling smallvec v1.15.1
13092026-06-21T00:09:55.711Z Compiling syn v2.0.117
13102026-06-21T00:09:55.722Z Compiling typenum v1.19.0
13112026-06-21T00:09:55.872Z Compiling generic-array v0.14.7
13122026-06-21T00:09:55.897Z Compiling subtle v2.6.1
13132026-06-21T00:09:55.916Z Compiling scopeguard v1.2.0
13142026-06-21T00:09:55.982Z Compiling const-oid v0.9.6
13152026-06-21T00:09:56.007Z Compiling lock_api v0.4.14
13162026-06-21T00:09:56.025Z Compiling serde_json v1.0.149
13172026-06-21T00:09:56.075Z Compiling zerocopy v0.8.40
13182026-06-21T00:09:56.123Z Compiling parking_lot_core v0.9.12
13192026-06-21T00:09:56.239Z Compiling portable-atomic v1.13.1
13202026-06-21T00:09:56.384Z Compiling pin-project-lite v0.2.17
13212026-06-21T00:09:56.485Z Compiling pkg-config v0.3.32
13222026-06-21T00:09:56.544Z Compiling bitflags v2.11.0
13232026-06-21T00:09:56.626Z Compiling getrandom v0.2.17
13242026-06-21T00:09:56.688Z Compiling jobserver v0.1.34
13252026-06-21T00:09:56.715Z Compiling errno v0.3.14
13262026-06-21T00:09:57.786Z Compiling rand_core v0.6.4
13272026-06-21T00:09:57.792Z Compiling signal-hook-registry v1.4.8
13282026-06-21T00:09:57.793Z Compiling cc v1.2.56
13292026-06-21T00:09:57.793Z Compiling futures-core v0.3.32
13302026-06-21T00:09:57.793Z Compiling libm v0.2.16
13312026-06-21T00:09:57.793Z Compiling critical-section v1.2.0
13322026-06-21T00:09:57.793Z Compiling parking_lot v0.12.5
13332026-06-21T00:09:57.793Z Compiling once_cell v1.21.3
13342026-06-21T00:09:57.793Z Compiling mio v1.2.0
13352026-06-21T00:09:57.793Z Compiling num-traits v0.2.19
13362026-06-21T00:09:57.793Z Compiling percent-encoding v2.3.2
13372026-06-21T00:09:57.793Z Compiling socket2 v0.6.3
13382026-06-21T00:09:57.793Z Compiling futures-sink v0.3.32
13392026-06-21T00:09:57.794Z Compiling futures-io v0.3.32
13402026-06-21T00:09:57.794Z Compiling futures-channel v0.3.32
13412026-06-21T00:09:57.794Z Compiling slab v0.4.12
13422026-06-21T00:09:57.794Z Compiling cpufeatures v0.2.17
13432026-06-21T00:09:57.794Z Compiling futures-task v0.3.32
13442026-06-21T00:09:57.794Z Compiling getrandom v0.4.1
13452026-06-21T00:09:57.801Z Compiling rand_core v0.10.0
13462026-06-21T00:09:57.815Z Compiling indexmap v2.14.0
13472026-06-21T00:09:57.829Z Compiling rustversion v1.0.22
13482026-06-21T00:09:57.873Z Compiling getrandom v0.3.4
13492026-06-21T00:09:57.976Z Compiling cmake v0.1.57
13502026-06-21T00:09:58.370Z Compiling form_urlencoded v1.2.2
13512026-06-21T00:09:58.391Z Compiling dunce v1.0.5
13522026-06-21T00:09:58.466Z Compiling fs_extra v1.3.0
13532026-06-21T00:09:58.499Z Compiling ident_case v1.0.1
13542026-06-21T00:09:58.541Z Compiling synstructure v0.13.2
13552026-06-21T00:09:58.594Z Compiling base64ct v1.8.3
13562026-06-21T00:09:58.621Z Compiling rustix v1.1.3
13572026-06-21T00:09:58.723Z Compiling aws-lc-sys v0.40.0
13582026-06-21T00:09:58.781Z Compiling regex-syntax v0.8.10
13592026-06-21T00:09:58.817Z Compiling pem-rfc7468 v0.7.0
13602026-06-21T00:09:58.877Z Compiling flagset v0.4.7
13612026-06-21T00:09:58.962Z Compiling iana-time-zone v0.1.65
13622026-06-21T00:09:59.047Z Compiling rand_core v0.9.5
13632026-06-21T00:09:59.115Z Compiling ring v0.17.14
13642026-06-21T00:09:59.134Z Compiling aws-lc-rs v1.16.3
13652026-06-21T00:09:59.220Z Compiling vcpkg v0.2.15
13662026-06-21T00:09:59.404Z Compiling uuid v1.23.0
13672026-06-21T00:09:59.453Z Compiling rustc_version v0.4.1
13682026-06-21T00:09:59.800Z Compiling tracing-core v0.1.36
13692026-06-21T00:10:00.013Z Compiling openssl-sys v0.9.115
13702026-06-21T00:10:00.148Z Compiling base64 v0.22.1
13712026-06-21T00:10:00.283Z Compiling serde_derive v1.0.228
13722026-06-21T00:10:00.342Z Compiling zeroize_derive v1.4.3
13732026-06-21T00:10:00.443Z Compiling zerofrom-derive v0.1.6
13742026-06-21T00:10:00.476Z Compiling yoke-derive v0.8.1
13752026-06-21T00:10:00.500Z Compiling zerovec-derive v0.11.2
13762026-06-21T00:10:00.994Z Compiling zeroize v1.8.2
13772026-06-21T00:10:01.206Z Compiling zerocopy-derive v0.8.40
13782026-06-21T00:10:01.634Z Compiling displaydoc v0.2.5
13792026-06-21T00:10:01.655Z Compiling tokio-macros v2.7.0
13802026-06-21T00:10:01.873Z Compiling crypto-common v0.1.7
13812026-06-21T00:10:01.924Z Compiling zerofrom v0.1.6
13822026-06-21T00:10:01.950Z Compiling block-buffer v0.10.4
13832026-06-21T00:10:02.016Z Compiling yoke v0.8.1
13842026-06-21T00:10:02.092Z Compiling digest v0.10.7
13852026-06-21T00:10:02.193Z Compiling zerovec v0.11.5
13862026-06-21T00:10:02.332Z Compiling futures-macro v0.3.32
13872026-06-21T00:10:02.368Z Compiling zerotrie v0.2.3
13882026-06-21T00:10:02.383Z Compiling hmac v0.12.1
13892026-06-21T00:10:02.544Z Compiling block-padding v0.3.3
13902026-06-21T00:10:02.666Z Compiling tinystr v0.8.2
13912026-06-21T00:10:02.682Z Compiling potential_utf v0.1.4
13922026-06-21T00:10:02.698Z Compiling inout v0.1.4
13932026-06-21T00:10:02.848Z Compiling icu_locale_core v2.1.1
13942026-06-21T00:10:02.860Z Compiling icu_collections v2.1.1
13952026-06-21T00:10:02.860Z Compiling cipher v0.4.4
13962026-06-21T00:10:03.118Z Compiling futures-util v0.3.32
13972026-06-21T00:10:03.130Z Compiling sha2 v0.10.9
13982026-06-21T00:10:03.323Z Compiling der_derive v0.7.3
13992026-06-21T00:10:03.770Z Compiling bytes v1.11.1
14002026-06-21T00:10:03.801Z Compiling icu_provider v2.1.1
14012026-06-21T00:10:03.854Z Compiling chrono v0.4.44
14022026-06-21T00:10:04.083Z Compiling icu_normalizer v2.1.1
14032026-06-21T00:10:04.311Z Compiling tokio v1.52.1
14042026-06-21T00:10:04.358Z Compiling icu_properties v2.1.2
14052026-06-21T00:10:04.559Z Compiling der v0.7.10
14062026-06-21T00:10:04.646Z Compiling http v1.4.0
14072026-06-21T00:10:05.270Z Compiling idna_adapter v1.2.1
14082026-06-21T00:10:05.420Z Compiling idna v1.1.0
14092026-06-21T00:10:05.443Z Compiling spki v0.7.3
14102026-06-21T00:10:05.590Z Compiling salsa20 v0.10.2
14112026-06-21T00:10:05.604Z Compiling ppv-lite86 v0.2.21
14122026-06-21T00:10:05.609Z Compiling pbkdf2 v0.12.2
14132026-06-21T00:10:05.636Z Compiling rustls-pki-types v1.14.0
14142026-06-21T00:10:05.735Z Compiling url v2.5.8
14152026-06-21T00:10:05.770Z Compiling thiserror-impl v2.0.18
14162026-06-21T00:10:05.800Z Compiling tracing-attributes v0.1.31
14172026-06-21T00:10:05.907Z Compiling rand_chacha v0.9.0
14182026-06-21T00:10:06.195Z Compiling scrypt v0.11.0
14192026-06-21T00:10:06.249Z Compiling http-body v1.0.1
14202026-06-21T00:10:06.271Z Compiling cbc v0.1.2
14212026-06-21T00:10:06.307Z Compiling aes v0.8.4
14222026-06-21T00:10:06.444Z Compiling httparse v1.10.1
14232026-06-21T00:10:06.584Z Compiling untrusted v0.9.0
14242026-06-21T00:10:06.728Z Compiling tinyvec_macros v0.1.1
14252026-06-21T00:10:06.755Z Compiling openssl-probe v0.2.1
14262026-06-21T00:10:06.755Z Compiling untrusted v0.7.1
14272026-06-21T00:10:06.780Z Compiling pkcs5 v0.7.1
14282026-06-21T00:10:06.809Z Compiling tinyvec v1.10.0
14292026-06-21T00:10:07.044Z Compiling thiserror v2.0.18
14302026-06-21T00:10:07.076Z Compiling tracing v0.1.44
14312026-06-21T00:10:07.127Z Compiling pest_generator v2.8.6
14322026-06-21T00:10:07.153Z Compiling rand v0.9.2
14332026-06-21T00:10:07.221Z Compiling serde_derive_internals v0.29.1
14342026-06-21T00:10:07.329Z Compiling aho-corasick v1.1.4
14352026-06-21T00:10:07.354Z Compiling tower-service v0.3.3
14362026-06-21T00:10:07.458Z Compiling schemars v0.8.22
14372026-06-21T00:10:07.695Z Compiling atomic-waker v1.1.2
14382026-06-21T00:10:07.793Z Compiling tower-layer v0.3.3
14392026-06-21T00:10:07.803Z Compiling rustls v0.23.37
14402026-06-21T00:10:07.939Z Compiling dyn-clone v1.0.20
14412026-06-21T00:10:07.965Z Compiling try-lock v0.2.5
14422026-06-21T00:10:08.003Z Compiling pest_derive v2.8.6
14432026-06-21T00:10:08.041Z Compiling tokio-util v0.7.18
14442026-06-21T00:10:08.236Z Compiling want v0.3.1
14452026-06-21T00:10:08.272Z Compiling schemars_derive v0.8.22
14462026-06-21T00:10:08.272Z Compiling regex-automata v0.4.14
14472026-06-21T00:10:08.415Z Compiling pkcs8 v0.10.2
14482026-06-21T00:10:08.737Z Compiling h2 v0.4.13
14492026-06-21T00:10:08.887Z Compiling ipnet v2.11.0
14502026-06-21T00:10:09.008Z Compiling scroll_derive v0.13.1
14512026-06-21T00:10:09.080Z Compiling darling_core v0.20.11
14522026-06-21T00:10:09.481Z Compiling httpdate v1.0.3
14532026-06-21T00:10:09.515Z Compiling foreign-types-shared v0.1.1
14542026-06-21T00:10:09.633Z Compiling openssl v0.10.79
14552026-06-21T00:10:09.726Z Compiling pin-utils v0.1.0
14562026-06-21T00:10:09.726Z Compiling tempfile v3.25.0
14572026-06-21T00:10:09.766Z Compiling foreign-types v0.3.2
14582026-06-21T00:10:09.850Z Compiling scroll v0.13.0
14592026-06-21T00:10:10.049Z Compiling unicode-normalization v0.1.25
14602026-06-21T00:10:10.106Z Compiling openssl-macros v0.1.1
14612026-06-21T00:10:10.462Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14622026-06-21T00:10:10.482Z Compiling socket2 v0.5.10
14632026-06-21T00:10:10.483Z Compiling spin v0.9.8
14642026-06-21T00:10:10.705Z Compiling time-core v0.1.8
14652026-06-21T00:10:10.862Z Compiling native-tls v0.2.18
14662026-06-21T00:10:10.918Z Compiling num-conv v0.2.0
14672026-06-21T00:10:10.918Z Compiling crc32fast v1.5.0
14682026-06-21T00:10:11.045Z Compiling powerfmt v0.2.0
14692026-06-21T00:10:11.114Z Compiling time-macros v0.2.27
14702026-06-21T00:10:11.173Z Compiling deranged v0.5.8
14712026-06-21T00:10:11.366Z Compiling darling_macro v0.20.11
14722026-06-21T00:10:11.794Z Compiling hyper v1.8.1
14732026-06-21T00:10:12.115Z Compiling darling v0.20.11
14742026-06-21T00:10:12.156Z Compiling goblin v0.10.5
14752026-06-21T00:10:12.180Z Compiling rustls-native-certs v0.8.3
14762026-06-21T00:10:12.402Z Compiling sync_wrapper v1.0.2
14772026-06-21T00:10:12.445Z Compiling wait-timeout v0.2.1
14782026-06-21T00:10:12.465Z Compiling num_threads v0.1.7
14792026-06-21T00:10:12.551Z Compiling usdt-impl v0.6.0
14802026-06-21T00:10:12.648Z Compiling simd-adler32 v0.3.8
14812026-06-21T00:10:12.700Z Compiling crossbeam-utils v0.8.21
14822026-06-21T00:10:12.774Z Compiling quick-error v1.2.3
14832026-06-21T00:10:12.867Z Compiling hyper-util v0.1.20
14842026-06-21T00:10:12.914Z Compiling siphasher v1.0.2
14852026-06-21T00:10:12.958Z Compiling unicode-segmentation v1.12.0
14862026-06-21T00:10:13.118Z Compiling bit-vec v0.8.0
14872026-06-21T00:10:13.293Z Compiling syn v1.0.109
14882026-06-21T00:10:13.327Z Compiling bit-set v0.8.0
14892026-06-21T00:10:13.483Z Compiling rusty-fork v0.3.1
14902026-06-21T00:10:13.649Z Compiling time v0.3.47
14912026-06-21T00:10:13.667Z Compiling tower v0.5.3
14922026-06-21T00:10:13.807Z Compiling derive_builder_core v0.20.2
14932026-06-21T00:10:14.142Z Compiling dtrace-parser v0.3.0
14942026-06-21T00:10:14.349Z Compiling http-body-util v0.1.3
14952026-06-21T00:10:14.610Z Compiling webpki-roots v1.0.6
14962026-06-21T00:10:14.628Z Compiling signature v2.2.0
14972026-06-21T00:10:14.708Z Compiling scroll_derive v0.12.1
14982026-06-21T00:10:14.732Z Compiling thiserror-impl v1.0.69
14992026-06-21T00:10:14.796Z Compiling heapless v0.7.17
15002026-06-21T00:10:14.925Z Compiling dof v0.4.0
15012026-06-21T00:10:15.037Z Compiling rand_xorshift v0.4.0
15022026-06-21T00:10:15.202Z Compiling slog v2.8.2
15032026-06-21T00:10:15.283Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-06-21T00:10:15.370Z Compiling darling_core v0.21.3
15052026-06-21T00:10:15.384Z Compiling thread-id v5.1.0
15062026-06-21T00:10:15.518Z Compiling cookie v0.18.1
15072026-06-21T00:10:15.558Z Compiling unarray v0.1.4
15082026-06-21T00:10:15.652Z Compiling iri-string v0.7.10
15092026-06-21T00:10:15.666Z Compiling signal-hook v0.3.18
15102026-06-21T00:10:15.831Z Compiling paste v1.0.15
15112026-06-21T00:10:15.975Z Compiling unicode-properties v0.1.4
15122026-06-21T00:10:16.098Z Compiling unicode-bidi v0.3.18
15132026-06-21T00:10:16.112Z Compiling ryu v1.0.23
15142026-06-21T00:10:16.186Z Compiling allocator-api2 v0.2.21
15152026-06-21T00:10:16.296Z Compiling anyhow v1.0.102
15162026-06-21T00:10:16.384Z Compiling zstd-safe v7.2.4
15172026-06-21T00:10:16.509Z Compiling adler2 v2.0.1
15182026-06-21T00:10:16.575Z Compiling stringprep v0.1.5
15192026-06-21T00:10:16.636Z Compiling miniz_oxide v0.8.9
15202026-06-21T00:10:16.640Z Compiling serde_urlencoded v0.7.1
15212026-06-21T00:10:16.807Z Compiling tower-http v0.6.8
15222026-06-21T00:10:16.918Z Compiling thiserror v1.0.69
15232026-06-21T00:10:17.103Z Compiling proptest v1.10.0
15242026-06-21T00:10:17.203Z Compiling scroll v0.12.0
15252026-06-21T00:10:17.261Z Compiling derive_builder_macro v0.20.2
15262026-06-21T00:10:17.631Z Compiling tokio-native-tls v0.3.1
15272026-06-21T00:10:17.769Z Compiling heck v0.4.1
15282026-06-21T00:10:17.796Z Compiling ipnetwork v0.21.1
15292026-06-21T00:10:17.856Z Compiling darling_macro v0.21.3
15302026-06-21T00:10:17.876Z Compiling bstr v1.12.1
15312026-06-21T00:10:17.988Z Compiling rand_chacha v0.3.1
15322026-06-21T00:10:18.180Z Compiling toml_datetime v0.6.11
15332026-06-21T00:10:18.215Z Compiling serde_tokenstream v0.2.3
15342026-06-21T00:10:18.325Z Compiling erased-serde v0.3.31
15352026-06-21T00:10:18.443Z Compiling serde_spanned v0.6.9
15362026-06-21T00:10:18.513Z Compiling md-5 v0.10.6
15372026-06-21T00:10:18.527Z Compiling pin-project-internal v1.1.11
15382026-06-21T00:10:18.582Z Compiling zerocopy-derive v0.7.35
15392026-06-21T00:10:18.674Z Compiling async-trait v0.1.89
15402026-06-21T00:10:18.796Z Compiling curve25519-dalek v4.1.3
15412026-06-21T00:10:18.836Z Compiling vergen-lib v9.1.0
15422026-06-21T00:10:19.004Z Compiling num-integer v0.1.46
15432026-06-21T00:10:19.127Z Compiling hash32 v0.2.1
15442026-06-21T00:10:19.375Z Compiling ff v0.13.1
15452026-06-21T00:10:19.428Z Compiling memoffset v0.9.1
15462026-06-21T00:10:19.505Z Compiling encoding_rs v0.8.35
15472026-06-21T00:10:19.518Z Compiling mime v0.3.17
15482026-06-21T00:10:19.581Z Compiling num-bigint-dig v0.8.6
15492026-06-21T00:10:19.673Z Compiling base16ct v0.2.0
15502026-06-21T00:10:19.752Z Compiling rustix v0.38.44
15512026-06-21T00:10:19.779Z Compiling fallible-iterator v0.2.0
15522026-06-21T00:10:19.820Z Compiling ref-cast v1.0.25
15532026-06-21T00:10:19.863Z Compiling psl-types v2.0.11
15542026-06-21T00:10:19.981Z Compiling cfg_aliases v0.2.1
15552026-06-21T00:10:20.049Z Compiling litrs v1.0.0
15562026-06-21T00:10:20.076Z Compiling smoltcp v0.9.1
15572026-06-21T00:10:20.098Z Compiling zlib-rs v0.6.2
15582026-06-21T00:10:20.230Z Compiling nix v0.31.2
15592026-06-21T00:10:20.435Z Compiling postgres-protocol v0.6.10
15602026-06-21T00:10:20.574Z Compiling document-features v0.2.12
15612026-06-21T00:10:20.620Z Compiling publicsuffix v2.3.0
15622026-06-21T00:10:20.783Z Compiling sec1 v0.7.3
15632026-06-21T00:10:21.001Z Compiling pin-project v1.1.11
15642026-06-21T00:10:21.072Z Compiling zerocopy v0.7.35
15652026-06-21T00:10:21.100Z Compiling group v0.13.0
15662026-06-21T00:10:21.126Z Compiling newtype-uuid v1.3.2
15672026-06-21T00:10:21.313Z Compiling num-iter v0.1.45
15682026-06-21T00:10:21.344Z Compiling hubpack_derive v0.1.1
15692026-06-21T00:10:21.460Z Compiling darling v0.21.3
15702026-06-21T00:10:21.539Z Compiling rand v0.8.6
15712026-06-21T00:10:21.609Z Compiling oxnet v0.1.6
15722026-06-21T00:10:21.637Z Compiling snafu-derive v0.8.9
15732026-06-21T00:10:21.849Z Compiling hyper-tls v0.6.0
15742026-06-21T00:10:22.043Z Compiling derive_builder v0.20.2
15752026-06-21T00:10:22.063Z Compiling goblin v0.8.2
15762026-06-21T00:10:22.605Z Compiling phf_shared v0.13.1
15772026-06-21T00:10:22.792Z Compiling lazy_static v1.5.0
15782026-06-21T00:10:22.854Z Compiling regex v1.12.3
15792026-06-21T00:10:22.874Z Compiling anstyle-parse v0.2.7
15802026-06-21T00:10:22.903Z Compiling strum_macros v0.27.2
15812026-06-21T00:10:23.042Z Compiling flate2 v1.1.9
15822026-06-21T00:10:23.286Z Compiling futures-executor v0.3.32
15832026-06-21T00:10:23.307Z Compiling hex v0.4.3
15842026-06-21T00:10:23.458Z Compiling hkdf v0.12.4
15852026-06-21T00:10:23.501Z Compiling crypto-bigint v0.5.5
15862026-06-21T00:10:23.580Z Compiling curve25519-dalek-derive v0.1.1
15872026-06-21T00:10:23.606Z Compiling daft-derive v0.1.7
15882026-06-21T00:10:23.630Z Compiling ref-cast-impl v1.0.25
15892026-06-21T00:10:24.175Z Compiling terminal_size v0.4.3
15902026-06-21T00:10:24.244Z Compiling vergen v9.1.0
15912026-06-21T00:10:24.324Z Compiling fs-err v3.3.0
15922026-06-21T00:10:24.341Z Compiling cargo-platform v0.3.2
15932026-06-21T00:10:24.448Z Compiling ahash v0.8.12
15942026-06-21T00:10:24.522Z Compiling bitflags v1.3.2
15952026-06-21T00:10:24.607Z Compiling object v0.37.3
15962026-06-21T00:10:24.627Z Compiling managed v0.8.0
15972026-06-21T00:10:24.656Z Compiling foldhash v0.2.0
15982026-06-21T00:10:24.843Z Compiling libbz2-rs-sys v0.2.2
15992026-06-21T00:10:24.850Z Compiling bumpalo v3.20.2
16002026-06-21T00:10:24.881Z Compiling foldhash v0.1.5
16012026-06-21T00:10:24.895Z Compiling winnow v0.5.40
16022026-06-21T00:10:25.156Z Compiling same-file v1.0.6
16032026-06-21T00:10:25.162Z Compiling zopfli v0.8.3
16042026-06-21T00:10:25.228Z Compiling walkdir v2.5.0
16052026-06-21T00:10:25.521Z Compiling bzip2 v0.6.1
16062026-06-21T00:10:25.538Z Compiling hashbrown v0.15.5
16072026-06-21T00:10:25.572Z Compiling strum v0.27.2
16082026-06-21T00:10:25.686Z Compiling clap_builder v4.6.0
16092026-06-21T00:10:25.745Z Compiling hashbrown v0.16.1
16102026-06-21T00:10:25.847Z Compiling cargo_metadata v0.23.1
16112026-06-21T00:10:26.207Z Compiling toml_edit v0.19.15
16122026-06-21T00:10:26.310Z Compiling elliptic-curve v0.13.8
16132026-06-21T00:10:26.351Z Compiling daft v0.1.7
16142026-06-21T00:10:26.613Z Compiling dof v0.3.0
16152026-06-21T00:10:26.810Z Compiling snafu v0.8.9
16162026-06-21T00:10:27.361Z Compiling futures v0.3.32
16172026-06-21T00:10:27.419Z Compiling anstream v0.6.21
16182026-06-21T00:10:27.419Z Compiling phf v0.13.1
16192026-06-21T00:10:27.504Z Compiling signal-hook-mio v0.2.5
16202026-06-21T00:10:27.960Z Compiling cookie_store v0.22.1
16212026-06-21T00:10:28.137Z Compiling zstd v0.13.3
16222026-06-21T00:10:28.218Z Compiling bzip2 v0.4.4
16232026-06-21T00:10:28.219Z Compiling hubpack v0.1.2
16242026-06-21T00:10:28.317Z Compiling serde_with_macros v3.17.0
16252026-06-21T00:10:28.453Z Compiling postgres-types v0.2.12
16262026-06-21T00:10:28.719Z Compiling usdt-macro v0.6.0
16272026-06-21T00:10:28.871Z Compiling usdt-attr-macro v0.6.0
16282026-06-21T00:10:28.946Z Compiling globset v0.4.18
16292026-06-21T00:10:29.438Z Compiling dtrace-parser v0.2.0
16302026-06-21T00:10:29.503Z Compiling ed25519 v2.2.3
16312026-06-21T00:10:29.575Z Compiling phf_shared v0.11.3
16322026-06-21T00:10:29.662Z Compiling olpc-cjson v0.1.4
16332026-06-21T00:10:29.753Z Compiling pkcs1 v0.7.5
16342026-06-21T00:10:29.753Z Compiling clap_derive v4.6.1
16352026-06-21T00:10:29.806Z Compiling strum_macros v0.26.4
16362026-06-21T00:10:29.806Z Compiling enum-as-inner v0.6.1
16372026-06-21T00:10:30.054Z Compiling serde-big-array v0.5.1
16382026-06-21T00:10:30.157Z Compiling serde_plain v1.0.2
16392026-06-21T00:10:30.228Z Compiling rfc6979 v0.4.0
16402026-06-21T00:10:30.280Z Compiling pem v3.0.6
16412026-06-21T00:10:30.358Z Compiling serde_repr v0.1.20
16422026-06-21T00:10:30.429Z Compiling async-recursion v1.1.1
16432026-06-21T00:10:30.429Z Compiling float-cmp v0.10.0
16442026-06-21T00:10:30.561Z Compiling thread-id v4.2.2
16452026-06-21T00:10:30.584Z Compiling memmap2 v0.9.10
16462026-06-21T00:10:30.642Z Compiling env_filter v1.0.0
16472026-06-21T00:10:30.784Z Compiling typed-path v0.9.3
16482026-06-21T00:10:30.833Z Compiling difflib v0.4.0
16492026-06-21T00:10:30.901Z Compiling fixedbitset v0.4.2
16502026-06-21T00:10:30.993Z Compiling normalize-line-endings v0.3.0
16512026-06-21T00:10:31.355Z Compiling new_debug_unreachable v1.0.6
16522026-06-21T00:10:31.479Z Compiling predicates-core v1.0.10
16532026-06-21T00:10:31.479Z Compiling fixedbitset v0.5.7
16542026-06-21T00:10:31.479Z Compiling either v1.15.0
16552026-06-21T00:10:31.510Z Compiling static_assertions v1.1.0
16562026-06-21T00:10:31.511Z Compiling data-encoding v2.10.0
16572026-06-21T00:10:31.511Z Compiling whoami v2.1.0
16582026-06-21T00:10:31.511Z Compiling keccak v0.1.6
16592026-06-21T00:10:31.511Z Compiling jiff v0.2.21
16602026-06-21T00:10:31.535Z Compiling precomputed-hash v0.1.1
16612026-06-21T00:10:31.616Z Compiling string_cache v0.8.9
16622026-06-21T00:10:31.807Z Compiling hickory-proto v0.25.2
16632026-06-21T00:10:31.824Z Compiling tokio-postgres v0.7.16
16642026-06-21T00:10:31.975Z Compiling sha3 v0.10.8
16652026-06-21T00:10:32.106Z Compiling strum v0.26.3
16662026-06-21T00:10:32.239Z Compiling itertools v0.13.0
16672026-06-21T00:10:32.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-06-21T00:10:32.504Z Compiling clap v4.6.1
16692026-06-21T00:10:32.569Z Compiling petgraph v0.8.3
16702026-06-21T00:10:32.889Z Compiling predicates v3.1.4
16712026-06-21T00:10:33.504Z Compiling petgraph v0.6.5
16722026-06-21T00:10:33.580Z Compiling toml_edit v0.22.27
16732026-06-21T00:10:34.021Z Compiling zip v4.6.1
16742026-06-21T00:10:34.494Z Compiling env_logger v0.11.9
16752026-06-21T00:10:34.855Z Compiling usdt v0.6.0
16762026-06-21T00:10:34.936Z Compiling usdt-impl v0.5.0
16772026-06-21T00:10:34.999Z Compiling ecdsa v0.16.9
16782026-06-21T00:10:35.120Z Compiling rsa v0.9.10
16792026-06-21T00:10:35.635Z Compiling ed25519-dalek v2.2.0
16802026-06-21T00:10:35.639Z Compiling serde_with v3.17.0
16812026-06-21T00:10:35.741Z Compiling crossterm v0.28.1
16822026-06-21T00:10:35.827Z Compiling zip v0.6.6
16832026-06-21T00:10:36.398Z Compiling toml v0.7.8
16842026-06-21T00:10:36.529Z Compiling iddqd v0.4.2
16852026-06-21T00:10:37.063Z Compiling toml_parser v1.0.9+spec-1.1.0
16862026-06-21T00:10:37.092Z Compiling similar v2.7.0
16872026-06-21T00:10:37.121Z Compiling crossbeam-epoch v0.9.18
16882026-06-21T00:10:37.194Z Compiling tokio-stream v0.1.18
16892026-06-21T00:10:37.458Z Compiling buf-list v1.1.2
16902026-06-21T00:10:37.698Z Compiling x509-cert v0.2.5
16912026-06-21T00:10:37.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-06-21T00:10:37.736Z Compiling openapiv3 v2.2.0
16932026-06-21T00:10:37.782Z Compiling sha1 v0.10.6
16942026-06-21T00:10:37.952Z Compiling peg-runtime v0.8.5
16952026-06-21T00:10:37.981Z Compiling lalrpop-util v0.19.12
16962026-06-21T00:10:37.993Z Compiling thread_local v1.1.9
16972026-06-21T00:10:38.202Z Compiling slog-async v2.8.0
16982026-06-21T00:10:38.235Z Compiling crossbeam-channel v0.5.15
16992026-06-21T00:10:38.249Z Compiling is-terminal v0.4.17
17002026-06-21T00:10:38.345Z Compiling filetime v0.2.27
17012026-06-21T00:10:38.473Z Compiling term v1.2.1
17022026-06-21T00:10:38.492Z Compiling take_mut v0.2.2
17032026-06-21T00:10:38.533Z Compiling xattr v1.6.1
17042026-06-21T00:10:38.687Z Compiling tar v0.4.45
17052026-06-21T00:10:39.060Z Compiling slog-term v2.9.2
17062026-06-21T00:10:48.843Z Compiling rustls-webpki v0.103.9
17072026-06-21T00:10:51.661Z Compiling tokio-rustls v0.26.4
17082026-06-21T00:10:51.661Z Compiling rustls-platform-verifier v0.6.2
17092026-06-21T00:10:51.862Z Compiling hyper-rustls v0.27.7
17102026-06-21T00:10:52.061Z Compiling reqwest v0.12.28
17112026-06-21T00:10:52.076Z Compiling reqwest v0.13.2
17122026-06-21T00:10:53.589Z Compiling tough v0.22.0
17132026-06-21T00:10:55.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17142026-06-21T00:10:56.088Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17152026-06-21T00:10:59.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17162026-06-21T00:10:59.610Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17172026-06-21T00:10:59.626ZJun 21 00:10:57.581 INFO Starting download, target: Clickhouse
17182026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Starting download, target: Console
17192026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Starting download, target: Cockroach
17202026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Starting download, target: DendriteStub
17212026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Starting download, target: MaghemiteDdmd
17222026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Starting download, target: MaghemiteMgd
17232026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Starting download, target: TransceiverControl
17242026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17252026-06-21T00:10:59.626ZJun 21 00:10:57.582 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-06-21T00:10:59.626ZJun 21 00:10:57.583 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17272026-06-21T00:10:59.626ZJun 21 00:10:57.583 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-06-21T00:10:59.626ZJun 21 00:10:57.583 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-21T00:10:59.626ZJun 21 00:10:57.583 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17302026-06-21T00:10:59.626ZJun 21 00:10:57.583 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-06-21T00:11:00.065ZJun 21 00:10:58.485 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-06-21T00:11:00.306ZJun 21 00:10:58.717 INFO Download complete, target: Console
17332026-06-21T00:11:00.927ZJun 21 00:10:59.310 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17342026-06-21T00:11:07.452ZJun 21 00:11:05.892 INFO Checking that binary works, target: Clickhouse
17352026-06-21T00:11:07.540ZJun 21 00:11:05.980 INFO Download complete, target: Clickhouse
17362026-06-21T00:11:20.056ZJun 21 00:11:18.337 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-06-21T00:11:20.243ZJun 21 00:11:18.537 INFO Download complete, target: TransceiverControl
17382026-06-21T00:11:24.716ZJun 21 00:11:23.048 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-06-21T00:11:26.525ZJun 21 00:11:24.931 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-21T00:11:26.844ZJun 21 00:11:25.264 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-21T00:11:26.887ZJun 21 00:11:25.304 INFO Download complete, target: DendriteStub
17422026-06-21T00:11:28.132ZJun 21 00:11:26.565 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-06-21T00:11:28.132ZJun 21 00:11:26.566 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-06-21T00:11:28.369ZJun 21 00:11:26.808 INFO Download complete, target: MaghemiteDdmd
17452026-06-21T00:11:29.297ZJun 21 00:11:27.736 INFO Download complete, target: MaghemiteMgd
17462026-06-21T00:11:32.667ZJun 21 00:11:31.107 INFO Checking that binary works, target: Cockroach
17472026-06-21T00:11:32.777ZJun 21 00:11:31.216 INFO Download complete, target: Cockroach
17482026-06-21T00:11:32.793ZAll builder prerequisites installed successfully, and PATH looks valid
17492026-06-21T00:11:32.798Z
17502026-06-21T00:11:32.799Zreal 2:32.615531570
17512026-06-21T00:11:32.799Zuser 6:52.840795347
17522026-06-21T00:11:32.799Zsys 1:22.508491902
17532026-06-21T00:11:32.799Ztrap 0.207799869
17542026-06-21T00:11:32.799Ztflt 0.641251073
17552026-06-21T00:11:32.799Zdflt 0.472720682
17562026-06-21T00:11:32.799Zkflt 0.022395584
17572026-06-21T00:11:32.799Zlock 28:29.554214390
17582026-06-21T00:11:32.799Zslp 22:10.985575489
17592026-06-21T00:11:32.799Zlat 41.949235441
17602026-06-21T00:11:32.799Zstop 1:52.073898091
17612026-06-21T00:11:32.799Z+ banner clippy
17622026-06-21T00:11:32.799Z
17632026-06-21T00:11:32.799Z #### # # ##### ##### # #
17642026-06-21T00:11:32.799Z # # # # # # # # # #
17652026-06-21T00:11:32.799Z # # # # # # # #
17662026-06-21T00:11:32.799Z # # # ##### ##### #
17672026-06-21T00:11:32.800Z # # # # # # #
17682026-06-21T00:11:32.800Z #### ###### # # # #
17692026-06-21T00:11:32.800Z
17702026-06-21T00:11:32.800Z+ export CARGO_INCREMENTAL=0
17712026-06-21T00:11:32.800Z+ CARGO_INCREMENTAL=0
17722026-06-21T00:11:32.800Z+ ptime -m cargo xtask clippy
17732026-06-21T00:11:33.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17742026-06-21T00:11:33.455Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17752026-06-21T00:11:35.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17762026-06-21T00:11:35.361Z Running `target/debug/xtask clippy`
17772026-06-21T00:11:35.387Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17782026-06-21T00:11:35.943Z Downloading crates ...
17792026-06-21T00:11:36.135Z Downloaded target-triple v1.0.0
17802026-06-21T00:11:36.140Z Downloaded rstest v0.25.0
17812026-06-21T00:11:36.169Z Downloaded textwrap v0.15.2
17822026-06-21T00:11:36.188Z Downloaded linkme v0.3.35
17832026-06-21T00:11:36.188Z Downloaded concurrent-queue v2.5.0
17842026-06-21T00:11:36.188Z Downloaded plotters-svg v0.3.7
17852026-06-21T00:11:36.188Z Downloaded libtest-mimic v0.8.1
17862026-06-21T00:11:36.188Z Downloaded supports-hyperlinks v2.1.0
17872026-06-21T00:11:36.188Z Downloaded async-object-pool v0.2.0
17882026-06-21T00:11:36.188Z Downloaded path-tree v0.8.3
17892026-06-21T00:11:36.188Z Downloaded oorandom v11.1.5
17902026-06-21T00:11:36.188Z Downloaded event-listener v5.4.1
17912026-06-21T00:11:36.188Z Downloaded cfg-expr v0.20.6
17922026-06-21T00:11:36.188Z Downloaded parking v2.2.1
17932026-06-21T00:11:36.202Z Downloaded constant_time_eq v0.3.1
17942026-06-21T00:11:36.202Z Downloaded rand_distr v0.5.1
17952026-06-21T00:11:36.202Z Downloaded escape8259 v0.5.3
17962026-06-21T00:11:36.202Z Downloaded miette-derive v5.10.0
17972026-06-21T00:11:36.202Z Downloaded similar-asserts v1.7.0
17982026-06-21T00:11:36.202Z Downloaded cast v0.3.0
17992026-06-21T00:11:36.202Z Downloaded partial-io v0.5.4
18002026-06-21T00:11:36.236Z Downloaded criterion-plot v0.6.0
18012026-06-21T00:11:36.236Z Downloaded futures-timer v3.0.3
18022026-06-21T00:11:36.236Z Downloaded backtrace-ext v0.2.1
18032026-06-21T00:11:36.236Z Downloaded tokio-test v0.4.5
18042026-06-21T00:11:36.236Z Downloaded linkme-impl v0.3.35
18052026-06-21T00:11:36.236Z Downloaded pathdiff v0.2.3
18062026-06-21T00:11:36.236Z Downloaded guppy-workspace-hack v0.1.0
18072026-06-21T00:11:36.244Z Downloaded supports-unicode v2.1.0
18082026-06-21T00:11:36.244Z Downloaded assert-json-diff v2.0.2
18092026-06-21T00:11:36.244Z Downloaded event-listener-strategy v0.5.4
18102026-06-21T00:11:36.245Z Downloaded plotters-backend v0.3.7
18112026-06-21T00:11:36.245Z Downloaded terminal_size v0.1.17
18122026-06-21T00:11:36.245Z Downloaded nested v0.1.1
18132026-06-21T00:11:36.245Z Downloaded supports-color v2.1.0
18142026-06-21T00:11:36.245Z Downloaded serde_regex v1.1.0
18152026-06-21T00:11:36.245Z Downloaded rustc-demangle v0.1.27
18162026-06-21T00:11:36.245Z Downloaded rust-argon2 v2.1.0
18172026-06-21T00:11:36.245Z Downloaded approx v0.5.1
18182026-06-21T00:11:36.250Z Downloaded target-spec v3.5.7
18192026-06-21T00:11:36.250Z Downloaded assert_cmd v2.1.2
18202026-06-21T00:11:36.250Z Downloaded relative-path v1.9.3
18212026-06-21T00:11:36.293Z Downloaded owo-colors v3.5.0
18222026-06-21T00:11:36.293Z Downloaded target-lexicon v0.13.3
18232026-06-21T00:11:36.293Z Downloaded stringmetrics v2.2.2
18242026-06-21T00:11:36.293Z Downloaded tinytemplate v1.2.1
18252026-06-21T00:11:36.302Z Downloaded knuffel-derive v3.2.0
18262026-06-21T00:11:36.302Z Downloaded hickory-client v0.25.2
18272026-06-21T00:11:36.302Z Downloaded anes v0.1.6
18282026-06-21T00:11:36.302Z Downloaded addr2line v0.25.1
18292026-06-21T00:11:36.302Z Downloaded criterion v0.7.0
18302026-06-21T00:11:36.302Z Downloaded termcolor v1.4.1
18312026-06-21T00:11:36.302Z Downloaded datatest-stable v0.3.3
18322026-06-21T00:11:36.302Z Downloaded httptest v0.16.4
18332026-06-21T00:11:36.302Z Downloaded blake2b_simd v1.0.4
18342026-06-21T00:11:36.302Z Downloaded trybuild v1.0.116
18352026-06-21T00:11:36.302Z Downloaded knuffel v3.2.0
18362026-06-21T00:11:36.302Z Downloaded chumsky v0.9.3
18372026-06-21T00:11:36.302Z Downloaded rstest_macros v0.25.0
18382026-06-21T00:11:36.302Z Downloaded fancy-regex v0.14.0
18392026-06-21T00:11:36.302Z Downloaded async-lock v3.4.2
18402026-06-21T00:11:36.302Z Downloaded backtrace v0.3.76
18412026-06-21T00:11:36.302Z Downloaded miette v5.10.0
18422026-06-21T00:11:36.322Z Downloaded guppy v0.17.25
18432026-06-21T00:11:36.335Z Downloaded plotters v0.3.7
18442026-06-21T00:11:36.335Z Downloaded hashbrown v0.14.5
18452026-06-21T00:11:36.429Z Downloaded gimli v0.32.3
18462026-06-21T00:11:36.442Z Downloaded httpmock v0.8.3
18472026-06-21T00:11:38.124Z Checking cfg-if v1.0.4
18482026-06-21T00:11:38.471Z Checking libc v0.2.185
18492026-06-21T00:11:38.485Z Checking serde_core v1.0.228
18502026-06-21T00:11:38.541Z Checking memchr v2.8.0
18512026-06-21T00:11:38.580Z Checking smallvec v1.15.1
18522026-06-21T00:11:38.618Z Checking itoa v1.0.17
18532026-06-21T00:11:38.657Z Checking log v0.4.29
18542026-06-21T00:11:38.696Z Checking zeroize v1.8.2
18552026-06-21T00:11:38.699Z Checking libm v0.2.16
18562026-06-21T00:11:38.787Z Checking scopeguard v1.2.0
18572026-06-21T00:11:38.824Z Checking stable_deref_trait v1.2.1
18582026-06-21T00:11:38.862Z Checking zmij v1.0.21
18592026-06-21T00:11:38.900Z Checking errno v0.3.14
18602026-06-21T00:11:38.900Z Checking getrandom v0.2.17
18612026-06-21T00:11:38.962Z Checking lock_api v0.4.14
18622026-06-21T00:11:38.962Z Checking zerofrom v0.1.6
18632026-06-21T00:11:39.029Z Checking percent-encoding v2.3.2
18642026-06-21T00:11:39.069Z Checking writeable v0.6.2
18652026-06-21T00:11:39.118Z Checking litemap v0.8.1
18662026-06-21T00:11:39.133Z Checking yoke v0.8.1
18672026-06-21T00:11:39.168Z Checking icu_normalizer_data v2.1.1
18682026-06-21T00:11:39.201Z Checking icu_properties_data v2.1.2
18692026-06-21T00:11:39.244Z Checking subtle v2.6.1
18702026-06-21T00:11:39.327Z Checking form_urlencoded v1.2.2
18712026-06-21T00:11:39.340Z Checking utf8_iter v1.0.4
18722026-06-21T00:11:39.454Z Checking rand_core v0.6.4
18732026-06-21T00:11:39.454Z Checking zerovec v0.11.5
18742026-06-21T00:11:39.474Z Checking zerotrie v0.2.3
18752026-06-21T00:11:39.474Z Checking num-traits v0.2.19
18762026-06-21T00:11:39.474Z Checking pin-project-lite v0.2.17
18772026-06-21T00:11:39.499Z Checking zerocopy v0.8.40
18782026-06-21T00:11:39.536Z Checking rand_core v0.10.0
18792026-06-21T00:11:39.572Z Checking parking_lot_core v0.9.12
18802026-06-21T00:11:39.619Z Checking portable-atomic v1.13.1
18812026-06-21T00:11:39.662Z Checking signal-hook-registry v1.4.8
18822026-06-21T00:11:39.701Z Checking getrandom v0.4.1
18832026-06-21T00:11:39.791Z Checking parking_lot v0.12.5
18842026-06-21T00:11:39.887Z Checking tinystr v0.8.2
18852026-06-21T00:11:39.945Z Checking potential_utf v0.1.4
18862026-06-21T00:11:39.945Z Checking critical-section v1.2.0
18872026-06-21T00:11:39.972Z Checking serde v1.0.228
18882026-06-21T00:11:40.005Z Checking serde_json v1.0.149
18892026-06-21T00:11:40.034Z Checking bitflags v2.11.0
18902026-06-21T00:11:40.037Z Checking icu_collections v2.1.1
18912026-06-21T00:11:40.098Z Checking icu_locale_core v2.1.1
18922026-06-21T00:11:40.141Z Checking once_cell v1.21.3
18932026-06-21T00:11:40.171Z Checking mio v1.2.0
18942026-06-21T00:11:40.229Z Checking typenum v1.19.0
18952026-06-21T00:11:40.340Z Checking socket2 v0.6.3
18962026-06-21T00:11:40.386Z Checking bytes v1.11.1
18972026-06-21T00:11:40.430Z Checking iana-time-zone v0.1.65
18982026-06-21T00:11:40.490Z Checking uuid v1.23.0
18992026-06-21T00:11:40.558Z Checking chrono v0.4.44
19002026-06-21T00:11:40.617Z Checking thiserror v2.0.18
19012026-06-21T00:11:40.695Z Checking icu_provider v2.1.1
19022026-06-21T00:11:40.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19032026-06-21T00:11:40.754Z Checking semver v1.0.28
19042026-06-21T00:11:40.797Z Checking generic-array v0.14.7
19052026-06-21T00:11:40.840Z Checking futures-core v0.3.32
19062026-06-21T00:11:40.886Z Checking tokio v1.52.1
19072026-06-21T00:11:40.946Z Checking icu_properties v2.1.2
19082026-06-21T00:11:40.951Z Checking icu_normalizer v2.1.1
19092026-06-21T00:11:41.012Z Checking dyn-clone v1.0.20
19102026-06-21T00:11:41.088Z Checking const-oid v0.9.6
19112026-06-21T00:11:41.141Z Checking equivalent v1.0.2
19122026-06-21T00:11:41.256Z Checking rustix v1.1.3
19132026-06-21T00:11:41.295Z Checking crypto-common v0.1.7
19142026-06-21T00:11:41.325Z Checking block-buffer v0.10.4
19152026-06-21T00:11:41.431Z Checking futures-sink v0.3.32
19162026-06-21T00:11:41.469Z Checking byteorder v1.5.0
19172026-06-21T00:11:41.502Z Checking futures-task v0.3.32
19182026-06-21T00:11:41.554Z Checking futures-channel v0.3.32
19192026-06-21T00:11:41.654Z Checking slab v0.4.12
19202026-06-21T00:11:41.687Z Checking futures-io v0.3.32
19212026-06-21T00:11:41.768Z Checking cpufeatures v0.2.17
19222026-06-21T00:11:41.802Z Checking digest v0.10.7
19232026-06-21T00:11:41.809Z Checking idna_adapter v1.2.1
19242026-06-21T00:11:41.867Z Checking thiserror v1.0.69
19252026-06-21T00:11:41.873Z Checking futures-util v0.3.32
19262026-06-21T00:11:41.873Z Checking hashbrown v0.17.0
19272026-06-21T00:11:42.014Z Checking idna v1.1.0
19282026-06-21T00:11:42.097Z Checking getrandom v0.3.4
19292026-06-21T00:11:42.109Z Checking fnv v1.0.7
19302026-06-21T00:11:42.109Z Checking regex-syntax v0.8.10
19312026-06-21T00:11:42.160Z Checking http v1.4.0
19322026-06-21T00:11:42.235Z Checking tracing-core v0.1.36
19332026-06-21T00:11:42.257Z Checking url v2.5.8
19342026-06-21T00:11:42.294Z Checking ppv-lite86 v0.2.21
19352026-06-21T00:11:42.392Z Checking indexmap v2.14.0
19362026-06-21T00:11:42.528Z Checking utf8parse v0.2.2
19372026-06-21T00:11:42.606Z Checking base64 v0.22.1
19382026-06-21T00:11:42.654Z Checking tracing v0.1.44
19392026-06-21T00:11:42.706Z Checking schemars v0.8.22
19402026-06-21T00:11:42.746Z Checking anstyle v1.0.14
19412026-06-21T00:11:42.866Z Checking anstyle-query v1.1.5
19422026-06-21T00:11:42.902Z Checking base64ct v1.8.3
19432026-06-21T00:11:42.949Z Checking is_terminal_polyfill v1.70.2
19442026-06-21T00:11:42.984Z Checking colorchoice v1.0.4
19452026-06-21T00:11:42.989Z Checking block-padding v0.3.3
19462026-06-21T00:11:43.073Z Checking ipnet v2.11.0
19472026-06-21T00:11:43.113Z Checking untrusted v0.9.0
19482026-06-21T00:11:43.157Z Checking anstyle-parse v1.0.0
19492026-06-21T00:11:43.198Z Checking inout v0.1.4
19502026-06-21T00:11:43.265Z Checking ring v0.17.14
19512026-06-21T00:11:43.335Z Checking terminal_size v0.4.3
19522026-06-21T00:11:43.370Z Checking cipher v0.4.4
19532026-06-21T00:11:43.378Z Checking aho-corasick v1.1.4
19542026-06-21T00:11:43.399Z Checking crossbeam-utils v0.8.21
19552026-06-21T00:11:43.459Z Checking unicode-ident v1.0.24
19562026-06-21T00:11:43.494Z Checking anstream v1.0.0
19572026-06-21T00:11:43.592Z Checking proc-macro2 v1.0.106
19582026-06-21T00:11:43.628Z Checking clap_lex v1.0.0
19592026-06-21T00:11:43.708Z Checking strsim v0.11.1
19602026-06-21T00:11:43.791Z Checking pem-rfc7468 v0.7.0
19612026-06-21T00:11:43.812Z Checking sha2 v0.10.9
19622026-06-21T00:11:43.846Z Checking rustls-pki-types v1.14.0
19632026-06-21T00:11:43.895Z Checking clap_builder v4.6.0
19642026-06-21T00:11:43.928Z Checking quote v1.0.45
19652026-06-21T00:11:43.968Z Checking httparse v1.10.1
19662026-06-21T00:11:44.145Z Checking tokio-util v0.7.18
19672026-06-21T00:11:44.183Z Checking powerfmt v0.2.0
19682026-06-21T00:11:44.183Z Checking regex-automata v0.4.14
19692026-06-21T00:11:44.207Z Checking rand_core v0.9.5
19702026-06-21T00:11:44.207Z Checking syn v2.0.117
19712026-06-21T00:11:44.242Z Checking hmac v0.12.1
19722026-06-21T00:11:44.281Z Checking num-conv v0.2.0
19732026-06-21T00:11:44.309Z Checking deranged v0.5.8
19742026-06-21T00:11:44.381Z Checking time-core v0.1.8
19752026-06-21T00:11:44.406Z Checking num_threads v0.1.7
19762026-06-21T00:11:44.438Z Checking erased-serde v0.3.31
19772026-06-21T00:11:44.516Z Checking flagset v0.4.7
19782026-06-21T00:11:44.553Z Checking http-body v1.0.1
19792026-06-21T00:11:44.665Z Checking der v0.7.10
19802026-06-21T00:11:44.701Z Checking atomic-waker v1.1.2
19812026-06-21T00:11:44.732Z Checking allocator-api2 v0.2.21
19822026-06-21T00:11:44.820Z Checking rand_chacha v0.9.0
19832026-06-21T00:11:44.856Z Checking slog v2.8.2
19842026-06-21T00:11:45.034Z Checking anyhow v1.0.102
19852026-06-21T00:11:45.067Z Checking try-lock v0.2.5
19862026-06-21T00:11:45.119Z Checking clap v4.6.1
19872026-06-21T00:11:45.227Z Checking httpdate v1.0.3
19882026-06-21T00:11:45.232Z Checking want v0.3.1
19892026-06-21T00:11:45.233Z Checking rand v0.9.2
19902026-06-21T00:11:45.258Z Checking time v0.3.47
19912026-06-21T00:11:45.262Z Checking h2 v0.4.13
19922026-06-21T00:11:45.335Z Checking spin v0.9.8
19932026-06-21T00:11:45.357Z Checking tower-layer v0.3.3
19942026-06-21T00:11:45.425Z Checking tower-service v0.3.3
19952026-06-21T00:11:45.526Z Checking ryu v1.0.23
19962026-06-21T00:11:45.531Z Checking pin-utils v0.1.0
19972026-06-21T00:11:45.592Z Checking ipnetwork v0.21.1
19982026-06-21T00:11:45.659Z Checking socket2 v0.5.10
19992026-06-21T00:11:45.699Z Checking mime v0.3.17
20002026-06-21T00:11:45.726Z Checking fastrand v2.3.0
20012026-06-21T00:11:45.836Z Checking spki v0.7.3
20022026-06-21T00:11:45.894Z Checking pbkdf2 v0.12.2
20032026-06-21T00:11:45.924Z Checking aes v0.8.4
20042026-06-21T00:11:45.957Z Checking http-body-util v0.1.3
20052026-06-21T00:11:45.967Z Checking cbc v0.1.2
20062026-06-21T00:11:46.025Z Checking salsa20 v0.10.2
20072026-06-21T00:11:46.030Z Checking rand_chacha v0.3.1
20082026-06-21T00:11:46.116Z Checking hex v0.4.3
20092026-06-21T00:11:46.185Z Checking aws-lc-sys v0.40.0
20102026-06-21T00:11:46.245Z Checking untrusted v0.7.1
20112026-06-21T00:11:46.328Z Checking simd-adler32 v0.3.8
20122026-06-21T00:11:46.349Z Checking pretty-hex v0.4.1
20132026-06-21T00:11:46.391Z Checking rand v0.8.6
20142026-06-21T00:11:46.397Z Checking scrypt v0.11.0
20152026-06-21T00:11:46.451Z Checking tempfile v3.25.0
20162026-06-21T00:11:46.481Z Checking plain v0.2.3
20172026-06-21T00:11:46.520Z Checking adler2 v2.0.1
20182026-06-21T00:11:46.528Z Checking openssl-probe v0.2.1
20192026-06-21T00:11:46.578Z Checking pkcs5 v0.7.1
20202026-06-21T00:11:46.611Z Checking regex v1.12.3
20212026-06-21T00:11:46.642Z Checking miniz_oxide v0.8.9
20222026-06-21T00:11:46.737Z Checking serde_urlencoded v0.7.1
20232026-06-21T00:11:46.749Z Checking aws-lc-rs v1.16.3
20242026-06-21T00:11:46.749Z Checking encoding_rs v0.8.35
20252026-06-21T00:11:46.846Z Checking ucd-trie v0.1.7
20262026-06-21T00:11:46.918Z Checking pkcs8 v0.10.2
20272026-06-21T00:11:46.963Z Checking camino v1.2.2
20282026-06-21T00:11:46.997Z Checking rustls-native-certs v0.8.3
20292026-06-21T00:11:47.035Z Checking pest v2.8.6
20302026-06-21T00:11:47.079Z Checking oxnet v0.1.6
20312026-06-21T00:11:47.128Z Checking futures-executor v0.3.32
20322026-06-21T00:11:47.158Z Checking sync_wrapper v1.0.2
20332026-06-21T00:11:47.234Z Checking either v1.15.0
20342026-06-21T00:11:47.312Z Checking tower v0.5.3
20352026-06-21T00:11:47.316Z Checking futures v0.3.32
20362026-06-21T00:11:47.362Z Checking webpki-roots v1.0.6
20372026-06-21T00:11:47.416Z Checking crc32fast v1.5.0
20382026-06-21T00:11:47.451Z Checking iri-string v0.7.10
20392026-06-21T00:11:47.512Z Checking static_assertions v1.1.0
20402026-06-21T00:11:47.583Z Checking foldhash v0.2.0
20412026-06-21T00:11:47.630Z Checking lazy_static v1.5.0
20422026-06-21T00:11:47.651Z Checking rustls-webpki v0.103.9
20432026-06-21T00:11:47.695Z Checking openapiv3 v2.2.0
20442026-06-21T00:11:47.761Z Checking signature v2.2.0
20452026-06-21T00:11:47.769Z Checking winnow v0.7.14
20462026-06-21T00:11:47.769Z Checking hashbrown v0.16.1
20472026-06-21T00:11:47.887Z Checking hubpack v0.1.2
20482026-06-21T00:11:48.120Z Checking hyper v1.8.1
20492026-06-21T00:11:48.134Z Checking zlib-rs v0.6.2
20502026-06-21T00:11:48.134Z Checking rustls v0.23.37
20512026-06-21T00:11:48.143Z Checking strum v0.26.3
20522026-06-21T00:11:48.311Z Checking tinyvec_macros v0.1.1
20532026-06-21T00:11:48.323Z Checking psl-types v2.0.11
20542026-06-21T00:11:48.371Z Checking tinyvec v1.10.0
20552026-06-21T00:11:48.451Z Checking publicsuffix v2.3.0
20562026-06-21T00:11:48.486Z Checking tower-http v0.6.8
20572026-06-21T00:11:48.645Z Checking cookie v0.18.1
20582026-06-21T00:11:48.701Z Checking sha1 v0.10.6
20592026-06-21T00:11:48.786Z Checking num-integer v0.1.46
20602026-06-21T00:11:48.890Z Checking scroll v0.13.0
20612026-06-21T00:11:48.894Z Checking data-encoding v2.10.0
20622026-06-21T00:11:48.956Z Checking hyper-util v0.1.20
20632026-06-21T00:11:48.961Z Checking cookie_store v0.22.1
20642026-06-21T00:11:49.021Z Checking flate2 v1.1.9
20652026-06-21T00:11:49.125Z Checking serde_spanned v0.6.9
20662026-06-21T00:11:49.213Z Checking toml_datetime v0.6.11
20672026-06-21T00:11:49.227Z Checking goblin v0.10.5
20682026-06-21T00:11:49.227Z Checking memmap2 v0.9.10
20692026-06-21T00:11:49.244Z Checking bit-vec v0.8.0
20702026-06-21T00:11:49.291Z Checking base16ct v0.2.0
20712026-06-21T00:11:49.333Z Checking dtrace-parser v0.3.0
20722026-06-21T00:11:49.365Z Checking ff v0.13.1
20732026-06-21T00:11:49.398Z Checking wait-timeout v0.2.1
20742026-06-21T00:11:49.437Z Checking sec1 v0.7.3
20752026-06-21T00:11:49.471Z Checking bit-set v0.8.0
20762026-06-21T00:11:49.516Z Checking thread-id v5.1.0
20772026-06-21T00:11:49.549Z Checking group v0.13.0
20782026-06-21T00:11:49.587Z Checking num-iter v0.1.45
20792026-06-21T00:11:49.620Z Checking bstr v1.12.1
20802026-06-21T00:11:49.654Z Checking hkdf v0.12.4
20812026-06-21T00:11:49.689Z Checking crossbeam-epoch v0.9.18
20822026-06-21T00:11:49.720Z Checking anstyle-parse v0.2.7
20832026-06-21T00:11:49.724Z Checking ahash v0.8.12
20842026-06-21T00:11:49.810Z Checking crypto-bigint v0.5.5
20852026-06-21T00:11:49.901Z Checking quick-error v1.2.3
20862026-06-21T00:11:49.932Z Checking anstream v0.6.21
20872026-06-21T00:11:49.968Z Checking rand_xorshift v0.4.0
20882026-06-21T00:11:50.023Z Checking rusty-fork v0.3.1
20892026-06-21T00:11:50.081Z Checking scroll v0.12.0
20902026-06-21T00:11:50.111Z Checking unarray v0.1.4
20912026-06-21T00:11:50.155Z Checking num-bigint-dig v0.8.6
20922026-06-21T00:11:50.217Z Checking pkcs1 v0.7.5
20932026-06-21T00:11:50.221Z Checking x509-cert v0.2.5
20942026-06-21T00:11:50.281Z Checking proptest v1.10.0
20952026-06-21T00:11:50.313Z Checking goblin v0.8.2
20962026-06-21T00:11:50.701Z Checking zerocopy v0.7.35
20972026-06-21T00:11:50.707Z Checking tokio-rustls v0.26.4
20982026-06-21T00:11:50.742Z Checking rustls-platform-verifier v0.6.2
20992026-06-21T00:11:50.769Z Checking hyper-rustls v0.27.7
21002026-06-21T00:11:50.905Z Checking elliptic-curve v0.13.8
21012026-06-21T00:11:50.951Z Checking unicode-segmentation v1.12.0
21022026-06-21T00:11:50.975Z Checking foreign-types-shared v0.1.1
21032026-06-21T00:11:51.765Z Checking rsa v0.9.10
21042026-06-21T00:11:51.899Z Checking reqwest v0.13.2
21052026-06-21T00:11:51.899Z Checking foreign-types v0.3.2
21062026-06-21T00:11:51.899Z Checking dtrace-parser v0.2.0
21072026-06-21T00:11:51.899Z Checking rfc6979 v0.4.0
21082026-06-21T00:11:51.899Z Checking memoffset v0.9.1
21092026-06-21T00:11:51.899Z Checking openssl-sys v0.9.115
21102026-06-21T00:11:51.899Z Checking thread-id v4.2.2
21112026-06-21T00:11:51.900Z Checking ecdsa v0.16.9
21122026-06-21T00:11:51.900Z Checking dof v0.4.0
21132026-06-21T00:11:51.900Z Checking curve25519-dalek v4.1.3
21142026-06-21T00:11:51.900Z Checking rustix v0.38.44
21152026-06-21T00:11:52.078Z Checking env_filter v1.0.0
21162026-06-21T00:11:52.078Z Checking openssl v0.10.79
21172026-06-21T00:11:52.079Z Checking same-file v1.0.6
21182026-06-21T00:11:52.108Z Checking keccak v0.1.6
21192026-06-21T00:11:52.108Z Checking toml_write v0.1.2
21202026-06-21T00:11:52.108Z Checking newtype-uuid v1.3.2
21212026-06-21T00:11:52.140Z Checking usdt-impl v0.6.0
21222026-06-21T00:11:52.227Z Checking sha3 v0.10.8
21232026-06-21T00:11:52.275Z Checking dof v0.3.0
21242026-06-21T00:11:52.296Z Checking toml_edit v0.22.27
21252026-06-21T00:11:52.330Z Checking daft v0.1.7
21262026-06-21T00:11:52.795Z Checking walkdir v2.5.0
21272026-06-21T00:11:52.891Z Checking env_logger v0.11.9
21282026-06-21T00:11:52.891Z Checking ed25519 v2.2.3
21292026-06-21T00:11:52.891Z Checking usdt v0.6.0
21302026-06-21T00:11:52.891Z Checking itertools v0.13.0
21312026-06-21T00:11:52.903Z Checking usdt-impl v0.5.0
21322026-06-21T00:11:52.903Z Checking serde_with v3.17.0
21332026-06-21T00:11:52.903Z Checking bitflags v1.3.2
21342026-06-21T00:11:52.903Z Checking siphasher v1.0.2
21352026-06-21T00:11:52.903Z Checking ed25519-dalek v2.2.0
21362026-06-21T00:11:52.903Z Checking nix v0.31.2
21372026-06-21T00:11:53.039Z Checking toml_parser v1.0.9+spec-1.1.0
21382026-06-21T00:11:53.039Z Checking unicode-normalization v0.1.25
21392026-06-21T00:11:53.131Z Checking signal-hook v0.3.18
21402026-06-21T00:11:53.177Z Checking winnow v0.5.40
21412026-06-21T00:11:53.200Z Checking managed v0.8.0
21422026-06-21T00:11:53.284Z Checking bzip2-sys v0.1.13+1.0.8
21432026-06-21T00:11:53.396Z Checking object v0.37.3
21442026-06-21T00:11:53.460Z Checking foldhash v0.1.5
21452026-06-21T00:11:53.460Z Checking bzip2 v0.4.4
21462026-06-21T00:11:53.564Z Checking hashbrown v0.15.5
21472026-06-21T00:11:53.594Z Checking signal-hook-mio v0.2.5
21482026-06-21T00:11:53.626Z Checking globset v0.4.18
21492026-06-21T00:11:53.720Z Checking ref-cast v1.0.25
21502026-06-21T00:11:53.792Z Checking zstd-sys v2.0.16+zstd.1.5.7
21512026-06-21T00:11:53.838Z Checking native-tls v0.2.18
21522026-06-21T00:11:53.883Z Checking zip v0.6.6
21532026-06-21T00:11:53.903Z Checking pin-project v1.1.11
21542026-06-21T00:11:53.956Z Checking zstd-safe v7.2.4
21552026-06-21T00:11:54.025Z Checking libbz2-rs-sys v0.2.2
21562026-06-21T00:11:54.040Z Checking bumpalo v3.20.2
21572026-06-21T00:11:54.084Z Checking crossterm v0.28.1
21582026-06-21T00:11:54.095Z Checking tokio-native-tls v0.3.1
21592026-06-21T00:11:54.147Z Checking zstd v0.13.3
21602026-06-21T00:11:54.202Z Checking similar v2.7.0
21612026-06-21T00:11:54.319Z Checking zopfli v0.8.3
21622026-06-21T00:11:54.352Z Checking toml_edit v0.19.15
21632026-06-21T00:11:54.352Z Checking hyper-tls v0.6.0
21642026-06-21T00:11:54.371Z Checking tokio-stream v0.1.18
21652026-06-21T00:11:54.524Z Checking bzip2 v0.6.1
21662026-06-21T00:11:54.583Z Checking reqwest v0.12.28
21672026-06-21T00:11:54.606Z Checking fs-err v3.3.0
21682026-06-21T00:11:54.638Z Checking pem v3.0.6
21692026-06-21T00:11:54.648Z Checking hash32 v0.2.1
21702026-06-21T00:11:54.777Z Checking serde-big-array v0.5.1
21712026-06-21T00:11:54.809Z Checking jiff v0.2.21
21722026-06-21T00:11:54.842Z Checking unicode-properties v0.1.4
21732026-06-21T00:11:54.856Z Checking unicode-bidi v0.3.18
21742026-06-21T00:11:54.918Z Checking predicates-core v1.0.10
21752026-06-21T00:11:54.953Z Checking heapless v0.7.17
21762026-06-21T00:11:55.073Z Checking snafu v0.8.9
21772026-06-21T00:11:55.118Z Checking olpc-cjson v0.1.4
21782026-06-21T00:11:55.192Z Checking stringprep v0.1.5
21792026-06-21T00:11:55.265Z Checking hickory-proto v0.25.2
21802026-06-21T00:11:55.317Z Checking md-5 v0.10.6
21812026-06-21T00:11:55.363Z Checking serde_plain v1.0.2
21822026-06-21T00:11:55.392Z Checking toml v0.7.8
21832026-06-21T00:11:55.439Z Checking float-cmp v0.10.0
21842026-06-21T00:11:55.480Z Checking typed-path v0.9.3
21852026-06-21T00:11:55.575Z Checking difflib v0.4.0
21862026-06-21T00:11:55.623Z Checking fallible-iterator v0.2.0
21872026-06-21T00:11:55.657Z Checking normalize-line-endings v0.3.0
21882026-06-21T00:11:55.679Z Checking smoltcp v0.9.1
21892026-06-21T00:11:55.705Z Checking iddqd v0.4.2
21902026-06-21T00:11:55.713Z Checking predicates v3.1.4
21912026-06-21T00:11:55.768Z Checking phf_shared v0.11.3
21922026-06-21T00:11:55.833Z Checking postgres-protocol v0.6.10
21932026-06-21T00:11:55.937Z Checking phf_shared v0.13.1
21942026-06-21T00:11:56.101Z Checking buf-list v1.1.2
21952026-06-21T00:12:00.403Z Checking strum v0.27.2
21962026-06-21T00:12:00.403Z Checking lalrpop-util v0.19.12
21972026-06-21T00:12:00.403Z Checking precomputed-hash v0.1.1
21982026-06-21T00:12:00.403Z Checking tough v0.22.0
21992026-06-21T00:12:00.403Z Checking fixedbitset v0.5.7
22002026-06-21T00:12:00.403Z Checking new_debug_unreachable v1.0.6
22012026-06-21T00:12:00.403Z Checking fixedbitset v0.4.2
22022026-06-21T00:12:00.403Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22032026-06-21T00:12:00.406Z Checking string_cache v0.8.9
22042026-06-21T00:12:00.406Z Checking petgraph v0.6.5
22052026-06-21T00:12:00.406Z Checking petgraph v0.8.3
22062026-06-21T00:12:00.406Z Checking postgres-types v0.2.12
22072026-06-21T00:12:00.406Z Checking phf v0.13.1
22082026-06-21T00:12:00.406Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-06-21T00:12:00.407Z Checking peg-runtime v0.8.5
22102026-06-21T00:12:00.407Z Checking zip v4.6.1
22112026-06-21T00:12:00.407Z Checking whoami v2.1.0
22122026-06-21T00:12:00.407Z Checking is-terminal v0.4.17
22132026-06-21T00:12:00.407Z Checking tokio-postgres v0.7.16
22142026-06-21T00:12:00.407Z Checking crossbeam-channel v0.5.15
22152026-06-21T00:12:00.407Z Checking thread_local v1.1.9
22162026-06-21T00:12:00.407Z Compiling structmeta-derive v0.3.0
22172026-06-21T00:12:00.407Z Checking term v1.2.1
22182026-06-21T00:12:00.407Z Checking take_mut v0.2.2
22192026-06-21T00:12:00.407Z Checking slog-async v2.8.0
22202026-06-21T00:12:00.407Z Compiling newtype-uuid-macros v0.1.0
22212026-06-21T00:12:00.407Z Checking slog-term v2.9.2
22222026-06-21T00:12:00.407Z Compiling rustls v0.22.4
22232026-06-21T00:12:00.407Z Compiling multer v3.1.0
22242026-06-21T00:12:00.407Z Compiling async-stream-impl v0.3.6
22252026-06-21T00:12:00.407Z Checking match_cfg v0.1.0
22262026-06-21T00:12:00.407Z Checking slog-json v2.6.1
22272026-06-21T00:12:00.408Z Checking hostname v0.3.1
22282026-06-21T00:12:00.408Z Compiling dropshot v0.17.0
22292026-06-21T00:12:00.408Z Compiling dropshot_endpoint v0.17.0
22302026-06-21T00:12:00.408Z Checking slog-bunyan v2.5.0
22312026-06-21T00:12:00.408Z Checking debug-ignore v1.0.5
22322026-06-21T00:12:00.408Z Checking progenitor-client v0.14.0
22332026-06-21T00:12:00.409Z Checking rustls-webpki v0.102.8
22342026-06-21T00:12:00.409Z Checking toml_datetime v1.0.0+spec-1.1.0
22352026-06-21T00:12:00.409Z Compiling structmeta v0.3.0
22362026-06-21T00:12:00.409Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-06-21T00:12:00.409Z Checking serde_path_to_error v0.1.20
22382026-06-21T00:12:00.409Z Checking serde_spanned v1.0.4
22392026-06-21T00:12:00.409Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402026-06-21T00:12:00.409Z Checking toml_writer v1.0.6+spec-1.1.0
22412026-06-21T00:12:00.409Z Checking compression-core v0.4.31
22422026-06-21T00:12:00.410Z Compiling derive-ex v0.1.8
22432026-06-21T00:12:00.410Z Checking async-stream v0.3.6
22442026-06-21T00:12:00.410Z Checking toml v1.0.6+spec-1.1.0
22452026-06-21T00:12:00.410Z Checking compression-codecs v0.4.37
22462026-06-21T00:12:00.410Z Checking waitgroup v0.1.2
22472026-06-21T00:12:00.410Z Checking rustls-pemfile v2.2.0
22482026-06-21T00:12:00.410Z Checking async-compression v0.4.41
22492026-06-21T00:12:00.410Z Checking hostname v0.4.2
22502026-06-21T00:12:00.410Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22512026-06-21T00:12:00.413Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22522026-06-21T00:12:00.414Z Checking atomicwrites v0.4.4
22532026-06-21T00:12:00.414Z Compiling parse-display-derive v0.10.0
22542026-06-21T00:12:00.414Z Checking itertools v0.14.0
22552026-06-21T00:12:00.414Z Checking macaddr v1.0.1
22562026-06-21T00:12:00.414Z Checking regress v0.10.5
22572026-06-21T00:12:00.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22582026-06-21T00:12:00.414Z Checking instant v0.1.13
22592026-06-21T00:12:00.414Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22602026-06-21T00:12:01.011Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22612026-06-21T00:12:01.011Z Checking backoff v0.4.0
22622026-06-21T00:12:01.011Z Checking backon v1.6.0
22632026-06-21T00:12:01.149Z Checking humantime v2.3.0
22642026-06-21T00:12:01.150Z Checking progenitor-extras v0.2.0
22652026-06-21T00:12:01.150Z Checking tokio-rustls v0.25.0
22662026-06-21T00:12:01.150Z Checking unicode-width v0.2.0
22672026-06-21T00:12:01.150Z Compiling convert_case v0.4.0
22682026-06-21T00:12:01.150Z Checking heck v0.5.0
22692026-06-21T00:12:01.150Z Compiling test-strategy v0.4.5
22702026-06-21T00:12:01.150Z Checking half v2.7.1
22712026-06-21T00:12:01.220Z Checking ciborium-io v0.2.2
22722026-06-21T00:12:01.220Z Checking secrecy v0.10.3
22732026-06-21T00:12:01.248Z Compiling regress v0.11.1
22742026-06-21T00:12:01.267Z Checking indent_write v2.2.0
22752026-06-21T00:12:01.281Z Compiling derive_more v0.99.20
22762026-06-21T00:12:01.285Z Checking ciborium-ll v0.2.2
22772026-06-21T00:12:01.348Z Checking universal-hash v0.5.1
22782026-06-21T00:12:01.407Z Checking opaque-debug v0.3.1
22792026-06-21T00:12:01.454Z Checking parse-display v0.10.0
22802026-06-21T00:12:01.530Z Checking camino-tempfile v1.4.1
22812026-06-21T00:12:01.533Z Checking ciborium v0.2.2
22822026-06-21T00:12:01.624Z Compiling crucible-workspace-hack v0.1.0
22832026-06-21T00:12:01.714Z Checking aead v0.5.2
22842026-06-21T00:12:01.869Z Compiling unsafe-libyaml v0.2.11
22852026-06-21T00:12:01.995Z Checking poly1305 v0.8.0
22862026-06-21T00:12:02.028Z Checking chacha20 v0.9.1
22872026-06-21T00:12:02.246Z Compiling thiserror-impl-no-std v2.0.2
22882026-06-21T00:12:02.280Z Checking swrite v0.1.0
22892026-06-21T00:12:02.394Z Checking password-hash v0.5.0
22902026-06-21T00:12:02.449Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22912026-06-21T00:12:02.648Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22922026-06-21T00:12:02.682Z Compiling serde_yaml v0.9.34+deprecated
22932026-06-21T00:12:02.860Z Compiling typify-impl v0.6.2
22942026-06-21T00:12:02.896Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22952026-06-21T00:12:02.994Z Checking blake2 v0.10.6
22962026-06-21T00:12:03.281Z Checking argon2 v0.5.3
22972026-06-21T00:12:03.467Z Checking thiserror-no-std v2.0.2
22982026-06-21T00:12:03.580Z Checking vsss-rs v3.3.4
22992026-06-21T00:12:03.653Z Checking chacha20poly1305 v0.10.1
23002026-06-21T00:12:03.815Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23012026-06-21T00:12:03.852Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23022026-06-21T00:12:04.161Z Checking byte-wrapper v0.1.0
23032026-06-21T00:12:04.193Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-21T00:12:04.198Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23052026-06-21T00:12:04.257Z Checking crossbeam-deque v0.8.6
23062026-06-21T00:12:04.391Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23072026-06-21T00:12:04.426Z Compiling rayon-core v1.13.0
23082026-06-21T00:12:04.457Z Compiling toml_datetime v0.7.5+spec-1.1.0
23092026-06-21T00:12:04.461Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-21T00:12:04.708Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23112026-06-21T00:12:04.740Z Compiling toml_edit v0.23.10+spec-1.0.0
23122026-06-21T00:12:05.022Z Compiling proc-macro-error v1.0.4
23132026-06-21T00:12:05.131Z Checking rayon v1.11.0
23142026-06-21T00:12:05.361Z Compiling proc-macro-crate v3.4.0
23152026-06-21T00:12:05.773Z Checking toml v0.8.23
23162026-06-21T00:12:05.823Z Checking tabwriter v1.4.1
23172026-06-21T00:12:05.938Z Checking glob v0.3.3
23182026-06-21T00:12:05.972Z Compiling num_enum_derive v0.7.6
23192026-06-21T00:12:06.004Z Checking colored v3.1.1
23202026-06-21T00:12:06.009Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23212026-06-21T00:12:06.131Z Compiling heapless v0.8.0
23222026-06-21T00:12:06.165Z Compiling ingot-macros v0.1.1
23232026-06-21T00:12:06.169Z Checking hash32 v0.3.1
23242026-06-21T00:12:06.229Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-21T00:12:06.348Z Compiling smoltcp v0.11.0
23262026-06-21T00:12:06.477Z Checking unicode-width v0.1.14
23272026-06-21T00:12:06.708Z Checking cobs v0.3.0
23282026-06-21T00:12:06.771Z Compiling usdt-attr-macro v0.5.0
23292026-06-21T00:12:06.811Z Compiling usdt-macro v0.5.0
23302026-06-21T00:12:06.878Z Checking memmap v0.7.0
23312026-06-21T00:12:06.917Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23322026-06-21T00:12:07.039Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-06-21T00:12:07.042Z Checking num_enum v0.7.6
23342026-06-21T00:12:07.215Z Checking postcard v1.1.3
23352026-06-21T00:12:07.297Z Compiling proc-macro-crate v1.3.1
23362026-06-21T00:12:07.444Z Compiling typify-macro v0.6.2
23372026-06-21T00:12:07.536Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23382026-06-21T00:12:07.568Z Checking sigpipe v0.1.3
23392026-06-21T00:12:07.572Z Checking usdt v0.5.0
23402026-06-21T00:12:07.673Z Compiling foreign-types-macros v0.2.3
23412026-06-21T00:12:07.735Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23422026-06-21T00:12:07.771Z Checking foreign-types-shared v0.3.1
23432026-06-21T00:12:07.804Z Checking cpufeatures v0.3.0
23442026-06-21T00:12:07.890Z Compiling num_enum_derive v0.5.11
23452026-06-21T00:12:07.918Z Checking chacha20 v0.10.0
23462026-06-21T00:12:08.158Z Checking cstr-argument v0.1.2
23472026-06-21T00:12:08.286Z Checking foreign-types v0.5.0
23482026-06-21T00:12:08.318Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23492026-06-21T00:12:08.321Z Compiling num-derive v0.4.2
23502026-06-21T00:12:08.378Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23512026-06-21T00:12:08.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23522026-06-21T00:12:08.658Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23532026-06-21T00:12:08.763Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-21T00:12:08.843Z Checking rand v0.10.0
23552026-06-21T00:12:08.874Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23562026-06-21T00:12:08.905Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-06-21T00:12:08.935Z Checking num_enum v0.5.11
23582026-06-21T00:12:09.024Z Checking ingot-types v0.1.2
23592026-06-21T00:12:09.059Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23602026-06-21T00:12:09.090Z Checking itertools v0.12.1
23612026-06-21T00:12:09.123Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23622026-06-21T00:12:09.201Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23632026-06-21T00:12:09.234Z Compiling typify v0.6.2
23642026-06-21T00:12:09.367Z Compiling progenitor-impl v0.14.0
23652026-06-21T00:12:09.399Z Compiling zone_cfg_derive v0.3.1
23662026-06-21T00:12:09.460Z Checking ingot v0.1.1
23672026-06-21T00:12:09.518Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23682026-06-21T00:12:09.714Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23692026-06-21T00:12:09.979Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23702026-06-21T00:12:10.118Z Checking zone v0.3.1
23712026-06-21T00:12:10.282Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23722026-06-21T00:12:10.297Z Checking smf v0.2.3
23732026-06-21T00:12:10.297Z Checking whoami v1.6.1
23742026-06-21T00:12:10.408Z Checking tokio-dtrace v0.1.1
23752026-06-21T00:12:10.411Z Compiling derive-where v1.6.0
23762026-06-21T00:12:10.461Z Checking console v0.15.11
23772026-06-21T00:12:10.464Z Checking newline-converter v0.3.0
23782026-06-21T00:12:10.523Z Checking bytecount v0.6.9
23792026-06-21T00:12:10.632Z Compiling owo-colors v4.3.0
23802026-06-21T00:12:10.695Z Checking oxide-tokio-rt v0.1.4
23812026-06-21T00:12:10.726Z Compiling cancel-safe-futures v0.1.5
23822026-06-21T00:12:10.858Z Checking expectorate v1.2.0
23832026-06-21T00:12:10.901Z Checking libsw-core v0.3.2
23842026-06-21T00:12:11.037Z Checking num-rational v0.4.2
23852026-06-21T00:12:11.096Z Checking libsw v3.5.0
23862026-06-21T00:12:11.170Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23872026-06-21T00:12:11.268Z Checking num-complex v0.4.6
23882026-06-21T00:12:11.371Z Checking linear-map v1.2.0
23892026-06-21T00:12:11.516Z Checking float-ord v0.3.2
23902026-06-21T00:12:11.573Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23912026-06-21T00:12:11.641Z Checking num v0.4.3
23922026-06-21T00:12:11.673Z Checking gethostname v0.5.0
23932026-06-21T00:12:11.724Z Compiling prettyplease v0.2.37
23942026-06-21T00:12:11.759Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
23952026-06-21T00:12:11.789Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
23962026-06-21T00:12:11.818Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23972026-06-21T00:12:11.992Z Checking resolv-conf v0.7.6
23982026-06-21T00:12:12.064Z Compiling progenitor-macro v0.14.0
23992026-06-21T00:12:12.154Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24002026-06-21T00:12:12.198Z Checking unicode-linebreak v0.1.5
24012026-06-21T00:12:12.377Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24022026-06-21T00:12:12.437Z Checking smawk v0.3.2
24032026-06-21T00:12:12.604Z Checking papergrid v0.11.0
24042026-06-21T00:12:13.214Z Compiling tabled_derive v0.7.0
24052026-06-21T00:12:13.300Z Compiling convert_case v0.10.0
24062026-06-21T00:12:13.385Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24072026-06-21T00:12:13.427Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-21T00:12:13.581Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24092026-06-21T00:12:13.615Z Compiling slog-dtrace v0.3.0
24102026-06-21T00:12:13.651Z Compiling derive_more-impl v2.1.1
24112026-06-21T00:12:13.892Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24122026-06-21T00:12:13.954Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24132026-06-21T00:12:14.209Z Checking tabled v0.15.0
24142026-06-21T00:12:14.483Z Checking derive_more v2.1.1
24152026-06-21T00:12:14.592Z Checking crossterm v0.29.0
24162026-06-21T00:12:14.940Z Checking linked-hash-map v0.5.6
24172026-06-21T00:12:15.134Z Checking lru-cache v0.1.2
24182026-06-21T00:12:15.497Z Checking hickory-proto v0.24.4
24192026-06-21T00:12:15.555Z Checking fd-lock v4.0.4
24202026-06-21T00:12:15.631Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24212026-06-21T00:12:16.399Z Checking vte v0.14.1
24222026-06-21T00:12:16.498Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24232026-06-21T00:12:16.715Z Checking display-error-chain v0.2.2
24242026-06-21T00:12:16.894Z Checking strip-ansi-escapes v0.2.1
24252026-06-21T00:12:17.060Z Checking progenitor v0.14.0
24262026-06-21T00:12:17.240Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24272026-06-21T00:12:17.295Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24282026-06-21T00:12:18.207Z Checking termtree v0.5.1
24292026-06-21T00:12:18.369Z Checking nu-ansi-term v0.50.3
24302026-06-21T00:12:18.569Z Checking hickory-resolver v0.24.4
24312026-06-21T00:12:18.604Z Checking reedline v0.40.0
24322026-06-21T00:12:18.637Z Checking textwrap v0.16.2
24332026-06-21T00:12:18.683Z Compiling minimal-lexical v0.2.1
24342026-06-21T00:12:18.864Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24352026-06-21T00:12:18.894Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24362026-06-21T00:12:18.958Z Compiling nom v7.1.3
24372026-06-21T00:12:19.329Z Checking qorb v0.4.1
24382026-06-21T00:12:19.362Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392026-06-21T00:12:19.565Z Compiling ar_archive_writer v0.5.1
24402026-06-21T00:12:19.970Z Checking csv-core v0.1.13
24412026-06-21T00:12:20.121Z Compiling stacker v0.1.23
24422026-06-21T00:12:20.182Z Checking csv v1.4.0
24432026-06-21T00:12:20.311Z Checking highway v1.3.0
24442026-06-21T00:12:20.408Z Compiling semver v0.1.20
24452026-06-21T00:12:20.540Z Compiling psm v0.1.30
24462026-06-21T00:12:20.576Z Compiling cfg_aliases v0.1.1
24472026-06-21T00:12:20.665Z Checking nibble_vec v0.1.0
24482026-06-21T00:12:20.706Z Compiling rustc_version v0.1.7
24492026-06-21T00:12:20.728Z Compiling nix v0.28.0
24502026-06-21T00:12:20.758Z Checking endian-type v0.1.2
24512026-06-21T00:12:20.810Z Checking home v0.5.12
24522026-06-21T00:12:20.902Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24532026-06-21T00:12:20.936Z Checking radix_trie v0.2.1
24542026-06-21T00:12:20.968Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24552026-06-21T00:12:20.971Z Compiling newtype_derive v0.1.6
24562026-06-21T00:12:21.169Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24572026-06-21T00:12:21.174Z Checking phf_shared v0.12.1
24582026-06-21T00:12:21.234Z Compiling recursive-proc-macro-impl v0.1.1
24592026-06-21T00:12:21.372Z Compiling chrono-tz v0.10.4
24602026-06-21T00:12:21.409Z Checking phf v0.12.1
24612026-06-21T00:12:21.610Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24622026-06-21T00:12:21.663Z Compiling const_format_proc_macros v0.2.34
24632026-06-21T00:12:21.682Z Checking recursive v0.1.1
24642026-06-21T00:12:21.713Z Compiling peg-macros v0.8.5
24652026-06-21T00:12:21.801Z Checking nom v8.0.0
24662026-06-21T00:12:21.848Z Checking winnow v0.6.26
24672026-06-21T00:12:22.131Z Compiling sqlparser_derive v0.5.0
24682026-06-21T00:12:22.485Z Checking unicode_categories v0.1.1
24692026-06-21T00:12:22.489Z Checking rustyline v14.0.0
24702026-06-21T00:12:22.669Z Checking const_format v0.2.35
24712026-06-21T00:12:22.913Z Checking sqlparser v0.61.0
24722026-06-21T00:12:23.030Z Checking sqlformat v0.3.5
24732026-06-21T00:12:23.091Z Checking peg v0.8.5
24742026-06-21T00:12:23.230Z Checking bcs v0.1.6
24752026-06-21T00:12:23.289Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24762026-06-21T00:12:23.385Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24772026-06-21T00:12:23.463Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24782026-06-21T00:12:23.497Z Checking steno v0.4.1
24792026-06-21T00:12:23.595Z Checking filetime v0.2.27
24802026-06-21T00:12:23.696Z Checking xattr v1.6.1
24812026-06-21T00:12:23.733Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-21T00:12:23.765Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24832026-06-21T00:12:23.853Z Checking tar v0.4.45
24842026-06-21T00:12:23.963Z Checking subprocess v0.2.15
24852026-06-21T00:12:24.288Z Checking base64 v0.21.7
24862026-06-21T00:12:24.433Z Checking headers-core v0.3.0
24872026-06-21T00:12:24.519Z Checking yasna v0.5.2
24882026-06-21T00:12:24.558Z Checking dropshot-api-manager-types v0.7.2
24892026-06-21T00:12:24.586Z Checking headers v0.4.1
24902026-06-21T00:12:24.763Z Checking tagptr v0.2.0
24912026-06-21T00:12:24.923Z Checking moka v0.12.13
24922026-06-21T00:12:24.957Z Checking rcgen v0.12.1
24932026-06-21T00:12:25.089Z Checking utf-8 v0.7.6
24942026-06-21T00:12:25.229Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
24952026-06-21T00:12:25.296Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
24962026-06-21T00:12:25.411Z Checking tungstenite v0.21.0
24972026-06-21T00:12:25.602Z Checking hickory-resolver v0.25.2
24982026-06-21T00:12:25.785Z Compiling libefi-sys v0.1.0
24992026-06-21T00:12:25.893Z Compiling bitfield-struct v0.6.2
25002026-06-21T00:12:25.908Z Checking tokio-tungstenite v0.21.0
25012026-06-21T00:12:26.035Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25022026-06-21T00:12:26.209Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25032026-06-21T00:12:26.336Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25042026-06-21T00:12:26.623Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-06-21T00:12:26.897Z Compiling radium v0.7.0
25062026-06-21T00:12:27.050Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-21T00:12:27.160Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-21T00:12:27.234Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-06-21T00:12:27.410Z Checking tap v1.0.1
25102026-06-21T00:12:27.439Z Compiling maybe-uninit v2.0.0
25112026-06-21T00:12:27.505Z Compiling zerocopy-derive v0.6.6
25122026-06-21T00:12:27.538Z Checking wyz v0.5.1
25132026-06-21T00:12:27.668Z Checking funty v2.0.0
25142026-06-21T00:12:27.770Z Checking crc-catalog v2.4.0
25152026-06-21T00:12:27.796Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25162026-06-21T00:12:27.842Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25172026-06-21T00:12:27.885Z Compiling packed_struct v0.10.1
25182026-06-21T00:12:27.956Z Checking crc v3.4.0
25192026-06-21T00:12:27.981Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25202026-06-21T00:12:28.011Z Checking bitvec v1.0.1
25212026-06-21T00:12:28.100Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-06-21T00:12:28.220Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25232026-06-21T00:12:28.250Z Compiling packed_struct_codegen v0.10.1
25242026-06-21T00:12:28.353Z Checking zerocopy v0.6.6
25252026-06-21T00:12:28.672Z Compiling bitfield-macros v0.19.4
25262026-06-21T00:12:29.226Z Compiling indexmap v1.9.3
25272026-06-21T00:12:29.324Z Checking nodrop v0.1.14
25282026-06-21T00:12:29.404Z Checking bitfield v0.19.4
25292026-06-21T00:12:29.436Z Checking array-init v0.0.4
25302026-06-21T00:12:29.504Z Checking smallvec v0.6.14
25312026-06-21T00:12:29.693Z Checking hashbrown v0.12.3
25322026-06-21T00:12:29.727Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25332026-06-21T00:12:29.783Z Checking serde-hex v0.1.0
25342026-06-21T00:12:29.912Z Checking ron v0.8.1
25352026-06-21T00:12:30.453Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25362026-06-21T00:12:30.488Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25372026-06-21T00:12:30.493Z Checking hashbrown v0.13.2
25382026-06-21T00:12:31.003Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25392026-06-21T00:12:31.031Z Checking crc-any v2.5.0
25402026-06-21T00:12:31.061Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25412026-06-21T00:12:31.280Z Checking object v0.30.4
25422026-06-21T00:12:31.283Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-06-21T00:12:31.300Z Compiling xshell-macros v0.2.7
25442026-06-21T00:12:31.352Z Checking path-slash v0.1.5
25452026-06-21T00:12:31.480Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25462026-06-21T00:12:31.712Z Checking xshell v0.2.7
25472026-06-21T00:12:31.813Z Checking half v1.8.3
25482026-06-21T00:12:31.866Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25492026-06-21T00:12:31.923Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25502026-06-21T00:12:32.034Z Checking serde_cbor v0.11.2
25512026-06-21T00:12:32.117Z Compiling proc-macro-error-attr2 v2.0.0
25522026-06-21T00:12:32.460Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25532026-06-21T00:12:32.541Z Compiling proc-macro-error2 v2.0.1
25542026-06-21T00:12:32.662Z Compiling num-derive v0.3.3
25552026-06-21T00:12:32.703Z Checking maplit v1.0.2
25562026-06-21T00:12:32.814Z Checking papergrid v0.17.0
25572026-06-21T00:12:32.876Z Compiling tabled_derive v0.11.0
25582026-06-21T00:12:33.374Z Checking testing_table v0.3.0
25592026-06-21T00:12:33.488Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25602026-06-21T00:12:33.641Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25612026-06-21T00:12:33.660Z Checking libscf-sys v1.1.0
25622026-06-21T00:12:33.660Z Compiling progenitor-impl v0.13.0
25632026-06-21T00:12:33.736Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25642026-06-21T00:12:33.965Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25652026-06-21T00:12:34.007Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25662026-06-21T00:12:34.070Z Checking tabled v0.20.0
25672026-06-21T00:12:34.295Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25682026-06-21T00:12:34.567Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25692026-06-21T00:12:34.753Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-21T00:12:34.926Z Checking progenitor-client v0.13.0
25712026-06-21T00:12:34.946Z Compiling git-stub v1.0.0
25722026-06-21T00:12:35.192Z Compiling git-stub-vcs v0.1.0
25732026-06-21T00:12:35.230Z Checking unicase v2.9.0
25742026-06-21T00:12:35.329Z Checking crc8 v0.1.1
25752026-06-21T00:12:35.415Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25762026-06-21T00:12:35.456Z Checking fxhash v0.2.1
25772026-06-21T00:12:35.487Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25782026-06-21T00:12:35.555Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25792026-06-21T00:12:35.603Z Compiling vergen-lib v0.1.6
25802026-06-21T00:12:35.844Z Compiling diesel_derives v2.3.7
25812026-06-21T00:12:36.108Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-06-21T00:12:36.139Z Checking scheduled-thread-pool v0.2.7
25832026-06-21T00:12:36.198Z Compiling dsl_auto_type v0.2.0
25842026-06-21T00:12:36.282Z Compiling progenitor-macro v0.13.0
25852026-06-21T00:12:36.314Z Compiling vergen-gitcl v1.0.8
25862026-06-21T00:12:36.488Z Compiling diesel_table_macro_syntax v0.3.0
25872026-06-21T00:12:36.521Z Checking r2d2 v0.8.10
25882026-06-21T00:12:36.633Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25892026-06-21T00:12:36.697Z Checking downcast-rs v2.0.2
25902026-06-21T00:12:36.727Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25912026-06-21T00:12:36.732Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25922026-06-21T00:12:36.974Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25932026-06-21T00:12:37.044Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25942026-06-21T00:12:37.234Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25952026-06-21T00:12:37.272Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-06-21T00:12:37.303Z Checking kstat-rs v0.2.4
25972026-06-21T00:12:37.350Z Checking arc-swap v1.8.2
25982026-06-21T00:12:37.407Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
25992026-06-21T00:12:37.490Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26002026-06-21T00:12:37.517Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26012026-06-21T00:12:37.587Z Checking slog-scope v4.4.1
26022026-06-21T00:12:37.753Z Compiling dirs-sys-next v0.1.2
26032026-06-21T00:12:37.808Z Compiling parking_lot_core v0.8.6
26042026-06-21T00:12:38.054Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26052026-06-21T00:12:38.091Z Compiling crunchy v0.2.4
26062026-06-21T00:12:38.165Z Compiling dirs-next v2.0.0
26072026-06-21T00:12:38.329Z Checking slog-stdlog v4.1.1
26082026-06-21T00:12:38.407Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-06-21T00:12:38.450Z Compiling clang-sys v1.8.1
26102026-06-21T00:12:38.488Z Compiling tiny-keccak v2.0.2
26112026-06-21T00:12:38.742Z Checking slog-envlogger v2.2.0
26122026-06-21T00:12:38.907Z Compiling term v0.7.0
26132026-06-21T00:12:38.970Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-06-21T00:12:38.998Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26152026-06-21T00:12:39.171Z Compiling bit-vec v0.6.3
26162026-06-21T00:12:39.301Z Compiling ascii-canvas v3.0.0
26172026-06-21T00:12:39.404Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26182026-06-21T00:12:39.437Z Compiling bit-set v0.5.3
26192026-06-21T00:12:39.505Z Checking parking_lot v0.11.2
26202026-06-21T00:12:39.583Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26212026-06-21T00:12:39.619Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-21T00:12:39.718Z Checking prefix-trie v0.7.0
26232026-06-21T00:12:39.739Z Compiling itertools v0.10.5
26242026-06-21T00:12:39.987Z Compiling ena v0.14.4
26252026-06-21T00:12:40.061Z Compiling libloading v0.8.9
26262026-06-21T00:12:40.086Z Compiling diff v0.1.13
26272026-06-21T00:12:40.156Z Compiling regex-syntax v0.6.29
26282026-06-21T00:12:40.240Z Compiling bindgen v0.71.1
26292026-06-21T00:12:40.433Z Checking hickory-server v0.25.2
26302026-06-21T00:12:40.791Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26312026-06-21T00:12:40.849Z Checking sled v0.34.7
26322026-06-21T00:12:41.273Z Checking progenitor v0.13.0
26332026-06-21T00:12:41.401Z Compiling cexpr v0.6.0
26342026-06-21T00:12:41.434Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26352026-06-21T00:12:41.720Z Compiling lalrpop v0.19.12
26362026-06-21T00:12:42.083Z Checking nanorand v0.7.0
26372026-06-21T00:12:42.109Z Compiling rustc-hash v2.1.1
26382026-06-21T00:12:42.196Z Checking diesel v2.3.7
26392026-06-21T00:12:42.272Z Compiling salty v0.3.0
26402026-06-21T00:12:42.321Z Checking flume v0.11.1
26412026-06-21T00:12:42.586Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26422026-06-21T00:12:42.592Z Checking primeorder v0.13.6
26432026-06-21T00:12:42.682Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26442026-06-21T00:12:42.776Z Compiling libxml v0.3.3
26452026-06-21T00:12:43.198Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26462026-06-21T00:12:43.843Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26472026-06-21T00:12:44.003Z Compiling strum_macros v0.24.3
26482026-06-21T00:12:44.063Z Compiling fs-err v2.11.0
26492026-06-21T00:12:44.279Z Compiling indoc v1.0.9
26502026-06-21T00:12:44.720Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26512026-06-21T00:12:44.954Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-06-21T00:12:45.240Z Checking quick-xml v0.37.5
26532026-06-21T00:12:45.306Z Checking derive_builder v0.20.2
26542026-06-21T00:12:45.377Z Compiling oso-derive v0.27.3
26552026-06-21T00:12:45.482Z Compiling trait-variant v0.1.2
26562026-06-21T00:12:45.899Z Compiling impl-trait-for-tuples v0.2.3
26572026-06-21T00:12:46.086Z Checking openssl-probe v0.1.6
26582026-06-21T00:12:46.233Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26592026-06-21T00:12:46.529Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26602026-06-21T00:12:47.014Z Checking p384 v0.13.1
26612026-06-21T00:12:47.478Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26622026-06-21T00:12:47.512Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26632026-06-21T00:12:47.888Z Checking parse-size v1.1.0
26642026-06-21T00:12:47.998Z Checking assert_matches v1.5.0
26652026-06-21T00:12:48.089Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26662026-06-21T00:12:48.164Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26672026-06-21T00:12:48.290Z Checking predicates-tree v1.0.13
26682026-06-21T00:12:48.320Z Checking bb8 v0.8.6
26692026-06-21T00:12:48.631Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26702026-06-21T00:12:48.663Z Compiling mime_guess v2.0.5
26712026-06-21T00:12:48.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26722026-06-21T00:12:48.964Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26732026-06-21T00:12:48.998Z Checking http-range v0.1.5
26742026-06-21T00:12:49.216Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26752026-06-21T00:12:49.304Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26762026-06-21T00:12:49.347Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26772026-06-21T00:12:49.559Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26782026-06-21T00:12:49.591Z Checking atty v0.2.14
26792026-06-21T00:12:49.636Z Checking nonempty v0.12.0
26802026-06-21T00:12:49.777Z Checking corncobs v0.1.4
26812026-06-21T00:12:49.784Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-21T00:12:49.840Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-21T00:12:49.882Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26842026-06-21T00:12:50.099Z Checking ignore v0.4.25
26852026-06-21T00:12:50.167Z Checking secrecy v0.8.0
26862026-06-21T00:12:50.207Z Checking hyper-staticfile v0.10.1
26872026-06-21T00:12:50.496Z Checking globwalk v0.9.1
26882026-06-21T00:12:50.522Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26892026-06-21T00:12:50.532Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26902026-06-21T00:12:50.719Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26912026-06-21T00:12:50.900Z Compiling illumos-nvpair-sys v0.2.0
26922026-06-21T00:12:50.949Z Checking camino-tempfile-ext v0.3.3
26932026-06-21T00:12:51.072Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26942026-06-21T00:12:51.152Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
26952026-06-21T00:12:51.191Z Checking signal-hook-tokio v0.3.1
26962026-06-21T00:12:51.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
26972026-06-21T00:12:51.523Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
26982026-06-21T00:12:51.598Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
26992026-06-21T00:12:51.860Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27002026-06-21T00:12:51.958Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27012026-06-21T00:12:52.078Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27022026-06-21T00:12:52.221Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27032026-06-21T00:12:52.274Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27042026-06-21T00:12:52.403Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27052026-06-21T00:12:52.949Z Checking illumos-nvpair v0.3.0
27062026-06-21T00:12:53.082Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27072026-06-21T00:12:53.520Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27082026-06-21T00:12:53.989Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27092026-06-21T00:12:54.063Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-21T00:12:54.121Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27112026-06-21T00:12:54.237Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27122026-06-21T00:12:54.284Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27132026-06-21T00:12:54.419Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27142026-06-21T00:12:54.440Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27152026-06-21T00:12:54.968Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27162026-06-21T00:12:55.188Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172026-06-21T00:12:55.381Z Checking tungstenite v0.23.0
27182026-06-21T00:12:55.432Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27192026-06-21T00:12:55.483Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27202026-06-21T00:12:55.812Z Checking tokio-tungstenite v0.23.1
27212026-06-21T00:12:55.894Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27222026-06-21T00:12:56.109Z Checking rand_seeder v0.4.0
27232026-06-21T00:12:56.210Z Checking void v1.0.2
27242026-06-21T00:12:56.303Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27252026-06-21T00:12:56.365Z Checking async-bb8-diesel v0.2.1
27262026-06-21T00:12:56.467Z Checking diesel-dtrace v0.5.0
27272026-06-21T00:12:56.708Z Checking lzss v0.8.2
27282026-06-21T00:12:56.819Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27292026-06-21T00:12:56.819Z Checking nix v0.27.1
27302026-06-21T00:12:56.907Z Checking serde_bytes v0.11.19
27312026-06-21T00:12:56.907Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27322026-06-21T00:12:56.972Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27332026-06-21T00:12:57.026Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27342026-06-21T00:12:57.254Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27352026-06-21T00:12:57.643Z Checking is_ci v1.2.0
27362026-06-21T00:12:57.701Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27372026-06-21T00:12:57.862Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27382026-06-21T00:12:57.904Z Checking yansi v1.0.1
27392026-06-21T00:12:57.991Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27402026-06-21T00:12:58.206Z Checking pretty_assertions v1.4.1
27412026-06-21T00:12:58.265Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27422026-06-21T00:12:58.366Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27432026-06-21T00:12:58.643Z Compiling darling_core v0.23.0
27442026-06-21T00:12:58.726Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27452026-06-21T00:12:59.199Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27462026-06-21T00:12:59.833Z Compiling indoc v2.0.7
27472026-06-21T00:12:59.845Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27482026-06-21T00:13:00.413Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-06-21T00:13:00.543Z Compiling libz-sys v1.1.24
27502026-06-21T00:13:00.785Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-06-21T00:13:00.894Z Compiling instability v0.3.11
27522026-06-21T00:13:01.001Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27532026-06-21T00:13:01.075Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-21T00:13:01.191Z Compiling darling_macro v0.23.0
27552026-06-21T00:13:01.309Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27562026-06-21T00:13:01.536Z Checking castaway v0.2.4
27572026-06-21T00:13:01.673Z Checking compact_str v0.8.1
27582026-06-21T00:13:01.719Z Compiling darling v0.23.0
27592026-06-21T00:13:02.057Z Checking supports-color v3.0.2
27602026-06-21T00:13:02.236Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27612026-06-21T00:13:02.452Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27622026-06-21T00:13:02.530Z Checking unicode-truncate v1.1.0
27632026-06-21T00:13:02.570Z Checking console v0.16.2
27642026-06-21T00:13:02.698Z Checking lru v0.12.5
27652026-06-21T00:13:02.712Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-06-21T00:13:02.767Z Checking unit-prefix v0.5.2
27672026-06-21T00:13:02.869Z Checking cassowary v0.3.0
27682026-06-21T00:13:02.937Z Checking indicatif v0.18.4
27692026-06-21T00:13:03.136Z Checking ratatui v0.29.0
27702026-06-21T00:13:03.215Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27712026-06-21T00:13:03.463Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27722026-06-21T00:13:03.962Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27732026-06-21T00:13:04.395Z Compiling vergen-git2 v9.1.0
27742026-06-21T00:13:04.438Z Checking plotters-backend v0.3.7
27752026-06-21T00:13:04.670Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27762026-06-21T00:13:04.698Z Checking plotters-svg v0.3.7
27772026-06-21T00:13:04.849Z Compiling rustls v0.21.12
27782026-06-21T00:13:04.882Z Checking cast v0.3.0
27792026-06-21T00:13:05.638Z Checking criterion-plot v0.6.0
27802026-06-21T00:13:05.748Z Checking plotters v0.3.7
27812026-06-21T00:13:05.748Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27822026-06-21T00:13:05.748Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27832026-06-21T00:13:05.748Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27842026-06-21T00:13:05.916Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27852026-06-21T00:13:06.012Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27862026-06-21T00:13:06.050Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27872026-06-21T00:13:06.201Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27882026-06-21T00:13:06.281Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27892026-06-21T00:13:06.356Z Checking colored v2.2.0
27902026-06-21T00:13:06.437Z Checking rustls-webpki v0.101.7
27912026-06-21T00:13:06.562Z Checking sct v0.7.1
27922026-06-21T00:13:06.724Z Checking tinytemplate v1.2.1
27932026-06-21T00:13:06.779Z Checking shell-words v1.1.1
27942026-06-21T00:13:06.955Z Checking oorandom v11.1.5
27952026-06-21T00:13:06.976Z Checking anes v0.1.6
27962026-06-21T00:13:07.168Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-06-21T00:13:07.211Z Checking criterion v0.7.0
27982026-06-21T00:13:08.495Z Checking typeid v1.0.3
27992026-06-21T00:13:08.542Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28002026-06-21T00:13:08.625Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28012026-06-21T00:13:09.512Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28022026-06-21T00:13:10.157Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28032026-06-21T00:13:10.623Z Checking hex-literal v0.4.1
28042026-06-21T00:13:10.915Z Checking erased-serde v0.4.9
28052026-06-21T00:13:11.722Z Checking tokio-rustls v0.24.1
28062026-06-21T00:13:11.859Z Checking rustls-pemfile v1.0.4
28072026-06-21T00:13:11.859Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28082026-06-21T00:13:11.859Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28092026-06-21T00:13:12.234Z Checking twox-hash v2.1.2
28102026-06-21T00:13:12.595Z Checking ordered-float v2.10.1
28112026-06-21T00:13:12.609Z Checking serde-untagged v0.1.9
28122026-06-21T00:13:12.610Z Checking serde-value v0.7.0
28132026-06-21T00:13:12.611Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28142026-06-21T00:13:12.612Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28152026-06-21T00:13:12.927Z Checking fatfs v0.3.6
28162026-06-21T00:13:13.387Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28172026-06-21T00:13:13.555Z Compiling seq-macro v0.3.6
28182026-06-21T00:13:13.680Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-06-21T00:13:13.827Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-06-21T00:13:14.085Z Checking unicode-xid v0.2.6
28212026-06-21T00:13:14.224Z Checking cargo-util-schemas v0.8.2
28222026-06-21T00:13:15.264Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28232026-06-21T00:13:15.543Z Checking cargo-platform v0.2.0
28242026-06-21T00:13:15.545Z Compiling petname v2.0.2
28252026-06-21T00:13:15.545Z Checking cargo_metadata v0.21.0
28262026-06-21T00:13:15.551Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28272026-06-21T00:13:15.850Z Checking concurrent-queue v2.5.0
28282026-06-21T00:13:15.980Z Checking rtoolbox v0.0.3
28292026-06-21T00:13:15.988Z Checking parking v2.2.1
28302026-06-21T00:13:16.087Z Checking rpassword v7.4.0
28312026-06-21T00:13:16.114Z Checking event-listener v5.4.1
28322026-06-21T00:13:16.357Z Checking tui-tree-widget v0.23.1
28332026-06-21T00:13:16.575Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28342026-06-21T00:13:16.631Z Checking polyval v0.6.2
28352026-06-21T00:13:16.806Z Checking sapling-renderdag v0.1.0
28362026-06-21T00:13:16.844Z Checking sync-ptr v0.1.4
28372026-06-21T00:13:16.979Z Checking ghash v0.5.1
28382026-06-21T00:13:17.054Z Checking event-listener-strategy v0.5.4
28392026-06-21T00:13:17.161Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28402026-06-21T00:13:17.203Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28412026-06-21T00:13:17.421Z Checking ctr v0.9.2
28422026-06-21T00:13:17.660Z Checking constant_time_eq v0.4.2
28432026-06-21T00:13:17.874Z Checking futures-timer v3.0.3
28442026-06-21T00:13:17.950Z Checking arrayvec v0.7.6
28452026-06-21T00:13:18.041Z Checking arrayref v0.3.9
28462026-06-21T00:13:18.063Z Checking aes-gcm v0.10.3
28472026-06-21T00:13:18.185Z Checking async-lock v3.4.2
28482026-06-21T00:13:18.261Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28492026-06-21T00:13:18.601Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28502026-06-21T00:13:19.529Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28512026-06-21T00:13:19.599Z Checking ssh-encoding v0.2.0
28522026-06-21T00:13:19.599Z Checking blowfish v0.9.1
28532026-06-21T00:13:19.650Z Compiling strsim v0.10.0
28542026-06-21T00:13:19.816Z Compiling darling_core v0.13.4
28552026-06-21T00:13:19.971Z Checking bcrypt-pbkdf v0.10.0
28562026-06-21T00:13:20.164Z Checking ssh-cipher v0.2.0
28572026-06-21T00:13:20.358Z Checking async-object-pool v0.2.0
28582026-06-21T00:13:20.734Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-06-21T00:13:20.929Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28602026-06-21T00:13:21.606Z Checking serde_regex v1.1.0
28612026-06-21T00:13:21.726Z Checking password-hash v0.4.2
28622026-06-21T00:13:21.777Z Checking assert-json-diff v2.0.2
28632026-06-21T00:13:21.832Z Checking path-tree v0.8.3
28642026-06-21T00:13:21.964Z Compiling target-lexicon v0.13.3
28652026-06-21T00:13:22.012Z Checking stringmetrics v2.2.2
28662026-06-21T00:13:22.044Z Checking gimli v0.32.3
28672026-06-21T00:13:22.208Z Checking httpmock v0.8.3
28682026-06-21T00:13:22.543Z Checking pbkdf2 v0.11.0
28692026-06-21T00:13:22.740Z Compiling darling_macro v0.13.4
28702026-06-21T00:13:23.439Z Checking ssh-key v0.6.7
28712026-06-21T00:13:23.718Z Checking addr2line v0.25.1
28722026-06-21T00:13:23.936Z Compiling samael v0.0.19
28732026-06-21T00:13:23.987Z Checking p521 v0.13.3
28742026-06-21T00:13:24.489Z Checking p256 v0.13.2
28752026-06-21T00:13:24.590Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-06-21T00:13:24.688Z Checking russh-cryptovec v0.7.3
28772026-06-21T00:13:24.908Z Compiling guppy-workspace-hack v0.1.0
28782026-06-21T00:13:24.927Z Checking rustc-demangle v0.1.27
28792026-06-21T00:13:25.056Z Checking md5 v0.7.0
28802026-06-21T00:13:25.148Z Checking backtrace v0.3.76
28812026-06-21T00:13:25.260Z Checking russh-keys v0.45.0
28822026-06-21T00:13:25.501Z Compiling darling v0.13.4
28832026-06-21T00:13:25.821Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28842026-06-21T00:13:25.905Z Checking num-bigint v0.4.6
28852026-06-21T00:13:25.937Z Checking des v0.8.1
28862026-06-21T00:13:26.119Z Compiling blake3 v1.8.3
28872026-06-21T00:13:26.184Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28882026-06-21T00:13:27.092Z Compiling target-spec v3.5.7
28892026-06-21T00:13:27.289Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28902026-06-21T00:13:27.289Z Checking russh v0.45.0
28912026-06-21T00:13:27.449Z Checking cfg-expr v0.20.6
28922026-06-21T00:13:27.469Z Compiling serde_with_macros v1.5.2
28932026-06-21T00:13:27.909Z Checking backtrace-ext v0.2.1
28942026-06-21T00:13:28.050Z Checking supports-color v2.1.0
28952026-06-21T00:13:28.212Z Checking textwrap v0.15.2
28962026-06-21T00:13:28.298Z Checking supports-unicode v2.1.0
28972026-06-21T00:13:28.435Z Checking supports-hyperlinks v2.1.0
28982026-06-21T00:13:28.464Z Checking hashbrown v0.14.5
28992026-06-21T00:13:28.575Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29002026-06-21T00:13:28.795Z Checking cargo-platform v0.3.2
29012026-06-21T00:13:28.825Z Checking terminal_size v0.1.17
29022026-06-21T00:13:28.959Z Compiling miette-derive v5.10.0
29032026-06-21T00:13:28.974Z Checking owo-colors v3.5.0
29042026-06-21T00:13:29.051Z Checking internet-checksum v0.2.1
29052026-06-21T00:13:31.490Z Checking cargo_metadata v0.23.1
29062026-06-21T00:13:31.727Z Checking chumsky v0.9.3
29072026-06-21T00:13:31.727Z Compiling serde_with v1.14.0
29082026-06-21T00:13:31.727Z Checking miette v5.10.0
29092026-06-21T00:13:31.727Z Compiling git2 v0.20.4
29102026-06-21T00:13:31.727Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29112026-06-21T00:13:31.821Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29122026-06-21T00:13:31.821Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132026-06-21T00:13:31.821Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29142026-06-21T00:13:31.821Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29152026-06-21T00:13:31.821Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29162026-06-21T00:13:31.821Z Compiling knuffel-derive v3.2.0
29172026-06-21T00:13:31.821Z Checking httptest v0.16.4
29182026-06-21T00:13:31.821Z Checking pathdiff v0.2.3
29192026-06-21T00:13:31.853Z Checking topological-sort v0.2.2
29202026-06-21T00:13:31.997Z Checking nested v0.1.1
29212026-06-21T00:13:32.060Z Checking omicron-zone-package v0.12.2
29222026-06-21T00:13:32.167Z Checking guppy v0.17.25
29232026-06-21T00:13:32.253Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29242026-06-21T00:13:33.084Z Checking knuffel v3.2.0
29252026-06-21T00:13:33.136Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29262026-06-21T00:13:33.400Z Checking similar-asserts v1.7.0
29272026-06-21T00:13:33.586Z Compiling target-triple v1.0.0
29282026-06-21T00:13:33.990Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29292026-06-21T00:13:34.116Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29302026-06-21T00:13:34.116Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29312026-06-21T00:13:34.116Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29322026-06-21T00:13:34.120Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29332026-06-21T00:13:34.120Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29342026-06-21T00:13:34.221Z Checking hickory-client v0.25.2
29352026-06-21T00:13:34.527Z Checking tokio-test v0.4.5
29362026-06-21T00:13:34.588Z Compiling assert_cmd v2.1.2
29372026-06-21T00:13:34.759Z Checking escape8259 v0.5.3
29382026-06-21T00:13:34.969Z Checking libtest-mimic v0.8.1
29392026-06-21T00:13:35.203Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29402026-06-21T00:13:35.337Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29412026-06-21T00:13:35.541Z Checking blake2b_simd v1.0.4
29422026-06-21T00:13:35.991Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29432026-06-21T00:13:36.051Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29442026-06-21T00:13:36.409Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29452026-06-21T00:13:36.457Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29462026-06-21T00:13:36.641Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29472026-06-21T00:13:36.690Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29482026-06-21T00:13:36.916Z Checking fancy-regex v0.14.0
29492026-06-21T00:13:37.218Z Checking serde_tokenstream v0.2.3
29502026-06-21T00:13:37.323Z Checking approx v0.5.1
29512026-06-21T00:13:37.472Z Checking uzers v0.12.2
29522026-06-21T00:13:37.495Z Compiling rstest_macros v0.25.0
29532026-06-21T00:13:37.709Z Checking termcolor v1.4.1
29542026-06-21T00:13:37.796Z Checking constant_time_eq v0.3.1
29552026-06-21T00:13:37.934Z Compiling linkme-impl v0.3.35
29562026-06-21T00:13:37.961Z Checking trybuild v1.0.116
29572026-06-21T00:13:38.341Z Checking rust-argon2 v2.1.0
29582026-06-21T00:13:38.606Z Checking datatest-stable v0.3.3
29592026-06-21T00:13:39.146Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-06-21T00:13:39.198Z Compiling polar-core v0.27.3
29612026-06-21T00:13:39.259Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29622026-06-21T00:13:39.329Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29632026-06-21T00:13:39.410Z Checking support-bundle-viewer v0.1.2
29642026-06-21T00:13:39.683Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29652026-06-21T00:13:39.922Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29662026-06-21T00:13:40.082Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29672026-06-21T00:13:40.147Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29682026-06-21T00:13:40.305Z Checking drift v0.2.0
29692026-06-21T00:13:40.377Z Checking rand_distr v0.5.1
29702026-06-21T00:13:40.433Z Checking multimap v0.10.1
29712026-06-21T00:13:40.632Z Compiling linkme v0.3.35
29722026-06-21T00:13:40.720Z Compiling relative-path v1.9.3
29732026-06-21T00:13:40.816Z Checking dropshot-api-manager v0.7.2
29742026-06-21T00:13:41.967Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29752026-06-21T00:13:42.605Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29762026-06-21T00:13:42.645Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29772026-06-21T00:13:42.860Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29782026-06-21T00:13:43.425Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29792026-06-21T00:13:43.479Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29802026-06-21T00:13:43.479Z Checking cargo_toml v0.21.0
29812026-06-21T00:13:43.600Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29822026-06-21T00:13:43.879Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29832026-06-21T00:13:44.181Z Checking oso v0.27.3
29842026-06-21T00:13:44.229Z Checking partial-io v0.5.4
29852026-06-21T00:13:44.259Z Checking termios v0.3.3
29862026-06-21T00:13:44.331Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29872026-06-21T00:13:44.584Z Checking rstest v0.25.0
29882026-06-21T00:13:45.568Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29892026-06-21T00:13:46.614Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29902026-06-21T00:13:46.910Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29912026-06-21T00:13:49.284Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29922026-06-21T00:13:55.226Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29932026-06-21T00:13:57.264Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29942026-06-21T00:13:57.387Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29952026-06-21T00:14:00.344Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29962026-06-21T00:14:04.335Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29972026-06-21T00:14:09.847Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29982026-06-21T00:14:12.177Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29992026-06-21T00:14:12.696Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30002026-06-21T00:14:13.607Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30012026-06-21T00:14:19.114Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30022026-06-21T00:14:24.154Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30032026-06-21T00:15:38.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30042026-06-21T00:15:39.327Z
30052026-06-21T00:15:39.327Zreal 4:06.527181134
30062026-06-21T00:15:39.327Zuser 21:04.284775091
30072026-06-21T00:15:39.327Zsys 4:44.538102310
30082026-06-21T00:15:39.327Ztrap 0.512388443
30092026-06-21T00:15:39.327Ztflt 0.483949195
30102026-06-21T00:15:39.327Zdflt 0.372879524
30112026-06-21T00:15:39.327Zkflt 0.004469402
30122026-06-21T00:15:39.327Zlock 57:21.508815864
30132026-06-21T00:15:39.327Zslp 57:50.883203584
30142026-06-21T00:15:39.327Zlat 1:48.611762969
30152026-06-21T00:15:39.327Zstop 10:17.478757868
30162026-06-21T00:15:39.331Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30172026-06-21T00:15:39.331Z+ ptime -m cargo doc --workspace --no-deps
30182026-06-21T00:15:40.127Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30192026-06-21T00:15:40.127Z |
30202026-06-21T00:15:40.127Z = 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)`
30212026-06-21T00:15:40.127Z = 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>
30222026-06-21T00:15:41.148Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-06-21T00:15:41.372Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30242026-06-21T00:15:41.415Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-06-21T00:15:41.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-06-21T00:15:41.505Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30272026-06-21T00:15:41.562Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30282026-06-21T00:15:41.586Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30292026-06-21T00:15:41.714Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30302026-06-21T00:15:41.745Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30312026-06-21T00:15:41.763Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30322026-06-21T00:15:41.937Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30332026-06-21T00:15:42.365Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30342026-06-21T00:15:42.376Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30352026-06-21T00:15:42.376Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30362026-06-21T00:15:42.377Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30372026-06-21T00:15:42.377Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30382026-06-21T00:15:42.377Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30392026-06-21T00:15:42.377Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30402026-06-21T00:15:42.377Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30412026-06-21T00:15:42.377Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30422026-06-21T00:15:42.377Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30432026-06-21T00:15:42.377Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30442026-06-21T00:15:42.521Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30452026-06-21T00:15:42.824Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30462026-06-21T00:15:42.859Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30472026-06-21T00:15:42.950Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30482026-06-21T00:15:42.971Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30492026-06-21T00:15:43.004Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30502026-06-21T00:15:43.187Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30512026-06-21T00:15:43.236Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30522026-06-21T00:15:43.369Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30532026-06-21T00:15:43.461Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30542026-06-21T00:15:43.516Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30552026-06-21T00:15:43.564Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30562026-06-21T00:15:43.599Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30572026-06-21T00:15:43.705Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30582026-06-21T00:15:43.742Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30592026-06-21T00:15:43.800Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30602026-06-21T00:15:43.933Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30612026-06-21T00:15:44.155Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30622026-06-21T00:15:44.184Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30632026-06-21T00:15:44.493Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30642026-06-21T00:15:44.590Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30652026-06-21T00:15:44.658Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30662026-06-21T00:15:44.762Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30672026-06-21T00:15:44.787Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30682026-06-21T00:15:44.822Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30692026-06-21T00:15:44.927Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30702026-06-21T00:15:44.995Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30712026-06-21T00:15:45.050Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30722026-06-21T00:15:45.073Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30732026-06-21T00:15:45.152Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30742026-06-21T00:15:45.224Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
30752026-06-21T00:15:45.273Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30762026-06-21T00:15:45.319Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30772026-06-21T00:15:45.378Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30782026-06-21T00:15:45.421Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30792026-06-21T00:15:45.490Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30802026-06-21T00:15:45.517Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30812026-06-21T00:15:45.597Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30822026-06-21T00:15:45.620Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30832026-06-21T00:15:45.639Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30842026-06-21T00:15:45.682Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30852026-06-21T00:15:45.712Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30862026-06-21T00:15:45.950Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30872026-06-21T00:15:46.074Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30882026-06-21T00:15:46.241Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30892026-06-21T00:15:46.353Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30902026-06-21T00:15:46.660Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30912026-06-21T00:15:46.824Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30922026-06-21T00:15:47.110Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30932026-06-21T00:15:47.153Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30942026-06-21T00:15:47.177Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30952026-06-21T00:15:47.401Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30962026-06-21T00:15:47.431Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30972026-06-21T00:15:47.479Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30982026-06-21T00:15:47.703Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30992026-06-21T00:15:47.814Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31002026-06-21T00:15:47.947Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31012026-06-21T00:15:47.969Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31022026-06-21T00:15:48.311Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31032026-06-21T00:15:48.639Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31042026-06-21T00:15:48.795Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31052026-06-21T00:15:48.859Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31062026-06-21T00:15:48.923Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31072026-06-21T00:15:49.038Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31082026-06-21T00:15:49.124Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31092026-06-21T00:15:49.292Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31102026-06-21T00:15:49.313Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31112026-06-21T00:15:49.334Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31122026-06-21T00:15:49.513Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31132026-06-21T00:15:49.535Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31142026-06-21T00:15:49.558Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31152026-06-21T00:15:49.619Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31162026-06-21T00:15:49.640Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31172026-06-21T00:15:49.697Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31182026-06-21T00:15:49.843Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31192026-06-21T00:15:49.886Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31202026-06-21T00:15:49.909Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31212026-06-21T00:15:49.928Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31222026-06-21T00:15:49.954Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31232026-06-21T00:15:50.028Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31242026-06-21T00:15:50.058Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31252026-06-21T00:15:50.121Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31262026-06-21T00:15:50.151Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31272026-06-21T00:15:50.199Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31282026-06-21T00:15:50.317Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31292026-06-21T00:15:50.461Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31302026-06-21T00:15:50.502Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31312026-06-21T00:15:50.541Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31322026-06-21T00:15:50.945Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31332026-06-21T00:15:51.133Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31342026-06-21T00:15:51.190Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31352026-06-21T00:15:51.860Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31362026-06-21T00:15:51.940Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31372026-06-21T00:15:52.067Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31382026-06-21T00:15:52.866Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31392026-06-21T00:15:52.995Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31402026-06-21T00:15:53.314Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31412026-06-21T00:15:54.120Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31422026-06-21T00:15:54.756Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31432026-06-21T00:15:54.805Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31442026-06-21T00:15:55.079Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31452026-06-21T00:15:55.382Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31462026-06-21T00:15:55.607Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31472026-06-21T00:15:55.663Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31482026-06-21T00:15:55.917Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-06-21T00:15:55.955Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-06-21T00:15:56.402Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31512026-06-21T00:15:56.574Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31522026-06-21T00:15:56.647Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31532026-06-21T00:15:57.067Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31542026-06-21T00:15:57.290Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31552026-06-21T00:15:57.621Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-06-21T00:15:57.779Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31572026-06-21T00:15:58.010Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31582026-06-21T00:15:58.051Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31592026-06-21T00:15:58.129Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31602026-06-21T00:15:58.501Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-06-21T00:15:58.951Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31622026-06-21T00:15:59.280Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31632026-06-21T00:15:59.686Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31642026-06-21T00:16:00.092Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31652026-06-21T00:16:00.452Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31662026-06-21T00:16:01.062Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-06-21T00:16:01.469Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31682026-06-21T00:16:01.812Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31692026-06-21T00:16:02.024Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31702026-06-21T00:16:02.407Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31712026-06-21T00:16:02.507Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31722026-06-21T00:16:02.982Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31732026-06-21T00:16:03.645Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31742026-06-21T00:16:03.676Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-06-21T00:16:04.182Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31762026-06-21T00:16:04.848Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31772026-06-21T00:16:04.913Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-06-21T00:16:05.231Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31792026-06-21T00:16:08.714Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31802026-06-21T00:16:09.187Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31812026-06-21T00:16:09.867Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31822026-06-21T00:16:10.166Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31832026-06-21T00:16:10.529Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31842026-06-21T00:16:10.827Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31852026-06-21T00:16:10.916Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31862026-06-21T00:16:12.209Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31872026-06-21T00:16:12.681Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31882026-06-21T00:16:12.929Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31892026-06-21T00:16:13.563Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31902026-06-21T00:16:13.880Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31912026-06-21T00:16:13.974Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31922026-06-21T00:16:14.421Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
31932026-06-21T00:16:14.550Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31942026-06-21T00:16:14.713Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31952026-06-21T00:16:14.796Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-06-21T00:16:14.869Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972026-06-21T00:16:15.160Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-06-21T00:16:15.272Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31992026-06-21T00:16:15.388Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-06-21T00:16:15.482Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-06-21T00:16:15.873Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32022026-06-21T00:16:16.308Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032026-06-21T00:16:16.495Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32042026-06-21T00:16:16.559Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32052026-06-21T00:16:17.553Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32062026-06-21T00:16:18.267Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32072026-06-21T00:16:18.270Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32082026-06-21T00:16:18.958Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32092026-06-21T00:16:19.419Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32102026-06-21T00:16:20.959Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32112026-06-21T00:16:22.519Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32122026-06-21T00:16:23.226Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32132026-06-21T00:16:23.738Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32142026-06-21T00:16:24.148Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32152026-06-21T00:16:26.635Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-06-21T00:16:27.328Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32172026-06-21T00:16:28.298Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32182026-06-21T00:16:28.861Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32192026-06-21T00:16:29.765Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32202026-06-21T00:16:31.821Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32212026-06-21T00:16:32.603Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32222026-06-21T00:16:33.083Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-06-21T00:16:34.036Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32242026-06-21T00:16:34.243Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32252026-06-21T00:16:35.032Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32262026-06-21T00:16:37.166Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32272026-06-21T00:16:37.907Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32282026-06-21T00:16:41.179Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32292026-06-21T00:16:41.872Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32302026-06-21T00:16:42.899Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32312026-06-21T00:16:43.646Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32322026-06-21T00:16:44.468Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32332026-06-21T00:16:45.275Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32342026-06-21T00:16:46.125Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32352026-06-21T00:16:47.606Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32362026-06-21T00:16:47.717Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32372026-06-21T00:16:48.575Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32382026-06-21T00:16:48.782Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-06-21T00:16:49.447Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32402026-06-21T00:16:50.367Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-06-21T00:16:51.288Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32422026-06-21T00:16:54.493Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32432026-06-21T00:16:55.313Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32442026-06-21T00:16:56.562Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-06-21T00:16:57.344Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32462026-06-21T00:16:58.238Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32472026-06-21T00:16:59.191Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32482026-06-21T00:17:03.638Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32492026-06-21T00:17:03.712Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32502026-06-21T00:17:04.912Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32512026-06-21T00:17:06.143Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32522026-06-21T00:17:07.344Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32532026-06-21T00:17:08.918Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32542026-06-21T00:17:11.267Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-06-21T00:17:11.975Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32562026-06-21T00:17:13.630Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32572026-06-21T00:17:15.130Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32582026-06-21T00:17:16.933Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32592026-06-21T00:17:18.540Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-06-21T00:17:20.220Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32612026-06-21T00:17:21.705Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32622026-06-21T00:17:26.359Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32632026-06-21T00:17:26.735Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32642026-06-21T00:17:27.758Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32652026-06-21T00:17:28.677Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32662026-06-21T00:17:30.238Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32672026-06-21T00:17:32.153Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32682026-06-21T00:17:34.188Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32692026-06-21T00:17:36.102Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702026-06-21T00:17:37.920Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32712026-06-21T00:17:39.697Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32722026-06-21T00:17:41.831Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32732026-06-21T00:17:43.390Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32742026-06-21T00:17:45.194Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32752026-06-21T00:17:47.057Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32762026-06-21T00:17:48.816Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32772026-06-21T00:17:50.623Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32782026-06-21T00:17:53.987Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32792026-06-21T00:17:56.097Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32802026-06-21T00:17:57.726Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32812026-06-21T00:17:59.738Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32822026-06-21T00:18:01.429Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32832026-06-21T00:18:05.572Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32842026-06-21T00:18:07.488Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-21T00:18:09.321Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32862026-06-21T00:18:12.661Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-06-21T00:18:14.401Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32882026-06-21T00:18:16.124Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32892026-06-21T00:18:18.419Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32902026-06-21T00:18:20.648Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32912026-06-21T00:18:22.926Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-06-21T00:18:25.391Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-06-21T00:18:27.745Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32942026-06-21T00:18:29.873Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32952026-06-21T00:18:32.392Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32962026-06-21T00:18:34.345Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-06-21T00:18:37.028Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-06-21T00:18:38.794Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32992026-06-21T00:18:41.064Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-06-21T00:18:43.270Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-06-21T00:18:45.576Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33022026-06-21T00:18:47.909Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-06-21T00:18:50.212Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-06-21T00:18:52.478Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-06-21T00:18:54.824Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-06-21T00:18:57.053Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-06-21T00:18:59.359Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-06-21T00:19:01.817Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33092026-06-21T00:19:04.166Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33102026-06-21T00:19:06.542Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33112026-06-21T00:19:09.027Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33122026-06-21T00:19:11.362Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33132026-06-21T00:19:13.806Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-06-21T00:19:16.934Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-06-21T00:19:18.536Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-06-21T00:19:21.063Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33172026-06-21T00:19:23.526Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33182026-06-21T00:19:26.372Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33192026-06-21T00:19:28.575Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-06-21T00:19:31.232Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-06-21T00:19:33.625Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-06-21T00:19:36.140Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33232026-06-21T00:19:38.655Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-06-21T00:19:41.067Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33252026-06-21T00:19:43.594Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33262026-06-21T00:19:46.079Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-06-21T00:19:51.515Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33282026-06-21T00:19:51.661Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-06-21T00:19:53.593Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33302026-06-21T00:19:56.119Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33312026-06-21T00:19:58.577Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33322026-06-21T00:20:01.114Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33332026-06-21T00:20:03.756Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-06-21T00:20:06.303Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-06-21T00:20:08.927Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-06-21T00:20:11.601Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33372026-06-21T00:20:14.229Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-06-21T00:20:16.838Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33392026-06-21T00:20:19.373Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33402026-06-21T00:20:21.982Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33412026-06-21T00:20:26.302Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33422026-06-21T00:20:27.330Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-06-21T00:20:30.350Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-06-21T00:20:32.769Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33452026-06-21T00:20:35.346Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33462026-06-21T00:20:43.068Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33472026-06-21T00:20:43.261Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33482026-06-21T00:20:46.656Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33492026-06-21T00:20:50.164Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33502026-06-21T00:20:54.844Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33512026-06-21T00:20:57.715Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33522026-06-21T00:21:01.427Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33532026-06-21T00:21:05.170Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-06-21T00:21:08.867Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33552026-06-21T00:21:12.655Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33562026-06-21T00:21:16.348Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33572026-06-21T00:21:20.330Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33582026-06-21T00:21:23.932Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33592026-06-21T00:21:27.763Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33602026-06-21T00:21:31.494Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33612026-06-21T00:21:35.262Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33622026-06-21T00:21:39.197Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33632026-06-21T00:21:42.862Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-06-21T00:21:46.681Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33652026-06-21T00:21:50.519Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33662026-06-21T00:21:54.256Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33672026-06-21T00:21:58.037Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33682026-06-21T00:22:01.795Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33692026-06-21T00:22:05.582Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33702026-06-21T00:22:35.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s
33712026-06-21T00:22:35.942Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
33722026-06-21T00:22:36.039Z
33732026-06-21T00:22:36.039Zreal 6:56.629825549
33742026-06-21T00:22:36.039Zuser 18:08.998514987
33752026-06-21T00:22:36.039Zsys 3:52.659284495
33762026-06-21T00:22:36.039Ztrap 0.271069144
33772026-06-21T00:22:36.039Ztflt 0.024476330
33782026-06-21T00:22:36.039Zdflt 0.051261007
33792026-06-21T00:22:36.039Zkflt 0.000044600
33802026-06-21T00:22:36.039Zlock 6:29:56.539443239
33812026-06-21T00:22:36.039Zslp 2:20:43.585768545
33822026-06-21T00:22:36.040Zlat 33.248155532
33832026-06-21T00:22:36.040Zstop 1:33.005038950
33842026-06-21T00:22:36.043Zprocess exited: duration 815909 ms, exit code 0
 
33852026-06-21T00:22:36.048Zfound 0 output files