01KS6HWAYH6H9KTWP5JM8JYY99: clippy (helios)

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

Buildomat Job: 01KS6HWN6AYVCK03QETEM9TZYE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T00:39:07.364Zjob assigned to worker 01KS6HX0G0AN05ZRAK20H9J44X [factory aws, i-08c3657f2e9d7ee72] (queued for 53 s)
 
22026-05-22T00:39:13.724Zstarting task 0: "setup"
32026-05-22T00:39:13.731Z++ uname -s
42026-05-22T00:39:13.734Z+ kern=SunOS
52026-05-22T00:39:13.734Z+ build_user=build
62026-05-22T00:39:13.734Z+ build_uid=12345
72026-05-22T00:39:13.734Z+ work_dir=/work
82026-05-22T00:39:13.735Z+ input_dir=/input
92026-05-22T00:39:13.735Z+ [[ 0 == 12345 ]]
102026-05-22T00:39:13.735Z+ case "$kern" in
112026-05-22T00:39:13.735Z+ groupadd -g 12345 build
122026-05-22T00:39:13.735Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T00:39:15.740Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T00:39:15.846Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T00:39:15.848Z+ home_fs=zfs
162026-05-22T00:39:15.849Z+ [[ zfs == autofs ]]
172026-05-22T00:39:15.849Z+ mkdir -p /home/build
182026-05-22T00:39:15.849Z+ chown build:build /home/build /work
192026-05-22T00:39:17.850Z+ chmod 0700 /home/build /work
202026-05-22T00:39:17.853Zprocess exited: duration 4127 ms, exit code 0
 
212026-05-22T00:39:17.858Zstarting task 1: "rust-toolchain"
222026-05-22T00:39:17.862Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-22T00:39:17.862Z * rust toolchain channel = "1.94.0"
242026-05-22T00:39:17.862Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-22T00:39:17.862Z * rust toolchain profile = "default"
262026-05-22T00:39:17.862Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T00:39:17.862Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T00:39:17.865Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T00:39:17.865Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-22T00:39:17.966Zinfo: downloading installer
312026-05-22T00:39:19.555Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T00:39:19.555Zwarn: /home/build/.rustup/settings.toml
332026-05-22T00:39:19.555Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T00:39:19.555Zwarn: instead of the one inferred from the default host triple.
352026-05-22T00:39:19.567Zinfo: profile set to default
362026-05-22T00:39:19.567Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T00:39:19.570Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-22T00:39:19.700Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-22T00:39:19.703Zinfo: downloading 6 components
402026-05-22T00:39:33.606Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-22T00:39:33.606Z
422026-05-22T00:39:33.633Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-22T00:39:33.633Z
442026-05-22T00:39:33.636Z
452026-05-22T00:39:33.636ZRust is installed now. Great!
462026-05-22T00:39:33.636Z
472026-05-22T00:39:33.636ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T00:39:33.636Zenvironment variable. This has not been done automatically.
492026-05-22T00:39:33.636Z
502026-05-22T00:39:33.636ZTo configure your current shell, you need to source
512026-05-22T00:39:33.636Zthe corresponding env file under $HOME/.cargo.
522026-05-22T00:39:33.636Z
532026-05-22T00:39:33.636ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T00:39:33.636Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T00:39:33.636Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T00:39:33.636Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T00:39:33.636Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T00:39:33.636Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T00:39:33.637Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T00:39:33.637Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T00:39:33.637Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T00:39:33.723Z+ rustup --version
632026-05-22T00:39:33.732Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T00:39:33.734Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T00:39:33.754Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-22T00:39:33.756Z+ cargo --version
672026-05-22T00:39:33.769Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-22T00:39:33.772Z+ rustc --version
692026-05-22T00:39:33.791Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-22T00:39:33.794Zprocess exited: duration 15935 ms, exit code 0
 
712026-05-22T00:39:33.799Zstarting task 2: "authentication"
722026-05-22T00:39:33.817Zprocess exited: duration 16 ms, exit code 0
 
732026-05-22T00:39:33.822Zstarting task 3: "clone repository"
742026-05-22T00:39:33.826Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-22T00:39:33.828Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-22T00:39:33.866ZCloning into '/work/oxidecomputer/omicron'...
772026-05-22T00:39:44.134Z+ cd /work/oxidecomputer/omicron
782026-05-22T00:39:44.134Z+ git fetch origin 66f835675b62f95838d91d0b107b7207943af2f9
792026-05-22T00:39:44.369ZFrom https://github.com/oxidecomputer/omicron
802026-05-22T00:39:44.369Z * branch 66f835675b62f95838d91d0b107b7207943af2f9 -> FETCH_HEAD
812026-05-22T00:39:44.379Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-22T00:39:44.382Z++ git branch --show-current
832026-05-22T00:39:44.382Z+ current=main
842026-05-22T00:39:44.382Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-22T00:39:44.382Z+ git branch -f zl/ddm-internal-dns 66f835675b62f95838d91d0b107b7207943af2f9
862026-05-22T00:39:44.385Z+ git checkout -f zl/ddm-internal-dns
872026-05-22T00:39:44.617ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-22T00:39:44.619Z+ git reset --hard 66f835675b62f95838d91d0b107b7207943af2f9
892026-05-22T00:39:44.645ZHEAD is now at 66f835675 [review] address feedback, todo self-reference oximeter/oxlog issue, one more mags update
902026-05-22T00:39:44.648Zprocess exited: duration 10824 ms, exit code 0
 
