01KY6EABRRWBMTWDGF5HGKXVG7: clippy (helios)

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

Buildomat Job: 01KY6EAT5CQDXVGNFYDASQS3VK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T02:55:33.455Zjob assigned to worker 01KY6EB418YP6TKR12FRYY9KRA [factory aws, i-0bb3e6d6e177f5d57] (queued for 1 m 0 s)
 
22026-07-23T02:55:39.777Zstarting task 0: "setup"
32026-07-23T02:55:39.781Z++ uname -s
42026-07-23T02:55:39.783Z+ kern=SunOS
52026-07-23T02:55:39.783Z+ build_user=build
62026-07-23T02:55:39.783Z+ build_uid=12345
72026-07-23T02:55:39.784Z+ work_dir=/work
82026-07-23T02:55:39.784Z+ input_dir=/input
92026-07-23T02:55:39.784Z+ [[ 0 == 12345 ]]
102026-07-23T02:55:39.784Z+ case "$kern" in
112026-07-23T02:55:39.784Z+ groupadd -g 12345 build
122026-07-23T02:55:39.787Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T02:55:41.789Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T02:55:41.846Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T02:55:41.849Z+ home_fs=zfs
162026-07-23T02:55:41.849Z+ [[ zfs == autofs ]]
172026-07-23T02:55:41.849Z+ mkdir -p /home/build
182026-07-23T02:55:41.849Z+ chown build:build /home/build /work
192026-07-23T02:55:43.850Z+ chmod 0700 /home/build /work
202026-07-23T02:55:43.854Zprocess exited: duration 4076 ms, exit code 0
 
212026-07-23T02:55:43.860Zstarting task 1: "rust-toolchain"
222026-07-23T02:55:43.863Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T02:55:43.864Z * rust toolchain channel = "1.96.1"
242026-07-23T02:55:43.865Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-23T02:55:43.865Z * rust toolchain profile = "default"
262026-07-23T02:55:43.865Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T02:55:43.870Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T02:55:43.870Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T02:55:43.870Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T02:55:43.967Zinfo: downloading installer
312026-07-23T02:55:45.245Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T02:55:45.245Zwarn: /home/build/.rustup/settings.toml
332026-07-23T02:55:45.245Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T02:55:45.245Zwarn: instead of the one inferred from the default host triple.
352026-07-23T02:55:45.257Zinfo: profile set to default
362026-07-23T02:55:45.257Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T02:55:45.260Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T02:55:45.401Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T02:55:45.405Zinfo: downloading 6 components
402026-07-23T02:55:59.771Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T02:55:59.771Z
422026-07-23T02:55:59.802Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T02:55:59.802Z
442026-07-23T02:55:59.802Z
452026-07-23T02:55:59.802ZRust is installed now. Great!
462026-07-23T02:55:59.804Z
472026-07-23T02:55:59.804ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T02:55:59.804Zenvironment variable. This has not been done automatically.
492026-07-23T02:55:59.804Z
502026-07-23T02:55:59.804ZTo configure your current shell, you need to source
512026-07-23T02:55:59.804Zthe corresponding env file under $HOME/.cargo.
522026-07-23T02:55:59.804Z
532026-07-23T02:55:59.804ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T02:55:59.804Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T02:55:59.804Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T02:55:59.804Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T02:55:59.804Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T02:55:59.804Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T02:55:59.804Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T02:55:59.808Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T02:55:59.808Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T02:55:59.916Z+ rustup --version
632026-07-23T02:55:59.929Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T02:55:59.935Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T02:55:59.945Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T02:55:59.950Z+ cargo --version
672026-07-23T02:55:59.963Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T02:55:59.968Z+ rustc --version
692026-07-23T02:55:59.984Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T02:55:59.988Zprocess exited: duration 16125 ms, exit code 0
 
712026-07-23T02:56:00.005Zstarting task 2: "authentication"
722026-07-23T02:56:00.024Zprocess exited: duration 20 ms, exit code 0
 
732026-07-23T02:56:00.031Zstarting task 3: "clone repository"
742026-07-23T02:56:00.035Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T02:56:00.039Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T02:56:00.068ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T02:56:10.769Z+ cd /work/oxidecomputer/omicron
782026-07-23T02:56:10.770Z+ git fetch origin 09c36a0de16070f599a3d60ead4da2070e908355
792026-07-23T02:56:11.164ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T02:56:11.164Z * branch 09c36a0de16070f599a3d60ead4da2070e908355 -> FETCH_HEAD
812026-07-23T02:56:11.175Z+ [[ -n ben/add-service-ip-pool-config-to-rack-init ]]
822026-07-23T02:56:11.179Z++ git branch --show-current
832026-07-23T02:56:11.180Z+ current=main
842026-07-23T02:56:11.180Z+ [[ main != ben/add-service-ip-pool-config-to-rack-init ]]
852026-07-23T02:56:11.181Z+ git branch -f ben/add-service-ip-pool-config-to-rack-init 09c36a0de16070f599a3d60ead4da2070e908355
862026-07-23T02:56:11.184Z+ git checkout -f ben/add-service-ip-pool-config-to-rack-init
872026-07-23T02:56:11.268ZSwitched to branch 'ben/add-service-ip-pool-config-to-rack-init'
882026-07-23T02:56:11.269Z+ git reset --hard 09c36a0de16070f599a3d60ead4da2070e908355
892026-07-23T02:56:11.280ZHEAD is now at 09c36a0de Add full service IP Pool data to DB rack init type
902026-07-23T02:56:11.287Zprocess exited: duration 11247 ms, exit code 0
 
