01KSPECA1A2PGT4Y9CNETXSTZW: clippy (helios)

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

Buildomat Job: 01KSPECNPT42VVVRQX3SJ3Y8RW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T04:45:47.987Zjob assigned to worker 01KSPECQDKZTB1YD711CSEDAG4 [factory aws, i-02b2fe10456146ddb] (queued for 52 s)
 
22026-05-28T04:45:54.814Zstarting task 0: "setup"
32026-05-28T04:45:54.819Z++ uname -s
42026-05-28T04:45:54.821Z+ kern=SunOS
52026-05-28T04:45:54.821Z+ build_user=build
62026-05-28T04:45:54.821Z+ build_uid=12345
72026-05-28T04:45:54.821Z+ work_dir=/work
82026-05-28T04:45:54.821Z+ input_dir=/input
92026-05-28T04:45:54.821Z+ [[ 0 == 12345 ]]
102026-05-28T04:45:54.822Z+ case "$kern" in
112026-05-28T04:45:54.822Z+ groupadd -g 12345 build
122026-05-28T04:45:54.824Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T04:45:56.828Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T04:45:56.985Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T04:45:56.988Z+ home_fs=zfs
162026-05-28T04:45:56.988Z+ [[ zfs == autofs ]]
172026-05-28T04:45:56.988Z+ mkdir -p /home/build
182026-05-28T04:45:56.988Z+ chown build:build /home/build /work
192026-05-28T04:45:58.988Z+ chmod 0700 /home/build /work
202026-05-28T04:45:58.991Zprocess exited: duration 4176 ms, exit code 0
 
212026-05-28T04:45:58.996Zstarting task 1: "rust-toolchain"
222026-05-28T04:45:59.001Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T04:45:59.001Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T04:45:59.001Z * rust toolchain channel = "1.94.0"
252026-05-28T04:45:59.001Z * rust toolchain profile = "default"
262026-05-28T04:45:59.001Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T04:45:59.001Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T04:45:59.004Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T04:45:59.004Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T04:45:59.104Zinfo: downloading installer
312026-05-28T04:46:00.669Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T04:46:00.669Zwarn: /home/build/.rustup/settings.toml
332026-05-28T04:46:00.669Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T04:46:00.669Zwarn: instead of the one inferred from the default host triple.
352026-05-28T04:46:00.681Zinfo: profile set to default
362026-05-28T04:46:00.681Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T04:46:00.684Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T04:46:00.823Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T04:46:00.826Zinfo: downloading 6 components
402026-05-28T04:46:14.441Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T04:46:14.441Z
422026-05-28T04:46:14.476Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T04:46:14.476Z
442026-05-28T04:46:14.476Z
452026-05-28T04:46:14.476ZRust is installed now. Great!
462026-05-28T04:46:14.476Z
472026-05-28T04:46:14.476ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T04:46:14.479Zenvironment variable. This has not been done automatically.
492026-05-28T04:46:14.480Z
502026-05-28T04:46:14.480ZTo configure your current shell, you need to source
512026-05-28T04:46:14.480Zthe corresponding env file under $HOME/.cargo.
522026-05-28T04:46:14.480Z
532026-05-28T04:46:14.480ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T04:46:14.480Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T04:46:14.480Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T04:46:14.480Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T04:46:14.480Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T04:46:14.480Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T04:46:14.480Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T04:46:14.480Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T04:46:14.480Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T04:46:14.582Z+ rustup --version
632026-05-28T04:46:14.591Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T04:46:14.593Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T04:46:14.613Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T04:46:14.616Z+ cargo --version
672026-05-28T04:46:14.628Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T04:46:14.631Z+ rustc --version
692026-05-28T04:46:14.651Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T04:46:14.654Zprocess exited: duration 15656 ms, exit code 0
 
712026-05-28T04:46:14.660Zstarting task 2: "authentication"
722026-05-28T04:46:14.676Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T04:46:14.682Zstarting task 3: "clone repository"
742026-05-28T04:46:14.685Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T04:46:14.688Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T04:46:14.725ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T04:46:25.597Z+ cd /work/oxidecomputer/omicron
782026-05-28T04:46:25.597Z+ git fetch origin 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
792026-05-28T04:46:25.843ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T04:46:25.843Z * branch 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 -> FETCH_HEAD
812026-05-28T04:46:25.853Z+ [[ -n multicast-e2e ]]
822026-05-28T04:46:25.855Z++ git branch --show-current
832026-05-28T04:46:25.855Z+ current=main
842026-05-28T04:46:25.855Z+ [[ main != multicast-e2e ]]
852026-05-28T04:46:25.855Z+ git branch -f multicast-e2e 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
862026-05-28T04:46:25.858Z+ git checkout -f multicast-e2e
872026-05-28T04:46:26.151ZSwitched to branch 'multicast-e2e'
882026-05-28T04:46:26.153Z+ git reset --hard 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
892026-05-28T04:46:26.181ZHEAD is now at 59309cb70 merge main + mag update
902026-05-28T04:46:26.183Zprocess exited: duration 11499 ms, exit code 0
 
