01KVGX8QHSFNYFRENJB9M1NQV4: clippy (helios)

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

Buildomat Job: 01KVGX93CPGAK1BJBHNDQGN9MN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T21:41:51.844Zjob assigned to worker 01KVGX98VYYCATN7X61RD301DQ [factory aws, i-0a8e9bb36d359c5b0] (queued for 47 s)
 
22026-06-19T21:41:58.516Zstarting task 0: "setup"
32026-06-19T21:41:58.520Z++ uname -s
42026-06-19T21:41:58.523Z+ kern=SunOS
52026-06-19T21:41:58.523Z+ build_user=build
62026-06-19T21:41:58.523Z+ build_uid=12345
72026-06-19T21:41:58.523Z+ work_dir=/work
82026-06-19T21:41:58.523Z+ input_dir=/input
92026-06-19T21:41:58.523Z+ [[ 0 == 12345 ]]
102026-06-19T21:41:58.523Z+ case "$kern" in
112026-06-19T21:41:58.523Z+ groupadd -g 12345 build
122026-06-19T21:41:58.526Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T21:42:00.530Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T21:42:00.623Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T21:42:00.626Z+ home_fs=zfs
162026-06-19T21:42:00.626Z+ [[ zfs == autofs ]]
172026-06-19T21:42:00.626Z+ mkdir -p /home/build
182026-06-19T21:42:00.626Z+ chown build:build /home/build /work
192026-06-19T21:42:01.650Z+ chmod 0700 /home/build /work
202026-06-19T21:42:01.659Zprocess exited: duration 3113 ms, exit code 0
 
212026-06-19T21:42:01.671Zstarting task 1: "rust-toolchain"
222026-06-19T21:42:01.674Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-19T21:42:01.674Z * rust toolchain channel = "1.94.0"
242026-06-19T21:42:01.674Z * rust toolchain profile = "default"
252026-06-19T21:42:01.674Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T21:42:01.674Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T21:42:01.674Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T21:42:01.677Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T21:42:01.677Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-19T21:42:01.779Zinfo: downloading installer
312026-06-19T21:42:03.147Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T21:42:03.147Zwarn: /home/build/.rustup/settings.toml
332026-06-19T21:42:03.147Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T21:42:03.147Zwarn: instead of the one inferred from the default host triple.
352026-06-19T21:42:03.159Zinfo: profile set to default
362026-06-19T21:42:03.160Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T21:42:03.162Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-19T21:42:03.298Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-19T21:42:03.300Zinfo: downloading 6 components
402026-06-19T21:42:19.481Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-19T21:42:19.481Z
422026-06-19T21:42:19.506Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-19T21:42:19.506Z
442026-06-19T21:42:19.506Z
452026-06-19T21:42:19.506ZRust is installed now. Great!
462026-06-19T21:42:19.506Z
472026-06-19T21:42:19.506ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T21:42:19.506Zenvironment variable. This has not been done automatically.
492026-06-19T21:42:19.506Z
502026-06-19T21:42:19.506ZTo configure your current shell, you need to source
512026-06-19T21:42:19.506Zthe corresponding env file under $HOME/.cargo.
522026-06-19T21:42:19.506Z
532026-06-19T21:42:19.506ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T21:42:19.509Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T21:42:19.509Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T21:42:19.509Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T21:42:19.509Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T21:42:19.509Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T21:42:19.509Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T21:42:19.509Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T21:42:19.509Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T21:42:19.601Z+ rustup --version
632026-06-19T21:42:19.610Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T21:42:19.612Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T21:42:19.632Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-19T21:42:19.635Z+ cargo --version
672026-06-19T21:42:19.648Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-19T21:42:19.661Z+ rustc --version
692026-06-19T21:42:19.670Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-19T21:42:19.672Zprocess exited: duration 18002 ms, exit code 0
 
712026-06-19T21:42:19.677Zstarting task 2: "authentication"
722026-06-19T21:42:19.694Zprocess exited: duration 16 ms, exit code 0
 
732026-06-19T21:42:19.699Zstarting task 3: "clone repository"
742026-06-19T21:42:19.703Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-19T21:42:19.705Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-19T21:42:19.740ZCloning into '/work/oxidecomputer/omicron'...
772026-06-19T21:42:29.594Z+ cd /work/oxidecomputer/omicron
782026-06-19T21:42:29.594Z+ git fetch origin 598a545e6e31114f5140095270acab5aee82f994
792026-06-19T21:42:29.882ZFrom https://github.com/oxidecomputer/omicron
802026-06-19T21:42:29.883Z * branch 598a545e6e31114f5140095270acab5aee82f994 -> FETCH_HEAD
812026-06-19T21:42:29.892Z+ [[ -n sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings ]]
822026-06-19T21:42:29.895Z++ git branch --show-current
832026-06-19T21:42:29.895Z+ current=main
842026-06-19T21:42:29.895Z+ [[ main != sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings ]]
852026-06-19T21:42:29.895Z+ git branch -f sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings 598a545e6e31114f5140095270acab5aee82f994
862026-06-19T21:42:29.898Z+ git checkout -f sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings
872026-06-19T21:42:30.140ZSwitched to branch 'sunshowers/spr/1n-sync-switch-build-bootstore-bgp-peers-from-already-loaded-port-settings'
882026-06-19T21:42:30.142Z+ git reset --hard 598a545e6e31114f5140095270acab5aee82f994
892026-06-19T21:42:30.156ZHEAD is now at 598a545e6 move note block
902026-06-19T21:42:30.159Zprocess exited: duration 10458 ms, exit code 0
 
