01KVVMV9QWMSPK85ES1SAEXZQC: clippy (helios)

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

Buildomat Job: 01KVVMVRKJDQ16V8NG4AYWTZT5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-24T01:46:26.836Zjob assigned to worker 01KVVMW0D53NP5J2F8QDDFSDXG [factory aws, i-0d7ff2fdbfa4b7e5a] (queued for 49 s)
 
22026-06-24T01:46:33.661Zstarting task 0: "setup"
32026-06-24T01:46:33.665Z++ uname -s
42026-06-24T01:46:33.668Z+ kern=SunOS
52026-06-24T01:46:33.668Z+ build_user=build
62026-06-24T01:46:33.668Z+ build_uid=12345
72026-06-24T01:46:33.668Z+ work_dir=/work
82026-06-24T01:46:33.668Z+ input_dir=/input
92026-06-24T01:46:33.668Z+ [[ 0 == 12345 ]]
102026-06-24T01:46:33.668Z+ case "$kern" in
112026-06-24T01:46:33.668Z+ groupadd -g 12345 build
122026-06-24T01:46:33.671Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-24T01:46:35.675Z+ zfs create -o mountpoint=/work rpool/work
142026-06-24T01:46:35.792Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-24T01:46:35.796Z+ home_fs=zfs
162026-06-24T01:46:35.796Z+ [[ zfs == autofs ]]
172026-06-24T01:46:35.796Z+ mkdir -p /home/build
182026-06-24T01:46:35.796Z+ chown build:build /home/build /work
192026-06-24T01:46:37.796Z+ chmod 0700 /home/build /work
202026-06-24T01:46:37.799Zprocess exited: duration 4140 ms, exit code 0
 
212026-06-24T01:46:37.805Zstarting task 1: "rust-toolchain"
222026-06-24T01:46:37.810Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-24T01:46:37.810Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-24T01:46:37.810Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-24T01:46:37.810Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-24T01:46:37.810Z * rust toolchain channel = "1.96.0"
272026-06-24T01:46:37.810Z * rust toolchain profile = "default"
282026-06-24T01:46:37.813Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-24T01:46:37.813Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-24T01:46:37.915Zinfo: downloading installer
312026-06-24T01:46:39.337Zwarn: It looks like you have an existing rustup settings file at:
322026-06-24T01:46:39.337Zwarn: /home/build/.rustup/settings.toml
332026-06-24T01:46:39.337Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-24T01:46:39.337Zwarn: instead of the one inferred from the default host triple.
352026-06-24T01:46:39.350Zinfo: profile set to default
362026-06-24T01:46:39.350Zinfo: default host triple is x86_64-unknown-illumos
372026-06-24T01:46:39.353Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-24T01:46:39.506Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-24T01:46:39.509Zinfo: downloading 6 components
402026-06-24T01:46:54.310Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-24T01:46:54.310Z
422026-06-24T01:46:54.342Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-24T01:46:54.342Z
442026-06-24T01:46:54.343Z
452026-06-24T01:46:54.343ZRust is installed now. Great!
462026-06-24T01:46:54.343Z
472026-06-24T01:46:54.343ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-24T01:46:54.343Zenvironment variable. This has not been done automatically.
492026-06-24T01:46:54.343Z
502026-06-24T01:46:54.343ZTo configure your current shell, you need to source
512026-06-24T01:46:54.343Zthe corresponding env file under $HOME/.cargo.
522026-06-24T01:46:54.343Z
532026-06-24T01:46:54.343ZThis is usually done by running one of the following (note the leading DOT):
542026-06-24T01:46:54.343Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-24T01:46:54.346Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-24T01:46:54.346Zsource "~/.cargo/env.nu" # For nushell
572026-06-24T01:46:54.346Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-24T01:46:54.346Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-24T01:46:54.346Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-24T01:46:54.346Zwarn: no default linker (`cc`) was found in your PATH
612026-06-24T01:46:54.346Zwarn: many Rust crates require a system C toolchain to build
622026-06-24T01:46:54.436Z+ rustup --version
632026-06-24T01:46:54.445Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-24T01:46:54.448Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-24T01:46:54.465Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-24T01:46:54.468Z+ cargo --version
672026-06-24T01:46:54.482Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-24T01:46:54.485Z+ rustc --version
692026-06-24T01:46:54.504Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-24T01:46:54.506Zprocess exited: duration 16700 ms, exit code 0
 
712026-06-24T01:46:54.512Zstarting task 2: "authentication"
722026-06-24T01:46:54.528Zprocess exited: duration 15 ms, exit code 0
 
732026-06-24T01:46:54.534Zstarting task 3: "clone repository"
742026-06-24T01:46:54.537Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-24T01:46:54.540Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-24T01:46:54.569ZCloning into '/work/oxidecomputer/omicron'...
772026-06-24T01:47:04.210Z+ cd /work/oxidecomputer/omicron
782026-06-24T01:47:04.210Z+ git fetch origin 3559cc0cbcdae07971bbc35938fa33d77a525c3f
792026-06-24T01:47:04.478ZFrom https://github.com/oxidecomputer/omicron
802026-06-24T01:47:04.478Z * branch 3559cc0cbcdae07971bbc35938fa33d77a525c3f -> FETCH_HEAD
812026-06-24T01:47:04.488Z+ [[ -n alan/the-update-channel ]]
822026-06-24T01:47:04.492Z++ git branch --show-current
832026-06-24T01:47:04.492Z+ current=main
842026-06-24T01:47:04.492Z+ [[ main != alan/the-update-channel ]]
852026-06-24T01:47:04.492Z+ git branch -f alan/the-update-channel 3559cc0cbcdae07971bbc35938fa33d77a525c3f
862026-06-24T01:47:04.495Z+ git checkout -f alan/the-update-channel
872026-06-24T01:47:04.628ZSwitched to branch 'alan/the-update-channel'
882026-06-24T01:47:04.632Z+ git reset --hard 3559cc0cbcdae07971bbc35938fa33d77a525c3f
892026-06-24T01:47:04.760ZHEAD is now at 3559cc0cb fix hakari
902026-06-24T01:47:04.763Zprocess exited: duration 10227 ms, exit code 0
 