912026-05-28T04:46:26.188Zstarting task 4: "build"
922026-05-28T04:46:26.192Z+ source ./env.sh
932026-05-28T04:46:26.194Z++ OLD_SHELL_OPTS=ehxB
942026-05-28T04:46:26.194Z++ set -o xtrace
952026-05-28T04:46:26.194Z++++ dirname ./env.sh
962026-05-28T04:46:26.202Z+++ readlink -f .
972026-05-28T04:46:26.206Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ 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-05-28T04:46:26.209Z++ case $OLD_SHELL_OPTS in
1092026-05-28T04:46:26.209Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-28T04:46:26.209Z+ source .github/buildomat/ci-env.sh
1112026-05-28T04:46:26.209Z++ export CARGO_TERM_COLOR=always
1122026-05-28T04:46:26.209Z++ CARGO_TERM_COLOR=always
1132026-05-28T04:46:26.209Z+ cargo --version
1142026-05-28T04:46:26.216Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-28T04:46:26.219Z+ rustc --version
1162026-05-28T04:46:26.240Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-28T04:46:26.244Z+ banner prerequisites
1182026-05-28T04:46:26.246Z
1192026-05-28T04:46:26.246Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T04:46:26.246Z # # # # # # # # # # # # # # #
1212026-05-28T04:46:26.246Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T04:46:26.246Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T04:46:26.246Z # # # # # # # # # # # # # # #
1242026-05-28T04:46:26.246Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T04:46:26.246Z
1262026-05-28T04:46:26.246Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T04:46:27.692Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T04:46:27.759Z Startup: Caching catalogs ... Done
1292026-05-28T04:46:28.018ZPlanning: Solver setup ... Done (0.224s)
1302026-05-28T04:46:28.036ZPlanning: Running solver ... Done (0.018s)
1312026-05-28T04:46:28.050ZPlanning: Finding local manifests ... Done (0.010s)
1322026-05-28T04:46:28.061ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T04:46:28.077ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T04:46:28.092ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T04:46:28.095ZPlanning: Merging actions ... Done (0.001s)
1362026-05-28T04:46:28.280ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-28T04:46:28.283ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T04:46:29.095ZPlanning: Evaluating mediators ... Done (0.814s)
1392026-05-28T04:46:29.097ZPlanning: Planning completed in 1.32 seconds
1402026-05-28T04:46:29.103Z Packages to install: 2
1412026-05-28T04:46:29.105Z Estimated space available: 156.07 GB
1422026-05-28T04:46:29.105ZEstimated space to be consumed: 22.53 MB
1432026-05-28T04:46:29.105Z Create boot environment: No
1442026-05-28T04:46:29.105ZCreate backup boot environment: No
1452026-05-28T04:46:29.105Z Rebuild boot archive: No
1462026-05-28T04:46:29.105Z
1472026-05-28T04:46:29.105ZChanged packages:
1482026-05-28T04:46:29.105Zhelios
1492026-05-28T04:46:29.105Z developer/build-essential
1502026-05-28T04:46:29.105Z None -> 11-3.0
1512026-05-28T04:46:29.106Z library/libxmlsec1
1522026-05-28T04:46:29.106Z None -> 1.2.35-3.0
1532026-05-28T04:46:29.146Z
1542026-05-28T04:46:29.146ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T04:46:29.637ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1562026-05-28T04:46:29.707Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T04:46:29.744Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T04:46:29.778ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-28T04:46:29.781ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T04:46:29.797ZFinalize: Updating image state ... Done (0.018s)
1612026-05-28T04:46:32.148ZFinalize: Creating fast lookup database ... Done (2.329s)
1622026-05-28T04:46:32.214ZFinalize: Reading search index ... Done (0.010s)
1632026-05-28T04:46:32.217ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T04:46:32.294ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T04:46:32.590ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T04:46:32.696ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T04:46:32.699ZPlanning: Consolidating action changes ... Done
1682026-05-28T04:46:32.857ZPlanning: Evaluating mediators ... Done
1692026-05-28T04:46:32.860ZPlanning: Planning completed in 0.27 seconds
1702026-05-28T04:46:32.881Z Mediators to change: 2
1712026-05-28T04:46:32.881Z Create boot environment: No
1722026-05-28T04:46:32.881ZCreate backup boot environment: No
1732026-05-28T04:46:32.930ZFinalize: Updating package state database ... Done
1742026-05-28T04:46:32.930ZFinalize: Updating package cache ... Done
1752026-05-28T04:46:32.940ZFinalize: Updating image state ... Done
1762026-05-28T04:46:34.865ZFinalize: Creating fast lookup database ... Done
1772026-05-28T04:46:34.926ZFinalize: Reading search index ... Done
1782026-05-28T04:46:34.929ZFinalize: Updating search index ... Done
1792026-05-28T04:46:35.000ZFinalize: Updating package cache ... Done
1802026-05-28T04:46:35.285ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T04:46:35.390ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T04:46:35.392ZPlanning: Consolidating action changes ... Done
1832026-05-28T04:46:35.547ZPlanning: Evaluating mediators ... Done
1842026-05-28T04:46:35.550ZPlanning: Planning completed in 0.26 seconds
1852026-05-28T04:46:35.571Z Mediators to change: 1
1862026-05-28T04:46:35.571Z Create boot environment: No
1872026-05-28T04:46:35.574ZCreate backup boot environment: No
1882026-05-28T04:46:35.638ZFinalize: Updating package state database ... Done
1892026-05-28T04:46:35.638ZFinalize: Updating package cache ... Done
1902026-05-28T04:46:35.647ZFinalize: Updating image state ... Done
1912026-05-28T04:46:37.596ZFinalize: Creating fast lookup database ... Done
1922026-05-28T04:46:37.663ZFinalize: Reading search index ... Done
1932026-05-28T04:46:37.666ZFinalize: Updating search index ... Done
1942026-05-28T04:46:37.741ZFinalize: Updating package cache ... Done
1952026-05-28T04:46:38.055ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T04:46:38.055Zapache system 2.4 system
1972026-05-28T04:46:38.055Zclang system 15 system
1982026-05-28T04:46:38.055Zcsh system system illumos
1992026-05-28T04:46:38.055Zctags system system illumos
2002026-05-28T04:46:38.055Zfile vendor vendor darwinsys
2012026-05-28T04:46:38.055Zfile system system illumos
2022026-05-28T04:46:38.055Zgcc vendor 14 vendor
2032026-05-28T04:46:38.055Zgcc system 13 system
2042026-05-28T04:46:38.055Zgcc system 10 system
2052026-05-28T04:46:38.055Zgo system 1.25 system
2062026-05-28T04:46:38.055Zllvm system 15 system
2072026-05-28T04:46:38.055Zmariadb system 11.4 system
2082026-05-28T04:46:38.055Zmta vendor vendor dma
2092026-05-28T04:46:38.055Zopenjdk system 17 system
2102026-05-28T04:46:38.055Zopenjdk system 11 system
2112026-05-28T04:46:38.055Zopenssl vendor 3 vendor
2122026-05-28T04:46:38.055Zperl system 5.40 system
2132026-05-28T04:46:38.055Zpostgresql system 18 system
2142026-05-28T04:46:38.055Zpostgresql system 17 system
2152026-05-28T04:46:38.055Zpython vendor 3 vendor
2162026-05-28T04:46:38.055Zpython system 2 system
2172026-05-28T04:46:38.055Zpython3 vendor 3.13 vendor
2182026-05-28T04:46:38.055Zruby system 3.4 system
2192026-05-28T04:46:38.055Zruby system 3.0 system
2202026-05-28T04:46:38.055Zwords vendor vendor american-english
2212026-05-28T04:46:38.055Zwords system system australian-english
2222026-05-28T04:46:38.055Zwords system system british-english
2232026-05-28T04:46:38.055Zwords system system canadian-english
2242026-05-28T04:46:38.055Zwords system system french
2252026-05-28T04:46:38.055Zwords system system italian
2262026-05-28T04:46:38.055Zwords system system ngerman
2272026-05-28T04:46:38.055Zwords system system ogerman
2282026-05-28T04:46:38.055Zwords system system spanish
2292026-05-28T04:46:38.310ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T04:46:38.310Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T04:46:38.584ZFMRI IFO
2322026-05-28T04:46:38.584Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T04:46:38.584Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T04:46:38.584Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T04:46:38.585Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T04:46:38.585Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T04:46:38.585Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T04:46:38.585Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T04:46:38.585Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T04:46:38.585Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T04:46:38.840Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T04:46:39.091Z Updating crates.io index
2432026-05-28T04:46:39.094Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T04:46:39.393Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T04:46:40.381Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T04:46:40.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T04:46:41.817Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T04:46:42.326Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T04:46:43.845Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T04:46:44.788Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T04:46:45.089Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T04:46:46.256Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T04:46:46.603Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T04:46:46.949Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T04:46:47.180Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T04:46:48.295Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T04:46:48.774Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T04:46:49.139Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T04:46:49.528Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T04:46:49.819Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T04:46:50.231Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T04:46:50.585Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T04:46:50.802Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T04:46:51.029Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T04:46:51.467Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T04:46:51.985Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-28T04:46:52.228Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-28T04:46:52.862Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-28T04:46:53.098Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-28T04:46:53.574Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-28T04:46:53.835Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-28T04:46:55.230Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T04:46:55.638Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-28T04:46:56.078Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-28T04:46:56.320Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-28T04:46:56.758Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-28T04:46:57.053Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-28T04:46:57.350Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-05-28T04:46:57.648Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-05-28T04:46:58.059Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-05-28T04:46:58.302Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-05-28T04:46:58.525Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T04:47:11.755Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-05-28T04:47:13.899Z Downloading crates ...
2852026-05-28T04:47:13.962Z Downloaded cargo_metadata v0.21.0
2862026-05-28T04:47:13.965Z Downloaded anstyle-parse v1.0.0
2872026-05-28T04:47:13.968Z Downloaded form_urlencoded v1.2.2
2882026-05-28T04:47:13.968Z Downloaded writeable v0.6.2
2892026-05-28T04:47:13.971Z Downloaded block-buffer v0.10.4
2902026-05-28T04:47:13.971Z Downloaded usdt-macro v0.5.0
2912026-05-28T04:47:13.973Z Downloaded anstyle-query v1.1.5
2922026-05-28T04:47:13.975Z Downloaded stable_deref_trait v1.2.1
2932026-05-28T04:47:13.985Z Downloaded thiserror-impl v1.0.69
2942026-05-28T04:47:13.988Z Downloaded zmij v1.0.21
2952026-05-28T04:47:13.990Z Downloaded idna_adapter v1.2.1
2962026-05-28T04:47:13.990Z Downloaded errno v0.3.14
2972026-05-28T04:47:13.993Z Downloaded ucd-trie v0.1.7
2982026-05-28T04:47:13.993Z Downloaded usdt-attr-macro v0.5.0
2992026-05-28T04:47:13.993Z Downloaded toml_write v0.1.2
3002026-05-28T04:47:13.995Z Downloaded thiserror-impl v2.0.18
3012026-05-28T04:47:13.995Z Downloaded serde-value v0.7.0
3022026-05-28T04:47:13.995Z Downloaded memmap v0.7.0
3032026-05-28T04:47:13.998Z Downloaded textwrap v0.16.2
3042026-05-28T04:47:14.001Z Downloaded utf8_iter v1.0.4
3052026-05-28T04:47:14.003Z Downloaded yoke-derive v0.8.1
3062026-05-28T04:47:14.004Z Downloaded yoke v0.8.1
3072026-05-28T04:47:14.004Z Downloaded cargo_toml v0.21.0
3082026-05-28T04:47:14.004Z Downloaded anstyle v1.0.14
3092026-05-28T04:47:14.007Z Downloaded tinystr v0.8.2
3102026-05-28T04:47:14.007Z Downloaded utf8parse v0.2.2
3112026-05-28T04:47:14.007Z Downloaded serde_spanned v0.6.9
3122026-05-28T04:47:14.010Z Downloaded zerofrom v0.1.6
3132026-05-28T04:47:14.010Z Downloaded proc-macro-error-attr v1.0.4
3142026-05-28T04:47:14.010Z Downloaded colorchoice v1.0.4
3152026-05-28T04:47:14.010Z Downloaded zerovec-derive v0.11.2
3162026-05-28T04:47:14.012Z Downloaded sha2 v0.10.9
3172026-05-28T04:47:14.012Z Downloaded thiserror v1.0.69
3182026-05-28T04:47:14.015Z Downloaded unicode-xid v0.2.6
3192026-05-28T04:47:14.017Z Downloaded bytecount v0.6.9
3202026-05-28T04:47:14.017Z Downloaded scroll v0.12.0
3212026-05-28T04:47:14.017Z Downloaded unicode-linebreak v0.1.5
3222026-05-28T04:47:14.020Z Downloaded version_check v0.9.5
3232026-05-28T04:47:14.020Z Downloaded thiserror v2.0.18
3242026-05-28T04:47:14.022Z Downloaded toml v0.8.23
3252026-05-28T04:47:14.026Z Downloaded toml_datetime v0.6.11
3262026-05-28T04:47:14.029Z Downloaded zerocopy-derive v0.7.35
3272026-05-28T04:47:14.031Z Downloaded cfg-if v1.0.4
3282026-05-28T04:47:14.034Z Downloaded unicode-ident v1.0.24
3292026-05-28T04:47:14.034Z Downloaded zerocopy v0.7.35
3302026-05-28T04:47:14.042Z Downloaded typeid v1.0.3
3312026-05-28T04:47:14.045Z Downloaded thread-id v4.2.2
3322026-05-28T04:47:14.045Z Downloaded percent-encoding v2.3.2
3332026-05-28T04:47:14.045Z Downloaded itoa v1.0.17
3342026-05-28T04:47:14.047Z Downloaded zerofrom-derive v0.1.6
3352026-05-28T04:47:14.047Z Downloaded clap v4.6.1
3362026-05-28T04:47:14.050Z Downloaded swrite v0.1.0
3372026-05-28T04:47:14.052Z Downloaded dtrace-parser v0.2.0
3382026-05-28T04:47:14.052Z Downloaded cpufeatures v0.2.17
3392026-05-28T04:47:14.055Z Downloaded usdt-impl v0.5.0
3402026-05-28T04:47:14.055Z Downloaded toml_edit v0.22.27
3412026-05-28T04:47:14.059Z Downloaded semver v1.0.28
3422026-05-28T04:47:14.062Z Downloaded typenum v1.19.0
3432026-05-28T04:47:14.066Z Downloaded anstream v1.0.0
3442026-05-28T04:47:14.068Z Downloaded bitflags v2.11.0
3452026-05-28T04:47:14.068Z Downloaded usdt v0.5.0
3462026-05-28T04:47:14.070Z Downloaded camino v1.2.2
3472026-05-28T04:47:14.073Z Downloaded zerovec v0.11.5
3482026-05-28T04:47:14.078Z Downloaded terminal_size v0.4.3
3492026-05-28T04:47:14.080Z Downloaded ordered-float v2.10.1
3502026-05-28T04:47:14.083Z Downloaded macaddr v1.0.1
3512026-05-28T04:47:14.086Z Downloaded potential_utf v0.1.4
3522026-05-28T04:47:14.086Z Downloaded fnv v1.0.7
3532026-05-28T04:47:14.086Z Downloaded winnow v0.7.14
3542026-05-28T04:47:14.089Z Downloaded url v2.5.8
3552026-05-28T04:47:14.092Z Downloaded zerotrie v0.2.3
3562026-05-28T04:47:14.095Z Downloaded clap_lex v1.0.0
3572026-05-28T04:47:14.095Z Downloaded plain v0.2.3
3582026-05-28T04:47:14.095Z Downloaded unicode-width v0.1.14
3592026-05-28T04:47:14.098Z Downloaded smawk v0.3.2
3602026-05-28T04:47:14.101Z Downloaded strsim v0.11.1
3612026-05-28T04:47:14.101Z Downloaded equivalent v1.0.2
3622026-05-28T04:47:14.101Z Downloaded scroll_derive v0.12.1
3632026-05-28T04:47:14.101Z Downloaded unicode-width v0.2.0
3642026-05-28T04:47:14.105Z Downloaded is_terminal_polyfill v1.70.2
3652026-05-28T04:47:14.108Z Downloaded dof v0.3.0
3662026-05-28T04:47:14.108Z Downloaded crypto-common v0.1.7
3672026-05-28T04:47:14.108Z Downloaded heck v0.4.1
3682026-05-28T04:47:14.122Z Downloaded tempfile v3.25.0
3692026-05-28T04:47:14.124Z Downloaded anyhow v1.0.102
3702026-05-28T04:47:14.127Z Downloaded cargo-platform v0.2.0
3712026-05-28T04:47:14.127Z Downloaded fastrand v2.3.0
3722026-05-28T04:47:14.127Z Downloaded byteorder v1.5.0
3732026-05-28T04:47:14.132Z Downloaded fs-err v3.3.0
3742026-05-28T04:47:14.134Z Downloaded autocfg v1.5.0
3752026-05-28T04:47:14.134Z Downloaded displaydoc v0.2.5
3762026-05-28T04:47:14.137Z Downloaded cargo-util-schemas v0.8.2
3772026-05-28T04:47:14.142Z Downloaded camino-tempfile v1.4.1
3782026-05-28T04:47:14.144Z Downloaded generic-array v0.14.7
3792026-05-28T04:47:14.147Z Downloaded quote v1.0.45
3802026-05-28T04:47:14.150Z Downloaded proc-macro-error v1.0.4
3812026-05-28T04:47:14.153Z Downloaded tabled_derive v0.7.0
3822026-05-28T04:47:14.154Z Downloaded synstructure v0.13.2
3832026-05-28T04:47:14.154Z Downloaded heck v0.5.0
3842026-05-28T04:47:14.156Z Downloaded erased-serde v0.4.9
3852026-05-28T04:47:14.156Z Downloaded serde_tokenstream v0.2.3
3862026-05-28T04:47:14.156Z Downloaded serde-untagged v0.1.9
3872026-05-28T04:47:14.159Z Downloaded pretty-hex v0.4.1
3882026-05-28T04:47:14.159Z Downloaded digest v0.10.7
3892026-05-28T04:47:14.159Z Downloaded icu_normalizer_data v2.1.1
3902026-05-28T04:47:14.162Z Downloaded pest_generator v2.8.6
3912026-05-28T04:47:14.166Z Downloaded clap_derive v4.6.1
3922026-05-28T04:47:14.178Z Downloaded serde_core v1.0.228
3932026-05-28T04:47:14.180Z Downloaded getrandom v0.4.1
3942026-05-28T04:47:14.197Z Downloaded once_cell v1.21.3
3952026-05-28T04:47:14.203Z Downloaded litemap v0.8.1
3962026-05-28T04:47:14.207Z Downloaded icu_provider v2.1.1
3972026-05-28T04:47:14.211Z Downloaded smallvec v1.15.1
3982026-05-28T04:47:14.214Z Downloaded proc-macro2 v1.0.106
3992026-05-28T04:47:14.216Z Downloaded pest_meta v2.8.6
4002026-05-28T04:47:14.216Z Downloaded pest_derive v2.8.6
4012026-05-28T04:47:14.220Z Downloaded icu_collections v2.1.1
4022026-05-28T04:47:14.222Z Downloaded papergrid v0.11.0
4032026-05-28T04:47:14.223Z Downloaded serde_derive v1.0.228
4042026-05-28T04:47:14.225Z Downloaded num-traits v0.2.19
4052026-05-28T04:47:14.229Z Downloaded icu_locale_core v2.1.1
4062026-05-28T04:47:14.232Z Downloaded icu_properties v2.1.2
4072026-05-28T04:47:14.234Z Downloaded icu_normalizer v2.1.1
4082026-05-28T04:47:14.237Z Downloaded log v0.4.29
4092026-05-28T04:47:14.258Z Downloaded indexmap v2.14.0
4102026-05-28T04:47:14.262Z Downloaded memchr v2.8.0
4112026-05-28T04:47:14.269Z Downloaded pest v2.8.6
4122026-05-28T04:47:14.274Z Downloaded serde v1.0.228
4132026-05-28T04:47:14.286Z Downloaded hashbrown v0.17.0
4142026-05-28T04:47:14.290Z Downloaded serde_json v1.0.149
4152026-05-28T04:47:14.317Z Downloaded icu_properties_data v2.1.2
4162026-05-28T04:47:14.321Z Downloaded clap_builder v4.6.0
4172026-05-28T04:47:14.326Z Downloaded idna v1.1.0
4182026-05-28T04:47:14.330Z Downloaded goblin v0.8.2
4192026-05-28T04:47:14.333Z Downloaded tabled v0.15.0
4202026-05-28T04:47:14.341Z Downloaded syn v1.0.109
4212026-05-28T04:47:14.362Z Downloaded syn v2.0.117
4222026-05-28T04:47:14.382Z Downloaded rustix v1.1.3
4232026-05-28T04:47:14.407Z Downloaded libc v0.2.185
4242026-05-28T04:47:14.475Z Compiling proc-macro2 v1.0.106
4252026-05-28T04:47:14.475Z Compiling unicode-ident v1.0.24
4262026-05-28T04:47:14.477Z Compiling quote v1.0.45
4272026-05-28T04:47:14.477Z Compiling serde_core v1.0.228
4282026-05-28T04:47:14.478Z Compiling libc v0.2.185
4292026-05-28T04:47:14.478Z Compiling version_check v0.9.5
4302026-05-28T04:47:14.478Z Compiling memchr v2.8.0
4312026-05-28T04:47:14.478Z Compiling serde v1.0.228
4322026-05-28T04:47:14.807Z Compiling stable_deref_trait v1.2.1
4332026-05-28T04:47:14.883Z Compiling zmij v1.0.21
4342026-05-28T04:47:15.052Z Compiling thiserror v1.0.69
4352026-05-28T04:47:15.155Z Compiling autocfg v1.5.0
4362026-05-28T04:47:15.287Z Compiling itoa v1.0.17
4372026-05-28T04:47:15.331Z Compiling ucd-trie v0.1.7
4382026-05-28T04:47:15.481Z Compiling writeable v0.6.2
4392026-05-28T04:47:15.484Z Compiling pest v2.8.6
4402026-05-28T04:47:15.577Z Compiling litemap v0.8.1
4412026-05-28T04:47:15.698Z Compiling icu_normalizer_data v2.1.1
4422026-05-28T04:47:15.815Z Compiling rustix v1.1.3
4432026-05-28T04:47:15.958Z Compiling byteorder v1.5.0
4442026-05-28T04:47:16.083Z Compiling icu_properties_data v2.1.2
4452026-05-28T04:47:16.210Z Compiling syn v2.0.117
4462026-05-28T04:47:16.210Z Compiling errno v0.3.14
4472026-05-28T04:47:16.211Z Compiling bitflags v2.11.0
4482026-05-28T04:47:16.273Z Compiling serde_json v1.0.149
4492026-05-28T04:47:16.403Z Compiling num-traits v0.2.19
4502026-05-28T04:47:16.487Z Compiling typeid v1.0.3
4512026-05-28T04:47:16.487Z Compiling hashbrown v0.17.0
4522026-05-28T04:47:16.607Z Compiling pest_meta v2.8.6
4532026-05-28T04:47:16.693Z Compiling smallvec v1.15.1
4542026-05-28T04:47:16.872Z Compiling equivalent v1.0.2
4552026-05-28T04:47:16.937Z Compiling indexmap v2.14.0
4562026-05-28T04:47:17.026Z Compiling thread-id v4.2.2
4572026-05-28T04:47:17.034Z Compiling proc-macro-error-attr v1.0.4
4582026-05-28T04:47:17.101Z Compiling usdt-impl v0.5.0
4592026-05-28T04:47:17.133Z Compiling erased-serde v0.4.9
4602026-05-28T04:47:17.219Z Compiling syn v1.0.109
4612026-05-28T04:47:17.387Z Compiling winnow v0.7.14
4622026-05-28T04:47:17.401Z Compiling toml_write v0.1.2
4632026-05-28T04:47:17.623Z Compiling proc-macro-error v1.0.4
4642026-05-28T04:47:17.751Z Compiling utf8_iter v1.0.4
4652026-05-28T04:47:17.862Z Compiling plain v0.2.3
4662026-05-28T04:47:17.904Z Compiling thiserror v2.0.18
4672026-05-28T04:47:17.982Z Compiling camino v1.2.2
4682026-05-28T04:47:18.202Z Compiling log v0.4.29
4692026-05-28T04:47:18.206Z Compiling percent-encoding v2.3.2
4702026-05-28T04:47:18.242Z Compiling utf8parse v0.2.2
4712026-05-28T04:47:18.312Z Compiling getrandom v0.4.1
4722026-05-28T04:47:18.362Z Compiling form_urlencoded v1.2.2
4732026-05-28T04:47:18.396Z Compiling anstyle-parse v1.0.0
4742026-05-28T04:47:18.460Z Compiling ordered-float v2.10.1
4752026-05-28T04:47:18.670Z Compiling synstructure v0.13.2
4762026-05-28T04:47:18.699Z Compiling pest_generator v2.8.6
4772026-05-28T04:47:18.750Z Compiling terminal_size v0.4.3
4782026-05-28T04:47:18.932Z Compiling anstyle-query v1.1.5
4792026-05-28T04:47:19.047Z Compiling pretty-hex v0.4.1
4802026-05-28T04:47:19.061Z Compiling anstyle v1.0.14
4812026-05-28T04:47:19.089Z Compiling colorchoice v1.0.4
4822026-05-28T04:47:19.110Z Compiling is_terminal_polyfill v1.70.2
4832026-05-28T04:47:19.206Z Compiling cfg-if v1.0.4
4842026-05-28T04:47:19.240Z Compiling serde-untagged v0.1.9
4852026-05-28T04:47:19.296Z Compiling anstream v1.0.0
4862026-05-28T04:47:19.325Z Compiling semver v1.0.28
4872026-05-28T04:47:19.448Z Compiling fs-err v3.3.0
4882026-05-28T04:47:19.472Z Compiling unicode-xid v0.2.6
4892026-05-28T04:47:19.596Z Compiling fnv v1.0.7
4902026-05-28T04:47:19.612Z Compiling bytecount v0.6.9
4912026-05-28T04:47:19.634Z Compiling fastrand v2.3.0
4922026-05-28T04:47:19.651Z Compiling once_cell v1.21.3
4932026-05-28T04:47:19.685Z Compiling heck v0.5.0
4942026-05-28T04:47:19.701Z Compiling heck v0.4.1
4952026-05-28T04:47:19.747Z Compiling unicode-width v0.1.14
4962026-05-28T04:47:19.896Z Compiling clap_lex v1.0.0
4972026-05-28T04:47:19.918Z Compiling strsim v0.11.1
4982026-05-28T04:47:19.934Z Compiling anyhow v1.0.102
4992026-05-28T04:47:20.018Z Compiling papergrid v0.11.0
5002026-05-28T04:47:20.132Z Compiling clap_builder v4.6.0
5012026-05-28T04:47:20.169Z Compiling tempfile v3.25.0
5022026-05-28T04:47:20.359Z Compiling serde_derive v1.0.228
5032026-05-28T04:47:20.377Z Compiling zerofrom-derive v0.1.6
5042026-05-28T04:47:20.455Z Compiling yoke-derive v0.8.1
5052026-05-28T04:47:20.536Z Compiling zerovec-derive v0.11.2
5062026-05-28T04:47:20.707Z Compiling displaydoc v0.2.5
5072026-05-28T04:47:21.418Z Compiling thiserror-impl v1.0.69
5082026-05-28T04:47:21.440Z Compiling zerocopy-derive v0.7.35
5092026-05-28T04:47:21.607Z Compiling pest_derive v2.8.6
5102026-05-28T04:47:21.637Z Compiling scroll_derive v0.12.1
5112026-05-28T04:47:21.742Z Compiling zerofrom v0.1.6
5122026-05-28T04:47:21.875Z Compiling yoke v0.8.1
5132026-05-28T04:47:22.023Z Compiling thiserror-impl v2.0.18
5142026-05-28T04:47:22.076Z Compiling zerovec v0.11.5
5152026-05-28T04:47:22.308Z Compiling zerotrie v0.2.3
5162026-05-28T04:47:22.318Z Compiling zerocopy v0.7.35
5172026-05-28T04:47:22.593Z Compiling tinystr v0.8.2
5182026-05-28T04:47:22.611Z Compiling potential_utf v0.1.4
5192026-05-28T04:47:22.806Z Compiling icu_collections v2.1.1
5202026-05-28T04:47:22.831Z Compiling icu_locale_core v2.1.1
5212026-05-28T04:47:22.857Z Compiling dtrace-parser v0.2.0
5222026-05-28T04:47:22.921Z Compiling scroll v0.12.0
5232026-05-28T04:47:23.173Z Compiling goblin v0.8.2
5242026-05-28T04:47:23.198Z Compiling tabled_derive v0.7.0
5252026-05-28T04:47:23.299Z Compiling clap_derive v4.6.1
5262026-05-28T04:47:23.522Z Compiling icu_provider v2.1.1
5272026-05-28T04:47:23.621Z Compiling memmap v0.7.0
5282026-05-28T04:47:23.732Z Compiling unicode-width v0.2.0
5292026-05-28T04:47:23.813Z Compiling icu_normalizer v2.1.1
5302026-05-28T04:47:23.829Z Compiling icu_properties v2.1.2
5312026-05-28T04:47:23.832Z Compiling serde_spanned v0.6.9
5322026-05-28T04:47:23.861Z Compiling toml_datetime v0.6.11
5332026-05-28T04:47:23.995Z Compiling dof v0.3.0
5342026-05-28T04:47:24.015Z Compiling serde_tokenstream v0.2.3
5352026-05-28T04:47:24.114Z Compiling toml_edit v0.22.27
5362026-05-28T04:47:24.130Z Compiling serde-value v0.7.0
5372026-05-28T04:47:24.354Z Compiling cargo-platform v0.2.0
5382026-05-28T04:47:24.393Z Compiling unicode-linebreak v0.1.5
5392026-05-28T04:47:24.503Z Compiling smawk v0.3.2
5402026-05-28T04:47:24.632Z Compiling textwrap v0.16.2
5412026-05-28T04:47:24.648Z Compiling tabled v0.15.0
5422026-05-28T04:47:24.649Z Compiling macaddr v1.0.1
5432026-05-28T04:47:24.873Z Compiling idna_adapter v1.2.1
5442026-05-28T04:47:24.947Z Compiling usdt-attr-macro v0.5.0
5452026-05-28T04:47:25.015Z Compiling idna v1.1.0
5462026-05-28T04:47:25.094Z Compiling usdt-macro v0.5.0
5472026-05-28T04:47:25.117Z Compiling clap v4.6.1
5482026-05-28T04:47:25.208Z Compiling camino-tempfile v1.4.1
5492026-05-28T04:47:25.574Z Compiling toml v0.8.23
5502026-05-28T04:47:25.639Z Compiling url v2.5.8
5512026-05-28T04:47:25.684Z Compiling swrite v0.1.0
5522026-05-28T04:47:25.735Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-28T04:47:26.030Z Compiling cargo_toml v0.21.0
5542026-05-28T04:47:26.112Z Compiling cargo-util-schemas v0.8.2
5552026-05-28T04:47:26.317Z Compiling usdt v0.5.0
5562026-05-28T04:47:27.002Z Compiling cargo_metadata v0.21.0
5572026-05-28T04:47:27.929Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-28T04:47:30.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
5592026-05-28T04:47:30.266Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-05-28T04:47:30.868Z Downloading crates ...
5612026-05-28T04:47:30.962Z Downloaded adler2 v2.0.1
5622026-05-28T04:47:30.965Z Downloaded ascii-canvas v3.0.0
5632026-05-28T04:47:30.968Z Downloaded arrayvec v0.7.6
5642026-05-28T04:47:30.968Z Downloaded aead v0.5.2
5652026-05-28T04:47:30.979Z Downloaded critical-section v1.2.0
5662026-05-28T04:47:30.984Z Downloaded csv-core v0.1.13
5672026-05-28T04:47:30.987Z Downloaded cookie_store v0.22.1
5682026-05-28T04:47:30.987Z Downloaded crc8 v0.1.1
5692026-05-28T04:47:30.989Z Downloaded ciborium-ll v0.2.2
5702026-05-28T04:47:30.990Z Downloaded async-stream v0.3.6
5712026-05-28T04:47:30.990Z Downloaded bit-vec v0.6.3
5722026-05-28T04:47:30.995Z Downloaded block-padding v0.3.3
5732026-05-28T04:47:30.997Z Downloaded base16ct v0.2.0
5742026-05-28T04:47:30.997Z Downloaded difflib v0.4.0
5752026-05-28T04:47:31.002Z Downloaded assert_matches v1.5.0
5762026-05-28T04:47:31.005Z Downloaded darling_macro v0.23.0
5772026-05-28T04:47:31.008Z Downloaded darling_macro v0.20.11
5782026-05-28T04:47:31.008Z Downloaded bb8 v0.8.6
5792026-05-28T04:47:31.008Z Downloaded embedded-io v0.4.0
5802026-05-28T04:47:31.011Z Downloaded darling_macro v0.13.4
5812026-05-28T04:47:31.011Z Downloaded curve25519-dalek-derive v0.1.1
5822026-05-28T04:47:31.011Z Downloaded async-stream-impl v0.3.6
5832026-05-28T04:47:31.013Z Downloaded enum-as-inner v0.6.1
5842026-05-28T04:47:31.016Z Downloaded dunce v1.0.5
5852026-05-28T04:47:31.020Z Downloaded defmt v0.3.100
5862026-05-28T04:47:31.020Z Downloaded crucible-workspace-hack v0.1.0
5872026-05-28T04:47:31.023Z Downloaded fd-lock v4.0.4
5882026-05-28T04:47:31.026Z Downloaded fixedbitset v0.4.2
5892026-05-28T04:47:31.029Z Downloaded cargo-platform v0.3.2
5902026-05-28T04:47:31.029Z Downloaded cpufeatures v0.3.0
5912026-05-28T04:47:31.032Z Downloaded bit-set v0.8.0
5922026-05-28T04:47:31.034Z Downloaded downcast-rs v2.0.2
5932026-05-28T04:47:31.034Z Downloaded crunchy v0.2.4
5942026-05-28T04:47:31.034Z Downloaded endian-type v0.1.2
5952026-05-28T04:47:31.037Z Downloaded async-trait v0.1.89
5962026-05-28T04:47:31.037Z Downloaded foreign-types v0.3.2
5972026-05-28T04:47:31.040Z Downloaded dof v0.4.0
5982026-05-28T04:47:31.040Z Downloaded darling_macro v0.21.3
5992026-05-28T04:47:31.040Z Downloaded crc-catalog v2.4.0
6002026-05-28T04:47:31.042Z Downloaded crc v3.4.0
6012026-05-28T04:47:31.043Z Downloaded array-init v0.0.4
6022026-05-28T04:47:31.043Z Downloaded cfg_aliases v0.1.1
6032026-05-28T04:47:31.043Z Downloaded compression-core v0.4.31
6042026-05-28T04:47:31.045Z Downloaded bit-set v0.5.3
6052026-05-28T04:47:31.045Z Downloaded bitfield-macros v0.19.4
6062026-05-28T04:47:31.045Z Downloaded dsl_auto_type v0.2.0
6072026-05-28T04:47:31.048Z Downloaded atomicwrites v0.4.4
6082026-05-28T04:47:31.051Z Downloaded atomic-waker v1.1.2
6092026-05-28T04:47:31.051Z Downloaded bcrypt-pbkdf v0.10.0
6102026-05-28T04:47:31.051Z Downloaded async-recursion v1.1.1
6112026-05-28T04:47:31.054Z Downloaded float-ord v0.3.2
6122026-05-28T04:47:31.056Z Downloaded bitfield-struct v0.6.2
6132026-05-28T04:47:31.059Z Downloaded debug-ignore v1.0.5
6142026-05-28T04:47:31.062Z Downloaded dirs-next v2.0.0
6152026-05-28T04:47:31.062Z Downloaded castaway v0.2.4
6162026-05-28T04:47:31.065Z Downloaded cobs v0.3.0
6172026-05-28T04:47:31.069Z Downloaded env_filter v1.0.0
6182026-05-28T04:47:31.072Z Downloaded cstr-argument v0.1.2
6192026-05-28T04:47:31.075Z Downloaded dirs-sys-next v0.1.2
6202026-05-28T04:47:31.077Z Downloaded foreign-types-shared v0.3.1
6212026-05-28T04:47:31.077Z Downloaded foreign-types-shared v0.1.1
6222026-05-28T04:47:31.080Z Downloaded ff v0.13.1
6232026-05-28T04:47:31.080Z Downloaded erased-serde v0.3.31
6242026-05-28T04:47:31.080Z Downloaded dropshot-api-manager-types v0.7.2
6252026-05-28T04:47:31.083Z Downloaded daft v0.1.7
6262026-05-28T04:47:31.083Z Downloaded filetime v0.2.27
6272026-05-28T04:47:31.083Z Downloaded convert_case v0.4.0
6282026-05-28T04:47:31.086Z Downloaded ciborium-io v0.2.2
6292026-05-28T04:47:31.086Z Downloaded fixedbitset v0.5.7
6302026-05-28T04:47:31.086Z Downloaded cfg_aliases v0.2.1
6312026-05-28T04:47:31.089Z Downloaded atty v0.2.14
6322026-05-28T04:47:31.089Z Downloaded arrayref v0.3.9
6332026-05-28T04:47:31.089Z Downloaded dyn-clone v1.0.20
6342026-05-28T04:47:31.093Z Downloaded cmake v0.1.57
6352026-05-28T04:47:31.093Z Downloaded base64ct v1.8.3
6362026-05-28T04:47:31.093Z Downloaded document-features v0.2.12
6372026-05-28T04:47:31.096Z Downloaded display-error-chain v0.2.2
6382026-05-28T04:47:31.097Z Downloaded derive_builder_macro v0.20.2
6392026-05-28T04:47:31.097Z Downloaded bitfield v0.19.4
6402026-05-28T04:47:31.099Z Downloaded futures-macro v0.3.32
6412026-05-28T04:47:31.099Z Downloaded async-bb8-diesel v0.2.1
6422026-05-28T04:47:31.102Z Downloaded futures-io v0.3.32
6432026-05-28T04:47:31.102Z Downloaded funty v2.0.0
6442026-05-28T04:47:31.102Z Downloaded fxhash v0.2.1
6452026-05-28T04:47:31.105Z Downloaded futures-task v0.3.32
6462026-05-28T04:47:31.105Z Downloaded futures-sink v0.3.32
6472026-05-28T04:47:31.105Z Downloaded futures-core v0.3.32
6482026-05-28T04:47:31.105Z Downloaded backon v1.6.0
6492026-05-28T04:47:31.108Z Downloaded embedded-io v0.6.1
6502026-05-28T04:47:31.108Z Downloaded globwalk v0.9.1
6512026-05-28T04:47:31.111Z Downloaded hash32 v0.3.1
6522026-05-28T04:47:31.111Z Downloaded headers-core v0.3.0
6532026-05-28T04:47:31.111Z Downloaded crossbeam-deque v0.8.6
6542026-05-28T04:47:31.114Z Downloaded hash32 v0.2.1
6552026-05-28T04:47:31.114Z Downloaded derive_builder_core v0.20.2
6562026-05-28T04:47:31.114Z Downloaded data-encoding v2.10.0
6572026-05-28T04:47:31.116Z Downloaded daft-derive v0.1.7
6582026-05-28T04:47:31.119Z Downloaded env_logger v0.11.9
6592026-05-28T04:47:31.119Z Downloaded ed25519 v2.2.3
6602026-05-28T04:47:31.122Z Downloaded diesel-dtrace v0.5.0
6612026-05-28T04:47:31.122Z Downloaded derive-ex v0.1.8
6622026-05-28T04:47:31.125Z Downloaded compression-codecs v0.4.37
6632026-05-28T04:47:31.125Z Downloaded bit-vec v0.8.0
6642026-05-28T04:47:31.125Z Downloaded ena v0.14.4
6652026-05-28T04:47:31.128Z Downloaded fallible-iterator v0.2.0
6662026-05-28T04:47:31.128Z Downloaded ecdsa v0.16.9
6672026-05-28T04:47:31.132Z Downloaded argon2 v0.5.3
6682026-05-28T04:47:31.132Z Downloaded defmt v1.0.1
6692026-05-28T04:47:31.135Z Downloaded camino-tempfile-ext v0.3.3
6702026-05-28T04:47:31.135Z Downloaded byte-wrapper v0.1.0
6712026-05-28T04:47:31.135Z Downloaded flagset v0.4.7
6722026-05-28T04:47:31.138Z Downloaded bcs v0.1.6
6732026-05-28T04:47:31.138Z Downloaded buf-list v1.1.2
6742026-05-28T04:47:31.140Z Downloaded ctr v0.9.2
6752026-05-28T04:47:31.140Z Downloaded fs_extra v1.3.0
6762026-05-28T04:47:31.143Z Downloaded gethostname v0.5.0
6772026-05-28T04:47:31.143Z Downloaded derive_builder v0.20.2
6782026-05-28T04:47:31.146Z Downloaded cipher v0.4.4
6792026-05-28T04:47:31.146Z Downloaded anstyle-parse v0.2.7
6802026-05-28T04:47:31.149Z Downloaded cbc v0.1.2
6812026-05-28T04:47:31.149Z Downloaded colored v3.1.1
6822026-05-28T04:47:31.152Z Downloaded crossbeam-epoch v0.9.18
6832026-05-28T04:47:31.152Z Downloaded fs-err v2.11.0
6842026-05-28T04:47:31.154Z Downloaded git-stub v1.0.0
6852026-05-28T04:47:31.154Z Downloaded ciborium v0.2.2
6862026-05-28T04:47:31.157Z Downloaded cookie v0.18.1
6872026-05-28T04:47:31.157Z Downloaded ahash v0.8.12
6882026-05-28T04:47:31.160Z Downloaded hex v0.4.3
6892026-05-28T04:47:31.160Z Downloaded cancel-safe-futures v0.1.5
6902026-05-28T04:47:31.163Z Downloaded hex-literal v0.4.1
6912026-05-28T04:47:31.163Z Downloaded foldhash v0.2.0
6922026-05-28T04:47:31.166Z Downloaded glob v0.3.3
6932026-05-28T04:47:31.166Z Downloaded futures-executor v0.3.32
6942026-05-28T04:47:31.166Z Downloaded deranged v0.5.8
6952026-05-28T04:47:31.168Z Downloaded hostname v0.3.1
6962026-05-28T04:47:31.169Z Downloaded home v0.5.12
6972026-05-28T04:47:31.169Z Downloaded http-body v1.0.1
6982026-05-28T04:47:31.171Z Downloaded hubpack v0.1.2
6992026-05-28T04:47:31.171Z Downloaded foreign-types-macros v0.2.3
7002026-05-28T04:47:31.171Z Downloaded darling v0.13.4
7012026-05-28T04:47:31.175Z Downloaded ident_case v1.0.1
7022026-05-28T04:47:31.175Z Downloaded hubpack_derive v0.1.1
7032026-05-28T04:47:31.175Z Downloaded hostname v0.4.2
7042026-05-28T04:47:31.178Z Downloaded float-cmp v0.10.0
7052026-05-28T04:47:31.178Z Downloaded find-msvc-tools v0.1.9
7062026-05-28T04:47:31.178Z Downloaded diff v0.1.13
7072026-05-28T04:47:31.180Z Downloaded convert_case v0.10.0
7082026-05-28T04:47:31.180Z Downloaded des v0.8.1
7092026-05-28T04:47:31.183Z Downloaded bzip2 v0.4.4
7102026-05-28T04:47:31.183Z Downloaded darling v0.21.3
7112026-05-28T04:47:31.187Z Downloaded clang-sys v1.8.1
7122026-05-28T04:47:31.190Z Downloaded chacha20 v0.10.0
7132026-05-28T04:47:31.190Z Downloaded bzip2 v0.6.1
7142026-05-28T04:47:31.190Z Downloaded const-oid v0.9.6
7152026-05-28T04:47:31.193Z Downloaded darling v0.20.11
7162026-05-28T04:47:31.229Z Downloaded corncobs v0.1.4
7172026-05-28T04:47:31.229Z Downloaded console v0.15.11
7182026-05-28T04:47:31.229Z Downloaded const_format_proc_macros v0.2.34
7192026-05-28T04:47:31.229Z Downloaded illumos-nvpair-sys v0.2.0
7202026-05-28T04:47:31.229Z Downloaded httpdate v1.0.3
7212026-05-28T04:47:31.229Z Downloaded http-range v0.1.5
7222026-05-28T04:47:31.229Z Downloaded foldhash v0.1.5
7232026-05-28T04:47:31.229Z Downloaded blowfish v0.9.1
7242026-05-28T04:47:31.229Z Downloaded hyper-tls v0.6.0
7252026-05-28T04:47:31.230Z Downloaded backoff v0.4.0
7262026-05-28T04:47:31.230Z Downloaded cargo_metadata v0.23.1
7272026-05-28T04:47:31.230Z Downloaded blake2 v0.10.6
7282026-05-28T04:47:31.230Z Downloaded console v0.16.2
7292026-05-28T04:47:31.230Z Downloaded colored v2.2.0
7302026-05-28T04:47:31.231Z Downloaded crc-any v2.5.0
7312026-05-28T04:47:31.231Z Downloaded internet-checksum v0.2.1
7322026-05-28T04:47:31.231Z Downloaded chacha20poly1305 v0.10.1
7332026-05-28T04:47:31.231Z Downloaded is_ci v1.2.0
7342026-05-28T04:47:31.231Z Downloaded globset v0.4.18
7352026-05-28T04:47:31.231Z Downloaded illumos-nvpair v0.3.0
7362026-05-28T04:47:31.231Z Downloaded diesel_table_macro_syntax v0.3.0
7372026-05-28T04:47:31.231Z Downloaded crossbeam-utils v0.8.21
7382026-05-28T04:47:31.231Z Downloaded indent_write v2.2.0
7392026-05-28T04:47:31.231Z Downloaded futures-channel v0.3.32
7402026-05-28T04:47:31.231Z Downloaded base64 v0.22.1
7412026-05-28T04:47:31.231Z Downloaded humantime v2.3.0
7422026-05-28T04:47:31.231Z Downloaded cexpr v0.6.0
7432026-05-28T04:47:31.231Z Downloaded group v0.13.0
7442026-05-28T04:47:31.231Z Downloaded dtrace-parser v0.3.0
7452026-05-28T04:47:31.235Z Downloaded defmt-macros v1.0.1
7462026-05-28T04:47:31.235Z Downloaded libscf-sys v1.1.0
7472026-05-28T04:47:31.235Z Downloaded lru-slab v0.1.2
7482026-05-28T04:47:31.235Z Downloaded inout v0.1.4
7492026-05-28T04:47:31.235Z Downloaded instability v0.3.11
7502026-05-28T04:47:31.235Z Downloaded constant_time_eq v0.4.2
7512026-05-28T04:47:31.235Z Downloaded keccak v0.1.6
7522026-05-28T04:47:31.235Z Downloaded lru-cache v0.1.2
7532026-05-28T04:47:31.235Z Downloaded lazy_static v1.5.0
7542026-05-28T04:47:31.240Z Downloaded md5 v0.7.0
7552026-05-28T04:47:31.240Z Downloaded md-5 v0.10.6
7562026-05-28T04:47:31.240Z Downloaded maybe-uninit v2.0.0
7572026-05-28T04:47:31.242Z Downloaded memoffset v0.9.1
7582026-05-28T04:47:31.243Z Downloaded half v1.8.3
7592026-05-28T04:47:31.243Z Downloaded is-terminal v0.4.17
7602026-05-28T04:47:31.243Z Downloaded cassowary v0.3.0
7612026-05-28T04:47:31.243Z Downloaded der_derive v0.7.3
7622026-05-28T04:47:31.246Z Downloaded anstream v0.6.21
7632026-05-28T04:47:31.246Z Downloaded either v1.15.0
7642026-05-28T04:47:31.249Z Downloaded foreign-types v0.5.0
7652026-05-28T04:47:31.249Z Downloaded highway v1.3.0
7662026-05-28T04:47:31.249Z Downloaded bitflags v1.3.2
7672026-05-28T04:47:31.253Z Downloaded defmt-parser v1.0.0
7682026-05-28T04:47:31.256Z Downloaded chacha20 v0.9.1
7692026-05-28T04:47:31.256Z Downloaded lalrpop-util v0.19.12
7702026-05-28T04:47:31.258Z Downloaded managed v0.8.0
7712026-05-28T04:47:31.258Z Downloaded linked-hash-map v0.5.6
7722026-05-28T04:47:31.258Z Downloaded indoc v1.0.9
7732026-05-28T04:47:31.261Z Downloaded match_cfg v0.1.0
7742026-05-28T04:47:31.264Z Downloaded ghash v0.5.1
7752026-05-28T04:47:31.264Z Downloaded mime v0.3.17
7762026-05-28T04:47:31.264Z Downloaded getrandom v0.2.17
7772026-05-28T04:47:31.266Z Downloaded derive-where v1.6.0
7782026-05-28T04:47:31.272Z Downloaded fatfs v0.3.6
7792026-05-28T04:47:31.275Z Downloaded multimap v0.10.1
7802026-05-28T04:47:31.278Z Downloaded newtype_derive v0.1.6
7812026-05-28T04:47:31.278Z Downloaded nibble_vec v0.1.0
7822026-05-28T04:47:31.280Z Downloaded normalize-line-endings v0.3.0
7832026-05-28T04:47:31.280Z Downloaded newtype-uuid-macros v0.1.0
7842026-05-28T04:47:31.283Z Downloaded hmac v0.12.1
7852026-05-28T04:47:31.286Z Downloaded lru v0.12.5
7862026-05-28T04:47:31.287Z Downloaded ipnetwork v0.21.1
7872026-05-28T04:47:31.290Z Downloaded libefi-sys v0.1.0
7882026-05-28T04:47:31.290Z Downloaded kstat-rs v0.2.4
7892026-05-28T04:47:31.290Z Downloaded hyper-staticfile v0.10.1
7902026-05-28T04:47:31.292Z Downloaded git-stub-vcs v0.1.0
7912026-05-28T04:47:31.293Z Downloaded ipnet v2.11.0
7922026-05-28T04:47:31.295Z Downloaded lzss v0.8.2
7932026-05-28T04:47:31.295Z Downloaded libsw v3.5.0
7942026-05-28T04:47:31.298Z Downloaded num-derive v0.4.2
7952026-05-28T04:47:31.298Z Downloaded num-iter v0.1.45
7962026-05-28T04:47:31.298Z Downloaded num-conv v0.2.0
7972026-05-28T04:47:31.298Z Downloaded new_debug_unreachable v1.0.6
7982026-05-28T04:47:31.301Z Downloaded num v0.4.3
7992026-05-28T04:47:31.301Z Downloaded lock_api v0.4.14
8002026-05-28T04:47:31.301Z Downloaded linear-map v1.2.0
8012026-05-28T04:47:31.304Z Downloaded num-derive v0.3.3
8022026-05-28T04:47:31.304Z Downloaded opaque-debug v0.3.1
8032026-05-28T04:47:31.304Z Downloaded num_threads v0.1.7
8042026-05-28T04:47:31.306Z Downloaded newline-converter v0.3.0
8052026-05-28T04:47:31.306Z Downloaded indoc v2.0.7
8062026-05-28T04:47:31.309Z Downloaded impl-trait-for-tuples v0.2.3
8072026-05-28T04:47:31.309Z Downloaded crossterm v0.28.1
8082026-05-28T04:47:31.312Z Downloaded arc-swap v1.8.2
8092026-05-28T04:47:31.315Z Downloaded crossbeam-channel v0.5.15
8102026-05-28T04:47:31.318Z Downloaded nodrop v0.1.14
8112026-05-28T04:47:31.318Z Downloaded bytes v1.11.1
8122026-05-28T04:47:31.321Z Downloaded nonempty v0.12.0
8132026-05-28T04:47:31.324Z Downloaded instant v0.1.13
8142026-05-28T04:47:31.324Z Downloaded flume v0.11.1
8152026-05-28T04:47:31.327Z Downloaded maplit v1.0.2
8162026-05-28T04:47:31.327Z Downloaded ingot-types v0.1.2
8172026-05-28T04:47:31.327Z Downloaded jobserver v0.1.34
8182026-05-28T04:47:31.327Z Downloaded half v2.7.1
8192026-05-28T04:47:31.330Z Downloaded drift v0.2.0
8202026-05-28T04:47:31.335Z Downloaded openssl-probe v0.1.6
8212026-05-28T04:47:31.351Z Downloaded openssl-probe v0.2.1
8222026-05-28T04:47:31.356Z Downloaded nu-ansi-term v0.50.3
8232026-05-28T04:47:31.357Z Downloaded multer v3.1.0
8242026-05-28T04:47:31.357Z Downloaded getrandom v0.3.4
8252026-05-28T04:47:31.359Z Downloaded mime_guess v2.0.5
8262026-05-28T04:47:31.359Z Downloaded num-integer v0.1.46
8272026-05-28T04:47:31.362Z Downloaded packed_struct_codegen v0.10.1
8282026-05-28T04:47:31.362Z Downloaded litrs v1.0.0
8292026-05-28T04:47:31.366Z Downloaded hyper-rustls v0.27.7
8302026-05-28T04:47:31.366Z Downloaded crypto-bigint v0.5.5
8312026-05-28T04:47:31.369Z Downloaded path-slash v0.1.5
8322026-05-28T04:47:31.369Z Downloaded crc32fast v1.5.0
8332026-05-28T04:47:31.372Z Downloaded memmap2 v0.9.10
8342026-05-28T04:47:31.372Z Downloaded iana-time-zone v0.1.65
8352026-05-28T04:47:31.374Z Downloaded num_enum_derive v0.7.6
8362026-05-28T04:47:31.374Z Downloaded nanorand v0.7.0
8372026-05-28T04:47:31.377Z Downloaded heapless v0.8.0
8382026-05-28T04:47:31.382Z Downloaded headers v0.4.1
8392026-05-28T04:47:31.385Z Downloaded peg-runtime v0.8.5
8402026-05-28T04:47:31.385Z Downloaded allocator-api2 v0.2.21
8412026-05-28T04:47:31.385Z Downloaded parse-size v1.1.0
8422026-05-28T04:47:31.385Z Downloaded oso-derive v0.27.3
8432026-05-28T04:47:31.385Z Downloaded indexmap v1.9.3
8442026-05-28T04:47:31.387Z Downloaded phf_shared v0.12.1
8452026-05-28T04:47:31.387Z Downloaded owo-colors v4.3.0
8462026-05-28T04:47:31.390Z Downloaded newtype-uuid v1.3.2
8472026-05-28T04:47:31.390Z Downloaded native-tls v0.2.18
8482026-05-28T04:47:31.390Z Downloaded phf_shared v0.11.3
8492026-05-28T04:47:31.393Z Downloaded compact_str v0.8.1
8502026-05-28T04:47:31.396Z Downloaded num_enum_derive v0.5.11
8512026-05-28T04:47:31.396Z Downloaded predicates-core v1.0.10
8522026-05-28T04:47:31.396Z Downloaded ar_archive_writer v0.5.1
8532026-05-28T04:47:31.400Z Downloaded num_enum v0.7.6
8542026-05-28T04:47:31.403Z Downloaded num_enum v0.5.11
8552026-05-28T04:47:31.403Z Downloaded pbkdf2 v0.12.2
8562026-05-28T04:47:31.406Z Downloaded derive_more v0.99.20
8572026-05-28T04:47:31.409Z Downloaded parse-display-derive v0.10.0
8582026-05-28T04:47:31.409Z Downloaded precomputed-hash v0.1.1
8592026-05-28T04:47:31.409Z Downloaded parse-display v0.10.0
8602026-05-28T04:47:31.409Z Downloaded parking_lot_core v0.8.6
8612026-05-28T04:47:31.412Z Downloaded futures v0.3.32
8622026-05-28T04:47:31.415Z Downloaded proc-macro-crate v1.3.1
8632026-05-28T04:47:31.415Z Downloaded powerfmt v0.2.0
8642026-05-28T04:47:31.415Z Downloaded elliptic-curve v0.13.8
8652026-05-28T04:47:31.418Z Downloaded darling_core v0.21.3
8662026-05-28T04:47:31.420Z Downloaded pin-utils v0.1.0
8672026-05-28T04:47:31.420Z Downloaded darling_core v0.23.0
8682026-05-28T04:47:31.423Z Downloaded num-rational v0.4.2
8692026-05-28T04:47:31.426Z Downloaded libbz2-rs-sys v0.2.2
8702026-05-28T04:47:31.426Z Downloaded darling_core v0.20.11
8712026-05-28T04:47:31.428Z Downloaded progenitor-client v0.11.2
8722026-05-28T04:47:31.431Z Downloaded proc-macro-crate v3.4.0
8732026-05-28T04:47:31.431Z Downloaded heapless v0.7.17
8742026-05-28T04:47:31.434Z Downloaded num-complex v0.4.6
8752026-05-28T04:47:31.434Z Downloaded phf v0.12.1
8762026-05-28T04:47:31.437Z Downloaded flate2 v1.1.9
8772026-05-28T04:47:31.439Z Downloaded const_format v0.2.35
8782026-05-28T04:47:31.442Z Downloaded oxide-tokio-rt v0.1.4
8792026-05-28T04:47:31.442Z Downloaded httparse v1.10.1
8802026-05-28T04:47:31.445Z Downloaded cc v1.2.56
8812026-05-28T04:47:31.445Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-05-28T04:47:31.448Z Downloaded phf_shared v0.13.1
8832026-05-28T04:47:31.448Z Downloaded progenitor-macro v0.14.0
8842026-05-28T04:47:31.448Z Downloaded progenitor-macro v0.13.0
8852026-05-28T04:47:31.448Z Downloaded progenitor-macro v0.11.2
8862026-05-28T04:47:31.451Z Downloaded async-compression v0.4.41
8872026-05-28T04:47:31.453Z Downloaded phf v0.13.1
8882026-05-28T04:47:31.453Z Downloaded ed25519-dalek v2.2.0
8892026-05-28T04:47:31.456Z Downloaded derive_more v2.1.1
8902026-05-28T04:47:31.461Z Downloaded rand_chacha v0.3.1
8912026-05-28T04:47:31.464Z Downloaded radium v0.7.0
8922026-05-28T04:47:31.464Z Downloaded predicates-tree v1.0.13
8932026-05-28T04:47:31.464Z Downloaded pbkdf2 v0.11.0
8942026-05-28T04:47:31.468Z Downloaded paste v1.0.15
8952026-05-28T04:47:31.468Z Downloaded oxnet v0.1.5
8962026-05-28T04:47:31.471Z Downloaded pin-project-lite v0.2.17
8972026-05-28T04:47:31.474Z Downloaded password-hash v0.4.2
8982026-05-28T04:47:31.474Z Downloaded pem-rfc7468 v0.7.0
8992026-05-28T04:47:31.474Z Downloaded parking_lot_core v0.9.12
9002026-05-28T04:47:31.477Z Downloaded poly1305 v0.8.0
9012026-05-28T04:47:31.477Z Downloaded polyval v0.6.2
9022026-05-28T04:47:31.480Z Downloaded parking_lot v0.12.5
9032026-05-28T04:47:31.480Z Downloaded peg-macros v0.8.5
9042026-05-28T04:47:31.483Z Downloaded packed_struct v0.10.1
9052026-05-28T04:47:31.484Z Downloaded rand_xorshift v0.4.0
9062026-05-28T04:47:31.484Z Downloaded recursive v0.1.1
9072026-05-28T04:47:31.487Z Downloaded progenitor-client v0.14.0
9082026-05-28T04:47:31.487Z Downloaded ingot-macros v0.1.1
9092026-05-28T04:47:31.487Z Downloaded predicates v3.1.4
9102026-05-28T04:47:31.487Z Downloaded ingot v0.1.1
9112026-05-28T04:47:31.490Z Downloaded bumpalo v3.20.2
9122026-05-28T04:47:31.490Z Downloaded hickory-resolver v0.25.2
9132026-05-28T04:47:31.493Z Downloaded base64 v0.21.7
9142026-05-28T04:47:31.496Z Downloaded openssl-macros v0.1.1
9152026-05-28T04:47:31.496Z Downloaded password-hash v0.5.0
9162026-05-28T04:47:31.499Z Downloaded ref-cast v1.0.25
9172026-05-28T04:47:31.499Z Downloaded progenitor v0.14.0
9182026-05-28T04:47:31.500Z Downloaded pem v3.0.6
9192026-05-28T04:47:31.503Z Downloaded olpc-cjson v0.1.4
9202026-05-28T04:47:31.503Z Downloaded libsw-core v0.3.2
9212026-05-28T04:47:31.503Z Downloaded ref-cast-impl v1.0.25
9222026-05-28T04:47:31.503Z Downloaded pkcs8 v0.10.2
9232026-05-28T04:47:31.506Z Downloaded libloading v0.8.9
9242026-05-28T04:47:31.506Z Downloaded pkg-config v0.3.32
9252026-05-28T04:47:31.508Z Downloaded primeorder v0.13.6
9262026-05-28T04:47:31.508Z Downloaded peg v0.8.5
9272026-05-28T04:47:31.515Z Downloaded http-body-util v0.1.3
9282026-05-28T04:47:31.515Z Downloaded darling v0.23.0
9292026-05-28T04:47:31.518Z Downloaded der v0.7.10
9302026-05-28T04:47:31.518Z Downloaded expectorate v1.2.0
9312026-05-28T04:47:31.520Z Downloaded derive_more-impl v2.1.1
9322026-05-28T04:47:31.523Z Downloaded rand_chacha v0.9.0
9332026-05-28T04:47:31.523Z Downloaded r2d2 v0.8.10
9342026-05-28T04:47:31.523Z Downloaded quick-error v1.2.3
9352026-05-28T04:47:31.527Z Downloaded pkcs5 v0.7.1
9362026-05-28T04:47:31.527Z Downloaded pin-project-internal v1.1.11
9372026-05-28T04:47:31.530Z Downloaded rustc-hash v2.1.1
9382026-05-28T04:47:31.530Z Downloaded rustc_version v0.4.1
9392026-05-28T04:47:31.530Z Downloaded russh-cryptovec v0.7.3
9402026-05-28T04:47:31.530Z Downloaded rtoolbox v0.0.3
9412026-05-28T04:47:31.533Z Downloaded ignore v0.4.25
9422026-05-28T04:47:31.533Z Downloaded diesel_derives v2.3.7
9432026-05-28T04:47:31.537Z Downloaded pkcs1 v0.7.5
9442026-05-28T04:47:31.539Z Downloaded miniz_oxide v0.8.9
9452026-05-28T04:47:31.540Z Downloaded psl-types v2.0.11
9462026-05-28T04:47:31.540Z Downloaded progenitor-client v0.13.0
9472026-05-28T04:47:31.542Z Downloaded p256 v0.13.2
9482026-05-28T04:47:31.542Z Downloaded papergrid v0.17.0
9492026-05-28T04:47:31.545Z Downloaded rand_core v0.6.4
9502026-05-28T04:47:31.548Z Downloaded postgres-types v0.2.12
9512026-05-28T04:47:31.551Z Downloaded rand_seeder v0.4.0
9522026-05-28T04:47:31.551Z Downloaded postgres-protocol v0.6.10
9532026-05-28T04:47:31.551Z Downloaded indicatif v0.18.4
9542026-05-28T04:47:31.555Z Downloaded postcard v1.1.3
9552026-05-28T04:47:31.555Z Downloaded progenitor v0.11.2
9562026-05-28T04:47:31.558Z Downloaded rfc6979 v0.4.0
9572026-05-28T04:47:31.558Z Downloaded http v1.4.0
9582026-05-28T04:47:31.558Z Downloaded progenitor-extras v0.2.0
9592026-05-28T04:47:31.561Z Downloaded proc-macro-error2 v2.0.1
9602026-05-28T04:47:31.561Z Downloaded progenitor v0.13.0
9612026-05-28T04:47:31.563Z Downloaded recursive-proc-macro-impl v0.1.1
9622026-05-28T04:47:31.563Z Downloaded dropshot_endpoint v0.17.0
9632026-05-28T04:47:31.566Z Downloaded sapling-renderdag v0.1.0
9642026-05-28T04:47:31.566Z Downloaded scheduled-thread-pool v0.2.7
9652026-05-28T04:47:31.566Z Downloaded rand_core v0.10.0
9662026-05-28T04:47:31.569Z Downloaded salsa20 v0.10.2
9672026-05-28T04:47:31.569Z Downloaded rand_core v0.9.5
9682026-05-28T04:47:31.569Z Downloaded darling_core v0.13.4
9692026-05-28T04:47:31.575Z Downloaded hickory-resolver v0.24.4
9702026-05-28T04:47:31.586Z Downloaded serde_bytes v0.11.19
9712026-05-28T04:47:31.589Z Downloaded scroll_derive v0.13.1
9722026-05-28T04:47:31.589Z Downloaded ppv-lite86 v0.2.21
9732026-05-28T04:47:31.593Z Downloaded pin-project v1.1.11
9742026-05-28T04:47:31.597Z Downloaded quinn-udp v0.5.14
9752026-05-28T04:47:31.599Z Downloaded serde-big-array v0.5.1
9762026-05-28T04:47:31.624Z Downloaded seq-macro v0.3.6
9772026-05-28T04:47:31.624Z Downloaded serde_plain v1.0.2
9782026-05-28T04:47:31.624Z Downloaded rustc_version v0.1.7
9792026-05-28T04:47:31.624Z Downloaded parking_lot v0.11.2
9802026-05-28T04:47:31.624Z Downloaded scrypt v0.11.0
9812026-05-28T04:47:31.624Z Downloaded scopeguard v1.2.0
9822026-05-28T04:47:31.624Z Downloaded secrecy v0.10.3
9832026-05-28T04:47:31.624Z Downloaded secrecy v0.8.0
9842026-05-28T04:47:31.624Z Downloaded rustls-pemfile v1.0.4
9852026-05-28T04:47:31.624Z Downloaded omicron-zone-package v0.12.2
9862026-05-28T04:47:31.624Z Downloaded rustls-native-certs v0.8.3
9872026-05-28T04:47:31.624Z Downloaded rustversion v1.0.22
9882026-05-28T04:47:31.624Z Downloaded serde_urlencoded v0.7.1
9892026-05-28T04:47:31.624Z Downloaded oso v0.27.3
9902026-05-28T04:47:31.628Z Downloaded resolv-conf v0.7.6
9912026-05-28T04:47:31.631Z Downloaded same-file v1.0.6
9922026-05-28T04:47:31.635Z Downloaded signature v2.2.0
9932026-05-28T04:47:31.642Z Downloaded sigpipe v0.1.3
9942026-05-28T04:47:31.642Z Downloaded signal-hook-mio v0.2.5
9952026-05-28T04:47:31.642Z Downloaded signal-hook-tokio v0.3.1
9962026-05-28T04:47:31.645Z Downloaded sct v0.7.1
9972026-05-28T04:47:31.645Z Downloaded psm v0.1.30
9982026-05-28T04:47:31.649Z Downloaded rustls-pemfile v2.2.0
9992026-05-28T04:47:31.654Z Downloaded aes v0.8.4
10002026-05-28T04:47:31.659Z Downloaded sha1 v0.10.6
10012026-05-28T04:47:31.659Z Downloaded hashbrown v0.13.2
10022026-05-28T04:47:31.662Z Downloaded serde-hex v0.1.0
10032026-05-28T04:47:31.662Z Downloaded slog-bunyan v2.5.0
10042026-05-28T04:47:31.662Z Downloaded semver v0.1.20
10052026-05-28T04:47:31.662Z Downloaded sec1 v0.7.3
10062026-05-28T04:47:31.671Z Downloaded russh-keys v0.45.0
10072026-05-28T04:47:31.674Z Downloaded serde_path_to_error v0.1.20
10082026-05-28T04:47:31.679Z Downloaded siphasher v1.0.2
10092026-05-28T04:47:31.679Z Downloaded shell-words v1.1.1
10102026-05-28T04:47:31.679Z Downloaded serde_derive_internals v0.29.1
10112026-05-28T04:47:31.679Z Downloaded rusty-fork v0.3.1
10122026-05-28T04:47:31.682Z Downloaded minimal-lexical v0.2.1
10132026-05-28T04:47:31.682Z Downloaded openssl-sys v0.9.115
10142026-05-28T04:47:31.690Z Downloaded serde_repr v0.1.20
10152026-05-28T04:47:31.700Z Downloaded slog-envlogger v2.2.0
10162026-05-28T04:47:31.707Z Downloaded scroll v0.13.0
10172026-05-28T04:47:31.710Z Downloaded slab v0.4.12
10182026-05-28T04:47:31.710Z Downloaded strip-ansi-escapes v0.2.1
10192026-05-28T04:47:31.710Z Downloaded structmeta v0.3.0
10202026-05-28T04:47:31.710Z Downloaded subtle v2.6.1
10212026-05-28T04:47:31.714Z Downloaded crossterm v0.29.0
10222026-05-28T04:47:31.717Z Downloaded structmeta-derive v0.3.0
10232026-05-28T04:47:31.717Z Downloaded strsim v0.10.0
10242026-05-28T04:47:31.717Z Downloaded rustls-pki-types v1.14.0
10252026-05-28T04:47:31.722Z Downloaded hashbrown v0.16.1
10262026-05-28T04:47:31.726Z Downloaded ssh-encoding v0.2.0
10272026-05-28T04:47:31.729Z Downloaded slog-dtrace v0.3.0
10282026-05-28T04:47:31.732Z Downloaded supports-color v3.0.2
10292026-05-28T04:47:31.732Z Downloaded slog-term v2.9.2
10302026-05-28T04:47:31.735Z Downloaded sync-ptr v0.1.4
10312026-05-28T04:47:31.735Z Downloaded progenitor-impl v0.14.0
10322026-05-28T04:47:31.735Z Downloaded smf v0.2.3
10332026-05-28T04:47:31.740Z Downloaded smallvec v0.6.14
10342026-05-28T04:47:31.740Z Downloaded progenitor-impl v0.13.0
10352026-05-28T04:47:31.745Z Downloaded prefix-trie v0.7.0
10362026-05-28T04:47:31.745Z Downloaded serde_spanned v1.0.4
10372026-05-28T04:47:31.745Z Downloaded progenitor-impl v0.11.2
10382026-05-28T04:47:31.745Z Downloaded tabled_derive v0.11.0
10392026-05-28T04:47:31.748Z Downloaded schemars_derive v0.8.22
10402026-05-28T04:47:31.748Z Downloaded take_mut v0.2.2
10412026-05-28T04:47:31.748Z Downloaded tabwriter v1.4.1
10422026-05-28T04:47:31.753Z Downloaded sqlformat v0.3.5
10432026-05-28T04:47:31.753Z Downloaded aho-corasick v1.1.4
10442026-05-28T04:47:31.756Z Downloaded jiff-static v0.2.21
10452026-05-28T04:47:31.762Z Downloaded rustls-platform-verifier v0.6.2
10462026-05-28T04:47:31.762Z Downloaded tagptr v0.2.0
10472026-05-28T04:47:31.762Z Downloaded prettyplease v0.2.37
10482026-05-28T04:47:31.766Z Downloaded hickory-server v0.25.2
10492026-05-28T04:47:31.771Z Downloaded tap v1.0.1
10502026-05-28T04:47:31.771Z Downloaded strum v0.26.3
10512026-05-28T04:47:31.771Z Downloaded ssh-cipher v0.2.0
10522026-05-28T04:47:31.771Z Downloaded sync_wrapper v1.0.2
10532026-05-28T04:47:31.771Z Downloaded strum v0.27.2
10542026-05-28T04:47:31.771Z Downloaded shlex v1.3.0
10552026-05-28T04:47:31.771Z Downloaded hashbrown v0.12.3
10562026-05-28T04:47:31.775Z Downloaded ryu v1.0.23
10572026-05-28T04:47:31.775Z Downloaded simd-adler32 v0.3.8
10582026-05-28T04:47:31.778Z Downloaded string_cache v0.8.9
10592026-05-28T04:47:31.778Z Downloaded thread-id v5.1.0
10602026-05-28T04:47:31.778Z Downloaded thiserror-impl-no-std v2.0.2
10612026-05-28T04:47:31.781Z Downloaded testing_table v0.3.0
10622026-05-28T04:47:31.782Z Downloaded rcgen v0.12.1
10632026-05-28T04:47:31.782Z Downloaded stacker v0.1.23
10642026-05-28T04:47:31.788Z Downloaded tinyvec_macros v0.1.1
10652026-05-28T04:47:31.788Z Downloaded stringprep v0.1.5
10662026-05-28T04:47:31.788Z Downloaded signal-hook-registry v1.4.8
10672026-05-28T04:47:31.788Z Downloaded num-bigint v0.4.6
10682026-05-28T04:47:31.792Z Downloaded slog-scope v4.4.1
10692026-05-28T04:47:31.792Z Downloaded slog-json v2.6.1
10702026-05-28T04:47:31.792Z Downloaded serde_with_macros v1.5.2
10712026-05-28T04:47:31.792Z Downloaded snafu-derive v0.8.9
10722026-05-28T04:47:31.792Z Downloaded hyper-util v0.1.20
10732026-05-28T04:47:31.795Z Downloaded ron v0.8.1
10742026-05-28T04:47:31.798Z Downloaded spki v0.7.3
10752026-05-28T04:47:31.801Z Downloaded serde_cbor v0.11.2
10762026-05-28T04:47:31.801Z Downloaded dropshot-api-manager v0.7.2
10772026-05-28T04:47:31.806Z Downloaded slog-stdlog v4.1.1
10782026-05-28T04:47:31.811Z Downloaded termtree v0.5.1
10792026-05-28T04:47:31.811Z Downloaded publicsuffix v2.3.0
10802026-05-28T04:47:31.814Z Downloaded aes-gcm v0.10.3
10812026-05-28T04:47:31.826Z Downloaded serde_with_macros v3.17.0
10822026-05-28T04:47:31.831Z Downloaded static_assertions v1.1.0
10832026-05-28T04:47:31.837Z Downloaded tokio-macros v2.7.0
10842026-05-28T04:47:31.842Z Downloaded strum_macros v0.24.3
10852026-05-28T04:47:31.845Z Downloaded strum_macros v0.26.4
10862026-05-28T04:47:31.845Z Downloaded strum_macros v0.27.2
10872026-05-28T04:47:31.848Z Downloaded time-core v0.1.8
10882026-05-28T04:47:31.854Z Downloaded thread_local v1.1.9
10892026-05-28T04:47:31.854Z Downloaded thiserror-no-std v2.0.2
10902026-05-28T04:47:31.859Z Downloaded termios v0.3.3
10912026-05-28T04:47:31.859Z Downloaded signal-hook v0.3.18
10922026-05-28T04:47:31.859Z Downloaded tower-service v0.3.3
10932026-05-28T04:47:31.862Z Downloaded slog-async v2.8.0
10942026-05-28T04:47:31.865Z Downloaded pretty_assertions v1.4.1
10952026-05-28T04:47:31.867Z Downloaded sqlparser_derive v0.5.0
10962026-05-28T04:47:31.871Z Downloaded mio v1.2.0
10972026-05-28T04:47:31.875Z Downloaded schemars v0.9.0
10982026-05-28T04:47:31.880Z Downloaded trait-variant v0.1.2
10992026-05-28T04:47:31.885Z Downloaded itertools v0.10.5
11002026-05-28T04:47:31.885Z Downloaded try-lock v0.2.5
11012026-05-28T04:47:31.885Z Downloaded time-macros v0.2.27
11022026-05-28T04:47:31.888Z Downloaded spin v0.9.8
11032026-05-28T04:47:31.888Z Downloaded quinn v0.11.9
11042026-05-28T04:47:31.891Z Downloaded qorb v0.4.1
11052026-05-28T04:47:31.894Z Downloaded socket2 v0.6.3
11062026-05-28T04:47:31.894Z Downloaded tower-layer v0.3.3
11072026-05-28T04:47:31.894Z Downloaded typify-macro v0.6.2
11082026-05-28T04:47:31.899Z Downloaded serde_yaml v0.9.34+deprecated
11092026-05-28T04:47:31.899Z Downloaded unicode-truncate v1.1.0
11102026-05-28T04:47:31.902Z Downloaded tls_codec_derive v0.4.2
11112026-05-28T04:47:31.902Z Downloaded topological-sort v0.2.2
11122026-05-28T04:47:31.902Z Downloaded support-bundle-viewer v0.1.2
11132026-05-28T04:47:31.905Z Downloaded socket2 v0.5.10
11142026-05-28T04:47:31.905Z Downloaded rustls-webpki v0.103.9
11152026-05-28T04:47:31.908Z Downloaded rayon-core v1.13.0
11162026-05-28T04:47:31.912Z Downloaded tls_codec v0.4.2
11172026-05-28T04:47:31.912Z Downloaded unit-prefix v0.5.2
11182026-05-28T04:47:31.912Z Downloaded tokio-tungstenite v0.23.1
11192026-05-28T04:47:31.915Z Downloaded tokio-rustls v0.25.0
11202026-05-28T04:47:31.915Z Downloaded libxml v0.3.3
11212026-05-28T04:47:31.919Z Downloaded untrusted v0.9.0
11222026-05-28T04:47:31.919Z Downloaded untrusted v0.7.1
11232026-05-28T04:47:31.919Z Downloaded universal-hash v0.5.1
11242026-05-28T04:47:31.922Z Downloaded unarray v0.1.4
11252026-05-28T04:47:31.922Z Downloaded itertools v0.13.0
11262026-05-28T04:47:31.925Z Downloaded samael v0.0.19
11272026-05-28T04:47:31.928Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-28T04:47:31.931Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11292026-05-28T04:47:31.932Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-05-28T04:47:31.932Z Downloaded itertools v0.14.0
11312026-05-28T04:47:31.935Z Downloaded tokio-tungstenite v0.21.0
11322026-05-28T04:47:31.938Z Downloaded usdt-macro v0.6.0
11332026-05-28T04:47:31.938Z Downloaded hyper v1.8.1
11342026-05-28T04:47:31.941Z Downloaded utf-8 v0.7.6
11352026-05-28T04:47:31.941Z Downloaded rsa v0.9.10
11362026-05-28T04:47:31.944Z Downloaded blake3 v1.8.3
11372026-05-28T04:47:31.948Z Downloaded term v1.2.1
11382026-05-28T04:47:31.951Z Downloaded schemars v1.2.1
11392026-05-28T04:47:31.958Z Downloaded waitgroup v0.1.2
11402026-05-28T04:47:31.991Z Downloaded void v1.0.2
11412026-05-28T04:47:31.991Z Downloaded rand v0.8.6
11422026-05-28T04:47:31.991Z Downloaded iri-string v0.7.10
11432026-05-28T04:47:31.991Z Downloaded want v0.3.1
11442026-05-28T04:47:31.991Z Downloaded tui-tree-widget v0.23.1
11452026-05-28T04:47:31.991Z Downloaded snafu v0.8.9
11462026-05-28T04:47:31.991Z Downloaded wait-timeout v0.2.1
11472026-05-28T04:47:31.991Z Downloaded schemars v0.8.22
11482026-05-28T04:47:31.991Z Downloaded rand v0.9.2
11492026-05-28T04:47:31.991Z Downloaded num-bigint-dig v0.8.6
11502026-05-28T04:47:31.991Z Downloaded tokio-rustls v0.24.1
11512026-05-28T04:47:31.991Z Downloaded unicase v2.9.0
11522026-05-28T04:47:31.991Z Downloaded tokio-native-tls v0.3.1
11532026-05-28T04:47:31.991Z Downloaded term v0.7.0
11542026-05-28T04:47:31.991Z Downloaded similar v2.7.0
11552026-05-28T04:47:31.996Z Downloaded hkdf v0.12.4
11562026-05-28T04:47:31.996Z Downloaded usdt-attr-macro v0.6.0
11572026-05-28T04:47:31.996Z Downloaded usdt v0.6.0
11582026-05-28T04:47:31.996Z Downloaded tokio-dtrace v0.1.1
11592026-05-28T04:47:31.996Z Downloaded slog v2.8.2
11602026-05-28T04:47:32.000Z Downloaded typify-macro v0.4.3
11612026-05-28T04:47:32.000Z Downloaded hashbrown v0.15.5
11622026-05-28T04:47:32.004Z Downloaded vergen-gitcl v1.0.8
11632026-05-28T04:47:32.004Z Downloaded vergen-git2 v9.1.0
11642026-05-28T04:47:32.004Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-28T04:47:32.006Z Downloaded zeroize_derive v1.4.3
11662026-05-28T04:47:32.006Z Downloaded zone v0.3.1
11672026-05-28T04:47:32.009Z Downloaded tokio-stream v0.1.18
11682026-05-28T04:47:32.013Z Downloaded usdt-impl v0.6.0
11692026-05-28T04:47:32.020Z Downloaded uzers v0.12.2
11702026-05-28T04:47:32.024Z Downloaded xshell-macros v0.2.7
11712026-05-28T04:47:32.024Z Downloaded subprocess v0.2.15
11722026-05-28T04:47:32.027Z Downloaded zone_cfg_derive v0.3.1
11732026-05-28T04:47:32.030Z Downloaded tracing-attributes v0.1.31
11742026-05-28T04:47:32.030Z Downloaded nom v7.1.3
11752026-05-28T04:47:32.033Z Downloaded rand v0.10.1
11762026-05-28T04:47:32.036Z Downloaded walkdir v2.5.0
11772026-05-28T04:47:32.039Z Downloaded russh v0.45.0
11782026-05-28T04:47:32.042Z Downloaded whoami v2.1.0
11792026-05-28T04:47:32.042Z Downloaded bindgen v0.71.1
11802026-05-28T04:47:32.045Z Downloaded xattr v1.6.1
11812026-05-28T04:47:32.048Z Downloaded unicode-properties v0.1.4
11822026-05-28T04:47:32.048Z Downloaded tokio-rustls v0.26.4
11832026-05-28T04:47:32.051Z Downloaded tinyvec v1.10.0
11842026-05-28T04:47:32.058Z Downloaded vergen-lib v0.1.6
11852026-05-28T04:47:32.061Z Downloaded tar v0.4.45
11862026-05-28T04:47:32.061Z Downloaded libm v0.2.16
11872026-05-28T04:47:32.065Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-28T04:47:32.068Z Downloaded wyz v0.5.1
11892026-05-28T04:47:32.071Z Downloaded vsss-rs v3.3.4
11902026-05-28T04:47:32.071Z Downloaded iddqd v0.4.2
11912026-05-28T04:47:32.075Z Downloaded p521 v0.13.3
11922026-05-28T04:47:32.077Z Downloaded twox-hash v2.1.2
11932026-05-28T04:47:32.080Z Downloaded tiny-keccak v2.0.2
11942026-05-28T04:47:32.080Z Downloaded aws-lc-rs v1.16.3
11952026-05-28T04:47:32.087Z Downloaded xshell v0.2.7
11962026-05-28T04:47:32.090Z Downloaded tracing-core v0.1.36
11972026-05-28T04:47:32.090Z Downloaded test-strategy v0.4.5
11982026-05-28T04:47:32.094Z Downloaded itertools v0.12.1
11992026-05-28T04:47:32.097Z Downloaded zeroize v1.8.2
12002026-05-28T04:47:32.097Z Downloaded vergen v9.1.0
12012026-05-28T04:47:32.097Z Downloaded whoami v1.6.1
12022026-05-28T04:47:32.097Z Downloaded tungstenite v0.23.0
12032026-05-28T04:47:32.102Z Downloaded nom v8.0.0
12042026-05-28T04:47:32.105Z Downloaded rustyline v14.0.0
12052026-05-28T04:47:32.108Z Downloaded zstd v0.13.3
12062026-05-28T04:47:32.108Z Downloaded typify v0.6.2
12072026-05-28T04:47:32.113Z Downloaded vergen-lib v9.1.0
12082026-05-28T04:47:32.113Z Downloaded tungstenite v0.21.0
12092026-05-28T04:47:32.116Z Downloaded unsafe-libyaml v0.2.11
12102026-05-28T04:47:32.116Z Downloaded typify v0.4.3
12112026-05-28T04:47:32.119Z Downloaded toml v0.7.8
12122026-05-28T04:47:32.123Z Downloaded futures-util v0.3.32
12132026-05-28T04:47:32.129Z Downloaded zstd-safe v7.2.4
12142026-05-28T04:47:32.132Z Downloaded bitvec v1.0.1
12152026-05-28T04:47:32.141Z Downloaded rpassword v7.4.0
12162026-05-28T04:47:32.145Z Downloaded yasna v0.5.2
12172026-05-28T04:47:32.145Z Downloaded h2 v0.4.13
12182026-05-28T04:47:32.148Z Downloaded toml_edit v0.23.10+spec-1.0.0
12192026-05-28T04:47:32.148Z Downloaded chrono v0.4.44
12202026-05-28T04:47:32.157Z Downloaded tokio-postgres v0.7.16
12212026-05-28T04:47:32.173Z Downloaded zerocopy v0.6.6
12222026-05-28T04:47:32.180Z Downloaded reedline v0.40.0
12232026-05-28T04:47:32.184Z Downloaded uuid v1.23.0
12242026-05-28T04:47:32.187Z Downloaded reqwest v0.12.28
12252026-05-28T04:47:32.190Z Downloaded zopfli v0.8.3
12262026-05-28T04:47:32.197Z Downloaded unicode-bidi v0.3.18
12272026-05-28T04:47:32.200Z Downloaded rayon v1.11.0
12282026-05-28T04:47:32.204Z Downloaded steno v0.4.1
12292026-05-28T04:47:32.207Z Downloaded portable-atomic v1.13.1
12302026-05-28T04:47:32.211Z Downloaded ssh-key v0.6.7
12312026-05-28T04:47:32.217Z Downloaded vte v0.14.1
12322026-05-28T04:47:32.221Z Downloaded zip v0.6.6
12332026-05-28T04:47:32.225Z Downloaded regex v1.12.3
12342026-05-28T04:47:32.234Z Downloaded toml_edit v0.19.15
12352026-05-28T04:47:32.243Z Downloaded unicode_categories v0.1.1
12362026-05-28T04:47:32.246Z Downloaded serde_with v1.14.0
12372026-05-28T04:47:32.250Z Downloaded rustls-webpki v0.101.7
12382026-05-28T04:47:32.256Z Downloaded yansi v1.0.1
12392026-05-28T04:47:32.258Z Downloaded salty v0.3.0
12402026-05-28T04:47:32.263Z Downloaded tower v0.5.3
12412026-05-28T04:47:32.266Z Downloaded quick-xml v0.37.5
12422026-05-28T04:47:32.268Z Downloaded p384 v0.13.1
12432026-05-28T04:47:32.271Z Downloaded zerocopy-derive v0.8.40
12442026-05-28T04:47:32.275Z Downloaded git2 v0.20.4
12452026-05-28T04:47:32.281Z Downloaded moka v0.12.13
12462026-05-28T04:47:32.284Z Downloaded x509-cert v0.2.5
12472026-05-28T04:47:32.288Z Downloaded unicode-segmentation v1.12.0
12482026-05-28T04:47:32.291Z Downloaded typed-path v0.9.3
12492026-05-28T04:47:32.300Z Downloaded reqwest v0.13.2
12502026-05-28T04:47:32.304Z Downloaded object v0.30.4
12512026-05-28T04:47:32.313Z Downloaded lalrpop v0.19.12
12522026-05-28T04:47:32.323Z Downloaded serde_with v3.17.0
12532026-05-28T04:47:32.337Z Downloaded tower-http v0.6.8
12542026-05-28T04:47:32.341Z Downloaded tokio-util v0.7.18
12552026-05-28T04:47:32.344Z Downloaded rustls-webpki v0.102.8
12562026-05-28T04:47:32.355Z Downloaded petname v2.0.2
12572026-05-28T04:47:32.358Z Downloaded zip v4.6.1
12582026-05-28T04:47:32.361Z Downloaded unicode-normalization v0.1.25
12592026-05-28T04:47:32.364Z Downloaded goblin v0.10.5
12602026-05-28T04:47:32.367Z Downloaded curve25519-dalek v4.1.3
12612026-05-28T04:47:32.371Z Downloaded nix v0.27.1
12622026-05-28T04:47:32.377Z Downloaded proptest v1.10.0
12632026-05-28T04:47:32.388Z Downloaded quinn-proto v0.11.13
12642026-05-28T04:47:32.394Z Downloaded tough v0.22.0
12652026-05-28T04:47:32.399Z Downloaded radix_trie v0.2.1
12662026-05-28T04:47:32.402Z Downloaded polar-core v0.27.3
12672026-05-28T04:47:32.412Z Downloaded openssl v0.10.79
12682026-05-28T04:47:32.423Z Downloaded nix v0.28.0
12692026-05-28T04:47:32.431Z Downloaded bstr v1.12.1
12702026-05-28T04:47:32.448Z Downloaded winnow v0.6.26
12712026-05-28T04:47:32.454Z Downloaded winnow v0.5.40
12722026-05-28T04:47:32.463Z Downloaded time v0.3.47
12732026-05-28T04:47:32.470Z Downloaded rustls v0.21.12
12742026-05-28T04:47:32.484Z Downloaded tabled v0.20.0
12752026-05-28T04:47:32.493Z Downloaded winnow v1.0.3
12762026-05-28T04:47:32.499Z Downloaded vcpkg v0.2.15
12772026-05-28T04:47:32.520Z Downloaded zlib-rs v0.6.2
12782026-05-28T04:47:32.523Z Downloaded nix v0.31.2
12792026-05-28T04:47:32.530Z Downloaded hickory-proto v0.24.4
12802026-05-28T04:47:32.538Z Downloaded webpki-roots v1.0.6
12812026-05-28T04:47:32.541Z Downloaded openapiv3 v2.2.0
12822026-05-28T04:47:32.547Z Downloaded smoltcp v0.11.0
12832026-05-28T04:47:32.553Z Downloaded regress v0.11.1
12842026-05-28T04:47:32.559Z Downloaded regress v0.10.5
12852026-05-28T04:47:32.563Z Downloaded zerocopy v0.8.40
12862026-05-28T04:47:32.569Z Downloaded diesel v2.3.7
12872026-05-28T04:47:32.580Z Downloaded rustls v0.23.37
12882026-05-28T04:47:32.587Z Downloaded hickory-proto v0.25.2
12892026-05-28T04:47:32.596Z Downloaded regex-syntax v0.8.10
12902026-05-28T04:47:32.602Z Downloaded rustls v0.22.4
12912026-05-28T04:47:32.610Z Downloaded dropshot v0.17.0
12922026-05-28T04:47:32.622Z Downloaded rustix v0.38.44
12932026-05-28T04:47:32.633Z Downloaded sqlparser v0.61.0
12942026-05-28T04:47:32.639Z Downloaded regex-syntax v0.6.29
12952026-05-28T04:47:32.642Z Downloaded object v0.37.3
12962026-05-28T04:47:32.649Z Downloaded smoltcp v0.9.1
12972026-05-28T04:47:32.655Z Downloaded sled v0.34.7
12982026-05-28T04:47:32.660Z Downloaded tracing v0.1.44
12992026-05-28T04:47:32.673Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-05-28T04:47:32.680Z Downloaded ratatui v0.29.0
13012026-05-28T04:47:32.735Z Downloaded chrono-tz v0.10.4
13022026-05-28T04:47:32.740Z Downloaded typify-impl v0.6.2
13032026-05-28T04:47:32.744Z Downloaded typify-impl v0.4.3
13042026-05-28T04:47:32.755Z Downloaded jiff v0.2.21
13052026-05-28T04:47:32.781Z Downloaded zerocopy-derive v0.6.6
13062026-05-28T04:47:32.797Z Downloaded regex-automata v0.4.14
13072026-05-28T04:47:32.813Z Downloaded petgraph v0.6.5
13082026-05-28T04:47:32.861Z Downloaded csv v1.4.0
13092026-05-28T04:47:32.873Z Downloaded petgraph v0.8.3
13102026-05-28T04:47:32.886Z Downloaded libz-sys v1.1.24
13112026-05-28T04:47:32.899Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-05-28T04:47:32.909Z Downloaded sha3 v0.10.8
13132026-05-28T04:47:32.912Z Downloaded tokio v1.52.1
13142026-05-28T04:47:32.934Z Downloaded ring v0.17.14
13152026-05-28T04:47:32.967Z Downloaded encoding_rs v0.8.35
13162026-05-28T04:47:32.979Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-05-28T04:47:33.440Z Downloaded aws-lc-sys v0.40.0
13182026-05-28T04:47:33.681Z Compiling libc v0.2.185
13192026-05-28T04:47:33.682Z Compiling serde v1.0.228
13202026-05-28T04:47:33.685Z Compiling log v0.4.29
13212026-05-28T04:47:33.685Z Compiling find-msvc-tools v0.1.9
13222026-05-28T04:47:33.834Z Compiling shlex v1.3.0
13232026-05-28T04:47:33.843Z Compiling smallvec v1.15.1
13242026-05-28T04:47:33.853Z Compiling syn v2.0.117
13252026-05-28T04:47:33.876Z Compiling typenum v1.19.0
13262026-05-28T04:47:34.025Z Compiling generic-array v0.14.7
13272026-05-28T04:47:34.057Z Compiling subtle v2.6.1
13282026-05-28T04:47:34.057Z Compiling scopeguard v1.2.0
13292026-05-28T04:47:34.105Z Compiling const-oid v0.9.6
13302026-05-28T04:47:34.163Z Compiling lock_api v0.4.14
13312026-05-28T04:47:34.177Z Compiling serde_json v1.0.149
13322026-05-28T04:47:34.228Z Compiling zerocopy v0.8.40
13332026-05-28T04:47:34.270Z Compiling portable-atomic v1.13.1
13342026-05-28T04:47:34.393Z Compiling parking_lot_core v0.9.12
13352026-05-28T04:47:34.634Z Compiling pin-project-lite v0.2.17
13362026-05-28T04:47:34.647Z Compiling getrandom v0.2.17
13372026-05-28T04:47:34.714Z Compiling jobserver v0.1.34
13382026-05-28T04:47:34.732Z Compiling errno v0.3.14
13392026-05-28T04:47:34.794Z Compiling rand_core v0.6.4
13402026-05-28T04:47:34.880Z Compiling pkg-config v0.3.32
13412026-05-28T04:47:34.894Z Compiling signal-hook-registry v1.4.8
13422026-05-28T04:47:34.919Z Compiling cc v1.2.56
13432026-05-28T04:47:35.098Z Compiling bitflags v2.11.0
13442026-05-28T04:47:35.168Z Compiling libm v0.2.16
13452026-05-28T04:47:35.197Z Compiling critical-section v1.2.0
13462026-05-28T04:47:35.311Z Compiling futures-core v0.3.32
13472026-05-28T04:47:35.336Z Compiling parking_lot v0.12.5
13482026-05-28T04:47:35.448Z Compiling mio v1.2.0
13492026-05-28T04:47:35.466Z Compiling num-traits v0.2.19
13502026-05-28T04:47:35.499Z Compiling once_cell v1.21.3
13512026-05-28T04:47:35.592Z Compiling percent-encoding v2.3.2
13522026-05-28T04:47:35.716Z Compiling socket2 v0.6.3
13532026-05-28T04:47:35.729Z Compiling futures-sink v0.3.32
13542026-05-28T04:47:35.785Z Compiling cpufeatures v0.2.17
13552026-05-28T04:47:35.816Z Compiling slab v0.4.12
13562026-05-28T04:47:35.833Z Compiling futures-channel v0.3.32
13572026-05-28T04:47:35.859Z Compiling futures-io v0.3.32
13582026-05-28T04:47:35.917Z Compiling getrandom v0.4.1
13592026-05-28T04:47:35.988Z Compiling futures-task v0.3.32
13602026-05-28T04:47:36.013Z Compiling rand_core v0.10.0
13612026-05-28T04:47:36.058Z Compiling indexmap v2.14.0
13622026-05-28T04:47:36.115Z Compiling getrandom v0.3.4
13632026-05-28T04:47:36.156Z Compiling rustversion v1.0.22
13642026-05-28T04:47:36.176Z Compiling form_urlencoded v1.2.2
13652026-05-28T04:47:36.482Z Compiling cmake v0.1.57
13662026-05-28T04:47:36.485Z Compiling dunce v1.0.5
13672026-05-28T04:47:36.558Z Compiling fs_extra v1.3.0
13682026-05-28T04:47:36.679Z Compiling synstructure v0.13.2
13692026-05-28T04:47:36.692Z Compiling base64ct v1.8.3
13702026-05-28T04:47:36.821Z Compiling ident_case v1.0.1
13712026-05-28T04:47:36.870Z Compiling aws-lc-sys v0.40.0
13722026-05-28T04:47:36.944Z Compiling pem-rfc7468 v0.7.0
13732026-05-28T04:47:36.962Z Compiling regex-syntax v0.8.10
13742026-05-28T04:47:36.976Z Compiling flagset v0.4.7
13752026-05-28T04:47:37.072Z Compiling iana-time-zone v0.1.65
13762026-05-28T04:47:37.102Z Compiling rustix v1.1.3
13772026-05-28T04:47:37.151Z Compiling rand_core v0.9.5
13782026-05-28T04:47:37.241Z Compiling ring v0.17.14
13792026-05-28T04:47:37.270Z Compiling aws-lc-rs v1.16.3
13802026-05-28T04:47:37.293Z Compiling vcpkg v0.2.15
13812026-05-28T04:47:37.436Z Compiling uuid v1.23.0
13822026-05-28T04:47:37.575Z Compiling rustc_version v0.4.1
13832026-05-28T04:47:37.958Z Compiling tracing-core v0.1.36
13842026-05-28T04:47:38.084Z Compiling openssl-sys v0.9.115
13852026-05-28T04:47:38.204Z Compiling base64 v0.22.1
13862026-05-28T04:47:38.394Z Compiling serde_derive v1.0.228
13872026-05-28T04:47:38.510Z Compiling zeroize_derive v1.4.3
13882026-05-28T04:47:38.538Z Compiling zerofrom-derive v0.1.6
13892026-05-28T04:47:38.616Z Compiling yoke-derive v0.8.1
13902026-05-28T04:47:38.924Z Compiling zerovec-derive v0.11.2
13912026-05-28T04:47:39.161Z Compiling zeroize v1.8.2
13922026-05-28T04:47:39.392Z Compiling zerocopy-derive v0.8.40
13932026-05-28T04:47:39.791Z Compiling displaydoc v0.2.5
13942026-05-28T04:47:39.933Z Compiling crypto-common v0.1.7
13952026-05-28T04:47:39.947Z Compiling zerofrom v0.1.6
13962026-05-28T04:47:40.054Z Compiling yoke v0.8.1
13972026-05-28T04:47:40.068Z Compiling block-buffer v0.10.4
13982026-05-28T04:47:40.081Z Compiling tokio-macros v2.7.0
13992026-05-28T04:47:40.231Z Compiling zerovec v0.11.5
14002026-05-28T04:47:40.231Z Compiling digest v0.10.7
14012026-05-28T04:47:40.489Z Compiling futures-macro v0.3.32
14022026-05-28T04:47:40.531Z Compiling zerotrie v0.2.3
14032026-05-28T04:47:40.726Z Compiling tinystr v0.8.2
14042026-05-28T04:47:40.783Z Compiling potential_utf v0.1.4
14052026-05-28T04:47:40.822Z Compiling hmac v0.12.1
14062026-05-28T04:47:40.928Z Compiling icu_locale_core v2.1.1
14072026-05-28T04:47:40.942Z Compiling icu_collections v2.1.1
14082026-05-28T04:47:40.974Z Compiling block-padding v0.3.3
14092026-05-28T04:47:41.126Z Compiling inout v0.1.4
14102026-05-28T04:47:41.272Z Compiling futures-util v0.3.32
14112026-05-28T04:47:41.292Z Compiling cipher v0.4.4
14122026-05-28T04:47:41.406Z Compiling sha2 v0.10.9
14132026-05-28T04:47:41.548Z Compiling icu_provider v2.1.1
14142026-05-28T04:47:41.806Z Compiling bytes v1.11.1
14152026-05-28T04:47:41.829Z Compiling icu_normalizer v2.1.1
14162026-05-28T04:47:41.845Z Compiling icu_properties v2.1.2
14172026-05-28T04:47:42.079Z Compiling der_derive v0.7.3
14182026-05-28T04:47:42.360Z Compiling tokio v1.52.1
14192026-05-28T04:47:42.408Z Compiling http v1.4.0
14202026-05-28T04:47:42.800Z Compiling idna_adapter v1.2.1
14212026-05-28T04:47:42.941Z Compiling idna v1.1.0
14222026-05-28T04:47:42.974Z Compiling chrono v0.4.44
14232026-05-28T04:47:43.066Z Compiling der v0.7.10
14242026-05-28T04:47:43.348Z Compiling url v2.5.8
14252026-05-28T04:47:43.578Z Compiling salsa20 v0.10.2
14262026-05-28T04:47:43.597Z Compiling pbkdf2 v0.12.2
14272026-05-28T04:47:43.714Z Compiling ppv-lite86 v0.2.21
14282026-05-28T04:47:43.729Z Compiling rustls-pki-types v1.14.0
14292026-05-28T04:47:43.882Z Compiling spki v0.7.3
14302026-05-28T04:47:44.041Z Compiling thiserror-impl v2.0.18
14312026-05-28T04:47:44.096Z Compiling tracing-attributes v0.1.31
14322026-05-28T04:47:44.142Z Compiling rand_chacha v0.9.0
14332026-05-28T04:47:44.172Z Compiling scrypt v0.11.0
14342026-05-28T04:47:44.260Z Compiling http-body v1.0.1
14352026-05-28T04:47:44.340Z Compiling cbc v0.1.2
14362026-05-28T04:47:44.410Z Compiling aes v0.8.4
14372026-05-28T04:47:44.485Z Compiling untrusted v0.7.1
14382026-05-28T04:47:44.500Z Compiling untrusted v0.9.0
14392026-05-28T04:47:44.611Z Compiling openssl-probe v0.2.1
14402026-05-28T04:47:44.625Z Compiling tinyvec_macros v0.1.1
14412026-05-28T04:47:44.695Z Compiling httparse v1.10.1
14422026-05-28T04:47:44.784Z Compiling pkcs5 v0.7.1
14432026-05-28T04:47:44.819Z Compiling tinyvec v1.10.0
14442026-05-28T04:47:45.154Z Compiling pest_generator v2.8.6
14452026-05-28T04:47:45.262Z Compiling rand v0.9.2
14462026-05-28T04:47:45.351Z Compiling thiserror v2.0.18
14472026-05-28T04:47:45.385Z Compiling tracing v0.1.44
14482026-05-28T04:47:45.445Z Compiling serde_derive_internals v0.29.1
14492026-05-28T04:47:45.459Z Compiling aho-corasick v1.1.4
14502026-05-28T04:47:45.643Z Compiling tower-service v0.3.3
14512026-05-28T04:47:45.739Z Compiling rustls v0.23.37
14522026-05-28T04:47:45.850Z Compiling dyn-clone v1.0.20
14532026-05-28T04:47:45.909Z Compiling tower-layer v0.3.3
14542026-05-28T04:47:45.987Z Compiling try-lock v0.2.5
14552026-05-28T04:47:46.050Z Compiling atomic-waker v1.1.2
14562026-05-28T04:47:46.069Z Compiling schemars v0.8.22
14572026-05-28T04:47:46.095Z Compiling tokio-util v0.7.18
14582026-05-28T04:47:46.172Z Compiling want v0.3.1
14592026-05-28T04:47:46.283Z Compiling regex-automata v0.4.14
14602026-05-28T04:47:46.324Z Compiling schemars_derive v0.8.22
14612026-05-28T04:47:46.337Z Compiling pest_derive v2.8.6
14622026-05-28T04:47:46.755Z Compiling h2 v0.4.13
14632026-05-28T04:47:47.108Z Compiling pkcs8 v0.10.2
14642026-05-28T04:47:47.122Z Compiling ipnet v2.11.0
14652026-05-28T04:47:47.125Z Compiling scroll_derive v0.13.1
14662026-05-28T04:47:47.410Z Compiling darling_core v0.20.11
14672026-05-28T04:47:47.545Z Compiling foreign-types-shared v0.1.1
14682026-05-28T04:47:47.609Z Compiling pin-utils v0.1.0
14692026-05-28T04:47:47.635Z Compiling httpdate v1.0.3
14702026-05-28T04:47:47.683Z Compiling openssl v0.10.79
14712026-05-28T04:47:47.893Z Compiling tempfile v3.25.0
14722026-05-28T04:47:47.934Z Compiling scroll v0.13.0
14732026-05-28T04:47:47.986Z Compiling foreign-types v0.3.2
14742026-05-28T04:47:48.073Z Compiling unicode-normalization v0.1.25
14752026-05-28T04:47:48.260Z Compiling openssl-macros v0.1.1
14762026-05-28T04:47:48.521Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-05-28T04:47:48.614Z Compiling socket2 v0.5.10
14782026-05-28T04:47:48.645Z Compiling spin v0.9.8
14792026-05-28T04:47:48.852Z Compiling num-conv v0.2.0
14802026-05-28T04:47:48.907Z Compiling crc32fast v1.5.0
14812026-05-28T04:47:48.990Z Compiling powerfmt v0.2.0
14822026-05-28T04:47:49.016Z Compiling time-core v0.1.8
14832026-05-28T04:47:49.165Z Compiling native-tls v0.2.18
14842026-05-28T04:47:49.191Z Compiling time-macros v0.2.27
14852026-05-28T04:47:49.225Z Compiling deranged v0.5.8
14862026-05-28T04:47:49.719Z Compiling darling_macro v0.20.11
14872026-05-28T04:47:50.173Z Compiling hyper v1.8.1
14882026-05-28T04:47:50.189Z Compiling darling v0.20.11
14892026-05-28T04:47:50.233Z Compiling goblin v0.10.5
14902026-05-28T04:47:50.266Z Compiling rustls-native-certs v0.8.3
14912026-05-28T04:47:50.393Z Compiling sync_wrapper v1.0.2
14922026-05-28T04:47:50.501Z Compiling wait-timeout v0.2.1
14932026-05-28T04:47:50.556Z Compiling crossbeam-utils v0.8.21
14942026-05-28T04:47:50.698Z Compiling syn v1.0.109
14952026-05-28T04:47:50.758Z Compiling usdt-impl v0.6.0
14962026-05-28T04:47:50.837Z Compiling quick-error v1.2.3
14972026-05-28T04:47:50.943Z Compiling unicode-segmentation v1.12.0
14982026-05-28T04:47:50.961Z Compiling bit-vec v0.8.0
14992026-05-28T04:47:51.002Z Compiling siphasher v1.0.2
15002026-05-28T04:47:51.185Z Compiling num_threads v0.1.7
15012026-05-28T04:47:51.200Z Compiling hyper-util v0.1.20
15022026-05-28T04:47:51.282Z Compiling simd-adler32 v0.3.8
15032026-05-28T04:47:51.394Z Compiling time v0.3.47
15042026-05-28T04:47:51.522Z Compiling bit-set v0.8.0
15052026-05-28T04:47:51.778Z Compiling rusty-fork v0.3.1
15062026-05-28T04:47:52.012Z Compiling tower v0.5.3
15072026-05-28T04:47:52.090Z Compiling derive_builder_core v0.20.2
15082026-05-28T04:47:52.476Z Compiling dtrace-parser v0.3.0
15092026-05-28T04:47:52.515Z Compiling http-body-util v0.1.3
15102026-05-28T04:47:52.757Z Compiling webpki-roots v1.0.6
15112026-05-28T04:47:52.885Z Compiling signature v2.2.0
15122026-05-28T04:47:52.929Z Compiling dof v0.4.0
15132026-05-28T04:47:52.932Z Compiling thiserror-impl v1.0.69
15142026-05-28T04:47:53.002Z Compiling scroll_derive v0.12.1
15152026-05-28T04:47:53.061Z Compiling heapless v0.7.17
15162026-05-28T04:47:53.259Z Compiling rand_xorshift v0.4.0
15172026-05-28T04:47:53.304Z Compiling slog v2.8.2
15182026-05-28T04:47:53.423Z Compiling darling_core v0.21.3
15192026-05-28T04:47:53.487Z Compiling bzip2-sys v0.1.13+1.0.8
15202026-05-28T04:47:53.667Z Compiling thread-id v5.1.0
15212026-05-28T04:47:53.753Z Compiling cookie v0.18.1
15222026-05-28T04:47:53.767Z Compiling signal-hook v0.3.18
15232026-05-28T04:47:53.931Z Compiling unicode-bidi v0.3.18
15242026-05-28T04:47:53.934Z Compiling ryu v1.0.23
15252026-05-28T04:47:54.104Z Compiling unarray v0.1.4
15262026-05-28T04:47:54.125Z Compiling unicode-properties v0.1.4
15272026-05-28T04:47:54.199Z Compiling zstd-safe v7.2.4
15282026-05-28T04:47:54.213Z Compiling paste v1.0.15
15292026-05-28T04:47:54.329Z Compiling allocator-api2 v0.2.21
15302026-05-28T04:47:54.392Z Compiling iri-string v0.7.10
15312026-05-28T04:47:54.462Z Compiling adler2 v2.0.1
15322026-05-28T04:47:54.476Z Compiling anyhow v1.0.102
15332026-05-28T04:47:54.535Z Compiling stringprep v0.1.5
15342026-05-28T04:47:54.590Z Compiling miniz_oxide v0.8.9
15352026-05-28T04:47:54.649Z Compiling thiserror v1.0.69
15362026-05-28T04:47:54.751Z Compiling proptest v1.10.0
15372026-05-28T04:47:54.968Z Compiling serde_urlencoded v0.7.1
15382026-05-28T04:47:55.209Z Compiling scroll v0.12.0
15392026-05-28T04:47:55.485Z Compiling tower-http v0.6.8
15402026-05-28T04:47:55.795Z Compiling derive_builder_macro v0.20.2
15412026-05-28T04:47:55.864Z Compiling tokio-native-tls v0.3.1
15422026-05-28T04:47:55.908Z Compiling darling_macro v0.21.3
15432026-05-28T04:47:56.029Z Compiling heck v0.4.1
15442026-05-28T04:47:56.186Z Compiling ipnetwork v0.21.1
15452026-05-28T04:47:56.244Z Compiling bstr v1.12.1
15462026-05-28T04:47:56.258Z Compiling rand_chacha v0.3.1
15472026-05-28T04:47:56.281Z Compiling erased-serde v0.3.31
15482026-05-28T04:47:56.376Z Compiling toml_datetime v0.6.11
15492026-05-28T04:47:56.579Z Compiling serde_tokenstream v0.2.3
15502026-05-28T04:47:56.630Z Compiling serde_spanned v0.6.9
15512026-05-28T04:47:56.758Z Compiling md-5 v0.10.6
15522026-05-28T04:47:56.773Z Compiling pin-project-internal v1.1.11
15532026-05-28T04:47:56.885Z Compiling async-trait v0.1.89
15542026-05-28T04:47:56.888Z Compiling zerocopy-derive v0.7.35
15552026-05-28T04:47:56.922Z Compiling curve25519-dalek v4.1.3
15562026-05-28T04:47:57.046Z Compiling vergen-lib v9.1.0
15572026-05-28T04:47:57.228Z Compiling num-integer v0.1.46
15582026-05-28T04:47:57.250Z Compiling hash32 v0.2.1
15592026-05-28T04:47:57.448Z Compiling ff v0.13.1
15602026-05-28T04:47:57.550Z Compiling memoffset v0.9.1
15612026-05-28T04:47:57.586Z Compiling encoding_rs v0.8.35
15622026-05-28T04:47:57.791Z Compiling zlib-rs v0.6.2
15632026-05-28T04:47:57.805Z Compiling fallible-iterator v0.2.0
15642026-05-28T04:47:57.901Z Compiling litrs v1.0.0
15652026-05-28T04:47:57.946Z Compiling rustix v0.38.44
15662026-05-28T04:47:58.118Z Compiling psl-types v2.0.11
15672026-05-28T04:47:58.247Z Compiling base16ct v0.2.0
15682026-05-28T04:47:58.296Z Compiling ref-cast v1.0.25
15692026-05-28T04:47:58.422Z Compiling cfg_aliases v0.2.1
15702026-05-28T04:47:58.436Z Compiling num-bigint-dig v0.8.6
15712026-05-28T04:47:58.498Z Compiling smoltcp v0.9.1
15722026-05-28T04:47:58.596Z Compiling mime v0.3.17
15732026-05-28T04:47:58.694Z Compiling nix v0.31.2
15742026-05-28T04:47:58.853Z Compiling document-features v0.2.12
15752026-05-28T04:47:58.867Z Compiling sec1 v0.7.3
15762026-05-28T04:47:59.138Z Compiling publicsuffix v2.3.0
15772026-05-28T04:47:59.152Z Compiling postgres-protocol v0.6.10
15782026-05-28T04:47:59.155Z Compiling pin-project v1.1.11
15792026-05-28T04:47:59.304Z Compiling zerocopy v0.7.35
15802026-05-28T04:47:59.347Z Compiling group v0.13.0
15812026-05-28T04:47:59.431Z Compiling num-iter v0.1.45
15822026-05-28T04:47:59.648Z Compiling newtype-uuid v1.3.2
15832026-05-28T04:47:59.761Z Compiling hubpack_derive v0.1.1
15842026-05-28T04:47:59.842Z Compiling rand v0.8.6
15852026-05-28T04:47:59.972Z Compiling oxnet v0.1.5
15862026-05-28T04:47:59.987Z Compiling darling v0.21.3
15872026-05-28T04:48:00.069Z Compiling snafu-derive v0.8.9
15882026-05-28T04:48:00.083Z Compiling derive_builder v0.20.2
15892026-05-28T04:48:00.207Z Compiling hyper-tls v0.6.0
15902026-05-28T04:48:00.398Z Compiling goblin v0.8.2
15912026-05-28T04:48:00.684Z Compiling flate2 v1.1.9
15922026-05-28T04:48:01.014Z Compiling phf_shared v0.13.1
15932026-05-28T04:48:01.097Z Compiling lazy_static v1.5.0
15942026-05-28T04:48:01.099Z Compiling regex v1.12.3
15952026-05-28T04:48:01.194Z Compiling anstyle-parse v0.2.7
15962026-05-28T04:48:01.253Z Compiling strum_macros v0.27.2
15972026-05-28T04:48:01.379Z Compiling futures-executor v0.3.32
15982026-05-28T04:48:01.502Z Compiling hex v0.4.3
15992026-05-28T04:48:01.530Z Compiling hkdf v0.12.4
16002026-05-28T04:48:01.639Z Compiling crypto-bigint v0.5.5
16012026-05-28T04:48:01.694Z Compiling terminal_size v0.4.3
16022026-05-28T04:48:01.767Z Compiling daft-derive v0.1.7
16032026-05-28T04:48:01.834Z Compiling ref-cast-impl v1.0.25
16042026-05-28T04:48:01.952Z Compiling curve25519-dalek-derive v0.1.1
16052026-05-28T04:48:02.376Z Compiling vergen v9.1.0
16062026-05-28T04:48:02.487Z Compiling fs-err v3.3.0
16072026-05-28T04:48:02.563Z Compiling cargo-platform v0.3.2
16082026-05-28T04:48:02.590Z Compiling ahash v0.8.12
16092026-05-28T04:48:02.673Z Compiling foldhash v0.1.5
16102026-05-28T04:48:02.837Z Compiling winnow v0.5.40
16112026-05-28T04:48:02.860Z Compiling bumpalo v3.20.2
16122026-05-28T04:48:02.876Z Compiling foldhash v0.2.0
16132026-05-28T04:48:03.097Z Compiling libbz2-rs-sys v0.2.2
16142026-05-28T04:48:03.115Z Compiling object v0.37.3
16152026-05-28T04:48:03.252Z Compiling managed v0.8.0
16162026-05-28T04:48:03.390Z Compiling same-file v1.0.6
16172026-05-28T04:48:03.476Z Compiling bitflags v1.3.2
16182026-05-28T04:48:03.567Z Compiling bzip2 v0.6.1
16192026-05-28T04:48:03.778Z Compiling walkdir v2.5.0
16202026-05-28T04:48:03.811Z Compiling strum v0.27.2
16212026-05-28T04:48:03.838Z Compiling zopfli v0.8.3
16222026-05-28T04:48:03.920Z Compiling hashbrown v0.16.1
16232026-05-28T04:48:03.942Z Compiling clap_builder v4.6.0
16242026-05-28T04:48:04.144Z Compiling toml_edit v0.19.15
16252026-05-28T04:48:04.293Z Compiling hashbrown v0.15.5
16262026-05-28T04:48:04.361Z Compiling cargo_metadata v0.23.1
16272026-05-28T04:48:04.593Z Compiling elliptic-curve v0.13.8
16282026-05-28T04:48:04.839Z Compiling dof v0.3.0
16292026-05-28T04:48:05.025Z Compiling daft v0.1.7
16302026-05-28T04:48:05.409Z Compiling snafu v0.8.9
16312026-05-28T04:48:05.549Z Compiling futures v0.3.32
16322026-05-28T04:48:05.634Z Compiling anstream v0.6.21
16332026-05-28T04:48:05.690Z Compiling phf v0.13.1
16342026-05-28T04:48:05.851Z Compiling cookie_store v0.22.1
16352026-05-28T04:48:05.938Z Compiling signal-hook-mio v0.2.5
16362026-05-28T04:48:06.055Z Compiling bzip2 v0.4.4
16372026-05-28T04:48:06.115Z Compiling zstd v0.13.3
16382026-05-28T04:48:06.262Z Compiling hubpack v0.1.2
16392026-05-28T04:48:06.377Z Compiling serde_with_macros v3.17.0
16402026-05-28T04:48:06.481Z Compiling postgres-types v0.2.12
16412026-05-28T04:48:06.760Z Compiling usdt-macro v0.6.0
16422026-05-28T04:48:06.888Z Compiling usdt-attr-macro v0.6.0
16432026-05-28T04:48:07.027Z Compiling globset v0.4.18
16442026-05-28T04:48:07.478Z Compiling dtrace-parser v0.2.0
16452026-05-28T04:48:07.493Z Compiling ed25519 v2.2.3
16462026-05-28T04:48:07.508Z Compiling phf_shared v0.11.3
16472026-05-28T04:48:07.664Z Compiling olpc-cjson v0.1.4
16482026-05-28T04:48:07.679Z Compiling pkcs1 v0.7.5
16492026-05-28T04:48:07.702Z Compiling clap_derive v4.6.1
16502026-05-28T04:48:07.746Z Compiling strum_macros v0.26.4
16512026-05-28T04:48:07.868Z Compiling enum-as-inner v0.6.1
16522026-05-28T04:48:08.098Z Compiling serde_plain v1.0.2
16532026-05-28T04:48:08.268Z Compiling serde-big-array v0.5.1
16542026-05-28T04:48:08.300Z Compiling rfc6979 v0.4.0
16552026-05-28T04:48:08.373Z Compiling pem v3.0.6
16562026-05-28T04:48:08.415Z Compiling async-recursion v1.1.1
16572026-05-28T04:48:08.428Z Compiling serde_repr v0.1.20
16582026-05-28T04:48:08.442Z Compiling float-cmp v0.10.0
16592026-05-28T04:48:08.585Z Compiling thread-id v4.2.2
16602026-05-28T04:48:08.673Z Compiling memmap2 v0.9.10
16612026-05-28T04:48:08.696Z Compiling env_filter v1.0.0
16622026-05-28T04:48:08.889Z Compiling data-encoding v2.10.0
16632026-05-28T04:48:08.956Z Compiling fixedbitset v0.4.2
16642026-05-28T04:48:08.999Z Compiling precomputed-hash v0.1.1
16652026-05-28T04:48:09.071Z Compiling whoami v2.1.0
16662026-05-28T04:48:09.089Z Compiling fixedbitset v0.5.7
16672026-05-28T04:48:09.169Z Compiling normalize-line-endings v0.3.0
16682026-05-28T04:48:09.266Z Compiling typed-path v0.9.3
16692026-05-28T04:48:09.387Z Compiling new_debug_unreachable v1.0.6
16702026-05-28T04:48:09.438Z Compiling keccak v0.1.6
16712026-05-28T04:48:09.460Z Compiling jiff v0.2.21
16722026-05-28T04:48:09.497Z Compiling predicates-core v1.0.10
16732026-05-28T04:48:09.511Z Compiling static_assertions v1.1.0
16742026-05-28T04:48:09.583Z Compiling difflib v0.4.0
16752026-05-28T04:48:09.597Z Compiling sha3 v0.10.8
16762026-05-28T04:48:09.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-05-28T04:48:10.034Z Compiling predicates v3.1.4
16782026-05-28T04:48:10.132Z Compiling clap v4.6.1
16792026-05-28T04:48:10.216Z Compiling strum v0.26.3
16802026-05-28T04:48:10.236Z Compiling string_cache v0.8.9
16812026-05-28T04:48:10.348Z Compiling tokio-postgres v0.7.16
16822026-05-28T04:48:10.459Z Compiling petgraph v0.8.3
16832026-05-28T04:48:10.478Z Compiling hickory-proto v0.25.2
16842026-05-28T04:48:10.681Z Compiling petgraph v0.6.5
16852026-05-28T04:48:11.294Z Compiling toml_edit v0.22.27
16862026-05-28T04:48:12.148Z Compiling zip v4.6.1
16872026-05-28T04:48:12.394Z Compiling env_logger v0.11.9
16882026-05-28T04:48:12.440Z Compiling usdt v0.6.0
16892026-05-28T04:48:12.512Z Compiling usdt-impl v0.5.0
16902026-05-28T04:48:12.702Z Compiling ecdsa v0.16.9
16912026-05-28T04:48:12.775Z Compiling rsa v0.9.10
16922026-05-28T04:48:13.116Z Compiling ed25519-dalek v2.2.0
16932026-05-28T04:48:13.131Z Compiling serde_with v3.17.0
16942026-05-28T04:48:13.145Z Compiling crossterm v0.28.1
16952026-05-28T04:48:13.786Z Compiling zip v0.6.6
16962026-05-28T04:48:14.363Z Compiling toml v0.7.8
16972026-05-28T04:48:14.456Z Compiling iddqd v0.4.2
16982026-05-28T04:48:14.964Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-28T04:48:15.082Z Compiling similar v2.7.0
17002026-05-28T04:48:15.166Z Compiling crossbeam-epoch v0.9.18
17012026-05-28T04:48:15.169Z Compiling tokio-stream v0.1.18
17022026-05-28T04:48:15.500Z Compiling buf-list v1.1.2
17032026-05-28T04:48:15.593Z Compiling x509-cert v0.2.5
17042026-05-28T04:48:15.646Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-05-28T04:48:15.738Z Compiling openapiv3 v2.2.0
17062026-05-28T04:48:15.773Z Compiling sha1 v0.10.6
17072026-05-28T04:48:15.943Z Compiling lalrpop-util v0.19.12
17082026-05-28T04:48:15.957Z Compiling peg-runtime v0.8.5
17092026-05-28T04:48:15.992Z Compiling either v1.15.0
17102026-05-28T04:48:16.130Z Compiling thread_local v1.1.9
17112026-05-28T04:48:16.132Z Compiling slog-async v2.8.0
17122026-05-28T04:48:16.201Z Compiling crossbeam-channel v0.5.15
17132026-05-28T04:48:16.235Z Compiling is-terminal v0.4.17
17142026-05-28T04:48:16.331Z Compiling filetime v0.2.27
17152026-05-28T04:48:16.380Z Compiling take_mut v0.2.2
17162026-05-28T04:48:16.452Z Compiling xattr v1.6.1
17172026-05-28T04:48:16.488Z Compiling term v1.2.1
17182026-05-28T04:48:16.617Z Compiling tar v0.4.45
17192026-05-28T04:48:17.068Z Compiling slog-term v2.9.2
17202026-05-28T04:48:26.715Z Compiling rustls-webpki v0.103.9
17212026-05-28T04:48:29.504Z Compiling tokio-rustls v0.26.4
17222026-05-28T04:48:29.504Z Compiling rustls-platform-verifier v0.6.2
17232026-05-28T04:48:29.718Z Compiling hyper-rustls v0.27.7
17242026-05-28T04:48:29.907Z Compiling reqwest v0.12.28
17252026-05-28T04:48:29.907Z Compiling reqwest v0.13.2
17262026-05-28T04:48:31.173Z Compiling tough v0.22.0
17272026-05-28T04:48:33.724Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-05-28T04:48:33.967Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-05-28T04:48:36.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17302026-05-28T04:48:36.939Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17312026-05-28T04:48:36.998ZMay 28 04:48:35.999 INFO Starting download, target: Console
17322026-05-28T04:48:36.998ZMay 28 04:48:36.000 INFO Starting download, target: Cockroach
17332026-05-28T04:48:36.998ZMay 28 04:48:36.000 INFO Starting download, target: DendriteStub
17342026-05-28T04:48:36.998ZMay 28 04:48:36.000 INFO Starting download, target: Clickhouse
17352026-05-28T04:48:36.998ZMay 28 04:48:36.000 INFO Starting download, target: MaghemiteMgd
17362026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Starting download, target: MaghemiteDdmd
17372026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Starting download, target: TransceiverControl
17382026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17402026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17422026-05-28T04:48:37.001ZMay 28 04:48:36.000 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-05-28T04:48:37.002ZMay 28 04:48:36.000 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17442026-05-28T04:48:37.002ZMay 28 04:48:36.000 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17452026-05-28T04:48:37.408ZMay 28 04:48:36.410 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-28T04:48:37.619ZMay 28 04:48:36.621 INFO Download complete, target: TransceiverControl
17472026-05-28T04:48:38.093ZMay 28 04:48:37.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-28T04:48:38.319ZMay 28 04:48:37.321 INFO Download complete, target: Console
17492026-05-28T04:48:38.737ZMay 28 04:48:37.739 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17502026-05-28T04:48:41.095ZMay 28 04:48:40.080 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17512026-05-28T04:48:41.113ZMay 28 04:48:40.106 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17522026-05-28T04:48:41.281ZMay 28 04:48:40.274 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17532026-05-28T04:48:41.654ZMay 28 04:48:40.656 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17542026-05-28T04:48:41.654ZMay 28 04:48:40.656 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17552026-05-28T04:48:43.099ZMay 28 04:48:42.101 INFO Download complete, target: MaghemiteDdmd
17562026-05-28T04:48:43.825ZMay 28 04:48:42.826 INFO Download complete, target: MaghemiteMgd
17572026-05-28T04:48:43.836ZMay 28 04:48:42.837 INFO Download complete, target: DendriteStub
17582026-05-28T04:48:45.482ZMay 28 04:48:44.480 INFO Checking that binary works, target: Clickhouse
17592026-05-28T04:48:45.623ZMay 28 04:48:44.625 INFO Download complete, target: Clickhouse
17602026-05-28T04:48:46.329ZMay 28 04:48:45.330 INFO Checking that binary works, target: Cockroach
17612026-05-28T04:48:46.442ZMay 28 04:48:45.444 INFO Download complete, target: Cockroach
17622026-05-28T04:48:46.460ZAll builder prerequisites installed successfully, and PATH looks valid
17632026-05-28T04:48:46.463Z
17642026-05-28T04:48:46.463Zreal 2:20.204700825
17652026-05-28T04:48:46.463Zuser 6:58.272100295
17662026-05-28T04:48:46.463Zsys 1:23.496979017
17672026-05-28T04:48:46.463Ztrap 0.218152757
17682026-05-28T04:48:46.463Ztflt 0.807769045
17692026-05-28T04:48:46.463Zdflt 0.628804623
17702026-05-28T04:48:46.463Zkflt 0.020540334
17712026-05-28T04:48:46.463Zlock 22:27.521288626
17722026-05-28T04:48:46.463Zslp 21:30.352007090
17732026-05-28T04:48:46.463Zlat 42.468715552
17742026-05-28T04:48:46.463Zstop 1:54.643131401
17752026-05-28T04:48:46.463Z+ banner clippy
17762026-05-28T04:48:46.463Z
17772026-05-28T04:48:46.463Z #### # # ##### ##### # #
17782026-05-28T04:48:46.464Z # # # # # # # # # #
17792026-05-28T04:48:46.464Z # # # # # # # #
17802026-05-28T04:48:46.464Z # # # ##### ##### #
17812026-05-28T04:48:46.464Z # # # # # # #
17822026-05-28T04:48:46.464Z #### ###### # # # #
17832026-05-28T04:48:46.464Z
17842026-05-28T04:48:46.464Z+ export CARGO_INCREMENTAL=0
17852026-05-28T04:48:46.464Z+ CARGO_INCREMENTAL=0
17862026-05-28T04:48:46.464Z+ ptime -m cargo xtask clippy
17872026-05-28T04:48:47.016Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17882026-05-28T04:48:47.241Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17892026-05-28T04:48:49.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17902026-05-28T04:48:49.182Z Running `target/debug/xtask clippy`
17912026-05-28T04:48:49.210Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17922026-05-28T04:48:49.851Z Downloading crates ...
17932026-05-28T04:48:50.048Z Downloaded addr2line v0.25.1
17942026-05-28T04:48:50.053Z Downloaded assert-json-diff v2.0.2
17952026-05-28T04:48:50.061Z Downloaded datatest-stable v0.3.3
17962026-05-28T04:48:50.061Z Downloaded rustc-demangle v0.1.27
17972026-05-28T04:48:50.064Z Downloaded termcolor v1.4.1
17982026-05-28T04:48:50.067Z Downloaded target-triple v1.0.0
17992026-05-28T04:48:50.070Z Downloaded plotters-backend v0.3.7
18002026-05-28T04:48:50.070Z Downloaded serde_regex v1.1.0
18012026-05-28T04:48:50.074Z Downloaded oorandom v11.1.5
18022026-05-28T04:48:50.077Z Downloaded supports-color v2.1.0
18032026-05-28T04:48:50.077Z Downloaded relative-path v1.9.3
18042026-05-28T04:48:50.077Z Downloaded pathdiff v0.2.3
18052026-05-28T04:48:50.077Z Downloaded blake2b_simd v1.0.4
18062026-05-28T04:48:50.080Z Downloaded trybuild v1.0.116
18072026-05-28T04:48:50.083Z Downloaded event-listener-strategy v0.5.4
18082026-05-28T04:48:50.083Z Downloaded tinytemplate v1.2.1
18092026-05-28T04:48:50.087Z Downloaded async-object-pool v0.2.0
18102026-05-28T04:48:50.090Z Downloaded parking v2.2.1
18112026-05-28T04:48:50.090Z Downloaded futures-timer v3.0.3
18122026-05-28T04:48:50.093Z Downloaded rust-argon2 v2.1.0
18132026-05-28T04:48:50.093Z Downloaded httptest v0.16.4
18142026-05-28T04:48:50.097Z Downloaded linkme-impl v0.3.35
18152026-05-28T04:48:50.106Z Downloaded similar-asserts v1.7.0
18162026-05-28T04:48:50.109Z Downloaded supports-unicode v2.1.0
18172026-05-28T04:48:50.109Z Downloaded guppy-workspace-hack v0.1.0
18182026-05-28T04:48:50.109Z Downloaded approx v0.5.1
18192026-05-28T04:48:50.109Z Downloaded libtest-mimic v0.8.1
18202026-05-28T04:48:50.113Z Downloaded escape8259 v0.5.3
18212026-05-28T04:48:50.113Z Downloaded backtrace-ext v0.2.1
18222026-05-28T04:48:50.113Z Downloaded stringmetrics v2.2.2
18232026-05-28T04:48:50.119Z Downloaded owo-colors v3.5.0
18242026-05-28T04:48:50.129Z Downloaded path-tree v0.8.3
18252026-05-28T04:48:50.129Z Downloaded terminal_size v0.1.17
18262026-05-28T04:48:50.140Z Downloaded supports-hyperlinks v2.1.0
18272026-05-28T04:48:50.140Z Downloaded plotters-svg v0.3.7
18282026-05-28T04:48:50.140Z Downloaded nested v0.1.1
18292026-05-28T04:48:50.140Z Downloaded constant_time_eq v0.3.1
18302026-05-28T04:48:50.156Z Downloaded tokio-test v0.4.5
18312026-05-28T04:48:50.156Z Downloaded cast v0.3.0
18322026-05-28T04:48:50.156Z Downloaded miette-derive v5.10.0
18332026-05-28T04:48:50.164Z Downloaded criterion-plot v0.6.0
18342026-05-28T04:48:50.164Z Downloaded rand_distr v0.5.1
18352026-05-28T04:48:50.164Z Downloaded target-lexicon v0.13.3
18362026-05-28T04:48:50.170Z Downloaded target-spec v3.5.7
18372026-05-28T04:48:50.170Z Downloaded knuffel-derive v3.2.0
18382026-05-28T04:48:50.171Z Downloaded textwrap v0.15.2
18392026-05-28T04:48:50.174Z Downloaded anes v0.1.6
18402026-05-28T04:48:50.174Z Downloaded concurrent-queue v2.5.0
18412026-05-28T04:48:50.174Z Downloaded linkme v0.3.35
18422026-05-28T04:48:50.179Z Downloaded partial-io v0.5.4
18432026-05-28T04:48:50.187Z Downloaded cfg-expr v0.20.6
18442026-05-28T04:48:50.187Z Downloaded hickory-client v0.25.2
18452026-05-28T04:48:50.187Z Downloaded async-lock v3.4.2
18462026-05-28T04:48:50.192Z Downloaded event-listener v5.4.1
18472026-05-28T04:48:50.192Z Downloaded plotters v0.3.7
18482026-05-28T04:48:50.199Z Downloaded rstest v0.25.0
18492026-05-28T04:48:50.218Z Downloaded fancy-regex v0.14.0
18502026-05-28T04:48:50.218Z Downloaded rstest_macros v0.25.0
18512026-05-28T04:48:50.218Z Downloaded knuffel v3.2.0
18522026-05-28T04:48:50.218Z Downloaded chumsky v0.9.3
18532026-05-28T04:48:50.246Z Downloaded miette v5.10.0
18542026-05-28T04:48:50.246Z Downloaded backtrace v0.3.76
18552026-05-28T04:48:50.246Z Downloaded criterion v0.7.0
18562026-05-28T04:48:50.246Z Downloaded hashbrown v0.14.5
18572026-05-28T04:48:50.246Z Downloaded guppy v0.17.25
18582026-05-28T04:48:50.246Z Downloaded gimli v0.32.3
18592026-05-28T04:48:50.251Z Downloaded assert_cmd v2.1.2
18602026-05-28T04:48:50.336Z Downloaded httpmock v0.8.3
18612026-05-28T04:48:52.122Z Checking cfg-if v1.0.4
18622026-05-28T04:48:52.496Z Checking libc v0.2.185
18632026-05-28T04:48:52.499Z Checking serde_core v1.0.228
18642026-05-28T04:48:52.567Z Checking memchr v2.8.0
18652026-05-28T04:48:52.613Z Checking smallvec v1.15.1
18662026-05-28T04:48:52.649Z Checking itoa v1.0.17
18672026-05-28T04:48:52.688Z Checking log v0.4.29
18682026-05-28T04:48:52.745Z Checking libm v0.2.16
18692026-05-28T04:48:52.784Z Checking zeroize v1.8.2
18702026-05-28T04:48:52.818Z Checking scopeguard v1.2.0
18712026-05-28T04:48:52.856Z Checking stable_deref_trait v1.2.1
18722026-05-28T04:48:52.896Z Checking zmij v1.0.21
18732026-05-28T04:48:52.936Z Checking errno v0.3.14
18742026-05-28T04:48:52.972Z Checking getrandom v0.2.17
18752026-05-28T04:48:53.012Z Checking lock_api v0.4.14
18762026-05-28T04:48:53.044Z Checking zerofrom v0.1.6
18772026-05-28T04:48:53.099Z Checking percent-encoding v2.3.2
18782026-05-28T04:48:53.123Z Checking writeable v0.6.2
18792026-05-28T04:48:53.161Z Checking litemap v0.8.1
18802026-05-28T04:48:53.199Z Checking yoke v0.8.1
18812026-05-28T04:48:53.255Z Checking icu_properties_data v2.1.2
18822026-05-28T04:48:53.260Z Checking icu_normalizer_data v2.1.1
18832026-05-28T04:48:53.310Z Checking form_urlencoded v1.2.2
18842026-05-28T04:48:53.350Z Checking utf8_iter v1.0.4
18852026-05-28T04:48:53.395Z Checking subtle v2.6.1
18862026-05-28T04:48:53.427Z Checking zerovec v0.11.5
18872026-05-28T04:48:53.430Z Checking zerotrie v0.2.3
18882026-05-28T04:48:53.498Z Checking num-traits v0.2.19
18892026-05-28T04:48:53.539Z Checking rand_core v0.10.0
18902026-05-28T04:48:53.576Z Checking pin-project-lite v0.2.17
18912026-05-28T04:48:53.608Z Checking rand_core v0.6.4
18922026-05-28T04:48:53.652Z Checking zerocopy v0.8.40
18932026-05-28T04:48:53.696Z Checking parking_lot_core v0.9.12
18942026-05-28T04:48:53.734Z Checking getrandom v0.4.1
18952026-05-28T04:48:53.788Z Checking portable-atomic v1.13.1
18962026-05-28T04:48:53.830Z Checking signal-hook-registry v1.4.8
18972026-05-28T04:48:53.890Z Checking tinystr v0.8.2
18982026-05-28T04:48:53.927Z Checking potential_utf v0.1.4
18992026-05-28T04:48:53.930Z Checking parking_lot v0.12.5
19002026-05-28T04:48:54.025Z Checking critical-section v1.2.0
19012026-05-28T04:48:54.067Z Checking serde v1.0.228
19022026-05-28T04:48:54.067Z Checking serde_json v1.0.149
19032026-05-28T04:48:54.144Z Checking bitflags v2.11.0
19042026-05-28T04:48:54.150Z Checking icu_locale_core v2.1.1
19052026-05-28T04:48:54.208Z Checking icu_collections v2.1.1
19062026-05-28T04:48:54.249Z Checking mio v1.2.0
19072026-05-28T04:48:54.255Z Checking once_cell v1.21.3
19082026-05-28T04:48:54.341Z Checking typenum v1.19.0
19092026-05-28T04:48:54.478Z Checking socket2 v0.6.3
19102026-05-28T04:48:54.537Z Checking bytes v1.11.1
19112026-05-28T04:48:54.557Z Checking iana-time-zone v0.1.65
19122026-05-28T04:48:54.608Z Checking uuid v1.23.0
19132026-05-28T04:48:54.695Z Checking chrono v0.4.44
19142026-05-28T04:48:54.740Z Checking icu_provider v2.1.1
19152026-05-28T04:48:54.791Z Checking semver v1.0.28
19162026-05-28T04:48:54.830Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-05-28T04:48:54.896Z Checking generic-array v0.14.7
19182026-05-28T04:48:54.947Z Checking thiserror v2.0.18
19192026-05-28T04:48:54.985Z Checking tokio v1.52.1
19202026-05-28T04:48:55.024Z Checking icu_normalizer v2.1.1
19212026-05-28T04:48:55.065Z Checking icu_properties v2.1.2
19222026-05-28T04:48:55.104Z Checking futures-core v0.3.32
19232026-05-28T04:48:55.184Z Checking dyn-clone v1.0.20
19242026-05-28T04:48:55.263Z Checking equivalent v1.0.2
19252026-05-28T04:48:55.329Z Checking const-oid v0.9.6
19262026-05-28T04:48:55.366Z Checking futures-sink v0.3.32
19272026-05-28T04:48:55.411Z Checking rustix v1.1.3
19282026-05-28T04:48:55.420Z Checking crypto-common v0.1.7
19292026-05-28T04:48:55.496Z Checking block-buffer v0.10.4
19302026-05-28T04:48:55.588Z Checking byteorder v1.5.0
19312026-05-28T04:48:55.626Z Checking futures-channel v0.3.32
19322026-05-28T04:48:55.674Z Checking futures-task v0.3.32
19332026-05-28T04:48:55.828Z Checking slab v0.4.12
19342026-05-28T04:48:55.859Z Checking futures-io v0.3.32
19352026-05-28T04:48:55.867Z Checking thiserror v1.0.69
19362026-05-28T04:48:55.928Z Checking idna_adapter v1.2.1
19372026-05-28T04:48:56.007Z Checking cpufeatures v0.2.17
19382026-05-28T04:48:56.071Z Checking futures-util v0.3.32
19392026-05-28T04:48:56.078Z Checking digest v0.10.7
19402026-05-28T04:48:56.078Z Checking idna v1.1.0
19412026-05-28T04:48:56.109Z Checking hashbrown v0.17.0
19422026-05-28T04:48:56.179Z Checking getrandom v0.3.4
19432026-05-28T04:48:56.243Z Checking fnv v1.0.7
19442026-05-28T04:48:56.313Z Checking regex-syntax v0.8.10
19452026-05-28T04:48:56.352Z Checking base64 v0.22.1
19462026-05-28T04:48:56.391Z Checking http v1.4.0
19472026-05-28T04:48:56.396Z Checking url v2.5.8
19482026-05-28T04:48:56.461Z Checking ppv-lite86 v0.2.21
19492026-05-28T04:48:56.630Z Checking tracing-core v0.1.36
19502026-05-28T04:48:56.665Z Checking indexmap v2.14.0
19512026-05-28T04:48:56.779Z Checking utf8parse v0.2.2
19522026-05-28T04:48:56.897Z Checking schemars v0.8.22
19532026-05-28T04:48:56.926Z Checking anstyle v1.0.14
19542026-05-28T04:48:56.965Z Checking tracing v0.1.44
19552026-05-28T04:48:57.002Z Checking ipnet v2.11.0
19562026-05-28T04:48:57.146Z Checking colorchoice v1.0.4
19572026-05-28T04:48:57.200Z Checking is_terminal_polyfill v1.70.2
19582026-05-28T04:48:57.263Z Checking anstyle-query v1.1.5
19592026-05-28T04:48:57.299Z Checking unicode-ident v1.0.24
19602026-05-28T04:48:57.308Z Checking base64ct v1.8.3
19612026-05-28T04:48:57.371Z Checking block-padding v0.3.3
19622026-05-28T04:48:57.405Z Checking untrusted v0.9.0
19632026-05-28T04:48:57.450Z Checking proc-macro2 v1.0.106
19642026-05-28T04:48:57.533Z Checking inout v0.1.4
19652026-05-28T04:48:57.572Z Checking ring v0.17.14
19662026-05-28T04:48:57.578Z Checking aho-corasick v1.1.4
19672026-05-28T04:48:57.642Z Checking anstyle-parse v1.0.0
19682026-05-28T04:48:57.646Z Checking terminal_size v0.4.3
19692026-05-28T04:48:57.714Z Checking cipher v0.4.4
19702026-05-28T04:48:57.780Z Checking quote v1.0.45
19712026-05-28T04:48:57.823Z Checking crossbeam-utils v0.8.21
19722026-05-28T04:48:57.860Z Checking anstream v1.0.0
19732026-05-28T04:48:57.935Z Checking rustls-pki-types v1.14.0
19742026-05-28T04:48:57.975Z Checking httparse v1.10.1
19752026-05-28T04:48:58.012Z Checking syn v2.0.117
19762026-05-28T04:48:58.083Z Checking clap_lex v1.0.0
19772026-05-28T04:48:58.171Z Checking tokio-util v0.7.18
19782026-05-28T04:48:58.208Z Checking strsim v0.11.1
19792026-05-28T04:48:58.258Z Checking pem-rfc7468 v0.7.0
19802026-05-28T04:48:58.289Z Checking sha2 v0.10.9
19812026-05-28T04:48:58.293Z Checking allocator-api2 v0.2.21
19822026-05-28T04:48:58.360Z Checking regex-automata v0.4.14
19832026-05-28T04:48:58.401Z Checking clap_builder v4.6.0
19842026-05-28T04:48:58.442Z Checking rand_core v0.9.5
19852026-05-28T04:48:58.614Z Checking hmac v0.12.1
19862026-05-28T04:48:58.617Z Checking powerfmt v0.2.0
19872026-05-28T04:48:58.685Z Checking http-body v1.0.1
19882026-05-28T04:48:58.688Z Checking num-conv v0.2.0
19892026-05-28T04:48:58.780Z Checking atomic-waker v1.1.2
19902026-05-28T04:48:58.836Z Checking deranged v0.5.8
19912026-05-28T04:48:58.839Z Checking flagset v0.4.7
19922026-05-28T04:48:58.905Z Checking num_threads v0.1.7
19932026-05-28T04:48:58.910Z Checking time-core v0.1.8
19942026-05-28T04:48:58.910Z Checking httpdate v1.0.3
19952026-05-28T04:48:59.028Z Checking der v0.7.10
19962026-05-28T04:48:59.036Z Checking try-lock v0.2.5
19972026-05-28T04:48:59.122Z Checking h2 v0.4.13
19982026-05-28T04:48:59.161Z Checking rand_chacha v0.9.0
19992026-05-28T04:48:59.199Z Checking want v0.3.1
20002026-05-28T04:48:59.352Z Checking anyhow v1.0.102
20012026-05-28T04:48:59.391Z Checking ryu v1.0.23
20022026-05-28T04:48:59.562Z Checking tower-layer v0.3.3
20032026-05-28T04:48:59.609Z Checking tower-service v0.3.3
20042026-05-28T04:48:59.651Z Checking clap v4.6.1
20052026-05-28T04:48:59.720Z Checking pin-utils v0.1.0
20062026-05-28T04:48:59.761Z Checking rand v0.9.2
20072026-05-28T04:48:59.794Z Checking erased-serde v0.3.31
20082026-05-28T04:48:59.796Z Checking time v0.3.47
20092026-05-28T04:48:59.796Z Checking spin v0.9.8
20102026-05-28T04:48:59.897Z Checking socket2 v0.5.10
20112026-05-28T04:49:00.045Z Checking mime v0.3.17
20122026-05-28T04:49:00.169Z Checking fastrand v2.3.0
20132026-05-28T04:49:00.172Z Checking spki v0.7.3
20142026-05-28T04:49:00.240Z Checking slog v2.8.2
20152026-05-28T04:49:00.277Z Checking http-body-util v0.1.3
20162026-05-28T04:49:00.280Z Checking pbkdf2 v0.12.2
20172026-05-28T04:49:00.347Z Checking aes v0.8.4
20182026-05-28T04:49:00.382Z Checking aws-lc-sys v0.40.0
20192026-05-28T04:49:00.419Z Checking untrusted v0.7.1
20202026-05-28T04:49:00.456Z Checking cbc v0.1.2
20212026-05-28T04:49:00.531Z Checking salsa20 v0.10.2
20222026-05-28T04:49:00.537Z Checking rand_chacha v0.3.1
20232026-05-28T04:49:00.603Z Checking hex v0.4.3
20242026-05-28T04:49:00.635Z Checking pretty-hex v0.4.1
20252026-05-28T04:49:00.724Z Checking simd-adler32 v0.3.8
20262026-05-28T04:49:00.788Z Checking openssl-probe v0.2.1
20272026-05-28T04:49:00.791Z Checking scrypt v0.11.0
20282026-05-28T04:49:00.861Z Checking rand v0.8.6
20292026-05-28T04:49:00.865Z Checking tempfile v3.25.0
20302026-05-28T04:49:00.936Z Checking regex v1.12.3
20312026-05-28T04:49:00.939Z Checking aws-lc-rs v1.16.3
20322026-05-28T04:49:01.016Z Checking serde_urlencoded v0.7.1
20332026-05-28T04:49:01.019Z Checking encoding_rs v0.8.35
20342026-05-28T04:49:01.019Z Checking plain v0.2.3
20352026-05-28T04:49:01.123Z Checking adler2 v2.0.1
20362026-05-28T04:49:01.218Z Checking pkcs5 v0.7.1
20372026-05-28T04:49:01.261Z Checking ipnetwork v0.21.1
20382026-05-28T04:49:01.264Z Checking ucd-trie v0.1.7
20392026-05-28T04:49:01.326Z Checking miniz_oxide v0.8.9
20402026-05-28T04:49:01.401Z Checking camino v1.2.2
20412026-05-28T04:49:01.456Z Checking pest v2.8.6
20422026-05-28T04:49:01.508Z Checking pkcs8 v0.10.2
20432026-05-28T04:49:01.514Z Checking rustls-native-certs v0.8.3
20442026-05-28T04:49:01.688Z Checking sync_wrapper v1.0.2
20452026-05-28T04:49:01.724Z Checking foldhash v0.2.0
20462026-05-28T04:49:01.728Z Checking webpki-roots v1.0.6
20472026-05-28T04:49:01.728Z Checking futures-executor v0.3.32
20482026-05-28T04:49:01.829Z Checking tower v0.5.3
20492026-05-28T04:49:01.835Z Checking hyper v1.8.1
20502026-05-28T04:49:01.835Z Checking rustls-webpki v0.103.9
20512026-05-28T04:49:01.933Z Checking either v1.15.0
20522026-05-28T04:49:01.936Z Checking hashbrown v0.16.1
20532026-05-28T04:49:02.008Z Checking iri-string v0.7.10
20542026-05-28T04:49:02.038Z Checking futures v0.3.32
20552026-05-28T04:49:02.147Z Checking crc32fast v1.5.0
20562026-05-28T04:49:02.152Z Checking openapiv3 v2.2.0
20572026-05-28T04:49:02.238Z Checking static_assertions v1.1.0
20582026-05-28T04:49:02.326Z Checking lazy_static v1.5.0
20592026-05-28T04:49:02.361Z Checking signature v2.2.0
20602026-05-28T04:49:02.364Z Checking rustls v0.23.37
20612026-05-28T04:49:02.445Z Checking strum v0.26.3
20622026-05-28T04:49:02.490Z Checking oxnet v0.1.5
20632026-05-28T04:49:02.528Z Checking hubpack v0.1.2
20642026-05-28T04:49:02.564Z Checking zlib-rs v0.6.2
20652026-05-28T04:49:02.600Z Checking winnow v0.7.14
20662026-05-28T04:49:02.721Z Checking tinyvec_macros v0.1.1
20672026-05-28T04:49:02.759Z Checking sha1 v0.10.6
20682026-05-28T04:49:02.797Z Checking hyper-util v0.1.20
20692026-05-28T04:49:02.833Z Checking tinyvec v1.10.0
20702026-05-28T04:49:02.953Z Checking num-integer v0.1.46
20712026-05-28T04:49:03.039Z Checking tower-http v0.6.8
20722026-05-28T04:49:03.165Z Checking scroll v0.13.0
20732026-05-28T04:49:03.209Z Checking psl-types v2.0.11
20742026-05-28T04:49:03.357Z Checking data-encoding v2.10.0
20752026-05-28T04:49:03.399Z Checking publicsuffix v2.3.0
20762026-05-28T04:49:03.440Z Checking goblin v0.10.5
20772026-05-28T04:49:03.490Z Checking flate2 v1.1.9
20782026-05-28T04:49:03.520Z Checking cookie v0.18.1
20792026-05-28T04:49:03.586Z Checking serde_spanned v0.6.9
20802026-05-28T04:49:03.660Z Checking toml_datetime v0.6.11
20812026-05-28T04:49:03.744Z Checking memmap2 v0.9.10
20822026-05-28T04:49:03.783Z Checking base16ct v0.2.0
20832026-05-28T04:49:03.822Z Checking bit-vec v0.8.0
20842026-05-28T04:49:03.825Z Checking cookie_store v0.22.1
20852026-05-28T04:49:03.894Z Checking dtrace-parser v0.3.0
20862026-05-28T04:49:03.937Z Checking ff v0.13.1
20872026-05-28T04:49:03.941Z Checking sec1 v0.7.3
20882026-05-28T04:49:04.073Z Checking wait-timeout v0.2.1
20892026-05-28T04:49:04.111Z Checking bit-set v0.8.0
20902026-05-28T04:49:04.113Z Checking thread-id v5.1.0
20912026-05-28T04:49:04.181Z Checking group v0.13.0
20922026-05-28T04:49:04.184Z Checking num-iter v0.1.45
20932026-05-28T04:49:04.252Z Checking bstr v1.12.1
20942026-05-28T04:49:04.255Z Checking hkdf v0.12.4
20952026-05-28T04:49:04.255Z Checking crossbeam-epoch v0.9.18
20962026-05-28T04:49:04.321Z Checking anstyle-parse v0.2.7
20972026-05-28T04:49:04.356Z Checking ahash v0.8.12
20982026-05-28T04:49:04.393Z Checking crypto-bigint v0.5.5
20992026-05-28T04:49:04.461Z Checking quick-error v1.2.3
21002026-05-28T04:49:04.538Z Checking foreign-types-shared v0.1.1
21012026-05-28T04:49:04.575Z Checking anstream v0.6.21
21022026-05-28T04:49:04.611Z Checking rusty-fork v0.3.1
21032026-05-28T04:49:04.647Z Checking rand_xorshift v0.4.0
21042026-05-28T04:49:04.683Z Checking foreign-types v0.3.2
21052026-05-28T04:49:04.686Z Checking scroll v0.12.0
21062026-05-28T04:49:04.771Z Checking tokio-rustls v0.26.4
21072026-05-28T04:49:04.809Z Checking rustls-platform-verifier v0.6.2
21082026-05-28T04:49:04.812Z Checking openssl-sys v0.9.115
21092026-05-28T04:49:04.812Z Checking unarray v0.1.4
21102026-05-28T04:49:04.812Z Checking num-bigint-dig v0.8.6
21112026-05-28T04:49:04.969Z Checking goblin v0.8.2
21122026-05-28T04:49:05.009Z Checking proptest v1.10.0
21132026-05-28T04:49:05.012Z Checking pkcs1 v0.7.5
21142026-05-28T04:49:05.076Z Checking hyper-rustls v0.27.7
21152026-05-28T04:49:05.288Z Checking x509-cert v0.2.5
21162026-05-28T04:49:05.328Z Checking reqwest v0.13.2
21172026-05-28T04:49:05.331Z Checking openssl v0.10.79
21182026-05-28T04:49:05.398Z Checking elliptic-curve v0.13.8
21192026-05-28T04:49:05.730Z Checking zerocopy v0.7.35
21202026-05-28T04:49:05.763Z Checking dof v0.4.0
21212026-05-28T04:49:05.766Z Checking unicode-segmentation v1.12.0
21222026-05-28T04:49:05.960Z Checking rsa v0.9.10
21232026-05-28T04:49:06.140Z Checking dtrace-parser v0.2.0
21242026-05-28T04:49:06.215Z Checking rfc6979 v0.4.0
21252026-05-28T04:49:06.253Z Checking memoffset v0.9.1
21262026-05-28T04:49:06.364Z Checking thread-id v4.2.2
21272026-05-28T04:49:06.368Z Checking ecdsa v0.16.9
21282026-05-28T04:49:06.436Z Checking usdt-impl v0.6.0
21292026-05-28T04:49:06.439Z Checking curve25519-dalek v4.1.3
21302026-05-28T04:49:06.507Z Checking rustix v0.38.44
21312026-05-28T04:49:06.511Z Checking env_filter v1.0.0
21322026-05-28T04:49:06.693Z Checking same-file v1.0.6
21332026-05-28T04:49:06.747Z Checking usdt v0.6.0
21342026-05-28T04:49:06.784Z Checking toml_write v0.1.2
21352026-05-28T04:49:06.787Z Checking newtype-uuid v1.3.2
21362026-05-28T04:49:06.855Z Checking keccak v0.1.6
21372026-05-28T04:49:06.891Z Checking dof v0.3.0
21382026-05-28T04:49:06.943Z Checking walkdir v2.5.0
21392026-05-28T04:49:06.983Z Checking toml_edit v0.22.27
21402026-05-28T04:49:07.048Z Checking daft v0.1.7
21412026-05-28T04:49:07.052Z Checking sha3 v0.10.8
21422026-05-28T04:49:07.139Z Checking env_logger v0.11.9
21432026-05-28T04:49:07.203Z Checking usdt-impl v0.5.0
21442026-05-28T04:49:07.263Z Checking ed25519 v2.2.3
21452026-05-28T04:49:07.316Z Checking serde_with v3.17.0
21462026-05-28T04:49:07.354Z Checking siphasher v1.0.2
21472026-05-28T04:49:07.391Z Checking bitflags v1.3.2
21482026-05-28T04:49:07.394Z Checking nix v0.31.2
21492026-05-28T04:49:07.461Z Checking native-tls v0.2.18
21502026-05-28T04:49:07.497Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-05-28T04:49:07.500Z Checking ed25519-dalek v2.2.0
21522026-05-28T04:49:07.569Z Checking unicode-normalization v0.1.25
21532026-05-28T04:49:07.572Z Checking signal-hook v0.3.18
21542026-05-28T04:49:07.669Z Checking tokio-native-tls v0.3.1
21552026-05-28T04:49:07.792Z Checking winnow v0.5.40
21562026-05-28T04:49:07.830Z Checking managed v0.8.0
21572026-05-28T04:49:07.868Z Checking bzip2-sys v0.1.13+1.0.8
21582026-05-28T04:49:07.872Z Checking hyper-tls v0.6.0
21592026-05-28T04:49:07.987Z Checking object v0.37.3
21602026-05-28T04:49:08.049Z Checking foldhash v0.1.5
21612026-05-28T04:49:08.060Z Checking bzip2 v0.4.4
21622026-05-28T04:49:08.109Z Checking reqwest v0.12.28
21632026-05-28T04:49:08.144Z Checking signal-hook-mio v0.2.5
21642026-05-28T04:49:08.187Z Checking hashbrown v0.15.5
21652026-05-28T04:49:08.264Z Checking globset v0.4.18
21662026-05-28T04:49:08.302Z Checking ref-cast v1.0.25
21672026-05-28T04:49:08.433Z Checking zstd-sys v2.0.16+zstd.1.5.7
21682026-05-28T04:49:08.525Z Checking zip v0.6.6
21692026-05-28T04:49:08.562Z Checking pin-project v1.1.11
21702026-05-28T04:49:08.597Z Checking zstd-safe v7.2.4
21712026-05-28T04:49:08.688Z Checking libbz2-rs-sys v0.2.2
21722026-05-28T04:49:08.726Z Checking bumpalo v3.20.2
21732026-05-28T04:49:08.766Z Checking crossterm v0.28.1
21742026-05-28T04:49:08.803Z Checking zstd v0.13.3
21752026-05-28T04:49:08.886Z Checking similar v2.7.0
21762026-05-28T04:49:08.954Z Checking zopfli v0.8.3
21772026-05-28T04:49:08.996Z Checking toml_edit v0.19.15
21782026-05-28T04:49:09.030Z Checking tokio-stream v0.1.18
21792026-05-28T04:49:09.030Z Checking fs-err v3.3.0
21802026-05-28T04:49:09.114Z Checking bzip2 v0.6.1
21812026-05-28T04:49:09.290Z Checking pem v3.0.6
21822026-05-28T04:49:09.329Z Checking hash32 v0.2.1
21832026-05-28T04:49:09.336Z Checking serde-big-array v0.5.1
21842026-05-28T04:49:09.397Z Checking unicode-properties v0.1.4
21852026-05-28T04:49:09.440Z Checking predicates-core v1.0.10
21862026-05-28T04:49:09.480Z Checking jiff v0.2.21
21872026-05-28T04:49:09.520Z Checking unicode-bidi v0.3.18
21882026-05-28T04:49:09.523Z Checking heapless v0.7.17
21892026-05-28T04:49:09.523Z Checking snafu v0.8.9
21902026-05-28T04:49:09.626Z Checking olpc-cjson v0.1.4
21912026-05-28T04:49:09.638Z Checking hickory-proto v0.25.2
21922026-05-28T04:49:09.800Z Checking md-5 v0.10.6
21932026-05-28T04:49:09.844Z Checking stringprep v0.1.5
21942026-05-28T04:49:09.881Z Checking serde_plain v1.0.2
21952026-05-28T04:49:09.959Z Checking float-cmp v0.10.0
21962026-05-28T04:49:09.999Z Checking fallible-iterator v0.2.0
21972026-05-28T04:49:10.032Z Checking difflib v0.4.0
21982026-05-28T04:49:10.068Z Checking toml v0.7.8
21992026-05-28T04:49:10.071Z Checking typed-path v0.9.3
22002026-05-28T04:49:10.139Z Checking normalize-line-endings v0.3.0
22012026-05-28T04:49:10.236Z Checking smoltcp v0.9.1
22022026-05-28T04:49:10.275Z Checking predicates v3.1.4
22032026-05-28T04:49:10.308Z Checking postgres-protocol v0.6.10
22042026-05-28T04:49:10.344Z Checking iddqd v0.4.2
22052026-05-28T04:49:10.413Z Checking phf_shared v0.11.3
22062026-05-28T04:49:10.591Z Checking phf_shared v0.13.1
22072026-05-28T04:49:10.629Z Checking buf-list v1.1.2
22082026-05-28T04:49:10.666Z Checking strum v0.27.2
22092026-05-28T04:49:10.811Z Checking lalrpop-util v0.19.12
22102026-05-28T04:49:10.850Z Checking new_debug_unreachable v1.0.6
22112026-05-28T04:49:10.852Z Checking fixedbitset v0.5.7
22122026-05-28T04:49:10.852Z Checking precomputed-hash v0.1.1
22132026-05-28T04:49:10.952Z Checking fixedbitset v0.4.2
22142026-05-28T04:49:10.955Z Checking tough v0.22.0
22152026-05-28T04:49:11.023Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-05-28T04:49:11.058Z Checking string_cache v0.8.9
22172026-05-28T04:49:11.108Z Checking petgraph v0.8.3
22182026-05-28T04:49:11.146Z Checking petgraph v0.6.5
22192026-05-28T04:49:11.254Z Checking phf v0.13.1
22202026-05-28T04:49:11.297Z Checking postgres-types v0.2.12
22212026-05-28T04:49:11.445Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-05-28T04:49:11.645Z Checking whoami v2.1.0
22232026-05-28T04:49:11.741Z Checking zip v4.6.1
22242026-05-28T04:49:11.778Z Checking peg-runtime v0.8.5
22252026-05-28T04:49:11.872Z Checking tokio-postgres v0.7.16
22262026-05-28T04:49:12.073Z Checking is-terminal v0.4.17
22272026-05-28T04:49:12.202Z Checking crossbeam-channel v0.5.15
22282026-05-28T04:49:12.347Z Compiling structmeta-derive v0.3.0
22292026-05-28T04:49:12.422Z Compiling newtype-uuid-macros v0.1.0
22302026-05-28T04:49:12.461Z Checking thread_local v1.1.9
22312026-05-28T04:49:12.568Z Checking take_mut v0.2.2
22322026-05-28T04:49:12.669Z Checking term v1.2.1
22332026-05-28T04:49:12.707Z Checking slog-async v2.8.0
22342026-05-28T04:49:12.747Z Compiling rustls v0.22.4
22352026-05-28T04:49:12.915Z Checking slog-term v2.9.2
22362026-05-28T04:49:12.918Z Compiling multer v3.1.0
22372026-05-28T04:49:13.023Z Compiling async-stream-impl v0.3.6
22382026-05-28T04:49:13.069Z Compiling dropshot v0.17.0
22392026-05-28T04:49:13.156Z Compiling dropshot_endpoint v0.17.0
22402026-05-28T04:49:13.228Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22412026-05-28T04:49:13.231Z Checking match_cfg v0.1.0
22422026-05-28T04:49:13.300Z Checking slog-json v2.6.1
22432026-05-28T04:49:13.370Z Checking hostname v0.3.1
22442026-05-28T04:49:13.439Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452026-05-28T04:49:13.474Z Compiling structmeta v0.3.0
22462026-05-28T04:49:13.513Z Checking debug-ignore v1.0.5
22472026-05-28T04:49:13.515Z Checking slog-bunyan v2.5.0
22482026-05-28T04:49:13.587Z Checking rustls-webpki v0.102.8
22492026-05-28T04:49:13.648Z Checking toml_datetime v1.0.0+spec-1.1.0
22502026-05-28T04:49:13.685Z Checking serde_path_to_error v0.1.20
22512026-05-28T04:49:13.721Z Checking serde_spanned v1.0.4
22522026-05-28T04:49:13.757Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-05-28T04:49:13.759Z Compiling derive-ex v0.1.8
22542026-05-28T04:49:13.852Z Checking compression-core v0.4.31
22552026-05-28T04:49:13.890Z Checking async-stream v0.3.6
22562026-05-28T04:49:13.964Z Checking toml v1.0.6+spec-1.1.0
22572026-05-28T04:49:14.002Z Checking waitgroup v0.1.2
22582026-05-28T04:49:14.076Z Checking compression-codecs v0.4.37
22592026-05-28T04:49:14.079Z Checking rustls-pemfile v2.2.0
22602026-05-28T04:49:14.145Z Checking hostname v0.4.2
22612026-05-28T04:49:14.180Z Checking progenitor-client v0.14.0
22622026-05-28T04:49:14.272Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-05-28T04:49:14.275Z Checking async-compression v0.4.41
22642026-05-28T04:49:14.343Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-28T04:49:14.415Z Compiling parse-display-derive v0.10.0
22662026-05-28T04:49:14.453Z Checking regress v0.10.5
22672026-05-28T04:49:14.529Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-05-28T04:49:14.570Z Checking itertools v0.14.0
22692026-05-28T04:49:14.607Z Checking macaddr v1.0.1
22702026-05-28T04:49:14.814Z Checking progenitor-client v0.13.0
22712026-05-28T04:49:14.950Z Checking instant v0.1.13
22722026-05-28T04:49:14.987Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22732026-05-28T04:49:15.071Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22742026-05-28T04:49:15.110Z Checking backoff v0.4.0
22752026-05-28T04:49:15.254Z Checking backon v1.6.0
22762026-05-28T04:49:15.318Z Checking humantime v2.3.0
22772026-05-28T04:49:15.456Z Checking progenitor-extras v0.2.0
22782026-05-28T04:49:15.513Z Compiling test-strategy v0.4.5
22792026-05-28T04:49:15.516Z Checking tokio-rustls v0.25.0
22802026-05-28T04:49:15.586Z Checking unicode-width v0.2.0
22812026-05-28T04:49:15.589Z Compiling convert_case v0.4.0
22822026-05-28T04:49:15.657Z Checking heck v0.5.0
22832026-05-28T04:49:15.709Z Checking half v2.7.1
22842026-05-28T04:49:15.813Z Checking ciborium-io v0.2.2
22852026-05-28T04:49:15.864Z Checking secrecy v0.10.3
22862026-05-28T04:49:15.901Z Checking indent_write v2.2.0
22872026-05-28T04:49:15.938Z Checking universal-hash v0.5.1
22882026-05-28T04:49:16.003Z Checking ciborium-ll v0.2.2
22892026-05-28T04:49:16.041Z Compiling derive_more v0.99.20
22902026-05-28T04:49:16.043Z Checking opaque-debug v0.3.1
22912026-05-28T04:49:16.110Z Checking camino-tempfile v1.4.1
22922026-05-28T04:49:16.113Z Compiling regress v0.11.1
22932026-05-28T04:49:16.179Z Checking parse-display v0.10.0
22942026-05-28T04:49:16.182Z Compiling crucible-workspace-hack v0.1.0
22952026-05-28T04:49:16.248Z Checking ciborium v0.2.2
22962026-05-28T04:49:16.294Z Checking aead v0.5.2
22972026-05-28T04:49:16.356Z Checking poly1305 v0.8.0
22982026-05-28T04:49:16.466Z Checking chacha20 v0.9.1
22992026-05-28T04:49:16.570Z Compiling unsafe-libyaml v0.2.11
23002026-05-28T04:49:16.690Z Compiling thiserror-impl-no-std v2.0.2
23012026-05-28T04:49:16.726Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23022026-05-28T04:49:17.034Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-28T04:49:17.157Z Compiling serde_yaml v0.9.34+deprecated
23042026-05-28T04:49:17.335Z Checking byte-wrapper v0.1.0
23052026-05-28T04:49:17.449Z Checking password-hash v0.5.0
23062026-05-28T04:49:17.578Z Checking blake2 v0.10.6
23072026-05-28T04:49:17.709Z Compiling typify-impl v0.6.2
23082026-05-28T04:49:17.748Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23092026-05-28T04:49:17.845Z Checking argon2 v0.5.3
23102026-05-28T04:49:17.907Z Checking thiserror-no-std v2.0.2
23112026-05-28T04:49:18.030Z Checking vsss-rs v3.3.4
23122026-05-28T04:49:18.230Z Checking chacha20poly1305 v0.10.1
23132026-05-28T04:49:18.393Z Checking swrite v0.1.0
23142026-05-28T04:49:18.519Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-05-28T04:49:18.683Z Checking crossbeam-deque v0.8.6
23162026-05-28T04:49:18.880Z Compiling rayon-core v1.13.0
23172026-05-28T04:49:18.918Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23182026-05-28T04:49:19.149Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23192026-05-28T04:49:19.237Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23202026-05-28T04:49:19.280Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-05-28T04:49:19.419Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23222026-05-28T04:49:19.490Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23232026-05-28T04:49:19.747Z Checking toml v0.8.23
23242026-05-28T04:49:19.809Z Compiling proc-macro-error v1.0.4
23252026-05-28T04:49:19.949Z Checking rayon v1.11.0
23262026-05-28T04:49:20.019Z Compiling toml_datetime v0.7.5+spec-1.1.0
23272026-05-28T04:49:20.103Z Checking glob v0.3.3
23282026-05-28T04:49:20.152Z Compiling heapless v0.8.0
23292026-05-28T04:49:20.303Z Compiling toml_edit v0.23.10+spec-1.0.0
23302026-05-28T04:49:20.340Z Compiling ingot-macros v0.1.1
23312026-05-28T04:49:20.424Z Checking tabwriter v1.4.1
23322026-05-28T04:49:20.606Z Checking hash32 v0.3.1
23332026-05-28T04:49:20.669Z Checking unicode-width v0.1.14
23342026-05-28T04:49:20.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-05-28T04:49:20.893Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23362026-05-28T04:49:20.955Z Compiling proc-macro-crate v3.4.0
23372026-05-28T04:49:21.008Z Compiling smoltcp v0.11.0
23382026-05-28T04:49:21.372Z Checking cobs v0.3.0
23392026-05-28T04:49:21.451Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23402026-05-28T04:49:21.497Z Compiling proc-macro-crate v1.3.1
23412026-05-28T04:49:21.569Z Compiling num_enum_derive v0.7.6
23422026-05-28T04:49:21.571Z Checking postcard v1.1.3
23432026-05-28T04:49:21.707Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-28T04:49:21.926Z Compiling usdt-macro v0.5.0
23452026-05-28T04:49:21.960Z Compiling usdt-attr-macro v0.5.0
23462026-05-28T04:49:21.963Z Checking memmap v0.7.0
23472026-05-28T04:49:22.066Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-05-28T04:49:22.127Z Checking sigpipe v0.1.3
23492026-05-28T04:49:22.241Z Compiling foreign-types-macros v0.2.3
23502026-05-28T04:49:22.344Z Compiling typify-macro v0.6.2
23512026-05-28T04:49:22.640Z Checking num_enum v0.7.6
23522026-05-28T04:49:22.679Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23532026-05-28T04:49:22.752Z Checking colored v3.1.1
23542026-05-28T04:49:22.791Z Checking foreign-types-shared v0.3.1
23552026-05-28T04:49:22.825Z Checking cpufeatures v0.3.0
23562026-05-28T04:49:22.861Z Checking usdt v0.5.0
23572026-05-28T04:49:22.936Z Checking foreign-types v0.5.0
23582026-05-28T04:49:22.939Z Checking chacha20 v0.10.0
23592026-05-28T04:49:23.006Z Compiling num_enum_derive v0.5.11
23602026-05-28T04:49:23.076Z Checking cstr-argument v0.1.2
23612026-05-28T04:49:23.164Z Checking ingot-types v0.1.2
23622026-05-28T04:49:23.200Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-05-28T04:49:23.236Z Compiling num-derive v0.4.2
23642026-05-28T04:49:23.330Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23652026-05-28T04:49:23.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23662026-05-28T04:49:23.616Z Checking ingot v0.1.1
23672026-05-28T04:49:23.661Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-05-28T04:49:23.701Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-05-28T04:49:23.811Z Checking rand v0.10.1
23702026-05-28T04:49:23.846Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23712026-05-28T04:49:23.881Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-05-28T04:49:24.048Z Checking itertools v0.12.1
23732026-05-28T04:49:24.089Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23742026-05-28T04:49:24.125Z Checking num_enum v0.5.11
23752026-05-28T04:49:24.161Z Compiling typify v0.6.2
23762026-05-28T04:49:24.295Z Checking winnow v1.0.3
23772026-05-28T04:49:24.330Z Compiling progenitor-impl v0.14.0
23782026-05-28T04:49:24.366Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792026-05-28T04:49:24.500Z Compiling zone_cfg_derive v0.3.1
23802026-05-28T04:49:24.753Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23812026-05-28T04:49:25.028Z Checking smf v0.2.3
23822026-05-28T04:49:25.111Z Checking whoami v1.6.1
23832026-05-28T04:49:25.176Z Checking zone v0.3.1
23842026-05-28T04:49:25.291Z Checking tokio-dtrace v0.1.1
23852026-05-28T04:49:25.328Z Compiling derive-where v1.6.0
23862026-05-28T04:49:25.331Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23872026-05-28T04:49:25.398Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-28T04:49:25.503Z Checking oxide-tokio-rt v0.1.4
23892026-05-28T04:49:25.549Z Checking console v0.15.11
23902026-05-28T04:49:25.586Z Checking atomicwrites v0.4.4
23912026-05-28T04:49:25.703Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23922026-05-28T04:49:25.745Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23932026-05-28T04:49:25.856Z Checking newline-converter v0.3.0
23942026-05-28T04:49:25.911Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23952026-05-28T04:49:26.005Z Checking expectorate v1.2.0
23962026-05-28T04:49:26.049Z Checking num-rational v0.4.2
23972026-05-28T04:49:26.086Z Checking num-complex v0.4.6
23982026-05-28T04:49:26.121Z Checking float-ord v0.3.2
23992026-05-28T04:49:26.194Z Checking itertools v0.13.0
24002026-05-28T04:49:26.253Z Compiling owo-colors v4.3.0
24012026-05-28T04:49:26.353Z Checking bytecount v0.6.9
24022026-05-28T04:49:26.451Z Checking num v0.4.3
24032026-05-28T04:49:26.491Z Compiling cancel-safe-futures v0.1.5
24042026-05-28T04:49:26.527Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24052026-05-28T04:49:26.561Z Checking libsw-core v0.3.2
24062026-05-28T04:49:26.674Z Compiling prettyplease v0.2.37
24072026-05-28T04:49:26.744Z Checking libsw v3.5.0
24082026-05-28T04:49:26.943Z Checking linear-map v1.2.0
24092026-05-28T04:49:26.978Z Compiling progenitor-macro v0.14.0
24102026-05-28T04:49:27.088Z Checking gethostname v0.5.0
24112026-05-28T04:49:27.140Z Compiling progenitor-impl v0.13.0
24122026-05-28T04:49:27.210Z Compiling num-derive v0.3.3
24132026-05-28T04:49:27.591Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24142026-05-28T04:49:28.126Z Checking libscf-sys v1.1.0
24152026-05-28T04:49:28.787Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-05-28T04:49:29.873Z Compiling progenitor-macro v0.13.0
24172026-05-28T04:49:30.699Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24182026-05-28T04:49:31.937Z Checking progenitor v0.14.0
24192026-05-28T04:49:32.202Z Checking resolv-conf v0.7.6
24202026-05-28T04:49:32.445Z Compiling slog-dtrace v0.3.0
24212026-05-28T04:49:32.448Z Checking smawk v0.3.2
24222026-05-28T04:49:32.526Z Checking unicode-linebreak v0.1.5
24232026-05-28T04:49:32.562Z Checking papergrid v0.11.0
24242026-05-28T04:49:32.640Z Compiling tabled_derive v0.7.0
24252026-05-28T04:49:32.757Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24262026-05-28T04:49:33.053Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24272026-05-28T04:49:33.486Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24282026-05-28T04:49:33.593Z Compiling minimal-lexical v0.2.1
24292026-05-28T04:49:33.681Z Checking tabled v0.15.0
24302026-05-28T04:49:33.684Z Checking linked-hash-map v0.5.6
24312026-05-28T04:49:33.925Z Checking lru-cache v0.1.2
24322026-05-28T04:49:33.928Z Compiling nom v7.1.3
24332026-05-28T04:49:34.082Z Checking hickory-proto v0.24.4
24342026-05-28T04:49:34.606Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24352026-05-28T04:49:34.823Z Checking progenitor v0.13.0
24362026-05-28T04:49:34.823Z Checking termtree v0.5.1
24372026-05-28T04:49:34.896Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-05-28T04:49:34.998Z Checking textwrap v0.16.2
24392026-05-28T04:49:35.035Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24402026-05-28T04:49:35.251Z Checking csv-core v0.1.13
24412026-05-28T04:49:35.293Z Checking tagptr v0.2.0
24422026-05-28T04:49:35.333Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24432026-05-28T04:49:35.465Z Checking moka v0.12.13
24442026-05-28T04:49:35.468Z Checking csv v1.4.0
24452026-05-28T04:49:35.651Z Compiling convert_case v0.10.0
24462026-05-28T04:49:35.901Z Checking highway v1.3.0
24472026-05-28T04:49:35.938Z Checking hickory-resolver v0.24.4
24482026-05-28T04:49:35.999Z Compiling derive_more-impl v2.1.1
24492026-05-28T04:49:36.147Z Checking hickory-resolver v0.25.2
24502026-05-28T04:49:36.184Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24512026-05-28T04:49:36.409Z Compiling semver v0.1.20
24522026-05-28T04:49:36.709Z Checking qorb v0.4.1
24532026-05-28T04:49:36.745Z Compiling rustc_version v0.1.7
24542026-05-28T04:49:36.815Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24552026-05-28T04:49:36.853Z Checking derive_more v2.1.1
24562026-05-28T04:49:36.856Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24572026-05-28T04:49:36.921Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24582026-05-28T04:49:36.966Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24592026-05-28T04:49:37.002Z Checking phf_shared v0.12.1
24602026-05-28T04:49:37.124Z Compiling chrono-tz v0.10.4
24612026-05-28T04:49:37.170Z Checking phf v0.12.1
24622026-05-28T04:49:37.263Z Compiling newtype_derive v0.1.6
24632026-05-28T04:49:37.371Z Checking crossterm v0.29.0
24642026-05-28T04:49:37.415Z Compiling const_format_proc_macros v0.2.34
24652026-05-28T04:49:37.417Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24662026-05-28T04:49:37.485Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
24672026-05-28T04:49:37.519Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24682026-05-28T04:49:37.832Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24692026-05-28T04:49:37.914Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24702026-05-28T04:49:38.103Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24712026-05-28T04:49:38.175Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24722026-05-28T04:49:38.279Z Checking const_format v0.2.35
24732026-05-28T04:49:38.352Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24742026-05-28T04:49:38.456Z Checking fd-lock v4.0.4
24752026-05-28T04:49:38.592Z Checking bcs v0.1.6
24762026-05-28T04:49:38.627Z Checking vte v0.14.1
24772026-05-28T04:49:38.663Z Checking display-error-chain v0.2.2
24782026-05-28T04:49:38.816Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24792026-05-28T04:49:38.819Z Checking strip-ansi-escapes v0.2.1
24802026-05-28T04:49:38.993Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24812026-05-28T04:49:38.996Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24822026-05-28T04:49:39.168Z Checking nu-ansi-term v0.50.3
24832026-05-28T04:49:39.266Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
24842026-05-28T04:49:39.303Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24852026-05-28T04:49:39.415Z Checking reedline v0.40.0
24862026-05-28T04:49:39.660Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
24872026-05-28T04:49:39.840Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-05-28T04:49:39.929Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24892026-05-28T04:49:39.968Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24902026-05-28T04:49:40.342Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24912026-05-28T04:49:40.514Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24922026-05-28T04:49:40.636Z Compiling ar_archive_writer v0.5.1
24932026-05-28T04:49:40.903Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24942026-05-28T04:49:41.127Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24952026-05-28T04:49:41.371Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24962026-05-28T04:49:41.517Z Compiling psm v0.1.30
24972026-05-28T04:49:41.656Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24982026-05-28T04:49:41.693Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
24992026-05-28T04:49:42.089Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25002026-05-28T04:49:42.227Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25012026-05-28T04:49:42.523Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25022026-05-28T04:49:42.525Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25032026-05-28T04:49:42.628Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25042026-05-28T04:49:42.733Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25052026-05-28T04:49:42.824Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25062026-05-28T04:49:42.867Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25072026-05-28T04:49:42.983Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25082026-05-28T04:49:43.020Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-05-28T04:49:43.146Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-05-28T04:49:43.193Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25112026-05-28T04:49:43.320Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25122026-05-28T04:49:43.418Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25132026-05-28T04:49:43.470Z Compiling stacker v0.1.23
25142026-05-28T04:49:43.507Z Compiling cfg_aliases v0.1.1
25152026-05-28T04:49:43.548Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25162026-05-28T04:49:43.620Z Compiling nix v0.28.0
25172026-05-28T04:49:43.818Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-05-28T04:49:43.995Z Checking steno v0.4.1
25192026-05-28T04:49:43.998Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25202026-05-28T04:49:44.068Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25212026-05-28T04:49:44.071Z Checking nibble_vec v0.1.0
25222026-05-28T04:49:44.268Z Checking home v0.5.12
25232026-05-28T04:49:44.414Z Checking endian-type v0.1.2
25242026-05-28T04:49:44.579Z Checking radix_trie v0.2.1
25252026-05-28T04:49:44.995Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25262026-05-28T04:49:45.033Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25272026-05-28T04:49:45.067Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25282026-05-28T04:49:45.359Z Compiling recursive-proc-macro-impl v0.1.1
25292026-05-28T04:49:45.803Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25302026-05-28T04:49:45.840Z Checking recursive v0.1.1
25312026-05-28T04:49:45.916Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25322026-05-28T04:49:45.967Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-05-28T04:49:46.198Z Compiling peg-macros v0.8.5
25342026-05-28T04:49:46.268Z Checking nom v8.0.0
25352026-05-28T04:49:46.422Z Checking winnow v0.6.26
25362026-05-28T04:49:46.501Z Compiling sqlparser_derive v0.5.0
25372026-05-28T04:49:46.563Z Checking unicode_categories v0.1.1
25382026-05-28T04:49:46.756Z Checking rustyline v14.0.0
25392026-05-28T04:49:46.896Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25402026-05-28T04:49:47.057Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25412026-05-28T04:49:47.168Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25422026-05-28T04:49:47.256Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25432026-05-28T04:49:47.297Z Checking sqlparser v0.61.0
25442026-05-28T04:49:47.513Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25452026-05-28T04:49:47.516Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25462026-05-28T04:49:47.595Z Checking sqlformat v0.3.5
25472026-05-28T04:49:47.631Z Checking peg v0.8.5
25482026-05-28T04:49:47.712Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25492026-05-28T04:49:47.752Z Checking filetime v0.2.27
25502026-05-28T04:49:47.786Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25512026-05-28T04:49:47.922Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25522026-05-28T04:49:48.056Z Checking xattr v1.6.1
25532026-05-28T04:49:48.219Z Checking tar v0.4.45
25542026-05-28T04:49:48.222Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25552026-05-28T04:49:48.625Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25562026-05-28T04:49:48.694Z Checking subprocess v0.2.15
25572026-05-28T04:49:48.733Z Checking base64 v0.21.7
25582026-05-28T04:49:48.736Z Checking headers-core v0.3.0
25592026-05-28T04:49:48.828Z Checking yasna v0.5.2
25602026-05-28T04:49:48.910Z Checking headers v0.4.1
25612026-05-28T04:49:49.012Z Checking dropshot-api-manager-types v0.7.2
25622026-05-28T04:49:49.048Z Checking utf-8 v0.7.6
25632026-05-28T04:49:49.219Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25642026-05-28T04:49:49.222Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25652026-05-28T04:49:49.288Z Checking rcgen v0.12.1
25662026-05-28T04:49:49.405Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-28T04:49:49.441Z Compiling libefi-sys v0.1.0
25682026-05-28T04:49:49.642Z Checking tungstenite v0.21.0
25692026-05-28T04:49:49.723Z Compiling bitfield-struct v0.6.2
25702026-05-28T04:49:49.806Z Compiling radium v0.7.0
25712026-05-28T04:49:49.929Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722026-05-28T04:49:49.968Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732026-05-28T04:49:50.039Z Checking tap v1.0.1
25742026-05-28T04:49:50.138Z Checking tokio-tungstenite v0.21.0
25752026-05-28T04:49:50.173Z Compiling maybe-uninit v2.0.0
25762026-05-28T04:49:50.207Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25772026-05-28T04:49:50.209Z Checking wyz v0.5.1
25782026-05-28T04:49:50.392Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792026-05-28T04:49:50.462Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
25802026-05-28T04:49:50.531Z Compiling zerocopy-derive v0.6.6
25812026-05-28T04:49:50.611Z Checking crc-catalog v2.4.0
25822026-05-28T04:49:50.667Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25832026-05-28T04:49:50.702Z Checking funty v2.0.0
25842026-05-28T04:49:50.740Z Compiling packed_struct v0.10.1
25852026-05-28T04:49:50.934Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25862026-05-28T04:49:51.059Z Checking bitvec v1.0.1
25872026-05-28T04:49:51.104Z Checking crc v3.4.0
25882026-05-28T04:49:51.430Z Checking zerocopy v0.6.6
25892026-05-28T04:49:51.466Z Compiling packed_struct_codegen v0.10.1
25902026-05-28T04:49:51.757Z Compiling bitfield-macros v0.19.4
25912026-05-28T04:49:51.918Z Compiling indexmap v1.9.3
25922026-05-28T04:49:52.083Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
25932026-05-28T04:49:52.150Z Checking nodrop v0.1.14
25942026-05-28T04:49:52.224Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-28T04:49:52.276Z Checking array-init v0.0.4
25962026-05-28T04:49:52.358Z Checking smallvec v0.6.14
25972026-05-28T04:49:52.416Z Checking hashbrown v0.12.3
25982026-05-28T04:49:52.495Z Checking bitfield v0.19.4
25992026-05-28T04:49:52.602Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26002026-05-28T04:49:52.602Z Checking serde-hex v0.1.0
26012026-05-28T04:49:52.790Z Checking ron v0.8.1
26022026-05-28T04:49:52.794Z Checking hashbrown v0.13.2
26032026-05-28T04:49:53.212Z Checking crc-any v2.5.0
26042026-05-28T04:49:53.309Z Checking object v0.30.4
26052026-05-28T04:49:53.367Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26062026-05-28T04:49:53.444Z Checking path-slash v0.1.5
26072026-05-28T04:49:53.568Z Compiling xshell-macros v0.2.7
26082026-05-28T04:49:53.602Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-05-28T04:49:53.672Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-28T04:49:53.989Z Checking xshell v0.2.7
26112026-05-28T04:49:54.201Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26122026-05-28T04:49:54.292Z Checking half v1.8.3
26132026-05-28T04:49:54.389Z Compiling proc-macro-error-attr2 v2.0.0
26142026-05-28T04:49:54.521Z Checking serde_cbor v0.11.2
26152026-05-28T04:49:54.655Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26162026-05-28T04:49:54.816Z Compiling proc-macro-error2 v2.0.1
26172026-05-28T04:49:55.109Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26182026-05-28T04:49:55.159Z Compiling tabled_derive v0.11.0
26192026-05-28T04:49:55.360Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26202026-05-28T04:49:55.396Z Checking papergrid v0.17.0
26212026-05-28T04:49:55.452Z Checking testing_table v0.3.0
26222026-05-28T04:49:55.581Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26232026-05-28T04:49:55.616Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26242026-05-28T04:49:55.809Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26252026-05-28T04:49:56.117Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26262026-05-28T04:49:56.199Z Checking maplit v1.0.2
26272026-05-28T04:49:56.281Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26282026-05-28T04:49:56.354Z Checking tabled v0.20.0
26292026-05-28T04:49:56.420Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26302026-05-28T04:49:56.539Z Compiling git-stub v1.0.0
26312026-05-28T04:49:56.643Z Checking crc8 v0.1.1
26322026-05-28T04:49:56.725Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-28T04:49:56.772Z Compiling git-stub-vcs v0.1.0
26342026-05-28T04:49:56.824Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-05-28T04:49:57.160Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26362026-05-28T04:49:57.301Z Checking fxhash v0.2.1
26372026-05-28T04:49:57.449Z Checking unicase v2.9.0
26382026-05-28T04:49:57.483Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26392026-05-28T04:49:57.671Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26402026-05-28T04:49:57.738Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26412026-05-28T04:49:57.928Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26422026-05-28T04:49:57.963Z Compiling vergen-lib v0.1.6
26432026-05-28T04:49:58.077Z Compiling diesel_derives v2.3.7
26442026-05-28T04:49:58.111Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26452026-05-28T04:49:58.230Z Checking scheduled-thread-pool v0.2.7
26462026-05-28T04:49:58.357Z Compiling dsl_auto_type v0.2.0
26472026-05-28T04:49:58.410Z Compiling vergen-gitcl v1.0.8
26482026-05-28T04:49:58.446Z Compiling diesel_table_macro_syntax v0.3.0
26492026-05-28T04:49:58.483Z Checking r2d2 v0.8.10
26502026-05-28T04:49:58.486Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26512026-05-28T04:49:58.711Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-28T04:49:58.713Z Checking kstat-rs v0.2.4
26532026-05-28T04:49:58.714Z Checking arc-swap v1.8.2
26542026-05-28T04:49:59.060Z Checking downcast-rs v2.0.2
26552026-05-28T04:49:59.095Z Checking slog-scope v4.4.1
26562026-05-28T04:49:59.188Z Compiling parking_lot_core v0.8.6
26572026-05-28T04:49:59.271Z Checking slog-stdlog v4.1.1
26582026-05-28T04:49:59.313Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26592026-05-28T04:49:59.398Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26602026-05-28T04:49:59.438Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-28T04:49:59.525Z Compiling itertools v0.10.5
26622026-05-28T04:49:59.754Z Checking slog-envlogger v2.2.0
26632026-05-28T04:49:59.941Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26642026-05-28T04:49:59.976Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26652026-05-28T04:50:00.145Z Compiling dirs-sys-next v0.1.2
26662026-05-28T04:50:00.182Z Compiling crunchy v0.2.4
26672026-05-28T04:50:00.267Z Checking parking_lot v0.11.2
26682026-05-28T04:50:00.460Z Compiling dirs-next v2.0.0
26692026-05-28T04:50:00.528Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26702026-05-28T04:50:00.566Z Compiling clang-sys v1.8.1
26712026-05-28T04:50:00.600Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26722026-05-28T04:50:00.603Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26732026-05-28T04:50:00.667Z Checking prefix-trie v0.7.0
26742026-05-28T04:50:00.951Z Compiling tiny-keccak v2.0.2
26752026-05-28T04:50:01.099Z Checking hickory-server v0.25.2
26762026-05-28T04:50:01.216Z Compiling term v0.7.0
26772026-05-28T04:50:01.281Z Checking sled v0.34.7
26782026-05-28T04:50:01.284Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-05-28T04:50:01.284Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
26802026-05-28T04:50:01.384Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-05-28T04:50:01.695Z Checking nanorand v0.7.0
26822026-05-28T04:50:01.833Z Compiling bit-vec v0.6.3
26832026-05-28T04:50:01.928Z Compiling salty v0.3.0
26842026-05-28T04:50:02.086Z Compiling bit-set v0.5.3
26852026-05-28T04:50:02.120Z Checking flume v0.11.1
26862026-05-28T04:50:02.246Z Compiling ascii-canvas v3.0.0
26872026-05-28T04:50:02.316Z Checking primeorder v0.13.6
26882026-05-28T04:50:02.396Z Compiling ena v0.14.4
26892026-05-28T04:50:02.525Z Compiling libloading v0.8.9
26902026-05-28T04:50:02.559Z Compiling bindgen v0.71.1
26912026-05-28T04:50:02.592Z Compiling regex-syntax v0.6.29
26922026-05-28T04:50:02.641Z Compiling diff v0.1.13
26932026-05-28T04:50:02.938Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26942026-05-28T04:50:03.089Z Compiling cexpr v0.6.0
26952026-05-28T04:50:03.375Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26962026-05-28T04:50:03.505Z Compiling fs-err v2.11.0
26972026-05-28T04:50:03.561Z Compiling rustc-hash v2.1.1
26982026-05-28T04:50:03.734Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-28T04:50:03.824Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-05-28T04:50:03.905Z Compiling libxml v0.3.3
27012026-05-28T04:50:03.961Z Compiling lalrpop v0.19.12
27022026-05-28T04:50:04.033Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27032026-05-28T04:50:04.199Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27042026-05-28T04:50:04.242Z Checking p384 v0.13.1
27052026-05-28T04:50:04.360Z Checking diesel v2.3.7
27062026-05-28T04:50:04.692Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27072026-05-28T04:50:04.751Z Compiling strum_macros v0.24.3
27082026-05-28T04:50:05.070Z Compiling indoc v1.0.9
27092026-05-28T04:50:05.534Z Checking parse-size v1.1.0
27102026-05-28T04:50:05.691Z Checking assert_matches v1.5.0
27112026-05-28T04:50:05.799Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27122026-05-28T04:50:05.836Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27132026-05-28T04:50:06.466Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27142026-05-28T04:50:06.508Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27152026-05-28T04:50:06.633Z Compiling typify-impl v0.4.3
27162026-05-28T04:50:06.670Z Checking quick-xml v0.37.5
27172026-05-28T04:50:06.703Z Checking derive_builder v0.20.2
27182026-05-28T04:50:06.742Z Compiling oso-derive v0.27.3
27192026-05-28T04:50:06.846Z Compiling impl-trait-for-tuples v0.2.3
27202026-05-28T04:50:07.265Z Compiling trait-variant v0.1.2
27212026-05-28T04:50:07.302Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
27222026-05-28T04:50:07.580Z Checking openssl-probe v0.1.6
27232026-05-28T04:50:07.771Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27242026-05-28T04:50:07.840Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27252026-05-28T04:50:08.413Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27262026-05-28T04:50:08.448Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27272026-05-28T04:50:08.710Z Checking predicates-tree v1.0.13
27282026-05-28T04:50:08.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27292026-05-28T04:50:09.274Z Checking http-range v0.1.5
27302026-05-28T04:50:09.347Z Compiling mime_guess v2.0.5
27312026-05-28T04:50:09.475Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27322026-05-28T04:50:09.614Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-05-28T04:50:09.966Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27342026-05-28T04:50:10.034Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-05-28T04:50:10.309Z Checking bb8 v0.8.6
27362026-05-28T04:50:10.635Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-05-28T04:50:10.870Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27382026-05-28T04:50:11.116Z Checking atty v0.2.14
27392026-05-28T04:50:11.151Z Compiling typify-macro v0.4.3
27402026-05-28T04:50:11.250Z Checking corncobs v0.1.4
27412026-05-28T04:50:11.357Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27422026-05-28T04:50:11.417Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27432026-05-28T04:50:11.550Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27442026-05-28T04:50:11.930Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27452026-05-28T04:50:12.078Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27462026-05-28T04:50:12.159Z Checking ignore v0.4.25
27472026-05-28T04:50:12.607Z Checking secrecy v0.8.0
27482026-05-28T04:50:12.705Z Checking globwalk v0.9.1
27492026-05-28T04:50:12.891Z Compiling typify v0.4.3
27502026-05-28T04:50:13.041Z Compiling progenitor-impl v0.11.2
27512026-05-28T04:50:13.455Z Checking hyper-staticfile v0.10.1
27522026-05-28T04:50:13.792Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27532026-05-28T04:50:14.030Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27542026-05-28T04:50:14.120Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27552026-05-28T04:50:14.594Z Checking progenitor-client v0.11.2
27562026-05-28T04:50:14.721Z Compiling illumos-nvpair-sys v0.2.0
27572026-05-28T04:50:14.838Z Checking nonempty v0.12.0
27582026-05-28T04:50:14.995Z Checking camino-tempfile-ext v0.3.3
27592026-05-28T04:50:15.042Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27602026-05-28T04:50:15.234Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27612026-05-28T04:50:15.760Z Compiling progenitor-macro v0.11.2
27622026-05-28T04:50:15.865Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-05-28T04:50:16.020Z Checking signal-hook-tokio v0.3.1
27642026-05-28T04:50:16.164Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27652026-05-28T04:50:16.359Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27662026-05-28T04:50:16.441Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27672026-05-28T04:50:16.846Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27682026-05-28T04:50:17.132Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27692026-05-28T04:50:17.381Z Checking illumos-nvpair v0.3.0
27702026-05-28T04:50:17.453Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27712026-05-28T04:50:17.577Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27722026-05-28T04:50:17.613Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27732026-05-28T04:50:17.886Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27742026-05-28T04:50:17.932Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
27752026-05-28T04:50:18.005Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27762026-05-28T04:50:18.095Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27772026-05-28T04:50:18.406Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27782026-05-28T04:50:18.550Z Checking async-bb8-diesel v0.2.1
27792026-05-28T04:50:18.705Z Checking diesel-dtrace v0.5.0
27802026-05-28T04:50:18.943Z Checking tungstenite v0.23.0
27812026-05-28T04:50:18.983Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27822026-05-28T04:50:19.409Z Checking tokio-tungstenite v0.23.1
27832026-05-28T04:50:19.718Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27842026-05-28T04:50:19.980Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27852026-05-28T04:50:20.138Z Checking rand_seeder v0.4.0
27862026-05-28T04:50:20.173Z Checking void v1.0.2
27872026-05-28T04:50:20.319Z Checking lzss v0.8.2
27882026-05-28T04:50:20.354Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27892026-05-28T04:50:20.388Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-28T04:50:20.543Z Checking nix v0.27.1
27912026-05-28T04:50:20.578Z Checking serde_bytes v0.11.19
27922026-05-28T04:50:20.661Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27932026-05-28T04:50:20.695Z Checking progenitor v0.11.2
27942026-05-28T04:50:20.787Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27952026-05-28T04:50:20.868Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-28T04:50:20.904Z Checking is_ci v1.2.0
27972026-05-28T04:50:21.037Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27982026-05-28T04:50:21.106Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27992026-05-28T04:50:21.523Z Checking yansi v1.0.1
28002026-05-28T04:50:21.562Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28012026-05-28T04:50:21.828Z Checking pretty_assertions v1.4.1
28022026-05-28T04:50:21.873Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28032026-05-28T04:50:22.000Z Compiling darling_core v0.23.0
28042026-05-28T04:50:22.145Z Compiling indoc v2.0.7
28052026-05-28T04:50:22.553Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28062026-05-28T04:50:22.655Z Compiling libz-sys v1.1.24
28072026-05-28T04:50:22.750Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28082026-05-28T04:50:22.786Z Compiling instability v0.3.11
28092026-05-28T04:50:23.134Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-05-28T04:50:23.192Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28112026-05-28T04:50:23.391Z Checking castaway v0.2.4
28122026-05-28T04:50:23.545Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-05-28T04:50:23.864Z Checking compact_str v0.8.1
28142026-05-28T04:50:24.027Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28152026-05-28T04:50:24.608Z Compiling darling_macro v0.23.0
28162026-05-28T04:50:24.971Z Checking supports-color v3.0.2
28172026-05-28T04:50:25.108Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28182026-05-28T04:50:25.143Z Compiling darling v0.23.0
28192026-05-28T04:50:25.176Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28202026-05-28T04:50:25.338Z Checking unicode-truncate v1.1.0
28212026-05-28T04:50:25.405Z Checking console v0.16.2
28222026-05-28T04:50:25.520Z Checking lru v0.12.5
28232026-05-28T04:50:25.712Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-05-28T04:50:25.750Z Checking cassowary v0.3.0
28252026-05-28T04:50:26.001Z Checking unit-prefix v0.5.2
28262026-05-28T04:50:26.004Z Checking ratatui v0.29.0
28272026-05-28T04:50:26.195Z Checking indicatif v0.18.4
28282026-05-28T04:50:26.844Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28292026-05-28T04:50:27.532Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28302026-05-28T04:50:27.567Z Compiling vergen-git2 v9.1.0
28312026-05-28T04:50:27.747Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28322026-05-28T04:50:27.784Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-05-28T04:50:27.863Z Checking plotters-backend v0.3.7
28342026-05-28T04:50:28.014Z Compiling rustls v0.21.12
28352026-05-28T04:50:28.100Z Checking plotters-svg v0.3.7
28362026-05-28T04:50:28.316Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28372026-05-28T04:50:28.363Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28382026-05-28T04:50:28.599Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28392026-05-28T04:50:28.835Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28402026-05-28T04:50:29.094Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28412026-05-28T04:50:29.326Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-05-28T04:50:29.362Z Checking rustls-webpki v0.101.7
28432026-05-28T04:50:29.403Z Checking sct v0.7.1
28442026-05-28T04:50:29.576Z Checking cast v0.3.0
28452026-05-28T04:50:29.779Z Checking criterion-plot v0.6.0
28462026-05-28T04:50:29.995Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28472026-05-28T04:50:30.251Z Checking plotters v0.3.7
28482026-05-28T04:50:31.013Z Checking colored v2.2.0
28492026-05-28T04:50:31.058Z Checking tinytemplate v1.2.1
28502026-05-28T04:50:31.248Z Checking anes v0.1.6
28512026-05-28T04:50:31.308Z Checking oorandom v11.1.5
28522026-05-28T04:50:31.456Z Checking shell-words v1.1.1
28532026-05-28T04:50:31.493Z Checking criterion v0.7.0
28542026-05-28T04:50:31.623Z Checking tokio-rustls v0.24.1
28552026-05-28T04:50:31.861Z Checking typeid v1.0.3
28562026-05-28T04:50:32.003Z Checking rustls-pemfile v1.0.4
28572026-05-28T04:50:32.170Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28582026-05-28T04:50:32.207Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28592026-05-28T04:50:32.725Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28602026-05-28T04:50:34.185Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28612026-05-28T04:50:34.314Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28622026-05-28T04:50:34.883Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28632026-05-28T04:50:35.725Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-05-28T04:50:35.766Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-05-28T04:50:36.619Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28662026-05-28T04:50:37.543Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28672026-05-28T04:50:38.098Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28682026-05-28T04:50:38.331Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-28T04:50:38.894Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28702026-05-28T04:50:39.680Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-05-28T04:50:39.683Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-05-28T04:50:40.617Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28732026-05-28T04:50:40.661Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28742026-05-28T04:50:40.801Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28752026-05-28T04:50:40.895Z Checking twox-hash v2.1.2
28762026-05-28T04:50:41.219Z Checking hex-literal v0.4.1
28772026-05-28T04:50:41.254Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28782026-05-28T04:50:41.316Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28792026-05-28T04:50:41.399Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28802026-05-28T04:50:42.117Z Checking erased-serde v0.4.9
28812026-05-28T04:50:42.229Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-05-28T04:50:42.506Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28832026-05-28T04:50:42.574Z Checking fatfs v0.3.6
28842026-05-28T04:50:42.693Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-05-28T04:50:43.059Z Checking ordered-float v2.10.1
28862026-05-28T04:50:43.240Z Compiling seq-macro v0.3.6
28872026-05-28T04:50:43.346Z Checking serde-value v0.7.0
28882026-05-28T04:50:43.599Z Checking serde-untagged v0.1.9
28892026-05-28T04:50:43.793Z Checking unicode-xid v0.2.6
28902026-05-28T04:50:43.835Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28912026-05-28T04:50:43.940Z Checking cargo-util-schemas v0.8.2
28922026-05-28T04:50:44.068Z Checking cargo-platform v0.2.0
28932026-05-28T04:50:44.289Z Compiling petname v2.0.2
28942026-05-28T04:50:44.844Z Checking cargo_metadata v0.21.0
28952026-05-28T04:50:44.970Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28962026-05-28T04:50:45.634Z Checking concurrent-queue v2.5.0
28972026-05-28T04:50:45.669Z Compiling samael v0.0.19
28982026-05-28T04:50:45.857Z Checking rtoolbox v0.0.3
28992026-05-28T04:50:46.028Z Checking parking v2.2.1
29002026-05-28T04:50:46.189Z Checking event-listener v5.4.1
29012026-05-28T04:50:46.457Z Checking rpassword v7.4.0
29022026-05-28T04:50:47.029Z Checking tui-tree-widget v0.23.1
29032026-05-28T04:50:47.258Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29042026-05-28T04:50:47.457Z Checking polyval v0.6.2
29052026-05-28T04:50:47.664Z Checking sapling-renderdag v0.1.0
29062026-05-28T04:50:47.940Z Checking sync-ptr v0.1.4
29072026-05-28T04:50:47.986Z Checking ghash v0.5.1
29082026-05-28T04:50:48.094Z Checking event-listener-strategy v0.5.4
29092026-05-28T04:50:48.142Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29102026-05-28T04:50:48.293Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29112026-05-28T04:50:48.526Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29122026-05-28T04:50:48.954Z Checking ctr v0.9.2
29132026-05-28T04:50:49.160Z Compiling strsim v0.10.0
29142026-05-28T04:50:49.532Z Checking arrayref v0.3.9
29152026-05-28T04:50:49.643Z Checking constant_time_eq v0.4.2
29162026-05-28T04:50:49.740Z Checking arrayvec v0.7.6
29172026-05-28T04:50:49.820Z Checking futures-timer v3.0.3
29182026-05-28T04:50:49.968Z Compiling darling_core v0.13.4
29192026-05-28T04:50:50.035Z Checking aes-gcm v0.10.3
29202026-05-28T04:50:50.276Z Checking async-lock v3.4.2
29212026-05-28T04:50:50.708Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29222026-05-28T04:50:51.302Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29232026-05-28T04:50:51.835Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29242026-05-28T04:50:51.872Z Checking ssh-encoding v0.2.0
29252026-05-28T04:50:52.105Z Checking blowfish v0.9.1
29262026-05-28T04:50:52.298Z Checking bcrypt-pbkdf v0.10.0
29272026-05-28T04:50:52.503Z Checking ssh-cipher v0.2.0
29282026-05-28T04:50:52.538Z Compiling darling_macro v0.13.4
29292026-05-28T04:50:52.716Z Checking async-object-pool v0.2.0
29302026-05-28T04:50:52.918Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29312026-05-28T04:50:53.053Z Checking serde_regex v1.1.0
29322026-05-28T04:50:53.250Z Checking password-hash v0.4.2
29332026-05-28T04:50:53.301Z Checking assert-json-diff v2.0.2
29342026-05-28T04:50:53.515Z Checking path-tree v0.8.3
29352026-05-28T04:50:53.518Z Checking stringmetrics v2.2.2
29362026-05-28T04:50:53.710Z Compiling target-lexicon v0.13.3
29372026-05-28T04:50:53.777Z Checking gimli v0.32.3
29382026-05-28T04:50:53.976Z Compiling git2 v0.20.4
29392026-05-28T04:50:54.050Z Checking httpmock v0.8.3
29402026-05-28T04:50:54.313Z Checking pbkdf2 v0.11.0
29412026-05-28T04:50:54.527Z Compiling darling v0.13.4
29422026-05-28T04:50:54.657Z Checking ssh-key v0.6.7
29432026-05-28T04:50:55.391Z Checking addr2line v0.25.1
29442026-05-28T04:50:55.704Z Checking p256 v0.13.2
29452026-05-28T04:50:56.012Z Checking p521 v0.13.3
29462026-05-28T04:50:56.486Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29472026-05-28T04:50:56.663Z Checking russh-cryptovec v0.7.3
29482026-05-28T04:50:56.768Z Checking rustc-demangle v0.1.27
29492026-05-28T04:50:56.838Z Compiling guppy-workspace-hack v0.1.0
29502026-05-28T04:50:56.958Z Checking md5 v0.7.0
29512026-05-28T04:50:57.034Z Checking backtrace v0.3.76
29522026-05-28T04:50:57.116Z Compiling serde_with_macros v1.5.2
29532026-05-28T04:50:57.171Z Checking russh-keys v0.45.0
29542026-05-28T04:50:57.350Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29552026-05-28T04:50:57.488Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29562026-05-28T04:50:57.647Z Checking num-bigint v0.4.6
29572026-05-28T04:50:57.720Z Checking des v0.8.1
29582026-05-28T04:50:57.914Z Compiling blake3 v1.8.3
29592026-05-28T04:50:58.000Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-05-28T04:50:58.347Z Compiling target-spec v3.5.7
29612026-05-28T04:50:58.473Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29622026-05-28T04:50:58.697Z Checking russh v0.45.0
29632026-05-28T04:50:59.096Z Compiling serde_with v1.14.0
29642026-05-28T04:50:59.193Z Checking cfg-expr v0.20.6
29652026-05-28T04:50:59.633Z Checking backtrace-ext v0.2.1
29662026-05-28T04:50:59.800Z Checking supports-color v2.1.0
29672026-05-28T04:50:59.876Z Checking textwrap v0.15.2
29682026-05-28T04:50:59.972Z Checking supports-hyperlinks v2.1.0
29692026-05-28T04:51:00.123Z Checking supports-unicode v2.1.0
29702026-05-28T04:51:00.159Z Checking hashbrown v0.14.5
29712026-05-28T04:51:00.291Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29722026-05-28T04:51:00.327Z Checking cargo-platform v0.3.2
29732026-05-28T04:51:00.529Z Checking terminal_size v0.1.17
29742026-05-28T04:51:00.566Z Compiling miette-derive v5.10.0
29752026-05-28T04:51:00.680Z Checking owo-colors v3.5.0
29762026-05-28T04:51:00.716Z Checking internet-checksum v0.2.1
29772026-05-28T04:51:00.719Z Checking chumsky v0.9.3
29782026-05-28T04:51:00.918Z Checking cargo_metadata v0.23.1
29792026-05-28T04:51:01.113Z Compiling polar-core v0.27.3
29802026-05-28T04:51:01.283Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29812026-05-28T04:51:01.810Z Checking miette v5.10.0
29822026-05-28T04:51:02.050Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29832026-05-28T04:51:02.271Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29842026-05-28T04:51:02.308Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29852026-05-28T04:51:02.712Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29862026-05-28T04:51:02.951Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29872026-05-28T04:51:03.031Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29882026-05-28T04:51:03.232Z Compiling knuffel-derive v3.2.0
29892026-05-28T04:51:03.235Z Checking httptest v0.16.4
29902026-05-28T04:51:03.302Z Checking pathdiff v0.2.3
29912026-05-28T04:51:03.448Z Checking topological-sort v0.2.2
29922026-05-28T04:51:03.627Z Checking nested v0.1.1
29932026-05-28T04:51:03.662Z Checking omicron-zone-package v0.12.2
29942026-05-28T04:51:03.805Z Checking guppy v0.17.25
29952026-05-28T04:51:04.032Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29962026-05-28T04:51:04.316Z Checking similar-asserts v1.7.0
29972026-05-28T04:51:04.510Z Compiling target-triple v1.0.0
29982026-05-28T04:51:04.643Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29992026-05-28T04:51:04.856Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30002026-05-28T04:51:04.924Z Checking knuffel v3.2.0
30012026-05-28T04:51:04.959Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30022026-05-28T04:51:05.552Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30032026-05-28T04:51:05.586Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30042026-05-28T04:51:05.832Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30052026-05-28T04:51:05.970Z Checking hickory-client v0.25.2
30062026-05-28T04:51:06.273Z Checking oso v0.27.3
30072026-05-28T04:51:06.311Z Checking tokio-test v0.4.5
30082026-05-28T04:51:06.603Z Compiling assert_cmd v2.1.2
30092026-05-28T04:51:06.638Z Checking escape8259 v0.5.3
30102026-05-28T04:51:06.830Z Checking libtest-mimic v0.8.1
30112026-05-28T04:51:06.998Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30122026-05-28T04:51:07.085Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30132026-05-28T04:51:07.118Z Checking blake2b_simd v1.0.4
30142026-05-28T04:51:07.153Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30152026-05-28T04:51:07.284Z Checking support-bundle-viewer v0.1.2
30162026-05-28T04:51:07.559Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30172026-05-28T04:51:07.593Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30182026-05-28T04:51:07.664Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30192026-05-28T04:51:07.817Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30202026-05-28T04:51:07.905Z Checking fancy-regex v0.14.0
30212026-05-28T04:51:08.044Z Checking serde_tokenstream v0.2.3
30222026-05-28T04:51:08.080Z Checking multimap v0.10.1
30232026-05-28T04:51:08.196Z Checking approx v0.5.1
30242026-05-28T04:51:08.289Z Checking uzers v0.12.2
30252026-05-28T04:51:08.324Z Compiling rstest_macros v0.25.0
30262026-05-28T04:51:08.327Z Checking constant_time_eq v0.3.1
30272026-05-28T04:51:08.391Z Checking termcolor v1.4.1
30282026-05-28T04:51:08.526Z Compiling linkme-impl v0.3.35
30292026-05-28T04:51:08.559Z Checking rust-argon2 v2.1.0
30302026-05-28T04:51:08.672Z Checking trybuild v1.0.116
30312026-05-28T04:51:08.754Z Checking datatest-stable v0.3.3
30322026-05-28T04:51:08.987Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30332026-05-28T04:51:09.156Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30342026-05-28T04:51:09.304Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30352026-05-28T04:51:09.363Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30362026-05-28T04:51:09.397Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30372026-05-28T04:51:09.520Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30382026-05-28T04:51:09.603Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30392026-05-28T04:51:09.637Z Checking drift v0.2.0
30402026-05-28T04:51:09.755Z Checking rand_distr v0.5.1
30412026-05-28T04:51:09.842Z Compiling linkme v0.3.35
30422026-05-28T04:51:10.015Z Compiling relative-path v1.9.3
30432026-05-28T04:51:10.050Z Checking dropshot-api-manager v0.7.2
30442026-05-28T04:51:10.386Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30452026-05-28T04:51:11.205Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30462026-05-28T04:51:11.243Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30472026-05-28T04:51:11.334Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30482026-05-28T04:51:11.610Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30492026-05-28T04:51:11.899Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30502026-05-28T04:51:11.989Z Checking cargo_toml v0.21.0
30512026-05-28T04:51:12.166Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30522026-05-28T04:51:12.615Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30532026-05-28T04:51:12.652Z Checking partial-io v0.5.4
30542026-05-28T04:51:12.841Z Checking termios v0.3.3
30552026-05-28T04:51:12.846Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30562026-05-28T04:51:13.042Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30572026-05-28T04:51:13.959Z Checking rstest v0.25.0
30582026-05-28T04:51:14.043Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30592026-05-28T04:51:14.730Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30602026-05-28T04:51:17.677Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30612026-05-28T04:51:18.292Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30622026-05-28T04:51:24.366Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30632026-05-28T04:51:24.805Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30642026-05-28T04:51:27.585Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30652026-05-28T04:51:32.174Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30662026-05-28T04:51:34.125Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30672026-05-28T04:51:37.314Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30682026-05-28T04:51:39.241Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30692026-05-28T04:51:41.378Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30702026-05-28T04:51:48.984Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30712026-05-28T04:51:52.996Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30722026-05-28T04:53:04.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
30732026-05-28T04:53:04.798Z
30742026-05-28T04:53:04.798Zreal 4:18.330602919
30752026-05-28T04:53:04.799Zuser 22:20.230234627
30762026-05-28T04:53:04.799Zsys 5:19.672281554
30772026-05-28T04:53:04.799Ztrap 0.515901910
30782026-05-28T04:53:04.799Ztflt 0.756924043
30792026-05-28T04:53:04.799Zdflt 0.553620824
30802026-05-28T04:53:04.799Zkflt 0.024975106
30812026-05-28T04:53:04.799Zlock 1:01:35.876226911
30822026-05-28T04:53:04.799Zslp 1:01:08.610446292
30832026-05-28T04:53:04.799Zlat 1:56.948392706
30842026-05-28T04:53:04.799Zstop 11:42.533990003
30852026-05-28T04:53:04.803Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30862026-05-28T04:53:04.803Z+ ptime -m cargo doc --workspace --no-deps
30872026-05-28T04:53:05.707Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30882026-05-28T04:53:05.707Z |
30892026-05-28T04:53:05.707Z = 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)`
30902026-05-28T04:53:05.707Z = 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>
30912026-05-28T04:53:06.795Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-05-28T04:53:07.046Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30932026-05-28T04:53:07.094Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30942026-05-28T04:53:07.162Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30952026-05-28T04:53:07.281Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30962026-05-28T04:53:07.334Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30972026-05-28T04:53:07.362Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-05-28T04:53:07.393Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30992026-05-28T04:53:07.441Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31002026-05-28T04:53:07.620Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31012026-05-28T04:53:07.643Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-05-28T04:53:07.646Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31032026-05-28T04:53:07.720Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-05-28T04:53:07.744Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31052026-05-28T04:53:07.766Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31062026-05-28T04:53:07.787Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31072026-05-28T04:53:07.830Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-05-28T04:53:07.883Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31092026-05-28T04:53:07.886Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31102026-05-28T04:53:07.928Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31112026-05-28T04:53:08.066Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31122026-05-28T04:53:08.271Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31132026-05-28T04:53:08.352Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31142026-05-28T04:53:08.561Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31152026-05-28T04:53:08.587Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31162026-05-28T04:53:08.589Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31172026-05-28T04:53:08.708Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31182026-05-28T04:53:08.832Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31192026-05-28T04:53:08.935Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31202026-05-28T04:53:09.056Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31212026-05-28T04:53:09.227Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31222026-05-28T04:53:09.284Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-05-28T04:53:09.367Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31242026-05-28T04:53:09.392Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31252026-05-28T04:53:09.480Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31262026-05-28T04:53:09.605Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31272026-05-28T04:53:09.693Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31282026-05-28T04:53:09.742Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31292026-05-28T04:53:09.797Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31302026-05-28T04:53:09.823Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31312026-05-28T04:53:10.020Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31322026-05-28T04:53:10.045Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31332026-05-28T04:53:10.171Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31342026-05-28T04:53:10.174Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31352026-05-28T04:53:10.401Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31362026-05-28T04:53:10.431Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31372026-05-28T04:53:10.457Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31382026-05-28T04:53:10.569Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31392026-05-28T04:53:10.652Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31402026-05-28T04:53:10.655Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31412026-05-28T04:53:11.079Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31422026-05-28T04:53:11.236Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31432026-05-28T04:53:11.271Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31442026-05-28T04:53:11.359Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31452026-05-28T04:53:11.482Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31462026-05-28T04:53:11.525Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31472026-05-28T04:53:11.765Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31482026-05-28T04:53:11.856Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31492026-05-28T04:53:13.023Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31502026-05-28T04:53:13.048Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31512026-05-28T04:53:13.074Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31522026-05-28T04:53:13.332Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31532026-05-28T04:53:13.371Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31542026-05-28T04:53:13.414Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31552026-05-28T04:53:13.613Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31562026-05-28T04:53:13.700Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31572026-05-28T04:53:14.014Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31582026-05-28T04:53:14.237Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31592026-05-28T04:53:14.447Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31602026-05-28T04:53:15.030Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31612026-05-28T04:53:15.056Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31622026-05-28T04:53:15.517Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31632026-05-28T04:53:15.892Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31642026-05-28T04:53:16.166Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31652026-05-28T04:53:16.265Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31662026-05-28T04:53:16.289Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31672026-05-28T04:53:16.495Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31682026-05-28T04:53:16.553Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31692026-05-28T04:53:16.629Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31702026-05-28T04:53:16.719Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31712026-05-28T04:53:16.949Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31722026-05-28T04:53:17.086Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31732026-05-28T04:53:17.112Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31742026-05-28T04:53:17.452Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31752026-05-28T04:53:17.476Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31762026-05-28T04:53:17.962Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31772026-05-28T04:53:18.210Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31782026-05-28T04:53:18.242Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31792026-05-28T04:53:18.588Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31802026-05-28T04:53:18.641Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31812026-05-28T04:53:18.800Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31822026-05-28T04:53:18.856Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31832026-05-28T04:53:18.886Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31842026-05-28T04:53:19.063Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31852026-05-28T04:53:19.192Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31862026-05-28T04:53:19.684Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31872026-05-28T04:53:19.881Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31882026-05-28T04:53:20.259Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
31892026-05-28T04:53:20.292Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31902026-05-28T04:53:20.318Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31912026-05-28T04:53:20.381Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31922026-05-28T04:53:20.480Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31932026-05-28T04:53:20.949Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31942026-05-28T04:53:21.059Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31952026-05-28T04:53:21.122Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31962026-05-28T04:53:21.318Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
31972026-05-28T04:53:21.345Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31982026-05-28T04:53:21.772Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31992026-05-28T04:53:22.209Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32002026-05-28T04:53:22.322Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-05-28T04:53:22.477Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32022026-05-28T04:53:22.799Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32032026-05-28T04:53:23.067Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32042026-05-28T04:53:23.100Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32052026-05-28T04:53:23.279Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32062026-05-28T04:53:23.437Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32072026-05-28T04:53:23.556Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32082026-05-28T04:53:23.559Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32092026-05-28T04:53:23.834Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32102026-05-28T04:53:23.897Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32112026-05-28T04:53:24.077Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32122026-05-28T04:53:24.257Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32132026-05-28T04:53:24.285Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32142026-05-28T04:53:24.311Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32152026-05-28T04:53:24.353Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
32162026-05-28T04:53:24.375Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32172026-05-28T04:53:24.542Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-05-28T04:53:24.587Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32192026-05-28T04:53:24.785Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32202026-05-28T04:53:24.927Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32212026-05-28T04:53:24.954Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32222026-05-28T04:53:25.053Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32232026-05-28T04:53:25.132Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32242026-05-28T04:53:25.517Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32252026-05-28T04:53:25.543Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32262026-05-28T04:53:25.775Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32272026-05-28T04:53:25.885Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32282026-05-28T04:53:26.028Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32292026-05-28T04:53:26.117Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32302026-05-28T04:53:26.149Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32312026-05-28T04:53:26.313Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32322026-05-28T04:53:26.343Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32332026-05-28T04:53:26.391Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32342026-05-28T04:53:26.415Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32352026-05-28T04:53:26.618Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32362026-05-28T04:53:26.644Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32372026-05-28T04:53:26.647Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32382026-05-28T04:53:26.961Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32392026-05-28T04:53:26.964Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32402026-05-28T04:53:26.987Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32412026-05-28T04:53:27.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32422026-05-28T04:53:27.242Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32432026-05-28T04:53:27.268Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32442026-05-28T04:53:27.291Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32452026-05-28T04:53:27.355Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32462026-05-28T04:53:27.568Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32472026-05-28T04:53:27.777Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32482026-05-28T04:53:27.806Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32492026-05-28T04:53:28.215Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32502026-05-28T04:53:28.253Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32512026-05-28T04:53:28.428Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32522026-05-28T04:53:28.640Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32532026-05-28T04:53:28.879Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32542026-05-28T04:53:28.905Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32552026-05-28T04:53:29.424Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32562026-05-28T04:53:29.549Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32572026-05-28T04:53:29.610Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-05-28T04:53:29.651Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32592026-05-28T04:53:29.735Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32602026-05-28T04:53:29.863Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32612026-05-28T04:53:30.059Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32622026-05-28T04:53:30.083Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32632026-05-28T04:53:30.195Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32642026-05-28T04:53:30.271Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32652026-05-28T04:53:30.297Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-05-28T04:53:30.408Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32672026-05-28T04:53:30.606Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32682026-05-28T04:53:30.653Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32692026-05-28T04:53:30.656Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32702026-05-28T04:53:30.728Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32712026-05-28T04:53:31.150Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32722026-05-28T04:53:31.232Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32732026-05-28T04:53:31.443Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32742026-05-28T04:53:31.998Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-05-28T04:53:32.551Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32762026-05-28T04:53:32.614Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32772026-05-28T04:53:32.814Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32782026-05-28T04:53:33.145Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32792026-05-28T04:53:33.382Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-05-28T04:53:33.801Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32812026-05-28T04:53:34.297Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32822026-05-28T04:53:34.940Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32832026-05-28T04:53:34.964Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-05-28T04:53:37.360Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32852026-05-28T04:53:37.924Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32862026-05-28T04:53:39.001Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32872026-05-28T04:53:39.147Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32882026-05-28T04:53:39.313Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-05-28T04:53:39.556Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32902026-05-28T04:53:39.862Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32912026-05-28T04:53:40.204Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32922026-05-28T04:53:40.260Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32932026-05-28T04:53:40.284Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32942026-05-28T04:53:40.685Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32952026-05-28T04:53:40.923Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32962026-05-28T04:53:41.027Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-05-28T04:53:41.809Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32982026-05-28T04:53:43.239Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32992026-05-28T04:53:43.324Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33002026-05-28T04:53:43.645Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33012026-05-28T04:53:43.856Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33022026-05-28T04:53:44.009Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33032026-05-28T04:53:44.112Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33042026-05-28T04:53:44.422Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33052026-05-28T04:53:44.667Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33062026-05-28T04:53:44.894Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33072026-05-28T04:53:45.756Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33082026-05-28T04:53:45.988Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-05-28T04:53:46.902Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33102026-05-28T04:53:47.127Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33112026-05-28T04:53:47.828Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33122026-05-28T04:53:47.971Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33132026-05-28T04:53:48.329Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33142026-05-28T04:53:49.776Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33152026-05-28T04:53:50.174Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33162026-05-28T04:53:50.199Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33172026-05-28T04:53:50.603Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33182026-05-28T04:53:50.952Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33192026-05-28T04:53:51.178Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-05-28T04:53:51.388Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33212026-05-28T04:53:51.935Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33222026-05-28T04:53:52.747Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33232026-05-28T04:53:53.705Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33242026-05-28T04:53:53.822Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33252026-05-28T04:53:54.213Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33262026-05-28T04:53:54.275Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33272026-05-28T04:53:55.341Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-05-28T04:53:55.559Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33292026-05-28T04:53:55.793Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33302026-05-28T04:53:56.177Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33312026-05-28T04:53:56.760Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33322026-05-28T04:53:58.008Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33332026-05-28T04:53:58.344Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33342026-05-28T04:53:59.414Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33352026-05-28T04:53:59.919Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-05-28T04:54:00.738Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33372026-05-28T04:54:01.492Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33382026-05-28T04:54:01.907Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33392026-05-28T04:54:02.078Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33402026-05-28T04:54:02.665Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33412026-05-28T04:54:03.285Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33422026-05-28T04:54:03.922Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33432026-05-28T04:54:04.571Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33442026-05-28T04:54:05.030Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33452026-05-28T04:54:05.216Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33462026-05-28T04:54:06.024Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33472026-05-28T04:54:06.336Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33482026-05-28T04:54:06.381Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33492026-05-28T04:54:06.405Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33502026-05-28T04:54:07.307Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33512026-05-28T04:54:07.334Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33522026-05-28T04:54:08.007Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33532026-05-28T04:54:08.195Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33542026-05-28T04:54:08.293Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33552026-05-28T04:54:08.386Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33562026-05-28T04:54:08.590Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33572026-05-28T04:54:08.914Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33582026-05-28T04:54:08.917Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33592026-05-28T04:54:09.394Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33602026-05-28T04:54:09.728Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33612026-05-28T04:54:10.320Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33622026-05-28T04:54:10.975Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33632026-05-28T04:54:11.321Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33642026-05-28T04:54:14.518Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33652026-05-28T04:54:17.628Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33662026-05-28T04:54:18.626Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33672026-05-28T04:54:19.738Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33682026-05-28T04:54:20.556Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33692026-05-28T04:54:21.812Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33702026-05-28T04:54:23.628Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33712026-05-28T04:54:24.957Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33722026-05-28T04:54:25.245Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33732026-05-28T04:54:27.562Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33742026-05-28T04:54:27.667Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33752026-05-28T04:54:28.592Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33762026-05-28T04:54:36.340Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33772026-05-28T04:54:37.542Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33782026-05-28T04:54:38.728Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33792026-05-28T04:54:39.254Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33802026-05-28T04:54:39.971Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33812026-05-28T04:54:41.485Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33822026-05-28T04:54:42.798Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33832026-05-28T04:54:44.098Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33842026-05-28T04:54:45.483Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33852026-05-28T04:54:47.144Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33862026-05-28T04:54:48.192Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33872026-05-28T04:54:49.553Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33882026-05-28T04:54:50.747Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33892026-05-28T04:54:52.343Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33902026-05-28T04:54:53.519Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33912026-05-28T04:54:54.933Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33922026-05-28T04:54:56.382Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33932026-05-28T04:54:58.826Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33942026-05-28T04:54:59.714Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33952026-05-28T04:55:01.345Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33962026-05-28T04:55:03.216Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33972026-05-28T04:55:04.829Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33982026-05-28T04:55:06.538Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33992026-05-28T04:55:08.243Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34002026-05-28T04:55:09.978Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34012026-05-28T04:55:11.975Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34022026-05-28T04:55:13.492Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34032026-05-28T04:55:17.717Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
34042026-05-28T04:55:18.852Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34052026-05-28T04:55:19.823Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34062026-05-28T04:55:22.717Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34072026-05-28T04:55:22.896Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34082026-05-28T04:55:25.065Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34092026-05-28T04:55:27.220Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34102026-05-28T04:55:29.711Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34112026-05-28T04:55:31.818Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34122026-05-28T04:55:33.824Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34132026-05-28T04:55:35.865Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34142026-05-28T04:55:38.307Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34152026-05-28T04:55:40.176Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34162026-05-28T04:55:42.298Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34172026-05-28T04:55:44.351Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34182026-05-28T04:55:46.433Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34192026-05-28T04:55:48.278Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34202026-05-28T04:55:50.687Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34212026-05-28T04:55:52.430Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34222026-05-28T04:55:54.550Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34232026-05-28T04:55:56.875Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34242026-05-28T04:55:59.003Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34252026-05-28T04:56:01.105Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34262026-05-28T04:56:03.220Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34272026-05-28T04:56:05.229Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34282026-05-28T04:56:05.468Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34292026-05-28T04:56:10.120Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34302026-05-28T04:56:12.528Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34312026-05-28T04:56:14.804Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34322026-05-28T04:56:17.078Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34332026-05-28T04:56:19.292Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34342026-05-28T04:56:21.626Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34352026-05-28T04:56:23.938Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34362026-05-28T04:56:26.721Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34372026-05-28T04:56:28.468Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34382026-05-28T04:56:31.130Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34392026-05-28T04:56:32.987Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34402026-05-28T04:56:35.396Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34412026-05-28T04:56:37.649Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34422026-05-28T04:56:40.235Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34432026-05-28T04:56:42.672Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34442026-05-28T04:56:45.054Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34452026-05-28T04:56:47.688Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34462026-05-28T04:56:49.947Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34472026-05-28T04:56:52.384Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34482026-05-28T04:56:55.284Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34492026-05-28T04:56:57.504Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34502026-05-28T04:56:59.963Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-05-28T04:57:02.657Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34522026-05-28T04:57:05.184Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34532026-05-28T04:57:07.680Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34542026-05-28T04:57:10.250Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34552026-05-28T04:57:17.684Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34562026-05-28T04:57:18.212Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34572026-05-28T04:57:21.305Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34582026-05-28T04:57:24.554Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34592026-05-28T04:57:27.946Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34602026-05-28T04:57:32.632Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34612026-05-28T04:57:35.537Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34622026-05-28T04:57:39.133Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34632026-05-28T04:57:42.818Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34642026-05-28T04:57:46.648Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34652026-05-28T04:57:50.258Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34662026-05-28T04:57:53.877Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34672026-05-28T04:57:57.546Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34682026-05-28T04:58:01.344Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34692026-05-28T04:58:04.986Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34702026-05-28T04:58:08.723Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34712026-05-28T04:58:12.299Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34722026-05-28T04:58:16.018Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34732026-05-28T04:58:19.700Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34742026-05-28T04:58:23.472Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34752026-05-28T04:58:27.060Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34762026-05-28T04:58:30.761Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34772026-05-28T04:58:34.411Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34782026-05-28T04:58:38.124Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34792026-05-28T04:58:41.964Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34802026-05-28T04:58:45.537Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34812026-05-28T04:58:49.450Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34822026-05-28T04:59:18.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s
34832026-05-28T04:59:19.156Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files
34842026-05-28T04:59:19.270Z
34852026-05-28T04:59:19.270Zreal 6:14.374758790
34862026-05-28T04:59:19.270Zuser 18:56.600031722
34872026-05-28T04:59:19.270Zsys 4:02.866701016
34882026-05-28T04:59:19.270Ztrap 0.275937022
34892026-05-28T04:59:19.270Ztflt 0.070425497
34902026-05-28T04:59:19.270Zdflt 0.072318987
34912026-05-28T04:59:19.270Zkflt 0.000040140
34922026-05-28T04:59:19.270Zlock 5:21:06.612716767
34932026-05-28T04:59:19.271Zslp 2:01:39.582449569
34942026-05-28T04:59:19.271Zlat 41.703975201
34952026-05-28T04:59:19.273Zstop 2:00.309603133
34962026-05-28T04:59:19.274Zprocess exited: duration 773076 ms, exit code 0
 
34972026-05-28T04:59:19.279Zfound 0 output files