912026-06-19T21:42:30.164Zstarting task 4: "build"
922026-06-19T21:42:30.168Z+ source ./env.sh
932026-06-19T21:42:30.170Z++ OLD_SHELL_OPTS=ehxB
942026-06-19T21:42:30.170Z++ set -o xtrace
952026-06-19T21:42:30.170Z++++ dirname ./env.sh
962026-06-19T21:42:30.173Z+++ readlink -f .
972026-06-19T21:42:30.175Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ 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-19T21:42:30.175Z++ case $OLD_SHELL_OPTS in
1092026-06-19T21:42:30.175Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-19T21:42:30.175Z+ source .github/buildomat/ci-env.sh
1112026-06-19T21:42:30.176Z++ export CARGO_TERM_COLOR=always
1122026-06-19T21:42:30.176Z++ CARGO_TERM_COLOR=always
1132026-06-19T21:42:30.176Z+ cargo --version
1142026-06-19T21:42:30.184Zcargo 1.94.0 (85eff7c80 2026-01-15)
1152026-06-19T21:42:30.186Z+ rustc --version
1162026-06-19T21:42:30.207Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1172026-06-19T21:42:30.209Z+ banner prerequisites
1182026-06-19T21:42:30.212Z
1192026-06-19T21:42:30.212Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-19T21:42:30.212Z # # # # # # # # # # # # # # #
1212026-06-19T21:42:30.212Z # # # # ##### # # ##### # # # # # #### #
1222026-06-19T21:42:30.212Z ##### ##### # ##### # # # # # # # # #
1232026-06-19T21:42:30.212Z # # # # # # # # # # # # # # #
1242026-06-19T21:42:30.212Z # # # ###### # # ###### ### # #### # #### #
1252026-06-19T21:42:30.212Z
1262026-06-19T21:42:30.212Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-19T21:42:32.263Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-19T21:42:32.354Z Startup: Caching catalogs ... Done
1292026-06-19T21:42:32.718ZPlanning: Solver setup ... Done (0.323s)
1302026-06-19T21:42:32.740ZPlanning: Running solver ... Done (0.023s)
1312026-06-19T21:42:32.750ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-19T21:42:32.761ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-19T21:42:32.781ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-19T21:42:32.798ZPlanning: Package planning ... Done (0.014s)
1352026-06-19T21:42:32.803ZPlanning: Merging actions ... Done (0.002s)
1362026-06-19T21:42:32.990ZPlanning: Checking for conflicting actions ... Done (0.193s)
1372026-06-19T21:42:32.993ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-19T21:42:33.787ZPlanning: Evaluating mediators ... Done (0.796s)
1392026-06-19T21:42:33.790ZPlanning: Planning completed in 1.41 seconds
1402026-06-19T21:42:33.796Z Packages to install: 2
1412026-06-19T21:42:33.799Z Estimated space available: 156.07 GB
1422026-06-19T21:42:33.799ZEstimated space to be consumed: 26.78 MB
1432026-06-19T21:42:33.799Z Create boot environment: No
1442026-06-19T21:42:33.799ZCreate backup boot environment: No
1452026-06-19T21:42:33.799Z Rebuild boot archive: No
1462026-06-19T21:42:33.799Z
1472026-06-19T21:42:33.799ZChanged packages:
1482026-06-19T21:42:33.799Zhelios
1492026-06-19T21:42:33.799Z developer/build-essential
1502026-06-19T21:42:33.799Z None -> 11-3.0
1512026-06-19T21:42:33.799Z library/libxmlsec1
1522026-06-19T21:42:33.799Z None -> 1.2.35-3.0
1532026-06-19T21:42:33.820Z
1542026-06-19T21:42:33.820ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-19T21:42:34.410ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1562026-06-19T21:42:34.474Z Actions: 1/268 actions (Installing new actions)
1572026-06-19T21:42:34.513Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-19T21:42:34.522ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-19T21:42:34.525ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-19T21:42:34.545ZFinalize: Updating image state ... Done (0.024s)
1612026-06-19T21:42:36.920ZFinalize: Creating fast lookup database ... Done (2.351s)
1622026-06-19T21:42:36.990ZFinalize: Reading search index ... Done (0.014s)
1632026-06-19T21:42:36.993ZFinalize: Updating search index ... Done (0.000s)
1642026-06-19T21:42:37.063ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-19T21:42:37.384ZPlanning: Evaluating mediator changes ... Done
1662026-06-19T21:42:37.490ZPlanning: Checking for conflicting actions ... Done
1672026-06-19T21:42:37.493ZPlanning: Consolidating action changes ... Done
1682026-06-19T21:42:37.654ZPlanning: Evaluating mediators ... Done
1692026-06-19T21:42:37.657ZPlanning: Planning completed in 0.27 seconds
1702026-06-19T21:42:37.676Z Mediators to change: 2
1712026-06-19T21:42:37.676Z Create boot environment: No
1722026-06-19T21:42:37.679ZCreate backup boot environment: No
1732026-06-19T21:42:37.734ZFinalize: Updating package state database ... Done
1742026-06-19T21:42:37.734ZFinalize: Updating package cache ... Done
1752026-06-19T21:42:37.747ZFinalize: Updating image state ... Done
1762026-06-19T21:42:39.712ZFinalize: Creating fast lookup database ... Done
1772026-06-19T21:42:39.777ZFinalize: Reading search index ... Done
1782026-06-19T21:42:39.779ZFinalize: Updating search index ... Done
1792026-06-19T21:42:39.911ZFinalize: Updating package cache ... Done
1802026-06-19T21:42:40.205ZPlanning: Evaluating mediator changes ... Done
1812026-06-19T21:42:40.313ZPlanning: Checking for conflicting actions ... Done
1822026-06-19T21:42:40.317ZPlanning: Consolidating action changes ... Done
1832026-06-19T21:42:40.474ZPlanning: Evaluating mediators ... Done
1842026-06-19T21:42:40.477ZPlanning: Planning completed in 0.27 seconds
1852026-06-19T21:42:40.497Z Mediators to change: 1
1862026-06-19T21:42:40.497Z Create boot environment: No
1872026-06-19T21:42:40.497ZCreate backup boot environment: No
1882026-06-19T21:42:40.548ZFinalize: Updating package state database ... Done
1892026-06-19T21:42:40.548ZFinalize: Updating package cache ... Done
1902026-06-19T21:42:40.562ZFinalize: Updating image state ... Done
1912026-06-19T21:42:42.550ZFinalize: Creating fast lookup database ... Done
1922026-06-19T21:42:42.620ZFinalize: Reading search index ... Done
1932026-06-19T21:42:42.622ZFinalize: Updating search index ... Done
1942026-06-19T21:42:42.763ZFinalize: Updating package cache ... Done
1952026-06-19T21:42:43.080ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-19T21:42:43.080Zapache system 2.4 system
1972026-06-19T21:42:43.080Zclang system 15 system
1982026-06-19T21:42:43.080Zcsh system system illumos
1992026-06-19T21:42:43.080Zctags system system illumos
2002026-06-19T21:42:43.080Zfile vendor vendor darwinsys
2012026-06-19T21:42:43.080Zfile system system illumos
2022026-06-19T21:42:43.080Zgcc vendor 14 vendor
2032026-06-19T21:42:43.080Zgcc system 13 system
2042026-06-19T21:42:43.080Zgcc system 10 system
2052026-06-19T21:42:43.080Zgo system 1.25 system
2062026-06-19T21:42:43.080Zllvm system 15 system
2072026-06-19T21:42:43.081Zmariadb system 11.4 system
2082026-06-19T21:42:43.081Zmta vendor vendor dma
2092026-06-19T21:42:43.081Zopenjdk system 17 system
2102026-06-19T21:42:43.081Zopenjdk system 11 system
2112026-06-19T21:42:43.081Zopenssl vendor 3 vendor
2122026-06-19T21:42:43.081Zperl system 5.40 system
2132026-06-19T21:42:43.081Zpostgresql system 18 system
2142026-06-19T21:42:43.081Zpostgresql system 17 system
2152026-06-19T21:42:43.081Zpython vendor 3 vendor
2162026-06-19T21:42:43.081Zpython system 2 system
2172026-06-19T21:42:43.081Zpython3 vendor 3.13 vendor
2182026-06-19T21:42:43.081Zruby system 3.4 system
2192026-06-19T21:42:43.081Zruby system 3.0 system
2202026-06-19T21:42:43.081Zwords vendor vendor american-english
2212026-06-19T21:42:43.081Zwords system system australian-english
2222026-06-19T21:42:43.081Zwords system system british-english
2232026-06-19T21:42:43.081Zwords system system canadian-english
2242026-06-19T21:42:43.081Zwords system system french
2252026-06-19T21:42:43.081Zwords system system italian
2262026-06-19T21:42:43.081Zwords system system ngerman
2272026-06-19T21:42:43.081Zwords system system ogerman
2282026-06-19T21:42:43.081Zwords system system spanish
2292026-06-19T21:42:43.340ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-19T21:42:43.340Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-19T21:42:43.636ZFMRI IFO
2322026-06-19T21:42:43.636Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-19T21:42:43.636Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-19T21:42:43.636Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-19T21:42:43.636Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-19T21:42:43.636Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-19T21:42:43.636Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-19T21:42:43.636Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-19T21:42:43.636Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-19T21:42:43.637Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-19T21:42:43.887Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-19T21:42:44.152Z Updating crates.io index
2432026-06-19T21:42:44.184Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-19T21:42:44.943Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-19T21:42:45.255Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-19T21:42:45.678Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-19T21:42:46.832Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-19T21:42:47.387Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-19T21:42:48.893Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-19T21:42:49.754Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-19T21:42:50.019Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-19T21:42:51.155Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-19T21:42:51.488Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-19T21:42:51.783Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-19T21:42:52.121Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-19T21:42:52.534Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-19T21:42:52.994Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-19T21:42:53.220Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-19T21:42:53.614Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-19T21:42:53.959Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-19T21:42:54.380Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-19T21:42:54.588Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-19T21:42:54.782Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-19T21:42:55.029Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-19T21:42:55.387Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-19T21:42:55.682Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-19T21:42:56.089Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-19T21:42:56.627Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-19T21:42:56.859Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-19T21:42:57.379Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-19T21:42:58.271Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-19T21:42:58.932Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-19T21:42:59.315Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-19T21:42:59.694Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-19T21:42:59.910Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-19T21:43:00.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-19T21:43:00.574Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-19T21:43:00.860Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-19T21:43:01.344Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-19T21:43:01.762Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-19T21:43:02.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-19T21:43:02.293Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-19T21:43:03.797Z Downloading crates ...
2842026-06-19T21:43:03.856Z Downloaded byteorder v1.5.0
2852026-06-19T21:43:03.861Z Downloaded clap v4.6.1
2862026-06-19T21:43:03.864Z Downloaded typeid v1.0.3
2872026-06-19T21:43:03.868Z Downloaded serde-untagged v0.1.9
2882026-06-19T21:43:03.868Z Downloaded anstream v1.0.0
2892026-06-19T21:43:03.869Z Downloaded stable_deref_trait v1.2.1
2902026-06-19T21:43:03.869Z Downloaded dof v0.3.0
2912026-06-19T21:43:03.876Z Downloaded itoa v1.0.17
2922026-06-19T21:43:03.876Z Downloaded scroll_derive v0.12.1
2932026-06-19T21:43:03.881Z Downloaded writeable v0.6.2
2942026-06-19T21:43:03.881Z Downloaded url v2.5.8
2952026-06-19T21:43:03.884Z Downloaded toml_write v0.1.2
2962026-06-19T21:43:03.884Z Downloaded digest v0.10.7
2972026-06-19T21:43:03.888Z Downloaded cfg-if v1.0.4
2982026-06-19T21:43:03.888Z Downloaded ucd-trie v0.1.7
2992026-06-19T21:43:03.891Z Downloaded macaddr v1.0.1
3002026-06-19T21:43:03.894Z Downloaded unicode-ident v1.0.24
3012026-06-19T21:43:03.898Z Downloaded ordered-float v2.10.1
3022026-06-19T21:43:03.901Z Downloaded zerocopy-derive v0.7.35
3032026-06-19T21:43:03.903Z Downloaded unicode-xid v0.2.6
3042026-06-19T21:43:03.906Z Downloaded utf8parse v0.2.2
3052026-06-19T21:43:03.906Z Downloaded rustix v1.1.3
3062026-06-19T21:43:03.918Z Downloaded zerovec v0.11.5
3072026-06-19T21:43:03.921Z Downloaded usdt-impl v0.5.0
3082026-06-19T21:43:03.924Z Downloaded toml_datetime v0.6.11
3092026-06-19T21:43:03.924Z Downloaded thiserror v2.0.18
3102026-06-19T21:43:03.926Z Downloaded pretty-hex v0.4.1
3112026-06-19T21:43:03.926Z Downloaded tinystr v0.8.2
3122026-06-19T21:43:03.929Z Downloaded usdt-macro v0.5.0
3132026-06-19T21:43:03.929Z Downloaded thiserror-impl v1.0.69
3142026-06-19T21:43:03.929Z Downloaded thiserror-impl v2.0.18
3152026-06-19T21:43:03.931Z Downloaded usdt-attr-macro v0.5.0
3162026-06-19T21:43:03.931Z Downloaded unicode-linebreak v0.1.5
3172026-06-19T21:43:03.931Z Downloaded percent-encoding v2.3.2
3182026-06-19T21:43:03.931Z Downloaded plain v0.2.3
3192026-06-19T21:43:03.932Z Downloaded zerofrom-derive v0.1.6
3202026-06-19T21:43:03.934Z Downloaded zerofrom v0.1.6
3212026-06-19T21:43:03.934Z Downloaded dtrace-parser v0.2.0
3222026-06-19T21:43:03.934Z Downloaded version_check v0.9.5
3232026-06-19T21:43:03.934Z Downloaded utf8_iter v1.0.4
3242026-06-19T21:43:03.937Z Downloaded usdt v0.5.0
3252026-06-19T21:43:03.937Z Downloaded thread-id v4.2.2
3262026-06-19T21:43:03.937Z Downloaded is_terminal_polyfill v1.70.2
3272026-06-19T21:43:03.937Z Downloaded heck v0.4.1
3282026-06-19T21:43:03.940Z Downloaded fastrand v2.3.0
3292026-06-19T21:43:03.942Z Downloaded zerovec-derive v0.11.2
3302026-06-19T21:43:03.942Z Downloaded yoke-derive v0.8.1
3312026-06-19T21:43:03.942Z Downloaded strsim v0.11.1
3322026-06-19T21:43:03.945Z Downloaded zmij v1.0.21
3332026-06-19T21:43:03.945Z Downloaded typenum v1.19.0
3342026-06-19T21:43:03.948Z Downloaded colorchoice v1.0.4
3352026-06-19T21:43:03.948Z Downloaded smawk v0.3.2
3362026-06-19T21:43:03.948Z Downloaded crypto-common v0.1.7
3372026-06-19T21:43:03.950Z Downloaded bytecount v0.6.9
3382026-06-19T21:43:03.950Z Downloaded anstyle v1.0.14
3392026-06-19T21:43:03.950Z Downloaded thiserror v1.0.69
3402026-06-19T21:43:03.954Z Downloaded block-buffer v0.10.4
3412026-06-19T21:43:03.957Z Downloaded generic-array v0.14.7
3422026-06-19T21:43:03.957Z Downloaded memmap v0.7.0
3432026-06-19T21:43:03.957Z Downloaded fnv v1.0.7
3442026-06-19T21:43:03.960Z Downloaded yoke v0.8.1
3452026-06-19T21:43:03.960Z Downloaded textwrap v0.16.2
3462026-06-19T21:43:03.960Z Downloaded potential_utf v0.1.4
3472026-06-19T21:43:03.962Z Downloaded form_urlencoded v1.2.2
3482026-06-19T21:43:03.963Z Downloaded toml v0.8.23
3492026-06-19T21:43:03.963Z Downloaded tabled_derive v0.7.0
3502026-06-19T21:43:03.965Z Downloaded heck v0.5.0
3512026-06-19T21:43:03.965Z Downloaded zerotrie v0.2.3
3522026-06-19T21:43:03.968Z Downloaded toml_edit v0.22.27
3532026-06-19T21:43:03.968Z Downloaded swrite v0.1.0
3542026-06-19T21:43:03.970Z Downloaded errno v0.3.14
3552026-06-19T21:43:03.970Z Downloaded serde-value v0.7.0
3562026-06-19T21:43:03.970Z Downloaded terminal_size v0.4.3
3572026-06-19T21:43:03.970Z Downloaded anstyle-query v1.1.5
3582026-06-19T21:43:03.973Z Downloaded equivalent v1.0.2
3592026-06-19T21:43:03.973Z Downloaded cargo-platform v0.2.0
3602026-06-19T21:43:03.975Z Downloaded clap_lex v1.0.0
3612026-06-19T21:43:03.978Z Downloaded idna_adapter v1.2.1
3622026-06-19T21:43:03.978Z Downloaded zerocopy v0.7.35
3632026-06-19T21:43:03.988Z Downloaded winnow v0.7.14
3642026-06-19T21:43:03.993Z Downloaded unicode-width v0.1.14
3652026-06-19T21:43:03.996Z Downloaded serde_spanned v0.6.9
3662026-06-19T21:43:03.998Z Downloaded unicode-width v0.2.0
3672026-06-19T21:43:04.001Z Downloaded cpufeatures v0.2.17
3682026-06-19T21:43:04.006Z Downloaded anstyle-parse v1.0.0
3692026-06-19T21:43:04.014Z Downloaded once_cell v1.21.3
3702026-06-19T21:43:04.019Z Downloaded serde v1.0.228
3712026-06-19T21:43:04.021Z Downloaded proc-macro-error-attr v1.0.4
3722026-06-19T21:43:04.021Z Downloaded litemap v0.8.1
3732026-06-19T21:43:04.030Z Downloaded proc-macro-error v1.0.4
3742026-06-19T21:43:04.038Z Downloaded synstructure v0.13.2
3752026-06-19T21:43:04.041Z Downloaded displaydoc v0.2.5
3762026-06-19T21:43:04.043Z Downloaded erased-serde v0.4.9
3772026-06-19T21:43:04.043Z Downloaded quote v1.0.45
3782026-06-19T21:43:04.046Z Downloaded autocfg v1.5.0
3792026-06-19T21:43:04.046Z Downloaded camino-tempfile v1.4.1
3802026-06-19T21:43:04.048Z Downloaded pest_generator v2.8.6
3812026-06-19T21:43:04.051Z Downloaded scroll v0.12.0
3822026-06-19T21:43:04.055Z Downloaded smallvec v1.15.1
3832026-06-19T21:43:04.060Z Downloaded sha2 v0.10.9
3842026-06-19T21:43:04.064Z Downloaded pest_derive v2.8.6
3852026-06-19T21:43:04.067Z Downloaded cargo-util-schemas v0.8.2
3862026-06-19T21:43:04.075Z Downloaded bitflags v2.11.0
3872026-06-19T21:43:04.081Z Downloaded camino v1.2.2
3882026-06-19T21:43:04.081Z Downloaded serde_tokenstream v0.2.3
3892026-06-19T21:43:04.086Z Downloaded semver v1.0.28
3902026-06-19T21:43:04.090Z Downloaded tempfile v3.25.0
3912026-06-19T21:43:04.090Z Downloaded papergrid v0.11.0
3922026-06-19T21:43:04.093Z Downloaded icu_provider v2.1.1
3932026-06-19T21:43:04.093Z Downloaded clap_derive v4.6.1
3942026-06-19T21:43:04.095Z Downloaded cargo_metadata v0.21.0
3952026-06-19T21:43:04.095Z Downloaded cargo_toml v0.21.0
3962026-06-19T21:43:04.098Z Downloaded proc-macro2 v1.0.106
3972026-06-19T21:43:04.100Z Downloaded icu_properties v2.1.2
3982026-06-19T21:43:04.107Z Downloaded anyhow v1.0.102
3992026-06-19T21:43:04.115Z Downloaded serde_derive v1.0.228
4002026-06-19T21:43:04.118Z Downloaded pest_meta v2.8.6
4012026-06-19T21:43:04.121Z Downloaded serde_core v1.0.228
4022026-06-19T21:43:04.121Z Downloaded num-traits v0.2.19
4032026-06-19T21:43:04.123Z Downloaded icu_normalizer_data v2.1.1
4042026-06-19T21:43:04.123Z Downloaded getrandom v0.4.1
4052026-06-19T21:43:04.126Z Downloaded fs-err v3.3.0
4062026-06-19T21:43:04.126Z Downloaded log v0.4.29
4072026-06-19T21:43:04.128Z Downloaded icu_normalizer v2.1.1
4082026-06-19T21:43:04.131Z Downloaded memchr v2.8.0
4092026-06-19T21:43:04.136Z Downloaded icu_collections v2.1.1
4102026-06-19T21:43:04.140Z Downloaded icu_locale_core v2.1.1
4112026-06-19T21:43:04.145Z Downloaded idna v1.1.0
4122026-06-19T21:43:04.165Z Downloaded indexmap v2.14.0
4132026-06-19T21:43:04.169Z Downloaded serde_json v1.0.149
4142026-06-19T21:43:04.175Z Downloaded pest v2.8.6
4152026-06-19T21:43:04.180Z Downloaded hashbrown v0.17.0
4162026-06-19T21:43:04.187Z Downloaded goblin v0.8.2
4172026-06-19T21:43:04.194Z Downloaded icu_properties_data v2.1.2
4182026-06-19T21:43:04.199Z Downloaded clap_builder v4.6.0
4192026-06-19T21:43:04.205Z Downloaded tabled v0.15.0
4202026-06-19T21:43:04.214Z Downloaded syn v1.0.109
4212026-06-19T21:43:04.221Z Downloaded syn v2.0.117
4222026-06-19T21:43:04.250Z Downloaded libc v0.2.185
4232026-06-19T21:43:04.317Z Compiling proc-macro2 v1.0.106
4242026-06-19T21:43:04.317Z Compiling quote v1.0.45
4252026-06-19T21:43:04.317Z Compiling unicode-ident v1.0.24
4262026-06-19T21:43:04.320Z Compiling serde_core v1.0.228
4272026-06-19T21:43:04.320Z Compiling libc v0.2.185
4282026-06-19T21:43:04.320Z Compiling version_check v0.9.5
4292026-06-19T21:43:04.320Z Compiling memchr v2.8.0
4302026-06-19T21:43:04.320Z Compiling stable_deref_trait v1.2.1
4312026-06-19T21:43:04.622Z Compiling serde v1.0.228
4322026-06-19T21:43:04.639Z Compiling zmij v1.0.21
4332026-06-19T21:43:04.852Z Compiling ucd-trie v0.1.7
4342026-06-19T21:43:04.866Z Compiling autocfg v1.5.0
4352026-06-19T21:43:05.114Z Compiling thiserror v1.0.69
4362026-06-19T21:43:05.179Z Compiling itoa v1.0.17
4372026-06-19T21:43:05.212Z Compiling pest v2.8.6
4382026-06-19T21:43:05.286Z Compiling litemap v0.8.1
4392026-06-19T21:43:05.301Z Compiling writeable v0.6.2
4402026-06-19T21:43:05.359Z Compiling icu_normalizer_data v2.1.1
4412026-06-19T21:43:05.475Z Compiling byteorder v1.5.0
4422026-06-19T21:43:05.497Z Compiling rustix v1.1.3
4432026-06-19T21:43:05.711Z Compiling icu_properties_data v2.1.2
4442026-06-19T21:43:05.807Z Compiling syn v2.0.117
4452026-06-19T21:43:05.841Z Compiling errno v0.3.14
4462026-06-19T21:43:05.916Z Compiling bitflags v2.11.0
4472026-06-19T21:43:05.931Z Compiling serde_json v1.0.149
4482026-06-19T21:43:06.147Z Compiling num-traits v0.2.19
4492026-06-19T21:43:06.162Z Compiling equivalent v1.0.2
4502026-06-19T21:43:06.209Z Compiling hashbrown v0.17.0
4512026-06-19T21:43:06.252Z Compiling pest_meta v2.8.6
4522026-06-19T21:43:06.346Z Compiling smallvec v1.15.1
4532026-06-19T21:43:06.555Z Compiling typeid v1.0.3
4542026-06-19T21:43:06.731Z Compiling indexmap v2.14.0
4552026-06-19T21:43:06.772Z Compiling thread-id v4.2.2
4562026-06-19T21:43:06.856Z Compiling proc-macro-error-attr v1.0.4
4572026-06-19T21:43:06.870Z Compiling usdt-impl v0.5.0
4582026-06-19T21:43:06.886Z Compiling winnow v0.7.14
4592026-06-19T21:43:07.106Z Compiling syn v1.0.109
4602026-06-19T21:43:07.130Z Compiling toml_write v0.1.2
4612026-06-19T21:43:07.178Z Compiling erased-serde v0.4.9
4622026-06-19T21:43:07.510Z Compiling proc-macro-error v1.0.4
4632026-06-19T21:43:07.545Z Compiling plain v0.2.3
4642026-06-19T21:43:07.727Z Compiling log v0.4.29
4652026-06-19T21:43:07.743Z Compiling utf8_iter v1.0.4
4662026-06-19T21:43:07.903Z Compiling thiserror v2.0.18
4672026-06-19T21:43:07.919Z Compiling camino v1.2.2
4682026-06-19T21:43:07.921Z Compiling utf8parse v0.2.2
4692026-06-19T21:43:08.053Z Compiling percent-encoding v2.3.2
4702026-06-19T21:43:08.069Z Compiling getrandom v0.4.1
4712026-06-19T21:43:08.149Z Compiling anstyle-parse v1.0.0
4722026-06-19T21:43:08.246Z Compiling form_urlencoded v1.2.2
4732026-06-19T21:43:08.313Z Compiling ordered-float v2.10.1
4742026-06-19T21:43:08.419Z Compiling synstructure v0.13.2
4752026-06-19T21:43:08.422Z Compiling pest_generator v2.8.6
4762026-06-19T21:43:08.570Z Compiling terminal_size v0.4.3
4772026-06-19T21:43:08.731Z Compiling pretty-hex v0.4.1
4782026-06-19T21:43:08.814Z Compiling anstyle-query v1.1.5
4792026-06-19T21:43:08.880Z Compiling is_terminal_polyfill v1.70.2
4802026-06-19T21:43:08.920Z Compiling cfg-if v1.0.4
4812026-06-19T21:43:08.935Z Compiling colorchoice v1.0.4
4822026-06-19T21:43:08.950Z Compiling anstyle v1.0.14
4832026-06-19T21:43:08.997Z Compiling serde-untagged v0.1.9
4842026-06-19T21:43:09.155Z Compiling anstream v1.0.0
4852026-06-19T21:43:09.171Z Compiling semver v1.0.28
4862026-06-19T21:43:09.200Z Compiling fs-err v3.3.0
4872026-06-19T21:43:09.240Z Compiling fastrand v2.3.0
4882026-06-19T21:43:09.394Z Compiling anyhow v1.0.102
4892026-06-19T21:43:09.448Z Compiling unicode-width v0.1.14
4902026-06-19T21:43:09.465Z Compiling unicode-xid v0.2.6
4912026-06-19T21:43:09.501Z Compiling heck v0.5.0
4922026-06-19T21:43:09.504Z Compiling fnv v1.0.7
4932026-06-19T21:43:09.607Z Compiling strsim v0.11.1
4942026-06-19T21:43:09.701Z Compiling clap_lex v1.0.0
4952026-06-19T21:43:09.726Z Compiling bytecount v0.6.9
4962026-06-19T21:43:09.753Z Compiling heck v0.4.1
4972026-06-19T21:43:09.866Z Compiling once_cell v1.21.3
4982026-06-19T21:43:09.897Z Compiling clap_builder v4.6.0
4992026-06-19T21:43:09.935Z Compiling papergrid v0.11.0
5002026-06-19T21:43:10.083Z Compiling tempfile v3.25.0
5012026-06-19T21:43:10.099Z Compiling memmap v0.7.0
5022026-06-19T21:43:10.142Z Compiling serde_derive v1.0.228
5032026-06-19T21:43:10.170Z Compiling zerofrom-derive v0.1.6
5042026-06-19T21:43:10.280Z Compiling yoke-derive v0.8.1
5052026-06-19T21:43:10.451Z Compiling zerovec-derive v0.11.2
5062026-06-19T21:43:10.535Z Compiling displaydoc v0.2.5
5072026-06-19T21:43:11.275Z Compiling thiserror-impl v1.0.69
5082026-06-19T21:43:11.363Z Compiling zerocopy-derive v0.7.35
5092026-06-19T21:43:11.436Z Compiling pest_derive v2.8.6
5102026-06-19T21:43:11.549Z Compiling zerofrom v0.1.6
5112026-06-19T21:43:11.569Z Compiling scroll_derive v0.12.1
5122026-06-19T21:43:11.683Z Compiling yoke v0.8.1
5132026-06-19T21:43:11.872Z Compiling zerovec v0.11.5
5142026-06-19T21:43:11.888Z Compiling zerotrie v0.2.3
5152026-06-19T21:43:12.191Z Compiling thiserror-impl v2.0.18
5162026-06-19T21:43:12.253Z Compiling zerocopy v0.7.35
5172026-06-19T21:43:12.256Z Compiling scroll v0.12.0
5182026-06-19T21:43:12.391Z Compiling tinystr v0.8.2
5192026-06-19T21:43:12.530Z Compiling potential_utf v0.1.4
5202026-06-19T21:43:12.603Z Compiling icu_locale_core v2.1.1
5212026-06-19T21:43:12.684Z Compiling dtrace-parser v0.2.0
5222026-06-19T21:43:12.766Z Compiling icu_collections v2.1.1
5232026-06-19T21:43:12.897Z Compiling goblin v0.8.2
5242026-06-19T21:43:12.923Z Compiling tabled_derive v0.7.0
5252026-06-19T21:43:13.258Z Compiling clap_derive v4.6.1
5262026-06-19T21:43:13.481Z Compiling icu_provider v2.1.1
5272026-06-19T21:43:13.545Z Compiling toml_datetime v0.6.11
5282026-06-19T21:43:13.594Z Compiling serde_spanned v0.6.9
5292026-06-19T21:43:13.597Z Compiling dof v0.3.0
5302026-06-19T21:43:13.647Z Compiling serde_tokenstream v0.2.3
5312026-06-19T21:43:13.747Z Compiling icu_normalizer v2.1.1
5322026-06-19T21:43:13.790Z Compiling icu_properties v2.1.2
5332026-06-19T21:43:13.808Z Compiling toml_edit v0.22.27
5342026-06-19T21:43:14.005Z Compiling serde-value v0.7.0
5352026-06-19T21:43:14.051Z Compiling cargo-platform v0.2.0
5362026-06-19T21:43:14.299Z Compiling smawk v0.3.2
5372026-06-19T21:43:14.311Z Compiling unicode-width v0.2.0
5382026-06-19T21:43:14.365Z Compiling unicode-linebreak v0.1.5
5392026-06-19T21:43:14.456Z Compiling tabled v0.15.0
5402026-06-19T21:43:14.605Z Compiling textwrap v0.16.2
5412026-06-19T21:43:14.628Z Compiling usdt-attr-macro v0.5.0
5422026-06-19T21:43:14.628Z Compiling usdt-macro v0.5.0
5432026-06-19T21:43:14.926Z Compiling idna_adapter v1.2.1
5442026-06-19T21:43:15.059Z Compiling idna v1.1.0
5452026-06-19T21:43:15.131Z Compiling clap v4.6.1
5462026-06-19T21:43:15.131Z Compiling macaddr v1.0.1
5472026-06-19T21:43:15.163Z Compiling camino-tempfile v1.4.1
5482026-06-19T21:43:15.287Z Compiling toml v0.8.23
5492026-06-19T21:43:15.369Z Compiling url v2.5.8
5502026-06-19T21:43:15.682Z Compiling cargo_toml v0.21.0
5512026-06-19T21:43:15.871Z Compiling cargo-util-schemas v0.8.2
5522026-06-19T21:43:15.997Z Compiling usdt v0.5.0
5532026-06-19T21:43:16.253Z Compiling swrite v0.1.0
5542026-06-19T21:43:16.257Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-06-19T21:43:16.773Z Compiling cargo_metadata v0.21.0
5562026-06-19T21:43:17.699Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-19T21:43:19.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.05s
5582026-06-19T21:43:20.013Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5592026-06-19T21:43:20.507Z Downloading crates ...
5602026-06-19T21:43:20.610Z Downloaded async-trait v0.1.89
5612026-06-19T21:43:20.613Z Downloaded atty v0.2.14
5622026-06-19T21:43:20.613Z Downloaded async-recursion v1.1.1
5632026-06-19T21:43:20.616Z Downloaded arrayvec v0.7.6
5642026-06-19T21:43:20.619Z Downloaded adler2 v2.0.1
5652026-06-19T21:43:20.619Z Downloaded chacha20 v0.9.1
5662026-06-19T21:43:20.623Z Downloaded cpufeatures v0.3.0
5672026-06-19T21:43:20.627Z Downloaded cipher v0.4.4
5682026-06-19T21:43:20.632Z Downloaded aes-gcm v0.10.3
5692026-06-19T21:43:20.632Z Downloaded aead v0.5.2
5702026-06-19T21:43:20.637Z Downloaded bzip2 v0.4.4
5712026-06-19T21:43:20.637Z Downloaded async-stream v0.3.6
5722026-06-19T21:43:20.637Z Downloaded array-init v0.0.4
5732026-06-19T21:43:20.637Z Downloaded bitfield-struct v0.6.2
5742026-06-19T21:43:20.641Z Downloaded const-oid v0.9.6
5752026-06-19T21:43:20.646Z Downloaded blowfish v0.9.1
5762026-06-19T21:43:20.651Z Downloaded foreign-types-macros v0.2.3
5772026-06-19T21:43:20.652Z Downloaded async-stream-impl v0.3.6
5782026-06-19T21:43:20.652Z Downloaded ahash v0.8.12
5792026-06-19T21:43:20.656Z Downloaded crc32fast v1.5.0
5802026-06-19T21:43:20.656Z Downloaded either v1.15.0
5812026-06-19T21:43:20.656Z Downloaded crc-any v2.5.0
5822026-06-19T21:43:20.660Z Downloaded crossbeam-channel v0.5.15
5832026-06-19T21:43:20.660Z Downloaded aho-corasick v1.1.4
5842026-06-19T21:43:20.663Z Downloaded env_filter v1.0.0
5852026-06-19T21:43:20.663Z Downloaded des v0.8.1
5862026-06-19T21:43:20.665Z Downloaded colored v3.1.1
5872026-06-19T21:43:20.665Z Downloaded crc8 v0.1.1
5882026-06-19T21:43:20.669Z Downloaded crc-catalog v2.4.0
5892026-06-19T21:43:20.669Z Downloaded enum-as-inner v0.6.1
5902026-06-19T21:43:20.674Z Downloaded display-error-chain v0.2.2
5912026-06-19T21:43:20.674Z Downloaded darling_macro v0.23.0
5922026-06-19T21:43:20.674Z Downloaded critical-section v1.2.0
5932026-06-19T21:43:20.674Z Downloaded deranged v0.5.8
5942026-06-19T21:43:20.677Z Downloaded der_derive v0.7.3
5952026-06-19T21:43:20.677Z Downloaded arrayref v0.3.9
5962026-06-19T21:43:20.677Z Downloaded const_format_proc_macros v0.2.34
5972026-06-19T21:43:20.680Z Downloaded bit-vec v0.6.3
5982026-06-19T21:43:20.680Z Downloaded atomic-waker v1.1.2
5992026-06-19T21:43:20.680Z Downloaded defmt-parser v1.0.0
6002026-06-19T21:43:20.683Z Downloaded defmt v0.3.100
6012026-06-19T21:43:20.683Z Downloaded crucible-workspace-hack v0.1.0
6022026-06-19T21:43:20.683Z Downloaded anstream v0.6.21
6032026-06-19T21:43:20.686Z Downloaded document-features v0.2.12
6042026-06-19T21:43:20.686Z Downloaded bitfield-macros v0.19.4
6052026-06-19T21:43:20.689Z Downloaded corncobs v0.1.4
6062026-06-19T21:43:20.689Z Downloaded diesel_table_macro_syntax v0.3.0
6072026-06-19T21:43:20.694Z Downloaded cargo-platform v0.3.2
6082026-06-19T21:43:20.697Z Downloaded bcrypt-pbkdf v0.10.0
6092026-06-19T21:43:20.697Z Downloaded dyn-clone v1.0.20
6102026-06-19T21:43:20.701Z Downloaded convert_case v0.4.0
6112026-06-19T21:43:20.706Z Downloaded ascii-canvas v3.0.0
6122026-06-19T21:43:20.706Z Downloaded flagset v0.4.7
6132026-06-19T21:43:20.708Z Downloaded fixedbitset v0.4.2
6142026-06-19T21:43:20.708Z Downloaded ciborium-ll v0.2.2
6152026-06-19T21:43:20.708Z Downloaded atomicwrites v0.4.4
6162026-06-19T21:43:20.708Z Downloaded assert_matches v1.5.0
6172026-06-19T21:43:20.711Z Downloaded block-padding v0.3.3
6182026-06-19T21:43:20.714Z Downloaded endian-type v0.1.2
6192026-06-19T21:43:20.714Z Downloaded darling_macro v0.13.4
6202026-06-19T21:43:20.717Z Downloaded embedded-io v0.6.1
6212026-06-19T21:43:20.717Z Downloaded downcast-rs v2.0.2
6222026-06-19T21:43:20.717Z Downloaded debug-ignore v1.0.5
6232026-06-19T21:43:20.720Z Downloaded float-ord v0.3.2
6242026-06-19T21:43:20.723Z Downloaded cstr-argument v0.1.2
6252026-06-19T21:43:20.723Z Downloaded base16ct v0.2.0
6262026-06-19T21:43:20.726Z Downloaded dof v0.4.0
6272026-06-19T21:43:20.726Z Downloaded daft-derive v0.1.7
6282026-06-19T21:43:20.728Z Downloaded compression-core v0.4.31
6292026-06-19T21:43:20.732Z Downloaded dunce v1.0.5
6302026-06-19T21:43:20.732Z Downloaded ciborium-io v0.2.2
6312026-06-19T21:43:20.732Z Downloaded erased-serde v0.3.31
6322026-06-19T21:43:20.734Z Downloaded csv-core v0.1.13
6332026-06-19T21:43:20.734Z Downloaded foreign-types v0.3.2
6342026-06-19T21:43:20.734Z Downloaded crossbeam-epoch v0.9.18
6352026-06-19T21:43:20.737Z Downloaded crc v3.4.0
6362026-06-19T21:43:20.741Z Downloaded darling_core v0.21.3
6372026-06-19T21:43:20.743Z Downloaded dirs-sys-next v0.1.2
6382026-06-19T21:43:20.743Z Downloaded cfg_aliases v0.2.1
6392026-06-19T21:43:20.746Z Downloaded castaway v0.2.4
6402026-06-19T21:43:20.748Z Downloaded cfg_aliases v0.1.1
6412026-06-19T21:43:20.748Z Downloaded fd-lock v4.0.4
6422026-06-19T21:43:20.752Z Downloaded funty v2.0.0
6432026-06-19T21:43:20.754Z Downloaded difflib v0.4.0
6442026-06-19T21:43:20.754Z Downloaded cobs v0.3.0
6452026-06-19T21:43:20.754Z Downloaded bb8 v0.8.6
6462026-06-19T21:43:20.757Z Downloaded float-cmp v0.10.0
6472026-06-19T21:43:20.757Z Downloaded dirs-next v2.0.0
6482026-06-19T21:43:20.759Z Downloaded darling_macro v0.20.11
6492026-06-19T21:43:20.759Z Downloaded bit-set v0.5.3
6502026-06-19T21:43:20.759Z Downloaded darling_macro v0.21.3
6512026-06-19T21:43:20.762Z Downloaded embedded-io v0.4.0
6522026-06-19T21:43:20.762Z Downloaded backoff v0.4.0
6532026-06-19T21:43:20.765Z Downloaded dtrace-parser v0.3.0
6542026-06-19T21:43:20.767Z Downloaded crunchy v0.2.4
6552026-06-19T21:43:20.767Z Downloaded cbc v0.1.2
6562026-06-19T21:43:20.770Z Downloaded bitflags v1.3.2
6572026-06-19T21:43:20.773Z Downloaded dropshot-api-manager-types v0.7.2
6582026-06-19T21:43:20.773Z Downloaded derive_builder_macro v0.20.2
6592026-06-19T21:43:20.775Z Downloaded foreign-types v0.5.0
6602026-06-19T21:43:20.778Z Downloaded curve25519-dalek-derive v0.1.1
6612026-06-19T21:43:20.781Z Downloaded derive_builder_core v0.20.2
6622026-06-19T21:43:20.781Z Downloaded ctr v0.9.2
6632026-06-19T21:43:20.783Z Downloaded futures-sink v0.3.32
6642026-06-19T21:43:20.783Z Downloaded futures-task v0.3.32
6652026-06-19T21:43:20.786Z Downloaded foreign-types-shared v0.1.1
6662026-06-19T21:43:20.786Z Downloaded find-msvc-tools v0.1.9
6672026-06-19T21:43:20.786Z Downloaded futures-core v0.3.32
6682026-06-19T21:43:20.789Z Downloaded foreign-types-shared v0.3.1
6692026-06-19T21:43:20.789Z Downloaded ena v0.14.4
6702026-06-19T21:43:20.791Z Downloaded futures-macro v0.3.32
6712026-06-19T21:43:20.791Z Downloaded hash32 v0.3.1
6722026-06-19T21:43:20.791Z Downloaded crossbeam-deque v0.8.6
6732026-06-19T21:43:20.795Z Downloaded futures-io v0.3.32
6742026-06-19T21:43:20.798Z Downloaded hostname v0.3.1
6752026-06-19T21:43:20.801Z Downloaded derive_builder v0.20.2
6762026-06-19T21:43:20.804Z Downloaded defmt v1.0.1
6772026-06-19T21:43:20.804Z Downloaded cmake v0.1.57
6782026-06-19T21:43:20.807Z Downloaded base64 v0.22.1
6792026-06-19T21:43:20.810Z Downloaded ghash v0.5.1
6802026-06-19T21:43:20.810Z Downloaded cassowary v0.3.0
6812026-06-19T21:43:20.810Z Downloaded git-stub v1.0.0
6822026-06-19T21:43:20.810Z Downloaded bit-set v0.8.0
6832026-06-19T21:43:20.812Z Downloaded cargo_metadata v0.23.1
6842026-06-19T21:43:20.812Z Downloaded fxhash v0.2.1
6852026-06-19T21:43:20.815Z Downloaded arc-swap v1.8.2
6862026-06-19T21:43:20.818Z Downloaded buf-list v1.1.2
6872026-06-19T21:43:20.818Z Downloaded hex v0.4.3
6882026-06-19T21:43:20.821Z Downloaded hash32 v0.2.1
6892026-06-19T21:43:20.821Z Downloaded bcs v0.1.6
6902026-06-19T21:43:20.826Z Downloaded data-encoding v2.10.0
6912026-06-19T21:43:20.826Z Downloaded foldhash v0.2.0
6922026-06-19T21:43:20.830Z Downloaded daft v0.1.7
6932026-06-19T21:43:20.830Z Downloaded cexpr v0.6.0
6942026-06-19T21:43:20.830Z Downloaded byte-wrapper v0.1.0
6952026-06-19T21:43:20.830Z Downloaded constant_time_eq v0.4.2
6962026-06-19T21:43:20.832Z Downloaded headers-core v0.3.0
6972026-06-19T21:43:20.833Z Downloaded compression-codecs v0.4.37
6982026-06-19T21:43:20.835Z Downloaded home v0.5.12
6992026-06-19T21:43:20.835Z Downloaded hex-literal v0.4.1
7002026-06-19T21:43:20.835Z Downloaded fixedbitset v0.5.7
7012026-06-19T21:43:20.838Z Downloaded filetime v0.2.27
7022026-06-19T21:43:20.838Z Downloaded ff v0.13.1
7032026-06-19T21:43:20.841Z Downloaded ed25519 v2.2.3
7042026-06-19T21:43:20.841Z Downloaded chacha20 v0.10.0
7052026-06-19T21:43:20.845Z Downloaded fallible-iterator v0.2.0
7062026-06-19T21:43:20.845Z Downloaded dsl_auto_type v0.2.0
7072026-06-19T21:43:20.845Z Downloaded diesel-dtrace v0.5.0
7082026-06-19T21:43:20.848Z Downloaded futures-executor v0.3.32
7092026-06-19T21:43:20.848Z Downloaded fs_extra v1.3.0
7102026-06-19T21:43:20.850Z Downloaded http-range v0.1.5
7112026-06-19T21:43:20.850Z Downloaded http-body v1.0.1
7122026-06-19T21:43:20.850Z Downloaded hostname v0.4.2
7132026-06-19T21:43:20.850Z Downloaded fs-err v2.11.0
7142026-06-19T21:43:20.853Z Downloaded derive-ex v0.1.8
7152026-06-19T21:43:20.853Z Downloaded hubpack v0.1.2
7162026-06-19T21:43:20.856Z Downloaded httpdate v1.0.3
7172026-06-19T21:43:20.856Z Downloaded indent_write v2.2.0
7182026-06-19T21:43:20.856Z Downloaded env_logger v0.11.9
7192026-06-19T21:43:20.858Z Downloaded darling v0.20.11
7202026-06-19T21:43:20.861Z Downloaded illumos-nvpair-sys v0.2.0
7212026-06-19T21:43:20.861Z Downloaded ident_case v1.0.1
7222026-06-19T21:43:20.863Z Downloaded der v0.7.10
7232026-06-19T21:43:20.867Z Downloaded glob v0.3.3
7242026-06-19T21:43:20.867Z Downloaded darling v0.21.3
7252026-06-19T21:43:20.869Z Downloaded diff v0.1.13
7262026-06-19T21:43:20.872Z Downloaded colored v2.2.0
7272026-06-19T21:43:20.874Z Downloaded hubpack_derive v0.1.1
7282026-06-19T21:43:20.875Z Downloaded drift v0.2.0
7292026-06-19T21:43:20.881Z Downloaded instability v0.3.11
7302026-06-19T21:43:20.883Z Downloaded futures-channel v0.3.32
7312026-06-19T21:43:20.886Z Downloaded internet-checksum v0.2.1
7322026-06-19T21:43:20.886Z Downloaded globwalk v0.9.1
7332026-06-19T21:43:20.886Z Downloaded git-stub-vcs v0.1.0
7342026-06-19T21:43:20.889Z Downloaded highway v1.3.0
7352026-06-19T21:43:20.889Z Downloaded is_ci v1.2.0
7362026-06-19T21:43:20.891Z Downloaded is-terminal v0.4.17
7372026-06-19T21:43:20.891Z Downloaded instant v0.1.13
7382026-06-19T21:43:20.891Z Downloaded globset v0.4.18
7392026-06-19T21:43:20.894Z Downloaded indoc v1.0.9
7402026-06-19T21:43:20.894Z Downloaded gethostname v0.5.0
7412026-06-19T21:43:20.897Z Downloaded console v0.15.11
7422026-06-19T21:43:20.897Z Downloaded inout v0.1.4
7432026-06-19T21:43:20.899Z Downloaded group v0.13.0
7442026-06-19T21:43:20.899Z Downloaded base64ct v1.8.3
7452026-06-19T21:43:20.903Z Downloaded kstat-rs v0.2.4
7462026-06-19T21:43:20.903Z Downloaded keccak v0.1.6
7472026-06-19T21:43:20.905Z Downloaded foldhash v0.1.5
7482026-06-19T21:43:20.905Z Downloaded backon v1.6.0
7492026-06-19T21:43:20.906Z Downloaded illumos-nvpair v0.3.0
7502026-06-19T21:43:20.909Z Downloaded hyper-tls v0.6.0
7512026-06-19T21:43:20.909Z Downloaded lazy_static v1.5.0
7522026-06-19T21:43:20.911Z Downloaded ecdsa v0.16.9
7532026-06-19T21:43:20.911Z Downloaded defmt-macros v1.0.1
7542026-06-19T21:43:20.916Z Downloaded ingot-types v0.1.2
7552026-06-19T21:43:20.916Z Downloaded darling v0.23.0
7562026-06-19T21:43:20.920Z Downloaded cookie_store v0.22.1
7572026-06-19T21:43:20.920Z Downloaded lru v0.12.5
7582026-06-19T21:43:20.923Z Downloaded linked-hash-map v0.5.6
7592026-06-19T21:43:20.923Z Downloaded libscf-sys v1.1.0
7602026-06-19T21:43:20.923Z Downloaded console v0.16.2
7612026-06-19T21:43:20.923Z Downloaded ciborium v0.2.2
7622026-06-19T21:43:20.925Z Downloaded cancel-safe-futures v0.1.5
7632026-06-19T21:43:20.928Z Downloaded bit-vec v0.8.0
7642026-06-19T21:43:20.928Z Downloaded ipnet v2.11.0
7652026-06-19T21:43:20.931Z Downloaded humantime v2.3.0
7662026-06-19T21:43:20.931Z Downloaded http-body-util v0.1.3
7672026-06-19T21:43:20.931Z Downloaded impl-trait-for-tuples v0.2.3
7682026-06-19T21:43:20.934Z Downloaded dropshot_endpoint v0.17.0
7692026-06-19T21:43:20.937Z Downloaded derive-where v1.6.0
7702026-06-19T21:43:20.939Z Downloaded allocator-api2 v0.2.21
7712026-06-19T21:43:20.939Z Downloaded blake2 v0.10.6
7722026-06-19T21:43:20.942Z Downloaded match_cfg v0.1.0
7732026-06-19T21:43:20.944Z Downloaded cookie v0.18.1
7742026-06-19T21:43:20.944Z Downloaded managed v0.8.0
7752026-06-19T21:43:20.947Z Downloaded lru-cache v0.1.2
7762026-06-19T21:43:20.947Z Downloaded hyper-staticfile v0.10.1
7772026-06-19T21:43:20.950Z Downloaded md-5 v0.10.6
7782026-06-19T21:43:20.950Z Downloaded clang-sys v1.8.1
7792026-06-19T21:43:20.952Z Downloaded newtype_derive v0.1.6
7802026-06-19T21:43:20.952Z Downloaded bytes v1.11.1
7812026-06-19T21:43:20.955Z Downloaded maplit v1.0.2
7822026-06-19T21:43:20.958Z Downloaded nibble_vec v0.1.0
7832026-06-19T21:43:20.958Z Downloaded multimap v0.10.1
7842026-06-19T21:43:20.958Z Downloaded nonempty v0.12.0
7852026-06-19T21:43:20.960Z Downloaded indoc v2.0.7
7862026-06-19T21:43:20.960Z Downloaded mime v0.3.17
7872026-06-19T21:43:20.963Z Downloaded lalrpop-util v0.19.12
7882026-06-19T21:43:20.963Z Downloaded jobserver v0.1.34
7892026-06-19T21:43:20.966Z Downloaded hmac v0.12.1
7902026-06-19T21:43:20.966Z Downloaded memoffset v0.9.1
7912026-06-19T21:43:20.966Z Downloaded newline-converter v0.3.0
7922026-06-19T21:43:20.969Z Downloaded ipnetwork v0.21.1
7932026-06-19T21:43:20.969Z Downloaded new_debug_unreachable v1.0.6
7942026-06-19T21:43:20.969Z Downloaded newtype-uuid-macros v0.1.0
7952026-06-19T21:43:20.972Z Downloaded md5 v0.7.0
7962026-06-19T21:43:20.972Z Downloaded maybe-uninit v2.0.0
7972026-06-19T21:43:20.972Z Downloaded lru-slab v0.1.2
7982026-06-19T21:43:20.975Z Downloaded bzip2 v0.6.1
7992026-06-19T21:43:20.975Z Downloaded argon2 v0.5.3
8002026-06-19T21:43:20.975Z Downloaded num-conv v0.2.0
8012026-06-19T21:43:20.977Z Downloaded num-derive v0.3.3
8022026-06-19T21:43:20.977Z Downloaded normalize-line-endings v0.3.0
8032026-06-19T21:43:20.977Z Downloaded hyper-rustls v0.27.7
8042026-06-19T21:43:20.981Z Downloaded lzss v0.8.2
8052026-06-19T21:43:20.984Z Downloaded half v1.8.3
8062026-06-19T21:43:20.984Z Downloaded fatfs v0.3.6
8072026-06-19T21:43:20.987Z Downloaded libloading v0.8.9
8082026-06-19T21:43:20.987Z Downloaded libefi-sys v0.1.0
8092026-06-19T21:43:20.987Z Downloaded num v0.4.3
8102026-06-19T21:43:20.990Z Downloaded ingot v0.1.1
8112026-06-19T21:43:20.990Z Downloaded num-iter v0.1.45
8122026-06-19T21:43:20.990Z Downloaded elliptic-curve v0.13.8
8132026-06-19T21:43:20.992Z Downloaded num-derive v0.4.2
8142026-06-19T21:43:20.996Z Downloaded crossbeam-utils v0.8.21
8152026-06-19T21:43:20.999Z Downloaded linear-map v1.2.0
8162026-06-19T21:43:20.999Z Downloaded ingot-macros v0.1.1
8172026-06-19T21:43:20.999Z Downloaded nodrop v0.1.14
8182026-06-19T21:43:21.017Z Downloaded num_enum_derive v0.5.11
8192026-06-19T21:43:21.017Z Downloaded httparse v1.10.1
8202026-06-19T21:43:21.022Z Downloaded libsw-core v0.3.2
8212026-06-19T21:43:21.022Z Downloaded libsw v3.5.0
8222026-06-19T21:43:21.022Z Downloaded derive_more v0.99.20
8232026-06-19T21:43:21.022Z Downloaded flume v0.11.1
8242026-06-19T21:43:21.022Z Downloaded olpc-cjson v0.1.4
8252026-06-19T21:43:21.022Z Downloaded lock_api v0.4.14
8262026-06-19T21:43:21.022Z Downloaded const_format v0.2.35
8272026-06-19T21:43:21.022Z Downloaded num_threads v0.1.7
8282026-06-19T21:43:21.022Z Downloaded chacha20poly1305 v0.10.1
8292026-06-19T21:43:21.022Z Downloaded oso-derive v0.27.3
8302026-06-19T21:43:21.023Z Downloaded openssl-probe v0.2.1
8312026-06-19T21:43:21.023Z Downloaded openssl-probe v0.1.6
8322026-06-19T21:43:21.023Z Downloaded openssl-macros v0.1.1
8332026-06-19T21:43:21.023Z Downloaded compact_str v0.8.1
8342026-06-19T21:43:21.027Z Downloaded darling_core v0.13.4
8352026-06-19T21:43:21.028Z Downloaded opaque-debug v0.3.1
8362026-06-19T21:43:21.028Z Downloaded async-bb8-diesel v0.2.1
8372026-06-19T21:43:21.032Z Downloaded darling v0.13.4
8382026-06-19T21:43:21.032Z Downloaded packed_struct_codegen v0.10.1
8392026-06-19T21:43:21.032Z Downloaded getrandom v0.2.17
8402026-06-19T21:43:21.035Z Downloaded convert_case v0.10.0
8412026-06-19T21:43:21.035Z Downloaded camino-tempfile-ext v0.3.3
8422026-06-19T21:43:21.035Z Downloaded anstyle-parse v0.2.7
8432026-06-19T21:43:21.041Z Downloaded multer v3.1.0
8442026-06-19T21:43:21.041Z Downloaded mime_guess v2.0.5
8452026-06-19T21:43:21.044Z Downloaded bitfield v0.19.4
8462026-06-19T21:43:21.045Z Downloaded parse-size v1.1.0
8472026-06-19T21:43:21.045Z Downloaded futures v0.3.32
8482026-06-19T21:43:21.045Z Downloaded newtype-uuid v1.3.2
8492026-06-19T21:43:21.049Z Downloaded native-tls v0.2.18
8502026-06-19T21:43:21.049Z Downloaded getrandom v0.3.4
8512026-06-19T21:43:21.052Z Downloaded parse-display v0.10.0
8522026-06-19T21:43:21.052Z Downloaded bstr v1.12.1
8532026-06-19T21:43:21.055Z Downloaded peg-runtime v0.8.5
8542026-06-19T21:43:21.059Z Downloaded pbkdf2 v0.12.2
8552026-06-19T21:43:21.059Z Downloaded nu-ansi-term v0.50.3
8562026-06-19T21:43:21.062Z Downloaded base64 v0.21.7
8572026-06-19T21:43:21.062Z Downloaded iana-time-zone v0.1.65
8582026-06-19T21:43:21.066Z Downloaded darling_core v0.20.11
8592026-06-19T21:43:21.068Z Downloaded num-rational v0.4.2
8602026-06-19T21:43:21.068Z Downloaded ar_archive_writer v0.5.1
8612026-06-19T21:43:21.071Z Downloaded num_enum v0.5.11
8622026-06-19T21:43:21.073Z Downloaded heapless v0.8.0
8632026-06-19T21:43:21.076Z Downloaded phf_shared v0.11.3
8642026-06-19T21:43:21.090Z Downloaded precomputed-hash v0.1.1
8652026-06-19T21:43:21.093Z Downloaded num_enum v0.7.6
8662026-06-19T21:43:21.097Z Downloaded owo-colors v4.3.0
8672026-06-19T21:43:21.097Z Downloaded darling_core v0.23.0
8682026-06-19T21:43:21.101Z Downloaded predicates-tree v1.0.13
8692026-06-19T21:43:21.101Z Downloaded predicates-core v1.0.10
8702026-06-19T21:43:21.104Z Downloaded powerfmt v0.2.0
8712026-06-19T21:43:21.104Z Downloaded crypto-bigint v0.5.5
8722026-06-19T21:43:21.108Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-06-19T21:43:21.108Z Downloaded parking_lot_core v0.8.6
8742026-06-19T21:43:21.111Z Downloaded litrs v1.0.0
8752026-06-19T21:43:21.111Z Downloaded expectorate v1.2.0
8762026-06-19T21:43:21.111Z Downloaded path-slash v0.1.5
8772026-06-19T21:43:21.114Z Downloaded nanorand v0.7.0
8782026-06-19T21:43:21.116Z Downloaded proc-macro-crate v3.4.0
8792026-06-19T21:43:21.116Z Downloaded progenitor-client v0.14.0
8802026-06-19T21:43:21.116Z Downloaded peg-macros v0.8.5
8812026-06-19T21:43:21.119Z Downloaded paste v1.0.15
8822026-06-19T21:43:21.119Z Downloaded progenitor-macro v0.14.0
8832026-06-19T21:43:21.124Z Downloaded progenitor-macro v0.13.0
8842026-06-19T21:43:21.124Z Downloaded password-hash v0.5.0
8852026-06-19T21:43:21.124Z Downloaded password-hash v0.4.2
8862026-06-19T21:43:21.127Z Downloaded half v2.7.1
8872026-06-19T21:43:21.127Z Downloaded indexmap v1.9.3
8882026-06-19T21:43:21.130Z Downloaded heapless v0.7.17
8892026-06-19T21:43:21.133Z Downloaded bumpalo v3.20.2
8902026-06-19T21:43:21.133Z Downloaded indicatif v0.18.4
8912026-06-19T21:43:21.136Z Downloaded pin-project-lite v0.2.17
8922026-06-19T21:43:21.139Z Downloaded quick-error v1.2.3
8932026-06-19T21:43:21.141Z Downloaded phf v0.12.1
8942026-06-19T21:43:21.141Z Downloaded pem-rfc7468 v0.7.0
8952026-06-19T21:43:21.141Z Downloaded headers v0.4.1
8962026-06-19T21:43:21.145Z Downloaded radium v0.7.0
8972026-06-19T21:43:21.148Z Downloaded pin-project-internal v1.1.11
8982026-06-19T21:43:21.148Z Downloaded pem v3.0.6
8992026-06-19T21:43:21.152Z Downloaded rand_chacha v0.3.1
9002026-06-19T21:43:21.152Z Downloaded flate2 v1.1.9
9012026-06-19T21:43:21.157Z Downloaded derive_more v2.1.1
9022026-06-19T21:43:21.160Z Downloaded parking_lot v0.12.5
9032026-06-19T21:43:21.162Z Downloaded polyval v0.6.2
9042026-06-19T21:43:21.162Z Downloaded pkcs8 v0.10.2
9052026-06-19T21:43:21.166Z Downloaded parking_lot v0.11.2
9062026-06-19T21:43:21.169Z Downloaded recursive v0.1.1
9072026-06-19T21:43:21.169Z Downloaded ref-cast v1.0.25
9082026-06-19T21:43:21.169Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-06-19T21:43:21.169Z Downloaded rand_xorshift v0.4.0
9102026-06-19T21:43:21.172Z Downloaded libbz2-rs-sys v0.2.2
9112026-06-19T21:43:21.172Z Downloaded omicron-zone-package v0.12.2
9122026-06-19T21:43:21.175Z Downloaded postgres-protocol v0.6.10
9132026-06-19T21:43:21.175Z Downloaded proc-macro-crate v1.3.1
9142026-06-19T21:43:21.180Z Downloaded ppv-lite86 v0.2.21
9152026-06-19T21:43:21.180Z Downloaded oxnet v0.1.6
9162026-06-19T21:43:21.182Z Downloaded pkg-config v0.3.32
9172026-06-19T21:43:21.182Z Downloaded progenitor v0.13.0
9182026-06-19T21:43:21.182Z Downloaded progenitor v0.14.0
9192026-06-19T21:43:21.182Z Downloaded proc-macro-error2 v2.0.1
9202026-06-19T21:43:21.185Z Downloaded parking_lot_core v0.9.12
9212026-06-19T21:43:21.188Z Downloaded psl-types v2.0.11
9222026-06-19T21:43:21.188Z Downloaded ref-cast-impl v1.0.25
9232026-06-19T21:43:21.192Z Downloaded hickory-resolver v0.25.2
9242026-06-19T21:43:21.192Z Downloaded rfc6979 v0.4.0
9252026-06-19T21:43:21.195Z Downloaded rtoolbox v0.0.3
9262026-06-19T21:43:21.195Z Downloaded cc v1.2.56
9272026-06-19T21:43:21.195Z Downloaded psm v0.1.30
9282026-06-19T21:43:21.198Z Downloaded hickory-resolver v0.24.4
9292026-06-19T21:43:21.201Z Downloaded hashbrown v0.13.2
9302026-06-19T21:43:21.203Z Downloaded progenitor-extras v0.2.0
9312026-06-19T21:43:21.203Z Downloaded progenitor-client v0.13.0
9322026-06-19T21:43:21.206Z Downloaded primeorder v0.13.6
9332026-06-19T21:43:21.206Z Downloaded ignore v0.4.25
9342026-06-19T21:43:21.209Z Downloaded phf v0.13.1
9352026-06-19T21:43:21.209Z Downloaded peg v0.8.5
9362026-06-19T21:43:21.212Z Downloaded oxide-tokio-rt v0.1.4
9372026-06-19T21:43:21.215Z Downloaded aes v0.8.4
9382026-06-19T21:43:21.219Z Downloaded rand_chacha v0.9.0
9392026-06-19T21:43:21.219Z Downloaded pin-utils v0.1.0
9402026-06-19T21:43:21.219Z Downloaded phf_shared v0.13.1
9412026-06-19T21:43:21.219Z Downloaded rustc_version v0.4.1
9422026-06-19T21:43:21.222Z Downloaded phf_shared v0.12.1
9432026-06-19T21:43:21.222Z Downloaded parse-display-derive v0.10.0
9442026-06-19T21:43:21.222Z Downloaded russh-cryptovec v0.7.3
9452026-06-19T21:43:21.222Z Downloaded diesel_derives v2.3.7
9462026-06-19T21:43:21.225Z Downloaded rand_seeder v0.4.0
9472026-06-19T21:43:21.227Z Downloaded rand_core v0.10.0
9482026-06-19T21:43:21.227Z Downloaded miniz_oxide v0.8.9
9492026-06-19T21:43:21.230Z Downloaded rand_core v0.9.5
9502026-06-19T21:43:21.232Z Downloaded pkcs1 v0.7.5
9512026-06-19T21:43:21.232Z Downloaded packed_struct v0.10.1
9522026-06-19T21:43:21.235Z Downloaded memmap2 v0.9.10
9532026-06-19T21:43:21.235Z Downloaded ed25519-dalek v2.2.0
9542026-06-19T21:43:21.237Z Downloaded rustc_version v0.1.7
9552026-06-19T21:43:21.237Z Downloaded rustc-hash v2.1.1
9562026-06-19T21:43:21.240Z Downloaded async-compression v0.4.41
9572026-06-19T21:43:21.243Z Downloaded hashbrown v0.12.3
9582026-06-19T21:43:21.246Z Downloaded poly1305 v0.8.0
9592026-06-19T21:43:21.249Z Downloaded num_enum_derive v0.7.6
9602026-06-19T21:43:21.249Z Downloaded num-integer v0.1.46
9612026-06-19T21:43:21.252Z Downloaded p256 v0.13.2
9622026-06-19T21:43:21.252Z Downloaded pkcs5 v0.7.1
9632026-06-19T21:43:21.254Z Downloaded scheduled-thread-pool v0.2.7
9642026-06-19T21:43:21.257Z Downloaded scopeguard v1.2.0
9652026-06-19T21:43:21.257Z Downloaded same-file v1.0.6
9662026-06-19T21:43:21.260Z Downloaded salsa20 v0.10.2
9672026-06-19T21:43:21.260Z Downloaded secrecy v0.8.0
9682026-06-19T21:43:21.260Z Downloaded sapling-renderdag v0.1.0
9692026-06-19T21:43:21.263Z Downloaded predicates v3.1.4
9702026-06-19T21:43:21.263Z Downloaded pbkdf2 v0.11.0
9712026-06-19T21:43:21.266Z Downloaded num-complex v0.4.6
9722026-06-19T21:43:21.266Z Downloaded oso v0.27.3
9732026-06-19T21:43:21.269Z Downloaded resolv-conf v0.7.6
9742026-06-19T21:43:21.273Z Downloaded semver v0.1.20
9752026-06-19T21:43:21.276Z Downloaded secrecy v0.10.3
9762026-06-19T21:43:21.276Z Downloaded scrypt v0.11.0
9772026-06-19T21:43:21.276Z Downloaded seq-macro v0.3.6
9782026-06-19T21:43:21.281Z Downloaded serde_bytes v0.11.19
9792026-06-19T21:43:21.284Z Downloaded openssl-sys v0.9.115
9802026-06-19T21:43:21.286Z Downloaded serde-big-array v0.5.1
9812026-06-19T21:43:21.290Z Downloaded quinn-udp v0.5.14
9822026-06-19T21:43:21.293Z Downloaded r2d2 v0.8.10
9832026-06-19T21:43:21.296Z Downloaded serde_plain v1.0.2
9842026-06-19T21:43:21.296Z Downloaded serde_urlencoded v0.7.1
9852026-06-19T21:43:21.299Z Downloaded serde_repr v0.1.20
9862026-06-19T21:43:21.299Z Downloaded serde_spanned v1.0.4
9872026-06-19T21:43:21.301Z Downloaded shell-words v1.1.1
9882026-06-19T21:43:21.304Z Downloaded rustls-pemfile v1.0.4
9892026-06-19T21:43:21.304Z Downloaded prefix-trie v0.7.0
9902026-06-19T21:43:21.306Z Downloaded postgres-types v0.2.12
9912026-06-19T21:43:21.309Z Downloaded postcard v1.1.3
9922026-06-19T21:43:21.309Z Downloaded rustls-pemfile v2.2.0
9932026-06-19T21:43:21.314Z Downloaded signal-hook-tokio v0.3.1
9942026-06-19T21:43:21.314Z Downloaded signal-hook-mio v0.2.5
9952026-06-19T21:43:21.321Z Downloaded pin-project v1.1.11
9962026-06-19T21:43:21.323Z Downloaded signature v2.2.0
9972026-06-19T21:43:21.323Z Downloaded rusty-fork v0.3.1
9982026-06-19T21:43:21.323Z Downloaded rustversion v1.0.22
9992026-06-19T21:43:21.323Z Downloaded rustls-native-certs v0.8.3
10002026-06-19T21:43:21.326Z Downloaded derive_more-impl v2.1.1
10012026-06-19T21:43:21.328Z Downloaded slog-envlogger v2.2.0
10022026-06-19T21:43:21.328Z Downloaded progenitor-impl v0.14.0
10032026-06-19T21:43:21.331Z Downloaded sigpipe v0.1.3
10042026-06-19T21:43:21.331Z Downloaded http v1.4.0
10052026-06-19T21:43:21.335Z Downloaded slog-bunyan v2.5.0
10062026-06-19T21:43:21.338Z Downloaded siphasher v1.0.2
10072026-06-19T21:43:21.338Z Downloaded progenitor-impl v0.13.0
10082026-06-19T21:43:21.341Z Downloaded sec1 v0.7.3
10092026-06-19T21:43:21.341Z Downloaded sct v0.7.1
10102026-06-19T21:43:21.344Z Downloaded schemars_derive v0.8.22
10112026-06-19T21:43:21.348Z Downloaded papergrid v0.17.0
10122026-06-19T21:43:21.351Z Downloaded scroll_derive v0.13.1
10132026-06-19T21:43:21.353Z Downloaded scroll v0.13.0
10142026-06-19T21:43:21.357Z Downloaded serde_path_to_error v0.1.20
10152026-06-19T21:43:21.360Z Downloaded serde_derive_internals v0.29.1
10162026-06-19T21:43:21.364Z Downloaded hickory-server v0.25.2
10172026-06-19T21:43:21.372Z Downloaded sha1 v0.10.6
10182026-06-19T21:43:21.375Z Downloaded rand_core v0.6.4
10192026-06-19T21:43:21.378Z Downloaded minimal-lexical v0.2.1
10202026-06-19T21:43:21.380Z Downloaded ssh-encoding v0.2.0
10212026-06-19T21:43:21.383Z Downloaded prettyplease v0.2.37
10222026-06-19T21:43:21.385Z Downloaded ssh-cipher v0.2.0
10232026-06-19T21:43:21.385Z Downloaded strsim v0.10.0
10242026-06-19T21:43:21.385Z Downloaded russh-keys v0.45.0
10252026-06-19T21:43:21.388Z Downloaded strum v0.27.2
10262026-06-19T21:43:21.388Z Downloaded rustls-pki-types v1.14.0
10272026-06-19T21:43:21.391Z Downloaded shlex v1.3.0
10282026-06-19T21:43:21.391Z Downloaded serde_with_macros v1.5.2
10292026-06-19T21:43:21.394Z Downloaded sqlparser_derive v0.5.0
10302026-06-19T21:43:21.394Z Downloaded rcgen v0.12.1
10312026-06-19T21:43:21.397Z Downloaded jiff-static v0.2.21
10322026-06-19T21:43:21.402Z Downloaded slab v0.4.12
10332026-06-19T21:43:21.404Z Downloaded simd-adler32 v0.3.8
10342026-06-19T21:43:21.407Z Downloaded slog-stdlog v4.1.1
10352026-06-19T21:43:21.407Z Downloaded slog-scope v4.4.1
10362026-06-19T21:43:21.409Z Downloaded strip-ansi-escapes v0.2.1
10372026-06-19T21:43:21.409Z Downloaded strum v0.26.3
10382026-06-19T21:43:21.409Z Downloaded slog-term v2.9.2
10392026-06-19T21:43:21.412Z Downloaded sync-ptr v0.1.4
10402026-06-19T21:43:21.412Z Downloaded slog-dtrace v0.3.0
10412026-06-19T21:43:21.414Z Downloaded supports-color v3.0.2
10422026-06-19T21:43:21.414Z Downloaded structmeta-derive v0.3.0
10432026-06-19T21:43:21.414Z Downloaded slog-json v2.6.1
10442026-06-19T21:43:21.417Z Downloaded slog-async v2.8.0
10452026-06-19T21:43:21.421Z Downloaded dropshot-api-manager v0.7.2
10462026-06-19T21:43:21.423Z Downloaded pretty_assertions v1.4.1
10472026-06-19T21:43:21.426Z Downloaded ron v0.8.1
10482026-06-19T21:43:21.428Z Downloaded subtle v2.6.1
10492026-06-19T21:43:21.431Z Downloaded smf v0.2.3
10502026-06-19T21:43:21.431Z Downloaded hyper-util v0.1.20
10512026-06-19T21:43:21.433Z Downloaded tabwriter v1.4.1
10522026-06-19T21:43:21.436Z Downloaded termtree v0.5.1
10532026-06-19T21:43:21.436Z Downloaded tagptr v0.2.0
10542026-06-19T21:43:21.439Z Downloaded tabled_derive v0.11.0
10552026-06-19T21:43:21.439Z Downloaded thread-id v5.1.0
10562026-06-19T21:43:21.439Z Downloaded crossterm v0.29.0
10572026-06-19T21:43:21.442Z Downloaded thiserror-impl-no-std v2.0.2
10582026-06-19T21:43:21.444Z Downloaded serde_cbor v0.11.2
10592026-06-19T21:43:21.444Z Downloaded smallvec v0.6.14
10602026-06-19T21:43:21.449Z Downloaded itertools v0.10.5
10612026-06-19T21:43:21.452Z Downloaded sqlformat v0.3.5
10622026-06-19T21:43:21.452Z Downloaded snafu-derive v0.8.9
10632026-06-19T21:43:21.452Z Downloaded serde-hex v0.1.0
10642026-06-19T21:43:21.454Z Downloaded tap v1.0.1
10652026-06-19T21:43:21.454Z Downloaded take_mut v0.2.2
10662026-06-19T21:43:21.454Z Downloaded testing_table v0.3.0
10672026-06-19T21:43:21.459Z Downloaded mio v1.2.0
10682026-06-19T21:43:21.463Z Downloaded static_assertions v1.1.0
10692026-06-19T21:43:21.465Z Downloaded stacker v0.1.23
10702026-06-19T21:43:21.465Z Downloaded signal-hook-registry v1.4.8
10712026-06-19T21:43:21.468Z Downloaded rayon-core v1.13.0
10722026-06-19T21:43:21.470Z Downloaded tinyvec_macros v0.1.1
10732026-06-19T21:43:21.470Z Downloaded time-core v0.1.8
10742026-06-19T21:43:21.470Z Downloaded serde_with_macros v3.17.0
10752026-06-19T21:43:21.477Z Downloaded crossterm v0.28.1
10762026-06-19T21:43:21.481Z Downloaded structmeta v0.3.0
10772026-06-19T21:43:21.484Z Downloaded ryu v1.0.23
10782026-06-19T21:43:21.486Z Downloaded string_cache v0.8.9
10792026-06-19T21:43:21.489Z Downloaded publicsuffix v2.3.0
10802026-06-19T21:43:21.492Z Downloaded tokio-macros v2.7.0
10812026-06-19T21:43:21.495Z Downloaded strum_macros v0.26.4
10822026-06-19T21:43:21.495Z Downloaded strum_macros v0.24.3
10832026-06-19T21:43:21.497Z Downloaded support-bundle-viewer v0.1.2
10842026-06-19T21:43:21.502Z Downloaded strum_macros v0.27.2
10852026-06-19T21:43:21.509Z Downloaded schemars v0.8.22
10862026-06-19T21:43:21.516Z Downloaded sync_wrapper v1.0.2
10872026-06-19T21:43:21.519Z Downloaded spki v0.7.3
10882026-06-19T21:43:21.519Z Downloaded thiserror-no-std v2.0.2
10892026-06-19T21:43:21.521Z Downloaded quinn v0.11.9
10902026-06-19T21:43:21.526Z Downloaded try-lock v0.2.5
10912026-06-19T21:43:21.528Z Downloaded termios v0.3.3
10922026-06-19T21:43:21.532Z Downloaded hashbrown v0.15.5
10932026-06-19T21:43:21.536Z Downloaded spin v0.9.8
10942026-06-19T21:43:21.539Z Downloaded topological-sort v0.2.2
10952026-06-19T21:43:21.539Z Downloaded rand v0.8.6
10962026-06-19T21:43:21.541Z Downloaded qorb v0.4.1
10972026-06-19T21:43:21.544Z Downloaded tower-layer v0.3.3
10982026-06-19T21:43:21.544Z Downloaded time-macros v0.2.27
10992026-06-19T21:43:21.546Z Downloaded stringprep v0.1.5
11002026-06-19T21:43:21.546Z Downloaded hashbrown v0.16.1
11012026-06-19T21:43:21.550Z Downloaded trait-variant v0.1.2
11022026-06-19T21:43:21.553Z Downloaded thread_local v1.1.9
11032026-06-19T21:43:21.553Z Downloaded rustls-platform-verifier v0.6.2
11042026-06-19T21:43:21.555Z Downloaded num-bigint-dig v0.8.6
11052026-06-19T21:43:21.557Z Downloaded unarray v0.1.4
11062026-06-19T21:43:21.560Z Downloaded unicode-truncate v1.1.0
11072026-06-19T21:43:21.560Z Downloaded tokio-dtrace v0.1.1
11082026-06-19T21:43:21.562Z Downloaded tls_codec v0.4.2
11092026-06-19T21:43:21.562Z Downloaded tiny-keccak v2.0.2
11102026-06-19T21:43:21.565Z Downloaded tower-service v0.3.3
11112026-06-19T21:43:21.567Z Downloaded num-bigint v0.4.6
11122026-06-19T21:43:21.570Z Downloaded similar v2.7.0
11132026-06-19T21:43:21.573Z Downloaded signal-hook v0.3.18
11142026-06-19T21:43:21.575Z Downloaded tokio-native-tls v0.3.1
11152026-06-19T21:43:21.578Z Downloaded tls_codec_derive v0.4.2
11162026-06-19T21:43:21.578Z Downloaded slog v2.8.2
11172026-06-19T21:43:21.580Z Downloaded typify-macro v0.6.2
11182026-06-19T21:43:21.583Z Downloaded untrusted v0.7.1
11192026-06-19T21:43:21.585Z Downloaded libxml v0.3.3
11202026-06-19T21:43:21.588Z Downloaded tokio-rustls v0.25.0
11212026-06-19T21:43:21.590Z Downloaded universal-hash v0.5.1
11222026-06-19T21:43:21.590Z Downloaded unit-prefix v0.5.2
11232026-06-19T21:43:21.593Z Downloaded rsa v0.9.10
11242026-06-19T21:43:21.596Z Downloaded untrusted v0.9.0
11252026-06-19T21:43:21.599Z Downloaded socket2 v0.5.10
11262026-06-19T21:43:21.601Z Downloaded utf-8 v0.7.6
11272026-06-19T21:43:21.601Z Downloaded term v1.2.1
11282026-06-19T21:43:21.604Z Downloaded usdt-attr-macro v0.6.0
11292026-06-19T21:43:21.604Z Downloaded usdt v0.6.0
11302026-06-19T21:43:21.607Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11312026-06-19T21:43:21.610Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-19T21:43:21.610Z Downloaded itertools v0.13.0
11332026-06-19T21:43:21.613Z Downloaded tokio-tungstenite v0.23.1
11342026-06-19T21:43:21.616Z Downloaded wait-timeout v0.2.1
11352026-06-19T21:43:21.616Z Downloaded void v1.0.2
11362026-06-19T21:43:21.616Z Downloaded usdt-macro v0.6.0
11372026-06-19T21:43:21.619Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-06-19T21:43:21.619Z Downloaded term v0.7.0
11392026-06-19T21:43:21.619Z Downloaded itertools v0.12.1
11402026-06-19T21:43:21.622Z Downloaded nom v7.1.3
11412026-06-19T21:43:21.625Z Downloaded nom v8.0.0
11422026-06-19T21:43:21.629Z Downloaded serde_yaml v0.9.34+deprecated
11432026-06-19T21:43:21.632Z Downloaded iri-string v0.7.10
11442026-06-19T21:43:21.634Z Downloaded tui-tree-widget v0.23.1
11452026-06-19T21:43:21.637Z Downloaded h2 v0.4.13
11462026-06-19T21:43:21.639Z Downloaded waitgroup v0.1.2
11472026-06-19T21:43:21.642Z Downloaded hyper v1.8.1
11482026-06-19T21:43:21.644Z Downloaded want v0.3.1
11492026-06-19T21:43:21.655Z Downloaded unicase v2.9.0
11502026-06-19T21:43:21.657Z Downloaded subprocess v0.2.15
11512026-06-19T21:43:21.661Z Downloaded rustls-webpki v0.103.9
11522026-06-19T21:43:21.664Z Downloaded tokio-rustls v0.24.1
11532026-06-19T21:43:21.664Z Downloaded xshell-macros v0.2.7
11542026-06-19T21:43:21.664Z Downloaded blake3 v1.8.3
11552026-06-19T21:43:21.668Z Downloaded xattr v1.6.1
11562026-06-19T21:43:21.671Z Downloaded socket2 v0.6.3
11572026-06-19T21:43:21.671Z Downloaded tokio-tungstenite v0.21.0
11582026-06-19T21:43:21.674Z Downloaded rand v0.10.0
11592026-06-19T21:43:21.674Z Downloaded rand v0.9.2
11602026-06-19T21:43:21.677Z Downloaded p521 v0.13.3
11612026-06-19T21:43:21.679Z Downloaded vergen-git2 v9.1.0
11622026-06-19T21:43:21.679Z Downloaded schemars v0.9.0
11632026-06-19T21:43:21.686Z Downloaded vergen-gitcl v1.0.8
11642026-06-19T21:43:21.688Z Downloaded usdt-impl v0.6.0
11652026-06-19T21:43:21.688Z Downloaded vergen-lib v0.1.6
11662026-06-19T21:43:21.691Z Downloaded test-strategy v0.4.5
11672026-06-19T21:43:21.693Z Downloaded zone_cfg_derive v0.3.1
11682026-06-19T21:43:21.693Z Downloaded zone v0.3.1
11692026-06-19T21:43:21.693Z Downloaded uzers v0.12.2
11702026-06-19T21:43:21.694Z Downloaded tokio-stream v0.1.18
11712026-06-19T21:43:21.696Z Downloaded vergen-lib v9.1.0
11722026-06-19T21:43:21.699Z Downloaded toml_parser v1.0.9+spec-1.1.0
11732026-06-19T21:43:21.699Z Downloaded futures-util v0.3.32
11742026-06-19T21:43:21.705Z Downloaded vsss-rs v3.3.4
11752026-06-19T21:43:21.707Z Downloaded tracing-attributes v0.1.31
11762026-06-19T21:43:21.710Z Downloaded itertools v0.14.0
11772026-06-19T21:43:21.712Z Downloaded tinyvec v1.10.0
11782026-06-19T21:43:21.715Z Downloaded iddqd v0.4.2
11792026-06-19T21:43:21.718Z Downloaded whoami v2.1.0
11802026-06-19T21:43:21.720Z Downloaded walkdir v2.5.0
11812026-06-19T21:43:21.720Z Downloaded twox-hash v2.1.2
11822026-06-19T21:43:21.723Z Downloaded whoami v1.6.1
11832026-06-19T21:43:21.723Z Downloaded snafu v0.8.9
11842026-06-19T21:43:21.726Z Downloaded tokio-rustls v0.26.4
11852026-06-19T21:43:21.729Z Downloaded libm v0.2.16
11862026-06-19T21:43:21.747Z Downloaded toml v0.7.8
11872026-06-19T21:43:21.747Z Downloaded samael v0.0.19
11882026-06-19T21:43:21.747Z Downloaded zeroize_derive v1.4.3
11892026-06-19T21:43:21.747Z Downloaded tar v0.4.45
11902026-06-19T21:43:21.747Z Downloaded bitvec v1.0.1
11912026-06-19T21:43:21.750Z Downloaded xshell v0.2.7
11922026-06-19T21:43:21.753Z Downloaded zeroize v1.8.2
11932026-06-19T21:43:21.753Z Downloaded vergen v9.1.0
11942026-06-19T21:43:21.756Z Downloaded schemars v1.2.1
11952026-06-19T21:43:21.761Z Downloaded zstd v0.13.3
11962026-06-19T21:43:21.764Z Downloaded chrono v0.4.44
11972026-06-19T21:43:21.767Z Downloaded tungstenite v0.21.0
11982026-06-19T21:43:21.770Z Downloaded toml v1.0.6+spec-1.1.0
11992026-06-19T21:43:21.772Z Downloaded aws-lc-rs v1.16.3
12002026-06-19T21:43:21.778Z Downloaded zstd-safe v7.2.4
12012026-06-19T21:43:21.780Z Downloaded steno v0.4.1
12022026-06-19T21:43:21.783Z Downloaded unsafe-libyaml v0.2.11
12032026-06-19T21:43:21.785Z Downloaded tungstenite v0.23.0
12042026-06-19T21:43:21.788Z Downloaded typify v0.6.2
12052026-06-19T21:43:21.790Z Downloaded tracing-core v0.1.36
12062026-06-19T21:43:21.792Z Downloaded wyz v0.5.1
12072026-06-19T21:43:21.793Z Downloaded hkdf v0.12.4
12082026-06-19T21:43:21.795Z Downloaded zerocopy v0.6.6
12092026-06-19T21:43:21.795Z Downloaded yasna v0.5.2
12102026-06-19T21:43:21.798Z Downloaded russh v0.45.0
12112026-06-19T21:43:21.800Z Downloaded uuid v1.23.0
12122026-06-19T21:43:21.803Z Downloaded unicode-properties v0.1.4
12132026-06-19T21:43:21.806Z Downloaded vte v0.14.1
12142026-06-19T21:43:21.806Z Downloaded rustyline v14.0.0
12152026-06-19T21:43:21.808Z Downloaded unicode-bidi v0.3.18
12162026-06-19T21:43:21.822Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-06-19T21:43:21.828Z Downloaded rpassword v7.4.0
12182026-06-19T21:43:21.833Z Downloaded serde_with v1.14.0
12192026-06-19T21:43:21.850Z Downloaded zopfli v0.8.3
12202026-06-19T21:43:21.859Z Downloaded bindgen v0.71.1
12212026-06-19T21:43:21.863Z Downloaded reedline v0.40.0
12222026-06-19T21:43:21.877Z Downloaded reqwest v0.12.28
12232026-06-19T21:43:21.885Z Downloaded portable-atomic v1.13.1
12242026-06-19T21:43:21.890Z Downloaded ssh-key v0.6.7
12252026-06-19T21:43:21.901Z Downloaded lalrpop v0.19.12
12262026-06-19T21:43:21.909Z Downloaded unicode_categories v0.1.1
12272026-06-19T21:43:21.914Z Downloaded regex v1.12.3
12282026-06-19T21:43:21.917Z Downloaded yansi v1.0.1
12292026-06-19T21:43:21.919Z Downloaded quick-xml v0.37.5
12302026-06-19T21:43:21.922Z Downloaded unicode-segmentation v1.12.0
12312026-06-19T21:43:21.925Z Downloaded p384 v0.13.1
12322026-06-19T21:43:21.929Z Downloaded toml_edit v0.19.15
12332026-06-19T21:43:21.935Z Downloaded zip v0.6.6
12342026-06-19T21:43:21.937Z Downloaded git2 v0.20.4
12352026-06-19T21:43:21.942Z Downloaded reqwest v0.13.2
12362026-06-19T21:43:21.949Z Downloaded tokio-postgres v0.7.16
12372026-06-19T21:43:21.961Z Downloaded moka v0.12.13
12382026-06-19T21:43:21.965Z Downloaded rayon v1.11.0
12392026-06-19T21:43:21.971Z Downloaded rustls-webpki v0.101.7
12402026-06-19T21:43:21.979Z Downloaded proptest v1.10.0
12412026-06-19T21:43:21.984Z Downloaded petname v2.0.2
12422026-06-19T21:43:22.000Z Downloaded x509-cert v0.2.5
12432026-06-19T21:43:22.003Z Downloaded zerocopy-derive v0.8.40
12442026-06-19T21:43:22.014Z Downloaded object v0.30.4
12452026-06-19T21:43:22.019Z Downloaded goblin v0.10.5
12462026-06-19T21:43:22.023Z Downloaded typed-path v0.9.3
12472026-06-19T21:43:22.026Z Downloaded tower v0.5.3
12482026-06-19T21:43:22.039Z Downloaded unicode-normalization v0.1.25
12492026-06-19T21:43:22.042Z Downloaded salty v0.3.0
12502026-06-19T21:43:22.047Z Downloaded tough v0.22.0
12512026-06-19T21:43:22.052Z Downloaded tokio-util v0.7.18
12522026-06-19T21:43:22.055Z Downloaded tower-http v0.6.8
12532026-06-19T21:43:22.065Z Downloaded rustls-webpki v0.102.8
12542026-06-19T21:43:22.074Z Downloaded zip v4.6.1
12552026-06-19T21:43:22.084Z Downloaded winnow v0.6.26
12562026-06-19T21:43:22.089Z Downloaded curve25519-dalek v4.1.3
12572026-06-19T21:43:22.093Z Downloaded nix v0.27.1
12582026-06-19T21:43:22.104Z Downloaded serde_with v3.17.0
12592026-06-19T21:43:22.112Z Downloaded winnow v0.5.40
12602026-06-19T21:43:22.119Z Downloaded nix v0.28.0
12612026-06-19T21:43:22.133Z Downloaded openssl v0.10.79
12622026-06-19T21:43:22.138Z Downloaded radix_trie v0.2.1
12632026-06-19T21:43:22.141Z Downloaded quinn-proto v0.11.13
12642026-06-19T21:43:22.145Z Downloaded tabled v0.20.0
12652026-06-19T21:43:22.155Z Downloaded regex-syntax v0.6.29
12662026-06-19T21:43:22.159Z Downloaded smoltcp v0.9.1
12672026-06-19T21:43:22.165Z Downloaded hickory-proto v0.24.4
12682026-06-19T21:43:22.173Z Downloaded polar-core v0.27.3
12692026-06-19T21:43:22.188Z Downloaded zlib-rs v0.6.2
12702026-06-19T21:43:22.191Z Downloaded nix v0.31.2
12712026-06-19T21:43:22.198Z Downloaded rustls v0.21.12
12722026-06-19T21:43:22.205Z Downloaded time v0.3.47
12732026-06-19T21:43:22.223Z Downloaded dropshot v0.17.0
12742026-06-19T21:43:22.239Z Downloaded vcpkg v0.2.15
12752026-06-19T21:43:22.261Z Downloaded webpki-roots v1.0.6
12762026-06-19T21:43:22.264Z Downloaded object v0.37.3
12772026-06-19T21:43:22.269Z Downloaded smoltcp v0.11.0
12782026-06-19T21:43:22.277Z Downloaded zerocopy v0.8.40
12792026-06-19T21:43:22.281Z Downloaded regress v0.10.5
12802026-06-19T21:43:22.289Z Downloaded openapiv3 v2.2.0
12812026-06-19T21:43:22.293Z Downloaded rustls v0.22.4
12822026-06-19T21:43:22.300Z Downloaded rustls v0.23.37
12832026-06-19T21:43:22.307Z Downloaded regress v0.11.1
12842026-06-19T21:43:22.312Z Downloaded hickory-proto v0.25.2
12852026-06-19T21:43:22.321Z Downloaded rustix v0.38.44
12862026-06-19T21:43:22.334Z Downloaded diesel v2.3.7
12872026-06-19T21:43:22.346Z Downloaded regex-syntax v0.8.10
12882026-06-19T21:43:22.368Z Downloaded sled v0.34.7
12892026-06-19T21:43:22.398Z Downloaded sqlparser v0.61.0
12902026-06-19T21:43:22.405Z Downloaded zerocopy-derive v0.6.6
12912026-06-19T21:43:22.417Z Downloaded petgraph v0.6.5
12922026-06-19T21:43:22.429Z Downloaded jiff v0.2.21
12932026-06-19T21:43:22.445Z Downloaded tracing v0.1.44
12942026-06-19T21:43:22.459Z Downloaded typify-impl v0.6.2
12952026-06-19T21:43:22.468Z Downloaded csv v1.4.0
12962026-06-19T21:43:22.482Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-06-19T21:43:22.488Z Downloaded ratatui v0.29.0
12982026-06-19T21:43:22.509Z Downloaded regex-automata v0.4.14
12992026-06-19T21:43:22.519Z Downloaded encoding_rs v0.8.35
13002026-06-19T21:43:22.545Z Downloaded chrono-tz v0.10.4
13012026-06-19T21:43:22.607Z Downloaded petgraph v0.8.3
13022026-06-19T21:43:22.621Z Downloaded libz-sys v1.1.24
13032026-06-19T21:43:22.666Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-06-19T21:43:22.675Z Downloaded sha3 v0.10.8
13052026-06-19T21:43:22.701Z Downloaded tokio v1.52.1
13062026-06-19T21:43:22.817Z Downloaded ring v0.17.14
13072026-06-19T21:43:22.869Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-06-19T21:43:23.413Z Downloaded aws-lc-sys v0.40.0
13092026-06-19T21:43:23.656Z Compiling libc v0.2.185
13102026-06-19T21:43:23.656Z Compiling serde v1.0.228
13112026-06-19T21:43:23.662Z Compiling log v0.4.29
13122026-06-19T21:43:23.662Z Compiling shlex v1.3.0
13132026-06-19T21:43:23.799Z Compiling find-msvc-tools v0.1.9
13142026-06-19T21:43:23.802Z Compiling smallvec v1.15.1
13152026-06-19T21:43:23.815Z Compiling syn v2.0.117
13162026-06-19T21:43:23.835Z Compiling typenum v1.19.0
13172026-06-19T21:43:23.990Z Compiling generic-array v0.14.7
13182026-06-19T21:43:24.002Z Compiling subtle v2.6.1
13192026-06-19T21:43:24.044Z Compiling scopeguard v1.2.0
13202026-06-19T21:43:24.090Z Compiling const-oid v0.9.6
13212026-06-19T21:43:24.123Z Compiling serde_json v1.0.149
13222026-06-19T21:43:24.159Z Compiling lock_api v0.4.14
13232026-06-19T21:43:24.171Z Compiling zerocopy v0.8.40
13242026-06-19T21:43:24.241Z Compiling portable-atomic v1.13.1
13252026-06-19T21:43:24.396Z Compiling pin-project-lite v0.2.17
13262026-06-19T21:43:24.492Z Compiling parking_lot_core v0.9.12
13272026-06-19T21:43:24.622Z Compiling pkg-config v0.3.32
13282026-06-19T21:43:24.713Z Compiling getrandom v0.2.17
13292026-06-19T21:43:24.716Z Compiling jobserver v0.1.34
13302026-06-19T21:43:24.738Z Compiling errno v0.3.14
13312026-06-19T21:43:24.871Z Compiling rand_core v0.6.4
13322026-06-19T21:43:24.951Z Compiling cc v1.2.56
13332026-06-19T21:43:25.109Z Compiling signal-hook-registry v1.4.8
13342026-06-19T21:43:25.127Z Compiling bitflags v2.11.0
13352026-06-19T21:43:25.153Z Compiling libm v0.2.16
13362026-06-19T21:43:25.200Z Compiling futures-core v0.3.32
13372026-06-19T21:43:25.369Z Compiling critical-section v1.2.0
13382026-06-19T21:43:25.383Z Compiling parking_lot v0.12.5
13392026-06-19T21:43:25.395Z Compiling mio v1.2.0
13402026-06-19T21:43:25.408Z Compiling num-traits v0.2.19
13412026-06-19T21:43:25.478Z Compiling once_cell v1.21.3
13422026-06-19T21:43:25.493Z Compiling percent-encoding v2.3.2
13432026-06-19T21:43:25.690Z Compiling socket2 v0.6.3
13442026-06-19T21:43:25.705Z Compiling futures-sink v0.3.32
13452026-06-19T21:43:25.751Z Compiling futures-task v0.3.32
13462026-06-19T21:43:25.763Z Compiling getrandom v0.4.1
13472026-06-19T21:43:25.807Z Compiling futures-channel v0.3.32
13482026-06-19T21:43:25.870Z Compiling cpufeatures v0.2.17
13492026-06-19T21:43:25.919Z Compiling slab v0.4.12
13502026-06-19T21:43:25.946Z Compiling futures-io v0.3.32
13512026-06-19T21:43:26.034Z Compiling rand_core v0.10.0
13522026-06-19T21:43:26.084Z Compiling indexmap v2.14.0
13532026-06-19T21:43:26.110Z Compiling getrandom v0.3.4
13542026-06-19T21:43:26.113Z Compiling rustversion v1.0.22
13552026-06-19T21:43:26.135Z Compiling cmake v0.1.57
13562026-06-19T21:43:26.496Z Compiling form_urlencoded v1.2.2
13572026-06-19T21:43:26.525Z Compiling fs_extra v1.3.0
13582026-06-19T21:43:26.541Z Compiling dunce v1.0.5
13592026-06-19T21:43:26.635Z Compiling synstructure v0.13.2
13602026-06-19T21:43:26.670Z Compiling base64ct v1.8.3
13612026-06-19T21:43:26.720Z Compiling ident_case v1.0.1
13622026-06-19T21:43:26.789Z Compiling aws-lc-sys v0.40.0
13632026-06-19T21:43:26.843Z Compiling regex-syntax v0.8.10
13642026-06-19T21:43:26.954Z Compiling pem-rfc7468 v0.7.0
13652026-06-19T21:43:27.024Z Compiling flagset v0.4.7
13662026-06-19T21:43:27.068Z Compiling rustix v1.1.3
13672026-06-19T21:43:27.148Z Compiling iana-time-zone v0.1.65
13682026-06-19T21:43:27.161Z Compiling rand_core v0.9.5
13692026-06-19T21:43:27.233Z Compiling ring v0.17.14
13702026-06-19T21:43:27.254Z Compiling aws-lc-rs v1.16.3
13712026-06-19T21:43:27.348Z Compiling vcpkg v0.2.15
13722026-06-19T21:43:27.431Z Compiling uuid v1.23.0
13732026-06-19T21:43:27.541Z Compiling rustc_version v0.4.1
13742026-06-19T21:43:27.931Z Compiling tracing-core v0.1.36
13752026-06-19T21:43:28.163Z Compiling openssl-sys v0.9.115
13762026-06-19T21:43:28.185Z Compiling base64 v0.22.1
13772026-06-19T21:43:28.382Z Compiling serde_derive v1.0.228
13782026-06-19T21:43:28.488Z Compiling zeroize_derive v1.4.3
13792026-06-19T21:43:28.509Z Compiling zerofrom-derive v0.1.6
13802026-06-19T21:43:28.685Z Compiling yoke-derive v0.8.1
13812026-06-19T21:43:28.821Z Compiling zerocopy-derive v0.8.40
13822026-06-19T21:43:29.136Z Compiling zeroize v1.8.2
13832026-06-19T21:43:29.235Z Compiling zerovec-derive v0.11.2
13842026-06-19T21:43:29.857Z Compiling crypto-common v0.1.7
13852026-06-19T21:43:29.899Z Compiling block-buffer v0.10.4
13862026-06-19T21:43:29.923Z Compiling zerofrom v0.1.6
13872026-06-19T21:43:30.002Z Compiling displaydoc v0.2.5
13882026-06-19T21:43:30.044Z Compiling yoke v0.8.1
13892026-06-19T21:43:30.062Z Compiling digest v0.10.7
13902026-06-19T21:43:30.227Z Compiling tokio-macros v2.7.0
13912026-06-19T21:43:30.311Z Compiling futures-macro v0.3.32
13922026-06-19T21:43:30.353Z Compiling zerovec v0.11.5
13932026-06-19T21:43:30.734Z Compiling zerotrie v0.2.3
13942026-06-19T21:43:30.850Z Compiling tinystr v0.8.2
13952026-06-19T21:43:30.936Z Compiling potential_utf v0.1.4
13962026-06-19T21:43:31.032Z Compiling icu_locale_core v2.1.1
13972026-06-19T21:43:31.050Z Compiling icu_collections v2.1.1
13982026-06-19T21:43:31.092Z Compiling hmac v0.12.1
13992026-06-19T21:43:31.095Z Compiling futures-util v0.3.32
14002026-06-19T21:43:31.247Z Compiling block-padding v0.3.3
14012026-06-19T21:43:31.401Z Compiling inout v0.1.4
14022026-06-19T21:43:31.512Z Compiling sha2 v0.10.9
14032026-06-19T21:43:31.563Z Compiling cipher v0.4.4
14042026-06-19T21:43:31.822Z Compiling bytes v1.11.1
14052026-06-19T21:43:31.835Z Compiling icu_provider v2.1.1
14062026-06-19T21:43:31.898Z Compiling der_derive v0.7.3
14072026-06-19T21:43:31.929Z Compiling chrono v0.4.44
14082026-06-19T21:43:32.128Z Compiling icu_normalizer v2.1.1
14092026-06-19T21:43:32.428Z Compiling tokio v1.52.1
14102026-06-19T21:43:32.627Z Compiling icu_properties v2.1.2
14112026-06-19T21:43:32.872Z Compiling der v0.7.10
14122026-06-19T21:43:32.943Z Compiling http v1.4.0
14132026-06-19T21:43:33.242Z Compiling ppv-lite86 v0.2.21
14142026-06-19T21:43:33.384Z Compiling salsa20 v0.10.2
14152026-06-19T21:43:33.464Z Compiling pbkdf2 v0.12.2
14162026-06-19T21:43:33.524Z Compiling idna_adapter v1.2.1
14172026-06-19T21:43:33.557Z Compiling rustls-pki-types v1.14.0
14182026-06-19T21:43:33.581Z Compiling tracing-attributes v0.1.31
14192026-06-19T21:43:33.665Z Compiling idna v1.1.0
14202026-06-19T21:43:33.778Z Compiling spki v0.7.3
14212026-06-19T21:43:33.851Z Compiling thiserror-impl v2.0.18
14222026-06-19T21:43:33.985Z Compiling url v2.5.8
14232026-06-19T21:43:34.006Z Compiling http-body v1.0.1
14242026-06-19T21:43:34.078Z Compiling scrypt v0.11.0
14252026-06-19T21:43:34.156Z Compiling rand_chacha v0.9.0
14262026-06-19T21:43:34.317Z Compiling aes v0.8.4
14272026-06-19T21:43:34.330Z Compiling cbc v0.1.2
14282026-06-19T21:43:34.539Z Compiling openssl-probe v0.2.1
14292026-06-19T21:43:34.716Z Compiling httparse v1.10.1
14302026-06-19T21:43:34.755Z Compiling tinyvec_macros v0.1.1
14312026-06-19T21:43:34.827Z Compiling untrusted v0.9.0
14322026-06-19T21:43:34.841Z Compiling untrusted v0.7.1
14332026-06-19T21:43:34.886Z Compiling tracing v0.1.44
14342026-06-19T21:43:34.958Z Compiling tinyvec v1.10.0
14352026-06-19T21:43:35.096Z Compiling pkcs5 v0.7.1
14362026-06-19T21:43:35.147Z Compiling pest_generator v2.8.6
14372026-06-19T21:43:35.166Z Compiling thiserror v2.0.18
14382026-06-19T21:43:35.271Z Compiling rand v0.9.2
14392026-06-19T21:43:35.292Z Compiling serde_derive_internals v0.29.1
14402026-06-19T21:43:35.363Z Compiling aho-corasick v1.1.4
14412026-06-19T21:43:35.564Z Compiling dyn-clone v1.0.20
14422026-06-19T21:43:35.703Z Compiling schemars v0.8.22
14432026-06-19T21:43:35.833Z Compiling atomic-waker v1.1.2
14442026-06-19T21:43:35.898Z Compiling try-lock v0.2.5
14452026-06-19T21:43:35.967Z Compiling tower-service v0.3.3
14462026-06-19T21:43:36.014Z Compiling tower-layer v0.3.3
14472026-06-19T21:43:36.045Z Compiling rustls v0.23.37
14482026-06-19T21:43:36.059Z Compiling want v0.3.1
14492026-06-19T21:43:36.162Z Compiling tokio-util v0.7.18
14502026-06-19T21:43:36.177Z Compiling schemars_derive v0.8.22
14512026-06-19T21:43:36.211Z Compiling regex-automata v0.4.14
14522026-06-19T21:43:36.241Z Compiling pest_derive v2.8.6
14532026-06-19T21:43:36.673Z Compiling pkcs8 v0.10.2
14542026-06-19T21:43:36.981Z Compiling h2 v0.4.13
14552026-06-19T21:43:37.023Z Compiling ipnet v2.11.0
14562026-06-19T21:43:37.036Z Compiling scroll_derive v0.13.1
14572026-06-19T21:43:37.187Z Compiling darling_core v0.20.11
14582026-06-19T21:43:37.416Z Compiling foreign-types-shared v0.1.1
14592026-06-19T21:43:37.502Z Compiling openssl v0.10.79
14602026-06-19T21:43:37.515Z Compiling httpdate v1.0.3
14612026-06-19T21:43:37.748Z Compiling pin-utils v0.1.0
14622026-06-19T21:43:37.804Z Compiling tempfile v3.25.0
14632026-06-19T21:43:37.821Z Compiling foreign-types v0.3.2
14642026-06-19T21:43:37.859Z Compiling scroll v0.13.0
14652026-06-19T21:43:38.100Z Compiling unicode-normalization v0.1.25
14662026-06-19T21:43:38.169Z Compiling openssl-macros v0.1.1
14672026-06-19T21:43:38.544Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-06-19T21:43:38.557Z Compiling socket2 v0.5.10
14692026-06-19T21:43:38.560Z Compiling spin v0.9.8
14702026-06-19T21:43:38.777Z Compiling crc32fast v1.5.0
14712026-06-19T21:43:38.931Z Compiling native-tls v0.2.18
14722026-06-19T21:43:38.960Z Compiling num-conv v0.2.0
14732026-06-19T21:43:39.046Z Compiling time-core v0.1.8
14742026-06-19T21:43:39.088Z Compiling powerfmt v0.2.0
14752026-06-19T21:43:39.190Z Compiling time-macros v0.2.27
14762026-06-19T21:43:39.290Z Compiling deranged v0.5.8
14772026-06-19T21:43:39.481Z Compiling darling_macro v0.20.11
14782026-06-19T21:43:39.938Z Compiling darling v0.20.11
14792026-06-19T21:43:40.019Z Compiling hyper v1.8.1
14802026-06-19T21:43:40.243Z Compiling goblin v0.10.5
14812026-06-19T21:43:40.256Z Compiling rustls-native-certs v0.8.3
14822026-06-19T21:43:40.330Z Compiling sync_wrapper v1.0.2
14832026-06-19T21:43:40.444Z Compiling wait-timeout v0.2.1
14842026-06-19T21:43:40.541Z Compiling siphasher v1.0.2
14852026-06-19T21:43:40.710Z Compiling crossbeam-utils v0.8.21
14862026-06-19T21:43:40.732Z Compiling usdt-impl v0.6.0
14872026-06-19T21:43:40.935Z Compiling simd-adler32 v0.3.8
14882026-06-19T21:43:40.952Z Compiling syn v1.0.109
14892026-06-19T21:43:40.988Z Compiling quick-error v1.2.3
14902026-06-19T21:43:41.095Z Compiling hyper-util v0.1.20
14912026-06-19T21:43:41.174Z Compiling num_threads v0.1.7
14922026-06-19T21:43:41.247Z Compiling unicode-segmentation v1.12.0
14932026-06-19T21:43:41.271Z Compiling bit-vec v0.8.0
14942026-06-19T21:43:41.501Z Compiling bit-set v0.8.0
14952026-06-19T21:43:41.661Z Compiling time v0.3.47
14962026-06-19T21:43:41.674Z Compiling rusty-fork v0.3.1
14972026-06-19T21:43:41.913Z Compiling tower v0.5.3
14982026-06-19T21:43:41.983Z Compiling derive_builder_core v0.20.2
14992026-06-19T21:43:42.354Z Compiling dtrace-parser v0.3.0
15002026-06-19T21:43:42.379Z Compiling http-body-util v0.1.3
15012026-06-19T21:43:42.625Z Compiling webpki-roots v1.0.6
15022026-06-19T21:43:42.803Z Compiling signature v2.2.0
15032026-06-19T21:43:42.834Z Compiling scroll_derive v0.12.1
15042026-06-19T21:43:42.870Z Compiling thiserror-impl v1.0.69
15052026-06-19T21:43:42.983Z Compiling dof v0.4.0
15062026-06-19T21:43:43.133Z Compiling heapless v0.7.17
15072026-06-19T21:43:43.265Z Compiling rand_xorshift v0.4.0
15082026-06-19T21:43:43.372Z Compiling slog v2.8.2
15092026-06-19T21:43:43.427Z Compiling darling_core v0.21.3
15102026-06-19T21:43:43.500Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-19T21:43:43.556Z Compiling thread-id v5.1.0
15122026-06-19T21:43:43.647Z Compiling cookie v0.18.1
15132026-06-19T21:43:43.775Z Compiling iri-string v0.7.10
15142026-06-19T21:43:43.829Z Compiling unarray v0.1.4
15152026-06-19T21:43:43.944Z Compiling paste v1.0.15
15162026-06-19T21:43:44.132Z Compiling adler2 v2.0.1
15172026-06-19T21:43:44.182Z Compiling unicode-bidi v0.3.18
15182026-06-19T21:43:44.212Z Compiling anyhow v1.0.102
15192026-06-19T21:43:44.261Z Compiling zstd-safe v7.2.4
15202026-06-19T21:43:44.452Z Compiling allocator-api2 v0.2.21
15212026-06-19T21:43:44.513Z Compiling signal-hook v0.3.18
15222026-06-19T21:43:44.526Z Compiling unicode-properties v0.1.4
15232026-06-19T21:43:44.682Z Compiling ryu v1.0.23
15242026-06-19T21:43:44.723Z Compiling stringprep v0.1.5
15252026-06-19T21:43:44.770Z Compiling miniz_oxide v0.8.9
15262026-06-19T21:43:44.855Z Compiling serde_urlencoded v0.7.1
15272026-06-19T21:43:44.959Z Compiling tower-http v0.6.8
15282026-06-19T21:43:45.140Z Compiling thiserror v1.0.69
15292026-06-19T21:43:45.143Z Compiling proptest v1.10.0
15302026-06-19T21:43:45.367Z Compiling scroll v0.12.0
15312026-06-19T21:43:45.427Z Compiling derive_builder_macro v0.20.2
15322026-06-19T21:43:45.836Z Compiling tokio-native-tls v0.3.1
15332026-06-19T21:43:45.873Z Compiling heck v0.4.1
15342026-06-19T21:43:45.935Z Compiling darling_macro v0.21.3
15352026-06-19T21:43:46.001Z Compiling ipnetwork v0.21.1
15362026-06-19T21:43:46.014Z Compiling bstr v1.12.1
15372026-06-19T21:43:46.093Z Compiling rand_chacha v0.3.1
15382026-06-19T21:43:46.110Z Compiling serde_spanned v0.6.9
15392026-06-19T21:43:46.253Z Compiling toml_datetime v0.6.11
15402026-06-19T21:43:46.386Z Compiling serde_tokenstream v0.2.3
15412026-06-19T21:43:46.405Z Compiling erased-serde v0.3.31
15422026-06-19T21:43:46.514Z Compiling md-5 v0.10.6
15432026-06-19T21:43:46.652Z Compiling pin-project-internal v1.1.11
15442026-06-19T21:43:46.681Z Compiling zerocopy-derive v0.7.35
15452026-06-19T21:43:46.696Z Compiling async-trait v0.1.89
15462026-06-19T21:43:46.893Z Compiling curve25519-dalek v4.1.3
15472026-06-19T21:43:46.896Z Compiling vergen-lib v9.1.0
15482026-06-19T21:43:47.083Z Compiling num-integer v0.1.46
15492026-06-19T21:43:47.226Z Compiling hash32 v0.2.1
15502026-06-19T21:43:47.403Z Compiling ff v0.13.1
15512026-06-19T21:43:47.421Z Compiling memoffset v0.9.1
15522026-06-19T21:43:47.526Z Compiling encoding_rs v0.8.35
15532026-06-19T21:43:47.539Z Compiling ref-cast v1.0.25
15542026-06-19T21:43:47.612Z Compiling psl-types v2.0.11
15552026-06-19T21:43:47.760Z Compiling zlib-rs v0.6.2
15562026-06-19T21:43:47.777Z Compiling cfg_aliases v0.2.1
15572026-06-19T21:43:47.791Z Compiling fallible-iterator v0.2.0
15582026-06-19T21:43:47.850Z Compiling rustix v0.38.44
15592026-06-19T21:43:47.908Z Compiling mime v0.3.17
15602026-06-19T21:43:48.101Z Compiling litrs v1.0.0
15612026-06-19T21:43:48.161Z Compiling base16ct v0.2.0
15622026-06-19T21:43:48.188Z Compiling smoltcp v0.9.1
15632026-06-19T21:43:48.342Z Compiling num-bigint-dig v0.8.6
15642026-06-19T21:43:48.557Z Compiling sec1 v0.7.3
15652026-06-19T21:43:48.608Z Compiling document-features v0.2.12
15662026-06-19T21:43:48.658Z Compiling postgres-protocol v0.6.10
15672026-06-19T21:43:48.888Z Compiling nix v0.31.2
15682026-06-19T21:43:49.075Z Compiling pin-project v1.1.11
15692026-06-19T21:43:49.176Z Compiling publicsuffix v2.3.0
15702026-06-19T21:43:49.212Z Compiling zerocopy v0.7.35
15712026-06-19T21:43:49.249Z Compiling group v0.13.0
15722026-06-19T21:43:49.282Z Compiling newtype-uuid v1.3.2
15732026-06-19T21:43:49.422Z Compiling num-iter v0.1.45
15742026-06-19T21:43:49.639Z Compiling darling v0.21.3
15752026-06-19T21:43:49.717Z Compiling hubpack_derive v0.1.1
15762026-06-19T21:43:49.731Z Compiling rand v0.8.6
15772026-06-19T21:43:49.744Z Compiling oxnet v0.1.6
15782026-06-19T21:43:49.808Z Compiling snafu-derive v0.8.9
15792026-06-19T21:43:50.109Z Compiling hyper-tls v0.6.0
15802026-06-19T21:43:50.156Z Compiling derive_builder v0.20.2
15812026-06-19T21:43:50.282Z Compiling goblin v0.8.2
15822026-06-19T21:43:50.869Z Compiling flate2 v1.1.9
15832026-06-19T21:43:50.908Z Compiling phf_shared v0.13.1
15842026-06-19T21:43:50.941Z Compiling lazy_static v1.5.0
15852026-06-19T21:43:51.035Z Compiling regex v1.12.3
15862026-06-19T21:43:51.147Z Compiling anstyle-parse v0.2.7
15872026-06-19T21:43:51.176Z Compiling strum_macros v0.27.2
15882026-06-19T21:43:51.275Z Compiling futures-executor v0.3.32
15892026-06-19T21:43:51.329Z Compiling hex v0.4.3
15902026-06-19T21:43:51.462Z Compiling hkdf v0.12.4
15912026-06-19T21:43:51.532Z Compiling crypto-bigint v0.5.5
15922026-06-19T21:43:51.598Z Compiling terminal_size v0.4.3
15932026-06-19T21:43:51.628Z Compiling curve25519-dalek-derive v0.1.1
15942026-06-19T21:43:51.728Z Compiling ref-cast-impl v1.0.25
15952026-06-19T21:43:51.742Z Compiling daft-derive v0.1.7
15962026-06-19T21:43:52.263Z Compiling vergen v9.1.0
15972026-06-19T21:43:52.276Z Compiling fs-err v3.3.0
15982026-06-19T21:43:52.444Z Compiling cargo-platform v0.3.2
15992026-06-19T21:43:52.463Z Compiling ahash v0.8.12
16002026-06-19T21:43:52.464Z Compiling libbz2-rs-sys v0.2.2
16012026-06-19T21:43:52.728Z Compiling managed v0.8.0
16022026-06-19T21:43:52.762Z Compiling foldhash v0.2.0
16032026-06-19T21:43:52.952Z Compiling bumpalo v3.20.2
16042026-06-19T21:43:52.990Z Compiling winnow v0.5.40
16052026-06-19T21:43:53.171Z Compiling object v0.37.3
16062026-06-19T21:43:53.208Z Compiling foldhash v0.1.5
16072026-06-19T21:43:53.220Z Compiling bitflags v1.3.2
16082026-06-19T21:43:53.293Z Compiling same-file v1.0.6
16092026-06-19T21:43:53.380Z Compiling clap_builder v4.6.0
16102026-06-19T21:43:53.459Z Compiling walkdir v2.5.0
16112026-06-19T21:43:53.488Z Compiling hashbrown v0.15.5
16122026-06-19T21:43:53.764Z Compiling strum v0.27.2
16132026-06-19T21:43:53.781Z Compiling zopfli v0.8.3
16142026-06-19T21:43:53.900Z Compiling bzip2 v0.6.1
16152026-06-19T21:43:54.044Z Compiling hashbrown v0.16.1
16162026-06-19T21:43:54.158Z Compiling cargo_metadata v0.23.1
16172026-06-19T21:43:54.432Z Compiling toml_edit v0.19.15
16182026-06-19T21:43:54.448Z Compiling daft v0.1.7
16192026-06-19T21:43:54.581Z Compiling elliptic-curve v0.13.8
16202026-06-19T21:43:54.641Z Compiling dof v0.3.0
16212026-06-19T21:43:55.080Z Compiling snafu v0.8.9
16222026-06-19T21:43:55.354Z Compiling futures v0.3.32
16232026-06-19T21:43:55.436Z Compiling anstream v0.6.21
16242026-06-19T21:43:55.450Z Compiling phf v0.13.1
16252026-06-19T21:43:55.514Z Compiling signal-hook-mio v0.2.5
16262026-06-19T21:43:55.744Z Compiling cookie_store v0.22.1
16272026-06-19T21:43:56.003Z Compiling zstd v0.13.3
16282026-06-19T21:43:56.112Z Compiling hubpack v0.1.2
16292026-06-19T21:43:56.272Z Compiling bzip2 v0.4.4
16302026-06-19T21:43:56.332Z Compiling serde_with_macros v3.17.0
16312026-06-19T21:43:56.416Z Compiling postgres-types v0.2.12
16322026-06-19T21:43:56.481Z Compiling usdt-macro v0.6.0
16332026-06-19T21:43:56.965Z Compiling usdt-attr-macro v0.6.0
16342026-06-19T21:43:57.069Z Compiling globset v0.4.18
16352026-06-19T21:43:57.221Z Compiling dtrace-parser v0.2.0
16362026-06-19T21:43:57.450Z Compiling ed25519 v2.2.3
16372026-06-19T21:43:57.550Z Compiling phf_shared v0.11.3
16382026-06-19T21:43:57.750Z Compiling olpc-cjson v0.1.4
16392026-06-19T21:43:57.763Z Compiling pkcs1 v0.7.5
16402026-06-19T21:43:57.775Z Compiling clap_derive v4.6.1
16412026-06-19T21:43:57.791Z Compiling strum_macros v0.26.4
16422026-06-19T21:43:57.911Z Compiling enum-as-inner v0.6.1
16432026-06-19T21:43:58.004Z Compiling serde_plain v1.0.2
16442026-06-19T21:43:58.171Z Compiling serde-big-array v0.5.1
16452026-06-19T21:43:58.202Z Compiling rfc6979 v0.4.0
16462026-06-19T21:43:58.315Z Compiling pem v3.0.6
16472026-06-19T21:43:58.330Z Compiling async-recursion v1.1.1
16482026-06-19T21:43:58.393Z Compiling serde_repr v0.1.20
16492026-06-19T21:43:58.412Z Compiling float-cmp v0.10.0
16502026-06-19T21:43:58.562Z Compiling memmap2 v0.9.10
16512026-06-19T21:43:58.644Z Compiling thread-id v4.2.2
16522026-06-19T21:43:58.730Z Compiling env_filter v1.0.0
16532026-06-19T21:43:58.776Z Compiling whoami v2.1.0
16542026-06-19T21:43:58.925Z Compiling data-encoding v2.10.0
16552026-06-19T21:43:58.986Z Compiling precomputed-hash v0.1.1
16562026-06-19T21:43:59.033Z Compiling difflib v0.4.0
16572026-06-19T21:43:59.075Z Compiling either v1.15.0
16582026-06-19T21:43:59.158Z Compiling keccak v0.1.6
16592026-06-19T21:43:59.280Z Compiling static_assertions v1.1.0
16602026-06-19T21:43:59.357Z Compiling normalize-line-endings v0.3.0
16612026-06-19T21:43:59.457Z Compiling typed-path v0.9.3
16622026-06-19T21:43:59.545Z Compiling new_debug_unreachable v1.0.6
16632026-06-19T21:43:59.559Z Compiling fixedbitset v0.5.7
16642026-06-19T21:43:59.584Z Compiling fixedbitset v0.4.2
16652026-06-19T21:43:59.616Z Compiling predicates-core v1.0.10
16662026-06-19T21:43:59.616Z Compiling jiff v0.2.21
16672026-06-19T21:43:59.787Z Compiling petgraph v0.8.3
16682026-06-19T21:43:59.801Z Compiling predicates v3.1.4
16692026-06-19T21:43:59.854Z Compiling petgraph v0.6.5
16702026-06-19T21:43:59.965Z Compiling string_cache v0.8.9
16712026-06-19T21:44:00.192Z Compiling toml_edit v0.22.27
16722026-06-19T21:44:00.441Z Compiling clap v4.6.1
16732026-06-19T21:44:00.530Z Compiling strum v0.26.3
16742026-06-19T21:44:00.656Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-19T21:44:00.670Z Compiling sha3 v0.10.8
16762026-06-19T21:44:01.125Z Compiling itertools v0.13.0
16772026-06-19T21:44:01.277Z Compiling hickory-proto v0.25.2
16782026-06-19T21:44:01.346Z Compiling tokio-postgres v0.7.16
16792026-06-19T21:44:01.727Z Compiling env_logger v0.11.9
16802026-06-19T21:44:02.092Z Compiling usdt v0.6.0
16812026-06-19T21:44:02.352Z Compiling zip v4.6.1
16822026-06-19T21:44:02.367Z Compiling usdt-impl v0.5.0
16832026-06-19T21:44:02.930Z Compiling ecdsa v0.16.9
16842026-06-19T21:44:02.971Z Compiling rsa v0.9.10
16852026-06-19T21:44:03.327Z Compiling ed25519-dalek v2.2.0
16862026-06-19T21:44:03.348Z Compiling serde_with v3.17.0
16872026-06-19T21:44:03.541Z Compiling crossterm v0.28.1
16882026-06-19T21:44:03.811Z Compiling zip v0.6.6
16892026-06-19T21:44:04.386Z Compiling toml v0.7.8
16902026-06-19T21:44:04.401Z Compiling iddqd v0.4.2
16912026-06-19T21:44:05.094Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-06-19T21:44:05.226Z Compiling similar v2.7.0
16932026-06-19T21:44:05.240Z Compiling crossbeam-epoch v0.9.18
16942026-06-19T21:44:05.568Z Compiling tokio-stream v0.1.18
16952026-06-19T21:44:05.700Z Compiling buf-list v1.1.2
16962026-06-19T21:44:05.730Z Compiling x509-cert v0.2.5
16972026-06-19T21:44:05.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16982026-06-19T21:44:06.030Z Compiling openapiv3 v2.2.0
16992026-06-19T21:44:06.073Z Compiling sha1 v0.10.6
17002026-06-19T21:44:06.114Z Compiling lalrpop-util v0.19.12
17012026-06-19T21:44:06.285Z Compiling peg-runtime v0.8.5
17022026-06-19T21:44:06.297Z Compiling thread_local v1.1.9
17032026-06-19T21:44:06.310Z Compiling slog-async v2.8.0
17042026-06-19T21:44:06.323Z Compiling crossbeam-channel v0.5.15
17052026-06-19T21:44:06.544Z Compiling filetime v0.2.27
17062026-06-19T21:44:06.560Z Compiling is-terminal v0.4.17
17072026-06-19T21:44:06.620Z Compiling take_mut v0.2.2
17082026-06-19T21:44:06.655Z Compiling term v1.2.1
17092026-06-19T21:44:06.751Z Compiling xattr v1.6.1
17102026-06-19T21:44:06.886Z Compiling tar v0.4.45
17112026-06-19T21:44:07.183Z Compiling slog-term v2.9.2
17122026-06-19T21:44:17.008Z Compiling rustls-webpki v0.103.9
17132026-06-19T21:44:19.828Z Compiling tokio-rustls v0.26.4
17142026-06-19T21:44:19.828Z Compiling rustls-platform-verifier v0.6.2
17152026-06-19T21:44:20.024Z Compiling hyper-rustls v0.27.7
17162026-06-19T21:44:20.228Z Compiling reqwest v0.12.28
17172026-06-19T21:44:20.231Z Compiling reqwest v0.13.2
17182026-06-19T21:44:21.514Z Compiling tough v0.22.0
17192026-06-19T21:44:24.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-19T21:44:24.284Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-19T21:44:27.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17222026-06-19T21:44:27.320Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17232026-06-19T21:44:27.371ZJun 19 21:44:25.780 INFO Starting download, target: Console
17242026-06-19T21:44:27.371ZJun 19 21:44:25.781 INFO Starting download, target: Cockroach
17252026-06-19T21:44:27.372ZJun 19 21:44:25.781 INFO Starting download, target: Clickhouse
17262026-06-19T21:44:27.372ZJun 19 21:44:25.781 INFO Starting download, target: DendriteStub
17272026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Starting download, target: MaghemiteMgd
17282026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Starting download, target: MaghemiteDdmd
17292026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Starting download, target: TransceiverControl
17302026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17322026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-19T21:44:27.380ZJun 19 21:44:25.781 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-19T21:44:27.965ZJun 19 21:44:26.379 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-19T21:44:28.308ZJun 19 21:44:26.603 INFO Download complete, target: TransceiverControl
17392026-06-19T21:44:28.393ZJun 19 21:44:26.662 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-19T21:44:28.556ZJun 19 21:44:26.919 INFO Download complete, target: Console
17412026-06-19T21:44:29.140ZJun 19 21:44:27.529 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-19T21:44:29.494ZJun 19 21:44:27.887 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17432026-06-19T21:44:29.800ZJun 19 21:44:28.206 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17442026-06-19T21:44:30.100ZJun 19 21:44:28.501 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-06-19T21:44:30.560ZJun 19 21:44:28.971 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-19T21:44:30.560ZJun 19 21:44:28.971 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-19T21:44:31.276ZJun 19 21:44:29.690 INFO Download complete, target: MaghemiteDdmd
17482026-06-19T21:44:32.389ZJun 19 21:44:30.803 INFO Download complete, target: DendriteStub
17492026-06-19T21:44:32.522ZJun 19 21:44:30.937 INFO Download complete, target: MaghemiteMgd
17502026-06-19T21:44:35.145ZJun 19 21:44:33.560 INFO Checking that binary works, target: Cockroach
17512026-06-19T21:44:35.261ZJun 19 21:44:33.676 INFO Download complete, target: Cockroach
17522026-06-19T21:44:35.827ZJun 19 21:44:34.242 INFO Checking that binary works, target: Clickhouse
17532026-06-19T21:44:35.936ZJun 19 21:44:34.351 INFO Download complete, target: Clickhouse
17542026-06-19T21:44:35.953ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-06-19T21:44:35.956Z
17562026-06-19T21:44:35.957Zreal 2:05.738587059
17572026-06-19T21:44:35.957Zuser 6:53.313953352
17582026-06-19T21:44:35.957Zsys 1:23.921240110
17592026-06-19T21:44:35.957Ztrap 0.216404261
17602026-06-19T21:44:35.957Ztflt 0.747240051
17612026-06-19T21:44:35.957Zdflt 0.565794829
17622026-06-19T21:44:35.957Zkflt 0.022281760
17632026-06-19T21:44:35.957Zlock 22:34.719953534
17642026-06-19T21:44:35.957Zslp 21:18.017920193
17652026-06-19T21:44:35.957Zlat 40.899257904
17662026-06-19T21:44:35.957Zstop 1:53.314418356
17672026-06-19T21:44:35.957Z+ banner clippy
17682026-06-19T21:44:35.957Z
17692026-06-19T21:44:35.957Z #### # # ##### ##### # #
17702026-06-19T21:44:35.957Z # # # # # # # # # #
17712026-06-19T21:44:35.957Z # # # # # # # #
17722026-06-19T21:44:35.957Z # # # ##### ##### #
17732026-06-19T21:44:35.957Z # # # # # # #
17742026-06-19T21:44:35.957Z #### ###### # # # #
17752026-06-19T21:44:35.957Z
17762026-06-19T21:44:35.957Z+ export CARGO_INCREMENTAL=0
17772026-06-19T21:44:35.957Z+ CARGO_INCREMENTAL=0
17782026-06-19T21:44:35.957Z+ ptime -m cargo xtask clippy
17792026-06-19T21:44:36.413Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-06-19T21:44:36.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-06-19T21:44:38.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17822026-06-19T21:44:38.580Z Running `target/debug/xtask clippy`
17832026-06-19T21:44:38.608Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-06-19T21:44:39.163Z Downloading crates ...
17852026-06-19T21:44:39.370Z Downloaded addr2line v0.25.1
17862026-06-19T21:44:39.374Z Downloaded cast v0.3.0
17872026-06-19T21:44:39.376Z Downloaded async-lock v3.4.2
17882026-06-19T21:44:39.381Z Downloaded cfg-expr v0.20.6
17892026-06-19T21:44:39.388Z Downloaded assert_cmd v2.1.2
17902026-06-19T21:44:39.391Z Downloaded anes v0.1.6
17912026-06-19T21:44:39.391Z Downloaded supports-unicode v2.1.0
17922026-06-19T21:44:39.395Z Downloaded blake2b_simd v1.0.4
17932026-06-19T21:44:39.398Z Downloaded partial-io v0.5.4
17942026-06-19T21:44:39.400Z Downloaded pathdiff v0.2.3
17952026-06-19T21:44:39.403Z Downloaded plotters-backend v0.3.7
17962026-06-19T21:44:39.403Z Downloaded event-listener v5.4.1
17972026-06-19T21:44:39.406Z Downloaded serde_regex v1.1.0
17982026-06-19T21:44:39.409Z Downloaded textwrap v0.15.2
17992026-06-19T21:44:39.409Z Downloaded chumsky v0.9.3
18002026-06-19T21:44:39.412Z Downloaded backtrace v0.3.76
18012026-06-19T21:44:39.415Z Downloaded target-lexicon v0.13.3
18022026-06-19T21:44:39.415Z Downloaded backtrace-ext v0.2.1
18032026-06-19T21:44:39.417Z Downloaded httptest v0.16.4
18042026-06-19T21:44:39.420Z Downloaded constant_time_eq v0.3.1
18052026-06-19T21:44:39.420Z Downloaded assert-json-diff v2.0.2
18062026-06-19T21:44:39.425Z Downloaded nested v0.1.1
18072026-06-19T21:44:39.427Z Downloaded plotters-svg v0.3.7
18082026-06-19T21:44:39.430Z Downloaded tokio-test v0.4.5
18092026-06-19T21:44:39.433Z Downloaded relative-path v1.9.3
18102026-06-19T21:44:39.436Z Downloaded termcolor v1.4.1
18112026-06-19T21:44:39.436Z Downloaded futures-timer v3.0.3
18122026-06-19T21:44:39.439Z Downloaded parking v2.2.1
18132026-06-19T21:44:39.439Z Downloaded async-object-pool v0.2.0
18142026-06-19T21:44:39.441Z Downloaded miette-derive v5.10.0
18152026-06-19T21:44:39.444Z Downloaded terminal_size v0.1.17
18162026-06-19T21:44:39.444Z Downloaded similar-asserts v1.7.0
18172026-06-19T21:44:39.447Z Downloaded event-listener-strategy v0.5.4
18182026-06-19T21:44:39.447Z Downloaded supports-color v2.1.0
18192026-06-19T21:44:39.447Z Downloaded approx v0.5.1
18202026-06-19T21:44:39.450Z Downloaded target-triple v1.0.0
18212026-06-19T21:44:39.463Z Downloaded rustc-demangle v0.1.27
18222026-06-19T21:44:39.466Z Downloaded guppy-workspace-hack v0.1.0
18232026-06-19T21:44:39.470Z Downloaded supports-hyperlinks v2.1.0
18242026-06-19T21:44:39.473Z Downloaded linkme-impl v0.3.35
18252026-06-19T21:44:39.476Z Downloaded escape8259 v0.5.3
18262026-06-19T21:44:39.476Z Downloaded stringmetrics v2.2.2
18272026-06-19T21:44:39.478Z Downloaded oorandom v11.1.5
18282026-06-19T21:44:39.478Z Downloaded owo-colors v3.5.0
18292026-06-19T21:44:39.481Z Downloaded rust-argon2 v2.1.0
18302026-06-19T21:44:39.481Z Downloaded libtest-mimic v0.8.1
18312026-06-19T21:44:39.485Z Downloaded knuffel-derive v3.2.0
18322026-06-19T21:44:39.488Z Downloaded tinytemplate v1.2.1
18332026-06-19T21:44:39.490Z Downloaded criterion-plot v0.6.0
18342026-06-19T21:44:39.495Z Downloaded path-tree v0.8.3
18352026-06-19T21:44:39.498Z Downloaded target-spec v3.5.7
18362026-06-19T21:44:39.498Z Downloaded concurrent-queue v2.5.0
18372026-06-19T21:44:39.505Z Downloaded linkme v0.3.35
18382026-06-19T21:44:39.508Z Downloaded trybuild v1.0.116
18392026-06-19T21:44:39.511Z Downloaded datatest-stable v0.3.3
18402026-06-19T21:44:39.513Z Downloaded hickory-client v0.25.2
18412026-06-19T21:44:39.526Z Downloaded rstest_macros v0.25.0
18422026-06-19T21:44:39.528Z Downloaded rstest v0.25.0
18432026-06-19T21:44:39.534Z Downloaded rand_distr v0.5.1
18442026-06-19T21:44:39.537Z Downloaded knuffel v3.2.0
18452026-06-19T21:44:39.544Z Downloaded hashbrown v0.14.5
18462026-06-19T21:44:39.547Z Downloaded fancy-regex v0.14.0
18472026-06-19T21:44:39.550Z Downloaded criterion v0.7.0
18482026-06-19T21:44:39.554Z Downloaded miette v5.10.0
18492026-06-19T21:44:39.561Z Downloaded guppy v0.17.25
18502026-06-19T21:44:39.571Z Downloaded plotters v0.3.7
18512026-06-19T21:44:39.588Z Downloaded gimli v0.32.3
18522026-06-19T21:44:39.717Z Downloaded httpmock v0.8.3
18532026-06-19T21:44:41.365Z Checking cfg-if v1.0.4
18542026-06-19T21:44:41.710Z Checking libc v0.2.185
18552026-06-19T21:44:41.713Z Checking serde_core v1.0.228
18562026-06-19T21:44:41.779Z Checking memchr v2.8.0
18572026-06-19T21:44:41.817Z Checking smallvec v1.15.1
18582026-06-19T21:44:41.873Z Checking itoa v1.0.17
18592026-06-19T21:44:41.909Z Checking log v0.4.29
18602026-06-19T21:44:41.954Z Checking zeroize v1.8.2
18612026-06-19T21:44:41.954Z Checking libm v0.2.16
18622026-06-19T21:44:42.046Z Checking scopeguard v1.2.0
18632026-06-19T21:44:42.082Z Checking stable_deref_trait v1.2.1
18642026-06-19T21:44:42.122Z Checking zmij v1.0.21
18652026-06-19T21:44:42.159Z Checking errno v0.3.14
18662026-06-19T21:44:42.194Z Checking getrandom v0.2.17
18672026-06-19T21:44:42.197Z Checking lock_api v0.4.14
18682026-06-19T21:44:42.262Z Checking zerofrom v0.1.6
18692026-06-19T21:44:42.299Z Checking percent-encoding v2.3.2
18702026-06-19T21:44:42.336Z Checking writeable v0.6.2
18712026-06-19T21:44:42.371Z Checking litemap v0.8.1
18722026-06-19T21:44:42.407Z Checking yoke v0.8.1
18732026-06-19T21:44:42.445Z Checking icu_normalizer_data v2.1.1
18742026-06-19T21:44:42.480Z Checking icu_properties_data v2.1.2
18752026-06-19T21:44:42.514Z Checking subtle v2.6.1
18762026-06-19T21:44:42.548Z Checking form_urlencoded v1.2.2
18772026-06-19T21:44:42.584Z Checking utf8_iter v1.0.4
18782026-06-19T21:44:42.620Z Checking zerovec v0.11.5
18792026-06-19T21:44:42.620Z Checking zerotrie v0.2.3
18802026-06-19T21:44:42.688Z Checking num-traits v0.2.19
18812026-06-19T21:44:42.720Z Checking rand_core v0.6.4
18822026-06-19T21:44:42.750Z Checking pin-project-lite v0.2.17
18832026-06-19T21:44:42.786Z Checking zerocopy v0.8.40
18842026-06-19T21:44:42.788Z Checking rand_core v0.10.0
18852026-06-19T21:44:42.873Z Checking parking_lot_core v0.9.12
18862026-06-19T21:44:42.919Z Checking portable-atomic v1.13.1
18872026-06-19T21:44:42.959Z Checking signal-hook-registry v1.4.8
18882026-06-19T21:44:42.993Z Checking getrandom v0.4.1
18892026-06-19T21:44:43.088Z Checking parking_lot v0.12.5
18902026-06-19T21:44:43.124Z Checking tinystr v0.8.2
18912026-06-19T21:44:43.157Z Checking potential_utf v0.1.4
18922026-06-19T21:44:43.194Z Checking critical-section v1.2.0
18932026-06-19T21:44:43.237Z Checking mio v1.2.0
18942026-06-19T21:44:43.279Z Checking serde v1.0.228
18952026-06-19T21:44:43.313Z Checking serde_json v1.0.149
18962026-06-19T21:44:43.316Z Checking bitflags v2.11.0
18972026-06-19T21:44:43.378Z Checking icu_collections v2.1.1
18982026-06-19T21:44:43.382Z Checking icu_locale_core v2.1.1
18992026-06-19T21:44:43.382Z Checking once_cell v1.21.3
19002026-06-19T21:44:43.544Z Checking typenum v1.19.0
19012026-06-19T21:44:43.587Z Checking socket2 v0.6.3
19022026-06-19T21:44:43.633Z Checking iana-time-zone v0.1.65
19032026-06-19T21:44:43.709Z Checking bytes v1.11.1
19042026-06-19T21:44:43.754Z Checking uuid v1.23.0
19052026-06-19T21:44:43.792Z Checking chrono v0.4.44
19062026-06-19T21:44:43.852Z Checking thiserror v2.0.18
19072026-06-19T21:44:43.990Z Checking semver v1.0.28
19082026-06-19T21:44:44.030Z Checking icu_provider v2.1.1
19092026-06-19T21:44:44.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19102026-06-19T21:44:44.111Z Checking generic-array v0.14.7
19112026-06-19T21:44:44.114Z Checking futures-core v0.3.32
19122026-06-19T21:44:44.177Z Checking tokio v1.52.1
19132026-06-19T21:44:44.231Z Checking dyn-clone v1.0.20
19142026-06-19T21:44:44.286Z Checking icu_properties v2.1.2
19152026-06-19T21:44:44.324Z Checking icu_normalizer v2.1.1
19162026-06-19T21:44:44.391Z Checking const-oid v0.9.6
19172026-06-19T21:44:44.434Z Checking equivalent v1.0.2
19182026-06-19T21:44:44.549Z Checking rustix v1.1.3
19192026-06-19T21:44:44.584Z Checking crypto-common v0.1.7
19202026-06-19T21:44:44.658Z Checking block-buffer v0.10.4
19212026-06-19T21:44:44.694Z Checking futures-sink v0.3.32
19222026-06-19T21:44:44.733Z Checking byteorder v1.5.0
19232026-06-19T21:44:44.819Z Checking futures-channel v0.3.32
19242026-06-19T21:44:44.854Z Checking futures-task v0.3.32
19252026-06-19T21:44:44.960Z Checking futures-io v0.3.32
19262026-06-19T21:44:45.020Z Checking slab v0.4.12
19272026-06-19T21:44:45.055Z Checking cpufeatures v0.2.17
19282026-06-19T21:44:45.092Z Checking digest v0.10.7
19292026-06-19T21:44:45.125Z Checking thiserror v1.0.69
19302026-06-19T21:44:45.159Z Checking idna_adapter v1.2.1
19312026-06-19T21:44:45.159Z Checking hashbrown v0.17.0
19322026-06-19T21:44:45.222Z Checking futures-util v0.3.32
19332026-06-19T21:44:45.257Z Checking getrandom v0.3.4
19342026-06-19T21:44:45.308Z Checking idna v1.1.0
19352026-06-19T21:44:45.311Z Checking fnv v1.0.7
19362026-06-19T21:44:45.395Z Checking regex-syntax v0.8.10
19372026-06-19T21:44:45.430Z Checking http v1.4.0
19382026-06-19T21:44:45.464Z Checking tracing-core v0.1.36
19392026-06-19T21:44:45.558Z Checking ppv-lite86 v0.2.21
19402026-06-19T21:44:45.593Z Checking url v2.5.8
19412026-06-19T21:44:45.680Z Checking indexmap v2.14.0
19422026-06-19T21:44:45.798Z Checking utf8parse v0.2.2
19432026-06-19T21:44:45.876Z Checking base64 v0.22.1
19442026-06-19T21:44:45.930Z Checking tracing v0.1.44
19452026-06-19T21:44:46.020Z Checking anstyle v1.0.14
19462026-06-19T21:44:46.060Z Checking schemars v0.8.22
19472026-06-19T21:44:46.143Z Checking colorchoice v1.0.4
19482026-06-19T21:44:46.177Z Checking anstyle-query v1.1.5
19492026-06-19T21:44:46.231Z Checking is_terminal_polyfill v1.70.2
19502026-06-19T21:44:46.265Z Checking base64ct v1.8.3
19512026-06-19T21:44:46.300Z Checking block-padding v0.3.3
19522026-06-19T21:44:46.303Z Checking ipnet v2.11.0
19532026-06-19T21:44:46.364Z Checking untrusted v0.9.0
19542026-06-19T21:44:46.462Z Checking inout v0.1.4
19552026-06-19T21:44:46.503Z Checking ring v0.17.14
19562026-06-19T21:44:46.538Z Checking anstyle-parse v1.0.0
19572026-06-19T21:44:46.613Z Checking terminal_size v0.4.3
19582026-06-19T21:44:46.647Z Checking cipher v0.4.4
19592026-06-19T21:44:46.716Z Checking aho-corasick v1.1.4
19602026-06-19T21:44:46.752Z Checking crossbeam-utils v0.8.21
19612026-06-19T21:44:46.755Z Checking unicode-ident v1.0.24
19622026-06-19T21:44:46.784Z Checking anstream v1.0.0
19632026-06-19T21:44:46.894Z Checking clap_lex v1.0.0
19642026-06-19T21:44:46.933Z Checking proc-macro2 v1.0.106
19652026-06-19T21:44:47.046Z Checking strsim v0.11.1
19662026-06-19T21:44:47.081Z Checking pem-rfc7468 v0.7.0
19672026-06-19T21:44:47.125Z Checking sha2 v0.10.9
19682026-06-19T21:44:47.162Z Checking rustls-pki-types v1.14.0
19692026-06-19T21:44:47.239Z Checking clap_builder v4.6.0
19702026-06-19T21:44:47.274Z Checking httparse v1.10.1
19712026-06-19T21:44:47.309Z Checking quote v1.0.45
19722026-06-19T21:44:47.433Z Checking powerfmt v0.2.0
19732026-06-19T21:44:47.472Z Checking regex-automata v0.4.14
19742026-06-19T21:44:47.474Z Checking tokio-util v0.7.18
19752026-06-19T21:44:47.508Z Checking syn v2.0.117
19762026-06-19T21:44:47.536Z Checking rand_core v0.9.5
19772026-06-19T21:44:47.539Z Checking hmac v0.12.1
19782026-06-19T21:44:47.634Z Checking deranged v0.5.8
19792026-06-19T21:44:47.637Z Checking num_threads v0.1.7
19802026-06-19T21:44:47.758Z Checking time-core v0.1.8
19812026-06-19T21:44:47.793Z Checking num-conv v0.2.0
19822026-06-19T21:44:47.797Z Checking erased-serde v0.3.31
19832026-06-19T21:44:47.930Z Checking flagset v0.4.7
19842026-06-19T21:44:47.965Z Checking http-body v1.0.1
19852026-06-19T21:44:48.083Z Checking der v0.7.10
19862026-06-19T21:44:48.127Z Checking allocator-api2 v0.2.21
19872026-06-19T21:44:48.130Z Checking atomic-waker v1.1.2
19882026-06-19T21:44:48.243Z Checking slog v2.8.2
19892026-06-19T21:44:48.290Z Checking rand_chacha v0.9.0
19902026-06-19T21:44:48.439Z Checking anyhow v1.0.102
19912026-06-19T21:44:48.499Z Checking clap v4.6.1
19922026-06-19T21:44:48.534Z Checking httpdate v1.0.3
19932026-06-19T21:44:48.537Z Checking try-lock v0.2.5
19942026-06-19T21:44:48.602Z Checking time v0.3.47
19952026-06-19T21:44:48.635Z Checking rand v0.9.2
19962026-06-19T21:44:48.671Z Checking h2 v0.4.13
19972026-06-19T21:44:48.704Z Checking want v0.3.1
19982026-06-19T21:44:48.737Z Checking spin v0.9.8
19992026-06-19T21:44:48.835Z Checking pin-utils v0.1.0
20002026-06-19T21:44:48.870Z Checking tower-service v0.3.3
20012026-06-19T21:44:48.934Z Checking tower-layer v0.3.3
20022026-06-19T21:44:48.969Z Checking ryu v1.0.23
20032026-06-19T21:44:49.002Z Checking ipnetwork v0.21.1
20042026-06-19T21:44:49.112Z Checking socket2 v0.5.10
20052026-06-19T21:44:49.147Z Checking mime v0.3.17
20062026-06-19T21:44:49.150Z Checking fastrand v2.3.0
20072026-06-19T21:44:49.242Z Checking spki v0.7.3
20082026-06-19T21:44:49.327Z Checking pbkdf2 v0.12.2
20092026-06-19T21:44:49.362Z Checking aes v0.8.4
20102026-06-19T21:44:49.397Z Checking http-body-util v0.1.3
20112026-06-19T21:44:49.400Z Checking salsa20 v0.10.2
20122026-06-19T21:44:49.480Z Checking cbc v0.1.2
20132026-06-19T21:44:49.483Z Checking rand_chacha v0.3.1
20142026-06-19T21:44:49.589Z Checking hex v0.4.3
20152026-06-19T21:44:49.624Z Checking aws-lc-sys v0.40.0
20162026-06-19T21:44:49.659Z Checking simd-adler32 v0.3.8
20172026-06-19T21:44:49.730Z Checking untrusted v0.7.1
20182026-06-19T21:44:49.765Z Checking pretty-hex v0.4.1
20192026-06-19T21:44:49.799Z Checking rand v0.8.6
20202026-06-19T21:44:49.833Z Checking scrypt v0.11.0
20212026-06-19T21:44:49.868Z Checking tempfile v3.25.0
20222026-06-19T21:44:49.871Z Checking adler2 v2.0.1
20232026-06-19T21:44:49.900Z Checking openssl-probe v0.2.1
20242026-06-19T21:44:49.964Z Checking plain v0.2.3
20252026-06-19T21:44:49.999Z Checking pkcs5 v0.7.1
20262026-06-19T21:44:50.035Z Checking miniz_oxide v0.8.9
20272026-06-19T21:44:50.068Z Checking regex v1.12.3
20282026-06-19T21:44:50.103Z Checking serde_urlencoded v0.7.1
20292026-06-19T21:44:50.106Z Checking encoding_rs v0.8.35
20302026-06-19T21:44:50.168Z Checking aws-lc-rs v1.16.3
20312026-06-19T21:44:50.279Z Checking ucd-trie v0.1.7
20322026-06-19T21:44:50.326Z Checking pkcs8 v0.10.2
20332026-06-19T21:44:50.363Z Checking camino v1.2.2
20342026-06-19T21:44:50.397Z Checking rustls-native-certs v0.8.3
20352026-06-19T21:44:50.432Z Checking oxnet v0.1.6
20362026-06-19T21:44:50.466Z Checking pest v2.8.6
20372026-06-19T21:44:50.564Z Checking futures-executor v0.3.32
20382026-06-19T21:44:50.567Z Checking sync_wrapper v1.0.2
20392026-06-19T21:44:50.645Z Checking either v1.15.0
20402026-06-19T21:44:50.717Z Checking webpki-roots v1.0.6
20412026-06-19T21:44:50.752Z Checking tower v0.5.3
20422026-06-19T21:44:50.755Z Checking futures v0.3.32
20432026-06-19T21:44:50.865Z Checking crc32fast v1.5.0
20442026-06-19T21:44:50.868Z Checking iri-string v0.7.10
20452026-06-19T21:44:50.932Z Checking static_assertions v1.1.0
20462026-06-19T21:44:51.024Z Checking rustls-webpki v0.103.9
20472026-06-19T21:44:51.059Z Checking foldhash v0.2.0
20482026-06-19T21:44:51.092Z Checking lazy_static v1.5.0
20492026-06-19T21:44:51.127Z Checking openapiv3 v2.2.0
20502026-06-19T21:44:51.162Z Checking signature v2.2.0
20512026-06-19T21:44:51.209Z Checking winnow v0.7.14
20522026-06-19T21:44:51.244Z Checking hashbrown v0.16.1
20532026-06-19T21:44:51.320Z Checking hubpack v0.1.2
20542026-06-19T21:44:51.384Z Checking hyper v1.8.1
20552026-06-19T21:44:51.481Z Checking rustls v0.23.37
20562026-06-19T21:44:51.520Z Checking zlib-rs v0.6.2
20572026-06-19T21:44:51.624Z Checking strum v0.26.3
20582026-06-19T21:44:51.766Z Checking psl-types v2.0.11
20592026-06-19T21:44:51.801Z Checking tinyvec_macros v0.1.1
20602026-06-19T21:44:51.900Z Checking tinyvec v1.10.0
20612026-06-19T21:44:51.936Z Checking publicsuffix v2.3.0
20622026-06-19T21:44:51.939Z Checking tower-http v0.6.8
20632026-06-19T21:44:52.127Z Checking cookie v0.18.1
20642026-06-19T21:44:52.244Z Checking sha1 v0.10.6
20652026-06-19T21:44:52.282Z Checking num-integer v0.1.46
20662026-06-19T21:44:52.344Z Checking hyper-util v0.1.20
20672026-06-19T21:44:52.392Z Checking scroll v0.13.0
20682026-06-19T21:44:52.431Z Checking data-encoding v2.10.0
20692026-06-19T21:44:52.433Z Checking cookie_store v0.22.1
20702026-06-19T21:44:52.497Z Checking flate2 v1.1.9
20712026-06-19T21:44:52.500Z Checking toml_datetime v0.6.11
20722026-06-19T21:44:52.564Z Checking serde_spanned v0.6.9
20732026-06-19T21:44:52.648Z Checking goblin v0.10.5
20742026-06-19T21:44:52.716Z Checking memmap2 v0.9.10
20752026-06-19T21:44:52.753Z Checking base16ct v0.2.0
20762026-06-19T21:44:52.756Z Checking bit-vec v0.8.0
20772026-06-19T21:44:52.820Z Checking dtrace-parser v0.3.0
20782026-06-19T21:44:52.823Z Checking ff v0.13.1
20792026-06-19T21:44:52.905Z Checking wait-timeout v0.2.1
20802026-06-19T21:44:52.908Z Checking sec1 v0.7.3
20812026-06-19T21:44:53.008Z Checking thread-id v5.1.0
20822026-06-19T21:44:53.011Z Checking bit-set v0.8.0
20832026-06-19T21:44:53.072Z Checking group v0.13.0
20842026-06-19T21:44:53.106Z Checking num-iter v0.1.45
20852026-06-19T21:44:53.140Z Checking bstr v1.12.1
20862026-06-19T21:44:53.176Z Checking hkdf v0.12.4
20872026-06-19T21:44:53.212Z Checking crossbeam-epoch v0.9.18
20882026-06-19T21:44:53.247Z Checking anstyle-parse v0.2.7
20892026-06-19T21:44:53.251Z Checking ahash v0.8.12
20902026-06-19T21:44:53.335Z Checking crypto-bigint v0.5.5
20912026-06-19T21:44:53.428Z Checking quick-error v1.2.3
20922026-06-19T21:44:53.465Z Checking anstream v0.6.21
20932026-06-19T21:44:53.501Z Checking rand_xorshift v0.4.0
20942026-06-19T21:44:53.556Z Checking scroll v0.12.0
20952026-06-19T21:44:53.590Z Checking rusty-fork v0.3.1
20962026-06-19T21:44:53.624Z Checking unarray v0.1.4
20972026-06-19T21:44:53.661Z Checking num-bigint-dig v0.8.6
20982026-06-19T21:44:53.694Z Checking pkcs1 v0.7.5
20992026-06-19T21:44:53.757Z Checking x509-cert v0.2.5
21002026-06-19T21:44:53.791Z Checking proptest v1.10.0
21012026-06-19T21:44:53.827Z Checking goblin v0.8.2
21022026-06-19T21:44:53.877Z Checking tokio-rustls v0.26.4
21032026-06-19T21:44:53.935Z Checking rustls-platform-verifier v0.6.2
21042026-06-19T21:44:54.104Z Checking zerocopy v0.7.35
21052026-06-19T21:44:54.139Z Checking hyper-rustls v0.27.7
21062026-06-19T21:44:54.257Z Checking elliptic-curve v0.13.8
21072026-06-19T21:44:54.379Z Checking reqwest v0.13.2
21082026-06-19T21:44:54.433Z Checking foreign-types-shared v0.1.1
21092026-06-19T21:44:54.490Z Checking unicode-segmentation v1.12.0
21102026-06-19T21:44:54.549Z Checking foreign-types v0.3.2
21112026-06-19T21:44:54.595Z Checking rsa v0.9.10
21122026-06-19T21:44:54.630Z Checking dtrace-parser v0.2.0
21132026-06-19T21:44:54.664Z Checking rfc6979 v0.4.0
21142026-06-19T21:44:54.810Z Checking memoffset v0.9.1
21152026-06-19T21:44:54.846Z Checking openssl-sys v0.9.115
21162026-06-19T21:44:54.894Z Checking thread-id v4.2.2
21172026-06-19T21:44:54.929Z Checking ecdsa v0.16.9
21182026-06-19T21:44:55.008Z Checking curve25519-dalek v4.1.3
21192026-06-19T21:44:55.038Z Checking dof v0.4.0
21202026-06-19T21:44:55.098Z Checking rustix v0.38.44
21212026-06-19T21:44:55.259Z Checking openssl v0.10.79
21222026-06-19T21:44:55.263Z Checking env_filter v1.0.0
21232026-06-19T21:44:55.327Z Checking toml_write v0.1.2
21242026-06-19T21:44:55.466Z Checking same-file v1.0.6
21252026-06-19T21:44:55.524Z Checking keccak v0.1.6
21262026-06-19T21:44:55.609Z Checking newtype-uuid v1.3.2
21272026-06-19T21:44:55.645Z Checking walkdir v2.5.0
21282026-06-19T21:44:55.693Z Checking usdt-impl v0.6.0
21292026-06-19T21:44:55.727Z Checking sha3 v0.10.8
21302026-06-19T21:44:55.760Z Checking dof v0.3.0
21312026-06-19T21:44:55.795Z Checking toml_edit v0.22.27
21322026-06-19T21:44:55.832Z Checking env_logger v0.11.9
21332026-06-19T21:44:55.867Z Checking daft v0.1.7
21342026-06-19T21:44:55.924Z Checking ed25519 v2.2.3
21352026-06-19T21:44:55.959Z Checking itertools v0.13.0
21362026-06-19T21:44:56.001Z Checking usdt v0.6.0
21372026-06-19T21:44:56.052Z Checking serde_with v3.17.0
21382026-06-19T21:44:56.087Z Checking usdt-impl v0.5.0
21392026-06-19T21:44:56.134Z Checking siphasher v1.0.2
21402026-06-19T21:44:56.136Z Checking bitflags v1.3.2
21412026-06-19T21:44:56.202Z Checking ed25519-dalek v2.2.0
21422026-06-19T21:44:56.268Z Checking nix v0.31.2
21432026-06-19T21:44:56.320Z Checking toml_parser v1.0.9+spec-1.1.0
21442026-06-19T21:44:56.396Z Checking unicode-normalization v0.1.25
21452026-06-19T21:44:56.461Z Checking signal-hook v0.3.18
21462026-06-19T21:44:56.676Z Checking winnow v0.5.40
21472026-06-19T21:44:56.679Z Checking managed v0.8.0
21482026-06-19T21:44:56.829Z Checking bzip2-sys v0.1.13+1.0.8
21492026-06-19T21:44:56.923Z Checking object v0.37.3
21502026-06-19T21:44:56.960Z Checking foldhash v0.1.5
21512026-06-19T21:44:56.963Z Checking bzip2 v0.4.4
21522026-06-19T21:44:57.025Z Checking signal-hook-mio v0.2.5
21532026-06-19T21:44:57.127Z Checking hashbrown v0.15.5
21542026-06-19T21:44:57.162Z Checking globset v0.4.18
21552026-06-19T21:44:57.197Z Checking ref-cast v1.0.25
21562026-06-19T21:44:57.331Z Checking zstd-sys v2.0.16+zstd.1.5.7
21572026-06-19T21:44:57.334Z Checking native-tls v0.2.18
21582026-06-19T21:44:57.399Z Checking zip v0.6.6
21592026-06-19T21:44:57.450Z Checking pin-project v1.1.11
21602026-06-19T21:44:57.506Z Checking zstd-safe v7.2.4
21612026-06-19T21:44:57.541Z Checking libbz2-rs-sys v0.2.2
21622026-06-19T21:44:57.577Z Checking tokio-native-tls v0.3.1
21632026-06-19T21:44:57.577Z Checking bumpalo v3.20.2
21642026-06-19T21:44:57.644Z Checking crossterm v0.28.1
21652026-06-19T21:44:57.698Z Checking zstd v0.13.3
21662026-06-19T21:44:57.742Z Checking similar v2.7.0
21672026-06-19T21:44:57.783Z Checking hyper-tls v0.6.0
21682026-06-19T21:44:57.834Z Checking zopfli v0.8.3
21692026-06-19T21:44:57.869Z Checking toml_edit v0.19.15
21702026-06-19T21:44:57.915Z Checking tokio-stream v0.1.18
21712026-06-19T21:44:57.965Z Checking bzip2 v0.6.1
21722026-06-19T21:44:58.002Z Checking reqwest v0.12.28
21732026-06-19T21:44:58.157Z Checking fs-err v3.3.0
21742026-06-19T21:44:58.160Z Checking pem v3.0.6
21752026-06-19T21:44:58.224Z Checking hash32 v0.2.1
21762026-06-19T21:44:58.327Z Checking serde-big-array v0.5.1
21772026-06-19T21:44:58.371Z Checking unicode-bidi v0.3.18
21782026-06-19T21:44:58.408Z Checking predicates-core v1.0.10
21792026-06-19T21:44:58.411Z Checking jiff v0.2.21
21802026-06-19T21:44:58.486Z Checking unicode-properties v0.1.4
21812026-06-19T21:44:58.489Z Checking heapless v0.7.17
21822026-06-19T21:44:58.592Z Checking snafu v0.8.9
21832026-06-19T21:44:58.696Z Checking olpc-cjson v0.1.4
21842026-06-19T21:44:58.732Z Checking stringprep v0.1.5
21852026-06-19T21:44:58.861Z Checking hickory-proto v0.25.2
21862026-06-19T21:44:58.864Z Checking md-5 v0.10.6
21872026-06-19T21:44:58.930Z Checking serde_plain v1.0.2
21882026-06-19T21:44:58.933Z Checking toml v0.7.8
21892026-06-19T21:44:58.933Z Checking float-cmp v0.10.0
21902026-06-19T21:44:59.026Z Checking fallible-iterator v0.2.0
21912026-06-19T21:44:59.059Z Checking typed-path v0.9.3
21922026-06-19T21:44:59.104Z Checking difflib v0.4.0
21932026-06-19T21:44:59.148Z Checking normalize-line-endings v0.3.0
21942026-06-19T21:44:59.270Z Checking smoltcp v0.9.1
21952026-06-19T21:44:59.305Z Checking iddqd v0.4.2
21962026-06-19T21:44:59.308Z Checking phf_shared v0.11.3
21972026-06-19T21:44:59.371Z Checking postgres-protocol v0.6.10
21982026-06-19T21:44:59.373Z Checking predicates v3.1.4
21992026-06-19T21:44:59.510Z Checking phf_shared v0.13.1
22002026-06-19T21:44:59.709Z Checking buf-list v1.1.2
22012026-06-19T21:44:59.745Z Checking strum v0.27.2
22022026-06-19T21:44:59.749Z Checking fixedbitset v0.4.2
22032026-06-19T21:44:59.852Z Checking tough v0.22.0
22042026-06-19T21:44:59.887Z Checking lalrpop-util v0.19.12
22052026-06-19T21:44:59.922Z Checking new_debug_unreachable v1.0.6
22062026-06-19T21:44:59.924Z Checking precomputed-hash v0.1.1
22072026-06-19T21:44:59.952Z Checking fixedbitset v0.5.7
22082026-06-19T21:45:00.021Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22092026-06-19T21:45:00.066Z Checking string_cache v0.8.9
22102026-06-19T21:45:00.102Z Checking petgraph v0.6.5
22112026-06-19T21:45:00.203Z Checking petgraph v0.8.3
22122026-06-19T21:45:00.252Z Checking phf v0.13.1
22132026-06-19T21:45:00.288Z Checking postgres-types v0.2.12
22142026-06-19T21:45:00.435Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22152026-06-19T21:45:00.642Z Checking whoami v2.1.0
22162026-06-19T21:45:00.718Z Checking zip v4.6.1
22172026-06-19T21:45:00.757Z Checking peg-runtime v0.8.5
22182026-06-19T21:45:00.864Z Checking tokio-postgres v0.7.16
22192026-06-19T21:45:01.045Z Checking is-terminal v0.4.17
22202026-06-19T21:45:01.172Z Checking crossbeam-channel v0.5.15
22212026-06-19T21:45:01.319Z Checking thread_local v1.1.9
22222026-06-19T21:45:01.401Z Compiling structmeta-derive v0.3.0
22232026-06-19T21:45:01.518Z Checking take_mut v0.2.2
22242026-06-19T21:45:01.553Z Checking term v1.2.1
22252026-06-19T21:45:01.655Z Checking slog-async v2.8.0
22262026-06-19T21:45:01.716Z Compiling newtype-uuid-macros v0.1.0
22272026-06-19T21:45:01.805Z Checking slog-term v2.9.2
22282026-06-19T21:45:01.808Z Compiling rustls v0.22.4
22292026-06-19T21:45:01.872Z Compiling multer v3.1.0
22302026-06-19T21:45:01.907Z Compiling async-stream-impl v0.3.6
22312026-06-19T21:45:02.125Z Checking match_cfg v0.1.0
22322026-06-19T21:45:02.128Z Checking slog-json v2.6.1
22332026-06-19T21:45:02.193Z Compiling dropshot v0.17.0
22342026-06-19T21:45:02.196Z Compiling dropshot_endpoint v0.17.0
22352026-06-19T21:45:02.255Z Checking hostname v0.3.1
22362026-06-19T21:45:02.337Z Checking debug-ignore v1.0.5
22372026-06-19T21:45:02.405Z Checking slog-bunyan v2.5.0
22382026-06-19T21:45:02.473Z Checking progenitor-client v0.14.0
22392026-06-19T21:45:02.509Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22402026-06-19T21:45:02.546Z Checking rustls-webpki v0.102.8
22412026-06-19T21:45:02.579Z Compiling structmeta v0.3.0
22422026-06-19T21:45:02.582Z Checking serde_spanned v1.0.4
22432026-06-19T21:45:02.582Z Checking serde_path_to_error v0.1.20
22442026-06-19T21:45:02.582Z Checking toml_datetime v1.0.0+spec-1.1.0
22452026-06-19T21:45:02.724Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462026-06-19T21:45:02.804Z Checking toml_writer v1.0.6+spec-1.1.0
22472026-06-19T21:45:02.838Z Checking compression-core v0.4.31
22482026-06-19T21:45:02.881Z Compiling derive-ex v0.1.8
22492026-06-19T21:45:02.916Z Checking async-stream v0.3.6
22502026-06-19T21:45:03.014Z Checking compression-codecs v0.4.37
22512026-06-19T21:45:03.017Z Checking toml v1.0.6+spec-1.1.0
22522026-06-19T21:45:03.079Z Checking waitgroup v0.1.2
22532026-06-19T21:45:03.139Z Checking rustls-pemfile v2.2.0
22542026-06-19T21:45:03.207Z Checking hostname v0.4.2
22552026-06-19T21:45:03.211Z Checking async-compression v0.4.41
22562026-06-19T21:45:03.273Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-06-19T21:45:03.306Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22582026-06-19T21:45:03.341Z Checking atomicwrites v0.4.4
22592026-06-19T21:45:03.407Z Compiling parse-display-derive v0.10.0
22602026-06-19T21:45:03.474Z Checking itertools v0.14.0
22612026-06-19T21:45:03.508Z Checking macaddr v1.0.1
22622026-06-19T21:45:03.543Z Checking regress v0.10.5
22632026-06-19T21:45:03.651Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22642026-06-19T21:45:03.717Z Checking instant v0.1.13
22652026-06-19T21:45:03.835Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22662026-06-19T21:45:03.988Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22672026-06-19T21:45:04.090Z Checking backoff v0.4.0
22682026-06-19T21:45:04.126Z Checking backon v1.6.0
22692026-06-19T21:45:04.298Z Checking humantime v2.3.0
22702026-06-19T21:45:04.333Z Checking progenitor-extras v0.2.0
22712026-06-19T21:45:04.441Z Checking tokio-rustls v0.25.0
22722026-06-19T21:45:04.487Z Checking unicode-width v0.2.0
22732026-06-19T21:45:04.521Z Compiling convert_case v0.4.0
22742026-06-19T21:45:04.554Z Checking heck v0.5.0
22752026-06-19T21:45:04.595Z Checking half v2.7.1
22762026-06-19T21:45:04.598Z Compiling test-strategy v0.4.5
22772026-06-19T21:45:04.708Z Checking ciborium-io v0.2.2
22782026-06-19T21:45:04.765Z Checking secrecy v0.10.3
22792026-06-19T21:45:04.825Z Compiling regress v0.11.1
22802026-06-19T21:45:04.888Z Checking ciborium-ll v0.2.2
22812026-06-19T21:45:04.921Z Compiling derive_more v0.99.20
22822026-06-19T21:45:04.924Z Checking indent_write v2.2.0
22832026-06-19T21:45:04.994Z Checking universal-hash v0.5.1
22842026-06-19T21:45:05.090Z Checking ciborium v0.2.2
22852026-06-19T21:45:05.124Z Checking opaque-debug v0.3.1
22862026-06-19T21:45:05.157Z Checking parse-display v0.10.0
22872026-06-19T21:45:05.221Z Checking camino-tempfile v1.4.1
22882026-06-19T21:45:05.332Z Compiling crucible-workspace-hack v0.1.0
22892026-06-19T21:45:05.409Z Checking aead v0.5.2
22902026-06-19T21:45:05.533Z Compiling unsafe-libyaml v0.2.11
22912026-06-19T21:45:05.599Z Checking poly1305 v0.8.0
22922026-06-19T21:45:05.741Z Checking chacha20 v0.9.1
22932026-06-19T21:45:05.888Z Compiling thiserror-impl-no-std v2.0.2
22942026-06-19T21:45:05.965Z Checking swrite v0.1.0
22952026-06-19T21:45:06.090Z Compiling serde_yaml v0.9.34+deprecated
22962026-06-19T21:45:06.158Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-06-19T21:45:06.324Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982026-06-19T21:45:06.575Z Compiling typify-impl v0.6.2
22992026-06-19T21:45:06.623Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23002026-06-19T21:45:06.673Z Checking password-hash v0.5.0
23012026-06-19T21:45:06.999Z Checking blake2 v0.10.6
23022026-06-19T21:45:07.136Z Checking thiserror-no-std v2.0.2
23032026-06-19T21:45:07.256Z Checking vsss-rs v3.3.4
23042026-06-19T21:45:07.292Z Checking argon2 v0.5.3
23052026-06-19T21:45:07.536Z Checking chacha20poly1305 v0.10.1
23062026-06-19T21:45:07.663Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23072026-06-19T21:45:07.696Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-06-19T21:45:07.699Z Checking byte-wrapper v0.1.0
23092026-06-19T21:45:07.970Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23102026-06-19T21:45:08.006Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23112026-06-19T21:45:08.041Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23122026-06-19T21:45:08.100Z Checking crossbeam-deque v0.8.6
23132026-06-19T21:45:08.167Z Compiling rayon-core v1.13.0
23142026-06-19T21:45:08.235Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-19T21:45:08.269Z Compiling toml_datetime v0.7.5+spec-1.1.0
23162026-06-19T21:45:08.419Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172026-06-19T21:45:08.551Z Compiling toml_edit v0.23.10+spec-1.0.0
23182026-06-19T21:45:08.787Z Compiling proc-macro-error v1.0.4
23192026-06-19T21:45:08.821Z Checking rayon v1.11.0
23202026-06-19T21:45:09.132Z Compiling proc-macro-crate v3.4.0
23212026-06-19T21:45:09.577Z Checking toml v0.8.23
23222026-06-19T21:45:09.614Z Checking tabwriter v1.4.1
23232026-06-19T21:45:09.648Z Checking glob v0.3.3
23242026-06-19T21:45:09.710Z Compiling num_enum_derive v0.7.6
23252026-06-19T21:45:09.746Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-19T21:45:09.790Z Checking colored v3.1.1
23272026-06-19T21:45:09.860Z Compiling heapless v0.8.0
23282026-06-19T21:45:09.894Z Compiling ingot-macros v0.1.1
23292026-06-19T21:45:09.926Z Checking hash32 v0.3.1
23302026-06-19T21:45:10.020Z Compiling smoltcp v0.11.0
23312026-06-19T21:45:10.083Z Checking unicode-width v0.1.14
23322026-06-19T21:45:10.299Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-19T21:45:10.361Z Checking cobs v0.3.0
23342026-06-19T21:45:10.471Z Compiling usdt-macro v0.5.0
23352026-06-19T21:45:10.531Z Compiling usdt-attr-macro v0.5.0
23362026-06-19T21:45:10.609Z Checking memmap v0.7.0
23372026-06-19T21:45:10.675Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23382026-06-19T21:45:10.774Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-06-19T21:45:10.811Z Checking num_enum v0.7.6
23402026-06-19T21:45:10.959Z Checking postcard v1.1.3
23412026-06-19T21:45:11.035Z Compiling proc-macro-crate v1.3.1
23422026-06-19T21:45:11.244Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23432026-06-19T21:45:11.277Z Compiling typify-macro v0.6.2
23442026-06-19T21:45:11.311Z Checking sigpipe v0.1.3
23452026-06-19T21:45:11.348Z Checking usdt v0.5.0
23462026-06-19T21:45:11.416Z Compiling foreign-types-macros v0.2.3
23472026-06-19T21:45:11.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-19T21:45:11.486Z Checking cpufeatures v0.3.0
23492026-06-19T21:45:11.549Z Checking foreign-types-shared v0.3.1
23502026-06-19T21:45:11.622Z Checking chacha20 v0.10.0
23512026-06-19T21:45:11.670Z Compiling num_enum_derive v0.5.11
23522026-06-19T21:45:11.958Z Checking cstr-argument v0.1.2
23532026-06-19T21:45:12.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-06-19T21:45:12.094Z Checking foreign-types v0.5.0
23552026-06-19T21:45:12.097Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23562026-06-19T21:45:12.159Z Compiling num-derive v0.4.2
23572026-06-19T21:45:12.203Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-06-19T21:45:12.464Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-06-19T21:45:12.520Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-06-19T21:45:12.604Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-06-19T21:45:12.659Z Checking rand v0.10.0
23622026-06-19T21:45:12.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-06-19T21:45:12.775Z Checking ingot-types v0.1.2
23642026-06-19T21:45:12.809Z Checking num_enum v0.5.11
23652026-06-19T21:45:12.812Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-06-19T21:45:12.904Z Checking itertools v0.12.1
23672026-06-19T21:45:12.962Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23682026-06-19T21:45:12.995Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23692026-06-19T21:45:13.086Z Compiling typify v0.6.2
23702026-06-19T21:45:13.176Z Checking ingot v0.1.1
23712026-06-19T21:45:13.211Z Compiling progenitor-impl v0.14.0
23722026-06-19T21:45:13.307Z Compiling zone_cfg_derive v0.3.1
23732026-06-19T21:45:13.372Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23742026-06-19T21:45:13.573Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23752026-06-19T21:45:13.844Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23762026-06-19T21:45:13.987Z Checking zone v0.3.1
23772026-06-19T21:45:14.030Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-19T21:45:14.090Z Checking smf v0.2.3
23792026-06-19T21:45:14.130Z Checking whoami v1.6.1
23802026-06-19T21:45:14.259Z Checking tokio-dtrace v0.1.1
23812026-06-19T21:45:14.293Z Compiling derive-where v1.6.0
23822026-06-19T21:45:14.330Z Checking console v0.15.11
23832026-06-19T21:45:14.363Z Checking newline-converter v0.3.0
23842026-06-19T21:45:14.394Z Checking bytecount v0.6.9
23852026-06-19T21:45:14.472Z Checking oxide-tokio-rt v0.1.4
23862026-06-19T21:45:14.507Z Compiling owo-colors v4.3.0
23872026-06-19T21:45:14.540Z Compiling cancel-safe-futures v0.1.5
23882026-06-19T21:45:14.631Z Checking expectorate v1.2.0
23892026-06-19T21:45:14.669Z Checking libsw-core v0.3.2
23902026-06-19T21:45:14.805Z Checking num-rational v0.4.2
23912026-06-19T21:45:14.839Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23922026-06-19T21:45:14.843Z Checking libsw v3.5.0
23932026-06-19T21:45:15.105Z Checking num-complex v0.4.6
23942026-06-19T21:45:15.170Z Checking linear-map v1.2.0
23952026-06-19T21:45:15.270Z Checking float-ord v0.3.2
23962026-06-19T21:45:15.369Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23972026-06-19T21:45:15.406Z Checking gethostname v0.5.0
23982026-06-19T21:45:15.471Z Checking num v0.4.3
23992026-06-19T21:45:15.524Z Compiling prettyplease v0.2.37
24002026-06-19T21:45:15.574Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24012026-06-19T21:45:15.608Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24022026-06-19T21:45:15.639Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-19T21:45:15.800Z Checking resolv-conf v0.7.6
24042026-06-19T21:45:15.847Z Compiling progenitor-macro v0.14.0
24052026-06-19T21:45:15.977Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24062026-06-19T21:45:16.014Z Checking unicode-linebreak v0.1.5
24072026-06-19T21:45:16.049Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24082026-06-19T21:45:16.261Z Checking smawk v0.3.2
24092026-06-19T21:45:16.422Z Checking papergrid v0.11.0
24102026-06-19T21:45:17.099Z Compiling tabled_derive v0.7.0
24112026-06-19T21:45:17.147Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24122026-06-19T21:45:17.191Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132026-06-19T21:45:17.226Z Compiling convert_case v0.10.0
24142026-06-19T21:45:17.393Z Compiling slog-dtrace v0.3.0
24152026-06-19T21:45:17.479Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-06-19T21:45:17.570Z Compiling derive_more-impl v2.1.1
24172026-06-19T21:45:17.696Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24182026-06-19T21:45:17.838Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24192026-06-19T21:45:18.129Z Checking tabled v0.15.0
24202026-06-19T21:45:18.425Z Checking derive_more v2.1.1
24212026-06-19T21:45:18.563Z Checking crossterm v0.29.0
24222026-06-19T21:45:18.626Z Checking linked-hash-map v0.5.6
24232026-06-19T21:45:18.823Z Checking lru-cache v0.1.2
24242026-06-19T21:45:19.368Z Checking hickory-proto v0.24.4
24252026-06-19T21:45:19.413Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24262026-06-19T21:45:19.506Z Checking fd-lock v4.0.4
24272026-06-19T21:45:20.260Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-06-19T21:45:20.263Z Checking vte v0.14.1
24292026-06-19T21:45:20.648Z Checking display-error-chain v0.2.2
24302026-06-19T21:45:20.820Z Checking strip-ansi-escapes v0.2.1
24312026-06-19T21:45:20.895Z Checking progenitor v0.14.0
24322026-06-19T21:45:21.058Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24332026-06-19T21:45:21.218Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-06-19T21:45:22.082Z Checking termtree v0.5.1
24352026-06-19T21:45:22.304Z Checking nu-ansi-term v0.50.3
24362026-06-19T21:45:22.433Z Checking hickory-resolver v0.24.4
24372026-06-19T21:45:22.468Z Checking textwrap v0.16.2
24382026-06-19T21:45:22.566Z Compiling minimal-lexical v0.2.1
24392026-06-19T21:45:22.569Z Checking reedline v0.40.0
24402026-06-19T21:45:22.684Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24412026-06-19T21:45:22.723Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24422026-06-19T21:45:22.859Z Compiling nom v7.1.3
24432026-06-19T21:45:23.173Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24442026-06-19T21:45:23.209Z Checking qorb v0.4.1
24452026-06-19T21:45:23.454Z Compiling ar_archive_writer v0.5.1
24462026-06-19T21:45:23.827Z Checking csv-core v0.1.13
24472026-06-19T21:45:23.945Z Compiling stacker v0.1.23
24482026-06-19T21:45:24.035Z Checking csv v1.4.0
24492026-06-19T21:45:24.240Z Compiling semver v0.1.20
24502026-06-19T21:45:24.244Z Compiling cfg_aliases v0.1.1
24512026-06-19T21:45:24.370Z Compiling psm v0.1.30
24522026-06-19T21:45:24.405Z Checking highway v1.3.0
24532026-06-19T21:45:24.436Z Compiling nix v0.28.0
24542026-06-19T21:45:24.470Z Compiling rustc_version v0.1.7
24552026-06-19T21:45:24.609Z Checking nibble_vec v0.1.0
24562026-06-19T21:45:24.665Z Checking home v0.5.12
24572026-06-19T21:45:24.725Z Checking endian-type v0.1.2
24582026-06-19T21:45:24.768Z Compiling newtype_derive v0.1.6
24592026-06-19T21:45:24.801Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24602026-06-19T21:45:24.804Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24612026-06-19T21:45:24.896Z Checking radix_trie v0.2.1
24622026-06-19T21:45:24.959Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-06-19T21:45:24.992Z Checking phf_shared v0.12.1
24642026-06-19T21:45:25.189Z Compiling recursive-proc-macro-impl v0.1.1
24652026-06-19T21:45:25.192Z Compiling chrono-tz v0.10.4
24662026-06-19T21:45:25.311Z Checking phf v0.12.1
24672026-06-19T21:45:25.475Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24682026-06-19T21:45:25.478Z Compiling const_format_proc_macros v0.2.34
24692026-06-19T21:45:25.543Z Compiling peg-macros v0.8.5
24702026-06-19T21:45:25.654Z Checking recursive v0.1.1
24712026-06-19T21:45:25.691Z Checking nom v8.0.0
24722026-06-19T21:45:25.780Z Checking winnow v0.6.26
24732026-06-19T21:45:26.006Z Compiling sqlparser_derive v0.5.0
24742026-06-19T21:45:26.360Z Checking unicode_categories v0.1.1
24752026-06-19T21:45:26.428Z Checking rustyline v14.0.0
24762026-06-19T21:45:26.555Z Checking const_format v0.2.35
24772026-06-19T21:45:26.807Z Checking sqlparser v0.61.0
24782026-06-19T21:45:26.963Z Checking peg v0.8.5
24792026-06-19T21:45:26.997Z Checking sqlformat v0.3.5
24802026-06-19T21:45:27.172Z Checking bcs v0.1.6
24812026-06-19T21:45:27.175Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24822026-06-19T21:45:27.305Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832026-06-19T21:45:27.439Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24842026-06-19T21:45:27.475Z Checking steno v0.4.1
24852026-06-19T21:45:27.527Z Checking filetime v0.2.27
24862026-06-19T21:45:27.665Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-06-19T21:45:27.698Z Checking xattr v1.6.1
24882026-06-19T21:45:27.803Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-06-19T21:45:27.857Z Checking tar v0.4.45
24902026-06-19T21:45:28.014Z Checking subprocess v0.2.15
24912026-06-19T21:45:28.336Z Checking base64 v0.21.7
24922026-06-19T21:45:28.440Z Checking headers-core v0.3.0
24932026-06-19T21:45:28.521Z Checking yasna v0.5.2
24942026-06-19T21:45:28.583Z Checking headers v0.4.1
24952026-06-19T21:45:28.614Z Checking dropshot-api-manager-types v0.7.2
24962026-06-19T21:45:28.812Z Checking tagptr v0.2.0
24972026-06-19T21:45:28.942Z Checking rcgen v0.12.1
24982026-06-19T21:45:28.989Z Checking moka v0.12.13
24992026-06-19T21:45:29.074Z Checking utf-8 v0.7.6
25002026-06-19T21:45:29.243Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25012026-06-19T21:45:29.287Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25022026-06-19T21:45:29.422Z Compiling libefi-sys v0.1.0
25032026-06-19T21:45:29.674Z Checking hickory-resolver v0.25.2
25042026-06-19T21:45:29.737Z Checking tungstenite v0.21.0
25052026-06-19T21:45:29.779Z Compiling bitfield-struct v0.6.2
25062026-06-19T21:45:30.131Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-06-19T21:45:30.193Z Checking tokio-tungstenite v0.21.0
25082026-06-19T21:45:30.239Z Compiling radium v0.7.0
25092026-06-19T21:45:30.446Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25102026-06-19T21:45:30.501Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-06-19T21:45:30.577Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-06-19T21:45:30.781Z Checking tap v1.0.1
25132026-06-19T21:45:30.784Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-19T21:45:30.920Z Compiling maybe-uninit v2.0.0
25152026-06-19T21:45:30.957Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25162026-06-19T21:45:31.083Z Checking wyz v0.5.1
25172026-06-19T21:45:31.293Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25182026-06-19T21:45:31.331Z Compiling zerocopy-derive v0.6.6
25192026-06-19T21:45:31.363Z Checking crc-catalog v2.4.0
25202026-06-19T21:45:31.397Z Compiling packed_struct v0.10.1
25212026-06-19T21:45:31.426Z Checking funty v2.0.0
25222026-06-19T21:45:31.483Z Checking crc v3.4.0
25232026-06-19T21:45:31.747Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25242026-06-19T21:45:31.779Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-06-19T21:45:31.782Z Checking bitvec v1.0.1
25262026-06-19T21:45:31.855Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-06-19T21:45:31.900Z Compiling packed_struct_codegen v0.10.1
25282026-06-19T21:45:32.241Z Checking zerocopy v0.6.6
25292026-06-19T21:45:32.337Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-06-19T21:45:32.582Z Compiling bitfield-macros v0.19.4
25312026-06-19T21:45:32.886Z Compiling indexmap v1.9.3
25322026-06-19T21:45:33.019Z Checking nodrop v0.1.14
25332026-06-19T21:45:33.078Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25342026-06-19T21:45:33.144Z Checking array-init v0.0.4
25352026-06-19T21:45:33.205Z Checking smallvec v0.6.14
25362026-06-19T21:45:33.327Z Checking bitfield v0.19.4
25372026-06-19T21:45:33.425Z Checking hashbrown v0.12.3
25382026-06-19T21:45:33.503Z Checking serde-hex v0.1.0
25392026-06-19T21:45:33.622Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25402026-06-19T21:45:33.812Z Checking ron v0.8.1
25412026-06-19T21:45:34.226Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25422026-06-19T21:45:34.259Z Checking hashbrown v0.13.2
25432026-06-19T21:45:34.371Z Checking crc-any v2.5.0
25442026-06-19T21:45:34.578Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25452026-06-19T21:45:34.717Z Checking object v0.30.4
25462026-06-19T21:45:34.781Z Compiling xshell-macros v0.2.7
25472026-06-19T21:45:35.052Z Checking path-slash v0.1.5
25482026-06-19T21:45:35.141Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25492026-06-19T21:45:35.184Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-06-19T21:45:35.187Z Checking xshell v0.2.7
25512026-06-19T21:45:35.265Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-19T21:45:35.436Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25532026-06-19T21:45:35.695Z Checking half v1.8.3
25542026-06-19T21:45:35.851Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25552026-06-19T21:45:35.921Z Checking serde_cbor v0.11.2
25562026-06-19T21:45:36.057Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25572026-06-19T21:45:36.309Z Compiling proc-macro-error-attr2 v2.0.0
25582026-06-19T21:45:36.341Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25592026-06-19T21:45:36.567Z Compiling num-derive v0.3.3
25602026-06-19T21:45:36.674Z Checking papergrid v0.17.0
25612026-06-19T21:45:36.735Z Compiling proc-macro-error2 v2.0.1
25622026-06-19T21:45:36.915Z Checking testing_table v0.3.0
25632026-06-19T21:45:37.043Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25642026-06-19T21:45:37.154Z Compiling tabled_derive v0.11.0
25652026-06-19T21:45:37.374Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25662026-06-19T21:45:37.530Z Checking libscf-sys v1.1.0
25672026-06-19T21:45:37.561Z Compiling progenitor-impl v0.13.0
25682026-06-19T21:45:37.594Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25692026-06-19T21:45:37.694Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-06-19T21:45:37.935Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25712026-06-19T21:45:38.162Z Checking maplit v1.0.2
25722026-06-19T21:45:38.390Z Checking tabled v0.20.0
25732026-06-19T21:45:38.420Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25742026-06-19T21:45:38.451Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-06-19T21:45:38.806Z Checking progenitor-client v0.13.0
25762026-06-19T21:45:39.083Z Compiling git-stub v1.0.0
25772026-06-19T21:45:39.277Z Compiling git-stub-vcs v0.1.0
25782026-06-19T21:45:39.338Z Checking crc8 v0.1.1
25792026-06-19T21:45:39.389Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25802026-06-19T21:45:39.467Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-06-19T21:45:39.677Z Checking fxhash v0.2.1
25822026-06-19T21:45:39.710Z Checking unicase v2.9.0
25832026-06-19T21:45:39.831Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25842026-06-19T21:45:39.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25852026-06-19T21:45:40.026Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25862026-06-19T21:45:40.218Z Compiling progenitor-macro v0.13.0
25872026-06-19T21:45:40.252Z Compiling vergen-lib v0.1.6
25882026-06-19T21:45:40.344Z Compiling diesel_derives v2.3.7
25892026-06-19T21:45:40.433Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25902026-06-19T21:45:40.467Z Checking scheduled-thread-pool v0.2.7
25912026-06-19T21:45:40.544Z Compiling dsl_auto_type v0.2.0
25922026-06-19T21:45:40.609Z Compiling vergen-gitcl v1.0.8
25932026-06-19T21:45:40.652Z Compiling diesel_table_macro_syntax v0.3.0
25942026-06-19T21:45:40.683Z Checking r2d2 v0.8.10
25952026-06-19T21:45:40.888Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-06-19T21:45:40.890Z Checking downcast-rs v2.0.2
25972026-06-19T21:45:40.954Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25982026-06-19T21:45:40.985Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25992026-06-19T21:45:41.239Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26002026-06-19T21:45:41.243Z Checking kstat-rs v0.2.4
26012026-06-19T21:45:41.243Z Checking arc-swap v1.8.2
26022026-06-19T21:45:41.541Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26032026-06-19T21:45:41.576Z Checking slog-scope v4.4.1
26042026-06-19T21:45:41.641Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26052026-06-19T21:45:41.740Z Compiling parking_lot_core v0.8.6
26062026-06-19T21:45:41.771Z Checking slog-stdlog v4.1.1
26072026-06-19T21:45:41.804Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26082026-06-19T21:45:41.918Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-06-19T21:45:41.953Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26102026-06-19T21:45:42.253Z Checking slog-envlogger v2.2.0
26112026-06-19T21:45:42.340Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26122026-06-19T21:45:42.438Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-06-19T21:45:42.514Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-06-19T21:45:42.652Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26152026-06-19T21:45:42.761Z Compiling dirs-sys-next v0.1.2
26162026-06-19T21:45:42.820Z Compiling crunchy v0.2.4
26172026-06-19T21:45:43.066Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26182026-06-19T21:45:43.100Z Compiling dirs-next v2.0.0
26192026-06-19T21:45:43.133Z Checking parking_lot v0.11.2
26202026-06-19T21:45:43.209Z Compiling clang-sys v1.8.1
26212026-06-19T21:45:43.256Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26222026-06-19T21:45:43.360Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26232026-06-19T21:45:43.394Z Checking prefix-trie v0.7.0
26242026-06-19T21:45:43.601Z Compiling tiny-keccak v2.0.2
26252026-06-19T21:45:43.772Z Checking hickory-server v0.25.2
26262026-06-19T21:45:43.866Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26272026-06-19T21:45:43.899Z Checking sled v0.34.7
26282026-06-19T21:45:43.963Z Compiling term v0.7.0
26292026-06-19T21:45:44.105Z Checking nanorand v0.7.0
26302026-06-19T21:45:44.337Z Compiling bit-vec v0.6.3
26312026-06-19T21:45:44.464Z Compiling salty v0.3.0
26322026-06-19T21:45:44.558Z Compiling bit-set v0.5.3
26332026-06-19T21:45:44.592Z Checking flume v0.11.1
26342026-06-19T21:45:44.768Z Compiling ascii-canvas v3.0.0
26352026-06-19T21:45:44.867Z Checking primeorder v0.13.6
26362026-06-19T21:45:45.036Z Compiling itertools v0.10.5
26372026-06-19T21:45:45.069Z Compiling ena v0.14.4
26382026-06-19T21:45:45.137Z Compiling libloading v0.8.9
26392026-06-19T21:45:45.174Z Compiling bindgen v0.71.1
26402026-06-19T21:45:45.232Z Checking progenitor v0.13.0
26412026-06-19T21:45:45.263Z Compiling regex-syntax v0.6.29
26422026-06-19T21:45:45.307Z Compiling diff v0.1.13
26432026-06-19T21:45:45.405Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26442026-06-19T21:45:45.970Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26452026-06-19T21:45:46.379Z Compiling cexpr v0.6.0
26462026-06-19T21:45:46.415Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26472026-06-19T21:45:46.526Z Compiling fs-err v2.11.0
26482026-06-19T21:45:46.564Z Checking diesel v2.3.7
26492026-06-19T21:45:46.755Z Compiling lalrpop v0.19.12
26502026-06-19T21:45:46.957Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-06-19T21:45:47.148Z Compiling rustc-hash v2.1.1
26522026-06-19T21:45:47.347Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532026-06-19T21:45:47.449Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26542026-06-19T21:45:47.571Z Compiling libxml v0.3.3
26552026-06-19T21:45:47.933Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26562026-06-19T21:45:48.114Z Checking p384 v0.13.1
26572026-06-19T21:45:48.573Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26582026-06-19T21:45:48.956Z Compiling strum_macros v0.24.3
26592026-06-19T21:45:49.121Z Checking assert_matches v1.5.0
26602026-06-19T21:45:49.228Z Compiling indoc v1.0.9
26612026-06-19T21:45:49.705Z Checking parse-size v1.1.0
26622026-06-19T21:45:49.862Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26632026-06-19T21:45:50.402Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26642026-06-19T21:45:50.631Z Checking quick-xml v0.37.5
26652026-06-19T21:45:50.735Z Checking derive_builder v0.20.2
26662026-06-19T21:45:50.886Z Compiling oso-derive v0.27.3
26672026-06-19T21:45:50.967Z Compiling trait-variant v0.1.2
26682026-06-19T21:45:51.430Z Compiling impl-trait-for-tuples v0.2.3
26692026-06-19T21:45:51.537Z Checking openssl-probe v0.1.6
26702026-06-19T21:45:51.541Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26712026-06-19T21:45:51.730Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26722026-06-19T21:45:51.941Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-06-19T21:45:52.393Z Checking predicates-tree v1.0.13
26742026-06-19T21:45:52.543Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26752026-06-19T21:45:52.682Z Compiling mime_guess v2.0.5
26762026-06-19T21:45:52.762Z Checking http-range v0.1.5
26772026-06-19T21:45:52.928Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26782026-06-19T21:45:53.011Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26792026-06-19T21:45:53.051Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26802026-06-19T21:45:53.300Z Checking bb8 v0.8.6
26812026-06-19T21:45:53.342Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26822026-06-19T21:45:53.346Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26832026-06-19T21:45:53.406Z Checking atty v0.2.14
26842026-06-19T21:45:53.539Z Checking corncobs v0.1.4
26852026-06-19T21:45:53.577Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26862026-06-19T21:45:53.715Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-19T21:45:53.757Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-06-19T21:45:53.951Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26892026-06-19T21:45:53.983Z Checking ignore v0.4.25
26902026-06-19T21:45:54.015Z Checking secrecy v0.8.0
26912026-06-19T21:45:54.091Z Checking hyper-staticfile v0.10.1
26922026-06-19T21:45:54.422Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26932026-06-19T21:45:54.452Z Checking globwalk v0.9.1
26942026-06-19T21:45:54.570Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26952026-06-19T21:45:54.669Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
26962026-06-19T21:45:54.744Z Checking nonempty v0.12.0
26972026-06-19T21:45:54.789Z Compiling illumos-nvpair-sys v0.2.0
26982026-06-19T21:45:54.944Z Checking camino-tempfile-ext v0.3.3
26992026-06-19T21:45:55.055Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27002026-06-19T21:45:55.094Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27012026-06-19T21:45:55.173Z Checking signal-hook-tokio v0.3.1
27022026-06-19T21:45:55.254Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27032026-06-19T21:45:55.335Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27042026-06-19T21:45:55.689Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27052026-06-19T21:45:55.855Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27062026-06-19T21:45:56.102Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27072026-06-19T21:45:56.212Z Checking illumos-nvpair v0.3.0
27082026-06-19T21:45:56.418Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27092026-06-19T21:45:56.451Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27102026-06-19T21:45:56.485Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-06-19T21:45:56.537Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-06-19T21:45:56.569Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-06-19T21:45:56.859Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-06-19T21:45:56.897Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27152026-06-19T21:45:57.174Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27162026-06-19T21:45:57.562Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27172026-06-19T21:45:57.774Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27182026-06-19T21:45:58.388Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27192026-06-19T21:45:58.502Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27202026-06-19T21:45:58.557Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-06-19T21:45:59.100Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27222026-06-19T21:45:59.276Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27232026-06-19T21:45:59.541Z Checking tungstenite v0.23.0
27242026-06-19T21:45:59.575Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27252026-06-19T21:45:59.787Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-19T21:45:59.838Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27272026-06-19T21:46:00.000Z Checking tokio-tungstenite v0.23.1
27282026-06-19T21:46:00.198Z Checking rand_seeder v0.4.0
27292026-06-19T21:46:00.232Z Checking void v1.0.2
27302026-06-19T21:46:00.303Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27312026-06-19T21:46:00.374Z Checking lzss v0.8.2
27322026-06-19T21:46:00.408Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27332026-06-19T21:46:00.500Z Checking nix v0.27.1
27342026-06-19T21:46:00.605Z Checking serde_bytes v0.11.19
27352026-06-19T21:46:00.681Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27362026-06-19T21:46:00.770Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27372026-06-19T21:46:00.814Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27382026-06-19T21:46:00.883Z Checking diesel-dtrace v0.5.0
27392026-06-19T21:46:01.049Z Checking async-bb8-diesel v0.2.1
27402026-06-19T21:46:01.161Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-19T21:46:01.473Z Checking is_ci v1.2.0
27422026-06-19T21:46:01.586Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27432026-06-19T21:46:01.619Z Checking yansi v1.0.1
27442026-06-19T21:46:01.935Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27452026-06-19T21:46:02.081Z Checking pretty_assertions v1.4.1
27462026-06-19T21:46:02.212Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27472026-06-19T21:46:02.257Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27482026-06-19T21:46:02.410Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27492026-06-19T21:46:02.521Z Compiling darling_core v0.23.0
27502026-06-19T21:46:02.598Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27512026-06-19T21:46:03.636Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27522026-06-19T21:46:03.753Z Compiling indoc v2.0.7
27532026-06-19T21:46:04.242Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27542026-06-19T21:46:04.387Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-19T21:46:04.475Z Compiling libz-sys v1.1.24
27562026-06-19T21:46:04.899Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-19T21:46:04.937Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27582026-06-19T21:46:05.085Z Compiling darling_macro v0.23.0
27592026-06-19T21:46:05.123Z Compiling instability v0.3.11
27602026-06-19T21:46:05.233Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-19T21:46:05.607Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27622026-06-19T21:46:05.610Z Checking castaway v0.2.4
27632026-06-19T21:46:05.671Z Compiling darling v0.23.0
27642026-06-19T21:46:05.788Z Checking compact_str v0.8.1
27652026-06-19T21:46:06.202Z Checking supports-color v3.0.2
27662026-06-19T21:46:06.367Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27672026-06-19T21:46:06.576Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27682026-06-19T21:46:06.609Z Checking unicode-truncate v1.1.0
27692026-06-19T21:46:06.658Z Checking console v0.16.2
27702026-06-19T21:46:06.788Z Checking lru v0.12.5
27712026-06-19T21:46:06.820Z Compiling libgit2-sys v0.18.3+1.9.2
27722026-06-19T21:46:06.993Z Checking unit-prefix v0.5.2
27732026-06-19T21:46:07.026Z Checking cassowary v0.3.0
27742026-06-19T21:46:07.178Z Checking indicatif v0.18.4
27752026-06-19T21:46:07.275Z Checking ratatui v0.29.0
27762026-06-19T21:46:07.340Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27772026-06-19T21:46:07.606Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-06-19T21:46:07.864Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27792026-06-19T21:46:08.598Z Compiling vergen-git2 v9.1.0
27802026-06-19T21:46:08.663Z Checking plotters-backend v0.3.7
27812026-06-19T21:46:08.871Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27822026-06-19T21:46:08.904Z Checking plotters-svg v0.3.7
27832026-06-19T21:46:09.096Z Checking cast v0.3.0
27842026-06-19T21:46:09.130Z Compiling rustls v0.21.12
27852026-06-19T21:46:09.289Z Checking criterion-plot v0.6.0
27862026-06-19T21:46:09.445Z Checking plotters v0.3.7
27872026-06-19T21:46:09.568Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-06-19T21:46:09.603Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27892026-06-19T21:46:09.830Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27902026-06-19T21:46:10.062Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27912026-06-19T21:46:10.217Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-06-19T21:46:10.292Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27932026-06-19T21:46:10.447Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27942026-06-19T21:46:10.522Z Checking colored v2.2.0
27952026-06-19T21:46:10.590Z Checking rustls-webpki v0.101.7
27962026-06-19T21:46:10.756Z Checking sct v0.7.1
27972026-06-19T21:46:10.934Z Checking tinytemplate v1.2.1
27982026-06-19T21:46:10.969Z Checking anes v0.1.6
27992026-06-19T21:46:11.116Z Checking oorandom v11.1.5
28002026-06-19T21:46:11.179Z Checking shell-words v1.1.1
28012026-06-19T21:46:11.263Z Checking criterion v0.7.0
28022026-06-19T21:46:11.336Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28032026-06-19T21:46:12.722Z Checking typeid v1.0.3
28042026-06-19T21:46:12.764Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28052026-06-19T21:46:12.857Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28062026-06-19T21:46:13.534Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28072026-06-19T21:46:13.638Z Checking hex-literal v0.4.1
28082026-06-19T21:46:13.772Z Checking erased-serde v0.4.9
28092026-06-19T21:46:14.159Z Checking tokio-rustls v0.24.1
28102026-06-19T21:46:14.402Z Checking rustls-pemfile v1.0.4
28112026-06-19T21:46:14.580Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28122026-06-19T21:46:14.811Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28132026-06-19T21:46:15.229Z Checking twox-hash v2.1.2
28142026-06-19T21:46:15.570Z Checking ordered-float v2.10.1
28152026-06-19T21:46:15.843Z Checking serde-value v0.7.0
28162026-06-19T21:46:16.146Z Checking serde-untagged v0.1.9
28172026-06-19T21:46:16.380Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28182026-06-19T21:46:16.821Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28192026-06-19T21:46:17.020Z Checking fatfs v0.3.6
28202026-06-19T21:46:17.404Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28212026-06-19T21:46:17.513Z Checking unicode-xid v0.2.6
28222026-06-19T21:46:17.660Z Compiling seq-macro v0.3.6
28232026-06-19T21:46:17.785Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-06-19T21:46:17.971Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-19T21:46:18.229Z Checking cargo-util-schemas v0.8.2
28262026-06-19T21:46:18.785Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28272026-06-19T21:46:19.137Z Checking cargo-platform v0.2.0
28282026-06-19T21:46:19.291Z Compiling petname v2.0.2
28292026-06-19T21:46:19.357Z Checking cargo_metadata v0.21.0
28302026-06-19T21:46:19.394Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28312026-06-19T21:46:19.964Z Checking concurrent-queue v2.5.0
28322026-06-19T21:46:20.145Z Checking rtoolbox v0.0.3
28332026-06-19T21:46:20.183Z Checking parking v2.2.1
28342026-06-19T21:46:20.313Z Checking rpassword v7.4.0
28352026-06-19T21:46:20.344Z Checking event-listener v5.4.1
28362026-06-19T21:46:20.604Z Checking tui-tree-widget v0.23.1
28372026-06-19T21:46:20.831Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28382026-06-19T21:46:20.878Z Checking polyval v0.6.2
28392026-06-19T21:46:21.030Z Checking sapling-renderdag v0.1.0
28402026-06-19T21:46:21.079Z Checking sync-ptr v0.1.4
28412026-06-19T21:46:21.227Z Checking ghash v0.5.1
28422026-06-19T21:46:21.302Z Checking event-listener-strategy v0.5.4
28432026-06-19T21:46:21.379Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28442026-06-19T21:46:21.473Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28452026-06-19T21:46:21.707Z Checking ctr v0.9.2
28462026-06-19T21:46:21.917Z Checking arrayvec v0.7.6
28472026-06-19T21:46:22.069Z Checking futures-timer v3.0.3
28482026-06-19T21:46:22.144Z Checking constant_time_eq v0.4.2
28492026-06-19T21:46:22.290Z Checking arrayref v0.3.9
28502026-06-19T21:46:22.321Z Checking aes-gcm v0.10.3
28512026-06-19T21:46:22.442Z Checking async-lock v3.4.2
28522026-06-19T21:46:22.510Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28532026-06-19T21:46:22.863Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-06-19T21:46:23.311Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28552026-06-19T21:46:23.488Z Checking ssh-encoding v0.2.0
28562026-06-19T21:46:23.717Z Checking blowfish v0.9.1
28572026-06-19T21:46:23.906Z Compiling strsim v0.10.0
28582026-06-19T21:46:24.094Z Checking bcrypt-pbkdf v0.10.0
28592026-06-19T21:46:24.274Z Compiling darling_core v0.13.4
28602026-06-19T21:46:24.306Z Checking ssh-cipher v0.2.0
28612026-06-19T21:46:24.512Z Checking async-object-pool v0.2.0
28622026-06-19T21:46:24.656Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-06-19T21:46:25.064Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28642026-06-19T21:46:25.743Z Checking serde_regex v1.1.0
28652026-06-19T21:46:25.940Z Checking password-hash v0.4.2
28662026-06-19T21:46:26.086Z Checking assert-json-diff v2.0.2
28672026-06-19T21:46:26.192Z Checking path-tree v0.8.3
28682026-06-19T21:46:26.195Z Checking gimli v0.32.3
28692026-06-19T21:46:26.287Z Checking stringmetrics v2.2.2
28702026-06-19T21:46:26.416Z Compiling target-lexicon v0.13.3
28712026-06-19T21:46:26.470Z Checking httpmock v0.8.3
28722026-06-19T21:46:27.020Z Compiling darling_macro v0.13.4
28732026-06-19T21:46:27.544Z Checking pbkdf2 v0.11.0
28742026-06-19T21:46:27.750Z Checking ssh-key v0.6.7
28752026-06-19T21:46:27.839Z Checking addr2line v0.25.1
28762026-06-19T21:46:28.490Z Checking p256 v0.13.2
28772026-06-19T21:46:28.730Z Checking p521 v0.13.3
28782026-06-19T21:46:28.777Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28792026-06-19T21:46:28.971Z Compiling samael v0.0.19
28802026-06-19T21:46:29.048Z Checking russh-cryptovec v0.7.3
28812026-06-19T21:46:29.222Z Compiling guppy-workspace-hack v0.1.0
28822026-06-19T21:46:29.356Z Checking md5 v0.7.0
28832026-06-19T21:46:29.439Z Checking rustc-demangle v0.1.27
28842026-06-19T21:46:29.562Z Checking russh-keys v0.45.0
28852026-06-19T21:46:29.703Z Checking backtrace v0.3.76
28862026-06-19T21:46:30.063Z Compiling darling v0.13.4
28872026-06-19T21:46:30.186Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28882026-06-19T21:46:30.242Z Checking num-bigint v0.4.6
28892026-06-19T21:46:30.363Z Checking des v0.8.1
28902026-06-19T21:46:30.550Z Compiling blake3 v1.8.3
28912026-06-19T21:46:30.582Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28922026-06-19T21:46:30.946Z Compiling target-spec v3.5.7
28932026-06-19T21:46:31.022Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-19T21:46:31.221Z Checking russh v0.45.0
28952026-06-19T21:46:31.875Z Checking cfg-expr v0.20.6
28962026-06-19T21:46:31.918Z Compiling serde_with_macros v1.5.2
28972026-06-19T21:46:32.415Z Checking backtrace-ext v0.2.1
28982026-06-19T21:46:32.565Z Checking supports-color v2.1.0
28992026-06-19T21:46:32.736Z Checking textwrap v0.15.2
29002026-06-19T21:46:32.814Z Checking supports-unicode v2.1.0
29012026-06-19T21:46:32.967Z Checking supports-hyperlinks v2.1.0
29022026-06-19T21:46:33.000Z Checking hashbrown v0.14.5
29032026-06-19T21:46:33.117Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29042026-06-19T21:46:33.199Z Checking cargo-platform v0.3.2
29052026-06-19T21:46:33.345Z Checking terminal_size v0.1.17
29062026-06-19T21:46:33.411Z Compiling miette-derive v5.10.0
29072026-06-19T21:46:33.504Z Checking owo-colors v3.5.0
29082026-06-19T21:46:33.872Z Checking internet-checksum v0.2.1
29092026-06-19T21:46:34.059Z Checking chumsky v0.9.3
29102026-06-19T21:46:34.157Z Checking cargo_metadata v0.23.1
29112026-06-19T21:46:34.562Z Checking miette v5.10.0
29122026-06-19T21:46:34.932Z Compiling serde_with v1.14.0
29132026-06-19T21:46:35.251Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29142026-06-19T21:46:35.338Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29152026-06-19T21:46:35.443Z Compiling git2 v0.20.4
29162026-06-19T21:46:35.501Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-06-19T21:46:35.850Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29182026-06-19T21:46:36.069Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29192026-06-19T21:46:36.102Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29202026-06-19T21:46:36.153Z Compiling knuffel-derive v3.2.0
29212026-06-19T21:46:36.254Z Checking httptest v0.16.4
29222026-06-19T21:46:36.338Z Checking pathdiff v0.2.3
29232026-06-19T21:46:36.481Z Checking topological-sort v0.2.2
29242026-06-19T21:46:36.655Z Checking nested v0.1.1
29252026-06-19T21:46:36.658Z Checking omicron-zone-package v0.12.2
29262026-06-19T21:46:36.834Z Checking guppy v0.17.25
29272026-06-19T21:46:37.002Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-06-19T21:46:37.649Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29292026-06-19T21:46:37.855Z Checking knuffel v3.2.0
29302026-06-19T21:46:37.918Z Checking similar-asserts v1.7.0
29312026-06-19T21:46:38.108Z Compiling target-triple v1.0.0
29322026-06-19T21:46:38.351Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29332026-06-19T21:46:38.481Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29342026-06-19T21:46:38.523Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29352026-06-19T21:46:38.552Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29362026-06-19T21:46:38.698Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29372026-06-19T21:46:38.904Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29382026-06-19T21:46:38.936Z Checking hickory-client v0.25.2
29392026-06-19T21:46:39.181Z Checking tokio-test v0.4.5
29402026-06-19T21:46:39.252Z Compiling assert_cmd v2.1.2
29412026-06-19T21:46:39.418Z Checking escape8259 v0.5.3
29422026-06-19T21:46:39.615Z Checking libtest-mimic v0.8.1
29432026-06-19T21:46:40.013Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29442026-06-19T21:46:40.152Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29452026-06-19T21:46:40.315Z Checking blake2b_simd v1.0.4
29462026-06-19T21:46:40.733Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29472026-06-19T21:46:40.868Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29482026-06-19T21:46:41.152Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29492026-06-19T21:46:41.284Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29502026-06-19T21:46:41.390Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29512026-06-19T21:46:41.528Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29522026-06-19T21:46:41.763Z Checking fancy-regex v0.14.0
29532026-06-19T21:46:42.045Z Checking serde_tokenstream v0.2.3
29542026-06-19T21:46:42.189Z Checking approx v0.5.1
29552026-06-19T21:46:42.310Z Checking uzers v0.12.2
29562026-06-19T21:46:42.366Z Compiling rstest_macros v0.25.0
29572026-06-19T21:46:42.572Z Checking constant_time_eq v0.3.1
29582026-06-19T21:46:42.693Z Compiling linkme-impl v0.3.35
29592026-06-19T21:46:42.725Z Checking termcolor v1.4.1
29602026-06-19T21:46:42.976Z Checking trybuild v1.0.116
29612026-06-19T21:46:43.090Z Checking rust-argon2 v2.1.0
29622026-06-19T21:46:43.493Z Checking datatest-stable v0.3.3
29632026-06-19T21:46:43.863Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29642026-06-19T21:46:43.928Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29652026-06-19T21:46:44.174Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29662026-06-19T21:46:44.227Z Checking support-bundle-viewer v0.1.2
29672026-06-19T21:46:44.507Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29682026-06-19T21:46:44.573Z Compiling polar-core v0.27.3
29692026-06-19T21:46:44.735Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29702026-06-19T21:46:44.938Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29712026-06-19T21:46:44.968Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29722026-06-19T21:46:45.170Z Checking drift v0.2.0
29732026-06-19T21:46:45.204Z Checking rand_distr v0.5.1
29742026-06-19T21:46:45.239Z Checking multimap v0.10.1
29752026-06-19T21:46:45.445Z Compiling linkme v0.3.35
29762026-06-19T21:46:45.556Z Compiling relative-path v1.9.3
29772026-06-19T21:46:45.646Z Checking dropshot-api-manager v0.7.2
29782026-06-19T21:46:46.799Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29792026-06-19T21:46:47.367Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29802026-06-19T21:46:47.492Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29812026-06-19T21:46:47.716Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29822026-06-19T21:46:47.964Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-06-19T21:46:48.106Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29842026-06-19T21:46:48.158Z Checking cargo_toml v0.21.0
29852026-06-19T21:46:48.507Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29862026-06-19T21:46:48.820Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29872026-06-19T21:46:48.992Z Checking partial-io v0.5.4
29882026-06-19T21:46:49.171Z Checking termios v0.3.3
29892026-06-19T21:46:49.230Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29902026-06-19T21:46:49.333Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29912026-06-19T21:46:49.486Z Checking rstest v0.25.0
29922026-06-19T21:46:49.606Z Checking oso v0.27.3
29932026-06-19T21:46:51.004Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29942026-06-19T21:46:51.713Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29952026-06-19T21:46:54.475Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29962026-06-19T21:47:00.072Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29972026-06-19T21:47:01.909Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29982026-06-19T21:47:02.674Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29992026-06-19T21:47:04.213Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30002026-06-19T21:47:09.797Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30012026-06-19T21:47:14.456Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30022026-06-19T21:47:17.834Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30032026-06-19T21:47:17.954Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-06-19T21:47:19.070Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30052026-06-19T21:47:24.125Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30062026-06-19T21:47:29.464Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30072026-06-19T21:48:43.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 05s
30082026-06-19T21:48:44.348Z
30092026-06-19T21:48:44.348Zreal 4:08.387076043
30102026-06-19T21:48:44.348Zuser 21:08.546768681
30112026-06-19T21:48:44.348Zsys 4:52.565416768
30122026-06-19T21:48:44.348Ztrap 0.510010774
30132026-06-19T21:48:44.348Ztflt 0.478789511
30142026-06-19T21:48:44.348Zdflt 0.458650341
30152026-06-19T21:48:44.348Zkflt 0.006075489
30162026-06-19T21:48:44.348Zlock 57:41.887272355
30172026-06-19T21:48:44.348Zslp 58:03.772294384
30182026-06-19T21:48:44.348Zlat 1:49.977800683
30192026-06-19T21:48:44.348Zstop 10:37.952415722
30202026-06-19T21:48:44.382Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30212026-06-19T21:48:44.382Z+ ptime -m cargo doc --workspace --no-deps
30222026-06-19T21:48:45.138Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30232026-06-19T21:48:45.138Z |
30242026-06-19T21:48:45.138Z = 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)`
30252026-06-19T21:48:45.138Z = 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>
30262026-06-19T21:48:46.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-19T21:48:46.359Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30282026-06-19T21:48:46.403Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30292026-06-19T21:48:46.464Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-06-19T21:48:46.499Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30312026-06-19T21:48:46.550Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30322026-06-19T21:48:46.645Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30332026-06-19T21:48:46.674Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30342026-06-19T21:48:46.701Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30352026-06-19T21:48:46.746Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30362026-06-19T21:48:46.896Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30372026-06-19T21:48:46.947Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30382026-06-19T21:48:46.992Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30392026-06-19T21:48:47.014Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30402026-06-19T21:48:47.036Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412026-06-19T21:48:47.078Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30422026-06-19T21:48:47.098Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-06-19T21:48:47.120Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30442026-06-19T21:48:47.141Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-06-19T21:48:47.164Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30462026-06-19T21:48:47.208Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30472026-06-19T21:48:47.266Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-06-19T21:48:47.509Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30492026-06-19T21:48:47.844Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30502026-06-19T21:48:47.867Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30512026-06-19T21:48:47.947Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-06-19T21:48:47.994Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-06-19T21:48:48.017Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-06-19T21:48:48.160Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30552026-06-19T21:48:48.212Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-06-19T21:48:48.325Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572026-06-19T21:48:48.444Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30582026-06-19T21:48:48.536Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30592026-06-19T21:48:48.588Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30602026-06-19T21:48:48.613Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30612026-06-19T21:48:48.638Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30622026-06-19T21:48:48.763Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30632026-06-19T21:48:48.802Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30642026-06-19T21:48:48.868Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30652026-06-19T21:48:49.106Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-06-19T21:48:49.136Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-06-19T21:48:49.469Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682026-06-19T21:48:49.541Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30692026-06-19T21:48:49.604Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30702026-06-19T21:48:49.711Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30712026-06-19T21:48:49.770Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30722026-06-19T21:48:49.796Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30732026-06-19T21:48:49.896Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30742026-06-19T21:48:49.976Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30752026-06-19T21:48:50.074Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30762026-06-19T21:48:50.099Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772026-06-19T21:48:50.153Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30782026-06-19T21:48:50.212Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30792026-06-19T21:48:50.330Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30802026-06-19T21:48:50.357Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30812026-06-19T21:48:50.380Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30822026-06-19T21:48:50.418Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30832026-06-19T21:48:50.462Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30842026-06-19T21:48:50.529Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30852026-06-19T21:48:50.561Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30862026-06-19T21:48:50.582Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30872026-06-19T21:48:50.623Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30882026-06-19T21:48:51.000Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30892026-06-19T21:48:51.024Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30902026-06-19T21:48:51.153Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30912026-06-19T21:48:51.328Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30922026-06-19T21:48:51.584Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30932026-06-19T21:48:51.811Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30942026-06-19T21:48:52.049Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30952026-06-19T21:48:52.099Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30962026-06-19T21:48:52.123Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30972026-06-19T21:48:52.146Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30982026-06-19T21:48:52.348Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30992026-06-19T21:48:52.378Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31002026-06-19T21:48:52.402Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31012026-06-19T21:48:52.425Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31022026-06-19T21:48:52.962Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31032026-06-19T21:48:53.472Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31042026-06-19T21:48:53.493Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31052026-06-19T21:48:53.603Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31062026-06-19T21:48:53.675Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31072026-06-19T21:48:53.738Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31082026-06-19T21:48:53.961Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31092026-06-19T21:48:54.014Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31102026-06-19T21:48:54.018Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31112026-06-19T21:48:54.156Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-06-19T21:48:54.330Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31132026-06-19T21:48:54.353Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31142026-06-19T21:48:54.375Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31152026-06-19T21:48:54.530Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31162026-06-19T21:48:54.575Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31172026-06-19T21:48:54.643Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31182026-06-19T21:48:54.666Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31192026-06-19T21:48:54.688Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31202026-06-19T21:48:54.740Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31212026-06-19T21:48:54.877Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31222026-06-19T21:48:54.903Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31232026-06-19T21:48:54.969Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31242026-06-19T21:48:54.992Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31252026-06-19T21:48:55.012Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31262026-06-19T21:48:55.038Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31272026-06-19T21:48:55.148Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31282026-06-19T21:48:55.217Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31292026-06-19T21:48:55.250Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31302026-06-19T21:48:55.305Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31312026-06-19T21:48:55.419Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31322026-06-19T21:48:55.616Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31332026-06-19T21:48:55.620Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31342026-06-19T21:48:55.658Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31352026-06-19T21:48:56.112Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31362026-06-19T21:48:56.279Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31372026-06-19T21:48:56.364Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31382026-06-19T21:48:57.012Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31392026-06-19T21:48:57.140Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31402026-06-19T21:48:57.221Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31412026-06-19T21:48:57.741Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31422026-06-19T21:48:57.800Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31432026-06-19T21:48:58.516Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31442026-06-19T21:48:59.135Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31452026-06-19T21:48:59.244Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31462026-06-19T21:48:59.852Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31472026-06-19T21:49:00.037Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31482026-06-19T21:49:00.180Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31492026-06-19T21:49:00.343Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31502026-06-19T21:49:00.453Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31512026-06-19T21:49:00.498Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31522026-06-19T21:49:00.921Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-06-19T21:49:01.202Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31542026-06-19T21:49:01.227Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31552026-06-19T21:49:01.406Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31562026-06-19T21:49:01.936Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31572026-06-19T21:49:02.136Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31582026-06-19T21:49:02.522Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31592026-06-19T21:49:02.632Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31602026-06-19T21:49:02.702Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31612026-06-19T21:49:02.918Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31622026-06-19T21:49:03.009Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31632026-06-19T21:49:03.369Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-06-19T21:49:03.851Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31652026-06-19T21:49:04.152Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-06-19T21:49:04.603Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-06-19T21:49:05.016Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31682026-06-19T21:49:05.519Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31692026-06-19T21:49:06.147Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31702026-06-19T21:49:06.320Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-06-19T21:49:06.460Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31722026-06-19T21:49:06.877Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-06-19T21:49:07.378Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-06-19T21:49:07.402Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-06-19T21:49:08.541Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31762026-06-19T21:49:08.795Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31772026-06-19T21:49:08.911Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-06-19T21:49:09.459Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-06-19T21:49:09.822Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-06-19T21:49:10.881Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812026-06-19T21:49:11.444Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-06-19T21:49:13.197Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31832026-06-19T21:49:14.003Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31842026-06-19T21:49:14.760Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31852026-06-19T21:49:14.809Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-06-19T21:49:15.582Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-06-19T21:49:16.150Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31882026-06-19T21:49:16.780Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31892026-06-19T21:49:16.832Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31902026-06-19T21:49:16.857Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-06-19T21:49:17.550Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-06-19T21:49:18.600Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31932026-06-19T21:49:19.222Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31942026-06-19T21:49:19.252Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31952026-06-19T21:49:19.392Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31962026-06-19T21:49:19.823Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31972026-06-19T21:49:20.055Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31982026-06-19T21:49:20.342Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
31992026-06-19T21:49:20.671Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-06-19T21:49:20.802Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32012026-06-19T21:49:20.973Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32022026-06-19T21:49:21.069Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32032026-06-19T21:49:21.097Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-06-19T21:49:21.126Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-06-19T21:49:21.653Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32062026-06-19T21:49:21.759Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32072026-06-19T21:49:22.440Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32082026-06-19T21:49:22.519Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-06-19T21:49:23.801Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32102026-06-19T21:49:23.845Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-06-19T21:49:24.558Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-06-19T21:49:24.901Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32132026-06-19T21:49:25.109Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32142026-06-19T21:49:26.546Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-06-19T21:49:28.182Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32162026-06-19T21:49:29.522Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-06-19T21:49:29.864Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-06-19T21:49:30.586Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-06-19T21:49:32.420Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202026-06-19T21:49:33.040Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32212026-06-19T21:49:34.602Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-06-19T21:49:35.162Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32232026-06-19T21:49:36.115Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32242026-06-19T21:49:37.530Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32252026-06-19T21:49:38.476Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-06-19T21:49:39.125Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-06-19T21:49:39.748Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32282026-06-19T21:49:42.235Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-06-19T21:49:42.921Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32302026-06-19T21:49:43.677Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32312026-06-19T21:49:46.777Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32322026-06-19T21:49:47.634Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32332026-06-19T21:49:48.471Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342026-06-19T21:49:49.299Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32352026-06-19T21:49:50.078Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32362026-06-19T21:49:50.891Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-06-19T21:49:52.895Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32382026-06-19T21:49:53.157Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32392026-06-19T21:49:54.431Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32402026-06-19T21:49:54.478Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32412026-06-19T21:49:55.138Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32422026-06-19T21:49:56.015Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-06-19T21:49:57.002Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32442026-06-19T21:50:00.061Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32452026-06-19T21:50:01.312Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-06-19T21:50:01.978Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32472026-06-19T21:50:03.084Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32482026-06-19T21:50:04.025Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32492026-06-19T21:50:04.976Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32502026-06-19T21:50:06.002Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32512026-06-19T21:50:07.336Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32522026-06-19T21:50:08.272Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32532026-06-19T21:50:10.954Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542026-06-19T21:50:11.418Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32552026-06-19T21:50:12.558Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32562026-06-19T21:50:14.001Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32572026-06-19T21:50:15.222Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-06-19T21:50:18.555Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32592026-06-19T21:50:20.113Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-06-19T21:50:21.794Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32612026-06-19T21:50:23.454Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-06-19T21:50:24.979Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32632026-06-19T21:50:26.733Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-06-19T21:50:30.996Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32652026-06-19T21:50:32.013Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32662026-06-19T21:50:32.812Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32672026-06-19T21:50:33.611Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32682026-06-19T21:50:35.369Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-06-19T21:50:37.164Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32702026-06-19T21:50:39.209Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32712026-06-19T21:50:41.176Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32722026-06-19T21:50:42.973Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32732026-06-19T21:50:45.094Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32742026-06-19T21:50:46.679Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-06-19T21:50:48.466Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32762026-06-19T21:50:50.267Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32772026-06-19T21:50:52.093Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32782026-06-19T21:50:53.946Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32792026-06-19T21:50:55.715Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32802026-06-19T21:50:57.478Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32812026-06-19T21:50:59.194Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32822026-06-19T21:51:01.482Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32832026-06-19T21:51:05.236Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32842026-06-19T21:51:07.267Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-19T21:51:09.101Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32862026-06-19T21:51:11.017Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32872026-06-19T21:51:13.899Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-06-19T21:51:15.404Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32892026-06-19T21:51:17.514Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-06-19T21:51:19.239Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32912026-06-19T21:51:22.229Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-06-19T21:51:24.848Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-06-19T21:51:27.064Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32942026-06-19T21:51:29.346Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32952026-06-19T21:51:31.580Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32962026-06-19T21:51:33.884Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-06-19T21:51:36.183Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-06-19T21:51:38.891Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-06-19T21:51:40.627Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33002026-06-19T21:51:43.265Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-06-19T21:51:45.276Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33022026-06-19T21:51:47.585Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33032026-06-19T21:51:49.845Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-06-19T21:51:52.212Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-06-19T21:51:54.474Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-06-19T21:51:56.987Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-06-19T21:51:59.315Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33082026-06-19T21:52:01.737Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33092026-06-19T21:52:04.170Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33102026-06-19T21:52:06.559Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33112026-06-19T21:52:09.006Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33122026-06-19T21:52:11.382Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-06-19T21:52:13.792Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33142026-06-19T21:52:16.230Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-06-19T21:52:18.612Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33162026-06-19T21:52:21.007Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-06-19T21:52:23.433Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33182026-06-19T21:52:25.909Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-06-19T21:52:28.350Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-06-19T21:52:30.735Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-06-19T21:52:33.245Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33222026-06-19T21:52:35.572Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232026-06-19T21:52:38.132Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-06-19T21:52:40.447Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33252026-06-19T21:52:42.833Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33262026-06-19T21:52:45.803Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33272026-06-19T21:52:47.921Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33282026-06-19T21:52:50.508Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-06-19T21:52:52.908Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33302026-06-19T21:52:55.691Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33312026-06-19T21:52:57.971Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33322026-06-19T21:53:00.576Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33332026-06-19T21:53:03.288Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-06-19T21:53:05.793Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-06-19T21:53:08.446Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-06-19T21:53:11.160Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33372026-06-19T21:53:13.809Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-06-19T21:53:16.473Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33392026-06-19T21:53:18.970Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33402026-06-19T21:53:21.625Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-06-19T21:53:24.322Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33422026-06-19T21:53:26.998Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33432026-06-19T21:53:29.951Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33442026-06-19T21:53:32.441Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33452026-06-19T21:53:40.155Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33462026-06-19T21:53:40.351Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33472026-06-19T21:53:43.893Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-06-19T21:53:47.311Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33492026-06-19T21:53:52.117Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33502026-06-19T21:53:55.058Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33512026-06-19T21:53:59.025Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-06-19T21:54:02.730Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33532026-06-19T21:54:06.424Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33542026-06-19T21:54:10.192Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33552026-06-19T21:54:13.950Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33562026-06-19T21:54:17.755Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-06-19T21:54:21.502Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-06-19T21:54:25.262Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-06-19T21:54:29.129Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33602026-06-19T21:54:32.874Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33612026-06-19T21:54:36.617Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33622026-06-19T21:54:40.469Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33632026-06-19T21:54:44.289Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33642026-06-19T21:54:48.194Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33652026-06-19T21:54:52.112Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33662026-06-19T21:54:55.850Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33672026-06-19T21:54:59.666Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33682026-06-19T21:55:03.600Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33692026-06-19T21:55:07.456Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33702026-06-19T21:55:37.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s
33712026-06-19T21:55:38.076Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33722026-06-19T21:55:38.180Z
33732026-06-19T21:55:38.180Zreal 6:53.743683282
33742026-06-19T21:55:38.180Zuser 18:00.668180627
33752026-06-19T21:55:38.180Zsys 3:53.186239683
33762026-06-19T21:55:38.180Ztrap 0.257684108
33772026-06-19T21:55:38.180Ztflt 0.058045582
33782026-06-19T21:55:38.180Zdflt 0.020626024
33792026-06-19T21:55:38.183Zkflt 0.000034115
33802026-06-19T21:55:38.184Zlock 6:32:57.900995393
33812026-06-19T21:55:38.184Zslp 2:19:32.820558801
33822026-06-19T21:55:38.184Zlat 31.638505770
33832026-06-19T21:55:38.184Zstop 1:46.017317695
33842026-06-19T21:55:38.184Zprocess exited: duration 788008 ms, exit code 0
 
33852026-06-19T21:55:38.190Zfound 0 output files