01KVKKDH2MQSTAXF8PGMYPRNE1: clippy (helios)

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

Buildomat Job: 01KVKKDWWQWVFBPW289VKEVB5H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T22:47:34.747Zjob assigned to worker 01KVKKE1BV7K0XEPRRRZ955GJE [factory aws, i-04f4a11bcc91ab539] (queued for 56 s)
 
22026-06-20T22:47:41.720Zstarting task 0: "setup"
32026-06-20T22:47:41.724Z++ uname -s
42026-06-20T22:47:41.727Z+ kern=SunOS
52026-06-20T22:47:41.727Z+ build_user=build
62026-06-20T22:47:41.727Z+ build_uid=12345
72026-06-20T22:47:41.727Z+ work_dir=/work
82026-06-20T22:47:41.727Z+ input_dir=/input
92026-06-20T22:47:41.727Z+ [[ 0 == 12345 ]]
102026-06-20T22:47:41.727Z+ case "$kern" in
112026-06-20T22:47:41.727Z+ groupadd -g 12345 build
122026-06-20T22:47:41.730Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T22:47:43.761Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T22:47:43.834Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T22:47:43.837Z+ home_fs=zfs
162026-06-20T22:47:43.837Z+ [[ zfs == autofs ]]
172026-06-20T22:47:43.837Z+ mkdir -p /home/build
182026-06-20T22:47:43.837Z+ chown build:build /home/build /work
192026-06-20T22:47:45.839Z+ chmod 0700 /home/build /work
202026-06-20T22:47:45.842Zprocess exited: duration 4123 ms, exit code 0
 
212026-06-20T22:47:45.847Zstarting task 1: "rust-toolchain"
222026-06-20T22:47:45.852Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T22:47:45.853Z * rust toolchain channel = "1.94.0"
242026-06-20T22:47:45.853Z * rust toolchain profile = "default"
252026-06-20T22:47:45.853Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T22:47:45.853Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T22:47:45.856Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T22:47:45.856Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T22:47:45.856Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T22:47:45.957Zinfo: downloading installer
312026-06-20T22:47:47.388Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T22:47:47.389Zwarn: /home/build/.rustup/settings.toml
332026-06-20T22:47:47.389Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T22:47:47.389Zwarn: instead of the one inferred from the default host triple.
352026-06-20T22:47:47.401Zinfo: profile set to default
362026-06-20T22:47:47.401Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T22:47:47.404Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T22:47:47.552Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T22:47:47.555Zinfo: downloading 6 components
402026-06-20T22:48:02.426Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T22:48:02.427Z
422026-06-20T22:48:02.455Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T22:48:02.455Z
442026-06-20T22:48:02.455Z
452026-06-20T22:48:02.455ZRust is installed now. Great!
462026-06-20T22:48:02.455Z
472026-06-20T22:48:02.455ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T22:48:02.455Zenvironment variable. This has not been done automatically.
492026-06-20T22:48:02.455Z
502026-06-20T22:48:02.455ZTo configure your current shell, you need to source
512026-06-20T22:48:02.455Zthe corresponding env file under $HOME/.cargo.
522026-06-20T22:48:02.455Z
532026-06-20T22:48:02.455ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T22:48:02.455Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T22:48:02.455Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T22:48:02.463Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T22:48:02.463Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T22:48:02.463Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T22:48:02.463Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T22:48:02.463Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T22:48:02.464Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T22:48:02.553Z+ rustup --version
632026-06-20T22:48:02.562Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T22:48:02.565Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T22:48:02.584Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T22:48:02.589Z+ cargo --version
672026-06-20T22:48:02.602Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T22:48:02.605Z+ rustc --version
692026-06-20T22:48:02.622Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T22:48:02.625Zprocess exited: duration 16777 ms, exit code 0
 
712026-06-20T22:48:02.630Zstarting task 2: "authentication"
722026-06-20T22:48:02.647Zprocess exited: duration 16 ms, exit code 0
 
732026-06-20T22:48:02.652Zstarting task 3: "clone repository"
742026-06-20T22:48:02.655Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T22:48:02.660Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T22:48:02.693ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T22:48:12.184Z+ cd /work/oxidecomputer/omicron
782026-06-20T22:48:12.184Z+ git fetch origin 5058820ba9a44bc12880f1669cc5bf2244c6971a
792026-06-20T22:48:12.450ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T22:48:12.450Z * branch 5058820ba9a44bc12880f1669cc5bf2244c6971a -> FETCH_HEAD
812026-06-20T22:48:12.460Z+ [[ -n sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]]
822026-06-20T22:48:12.463Z++ git branch --show-current
832026-06-20T22:48:12.463Z+ current=main
842026-06-20T22:48:12.463Z+ [[ main != sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]]
852026-06-20T22:48:12.463Z+ git branch -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types 5058820ba9a44bc12880f1669cc5bf2244c6971a
862026-06-20T22:48:12.466Z+ git checkout -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types
872026-06-20T22:48:12.707ZSwitched to branch 'sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types'
882026-06-20T22:48:12.710Z+ git reset --hard 5058820ba9a44bc12880f1669cc5bf2244c6971a
892026-06-20T22:48:12.725ZHEAD is now at 5058820ba formatting
902026-06-20T22:48:12.728Zprocess exited: duration 10073 ms, exit code 0
 