912026-05-22T00:39:44.653Zstarting task 4: "build"
922026-05-22T00:39:44.657Z+ source ./env.sh
932026-05-22T00:39:44.659Z++ OLD_SHELL_OPTS=ehxB
942026-05-22T00:39:44.659Z++ set -o xtrace
952026-05-22T00:39:44.659Z++++ dirname ./env.sh
962026-05-22T00:39:44.662Z+++ readlink -f .
972026-05-22T00:39:44.665Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-22T00:39:44.665Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-22T00:39:44.665Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-22T00:39:44.665Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-22T00:39:44.665Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-05-22T00:39:44.665Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-22T00:39:44.665Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-05-22T00:39:44.665Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-22T00:39:44.665Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-22T00:39:44.665Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-22T00:39:44.665Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-22T00:39:44.665Z++ case $OLD_SHELL_OPTS in
1092026-05-22T00:39:44.665Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-05-22T00:39:44.665Z+ source .github/buildomat/ci-env.sh
1112026-05-22T00:39:44.665Z++ export CARGO_TERM_COLOR=always
1122026-05-22T00:39:44.665Z++ CARGO_TERM_COLOR=always
1132026-05-22T00:39:44.665Z+ cargo --version
1142026-05-22T00:39:44.673Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-05-22T00:39:44.677Z+ rustc --version
1162026-05-22T00:39:44.695Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-05-22T00:39:44.698Z+ banner prerequisites
1182026-05-22T00:39:44.701Z
1192026-05-22T00:39:44.701Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-22T00:39:44.701Z # # # # # # # # # # # # # # #
1212026-05-22T00:39:44.701Z # # # # ##### # # ##### # # # # # #### #
1222026-05-22T00:39:44.701Z ##### ##### # ##### # # # # # # # # #
1232026-05-22T00:39:44.701Z # # # # # # # # # # # # # # #
1242026-05-22T00:39:44.701Z # # # ###### # # ###### ### # #### # #### #
1252026-05-22T00:39:44.701Z
1262026-05-22T00:39:44.701Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-22T00:39:46.110Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-22T00:39:46.173Z Startup: Caching catalogs ... Done
1292026-05-22T00:39:46.404ZPlanning: Solver setup ... Done (0.198s)
1302026-05-22T00:39:46.422ZPlanning: Running solver ... Done (0.018s)
1312026-05-22T00:39:46.429ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-22T00:39:46.440ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-22T00:39:46.460ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-22T00:39:46.474ZPlanning: Package planning ... Done (0.013s)
1352026-05-22T00:39:46.476ZPlanning: Merging actions ... Done (0.001s)
1362026-05-22T00:39:46.663ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-05-22T00:39:46.666ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-22T00:39:47.486ZPlanning: Evaluating mediators ... Done (0.822s)
1392026-05-22T00:39:47.489ZPlanning: Planning completed in 1.30 seconds
1402026-05-22T00:39:47.495Z Packages to install: 2
1412026-05-22T00:39:47.498Z Estimated space available: 156.07 GB
1422026-05-22T00:39:47.498ZEstimated space to be consumed: 21.14 MB
1432026-05-22T00:39:47.498Z Create boot environment: No
1442026-05-22T00:39:47.498ZCreate backup boot environment: No
1452026-05-22T00:39:47.498Z Rebuild boot archive: No
1462026-05-22T00:39:47.498Z
1472026-05-22T00:39:47.498ZChanged packages:
1482026-05-22T00:39:47.498Zhelios
1492026-05-22T00:39:47.498Z developer/build-essential
1502026-05-22T00:39:47.498Z None -> 11-3.0
1512026-05-22T00:39:47.498Z library/libxmlsec1
1522026-05-22T00:39:47.498Z None -> 1.2.35-3.0
1532026-05-22T00:39:47.519Z
1542026-05-22T00:39:47.519ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-22T00:39:48.041ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1562026-05-22T00:39:48.121Z Actions: 1/268 actions (Installing new actions)
1572026-05-22T00:39:48.159Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-22T00:39:48.165ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-22T00:39:48.165ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-22T00:39:48.183ZFinalize: Updating image state ... Done (0.017s)
1612026-05-22T00:39:50.521ZFinalize: Creating fast lookup database ... Done (2.317s)
1622026-05-22T00:39:50.586ZFinalize: Reading search index ... Done (0.012s)
1632026-05-22T00:39:50.589ZFinalize: Updating search index ... Done (0.000s)
1642026-05-22T00:39:50.667ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-22T00:39:50.961ZPlanning: Evaluating mediator changes ... Done
1662026-05-22T00:39:51.066ZPlanning: Checking for conflicting actions ... Done
1672026-05-22T00:39:51.069ZPlanning: Consolidating action changes ... Done
1682026-05-22T00:39:51.226ZPlanning: Evaluating mediators ... Done
1692026-05-22T00:39:51.228ZPlanning: Planning completed in 0.27 seconds
1702026-05-22T00:39:51.249Z Mediators to change: 2
1712026-05-22T00:39:51.249Z Create boot environment: No
1722026-05-22T00:39:51.249ZCreate backup boot environment: No
1732026-05-22T00:39:51.316ZFinalize: Updating package state database ... Done
1742026-05-22T00:39:51.316ZFinalize: Updating package cache ... Done
1752026-05-22T00:39:51.325ZFinalize: Updating image state ... Done
1762026-05-22T00:39:53.271ZFinalize: Creating fast lookup database ... Done
1772026-05-22T00:39:53.333ZFinalize: Reading search index ... Done
1782026-05-22T00:39:53.336ZFinalize: Updating search index ... Done
1792026-05-22T00:39:53.410ZFinalize: Updating package cache ... Done
1802026-05-22T00:39:53.695ZPlanning: Evaluating mediator changes ... Done
1812026-05-22T00:39:53.800ZPlanning: Checking for conflicting actions ... Done
1822026-05-22T00:39:53.803ZPlanning: Consolidating action changes ... Done
1832026-05-22T00:39:53.958ZPlanning: Evaluating mediators ... Done
1842026-05-22T00:39:53.960ZPlanning: Planning completed in 0.26 seconds
1852026-05-22T00:39:53.981Z Mediators to change: 1
1862026-05-22T00:39:53.981Z Create boot environment: No
1872026-05-22T00:39:53.984ZCreate backup boot environment: No
1882026-05-22T00:39:54.031ZFinalize: Updating package state database ... Done
1892026-05-22T00:39:54.031ZFinalize: Updating package cache ... Done
1902026-05-22T00:39:54.040ZFinalize: Updating image state ... Done
1912026-05-22T00:39:55.989ZFinalize: Creating fast lookup database ... Done
1922026-05-22T00:39:56.053ZFinalize: Reading search index ... Done
1932026-05-22T00:39:56.057ZFinalize: Updating search index ... Done
1942026-05-22T00:39:56.131ZFinalize: Updating package cache ... Done
1952026-05-22T00:39:56.445ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-22T00:39:56.445Zapache system 2.4 system
1972026-05-22T00:39:56.445Zclang system 15 system
1982026-05-22T00:39:56.445Zcsh system system illumos
1992026-05-22T00:39:56.445Zctags system system illumos
2002026-05-22T00:39:56.445Zfile vendor vendor darwinsys
2012026-05-22T00:39:56.445Zfile system system illumos
2022026-05-22T00:39:56.445Zgcc vendor 14 vendor
2032026-05-22T00:39:56.445Zgcc system 13 system
2042026-05-22T00:39:56.445Zgcc system 10 system
2052026-05-22T00:39:56.445Zgo system 1.25 system
2062026-05-22T00:39:56.445Zllvm system 15 system
2072026-05-22T00:39:56.445Zmariadb system 11.4 system
2082026-05-22T00:39:56.445Zmta vendor vendor dma
2092026-05-22T00:39:56.445Zopenjdk system 17 system
2102026-05-22T00:39:56.445Zopenjdk system 11 system
2112026-05-22T00:39:56.445Zopenssl vendor 3 vendor
2122026-05-22T00:39:56.445Zperl system 5.40 system
2132026-05-22T00:39:56.445Zpostgresql system 18 system
2142026-05-22T00:39:56.445Zpostgresql system 17 system
2152026-05-22T00:39:56.445Zpython vendor 3 vendor
2162026-05-22T00:39:56.445Zpython system 2 system
2172026-05-22T00:39:56.446Zpython3 vendor 3.13 vendor
2182026-05-22T00:39:56.446Zruby system 3.4 system
2192026-05-22T00:39:56.446Zruby system 3.0 system
2202026-05-22T00:39:56.446Zwords vendor vendor american-english
2212026-05-22T00:39:56.446Zwords system system australian-english
2222026-05-22T00:39:56.446Zwords system system british-english
2232026-05-22T00:39:56.446Zwords system system canadian-english
2242026-05-22T00:39:56.446Zwords system system french
2252026-05-22T00:39:56.446Zwords system system italian
2262026-05-22T00:39:56.446Zwords system system ngerman
2272026-05-22T00:39:56.446Zwords system system ogerman
2282026-05-22T00:39:56.446Zwords system system spanish
2292026-05-22T00:39:56.703ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-22T00:39:56.704Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-22T00:39:56.978ZFMRI IFO
2322026-05-22T00:39:56.978Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-22T00:39:56.978Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-22T00:39:56.978Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-22T00:39:56.978Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-22T00:39:56.978Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-22T00:39:56.978Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-22T00:39:56.978Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-22T00:39:56.978Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-22T00:39:56.978Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-22T00:39:57.224Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-22T00:39:57.457Z Updating crates.io index
2432026-05-22T00:39:57.459Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-22T00:39:57.950Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-22T00:39:58.312Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-22T00:39:58.585Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-22T00:39:59.571Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-22T00:40:00.048Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-22T00:40:01.351Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-22T00:40:02.128Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-22T00:40:02.491Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-22T00:40:03.870Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-22T00:40:04.118Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-22T00:40:04.525Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-22T00:40:04.828Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-22T00:40:05.771Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-22T00:40:06.242Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-22T00:40:06.454Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-22T00:40:06.791Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-22T00:40:07.074Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-22T00:40:07.357Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-22T00:40:07.627Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-22T00:40:07.862Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-22T00:40:08.102Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-22T00:40:08.495Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-22T00:40:08.900Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-22T00:40:09.543Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-22T00:40:09.993Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-22T00:40:10.594Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-22T00:40:10.861Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-22T00:40:12.181Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-22T00:40:12.676Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-22T00:40:13.078Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-22T00:40:13.412Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-05-22T00:40:13.896Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-05-22T00:40:14.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-05-22T00:40:14.539Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-05-22T00:40:15.038Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-22T00:40:15.268Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-22T00:40:15.510Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-22T00:40:15.736Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-22T00:40:27.998Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-05-22T00:40:28.404Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2842026-05-22T00:40:30.078Z Downloading crates ...
2852026-05-22T00:40:30.134Z Downloaded anstream v1.0.0
2862026-05-22T00:40:30.137Z Downloaded anstyle-query v1.1.5
2872026-05-22T00:40:30.146Z Downloaded anstyle-parse v1.0.0
2882026-05-22T00:40:30.149Z Downloaded icu_normalizer v2.1.1
2892026-05-22T00:40:30.151Z Downloaded anstyle v1.0.14
2902026-05-22T00:40:30.151Z Downloaded proc-macro-error-attr v1.0.4
2912026-05-22T00:40:30.154Z Downloaded serde_derive v1.0.228
2922026-05-22T00:40:30.154Z Downloaded toml_datetime v0.6.11
2932026-05-22T00:40:30.156Z Downloaded num-traits v0.2.19
2942026-05-22T00:40:30.159Z Downloaded zerocopy-derive v0.7.35
2952026-05-22T00:40:30.161Z Downloaded version_check v0.9.5
2962026-05-22T00:40:30.164Z Downloaded thread-id v4.2.2
2972026-05-22T00:40:30.164Z Downloaded pretty-hex v0.4.1
2982026-05-22T00:40:30.164Z Downloaded unicode-linebreak v0.1.5
2992026-05-22T00:40:30.166Z Downloaded typeid v1.0.3
3002026-05-22T00:40:30.166Z Downloaded usdt-macro v0.5.0
3012026-05-22T00:40:30.169Z Downloaded unicode-xid v0.2.6
3022026-05-22T00:40:30.173Z Downloaded toml_write v0.1.2
3032026-05-22T00:40:30.175Z Downloaded icu_provider v2.1.1
3042026-05-22T00:40:30.178Z Downloaded utf8_iter v1.0.4
3052026-05-22T00:40:30.178Z Downloaded ordered-float v2.10.1
3062026-05-22T00:40:30.180Z Downloaded yoke-derive v0.8.1
3072026-05-22T00:40:30.183Z Downloaded zerofrom v0.1.6
3082026-05-22T00:40:30.183Z Downloaded utf8parse v0.2.2
3092026-05-22T00:40:30.183Z Downloaded smallvec v1.15.1
3102026-05-22T00:40:30.186Z Downloaded clap_lex v1.0.0
3112026-05-22T00:40:30.186Z Downloaded usdt-attr-macro v0.5.0
3122026-05-22T00:40:30.191Z Downloaded is_terminal_polyfill v1.70.2
3132026-05-22T00:40:30.194Z Downloaded byteorder v1.5.0
3142026-05-22T00:40:30.194Z Downloaded proc-macro-error v1.0.4
3152026-05-22T00:40:30.197Z Downloaded zerofrom-derive v0.1.6
3162026-05-22T00:40:30.197Z Downloaded tinystr v0.8.2
3172026-05-22T00:40:30.197Z Downloaded zmij v1.0.21
3182026-05-22T00:40:30.199Z Downloaded usdt v0.5.0
3192026-05-22T00:40:30.199Z Downloaded thiserror-impl v2.0.18
3202026-05-22T00:40:30.199Z Downloaded itoa v1.0.17
3212026-05-22T00:40:30.202Z Downloaded serde-value v0.7.0
3222026-05-22T00:40:30.202Z Downloaded potential_utf v0.1.4
3232026-05-22T00:40:30.202Z Downloaded swrite v0.1.0
3242026-05-22T00:40:30.202Z Downloaded thiserror v1.0.69
3252026-05-22T00:40:30.204Z Downloaded thiserror-impl v1.0.69
3262026-05-22T00:40:30.207Z Downloaded thiserror v2.0.18
3272026-05-22T00:40:30.226Z Downloaded yoke v0.8.1
3282026-05-22T00:40:30.226Z Downloaded block-buffer v0.10.4
3292026-05-22T00:40:30.226Z Downloaded percent-encoding v2.3.2
3302026-05-22T00:40:30.226Z Downloaded writeable v0.6.2
3312026-05-22T00:40:30.226Z Downloaded usdt-impl v0.5.0
3322026-05-22T00:40:30.226Z Downloaded zerovec-derive v0.11.2
3332026-05-22T00:40:30.226Z Downloaded ucd-trie v0.1.7
3342026-05-22T00:40:30.226Z Downloaded toml v0.8.23
3352026-05-22T00:40:30.226Z Downloaded indexmap v2.14.0
3362026-05-22T00:40:30.226Z Downloaded serde_spanned v0.6.9
3372026-05-22T00:40:30.230Z Downloaded macaddr v1.0.1
3382026-05-22T00:40:30.233Z Downloaded zerotrie v0.2.3
3392026-05-22T00:40:30.235Z Downloaded textwrap v0.16.2
3402026-05-22T00:40:30.238Z Downloaded unicode-ident v1.0.24
3412026-05-22T00:40:30.238Z Downloaded typenum v1.19.0
3422026-05-22T00:40:30.240Z Downloaded serde_tokenstream v0.2.3
3432026-05-22T00:40:30.240Z Downloaded autocfg v1.5.0
3442026-05-22T00:40:30.242Z Downloaded icu_properties_data v2.1.2
3452026-05-22T00:40:30.246Z Downloaded strsim v0.11.1
3462026-05-22T00:40:30.249Z Downloaded url v2.5.8
3472026-05-22T00:40:30.249Z Downloaded fastrand v2.3.0
3482026-05-22T00:40:30.251Z Downloaded toml_edit v0.22.27
3492026-05-22T00:40:30.254Z Downloaded idna_adapter v1.2.1
3502026-05-22T00:40:30.254Z Downloaded heck v0.5.0
3512026-05-22T00:40:30.254Z Downloaded smawk v0.3.2
3522026-05-22T00:40:30.256Z Downloaded equivalent v1.0.2
3532026-05-22T00:40:30.257Z Downloaded dtrace-parser v0.2.0
3542026-05-22T00:40:30.259Z Downloaded zerovec v0.11.5
3552026-05-22T00:40:30.261Z Downloaded cargo-platform v0.2.0
3562026-05-22T00:40:30.264Z Downloaded errno v0.3.14
3572026-05-22T00:40:30.266Z Downloaded memmap v0.7.0
3582026-05-22T00:40:30.266Z Downloaded zerocopy v0.7.35
3592026-05-22T00:40:30.273Z Downloaded terminal_size v0.4.3
3602026-05-22T00:40:30.276Z Downloaded scroll_derive v0.12.1
3612026-05-22T00:40:30.276Z Downloaded winnow v0.7.14
3622026-05-22T00:40:30.279Z Downloaded erased-serde v0.4.9
3632026-05-22T00:40:30.282Z Downloaded cargo_toml v0.21.0
3642026-05-22T00:40:30.282Z Downloaded bytecount v0.6.9
3652026-05-22T00:40:30.284Z Downloaded unicode-width v0.2.0
3662026-05-22T00:40:30.287Z Downloaded unicode-width v0.1.14
3672026-05-22T00:40:30.290Z Downloaded heck v0.4.1
3682026-05-22T00:40:30.290Z Downloaded plain v0.2.3
3692026-05-22T00:40:30.292Z Downloaded stable_deref_trait v1.2.1
3702026-05-22T00:40:30.292Z Downloaded cpufeatures v0.2.17
3712026-05-22T00:40:30.292Z Downloaded colorchoice v1.0.4
3722026-05-22T00:40:30.292Z Downloaded fnv v1.0.7
3732026-05-22T00:40:30.295Z Downloaded dof v0.3.0
3742026-05-22T00:40:30.295Z Downloaded cfg-if v1.0.4
3752026-05-22T00:40:30.295Z Downloaded form_urlencoded v1.2.2
3762026-05-22T00:40:30.298Z Downloaded crypto-common v0.1.7
3772026-05-22T00:40:30.300Z Downloaded tabled_derive v0.7.0
3782026-05-22T00:40:30.301Z Downloaded generic-array v0.14.7
3792026-05-22T00:40:30.306Z Downloaded scroll v0.12.0
3802026-05-22T00:40:30.308Z Downloaded quote v1.0.45
3812026-05-22T00:40:30.308Z Downloaded displaydoc v0.2.5
3822026-05-22T00:40:30.311Z Downloaded camino-tempfile v1.4.1
3832026-05-22T00:40:30.311Z Downloaded icu_normalizer_data v2.1.1
3842026-05-22T00:40:30.313Z Downloaded digest v0.10.7
3852026-05-22T00:40:30.313Z Downloaded cargo_metadata v0.21.0
3862026-05-22T00:40:30.323Z Downloaded serde-untagged v0.1.9
3872026-05-22T00:40:30.326Z Downloaded fs-err v3.3.0
3882026-05-22T00:40:30.331Z Downloaded litemap v0.8.1
3892026-05-22T00:40:30.337Z Downloaded sha2 v0.10.9
3902026-05-22T00:40:30.352Z Downloaded anyhow v1.0.102
3912026-05-22T00:40:30.356Z Downloaded clap_derive v4.6.1
3922026-05-22T00:40:30.358Z Downloaded cargo-util-schemas v0.8.2
3932026-05-22T00:40:30.361Z Downloaded pest_derive v2.8.6
3942026-05-22T00:40:30.364Z Downloaded memchr v2.8.0
3952026-05-22T00:40:30.366Z Downloaded icu_properties v2.1.2
3962026-05-22T00:40:30.369Z Downloaded proc-macro2 v1.0.106
3972026-05-22T00:40:30.371Z Downloaded tempfile v3.25.0
3982026-05-22T00:40:30.378Z Downloaded semver v1.0.28
3992026-05-22T00:40:30.381Z Downloaded synstructure v0.13.2
4002026-05-22T00:40:30.384Z Downloaded pest_generator v2.8.6
4012026-05-22T00:40:30.391Z Downloaded getrandom v0.4.1
4022026-05-22T00:40:30.394Z Downloaded once_cell v1.21.3
4032026-05-22T00:40:30.396Z Downloaded log v0.4.29
4042026-05-22T00:40:30.401Z Downloaded papergrid v0.11.0
4052026-05-22T00:40:30.415Z Downloaded camino v1.2.2
4062026-05-22T00:40:30.417Z Downloaded clap v4.6.1
4072026-05-22T00:40:30.426Z Downloaded bitflags v2.11.0
4082026-05-22T00:40:30.428Z Downloaded pest_meta v2.8.6
4092026-05-22T00:40:30.431Z Downloaded icu_collections v2.1.1
4102026-05-22T00:40:30.433Z Downloaded serde_core v1.0.228
4112026-05-22T00:40:30.436Z Downloaded hashbrown v0.17.0
4122026-05-22T00:40:30.438Z Downloaded icu_locale_core v2.1.1
4132026-05-22T00:40:30.441Z Downloaded serde v1.0.228
4142026-05-22T00:40:30.461Z Downloaded clap_builder v4.6.0
4152026-05-22T00:40:30.471Z Downloaded pest v2.8.6
4162026-05-22T00:40:30.474Z Downloaded serde_json v1.0.149
4172026-05-22T00:40:30.478Z Downloaded idna v1.1.0
4182026-05-22T00:40:30.480Z Downloaded goblin v0.8.2
4192026-05-22T00:40:30.507Z Downloaded tabled v0.15.0
4202026-05-22T00:40:30.523Z Downloaded syn v1.0.109
4212026-05-22T00:40:30.535Z Downloaded syn v2.0.117
4222026-05-22T00:40:30.554Z Downloaded rustix v1.1.3
4232026-05-22T00:40:30.580Z Downloaded libc v0.2.185
4242026-05-22T00:40:30.647Z Compiling proc-macro2 v1.0.106
4252026-05-22T00:40:30.648Z Compiling unicode-ident v1.0.24
4262026-05-22T00:40:30.650Z Compiling quote v1.0.45
4272026-05-22T00:40:30.650Z Compiling serde_core v1.0.228
4282026-05-22T00:40:30.650Z Compiling libc v0.2.185
4292026-05-22T00:40:30.650Z Compiling version_check v0.9.5
4302026-05-22T00:40:30.650Z Compiling stable_deref_trait v1.2.1
4312026-05-22T00:40:30.828Z Compiling serde v1.0.228
4322026-05-22T00:40:30.979Z Compiling memchr v2.8.0
4332026-05-22T00:40:30.996Z Compiling zmij v1.0.21
4342026-05-22T00:40:31.268Z Compiling ucd-trie v0.1.7
4352026-05-22T00:40:31.270Z Compiling thiserror v1.0.69
4362026-05-22T00:40:31.529Z Compiling autocfg v1.5.0
4372026-05-22T00:40:31.577Z Compiling itoa v1.0.17
4382026-05-22T00:40:31.642Z Compiling pest v2.8.6
4392026-05-22T00:40:31.642Z Compiling litemap v0.8.1
4402026-05-22T00:40:31.719Z Compiling writeable v0.6.2
4412026-05-22T00:40:31.815Z Compiling byteorder v1.5.0
4422026-05-22T00:40:31.840Z Compiling icu_properties_data v2.1.2
4432026-05-22T00:40:31.926Z Compiling rustix v1.1.3
4442026-05-22T00:40:32.054Z Compiling icu_normalizer_data v2.1.1
4452026-05-22T00:40:32.244Z Compiling syn v2.0.117
4462026-05-22T00:40:32.336Z Compiling errno v0.3.14
4472026-05-22T00:40:32.351Z Compiling serde_json v1.0.149
4482026-05-22T00:40:32.365Z Compiling bitflags v2.11.0
4492026-05-22T00:40:32.594Z Compiling num-traits v0.2.19
4502026-05-22T00:40:32.626Z Compiling equivalent v1.0.2
4512026-05-22T00:40:32.641Z Compiling hashbrown v0.17.0
4522026-05-22T00:40:32.715Z Compiling pest_meta v2.8.6
4532026-05-22T00:40:32.776Z Compiling typeid v1.0.3
4542026-05-22T00:40:32.920Z Compiling smallvec v1.15.1
4552026-05-22T00:40:33.133Z Compiling indexmap v2.14.0
4562026-05-22T00:40:33.246Z Compiling thread-id v4.2.2
4572026-05-22T00:40:33.263Z Compiling usdt-impl v0.5.0
4582026-05-22T00:40:33.328Z Compiling proc-macro-error-attr v1.0.4
4592026-05-22T00:40:33.362Z Compiling winnow v0.7.14
4602026-05-22T00:40:33.512Z Compiling toml_write v0.1.2
4612026-05-22T00:40:33.607Z Compiling erased-serde v0.4.9
4622026-05-22T00:40:33.624Z Compiling syn v1.0.109
4632026-05-22T00:40:34.008Z Compiling proc-macro-error v1.0.4
4642026-05-22T00:40:34.052Z Compiling log v0.4.29
4652026-05-22T00:40:34.195Z Compiling utf8parse v0.2.2
4662026-05-22T00:40:34.252Z Compiling thiserror v2.0.18
4672026-05-22T00:40:34.311Z Compiling percent-encoding v2.3.2
4682026-05-22T00:40:34.327Z Compiling getrandom v0.4.1
4692026-05-22T00:40:34.390Z Compiling camino v1.2.2
4702026-05-22T00:40:34.486Z Compiling utf8_iter v1.0.4
4712026-05-22T00:40:34.507Z Compiling plain v0.2.3
4722026-05-22T00:40:34.618Z Compiling form_urlencoded v1.2.2
4732026-05-22T00:40:34.638Z Compiling ordered-float v2.10.1
4742026-05-22T00:40:34.689Z Compiling anstyle-parse v1.0.0
4752026-05-22T00:40:34.774Z Compiling synstructure v0.13.2
4762026-05-22T00:40:34.796Z Compiling pest_generator v2.8.6
4772026-05-22T00:40:34.889Z Compiling terminal_size v0.4.3
4782026-05-22T00:40:35.029Z Compiling is_terminal_polyfill v1.70.2
4792026-05-22T00:40:35.116Z Compiling anstyle v1.0.14
4802026-05-22T00:40:35.131Z Compiling anstyle-query v1.1.5
4812026-05-22T00:40:35.241Z Compiling cfg-if v1.0.4
4822026-05-22T00:40:35.257Z Compiling colorchoice v1.0.4
4832026-05-22T00:40:35.271Z Compiling pretty-hex v0.4.1
4842026-05-22T00:40:35.341Z Compiling serde-untagged v0.1.9
4852026-05-22T00:40:35.369Z Compiling anstream v1.0.0
4862026-05-22T00:40:35.483Z Compiling semver v1.0.28
4872026-05-22T00:40:35.515Z Compiling fs-err v3.3.0
4882026-05-22T00:40:35.582Z Compiling anyhow v1.0.102
4892026-05-22T00:40:35.671Z Compiling once_cell v1.21.3
4902026-05-22T00:40:35.701Z Compiling unicode-width v0.1.14
4912026-05-22T00:40:35.778Z Compiling strsim v0.11.1
4922026-05-22T00:40:35.808Z Compiling heck v0.4.1
4932026-05-22T00:40:35.885Z Compiling fastrand v2.3.0
4942026-05-22T00:40:35.887Z Compiling unicode-xid v0.2.6
4952026-05-22T00:40:36.026Z Compiling bytecount v0.6.9
4962026-05-22T00:40:36.042Z Compiling clap_lex v1.0.0
4972026-05-22T00:40:36.170Z Compiling heck v0.5.0
4982026-05-22T00:40:36.187Z Compiling fnv v1.0.7
4992026-05-22T00:40:36.215Z Compiling tempfile v3.25.0
5002026-05-22T00:40:36.293Z Compiling papergrid v0.11.0
5012026-05-22T00:40:36.309Z Compiling clap_builder v4.6.0
5022026-05-22T00:40:36.487Z Compiling serde_derive v1.0.228
5032026-05-22T00:40:36.523Z Compiling zerofrom-derive v0.1.6
5042026-05-22T00:40:36.555Z Compiling yoke-derive v0.8.1
5052026-05-22T00:40:36.599Z Compiling zerovec-derive v0.11.2
5062026-05-22T00:40:36.924Z Compiling displaydoc v0.2.5
5072026-05-22T00:40:37.674Z Compiling thiserror-impl v1.0.69
5082026-05-22T00:40:37.710Z Compiling zerocopy-derive v0.7.35
5092026-05-22T00:40:37.726Z Compiling pest_derive v2.8.6
5102026-05-22T00:40:37.729Z Compiling scroll_derive v0.12.1
5112026-05-22T00:40:37.913Z Compiling zerofrom v0.1.6
5122026-05-22T00:40:38.047Z Compiling yoke v0.8.1
5132026-05-22T00:40:38.165Z Compiling thiserror-impl v2.0.18
5142026-05-22T00:40:38.238Z Compiling zerovec v0.11.5
5152026-05-22T00:40:38.377Z Compiling zerotrie v0.2.3
5162026-05-22T00:40:38.560Z Compiling zerocopy v0.7.35
5172026-05-22T00:40:38.682Z Compiling scroll v0.12.0
5182026-05-22T00:40:38.751Z Compiling tinystr v0.8.2
5192026-05-22T00:40:38.952Z Compiling icu_locale_core v2.1.1
5202026-05-22T00:40:38.968Z Compiling potential_utf v0.1.4
5212026-05-22T00:40:39.030Z Compiling dtrace-parser v0.2.0
5222026-05-22T00:40:39.101Z Compiling icu_collections v2.1.1
5232026-05-22T00:40:39.131Z Compiling goblin v0.8.2
5242026-05-22T00:40:39.333Z Compiling tabled_derive v0.7.0
5252026-05-22T00:40:39.585Z Compiling icu_provider v2.1.1
5262026-05-22T00:40:39.615Z Compiling clap_derive v4.6.1
5272026-05-22T00:40:39.780Z Compiling memmap v0.7.0
5282026-05-22T00:40:39.822Z Compiling icu_properties v2.1.2
5292026-05-22T00:40:39.881Z Compiling toml_datetime v0.6.11
5302026-05-22T00:40:39.930Z Compiling serde_spanned v0.6.9
5312026-05-22T00:40:39.964Z Compiling icu_normalizer v2.1.1
5322026-05-22T00:40:40.021Z Compiling dof v0.3.0
5332026-05-22T00:40:40.104Z Compiling toml_edit v0.22.27
5342026-05-22T00:40:40.157Z Compiling serde_tokenstream v0.2.3
5352026-05-22T00:40:40.406Z Compiling serde-value v0.7.0
5362026-05-22T00:40:40.473Z Compiling cargo-platform v0.2.0
5372026-05-22T00:40:40.524Z Compiling unicode-width v0.2.0
5382026-05-22T00:40:40.744Z Compiling idna_adapter v1.2.1
5392026-05-22T00:40:40.775Z Compiling unicode-linebreak v0.1.5
5402026-05-22T00:40:40.801Z Compiling smawk v0.3.2
5412026-05-22T00:40:40.865Z Compiling idna v1.1.0
5422026-05-22T00:40:40.887Z Compiling usdt-macro v0.5.0
5432026-05-22T00:40:40.903Z Compiling usdt-attr-macro v0.5.0
5442026-05-22T00:40:40.940Z Compiling tabled v0.15.0
5452026-05-22T00:40:41.014Z Compiling textwrap v0.16.2
5462026-05-22T00:40:41.487Z Compiling url v2.5.8
5472026-05-22T00:40:41.506Z Compiling clap v4.6.1
5482026-05-22T00:40:41.578Z Compiling toml v0.8.23
5492026-05-22T00:40:41.595Z Compiling macaddr v1.0.1
5502026-05-22T00:40:41.992Z Compiling cargo-util-schemas v0.8.2
5512026-05-22T00:40:42.114Z Compiling cargo_toml v0.21.0
5522026-05-22T00:40:42.256Z Compiling usdt v0.5.0
5532026-05-22T00:40:42.478Z Compiling camino-tempfile v1.4.1
5542026-05-22T00:40:42.609Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-22T00:40:42.731Z Compiling swrite v0.1.0
5562026-05-22T00:40:42.990Z Compiling cargo_metadata v0.21.0
5572026-05-22T00:40:43.843Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-05-22T00:40:45.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
5592026-05-22T00:40:46.157Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-05-22T00:40:46.750Z Downloading crates ...
5612026-05-22T00:40:46.850Z Downloaded allocator-api2 v0.2.21
5622026-05-22T00:40:46.853Z Downloaded block-padding v0.3.3
5632026-05-22T00:40:46.855Z Downloaded array-init v0.0.4
5642026-05-22T00:40:46.858Z Downloaded aead v0.5.2
5652026-05-22T00:40:46.860Z Downloaded async-stream v0.3.6
5662026-05-22T00:40:46.863Z Downloaded crc-catalog v2.4.0
5672026-05-22T00:40:46.863Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-22T00:40:46.863Z Downloaded anstream v0.6.21
5692026-05-22T00:40:46.865Z Downloaded adler2 v2.0.1
5702026-05-22T00:40:46.868Z Downloaded crc v3.4.0
5712026-05-22T00:40:46.870Z Downloaded ciborium-io v0.2.2
5722026-05-22T00:40:46.873Z Downloaded critical-section v1.2.0
5732026-05-22T00:40:46.873Z Downloaded crc8 v0.1.1
5742026-05-22T00:40:46.875Z Downloaded crc-any v2.5.0
5752026-05-22T00:40:46.878Z Downloaded crossbeam-deque v0.8.6
5762026-05-22T00:40:46.878Z Downloaded crc32fast v1.5.0
5772026-05-22T00:40:46.880Z Downloaded camino-tempfile-ext v0.3.3
5782026-05-22T00:40:46.880Z Downloaded anstyle-parse v0.2.7
5792026-05-22T00:40:46.883Z Downloaded crunchy v0.2.4
5802026-05-22T00:40:46.883Z Downloaded crossbeam-channel v0.5.15
5812026-05-22T00:40:46.885Z Downloaded defmt-macros v1.0.1
5822026-05-22T00:40:46.890Z Downloaded atty v0.2.14
5832026-05-22T00:40:46.893Z Downloaded defmt v1.0.1
5842026-05-22T00:40:46.895Z Downloaded async-stream-impl v0.3.6
5852026-05-22T00:40:46.895Z Downloaded defmt v0.3.100
5862026-05-22T00:40:46.898Z Downloaded ciborium-ll v0.2.2
5872026-05-22T00:40:46.898Z Downloaded assert_matches v1.5.0
5882026-05-22T00:40:46.898Z Downloaded crossbeam-utils v0.8.21
5892026-05-22T00:40:46.901Z Downloaded cmake v0.1.57
5902026-05-22T00:40:46.901Z Downloaded cipher v0.4.4
5912026-05-22T00:40:46.904Z Downloaded cassowary v0.3.0
5922026-05-22T00:40:46.904Z Downloaded ascii-canvas v3.0.0
5932026-05-22T00:40:46.904Z Downloaded darling_macro v0.20.11
5942026-05-22T00:40:46.907Z Downloaded fixedbitset v0.4.2
5952026-05-22T00:40:46.907Z Downloaded bitfield-struct v0.6.2
5962026-05-22T00:40:46.907Z Downloaded fatfs v0.3.6
5972026-05-22T00:40:46.909Z Downloaded cobs v0.3.0
5982026-05-22T00:40:46.909Z Downloaded cfg_aliases v0.1.1
5992026-05-22T00:40:46.912Z Downloaded atomic-waker v1.1.2
6002026-05-22T00:40:46.912Z Downloaded async-recursion v1.1.1
6012026-05-22T00:40:46.914Z Downloaded ff v0.13.1
6022026-05-22T00:40:46.914Z Downloaded der v0.7.10
6032026-05-22T00:40:46.917Z Downloaded defmt-parser v1.0.0
6042026-05-22T00:40:46.920Z Downloaded cpufeatures v0.3.0
6052026-05-22T00:40:46.920Z Downloaded atomicwrites v0.4.4
6062026-05-22T00:40:46.920Z Downloaded dirs-next v2.0.0
6072026-05-22T00:40:46.923Z Downloaded deranged v0.5.8
6082026-05-22T00:40:46.923Z Downloaded darling_macro v0.21.3
6092026-05-22T00:40:46.923Z Downloaded data-encoding v2.10.0
6102026-05-22T00:40:46.923Z Downloaded bit-set v0.8.0
6112026-05-22T00:40:46.926Z Downloaded daft v0.1.7
6122026-05-22T00:40:46.926Z Downloaded cookie_store v0.22.1
6132026-05-22T00:40:46.928Z Downloaded colored v2.2.0
6142026-05-22T00:40:46.931Z Downloaded crossterm v0.28.1
6152026-05-22T00:40:46.934Z Downloaded arrayref v0.3.9
6162026-05-22T00:40:46.934Z Downloaded fixedbitset v0.5.7
6172026-05-22T00:40:46.936Z Downloaded dirs-sys-next v0.1.2
6182026-05-22T00:40:46.936Z Downloaded castaway v0.2.4
6192026-05-22T00:40:46.936Z Downloaded bit-set v0.5.3
6202026-05-22T00:40:46.940Z Downloaded derive-where v1.6.0
6212026-05-22T00:40:46.942Z Downloaded cargo-platform v0.1.9
6222026-05-22T00:40:46.942Z Downloaded darling_macro v0.23.0
6232026-05-22T00:40:46.942Z Downloaded filetime v0.2.27
6242026-05-22T00:40:46.945Z Downloaded convert_case v0.4.0
6252026-05-22T00:40:46.945Z Downloaded flagset v0.4.7
6262026-05-22T00:40:46.945Z Downloaded enum-as-inner v0.6.1
6272026-05-22T00:40:46.947Z Downloaded compression-core v0.4.31
6282026-05-22T00:40:46.947Z Downloaded base16ct v0.2.0
6292026-05-22T00:40:46.947Z Downloaded dtrace-parser v0.3.0
6302026-05-22T00:40:46.950Z Downloaded dsl_auto_type v0.2.0
6312026-05-22T00:40:46.950Z Downloaded backon v1.6.0
6322026-05-22T00:40:46.952Z Downloaded arrayvec v0.7.6
6332026-05-22T00:40:46.952Z Downloaded ahash v0.8.12
6342026-05-22T00:40:46.955Z Downloaded float-ord v0.3.2
6352026-05-22T00:40:46.957Z Downloaded difflib v0.4.0
6362026-05-22T00:40:46.958Z Downloaded derive_builder_macro v0.20.2
6372026-05-22T00:40:46.958Z Downloaded crucible-workspace-hack v0.1.0
6382026-05-22T00:40:46.958Z Downloaded curve25519-dalek-derive v0.1.1
6392026-05-22T00:40:46.961Z Downloaded cstr-argument v0.1.2
6402026-05-22T00:40:46.961Z Downloaded bitfield-macros v0.19.4
6412026-05-22T00:40:46.961Z Downloaded foreign-types v0.3.2
6422026-05-22T00:40:46.961Z Downloaded cfg_aliases v0.2.1
6432026-05-22T00:40:46.964Z Downloaded futures-core v0.3.32
6442026-05-22T00:40:46.964Z Downloaded dyn-clone v1.0.20
6452026-05-22T00:40:46.966Z Downloaded document-features v0.2.12
6462026-05-22T00:40:46.966Z Downloaded foreign-types v0.5.0
6472026-05-22T00:40:46.966Z Downloaded float-cmp v0.10.0
6482026-05-22T00:40:46.966Z Downloaded funty v2.0.0
6492026-05-22T00:40:46.969Z Downloaded foreign-types-shared v0.3.1
6502026-05-22T00:40:46.969Z Downloaded fd-lock v4.0.4
6512026-05-22T00:40:46.971Z Downloaded ctr v0.9.2
6522026-05-22T00:40:46.974Z Downloaded convert_case v0.10.0
6532026-05-22T00:40:46.974Z Downloaded fallible-iterator v0.2.0
6542026-05-22T00:40:46.977Z Downloaded bit-vec v0.8.0
6552026-05-22T00:40:46.977Z Downloaded embedded-io v0.4.0
6562026-05-22T00:40:46.979Z Downloaded darling_core v0.21.3
6572026-05-22T00:40:46.982Z Downloaded foreign-types-shared v0.1.1
6582026-05-22T00:40:46.982Z Downloaded foreign-types-macros v0.2.3
6592026-05-22T00:40:46.982Z Downloaded display-error-chain v0.2.2
6602026-05-22T00:40:46.984Z Downloaded env_filter v1.0.0
6612026-05-22T00:40:46.985Z Downloaded cbc v0.1.2
6622026-05-22T00:40:46.985Z Downloaded gethostname v0.5.0
6632026-05-22T00:40:46.987Z Downloaded console v0.15.11
6642026-05-22T00:40:46.990Z Downloaded ghash v0.5.1
6652026-05-22T00:40:46.990Z Downloaded futures-sink v0.3.32
6662026-05-22T00:40:46.990Z Downloaded futures-macro v0.3.32
6672026-05-22T00:40:46.990Z Downloaded futures-io v0.3.32
6682026-05-22T00:40:46.992Z Downloaded ciborium v0.2.2
6692026-05-22T00:40:46.992Z Downloaded cexpr v0.6.0
6702026-05-22T00:40:46.995Z Downloaded endian-type v0.1.2
6712026-05-22T00:40:46.995Z Downloaded compression-codecs v0.4.37
6722026-05-22T00:40:46.998Z Downloaded globwalk v0.9.1
6732026-05-22T00:40:46.998Z Downloaded dropshot-api-manager-types v0.7.1
6742026-05-22T00:40:46.998Z Downloaded fxhash v0.2.1
6752026-05-22T00:40:47.000Z Downloaded dunce v1.0.5
6762026-05-22T00:40:47.000Z Downloaded bzip2 v0.6.1
6772026-05-22T00:40:47.000Z Downloaded blowfish v0.9.1
6782026-05-22T00:40:47.003Z Downloaded bcs v0.1.6
6792026-05-22T00:40:47.003Z Downloaded headers-core v0.3.0
6802026-05-22T00:40:47.005Z Downloaded darling_core v0.20.11
6812026-05-22T00:40:47.008Z Downloaded bb8 v0.8.6
6822026-05-22T00:40:47.011Z Downloaded bitflags v1.3.2
6832026-05-22T00:40:47.013Z Downloaded futures-executor v0.3.32
6842026-05-22T00:40:47.013Z Downloaded foldhash v0.1.5
6852026-05-22T00:40:47.013Z Downloaded ecdsa v0.16.9
6862026-05-22T00:40:47.016Z Downloaded futures-task v0.3.32
6872026-05-22T00:40:47.016Z Downloaded corncobs v0.1.4
6882026-05-22T00:40:47.018Z Downloaded debug-ignore v1.0.5
6892026-05-22T00:40:47.018Z Downloaded chacha20 v0.9.1
6902026-05-22T00:40:47.021Z Downloaded hash32 v0.3.1
6912026-05-22T00:40:47.021Z Downloaded hash32 v0.2.1
6922026-05-22T00:40:47.021Z Downloaded byte-wrapper v0.1.0
6932026-05-22T00:40:47.024Z Downloaded des v0.8.1
6942026-05-22T00:40:47.024Z Downloaded ena v0.14.4
6952026-05-22T00:40:47.026Z Downloaded cargo_metadata v0.19.2
6962026-05-22T00:40:47.026Z Downloaded argon2 v0.5.3
6972026-05-22T00:40:47.029Z Downloaded async-trait v0.1.89
6982026-05-22T00:40:47.029Z Downloaded backoff v0.4.0
6992026-05-22T00:40:47.032Z Downloaded fs-err v2.11.0
7002026-05-22T00:40:47.034Z Downloaded hostname v0.3.1
7012026-05-22T00:40:47.034Z Downloaded git-stub v1.0.0
7022026-05-22T00:40:47.034Z Downloaded hostname v0.4.2
7032026-05-22T00:40:47.037Z Downloaded embedded-io v0.6.1
7042026-05-22T00:40:47.037Z Downloaded diesel_table_macro_syntax v0.3.0
7052026-05-22T00:40:47.037Z Downloaded foldhash v0.2.0
7062026-05-22T00:40:47.039Z Downloaded dof v0.4.0
7072026-05-22T00:40:47.039Z Downloaded home v0.5.12
7082026-05-22T00:40:47.039Z Downloaded csv-core v0.1.13
7092026-05-22T00:40:47.042Z Downloaded bitfield v0.19.4
7102026-05-22T00:40:47.042Z Downloaded bit-vec v0.6.3
7112026-05-22T00:40:47.042Z Downloaded either v1.15.0
7122026-05-22T00:40:47.045Z Downloaded downcast-rs v2.0.2
7132026-05-22T00:40:47.045Z Downloaded diesel-dtrace v0.5.0
7142026-05-22T00:40:47.047Z Downloaded cookie v0.18.1
7152026-05-22T00:40:47.047Z Downloaded hubpack_derive v0.1.1
7162026-05-22T00:40:47.047Z Downloaded hex v0.4.3
7172026-05-22T00:40:47.050Z Downloaded http-body v1.0.1
7182026-05-22T00:40:47.050Z Downloaded hex-literal v0.4.1
7192026-05-22T00:40:47.050Z Downloaded buf-list v1.1.2
7202026-05-22T00:40:47.053Z Downloaded hyper-tls v0.6.0
7212026-05-22T00:40:47.053Z Downloaded const_format v0.2.35
7222026-05-22T00:40:47.055Z Downloaded illumos-nvpair v0.3.0
7232026-05-22T00:40:47.058Z Downloaded drift v0.1.4
7242026-05-22T00:40:47.061Z Downloaded ident_case v1.0.1
7252026-05-22T00:40:47.064Z Downloaded glob v0.3.3
7262026-05-22T00:40:47.064Z Downloaded group v0.13.0
7272026-05-22T00:40:47.067Z Downloaded derive_builder_core v0.20.2
7282026-05-22T00:40:47.067Z Downloaded diff v0.1.13
7292026-05-22T00:40:47.069Z Downloaded erased-serde v0.3.31
7302026-05-22T00:40:47.069Z Downloaded der_derive v0.7.3
7312026-05-22T00:40:47.071Z Downloaded darling v0.21.3
7322026-05-22T00:40:47.074Z Downloaded instability v0.3.11
7332026-05-22T00:40:47.076Z Downloaded inout v0.1.4
7342026-05-22T00:40:47.076Z Downloaded indent_write v2.2.0
7352026-05-22T00:40:47.076Z Downloaded env_logger v0.11.9
7362026-05-22T00:40:47.079Z Downloaded illumos-nvpair-sys v0.2.0
7372026-05-22T00:40:47.079Z Downloaded ar_archive_writer v0.5.1
7382026-05-22T00:40:47.082Z Downloaded bzip2 v0.4.4
7392026-05-22T00:40:47.084Z Downloaded const_format_proc_macros v0.2.34
7402026-05-22T00:40:47.084Z Downloaded derive_builder v0.20.2
7412026-05-22T00:40:47.087Z Downloaded indoc v1.0.9
7422026-05-22T00:40:47.090Z Downloaded async-bb8-diesel v0.2.1
7432026-05-22T00:40:47.092Z Downloaded is_ci v1.2.0
7442026-05-22T00:40:47.092Z Downloaded is-terminal v0.4.17
7452026-05-22T00:40:47.095Z Downloaded cancel-safe-futures v0.1.5
7462026-05-22T00:40:47.095Z Downloaded internet-checksum v0.2.1
7472026-05-22T00:40:47.098Z Downloaded instant v0.1.13
7482026-05-22T00:40:47.098Z Downloaded hubpack v0.1.2
7492026-05-22T00:40:47.098Z Downloaded constant_time_eq v0.4.2
7502026-05-22T00:40:47.100Z Downloaded console v0.16.2
7512026-05-22T00:40:47.101Z Downloaded libscf-sys v1.1.0
7522026-05-22T00:40:47.103Z Downloaded lazy_static v1.5.0
7532026-05-22T00:40:47.103Z Downloaded lalrpop-util v0.19.12
7542026-05-22T00:40:47.103Z Downloaded futures-channel v0.3.32
7552026-05-22T00:40:47.106Z Downloaded daft-derive v0.1.7
7562026-05-22T00:40:47.108Z Downloaded git-stub-vcs v0.1.0
7572026-05-22T00:40:47.108Z Downloaded chacha20poly1305 v0.10.1
7582026-05-22T00:40:47.111Z Downloaded aes-gcm v0.10.3
7592026-05-22T00:40:47.113Z Downloaded keccak v0.1.6
7602026-05-22T00:40:47.113Z Downloaded kstat-rs v0.2.4
7612026-05-22T00:40:47.116Z Downloaded base64ct v1.8.3
7622026-05-22T00:40:47.116Z Downloaded clang-sys v1.8.1
7632026-05-22T00:40:47.118Z Downloaded humantime v2.3.0
7642026-05-22T00:40:47.119Z Downloaded base64 v0.22.1
7652026-05-22T00:40:47.121Z Downloaded lru-slab v0.1.2
7662026-05-22T00:40:47.121Z Downloaded hyper-staticfile v0.10.1
7672026-05-22T00:40:47.124Z Downloaded highway v1.3.0
7682026-05-22T00:40:47.124Z Downloaded maybe-uninit v2.0.0
7692026-05-22T00:40:47.126Z Downloaded maplit v1.0.2
7702026-05-22T00:40:47.126Z Downloaded dropshot_endpoint v0.16.7
7712026-05-22T00:40:47.129Z Downloaded memoffset v0.9.1
7722026-05-22T00:40:47.129Z Downloaded globset v0.4.18
7732026-05-22T00:40:47.129Z Downloaded md-5 v0.10.6
7742026-05-22T00:40:47.131Z Downloaded lru-cache v0.1.2
7752026-05-22T00:40:47.131Z Downloaded lru v0.12.5
7762026-05-22T00:40:47.131Z Downloaded md5 v0.7.0
7772026-05-22T00:40:47.134Z Downloaded linked-hash-map v0.5.6
7782026-05-22T00:40:47.134Z Downloaded find-msvc-tools v0.1.9
7792026-05-22T00:40:47.136Z Downloaded impl-trait-for-tuples v0.2.3
7802026-05-22T00:40:47.136Z Downloaded http-body-util v0.1.3
7812026-05-22T00:40:47.139Z Downloaded match_cfg v0.1.0
7822026-05-22T00:40:47.139Z Downloaded crossbeam-epoch v0.9.18
7832026-05-22T00:40:47.142Z Downloaded newtype-uuid-macros v0.1.0
7842026-05-22T00:40:47.142Z Downloaded lzss v0.8.2
7852026-05-22T00:40:47.144Z Downloaded indoc v2.0.7
7862026-05-22T00:40:47.144Z Downloaded managed v0.8.0
7872026-05-22T00:40:47.147Z Downloaded ipnetwork v0.21.1
7882026-05-22T00:40:47.147Z Downloaded new_debug_unreachable v1.0.6
7892026-05-22T00:40:47.150Z Downloaded ingot-types v0.1.2
7902026-05-22T00:40:47.150Z Downloaded num v0.4.3
7912026-05-22T00:40:47.150Z Downloaded newline-converter v0.3.0
7922026-05-22T00:40:47.152Z Downloaded nodrop v0.1.14
7932026-05-22T00:40:47.152Z Downloaded multimap v0.10.1
7942026-05-22T00:40:47.152Z Downloaded nibble_vec v0.1.0
7952026-05-22T00:40:47.155Z Downloaded normalize-line-endings v0.3.0
7962026-05-22T00:40:47.155Z Downloaded nonempty v0.12.0
7972026-05-22T00:40:47.155Z Downloaded num-derive v0.3.3
7982026-05-22T00:40:47.157Z Downloaded num-conv v0.2.0
7992026-05-22T00:40:47.157Z Downloaded ipnet v2.11.0
8002026-05-22T00:40:47.160Z Downloaded darling v0.23.0
8012026-05-22T00:40:47.162Z Downloaded dropshot_endpoint v0.17.0
8022026-05-22T00:40:47.165Z Downloaded const-oid v0.9.6
8032026-05-22T00:40:47.167Z Downloaded darling v0.20.11
8042026-05-22T00:40:47.170Z Downloaded newtype_derive v0.1.6
8052026-05-22T00:40:47.170Z Downloaded num-derive v0.4.2
8062026-05-22T00:40:47.172Z Downloaded hmac v0.12.1
8072026-05-22T00:40:47.172Z Downloaded num_threads v0.1.7
8082026-05-22T00:40:47.175Z Downloaded elliptic-curve v0.13.8
8092026-05-22T00:40:47.178Z Downloaded libefi-sys v0.1.0
8102026-05-22T00:40:47.178Z Downloaded httparse v1.10.1
8112026-05-22T00:40:47.180Z Downloaded ed25519 v2.2.3
8122026-05-22T00:40:47.180Z Downloaded opaque-debug v0.3.1
8132026-05-22T00:40:47.180Z Downloaded olpc-cjson v0.1.4
8142026-05-22T00:40:47.183Z Downloaded linear-map v1.2.0
8152026-05-22T00:40:47.183Z Downloaded libloading v0.8.9
8162026-05-22T00:40:47.186Z Downloaded libsw v3.5.0
8172026-05-22T00:40:47.186Z Downloaded ingot v0.1.1
8182026-05-22T00:40:47.186Z Downloaded num-iter v0.1.45
8192026-05-22T00:40:47.188Z Downloaded half v2.7.1
8202026-05-22T00:40:47.191Z Downloaded futures v0.3.32
8212026-05-22T00:40:47.193Z Downloaded openssl-macros v0.1.1
8222026-05-22T00:40:47.193Z Downloaded libsw-core v0.3.2
8232026-05-22T00:40:47.196Z Downloaded openssl-probe v0.2.1
8242026-05-22T00:40:47.196Z Downloaded openssl-probe v0.1.6
8252026-05-22T00:40:47.199Z Downloaded oso-derive v0.27.3
8262026-05-22T00:40:47.199Z Downloaded iana-time-zone v0.1.65
8272026-05-22T00:40:47.199Z Downloaded hyper-rustls v0.27.7
8282026-05-22T00:40:47.201Z Downloaded flume v0.11.1
8292026-05-22T00:40:47.204Z Downloaded getrandom v0.3.4
8302026-05-22T00:40:47.206Z Downloaded parse-size v1.1.0
8312026-05-22T00:40:47.206Z Downloaded packed_struct_codegen v0.10.1
8322026-05-22T00:40:47.209Z Downloaded half v1.8.3
8332026-05-22T00:40:47.211Z Downloaded mime_guess v2.0.5
8342026-05-22T00:40:47.211Z Downloaded multer v3.1.0
8352026-05-22T00:40:47.214Z Downloaded mime v0.3.17
8362026-05-22T00:40:47.214Z Downloaded lock_api v0.4.14
8372026-05-22T00:40:47.216Z Downloaded newtype-uuid v1.3.2
8382026-05-22T00:40:47.216Z Downloaded ingot-macros v0.1.1
8392026-05-22T00:40:47.219Z Downloaded path-slash v0.1.5
8402026-05-22T00:40:47.219Z Downloaded parse-display v0.10.0
8412026-05-22T00:40:47.219Z Downloaded num_enum v0.7.6
8422026-05-22T00:40:47.222Z Downloaded pbkdf2 v0.12.2
8432026-05-22T00:40:47.224Z Downloaded pbkdf2 v0.11.0
8442026-05-22T00:40:47.240Z Downloaded peg-runtime v0.8.5
8452026-05-22T00:40:47.243Z Downloaded num_enum v0.5.11
8462026-05-22T00:40:47.246Z Downloaded compact_str v0.8.1
8472026-05-22T00:40:47.248Z Downloaded arc-swap v1.8.2
8482026-05-22T00:40:47.251Z Downloaded pin-utils v0.1.0
8492026-05-22T00:40:47.251Z Downloaded phf_shared v0.13.1
8502026-05-22T00:40:47.251Z Downloaded phf_shared v0.12.1
8512026-05-22T00:40:47.253Z Downloaded num-complex v0.4.6
8522026-05-22T00:40:47.253Z Downloaded num-rational v0.4.2
8532026-05-22T00:40:47.253Z Downloaded num-integer v0.1.46
8542026-05-22T00:40:47.256Z Downloaded phf_shared v0.11.3
8552026-05-22T00:40:47.259Z Downloaded num_enum_derive v0.7.6
8562026-05-22T00:40:47.259Z Downloaded jobserver v0.1.34
8572026-05-22T00:40:47.259Z Downloaded getrandom v0.2.17
8582026-05-22T00:40:47.262Z Downloaded bytes v1.11.1
8592026-05-22T00:40:47.265Z Downloaded powerfmt v0.2.0
8602026-05-22T00:40:47.267Z Downloaded nanorand v0.7.0
8612026-05-22T00:40:47.267Z Downloaded derive_more v2.1.1
8622026-05-22T00:40:47.275Z Downloaded packed_struct v0.10.1
8632026-05-22T00:40:47.278Z Downloaded oxnet v0.1.5
8642026-05-22T00:40:47.278Z Downloaded proc-macro-crate v1.3.1
8652026-05-22T00:40:47.278Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-05-22T00:40:47.281Z Downloaded proc-macro-crate v3.4.0
8672026-05-22T00:40:47.281Z Downloaded predicates-tree v1.0.13
8682026-05-22T00:40:47.281Z Downloaded predicates-core v1.0.10
8692026-05-22T00:40:47.281Z Downloaded paste v1.0.15
8702026-05-22T00:40:47.283Z Downloaded headers v0.4.1
8712026-05-22T00:40:47.286Z Downloaded parking_lot_core v0.8.6
8722026-05-22T00:40:47.288Z Downloaded litrs v1.0.0
8732026-05-22T00:40:47.291Z Downloaded native-tls v0.2.18
8742026-05-22T00:40:47.291Z Downloaded password-hash v0.4.2
8752026-05-22T00:40:47.293Z Downloaded progenitor-client v0.11.2
8762026-05-22T00:40:47.293Z Downloaded progenitor-client v0.10.0
8772026-05-22T00:40:47.293Z Downloaded password-hash v0.5.0
8782026-05-22T00:40:47.296Z Downloaded oxide-tokio-rt v0.1.4
8792026-05-22T00:40:47.296Z Downloaded indexmap v1.9.3
8802026-05-22T00:40:47.298Z Downloaded progenitor-client v0.14.0
8812026-05-22T00:40:47.298Z Downloaded heapless v0.8.0
8822026-05-22T00:40:47.301Z Downloaded phf v0.12.1
8832026-05-22T00:40:47.304Z Downloaded heapless v0.7.17
8842026-05-22T00:40:47.304Z Downloaded base64 v0.21.7
8852026-05-22T00:40:47.306Z Downloaded pem v3.0.6
8862026-05-22T00:40:47.309Z Downloaded libbz2-rs-sys v0.2.2
8872026-05-22T00:40:47.309Z Downloaded ed25519-dalek v2.2.0
8882026-05-22T00:40:47.312Z Downloaded darling_core v0.23.0
8892026-05-22T00:40:47.314Z Downloaded quick-error v1.2.3
8902026-05-22T00:40:47.314Z Downloaded progenitor-macro v0.14.0
8912026-05-22T00:40:47.317Z Downloaded pin-project-internal v1.1.11
8922026-05-22T00:40:47.317Z Downloaded num_enum_derive v0.5.11
8932026-05-22T00:40:47.317Z Downloaded crypto-bigint v0.5.5
8942026-05-22T00:40:47.320Z Downloaded psl-types v2.0.11
8952026-05-22T00:40:47.323Z Downloaded progenitor-macro v0.11.2
8962026-05-22T00:40:47.323Z Downloaded pin-project-lite v0.2.17
8972026-05-22T00:40:47.326Z Downloaded phf v0.13.1
8982026-05-22T00:40:47.328Z Downloaded omicron-zone-package v0.12.2
8992026-05-22T00:40:47.328Z Downloaded rand_chacha v0.3.1
9002026-05-22T00:40:47.330Z Downloaded radium v0.7.0
9012026-05-22T00:40:47.330Z Downloaded flate2 v1.1.9
9022026-05-22T00:40:47.333Z Downloaded rand_xorshift v0.4.0
9032026-05-22T00:40:47.335Z Downloaded diesel_derives v2.3.7
9042026-05-22T00:40:47.338Z Downloaded pkg-config v0.3.32
9052026-05-22T00:40:47.340Z Downloaded pkcs8 v0.10.2
9062026-05-22T00:40:47.340Z Downloaded async-compression v0.4.41
9072026-05-22T00:40:47.343Z Downloaded postgres-protocol v0.6.10
9082026-05-22T00:40:47.346Z Downloaded polyval v0.6.2
9092026-05-22T00:40:47.346Z Downloaded ignore v0.4.25
9102026-05-22T00:40:47.348Z Downloaded expectorate v1.2.0
9112026-05-22T00:40:47.351Z Downloaded cc v1.2.56
9122026-05-22T00:40:47.351Z Downloaded parking_lot v0.12.5
9132026-05-22T00:40:47.353Z Downloaded predicates v3.1.4
9142026-05-22T00:40:47.356Z Downloaded recursive v0.1.1
9152026-05-22T00:40:47.356Z Downloaded primeorder v0.13.6
9162026-05-22T00:40:47.356Z Downloaded parse-display-derive v0.10.0
9172026-05-22T00:40:47.359Z Downloaded pem-rfc7468 v0.7.0
9182026-05-22T00:40:47.359Z Downloaded ppv-lite86 v0.2.21
9192026-05-22T00:40:47.359Z Downloaded parking_lot v0.11.2
9202026-05-22T00:40:47.362Z Downloaded memmap2 v0.9.10
9212026-05-22T00:40:47.362Z Downloaded progenitor-macro v0.13.0
9222026-05-22T00:40:47.365Z Downloaded progenitor-extras v0.2.0
9232026-05-22T00:40:47.365Z Downloaded progenitor v0.11.2
9242026-05-22T00:40:47.367Z Downloaded parking_lot_core v0.9.12
9252026-05-22T00:40:47.367Z Downloaded progenitor v0.10.0
9262026-05-22T00:40:47.367Z Downloaded ref-cast v1.0.25
9272026-05-22T00:40:47.370Z Downloaded progenitor-client v0.13.0
9282026-05-22T00:40:47.370Z Downloaded progenitor v0.14.0
9292026-05-22T00:40:47.373Z Downloaded peg v0.8.5
9302026-05-22T00:40:47.373Z Downloaded nu-ansi-term v0.50.3
9312026-05-22T00:40:47.375Z Downloaded bumpalo v3.20.2
9322026-05-22T00:40:47.378Z Downloaded peg-macros v0.8.5
9332026-05-22T00:40:47.378Z Downloaded hickory-resolver v0.25.2
9342026-05-22T00:40:47.380Z Downloaded dropshot-api-manager v0.7.1
9352026-05-22T00:40:47.383Z Downloaded precomputed-hash v0.1.1
9362026-05-22T00:40:47.383Z Downloaded owo-colors v4.3.0
9372026-05-22T00:40:47.385Z Downloaded pkcs1 v0.7.5
9382026-05-22T00:40:47.385Z Downloaded derive_more v0.99.20
9392026-05-22T00:40:47.389Z Downloaded progenitor-macro v0.10.0
9402026-05-22T00:40:47.391Z Downloaded recursive-proc-macro-impl v0.1.1
9412026-05-22T00:40:47.391Z Downloaded r2d2 v0.8.10
9422026-05-22T00:40:47.391Z Downloaded derive_more-impl v2.1.1
9432026-05-22T00:40:47.394Z Downloaded rand_chacha v0.9.0
9442026-05-22T00:40:47.397Z Downloaded rfc6979 v0.4.0
9452026-05-22T00:40:47.397Z Downloaded rustc-hash v2.1.1
9462026-05-22T00:40:47.397Z Downloaded russh-cryptovec v0.7.3
9472026-05-22T00:40:47.399Z Downloaded pkcs5 v0.7.1
9482026-05-22T00:40:47.399Z Downloaded rustc_version v0.4.1
9492026-05-22T00:40:47.402Z Downloaded ref-cast-impl v1.0.25
9502026-05-22T00:40:47.402Z Downloaded rand_seeder v0.4.0
9512026-05-22T00:40:47.402Z Downloaded rustc_version v0.1.7
9522026-05-22T00:40:47.405Z Downloaded psm v0.1.30
9532026-05-22T00:40:47.405Z Downloaded p256 v0.13.2
9542026-05-22T00:40:47.407Z Downloaded chacha20 v0.10.0
9552026-05-22T00:40:47.410Z Downloaded httpdate v1.0.3
9562026-05-22T00:40:47.410Z Downloaded http-range v0.1.5
9572026-05-22T00:40:47.410Z Downloaded colored v3.1.1
9582026-05-22T00:40:47.414Z Downloaded rtoolbox v0.0.3
9592026-05-22T00:40:47.414Z Downloaded postcard v1.1.3
9602026-05-22T00:40:47.416Z Downloaded poly1305 v0.8.0
9612026-05-22T00:40:47.416Z Downloaded rand_core v0.10.0
9622026-05-22T00:40:47.416Z Downloaded fs_extra v1.3.0
9632026-05-22T00:40:47.419Z Downloaded papergrid v0.17.0
9642026-05-22T00:40:47.422Z Downloaded rand_core v0.9.5
9652026-05-22T00:40:47.422Z Downloaded rand_core v0.6.4
9662026-05-22T00:40:47.424Z Downloaded miniz_oxide v0.8.9
9672026-05-22T00:40:47.424Z Downloaded progenitor v0.13.0
9682026-05-22T00:40:47.427Z Downloaded salsa20 v0.10.2
9692026-05-22T00:40:47.427Z Downloaded derive-ex v0.1.8
9702026-05-22T00:40:47.427Z Downloaded blake2 v0.10.6
9712026-05-22T00:40:47.429Z Downloaded sapling-renderdag v0.1.0
9722026-05-22T00:40:47.429Z Downloaded jiff-static v0.2.21
9732026-05-22T00:40:47.433Z Downloaded hashbrown v0.13.2
9742026-05-22T00:40:47.435Z Downloaded indicatif v0.18.4
9752026-05-22T00:40:47.438Z Downloaded proc-macro-error2 v2.0.1
9762026-05-22T00:40:47.440Z Downloaded same-file v1.0.6
9772026-05-22T00:40:47.443Z Downloaded scopeguard v1.2.0
9782026-05-22T00:40:47.445Z Downloaded scrypt v0.11.0
9792026-05-22T00:40:47.445Z Downloaded seq-macro v0.3.6
9802026-05-22T00:40:47.448Z Downloaded scheduled-thread-pool v0.2.7
9812026-05-22T00:40:47.448Z Downloaded semver v0.1.20
9822026-05-22T00:40:47.448Z Downloaded secrecy v0.10.3
9832026-05-22T00:40:47.452Z Downloaded hickory-resolver v0.24.4
9842026-05-22T00:40:47.454Z Downloaded serde-big-array v0.5.1
9852026-05-22T00:40:47.457Z Downloaded scroll_derive v0.13.1
9862026-05-22T00:40:47.457Z Downloaded quinn-udp v0.5.14
9872026-05-22T00:40:47.460Z Downloaded secrecy v0.8.0
9882026-05-22T00:40:47.463Z Downloaded serde_bytes v0.11.19
9892026-05-22T00:40:47.463Z Downloaded pin-project v1.1.11
9902026-05-22T00:40:47.468Z Downloaded resolv-conf v0.7.6
9912026-05-22T00:40:47.471Z Downloaded rustls-native-certs v0.8.3
9922026-05-22T00:40:47.473Z Downloaded openssl-sys v0.9.115
9932026-05-22T00:40:47.476Z Downloaded postgres-types v0.2.12
9942026-05-22T00:40:47.476Z Downloaded serde_repr v0.1.20
9952026-05-22T00:40:47.478Z Downloaded signature v2.2.0
9962026-05-22T00:40:47.478Z Downloaded serde_urlencoded v0.7.1
9972026-05-22T00:40:47.481Z Downloaded rustls-pemfile v1.0.4
9982026-05-22T00:40:47.481Z Downloaded serde_plain v1.0.2
9992026-05-22T00:40:47.485Z Downloaded sigpipe v0.1.3
10002026-05-22T00:40:47.485Z Downloaded signal-hook-tokio v0.3.1
10012026-05-22T00:40:47.485Z Downloaded http v1.4.0
10022026-05-22T00:40:47.487Z Downloaded sha1 v0.10.6
10032026-05-22T00:40:47.495Z Downloaded signal-hook-mio v0.2.5
10042026-05-22T00:40:47.498Z Downloaded progenitor-impl v0.14.0
10052026-05-22T00:40:47.498Z Downloaded oso v0.27.3
10062026-05-22T00:40:47.500Z Downloaded shell-words v1.1.1
10072026-05-22T00:40:47.501Z Downloaded rusty-fork v0.3.1
10082026-05-22T00:40:47.503Z Downloaded rustversion v1.0.22
10092026-05-22T00:40:47.503Z Downloaded hickory-server v0.25.2
10102026-05-22T00:40:47.506Z Downloaded siphasher v1.0.2
10112026-05-22T00:40:47.509Z Downloaded schemars_derive v0.8.22
10122026-05-22T00:40:47.511Z Downloaded progenitor-impl v0.10.0
10132026-05-22T00:40:47.513Z Downloaded progenitor-impl v0.13.0
10142026-05-22T00:40:47.513Z Downloaded hashbrown v0.12.3
10152026-05-22T00:40:47.516Z Downloaded slog-bunyan v2.5.0
10162026-05-22T00:40:47.520Z Downloaded sct v0.7.1
10172026-05-22T00:40:47.522Z Downloaded scroll v0.13.0
10182026-05-22T00:40:47.526Z Downloaded sqlparser_derive v0.5.0
10192026-05-22T00:40:47.530Z Downloaded sec1 v0.7.3
10202026-05-22T00:40:47.532Z Downloaded hyper-util v0.1.20
10212026-05-22T00:40:47.535Z Downloaded slog-envlogger v2.2.0
10222026-05-22T00:40:47.538Z Downloaded serde_path_to_error v0.1.20
10232026-05-22T00:40:47.538Z Downloaded aes v0.8.4
10242026-05-22T00:40:47.540Z Downloaded ssh-cipher v0.2.0
10252026-05-22T00:40:47.540Z Downloaded serde-hex v0.1.0
10262026-05-22T00:40:47.543Z Downloaded minimal-lexical v0.2.1
10272026-05-22T00:40:47.546Z Downloaded crossterm v0.29.0
10282026-05-22T00:40:47.549Z Downloaded serde_spanned v1.0.4
10292026-05-22T00:40:47.552Z Downloaded serde_derive_internals v0.29.1
10302026-05-22T00:40:47.552Z Downloaded rustls-pemfile v2.2.0
10312026-05-22T00:40:47.554Z Downloaded strip-ansi-escapes v0.2.1
10322026-05-22T00:40:47.554Z Downloaded structmeta-derive v0.3.0
10332026-05-22T00:40:47.554Z Downloaded prefix-trie v0.7.0
10342026-05-22T00:40:47.557Z Downloaded simd-adler32 v0.3.8
10352026-05-22T00:40:47.559Z Downloaded russh-keys v0.45.0
10362026-05-22T00:40:47.561Z Downloaded ssh-encoding v0.2.0
10372026-05-22T00:40:47.565Z Downloaded rustls-pki-types v1.14.0
10382026-05-22T00:40:47.569Z Downloaded strum v0.27.2
10392026-05-22T00:40:47.572Z Downloaded strum v0.26.3
10402026-05-22T00:40:47.572Z Downloaded rcgen v0.12.1
10412026-05-22T00:40:47.576Z Downloaded structmeta v0.3.0
10422026-05-22T00:40:47.578Z Downloaded supports-color v3.0.2
10432026-05-22T00:40:47.581Z Downloaded tagptr v0.2.0
10442026-05-22T00:40:47.581Z Downloaded aho-corasick v1.1.4
10452026-05-22T00:40:47.583Z Downloaded sync-ptr v0.1.4
10462026-05-22T00:40:47.583Z Downloaded signal-hook-registry v1.4.8
10472026-05-22T00:40:47.586Z Downloaded itertools v0.10.5
10482026-05-22T00:40:47.589Z Downloaded progenitor-impl v0.11.2
10492026-05-22T00:40:47.591Z Downloaded tabled_derive v0.11.0
10502026-05-22T00:40:47.591Z Downloaded sync_wrapper v1.0.2
10512026-05-22T00:40:47.594Z Downloaded smf v0.2.3
10522026-05-22T00:40:47.594Z Downloaded slab v0.4.12
10532026-05-22T00:40:47.594Z Downloaded tabwriter v1.4.1
10542026-05-22T00:40:47.597Z Downloaded slog-term v2.9.2
10552026-05-22T00:40:47.597Z Downloaded tap v1.0.1
10562026-05-22T00:40:47.599Z Downloaded slog-scope v4.4.1
10572026-05-22T00:40:47.599Z Downloaded slog-dtrace v0.3.0
10582026-05-22T00:40:47.599Z Downloaded take_mut v0.2.2
10592026-05-22T00:40:47.602Z Downloaded slog-async v2.8.0
10602026-05-22T00:40:47.609Z Downloaded serde_cbor v0.11.2
10612026-05-22T00:40:47.612Z Downloaded snafu-derive v0.8.9
10622026-05-22T00:40:47.615Z Downloaded smallvec v0.6.14
10632026-05-22T00:40:47.615Z Downloaded time-core v0.1.8
10642026-05-22T00:40:47.618Z Downloaded testing_table v0.3.0
10652026-05-22T00:40:47.618Z Downloaded slog-json v2.6.1
10662026-05-22T00:40:47.621Z Downloaded rayon-core v1.13.0
10672026-05-22T00:40:47.624Z Downloaded serde_with_macros v3.17.0
10682026-05-22T00:40:47.626Z Downloaded ron v0.8.1
10692026-05-22T00:40:47.629Z Downloaded thiserror-impl-no-std v2.0.2
10702026-05-22T00:40:47.632Z Downloaded stacker v0.1.23
10712026-05-22T00:40:47.632Z Downloaded tinyvec_macros v0.1.1
10722026-05-22T00:40:47.635Z Downloaded sqlformat v0.3.5
10732026-05-22T00:40:47.635Z Downloaded thread-id v5.1.0
10742026-05-22T00:40:47.635Z Downloaded strum_macros v0.24.3
10752026-05-22T00:40:47.638Z Downloaded stringprep v0.1.5
10762026-05-22T00:40:47.638Z Downloaded string_cache v0.8.9
10772026-05-22T00:40:47.640Z Downloaded static_assertions v1.1.0
10782026-05-22T00:40:47.640Z Downloaded nom v7.1.3
10792026-05-22T00:40:47.643Z Downloaded strum_macros v0.27.2
10802026-05-22T00:40:47.646Z Downloaded tokio-macros v2.7.0
10812026-05-22T00:40:47.652Z Downloaded prettyplease v0.2.37
10822026-05-22T00:40:47.660Z Downloaded strum_macros v0.26.4
10832026-05-22T00:40:47.660Z Downloaded shlex v1.3.0
10842026-05-22T00:40:47.660Z Downloaded mio v1.2.0
10852026-05-22T00:40:47.664Z Downloaded subtle v2.6.1
10862026-05-22T00:40:47.664Z Downloaded support-bundle-viewer v0.1.2
10872026-05-22T00:40:47.666Z Downloaded spin v0.9.8
10882026-05-22T00:40:47.669Z Downloaded termtree v0.5.1
10892026-05-22T00:40:47.669Z Downloaded slog-stdlog v4.1.1
10902026-05-22T00:40:47.672Z Downloaded ryu v1.0.23
10912026-05-22T00:40:47.677Z Downloaded qorb v0.4.1
10922026-05-22T00:40:47.680Z Downloaded trait-variant v0.1.2
10932026-05-22T00:40:47.683Z Downloaded tiny-keccak v2.0.2
10942026-05-22T00:40:47.686Z Downloaded thread_local v1.1.9
10952026-05-22T00:40:47.686Z Downloaded thiserror-no-std v2.0.2
10962026-05-22T00:40:47.689Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-22T00:40:47.691Z Downloaded num-bigint v0.4.6
10982026-05-22T00:40:47.694Z Downloaded spki v0.7.3
10992026-05-22T00:40:47.694Z Downloaded quinn v0.11.9
11002026-05-22T00:40:47.696Z Downloaded publicsuffix v2.3.0
11012026-05-22T00:40:47.699Z Downloaded rustls-platform-verifier v0.6.2
11022026-05-22T00:40:47.701Z Downloaded try-lock v0.2.5
11032026-05-22T00:40:47.701Z Downloaded tower-layer v0.3.3
11042026-05-22T00:40:47.702Z Downloaded time-macros v0.2.27
11052026-05-22T00:40:47.704Z Downloaded topological-sort v0.2.2
11062026-05-22T00:40:47.704Z Downloaded pretty_assertions v1.4.1
11072026-05-22T00:40:47.704Z Downloaded termios v0.3.3
11082026-05-22T00:40:47.707Z Downloaded typify-macro v0.4.3
11092026-05-22T00:40:47.710Z Downloaded tls_codec_derive v0.4.2
11102026-05-22T00:40:47.712Z Downloaded signal-hook v0.3.18
11112026-05-22T00:40:47.715Z Downloaded unarray v0.1.4
11122026-05-22T00:40:47.720Z Downloaded tokio-native-tls v0.3.1
11132026-05-22T00:40:47.723Z Downloaded hashbrown v0.15.5
11142026-05-22T00:40:47.725Z Downloaded tokio-dtrace v0.1.1
11152026-05-22T00:40:47.728Z Downloaded schemars v0.9.0
11162026-05-22T00:40:47.733Z Downloaded typify-macro v0.6.2
11172026-05-22T00:40:47.736Z Downloaded unit-prefix v0.5.2
11182026-05-22T00:40:47.736Z Downloaded tokio-tungstenite v0.23.1
11192026-05-22T00:40:47.740Z Downloaded usdt v0.6.0
11202026-05-22T00:40:47.740Z Downloaded universal-hash v0.5.1
11212026-05-22T00:40:47.740Z Downloaded tokio-rustls v0.25.0
11222026-05-22T00:40:47.742Z Downloaded untrusted v0.9.0
11232026-05-22T00:40:47.742Z Downloaded hashbrown v0.16.1
11242026-05-22T00:40:47.745Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11252026-05-22T00:40:47.745Z Downloaded libxml v0.3.3
11262026-05-22T00:40:47.748Z Downloaded term v1.2.1
11272026-05-22T00:40:47.750Z Downloaded socket2 v0.6.3
11282026-05-22T00:40:47.750Z Downloaded term v0.7.0
11292026-05-22T00:40:47.753Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11302026-05-22T00:40:47.756Z Downloaded socket2 v0.5.10
11312026-05-22T00:40:47.756Z Downloaded utf-8 v0.7.6
11322026-05-22T00:40:47.756Z Downloaded untrusted v0.7.1
11332026-05-22T00:40:47.758Z Downloaded rand v0.8.6
11342026-05-22T00:40:47.758Z Downloaded slog v2.8.2
11352026-05-22T00:40:47.761Z Downloaded p521 v0.13.3
11362026-05-22T00:40:47.763Z Downloaded rsa v0.9.10
11372026-05-22T00:40:47.766Z Downloaded usdt-macro v0.6.0
11382026-05-22T00:40:47.766Z Downloaded usdt-attr-macro v0.6.0
11392026-05-22T00:40:47.768Z Downloaded itertools v0.12.1
11402026-05-22T00:40:47.770Z Downloaded tui-tree-widget v0.23.1
11412026-05-22T00:40:47.773Z Downloaded toml_writer v1.0.6+spec-1.1.0
11422026-05-22T00:40:47.773Z Downloaded similar v2.7.0
11432026-05-22T00:40:47.775Z Downloaded schemars v0.8.22
11442026-05-22T00:40:47.781Z Downloaded futures-util v0.3.32
11452026-05-22T00:40:47.787Z Downloaded wait-timeout v0.2.1
11462026-05-22T00:40:47.790Z Downloaded want v0.3.1
11472026-05-22T00:40:47.790Z Downloaded void v1.0.2
11482026-05-22T00:40:47.790Z Downloaded unicode-truncate v1.1.0
11492026-05-22T00:40:47.792Z Downloaded unicase v2.9.0
11502026-05-22T00:40:47.792Z Downloaded iri-string v0.7.10
11512026-05-22T00:40:47.795Z Downloaded samael v0.0.19
11522026-05-22T00:40:47.798Z Downloaded tokio-stream v0.1.18
11532026-05-22T00:40:47.801Z Downloaded waitgroup v0.1.2
11542026-05-22T00:40:47.803Z Downloaded tokio-rustls v0.26.4
11552026-05-22T00:40:47.803Z Downloaded rand v0.9.2
11562026-05-22T00:40:47.806Z Downloaded xshell-macros v0.2.7
11572026-05-22T00:40:47.806Z Downloaded tokio-rustls v0.24.1
11582026-05-22T00:40:47.808Z Downloaded hyper v1.8.1
11592026-05-22T00:40:47.811Z Downloaded xattr v1.6.1
11602026-05-22T00:40:47.813Z Downloaded iddqd v0.4.1
11612026-05-22T00:40:47.816Z Downloaded hkdf v0.12.4
11622026-05-22T00:40:47.818Z Downloaded tower-service v0.3.3
11632026-05-22T00:40:47.818Z Downloaded snafu v0.8.9
11642026-05-22T00:40:47.821Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-22T00:40:47.823Z Downloaded num-bigint-dig v0.8.6
11662026-05-22T00:40:47.826Z Downloaded tls_codec v0.4.2
11672026-05-22T00:40:47.828Z Downloaded zeroize_derive v1.4.3
11682026-05-22T00:40:47.828Z Downloaded test-strategy v0.4.5
11692026-05-22T00:40:47.831Z Downloaded vergen-git2 v1.0.7
11702026-05-22T00:40:47.834Z Downloaded usdt-impl v0.6.0
11712026-05-22T00:40:47.837Z Downloaded itertools v0.14.0
11722026-05-22T00:40:47.840Z Downloaded zone v0.3.1
11732026-05-22T00:40:47.843Z Downloaded vergen-lib v0.1.6
11742026-05-22T00:40:47.843Z Downloaded uzers v0.12.2
11752026-05-22T00:40:47.845Z Downloaded itertools v0.13.0
11762026-05-22T00:40:47.851Z Downloaded tinyvec v1.10.0
11772026-05-22T00:40:47.853Z Downloaded nom v8.0.0
11782026-05-22T00:40:47.858Z Downloaded twox-hash v2.1.2
11792026-05-22T00:40:47.860Z Downloaded zone_cfg_derive v0.3.1
11802026-05-22T00:40:47.860Z Downloaded vergen-gitcl v1.0.8
11812026-05-22T00:40:47.863Z Downloaded walkdir v2.5.0
11822026-05-22T00:40:47.863Z Downloaded subprocess v0.2.15
11832026-05-22T00:40:47.866Z Downloaded rustls-webpki v0.103.9
11842026-05-22T00:40:47.868Z Downloaded unicode-properties v0.1.4
11852026-05-22T00:40:47.871Z Downloaded rand v0.10.1
11862026-05-22T00:40:47.873Z Downloaded whoami v1.6.1
11872026-05-22T00:40:47.875Z Downloaded wyz v0.5.1
11882026-05-22T00:40:47.876Z Downloaded tokio-tungstenite v0.21.0
11892026-05-22T00:40:47.878Z Downloaded aws-lc-rs v1.16.3
11902026-05-22T00:40:47.881Z Downloaded xshell v0.2.7
11912026-05-22T00:40:47.884Z Downloaded whoami v2.1.0
11922026-05-22T00:40:47.884Z Downloaded tar v0.4.45
11932026-05-22T00:40:47.886Z Downloaded toml v0.9.12+spec-1.1.0
11942026-05-22T00:40:47.889Z Downloaded toml v0.7.8
11952026-05-22T00:40:47.891Z Downloaded schemars v1.2.1
11962026-05-22T00:40:47.898Z Downloaded zeroize v1.8.2
11972026-05-22T00:40:47.900Z Downloaded vergen v9.0.6
11982026-05-22T00:40:47.900Z Downloaded tracing-attributes v0.1.31
11992026-05-22T00:40:47.903Z Downloaded libm v0.2.16
12002026-05-22T00:40:47.907Z Downloaded vsss-rs v3.3.4
12012026-05-22T00:40:47.910Z Downloaded russh v0.45.0
12022026-05-22T00:40:47.912Z Downloaded typify v0.6.2
12032026-05-22T00:40:47.916Z Downloaded zstd v0.13.3
12042026-05-22T00:40:47.918Z Downloaded typify v0.4.3
12052026-05-22T00:40:47.918Z Downloaded tungstenite v0.23.0
12062026-05-22T00:40:47.921Z Downloaded unicode-bidi v0.3.18
12072026-05-22T00:40:47.923Z Downloaded steno v0.4.1
12082026-05-22T00:40:47.923Z Downloaded h2 v0.4.13
12092026-05-22T00:40:47.927Z Downloaded zstd-safe v7.2.4
12102026-05-22T00:40:47.929Z Downloaded rustyline v14.0.0
12112026-05-22T00:40:47.938Z Downloaded yasna v0.5.2
12122026-05-22T00:40:47.940Z Downloaded toml v1.0.6+spec-1.1.0
12132026-05-22T00:40:47.943Z Downloaded unsafe-libyaml v0.2.11
12142026-05-22T00:40:47.945Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-22T00:40:47.948Z Downloaded tungstenite v0.21.0
12162026-05-22T00:40:47.951Z Downloaded vte v0.14.1
12172026-05-22T00:40:47.954Z Downloaded rpassword v7.4.0
12182026-05-22T00:40:47.964Z Downloaded tracing-core v0.1.36
12192026-05-22T00:40:47.968Z Downloaded tokio-postgres v0.7.16
12202026-05-22T00:40:47.970Z Downloaded chrono v0.4.44
12212026-05-22T00:40:47.997Z Downloaded toml_edit v0.19.15
12222026-05-22T00:40:48.005Z Downloaded uuid v1.23.0
12232026-05-22T00:40:48.008Z Downloaded bitvec v1.0.1
12242026-05-22T00:40:48.015Z Downloaded zopfli v0.8.3
12252026-05-22T00:40:48.017Z Downloaded unicode_categories v0.1.1
12262026-05-22T00:40:48.020Z Downloaded blake3 v1.8.3
12272026-05-22T00:40:48.023Z Downloaded git2 v0.20.4
12282026-05-22T00:40:48.027Z Downloaded yansi v1.0.1
12292026-05-22T00:40:48.030Z Downloaded zerocopy v0.6.6
12302026-05-22T00:40:48.032Z Downloaded reedline v0.40.0
12312026-05-22T00:40:48.035Z Downloaded regex v1.12.3
12322026-05-22T00:40:48.038Z Downloaded zip v0.6.6
12332026-05-22T00:40:48.041Z Downloaded reqwest v0.12.28
12342026-05-22T00:40:48.045Z Downloaded bindgen v0.71.1
12352026-05-22T00:40:48.050Z Downloaded unicode-segmentation v1.12.0
12362026-05-22T00:40:48.055Z Downloaded reqwest v0.13.2
12372026-05-22T00:40:48.062Z Downloaded ssh-key v0.6.7
12382026-05-22T00:40:48.067Z Downloaded portable-atomic v1.13.1
12392026-05-22T00:40:48.071Z Downloaded p384 v0.13.1
12402026-05-22T00:40:48.076Z Downloaded zerocopy-derive v0.8.40
12412026-05-22T00:40:48.097Z Downloaded typed-path v0.9.3
12422026-05-22T00:40:48.100Z Downloaded rustls-webpki v0.101.7
12432026-05-22T00:40:48.108Z Downloaded rayon v1.11.0
12442026-05-22T00:40:48.113Z Downloaded moka v0.12.13
12452026-05-22T00:40:48.118Z Downloaded tower v0.5.3
12462026-05-22T00:40:48.123Z Downloaded quick-xml v0.37.5
12472026-05-22T00:40:48.126Z Downloaded petname v2.0.2
12482026-05-22T00:40:48.129Z Downloaded salty v0.3.0
12492026-05-22T00:40:48.133Z Downloaded tokio-util v0.7.18
12502026-05-22T00:40:48.137Z Downloaded lalrpop v0.19.12
12512026-05-22T00:40:48.143Z Downloaded zip v4.6.1
12522026-05-22T00:40:48.146Z Downloaded tower-http v0.6.8
12532026-05-22T00:40:48.150Z Downloaded tough v0.22.0
12542026-05-22T00:40:48.155Z Downloaded proptest v1.10.0
12552026-05-22T00:40:48.160Z Downloaded x509-cert v0.2.5
12562026-05-22T00:40:48.164Z Downloaded rustls-webpki v0.102.8
12572026-05-22T00:40:48.175Z Downloaded unicode-normalization v0.1.25
12582026-05-22T00:40:48.178Z Downloaded object v0.30.4
12592026-05-22T00:40:48.181Z Downloaded radix_trie v0.2.1
12602026-05-22T00:40:48.184Z Downloaded goblin v0.10.5
12612026-05-22T00:40:48.190Z Downloaded serde_with v3.17.0
12622026-05-22T00:40:48.197Z Downloaded nix v0.27.1
12632026-05-22T00:40:48.203Z Downloaded curve25519-dalek v4.1.3
12642026-05-22T00:40:48.222Z Downloaded winnow v0.5.40
12652026-05-22T00:40:48.227Z Downloaded winnow v0.6.26
12662026-05-22T00:40:48.236Z Downloaded polar-core v0.27.3
12672026-05-22T00:40:48.242Z Downloaded quinn-proto v0.11.13
12682026-05-22T00:40:48.249Z Downloaded nix v0.29.0
12692026-05-22T00:40:48.256Z Downloaded dropshot v0.17.0
12702026-05-22T00:40:48.268Z Downloaded openssl v0.10.79
12712026-05-22T00:40:48.274Z Downloaded winnow v1.0.3
12722026-05-22T00:40:48.279Z Downloaded dropshot v0.16.7
12732026-05-22T00:40:48.291Z Downloaded time v0.3.47
12742026-05-22T00:40:48.298Z Downloaded rustls v0.21.12
12752026-05-22T00:40:48.305Z Downloaded hickory-proto v0.24.4
12762026-05-22T00:40:48.312Z Downloaded zlib-rs v0.6.2
12772026-05-22T00:40:48.315Z Downloaded nix v0.28.0
12782026-05-22T00:40:48.321Z Downloaded regex-syntax v0.6.29
12792026-05-22T00:40:48.325Z Downloaded vcpkg v0.2.15
12802026-05-22T00:40:48.347Z Downloaded webpki-roots v1.0.6
12812026-05-22T00:40:48.349Z Downloaded smoltcp v0.9.1
12822026-05-22T00:40:48.355Z Downloaded zerocopy v0.8.40
12832026-05-22T00:40:48.360Z Downloaded nix v0.31.2
12842026-05-22T00:40:48.366Z Downloaded openapiv3 v2.2.0
12852026-05-22T00:40:48.373Z Downloaded smoltcp v0.11.0
12862026-05-22T00:40:48.380Z Downloaded regress v0.11.1
12872026-05-22T00:40:48.386Z Downloaded rustix v0.38.44
12882026-05-22T00:40:48.398Z Downloaded rustls v0.22.4
12892026-05-22T00:40:48.404Z Downloaded rustls v0.23.37
12902026-05-22T00:40:48.411Z Downloaded regex-syntax v0.8.10
12912026-05-22T00:40:48.415Z Downloaded hickory-proto v0.25.2
12922026-05-22T00:40:48.424Z Downloaded regress v0.10.5
12932026-05-22T00:40:48.431Z Downloaded object v0.37.3
12942026-05-22T00:40:48.435Z Downloaded diesel v2.3.7
12952026-05-22T00:40:48.448Z Downloaded tabled v0.20.0
12962026-05-22T00:40:48.458Z Downloaded bstr v1.12.1
12972026-05-22T00:40:48.466Z Downloaded sqlparser v0.61.0
12982026-05-22T00:40:48.495Z Downloaded sled v0.34.7
12992026-05-22T00:40:48.506Z Downloaded typify-impl v0.6.2
13002026-05-22T00:40:48.516Z Downloaded zerocopy-derive v0.6.6
13012026-05-22T00:40:48.522Z Downloaded typify-impl v0.4.3
13022026-05-22T00:40:48.532Z Downloaded regex-automata v0.4.14
13032026-05-22T00:40:48.541Z Downloaded ratatui v0.29.0
13042026-05-22T00:40:48.553Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-05-22T00:40:48.560Z Downloaded tracing v0.1.44
13062026-05-22T00:40:48.582Z Downloaded petgraph v0.6.5
13072026-05-22T00:40:48.591Z Downloaded chrono-tz v0.10.4
13082026-05-22T00:40:48.603Z Downloaded jiff v0.2.21
13092026-05-22T00:40:48.613Z Downloaded petgraph v0.8.3
13102026-05-22T00:40:48.642Z Downloaded csv v1.4.0
13112026-05-22T00:40:48.654Z Downloaded libz-sys v1.1.24
13122026-05-22T00:40:48.682Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-05-22T00:40:48.693Z Downloaded sha3 v0.10.8
13142026-05-22T00:40:48.696Z Downloaded tokio v1.52.1
13152026-05-22T00:40:48.783Z Downloaded encoding_rs v0.8.35
13162026-05-22T00:40:48.797Z Downloaded ring v0.17.14
13172026-05-22T00:40:48.822Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-05-22T00:40:49.234Z Downloaded aws-lc-sys v0.40.0
13192026-05-22T00:40:49.484Z Compiling libc v0.2.185
13202026-05-22T00:40:49.484Z Compiling serde v1.0.228
13212026-05-22T00:40:49.488Z Compiling log v0.4.29
13222026-05-22T00:40:49.488Z Compiling find-msvc-tools v0.1.9
13232026-05-22T00:40:49.640Z Compiling shlex v1.3.0
13242026-05-22T00:40:49.640Z Compiling smallvec v1.15.1
13252026-05-22T00:40:49.650Z Compiling syn v2.0.117
13262026-05-22T00:40:49.663Z Compiling typenum v1.19.0
13272026-05-22T00:40:49.816Z Compiling generic-array v0.14.7
13282026-05-22T00:40:49.833Z Compiling subtle v2.6.1
13292026-05-22T00:40:49.833Z Compiling scopeguard v1.2.0
13302026-05-22T00:40:49.872Z Compiling const-oid v0.9.6
13312026-05-22T00:40:49.944Z Compiling lock_api v0.4.14
13322026-05-22T00:40:49.957Z Compiling serde_json v1.0.149
13332026-05-22T00:40:50.003Z Compiling zerocopy v0.8.40
13342026-05-22T00:40:50.061Z Compiling parking_lot_core v0.9.12
13352026-05-22T00:40:50.167Z Compiling pin-project-lite v0.2.17
13362026-05-22T00:40:50.263Z Compiling portable-atomic v1.13.1
13372026-05-22T00:40:50.310Z Compiling pkg-config v0.3.32
13382026-05-22T00:40:50.427Z Compiling bitflags v2.11.0
13392026-05-22T00:40:50.507Z Compiling getrandom v0.2.17
13402026-05-22T00:40:50.588Z Compiling jobserver v0.1.34
13412026-05-22T00:40:50.616Z Compiling errno v0.3.14
13422026-05-22T00:40:50.668Z Compiling rand_core v0.6.4
13432026-05-22T00:40:50.772Z Compiling signal-hook-registry v1.4.8
13442026-05-22T00:40:50.860Z Compiling cc v1.2.56
13452026-05-22T00:40:50.939Z Compiling futures-core v0.3.32
13462026-05-22T00:40:50.954Z Compiling libm v0.2.16
13472026-05-22T00:40:51.043Z Compiling critical-section v1.2.0
13482026-05-22T00:40:51.066Z Compiling parking_lot v0.12.5
13492026-05-22T00:40:51.115Z Compiling mio v1.2.0
13502026-05-22T00:40:51.246Z Compiling once_cell v1.21.3
13512026-05-22T00:40:51.346Z Compiling num-traits v0.2.19
13522026-05-22T00:40:51.376Z Compiling percent-encoding v2.3.2
13532026-05-22T00:40:51.466Z Compiling socket2 v0.6.3
13542026-05-22T00:40:51.494Z Compiling futures-sink v0.3.32
13552026-05-22T00:40:51.573Z Compiling futures-task v0.3.32
13562026-05-22T00:40:51.604Z Compiling futures-channel v0.3.32
13572026-05-22T00:40:51.669Z Compiling futures-io v0.3.32
13582026-05-22T00:40:51.705Z Compiling cpufeatures v0.2.17
13592026-05-22T00:40:51.750Z Compiling slab v0.4.12
13602026-05-22T00:40:51.780Z Compiling getrandom v0.4.1
13612026-05-22T00:40:51.826Z Compiling rand_core v0.10.0
13622026-05-22T00:40:51.840Z Compiling indexmap v2.14.0
13632026-05-22T00:40:51.883Z Compiling rustversion v1.0.22
13642026-05-22T00:40:51.932Z Compiling getrandom v0.3.4
13652026-05-22T00:40:51.996Z Compiling cmake v0.1.57
13662026-05-22T00:40:52.469Z Compiling form_urlencoded v1.2.2
13672026-05-22T00:40:52.487Z Compiling fs_extra v1.3.0
13682026-05-22T00:40:52.529Z Compiling dunce v1.0.5
13692026-05-22T00:40:52.622Z Compiling synstructure v0.13.2
13702026-05-22T00:40:52.636Z Compiling ident_case v1.0.1
13712026-05-22T00:40:52.655Z Compiling base64ct v1.8.3
13722026-05-22T00:40:52.760Z Compiling flagset v0.4.7
13732026-05-22T00:40:52.763Z Compiling aws-lc-sys v0.40.0
13742026-05-22T00:40:52.815Z Compiling regex-syntax v0.8.10
13752026-05-22T00:40:52.897Z Compiling pem-rfc7468 v0.7.0
13762026-05-22T00:40:52.928Z Compiling rustix v1.1.3
13772026-05-22T00:40:52.949Z Compiling iana-time-zone v0.1.65
13782026-05-22T00:40:53.134Z Compiling rand_core v0.9.5
13792026-05-22T00:40:53.158Z Compiling ring v0.17.14
13802026-05-22T00:40:53.214Z Compiling vcpkg v0.2.15
13812026-05-22T00:40:53.244Z Compiling aws-lc-rs v1.16.3
13822026-05-22T00:40:53.420Z Compiling uuid v1.23.0
13832026-05-22T00:40:53.545Z Compiling rustc_version v0.4.1
13842026-05-22T00:40:53.901Z Compiling tracing-core v0.1.36
13852026-05-22T00:40:53.990Z Compiling openssl-sys v0.9.115
13862026-05-22T00:40:54.152Z Compiling base64 v0.22.1
13872026-05-22T00:40:54.449Z Compiling serde_derive v1.0.228
13882026-05-22T00:40:54.463Z Compiling zeroize_derive v1.4.3
13892026-05-22T00:40:54.481Z Compiling zerofrom-derive v0.1.6
13902026-05-22T00:40:54.513Z Compiling yoke-derive v0.8.1
13912026-05-22T00:40:54.708Z Compiling zerocopy-derive v0.8.40
13922026-05-22T00:40:55.105Z Compiling zeroize v1.8.2
13932026-05-22T00:40:55.219Z Compiling zerovec-derive v0.11.2
13942026-05-22T00:40:55.674Z Compiling displaydoc v0.2.5
13952026-05-22T00:40:55.855Z Compiling crypto-common v0.1.7
13962026-05-22T00:40:55.868Z Compiling zerofrom v0.1.6
13972026-05-22T00:40:55.986Z Compiling yoke v0.8.1
13982026-05-22T00:40:56.002Z Compiling block-buffer v0.10.4
13992026-05-22T00:40:56.176Z Compiling digest v0.10.7
14002026-05-22T00:40:56.198Z Compiling tokio-macros v2.7.0
14012026-05-22T00:40:56.356Z Compiling zerovec v0.11.5
14022026-05-22T00:40:56.428Z Compiling futures-macro v0.3.32
14032026-05-22T00:40:56.451Z Compiling zerotrie v0.2.3
14042026-05-22T00:40:56.748Z Compiling hmac v0.12.1
14052026-05-22T00:40:56.859Z Compiling tinystr v0.8.2
14062026-05-22T00:40:56.905Z Compiling potential_utf v0.1.4
14072026-05-22T00:40:56.922Z Compiling block-padding v0.3.3
14082026-05-22T00:40:57.061Z Compiling icu_locale_core v2.1.1
14092026-05-22T00:40:57.075Z Compiling icu_collections v2.1.1
14102026-05-22T00:40:57.087Z Compiling inout v0.1.4
14112026-05-22T00:40:57.218Z Compiling futures-util v0.3.32
14122026-05-22T00:40:57.253Z Compiling cipher v0.4.4
14132026-05-22T00:40:57.512Z Compiling sha2 v0.10.9
14142026-05-22T00:40:57.548Z Compiling der_derive v0.7.3
14152026-05-22T00:40:57.862Z Compiling icu_provider v2.1.1
14162026-05-22T00:40:57.933Z Compiling bytes v1.11.1
14172026-05-22T00:40:57.946Z Compiling chrono v0.4.44
14182026-05-22T00:40:58.160Z Compiling icu_properties v2.1.2
14192026-05-22T00:40:58.499Z Compiling tokio v1.52.1
14202026-05-22T00:40:58.533Z Compiling icu_normalizer v2.1.1
14212026-05-22T00:40:58.892Z Compiling der v0.7.10
14222026-05-22T00:40:59.069Z Compiling idna_adapter v1.2.1
14232026-05-22T00:40:59.148Z Compiling ppv-lite86 v0.2.21
14242026-05-22T00:40:59.206Z Compiling idna v1.1.0
14252026-05-22T00:40:59.221Z Compiling http v1.4.0
14262026-05-22T00:40:59.304Z Compiling salsa20 v0.10.2
14272026-05-22T00:40:59.423Z Compiling pbkdf2 v0.12.2
14282026-05-22T00:40:59.442Z Compiling rustls-pki-types v1.14.0
14292026-05-22T00:40:59.457Z Compiling tracing-attributes v0.1.31
14302026-05-22T00:40:59.538Z Compiling url v2.5.8
14312026-05-22T00:40:59.841Z Compiling spki v0.7.3
14322026-05-22T00:40:59.875Z Compiling thiserror-impl v2.0.18
14332026-05-22T00:41:00.044Z Compiling http-body v1.0.1
14342026-05-22T00:41:00.074Z Compiling scrypt v0.11.0
14352026-05-22T00:41:00.122Z Compiling rand_chacha v0.9.0
14362026-05-22T00:41:00.194Z Compiling cbc v0.1.2
14372026-05-22T00:41:00.327Z Compiling aes v0.8.4
14382026-05-22T00:41:00.353Z Compiling untrusted v0.9.0
14392026-05-22T00:41:00.394Z Compiling tinyvec_macros v0.1.1
14402026-05-22T00:41:00.465Z Compiling openssl-probe v0.2.1
14412026-05-22T00:41:00.478Z Compiling untrusted v0.7.1
14422026-05-22T00:41:00.600Z Compiling httparse v1.10.1
14432026-05-22T00:41:00.638Z Compiling tinyvec v1.10.0
14442026-05-22T00:41:00.733Z Compiling tracing v0.1.44
14452026-05-22T00:41:00.806Z Compiling pkcs5 v0.7.1
14462026-05-22T00:41:00.994Z Compiling pest_generator v2.8.6
14472026-05-22T00:41:00.996Z Compiling rand v0.9.2
14482026-05-22T00:41:01.192Z Compiling thiserror v2.0.18
14492026-05-22T00:41:01.304Z Compiling serde_derive_internals v0.29.1
14502026-05-22T00:41:01.318Z Compiling aho-corasick v1.1.4
14512026-05-22T00:41:01.405Z Compiling tower-layer v0.3.3
14522026-05-22T00:41:01.570Z Compiling atomic-waker v1.1.2
14532026-05-22T00:41:01.700Z Compiling tower-service v0.3.3
14542026-05-22T00:41:01.736Z Compiling rustls v0.23.37
14552026-05-22T00:41:01.796Z Compiling dyn-clone v1.0.20
14562026-05-22T00:41:01.846Z Compiling try-lock v0.2.5
14572026-05-22T00:41:01.907Z Compiling schemars v0.8.22
14582026-05-22T00:41:01.934Z Compiling want v0.3.1
14592026-05-22T00:41:01.954Z Compiling pest_derive v2.8.6
14602026-05-22T00:41:02.099Z Compiling pkcs8 v0.10.2
14612026-05-22T00:41:02.129Z Compiling regex-automata v0.4.14
14622026-05-22T00:41:02.199Z Compiling tokio-util v0.7.18
14632026-05-22T00:41:02.369Z Compiling schemars_derive v0.8.22
14642026-05-22T00:41:02.711Z Compiling ipnet v2.11.0
14652026-05-22T00:41:02.800Z Compiling scroll_derive v0.13.1
14662026-05-22T00:41:02.992Z Compiling h2 v0.4.13
14672026-05-22T00:41:03.202Z Compiling darling_core v0.20.11
14682026-05-22T00:41:03.221Z Compiling pin-utils v0.1.0
14692026-05-22T00:41:03.295Z Compiling foreign-types-shared v0.1.1
14702026-05-22T00:41:03.383Z Compiling httpdate v1.0.3
14712026-05-22T00:41:03.582Z Compiling openssl v0.10.79
14722026-05-22T00:41:03.609Z Compiling scroll v0.13.0
14732026-05-22T00:41:03.830Z Compiling foreign-types v0.3.2
14742026-05-22T00:41:03.868Z Compiling tempfile v3.25.0
14752026-05-22T00:41:03.902Z Compiling unicode-normalization v0.1.25
14762026-05-22T00:41:04.236Z Compiling openssl-macros v0.1.1
14772026-05-22T00:41:04.352Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14782026-05-22T00:41:04.545Z Compiling spin v0.9.8
14792026-05-22T00:41:04.617Z Compiling time-core v0.1.8
14802026-05-22T00:41:04.737Z Compiling num-conv v0.2.0
14812026-05-22T00:41:04.753Z Compiling powerfmt v0.2.0
14822026-05-22T00:41:04.767Z Compiling crc32fast v1.5.0
14832026-05-22T00:41:04.861Z Compiling native-tls v0.2.18
14842026-05-22T00:41:04.877Z Compiling time-macros v0.2.27
14852026-05-22T00:41:04.950Z Compiling deranged v0.5.8
14862026-05-22T00:41:05.465Z Compiling darling_macro v0.20.11
14872026-05-22T00:41:05.897Z Compiling hyper v1.8.1
14882026-05-22T00:41:05.921Z Compiling goblin v0.10.5
14892026-05-22T00:41:05.934Z Compiling darling v0.20.11
14902026-05-22T00:41:06.016Z Compiling rustls-native-certs v0.8.3
14912026-05-22T00:41:06.106Z Compiling sync_wrapper v1.0.2
14922026-05-22T00:41:06.246Z Compiling wait-timeout v0.2.1
14932026-05-22T00:41:06.336Z Compiling quick-error v1.2.3
14942026-05-22T00:41:06.445Z Compiling bit-vec v0.8.0
14952026-05-22T00:41:06.517Z Compiling syn v1.0.109
14962026-05-22T00:41:06.681Z Compiling num_threads v0.1.7
14972026-05-22T00:41:06.781Z Compiling crossbeam-utils v0.8.21
14982026-05-22T00:41:06.825Z Compiling siphasher v1.0.2
14992026-05-22T00:41:06.912Z Compiling usdt-impl v0.6.0
15002026-05-22T00:41:07.015Z Compiling simd-adler32 v0.3.8
15012026-05-22T00:41:07.063Z Compiling hyper-util v0.1.20
15022026-05-22T00:41:07.201Z Compiling time v0.3.47
15032026-05-22T00:41:07.262Z Compiling bit-set v0.8.0
15042026-05-22T00:41:07.554Z Compiling rusty-fork v0.3.1
15052026-05-22T00:41:07.745Z Compiling tower v0.5.3
15062026-05-22T00:41:07.876Z Compiling derive_builder_core v0.20.2
15072026-05-22T00:41:08.206Z Compiling dtrace-parser v0.3.0
15082026-05-22T00:41:08.311Z Compiling http-body-util v0.1.3
15092026-05-22T00:41:08.558Z Compiling webpki-roots v1.0.6
15102026-05-22T00:41:08.680Z Compiling dof v0.4.0
15112026-05-22T00:41:08.733Z Compiling signature v2.2.0
15122026-05-22T00:41:08.747Z Compiling thiserror-impl v1.0.69
15132026-05-22T00:41:08.760Z Compiling scroll_derive v0.12.1
15142026-05-22T00:41:08.907Z Compiling heapless v0.7.17
15152026-05-22T00:41:08.945Z Compiling rand_xorshift v0.4.0
15162026-05-22T00:41:09.114Z Compiling slog v2.8.2
15172026-05-22T00:41:09.143Z Compiling darling_core v0.21.3
15182026-05-22T00:41:09.293Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-05-22T00:41:09.398Z Compiling thread-id v5.1.0
15202026-05-22T00:41:09.486Z Compiling cookie v0.18.1
15212026-05-22T00:41:09.562Z Compiling zstd-safe v7.2.4
15222026-05-22T00:41:09.667Z Compiling unicode-properties v0.1.4
15232026-05-22T00:41:09.754Z Compiling iri-string v0.7.10
15242026-05-22T00:41:09.822Z Compiling allocator-api2 v0.2.21
15252026-05-22T00:41:09.875Z Compiling signal-hook v0.3.18
15262026-05-22T00:41:09.977Z Compiling adler2 v2.0.1
15272026-05-22T00:41:10.047Z Compiling unicode-bidi v0.3.18
15282026-05-22T00:41:10.108Z Compiling ryu v1.0.23
15292026-05-22T00:41:10.129Z Compiling anyhow v1.0.102
15302026-05-22T00:41:10.146Z Compiling paste v1.0.15
15312026-05-22T00:41:10.286Z Compiling unarray v0.1.4
15322026-05-22T00:41:10.396Z Compiling proptest v1.10.0
15332026-05-22T00:41:10.454Z Compiling stringprep v0.1.5
15342026-05-22T00:41:10.563Z Compiling serde_urlencoded v0.7.1
15352026-05-22T00:41:10.644Z Compiling miniz_oxide v0.8.9
15362026-05-22T00:41:10.826Z Compiling thiserror v1.0.69
15372026-05-22T00:41:10.893Z Compiling tower-http v0.6.8
15382026-05-22T00:41:11.294Z Compiling scroll v0.12.0
15392026-05-22T00:41:11.382Z Compiling derive_builder_macro v0.20.2
15402026-05-22T00:41:11.556Z Compiling tokio-native-tls v0.3.1
15412026-05-22T00:41:11.635Z Compiling darling_macro v0.21.3
15422026-05-22T00:41:11.740Z Compiling ipnetwork v0.21.1
15432026-05-22T00:41:11.829Z Compiling bstr v1.12.1
15442026-05-22T00:41:11.849Z Compiling rand_chacha v0.3.1
15452026-05-22T00:41:12.111Z Compiling serde_spanned v0.6.9
15462026-05-22T00:41:12.138Z Compiling erased-serde v0.3.31
15472026-05-22T00:41:12.217Z Compiling serde_tokenstream v0.2.3
15482026-05-22T00:41:12.257Z Compiling toml_datetime v0.6.11
15492026-05-22T00:41:12.487Z Compiling md-5 v0.10.6
15502026-05-22T00:41:12.515Z Compiling zerocopy-derive v0.7.35
15512026-05-22T00:41:12.533Z Compiling async-trait v0.1.89
15522026-05-22T00:41:12.623Z Compiling pin-project-internal v1.1.11
15532026-05-22T00:41:12.649Z Compiling curve25519-dalek v4.1.3
15542026-05-22T00:41:12.663Z Compiling vergen-lib v0.1.6
15552026-05-22T00:41:12.838Z Compiling num-integer v0.1.46
15562026-05-22T00:41:12.981Z Compiling hash32 v0.2.1
15572026-05-22T00:41:13.159Z Compiling ff v0.13.1
15582026-05-22T00:41:13.173Z Compiling memoffset v0.9.1
15592026-05-22T00:41:13.299Z Compiling encoding_rs v0.8.35
15602026-05-22T00:41:13.363Z Compiling litrs v1.0.0
15612026-05-22T00:41:13.366Z Compiling mime v0.3.17
15622026-05-22T00:41:13.539Z Compiling zlib-rs v0.6.2
15632026-05-22T00:41:13.632Z Compiling num-bigint-dig v0.8.6
15642026-05-22T00:41:13.716Z Compiling base16ct v0.2.0
15652026-05-22T00:41:13.824Z Compiling fallible-iterator v0.2.0
15662026-05-22T00:41:13.876Z Compiling ref-cast v1.0.25
15672026-05-22T00:41:13.899Z Compiling rustix v0.38.44
15682026-05-22T00:41:14.131Z Compiling smoltcp v0.9.1
15692026-05-22T00:41:14.178Z Compiling psl-types v2.0.11
15702026-05-22T00:41:14.243Z Compiling cfg_aliases v0.2.1
15712026-05-22T00:41:14.303Z Compiling publicsuffix v2.3.0
15722026-05-22T00:41:14.322Z Compiling nix v0.31.2
15732026-05-22T00:41:14.538Z Compiling postgres-protocol v0.6.10
15742026-05-22T00:41:14.570Z Compiling document-features v0.2.12
15752026-05-22T00:41:14.691Z Compiling sec1 v0.7.3
15762026-05-22T00:41:14.808Z Compiling pin-project v1.1.11
15772026-05-22T00:41:14.911Z Compiling zerocopy v0.7.35
15782026-05-22T00:41:15.056Z Compiling group v0.13.0
15792026-05-22T00:41:15.136Z Compiling num-iter v0.1.45
15802026-05-22T00:41:15.274Z Compiling newtype-uuid v1.3.2
15812026-05-22T00:41:15.456Z Compiling darling v0.21.3
15822026-05-22T00:41:15.499Z Compiling hubpack_derive v0.1.1
15832026-05-22T00:41:15.526Z Compiling rand v0.8.6
15842026-05-22T00:41:15.540Z Compiling oxnet v0.1.5
15852026-05-22T00:41:15.595Z Compiling derive_builder v0.20.2
15862026-05-22T00:41:15.794Z Compiling hyper-tls v0.6.0
15872026-05-22T00:41:15.925Z Compiling goblin v0.8.2
15882026-05-22T00:41:16.395Z Compiling flate2 v1.1.9
15892026-05-22T00:41:16.423Z Compiling phf_shared v0.13.1
15902026-05-22T00:41:16.522Z Compiling lazy_static v1.5.0
15912026-05-22T00:41:16.623Z Compiling regex v1.12.3
15922026-05-22T00:41:16.669Z Compiling anstyle-parse v0.2.7
15932026-05-22T00:41:16.736Z Compiling futures-executor v0.3.32
15942026-05-22T00:41:16.799Z Compiling hex v0.4.3
15952026-05-22T00:41:16.813Z Compiling cargo-platform v0.1.9
15962026-05-22T00:41:16.854Z Compiling hkdf v0.12.4
15972026-05-22T00:41:16.998Z Compiling crypto-bigint v0.5.5
15982026-05-22T00:41:17.021Z Compiling snafu-derive v0.8.9
15992026-05-22T00:41:17.062Z Compiling curve25519-dalek-derive v0.1.1
16002026-05-22T00:41:17.065Z Compiling ref-cast-impl v1.0.25
16012026-05-22T00:41:17.065Z Compiling strum_macros v0.27.2
16022026-05-22T00:41:17.602Z Compiling daft-derive v0.1.7
16032026-05-22T00:41:17.732Z Compiling terminal_size v0.4.3
16042026-05-22T00:41:17.876Z Compiling vergen v9.0.6
16052026-05-22T00:41:18.059Z Compiling fs-err v3.3.0
16062026-05-22T00:41:18.253Z Compiling ahash v0.8.12
16072026-05-22T00:41:18.314Z Compiling same-file v1.0.6
16082026-05-22T00:41:18.458Z Compiling winnow v0.5.40
16092026-05-22T00:41:18.481Z Compiling foldhash v0.1.5
16102026-05-22T00:41:18.657Z Compiling bumpalo v3.20.2
16112026-05-22T00:41:18.901Z Compiling bitflags v1.3.2
16122026-05-22T00:41:18.915Z Compiling foldhash v0.2.0
16132026-05-22T00:41:18.979Z Compiling managed v0.8.0
16142026-05-22T00:41:19.007Z Compiling unicode-segmentation v1.12.0
16152026-05-22T00:41:19.100Z Compiling object v0.37.3
16162026-05-22T00:41:19.135Z Compiling libbz2-rs-sys v0.2.2
16172026-05-22T00:41:19.396Z Compiling hashbrown v0.16.1
16182026-05-22T00:41:19.414Z Compiling strum v0.27.2
16192026-05-22T00:41:19.437Z Compiling snafu v0.8.9
16202026-05-22T00:41:19.545Z Compiling bzip2 v0.6.1
16212026-05-22T00:41:19.758Z Compiling toml_edit v0.19.15
16222026-05-22T00:41:19.787Z Compiling zopfli v0.8.3
16232026-05-22T00:41:19.828Z Compiling hashbrown v0.15.5
16242026-05-22T00:41:19.850Z Compiling clap_builder v4.6.0
16252026-05-22T00:41:19.973Z Compiling walkdir v2.5.0
16262026-05-22T00:41:20.024Z Compiling daft v0.1.7
16272026-05-22T00:41:20.299Z Compiling dof v0.3.0
16282026-05-22T00:41:20.387Z Compiling elliptic-curve v0.13.8
16292026-05-22T00:41:20.544Z Compiling cargo_metadata v0.19.2
16302026-05-22T00:41:20.789Z Compiling futures v0.3.32
16312026-05-22T00:41:20.874Z Compiling anstream v0.6.21
16322026-05-22T00:41:21.011Z Compiling phf v0.13.1
16332026-05-22T00:41:21.442Z Compiling cookie_store v0.22.1
16342026-05-22T00:41:21.588Z Compiling signal-hook-mio v0.2.5
16352026-05-22T00:41:21.714Z Compiling hubpack v0.1.2
16362026-05-22T00:41:21.924Z Compiling zstd v0.13.3
16372026-05-22T00:41:21.944Z Compiling bzip2 v0.4.4
16382026-05-22T00:41:22.099Z Compiling serde_with_macros v3.17.0
16392026-05-22T00:41:22.196Z Compiling postgres-types v0.2.12
16402026-05-22T00:41:22.399Z Compiling usdt-macro v0.6.0
16412026-05-22T00:41:22.741Z Compiling usdt-attr-macro v0.6.0
16422026-05-22T00:41:22.890Z Compiling globset v0.4.18
16432026-05-22T00:41:23.127Z Compiling dtrace-parser v0.2.0
16442026-05-22T00:41:23.216Z Compiling ed25519 v2.2.3
16452026-05-22T00:41:23.353Z Compiling phf_shared v0.11.3
16462026-05-22T00:41:23.414Z Compiling olpc-cjson v0.1.4
16472026-05-22T00:41:23.515Z Compiling pkcs1 v0.7.5
16482026-05-22T00:41:23.536Z Compiling serde_plain v1.0.2
16492026-05-22T00:41:23.562Z Compiling serde-big-array v0.5.1
16502026-05-22T00:41:23.575Z Compiling rfc6979 v0.4.0
16512026-05-22T00:41:23.699Z Compiling strum_macros v0.26.4
16522026-05-22T00:41:23.712Z Compiling serde_repr v0.1.20
16532026-05-22T00:41:23.730Z Compiling async-recursion v1.1.1
16542026-05-22T00:41:23.874Z Compiling enum-as-inner v0.6.1
16552026-05-22T00:41:23.911Z Compiling clap_derive v4.6.1
16562026-05-22T00:41:24.114Z Compiling pem v3.0.6
16572026-05-22T00:41:24.237Z Compiling float-cmp v0.10.0
16582026-05-22T00:41:24.368Z Compiling memmap2 v0.9.10
16592026-05-22T00:41:24.370Z Compiling thread-id v4.2.2
16602026-05-22T00:41:24.395Z Compiling env_filter v1.0.0
16612026-05-22T00:41:24.444Z Compiling fixedbitset v0.4.2
16622026-05-22T00:41:24.457Z Compiling new_debug_unreachable v1.0.6
16632026-05-22T00:41:24.529Z Compiling whoami v2.1.0
16642026-05-22T00:41:24.591Z Compiling jiff v0.2.21
16652026-05-22T00:41:24.663Z Compiling data-encoding v2.10.0
16662026-05-22T00:41:24.694Z Compiling keccak v0.1.6
16672026-05-22T00:41:24.903Z Compiling either v1.15.0
16682026-05-22T00:41:25.111Z Compiling static_assertions v1.1.0
16692026-05-22T00:41:25.189Z Compiling normalize-line-endings v0.3.0
16702026-05-22T00:41:25.289Z Compiling typed-path v0.9.3
16712026-05-22T00:41:25.341Z Compiling precomputed-hash v0.1.1
16722026-05-22T00:41:25.430Z Compiling difflib v0.4.0
16732026-05-22T00:41:25.433Z Compiling fixedbitset v0.5.7
16742026-05-22T00:41:25.507Z Compiling predicates-core v1.0.10
16752026-05-22T00:41:25.651Z Compiling clap v4.6.1
16762026-05-22T00:41:25.685Z Compiling predicates v3.1.4
16772026-05-22T00:41:25.734Z Compiling petgraph v0.8.3
16782026-05-22T00:41:25.749Z Compiling strum v0.26.3
16792026-05-22T00:41:25.884Z Compiling string_cache v0.8.9
16802026-05-22T00:41:25.990Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-22T00:41:26.162Z Compiling itertools v0.13.0
16822026-05-22T00:41:26.337Z Compiling hickory-proto v0.25.2
16832026-05-22T00:41:26.545Z Compiling sha3 v0.10.8
16842026-05-22T00:41:26.786Z Compiling tokio-postgres v0.7.16
16852026-05-22T00:41:27.014Z Compiling petgraph v0.6.5
16862026-05-22T00:41:27.425Z Compiling zip v4.6.1
16872026-05-22T00:41:27.746Z Compiling env_logger v0.11.9
16882026-05-22T00:41:28.106Z Compiling usdt v0.6.0
16892026-05-22T00:41:28.366Z Compiling toml_edit v0.22.27
16902026-05-22T00:41:28.369Z Compiling usdt-impl v0.5.0
16912026-05-22T00:41:28.490Z Compiling rsa v0.9.10
16922026-05-22T00:41:28.817Z Compiling ecdsa v0.16.9
16932026-05-22T00:41:28.843Z Compiling ed25519-dalek v2.2.0
16942026-05-22T00:41:28.945Z Compiling serde_with v3.17.0
16952026-05-22T00:41:28.967Z Compiling crossterm v0.28.1
16962026-05-22T00:41:29.511Z Compiling zip v0.6.6
16972026-05-22T00:41:30.269Z Compiling toml v0.7.8
16982026-05-22T00:41:30.488Z Compiling iddqd v0.4.1
16992026-05-22T00:41:30.872Z Compiling heck v0.4.1
17002026-05-22T00:41:30.965Z Compiling similar v2.7.0
17012026-05-22T00:41:31.021Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-22T00:41:31.071Z Compiling crossbeam-epoch v0.9.18
17032026-05-22T00:41:31.116Z Compiling tokio-stream v0.1.18
17042026-05-22T00:41:31.419Z Compiling buf-list v1.1.2
17052026-05-22T00:41:31.585Z Compiling x509-cert v0.2.5
17062026-05-22T00:41:31.688Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17072026-05-22T00:41:31.701Z Compiling openapiv3 v2.2.0
17082026-05-22T00:41:31.726Z Compiling sha1 v0.10.6
17092026-05-22T00:41:31.813Z Compiling toml_datetime v0.7.5+spec-1.1.0
17102026-05-22T00:41:31.869Z Compiling peg-runtime v0.8.5
17112026-05-22T00:41:31.947Z Compiling lalrpop-util v0.19.12
17122026-05-22T00:41:31.984Z Compiling thread_local v1.1.9
17132026-05-22T00:41:32.105Z Compiling slog-async v2.8.0
17142026-05-22T00:41:32.145Z Compiling crossbeam-channel v0.5.15
17152026-05-22T00:41:32.154Z Compiling filetime v0.2.27
17162026-05-22T00:41:32.235Z Compiling is-terminal v0.4.17
17172026-05-22T00:41:32.323Z Compiling term v1.2.1
17182026-05-22T00:41:32.338Z Compiling take_mut v0.2.2
17192026-05-22T00:41:32.416Z Compiling xattr v1.6.1
17202026-05-22T00:41:32.580Z Compiling slog-term v2.9.2
17212026-05-22T00:41:32.580Z Compiling tar v0.4.45
17222026-05-22T00:41:42.596Z Compiling rustls-webpki v0.103.9
17232026-05-22T00:41:45.369Z Compiling tokio-rustls v0.26.4
17242026-05-22T00:41:45.369Z Compiling rustls-platform-verifier v0.6.2
17252026-05-22T00:41:45.567Z Compiling hyper-rustls v0.27.7
17262026-05-22T00:41:45.772Z Compiling reqwest v0.12.28
17272026-05-22T00:41:45.786Z Compiling reqwest v0.13.2
17282026-05-22T00:41:47.029Z Compiling tough v0.22.0
17292026-05-22T00:41:49.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-22T00:41:49.808Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-22T00:41:52.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-22T00:41:52.813Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-05-22T00:41:52.874ZMay 22 00:41:51.485 INFO Starting download, target: Cockroach
17342026-05-22T00:41:52.874ZMay 22 00:41:51.486 INFO Starting download, target: Clickhouse
17352026-05-22T00:41:52.874ZMay 22 00:41:51.486 INFO Starting download, target: Console
17362026-05-22T00:41:52.874ZMay 22 00:41:51.486 INFO Starting download, target: DendriteStub
17372026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Starting download, target: MaghemiteMgd
17382026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Starting download, target: MaghemiteDdmd
17392026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Starting download, target: TransceiverControl
17402026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17422026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17442026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17462026-05-22T00:41:52.881ZMay 22 00:41:51.486 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-05-22T00:41:53.623ZMay 22 00:41:52.243 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-05-22T00:41:53.847ZMay 22 00:41:52.458 INFO Download complete, target: TransceiverControl
17492026-05-22T00:41:53.982ZMay 22 00:41:52.585 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-05-22T00:41:54.209ZMay 22 00:41:52.823 INFO Download complete, target: Console
17512026-05-22T00:41:54.616ZMay 22 00:41:53.240 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-05-22T00:41:55.805ZMay 22 00:41:54.420 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-05-22T00:41:55.860ZMay 22 00:41:54.480 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17542026-05-22T00:41:55.899ZMay 22 00:41:54.518 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-05-22T00:41:56.771ZMay 22 00:41:55.395 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-05-22T00:41:56.771ZMay 22 00:41:55.395 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-05-22T00:41:57.934ZMay 22 00:41:56.557 INFO Download complete, target: MaghemiteDdmd
17582026-05-22T00:41:58.388ZMay 22 00:41:57.011 INFO Download complete, target: DendriteStub
17592026-05-22T00:41:58.455ZMay 22 00:41:57.078 INFO Download complete, target: MaghemiteMgd
17602026-05-22T00:42:01.561ZMay 22 00:42:00.184 INFO Checking that binary works, target: Cockroach
17612026-05-22T00:42:01.564ZMay 22 00:42:00.188 INFO Checking that binary works, target: Clickhouse
17622026-05-22T00:42:01.681ZMay 22 00:42:00.302 INFO Download complete, target: Cockroach
17632026-05-22T00:42:01.687ZMay 22 00:42:00.311 INFO Download complete, target: Clickhouse
17642026-05-22T00:42:01.704ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-05-22T00:42:01.708Z
17662026-05-22T00:42:01.708Zreal 2:17.002578211
17672026-05-22T00:42:01.708Zuser 6:58.333584902
17682026-05-22T00:42:01.708Zsys 1:23.965846718
17692026-05-22T00:42:01.708Ztrap 0.230451544
17702026-05-22T00:42:01.709Ztflt 0.705559561
17712026-05-22T00:42:01.709Zdflt 0.644925738
17722026-05-22T00:42:01.709Zkflt 0.027594367
17732026-05-22T00:42:01.709Zlock 21:54.567512803
17742026-05-22T00:42:01.709Zslp 21:19.395771690
17752026-05-22T00:42:01.709Zlat 45.384037359
17762026-05-22T00:42:01.709Zstop 1:52.969115890
17772026-05-22T00:42:01.709Z+ banner clippy
17782026-05-22T00:42:01.709Z
17792026-05-22T00:42:01.709Z #### # # ##### ##### # #
17802026-05-22T00:42:01.709Z # # # # # # # # # #
17812026-05-22T00:42:01.709Z # # # # # # # #
17822026-05-22T00:42:01.709Z # # # ##### ##### #
17832026-05-22T00:42:01.709Z # # # # # # #
17842026-05-22T00:42:01.709Z #### ###### # # # #
17852026-05-22T00:42:01.709Z
17862026-05-22T00:42:01.712Z+ export CARGO_INCREMENTAL=0
17872026-05-22T00:42:01.712Z+ CARGO_INCREMENTAL=0
17882026-05-22T00:42:01.712Z+ ptime -m cargo xtask clippy
17892026-05-22T00:42:02.262Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-05-22T00:42:02.483Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-05-22T00:42:04.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
17922026-05-22T00:42:04.443Z Running `target/debug/xtask clippy`
17932026-05-22T00:42:04.473Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-05-22T00:42:05.102Z Downloading crates ...
17952026-05-22T00:42:05.301Z Downloaded constant_time_eq v0.3.1
17962026-05-22T00:42:05.304Z Downloaded escape8259 v0.5.3
17972026-05-22T00:42:05.310Z Downloaded cast v0.3.0
17982026-05-22T00:42:05.314Z Downloaded cargo-platform v0.3.2
17992026-05-22T00:42:05.316Z Downloaded async-lock v3.4.2
18002026-05-22T00:42:05.317Z Downloaded async-object-pool v0.2.0
18012026-05-22T00:42:05.319Z Downloaded assert-json-diff v2.0.2
18022026-05-22T00:42:05.322Z Downloaded datatest-stable v0.3.3
18032026-05-22T00:42:05.327Z Downloaded plotters-backend v0.3.7
18042026-05-22T00:42:05.332Z Downloaded serde_regex v1.1.0
18052026-05-22T00:42:05.334Z Downloaded miette-derive v5.10.0
18062026-05-22T00:42:05.337Z Downloaded backtrace-ext v0.2.1
18072026-05-22T00:42:05.339Z Downloaded terminal_size v0.1.17
18082026-05-22T00:42:05.342Z Downloaded plotters-svg v0.3.7
18092026-05-22T00:42:05.351Z Downloaded event-listener-strategy v0.5.4
18102026-05-22T00:42:05.355Z Downloaded guppy-workspace-hack v0.1.0
18112026-05-22T00:42:05.358Z Downloaded supports-color v2.1.0
18122026-05-22T00:42:05.360Z Downloaded pathdiff v0.2.3
18132026-05-22T00:42:05.360Z Downloaded parking v2.2.1
18142026-05-22T00:42:05.360Z Downloaded approx v0.5.1
18152026-05-22T00:42:05.363Z Downloaded futures-timer v3.0.3
18162026-05-22T00:42:05.366Z Downloaded anes v0.1.6
18172026-05-22T00:42:05.366Z Downloaded cargo_metadata v0.23.1
18182026-05-22T00:42:05.368Z Downloaded termcolor v1.4.1
18192026-05-22T00:42:05.368Z Downloaded concurrent-queue v2.5.0
18202026-05-22T00:42:05.375Z Downloaded linkme-impl v0.3.35
18212026-05-22T00:42:05.379Z Downloaded tokio-test v0.4.5
18222026-05-22T00:42:05.382Z Downloaded target-triple v1.0.0
18232026-05-22T00:42:05.382Z Downloaded supports-unicode v2.1.0
18242026-05-22T00:42:05.384Z Downloaded nested v0.1.1
18252026-05-22T00:42:05.390Z Downloaded fancy-regex v0.14.0
18262026-05-22T00:42:05.393Z Downloaded rust-argon2 v2.1.0
18272026-05-22T00:42:05.393Z Downloaded path-tree v0.8.3
18282026-05-22T00:42:05.393Z Downloaded target-lexicon v0.13.3
18292026-05-22T00:42:05.393Z Downloaded criterion-plot v0.6.0
18302026-05-22T00:42:05.393Z Downloaded rustc-demangle v0.1.27
18312026-05-22T00:42:05.396Z Downloaded target-spec v3.5.7
18322026-05-22T00:42:05.399Z Downloaded similar-asserts v1.7.0
18332026-05-22T00:42:05.399Z Downloaded stringmetrics v2.2.2
18342026-05-22T00:42:05.402Z Downloaded relative-path v1.9.3
18352026-05-22T00:42:05.402Z Downloaded oorandom v11.1.5
18362026-05-22T00:42:05.402Z Downloaded cfg-expr v0.20.6
18372026-05-22T00:42:05.404Z Downloaded partial-io v0.5.4
18382026-05-22T00:42:05.407Z Downloaded libtest-mimic v0.8.1
18392026-05-22T00:42:05.407Z Downloaded supports-hyperlinks v2.1.0
18402026-05-22T00:42:05.410Z Downloaded linkme v0.3.35
18412026-05-22T00:42:05.410Z Downloaded tinytemplate v1.2.1
18422026-05-22T00:42:05.410Z Downloaded assert_cmd v2.1.2
18432026-05-22T00:42:05.413Z Downloaded knuffel-derive v3.2.0
18442026-05-22T00:42:05.416Z Downloaded addr2line v0.25.1
18452026-05-22T00:42:05.419Z Downloaded event-listener v5.4.1
18462026-05-22T00:42:05.422Z Downloaded owo-colors v3.5.0
18472026-05-22T00:42:05.422Z Downloaded blake2b_simd v1.0.4
18482026-05-22T00:42:05.426Z Downloaded trybuild v1.0.116
18492026-05-22T00:42:05.437Z Downloaded httptest v0.16.4
18502026-05-22T00:42:05.440Z Downloaded hickory-client v0.25.2
18512026-05-22T00:42:05.444Z Downloaded chumsky v0.9.3
18522026-05-22T00:42:05.454Z Downloaded rstest v0.25.0
18532026-05-22T00:42:05.458Z Downloaded backtrace v0.3.76
18542026-05-22T00:42:05.461Z Downloaded textwrap v0.15.2
18552026-05-22T00:42:05.461Z Downloaded rstest_macros v0.25.0
18562026-05-22T00:42:05.464Z Downloaded knuffel v3.2.0
18572026-05-22T00:42:05.466Z Downloaded rand_distr v0.5.1
18582026-05-22T00:42:05.480Z Downloaded miette v5.10.0
18592026-05-22T00:42:05.483Z Downloaded criterion v0.7.0
18602026-05-22T00:42:05.483Z Downloaded plotters v0.3.7
18612026-05-22T00:42:05.486Z Downloaded hashbrown v0.14.5
18622026-05-22T00:42:05.488Z Downloaded guppy v0.17.25
18632026-05-22T00:42:05.492Z Downloaded gimli v0.32.3
18642026-05-22T00:42:05.588Z Downloaded httpmock v0.8.3
18652026-05-22T00:42:07.328Z Checking cfg-if v1.0.4
18662026-05-22T00:42:07.699Z Checking libc v0.2.185
18672026-05-22T00:42:07.701Z Checking serde_core v1.0.228
18682026-05-22T00:42:07.774Z Checking memchr v2.8.0
18692026-05-22T00:42:07.813Z Checking smallvec v1.15.1
18702026-05-22T00:42:07.855Z Checking itoa v1.0.17
18712026-05-22T00:42:07.891Z Checking log v0.4.29
18722026-05-22T00:42:07.936Z Checking libm v0.2.16
18732026-05-22T00:42:07.978Z Checking zeroize v1.8.2
18742026-05-22T00:42:08.022Z Checking stable_deref_trait v1.2.1
18752026-05-22T00:42:08.024Z Checking scopeguard v1.2.0
18762026-05-22T00:42:08.118Z Checking zmij v1.0.21
18772026-05-22T00:42:08.158Z Checking errno v0.3.14
18782026-05-22T00:42:08.158Z Checking getrandom v0.2.17
18792026-05-22T00:42:08.230Z Checking lock_api v0.4.14
18802026-05-22T00:42:08.268Z Checking zerofrom v0.1.6
18812026-05-22T00:42:08.310Z Checking percent-encoding v2.3.2
18822026-05-22T00:42:08.350Z Checking writeable v0.6.2
18832026-05-22T00:42:08.388Z Checking litemap v0.8.1
18842026-05-22T00:42:08.422Z Checking yoke v0.8.1
18852026-05-22T00:42:08.456Z Checking icu_properties_data v2.1.2
18862026-05-22T00:42:08.491Z Checking icu_normalizer_data v2.1.1
18872026-05-22T00:42:08.532Z Checking form_urlencoded v1.2.2
18882026-05-22T00:42:08.568Z Checking utf8_iter v1.0.4
18892026-05-22T00:42:08.608Z Checking subtle v2.6.1
18902026-05-22T00:42:08.649Z Checking rand_core v0.10.0
18912026-05-22T00:42:08.681Z Checking num-traits v0.2.19
18922026-05-22T00:42:08.681Z Checking zerovec v0.11.5
18932026-05-22T00:42:08.684Z Checking zerotrie v0.2.3
18942026-05-22T00:42:08.788Z Checking pin-project-lite v0.2.17
18952026-05-22T00:42:08.828Z Checking getrandom v0.4.1
18962026-05-22T00:42:08.867Z Checking parking_lot_core v0.9.12
18972026-05-22T00:42:08.907Z Checking rand_core v0.6.4
18982026-05-22T00:42:08.956Z Checking zerocopy v0.8.40
18992026-05-22T00:42:09.000Z Checking portable-atomic v1.13.1
19002026-05-22T00:42:09.040Z Checking signal-hook-registry v1.4.8
19012026-05-22T00:42:09.093Z Checking parking_lot v0.12.5
19022026-05-22T00:42:09.132Z Checking critical-section v1.2.0
19032026-05-22T00:42:09.168Z Checking tinystr v0.8.2
19042026-05-22T00:42:09.232Z Checking potential_utf v0.1.4
19052026-05-22T00:42:09.270Z Checking serde v1.0.228
19062026-05-22T00:42:09.270Z Checking serde_json v1.0.149
19072026-05-22T00:42:09.341Z Checking bitflags v2.11.0
19082026-05-22T00:42:09.384Z Checking icu_locale_core v2.1.1
19092026-05-22T00:42:09.416Z Checking icu_collections v2.1.1
19102026-05-22T00:42:09.462Z Checking once_cell v1.21.3
19112026-05-22T00:42:09.492Z Checking mio v1.2.0
19122026-05-22T00:42:09.541Z Checking iana-time-zone v0.1.65
19132026-05-22T00:42:09.660Z Checking socket2 v0.6.3
19142026-05-22T00:42:09.702Z Checking bytes v1.11.1
19152026-05-22T00:42:09.702Z Checking chrono v0.4.44
19162026-05-22T00:42:09.777Z Checking uuid v1.23.0
19172026-05-22T00:42:09.818Z Checking typenum v1.19.0
19182026-05-22T00:42:09.933Z Checking semver v1.0.28
19192026-05-22T00:42:09.971Z Checking icu_provider v2.1.1
19202026-05-22T00:42:10.012Z Checking thiserror v2.0.18
19212026-05-22T00:42:10.145Z Checking futures-core v0.3.32
19222026-05-22T00:42:10.191Z Checking tokio v1.52.1
19232026-05-22T00:42:10.231Z Checking icu_normalizer v2.1.1
19242026-05-22T00:42:10.231Z Checking icu_properties v2.1.2
19252026-05-22T00:42:10.305Z Checking dyn-clone v1.0.20
19262026-05-22T00:42:10.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19272026-05-22T00:42:10.376Z Checking generic-array v0.14.7
19282026-05-22T00:42:10.438Z Checking equivalent v1.0.2
19292026-05-22T00:42:10.555Z Checking const-oid v0.9.6
19302026-05-22T00:42:10.596Z Checking futures-sink v0.3.32
19312026-05-22T00:42:10.671Z Checking futures-task v0.3.32
19322026-05-22T00:42:10.710Z Checking slab v0.4.12
19332026-05-22T00:42:10.761Z Checking futures-channel v0.3.32
19342026-05-22T00:42:10.838Z Checking futures-io v0.3.32
19352026-05-22T00:42:10.841Z Checking crypto-common v0.1.7
19362026-05-22T00:42:10.910Z Checking block-buffer v0.10.4
19372026-05-22T00:42:11.003Z Checking hashbrown v0.17.0
19382026-05-22T00:42:11.030Z Checking futures-util v0.3.32
19392026-05-22T00:42:11.053Z Checking byteorder v1.5.0
19402026-05-22T00:42:11.091Z Checking idna_adapter v1.2.1
19412026-05-22T00:42:11.094Z Checking rustix v1.1.3
19422026-05-22T00:42:11.237Z Checking idna v1.1.0
19432026-05-22T00:42:11.275Z Checking digest v0.10.7
19442026-05-22T00:42:11.312Z Checking cpufeatures v0.2.17
19452026-05-22T00:42:11.415Z Checking thiserror v1.0.69
19462026-05-22T00:42:11.465Z Checking indexmap v2.14.0
19472026-05-22T00:42:11.501Z Checking getrandom v0.3.4
19482026-05-22T00:42:11.539Z Checking url v2.5.8
19492026-05-22T00:42:11.542Z Checking fnv v1.0.7
19502026-05-22T00:42:11.677Z Checking regex-syntax v0.8.10
19512026-05-22T00:42:11.715Z Checking http v1.4.0
19522026-05-22T00:42:11.718Z Checking ppv-lite86 v0.2.21
19532026-05-22T00:42:11.977Z Checking tracing-core v0.1.36
19542026-05-22T00:42:12.018Z Checking schemars v0.8.22
19552026-05-22T00:42:12.053Z Checking base64 v0.22.1
19562026-05-22T00:42:12.089Z Checking ipnet v2.11.0
19572026-05-22T00:42:12.297Z Checking unicode-ident v1.0.24
19582026-05-22T00:42:12.338Z Checking tracing v0.1.44
19592026-05-22T00:42:12.341Z Checking utf8parse v0.2.2
19602026-05-22T00:42:12.408Z Checking untrusted v0.9.0
19612026-05-22T00:42:12.444Z Checking proc-macro2 v1.0.106
19622026-05-22T00:42:12.499Z Checking anstyle v1.0.14
19632026-05-22T00:42:12.546Z Checking ring v0.17.14
19642026-05-22T00:42:12.584Z Checking aho-corasick v1.1.4
19652026-05-22T00:42:12.679Z Checking rustls-pki-types v1.14.0
19662026-05-22T00:42:12.716Z Checking httparse v1.10.1
19672026-05-22T00:42:12.779Z Checking quote v1.0.45
19682026-05-22T00:42:12.906Z Checking is_terminal_polyfill v1.70.2
19692026-05-22T00:42:12.955Z Checking base64ct v1.8.3
19702026-05-22T00:42:12.992Z Checking syn v2.0.117
19712026-05-22T00:42:12.995Z Checking colorchoice v1.0.4
19722026-05-22T00:42:13.075Z Checking anstyle-query v1.1.5
19732026-05-22T00:42:13.079Z Checking block-padding v0.3.3
19742026-05-22T00:42:13.169Z Checking crossbeam-utils v0.8.21
19752026-05-22T00:42:13.206Z Checking allocator-api2 v0.2.21
19762026-05-22T00:42:13.241Z Checking anstyle-parse v1.0.0
19772026-05-22T00:42:13.277Z Checking inout v0.1.4
19782026-05-22T00:42:13.314Z Checking regex-automata v0.4.14
19792026-05-22T00:42:13.383Z Checking tokio-util v0.7.18
19802026-05-22T00:42:13.431Z Checking http-body v1.0.1
19812026-05-22T00:42:13.463Z Checking cipher v0.4.4
19822026-05-22T00:42:13.512Z Checking terminal_size v0.4.3
19832026-05-22T00:42:13.549Z Checking atomic-waker v1.1.2
19842026-05-22T00:42:13.588Z Checking anstream v1.0.0
19852026-05-22T00:42:13.591Z Checking try-lock v0.2.5
19862026-05-22T00:42:13.660Z Checking httpdate v1.0.3
19872026-05-22T00:42:13.697Z Checking strsim v0.11.1
19882026-05-22T00:42:13.732Z Checking clap_lex v1.0.0
19892026-05-22T00:42:13.765Z Checking want v0.3.1
19902026-05-22T00:42:13.812Z Checking pem-rfc7468 v0.7.0
19912026-05-22T00:42:13.851Z Checking sha2 v0.10.9
19922026-05-22T00:42:13.886Z Checking ryu v1.0.23
19932026-05-22T00:42:13.923Z Checking pin-utils v0.1.0
19942026-05-22T00:42:13.930Z Checking clap_builder v4.6.0
19952026-05-22T00:42:13.998Z Checking tower-layer v0.3.3
19962026-05-22T00:42:14.036Z Checking h2 v0.4.13
19972026-05-22T00:42:14.040Z Checking tower-service v0.3.3
19982026-05-22T00:42:14.113Z Checking rand_core v0.9.5
19992026-05-22T00:42:14.143Z Checking hmac v0.12.1
20002026-05-22T00:42:14.180Z Checking erased-serde v0.3.31
20012026-05-22T00:42:14.216Z Checking powerfmt v0.2.0
20022026-05-22T00:42:14.301Z Checking flagset v0.4.7
20032026-05-22T00:42:14.339Z Checking mime v0.3.17
20042026-05-22T00:42:14.392Z Checking deranged v0.5.8
20052026-05-22T00:42:14.452Z Checking num-conv v0.2.0
20062026-05-22T00:42:14.540Z Checking time-core v0.1.8
20072026-05-22T00:42:14.582Z Checking slog v2.8.2
20082026-05-22T00:42:14.622Z Checking num_threads v0.1.7
20092026-05-22T00:42:14.710Z Checking der v0.7.10
20102026-05-22T00:42:14.772Z Checking rand_chacha v0.9.0
20112026-05-22T00:42:14.870Z Checking http-body-util v0.1.3
20122026-05-22T00:42:14.972Z Checking spin v0.9.8
20132026-05-22T00:42:15.119Z Checking anyhow v1.0.102
20142026-05-22T00:42:15.122Z Checking rand v0.9.2
20152026-05-22T00:42:15.192Z Checking aws-lc-sys v0.40.0
20162026-05-22T00:42:15.227Z Checking clap v4.6.1
20172026-05-22T00:42:15.266Z Checking untrusted v0.7.1
20182026-05-22T00:42:15.331Z Checking time v0.3.47
20192026-05-22T00:42:15.371Z Checking serde_urlencoded v0.7.1
20202026-05-22T00:42:15.374Z Checking ipnetwork v0.21.1
20212026-05-22T00:42:15.442Z Checking encoding_rs v0.8.35
20222026-05-22T00:42:15.477Z Checking openssl-probe v0.2.1
20232026-05-22T00:42:15.604Z Checking regex v1.12.3
20242026-05-22T00:42:15.640Z Checking fastrand v2.3.0
20252026-05-22T00:42:15.678Z Checking spki v0.7.3
20262026-05-22T00:42:15.681Z Checking pbkdf2 v0.12.2
20272026-05-22T00:42:15.750Z Checking aws-lc-rs v1.16.3
20282026-05-22T00:42:15.849Z Checking aes v0.8.4
20292026-05-22T00:42:15.891Z Checking pretty-hex v0.4.1
20302026-05-22T00:42:15.893Z Checking cbc v0.1.2
20312026-05-22T00:42:15.957Z Checking salsa20 v0.10.2
20322026-05-22T00:42:16.037Z Checking rand_chacha v0.3.1
20332026-05-22T00:42:16.079Z Checking hex v0.4.3
20342026-05-22T00:42:16.120Z Checking plain v0.2.3
20352026-05-22T00:42:16.253Z Checking scrypt v0.11.0
20362026-05-22T00:42:16.295Z Checking rand v0.8.6
20372026-05-22T00:42:16.299Z Checking tempfile v3.25.0
20382026-05-22T00:42:16.328Z Checking rustls-native-certs v0.8.3
20392026-05-22T00:42:16.428Z Checking sync_wrapper v1.0.2
20402026-05-22T00:42:16.463Z Checking ucd-trie v0.1.7
20412026-05-22T00:42:16.533Z Checking simd-adler32 v0.3.8
20422026-05-22T00:42:16.579Z Checking foldhash v0.2.0
20432026-05-22T00:42:16.622Z Checking tower v0.5.3
20442026-05-22T00:42:16.624Z Checking rustls-webpki v0.103.9
20452026-05-22T00:42:16.693Z Checking pest v2.8.6
20462026-05-22T00:42:16.696Z Checking hyper v1.8.1
20472026-05-22T00:42:16.696Z Checking pkcs5 v0.7.1
20482026-05-22T00:42:16.797Z Checking webpki-roots v1.0.6
20492026-05-22T00:42:16.800Z Checking hashbrown v0.16.1
20502026-05-22T00:42:16.888Z Checking camino v1.2.2
20512026-05-22T00:42:16.944Z Checking iri-string v0.7.10
20522026-05-22T00:42:17.010Z Checking adler2 v2.0.1
20532026-05-22T00:42:17.062Z Checking rustls v0.23.37
20542026-05-22T00:42:17.066Z Checking pkcs8 v0.10.2
20552026-05-22T00:42:17.148Z Checking miniz_oxide v0.8.9
20562026-05-22T00:42:17.183Z Checking openapiv3 v2.2.0
20572026-05-22T00:42:17.302Z Checking oxnet v0.1.5
20582026-05-22T00:42:17.352Z Checking futures-executor v0.3.32
20592026-05-22T00:42:17.529Z Checking either v1.15.0
20602026-05-22T00:42:17.532Z Checking futures v0.3.32
20612026-05-22T00:42:17.601Z Checking crc32fast v1.5.0
20622026-05-22T00:42:17.675Z Checking static_assertions v1.1.0
20632026-05-22T00:42:17.714Z Checking hyper-util v0.1.20
20642026-05-22T00:42:17.752Z Checking lazy_static v1.5.0
20652026-05-22T00:42:17.788Z Checking signature v2.2.0
20662026-05-22T00:42:17.791Z Checking winnow v0.7.14
20672026-05-22T00:42:17.791Z Checking hubpack v0.1.2
20682026-05-22T00:42:17.892Z Checking strum v0.26.3
20692026-05-22T00:42:17.948Z Checking zlib-rs v0.6.2
20702026-05-22T00:42:17.989Z Checking tower-http v0.6.8
20712026-05-22T00:42:18.027Z Checking sha1 v0.10.6
20722026-05-22T00:42:18.030Z Checking scroll v0.13.0
20732026-05-22T00:42:18.225Z Checking tinyvec_macros v0.1.1
20742026-05-22T00:42:18.305Z Checking foreign-types-shared v0.1.1
20752026-05-22T00:42:18.345Z Checking goblin v0.10.5
20762026-05-22T00:42:18.348Z Checking tinyvec v1.10.0
20772026-05-22T00:42:18.423Z Checking foreign-types v0.3.2
20782026-05-22T00:42:18.505Z Checking toml_datetime v0.6.11
20792026-05-22T00:42:18.544Z Checking serde_spanned v0.6.9
20802026-05-22T00:42:18.687Z Checking num-integer v0.1.46
20812026-05-22T00:42:18.729Z Checking openssl-sys v0.9.115
20822026-05-22T00:42:18.732Z Checking memmap2 v0.9.10
20832026-05-22T00:42:18.863Z Checking flate2 v1.1.9
20842026-05-22T00:42:18.918Z Checking data-encoding v2.10.0
20852026-05-22T00:42:18.956Z Checking dtrace-parser v0.3.0
20862026-05-22T00:42:19.001Z Checking thread-id v5.1.0
20872026-05-22T00:42:19.064Z Checking psl-types v2.0.11
20882026-05-22T00:42:19.112Z Checking base16ct v0.2.0
20892026-05-22T00:42:19.169Z Checking openssl v0.10.79
20902026-05-22T00:42:19.207Z Checking bit-vec v0.8.0
20912026-05-22T00:42:19.210Z Checking publicsuffix v2.3.0
20922026-05-22T00:42:19.278Z Checking cookie v0.18.1
20932026-05-22T00:42:19.281Z Checking sec1 v0.7.3
20942026-05-22T00:42:19.282Z Checking ff v0.13.1
20952026-05-22T00:42:19.425Z Checking bit-set v0.8.0
20962026-05-22T00:42:19.428Z Checking wait-timeout v0.2.1
20972026-05-22T00:42:19.499Z Checking group v0.13.0
20982026-05-22T00:42:19.502Z Checking tokio-rustls v0.26.4
20992026-05-22T00:42:19.570Z Checking cookie_store v0.22.1
21002026-05-22T00:42:19.607Z Checking rustls-platform-verifier v0.6.2
21012026-05-22T00:42:19.610Z Checking num-iter v0.1.45
21022026-05-22T00:42:19.610Z Checking bstr v1.12.1
21032026-05-22T00:42:19.714Z Checking hkdf v0.12.4
21042026-05-22T00:42:19.777Z Checking crossbeam-epoch v0.9.18
21052026-05-22T00:42:19.816Z Checking hyper-rustls v0.27.7
21062026-05-22T00:42:19.820Z Checking anstyle-parse v0.2.7
21072026-05-22T00:42:19.887Z Checking ahash v0.8.12
21082026-05-22T00:42:19.925Z Checking crypto-bigint v0.5.5
21092026-05-22T00:42:20.028Z Checking quick-error v1.2.3
21102026-05-22T00:42:20.031Z Checking anstream v0.6.21
21112026-05-22T00:42:20.101Z Checking rand_xorshift v0.4.0
21122026-05-22T00:42:20.104Z Checking reqwest v0.13.2
21132026-05-22T00:42:20.172Z Checking rusty-fork v0.3.1
21142026-05-22T00:42:20.175Z Checking scroll v0.12.0
21152026-05-22T00:42:20.253Z Checking unarray v0.1.4
21162026-05-22T00:42:20.288Z Checking num-bigint-dig v0.8.6
21172026-05-22T00:42:20.370Z Checking pkcs1 v0.7.5
21182026-05-22T00:42:20.409Z Checking proptest v1.10.0
21192026-05-22T00:42:20.465Z Checking goblin v0.8.2
21202026-05-22T00:42:20.612Z Checking x509-cert v0.2.5
21212026-05-22T00:42:20.705Z Checking dof v0.4.0
21222026-05-22T00:42:20.833Z Checking elliptic-curve v0.13.8
21232026-05-22T00:42:21.009Z Checking zerocopy v0.7.35
21242026-05-22T00:42:21.139Z Checking unicode-segmentation v1.12.0
21252026-05-22T00:42:21.180Z Checking rsa v0.9.10
21262026-05-22T00:42:21.183Z Checking native-tls v0.2.18
21272026-05-22T00:42:21.282Z Checking dtrace-parser v0.2.0
21282026-05-22T00:42:21.354Z Checking usdt-impl v0.6.0
21292026-05-22T00:42:21.420Z Checking tokio-native-tls v0.3.1
21302026-05-22T00:42:21.481Z Checking rfc6979 v0.4.0
21312026-05-22T00:42:21.536Z Checking thread-id v4.2.2
21322026-05-22T00:42:21.574Z Checking toml_write v0.1.2
21332026-05-22T00:42:21.614Z Checking hyper-tls v0.6.0
21342026-05-22T00:42:21.648Z Checking ecdsa v0.16.9
21352026-05-22T00:42:21.651Z Checking toml_parser v1.0.9+spec-1.1.0
21362026-05-22T00:42:21.719Z Checking usdt v0.6.0
21372026-05-22T00:42:21.722Z Checking curve25519-dalek v4.1.3
21382026-05-22T00:42:21.790Z Checking toml_edit v0.22.27
21392026-05-22T00:42:21.828Z Checking reqwest v0.12.28
21402026-05-22T00:42:21.914Z Checking memoffset v0.9.1
21412026-05-22T00:42:22.014Z Checking rustix v0.38.44
21422026-05-22T00:42:22.053Z Checking env_filter v1.0.0
21432026-05-22T00:42:22.055Z Checking keccak v0.1.6
21442026-05-22T00:42:22.200Z Checking newtype-uuid v1.3.2
21452026-05-22T00:42:22.239Z Checking same-file v1.0.6
21462026-05-22T00:42:22.282Z Checking sha3 v0.10.8
21472026-05-22T00:42:22.355Z Checking dof v0.3.0
21482026-05-22T00:42:22.398Z Checking walkdir v2.5.0
21492026-05-22T00:42:22.430Z Checking daft v0.1.7
21502026-05-22T00:42:22.513Z Checking env_logger v0.11.9
21512026-05-22T00:42:22.553Z Checking ed25519 v2.2.3
21522026-05-22T00:42:22.589Z Checking itertools v0.13.0
21532026-05-22T00:42:22.665Z Checking usdt-impl v0.5.0
21542026-05-22T00:42:22.705Z Checking serde_with v3.17.0
21552026-05-22T00:42:22.708Z Checking siphasher v1.0.2
21562026-05-22T00:42:22.777Z Checking bitflags v1.3.2
21572026-05-22T00:42:22.781Z Checking ed25519-dalek v2.2.0
21582026-05-22T00:42:22.850Z Checking unicode-normalization v0.1.25
21592026-05-22T00:42:22.886Z Checking signal-hook v0.3.18
21602026-05-22T00:42:22.926Z Checking managed v0.8.0
21612026-05-22T00:42:22.929Z Checking winnow v0.5.40
21622026-05-22T00:42:23.012Z Checking nix v0.31.2
21632026-05-22T00:42:23.068Z Checking bzip2-sys v0.1.13+1.0.8
21642026-05-22T00:42:23.120Z Checking object v0.37.3
21652026-05-22T00:42:23.178Z Checking foldhash v0.1.5
21662026-05-22T00:42:23.215Z Checking bzip2 v0.4.4
21672026-05-22T00:42:23.290Z Checking signal-hook-mio v0.2.5
21682026-05-22T00:42:23.344Z Checking hashbrown v0.15.5
21692026-05-22T00:42:23.411Z Checking globset v0.4.18
21702026-05-22T00:42:23.449Z Checking ref-cast v1.0.25
21712026-05-22T00:42:23.579Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-05-22T00:42:23.654Z Checking zip v0.6.6
21732026-05-22T00:42:23.696Z Checking pin-project v1.1.11
21742026-05-22T00:42:23.733Z Checking zstd-safe v7.2.4
21752026-05-22T00:42:23.822Z Checking bumpalo v3.20.2
21762026-05-22T00:42:23.861Z Checking libbz2-rs-sys v0.2.2
21772026-05-22T00:42:23.922Z Checking zstd v0.13.3
21782026-05-22T00:42:24.000Z Checking crossterm v0.28.1
21792026-05-22T00:42:24.037Z Checking similar v2.7.0
21802026-05-22T00:42:24.074Z Checking zopfli v0.8.3
21812026-05-22T00:42:24.108Z Checking toml_edit v0.19.15
21822026-05-22T00:42:24.146Z Checking tokio-stream v0.1.18
21832026-05-22T00:42:24.192Z Checking fs-err v3.3.0
21842026-05-22T00:42:24.279Z Checking bzip2 v0.6.1
21852026-05-22T00:42:24.426Z Checking pem v3.0.6
21862026-05-22T00:42:24.464Z Checking hash32 v0.2.1
21872026-05-22T00:42:24.501Z Checking serde-big-array v0.5.1
21882026-05-22T00:42:24.537Z Checking jiff v0.2.21
21892026-05-22T00:42:24.578Z Checking unicode-properties v0.1.4
21902026-05-22T00:42:24.613Z Checking predicates-core v1.0.10
21912026-05-22T00:42:24.652Z Checking unicode-bidi v0.3.18
21922026-05-22T00:42:24.690Z Checking heapless v0.7.17
21932026-05-22T00:42:24.739Z Checking snafu v0.8.9
21942026-05-22T00:42:24.774Z Checking olpc-cjson v0.1.4
21952026-05-22T00:42:24.811Z Checking hickory-proto v0.25.2
21962026-05-22T00:42:24.938Z Checking md-5 v0.10.6
21972026-05-22T00:42:24.978Z Checking stringprep v0.1.5
21982026-05-22T00:42:25.014Z Checking serde_plain v1.0.2
21992026-05-22T00:42:25.105Z Checking float-cmp v0.10.0
22002026-05-22T00:42:25.142Z Checking toml_datetime v0.7.5+spec-1.1.0
22012026-05-22T00:42:25.179Z Checking difflib v0.4.0
22022026-05-22T00:42:25.182Z Checking toml v0.7.8
22032026-05-22T00:42:25.250Z Checking normalize-line-endings v0.3.0
22042026-05-22T00:42:25.287Z Checking typed-path v0.9.3
22052026-05-22T00:42:25.369Z Checking fallible-iterator v0.2.0
22062026-05-22T00:42:25.372Z Checking smoltcp v0.9.1
22072026-05-22T00:42:25.437Z Checking predicates v3.1.4
22082026-05-22T00:42:25.476Z Checking iddqd v0.4.1
22092026-05-22T00:42:25.553Z Checking phf_shared v0.13.1
22102026-05-22T00:42:25.673Z Checking postgres-protocol v0.6.10
22112026-05-22T00:42:25.766Z Checking phf_shared v0.11.3
22122026-05-22T00:42:25.804Z Checking buf-list v1.1.2
22132026-05-22T00:42:25.944Z Checking strum v0.27.2
22142026-05-22T00:42:26.013Z Checking new_debug_unreachable v1.0.6
22152026-05-22T00:42:26.016Z Checking lalrpop-util v0.19.12
22162026-05-22T00:42:26.087Z Checking fixedbitset v0.5.7
22172026-05-22T00:42:26.090Z Checking tough v0.22.0
22182026-05-22T00:42:26.090Z Checking fixedbitset v0.4.2
22192026-05-22T00:42:26.160Z Checking precomputed-hash v0.1.1
22202026-05-22T00:42:26.242Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22212026-05-22T00:42:26.304Z Checking string_cache v0.8.9
22222026-05-22T00:42:26.308Z Checking petgraph v0.6.5
22232026-05-22T00:42:26.376Z Checking petgraph v0.8.3
22242026-05-22T00:42:26.414Z Checking postgres-types v0.2.12
22252026-05-22T00:42:26.504Z Checking phf v0.13.1
22262026-05-22T00:42:26.689Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22272026-05-22T00:42:26.760Z Checking whoami v2.1.0
22282026-05-22T00:42:26.800Z Checking zip v4.6.1
22292026-05-22T00:42:26.983Z Checking peg-runtime v0.8.5
22302026-05-22T00:42:27.022Z Checking tokio-postgres v0.7.16
22312026-05-22T00:42:27.276Z Checking is-terminal v0.4.17
22322026-05-22T00:42:27.391Z Checking crossbeam-channel v0.5.15
22332026-05-22T00:42:27.431Z Compiling structmeta-derive v0.3.0
22342026-05-22T00:42:27.608Z Compiling newtype-uuid-macros v0.1.0
22352026-05-22T00:42:27.611Z Checking thread_local v1.1.9
22362026-05-22T00:42:27.751Z Checking take_mut v0.2.2
22372026-05-22T00:42:27.840Z Checking term v1.2.1
22382026-05-22T00:42:27.890Z Checking slog-async v2.8.0
22392026-05-22T00:42:27.941Z Compiling rustls v0.22.4
22402026-05-22T00:42:28.100Z Compiling multer v3.1.0
22412026-05-22T00:42:28.103Z Checking slog-term v2.9.2
22422026-05-22T00:42:28.209Z Compiling async-stream-impl v0.3.6
22432026-05-22T00:42:28.297Z Compiling dropshot v0.17.0
22442026-05-22T00:42:28.302Z Compiling dropshot_endpoint v0.17.0
22452026-05-22T00:42:28.388Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22462026-05-22T00:42:28.428Z Checking match_cfg v0.1.0
22472026-05-22T00:42:28.432Z Checking slog-json v2.6.1
22482026-05-22T00:42:28.531Z Checking hostname v0.3.1
22492026-05-22T00:42:28.534Z Compiling structmeta v0.3.0
22502026-05-22T00:42:28.604Z Checking debug-ignore v1.0.5
22512026-05-22T00:42:28.676Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-05-22T00:42:28.711Z Checking slog-bunyan v2.5.0
22532026-05-22T00:42:28.748Z Checking serde_spanned v1.0.4
22542026-05-22T00:42:28.788Z Compiling derive-ex v0.1.8
22552026-05-22T00:42:28.829Z Checking toml_writer v1.0.6+spec-1.1.0
22562026-05-22T00:42:28.832Z Checking rustls-webpki v0.102.8
22572026-05-22T00:42:28.901Z Checking serde_path_to_error v0.1.20
22582026-05-22T00:42:28.904Z Checking async-stream v0.3.6
22592026-05-22T00:42:29.037Z Checking waitgroup v0.1.2
22602026-05-22T00:42:29.082Z Checking rustls-pemfile v2.2.0
22612026-05-22T00:42:29.120Z Checking toml_datetime v1.0.0+spec-1.1.0
22622026-05-22T00:42:29.167Z Checking hostname v0.4.2
22632026-05-22T00:42:29.203Z Checking compression-core v0.4.31
22642026-05-22T00:42:29.238Z Checking progenitor-client v0.14.0
22652026-05-22T00:42:29.277Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662026-05-22T00:42:29.344Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22672026-05-22T00:42:29.380Z Checking toml v1.0.6+spec-1.1.0
22682026-05-22T00:42:29.383Z Checking compression-codecs v0.4.37
22692026-05-22T00:42:29.417Z Checking regress v0.10.5
22702026-05-22T00:42:29.498Z Compiling parse-display-derive v0.10.0
22712026-05-22T00:42:29.539Z Checking itertools v0.14.0
22722026-05-22T00:42:29.579Z Checking async-compression v0.4.41
22732026-05-22T00:42:29.859Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-05-22T00:42:30.051Z Checking macaddr v1.0.1
22752026-05-22T00:42:30.088Z Checking instant v0.1.13
22762026-05-22T00:42:30.205Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22772026-05-22T00:42:30.261Z Checking progenitor-client v0.10.0
22782026-05-22T00:42:30.298Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
22792026-05-22T00:42:30.473Z Compiling test-strategy v0.4.5
22802026-05-22T00:42:30.478Z Checking backoff v0.4.0
22812026-05-22T00:42:30.545Z Checking backon v1.6.0
22822026-05-22T00:42:30.596Z Checking unicode-width v0.2.0
22832026-05-22T00:42:30.714Z Checking heck v0.5.0
22842026-05-22T00:42:30.751Z Checking progenitor-extras v0.2.0
22852026-05-22T00:42:30.792Z Checking tokio-rustls v0.25.0
22862026-05-22T00:42:30.832Z Compiling convert_case v0.4.0
22872026-05-22T00:42:30.865Z Checking half v2.7.1
22882026-05-22T00:42:30.902Z Checking ciborium-io v0.2.2
22892026-05-22T00:42:30.905Z Checking secrecy v0.10.3
22902026-05-22T00:42:31.002Z Checking indent_write v2.2.0
22912026-05-22T00:42:31.039Z Checking universal-hash v0.5.1
22922026-05-22T00:42:31.109Z Checking opaque-debug v0.3.1
22932026-05-22T00:42:31.150Z Checking ciborium-ll v0.2.2
22942026-05-22T00:42:31.186Z Checking camino-tempfile v1.4.1
22952026-05-22T00:42:31.220Z Compiling regress v0.11.1
22962026-05-22T00:42:31.223Z Checking parse-display v0.10.0
22972026-05-22T00:42:31.253Z Compiling unsafe-libyaml v0.2.11
22982026-05-22T00:42:31.256Z Compiling derive_more v0.99.20
22992026-05-22T00:42:31.359Z Checking ciborium v0.2.2
23002026-05-22T00:42:31.395Z Checking aead v0.5.2
23012026-05-22T00:42:31.468Z Compiling crucible-workspace-hack v0.1.0
23022026-05-22T00:42:31.565Z Checking poly1305 v0.8.0
23032026-05-22T00:42:31.723Z Checking chacha20 v0.9.1
23042026-05-22T00:42:31.813Z Compiling serde_yaml v0.9.34+deprecated
23052026-05-22T00:42:31.981Z Compiling thiserror-impl-no-std v2.0.2
23062026-05-22T00:42:32.017Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-05-22T00:42:32.052Z Checking byte-wrapper v0.1.0
23082026-05-22T00:42:32.292Z Checking password-hash v0.5.0
23092026-05-22T00:42:32.424Z Checking blake2 v0.10.6
23102026-05-22T00:42:32.548Z Checking chacha20poly1305 v0.10.1
23112026-05-22T00:42:32.692Z Checking argon2 v0.5.3
23122026-05-22T00:42:32.730Z Checking swrite v0.1.0
23132026-05-22T00:42:32.850Z Compiling typify-impl v0.6.2
23142026-05-22T00:42:32.934Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-05-22T00:42:33.109Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23162026-05-22T00:42:33.212Z Checking thiserror-no-std v2.0.2
23172026-05-22T00:42:33.329Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23182026-05-22T00:42:33.367Z Checking vsss-rs v3.3.4
23192026-05-22T00:42:33.434Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23202026-05-22T00:42:33.600Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23212026-05-22T00:42:33.941Z Checking crossbeam-deque v0.8.6
23222026-05-22T00:42:34.156Z Compiling rayon-core v1.13.0
23232026-05-22T00:42:34.430Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23242026-05-22T00:42:34.503Z Checking toml v0.8.23
23252026-05-22T00:42:34.540Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-05-22T00:42:34.747Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23272026-05-22T00:42:34.858Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-05-22T00:42:35.051Z Compiling proc-macro-error v1.0.4
23292026-05-22T00:42:35.088Z Checking rayon v1.11.0
23302026-05-22T00:42:35.090Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-22T00:42:35.158Z Compiling toml_edit v0.23.10+spec-1.0.0
23322026-05-22T00:42:35.249Z Checking glob v0.3.3
23332026-05-22T00:42:35.397Z Checking unicode-width v0.1.14
23342026-05-22T00:42:35.465Z Compiling heapless v0.8.0
23352026-05-22T00:42:35.506Z Compiling ingot-macros v0.1.1
23362026-05-22T00:42:35.675Z Checking tabwriter v1.4.1
23372026-05-22T00:42:35.713Z Compiling proc-macro-crate v3.4.0
23382026-05-22T00:42:35.854Z Checking hash32 v0.3.1
23392026-05-22T00:42:35.984Z Compiling usdt-attr-macro v0.5.0
23402026-05-22T00:42:36.018Z Compiling usdt-macro v0.5.0
23412026-05-22T00:42:36.240Z Checking memmap v0.7.0
23422026-05-22T00:42:36.289Z Compiling num_enum_derive v0.7.6
23432026-05-22T00:42:36.405Z Compiling smoltcp v0.11.0
23442026-05-22T00:42:36.552Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23452026-05-22T00:42:36.808Z Checking usdt v0.5.0
23462026-05-22T00:42:36.912Z Checking cobs v0.3.0
23472026-05-22T00:42:36.957Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23482026-05-22T00:42:37.041Z Compiling proc-macro-crate v1.3.1
23492026-05-22T00:42:37.091Z Checking postcard v1.1.3
23502026-05-22T00:42:37.240Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23512026-05-22T00:42:37.278Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23522026-05-22T00:42:37.350Z Checking num_enum v0.7.6
23532026-05-22T00:42:37.413Z Checking sigpipe v0.1.3
23542026-05-22T00:42:37.461Z Compiling typify-macro v0.6.2
23552026-05-22T00:42:37.496Z Compiling foreign-types-macros v0.2.3
23562026-05-22T00:42:37.500Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23572026-05-22T00:42:37.563Z Checking cpufeatures v0.3.0
23582026-05-22T00:42:37.566Z Checking foreign-types-shared v0.3.1
23592026-05-22T00:42:37.665Z Checking colored v3.1.1
23602026-05-22T00:42:37.717Z Checking chacha20 v0.10.0
23612026-05-22T00:42:37.831Z Compiling num_enum_derive v0.5.11
23622026-05-22T00:42:38.031Z Checking cstr-argument v0.1.2
23632026-05-22T00:42:38.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-05-22T00:42:38.156Z Checking foreign-types v0.5.0
23652026-05-22T00:42:38.210Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23662026-05-22T00:42:38.264Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
23672026-05-22T00:42:38.341Z Checking ingot-types v0.1.2
23682026-05-22T00:42:38.461Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692026-05-22T00:42:38.541Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
23702026-05-22T00:42:38.577Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23712026-05-22T00:42:38.659Z Checking rand v0.10.1
23722026-05-22T00:42:38.703Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-05-22T00:42:38.731Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23742026-05-22T00:42:38.765Z Checking winnow v1.0.3
23752026-05-22T00:42:38.768Z Checking ingot v0.1.1
23762026-05-22T00:42:38.904Z Compiling zone_cfg_derive v0.3.1
23772026-05-22T00:42:38.941Z Checking num_enum v0.5.11
23782026-05-22T00:42:39.086Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23792026-05-22T00:42:39.125Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23802026-05-22T00:42:39.170Z Checking itertools v0.12.1
23812026-05-22T00:42:39.266Z Compiling typify v0.6.2
23822026-05-22T00:42:39.336Z Compiling num-derive v0.4.2
23832026-05-22T00:42:39.406Z Compiling progenitor-impl v0.14.0
23842026-05-22T00:42:39.582Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23852026-05-22T00:42:39.947Z Checking smf v0.2.3
23862026-05-22T00:42:40.209Z Checking zone v0.3.1
23872026-05-22T00:42:40.246Z Checking whoami v1.6.1
23882026-05-22T00:42:40.281Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23892026-05-22T00:42:40.343Z Checking tokio-dtrace v0.1.1
23902026-05-22T00:42:40.450Z Compiling derive-where v1.6.0
23912026-05-22T00:42:40.486Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23922026-05-22T00:42:40.522Z Checking console v0.15.11
23932026-05-22T00:42:40.555Z Checking atomicwrites v0.4.4
23942026-05-22T00:42:40.590Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-05-22T00:42:40.594Z Checking oxide-tokio-rt v0.1.4
23962026-05-22T00:42:40.710Z Checking newline-converter v0.3.0
23972026-05-22T00:42:40.748Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23982026-05-22T00:42:40.822Z Checking num-rational v0.4.2
23992026-05-22T00:42:40.825Z Checking num-complex v0.4.6
24002026-05-22T00:42:40.894Z Checking expectorate v1.2.0
24012026-05-22T00:42:41.014Z Checking float-ord v0.3.2
24022026-05-22T00:42:41.055Z Checking bytecount v0.6.9
24032026-05-22T00:42:41.137Z Compiling owo-colors v4.3.0
24042026-05-22T00:42:41.206Z Compiling cancel-safe-futures v0.1.5
24052026-05-22T00:42:41.239Z Checking num v0.4.3
24062026-05-22T00:42:41.344Z Checking libsw-core v0.3.2
24072026-05-22T00:42:41.520Z Compiling prettyplease v0.2.37
24082026-05-22T00:42:41.628Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24092026-05-22T00:42:41.795Z Checking libsw v3.5.0
24102026-05-22T00:42:41.831Z Checking linear-map v1.2.0
24112026-05-22T00:42:41.867Z Compiling progenitor-impl v0.13.0
24122026-05-22T00:42:42.022Z Compiling progenitor-macro v0.14.0
24132026-05-22T00:42:42.057Z Checking gethostname v0.5.0
24142026-05-22T00:42:42.173Z Checking progenitor-client v0.13.0
24152026-05-22T00:42:42.209Z Compiling num-derive v0.3.3
24162026-05-22T00:42:42.676Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24172026-05-22T00:42:43.161Z Checking libscf-sys v1.1.0
24182026-05-22T00:42:43.772Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24192026-05-22T00:42:44.595Z Compiling progenitor-macro v0.13.0
24202026-05-22T00:42:45.919Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24212026-05-22T00:42:46.911Z Checking resolv-conf v0.7.6
24222026-05-22T00:42:46.977Z Checking progenitor v0.14.0
24232026-05-22T00:42:47.193Z Compiling slog-dtrace v0.3.0
24242026-05-22T00:42:47.196Z Checking smawk v0.3.2
24252026-05-22T00:42:47.309Z Checking unicode-linebreak v0.1.5
24262026-05-22T00:42:47.392Z Checking papergrid v0.11.0
24272026-05-22T00:42:47.462Z Compiling tabled_derive v0.7.0
24282026-05-22T00:42:47.507Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24292026-05-22T00:42:47.812Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24302026-05-22T00:42:48.257Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24312026-05-22T00:42:48.334Z Checking linked-hash-map v0.5.6
24322026-05-22T00:42:48.540Z Checking tabled v0.15.0
24332026-05-22T00:42:48.709Z Compiling minimal-lexical v0.2.1
24342026-05-22T00:42:48.926Z Checking lru-cache v0.1.2
24352026-05-22T00:42:49.001Z Compiling nom v7.1.3
24362026-05-22T00:42:49.083Z Checking hickory-proto v0.24.4
24372026-05-22T00:42:49.360Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24382026-05-22T00:42:49.488Z Checking progenitor v0.13.0
24392026-05-22T00:42:49.577Z Checking termtree v0.5.1
24402026-05-22T00:42:49.659Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24412026-05-22T00:42:49.723Z Checking textwrap v0.16.2
24422026-05-22T00:42:49.759Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24432026-05-22T00:42:49.968Z Checking csv-core v0.1.13
24442026-05-22T00:42:50.068Z Checking tagptr v0.2.0
24452026-05-22T00:42:50.181Z Checking csv v1.4.0
24462026-05-22T00:42:50.240Z Checking moka v0.12.13
24472026-05-22T00:42:50.360Z Checking humantime v2.3.0
24482026-05-22T00:42:50.579Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24492026-05-22T00:42:50.619Z Compiling convert_case v0.10.0
24502026-05-22T00:42:50.830Z Checking highway v1.3.0
24512026-05-22T00:42:50.880Z Checking hickory-resolver v0.24.4
24522026-05-22T00:42:50.917Z Checking hickory-resolver v0.25.2
24532026-05-22T00:42:50.966Z Compiling derive_more-impl v2.1.1
24542026-05-22T00:42:51.092Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24552026-05-22T00:42:51.131Z Compiling semver v0.1.20
24562026-05-22T00:42:51.215Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24572026-05-22T00:42:51.448Z Compiling rustc_version v0.1.7
24582026-05-22T00:42:51.487Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24592026-05-22T00:42:51.634Z Checking qorb v0.4.1
24602026-05-22T00:42:51.672Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24612026-05-22T00:42:51.712Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24622026-05-22T00:42:51.750Z Checking phf_shared v0.12.1
24632026-05-22T00:42:51.799Z Checking derive_more v2.1.1
24642026-05-22T00:42:51.910Z Compiling chrono-tz v0.10.4
24652026-05-22T00:42:51.947Z Checking phf v0.12.1
24662026-05-22T00:42:52.005Z Checking crossterm v0.29.0
24672026-05-22T00:42:52.120Z Compiling newtype_derive v0.1.6
24682026-05-22T00:42:52.192Z Compiling const_format_proc_macros v0.2.34
24692026-05-22T00:42:52.195Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24702026-05-22T00:42:52.262Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24712026-05-22T00:42:52.579Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24722026-05-22T00:42:52.807Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24732026-05-22T00:42:52.904Z Checking fd-lock v4.0.4
24742026-05-22T00:42:53.002Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24752026-05-22T00:42:53.038Z Checking const_format v0.2.35
24762026-05-22T00:42:53.081Z Checking bcs v0.1.6
24772026-05-22T00:42:53.085Z Checking vte v0.14.1
24782026-05-22T00:42:53.302Z Checking display-error-chain v0.2.2
24792026-05-22T00:42:53.305Z Checking strip-ansi-escapes v0.2.1
24802026-05-22T00:42:53.372Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24812026-05-22T00:42:53.456Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24822026-05-22T00:42:53.495Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24832026-05-22T00:42:53.527Z Checking nu-ansi-term v0.50.3
24842026-05-22T00:42:53.625Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
24852026-05-22T00:42:53.730Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24862026-05-22T00:42:53.804Z Checking reedline v0.40.0
24872026-05-22T00:42:53.992Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-05-22T00:42:54.283Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24892026-05-22T00:42:54.499Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24902026-05-22T00:42:54.538Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24912026-05-22T00:42:54.872Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24922026-05-22T00:42:54.960Z Compiling ar_archive_writer v0.5.1
24932026-05-22T00:42:55.001Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24942026-05-22T00:42:55.500Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24952026-05-22T00:42:55.865Z Compiling psm v0.1.30
24962026-05-22T00:42:56.053Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24972026-05-22T00:42:56.113Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24982026-05-22T00:42:56.403Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
24992026-05-22T00:42:56.706Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25002026-05-22T00:42:56.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25012026-05-22T00:42:56.883Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25022026-05-22T00:42:57.001Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25032026-05-22T00:42:57.135Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25042026-05-22T00:42:57.300Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25052026-05-22T00:42:57.347Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25062026-05-22T00:42:57.508Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25072026-05-22T00:42:57.545Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25082026-05-22T00:42:57.581Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25092026-05-22T00:42:57.617Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25102026-05-22T00:42:57.721Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25112026-05-22T00:42:57.914Z Compiling stacker v0.1.23
25122026-05-22T00:42:57.917Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25132026-05-22T00:42:57.987Z Compiling cfg_aliases v0.1.1
25142026-05-22T00:42:58.116Z Compiling nix v0.28.0
25152026-05-22T00:42:58.155Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25162026-05-22T00:42:58.192Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25172026-05-22T00:42:58.362Z Checking steno v0.4.1
25182026-05-22T00:42:58.412Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25192026-05-22T00:42:58.496Z Checking nibble_vec v0.1.0
25202026-05-22T00:42:58.660Z Checking endian-type v0.1.2
25212026-05-22T00:42:58.827Z Checking home v0.5.12
25222026-05-22T00:42:58.977Z Checking radix_trie v0.2.1
25232026-05-22T00:42:59.399Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25242026-05-22T00:42:59.443Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25252026-05-22T00:42:59.707Z Compiling recursive-proc-macro-impl v0.1.1
25262026-05-22T00:42:59.881Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25272026-05-22T00:43:00.158Z Checking recursive v0.1.1
25282026-05-22T00:43:00.287Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25292026-05-22T00:43:00.325Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25302026-05-22T00:43:00.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-05-22T00:43:00.598Z Compiling peg-macros v0.8.5
25322026-05-22T00:43:00.677Z Checking winnow v0.6.26
25332026-05-22T00:43:00.721Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25342026-05-22T00:43:00.759Z Checking nom v8.0.0
25352026-05-22T00:43:00.918Z Compiling sqlparser_derive v0.5.0
25362026-05-22T00:43:01.002Z Checking unicode_categories v0.1.1
25372026-05-22T00:43:01.088Z Checking rustyline v14.0.0
25382026-05-22T00:43:01.194Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
25392026-05-22T00:43:01.323Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
25402026-05-22T00:43:01.562Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-22T00:43:01.697Z Checking sqlparser v0.61.0
25422026-05-22T00:43:01.735Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25432026-05-22T00:43:01.786Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25442026-05-22T00:43:01.823Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25452026-05-22T00:43:01.826Z Checking sqlformat v0.3.5
25462026-05-22T00:43:02.006Z Checking peg v0.8.5
25472026-05-22T00:43:02.107Z Checking filetime v0.2.27
25482026-05-22T00:43:02.144Z Checking xattr v1.6.1
25492026-05-22T00:43:02.278Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25502026-05-22T00:43:02.314Z Checking tar v0.4.45
25512026-05-22T00:43:02.317Z Checking subprocess v0.2.15
25522026-05-22T00:43:02.428Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25532026-05-22T00:43:02.666Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
25542026-05-22T00:43:02.712Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
25552026-05-22T00:43:02.747Z Checking base64 v0.21.7
25562026-05-22T00:43:02.805Z Checking headers-core v0.3.0
25572026-05-22T00:43:02.945Z Checking headers v0.4.1
25582026-05-22T00:43:03.013Z Checking yasna v0.5.2
25592026-05-22T00:43:03.051Z Checking dropshot-api-manager-types v0.7.1
25602026-05-22T00:43:03.307Z Checking utf-8 v0.7.6
25612026-05-22T00:43:03.451Z Checking rcgen v0.12.1
25622026-05-22T00:43:03.488Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25632026-05-22T00:43:03.534Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25642026-05-22T00:43:03.600Z Compiling libefi-sys v0.1.0
25652026-05-22T00:43:03.664Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25662026-05-22T00:43:03.802Z Compiling bitfield-struct v0.6.2
25672026-05-22T00:43:04.043Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25682026-05-22T00:43:04.113Z Compiling radium v0.7.0
25692026-05-22T00:43:04.154Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25702026-05-22T00:43:04.189Z Checking tungstenite v0.21.0
25712026-05-22T00:43:04.338Z Checking tap v1.0.1
25722026-05-22T00:43:04.453Z Compiling maybe-uninit v2.0.0
25732026-05-22T00:43:04.487Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25742026-05-22T00:43:04.490Z Checking wyz v0.5.1
25752026-05-22T00:43:04.652Z Checking tokio-tungstenite v0.21.0
25762026-05-22T00:43:04.704Z Compiling zerocopy-derive v0.6.6
25772026-05-22T00:43:04.794Z Compiling packed_struct v0.10.1
25782026-05-22T00:43:04.827Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792026-05-22T00:43:04.872Z Checking crc-catalog v2.4.0
25802026-05-22T00:43:04.957Z Checking funty v2.0.0
25812026-05-22T00:43:04.998Z Checking crc v3.4.0
25822026-05-22T00:43:05.111Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25832026-05-22T00:43:05.207Z Compiling packed_struct_codegen v0.10.1
25842026-05-22T00:43:05.257Z Compiling bitfield-macros v0.19.4
25852026-05-22T00:43:05.306Z Checking bitvec v1.0.1
25862026-05-22T00:43:05.577Z Checking zerocopy v0.6.6
25872026-05-22T00:43:05.903Z Compiling indexmap v1.9.3
25882026-05-22T00:43:06.013Z Checking nodrop v0.1.14
25892026-05-22T00:43:06.084Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
25902026-05-22T00:43:06.120Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25912026-05-22T00:43:06.154Z Checking array-init v0.0.4
25922026-05-22T00:43:06.222Z Checking bitfield v0.19.4
25932026-05-22T00:43:06.265Z Checking smallvec v0.6.14
25942026-05-22T00:43:06.324Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25952026-05-22T00:43:06.409Z Checking hashbrown v0.12.3
25962026-05-22T00:43:06.474Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25972026-05-22T00:43:06.508Z Checking serde-hex v0.1.0
25982026-05-22T00:43:06.542Z Checking ron v0.8.1
25992026-05-22T00:43:06.668Z Checking hashbrown v0.13.2
26002026-05-22T00:43:07.091Z Checking crc-any v2.5.0
26012026-05-22T00:43:07.127Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26022026-05-22T00:43:07.223Z Checking object v0.30.4
26032026-05-22T00:43:07.298Z Checking path-slash v0.1.5
26042026-05-22T00:43:07.332Z Compiling xshell-macros v0.2.7
26052026-05-22T00:43:07.435Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26062026-05-22T00:43:07.690Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-05-22T00:43:07.742Z Checking xshell v0.2.7
26082026-05-22T00:43:07.844Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26092026-05-22T00:43:07.891Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-05-22T00:43:07.952Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26112026-05-22T00:43:08.193Z Checking half v1.8.3
26122026-05-22T00:43:08.423Z Checking serde_cbor v0.11.2
26132026-05-22T00:43:08.561Z Compiling proc-macro-error-attr2 v2.0.0
26142026-05-22T00:43:08.748Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26152026-05-22T00:43:08.842Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26162026-05-22T00:43:08.984Z Compiling proc-macro-error2 v2.0.1
26172026-05-22T00:43:09.061Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26182026-05-22T00:43:09.186Z Checking papergrid v0.17.0
26192026-05-22T00:43:09.296Z Checking testing_table v0.3.0
26202026-05-22T00:43:09.331Z Compiling tabled_derive v0.11.0
26212026-05-22T00:43:09.386Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26222026-05-22T00:43:09.420Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26232026-05-22T00:43:09.910Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26242026-05-22T00:43:10.203Z Compiling git-stub v1.0.0
26252026-05-22T00:43:10.206Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-05-22T00:43:10.238Z Checking crc8 v0.1.1
26272026-05-22T00:43:10.401Z Compiling git-stub-vcs v0.1.0
26282026-05-22T00:43:10.497Z Checking maplit v1.0.2
26292026-05-22T00:43:10.531Z Checking tabled v0.20.0
26302026-05-22T00:43:10.613Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26312026-05-22T00:43:10.791Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26322026-05-22T00:43:10.794Z Checking fxhash v0.2.1
26332026-05-22T00:43:10.922Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
26342026-05-22T00:43:10.977Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-05-22T00:43:11.142Z Checking unicase v2.9.0
26362026-05-22T00:43:11.331Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26372026-05-22T00:43:11.394Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26382026-05-22T00:43:11.631Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26392026-05-22T00:43:11.759Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26402026-05-22T00:43:11.798Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26412026-05-22T00:43:11.870Z Compiling typify-impl v0.4.3
26422026-05-22T00:43:12.044Z Checking kstat-rs v0.2.4
26432026-05-22T00:43:12.157Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26442026-05-22T00:43:12.194Z Compiling diesel_derives v2.3.7
26452026-05-22T00:43:12.264Z Checking scheduled-thread-pool v0.2.7
26462026-05-22T00:43:12.442Z Compiling dsl_auto_type v0.2.0
26472026-05-22T00:43:12.485Z Compiling vergen-gitcl v1.0.8
26482026-05-22T00:43:12.657Z Checking arc-swap v1.8.2
26492026-05-22T00:43:12.704Z Compiling diesel_table_macro_syntax v0.3.0
26502026-05-22T00:43:12.915Z Compiling parking_lot_core v0.8.6
26512026-05-22T00:43:12.957Z Checking slog-scope v4.4.1
26522026-05-22T00:43:12.993Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26532026-05-22T00:43:13.201Z Checking r2d2 v0.8.10
26542026-05-22T00:43:13.283Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26552026-05-22T00:43:13.418Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-22T00:43:13.832Z Checking downcast-rs v2.0.2
26572026-05-22T00:43:14.198Z Checking slog-stdlog v4.1.1
26582026-05-22T00:43:14.271Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592026-05-22T00:43:14.389Z Checking slog-envlogger v2.2.0
26602026-05-22T00:43:14.427Z Checking parking_lot v0.11.2
26612026-05-22T00:43:14.577Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26622026-05-22T00:43:14.616Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26632026-05-22T00:43:14.656Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26642026-05-22T00:43:14.802Z Checking prefix-trie v0.7.0
26652026-05-22T00:43:14.932Z Checking sled v0.34.7
26662026-05-22T00:43:15.143Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
26672026-05-22T00:43:15.180Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-05-22T00:43:15.183Z Checking hickory-server v0.25.2
26692026-05-22T00:43:15.262Z Checking nanorand v0.7.0
26702026-05-22T00:43:15.374Z Compiling dirs-sys-next v0.1.2
26712026-05-22T00:43:15.494Z Compiling salty v0.3.0
26722026-05-22T00:43:15.695Z Compiling crunchy v0.2.4
26732026-05-22T00:43:15.802Z Compiling dirs-next v2.0.0
26742026-05-22T00:43:15.848Z Checking flume v0.11.1
26752026-05-22T00:43:15.961Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-05-22T00:43:16.044Z Compiling clang-sys v1.8.1
26772026-05-22T00:43:16.186Z Checking primeorder v0.13.6
26782026-05-22T00:43:16.326Z Compiling typify-macro v0.4.3
26792026-05-22T00:43:16.436Z Compiling tiny-keccak v2.0.2
26802026-05-22T00:43:16.646Z Compiling term v0.7.0
26812026-05-22T00:43:16.763Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-05-22T00:43:17.018Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-05-22T00:43:17.239Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26842026-05-22T00:43:17.281Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26852026-05-22T00:43:17.317Z Compiling bit-vec v0.6.3
26862026-05-22T00:43:17.545Z Compiling bit-set v0.5.3
26872026-05-22T00:43:17.579Z Compiling ascii-canvas v3.0.0
26882026-05-22T00:43:17.735Z Compiling itertools v0.10.5
26892026-05-22T00:43:17.860Z Compiling ena v0.14.4
26902026-05-22T00:43:17.950Z Compiling libloading v0.8.9
26912026-05-22T00:43:18.050Z Compiling typify v0.4.3
26922026-05-22T00:43:18.149Z Compiling fs-err v2.11.0
26932026-05-22T00:43:18.206Z Compiling regex-syntax v0.6.29
26942026-05-22T00:43:18.242Z Compiling diff v0.1.13
26952026-05-22T00:43:18.278Z Compiling bindgen v0.71.1
26962026-05-22T00:43:18.427Z Checking diesel v2.3.7
26972026-05-22T00:43:18.510Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26982026-05-22T00:43:18.550Z Checking p384 v0.13.1
26992026-05-22T00:43:18.666Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27002026-05-22T00:43:18.780Z Compiling cexpr v0.6.0
27012026-05-22T00:43:18.866Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27022026-05-22T00:43:19.011Z Compiling rustc-hash v2.1.1
27032026-05-22T00:43:19.233Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27042026-05-22T00:43:19.383Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27052026-05-22T00:43:19.490Z Compiling libxml v0.3.3
27062026-05-22T00:43:19.606Z Compiling lalrpop v0.19.12
27072026-05-22T00:43:19.641Z Checking parse-size v1.1.0
27082026-05-22T00:43:19.795Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27092026-05-22T00:43:19.878Z Compiling strum_macros v0.24.3
27102026-05-22T00:43:20.477Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
27112026-05-22T00:43:20.670Z Compiling indoc v1.0.9
27122026-05-22T00:43:20.987Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27132026-05-22T00:43:21.139Z Checking assert_matches v1.5.0
27142026-05-22T00:43:21.176Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
27152026-05-22T00:43:21.277Z Compiling progenitor-impl v0.10.0
27162026-05-22T00:43:21.590Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27172026-05-22T00:43:21.856Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27182026-05-22T00:43:21.971Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
27192026-05-22T00:43:22.081Z Checking predicates-tree v1.0.13
27202026-05-22T00:43:22.137Z Checking quick-xml v0.37.5
27212026-05-22T00:43:22.224Z Checking derive_builder v0.20.2
27222026-05-22T00:43:22.369Z Compiling oso-derive v0.27.3
27232026-05-22T00:43:22.595Z Compiling trait-variant v0.1.2
27242026-05-22T00:43:22.901Z Compiling impl-trait-for-tuples v0.2.3
27252026-05-22T00:43:23.019Z Checking openssl-probe v0.1.6
27262026-05-22T00:43:23.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27272026-05-22T00:43:23.207Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27282026-05-22T00:43:23.445Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27292026-05-22T00:43:23.925Z Compiling progenitor-macro v0.10.0
27302026-05-22T00:43:24.531Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27312026-05-22T00:43:25.246Z Compiling mime_guess v2.0.5
27322026-05-22T00:43:25.495Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27332026-05-22T00:43:25.632Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27342026-05-22T00:43:25.817Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27352026-05-22T00:43:25.915Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27362026-05-22T00:43:26.145Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27372026-05-22T00:43:26.182Z Checking corncobs v0.1.4
27382026-05-22T00:43:26.346Z Checking http-range v0.1.5
27392026-05-22T00:43:26.437Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-05-22T00:43:26.509Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-05-22T00:43:26.787Z Compiling progenitor-impl v0.11.2
27422026-05-22T00:43:26.895Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27432026-05-22T00:43:27.529Z Checking ignore v0.4.25
27442026-05-22T00:43:27.985Z Checking secrecy v0.8.0
27452026-05-22T00:43:28.158Z Checking atty v0.2.14
27462026-05-22T00:43:28.842Z Checking progenitor v0.10.0
27472026-05-22T00:43:28.926Z Checking globwalk v0.9.1
27482026-05-22T00:43:29.019Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27492026-05-22T00:43:29.473Z Compiling progenitor-macro v0.11.2
27502026-05-22T00:43:29.512Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27512026-05-22T00:43:29.977Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27522026-05-22T00:43:30.038Z Checking progenitor-client v0.11.2
27532026-05-22T00:43:30.205Z Checking bb8 v0.8.6
27542026-05-22T00:43:30.317Z Compiling illumos-nvpair-sys v0.2.0
27552026-05-22T00:43:30.535Z Checking hyper-staticfile v0.10.1
27562026-05-22T00:43:30.605Z Checking camino-tempfile-ext v0.3.3
27572026-05-22T00:43:30.652Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27582026-05-22T00:43:30.834Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27592026-05-22T00:43:30.872Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-05-22T00:43:30.972Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27612026-05-22T00:43:31.097Z Checking signal-hook-tokio v0.3.1
27622026-05-22T00:43:31.260Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27632026-05-22T00:43:31.751Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27642026-05-22T00:43:31.787Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27652026-05-22T00:43:32.258Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27662026-05-22T00:43:32.594Z Checking async-bb8-diesel v0.2.1
27672026-05-22T00:43:32.670Z Checking diesel-dtrace v0.5.0
27682026-05-22T00:43:32.950Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27692026-05-22T00:43:32.984Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27702026-05-22T00:43:33.019Z Checking nonempty v0.12.0
27712026-05-22T00:43:33.248Z Checking illumos-nvpair v0.3.0
27722026-05-22T00:43:33.359Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27732026-05-22T00:43:33.442Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27742026-05-22T00:43:33.495Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27752026-05-22T00:43:33.775Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27762026-05-22T00:43:33.811Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27772026-05-22T00:43:33.871Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27782026-05-22T00:43:33.985Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27792026-05-22T00:43:34.244Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27802026-05-22T00:43:34.398Z Checking progenitor v0.11.2
27812026-05-22T00:43:34.434Z Checking tungstenite v0.23.0
27822026-05-22T00:43:34.532Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27832026-05-22T00:43:34.576Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27842026-05-22T00:43:34.891Z Checking tokio-tungstenite v0.23.1
27852026-05-22T00:43:35.218Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27862026-05-22T00:43:35.600Z Checking rand_seeder v0.4.0
27872026-05-22T00:43:35.690Z Checking void v1.0.2
27882026-05-22T00:43:35.726Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27892026-05-22T00:43:35.782Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27902026-05-22T00:43:35.831Z Checking lzss v0.8.2
27912026-05-22T00:43:35.978Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27922026-05-22T00:43:36.052Z Checking nix v0.27.1
27932026-05-22T00:43:36.140Z Checking serde_bytes v0.11.19
27942026-05-22T00:43:36.255Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-05-22T00:43:36.357Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27962026-05-22T00:43:36.464Z Checking is_ci v1.2.0
27972026-05-22T00:43:36.596Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27982026-05-22T00:43:36.630Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
27992026-05-22T00:43:36.896Z Checking yansi v1.0.1
28002026-05-22T00:43:36.938Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28012026-05-22T00:43:37.187Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28022026-05-22T00:43:37.304Z Checking pretty_assertions v1.4.1
28032026-05-22T00:43:37.464Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-05-22T00:43:37.499Z Compiling darling_core v0.23.0
28052026-05-22T00:43:37.731Z Compiling indoc v2.0.7
28062026-05-22T00:43:38.061Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28072026-05-22T00:43:38.241Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28082026-05-22T00:43:38.295Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28092026-05-22T00:43:38.522Z Compiling instability v0.3.11
28102026-05-22T00:43:38.917Z Compiling libz-sys v1.1.24
28112026-05-22T00:43:39.088Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-05-22T00:43:39.325Z Checking castaway v0.2.4
28132026-05-22T00:43:39.472Z Checking compact_str v0.8.1
28142026-05-22T00:43:40.110Z Compiling darling_macro v0.23.0
28152026-05-22T00:43:40.526Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28162026-05-22T00:43:40.633Z Compiling darling v0.23.0
28172026-05-22T00:43:40.729Z Checking supports-color v3.0.2
28182026-05-22T00:43:40.841Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28192026-05-22T00:43:40.896Z Checking unicode-truncate v1.1.0
28202026-05-22T00:43:41.069Z Checking console v0.16.2
28212026-05-22T00:43:41.104Z Checking lru v0.12.5
28222026-05-22T00:43:41.299Z Checking unit-prefix v0.5.2
28232026-05-22T00:43:41.407Z Checking cassowary v0.3.0
28242026-05-22T00:43:41.478Z Checking indicatif v0.18.4
28252026-05-22T00:43:41.513Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28262026-05-22T00:43:41.547Z Compiling libgit2-sys v0.18.3+1.9.2
28272026-05-22T00:43:41.651Z Checking ratatui v0.29.0
28282026-05-22T00:43:41.760Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28292026-05-22T00:43:42.045Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28302026-05-22T00:43:42.275Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-05-22T00:43:42.606Z Compiling vergen-git2 v1.0.7
28322026-05-22T00:43:42.831Z Checking plotters-backend v0.3.7
28332026-05-22T00:43:43.027Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-05-22T00:43:43.066Z Checking plotters-svg v0.3.7
28352026-05-22T00:43:43.260Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28362026-05-22T00:43:43.297Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28372026-05-22T00:43:43.402Z Checking colored v2.2.0
28382026-05-22T00:43:43.491Z Compiling rustls v0.21.12
28392026-05-22T00:43:43.639Z Checking cast v0.3.0
28402026-05-22T00:43:43.708Z Checking shell-words v1.1.1
28412026-05-22T00:43:43.832Z Checking criterion-plot v0.6.0
28422026-05-22T00:43:43.960Z Checking plotters v0.3.7
28432026-05-22T00:43:44.043Z Checking typeid v1.0.3
28442026-05-22T00:43:44.105Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28452026-05-22T00:43:44.176Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28462026-05-22T00:43:44.403Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28472026-05-22T00:43:44.631Z Checking rustls-webpki v0.101.7
28482026-05-22T00:43:44.711Z Checking sct v0.7.1
28492026-05-22T00:43:44.878Z Checking tinytemplate v1.2.1
28502026-05-22T00:43:44.996Z Compiling nix v0.29.0
28512026-05-22T00:43:45.095Z Compiling dropshot v0.16.7
28522026-05-22T00:43:45.132Z Checking hex-literal v0.4.1
28532026-05-22T00:43:45.261Z Checking oorandom v11.1.5
28542026-05-22T00:43:45.321Z Checking anes v0.1.6
28552026-05-22T00:43:45.479Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
28562026-05-22T00:43:45.549Z Checking criterion v0.7.0
28572026-05-22T00:43:46.236Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28582026-05-22T00:43:46.746Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28592026-05-22T00:43:46.822Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28602026-05-22T00:43:48.356Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612026-05-22T00:43:48.714Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28622026-05-22T00:43:48.954Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28632026-05-22T00:43:49.795Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28642026-05-22T00:43:50.822Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28652026-05-22T00:43:51.691Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-05-22T00:43:51.832Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28672026-05-22T00:43:52.204Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28682026-05-22T00:43:53.013Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-05-22T00:43:53.516Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28702026-05-22T00:43:53.788Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28712026-05-22T00:43:54.355Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28722026-05-22T00:43:54.808Z Checking erased-serde v0.4.9
28732026-05-22T00:43:55.198Z Checking toml v0.9.12+spec-1.1.0
28742026-05-22T00:43:55.321Z Checking ordered-float v2.10.1
28752026-05-22T00:43:55.591Z Compiling dropshot_endpoint v0.16.7
28762026-05-22T00:43:55.819Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28772026-05-22T00:43:55.822Z Checking serde-value v0.7.0
28782026-05-22T00:43:56.100Z Checking serde-untagged v0.1.9
28792026-05-22T00:43:56.332Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28802026-05-22T00:43:56.516Z Checking tokio-rustls v0.24.1
28812026-05-22T00:43:56.746Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28822026-05-22T00:43:56.963Z Checking rustls-pemfile v1.0.4
28832026-05-22T00:43:57.134Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28842026-05-22T00:43:57.362Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28852026-05-22T00:43:57.558Z Checking twox-hash v2.1.2
28862026-05-22T00:43:57.758Z Checking unicode-xid v0.2.6
28872026-05-22T00:43:57.885Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
28882026-05-22T00:43:57.982Z Checking cargo-util-schemas v0.8.2
28892026-05-22T00:43:58.871Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28902026-05-22T00:43:59.195Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28912026-05-22T00:43:59.314Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28922026-05-22T00:43:59.508Z Checking fatfs v0.3.6
28932026-05-22T00:43:59.714Z Checking cargo-platform v0.2.0
28942026-05-22T00:43:59.936Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28952026-05-22T00:43:59.993Z Compiling petname v2.0.2
28962026-05-22T00:44:00.507Z Compiling seq-macro v0.3.6
28972026-05-22T00:44:01.194Z Checking cargo_metadata v0.21.0
28982026-05-22T00:44:01.272Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28992026-05-22T00:44:01.545Z Compiling samael v0.0.19
29002026-05-22T00:44:01.965Z Checking concurrent-queue v2.5.0
29012026-05-22T00:44:02.185Z Checking rtoolbox v0.0.3
29022026-05-22T00:44:02.358Z Checking parking v2.2.1
29032026-05-22T00:44:02.517Z Checking event-listener v5.4.1
29042026-05-22T00:44:02.775Z Checking rpassword v7.4.0
29052026-05-22T00:44:03.359Z Checking tui-tree-widget v0.23.1
29062026-05-22T00:44:03.395Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-05-22T00:44:03.579Z Checking polyval v0.6.2
29082026-05-22T00:44:03.614Z Checking sapling-renderdag v0.1.0
29092026-05-22T00:44:03.782Z Checking sync-ptr v0.1.4
29102026-05-22T00:44:03.892Z Checking ghash v0.5.1
29112026-05-22T00:44:03.935Z Checking event-listener-strategy v0.5.4
29122026-05-22T00:44:04.047Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29132026-05-22T00:44:04.129Z Checking ctr v0.9.2
29142026-05-22T00:44:04.272Z Checking arrayvec v0.7.6
29152026-05-22T00:44:04.335Z Checking arrayref v0.3.9
29162026-05-22T00:44:04.442Z Checking futures-timer v3.0.3
29172026-05-22T00:44:04.495Z Checking constant_time_eq v0.4.2
29182026-05-22T00:44:04.661Z Checking aes-gcm v0.10.3
29192026-05-22T00:44:04.742Z Checking async-lock v3.4.2
29202026-05-22T00:44:04.852Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29212026-05-22T00:44:05.159Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29222026-05-22T00:44:05.967Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29232026-05-22T00:44:06.729Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29242026-05-22T00:44:06.776Z Checking ssh-encoding v0.2.0
29252026-05-22T00:44:07.010Z Checking blowfish v0.9.1
29262026-05-22T00:44:07.199Z Checking bcrypt-pbkdf v0.10.0
29272026-05-22T00:44:07.404Z Checking ssh-cipher v0.2.0
29282026-05-22T00:44:07.616Z Checking async-object-pool v0.2.0
29292026-05-22T00:44:07.768Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29302026-05-22T00:44:07.893Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29312026-05-22T00:44:07.942Z Checking serde_regex v1.1.0
29322026-05-22T00:44:08.147Z Checking password-hash v0.4.2
29332026-05-22T00:44:08.184Z Checking assert-json-diff v2.0.2
29342026-05-22T00:44:08.389Z Checking path-tree v0.8.3
29352026-05-22T00:44:08.423Z Checking gimli v0.32.3
29362026-05-22T00:44:08.567Z Compiling target-lexicon v0.13.3
29372026-05-22T00:44:08.611Z Checking stringmetrics v2.2.2
29382026-05-22T00:44:08.799Z Checking httpmock v0.8.3
29392026-05-22T00:44:09.163Z Checking pbkdf2 v0.11.0
29402026-05-22T00:44:09.373Z Compiling git2 v0.20.4
29412026-05-22T00:44:09.429Z Checking ssh-key v0.6.7
29422026-05-22T00:44:09.989Z Checking addr2line v0.25.1
29432026-05-22T00:44:10.297Z Checking p256 v0.13.2
29442026-05-22T00:44:10.588Z Checking p521 v0.13.3
29452026-05-22T00:44:11.019Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29462026-05-22T00:44:11.060Z Checking russh-cryptovec v0.7.3
29472026-05-22T00:44:11.216Z Compiling guppy-workspace-hack v0.1.0
29482026-05-22T00:44:11.254Z Checking rustc-demangle v0.1.27
29492026-05-22T00:44:11.293Z Checking md5 v0.7.0
29502026-05-22T00:44:11.522Z Checking russh-keys v0.45.0
29512026-05-22T00:44:11.525Z Checking backtrace v0.3.76
29522026-05-22T00:44:11.868Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29532026-05-22T00:44:12.102Z Checking num-bigint v0.4.6
29542026-05-22T00:44:12.197Z Checking des v0.8.1
29552026-05-22T00:44:12.368Z Compiling blake3 v1.8.3
29562026-05-22T00:44:12.404Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29572026-05-22T00:44:12.439Z Compiling target-spec v3.5.7
29582026-05-22T00:44:12.735Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29592026-05-22T00:44:12.843Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29602026-05-22T00:44:13.077Z Checking backtrace-ext v0.2.1
29612026-05-22T00:44:13.207Z Checking russh v0.45.0
29622026-05-22T00:44:13.250Z Checking cfg-expr v0.20.6
29632026-05-22T00:44:13.394Z Checking supports-color v2.1.0
29642026-05-22T00:44:13.521Z Checking textwrap v0.15.2
29652026-05-22T00:44:13.591Z Checking supports-unicode v2.1.0
29662026-05-22T00:44:13.682Z Checking supports-hyperlinks v2.1.0
29672026-05-22T00:44:13.736Z Checking hashbrown v0.14.5
29682026-05-22T00:44:13.793Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29692026-05-22T00:44:13.833Z Checking cargo-platform v0.3.2
29702026-05-22T00:44:14.026Z Checking socket2 v0.5.10
29712026-05-22T00:44:14.063Z Checking terminal_size v0.1.17
29722026-05-22T00:44:14.207Z Compiling miette-derive v5.10.0
29732026-05-22T00:44:14.246Z Checking internet-checksum v0.2.1
29742026-05-22T00:44:14.317Z Checking owo-colors v3.5.0
29752026-05-22T00:44:14.400Z Checking chumsky v0.9.3
29762026-05-22T00:44:14.886Z Checking cargo_metadata v0.23.1
29772026-05-22T00:44:15.403Z Checking miette v5.10.0
29782026-05-22T00:44:15.684Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-05-22T00:44:15.718Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29802026-05-22T00:44:15.802Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29812026-05-22T00:44:15.957Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29822026-05-22T00:44:16.140Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29832026-05-22T00:44:16.179Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29842026-05-22T00:44:16.426Z Compiling knuffel-derive v3.2.0
29852026-05-22T00:44:16.528Z Checking httptest v0.16.4
29862026-05-22T00:44:16.709Z Checking pathdiff v0.2.3
29872026-05-22T00:44:16.829Z Compiling polar-core v0.27.3
29882026-05-22T00:44:16.867Z Checking topological-sort v0.2.2
29892026-05-22T00:44:16.936Z Checking nested v0.1.1
29902026-05-22T00:44:17.038Z Checking omicron-zone-package v0.12.2
29912026-05-22T00:44:17.072Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-05-22T00:44:17.109Z Checking guppy v0.17.25
29932026-05-22T00:44:17.342Z Checking similar-asserts v1.7.0
29942026-05-22T00:44:17.604Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29952026-05-22T00:44:17.815Z Compiling target-triple v1.0.0
29962026-05-22T00:44:18.015Z Checking knuffel v3.2.0
29972026-05-22T00:44:18.094Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29982026-05-22T00:44:18.192Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29992026-05-22T00:44:18.228Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30002026-05-22T00:44:18.705Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30012026-05-22T00:44:18.788Z Checking hickory-client v0.25.2
30022026-05-22T00:44:18.944Z Checking tokio-test v0.4.5
30032026-05-22T00:44:19.112Z Compiling assert_cmd v2.1.2
30042026-05-22T00:44:19.187Z Checking escape8259 v0.5.3
30052026-05-22T00:44:19.358Z Checking libtest-mimic v0.8.1
30062026-05-22T00:44:19.617Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30072026-05-22T00:44:19.652Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30082026-05-22T00:44:19.761Z Checking blake2b_simd v1.0.4
30092026-05-22T00:44:19.957Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30102026-05-22T00:44:20.206Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-05-22T00:44:20.401Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30122026-05-22T00:44:20.488Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30132026-05-22T00:44:20.652Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30142026-05-22T00:44:20.737Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30152026-05-22T00:44:21.019Z Checking fancy-regex v0.14.0
30162026-05-22T00:44:21.152Z Checking serde_tokenstream v0.2.3
30172026-05-22T00:44:21.268Z Checking approx v0.5.1
30182026-05-22T00:44:21.411Z Compiling rstest_macros v0.25.0
30192026-05-22T00:44:21.445Z Checking uzers v0.12.2
30202026-05-22T00:44:21.449Z Checking constant_time_eq v0.3.1
30212026-05-22T00:44:21.449Z Compiling linkme-impl v0.3.35
30222026-05-22T00:44:21.584Z Checking termcolor v1.4.1
30232026-05-22T00:44:21.760Z Checking rust-argon2 v2.1.0
30242026-05-22T00:44:21.836Z Checking trybuild v1.0.116
30252026-05-22T00:44:21.909Z Checking datatest-stable v0.3.3
30262026-05-22T00:44:22.117Z Checking oso v0.27.3
30272026-05-22T00:44:22.225Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30282026-05-22T00:44:22.293Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30292026-05-22T00:44:22.505Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30302026-05-22T00:44:22.540Z Checking support-bundle-viewer v0.1.2
30312026-05-22T00:44:22.609Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30322026-05-22T00:44:22.816Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30332026-05-22T00:44:22.852Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30342026-05-22T00:44:23.045Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30352026-05-22T00:44:23.082Z Checking drift v0.1.4
30362026-05-22T00:44:23.116Z Checking rand_distr v0.5.1
30372026-05-22T00:44:23.192Z Checking multimap v0.10.1
30382026-05-22T00:44:23.303Z Compiling relative-path v1.9.3
30392026-05-22T00:44:23.403Z Compiling linkme v0.3.35
30402026-05-22T00:44:23.437Z Checking dropshot-api-manager v0.7.1
30412026-05-22T00:44:23.861Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-05-22T00:44:24.504Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-05-22T00:44:24.676Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-05-22T00:44:24.788Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-05-22T00:44:25.025Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-05-22T00:44:25.251Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-05-22T00:44:25.287Z Checking cargo_toml v0.21.0
30482026-05-22T00:44:25.556Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30492026-05-22T00:44:25.693Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30502026-05-22T00:44:25.822Z Checking partial-io v0.5.4
30512026-05-22T00:44:25.979Z Checking termios v0.3.3
30522026-05-22T00:44:26.021Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30532026-05-22T00:44:26.138Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30542026-05-22T00:44:26.171Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30552026-05-22T00:44:26.308Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-05-22T00:44:27.210Z Checking rstest v0.25.0
30572026-05-22T00:44:30.866Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30582026-05-22T00:44:32.112Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30592026-05-22T00:44:35.840Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30602026-05-22T00:44:38.890Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-05-22T00:44:43.218Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-05-22T00:44:47.199Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-05-22T00:44:50.365Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30642026-05-22T00:44:51.370Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30652026-05-22T00:44:53.042Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30662026-05-22T00:45:00.034Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30672026-05-22T00:45:04.153Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30682026-05-22T00:46:17.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
30692026-05-22T00:46:18.208Z
30702026-05-22T00:46:18.208Zreal 4:16.498548652
30712026-05-22T00:46:18.208Zuser 21:55.350134582
30722026-05-22T00:46:18.208Zsys 5:16.135175474
30732026-05-22T00:46:18.208Ztrap 0.506536812
30742026-05-22T00:46:18.208Ztflt 0.552562845
30752026-05-22T00:46:18.208Zdflt 0.541517453
30762026-05-22T00:46:18.208Zkflt 0.005815163
30772026-05-22T00:46:18.208Zlock 1:00:38.109804948
30782026-05-22T00:46:18.208Zslp 1:00:01.769790079
30792026-05-22T00:46:18.208Zlat 1:52.187991783
30802026-05-22T00:46:18.208Zstop 11:50.812793758
30812026-05-22T00:46:18.211Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30822026-05-22T00:46:18.211Z+ ptime -m cargo doc --workspace --no-deps
30832026-05-22T00:46:19.108Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30842026-05-22T00:46:19.108Z |
30852026-05-22T00:46:19.108Z = 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)`
30862026-05-22T00:46:19.108Z = 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>
30872026-05-22T00:46:20.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30882026-05-22T00:46:20.411Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30892026-05-22T00:46:20.459Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30902026-05-22T00:46:20.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30912026-05-22T00:46:20.645Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30922026-05-22T00:46:20.698Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30932026-05-22T00:46:20.727Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30942026-05-22T00:46:20.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30952026-05-22T00:46:20.803Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30962026-05-22T00:46:20.912Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30972026-05-22T00:46:20.983Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30982026-05-22T00:46:21.008Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30992026-05-22T00:46:21.032Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31002026-05-22T00:46:21.094Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31012026-05-22T00:46:21.129Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31022026-05-22T00:46:21.144Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31032026-05-22T00:46:21.166Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31042026-05-22T00:46:21.191Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31052026-05-22T00:46:21.216Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31062026-05-22T00:46:21.264Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-05-22T00:46:21.468Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31082026-05-22T00:46:21.526Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31092026-05-22T00:46:21.754Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31102026-05-22T00:46:21.779Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31112026-05-22T00:46:21.896Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31122026-05-22T00:46:22.043Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31132026-05-22T00:46:22.232Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31142026-05-22T00:46:22.267Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31152026-05-22T00:46:22.369Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31162026-05-22T00:46:22.406Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31172026-05-22T00:46:22.555Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31182026-05-22T00:46:22.668Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31192026-05-22T00:46:22.774Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31202026-05-22T00:46:22.863Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31212026-05-22T00:46:22.886Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31222026-05-22T00:46:22.909Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31232026-05-22T00:46:22.933Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31242026-05-22T00:46:23.037Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31252026-05-22T00:46:23.200Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31262026-05-22T00:46:23.329Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31272026-05-22T00:46:23.369Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31282026-05-22T00:46:23.395Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31292026-05-22T00:46:23.475Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31302026-05-22T00:46:23.557Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31312026-05-22T00:46:23.709Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31322026-05-22T00:46:23.741Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31332026-05-22T00:46:23.766Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31342026-05-22T00:46:23.874Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31352026-05-22T00:46:23.940Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31362026-05-22T00:46:23.988Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31372026-05-22T00:46:24.352Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31382026-05-22T00:46:24.556Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31392026-05-22T00:46:24.614Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31402026-05-22T00:46:24.745Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31412026-05-22T00:46:24.771Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31422026-05-22T00:46:25.106Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31432026-05-22T00:46:25.150Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31442026-05-22T00:46:25.355Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31452026-05-22T00:46:26.351Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31462026-05-22T00:46:26.376Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31472026-05-22T00:46:26.584Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31482026-05-22T00:46:26.611Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31492026-05-22T00:46:26.966Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31502026-05-22T00:46:26.993Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31512026-05-22T00:46:27.156Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31522026-05-22T00:46:27.193Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31532026-05-22T00:46:27.424Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31542026-05-22T00:46:27.735Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31552026-05-22T00:46:28.622Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31562026-05-22T00:46:28.999Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31572026-05-22T00:46:29.059Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31582026-05-22T00:46:29.124Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31592026-05-22T00:46:29.230Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31602026-05-22T00:46:29.417Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31612026-05-22T00:46:29.504Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31622026-05-22T00:46:29.567Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31632026-05-22T00:46:29.834Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31642026-05-22T00:46:29.925Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31652026-05-22T00:46:29.950Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31662026-05-22T00:46:29.953Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31672026-05-22T00:46:30.193Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31682026-05-22T00:46:30.236Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31692026-05-22T00:46:30.500Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31702026-05-22T00:46:30.566Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31712026-05-22T00:46:30.738Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31722026-05-22T00:46:30.839Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31732026-05-22T00:46:30.891Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31742026-05-22T00:46:31.081Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31752026-05-22T00:46:31.194Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762026-05-22T00:46:31.478Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31772026-05-22T00:46:31.698Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31782026-05-22T00:46:31.958Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31792026-05-22T00:46:31.983Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31802026-05-22T00:46:32.257Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31812026-05-22T00:46:32.483Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31822026-05-22T00:46:32.537Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31832026-05-22T00:46:32.573Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31842026-05-22T00:46:32.738Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31852026-05-22T00:46:32.763Z Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31862026-05-22T00:46:32.858Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-05-22T00:46:32.965Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31882026-05-22T00:46:33.012Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31892026-05-22T00:46:33.347Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31902026-05-22T00:46:33.565Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31912026-05-22T00:46:33.692Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31922026-05-22T00:46:34.183Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31932026-05-22T00:46:34.257Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31942026-05-22T00:46:34.518Z Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31952026-05-22T00:46:34.643Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
31962026-05-22T00:46:35.080Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31972026-05-22T00:46:35.105Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31982026-05-22T00:46:35.261Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31992026-05-22T00:46:35.830Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32002026-05-22T00:46:36.057Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32012026-05-22T00:46:36.131Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32022026-05-22T00:46:36.424Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32032026-05-22T00:46:36.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042026-05-22T00:46:36.620Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32052026-05-22T00:46:36.689Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32062026-05-22T00:46:36.786Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32072026-05-22T00:46:36.983Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32082026-05-22T00:46:37.008Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32092026-05-22T00:46:37.275Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32102026-05-22T00:46:37.377Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32112026-05-22T00:46:37.405Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32122026-05-22T00:46:37.623Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32132026-05-22T00:46:37.752Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32142026-05-22T00:46:37.885Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32152026-05-22T00:46:37.995Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32162026-05-22T00:46:38.019Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32172026-05-22T00:46:38.171Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32182026-05-22T00:46:38.235Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32192026-05-22T00:46:38.382Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32202026-05-22T00:46:38.408Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32212026-05-22T00:46:38.614Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32222026-05-22T00:46:38.639Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32232026-05-22T00:46:38.721Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32242026-05-22T00:46:38.761Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32252026-05-22T00:46:38.819Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32262026-05-22T00:46:38.843Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32272026-05-22T00:46:38.983Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32282026-05-22T00:46:39.007Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32292026-05-22T00:46:39.076Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-05-22T00:46:39.199Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32312026-05-22T00:46:39.313Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32322026-05-22T00:46:39.358Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32332026-05-22T00:46:39.405Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32342026-05-22T00:46:39.607Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32352026-05-22T00:46:39.850Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32362026-05-22T00:46:40.250Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32372026-05-22T00:46:40.457Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32382026-05-22T00:46:40.671Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32392026-05-22T00:46:40.867Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32402026-05-22T00:46:40.926Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32412026-05-22T00:46:40.957Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32422026-05-22T00:46:41.094Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32432026-05-22T00:46:41.214Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32442026-05-22T00:46:41.407Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32452026-05-22T00:46:41.432Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32462026-05-22T00:46:41.916Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32472026-05-22T00:46:41.941Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32482026-05-22T00:46:42.140Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32492026-05-22T00:46:42.265Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32502026-05-22T00:46:42.352Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32512026-05-22T00:46:42.476Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32522026-05-22T00:46:42.561Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32532026-05-22T00:46:42.684Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32542026-05-22T00:46:42.687Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32552026-05-22T00:46:42.731Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32562026-05-22T00:46:42.782Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32572026-05-22T00:46:43.026Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-05-22T00:46:43.049Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32592026-05-22T00:46:43.097Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32602026-05-22T00:46:43.527Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32612026-05-22T00:46:43.641Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32622026-05-22T00:46:43.854Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32632026-05-22T00:46:44.385Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32642026-05-22T00:46:44.465Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32652026-05-22T00:46:44.592Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32662026-05-22T00:46:44.732Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32672026-05-22T00:46:45.148Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682026-05-22T00:46:45.250Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32692026-05-22T00:46:45.372Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32702026-05-22T00:46:46.857Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32712026-05-22T00:46:47.300Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722026-05-22T00:46:48.091Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32732026-05-22T00:46:50.228Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32742026-05-22T00:46:50.353Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32752026-05-22T00:46:50.709Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32762026-05-22T00:46:51.208Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32772026-05-22T00:46:51.530Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32782026-05-22T00:46:51.843Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32792026-05-22T00:46:51.913Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32802026-05-22T00:46:52.153Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32812026-05-22T00:46:52.622Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32822026-05-22T00:46:52.697Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32832026-05-22T00:46:52.762Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32842026-05-22T00:46:52.896Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
32852026-05-22T00:46:53.732Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2220683020225d822150ded8d87c87d3bcddfded#22206830)
32862026-05-22T00:46:55.144Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32872026-05-22T00:46:55.676Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32882026-05-22T00:46:55.703Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32892026-05-22T00:46:55.817Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32902026-05-22T00:46:55.927Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32912026-05-22T00:46:56.591Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-05-22T00:46:56.840Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32932026-05-22T00:46:57.389Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32942026-05-22T00:46:57.414Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32952026-05-22T00:46:57.930Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32962026-05-22T00:46:58.426Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32972026-05-22T00:46:58.810Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32982026-05-22T00:46:58.982Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32992026-05-22T00:46:59.586Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33002026-05-22T00:46:59.610Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33012026-05-22T00:46:59.725Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33022026-05-22T00:47:00.387Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33032026-05-22T00:47:02.081Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33042026-05-22T00:47:02.354Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33052026-05-22T00:47:02.606Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33062026-05-22T00:47:02.990Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33072026-05-22T00:47:03.099Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33082026-05-22T00:47:03.835Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33092026-05-22T00:47:04.763Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-05-22T00:47:05.201Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33112026-05-22T00:47:05.508Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33122026-05-22T00:47:05.732Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-05-22T00:47:06.135Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33142026-05-22T00:47:06.753Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-05-22T00:47:07.644Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-05-22T00:47:07.920Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33172026-05-22T00:47:08.371Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33182026-05-22T00:47:08.776Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33192026-05-22T00:47:09.235Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33202026-05-22T00:47:09.871Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33212026-05-22T00:47:11.314Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33222026-05-22T00:47:11.718Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33232026-05-22T00:47:12.268Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-05-22T00:47:13.206Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33252026-05-22T00:47:13.765Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33262026-05-22T00:47:14.382Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272026-05-22T00:47:14.494Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33282026-05-22T00:47:14.962Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-05-22T00:47:15.596Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33302026-05-22T00:47:16.330Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33312026-05-22T00:47:16.920Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33322026-05-22T00:47:17.245Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33332026-05-22T00:47:17.623Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33342026-05-22T00:47:17.734Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33352026-05-22T00:47:18.343Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33362026-05-22T00:47:18.435Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33372026-05-22T00:47:19.007Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33382026-05-22T00:47:19.553Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33392026-05-22T00:47:19.669Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33402026-05-22T00:47:20.291Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33412026-05-22T00:47:20.562Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33422026-05-22T00:47:20.593Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33432026-05-22T00:47:20.621Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33442026-05-22T00:47:20.646Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33452026-05-22T00:47:21.210Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33462026-05-22T00:47:21.357Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33472026-05-22T00:47:21.446Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33482026-05-22T00:47:22.034Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33492026-05-22T00:47:22.504Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33502026-05-22T00:47:23.334Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33512026-05-22T00:47:23.360Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33522026-05-22T00:47:26.691Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33532026-05-22T00:47:29.669Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33542026-05-22T00:47:30.705Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33552026-05-22T00:47:31.815Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33562026-05-22T00:47:32.642Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33572026-05-22T00:47:34.441Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33582026-05-22T00:47:35.524Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33592026-05-22T00:47:36.949Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33602026-05-22T00:47:37.199Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33612026-05-22T00:47:39.507Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33622026-05-22T00:47:39.565Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33632026-05-22T00:47:40.483Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33642026-05-22T00:47:48.066Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33652026-05-22T00:47:49.388Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33662026-05-22T00:47:50.413Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33672026-05-22T00:47:51.596Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33682026-05-22T00:47:51.764Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33692026-05-22T00:47:53.178Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33702026-05-22T00:47:54.461Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33712026-05-22T00:47:55.728Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33722026-05-22T00:47:56.983Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33732026-05-22T00:47:58.358Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33742026-05-22T00:47:59.997Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33752026-05-22T00:48:01.009Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33762026-05-22T00:48:02.446Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33772026-05-22T00:48:03.598Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33782026-05-22T00:48:05.066Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33792026-05-22T00:48:06.336Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33802026-05-22T00:48:07.811Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33812026-05-22T00:48:10.201Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33822026-05-22T00:48:11.082Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33832026-05-22T00:48:13.072Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33842026-05-22T00:48:14.543Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33852026-05-22T00:48:16.245Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33862026-05-22T00:48:17.919Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33872026-05-22T00:48:19.790Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-05-22T00:48:21.506Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33892026-05-22T00:48:23.167Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33902026-05-22T00:48:25.045Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33912026-05-22T00:48:29.066Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33922026-05-22T00:48:29.989Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33932026-05-22T00:48:31.029Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33942026-05-22T00:48:34.007Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33952026-05-22T00:48:34.269Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33962026-05-22T00:48:36.352Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33972026-05-22T00:48:38.604Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33982026-05-22T00:48:41.060Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33992026-05-22T00:48:43.386Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34002026-05-22T00:48:45.248Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34012026-05-22T00:48:47.424Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34022026-05-22T00:48:49.477Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34032026-05-22T00:48:51.525Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34042026-05-22T00:48:53.649Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34052026-05-22T00:48:55.701Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34062026-05-22T00:48:57.451Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34072026-05-22T00:48:59.867Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34082026-05-22T00:49:01.715Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-05-22T00:49:03.831Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34102026-05-22T00:49:05.997Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34112026-05-22T00:49:08.134Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34122026-05-22T00:49:10.309Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34132026-05-22T00:49:12.421Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34142026-05-22T00:49:14.528Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34152026-05-22T00:49:16.747Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34162026-05-22T00:49:19.354Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34172026-05-22T00:49:21.418Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34182026-05-22T00:49:23.782Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34192026-05-22T00:49:26.082Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34202026-05-22T00:49:28.365Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34212026-05-22T00:49:30.646Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34222026-05-22T00:49:33.104Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34232026-05-22T00:49:35.328Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34242026-05-22T00:49:37.664Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34252026-05-22T00:49:40.235Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34262026-05-22T00:49:42.625Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34272026-05-22T00:49:44.369Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34282026-05-22T00:49:47.237Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34292026-05-22T00:49:49.458Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34302026-05-22T00:49:51.875Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34312026-05-22T00:49:54.332Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34322026-05-22T00:49:56.796Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-05-22T00:49:59.312Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34342026-05-22T00:50:01.876Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34352026-05-22T00:50:04.388Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34362026-05-22T00:50:06.789Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34372026-05-22T00:50:09.376Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34382026-05-22T00:50:11.800Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392026-05-22T00:50:14.437Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34402026-05-22T00:50:16.969Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34412026-05-22T00:50:19.450Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34422026-05-22T00:50:22.038Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34432026-05-22T00:50:29.322Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34442026-05-22T00:50:29.887Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34452026-05-22T00:50:33.014Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34462026-05-22T00:50:36.367Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34472026-05-22T00:50:39.688Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34482026-05-22T00:50:44.318Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34492026-05-22T00:50:47.307Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34502026-05-22T00:50:50.838Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34512026-05-22T00:50:54.501Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-22T00:50:58.146Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34532026-05-22T00:51:01.829Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34542026-05-22T00:51:05.440Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34552026-05-22T00:51:09.074Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34562026-05-22T00:51:12.877Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34572026-05-22T00:51:16.424Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34582026-05-22T00:51:20.016Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34592026-05-22T00:51:23.806Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34602026-05-22T00:51:27.379Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34612026-05-22T00:51:31.156Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34622026-05-22T00:51:34.767Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34632026-05-22T00:51:38.465Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34642026-05-22T00:51:42.155Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34652026-05-22T00:51:45.742Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34662026-05-22T00:51:49.457Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34672026-05-22T00:51:53.340Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34682026-05-22T00:51:56.874Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34692026-05-22T00:52:00.597Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34702026-05-22T00:52:30.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 11s
34712026-05-22T00:52:30.330Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 196 other files
34722026-05-22T00:52:30.445Z
34732026-05-22T00:52:30.445Zreal 6:12.141589150
34742026-05-22T00:52:30.446Zuser 18:39.211900789
34752026-05-22T00:52:30.446Zsys 4:02.066807439
34762026-05-22T00:52:30.446Ztrap 0.271605459
34772026-05-22T00:52:30.446Ztflt 0.027992424
34782026-05-22T00:52:30.446Zdflt 0.034010536
34792026-05-22T00:52:30.446Zkflt 0.000063340
34802026-05-22T00:52:30.446Zlock 5:21:00.221286297
34812026-05-22T00:52:30.446Zslp 2:01:21.105321465
34822026-05-22T00:52:30.446Zlat 39.403555233
34832026-05-22T00:52:30.446Zstop 1:52.874761993
34842026-05-22T00:52:30.449Zprocess exited: duration 765792 ms, exit code 0
 
34852026-05-22T00:52:30.454Zfound 0 output files