912026-07-23T02:56:11.297Zstarting task 4: "build"
922026-07-23T02:56:11.302Z+ source ./env.sh
932026-07-23T02:56:11.302Z++ OLD_SHELL_OPTS=ehxB
942026-07-23T02:56:11.302Z++ set -o xtrace
952026-07-23T02:56:11.302Z++++ dirname ./env.sh
962026-07-23T02:56:11.308Z+++ readlink -f .
972026-07-23T02:56:11.308Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-23T02:56:11.308Z++ 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-07-23T02:56:11.308Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-23T02:56:11.315Z++ 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-07-23T02:56:11.315Z++ 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-07-23T02:56:11.315Z++ 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-07-23T02:56:11.315Z++ 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-07-23T02:56:11.315Z++ 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-07-23T02:56:11.327Z++ 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-07-23T02:56:11.327Z++ 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-07-23T02:56:11.327Z++ 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-07-23T02:56:11.327Z++ case $OLD_SHELL_OPTS in
1092026-07-23T02:56:11.327Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-23T02:56:11.327Z+ source .github/buildomat/ci-env.sh
1112026-07-23T02:56:11.327Z++ export CARGO_TERM_COLOR=always
1122026-07-23T02:56:11.327Z++ CARGO_TERM_COLOR=always
1132026-07-23T02:56:11.336Z+++ uname -s
1142026-07-23T02:56:11.336Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-23T02:56:11.336Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-23T02:56:11.336Z+ cargo --version
1172026-07-23T02:56:11.336Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-23T02:56:11.336Z+ rustc --version
1192026-07-23T02:56:11.346Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-23T02:56:11.352Z+ banner prerequisites
1212026-07-23T02:56:11.352Z
1222026-07-23T02:56:11.353Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-23T02:56:11.353Z # # # # # # # # # # # # # # #
1242026-07-23T02:56:11.353Z # # # # ##### # # ##### # # # # # #### #
1252026-07-23T02:56:11.353Z ##### ##### # ##### # # # # # # # # #
1262026-07-23T02:56:11.353Z # # # # # # # # # # # # # # #
1272026-07-23T02:56:11.353Z # # # ###### # # ###### ### # #### # #### #
1282026-07-23T02:56:11.353Z
1292026-07-23T02:56:11.353Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-23T02:56:13.029Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-23T02:56:13.239Z Startup: Caching catalogs ... Done
1322026-07-23T02:56:14.304ZPlanning: Solver setup ... Done (0.985s)
1332026-07-23T02:56:14.346ZPlanning: Running solver ... Done (0.042s)
1342026-07-23T02:56:14.378ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-23T02:56:14.388ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-23T02:56:14.408ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-23T02:56:14.422ZPlanning: Package planning ... Done (0.013s)
1382026-07-23T02:56:14.426ZPlanning: Merging actions ... Done (0.002s)
1392026-07-23T02:56:14.624ZPlanning: Checking for conflicting actions ... Done (0.202s)
1402026-07-23T02:56:14.631ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-23T02:56:15.419ZPlanning: Evaluating mediators ... Done (0.786s)
1422026-07-23T02:56:15.425ZPlanning: Planning completed in 2.14 seconds
1432026-07-23T02:56:15.425Z Packages to install: 2
1442026-07-23T02:56:15.425Z Estimated space available: 156.06 GB
1452026-07-23T02:56:15.426ZEstimated space to be consumed: 52.23 MB
1462026-07-23T02:56:15.426Z Create boot environment: No
1472026-07-23T02:56:15.426ZCreate backup boot environment: No
1482026-07-23T02:56:15.426Z Rebuild boot archive: No
1492026-07-23T02:56:15.426Z
1502026-07-23T02:56:15.426ZChanged packages:
1512026-07-23T02:56:15.426Zhelios
1522026-07-23T02:56:15.426Z developer/build-essential
1532026-07-23T02:56:15.426Z None -> 11-3.0
1542026-07-23T02:56:15.426Z library/libxmlsec1
1552026-07-23T02:56:15.426Z None -> 1.2.35-3.0
1562026-07-23T02:56:15.460Z
1572026-07-23T02:56:15.461ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-23T02:56:15.523ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1592026-07-23T02:56:15.612Z Actions: 1/268 actions (Installing new actions)
1602026-07-23T02:56:15.651Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-23T02:56:15.679ZFinalize: Updating package state database ... Done (0.021s)
1622026-07-23T02:56:15.689ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-23T02:56:15.732ZFinalize: Updating image state ... Done (0.054s)
1642026-07-23T02:56:18.122ZFinalize: Creating fast lookup database ... Done (2.356s)
1652026-07-23T02:56:18.190ZFinalize: Reading search index ... Done (0.012s)
1662026-07-23T02:56:18.208ZFinalize: Updating search index ... Done (0.000s)
1672026-07-23T02:56:18.314ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-23T02:56:18.654ZPlanning: Evaluating mediator changes ... Done
1692026-07-23T02:56:18.757ZPlanning: Checking for conflicting actions ... Done
1702026-07-23T02:56:18.763ZPlanning: Consolidating action changes ... Done
1712026-07-23T02:56:18.919ZPlanning: Evaluating mediators ... Done
1722026-07-23T02:56:18.923ZPlanning: Planning completed in 0.26 seconds
1732026-07-23T02:56:18.938Z Mediators to change: 2
1742026-07-23T02:56:18.938Z Create boot environment: No
1752026-07-23T02:56:18.940ZCreate backup boot environment: No
1762026-07-23T02:56:18.989ZFinalize: Updating package state database ... Done
1772026-07-23T02:56:18.989ZFinalize: Updating package cache ... Done
1782026-07-23T02:56:19.020ZFinalize: Updating image state ... Done
1792026-07-23T02:56:20.964ZFinalize: Creating fast lookup database ... Done
1802026-07-23T02:56:21.028ZFinalize: Reading search index ... Done
1812026-07-23T02:56:21.034ZFinalize: Updating search index ... Done
1822026-07-23T02:56:21.151ZFinalize: Updating package cache ... Done
1832026-07-23T02:56:21.431ZPlanning: Evaluating mediator changes ... Done
1842026-07-23T02:56:21.542ZPlanning: Checking for conflicting actions ... Done
1852026-07-23T02:56:21.545ZPlanning: Consolidating action changes ... Done
1862026-07-23T02:56:21.696ZPlanning: Evaluating mediators ... Done
1872026-07-23T02:56:21.703ZPlanning: Planning completed in 0.27 seconds
1882026-07-23T02:56:21.719Z Mediators to change: 1
1892026-07-23T02:56:21.719Z Create boot environment: No
1902026-07-23T02:56:21.719ZCreate backup boot environment: No
1912026-07-23T02:56:21.764ZFinalize: Updating package state database ... Done
1922026-07-23T02:56:21.765ZFinalize: Updating package cache ... Done
1932026-07-23T02:56:21.795ZFinalize: Updating image state ... Done
1942026-07-23T02:56:23.744ZFinalize: Creating fast lookup database ... Done
1952026-07-23T02:56:23.806ZFinalize: Reading search index ... Done
1962026-07-23T02:56:23.810ZFinalize: Updating search index ... Done
1972026-07-23T02:56:23.915ZFinalize: Updating package cache ... Done
1982026-07-23T02:56:24.833ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-23T02:56:24.833Zapache system 2.4 system
2002026-07-23T02:56:24.833Zclang system 15 system
2012026-07-23T02:56:24.833Zcsh system system illumos
2022026-07-23T02:56:24.833Zctags system system illumos
2032026-07-23T02:56:24.833Zfile vendor vendor darwinsys
2042026-07-23T02:56:24.833Zfile system system illumos
2052026-07-23T02:56:24.833Zgcc vendor 14 vendor
2062026-07-23T02:56:24.833Zgcc system 13 system
2072026-07-23T02:56:24.834Zgcc system 10 system
2082026-07-23T02:56:24.834Zgo system 1.25 system
2092026-07-23T02:56:24.834Zllvm system 15 system
2102026-07-23T02:56:24.834Zmariadb system 11.4 system
2112026-07-23T02:56:24.834Zmta vendor vendor dma
2122026-07-23T02:56:24.834Zopenjdk system 17 system
2132026-07-23T02:56:24.834Zopenjdk system 11 system
2142026-07-23T02:56:24.834Zopenssl vendor 3 vendor
2152026-07-23T02:56:24.834Zperl system 5.40 system
2162026-07-23T02:56:24.834Zpostgresql system 18 system
2172026-07-23T02:56:24.834Zpostgresql system 17 system
2182026-07-23T02:56:24.834Zpython vendor 3 vendor
2192026-07-23T02:56:24.834Zpython system 2 system
2202026-07-23T02:56:24.834Zpython3 vendor 3.13 vendor
2212026-07-23T02:56:24.834Zruby system 3.4 system
2222026-07-23T02:56:24.834Zruby system 3.0 system
2232026-07-23T02:56:24.841Zwords vendor vendor american-english
2242026-07-23T02:56:24.841Zwords system system australian-english
2252026-07-23T02:56:24.841Zwords system system british-english
2262026-07-23T02:56:24.841Zwords system system canadian-english
2272026-07-23T02:56:24.841Zwords system system french
2282026-07-23T02:56:24.841Zwords system system italian
2292026-07-23T02:56:24.841Zwords system system ngerman
2302026-07-23T02:56:24.841Zwords system system ogerman
2312026-07-23T02:56:24.841Zwords system system spanish
2322026-07-23T02:56:24.877ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-23T02:56:24.877Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-23T02:56:24.909ZFMRI IFO
2352026-07-23T02:56:24.909Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-23T02:56:24.909Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-23T02:56:24.909Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-23T02:56:24.909Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-23T02:56:24.909Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-23T02:56:24.909Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-23T02:56:24.909Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-23T02:56:24.909Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-23T02:56:24.909Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-23T02:56:25.173Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-23T02:56:25.426Z Updating crates.io index
2462026-07-23T02:56:25.431Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-23T02:56:25.644Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-23T02:56:25.922Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-23T02:56:27.220Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-23T02:56:27.380Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-23T02:56:28.932Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-23T02:56:29.727Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-23T02:56:29.934Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-23T02:56:30.223Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-23T02:56:31.277Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-23T02:56:31.524Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-23T02:56:31.804Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-23T02:56:32.071Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-23T02:56:32.452Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-23T02:56:32.921Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-23T02:56:37.759Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-23T02:56:37.826Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-23T02:56:37.826Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-23T02:56:37.826Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-23T02:56:37.826Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-23T02:56:37.826Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-23T02:56:38.055Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-23T02:56:38.055Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-23T02:56:38.055Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-23T02:56:38.055Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-23T02:56:38.055Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-23T02:56:38.056Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-23T02:56:38.056Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-23T02:56:38.056Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-23T02:56:38.056Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-23T02:56:38.074Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-23T02:56:38.192Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-23T02:56:38.562Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-23T02:56:38.795Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-23T02:56:39.057Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-23T02:56:39.294Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-23T02:56:39.524Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-23T02:56:39.793Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-23T02:56:40.045Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-23T02:56:40.287Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-23T02:56:40.486Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-23T02:56:43.546Z Downloading crates ...
2882026-07-23T02:56:43.612Z Downloaded is_terminal_polyfill v1.70.2
2892026-07-23T02:56:43.614Z Downloaded anstyle-query v1.1.5
2902026-07-23T02:56:43.619Z Downloaded cfg-if v1.0.4
2912026-07-23T02:56:43.622Z Downloaded plain v0.2.3
2922026-07-23T02:56:43.625Z Downloaded zmij v1.0.21
2932026-07-23T02:56:43.628Z Downloaded proc-macro-error-attr v1.0.4
2942026-07-23T02:56:43.630Z Downloaded digest v0.10.7
2952026-07-23T02:56:43.630Z Downloaded cargo_toml v0.21.0
2962026-07-23T02:56:43.633Z Downloaded camino-tempfile v1.4.1
2972026-07-23T02:56:43.633Z Downloaded zerocopy v0.7.35
2982026-07-23T02:56:43.640Z Downloaded terminal_size v0.4.3
2992026-07-23T02:56:43.644Z Downloaded smawk v0.3.2
3002026-07-23T02:56:43.644Z Downloaded cargo-platform v0.3.2
3012026-07-23T02:56:43.644Z Downloaded zerocopy-derive v0.7.35
3022026-07-23T02:56:43.647Z Downloaded anstyle v1.0.14
3032026-07-23T02:56:43.647Z Downloaded anstream v1.0.0
3042026-07-23T02:56:43.650Z Downloaded bytecount v0.6.9
3052026-07-23T02:56:43.656Z Downloaded macaddr v1.0.1
3062026-07-23T02:56:43.656Z Downloaded cargo_metadata v0.23.1
3072026-07-23T02:56:43.659Z Downloaded heck v0.5.0
3082026-07-23T02:56:43.659Z Downloaded crypto-common v0.1.7
3092026-07-23T02:56:43.659Z Downloaded equivalent v1.0.2
3102026-07-23T02:56:43.659Z Downloaded cpufeatures v0.2.17
3112026-07-23T02:56:43.662Z Downloaded errno v0.3.14
3122026-07-23T02:56:43.665Z Downloaded autocfg v1.5.0
3132026-07-23T02:56:43.669Z Downloaded clap v4.6.1
3142026-07-23T02:56:43.674Z Downloaded clap_lex v1.0.0
3152026-07-23T02:56:43.678Z Downloaded thiserror-impl v2.0.18
3162026-07-23T02:56:43.682Z Downloaded generic-array v0.14.7
3172026-07-23T02:56:43.682Z Downloaded anstyle-parse v1.0.0
3182026-07-23T02:56:43.686Z Downloaded block-buffer v0.10.4
3192026-07-23T02:56:43.686Z Downloaded log v0.4.29
3202026-07-23T02:56:43.686Z Downloaded getrandom v0.4.1
3212026-07-23T02:56:43.690Z Downloaded semver v1.0.28
3222026-07-23T02:56:43.690Z Downloaded anyhow v1.0.102
3232026-07-23T02:56:43.694Z Downloaded version_check v0.9.5
3242026-07-23T02:56:43.697Z Downloaded heck v0.4.1
3252026-07-23T02:56:43.697Z Downloaded dof v0.3.0
3262026-07-23T02:56:43.702Z Downloaded fastrand v2.3.0
3272026-07-23T02:56:43.705Z Downloaded thread-id v4.2.2
3282026-07-23T02:56:43.705Z Downloaded strsim v0.11.1
3292026-07-23T02:56:43.705Z Downloaded unicode-ident v1.0.24
3302026-07-23T02:56:43.709Z Downloaded once_cell v1.21.3
3312026-07-23T02:56:43.713Z Downloaded unicode-linebreak v0.1.5
3322026-07-23T02:56:43.723Z Downloaded usdt-attr-macro v0.5.0
3332026-07-23T02:56:43.726Z Downloaded tabled_derive v0.7.0
3342026-07-23T02:56:43.729Z Downloaded toml_write v0.1.2
3352026-07-23T02:56:43.732Z Downloaded memmap v0.7.0
3362026-07-23T02:56:43.735Z Downloaded scroll_derive v0.12.1
3372026-07-23T02:56:43.735Z Downloaded fnv v1.0.7
3382026-07-23T02:56:43.741Z Downloaded utf8parse v0.2.2
3392026-07-23T02:56:43.744Z Downloaded swrite v0.1.0
3402026-07-23T02:56:43.744Z Downloaded serde_spanned v0.6.9
3412026-07-23T02:56:43.749Z Downloaded colorchoice v1.0.4
3422026-07-23T02:56:43.752Z Downloaded dtrace-parser v0.2.0
3432026-07-23T02:56:43.752Z Downloaded usdt v0.5.0
3442026-07-23T02:56:43.759Z Downloaded usdt-macro v0.5.0
3452026-07-23T02:56:43.762Z Downloaded thiserror-impl v1.0.69
3462026-07-23T02:56:43.762Z Downloaded fs-err v3.3.0
3472026-07-23T02:56:43.762Z Downloaded byteorder v1.5.0
3482026-07-23T02:56:43.767Z Downloaded bitflags v2.11.0
3492026-07-23T02:56:43.770Z Downloaded toml_datetime v0.6.11
3502026-07-23T02:56:43.773Z Downloaded pretty-hex v0.4.1
3512026-07-23T02:56:43.774Z Downloaded camino v1.2.2
3522026-07-23T02:56:43.776Z Downloaded usdt-impl v0.5.0
3532026-07-23T02:56:43.776Z Downloaded scroll v0.12.0
3542026-07-23T02:56:43.785Z Downloaded itoa v1.0.17
3552026-07-23T02:56:43.788Z Downloaded thiserror v1.0.69
3562026-07-23T02:56:43.790Z Downloaded thiserror v2.0.18
3572026-07-23T02:56:43.793Z Downloaded serde_tokenstream v0.2.3
3582026-07-23T02:56:43.796Z Downloaded quote v1.0.45
3592026-07-23T02:56:43.800Z Downloaded proc-macro-error v1.0.4
3602026-07-23T02:56:43.810Z Downloaded memchr v2.8.0
3612026-07-23T02:56:43.813Z Downloaded pest_generator v2.8.6
3622026-07-23T02:56:43.816Z Downloaded clap_derive v4.6.1
3632026-07-23T02:56:43.816Z Downloaded tempfile v3.25.0
3642026-07-23T02:56:43.816Z Downloaded sha2 v0.10.9
3652026-07-23T02:56:43.820Z Downloaded pest_derive v2.8.6
3662026-07-23T02:56:43.830Z Downloaded ucd-trie v0.1.7
3672026-07-23T02:56:43.835Z Downloaded toml v0.8.23
3682026-07-23T02:56:43.838Z Downloaded textwrap v0.16.2
3692026-07-23T02:56:43.846Z Downloaded papergrid v0.11.0
3702026-07-23T02:56:43.852Z Downloaded proc-macro2 v1.0.106
3712026-07-23T02:56:43.858Z Downloaded pest_meta v2.8.6
3722026-07-23T02:56:43.867Z Downloaded serde_core v1.0.228
3732026-07-23T02:56:43.870Z Downloaded serde_derive v1.0.228
3742026-07-23T02:56:43.903Z Downloaded serde v1.0.228
3752026-07-23T02:56:43.909Z Downloaded toml_edit v0.22.27
3762026-07-23T02:56:43.912Z Downloaded indexmap v2.14.0
3772026-07-23T02:56:43.922Z Downloaded typenum v1.20.1
3782026-07-23T02:56:43.934Z Downloaded clap_builder v4.6.0
3792026-07-23T02:56:43.960Z Downloaded pest v2.8.6
3802026-07-23T02:56:43.964Z Downloaded tabled v0.15.0
3812026-07-23T02:56:43.972Z Downloaded hashbrown v0.17.0
3822026-07-23T02:56:43.976Z Downloaded serde_json v1.0.150
3832026-07-23T02:56:43.997Z Downloaded goblin v0.8.2
3842026-07-23T02:56:44.002Z Downloaded winnow v0.7.14
3852026-07-23T02:56:44.028Z Downloaded syn v1.0.109
3862026-07-23T02:56:44.037Z Downloaded unicode-width v0.1.14
3872026-07-23T02:56:44.040Z Downloaded unicode-width v0.2.0
3882026-07-23T02:56:44.043Z Downloaded syn v2.0.117
3892026-07-23T02:56:44.054Z Downloaded rustix v1.1.3
3902026-07-23T02:56:44.088Z Downloaded libc v0.2.185
3912026-07-23T02:56:44.148Z Compiling proc-macro2 v1.0.106
3922026-07-23T02:56:44.149Z Compiling quote v1.0.45
3932026-07-23T02:56:44.152Z Compiling unicode-ident v1.0.24
3942026-07-23T02:56:44.152Z Compiling serde_core v1.0.228
3952026-07-23T02:56:44.152Z Compiling libc v0.2.185
3962026-07-23T02:56:44.152Z Compiling version_check v0.9.5
3972026-07-23T02:56:44.152Z Compiling memchr v2.8.0
3982026-07-23T02:56:44.152Z Compiling serde v1.0.228
3992026-07-23T02:56:44.469Z Compiling zmij v1.0.21
4002026-07-23T02:56:44.738Z Compiling ucd-trie v0.1.7
4012026-07-23T02:56:44.770Z Compiling itoa v1.0.17
4022026-07-23T02:56:44.949Z Compiling thiserror v1.0.69
4032026-07-23T02:56:45.008Z Compiling pest v2.8.6
4042026-07-23T02:56:45.013Z Compiling byteorder v1.5.0
4052026-07-23T02:56:45.184Z Compiling rustix v1.1.3
4062026-07-23T02:56:45.245Z Compiling errno v0.3.14
4072026-07-23T02:56:45.455Z Compiling bitflags v2.11.0
4082026-07-23T02:56:45.487Z Compiling serde_json v1.0.150
4092026-07-23T02:56:45.633Z Compiling syn v2.0.117
4102026-07-23T02:56:45.694Z Compiling thread-id v4.2.2
4112026-07-23T02:56:45.728Z Compiling usdt-impl v0.5.0
4122026-07-23T02:56:45.792Z Compiling proc-macro-error-attr v1.0.4
4132026-07-23T02:56:45.900Z Compiling camino v1.2.2
4142026-07-23T02:56:45.950Z Compiling syn v1.0.109
4152026-07-23T02:56:46.050Z Compiling pest_meta v2.8.6
4162026-07-23T02:56:46.313Z Compiling proc-macro-error v1.0.4
4172026-07-23T02:56:46.330Z Compiling equivalent v1.0.2
4182026-07-23T02:56:46.349Z Compiling getrandom v0.4.1
4192026-07-23T02:56:46.421Z Compiling hashbrown v0.17.0
4202026-07-23T02:56:46.653Z Compiling utf8parse v0.2.2
4212026-07-23T02:56:46.721Z Compiling log v0.4.29
4222026-07-23T02:56:46.770Z Compiling plain v0.2.3
4232026-07-23T02:56:46.860Z Compiling anstyle-parse v1.0.0
4242026-07-23T02:56:46.936Z Compiling indexmap v2.14.0
4252026-07-23T02:56:46.989Z Compiling terminal_size v0.4.3
4262026-07-23T02:56:47.543Z Compiling cfg-if v1.0.4
4272026-07-23T02:56:47.561Z Compiling is_terminal_polyfill v1.70.2
4282026-07-23T02:56:47.563Z Compiling pretty-hex v0.4.1
4292026-07-23T02:56:47.619Z Compiling winnow v0.7.14
4302026-07-23T02:56:47.658Z Compiling anstyle-query v1.1.5
4312026-07-23T02:56:47.661Z Compiling anstyle v1.0.14
4322026-07-23T02:56:47.691Z Compiling thiserror v2.0.18
4332026-07-23T02:56:47.721Z Compiling toml_write v0.1.2
4342026-07-23T02:56:47.773Z Compiling colorchoice v1.0.4
4352026-07-23T02:56:47.895Z Compiling pest_generator v2.8.6
4362026-07-23T02:56:47.912Z Compiling autocfg v1.5.0
4372026-07-23T02:56:47.915Z Compiling anstream v1.0.0
4382026-07-23T02:56:48.232Z Compiling unicode-width v0.1.14
4392026-07-23T02:56:48.252Z Compiling heck v0.5.0
4402026-07-23T02:56:48.358Z Compiling fs-err v3.3.0
4412026-07-23T02:56:48.520Z Compiling anyhow v1.0.102
4422026-07-23T02:56:48.538Z Compiling strsim v0.11.1
4432026-07-23T02:56:48.553Z Compiling fnv v1.0.7
4442026-07-23T02:56:48.568Z Compiling bytecount v0.6.9
4452026-07-23T02:56:48.596Z Compiling fastrand v2.3.0
4462026-07-23T02:56:48.652Z Compiling clap_lex v1.0.0
4472026-07-23T02:56:48.705Z Compiling once_cell v1.21.3
4482026-07-23T02:56:48.845Z Compiling heck v0.4.1
4492026-07-23T02:56:48.917Z Compiling tempfile v3.25.0
4502026-07-23T02:56:48.934Z Compiling clap_builder v4.6.0
4512026-07-23T02:56:48.966Z Compiling papergrid v0.11.0
4522026-07-23T02:56:49.119Z Compiling semver v1.0.28
4532026-07-23T02:56:49.135Z Compiling tabled_derive v0.7.0
4542026-07-23T02:56:49.159Z Compiling cargo-platform v0.3.2
4552026-07-23T02:56:49.205Z Compiling memmap v0.7.0
4562026-07-23T02:56:49.308Z Compiling unicode-width v0.2.0
4572026-07-23T02:56:49.392Z Compiling unicode-linebreak v0.1.5
4582026-07-23T02:56:49.438Z Compiling smawk v0.3.2
4592026-07-23T02:56:49.564Z Compiling serde_derive v1.0.228
4602026-07-23T02:56:49.584Z Compiling thiserror-impl v1.0.69
4612026-07-23T02:56:49.600Z Compiling zerocopy-derive v0.7.35
4622026-07-23T02:56:49.643Z Compiling pest_derive v2.8.6
4632026-07-23T02:56:49.747Z Compiling scroll_derive v0.12.1
4642026-07-23T02:56:50.071Z Compiling thiserror-impl v2.0.18
4652026-07-23T02:56:50.105Z Compiling clap_derive v4.6.1
4662026-07-23T02:56:50.409Z Compiling tabled v0.15.0
4672026-07-23T02:56:50.438Z Compiling scroll v0.12.0
4682026-07-23T02:56:50.484Z Compiling zerocopy v0.7.35
4692026-07-23T02:56:50.711Z Compiling goblin v0.8.2
4702026-07-23T02:56:50.960Z Compiling dtrace-parser v0.2.0
4712026-07-23T02:56:51.038Z Compiling textwrap v0.16.2
4722026-07-23T02:56:51.490Z Compiling camino-tempfile v1.4.1
4732026-07-23T02:56:51.697Z Compiling swrite v0.1.0
4742026-07-23T02:56:51.847Z Compiling clap v4.6.1
4752026-07-23T02:56:52.681Z Compiling serde_spanned v0.6.9
4762026-07-23T02:56:52.681Z Compiling toml_datetime v0.6.11
4772026-07-23T02:56:52.685Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-23T02:56:52.685Z Compiling macaddr v1.0.1
4792026-07-23T02:56:52.685Z Compiling cargo_metadata v0.23.1
4802026-07-23T02:56:52.762Z Compiling dof v0.3.0
4812026-07-23T02:56:52.779Z Compiling serde_tokenstream v0.2.3
4822026-07-23T02:56:52.913Z Compiling toml_edit v0.22.27
4832026-07-23T02:56:53.522Z Compiling usdt-attr-macro v0.5.0
4842026-07-23T02:56:53.523Z Compiling usdt-macro v0.5.0
4852026-07-23T02:56:54.108Z Compiling usdt v0.5.0
4862026-07-23T02:56:54.231Z Compiling toml v0.8.23
4872026-07-23T02:56:54.561Z Compiling cargo_toml v0.21.0
4882026-07-23T02:56:55.822Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-23T02:56:57.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.78s
4902026-07-23T02:56:57.985Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-23T02:56:58.518Z Downloading crates ...
4922026-07-23T02:56:58.576Z Downloaded adler2 v2.0.1
4932026-07-23T02:56:58.583Z Downloaded anstream v0.6.21
4942026-07-23T02:56:58.586Z Downloaded ahash v0.8.12
4952026-07-23T02:56:58.592Z Downloaded console v0.15.11
4962026-07-23T02:56:58.603Z Downloaded chrono v0.4.45
4972026-07-23T02:56:58.608Z Downloaded cpubits v0.1.1
4982026-07-23T02:56:58.613Z Downloaded bitfield-struct v0.6.2
4992026-07-23T02:56:58.613Z Downloaded base64ct v1.8.3
5002026-07-23T02:56:58.613Z Downloaded crc8 v0.1.1
5012026-07-23T02:56:58.613Z Downloaded async-trait v0.1.89
5022026-07-23T02:56:58.616Z Downloaded daft-derive v0.1.7
5032026-07-23T02:56:58.617Z Downloaded downcast-rs v2.0.2
5042026-07-23T02:56:58.620Z Downloaded cobs v0.3.0
5052026-07-23T02:56:58.620Z Downloaded deranged v0.5.8
5062026-07-23T02:56:58.620Z Downloaded arc-swap v1.8.2
5072026-07-23T02:56:58.623Z Downloaded diff v0.1.13
5082026-07-23T02:56:58.623Z Downloaded block-padding v0.4.2
5092026-07-23T02:56:58.626Z Downloaded base16ct v0.2.0
5102026-07-23T02:56:58.626Z Downloaded arrayvec v0.7.6
5112026-07-23T02:56:58.626Z Downloaded convert_case v0.4.0
5122026-07-23T02:56:58.630Z Downloaded async-recursion v1.1.1
5132026-07-23T02:56:58.630Z Downloaded crossbeam-deque v0.8.6
5142026-07-23T02:56:58.633Z Downloaded async-stream v0.3.6
5152026-07-23T02:56:58.633Z Downloaded der v0.7.10
5162026-07-23T02:56:58.638Z Downloaded digest-io v0.1.0
5172026-07-23T02:56:58.638Z Downloaded crossterm v0.28.1
5182026-07-23T02:56:58.641Z Downloaded crunchy v0.2.4
5192026-07-23T02:56:58.645Z Downloaded blake3 v1.8.5
5202026-07-23T02:56:58.648Z Downloaded atomicwrites v0.4.4
5212026-07-23T02:56:58.651Z Downloaded crc-catalog v2.4.0
5222026-07-23T02:56:58.651Z Downloaded chacha20 v0.9.1
5232026-07-23T02:56:58.654Z Downloaded cookie_store v0.22.1
5242026-07-23T02:56:58.661Z Downloaded const_format_proc_macros v0.2.34
5252026-07-23T02:56:58.661Z Downloaded darling_macro v0.13.4
5262026-07-23T02:56:58.664Z Downloaded colored v2.2.0
5272026-07-23T02:56:58.664Z Downloaded castaway v0.2.4
5282026-07-23T02:56:58.670Z Downloaded data-encoding v2.10.0
5292026-07-23T02:56:58.673Z Downloaded cmov v0.5.4
5302026-07-23T02:56:58.673Z Downloaded crossterm v0.29.0
5312026-07-23T02:56:58.677Z Downloaded enum-as-inner v0.6.1
5322026-07-23T02:56:58.680Z Downloaded camino-tempfile-ext v0.3.3
5332026-07-23T02:56:58.681Z Downloaded dropshot-api-manager-types v0.7.2
5342026-07-23T02:56:58.681Z Downloaded darling_macro v0.21.3
5352026-07-23T02:56:58.681Z Downloaded darling_macro v0.20.11
5362026-07-23T02:56:58.682Z Downloaded bs58 v0.5.1
5372026-07-23T02:56:58.685Z Downloaded cancel-safe-futures v0.1.5
5382026-07-23T02:56:58.685Z Downloaded defmt v0.3.100
5392026-07-23T02:56:58.685Z Downloaded darling_macro v0.23.0
5402026-07-23T02:56:58.688Z Downloaded cpufeatures v0.3.0
5412026-07-23T02:56:58.688Z Downloaded crc v3.4.0
5422026-07-23T02:56:58.689Z Downloaded curve25519-dalek-derive v0.1.1
5432026-07-23T02:56:58.697Z Downloaded bstr v1.12.1
5442026-07-23T02:56:58.702Z Downloaded find-msvc-tools v0.1.9
5452026-07-23T02:56:58.705Z Downloaded ff v0.13.1
5462026-07-23T02:56:58.705Z Downloaded fallible-iterator v0.2.0
5472026-07-23T02:56:58.705Z Downloaded dtrace-parser v0.3.0
5482026-07-23T02:56:58.705Z Downloaded derive_builder_macro v0.20.2
5492026-07-23T02:56:58.708Z Downloaded defmt-parser v1.0.0
5502026-07-23T02:56:58.708Z Downloaded convert_case v0.10.0
5512026-07-23T02:56:58.709Z Downloaded dirs-sys-next v0.1.2
5522026-07-23T02:56:58.709Z Downloaded darling v0.13.4
5532026-07-23T02:56:58.712Z Downloaded cstr-argument v0.1.2
5542026-07-23T02:56:58.712Z Downloaded crucible-workspace-hack v0.1.0
5552026-07-23T02:56:58.712Z Downloaded aes v0.9.1
5562026-07-23T02:56:58.716Z Downloaded difflib v0.4.0
5572026-07-23T02:56:58.720Z Downloaded dof v0.4.0
5582026-07-23T02:56:58.720Z Downloaded atomic-waker v1.1.2
5592026-07-23T02:56:58.720Z Downloaded crypto-common v0.2.2
5602026-07-23T02:56:58.725Z Downloaded float-cmp v0.10.0
5612026-07-23T02:56:58.729Z Downloaded fs_extra v1.3.0
5622026-07-23T02:56:58.729Z Downloaded bindgen v0.71.1
5632026-07-23T02:56:58.732Z Downloaded embedded-io v0.6.1
5642026-07-23T02:56:58.732Z Downloaded async-stream-impl v0.3.6
5652026-07-23T02:56:58.736Z Downloaded ctr v0.10.1
5662026-07-23T02:56:58.736Z Downloaded futures-sink v0.3.32
5672026-07-23T02:56:58.736Z Downloaded fs-err v2.11.0
5682026-07-23T02:56:58.739Z Downloaded buf-list v1.1.2
5692026-07-23T02:56:58.739Z Downloaded ed25519 v3.0.0
5702026-07-23T02:56:58.742Z Downloaded dirs-next v2.0.0
5712026-07-23T02:56:58.742Z Downloaded digest v0.11.3
5722026-07-23T02:56:58.742Z Downloaded futures-macro v0.3.32
5732026-07-23T02:56:58.747Z Downloaded critical-section v1.2.0
5742026-07-23T02:56:58.752Z Downloaded cmake v0.1.57
5752026-07-23T02:56:58.757Z Downloaded dunce v1.0.5
5762026-07-23T02:56:58.757Z Downloaded argon2 v0.5.3
5772026-07-23T02:56:58.757Z Downloaded debug-ignore v1.0.5
5782026-07-23T02:56:58.757Z Downloaded form_urlencoded v1.2.2
5792026-07-23T02:56:58.760Z Downloaded foreign-types-shared v0.1.1
5802026-07-23T02:56:58.760Z Downloaded diesel_table_macro_syntax v0.3.0
5812026-07-23T02:56:58.760Z Downloaded bit-set v0.8.0
5822026-07-23T02:56:58.760Z Downloaded env_filter v1.0.0
5832026-07-23T02:56:58.760Z Downloaded base16ct v1.0.0
5842026-07-23T02:56:58.763Z Downloaded daft v0.1.7
5852026-07-23T02:56:58.763Z Downloaded either v1.15.0
5862026-07-23T02:56:58.767Z Downloaded displaydoc v0.2.5
5872026-07-23T02:56:58.767Z Downloaded cassowary v0.3.0
5882026-07-23T02:56:58.773Z Downloaded ciborium v0.2.2
5892026-07-23T02:56:58.773Z Downloaded derive-ex v0.1.8
5902026-07-23T02:56:58.773Z Downloaded diesel-dtrace v0.5.0
5912026-07-23T02:56:58.773Z Downloaded git-stub v1.0.0
5922026-07-23T02:56:58.776Z Downloaded endian-type v0.1.2
5932026-07-23T02:56:58.776Z Downloaded ctutils v0.4.2
5942026-07-23T02:56:58.776Z Downloaded corncobs v0.1.4
5952026-07-23T02:56:58.776Z Downloaded bit-vec v0.8.0
5962026-07-23T02:56:58.779Z Downloaded dsl_auto_type v0.2.0
5972026-07-23T02:56:58.779Z Downloaded derive_builder v0.20.2
5982026-07-23T02:56:58.782Z Downloaded futures-channel v0.3.32
5992026-07-23T02:56:58.786Z Downloaded constant_time_eq v0.4.2
6002026-07-23T02:56:58.786Z Downloaded byte-wrapper v0.1.0
6012026-07-23T02:56:58.789Z Downloaded foldhash v0.1.5
6022026-07-23T02:56:58.789Z Downloaded foreign-types v0.5.0
6032026-07-23T02:56:58.790Z Downloaded ena v0.14.4
6042026-07-23T02:56:58.790Z Downloaded des v0.9.0
6052026-07-23T02:56:58.790Z Downloaded darling v0.23.0
6062026-07-23T02:56:58.793Z Downloaded darling_core v0.13.4
6072026-07-23T02:56:58.797Z Downloaded curve25519-dalek v5.0.0-rc.0
6082026-07-23T02:56:58.802Z Downloaded git-stub-vcs v0.1.0
6092026-07-23T02:56:58.805Z Downloaded funty v2.0.0
6102026-07-23T02:56:58.805Z Downloaded float-ord v0.3.2
6112026-07-23T02:56:58.805Z Downloaded display-error-chain v0.2.2
6122026-07-23T02:56:58.805Z Downloaded const-oid v0.9.6
6132026-07-23T02:56:58.808Z Downloaded cookie v0.18.1
6142026-07-23T02:56:58.808Z Downloaded delegate v0.13.5
6152026-07-23T02:56:58.812Z Downloaded compact_str v0.8.1
6162026-07-23T02:56:58.812Z Downloaded headers-core v0.3.0
6172026-07-23T02:56:58.812Z Downloaded futures-task v0.3.32
6182026-07-23T02:56:58.815Z Downloaded defmt v1.0.1
6192026-07-23T02:56:58.815Z Downloaded globwalk v0.9.1
6202026-07-23T02:56:58.819Z Downloaded dyn-clone v1.0.20
6212026-07-23T02:56:58.819Z Downloaded chacha20poly1305 v0.10.1
6222026-07-23T02:56:58.822Z Downloaded hash32 v0.2.1
6232026-07-23T02:56:58.823Z Downloaded const_format v0.2.35
6242026-07-23T02:56:58.823Z Downloaded csv-core v0.1.13
6252026-07-23T02:56:58.829Z Downloaded bitflags v1.3.2
6262026-07-23T02:56:58.829Z Downloaded ar_archive_writer v0.5.1
6272026-07-23T02:56:58.833Z Downloaded allocator-api2 v0.2.21
6282026-07-23T02:56:58.833Z Downloaded http-body v1.0.1
6292026-07-23T02:56:58.833Z Downloaded darling v0.21.3
6302026-07-23T02:56:58.836Z Downloaded highway v1.3.0
6312026-07-23T02:56:58.839Z Downloaded base64 v0.21.7
6322026-07-23T02:56:58.842Z Downloaded fixedbitset v0.4.2
6332026-07-23T02:56:58.842Z Downloaded ecdsa v0.16.9
6342026-07-23T02:56:58.842Z Downloaded bumpalo v3.20.2
6352026-07-23T02:56:58.845Z Downloaded hmac v0.12.1
6362026-07-23T02:56:58.849Z Downloaded ed25519 v2.2.3
6372026-07-23T02:56:58.850Z Downloaded ecdsa v0.17.0-rc.18
6382026-07-23T02:56:58.854Z Downloaded dropshot_endpoint v0.17.1
6392026-07-23T02:56:58.854Z Downloaded ciborium-ll v0.2.2
6402026-07-23T02:56:58.859Z Downloaded gethostname v0.5.0
6412026-07-23T02:56:58.863Z Downloaded hash32 v0.3.1
6422026-07-23T02:56:58.863Z Downloaded hex-literal v1.1.0
6432026-07-23T02:56:58.867Z Downloaded atty v0.2.14
6442026-07-23T02:56:58.867Z Downloaded fxhash v0.2.1
6452026-07-23T02:56:58.867Z Downloaded home v0.5.12
6462026-07-23T02:56:58.867Z Downloaded foldhash v0.2.0
6472026-07-23T02:56:58.867Z Downloaded der_derive v0.7.3
6482026-07-23T02:56:58.870Z Downloaded darling_core v0.20.11
6492026-07-23T02:56:58.875Z Downloaded assert_matches v1.5.0
6502026-07-23T02:56:58.878Z Downloaded derive_builder_core v0.20.2
6512026-07-23T02:56:58.878Z Downloaded group v0.14.0
6522026-07-23T02:56:58.883Z Downloaded group v0.13.0
6532026-07-23T02:56:58.883Z Downloaded defmt-macros v1.0.1
6542026-07-23T02:56:58.886Z Downloaded hubpack_derive v0.1.1
6552026-07-23T02:56:58.886Z Downloaded hubpack v0.1.2
6562026-07-23T02:56:58.886Z Downloaded hostname v0.4.2
6572026-07-23T02:56:58.889Z Downloaded httpdate v1.0.3
6582026-07-23T02:56:58.889Z Downloaded http-range v0.1.5
6592026-07-23T02:56:58.895Z Downloaded foreign-types-macros v0.2.3
6602026-07-23T02:56:58.895Z Downloaded aead v0.5.2
6612026-07-23T02:56:58.895Z Downloaded globset v0.4.18
6622026-07-23T02:56:58.898Z Downloaded cfg_aliases v0.2.1
6632026-07-23T02:56:58.898Z Downloaded bcrypt-pbkdf v0.11.0
6642026-07-23T02:56:58.898Z Downloaded fatfs v0.3.6
6652026-07-23T02:56:58.898Z Downloaded indent_write v2.2.0
6662026-07-23T02:56:58.902Z Downloaded darling v0.20.11
6672026-07-23T02:56:58.903Z Downloaded document-features v0.2.12
6682026-07-23T02:56:58.907Z Downloaded crc-any v2.5.0
6692026-07-23T02:56:58.907Z Downloaded ident_case v1.0.1
6702026-07-23T02:56:58.907Z Downloaded cipher v0.4.4
6712026-07-23T02:56:58.907Z Downloaded crossbeam-utils v0.8.21
6722026-07-23T02:56:58.910Z Downloaded idna_adapter v1.2.1
6732026-07-23T02:56:58.910Z Downloaded bitfield-macros v0.19.4
6742026-07-23T02:56:58.910Z Downloaded async-bb8-diesel v0.2.1
6752026-07-23T02:56:58.914Z Downloaded ff v0.14.0
6762026-07-23T02:56:58.914Z Downloaded derive_more v0.99.20
6772026-07-23T02:56:58.918Z Downloaded aes-gcm v0.11.0
6782026-07-23T02:56:58.918Z Downloaded darling_core v0.21.3
6792026-07-23T02:56:58.921Z Downloaded ghash v0.6.0
6802026-07-23T02:56:58.925Z Downloaded flagset v0.4.7
6812026-07-23T02:56:58.926Z Downloaded ascii-canvas v3.0.0
6822026-07-23T02:56:58.926Z Downloaded illumos-nvpair-sys v0.2.0
6832026-07-23T02:56:58.929Z Downloaded illumos-nvpair v0.3.0
6842026-07-23T02:56:58.929Z Downloaded block-buffer v0.12.1
6852026-07-23T02:56:58.929Z Downloaded filetime v0.2.27
6862026-07-23T02:56:58.929Z Downloaded enum_dispatch v0.3.13
6872026-07-23T02:56:58.929Z Downloaded httparse v1.10.1
6882026-07-23T02:56:58.933Z Downloaded hmac v0.13.0
6892026-07-23T02:56:58.933Z Downloaded inout v0.2.2
6902026-07-23T02:56:58.936Z Downloaded indoc v1.0.9
6912026-07-23T02:56:58.936Z Downloaded bb8 v0.8.6
6922026-07-23T02:56:58.936Z Downloaded fd-lock v4.0.4
6932026-07-23T02:56:58.940Z Downloaded instant v0.1.13
6942026-07-23T02:56:58.940Z Downloaded cexpr v0.6.0
6952026-07-23T02:56:58.940Z Downloaded is-terminal v0.4.17
6962026-07-23T02:56:58.943Z Downloaded internet-checksum v0.2.1
6972026-07-23T02:56:58.943Z Downloaded instability v0.3.11
6982026-07-23T02:56:58.943Z Downloaded bitfield v0.19.4
6992026-07-23T02:56:58.946Z Downloaded inout v0.1.4
7002026-07-23T02:56:58.946Z Downloaded embedded-io v0.4.0
7012026-07-23T02:56:58.946Z Downloaded bit-set v0.5.3
7022026-07-23T02:56:58.946Z Downloaded bcs v0.1.6
7032026-07-23T02:56:58.950Z Downloaded compression-codecs v0.4.37
7042026-07-23T02:56:58.950Z Downloaded compression-core v0.4.31
7052026-07-23T02:56:58.956Z Downloaded crc32fast v1.5.0
7062026-07-23T02:56:58.956Z Downloaded env_logger v0.11.9
7072026-07-23T02:56:58.956Z Downloaded half v1.8.3
7082026-07-23T02:56:58.962Z Downloaded getrandom v0.2.17
7092026-07-23T02:56:58.962Z Downloaded humantime v2.3.0
7102026-07-23T02:56:58.962Z Downloaded hostname v0.3.1
7112026-07-23T02:56:58.962Z Downloaded keccak v0.1.6
7122026-07-23T02:56:58.962Z Downloaded crossbeam-epoch v0.9.18
7132026-07-23T02:56:58.966Z Downloaded darling_core v0.23.0
7142026-07-23T02:56:58.966Z Downloaded hyper-staticfile v0.10.1
7152026-07-23T02:56:58.972Z Downloaded elliptic-curve v0.14.0-rc.33
7162026-07-23T02:56:58.972Z Downloaded is_ci v1.2.0
7172026-07-23T02:56:58.972Z Downloaded argon2 v0.6.0-rc.8
7182026-07-23T02:56:58.975Z Downloaded lazy_static v1.5.0
7192026-07-23T02:56:58.975Z Downloaded indoc v2.0.7
7202026-07-23T02:56:58.975Z Downloaded libscf-sys v1.1.0
7212026-07-23T02:56:58.975Z Downloaded lalrpop-util v0.19.12
7222026-07-23T02:56:58.978Z Downloaded kstat-rs v0.2.4
7232026-07-23T02:56:58.978Z Downloaded kem v0.3.0
7242026-07-23T02:56:58.978Z Downloaded arrayref v0.3.9
7252026-07-23T02:56:58.978Z Downloaded foreign-types v0.3.2
7262026-07-23T02:56:58.984Z Downloaded cfg_aliases v0.1.1
7272026-07-23T02:56:58.984Z Downloaded futures-core v0.3.32
7282026-07-23T02:56:58.990Z Downloaded foreign-types-shared v0.3.1
7292026-07-23T02:56:58.990Z Downloaded ciborium-io v0.2.2
7302026-07-23T02:56:58.990Z Downloaded flume v0.11.1
7312026-07-23T02:56:58.990Z Downloaded glob v0.3.3
7322026-07-23T02:56:58.993Z Downloaded fixedbitset v0.5.7
7332026-07-23T02:56:58.993Z Downloaded anstyle-parse v0.2.7
7342026-07-23T02:56:58.993Z Downloaded derive-where v1.6.0
7352026-07-23T02:56:58.996Z Downloaded http-body-util v0.1.3
7362026-07-23T02:56:58.996Z Downloaded lru-cache v0.1.2
7372026-07-23T02:56:58.999Z Downloaded ipnet v2.11.0
7382026-07-23T02:56:58.999Z Downloaded linked-hash-map v0.5.6
7392026-07-23T02:56:58.999Z Downloaded getrandom v0.3.4
7402026-07-23T02:56:59.003Z Downloaded match_cfg v0.1.0
7412026-07-23T02:56:59.003Z Downloaded lru v0.12.5
7422026-07-23T02:56:59.011Z Downloaded futures-executor v0.3.32
7432026-07-23T02:56:59.011Z Downloaded maybe-uninit v2.0.0
7442026-07-23T02:56:59.011Z Downloaded ingot v0.1.1
7452026-07-23T02:56:59.011Z Downloaded impl-trait-for-tuples v0.2.3
7462026-07-23T02:56:59.016Z Downloaded bzip2 v0.4.4
7472026-07-23T02:56:59.016Z Downloaded blake2 v0.11.0-rc.6
7482026-07-23T02:56:59.016Z Downloaded memoffset v0.9.1
7492026-07-23T02:56:59.016Z Downloaded hex v0.4.3
7502026-07-23T02:56:59.016Z Downloaded hyper-tls v0.6.0
7512026-07-23T02:56:59.016Z Downloaded erased-serde v0.3.31
7522026-07-23T02:56:59.020Z Downloaded crypto-bigint v0.5.5
7532026-07-23T02:56:59.021Z Downloaded multimap v0.10.1
7542026-07-23T02:56:59.024Z Downloaded hashbrown v0.13.2
7552026-07-23T02:56:59.024Z Downloaded futures v0.3.32
7562026-07-23T02:56:59.033Z Downloaded colored v3.1.1
7572026-07-23T02:56:59.033Z Downloaded keccak v0.2.0
7582026-07-23T02:56:59.037Z Downloaded array-init v0.0.4
7592026-07-23T02:56:59.037Z Downloaded clang-sys v1.8.1
7602026-07-23T02:56:59.038Z Downloaded newline-converter v0.3.0
7612026-07-23T02:56:59.038Z Downloaded new_debug_unreachable v1.0.6
7622026-07-23T02:56:59.038Z Downloaded iana-time-zone v0.1.65
7632026-07-23T02:56:59.038Z Downloaded maplit v1.0.2
7642026-07-23T02:56:59.038Z Downloaded jobserver v0.1.34
7652026-07-23T02:56:59.042Z Downloaded hyper-rustls v0.27.7
7662026-07-23T02:56:59.042Z Downloaded cbc v0.2.1
7672026-07-23T02:56:59.042Z Downloaded md5 v0.8.0
7682026-07-23T02:56:59.047Z Downloaded md-5 v0.10.6
7692026-07-23T02:56:59.047Z Downloaded libloading v0.8.9
7702026-07-23T02:56:59.047Z Downloaded icu_properties v2.1.2
7712026-07-23T02:56:59.047Z Downloaded futures-io v0.3.32
7722026-07-23T02:56:59.047Z Downloaded cipher v0.5.2
7732026-07-23T02:56:59.052Z Downloaded newtype_derive v0.1.6
7742026-07-23T02:56:59.062Z Downloaded num-derive v0.3.3
7752026-07-23T02:56:59.065Z Downloaded blowfish v0.10.0
7762026-07-23T02:56:59.065Z Downloaded elliptic-curve v0.13.8
7772026-07-23T02:56:59.069Z Downloaded derive_more-impl v2.1.1
7782026-07-23T02:56:59.072Z Downloaded num-iter v0.1.45
7792026-07-23T02:56:59.072Z Downloaded num-conv v0.2.0
7802026-07-23T02:56:59.072Z Downloaded half v2.7.1
7812026-07-23T02:56:59.075Z Downloaded lock_api v0.4.14
7822026-07-23T02:56:59.075Z Downloaded num-derive v0.4.2
7832026-07-23T02:56:59.079Z Downloaded newtype-uuid-macros v0.1.0
7842026-07-23T02:56:59.079Z Downloaded libsw-core v0.3.2
7852026-07-23T02:56:59.079Z Downloaded aead v0.6.1
7862026-07-23T02:56:59.082Z Downloaded num v0.4.3
7872026-07-23T02:56:59.082Z Downloaded normalize-line-endings v0.3.0
7882026-07-23T02:56:59.082Z Downloaded nonempty v0.12.0
7892026-07-23T02:56:59.082Z Downloaded num_threads v0.1.7
7902026-07-23T02:56:59.085Z Downloaded nodrop v0.1.14
7912026-07-23T02:56:59.086Z Downloaded nibble_vec v0.1.0
7922026-07-23T02:56:59.087Z Downloaded oso-derive v0.27.3
7932026-07-23T02:56:59.092Z Downloaded num_enum_derive v0.5.11
7942026-07-23T02:56:59.092Z Downloaded module-lattice v0.2.3
7952026-07-23T02:56:59.092Z Downloaded libefi-sys v0.1.0
7962026-07-23T02:56:59.092Z Downloaded ipnetwork v0.21.1
7972026-07-23T02:56:59.097Z Downloaded ingot-macros v0.1.1
7982026-07-23T02:56:59.097Z Downloaded native-tls v0.2.18
7992026-07-23T02:56:59.097Z Downloaded backoff v0.4.0
8002026-07-23T02:56:59.097Z Downloaded generic-array v1.4.3
8012026-07-23T02:56:59.143Z Downloaded derive_more v2.1.1
8022026-07-23T02:56:59.148Z Downloaded openssl-probe v0.2.1
8032026-07-23T02:56:59.148Z Downloaded openssl-probe v0.1.6
8042026-07-23T02:56:59.148Z Downloaded openssl-macros v0.1.1
8052026-07-23T02:56:59.149Z Downloaded ed25519-dalek v3.0.0-rc.0
8062026-07-23T02:56:59.149Z Downloaded crossbeam-channel v0.5.15
8072026-07-23T02:56:59.149Z Downloaded flate2 v1.1.9
8082026-07-23T02:56:59.149Z Downloaded lru-slab v0.1.2
8092026-07-23T02:56:59.149Z Downloaded console v0.16.2
8102026-07-23T02:56:59.149Z Downloaded nanorand v0.7.0
8112026-07-23T02:56:59.149Z Downloaded olpc-cjson v0.1.4
8122026-07-23T02:56:59.149Z Downloaded mime_guess v2.0.5
8132026-07-23T02:56:59.149Z Downloaded opaque-debug v0.3.1
8142026-07-23T02:56:59.149Z Downloaded drift v0.2.0
8152026-07-23T02:56:59.149Z Downloaded password-hash v0.6.1
8162026-07-23T02:56:59.149Z Downloaded num-integer v0.1.46
8172026-07-23T02:56:59.149Z Downloaded async-compression v0.4.41
8182026-07-23T02:56:59.149Z Downloaded num-complex v0.4.6
8192026-07-23T02:56:59.149Z Downloaded nu-ansi-term v0.50.3
8202026-07-23T02:56:59.149Z Downloaded ignore v0.4.25
8212026-07-23T02:56:59.149Z Downloaded chacha20 v0.10.0
8222026-07-23T02:56:59.149Z Downloaded expectorate v1.2.0
8232026-07-23T02:56:59.149Z Downloaded bzip2 v0.6.1
8242026-07-23T02:56:59.149Z Downloaded parse-size v1.1.0
8252026-07-23T02:56:59.149Z Downloaded parse-display v0.10.0
8262026-07-23T02:56:59.149Z Downloaded phf_shared v0.11.3
8272026-07-23T02:56:59.149Z Downloaded ingot-types v0.1.2
8282026-07-23T02:56:59.149Z Downloaded hybrid-array v0.4.13
8292026-07-23T02:56:59.157Z Downloaded heapless v0.7.17
8302026-07-23T02:56:59.157Z Downloaded litemap v0.8.1
8312026-07-23T02:56:59.157Z Downloaded indexmap v1.9.3
8322026-07-23T02:56:59.157Z Downloaded percent-encoding v2.3.2
8332026-07-23T02:56:59.163Z Downloaded peg-runtime v0.8.5
8342026-07-23T02:56:59.163Z Downloaded multer v3.1.0
8352026-07-23T02:56:59.164Z Downloaded phf_shared v0.12.1
8362026-07-23T02:56:59.164Z Downloaded libsw v3.5.0
8372026-07-23T02:56:59.164Z Downloaded icu_normalizer v2.1.1
8382026-07-23T02:56:59.164Z Downloaded path-slash v0.1.5
8392026-07-23T02:56:59.164Z Downloaded lzss v0.8.2
8402026-07-23T02:56:59.171Z Downloaded phf_shared v0.13.1
8412026-07-23T02:56:59.171Z Downloaded bytes v1.11.1
8422026-07-23T02:56:59.175Z Downloaded num_enum v0.5.11
8432026-07-23T02:56:59.175Z Downloaded newtype-uuid v1.3.2
8442026-07-23T02:56:59.175Z Downloaded oxide-tokio-rt v0.1.4
8452026-07-23T02:56:59.175Z Downloaded owo-colors v4.3.0
8462026-07-23T02:56:59.175Z Downloaded oxnet v0.1.6
8472026-07-23T02:56:59.179Z Downloaded num_enum_derive v0.7.6
8482026-07-23T02:56:59.179Z Downloaded num_enum v0.7.6
8492026-07-23T02:56:59.182Z Downloaded potential_utf v0.1.4
8502026-07-23T02:56:59.182Z Downloaded oxide-update-engine-display v0.1.2
8512026-07-23T02:56:59.182Z Downloaded powerfmt v0.2.0
8522026-07-23T02:56:59.186Z Downloaded base64 v0.22.1
8532026-07-23T02:56:59.186Z Downloaded predicates-core v1.0.10
8542026-07-23T02:56:59.186Z Downloaded precomputed-hash v0.1.1
8552026-07-23T02:56:59.191Z Downloaded predicates-tree v1.0.13
8562026-07-23T02:56:59.191Z Downloaded backon v1.6.0
8572026-07-23T02:56:59.191Z Downloaded litrs v1.0.0
8582026-07-23T02:56:59.194Z Downloaded libbz2-rs-sys v0.2.2
8592026-07-23T02:56:59.195Z Downloaded icu_provider v2.1.1
8602026-07-23T02:56:59.195Z Downloaded memmap2 v0.9.10
8612026-07-23T02:56:59.198Z Downloaded linear-map v1.2.0
8622026-07-23T02:56:59.198Z Downloaded packed_struct_codegen v0.10.1
8632026-07-23T02:56:59.198Z Downloaded proc-macro-crate v3.4.0
8642026-07-23T02:56:59.202Z Downloaded der v0.8.0
8652026-07-23T02:56:59.205Z Downloaded password-hash v0.5.0
8662026-07-23T02:56:59.205Z Downloaded hickory-resolver v0.25.2
8672026-07-23T02:56:59.208Z Downloaded pbkdf2 v0.13.0
8682026-07-23T02:56:59.211Z Downloaded proc-macro-error-attr2 v2.0.0
8692026-07-23T02:56:59.211Z Downloaded proc-macro-crate v1.3.1
8702026-07-23T02:56:59.211Z Downloaded pem-rfc7468 v1.0.0
8712026-07-23T02:56:59.216Z Downloaded progenitor-client v0.14.0
8722026-07-23T02:56:59.216Z Downloaded paste v1.0.15
8732026-07-23T02:56:59.220Z Downloaded parse-display-derive v0.10.0
8742026-07-23T02:56:59.220Z Downloaded parking_lot_core v0.8.6
8752026-07-23T02:56:59.220Z Downloaded peg v0.8.5
8762026-07-23T02:56:59.223Z Downloaded indicatif v0.18.4
8772026-07-23T02:56:59.223Z Downloaded pin-project-lite v0.2.17
8782026-07-23T02:56:59.226Z Downloaded pem-rfc7468 v0.7.0
8792026-07-23T02:56:59.230Z Downloaded pin-project-internal v1.1.11
8802026-07-23T02:56:59.230Z Downloaded ml-kem v0.3.2
8812026-07-23T02:56:59.233Z Downloaded progenitor-macro v0.14.0
8822026-07-23T02:56:59.233Z Downloaded psl-types v2.0.11
8832026-07-23T02:56:59.233Z Downloaded peg-macros v0.8.5
8842026-07-23T02:56:59.238Z Downloaded diesel_derives v2.3.7
8852026-07-23T02:56:59.245Z Downloaded progenitor-macro v0.13.0
8862026-07-23T02:56:59.245Z Downloaded phc v0.6.1
8872026-07-23T02:56:59.245Z Downloaded pem v3.0.6
8882026-07-23T02:56:59.245Z Downloaded phf v0.12.1
8892026-07-23T02:56:59.250Z Downloaded icu_normalizer_data v2.1.1
8902026-07-23T02:56:59.250Z Downloaded packed_struct v0.10.1
8912026-07-23T02:56:59.250Z Downloaded oxide-update-engine v0.1.2
8922026-07-23T02:56:59.250Z Downloaded heapless v0.8.0
8932026-07-23T02:56:59.250Z Downloaded pkcs8 v0.10.2
8942026-07-23T02:56:59.253Z Downloaded pkg-config v0.3.32
8952026-07-23T02:56:59.253Z Downloaded parking_lot v0.11.2
8962026-07-23T02:56:59.253Z Downloaded port-file v0.1.0
8972026-07-23T02:56:59.256Z Downloaded rand_chacha v0.3.1
8982026-07-23T02:56:59.256Z Downloaded num-rational v0.4.2
8992026-07-23T02:56:59.256Z Downloaded ed25519-dalek v2.2.0
9002026-07-23T02:56:59.259Z Downloaded polyval v0.7.1
9012026-07-23T02:56:59.259Z Downloaded blake2 v0.10.6
9022026-07-23T02:56:59.263Z Downloaded ppv-lite86 v0.2.21
9032026-07-23T02:56:59.263Z Downloaded mime v0.3.17
9042026-07-23T02:56:59.268Z Downloaded managed v0.8.0
9052026-07-23T02:56:59.268Z Downloaded bit-vec v0.6.3
9062026-07-23T02:56:59.268Z Downloaded const-oid v0.10.2
9072026-07-23T02:56:59.271Z Downloaded hashbrown v0.12.3
9082026-07-23T02:56:59.275Z Downloaded predicates v3.1.4
9092026-07-23T02:56:59.275Z Downloaded rand_xorshift v0.4.0
9102026-07-23T02:56:59.275Z Downloaded recursive v0.1.1
9112026-07-23T02:56:59.281Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-07-23T02:56:59.281Z Downloaded ref-cast-impl v1.0.25
9132026-07-23T02:56:59.281Z Downloaded dropshot-api-manager v0.7.2
9142026-07-23T02:56:59.284Z Downloaded rfc6979 v0.4.0
9152026-07-23T02:56:59.284Z Downloaded headers v0.4.1
9162026-07-23T02:56:59.288Z Downloaded progenitor v0.13.0
9172026-07-23T02:56:59.288Z Downloaded proc-macro-error2 v2.0.1
9182026-07-23T02:56:59.291Z Downloaded progenitor-extras v0.2.0
9192026-07-23T02:56:59.291Z Downloaded ref-cast v1.0.25
9202026-07-23T02:56:59.291Z Downloaded pkcs8 v0.11.0
9212026-07-23T02:56:59.294Z Downloaded phf v0.13.1
9222026-07-23T02:56:59.294Z Downloaded rfc6979 v0.5.0
9232026-07-23T02:56:59.294Z Downloaded icu_collections v2.1.1
9242026-07-23T02:56:59.298Z Downloaded russh-cryptovec v0.61.0
9252026-07-23T02:56:59.301Z Downloaded hashbrown v0.16.1
9262026-07-23T02:56:59.303Z Downloaded rustc_version v0.1.7
9272026-07-23T02:56:59.303Z Downloaded rustc-hash v2.1.1
9282026-07-23T02:56:59.306Z Downloaded progenitor-client v0.13.0
9292026-07-23T02:56:59.306Z Downloaded omicron-zone-package v0.12.3
9302026-07-23T02:56:59.309Z Downloaded quick-error v1.2.3
9312026-07-23T02:56:59.309Z Downloaded num-traits v0.2.19
9322026-07-23T02:56:59.314Z Downloaded miniz_oxide v0.8.9
9332026-07-23T02:56:59.314Z Downloaded r2d2 v0.8.10
9342026-07-23T02:56:59.314Z Downloaded icu_locale_core v2.1.1
9352026-07-23T02:56:59.318Z Downloaded radium v0.7.0
9362026-07-23T02:56:59.318Z Downloaded pkcs1 v0.7.5
9372026-07-23T02:56:59.325Z Downloaded oxide-update-engine-types v0.1.2
9382026-07-23T02:56:59.325Z Downloaded rustc_version v0.4.1
9392026-07-23T02:56:59.325Z Downloaded postgres-protocol v0.6.10
9402026-07-23T02:56:59.329Z Downloaded russh-util v0.52.0
9412026-07-23T02:56:59.329Z Downloaded poly1305 v0.8.0
9422026-07-23T02:56:59.329Z Downloaded parking_lot v0.12.5
9432026-07-23T02:56:59.329Z Downloaded oso v0.27.3
9442026-07-23T02:56:59.329Z Downloaded postgres-types v0.2.12
9452026-07-23T02:56:59.333Z Downloaded jiff-static v0.2.21
9462026-07-23T02:56:59.333Z Downloaded rand_core v0.6.4
9472026-07-23T02:56:59.333Z Downloaded postcard v1.1.3
9482026-07-23T02:56:59.336Z Downloaded rand_chacha v0.9.0
9492026-07-23T02:56:59.336Z Downloaded rtoolbox v0.0.3
9502026-07-23T02:56:59.340Z Downloaded papergrid v0.17.0
9512026-07-23T02:56:59.343Z Downloaded rand_core v0.10.0
9522026-07-23T02:56:59.343Z Downloaded scheduled-thread-pool v0.2.7
9532026-07-23T02:56:59.343Z Downloaded progenitor v0.14.0
9542026-07-23T02:56:59.343Z Downloaded primeorder v0.14.0-rc.10
9552026-07-23T02:56:59.352Z Downloaded primeorder v0.13.6
9562026-07-23T02:56:59.352Z Downloaded rand_seeder v0.4.0
9572026-07-23T02:56:59.352Z Downloaded primefield v0.14.0
9582026-07-23T02:56:59.355Z Downloaded rand_core v0.9.5
9592026-07-23T02:56:59.355Z Downloaded scopeguard v1.2.0
9602026-07-23T02:56:59.355Z Downloaded same-file v1.0.6
9612026-07-23T02:56:59.358Z Downloaded scroll_derive v0.13.1
9622026-07-23T02:56:59.358Z Downloaded hickory-resolver v0.24.4
9632026-07-23T02:56:59.364Z Downloaded resolv-conf v0.7.6
9642026-07-23T02:56:59.364Z Downloaded hyper-util v0.1.20
9652026-07-23T02:56:59.368Z Downloaded pin-project v1.1.11
9662026-07-23T02:56:59.372Z Downloaded secrecy v0.8.0
9672026-07-23T02:56:59.377Z Downloaded serde_bytes v0.11.19
9682026-07-23T02:56:59.377Z Downloaded serde-big-array v0.5.1
9692026-07-23T02:56:59.377Z Downloaded seq-macro v0.3.6
9702026-07-23T02:56:59.380Z Downloaded secrecy v0.10.3
9712026-07-23T02:56:59.381Z Downloaded serde_repr v0.1.20
9722026-07-23T02:56:59.381Z Downloaded cc v1.2.56
9732026-07-23T02:56:59.385Z Downloaded rpassword v7.5.4
9742026-07-23T02:56:59.389Z Downloaded pkcs1 v0.8.0-rc.4
9752026-07-23T02:56:59.394Z Downloaded serde_urlencoded v0.7.1
9762026-07-23T02:56:59.394Z Downloaded serde_spanned v1.1.1
9772026-07-23T02:56:59.398Z Downloaded quinn-udp v0.5.14
9782026-07-23T02:56:59.398Z Downloaded openssl-sys v0.9.115
9792026-07-23T02:56:59.402Z Downloaded http v1.4.2
9802026-07-23T02:56:59.405Z Downloaded sapling-renderdag v0.1.0
9812026-07-23T02:56:59.405Z Downloaded rusty-fork v0.3.1
9822026-07-23T02:56:59.405Z Downloaded rustls-pemfile v2.2.0
9832026-07-23T02:56:59.408Z Downloaded rustls-native-certs v0.8.3
9842026-07-23T02:56:59.408Z Downloaded poly1305 v0.9.0
9852026-07-23T02:56:59.411Z Downloaded sha1 v0.11.0
9862026-07-23T02:56:59.411Z Downloaded sha1 v0.10.6
9872026-07-23T02:56:59.415Z Downloaded p384 v0.14.0-rc.10
9882026-07-23T02:56:59.415Z Downloaded serde_plain v1.0.2
9892026-07-23T02:56:59.418Z Downloaded signature v2.2.0
9902026-07-23T02:56:59.418Z Downloaded prefix-trie v0.7.0
9912026-07-23T02:56:59.422Z Downloaded signal-hook-mio v0.2.5
9922026-07-23T02:56:59.422Z Downloaded shell-words v1.1.1
9932026-07-23T02:56:59.422Z Downloaded signal-hook-tokio v0.3.1
9942026-07-23T02:56:59.427Z Downloaded hickory-server v0.25.2
9952026-07-23T02:56:59.427Z Downloaded p256 v0.14.0-rc.10
9962026-07-23T02:56:59.435Z Downloaded schemars_derive v0.8.22
9972026-07-23T02:56:59.435Z Downloaded parking_lot_core v0.9.12
9982026-07-23T02:56:59.438Z Downloaded siphasher v1.0.2
9992026-07-23T02:56:59.438Z Downloaded signature v3.0.0
10002026-07-23T02:56:59.438Z Downloaded sec1 v0.8.1
10012026-07-23T02:56:59.442Z Downloaded scroll v0.13.0
10022026-07-23T02:56:59.445Z Downloaded slog-envlogger v2.2.0
10032026-07-23T02:56:59.445Z Downloaded pkcs5 v0.8.1
10042026-07-23T02:56:59.450Z Downloaded slog-bunyan v2.5.0
10052026-07-23T02:56:59.454Z Downloaded serde_path_to_error v0.1.20
10062026-07-23T02:56:59.455Z Downloaded sigpipe v0.1.3
10072026-07-23T02:56:59.455Z Downloaded semver v0.1.20
10082026-07-23T02:56:59.455Z Downloaded scrypt v0.12.0
10092026-07-23T02:56:59.461Z Downloaded serde_derive_internals v0.29.1
10102026-07-23T02:56:59.466Z Downloaded psm v0.1.30
10112026-07-23T02:56:59.472Z Downloaded progenitor-impl v0.14.0
10122026-07-23T02:56:59.474Z Downloaded progenitor-impl v0.13.0
10132026-07-23T02:56:59.474Z Downloaded serde_with_macros v1.5.2
10142026-07-23T02:56:59.475Z Downloaded serde-hex v0.1.0
10152026-07-23T02:56:59.475Z Downloaded internal-russh-num-bigint v0.5.0
10162026-07-23T02:56:59.478Z Downloaded rustversion v1.0.22
10172026-07-23T02:56:59.480Z Downloaded serdect v0.4.3
10182026-07-23T02:56:59.483Z Downloaded strip-ansi-escapes v0.2.1
10192026-07-23T02:56:59.487Z Downloaded rustls-pki-types v1.14.0
10202026-07-23T02:56:59.491Z Downloaded structmeta-derive v0.3.0
10212026-07-23T02:56:59.495Z Downloaded simd-adler32 v0.3.8
10222026-07-23T02:56:59.495Z Downloaded git2 v0.20.4
10232026-07-23T02:56:59.497Z Downloaded stable_deref_trait v1.2.1
10242026-07-23T02:56:59.497Z Downloaded minimal-lexical v0.2.1
10252026-07-23T02:56:59.500Z Downloaded rcgen v0.12.1
10262026-07-23T02:56:59.503Z Downloaded slab v0.4.12
10272026-07-23T02:56:59.503Z Downloaded shlex v1.3.0
10282026-07-23T02:56:59.507Z Downloaded structmeta v0.3.0
10292026-07-23T02:56:59.508Z Downloaded itertools v0.10.5
10302026-07-23T02:56:59.511Z Downloaded strum v0.26.3
10312026-07-23T02:56:59.512Z Downloaded sec1 v0.7.3
10322026-07-23T02:56:59.512Z Downloaded num-bigint v0.4.6
10332026-07-23T02:56:59.515Z Downloaded hashbrown v0.15.5
10342026-07-23T02:56:59.519Z Downloaded slog-scope v4.4.1
10352026-07-23T02:56:59.519Z Downloaded hyper v1.10.1
10362026-07-23T02:56:59.522Z Downloaded tabled_derive v0.11.0
10372026-07-23T02:56:59.522Z Downloaded tagptr v0.2.0
10382026-07-23T02:56:59.525Z Downloaded smf v0.2.3
10392026-07-23T02:56:59.525Z Downloaded slog-stdlog v4.1.1
10402026-07-23T02:56:59.531Z Downloaded slog-json v2.6.1
10412026-07-23T02:56:59.531Z Downloaded tabwriter v1.4.1
10422026-07-23T02:56:59.531Z Downloaded sync_wrapper v1.0.2
10432026-07-23T02:56:59.531Z Downloaded ron v0.8.1
10442026-07-23T02:56:59.534Z Downloaded slog-term v2.9.2
10452026-07-23T02:56:59.537Z Downloaded slog-dtrace v0.3.0
10462026-07-23T02:56:59.537Z Downloaded stacker v0.1.23
10472026-07-23T02:56:59.542Z Downloaded tap v1.0.1
10482026-07-23T02:56:59.542Z Downloaded termtree v0.5.1
10492026-07-23T02:56:59.542Z Downloaded take_mut v0.2.2
10502026-07-23T02:56:59.542Z Downloaded ssh-encoding v0.3.0-rc.9
10512026-07-23T02:56:59.546Z Downloaded thread-id v5.1.0
10522026-07-23T02:56:59.546Z Downloaded ssh-cipher v0.3.0-rc.9
10532026-07-23T02:56:59.546Z Downloaded sqlparser_derive v0.5.0
10542026-07-23T02:56:59.546Z Downloaded prettyplease v0.2.37
10552026-07-23T02:56:59.548Z Downloaded sqlformat v0.3.5
10562026-07-23T02:56:59.549Z Downloaded spki v0.8.0
10572026-07-23T02:56:59.553Z Downloaded sha2 v0.11.0
10582026-07-23T02:56:59.553Z Downloaded spki v0.7.3
10592026-07-23T02:56:59.557Z Downloaded smallvec v0.6.14
10602026-07-23T02:56:59.557Z Downloaded serde_cbor v0.11.2
10612026-07-23T02:56:59.557Z Downloaded thiserror-impl-no-std v2.0.2
10622026-07-23T02:56:59.557Z Downloaded testing_table v0.3.0
10632026-07-23T02:56:59.560Z Downloaded nom v7.1.3
10642026-07-23T02:56:59.561Z Downloaded supports-color v3.0.2
10652026-07-23T02:56:59.565Z Downloaded subtle v2.6.1
10662026-07-23T02:56:59.565Z Downloaded tinyvec_macros v0.1.1
10672026-07-23T02:56:59.565Z Downloaded strum v0.27.2
10682026-07-23T02:56:59.565Z Downloaded mio v1.2.0
10692026-07-23T02:56:59.568Z Downloaded time-core v0.1.8
10702026-07-23T02:56:59.568Z Downloaded string_cache v0.8.9
10712026-07-23T02:56:59.572Z Downloaded serde_with_macros v3.21.0
10722026-07-23T02:56:59.573Z Downloaded salsa20 v0.11.0
10732026-07-23T02:56:59.577Z Downloaded ryu v1.0.23
10742026-07-23T02:56:59.577Z Downloaded icu_properties_data v2.1.2
10752026-07-23T02:56:59.581Z Downloaded strum_macros v0.24.3
10762026-07-23T02:56:59.581Z Downloaded static_assertions v1.1.0
10772026-07-23T02:56:59.589Z Downloaded hkdf v0.12.4
10782026-07-23T02:56:59.589Z Downloaded support-bundle-viewer v0.1.2
10792026-07-23T02:56:59.589Z Downloaded strum_macros v0.27.2
10802026-07-23T02:56:59.589Z Downloaded strum_macros v0.26.4
10812026-07-23T02:56:59.589Z Downloaded tokio-macros v2.7.0
10822026-07-23T02:56:59.594Z Downloaded sync-ptr v0.1.4
10832026-07-23T02:56:59.594Z Downloaded rayon-core v1.13.0
10842026-07-23T02:56:59.594Z Downloaded strsim v0.10.0
10852026-07-23T02:56:59.594Z Downloaded slog-async v2.8.0
10862026-07-23T02:56:59.600Z Downloaded signal-hook-registry v1.4.8
10872026-07-23T02:56:59.600Z Downloaded libxml v0.3.3
10882026-07-23T02:56:59.603Z Downloaded tokio-test v0.4.5
10892026-07-23T02:56:59.606Z Downloaded snafu-derive v0.8.9
10902026-07-23T02:56:59.606Z Downloaded smallvec v1.15.1
10912026-07-23T02:56:59.610Z Downloaded tower-service v0.3.3
10922026-07-23T02:56:59.612Z Downloaded p521 v0.14.0-rc.10
10932026-07-23T02:56:59.616Z Downloaded thread_local v1.1.9
10942026-07-23T02:56:59.616Z Downloaded serde_yaml v0.9.34+deprecated
10952026-07-23T02:56:59.616Z Downloaded signal-hook v0.3.18
10962026-07-23T02:56:59.619Z Downloaded qorb v0.4.1
10972026-07-23T02:56:59.619Z Downloaded itertools v0.13.0
10982026-07-23T02:56:59.625Z Downloaded stringprep v0.1.5
10992026-07-23T02:56:59.629Z Downloaded rustls-platform-verifier v0.6.2
11002026-07-23T02:56:59.629Z Downloaded rand v0.8.6
11012026-07-23T02:56:59.632Z Downloaded tiny-keccak v2.0.2
11022026-07-23T02:56:59.632Z Downloaded time-macros v0.2.27
11032026-07-23T02:56:59.632Z Downloaded try-lock v0.2.5
11042026-07-23T02:56:59.635Z Downloaded tower-layer v0.3.3
11052026-07-23T02:56:59.635Z Downloaded publicsuffix v2.3.0
11062026-07-23T02:56:59.635Z Downloaded topological-sort v0.2.2
11072026-07-23T02:56:59.638Z Downloaded quinn v0.11.9
11082026-07-23T02:56:59.638Z Downloaded pretty_assertions v1.4.1
11092026-07-23T02:56:59.643Z Downloaded crypto-primes v0.7.2
11102026-07-23T02:56:59.645Z Downloaded unarray v0.1.4
11112026-07-23T02:56:59.645Z Downloaded typify-macro v0.6.2
11122026-07-23T02:56:59.645Z Downloaded tls_codec v0.4.2
11132026-07-23T02:56:59.646Z Downloaded slog v2.8.2
11142026-07-23T02:56:59.649Z Downloaded synstructure v0.13.2
11152026-07-23T02:56:59.649Z Downloaded thiserror-no-std v2.0.2
11162026-07-23T02:56:59.652Z Downloaded universal-hash v0.6.1
11172026-07-23T02:56:59.652Z Downloaded unit-prefix v0.5.2
11182026-07-23T02:56:59.654Z Downloaded trait-variant v0.1.2
11192026-07-23T02:56:59.654Z Downloaded tls_codec_derive v0.4.2
11202026-07-23T02:56:59.654Z Downloaded unicode-truncate v1.1.0
11212026-07-23T02:56:59.657Z Downloaded tinystr v0.8.2
11222026-07-23T02:56:59.657Z Downloaded unicode-xid v0.2.6
11232026-07-23T02:56:59.660Z Downloaded universal-hash v0.5.1
11242026-07-23T02:56:59.660Z Downloaded untrusted v0.9.0
11252026-07-23T02:56:59.661Z Downloaded schemars v0.9.0
11262026-07-23T02:56:59.668Z Downloaded untrusted v0.7.1
11272026-07-23T02:56:59.670Z Downloaded tokio-tungstenite v0.23.1
11282026-07-23T02:56:59.671Z Downloaded rsa v0.9.10
11292026-07-23T02:56:59.673Z Downloaded spin v0.9.8
11302026-07-23T02:56:59.677Z Downloaded similar v2.7.0
11312026-07-23T02:56:59.680Z Downloaded usdt v0.6.0
11322026-07-23T02:56:59.680Z Downloaded tokio-native-tls v0.3.1
11332026-07-23T02:56:59.680Z Downloaded tokio-tungstenite v0.21.0
11342026-07-23T02:56:59.685Z Downloaded usdt-attr-macro v0.6.0
11352026-07-23T02:56:59.685Z Downloaded tokio-dtrace v0.1.1
11362026-07-23T02:56:59.685Z Downloaded term v1.2.1
11372026-07-23T02:56:59.690Z Downloaded term v0.7.0
11382026-07-23T02:56:59.690Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-07-23T02:56:59.697Z Downloaded rustls-webpki v0.103.13
11402026-07-23T02:56:59.697Z Downloaded rand v0.9.2
11412026-07-23T02:56:59.700Z Downloaded itertools v0.12.1
11422026-07-23T02:56:59.700Z Downloaded socket2 v0.5.10
11432026-07-23T02:56:59.700Z Downloaded utf-8 v0.7.6
11442026-07-23T02:56:59.700Z Downloaded void v1.0.2
11452026-07-23T02:56:59.700Z Downloaded usdt-macro v0.6.0
11462026-07-23T02:56:59.703Z Downloaded aho-corasick v1.1.4
11472026-07-23T02:56:59.709Z Downloaded want v0.3.1
11482026-07-23T02:56:59.709Z Downloaded schemars v1.2.1
11492026-07-23T02:56:59.714Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11502026-07-23T02:56:59.717Z Downloaded wait-timeout v0.2.1
11512026-07-23T02:56:59.717Z Downloaded rand v0.10.1
11522026-07-23T02:56:59.720Z Downloaded waitgroup v0.1.2
11532026-07-23T02:56:59.720Z Downloaded tui-tree-widget v0.23.1
11542026-07-23T02:56:59.722Z Downloaded toml_writer v1.1.1+spec-1.1.0
11552026-07-23T02:56:59.722Z Downloaded xshell-macros v0.2.7
11562026-07-23T02:56:59.724Z Downloaded xattr v1.6.1
11572026-07-23T02:56:59.729Z Downloaded itertools v0.14.0
11582026-07-23T02:56:59.729Z Downloaded yoke-derive v0.8.1
11592026-07-23T02:56:59.732Z Downloaded subprocess v0.2.15
11602026-07-23T02:56:59.732Z Downloaded nom v8.0.0
11612026-07-23T02:56:59.736Z Downloaded iri-string v0.7.10
11622026-07-23T02:56:59.739Z Downloaded idna v1.1.0
11632026-07-23T02:56:59.741Z Downloaded hkdf v0.13.0
11642026-07-23T02:56:59.744Z Downloaded h2 v0.4.15
11652026-07-23T02:56:59.747Z Downloaded vergen-git2 v9.1.0
11662026-07-23T02:56:59.750Z Downloaded vergen-gitcl v1.0.8
11672026-07-23T02:56:59.750Z Downloaded snafu v0.8.9
11682026-07-23T02:56:59.753Z Downloaded zeroize_derive v1.4.3
11692026-07-23T02:56:59.756Z Downloaded futures-util v0.3.32
11702026-07-23T02:56:59.765Z Downloaded zone v0.3.1
11712026-07-23T02:56:59.768Z Downloaded tokio-stream v0.1.18
11722026-07-23T02:56:59.768Z Downloaded tokio-rustls v0.26.4
11732026-07-23T02:56:59.769Z Downloaded zerofrom-derive v0.1.6
11742026-07-23T02:56:59.769Z Downloaded samael v0.0.19
11752026-07-23T02:56:59.772Z Downloaded socket2 v0.6.3
11762026-07-23T02:56:59.772Z Downloaded rsa v0.10.0-rc.18
11772026-07-23T02:56:59.775Z Downloaded whoami v1.6.1
11782026-07-23T02:56:59.779Z Downloaded test-strategy v0.4.5
11792026-07-23T02:56:59.783Z Downloaded usdt-impl v0.6.0
11802026-07-23T02:56:59.783Z Downloaded zerofrom v0.1.6
11812026-07-23T02:56:59.783Z Downloaded tinyvec v1.10.0
11822026-07-23T02:56:59.783Z Downloaded utf8_iter v1.0.4
11832026-07-23T02:56:59.783Z Downloaded schemars v0.8.22
11842026-07-23T02:56:59.789Z Downloaded zone_cfg_derive v0.3.1
11852026-07-23T02:56:59.793Z Downloaded writeable v0.6.2
11862026-07-23T02:56:59.793Z Downloaded walkdir v2.5.0
11872026-07-23T02:56:59.793Z Downloaded vsss-rs v3.3.4
11882026-07-23T02:56:59.796Z Downloaded tracing-attributes v0.1.31
11892026-07-23T02:56:59.796Z Downloaded yoke v0.8.1
11902026-07-23T02:56:59.799Z Downloaded twox-hash v2.1.2
11912026-07-23T02:56:59.799Z Downloaded toml_parser v1.1.2+spec-1.1.0
11922026-07-23T02:56:59.802Z Downloaded iddqd v0.4.2
11932026-07-23T02:56:59.805Z Downloaded zeroize v1.8.2
11942026-07-23T02:56:59.809Z Downloaded num-bigint-dig v0.8.6
11952026-07-23T02:56:59.813Z Downloaded termios v0.3.3
11962026-07-23T02:56:59.813Z Downloaded wyz v0.5.1
11972026-07-23T02:56:59.813Z Downloaded unicode-properties v0.1.4
11982026-07-23T02:56:59.813Z Downloaded unicase v2.9.0
11992026-07-23T02:56:59.818Z Downloaded vergen-lib v0.1.6
12002026-07-23T02:56:59.818Z Downloaded zerovec-derive v0.11.2
12012026-07-23T02:56:59.824Z Downloaded tar v0.4.46
12022026-07-23T02:56:59.865Z Downloaded whoami v2.1.0
12032026-07-23T02:56:59.872Z Downloaded toml v0.7.8
12042026-07-23T02:56:59.872Z Downloaded rustyline v14.0.0
12052026-07-23T02:56:59.872Z Downloaded vergen-lib v9.1.0
12062026-07-23T02:56:59.872Z Downloaded toml v1.1.2+spec-1.1.0
12072026-07-23T02:56:59.872Z Downloaded zstd-safe v7.2.4
12082026-07-23T02:56:59.872Z Downloaded zstd v0.13.3
12092026-07-23T02:56:59.872Z Downloaded steno v0.4.1
12102026-07-23T02:56:59.872Z Downloaded xshell v0.2.7
12112026-07-23T02:56:59.872Z Downloaded uzers v0.12.2
12122026-07-23T02:56:59.872Z Downloaded typify v0.6.2
12132026-07-23T02:56:59.872Z Downloaded unsafe-libyaml v0.2.11
12142026-07-23T02:56:59.872Z Downloaded tungstenite v0.23.0
12152026-07-23T02:56:59.873Z Downloaded unicode-bidi v0.3.18
12162026-07-23T02:56:59.873Z Downloaded tracing-core v0.1.36
12172026-07-23T02:56:59.877Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-07-23T02:56:59.878Z Downloaded vergen v9.1.0
12192026-07-23T02:56:59.882Z Downloaded yasna v0.5.2
12202026-07-23T02:56:59.885Z Downloaded libm v0.2.16
12212026-07-23T02:56:59.890Z Downloaded zerocopy v0.6.6
12222026-07-23T02:56:59.894Z Downloaded vte v0.14.1
12232026-07-23T02:56:59.901Z Downloaded aws-lc-rs v1.16.3
12242026-07-23T02:56:59.907Z Downloaded tungstenite v0.21.0
12252026-07-23T02:56:59.914Z Downloaded reedline v0.40.0
12262026-07-23T02:56:59.937Z Downloaded bitvec v1.0.1
12272026-07-23T02:56:59.946Z Downloaded zopfli v0.8.3
12282026-07-23T02:56:59.951Z Downloaded uuid v1.23.4
12292026-07-23T02:56:59.955Z Downloaded serde_with v1.14.0
12302026-07-23T02:56:59.955Z Downloaded p384 v0.13.1
12312026-07-23T02:56:59.959Z Downloaded reqwest v0.13.2
12322026-07-23T02:56:59.963Z Downloaded reqwest v0.12.28
12332026-07-23T02:56:59.966Z Downloaded unicode_categories v0.1.1
12342026-07-23T02:56:59.969Z Downloaded tokio-postgres v0.7.16
12352026-07-23T02:56:59.973Z Downloaded yansi v1.0.1
12362026-07-23T02:56:59.973Z Downloaded portable-atomic v1.13.1
12372026-07-23T02:56:59.978Z Downloaded toml_edit v0.19.15
12382026-07-23T02:56:59.987Z Downloaded zip v0.6.6
12392026-07-23T02:56:59.990Z Downloaded tower v0.5.3
12402026-07-23T02:56:59.996Z Downloaded goblin v0.10.5
12412026-07-23T02:57:00.001Z Downloaded regex v1.12.3
12422026-07-23T02:57:00.005Z Downloaded zerotrie v0.2.3
12432026-07-23T02:57:00.015Z Downloaded rawzip v0.4.4
12442026-07-23T02:57:00.018Z Downloaded url v2.5.8
12452026-07-23T02:57:00.021Z Downloaded rayon v1.11.0
12462026-07-23T02:57:00.025Z Downloaded unicode-segmentation v1.12.0
12472026-07-23T02:57:00.028Z Downloaded curve25519-dalek v4.1.3
12482026-07-23T02:57:00.035Z Downloaded quick-xml v0.37.5
12492026-07-23T02:57:00.046Z Downloaded moka v0.12.13
12502026-07-23T02:57:00.052Z Downloaded x509-cert v0.2.5
12512026-07-23T02:57:00.056Z Downloaded typed-path v0.9.3
12522026-07-23T02:57:00.061Z Downloaded zerocopy-derive v0.8.40
12532026-07-23T02:57:00.065Z Downloaded petname v2.0.2
12542026-07-23T02:57:00.068Z Downloaded crypto-bigint v0.7.5
12552026-07-23T02:57:00.078Z Downloaded tower-http v0.6.8
12562026-07-23T02:57:00.083Z Downloaded salty v0.3.0
12572026-07-23T02:57:00.087Z Downloaded proptest v1.10.0
12582026-07-23T02:57:00.093Z Downloaded ssh-key v0.7.0-rc.10
12592026-07-23T02:57:00.102Z Downloaded zip v4.6.1
12602026-07-23T02:57:00.105Z Downloaded nix v0.27.1
12612026-07-23T02:57:00.111Z Downloaded quinn-proto v0.11.13
12622026-07-23T02:57:00.116Z Downloaded lalrpop v0.19.12
12632026-07-23T02:57:00.131Z Downloaded zerovec v0.11.5
12642026-07-23T02:57:00.137Z Downloaded tokio-util v0.7.18
12652026-07-23T02:57:00.142Z Downloaded unicode-normalization v0.1.25
12662026-07-23T02:57:00.147Z Downloaded winnow v0.6.26
12672026-07-23T02:57:00.152Z Downloaded russh v0.61.2
12682026-07-23T02:57:00.157Z Downloaded object v0.30.4
12692026-07-23T02:57:00.163Z Downloaded winnow v0.5.40
12702026-07-23T02:57:00.168Z Downloaded radix_trie v0.2.1
12712026-07-23T02:57:00.172Z Downloaded tough v0.22.0
12722026-07-23T02:57:00.178Z Downloaded serde_with v3.21.0
12732026-07-23T02:57:00.185Z Downloaded polar-core v0.27.3
12742026-07-23T02:57:00.199Z Downloaded dropshot v0.17.1
12752026-07-23T02:57:00.213Z Downloaded winnow v1.0.3
12762026-07-23T02:57:00.219Z Downloaded regex-syntax v0.6.29
12772026-07-23T02:57:00.224Z Downloaded time v0.3.47
12782026-07-23T02:57:00.233Z Downloaded smoltcp v0.9.1
12792026-07-23T02:57:00.238Z Downloaded nix v0.28.0
12802026-07-23T02:57:00.244Z Downloaded tabled v0.20.0
12812026-07-23T02:57:00.255Z Downloaded zlib-rs v0.6.2
12822026-07-23T02:57:00.258Z Downloaded nix v0.31.2
12832026-07-23T02:57:00.265Z Downloaded vcpkg v0.2.15
12842026-07-23T02:57:00.289Z Downloaded hickory-proto v0.25.2
12852026-07-23T02:57:00.298Z Downloaded object v0.37.3
12862026-07-23T02:57:00.305Z Downloaded diesel v2.3.7
12872026-07-23T02:57:00.319Z Downloaded smoltcp v0.11.0
12882026-07-23T02:57:00.325Z Downloaded openapiv3 v2.2.0
12892026-07-23T02:57:00.332Z Downloaded regress v0.10.5
12902026-07-23T02:57:00.338Z Downloaded zerocopy v0.8.40
12912026-07-23T02:57:00.343Z Downloaded regress v0.11.1
12922026-07-23T02:57:00.349Z Downloaded rustix v0.38.44
12932026-07-23T02:57:00.364Z Downloaded rustls v0.23.41
12942026-07-23T02:57:00.371Z Downloaded regex-syntax v0.8.10
12952026-07-23T02:57:00.376Z Downloaded hickory-proto v0.24.4
12962026-07-23T02:57:00.384Z Downloaded openssl v0.10.79
12972026-07-23T02:57:00.390Z Downloaded chrono-tz v0.10.4
12982026-07-23T02:57:00.404Z Downloaded fiat-crypto v0.3.0
12992026-07-23T02:57:00.414Z Downloaded sqlparser v0.61.0
13002026-07-23T02:57:00.436Z Downloaded tracing v0.1.44
13012026-07-23T02:57:00.468Z Downloaded typify-impl v0.6.2
13022026-07-23T02:57:00.477Z Downloaded sled v0.34.7
13032026-07-23T02:57:00.483Z Downloaded ratatui v0.29.0
13042026-07-23T02:57:00.496Z Downloaded sha3 v0.11.0
13052026-07-23T02:57:00.529Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-07-23T02:57:00.537Z Downloaded zerocopy-derive v0.6.6
13072026-07-23T02:57:00.543Z Downloaded regex-automata v0.4.14
13082026-07-23T02:57:00.552Z Downloaded csv v1.4.0
13092026-07-23T02:57:00.565Z Downloaded petgraph v0.6.5
13102026-07-23T02:57:00.577Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-07-23T02:57:00.588Z Downloaded jiff v0.2.21
13122026-07-23T02:57:00.597Z Downloaded libz-sys v1.1.24
13132026-07-23T02:57:00.617Z Downloaded tokio v1.52.1
13142026-07-23T02:57:00.641Z Downloaded petgraph v0.8.3
13152026-07-23T02:57:00.672Z Downloaded sha3 v0.10.8
13162026-07-23T02:57:00.713Z Downloaded ring v0.17.14
13172026-07-23T02:57:00.738Z Downloaded encoding_rs v0.8.35
13182026-07-23T02:57:00.757Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-07-23T02:57:01.320Z Downloaded aws-lc-sys v0.40.0
13202026-07-23T02:57:01.572Z Compiling libc v0.2.185
13212026-07-23T02:57:01.572Z Compiling serde_core v1.0.228
13222026-07-23T02:57:01.572Z Compiling serde v1.0.228
13232026-07-23T02:57:01.575Z Compiling log v0.4.29
13242026-07-23T02:57:01.575Z Compiling smallvec v1.15.1
13252026-07-23T02:57:01.575Z Compiling find-msvc-tools v0.1.9
13262026-07-23T02:57:01.575Z Compiling shlex v1.3.0
13272026-07-23T02:57:01.715Z Compiling syn v2.0.117
13282026-07-23T02:57:01.929Z Compiling subtle v2.6.1
13292026-07-23T02:57:01.943Z Compiling scopeguard v1.2.0
13302026-07-23T02:57:01.947Z Compiling stable_deref_trait v1.2.1
13312026-07-23T02:57:01.974Z Compiling typenum v1.20.1
13322026-07-23T02:57:02.022Z Compiling lock_api v0.4.14
13332026-07-23T02:57:02.037Z Compiling serde_json v1.0.150
13342026-07-23T02:57:02.051Z Compiling zerocopy v0.8.40
13352026-07-23T02:57:02.094Z Compiling portable-atomic v1.13.1
13362026-07-23T02:57:02.250Z Compiling parking_lot_core v0.9.12
13372026-07-23T02:57:02.266Z Compiling pin-project-lite v0.2.17
13382026-07-23T02:57:02.359Z Compiling critical-section v1.2.0
13392026-07-23T02:57:02.478Z Compiling getrandom v0.4.1
13402026-07-23T02:57:02.508Z Compiling pkg-config v0.3.32
13412026-07-23T02:57:02.526Z Compiling libm v0.2.16
13422026-07-23T02:57:02.641Z Compiling jobserver v0.1.34
13432026-07-23T02:57:02.700Z Compiling errno v0.3.14
13442026-07-23T02:57:02.785Z Compiling cc v1.2.56
13452026-07-23T02:57:02.826Z Compiling getrandom v0.2.17
13462026-07-23T02:57:02.872Z Compiling signal-hook-registry v1.4.8
13472026-07-23T02:57:03.042Z Compiling rand_core v0.6.4
13482026-07-23T02:57:03.052Z Compiling num-traits v0.2.19
13492026-07-23T02:57:03.154Z Compiling futures-core v0.3.32
13502026-07-23T02:57:03.257Z Compiling once_cell v1.21.3
13512026-07-23T02:57:03.335Z Compiling rand_core v0.10.0
13522026-07-23T02:57:03.344Z Compiling parking_lot v0.12.5
13532026-07-23T02:57:03.464Z Compiling mio v1.2.0
13542026-07-23T02:57:03.486Z Compiling generic-array v0.14.7
13552026-07-23T02:57:03.647Z Compiling percent-encoding v2.3.2
13562026-07-23T02:57:03.714Z Compiling writeable v0.6.2
13572026-07-23T02:57:03.751Z Compiling const-oid v0.9.6
13582026-07-23T02:57:03.984Z Compiling bitflags v2.11.0
13592026-07-23T02:57:04.105Z Compiling litemap v0.8.1
13602026-07-23T02:57:04.105Z Compiling semver v1.0.28
13612026-07-23T02:57:04.315Z Compiling icu_normalizer_data v2.1.1
13622026-07-23T02:57:04.453Z Compiling icu_properties_data v2.1.2
13632026-07-23T02:57:04.606Z Compiling socket2 v0.6.3
13642026-07-23T02:57:04.607Z Compiling synstructure v0.13.2
13652026-07-23T02:57:04.773Z Compiling futures-sink v0.3.32
13662026-07-23T02:57:04.774Z Compiling futures-task v0.3.32
13672026-07-23T02:57:04.774Z Compiling futures-channel v0.3.32
13682026-07-23T02:57:04.924Z Compiling futures-io v0.3.32
13692026-07-23T02:57:04.924Z Compiling slab v0.4.12
13702026-07-23T02:57:05.067Z Compiling utf8_iter v1.0.4
13712026-07-23T02:57:05.067Z Compiling indexmap v2.14.0
13722026-07-23T02:57:05.067Z Compiling form_urlencoded v1.2.2
13732026-07-23T02:57:05.067Z Compiling rustversion v1.0.22
13742026-07-23T02:57:05.067Z Compiling getrandom v0.3.4
13752026-07-23T02:57:05.067Z Compiling cmake v0.1.57
13762026-07-23T02:57:05.153Z Compiling fs_extra v1.3.0
13772026-07-23T02:57:05.153Z Compiling dunce v1.0.5
13782026-07-23T02:57:05.340Z Compiling ident_case v1.0.1
13792026-07-23T02:57:05.340Z Compiling iana-time-zone v0.1.65
13802026-07-23T02:57:05.543Z Compiling rustix v1.1.3
13812026-07-23T02:57:05.543Z Compiling regex-syntax v0.8.10
13822026-07-23T02:57:05.543Z Compiling aws-lc-sys v0.40.0
13832026-07-23T02:57:05.543Z Compiling uuid v1.23.4
13842026-07-23T02:57:05.673Z Compiling base64ct v1.8.3
13852026-07-23T02:57:05.863Z Compiling rand_core v0.9.5
13862026-07-23T02:57:05.947Z Compiling base64 v0.22.1
13872026-07-23T02:57:06.030Z Compiling vcpkg v0.2.15
13882026-07-23T02:57:06.116Z Compiling pem-rfc7468 v0.7.0
13892026-07-23T02:57:06.172Z Compiling rustc_version v0.4.1
13902026-07-23T02:57:06.243Z Compiling tracing-core v0.1.36
13912026-07-23T02:57:06.325Z Compiling serde_derive v1.0.228
13922026-07-23T02:57:06.441Z Compiling zeroize_derive v1.4.3
13932026-07-23T02:57:06.586Z Compiling zerofrom-derive v0.1.6
13942026-07-23T02:57:06.757Z Compiling yoke-derive v0.8.1
13952026-07-23T02:57:06.835Z Compiling zerovec-derive v0.11.2
13962026-07-23T02:57:07.040Z Compiling zerocopy-derive v0.8.40
13972026-07-23T02:57:07.124Z Compiling zeroize v1.8.2
13982026-07-23T02:57:07.332Z Compiling displaydoc v0.2.5
13992026-07-23T02:57:07.947Z Compiling tokio-macros v2.7.0
14002026-07-23T02:57:08.018Z Compiling futures-macro v0.3.32
14012026-07-23T02:57:08.039Z Compiling zerofrom v0.1.6
14022026-07-23T02:57:08.115Z Compiling openssl-sys v0.9.115
14032026-07-23T02:57:08.140Z Compiling yoke v0.8.1
14042026-07-23T02:57:08.338Z Compiling zerovec v0.11.5
14052026-07-23T02:57:08.381Z Compiling zerotrie v0.2.3
14062026-07-23T02:57:08.658Z Compiling crypto-common v0.1.7
14072026-07-23T02:57:08.680Z Compiling block-buffer v0.10.4
14082026-07-23T02:57:08.686Z Compiling der_derive v0.7.3
14092026-07-23T02:57:08.785Z Compiling tinystr v0.8.2
14102026-07-23T02:57:08.799Z Compiling potential_utf v0.1.4
14112026-07-23T02:57:08.818Z Compiling futures-util v0.3.32
14122026-07-23T02:57:08.862Z Compiling digest v0.10.7
14132026-07-23T02:57:09.019Z Compiling icu_locale_core v2.1.1
14142026-07-23T02:57:09.030Z Compiling icu_collections v2.1.1
14152026-07-23T02:57:09.151Z Compiling thiserror-impl v2.0.18
14162026-07-23T02:57:09.515Z Compiling tracing-attributes v0.1.31
14172026-07-23T02:57:09.682Z Compiling icu_provider v2.1.1
14182026-07-23T02:57:09.895Z Compiling bytes v1.11.1
14192026-07-23T02:57:09.909Z Compiling chrono v0.4.45
14202026-07-23T02:57:09.979Z Compiling icu_properties v2.1.2
14212026-07-23T02:57:10.518Z Compiling tokio v1.52.1
14222026-07-23T02:57:10.535Z Compiling icu_normalizer v2.1.1
14232026-07-23T02:57:10.872Z Compiling idna_adapter v1.2.1
14242026-07-23T02:57:11.012Z Compiling idna v1.1.0
14252026-07-23T02:57:11.061Z Compiling http v1.4.2
14262026-07-23T02:57:11.078Z Compiling aws-lc-rs v1.16.3
14272026-07-23T02:57:11.165Z Compiling flagset v0.4.7
14282026-07-23T02:57:11.302Z Compiling der v0.7.10
14292026-07-23T02:57:11.314Z Compiling url v2.5.8
14302026-07-23T02:57:11.376Z Compiling tracing v0.1.44
14312026-07-23T02:57:11.603Z Compiling ppv-lite86 v0.2.21
14322026-07-23T02:57:11.636Z Compiling thiserror v2.0.18
14332026-07-23T02:57:11.729Z Compiling http-body v1.0.1
14342026-07-23T02:57:11.742Z Compiling rustls-pki-types v1.14.0
14352026-07-23T02:57:11.877Z Compiling rand_chacha v0.9.0
14362026-07-23T02:57:11.916Z Compiling serde_derive_internals v0.29.1
14372026-07-23T02:57:11.974Z Compiling tinyvec_macros v0.1.1
14382026-07-23T02:57:12.042Z Compiling openssl-probe v0.2.1
14392026-07-23T02:57:12.103Z Compiling httparse v1.10.1
14402026-07-23T02:57:12.179Z Compiling cmov v0.5.4
14412026-07-23T02:57:12.215Z Compiling dyn-clone v1.0.20
14422026-07-23T02:57:12.353Z Compiling schemars v0.8.22
14432026-07-23T02:57:12.390Z Compiling ctutils v0.4.2
14442026-07-23T02:57:12.490Z Compiling spki v0.7.3
14452026-07-23T02:57:12.499Z Compiling rand v0.9.2
14462026-07-23T02:57:12.550Z Compiling tinyvec v1.10.0
14472026-07-23T02:57:12.585Z Compiling pest_generator v2.8.6
14482026-07-23T02:57:12.616Z Compiling aho-corasick v1.1.4
14492026-07-23T02:57:12.681Z Compiling try-lock v0.2.5
14502026-07-23T02:57:12.793Z Compiling tower-service v0.3.3
14512026-07-23T02:57:12.805Z Compiling schemars_derive v0.8.22
14522026-07-23T02:57:12.880Z Compiling untrusted v0.7.1
14532026-07-23T02:57:12.896Z Compiling atomic-waker v1.1.2
14542026-07-23T02:57:13.001Z Compiling tower-layer v0.3.3
14552026-07-23T02:57:13.015Z Compiling tempfile v3.25.0
14562026-07-23T02:57:13.159Z Compiling want v0.3.1
14572026-07-23T02:57:13.256Z Compiling pest_derive v2.8.6
14582026-07-23T02:57:13.269Z Compiling hybrid-array v0.4.13
14592026-07-23T02:57:13.381Z Compiling ipnet v2.11.0
14602026-07-23T02:57:13.616Z Compiling regex-automata v0.4.14
14612026-07-23T02:57:13.688Z Compiling scroll_derive v0.13.1
14622026-07-23T02:57:13.898Z Compiling darling_core v0.20.11
14632026-07-23T02:57:14.091Z Compiling httpdate v1.0.3
14642026-07-23T02:57:14.279Z Compiling tokio-util v0.7.18
14652026-07-23T02:57:14.313Z Compiling rustls v0.23.41
14662026-07-23T02:57:14.499Z Compiling openssl v0.10.79
14672026-07-23T02:57:14.546Z Compiling foreign-types-shared v0.1.1
14682026-07-23T02:57:14.635Z Compiling cpufeatures v0.2.17
14692026-07-23T02:57:14.710Z Compiling untrusted v0.9.0
14702026-07-23T02:57:14.763Z Compiling foreign-types v0.3.2
14712026-07-23T02:57:14.830Z Compiling scroll v0.13.0
14722026-07-23T02:57:14.845Z Compiling unicode-normalization v0.1.25
14732026-07-23T02:57:15.101Z Compiling h2 v0.4.15
14742026-07-23T02:57:15.299Z Compiling pkcs8 v0.10.2
14752026-07-23T02:57:15.332Z Compiling openssl-macros v0.1.1
14762026-07-23T02:57:15.544Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-07-23T02:57:15.708Z Compiling spin v0.9.8
14782026-07-23T02:57:15.725Z Compiling time-core v0.1.8
14792026-07-23T02:57:15.869Z Compiling native-tls v0.2.18
14802026-07-23T02:57:15.912Z Compiling crc32fast v1.5.0
14812026-07-23T02:57:15.941Z Compiling powerfmt v0.2.0
14822026-07-23T02:57:16.076Z Compiling num-conv v0.2.0
14832026-07-23T02:57:16.130Z Compiling darling_macro v0.20.11
14842026-07-23T02:57:16.145Z Compiling deranged v0.5.8
14852026-07-23T02:57:16.202Z Compiling time-macros v0.2.27
14862026-07-23T02:57:16.601Z Compiling darling v0.20.11
14872026-07-23T02:57:16.677Z Compiling goblin v0.10.5
14882026-07-23T02:57:17.093Z Compiling sha2 v0.10.9
14892026-07-23T02:57:17.250Z Compiling hmac v0.12.1
14902026-07-23T02:57:17.405Z Compiling sync_wrapper v1.0.2
14912026-07-23T02:57:17.510Z Compiling wait-timeout v0.2.1
14922026-07-23T02:57:17.653Z Compiling syn v1.0.109
14932026-07-23T02:57:17.767Z Compiling quick-error v1.2.3
14942026-07-23T02:57:17.871Z Compiling simd-adler32 v0.3.8
14952026-07-23T02:57:17.966Z Compiling crossbeam-utils v0.8.21
14962026-07-23T02:57:18.106Z Compiling bit-vec v0.8.0
14972026-07-23T02:57:18.262Z Compiling hyper v1.10.1
14982026-07-23T02:57:18.336Z Compiling num_threads v0.1.7
14992026-07-23T02:57:18.433Z Compiling siphasher v1.0.2
15002026-07-23T02:57:18.451Z Compiling usdt-impl v0.6.0
15012026-07-23T02:57:18.620Z Compiling time v0.3.47
15022026-07-23T02:57:19.034Z Compiling bit-set v0.8.0
15032026-07-23T02:57:19.195Z Compiling rusty-fork v0.3.1
15042026-07-23T02:57:19.199Z Compiling tower v0.5.3
15052026-07-23T02:57:19.223Z Compiling derive_builder_core v0.20.2
15062026-07-23T02:57:19.516Z Compiling hyper-util v0.1.20
15072026-07-23T02:57:19.688Z Compiling dof v0.4.0
15082026-07-23T02:57:20.066Z Compiling dtrace-parser v0.3.0
15092026-07-23T02:57:20.110Z Compiling http-body-util v0.1.3
15102026-07-23T02:57:20.270Z Compiling heapless v0.7.17
15112026-07-23T02:57:20.348Z Compiling thiserror-impl v1.0.69
15122026-07-23T02:57:20.516Z Compiling scroll_derive v0.12.1
15132026-07-23T02:57:20.803Z Compiling rand_xorshift v0.4.0
15142026-07-23T02:57:20.845Z Compiling slog v2.8.2
15152026-07-23T02:57:20.872Z Compiling darling_core v0.23.0
15162026-07-23T02:57:20.957Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-23T02:57:21.041Z Compiling thread-id v5.1.0
15182026-07-23T02:57:21.123Z Compiling cookie v0.18.1
15192026-07-23T02:57:21.179Z Compiling unicode-bidi v0.3.18
15202026-07-23T02:57:21.242Z Compiling unicode-properties v0.1.4
15212026-07-23T02:57:21.256Z Compiling ryu v1.0.23
15222026-07-23T02:57:21.315Z Compiling paste v1.0.15
15232026-07-23T02:57:21.427Z Compiling signal-hook v0.3.18
15242026-07-23T02:57:21.441Z Compiling adler2 v2.0.1
15252026-07-23T02:57:21.566Z Compiling allocator-api2 v0.2.21
15262026-07-23T02:57:21.580Z Compiling unarray v0.1.4
15272026-07-23T02:57:21.594Z Compiling iri-string v0.7.10
15282026-07-23T02:57:21.607Z Compiling zstd-safe v7.2.4
15292026-07-23T02:57:21.684Z Compiling anyhow v1.0.102
15302026-07-23T02:57:21.698Z Compiling proptest v1.10.0
15312026-07-23T02:57:21.880Z Compiling thiserror v1.0.69
15322026-07-23T02:57:21.898Z Compiling miniz_oxide v0.8.9
15332026-07-23T02:57:21.978Z Compiling stringprep v0.1.5
15342026-07-23T02:57:22.203Z Compiling serde_urlencoded v0.7.1
15352026-07-23T02:57:22.459Z Compiling scroll v0.12.0
15362026-07-23T02:57:22.737Z Compiling tower-http v0.6.8
15372026-07-23T02:57:22.894Z Compiling derive_builder_macro v0.20.2
15382026-07-23T02:57:23.135Z Compiling tokio-native-tls v0.3.1
15392026-07-23T02:57:23.190Z Compiling camino v1.2.2
15402026-07-23T02:57:23.304Z Compiling bstr v1.12.1
15412026-07-23T02:57:23.359Z Compiling darling_macro v0.23.0
15422026-07-23T02:57:23.374Z Compiling ipnetwork v0.21.1
15432026-07-23T02:57:23.571Z Compiling block-buffer v0.12.1
15442026-07-23T02:57:23.583Z Compiling block-padding v0.4.2
15452026-07-23T02:57:23.741Z Compiling crypto-common v0.2.2
15462026-07-23T02:57:23.759Z Compiling rustls-native-certs v0.8.3
15472026-07-23T02:57:23.781Z Compiling rand_chacha v0.3.1
15482026-07-23T02:57:23.862Z Compiling serde_tokenstream v0.2.3
15492026-07-23T02:57:24.010Z Compiling serde_spanned v0.6.9
15502026-07-23T02:57:24.057Z Compiling hex v0.4.3
15512026-07-23T02:57:24.141Z Compiling toml_datetime v0.6.11
15522026-07-23T02:57:24.200Z Compiling erased-serde v0.3.31
15532026-07-23T02:57:24.327Z Compiling signature v2.2.0
15542026-07-23T02:57:24.400Z Compiling md-5 v0.10.6
15552026-07-23T02:57:24.508Z Compiling curve25519-dalek v4.1.3
15562026-07-23T02:57:24.568Z Compiling async-trait v0.1.89
15572026-07-23T02:57:24.597Z Compiling pin-project-internal v1.1.11
15582026-07-23T02:57:24.693Z Compiling zerocopy-derive v0.7.35
15592026-07-23T02:57:24.849Z Compiling vergen-lib v9.1.0
15602026-07-23T02:57:25.046Z Compiling hash32 v0.2.1
15612026-07-23T02:57:25.244Z Compiling num-integer v0.1.46
15622026-07-23T02:57:25.463Z Compiling memoffset v0.9.1
15632026-07-23T02:57:25.561Z Compiling encoding_rs v0.8.35
15642026-07-23T02:57:25.575Z Compiling mime v0.3.17
15652026-07-23T02:57:25.590Z Compiling rustix v0.38.44
15662026-07-23T02:57:25.667Z Compiling num-bigint-dig v0.8.6
15672026-07-23T02:57:25.712Z Compiling fallible-iterator v0.2.0
15682026-07-23T02:57:25.830Z Compiling litrs v1.0.0
15692026-07-23T02:57:25.862Z Compiling cfg_aliases v0.2.1
15702026-07-23T02:57:25.936Z Compiling psl-types v2.0.11
15712026-07-23T02:57:25.950Z Compiling smoltcp v0.9.1
15722026-07-23T02:57:26.017Z Compiling ref-cast v1.0.25
15732026-07-23T02:57:26.054Z Compiling zlib-rs v0.6.2
15742026-07-23T02:57:26.313Z Compiling publicsuffix v2.3.0
15752026-07-23T02:57:26.327Z Compiling document-features v0.2.12
15762026-07-23T02:57:26.385Z Compiling postgres-protocol v0.6.10
15772026-07-23T02:57:26.565Z Compiling nix v0.31.2
15782026-07-23T02:57:26.922Z Compiling hubpack_derive v0.1.1
15792026-07-23T02:57:26.953Z Compiling pin-project v1.1.11
15802026-07-23T02:57:26.979Z Compiling zerocopy v0.7.35
15812026-07-23T02:57:27.028Z Compiling num-iter v0.1.45
15822026-07-23T02:57:27.145Z Compiling newtype-uuid v1.3.2
15832026-07-23T02:57:27.369Z Compiling rand v0.8.6
15842026-07-23T02:57:27.475Z Compiling darling v0.23.0
15852026-07-23T02:57:27.514Z Compiling inout v0.2.2
15862026-07-23T02:57:27.523Z Compiling oxnet v0.1.6
15872026-07-23T02:57:27.552Z Compiling derive_builder v0.20.2
15882026-07-23T02:57:27.570Z Compiling hyper-tls v0.6.0
15892026-07-23T02:57:27.759Z Compiling goblin v0.8.2
15902026-07-23T02:57:28.217Z Compiling phf_shared v0.13.1
15912026-07-23T02:57:28.306Z Compiling lazy_static v1.5.0
15922026-07-23T02:57:28.399Z Compiling regex v1.12.3
15932026-07-23T02:57:28.450Z Compiling anstyle-parse v0.2.7
15942026-07-23T02:57:28.455Z Compiling futures-executor v0.3.32
15952026-07-23T02:57:28.489Z Compiling terminal_size v0.4.3
15962026-07-23T02:57:28.622Z Compiling snafu-derive v0.8.9
15972026-07-23T02:57:28.622Z Compiling daft-derive v0.1.7
15982026-07-23T02:57:28.712Z Compiling strum_macros v0.27.2
15992026-07-23T02:57:28.812Z Compiling ref-cast-impl v1.0.25
16002026-07-23T02:57:29.348Z Compiling flate2 v1.1.9
16012026-07-23T02:57:29.376Z Compiling curve25519-dalek-derive v0.1.1
16022026-07-23T02:57:29.412Z Compiling vergen v9.1.0
16032026-07-23T02:57:29.604Z Compiling cargo-platform v0.3.2
16042026-07-23T02:57:29.761Z Compiling ff v0.13.1
16052026-07-23T02:57:29.880Z Compiling fs-err v3.3.0
16062026-07-23T02:57:29.904Z Compiling ahash v0.8.12
16072026-07-23T02:57:30.036Z Compiling winnow v0.5.40
16082026-07-23T02:57:30.083Z Compiling bitflags v1.3.2
16092026-07-23T02:57:30.127Z Compiling bumpalo v3.20.2
16102026-07-23T02:57:30.157Z Compiling foldhash v0.2.0
16112026-07-23T02:57:30.374Z Compiling foldhash v0.1.5
16122026-07-23T02:57:30.374Z Compiling object v0.37.3
16132026-07-23T02:57:30.553Z Compiling libbz2-rs-sys v0.2.2
16142026-07-23T02:57:30.622Z Compiling unicode-segmentation v1.12.0
16152026-07-23T02:57:30.669Z Compiling managed v0.8.0
16162026-07-23T02:57:30.723Z Compiling base16ct v0.2.0
16172026-07-23T02:57:30.880Z Compiling same-file v1.0.6
16182026-07-23T02:57:30.899Z Compiling sec1 v0.7.3
16192026-07-23T02:57:31.007Z Compiling walkdir v2.5.0
16202026-07-23T02:57:31.044Z Compiling bzip2 v0.6.1
16212026-07-23T02:57:31.231Z Compiling strum v0.27.2
16222026-07-23T02:57:31.246Z Compiling snafu v0.8.9
16232026-07-23T02:57:31.293Z Compiling hashbrown v0.15.5
16242026-07-23T02:57:31.318Z Compiling toml_edit v0.19.15
16252026-07-23T02:57:31.356Z Compiling zopfli v0.8.3
16262026-07-23T02:57:31.473Z Compiling hashbrown v0.16.1
16272026-07-23T02:57:31.654Z Compiling clap_builder v4.6.0
16282026-07-23T02:57:31.960Z Compiling dof v0.3.0
16292026-07-23T02:57:32.003Z Compiling group v0.13.0
16302026-07-23T02:57:32.068Z Compiling cargo_metadata v0.23.1
16312026-07-23T02:57:32.198Z Compiling daft v0.1.7
16322026-07-23T02:57:32.582Z Compiling futures v0.3.32
16332026-07-23T02:57:32.597Z Compiling anstream v0.6.21
16342026-07-23T02:57:32.658Z Compiling phf v0.13.1
16352026-07-23T02:57:32.674Z Compiling signal-hook-mio v0.2.5
16362026-07-23T02:57:32.896Z Compiling cookie_store v0.22.1
16372026-07-23T02:57:33.170Z Compiling zstd v0.13.3
16382026-07-23T02:57:33.417Z Compiling bzip2 v0.4.4
16392026-07-23T02:57:33.438Z Compiling reqwest v0.12.28
16402026-07-23T02:57:33.529Z Compiling cipher v0.5.2
16412026-07-23T02:57:33.632Z Compiling serde_with_macros v3.21.0
16422026-07-23T02:57:33.831Z Compiling hubpack v0.1.2
16432026-07-23T02:57:34.075Z Compiling postgres-types v0.2.12
16442026-07-23T02:57:34.636Z Compiling ed25519 v2.2.3
16452026-07-23T02:57:34.651Z Compiling usdt-attr-macro v0.6.0
16462026-07-23T02:57:34.798Z Compiling usdt-macro v0.6.0
16472026-07-23T02:57:34.976Z Compiling globset v0.4.18
16482026-07-23T02:57:35.208Z Compiling dtrace-parser v0.2.0
16492026-07-23T02:57:35.494Z Compiling phf_shared v0.11.3
16502026-07-23T02:57:35.561Z Compiling hkdf v0.12.4
16512026-07-23T02:57:35.575Z Compiling pkcs1 v0.7.5
16522026-07-23T02:57:35.643Z Compiling olpc-cjson v0.1.4
16532026-07-23T02:57:35.660Z Compiling serde-big-array v0.5.1
16542026-07-23T02:57:35.706Z Compiling serde_plain v1.0.2
16552026-07-23T02:57:35.802Z Compiling crypto-bigint v0.5.5
16562026-07-23T02:57:35.802Z Compiling enum-as-inner v0.6.1
16572026-07-23T02:57:35.898Z Compiling serde_repr v0.1.20
16582026-07-23T02:57:35.941Z Compiling async-recursion v1.1.1
16592026-07-23T02:57:35.952Z Compiling strum_macros v0.26.4
16602026-07-23T02:57:36.325Z Compiling clap_derive v4.6.1
16612026-07-23T02:57:36.442Z Compiling pem v3.0.6
16622026-07-23T02:57:36.588Z Compiling float-cmp v0.10.0
16632026-07-23T02:57:36.733Z Compiling memmap2 v0.9.10
16642026-07-23T02:57:36.763Z Compiling thread-id v4.2.2
16652026-07-23T02:57:36.847Z Compiling env_filter v1.0.0
16662026-07-23T02:57:36.950Z Compiling winnow v1.0.3
16672026-07-23T02:57:37.162Z Compiling cpufeatures v0.3.0
16682026-07-23T02:57:37.183Z Compiling either v1.15.0
16692026-07-23T02:57:37.226Z Compiling data-encoding v2.10.0
16702026-07-23T02:57:37.304Z Compiling keccak v0.1.6
16712026-07-23T02:57:37.386Z Compiling fixedbitset v0.4.2
16722026-07-23T02:57:37.591Z Compiling whoami v2.1.0
16732026-07-23T02:57:37.690Z Compiling new_debug_unreachable v1.0.6
16742026-07-23T02:57:37.764Z Compiling fixedbitset v0.5.7
16752026-07-23T02:57:37.888Z Compiling typed-path v0.9.3
16762026-07-23T02:57:37.909Z Compiling const-oid v0.10.2
16772026-07-23T02:57:37.964Z Compiling difflib v0.4.0
16782026-07-23T02:57:38.032Z Compiling normalize-line-endings v0.3.0
16792026-07-23T02:57:38.064Z Compiling jiff v0.2.21
16802026-07-23T02:57:38.077Z Compiling precomputed-hash v0.1.1
16812026-07-23T02:57:38.106Z Compiling predicates-core v1.0.10
16822026-07-23T02:57:38.119Z Compiling static_assertions v1.1.0
16832026-07-23T02:57:38.170Z Compiling toml_edit v0.22.27
16842026-07-23T02:57:38.195Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16852026-07-23T02:57:38.276Z Compiling predicates v3.1.4
16862026-07-23T02:57:38.411Z Compiling string_cache v0.8.9
16872026-07-23T02:57:38.510Z Compiling clap v4.6.1
16882026-07-23T02:57:38.585Z Compiling digest v0.11.3
16892026-07-23T02:57:38.631Z Compiling petgraph v0.8.3
16902026-07-23T02:57:38.802Z Compiling tokio-postgres v0.7.16
16912026-07-23T02:57:38.951Z Compiling strum v0.26.3
16922026-07-23T02:57:39.081Z Compiling petgraph v0.6.5
16932026-07-23T02:57:39.162Z Compiling hickory-proto v0.25.2
16942026-07-23T02:57:40.568Z Compiling sha3 v0.10.8
16952026-07-23T02:57:40.593Z Compiling itertools v0.13.0
16962026-07-23T02:57:40.937Z Compiling zip v4.6.1
16972026-07-23T02:57:41.016Z Compiling toml_parser v1.1.2+spec-1.1.0
16982026-07-23T02:57:41.031Z Compiling chacha20 v0.10.0
16992026-07-23T02:57:41.031Z Compiling env_logger v0.11.9
17002026-07-23T02:57:41.387Z Compiling usdt v0.6.0
17012026-07-23T02:57:41.387Z Compiling usdt-impl v0.5.0
17022026-07-23T02:57:41.638Z Compiling elliptic-curve v0.13.8
17032026-07-23T02:57:41.652Z Compiling rsa v0.9.10
17042026-07-23T02:57:41.822Z Compiling crossterm v0.28.1
17052026-07-23T02:57:41.897Z Compiling ed25519-dalek v2.2.0
17062026-07-23T02:57:42.003Z Compiling serde_with v3.21.0
17072026-07-23T02:57:42.284Z Compiling zip v0.6.6
17082026-07-23T02:57:42.883Z Compiling toml v0.7.8
17092026-07-23T02:57:42.946Z Compiling iddqd v0.4.2
17102026-07-23T02:57:43.727Z Compiling similar v2.7.0
17112026-07-23T02:57:43.738Z Compiling heck v0.4.1
17122026-07-23T02:57:43.778Z Compiling byte-wrapper v0.1.0
17132026-07-23T02:57:43.847Z Compiling crossbeam-epoch v0.9.18
17142026-07-23T02:57:43.982Z Compiling tokio-stream v0.1.18
17152026-07-23T02:57:44.159Z Compiling buf-list v1.1.2
17162026-07-23T02:57:44.188Z Compiling x509-cert v0.2.5
17172026-07-23T02:57:44.238Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-07-23T02:57:44.437Z Compiling openapiv3 v2.2.0
17192026-07-23T02:57:44.452Z Compiling peg-runtime v0.8.5
17202026-07-23T02:57:44.538Z Compiling lalrpop-util v0.19.12
17212026-07-23T02:57:44.625Z Compiling thread_local v1.1.9
17222026-07-23T02:57:44.733Z Compiling slog-async v2.8.0
17232026-07-23T02:57:44.748Z Compiling crossbeam-channel v0.5.15
17242026-07-23T02:57:44.882Z Compiling is-terminal v0.4.17
17252026-07-23T02:57:44.962Z Compiling filetime v0.2.27
17262026-07-23T02:57:44.982Z Compiling xattr v1.6.1
17272026-07-23T02:57:45.063Z Compiling term v1.2.1
17282026-07-23T02:57:45.135Z Compiling take_mut v0.2.2
17292026-07-23T02:57:45.149Z Compiling tar v0.4.46
17302026-07-23T02:57:45.197Z Compiling camino-tempfile v1.4.1
17312026-07-23T02:57:45.424Z Compiling slog-term v2.9.2
17322026-07-23T02:57:55.363Z Compiling rustls-webpki v0.103.13
17332026-07-23T02:57:58.039Z Compiling tokio-rustls v0.26.4
17342026-07-23T02:57:58.039Z Compiling rustls-platform-verifier v0.6.2
17352026-07-23T02:57:58.039Z Compiling tough v0.22.0
17362026-07-23T02:57:58.247Z Compiling hyper-rustls v0.27.7
17372026-07-23T02:57:58.438Z Compiling reqwest v0.13.2
17382026-07-23T02:58:00.673Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-07-23T02:58:00.898Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-07-23T02:58:03.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17412026-07-23T02:58:03.858Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17422026-07-23T02:58:03.911ZJul 23 02:58:02.188 INFO Starting download, target: Clickhouse
17432026-07-23T02:58:03.912ZJul 23 02:58:02.188 INFO Starting download, target: MaghemiteMgd
17442026-07-23T02:58:03.912ZJul 23 02:58:02.188 INFO Starting download, target: Console
17452026-07-23T02:58:03.912ZJul 23 02:58:02.188 INFO Starting download, target: Cockroach
17462026-07-23T02:58:03.913ZJul 23 02:58:02.188 INFO Starting download, target: MaghemiteDdmd
17472026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Starting download, target: DendriteStub
17482026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Starting download, target: TransceiverControl
17492026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17512026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17522026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-07-23T02:58:03.922ZJul 23 02:58:02.188 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-07-23T02:58:05.640ZJul 23 02:58:03.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-07-23T02:58:05.958ZJul 23 02:58:04.239 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17582026-07-23T02:58:06.205ZJul 23 02:58:04.487 INFO Download complete, target: Console
17592026-07-23T02:58:06.920ZJul 23 02:58:05.190 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-07-23T02:58:07.145ZJul 23 02:58:05.400 INFO Download complete, target: TransceiverControl
17612026-07-23T02:58:09.115ZJul 23 02:58:07.378 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-07-23T02:58:09.221ZJul 23 02:58:07.489 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17632026-07-23T02:58:09.365ZJul 23 02:58:07.625 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-07-23T02:58:09.862ZJul 23 02:58:08.144 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-07-23T02:58:09.862ZJul 23 02:58:08.144 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-07-23T02:58:11.214ZJul 23 02:58:09.496 INFO Download complete, target: MaghemiteDdmd
17672026-07-23T02:58:11.616ZJul 23 02:58:09.898 INFO Download complete, target: DendriteStub
17682026-07-23T02:58:11.889ZJul 23 02:58:10.171 INFO Download complete, target: MaghemiteMgd
17692026-07-23T02:58:12.568ZJul 23 02:58:10.850 INFO Checking that binary works, target: Clickhouse
17702026-07-23T02:58:12.729ZJul 23 02:58:11.005 INFO Download complete, target: Clickhouse
17712026-07-23T02:58:14.531ZJul 23 02:58:12.812 INFO Checking that binary works, target: Cockroach
17722026-07-23T02:58:14.643ZJul 23 02:58:12.924 INFO Download complete, target: Cockroach
17732026-07-23T02:58:14.657ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-07-23T02:58:14.660Z
17752026-07-23T02:58:14.660Zreal 2:03.309806572
17762026-07-23T02:58:14.661Zuser 6:38.465707906
17772026-07-23T02:58:14.661Zsys 1:21.307873094
17782026-07-23T02:58:14.661Ztrap 0.223717793
17792026-07-23T02:58:14.661Ztflt 0.478704488
17802026-07-23T02:58:14.661Zdflt 0.794253780
17812026-07-23T02:58:14.661Zkflt 0.027398138
17822026-07-23T02:58:14.661Zlock 22:12.494387608
17832026-07-23T02:58:14.661Zslp 20:11.565739686
17842026-07-23T02:58:14.661Zlat 42.257515073
17852026-07-23T02:58:14.661Zstop 1:56.165522888
17862026-07-23T02:58:14.661Z+ banner clippy
17872026-07-23T02:58:14.661Z
17882026-07-23T02:58:14.661Z #### # # ##### ##### # #
17892026-07-23T02:58:14.661Z # # # # # # # # # #
17902026-07-23T02:58:14.661Z # # # # # # # #
17912026-07-23T02:58:14.662Z # # # ##### ##### #
17922026-07-23T02:58:14.662Z # # # # # # #
17932026-07-23T02:58:14.662Z #### ###### # # # #
17942026-07-23T02:58:14.662Z
17952026-07-23T02:58:14.662Z+ export CARGO_INCREMENTAL=0
17962026-07-23T02:58:14.662Z+ CARGO_INCREMENTAL=0
17972026-07-23T02:58:14.662Z+ ptime -m cargo xtask clippy
17982026-07-23T02:58:15.115Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-07-23T02:58:15.394Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-07-23T02:58:17.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
18012026-07-23T02:58:17.224Z Running `target/debug/xtask clippy`
18022026-07-23T02:58:17.250Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-07-23T02:58:17.807Z Downloading crates ...
18042026-07-23T02:58:18.024Z Downloaded stringmetrics v2.2.2
18052026-07-23T02:58:18.053Z Downloaded event-listener-strategy v0.5.4
18062026-07-23T02:58:18.057Z Downloaded guppy v0.17.25
18072026-07-23T02:58:18.060Z Downloaded linkme-impl v0.3.35
18082026-07-23T02:58:18.064Z Downloaded pathdiff v0.2.3
18092026-07-23T02:58:18.064Z Downloaded escape8259 v0.5.3
18102026-07-23T02:58:18.067Z Downloaded assert-json-diff v2.0.2
18112026-07-23T02:58:18.070Z Downloaded nested v0.1.1
18122026-07-23T02:58:18.075Z Downloaded async-object-pool v0.2.0
18132026-07-23T02:58:18.077Z Downloaded supports-unicode v2.1.0
18142026-07-23T02:58:18.083Z Downloaded cast v0.3.0
18152026-07-23T02:58:18.086Z Downloaded oorandom v11.1.5
18162026-07-23T02:58:18.086Z Downloaded anes v0.1.6
18172026-07-23T02:58:18.092Z Downloaded miette-derive v5.10.0
18182026-07-23T02:58:18.095Z Downloaded backtrace-ext v0.2.1
18192026-07-23T02:58:18.095Z Downloaded hex-literal v0.4.1
18202026-07-23T02:58:18.101Z Downloaded plotters-svg v0.3.7
18212026-07-23T02:58:18.104Z Downloaded constant_time_eq v0.3.1
18222026-07-23T02:58:18.104Z Downloaded serde_regex v1.1.0
18232026-07-23T02:58:18.104Z Downloaded parking v2.2.1
18242026-07-23T02:58:18.107Z Downloaded terminal_size v0.1.17
18252026-07-23T02:58:18.110Z Downloaded supports-color v2.1.0
18262026-07-23T02:58:18.113Z Downloaded target-triple v1.0.0
18272026-07-23T02:58:18.115Z Downloaded supports-hyperlinks v2.1.0
18282026-07-23T02:58:18.119Z Downloaded guppy-workspace-hack v0.1.0
18292026-07-23T02:58:18.119Z Downloaded plotters-backend v0.3.7
18302026-07-23T02:58:18.119Z Downloaded similar-asserts v1.7.0
18312026-07-23T02:58:18.126Z Downloaded concurrent-queue v2.5.0
18322026-07-23T02:58:18.132Z Downloaded approx v0.5.1
18332026-07-23T02:58:18.134Z Downloaded futures-timer v3.0.3
18342026-07-23T02:58:18.134Z Downloaded path-tree v0.8.3
18352026-07-23T02:58:18.144Z Downloaded target-spec v3.5.7
18362026-07-23T02:58:18.147Z Downloaded relative-path v1.9.3
18372026-07-23T02:58:18.151Z Downloaded linkme v0.3.35
18382026-07-23T02:58:18.153Z Downloaded assert_cmd v2.1.2
18392026-07-23T02:58:18.156Z Downloaded libtest-mimic v0.8.1
18402026-07-23T02:58:18.156Z Downloaded owo-colors v3.5.0
18412026-07-23T02:58:18.159Z Downloaded tinytemplate v1.2.1
18422026-07-23T02:58:18.159Z Downloaded criterion-plot v0.6.0
18432026-07-23T02:58:18.162Z Downloaded rust-argon2 v2.1.0
18442026-07-23T02:58:18.162Z Downloaded async-lock v3.4.2
18452026-07-23T02:58:18.162Z Downloaded event-listener v5.4.1
18462026-07-23T02:58:18.167Z Downloaded partial-io v0.5.4
18472026-07-23T02:58:18.169Z Downloaded datatest-stable v0.3.3
18482026-07-23T02:58:18.172Z Downloaded termcolor v1.4.1
18492026-07-23T02:58:18.176Z Downloaded knuffel-derive v3.2.0
18502026-07-23T02:58:18.176Z Downloaded blake2b_simd v1.0.4
18512026-07-23T02:58:18.179Z Downloaded httptest v0.16.4
18522026-07-23T02:58:18.182Z Downloaded cfg-expr v0.20.6
18532026-07-23T02:58:18.182Z Downloaded addr2line v0.25.1
18542026-07-23T02:58:18.184Z Downloaded target-lexicon v0.13.3
18552026-07-23T02:58:18.187Z Downloaded hickory-client v0.25.2
18562026-07-23T02:58:18.190Z Downloaded trybuild v1.0.116
18572026-07-23T02:58:18.199Z Downloaded rustc-demangle v0.1.27
18582026-07-23T02:58:18.203Z Downloaded textwrap v0.15.2
18592026-07-23T02:58:18.206Z Downloaded knuffel v3.2.0
18602026-07-23T02:58:18.211Z Downloaded rand_distr v0.5.1
18612026-07-23T02:58:18.217Z Downloaded rstest v0.25.0
18622026-07-23T02:58:18.221Z Downloaded miette v5.10.0
18632026-07-23T02:58:18.227Z Downloaded chumsky v0.9.3
18642026-07-23T02:58:18.231Z Downloaded backtrace v0.3.76
18652026-07-23T02:58:18.231Z Downloaded fancy-regex v0.14.0
18662026-07-23T02:58:18.234Z Downloaded rstest_macros v0.25.0
18672026-07-23T02:58:18.238Z Downloaded criterion v0.7.0
18682026-07-23T02:58:18.244Z Downloaded hashbrown v0.14.5
18692026-07-23T02:58:18.250Z Downloaded plotters v0.3.7
18702026-07-23T02:58:18.271Z Downloaded gimli v0.32.3
18712026-07-23T02:58:18.379Z Downloaded httpmock v0.8.3
18722026-07-23T02:58:20.066Z Checking cfg-if v1.0.4
18732026-07-23T02:58:20.430Z Checking libc v0.2.185
18742026-07-23T02:58:20.433Z Checking serde_core v1.0.228
18752026-07-23T02:58:20.509Z Checking memchr v2.8.0
18762026-07-23T02:58:20.551Z Checking smallvec v1.15.1
18772026-07-23T02:58:20.585Z Checking zeroize v1.8.2
18782026-07-23T02:58:20.622Z Checking rand_core v0.10.0
18792026-07-23T02:58:20.662Z Checking itoa v1.0.17
18802026-07-23T02:58:20.694Z Checking subtle v2.6.1
18812026-07-23T02:58:20.752Z Checking log v0.4.29
18822026-07-23T02:58:20.800Z Checking libm v0.2.16
18832026-07-23T02:58:20.862Z Checking typenum v1.20.1
18842026-07-23T02:58:20.903Z Checking getrandom v0.4.1
18852026-07-23T02:58:20.903Z Checking errno v0.3.14
18862026-07-23T02:58:20.975Z Checking scopeguard v1.2.0
18872026-07-23T02:58:21.015Z Checking stable_deref_trait v1.2.1
18882026-07-23T02:58:21.053Z Checking zmij v1.0.21
18892026-07-23T02:58:21.095Z Checking zerofrom v0.1.6
18902026-07-23T02:58:21.136Z Checking lock_api v0.4.14
18912026-07-23T02:58:21.175Z Checking percent-encoding v2.3.2
18922026-07-23T02:58:21.213Z Checking writeable v0.6.2
18932026-07-23T02:58:21.251Z Checking yoke v0.8.1
18942026-07-23T02:58:21.291Z Checking litemap v0.8.1
18952026-07-23T02:58:21.344Z Checking icu_normalizer_data v2.1.1
18962026-07-23T02:58:21.418Z Checking icu_properties_data v2.1.2
18972026-07-23T02:58:21.422Z Checking form_urlencoded v1.2.2
18982026-07-23T02:58:21.461Z Checking zerovec v0.11.5
18992026-07-23T02:58:21.461Z Checking zerotrie v0.2.3
19002026-07-23T02:58:21.530Z Checking num-traits v0.2.19
19012026-07-23T02:58:21.530Z Checking utf8_iter v1.0.4
19022026-07-23T02:58:21.604Z Checking pin-project-lite v0.2.17
19032026-07-23T02:58:21.644Z Checking zerocopy v0.8.40
19042026-07-23T02:58:21.683Z Checking parking_lot_core v0.9.12
19052026-07-23T02:58:21.723Z Checking portable-atomic v1.13.1
19062026-07-23T02:58:21.765Z Checking critical-section v1.2.0
19072026-07-23T02:58:21.810Z Checking signal-hook-registry v1.4.8
19082026-07-23T02:58:21.892Z Checking parking_lot v0.12.5
19092026-07-23T02:58:21.932Z Checking mio v1.2.0
19102026-07-23T02:58:21.935Z Checking tinystr v0.8.2
19112026-07-23T02:58:22.000Z Checking potential_utf v0.1.4
19122026-07-23T02:58:22.036Z Checking serde v1.0.228
19132026-07-23T02:58:22.074Z Checking bitflags v2.11.0
19142026-07-23T02:58:22.110Z Checking serde_json v1.0.150
19152026-07-23T02:58:22.145Z Checking icu_locale_core v2.1.1
19162026-07-23T02:58:22.183Z Checking icu_collections v2.1.1
19172026-07-23T02:58:22.186Z Checking once_cell v1.21.3
19182026-07-23T02:58:22.271Z Checking iana-time-zone v0.1.65
19192026-07-23T02:58:22.315Z Checking socket2 v0.6.3
19202026-07-23T02:58:22.410Z Checking uuid v1.23.4
19212026-07-23T02:58:22.460Z Checking semver v1.0.28
19222026-07-23T02:58:22.500Z Checking bytes v1.11.1
19232026-07-23T02:58:22.538Z Checking chrono v0.4.45
19242026-07-23T02:58:22.587Z Checking thiserror v2.0.18
19252026-07-23T02:58:22.711Z Checking icu_provider v2.1.1
19262026-07-23T02:58:22.760Z Checking dyn-clone v1.0.20
19272026-07-23T02:58:22.760Z Checking futures-core v0.3.32
19282026-07-23T02:58:22.765Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292026-07-23T02:58:22.865Z Checking getrandom v0.2.17
19302026-07-23T02:58:22.902Z Checking equivalent v1.0.2
19312026-07-23T02:58:22.944Z Checking rustix v1.1.3
19322026-07-23T02:58:22.982Z Checking tokio v1.52.1
19332026-07-23T02:58:22.987Z Checking icu_normalizer v2.1.1
19342026-07-23T02:58:23.056Z Checking icu_properties v2.1.2
19352026-07-23T02:58:23.060Z Checking rand_core v0.6.4
19362026-07-23T02:58:23.180Z Checking cmov v0.5.4
19372026-07-23T02:58:23.296Z Checking byteorder v1.5.0
19382026-07-23T02:58:23.343Z Checking futures-sink v0.3.32
19392026-07-23T02:58:23.395Z Checking ctutils v0.4.2
19402026-07-23T02:58:23.434Z Checking generic-array v0.14.7
19412026-07-23T02:58:23.470Z Checking futures-channel v0.3.32
19422026-07-23T02:58:23.521Z Checking futures-task v0.3.32
19432026-07-23T02:58:23.627Z Checking hybrid-array v0.4.13
19442026-07-23T02:58:23.685Z Checking futures-io v0.3.32
19452026-07-23T02:58:23.688Z Checking slab v0.4.12
19462026-07-23T02:58:23.785Z Checking getrandom v0.3.4
19472026-07-23T02:58:23.826Z Checking hashbrown v0.17.0
19482026-07-23T02:58:23.895Z Checking idna_adapter v1.2.1
19492026-07-23T02:58:23.934Z Checking thiserror v1.0.69
19502026-07-23T02:58:23.937Z Checking futures-util v0.3.32
19512026-07-23T02:58:24.006Z Checking fnv v1.0.7
19522026-07-23T02:58:24.042Z Checking idna v1.1.0
19532026-07-23T02:58:24.078Z Checking base64ct v1.8.3
19542026-07-23T02:58:24.124Z Checking const-oid v0.9.6
19552026-07-23T02:58:24.320Z Checking indexmap v2.14.0
19562026-07-23T02:58:24.323Z Checking url v2.5.8
19572026-07-23T02:58:24.393Z Checking crypto-common v0.1.7
19582026-07-23T02:58:24.396Z Checking ppv-lite86 v0.2.21
19592026-07-23T02:58:24.460Z Checking crypto-common v0.2.2
19602026-07-23T02:58:24.539Z Checking regex-syntax v0.8.10
19612026-07-23T02:58:24.735Z Checking block-buffer v0.12.1
19622026-07-23T02:58:24.782Z Checking schemars v0.8.22
19632026-07-23T02:58:24.834Z Checking block-buffer v0.10.4
19642026-07-23T02:58:24.923Z Checking utf8parse v0.2.2
19652026-07-23T02:58:24.963Z Checking base64 v0.22.1
19662026-07-23T02:58:24.998Z Checking digest v0.10.7
19672026-07-23T02:58:25.050Z Checking anstyle v1.0.14
19682026-07-23T02:58:25.086Z Checking http v1.4.2
19692026-07-23T02:58:25.219Z Checking tracing-core v0.1.36
19702026-07-23T02:58:25.259Z Checking anstyle-query v1.1.5
19712026-07-23T02:58:25.262Z Checking colorchoice v1.0.4
19722026-07-23T02:58:25.380Z Checking is_terminal_polyfill v1.70.2
19732026-07-23T02:58:25.420Z Checking anstyle-parse v1.0.0
19742026-07-23T02:58:25.458Z Checking rand_core v0.9.5
19752026-07-23T02:58:25.495Z Checking terminal_size v0.4.3
19762026-07-23T02:58:25.550Z Checking tracing v0.1.44
19772026-07-23T02:58:25.594Z Checking ipnet v2.11.0
19782026-07-23T02:58:25.636Z Checking const-oid v0.10.2
19792026-07-23T02:58:25.672Z Checking anstream v1.0.0
19802026-07-23T02:58:25.709Z Checking clap_lex v1.0.0
19812026-07-23T02:58:25.781Z Checking strsim v0.11.1
19822026-07-23T02:58:25.826Z Checking aho-corasick v1.1.4
19832026-07-23T02:58:25.892Z Checking rand_chacha v0.9.0
19842026-07-23T02:58:25.895Z Checking crossbeam-utils v0.8.21
19852026-07-23T02:58:25.895Z Checking unicode-ident v1.0.24
19862026-07-23T02:58:25.999Z Checking erased-serde v0.3.31
19872026-07-23T02:58:26.003Z Checking clap_builder v4.6.0
19882026-07-23T02:58:26.033Z Checking httparse v1.10.1
19892026-07-23T02:58:26.101Z Checking proc-macro2 v1.0.106
19902026-07-23T02:58:26.139Z Checking rand v0.9.2
19912026-07-23T02:58:26.234Z Checking tokio-util v0.7.18
19922026-07-23T02:58:26.274Z Checking powerfmt v0.2.0
19932026-07-23T02:58:26.334Z Checking cpufeatures v0.3.0
19942026-07-23T02:58:26.408Z Checking slog v2.8.2
19952026-07-23T02:58:26.447Z Checking digest v0.11.3
19962026-07-23T02:58:26.450Z Checking deranged v0.5.8
19972026-07-23T02:58:26.450Z Checking quote v1.0.45
19982026-07-23T02:58:26.548Z Checking regex-automata v0.4.14
19992026-07-23T02:58:26.627Z Checking num_threads v0.1.7
20002026-07-23T02:58:26.661Z Checking time-core v0.1.8
20012026-07-23T02:58:26.698Z Checking allocator-api2 v0.2.21
20022026-07-23T02:58:26.701Z Checking fastrand v2.3.0
20032026-07-23T02:58:26.768Z Checking cpufeatures v0.2.17
20042026-07-23T02:58:26.825Z Checking num-conv v0.2.0
20052026-07-23T02:58:26.866Z Checking syn v2.0.117
20062026-07-23T02:58:26.903Z Checking anyhow v1.0.102
20072026-07-23T02:58:26.940Z Checking http-body v1.0.1
20082026-07-23T02:58:26.979Z Checking atomic-waker v1.1.2
20092026-07-23T02:58:27.014Z Checking tempfile v3.25.0
20102026-07-23T02:58:27.098Z Checking aws-lc-sys v0.40.0
20112026-07-23T02:58:27.136Z Checking rustls-pki-types v1.14.0
20122026-07-23T02:58:27.139Z Checking untrusted v0.7.1
20132026-07-23T02:58:27.233Z Checking httpdate v1.0.3
20142026-07-23T02:58:27.311Z Checking try-lock v0.2.5
20152026-07-23T02:58:27.314Z Checking clap v4.6.1
20162026-07-23T02:58:27.414Z Checking h2 v0.4.15
20172026-07-23T02:58:27.444Z Checking want v0.3.1
20182026-07-23T02:58:27.480Z Checking time v0.3.47
20192026-07-23T02:58:27.483Z Checking ipnetwork v0.21.1
20202026-07-23T02:58:27.483Z Checking hex v0.4.3
20212026-07-23T02:58:27.590Z Checking ryu v1.0.23
20222026-07-23T02:58:27.627Z Checking aws-lc-rs v1.16.3
20232026-07-23T02:58:27.753Z Checking tower-service v0.3.3
20242026-07-23T02:58:27.756Z Checking tower-layer v0.3.3
20252026-07-23T02:58:27.825Z Checking pem-rfc7468 v0.7.0
20262026-07-23T02:58:27.873Z Checking spin v0.9.8
20272026-07-23T02:58:27.961Z Checking flagset v0.4.7
20282026-07-23T02:58:28.013Z Checking simd-adler32 v0.3.8
20292026-07-23T02:58:28.081Z Checking untrusted v0.9.0
20302026-07-23T02:58:28.121Z Checking der v0.7.10
20312026-07-23T02:58:28.210Z Checking mime v0.3.17
20322026-07-23T02:58:28.248Z Checking adler2 v2.0.1
20332026-07-23T02:58:28.380Z Checking miniz_oxide v0.8.9
20342026-07-23T02:58:28.420Z Checking http-body-util v0.1.3
20352026-07-23T02:58:28.423Z Checking block-padding v0.4.2
20362026-07-23T02:58:28.551Z Checking rustls-webpki v0.103.13
20372026-07-23T02:58:28.617Z Checking camino v1.2.2
20382026-07-23T02:58:28.672Z Checking inout v0.2.2
20392026-07-23T02:58:28.728Z Checking openssl-probe v0.2.1
20402026-07-23T02:58:28.765Z Checking pretty-hex v0.4.1
20412026-07-23T02:58:28.847Z Checking serde_urlencoded v0.7.1
20422026-07-23T02:58:28.885Z Checking rand_chacha v0.3.1
20432026-07-23T02:58:28.888Z Checking encoding_rs v0.8.35
20442026-07-23T02:58:28.955Z Checking plain v0.2.3
20452026-07-23T02:58:28.988Z Checking spki v0.7.3
20462026-07-23T02:58:29.026Z Checking rustls v0.23.41
20472026-07-23T02:58:29.074Z Checking cipher v0.5.2
20482026-07-23T02:58:29.111Z Checking regex v1.12.3
20492026-07-23T02:58:29.147Z Checking rand v0.8.6
20502026-07-23T02:58:29.149Z Checking oxnet v0.1.6
20512026-07-23T02:58:29.218Z Checking ucd-trie v0.1.7
20522026-07-23T02:58:29.337Z Checking crc32fast v1.5.0
20532026-07-23T02:58:29.383Z Checking pest v2.8.6
20542026-07-23T02:58:29.429Z Checking futures-executor v0.3.32
20552026-07-23T02:58:29.468Z Checking sync_wrapper v1.0.2
20562026-07-23T02:58:29.507Z Checking pkcs8 v0.10.2
20572026-07-23T02:58:29.599Z Checking tower v0.5.3
20582026-07-23T02:58:29.638Z Checking futures v0.3.32
20592026-07-23T02:58:29.684Z Checking either v1.15.0
20602026-07-23T02:58:29.724Z Checking iri-string v0.7.10
20612026-07-23T02:58:29.761Z Checking zlib-rs v0.6.2
20622026-07-23T02:58:29.901Z Checking sha2 v0.10.9
20632026-07-23T02:58:29.904Z Checking bit-vec v0.8.0
20642026-07-23T02:58:30.008Z Checking static_assertions v1.1.0
20652026-07-23T02:58:30.108Z Checking foldhash v0.2.0
20662026-07-23T02:58:30.156Z Checking bit-set v0.8.0
20672026-07-23T02:58:30.206Z Checking lazy_static v1.5.0
20682026-07-23T02:58:30.247Z Checking hyper v1.10.1
20692026-07-23T02:58:30.289Z Checking hashbrown v0.16.1
20702026-07-23T02:58:30.328Z Checking openapiv3 v2.2.0
20712026-07-23T02:58:30.331Z Checking wait-timeout v0.2.1
20722026-07-23T02:58:30.471Z Checking hubpack v0.1.2
20732026-07-23T02:58:30.514Z Checking strum v0.26.3
20742026-07-23T02:58:30.652Z Checking quick-error v1.2.3
20752026-07-23T02:58:30.689Z Checking rustls-native-certs v0.8.3
20762026-07-23T02:58:30.692Z Checking flate2 v1.1.9
20772026-07-23T02:58:30.772Z Checking tower-http v0.6.8
20782026-07-23T02:58:30.810Z Checking rusty-fork v0.3.1
20792026-07-23T02:58:30.845Z Checking rand_xorshift v0.4.0
20802026-07-23T02:58:30.882Z Checking signature v2.2.0
20812026-07-23T02:58:30.995Z Checking num-integer v0.1.46
20822026-07-23T02:58:31.034Z Checking unarray v0.1.4
20832026-07-23T02:58:31.074Z Checking tinyvec_macros v0.1.1
20842026-07-23T02:58:31.076Z Checking psl-types v2.0.11
20852026-07-23T02:58:31.145Z Checking cookie v0.18.1
20862026-07-23T02:58:31.182Z Checking proptest v1.10.0
20872026-07-23T02:58:31.185Z Checking tinyvec v1.10.0
20882026-07-23T02:58:31.256Z Checking anstyle-parse v0.2.7
20892026-07-23T02:58:31.259Z Checking hyper-util v0.1.20
20902026-07-23T02:58:31.259Z Checking publicsuffix v2.3.0
20912026-07-23T02:58:31.361Z Checking tokio-rustls v0.26.4
20922026-07-23T02:58:31.402Z Checking rustls-platform-verifier v0.6.2
20932026-07-23T02:58:31.439Z Checking ahash v0.8.12
20942026-07-23T02:58:31.477Z Checking cookie_store v0.22.1
20952026-07-23T02:58:31.546Z Checking toml_datetime v0.6.11
20962026-07-23T02:58:31.584Z Checking serde_spanned v0.6.9
20972026-07-23T02:58:31.620Z Checking scroll v0.13.0
20982026-07-23T02:58:31.657Z Checking anstream v0.6.21
20992026-07-23T02:58:31.660Z Checking memmap2 v0.9.10
21002026-07-23T02:58:31.731Z Checking data-encoding v2.10.0
21012026-07-23T02:58:31.765Z Checking dtrace-parser v0.3.0
21022026-07-23T02:58:31.829Z Checking x509-cert v0.2.5
21032026-07-23T02:58:31.866Z Checking bstr v1.12.1
21042026-07-23T02:58:31.903Z Checking goblin v0.10.5
21052026-07-23T02:58:31.939Z Checking hmac v0.12.1
21062026-07-23T02:58:32.021Z Checking thread-id v5.1.0
21072026-07-23T02:58:32.059Z Checking num-iter v0.1.45
21082026-07-23T02:58:32.100Z Checking crossbeam-epoch v0.9.18
21092026-07-23T02:58:32.144Z Checking memoffset v0.9.1
21102026-07-23T02:58:32.230Z Checking scroll v0.12.0
21112026-07-23T02:58:32.251Z Checking env_filter v1.0.0
21122026-07-23T02:58:32.291Z Checking num-bigint-dig v0.8.6
21132026-07-23T02:58:32.355Z Checking pkcs1 v0.7.5
21142026-07-23T02:58:32.423Z Checking env_logger v0.11.9
21152026-07-23T02:58:32.460Z Checking goblin v0.8.2
21162026-07-23T02:58:32.500Z Checking zerocopy v0.7.35
21172026-07-23T02:58:32.591Z Checking rustix v0.38.44
21182026-07-23T02:58:32.629Z Checking hyper-rustls v0.27.7
21192026-07-23T02:58:32.665Z Checking unicode-segmentation v1.12.0
21202026-07-23T02:58:32.859Z Checking reqwest v0.13.2
21212026-07-23T02:58:33.001Z Checking foreign-types-shared v0.1.1
21222026-07-23T02:58:33.039Z Checking dtrace-parser v0.2.0
21232026-07-23T02:58:33.043Z Checking newtype-uuid v1.3.2
21242026-07-23T02:58:33.111Z Checking foreign-types v0.3.2
21252026-07-23T02:58:33.149Z Checking rsa v0.9.10
21262026-07-23T02:58:33.206Z Checking ff v0.13.1
21272026-07-23T02:58:33.299Z Checking openssl-sys v0.9.115
21282026-07-23T02:58:33.303Z Checking daft v0.1.7
21292026-07-23T02:58:33.370Z Checking thread-id v4.2.2
21302026-07-23T02:58:33.410Z Checking winnow v0.5.40
21312026-07-23T02:58:33.475Z Checking base16ct v0.2.0
21322026-07-23T02:58:33.595Z Checking same-file v1.0.6
21332026-07-23T02:58:33.633Z Checking sec1 v0.7.3
21342026-07-23T02:58:33.672Z Checking group v0.13.0
21352026-07-23T02:58:33.711Z Checking openssl v0.10.79
21362026-07-23T02:58:33.750Z Checking walkdir v2.5.0
21372026-07-23T02:58:33.754Z Checking nix v0.31.2
21382026-07-23T02:58:33.846Z Checking hkdf v0.12.4
21392026-07-23T02:58:33.884Z Checking serde_with v3.21.0
21402026-07-23T02:58:33.937Z Checking crypto-bigint v0.5.5
21412026-07-23T02:58:34.005Z Checking bzip2-sys v0.1.13+1.0.8
21422026-07-23T02:58:34.120Z Checking keccak v0.1.6
21432026-07-23T02:58:34.244Z Checking dof v0.4.0
21442026-07-23T02:58:34.314Z Checking winnow v0.7.14
21452026-07-23T02:58:34.353Z Checking dof v0.3.0
21462026-07-23T02:58:34.589Z Checking toml_edit v0.19.15
21472026-07-23T02:58:34.656Z Checking usdt-impl v0.5.0
21482026-07-23T02:58:34.885Z Checking foldhash v0.1.5
21492026-07-23T02:58:34.924Z Checking usdt-impl v0.6.0
21502026-07-23T02:58:34.961Z Checking elliptic-curve v0.13.8
21512026-07-23T02:58:35.005Z Checking sha3 v0.10.8
21522026-07-23T02:58:35.050Z Checking hashbrown v0.15.5
21532026-07-23T02:58:35.225Z Checking usdt v0.6.0
21542026-07-23T02:58:35.263Z Checking bzip2 v0.4.4
21552026-07-23T02:58:35.300Z Checking unicode-normalization v0.1.25
21562026-07-23T02:58:35.393Z Checking itertools v0.13.0
21572026-07-23T02:58:35.431Z Checking winnow v1.0.3
21582026-07-23T02:58:35.468Z Checking bitflags v1.3.2
21592026-07-23T02:58:35.536Z Checking siphasher v1.0.2
21602026-07-23T02:58:35.573Z Checking zip v0.6.6
21612026-07-23T02:58:35.575Z Checking signal-hook v0.3.18
21622026-07-23T02:58:35.649Z Checking toml v0.7.8
21632026-07-23T02:58:35.748Z Checking toml_write v0.1.2
21642026-07-23T02:58:35.757Z Checking managed v0.8.0
21652026-07-23T02:58:35.760Z Checking toml_parser v1.1.2+spec-1.1.0
21662026-07-23T02:58:35.760Z Checking native-tls v0.2.18
21672026-07-23T02:58:35.876Z Checking globset v0.4.18
21682026-07-23T02:58:35.912Z Checking toml_edit v0.22.27
21692026-07-23T02:58:35.950Z Checking chacha20 v0.10.0
21702026-07-23T02:58:35.988Z Checking curve25519-dalek v4.1.3
21712026-07-23T02:58:36.024Z Checking object v0.37.3
21722026-07-23T02:58:36.063Z Checking tokio-native-tls v0.3.1
21732026-07-23T02:58:36.153Z Checking signal-hook-mio v0.2.5
21742026-07-23T02:58:36.192Z Checking ed25519 v2.2.3
21752026-07-23T02:58:36.233Z Checking ref-cast v1.0.25
21762026-07-23T02:58:36.271Z Checking hyper-tls v0.6.0
21772026-07-23T02:58:36.309Z Checking pin-project v1.1.11
21782026-07-23T02:58:36.360Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-07-23T02:58:36.402Z Checking pem v3.0.6
21802026-07-23T02:58:36.438Z Checking libbz2-rs-sys v0.2.2
21812026-07-23T02:58:36.476Z Checking fixedbitset v0.5.7
21822026-07-23T02:58:36.479Z Checking reqwest v0.12.28
21832026-07-23T02:58:36.547Z Checking zstd-safe v7.2.4
21842026-07-23T02:58:36.612Z Checking bumpalo v3.20.2
21852026-07-23T02:58:36.694Z Checking petgraph v0.8.3
21862026-07-23T02:58:36.737Z Checking zstd v0.13.3
21872026-07-23T02:58:36.791Z Checking ed25519-dalek v2.2.0
21882026-07-23T02:58:36.828Z Checking zopfli v0.8.3
21892026-07-23T02:58:36.864Z Checking bzip2 v0.6.1
21902026-07-23T02:58:36.948Z Checking snafu v0.8.9
21912026-07-23T02:58:37.047Z Checking crossterm v0.28.1
21922026-07-23T02:58:37.050Z Checking olpc-cjson v0.1.4
21932026-07-23T02:58:37.050Z Checking similar v2.7.0
21942026-07-23T02:58:37.177Z Checking fs-err v3.3.0
21952026-07-23T02:58:37.214Z Checking hash32 v0.2.1
21962026-07-23T02:58:37.249Z Checking serde-big-array v0.5.1
21972026-07-23T02:58:37.286Z Checking serde_plain v1.0.2
21982026-07-23T02:58:37.394Z Checking unicode-bidi v0.3.18
21992026-07-23T02:58:37.434Z Checking unicode-properties v0.1.4
22002026-07-23T02:58:37.469Z Checking predicates-core v1.0.10
22012026-07-23T02:58:37.505Z Checking jiff v0.2.21
22022026-07-23T02:58:37.542Z Checking typed-path v0.9.3
22032026-07-23T02:58:37.616Z Checking heapless v0.7.17
22042026-07-23T02:58:37.652Z Checking hickory-proto v0.25.2
22052026-07-23T02:58:37.714Z Checking stringprep v0.1.5
22062026-07-23T02:58:37.774Z Checking byte-wrapper v0.1.0
22072026-07-23T02:58:37.891Z Checking md-5 v0.10.6
22082026-07-23T02:58:38.005Z Checking float-cmp v0.10.0
22092026-07-23T02:58:38.053Z Checking difflib v0.4.0
22102026-07-23T02:58:38.056Z Checking normalize-line-endings v0.3.0
22112026-07-23T02:58:38.159Z Checking fallible-iterator v0.2.0
22122026-07-23T02:58:38.208Z Checking smoltcp v0.9.1
22132026-07-23T02:58:38.259Z Checking predicates v3.1.4
22142026-07-23T02:58:38.303Z Checking iddqd v0.4.2
22152026-07-23T02:58:38.342Z Checking phf_shared v0.11.3
22162026-07-23T02:58:38.381Z Checking tough v0.22.0
22172026-07-23T02:58:38.463Z Checking postgres-protocol v0.6.10
22182026-07-23T02:58:38.514Z Checking phf_shared v0.13.1
22192026-07-23T02:58:38.581Z Checking tokio-stream v0.1.18
22202026-07-23T02:58:38.758Z Checking buf-list v1.1.2
22212026-07-23T02:58:38.809Z Checking strum v0.27.2
22222026-07-23T02:58:38.846Z Checking new_debug_unreachable v1.0.6
22232026-07-23T02:58:38.944Z Checking fixedbitset v0.4.2
22242026-07-23T02:58:38.949Z Checking precomputed-hash v0.1.1
22252026-07-23T02:58:39.016Z Checking lalrpop-util v0.19.12
22262026-07-23T02:58:39.019Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22272026-07-23T02:58:39.089Z Checking string_cache v0.8.9
22282026-07-23T02:58:39.127Z Checking petgraph v0.6.5
22292026-07-23T02:58:39.205Z Checking postgres-types v0.2.12
22302026-07-23T02:58:39.246Z Checking phf v0.13.1
22312026-07-23T02:58:39.285Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-23T02:58:39.424Z Checking whoami v2.1.0
22332026-07-23T02:58:39.547Z Checking peg-runtime v0.8.5
22342026-07-23T02:58:39.646Z Checking tokio-postgres v0.7.16
22352026-07-23T02:58:39.694Z Checking is-terminal v0.4.17
22362026-07-23T02:58:39.733Z Checking crossbeam-channel v0.5.15
22372026-07-23T02:58:39.770Z Checking zip v4.6.1
22382026-07-23T02:58:39.812Z Checking thread_local v1.1.9
22392026-07-23T02:58:40.010Z Compiling structmeta-derive v0.3.0
22402026-07-23T02:58:40.102Z Checking take_mut v0.2.2
22412026-07-23T02:58:40.235Z Checking term v1.2.1
22422026-07-23T02:58:40.373Z Checking slog-async v2.8.0
22432026-07-23T02:58:40.413Z Compiling newtype-uuid-macros v0.1.0
22442026-07-23T02:58:40.450Z Compiling multer v3.1.0
22452026-07-23T02:58:40.488Z Checking slog-term v2.9.2
22462026-07-23T02:58:40.492Z Compiling async-stream-impl v0.3.6
22472026-07-23T02:58:40.569Z Checking match_cfg v0.1.0
22482026-07-23T02:58:40.666Z Checking hostname v0.3.1
22492026-07-23T02:58:40.779Z Checking slog-json v2.6.1
22502026-07-23T02:58:40.814Z Compiling dropshot v0.17.1
22512026-07-23T02:58:40.817Z Compiling dropshot_endpoint v0.17.1
22522026-07-23T02:58:40.963Z Checking slog-bunyan v2.5.0
22532026-07-23T02:58:41.002Z Checking debug-ignore v1.0.5
22542026-07-23T02:58:41.119Z Compiling structmeta v0.3.0
22552026-07-23T02:58:41.122Z Checking sha1 v0.11.0
22562026-07-23T02:58:41.193Z Checking serde_spanned v1.1.1
22572026-07-23T02:58:41.196Z Checking serde_path_to_error v0.1.20
22582026-07-23T02:58:41.197Z Checking toml_datetime v1.1.1+spec-1.1.0
22592026-07-23T02:58:41.296Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-07-23T02:58:41.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-07-23T02:58:41.388Z Compiling derive-ex v0.1.8
22622026-07-23T02:58:41.422Z Checking toml_writer v1.1.1+spec-1.1.0
22632026-07-23T02:58:41.492Z Checking compression-core v0.4.31
22642026-07-23T02:58:41.528Z Checking progenitor-client v0.14.0
22652026-07-23T02:58:41.569Z Checking async-stream v0.3.6
22662026-07-23T02:58:41.627Z Checking toml v1.1.2+spec-1.1.0
22672026-07-23T02:58:41.664Z Checking compression-codecs v0.4.37
22682026-07-23T02:58:41.774Z Checking rustls-pemfile v2.2.0
22692026-07-23T02:58:41.778Z Checking waitgroup v0.1.2
22702026-07-23T02:58:41.846Z Checking hostname v0.4.2
22712026-07-23T02:58:41.882Z Checking async-compression v0.4.41
22722026-07-23T02:58:41.935Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-07-23T02:58:41.974Z Checking atomicwrites v0.4.4
22742026-07-23T02:58:41.977Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-07-23T02:58:41.977Z Checking itertools v0.14.0
22762026-07-23T02:58:42.077Z Compiling parse-display-derive v0.10.0
22772026-07-23T02:58:42.144Z Checking macaddr v1.0.1
22782026-07-23T02:58:42.147Z Checking regress v0.10.5
22792026-07-23T02:58:42.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-07-23T02:58:42.253Z Checking instant v0.1.13
22812026-07-23T02:58:42.349Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22822026-07-23T02:58:42.388Z Checking backoff v0.4.0
22832026-07-23T02:58:42.624Z Checking backon v1.6.0
22842026-07-23T02:58:42.627Z Checking humantime v2.3.0
22852026-07-23T02:58:42.771Z Checking unicode-width v0.2.0
22862026-07-23T02:58:42.835Z Compiling convert_case v0.4.0
22872026-07-23T02:58:42.871Z Checking progenitor-extras v0.2.0
22882026-07-23T02:58:42.974Z Checking half v2.7.1
22892026-07-23T02:58:43.077Z Checking heck v0.5.0
22902026-07-23T02:58:43.115Z Compiling test-strategy v0.4.5
22912026-07-23T02:58:43.151Z Checking ciborium-io v0.2.2
22922026-07-23T02:58:43.230Z Checking secrecy v0.10.3
22932026-07-23T02:58:43.233Z Compiling derive_more v0.99.20
22942026-07-23T02:58:43.299Z Checking indent_write v2.2.0
22952026-07-23T02:58:43.303Z Checking ciborium-ll v0.2.2
22962026-07-23T02:58:43.376Z Checking camino-tempfile v1.4.1
22972026-07-23T02:58:43.457Z Compiling regress v0.11.1
22982026-07-23T02:58:43.535Z Checking ciborium v0.2.2
22992026-07-23T02:58:43.573Z Compiling crucible-workspace-hack v0.1.0
23002026-07-23T02:58:43.631Z Checking inout v0.1.4
23012026-07-23T02:58:43.784Z Checking parse-display v0.10.0
23022026-07-23T02:58:43.821Z Checking cipher v0.4.4
23032026-07-23T02:58:43.957Z Checking universal-hash v0.5.1
23042026-07-23T02:58:43.995Z Compiling thiserror-impl-no-std v2.0.2
23052026-07-23T02:58:43.998Z Checking opaque-debug v0.3.1
23062026-07-23T02:58:44.083Z Checking chacha20 v0.9.1
23072026-07-23T02:58:44.154Z Checking poly1305 v0.8.0
23082026-07-23T02:58:44.304Z Checking blake2 v0.10.6
23092026-07-23T02:58:44.438Z Checking aead v0.5.2
23102026-07-23T02:58:44.567Z Checking password-hash v0.5.0
23112026-07-23T02:58:44.604Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-23T02:58:44.639Z Checking chacha20poly1305 v0.10.1
23132026-07-23T02:58:44.673Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23142026-07-23T02:58:44.793Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23152026-07-23T02:58:44.831Z Checking argon2 v0.5.3
23162026-07-23T02:58:45.041Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23172026-07-23T02:58:45.079Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23182026-07-23T02:58:45.133Z Compiling typify-impl v0.6.2
23192026-07-23T02:58:45.194Z Checking thiserror-no-std v2.0.2
23202026-07-23T02:58:45.230Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-23T02:58:45.308Z Checking vsss-rs v3.3.4
23222026-07-23T02:58:45.356Z Compiling unsafe-libyaml v0.2.11
23232026-07-23T02:58:45.490Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-23T02:58:45.859Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23252026-07-23T02:58:46.197Z Compiling serde_yaml v0.9.34+deprecated
23262026-07-23T02:58:46.495Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-07-23T02:58:46.625Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-07-23T02:58:46.783Z Checking swrite v0.1.0
23292026-07-23T02:58:46.881Z Checking crossbeam-deque v0.8.6
23302026-07-23T02:58:46.885Z Compiling rayon-core v1.13.0
23312026-07-23T02:58:46.919Z Compiling toml_datetime v0.7.5+spec-1.1.0
23322026-07-23T02:58:47.014Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-23T02:58:47.138Z Compiling toml_edit v0.23.10+spec-1.0.0
23342026-07-23T02:58:47.244Z Compiling darling_core v0.21.3
23352026-07-23T02:58:47.610Z Compiling proc-macro-error v1.0.4
23362026-07-23T02:58:47.692Z Compiling proc-macro-crate v3.4.0
23372026-07-23T02:58:47.696Z Checking rayon v1.11.0
23382026-07-23T02:58:47.941Z Checking toml v0.8.23
23392026-07-23T02:58:48.197Z Checking tabwriter v1.4.1
23402026-07-23T02:58:48.266Z Compiling num_enum_derive v0.7.6
23412026-07-23T02:58:48.303Z Checking glob v0.3.3
23422026-07-23T02:58:48.371Z Compiling heapless v0.8.0
23432026-07-23T02:58:48.408Z Checking colored v3.1.1
23442026-07-23T02:58:48.507Z Checking hash32 v0.3.1
23452026-07-23T02:58:48.629Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23462026-07-23T02:58:48.671Z Compiling smoltcp v0.11.0
23472026-07-23T02:58:48.875Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-07-23T02:58:48.992Z Checking cobs v0.3.0
23492026-07-23T02:58:49.095Z Compiling usdt-attr-macro v0.5.0
23502026-07-23T02:58:49.163Z Compiling usdt-macro v0.5.0
23512026-07-23T02:58:49.205Z Checking memmap v0.7.0
23522026-07-23T02:58:49.321Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23532026-07-23T02:58:49.324Z Checking num_enum v0.7.6
23542026-07-23T02:58:49.466Z Checking postcard v1.1.3
23552026-07-23T02:58:49.626Z Checking rand v0.10.1
23562026-07-23T02:58:49.672Z Compiling typify-macro v0.6.2
23572026-07-23T02:58:49.708Z Compiling darling_macro v0.21.3
23582026-07-23T02:58:49.781Z Compiling proc-macro-crate v1.3.1
23592026-07-23T02:58:49.902Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-23T02:58:49.906Z Checking usdt v0.5.0
23612026-07-23T02:58:50.096Z Checking sigpipe v0.1.3
23622026-07-23T02:58:50.134Z Compiling foreign-types-macros v0.2.3
23632026-07-23T02:58:50.176Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23642026-07-23T02:58:50.210Z Checking foreign-types-shared v0.3.1
23652026-07-23T02:58:50.243Z Compiling num_enum_derive v0.5.11
23662026-07-23T02:58:50.246Z Compiling darling v0.21.3
23672026-07-23T02:58:50.387Z Compiling ingot-macros v0.1.1
23682026-07-23T02:58:50.503Z Checking cstr-argument v0.1.2
23692026-07-23T02:58:50.574Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-07-23T02:58:50.610Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23712026-07-23T02:58:50.649Z Compiling num-derive v0.4.2
23722026-07-23T02:58:50.755Z Checking foreign-types v0.5.0
23732026-07-23T02:58:50.882Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23742026-07-23T02:58:51.081Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-07-23T02:58:51.149Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-07-23T02:58:51.193Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23772026-07-23T02:58:51.230Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-07-23T02:58:51.319Z Checking num_enum v0.5.11
23792026-07-23T02:58:51.355Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-07-23T02:58:51.389Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23812026-07-23T02:58:51.428Z Compiling typify v0.6.2
23822026-07-23T02:58:51.466Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23832026-07-23T02:58:51.569Z Compiling progenitor-impl v0.14.0
23842026-07-23T02:58:51.664Z Compiling zone_cfg_derive v0.3.1
23852026-07-23T02:58:51.700Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-23T02:58:51.826Z Checking itertools v0.12.1
23872026-07-23T02:58:51.894Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-23T02:58:52.178Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23892026-07-23T02:58:52.360Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23902026-07-23T02:58:52.431Z Checking smf v0.2.3
23912026-07-23T02:58:52.523Z Checking whoami v1.6.1
23922026-07-23T02:58:52.567Z Compiling derive-where v1.6.0
23932026-07-23T02:58:52.605Z Checking tokio-dtrace v0.1.1
23942026-07-23T02:58:52.681Z Checking console v0.15.11
23952026-07-23T02:58:52.721Z Checking newline-converter v0.3.0
23962026-07-23T02:58:52.814Z Checking oxide-tokio-rt v0.1.4
23972026-07-23T02:58:52.856Z Checking bytecount v0.6.9
23982026-07-23T02:58:52.892Z Checking zone v0.3.1
23992026-07-23T02:58:52.977Z Checking expectorate v1.2.0
24002026-07-23T02:58:53.013Z Checking unicode-width v0.1.14
24012026-07-23T02:58:53.018Z Checking num-rational v0.4.2
24022026-07-23T02:58:53.133Z Checking num-complex v0.4.6
24032026-07-23T02:58:53.259Z Checking ingot-types v0.1.2
24042026-07-23T02:58:53.295Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-07-23T02:58:53.299Z Checking float-ord v0.3.2
24062026-07-23T02:58:53.364Z Compiling cancel-safe-futures v0.1.5
24072026-07-23T02:58:53.425Z Checking linear-map v1.2.0
24082026-07-23T02:58:53.491Z Checking num v0.4.3
24092026-07-23T02:58:53.590Z Checking gethostname v0.5.0
24102026-07-23T02:58:53.626Z Compiling prettyplease v0.2.37
24112026-07-23T02:58:53.692Z Checking ingot v0.1.1
24122026-07-23T02:58:53.728Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-23T02:58:53.880Z Checking oxide-update-engine-types v0.1.2
24142026-07-23T02:58:53.963Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-23T02:58:54.136Z Compiling progenitor-macro v0.14.0
24162026-07-23T02:58:54.174Z Compiling owo-colors v4.3.0
24172026-07-23T02:58:54.210Z Checking resolv-conf v0.7.6
24182026-07-23T02:58:54.421Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-07-23T02:58:54.802Z Checking oxide-update-engine v0.1.2
24202026-07-23T02:58:55.089Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-07-23T02:58:55.181Z Checking unicode-linebreak v0.1.5
24222026-07-23T02:58:55.245Z Checking smawk v0.3.2
24232026-07-23T02:58:55.295Z Checking papergrid v0.11.0
24242026-07-23T02:58:55.332Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24252026-07-23T02:58:55.406Z Compiling tabled_derive v0.7.0
24262026-07-23T02:58:55.441Z Compiling convert_case v0.10.0
24272026-07-23T02:58:55.834Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24282026-07-23T02:58:55.842Z Compiling slog-dtrace v0.3.0
24292026-07-23T02:58:55.994Z Compiling derive_more-impl v2.1.1
24302026-07-23T02:58:56.117Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-07-23T02:58:56.258Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-07-23T02:58:56.459Z Checking tabled v0.15.0
24332026-07-23T02:58:56.530Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24342026-07-23T02:58:56.853Z Checking derive_more v2.1.1
24352026-07-23T02:58:56.957Z Checking crossterm v0.29.0
24362026-07-23T02:58:57.047Z Checking linked-hash-map v0.5.6
24372026-07-23T02:58:57.290Z Checking lru-cache v0.1.2
24382026-07-23T02:58:57.574Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24392026-07-23T02:58:57.690Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24402026-07-23T02:58:57.805Z Checking hickory-proto v0.24.4
24412026-07-23T02:58:57.842Z Checking fd-lock v4.0.4
24422026-07-23T02:58:58.429Z Checking vte v0.14.1
24432026-07-23T02:58:58.501Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24442026-07-23T02:58:58.731Z Checking display-error-chain v0.2.2
24452026-07-23T02:58:58.892Z Checking strip-ansi-escapes v0.2.1
24462026-07-23T02:58:58.977Z Checking progenitor v0.14.0
24472026-07-23T02:58:59.167Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24482026-07-23T02:58:59.206Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24492026-07-23T02:58:59.899Z Checking termtree v0.5.1
24502026-07-23T02:59:00.031Z Checking nu-ansi-term v0.50.3
24512026-07-23T02:59:00.099Z Checking hickory-resolver v0.24.4
24522026-07-23T02:59:00.167Z Checking textwrap v0.16.2
24532026-07-23T02:59:00.262Z Checking reedline v0.40.0
24542026-07-23T02:59:00.297Z Compiling minimal-lexical v0.2.1
24552026-07-23T02:59:00.556Z Compiling nom v7.1.3
24562026-07-23T02:59:00.591Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24572026-07-23T02:59:00.630Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-07-23T02:59:00.885Z Checking qorb v0.4.1
24592026-07-23T02:59:01.071Z Compiling unicode-xid v0.2.6
24602026-07-23T02:59:01.230Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-07-23T02:59:01.486Z Compiling ar_archive_writer v0.5.1
24622026-07-23T02:59:01.554Z Checking csv-core v0.1.13
24632026-07-23T02:59:01.842Z Checking csv v1.4.0
24642026-07-23T02:59:01.924Z Compiling stacker v0.1.23
24652026-07-23T02:59:01.959Z Checking highway v1.3.0
24662026-07-23T02:59:02.120Z Compiling semver v0.1.20
24672026-07-23T02:59:02.171Z Compiling cfg_aliases v0.1.1
24682026-07-23T02:59:02.213Z Checking nibble_vec v0.1.0
24692026-07-23T02:59:02.282Z Compiling nix v0.28.0
24702026-07-23T02:59:02.330Z Compiling rustc_version v0.1.7
24712026-07-23T02:59:02.377Z Compiling psm v0.1.30
24722026-07-23T02:59:02.386Z Checking endian-type v0.1.2
24732026-07-23T02:59:02.436Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24742026-07-23T02:59:02.524Z Checking radix_trie v0.2.1
24752026-07-23T02:59:02.583Z Compiling newtype_derive v0.1.6
24762026-07-23T02:59:02.706Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-07-23T02:59:02.743Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-07-23T02:59:02.778Z Checking phf_shared v0.12.1
24792026-07-23T02:59:02.811Z Compiling recursive-proc-macro-impl v0.1.1
24802026-07-23T02:59:02.968Z Compiling chrono-tz v0.10.4
24812026-07-23T02:59:03.227Z Checking phf v0.12.1
24822026-07-23T02:59:03.329Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-07-23T02:59:03.332Z Checking recursive v0.1.1
24842026-07-23T02:59:03.364Z Compiling const_format_proc_macros v0.2.34
24852026-07-23T02:59:03.398Z Compiling peg-macros v0.8.5
24862026-07-23T02:59:03.431Z Checking nom v8.0.0
24872026-07-23T02:59:03.497Z Checking winnow v0.6.26
24882026-07-23T02:59:03.863Z Compiling sqlparser_derive v0.5.0
24892026-07-23T02:59:04.230Z Checking home v0.5.12
24902026-07-23T02:59:04.266Z Checking unicode_categories v0.1.1
24912026-07-23T02:59:04.447Z Checking rustyline v14.0.0
24922026-07-23T02:59:04.482Z Checking const_format v0.2.35
24932026-07-23T02:59:04.643Z Checking sqlparser v0.61.0
24942026-07-23T02:59:04.679Z Checking sqlformat v0.3.5
24952026-07-23T02:59:04.823Z Checking peg v0.8.5
24962026-07-23T02:59:04.922Z Checking bcs v0.1.6
24972026-07-23T02:59:05.143Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24982026-07-23T02:59:05.179Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-07-23T02:59:05.182Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25002026-07-23T02:59:05.246Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-07-23T02:59:05.389Z Checking steno v0.4.1
25022026-07-23T02:59:05.435Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25032026-07-23T02:59:05.707Z Checking sha1 v0.10.6
25042026-07-23T02:59:05.731Z Checking filetime v0.2.27
25052026-07-23T02:59:05.921Z Checking xattr v1.6.1
25062026-07-23T02:59:06.113Z Checking tar v0.4.46
25072026-07-23T02:59:06.262Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-07-23T02:59:06.459Z Checking base64 v0.21.7
25092026-07-23T02:59:06.489Z Checking subprocess v0.2.15
25102026-07-23T02:59:06.529Z Checking headers-core v0.3.0
25112026-07-23T02:59:06.700Z Checking headers v0.4.1
25122026-07-23T02:59:06.727Z Checking yasna v0.5.2
25132026-07-23T02:59:06.811Z Checking port-file v0.1.0
25142026-07-23T02:59:07.013Z Checking dropshot-api-manager-types v0.7.2
25152026-07-23T02:59:07.129Z Checking rcgen v0.12.1
25162026-07-23T02:59:07.165Z Checking tagptr v0.2.0
25172026-07-23T02:59:07.212Z Checking utf-8 v0.7.6
25182026-07-23T02:59:07.342Z Checking moka v0.12.13
25192026-07-23T02:59:07.374Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-07-23T02:59:07.482Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-07-23T02:59:07.538Z Checking tungstenite v0.21.0
25222026-07-23T02:59:07.577Z Compiling radium v0.7.0
25232026-07-23T02:59:07.993Z Compiling libefi-sys v0.1.0
25242026-07-23T02:59:07.998Z Checking tokio-tungstenite v0.21.0
25252026-07-23T02:59:08.065Z Checking hickory-resolver v0.25.2
25262026-07-23T02:59:08.286Z Checking tap v1.0.1
25272026-07-23T02:59:08.333Z Compiling maybe-uninit v2.0.0
25282026-07-23T02:59:08.423Z Checking wyz v0.5.1
25292026-07-23T02:59:08.736Z Compiling zerocopy-derive v0.6.6
25302026-07-23T02:59:08.793Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-07-23T02:59:08.919Z Compiling bitfield-struct v0.6.2
25322026-07-23T02:59:09.044Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25332026-07-23T02:59:09.273Z Compiling packed_struct v0.10.1
25342026-07-23T02:59:09.313Z Checking funty v2.0.0
25352026-07-23T02:59:09.406Z Checking crc-catalog v2.4.0
25362026-07-23T02:59:09.469Z Checking crc v3.4.0
25372026-07-23T02:59:09.505Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25382026-07-23T02:59:09.561Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25392026-07-23T02:59:09.597Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25402026-07-23T02:59:09.631Z Checking zerocopy v0.6.6
25412026-07-23T02:59:09.662Z Checking bitvec v1.0.1
25422026-07-23T02:59:09.766Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-23T02:59:09.868Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-23T02:59:09.901Z Compiling packed_struct_codegen v0.10.1
25452026-07-23T02:59:09.938Z Compiling bitfield-macros v0.19.4
25462026-07-23T02:59:10.032Z Compiling indexmap v1.9.3
25472026-07-23T02:59:10.269Z Checking nodrop v0.1.14
25482026-07-23T02:59:10.389Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-07-23T02:59:10.494Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-07-23T02:59:10.685Z Checking bitfield v0.19.4
25512026-07-23T02:59:10.759Z Checking array-init v0.0.4
25522026-07-23T02:59:11.030Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-07-23T02:59:11.099Z Checking smallvec v0.6.14
25542026-07-23T02:59:11.132Z Checking hashbrown v0.12.3
25552026-07-23T02:59:11.207Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-23T02:59:11.324Z Checking serde-hex v0.1.0
25572026-07-23T02:59:11.402Z Checking ron v0.8.1
25582026-07-23T02:59:11.649Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25592026-07-23T02:59:11.941Z Checking hashbrown v0.13.2
25602026-07-23T02:59:11.975Z Checking crc-any v2.5.0
25612026-07-23T02:59:12.179Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-07-23T02:59:12.215Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-07-23T02:59:12.370Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25642026-07-23T02:59:12.405Z Checking object v0.30.4
25652026-07-23T02:59:12.518Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-23T02:59:12.726Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25672026-07-23T02:59:12.774Z Checking path-slash v0.1.5
25682026-07-23T02:59:12.871Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-23T02:59:12.907Z Compiling xshell-macros v0.2.7
25702026-07-23T02:59:13.343Z Checking xshell v0.2.7
25712026-07-23T02:59:13.406Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25722026-07-23T02:59:13.700Z Checking half v1.8.3
25732026-07-23T02:59:13.748Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25742026-07-23T02:59:13.790Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25752026-07-23T02:59:13.919Z Checking serde_cbor v0.11.2
25762026-07-23T02:59:13.990Z Compiling proc-macro-error-attr2 v2.0.0
25772026-07-23T02:59:14.326Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25782026-07-23T02:59:14.432Z Compiling proc-macro-error2 v2.0.1
25792026-07-23T02:59:14.539Z Compiling num-derive v0.3.3
25802026-07-23T02:59:14.576Z Checking maplit v1.0.2
25812026-07-23T02:59:14.580Z Checking papergrid v0.17.0
25822026-07-23T02:59:14.684Z Checking testing_table v0.3.0
25832026-07-23T02:59:14.764Z Compiling tabled_derive v0.11.0
25842026-07-23T02:59:14.806Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-07-23T02:59:15.209Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25862026-07-23T02:59:15.286Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-07-23T02:59:15.440Z Compiling progenitor-impl v0.13.0
25882026-07-23T02:59:15.494Z Checking libscf-sys v1.1.0
25892026-07-23T02:59:15.649Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-07-23T02:59:15.705Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25912026-07-23T02:59:15.891Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25922026-07-23T02:59:15.998Z Checking tabled v0.20.0
25932026-07-23T02:59:16.209Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25942026-07-23T02:59:16.337Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-07-23T02:59:16.539Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25962026-07-23T02:59:16.827Z Checking progenitor-client v0.13.0
25972026-07-23T02:59:17.099Z Checking unicase v2.9.0
25982026-07-23T02:59:17.277Z Checking crc8 v0.1.1
25992026-07-23T02:59:17.312Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-23T02:59:17.404Z Checking fxhash v0.2.1
26012026-07-23T02:59:17.554Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26022026-07-23T02:59:17.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26032026-07-23T02:59:18.065Z Compiling vergen-lib v0.1.6
26042026-07-23T02:59:18.069Z Compiling progenitor-macro v0.13.0
26052026-07-23T02:59:18.137Z Compiling diesel_derives v2.3.7
26062026-07-23T02:59:18.239Z Compiling dsl_auto_type v0.2.0
26072026-07-23T02:59:18.404Z Checking scheduled-thread-pool v0.2.7
26082026-07-23T02:59:18.517Z Compiling vergen-gitcl v1.0.8
26092026-07-23T02:59:18.526Z Compiling diesel_table_macro_syntax v0.3.0
26102026-07-23T02:59:18.541Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26112026-07-23T02:59:18.576Z Checking r2d2 v0.8.10
26122026-07-23T02:59:18.703Z Checking downcast-rs v2.0.2
26132026-07-23T02:59:18.784Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26142026-07-23T02:59:18.832Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26152026-07-23T02:59:18.899Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26162026-07-23T02:59:19.106Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-07-23T02:59:19.201Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-23T02:59:19.293Z Checking kstat-rs v0.2.4
26192026-07-23T02:59:19.327Z Checking arc-swap v1.8.2
26202026-07-23T02:59:19.360Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26212026-07-23T02:59:19.367Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26222026-07-23T02:59:19.475Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26232026-07-23T02:59:19.510Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-07-23T02:59:19.575Z Checking slog-scope v4.4.1
26252026-07-23T02:59:19.741Z Compiling dirs-sys-next v0.1.2
26262026-07-23T02:59:19.798Z Compiling parking_lot_core v0.8.6
26272026-07-23T02:59:20.074Z Compiling crunchy v0.2.4
26282026-07-23T02:59:20.154Z Compiling dirs-next v2.0.0
26292026-07-23T02:59:20.189Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-07-23T02:59:20.237Z Checking slog-stdlog v4.1.1
26312026-07-23T02:59:20.302Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322026-07-23T02:59:20.407Z Compiling clang-sys v1.8.1
26332026-07-23T02:59:20.451Z Compiling git-stub v1.0.0
26342026-07-23T02:59:20.740Z Compiling tiny-keccak v2.0.2
26352026-07-23T02:59:20.884Z Compiling git-stub-vcs v0.1.0
26362026-07-23T02:59:21.059Z Checking slog-envlogger v2.2.0
26372026-07-23T02:59:21.095Z Compiling term v0.7.0
26382026-07-23T02:59:21.240Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-23T02:59:21.276Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26402026-07-23T02:59:21.358Z Compiling bit-vec v0.6.3
26412026-07-23T02:59:21.480Z Compiling ascii-canvas v3.0.0
26422026-07-23T02:59:21.554Z Checking parking_lot v0.11.2
26432026-07-23T02:59:21.606Z Compiling bit-set v0.5.3
26442026-07-23T02:59:21.684Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26452026-07-23T02:59:21.719Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26462026-07-23T02:59:21.788Z Checking prefix-trie v0.7.0
26472026-07-23T02:59:21.791Z Compiling itertools v0.10.5
26482026-07-23T02:59:22.029Z Compiling ena v0.14.4
26492026-07-23T02:59:22.144Z Compiling libloading v0.8.9
26502026-07-23T02:59:22.230Z Compiling bindgen v0.71.1
26512026-07-23T02:59:22.233Z Compiling diff v0.1.13
26522026-07-23T02:59:22.263Z Compiling regex-syntax v0.6.29
26532026-07-23T02:59:22.562Z Checking hickory-server v0.25.2
26542026-07-23T02:59:22.689Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26552026-07-23T02:59:22.904Z Checking sled v0.34.7
26562026-07-23T02:59:22.939Z Checking progenitor v0.13.0
26572026-07-23T02:59:23.106Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26582026-07-23T02:59:23.289Z Compiling cexpr v0.6.0
26592026-07-23T02:59:23.808Z Compiling lalrpop v0.19.12
26602026-07-23T02:59:23.977Z Checking nanorand v0.7.0
26612026-07-23T02:59:24.148Z Compiling rustc-hash v2.1.1
26622026-07-23T02:59:24.189Z Checking diesel v2.3.7
26632026-07-23T02:59:24.224Z Compiling salty v0.3.0
26642026-07-23T02:59:24.341Z Checking flume v0.11.1
26652026-07-23T02:59:24.543Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-07-23T02:59:24.604Z Compiling libxml v0.3.3
26672026-07-23T02:59:24.679Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-07-23T02:59:25.111Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-07-23T02:59:25.528Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-07-23T02:59:25.686Z Compiling strum_macros v0.24.3
26712026-07-23T02:59:26.065Z Compiling fs-err v2.11.0
26722026-07-23T02:59:26.264Z Compiling indoc v1.0.9
26732026-07-23T02:59:26.754Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-23T02:59:26.996Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26752026-07-23T02:59:27.058Z Checking quick-xml v0.37.5
26762026-07-23T02:59:27.149Z Checking derive_builder v0.20.2
26772026-07-23T02:59:27.286Z Compiling oso-derive v0.27.3
26782026-07-23T02:59:27.355Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-23T02:59:27.804Z Compiling trait-variant v0.1.2
26802026-07-23T02:59:27.953Z Checking openssl-probe v0.1.6
26812026-07-23T02:59:28.345Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-07-23T02:59:28.384Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26832026-07-23T02:59:28.906Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-23T02:59:29.186Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-23T02:59:29.568Z Checking rfc6979 v0.4.0
26862026-07-23T02:59:29.631Z Checking assert_matches v1.5.0
26872026-07-23T02:59:29.707Z Checking parse-size v1.1.0
26882026-07-23T02:59:29.743Z Checking ecdsa v0.16.9
26892026-07-23T02:59:29.748Z Checking primeorder v0.13.6
26902026-07-23T02:59:29.857Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26912026-07-23T02:59:30.056Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-07-23T02:59:30.149Z Checking p384 v0.13.1
26932026-07-23T02:59:30.299Z Checking predicates-tree v1.0.13
26942026-07-23T02:59:30.447Z Checking bb8 v0.8.6
26952026-07-23T02:59:30.574Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-07-23T02:59:30.833Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-07-23T02:59:30.905Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-23T02:59:30.949Z Checking http-range v0.1.5
26992026-07-23T02:59:30.999Z Compiling mime_guess v2.0.5
27002026-07-23T02:59:31.193Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-23T02:59:31.278Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27022026-07-23T02:59:31.450Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-23T02:59:31.633Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27042026-07-23T02:59:31.633Z Checking atty v0.2.14
27052026-07-23T02:59:31.704Z Checking corncobs v0.1.4
27062026-07-23T02:59:31.707Z Checking nonempty v0.12.0
27072026-07-23T02:59:31.916Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-07-23T02:59:31.919Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-07-23T02:59:31.984Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-07-23T02:59:32.162Z Checking ignore v0.4.25
27112026-07-23T02:59:32.206Z Checking secrecy v0.8.0
27122026-07-23T02:59:32.313Z Checking hyper-staticfile v0.10.1
27132026-07-23T02:59:32.594Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-07-23T02:59:32.626Z Checking globwalk v0.9.1
27152026-07-23T02:59:32.662Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27162026-07-23T02:59:32.838Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27172026-07-23T02:59:32.963Z Compiling illumos-nvpair-sys v0.2.0
27182026-07-23T02:59:32.998Z Checking camino-tempfile-ext v0.3.3
27192026-07-23T02:59:33.107Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-07-23T02:59:33.226Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-07-23T02:59:33.270Z Checking signal-hook-tokio v0.3.1
27222026-07-23T02:59:33.426Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-07-23T02:59:33.616Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27242026-07-23T02:59:33.719Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27252026-07-23T02:59:33.888Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-07-23T02:59:34.115Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-07-23T02:59:34.408Z Checking illumos-nvpair v0.3.0
27282026-07-23T02:59:34.475Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27292026-07-23T02:59:34.480Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27302026-07-23T02:59:34.518Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-07-23T02:59:34.668Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27322026-07-23T02:59:34.866Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27332026-07-23T02:59:34.869Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-07-23T02:59:34.938Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27352026-07-23T02:59:35.227Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-07-23T02:59:35.596Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27372026-07-23T02:59:35.812Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27382026-07-23T02:59:36.464Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27392026-07-23T02:59:36.501Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27402026-07-23T02:59:36.916Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-07-23T02:59:37.172Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-07-23T02:59:37.611Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-07-23T02:59:37.649Z Checking tungstenite v0.23.0
27442026-07-23T02:59:37.869Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-07-23T02:59:37.907Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-23T02:59:37.940Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27472026-07-23T02:59:38.104Z Checking tokio-tungstenite v0.23.1
27482026-07-23T02:59:38.305Z Checking diesel-dtrace v0.5.0
27492026-07-23T02:59:38.370Z Checking async-bb8-diesel v0.2.1
27502026-07-23T02:59:38.403Z Checking rand_seeder v0.4.0
27512026-07-23T02:59:38.576Z Checking void v1.0.2
27522026-07-23T02:59:38.609Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27532026-07-23T02:59:38.714Z Checking lzss v0.8.2
27542026-07-23T02:59:38.717Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27552026-07-23T02:59:38.798Z Checking nix v0.27.1
27562026-07-23T02:59:38.934Z Checking serde_bytes v0.11.19
27572026-07-23T02:59:39.059Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-07-23T02:59:39.111Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-07-23T02:59:39.146Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-07-23T02:59:39.334Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27612026-07-23T02:59:39.817Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27622026-07-23T02:59:39.895Z Checking is_ci v1.2.0
27632026-07-23T02:59:40.108Z Checking yansi v1.0.1
27642026-07-23T02:59:40.161Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27652026-07-23T02:59:40.197Z Checking cpubits v0.1.1
27662026-07-23T02:59:40.304Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27672026-07-23T02:59:40.390Z Checking pretty_assertions v1.4.1
27682026-07-23T02:59:40.577Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-07-23T02:59:40.622Z Checking pem-rfc7468 v1.0.0
27702026-07-23T02:59:40.750Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-07-23T02:59:40.827Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-07-23T02:59:41.093Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732026-07-23T02:59:41.339Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-23T02:59:41.873Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27752026-07-23T02:59:42.109Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-23T02:59:42.162Z Checking sha2 v0.11.0
27772026-07-23T02:59:42.268Z Checking hmac v0.13.0
27782026-07-23T02:59:42.464Z Checking universal-hash v0.6.1
27792026-07-23T02:59:42.630Z Compiling libz-sys v1.1.24
27802026-07-23T02:59:42.907Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-23T02:59:42.942Z Compiling instability v0.3.11
27822026-07-23T02:59:43.093Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-07-23T02:59:43.183Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-07-23T02:59:43.321Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-07-23T02:59:43.367Z Checking castaway v0.2.4
27862026-07-23T02:59:43.507Z Compiling indoc v2.0.7
27872026-07-23T02:59:43.607Z Checking compact_str v0.8.1
27882026-07-23T02:59:44.042Z Checking polyval v0.7.1
27892026-07-23T02:59:44.245Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-23T02:59:44.492Z Checking der v0.8.0
27912026-07-23T02:59:44.528Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-07-23T02:59:44.767Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-07-23T02:59:44.804Z Checking unicode-truncate v1.1.0
27942026-07-23T02:59:44.979Z Checking lru v0.12.5
27952026-07-23T02:59:45.034Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-07-23T02:59:45.040Z Checking cassowary v0.3.0
27972026-07-23T02:59:45.261Z Checking ghash v0.6.0
27982026-07-23T02:59:45.295Z Checking ratatui v0.29.0
27992026-07-23T02:59:45.420Z Checking pbkdf2 v0.13.0
28002026-07-23T02:59:45.507Z Checking aes v0.9.1
28012026-07-23T02:59:45.565Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-07-23T02:59:45.949Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28032026-07-23T02:59:46.202Z Checking ctr v0.10.1
28042026-07-23T02:59:46.417Z Checking aead v0.6.1
28052026-07-23T02:59:46.594Z Checking cargo-platform v0.3.2
28062026-07-23T02:59:46.697Z Checking aes-gcm v0.11.0
28072026-07-23T02:59:46.802Z Checking cargo_metadata v0.23.1
28082026-07-23T02:59:46.839Z Checking spki v0.8.0
28092026-07-23T02:59:46.885Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-07-23T02:59:47.038Z Checking crypto-bigint v0.7.5
28112026-07-23T02:59:47.582Z Checking supports-color v3.0.2
28122026-07-23T02:59:47.747Z Checking console v0.16.2
28132026-07-23T02:59:48.081Z Checking cbc v0.2.1
28142026-07-23T02:59:48.248Z Checking salsa20 v0.11.0
28152026-07-23T02:59:48.295Z Compiling vergen-git2 v9.1.0
28162026-07-23T02:59:48.420Z Checking plotters-backend v0.3.7
28172026-07-23T02:59:48.530Z Checking unit-prefix v0.5.2
28182026-07-23T02:59:48.654Z Checking plotters-svg v0.3.7
28192026-07-23T02:59:48.690Z Checking indicatif v0.18.4
28202026-07-23T02:59:48.880Z Checking scrypt v0.12.0
28212026-07-23T02:59:49.086Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-07-23T02:59:49.121Z Checking libsw-core v0.3.2
28232026-07-23T02:59:49.298Z Checking cast v0.3.0
28242026-07-23T02:59:49.337Z Checking libsw v3.5.0
28252026-07-23T02:59:49.416Z Checking pkcs5 v0.8.1
28262026-07-23T02:59:49.478Z Checking criterion-plot v0.6.0
28272026-07-23T02:59:49.552Z Checking plotters v0.3.7
28282026-07-23T02:59:49.736Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-23T02:59:49.770Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28302026-07-23T02:59:50.006Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28312026-07-23T02:59:50.245Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-07-23T02:59:50.308Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28332026-07-23T02:59:50.483Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28342026-07-23T02:59:50.544Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-07-23T02:59:50.721Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-23T02:59:50.757Z Checking colored v2.2.0
28372026-07-23T02:59:50.791Z Checking tinytemplate v1.2.1
28382026-07-23T02:59:51.012Z Checking anes v0.1.6
28392026-07-23T02:59:51.047Z Checking shell-words v1.1.1
28402026-07-23T02:59:51.201Z Checking oorandom v11.1.5
28412026-07-23T02:59:51.282Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-07-23T02:59:51.343Z Checking criterion v0.7.0
28432026-07-23T02:59:51.646Z Checking pkcs8 v0.11.0
28442026-07-23T02:59:51.873Z Checking oxide-update-engine-display v0.1.2
28452026-07-23T02:59:52.203Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28462026-07-23T02:59:52.562Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-07-23T02:59:53.360Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28482026-07-23T02:59:53.890Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-23T02:59:54.655Z Checking tokio-test v0.4.5
28502026-07-23T02:59:54.890Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-07-23T02:59:55.128Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-07-23T02:59:55.532Z Checking twox-hash v2.1.2
28532026-07-23T02:59:55.655Z Checking ff v0.14.0
28542026-07-23T02:59:55.821Z Checking constant_time_eq v0.4.2
28552026-07-23T02:59:55.861Z Checking arrayref v0.3.9
28562026-07-23T02:59:55.963Z Checking arrayvec v0.7.6
28572026-07-23T02:59:56.043Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-07-23T02:59:56.182Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-07-23T02:59:56.241Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-23T02:59:56.853Z Checking fatfs v0.3.6
28612026-07-23T02:59:57.235Z Checking signature v3.0.0
28622026-07-23T02:59:57.274Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28632026-07-23T02:59:57.428Z Checking base16ct v1.0.0
28642026-07-23T02:59:57.436Z Compiling seq-macro v0.3.6
28652026-07-23T02:59:57.486Z Checking sec1 v0.8.1
28662026-07-23T02:59:57.712Z Checking group v0.14.0
28672026-07-23T02:59:57.715Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-07-23T02:59:57.894Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28692026-07-23T02:59:57.930Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28702026-07-23T02:59:57.964Z Checking hkdf v0.13.0
28712026-07-23T02:59:58.125Z Compiling petname v2.0.2
28722026-07-23T02:59:58.593Z Checking elliptic-curve v0.14.0-rc.33
28732026-07-23T02:59:58.799Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28742026-07-23T02:59:59.088Z Checking concurrent-queue v2.5.0
28752026-07-23T02:59:59.238Z Checking rtoolbox v0.0.3
28762026-07-23T02:59:59.301Z Checking parking v2.2.1
28772026-07-23T02:59:59.396Z Checking rpassword v7.5.4
28782026-07-23T02:59:59.448Z Checking event-listener v5.4.1
28792026-07-23T02:59:59.693Z Checking tui-tree-widget v0.23.1
28802026-07-23T02:59:59.917Z Checking rfc6979 v0.5.0
28812026-07-23T03:00:00.004Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28822026-07-23T03:00:00.075Z Checking sapling-renderdag v0.1.0
28832026-07-23T03:00:00.188Z Compiling blake3 v1.8.5
28842026-07-23T03:00:00.339Z Checking sync-ptr v0.1.4
28852026-07-23T03:00:00.481Z Checking ecdsa v0.17.0-rc.18
28862026-07-23T03:00:00.896Z Checking event-listener-strategy v0.5.4
28872026-07-23T03:00:01.061Z Checking primeorder v0.14.0-rc.10
28882026-07-23T03:00:01.096Z Checking primefield v0.14.0
28892026-07-23T03:00:01.330Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28902026-07-23T03:00:01.393Z Compiling curve25519-dalek v5.0.0-rc.0
28912026-07-23T03:00:01.570Z Checking futures-timer v3.0.3
28922026-07-23T03:00:01.927Z Checking async-lock v3.4.2
28932026-07-23T03:00:02.182Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28942026-07-23T03:00:02.256Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-07-23T03:00:02.343Z Checking ssh-encoding v0.3.0-rc.9
28962026-07-23T03:00:02.592Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28972026-07-23T03:00:03.135Z Checking topological-sort v0.2.2
28982026-07-23T03:00:03.299Z Compiling strsim v0.10.0
28992026-07-23T03:00:03.650Z Compiling darling_core v0.13.4
29002026-07-23T03:00:03.686Z Checking omicron-zone-package v0.12.3
29012026-07-23T03:00:04.610Z Checking async-object-pool v0.2.0
29022026-07-23T03:00:04.706Z Compiling samael v0.0.19
29032026-07-23T03:00:04.987Z Checking ed25519 v3.0.0
29042026-07-23T03:00:05.214Z Checking crypto-primes v0.7.2
29052026-07-23T03:00:05.522Z Checking pkcs1 v0.8.0-rc.4
29062026-07-23T03:00:05.591Z Checking poly1305 v0.9.0
29072026-07-23T03:00:05.830Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29082026-07-23T03:00:05.900Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29092026-07-23T03:00:06.145Z Checking serde_regex v1.1.0
29102026-07-23T03:00:06.235Z Checking blowfish v0.10.0
29112026-07-23T03:00:06.327Z Checking blake2 v0.11.0-rc.6
29122026-07-23T03:00:06.415Z Checking assert-json-diff v2.0.2
29132026-07-23T03:00:06.571Z Checking path-tree v0.8.3
29142026-07-23T03:00:06.609Z Checking keccak v0.2.0
29152026-07-23T03:00:06.609Z Compiling target-lexicon v0.13.3
29162026-07-23T03:00:06.781Z Checking stringmetrics v2.2.2
29172026-07-23T03:00:06.814Z Checking fiat-crypto v0.3.0
29182026-07-23T03:00:06.959Z Checking gimli v0.32.3
29192026-07-23T03:00:07.224Z Checking httpmock v0.8.3
29202026-07-23T03:00:08.557Z Checking addr2line v0.25.1
29212026-07-23T03:00:08.860Z Checking sha3 v0.11.0
29222026-07-23T03:00:09.240Z Checking argon2 v0.6.0-rc.8
29232026-07-23T03:00:09.461Z Checking bcrypt-pbkdf v0.11.0
29242026-07-23T03:00:09.588Z Checking rsa v0.10.0-rc.18
29252026-07-23T03:00:09.668Z Checking ssh-cipher v0.3.0-rc.9
29262026-07-23T03:00:09.873Z Checking ed25519-dalek v3.0.0-rc.0
29272026-07-23T03:00:09.908Z Compiling darling_macro v0.13.4
29282026-07-23T03:00:10.153Z Checking p256 v0.14.0-rc.10
29292026-07-23T03:00:10.433Z Checking p521 v0.14.0-rc.10
29302026-07-23T03:00:10.959Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29312026-07-23T03:00:11.238Z Checking kem v0.3.0
29322026-07-23T03:00:11.390Z Checking module-lattice v0.2.3
29332026-07-23T03:00:11.642Z Checking hex-literal v0.4.1
29342026-07-23T03:00:11.773Z Compiling guppy-workspace-hack v0.1.0
29352026-07-23T03:00:11.999Z Checking rustc-demangle v0.1.27
29362026-07-23T03:00:12.036Z Checking p384 v0.14.0-rc.10
29372026-07-23T03:00:12.114Z Checking ml-kem v0.3.2
29382026-07-23T03:00:12.254Z Checking backtrace v0.3.76
29392026-07-23T03:00:12.584Z Compiling darling v0.13.4
29402026-07-23T03:00:12.702Z Compiling git2 v0.20.4
29412026-07-23T03:00:12.904Z Checking russh-cryptovec v0.61.0
29422026-07-23T03:00:12.998Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432026-07-23T03:00:13.094Z Checking internal-russh-num-bigint v0.5.0
29442026-07-23T03:00:13.238Z Checking num-bigint v0.4.6
29452026-07-23T03:00:13.508Z Checking russh-util v0.52.0
29462026-07-23T03:00:13.665Z Checking generic-array v1.4.3
29472026-07-23T03:00:13.965Z Compiling enum_dispatch v0.3.13
29482026-07-23T03:00:14.083Z Checking ssh-key v0.7.0-rc.10
29492026-07-23T03:00:14.191Z Compiling delegate v0.13.5
29502026-07-23T03:00:14.278Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29512026-07-23T03:00:14.741Z Checking hex-literal v1.1.0
29522026-07-23T03:00:14.972Z Compiling target-spec v3.5.7
29532026-07-23T03:00:15.016Z Checking md5 v0.8.0
29542026-07-23T03:00:15.205Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-23T03:00:15.232Z Checking russh v0.61.2
29562026-07-23T03:00:15.514Z Checking cfg-expr v0.20.6
29572026-07-23T03:00:15.559Z Compiling serde_with_macros v1.5.2
29582026-07-23T03:00:15.857Z Checking backtrace-ext v0.2.1
29592026-07-23T03:00:16.016Z Checking supports-color v2.1.0
29602026-07-23T03:00:16.048Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29612026-07-23T03:00:16.085Z Checking textwrap v0.15.2
29622026-07-23T03:00:16.173Z Checking supports-unicode v2.1.0
29632026-07-23T03:00:16.321Z Checking supports-hyperlinks v2.1.0
29642026-07-23T03:00:16.348Z Checking hashbrown v0.14.5
29652026-07-23T03:00:16.464Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29662026-07-23T03:00:16.468Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29672026-07-23T03:00:16.690Z Checking socket2 v0.5.10
29682026-07-23T03:00:16.737Z Checking terminal_size v0.1.17
29692026-07-23T03:00:16.898Z Compiling miette-derive v5.10.0
29702026-07-23T03:00:16.965Z Checking owo-colors v3.5.0
29712026-07-23T03:00:17.277Z Checking internet-checksum v0.2.1
29722026-07-23T03:00:17.519Z Checking chumsky v0.9.3
29732026-07-23T03:00:18.091Z Checking miette v5.10.0
29742026-07-23T03:00:18.430Z Compiling serde_with v1.14.0
29752026-07-23T03:00:18.703Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29762026-07-23T03:00:18.838Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-07-23T03:00:18.901Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29782026-07-23T03:00:19.258Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29792026-07-23T03:00:19.488Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29802026-07-23T03:00:19.598Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29812026-07-23T03:00:19.675Z Compiling knuffel-derive v3.2.0
29822026-07-23T03:00:19.707Z Checking httptest v0.16.4
29832026-07-23T03:00:19.746Z Checking pathdiff v0.2.3
29842026-07-23T03:00:19.885Z Checking nested v0.1.1
29852026-07-23T03:00:20.063Z Checking guppy v0.17.25
29862026-07-23T03:00:20.099Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29872026-07-23T03:00:20.491Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29882026-07-23T03:00:20.756Z Checking similar-asserts v1.7.0
29892026-07-23T03:00:20.948Z Compiling target-triple v1.0.0
29902026-07-23T03:00:21.059Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29912026-07-23T03:00:21.242Z Checking knuffel v3.2.0
29922026-07-23T03:00:21.314Z Compiling polar-core v0.27.3
29932026-07-23T03:00:21.384Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29942026-07-23T03:00:21.816Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29952026-07-23T03:00:21.910Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29962026-07-23T03:00:21.946Z Checking hickory-client v0.25.2
29972026-07-23T03:00:22.254Z Checking escape8259 v0.5.3
29982026-07-23T03:00:22.415Z Compiling assert_cmd v2.1.2
29992026-07-23T03:00:22.547Z Checking libtest-mimic v0.8.1
30002026-07-23T03:00:22.883Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30012026-07-23T03:00:22.938Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30022026-07-23T03:00:23.022Z Checking blake2b_simd v1.0.4
30032026-07-23T03:00:23.310Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30042026-07-23T03:00:23.429Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-23T03:00:23.607Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30062026-07-23T03:00:23.711Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30072026-07-23T03:00:23.836Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30082026-07-23T03:00:23.951Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30092026-07-23T03:00:24.077Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30102026-07-23T03:00:24.194Z Checking fancy-regex v0.14.0
30112026-07-23T03:00:24.312Z Checking serde_tokenstream v0.2.3
30122026-07-23T03:00:24.547Z Checking approx v0.5.1
30132026-07-23T03:00:24.579Z Compiling rstest_macros v0.25.0
30142026-07-23T03:00:24.613Z Checking uzers v0.12.2
30152026-07-23T03:00:24.709Z Checking termcolor v1.4.1
30162026-07-23T03:00:24.857Z Compiling linkme-impl v0.3.35
30172026-07-23T03:00:24.899Z Checking constant_time_eq v0.3.1
30182026-07-23T03:00:24.955Z Checking trybuild v1.0.116
30192026-07-23T03:00:25.028Z Checking rust-argon2 v2.1.0
30202026-07-23T03:00:25.296Z Checking datatest-stable v0.3.3
30212026-07-23T03:00:25.590Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30222026-07-23T03:00:25.703Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30232026-07-23T03:00:25.900Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30242026-07-23T03:00:26.044Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30252026-07-23T03:00:26.099Z Checking support-bundle-viewer v0.1.2
30262026-07-23T03:00:26.304Z Checking oso v0.27.3
30272026-07-23T03:00:26.386Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30282026-07-23T03:00:26.629Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30292026-07-23T03:00:26.878Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30302026-07-23T03:00:26.914Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30312026-07-23T03:00:27.123Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30322026-07-23T03:00:27.160Z Checking drift v0.2.0
30332026-07-23T03:00:27.227Z Checking digest-io v0.1.0
30342026-07-23T03:00:27.389Z Checking rand_distr v0.5.1
30352026-07-23T03:00:27.540Z Checking multimap v0.10.1
30362026-07-23T03:00:27.746Z Compiling linkme v0.3.35
30372026-07-23T03:00:27.782Z Checking rawzip v0.4.4
30382026-07-23T03:00:27.824Z Compiling relative-path v1.9.3
30392026-07-23T03:00:28.091Z Checking dropshot-api-manager v0.7.2
30402026-07-23T03:00:28.252Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30412026-07-23T03:00:29.243Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-07-23T03:00:29.552Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-07-23T03:00:29.617Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-07-23T03:00:29.652Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-07-23T03:00:29.798Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-07-23T03:00:29.866Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-07-23T03:00:30.215Z Checking cargo_toml v0.21.0
30482026-07-23T03:00:30.301Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30492026-07-23T03:00:30.339Z Checking partial-io v0.5.4
30502026-07-23T03:00:30.568Z Checking termios v0.3.3
30512026-07-23T03:00:30.607Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30522026-07-23T03:00:30.797Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30532026-07-23T03:00:31.130Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30542026-07-23T03:00:31.758Z Checking rstest v0.25.0
30552026-07-23T03:00:34.111Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-07-23T03:00:35.913Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30572026-07-23T03:00:39.706Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30582026-07-23T03:00:43.146Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30592026-07-23T03:00:43.183Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30602026-07-23T03:00:45.435Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-07-23T03:00:49.528Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-07-23T03:00:54.820Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-07-23T03:00:57.679Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30642026-07-23T03:00:57.884Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30652026-07-23T03:00:59.986Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30662026-07-23T03:01:05.308Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30672026-07-23T03:01:10.090Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30682026-07-23T03:01:28.227Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30692026-07-23T03:02:24.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 07s
30702026-07-23T03:02:25.249Z
30712026-07-23T03:02:25.249Zreal 4:10.585802012
30722026-07-23T03:02:25.249Zuser 21:27.407601953
30732026-07-23T03:02:25.249Zsys 5:00.342886561
30742026-07-23T03:02:25.249Ztrap 0.520147378
30752026-07-23T03:02:25.253Ztflt 0.493326153
30762026-07-23T03:02:25.253Zdflt 0.561433877
30772026-07-23T03:02:25.253Zkflt 0.004453171
30782026-07-23T03:02:25.253Zlock 58:46.278803238
30792026-07-23T03:02:25.253Zslp 58:15.668326637
30802026-07-23T03:02:25.253Zlat 1:49.972958172
30812026-07-23T03:02:25.253Zstop 11:30.715750180
30822026-07-23T03:02:25.253Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30832026-07-23T03:02:25.253Z+ ptime -m cargo doc --workspace --no-deps
30842026-07-23T03:02:26.072Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30852026-07-23T03:02:26.072Z |
30862026-07-23T03:02:26.072Z = 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)`
30872026-07-23T03:02:26.072Z = 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>
30882026-07-23T03:02:27.100Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30892026-07-23T03:02:27.334Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30902026-07-23T03:02:27.380Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30912026-07-23T03:02:27.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30922026-07-23T03:02:27.476Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30932026-07-23T03:02:27.539Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30942026-07-23T03:02:27.666Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30952026-07-23T03:02:27.666Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30962026-07-23T03:02:27.716Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30972026-07-23T03:02:27.740Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30982026-07-23T03:02:27.889Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30992026-07-23T03:02:27.933Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31002026-07-23T03:02:27.966Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31012026-07-23T03:02:27.990Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-07-23T03:02:28.012Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31032026-07-23T03:02:28.036Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-23T03:02:28.059Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31052026-07-23T03:02:28.081Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31062026-07-23T03:02:28.152Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31072026-07-23T03:02:28.177Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-07-23T03:02:28.228Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31092026-07-23T03:02:28.461Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31102026-07-23T03:02:28.606Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31112026-07-23T03:02:28.663Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31122026-07-23T03:02:28.667Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31132026-07-23T03:02:28.733Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31142026-07-23T03:02:28.877Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31152026-07-23T03:02:28.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31162026-07-23T03:02:29.040Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31172026-07-23T03:02:29.212Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31182026-07-23T03:02:29.236Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31192026-07-23T03:02:29.287Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31202026-07-23T03:02:29.462Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31212026-07-23T03:02:29.488Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31222026-07-23T03:02:29.571Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31232026-07-23T03:02:29.736Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31242026-07-23T03:02:29.766Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31252026-07-23T03:02:29.808Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31262026-07-23T03:02:29.832Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31272026-07-23T03:02:30.073Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31282026-07-23T03:02:30.135Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31292026-07-23T03:02:30.300Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31302026-07-23T03:02:30.343Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31312026-07-23T03:02:30.399Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31322026-07-23T03:02:30.481Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31332026-07-23T03:02:30.547Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31342026-07-23T03:02:30.618Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31352026-07-23T03:02:30.676Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31362026-07-23T03:02:30.738Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31372026-07-23T03:02:30.791Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31382026-07-23T03:02:30.853Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31392026-07-23T03:02:30.928Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31402026-07-23T03:02:30.984Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31412026-07-23T03:02:31.015Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-07-23T03:02:31.070Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31432026-07-23T03:02:31.147Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31442026-07-23T03:02:31.201Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31452026-07-23T03:02:31.386Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31462026-07-23T03:02:31.411Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31472026-07-23T03:02:31.414Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31482026-07-23T03:02:31.435Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31492026-07-23T03:02:31.479Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31502026-07-23T03:02:31.601Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31512026-07-23T03:02:31.897Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31522026-07-23T03:02:32.022Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31532026-07-23T03:02:32.210Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31542026-07-23T03:02:32.454Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31552026-07-23T03:02:32.488Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31562026-07-23T03:02:32.904Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31572026-07-23T03:02:32.955Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31582026-07-23T03:02:32.981Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31592026-07-23T03:02:32.984Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31602026-07-23T03:02:33.195Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31612026-07-23T03:02:33.222Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31622026-07-23T03:02:33.225Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31632026-07-23T03:02:33.268Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31642026-07-23T03:02:33.519Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31652026-07-23T03:02:33.773Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31662026-07-23T03:02:34.252Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31672026-07-23T03:02:34.416Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31682026-07-23T03:02:34.497Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31692026-07-23T03:02:34.603Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31702026-07-23T03:02:34.629Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31712026-07-23T03:02:34.751Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31722026-07-23T03:02:34.900Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31732026-07-23T03:02:34.925Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31742026-07-23T03:02:35.012Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31752026-07-23T03:02:35.097Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31762026-07-23T03:02:35.137Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31772026-07-23T03:02:35.230Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31782026-07-23T03:02:35.336Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31792026-07-23T03:02:35.357Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31802026-07-23T03:02:35.380Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31812026-07-23T03:02:35.404Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31822026-07-23T03:02:35.556Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31832026-07-23T03:02:35.602Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31842026-07-23T03:02:35.648Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31852026-07-23T03:02:35.671Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31862026-07-23T03:02:35.693Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31872026-07-23T03:02:35.763Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31882026-07-23T03:02:35.788Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31892026-07-23T03:02:35.819Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31902026-07-23T03:02:35.905Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31912026-07-23T03:02:35.960Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31922026-07-23T03:02:36.001Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31932026-07-23T03:02:36.241Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31942026-07-23T03:02:36.285Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31952026-07-23T03:02:36.308Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31962026-07-23T03:02:36.766Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31972026-07-23T03:02:36.965Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31982026-07-23T03:02:37.012Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31992026-07-23T03:02:37.770Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32002026-07-23T03:02:37.966Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32012026-07-23T03:02:38.468Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32022026-07-23T03:02:38.816Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32032026-07-23T03:02:39.230Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32042026-07-23T03:02:40.128Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32052026-07-23T03:02:40.239Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32062026-07-23T03:02:40.764Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-07-23T03:02:40.794Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32082026-07-23T03:02:41.096Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32092026-07-23T03:02:41.399Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32102026-07-23T03:02:41.450Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32112026-07-23T03:02:41.477Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32122026-07-23T03:02:41.689Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32132026-07-23T03:02:41.713Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32142026-07-23T03:02:42.052Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32152026-07-23T03:02:42.384Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32162026-07-23T03:02:42.441Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32172026-07-23T03:02:42.616Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32182026-07-23T03:02:43.034Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32192026-07-23T03:02:43.155Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32202026-07-23T03:02:43.372Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32212026-07-23T03:02:43.643Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32222026-07-23T03:02:43.761Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32232026-07-23T03:02:43.847Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32242026-07-23T03:02:44.012Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32252026-07-23T03:02:44.398Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32262026-07-23T03:02:44.695Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32272026-07-23T03:02:45.193Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-23T03:02:45.420Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32292026-07-23T03:02:45.821Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32302026-07-23T03:02:46.644Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32312026-07-23T03:02:47.248Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32322026-07-23T03:02:47.414Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32332026-07-23T03:02:47.589Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32342026-07-23T03:02:47.968Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32352026-07-23T03:02:48.456Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32362026-07-23T03:02:49.124Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32372026-07-23T03:02:49.638Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32382026-07-23T03:02:49.980Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32392026-07-23T03:02:50.645Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32402026-07-23T03:02:51.022Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32412026-07-23T03:02:51.118Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32422026-07-23T03:02:51.890Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32432026-07-23T03:02:54.048Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32442026-07-23T03:02:54.310Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32452026-07-23T03:02:54.851Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32462026-07-23T03:02:55.892Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32472026-07-23T03:02:56.935Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32482026-07-23T03:02:57.264Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-07-23T03:02:57.358Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-07-23T03:02:57.423Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32512026-07-23T03:02:57.685Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32522026-07-23T03:02:59.016Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32532026-07-23T03:02:59.184Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32542026-07-23T03:02:59.236Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32552026-07-23T03:02:59.487Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32562026-07-23T03:02:59.775Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32572026-07-23T03:02:59.875Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32582026-07-23T03:02:59.914Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32592026-07-23T03:03:00.283Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32602026-07-23T03:03:00.327Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32612026-07-23T03:03:00.403Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32622026-07-23T03:03:00.618Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32632026-07-23T03:03:01.096Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32642026-07-23T03:03:01.324Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32652026-07-23T03:03:01.600Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32662026-07-23T03:03:01.813Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32672026-07-23T03:03:01.937Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32682026-07-23T03:03:01.996Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32692026-07-23T03:03:02.615Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32702026-07-23T03:03:03.446Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32712026-07-23T03:03:03.768Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32722026-07-23T03:03:04.045Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32732026-07-23T03:03:06.208Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32742026-07-23T03:03:07.699Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32752026-07-23T03:03:08.087Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32762026-07-23T03:03:08.733Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32772026-07-23T03:03:14.636Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32782026-07-23T03:03:14.700Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32792026-07-23T03:03:14.700Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32802026-07-23T03:03:14.700Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32812026-07-23T03:03:14.700Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32822026-07-23T03:03:15.957Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32832026-07-23T03:03:16.401Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32842026-07-23T03:03:17.036Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32852026-07-23T03:03:17.481Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32862026-07-23T03:03:18.589Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32872026-07-23T03:03:18.614Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32882026-07-23T03:03:21.627Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32892026-07-23T03:03:24.288Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902026-07-23T03:03:25.393Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32912026-07-23T03:03:25.834Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32922026-07-23T03:03:27.183Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32932026-07-23T03:03:28.147Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32942026-07-23T03:03:28.851Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32952026-07-23T03:03:29.625Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32962026-07-23T03:03:30.490Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32972026-07-23T03:03:31.298Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32982026-07-23T03:03:32.427Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32992026-07-23T03:03:34.448Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33002026-07-23T03:03:34.676Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33012026-07-23T03:03:35.278Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33022026-07-23T03:03:35.501Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33032026-07-23T03:03:36.476Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33042026-07-23T03:03:37.079Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33052026-07-23T03:03:38.030Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33062026-07-23T03:03:41.980Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33072026-07-23T03:03:42.738Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33082026-07-23T03:03:44.019Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33092026-07-23T03:03:44.710Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33102026-07-23T03:03:45.768Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33112026-07-23T03:03:46.618Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33122026-07-23T03:03:49.347Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33132026-07-23T03:03:49.668Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33142026-07-23T03:03:50.567Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33152026-07-23T03:03:51.805Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33162026-07-23T03:03:53.298Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33172026-07-23T03:03:54.445Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-07-23T03:03:55.765Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33192026-07-23T03:03:58.354Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33202026-07-23T03:03:59.188Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33212026-07-23T03:04:00.621Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33222026-07-23T03:04:02.096Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33232026-07-23T03:04:03.913Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33242026-07-23T03:04:05.530Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33252026-07-23T03:04:07.158Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33262026-07-23T03:04:08.808Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33272026-07-23T03:04:13.458Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33282026-07-23T03:04:13.642Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33292026-07-23T03:04:15.018Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33302026-07-23T03:04:15.449Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33312026-07-23T03:04:17.252Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33322026-07-23T03:04:18.987Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33332026-07-23T03:04:20.997Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33342026-07-23T03:04:22.915Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33352026-07-23T03:04:24.661Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33362026-07-23T03:04:26.388Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33372026-07-23T03:04:28.512Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33382026-07-23T03:04:30.033Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33392026-07-23T03:04:31.822Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33402026-07-23T03:04:33.581Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33412026-07-23T03:04:35.351Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33422026-07-23T03:04:37.124Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33432026-07-23T03:04:38.631Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33442026-07-23T03:04:42.542Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33452026-07-23T03:04:44.022Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-07-23T03:04:46.222Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33472026-07-23T03:04:47.952Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33482026-07-23T03:04:49.724Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33492026-07-23T03:04:51.486Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33502026-07-23T03:04:53.792Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33512026-07-23T03:04:55.610Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33522026-07-23T03:04:58.221Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33532026-07-23T03:05:00.007Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33542026-07-23T03:05:02.453Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33552026-07-23T03:05:04.407Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33562026-07-23T03:05:06.584Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33572026-07-23T03:05:08.859Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33582026-07-23T03:05:11.554Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33592026-07-23T03:05:13.558Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33602026-07-23T03:05:16.193Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33612026-07-23T03:05:18.419Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33622026-07-23T03:05:20.731Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33632026-07-23T03:05:23.303Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33642026-07-23T03:05:25.710Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33652026-07-23T03:05:27.548Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33662026-07-23T03:05:29.872Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33672026-07-23T03:05:32.239Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33682026-07-23T03:05:34.627Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33692026-07-23T03:05:37.024Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33702026-07-23T03:05:39.328Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33712026-07-23T03:05:41.685Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33722026-07-23T03:05:44.003Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-07-23T03:05:46.392Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-07-23T03:05:48.725Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33752026-07-23T03:05:51.052Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33762026-07-23T03:05:53.488Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33772026-07-23T03:05:55.849Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33782026-07-23T03:05:58.201Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33792026-07-23T03:06:00.608Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33802026-07-23T03:06:02.969Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33812026-07-23T03:06:05.306Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33822026-07-23T03:06:07.714Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33832026-07-23T03:06:10.119Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33842026-07-23T03:06:13.008Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33852026-07-23T03:06:15.119Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33862026-07-23T03:06:17.696Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33872026-07-23T03:06:20.183Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33882026-07-23T03:06:22.790Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33892026-07-23T03:06:25.220Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33902026-07-23T03:06:27.804Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33912026-07-23T03:06:30.234Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33922026-07-23T03:06:32.786Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33932026-07-23T03:06:35.303Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33942026-07-23T03:06:37.893Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33952026-07-23T03:06:40.367Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33962026-07-23T03:06:42.780Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33972026-07-23T03:06:45.592Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33982026-07-23T03:06:48.014Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33992026-07-23T03:06:50.619Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34002026-07-23T03:06:52.969Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34012026-07-23T03:06:55.774Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34022026-07-23T03:06:58.312Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34032026-07-23T03:07:00.915Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34042026-07-23T03:07:03.383Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34052026-07-23T03:07:06.025Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34062026-07-23T03:07:08.630Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34072026-07-23T03:07:11.589Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34082026-07-23T03:07:14.013Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34092026-07-23T03:07:16.725Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34102026-07-23T03:07:24.812Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34112026-07-23T03:07:24.862Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34122026-07-23T03:07:28.231Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34132026-07-23T03:07:31.635Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34142026-07-23T03:07:35.119Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34152026-07-23T03:07:38.366Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34162026-07-23T03:07:41.877Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34172026-07-23T03:07:46.508Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34182026-07-23T03:07:49.337Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34192026-07-23T03:07:52.987Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34202026-07-23T03:07:56.704Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34212026-07-23T03:08:00.406Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34222026-07-23T03:08:04.079Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34232026-07-23T03:08:07.777Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34242026-07-23T03:08:11.535Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34252026-07-23T03:08:15.247Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34262026-07-23T03:08:18.979Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34272026-07-23T03:08:22.642Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-07-23T03:08:28.300Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34292026-07-23T03:08:30.063Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-07-23T03:08:33.846Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34312026-07-23T03:08:37.583Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34322026-07-23T03:08:41.268Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34332026-07-23T03:08:45.019Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34342026-07-23T03:08:48.726Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34352026-07-23T03:08:52.544Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34362026-07-23T03:08:56.225Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34372026-07-23T03:09:25.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s
34382026-07-23T03:09:26.064Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34392026-07-23T03:09:26.171Z
34402026-07-23T03:09:26.171Zreal 7:00.833540903
34412026-07-23T03:09:26.171Zuser 18:35.466881637
34422026-07-23T03:09:26.171Zsys 4:00.853148026
34432026-07-23T03:09:26.172Ztrap 0.272141639
34442026-07-23T03:09:26.173Ztflt 0.028130626
34452026-07-23T03:09:26.173Zdflt 0.072827332
34462026-07-23T03:09:26.174Zkflt 0.000052970
34472026-07-23T03:09:26.174Zlock 6:31:21.888843590
34482026-07-23T03:09:26.174Zslp 2:21:43.397529125
34492026-07-23T03:09:26.174Zlat 33.148416113
34502026-07-23T03:09:26.174Zstop 1:41.347119698
34512026-07-23T03:09:26.177Zprocess exited: duration 794873 ms, exit code 0
 
34522026-07-23T03:09:26.185Zfound 0 output files