912026-06-20T22:48:12.734Zstarting task 4: "build"
922026-06-20T22:48:12.738Z+ source ./env.sh
932026-06-20T22:48:12.741Z++ OLD_SHELL_OPTS=ehxB
942026-06-20T22:48:12.741Z++ set -o xtrace
952026-06-20T22:48:12.741Z++++ dirname ./env.sh
962026-06-20T22:48:12.744Z+++ readlink -f .
972026-06-20T22:48:12.747Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-20T22:48:12.747Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-20T22:48:12.747Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-20T22:48:12.747Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-20T22:48:12.747Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-06-20T22:48:12.747Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-06-20T22:48:12.747Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-06-20T22:48:12.748Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-06-20T22:48:12.748Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-20T22:48:12.748Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-20T22:48:12.748Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-20T22:48:12.748Z++ case $OLD_SHELL_OPTS in
1092026-06-20T22:48:12.748Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-20T22:48:12.748Z+ source .github/buildomat/ci-env.sh
1112026-06-20T22:48:12.748Z++ export CARGO_TERM_COLOR=always
1122026-06-20T22:48:12.748Z++ CARGO_TERM_COLOR=always
1132026-06-20T22:48:12.748Z+ cargo --version
1142026-06-20T22:48:12.754Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-20T22:48:12.757Z+ rustc --version
1162026-06-20T22:48:12.777Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-20T22:48:12.780Z+ banner prerequisites
1182026-06-20T22:48:12.782Z
1192026-06-20T22:48:12.782Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-20T22:48:12.782Z # # # # # # # # # # # # # # #
1212026-06-20T22:48:12.782Z # # # # ##### # # ##### # # # # # #### #
1222026-06-20T22:48:12.782Z ##### ##### # ##### # # # # # # # # #
1232026-06-20T22:48:12.783Z # # # # # # # # # # # # # # #
1242026-06-20T22:48:12.783Z # # # ###### # # ###### ### # #### # #### #
1252026-06-20T22:48:12.783Z
1262026-06-20T22:48:12.783Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-20T22:48:14.256Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-20T22:48:14.346Z Startup: Caching catalogs ... Done
1292026-06-20T22:48:14.691ZPlanning: Solver setup ... Done (0.305s)
1302026-06-20T22:48:14.713ZPlanning: Running solver ... Done (0.022s)
1312026-06-20T22:48:14.720ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-20T22:48:14.730ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-20T22:48:14.746ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-20T22:48:14.759ZPlanning: Package planning ... Done (0.013s)
1352026-06-20T22:48:14.762ZPlanning: Merging actions ... Done (0.001s)
1362026-06-20T22:48:14.951ZPlanning: Checking for conflicting actions ... Done (0.191s)
1372026-06-20T22:48:14.954ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-20T22:48:15.738ZPlanning: Evaluating mediators ... Done (0.786s)
1392026-06-20T22:48:15.741ZPlanning: Planning completed in 1.37 seconds
1402026-06-20T22:48:15.747Z Packages to install: 2
1412026-06-20T22:48:15.750Z Estimated space available: 156.07 GB
1422026-06-20T22:48:15.750ZEstimated space to be consumed: 26.78 MB
1432026-06-20T22:48:15.750Z Create boot environment: No
1442026-06-20T22:48:15.750ZCreate backup boot environment: No
1452026-06-20T22:48:15.750Z Rebuild boot archive: No
1462026-06-20T22:48:15.750Z
1472026-06-20T22:48:15.750ZChanged packages:
1482026-06-20T22:48:15.750Zhelios
1492026-06-20T22:48:15.751Z developer/build-essential
1502026-06-20T22:48:15.751Z None -> 11-3.0
1512026-06-20T22:48:15.751Z library/libxmlsec1
1522026-06-20T22:48:15.751Z None -> 1.2.35-3.0
1532026-06-20T22:48:15.772Z
1542026-06-20T22:48:15.772ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-20T22:48:16.243ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1562026-06-20T22:48:16.303Z Actions: 1/268 actions (Installing new actions)
1572026-06-20T22:48:16.341Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-20T22:48:16.350ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-20T22:48:16.351ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-20T22:48:16.372ZFinalize: Updating image state ... Done (0.023s)
1612026-06-20T22:48:18.742ZFinalize: Creating fast lookup database ... Done (2.347s)
1622026-06-20T22:48:18.807ZFinalize: Reading search index ... Done (0.012s)
1632026-06-20T22:48:18.810ZFinalize: Updating search index ... Done (0.000s)
1642026-06-20T22:48:18.899ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-20T22:48:19.208ZPlanning: Evaluating mediator changes ... Done
1662026-06-20T22:48:19.312ZPlanning: Checking for conflicting actions ... Done
1672026-06-20T22:48:19.315ZPlanning: Consolidating action changes ... Done
1682026-06-20T22:48:19.469ZPlanning: Evaluating mediators ... Done
1692026-06-20T22:48:19.472ZPlanning: Planning completed in 0.26 seconds
1702026-06-20T22:48:19.493Z Mediators to change: 2
1712026-06-20T22:48:19.493Z Create boot environment: No
1722026-06-20T22:48:19.493ZCreate backup boot environment: No
1732026-06-20T22:48:19.543ZFinalize: Updating package state database ... Done
1742026-06-20T22:48:19.544ZFinalize: Updating package cache ... Done
1752026-06-20T22:48:19.557ZFinalize: Updating image state ... Done
1762026-06-20T22:48:21.494ZFinalize: Creating fast lookup database ... Done
1772026-06-20T22:48:21.557ZFinalize: Reading search index ... Done
1782026-06-20T22:48:21.561ZFinalize: Updating search index ... Done
1792026-06-20T22:48:21.646ZFinalize: Updating package cache ... Done
1802026-06-20T22:48:21.925ZPlanning: Evaluating mediator changes ... Done
1812026-06-20T22:48:22.030ZPlanning: Checking for conflicting actions ... Done
1822026-06-20T22:48:22.033ZPlanning: Consolidating action changes ... Done
1832026-06-20T22:48:22.185ZPlanning: Evaluating mediators ... Done
1842026-06-20T22:48:22.189ZPlanning: Planning completed in 0.26 seconds
1852026-06-20T22:48:22.208Z Mediators to change: 1
1862026-06-20T22:48:22.208Z Create boot environment: No
1872026-06-20T22:48:22.208ZCreate backup boot environment: No
1882026-06-20T22:48:22.259ZFinalize: Updating package state database ... Done
1892026-06-20T22:48:22.259ZFinalize: Updating package cache ... Done
1902026-06-20T22:48:22.272ZFinalize: Updating image state ... Done
1912026-06-20T22:48:24.193ZFinalize: Creating fast lookup database ... Done
1922026-06-20T22:48:24.254ZFinalize: Reading search index ... Done
1932026-06-20T22:48:24.257ZFinalize: Updating search index ... Done
1942026-06-20T22:48:24.331ZFinalize: Updating package cache ... Done
1952026-06-20T22:48:24.639ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-20T22:48:24.639Zapache system 2.4 system
1972026-06-20T22:48:24.639Zclang system 15 system
1982026-06-20T22:48:24.639Zcsh system system illumos
1992026-06-20T22:48:24.639Zctags system system illumos
2002026-06-20T22:48:24.639Zfile vendor vendor darwinsys
2012026-06-20T22:48:24.639Zfile system system illumos
2022026-06-20T22:48:24.639Zgcc vendor 14 vendor
2032026-06-20T22:48:24.639Zgcc system 13 system
2042026-06-20T22:48:24.639Zgcc system 10 system
2052026-06-20T22:48:24.639Zgo system 1.25 system
2062026-06-20T22:48:24.639Zllvm system 15 system
2072026-06-20T22:48:24.640Zmariadb system 11.4 system
2082026-06-20T22:48:24.640Zmta vendor vendor dma
2092026-06-20T22:48:24.640Zopenjdk system 17 system
2102026-06-20T22:48:24.640Zopenjdk system 11 system
2112026-06-20T22:48:24.640Zopenssl vendor 3 vendor
2122026-06-20T22:48:24.640Zperl system 5.40 system
2132026-06-20T22:48:24.640Zpostgresql system 18 system
2142026-06-20T22:48:24.640Zpostgresql system 17 system
2152026-06-20T22:48:24.640Zpython vendor 3 vendor
2162026-06-20T22:48:24.640Zpython system 2 system
2172026-06-20T22:48:24.640Zpython3 vendor 3.13 vendor
2182026-06-20T22:48:24.640Zruby system 3.4 system
2192026-06-20T22:48:24.640Zruby system 3.0 system
2202026-06-20T22:48:24.640Zwords vendor vendor american-english
2212026-06-20T22:48:24.640Zwords system system australian-english
2222026-06-20T22:48:24.640Zwords system system british-english
2232026-06-20T22:48:24.640Zwords system system canadian-english
2242026-06-20T22:48:24.640Zwords system system french
2252026-06-20T22:48:24.640Zwords system system italian
2262026-06-20T22:48:24.640Zwords system system ngerman
2272026-06-20T22:48:24.640Zwords system system ogerman
2282026-06-20T22:48:24.640Zwords system system spanish
2292026-06-20T22:48:24.892ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-20T22:48:24.892Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-20T22:48:25.180ZFMRI IFO
2322026-06-20T22:48:25.180Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-20T22:48:25.180Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-20T22:48:25.180Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-20T22:48:25.180Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-20T22:48:25.180Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-20T22:48:25.180Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-20T22:48:25.180Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-20T22:48:25.180Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-20T22:48:25.180Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-20T22:48:25.440Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-20T22:48:25.697Z Updating crates.io index
2432026-06-20T22:48:25.700Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-20T22:48:26.186Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-20T22:48:26.611Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-20T22:48:26.880Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-20T22:48:27.919Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-20T22:48:28.404Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-20T22:48:29.921Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-20T22:48:30.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-20T22:48:31.004Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-20T22:48:32.062Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-20T22:48:32.529Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-20T22:48:32.904Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-20T22:48:33.178Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-20T22:48:33.636Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-20T22:48:34.103Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-20T22:48:34.315Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-20T22:48:34.632Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-20T22:48:35.063Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-20T22:48:35.356Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-20T22:48:35.842Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-20T22:48:36.045Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-20T22:48:36.270Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-20T22:48:36.637Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-20T22:48:37.215Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-20T22:48:37.457Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-20T22:48:37.837Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-20T22:48:38.178Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-20T22:48:38.635Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-20T22:48:38.892Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-20T22:48:39.931Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-20T22:48:40.769Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-20T22:48:41.093Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-20T22:48:41.344Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-20T22:48:41.663Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-20T22:48:41.970Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-20T22:48:42.262Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-20T22:48:43.012Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-20T22:48:43.253Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-20T22:48:43.491Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-20T22:48:43.689Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-20T22:48:45.397Z Downloading crates ...
2842026-06-20T22:48:45.457Z Downloaded anstream v1.0.0
2852026-06-20T22:48:45.477Z Downloaded strsim v0.11.1
2862026-06-20T22:48:45.478Z Downloaded utf8parse v0.2.2
2872026-06-20T22:48:45.478Z Downloaded zerofrom v0.1.6
2882026-06-20T22:48:45.478Z Downloaded percent-encoding v2.3.2
2892026-06-20T22:48:45.500Z Downloaded tinystr v0.8.2
2902026-06-20T22:48:45.500Z Downloaded thiserror-impl v1.0.69
2912026-06-20T22:48:45.500Z Downloaded utf8_iter v1.0.4
2922026-06-20T22:48:45.500Z Downloaded toml_datetime v0.6.11
2932026-06-20T22:48:45.500Z Downloaded pest_derive v2.8.6
2942026-06-20T22:48:45.500Z Downloaded unicode-linebreak v0.1.5
2952026-06-20T22:48:45.500Z Downloaded unicode-xid v0.2.6
2962026-06-20T22:48:45.500Z Downloaded ordered-float v2.10.1
2972026-06-20T22:48:45.500Z Downloaded idna_adapter v1.2.1
2982026-06-20T22:48:45.510Z Downloaded serde-value v0.7.0
2992026-06-20T22:48:45.510Z Downloaded yoke-derive v0.8.1
3002026-06-20T22:48:45.510Z Downloaded usdt v0.5.0
3012026-06-20T22:48:45.529Z Downloaded usdt-macro v0.5.0
3022026-06-20T22:48:45.529Z Downloaded usdt-attr-macro v0.5.0
3032026-06-20T22:48:45.529Z Downloaded anstyle-query v1.1.5
3042026-06-20T22:48:45.529Z Downloaded plain v0.2.3
3052026-06-20T22:48:45.529Z Downloaded thread-id v4.2.2
3062026-06-20T22:48:45.529Z Downloaded typeid v1.0.3
3072026-06-20T22:48:45.529Z Downloaded serde-untagged v0.1.9
3082026-06-20T22:48:45.529Z Downloaded anstyle v1.0.14
3092026-06-20T22:48:45.529Z Downloaded zerovec-derive v0.11.2
3102026-06-20T22:48:45.529Z Downloaded usdt-impl v0.5.0
3112026-06-20T22:48:45.529Z Downloaded toml_write v0.1.2
3122026-06-20T22:48:45.529Z Downloaded camino-tempfile v1.4.1
3132026-06-20T22:48:45.529Z Downloaded zmij v1.0.21
3142026-06-20T22:48:45.529Z Downloaded macaddr v1.0.1
3152026-06-20T22:48:45.529Z Downloaded yoke v0.8.1
3162026-06-20T22:48:45.529Z Downloaded tabled_derive v0.7.0
3172026-06-20T22:48:45.529Z Downloaded scroll_derive v0.12.1
3182026-06-20T22:48:45.529Z Downloaded crypto-common v0.1.7
3192026-06-20T22:48:45.529Z Downloaded version_check v0.9.5
3202026-06-20T22:48:45.550Z Downloaded scroll v0.12.0
3212026-06-20T22:48:45.551Z Downloaded thiserror-impl v2.0.18
3222026-06-20T22:48:45.551Z Downloaded once_cell v1.21.3
3232026-06-20T22:48:45.551Z Downloaded writeable v0.6.2
3242026-06-20T22:48:45.551Z Downloaded itoa v1.0.17
3252026-06-20T22:48:45.551Z Downloaded thiserror v2.0.18
3262026-06-20T22:48:45.551Z Downloaded toml v0.8.23
3272026-06-20T22:48:45.551Z Downloaded zerofrom-derive v0.1.6
3282026-06-20T22:48:45.551Z Downloaded thiserror v1.0.69
3292026-06-20T22:48:45.551Z Downloaded proc-macro-error-attr v1.0.4
3302026-06-20T22:48:45.551Z Downloaded ucd-trie v0.1.7
3312026-06-20T22:48:45.551Z Downloaded memmap v0.7.0
3322026-06-20T22:48:45.551Z Downloaded byteorder v1.5.0
3332026-06-20T22:48:45.551Z Downloaded proc-macro-error v1.0.4
3342026-06-20T22:48:45.562Z Downloaded textwrap v0.16.2
3352026-06-20T22:48:45.562Z Downloaded smawk v0.3.2
3362026-06-20T22:48:45.562Z Downloaded fnv v1.0.7
3372026-06-20T22:48:45.562Z Downloaded dof v0.3.0
3382026-06-20T22:48:45.562Z Downloaded cargo-platform v0.2.0
3392026-06-20T22:48:45.562Z Downloaded zerotrie v0.2.3
3402026-06-20T22:48:45.562Z Downloaded unicode-ident v1.0.24
3412026-06-20T22:48:45.563Z Downloaded pest_generator v2.8.6
3422026-06-20T22:48:45.563Z Downloaded block-buffer v0.10.4
3432026-06-20T22:48:45.563Z Downloaded potential_utf v0.1.4
3442026-06-20T22:48:45.563Z Downloaded terminal_size v0.4.3
3452026-06-20T22:48:45.563Z Downloaded zerovec v0.11.5
3462026-06-20T22:48:45.588Z Downloaded url v2.5.8
3472026-06-20T22:48:45.588Z Downloaded toml_edit v0.22.27
3482026-06-20T22:48:45.588Z Downloaded typenum v1.19.0
3492026-06-20T22:48:45.588Z Downloaded pretty-hex v0.4.1
3502026-06-20T22:48:45.588Z Downloaded is_terminal_polyfill v1.70.2
3512026-06-20T22:48:45.588Z Downloaded colorchoice v1.0.4
3522026-06-20T22:48:45.588Z Downloaded zerocopy-derive v0.7.35
3532026-06-20T22:48:45.588Z Downloaded swrite v0.1.0
3542026-06-20T22:48:45.588Z Downloaded dtrace-parser v0.2.0
3552026-06-20T22:48:45.588Z Downloaded form_urlencoded v1.2.2
3562026-06-20T22:48:45.588Z Downloaded errno v0.3.14
3572026-06-20T22:48:45.588Z Downloaded serde_spanned v0.6.9
3582026-06-20T22:48:45.588Z Downloaded equivalent v1.0.2
3592026-06-20T22:48:45.588Z Downloaded zerocopy v0.7.35
3602026-06-20T22:48:45.599Z Downloaded synstructure v0.13.2
3612026-06-20T22:48:45.599Z Downloaded clap_lex v1.0.0
3622026-06-20T22:48:45.600Z Downloaded cfg-if v1.0.4
3632026-06-20T22:48:45.600Z Downloaded cpufeatures v0.2.17
3642026-06-20T22:48:45.635Z Downloaded generic-array v0.14.7
3652026-06-20T22:48:45.635Z Downloaded fastrand v2.3.0
3662026-06-20T22:48:45.635Z Downloaded winnow v0.7.14
3672026-06-20T22:48:45.635Z Downloaded stable_deref_trait v1.2.1
3682026-06-20T22:48:45.635Z Downloaded unicode-width v0.1.14
3692026-06-20T22:48:45.635Z Downloaded semver v1.0.28
3702026-06-20T22:48:45.635Z Downloaded smallvec v1.15.1
3712026-06-20T22:48:45.635Z Downloaded log v0.4.29
3722026-06-20T22:48:45.635Z Downloaded unicode-width v0.2.0
3732026-06-20T22:48:45.636Z Downloaded icu_provider v2.1.1
3742026-06-20T22:48:45.653Z Downloaded heck v0.4.1
3752026-06-20T22:48:45.653Z Downloaded bytecount v0.6.9
3762026-06-20T22:48:45.653Z Downloaded heck v0.5.0
3772026-06-20T22:48:45.653Z Downloaded serde_tokenstream v0.2.3
3782026-06-20T22:48:45.653Z Downloaded erased-serde v0.4.9
3792026-06-20T22:48:45.654Z Downloaded anstyle-parse v1.0.0
3802026-06-20T22:48:45.654Z Downloaded cargo_toml v0.21.0
3812026-06-20T22:48:45.654Z Downloaded sha2 v0.10.9
3822026-06-20T22:48:45.654Z Downloaded fs-err v3.3.0
3832026-06-20T22:48:45.685Z Downloaded digest v0.10.7
3842026-06-20T22:48:45.686Z Downloaded autocfg v1.5.0
3852026-06-20T22:48:45.686Z Downloaded cargo_metadata v0.21.0
3862026-06-20T22:48:45.686Z Downloaded displaydoc v0.2.5
3872026-06-20T22:48:45.686Z Downloaded serde_core v1.0.228
3882026-06-20T22:48:45.690Z Downloaded tempfile v3.25.0
3892026-06-20T22:48:45.690Z Downloaded litemap v0.8.1
3902026-06-20T22:48:45.690Z Downloaded clap_derive v4.6.1
3912026-06-20T22:48:45.690Z Downloaded camino v1.2.2
3922026-06-20T22:48:45.690Z Downloaded papergrid v0.11.0
3932026-06-20T22:48:45.690Z Downloaded quote v1.0.45
3942026-06-20T22:48:45.690Z Downloaded anyhow v1.0.102
3952026-06-20T22:48:45.699Z Downloaded icu_locale_core v2.1.1
3962026-06-20T22:48:45.708Z Downloaded num-traits v0.2.19
3972026-06-20T22:48:45.716Z Downloaded icu_properties v2.1.2
3982026-06-20T22:48:45.716Z Downloaded cargo-util-schemas v0.8.2
3992026-06-20T22:48:45.730Z Downloaded proc-macro2 v1.0.106
4002026-06-20T22:48:45.734Z Downloaded idna v1.1.0
4012026-06-20T22:48:45.734Z Downloaded serde v1.0.228
4022026-06-20T22:48:45.734Z Downloaded indexmap v2.14.0
4032026-06-20T22:48:45.738Z Downloaded icu_normalizer_data v2.1.1
4042026-06-20T22:48:45.738Z Downloaded getrandom v0.4.1
4052026-06-20T22:48:45.747Z Downloaded icu_normalizer v2.1.1
4062026-06-20T22:48:45.748Z Downloaded pest_meta v2.8.6
4072026-06-20T22:48:45.748Z Downloaded icu_collections v2.1.1
4082026-06-20T22:48:45.752Z Downloaded bitflags v2.11.0
4092026-06-20T22:48:45.752Z Downloaded clap v4.6.1
4102026-06-20T22:48:45.769Z Downloaded serde_derive v1.0.228
4112026-06-20T22:48:45.776Z Downloaded memchr v2.8.0
4122026-06-20T22:48:45.776Z Downloaded icu_properties_data v2.1.2
4132026-06-20T22:48:45.779Z Downloaded pest v2.8.6
4142026-06-20T22:48:45.810Z Downloaded hashbrown v0.17.0
4152026-06-20T22:48:45.813Z Downloaded serde_json v1.0.149
4162026-06-20T22:48:45.819Z Downloaded clap_builder v4.6.0
4172026-06-20T22:48:45.830Z Downloaded tabled v0.15.0
4182026-06-20T22:48:45.838Z Downloaded goblin v0.8.2
4192026-06-20T22:48:45.841Z Downloaded syn v1.0.109
4202026-06-20T22:48:45.859Z Downloaded syn v2.0.117
4212026-06-20T22:48:45.872Z Downloaded rustix v1.1.3
4222026-06-20T22:48:45.910Z Downloaded libc v0.2.185
4232026-06-20T22:48:45.980Z Compiling proc-macro2 v1.0.106
4242026-06-20T22:48:45.980Z Compiling quote v1.0.45
4252026-06-20T22:48:45.983Z Compiling unicode-ident v1.0.24
4262026-06-20T22:48:45.983Z Compiling serde_core v1.0.228
4272026-06-20T22:48:45.983Z Compiling libc v0.2.185
4282026-06-20T22:48:45.983Z Compiling version_check v0.9.5
4292026-06-20T22:48:45.983Z Compiling stable_deref_trait v1.2.1
4302026-06-20T22:48:45.983Z Compiling serde v1.0.228
4312026-06-20T22:48:46.298Z Compiling memchr v2.8.0
4322026-06-20T22:48:46.314Z Compiling zmij v1.0.21
4332026-06-20T22:48:46.544Z Compiling thiserror v1.0.69
4342026-06-20T22:48:46.587Z Compiling ucd-trie v0.1.7
4352026-06-20T22:48:46.820Z Compiling autocfg v1.5.0
4362026-06-20T22:48:46.845Z Compiling itoa v1.0.17
4372026-06-20T22:48:46.918Z Compiling pest v2.8.6
4382026-06-20T22:48:46.935Z Compiling litemap v0.8.1
4392026-06-20T22:48:46.976Z Compiling writeable v0.6.2
4402026-06-20T22:48:47.082Z Compiling rustix v1.1.3
4412026-06-20T22:48:47.118Z Compiling byteorder v1.5.0
4422026-06-20T22:48:47.236Z Compiling icu_normalizer_data v2.1.1
4432026-06-20T22:48:47.359Z Compiling syn v2.0.117
4442026-06-20T22:48:47.415Z Compiling icu_properties_data v2.1.2
4452026-06-20T22:48:47.481Z Compiling errno v0.3.14
4462026-06-20T22:48:47.611Z Compiling bitflags v2.11.0
4472026-06-20T22:48:47.640Z Compiling serde_json v1.0.149
4482026-06-20T22:48:47.841Z Compiling num-traits v0.2.19
4492026-06-20T22:48:47.854Z Compiling typeid v1.0.3
4502026-06-20T22:48:47.919Z Compiling hashbrown v0.17.0
4512026-06-20T22:48:48.028Z Compiling pest_meta v2.8.6
4522026-06-20T22:48:48.149Z Compiling smallvec v1.15.1
4532026-06-20T22:48:48.326Z Compiling equivalent v1.0.2
4542026-06-20T22:48:48.404Z Compiling indexmap v2.14.0
4552026-06-20T22:48:48.420Z Compiling thread-id v4.2.2
4562026-06-20T22:48:48.435Z Compiling proc-macro-error-attr v1.0.4
4572026-06-20T22:48:48.500Z Compiling usdt-impl v0.5.0
4582026-06-20T22:48:48.534Z Compiling toml_write v0.1.2
4592026-06-20T22:48:48.611Z Compiling winnow v0.7.14
4602026-06-20T22:48:48.729Z Compiling syn v1.0.109
4612026-06-20T22:48:48.796Z Compiling erased-serde v0.4.9
4622026-06-20T22:48:49.105Z Compiling proc-macro-error v1.0.4
4632026-06-20T22:48:49.131Z Compiling utf8_iter v1.0.4
4642026-06-20T22:48:49.292Z Compiling plain v0.2.3
4652026-06-20T22:48:49.342Z Compiling getrandom v0.4.1
4662026-06-20T22:48:49.437Z Compiling log v0.4.29
4672026-06-20T22:48:49.634Z Compiling percent-encoding v2.3.2
4682026-06-20T22:48:49.653Z Compiling thiserror v2.0.18
4692026-06-20T22:48:49.675Z Compiling camino v1.2.2
4702026-06-20T22:48:49.691Z Compiling utf8parse v0.2.2
4712026-06-20T22:48:49.783Z Compiling anstyle-parse v1.0.0
4722026-06-20T22:48:49.809Z Compiling form_urlencoded v1.2.2
4732026-06-20T22:48:49.834Z Compiling ordered-float v2.10.1
4742026-06-20T22:48:49.992Z Compiling synstructure v0.13.2
4752026-06-20T22:48:49.997Z Compiling pest_generator v2.8.6
4762026-06-20T22:48:50.177Z Compiling terminal_size v0.4.3
4772026-06-20T22:48:50.321Z Compiling anstyle v1.0.14
4782026-06-20T22:48:50.508Z Compiling anstyle-query v1.1.5
4792026-06-20T22:48:50.525Z Compiling colorchoice v1.0.4
4802026-06-20T22:48:50.550Z Compiling is_terminal_polyfill v1.70.2
4812026-06-20T22:48:50.568Z Compiling cfg-if v1.0.4
4822026-06-20T22:48:50.609Z Compiling pretty-hex v0.4.1
4832026-06-20T22:48:50.625Z Compiling anstream v1.0.0
4842026-06-20T22:48:50.643Z Compiling serde-untagged v0.1.9
4852026-06-20T22:48:50.747Z Compiling semver v1.0.28
4862026-06-20T22:48:50.830Z Compiling fs-err v3.3.0
4872026-06-20T22:48:50.919Z Compiling strsim v0.11.1
4882026-06-20T22:48:50.935Z Compiling fastrand v2.3.0
4892026-06-20T22:48:51.005Z Compiling clap_lex v1.0.0
4902026-06-20T22:48:51.071Z Compiling anyhow v1.0.102
4912026-06-20T22:48:51.088Z Compiling heck v0.5.0
4922026-06-20T22:48:51.197Z Compiling bytecount v0.6.9
4932026-06-20T22:48:51.272Z Compiling unicode-xid v0.2.6
4942026-06-20T22:48:51.327Z Compiling once_cell v1.21.3
4952026-06-20T22:48:51.330Z Compiling heck v0.4.1
4962026-06-20T22:48:51.377Z Compiling fnv v1.0.7
4972026-06-20T22:48:51.394Z Compiling unicode-width v0.1.14
4982026-06-20T22:48:51.536Z Compiling tempfile v3.25.0
4992026-06-20T22:48:51.552Z Compiling clap_builder v4.6.0
5002026-06-20T22:48:51.661Z Compiling papergrid v0.11.0
5012026-06-20T22:48:51.691Z Compiling memmap v0.7.0
5022026-06-20T22:48:51.694Z Compiling unicode-width v0.2.0
5032026-06-20T22:48:51.722Z Compiling serde_derive v1.0.228
5042026-06-20T22:48:51.874Z Compiling zerofrom-derive v0.1.6
5052026-06-20T22:48:51.911Z Compiling yoke-derive v0.8.1
5062026-06-20T22:48:51.972Z Compiling zerovec-derive v0.11.2
5072026-06-20T22:48:52.146Z Compiling displaydoc v0.2.5
5082026-06-20T22:48:52.864Z Compiling thiserror-impl v1.0.69
5092026-06-20T22:48:53.041Z Compiling zerocopy-derive v0.7.35
5102026-06-20T22:48:53.059Z Compiling pest_derive v2.8.6
5112026-06-20T22:48:53.074Z Compiling scroll_derive v0.12.1
5122026-06-20T22:48:53.246Z Compiling zerofrom v0.1.6
5132026-06-20T22:48:53.380Z Compiling yoke v0.8.1
5142026-06-20T22:48:53.478Z Compiling thiserror-impl v2.0.18
5152026-06-20T22:48:53.575Z Compiling zerovec v0.11.5
5162026-06-20T22:48:53.731Z Compiling zerotrie v0.2.3
5172026-06-20T22:48:53.888Z Compiling zerocopy v0.7.35
5182026-06-20T22:48:54.035Z Compiling tinystr v0.8.2
5192026-06-20T22:48:54.080Z Compiling potential_utf v0.1.4
5202026-06-20T22:48:54.226Z Compiling icu_locale_core v2.1.1
5212026-06-20T22:48:54.242Z Compiling icu_collections v2.1.1
5222026-06-20T22:48:54.258Z Compiling dtrace-parser v0.2.0
5232026-06-20T22:48:54.502Z Compiling scroll v0.12.0
5242026-06-20T22:48:54.519Z Compiling tabled_derive v0.7.0
5252026-06-20T22:48:54.776Z Compiling goblin v0.8.2
5262026-06-20T22:48:54.793Z Compiling clap_derive v4.6.1
5272026-06-20T22:48:54.953Z Compiling icu_provider v2.1.1
5282026-06-20T22:48:55.072Z Compiling toml_datetime v0.6.11
5292026-06-20T22:48:55.147Z Compiling serde_spanned v0.6.9
5302026-06-20T22:48:55.164Z Compiling dof v0.3.0
5312026-06-20T22:48:55.206Z Compiling icu_properties v2.1.2
5322026-06-20T22:48:55.260Z Compiling icu_normalizer v2.1.1
5332026-06-20T22:48:55.296Z Compiling toml_edit v0.22.27
5342026-06-20T22:48:55.337Z Compiling serde_tokenstream v0.2.3
5352026-06-20T22:48:55.554Z Compiling serde-value v0.7.0
5362026-06-20T22:48:55.664Z Compiling cargo-platform v0.2.0
5372026-06-20T22:48:55.822Z Compiling unicode-linebreak v0.1.5
5382026-06-20T22:48:55.917Z Compiling smawk v0.3.2
5392026-06-20T22:48:55.939Z Compiling tabled v0.15.0
5402026-06-20T22:48:56.049Z Compiling idna_adapter v1.2.1
5412026-06-20T22:48:56.065Z Compiling usdt-macro v0.5.0
5422026-06-20T22:48:56.081Z Compiling usdt-attr-macro v0.5.0
5432026-06-20T22:48:56.194Z Compiling idna v1.1.0
5442026-06-20T22:48:56.290Z Compiling textwrap v0.16.2
5452026-06-20T22:48:56.573Z Compiling url v2.5.8
5462026-06-20T22:48:56.687Z Compiling toml v0.8.23
5472026-06-20T22:48:56.744Z Compiling clap v4.6.1
5482026-06-20T22:48:56.763Z Compiling macaddr v1.0.1
5492026-06-20T22:48:56.829Z Compiling camino-tempfile v1.4.1
5502026-06-20T22:48:57.062Z Compiling cargo-util-schemas v0.8.2
5512026-06-20T22:48:57.201Z Compiling cargo_toml v0.21.0
5522026-06-20T22:48:57.315Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-20T22:48:57.583Z Compiling swrite v0.1.0
5542026-06-20T22:48:57.882Z Compiling usdt v0.5.0
5552026-06-20T22:48:57.994Z Compiling cargo_metadata v0.21.0
5562026-06-20T22:48:59.118Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-20T22:49:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s
5582026-06-20T22:49:01.197Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-20T22:49:01.686Z Downloading crates ...
5602026-06-20T22:49:01.784Z Downloaded array-init v0.0.4
5612026-06-20T22:49:01.791Z Downloaded atomicwrites v0.4.4
5622026-06-20T22:49:01.794Z Downloaded assert_matches v1.5.0
5632026-06-20T22:49:01.794Z Downloaded aead v0.5.2
5642026-06-20T22:49:01.794Z Downloaded async-bb8-diesel v0.2.1
5652026-06-20T22:49:01.798Z Downloaded arrayref v0.3.9
5662026-06-20T22:49:01.798Z Downloaded crc8 v0.1.1
5672026-06-20T22:49:01.801Z Downloaded cfg_aliases v0.2.1
5682026-06-20T22:49:01.801Z Downloaded async-stream-impl v0.3.6
5692026-06-20T22:49:01.801Z Downloaded adler2 v2.0.1
5702026-06-20T22:49:01.804Z Downloaded ciborium-ll v0.2.2
5712026-06-20T22:49:01.804Z Downloaded async-stream v0.3.6
5722026-06-20T22:49:01.804Z Downloaded async-recursion v1.1.1
5732026-06-20T22:49:01.807Z Downloaded crc-catalog v2.4.0
5742026-06-20T22:49:01.810Z Downloaded crunchy v0.2.4
5752026-06-20T22:49:01.810Z Downloaded cstr-argument v0.1.2
5762026-06-20T22:49:01.812Z Downloaded backon v1.6.0
5772026-06-20T22:49:01.812Z Downloaded ascii-canvas v3.0.0
5782026-06-20T22:49:01.815Z Downloaded arrayvec v0.7.6
5792026-06-20T22:49:01.815Z Downloaded crucible-workspace-hack v0.1.0
5802026-06-20T22:49:01.819Z Downloaded cancel-safe-futures v0.1.5
5812026-06-20T22:49:01.822Z Downloaded chacha20poly1305 v0.10.1
5822026-06-20T22:49:01.822Z Downloaded downcast-rs v2.0.2
5832026-06-20T22:49:01.825Z Downloaded cmake v0.1.57
5842026-06-20T22:49:01.825Z Downloaded cipher v0.4.4
5852026-06-20T22:49:01.831Z Downloaded colored v2.2.0
5862026-06-20T22:49:01.834Z Downloaded csv-core v0.1.13
5872026-06-20T22:49:01.836Z Downloaded crossbeam-deque v0.8.6
5882026-06-20T22:49:01.836Z Downloaded chacha20 v0.10.0
5892026-06-20T22:49:01.839Z Downloaded critical-section v1.2.0
5902026-06-20T22:49:01.839Z Downloaded crc32fast v1.5.0
5912026-06-20T22:49:01.842Z Downloaded dsl_auto_type v0.2.0
5922026-06-20T22:49:01.842Z Downloaded defmt-macros v1.0.1
5932026-06-20T22:49:01.845Z Downloaded chacha20 v0.9.1
5942026-06-20T22:49:01.845Z Downloaded derive-ex v0.1.8
5952026-06-20T22:49:01.845Z Downloaded crossbeam-epoch v0.9.18
5962026-06-20T22:49:01.847Z Downloaded dtrace-parser v0.3.0
5972026-06-20T22:49:01.851Z Downloaded cc v1.2.56
5982026-06-20T22:49:01.851Z Downloaded bcrypt-pbkdf v0.10.0
5992026-06-20T22:49:01.853Z Downloaded crossbeam-utils v0.8.21
6002026-06-20T22:49:01.853Z Downloaded endian-type v0.1.2
6012026-06-20T22:49:01.853Z Downloaded document-features v0.2.12
6022026-06-20T22:49:01.856Z Downloaded crc-any v2.5.0
6032026-06-20T22:49:01.860Z Downloaded dyn-clone v1.0.20
6042026-06-20T22:49:01.864Z Downloaded argon2 v0.5.3
6052026-06-20T22:49:01.867Z Downloaded embedded-io v0.4.0
6062026-06-20T22:49:01.867Z Downloaded ed25519 v2.2.3
6072026-06-20T22:49:01.870Z Downloaded ctr v0.9.2
6082026-06-20T22:49:01.870Z Downloaded cfg_aliases v0.1.1
6092026-06-20T22:49:01.873Z Downloaded bcs v0.1.6
6102026-06-20T22:49:01.873Z Downloaded atty v0.2.14
6112026-06-20T22:49:01.875Z Downloaded darling_macro v0.23.0
6122026-06-20T22:49:01.875Z Downloaded darling_macro v0.20.11
6132026-06-20T22:49:01.875Z Downloaded bit-set v0.8.0
6142026-06-20T22:49:01.878Z Downloaded flagset v0.4.7
6152026-06-20T22:49:01.882Z Downloaded corncobs v0.1.4
6162026-06-20T22:49:01.882Z Downloaded futures-io v0.3.32
6172026-06-20T22:49:01.882Z Downloaded embedded-io v0.6.1
6182026-06-20T22:49:01.884Z Downloaded dirs-sys-next v0.1.2
6192026-06-20T22:49:01.885Z Downloaded async-trait v0.1.89
6202026-06-20T22:49:01.885Z Downloaded dof v0.4.0
6212026-06-20T22:49:01.887Z Downloaded darling_macro v0.21.3
6222026-06-20T22:49:01.887Z Downloaded cargo-platform v0.3.2
6232026-06-20T22:49:01.887Z Downloaded ciborium-io v0.2.2
6242026-06-20T22:49:01.890Z Downloaded float-cmp v0.10.0
6252026-06-20T22:49:01.890Z Downloaded either v1.15.0
6262026-06-20T22:49:01.893Z Downloaded bitfield-struct v0.6.2
6272026-06-20T22:49:01.893Z Downloaded fixedbitset v0.4.2
6282026-06-20T22:49:01.896Z Downloaded curve25519-dalek-derive v0.1.1
6292026-06-20T22:49:01.898Z Downloaded foreign-types-shared v0.3.1
6302026-06-20T22:49:01.898Z Downloaded dunce v1.0.5
6312026-06-20T22:49:01.901Z Downloaded env_filter v1.0.0
6322026-06-20T22:49:01.904Z Downloaded bit-set v0.5.3
6332026-06-20T22:49:01.907Z Downloaded crc v3.4.0
6342026-06-20T22:49:01.910Z Downloaded crypto-bigint v0.5.5
6352026-06-20T22:49:01.912Z Downloaded funty v2.0.0
6362026-06-20T22:49:01.912Z Downloaded ena v0.14.4
6372026-06-20T22:49:01.912Z Downloaded bitfield v0.19.4
6382026-06-20T22:49:01.915Z Downloaded const_format_proc_macros v0.2.34
6392026-06-20T22:49:01.920Z Downloaded enum-as-inner v0.6.1
6402026-06-20T22:49:01.920Z Downloaded backoff v0.4.0
6412026-06-20T22:49:01.920Z Downloaded difflib v0.4.0
6422026-06-20T22:49:01.924Z Downloaded atomic-waker v1.1.2
6432026-06-20T22:49:01.924Z Downloaded diesel_table_macro_syntax v0.3.0
6442026-06-20T22:49:01.924Z Downloaded bitfield-macros v0.19.4
6452026-06-20T22:49:01.927Z Downloaded cpufeatures v0.3.0
6462026-06-20T22:49:01.930Z Downloaded block-padding v0.3.3
6472026-06-20T22:49:01.930Z Downloaded display-error-chain v0.2.2
6482026-06-20T22:49:01.930Z Downloaded foreign-types-shared v0.1.1
6492026-06-20T22:49:01.932Z Downloaded futures-core v0.3.32
6502026-06-20T22:49:01.932Z Downloaded derive_builder_macro v0.20.2
6512026-06-20T22:49:01.932Z Downloaded defmt v0.3.100
6522026-06-20T22:49:01.935Z Downloaded base16ct v0.2.0
6532026-06-20T22:49:01.938Z Downloaded dirs-next v2.0.0
6542026-06-20T22:49:01.938Z Downloaded futures-sink v0.3.32
6552026-06-20T22:49:01.938Z Downloaded fd-lock v4.0.4
6562026-06-20T22:49:01.941Z Downloaded dropshot-api-manager-types v0.7.2
6572026-06-20T22:49:01.941Z Downloaded defmt-parser v1.0.0
6582026-06-20T22:49:01.943Z Downloaded float-ord v0.3.2
6592026-06-20T22:49:01.944Z Downloaded darling_macro v0.13.4
6602026-06-20T22:49:01.944Z Downloaded bb8 v0.8.6
6612026-06-20T22:49:01.944Z Downloaded castaway v0.2.4
6622026-06-20T22:49:01.950Z Downloaded hash32 v0.2.1
6632026-06-20T22:49:01.952Z Downloaded globwalk v0.9.1
6642026-06-20T22:49:01.955Z Downloaded ff v0.13.1
6652026-06-20T22:49:01.955Z Downloaded elliptic-curve v0.13.8
6662026-06-20T22:49:01.958Z Downloaded ecdsa v0.16.9
6672026-06-20T22:49:01.958Z Downloaded diesel-dtrace v0.5.0
6682026-06-20T22:49:01.962Z Downloaded foreign-types v0.5.0
6692026-06-20T22:49:01.962Z Downloaded fixedbitset v0.5.7
6702026-06-20T22:49:01.962Z Downloaded foreign-types-macros v0.2.3
6712026-06-20T22:49:01.962Z Downloaded compression-core v0.4.31
6722026-06-20T22:49:01.965Z Downloaded find-msvc-tools v0.1.9
6732026-06-20T22:49:01.965Z Downloaded der_derive v0.7.3
6742026-06-20T22:49:01.965Z Downloaded daft-derive v0.1.7
6752026-06-20T22:49:01.968Z Downloaded derive_builder_core v0.20.2
6762026-06-20T22:49:01.971Z Downloaded darling v0.13.4
6772026-06-20T22:49:01.971Z Downloaded futures-macro v0.3.32
6782026-06-20T22:49:01.971Z Downloaded derive_more v2.1.1
6792026-06-20T22:49:01.976Z Downloaded git-stub v1.0.0
6802026-06-20T22:49:01.979Z Downloaded headers-core v0.3.0
6812026-06-20T22:49:01.979Z Downloaded hash32 v0.3.1
6822026-06-20T22:49:01.979Z Downloaded convert_case v0.10.0
6832026-06-20T22:49:01.982Z Downloaded hex-literal v0.4.1
6842026-06-20T22:49:01.982Z Downloaded blake2 v0.10.6
6852026-06-20T22:49:01.985Z Downloaded cobs v0.3.0
6862026-06-20T22:49:01.985Z Downloaded clang-sys v1.8.1
6872026-06-20T22:49:01.985Z Downloaded constant_time_eq v0.4.2
6882026-06-20T22:49:01.988Z Downloaded buf-list v1.1.2
6892026-06-20T22:49:01.988Z Downloaded filetime v0.2.27
6902026-06-20T22:49:01.991Z Downloaded cexpr v0.6.0
6912026-06-20T22:49:01.991Z Downloaded base64ct v1.8.3
6922026-06-20T22:49:01.994Z Downloaded debug-ignore v1.0.5
6932026-06-20T22:49:01.994Z Downloaded bitflags v1.3.2
6942026-06-20T22:49:01.997Z Downloaded fallible-iterator v0.2.0
6952026-06-20T22:49:01.997Z Downloaded daft v0.1.7
6962026-06-20T22:49:01.997Z Downloaded ciborium v0.2.2
6972026-06-20T22:49:02.001Z Downloaded erased-serde v0.3.31
6982026-06-20T22:49:02.001Z Downloaded hex v0.4.3
6992026-06-20T22:49:02.003Z Downloaded deranged v0.5.8
7002026-06-20T22:49:02.004Z Downloaded data-encoding v2.10.0
7012026-06-20T22:49:02.004Z Downloaded bit-vec v0.8.0
7022026-06-20T22:49:02.004Z Downloaded http-body v1.0.1
7032026-06-20T22:49:02.007Z Downloaded hubpack v0.1.2
7042026-06-20T22:49:02.007Z Downloaded httpdate v1.0.3
7052026-06-20T22:49:02.007Z Downloaded base64 v0.21.7
7062026-06-20T22:49:02.010Z Downloaded http-range v0.1.5
7072026-06-20T22:49:02.010Z Downloaded env_logger v0.11.9
7082026-06-20T22:49:02.010Z Downloaded hubpack_derive v0.1.1
7092026-06-20T22:49:02.014Z Downloaded bit-vec v0.6.3
7102026-06-20T22:49:02.014Z Downloaded blowfish v0.9.1
7112026-06-20T22:49:02.014Z Downloaded camino-tempfile-ext v0.3.3
7122026-06-20T22:49:02.017Z Downloaded cassowary v0.3.0
7132026-06-20T22:49:02.017Z Downloaded anstyle-parse v0.2.7
7142026-06-20T22:49:02.017Z Downloaded globset v0.4.18
7152026-06-20T22:49:02.019Z Downloaded group v0.13.0
7162026-06-20T22:49:02.019Z Downloaded hyper-tls v0.6.0
7172026-06-20T22:49:02.020Z Downloaded glob v0.3.3
7182026-06-20T22:49:02.023Z Downloaded ghash v0.5.1
7192026-06-20T22:49:02.023Z Downloaded gethostname v0.5.0
7202026-06-20T22:49:02.023Z Downloaded foreign-types v0.3.2
7212026-06-20T22:49:02.023Z Downloaded cargo_metadata v0.23.1
7222026-06-20T22:49:02.026Z Downloaded fxhash v0.2.1
7232026-06-20T22:49:02.026Z Downloaded futures-task v0.3.32
7242026-06-20T22:49:02.026Z Downloaded darling v0.23.0
7252026-06-20T22:49:02.028Z Downloaded convert_case v0.4.0
7262026-06-20T22:49:02.029Z Downloaded darling v0.20.11
7272026-06-20T22:49:02.032Z Downloaded des v0.8.1
7282026-06-20T22:49:02.035Z Downloaded indent_write v2.2.0
7292026-06-20T22:49:02.035Z Downloaded byte-wrapper v0.1.0
7302026-06-20T22:49:02.035Z Downloaded compression-codecs v0.4.37
7312026-06-20T22:49:02.038Z Downloaded inout v0.1.4
7322026-06-20T22:49:02.038Z Downloaded instability v0.3.11
7332026-06-20T22:49:02.041Z Downloaded crossbeam-channel v0.5.15
7342026-06-20T22:49:02.044Z Downloaded fs_extra v1.3.0
7352026-06-20T22:49:02.044Z Downloaded fs-err v2.11.0
7362026-06-20T22:49:02.044Z Downloaded anstream v0.6.21
7372026-06-20T22:49:02.047Z Downloaded foldhash v0.2.0
7382026-06-20T22:49:02.047Z Downloaded home v0.5.12
7392026-06-20T22:49:02.050Z Downloaded illumos-nvpair-sys v0.2.0
7402026-06-20T22:49:02.050Z Downloaded illumos-nvpair v0.3.0
7412026-06-20T22:49:02.050Z Downloaded ident_case v1.0.1
7422026-06-20T22:49:02.050Z Downloaded futures-executor v0.3.32
7432026-06-20T22:49:02.050Z Downloaded internet-checksum v0.2.1
7442026-06-20T22:49:02.053Z Downloaded foldhash v0.1.5
7452026-06-20T22:49:02.053Z Downloaded is_ci v1.2.0
7462026-06-20T22:49:02.053Z Downloaded is-terminal v0.4.17
7472026-06-20T22:49:02.053Z Downloaded instant v0.1.13
7482026-06-20T22:49:02.056Z Downloaded crossterm v0.28.1
7492026-06-20T22:49:02.059Z Downloaded git-stub-vcs v0.1.0
7502026-06-20T22:49:02.059Z Downloaded darling v0.21.3
7512026-06-20T22:49:02.062Z Downloaded derive_builder v0.20.2
7522026-06-20T22:49:02.066Z Downloaded hostname v0.4.2
7532026-06-20T22:49:02.076Z Downloaded http-body-util v0.1.3
7542026-06-20T22:49:02.079Z Downloaded keccak v0.1.6
7552026-06-20T22:49:02.079Z Downloaded kstat-rs v0.2.4
7562026-06-20T22:49:02.079Z Downloaded hostname v0.3.1
7572026-06-20T22:49:02.079Z Downloaded highway v1.3.0
7582026-06-20T22:49:02.089Z Downloaded humantime v2.3.0
7592026-06-20T22:49:02.092Z Downloaded lru-slab v0.1.2
7602026-06-20T22:49:02.092Z Downloaded managed v0.8.0
7612026-06-20T22:49:02.092Z Downloaded linked-hash-map v0.5.6
7622026-06-20T22:49:02.094Z Downloaded libscf-sys v1.1.0
7632026-06-20T22:49:02.094Z Downloaded lru v0.12.5
7642026-06-20T22:49:02.099Z Downloaded half v1.8.3
7652026-06-20T22:49:02.104Z Downloaded defmt v1.0.1
7662026-06-20T22:49:02.106Z Downloaded indoc v1.0.9
7672026-06-20T22:49:02.106Z Downloaded impl-trait-for-tuples v0.2.3
7682026-06-20T22:49:02.106Z Downloaded console v0.15.11
7692026-06-20T22:49:02.109Z Downloaded newtype_derive v0.1.6
7702026-06-20T22:49:02.109Z Downloaded new_debug_unreachable v1.0.6
7712026-06-20T22:49:02.109Z Downloaded multimap v0.10.1
7722026-06-20T22:49:02.109Z Downloaded md5 v0.7.0
7732026-06-20T22:49:02.112Z Downloaded futures-channel v0.3.32
7742026-06-20T22:49:02.112Z Downloaded bzip2 v0.6.1
7752026-06-20T22:49:02.115Z Downloaded maybe-uninit v2.0.0
7762026-06-20T22:49:02.115Z Downloaded console v0.16.2
7772026-06-20T22:49:02.115Z Downloaded ingot-types v0.1.2
7782026-06-20T22:49:02.118Z Downloaded cbc v0.1.2
7792026-06-20T22:49:02.118Z Downloaded hmac v0.12.1
7802026-06-20T22:49:02.118Z Downloaded match_cfg v0.1.0
7812026-06-20T22:49:02.121Z Downloaded dropshot_endpoint v0.17.0
7822026-06-20T22:49:02.121Z Downloaded newline-converter v0.3.0
7832026-06-20T22:49:02.123Z Downloaded nodrop v0.1.14
7842026-06-20T22:49:02.123Z Downloaded memoffset v0.9.1
7852026-06-20T22:49:02.124Z Downloaded lzss v0.8.2
7862026-06-20T22:49:02.124Z Downloaded ipnetwork v0.21.1
7872026-06-20T22:49:02.126Z Downloaded mime v0.3.17
7882026-06-20T22:49:02.126Z Downloaded num v0.4.3
7892026-06-20T22:49:02.126Z Downloaded diff v0.1.13
7902026-06-20T22:49:02.129Z Downloaded drift v0.2.0
7912026-06-20T22:49:02.133Z Downloaded jobserver v0.1.34
7922026-06-20T22:49:02.136Z Downloaded darling_core v0.13.4
7932026-06-20T22:49:02.139Z Downloaded lalrpop-util v0.19.12
7942026-06-20T22:49:02.139Z Downloaded allocator-api2 v0.2.21
7952026-06-20T22:49:02.142Z Downloaded ingot v0.1.1
7962026-06-20T22:49:02.142Z Downloaded indoc v2.0.7
7972026-06-20T22:49:02.145Z Downloaded colored v3.1.1
7982026-06-20T22:49:02.145Z Downloaded getrandom v0.2.17
7992026-06-20T22:49:02.150Z Downloaded fatfs v0.3.6
8002026-06-20T22:49:02.150Z Downloaded nibble_vec v0.1.0
8012026-06-20T22:49:02.152Z Downloaded newtype-uuid-macros v0.1.0
8022026-06-20T22:49:02.152Z Downloaded libsw v3.5.0
8032026-06-20T22:49:02.152Z Downloaded num-conv v0.2.0
8042026-06-20T22:49:02.152Z Downloaded normalize-line-endings v0.3.0
8052026-06-20T22:49:02.152Z Downloaded hyper-staticfile v0.10.1
8062026-06-20T22:49:02.155Z Downloaded half v2.7.1
8072026-06-20T22:49:02.155Z Downloaded num-iter v0.1.45
8082026-06-20T22:49:02.155Z Downloaded nonempty v0.12.0
8092026-06-20T22:49:02.158Z Downloaded cookie_store v0.22.1
8102026-06-20T22:49:02.158Z Downloaded cookie v0.18.1
8112026-06-20T22:49:02.161Z Downloaded libsw-core v0.3.2
8122026-06-20T22:49:02.161Z Downloaded num_enum_derive v0.5.11
8132026-06-20T22:49:02.161Z Downloaded libloading v0.8.9
8142026-06-20T22:49:02.164Z Downloaded bzip2 v0.4.4
8152026-06-20T22:49:02.164Z Downloaded opaque-debug v0.3.1
8162026-06-20T22:49:02.167Z Downloaded openssl-probe v0.2.1
8172026-06-20T22:49:02.167Z Downloaded darling_core v0.23.0
8182026-06-20T22:49:02.170Z Downloaded md-5 v0.10.6
8192026-06-20T22:49:02.171Z Downloaded lru-cache v0.1.2
8202026-06-20T22:49:02.174Z Downloaded libefi-sys v0.1.0
8212026-06-20T22:49:02.174Z Downloaded lazy_static v1.5.0
8222026-06-20T22:49:02.174Z Downloaded oso-derive v0.27.3
8232026-06-20T22:49:02.174Z Downloaded num-derive v0.3.3
8242026-06-20T22:49:02.178Z Downloaded linear-map v1.2.0
8252026-06-20T22:49:02.178Z Downloaded olpc-cjson v0.1.4
8262026-06-20T22:49:02.178Z Downloaded num_threads v0.1.7
8272026-06-20T22:49:02.178Z Downloaded darling_core v0.20.11
8282026-06-20T22:49:02.181Z Downloaded openssl-probe v0.1.6
8292026-06-20T22:49:02.181Z Downloaded derive_more v0.99.20
8302026-06-20T22:49:02.185Z Downloaded ipnet v2.11.0
8312026-06-20T22:49:02.188Z Downloaded openssl-macros v0.1.1
8322026-06-20T22:49:02.188Z Downloaded httparse v1.10.1
8332026-06-20T22:49:02.188Z Downloaded iana-time-zone v0.1.65
8342026-06-20T22:49:02.188Z Downloaded newtype-uuid v1.3.2
8352026-06-20T22:49:02.190Z Downloaded hyper-rustls v0.27.7
8362026-06-20T22:49:02.191Z Downloaded const-oid v0.9.6
8372026-06-20T22:49:02.195Z Downloaded packed_struct_codegen v0.10.1
8382026-06-20T22:49:02.198Z Downloaded futures v0.3.32
8392026-06-20T22:49:02.201Z Downloaded ahash v0.8.12
8402026-06-20T22:49:02.201Z Downloaded getrandom v0.3.4
8412026-06-20T22:49:02.203Z Downloaded derive-where v1.6.0
8422026-06-20T22:49:02.206Z Downloaded lock_api v0.4.14
8432026-06-20T22:49:02.210Z Downloaded multer v3.1.0
8442026-06-20T22:49:02.213Z Downloaded nu-ansi-term v0.50.3
8452026-06-20T22:49:02.213Z Downloaded parse-size v1.1.0
8462026-06-20T22:49:02.217Z Downloaded nanorand v0.7.0
8472026-06-20T22:49:02.217Z Downloaded pbkdf2 v0.11.0
8482026-06-20T22:49:02.220Z Downloaded peg-runtime v0.8.5
8492026-06-20T22:49:02.220Z Downloaded phf_shared v0.11.3
8502026-06-20T22:49:02.220Z Downloaded darling_core v0.21.3
8512026-06-20T22:49:02.223Z Downloaded num-integer v0.1.46
8522026-06-20T22:49:02.225Z Downloaded ingot-macros v0.1.1
8532026-06-20T22:49:02.225Z Downloaded compact_str v0.8.1
8542026-06-20T22:49:02.228Z Downloaded num-complex v0.4.6
8552026-06-20T22:49:02.228Z Downloaded num-derive v0.4.2
8562026-06-20T22:49:02.259Z Downloaded native-tls v0.2.18
8572026-06-20T22:49:02.259Z Downloaded ignore v0.4.25
8582026-06-20T22:49:02.259Z Downloaded num_enum v0.5.11
8592026-06-20T22:49:02.267Z Downloaded path-slash v0.1.5
8602026-06-20T22:49:02.267Z Downloaded parse-display v0.10.0
8612026-06-20T22:49:02.267Z Downloaded num_enum_derive v0.7.6
8622026-06-20T22:49:02.267Z Downloaded num-rational v0.4.2
8632026-06-20T22:49:02.268Z Downloaded bytes v1.11.1
8642026-06-20T22:49:02.268Z Downloaded pin-utils v0.1.0
8652026-06-20T22:49:02.268Z Downloaded phf_shared v0.13.1
8662026-06-20T22:49:02.268Z Downloaded oxnet v0.1.6
8672026-06-20T22:49:02.268Z Downloaded phf_shared v0.12.1
8682026-06-20T22:49:02.268Z Downloaded mime_guess v2.0.5
8692026-06-20T22:49:02.268Z Downloaded powerfmt v0.2.0
8702026-06-20T22:49:02.268Z Downloaded owo-colors v4.3.0
8712026-06-20T22:49:02.268Z Downloaded headers v0.4.1
8722026-06-20T22:49:02.271Z Downloaded crossterm v0.29.0
8732026-06-20T22:49:02.274Z Downloaded proc-macro-crate v3.4.0
8742026-06-20T22:49:02.274Z Downloaded proc-macro-error-attr2 v2.0.0
8752026-06-20T22:49:02.277Z Downloaded memmap2 v0.9.10
8762026-06-20T22:49:02.277Z Downloaded oxide-tokio-rt v0.1.4
8772026-06-20T22:49:02.277Z Downloaded flate2 v1.1.9
8782026-06-20T22:49:02.280Z Downloaded der v0.7.10
8792026-06-20T22:49:02.283Z Downloaded flume v0.11.1
8802026-06-20T22:49:02.285Z Downloaded base64 v0.22.1
8812026-06-20T22:49:02.288Z Downloaded maplit v1.0.2
8822026-06-20T22:49:02.288Z Downloaded indexmap v1.9.3
8832026-06-20T22:49:02.291Z Downloaded arc-swap v1.8.2
8842026-06-20T22:49:02.291Z Downloaded progenitor-macro v0.13.0
8852026-06-20T22:49:02.294Z Downloaded predicates-tree v1.0.13
8862026-06-20T22:49:02.294Z Downloaded peg v0.8.5
8872026-06-20T22:49:02.296Z Downloaded pbkdf2 v0.12.2
8882026-06-20T22:49:02.296Z Downloaded password-hash v0.4.2
8892026-06-20T22:49:02.299Z Downloaded peg-macros v0.8.5
8902026-06-20T22:49:02.299Z Downloaded libbz2-rs-sys v0.2.2
8912026-06-20T22:49:02.299Z Downloaded predicates-core v1.0.10
8922026-06-20T22:49:02.302Z Downloaded phf v0.13.1
8932026-06-20T22:49:02.302Z Downloaded precomputed-hash v0.1.1
8942026-06-20T22:49:02.302Z Downloaded packed_struct v0.10.1
8952026-06-20T22:49:02.305Z Downloaded litrs v1.0.0
8962026-06-20T22:49:02.305Z Downloaded proc-macro-crate v1.3.1
8972026-06-20T22:49:02.309Z Downloaded aes v0.8.4
8982026-06-20T22:49:02.312Z Downloaded phf v0.12.1
8992026-06-20T22:49:02.316Z Downloaded pem v3.0.6
9002026-06-20T22:49:02.316Z Downloaded num_enum v0.7.6
9012026-06-20T22:49:02.318Z Downloaded progenitor-client v0.14.0
9022026-06-20T22:49:02.318Z Downloaded expectorate v1.2.0
9032026-06-20T22:49:02.322Z Downloaded pkg-config v0.3.32
9042026-06-20T22:49:02.322Z Downloaded quick-error v1.2.3
9052026-06-20T22:49:02.322Z Downloaded pkcs8 v0.10.2
9062026-06-20T22:49:02.325Z Downloaded pin-project-internal v1.1.11
9072026-06-20T22:49:02.325Z Downloaded radium v0.7.0
9082026-06-20T22:49:02.325Z Downloaded polyval v0.6.2
9092026-06-20T22:49:02.328Z Downloaded poly1305 v0.8.0
9102026-06-20T22:49:02.328Z Downloaded paste v1.0.15
9112026-06-20T22:49:02.331Z Downloaded password-hash v0.5.0
9122026-06-20T22:49:02.331Z Downloaded parse-display-derive v0.10.0
9132026-06-20T22:49:02.331Z Downloaded parking_lot_core v0.8.6
9142026-06-20T22:49:02.334Z Downloaded rand_xorshift v0.4.0
9152026-06-20T22:49:02.334Z Downloaded heapless v0.8.0
9162026-06-20T22:49:02.336Z Downloaded hickory-resolver v0.25.2
9172026-06-20T22:49:02.346Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-20T22:49:02.349Z Downloaded recursive v0.1.1
9192026-06-20T22:49:02.352Z Downloaded predicates v3.1.4
9202026-06-20T22:49:02.355Z Downloaded omicron-zone-package v0.12.2
9212026-06-20T22:49:02.358Z Downloaded postgres-protocol v0.6.10
9222026-06-20T22:49:02.358Z Downloaded diesel_derives v2.3.7
9232026-06-20T22:49:02.363Z Downloaded progenitor-macro v0.14.0
9242026-06-20T22:49:02.366Z Downloaded ref-cast v1.0.25
9252026-06-20T22:49:02.366Z Downloaded ref-cast-impl v1.0.25
9262026-06-20T22:49:02.366Z Downloaded progenitor-client v0.13.0
9272026-06-20T22:49:02.366Z Downloaded progenitor v0.14.0
9282026-06-20T22:49:02.369Z Downloaded progenitor v0.13.0
9292026-06-20T22:49:02.369Z Downloaded parking_lot v0.12.5
9302026-06-20T22:49:02.371Z Downloaded rustc-hash v2.1.1
9312026-06-20T22:49:02.371Z Downloaded russh-cryptovec v0.7.3
9322026-06-20T22:49:02.371Z Downloaded bumpalo v3.20.2
9332026-06-20T22:49:02.375Z Downloaded derive_more-impl v2.1.1
9342026-06-20T22:49:02.383Z Downloaded rfc6979 v0.4.0
9352026-06-20T22:49:02.385Z Downloaded parking_lot v0.11.2
9362026-06-20T22:49:02.388Z Downloaded rustc_version v0.1.7
9372026-06-20T22:49:02.391Z Downloaded oso v0.27.3
9382026-06-20T22:49:02.394Z Downloaded ar_archive_writer v0.5.1
9392026-06-20T22:49:02.394Z Downloaded psl-types v2.0.11
9402026-06-20T22:49:02.397Z Downloaded progenitor-extras v0.2.0
9412026-06-20T22:49:02.397Z Downloaded proc-macro-error2 v2.0.1
9422026-06-20T22:49:02.400Z Downloaded rand_core v0.10.0
9432026-06-20T22:49:02.400Z Downloaded rand_chacha v0.3.1
9442026-06-20T22:49:02.400Z Downloaded primeorder v0.13.6
9452026-06-20T22:49:02.403Z Downloaded salsa20 v0.10.2
9462026-06-20T22:49:02.403Z Downloaded rustc_version v0.4.1
9472026-06-20T22:49:02.403Z Downloaded pem-rfc7468 v0.7.0
9482026-06-20T22:49:02.405Z Downloaded parking_lot_core v0.9.12
9492026-06-20T22:49:02.405Z Downloaded psm v0.1.30
9502026-06-20T22:49:02.409Z Downloaded rand_chacha v0.9.0
9512026-06-20T22:49:02.412Z Downloaded r2d2 v0.8.10
9522026-06-20T22:49:02.415Z Downloaded p256 v0.13.2
9532026-06-20T22:49:02.421Z Downloaded scheduled-thread-pool v0.2.7
9542026-06-20T22:49:02.423Z Downloaded sapling-renderdag v0.1.0
9552026-06-20T22:49:02.423Z Downloaded same-file v1.0.6
9562026-06-20T22:49:02.423Z Downloaded heapless v0.7.17
9572026-06-20T22:49:02.426Z Downloaded rand_seeder v0.4.0
9582026-06-20T22:49:02.429Z Downloaded rand_core v0.9.5
9592026-06-20T22:49:02.429Z Downloaded rand_core v0.6.4
9602026-06-20T22:49:02.429Z Downloaded pkcs1 v0.7.5
9612026-06-20T22:49:02.432Z Downloaded pin-project-lite v0.2.17
9622026-06-20T22:49:02.435Z Downloaded jiff-static v0.2.21
9632026-06-20T22:49:02.435Z Downloaded ed25519-dalek v2.2.0
9642026-06-20T22:49:02.438Z Downloaded scroll_derive v0.13.1
9652026-06-20T22:49:02.442Z Downloaded serde-big-array v0.5.1
9662026-06-20T22:49:02.444Z Downloaded resolv-conf v0.7.6
9672026-06-20T22:49:02.445Z Downloaded ppv-lite86 v0.2.21
9682026-06-20T22:49:02.447Z Downloaded postcard v1.1.3
9692026-06-20T22:49:02.455Z Downloaded secrecy v0.8.0
9702026-06-20T22:49:02.457Z Downloaded scrypt v0.11.0
9712026-06-20T22:49:02.457Z Downloaded const_format v0.2.35
9722026-06-20T22:49:02.460Z Downloaded serde_bytes v0.11.19
9732026-06-20T22:49:02.463Z Downloaded seq-macro v0.3.6
9742026-06-20T22:49:02.463Z Downloaded serde_plain v1.0.2
9752026-06-20T22:49:02.466Z Downloaded rustls-pemfile v2.2.0
9762026-06-20T22:49:02.466Z Downloaded openssl-sys v0.9.115
9772026-06-20T22:49:02.469Z Downloaded pkcs5 v0.7.1
9782026-06-20T22:49:02.472Z Downloaded pin-project v1.1.11
9792026-06-20T22:49:02.476Z Downloaded shell-words v1.1.1
9802026-06-20T22:49:02.478Z Downloaded indicatif v0.18.4
9812026-06-20T22:49:02.482Z Downloaded hashbrown v0.13.2
9822026-06-20T22:49:02.482Z Downloaded serde_urlencoded v0.7.1
9832026-06-20T22:49:02.485Z Downloaded serde_spanned v1.0.4
9842026-06-20T22:49:02.485Z Downloaded papergrid v0.17.0
9852026-06-20T22:49:02.487Z Downloaded quinn-udp v0.5.14
9862026-06-20T22:49:02.487Z Downloaded postgres-types v0.2.12
9872026-06-20T22:49:02.491Z Downloaded rtoolbox v0.0.3
9882026-06-20T22:49:02.491Z Downloaded hickory-server v0.25.2
9892026-06-20T22:49:02.494Z Downloaded serde_repr v0.1.20
9902026-06-20T22:49:02.494Z Downloaded semver v0.1.20
9912026-06-20T22:49:02.497Z Downloaded miniz_oxide v0.8.9
9922026-06-20T22:49:02.497Z Downloaded async-compression v0.4.41
9932026-06-20T22:49:02.499Z Downloaded signal-hook-mio v0.2.5
9942026-06-20T22:49:02.502Z Downloaded signature v2.2.0
9952026-06-20T22:49:02.502Z Downloaded sha1 v0.10.6
9962026-06-20T22:49:02.502Z Downloaded rustls-pemfile v1.0.4
9972026-06-20T22:49:02.506Z Downloaded rustls-native-certs v0.8.3
9982026-06-20T22:49:02.510Z Downloaded signal-hook-tokio v0.3.1
9992026-06-20T22:49:02.512Z Downloaded secrecy v0.10.3
10002026-06-20T22:49:02.512Z Downloaded sec1 v0.7.3
10012026-06-20T22:49:02.515Z Downloaded sct v0.7.1
10022026-06-20T22:49:02.518Z Downloaded rustversion v1.0.22
10032026-06-20T22:49:02.518Z Downloaded progenitor-impl v0.13.0
10042026-06-20T22:49:02.521Z Downloaded dropshot-api-manager v0.7.2
10052026-06-20T22:49:02.524Z Downloaded hickory-resolver v0.24.4
10062026-06-20T22:49:02.532Z Downloaded slog-envlogger v2.2.0
10072026-06-20T22:49:02.534Z Downloaded serde_path_to_error v0.1.20
10082026-06-20T22:49:02.535Z Downloaded russh-keys v0.45.0
10092026-06-20T22:49:02.537Z Downloaded sigpipe v0.1.3
10102026-06-20T22:49:02.540Z Downloaded slog-bunyan v2.5.0
10112026-06-20T22:49:02.546Z Downloaded serde_with_macros v1.5.2
10122026-06-20T22:49:02.549Z Downloaded ssh-encoding v0.2.0
10132026-06-20T22:49:02.552Z Downloaded ssh-cipher v0.2.0
10142026-06-20T22:49:02.552Z Downloaded minimal-lexical v0.2.1
10152026-06-20T22:49:02.555Z Downloaded scopeguard v1.2.0
10162026-06-20T22:49:02.558Z Downloaded scroll v0.13.0
10172026-06-20T22:49:02.558Z Downloaded serde_derive_internals v0.29.1
10182026-06-20T22:49:02.561Z Downloaded serde-hex v0.1.0
10192026-06-20T22:49:02.561Z Downloaded schemars_derive v0.8.22
10202026-06-20T22:49:02.572Z Downloaded prefix-trie v0.7.0
10212026-06-20T22:49:02.575Z Downloaded structmeta-derive v0.3.0
10222026-06-20T22:49:02.575Z Downloaded signal-hook-registry v1.4.8
10232026-06-20T22:49:02.578Z Downloaded strum v0.26.3
10242026-06-20T22:49:02.578Z Downloaded sqlparser_derive v0.5.0
10252026-06-20T22:49:02.587Z Downloaded siphasher v1.0.2
10262026-06-20T22:49:02.591Z Downloaded ron v0.8.1
10272026-06-20T22:49:02.593Z Downloaded itertools v0.10.5
10282026-06-20T22:49:02.596Z Downloaded subtle v2.6.1
10292026-06-20T22:49:02.596Z Downloaded supports-color v3.0.2
10302026-06-20T22:49:02.599Z Downloaded rustls-pki-types v1.14.0
10312026-06-20T22:49:02.599Z Downloaded serde_cbor v0.11.2
10322026-06-20T22:49:02.603Z Downloaded rusty-fork v0.3.1
10332026-06-20T22:49:02.605Z Downloaded strip-ansi-escapes v0.2.1
10342026-06-20T22:49:02.605Z Downloaded strum v0.27.2
10352026-06-20T22:49:02.609Z Downloaded simd-adler32 v0.3.8
10362026-06-20T22:49:02.612Z Downloaded progenitor-impl v0.14.0
10372026-06-20T22:49:02.612Z Downloaded sync_wrapper v1.0.2
10382026-06-20T22:49:02.615Z Downloaded slog-scope v4.4.1
10392026-06-20T22:49:02.615Z Downloaded tabwriter v1.4.1
10402026-06-20T22:49:02.615Z Downloaded take_mut v0.2.2
10412026-06-20T22:49:02.615Z Downloaded http v1.4.0
10422026-06-20T22:49:02.618Z Downloaded hashbrown v0.12.3
10432026-06-20T22:49:02.621Z Downloaded mio v1.2.0
10442026-06-20T22:49:02.623Z Downloaded sync-ptr v0.1.4
10452026-06-20T22:49:02.623Z Downloaded slog-dtrace v0.3.0
10462026-06-20T22:49:02.627Z Downloaded tabled_derive v0.11.0
10472026-06-20T22:49:02.630Z Downloaded thread-id v5.1.0
10482026-06-20T22:49:02.630Z Downloaded termtree v0.5.1
10492026-06-20T22:49:02.633Z Downloaded tagptr v0.2.0
10502026-06-20T22:49:02.633Z Downloaded tap v1.0.1
10512026-06-20T22:49:02.636Z Downloaded static_assertions v1.1.0
10522026-06-20T22:49:02.638Z Downloaded stacker v0.1.23
10532026-06-20T22:49:02.639Z Downloaded slog-json v2.6.1
10542026-06-20T22:49:02.641Z Downloaded slog-async v2.8.0
10552026-06-20T22:49:02.641Z Downloaded pretty_assertions v1.4.1
10562026-06-20T22:49:02.641Z Downloaded slab v0.4.12
10572026-06-20T22:49:02.646Z Downloaded hashbrown v0.15.5
10582026-06-20T22:49:02.650Z Downloaded slog-term v2.9.2
10592026-06-20T22:49:02.650Z Downloaded smf v0.2.3
10602026-06-20T22:49:02.653Z Downloaded ryu v1.0.23
10612026-06-20T22:49:02.653Z Downloaded thiserror-impl-no-std v2.0.2
10622026-06-20T22:49:02.653Z Downloaded testing_table v0.3.0
10632026-06-20T22:49:02.656Z Downloaded structmeta v0.3.0
10642026-06-20T22:49:02.656Z Downloaded serde_with_macros v3.17.0
10652026-06-20T22:49:02.656Z Downloaded slog-stdlog v4.1.1
10662026-06-20T22:49:02.658Z Downloaded tinyvec_macros v0.1.1
10672026-06-20T22:49:02.658Z Downloaded num-bigint v0.4.6
10682026-06-20T22:49:02.661Z Downloaded sqlformat v0.3.5
10692026-06-20T22:49:02.664Z Downloaded spki v0.7.3
10702026-06-20T22:49:02.664Z Downloaded time-core v0.1.8
10712026-06-20T22:49:02.667Z Downloaded strum_macros v0.26.4
10722026-06-20T22:49:02.667Z Downloaded shlex v1.3.0
10732026-06-20T22:49:02.667Z Downloaded prettyplease v0.2.37
10742026-06-20T22:49:02.671Z Downloaded publicsuffix v2.3.0
10752026-06-20T22:49:02.675Z Downloaded string_cache v0.8.9
10762026-06-20T22:49:02.678Z Downloaded quinn v0.11.9
10772026-06-20T22:49:02.681Z Downloaded strsim v0.10.0
10782026-06-20T22:49:02.681Z Downloaded stringprep v0.1.5
10792026-06-20T22:49:02.683Z Downloaded rustls-platform-verifier v0.6.2
10802026-06-20T22:49:02.686Z Downloaded qorb v0.4.1
10812026-06-20T22:49:02.692Z Downloaded snafu-derive v0.8.9
10822026-06-20T22:49:02.694Z Downloaded thread_local v1.1.9
10832026-06-20T22:49:02.694Z Downloaded thiserror-no-std v2.0.2
10842026-06-20T22:49:02.700Z Downloaded strum_macros v0.24.3
10852026-06-20T22:49:02.703Z Downloaded tiny-keccak v2.0.2
10862026-06-20T22:49:02.706Z Downloaded termios v0.3.3
10872026-06-20T22:49:02.706Z Downloaded hashbrown v0.16.1
10882026-06-20T22:49:02.709Z Downloaded rcgen v0.12.1
10892026-06-20T22:49:02.711Z Downloaded rayon-core v1.13.0
10902026-06-20T22:49:02.714Z Downloaded support-bundle-viewer v0.1.2
10912026-06-20T22:49:02.714Z Downloaded aes-gcm v0.10.3
10922026-06-20T22:49:02.717Z Downloaded schemars v0.8.22
10932026-06-20T22:49:02.722Z Downloaded time-macros v0.2.27
10942026-06-20T22:49:02.726Z Downloaded hyper-util v0.1.20
10952026-06-20T22:49:02.728Z Downloaded trait-variant v0.1.2
10962026-06-20T22:49:02.731Z Downloaded try-lock v0.2.5
10972026-06-20T22:49:02.731Z Downloaded smallvec v0.6.14
10982026-06-20T22:49:02.735Z Downloaded topological-sort v0.2.2
10992026-06-20T22:49:02.737Z Downloaded num-bigint-dig v0.8.6
11002026-06-20T22:49:02.741Z Downloaded itertools v0.13.0
11012026-06-20T22:49:02.743Z Downloaded typify-macro v0.6.2
11022026-06-20T22:49:02.743Z Downloaded tower-service v0.3.3
11032026-06-20T22:49:02.746Z Downloaded tower-layer v0.3.3
11042026-06-20T22:49:02.746Z Downloaded hyper v1.8.1
11052026-06-20T22:49:02.749Z Downloaded futures-util v0.3.32
11062026-06-20T22:49:02.755Z Downloaded unicode-truncate v1.1.0
11072026-06-20T22:49:02.758Z Downloaded aho-corasick v1.1.4
11082026-06-20T22:49:02.761Z Downloaded unit-prefix v0.5.2
11092026-06-20T22:49:02.761Z Downloaded rand v0.8.6
11102026-06-20T22:49:02.763Z Downloaded nom v7.1.3
11112026-06-20T22:49:02.766Z Downloaded tokio-native-tls v0.3.1
11122026-06-20T22:49:02.766Z Downloaded tokio-macros v2.7.0
11132026-06-20T22:49:02.769Z Downloaded tokio-tungstenite v0.21.0
11142026-06-20T22:49:02.769Z Downloaded rustls-webpki v0.103.9
11152026-06-20T22:49:02.774Z Downloaded unarray v0.1.4
11162026-06-20T22:49:02.774Z Downloaded tokio-dtrace v0.1.1
11172026-06-20T22:49:02.777Z Downloaded tls_codec_derive v0.4.2
11182026-06-20T22:49:02.777Z Downloaded tokio-rustls v0.25.0
11192026-06-20T22:49:02.777Z Downloaded socket2 v0.5.10
11202026-06-20T22:49:02.777Z Downloaded tls_codec v0.4.2
11212026-06-20T22:49:02.777Z Downloaded tokio-tungstenite v0.23.1
11222026-06-20T22:49:02.780Z Downloaded strum_macros v0.27.2
11232026-06-20T22:49:02.780Z Downloaded spin v0.9.8
11242026-06-20T22:49:02.782Z Downloaded untrusted v0.9.0
11252026-06-20T22:49:02.782Z Downloaded utf-8 v0.7.6
11262026-06-20T22:49:02.785Z Downloaded usdt-macro v0.6.0
11272026-06-20T22:49:02.786Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-06-20T22:49:02.786Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11292026-06-20T22:49:02.786Z Downloaded similar v2.7.0
11302026-06-20T22:49:02.789Z Downloaded libxml v0.3.3
11312026-06-20T22:49:02.792Z Downloaded iri-string v0.7.10
11322026-06-20T22:49:02.796Z Downloaded untrusted v0.7.1
11332026-06-20T22:49:02.799Z Downloaded usdt v0.6.0
11342026-06-20T22:49:02.799Z Downloaded universal-hash v0.5.1
11352026-06-20T22:49:02.799Z Downloaded nom v8.0.0
11362026-06-20T22:49:02.801Z Downloaded usdt-attr-macro v0.6.0
11372026-06-20T22:49:02.804Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-06-20T22:49:02.804Z Downloaded serde_yaml v0.9.34+deprecated
11392026-06-20T22:49:02.807Z Downloaded term v0.7.0
11402026-06-20T22:49:02.807Z Downloaded term v1.2.1
11412026-06-20T22:49:02.814Z Downloaded schemars v0.9.0
11422026-06-20T22:49:02.820Z Downloaded tui-tree-widget v0.23.1
11432026-06-20T22:49:02.822Z Downloaded want v0.3.1
11442026-06-20T22:49:02.822Z Downloaded subprocess v0.2.15
11452026-06-20T22:49:02.822Z Downloaded waitgroup v0.1.2
11462026-06-20T22:49:02.822Z Downloaded wait-timeout v0.2.1
11472026-06-20T22:49:02.825Z Downloaded void v1.0.2
11482026-06-20T22:49:02.825Z Downloaded hkdf v0.12.4
11492026-06-20T22:49:02.828Z Downloaded libm v0.2.16
11502026-06-20T22:49:02.832Z Downloaded socket2 v0.6.3
11512026-06-20T22:49:02.839Z Downloaded rand v0.9.2
11522026-06-20T22:49:02.845Z Downloaded samael v0.0.19
11532026-06-20T22:49:02.848Z Downloaded signal-hook v0.3.18
11542026-06-20T22:49:02.851Z Downloaded tokio-rustls v0.24.1
11552026-06-20T22:49:02.853Z Downloaded test-strategy v0.4.5
11562026-06-20T22:49:02.853Z Downloaded xattr v1.6.1
11572026-06-20T22:49:02.856Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-06-20T22:49:02.856Z Downloaded xshell-macros v0.2.7
11592026-06-20T22:49:02.856Z Downloaded usdt-impl v0.6.0
11602026-06-20T22:49:02.860Z Downloaded unicase v2.9.0
11612026-06-20T22:49:02.860Z Downloaded snafu v0.8.9
11622026-06-20T22:49:02.864Z Downloaded zone_cfg_derive v0.3.1
11632026-06-20T22:49:02.864Z Downloaded tokio-stream v0.1.18
11642026-06-20T22:49:02.866Z Downloaded zone v0.3.1
11652026-06-20T22:49:02.869Z Downloaded blake3 v1.8.3
11662026-06-20T22:49:02.872Z Downloaded vergen-lib v9.1.0
11672026-06-20T22:49:02.874Z Downloaded p521 v0.13.3
11682026-06-20T22:49:02.877Z Downloaded vergen-lib v0.1.6
11692026-06-20T22:49:02.877Z Downloaded itertools v0.12.1
11702026-06-20T22:49:02.879Z Downloaded slog v2.8.2
11712026-06-20T22:49:02.882Z Downloaded tinyvec v1.10.0
11722026-06-20T22:49:02.885Z Downloaded tokio-rustls v0.26.4
11732026-06-20T22:49:02.885Z Downloaded twox-hash v2.1.2
11742026-06-20T22:49:02.887Z Downloaded vsss-rs v3.3.4
11752026-06-20T22:49:02.890Z Downloaded vergen-git2 v9.1.0
11762026-06-20T22:49:02.890Z Downloaded schemars v1.2.1
11772026-06-20T22:49:02.897Z Downloaded tracing-attributes v0.1.31
11782026-06-20T22:49:02.900Z Downloaded russh v0.45.0
11792026-06-20T22:49:02.903Z Downloaded whoami v1.6.1
11802026-06-20T22:49:02.905Z Downloaded itertools v0.14.0
11812026-06-20T22:49:02.908Z Downloaded vergen-gitcl v1.0.8
11822026-06-20T22:49:02.908Z Downloaded uzers v0.12.2
11832026-06-20T22:49:02.911Z Downloaded toml v0.7.8
11842026-06-20T22:49:02.915Z Downloaded rand v0.10.0
11852026-06-20T22:49:02.918Z Downloaded tar v0.4.45
11862026-06-20T22:49:02.918Z Downloaded toml v1.0.6+spec-1.1.0
11872026-06-20T22:49:02.923Z Downloaded whoami v2.1.0
11882026-06-20T22:49:02.927Z Downloaded zstd-safe v7.2.4
11892026-06-20T22:49:02.929Z Downloaded zeroize_derive v1.4.3
11902026-06-20T22:49:02.934Z Downloaded zstd v0.13.3
11912026-06-20T22:49:02.937Z Downloaded unicode-properties v0.1.4
11922026-06-20T22:49:02.939Z Downloaded xshell v0.2.7
11932026-06-20T22:49:02.939Z Downloaded h2 v0.4.13
11942026-06-20T22:49:02.946Z Downloaded tracing-core v0.1.36
11952026-06-20T22:49:02.948Z Downloaded rustyline v14.0.0
11962026-06-20T22:49:02.956Z Downloaded zeroize v1.8.2
11972026-06-20T22:49:02.960Z Downloaded iddqd v0.4.2
11982026-06-20T22:49:02.962Z Downloaded unicode-bidi v0.3.18
11992026-06-20T22:49:02.967Z Downloaded wyz v0.5.1
12002026-06-20T22:49:02.971Z Downloaded walkdir v2.5.0
12012026-06-20T22:49:02.974Z Downloaded vergen v9.1.0
12022026-06-20T22:49:02.976Z Downloaded rsa v0.9.10
12032026-06-20T22:49:02.979Z Downloaded tungstenite v0.21.0
12042026-06-20T22:49:02.982Z Downloaded yasna v0.5.2
12052026-06-20T22:49:02.985Z Downloaded uuid v1.23.0
12062026-06-20T22:49:02.988Z Downloaded vte v0.14.1
12072026-06-20T22:49:02.988Z Downloaded typify v0.6.2
12082026-06-20T22:49:02.990Z Downloaded ssh-key v0.6.7
12092026-06-20T22:49:02.993Z Downloaded toml_edit v0.23.10+spec-1.0.0
12102026-06-20T22:49:02.998Z Downloaded zerocopy v0.6.6
12112026-06-20T22:49:03.001Z Downloaded reedline v0.40.0
12122026-06-20T22:49:03.041Z Downloaded steno v0.4.1
12132026-06-20T22:49:03.043Z Downloaded regex v1.12.3
12142026-06-20T22:49:03.047Z Downloaded rpassword v7.4.0
12152026-06-20T22:49:03.049Z Downloaded zopfli v0.8.3
12162026-06-20T22:49:03.057Z Downloaded git2 v0.20.4
12172026-06-20T22:49:03.062Z Downloaded unsafe-libyaml v0.2.11
12182026-06-20T22:49:03.069Z Downloaded unicode_categories v0.1.1
12192026-06-20T22:49:03.073Z Downloaded toml_edit v0.19.15
12202026-06-20T22:49:03.082Z Downloaded zip v0.6.6
12212026-06-20T22:49:03.086Z Downloaded p384 v0.13.1
12222026-06-20T22:49:03.096Z Downloaded tungstenite v0.23.0
12232026-06-20T22:49:03.098Z Downloaded goblin v0.10.5
12242026-06-20T22:49:03.102Z Downloaded lalrpop v0.19.12
12252026-06-20T22:49:03.136Z Downloaded tokio-postgres v0.7.16
12262026-06-20T22:49:03.143Z Downloaded yansi v1.0.1
12272026-06-20T22:49:03.143Z Downloaded serde_with v1.14.0
12282026-06-20T22:49:03.143Z Downloaded reqwest v0.12.28
12292026-06-20T22:49:03.143Z Downloaded salty v0.3.0
12302026-06-20T22:49:03.143Z Downloaded bitvec v1.0.1
12312026-06-20T22:49:03.148Z Downloaded reqwest v0.13.2
12322026-06-20T22:49:03.153Z Downloaded chrono v0.4.44
12332026-06-20T22:49:03.156Z Downloaded unicode-segmentation v1.12.0
12342026-06-20T22:49:03.164Z Downloaded portable-atomic v1.13.1
12352026-06-20T22:49:03.175Z Downloaded typed-path v0.9.3
12362026-06-20T22:49:03.178Z Downloaded curve25519-dalek v4.1.3
12372026-06-20T22:49:03.184Z Downloaded tokio-util v0.7.18
12382026-06-20T22:49:03.189Z Downloaded rustls-webpki v0.102.8
12392026-06-20T22:49:03.199Z Downloaded zerocopy-derive v0.8.40
12402026-06-20T22:49:03.205Z Downloaded tough v0.22.0
12412026-06-20T22:49:03.211Z Downloaded x509-cert v0.2.5
12422026-06-20T22:49:03.214Z Downloaded nix v0.27.1
12432026-06-20T22:49:03.221Z Downloaded bindgen v0.71.1
12442026-06-20T22:49:03.225Z Downloaded rayon v1.11.0
12452026-06-20T22:49:03.231Z Downloaded tower v0.5.3
12462026-06-20T22:49:03.239Z Downloaded rustls-webpki v0.101.7
12472026-06-20T22:49:03.245Z Downloaded unicode-normalization v0.1.25
12482026-06-20T22:49:03.247Z Downloaded quick-xml v0.37.5
12492026-06-20T22:49:03.251Z Downloaded moka v0.12.13
12502026-06-20T22:49:03.256Z Downloaded zip v4.6.1
12512026-06-20T22:49:03.258Z Downloaded aws-lc-rs v1.16.3
12522026-06-20T22:49:03.265Z Downloaded petname v2.0.2
12532026-06-20T22:49:03.269Z Downloaded winnow v0.6.26
12542026-06-20T22:49:03.280Z Downloaded proptest v1.10.0
12552026-06-20T22:49:03.294Z Downloaded winnow v0.5.40
12562026-06-20T22:49:03.299Z Downloaded tower-http v0.6.8
12572026-06-20T22:49:03.303Z Downloaded serde_with v3.17.0
12582026-06-20T22:49:03.311Z Downloaded object v0.30.4
12592026-06-20T22:49:03.325Z Downloaded nix v0.28.0
12602026-06-20T22:49:03.360Z Downloaded rustls v0.21.12
12612026-06-20T22:49:03.368Z Downloaded tabled v0.20.0
12622026-06-20T22:49:03.379Z Downloaded nix v0.31.2
12632026-06-20T22:49:03.386Z Downloaded radix_trie v0.2.1
12642026-06-20T22:49:03.390Z Downloaded quinn-proto v0.11.13
12652026-06-20T22:49:03.394Z Downloaded polar-core v0.27.3
12662026-06-20T22:49:03.399Z Downloaded webpki-roots v1.0.6
12672026-06-20T22:49:03.402Z Downloaded smoltcp v0.11.0
12682026-06-20T22:49:03.409Z Downloaded time v0.3.47
12692026-06-20T22:49:03.416Z Downloaded diesel v2.3.7
12702026-06-20T22:49:03.429Z Downloaded zerocopy v0.8.40
12712026-06-20T22:49:03.435Z Downloaded smoltcp v0.9.1
12722026-06-20T22:49:03.443Z Downloaded regress v0.11.1
12732026-06-20T22:49:03.447Z Downloaded vcpkg v0.2.15
12742026-06-20T22:49:03.471Z Downloaded zlib-rs v0.6.2
12752026-06-20T22:49:03.474Z Downloaded rustix v0.38.44
12762026-06-20T22:49:03.488Z Downloaded regex-syntax v0.6.29
12772026-06-20T22:49:03.492Z Downloaded openapiv3 v2.2.0
12782026-06-20T22:49:03.499Z Downloaded rustls v0.23.37
12792026-06-20T22:49:03.507Z Downloaded object v0.37.3
12802026-06-20T22:49:03.515Z Downloaded regress v0.10.5
12812026-06-20T22:49:03.519Z Downloaded bstr v1.12.1
12822026-06-20T22:49:03.525Z Downloaded hickory-proto v0.25.2
12832026-06-20T22:49:03.535Z Downloaded rustls v0.22.4
12842026-06-20T22:49:03.543Z Downloaded regex-syntax v0.8.10
12852026-06-20T22:49:03.547Z Downloaded openssl v0.10.79
12862026-06-20T22:49:03.554Z Downloaded dropshot v0.17.0
12872026-06-20T22:49:03.567Z Downloaded hickory-proto v0.24.4
12882026-06-20T22:49:03.576Z Downloaded ratatui v0.29.0
12892026-06-20T22:49:03.588Z Downloaded typify-impl v0.6.2
12902026-06-20T22:49:03.597Z Downloaded tracing v0.1.44
12912026-06-20T22:49:03.612Z Downloaded regex-automata v0.4.14
12922026-06-20T22:49:03.627Z Downloaded zerocopy-derive v0.6.6
12932026-06-20T22:49:03.634Z Downloaded sqlparser v0.61.0
12942026-06-20T22:49:03.642Z Downloaded sled v0.34.7
12952026-06-20T22:49:03.663Z Downloaded csv v1.4.0
12962026-06-20T22:49:03.676Z Downloaded petgraph v0.8.3
12972026-06-20T22:49:03.690Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-20T22:49:03.702Z Downloaded libz-sys v1.1.24
12992026-06-20T22:49:03.715Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-20T22:49:03.727Z Downloaded sha3 v0.10.8
13012026-06-20T22:49:03.744Z Downloaded encoding_rs v0.8.35
13022026-06-20T22:49:03.758Z Downloaded petgraph v0.6.5
13032026-06-20T22:49:03.769Z Downloaded jiff v0.2.21
13042026-06-20T22:49:03.780Z Downloaded chrono-tz v0.10.4
13052026-06-20T22:49:03.852Z Downloaded tokio v1.52.1
13062026-06-20T22:49:03.971Z Downloaded ring v0.17.14
13072026-06-20T22:49:04.030Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-20T22:49:04.683Z Downloaded aws-lc-sys v0.40.0
13092026-06-20T22:49:04.924Z Compiling libc v0.2.185
13102026-06-20T22:49:04.924Z Compiling serde v1.0.228
13112026-06-20T22:49:04.926Z Compiling log v0.4.29
13122026-06-20T22:49:04.926Z Compiling find-msvc-tools v0.1.9
13132026-06-20T22:49:05.061Z Compiling shlex v1.3.0
13142026-06-20T22:49:05.068Z Compiling smallvec v1.15.1
13152026-06-20T22:49:05.086Z Compiling syn v2.0.117
13162026-06-20T22:49:05.096Z Compiling typenum v1.19.0
13172026-06-20T22:49:05.306Z Compiling generic-array v0.14.7
13182026-06-20T22:49:05.309Z Compiling subtle v2.6.1
13192026-06-20T22:49:05.309Z Compiling scopeguard v1.2.0
13202026-06-20T22:49:05.385Z Compiling const-oid v0.9.6
13212026-06-20T22:49:05.459Z Compiling lock_api v0.4.14
13222026-06-20T22:49:05.497Z Compiling serde_json v1.0.149
13232026-06-20T22:49:05.524Z Compiling zerocopy v0.8.40
13242026-06-20T22:49:05.595Z Compiling portable-atomic v1.13.1
13252026-06-20T22:49:05.718Z Compiling parking_lot_core v0.9.12
13262026-06-20T22:49:05.966Z Compiling pin-project-lite v0.2.17
13272026-06-20T22:49:06.028Z Compiling pkg-config v0.3.32
13282026-06-20T22:49:06.073Z Compiling getrandom v0.2.17
13292026-06-20T22:49:06.091Z Compiling jobserver v0.1.34
13302026-06-20T22:49:06.100Z Compiling errno v0.3.14
13312026-06-20T22:49:06.252Z Compiling rand_core v0.6.4
13322026-06-20T22:49:06.317Z Compiling cc v1.2.56
13332026-06-20T22:49:06.454Z Compiling signal-hook-registry v1.4.8
13342026-06-20T22:49:06.468Z Compiling bitflags v2.11.0
13352026-06-20T22:49:06.540Z Compiling futures-core v0.3.32
13362026-06-20T22:49:06.566Z Compiling critical-section v1.2.0
13372026-06-20T22:49:06.673Z Compiling libm v0.2.16
13382026-06-20T22:49:06.686Z Compiling once_cell v1.21.3
13392026-06-20T22:49:06.700Z Compiling parking_lot v0.12.5
13402026-06-20T22:49:06.713Z Compiling mio v1.2.0
13412026-06-20T22:49:06.731Z Compiling num-traits v0.2.19
13422026-06-20T22:49:06.891Z Compiling percent-encoding v2.3.2
13432026-06-20T22:49:06.905Z Compiling socket2 v0.6.3
13442026-06-20T22:49:07.090Z Compiling futures-sink v0.3.32
13452026-06-20T22:49:07.104Z Compiling getrandom v0.4.1
13462026-06-20T22:49:07.116Z Compiling futures-task v0.3.32
13472026-06-20T22:49:07.198Z Compiling futures-channel v0.3.32
13482026-06-20T22:49:07.208Z Compiling cpufeatures v0.2.17
13492026-06-20T22:49:07.292Z Compiling futures-io v0.3.32
13502026-06-20T22:49:07.304Z Compiling slab v0.4.12
13512026-06-20T22:49:07.323Z Compiling rand_core v0.10.0
13522026-06-20T22:49:07.431Z Compiling indexmap v2.14.0
13532026-06-20T22:49:07.459Z Compiling getrandom v0.3.4
13542026-06-20T22:49:07.486Z Compiling rustversion v1.0.22
13552026-06-20T22:49:07.499Z Compiling cmake v0.1.57
13562026-06-20T22:49:07.701Z Compiling form_urlencoded v1.2.2
13572026-06-20T22:49:07.907Z Compiling fs_extra v1.3.0
13582026-06-20T22:49:07.919Z Compiling synstructure v0.13.2
13592026-06-20T22:49:07.943Z Compiling dunce v1.0.5
13602026-06-20T22:49:08.098Z Compiling base64ct v1.8.3
13612026-06-20T22:49:08.133Z Compiling ident_case v1.0.1
13622026-06-20T22:49:08.176Z Compiling aws-lc-sys v0.40.0
13632026-06-20T22:49:08.263Z Compiling rustix v1.1.3
13642026-06-20T22:49:08.395Z Compiling pem-rfc7468 v0.7.0
13652026-06-20T22:49:08.431Z Compiling iana-time-zone v0.1.65
13662026-06-20T22:49:08.464Z Compiling regex-syntax v0.8.10
13672026-06-20T22:49:08.516Z Compiling flagset v0.4.7
13682026-06-20T22:49:08.627Z Compiling rand_core v0.9.5
13692026-06-20T22:49:08.638Z Compiling ring v0.17.14
13702026-06-20T22:49:08.654Z Compiling aws-lc-rs v1.16.3
13712026-06-20T22:49:08.701Z Compiling vcpkg v0.2.15
13722026-06-20T22:49:08.898Z Compiling uuid v1.23.0
13732026-06-20T22:49:08.939Z Compiling rustc_version v0.4.1
13742026-06-20T22:49:09.278Z Compiling tracing-core v0.1.36
13752026-06-20T22:49:09.455Z Compiling openssl-sys v0.9.115
13762026-06-20T22:49:09.624Z Compiling serde_derive v1.0.228
13772026-06-20T22:49:09.652Z Compiling zeroize_derive v1.4.3
13782026-06-20T22:49:09.860Z Compiling zerofrom-derive v0.1.6
13792026-06-20T22:49:09.981Z Compiling yoke-derive v0.8.1
13802026-06-20T22:49:10.042Z Compiling zerocopy-derive v0.8.40
13812026-06-20T22:49:10.288Z Compiling zeroize v1.8.2
13822026-06-20T22:49:10.858Z Compiling zerovec-derive v0.11.2
13832026-06-20T22:49:11.057Z Compiling crypto-common v0.1.7
13842026-06-20T22:49:11.151Z Compiling block-buffer v0.10.4
13852026-06-20T22:49:11.216Z Compiling displaydoc v0.2.5
13862026-06-20T22:49:11.258Z Compiling zerofrom v0.1.6
13872026-06-20T22:49:11.328Z Compiling digest v0.10.7
13882026-06-20T22:49:11.394Z Compiling yoke v0.8.1
13892026-06-20T22:49:11.580Z Compiling tokio-macros v2.7.0
13902026-06-20T22:49:11.583Z Compiling futures-macro v0.3.32
13912026-06-20T22:49:11.951Z Compiling zerotrie v0.2.3
13922026-06-20T22:49:11.968Z Compiling zerovec v0.11.5
13932026-06-20T22:49:12.253Z Compiling hmac v0.12.1
13942026-06-20T22:49:12.306Z Compiling block-padding v0.3.3
13952026-06-20T22:49:12.374Z Compiling futures-util v0.3.32
13962026-06-20T22:49:12.413Z Compiling tinystr v0.8.2
13972026-06-20T22:49:12.462Z Compiling potential_utf v0.1.4
13982026-06-20T22:49:12.475Z Compiling inout v0.1.4
13992026-06-20T22:49:12.616Z Compiling icu_locale_core v2.1.1
14002026-06-20T22:49:12.629Z Compiling icu_collections v2.1.1
14012026-06-20T22:49:12.642Z Compiling cipher v0.4.4
14022026-06-20T22:49:12.901Z Compiling sha2 v0.10.9
14032026-06-20T22:49:13.050Z Compiling bytes v1.11.1
14042026-06-20T22:49:13.096Z Compiling der_derive v0.7.3
14052026-06-20T22:49:13.342Z Compiling icu_provider v2.1.1
14062026-06-20T22:49:13.486Z Compiling chrono v0.4.44
14072026-06-20T22:49:13.652Z Compiling tokio v1.52.1
14082026-06-20T22:49:13.666Z Compiling icu_normalizer v2.1.1
14092026-06-20T22:49:14.035Z Compiling icu_properties v2.1.2
14102026-06-20T22:49:14.206Z Compiling der v0.7.10
14112026-06-20T22:49:14.300Z Compiling ppv-lite86 v0.2.21
14122026-06-20T22:49:14.456Z Compiling http v1.4.0
14132026-06-20T22:49:14.665Z Compiling salsa20 v0.10.2
14142026-06-20T22:49:14.680Z Compiling pbkdf2 v0.12.2
14152026-06-20T22:49:14.806Z Compiling rustls-pki-types v1.14.0
14162026-06-20T22:49:14.820Z Compiling tracing-attributes v0.1.31
14172026-06-20T22:49:14.886Z Compiling thiserror-impl v2.0.18
14182026-06-20T22:49:15.162Z Compiling idna_adapter v1.2.1
14192026-06-20T22:49:15.261Z Compiling spki v0.7.3
14202026-06-20T22:49:15.308Z Compiling idna v1.1.0
14212026-06-20T22:49:15.355Z Compiling base64 v0.22.1
14222026-06-20T22:49:15.426Z Compiling http-body v1.0.1
14232026-06-20T22:49:15.469Z Compiling scrypt v0.11.0
14242026-06-20T22:49:15.587Z Compiling rand_chacha v0.9.0
14252026-06-20T22:49:15.676Z Compiling url v2.5.8
14262026-06-20T22:49:15.730Z Compiling aes v0.8.4
14272026-06-20T22:49:15.954Z Compiling cbc v0.1.2
14282026-06-20T22:49:16.125Z Compiling tracing v0.1.44
14292026-06-20T22:49:16.174Z Compiling untrusted v0.7.1
14302026-06-20T22:49:16.216Z Compiling thiserror v2.0.18
14312026-06-20T22:49:16.276Z Compiling openssl-probe v0.2.1
14322026-06-20T22:49:16.303Z Compiling httparse v1.10.1
14332026-06-20T22:49:16.329Z Compiling untrusted v0.9.0
14342026-06-20T22:49:16.390Z Compiling tinyvec_macros v0.1.1
14352026-06-20T22:49:16.456Z Compiling tinyvec v1.10.0
14362026-06-20T22:49:16.481Z Compiling pest_generator v2.8.6
14372026-06-20T22:49:16.484Z Compiling pkcs5 v0.7.1
14382026-06-20T22:49:16.686Z Compiling rand v0.9.2
14392026-06-20T22:49:16.771Z Compiling serde_derive_internals v0.29.1
14402026-06-20T22:49:16.799Z Compiling aho-corasick v1.1.4
14412026-06-20T22:49:16.953Z Compiling tower-layer v0.3.3
14422026-06-20T22:49:17.123Z Compiling schemars v0.8.22
14432026-06-20T22:49:17.177Z Compiling rustls v0.23.37
14442026-06-20T22:49:17.325Z Compiling atomic-waker v1.1.2
14452026-06-20T22:49:17.354Z Compiling tokio-util v0.7.18
14462026-06-20T22:49:17.458Z Compiling dyn-clone v1.0.20
14472026-06-20T22:49:17.462Z Compiling tower-service v0.3.3
14482026-06-20T22:49:17.574Z Compiling try-lock v0.2.5
14492026-06-20T22:49:17.602Z Compiling regex-automata v0.4.14
14502026-06-20T22:49:17.648Z Compiling schemars_derive v0.8.22
14512026-06-20T22:49:17.689Z Compiling want v0.3.1
14522026-06-20T22:49:17.881Z Compiling pest_derive v2.8.6
14532026-06-20T22:49:18.199Z Compiling h2 v0.4.13
14542026-06-20T22:49:18.302Z Compiling pkcs8 v0.10.2
14552026-06-20T22:49:18.434Z Compiling ipnet v2.11.0
14562026-06-20T22:49:18.614Z Compiling scroll_derive v0.13.1
14572026-06-20T22:49:18.668Z Compiling darling_core v0.20.11
14582026-06-20T22:49:18.871Z Compiling foreign-types-shared v0.1.1
14592026-06-20T22:49:18.940Z Compiling openssl v0.10.79
14602026-06-20T22:49:18.968Z Compiling pin-utils v0.1.0
14612026-06-20T22:49:19.049Z Compiling httpdate v1.0.3
14622026-06-20T22:49:19.194Z Compiling tempfile v3.25.0
14632026-06-20T22:49:19.272Z Compiling foreign-types v0.3.2
14642026-06-20T22:49:19.371Z Compiling unicode-normalization v0.1.25
14652026-06-20T22:49:19.435Z Compiling scroll v0.13.0
14662026-06-20T22:49:19.710Z Compiling openssl-macros v0.1.1
14672026-06-20T22:49:19.831Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-20T22:49:20.028Z Compiling socket2 v0.5.10
14692026-06-20T22:49:20.103Z Compiling spin v0.9.8
14702026-06-20T22:49:20.234Z Compiling crc32fast v1.5.0
14712026-06-20T22:49:20.344Z Compiling time-core v0.1.8
14722026-06-20T22:49:20.442Z Compiling num-conv v0.2.0
14732026-06-20T22:49:20.484Z Compiling powerfmt v0.2.0
14742026-06-20T22:49:20.515Z Compiling native-tls v0.2.18
14752026-06-20T22:49:20.583Z Compiling time-macros v0.2.27
14762026-06-20T22:49:20.647Z Compiling deranged v0.5.8
14772026-06-20T22:49:20.984Z Compiling darling_macro v0.20.11
14782026-06-20T22:49:21.448Z Compiling hyper v1.8.1
14792026-06-20T22:49:21.608Z Compiling darling v0.20.11
14802026-06-20T22:49:21.625Z Compiling goblin v0.10.5
14812026-06-20T22:49:21.639Z Compiling rustls-native-certs v0.8.3
14822026-06-20T22:49:21.693Z Compiling sync_wrapper v1.0.2
14832026-06-20T22:49:21.808Z Compiling wait-timeout v0.2.1
14842026-06-20T22:49:21.928Z Compiling crossbeam-utils v0.8.21
14852026-06-20T22:49:22.080Z Compiling simd-adler32 v0.3.8
14862026-06-20T22:49:22.094Z Compiling bit-vec v0.8.0
14872026-06-20T22:49:22.216Z Compiling siphasher v1.0.2
14882026-06-20T22:49:22.326Z Compiling usdt-impl v0.6.0
14892026-06-20T22:49:22.342Z Compiling num_threads v0.1.7
14902026-06-20T22:49:22.407Z Compiling quick-error v1.2.3
14912026-06-20T22:49:22.440Z Compiling unicode-segmentation v1.12.0
14922026-06-20T22:49:22.520Z Compiling hyper-util v0.1.20
14932026-06-20T22:49:22.534Z Compiling syn v1.0.109
14942026-06-20T22:49:22.839Z Compiling rusty-fork v0.3.1
14952026-06-20T22:49:22.900Z Compiling time v0.3.47
14962026-06-20T22:49:23.159Z Compiling bit-set v0.8.0
14972026-06-20T22:49:23.328Z Compiling tower v0.5.3
14982026-06-20T22:49:23.342Z Compiling derive_builder_core v0.20.2
14992026-06-20T22:49:23.798Z Compiling dtrace-parser v0.3.0
15002026-06-20T22:49:23.909Z Compiling http-body-util v0.1.3
15012026-06-20T22:49:24.158Z Compiling webpki-roots v1.0.6
15022026-06-20T22:49:24.208Z Compiling signature v2.2.0
15032026-06-20T22:49:24.223Z Compiling thiserror-impl v1.0.69
15042026-06-20T22:49:24.330Z Compiling dof v0.4.0
15052026-06-20T22:49:24.415Z Compiling scroll_derive v0.12.1
15062026-06-20T22:49:24.464Z Compiling heapless v0.7.17
15072026-06-20T22:49:24.611Z Compiling rand_xorshift v0.4.0
15082026-06-20T22:49:24.710Z Compiling slog v2.8.2
15092026-06-20T22:49:24.779Z Compiling darling_core v0.21.3
15102026-06-20T22:49:24.900Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-20T22:49:25.079Z Compiling thread-id v5.1.0
15122026-06-20T22:49:25.174Z Compiling cookie v0.18.1
15132026-06-20T22:49:25.188Z Compiling anyhow v1.0.102
15142026-06-20T22:49:25.363Z Compiling allocator-api2 v0.2.21
15152026-06-20T22:49:25.504Z Compiling unicode-properties v0.1.4
15162026-06-20T22:49:25.509Z Compiling zstd-safe v7.2.4
15172026-06-20T22:49:25.532Z Compiling signal-hook v0.3.18
15182026-06-20T22:49:25.697Z Compiling adler2 v2.0.1
15192026-06-20T22:49:25.710Z Compiling unicode-bidi v0.3.18
15202026-06-20T22:49:25.714Z Compiling unarray v0.1.4
15212026-06-20T22:49:25.714Z Compiling paste v1.0.15
15222026-06-20T22:49:25.823Z Compiling ryu v1.0.23
15232026-06-20T22:49:25.838Z Compiling iri-string v0.7.10
15242026-06-20T22:49:25.859Z Compiling proptest v1.10.0
15252026-06-20T22:49:26.011Z Compiling serde_urlencoded v0.7.1
15262026-06-20T22:49:26.047Z Compiling stringprep v0.1.5
15272026-06-20T22:49:26.241Z Compiling miniz_oxide v0.8.9
15282026-06-20T22:49:26.272Z Compiling thiserror v1.0.69
15292026-06-20T22:49:26.835Z Compiling scroll v0.12.0
15302026-06-20T22:49:27.104Z Compiling tower-http v0.6.8
15312026-06-20T22:49:27.264Z Compiling derive_builder_macro v0.20.2
15322026-06-20T22:49:27.267Z Compiling darling_macro v0.21.3
15332026-06-20T22:49:27.312Z Compiling tokio-native-tls v0.3.1
15342026-06-20T22:49:27.495Z Compiling heck v0.4.1
15352026-06-20T22:49:27.508Z Compiling ipnetwork v0.21.1
15362026-06-20T22:49:27.715Z Compiling bstr v1.12.1
15372026-06-20T22:49:27.729Z Compiling rand_chacha v0.3.1
15382026-06-20T22:49:27.753Z Compiling erased-serde v0.3.31
15392026-06-20T22:49:27.768Z Compiling serde_spanned v0.6.9
15402026-06-20T22:49:27.911Z Compiling toml_datetime v0.6.11
15412026-06-20T22:49:27.911Z Compiling serde_tokenstream v0.2.3
15422026-06-20T22:49:28.183Z Compiling md-5 v0.10.6
15432026-06-20T22:49:28.229Z Compiling pin-project-internal v1.1.11
15442026-06-20T22:49:28.242Z Compiling zerocopy-derive v0.7.35
15452026-06-20T22:49:28.350Z Compiling async-trait v0.1.89
15462026-06-20T22:49:28.353Z Compiling curve25519-dalek v4.1.3
15472026-06-20T22:49:28.518Z Compiling vergen-lib v9.1.0
15482026-06-20T22:49:28.704Z Compiling num-integer v0.1.46
15492026-06-20T22:49:28.718Z Compiling hash32 v0.2.1
15502026-06-20T22:49:28.924Z Compiling ff v0.13.1
15512026-06-20T22:49:29.031Z Compiling memoffset v0.9.1
15522026-06-20T22:49:29.072Z Compiling encoding_rs v0.8.35
15532026-06-20T22:49:29.098Z Compiling fallible-iterator v0.2.0
15542026-06-20T22:49:29.227Z Compiling mime v0.3.17
15552026-06-20T22:49:29.356Z Compiling cfg_aliases v0.2.1
15562026-06-20T22:49:29.400Z Compiling ref-cast v1.0.25
15572026-06-20T22:49:29.438Z Compiling smoltcp v0.9.1
15582026-06-20T22:49:29.494Z Compiling rustix v0.38.44
15592026-06-20T22:49:29.563Z Compiling psl-types v2.0.11
15602026-06-20T22:49:29.701Z Compiling base16ct v0.2.0
15612026-06-20T22:49:29.715Z Compiling litrs v1.0.0
15622026-06-20T22:49:29.782Z Compiling zlib-rs v0.6.2
15632026-06-20T22:49:29.848Z Compiling num-bigint-dig v0.8.6
15642026-06-20T22:49:29.990Z Compiling sec1 v0.7.3
15652026-06-20T22:49:30.135Z Compiling publicsuffix v2.3.0
15662026-06-20T22:49:30.225Z Compiling document-features v0.2.12
15672026-06-20T22:49:30.279Z Compiling postgres-protocol v0.6.10
15682026-06-20T22:49:30.317Z Compiling nix v0.31.2
15692026-06-20T22:49:30.630Z Compiling pin-project v1.1.11
15702026-06-20T22:49:30.739Z Compiling zerocopy v0.7.35
15712026-06-20T22:49:30.803Z Compiling group v0.13.0
15722026-06-20T22:49:30.821Z Compiling num-iter v0.1.45
15732026-06-20T22:49:31.047Z Compiling newtype-uuid v1.3.2
15742026-06-20T22:49:31.274Z Compiling hubpack_derive v0.1.1
15752026-06-20T22:49:31.288Z Compiling rand v0.8.6
15762026-06-20T22:49:31.301Z Compiling darling v0.21.3
15772026-06-20T22:49:31.364Z Compiling oxnet v0.1.6
15782026-06-20T22:49:31.378Z Compiling snafu-derive v0.8.9
15792026-06-20T22:49:31.395Z Compiling derive_builder v0.20.2
15802026-06-20T22:49:31.533Z Compiling hyper-tls v0.6.0
15812026-06-20T22:49:31.797Z Compiling goblin v0.8.2
15822026-06-20T22:49:32.443Z Compiling phf_shared v0.13.1
15832026-06-20T22:49:32.466Z Compiling lazy_static v1.5.0
15842026-06-20T22:49:32.569Z Compiling regex v1.12.3
15852026-06-20T22:49:32.687Z Compiling flate2 v1.1.9
15862026-06-20T22:49:32.725Z Compiling anstyle-parse v0.2.7
15872026-06-20T22:49:32.921Z Compiling strum_macros v0.27.2
15882026-06-20T22:49:32.995Z Compiling futures-executor v0.3.32
15892026-06-20T22:49:33.008Z Compiling hex v0.4.3
15902026-06-20T22:49:33.098Z Compiling hkdf v0.12.4
15912026-06-20T22:49:33.233Z Compiling crypto-bigint v0.5.5
15922026-06-20T22:49:33.255Z Compiling terminal_size v0.4.3
15932026-06-20T22:49:33.270Z Compiling ref-cast-impl v1.0.25
15942026-06-20T22:49:33.284Z Compiling curve25519-dalek-derive v0.1.1
15952026-06-20T22:49:33.401Z Compiling daft-derive v0.1.7
15962026-06-20T22:49:33.810Z Compiling vergen v9.1.0
15972026-06-20T22:49:33.932Z Compiling fs-err v3.3.0
15982026-06-20T22:49:33.998Z Compiling cargo-platform v0.3.2
15992026-06-20T22:49:34.118Z Compiling ahash v0.8.12
16002026-06-20T22:49:34.133Z Compiling foldhash v0.1.5
16012026-06-20T22:49:34.287Z Compiling managed v0.8.0
16022026-06-20T22:49:34.341Z Compiling libbz2-rs-sys v0.2.2
16032026-06-20T22:49:34.368Z Compiling foldhash v0.2.0
16042026-06-20T22:49:34.529Z Compiling object v0.37.3
16052026-06-20T22:49:34.601Z Compiling bumpalo v3.20.2
16062026-06-20T22:49:34.821Z Compiling winnow v0.5.40
16072026-06-20T22:49:34.884Z Compiling same-file v1.0.6
16082026-06-20T22:49:34.923Z Compiling bitflags v1.3.2
16092026-06-20T22:49:35.007Z Compiling walkdir v2.5.0
16102026-06-20T22:49:35.060Z Compiling strum v0.27.2
16112026-06-20T22:49:35.251Z Compiling zopfli v0.8.3
16122026-06-20T22:49:35.284Z Compiling bzip2 v0.6.1
16132026-06-20T22:49:35.326Z Compiling hashbrown v0.16.1
16142026-06-20T22:49:35.408Z Compiling clap_builder v4.6.0
16152026-06-20T22:49:35.553Z Compiling hashbrown v0.15.5
16162026-06-20T22:49:35.850Z Compiling cargo_metadata v0.23.1
16172026-06-20T22:49:35.922Z Compiling elliptic-curve v0.13.8
16182026-06-20T22:49:36.035Z Compiling daft v0.1.7
16192026-06-20T22:49:36.102Z Compiling toml_edit v0.19.15
16202026-06-20T22:49:36.243Z Compiling dof v0.3.0
16212026-06-20T22:49:36.448Z Compiling snafu v0.8.9
16222026-06-20T22:49:36.776Z Compiling futures v0.3.32
16232026-06-20T22:49:36.808Z Compiling anstream v0.6.21
16242026-06-20T22:49:36.865Z Compiling phf v0.13.1
16252026-06-20T22:49:37.050Z Compiling signal-hook-mio v0.2.5
16262026-06-20T22:49:37.109Z Compiling cookie_store v0.22.1
16272026-06-20T22:49:37.191Z Compiling zstd v0.13.3
16282026-06-20T22:49:37.465Z Compiling bzip2 v0.4.4
16292026-06-20T22:49:37.523Z Compiling hubpack v0.1.2
16302026-06-20T22:49:37.683Z Compiling serde_with_macros v3.17.0
16312026-06-20T22:49:37.780Z Compiling postgres-types v0.2.12
16322026-06-20T22:49:38.344Z Compiling usdt-attr-macro v0.6.0
16332026-06-20T22:49:38.370Z Compiling usdt-macro v0.6.0
16342026-06-20T22:49:38.697Z Compiling globset v0.4.18
16352026-06-20T22:49:38.798Z Compiling dtrace-parser v0.2.0
16362026-06-20T22:49:38.945Z Compiling ed25519 v2.2.3
16372026-06-20T22:49:39.100Z Compiling phf_shared v0.11.3
16382026-06-20T22:49:39.134Z Compiling olpc-cjson v0.1.4
16392026-06-20T22:49:39.278Z Compiling pkcs1 v0.7.5
16402026-06-20T22:49:39.298Z Compiling strum_macros v0.26.4
16412026-06-20T22:49:39.333Z Compiling enum-as-inner v0.6.1
16422026-06-20T22:49:39.413Z Compiling clap_derive v4.6.1
16432026-06-20T22:49:39.604Z Compiling pem v3.0.6
16442026-06-20T22:49:39.706Z Compiling serde-big-array v0.5.1
16452026-06-20T22:49:39.856Z Compiling serde_plain v1.0.2
16462026-06-20T22:49:39.860Z Compiling rfc6979 v0.4.0
16472026-06-20T22:49:39.906Z Compiling async-recursion v1.1.1
16482026-06-20T22:49:39.940Z Compiling serde_repr v0.1.20
16492026-06-20T22:49:39.989Z Compiling float-cmp v0.10.0
16502026-06-20T22:49:40.030Z Compiling memmap2 v0.9.10
16512026-06-20T22:49:40.147Z Compiling thread-id v4.2.2
16522026-06-20T22:49:40.243Z Compiling env_filter v1.0.0
16532026-06-20T22:49:40.257Z Compiling data-encoding v2.10.0
16542026-06-20T22:49:40.471Z Compiling difflib v0.4.0
16552026-06-20T22:49:40.555Z Compiling fixedbitset v0.4.2
16562026-06-20T22:49:40.558Z Compiling fixedbitset v0.5.7
16572026-06-20T22:49:40.779Z Compiling either v1.15.0
16582026-06-20T22:49:40.883Z Compiling static_assertions v1.1.0
16592026-06-20T22:49:40.979Z Compiling predicates-core v1.0.10
16602026-06-20T22:49:41.031Z Compiling normalize-line-endings v0.3.0
16612026-06-20T22:49:41.031Z Compiling whoami v2.1.0
16622026-06-20T22:49:41.062Z Compiling jiff v0.2.21
16632026-06-20T22:49:41.111Z Compiling typed-path v0.9.3
16642026-06-20T22:49:41.111Z Compiling precomputed-hash v0.1.1
16652026-06-20T22:49:41.162Z Compiling new_debug_unreachable v1.0.6
16662026-06-20T22:49:41.196Z Compiling keccak v0.1.6
16672026-06-20T22:49:41.226Z Compiling clap v4.6.1
16682026-06-20T22:49:41.226Z Compiling string_cache v0.8.9
16692026-06-20T22:49:41.301Z Compiling tokio-postgres v0.7.16
16702026-06-20T22:49:41.386Z Compiling sha3 v0.10.8
16712026-06-20T22:49:41.464Z Compiling strum v0.26.3
16722026-06-20T22:49:41.583Z Compiling predicates v3.1.4
16732026-06-20T22:49:41.846Z Compiling itertools v0.13.0
16742026-06-20T22:49:41.985Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-20T22:49:42.228Z Compiling petgraph v0.8.3
16762026-06-20T22:49:42.262Z Compiling petgraph v0.6.5
16772026-06-20T22:49:42.511Z Compiling hickory-proto v0.25.2
16782026-06-20T22:49:43.074Z Compiling env_logger v0.11.9
16792026-06-20T22:49:43.436Z Compiling toml_edit v0.22.27
16802026-06-20T22:49:43.451Z Compiling usdt-impl v0.5.0
16812026-06-20T22:49:43.732Z Compiling zip v4.6.1
16822026-06-20T22:49:44.040Z Compiling usdt v0.6.0
16832026-06-20T22:49:44.147Z Compiling ecdsa v0.16.9
16842026-06-20T22:49:44.310Z Compiling rsa v0.9.10
16852026-06-20T22:49:44.582Z Compiling ed25519-dalek v2.2.0
16862026-06-20T22:49:44.714Z Compiling serde_with v3.17.0
16872026-06-20T22:49:44.808Z Compiling crossterm v0.28.1
16882026-06-20T22:49:45.257Z Compiling zip v0.6.6
16892026-06-20T22:49:45.833Z Compiling toml v0.7.8
16902026-06-20T22:49:46.193Z Compiling iddqd v0.4.2
16912026-06-20T22:49:46.697Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-20T22:49:46.724Z Compiling similar v2.7.0
16932026-06-20T22:49:46.859Z Compiling crossbeam-epoch v0.9.18
16942026-06-20T22:49:47.184Z Compiling tokio-stream v0.1.18
16952026-06-20T22:49:47.198Z Compiling buf-list v1.1.2
16962026-06-20T22:49:47.324Z Compiling x509-cert v0.2.5
16972026-06-20T22:49:47.474Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-20T22:49:47.477Z Compiling openapiv3 v2.2.0
16992026-06-20T22:49:47.594Z Compiling sha1 v0.10.6
17002026-06-20T22:49:47.639Z Compiling peg-runtime v0.8.5
17012026-06-20T22:49:47.653Z Compiling lalrpop-util v0.19.12
17022026-06-20T22:49:47.780Z Compiling thread_local v1.1.9
17032026-06-20T22:49:47.818Z Compiling slog-async v2.8.0
17042026-06-20T22:49:47.849Z Compiling crossbeam-channel v0.5.15
17052026-06-20T22:49:47.923Z Compiling filetime v0.2.27
17062026-06-20T22:49:48.037Z Compiling is-terminal v0.4.17
17072026-06-20T22:49:48.107Z Compiling xattr v1.6.1
17082026-06-20T22:49:48.137Z Compiling take_mut v0.2.2
17092026-06-20T22:49:48.152Z Compiling term v1.2.1
17102026-06-20T22:49:48.281Z Compiling tar v0.4.45
17112026-06-20T22:49:48.715Z Compiling slog-term v2.9.2
17122026-06-20T22:49:58.354Z Compiling rustls-webpki v0.103.9
17132026-06-20T22:50:01.155Z Compiling tokio-rustls v0.26.4
17142026-06-20T22:50:01.155Z Compiling rustls-platform-verifier v0.6.2
17152026-06-20T22:50:01.340Z Compiling hyper-rustls v0.27.7
17162026-06-20T22:50:01.539Z Compiling reqwest v0.12.28
17172026-06-20T22:50:01.553Z Compiling reqwest v0.13.2
17182026-06-20T22:50:02.783Z Compiling tough v0.22.0
17192026-06-20T22:50:05.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-20T22:50:05.535Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-20T22:50:08.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17222026-06-20T22:50:08.527Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-20T22:50:08.577ZJun 20 22:50:07.374 INFO Starting download, target: Cockroach
17242026-06-20T22:50:08.577ZJun 20 22:50:07.375 INFO Starting download, target: Console
17252026-06-20T22:50:08.577ZJun 20 22:50:07.375 INFO Starting download, target: Clickhouse
17262026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Starting download, target: DendriteStub
17272026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Starting download, target: MaghemiteDdmd
17282026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Starting download, target: MaghemiteMgd
17292026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Starting download, target: TransceiverControl
17302026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17322026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-20T22:50:08.582ZJun 20 22:50:07.375 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-20T22:50:08.583ZJun 20 22:50:07.375 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-20T22:50:09.571ZJun 20 22:50:08.351 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-20T22:50:09.749ZJun 20 22:50:08.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-06-20T22:50:09.821ZJun 20 22:50:08.588 INFO Download complete, target: Console
17402026-06-20T22:50:09.865ZJun 20 22:50:08.659 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-20T22:50:09.954ZJun 20 22:50:08.725 INFO Download complete, target: TransceiverControl
17422026-06-20T22:50:10.599ZJun 20 22:50:09.386 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17432026-06-20T22:50:10.768ZJun 20 22:50:09.547 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-20T22:50:11.399ZJun 20 22:50:10.136 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-06-20T22:50:11.727ZJun 20 22:50:10.508 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-20T22:50:11.727ZJun 20 22:50:10.508 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-20T22:50:12.273ZJun 20 22:50:11.067 INFO Download complete, target: DendriteStub
17482026-06-20T22:50:12.615ZJun 20 22:50:11.414 INFO Download complete, target: MaghemiteDdmd
17492026-06-20T22:50:13.917ZJun 20 22:50:12.701 INFO Download complete, target: MaghemiteMgd
17502026-06-20T22:50:16.363ZJun 20 22:50:15.161 INFO Checking that binary works, target: Cockroach
17512026-06-20T22:50:16.477ZJun 20 22:50:15.276 INFO Download complete, target: Cockroach
17522026-06-20T22:50:17.493ZJun 20 22:50:16.291 INFO Checking that binary works, target: Clickhouse
17532026-06-20T22:50:17.617ZJun 20 22:50:16.416 INFO Download complete, target: Clickhouse
17542026-06-20T22:50:17.632ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-20T22:50:17.635Z
17562026-06-20T22:50:17.635Zreal 2:04.848079281
17572026-06-20T22:50:17.636Zuser 6:49.950981546
17582026-06-20T22:50:17.636Zsys 1:24.684903092
17592026-06-20T22:50:17.636Ztrap 0.227539604
17602026-06-20T22:50:17.636Ztflt 0.752604825
17612026-06-20T22:50:17.636Zdflt 0.597015756
17622026-06-20T22:50:17.636Zkflt 0.024674475
17632026-06-20T22:50:17.636Zlock 21:47.085553284
17642026-06-20T22:50:17.636Zslp 21:15.167003106
17652026-06-20T22:50:17.636Zlat 40.438605077
17662026-06-20T22:50:17.636Zstop 1:52.920205551
17672026-06-20T22:50:17.636Z+ banner clippy
17682026-06-20T22:50:17.636Z
17692026-06-20T22:50:17.636Z #### # # ##### ##### # #
17702026-06-20T22:50:17.636Z # # # # # # # # # #
17712026-06-20T22:50:17.636Z # # # # # # # #
17722026-06-20T22:50:17.636Z # # # ##### ##### #
17732026-06-20T22:50:17.637Z # # # # # # #
17742026-06-20T22:50:17.637Z #### ###### # # # #
17752026-06-20T22:50:17.637Z
17762026-06-20T22:50:17.637Z+ export CARGO_INCREMENTAL=0
17772026-06-20T22:50:17.637Z+ CARGO_INCREMENTAL=0
17782026-06-20T22:50:17.637Z+ ptime -m cargo xtask clippy
17792026-06-20T22:50:18.085Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-20T22:50:18.315Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-20T22:50:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
17822026-06-20T22:50:20.195Z Running `target/debug/xtask clippy`
17832026-06-20T22:50:20.216Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-20T22:50:20.758Z Downloading crates ...
17852026-06-20T22:50:20.952Z Downloaded event-listener-strategy v0.5.4
17862026-06-20T22:50:20.958Z Downloaded criterion-plot v0.6.0
17872026-06-20T22:50:20.965Z Downloaded approx v0.5.1
17882026-06-20T22:50:20.971Z Downloaded event-listener v5.4.1
17892026-06-20T22:50:20.974Z Downloaded cfg-expr v0.20.6
17902026-06-20T22:50:20.974Z Downloaded assert-json-diff v2.0.2
17912026-06-20T22:50:20.978Z Downloaded datatest-stable v0.3.3
17922026-06-20T22:50:20.981Z Downloaded fancy-regex v0.14.0
17932026-06-20T22:50:20.981Z Downloaded escape8259 v0.5.3
17942026-06-20T22:50:20.984Z Downloaded concurrent-queue v2.5.0
17952026-06-20T22:50:20.985Z Downloaded blake2b_simd v1.0.4
17962026-06-20T22:50:20.988Z Downloaded tokio-test v0.4.5
17972026-06-20T22:50:20.992Z Downloaded parking v2.2.1
17982026-06-20T22:50:20.992Z Downloaded miette-derive v5.10.0
17992026-06-20T22:50:20.992Z Downloaded constant_time_eq v0.3.1
18002026-06-20T22:50:20.996Z Downloaded target-triple v1.0.0
18012026-06-20T22:50:20.999Z Downloaded backtrace-ext v0.2.1
18022026-06-20T22:50:20.999Z Downloaded async-object-pool v0.2.0
18032026-06-20T22:50:20.999Z Downloaded nested v0.1.1
18042026-06-20T22:50:20.999Z Downloaded cast v0.3.0
18052026-06-20T22:50:21.005Z Downloaded supports-unicode v2.1.0
18062026-06-20T22:50:21.009Z Downloaded supports-hyperlinks v2.1.0
18072026-06-20T22:50:21.009Z Downloaded linkme-impl v0.3.35
18082026-06-20T22:50:21.009Z Downloaded partial-io v0.5.4
18092026-06-20T22:50:21.012Z Downloaded serde_regex v1.1.0
18102026-06-20T22:50:21.012Z Downloaded terminal_size v0.1.17
18112026-06-20T22:50:21.012Z Downloaded stringmetrics v2.2.2
18122026-06-20T22:50:21.015Z Downloaded similar-asserts v1.7.0
18132026-06-20T22:50:21.016Z Downloaded futures-timer v3.0.3
18142026-06-20T22:50:21.019Z Downloaded target-spec v3.5.7
18152026-06-20T22:50:21.019Z Downloaded relative-path v1.9.3
18162026-06-20T22:50:21.019Z Downloaded plotters-svg v0.3.7
18172026-06-20T22:50:21.025Z Downloaded guppy-workspace-hack v0.1.0
18182026-06-20T22:50:21.028Z Downloaded supports-color v2.1.0
18192026-06-20T22:50:21.032Z Downloaded oorandom v11.1.5
18202026-06-20T22:50:21.035Z Downloaded libtest-mimic v0.8.1
18212026-06-20T22:50:21.039Z Downloaded assert_cmd v2.1.2
18222026-06-20T22:50:21.039Z Downloaded chumsky v0.9.3
18232026-06-20T22:50:21.042Z Downloaded async-lock v3.4.2
18242026-06-20T22:50:21.045Z Downloaded pathdiff v0.2.3
18252026-06-20T22:50:21.050Z Downloaded termcolor v1.4.1
18262026-06-20T22:50:21.050Z Downloaded plotters-backend v0.3.7
18272026-06-20T22:50:21.054Z Downloaded owo-colors v3.5.0
18282026-06-20T22:50:21.057Z Downloaded anes v0.1.6
18292026-06-20T22:50:21.061Z Downloaded rust-argon2 v2.1.0
18302026-06-20T22:50:21.064Z Downloaded linkme v0.3.35
18312026-06-20T22:50:21.069Z Downloaded target-lexicon v0.13.3
18322026-06-20T22:50:21.072Z Downloaded path-tree v0.8.3
18332026-06-20T22:50:21.072Z Downloaded knuffel-derive v3.2.0
18342026-06-20T22:50:21.073Z Downloaded addr2line v0.25.1
18352026-06-20T22:50:21.076Z Downloaded trybuild v1.0.116
18362026-06-20T22:50:21.076Z Downloaded httptest v0.16.4
18372026-06-20T22:50:21.076Z Downloaded hickory-client v0.25.2
18382026-06-20T22:50:21.087Z Downloaded rustc-demangle v0.1.27
18392026-06-20T22:50:21.090Z Downloaded rstest v0.25.0
18402026-06-20T22:50:21.093Z Downloaded tinytemplate v1.2.1
18412026-06-20T22:50:21.097Z Downloaded miette v5.10.0
18422026-06-20T22:50:21.101Z Downloaded rand_distr v0.5.1
18432026-06-20T22:50:21.104Z Downloaded textwrap v0.15.2
18442026-06-20T22:50:21.108Z Downloaded rstest_macros v0.25.0
18452026-06-20T22:50:21.112Z Downloaded knuffel v3.2.0
18462026-06-20T22:50:21.112Z Downloaded hashbrown v0.14.5
18472026-06-20T22:50:21.115Z Downloaded backtrace v0.3.76
18482026-06-20T22:50:21.118Z Downloaded criterion v0.7.0
18492026-06-20T22:50:21.121Z Downloaded plotters v0.3.7
18502026-06-20T22:50:21.130Z Downloaded guppy v0.17.25
18512026-06-20T22:50:21.151Z Downloaded gimli v0.32.3
18522026-06-20T22:50:21.251Z Downloaded httpmock v0.8.3
18532026-06-20T22:50:22.931Z Checking cfg-if v1.0.4
18542026-06-20T22:50:23.279Z Checking libc v0.2.185
18552026-06-20T22:50:23.294Z Checking serde_core v1.0.228
18562026-06-20T22:50:23.331Z Checking memchr v2.8.0
18572026-06-20T22:50:23.369Z Checking smallvec v1.15.1
18582026-06-20T22:50:23.424Z Checking itoa v1.0.17
18592026-06-20T22:50:23.504Z Checking log v0.4.29
18602026-06-20T22:50:23.551Z Checking zeroize v1.8.2
18612026-06-20T22:50:23.551Z Checking libm v0.2.16
18622026-06-20T22:50:23.578Z Checking scopeguard v1.2.0
18632026-06-20T22:50:23.620Z Checking stable_deref_trait v1.2.1
18642026-06-20T22:50:23.648Z Checking zmij v1.0.21
18652026-06-20T22:50:23.688Z Checking errno v0.3.14
18662026-06-20T22:50:23.697Z Checking getrandom v0.2.17
18672026-06-20T22:50:23.771Z Checking lock_api v0.4.14
18682026-06-20T22:50:23.790Z Checking zerofrom v0.1.6
18692026-06-20T22:50:23.835Z Checking percent-encoding v2.3.2
18702026-06-20T22:50:23.869Z Checking writeable v0.6.2
18712026-06-20T22:50:23.914Z Checking litemap v0.8.1
18722026-06-20T22:50:23.961Z Checking yoke v0.8.1
18732026-06-20T22:50:23.974Z Checking icu_properties_data v2.1.2
18742026-06-20T22:50:24.011Z Checking icu_normalizer_data v2.1.1
18752026-06-20T22:50:24.031Z Checking subtle v2.6.1
18762026-06-20T22:50:24.045Z Checking form_urlencoded v1.2.2
18772026-06-20T22:50:24.095Z Checking utf8_iter v1.0.4
18782026-06-20T22:50:24.134Z Checking zerovec v0.11.5
18792026-06-20T22:50:24.134Z Checking zerotrie v0.2.3
18802026-06-20T22:50:24.195Z Checking num-traits v0.2.19
18812026-06-20T22:50:24.233Z Checking rand_core v0.6.4
18822026-06-20T22:50:24.262Z Checking pin-project-lite v0.2.17
18832026-06-20T22:50:24.298Z Checking zerocopy v0.8.40
18842026-06-20T22:50:24.303Z Checking rand_core v0.10.0
18852026-06-20T22:50:24.384Z Checking parking_lot_core v0.9.12
18862026-06-20T22:50:24.430Z Checking portable-atomic v1.13.1
18872026-06-20T22:50:24.472Z Checking signal-hook-registry v1.4.8
18882026-06-20T22:50:24.510Z Checking getrandom v0.4.1
18892026-06-20T22:50:24.602Z Checking parking_lot v0.12.5
18902026-06-20T22:50:24.637Z Checking tinystr v0.8.2
18912026-06-20T22:50:24.669Z Checking potential_utf v0.1.4
18922026-06-20T22:50:24.705Z Checking critical-section v1.2.0
18932026-06-20T22:50:24.741Z Checking mio v1.2.0
18942026-06-20T22:50:24.776Z Checking serde v1.0.228
18952026-06-20T22:50:24.810Z Checking serde_json v1.0.149
18962026-06-20T22:50:24.848Z Checking bitflags v2.11.0
18972026-06-20T22:50:24.857Z Checking icu_locale_core v2.1.1
18982026-06-20T22:50:24.857Z Checking icu_collections v2.1.1
18992026-06-20T22:50:24.938Z Checking once_cell v1.21.3
19002026-06-20T22:50:25.072Z Checking typenum v1.19.0
19012026-06-20T22:50:25.109Z Checking socket2 v0.6.3
19022026-06-20T22:50:25.140Z Checking iana-time-zone v0.1.65
19032026-06-20T22:50:25.194Z Checking bytes v1.11.1
19042026-06-20T22:50:25.240Z Checking uuid v1.23.0
19052026-06-20T22:50:25.279Z Checking chrono v0.4.44
19062026-06-20T22:50:25.351Z Checking thiserror v2.0.18
19072026-06-20T22:50:25.438Z Checking icu_provider v2.1.1
19082026-06-20T22:50:25.501Z Checking semver v1.0.28
19092026-06-20T22:50:25.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19102026-06-20T22:50:25.575Z Checking futures-core v0.3.32
19112026-06-20T22:50:25.624Z Checking generic-array v0.14.7
19122026-06-20T22:50:25.662Z Checking tokio v1.52.1
19132026-06-20T22:50:25.709Z Checking icu_properties v2.1.2
19142026-06-20T22:50:25.792Z Checking icu_normalizer v2.1.1
19152026-06-20T22:50:25.792Z Checking dyn-clone v1.0.20
19162026-06-20T22:50:25.849Z Checking const-oid v0.9.6
19172026-06-20T22:50:25.886Z Checking equivalent v1.0.2
19182026-06-20T22:50:25.996Z Checking rustix v1.1.3
19192026-06-20T22:50:26.060Z Checking crypto-common v0.1.7
19202026-06-20T22:50:26.095Z Checking block-buffer v0.10.4
19212026-06-20T22:50:26.133Z Checking futures-sink v0.3.32
19222026-06-20T22:50:26.209Z Checking byteorder v1.5.0
19232026-06-20T22:50:26.256Z Checking futures-io v0.3.32
19242026-06-20T22:50:26.290Z Checking futures-channel v0.3.32
19252026-06-20T22:50:26.395Z Checking futures-task v0.3.32
19262026-06-20T22:50:26.432Z Checking slab v0.4.12
19272026-06-20T22:50:26.512Z Checking cpufeatures v0.2.17
19282026-06-20T22:50:26.542Z Checking digest v0.10.7
19292026-06-20T22:50:26.545Z Checking idna_adapter v1.2.1
19302026-06-20T22:50:26.608Z Checking thiserror v1.0.69
19312026-06-20T22:50:26.612Z Checking hashbrown v0.17.0
19322026-06-20T22:50:26.673Z Checking futures-util v0.3.32
19332026-06-20T22:50:26.718Z Checking idna v1.1.0
19342026-06-20T22:50:26.762Z Checking getrandom v0.3.4
19352026-06-20T22:50:26.765Z Checking fnv v1.0.7
19362026-06-20T22:50:26.827Z Checking regex-syntax v0.8.10
19372026-06-20T22:50:26.914Z Checking http v1.4.0
19382026-06-20T22:50:26.949Z Checking tracing-core v0.1.36
19392026-06-20T22:50:26.986Z Checking url v2.5.8
19402026-06-20T22:50:27.030Z Checking ppv-lite86 v0.2.21
19412026-06-20T22:50:27.094Z Checking indexmap v2.14.0
19422026-06-20T22:50:27.296Z Checking utf8parse v0.2.2
19432026-06-20T22:50:27.372Z Checking base64 v0.22.1
19442026-06-20T22:50:27.426Z Checking tracing v0.1.44
19452026-06-20T22:50:27.465Z Checking schemars v0.8.22
19462026-06-20T22:50:27.514Z Checking anstyle v1.0.14
19472026-06-20T22:50:27.644Z Checking anstyle-query v1.1.5
19482026-06-20T22:50:27.679Z Checking colorchoice v1.0.4
19492026-06-20T22:50:27.712Z Checking is_terminal_polyfill v1.70.2
19502026-06-20T22:50:27.748Z Checking base64ct v1.8.3
19512026-06-20T22:50:27.785Z Checking block-padding v0.3.3
19522026-06-20T22:50:27.819Z Checking ipnet v2.11.0
19532026-06-20T22:50:27.891Z Checking untrusted v0.9.0
19542026-06-20T22:50:27.945Z Checking inout v0.1.4
19552026-06-20T22:50:27.990Z Checking ring v0.17.14
19562026-06-20T22:50:28.028Z Checking anstyle-parse v1.0.0
19572026-06-20T22:50:28.095Z Checking terminal_size v0.4.3
19582026-06-20T22:50:28.130Z Checking cipher v0.4.4
19592026-06-20T22:50:28.133Z Checking aho-corasick v1.1.4
19602026-06-20T22:50:28.197Z Checking crossbeam-utils v0.8.21
19612026-06-20T22:50:28.200Z Checking unicode-ident v1.0.24
19622026-06-20T22:50:28.261Z Checking anstream v1.0.0
19632026-06-20T22:50:28.361Z Checking proc-macro2 v1.0.106
19642026-06-20T22:50:28.364Z Checking clap_lex v1.0.0
19652026-06-20T22:50:28.486Z Checking strsim v0.11.1
19662026-06-20T22:50:28.551Z Checking pem-rfc7468 v0.7.0
19672026-06-20T22:50:28.587Z Checking sha2 v0.10.9
19682026-06-20T22:50:28.621Z Checking rustls-pki-types v1.14.0
19692026-06-20T22:50:28.673Z Checking clap_builder v4.6.0
19702026-06-20T22:50:28.708Z Checking quote v1.0.45
19712026-06-20T22:50:28.763Z Checking httparse v1.10.1
19722026-06-20T22:50:28.822Z Checking tokio-util v0.7.18
19732026-06-20T22:50:28.857Z Checking regex-automata v0.4.14
19742026-06-20T22:50:28.890Z Checking powerfmt v0.2.0
19752026-06-20T22:50:28.926Z Checking syn v2.0.117
19762026-06-20T22:50:28.958Z Checking rand_core v0.9.5
19772026-06-20T22:50:28.992Z Checking hmac v0.12.1
19782026-06-20T22:50:29.025Z Checking time-core v0.1.8
19792026-06-20T22:50:29.063Z Checking deranged v0.5.8
19802026-06-20T22:50:29.145Z Checking num_threads v0.1.7
19812026-06-20T22:50:29.179Z Checking num-conv v0.2.0
19822026-06-20T22:50:29.213Z Checking erased-serde v0.3.31
19832026-06-20T22:50:29.258Z Checking flagset v0.4.7
19842026-06-20T22:50:29.321Z Checking http-body v1.0.1
19852026-06-20T22:50:29.405Z Checking der v0.7.10
19862026-06-20T22:50:29.440Z Checking atomic-waker v1.1.2
19872026-06-20T22:50:29.477Z Checking allocator-api2 v0.2.21
19882026-06-20T22:50:29.563Z Checking rand_chacha v0.9.0
19892026-06-20T22:50:29.611Z Checking slog v2.8.2
19902026-06-20T22:50:29.777Z Checking anyhow v1.0.102
19912026-06-20T22:50:29.812Z Checking httpdate v1.0.3
19922026-06-20T22:50:29.898Z Checking try-lock v0.2.5
19932026-06-20T22:50:29.936Z Checking clap v4.6.1
19942026-06-20T22:50:29.977Z Checking rand v0.9.2
19952026-06-20T22:50:30.015Z Checking time v0.3.47
19962026-06-20T22:50:30.018Z Checking h2 v0.4.13
19972026-06-20T22:50:30.067Z Checking want v0.3.1
19982026-06-20T22:50:30.081Z Checking spin v0.9.8
19992026-06-20T22:50:30.142Z Checking tower-service v0.3.3
20002026-06-20T22:50:30.227Z Checking ryu v1.0.23
20012026-06-20T22:50:30.263Z Checking pin-utils v0.1.0
20022026-06-20T22:50:30.314Z Checking tower-layer v0.3.3
20032026-06-20T22:50:30.354Z Checking ipnetwork v0.21.1
20042026-06-20T22:50:30.389Z Checking socket2 v0.5.10
20052026-06-20T22:50:30.461Z Checking mime v0.3.17
20062026-06-20T22:50:30.496Z Checking fastrand v2.3.0
20072026-06-20T22:50:30.596Z Checking spki v0.7.3
20082026-06-20T22:50:30.648Z Checking pbkdf2 v0.12.2
20092026-06-20T22:50:30.651Z Checking aes v0.8.4
20102026-06-20T22:50:30.713Z Checking http-body-util v0.1.3
20112026-06-20T22:50:30.716Z Checking salsa20 v0.10.2
20122026-06-20T22:50:30.782Z Checking cbc v0.1.2
20132026-06-20T22:50:30.785Z Checking rand_chacha v0.3.1
20142026-06-20T22:50:30.900Z Checking hex v0.4.3
20152026-06-20T22:50:30.938Z Checking aws-lc-sys v0.40.0
20162026-06-20T22:50:30.972Z Checking simd-adler32 v0.3.8
20172026-06-20T22:50:31.045Z Checking untrusted v0.7.1
20182026-06-20T22:50:31.106Z Checking pretty-hex v0.4.1
20192026-06-20T22:50:31.148Z Checking rand v0.8.6
20202026-06-20T22:50:31.184Z Checking scrypt v0.11.0
20212026-06-20T22:50:31.187Z Checking tempfile v3.25.0
20222026-06-20T22:50:31.187Z Checking plain v0.2.3
20232026-06-20T22:50:31.216Z Checking openssl-probe v0.2.1
20242026-06-20T22:50:31.309Z Checking adler2 v2.0.1
20252026-06-20T22:50:31.346Z Checking pkcs5 v0.7.1
20262026-06-20T22:50:31.381Z Checking regex v1.12.3
20272026-06-20T22:50:31.415Z Checking serde_urlencoded v0.7.1
20282026-06-20T22:50:31.449Z Checking encoding_rs v0.8.35
20292026-06-20T22:50:31.452Z Checking miniz_oxide v0.8.9
20302026-06-20T22:50:31.514Z Checking aws-lc-rs v1.16.3
20312026-06-20T22:50:31.620Z Checking ucd-trie v0.1.7
20322026-06-20T22:50:31.656Z Checking pkcs8 v0.10.2
20332026-06-20T22:50:31.691Z Checking camino v1.2.2
20342026-06-20T22:50:31.695Z Checking rustls-native-certs v0.8.3
20352026-06-20T22:50:31.778Z Checking pest v2.8.6
20362026-06-20T22:50:31.856Z Checking oxnet v0.1.6
20372026-06-20T22:50:31.859Z Checking futures-executor v0.3.32
20382026-06-20T22:50:31.922Z Checking sync_wrapper v1.0.2
20392026-06-20T22:50:31.968Z Checking either v1.15.0
20402026-06-20T22:50:32.051Z Checking tower v0.5.3
20412026-06-20T22:50:32.086Z Checking futures v0.3.32
20422026-06-20T22:50:32.159Z Checking webpki-roots v1.0.6
20432026-06-20T22:50:32.195Z Checking crc32fast v1.5.0
20442026-06-20T22:50:32.198Z Checking iri-string v0.7.10
20452026-06-20T22:50:32.306Z Checking foldhash v0.2.0
20462026-06-20T22:50:32.370Z Checking static_assertions v1.1.0
20472026-06-20T22:50:32.405Z Checking rustls-webpki v0.103.9
20482026-06-20T22:50:32.442Z Checking lazy_static v1.5.0
20492026-06-20T22:50:32.480Z Checking openapiv3 v2.2.0
20502026-06-20T22:50:32.480Z Checking signature v2.2.0
20512026-06-20T22:50:32.510Z Checking hashbrown v0.16.1
20522026-06-20T22:50:32.640Z Checking winnow v0.7.14
20532026-06-20T22:50:32.714Z Checking hyper v1.8.1
20542026-06-20T22:50:32.758Z Checking hubpack v0.1.2
20552026-06-20T22:50:32.848Z Checking rustls v0.23.37
20562026-06-20T22:50:32.882Z Checking zlib-rs v0.6.2
20572026-06-20T22:50:32.945Z Checking strum v0.26.3
20582026-06-20T22:50:33.084Z Checking psl-types v2.0.11
20592026-06-20T22:50:33.120Z Checking tinyvec_macros v0.1.1
20602026-06-20T22:50:33.219Z Checking tinyvec v1.10.0
20612026-06-20T22:50:33.251Z Checking publicsuffix v2.3.0
20622026-06-20T22:50:33.285Z Checking tower-http v0.6.8
20632026-06-20T22:50:33.434Z Checking cookie v0.18.1
20642026-06-20T22:50:33.549Z Checking sha1 v0.10.6
20652026-06-20T22:50:33.587Z Checking num-integer v0.1.46
20662026-06-20T22:50:33.643Z Checking hyper-util v0.1.20
20672026-06-20T22:50:33.690Z Checking scroll v0.13.0
20682026-06-20T22:50:33.737Z Checking data-encoding v2.10.0
20692026-06-20T22:50:33.772Z Checking flate2 v1.1.9
20702026-06-20T22:50:33.829Z Checking cookie_store v0.22.1
20712026-06-20T22:50:33.833Z Checking toml_datetime v0.6.11
20722026-06-20T22:50:33.833Z Checking serde_spanned v0.6.9
20732026-06-20T22:50:33.940Z Checking goblin v0.10.5
20742026-06-20T22:50:34.010Z Checking memmap2 v0.9.10
20752026-06-20T22:50:34.043Z Checking bit-vec v0.8.0
20762026-06-20T22:50:34.083Z Checking base16ct v0.2.0
20772026-06-20T22:50:34.119Z Checking dtrace-parser v0.3.0
20782026-06-20T22:50:34.181Z Checking ff v0.13.1
20792026-06-20T22:50:34.216Z Checking thread-id v5.1.0
20802026-06-20T22:50:34.250Z Checking sec1 v0.7.3
20812026-06-20T22:50:34.284Z Checking bit-set v0.8.0
20822026-06-20T22:50:34.323Z Checking wait-timeout v0.2.1
20832026-06-20T22:50:34.356Z Checking group v0.13.0
20842026-06-20T22:50:34.397Z Checking num-iter v0.1.45
20852026-06-20T22:50:34.454Z Checking bstr v1.12.1
20862026-06-20T22:50:34.489Z Checking hkdf v0.12.4
20872026-06-20T22:50:34.494Z Checking crossbeam-epoch v0.9.18
20882026-06-20T22:50:34.555Z Checking anstyle-parse v0.2.7
20892026-06-20T22:50:34.558Z Checking ahash v0.8.12
20902026-06-20T22:50:34.656Z Checking crypto-bigint v0.5.5
20912026-06-20T22:50:34.798Z Checking quick-error v1.2.3
20922026-06-20T22:50:34.802Z Checking anstream v0.6.21
20932026-06-20T22:50:34.827Z Checking rand_xorshift v0.4.0
20942026-06-20T22:50:34.864Z Checking scroll v0.12.0
20952026-06-20T22:50:34.897Z Checking rusty-fork v0.3.1
20962026-06-20T22:50:35.046Z Checking unarray v0.1.4
20972026-06-20T22:50:35.053Z Checking num-bigint-dig v0.8.6
20982026-06-20T22:50:35.053Z Checking pkcs1 v0.7.5
20992026-06-20T22:50:35.059Z Checking x509-cert v0.2.5
21002026-06-20T22:50:35.094Z Checking proptest v1.10.0
21012026-06-20T22:50:35.126Z Checking goblin v0.8.2
21022026-06-20T22:50:35.214Z Checking tokio-rustls v0.26.4
21032026-06-20T22:50:35.254Z Checking rustls-platform-verifier v0.6.2
21042026-06-20T22:50:35.421Z Checking zerocopy v0.7.35
21052026-06-20T22:50:35.471Z Checking hyper-rustls v0.27.7
21062026-06-20T22:50:35.546Z Checking elliptic-curve v0.13.8
21072026-06-20T22:50:35.710Z Checking reqwest v0.13.2
21082026-06-20T22:50:35.746Z Checking unicode-segmentation v1.12.0
21092026-06-20T22:50:35.794Z Checking foreign-types-shared v0.1.1
21102026-06-20T22:50:35.881Z Checking rsa v0.9.10
21112026-06-20T22:50:35.923Z Checking foreign-types v0.3.2
21122026-06-20T22:50:35.948Z Checking dtrace-parser v0.2.0
21132026-06-20T22:50:36.010Z Checking rfc6979 v0.4.0
21142026-06-20T22:50:36.077Z Checking memoffset v0.9.1
21152026-06-20T22:50:36.155Z Checking openssl-sys v0.9.115
21162026-06-20T22:50:36.190Z Checking thread-id v4.2.2
21172026-06-20T22:50:36.222Z Checking ecdsa v0.16.9
21182026-06-20T22:50:36.276Z Checking dof v0.4.0
21192026-06-20T22:50:36.302Z Checking curve25519-dalek v4.1.3
21202026-06-20T22:50:36.379Z Checking rustix v0.38.44
21212026-06-20T22:50:36.559Z Checking openssl v0.10.79
21222026-06-20T22:50:36.596Z Checking env_filter v1.0.0
21232026-06-20T22:50:36.601Z Checking keccak v0.1.6
21242026-06-20T22:50:36.769Z Checking same-file v1.0.6
21252026-06-20T22:50:36.821Z Checking toml_write v0.1.2
21262026-06-20T22:50:36.886Z Checking newtype-uuid v1.3.2
21272026-06-20T22:50:36.920Z Checking walkdir v2.5.0
21282026-06-20T22:50:36.924Z Checking usdt-impl v0.6.0
21292026-06-20T22:50:37.013Z Checking toml_edit v0.22.27
21302026-06-20T22:50:37.054Z Checking dof v0.3.0
21312026-06-20T22:50:37.092Z Checking sha3 v0.10.8
21322026-06-20T22:50:37.126Z Checking env_logger v0.11.9
21332026-06-20T22:50:37.129Z Checking daft v0.1.7
21342026-06-20T22:50:37.198Z Checking ed25519 v2.2.3
21352026-06-20T22:50:37.265Z Checking usdt v0.6.0
21362026-06-20T22:50:37.321Z Checking itertools v0.13.0
21372026-06-20T22:50:37.357Z Checking serde_with v3.17.0
21382026-06-20T22:50:37.391Z Checking usdt-impl v0.5.0
21392026-06-20T22:50:37.424Z Checking bitflags v1.3.2
21402026-06-20T22:50:37.427Z Checking siphasher v1.0.2
21412026-06-20T22:50:37.489Z Checking ed25519-dalek v2.2.0
21422026-06-20T22:50:37.527Z Checking nix v0.31.2
21432026-06-20T22:50:37.638Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-06-20T22:50:37.698Z Checking unicode-normalization v0.1.25
21452026-06-20T22:50:37.747Z Checking signal-hook v0.3.18
21462026-06-20T22:50:37.961Z Checking managed v0.8.0
21472026-06-20T22:50:37.997Z Checking winnow v0.5.40
21482026-06-20T22:50:38.144Z Checking bzip2-sys v0.1.13+1.0.8
21492026-06-20T22:50:38.164Z Checking object v0.37.3
21502026-06-20T22:50:38.195Z Checking foldhash v0.1.5
21512026-06-20T22:50:38.242Z Checking bzip2 v0.4.4
21522026-06-20T22:50:38.357Z Checking hashbrown v0.15.5
21532026-06-20T22:50:38.360Z Checking signal-hook-mio v0.2.5
21542026-06-20T22:50:38.434Z Checking globset v0.4.18
21552026-06-20T22:50:38.489Z Checking ref-cast v1.0.25
21562026-06-20T22:50:38.612Z Checking native-tls v0.2.18
21572026-06-20T22:50:38.615Z Checking zstd-sys v2.0.16+zstd.1.5.7
21582026-06-20T22:50:38.615Z Checking zip v0.6.6
21592026-06-20T22:50:38.710Z Checking pin-project v1.1.11
21602026-06-20T22:50:38.763Z Checking bumpalo v3.20.2
21612026-06-20T22:50:38.799Z Checking zstd-safe v7.2.4
21622026-06-20T22:50:38.832Z Checking libbz2-rs-sys v0.2.2
21632026-06-20T22:50:38.835Z Checking tokio-native-tls v0.3.1
21642026-06-20T22:50:38.898Z Checking crossterm v0.28.1
21652026-06-20T22:50:38.985Z Checking zstd v0.13.3
21662026-06-20T22:50:38.989Z Checking zopfli v0.8.3
21672026-06-20T22:50:39.053Z Checking similar v2.7.0
21682026-06-20T22:50:39.056Z Checking hyper-tls v0.6.0
21692026-06-20T22:50:39.155Z Checking toml_edit v0.19.15
21702026-06-20T22:50:39.198Z Checking tokio-stream v0.1.18
21712026-06-20T22:50:39.253Z Checking bzip2 v0.6.1
21722026-06-20T22:50:39.288Z Checking reqwest v0.12.28
21732026-06-20T22:50:39.366Z Checking fs-err v3.3.0
21742026-06-20T22:50:39.440Z Checking pem v3.0.6
21752026-06-20T22:50:39.476Z Checking hash32 v0.2.1
21762026-06-20T22:50:39.606Z Checking serde-big-array v0.5.1
21772026-06-20T22:50:39.643Z Checking unicode-properties v0.1.4
21782026-06-20T22:50:39.646Z Checking predicates-core v1.0.10
21792026-06-20T22:50:39.709Z Checking jiff v0.2.21
21802026-06-20T22:50:39.712Z Checking unicode-bidi v0.3.18
21812026-06-20T22:50:39.775Z Checking heapless v0.7.17
21822026-06-20T22:50:39.827Z Checking snafu v0.8.9
21832026-06-20T22:50:39.862Z Checking olpc-cjson v0.1.4
21842026-06-20T22:50:40.025Z Checking hickory-proto v0.25.2
21852026-06-20T22:50:40.062Z Checking stringprep v0.1.5
21862026-06-20T22:50:40.097Z Checking md-5 v0.10.6
21872026-06-20T22:50:40.163Z Checking serde_plain v1.0.2
21882026-06-20T22:50:40.199Z Checking toml v0.7.8
21892026-06-20T22:50:40.233Z Checking float-cmp v0.10.0
21902026-06-20T22:50:40.266Z Checking normalize-line-endings v0.3.0
21912026-06-20T22:50:40.269Z Checking difflib v0.4.0
21922026-06-20T22:50:40.334Z Checking fallible-iterator v0.2.0
21932026-06-20T22:50:40.384Z Checking typed-path v0.9.3
21942026-06-20T22:50:40.388Z Checking smoltcp v0.9.1
21952026-06-20T22:50:40.502Z Checking iddqd v0.4.2
21962026-06-20T22:50:40.508Z Checking predicates v3.1.4
21972026-06-20T22:50:40.535Z Checking phf_shared v0.11.3
21982026-06-20T22:50:40.633Z Checking postgres-protocol v0.6.10
21992026-06-20T22:50:40.702Z Checking phf_shared v0.13.1
22002026-06-20T22:50:40.815Z Checking buf-list v1.1.2
22012026-06-20T22:50:40.921Z Checking strum v0.27.2
22022026-06-20T22:50:40.966Z Checking fixedbitset v0.5.7
22032026-06-20T22:50:41.022Z Checking fixedbitset v0.4.2
22042026-06-20T22:50:41.026Z Checking lalrpop-util v0.19.12
22052026-06-20T22:50:41.088Z Checking new_debug_unreachable v1.0.6
22062026-06-20T22:50:41.166Z Checking tough v0.22.0
22072026-06-20T22:50:41.202Z Checking precomputed-hash v0.1.1
22082026-06-20T22:50:41.205Z Checking petgraph v0.8.3
22092026-06-20T22:50:41.205Z Checking petgraph v0.6.5
22102026-06-20T22:50:41.298Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-06-20T22:50:41.331Z Checking string_cache v0.8.9
22122026-06-20T22:50:41.367Z Checking postgres-types v0.2.12
22132026-06-20T22:50:41.523Z Checking phf v0.13.1
22142026-06-20T22:50:41.702Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-20T22:50:41.705Z Checking whoami v2.1.0
22162026-06-20T22:50:41.951Z Checking peg-runtime v0.8.5
22172026-06-20T22:50:41.988Z Checking zip v4.6.1
22182026-06-20T22:50:42.022Z Checking tokio-postgres v0.7.16
22192026-06-20T22:50:42.252Z Checking is-terminal v0.4.17
22202026-06-20T22:50:42.377Z Checking crossbeam-channel v0.5.15
22212026-06-20T22:50:42.536Z Checking thread_local v1.1.9
22222026-06-20T22:50:42.609Z Compiling structmeta-derive v0.3.0
22232026-06-20T22:50:42.732Z Checking term v1.2.1
22242026-06-20T22:50:42.736Z Checking take_mut v0.2.2
22252026-06-20T22:50:42.805Z Compiling newtype-uuid-macros v0.1.0
22262026-06-20T22:50:42.840Z Compiling rustls v0.22.4
22272026-06-20T22:50:42.897Z Checking slog-async v2.8.0
22282026-06-20T22:50:42.984Z Checking slog-term v2.9.2
22292026-06-20T22:50:43.086Z Compiling multer v3.1.0
22302026-06-20T22:50:43.121Z Compiling async-stream-impl v0.3.6
22312026-06-20T22:50:43.204Z Checking match_cfg v0.1.0
22322026-06-20T22:50:43.296Z Checking slog-json v2.6.1
22332026-06-20T22:50:43.305Z Checking hostname v0.3.1
22342026-06-20T22:50:43.368Z Compiling dropshot v0.17.0
22352026-06-20T22:50:43.410Z Compiling dropshot_endpoint v0.17.0
22362026-06-20T22:50:43.445Z Checking debug-ignore v1.0.5
22372026-06-20T22:50:43.448Z Checking slog-bunyan v2.5.0
22382026-06-20T22:50:43.569Z Checking progenitor-client v0.14.0
22392026-06-20T22:50:43.604Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-20T22:50:43.669Z Checking rustls-webpki v0.102.8
22412026-06-20T22:50:43.734Z Compiling structmeta v0.3.0
22422026-06-20T22:50:43.738Z Checking serde_path_to_error v0.1.20
22432026-06-20T22:50:43.738Z Checking serde_spanned v1.0.4
22442026-06-20T22:50:43.830Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-06-20T22:50:43.870Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-06-20T22:50:43.950Z Checking compression-core v0.4.31
22472026-06-20T22:50:43.984Z Compiling derive-ex v0.1.8
22482026-06-20T22:50:44.038Z Checking toml_writer v1.0.6+spec-1.1.0
22492026-06-20T22:50:44.105Z Checking async-stream v0.3.6
22502026-06-20T22:50:44.108Z Checking compression-codecs v0.4.37
22512026-06-20T22:50:44.242Z Checking toml v1.0.6+spec-1.1.0
22522026-06-20T22:50:44.276Z Checking waitgroup v0.1.2
22532026-06-20T22:50:44.279Z Checking rustls-pemfile v2.2.0
22542026-06-20T22:50:44.352Z Checking async-compression v0.4.41
22552026-06-20T22:50:44.386Z Checking hostname v0.4.2
22562026-06-20T22:50:44.419Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-20T22:50:44.474Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-20T22:50:44.509Z Checking atomicwrites v0.4.4
22592026-06-20T22:50:44.551Z Compiling parse-display-derive v0.10.0
22602026-06-20T22:50:44.615Z Checking itertools v0.14.0
22612026-06-20T22:50:44.648Z Checking macaddr v1.0.1
22622026-06-20T22:50:44.682Z Checking regress v0.10.5
22632026-06-20T22:50:44.847Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-06-20T22:50:44.881Z Checking instant v0.1.13
22652026-06-20T22:50:44.994Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-20T22:50:45.148Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-20T22:50:45.255Z Checking backoff v0.4.0
22682026-06-20T22:50:45.290Z Checking backon v1.6.0
22692026-06-20T22:50:45.456Z Checking humantime v2.3.0
22702026-06-20T22:50:45.491Z Checking progenitor-extras v0.2.0
22712026-06-20T22:50:45.533Z Checking tokio-rustls v0.25.0
22722026-06-20T22:50:45.643Z Checking unicode-width v0.2.0
22732026-06-20T22:50:45.678Z Compiling convert_case v0.4.0
22742026-06-20T22:50:45.682Z Compiling test-strategy v0.4.5
22752026-06-20T22:50:45.710Z Checking heck v0.5.0
22762026-06-20T22:50:45.788Z Checking half v2.7.1
22772026-06-20T22:50:45.855Z Checking ciborium-io v0.2.2
22782026-06-20T22:50:45.916Z Checking secrecy v0.10.3
22792026-06-20T22:50:45.973Z Compiling regress v0.11.1
22802026-06-20T22:50:46.058Z Checking indent_write v2.2.0
22812026-06-20T22:50:46.061Z Checking ciborium-ll v0.2.2
22822026-06-20T22:50:46.124Z Compiling derive_more v0.99.20
22832026-06-20T22:50:46.127Z Checking universal-hash v0.5.1
22842026-06-20T22:50:46.215Z Checking opaque-debug v0.3.1
22852026-06-20T22:50:46.257Z Checking parse-display v0.10.0
22862026-06-20T22:50:46.290Z Checking ciborium v0.2.2
22872026-06-20T22:50:46.322Z Checking camino-tempfile v1.4.1
22882026-06-20T22:50:46.425Z Compiling crucible-workspace-hack v0.1.0
22892026-06-20T22:50:46.535Z Checking aead v0.5.2
22902026-06-20T22:50:46.678Z Compiling unsafe-libyaml v0.2.11
22912026-06-20T22:50:46.744Z Checking poly1305 v0.8.0
22922026-06-20T22:50:46.806Z Checking chacha20 v0.9.1
22932026-06-20T22:50:47.028Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-20T22:50:47.031Z Checking swrite v0.1.0
22952026-06-20T22:50:47.190Z Checking password-hash v0.5.0
22962026-06-20T22:50:47.249Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-06-20T22:50:47.455Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982026-06-20T22:50:47.504Z Compiling serde_yaml v0.9.34+deprecated
22992026-06-20T22:50:47.669Z Compiling typify-impl v0.6.2
23002026-06-20T22:50:47.767Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012026-06-20T22:50:47.803Z Checking blake2 v0.10.6
23022026-06-20T22:50:48.069Z Checking argon2 v0.5.3
23032026-06-20T22:50:48.274Z Checking thiserror-no-std v2.0.2
23042026-06-20T22:50:48.392Z Checking vsss-rs v3.3.4
23052026-06-20T22:50:48.448Z Checking chacha20poly1305 v0.10.1
23062026-06-20T22:50:48.606Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-20T22:50:48.742Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-20T22:50:48.988Z Checking byte-wrapper v0.1.0
23092026-06-20T22:50:49.035Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-20T22:50:49.038Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-20T22:50:49.102Z Checking crossbeam-deque v0.8.6
23122026-06-20T22:50:49.233Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-06-20T22:50:49.256Z Compiling rayon-core v1.13.0
23142026-06-20T22:50:49.293Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-20T22:50:49.332Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-20T22:50:49.537Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-20T22:50:49.610Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-20T22:50:49.851Z Compiling proc-macro-error v1.0.4
23192026-06-20T22:50:49.938Z Checking rayon v1.11.0
23202026-06-20T22:50:50.183Z Compiling proc-macro-crate v3.4.0
23212026-06-20T22:50:50.628Z Checking toml v0.8.23
23222026-06-20T22:50:50.700Z Checking tabwriter v1.4.1
23232026-06-20T22:50:50.734Z Checking glob v0.3.3
23242026-06-20T22:50:50.769Z Compiling num_enum_derive v0.7.6
23252026-06-20T22:50:50.772Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-20T22:50:50.867Z Checking colored v3.1.1
23272026-06-20T22:50:50.924Z Compiling heapless v0.8.0
23282026-06-20T22:50:50.957Z Compiling ingot-macros v0.1.1
23292026-06-20T22:50:50.989Z Checking hash32 v0.3.1
23302026-06-20T22:50:51.084Z Compiling smoltcp v0.11.0
23312026-06-20T22:50:51.140Z Checking unicode-width v0.1.14
23322026-06-20T22:50:51.402Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-20T22:50:51.437Z Checking cobs v0.3.0
23342026-06-20T22:50:51.544Z Compiling usdt-attr-macro v0.5.0
23352026-06-20T22:50:51.635Z Compiling usdt-macro v0.5.0
23362026-06-20T22:50:51.702Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23372026-06-20T22:50:51.737Z Checking memmap v0.7.0
23382026-06-20T22:50:51.811Z Checking num_enum v0.7.6
23392026-06-20T22:50:51.845Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-06-20T22:50:51.953Z Checking postcard v1.1.3
23412026-06-20T22:50:52.095Z Compiling proc-macro-crate v1.3.1
23422026-06-20T22:50:52.184Z Compiling typify-macro v0.6.2
23432026-06-20T22:50:52.314Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23442026-06-20T22:50:52.371Z Checking sigpipe v0.1.3
23452026-06-20T22:50:52.445Z Checking usdt v0.5.0
23462026-06-20T22:50:52.482Z Compiling foreign-types-macros v0.2.3
23472026-06-20T22:50:52.548Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-20T22:50:52.599Z Checking cpufeatures v0.3.0
23492026-06-20T22:50:52.643Z Checking foreign-types-shared v0.3.1
23502026-06-20T22:50:52.703Z Checking chacha20 v0.10.0
23512026-06-20T22:50:52.760Z Compiling num_enum_derive v0.5.11
23522026-06-20T22:50:53.007Z Checking cstr-argument v0.1.2
23532026-06-20T22:50:53.094Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-20T22:50:53.129Z Checking foreign-types v0.5.0
23552026-06-20T22:50:53.132Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-20T22:50:53.191Z Compiling num-derive v0.4.2
23572026-06-20T22:50:53.264Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-20T22:50:53.516Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-06-20T22:50:53.549Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-20T22:50:53.591Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-06-20T22:50:53.683Z Checking rand v0.10.0
23622026-06-20T22:50:53.717Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-06-20T22:50:53.781Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23642026-06-20T22:50:53.821Z Checking num_enum v0.5.11
23652026-06-20T22:50:53.853Z Checking ingot-types v0.1.2
23662026-06-20T22:50:53.916Z Checking itertools v0.12.1
23672026-06-20T22:50:53.953Z Compiling typify v0.6.2
23682026-06-20T22:50:53.956Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-06-20T22:50:54.091Z Compiling progenitor-impl v0.14.0
23702026-06-20T22:50:54.158Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23712026-06-20T22:50:54.228Z Checking ingot v0.1.1
23722026-06-20T22:50:54.353Z Compiling zone_cfg_derive v0.3.1
23732026-06-20T22:50:54.388Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-20T22:50:54.586Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-20T22:50:54.851Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-20T22:50:54.999Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23772026-06-20T22:50:55.035Z Checking smf v0.2.3
23782026-06-20T22:50:55.039Z Checking zone v0.3.1
23792026-06-20T22:50:55.039Z Checking whoami v1.6.1
23802026-06-20T22:50:55.128Z Checking tokio-dtrace v0.1.1
23812026-06-20T22:50:55.240Z Compiling derive-where v1.6.0
23822026-06-20T22:50:55.273Z Checking console v0.15.11
23832026-06-20T22:50:55.305Z Checking newline-converter v0.3.0
23842026-06-20T22:50:55.337Z Checking oxide-tokio-rt v0.1.4
23852026-06-20T22:50:55.440Z Checking bytecount v0.6.9
23862026-06-20T22:50:55.474Z Compiling owo-colors v4.3.0
23872026-06-20T22:50:55.531Z Compiling cancel-safe-futures v0.1.5
23882026-06-20T22:50:55.570Z Checking libsw-core v0.3.2
23892026-06-20T22:50:55.573Z Checking expectorate v1.2.0
23902026-06-20T22:50:55.746Z Checking libsw v3.5.0
23912026-06-20T22:50:55.781Z Checking num-rational v0.4.2
23922026-06-20T22:50:55.844Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23932026-06-20T22:50:56.080Z Checking num-complex v0.4.6
23942026-06-20T22:50:56.155Z Checking linear-map v1.2.0
23952026-06-20T22:50:56.188Z Checking float-ord v0.3.2
23962026-06-20T22:50:56.318Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-20T22:50:56.354Z Checking gethostname v0.5.0
23982026-06-20T22:50:56.436Z Checking num v0.4.3
23992026-06-20T22:50:56.472Z Compiling prettyplease v0.2.37
24002026-06-20T22:50:56.541Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-20T22:50:56.574Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-06-20T22:50:56.577Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-20T22:50:56.680Z Compiling progenitor-macro v0.14.0
24042026-06-20T22:50:56.757Z Checking resolv-conf v0.7.6
24052026-06-20T22:50:56.935Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-06-20T22:50:56.970Z Checking smawk v0.3.2
24072026-06-20T22:50:57.014Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-20T22:50:57.171Z Checking unicode-linebreak v0.1.5
24092026-06-20T22:50:57.421Z Checking papergrid v0.11.0
24102026-06-20T22:50:58.047Z Compiling tabled_derive v0.7.0
24112026-06-20T22:50:58.084Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-20T22:50:58.150Z Compiling convert_case v0.10.0
24132026-06-20T22:50:58.187Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-06-20T22:50:58.324Z Compiling slog-dtrace v0.3.0
24152026-06-20T22:50:58.454Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-20T22:50:58.493Z Compiling derive_more-impl v2.1.1
24172026-06-20T22:50:58.621Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-20T22:50:58.771Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-20T22:50:59.062Z Checking tabled v0.15.0
24202026-06-20T22:50:59.347Z Checking derive_more v2.1.1
24212026-06-20T22:50:59.454Z Checking crossterm v0.29.0
24222026-06-20T22:50:59.631Z Checking linked-hash-map v0.5.6
24232026-06-20T22:50:59.827Z Checking lru-cache v0.1.2
24242026-06-20T22:51:00.323Z Checking hickory-proto v0.24.4
24252026-06-20T22:51:00.379Z Checking fd-lock v4.0.4
24262026-06-20T22:51:00.415Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24272026-06-20T22:51:01.118Z Checking vte v0.14.1
24282026-06-20T22:51:01.220Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-06-20T22:51:01.530Z Checking display-error-chain v0.2.2
24302026-06-20T22:51:01.623Z Checking progenitor v0.14.0
24312026-06-20T22:51:01.704Z Checking strip-ansi-escapes v0.2.1
24322026-06-20T22:51:01.789Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24332026-06-20T22:51:02.108Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-06-20T22:51:02.962Z Checking nu-ansi-term v0.50.3
24352026-06-20T22:51:03.171Z Checking termtree v0.5.1
24362026-06-20T22:51:03.338Z Checking reedline v0.40.0
24372026-06-20T22:51:03.371Z Checking hickory-resolver v0.24.4
24382026-06-20T22:51:03.404Z Checking textwrap v0.16.2
24392026-06-20T22:51:03.487Z Compiling minimal-lexical v0.2.1
24402026-06-20T22:51:03.579Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-20T22:51:03.647Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-20T22:51:03.766Z Compiling nom v7.1.3
24432026-06-20T22:51:04.052Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-20T22:51:04.115Z Checking qorb v0.4.1
24452026-06-20T22:51:04.206Z Compiling ar_archive_writer v0.5.1
24462026-06-20T22:51:04.647Z Checking csv-core v0.1.13
24472026-06-20T22:51:04.792Z Compiling stacker v0.1.23
24482026-06-20T22:51:04.856Z Checking csv v1.4.0
24492026-06-20T22:51:05.077Z Compiling psm v0.1.30
24502026-06-20T22:51:05.080Z Compiling cfg_aliases v0.1.1
24512026-06-20T22:51:05.142Z Checking highway v1.3.0
24522026-06-20T22:51:05.217Z Compiling semver v0.1.20
24532026-06-20T22:51:05.260Z Compiling nix v0.28.0
24542026-06-20T22:51:05.376Z Checking nibble_vec v0.1.0
24552026-06-20T22:51:05.409Z Checking endian-type v0.1.2
24562026-06-20T22:51:05.525Z Compiling rustc_version v0.1.7
24572026-06-20T22:51:05.558Z Checking home v0.5.12
24582026-06-20T22:51:05.591Z Checking radix_trie v0.2.1
24592026-06-20T22:51:05.594Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24602026-06-20T22:51:05.722Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24612026-06-20T22:51:05.780Z Compiling newtype_derive v0.1.6
24622026-06-20T22:51:05.783Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-06-20T22:51:05.843Z Checking phf_shared v0.12.1
24642026-06-20T22:51:05.995Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-20T22:51:06.031Z Compiling chrono-tz v0.10.4
24662026-06-20T22:51:06.034Z Checking phf v0.12.1
24672026-06-20T22:51:06.311Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-20T22:51:06.342Z Compiling const_format_proc_macros v0.2.34
24692026-06-20T22:51:06.375Z Compiling peg-macros v0.8.5
24702026-06-20T22:51:06.427Z Checking recursive v0.1.1
24712026-06-20T22:51:06.540Z Checking nom v8.0.0
24722026-06-20T22:51:06.549Z Checking winnow v0.6.26
24732026-06-20T22:51:06.829Z Compiling sqlparser_derive v0.5.0
24742026-06-20T22:51:07.198Z Checking unicode_categories v0.1.1
24752026-06-20T22:51:07.230Z Checking rustyline v14.0.0
24762026-06-20T22:51:07.383Z Checking const_format v0.2.35
24772026-06-20T22:51:07.645Z Checking sqlparser v0.61.0
24782026-06-20T22:51:07.756Z Checking sqlformat v0.3.5
24792026-06-20T22:51:07.786Z Checking peg v0.8.5
24802026-06-20T22:51:07.960Z Checking bcs v0.1.6
24812026-06-20T22:51:07.990Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-20T22:51:08.090Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-20T22:51:08.203Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-20T22:51:08.206Z Checking steno v0.4.1
24852026-06-20T22:51:08.301Z Checking filetime v0.2.27
24862026-06-20T22:51:08.414Z Checking xattr v1.6.1
24872026-06-20T22:51:08.449Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24882026-06-20T22:51:08.481Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-06-20T22:51:08.573Z Checking tar v0.4.45
24902026-06-20T22:51:08.685Z Checking subprocess v0.2.15
24912026-06-20T22:51:09.043Z Checking base64 v0.21.7
24922026-06-20T22:51:09.203Z Checking headers-core v0.3.0
24932026-06-20T22:51:09.240Z Checking yasna v0.5.2
24942026-06-20T22:51:09.283Z Checking dropshot-api-manager-types v0.7.2
24952026-06-20T22:51:09.340Z Checking headers v0.4.1
24962026-06-20T22:51:09.480Z Checking tagptr v0.2.0
24972026-06-20T22:51:09.641Z Checking rcgen v0.12.1
24982026-06-20T22:51:09.674Z Checking moka v0.12.13
24992026-06-20T22:51:09.832Z Checking utf-8 v0.7.6
25002026-06-20T22:51:09.993Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-20T22:51:10.026Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-20T22:51:10.174Z Compiling libefi-sys v0.1.0
25032026-06-20T22:51:10.338Z Checking hickory-resolver v0.25.2
25042026-06-20T22:51:10.425Z Checking tungstenite v0.21.0
25052026-06-20T22:51:10.491Z Compiling bitfield-struct v0.6.2
25062026-06-20T22:51:10.725Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-20T22:51:10.832Z Compiling radium v0.7.0
25082026-06-20T22:51:10.904Z Checking tokio-tungstenite v0.21.0
25092026-06-20T22:51:11.118Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-20T22:51:11.153Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-20T22:51:11.252Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-06-20T22:51:11.426Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-06-20T22:51:11.458Z Checking tap v1.0.1
25142026-06-20T22:51:11.589Z Compiling maybe-uninit v2.0.0
25152026-06-20T22:51:11.621Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25162026-06-20T22:51:11.682Z Checking wyz v0.5.1
25172026-06-20T22:51:11.914Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25182026-06-20T22:51:11.986Z Compiling zerocopy-derive v0.6.6
25192026-06-20T22:51:12.045Z Checking crc-catalog v2.4.0
25202026-06-20T22:51:12.124Z Compiling packed_struct v0.10.1
25212026-06-20T22:51:12.133Z Checking funty v2.0.0
25222026-06-20T22:51:12.201Z Checking crc v3.4.0
25232026-06-20T22:51:12.408Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25242026-06-20T22:51:12.473Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-06-20T22:51:12.504Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25262026-06-20T22:51:12.535Z Checking bitvec v1.0.1
25272026-06-20T22:51:12.635Z Compiling packed_struct_codegen v0.10.1
25282026-06-20T22:51:12.886Z Checking zerocopy v0.6.6
25292026-06-20T22:51:12.959Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-20T22:51:13.219Z Compiling bitfield-macros v0.19.4
25312026-06-20T22:51:13.441Z Compiling indexmap v1.9.3
25322026-06-20T22:51:13.664Z Checking nodrop v0.1.14
25332026-06-20T22:51:13.697Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342026-06-20T22:51:13.783Z Checking array-init v0.0.4
25352026-06-20T22:51:13.824Z Checking smallvec v0.6.14
25362026-06-20T22:51:13.948Z Checking bitfield v0.19.4
25372026-06-20T22:51:14.043Z Checking hashbrown v0.12.3
25382026-06-20T22:51:14.102Z Checking serde-hex v0.1.0
25392026-06-20T22:51:14.239Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-20T22:51:14.425Z Checking ron v0.8.1
25412026-06-20T22:51:14.826Z Checking hashbrown v0.13.2
25422026-06-20T22:51:14.930Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25432026-06-20T22:51:14.967Z Checking crc-any v2.5.0
25442026-06-20T22:51:15.173Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452026-06-20T22:51:15.281Z Checking object v0.30.4
25462026-06-20T22:51:15.369Z Compiling xshell-macros v0.2.7
25472026-06-20T22:51:15.622Z Checking path-slash v0.1.5
25482026-06-20T22:51:15.741Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25492026-06-20T22:51:15.774Z Checking xshell v0.2.7
25502026-06-20T22:51:15.777Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25512026-06-20T22:51:15.837Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-20T22:51:15.986Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-06-20T22:51:16.254Z Checking half v1.8.3
25542026-06-20T22:51:16.386Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-06-20T22:51:16.531Z Checking serde_cbor v0.11.2
25562026-06-20T22:51:16.650Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25572026-06-20T22:51:16.934Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-20T22:51:16.964Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25592026-06-20T22:51:17.137Z Compiling num-derive v0.3.3
25602026-06-20T22:51:17.190Z Checking papergrid v0.17.0
25612026-06-20T22:51:17.320Z Compiling proc-macro-error2 v2.0.1
25622026-06-20T22:51:17.452Z Checking testing_table v0.3.0
25632026-06-20T22:51:17.581Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-06-20T22:51:17.689Z Compiling tabled_derive v0.11.0
25652026-06-20T22:51:18.043Z Compiling progenitor-impl v0.13.0
25662026-06-20T22:51:18.062Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25672026-06-20T22:51:18.088Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25682026-06-20T22:51:18.099Z Checking libscf-sys v1.1.0
25692026-06-20T22:51:18.276Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-20T22:51:18.510Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-20T22:51:18.734Z Checking maplit v1.0.2
25722026-06-20T22:51:18.880Z Checking tabled v0.20.0
25732026-06-20T22:51:18.911Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25742026-06-20T22:51:19.045Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25752026-06-20T22:51:19.431Z Checking progenitor-client v0.13.0
25762026-06-20T22:51:19.690Z Compiling git-stub v1.0.0
25772026-06-20T22:51:19.786Z Checking crc8 v0.1.1
25782026-06-20T22:51:19.853Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25792026-06-20T22:51:19.912Z Compiling git-stub-vcs v0.1.0
25802026-06-20T22:51:19.979Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-20T22:51:20.217Z Checking fxhash v0.2.1
25822026-06-20T22:51:20.295Z Checking unicase v2.9.0
25832026-06-20T22:51:20.367Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25842026-06-20T22:51:20.466Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25852026-06-20T22:51:20.500Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-06-20T22:51:20.617Z Compiling progenitor-macro v0.13.0
25872026-06-20T22:51:20.728Z Compiling vergen-lib v0.1.6
25882026-06-20T22:51:20.894Z Compiling diesel_derives v2.3.7
25892026-06-20T22:51:20.930Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25902026-06-20T22:51:20.992Z Checking scheduled-thread-pool v0.2.7
25912026-06-20T22:51:21.052Z Compiling dsl_auto_type v0.2.0
25922026-06-20T22:51:21.144Z Compiling vergen-gitcl v1.0.8
25932026-06-20T22:51:21.191Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-20T22:51:21.241Z Checking r2d2 v0.8.10
25952026-06-20T22:51:21.418Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-20T22:51:21.448Z Checking downcast-rs v2.0.2
25972026-06-20T22:51:21.448Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25982026-06-20T22:51:21.504Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25992026-06-20T22:51:21.716Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26002026-06-20T22:51:21.755Z Checking kstat-rs v0.2.4
26012026-06-20T22:51:21.766Z Checking arc-swap v1.8.2
26022026-06-20T22:51:22.035Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26032026-06-20T22:51:22.075Z Checking slog-scope v4.4.1
26042026-06-20T22:51:22.159Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26052026-06-20T22:51:22.275Z Compiling parking_lot_core v0.8.6
26062026-06-20T22:51:22.343Z Checking slog-stdlog v4.1.1
26072026-06-20T22:51:22.385Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26082026-06-20T22:51:22.435Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-06-20T22:51:22.435Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-06-20T22:51:22.718Z Checking slog-envlogger v2.2.0
26112026-06-20T22:51:22.801Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26122026-06-20T22:51:22.870Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-06-20T22:51:23.026Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-06-20T22:51:23.144Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26152026-06-20T22:51:23.187Z Compiling dirs-sys-next v0.1.2
26162026-06-20T22:51:23.328Z Compiling crunchy v0.2.4
26172026-06-20T22:51:23.490Z Compiling dirs-next v2.0.0
26182026-06-20T22:51:23.568Z Checking parking_lot v0.11.2
26192026-06-20T22:51:23.637Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26202026-06-20T22:51:23.683Z Compiling clang-sys v1.8.1
26212026-06-20T22:51:23.708Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26222026-06-20T22:51:23.742Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26232026-06-20T22:51:23.848Z Checking prefix-trie v0.7.0
26242026-06-20T22:51:24.031Z Compiling tiny-keccak v2.0.2
26252026-06-20T22:51:24.231Z Checking hickory-server v0.25.2
26262026-06-20T22:51:24.290Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26272026-06-20T22:51:24.305Z Checking sled v0.34.7
26282026-06-20T22:51:24.421Z Compiling term v0.7.0
26292026-06-20T22:51:24.480Z Checking nanorand v0.7.0
26302026-06-20T22:51:24.763Z Compiling bit-vec v0.6.3
26312026-06-20T22:51:24.869Z Compiling salty v0.3.0
26322026-06-20T22:51:24.952Z Compiling bit-set v0.5.3
26332026-06-20T22:51:24.989Z Checking flume v0.11.1
26342026-06-20T22:51:25.134Z Compiling ascii-canvas v3.0.0
26352026-06-20T22:51:25.261Z Checking primeorder v0.13.6
26362026-06-20T22:51:25.411Z Compiling itertools v0.10.5
26372026-06-20T22:51:25.504Z Compiling ena v0.14.4
26382026-06-20T22:51:25.536Z Checking progenitor v0.13.0
26392026-06-20T22:51:25.539Z Compiling libloading v0.8.9
26402026-06-20T22:51:25.599Z Compiling bindgen v0.71.1
26412026-06-20T22:51:25.644Z Compiling diff v0.1.13
26422026-06-20T22:51:25.700Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26432026-06-20T22:51:25.738Z Compiling regex-syntax v0.6.29
26442026-06-20T22:51:26.371Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26452026-06-20T22:51:26.672Z Compiling cexpr v0.6.0
26462026-06-20T22:51:26.787Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26472026-06-20T22:51:26.869Z Compiling fs-err v2.11.0
26482026-06-20T22:51:26.901Z Checking diesel v2.3.7
26492026-06-20T22:51:27.092Z Compiling lalrpop v0.19.12
26502026-06-20T22:51:27.272Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-06-20T22:51:27.410Z Compiling rustc-hash v2.1.1
26522026-06-20T22:51:27.685Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532026-06-20T22:51:27.849Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26542026-06-20T22:51:27.906Z Compiling libxml v0.3.3
26552026-06-20T22:51:28.279Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26562026-06-20T22:51:28.440Z Checking p384 v0.13.1
26572026-06-20T22:51:28.896Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-06-20T22:51:29.270Z Compiling strum_macros v0.24.3
26592026-06-20T22:51:29.565Z Compiling indoc v1.0.9
26602026-06-20T22:51:30.021Z Checking assert_matches v1.5.0
26612026-06-20T22:51:30.140Z Checking parse-size v1.1.0
26622026-06-20T22:51:30.279Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26632026-06-20T22:51:30.701Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-06-20T22:51:30.924Z Checking quick-xml v0.37.5
26652026-06-20T22:51:31.138Z Checking derive_builder v0.20.2
26662026-06-20T22:51:31.205Z Compiling oso-derive v0.27.3
26672026-06-20T22:51:31.280Z Compiling trait-variant v0.1.2
26682026-06-20T22:51:31.716Z Compiling impl-trait-for-tuples v0.2.3
26692026-06-20T22:51:31.816Z Checking openssl-probe v0.1.6
26702026-06-20T22:51:31.847Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-20T22:51:32.003Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-20T22:51:32.065Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-20T22:51:32.644Z Checking predicates-tree v1.0.13
26742026-06-20T22:51:32.793Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-20T22:51:32.889Z Checking http-range v0.1.5
26762026-06-20T22:51:32.931Z Compiling mime_guess v2.0.5
26772026-06-20T22:51:33.048Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-06-20T22:51:33.255Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26792026-06-20T22:51:33.290Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-06-20T22:51:33.470Z Checking bb8 v0.8.6
26812026-06-20T22:51:33.533Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-20T22:51:33.573Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26832026-06-20T22:51:33.606Z Checking atty v0.2.14
26842026-06-20T22:51:33.732Z Checking corncobs v0.1.4
26852026-06-20T22:51:33.867Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-06-20T22:51:33.901Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-20T22:51:33.904Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-06-20T22:51:34.130Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26892026-06-20T22:51:34.157Z Checking ignore v0.4.25
26902026-06-20T22:51:34.195Z Checking secrecy v0.8.0
26912026-06-20T22:51:34.285Z Checking hyper-staticfile v0.10.1
26922026-06-20T22:51:34.589Z Checking globwalk v0.9.1
26932026-06-20T22:51:34.625Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26942026-06-20T22:51:34.733Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26952026-06-20T22:51:34.802Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26962026-06-20T22:51:34.930Z Compiling illumos-nvpair-sys v0.2.0
26972026-06-20T22:51:34.970Z Checking nonempty v0.12.0
26982026-06-20T22:51:35.203Z Checking camino-tempfile-ext v0.3.3
26992026-06-20T22:51:35.221Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-06-20T22:51:35.271Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-06-20T22:51:35.405Z Checking signal-hook-tokio v0.3.1
27022026-06-20T22:51:35.424Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-06-20T22:51:35.543Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-06-20T22:51:35.838Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-06-20T22:51:35.997Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-06-20T22:51:36.224Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-06-20T22:51:36.421Z Checking illumos-nvpair v0.3.0
27082026-06-20T22:51:36.534Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27092026-06-20T22:51:36.566Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-20T22:51:36.600Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-06-20T22:51:36.662Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-06-20T22:51:36.727Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-06-20T22:51:36.941Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-06-20T22:51:36.980Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-06-20T22:51:37.282Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-20T22:51:37.668Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27172026-06-20T22:51:37.872Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-06-20T22:51:38.490Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27192026-06-20T22:51:38.561Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27202026-06-20T22:51:38.711Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-06-20T22:51:39.177Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-06-20T22:51:39.427Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-06-20T22:51:39.610Z Checking tungstenite v0.23.0
27242026-06-20T22:51:39.719Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-06-20T22:51:39.818Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-20T22:51:39.904Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27272026-06-20T22:51:40.064Z Checking tokio-tungstenite v0.23.1
27282026-06-20T22:51:40.217Z Checking rand_seeder v0.4.0
27292026-06-20T22:51:40.272Z Checking void v1.0.2
27302026-06-20T22:51:40.364Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27312026-06-20T22:51:40.417Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27322026-06-20T22:51:40.434Z Checking lzss v0.8.2
27332026-06-20T22:51:40.556Z Checking nix v0.27.1
27342026-06-20T22:51:40.629Z Checking serde_bytes v0.11.19
27352026-06-20T22:51:40.701Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27362026-06-20T22:51:40.837Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27372026-06-20T22:51:40.878Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27382026-06-20T22:51:41.095Z Checking diesel-dtrace v0.5.0
27392026-06-20T22:51:41.385Z Checking async-bb8-diesel v0.2.1
27402026-06-20T22:51:41.528Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-20T22:51:41.628Z Checking is_ci v1.2.0
27422026-06-20T22:51:41.758Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-06-20T22:51:41.793Z Checking yansi v1.0.1
27442026-06-20T22:51:41.823Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27452026-06-20T22:51:42.086Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27462026-06-20T22:51:42.271Z Checking pretty_assertions v1.4.1
27472026-06-20T22:51:42.376Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27482026-06-20T22:51:42.433Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27492026-06-20T22:51:42.693Z Compiling darling_core v0.23.0
27502026-06-20T22:51:42.932Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-20T22:51:43.649Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27522026-06-20T22:51:43.778Z Compiling indoc v2.0.7
27532026-06-20T22:51:43.897Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27542026-06-20T22:51:44.123Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-20T22:51:44.262Z Compiling libz-sys v1.1.24
27562026-06-20T22:51:44.677Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-20T22:51:44.912Z Compiling instability v0.3.11
27582026-06-20T22:51:44.945Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-20T22:51:45.211Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27602026-06-20T22:51:45.242Z Compiling darling_macro v0.23.0
27612026-06-20T22:51:45.413Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27622026-06-20T22:51:45.634Z Checking castaway v0.2.4
27632026-06-20T22:51:45.755Z Compiling darling v0.23.0
27642026-06-20T22:51:45.787Z Checking compact_str v0.8.1
27652026-06-20T22:51:46.191Z Checking supports-color v3.0.2
27662026-06-20T22:51:46.353Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27672026-06-20T22:51:46.584Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27682026-06-20T22:51:46.617Z Checking unicode-truncate v1.1.0
27692026-06-20T22:51:46.660Z Checking console v0.16.2
27702026-06-20T22:51:46.694Z Checking lru v0.12.5
27712026-06-20T22:51:46.788Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-06-20T22:51:46.821Z Checking unit-prefix v0.5.2
27732026-06-20T22:51:46.876Z Checking cassowary v0.3.0
27742026-06-20T22:51:47.015Z Checking indicatif v0.18.4
27752026-06-20T22:51:47.142Z Checking ratatui v0.29.0
27762026-06-20T22:51:47.259Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27772026-06-20T22:51:47.458Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-06-20T22:51:47.707Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792026-06-20T22:51:48.475Z Compiling vergen-git2 v9.1.0
27802026-06-20T22:51:48.511Z Checking plotters-backend v0.3.7
27812026-06-20T22:51:48.742Z Checking plotters-svg v0.3.7
27822026-06-20T22:51:48.746Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27832026-06-20T22:51:48.916Z Compiling rustls v0.21.12
27842026-06-20T22:51:48.997Z Checking cast v0.3.0
27852026-06-20T22:51:49.207Z Checking criterion-plot v0.6.0
27862026-06-20T22:51:49.250Z Checking plotters v0.3.7
27872026-06-20T22:51:49.379Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-06-20T22:51:49.478Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27892026-06-20T22:51:49.704Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27902026-06-20T22:51:49.930Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27912026-06-20T22:51:49.998Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27922026-06-20T22:51:50.154Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27932026-06-20T22:51:50.224Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27942026-06-20T22:51:50.375Z Checking colored v2.2.0
27952026-06-20T22:51:50.406Z Checking sct v0.7.1
27962026-06-20T22:51:50.573Z Checking rustls-webpki v0.101.7
27972026-06-20T22:51:50.605Z Checking tinytemplate v1.2.1
27982026-06-20T22:51:50.851Z Checking anes v0.1.6
27992026-06-20T22:51:50.883Z Checking shell-words v1.1.1
28002026-06-20T22:51:50.935Z Checking oorandom v11.1.5
28012026-06-20T22:51:51.095Z Checking criterion v0.7.0
28022026-06-20T22:51:51.136Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28032026-06-20T22:51:52.475Z Checking typeid v1.0.3
28042026-06-20T22:51:52.503Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28052026-06-20T22:51:52.608Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28062026-06-20T22:51:53.367Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28072026-06-20T22:51:54.160Z Checking hex-literal v0.4.1
28082026-06-20T22:51:54.294Z Checking erased-serde v0.4.9
28092026-06-20T22:51:54.677Z Checking tokio-rustls v0.24.1
28102026-06-20T22:51:54.903Z Checking rustls-pemfile v1.0.4
28112026-06-20T22:51:55.077Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28122026-06-20T22:51:55.377Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28132026-06-20T22:51:55.705Z Checking twox-hash v2.1.2
28142026-06-20T22:51:55.759Z Checking ordered-float v2.10.1
28152026-06-20T22:51:56.022Z Checking serde-value v0.7.0
28162026-06-20T22:51:56.097Z Checking serde-untagged v0.1.9
28172026-06-20T22:51:56.262Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28182026-06-20T22:51:56.319Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-20T22:51:56.721Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28202026-06-20T22:51:56.913Z Checking fatfs v0.3.6
28212026-06-20T22:51:57.316Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28222026-06-20T22:51:57.403Z Compiling seq-macro v0.3.6
28232026-06-20T22:51:57.479Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-20T22:51:57.654Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-20T22:51:57.930Z Checking unicode-xid v0.2.6
28262026-06-20T22:51:58.071Z Checking cargo-util-schemas v0.8.2
28272026-06-20T22:51:58.636Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28282026-06-20T22:51:58.947Z Checking cargo-platform v0.2.0
28292026-06-20T22:51:58.979Z Compiling petname v2.0.2
28302026-06-20T22:51:59.016Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28312026-06-20T22:51:59.157Z Checking cargo_metadata v0.21.0
28322026-06-20T22:51:59.634Z Checking concurrent-queue v2.5.0
28332026-06-20T22:51:59.847Z Checking rtoolbox v0.0.3
28342026-06-20T22:51:59.928Z Checking parking v2.2.1
28352026-06-20T22:52:00.006Z Checking rpassword v7.4.0
28362026-06-20T22:52:00.075Z Checking event-listener v5.4.1
28372026-06-20T22:52:00.325Z Checking tui-tree-widget v0.23.1
28382026-06-20T22:52:00.543Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28392026-06-20T22:52:00.574Z Checking polyval v0.6.2
28402026-06-20T22:52:00.732Z Checking sapling-renderdag v0.1.0
28412026-06-20T22:52:00.770Z Checking sync-ptr v0.1.4
28422026-06-20T22:52:00.914Z Checking ghash v0.5.1
28432026-06-20T22:52:01.001Z Checking event-listener-strategy v0.5.4
28442026-06-20T22:52:01.061Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28452026-06-20T22:52:01.166Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28462026-06-20T22:52:01.393Z Checking ctr v0.9.2
28472026-06-20T22:52:01.599Z Checking arrayvec v0.7.6
28482026-06-20T22:52:01.730Z Checking constant_time_eq v0.4.2
28492026-06-20T22:52:01.814Z Checking futures-timer v3.0.3
28502026-06-20T22:52:01.899Z Checking arrayref v0.3.9
28512026-06-20T22:52:02.009Z Checking aes-gcm v0.10.3
28522026-06-20T22:52:02.084Z Checking async-lock v3.4.2
28532026-06-20T22:52:02.210Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28542026-06-20T22:52:02.528Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28552026-06-20T22:52:02.987Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28562026-06-20T22:52:03.178Z Checking ssh-encoding v0.2.0
28572026-06-20T22:52:03.400Z Checking blowfish v0.9.1
28582026-06-20T22:52:03.584Z Compiling strsim v0.10.0
28592026-06-20T22:52:03.744Z Checking bcrypt-pbkdf v0.10.0
28602026-06-20T22:52:03.938Z Compiling darling_core v0.13.4
28612026-06-20T22:52:03.941Z Checking ssh-cipher v0.2.0
28622026-06-20T22:52:04.175Z Checking async-object-pool v0.2.0
28632026-06-20T22:52:04.314Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-20T22:52:04.717Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28652026-06-20T22:52:05.376Z Checking serde_regex v1.1.0
28662026-06-20T22:52:05.566Z Checking password-hash v0.4.2
28672026-06-20T22:52:05.687Z Checking assert-json-diff v2.0.2
28682026-06-20T22:52:05.811Z Checking path-tree v0.8.3
28692026-06-20T22:52:05.844Z Compiling target-lexicon v0.13.3
28702026-06-20T22:52:05.881Z Checking gimli v0.32.3
28712026-06-20T22:52:06.028Z Checking stringmetrics v2.2.2
28722026-06-20T22:52:06.211Z Checking httpmock v0.8.3
28732026-06-20T22:52:06.418Z Compiling darling_macro v0.13.4
28742026-06-20T22:52:06.919Z Checking pbkdf2 v0.11.0
28752026-06-20T22:52:07.121Z Checking ssh-key v0.6.7
28762026-06-20T22:52:07.465Z Checking addr2line v0.25.1
28772026-06-20T22:52:07.866Z Checking p256 v0.13.2
28782026-06-20T22:52:08.139Z Checking p521 v0.13.3
28792026-06-20T22:52:08.432Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-06-20T22:52:08.517Z Compiling samael v0.0.19
28812026-06-20T22:52:08.700Z Checking russh-cryptovec v0.7.3
28822026-06-20T22:52:08.760Z Checking md5 v0.7.0
28832026-06-20T22:52:08.865Z Checking rustc-demangle v0.1.27
28842026-06-20T22:52:08.960Z Compiling guppy-workspace-hack v0.1.0
28852026-06-20T22:52:09.120Z Checking backtrace v0.3.76
28862026-06-20T22:52:09.221Z Checking russh-keys v0.45.0
28872026-06-20T22:52:09.455Z Compiling darling v0.13.4
28882026-06-20T22:52:09.618Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28892026-06-20T22:52:09.826Z Checking num-bigint v0.4.6
28902026-06-20T22:52:09.860Z Checking des v0.8.1
28912026-06-20T22:52:10.040Z Compiling blake3 v1.8.3
28922026-06-20T22:52:10.043Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28932026-06-20T22:52:10.424Z Compiling target-spec v3.5.7
28942026-06-20T22:52:10.506Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28952026-06-20T22:52:10.802Z Checking russh v0.45.0
28962026-06-20T22:52:11.277Z Checking cfg-expr v0.20.6
28972026-06-20T22:52:11.351Z Compiling serde_with_macros v1.5.2
28982026-06-20T22:52:11.726Z Checking backtrace-ext v0.2.1
28992026-06-20T22:52:11.971Z Checking supports-color v2.1.0
29002026-06-20T22:52:12.139Z Checking textwrap v0.15.2
29012026-06-20T22:52:12.223Z Checking supports-hyperlinks v2.1.0
29022026-06-20T22:52:12.373Z Checking supports-unicode v2.1.0
29032026-06-20T22:52:12.405Z Checking hashbrown v0.14.5
29042026-06-20T22:52:12.520Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29052026-06-20T22:52:12.709Z Checking cargo-platform v0.3.2
29062026-06-20T22:52:12.749Z Checking terminal_size v0.1.17
29072026-06-20T22:52:12.888Z Compiling miette-derive v5.10.0
29082026-06-20T22:52:12.926Z Checking internet-checksum v0.2.1
29092026-06-20T22:52:13.077Z Checking owo-colors v3.5.0
29102026-06-20T22:52:13.590Z Checking chumsky v0.9.3
29112026-06-20T22:52:13.622Z Checking cargo_metadata v0.23.1
29122026-06-20T22:52:14.031Z Checking miette v5.10.0
29132026-06-20T22:52:14.291Z Compiling serde_with v1.14.0
29142026-06-20T22:52:14.422Z Compiling git2 v0.20.4
29152026-06-20T22:52:14.672Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29162026-06-20T22:52:14.854Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29172026-06-20T22:52:14.901Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29182026-06-20T22:52:15.239Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29192026-06-20T22:52:15.451Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29202026-06-20T22:52:15.484Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29212026-06-20T22:52:15.650Z Compiling knuffel-derive v3.2.0
29222026-06-20T22:52:15.683Z Checking httptest v0.16.4
29232026-06-20T22:52:15.717Z Checking pathdiff v0.2.3
29242026-06-20T22:52:15.852Z Checking topological-sort v0.2.2
29252026-06-20T22:52:16.022Z Checking nested v0.1.1
29262026-06-20T22:52:16.081Z Checking omicron-zone-package v0.12.2
29272026-06-20T22:52:16.192Z Checking guppy v0.17.25
29282026-06-20T22:52:16.338Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29292026-06-20T22:52:17.161Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29302026-06-20T22:52:17.192Z Checking knuffel v3.2.0
29312026-06-20T22:52:17.428Z Checking similar-asserts v1.7.0
29322026-06-20T22:52:17.618Z Compiling target-triple v1.0.0
29332026-06-20T22:52:17.663Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29342026-06-20T22:52:17.755Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29352026-06-20T22:52:17.825Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29362026-06-20T22:52:17.927Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29372026-06-20T22:52:18.009Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29382026-06-20T22:52:18.059Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29392026-06-20T22:52:18.289Z Checking hickory-client v0.25.2
29402026-06-20T22:52:18.596Z Checking tokio-test v0.4.5
29412026-06-20T22:52:18.635Z Checking escape8259 v0.5.3
29422026-06-20T22:52:18.799Z Compiling assert_cmd v2.1.2
29432026-06-20T22:52:18.832Z Checking libtest-mimic v0.8.1
29442026-06-20T22:52:19.295Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29452026-06-20T22:52:19.432Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29462026-06-20T22:52:19.609Z Checking blake2b_simd v1.0.4
29472026-06-20T22:52:20.052Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29482026-06-20T22:52:20.120Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29492026-06-20T22:52:20.476Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29502026-06-20T22:52:20.535Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29512026-06-20T22:52:20.709Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29522026-06-20T22:52:20.767Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29532026-06-20T22:52:21.005Z Checking fancy-regex v0.14.0
29542026-06-20T22:52:21.311Z Checking serde_tokenstream v0.2.3
29552026-06-20T22:52:21.399Z Checking approx v0.5.1
29562026-06-20T22:52:21.559Z Checking uzers v0.12.2
29572026-06-20T22:52:21.591Z Compiling rstest_macros v0.25.0
29582026-06-20T22:52:21.800Z Checking termcolor v1.4.1
29592026-06-20T22:52:21.906Z Checking constant_time_eq v0.3.1
29602026-06-20T22:52:22.036Z Compiling linkme-impl v0.3.35
29612026-06-20T22:52:22.039Z Checking rust-argon2 v2.1.0
29622026-06-20T22:52:22.350Z Checking trybuild v1.0.116
29632026-06-20T22:52:22.572Z Checking datatest-stable v0.3.3
29642026-06-20T22:52:23.101Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-06-20T22:52:23.166Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29662026-06-20T22:52:23.476Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29672026-06-20T22:52:23.485Z Checking support-bundle-viewer v0.1.2
29682026-06-20T22:52:23.746Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29692026-06-20T22:52:23.895Z Compiling polar-core v0.27.3
29702026-06-20T22:52:23.975Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29712026-06-20T22:52:24.142Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29722026-06-20T22:52:24.208Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29732026-06-20T22:52:24.370Z Checking drift v0.2.0
29742026-06-20T22:52:24.432Z Checking rand_distr v0.5.1
29752026-06-20T22:52:24.496Z Checking multimap v0.10.1
29762026-06-20T22:52:24.693Z Compiling linkme v0.3.35
29772026-06-20T22:52:24.742Z Compiling relative-path v1.9.3
29782026-06-20T22:52:24.860Z Checking dropshot-api-manager v0.7.2
29792026-06-20T22:52:25.977Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29802026-06-20T22:52:26.452Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29812026-06-20T22:52:26.711Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29822026-06-20T22:52:26.888Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29832026-06-20T22:52:27.075Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29842026-06-20T22:52:27.224Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29852026-06-20T22:52:27.336Z Checking cargo_toml v0.21.0
29862026-06-20T22:52:27.637Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29872026-06-20T22:52:27.912Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29882026-06-20T22:52:28.181Z Checking partial-io v0.5.4
29892026-06-20T22:52:28.307Z Checking termios v0.3.3
29902026-06-20T22:52:28.370Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29912026-06-20T22:52:28.464Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29922026-06-20T22:52:28.558Z Checking rstest v0.25.0
29932026-06-20T22:52:28.845Z Checking oso v0.27.3
29942026-06-20T22:52:30.394Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29952026-06-20T22:52:30.749Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29962026-06-20T22:52:33.428Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29972026-06-20T22:52:39.031Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29982026-06-20T22:52:40.995Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29992026-06-20T22:52:41.164Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30002026-06-20T22:52:43.217Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30012026-06-20T22:52:48.315Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30022026-06-20T22:52:52.071Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30032026-06-20T22:52:56.674Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30042026-06-20T22:52:58.769Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30052026-06-20T22:53:00.044Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30062026-06-20T22:53:03.577Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30072026-06-20T22:53:07.840Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30082026-06-20T22:54:21.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30092026-06-20T22:54:21.840Z
30102026-06-20T22:54:21.840Zreal 4:04.200315982
30112026-06-20T22:54:21.840Zuser 20:53.303235407
30122026-06-20T22:54:21.840Zsys 4:43.316955303
30132026-06-20T22:54:21.841Ztrap 0.505446431
30142026-06-20T22:54:21.844Ztflt 0.470479133
30152026-06-20T22:54:21.844Zdflt 0.376505027
30162026-06-20T22:54:21.844Zkflt 0.005165413
30172026-06-20T22:54:21.844Zlock 56:41.146863696
30182026-06-20T22:54:21.844Zslp 57:05.691202540
30192026-06-20T22:54:21.844Zlat 1:48.146967210
30202026-06-20T22:54:21.844Zstop 10:32.379095254
30212026-06-20T22:54:21.844Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30222026-06-20T22:54:21.844Z+ ptime -m cargo doc --workspace --no-deps
30232026-06-20T22:54:22.622Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30242026-06-20T22:54:22.622Z |
30252026-06-20T22:54:22.622Z = 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)`
30262026-06-20T22:54:22.622Z = 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>
30272026-06-20T22:54:23.614Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-20T22:54:23.836Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292026-06-20T22:54:23.879Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30302026-06-20T22:54:23.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-06-20T22:54:23.972Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30322026-06-20T22:54:24.030Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30332026-06-20T22:54:24.055Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30342026-06-20T22:54:24.190Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30352026-06-20T22:54:24.216Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362026-06-20T22:54:24.240Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-06-20T22:54:24.410Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30382026-06-20T22:54:24.434Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30392026-06-20T22:54:24.468Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30402026-06-20T22:54:24.489Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30412026-06-20T22:54:24.492Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30422026-06-20T22:54:24.532Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30432026-06-20T22:54:24.553Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30442026-06-20T22:54:24.587Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30452026-06-20T22:54:24.637Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30462026-06-20T22:54:24.661Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-06-20T22:54:24.705Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30482026-06-20T22:54:24.729Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30492026-06-20T22:54:24.986Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30502026-06-20T22:54:25.299Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30512026-06-20T22:54:25.329Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30522026-06-20T22:54:25.417Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30532026-06-20T22:54:25.445Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30542026-06-20T22:54:25.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30552026-06-20T22:54:25.634Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30562026-06-20T22:54:25.695Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30572026-06-20T22:54:25.799Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30582026-06-20T22:54:25.924Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30592026-06-20T22:54:25.946Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30602026-06-20T22:54:26.023Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30612026-06-20T22:54:26.093Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30622026-06-20T22:54:26.115Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30632026-06-20T22:54:26.170Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30642026-06-20T22:54:26.282Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30652026-06-20T22:54:26.346Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30662026-06-20T22:54:26.570Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-06-20T22:54:26.597Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30682026-06-20T22:54:26.898Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30692026-06-20T22:54:26.967Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30702026-06-20T22:54:27.078Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30712026-06-20T22:54:27.132Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30722026-06-20T22:54:27.243Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30732026-06-20T22:54:27.268Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30742026-06-20T22:54:27.390Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30752026-06-20T22:54:27.416Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762026-06-20T22:54:27.499Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30772026-06-20T22:54:27.536Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30782026-06-20T22:54:27.640Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30792026-06-20T22:54:27.669Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30802026-06-20T22:54:27.731Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30812026-06-20T22:54:27.784Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30822026-06-20T22:54:27.868Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30832026-06-20T22:54:27.872Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-06-20T22:54:27.936Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30852026-06-20T22:54:28.046Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-06-20T22:54:28.069Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30872026-06-20T22:54:28.092Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30882026-06-20T22:54:28.113Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30892026-06-20T22:54:28.135Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30902026-06-20T22:54:28.418Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30912026-06-20T22:54:28.502Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30922026-06-20T22:54:28.678Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30932026-06-20T22:54:28.819Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30942026-06-20T22:54:29.101Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30952026-06-20T22:54:29.250Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30962026-06-20T22:54:29.562Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30972026-06-20T22:54:29.617Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-20T22:54:29.620Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30992026-06-20T22:54:29.858Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31002026-06-20T22:54:29.893Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31012026-06-20T22:54:29.928Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31022026-06-20T22:54:30.122Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31032026-06-20T22:54:30.273Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31042026-06-20T22:54:30.360Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31052026-06-20T22:54:30.417Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31062026-06-20T22:54:30.766Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31072026-06-20T22:54:31.052Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31082026-06-20T22:54:31.228Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31092026-06-20T22:54:31.281Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31102026-06-20T22:54:31.307Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31112026-06-20T22:54:31.441Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31122026-06-20T22:54:31.550Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-06-20T22:54:31.667Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31142026-06-20T22:54:31.691Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31152026-06-20T22:54:31.713Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31162026-06-20T22:54:31.892Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31172026-06-20T22:54:31.914Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31182026-06-20T22:54:31.937Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31192026-06-20T22:54:32.000Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31202026-06-20T22:54:32.020Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31212026-06-20T22:54:32.076Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31222026-06-20T22:54:32.223Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31232026-06-20T22:54:32.269Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31242026-06-20T22:54:32.312Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31252026-06-20T22:54:32.332Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31262026-06-20T22:54:32.358Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31272026-06-20T22:54:32.401Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31282026-06-20T22:54:32.462Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31292026-06-20T22:54:32.529Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31302026-06-20T22:54:32.560Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31312026-06-20T22:54:32.608Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31322026-06-20T22:54:32.730Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31332026-06-20T22:54:32.883Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31342026-06-20T22:54:32.924Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31352026-06-20T22:54:32.927Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31362026-06-20T22:54:33.397Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31372026-06-20T22:54:33.531Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31382026-06-20T22:54:33.644Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31392026-06-20T22:54:34.297Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31402026-06-20T22:54:34.397Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31412026-06-20T22:54:34.508Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31422026-06-20T22:54:35.219Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-20T22:54:35.288Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-06-20T22:54:35.710Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31452026-06-20T22:54:36.484Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31462026-06-20T22:54:37.105Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-06-20T22:54:37.129Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482026-06-20T22:54:37.472Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31492026-06-20T22:54:37.783Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31502026-06-20T22:54:37.916Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31512026-06-20T22:54:38.009Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31522026-06-20T22:54:38.357Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-06-20T22:54:38.688Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31542026-06-20T22:54:38.734Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31552026-06-20T22:54:38.836Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31562026-06-20T22:54:38.994Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31572026-06-20T22:54:39.379Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31582026-06-20T22:54:39.541Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31592026-06-20T22:54:40.024Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31602026-06-20T22:54:40.047Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-20T22:54:40.412Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31622026-06-20T22:54:40.437Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31632026-06-20T22:54:40.440Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-06-20T22:54:40.763Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31652026-06-20T22:54:41.362Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31662026-06-20T22:54:41.545Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-06-20T22:54:42.097Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-06-20T22:54:42.504Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31692026-06-20T22:54:42.793Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-06-20T22:54:43.110Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31712026-06-20T22:54:43.707Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31722026-06-20T22:54:44.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31732026-06-20T22:54:44.266Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31742026-06-20T22:54:44.642Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-06-20T22:54:44.743Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-06-20T22:54:45.208Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-06-20T22:54:45.740Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-06-20T22:54:45.915Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31792026-06-20T22:54:46.535Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-06-20T22:54:47.092Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-06-20T22:54:47.431Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-06-20T22:54:47.764Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-06-20T22:54:51.602Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-20T22:54:51.811Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31852026-06-20T22:54:51.964Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31862026-06-20T22:54:52.345Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31872026-06-20T22:54:52.579Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-06-20T22:54:52.718Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31892026-06-20T22:54:53.049Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-06-20T22:54:54.790Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31912026-06-20T22:54:54.896Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31922026-06-20T22:54:55.240Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31932026-06-20T22:54:55.718Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-06-20T22:54:56.313Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31952026-06-20T22:54:56.663Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-06-20T22:54:56.688Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-06-20T22:54:56.779Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31982026-06-20T22:54:56.859Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31992026-06-20T22:54:56.957Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-06-20T22:54:57.351Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32012026-06-20T22:54:57.375Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-06-20T22:54:57.581Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-06-20T22:54:57.823Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32042026-06-20T22:54:58.069Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-06-20T22:54:58.283Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-06-20T22:54:58.323Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32072026-06-20T22:54:58.742Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32082026-06-20T22:54:58.987Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-06-20T22:54:59.465Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-06-20T22:55:00.156Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32112026-06-20T22:55:00.607Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-06-20T22:55:01.182Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32132026-06-20T22:55:01.594Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32142026-06-20T22:55:02.674Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32152026-06-20T22:55:03.275Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-06-20T22:55:05.392Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-06-20T22:55:05.869Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-06-20T22:55:07.373Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-06-20T22:55:07.960Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-06-20T22:55:08.619Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32212026-06-20T22:55:10.369Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-06-20T22:55:11.348Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32232026-06-20T22:55:12.350Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32242026-06-20T22:55:13.331Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32252026-06-20T22:55:14.588Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-06-20T22:55:15.799Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-06-20T22:55:16.180Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-06-20T22:55:16.740Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32292026-06-20T22:55:17.116Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-06-20T22:55:19.512Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32312026-06-20T22:55:22.677Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32322026-06-20T22:55:23.498Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32332026-06-20T22:55:24.408Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-06-20T22:55:25.243Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32352026-06-20T22:55:26.026Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362026-06-20T22:55:26.798Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32372026-06-20T22:55:27.615Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32382026-06-20T22:55:29.140Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32392026-06-20T22:55:29.184Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32402026-06-20T22:55:29.958Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32412026-06-20T22:55:30.517Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32422026-06-20T22:55:31.409Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32432026-06-20T22:55:32.173Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-06-20T22:55:34.446Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32452026-06-20T22:55:35.583Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32462026-06-20T22:55:36.776Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-06-20T22:55:38.023Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32482026-06-20T22:55:39.023Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32492026-06-20T22:55:39.951Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32502026-06-20T22:55:40.947Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32512026-06-20T22:55:43.683Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32522026-06-20T22:55:43.979Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32532026-06-20T22:55:44.923Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32542026-06-20T22:55:46.265Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32552026-06-20T22:55:47.494Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32562026-06-20T22:55:49.047Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32572026-06-20T22:55:51.329Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32582026-06-20T22:55:52.011Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32592026-06-20T22:55:53.807Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32602026-06-20T22:55:55.219Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32612026-06-20T22:55:56.709Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-06-20T22:55:58.300Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32632026-06-20T22:56:00.072Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-06-20T22:56:01.772Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32652026-06-20T22:56:03.357Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32662026-06-20T22:56:07.341Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32672026-06-20T22:56:08.175Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-06-20T22:56:09.177Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32692026-06-20T22:56:09.894Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-06-20T22:56:11.797Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-06-20T22:56:13.342Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32722026-06-20T22:56:15.354Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32732026-06-20T22:56:17.321Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-06-20T22:56:19.087Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-06-20T22:56:20.784Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-06-20T22:56:22.864Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-06-20T22:56:24.352Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32782026-06-20T22:56:26.139Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32792026-06-20T22:56:27.913Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32802026-06-20T22:56:29.618Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-06-20T22:56:32.887Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32822026-06-20T22:56:34.995Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32832026-06-20T22:56:36.758Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32842026-06-20T22:56:38.471Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32852026-06-20T22:56:40.231Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32862026-06-20T22:56:44.355Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32872026-06-20T22:56:46.302Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32882026-06-20T22:56:48.143Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32892026-06-20T22:56:50.007Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32902026-06-20T22:56:52.851Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-06-20T22:56:54.323Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32922026-06-20T22:56:54.530Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32932026-06-20T22:56:58.854Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-06-20T22:57:01.130Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32952026-06-20T22:57:03.610Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32962026-06-20T22:57:05.943Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32972026-06-20T22:57:08.014Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32982026-06-20T22:57:10.313Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32992026-06-20T22:57:12.517Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33002026-06-20T22:57:15.178Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33012026-06-20T22:57:16.915Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33022026-06-20T22:57:19.438Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33032026-06-20T22:57:21.392Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-06-20T22:57:23.617Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33052026-06-20T22:57:25.945Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33062026-06-20T22:57:28.146Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33072026-06-20T22:57:30.443Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082026-06-20T22:57:32.681Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33092026-06-20T22:57:35.044Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-06-20T22:57:37.256Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-06-20T22:57:39.641Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33122026-06-20T22:57:41.959Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33132026-06-20T22:57:44.339Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33142026-06-20T22:57:46.739Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-06-20T22:57:49.074Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-06-20T22:57:51.402Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33172026-06-20T22:57:53.824Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33182026-06-20T22:57:56.144Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-06-20T22:57:58.542Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33202026-06-20T22:58:01.138Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33212026-06-20T22:58:03.401Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33222026-06-20T22:58:05.780Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33232026-06-20T22:58:08.216Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33242026-06-20T22:58:10.543Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33252026-06-20T22:58:13.427Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33262026-06-20T22:58:15.682Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33272026-06-20T22:58:18.079Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33282026-06-20T22:58:20.604Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33292026-06-20T22:58:23.052Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33302026-06-20T22:58:25.507Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33312026-06-20T22:58:28.035Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-06-20T22:58:30.629Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33332026-06-20T22:58:33.060Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33342026-06-20T22:58:35.384Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33352026-06-20T22:58:37.972Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33362026-06-20T22:58:40.596Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-06-20T22:58:43.103Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-06-20T22:58:45.702Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-06-20T22:58:48.373Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33402026-06-20T22:58:50.974Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33412026-06-20T22:58:53.550Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33422026-06-20T22:58:55.970Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-06-20T22:58:58.588Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-06-20T22:59:01.249Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33452026-06-20T22:59:03.938Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33462026-06-20T22:59:06.875Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33472026-06-20T22:59:09.357Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33482026-06-20T22:59:16.995Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33492026-06-20T22:59:17.198Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-06-20T22:59:20.576Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33512026-06-20T22:59:24.016Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33522026-06-20T22:59:28.731Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33532026-06-20T22:59:31.680Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33542026-06-20T22:59:35.505Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33552026-06-20T22:59:39.127Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33562026-06-20T22:59:42.704Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33572026-06-20T22:59:46.343Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33582026-06-20T22:59:50.045Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33592026-06-20T22:59:53.845Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33602026-06-20T22:59:57.768Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33612026-06-20T23:00:01.518Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33622026-06-20T23:00:05.208Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33632026-06-20T23:00:08.914Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-06-20T23:00:12.776Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33652026-06-20T23:00:16.418Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33662026-06-20T23:00:20.145Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33672026-06-20T23:00:23.913Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33682026-06-20T23:00:27.665Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33692026-06-20T23:00:31.420Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33702026-06-20T23:00:35.140Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33712026-06-20T23:00:38.974Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33722026-06-20T23:00:42.691Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33732026-06-20T23:01:12.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s
33742026-06-20T23:01:12.844Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 199 other files
33752026-06-20T23:01:12.939Z
33762026-06-20T23:01:12.939Zreal 6:51.017658131
33772026-06-20T23:01:12.939Zuser 17:56.345114678
33782026-06-20T23:01:12.939Zsys 3:46.966749708
33792026-06-20T23:01:12.939Ztrap 0.261943334
33802026-06-20T23:01:12.943Ztflt 0.033639910
33812026-06-20T23:01:12.943Zdflt 0.055624082
33822026-06-20T23:01:12.943Zkflt 0.000029380
33832026-06-20T23:01:12.943Zlock 6:24:08.277566030
33842026-06-20T23:01:12.943Zslp 2:18:36.867620978
33852026-06-20T23:01:12.943Zlat 32.820738264
33862026-06-20T23:01:12.943Zstop 1:38.373952352
33872026-06-20T23:01:12.943Zprocess exited: duration 780198 ms, exit code 0
 
33882026-06-20T23:01:12.949Zfound 0 output files