912026-06-24T01:47:04.769Zstarting task 4: "build"
922026-06-24T01:47:04.774Z+ source ./env.sh
932026-06-24T01:47:04.777Z++ OLD_SHELL_OPTS=ehxB
942026-06-24T01:47:04.777Z++ set -o xtrace
952026-06-24T01:47:04.777Z++++ dirname ./env.sh
962026-06-24T01:47:04.780Z+++ readlink -f .
972026-06-24T01:47:04.783Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-24T01:47:04.783Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-24T01:47:04.783Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-24T01:47:04.783Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-24T01:47:04.783Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-24T01:47:04.783Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-24T01:47:04.783Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-24T01:47:04.783Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-24T01:47:04.783Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-24T01:47:04.783Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-24T01:47:04.783Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-24T01:47:04.783Z++ case $OLD_SHELL_OPTS in
1092026-06-24T01:47:04.783Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-24T01:47:04.783Z+ source .github/buildomat/ci-env.sh
1112026-06-24T01:47:04.783Z++ export CARGO_TERM_COLOR=always
1122026-06-24T01:47:04.783Z++ CARGO_TERM_COLOR=always
1132026-06-24T01:47:04.783Z+ cargo --version
1142026-06-24T01:47:04.790Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-24T01:47:04.793Z+ rustc --version
1162026-06-24T01:47:04.813Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-24T01:47:04.816Z+ banner prerequisites
1182026-06-24T01:47:04.819Z
1192026-06-24T01:47:04.819Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-24T01:47:04.819Z # # # # # # # # # # # # # # #
1212026-06-24T01:47:04.819Z # # # # ##### # # ##### # # # # # #### #
1222026-06-24T01:47:04.819Z ##### ##### # ##### # # # # # # # # #
1232026-06-24T01:47:04.819Z # # # # # # # # # # # # # # #
1242026-06-24T01:47:04.819Z # # # ###### # # ###### ### # #### # #### #
1252026-06-24T01:47:04.819Z
1262026-06-24T01:47:04.819Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-24T01:47:06.326Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-24T01:47:06.426Z Startup: Caching catalogs ... Done
1292026-06-24T01:47:06.875ZPlanning: Solver setup ... Done (0.406s)
1302026-06-24T01:47:06.902ZPlanning: Running solver ... Done (0.025s)
1312026-06-24T01:47:06.912ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-24T01:47:06.923ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-24T01:47:06.939ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-24T01:47:06.952ZPlanning: Package planning ... Done (0.014s)
1352026-06-24T01:47:06.955ZPlanning: Merging actions ... Done (0.001s)
1362026-06-24T01:47:07.118ZPlanning: Checking for conflicting actions ... Done (0.162s)
1372026-06-24T01:47:07.121ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-24T01:47:07.929ZPlanning: Evaluating mediators ... Done (0.811s)
1392026-06-24T01:47:07.934ZPlanning: Planning completed in 1.48 seconds
1402026-06-24T01:47:07.937Z Packages to install: 2
1412026-06-24T01:47:07.938Z Estimated space available: 156.06 GB
1422026-06-24T01:47:07.938ZEstimated space to be consumed: 29.56 MB
1432026-06-24T01:47:07.938Z Create boot environment: No
1442026-06-24T01:47:07.940ZCreate backup boot environment: No
1452026-06-24T01:47:07.941Z Rebuild boot archive: No
1462026-06-24T01:47:07.941Z
1472026-06-24T01:47:07.941ZChanged packages:
1482026-06-24T01:47:07.941Zhelios
1492026-06-24T01:47:07.941Z developer/build-essential
1502026-06-24T01:47:07.941Z None -> 11-3.0
1512026-06-24T01:47:07.941Z library/libxmlsec1
1522026-06-24T01:47:07.941Z None -> 1.2.35-3.0
1532026-06-24T01:47:07.962Z
1542026-06-24T01:47:07.962ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-24T01:47:08.431ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1562026-06-24T01:47:08.511Z Actions: 1/268 actions (Installing new actions)
1572026-06-24T01:47:08.552Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-24T01:47:08.559ZFinalize: Updating package state database ... Done (0.009s)
1592026-06-24T01:47:08.564ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-24T01:47:08.586ZFinalize: Updating image state ... Done (0.027s)
1612026-06-24T01:47:10.996ZFinalize: Creating fast lookup database ... Done (2.386s)
1622026-06-24T01:47:11.065ZFinalize: Reading search index ... Done (0.012s)
1632026-06-24T01:47:11.069ZFinalize: Updating search index ... Done (0.000s)
1642026-06-24T01:47:11.154ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-24T01:47:11.468ZPlanning: Evaluating mediator changes ... Done
1662026-06-24T01:47:11.570ZPlanning: Checking for conflicting actions ... Done
1672026-06-24T01:47:11.573ZPlanning: Consolidating action changes ... Done
1682026-06-24T01:47:11.726ZPlanning: Evaluating mediators ... Done
1692026-06-24T01:47:11.731ZPlanning: Planning completed in 0.26 seconds
1702026-06-24T01:47:11.748Z Mediators to change: 2
1712026-06-24T01:47:11.748Z Create boot environment: No
1722026-06-24T01:47:11.748ZCreate backup boot environment: No
1732026-06-24T01:47:11.809ZFinalize: Updating package state database ... Done
1742026-06-24T01:47:11.809ZFinalize: Updating package cache ... Done
1752026-06-24T01:47:11.827ZFinalize: Updating image state ... Done
1762026-06-24T01:47:13.749ZFinalize: Creating fast lookup database ... Done
1772026-06-24T01:47:13.813ZFinalize: Reading search index ... Done
1782026-06-24T01:47:13.816ZFinalize: Updating search index ... Done
1792026-06-24T01:47:13.892ZFinalize: Updating package cache ... Done
1802026-06-24T01:47:14.173ZPlanning: Evaluating mediator changes ... Done
1812026-06-24T01:47:14.277ZPlanning: Checking for conflicting actions ... Done
1822026-06-24T01:47:14.280ZPlanning: Consolidating action changes ... Done
1832026-06-24T01:47:14.433ZPlanning: Evaluating mediators ... Done
1842026-06-24T01:47:14.436ZPlanning: Planning completed in 0.26 seconds
1852026-06-24T01:47:14.456Z Mediators to change: 1
1862026-06-24T01:47:14.456Z Create boot environment: No
1872026-06-24T01:47:14.456ZCreate backup boot environment: No
1882026-06-24T01:47:14.509ZFinalize: Updating package state database ... Done
1892026-06-24T01:47:14.510ZFinalize: Updating package cache ... Done
1902026-06-24T01:47:14.524ZFinalize: Updating image state ... Done
1912026-06-24T01:47:16.465ZFinalize: Creating fast lookup database ... Done
1922026-06-24T01:47:16.526ZFinalize: Reading search index ... Done
1932026-06-24T01:47:16.529ZFinalize: Updating search index ... Done
1942026-06-24T01:47:16.678ZFinalize: Updating package cache ... Done
1952026-06-24T01:47:16.971ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-24T01:47:16.971Zapache system 2.4 system
1972026-06-24T01:47:16.971Zclang system 15 system
1982026-06-24T01:47:16.971Zcsh system system illumos
1992026-06-24T01:47:16.971Zctags system system illumos
2002026-06-24T01:47:16.971Zfile vendor vendor darwinsys
2012026-06-24T01:47:16.971Zfile system system illumos
2022026-06-24T01:47:16.971Zgcc vendor 14 vendor
2032026-06-24T01:47:16.971Zgcc system 13 system
2042026-06-24T01:47:16.971Zgcc system 10 system
2052026-06-24T01:47:16.971Zgo system 1.25 system
2062026-06-24T01:47:16.971Zllvm system 15 system
2072026-06-24T01:47:16.971Zmariadb system 11.4 system
2082026-06-24T01:47:16.971Zmta vendor vendor dma
2092026-06-24T01:47:16.972Zopenjdk system 17 system
2102026-06-24T01:47:16.972Zopenjdk system 11 system
2112026-06-24T01:47:16.972Zopenssl vendor 3 vendor
2122026-06-24T01:47:16.972Zperl system 5.40 system
2132026-06-24T01:47:16.972Zpostgresql system 18 system
2142026-06-24T01:47:16.972Zpostgresql system 17 system
2152026-06-24T01:47:16.972Zpython vendor 3 vendor
2162026-06-24T01:47:16.972Zpython system 2 system
2172026-06-24T01:47:16.972Zpython3 vendor 3.13 vendor
2182026-06-24T01:47:16.972Zruby system 3.4 system
2192026-06-24T01:47:16.972Zruby system 3.0 system
2202026-06-24T01:47:16.972Zwords vendor vendor american-english
2212026-06-24T01:47:16.972Zwords system system australian-english
2222026-06-24T01:47:16.972Zwords system system british-english
2232026-06-24T01:47:16.972Zwords system system canadian-english
2242026-06-24T01:47:16.972Zwords system system french
2252026-06-24T01:47:16.972Zwords system system italian
2262026-06-24T01:47:16.972Zwords system system ngerman
2272026-06-24T01:47:16.972Zwords system system ogerman
2282026-06-24T01:47:16.972Zwords system system spanish
2292026-06-24T01:47:17.224ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-24T01:47:17.224Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-24T01:47:17.519ZFMRI IFO
2322026-06-24T01:47:17.519Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-24T01:47:17.519Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-24T01:47:17.519Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-24T01:47:17.519Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-24T01:47:17.519Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-24T01:47:17.519Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-24T01:47:17.519Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-24T01:47:17.519Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-24T01:47:17.519Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-24T01:47:17.768Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-24T01:47:18.031Z Updating crates.io index
2432026-06-24T01:47:18.034Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-24T01:47:18.241Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-24T01:47:18.548Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-24T01:47:18.839Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-24T01:47:19.730Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-24T01:47:20.193Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-24T01:47:21.700Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-24T01:47:22.496Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-24T01:47:22.739Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-24T01:47:23.709Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-24T01:47:24.119Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-24T01:47:24.408Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-24T01:47:24.647Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-24T01:47:25.062Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-24T01:47:25.508Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-24T01:47:25.743Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-24T01:47:25.980Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-24T01:47:26.237Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-24T01:47:26.501Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-24T01:47:26.732Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-24T01:47:26.968Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-24T01:47:27.221Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-24T01:47:27.539Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-24T01:47:27.851Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-24T01:47:28.081Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-24T01:47:28.498Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-24T01:47:28.896Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-24T01:47:29.175Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-24T01:47:29.412Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-24T01:47:29.651Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-24T01:47:29.987Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-24T01:47:30.342Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-24T01:47:30.578Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-24T01:47:30.825Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-24T01:47:31.057Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-24T01:47:31.309Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-24T01:47:31.568Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-24T01:47:31.830Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-24T01:47:32.113Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-24T01:47:32.337Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-24T01:47:35.025Z Downloading crates ...
2842026-06-24T01:47:35.098Z Downloaded anyhow v1.0.102
2852026-06-24T01:47:35.104Z Downloaded quote v1.0.45
2862026-06-24T01:47:35.107Z Downloaded ucd-trie v0.1.7
2872026-06-24T01:47:35.107Z Downloaded utf8_iter v1.0.4
2882026-06-24T01:47:35.110Z Downloaded utf8parse v0.2.2
2892026-06-24T01:47:35.112Z Downloaded unicode-linebreak v0.1.5
2902026-06-24T01:47:35.115Z Downloaded usdt-attr-macro v0.5.0
2912026-06-24T01:47:35.115Z Downloaded yoke-derive v0.8.1
2922026-06-24T01:47:35.115Z Downloaded version_check v0.9.5
2932026-06-24T01:47:35.118Z Downloaded toml_datetime v0.6.11
2942026-06-24T01:47:35.118Z Downloaded unicode-xid v0.2.6
2952026-06-24T01:47:35.122Z Downloaded toml_write v0.1.2
2962026-06-24T01:47:35.124Z Downloaded usdt v0.5.0
2972026-06-24T01:47:35.124Z Downloaded thiserror-impl v1.0.69
2982026-06-24T01:47:35.127Z Downloaded typeid v1.0.3
2992026-06-24T01:47:35.127Z Downloaded syn v2.0.117
3002026-06-24T01:47:35.133Z Downloaded zerofrom v0.1.6
3012026-06-24T01:47:35.136Z Downloaded usdt-macro v0.5.0
3022026-06-24T01:47:35.136Z Downloaded thread-id v4.2.2
3032026-06-24T01:47:35.143Z Downloaded zerofrom-derive v0.1.6
3042026-06-24T01:47:35.145Z Downloaded zerovec-derive v0.11.2
3052026-06-24T01:47:35.145Z Downloaded tinystr v0.8.2
3062026-06-24T01:47:35.148Z Downloaded thiserror v1.0.69
3072026-06-24T01:47:35.151Z Downloaded yoke v0.8.1
3082026-06-24T01:47:35.151Z Downloaded zmij v1.0.21
3092026-06-24T01:47:35.154Z Downloaded writeable v0.6.2
3102026-06-24T01:47:35.158Z Downloaded thiserror-impl v2.0.18
3112026-06-24T01:47:35.162Z Downloaded usdt-impl v0.5.0
3122026-06-24T01:47:35.168Z Downloaded toml v0.8.23
3132026-06-24T01:47:35.175Z Downloaded thiserror v2.0.18
3142026-06-24T01:47:35.179Z Downloaded unicode-ident v1.0.24
3152026-06-24T01:47:35.185Z Downloaded textwrap v0.16.2
3162026-06-24T01:47:35.190Z Downloaded zerocopy-derive v0.7.35
3172026-06-24T01:47:35.193Z Downloaded typenum v1.19.0
3182026-06-24T01:47:35.196Z Downloaded toml_edit v0.22.27
3192026-06-24T01:47:35.199Z Downloaded url v2.5.8
3202026-06-24T01:47:35.204Z Downloaded zerotrie v0.2.3
3212026-06-24T01:47:35.219Z Downloaded zerovec v0.11.5
3222026-06-24T01:47:35.222Z Downloaded zerocopy v0.7.35
3232026-06-24T01:47:35.229Z Downloaded winnow v0.7.14
3242026-06-24T01:47:35.239Z Downloaded unicode-width v0.2.0
3252026-06-24T01:47:35.242Z Downloaded unicode-width v0.1.14
3262026-06-24T01:47:35.253Z Downloaded dtrace-parser v0.2.0
3272026-06-24T01:47:35.275Z Downloaded icu_normalizer v2.1.1
3282026-06-24T01:47:35.278Z Downloaded autocfg v1.5.0
3292026-06-24T01:47:35.282Z Downloaded fs-err v3.3.0
3302026-06-24T01:47:35.296Z Downloaded anstyle-parse v1.0.0
3312026-06-24T01:47:35.408Z Downloaded heck v0.4.1
3322026-06-24T01:47:35.412Z Downloaded smawk v0.3.2
3332026-06-24T01:47:35.415Z Downloaded tabled_derive v0.7.0
3342026-06-24T01:47:35.415Z Downloaded pretty-hex v0.4.1
3352026-06-24T01:47:35.418Z Downloaded fastrand v2.3.0
3362026-06-24T01:47:35.418Z Downloaded cargo-platform v0.2.0
3372026-06-24T01:47:35.422Z Downloaded byteorder v1.5.0
3382026-06-24T01:47:35.431Z Downloaded cargo-util-schemas v0.8.2
3392026-06-24T01:47:35.434Z Downloaded terminal_size v0.4.3
3402026-06-24T01:47:35.437Z Downloaded digest v0.10.7
3412026-06-24T01:47:35.442Z Downloaded papergrid v0.11.0
3422026-06-24T01:47:35.445Z Downloaded pest_generator v2.8.6
3432026-06-24T01:47:35.448Z Downloaded icu_provider v2.1.1
3442026-06-24T01:47:35.453Z Downloaded serde v1.0.228
3452026-06-24T01:47:35.471Z Downloaded camino-tempfile v1.4.1
3462026-06-24T01:47:35.476Z Downloaded serde_json v1.0.150
3472026-06-24T01:47:35.476Z Downloaded memmap v0.7.0
3482026-06-24T01:47:35.479Z Downloaded cfg-if v1.0.4
3492026-06-24T01:47:35.482Z Downloaded hashbrown v0.17.0
3502026-06-24T01:47:35.485Z Downloaded serde_core v1.0.228
3512026-06-24T01:47:35.485Z Downloaded litemap v0.8.1
3522026-06-24T01:47:35.488Z Downloaded clap_builder v4.6.0
3532026-06-24T01:47:35.492Z Downloaded syn v1.0.109
3542026-06-24T01:47:35.513Z Downloaded rustix v1.1.3
3552026-06-24T01:47:35.526Z Downloaded num-traits v0.2.19
3562026-06-24T01:47:35.529Z Downloaded camino v1.2.2
3572026-06-24T01:47:35.529Z Downloaded indexmap v2.14.0
3582026-06-24T01:47:35.532Z Downloaded generic-array v0.14.7
3592026-06-24T01:47:35.532Z Downloaded fnv v1.0.7
3602026-06-24T01:47:35.532Z Downloaded icu_properties_data v2.1.2
3612026-06-24T01:47:35.548Z Downloaded clap_derive v4.6.1
3622026-06-24T01:47:35.553Z Downloaded crypto-common v0.1.7
3632026-06-24T01:47:35.619Z Downloaded errno v0.3.14
3642026-06-24T01:47:35.628Z Downloaded proc-macro-error v1.0.4
3652026-06-24T01:47:35.631Z Downloaded scroll v0.12.0
3662026-06-24T01:47:35.631Z Downloaded percent-encoding v2.3.2
3672026-06-24T01:47:35.640Z Downloaded block-buffer v0.10.4
3682026-06-24T01:47:35.643Z Downloaded serde_tokenstream v0.2.3
3692026-06-24T01:47:35.650Z Downloaded swrite v0.1.0
3702026-06-24T01:47:35.662Z Downloaded plain v0.2.3
3712026-06-24T01:47:35.667Z Downloaded log v0.4.29
3722026-06-24T01:47:35.700Z Downloaded smallvec v1.15.1
3732026-06-24T01:47:35.703Z Downloaded serde-untagged v0.1.9
3742026-06-24T01:47:35.715Z Downloaded tabled v0.15.0
3752026-06-24T01:47:35.781Z Downloaded libc v0.2.185
3762026-06-24T01:47:35.913Z Downloaded clap_lex v1.0.0
3772026-06-24T01:47:35.918Z Downloaded anstyle v1.0.14
3782026-06-24T01:47:35.923Z Downloaded anstyle-query v1.1.5
3792026-06-24T01:47:35.926Z Downloaded erased-serde v0.4.9
3802026-06-24T01:47:35.929Z Downloaded proc-macro2 v1.0.106
3812026-06-24T01:47:35.931Z Downloaded bytecount v0.6.9
3822026-06-24T01:47:35.932Z Downloaded icu_collections v2.1.1
3832026-06-24T01:47:35.934Z Downloaded heck v0.5.0
3842026-06-24T01:47:35.937Z Downloaded displaydoc v0.2.5
3852026-06-24T01:47:35.937Z Downloaded equivalent v1.0.2
3862026-06-24T01:47:35.940Z Downloaded sha2 v0.10.9
3872026-06-24T01:47:35.940Z Downloaded tempfile v3.25.0
3882026-06-24T01:47:35.940Z Downloaded stable_deref_trait v1.2.1
3892026-06-24T01:47:35.945Z Downloaded itoa v1.0.17
3902026-06-24T01:47:35.948Z Downloaded ordered-float v2.10.1
3912026-06-24T01:47:35.958Z Downloaded serde_derive v1.0.228
3922026-06-24T01:47:35.962Z Downloaded semver v1.0.28
3932026-06-24T01:47:35.964Z Downloaded idna v1.1.0
3942026-06-24T01:47:35.967Z Downloaded cargo_toml v0.21.0
3952026-06-24T01:47:35.971Z Downloaded pest_derive v2.8.6
3962026-06-24T01:47:35.982Z Downloaded pest_meta v2.8.6
3972026-06-24T01:47:35.985Z Downloaded icu_locale_core v2.1.1
3982026-06-24T01:47:35.985Z Downloaded memchr v2.8.0
3992026-06-24T01:47:35.988Z Downloaded goblin v0.8.2
4002026-06-24T01:47:36.081Z Downloaded pest v2.8.6
4012026-06-24T01:47:36.100Z Downloaded cpufeatures v0.2.17
4022026-06-24T01:47:36.107Z Downloaded proc-macro-error-attr v1.0.4
4032026-06-24T01:47:36.113Z Downloaded synstructure v0.13.2
4042026-06-24T01:47:36.116Z Downloaded anstream v1.0.0
4052026-06-24T01:47:36.119Z Downloaded once_cell v1.21.3
4062026-06-24T01:47:36.119Z Downloaded clap v4.6.1
4072026-06-24T01:47:36.122Z Downloaded strsim v0.11.1
4082026-06-24T01:47:36.125Z Downloaded getrandom v0.4.1
4092026-06-24T01:47:36.128Z Downloaded serde-value v0.7.0
4102026-06-24T01:47:36.128Z Downloaded icu_normalizer_data v2.1.1
4112026-06-24T01:47:36.131Z Downloaded icu_properties v2.1.2
4122026-06-24T01:47:36.134Z Downloaded scroll_derive v0.12.1
4132026-06-24T01:47:36.134Z Downloaded idna_adapter v1.2.1
4142026-06-24T01:47:36.136Z Downloaded potential_utf v0.1.4
4152026-06-24T01:47:36.137Z Downloaded colorchoice v1.0.4
4162026-06-24T01:47:36.147Z Downloaded dof v0.3.0
4172026-06-24T01:47:36.150Z Downloaded macaddr v1.0.1
4182026-06-24T01:47:36.150Z Downloaded serde_spanned v0.6.9
4192026-06-24T01:47:36.152Z Downloaded form_urlencoded v1.2.2
4202026-06-24T01:47:36.153Z Downloaded cargo_metadata v0.21.0
4212026-06-24T01:47:36.153Z Downloaded is_terminal_polyfill v1.70.2
4222026-06-24T01:47:36.157Z Downloaded bitflags v2.11.0
4232026-06-24T01:47:36.210Z Compiling proc-macro2 v1.0.106
4242026-06-24T01:47:36.210Z Compiling quote v1.0.45
4252026-06-24T01:47:36.210Z Compiling unicode-ident v1.0.24
4262026-06-24T01:47:36.210Z Compiling serde_core v1.0.228
4272026-06-24T01:47:36.210Z Compiling libc v0.2.185
4282026-06-24T01:47:36.213Z Compiling version_check v0.9.5
4292026-06-24T01:47:36.213Z Compiling stable_deref_trait v1.2.1
4302026-06-24T01:47:36.213Z Compiling serde v1.0.228
4312026-06-24T01:47:36.466Z Compiling memchr v2.8.0
4322026-06-24T01:47:36.532Z Compiling zmij v1.0.21
4332026-06-24T01:47:36.728Z Compiling ucd-trie v0.1.7
4342026-06-24T01:47:36.804Z Compiling autocfg v1.5.0
4352026-06-24T01:47:36.848Z Compiling itoa v1.0.17
4362026-06-24T01:47:37.031Z Compiling thiserror v1.0.69
4372026-06-24T01:47:37.128Z Compiling pest v2.8.6
4382026-06-24T01:47:37.145Z Compiling writeable v0.6.2
4392026-06-24T01:47:37.242Z Compiling litemap v0.8.1
4402026-06-24T01:47:37.268Z Compiling rustix v1.1.3
4412026-06-24T01:47:37.433Z Compiling icu_normalizer_data v2.1.1
4422026-06-24T01:47:37.599Z Compiling byteorder v1.5.0
4432026-06-24T01:47:37.616Z Compiling icu_properties_data v2.1.2
4442026-06-24T01:47:37.697Z Compiling syn v2.0.117
4452026-06-24T01:47:37.808Z Compiling errno v0.3.14
4462026-06-24T01:47:37.823Z Compiling serde_json v1.0.150
4472026-06-24T01:47:37.839Z Compiling bitflags v2.11.0
4482026-06-24T01:47:38.046Z Compiling num-traits v0.2.19
4492026-06-24T01:47:38.063Z Compiling hashbrown v0.17.0
4502026-06-24T01:47:38.227Z Compiling pest_meta v2.8.6
4512026-06-24T01:47:38.282Z Compiling smallvec v1.15.1
4522026-06-24T01:47:38.358Z Compiling equivalent v1.0.2
4532026-06-24T01:47:38.448Z Compiling typeid v1.0.3
4542026-06-24T01:47:38.618Z Compiling indexmap v2.14.0
4552026-06-24T01:47:38.673Z Compiling thread-id v4.2.2
4562026-06-24T01:47:38.687Z Compiling proc-macro-error-attr v1.0.4
4572026-06-24T01:47:38.753Z Compiling usdt-impl v0.5.0
4582026-06-24T01:47:38.769Z Compiling syn v1.0.109
4592026-06-24T01:47:38.883Z Compiling toml_write v0.1.2
4602026-06-24T01:47:38.973Z Compiling erased-serde v0.4.9
4612026-06-24T01:47:39.098Z Compiling winnow v0.7.14
4622026-06-24T01:47:39.291Z Compiling proc-macro-error v1.0.4
4632026-06-24T01:47:39.334Z Compiling camino v1.2.2
4642026-06-24T01:47:39.472Z Compiling thiserror v2.0.18
4652026-06-24T01:47:39.648Z Compiling utf8parse v0.2.2
4662026-06-24T01:47:39.762Z Compiling log v0.4.29
4672026-06-24T01:47:39.799Z Compiling getrandom v0.4.1
4682026-06-24T01:47:39.831Z Compiling utf8_iter v1.0.4
4692026-06-24T01:47:39.869Z Compiling plain v0.2.3
4702026-06-24T01:47:39.951Z Compiling percent-encoding v2.3.2
4712026-06-24T01:47:39.980Z Compiling ordered-float v2.10.1
4722026-06-24T01:47:40.088Z Compiling anstyle-parse v1.0.0
4732026-06-24T01:47:40.143Z Compiling form_urlencoded v1.2.2
4742026-06-24T01:47:40.230Z Compiling synstructure v0.13.2
4752026-06-24T01:47:40.259Z Compiling pest_generator v2.8.6
4762026-06-24T01:47:40.339Z Compiling terminal_size v0.4.3
4772026-06-24T01:47:40.532Z Compiling is_terminal_polyfill v1.70.2
4782026-06-24T01:47:40.632Z Compiling pretty-hex v0.4.1
4792026-06-24T01:47:40.694Z Compiling cfg-if v1.0.4
4802026-06-24T01:47:40.710Z Compiling colorchoice v1.0.4
4812026-06-24T01:47:40.762Z Compiling anstyle-query v1.1.5
4822026-06-24T01:47:40.779Z Compiling anstyle v1.0.14
4832026-06-24T01:47:40.825Z Compiling serde-untagged v0.1.9
4842026-06-24T01:47:40.909Z Compiling semver v1.0.28
4852026-06-24T01:47:40.953Z Compiling anstream v1.0.0
4862026-06-24T01:47:40.995Z Compiling fs-err v3.3.0
4872026-06-24T01:47:41.064Z Compiling bytecount v0.6.9
4882026-06-24T01:47:41.185Z Compiling fastrand v2.3.0
4892026-06-24T01:47:41.202Z Compiling once_cell v1.21.3
4902026-06-24T01:47:41.226Z Compiling strsim v0.11.1
4912026-06-24T01:47:41.243Z Compiling unicode-xid v0.2.6
4922026-06-24T01:47:41.258Z Compiling unicode-width v0.1.14
4932026-06-24T01:47:41.365Z Compiling anyhow v1.0.102
4942026-06-24T01:47:41.440Z Compiling fnv v1.0.7
4952026-06-24T01:47:41.532Z Compiling heck v0.5.0
4962026-06-24T01:47:41.550Z Compiling clap_lex v1.0.0
4972026-06-24T01:47:41.629Z Compiling heck v0.4.1
4982026-06-24T01:47:41.747Z Compiling papergrid v0.11.0
4992026-06-24T01:47:41.795Z Compiling clap_builder v4.6.0
5002026-06-24T01:47:41.844Z Compiling tempfile v3.25.0
5012026-06-24T01:47:41.878Z Compiling serde_derive v1.0.228
5022026-06-24T01:47:41.938Z Compiling zerofrom-derive v0.1.6
5032026-06-24T01:47:41.957Z Compiling yoke-derive v0.8.1
5042026-06-24T01:47:42.218Z Compiling zerovec-derive v0.11.2
5052026-06-24T01:47:42.369Z Compiling displaydoc v0.2.5
5062026-06-24T01:47:43.115Z Compiling thiserror-impl v1.0.69
5072026-06-24T01:47:43.118Z Compiling zerocopy-derive v0.7.35
5082026-06-24T01:47:43.157Z Compiling pest_derive v2.8.6
5092026-06-24T01:47:43.321Z Compiling zerofrom v0.1.6
5102026-06-24T01:47:43.321Z Compiling scroll_derive v0.12.1
5112026-06-24T01:47:43.453Z Compiling yoke v0.8.1
5122026-06-24T01:47:43.594Z Compiling thiserror-impl v2.0.18
5132026-06-24T01:47:43.651Z Compiling zerovec v0.11.5
5142026-06-24T01:47:43.982Z Compiling zerotrie v0.2.3
5152026-06-24T01:47:44.003Z Compiling zerocopy v0.7.35
5162026-06-24T01:47:44.166Z Compiling tinystr v0.8.2
5172026-06-24T01:47:44.289Z Compiling potential_utf v0.1.4
5182026-06-24T01:47:44.393Z Compiling icu_locale_core v2.1.1
5192026-06-24T01:47:44.455Z Compiling icu_collections v2.1.1
5202026-06-24T01:47:44.485Z Compiling dtrace-parser v0.2.0
5212026-06-24T01:47:44.539Z Compiling scroll v0.12.0
5222026-06-24T01:47:44.760Z Compiling tabled_derive v0.7.0
5232026-06-24T01:47:44.863Z Compiling goblin v0.8.2
5242026-06-24T01:47:44.945Z Compiling clap_derive v4.6.1
5252026-06-24T01:47:45.040Z Compiling icu_provider v2.1.1
5262026-06-24T01:47:45.215Z Compiling serde_spanned v0.6.9
5272026-06-24T01:47:45.248Z Compiling toml_datetime v0.6.11
5282026-06-24T01:47:45.286Z Compiling icu_properties v2.1.2
5292026-06-24T01:47:45.314Z Compiling icu_normalizer v2.1.1
5302026-06-24T01:47:45.338Z Compiling dof v0.3.0
5312026-06-24T01:47:45.365Z Compiling serde_tokenstream v0.2.3
5322026-06-24T01:47:45.510Z Compiling toml_edit v0.22.27
5332026-06-24T01:47:45.683Z Compiling serde-value v0.7.0
5342026-06-24T01:47:45.740Z Compiling cargo-platform v0.2.0
5352026-06-24T01:47:45.865Z Compiling memmap v0.7.0
5362026-06-24T01:47:46.058Z Compiling unicode-width v0.2.0
5372026-06-24T01:47:46.117Z Compiling smawk v0.3.2
5382026-06-24T01:47:46.117Z Compiling unicode-linebreak v0.1.5
5392026-06-24T01:47:46.200Z Compiling idna_adapter v1.2.1
5402026-06-24T01:47:46.290Z Compiling textwrap v0.16.2
5412026-06-24T01:47:46.331Z Compiling usdt-macro v0.5.0
5422026-06-24T01:47:46.331Z Compiling idna v1.1.0
5432026-06-24T01:47:46.362Z Compiling usdt-attr-macro v0.5.0
5442026-06-24T01:47:46.400Z Compiling tabled v0.15.0
5452026-06-24T01:47:46.724Z Compiling url v2.5.8
5462026-06-24T01:47:46.817Z Compiling clap v4.6.1
5472026-06-24T01:47:46.905Z Compiling macaddr v1.0.1
5482026-06-24T01:47:46.946Z Compiling toml v0.8.23
5492026-06-24T01:47:46.984Z Compiling camino-tempfile v1.4.1
5502026-06-24T01:47:47.344Z Compiling cargo-util-schemas v0.8.2
5512026-06-24T01:47:47.481Z Compiling cargo_toml v0.21.0
5522026-06-24T01:47:47.589Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-24T01:47:47.840Z Compiling swrite v0.1.0
5542026-06-24T01:47:47.944Z Compiling usdt v0.5.0
5552026-06-24T01:47:48.327Z Compiling cargo_metadata v0.21.0
5562026-06-24T01:47:49.267Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-24T01:47:51.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.71s
5582026-06-24T01:47:51.524Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-24T01:47:52.029Z Downloading crates ...
5602026-06-24T01:47:52.129Z Downloaded block-buffer v0.12.1
5612026-06-24T01:47:52.132Z Downloaded adler2 v2.0.1
5622026-06-24T01:47:52.136Z Downloaded bit-vec v0.8.0
5632026-06-24T01:47:52.146Z Downloaded argon2 v0.5.3
5642026-06-24T01:47:52.150Z Downloaded cipher v0.4.4
5652026-06-24T01:47:52.150Z Downloaded atomic-waker v1.1.2
5662026-06-24T01:47:52.150Z Downloaded cargo-platform v0.3.2
5672026-06-24T01:47:52.150Z Downloaded async-recursion v1.1.1
5682026-06-24T01:47:52.150Z Downloaded const-oid v0.9.6
5692026-06-24T01:47:52.163Z Downloaded blowfish v0.9.1
5702026-06-24T01:47:52.163Z Downloaded block-padding v0.3.3
5712026-06-24T01:47:52.163Z Downloaded atomicwrites v0.4.4
5722026-06-24T01:47:52.164Z Downloaded darling_macro v0.21.3
5732026-06-24T01:47:52.164Z Downloaded curve25519-dalek-derive v0.1.1
5742026-06-24T01:47:52.174Z Downloaded bcrypt-pbkdf v0.10.0
5752026-06-24T01:47:52.174Z Downloaded atty v0.2.14
5762026-06-24T01:47:52.174Z Downloaded compression-core v0.4.31
5772026-06-24T01:47:52.174Z Downloaded debug-ignore v1.0.5
5782026-06-24T01:47:52.174Z Downloaded async-stream v0.3.6
5792026-06-24T01:47:52.175Z Downloaded darling v0.23.0
5802026-06-24T01:47:52.175Z Downloaded fixedbitset v0.4.2
5812026-06-24T01:47:52.175Z Downloaded arrayvec v0.7.6
5822026-06-24T01:47:52.180Z Downloaded crossbeam-epoch v0.9.18
5832026-06-24T01:47:52.180Z Downloaded crc-catalog v2.4.0
5842026-06-24T01:47:52.180Z Downloaded crossbeam-deque v0.8.6
5852026-06-24T01:47:52.180Z Downloaded aead v0.5.2
5862026-06-24T01:47:52.180Z Downloaded bb8 v0.8.6
5872026-06-24T01:47:52.180Z Downloaded endian-type v0.1.2
5882026-06-24T01:47:52.181Z Downloaded bit-set v0.8.0
5892026-06-24T01:47:52.181Z Downloaded assert_matches v1.5.0
5902026-06-24T01:47:52.181Z Downloaded darling_macro v0.20.11
5912026-06-24T01:47:52.181Z Downloaded crucible-workspace-hack v0.1.0
5922026-06-24T01:47:52.189Z Downloaded bitfield-macros v0.19.4
5932026-06-24T01:47:52.189Z Downloaded base16ct v0.2.0
5942026-06-24T01:47:52.189Z Downloaded bit-vec v0.6.3
5952026-06-24T01:47:52.189Z Downloaded backoff v0.4.0
5962026-06-24T01:47:52.194Z Downloaded diesel_derives v2.3.7
5972026-06-24T01:47:52.194Z Downloaded derive_builder_core v0.20.2
5982026-06-24T01:47:52.195Z Downloaded derive-ex v0.1.8
5992026-06-24T01:47:52.195Z Downloaded defmt-parser v1.0.0
6002026-06-24T01:47:52.199Z Downloaded defmt v0.3.100
6012026-06-24T01:47:52.199Z Downloaded crypto-common v0.2.2
6022026-06-24T01:47:52.199Z Downloaded crc v3.4.0
6032026-06-24T01:47:52.199Z Downloaded ascii-canvas v3.0.0
6042026-06-24T01:47:52.205Z Downloaded critical-section v1.2.0
6052026-06-24T01:47:52.205Z Downloaded crc32fast v1.5.0
6062026-06-24T01:47:52.205Z Downloaded array-init v0.0.4
6072026-06-24T01:47:52.205Z Downloaded ciborium v0.2.2
6082026-06-24T01:47:52.209Z Downloaded diesel_table_macro_syntax v0.3.0
6092026-06-24T01:47:52.209Z Downloaded bcs v0.1.6
6102026-06-24T01:47:52.209Z Downloaded anstyle-parse v0.2.7
6112026-06-24T01:47:52.209Z Downloaded bit-set v0.5.3
6122026-06-24T01:47:52.212Z Downloaded crc8 v0.1.1
6132026-06-24T01:47:52.213Z Downloaded daft-derive v0.1.7
6142026-06-24T01:47:52.216Z Downloaded cfg_aliases v0.1.1
6152026-06-24T01:47:52.224Z Downloaded float-ord v0.3.2
6162026-06-24T01:47:52.229Z Downloaded bitfield-struct v0.6.2
6172026-06-24T01:47:52.229Z Downloaded async-stream-impl v0.3.6
6182026-06-24T01:47:52.229Z Downloaded document-features v0.2.12
6192026-06-24T01:47:52.229Z Downloaded darling_macro v0.23.0
6202026-06-24T01:47:52.229Z Downloaded darling_macro v0.13.4
6212026-06-24T01:47:52.229Z Downloaded cstr-argument v0.1.2
6222026-06-24T01:47:52.229Z Downloaded cfg_aliases v0.2.1
6232026-06-24T01:47:52.233Z Downloaded futures-task v0.3.32
6242026-06-24T01:47:52.233Z Downloaded crunchy v0.2.4
6252026-06-24T01:47:52.233Z Downloaded bitflags v1.3.2
6262026-06-24T01:47:52.233Z Downloaded dtrace-parser v0.3.0
6272026-06-24T01:47:52.237Z Downloaded embedded-io v0.6.1
6282026-06-24T01:47:52.237Z Downloaded cmake v0.1.57
6292026-06-24T01:47:52.240Z Downloaded bitfield v0.19.4
6302026-06-24T01:47:52.240Z Downloaded embedded-io v0.4.0
6312026-06-24T01:47:52.240Z Downloaded downcast-rs v2.0.2
6322026-06-24T01:47:52.243Z Downloaded dyn-clone v1.0.20
6332026-06-24T01:47:52.243Z Downloaded dof v0.4.0
6342026-06-24T01:47:52.244Z Downloaded cpufeatures v0.3.0
6352026-06-24T01:47:52.244Z Downloaded derive_builder_macro v0.20.2
6362026-06-24T01:47:52.250Z Downloaded ahash v0.8.12
6372026-06-24T01:47:52.250Z Downloaded dsl_auto_type v0.2.0
6382026-06-24T01:47:52.250Z Downloaded dirs-next v2.0.0
6392026-06-24T01:47:52.253Z Downloaded foreign-types v0.5.0
6402026-06-24T01:47:52.254Z Downloaded flagset v0.4.7
6412026-06-24T01:47:52.257Z Downloaded ciborium-ll v0.2.2
6422026-06-24T01:47:52.257Z Downloaded castaway v0.2.4
6432026-06-24T01:47:52.257Z Downloaded env_filter v1.0.0
6442026-06-24T01:47:52.257Z Downloaded arrayref v0.3.9
6452026-06-24T01:47:52.262Z Downloaded dunce v1.0.5
6462026-06-24T01:47:52.262Z Downloaded dirs-sys-next v0.1.2
6472026-06-24T01:47:52.262Z Downloaded convert_case v0.4.0
6482026-06-24T01:47:52.262Z Downloaded ctr v0.9.2
6492026-06-24T01:47:52.265Z Downloaded darling v0.13.4
6502026-06-24T01:47:52.265Z Downloaded float-cmp v0.10.0
6512026-06-24T01:47:52.268Z Downloaded csv-core v0.1.13
6522026-06-24T01:47:52.268Z Downloaded ciborium-io v0.2.2
6532026-06-24T01:47:52.268Z Downloaded der_derive v0.7.3
6542026-06-24T01:47:52.271Z Downloaded cobs v0.3.0
6552026-06-24T01:47:52.274Z Downloaded git-stub v1.0.0
6562026-06-24T01:47:52.274Z Downloaded foreign-types-shared v0.3.1
6572026-06-24T01:47:52.274Z Downloaded funty v2.0.0
6582026-06-24T01:47:52.277Z Downloaded fd-lock v4.0.4
6592026-06-24T01:47:52.280Z Downloaded enum-as-inner v0.6.1
6602026-06-24T01:47:52.280Z Downloaded futures-core v0.3.32
6612026-06-24T01:47:52.283Z Downloaded dropshot-api-manager-types v0.7.2
6622026-06-24T01:47:52.283Z Downloaded foreign-types-shared v0.1.1
6632026-06-24T01:47:52.286Z Downloaded foreign-types v0.3.2
6642026-06-24T01:47:52.286Z Downloaded foreign-types-macros v0.2.3
6652026-06-24T01:47:52.286Z Downloaded display-error-chain v0.2.2
6662026-06-24T01:47:52.289Z Downloaded gethostname v0.5.0
6672026-06-24T01:47:52.292Z Downloaded futures-sink v0.3.32
6682026-06-24T01:47:52.292Z Downloaded hash32 v0.3.1
6692026-06-24T01:47:52.292Z Downloaded camino-tempfile-ext v0.3.3
6702026-06-24T01:47:52.295Z Downloaded cexpr v0.6.0
6712026-06-24T01:47:52.295Z Downloaded const_format_proc_macros v0.2.34
6722026-06-24T01:47:52.298Z Downloaded convert_case v0.10.0
6732026-06-24T01:47:52.298Z Downloaded headers-core v0.3.0
6742026-06-24T01:47:52.301Z Downloaded hash32 v0.2.1
6752026-06-24T01:47:52.301Z Downloaded futures-macro v0.3.32
6762026-06-24T01:47:52.301Z Downloaded futures-io v0.3.32
6772026-06-24T01:47:52.304Z Downloaded difflib v0.4.0
6782026-06-24T01:47:52.304Z Downloaded daft v0.1.7
6792026-06-24T01:47:52.304Z Downloaded foldhash v0.1.5
6802026-06-24T01:47:52.307Z Downloaded async-bb8-diesel v0.2.1
6812026-06-24T01:47:52.307Z Downloaded either v1.15.0
6822026-06-24T01:47:52.310Z Downloaded cbc v0.1.2
6832026-06-24T01:47:52.310Z Downloaded blake2 v0.10.6
6842026-06-24T01:47:52.314Z Downloaded ghash v0.5.1
6852026-06-24T01:47:52.314Z Downloaded deranged v0.5.8
6862026-06-24T01:47:52.319Z Downloaded ed25519 v2.2.3
6872026-06-24T01:47:52.319Z Downloaded globwalk v0.9.1
6882026-06-24T01:47:52.319Z Downloaded defmt-macros v1.0.1
6892026-06-24T01:47:52.322Z Downloaded defmt v1.0.1
6902026-06-24T01:47:52.322Z Downloaded fxhash v0.2.1
6912026-06-24T01:47:52.322Z Downloaded filetime v0.2.27
6922026-06-24T01:47:52.322Z Downloaded find-msvc-tools v0.1.9
6932026-06-24T01:47:52.326Z Downloaded digest v0.11.3
6942026-06-24T01:47:52.326Z Downloaded hex-literal v0.4.1
6952026-06-24T01:47:52.329Z Downloaded ena v0.14.4
6962026-06-24T01:47:52.329Z Downloaded ecdsa v0.16.9
6972026-06-24T01:47:52.330Z Downloaded hex v0.4.3
6982026-06-24T01:47:52.330Z Downloaded fallible-iterator v0.2.0
6992026-06-24T01:47:52.333Z Downloaded diff v0.1.13
7002026-06-24T01:47:52.333Z Downloaded hostname v0.3.1
7012026-06-24T01:47:52.336Z Downloaded home v0.5.12
7022026-06-24T01:47:52.336Z Downloaded darling_core v0.21.3
7032026-06-24T01:47:52.339Z Downloaded compression-codecs v0.4.37
7042026-06-24T01:47:52.362Z Downloaded buf-list v1.1.2
7052026-06-24T01:47:52.362Z Downloaded async-trait v0.1.89
7062026-06-24T01:47:52.362Z Downloaded group v0.13.0
7072026-06-24T01:47:52.362Z Downloaded constant_time_eq v0.4.2
7082026-06-24T01:47:52.362Z Downloaded chacha20 v0.9.1
7092026-06-24T01:47:52.362Z Downloaded byte-wrapper v0.1.0
7102026-06-24T01:47:52.362Z Downloaded globset v0.4.18
7112026-06-24T01:47:52.363Z Downloaded http-range v0.1.5
7122026-06-24T01:47:52.363Z Downloaded http-body v1.0.1
7132026-06-24T01:47:52.363Z Downloaded hubpack v0.1.2
7142026-06-24T01:47:52.363Z Downloaded httpdate v1.0.3
7152026-06-24T01:47:52.363Z Downloaded hubpack_derive v0.1.1
7162026-06-24T01:47:52.363Z Downloaded glob v0.3.3
7172026-06-24T01:47:52.363Z Downloaded fs-err v2.11.0
7182026-06-24T01:47:52.363Z Downloaded colored v2.2.0
7192026-06-24T01:47:52.363Z Downloaded ff v0.13.1
7202026-06-24T01:47:52.367Z Downloaded foldhash v0.2.0
7212026-06-24T01:47:52.367Z Downloaded erased-serde v0.3.31
7222026-06-24T01:47:52.367Z Downloaded futures-executor v0.3.32
7232026-06-24T01:47:52.367Z Downloaded derive_builder v0.20.2
7242026-06-24T01:47:52.372Z Downloaded bzip2 v0.6.1
7252026-06-24T01:47:52.372Z Downloaded data-encoding v2.10.0
7262026-06-24T01:47:52.372Z Downloaded darling v0.20.11
7272026-06-24T01:47:52.375Z Downloaded illumos-nvpair v0.3.0
7282026-06-24T01:47:52.375Z Downloaded fixedbitset v0.5.7
7292026-06-24T01:47:52.377Z Downloaded cookie v0.18.1
7302026-06-24T01:47:52.378Z Downloaded chacha20poly1305 v0.10.1
7312026-06-24T01:47:52.382Z Downloaded arc-swap v1.8.2
7322026-06-24T01:47:52.386Z Downloaded ident_case v1.0.1
7332026-06-24T01:47:52.386Z Downloaded indent_write v2.2.0
7342026-06-24T01:47:52.386Z Downloaded hyper-tls v0.6.0
7352026-06-24T01:47:52.386Z Downloaded cassowary v0.3.0
7362026-06-24T01:47:52.389Z Downloaded indoc v1.0.9
7372026-06-24T01:47:52.389Z Downloaded allocator-api2 v0.2.21
7382026-06-24T01:47:52.389Z Downloaded cargo_metadata v0.23.1
7392026-06-24T01:47:52.392Z Downloaded backon v1.6.0
7402026-06-24T01:47:52.395Z Downloaded dropshot_endpoint v0.17.1
7412026-06-24T01:47:52.395Z Downloaded des v0.8.1
7422026-06-24T01:47:52.398Z Downloaded diesel-dtrace v0.5.0
7432026-06-24T01:47:52.398Z Downloaded crossbeam-utils v0.8.21
7442026-06-24T01:47:52.401Z Downloaded inout v0.1.4
7452026-06-24T01:47:52.401Z Downloaded internet-checksum v0.2.1
7462026-06-24T01:47:52.404Z Downloaded instability v0.3.11
7472026-06-24T01:47:52.407Z Downloaded instant v0.1.13
7482026-06-24T01:47:52.407Z Downloaded fs_extra v1.3.0
7492026-06-24T01:47:52.410Z Downloaded env_logger v0.11.9
7502026-06-24T01:47:52.413Z Downloaded lazy_static v1.5.0
7512026-06-24T01:47:52.413Z Downloaded kstat-rs v0.2.4
7522026-06-24T01:47:52.419Z Downloaded is-terminal v0.4.17
7532026-06-24T01:47:52.423Z Downloaded hyper-staticfile v0.10.1
7542026-06-24T01:47:52.423Z Downloaded console v0.16.2
7552026-06-24T01:47:52.428Z Downloaded anstream v0.6.21
7562026-06-24T01:47:52.428Z Downloaded console v0.15.11
7572026-06-24T01:47:52.428Z Downloaded libscf-sys v1.1.0
7582026-06-24T01:47:52.432Z Downloaded keccak v0.1.6
7592026-06-24T01:47:52.432Z Downloaded lru v0.12.5
7602026-06-24T01:47:52.432Z Downloaded colored v3.1.1
7612026-06-24T01:47:52.435Z Downloaded http-body-util v0.1.3
7622026-06-24T01:47:52.435Z Downloaded hostname v0.4.2
7632026-06-24T01:47:52.435Z Downloaded cancel-safe-futures v0.1.5
7642026-06-24T01:47:52.438Z Downloaded lalrpop-util v0.19.12
7652026-06-24T01:47:52.438Z Downloaded is_ci v1.2.0
7662026-06-24T01:47:52.438Z Downloaded bzip2 v0.4.4
7672026-06-24T01:47:52.441Z Downloaded elliptic-curve v0.13.8
7682026-06-24T01:47:52.444Z Downloaded drift v0.2.0
7692026-06-24T01:47:52.447Z Downloaded lru-slab v0.1.2
7702026-06-24T01:47:52.450Z Downloaded md5 v0.7.0
7712026-06-24T01:47:52.450Z Downloaded linked-hash-map v0.5.6
7722026-06-24T01:47:52.450Z Downloaded humantime v2.3.0
7732026-06-24T01:47:52.456Z Downloaded darling v0.21.3
7742026-06-24T01:47:52.456Z Downloaded futures-channel v0.3.32
7752026-06-24T01:47:52.461Z Downloaded impl-trait-for-tuples v0.2.3
7762026-06-24T01:47:52.461Z Downloaded lru-cache v0.1.2
7772026-06-24T01:47:52.461Z Downloaded illumos-nvpair-sys v0.2.0
7782026-06-24T01:47:52.461Z Downloaded fatfs v0.3.6
7792026-06-24T01:47:52.467Z Downloaded cookie_store v0.22.1
7802026-06-24T01:47:52.467Z Downloaded nibble_vec v0.1.0
7812026-06-24T01:47:52.467Z Downloaded match_cfg v0.1.0
7822026-06-24T01:47:52.467Z Downloaded maplit v1.0.2
7832026-06-24T01:47:52.470Z Downloaded md-5 v0.10.6
7842026-06-24T01:47:52.470Z Downloaded nonempty v0.12.0
7852026-06-24T01:47:52.470Z Downloaded nodrop v0.1.14
7862026-06-24T01:47:52.470Z Downloaded managed v0.8.0
7872026-06-24T01:47:52.470Z Downloaded memoffset v0.9.1
7882026-06-24T01:47:52.470Z Downloaded lzss v0.8.2
7892026-06-24T01:47:52.473Z Downloaded indoc v2.0.7
7902026-06-24T01:47:52.473Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-24T01:47:52.473Z Downloaded ingot v0.1.1
7922026-06-24T01:47:52.478Z Downloaded git-stub-vcs v0.1.0
7932026-06-24T01:47:52.478Z Downloaded half v1.8.3
7942026-06-24T01:47:52.480Z Downloaded crossterm v0.28.1
7952026-06-24T01:47:52.481Z Downloaded ipnetwork v0.21.1
7962026-06-24T01:47:52.484Z Downloaded highway v1.3.0
7972026-06-24T01:47:52.484Z Downloaded ingot-types v0.1.2
7982026-06-24T01:47:52.487Z Downloaded ipnet v2.11.0
7992026-06-24T01:47:52.487Z Downloaded getrandom v0.3.4
8002026-06-24T01:47:52.490Z Downloaded normalize-line-endings v0.3.0
8012026-06-24T01:47:52.490Z Downloaded jobserver v0.1.34
8022026-06-24T01:47:52.490Z Downloaded new_debug_unreachable v1.0.6
8032026-06-24T01:47:52.490Z Downloaded newtype_derive v0.1.6
8042026-06-24T01:47:52.493Z Downloaded derive-where v1.6.0
8052026-06-24T01:47:52.498Z Downloaded num v0.4.3
8062026-06-24T01:47:52.498Z Downloaded newline-converter v0.3.0
8072026-06-24T01:47:52.498Z Downloaded num-derive v0.4.2
8082026-06-24T01:47:52.501Z Downloaded libefi-sys v0.1.0
8092026-06-24T01:47:52.501Z Downloaded multimap v0.10.1
8102026-06-24T01:47:52.501Z Downloaded darling_core v0.13.4
8112026-06-24T01:47:52.501Z Downloaded num-derive v0.3.3
8122026-06-24T01:47:52.504Z Downloaded crc-any v2.5.0
8132026-06-24T01:47:52.504Z Downloaded base64ct v1.8.3
8142026-06-24T01:47:52.507Z Downloaded libsw-core v0.3.2
8152026-06-24T01:47:52.507Z Downloaded corncobs v0.1.4
8162026-06-24T01:47:52.510Z Downloaded clang-sys v1.8.1
8172026-06-24T01:47:52.510Z Downloaded derive_more v0.99.20
8182026-06-24T01:47:52.513Z Downloaded httparse v1.10.1
8192026-06-24T01:47:52.516Z Downloaded darling_core v0.20.11
8202026-06-24T01:47:52.518Z Downloaded num_enum_derive v0.5.11
8212026-06-24T01:47:52.519Z Downloaded num-iter v0.1.45
8222026-06-24T01:47:52.519Z Downloaded num-conv v0.2.0
8232026-06-24T01:47:52.522Z Downloaded iana-time-zone v0.1.65
8242026-06-24T01:47:52.522Z Downloaded getrandom v0.2.17
8252026-06-24T01:47:52.525Z Downloaded futures v0.3.32
8262026-06-24T01:47:52.528Z Downloaded darling_core v0.23.0
8272026-06-24T01:47:52.531Z Downloaded maybe-uninit v2.0.0
8282026-06-24T01:47:52.531Z Downloaded linear-map v1.2.0
8292026-06-24T01:47:52.531Z Downloaded opaque-debug v0.3.1
8302026-06-24T01:47:52.534Z Downloaded olpc-cjson v0.1.4
8312026-06-24T01:47:52.534Z Downloaded lock_api v0.4.14
8322026-06-24T01:47:52.534Z Downloaded crypto-bigint v0.5.5
8332026-06-24T01:47:52.537Z Downloaded oso-derive v0.27.3
8342026-06-24T01:47:52.540Z Downloaded openssl-probe v0.2.1
8352026-06-24T01:47:52.540Z Downloaded openssl-macros v0.1.1
8362026-06-24T01:47:52.540Z Downloaded packed_struct_codegen v0.10.1
8372026-06-24T01:47:52.543Z Downloaded openssl-probe v0.1.6
8382026-06-24T01:47:52.543Z Downloaded mime v0.3.17
8392026-06-24T01:47:52.543Z Downloaded compact_str v0.8.1
8402026-06-24T01:47:52.546Z Downloaded nanorand v0.7.0
8412026-06-24T01:47:52.546Z Downloaded base64 v0.21.7
8422026-06-24T01:47:52.549Z Downloaded parse-size v1.1.0
8432026-06-24T01:47:52.549Z Downloaded ar_archive_writer v0.5.1
8442026-06-24T01:47:52.553Z Downloaded hmac v0.12.1
8452026-06-24T01:47:52.553Z Downloaded const-oid v0.10.2
8462026-06-24T01:47:52.556Z Downloaded hyper-rustls v0.27.7
8472026-06-24T01:47:52.560Z Downloaded newtype-uuid v1.3.2
8482026-06-24T01:47:52.560Z Downloaded native-tls v0.2.18
8492026-06-24T01:47:52.560Z Downloaded half v2.7.1
8502026-06-24T01:47:52.564Z Downloaded const_format v0.2.35
8512026-06-24T01:47:52.564Z Downloaded libsw v3.5.0
8522026-06-24T01:47:52.568Z Downloaded hybrid-array v0.4.10
8532026-06-24T01:47:52.569Z Downloaded chacha20 v0.10.0
8542026-06-24T01:47:52.569Z Downloaded libloading v0.8.9
8552026-06-24T01:47:52.572Z Downloaded pbkdf2 v0.12.2
8562026-06-24T01:47:52.572Z Downloaded parse-display v0.10.0
8572026-06-24T01:47:52.572Z Downloaded peg-runtime v0.8.5
8582026-06-24T01:47:52.572Z Downloaded num-complex v0.4.6
8592026-06-24T01:47:52.575Z Downloaded heapless v0.7.17
8602026-06-24T01:47:52.581Z Downloaded derive_more v2.1.1
8612026-06-24T01:47:52.588Z Downloaded pbkdf2 v0.11.0
8622026-06-24T01:47:52.592Z Downloaded path-slash v0.1.5
8632026-06-24T01:47:52.592Z Downloaded num_enum_derive v0.7.6
8642026-06-24T01:47:52.594Z Downloaded crossbeam-channel v0.5.15
8652026-06-24T01:47:52.594Z Downloaded phf_shared v0.12.1
8662026-06-24T01:47:52.597Z Downloaded phf_shared v0.11.3
8672026-06-24T01:47:52.597Z Downloaded num-rational v0.4.2
8682026-06-24T01:47:52.612Z Downloaded predicates-core v1.0.10
8692026-06-24T01:47:52.616Z Downloaded phf_shared v0.13.1
8702026-06-24T01:47:52.616Z Downloaded precomputed-hash v0.1.1
8712026-06-24T01:47:52.616Z Downloaded multer v3.1.0
8722026-06-24T01:47:52.620Z Downloaded mime_guess v2.0.5
8732026-06-24T01:47:52.620Z Downloaded memmap2 v0.9.10
8742026-06-24T01:47:52.620Z Downloaded ingot-macros v0.1.1
8752026-06-24T01:47:52.623Z Downloaded powerfmt v0.2.0
8762026-06-24T01:47:52.623Z Downloaded parking_lot_core v0.8.6
8772026-06-24T01:47:52.623Z Downloaded owo-colors v4.3.0
8782026-06-24T01:47:52.626Z Downloaded ignore v0.4.25
8792026-06-24T01:47:52.626Z Downloaded bytes v1.11.1
8802026-06-24T01:47:52.629Z Downloaded progenitor-client v0.14.0
8812026-06-24T01:47:52.629Z Downloaded proc-macro-crate v1.3.1
8822026-06-24T01:47:52.632Z Downloaded packed_struct v0.10.1
8832026-06-24T01:47:52.632Z Downloaded num_threads v0.1.7
8842026-06-24T01:47:52.632Z Downloaded num_enum v0.7.6
8852026-06-24T01:47:52.635Z Downloaded oxnet v0.1.6
8862026-06-24T01:47:52.638Z Downloaded heapless v0.8.0
8872026-06-24T01:47:52.644Z Downloaded aes v0.8.4
8882026-06-24T01:47:52.644Z Downloaded oxide-tokio-rt v0.1.4
8892026-06-24T01:47:52.647Z Downloaded peg v0.8.5
8902026-06-24T01:47:52.647Z Downloaded progenitor-macro v0.14.0
8912026-06-24T01:47:52.647Z Downloaded progenitor-macro v0.13.0
8922026-06-24T01:47:52.647Z Downloaded proc-macro-crate v3.4.0
8932026-06-24T01:47:52.651Z Downloaded password-hash v0.5.0
8942026-06-24T01:47:52.651Z Downloaded password-hash v0.4.2
8952026-06-24T01:47:52.651Z Downloaded quick-error v1.2.3
8962026-06-24T01:47:52.651Z Downloaded der v0.7.10
8972026-06-24T01:47:52.654Z Downloaded rand_chacha v0.3.1
8982026-06-24T01:47:52.657Z Downloaded pem v3.0.6
8992026-06-24T01:47:52.657Z Downloaded paste v1.0.15
9002026-06-24T01:47:52.660Z Downloaded parse-display-derive v0.10.0
9012026-06-24T01:47:52.660Z Downloaded psl-types v2.0.11
9022026-06-24T01:47:52.660Z Downloaded nu-ansi-term v0.50.3
9032026-06-24T01:47:52.663Z Downloaded pkg-config v0.3.32
9042026-06-24T01:47:52.663Z Downloaded pkcs8 v0.10.2
9052026-06-24T01:47:52.667Z Downloaded pem-rfc7468 v0.7.0
9062026-06-24T01:47:52.668Z Downloaded radium v0.7.0
9072026-06-24T01:47:52.668Z Downloaded litrs v1.0.0
9082026-06-24T01:47:52.671Z Downloaded phf v0.13.1
9092026-06-24T01:47:52.671Z Downloaded async-compression v0.4.41
9102026-06-24T01:47:52.673Z Downloaded expectorate v1.2.0
9112026-06-24T01:47:52.676Z Downloaded indicatif v0.18.4
9122026-06-24T01:47:52.679Z Downloaded predicates v3.1.4
9132026-06-24T01:47:52.679Z Downloaded postgres-protocol v0.6.10
9142026-06-24T01:47:52.679Z Downloaded phf v0.12.1
9152026-06-24T01:47:52.682Z Downloaded headers v0.4.1
9162026-06-24T01:47:52.685Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-06-24T01:47:52.685Z Downloaded rand_xorshift v0.4.0
9182026-06-24T01:47:52.685Z Downloaded ppv-lite86 v0.2.21
9192026-06-24T01:47:52.688Z Downloaded poly1305 v0.8.0
9202026-06-24T01:47:52.688Z Downloaded pin-project-lite v0.2.17
9212026-06-24T01:47:52.691Z Downloaded ref-cast v1.0.25
9222026-06-24T01:47:52.697Z Downloaded recursive v0.1.1
9232026-06-24T01:47:52.697Z Downloaded polyval v0.6.2
9242026-06-24T01:47:52.700Z Downloaded predicates-tree v1.0.13
9252026-06-24T01:47:52.700Z Downloaded parking_lot_core v0.9.12
9262026-06-24T01:47:52.700Z Downloaded parking_lot v0.12.5
9272026-06-24T01:47:52.700Z Downloaded ref-cast-impl v1.0.25
9282026-06-24T01:47:52.700Z Downloaded ed25519-dalek v2.2.0
9292026-06-24T01:47:52.702Z Downloaded cc v1.2.56
9302026-06-24T01:47:52.706Z Downloaded num_enum v0.5.11
9312026-06-24T01:47:52.709Z Downloaded progenitor-client v0.13.0
9322026-06-24T01:47:52.709Z Downloaded progenitor v0.14.0
9332026-06-24T01:47:52.709Z Downloaded proc-macro-error2 v2.0.1
9342026-06-24T01:47:52.711Z Downloaded rfc6979 v0.4.0
9352026-06-24T01:47:52.711Z Downloaded hickory-resolver v0.25.2
9362026-06-24T01:47:52.714Z Downloaded progenitor-extras v0.2.0
9372026-06-24T01:47:52.714Z Downloaded peg-macros v0.8.5
9382026-06-24T01:47:52.718Z Downloaded hickory-resolver v0.24.4
9392026-06-24T01:47:52.721Z Downloaded proc-macro-error-attr2 v2.0.0
9402026-06-24T01:47:52.721Z Downloaded primeorder v0.13.6
9412026-06-24T01:47:52.721Z Downloaded progenitor v0.13.0
9422026-06-24T01:47:52.721Z Downloaded r2d2 v0.8.10
9432026-06-24T01:47:52.723Z Downloaded parking_lot v0.11.2
9442026-06-24T01:47:52.724Z Downloaded libbz2-rs-sys v0.2.2
9452026-06-24T01:47:52.727Z Downloaded num-integer v0.1.46
9462026-06-24T01:47:52.727Z Downloaded derive_more-impl v2.1.1
9472026-06-24T01:47:52.731Z Downloaded russh-cryptovec v0.7.3
9482026-06-24T01:47:52.731Z Downloaded rtoolbox v0.0.3
9492026-06-24T01:47:52.734Z Downloaded omicron-zone-package v0.12.2
9502026-06-24T01:47:52.734Z Downloaded indexmap v1.9.3
9512026-06-24T01:47:52.737Z Downloaded rand_seeder v0.4.0
9522026-06-24T01:47:52.737Z Downloaded rand_core v0.9.5
9532026-06-24T01:47:52.737Z Downloaded flate2 v1.1.9
9542026-06-24T01:47:52.744Z Downloaded bumpalo v3.20.2
9552026-06-24T01:47:52.754Z Downloaded rand_core v0.6.4
9562026-06-24T01:47:52.754Z Downloaded rustc_version v0.4.1
9572026-06-24T01:47:52.754Z Downloaded postcard v1.1.3
9582026-06-24T01:47:52.754Z Downloaded pkcs1 v0.7.5
9592026-06-24T01:47:52.754Z Downloaded pin-project-internal v1.1.11
9602026-06-24T01:47:52.759Z Downloaded rustc_version v0.1.7
9612026-06-24T01:47:52.759Z Downloaded rand_chacha v0.9.0
9622026-06-24T01:47:52.759Z Downloaded miniz_oxide v0.8.9
9632026-06-24T01:47:52.759Z Downloaded same-file v1.0.6
9642026-06-24T01:47:52.759Z Downloaded scrypt v0.11.0
9652026-06-24T01:47:52.759Z Downloaded flume v0.11.1
9662026-06-24T01:47:52.759Z Downloaded base64 v0.22.1
9672026-06-24T01:47:52.763Z Downloaded salsa20 v0.10.2
9682026-06-24T01:47:52.763Z Downloaded sapling-renderdag v0.1.0
9692026-06-24T01:47:52.763Z Downloaded jiff-static v0.2.21
9702026-06-24T01:47:52.766Z Downloaded papergrid v0.17.0
9712026-06-24T01:47:52.772Z Downloaded oso v0.27.3
9722026-06-24T01:47:52.777Z Downloaded semver v0.1.20
9732026-06-24T01:47:52.777Z Downloaded secrecy v0.10.3
9742026-06-24T01:47:52.777Z Downloaded secrecy v0.8.0
9752026-06-24T01:47:52.777Z Downloaded scroll_derive v0.13.1
9762026-06-24T01:47:52.777Z Downloaded hashbrown v0.13.2
9772026-06-24T01:47:52.780Z Downloaded hashbrown v0.12.3
9782026-06-24T01:47:52.780Z Downloaded resolv-conf v0.7.6
9792026-06-24T01:47:52.786Z Downloaded scheduled-thread-pool v0.2.7
9802026-06-24T01:47:52.786Z Downloaded serde_bytes v0.11.19
9812026-06-24T01:47:52.786Z Downloaded aes-gcm v0.10.3
9822026-06-24T01:47:52.789Z Downloaded psm v0.1.30
9832026-06-24T01:47:52.793Z Downloaded serde-big-array v0.5.1
9842026-06-24T01:47:52.793Z Downloaded quinn-udp v0.5.14
9852026-06-24T01:47:52.798Z Downloaded crossterm v0.29.0
9862026-06-24T01:47:52.805Z Downloaded rand_core v0.10.0
9872026-06-24T01:47:52.805Z Downloaded pkcs5 v0.7.1
9882026-06-24T01:47:52.805Z Downloaded rustls-native-certs v0.8.3
9892026-06-24T01:47:52.809Z Downloaded shell-words v1.1.1
9902026-06-24T01:47:52.809Z Downloaded sha1 v0.11.0
9912026-06-24T01:47:52.809Z Downloaded serde_repr v0.1.20
9922026-06-24T01:47:52.809Z Downloaded serde_spanned v1.1.1
9932026-06-24T01:47:52.809Z Downloaded serde_plain v1.0.2
9942026-06-24T01:47:52.809Z Downloaded serde_urlencoded v0.7.1
9952026-06-24T01:47:52.814Z Downloaded postgres-types v0.2.12
9962026-06-24T01:47:52.814Z Downloaded rustversion v1.0.22
9972026-06-24T01:47:52.814Z Downloaded pin-project v1.1.11
9982026-06-24T01:47:52.819Z Downloaded signature v2.2.0
9992026-06-24T01:47:52.823Z Downloaded signal-hook-tokio v0.3.1
10002026-06-24T01:47:52.823Z Downloaded signal-hook-mio v0.2.5
10012026-06-24T01:47:52.823Z Downloaded seq-macro v0.3.6
10022026-06-24T01:47:52.828Z Downloaded rustc-hash v2.1.1
10032026-06-24T01:47:52.829Z Downloaded dropshot-api-manager v0.7.2
10042026-06-24T01:47:52.832Z Downloaded http v1.4.2
10052026-06-24T01:47:52.832Z Downloaded hickory-server v0.25.2
10062026-06-24T01:47:52.836Z Downloaded rustls-pemfile v2.2.0
10072026-06-24T01:47:52.836Z Downloaded slog-bunyan v2.5.0
10082026-06-24T01:47:52.836Z Downloaded scopeguard v1.2.0
10092026-06-24T01:47:52.840Z Downloaded rusty-fork v0.3.1
10102026-06-24T01:47:52.840Z Downloaded sigpipe v0.1.3
10112026-06-24T01:47:52.840Z Downloaded siphasher v1.0.2
10122026-06-24T01:47:52.843Z Downloaded minimal-lexical v0.2.1
10132026-06-24T01:47:52.848Z Downloaded hyper-util v0.1.20
10142026-06-24T01:47:52.851Z Downloaded progenitor-impl v0.13.0
10152026-06-24T01:47:52.851Z Downloaded p256 v0.13.2
10162026-06-24T01:47:52.858Z Downloaded sec1 v0.7.3
10172026-06-24T01:47:52.862Z Downloaded slog-envlogger v2.2.0
10182026-06-24T01:47:52.868Z Downloaded scroll v0.13.0
10192026-06-24T01:47:52.871Z Downloaded serde_path_to_error v0.1.20
10202026-06-24T01:47:52.871Z Downloaded serde_derive_internals v0.29.1
10212026-06-24T01:47:52.875Z Downloaded ssh-cipher v0.2.0
10222026-06-24T01:47:52.884Z Downloaded signal-hook-registry v1.4.8
10232026-06-24T01:47:52.888Z Downloaded schemars_derive v0.8.22
10242026-06-24T01:47:52.891Z Downloaded russh-keys v0.45.0
10252026-06-24T01:47:52.891Z Downloaded sqlparser_derive v0.5.0
10262026-06-24T01:47:52.894Z Downloaded strsim v0.10.0
10272026-06-24T01:47:52.894Z Downloaded strip-ansi-escapes v0.2.1
10282026-06-24T01:47:52.894Z Downloaded serde-hex v0.1.0
10292026-06-24T01:47:52.897Z Downloaded ssh-encoding v0.2.0
10302026-06-24T01:47:52.905Z Downloaded serde_with_macros v1.5.2
10312026-06-24T01:47:52.908Z Downloaded slog-async v2.8.0
10322026-06-24T01:47:52.911Z Downloaded slab v0.4.12
10332026-06-24T01:47:52.911Z Downloaded prettyplease v0.2.37
10342026-06-24T01:47:52.915Z Downloaded strum v0.27.2
10352026-06-24T01:47:52.915Z Downloaded slog-json v2.6.1
10362026-06-24T01:47:52.915Z Downloaded sync-ptr v0.1.4
10372026-06-24T01:47:52.918Z Downloaded strum v0.26.3
10382026-06-24T01:47:52.918Z Downloaded slog-stdlog v4.1.1
10392026-06-24T01:47:52.918Z Downloaded shlex v1.3.0
10402026-06-24T01:47:52.918Z Downloaded slog-term v2.9.2
10412026-06-24T01:47:52.924Z Downloaded rustls-pki-types v1.14.0
10422026-06-24T01:47:52.928Z Downloaded rcgen v0.12.1
10432026-06-24T01:47:52.928Z Downloaded structmeta v0.3.0
10442026-06-24T01:47:52.928Z Downloaded simd-adler32 v0.3.8
10452026-06-24T01:47:52.928Z Downloaded subtle v2.6.1
10462026-06-24T01:47:52.928Z Downloaded sync_wrapper v1.0.2
10472026-06-24T01:47:52.928Z Downloaded hashbrown v0.16.1
10482026-06-24T01:47:52.932Z Downloaded tap v1.0.1
10492026-06-24T01:47:52.932Z Downloaded take_mut v0.2.2
10502026-06-24T01:47:52.932Z Downloaded tabwriter v1.4.1
10512026-06-24T01:47:52.935Z Downloaded tabled_derive v0.11.0
10522026-06-24T01:47:52.935Z Downloaded supports-color v3.0.2
10532026-06-24T01:47:52.935Z Downloaded pretty_assertions v1.4.1
10542026-06-24T01:47:52.962Z Downloaded smf v0.2.3
10552026-06-24T01:47:52.962Z Downloaded hashbrown v0.15.5
10562026-06-24T01:47:52.962Z Downloaded prefix-trie v0.7.0
10572026-06-24T01:47:52.962Z Downloaded snafu-derive v0.8.9
10582026-06-24T01:47:52.962Z Downloaded openssl-sys v0.9.115
10592026-06-24T01:47:52.962Z Downloaded smallvec v0.6.14
10602026-06-24T01:47:52.962Z Downloaded slog-scope v4.4.1
10612026-06-24T01:47:52.962Z Downloaded slog-dtrace v0.3.0
10622026-06-24T01:47:52.962Z Downloaded thiserror-impl-no-std v2.0.2
10632026-06-24T01:47:52.962Z Downloaded testing_table v0.3.0
10642026-06-24T01:47:52.962Z Downloaded termtree v0.5.1
10652026-06-24T01:47:52.962Z Downloaded rustls-platform-verifier v0.6.2
10662026-06-24T01:47:52.962Z Downloaded ron v0.8.1
10672026-06-24T01:47:52.970Z Downloaded sha1 v0.10.6
10682026-06-24T01:47:52.970Z Downloaded progenitor-impl v0.14.0
10692026-06-24T01:47:52.970Z Downloaded stacker v0.1.23
10702026-06-24T01:47:52.970Z Downloaded structmeta-derive v0.3.0
10712026-06-24T01:47:52.970Z Downloaded static_assertions v1.1.0
10722026-06-24T01:47:52.970Z Downloaded time-core v0.1.8
10732026-06-24T01:47:52.974Z Downloaded spki v0.7.3
10742026-06-24T01:47:52.974Z Downloaded serde_cbor v0.11.2
10752026-06-24T01:47:52.974Z Downloaded sqlformat v0.3.5
10762026-06-24T01:47:52.978Z Downloaded strum_macros v0.24.3
10772026-06-24T01:47:52.984Z Downloaded nom v7.1.3
10782026-06-24T01:47:52.988Z Downloaded tinyvec_macros v0.1.1
10792026-06-24T01:47:52.988Z Downloaded stringprep v0.1.5
10802026-06-24T01:47:52.988Z Downloaded string_cache v0.8.9
10812026-06-24T01:47:52.991Z Downloaded tokio-macros v2.7.0
10822026-06-24T01:47:52.991Z Downloaded serde_with_macros v3.17.0
10832026-06-24T01:47:52.994Z Downloaded strum_macros v0.26.4
10842026-06-24T01:47:52.997Z Downloaded libxml v0.3.3
10852026-06-24T01:47:53.001Z Downloaded rayon-core v1.13.0
10862026-06-24T01:47:53.007Z Downloaded support-bundle-viewer v0.1.2
10872026-06-24T01:47:53.007Z Downloaded strum_macros v0.27.2
10882026-06-24T01:47:53.007Z Downloaded ryu v1.0.23
10892026-06-24T01:47:53.012Z Downloaded schemars v0.8.22
10902026-06-24T01:47:53.019Z Downloaded mio v1.2.0
10912026-06-24T01:47:53.022Z Downloaded thread-id v5.1.0
10922026-06-24T01:47:53.025Z Downloaded termios v0.3.3
10932026-06-24T01:47:53.029Z Downloaded topological-sort v0.2.2
10942026-06-24T01:47:53.035Z Downloaded spin v0.9.8
10952026-06-24T01:47:53.038Z Downloaded thiserror-no-std v2.0.2
10962026-06-24T01:47:53.038Z Downloaded signal-hook v0.3.18
10972026-06-24T01:47:53.040Z Downloaded serde_yaml v0.9.34+deprecated
10982026-06-24T01:47:53.043Z Downloaded tiny-keccak v2.0.2
10992026-06-24T01:47:53.043Z Downloaded tls_codec v0.4.2
11002026-06-24T01:47:53.046Z Downloaded quinn v0.11.9
11012026-06-24T01:47:53.049Z Downloaded tower-service v0.3.3
11022026-06-24T01:47:53.049Z Downloaded thread_local v1.1.9
11032026-06-24T01:47:53.049Z Downloaded qorb v0.4.1
11042026-06-24T01:47:53.052Z Downloaded trait-variant v0.1.2
11052026-06-24T01:47:53.052Z Downloaded time-macros v0.2.27
11062026-06-24T01:47:53.055Z Downloaded iri-string v0.7.10
11072026-06-24T01:47:53.058Z Downloaded typify-macro v0.6.2
11082026-06-24T01:47:53.058Z Downloaded futures-util v0.3.32
11092026-06-24T01:47:53.064Z Downloaded tower-layer v0.3.3
11102026-06-24T01:47:53.067Z Downloaded slog v2.8.2
11112026-06-24T01:47:53.067Z Downloaded tokio-native-tls v0.3.1
11122026-06-24T01:47:53.069Z Downloaded tokio-dtrace v0.1.1
11132026-06-24T01:47:53.070Z Downloaded itertools v0.10.5
11142026-06-24T01:47:53.072Z Downloaded unarray v0.1.4
11152026-06-24T01:47:53.075Z Downloaded universal-hash v0.5.1
11162026-06-24T01:47:53.075Z Downloaded untrusted v0.9.0
11172026-06-24T01:47:53.075Z Downloaded untrusted v0.7.1
11182026-06-24T01:47:53.079Z Downloaded aho-corasick v1.1.4
11192026-06-24T01:47:53.083Z Downloaded tokio-tungstenite v0.23.1
11202026-06-24T01:47:53.086Z Downloaded tokio-tungstenite v0.21.0
11212026-06-24T01:47:53.086Z Downloaded tagptr v0.2.0
11222026-06-24T01:47:53.089Z Downloaded usdt-macro v0.6.0
11232026-06-24T01:47:53.089Z Downloaded usdt-attr-macro v0.6.0
11242026-06-24T01:47:53.089Z Downloaded unit-prefix v0.5.2
11252026-06-24T01:47:53.089Z Downloaded unicode-truncate v1.1.0
11262026-06-24T01:47:53.092Z Downloaded rand v0.8.6
11272026-06-24T01:47:53.095Z Downloaded rand v0.10.0
11282026-06-24T01:47:53.097Z Downloaded similar v2.7.0
11292026-06-24T01:47:53.100Z Downloaded term v1.2.1
11302026-06-24T01:47:53.104Z Downloaded socket2 v0.5.10
11312026-06-24T01:47:53.106Z Downloaded toml_writer v1.1.1+spec-1.1.0
11322026-06-24T01:47:53.106Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11332026-06-24T01:47:53.106Z Downloaded utf-8 v0.7.6
11342026-06-24T01:47:53.107Z Downloaded term v0.7.0
11352026-06-24T01:47:53.109Z Downloaded void v1.0.2
11362026-06-24T01:47:53.110Z Downloaded wait-timeout v0.2.1
11372026-06-24T01:47:53.112Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11382026-06-24T01:47:53.115Z Downloaded samael v0.0.19
11392026-06-24T01:47:53.118Z Downloaded publicsuffix v2.3.0
11402026-06-24T01:47:53.121Z Downloaded tls_codec_derive v0.4.2
11412026-06-24T01:47:53.121Z Downloaded num-bigint v0.4.6
11422026-06-24T01:47:53.124Z Downloaded itertools v0.12.1
11432026-06-24T01:47:53.127Z Downloaded waitgroup v0.1.2
11442026-06-24T01:47:53.130Z Downloaded want v0.3.1
11452026-06-24T01:47:53.130Z Downloaded itertools v0.13.0
11462026-06-24T01:47:53.133Z Downloaded h2 v0.4.15
11472026-06-24T01:47:53.136Z Downloaded tokio-rustls v0.26.4
11482026-06-24T01:47:53.138Z Downloaded hyper v1.10.1
11492026-06-24T01:47:53.141Z Downloaded tui-tree-widget v0.23.1
11502026-06-24T01:47:53.144Z Downloaded try-lock v0.2.5
11512026-06-24T01:47:53.144Z Downloaded rsa v0.9.10
11522026-06-24T01:47:53.148Z Downloaded unicase v2.9.0
11532026-06-24T01:47:53.148Z Downloaded hkdf v0.12.4
11542026-06-24T01:47:53.151Z Downloaded blake3 v1.8.5
11552026-06-24T01:47:53.156Z Downloaded usdt v0.6.0
11562026-06-24T01:47:53.162Z Downloaded xattr v1.6.1
11572026-06-24T01:47:53.165Z Downloaded xshell-macros v0.2.7
11582026-06-24T01:47:53.165Z Downloaded rustls-webpki v0.103.9
11592026-06-24T01:47:53.168Z Downloaded zeroize_derive v1.4.3
11602026-06-24T01:47:53.168Z Downloaded snafu v0.8.9
11612026-06-24T01:47:53.172Z Downloaded rand v0.9.2
11622026-06-24T01:47:53.175Z Downloaded socket2 v0.6.3
11632026-06-24T01:47:53.175Z Downloaded uzers v0.12.2
11642026-06-24T01:47:53.180Z Downloaded schemars v1.2.1
11652026-06-24T01:47:53.188Z Downloaded vergen-lib v9.1.0
11662026-06-24T01:47:53.191Z Downloaded zone v0.3.1
11672026-06-24T01:47:53.191Z Downloaded toml_parser v1.1.2+spec-1.1.0
11682026-06-24T01:47:53.191Z Downloaded vergen-lib v0.1.6
11692026-06-24T01:47:53.194Z Downloaded tinyvec v1.10.0
11702026-06-24T01:47:53.194Z Downloaded schemars v0.9.0
11712026-06-24T01:47:53.200Z Downloaded zone_cfg_derive v0.3.1
11722026-06-24T01:47:53.204Z Downloaded walkdir v2.5.0
11732026-06-24T01:47:53.204Z Downloaded vsss-rs v3.3.4
11742026-06-24T01:47:53.208Z Downloaded aws-lc-rs v1.16.3
11752026-06-24T01:47:53.212Z Downloaded tracing-attributes v0.1.31
11762026-06-24T01:47:53.212Z Downloaded twox-hash v2.1.2
11772026-06-24T01:47:53.215Z Downloaded itertools v0.14.0
11782026-06-24T01:47:53.219Z Downloaded whoami v2.1.0
11792026-06-24T01:47:53.219Z Downloaded subprocess v0.2.15
11802026-06-24T01:47:53.219Z Downloaded num-bigint-dig v0.8.6
11812026-06-24T01:47:53.222Z Downloaded whoami v1.6.1
11822026-06-24T01:47:53.222Z Downloaded unicode-properties v0.1.4
11832026-06-24T01:47:53.224Z Downloaded libm v0.2.16
11842026-06-24T01:47:53.228Z Downloaded toml v1.1.2+spec-1.1.0
11852026-06-24T01:47:53.231Z Downloaded xshell v0.2.7
11862026-06-24T01:47:53.234Z Downloaded wyz v0.5.1
11872026-06-24T01:47:53.234Z Downloaded toml v0.7.8
11882026-06-24T01:47:53.237Z Downloaded tokio-stream v0.1.18
11892026-06-24T01:47:53.240Z Downloaded zeroize v1.8.2
11902026-06-24T01:47:53.240Z Downloaded vergen-gitcl v1.0.8
11912026-06-24T01:47:53.240Z Downloaded vergen v9.1.0
11922026-06-24T01:47:53.240Z Downloaded russh v0.45.0
11932026-06-24T01:47:53.243Z Downloaded usdt-impl v0.6.0
11942026-06-24T01:47:53.247Z Downloaded nom v8.0.0
11952026-06-24T01:47:53.251Z Downloaded zstd v0.13.3
11962026-06-24T01:47:53.254Z Downloaded p521 v0.13.3
11972026-06-24T01:47:53.260Z Downloaded vergen-git2 v9.1.0
11982026-06-24T01:47:53.263Z Downloaded tracing-core v0.1.36
11992026-06-24T01:47:53.265Z Downloaded test-strategy v0.4.5
12002026-06-24T01:47:53.269Z Downloaded tungstenite v0.23.0
12012026-06-24T01:47:53.274Z Downloaded typify v0.6.2
12022026-06-24T01:47:53.277Z Downloaded yasna v0.5.2
12032026-06-24T01:47:53.277Z Downloaded unsafe-libyaml v0.2.11
12042026-06-24T01:47:53.280Z Downloaded zerocopy v0.6.6
12052026-06-24T01:47:53.282Z Downloaded unicode-bidi v0.3.18
12062026-06-24T01:47:53.288Z Downloaded serde_with v1.14.0
12072026-06-24T01:47:53.294Z Downloaded rustyline v14.0.0
12082026-06-24T01:47:53.298Z Downloaded steno v0.4.1
12092026-06-24T01:47:53.312Z Downloaded tungstenite v0.21.0
12102026-06-24T01:47:53.315Z Downloaded vte v0.14.1
12112026-06-24T01:47:53.320Z Downloaded uuid v1.23.3
12122026-06-24T01:47:53.320Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-24T01:47:53.320Z Downloaded tokio-postgres v0.7.16
12142026-06-24T01:47:53.324Z Downloaded zstd-safe v7.2.4
12152026-06-24T01:47:53.324Z Downloaded rpassword v7.4.0
12162026-06-24T01:47:53.327Z Downloaded tar v0.4.45
12172026-06-24T01:47:53.334Z Downloaded toml_edit v0.19.15
12182026-06-24T01:47:53.343Z Downloaded bindgen v0.71.1
12192026-06-24T01:47:53.347Z Downloaded zopfli v0.8.3
12202026-06-24T01:47:53.350Z Downloaded ssh-key v0.6.7
12212026-06-24T01:47:53.353Z Downloaded iddqd v0.4.2
12222026-06-24T01:47:53.358Z Downloaded reedline v0.40.0
12232026-06-24T01:47:53.363Z Downloaded unicode_categories v0.1.1
12242026-06-24T01:47:53.382Z Downloaded rayon v1.11.0
12252026-06-24T01:47:53.389Z Downloaded bitvec v1.0.1
12262026-06-24T01:47:53.398Z Downloaded yansi v1.0.1
12272026-06-24T01:47:53.403Z Downloaded regex v1.12.3
12282026-06-24T01:47:53.416Z Downloaded reqwest v0.12.28
12292026-06-24T01:47:53.427Z Downloaded typed-path v0.9.3
12302026-06-24T01:47:53.431Z Downloaded chrono v0.4.44
12312026-06-24T01:47:53.436Z Downloaded portable-atomic v1.13.1
12322026-06-24T01:47:53.440Z Downloaded zip v0.6.6
12332026-06-24T01:47:53.443Z Downloaded quick-xml v0.37.5
12342026-06-24T01:47:53.446Z Downloaded zerocopy-derive v0.8.40
12352026-06-24T01:47:53.452Z Downloaded git2 v0.20.4
12362026-06-24T01:47:53.456Z Downloaded reqwest v0.13.2
12372026-06-24T01:47:53.469Z Downloaded x509-cert v0.2.5
12382026-06-24T01:47:53.472Z Downloaded proptest v1.10.0
12392026-06-24T01:47:53.477Z Downloaded unicode-segmentation v1.12.0
12402026-06-24T01:47:53.480Z Downloaded p384 v0.13.1
12412026-06-24T01:47:53.483Z Downloaded tough v0.22.0
12422026-06-24T01:47:53.487Z Downloaded tower v0.5.3
12432026-06-24T01:47:53.492Z Downloaded goblin v0.10.5
12442026-06-24T01:47:53.497Z Downloaded petname v2.0.2
12452026-06-24T01:47:53.501Z Downloaded lalrpop v0.19.12
12462026-06-24T01:47:53.506Z Downloaded unicode-normalization v0.1.25
12472026-06-24T01:47:53.509Z Downloaded tokio-util v0.7.18
12482026-06-24T01:47:53.513Z Downloaded curve25519-dalek v4.1.3
12492026-06-24T01:47:53.518Z Downloaded zip v4.6.1
12502026-06-24T01:47:53.521Z Downloaded tower-http v0.6.8
12512026-06-24T01:47:53.528Z Downloaded object v0.30.4
12522026-06-24T01:47:53.545Z Downloaded winnow v0.6.26
12532026-06-24T01:47:53.563Z Downloaded serde_with v3.17.0
12542026-06-24T01:47:53.571Z Downloaded salty v0.3.0
12552026-06-24T01:47:53.576Z Downloaded radix_trie v0.2.1
12562026-06-24T01:47:53.581Z Downloaded quinn-proto v0.11.13
12572026-06-24T01:47:53.585Z Downloaded nix v0.27.1
12582026-06-24T01:47:53.590Z Downloaded moka v0.12.13
12592026-06-24T01:47:53.597Z Downloaded polar-core v0.27.3
12602026-06-24T01:47:53.604Z Downloaded winnow v0.5.40
12612026-06-24T01:47:53.607Z Downloaded nix v0.28.0
12622026-06-24T01:47:53.613Z Downloaded winnow v1.0.3
12632026-06-24T01:47:53.618Z Downloaded dropshot v0.17.1
12642026-06-24T01:47:53.631Z Downloaded time v0.3.47
12652026-06-24T01:47:53.638Z Downloaded openssl v0.10.79
12662026-06-24T01:47:53.643Z Downloaded tabled v0.20.0
12672026-06-24T01:47:53.654Z Downloaded regex-syntax v0.6.29
12682026-06-24T01:47:53.657Z Downloaded zlib-rs v0.6.2
12692026-06-24T01:47:53.668Z Downloaded bstr v1.12.1
12702026-06-24T01:47:53.668Z Downloaded vcpkg v0.2.15
12712026-06-24T01:47:53.688Z Downloaded nix v0.31.2
12722026-06-24T01:47:53.695Z Downloaded hickory-proto v0.25.2
12732026-06-24T01:47:53.704Z Downloaded zerocopy v0.8.40
12742026-06-24T01:47:53.709Z Downloaded smoltcp v0.9.1
12752026-06-24T01:47:53.715Z Downloaded hickory-proto v0.24.4
12762026-06-24T01:47:53.725Z Downloaded webpki-roots v1.0.6
12772026-06-24T01:47:53.728Z Downloaded rustls v0.23.41
12782026-06-24T01:47:53.740Z Downloaded rustix v0.38.44
12792026-06-24T01:47:53.747Z Downloaded regress v0.11.1
12802026-06-24T01:47:53.751Z Downloaded regress v0.10.5
12812026-06-24T01:47:53.757Z Downloaded diesel v2.3.7
12822026-06-24T01:47:53.769Z Downloaded smoltcp v0.11.0
12832026-06-24T01:47:53.775Z Downloaded openapiv3 v2.2.0
12842026-06-24T01:47:53.783Z Downloaded regex-syntax v0.8.10
12852026-06-24T01:47:53.787Z Downloaded object v0.37.3
12862026-06-24T01:47:53.816Z Downloaded sled v0.34.7
12872026-06-24T01:47:53.831Z Downloaded tracing v0.1.44
12882026-06-24T01:47:53.855Z Downloaded sqlparser v0.61.0
12892026-06-24T01:47:53.887Z Downloaded ratatui v0.29.0
12902026-06-24T01:47:53.896Z Downloaded typify-impl v0.6.2
12912026-06-24T01:47:53.905Z Downloaded jiff v0.2.21
12922026-06-24T01:47:53.916Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-06-24T01:47:53.927Z Downloaded petgraph v0.8.3
12942026-06-24T01:47:53.939Z Downloaded zerocopy-derive v0.6.6
12952026-06-24T01:47:53.945Z Downloaded regex-automata v0.4.14
12962026-06-24T01:47:53.953Z Downloaded csv v1.4.0
12972026-06-24T01:47:53.966Z Downloaded petgraph v0.6.5
12982026-06-24T01:47:53.979Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-06-24T01:47:53.988Z Downloaded sha3 v0.10.8
13002026-06-24T01:47:53.991Z Downloaded chrono-tz v0.10.4
13012026-06-24T01:47:54.030Z Downloaded libz-sys v1.1.24
13022026-06-24T01:47:54.043Z Downloaded encoding_rs v0.8.35
13032026-06-24T01:47:54.055Z Downloaded tokio v1.52.1
13042026-06-24T01:47:54.078Z Downloaded ring v0.17.14
13052026-06-24T01:47:54.195Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-06-24T01:47:54.744Z Downloaded aws-lc-sys v0.40.0
13072026-06-24T01:47:54.994Z Compiling libc v0.2.185
13082026-06-24T01:47:54.994Z Compiling serde v1.0.228
13092026-06-24T01:47:54.997Z Compiling log v0.4.29
13102026-06-24T01:47:54.997Z Compiling shlex v1.3.0
13112026-06-24T01:47:54.997Z Compiling find-msvc-tools v0.1.9
13122026-06-24T01:47:55.134Z Compiling syn v2.0.117
13132026-06-24T01:47:55.142Z Compiling smallvec v1.15.1
13142026-06-24T01:47:55.161Z Compiling typenum v1.19.0
13152026-06-24T01:47:55.311Z Compiling generic-array v0.14.7
13162026-06-24T01:47:55.328Z Compiling subtle v2.6.1
13172026-06-24T01:47:55.376Z Compiling scopeguard v1.2.0
13182026-06-24T01:47:55.395Z Compiling const-oid v0.9.6
13192026-06-24T01:47:55.451Z Compiling lock_api v0.4.14
13202026-06-24T01:47:55.478Z Compiling serde_json v1.0.150
13212026-06-24T01:47:55.503Z Compiling zerocopy v0.8.40
13222026-06-24T01:47:55.551Z Compiling portable-atomic v1.13.1
13232026-06-24T01:47:55.686Z Compiling parking_lot_core v0.9.12
13242026-06-24T01:47:55.910Z Compiling pin-project-lite v0.2.17
13252026-06-24T01:47:55.937Z Compiling getrandom v0.2.17
13262026-06-24T01:47:55.999Z Compiling jobserver v0.1.34
13272026-06-24T01:47:56.004Z Compiling errno v0.3.14
13282026-06-24T01:47:56.072Z Compiling rand_core v0.6.4
13292026-06-24T01:47:56.130Z Compiling pkg-config v0.3.32
13302026-06-24T01:47:56.170Z Compiling signal-hook-registry v1.4.8
13312026-06-24T01:47:56.235Z Compiling cc v1.2.56
13322026-06-24T01:47:56.365Z Compiling bitflags v2.11.0
13332026-06-24T01:47:56.429Z Compiling futures-core v0.3.32
13342026-06-24T01:47:56.442Z Compiling critical-section v1.2.0
13352026-06-24T01:47:56.545Z Compiling libm v0.2.16
13362026-06-24T01:47:56.618Z Compiling parking_lot v0.12.5
13372026-06-24T01:47:56.700Z Compiling mio v1.2.0
13382026-06-24T01:47:56.785Z Compiling num-traits v0.2.19
13392026-06-24T01:47:56.879Z Compiling once_cell v1.21.3
13402026-06-24T01:47:56.984Z Compiling percent-encoding v2.3.2
13412026-06-24T01:47:57.053Z Compiling socket2 v0.6.3
13422026-06-24T01:47:57.096Z Compiling futures-sink v0.3.32
13432026-06-24T01:47:57.132Z Compiling slab v0.4.12
13442026-06-24T01:47:57.176Z Compiling futures-channel v0.3.32
13452026-06-24T01:47:57.179Z Compiling futures-task v0.3.32
13462026-06-24T01:47:57.205Z Compiling futures-io v0.3.32
13472026-06-24T01:47:57.311Z Compiling cpufeatures v0.2.17
13482026-06-24T01:47:57.354Z Compiling getrandom v0.4.1
13492026-06-24T01:47:57.357Z Compiling rand_core v0.10.0
13502026-06-24T01:47:57.385Z Compiling indexmap v2.14.0
13512026-06-24T01:47:57.402Z Compiling getrandom v0.3.4
13522026-06-24T01:47:57.458Z Compiling rustversion v1.0.22
13532026-06-24T01:47:57.529Z Compiling form_urlencoded v1.2.2
13542026-06-24T01:47:57.847Z Compiling cmake v0.1.57
13552026-06-24T01:47:57.906Z Compiling fs_extra v1.3.0
13562026-06-24T01:47:57.960Z Compiling dunce v1.0.5
13572026-06-24T01:47:58.032Z Compiling synstructure v0.13.2
13582026-06-24T01:47:58.060Z Compiling base64ct v1.8.3
13592026-06-24T01:47:58.183Z Compiling ident_case v1.0.1
13602026-06-24T01:47:58.261Z Compiling aws-lc-sys v0.40.0
13612026-06-24T01:47:58.305Z Compiling pem-rfc7468 v0.7.0
13622026-06-24T01:47:58.326Z Compiling flagset v0.4.7
13632026-06-24T01:47:58.341Z Compiling rustix v1.1.3
13642026-06-24T01:47:58.352Z Compiling regex-syntax v0.8.10
13652026-06-24T01:47:58.463Z Compiling iana-time-zone v0.1.65
13662026-06-24T01:47:58.612Z Compiling rand_core v0.9.5
13672026-06-24T01:47:58.636Z Compiling ring v0.17.14
13682026-06-24T01:47:58.650Z Compiling aws-lc-rs v1.16.3
13692026-06-24T01:47:58.666Z Compiling vcpkg v0.2.15
13702026-06-24T01:47:58.900Z Compiling uuid v1.23.3
13712026-06-24T01:47:58.937Z Compiling rustc_version v0.4.1
13722026-06-24T01:47:59.266Z Compiling tracing-core v0.1.36
13732026-06-24T01:47:59.403Z Compiling openssl-sys v0.9.115
13742026-06-24T01:47:59.643Z Compiling base64 v0.22.1
13752026-06-24T01:47:59.705Z Compiling serde_derive v1.0.228
13762026-06-24T01:47:59.828Z Compiling zeroize_derive v1.4.3
13772026-06-24T01:47:59.933Z Compiling zerofrom-derive v0.1.6
13782026-06-24T01:47:59.978Z Compiling yoke-derive v0.8.1
13792026-06-24T01:48:00.071Z Compiling zerocopy-derive v0.8.40
13802026-06-24T01:48:00.503Z Compiling zeroize v1.8.2
13812026-06-24T01:48:00.772Z Compiling zerovec-derive v0.11.2
13822026-06-24T01:48:01.149Z Compiling displaydoc v0.2.5
13832026-06-24T01:48:01.275Z Compiling crypto-common v0.1.7
13842026-06-24T01:48:01.339Z Compiling zerofrom v0.1.6
13852026-06-24T01:48:01.416Z Compiling block-buffer v0.10.4
13862026-06-24T01:48:01.462Z Compiling yoke v0.8.1
13872026-06-24T01:48:01.631Z Compiling digest v0.10.7
13882026-06-24T01:48:01.680Z Compiling tokio-macros v2.7.0
13892026-06-24T01:48:01.873Z Compiling futures-macro v0.3.32
13902026-06-24T01:48:01.899Z Compiling zerovec v0.11.5
13912026-06-24T01:48:01.925Z Compiling zerotrie v0.2.3
13922026-06-24T01:48:02.223Z Compiling hmac v0.12.1
13932026-06-24T01:48:02.379Z Compiling tinystr v0.8.2
13942026-06-24T01:48:02.393Z Compiling potential_utf v0.1.4
13952026-06-24T01:48:02.396Z Compiling block-padding v0.3.3
13962026-06-24T01:48:02.552Z Compiling icu_locale_core v2.1.1
13972026-06-24T01:48:02.565Z Compiling icu_collections v2.1.1
13982026-06-24T01:48:02.578Z Compiling inout v0.1.4
13992026-06-24T01:48:02.670Z Compiling futures-util v0.3.32
14002026-06-24T01:48:02.736Z Compiling cipher v0.4.4
14012026-06-24T01:48:02.990Z Compiling sha2 v0.10.9
14022026-06-24T01:48:03.026Z Compiling der_derive v0.7.3
14032026-06-24T01:48:03.172Z Compiling bytes v1.11.1
14042026-06-24T01:48:03.283Z Compiling icu_provider v2.1.1
14052026-06-24T01:48:03.411Z Compiling chrono v0.4.44
14062026-06-24T01:48:03.572Z Compiling icu_normalizer v2.1.1
14072026-06-24T01:48:03.775Z Compiling tokio v1.52.1
14082026-06-24T01:48:03.964Z Compiling icu_properties v2.1.2
14092026-06-24T01:48:04.101Z Compiling der v0.7.10
14102026-06-24T01:48:04.373Z Compiling ppv-lite86 v0.2.21
14112026-06-24T01:48:04.515Z Compiling http v1.4.2
14122026-06-24T01:48:04.689Z Compiling salsa20 v0.10.2
14132026-06-24T01:48:04.790Z Compiling idna_adapter v1.2.1
14142026-06-24T01:48:04.822Z Compiling pbkdf2 v0.12.2
14152026-06-24T01:48:04.926Z Compiling idna v1.1.0
14162026-06-24T01:48:04.940Z Compiling spki v0.7.3
14172026-06-24T01:48:04.951Z Compiling rustls-pki-types v1.14.0
14182026-06-24T01:48:05.009Z Compiling thiserror-impl v2.0.18
14192026-06-24T01:48:05.137Z Compiling tracing-attributes v0.1.31
14202026-06-24T01:48:05.274Z Compiling url v2.5.8
14212026-06-24T01:48:05.387Z Compiling http-body v1.0.1
14222026-06-24T01:48:05.400Z Compiling scrypt v0.11.0
14232026-06-24T01:48:05.536Z Compiling rand_chacha v0.9.0
14242026-06-24T01:48:05.558Z Compiling cbc v0.1.2
14252026-06-24T01:48:05.643Z Compiling aes v0.8.4
14262026-06-24T01:48:05.763Z Compiling tinyvec_macros v0.1.1
14272026-06-24T01:48:05.836Z Compiling httparse v1.10.1
14282026-06-24T01:48:06.048Z Compiling untrusted v0.9.0
14292026-06-24T01:48:06.161Z Compiling openssl-probe v0.2.1
14302026-06-24T01:48:06.176Z Compiling untrusted v0.7.1
14312026-06-24T01:48:06.293Z Compiling pkcs5 v0.7.1
14322026-06-24T01:48:06.308Z Compiling thiserror v2.0.18
14332026-06-24T01:48:06.329Z Compiling tinyvec v1.10.0
14342026-06-24T01:48:06.404Z Compiling tracing v0.1.44
14352026-06-24T01:48:06.416Z Compiling pest_generator v2.8.6
14362026-06-24T01:48:06.701Z Compiling rand v0.9.2
14372026-06-24T01:48:06.715Z Compiling serde_derive_internals v0.29.1
14382026-06-24T01:48:06.718Z Compiling aho-corasick v1.1.4
14392026-06-24T01:48:06.781Z Compiling rustls v0.23.41
14402026-06-24T01:48:06.948Z Compiling tower-service v0.3.3
14412026-06-24T01:48:07.047Z Compiling schemars v0.8.22
14422026-06-24T01:48:07.144Z Compiling atomic-waker v1.1.2
14432026-06-24T01:48:07.241Z Compiling dyn-clone v1.0.20
14442026-06-24T01:48:07.268Z Compiling try-lock v0.2.5
14452026-06-24T01:48:07.377Z Compiling tower-layer v0.3.3
14462026-06-24T01:48:07.377Z Compiling want v0.3.1
14472026-06-24T01:48:07.512Z Compiling tokio-util v0.7.18
14482026-06-24T01:48:07.537Z Compiling regex-automata v0.4.14
14492026-06-24T01:48:07.551Z Compiling pest_derive v2.8.6
14502026-06-24T01:48:07.591Z Compiling schemars_derive v0.8.22
14512026-06-24T01:48:07.975Z Compiling pkcs8 v0.10.2
14522026-06-24T01:48:08.272Z Compiling h2 v0.4.15
14532026-06-24T01:48:08.286Z Compiling ipnet v2.11.0
14542026-06-24T01:48:08.377Z Compiling scroll_derive v0.13.1
14552026-06-24T01:48:08.522Z Compiling darling_core v0.20.11
14562026-06-24T01:48:08.761Z Compiling foreign-types-shared v0.1.1
14572026-06-24T01:48:08.807Z Compiling openssl v0.10.79
14582026-06-24T01:48:08.845Z Compiling httpdate v1.0.3
14592026-06-24T01:48:09.049Z Compiling foreign-types v0.3.2
14602026-06-24T01:48:09.067Z Compiling tempfile v3.25.0
14612026-06-24T01:48:09.163Z Compiling scroll v0.13.0
14622026-06-24T01:48:09.370Z Compiling unicode-normalization v0.1.25
14632026-06-24T01:48:09.425Z Compiling openssl-macros v0.1.1
14642026-06-24T01:48:09.822Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-24T01:48:09.835Z Compiling spin v0.9.8
14662026-06-24T01:48:09.838Z Compiling num-conv v0.2.0
14672026-06-24T01:48:09.972Z Compiling crc32fast v1.5.0
14682026-06-24T01:48:10.039Z Compiling powerfmt v0.2.0
14692026-06-24T01:48:10.191Z Compiling time-core v0.1.8
14702026-06-24T01:48:10.234Z Compiling native-tls v0.2.18
14712026-06-24T01:48:10.333Z Compiling time-macros v0.2.27
14722026-06-24T01:48:10.367Z Compiling deranged v0.5.8
14732026-06-24T01:48:10.706Z Compiling darling_macro v0.20.11
14742026-06-24T01:48:11.175Z Compiling darling v0.20.11
14752026-06-24T01:48:11.254Z Compiling goblin v0.10.5
14762026-06-24T01:48:11.317Z Compiling hyper v1.10.1
14772026-06-24T01:48:11.366Z Compiling rustls-native-certs v0.8.3
14782026-06-24T01:48:11.512Z Compiling sync_wrapper v1.0.2
14792026-06-24T01:48:11.667Z Compiling wait-timeout v0.2.1
14802026-06-24T01:48:11.684Z Compiling num_threads v0.1.7
14812026-06-24T01:48:11.784Z Compiling simd-adler32 v0.3.8
14822026-06-24T01:48:11.930Z Compiling bit-vec v0.8.0
14832026-06-24T01:48:12.027Z Compiling usdt-impl v0.6.0
14842026-06-24T01:48:12.158Z Compiling syn v1.0.109
14852026-06-24T01:48:12.224Z Compiling quick-error v1.2.3
14862026-06-24T01:48:12.300Z Compiling siphasher v1.0.2
14872026-06-24T01:48:13.332Z Compiling crossbeam-utils v0.8.21
14882026-06-24T01:48:13.335Z Compiling hyper-util v0.1.20
14892026-06-24T01:48:13.335Z Compiling rusty-fork v0.3.1
14902026-06-24T01:48:13.335Z Compiling bit-set v0.8.0
14912026-06-24T01:48:13.335Z Compiling time v0.3.47
14922026-06-24T01:48:13.335Z Compiling tower v0.5.3
14932026-06-24T01:48:13.335Z Compiling derive_builder_core v0.20.2
14942026-06-24T01:48:13.409Z Compiling dtrace-parser v0.3.0
14952026-06-24T01:48:13.574Z Compiling http-body-util v0.1.3
14962026-06-24T01:48:13.815Z Compiling webpki-roots v1.0.6
14972026-06-24T01:48:13.936Z Compiling dof v0.4.0
14982026-06-24T01:48:13.968Z Compiling signature v2.2.0
14992026-06-24T01:48:14.137Z Compiling thiserror-impl v1.0.69
15002026-06-24T01:48:14.151Z Compiling scroll_derive v0.12.1
15012026-06-24T01:48:14.175Z Compiling heapless v0.7.17
15022026-06-24T01:48:14.384Z Compiling rand_xorshift v0.4.0
15032026-06-24T01:48:14.403Z Compiling slog v2.8.2
15042026-06-24T01:48:14.541Z Compiling darling_core v0.21.3
15052026-06-24T01:48:14.578Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-06-24T01:48:14.797Z Compiling thread-id v5.1.0
15072026-06-24T01:48:14.843Z Compiling cookie v0.18.1
15082026-06-24T01:48:14.877Z Compiling signal-hook v0.3.18
15092026-06-24T01:48:15.017Z Compiling unarray v0.1.4
15102026-06-24T01:48:15.045Z Compiling unicode-properties v0.1.4
15112026-06-24T01:48:15.059Z Compiling adler2 v2.0.1
15122026-06-24T01:48:15.126Z Compiling paste v1.0.15
15132026-06-24T01:48:15.187Z Compiling unicode-bidi v0.3.18
15142026-06-24T01:48:15.244Z Compiling zstd-safe v7.2.4
15152026-06-24T01:48:15.341Z Compiling iri-string v0.7.10
15162026-06-24T01:48:15.384Z Compiling allocator-api2 v0.2.21
15172026-06-24T01:48:15.421Z Compiling anyhow v1.0.102
15182026-06-24T01:48:15.435Z Compiling ryu v1.0.23
15192026-06-24T01:48:15.607Z Compiling serde_urlencoded v0.7.1
15202026-06-24T01:48:15.697Z Compiling stringprep v0.1.5
15212026-06-24T01:48:15.754Z Compiling thiserror v1.0.69
15222026-06-24T01:48:15.849Z Compiling miniz_oxide v0.8.9
15232026-06-24T01:48:15.861Z Compiling proptest v1.10.0
15242026-06-24T01:48:16.438Z Compiling tower-http v0.6.8
15252026-06-24T01:48:16.540Z Compiling scroll v0.12.0
15262026-06-24T01:48:16.857Z Compiling derive_builder_macro v0.20.2
15272026-06-24T01:48:16.872Z Compiling tokio-native-tls v0.3.1
15282026-06-24T01:48:16.986Z Compiling darling_macro v0.21.3
15292026-06-24T01:48:17.033Z Compiling ipnetwork v0.21.1
15302026-06-24T01:48:17.225Z Compiling bstr v1.12.1
15312026-06-24T01:48:17.305Z Compiling rand_chacha v0.3.1
15322026-06-24T01:48:17.366Z Compiling erased-serde v0.3.31
15332026-06-24T01:48:17.421Z Compiling serde_spanned v0.6.9
15342026-06-24T01:48:17.457Z Compiling serde_tokenstream v0.2.3
15352026-06-24T01:48:17.562Z Compiling toml_datetime v0.6.11
15362026-06-24T01:48:17.773Z Compiling md-5 v0.10.6
15372026-06-24T01:48:17.821Z Compiling pin-project-internal v1.1.11
15382026-06-24T01:48:17.853Z Compiling zerocopy-derive v0.7.35
15392026-06-24T01:48:17.866Z Compiling async-trait v0.1.89
15402026-06-24T01:48:17.935Z Compiling curve25519-dalek v4.1.3
15412026-06-24T01:48:18.097Z Compiling vergen-lib v9.1.0
15422026-06-24T01:48:18.262Z Compiling num-integer v0.1.46
15432026-06-24T01:48:18.276Z Compiling hash32 v0.2.1
15442026-06-24T01:48:18.463Z Compiling ff v0.13.1
15452026-06-24T01:48:18.581Z Compiling memoffset v0.9.1
15462026-06-24T01:48:18.599Z Compiling encoding_rs v0.8.35
15472026-06-24T01:48:18.691Z Compiling litrs v1.0.0
15482026-06-24T01:48:18.768Z Compiling ref-cast v1.0.25
15492026-06-24T01:48:18.851Z Compiling smoltcp v0.9.1
15502026-06-24T01:48:18.900Z Compiling fallible-iterator v0.2.0
15512026-06-24T01:48:19.069Z Compiling mime v0.3.17
15522026-06-24T01:48:19.180Z Compiling num-bigint-dig v0.8.6
15532026-06-24T01:48:19.204Z Compiling psl-types v2.0.11
15542026-06-24T01:48:19.218Z Compiling zlib-rs v0.6.2
15552026-06-24T01:48:19.323Z Compiling base16ct v0.2.0
15562026-06-24T01:48:19.337Z Compiling cfg_aliases v0.2.1
15572026-06-24T01:48:19.359Z Compiling rustix v0.38.44
15582026-06-24T01:48:19.407Z Compiling nix v0.31.2
15592026-06-24T01:48:19.495Z Compiling sec1 v0.7.3
15602026-06-24T01:48:19.761Z Compiling publicsuffix v2.3.0
15612026-06-24T01:48:19.787Z Compiling document-features v0.2.12
15622026-06-24T01:48:19.821Z Compiling postgres-protocol v0.6.10
15632026-06-24T01:48:19.977Z Compiling pin-project v1.1.11
15642026-06-24T01:48:20.076Z Compiling zerocopy v0.7.35
15652026-06-24T01:48:20.159Z Compiling group v0.13.0
15662026-06-24T01:48:20.332Z Compiling num-iter v0.1.45
15672026-06-24T01:48:20.445Z Compiling newtype-uuid v1.3.2
15682026-06-24T01:48:20.600Z Compiling rand v0.8.6
15692026-06-24T01:48:20.656Z Compiling hubpack_derive v0.1.1
15702026-06-24T01:48:20.758Z Compiling darling v0.21.3
15712026-06-24T01:48:20.804Z Compiling derive_builder v0.20.2
15722026-06-24T01:48:20.846Z Compiling oxnet v0.1.6
15732026-06-24T01:48:20.924Z Compiling hyper-tls v0.6.0
15742026-06-24T01:48:21.084Z Compiling goblin v0.8.2
15752026-06-24T01:48:21.451Z Compiling phf_shared v0.13.1
15762026-06-24T01:48:21.594Z Compiling lazy_static v1.5.0
15772026-06-24T01:48:21.714Z Compiling regex v1.12.3
15782026-06-24T01:48:21.727Z Compiling anstyle-parse v0.2.7
15792026-06-24T01:48:21.758Z Compiling futures-executor v0.3.32
15802026-06-24T01:48:21.908Z Compiling hex v0.4.3
15812026-06-24T01:48:22.010Z Compiling hkdf v0.12.4
15822026-06-24T01:48:22.013Z Compiling crypto-bigint v0.5.5
15832026-06-24T01:48:22.139Z Compiling flate2 v1.1.9
15842026-06-24T01:48:22.175Z Compiling terminal_size v0.4.3
15852026-06-24T01:48:22.189Z Compiling curve25519-dalek-derive v0.1.1
15862026-06-24T01:48:22.313Z Compiling daft-derive v0.1.7
15872026-06-24T01:48:22.482Z Compiling strum_macros v0.27.2
15882026-06-24T01:48:22.552Z Compiling snafu-derive v0.8.9
15892026-06-24T01:48:22.829Z Compiling ref-cast-impl v1.0.25
15902026-06-24T01:48:23.034Z Compiling vergen v9.1.0
15912026-06-24T01:48:23.213Z Compiling fs-err v3.3.0
15922026-06-24T01:48:23.376Z Compiling cargo-platform v0.3.2
15932026-06-24T01:48:23.401Z Compiling ahash v0.8.12
15942026-06-24T01:48:23.607Z Compiling unicode-segmentation v1.12.0
15952026-06-24T01:48:23.648Z Compiling managed v0.8.0
15962026-06-24T01:48:23.862Z Compiling foldhash v0.1.5
15972026-06-24T01:48:23.986Z Compiling bumpalo v3.20.2
15982026-06-24T01:48:24.036Z Compiling bitflags v1.3.2
15992026-06-24T01:48:24.108Z Compiling same-file v1.0.6
16002026-06-24T01:48:24.133Z Compiling object v0.37.3
16012026-06-24T01:48:24.231Z Compiling foldhash v0.2.0
16022026-06-24T01:48:24.268Z Compiling winnow v0.5.40
16032026-06-24T01:48:24.379Z Compiling libbz2-rs-sys v0.2.2
16042026-06-24T01:48:24.409Z Compiling strum v0.27.2
16052026-06-24T01:48:24.422Z Compiling snafu v0.8.9
16062026-06-24T01:48:24.452Z Compiling hashbrown v0.16.1
16072026-06-24T01:48:24.551Z Compiling walkdir v2.5.0
16082026-06-24T01:48:24.582Z Compiling zopfli v0.8.3
16092026-06-24T01:48:24.855Z Compiling bzip2 v0.6.1
16102026-06-24T01:48:25.037Z Compiling clap_builder v4.6.0
16112026-06-24T01:48:25.051Z Compiling hashbrown v0.15.5
16122026-06-24T01:48:25.111Z Compiling cargo_metadata v0.23.1
16132026-06-24T01:48:25.434Z Compiling dof v0.3.0
16142026-06-24T01:48:25.552Z Compiling toml_edit v0.19.15
16152026-06-24T01:48:25.606Z Compiling daft v0.1.7
16162026-06-24T01:48:25.674Z Compiling elliptic-curve v0.13.8
16172026-06-24T01:48:26.075Z Compiling futures v0.3.32
16182026-06-24T01:48:26.126Z Compiling anstream v0.6.21
16192026-06-24T01:48:26.160Z Compiling phf v0.13.1
16202026-06-24T01:48:26.459Z Compiling cookie_store v0.22.1
16212026-06-24T01:48:26.704Z Compiling signal-hook-mio v0.2.5
16222026-06-24T01:48:26.794Z Compiling bzip2 v0.4.4
16232026-06-24T01:48:26.826Z Compiling hubpack v0.1.2
16242026-06-24T01:48:27.004Z Compiling zstd v0.13.3
16252026-06-24T01:48:27.042Z Compiling serde_with_macros v3.17.0
16262026-06-24T01:48:27.144Z Compiling postgres-types v0.2.12
16272026-06-24T01:48:27.721Z Compiling usdt-macro v0.6.0
16282026-06-24T01:48:28.040Z Compiling usdt-attr-macro v0.6.0
16292026-06-24T01:48:28.147Z Compiling globset v0.4.18
16302026-06-24T01:48:28.173Z Compiling dtrace-parser v0.2.0
16312026-06-24T01:48:28.446Z Compiling ed25519 v2.2.3
16322026-06-24T01:48:28.461Z Compiling phf_shared v0.11.3
16332026-06-24T01:48:28.639Z Compiling olpc-cjson v0.1.4
16342026-06-24T01:48:28.806Z Compiling pkcs1 v0.7.5
16352026-06-24T01:48:28.812Z Compiling serde_plain v1.0.2
16362026-06-24T01:48:28.826Z Compiling serde-big-array v0.5.1
16372026-06-24T01:48:28.864Z Compiling rfc6979 v0.4.0
16382026-06-24T01:48:28.899Z Compiling pem v3.0.6
16392026-06-24T01:48:28.960Z Compiling serde_repr v0.1.20
16402026-06-24T01:48:28.985Z Compiling enum-as-inner v0.6.1
16412026-06-24T01:48:28.989Z Compiling clap_derive v4.6.1
16422026-06-24T01:48:29.197Z Compiling strum_macros v0.26.4
16432026-06-24T01:48:29.223Z Compiling async-recursion v1.1.1
16442026-06-24T01:48:29.323Z Compiling float-cmp v0.10.0
16452026-06-24T01:48:29.470Z Compiling memmap2 v0.9.10
16462026-06-24T01:48:29.484Z Compiling thread-id v4.2.2
16472026-06-24T01:48:29.511Z Compiling env_filter v1.0.0
16482026-06-24T01:48:29.563Z Compiling difflib v0.4.0
16492026-06-24T01:48:29.677Z Compiling normalize-line-endings v0.3.0
16502026-06-24T01:48:29.773Z Compiling data-encoding v2.10.0
16512026-06-24T01:48:29.789Z Compiling keccak v0.1.6
16522026-06-24T01:48:29.859Z Compiling jiff v0.2.21
16532026-06-24T01:48:30.113Z Compiling precomputed-hash v0.1.1
16542026-06-24T01:48:30.200Z Compiling new_debug_unreachable v1.0.6
16552026-06-24T01:48:30.273Z Compiling typed-path v0.9.3
16562026-06-24T01:48:30.462Z Compiling predicates-core v1.0.10
16572026-06-24T01:48:30.515Z Compiling fixedbitset v0.5.7
16582026-06-24T01:48:30.640Z Compiling static_assertions v1.1.0
16592026-06-24T01:48:30.709Z Compiling fixedbitset v0.4.2
16602026-06-24T01:48:30.731Z Compiling winnow v1.0.3
16612026-06-24T01:48:30.813Z Compiling either v1.15.0
16622026-06-24T01:48:30.891Z Compiling whoami v2.1.0
16632026-06-24T01:48:30.920Z Compiling strum v0.26.3
16642026-06-24T01:48:31.015Z Compiling toml_parser v1.1.2+spec-1.1.0
16652026-06-24T01:48:31.048Z Compiling itertools v0.13.0
16662026-06-24T01:48:31.076Z Compiling petgraph v0.6.5
16672026-06-24T01:48:31.259Z Compiling tokio-postgres v0.7.16
16682026-06-24T01:48:31.464Z Compiling toml_edit v0.22.27
16692026-06-24T01:48:31.701Z Compiling clap v4.6.1
16702026-06-24T01:48:31.786Z Compiling petgraph v0.8.3
16712026-06-24T01:48:32.005Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-24T01:48:32.312Z Compiling predicates v3.1.4
16732026-06-24T01:48:32.587Z Compiling zip v4.6.1
16742026-06-24T01:48:32.963Z Compiling string_cache v0.8.9
16752026-06-24T01:48:33.191Z Compiling hickory-proto v0.25.2
16762026-06-24T01:48:33.524Z Compiling sha3 v0.10.8
16772026-06-24T01:48:33.541Z Compiling env_logger v0.11.9
16782026-06-24T01:48:33.720Z Compiling usdt v0.6.0
16792026-06-24T01:48:33.890Z Compiling usdt-impl v0.5.0
16802026-06-24T01:48:33.969Z Compiling rsa v0.9.10
16812026-06-24T01:48:33.982Z Compiling ecdsa v0.16.9
16822026-06-24T01:48:34.023Z Compiling ed25519-dalek v2.2.0
16832026-06-24T01:48:34.204Z Compiling crossterm v0.28.1
16842026-06-24T01:48:34.377Z Compiling serde_with v3.17.0
16852026-06-24T01:48:34.691Z Compiling zip v0.6.6
16862026-06-24T01:48:34.786Z Compiling toml v0.7.8
16872026-06-24T01:48:35.367Z Compiling iddqd v0.4.2
16882026-06-24T01:48:35.890Z Compiling similar v2.7.0
16892026-06-24T01:48:35.935Z Compiling heck v0.4.1
16902026-06-24T01:48:36.078Z Compiling crossbeam-epoch v0.9.18
16912026-06-24T01:48:36.160Z Compiling tokio-stream v0.1.18
16922026-06-24T01:48:36.409Z Compiling buf-list v1.1.2
16932026-06-24T01:48:36.655Z Compiling x509-cert v0.2.5
16942026-06-24T01:48:36.689Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16952026-06-24T01:48:36.709Z Compiling openapiv3 v2.2.0
16962026-06-24T01:48:36.758Z Compiling sha1 v0.10.6
16972026-06-24T01:48:36.980Z Compiling lalrpop-util v0.19.12
16982026-06-24T01:48:36.994Z Compiling peg-runtime v0.8.5
16992026-06-24T01:48:37.178Z Compiling thread_local v1.1.9
17002026-06-24T01:48:37.275Z Compiling slog-async v2.8.0
17012026-06-24T01:48:37.289Z Compiling crossbeam-channel v0.5.15
17022026-06-24T01:48:37.434Z Compiling is-terminal v0.4.17
17032026-06-24T01:48:37.541Z Compiling filetime v0.2.27
17042026-06-24T01:48:37.597Z Compiling term v1.2.1
17052026-06-24T01:48:37.712Z Compiling xattr v1.6.1
17062026-06-24T01:48:37.746Z Compiling take_mut v0.2.2
17072026-06-24T01:48:37.850Z Compiling tar v0.4.45
17082026-06-24T01:48:37.879Z Compiling slog-term v2.9.2
17092026-06-24T01:48:47.987Z Compiling rustls-webpki v0.103.9
17102026-06-24T01:48:50.782Z Compiling tokio-rustls v0.26.4
17112026-06-24T01:48:50.782Z Compiling rustls-platform-verifier v0.6.2
17122026-06-24T01:48:50.978Z Compiling hyper-rustls v0.27.7
17132026-06-24T01:48:51.179Z Compiling reqwest v0.12.28
17142026-06-24T01:48:51.179Z Compiling reqwest v0.13.2
17152026-06-24T01:48:52.471Z Compiling tough v0.22.0
17162026-06-24T01:48:54.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-06-24T01:48:55.191Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-06-24T01:48:58.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17192026-06-24T01:48:58.177Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-06-24T01:48:58.234ZJun 24 01:48:57.175 INFO Starting download, target: Console
17212026-06-24T01:48:58.234ZJun 24 01:48:57.176 INFO Starting download, target: Cockroach
17222026-06-24T01:48:58.234ZJun 24 01:48:57.176 INFO Starting download, target: Clickhouse
17232026-06-24T01:48:58.234ZJun 24 01:48:57.176 INFO Starting download, target: DendriteStub
17242026-06-24T01:48:58.234ZJun 24 01:48:57.176 INFO Starting download, target: MaghemiteMgd
17252026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Starting download, target: MaghemiteDdmd
17262026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Starting download, target: TransceiverControl
17272026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17282026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17292026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17322026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-06-24T01:48:58.238ZJun 24 01:48:57.176 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-24T01:48:58.816ZJun 24 01:48:57.701 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-06-24T01:48:59.008ZJun 24 01:48:57.920 INFO Download complete, target: TransceiverControl
17362026-06-24T01:48:59.264ZJun 24 01:48:58.181 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-06-24T01:48:59.525ZJun 24 01:48:58.443 INFO Download complete, target: Console
17382026-06-24T01:49:00.092ZJun 24 01:48:59.020 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-06-24T01:49:00.773ZJun 24 01:48:59.702 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17402026-06-24T01:49:01.362ZJun 24 01:49:00.292 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-24T01:49:01.440ZJun 24 01:49:00.356 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-06-24T01:49:02.290ZJun 24 01:49:01.231 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-06-24T01:49:02.290ZJun 24 01:49:01.231 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-06-24T01:49:02.660ZJun 24 01:49:01.604 INFO Download complete, target: MaghemiteDdmd
17452026-06-24T01:49:04.038ZJun 24 01:49:02.980 INFO Download complete, target: MaghemiteMgd
17462026-06-24T01:49:04.038ZJun 24 01:49:02.980 INFO Download complete, target: DendriteStub
17472026-06-24T01:49:06.959ZJun 24 01:49:05.903 INFO Checking that binary works, target: Cockroach
17482026-06-24T01:49:07.016ZJun 24 01:49:05.960 INFO Checking that binary works, target: Clickhouse
17492026-06-24T01:49:07.071ZJun 24 01:49:06.015 INFO Download complete, target: Cockroach
17502026-06-24T01:49:07.132ZJun 24 01:49:06.074 INFO Download complete, target: Clickhouse
17512026-06-24T01:49:07.147ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-24T01:49:07.151Z
17532026-06-24T01:49:07.151Zreal 2:02.324859915
17542026-06-24T01:49:07.151Zuser 6:48.216062185
17552026-06-24T01:49:07.151Zsys 1:23.419768655
17562026-06-24T01:49:07.151Ztrap 0.231600217
17572026-06-24T01:49:07.151Ztflt 0.607723894
17582026-06-24T01:49:07.151Zdflt 0.649379314
17592026-06-24T01:49:07.151Zkflt 0.024258150
17602026-06-24T01:49:07.151Zlock 22:11.680987705
17612026-06-24T01:49:07.151Zslp 20:55.548209619
17622026-06-24T01:49:07.151Zlat 44.448165779
17632026-06-24T01:49:07.151Zstop 2:00.176508627
17642026-06-24T01:49:07.151Z+ banner clippy
17652026-06-24T01:49:07.151Z
17662026-06-24T01:49:07.151Z #### # # ##### ##### # #
17672026-06-24T01:49:07.151Z # # # # # # # # # #
17682026-06-24T01:49:07.151Z # # # # # # # #
17692026-06-24T01:49:07.151Z # # # ##### ##### #
17702026-06-24T01:49:07.151Z # # # # # # #
17712026-06-24T01:49:07.151Z #### ###### # # # #
17722026-06-24T01:49:07.151Z
17732026-06-24T01:49:07.151Z+ export CARGO_INCREMENTAL=0
17742026-06-24T01:49:07.151Z+ CARGO_INCREMENTAL=0
17752026-06-24T01:49:07.151Z+ ptime -m cargo xtask clippy
17762026-06-24T01:49:07.602Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-24T01:49:07.816Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-24T01:49:09.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17792026-06-24T01:49:09.757Z Running `target/debug/xtask clippy`
17802026-06-24T01:49:09.783Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17812026-06-24T01:49:10.325Z Downloading crates ...
17822026-06-24T01:49:10.532Z Downloaded addr2line v0.25.1
17832026-06-24T01:49:10.535Z Downloaded linkme v0.3.35
17842026-06-24T01:49:10.535Z Downloaded datatest-stable v0.3.3
17852026-06-24T01:49:10.539Z Downloaded event-listener-strategy v0.5.4
17862026-06-24T01:49:10.542Z Downloaded knuffel-derive v3.2.0
17872026-06-24T01:49:10.545Z Downloaded oorandom v11.1.5
17882026-06-24T01:49:10.549Z Downloaded concurrent-queue v2.5.0
17892026-06-24T01:49:10.552Z Downloaded guppy-workspace-hack v0.1.0
17902026-06-24T01:49:10.552Z Downloaded fancy-regex v0.14.0
17912026-06-24T01:49:10.559Z Downloaded rand_distr v0.5.1
17922026-06-24T01:49:10.563Z Downloaded blake2b_simd v1.0.4
17932026-06-24T01:49:10.599Z Downloaded assert_cmd v2.1.2
17942026-06-24T01:49:10.599Z Downloaded chumsky v0.9.3
17952026-06-24T01:49:10.599Z Downloaded async-lock v3.4.2
17962026-06-24T01:49:10.599Z Downloaded parking v2.2.1
17972026-06-24T01:49:10.599Z Downloaded libtest-mimic v0.8.1
17982026-06-24T01:49:10.599Z Downloaded httptest v0.16.4
17992026-06-24T01:49:10.599Z Downloaded anes v0.1.6
18002026-06-24T01:49:10.599Z Downloaded miette v5.10.0
18012026-06-24T01:49:10.599Z Downloaded escape8259 v0.5.3
18022026-06-24T01:49:10.599Z Downloaded target-lexicon v0.13.3
18032026-06-24T01:49:10.599Z Downloaded nested v0.1.1
18042026-06-24T01:49:10.599Z Downloaded hickory-client v0.25.2
18052026-06-24T01:49:10.605Z Downloaded rust-argon2 v2.1.0
18062026-06-24T01:49:10.605Z Downloaded knuffel v3.2.0
18072026-06-24T01:49:10.605Z Downloaded supports-hyperlinks v2.1.0
18082026-06-24T01:49:10.605Z Downloaded rstest_macros v0.25.0
18092026-06-24T01:49:10.609Z Downloaded miette-derive v5.10.0
18102026-06-24T01:49:10.609Z Downloaded event-listener v5.4.1
18112026-06-24T01:49:10.612Z Downloaded textwrap v0.15.2
18122026-06-24T01:49:10.615Z Downloaded rstest v0.25.0
18132026-06-24T01:49:10.619Z Downloaded backtrace-ext v0.2.1
18142026-06-24T01:49:10.619Z Downloaded target-triple v1.0.0
18152026-06-24T01:49:10.622Z Downloaded plotters-svg v0.3.7
18162026-06-24T01:49:10.625Z Downloaded plotters-backend v0.3.7
18172026-06-24T01:49:10.628Z Downloaded linkme-impl v0.3.35
18182026-06-24T01:49:10.628Z Downloaded constant_time_eq v0.3.1
18192026-06-24T01:49:10.629Z Downloaded async-object-pool v0.2.0
18202026-06-24T01:49:10.631Z Downloaded similar-asserts v1.7.0
18212026-06-24T01:49:10.634Z Downloaded assert-json-diff v2.0.2
18222026-06-24T01:49:10.637Z Downloaded cast v0.3.0
18232026-06-24T01:49:10.637Z Downloaded terminal_size v0.1.17
18242026-06-24T01:49:10.640Z Downloaded serde_regex v1.1.0
18252026-06-24T01:49:10.643Z Downloaded tokio-test v0.4.5
18262026-06-24T01:49:10.648Z Downloaded stringmetrics v2.2.2
18272026-06-24T01:49:10.648Z Downloaded supports-unicode v2.1.0
18282026-06-24T01:49:10.648Z Downloaded pathdiff v0.2.3
18292026-06-24T01:49:10.651Z Downloaded supports-color v2.1.0
18302026-06-24T01:49:10.651Z Downloaded approx v0.5.1
18312026-06-24T01:49:10.655Z Downloaded rustc-demangle v0.1.27
18322026-06-24T01:49:10.658Z Downloaded criterion-plot v0.6.0
18332026-06-24T01:49:10.658Z Downloaded tinytemplate v1.2.1
18342026-06-24T01:49:10.658Z Downloaded owo-colors v3.5.0
18352026-06-24T01:49:10.662Z Downloaded relative-path v1.9.3
18362026-06-24T01:49:10.662Z Downloaded futures-timer v3.0.3
18372026-06-24T01:49:10.665Z Downloaded trybuild v1.0.116
18382026-06-24T01:49:10.668Z Downloaded termcolor v1.4.1
18392026-06-24T01:49:10.668Z Downloaded target-spec v3.5.7
18402026-06-24T01:49:10.668Z Downloaded partial-io v0.5.4
18412026-06-24T01:49:10.671Z Downloaded cfg-expr v0.20.6
18422026-06-24T01:49:10.674Z Downloaded path-tree v0.8.3
18432026-06-24T01:49:10.701Z Downloaded backtrace v0.3.76
18442026-06-24T01:49:10.711Z Downloaded hashbrown v0.14.5
18452026-06-24T01:49:10.714Z Downloaded criterion v0.7.0
18462026-06-24T01:49:10.717Z Downloaded guppy v0.17.25
18472026-06-24T01:49:10.721Z Downloaded plotters v0.3.7
18482026-06-24T01:49:10.726Z Downloaded gimli v0.32.3
18492026-06-24T01:49:10.834Z Downloaded httpmock v0.8.3
18502026-06-24T01:49:12.509Z Checking cfg-if v1.0.4
18512026-06-24T01:49:12.858Z Checking libc v0.2.185
18522026-06-24T01:49:12.861Z Checking serde_core v1.0.228
18532026-06-24T01:49:12.926Z Checking memchr v2.8.0
18542026-06-24T01:49:12.965Z Checking smallvec v1.15.1
18552026-06-24T01:49:13.003Z Checking itoa v1.0.17
18562026-06-24T01:49:13.036Z Checking log v0.4.29
18572026-06-24T01:49:13.084Z Checking libm v0.2.16
18582026-06-24T01:49:13.115Z Checking zeroize v1.8.2
18592026-06-24T01:49:13.163Z Checking scopeguard v1.2.0
18602026-06-24T01:49:13.197Z Checking stable_deref_trait v1.2.1
18612026-06-24T01:49:13.235Z Checking zmij v1.0.21
18622026-06-24T01:49:13.269Z Checking errno v0.3.14
18632026-06-24T01:49:13.302Z Checking getrandom v0.2.17
18642026-06-24T01:49:13.305Z Checking lock_api v0.4.14
18652026-06-24T01:49:13.368Z Checking zerofrom v0.1.6
18662026-06-24T01:49:13.404Z Checking percent-encoding v2.3.2
18672026-06-24T01:49:13.434Z Checking writeable v0.6.2
18682026-06-24T01:49:13.468Z Checking litemap v0.8.1
18692026-06-24T01:49:13.502Z Checking yoke v0.8.1
18702026-06-24T01:49:13.537Z Checking icu_normalizer_data v2.1.1
18712026-06-24T01:49:13.571Z Checking icu_properties_data v2.1.2
18722026-06-24T01:49:13.605Z Checking form_urlencoded v1.2.2
18732026-06-24T01:49:13.639Z Checking utf8_iter v1.0.4
18742026-06-24T01:49:13.674Z Checking subtle v2.6.1
18752026-06-24T01:49:13.707Z Checking zerovec v0.11.5
18762026-06-24T01:49:13.707Z Checking zerotrie v0.2.3
18772026-06-24T01:49:13.772Z Checking num-traits v0.2.19
18782026-06-24T01:49:13.773Z Checking zerocopy v0.8.40
18792026-06-24T01:49:13.775Z Checking rand_core v0.10.0
18802026-06-24T01:49:13.889Z Checking pin-project-lite v0.2.17
18812026-06-24T01:49:13.928Z Checking rand_core v0.6.4
18822026-06-24T01:49:13.983Z Checking parking_lot_core v0.9.12
18832026-06-24T01:49:14.022Z Checking getrandom v0.4.1
18842026-06-24T01:49:14.059Z Checking typenum v1.19.0
18852026-06-24T01:49:14.134Z Checking portable-atomic v1.13.1
18862026-06-24T01:49:14.196Z Checking parking_lot v0.12.5
18872026-06-24T01:49:14.232Z Checking tinystr v0.8.2
18882026-06-24T01:49:14.232Z Checking potential_utf v0.1.4
18892026-06-24T01:49:14.323Z Checking critical-section v1.2.0
18902026-06-24T01:49:14.388Z Checking icu_collections v2.1.1
18912026-06-24T01:49:14.424Z Checking serde v1.0.228
18922026-06-24T01:49:14.424Z Checking serde_json v1.0.150
18932026-06-24T01:49:14.488Z Checking bitflags v2.11.0
18942026-06-24T01:49:14.492Z Checking icu_locale_core v2.1.1
18952026-06-24T01:49:14.572Z Checking once_cell v1.21.3
18962026-06-24T01:49:14.696Z Checking signal-hook-registry v1.4.8
18972026-06-24T01:49:14.736Z Checking mio v1.2.0
18982026-06-24T01:49:14.787Z Checking socket2 v0.6.3
18992026-06-24T01:49:14.823Z Checking iana-time-zone v0.1.65
19002026-06-24T01:49:14.878Z Checking bytes v1.11.1
19012026-06-24T01:49:14.917Z Checking generic-array v0.14.7
19022026-06-24T01:49:14.952Z Checking chrono v0.4.44
19032026-06-24T01:49:15.054Z Checking uuid v1.23.3
19042026-06-24T01:49:15.094Z Checking icu_provider v2.1.1
19052026-06-24T01:49:15.097Z Checking thiserror v2.0.18
19062026-06-24T01:49:15.164Z Checking semver v1.0.28
19072026-06-24T01:49:15.258Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19082026-06-24T01:49:15.335Z Checking tokio v1.52.1
19092026-06-24T01:49:15.371Z Checking icu_normalizer v2.1.1
19102026-06-24T01:49:15.401Z Checking icu_properties v2.1.2
19112026-06-24T01:49:15.404Z Checking crypto-common v0.1.7
19122026-06-24T01:49:15.431Z Checking futures-core v0.3.32
19132026-06-24T01:49:15.542Z Checking dyn-clone v1.0.20
19142026-06-24T01:49:15.578Z Checking equivalent v1.0.2
19152026-06-24T01:49:15.613Z Checking const-oid v0.9.6
19162026-06-24T01:49:15.666Z Checking rustix v1.1.3
19172026-06-24T01:49:15.700Z Checking futures-sink v0.3.32
19182026-06-24T01:49:15.704Z Checking byteorder v1.5.0
19192026-06-24T01:49:15.792Z Checking block-buffer v0.10.4
19202026-06-24T01:49:15.852Z Checking futures-channel v0.3.32
19212026-06-24T01:49:15.925Z Checking slab v0.4.12
19222026-06-24T01:49:15.958Z Checking futures-io v0.3.32
19232026-06-24T01:49:16.066Z Checking futures-task v0.3.32
19242026-06-24T01:49:16.099Z Checking thiserror v1.0.69
19252026-06-24T01:49:16.129Z Checking hashbrown v0.17.0
19262026-06-24T01:49:16.219Z Checking getrandom v0.3.4
19272026-06-24T01:49:16.253Z Checking futures-util v0.3.32
19282026-06-24T01:49:16.256Z Checking idna_adapter v1.2.1
19292026-06-24T01:49:16.316Z Checking digest v0.10.7
19302026-06-24T01:49:16.392Z Checking cpufeatures v0.2.17
19312026-06-24T01:49:16.428Z Checking idna v1.1.0
19322026-06-24T01:49:16.533Z Checking fnv v1.0.7
19332026-06-24T01:49:16.537Z Checking regex-syntax v0.8.10
19342026-06-24T01:49:16.562Z Checking http v1.4.2
19352026-06-24T01:49:16.595Z Checking ppv-lite86 v0.2.21
19362026-06-24T01:49:16.629Z Checking tracing-core v0.1.36
19372026-06-24T01:49:16.633Z Checking indexmap v2.14.0
19382026-06-24T01:49:16.692Z Checking url v2.5.8
19392026-06-24T01:49:16.916Z Checking base64 v0.22.1
19402026-06-24T01:49:16.953Z Checking utf8parse v0.2.2
19412026-06-24T01:49:17.081Z Checking tracing v0.1.44
19422026-06-24T01:49:17.144Z Checking anstyle v1.0.14
19432026-06-24T01:49:17.148Z Checking schemars v0.8.22
19442026-06-24T01:49:17.208Z Checking is_terminal_polyfill v1.70.2
19452026-06-24T01:49:17.242Z Checking base64ct v1.8.3
19462026-06-24T01:49:17.310Z Checking colorchoice v1.0.4
19472026-06-24T01:49:17.344Z Checking anstyle-query v1.1.5
19482026-06-24T01:49:17.377Z Checking block-padding v0.3.3
19492026-06-24T01:49:17.436Z Checking ipnet v2.11.0
19502026-06-24T01:49:17.470Z Checking anstyle-parse v1.0.0
19512026-06-24T01:49:17.502Z Checking terminal_size v0.4.3
19522026-06-24T01:49:17.535Z Checking inout v0.1.4
19532026-06-24T01:49:17.640Z Checking aho-corasick v1.1.4
19542026-06-24T01:49:17.643Z Checking crossbeam-utils v0.8.21
19552026-06-24T01:49:17.704Z Checking cipher v0.4.4
19562026-06-24T01:49:17.737Z Checking unicode-ident v1.0.24
19572026-06-24T01:49:17.828Z Checking anstream v1.0.0
19582026-06-24T01:49:17.862Z Checking strsim v0.11.1
19592026-06-24T01:49:17.891Z Checking proc-macro2 v1.0.106
19602026-06-24T01:49:17.932Z Checking clap_lex v1.0.0
19612026-06-24T01:49:18.027Z Checking pem-rfc7468 v0.7.0
19622026-06-24T01:49:18.062Z Checking sha2 v0.10.9
19632026-06-24T01:49:18.065Z Checking httparse v1.10.1
19642026-06-24T01:49:18.124Z Checking clap_builder v4.6.0
19652026-06-24T01:49:18.157Z Checking powerfmt v0.2.0
19662026-06-24T01:49:18.210Z Checking hmac v0.12.1
19672026-06-24T01:49:18.213Z Checking quote v1.0.45
19682026-06-24T01:49:18.320Z Checking rand_core v0.9.5
19692026-06-24T01:49:18.362Z Checking deranged v0.5.8
19702026-06-24T01:49:18.367Z Checking regex-automata v0.4.14
19712026-06-24T01:49:18.418Z Checking num-conv v0.2.0
19722026-06-24T01:49:18.423Z Checking num_threads v0.1.7
19732026-06-24T01:49:18.478Z Checking syn v2.0.117
19742026-06-24T01:49:18.514Z Checking time-core v0.1.8
19752026-06-24T01:49:18.517Z Checking tokio-util v0.7.18
19762026-06-24T01:49:18.579Z Checking erased-serde v0.3.31
19772026-06-24T01:49:18.585Z Checking flagset v0.4.7
19782026-06-24T01:49:18.683Z Checking http-body v1.0.1
19792026-06-24T01:49:18.760Z Checking der v0.7.10
19802026-06-24T01:49:18.850Z Checking rustls-pki-types v1.14.0
19812026-06-24T01:49:19.003Z Checking slog v2.8.2
19822026-06-24T01:49:19.161Z Checking atomic-waker v1.1.2
19832026-06-24T01:49:19.196Z Checking allocator-api2 v0.2.21
19842026-06-24T01:49:19.289Z Checking rand_chacha v0.9.0
19852026-06-24T01:49:19.293Z Checking time v0.3.47
19862026-06-24T01:49:19.321Z Checking anyhow v1.0.102
19872026-06-24T01:49:19.386Z Checking clap v4.6.1
19882026-06-24T01:49:19.489Z Checking untrusted v0.9.0
19892026-06-24T01:49:19.522Z Checking httpdate v1.0.3
19902026-06-24T01:49:19.525Z Checking try-lock v0.2.5
19912026-06-24T01:49:19.586Z Checking rand v0.9.2
19922026-06-24T01:49:19.589Z Checking h2 v0.4.15
19932026-06-24T01:49:19.620Z Checking ring v0.17.14
19942026-06-24T01:49:19.681Z Checking want v0.3.1
19952026-06-24T01:49:19.713Z Checking spin v0.9.8
19962026-06-24T01:49:19.826Z Checking aws-lc-sys v0.40.0
19972026-06-24T01:49:19.919Z Checking untrusted v0.7.1
19982026-06-24T01:49:20.059Z Checking ryu v1.0.23
19992026-06-24T01:49:20.094Z Checking tower-service v0.3.3
20002026-06-24T01:49:20.209Z Checking tower-layer v0.3.3
20012026-06-24T01:49:20.244Z Checking ipnetwork v0.21.1
20022026-06-24T01:49:20.247Z Checking mime v0.3.17
20032026-06-24T01:49:20.342Z Checking aws-lc-rs v1.16.3
20042026-06-24T01:49:20.384Z Checking fastrand v2.3.0
20052026-06-24T01:49:20.468Z Checking spki v0.7.3
20062026-06-24T01:49:20.471Z Checking pbkdf2 v0.12.2
20072026-06-24T01:49:20.532Z Checking aes v0.8.4
20082026-06-24T01:49:20.583Z Checking http-body-util v0.1.3
20092026-06-24T01:49:20.634Z Checking cbc v0.1.2
20102026-06-24T01:49:20.673Z Checking salsa20 v0.10.2
20112026-06-24T01:49:20.676Z Checking rand_chacha v0.3.1
20122026-06-24T01:49:20.735Z Checking hex v0.4.3
20132026-06-24T01:49:20.786Z Checking pretty-hex v0.4.1
20142026-06-24T01:49:20.823Z Checking simd-adler32 v0.3.8
20152026-06-24T01:49:20.856Z Checking scrypt v0.11.0
20162026-06-24T01:49:20.930Z Checking tempfile v3.25.0
20172026-06-24T01:49:20.933Z Checking rand v0.8.6
20182026-06-24T01:49:20.933Z Checking plain v0.2.3
20192026-06-24T01:49:21.052Z Checking openssl-probe v0.2.1
20202026-06-24T01:49:21.087Z Checking adler2 v2.0.1
20212026-06-24T01:49:21.115Z Checking pkcs5 v0.7.1
20222026-06-24T01:49:21.119Z Checking regex v1.12.3
20232026-06-24T01:49:21.213Z Checking rustls-webpki v0.103.9
20242026-06-24T01:49:21.249Z Checking serde_urlencoded v0.7.1
20252026-06-24T01:49:21.253Z Checking encoding_rs v0.8.35
20262026-06-24T01:49:21.322Z Checking miniz_oxide v0.8.9
20272026-06-24T01:49:21.390Z Checking ucd-trie v0.1.7
20282026-06-24T01:49:21.474Z Checking pkcs8 v0.10.2
20292026-06-24T01:49:21.511Z Checking camino v1.2.2
20302026-06-24T01:49:21.545Z Checking pest v2.8.6
20312026-06-24T01:49:21.580Z Checking rustls-native-certs v0.8.3
20322026-06-24T01:49:21.653Z Checking rustls v0.23.41
20332026-06-24T01:49:21.687Z Checking oxnet v0.1.6
20342026-06-24T01:49:21.721Z Checking futures-executor v0.3.32
20352026-06-24T01:49:21.750Z Checking sync_wrapper v1.0.2
20362026-06-24T01:49:21.783Z Checking either v1.15.0
20372026-06-24T01:49:21.878Z Checking tower v0.5.3
20382026-06-24T01:49:21.912Z Checking futures v0.3.32
20392026-06-24T01:49:21.968Z Checking webpki-roots v1.0.6
20402026-06-24T01:49:22.004Z Checking crc32fast v1.5.0
20412026-06-24T01:49:22.035Z Checking iri-string v0.7.10
20422026-06-24T01:49:22.111Z Checking foldhash v0.2.0
20432026-06-24T01:49:22.168Z Checking static_assertions v1.1.0
20442026-06-24T01:49:22.254Z Checking lazy_static v1.5.0
20452026-06-24T01:49:22.294Z Checking openapiv3 v2.2.0
20462026-06-24T01:49:22.300Z Checking hashbrown v0.16.1
20472026-06-24T01:49:22.300Z Checking signature v2.2.0
20482026-06-24T01:49:22.381Z Checking hubpack v0.1.2
20492026-06-24T01:49:22.414Z Checking hyper v1.10.1
20502026-06-24T01:49:22.501Z Checking zlib-rs v0.6.2
20512026-06-24T01:49:22.571Z Checking strum v0.26.3
20522026-06-24T01:49:22.614Z Checking tinyvec_macros v0.1.1
20532026-06-24T01:49:22.704Z Checking psl-types v2.0.11
20542026-06-24T01:49:22.707Z Checking tinyvec v1.10.0
20552026-06-24T01:49:22.830Z Checking cookie v0.18.1
20562026-06-24T01:49:22.864Z Checking publicsuffix v2.3.0
20572026-06-24T01:49:23.051Z Checking num-integer v0.1.46
20582026-06-24T01:49:23.102Z Checking scroll v0.13.0
20592026-06-24T01:49:23.107Z Checking tower-http v0.6.8
20602026-06-24T01:49:23.107Z Checking data-encoding v2.10.0
20612026-06-24T01:49:23.295Z Checking cookie_store v0.22.1
20622026-06-24T01:49:23.335Z Checking goblin v0.10.5
20632026-06-24T01:49:23.368Z Checking hyper-util v0.1.20
20642026-06-24T01:49:23.402Z Checking flate2 v1.1.9
20652026-06-24T01:49:23.433Z Checking toml_datetime v0.6.11
20662026-06-24T01:49:23.437Z Checking serde_spanned v0.6.9
20672026-06-24T01:49:23.574Z Checking memmap2 v0.9.10
20682026-06-24T01:49:23.615Z Checking base16ct v0.2.0
20692026-06-24T01:49:23.647Z Checking bit-vec v0.8.0
20702026-06-24T01:49:23.679Z Checking dtrace-parser v0.3.0
20712026-06-24T01:49:23.712Z Checking ff v0.13.1
20722026-06-24T01:49:23.756Z Checking wait-timeout v0.2.1
20732026-06-24T01:49:23.790Z Checking sec1 v0.7.3
20742026-06-24T01:49:23.878Z Checking thread-id v5.1.0
20752026-06-24T01:49:23.882Z Checking bit-set v0.8.0
20762026-06-24T01:49:23.945Z Checking group v0.13.0
20772026-06-24T01:49:23.948Z Checking num-iter v0.1.45
20782026-06-24T01:49:24.006Z Checking bstr v1.12.1
20792026-06-24T01:49:24.043Z Checking hkdf v0.12.4
20802026-06-24T01:49:24.046Z Checking tokio-rustls v0.26.4
20812026-06-24T01:49:24.107Z Checking rustls-platform-verifier v0.6.2
20822026-06-24T01:49:24.110Z Checking crossbeam-epoch v0.9.18
20832026-06-24T01:49:24.169Z Checking anstyle-parse v0.2.7
20842026-06-24T01:49:24.203Z Checking ahash v0.8.12
20852026-06-24T01:49:24.300Z Checking crypto-bigint v0.5.5
20862026-06-24T01:49:24.335Z Checking quick-error v1.2.3
20872026-06-24T01:49:24.368Z Checking rand_xorshift v0.4.0
20882026-06-24T01:49:24.371Z Checking anstream v0.6.21
20892026-06-24T01:49:24.433Z Checking scroll v0.12.0
20902026-06-24T01:49:24.436Z Checking unarray v0.1.4
20912026-06-24T01:49:24.497Z Checking rusty-fork v0.3.1
20922026-06-24T01:49:24.529Z Checking num-bigint-dig v0.8.6
20932026-06-24T01:49:24.591Z Checking pkcs1 v0.7.5
20942026-06-24T01:49:24.625Z Checking x509-cert v0.2.5
20952026-06-24T01:49:24.659Z Checking hyper-rustls v0.27.7
20962026-06-24T01:49:24.694Z Checking goblin v0.8.2
20972026-06-24T01:49:24.697Z Checking proptest v1.10.0
20982026-06-24T01:49:24.820Z Checking sha1 v0.10.6
20992026-06-24T01:49:24.891Z Checking reqwest v0.13.2
21002026-06-24T01:49:25.008Z Checking zerocopy v0.7.35
21012026-06-24T01:49:25.210Z Checking elliptic-curve v0.13.8
21022026-06-24T01:49:25.288Z Checking foreign-types-shared v0.1.1
21032026-06-24T01:49:25.355Z Checking winnow v0.7.14
21042026-06-24T01:49:25.399Z Checking unicode-segmentation v1.12.0
21052026-06-24T01:49:25.509Z Checking foreign-types v0.3.2
21062026-06-24T01:49:25.542Z Checking rsa v0.9.10
21072026-06-24T01:49:25.603Z Checking dtrace-parser v0.2.0
21082026-06-24T01:49:25.641Z Checking dof v0.4.0
21092026-06-24T01:49:25.729Z Checking rfc6979 v0.4.0
21102026-06-24T01:49:25.772Z Checking memoffset v0.9.1
21112026-06-24T01:49:25.864Z Checking openssl-sys v0.9.115
21122026-06-24T01:49:25.899Z Checking thread-id v4.2.2
21132026-06-24T01:49:25.902Z Checking ecdsa v0.16.9
21142026-06-24T01:49:26.005Z Checking curve25519-dalek v4.1.3
21152026-06-24T01:49:26.039Z Checking rustix v0.38.44
21162026-06-24T01:49:26.257Z Checking openssl v0.10.79
21172026-06-24T01:49:26.291Z Checking usdt-impl v0.6.0
21182026-06-24T01:49:26.296Z Checking env_filter v1.0.0
21192026-06-24T01:49:26.499Z Checking toml_write v0.1.2
21202026-06-24T01:49:26.503Z Checking newtype-uuid v1.3.2
21212026-06-24T01:49:26.563Z Checking dof v0.3.0
21222026-06-24T01:49:26.566Z Checking same-file v1.0.6
21232026-06-24T01:49:26.625Z Checking usdt v0.6.0
21242026-06-24T01:49:26.685Z Checking keccak v0.1.6
21252026-06-24T01:49:26.739Z Checking walkdir v2.5.0
21262026-06-24T01:49:26.769Z Checking daft v0.1.7
21272026-06-24T01:49:26.799Z Checking toml_edit v0.22.27
21282026-06-24T01:49:26.831Z Checking env_logger v0.11.9
21292026-06-24T01:49:26.865Z Checking ed25519 v2.2.3
21302026-06-24T01:49:26.869Z Checking usdt-impl v0.5.0
21312026-06-24T01:49:26.929Z Checking sha3 v0.10.8
21322026-06-24T01:49:26.932Z Checking itertools v0.13.0
21332026-06-24T01:49:27.020Z Checking serde_with v3.17.0
21342026-06-24T01:49:27.053Z Checking bitflags v1.3.2
21352026-06-24T01:49:27.086Z Checking winnow v1.0.3
21362026-06-24T01:49:27.149Z Checking siphasher v1.0.2
21372026-06-24T01:49:27.185Z Checking ed25519-dalek v2.2.0
21382026-06-24T01:49:27.219Z Checking nix v0.31.2
21392026-06-24T01:49:27.328Z Checking unicode-normalization v0.1.25
21402026-06-24T01:49:27.394Z Checking toml_parser v1.1.2+spec-1.1.0
21412026-06-24T01:49:27.442Z Checking signal-hook v0.3.18
21422026-06-24T01:49:27.654Z Checking winnow v0.5.40
21432026-06-24T01:49:27.747Z Checking managed v0.8.0
21442026-06-24T01:49:27.781Z Checking bzip2-sys v0.1.13+1.0.8
21452026-06-24T01:49:27.896Z Checking object v0.37.3
21462026-06-24T01:49:27.905Z Checking foldhash v0.1.5
21472026-06-24T01:49:27.955Z Checking bzip2 v0.4.4
21482026-06-24T01:49:27.987Z Checking signal-hook-mio v0.2.5
21492026-06-24T01:49:28.078Z Checking hashbrown v0.15.5
21502026-06-24T01:49:28.117Z Checking globset v0.4.18
21512026-06-24T01:49:28.154Z Checking ref-cast v1.0.25
21522026-06-24T01:49:28.254Z Checking native-tls v0.2.18
21532026-06-24T01:49:28.289Z Checking zstd-sys v2.0.16+zstd.1.5.7
21542026-06-24T01:49:28.293Z Checking zip v0.6.6
21552026-06-24T01:49:28.394Z Checking pin-project v1.1.11
21562026-06-24T01:49:28.427Z Checking zstd-safe v7.2.4
21572026-06-24T01:49:28.458Z Checking bumpalo v3.20.2
21582026-06-24T01:49:28.494Z Checking tokio-native-tls v0.3.1
21592026-06-24T01:49:28.526Z Checking libbz2-rs-sys v0.2.2
21602026-06-24T01:49:28.560Z Checking crossterm v0.28.1
21612026-06-24T01:49:28.612Z Checking zstd v0.13.3
21622026-06-24T01:49:28.657Z Checking similar v2.7.0
21632026-06-24T01:49:28.690Z Checking zopfli v0.8.3
21642026-06-24T01:49:28.694Z Checking hyper-tls v0.6.0
21652026-06-24T01:49:28.826Z Checking toml_edit v0.19.15
21662026-06-24T01:49:28.854Z Checking tokio-stream v0.1.18
21672026-06-24T01:49:28.933Z Checking reqwest v0.12.28
21682026-06-24T01:49:28.968Z Checking bzip2 v0.6.1
21692026-06-24T01:49:29.054Z Checking fs-err v3.3.0
21702026-06-24T01:49:29.090Z Checking pem v3.0.6
21712026-06-24T01:49:29.151Z Checking hash32 v0.2.1
21722026-06-24T01:49:29.269Z Checking serde-big-array v0.5.1
21732026-06-24T01:49:29.272Z Checking predicates-core v1.0.10
21742026-06-24T01:49:29.335Z Checking unicode-properties v0.1.4
21752026-06-24T01:49:29.335Z Checking unicode-bidi v0.3.18
21762026-06-24T01:49:29.399Z Checking jiff v0.2.21
21772026-06-24T01:49:29.432Z Checking heapless v0.7.17
21782026-06-24T01:49:29.465Z Checking snafu v0.8.9
21792026-06-24T01:49:29.547Z Checking olpc-cjson v0.1.4
21802026-06-24T01:49:29.679Z Checking stringprep v0.1.5
21812026-06-24T01:49:29.714Z Checking hickory-proto v0.25.2
21822026-06-24T01:49:29.749Z Checking md-5 v0.10.6
21832026-06-24T01:49:29.801Z Checking serde_plain v1.0.2
21842026-06-24T01:49:29.857Z Checking float-cmp v0.10.0
21852026-06-24T01:49:29.890Z Checking toml v0.7.8
21862026-06-24T01:49:29.893Z Checking fallible-iterator v0.2.0
21872026-06-24T01:49:29.954Z Checking normalize-line-endings v0.3.0
21882026-06-24T01:49:29.988Z Checking difflib v0.4.0
21892026-06-24T01:49:30.018Z Checking typed-path v0.9.3
21902026-06-24T01:49:30.068Z Checking smoltcp v0.9.1
21912026-06-24T01:49:30.188Z Checking predicates v3.1.4
21922026-06-24T01:49:30.220Z Checking postgres-protocol v0.6.10
21932026-06-24T01:49:30.224Z Checking iddqd v0.4.2
21942026-06-24T01:49:30.224Z Checking phf_shared v0.11.3
21952026-06-24T01:49:30.451Z Checking phf_shared v0.13.1
21962026-06-24T01:49:30.506Z Checking buf-list v1.1.2
21972026-06-24T01:49:30.560Z Checking strum v0.27.2
21982026-06-24T01:49:30.666Z Checking new_debug_unreachable v1.0.6
21992026-06-24T01:49:30.701Z Checking precomputed-hash v0.1.1
22002026-06-24T01:49:30.705Z Checking fixedbitset v0.4.2
22012026-06-24T01:49:30.764Z Checking lalrpop-util v0.19.12
22022026-06-24T01:49:30.768Z Checking fixedbitset v0.5.7
22032026-06-24T01:49:30.829Z Checking string_cache v0.8.9
22042026-06-24T01:49:30.833Z Checking tough v0.22.0
22052026-06-24T01:49:30.904Z Checking petgraph v0.6.5
22062026-06-24T01:49:30.950Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22072026-06-24T01:49:31.010Z Checking petgraph v0.8.3
22082026-06-24T01:49:31.044Z Checking phf v0.13.1
22092026-06-24T01:49:31.172Z Checking postgres-types v0.2.12
22102026-06-24T01:49:31.220Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-06-24T01:49:31.505Z Checking peg-runtime v0.8.5
22122026-06-24T01:49:31.539Z Checking whoami v2.1.0
22132026-06-24T01:49:31.613Z Checking zip v4.6.1
22142026-06-24T01:49:31.757Z Checking tokio-postgres v0.7.16
22152026-06-24T01:49:31.793Z Checking is-terminal v0.4.17
22162026-06-24T01:49:31.914Z Checking crossbeam-channel v0.5.15
22172026-06-24T01:49:32.180Z Checking thread_local v1.1.9
22182026-06-24T01:49:32.226Z Compiling structmeta-derive v0.3.0
22192026-06-24T01:49:32.270Z Checking term v1.2.1
22202026-06-24T01:49:32.374Z Checking take_mut v0.2.2
22212026-06-24T01:49:32.486Z Compiling newtype-uuid-macros v0.1.0
22222026-06-24T01:49:32.520Z Checking slog-async v2.8.0
22232026-06-24T01:49:32.520Z Checking slog-term v2.9.2
22242026-06-24T01:49:32.604Z Compiling multer v3.1.0
22252026-06-24T01:49:32.719Z Compiling async-stream-impl v0.3.6
22262026-06-24T01:49:32.851Z Checking match_cfg v0.1.0
22272026-06-24T01:49:32.884Z Checking slog-json v2.6.1
22282026-06-24T01:49:32.916Z Compiling dropshot v0.17.1
22292026-06-24T01:49:32.948Z Checking hostname v0.3.1
22302026-06-24T01:49:33.055Z Checking cpufeatures v0.3.0
22312026-06-24T01:49:33.088Z Compiling dropshot_endpoint v0.17.1
22322026-06-24T01:49:33.092Z Checking slog-bunyan v2.5.0
22332026-06-24T01:49:33.150Z Checking debug-ignore v1.0.5
22342026-06-24T01:49:33.224Z Checking hybrid-array v0.4.10
22352026-06-24T01:49:33.259Z Checking progenitor-client v0.14.0
22362026-06-24T01:49:33.317Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22372026-06-24T01:49:33.319Z Compiling structmeta v0.3.0
22382026-06-24T01:49:33.380Z Checking toml_datetime v1.1.1+spec-1.1.0
22392026-06-24T01:49:33.383Z Checking serde_spanned v1.1.1
22402026-06-24T01:49:33.447Z Checking serde_path_to_error v0.1.20
22412026-06-24T01:49:33.530Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422026-06-24T01:49:33.533Z Checking compression-core v0.4.31
22432026-06-24T01:49:33.595Z Compiling derive-ex v0.1.8
22442026-06-24T01:49:33.631Z Checking const-oid v0.10.2
22452026-06-24T01:49:33.678Z Checking crypto-common v0.2.2
22462026-06-24T01:49:33.711Z Checking block-buffer v0.12.1
22472026-06-24T01:49:33.742Z Checking toml_writer v1.1.1+spec-1.1.0
22482026-06-24T01:49:33.775Z Checking compression-codecs v0.4.37
22492026-06-24T01:49:33.831Z Checking async-stream v0.3.6
22502026-06-24T01:49:33.958Z Checking waitgroup v0.1.2
22512026-06-24T01:49:33.993Z Checking toml v1.1.2+spec-1.1.0
22522026-06-24T01:49:33.997Z Checking async-compression v0.4.41
22532026-06-24T01:49:33.997Z Checking rustls-pemfile v2.2.0
22542026-06-24T01:49:34.086Z Checking hostname v0.4.2
22552026-06-24T01:49:34.148Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22562026-06-24T01:49:34.208Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22572026-06-24T01:49:34.241Z Checking atomicwrites v0.4.4
22582026-06-24T01:49:34.279Z Checking digest v0.11.3
22592026-06-24T01:49:34.282Z Checking itertools v0.14.0
22602026-06-24T01:49:34.342Z Compiling parse-display-derive v0.10.0
22612026-06-24T01:49:34.379Z Checking macaddr v1.0.1
22622026-06-24T01:49:34.409Z Checking regress v0.10.5
22632026-06-24T01:49:34.458Z Checking sha1 v0.11.0
22642026-06-24T01:49:34.581Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-06-24T01:49:34.615Z Checking instant v0.1.13
22662026-06-24T01:49:34.655Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-06-24T01:49:34.728Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-24T01:49:34.907Z Checking backoff v0.4.0
22692026-06-24T01:49:35.010Z Checking backon v1.6.0
22702026-06-24T01:49:35.111Z Checking humantime v2.3.0
22712026-06-24T01:49:35.201Z Checking progenitor-extras v0.2.0
22722026-06-24T01:49:35.235Z Checking unicode-width v0.2.0
22732026-06-24T01:49:35.314Z Compiling test-strategy v0.4.5
22742026-06-24T01:49:35.347Z Compiling convert_case v0.4.0
22752026-06-24T01:49:35.385Z Checking heck v0.5.0
22762026-06-24T01:49:35.451Z Checking half v2.7.1
22772026-06-24T01:49:35.509Z Checking ciborium-io v0.2.2
22782026-06-24T01:49:35.541Z Checking secrecy v0.10.3
22792026-06-24T01:49:35.624Z Compiling regress v0.11.1
22802026-06-24T01:49:35.685Z Checking indent_write v2.2.0
22812026-06-24T01:49:35.732Z Checking ciborium-ll v0.2.2
22822026-06-24T01:49:35.761Z Compiling derive_more v0.99.20
22832026-06-24T01:49:35.838Z Checking universal-hash v0.5.1
22842026-06-24T01:49:35.875Z Checking opaque-debug v0.3.1
22852026-06-24T01:49:35.927Z Checking ciborium v0.2.2
22862026-06-24T01:49:35.999Z Checking camino-tempfile v1.4.1
22872026-06-24T01:49:36.036Z Checking parse-display v0.10.0
22882026-06-24T01:49:36.182Z Compiling crucible-workspace-hack v0.1.0
22892026-06-24T01:49:36.213Z Checking aead v0.5.2
22902026-06-24T01:49:36.369Z Compiling unsafe-libyaml v0.2.11
22912026-06-24T01:49:36.401Z Checking poly1305 v0.8.0
22922026-06-24T01:49:36.571Z Checking chacha20 v0.9.1
22932026-06-24T01:49:36.703Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-24T01:49:36.796Z Checking swrite v0.1.0
22952026-06-24T01:49:36.828Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22962026-06-24T01:49:36.865Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972026-06-24T01:49:36.911Z Compiling serde_yaml v0.9.34+deprecated
22982026-06-24T01:49:37.122Z Checking password-hash v0.5.0
22992026-06-24T01:49:37.209Z Compiling typify-impl v0.6.2
23002026-06-24T01:49:37.244Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-24T01:49:37.368Z Checking blake2 v0.10.6
23022026-06-24T01:49:37.631Z Checking argon2 v0.5.3
23032026-06-24T01:49:37.906Z Checking thiserror-no-std v2.0.2
23042026-06-24T01:49:38.001Z Checking chacha20poly1305 v0.10.1
23052026-06-24T01:49:38.033Z Checking vsss-rs v3.3.4
23062026-06-24T01:49:38.155Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
23072026-06-24T01:49:38.299Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-24T01:49:38.376Z Checking byte-wrapper v0.1.0
23092026-06-24T01:49:38.583Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23102026-06-24T01:49:38.619Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-24T01:49:38.622Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23122026-06-24T01:49:38.682Z Checking crossbeam-deque v0.8.6
23132026-06-24T01:49:38.835Z Compiling rayon-core v1.13.0
23142026-06-24T01:49:38.894Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23152026-06-24T01:49:38.897Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-24T01:49:39.202Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-24T01:49:39.205Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-24T01:49:39.442Z Compiling proc-macro-error v1.0.4
23192026-06-24T01:49:39.475Z Checking rayon v1.11.0
23202026-06-24T01:49:39.781Z Checking toml v0.8.23
23212026-06-24T01:49:40.135Z Compiling proc-macro-crate v3.4.0
23222026-06-24T01:49:40.252Z Checking tabwriter v1.4.1
23232026-06-24T01:49:40.313Z Checking glob v0.3.3
23242026-06-24T01:49:40.382Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23252026-06-24T01:49:40.417Z Compiling heapless v0.8.0
23262026-06-24T01:49:40.453Z Checking colored v3.1.1
23272026-06-24T01:49:40.504Z Compiling ingot-macros v0.1.1
23282026-06-24T01:49:40.538Z Checking hash32 v0.3.1
23292026-06-24T01:49:40.671Z Checking unicode-width v0.1.14
23302026-06-24T01:49:40.704Z Compiling num_enum_derive v0.7.6
23312026-06-24T01:49:40.707Z Compiling smoltcp v0.11.0
23322026-06-24T01:49:40.920Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-24T01:49:40.953Z Checking cobs v0.3.0
23342026-06-24T01:49:41.124Z Compiling usdt-macro v0.5.0
23352026-06-24T01:49:41.184Z Compiling usdt-attr-macro v0.5.0
23362026-06-24T01:49:41.224Z Checking memmap v0.7.0
23372026-06-24T01:49:41.260Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23382026-06-24T01:49:41.382Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-06-24T01:49:41.636Z Checking postcard v1.1.3
23402026-06-24T01:49:41.694Z Compiling typify-macro v0.6.2
23412026-06-24T01:49:41.760Z Checking num_enum v0.7.6
23422026-06-24T01:49:41.868Z Compiling proc-macro-crate v1.3.1
23432026-06-24T01:49:41.905Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23442026-06-24T01:49:41.953Z Checking sigpipe v0.1.3
23452026-06-24T01:49:41.985Z Checking usdt v0.5.0
23462026-06-24T01:49:42.060Z Compiling foreign-types-macros v0.2.3
23472026-06-24T01:49:42.134Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-24T01:49:42.177Z Checking foreign-types-shared v0.3.1
23492026-06-24T01:49:42.326Z Compiling num_enum_derive v0.5.11
23502026-06-24T01:49:42.458Z Checking chacha20 v0.10.0
23512026-06-24T01:49:42.561Z Checking cstr-argument v0.1.2
23522026-06-24T01:49:42.620Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23532026-06-24T01:49:42.674Z Checking foreign-types v0.5.0
23542026-06-24T01:49:42.706Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23552026-06-24T01:49:42.737Z Compiling num-derive v0.4.2
23562026-06-24T01:49:42.775Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-06-24T01:49:43.029Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-06-24T01:49:43.060Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-06-24T01:49:43.173Z Checking rand v0.10.0
23602026-06-24T01:49:43.204Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-06-24T01:49:43.235Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-06-24T01:49:43.333Z Checking ingot-types v0.1.2
23632026-06-24T01:49:43.366Z Checking num_enum v0.5.11
23642026-06-24T01:49:43.398Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-06-24T01:49:43.428Z Compiling typify v0.6.2
23662026-06-24T01:49:43.497Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23672026-06-24T01:49:43.538Z Compiling progenitor-impl v0.14.0
23682026-06-24T01:49:43.570Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23692026-06-24T01:49:43.672Z Compiling zone_cfg_derive v0.3.1
23702026-06-24T01:49:43.734Z Checking ingot v0.1.1
23712026-06-24T01:49:43.764Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23722026-06-24T01:49:43.920Z Checking itertools v0.12.1
23732026-06-24T01:49:44.006Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23742026-06-24T01:49:44.269Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
23752026-06-24T01:49:44.450Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
23762026-06-24T01:49:44.576Z Checking smf v0.2.3
23772026-06-24T01:49:44.608Z Checking whoami v1.6.1
23782026-06-24T01:49:44.705Z Checking tokio-dtrace v0.1.1
23792026-06-24T01:49:44.705Z Compiling derive-where v1.6.0
23802026-06-24T01:49:44.815Z Checking console v0.15.11
23812026-06-24T01:49:44.847Z Checking newline-converter v0.3.0
23822026-06-24T01:49:44.880Z Checking oxide-tokio-rt v0.1.4
23832026-06-24T01:49:44.969Z Checking zone v0.3.1
23842026-06-24T01:49:45.002Z Checking bytecount v0.6.9
23852026-06-24T01:49:45.074Z Compiling owo-colors v4.3.0
23862026-06-24T01:49:45.118Z Checking expectorate v1.2.0
23872026-06-24T01:49:45.151Z Compiling cancel-safe-futures v0.1.5
23882026-06-24T01:49:45.275Z Checking libsw-core v0.3.2
23892026-06-24T01:49:45.350Z Checking num-rational v0.4.2
23902026-06-24T01:49:45.490Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23912026-06-24T01:49:45.494Z Checking libsw v3.5.0
23922026-06-24T01:49:45.685Z Checking num-complex v0.4.6
23932026-06-24T01:49:45.720Z Checking linear-map v1.2.0
23942026-06-24T01:49:45.865Z Checking float-ord v0.3.2
23952026-06-24T01:49:45.915Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23962026-06-24T01:49:45.995Z Checking gethostname v0.5.0
23972026-06-24T01:49:46.028Z Compiling prettyplease v0.2.37
23982026-06-24T01:49:46.058Z Checking num v0.4.3
23992026-06-24T01:49:46.111Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24002026-06-24T01:49:46.145Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24012026-06-24T01:49:46.173Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-06-24T01:49:46.177Z Compiling progenitor-macro v0.14.0
24032026-06-24T01:49:46.290Z Checking resolv-conf v0.7.6
24042026-06-24T01:49:46.496Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24052026-06-24T01:49:46.528Z Checking smawk v0.3.2
24062026-06-24T01:49:46.666Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24072026-06-24T01:49:46.698Z Checking unicode-linebreak v0.1.5
24082026-06-24T01:49:46.933Z Checking papergrid v0.11.0
24092026-06-24T01:49:47.562Z Compiling tabled_derive v0.7.0
24102026-06-24T01:49:47.660Z Compiling convert_case v0.10.0
24112026-06-24T01:49:47.696Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-24T01:49:47.729Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132026-06-24T01:49:47.930Z Compiling slog-dtrace v0.3.0
24142026-06-24T01:49:47.995Z Compiling derive_more-impl v2.1.1
24152026-06-24T01:49:47.998Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-24T01:49:48.282Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24172026-06-24T01:49:48.330Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24182026-06-24T01:49:48.518Z Checking tabled v0.15.0
24192026-06-24T01:49:48.842Z Checking derive_more v2.1.1
24202026-06-24T01:49:48.966Z Checking crossterm v0.29.0
24212026-06-24T01:49:49.448Z Checking linked-hash-map v0.5.6
24222026-06-24T01:49:49.649Z Checking lru-cache v0.1.2
24232026-06-24T01:49:49.926Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24242026-06-24T01:49:50.082Z Checking hickory-proto v0.24.4
24252026-06-24T01:49:50.159Z Checking fd-lock v4.0.4
24262026-06-24T01:49:50.660Z Checking vte v0.14.1
24272026-06-24T01:49:50.748Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-06-24T01:49:51.006Z Checking display-error-chain v0.2.2
24292026-06-24T01:49:51.066Z Checking progenitor v0.14.0
24302026-06-24T01:49:51.160Z Checking strip-ansi-escapes v0.2.1
24312026-06-24T01:49:51.225Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24322026-06-24T01:49:51.416Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-06-24T01:49:52.288Z Checking nu-ansi-term v0.50.3
24342026-06-24T01:49:52.331Z Checking termtree v0.5.1
24352026-06-24T01:49:52.560Z Checking reedline v0.40.0
24362026-06-24T01:49:52.633Z Checking hickory-resolver v0.24.4
24372026-06-24T01:49:52.673Z Checking textwrap v0.16.2
24382026-06-24T01:49:52.783Z Compiling minimal-lexical v0.2.1
24392026-06-24T01:49:52.919Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24402026-06-24T01:49:53.034Z Compiling nom v7.1.3
24412026-06-24T01:49:53.067Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-24T01:49:53.395Z Checking qorb v0.4.1
24432026-06-24T01:49:53.428Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-24T01:49:53.625Z Compiling ar_archive_writer v0.5.1
24452026-06-24T01:49:53.717Z Checking csv-core v0.1.13
24462026-06-24T01:49:53.936Z Checking csv v1.4.0
24472026-06-24T01:49:54.070Z Compiling stacker v0.1.23
24482026-06-24T01:49:54.343Z Checking highway v1.3.0
24492026-06-24T01:49:54.376Z Compiling cfg_aliases v0.1.1
24502026-06-24T01:49:54.424Z Compiling semver v0.1.20
24512026-06-24T01:49:54.479Z Compiling nix v0.28.0
24522026-06-24T01:49:54.547Z Compiling psm v0.1.30
24532026-06-24T01:49:54.646Z Compiling rustc_version v0.1.7
24542026-06-24T01:49:54.680Z Checking nibble_vec v0.1.0
24552026-06-24T01:49:54.747Z Checking home v0.5.12
24562026-06-24T01:49:54.835Z Checking endian-type v0.1.2
24572026-06-24T01:49:54.897Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24582026-06-24T01:49:54.928Z Compiling newtype_derive v0.1.6
24592026-06-24T01:49:54.959Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24602026-06-24T01:49:54.991Z Checking radix_trie v0.2.1
24612026-06-24T01:49:54.995Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24622026-06-24T01:49:55.167Z Checking phf_shared v0.12.1
24632026-06-24T01:49:55.226Z Compiling recursive-proc-macro-impl v0.1.1
24642026-06-24T01:49:55.331Z Compiling chrono-tz v0.10.4
24652026-06-24T01:49:55.420Z Checking phf v0.12.1
24662026-06-24T01:49:55.530Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24672026-06-24T01:49:55.593Z Compiling const_format_proc_macros v0.2.34
24682026-06-24T01:49:55.657Z Checking recursive v0.1.1
24692026-06-24T01:49:55.688Z Compiling peg-macros v0.8.5
24702026-06-24T01:49:55.780Z Checking winnow v0.6.26
24712026-06-24T01:49:55.783Z Checking nom v8.0.0
24722026-06-24T01:49:56.080Z Compiling sqlparser_derive v0.5.0
24732026-06-24T01:49:56.458Z Checking unicode_categories v0.1.1
24742026-06-24T01:49:56.641Z Checking rustyline v14.0.0
24752026-06-24T01:49:56.760Z Checking const_format v0.2.35
24762026-06-24T01:49:56.852Z Checking sqlparser v0.61.0
24772026-06-24T01:49:56.932Z Checking sqlformat v0.3.5
24782026-06-24T01:49:57.049Z Checking peg v0.8.5
24792026-06-24T01:49:57.252Z Checking bcs v0.1.6
24802026-06-24T01:49:57.338Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24812026-06-24T01:49:57.390Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24822026-06-24T01:49:57.436Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24832026-06-24T01:49:57.509Z Checking steno v0.4.1
24842026-06-24T01:49:57.600Z Checking filetime v0.2.27
24852026-06-24T01:49:57.761Z Checking xattr v1.6.1
24862026-06-24T01:49:57.791Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-06-24T01:49:57.824Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24882026-06-24T01:49:57.920Z Checking tar v0.4.45
24892026-06-24T01:49:58.018Z Checking subprocess v0.2.15
24902026-06-24T01:49:58.324Z Checking headers-core v0.3.0
24912026-06-24T01:49:58.327Z Checking base64 v0.21.7
24922026-06-24T01:49:58.413Z Checking yasna v0.5.2
24932026-06-24T01:49:58.462Z Checking headers v0.4.1
24942026-06-24T01:49:58.617Z Checking dropshot-api-manager-types v0.7.2
24952026-06-24T01:49:58.847Z Checking tagptr v0.2.0
24962026-06-24T01:49:58.851Z Checking rcgen v0.12.1
24972026-06-24T01:49:58.973Z Checking utf-8 v0.7.6
24982026-06-24T01:49:59.022Z Checking moka v0.12.13
24992026-06-24T01:49:59.140Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25002026-06-24T01:49:59.227Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25012026-06-24T01:49:59.316Z Compiling libefi-sys v0.1.0
25022026-06-24T01:49:59.572Z Checking tungstenite v0.21.0
25032026-06-24T01:49:59.689Z Compiling bitfield-struct v0.6.2
25042026-06-24T01:49:59.721Z Checking hickory-resolver v0.25.2
25052026-06-24T01:50:00.027Z Checking tokio-tungstenite v0.21.0
25062026-06-24T01:50:00.340Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-24T01:50:00.371Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-24T01:50:00.440Z Compiling radium v0.7.0
25092026-06-24T01:50:00.473Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25102026-06-24T01:50:00.501Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-06-24T01:50:00.658Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-24T01:50:00.766Z Compiling maybe-uninit v2.0.0
25132026-06-24T01:50:00.958Z Checking tap v1.0.1
25142026-06-24T01:50:00.991Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-06-24T01:50:01.094Z Checking wyz v0.5.1
25162026-06-24T01:50:01.241Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
25172026-06-24T01:50:01.301Z Compiling zerocopy-derive v0.6.6
25182026-06-24T01:50:01.343Z Checking crc-catalog v2.4.0
25192026-06-24T01:50:01.469Z Checking funty v2.0.0
25202026-06-24T01:50:01.533Z Compiling packed_struct v0.10.1
25212026-06-24T01:50:01.692Z Checking crc v3.4.0
25222026-06-24T01:50:01.841Z Checking bitvec v1.0.1
25232026-06-24T01:50:01.870Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25242026-06-24T01:50:01.903Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-06-24T01:50:01.998Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25262026-06-24T01:50:02.030Z Compiling packed_struct_codegen v0.10.1
25272026-06-24T01:50:02.150Z Checking zerocopy v0.6.6
25282026-06-24T01:50:02.450Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-06-24T01:50:02.482Z Compiling bitfield-macros v0.19.4
25302026-06-24T01:50:02.989Z Compiling indexmap v1.9.3
25312026-06-24T01:50:03.022Z Checking nodrop v0.1.14
25322026-06-24T01:50:03.114Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25332026-06-24T01:50:03.146Z Checking array-init v0.0.4
25342026-06-24T01:50:03.243Z Checking bitfield v0.19.4
25352026-06-24T01:50:03.281Z Checking smallvec v0.6.14
25362026-06-24T01:50:03.468Z Checking hashbrown v0.12.3
25372026-06-24T01:50:03.497Z Checking serde-hex v0.1.0
25382026-06-24T01:50:03.528Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25392026-06-24T01:50:03.711Z Checking ron v0.8.1
25402026-06-24T01:50:04.275Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25412026-06-24T01:50:04.307Z Checking hashbrown v0.13.2
25422026-06-24T01:50:04.307Z Checking crc-any v2.5.0
25432026-06-24T01:50:04.543Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25442026-06-24T01:50:04.735Z Compiling xshell-macros v0.2.7
25452026-06-24T01:50:04.766Z Checking object v0.30.4
25462026-06-24T01:50:05.036Z Checking path-slash v0.1.5
25472026-06-24T01:50:05.141Z Checking xshell v0.2.7
25482026-06-24T01:50:05.173Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25492026-06-24T01:50:05.211Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25502026-06-24T01:50:05.243Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-06-24T01:50:05.356Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25522026-06-24T01:50:05.660Z Checking half v1.8.3
25532026-06-24T01:50:05.759Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25542026-06-24T01:50:05.885Z Checking serde_cbor v0.11.2
25552026-06-24T01:50:06.007Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-24T01:50:06.253Z Compiling proc-macro-error-attr2 v2.0.0
25572026-06-24T01:50:06.290Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25582026-06-24T01:50:06.508Z Compiling num-derive v0.3.3
25592026-06-24T01:50:06.547Z Checking papergrid v0.17.0
25602026-06-24T01:50:06.675Z Compiling proc-macro-error2 v2.0.1
25612026-06-24T01:50:06.865Z Checking testing_table v0.3.0
25622026-06-24T01:50:06.988Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25632026-06-24T01:50:07.018Z Compiling tabled_derive v0.11.0
25642026-06-24T01:50:07.359Z Compiling progenitor-impl v0.13.0
25652026-06-24T01:50:07.422Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-06-24T01:50:07.432Z Checking libscf-sys v1.1.0
25672026-06-24T01:50:07.508Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-24T01:50:07.578Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25692026-06-24T01:50:07.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-24T01:50:08.036Z Checking maplit v1.0.2
25712026-06-24T01:50:08.189Z Checking tabled v0.20.0
25722026-06-24T01:50:08.291Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-06-24T01:50:08.400Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-06-24T01:50:08.771Z Checking progenitor-client v0.13.0
25752026-06-24T01:50:09.046Z Compiling git-stub v1.0.0
25762026-06-24T01:50:09.186Z Checking crc8 v0.1.1
25772026-06-24T01:50:09.228Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-06-24T01:50:09.311Z Compiling git-stub-vcs v0.1.0
25792026-06-24T01:50:09.342Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-06-24T01:50:09.701Z Checking fxhash v0.2.1
25812026-06-24T01:50:09.799Z Checking unicase v2.9.0
25822026-06-24T01:50:09.849Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25832026-06-24T01:50:09.881Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-06-24T01:50:09.977Z Compiling progenitor-macro v0.13.0
25852026-06-24T01:50:10.008Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-06-24T01:50:10.124Z Compiling vergen-lib v0.1.6
25872026-06-24T01:50:10.325Z Compiling diesel_derives v2.3.7
25882026-06-24T01:50:10.328Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25892026-06-24T01:50:10.418Z Checking scheduled-thread-pool v0.2.7
25902026-06-24T01:50:10.457Z Compiling dsl_auto_type v0.2.0
25912026-06-24T01:50:10.559Z Compiling vergen-gitcl v1.0.8
25922026-06-24T01:50:10.591Z Compiling diesel_table_macro_syntax v0.3.0
25932026-06-24T01:50:10.621Z Checking r2d2 v0.8.10
25942026-06-24T01:50:10.849Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25952026-06-24T01:50:10.852Z Checking downcast-rs v2.0.2
25962026-06-24T01:50:10.877Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-06-24T01:50:10.940Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25982026-06-24T01:50:11.000Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
25992026-06-24T01:50:11.214Z Checking kstat-rs v0.2.4
26002026-06-24T01:50:11.217Z Checking arc-swap v1.8.2
26012026-06-24T01:50:11.475Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26022026-06-24T01:50:11.528Z Checking slog-scope v4.4.1
26032026-06-24T01:50:11.655Z Compiling parking_lot_core v0.8.6
26042026-06-24T01:50:11.688Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26052026-06-24T01:50:11.717Z Checking slog-stdlog v4.1.1
26062026-06-24T01:50:11.749Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26072026-06-24T01:50:11.780Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26082026-06-24T01:50:11.862Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26092026-06-24T01:50:12.121Z Checking slog-envlogger v2.2.0
26102026-06-24T01:50:12.192Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26112026-06-24T01:50:12.298Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26122026-06-24T01:50:12.563Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26132026-06-24T01:50:12.616Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26142026-06-24T01:50:12.698Z Compiling dirs-sys-next v0.1.2
26152026-06-24T01:50:12.790Z Compiling crunchy v0.2.4
26162026-06-24T01:50:12.855Z Checking parking_lot v0.11.2
26172026-06-24T01:50:13.004Z Compiling dirs-next v2.0.0
26182026-06-24T01:50:13.034Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26192026-06-24T01:50:13.101Z Compiling clang-sys v1.8.1
26202026-06-24T01:50:13.141Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26212026-06-24T01:50:13.172Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-24T01:50:13.356Z Checking prefix-trie v0.7.0
26232026-06-24T01:50:13.474Z Compiling tiny-keccak v2.0.2
26242026-06-24T01:50:13.683Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26252026-06-24T01:50:13.715Z Checking hickory-server v0.25.2
26262026-06-24T01:50:13.777Z Compiling term v0.7.0
26272026-06-24T01:50:13.853Z Checking sled v0.34.7
26282026-06-24T01:50:13.882Z Checking nanorand v0.7.0
26292026-06-24T01:50:14.112Z Compiling bit-vec v0.6.3
26302026-06-24T01:50:14.313Z Compiling salty v0.3.0
26312026-06-24T01:50:14.364Z Compiling bit-set v0.5.3
26322026-06-24T01:50:14.417Z Compiling ascii-canvas v3.0.0
26332026-06-24T01:50:14.557Z Checking flume v0.11.1
26342026-06-24T01:50:14.687Z Checking primeorder v0.13.6
26352026-06-24T01:50:14.833Z Compiling itertools v0.10.5
26362026-06-24T01:50:14.882Z Checking progenitor v0.13.0
26372026-06-24T01:50:14.967Z Compiling ena v0.14.4
26382026-06-24T01:50:15.046Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26392026-06-24T01:50:15.078Z Compiling libloading v0.8.9
26402026-06-24T01:50:15.082Z Compiling regex-syntax v0.6.29
26412026-06-24T01:50:15.139Z Compiling bindgen v0.71.1
26422026-06-24T01:50:15.201Z Compiling diff v0.1.13
26432026-06-24T01:50:15.891Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26442026-06-24T01:50:16.225Z Compiling cexpr v0.6.0
26452026-06-24T01:50:16.302Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26462026-06-24T01:50:16.334Z Compiling fs-err v2.11.0
26472026-06-24T01:50:16.367Z Checking diesel v2.3.7
26482026-06-24T01:50:16.554Z Compiling lalrpop v0.19.12
26492026-06-24T01:50:16.807Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-06-24T01:50:16.917Z Compiling rustc-hash v2.1.1
26512026-06-24T01:50:17.106Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26522026-06-24T01:50:17.186Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26532026-06-24T01:50:17.319Z Compiling libxml v0.3.3
26542026-06-24T01:50:17.647Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26552026-06-24T01:50:17.818Z Checking p384 v0.13.1
26562026-06-24T01:50:18.264Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26572026-06-24T01:50:18.635Z Compiling strum_macros v0.24.3
26582026-06-24T01:50:18.924Z Checking parse-size v1.1.0
26592026-06-24T01:50:19.077Z Compiling indoc v1.0.9
26602026-06-24T01:50:19.538Z Checking assert_matches v1.5.0
26612026-06-24T01:50:19.641Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26622026-06-24T01:50:20.165Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26632026-06-24T01:50:20.387Z Checking quick-xml v0.37.5
26642026-06-24T01:50:20.501Z Checking derive_builder v0.20.2
26652026-06-24T01:50:20.618Z Compiling oso-derive v0.27.3
26662026-06-24T01:50:20.649Z Compiling impl-trait-for-tuples v0.2.3
26672026-06-24T01:50:21.132Z Compiling trait-variant v0.1.2
26682026-06-24T01:50:21.280Z Checking openssl-probe v0.1.6
26692026-06-24T01:50:21.465Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26702026-06-24T01:50:21.497Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26712026-06-24T01:50:21.688Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-06-24T01:50:22.083Z Checking predicates-tree v1.0.13
26732026-06-24T01:50:22.199Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26742026-06-24T01:50:22.283Z Checking http-range v0.1.5
26752026-06-24T01:50:22.449Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26762026-06-24T01:50:22.479Z Compiling mime_guess v2.0.5
26772026-06-24T01:50:22.511Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26782026-06-24T01:50:22.675Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26792026-06-24T01:50:22.856Z Checking bb8 v0.8.6
26802026-06-24T01:50:22.889Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26812026-06-24T01:50:22.920Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26822026-06-24T01:50:23.100Z Checking atty v0.2.14
26832026-06-24T01:50:23.132Z Checking corncobs v0.1.4
26842026-06-24T01:50:23.264Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26852026-06-24T01:50:23.295Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-06-24T01:50:23.298Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-24T01:50:23.513Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26882026-06-24T01:50:23.544Z Checking ignore v0.4.25
26892026-06-24T01:50:23.604Z Checking secrecy v0.8.0
26902026-06-24T01:50:23.636Z Checking hyper-staticfile v0.10.1
26912026-06-24T01:50:24.027Z Checking globwalk v0.9.1
26922026-06-24T01:50:24.067Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26932026-06-24T01:50:24.136Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26942026-06-24T01:50:24.239Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
26952026-06-24T01:50:24.382Z Compiling illumos-nvpair-sys v0.2.0
26962026-06-24T01:50:24.415Z Checking nonempty v0.12.0
26972026-06-24T01:50:24.628Z Checking camino-tempfile-ext v0.3.3
26982026-06-24T01:50:24.663Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
26992026-06-24T01:50:24.694Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27002026-06-24T01:50:24.834Z Checking signal-hook-tokio v0.3.1
27012026-06-24T01:50:24.865Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27022026-06-24T01:50:25.129Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27032026-06-24T01:50:25.160Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27042026-06-24T01:50:25.466Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27052026-06-24T01:50:25.549Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27062026-06-24T01:50:25.824Z Checking illumos-nvpair v0.3.0
27072026-06-24T01:50:25.946Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27082026-06-24T01:50:26.010Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27092026-06-24T01:50:26.041Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27102026-06-24T01:50:26.237Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-06-24T01:50:26.269Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-06-24T01:50:26.366Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-06-24T01:50:26.369Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-06-24T01:50:26.428Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27152026-06-24T01:50:26.838Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27162026-06-24T01:50:27.042Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2fe83dba74296d9950f7b3fc898fed29ca0fe42d#2fe83dba)
27172026-06-24T01:50:28.088Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27182026-06-24T01:50:28.206Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27192026-06-24T01:50:28.344Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27202026-06-24T01:50:28.800Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27212026-06-24T01:50:29.068Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27222026-06-24T01:50:29.102Z Checking tungstenite v0.23.0
27232026-06-24T01:50:29.245Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27242026-06-24T01:50:29.357Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-24T01:50:29.510Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27262026-06-24T01:50:29.556Z Checking tokio-tungstenite v0.23.1
27272026-06-24T01:50:29.772Z Checking rand_seeder v0.4.0
27282026-06-24T01:50:29.851Z Checking void v1.0.2
27292026-06-24T01:50:29.883Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27302026-06-24T01:50:29.952Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27312026-06-24T01:50:29.989Z Checking lzss v0.8.2
27322026-06-24T01:50:30.071Z Checking nix v0.27.1
27332026-06-24T01:50:30.169Z Checking serde_bytes v0.11.19
27342026-06-24T01:50:30.252Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27352026-06-24T01:50:30.372Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27362026-06-24T01:50:30.423Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27372026-06-24T01:50:30.608Z Checking async-bb8-diesel v0.2.1
27382026-06-24T01:50:30.993Z Checking diesel-dtrace v0.5.0
27392026-06-24T01:50:31.067Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27402026-06-24T01:50:31.172Z Checking is_ci v1.2.0
27412026-06-24T01:50:31.260Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27422026-06-24T01:50:31.356Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27432026-06-24T01:50:31.467Z Checking yansi v1.0.1
27442026-06-24T01:50:31.551Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27452026-06-24T01:50:31.782Z Checking pretty_assertions v1.4.1
27462026-06-24T01:50:31.870Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27472026-06-24T01:50:31.958Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27482026-06-24T01:50:32.217Z Compiling darling_core v0.23.0
27492026-06-24T01:50:32.478Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27502026-06-24T01:50:33.150Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27512026-06-24T01:50:33.337Z Compiling indoc v2.0.7
27522026-06-24T01:50:33.418Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27532026-06-24T01:50:33.641Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-24T01:50:33.822Z Compiling libz-sys v1.1.24
27552026-06-24T01:50:34.237Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-24T01:50:34.465Z Compiling instability v0.3.11
27572026-06-24T01:50:34.497Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-24T01:50:34.767Z Compiling darling_macro v0.23.0
27592026-06-24T01:50:34.829Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27602026-06-24T01:50:34.933Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27612026-06-24T01:50:35.158Z Checking castaway v0.2.4
27622026-06-24T01:50:35.295Z Compiling darling v0.23.0
27632026-06-24T01:50:35.324Z Checking compact_str v0.8.1
27642026-06-24T01:50:35.726Z Checking supports-color v3.0.2
27652026-06-24T01:50:35.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27662026-06-24T01:50:36.114Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27672026-06-24T01:50:36.155Z Checking unicode-truncate v1.1.0
27682026-06-24T01:50:36.297Z Checking console v0.16.2
27692026-06-24T01:50:36.330Z Checking lru v0.12.5
27702026-06-24T01:50:36.360Z Compiling libgit2-sys v0.18.3+1.9.2
27712026-06-24T01:50:36.363Z Checking unit-prefix v0.5.2
27722026-06-24T01:50:36.515Z Checking cassowary v0.3.0
27732026-06-24T01:50:36.632Z Checking indicatif v0.18.4
27742026-06-24T01:50:36.756Z Checking ratatui v0.29.0
27752026-06-24T01:50:36.826Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27762026-06-24T01:50:37.043Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-06-24T01:50:37.310Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27782026-06-24T01:50:38.051Z Compiling vergen-git2 v9.1.0
27792026-06-24T01:50:38.089Z Checking plotters-backend v0.3.7
27802026-06-24T01:50:38.318Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27812026-06-24T01:50:38.347Z Checking plotters-svg v0.3.7
27822026-06-24T01:50:38.518Z Checking cast v0.3.0
27832026-06-24T01:50:38.591Z Checking plotters v0.3.7
27842026-06-24T01:50:38.698Z Checking criterion-plot v0.6.0
27852026-06-24T01:50:38.993Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27862026-06-24T01:50:39.025Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27872026-06-24T01:50:39.247Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27882026-06-24T01:50:39.391Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27892026-06-24T01:50:39.467Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27902026-06-24T01:50:39.614Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27912026-06-24T01:50:39.686Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27922026-06-24T01:50:39.836Z Checking colored v2.2.0
27932026-06-24T01:50:40.017Z Checking tinytemplate v1.2.1
27942026-06-24T01:50:40.066Z Checking anes v0.1.6
27952026-06-24T01:50:40.263Z Checking shell-words v1.1.1
27962026-06-24T01:50:40.294Z Checking oorandom v11.1.5
27972026-06-24T01:50:40.354Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-06-24T01:50:40.443Z Checking criterion v0.7.0
27992026-06-24T01:50:40.655Z Checking typeid v1.0.3
28002026-06-24T01:50:40.787Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28012026-06-24T01:50:41.570Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28022026-06-24T01:50:41.677Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28032026-06-24T01:50:42.426Z Checking hex-literal v0.4.1
28042026-06-24T01:50:42.555Z Checking erased-serde v0.4.9
28052026-06-24T01:50:42.940Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28062026-06-24T01:50:43.162Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28072026-06-24T01:50:43.563Z Checking twox-hash v2.1.2
28082026-06-24T01:50:43.915Z Checking ordered-float v2.10.1
28092026-06-24T01:50:44.185Z Checking serde-value v0.7.0
28102026-06-24T01:50:44.474Z Checking serde-untagged v0.1.9
28112026-06-24T01:50:44.697Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
28122026-06-24T01:50:44.983Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28132026-06-24T01:50:45.173Z Checking fatfs v0.3.6
28142026-06-24T01:50:45.652Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28152026-06-24T01:50:45.689Z Compiling seq-macro v0.3.6
28162026-06-24T01:50:46.219Z Checking unicode-xid v0.2.6
28172026-06-24T01:50:46.359Z Checking cargo-util-schemas v0.8.2
28182026-06-24T01:50:46.761Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-06-24T01:50:46.941Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-06-24T01:50:46.980Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28212026-06-24T01:50:47.252Z Checking cargo-platform v0.2.0
28222026-06-24T01:50:47.465Z Compiling petname v2.0.2
28232026-06-24T01:50:48.136Z Checking cargo_metadata v0.21.0
28242026-06-24T01:50:48.278Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28252026-06-24T01:50:48.501Z Checking concurrent-queue v2.5.0
28262026-06-24T01:50:48.712Z Checking rtoolbox v0.0.3
28272026-06-24T01:50:48.891Z Checking parking v2.2.1
28282026-06-24T01:50:48.923Z Checking rpassword v7.4.0
28292026-06-24T01:50:49.043Z Checking event-listener v5.4.1
28302026-06-24T01:50:49.301Z Checking tui-tree-widget v0.23.1
28312026-06-24T01:50:49.489Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28322026-06-24T01:50:49.521Z Checking polyval v0.6.2
28332026-06-24T01:50:49.680Z Checking sapling-renderdag v0.1.0
28342026-06-24T01:50:49.712Z Checking sync-ptr v0.1.4
28352026-06-24T01:50:49.855Z Checking ghash v0.5.1
28362026-06-24T01:50:49.948Z Checking event-listener-strategy v0.5.4
28372026-06-24T01:50:50.002Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28382026-06-24T01:50:50.111Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28392026-06-24T01:50:50.331Z Checking ctr v0.9.2
28402026-06-24T01:50:50.530Z Checking constant_time_eq v0.4.2
28412026-06-24T01:50:50.660Z Checking arrayref v0.3.9
28422026-06-24T01:50:50.693Z Checking futures-timer v3.0.3
28432026-06-24T01:50:50.760Z Checking arrayvec v0.7.6
28442026-06-24T01:50:50.904Z Checking aes-gcm v0.10.3
28452026-06-24T01:50:51.019Z Checking async-lock v3.4.2
28462026-06-24T01:50:51.084Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28472026-06-24T01:50:51.417Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28482026-06-24T01:50:51.449Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-06-24T01:50:52.034Z Checking ssh-encoding v0.2.0
28502026-06-24T01:50:52.251Z Checking blowfish v0.9.1
28512026-06-24T01:50:52.429Z Compiling strsim v0.10.0
28522026-06-24T01:50:52.644Z Compiling darling_core v0.13.4
28532026-06-24T01:50:52.777Z Checking bcrypt-pbkdf v0.10.0
28542026-06-24T01:50:52.967Z Checking ssh-cipher v0.2.0
28552026-06-24T01:50:53.163Z Checking async-object-pool v0.2.0
28562026-06-24T01:50:53.302Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-06-24T01:50:53.708Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28582026-06-24T01:50:54.175Z Checking serde_regex v1.1.0
28592026-06-24T01:50:54.365Z Checking password-hash v0.4.2
28602026-06-24T01:50:54.398Z Checking assert-json-diff v2.0.2
28612026-06-24T01:50:54.546Z Checking path-tree v0.8.3
28622026-06-24T01:50:54.589Z Checking stringmetrics v2.2.2
28632026-06-24T01:50:54.619Z Checking gimli v0.32.3
28642026-06-24T01:50:54.758Z Compiling target-lexicon v0.13.3
28652026-06-24T01:50:54.787Z Checking httpmock v0.8.3
28662026-06-24T01:50:55.321Z Checking pbkdf2 v0.11.0
28672026-06-24T01:50:55.522Z Compiling darling_macro v0.13.4
28682026-06-24T01:50:56.021Z Checking ssh-key v0.6.7
28692026-06-24T01:50:56.188Z Checking addr2line v0.25.1
28702026-06-24T01:50:56.751Z Checking p256 v0.13.2
28712026-06-24T01:50:57.012Z Checking p521 v0.13.3
28722026-06-24T01:50:57.043Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28732026-06-24T01:50:57.310Z Checking russh-cryptovec v0.7.3
28742026-06-24T01:50:57.477Z Checking rustc-demangle v0.1.27
28752026-06-24T01:50:57.514Z Compiling samael v0.0.19
28762026-06-24T01:50:57.636Z Compiling guppy-workspace-hack v0.1.0
28772026-06-24T01:50:57.729Z Checking md5 v0.7.0
28782026-06-24T01:50:57.887Z Checking backtrace v0.3.76
28792026-06-24T01:50:57.931Z Checking russh-keys v0.45.0
28802026-06-24T01:50:58.218Z Compiling darling v0.13.4
28812026-06-24T01:50:58.367Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28822026-06-24T01:50:58.581Z Checking num-bigint v0.4.6
28832026-06-24T01:50:58.584Z Checking des v0.8.1
28842026-06-24T01:50:58.791Z Compiling blake3 v1.8.5
28852026-06-24T01:50:58.794Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28862026-06-24T01:50:59.192Z Compiling target-spec v3.5.7
28872026-06-24T01:50:59.291Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28882026-06-24T01:50:59.579Z Checking russh v0.45.0
28892026-06-24T01:51:00.099Z Checking cfg-expr v0.20.6
28902026-06-24T01:51:00.140Z Compiling serde_with_macros v1.5.2
28912026-06-24T01:51:00.505Z Checking backtrace-ext v0.2.1
28922026-06-24T01:51:00.747Z Checking supports-color v2.1.0
28932026-06-24T01:51:00.908Z Checking textwrap v0.15.2
28942026-06-24T01:51:00.994Z Checking supports-hyperlinks v2.1.0
28952026-06-24T01:51:01.135Z Checking supports-unicode v2.1.0
28962026-06-24T01:51:01.166Z Checking hashbrown v0.14.5
28972026-06-24T01:51:01.278Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28982026-06-24T01:51:01.503Z Checking cargo-platform v0.3.2
28992026-06-24T01:51:01.547Z Checking terminal_size v0.1.17
29002026-06-24T01:51:01.665Z Checking socket2 v0.5.10
29012026-06-24T01:51:01.695Z Compiling miette-derive v5.10.0
29022026-06-24T01:51:01.941Z Checking internet-checksum v0.2.1
29032026-06-24T01:51:02.067Z Checking owo-colors v3.5.0
29042026-06-24T01:51:02.591Z Checking cargo_metadata v0.23.1
29052026-06-24T01:51:02.623Z Checking chumsky v0.9.3
29062026-06-24T01:51:02.825Z Checking miette v5.10.0
29072026-06-24T01:51:03.057Z Compiling serde_with v1.14.0
29082026-06-24T01:51:03.623Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29092026-06-24T01:51:03.670Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-06-24T01:51:03.899Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29112026-06-24T01:51:04.178Z Compiling git2 v0.20.4
29122026-06-24T01:51:04.230Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29132026-06-24T01:51:04.261Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29142026-06-24T01:51:04.445Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29152026-06-24T01:51:04.498Z Compiling knuffel-derive v3.2.0
29162026-06-24T01:51:04.530Z Checking httptest v0.16.4
29172026-06-24T01:51:04.645Z Checking pathdiff v0.2.3
29182026-06-24T01:51:04.780Z Checking topological-sort v0.2.2
29192026-06-24T01:51:04.926Z Checking nested v0.1.1
29202026-06-24T01:51:04.955Z Checking omicron-zone-package v0.12.2
29212026-06-24T01:51:05.090Z Checking guppy v0.17.25
29222026-06-24T01:51:05.315Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29232026-06-24T01:51:05.869Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29242026-06-24T01:51:06.004Z Checking knuffel v3.2.0
29252026-06-24T01:51:06.064Z Checking similar-asserts v1.7.0
29262026-06-24T01:51:06.129Z Compiling target-triple v1.0.0
29272026-06-24T01:51:06.243Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29282026-06-24T01:51:06.483Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29292026-06-24T01:51:06.677Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29302026-06-24T01:51:06.964Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29312026-06-24T01:51:07.012Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29322026-06-24T01:51:07.239Z Checking hickory-client v0.25.2
29332026-06-24T01:51:07.505Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2a9e74d86987b46fa6ff155237b9f99a16e7fb80#2a9e74d8)
29342026-06-24T01:51:07.550Z Checking tokio-test v0.4.5
29352026-06-24T01:51:07.605Z Checking escape8259 v0.5.3
29362026-06-24T01:51:07.765Z Compiling assert_cmd v2.1.2
29372026-06-24T01:51:07.795Z Checking libtest-mimic v0.8.1
29382026-06-24T01:51:08.251Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29392026-06-24T01:51:08.319Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29402026-06-24T01:51:08.380Z Checking blake2b_simd v1.0.4
29412026-06-24T01:51:08.789Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29422026-06-24T01:51:09.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29432026-06-24T01:51:09.208Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29442026-06-24T01:51:09.445Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29452026-06-24T01:51:09.478Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29462026-06-24T01:51:09.676Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29472026-06-24T01:51:09.870Z Checking fancy-regex v0.14.0
29482026-06-24T01:51:10.093Z Checking serde_tokenstream v0.2.3
29492026-06-24T01:51:10.263Z Checking approx v0.5.1
29502026-06-24T01:51:10.348Z Checking uzers v0.12.2
29512026-06-24T01:51:10.428Z Compiling rstest_macros v0.25.0
29522026-06-24T01:51:10.590Z Compiling linkme-impl v0.3.35
29532026-06-24T01:51:10.732Z Checking termcolor v1.4.1
29542026-06-24T01:51:10.907Z Checking constant_time_eq v0.3.1
29552026-06-24T01:51:10.983Z Checking trybuild v1.0.116
29562026-06-24T01:51:11.036Z Checking rust-argon2 v2.1.0
29572026-06-24T01:51:11.481Z Checking datatest-stable v0.3.3
29582026-06-24T01:51:11.825Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-06-24T01:51:12.167Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29602026-06-24T01:51:12.198Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29612026-06-24T01:51:12.317Z Checking support-bundle-viewer v0.1.2
29622026-06-24T01:51:12.595Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29632026-06-24T01:51:12.830Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29642026-06-24T01:51:12.964Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29652026-06-24T01:51:13.056Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29662026-06-24T01:51:13.188Z Checking drift v0.2.0
29672026-06-24T01:51:13.284Z Checking rand_distr v0.5.1
29682026-06-24T01:51:13.435Z Checking multimap v0.10.1
29692026-06-24T01:51:13.569Z Compiling relative-path v1.9.3
29702026-06-24T01:51:13.638Z Compiling linkme v0.3.35
29712026-06-24T01:51:13.723Z Checking dropshot-api-manager v0.7.2
29722026-06-24T01:51:13.995Z Compiling polar-core v0.27.3
29732026-06-24T01:51:14.965Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29742026-06-24T01:51:15.645Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29752026-06-24T01:51:15.687Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29762026-06-24T01:51:15.831Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29772026-06-24T01:51:16.062Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29782026-06-24T01:51:16.277Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29792026-06-24T01:51:16.395Z Checking cargo_toml v0.21.0
29802026-06-24T01:51:16.578Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29812026-06-24T01:51:16.974Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29822026-06-24T01:51:17.213Z Checking partial-io v0.5.4
29832026-06-24T01:51:17.246Z Checking termios v0.3.3
29842026-06-24T01:51:17.382Z Checking rstest v0.25.0
29852026-06-24T01:51:17.413Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29862026-06-24T01:51:18.868Z Checking oso v0.27.3
29872026-06-24T01:51:19.453Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29882026-06-24T01:51:19.784Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29892026-06-24T01:51:20.281Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-06-24T01:51:22.623Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29912026-06-24T01:51:28.092Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29922026-06-24T01:51:30.277Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29932026-06-24T01:51:30.915Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29942026-06-24T01:51:33.468Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
29952026-06-24T01:51:37.757Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
29962026-06-24T01:51:43.039Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29972026-06-24T01:51:45.802Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29982026-06-24T01:51:46.625Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29992026-06-24T01:51:48.368Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30002026-06-24T01:51:52.499Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30012026-06-24T01:51:57.472Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30022026-06-24T01:53:13.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s
30032026-06-24T01:53:13.989Z
30042026-06-24T01:53:13.989Zreal 4:06.834213246
30052026-06-24T01:53:13.989Zuser 20:52.579968724
30062026-06-24T01:53:13.989Zsys 4:45.757215761
30072026-06-24T01:53:13.989Ztrap 0.508681176
30082026-06-24T01:53:13.989Ztflt 0.455716622
30092026-06-24T01:53:13.989Zdflt 0.443797287
30102026-06-24T01:53:13.989Zkflt 0.004446847
30112026-06-24T01:53:13.989Zlock 57:33.274341725
30122026-06-24T01:53:13.990Zslp 57:32.915454442
30132026-06-24T01:53:13.990Zlat 1:49.203343573
30142026-06-24T01:53:13.990Zstop 10:12.496727931
30152026-06-24T01:53:13.993Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30162026-06-24T01:53:13.993Z+ ptime -m cargo doc --workspace --no-deps
30172026-06-24T01:53:14.783Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30182026-06-24T01:53:14.783Z |
30192026-06-24T01:53:14.783Z = 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)`
30202026-06-24T01:53:14.783Z = 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>
30212026-06-24T01:53:15.777Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30222026-06-24T01:53:16.002Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30232026-06-24T01:53:16.049Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-06-24T01:53:16.107Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-06-24T01:53:16.168Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30262026-06-24T01:53:16.196Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30272026-06-24T01:53:16.295Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30282026-06-24T01:53:16.322Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-06-24T01:53:16.349Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30302026-06-24T01:53:16.375Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30312026-06-24T01:53:16.572Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30322026-06-24T01:53:16.597Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30332026-06-24T01:53:16.630Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30342026-06-24T01:53:16.665Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30352026-06-24T01:53:16.687Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30362026-06-24T01:53:16.717Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30372026-06-24T01:53:16.742Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30382026-06-24T01:53:16.762Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30392026-06-24T01:53:16.784Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30402026-06-24T01:53:16.813Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30412026-06-24T01:53:16.891Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30422026-06-24T01:53:16.930Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30432026-06-24T01:53:17.177Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30442026-06-24T01:53:17.521Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30452026-06-24T01:53:17.555Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30462026-06-24T01:53:17.615Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30472026-06-24T01:53:17.668Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30482026-06-24T01:53:17.697Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30492026-06-24T01:53:17.827Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30502026-06-24T01:53:17.921Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30512026-06-24T01:53:17.989Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30522026-06-24T01:53:18.139Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30532026-06-24T01:53:18.166Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30542026-06-24T01:53:18.260Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30552026-06-24T01:53:18.284Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30562026-06-24T01:53:18.318Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30572026-06-24T01:53:18.386Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30582026-06-24T01:53:18.468Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30592026-06-24T01:53:18.542Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30602026-06-24T01:53:18.772Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30612026-06-24T01:53:18.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30622026-06-24T01:53:19.106Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30632026-06-24T01:53:19.176Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30642026-06-24T01:53:19.267Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30652026-06-24T01:53:19.341Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30662026-06-24T01:53:19.419Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30672026-06-24T01:53:19.442Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30682026-06-24T01:53:19.535Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30692026-06-24T01:53:19.590Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30702026-06-24T01:53:19.669Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30712026-06-24T01:53:19.706Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30722026-06-24T01:53:19.763Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30732026-06-24T01:53:19.819Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30742026-06-24T01:53:19.894Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30752026-06-24T01:53:19.946Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30762026-06-24T01:53:19.985Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30772026-06-24T01:53:20.014Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30782026-06-24T01:53:20.039Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30792026-06-24T01:53:20.089Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30802026-06-24T01:53:20.141Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30812026-06-24T01:53:20.180Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30822026-06-24T01:53:20.208Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30832026-06-24T01:53:20.567Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30842026-06-24T01:53:20.590Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30852026-06-24T01:53:20.734Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30862026-06-24T01:53:20.891Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30872026-06-24T01:53:21.162Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30882026-06-24T01:53:21.362Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30892026-06-24T01:53:21.632Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30902026-06-24T01:53:21.679Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30912026-06-24T01:53:21.702Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30922026-06-24T01:53:21.730Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30932026-06-24T01:53:21.931Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30942026-06-24T01:53:21.957Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30952026-06-24T01:53:21.960Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30962026-06-24T01:53:22.073Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30972026-06-24T01:53:22.473Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30982026-06-24T01:53:23.084Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30992026-06-24T01:53:23.107Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31002026-06-24T01:53:23.129Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31012026-06-24T01:53:23.177Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31022026-06-24T01:53:23.345Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31032026-06-24T01:53:23.472Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31042026-06-24T01:53:23.512Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31052026-06-24T01:53:23.618Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31062026-06-24T01:53:23.743Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31072026-06-24T01:53:23.904Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31082026-06-24T01:53:23.927Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31092026-06-24T01:53:23.948Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31102026-06-24T01:53:24.060Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31112026-06-24T01:53:24.126Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31122026-06-24T01:53:24.193Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31132026-06-24T01:53:24.215Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31142026-06-24T01:53:24.236Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31152026-06-24T01:53:24.289Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31162026-06-24T01:53:24.436Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31172026-06-24T01:53:24.440Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31182026-06-24T01:53:24.440Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31192026-06-24T01:53:24.512Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31202026-06-24T01:53:24.516Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31212026-06-24T01:53:24.575Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31222026-06-24T01:53:24.621Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31232026-06-24T01:53:24.744Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31242026-06-24T01:53:24.770Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31252026-06-24T01:53:24.809Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31262026-06-24T01:53:24.913Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31272026-06-24T01:53:25.094Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31282026-06-24T01:53:25.097Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31292026-06-24T01:53:25.159Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31302026-06-24T01:53:25.567Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31312026-06-24T01:53:25.747Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31322026-06-24T01:53:25.812Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31332026-06-24T01:53:26.517Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31342026-06-24T01:53:26.565Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31352026-06-24T01:53:26.765Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31362026-06-24T01:53:27.223Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31372026-06-24T01:53:27.309Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31382026-06-24T01:53:27.368Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31392026-06-24T01:53:28.620Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31402026-06-24T01:53:28.757Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31412026-06-24T01:53:29.240Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31422026-06-24T01:53:29.619Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31432026-06-24T01:53:29.824Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31442026-06-24T01:53:29.913Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31452026-06-24T01:53:29.952Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31462026-06-24T01:53:30.231Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31472026-06-24T01:53:30.373Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-06-24T01:53:30.674Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31492026-06-24T01:53:30.891Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31502026-06-24T01:53:30.941Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31512026-06-24T01:53:31.362Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31522026-06-24T01:53:31.613Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31532026-06-24T01:53:32.022Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31542026-06-24T01:53:32.150Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31552026-06-24T01:53:32.399Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31562026-06-24T01:53:32.423Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31572026-06-24T01:53:32.447Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31582026-06-24T01:53:32.896Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31592026-06-24T01:53:33.394Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31602026-06-24T01:53:33.686Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31612026-06-24T01:53:34.131Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-06-24T01:53:34.536Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31632026-06-24T01:53:35.041Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31642026-06-24T01:53:35.663Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31652026-06-24T01:53:35.850Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-06-24T01:53:36.143Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31672026-06-24T01:53:36.411Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-06-24T01:53:36.706Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31692026-06-24T01:53:36.891Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31702026-06-24T01:53:36.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31712026-06-24T01:53:38.077Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31722026-06-24T01:53:38.359Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31732026-06-24T01:53:38.534Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31742026-06-24T01:53:39.468Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31752026-06-24T01:53:39.613Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31762026-06-24T01:53:40.132Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-06-24T01:53:44.084Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-06-24T01:53:44.106Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31792026-06-24T01:53:44.192Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31802026-06-24T01:53:44.781Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31812026-06-24T01:53:44.805Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31822026-06-24T01:53:45.073Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31832026-06-24T01:53:45.145Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31842026-06-24T01:53:46.541Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31852026-06-24T01:53:46.963Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31862026-06-24T01:53:47.379Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31872026-06-24T01:53:47.670Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31882026-06-24T01:53:47.787Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31892026-06-24T01:53:47.809Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31902026-06-24T01:53:48.227Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31912026-06-24T01:53:48.313Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31922026-06-24T01:53:48.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31932026-06-24T01:53:48.825Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31942026-06-24T01:53:48.926Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31952026-06-24T01:53:49.042Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31962026-06-24T01:53:49.531Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31972026-06-24T01:53:49.690Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31982026-06-24T01:53:49.884Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31992026-06-24T01:53:50.135Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32002026-06-24T01:53:50.201Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32012026-06-24T01:53:50.568Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32022026-06-24T01:53:51.976Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32032026-06-24T01:53:52.613Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32042026-06-24T01:53:53.135Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32052026-06-24T01:53:54.434Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062026-06-24T01:53:55.570Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32072026-06-24T01:53:56.244Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32082026-06-24T01:53:57.655Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32092026-06-24T01:53:58.072Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-06-24T01:53:58.676Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-06-24T01:54:00.432Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122026-06-24T01:54:01.116Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32132026-06-24T01:54:03.283Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32142026-06-24T01:54:03.798Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32152026-06-24T01:54:04.227Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32162026-06-24T01:54:05.272Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32172026-06-24T01:54:06.484Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32182026-06-24T01:54:06.709Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32192026-06-24T01:54:08.594Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32202026-06-24T01:54:09.783Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32212026-06-24T01:54:10.411Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32222026-06-24T01:54:13.709Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32232026-06-24T01:54:14.498Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32242026-06-24T01:54:15.237Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32252026-06-24T01:54:16.298Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32262026-06-24T01:54:17.415Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32272026-06-24T01:54:18.113Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32282026-06-24T01:54:18.853Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32292026-06-24T01:54:19.534Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32302026-06-24T01:54:20.992Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32312026-06-24T01:54:21.015Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32322026-06-24T01:54:22.623Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32332026-06-24T01:54:23.616Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32342026-06-24T01:54:24.281Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32352026-06-24T01:54:25.399Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32362026-06-24T01:54:26.080Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32372026-06-24T01:54:28.018Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32382026-06-24T01:54:29.193Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32392026-06-24T01:54:31.341Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-06-24T01:54:32.337Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32412026-06-24T01:54:33.163Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32422026-06-24T01:54:34.083Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32432026-06-24T01:54:34.914Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32442026-06-24T01:54:37.727Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32452026-06-24T01:54:38.044Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32462026-06-24T01:54:38.751Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32472026-06-24T01:54:40.229Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32482026-06-24T01:54:41.371Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32492026-06-24T01:54:43.892Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32502026-06-24T01:54:44.691Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32512026-06-24T01:54:45.973Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32522026-06-24T01:54:47.613Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32532026-06-24T01:54:49.194Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32542026-06-24T01:54:50.747Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32552026-06-24T01:54:52.329Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32562026-06-24T01:54:53.874Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32572026-06-24T01:54:55.420Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32582026-06-24T01:54:59.505Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32592026-06-24T01:55:00.118Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32602026-06-24T01:55:01.396Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32612026-06-24T01:55:01.750Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32622026-06-24T01:55:03.547Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32632026-06-24T01:55:05.223Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32642026-06-24T01:55:06.822Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32652026-06-24T01:55:08.816Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32662026-06-24T01:55:10.475Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32672026-06-24T01:55:12.099Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32682026-06-24T01:55:13.715Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32692026-06-24T01:55:15.696Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32702026-06-24T01:55:17.093Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32712026-06-24T01:55:18.771Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-24T01:55:20.426Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32732026-06-24T01:55:22.062Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-06-24T01:55:25.626Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32752026-06-24T01:55:27.206Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32762026-06-24T01:55:28.861Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32772026-06-24T01:55:30.914Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32782026-06-24T01:55:34.506Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32792026-06-24T01:55:36.614Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32802026-06-24T01:55:38.417Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32812026-06-24T01:55:40.251Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32822026-06-24T01:55:43.007Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32832026-06-24T01:55:44.421Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-06-24T01:55:46.445Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32852026-06-24T01:55:48.658Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32862026-06-24T01:55:50.903Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32872026-06-24T01:55:53.429Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32882026-06-24T01:55:55.552Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-06-24T01:55:57.732Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-06-24T01:55:59.876Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-06-24T01:56:02.048Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32922026-06-24T01:56:04.287Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32932026-06-24T01:56:06.911Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32942026-06-24T01:56:08.651Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32952026-06-24T01:56:11.089Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-24T01:56:12.996Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32972026-06-24T01:56:15.164Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32982026-06-24T01:56:17.390Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-06-24T01:56:19.582Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33002026-06-24T01:56:21.781Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-06-24T01:56:24.020Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-06-24T01:56:26.363Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33032026-06-24T01:56:28.612Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33042026-06-24T01:56:30.920Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33052026-06-24T01:56:33.248Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33062026-06-24T01:56:35.598Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33072026-06-24T01:56:37.931Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33082026-06-24T01:56:40.223Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33092026-06-24T01:56:42.556Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33102026-06-24T01:56:44.876Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33112026-06-24T01:56:47.169Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33122026-06-24T01:56:49.489Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-06-24T01:56:51.819Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33142026-06-24T01:56:54.110Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-06-24T01:56:56.526Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33162026-06-24T01:56:58.955Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33172026-06-24T01:57:01.158Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33182026-06-24T01:57:03.555Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33192026-06-24T01:57:05.887Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33202026-06-24T01:57:08.149Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33212026-06-24T01:57:10.529Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33222026-06-24T01:57:12.744Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33232026-06-24T01:57:15.236Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-06-24T01:57:17.526Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33252026-06-24T01:57:20.439Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-06-24T01:57:22.405Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33272026-06-24T01:57:24.827Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-06-24T01:57:27.406Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-06-24T01:57:29.839Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33302026-06-24T01:57:32.397Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-06-24T01:57:34.986Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33322026-06-24T01:57:37.531Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33332026-06-24T01:57:40.014Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-06-24T01:57:42.457Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33352026-06-24T01:57:45.029Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362026-06-24T01:57:47.586Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-06-24T01:57:50.163Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33382026-06-24T01:57:53.052Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33392026-06-24T01:57:55.394Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33402026-06-24T01:57:57.957Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-06-24T01:58:05.923Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33422026-06-24T01:58:06.097Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33432026-06-24T01:58:09.345Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33442026-06-24T01:58:12.594Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33452026-06-24T01:58:17.261Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33462026-06-24T01:58:20.060Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33472026-06-24T01:58:23.670Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33482026-06-24T01:58:27.334Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33492026-06-24T01:58:30.883Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-06-24T01:58:34.506Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33512026-06-24T01:58:38.131Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33522026-06-24T01:58:41.814Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33532026-06-24T01:58:45.593Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33542026-06-24T01:58:49.062Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33552026-06-24T01:58:52.745Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33562026-06-24T01:58:56.464Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-06-24T01:59:00.101Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33582026-06-24T01:59:03.849Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33592026-06-24T01:59:07.394Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33602026-06-24T01:59:11.015Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33612026-06-24T01:59:14.702Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33622026-06-24T01:59:18.496Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33632026-06-24T01:59:22.058Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33642026-06-24T01:59:27.187Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-06-24T01:59:54.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s
33662026-06-24T01:59:55.056Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33672026-06-24T01:59:55.156Z
33682026-06-24T01:59:55.156Zreal 6:41.085068398
33692026-06-24T01:59:55.156Zuser 17:58.992819631
33702026-06-24T01:59:55.156Zsys 3:51.527490533
33712026-06-24T01:59:55.156Ztrap 0.252718767
33722026-06-24T01:59:55.157Ztflt 0.008012560
33732026-06-24T01:59:55.157Zdflt 0.073937058
33742026-06-24T01:59:55.157Zkflt 0.000016068
33752026-06-24T01:59:55.157Zlock 6:09:17.501684320
33762026-06-24T01:59:55.157Zslp 2:14:33.170831465
33772026-06-24T01:59:55.157Zlat 34.712639070
33782026-06-24T01:59:55.157Zstop 1:37.523164707
33792026-06-24T01:59:55.160Zprocess exited: duration 770381 ms, exit code 0
 
33802026-06-24T01:59:55.168Zfound 0 output files