01KX1ZYHBJ0F0GH2JM7K3KPRAM: clippy (helios)

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

Buildomat Job: 01KX1ZZ1CHRVRC8HPJP15S7V2N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T23:11:43.964Zjob assigned to worker 01KX1ZZ5Y8RMHN89V6G1DJJHM4 [factory aws, i-057d97a8ce8d86fc5] (queued for 56 s)
 
22026-07-08T23:11:50.081Zstarting task 0: "setup"
32026-07-08T23:11:50.088Z++ uname -s
42026-07-08T23:11:50.091Z+ kern=SunOS
52026-07-08T23:11:50.091Z+ build_user=build
62026-07-08T23:11:50.091Z+ build_uid=12345
72026-07-08T23:11:50.091Z+ work_dir=/work
82026-07-08T23:11:50.091Z+ input_dir=/input
92026-07-08T23:11:50.091Z+ [[ 0 == 12345 ]]
102026-07-08T23:11:50.091Z+ case "$kern" in
112026-07-08T23:11:50.091Z+ groupadd -g 12345 build
122026-07-08T23:11:50.094Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T23:11:52.097Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T23:11:52.174Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T23:11:52.177Z+ home_fs=zfs
162026-07-08T23:11:52.177Z+ [[ zfs == autofs ]]
172026-07-08T23:11:52.177Z+ mkdir -p /home/build
182026-07-08T23:11:52.177Z+ chown build:build /home/build /work
192026-07-08T23:11:54.178Z+ chmod 0700 /home/build /work
202026-07-08T23:11:54.181Zprocess exited: duration 4099 ms, exit code 0
 
212026-07-08T23:11:54.189Zstarting task 1: "rust-toolchain"
222026-07-08T23:11:54.191Z * rust toolchain channel = "1.96.1"
232026-07-08T23:11:54.192Z * rust toolchain profile = "default"
242026-07-08T23:11:54.192Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
252026-07-08T23:11:54.192Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T23:11:54.192Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T23:11:54.192Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T23:11:54.197Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T23:11:54.197Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T23:11:54.297Zinfo: downloading installer
312026-07-08T23:11:55.614Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T23:11:55.614Zwarn: /home/build/.rustup/settings.toml
332026-07-08T23:11:55.614Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T23:11:55.614Zwarn: instead of the one inferred from the default host triple.
352026-07-08T23:11:55.629Zinfo: profile set to default
362026-07-08T23:11:55.629Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T23:11:55.633Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T23:11:55.759Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T23:11:55.764Zinfo: downloading 6 components
402026-07-08T23:12:10.249Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T23:12:10.249Z
422026-07-08T23:12:10.284Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T23:12:10.284Z
442026-07-08T23:12:10.284Z
452026-07-08T23:12:10.284ZRust is installed now. Great!
462026-07-08T23:12:10.284Z
472026-07-08T23:12:10.288ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T23:12:10.288Zenvironment variable. This has not been done automatically.
492026-07-08T23:12:10.288Z
502026-07-08T23:12:10.288ZTo configure your current shell, you need to source
512026-07-08T23:12:10.288Zthe corresponding env file under $HOME/.cargo.
522026-07-08T23:12:10.288Z
532026-07-08T23:12:10.288ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T23:12:10.288Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T23:12:10.288Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T23:12:10.288Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T23:12:10.288Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T23:12:10.288Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T23:12:10.288Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T23:12:10.288Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T23:12:10.288Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T23:12:10.392Z+ rustup --version
632026-07-08T23:12:10.401Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T23:12:10.405Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T23:12:10.424Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T23:12:10.427Z+ cargo --version
672026-07-08T23:12:10.441Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T23:12:10.444Z+ rustc --version
692026-07-08T23:12:10.463Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T23:12:10.491Zprocess exited: duration 16277 ms, exit code 0
 
712026-07-08T23:12:10.499Zstarting task 2: "authentication"
722026-07-08T23:12:10.515Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T23:12:10.522Zstarting task 3: "clone repository"
742026-07-08T23:12:10.526Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T23:12:10.529Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T23:12:10.559ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T23:12:22.767Z+ cd /work/oxidecomputer/omicron
782026-07-08T23:12:22.767Z+ git fetch origin e224a248b9feb915cf14a19726737c16e97be17e
792026-07-08T23:12:23.106ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T23:12:23.106Z * branch e224a248b9feb915cf14a19726737c16e97be17e -> FETCH_HEAD
812026-07-08T23:12:23.116Z+ [[ -n wicketd-commission ]]
822026-07-08T23:12:23.119Z++ git branch --show-current
832026-07-08T23:12:23.119Z+ current=main
842026-07-08T23:12:23.119Z+ [[ main != wicketd-commission ]]
852026-07-08T23:12:23.119Z+ git branch -f wicketd-commission e224a248b9feb915cf14a19726737c16e97be17e
862026-07-08T23:12:23.122Z+ git checkout -f wicketd-commission
872026-07-08T23:12:23.372ZSwitched to branch 'wicketd-commission'
882026-07-08T23:12:23.375Z+ git reset --hard e224a248b9feb915cf14a19726737c16e97be17e
892026-07-08T23:12:23.401ZHEAD is now at e224a248b fmt
902026-07-08T23:12:23.404Zprocess exited: duration 12879 ms, exit code 0
 
912026-07-08T23:12:23.411Zstarting task 4: "build"
922026-07-08T23:12:23.415Z+ source ./env.sh
932026-07-08T23:12:23.418Z++ OLD_SHELL_OPTS=ehxB
942026-07-08T23:12:23.418Z++ set -o xtrace
952026-07-08T23:12:23.418Z++++ dirname ./env.sh
962026-07-08T23:12:23.421Z+++ readlink -f .
972026-07-08T23:12:23.421Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-08T23:12:23.421Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-08T23:12:23.421Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-08T23:12:23.421Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-08T23:12:23.421Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-08T23:12:23.421Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-08T23:12:23.421Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-08T23:12:23.421Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-08T23:12:23.421Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-08T23:12:23.421Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-08T23:12:23.421Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-08T23:12:23.421Z++ case $OLD_SHELL_OPTS in
1092026-07-08T23:12:23.421Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-08T23:12:23.421Z+ source .github/buildomat/ci-env.sh
1112026-07-08T23:12:23.421Z++ export CARGO_TERM_COLOR=always
1122026-07-08T23:12:23.421Z++ CARGO_TERM_COLOR=always
1132026-07-08T23:12:23.426Z+++ uname -s
1142026-07-08T23:12:23.426Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-08T23:12:23.426Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-08T23:12:23.426Z+ cargo --version
1172026-07-08T23:12:23.433Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-08T23:12:23.436Z+ rustc --version
1192026-07-08T23:12:23.457Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-08T23:12:23.460Z+ banner prerequisites
1212026-07-08T23:12:23.463Z
1222026-07-08T23:12:23.463Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-08T23:12:23.463Z # # # # # # # # # # # # # # #
1242026-07-08T23:12:23.463Z # # # # ##### # # ##### # # # # # #### #
1252026-07-08T23:12:23.463Z ##### ##### # ##### # # # # # # # # #
1262026-07-08T23:12:23.463Z # # # # # # # # # # # # # # #
1272026-07-08T23:12:23.463Z # # # ###### # # ###### ### # #### # #### #
1282026-07-08T23:12:23.463Z
1292026-07-08T23:12:23.463Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-08T23:12:25.052Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-08T23:12:25.162Z Startup: Caching catalogs ... Done
1322026-07-08T23:12:25.658ZPlanning: Solver setup ... Done (0.449s)
1332026-07-08T23:12:25.684ZPlanning: Running solver ... Done (0.027s)
1342026-07-08T23:12:25.695ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-08T23:12:25.708ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-08T23:12:25.730ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-08T23:12:25.744ZPlanning: Package planning ... Done (0.014s)
1382026-07-08T23:12:25.749ZPlanning: Merging actions ... Done (0.001s)
1392026-07-08T23:12:25.912ZPlanning: Checking for conflicting actions ... Done (0.166s)
1402026-07-08T23:12:25.915ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-08T23:12:26.690ZPlanning: Evaluating mediators ... Done (0.777s)
1422026-07-08T23:12:26.693ZPlanning: Planning completed in 1.51 seconds
1432026-07-08T23:12:26.700Z Packages to install: 2
1442026-07-08T23:12:26.700Z Estimated space available: 156.06 GB
1452026-07-08T23:12:26.702ZEstimated space to be consumed: 30.99 MB
1462026-07-08T23:12:26.703Z Create boot environment: No
1472026-07-08T23:12:26.703ZCreate backup boot environment: No
1482026-07-08T23:12:26.703Z Rebuild boot archive: No
1492026-07-08T23:12:26.703Z
1502026-07-08T23:12:26.703ZChanged packages:
1512026-07-08T23:12:26.703Zhelios
1522026-07-08T23:12:26.703Z developer/build-essential
1532026-07-08T23:12:26.703Z None -> 11-3.0
1542026-07-08T23:12:26.703Z library/libxmlsec1
1552026-07-08T23:12:26.703Z None -> 1.2.35-3.0
1562026-07-08T23:12:26.725Z
1572026-07-08T23:12:26.725ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-08T23:12:27.198ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1592026-07-08T23:12:27.274Z Actions: 1/268 actions (Installing new actions)
1602026-07-08T23:12:27.313Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-08T23:12:27.323ZFinalize: Updating package state database ... Done (0.010s)
1622026-07-08T23:12:27.323ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-08T23:12:27.354ZFinalize: Updating image state ... Done (0.030s)
1642026-07-08T23:12:29.774ZFinalize: Creating fast lookup database ... Done (2.395s)
1652026-07-08T23:12:29.842ZFinalize: Reading search index ... Done (0.013s)
1662026-07-08T23:12:29.845ZFinalize: Updating search index ... Done (0.000s)
1672026-07-08T23:12:29.920ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-08T23:12:30.242ZPlanning: Evaluating mediator changes ... Done
1692026-07-08T23:12:30.348ZPlanning: Checking for conflicting actions ... Done
1702026-07-08T23:12:30.352ZPlanning: Consolidating action changes ... Done
1712026-07-08T23:12:30.510ZPlanning: Evaluating mediators ... Done
1722026-07-08T23:12:30.514ZPlanning: Planning completed in 0.27 seconds
1732026-07-08T23:12:30.532Z Mediators to change: 2
1742026-07-08T23:12:30.532Z Create boot environment: No
1752026-07-08T23:12:30.532ZCreate backup boot environment: No
1762026-07-08T23:12:30.580ZFinalize: Updating package state database ... Done
1772026-07-08T23:12:30.580ZFinalize: Updating package cache ... Done
1782026-07-08T23:12:30.596ZFinalize: Updating image state ... Done
1792026-07-08T23:12:32.585ZFinalize: Creating fast lookup database ... Done
1802026-07-08T23:12:32.647ZFinalize: Reading search index ... Done
1812026-07-08T23:12:32.650ZFinalize: Updating search index ... Done
1822026-07-08T23:12:32.710ZFinalize: Updating package cache ... Done
1832026-07-08T23:12:32.998ZPlanning: Evaluating mediator changes ... Done
1842026-07-08T23:12:33.105ZPlanning: Checking for conflicting actions ... Done
1852026-07-08T23:12:33.108ZPlanning: Consolidating action changes ... Done
1862026-07-08T23:12:33.266ZPlanning: Evaluating mediators ... Done
1872026-07-08T23:12:33.269ZPlanning: Planning completed in 0.27 seconds
1882026-07-08T23:12:33.290Z Mediators to change: 1
1892026-07-08T23:12:33.290Z Create boot environment: No
1902026-07-08T23:12:33.290ZCreate backup boot environment: No
1912026-07-08T23:12:33.344ZFinalize: Updating package state database ... Done
1922026-07-08T23:12:33.344ZFinalize: Updating package cache ... Done
1932026-07-08T23:12:33.362ZFinalize: Updating image state ... Done
1942026-07-08T23:12:35.351ZFinalize: Creating fast lookup database ... Done
1952026-07-08T23:12:35.414ZFinalize: Reading search index ... Done
1962026-07-08T23:12:35.418ZFinalize: Updating search index ... Done
1972026-07-08T23:12:35.494ZFinalize: Updating package cache ... Done
1982026-07-08T23:12:35.812ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-08T23:12:35.812Zapache system 2.4 system
2002026-07-08T23:12:35.812Zclang system 15 system
2012026-07-08T23:12:35.812Zcsh system system illumos
2022026-07-08T23:12:35.813Zctags system system illumos
2032026-07-08T23:12:35.813Zfile vendor vendor darwinsys
2042026-07-08T23:12:35.813Zfile system system illumos
2052026-07-08T23:12:35.813Zgcc vendor 14 vendor
2062026-07-08T23:12:35.813Zgcc system 13 system
2072026-07-08T23:12:35.813Zgcc system 10 system
2082026-07-08T23:12:35.813Zgo system 1.25 system
2092026-07-08T23:12:35.813Zllvm system 15 system
2102026-07-08T23:12:35.813Zmariadb system 11.4 system
2112026-07-08T23:12:35.813Zmta vendor vendor dma
2122026-07-08T23:12:35.813Zopenjdk system 17 system
2132026-07-08T23:12:35.813Zopenjdk system 11 system
2142026-07-08T23:12:35.813Zopenssl vendor 3 vendor
2152026-07-08T23:12:35.813Zperl system 5.40 system
2162026-07-08T23:12:35.813Zpostgresql system 18 system
2172026-07-08T23:12:35.813Zpostgresql system 17 system
2182026-07-08T23:12:35.813Zpython vendor 3 vendor
2192026-07-08T23:12:35.813Zpython system 2 system
2202026-07-08T23:12:35.813Zpython3 vendor 3.13 vendor
2212026-07-08T23:12:35.813Zruby system 3.4 system
2222026-07-08T23:12:35.813Zruby system 3.0 system
2232026-07-08T23:12:35.813Zwords vendor vendor american-english
2242026-07-08T23:12:35.813Zwords system system australian-english
2252026-07-08T23:12:35.813Zwords system system british-english
2262026-07-08T23:12:35.813Zwords system system canadian-english
2272026-07-08T23:12:35.813Zwords system system french
2282026-07-08T23:12:35.813Zwords system system italian
2292026-07-08T23:12:35.813Zwords system system ngerman
2302026-07-08T23:12:35.813Zwords system system ogerman
2312026-07-08T23:12:35.813Zwords system system spanish
2322026-07-08T23:12:36.068ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-08T23:12:36.068Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-08T23:12:36.370ZFMRI IFO
2352026-07-08T23:12:36.370Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-08T23:12:36.370Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-08T23:12:36.370Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-08T23:12:36.370Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-08T23:12:36.370Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-08T23:12:36.370Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-08T23:12:36.370Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-08T23:12:36.370Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-08T23:12:36.370Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-08T23:12:36.638Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-08T23:12:36.893Z Updating crates.io index
2462026-07-08T23:12:36.896Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-08T23:12:37.102Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-08T23:12:37.359Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-08T23:12:38.243Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-08T23:12:38.721Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-08T23:12:40.283Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-08T23:12:41.086Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-08T23:12:41.324Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-08T23:12:41.666Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-08T23:12:42.692Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-08T23:12:42.969Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-08T23:12:43.467Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-08T23:12:43.813Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-08T23:12:44.239Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-08T23:12:44.710Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-08T23:12:44.943Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-08T23:12:45.205Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-08T23:12:45.470Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-08T23:12:45.751Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-08T23:12:45.999Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-08T23:12:46.227Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-08T23:12:46.495Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-08T23:12:46.893Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-08T23:12:47.234Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-08T23:12:47.629Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-08T23:12:47.995Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-08T23:12:48.245Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-07-08T23:12:48.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-07-08T23:12:48.971Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-07-08T23:12:49.249Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-07-08T23:12:49.606Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-07-08T23:12:49.948Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-07-08T23:12:50.216Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-07-08T23:12:50.471Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-07-08T23:12:50.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-07-08T23:12:50.985Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-07-08T23:12:51.272Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-08T23:12:51.506Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-08T23:12:51.813Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-08T23:12:52.080Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-08T23:12:54.827Z Downloading crates ...
2872026-07-08T23:12:54.880Z Downloaded byteorder v1.5.0
2882026-07-08T23:12:54.883Z Downloaded camino v1.2.2
2892026-07-08T23:12:54.883Z Downloaded anstream v1.0.0
2902026-07-08T23:12:54.886Z Downloaded anstyle v1.0.14
2912026-07-08T23:12:54.889Z Downloaded colorchoice v1.0.4
2922026-07-08T23:12:54.892Z Downloaded itoa v1.0.17
2932026-07-08T23:12:54.898Z Downloaded serde v1.0.228
2942026-07-08T23:12:54.909Z Downloaded zerocopy v0.7.35
2952026-07-08T23:12:54.919Z Downloaded pest_meta v2.8.6
2962026-07-08T23:12:54.922Z Downloaded zmij v1.0.21
2972026-07-08T23:12:54.922Z Downloaded zerocopy-derive v0.7.35
2982026-07-08T23:12:54.924Z Downloaded macaddr v1.0.1
2992026-07-08T23:12:54.924Z Downloaded log v0.4.29
3002026-07-08T23:12:54.924Z Downloaded errno v0.3.14
3012026-07-08T23:12:54.927Z Downloaded anstyle-query v1.1.5
3022026-07-08T23:12:54.928Z Downloaded pest_generator v2.8.6
3032026-07-08T23:12:54.928Z Downloaded bitflags v2.11.0
3042026-07-08T23:12:54.930Z Downloaded fnv v1.0.7
3052026-07-08T23:12:54.931Z Downloaded fastrand v2.3.0
3062026-07-08T23:12:54.931Z Downloaded heck v0.5.0
3072026-07-08T23:12:54.931Z Downloaded fs-err v3.3.0
3082026-07-08T23:12:54.935Z Downloaded cpufeatures v0.2.17
3092026-07-08T23:12:54.938Z Downloaded anstyle-parse v1.0.0
3102026-07-08T23:12:54.942Z Downloaded toml_datetime v0.6.11
3112026-07-08T23:12:54.945Z Downloaded utf8parse v0.2.2
3122026-07-08T23:12:54.945Z Downloaded usdt-macro v0.5.0
3132026-07-08T23:12:54.945Z Downloaded crypto-common v0.1.7
3142026-07-08T23:12:54.949Z Downloaded equivalent v1.0.2
3152026-07-08T23:12:54.952Z Downloaded block-buffer v0.10.4
3162026-07-08T23:12:54.952Z Downloaded cfg-if v1.0.4
3172026-07-08T23:12:54.955Z Downloaded generic-array v0.14.7
3182026-07-08T23:12:54.958Z Downloaded usdt-attr-macro v0.5.0
3192026-07-08T23:12:54.958Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-08T23:12:54.958Z Downloaded smawk v0.3.2
3212026-07-08T23:12:54.961Z Downloaded plain v0.2.3
3222026-07-08T23:12:54.964Z Downloaded thread-id v4.2.2
3232026-07-08T23:12:54.964Z Downloaded cargo-platform v0.3.2
3242026-07-08T23:12:54.967Z Downloaded serde_spanned v0.6.9
3252026-07-08T23:12:54.970Z Downloaded version_check v0.9.5
3262026-07-08T23:12:54.970Z Downloaded strsim v0.11.1
3272026-07-08T23:12:54.975Z Downloaded is_terminal_polyfill v1.70.2
3282026-07-08T23:12:54.978Z Downloaded memmap v0.7.0
3292026-07-08T23:12:54.981Z Downloaded toml_write v0.1.2
3302026-07-08T23:12:54.984Z Downloaded pretty-hex v0.4.1
3312026-07-08T23:12:54.984Z Downloaded clap_lex v1.0.0
3322026-07-08T23:12:54.987Z Downloaded usdt v0.5.0
3332026-07-08T23:12:54.990Z Downloaded scroll_derive v0.12.1
3342026-07-08T23:12:54.990Z Downloaded dtrace-parser v0.2.0
3352026-07-08T23:12:54.990Z Downloaded swrite v0.1.0
3362026-07-08T23:12:54.995Z Downloaded terminal_size v0.4.3
3372026-07-08T23:12:54.998Z Downloaded dof v0.3.0
3382026-07-08T23:12:54.998Z Downloaded bytecount v0.6.9
3392026-07-08T23:12:55.005Z Downloaded tabled_derive v0.7.0
3402026-07-08T23:12:55.029Z Downloaded heck v0.4.1
3412026-07-08T23:12:55.029Z Downloaded cargo_metadata v0.23.1
3422026-07-08T23:12:55.029Z Downloaded digest v0.10.7
3432026-07-08T23:12:55.032Z Downloaded proc-macro-error v1.0.4
3442026-07-08T23:12:55.032Z Downloaded unicode-linebreak v0.1.5
3452026-07-08T23:12:55.032Z Downloaded autocfg v1.5.0
3462026-07-08T23:12:55.032Z Downloaded sha2 v0.10.9
3472026-07-08T23:12:55.032Z Downloaded quote v1.0.45
3482026-07-08T23:12:55.032Z Downloaded scroll v0.12.0
3492026-07-08T23:12:55.035Z Downloaded thiserror v2.0.18
3502026-07-08T23:12:55.038Z Downloaded thiserror-impl v2.0.18
3512026-07-08T23:12:55.038Z Downloaded thiserror-impl v1.0.69
3522026-07-08T23:12:55.038Z Downloaded serde_json v1.0.150
3532026-07-08T23:12:55.041Z Downloaded pest_derive v2.8.6
3542026-07-08T23:12:55.044Z Downloaded cargo_toml v0.21.0
3552026-07-08T23:12:55.044Z Downloaded usdt-impl v0.5.0
3562026-07-08T23:12:55.044Z Downloaded camino-tempfile v1.4.1
3572026-07-08T23:12:55.050Z Downloaded toml v0.8.23
3582026-07-08T23:12:55.052Z Downloaded tempfile v3.25.0
3592026-07-08T23:12:55.052Z Downloaded once_cell v1.21.3
3602026-07-08T23:12:55.056Z Downloaded semver v1.0.28
3612026-07-08T23:12:55.060Z Downloaded thiserror v1.0.69
3622026-07-08T23:12:55.063Z Downloaded clap_derive v4.6.1
3632026-07-08T23:12:55.066Z Downloaded serde_tokenstream v0.2.3
3642026-07-08T23:12:55.070Z Downloaded serde_derive v1.0.228
3652026-07-08T23:12:55.077Z Downloaded serde_core v1.0.228
3662026-07-08T23:12:55.079Z Downloaded textwrap v0.16.2
3672026-07-08T23:12:55.082Z Downloaded unicode-ident v1.0.24
3682026-07-08T23:12:55.082Z Downloaded proc-macro2 v1.0.106
3692026-07-08T23:12:55.090Z Downloaded getrandom v0.4.1
3702026-07-08T23:12:55.090Z Downloaded clap v4.6.1
3712026-07-08T23:12:55.090Z Downloaded papergrid v0.11.0
3722026-07-08T23:12:55.093Z Downloaded anyhow v1.0.102
3732026-07-08T23:12:55.096Z Downloaded ucd-trie v0.1.7
3742026-07-08T23:12:55.096Z Downloaded indexmap v2.14.0
3752026-07-08T23:12:55.105Z Downloaded toml_edit v0.22.27
3762026-07-08T23:12:55.108Z Downloaded memchr v2.8.0
3772026-07-08T23:12:55.124Z Downloaded hashbrown v0.17.0
3782026-07-08T23:12:55.141Z Downloaded typenum v1.20.1
3792026-07-08T23:12:55.155Z Downloaded pest v2.8.6
3802026-07-08T23:12:55.179Z Downloaded clap_builder v4.6.0
3812026-07-08T23:12:55.188Z Downloaded goblin v0.8.2
3822026-07-08T23:12:55.196Z Downloaded tabled v0.15.0
3832026-07-08T23:12:55.207Z Downloaded winnow v0.7.14
3842026-07-08T23:12:55.226Z Downloaded syn v1.0.109
3852026-07-08T23:12:55.241Z Downloaded unicode-width v0.2.0
3862026-07-08T23:12:55.242Z Downloaded unicode-width v0.1.14
3872026-07-08T23:12:55.242Z Downloaded syn v2.0.117
3882026-07-08T23:12:55.249Z Downloaded rustix v1.1.3
3892026-07-08T23:12:55.274Z Downloaded libc v0.2.185
3902026-07-08T23:12:55.335Z Compiling proc-macro2 v1.0.106
3912026-07-08T23:12:55.335Z Compiling quote v1.0.45
3922026-07-08T23:12:55.335Z Compiling unicode-ident v1.0.24
3932026-07-08T23:12:55.335Z Compiling serde_core v1.0.228
3942026-07-08T23:12:55.338Z Compiling libc v0.2.185
3952026-07-08T23:12:55.338Z Compiling version_check v0.9.5
3962026-07-08T23:12:55.338Z Compiling memchr v2.8.0
3972026-07-08T23:12:55.338Z Compiling serde v1.0.228
3982026-07-08T23:12:55.665Z Compiling zmij v1.0.21
3992026-07-08T23:12:55.930Z Compiling itoa v1.0.17
4002026-07-08T23:12:55.968Z Compiling thiserror v1.0.69
4012026-07-08T23:12:56.025Z Compiling ucd-trie v0.1.7
4022026-07-08T23:12:56.198Z Compiling pest v2.8.6
4032026-07-08T23:12:56.300Z Compiling rustix v1.1.3
4042026-07-08T23:12:56.386Z Compiling byteorder v1.5.0
4052026-07-08T23:12:56.478Z Compiling errno v0.3.14
4062026-07-08T23:12:56.632Z Compiling bitflags v2.11.0
4072026-07-08T23:12:56.695Z Compiling serde_json v1.0.150
4082026-07-08T23:12:56.847Z Compiling syn v2.0.117
4092026-07-08T23:12:56.881Z Compiling thread-id v4.2.2
4102026-07-08T23:12:56.934Z Compiling usdt-impl v0.5.0
4112026-07-08T23:12:56.965Z Compiling proc-macro-error-attr v1.0.4
4122026-07-08T23:12:57.084Z Compiling camino v1.2.2
4132026-07-08T23:12:57.160Z Compiling syn v1.0.109
4142026-07-08T23:12:57.226Z Compiling pest_meta v2.8.6
4152026-07-08T23:12:57.472Z Compiling proc-macro-error v1.0.4
4162026-07-08T23:12:57.550Z Compiling log v0.4.29
4172026-07-08T23:12:57.578Z Compiling utf8parse v0.2.2
4182026-07-08T23:12:57.671Z Compiling equivalent v1.0.2
4192026-07-08T23:12:57.750Z Compiling hashbrown v0.17.0
4202026-07-08T23:12:57.768Z Compiling plain v0.2.3
4212026-07-08T23:12:57.828Z Compiling getrandom v0.4.1
4222026-07-08T23:12:57.876Z Compiling terminal_size v0.4.3
4232026-07-08T23:12:58.128Z Compiling anstyle-parse v1.0.0
4242026-07-08T23:12:58.298Z Compiling indexmap v2.14.0
4252026-07-08T23:12:58.604Z Compiling anstyle-query v1.1.5
4262026-07-08T23:12:58.717Z Compiling autocfg v1.5.0
4272026-07-08T23:12:58.721Z Compiling anstyle v1.0.14
4282026-07-08T23:12:58.763Z Compiling is_terminal_polyfill v1.70.2
4292026-07-08T23:12:58.848Z Compiling pretty-hex v0.4.1
4302026-07-08T23:12:58.864Z Compiling thiserror v2.0.18
4312026-07-08T23:12:58.912Z Compiling winnow v0.7.14
4322026-07-08T23:12:58.946Z Compiling cfg-if v1.0.4
4332026-07-08T23:12:58.986Z Compiling toml_write v0.1.2
4342026-07-08T23:12:59.022Z Compiling pest_generator v2.8.6
4352026-07-08T23:12:59.160Z Compiling colorchoice v1.0.4
4362026-07-08T23:12:59.187Z Compiling fs-err v3.3.0
4372026-07-08T23:12:59.303Z Compiling anstream v1.0.0
4382026-07-08T23:12:59.421Z Compiling strsim v0.11.1
4392026-07-08T23:12:59.504Z Compiling heck v0.4.1
4402026-07-08T23:12:59.610Z Compiling heck v0.5.0
4412026-07-08T23:12:59.730Z Compiling once_cell v1.21.3
4422026-07-08T23:12:59.748Z Compiling bytecount v0.6.9
4432026-07-08T23:12:59.761Z Compiling fastrand v2.3.0
4442026-07-08T23:12:59.777Z Compiling unicode-width v0.1.14
4452026-07-08T23:12:59.842Z Compiling clap_lex v1.0.0
4462026-07-08T23:12:59.880Z Compiling anyhow v1.0.102
4472026-07-08T23:12:59.945Z Compiling fnv v1.0.7
4482026-07-08T23:13:00.019Z Compiling clap_builder v4.6.0
4492026-07-08T23:13:00.048Z Compiling tempfile v3.25.0
4502026-07-08T23:13:00.066Z Compiling papergrid v0.11.0
4512026-07-08T23:13:00.185Z Compiling cargo-platform v0.3.2
4522026-07-08T23:13:00.349Z Compiling tabled_derive v0.7.0
4532026-07-08T23:13:00.399Z Compiling semver v1.0.28
4542026-07-08T23:13:00.416Z Compiling memmap v0.7.0
4552026-07-08T23:13:00.433Z Compiling unicode-linebreak v0.1.5
4562026-07-08T23:13:00.500Z Compiling unicode-width v0.2.0
4572026-07-08T23:13:00.624Z Compiling smawk v0.3.2
4582026-07-08T23:13:00.678Z Compiling serde_derive v1.0.228
4592026-07-08T23:13:00.712Z Compiling thiserror-impl v1.0.69
4602026-07-08T23:13:00.768Z Compiling zerocopy-derive v0.7.35
4612026-07-08T23:13:00.786Z Compiling pest_derive v2.8.6
4622026-07-08T23:13:00.789Z Compiling scroll_derive v0.12.1
4632026-07-08T23:13:01.261Z Compiling thiserror-impl v2.0.18
4642026-07-08T23:13:01.334Z Compiling clap_derive v4.6.1
4652026-07-08T23:13:01.469Z Compiling scroll v0.12.0
4662026-07-08T23:13:01.545Z Compiling tabled v0.15.0
4672026-07-08T23:13:01.668Z Compiling zerocopy v0.7.35
4682026-07-08T23:13:01.748Z Compiling goblin v0.8.2
4692026-07-08T23:13:02.137Z Compiling dtrace-parser v0.2.0
4702026-07-08T23:13:02.230Z Compiling textwrap v0.16.2
4712026-07-08T23:13:02.746Z Compiling camino-tempfile v1.4.1
4722026-07-08T23:13:02.980Z Compiling swrite v0.1.0
4732026-07-08T23:13:03.113Z Compiling clap v4.6.1
4742026-07-08T23:13:03.946Z Compiling toml_datetime v0.6.11
4752026-07-08T23:13:03.946Z Compiling serde_spanned v0.6.9
4762026-07-08T23:13:03.978Z Compiling dof v0.3.0
4772026-07-08T23:13:04.027Z Compiling serde_tokenstream v0.2.3
4782026-07-08T23:13:04.064Z Compiling macaddr v1.0.1
4792026-07-08T23:13:04.106Z Compiling cargo_metadata v0.23.1
4802026-07-08T23:13:04.164Z Compiling toml_edit v0.22.27
4812026-07-08T23:13:04.203Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-07-08T23:13:04.730Z Compiling usdt-attr-macro v0.5.0
4832026-07-08T23:13:04.730Z Compiling usdt-macro v0.5.0
4842026-07-08T23:13:05.330Z Compiling usdt v0.5.0
4852026-07-08T23:13:05.521Z Compiling toml v0.8.23
4862026-07-08T23:13:05.854Z Compiling cargo_toml v0.21.0
4872026-07-08T23:13:07.143Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-08T23:13:09.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.62s
4892026-07-08T23:13:09.290Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-08T23:13:09.789Z Downloading crates ...
4912026-07-08T23:13:09.894Z Downloaded aead v0.5.2
4922026-07-08T23:13:09.897Z Downloaded adler2 v2.0.1
4932026-07-08T23:13:09.897Z Downloaded crunchy v0.2.4
4942026-07-08T23:13:09.903Z Downloaded array-init v0.0.4
4952026-07-08T23:13:09.906Z Downloaded arrayref v0.3.9
4962026-07-08T23:13:09.908Z Downloaded assert_matches v1.5.0
4972026-07-08T23:13:09.909Z Downloaded async-recursion v1.1.1
4982026-07-08T23:13:09.912Z Downloaded crypto-common v0.2.2
4992026-07-08T23:13:09.921Z Downloaded atty v0.2.14
5002026-07-08T23:13:09.921Z Downloaded curve25519-dalek-derive v0.1.1
5012026-07-08T23:13:09.921Z Downloaded critical-section v1.2.0
5022026-07-08T23:13:09.924Z Downloaded atomic-waker v1.1.2
5032026-07-08T23:13:09.924Z Downloaded async-stream-impl v0.3.6
5042026-07-08T23:13:09.924Z Downloaded async-stream v0.3.6
5052026-07-08T23:13:09.924Z Downloaded ascii-canvas v3.0.0
5062026-07-08T23:13:09.924Z Downloaded cpufeatures v0.3.0
5072026-07-08T23:13:09.924Z Downloaded base16ct v1.0.0
5082026-07-08T23:13:09.924Z Downloaded anstyle-parse v0.2.7
5092026-07-08T23:13:09.927Z Downloaded darling_macro v0.21.3
5102026-07-08T23:13:09.927Z Downloaded cstr-argument v0.1.2
5112026-07-08T23:13:09.927Z Downloaded anstream v0.6.21
5122026-07-08T23:13:09.931Z Downloaded atomicwrites v0.4.4
5132026-07-08T23:13:09.934Z Downloaded arrayvec v0.7.6
5142026-07-08T23:13:09.934Z Downloaded crc v3.4.0
5152026-07-08T23:13:09.937Z Downloaded ctutils v0.4.2
5162026-07-08T23:13:09.937Z Downloaded darling v0.13.4
5172026-07-08T23:13:09.940Z Downloaded bit-vec v0.8.0
5182026-07-08T23:13:09.940Z Downloaded darling_macro v0.13.4
5192026-07-08T23:13:09.940Z Downloaded bit-set v0.5.3
5202026-07-08T23:13:09.944Z Downloaded ahash v0.8.12
5212026-07-08T23:13:09.947Z Downloaded debug-ignore v1.0.5
5222026-07-08T23:13:09.948Z Downloaded crc-catalog v2.4.0
5232026-07-08T23:13:09.948Z Downloaded backoff v0.4.0
5242026-07-08T23:13:09.948Z Downloaded async-bb8-diesel v0.2.1
5252026-07-08T23:13:09.951Z Downloaded defmt v0.3.100
5262026-07-08T23:13:09.951Z Downloaded compression-core v0.4.31
5272026-07-08T23:13:09.954Z Downloaded ciborium-io v0.2.2
5282026-07-08T23:13:09.954Z Downloaded delegate v0.13.5
5292026-07-08T23:13:09.954Z Downloaded convert_case v0.10.0
5302026-07-08T23:13:09.958Z Downloaded convert_case v0.4.0
5312026-07-08T23:13:09.958Z Downloaded castaway v0.2.4
5322026-07-08T23:13:09.961Z Downloaded block-padding v0.4.2
5332026-07-08T23:13:09.961Z Downloaded crossbeam-deque v0.8.6
5342026-07-08T23:13:09.961Z Downloaded bitfield-struct v0.6.2
5352026-07-08T23:13:09.964Z Downloaded ciborium-ll v0.2.2
5362026-07-08T23:13:09.964Z Downloaded darling v0.23.0
5372026-07-08T23:13:09.968Z Downloaded clang-sys v1.8.1
5382026-07-08T23:13:09.968Z Downloaded argon2 v0.5.3
5392026-07-08T23:13:09.971Z Downloaded darling_macro v0.20.11
5402026-07-08T23:13:09.971Z Downloaded crc8 v0.1.1
5412026-07-08T23:13:09.971Z Downloaded cpubits v0.1.1
5422026-07-08T23:13:09.974Z Downloaded difflib v0.4.0
5432026-07-08T23:13:09.974Z Downloaded cfg_aliases v0.1.1
5442026-07-08T23:13:09.974Z Downloaded allocator-api2 v0.2.21
5452026-07-08T23:13:09.977Z Downloaded crucible-workspace-hack v0.1.0
5462026-07-08T23:13:09.977Z Downloaded base16ct v0.2.0
5472026-07-08T23:13:09.977Z Downloaded cfg_aliases v0.2.1
5482026-07-08T23:13:09.980Z Downloaded dof v0.4.0
5492026-07-08T23:13:09.980Z Downloaded chacha20 v0.10.0
5502026-07-08T23:13:09.980Z Downloaded argon2 v0.6.0-rc.8
5512026-07-08T23:13:09.984Z Downloaded cobs v0.3.0
5522026-07-08T23:13:09.984Z Downloaded bitfield-macros v0.19.4
5532026-07-08T23:13:09.987Z Downloaded aead v0.6.1
5542026-07-08T23:13:09.987Z Downloaded bb8 v0.8.6
5552026-07-08T23:13:09.987Z Downloaded async-trait v0.1.89
5562026-07-08T23:13:09.990Z Downloaded block-buffer v0.12.1
5572026-07-08T23:13:09.994Z Downloaded darling_macro v0.23.0
5582026-07-08T23:13:09.997Z Downloaded bcrypt-pbkdf v0.11.0
5592026-07-08T23:13:10.002Z Downloaded endian-type v0.1.2
5602026-07-08T23:13:10.005Z Downloaded display-error-chain v0.2.2
5612026-07-08T23:13:10.010Z Downloaded embedded-io v0.6.1
5622026-07-08T23:13:10.012Z Downloaded fd-lock v4.0.4
5632026-07-08T23:13:10.015Z Downloaded embedded-io v0.4.0
5642026-07-08T23:13:10.015Z Downloaded enum-as-inner v0.6.1
5652026-07-08T23:13:10.015Z Downloaded derive_builder_macro v0.20.2
5662026-07-08T23:13:10.018Z Downloaded defmt-parser v1.0.0
5672026-07-08T23:13:10.018Z Downloaded downcast-rs v2.0.2
5682026-07-08T23:13:10.018Z Downloaded dunce v1.0.5
5692026-07-08T23:13:10.021Z Downloaded dtrace-parser v0.3.0
5702026-07-08T23:13:10.024Z Downloaded document-features v0.2.12
5712026-07-08T23:13:10.024Z Downloaded diesel_table_macro_syntax v0.3.0
5722026-07-08T23:13:10.026Z Downloaded dirs-next v2.0.0
5732026-07-08T23:13:10.029Z Downloaded dyn-clone v1.0.20
5742026-07-08T23:13:10.029Z Downloaded dsl_auto_type v0.2.0
5752026-07-08T23:13:10.032Z Downloaded arc-swap v1.8.2
5762026-07-08T23:13:10.032Z Downloaded env_filter v1.0.0
5772026-07-08T23:13:10.036Z Downloaded dirs-sys-next v0.1.2
5782026-07-08T23:13:10.036Z Downloaded derive-ex v0.1.8
5792026-07-08T23:13:10.039Z Downloaded ctr v0.10.1
5802026-07-08T23:13:10.039Z Downloaded crossbeam-utils v0.8.21
5812026-07-08T23:13:10.044Z Downloaded float-ord v0.3.2
5822026-07-08T23:13:10.044Z Downloaded float-cmp v0.10.0
5832026-07-08T23:13:10.044Z Downloaded foreign-types-shared v0.1.1
5842026-07-08T23:13:10.044Z Downloaded data-encoding v2.10.0
5852026-07-08T23:13:10.049Z Downloaded futures-io v0.3.32
5862026-07-08T23:13:10.049Z Downloaded foreign-types-macros v0.2.3
5872026-07-08T23:13:10.049Z Downloaded foreign-types v0.5.0
5882026-07-08T23:13:10.049Z Downloaded foreign-types v0.3.2
5892026-07-08T23:13:10.052Z Downloaded fixedbitset v0.4.2
5902026-07-08T23:13:10.052Z Downloaded futures-sink v0.3.32
5912026-07-08T23:13:10.052Z Downloaded futures-core v0.3.32
5922026-07-08T23:13:10.052Z Downloaded gethostname v0.5.0
5932026-07-08T23:13:10.052Z Downloaded foreign-types-shared v0.3.1
5942026-07-08T23:13:10.055Z Downloaded dropshot-api-manager-types v0.7.2
5952026-07-08T23:13:10.055Z Downloaded defmt v1.0.1
5962026-07-08T23:13:10.058Z Downloaded cookie v0.18.1
5972026-07-08T23:13:10.058Z Downloaded const_format_proc_macros v0.2.34
5982026-07-08T23:13:10.062Z Downloaded funty v2.0.0
5992026-07-08T23:13:10.062Z Downloaded ghash v0.6.0
6002026-07-08T23:13:10.065Z Downloaded fxhash v0.2.1
6012026-07-08T23:13:10.065Z Downloaded futures-task v0.3.32
6022026-07-08T23:13:10.065Z Downloaded form_urlencoded v1.2.2
6032026-07-08T23:13:10.065Z Downloaded byte-wrapper v0.1.0
6042026-07-08T23:13:10.068Z Downloaded cmake v0.1.57
6052026-07-08T23:13:10.068Z Downloaded globwalk v0.9.1
6062026-07-08T23:13:10.068Z Downloaded bitflags v1.3.2
6072026-07-08T23:13:10.071Z Downloaded bitfield v0.19.4
6082026-07-08T23:13:10.074Z Downloaded cipher v0.4.4
6092026-07-08T23:13:10.074Z Downloaded ena v0.14.4
6102026-07-08T23:13:10.074Z Downloaded cmov v0.5.4
6112026-07-08T23:13:10.077Z Downloaded csv-core v0.1.13
6122026-07-08T23:13:10.077Z Downloaded darling v0.21.3
6132026-07-08T23:13:10.080Z Downloaded corncobs v0.1.4
6142026-07-08T23:13:10.085Z Downloaded cexpr v0.6.0
6152026-07-08T23:13:10.088Z Downloaded git-stub v1.0.0
6162026-07-08T23:13:10.088Z Downloaded digest v0.11.3
6172026-07-08T23:13:10.088Z Downloaded derive_builder_core v0.20.2
6182026-07-08T23:13:10.088Z Downloaded enum_dispatch v0.3.13
6192026-07-08T23:13:10.091Z Downloaded backon v1.6.0
6202026-07-08T23:13:10.094Z Downloaded either v1.15.0
6212026-07-08T23:13:10.094Z Downloaded ed25519 v3.0.0
6222026-07-08T23:13:10.096Z Downloaded console v0.15.11
6232026-07-08T23:13:10.101Z Downloaded hash32 v0.2.1
6242026-07-08T23:13:10.101Z Downloaded bit-vec v0.6.3
6252026-07-08T23:13:10.101Z Downloaded diesel-dtrace v0.5.0
6262026-07-08T23:13:10.104Z Downloaded hash32 v0.3.1
6272026-07-08T23:13:10.104Z Downloaded compact_str v0.8.1
6282026-07-08T23:13:10.107Z Downloaded fallible-iterator v0.2.0
6292026-07-08T23:13:10.107Z Downloaded env_logger v0.11.9
6302026-07-08T23:13:10.110Z Downloaded find-msvc-tools v0.1.9
6312026-07-08T23:13:10.110Z Downloaded headers-core v0.3.0
6322026-07-08T23:13:10.110Z Downloaded ecdsa v0.16.9
6332026-07-08T23:13:10.112Z Downloaded fs-err v2.11.0
6342026-07-08T23:13:10.130Z Downloaded hex-literal v1.1.0
6352026-07-08T23:13:10.130Z Downloaded hostname v0.3.1
6362026-07-08T23:13:10.130Z Downloaded ff v0.14.0
6372026-07-08T23:13:10.130Z Downloaded daft-derive v0.1.7
6382026-07-08T23:13:10.130Z Downloaded crc32fast v1.5.0
6392026-07-08T23:13:10.130Z Downloaded const-oid v0.9.6
6402026-07-08T23:13:10.130Z Downloaded bzip2 v0.6.1
6412026-07-08T23:13:10.130Z Downloaded colored v2.2.0
6422026-07-08T23:13:10.130Z Downloaded fs_extra v1.3.0
6432026-07-08T23:13:10.133Z Downloaded futures-macro v0.3.32
6442026-07-08T23:13:10.133Z Downloaded fixedbitset v0.5.7
6452026-07-08T23:13:10.133Z Downloaded glob v0.3.3
6462026-07-08T23:13:10.133Z Downloaded filetime v0.2.27
6472026-07-08T23:13:10.133Z Downloaded cipher v0.5.2
6482026-07-08T23:13:10.136Z Downloaded git-stub-vcs v0.1.0
6492026-07-08T23:13:10.136Z Downloaded cancel-safe-futures v0.1.5
6502026-07-08T23:13:10.139Z Downloaded hubpack_derive v0.1.1
6512026-07-08T23:13:10.139Z Downloaded hubpack v0.1.2
6522026-07-08T23:13:10.142Z Downloaded httpdate v1.0.3
6532026-07-08T23:13:10.142Z Downloaded home v0.5.12
6542026-07-08T23:13:10.142Z Downloaded bzip2 v0.4.4
6552026-07-08T23:13:10.144Z Downloaded hostname v0.4.2
6562026-07-08T23:13:10.147Z Downloaded http-range v0.1.5
6572026-07-08T23:13:10.147Z Downloaded blake2 v0.11.0-rc.6
6582026-07-08T23:13:10.150Z Downloaded http-body v1.0.1
6592026-07-08T23:13:10.150Z Downloaded foldhash v0.1.5
6602026-07-08T23:13:10.150Z Downloaded compression-codecs v0.4.37
6612026-07-08T23:13:10.153Z Downloaded globset v0.4.18
6622026-07-08T23:13:10.156Z Downloaded group v0.14.0
6632026-07-08T23:13:10.156Z Downloaded hyper-tls v0.6.0
6642026-07-08T23:13:10.156Z Downloaded darling v0.20.11
6652026-07-08T23:13:10.159Z Downloaded async-compression v0.4.41
6662026-07-08T23:13:10.163Z Downloaded illumos-nvpair-sys v0.2.0
6672026-07-08T23:13:10.166Z Downloaded des v0.9.0
6682026-07-08T23:13:10.166Z Downloaded ed25519 v2.2.3
6692026-07-08T23:13:10.169Z Downloaded ff v0.13.1
6702026-07-08T23:13:10.169Z Downloaded defmt-macros v1.0.1
6712026-07-08T23:13:10.171Z Downloaded crc-any v2.5.0
6722026-07-08T23:13:10.174Z Downloaded derive_builder v0.20.2
6732026-07-08T23:13:10.180Z Downloaded indent_write v2.2.0
6742026-07-08T23:13:10.180Z Downloaded darling_core v0.13.4
6752026-07-08T23:13:10.183Z Downloaded instability v0.3.11
6762026-07-08T23:13:10.183Z Downloaded inout v0.2.2
6772026-07-08T23:13:10.183Z Downloaded inout v0.1.4
6782026-07-08T23:13:10.187Z Downloaded ident_case v1.0.1
6792026-07-08T23:13:10.187Z Downloaded group v0.13.0
6802026-07-08T23:13:10.187Z Downloaded cbc v0.2.1
6812026-07-08T23:13:10.189Z Downloaded ciborium v0.2.2
6822026-07-08T23:13:10.189Z Downloaded console v0.16.2
6832026-07-08T23:13:10.190Z Downloaded blake2 v0.10.6
6842026-07-08T23:13:10.193Z Downloaded instant v0.1.13
6852026-07-08T23:13:10.193Z Downloaded indoc v1.0.9
6862026-07-08T23:13:10.196Z Downloaded illumos-nvpair v0.3.0
6872026-07-08T23:13:10.196Z Downloaded internet-checksum v0.2.1
6882026-07-08T23:13:10.196Z Downloaded colored v3.1.1
6892026-07-08T23:13:10.199Z Downloaded idna_adapter v1.2.1
6902026-07-08T23:13:10.199Z Downloaded is_ci v1.2.0
6912026-07-08T23:13:10.201Z Downloaded crossterm v0.29.0
6922026-07-08T23:13:10.204Z Downloaded is-terminal v0.4.17
6932026-07-08T23:13:10.207Z Downloaded daft v0.1.7
6942026-07-08T23:13:10.207Z Downloaded constant_time_eq v0.4.2
6952026-07-08T23:13:10.210Z Downloaded foldhash v0.2.0
6962026-07-08T23:13:10.210Z Downloaded dropshot_endpoint v0.17.1
6972026-07-08T23:13:10.213Z Downloaded crossbeam-epoch v0.9.18
6982026-07-08T23:13:10.215Z Downloaded bytes v1.11.1
6992026-07-08T23:13:10.218Z Downloaded humantime v2.3.0
7002026-07-08T23:13:10.218Z Downloaded const-oid v0.10.2
7012026-07-08T23:13:10.221Z Downloaded hyper-staticfile v0.10.1
7022026-07-08T23:13:10.221Z Downloaded lalrpop-util v0.19.12
7032026-07-08T23:13:10.227Z Downloaded http-body-util v0.1.3
7042026-07-08T23:13:10.227Z Downloaded hex v0.4.3
7052026-07-08T23:13:10.227Z Downloaded lazy_static v1.5.0
7062026-07-08T23:13:10.230Z Downloaded keccak v0.1.6
7072026-07-08T23:13:10.230Z Downloaded libscf-sys v1.1.0
7082026-07-08T23:13:10.230Z Downloaded kem v0.3.0
7092026-07-08T23:13:10.230Z Downloaded futures-executor v0.3.32
7102026-07-08T23:13:10.230Z Downloaded der_derive v0.7.3
7112026-07-08T23:13:10.233Z Downloaded erased-serde v0.3.31
7122026-07-08T23:13:10.233Z Downloaded md-5 v0.10.6
7132026-07-08T23:13:10.236Z Downloaded lru-slab v0.1.2
7142026-07-08T23:13:10.236Z Downloaded lru-cache v0.1.2
7152026-07-08T23:13:10.238Z Downloaded managed v0.8.0
7162026-07-08T23:13:10.238Z Downloaded lzss v0.8.2
7172026-07-08T23:13:10.238Z Downloaded lru v0.12.5
7182026-07-08T23:13:10.241Z Downloaded linked-hash-map v0.5.6
7192026-07-08T23:13:10.241Z Downloaded kstat-rs v0.2.4
7202026-07-08T23:13:10.241Z Downloaded diff v0.1.13
7212026-07-08T23:13:10.244Z Downloaded futures v0.3.32
7222026-07-08T23:13:10.247Z Downloaded indoc v2.0.7
7232026-07-08T23:13:10.250Z Downloaded maybe-uninit v2.0.0
7242026-07-08T23:13:10.250Z Downloaded match_cfg v0.1.0
7252026-07-08T23:13:10.253Z Downloaded elliptic-curve v0.14.0-rc.33
7262026-07-08T23:13:10.256Z Downloaded ecdsa v0.17.0-rc.18
7272026-07-08T23:13:10.256Z Downloaded displaydoc v0.2.5
7282026-07-08T23:13:10.258Z Downloaded ipnet v2.11.0
7292026-07-08T23:13:10.259Z Downloaded derive_more v0.99.20
7302026-07-08T23:13:10.261Z Downloaded derive-where v1.6.0
7312026-07-08T23:13:10.267Z Downloaded multimap v0.10.1
7322026-07-08T23:13:10.270Z Downloaded memoffset v0.9.1
7332026-07-08T23:13:10.270Z Downloaded getrandom v0.2.17
7342026-07-08T23:13:10.270Z Downloaded futures-channel v0.3.32
7352026-07-08T23:13:10.273Z Downloaded const_format v0.2.35
7362026-07-08T23:13:10.276Z Downloaded mime v0.3.17
7372026-07-08T23:13:10.276Z Downloaded hmac v0.12.1
7382026-07-08T23:13:10.276Z Downloaded generic-array v1.4.3
7392026-07-08T23:13:10.278Z Downloaded newline-converter v0.3.0
7402026-07-08T23:13:10.278Z Downloaded ipnetwork v0.21.1
7412026-07-08T23:13:10.281Z Downloaded nibble_vec v0.1.0
7422026-07-08T23:13:10.281Z Downloaded newtype_derive v0.1.6
7432026-07-08T23:13:10.284Z Downloaded normalize-line-endings v0.3.0
7442026-07-08T23:13:10.284Z Downloaded nonempty v0.12.0
7452026-07-08T23:13:10.286Z Downloaded keccak v0.2.0
7462026-07-08T23:13:10.287Z Downloaded aes v0.9.1
7472026-07-08T23:13:10.289Z Downloaded jobserver v0.1.34
7482026-07-08T23:13:10.292Z Downloaded hyper-rustls v0.27.7
7492026-07-08T23:13:10.292Z Downloaded iana-time-zone v0.1.65
7502026-07-08T23:13:10.295Z Downloaded num v0.4.3
7512026-07-08T23:13:10.295Z Downloaded darling_core v0.23.0
7522026-07-08T23:13:10.298Z Downloaded libefi-sys v0.1.0
7532026-07-08T23:13:10.301Z Downloaded half v1.8.3
7542026-07-08T23:13:10.301Z Downloaded libsw-core v0.3.2
7552026-07-08T23:13:10.305Z Downloaded linear-map v1.2.0
7562026-07-08T23:13:10.308Z Downloaded num-derive v0.4.2
7572026-07-08T23:13:10.308Z Downloaded highway v1.3.0
7582026-07-08T23:13:10.308Z Downloaded libsw v3.5.0
7592026-07-08T23:13:10.308Z Downloaded num_threads v0.1.7
7602026-07-08T23:13:10.311Z Downloaded newtype-uuid-macros v0.1.0
7612026-07-08T23:13:10.311Z Downloaded new_debug_unreachable v1.0.6
7622026-07-08T23:13:10.313Z Downloaded httparse v1.10.1
7632026-07-08T23:13:10.314Z Downloaded maplit v1.0.2
7642026-07-08T23:13:10.316Z Downloaded ingot-types v0.1.2
7652026-07-08T23:13:10.316Z Downloaded elliptic-curve v0.13.8
7662026-07-08T23:13:10.319Z Downloaded num-conv v0.2.0
7672026-07-08T23:13:10.319Z Downloaded num-derive v0.3.3
7682026-07-08T23:13:10.322Z Downloaded num-iter v0.1.45
7692026-07-08T23:13:10.322Z Downloaded ingot v0.1.1
7702026-07-08T23:13:10.322Z Downloaded num_enum_derive v0.5.11
7712026-07-08T23:13:10.324Z Downloaded opaque-debug v0.3.1
7722026-07-08T23:13:10.325Z Downloaded openssl-probe v0.1.6
7732026-07-08T23:13:10.327Z Downloaded multer v3.1.0
7742026-07-08T23:13:10.327Z Downloaded ingot-macros v0.1.1
7752026-07-08T23:13:10.330Z Downloaded darling_core v0.21.3
7762026-07-08T23:13:10.332Z Downloaded chacha20poly1305 v0.10.1
7772026-07-08T23:13:10.335Z Downloaded bumpalo v3.20.2
7782026-07-08T23:13:10.335Z Downloaded module-lattice v0.2.3
7792026-07-08T23:13:10.338Z Downloaded getrandom v0.3.4
7802026-07-08T23:13:10.340Z Downloaded fatfs v0.3.6
7812026-07-08T23:13:10.343Z Downloaded oso-derive v0.27.3
7822026-07-08T23:13:10.343Z Downloaded newtype-uuid v1.3.2
7832026-07-08T23:13:10.343Z Downloaded impl-trait-for-tuples v0.2.3
7842026-07-08T23:13:10.346Z Downloaded hybrid-array v0.4.13
7852026-07-08T23:13:10.349Z Downloaded aes-gcm v0.11.0
7862026-07-08T23:13:10.352Z Downloaded base64 v0.21.7
7872026-07-08T23:13:10.354Z Downloaded olpc-cjson v0.1.4
7882026-07-08T23:13:10.354Z Downloaded packed_struct_codegen v0.10.1
7892026-07-08T23:13:10.354Z Downloaded mime_guess v2.0.5
7902026-07-08T23:13:10.359Z Downloaded openssl-probe v0.2.1
7912026-07-08T23:13:10.359Z Downloaded parse-size v1.1.0
7922026-07-08T23:13:10.359Z Downloaded md5 v0.8.0
7932026-07-08T23:13:10.374Z Downloaded peg-runtime v0.8.5
7942026-07-08T23:13:10.377Z Downloaded parse-display v0.10.0
7952026-07-08T23:13:10.377Z Downloaded num-complex v0.4.6
7962026-07-08T23:13:10.377Z Downloaded nodrop v0.1.14
7972026-07-08T23:13:10.380Z Downloaded native-tls v0.2.18
7982026-07-08T23:13:10.380Z Downloaded nanorand v0.7.0
7992026-07-08T23:13:10.384Z Downloaded litemap v0.8.1
8002026-07-08T23:13:10.384Z Downloaded num_enum_derive v0.7.6
8012026-07-08T23:13:10.389Z Downloaded num_enum v0.7.6
8022026-07-08T23:13:10.393Z Downloaded indexmap v1.9.3
8032026-07-08T23:13:10.393Z Downloaded icu_provider v2.1.1
8042026-07-08T23:13:10.397Z Downloaded path-slash v0.1.5
8052026-07-08T23:13:10.397Z Downloaded crypto-bigint v0.5.5
8062026-07-08T23:13:10.403Z Downloaded crossbeam-channel v0.5.15
8072026-07-08T23:13:10.403Z Downloaded flume v0.11.1
8082026-07-08T23:13:10.406Z Downloaded hmac v0.13.0
8092026-07-08T23:13:10.406Z Downloaded cc v1.2.56
8102026-07-08T23:13:10.406Z Downloaded flate2 v1.1.9
8112026-07-08T23:13:10.409Z Downloaded owo-colors v4.3.0
8122026-07-08T23:13:10.414Z Downloaded num-rational v0.4.2
8132026-07-08T23:13:10.414Z Downloaded nu-ansi-term v0.50.3
8142026-07-08T23:13:10.417Z Downloaded libloading v0.8.9
8152026-07-08T23:13:10.417Z Downloaded phf_shared v0.11.3
8162026-07-08T23:13:10.417Z Downloaded phf_shared v0.13.1
8172026-07-08T23:13:10.420Z Downloaded num_enum v0.5.11
8182026-07-08T23:13:10.422Z Downloaded phf_shared v0.12.1
8192026-07-08T23:13:10.422Z Downloaded packed_struct v0.10.1
8202026-07-08T23:13:10.425Z Downloaded base64 v0.22.1
8212026-07-08T23:13:10.425Z Downloaded lock_api v0.4.14
8222026-07-08T23:13:10.428Z Downloaded drift v0.2.0
8232026-07-08T23:13:10.433Z Downloaded predicates-tree v1.0.13
8242026-07-08T23:13:10.443Z Downloaded parse-display-derive v0.10.0
8252026-07-08T23:13:10.446Z Downloaded progenitor-client v0.14.0
8262026-07-08T23:13:10.446Z Downloaded proc-macro-crate v3.4.0
8272026-07-08T23:13:10.449Z Downloaded proc-macro-crate v1.3.1
8282026-07-08T23:13:10.449Z Downloaded precomputed-hash v0.1.1
8292026-07-08T23:13:10.452Z Downloaded potential_utf v0.1.4
8302026-07-08T23:13:10.453Z Downloaded ml-kem v0.3.2
8312026-07-08T23:13:10.458Z Downloaded indicatif v0.18.4
8322026-07-08T23:13:10.458Z Downloaded headers v0.4.1
8332026-07-08T23:13:10.460Z Downloaded pin-project-lite v0.2.17
8342026-07-08T23:13:10.463Z Downloaded psl-types v2.0.11
8352026-07-08T23:13:10.463Z Downloaded password-hash v0.6.1
8362026-07-08T23:13:10.466Z Downloaded hickory-resolver v0.24.4
8372026-07-08T23:13:10.469Z Downloaded progenitor-macro v0.13.0
8382026-07-08T23:13:10.472Z Downloaded proc-macro-error-attr2 v2.0.0
8392026-07-08T23:13:10.472Z Downloaded predicates-core v1.0.10
8402026-07-08T23:13:10.472Z Downloaded pbkdf2 v0.13.0
8412026-07-08T23:13:10.472Z Downloaded paste v1.0.15
8422026-07-08T23:13:10.475Z Downloaded heapless v0.7.17
8432026-07-08T23:13:10.478Z Downloaded pkg-config v0.3.32
8442026-07-08T23:13:10.482Z Downloaded pkcs8 v0.10.2
8452026-07-08T23:13:10.482Z Downloaded pem-rfc7468 v1.0.0
8462026-07-08T23:13:10.486Z Downloaded peg v0.8.5
8472026-07-08T23:13:10.486Z Downloaded polyval v0.7.1
8482026-07-08T23:13:10.489Z Downloaded progenitor-macro v0.14.0
8492026-07-08T23:13:10.489Z Downloaded pin-project-internal v1.1.11
8502026-07-08T23:13:10.491Z Downloaded quick-error v1.2.3
8512026-07-08T23:13:10.491Z Downloaded percent-encoding v2.3.2
8522026-07-08T23:13:10.492Z Downloaded radium v0.7.0
8532026-07-08T23:13:10.495Z Downloaded libbz2-rs-sys v0.2.2
8542026-07-08T23:13:10.495Z Downloaded phf v0.13.1
8552026-07-08T23:13:10.498Z Downloaded phc v0.6.1
8562026-07-08T23:13:10.498Z Downloaded oxnet v0.1.6
8572026-07-08T23:13:10.498Z Downloaded phf v0.12.1
8582026-07-08T23:13:10.501Z Downloaded parking_lot_core v0.9.12
8592026-07-08T23:13:10.501Z Downloaded parking_lot_core v0.8.6
8602026-07-08T23:13:10.504Z Downloaded icu_normalizer v2.1.1
8612026-07-08T23:13:10.506Z Downloaded primefield v0.14.0
8622026-07-08T23:13:10.509Z Downloaded ed25519-dalek v3.0.0-rc.0
8632026-07-08T23:13:10.509Z Downloaded proc-macro-error2 v2.0.1
8642026-07-08T23:13:10.512Z Downloaded omicron-zone-package v0.12.3
8652026-07-08T23:13:10.514Z Downloaded miniz_oxide v0.8.9
8662026-07-08T23:13:10.517Z Downloaded rand_chacha v0.3.1
8672026-07-08T23:13:10.517Z Downloaded progenitor-client v0.13.0
8682026-07-08T23:13:10.517Z Downloaded progenitor v0.13.0
8692026-07-08T23:13:10.520Z Downloaded icu_normalizer_data v2.1.1
8702026-07-08T23:13:10.520Z Downloaded pkcs1 v0.7.5
8712026-07-08T23:13:10.522Z Downloaded ref-cast v1.0.25
8722026-07-08T23:13:10.525Z Downloaded primeorder v0.14.0-rc.10
8732026-07-08T23:13:10.525Z Downloaded diesel_derives v2.3.7
8742026-07-08T23:13:10.528Z Downloaded rand_xorshift v0.4.0
8752026-07-08T23:13:10.531Z Downloaded jiff-static v0.2.21
8762026-07-08T23:13:10.531Z Downloaded predicates v3.1.4
8772026-07-08T23:13:10.533Z Downloaded postgres-protocol v0.6.10
8782026-07-08T23:13:10.537Z Downloaded poly1305 v0.8.0
8792026-07-08T23:13:10.537Z Downloaded ref-cast-impl v1.0.25
8802026-07-08T23:13:10.537Z Downloaded der v0.7.10
8812026-07-08T23:13:10.539Z Downloaded pkcs8 v0.11.0
8822026-07-08T23:13:10.542Z Downloaded parking_lot v0.11.2
8832026-07-08T23:13:10.542Z Downloaded password-hash v0.5.0
8842026-07-08T23:13:10.545Z Downloaded icu_collections v2.1.1
8852026-07-08T23:13:10.548Z Downloaded recursive-proc-macro-impl v0.1.1
8862026-07-08T23:13:10.548Z Downloaded recursive v0.1.1
8872026-07-08T23:13:10.551Z Downloaded psm v0.1.30
8882026-07-08T23:13:10.551Z Downloaded r2d2 v0.8.10
8892026-07-08T23:13:10.554Z Downloaded primeorder v0.13.6
8902026-07-08T23:13:10.554Z Downloaded postgres-types v0.2.12
8912026-07-08T23:13:10.556Z Downloaded rtoolbox v0.0.3
8922026-07-08T23:13:10.556Z Downloaded progenitor-extras v0.2.0
8932026-07-08T23:13:10.556Z Downloaded postcard v1.1.3
8942026-07-08T23:13:10.559Z Downloaded poly1305 v0.9.0
8952026-07-08T23:13:10.562Z Downloaded parking_lot v0.12.5
8962026-07-08T23:13:10.562Z Downloaded heapless v0.8.0
8972026-07-08T23:13:10.564Z Downloaded hickory-resolver v0.25.2
8982026-07-08T23:13:10.567Z Downloaded hashbrown v0.13.2
8992026-07-08T23:13:10.571Z Downloaded rand_core v0.10.0
9002026-07-08T23:13:10.573Z Downloaded rand_core v0.6.4
9012026-07-08T23:13:10.573Z Downloaded hashbrown v0.12.3
9022026-07-08T23:13:10.576Z Downloaded rustc_version v0.1.7
9032026-07-08T23:13:10.576Z Downloaded rustc-hash v2.1.1
9042026-07-08T23:13:10.576Z Downloaded oxide-tokio-rt v0.1.4
9052026-07-08T23:13:10.579Z Downloaded russh-util v0.52.0
9062026-07-08T23:13:10.579Z Downloaded rfc6979 v0.5.0
9072026-07-08T23:13:10.579Z Downloaded peg-macros v0.8.5
9082026-07-08T23:13:10.582Z Downloaded minimal-lexical v0.2.1
9092026-07-08T23:13:10.585Z Downloaded russh-cryptovec v0.61.0
9102026-07-08T23:13:10.585Z Downloaded progenitor v0.14.0
9112026-07-08T23:13:10.585Z Downloaded pkcs1 v0.8.0-rc.4
9122026-07-08T23:13:10.588Z Downloaded pkcs5 v0.8.1
9132026-07-08T23:13:10.591Z Downloaded pin-project v1.1.11
9142026-07-08T23:13:10.595Z Downloaded crossterm v0.28.1
9152026-07-08T23:13:10.599Z Downloaded rustc_version v0.4.1
9162026-07-08T23:13:10.602Z Downloaded rand_chacha v0.9.0
9172026-07-08T23:13:10.602Z Downloaded rand_core v0.9.5
9182026-07-08T23:13:10.605Z Downloaded ppv-lite86 v0.2.21
9192026-07-08T23:13:10.605Z Downloaded num-traits v0.2.19
9202026-07-08T23:13:10.608Z Downloaded scopeguard v1.2.0
9212026-07-08T23:13:10.608Z Downloaded derive_more-impl v2.1.1
9222026-07-08T23:13:10.611Z Downloaded sapling-renderdag v0.1.0
9232026-07-08T23:13:10.611Z Downloaded same-file v1.0.6
9242026-07-08T23:13:10.614Z Downloaded icu_locale_core v2.1.1
9252026-07-08T23:13:10.617Z Downloaded ignore v0.4.25
9262026-07-08T23:13:10.617Z Downloaded hyper-util v0.1.20
9272026-07-08T23:13:10.620Z Downloaded half v2.7.1
9282026-07-08T23:13:10.623Z Downloaded oso v0.27.3
9292026-07-08T23:13:10.626Z Downloaded secrecy v0.8.0
9302026-07-08T23:13:10.626Z Downloaded rand_seeder v0.4.0
9312026-07-08T23:13:10.627Z Downloaded scroll_derive v0.13.1
9322026-07-08T23:13:10.629Z Downloaded resolv-conf v0.7.6
9332026-07-08T23:13:10.629Z Downloaded expectorate v1.2.0
9342026-07-08T23:13:10.629Z Downloaded serde_urlencoded v0.7.1
9352026-07-08T23:13:10.632Z Downloaded serde_plain v1.0.2
9362026-07-08T23:13:10.632Z Downloaded quinn-udp v0.5.14
9372026-07-08T23:13:10.635Z Downloaded prefix-trie v0.7.0
9382026-07-08T23:13:10.635Z Downloaded serde_spanned v1.1.1
9392026-07-08T23:13:10.637Z Downloaded seq-macro v0.3.6
9402026-07-08T23:13:10.637Z Downloaded semver v0.1.20
9412026-07-08T23:13:10.640Z Downloaded pem-rfc7468 v0.7.0
9422026-07-08T23:13:10.640Z Downloaded rustls-native-certs v0.8.3
9432026-07-08T23:13:10.643Z Downloaded serde_bytes v0.11.19
9442026-07-08T23:13:10.643Z Downloaded der v0.8.0
9452026-07-08T23:13:10.646Z Downloaded serde-big-array v0.5.1
9462026-07-08T23:13:10.648Z Downloaded pem v3.0.6
9472026-07-08T23:13:10.648Z Downloaded openssl-macros v0.1.1
9482026-07-08T23:13:10.648Z Downloaded num-integer v0.1.46
9492026-07-08T23:13:10.651Z Downloaded memmap2 v0.9.10
9502026-07-08T23:13:10.651Z Downloaded litrs v1.0.0
9512026-07-08T23:13:10.654Z Downloaded icu_properties v2.1.2
9522026-07-08T23:13:10.654Z Downloaded sha1 v0.11.0
9532026-07-08T23:13:10.657Z Downloaded sha1 v0.10.6
9542026-07-08T23:13:10.657Z Downloaded signature v3.0.0
9552026-07-08T23:13:10.659Z Downloaded derive_more v2.1.1
9562026-07-08T23:13:10.663Z Downloaded sigpipe v0.1.3
9572026-07-08T23:13:10.666Z Downloaded shell-words v1.1.1
9582026-07-08T23:13:10.666Z Downloaded powerfmt v0.2.0
9592026-07-08T23:13:10.666Z Downloaded ed25519-dalek v2.2.0
9602026-07-08T23:13:10.669Z Downloaded darling_core v0.20.11
9612026-07-08T23:13:10.671Z Downloaded itertools v0.10.5
9622026-07-08T23:13:10.674Z Downloaded deranged v0.5.8
9632026-07-08T23:13:10.677Z Downloaded rustls-pemfile v2.2.0
9642026-07-08T23:13:10.680Z Downloaded cassowary v0.3.0
9652026-07-08T23:13:10.680Z Downloaded siphasher v1.0.2
9662026-07-08T23:13:10.680Z Downloaded slog-bunyan v2.5.0
9672026-07-08T23:13:10.683Z Downloaded scheduled-thread-pool v0.2.7
9682026-07-08T23:13:10.683Z Downloaded ar_archive_writer v0.5.1
9692026-07-08T23:13:10.685Z Downloaded slog-envlogger v2.2.0
9702026-07-08T23:13:10.685Z Downloaded signal-hook-tokio v0.3.1
9712026-07-08T23:13:10.685Z Downloaded signal-hook-mio v0.2.5
9722026-07-08T23:13:10.688Z Downloaded aho-corasick v1.1.4
9732026-07-08T23:13:10.691Z Downloaded schemars_derive v0.8.22
9742026-07-08T23:13:10.691Z Downloaded p384 v0.14.0-rc.10
9752026-07-08T23:13:10.695Z Downloaded camino-tempfile-ext v0.3.3
9762026-07-08T23:13:10.695Z Downloaded bcs v0.1.6
9772026-07-08T23:13:10.699Z Downloaded rusty-fork v0.3.1
9782026-07-08T23:13:10.699Z Downloaded rfc6979 v0.4.0
9792026-07-08T23:13:10.699Z Downloaded signature v2.2.0
9802026-07-08T23:13:10.699Z Downloaded chacha20 v0.9.1
9812026-07-08T23:13:10.702Z Downloaded bit-set v0.8.0
9822026-07-08T23:13:10.702Z Downloaded base64ct v1.8.3
9832026-07-08T23:13:10.702Z Downloaded serde_path_to_error v0.1.20
9842026-07-08T23:13:10.705Z Downloaded rustversion v1.0.22
9852026-07-08T23:13:10.705Z Downloaded serde-hex v0.1.0
9862026-07-08T23:13:10.711Z Downloaded scroll v0.13.0
9872026-07-08T23:13:10.711Z Downloaded flagset v0.4.7
9882026-07-08T23:13:10.714Z Downloaded prettyplease v0.2.37
9892026-07-08T23:13:10.714Z Downloaded p256 v0.14.0-rc.10
9902026-07-08T23:13:10.714Z Downloaded pretty_assertions v1.4.1
9912026-07-08T23:13:10.716Z Downloaded papergrid v0.17.0
9922026-07-08T23:13:10.719Z Downloaded serde_repr v0.1.20
9932026-07-08T23:13:10.719Z Downloaded sqlparser_derive v0.5.0
9942026-07-08T23:13:10.722Z Downloaded secrecy v0.10.3
9952026-07-08T23:13:10.722Z Downloaded scrypt v0.12.0
9962026-07-08T23:13:10.722Z Downloaded libxml v0.3.3
9972026-07-08T23:13:10.725Z Downloaded blowfish v0.10.0
9982026-07-08T23:13:10.728Z Downloaded mio v1.2.0
9992026-07-08T23:13:10.731Z Downloaded shlex v1.3.0
10002026-07-08T23:13:10.731Z Downloaded buf-list v1.1.2
10012026-07-08T23:13:10.734Z Downloaded strum v0.26.3
10022026-07-08T23:13:10.734Z Downloaded stable_deref_trait v1.2.1
10032026-07-08T23:13:10.734Z Downloaded serdect v0.4.3
10042026-07-08T23:13:10.737Z Downloaded progenitor-impl v0.13.0
10052026-07-08T23:13:10.737Z Downloaded cookie_store v0.22.1
10062026-07-08T23:13:10.740Z Downloaded hickory-server v0.25.2
10072026-07-08T23:13:10.743Z Downloaded http v1.4.2
10082026-07-08T23:13:10.748Z Downloaded serde_derive_internals v0.29.1
10092026-07-08T23:13:10.751Z Downloaded rustls-pki-types v1.14.0
10102026-07-08T23:13:10.755Z Downloaded slog-dtrace v0.3.0
10112026-07-08T23:13:10.755Z Downloaded slog-async v2.8.0
10122026-07-08T23:13:10.757Z Downloaded strip-ansi-escapes v0.2.1
10132026-07-08T23:13:10.757Z Downloaded strum v0.27.2
10142026-07-08T23:13:10.768Z Downloaded dropshot-api-manager v0.7.2
10152026-07-08T23:13:10.774Z Downloaded slog-term v2.9.2
10162026-07-08T23:13:10.777Z Downloaded slog-stdlog v4.1.1
10172026-07-08T23:13:10.777Z Downloaded serde_cbor v0.11.2
10182026-07-08T23:13:10.780Z Downloaded supports-color v3.0.2
10192026-07-08T23:13:10.780Z Downloaded structmeta-derive v0.3.0
10202026-07-08T23:13:10.783Z Downloaded subtle v2.6.1
10212026-07-08T23:13:10.783Z Downloaded structmeta v0.3.0
10222026-07-08T23:13:10.783Z Downloaded strsim v0.10.0
10232026-07-08T23:13:10.786Z Downloaded sec1 v0.8.1
10242026-07-08T23:13:10.786Z Downloaded signal-hook-registry v1.4.8
10252026-07-08T23:13:10.789Z Downloaded sync_wrapper v1.0.2
10262026-07-08T23:13:10.789Z Downloaded spki v0.8.0
10272026-07-08T23:13:10.792Z Downloaded num-bigint v0.4.6
10282026-07-08T23:13:10.795Z Downloaded tabled_derive v0.11.0
10292026-07-08T23:13:10.795Z Downloaded hashbrown v0.16.1
10302026-07-08T23:13:10.797Z Downloaded slab v0.4.12
10312026-07-08T23:13:10.800Z Downloaded simd-adler32 v0.3.8
10322026-07-08T23:13:10.800Z Downloaded take_mut v0.2.2
10332026-07-08T23:13:10.803Z Downloaded tabwriter v1.4.1
10342026-07-08T23:13:10.803Z Downloaded slog-json v2.6.1
10352026-07-08T23:13:10.803Z Downloaded internal-russh-num-bigint v0.5.0
10362026-07-08T23:13:10.806Z Downloaded testing_table v0.3.0
10372026-07-08T23:13:10.809Z Downloaded slog-scope v4.4.1
10382026-07-08T23:13:10.809Z Downloaded sec1 v0.7.3
10392026-07-08T23:13:10.812Z Downloaded rcgen v0.12.1
10402026-07-08T23:13:10.812Z Downloaded salsa20 v0.11.0
10412026-07-08T23:13:10.814Z Downloaded string_cache v0.8.9
10422026-07-08T23:13:10.814Z Downloaded smf v0.2.3
10432026-07-08T23:13:10.814Z Downloaded itertools v0.12.1
10442026-07-08T23:13:10.818Z Downloaded termtree v0.5.1
10452026-07-08T23:13:10.821Z Downloaded stringprep v0.1.5
10462026-07-08T23:13:10.821Z Downloaded tap v1.0.1
10472026-07-08T23:13:10.824Z Downloaded tagptr v0.2.0
10482026-07-08T23:13:10.824Z Downloaded strum_macros v0.26.4
10492026-07-08T23:13:10.824Z Downloaded thread-id v5.1.0
10502026-07-08T23:13:10.827Z Downloaded thiserror-impl-no-std v2.0.2
10512026-07-08T23:13:10.827Z Downloaded snafu-derive v0.8.9
10522026-07-08T23:13:10.827Z Downloaded publicsuffix v2.3.0
10532026-07-08T23:13:10.831Z Downloaded futures-util v0.3.32
10542026-07-08T23:13:10.834Z Downloaded smallvec v0.6.14
10552026-07-08T23:13:10.837Z Downloaded rand v0.8.6
10562026-07-08T23:13:10.840Z Downloaded ssh-cipher v0.3.0-rc.9
10572026-07-08T23:13:10.840Z Downloaded serde_with_macros v1.5.2
10582026-07-08T23:13:10.843Z Downloaded sqlformat v0.3.5
10592026-07-08T23:13:10.843Z Downloaded serde_with_macros v3.17.0
10602026-07-08T23:13:10.845Z Downloaded ron v0.8.1
10612026-07-08T23:13:10.848Z Downloaded tokio-macros v2.7.0
10622026-07-08T23:13:10.848Z Downloaded strum_macros v0.27.2
10632026-07-08T23:13:10.851Z Downloaded tinyvec_macros v0.1.1
10642026-07-08T23:13:10.851Z Downloaded support-bundle-viewer v0.1.2
10652026-07-08T23:13:10.854Z Downloaded qorb v0.4.1
10662026-07-08T23:13:10.857Z Downloaded static_assertions v1.1.0
10672026-07-08T23:13:10.857Z Downloaded progenitor-impl v0.14.0
10682026-07-08T23:13:10.861Z Downloaded p521 v0.14.0-rc.10
10692026-07-08T23:13:10.861Z Downloaded hyper v1.10.1
10702026-07-08T23:13:10.865Z Downloaded sync-ptr v0.1.4
10712026-07-08T23:13:10.868Z Downloaded openssl-sys v0.9.115
10722026-07-08T23:13:10.869Z Downloaded strum_macros v0.24.3
10732026-07-08T23:13:10.871Z Downloaded signal-hook v0.3.18
10742026-07-08T23:13:10.871Z Downloaded ryu v1.0.23
10752026-07-08T23:13:10.874Z Downloaded tokio-test v0.4.5
10762026-07-08T23:13:10.877Z Downloaded termios v0.3.3
10772026-07-08T23:13:10.877Z Downloaded synstructure v0.13.2
10782026-07-08T23:13:10.877Z Downloaded serde_yaml v0.9.34+deprecated
10792026-07-08T23:13:10.880Z Downloaded ssh-encoding v0.3.0-rc.9
10802026-07-08T23:13:10.880Z Downloaded hashbrown v0.15.5
10812026-07-08T23:13:10.883Z Downloaded sha2 v0.11.0
10822026-07-08T23:13:10.885Z Downloaded rayon-core v1.13.0
10832026-07-08T23:13:10.888Z Downloaded similar v2.7.0
10842026-07-08T23:13:10.891Z Downloaded smallvec v1.15.1
10852026-07-08T23:13:10.894Z Downloaded schemars v0.8.22
10862026-07-08T23:13:10.901Z Downloaded topological-sort v0.2.2
10872026-07-08T23:13:10.904Z Downloaded tower-service v0.3.3
10882026-07-08T23:13:10.904Z Downloaded tiny-keccak v2.0.2
10892026-07-08T23:13:10.904Z Downloaded try-lock v0.2.5
10902026-07-08T23:13:10.904Z Downloaded rand v0.9.2
10912026-07-08T23:13:10.907Z Downloaded tinystr v0.8.2
10922026-07-08T23:13:10.907Z Downloaded spin v0.9.8
10932026-07-08T23:13:10.910Z Downloaded trait-variant v0.1.2
10942026-07-08T23:13:10.910Z Downloaded thiserror-no-std v2.0.2
10952026-07-08T23:13:10.913Z Downloaded time-core v0.1.8
10962026-07-08T23:13:10.913Z Downloaded typify-macro v0.6.2
10972026-07-08T23:13:10.916Z Downloaded spki v0.7.3
10982026-07-08T23:13:10.916Z Downloaded slog v2.8.2
10992026-07-08T23:13:10.919Z Downloaded icu_properties_data v2.1.2
11002026-07-08T23:13:10.940Z Downloaded tower-layer v0.3.3
11012026-07-08T23:13:10.942Z Downloaded tokio-dtrace v0.1.1
11022026-07-08T23:13:10.942Z Downloaded tls_codec_derive v0.4.2
11032026-07-08T23:13:10.942Z Downloaded tls_codec v0.4.2
11042026-07-08T23:13:10.942Z Downloaded untrusted v0.7.1
11052026-07-08T23:13:10.943Z Downloaded universal-hash v0.6.1
11062026-07-08T23:13:10.943Z Downloaded socket2 v0.5.10
11072026-07-08T23:13:10.943Z Downloaded num-bigint-dig v0.8.6
11082026-07-08T23:13:10.943Z Downloaded utf-8 v0.7.6
11092026-07-08T23:13:10.943Z Downloaded usdt v0.6.0
11102026-07-08T23:13:10.943Z Downloaded tokio-tungstenite v0.21.0
11112026-07-08T23:13:10.943Z Downloaded quinn v0.11.9
11122026-07-08T23:13:10.943Z Downloaded time-macros v0.2.27
11132026-07-08T23:13:10.946Z Downloaded term v0.7.0
11142026-07-08T23:13:10.949Z Downloaded unarray v0.1.4
11152026-07-08T23:13:10.949Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-07-08T23:13:10.952Z Downloaded unicode-truncate v1.1.0
11172026-07-08T23:13:10.952Z Downloaded usdt-macro v0.6.0
11182026-07-08T23:13:10.952Z Downloaded usdt-attr-macro v0.6.0
11192026-07-08T23:13:10.952Z Downloaded unit-prefix v0.5.2
11202026-07-08T23:13:10.956Z Downloaded rustls-platform-verifier v0.6.2
11212026-07-08T23:13:10.956Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11222026-07-08T23:13:10.959Z Downloaded tokio-native-tls v0.3.1
11232026-07-08T23:13:10.963Z Downloaded universal-hash v0.5.1
11242026-07-08T23:13:10.966Z Downloaded utf8_iter v1.0.4
11252026-07-08T23:13:10.968Z Downloaded void v1.0.2
11262026-07-08T23:13:10.971Z Downloaded iri-string v0.7.10
11272026-07-08T23:13:10.978Z Downloaded schemars v0.9.0
11282026-07-08T23:13:10.984Z Downloaded want v0.3.1
11292026-07-08T23:13:10.987Z Downloaded toml_writer v1.1.1+spec-1.1.0
11302026-07-08T23:13:10.987Z Downloaded term v1.2.1
11312026-07-08T23:13:10.990Z Downloaded subprocess v0.2.15
11322026-07-08T23:13:10.993Z Downloaded socket2 v0.6.3
11332026-07-08T23:13:10.993Z Downloaded waitgroup v0.1.2
11342026-07-08T23:13:10.993Z Downloaded nom v7.1.3
11352026-07-08T23:13:10.996Z Downloaded untrusted v0.9.0
11362026-07-08T23:13:10.999Z Downloaded itertools v0.13.0
11372026-07-08T23:13:11.004Z Downloaded xshell-macros v0.2.7
11382026-07-08T23:13:11.007Z Downloaded usdt-impl v0.6.0
11392026-07-08T23:13:11.010Z Downloaded samael v0.0.19
11402026-07-08T23:13:11.013Z Downloaded thread_local v1.1.9
11412026-07-08T23:13:11.016Z Downloaded stacker v0.1.23
11422026-07-08T23:13:11.016Z Downloaded tui-tree-widget v0.23.1
11432026-07-08T23:13:11.020Z Downloaded zerofrom v0.1.6
11442026-07-08T23:13:11.022Z Downloaded yoke-derive v0.8.1
11452026-07-08T23:13:11.025Z Downloaded zeroize_derive v1.4.3
11462026-07-08T23:13:11.028Z Downloaded vergen-lib v9.1.0
11472026-07-08T23:13:11.032Z Downloaded toml_parser v1.1.2+spec-1.1.0
11482026-07-08T23:13:11.032Z Downloaded bitvec v1.0.1
11492026-07-08T23:13:11.038Z Downloaded test-strategy v0.4.5
11502026-07-08T23:13:11.041Z Downloaded vergen-gitcl v1.0.8
11512026-07-08T23:13:11.044Z Downloaded h2 v0.4.15
11522026-07-08T23:13:11.047Z Downloaded zone_cfg_derive v0.3.1
11532026-07-08T23:13:11.047Z Downloaded tracing-attributes v0.1.31
11542026-07-08T23:13:11.050Z Downloaded xattr v1.6.1
11552026-07-08T23:13:11.050Z Downloaded rustls-webpki v0.103.13
11562026-07-08T23:13:11.053Z Downloaded snafu v0.8.9
11572026-07-08T23:13:11.055Z Downloaded unicode-xid v0.2.6
11582026-07-08T23:13:11.055Z Downloaded unicase v2.9.0
11592026-07-08T23:13:11.058Z Downloaded whoami v2.1.0
11602026-07-08T23:13:11.058Z Downloaded twox-hash v2.1.2
11612026-07-08T23:13:11.061Z Downloaded zerofrom-derive v0.1.6
11622026-07-08T23:13:11.061Z Downloaded tokio-rustls v0.26.4
11632026-07-08T23:13:11.061Z Downloaded zone v0.3.1
11642026-07-08T23:13:11.063Z Downloaded blake3 v1.8.5
11652026-07-08T23:13:11.066Z Downloaded uzers v0.12.2
11662026-07-08T23:13:11.069Z Downloaded unicode-properties v0.1.4
11672026-07-08T23:13:11.072Z Downloaded schemars v1.2.1
11682026-07-08T23:13:11.077Z Downloaded wyz v0.5.1
11692026-07-08T23:13:11.080Z Downloaded vsss-rs v3.3.4
11702026-07-08T23:13:11.080Z Downloaded xshell v0.2.7
11712026-07-08T23:13:11.083Z Downloaded vergen-lib v0.1.6
11722026-07-08T23:13:11.083Z Downloaded vergen-git2 v9.1.0
11732026-07-08T23:13:11.085Z Downloaded tokio-tungstenite v0.23.1
11742026-07-08T23:13:11.085Z Downloaded rsa v0.10.0-rc.18
11752026-07-08T23:13:11.088Z Downloaded toml v0.7.8
11762026-07-08T23:13:11.091Z Downloaded tar v0.4.45
11772026-07-08T23:13:11.093Z Downloaded zeroize v1.8.2
11782026-07-08T23:13:11.093Z Downloaded hkdf v0.13.0
11792026-07-08T23:13:11.096Z Downloaded libm v0.2.16
11802026-07-08T23:13:11.100Z Downloaded tinyvec v1.10.0
11812026-07-08T23:13:11.102Z Downloaded itertools v0.14.0
11822026-07-08T23:13:11.106Z Downloaded whoami v1.6.1
11832026-07-08T23:13:11.109Z Downloaded wait-timeout v0.2.1
11842026-07-08T23:13:11.109Z Downloaded hkdf v0.12.4
11852026-07-08T23:13:11.113Z Downloaded writeable v0.6.2
11862026-07-08T23:13:11.113Z Downloaded chrono v0.4.44
11872026-07-08T23:13:11.115Z Downloaded zerovec-derive v0.11.2
11882026-07-08T23:13:11.115Z Downloaded walkdir v2.5.0
11892026-07-08T23:13:11.118Z Downloaded tracing-core v0.1.36
11902026-07-08T23:13:11.118Z Downloaded yoke v0.8.1
11912026-07-08T23:13:11.121Z Downloaded git2 v0.20.4
11922026-07-08T23:13:11.124Z Downloaded tokio-stream v0.1.18
11932026-07-08T23:13:11.127Z Downloaded zstd v0.13.3
11942026-07-08T23:13:11.129Z Downloaded rand v0.10.1
11952026-07-08T23:13:11.133Z Downloaded rsa v0.9.10
11962026-07-08T23:13:11.133Z Downloaded unsafe-libyaml v0.2.11
11972026-07-08T23:13:11.136Z Downloaded vergen v9.1.0
11982026-07-08T23:13:11.139Z Downloaded toml v1.1.2+spec-1.1.0
11992026-07-08T23:13:11.142Z Downloaded idna v1.1.0
12002026-07-08T23:13:11.149Z Downloaded nom v8.0.0
12012026-07-08T23:13:11.152Z Downloaded bindgen v0.71.1
12022026-07-08T23:13:11.156Z Downloaded aws-lc-rs v1.16.3
12032026-07-08T23:13:11.162Z Downloaded tungstenite v0.23.0
12042026-07-08T23:13:11.164Z Downloaded steno v0.4.1
12052026-07-08T23:13:11.167Z Downloaded tungstenite v0.21.0
12062026-07-08T23:13:11.170Z Downloaded crypto-primes v0.7.2
12072026-07-08T23:13:11.174Z Downloaded yasna v0.5.2
12082026-07-08T23:13:11.177Z Downloaded unicode-bidi v0.3.18
12092026-07-08T23:13:11.189Z Downloaded iddqd v0.4.2
12102026-07-08T23:13:11.195Z Downloaded zstd-safe v7.2.4
12112026-07-08T23:13:11.198Z Downloaded uuid v1.23.4
12122026-07-08T23:13:11.200Z Downloaded toml_edit v0.19.15
12132026-07-08T23:13:11.207Z Downloaded zerocopy v0.6.6
12142026-07-08T23:13:11.210Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-07-08T23:13:11.213Z Downloaded reedline v0.40.0
12162026-07-08T23:13:11.216Z Downloaded vte v0.14.1
12172026-07-08T23:13:11.219Z Downloaded serde_with v1.14.0
12182026-07-08T23:13:11.222Z Downloaded reqwest v0.12.28
12192026-07-08T23:13:11.225Z Downloaded zopfli v0.8.3
12202026-07-08T23:13:11.227Z Downloaded reqwest v0.13.2
12212026-07-08T23:13:11.230Z Downloaded url v2.5.8
12222026-07-08T23:13:11.235Z Downloaded lalrpop v0.19.12
12232026-07-08T23:13:11.238Z Downloaded yansi v1.0.1
12242026-07-08T23:13:11.242Z Downloaded rustyline v14.0.0
12252026-07-08T23:13:11.252Z Downloaded typify v0.6.2
12262026-07-08T23:13:11.255Z Downloaded zip v0.6.6
12272026-07-08T23:13:11.258Z Downloaded rpassword v7.4.0
12282026-07-08T23:13:11.261Z Downloaded portable-atomic v1.13.1
12292026-07-08T23:13:11.266Z Downloaded zerotrie v0.2.3
12302026-07-08T23:13:11.275Z Downloaded ssh-key v0.7.0-rc.10
12312026-07-08T23:13:11.282Z Downloaded unicode_categories v0.1.1
12322026-07-08T23:13:11.284Z Downloaded tokio-postgres v0.7.16
12332026-07-08T23:13:11.287Z Downloaded rayon v1.11.0
12342026-07-08T23:13:11.290Z Downloaded tower v0.5.3
12352026-07-08T23:13:11.295Z Downloaded salty v0.3.0
12362026-07-08T23:13:11.299Z Downloaded regex v1.12.3
12372026-07-08T23:13:11.302Z Downloaded x509-cert v0.2.5
12382026-07-08T23:13:11.308Z Downloaded unicode-segmentation v1.12.0
12392026-07-08T23:13:11.311Z Downloaded zerocopy-derive v0.8.40
12402026-07-08T23:13:11.313Z Downloaded moka v0.12.13
12412026-07-08T23:13:11.320Z Downloaded p384 v0.13.1
12422026-07-08T23:13:11.326Z Downloaded typed-path v0.9.3
12432026-07-08T23:13:11.330Z Downloaded unicode-normalization v0.1.25
12442026-07-08T23:13:11.335Z Downloaded tokio-util v0.7.18
12452026-07-08T23:13:11.342Z Downloaded zip v4.6.1
12462026-07-08T23:13:11.345Z Downloaded tough v0.22.0
12472026-07-08T23:13:11.350Z Downloaded goblin v0.10.5
12482026-07-08T23:13:11.365Z Downloaded bstr v1.12.1
12492026-07-08T23:13:11.371Z Downloaded zerovec v0.11.5
12502026-07-08T23:13:11.374Z Downloaded radix_trie v0.2.1
12512026-07-08T23:13:11.379Z Downloaded russh v0.61.2
12522026-07-08T23:13:11.383Z Downloaded quick-xml v0.37.5
12532026-07-08T23:13:11.396Z Downloaded winnow v0.5.40
12542026-07-08T23:13:11.401Z Downloaded tower-http v0.6.8
12552026-07-08T23:13:11.405Z Downloaded serde_with v3.17.0
12562026-07-08T23:13:11.412Z Downloaded nix v0.28.0
12572026-07-08T23:13:11.418Z Downloaded winnow v0.6.26
12582026-07-08T23:13:11.423Z Downloaded crypto-bigint v0.7.5
12592026-07-08T23:13:11.434Z Downloaded proptest v1.10.0
12602026-07-08T23:13:11.439Z Downloaded curve25519-dalek v4.1.3
12612026-07-08T23:13:11.447Z Downloaded tabled v0.20.0
12622026-07-08T23:13:11.458Z Downloaded time v0.3.47
12632026-07-08T23:13:11.466Z Downloaded polar-core v0.27.3
12642026-07-08T23:13:11.470Z Downloaded regex-syntax v0.6.29
12652026-07-08T23:13:11.476Z Downloaded nix v0.31.2
12662026-07-08T23:13:11.481Z Downloaded petname v2.0.2
12672026-07-08T23:13:11.486Z Downloaded object v0.30.4
12682026-07-08T23:13:11.491Z Downloaded dropshot v0.17.1
12692026-07-08T23:13:11.504Z Downloaded nix v0.27.1
12702026-07-08T23:13:11.510Z Downloaded quinn-proto v0.11.13
12712026-07-08T23:13:11.515Z Downloaded openapiv3 v2.2.0
12722026-07-08T23:13:11.525Z Downloaded regress v0.11.1
12732026-07-08T23:13:11.532Z Downloaded zerocopy v0.8.40
12742026-07-08T23:13:11.538Z Downloaded regress v0.10.5
12752026-07-08T23:13:11.543Z Downloaded winnow v1.0.3
12762026-07-08T23:13:11.548Z Downloaded curve25519-dalek v5.0.0-rc.0
12772026-07-08T23:13:11.554Z Downloaded rustix v0.38.44
12782026-07-08T23:13:11.568Z Downloaded openssl v0.10.79
12792026-07-08T23:13:11.594Z Downloaded smoltcp v0.9.1
12802026-07-08T23:13:11.600Z Downloaded vcpkg v0.2.15
12812026-07-08T23:13:11.622Z Downloaded hickory-proto v0.24.4
12822026-07-08T23:13:11.648Z Downloaded object v0.37.3
12832026-07-08T23:13:11.654Z Downloaded zlib-rs v0.6.2
12842026-07-08T23:13:11.658Z Downloaded smoltcp v0.11.0
12852026-07-08T23:13:11.666Z Downloaded regex-syntax v0.8.10
12862026-07-08T23:13:11.670Z Downloaded diesel v2.3.7
12872026-07-08T23:13:11.682Z Downloaded tracing v0.1.44
12882026-07-08T23:13:11.694Z Downloaded rustls v0.23.41
12892026-07-08T23:13:11.702Z Downloaded hickory-proto v0.25.2
12902026-07-08T23:13:11.709Z Downloaded sha3 v0.11.0
12912026-07-08T23:13:11.712Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-07-08T23:13:11.723Z Downloaded regex-automata v0.4.14
12932026-07-08T23:13:11.743Z Downloaded petgraph v0.6.5
12942026-07-08T23:13:11.754Z Downloaded chrono-tz v0.10.4
12952026-07-08T23:13:11.765Z Downloaded jiff v0.2.21
12962026-07-08T23:13:11.780Z Downloaded sqlparser v0.61.0
12972026-07-08T23:13:11.787Z Downloaded petgraph v0.8.3
12982026-07-08T23:13:11.811Z Downloaded fiat-crypto v0.3.0
12992026-07-08T23:13:11.819Z Downloaded sled v0.34.7
13002026-07-08T23:13:11.825Z Downloaded typify-impl v0.6.2
13012026-07-08T23:13:11.833Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-07-08T23:13:11.843Z Downloaded tokio v1.52.1
13032026-07-08T23:13:11.867Z Downloaded ratatui v0.29.0
13042026-07-08T23:13:11.878Z Downloaded zerocopy-derive v0.6.6
13052026-07-08T23:13:11.912Z Downloaded encoding_rs v0.8.35
13062026-07-08T23:13:11.943Z Downloaded csv v1.4.0
13072026-07-08T23:13:11.958Z Downloaded libz-sys v1.1.24
13082026-07-08T23:13:11.974Z Downloaded sha3 v0.10.8
13092026-07-08T23:13:12.055Z Downloaded ring v0.17.14
13102026-07-08T23:13:12.085Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-07-08T23:13:12.446Z Downloaded aws-lc-sys v0.40.0
13122026-07-08T23:13:12.701Z Compiling libc v0.2.185
13132026-07-08T23:13:12.701Z Compiling serde_core v1.0.228
13142026-07-08T23:13:12.701Z Compiling serde v1.0.228
13152026-07-08T23:13:12.704Z Compiling log v0.4.29
13162026-07-08T23:13:12.704Z Compiling smallvec v1.15.1
13172026-07-08T23:13:12.704Z Compiling shlex v1.3.0
13182026-07-08T23:13:12.704Z Compiling find-msvc-tools v0.1.9
13192026-07-08T23:13:12.847Z Compiling syn v2.0.117
13202026-07-08T23:13:13.029Z Compiling subtle v2.6.1
13212026-07-08T23:13:13.042Z Compiling scopeguard v1.2.0
13222026-07-08T23:13:13.053Z Compiling stable_deref_trait v1.2.1
13232026-07-08T23:13:13.123Z Compiling lock_api v0.4.14
13242026-07-08T23:13:13.149Z Compiling typenum v1.20.1
13252026-07-08T23:13:13.161Z Compiling serde_json v1.0.150
13262026-07-08T23:13:13.200Z Compiling zerocopy v0.8.40
13272026-07-08T23:13:13.226Z Compiling portable-atomic v1.13.1
13282026-07-08T23:13:13.345Z Compiling pin-project-lite v0.2.17
13292026-07-08T23:13:13.376Z Compiling parking_lot_core v0.9.12
13302026-07-08T23:13:13.438Z Compiling pkg-config v0.3.32
13312026-07-08T23:13:13.641Z Compiling critical-section v1.2.0
13322026-07-08T23:13:13.645Z Compiling getrandom v0.4.1
13332026-07-08T23:13:13.691Z Compiling jobserver v0.1.34
13342026-07-08T23:13:13.733Z Compiling errno v0.3.14
13352026-07-08T23:13:13.876Z Compiling getrandom v0.2.17
13362026-07-08T23:13:13.940Z Compiling cc v1.2.56
13372026-07-08T23:13:13.978Z Compiling signal-hook-registry v1.4.8
13382026-07-08T23:13:14.053Z Compiling rand_core v0.6.4
13392026-07-08T23:13:14.096Z Compiling futures-core v0.3.32
13402026-07-08T23:13:14.243Z Compiling once_cell v1.21.3
13412026-07-08T23:13:14.254Z Compiling libm v0.2.16
13422026-07-08T23:13:14.273Z Compiling parking_lot v0.12.5
13432026-07-08T23:13:14.303Z Compiling mio v1.2.0
13442026-07-08T23:13:14.320Z Compiling num-traits v0.2.19
13452026-07-08T23:13:14.452Z Compiling generic-array v0.14.7
13462026-07-08T23:13:14.530Z Compiling rand_core v0.10.0
13472026-07-08T23:13:14.584Z Compiling const-oid v0.9.6
13482026-07-08T23:13:14.762Z Compiling litemap v0.8.1
13492026-07-08T23:13:14.900Z Compiling bitflags v2.11.0
13502026-07-08T23:13:14.947Z Compiling percent-encoding v2.3.2
13512026-07-08T23:13:15.019Z Compiling writeable v0.6.2
13522026-07-08T23:13:15.124Z Compiling semver v1.0.28
13532026-07-08T23:13:15.137Z Compiling socket2 v0.6.3
13542026-07-08T23:13:15.209Z Compiling icu_normalizer_data v2.1.1
13552026-07-08T23:13:15.303Z Compiling icu_properties_data v2.1.2
13562026-07-08T23:13:15.552Z Compiling futures-sink v0.3.32
13572026-07-08T23:13:15.641Z Compiling futures-channel v0.3.32
13582026-07-08T23:13:15.656Z Compiling slab v0.4.12
13592026-07-08T23:13:15.659Z Compiling futures-task v0.3.32
13602026-07-08T23:13:15.736Z Compiling synstructure v0.13.2
13612026-07-08T23:13:15.772Z Compiling futures-io v0.3.32
13622026-07-08T23:13:15.834Z Compiling indexmap v2.14.0
13632026-07-08T23:13:15.848Z Compiling utf8_iter v1.0.4
13642026-07-08T23:13:15.872Z Compiling rustversion v1.0.22
13652026-07-08T23:13:15.924Z Compiling getrandom v0.3.4
13662026-07-08T23:13:15.996Z Compiling form_urlencoded v1.2.2
13672026-07-08T23:13:16.076Z Compiling cmake v0.1.57
13682026-07-08T23:13:16.158Z Compiling ident_case v1.0.1
13692026-07-08T23:13:16.176Z Compiling fs_extra v1.3.0
13702026-07-08T23:13:16.295Z Compiling rustix v1.1.3
13712026-07-08T23:13:16.364Z Compiling dunce v1.0.5
13722026-07-08T23:13:16.451Z Compiling regex-syntax v0.8.10
13732026-07-08T23:13:16.466Z Compiling iana-time-zone v0.1.65
13742026-07-08T23:13:16.488Z Compiling aws-lc-sys v0.40.0
13752026-07-08T23:13:16.508Z Compiling vcpkg v0.2.15
13762026-07-08T23:13:16.665Z Compiling base64ct v1.8.3
13772026-07-08T23:13:16.911Z Compiling rand_core v0.9.5
13782026-07-08T23:13:16.924Z Compiling pem-rfc7468 v0.7.0
13792026-07-08T23:13:16.961Z Compiling rustc_version v0.4.1
13802026-07-08T23:13:17.198Z Compiling uuid v1.23.4
13812026-07-08T23:13:17.243Z Compiling tracing-core v0.1.36
13822026-07-08T23:13:17.262Z Compiling openssl-sys v0.9.115
13832026-07-08T23:13:17.305Z Compiling base64 v0.22.1
13842026-07-08T23:13:17.492Z Compiling serde_derive v1.0.228
13852026-07-08T23:13:17.648Z Compiling zeroize_derive v1.4.3
13862026-07-08T23:13:17.834Z Compiling zerofrom-derive v0.1.6
13872026-07-08T23:13:17.848Z Compiling yoke-derive v0.8.1
13882026-07-08T23:13:17.965Z Compiling zerocopy-derive v0.8.40
13892026-07-08T23:13:18.163Z Compiling zerovec-derive v0.11.2
13902026-07-08T23:13:18.318Z Compiling zeroize v1.8.2
13912026-07-08T23:13:18.528Z Compiling displaydoc v0.2.5
13922026-07-08T23:13:19.044Z Compiling tokio-macros v2.7.0
13932026-07-08T23:13:19.279Z Compiling zerofrom v0.1.6
13942026-07-08T23:13:19.297Z Compiling futures-macro v0.3.32
13952026-07-08T23:13:19.315Z Compiling tracing-attributes v0.1.31
13962026-07-08T23:13:19.405Z Compiling yoke v0.8.1
13972026-07-08T23:13:19.478Z Compiling block-buffer v0.10.4
13982026-07-08T23:13:19.591Z Compiling zerovec v0.11.5
13992026-07-08T23:13:19.650Z Compiling zerotrie v0.2.3
14002026-07-08T23:13:19.808Z Compiling crypto-common v0.1.7
14012026-07-08T23:13:19.954Z Compiling digest v0.10.7
14022026-07-08T23:13:19.959Z Compiling thiserror-impl v2.0.18
14032026-07-08T23:13:20.114Z Compiling tinystr v0.8.2
14042026-07-08T23:13:20.128Z Compiling potential_utf v0.1.4
14052026-07-08T23:13:20.216Z Compiling futures-util v0.3.32
14062026-07-08T23:13:20.286Z Compiling icu_locale_core v2.1.1
14072026-07-08T23:13:20.311Z Compiling icu_collections v2.1.1
14082026-07-08T23:13:20.744Z Compiling der_derive v0.7.3
14092026-07-08T23:13:20.807Z Compiling aws-lc-rs v1.16.3
14102026-07-08T23:13:21.079Z Compiling bytes v1.11.1
14112026-07-08T23:13:21.117Z Compiling icu_provider v2.1.1
14122026-07-08T23:13:21.250Z Compiling chrono v0.4.44
14132026-07-08T23:13:21.378Z Compiling icu_normalizer v2.1.1
14142026-07-08T23:13:21.414Z Compiling icu_properties v2.1.2
14152026-07-08T23:13:21.711Z Compiling tokio v1.52.1
14162026-07-08T23:13:21.732Z Compiling http v1.4.2
14172026-07-08T23:13:21.922Z Compiling flagset v0.4.7
14182026-07-08T23:13:22.054Z Compiling der v0.7.10
14192026-07-08T23:13:22.513Z Compiling idna_adapter v1.2.1
14202026-07-08T23:13:22.527Z Compiling ppv-lite86 v0.2.21
14212026-07-08T23:13:22.580Z Compiling http-body v1.0.1
14222026-07-08T23:13:22.629Z Compiling idna v1.1.0
14232026-07-08T23:13:22.643Z Compiling thiserror v2.0.18
14242026-07-08T23:13:22.646Z Compiling tracing v0.1.44
14252026-07-08T23:13:22.723Z Compiling rustls-pki-types v1.14.0
14262026-07-08T23:13:22.808Z Compiling rand_chacha v0.9.0
14272026-07-08T23:13:22.840Z Compiling cmov v0.5.4
14282026-07-08T23:13:22.913Z Compiling url v2.5.8
14292026-07-08T23:13:23.048Z Compiling openssl-probe v0.2.1
14302026-07-08T23:13:23.176Z Compiling httparse v1.10.1
14312026-07-08T23:13:23.220Z Compiling tinyvec_macros v0.1.1
14322026-07-08T23:13:23.236Z Compiling ctutils v0.4.2
14332026-07-08T23:13:23.258Z Compiling rand v0.9.2
14342026-07-08T23:13:23.289Z Compiling tinyvec v1.10.0
14352026-07-08T23:13:23.462Z Compiling spki v0.7.3
14362026-07-08T23:13:23.501Z Compiling pest_generator v2.8.6
14372026-07-08T23:13:23.561Z Compiling serde_derive_internals v0.29.1
14382026-07-08T23:13:23.623Z Compiling aho-corasick v1.1.4
14392026-07-08T23:13:23.659Z Compiling tower-service v0.3.3
14402026-07-08T23:13:23.704Z Compiling untrusted v0.7.1
14412026-07-08T23:13:23.751Z Compiling schemars v0.8.22
14422026-07-08T23:13:23.825Z Compiling tower-layer v0.3.3
14432026-07-08T23:13:23.959Z Compiling dyn-clone v1.0.20
14442026-07-08T23:13:23.981Z Compiling try-lock v0.2.5
14452026-07-08T23:13:24.036Z Compiling atomic-waker v1.1.2
14462026-07-08T23:13:24.086Z Compiling want v0.3.1
14472026-07-08T23:13:24.118Z Compiling tempfile v3.25.0
14482026-07-08T23:13:24.176Z Compiling pest_derive v2.8.6
14492026-07-08T23:13:24.245Z Compiling hybrid-array v0.4.13
14502026-07-08T23:13:24.428Z Compiling schemars_derive v0.8.22
14512026-07-08T23:13:24.443Z Compiling regex-automata v0.4.14
14522026-07-08T23:13:24.472Z Compiling ipnet v2.11.0
14532026-07-08T23:13:24.607Z Compiling scroll_derive v0.13.1
14542026-07-08T23:13:24.956Z Compiling darling_core v0.20.11
14552026-07-08T23:13:25.014Z Compiling rustls v0.23.41
14562026-07-08T23:13:25.200Z Compiling openssl v0.10.79
14572026-07-08T23:13:25.274Z Compiling foreign-types-shared v0.1.1
14582026-07-08T23:13:25.364Z Compiling httpdate v1.0.3
14592026-07-08T23:13:25.405Z Compiling cpufeatures v0.2.17
14602026-07-08T23:13:25.490Z Compiling tokio-util v0.7.18
14612026-07-08T23:13:25.526Z Compiling untrusted v0.9.0
14622026-07-08T23:13:25.660Z Compiling scroll v0.13.0
14632026-07-08T23:13:25.676Z Compiling foreign-types v0.3.2
14642026-07-08T23:13:25.745Z Compiling pkcs8 v0.10.2
14652026-07-08T23:13:25.924Z Compiling unicode-normalization v0.1.25
14662026-07-08T23:13:26.383Z Compiling h2 v0.4.15
14672026-07-08T23:13:26.411Z Compiling openssl-macros v0.1.1
14682026-07-08T23:13:26.524Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-07-08T23:13:26.820Z Compiling spin v0.9.8
14702026-07-08T23:13:26.936Z Compiling num-conv v0.2.0
14712026-07-08T23:13:26.992Z Compiling crc32fast v1.5.0
14722026-07-08T23:13:27.016Z Compiling powerfmt v0.2.0
14732026-07-08T23:13:27.056Z Compiling native-tls v0.2.18
14742026-07-08T23:13:27.215Z Compiling time-core v0.1.8
14752026-07-08T23:13:27.230Z Compiling darling_macro v0.20.11
14762026-07-08T23:13:27.295Z Compiling deranged v0.5.8
14772026-07-08T23:13:27.355Z Compiling time-macros v0.2.27
14782026-07-08T23:13:27.698Z Compiling darling v0.20.11
14792026-07-08T23:13:27.779Z Compiling goblin v0.10.5
14802026-07-08T23:13:28.239Z Compiling sha2 v0.10.9
14812026-07-08T23:13:28.413Z Compiling hmac v0.12.1
14822026-07-08T23:13:28.493Z Compiling sync_wrapper v1.0.2
14832026-07-08T23:13:28.566Z Compiling wait-timeout v0.2.1
14842026-07-08T23:13:28.597Z Compiling quick-error v1.2.3
14852026-07-08T23:13:28.703Z Compiling simd-adler32 v0.3.8
14862026-07-08T23:13:28.821Z Compiling siphasher v1.0.2
14872026-07-08T23:13:28.944Z Compiling crossbeam-utils v0.8.21
14882026-07-08T23:13:29.006Z Compiling usdt-impl v0.6.0
14892026-07-08T23:13:29.222Z Compiling syn v1.0.109
14902026-07-08T23:13:29.236Z Compiling num_threads v0.1.7
14912026-07-08T23:13:29.331Z Compiling bit-vec v0.8.0
14922026-07-08T23:13:29.536Z Compiling hyper v1.10.1
14932026-07-08T23:13:29.618Z Compiling bit-set v0.8.0
14942026-07-08T23:13:29.776Z Compiling time v0.3.47
14952026-07-08T23:13:29.951Z Compiling rusty-fork v0.3.1
14962026-07-08T23:13:30.263Z Compiling tower v0.5.3
14972026-07-08T23:13:30.277Z Compiling derive_builder_core v0.20.2
14982026-07-08T23:13:30.419Z Compiling dof v0.4.0
14992026-07-08T23:13:30.747Z Compiling hyper-util v0.1.20
15002026-07-08T23:13:31.159Z Compiling dtrace-parser v0.3.0
15012026-07-08T23:13:31.342Z Compiling http-body-util v0.1.3
15022026-07-08T23:13:31.370Z Compiling thiserror-impl v1.0.69
15032026-07-08T23:13:31.586Z Compiling scroll_derive v0.12.1
15042026-07-08T23:13:31.655Z Compiling heapless v0.7.17
15052026-07-08T23:13:31.906Z Compiling rand_xorshift v0.4.0
15062026-07-08T23:13:31.909Z Compiling slog v2.8.2
15072026-07-08T23:13:32.006Z Compiling darling_core v0.21.3
15082026-07-08T23:13:32.081Z Compiling bzip2-sys v0.1.13+1.0.8
15092026-07-08T23:13:32.102Z Compiling thread-id v5.1.0
15102026-07-08T23:13:32.186Z Compiling cookie v0.18.1
15112026-07-08T23:13:32.253Z Compiling allocator-api2 v0.2.21
15122026-07-08T23:13:32.367Z Compiling zstd-safe v7.2.4
15132026-07-08T23:13:32.379Z Compiling paste v1.0.15
15142026-07-08T23:13:32.500Z Compiling unicode-properties v0.1.4
15152026-07-08T23:13:32.570Z Compiling iri-string v0.7.10
15162026-07-08T23:13:32.575Z Compiling signal-hook v0.3.18
15172026-07-08T23:13:32.625Z Compiling ryu v1.0.23
15182026-07-08T23:13:32.651Z Compiling anyhow v1.0.102
15192026-07-08T23:13:32.701Z Compiling adler2 v2.0.1
15202026-07-08T23:13:32.760Z Compiling unicode-bidi v0.3.18
15212026-07-08T23:13:32.796Z Compiling unarray v0.1.4
15222026-07-08T23:13:32.829Z Compiling miniz_oxide v0.8.9
15232026-07-08T23:13:32.904Z Compiling proptest v1.10.0
15242026-07-08T23:13:33.165Z Compiling stringprep v0.1.5
15252026-07-08T23:13:33.299Z Compiling serde_urlencoded v0.7.1
15262026-07-08T23:13:33.465Z Compiling thiserror v1.0.69
15272026-07-08T23:13:33.587Z Compiling scroll v0.12.0
15282026-07-08T23:13:33.852Z Compiling tower-http v0.6.8
15292026-07-08T23:13:34.024Z Compiling derive_builder_macro v0.20.2
15302026-07-08T23:13:34.051Z Compiling camino v1.2.2
15312026-07-08T23:13:34.241Z Compiling tokio-native-tls v0.3.1
15322026-07-08T23:13:34.411Z Compiling bstr v1.12.1
15332026-07-08T23:13:34.425Z Compiling ipnetwork v0.21.1
15342026-07-08T23:13:34.461Z Compiling darling_macro v0.21.3
15352026-07-08T23:13:34.487Z Compiling block-padding v0.4.2
15362026-07-08T23:13:34.642Z Compiling block-buffer v0.12.1
15372026-07-08T23:13:34.642Z Compiling crypto-common v0.2.2
15382026-07-08T23:13:34.812Z Compiling rustls-native-certs v0.8.3
15392026-07-08T23:13:34.846Z Compiling rand_chacha v0.3.1
15402026-07-08T23:13:34.949Z Compiling serde_spanned v0.6.9
15412026-07-08T23:13:35.047Z Compiling erased-serde v0.3.31
15422026-07-08T23:13:35.090Z Compiling serde_tokenstream v0.2.3
15432026-07-08T23:13:35.104Z Compiling toml_datetime v0.6.11
15442026-07-08T23:13:35.361Z Compiling md-5 v0.10.6
15452026-07-08T23:13:35.396Z Compiling signature v2.2.0
15462026-07-08T23:13:35.571Z Compiling async-trait v0.1.89
15472026-07-08T23:13:35.582Z Compiling pin-project-internal v1.1.11
15482026-07-08T23:13:35.617Z Compiling zerocopy-derive v0.7.35
15492026-07-08T23:13:35.677Z Compiling curve25519-dalek v4.1.3
15502026-07-08T23:13:36.026Z Compiling vergen-lib v9.1.0
15512026-07-08T23:13:36.218Z Compiling num-integer v0.1.46
15522026-07-08T23:13:36.413Z Compiling hash32 v0.2.1
15532026-07-08T23:13:36.493Z Compiling memoffset v0.9.1
15542026-07-08T23:13:36.548Z Compiling encoding_rs v0.8.35
15552026-07-08T23:13:36.593Z Compiling litrs v1.0.0
15562026-07-08T23:13:36.613Z Compiling psl-types v2.0.11
15572026-07-08T23:13:36.699Z Compiling rustix v0.38.44
15582026-07-08T23:13:36.702Z Compiling zlib-rs v0.6.2
15592026-07-08T23:13:36.729Z Compiling mime v0.3.17
15602026-07-08T23:13:36.979Z Compiling cfg_aliases v0.2.1
15612026-07-08T23:13:37.050Z Compiling smoltcp v0.9.1
15622026-07-08T23:13:37.055Z Compiling ref-cast v1.0.25
15632026-07-08T23:13:37.091Z Compiling fallible-iterator v0.2.0
15642026-07-08T23:13:37.368Z Compiling num-bigint-dig v0.8.6
15652026-07-08T23:13:37.422Z Compiling postgres-protocol v0.6.10
15662026-07-08T23:13:37.452Z Compiling document-features v0.2.12
15672026-07-08T23:13:37.591Z Compiling nix v0.31.2
15682026-07-08T23:13:37.974Z Compiling publicsuffix v2.3.0
15692026-07-08T23:13:38.015Z Compiling pin-project v1.1.11
15702026-07-08T23:13:38.109Z Compiling zerocopy v0.7.35
15712026-07-08T23:13:38.131Z Compiling hubpack_derive v0.1.1
15722026-07-08T23:13:38.140Z Compiling num-iter v0.1.45
15732026-07-08T23:13:38.257Z Compiling newtype-uuid v1.3.2
15742026-07-08T23:13:38.528Z Compiling rand v0.8.6
15752026-07-08T23:13:38.570Z Compiling darling v0.21.3
15762026-07-08T23:13:38.574Z Compiling oxnet v0.1.6
15772026-07-08T23:13:38.626Z Compiling inout v0.2.2
15782026-07-08T23:13:38.642Z Compiling derive_builder v0.20.2
15792026-07-08T23:13:38.654Z Compiling hyper-tls v0.6.0
15802026-07-08T23:13:38.859Z Compiling goblin v0.8.2
15812026-07-08T23:13:39.343Z Compiling phf_shared v0.13.1
15822026-07-08T23:13:39.381Z Compiling lazy_static v1.5.0
15832026-07-08T23:13:39.474Z Compiling regex v1.12.3
15842026-07-08T23:13:39.508Z Compiling anstyle-parse v0.2.7
15852026-07-08T23:13:39.573Z Compiling flate2 v1.1.9
15862026-07-08T23:13:39.635Z Compiling futures-executor v0.3.32
15872026-07-08T23:13:39.691Z Compiling hex v0.4.3
15882026-07-08T23:13:39.892Z Compiling terminal_size v0.4.3
15892026-07-08T23:13:39.905Z Compiling strum_macros v0.27.2
15902026-07-08T23:13:39.940Z Compiling ref-cast-impl v1.0.25
15912026-07-08T23:13:39.955Z Compiling curve25519-dalek-derive v0.1.1
15922026-07-08T23:13:39.975Z Compiling daft-derive v0.1.7
15932026-07-08T23:13:40.023Z Compiling snafu-derive v0.8.9
15942026-07-08T23:13:40.532Z Compiling vergen v9.1.0
15952026-07-08T23:13:40.614Z Compiling cargo-platform v0.3.2
15962026-07-08T23:13:40.739Z Compiling ff v0.13.1
15972026-07-08T23:13:40.800Z Compiling fs-err v3.3.0
15982026-07-08T23:13:40.871Z Compiling ahash v0.8.12
15992026-07-08T23:13:40.883Z Compiling unicode-segmentation v1.12.0
16002026-07-08T23:13:40.955Z Compiling foldhash v0.2.0
16012026-07-08T23:13:41.097Z Compiling base16ct v0.2.0
16022026-07-08T23:13:41.178Z Compiling bitflags v1.3.2
16032026-07-08T23:13:41.259Z Compiling libbz2-rs-sys v0.2.2
16042026-07-08T23:13:41.274Z Compiling foldhash v0.1.5
16052026-07-08T23:13:41.286Z Compiling managed v0.8.0
16062026-07-08T23:13:41.443Z Compiling same-file v1.0.6
16072026-07-08T23:13:41.497Z Compiling object v0.37.3
16082026-07-08T23:13:41.610Z Compiling bumpalo v3.20.2
16092026-07-08T23:13:41.780Z Compiling winnow v0.5.40
16102026-07-08T23:13:41.878Z Compiling zopfli v0.8.3
16112026-07-08T23:13:41.914Z Compiling strum v0.27.2
16122026-07-08T23:13:41.961Z Compiling snafu v0.8.9
16132026-07-08T23:13:41.989Z Compiling bzip2 v0.6.1
16142026-07-08T23:13:42.042Z Compiling walkdir v2.5.0
16152026-07-08T23:13:42.183Z Compiling clap_builder v4.6.0
16162026-07-08T23:13:42.347Z Compiling hashbrown v0.15.5
16172026-07-08T23:13:42.369Z Compiling sec1 v0.7.3
16182026-07-08T23:13:42.552Z Compiling hashbrown v0.16.1
16192026-07-08T23:13:42.641Z Compiling dof v0.3.0
16202026-07-08T23:13:43.028Z Compiling group v0.13.0
16212026-07-08T23:13:43.103Z Compiling toml_edit v0.19.15
16222026-07-08T23:13:43.141Z Compiling cargo_metadata v0.23.1
16232026-07-08T23:13:43.200Z Compiling daft v0.1.7
16242026-07-08T23:13:43.441Z Compiling futures v0.3.32
16252026-07-08T23:13:43.497Z Compiling anstream v0.6.21
16262026-07-08T23:13:43.520Z Compiling phf v0.13.1
16272026-07-08T23:13:43.912Z Compiling signal-hook-mio v0.2.5
16282026-07-08T23:13:44.038Z Compiling cookie_store v0.22.1
16292026-07-08T23:13:44.061Z Compiling zstd v0.13.3
16302026-07-08T23:13:44.291Z Compiling bzip2 v0.4.4
16312026-07-08T23:13:44.478Z Compiling reqwest v0.12.28
16322026-07-08T23:13:44.543Z Compiling cipher v0.5.2
16332026-07-08T23:13:44.649Z Compiling serde_with_macros v3.17.0
16342026-07-08T23:13:44.803Z Compiling hubpack v0.1.2
16352026-07-08T23:13:45.167Z Compiling postgres-types v0.2.12
16362026-07-08T23:13:45.766Z Compiling ed25519 v2.2.3
16372026-07-08T23:13:45.778Z Compiling usdt-macro v0.6.0
16382026-07-08T23:13:45.802Z Compiling usdt-attr-macro v0.6.0
16392026-07-08T23:13:46.211Z Compiling globset v0.4.18
16402026-07-08T23:13:46.239Z Compiling dtrace-parser v0.2.0
16412026-07-08T23:13:46.546Z Compiling phf_shared v0.11.3
16422026-07-08T23:13:46.628Z Compiling hkdf v0.12.4
16432026-07-08T23:13:46.701Z Compiling olpc-cjson v0.1.4
16442026-07-08T23:13:46.734Z Compiling pkcs1 v0.7.5
16452026-07-08T23:13:46.802Z Compiling serde_plain v1.0.2
16462026-07-08T23:13:46.854Z Compiling serde-big-array v0.5.1
16472026-07-08T23:13:46.906Z Compiling crypto-bigint v0.5.5
16482026-07-08T23:13:46.993Z Compiling pem v3.0.6
16492026-07-08T23:13:46.993Z Compiling serde_repr v0.1.20
16502026-07-08T23:13:47.034Z Compiling clap_derive v4.6.1
16512026-07-08T23:13:47.148Z Compiling async-recursion v1.1.1
16522026-07-08T23:13:47.311Z Compiling enum-as-inner v0.6.1
16532026-07-08T23:13:47.520Z Compiling strum_macros v0.26.4
16542026-07-08T23:13:47.766Z Compiling float-cmp v0.10.0
16552026-07-08T23:13:47.825Z Compiling memmap2 v0.9.10
16562026-07-08T23:13:47.918Z Compiling thread-id v4.2.2
16572026-07-08T23:13:47.999Z Compiling env_filter v1.0.0
16582026-07-08T23:13:48.044Z Compiling predicates-core v1.0.10
16592026-07-08T23:13:48.219Z Compiling typed-path v0.9.3
16602026-07-08T23:13:48.236Z Compiling data-encoding v2.10.0
16612026-07-08T23:13:48.292Z Compiling const-oid v0.10.2
16622026-07-08T23:13:48.502Z Compiling precomputed-hash v0.1.1
16632026-07-08T23:13:48.595Z Compiling fixedbitset v0.5.7
16642026-07-08T23:13:48.761Z Compiling difflib v0.4.0
16652026-07-08T23:13:48.897Z Compiling static_assertions v1.1.0
16662026-07-08T23:13:48.924Z Compiling fixedbitset v0.4.2
16672026-07-08T23:13:48.972Z Compiling keccak v0.1.6
16682026-07-08T23:13:48.988Z Compiling cpufeatures v0.3.0
16692026-07-08T23:13:49.066Z Compiling whoami v2.1.0
16702026-07-08T23:13:49.137Z Compiling winnow v1.0.3
16712026-07-08T23:13:49.262Z Compiling new_debug_unreachable v1.0.6
16722026-07-08T23:13:49.302Z Compiling normalize-line-endings v0.3.0
16732026-07-08T23:13:49.333Z Compiling jiff v0.2.21
16742026-07-08T23:13:49.376Z Compiling either v1.15.0
16752026-07-08T23:13:49.394Z Compiling predicates v3.1.4
16762026-07-08T23:13:49.427Z Compiling toml_parser v1.1.2+spec-1.1.0
16772026-07-08T23:13:49.438Z Compiling string_cache v0.8.9
16782026-07-08T23:13:49.479Z Compiling toml_edit v0.22.27
16792026-07-08T23:13:49.567Z Compiling itertools v0.13.0
16802026-07-08T23:13:49.652Z Compiling tokio-postgres v0.7.16
16812026-07-08T23:13:49.706Z Compiling strum v0.26.3
16822026-07-08T23:13:49.830Z Compiling petgraph v0.6.5
16832026-07-08T23:13:50.026Z Compiling sha3 v0.10.8
16842026-07-08T23:13:50.057Z Compiling chacha20 v0.10.0
16852026-07-08T23:13:50.451Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-08T23:13:50.519Z Compiling petgraph v0.8.3
16872026-07-08T23:13:50.861Z Compiling clap v4.6.1
16882026-07-08T23:13:50.931Z Compiling hickory-proto v0.25.2
16892026-07-08T23:13:51.322Z Compiling digest v0.11.3
16902026-07-08T23:13:51.545Z Compiling env_logger v0.11.9
16912026-07-08T23:13:51.895Z Compiling usdt v0.6.0
16922026-07-08T23:13:51.917Z Compiling zip v4.6.1
16932026-07-08T23:13:52.162Z Compiling usdt-impl v0.5.0
16942026-07-08T23:13:52.235Z Compiling elliptic-curve v0.13.8
16952026-07-08T23:13:52.497Z Compiling rsa v0.9.10
16962026-07-08T23:13:52.639Z Compiling crossterm v0.28.1
16972026-07-08T23:13:52.738Z Compiling ed25519-dalek v2.2.0
16982026-07-08T23:13:52.862Z Compiling serde_with v3.17.0
16992026-07-08T23:13:53.388Z Compiling zip v0.6.6
17002026-07-08T23:13:53.520Z Compiling toml v0.7.8
17012026-07-08T23:13:53.972Z Compiling iddqd v0.4.2
17022026-07-08T23:13:54.563Z Compiling heck v0.4.1
17032026-07-08T23:13:54.582Z Compiling similar v2.7.0
17042026-07-08T23:13:54.796Z Compiling crossbeam-epoch v0.9.18
17052026-07-08T23:13:55.026Z Compiling tokio-stream v0.1.18
17062026-07-08T23:13:55.122Z Compiling buf-list v1.1.2
17072026-07-08T23:13:55.258Z Compiling x509-cert v0.2.5
17082026-07-08T23:13:55.408Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17092026-07-08T23:13:55.451Z Compiling openapiv3 v2.2.0
17102026-07-08T23:13:55.515Z Compiling lalrpop-util v0.19.12
17112026-07-08T23:13:55.649Z Compiling peg-runtime v0.8.5
17122026-07-08T23:13:55.712Z Compiling thread_local v1.1.9
17132026-07-08T23:13:55.742Z Compiling slog-async v2.8.0
17142026-07-08T23:13:55.834Z Compiling crossbeam-channel v0.5.15
17152026-07-08T23:13:55.937Z Compiling is-terminal v0.4.17
17162026-07-08T23:13:55.963Z Compiling filetime v0.2.27
17172026-07-08T23:13:56.034Z Compiling xattr v1.6.1
17182026-07-08T23:13:56.068Z Compiling take_mut v0.2.2
17192026-07-08T23:13:56.135Z Compiling term v1.2.1
17202026-07-08T23:13:56.202Z Compiling tar v0.4.45
17212026-07-08T23:13:56.294Z Compiling camino-tempfile v1.4.1
17222026-07-08T23:13:56.519Z Compiling slog-term v2.9.2
17232026-07-08T23:14:06.507Z Compiling rustls-webpki v0.103.13
17242026-07-08T23:14:09.257Z Compiling tokio-rustls v0.26.4
17252026-07-08T23:14:09.257Z Compiling rustls-platform-verifier v0.6.2
17262026-07-08T23:14:09.260Z Compiling tough v0.22.0
17272026-07-08T23:14:09.468Z Compiling hyper-rustls v0.27.7
17282026-07-08T23:14:09.664Z Compiling reqwest v0.13.2
17292026-07-08T23:14:11.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-07-08T23:14:12.138Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-07-08T23:14:14.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17322026-07-08T23:14:15.131Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-07-08T23:14:15.185ZJul 08 23:14:14.180 INFO Starting download, target: Cockroach
17342026-07-08T23:14:15.186ZJul 08 23:14:14.180 INFO Starting download, target: DendriteStub
17352026-07-08T23:14:15.186ZJul 08 23:14:14.180 INFO Starting download, target: Clickhouse
17362026-07-08T23:14:15.193ZJul 08 23:14:14.180 INFO Starting download, target: Console
17372026-07-08T23:14:15.193ZJul 08 23:14:14.180 INFO Starting download, target: MaghemiteMgd
17382026-07-08T23:14:15.193ZJul 08 23:14:14.180 INFO Starting download, target: MaghemiteDdmd
17392026-07-08T23:14:15.193ZJul 08 23:14:14.180 INFO Starting download, target: TransceiverControl
17402026-07-08T23:14:15.193ZJul 08 23:14:14.180 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-07-08T23:14:15.194ZJul 08 23:14:14.180 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-07-08T23:14:15.194ZJul 08 23:14:14.180 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17432026-07-08T23:14:15.194ZJul 08 23:14:14.180 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17442026-07-08T23:14:15.194ZJul 08 23:14:14.180 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-07-08T23:14:15.194ZJul 08 23:14:14.180 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-07-08T23:14:15.194ZJul 08 23:14:14.181 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-07-08T23:14:15.878ZJul 08 23:14:14.861 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-08T23:14:16.088ZJul 08 23:14:15.077 INFO Download complete, target: TransceiverControl
17492026-07-08T23:14:17.405ZJul 08 23:14:16.393 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-07-08T23:14:17.487ZJul 08 23:14:16.473 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17512026-07-08T23:14:17.600ZJul 08 23:14:16.594 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17522026-07-08T23:14:17.616ZJul 08 23:14:16.613 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17532026-07-08T23:14:17.651ZJul 08 23:14:16.638 INFO Download complete, target: Console
17542026-07-08T23:14:17.864ZJul 08 23:14:16.858 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-07-08T23:14:18.241ZJul 08 23:14:17.239 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-07-08T23:14:18.241ZJul 08 23:14:17.239 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-07-08T23:14:19.492ZJul 08 23:14:18.490 INFO Download complete, target: MaghemiteDdmd
17582026-07-08T23:14:20.057ZJul 08 23:14:19.054 INFO Download complete, target: DendriteStub
17592026-07-08T23:14:20.358ZJul 08 23:14:19.355 INFO Download complete, target: MaghemiteMgd
17602026-07-08T23:14:22.857ZJul 08 23:14:21.855 INFO Checking that binary works, target: Cockroach
17612026-07-08T23:14:22.977ZJul 08 23:14:21.975 INFO Download complete, target: Cockroach
17622026-07-08T23:14:24.092ZJul 08 23:14:23.090 INFO Checking that binary works, target: Clickhouse
17632026-07-08T23:14:24.225ZJul 08 23:14:23.223 INFO Download complete, target: Clickhouse
17642026-07-08T23:14:24.240ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-07-08T23:14:24.243Z
17662026-07-08T23:14:24.243Zreal 2:00.778025387
17672026-07-08T23:14:24.243Zuser 6:37.329499409
17682026-07-08T23:14:24.243Zsys 1:21.111521298
17692026-07-08T23:14:24.243Ztrap 0.234151703
17702026-07-08T23:14:24.243Ztflt 0.543966043
17712026-07-08T23:14:24.243Zdflt 0.828250137
17722026-07-08T23:14:24.243Zkflt 0.029257530
17732026-07-08T23:14:24.243Zlock 21:50.084326214
17742026-07-08T23:14:24.243Zslp 20:07.537361795
17752026-07-08T23:14:24.244Zlat 42.390409404
17762026-07-08T23:14:24.244Zstop 1:57.041798544
17772026-07-08T23:14:24.244Z+ banner clippy
17782026-07-08T23:14:24.244Z
17792026-07-08T23:14:24.244Z #### # # ##### ##### # #
17802026-07-08T23:14:24.244Z # # # # # # # # # #
17812026-07-08T23:14:24.244Z # # # # # # # #
17822026-07-08T23:14:24.244Z # # # ##### ##### #
17832026-07-08T23:14:24.244Z # # # # # # #
17842026-07-08T23:14:24.244Z #### ###### # # # #
17852026-07-08T23:14:24.244Z
17862026-07-08T23:14:24.244Z+ export CARGO_INCREMENTAL=0
17872026-07-08T23:14:24.244Z+ CARGO_INCREMENTAL=0
17882026-07-08T23:14:24.244Z+ ptime -m cargo xtask clippy
17892026-07-08T23:14:24.695Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-07-08T23:14:24.991Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-07-08T23:14:26.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17922026-07-08T23:14:26.808Z Running `target/debug/xtask clippy`
17932026-07-08T23:14:26.832Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17942026-07-08T23:14:27.390Z Downloading crates ...
17952026-07-08T23:14:27.597Z Downloaded async-object-pool v0.2.0
17962026-07-08T23:14:27.607Z Downloaded async-lock v3.4.2
17972026-07-08T23:14:27.611Z Downloaded anes v0.1.6
17982026-07-08T23:14:27.611Z Downloaded addr2line v0.25.1
17992026-07-08T23:14:27.615Z Downloaded constant_time_eq v0.3.1
18002026-07-08T23:14:27.618Z Downloaded approx v0.5.1
18012026-07-08T23:14:27.618Z Downloaded assert-json-diff v2.0.2
18022026-07-08T23:14:27.618Z Downloaded hex-literal v0.4.1
18032026-07-08T23:14:27.618Z Downloaded futures-timer v3.0.3
18042026-07-08T23:14:27.622Z Downloaded supports-hyperlinks v2.1.0
18052026-07-08T23:14:27.622Z Downloaded parking v2.2.1
18062026-07-08T23:14:27.625Z Downloaded supports-color v2.1.0
18072026-07-08T23:14:27.630Z Downloaded target-triple v1.0.0
18082026-07-08T23:14:27.633Z Downloaded escape8259 v0.5.3
18092026-07-08T23:14:27.635Z Downloaded miette-derive v5.10.0
18102026-07-08T23:14:27.635Z Downloaded supports-unicode v2.1.0
18112026-07-08T23:14:27.636Z Downloaded backtrace-ext v0.2.1
18122026-07-08T23:14:27.638Z Downloaded pathdiff v0.2.3
18132026-07-08T23:14:27.638Z Downloaded guppy-workspace-hack v0.1.0
18142026-07-08T23:14:27.642Z Downloaded serde_regex v1.1.0
18152026-07-08T23:14:27.647Z Downloaded similar-asserts v1.7.0
18162026-07-08T23:14:27.649Z Downloaded cast v0.3.0
18172026-07-08T23:14:27.652Z Downloaded plotters-backend v0.3.7
18182026-07-08T23:14:27.655Z Downloaded event-listener-strategy v0.5.4
18192026-07-08T23:14:27.658Z Downloaded nested v0.1.1
18202026-07-08T23:14:27.661Z Downloaded plotters-svg v0.3.7
18212026-07-08T23:14:27.664Z Downloaded terminal_size v0.1.17
18222026-07-08T23:14:27.670Z Downloaded concurrent-queue v2.5.0
18232026-07-08T23:14:27.673Z Downloaded relative-path v1.9.3
18242026-07-08T23:14:27.673Z Downloaded partial-io v0.5.4
18252026-07-08T23:14:27.677Z Downloaded path-tree v0.8.3
18262026-07-08T23:14:27.680Z Downloaded owo-colors v3.5.0
18272026-07-08T23:14:27.683Z Downloaded rustc-demangle v0.1.27
18282026-07-08T23:14:27.683Z Downloaded oorandom v11.1.5
18292026-07-08T23:14:27.686Z Downloaded target-lexicon v0.13.3
18302026-07-08T23:14:27.689Z Downloaded tinytemplate v1.2.1
18312026-07-08T23:14:27.689Z Downloaded stringmetrics v2.2.2
18322026-07-08T23:14:27.692Z Downloaded criterion-plot v0.6.0
18332026-07-08T23:14:27.692Z Downloaded knuffel-derive v3.2.0
18342026-07-08T23:14:27.695Z Downloaded rust-argon2 v2.1.0
18352026-07-08T23:14:27.699Z Downloaded linkme-impl v0.3.35
18362026-07-08T23:14:27.702Z Downloaded termcolor v1.4.1
18372026-07-08T23:14:27.705Z Downloaded linkme v0.3.35
18382026-07-08T23:14:27.705Z Downloaded cfg-expr v0.20.6
18392026-07-08T23:14:27.708Z Downloaded blake2b_simd v1.0.4
18402026-07-08T23:14:27.708Z Downloaded trybuild v1.0.116
18412026-07-08T23:14:27.711Z Downloaded target-spec v3.5.7
18422026-07-08T23:14:27.711Z Downloaded libtest-mimic v0.8.1
18432026-07-08T23:14:27.711Z Downloaded httptest v0.16.4
18442026-07-08T23:14:27.714Z Downloaded hickory-client v0.25.2
18452026-07-08T23:14:27.714Z Downloaded event-listener v5.4.1
18462026-07-08T23:14:27.718Z Downloaded datatest-stable v0.3.3
18472026-07-08T23:14:27.723Z Downloaded textwrap v0.15.2
18482026-07-08T23:14:27.726Z Downloaded assert_cmd v2.1.2
18492026-07-08T23:14:27.729Z Downloaded rstest v0.25.0
18502026-07-08T23:14:27.738Z Downloaded rstest_macros v0.25.0
18512026-07-08T23:14:27.741Z Downloaded rand_distr v0.5.1
18522026-07-08T23:14:27.744Z Downloaded knuffel v3.2.0
18532026-07-08T23:14:27.747Z Downloaded miette v5.10.0
18542026-07-08T23:14:27.750Z Downloaded chumsky v0.9.3
18552026-07-08T23:14:27.753Z Downloaded fancy-regex v0.14.0
18562026-07-08T23:14:27.757Z Downloaded backtrace v0.3.76
18572026-07-08T23:14:27.776Z Downloaded plotters v0.3.7
18582026-07-08T23:14:27.781Z Downloaded criterion v0.7.0
18592026-07-08T23:14:27.784Z Downloaded hashbrown v0.14.5
18602026-07-08T23:14:27.789Z Downloaded guppy v0.17.25
18612026-07-08T23:14:27.800Z Downloaded gimli v0.32.3
18622026-07-08T23:14:27.905Z Downloaded httpmock v0.8.3
18632026-07-08T23:14:29.614Z Checking cfg-if v1.0.4
18642026-07-08T23:14:29.980Z Checking libc v0.2.185
18652026-07-08T23:14:29.983Z Checking serde_core v1.0.228
18662026-07-08T23:14:30.057Z Checking memchr v2.8.0
18672026-07-08T23:14:30.099Z Checking zeroize v1.8.2
18682026-07-08T23:14:30.136Z Checking smallvec v1.15.1
18692026-07-08T23:14:30.175Z Checking rand_core v0.10.0
18702026-07-08T23:14:30.211Z Checking itoa v1.0.17
18712026-07-08T23:14:30.247Z Checking subtle v2.6.1
18722026-07-08T23:14:30.287Z Checking log v0.4.29
18732026-07-08T23:14:30.343Z Checking libm v0.2.16
18742026-07-08T23:14:30.391Z Checking typenum v1.20.1
18752026-07-08T23:14:30.432Z Checking getrandom v0.4.1
18762026-07-08T23:14:30.432Z Checking errno v0.3.14
18772026-07-08T23:14:30.505Z Checking scopeguard v1.2.0
18782026-07-08T23:14:30.546Z Checking stable_deref_trait v1.2.1
18792026-07-08T23:14:30.585Z Checking zmij v1.0.21
18802026-07-08T23:14:30.623Z Checking zerofrom v0.1.6
18812026-07-08T23:14:30.663Z Checking lock_api v0.4.14
18822026-07-08T23:14:30.703Z Checking percent-encoding v2.3.2
18832026-07-08T23:14:30.741Z Checking litemap v0.8.1
18842026-07-08T23:14:30.782Z Checking yoke v0.8.1
18852026-07-08T23:14:30.815Z Checking writeable v0.6.2
18862026-07-08T23:14:30.871Z Checking icu_normalizer_data v2.1.1
18872026-07-08T23:14:30.909Z Checking icu_properties_data v2.1.2
18882026-07-08T23:14:30.947Z Checking pin-project-lite v0.2.17
18892026-07-08T23:14:30.986Z Checking zerovec v0.11.5
18902026-07-08T23:14:30.989Z Checking zerotrie v0.2.3
18912026-07-08T23:14:31.057Z Checking num-traits v0.2.19
18922026-07-08T23:14:31.091Z Checking form_urlencoded v1.2.2
18932026-07-08T23:14:31.129Z Checking utf8_iter v1.0.4
18942026-07-08T23:14:31.171Z Checking parking_lot_core v0.9.12
18952026-07-08T23:14:31.208Z Checking zerocopy v0.8.40
18962026-07-08T23:14:31.254Z Checking portable-atomic v1.13.1
18972026-07-08T23:14:31.299Z Checking critical-section v1.2.0
18982026-07-08T23:14:31.338Z Checking signal-hook-registry v1.4.8
18992026-07-08T23:14:31.384Z Checking parking_lot v0.12.5
19002026-07-08T23:14:31.433Z Checking mio v1.2.0
19012026-07-08T23:14:31.477Z Checking tinystr v0.8.2
19022026-07-08T23:14:31.525Z Checking serde v1.0.228
19032026-07-08T23:14:31.525Z Checking bitflags v2.11.0
19042026-07-08T23:14:31.595Z Checking serde_json v1.0.150
19052026-07-08T23:14:31.630Z Checking potential_utf v0.1.4
19062026-07-08T23:14:31.674Z Checking icu_locale_core v2.1.1
19072026-07-08T23:14:31.711Z Checking once_cell v1.21.3
19082026-07-08T23:14:31.764Z Checking socket2 v0.6.3
19092026-07-08T23:14:31.767Z Checking iana-time-zone v0.1.65
19102026-07-08T23:14:31.836Z Checking icu_collections v2.1.1
19112026-07-08T23:14:31.918Z Checking uuid v1.23.4
19122026-07-08T23:14:31.961Z Checking bytes v1.11.1
19132026-07-08T23:14:31.961Z Checking chrono v0.4.44
19142026-07-08T23:14:32.062Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19152026-07-08T23:14:32.163Z Checking thiserror v2.0.18
19162026-07-08T23:14:32.242Z Checking icu_provider v2.1.1
19172026-07-08T23:14:32.280Z Checking semver v1.0.28
19182026-07-08T23:14:32.284Z Checking futures-core v0.3.32
19192026-07-08T23:14:32.351Z Checking dyn-clone v1.0.20
19202026-07-08T23:14:32.434Z Checking getrandom v0.2.17
19212026-07-08T23:14:32.471Z Checking equivalent v1.0.2
19222026-07-08T23:14:32.474Z Checking tokio v1.52.1
19232026-07-08T23:14:32.540Z Checking cmov v0.5.4
19242026-07-08T23:14:32.543Z Checking icu_properties v2.1.2
19252026-07-08T23:14:32.572Z Checking icu_normalizer v2.1.1
19262026-07-08T23:14:32.643Z Checking rustix v1.1.3
19272026-07-08T23:14:32.646Z Checking rand_core v0.6.4
19282026-07-08T23:14:32.752Z Checking ctutils v0.4.2
19292026-07-08T23:14:32.818Z Checking futures-sink v0.3.32
19302026-07-08T23:14:32.855Z Checking byteorder v1.5.0
19312026-07-08T23:14:32.936Z Checking slab v0.4.12
19322026-07-08T23:14:32.974Z Checking futures-channel v0.3.32
19332026-07-08T23:14:33.007Z Checking hybrid-array v0.4.13
19342026-07-08T23:14:33.087Z Checking futures-task v0.3.32
19352026-07-08T23:14:33.123Z Checking futures-io v0.3.32
19362026-07-08T23:14:33.192Z Checking generic-array v0.14.7
19372026-07-08T23:14:33.252Z Checking thiserror v1.0.69
19382026-07-08T23:14:33.285Z Checking futures-util v0.3.32
19392026-07-08T23:14:33.373Z Checking getrandom v0.3.4
19402026-07-08T23:14:33.410Z Checking idna_adapter v1.2.1
19412026-07-08T23:14:33.529Z Checking hashbrown v0.17.0
19422026-07-08T23:14:33.567Z Checking idna v1.1.0
19432026-07-08T23:14:33.570Z Checking base64ct v1.8.3
19442026-07-08T23:14:33.655Z Checking const-oid v0.9.6
19452026-07-08T23:14:33.785Z Checking crypto-common v0.2.2
19462026-07-08T23:14:33.842Z Checking url v2.5.8
19472026-07-08T23:14:33.879Z Checking crypto-common v0.1.7
19482026-07-08T23:14:33.992Z Checking ppv-lite86 v0.2.21
19492026-07-08T23:14:34.029Z Checking indexmap v2.14.0
19502026-07-08T23:14:34.033Z Checking fnv v1.0.7
19512026-07-08T23:14:34.180Z Checking regex-syntax v0.8.10
19522026-07-08T23:14:34.300Z Checking schemars v0.8.22
19532026-07-08T23:14:34.336Z Checking block-buffer v0.12.1
19542026-07-08T23:14:34.371Z Checking block-buffer v0.10.4
19552026-07-08T23:14:34.407Z Checking http v1.4.2
19562026-07-08T23:14:34.518Z Checking tracing-core v0.1.36
19572026-07-08T23:14:34.555Z Checking digest v0.10.7
19582026-07-08T23:14:34.609Z Checking base64 v0.22.1
19592026-07-08T23:14:34.776Z Checking utf8parse v0.2.2
19602026-07-08T23:14:34.847Z Checking tracing v0.1.44
19612026-07-08T23:14:34.885Z Checking anstyle v1.0.14
19622026-07-08T23:14:34.921Z Checking anstyle-query v1.1.5
19632026-07-08T23:14:34.979Z Checking is_terminal_polyfill v1.70.2
19642026-07-08T23:14:35.017Z Checking colorchoice v1.0.4
19652026-07-08T23:14:35.053Z Checking ipnet v2.11.0
19662026-07-08T23:14:35.089Z Checking const-oid v0.10.2
19672026-07-08T23:14:35.126Z Checking anstyle-parse v1.0.0
19682026-07-08T23:14:35.129Z Checking terminal_size v0.4.3
19692026-07-08T23:14:35.194Z Checking aho-corasick v1.1.4
19702026-07-08T23:14:35.231Z Checking crossbeam-utils v0.8.21
19712026-07-08T23:14:35.272Z Checking unicode-ident v1.0.24
19722026-07-08T23:14:35.308Z Checking anstream v1.0.0
19732026-07-08T23:14:35.312Z Checking clap_lex v1.0.0
19742026-07-08T23:14:35.380Z Checking strsim v0.11.1
19752026-07-08T23:14:35.415Z Checking proc-macro2 v1.0.106
19762026-07-08T23:14:35.485Z Checking powerfmt v0.2.0
19772026-07-08T23:14:35.530Z Checking httparse v1.10.1
19782026-07-08T23:14:35.566Z Checking num-conv v0.2.0
19792026-07-08T23:14:35.569Z Checking clap_builder v4.6.0
19802026-07-08T23:14:35.636Z Checking num_threads v0.1.7
19812026-07-08T23:14:35.671Z Checking deranged v0.5.8
19822026-07-08T23:14:35.709Z Checking time-core v0.1.8
19832026-07-08T23:14:35.746Z Checking cpufeatures v0.3.0
19842026-07-08T23:14:35.749Z Checking tokio-util v0.7.18
19852026-07-08T23:14:35.781Z Checking quote v1.0.45
19862026-07-08T23:14:35.847Z Checking rand_core v0.9.5
19872026-07-08T23:14:35.851Z Checking digest v0.11.3
19882026-07-08T23:14:35.886Z Checking erased-serde v0.3.31
19892026-07-08T23:14:35.954Z Checking regex-automata v0.4.14
19902026-07-08T23:14:35.998Z Checking syn v2.0.117
19912026-07-08T23:14:36.048Z Checking http-body v1.0.1
19922026-07-08T23:14:36.090Z Checking atomic-waker v1.1.2
19932026-07-08T23:14:36.203Z Checking cpufeatures v0.2.17
19942026-07-08T23:14:36.241Z Checking allocator-api2 v0.2.21
19952026-07-08T23:14:36.304Z Checking rand_chacha v0.9.0
19962026-07-08T23:14:36.338Z Checking slog v2.8.2
19972026-07-08T23:14:36.406Z Checking aws-lc-sys v0.40.0
19982026-07-08T23:14:36.527Z Checking anyhow v1.0.102
19992026-07-08T23:14:36.563Z Checking rustls-pki-types v1.14.0
20002026-07-08T23:14:36.604Z Checking time v0.3.47
20012026-07-08T23:14:36.641Z Checking untrusted v0.7.1
20022026-07-08T23:14:36.746Z Checking try-lock v0.2.5
20032026-07-08T23:14:36.783Z Checking httpdate v1.0.3
20042026-07-08T23:14:36.858Z Checking clap v4.6.1
20052026-07-08T23:14:36.897Z Checking want v0.3.1
20062026-07-08T23:14:36.902Z Checking rand v0.9.2
20072026-07-08T23:14:36.964Z Checking h2 v0.4.15
20082026-07-08T23:14:36.967Z Checking aws-lc-rs v1.16.3
20092026-07-08T23:14:36.998Z Checking tower-service v0.3.3
20102026-07-08T23:14:37.066Z Checking ryu v1.0.23
20112026-07-08T23:14:37.143Z Checking tower-layer v0.3.3
20122026-07-08T23:14:37.225Z Checking ipnetwork v0.21.1
20132026-07-08T23:14:37.317Z Checking hex v0.4.3
20142026-07-08T23:14:37.413Z Checking untrusted v0.9.0
20152026-07-08T23:14:37.469Z Checking fastrand v2.3.0
20162026-07-08T23:14:37.546Z Checking mime v0.3.17
20172026-07-08T23:14:37.582Z Checking pem-rfc7468 v0.7.0
20182026-07-08T23:14:37.674Z Checking block-padding v0.4.2
20192026-07-08T23:14:37.733Z Checking spin v0.9.8
20202026-07-08T23:14:37.770Z Checking flagset v0.4.7
20212026-07-08T23:14:37.773Z Checking http-body-util v0.1.3
20222026-07-08T23:14:37.838Z Checking inout v0.2.2
20232026-07-08T23:14:37.841Z Checking simd-adler32 v0.3.8
20242026-07-08T23:14:37.841Z Checking rustls-webpki v0.103.13
20252026-07-08T23:14:37.939Z Checking pretty-hex v0.4.1
20262026-07-08T23:14:37.975Z Checking der v0.7.10
20272026-07-08T23:14:38.012Z Checking tempfile v3.25.0
20282026-07-08T23:14:38.015Z Checking adler2 v2.0.1
20292026-07-08T23:14:38.082Z Checking openssl-probe v0.2.1
20302026-07-08T23:14:38.085Z Checking plain v0.2.3
20312026-07-08T23:14:38.177Z Checking miniz_oxide v0.8.9
20322026-07-08T23:14:38.218Z Checking cipher v0.5.2
20332026-07-08T23:14:38.255Z Checking regex v1.12.3
20342026-07-08T23:14:38.259Z Checking serde_urlencoded v0.7.1
20352026-07-08T23:14:38.322Z Checking camino v1.2.2
20362026-07-08T23:14:38.361Z Checking rustls v0.23.41
20372026-07-08T23:14:38.482Z Checking encoding_rs v0.8.35
20382026-07-08T23:14:38.486Z Checking ucd-trie v0.1.7
20392026-07-08T23:14:38.555Z Checking rand_chacha v0.3.1
20402026-07-08T23:14:38.593Z Checking oxnet v0.1.6
20412026-07-08T23:14:38.626Z Checking sync_wrapper v1.0.2
20422026-07-08T23:14:38.675Z Checking pest v2.8.6
20432026-07-08T23:14:38.713Z Checking spki v0.7.3
20442026-07-08T23:14:38.753Z Checking either v1.15.0
20452026-07-08T23:14:38.790Z Checking rand v0.8.6
20462026-07-08T23:14:38.876Z Checking tower v0.5.3
20472026-07-08T23:14:38.913Z Checking futures-executor v0.3.32
20482026-07-08T23:14:38.964Z Checking crc32fast v1.5.0
20492026-07-08T23:14:39.090Z Checking iri-string v0.7.10
20502026-07-08T23:14:39.133Z Checking futures v0.3.32
20512026-07-08T23:14:39.239Z Checking foldhash v0.2.0
20522026-07-08T23:14:39.295Z Checking static_assertions v1.1.0
20532026-07-08T23:14:39.331Z Checking pkcs8 v0.10.2
20542026-07-08T23:14:39.391Z Checking openapiv3 v2.2.0
20552026-07-08T23:14:39.428Z Checking hashbrown v0.16.1
20562026-07-08T23:14:39.463Z Checking hubpack v0.1.2
20572026-07-08T23:14:39.510Z Checking zlib-rs v0.6.2
20582026-07-08T23:14:39.655Z Checking rustls-native-certs v0.8.3
20592026-07-08T23:14:39.754Z Checking sha2 v0.10.9
20602026-07-08T23:14:39.797Z Checking hyper v1.10.1
20612026-07-08T23:14:39.836Z Checking strum v0.26.3
20622026-07-08T23:14:39.972Z Checking psl-types v2.0.11
20632026-07-08T23:14:40.010Z Checking lazy_static v1.5.0
20642026-07-08T23:14:40.065Z Checking cookie v0.18.1
20652026-07-08T23:14:40.119Z Checking publicsuffix v2.3.0
20662026-07-08T23:14:40.156Z Checking tinyvec_macros v0.1.1
20672026-07-08T23:14:40.160Z Checking tower-http v0.6.8
20682026-07-08T23:14:40.252Z Checking tinyvec v1.10.0
20692026-07-08T23:14:40.304Z Checking scroll v0.13.0
20702026-07-08T23:14:40.340Z Checking cookie_store v0.22.1
20712026-07-08T23:14:40.432Z Checking flate2 v1.1.9
20722026-07-08T23:14:40.492Z Checking signature v2.2.0
20732026-07-08T23:14:40.555Z Checking goblin v0.10.5
20742026-07-08T23:14:40.592Z Checking num-integer v0.1.46
20752026-07-08T23:14:40.647Z Checking memmap2 v0.9.10
20762026-07-08T23:14:40.700Z Checking bit-vec v0.8.0
20772026-07-08T23:14:40.703Z Checking data-encoding v2.10.0
20782026-07-08T23:14:40.771Z Checking tokio-rustls v0.26.4
20792026-07-08T23:14:40.774Z Checking hyper-util v0.1.20
20802026-07-08T23:14:40.774Z Checking rustls-platform-verifier v0.6.2
20812026-07-08T23:14:40.871Z Checking dtrace-parser v0.3.0
20822026-07-08T23:14:40.875Z Checking hmac v0.12.1
20832026-07-08T23:14:40.940Z Checking bit-set v0.8.0
20842026-07-08T23:14:40.975Z Checking wait-timeout v0.2.1
20852026-07-08T23:14:41.017Z Checking thread-id v5.1.0
20862026-07-08T23:14:41.053Z Checking bstr v1.12.1
20872026-07-08T23:14:41.091Z Checking crossbeam-epoch v0.9.18
20882026-07-08T23:14:41.126Z Checking anstyle-parse v0.2.7
20892026-07-08T23:14:41.129Z Checking ahash v0.8.12
20902026-07-08T23:14:41.129Z Checking serde_spanned v0.6.9
20912026-07-08T23:14:41.129Z Checking toml_datetime v0.6.11
20922026-07-08T23:14:41.297Z Checking quick-error v1.2.3
20932026-07-08T23:14:41.333Z Checking anstream v0.6.21
20942026-07-08T23:14:41.369Z Checking rand_xorshift v0.4.0
20952026-07-08T23:14:41.406Z Checking memoffset v0.9.1
20962026-07-08T23:14:41.442Z Checking rusty-fork v0.3.1
20972026-07-08T23:14:41.445Z Checking scroll v0.12.0
20982026-07-08T23:14:41.511Z Checking unarray v0.1.4
20992026-07-08T23:14:41.514Z Checking x509-cert v0.2.5
21002026-07-08T23:14:41.514Z Checking zerocopy v0.7.35
21012026-07-08T23:14:41.612Z Checking unicode-segmentation v1.12.0
21022026-07-08T23:14:41.648Z Checking num-iter v0.1.45
21032026-07-08T23:14:41.688Z Checking proptest v1.10.0
21042026-07-08T23:14:41.691Z Checking goblin v0.8.2
21052026-07-08T23:14:41.786Z Checking dtrace-parser v0.2.0
21062026-07-08T23:14:41.944Z Checking ff v0.13.1
21072026-07-08T23:14:42.047Z Checking thread-id v4.2.2
21082026-07-08T23:14:42.050Z Checking foreign-types-shared v0.1.1
21092026-07-08T23:14:42.121Z Checking base16ct v0.2.0
21102026-07-08T23:14:42.124Z Checking hyper-rustls v0.27.7
21112026-07-08T23:14:42.189Z Checking group v0.13.0
21122026-07-08T23:14:42.193Z Checking foreign-types v0.3.2
21132026-07-08T23:14:42.258Z Checking nix v0.31.2
21142026-07-08T23:14:42.294Z Checking sec1 v0.7.3
21152026-07-08T23:14:42.329Z Checking hkdf v0.12.4
21162026-07-08T23:14:42.365Z Checking crypto-bigint v0.5.5
21172026-07-08T23:14:42.400Z Checking reqwest v0.13.2
21182026-07-08T23:14:42.486Z Checking rustix v0.38.44
21192026-07-08T23:14:42.522Z Checking openssl-sys v0.9.115
21202026-07-08T23:14:42.881Z Checking dof v0.4.0
21212026-07-08T23:14:42.918Z Checking env_filter v1.0.0
21222026-07-08T23:14:43.089Z Checking winnow v0.7.14
21232026-07-08T23:14:43.276Z Checking same-file v1.0.6
21242026-07-08T23:14:43.279Z Checking keccak v0.1.6
21252026-07-08T23:14:43.346Z Checking elliptic-curve v0.13.8
21262026-07-08T23:14:43.424Z Checking walkdir v2.5.0
21272026-07-08T23:14:43.483Z Checking env_logger v0.11.9
21282026-07-08T23:14:43.520Z Checking sha3 v0.10.8
21292026-07-08T23:14:43.524Z Checking newtype-uuid v1.3.2
21302026-07-08T23:14:43.589Z Checking usdt-impl v0.6.0
21312026-07-08T23:14:43.625Z Checking dof v0.3.0
21322026-07-08T23:14:43.629Z Checking openssl v0.10.79
21332026-07-08T23:14:43.693Z Checking num-bigint-dig v0.8.6
21342026-07-08T23:14:43.697Z Checking pkcs1 v0.7.5
21352026-07-08T23:14:43.762Z Checking daft v0.1.7
21362026-07-08T23:14:43.798Z Checking itertools v0.13.0
21372026-07-08T23:14:43.890Z Checking usdt v0.6.0
21382026-07-08T23:14:43.931Z Checking usdt-impl v0.5.0
21392026-07-08T23:14:43.968Z Checking serde_with v3.17.0
21402026-07-08T23:14:44.021Z Checking bitflags v1.3.2
21412026-07-08T23:14:44.078Z Checking winnow v1.0.3
21422026-07-08T23:14:44.121Z Checking siphasher v1.0.2
21432026-07-08T23:14:44.238Z Checking unicode-normalization v0.1.25
21442026-07-08T23:14:44.303Z Checking signal-hook v0.3.18
21452026-07-08T23:14:44.340Z Checking winnow v0.5.40
21462026-07-08T23:14:44.389Z Checking toml_parser v1.1.2+spec-1.1.0
21472026-07-08T23:14:44.520Z Checking toml_write v0.1.2
21482026-07-08T23:14:44.558Z Checking rsa v0.9.10
21492026-07-08T23:14:44.667Z Checking managed v0.8.0
21502026-07-08T23:14:44.718Z Checking toml_edit v0.22.27
21512026-07-08T23:14:44.758Z Checking chacha20 v0.10.0
21522026-07-08T23:14:44.840Z Checking curve25519-dalek v4.1.3
21532026-07-08T23:14:44.892Z Checking bzip2-sys v0.1.13+1.0.8
21542026-07-08T23:14:45.007Z Checking object v0.37.3
21552026-07-08T23:14:45.045Z Checking foldhash v0.1.5
21562026-07-08T23:14:45.080Z Checking bzip2 v0.4.4
21572026-07-08T23:14:45.206Z Checking hashbrown v0.15.5
21582026-07-08T23:14:45.271Z Checking signal-hook-mio v0.2.5
21592026-07-08T23:14:45.404Z Checking globset v0.4.18
21602026-07-08T23:14:45.443Z Checking ed25519 v2.2.3
21612026-07-08T23:14:45.510Z Checking toml_edit v0.19.15
21622026-07-08T23:14:45.646Z Checking ref-cast v1.0.25
21632026-07-08T23:14:45.685Z Checking zstd-sys v2.0.16+zstd.1.5.7
21642026-07-08T23:14:45.690Z Checking ed25519-dalek v2.2.0
21652026-07-08T23:14:45.755Z Checking native-tls v0.2.18
21662026-07-08T23:14:45.758Z Checking zip v0.6.6
21672026-07-08T23:14:45.823Z Checking pin-project v1.1.11
21682026-07-08T23:14:45.859Z Checking zstd-safe v7.2.4
21692026-07-08T23:14:45.895Z Checking libbz2-rs-sys v0.2.2
21702026-07-08T23:14:45.939Z Checking bumpalo v3.20.2
21712026-07-08T23:14:45.942Z Checking crossterm v0.28.1
21722026-07-08T23:14:46.011Z Checking tokio-native-tls v0.3.1
21732026-07-08T23:14:46.046Z Checking zstd v0.13.3
21742026-07-08T23:14:46.125Z Checking similar v2.7.0
21752026-07-08T23:14:46.171Z Checking zopfli v0.8.3
21762026-07-08T23:14:46.208Z Checking hyper-tls v0.6.0
21772026-07-08T23:14:46.257Z Checking fs-err v3.3.0
21782026-07-08T23:14:46.308Z Checking bzip2 v0.6.1
21792026-07-08T23:14:46.406Z Checking reqwest v0.12.28
21802026-07-08T23:14:46.497Z Checking pem v3.0.6
21812026-07-08T23:14:46.535Z Checking hash32 v0.2.1
21822026-07-08T23:14:46.539Z Checking serde-big-array v0.5.1
21832026-07-08T23:14:46.603Z Checking toml v0.7.8
21842026-07-08T23:14:46.606Z Checking jiff v0.2.21
21852026-07-08T23:14:46.678Z Checking unicode-bidi v0.3.18
21862026-07-08T23:14:46.715Z Checking predicates-core v1.0.10
21872026-07-08T23:14:46.719Z Checking unicode-properties v0.1.4
21882026-07-08T23:14:46.782Z Checking heapless v0.7.17
21892026-07-08T23:14:46.864Z Checking snafu v0.8.9
21902026-07-08T23:14:46.933Z Checking olpc-cjson v0.1.4
21912026-07-08T23:14:46.972Z Checking hickory-proto v0.25.2
21922026-07-08T23:14:47.005Z Checking stringprep v0.1.5
21932026-07-08T23:14:47.095Z Checking md-5 v0.10.6
21942026-07-08T23:14:47.132Z Checking serde_plain v1.0.2
21952026-07-08T23:14:47.172Z Checking float-cmp v0.10.0
21962026-07-08T23:14:47.211Z Checking typed-path v0.9.3
21972026-07-08T23:14:47.247Z Checking normalize-line-endings v0.3.0
21982026-07-08T23:14:47.283Z Checking difflib v0.4.0
21992026-07-08T23:14:47.318Z Checking fallible-iterator v0.2.0
22002026-07-08T23:14:47.321Z Checking smoltcp v0.9.1
22012026-07-08T23:14:47.386Z Checking iddqd v0.4.2
22022026-07-08T23:14:47.389Z Checking phf_shared v0.13.1
22032026-07-08T23:14:47.481Z Checking predicates v3.1.4
22042026-07-08T23:14:47.614Z Checking postgres-protocol v0.6.10
22052026-07-08T23:14:47.649Z Checking phf_shared v0.11.3
22062026-07-08T23:14:47.809Z Checking tokio-stream v0.1.18
22072026-07-08T23:14:47.846Z Checking buf-list v1.1.2
22082026-07-08T23:14:47.950Z Checking strum v0.27.2
22092026-07-08T23:14:47.988Z Checking fixedbitset v0.5.7
22102026-07-08T23:14:47.991Z Checking tough v0.22.0
22112026-07-08T23:14:48.056Z Checking lalrpop-util v0.19.12
22122026-07-08T23:14:48.093Z Checking fixedbitset v0.4.2
22132026-07-08T23:14:48.209Z Checking new_debug_unreachable v1.0.6
22142026-07-08T23:14:48.214Z Checking precomputed-hash v0.1.1
22152026-07-08T23:14:48.279Z Checking petgraph v0.8.3
22162026-07-08T23:14:48.282Z Checking petgraph v0.6.5
22172026-07-08T23:14:48.350Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-08T23:14:48.353Z Checking string_cache v0.8.9
22192026-07-08T23:14:48.382Z Checking postgres-types v0.2.12
22202026-07-08T23:14:48.589Z Checking phf v0.13.1
22212026-07-08T23:14:48.752Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22222026-07-08T23:14:48.788Z Checking whoami v2.1.0
22232026-07-08T23:14:48.869Z Checking zip v4.6.1
22242026-07-08T23:14:49.008Z Checking peg-runtime v0.8.5
22252026-07-08T23:14:49.044Z Checking tokio-postgres v0.7.16
22262026-07-08T23:14:49.299Z Checking is-terminal v0.4.17
22272026-07-08T23:14:49.422Z Checking crossbeam-channel v0.5.15
22282026-07-08T23:14:49.472Z Checking thread_local v1.1.9
22292026-07-08T23:14:49.602Z Compiling structmeta-derive v0.3.0
22302026-07-08T23:14:49.668Z Checking take_mut v0.2.2
22312026-07-08T23:14:49.774Z Checking term v1.2.1
22322026-07-08T23:14:49.812Z Compiling newtype-uuid-macros v0.1.0
22332026-07-08T23:14:49.815Z Checking slog-async v2.8.0
22342026-07-08T23:14:49.880Z Compiling multer v3.1.0
22352026-07-08T23:14:50.031Z Checking slog-term v2.9.2
22362026-07-08T23:14:50.068Z Compiling async-stream-impl v0.3.6
22372026-07-08T23:14:50.104Z Checking match_cfg v0.1.0
22382026-07-08T23:14:50.201Z Checking hostname v0.3.1
22392026-07-08T23:14:50.238Z Checking slog-json v2.6.1
22402026-07-08T23:14:50.320Z Compiling dropshot v0.17.1
22412026-07-08T23:14:50.357Z Compiling dropshot_endpoint v0.17.1
22422026-07-08T23:14:50.394Z Checking debug-ignore v1.0.5
22432026-07-08T23:14:50.433Z Checking slog-bunyan v2.5.0
22442026-07-08T23:14:50.523Z Checking progenitor-client v0.14.0
22452026-07-08T23:14:50.598Z Checking sha1 v0.11.0
22462026-07-08T23:14:50.634Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472026-07-08T23:14:50.670Z Checking serde_spanned v1.1.1
22482026-07-08T23:14:50.705Z Checking serde_path_to_error v0.1.20
22492026-07-08T23:14:50.770Z Compiling structmeta v0.3.0
22502026-07-08T23:14:50.807Z Checking toml_datetime v1.1.1+spec-1.1.0
22512026-07-08T23:14:50.810Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22522026-07-08T23:14:50.877Z Checking toml_writer v1.1.1+spec-1.1.0
22532026-07-08T23:14:50.919Z Checking compression-core v0.4.31
22542026-07-08T23:14:50.996Z Compiling derive-ex v0.1.8
22552026-07-08T23:14:50.999Z Checking async-stream v0.3.6
22562026-07-08T23:14:51.097Z Checking compression-codecs v0.4.37
22572026-07-08T23:14:51.131Z Checking toml v1.1.2+spec-1.1.0
22582026-07-08T23:14:51.131Z Checking rustls-pemfile v2.2.0
22592026-07-08T23:14:51.196Z Checking waitgroup v0.1.2
22602026-07-08T23:14:51.267Z Checking hostname v0.4.2
22612026-07-08T23:14:51.304Z Checking async-compression v0.4.41
22622026-07-08T23:14:51.308Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-07-08T23:14:51.372Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-07-08T23:14:51.376Z Checking atomicwrites v0.4.4
22652026-07-08T23:14:51.440Z Checking itertools v0.14.0
22662026-07-08T23:14:51.475Z Compiling parse-display-derive v0.10.0
22672026-07-08T23:14:51.541Z Checking macaddr v1.0.1
22682026-07-08T23:14:51.578Z Checking regress v0.10.5
22692026-07-08T23:14:51.582Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22702026-07-08T23:14:51.727Z Checking instant v0.1.13
22712026-07-08T23:14:51.765Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22722026-07-08T23:14:51.840Z Checking backoff v0.4.0
22732026-07-08T23:14:52.026Z Checking backon v1.6.0
22742026-07-08T23:14:52.065Z Checking humantime v2.3.0
22752026-07-08T23:14:52.069Z Checking unicode-width v0.2.0
22762026-07-08T23:14:52.215Z Checking progenitor-extras v0.2.0
22772026-07-08T23:14:52.305Z Compiling convert_case v0.4.0
22782026-07-08T23:14:52.343Z Checking heck v0.5.0
22792026-07-08T23:14:52.467Z Checking half v2.7.1
22802026-07-08T23:14:52.504Z Checking ciborium-io v0.2.2
22812026-07-08T23:14:52.539Z Checking secrecy v0.10.3
22822026-07-08T23:14:52.623Z Compiling regress v0.11.1
22832026-07-08T23:14:52.686Z Checking indent_write v2.2.0
22842026-07-08T23:14:52.721Z Compiling derive_more v0.99.20
22852026-07-08T23:14:52.755Z Compiling test-strategy v0.4.5
22862026-07-08T23:14:52.788Z Checking ciborium-ll v0.2.2
22872026-07-08T23:14:52.990Z Checking ciborium v0.2.2
22882026-07-08T23:14:53.026Z Checking camino-tempfile v1.4.1
22892026-07-08T23:14:53.195Z Checking parse-display v0.10.0
22902026-07-08T23:14:53.230Z Compiling crucible-workspace-hack v0.1.0
22912026-07-08T23:14:53.368Z Compiling unsafe-libyaml v0.2.11
22922026-07-08T23:14:53.431Z Checking inout v0.1.4
22932026-07-08T23:14:53.596Z Checking cipher v0.4.4
22942026-07-08T23:14:53.631Z Checking universal-hash v0.5.1
22952026-07-08T23:14:53.785Z Compiling thiserror-impl-no-std v2.0.2
22962026-07-08T23:14:53.828Z Checking swrite v0.1.0
22972026-07-08T23:14:53.950Z Compiling serde_yaml v0.9.34+deprecated
22982026-07-08T23:14:54.133Z Checking opaque-debug v0.3.1
22992026-07-08T23:14:54.137Z Checking chacha20 v0.9.1
23002026-07-08T23:14:54.232Z Compiling typify-impl v0.6.2
23012026-07-08T23:14:54.283Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-07-08T23:14:54.395Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23032026-07-08T23:14:54.688Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-07-08T23:14:54.738Z Checking poly1305 v0.8.0
23052026-07-08T23:14:55.037Z Checking thiserror-no-std v2.0.2
23062026-07-08T23:14:55.084Z Checking blake2 v0.10.6
23072026-07-08T23:14:55.154Z Checking aead v0.5.2
23082026-07-08T23:14:55.306Z Checking password-hash v0.5.0
23092026-07-08T23:14:55.342Z Checking chacha20poly1305 v0.10.1
23102026-07-08T23:14:55.378Z Checking vsss-rs v3.3.4
23112026-07-08T23:14:55.498Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23122026-07-08T23:14:55.535Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23132026-07-08T23:14:55.568Z Checking argon2 v0.5.3
23142026-07-08T23:14:55.614Z Checking byte-wrapper v0.1.0
23152026-07-08T23:14:55.850Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-08T23:14:55.853Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23172026-07-08T23:14:55.930Z Checking crossbeam-deque v0.8.6
23182026-07-08T23:14:55.967Z Compiling rayon-core v1.13.0
23192026-07-08T23:14:55.970Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23202026-07-08T23:14:56.113Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-08T23:14:56.149Z Compiling toml_datetime v0.7.5+spec-1.1.0
23222026-07-08T23:14:56.420Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-07-08T23:14:56.532Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-07-08T23:14:56.597Z Compiling proc-macro-error v1.0.4
23252026-07-08T23:14:56.635Z Checking rayon v1.11.0
23262026-07-08T23:14:56.938Z Checking unicode-width v0.1.14
23272026-07-08T23:14:57.215Z Compiling proc-macro-crate v3.4.0
23282026-07-08T23:14:57.489Z Checking tabwriter v1.4.1
23292026-07-08T23:14:57.564Z Checking toml v0.8.23
23302026-07-08T23:14:57.597Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-08T23:14:57.664Z Checking glob v0.3.3
23322026-07-08T23:14:57.720Z Compiling heapless v0.8.0
23332026-07-08T23:14:57.723Z Checking colored v3.1.1
23342026-07-08T23:14:57.790Z Compiling num_enum_derive v0.7.6
23352026-07-08T23:14:57.870Z Compiling ingot-macros v0.1.1
23362026-07-08T23:14:57.906Z Checking hash32 v0.3.1
23372026-07-08T23:14:57.977Z Compiling smoltcp v0.11.0
23382026-07-08T23:14:58.082Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-07-08T23:14:58.115Z Checking cobs v0.3.0
23402026-07-08T23:14:58.292Z Compiling usdt-macro v0.5.0
23412026-07-08T23:14:58.405Z Compiling usdt-attr-macro v0.5.0
23422026-07-08T23:14:58.440Z Checking memmap v0.7.0
23432026-07-08T23:14:58.505Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-07-08T23:14:58.600Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-07-08T23:14:58.770Z Compiling typify-macro v0.6.2
23462026-07-08T23:14:58.862Z Checking num_enum v0.7.6
23472026-07-08T23:14:58.906Z Checking postcard v1.1.3
23482026-07-08T23:14:59.006Z Checking rand v0.10.1
23492026-07-08T23:14:59.061Z Compiling proc-macro-crate v1.3.1
23502026-07-08T23:14:59.226Z Checking usdt v0.5.0
23512026-07-08T23:14:59.229Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-08T23:14:59.421Z Checking sigpipe v0.1.3
23532026-07-08T23:14:59.491Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23542026-07-08T23:14:59.494Z Compiling foreign-types-macros v0.2.3
23552026-07-08T23:14:59.560Z Checking foreign-types-shared v0.3.1
23562026-07-08T23:14:59.563Z Compiling num_enum_derive v0.5.11
23572026-07-08T23:14:59.837Z Checking cstr-argument v0.1.2
23582026-07-08T23:14:59.903Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-07-08T23:14:59.990Z Compiling num-derive v0.4.2
23602026-07-08T23:15:00.021Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23612026-07-08T23:15:00.187Z Checking foreign-types v0.5.0
23622026-07-08T23:15:00.292Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-07-08T23:15:00.375Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-08T23:15:00.509Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-07-08T23:15:00.512Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23662026-07-08T23:15:00.579Z Compiling typify v0.6.2
23672026-07-08T23:15:00.699Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-07-08T23:15:00.734Z Checking num_enum v0.5.11
23692026-07-08T23:15:00.740Z Compiling progenitor-impl v0.14.0
23702026-07-08T23:15:00.800Z Checking ingot-types v0.1.2
23712026-07-08T23:15:00.831Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23722026-07-08T23:15:00.897Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23732026-07-08T23:15:00.901Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-07-08T23:15:01.006Z Compiling zone_cfg_derive v0.3.1
23752026-07-08T23:15:01.124Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23762026-07-08T23:15:01.185Z Checking ingot v0.1.1
23772026-07-08T23:15:01.312Z Checking itertools v0.12.1
23782026-07-08T23:15:01.348Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23792026-07-08T23:15:01.625Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23802026-07-08T23:15:01.753Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23812026-07-08T23:15:01.806Z Checking smf v0.2.3
23822026-07-08T23:15:01.810Z Checking whoami v1.6.1
23832026-07-08T23:15:01.872Z Compiling derive-where v1.6.0
23842026-07-08T23:15:02.000Z Checking tokio-dtrace v0.1.1
23852026-07-08T23:15:02.037Z Checking bytecount v0.6.9
23862026-07-08T23:15:02.069Z Checking console v0.15.11
23872026-07-08T23:15:02.164Z Compiling owo-colors v4.3.0
23882026-07-08T23:15:02.210Z Checking oxide-tokio-rt v0.1.4
23892026-07-08T23:15:02.350Z Checking zone v0.3.1
23902026-07-08T23:15:02.385Z Compiling cancel-safe-futures v0.1.5
23912026-07-08T23:15:02.419Z Checking newline-converter v0.3.0
23922026-07-08T23:15:02.558Z Checking libsw-core v0.3.2
23932026-07-08T23:15:02.726Z Checking expectorate v1.2.0
23942026-07-08T23:15:02.731Z Checking libsw v3.5.0
23952026-07-08T23:15:02.813Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23962026-07-08T23:15:02.883Z Checking linear-map v1.2.0
23972026-07-08T23:15:02.935Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-07-08T23:15:02.969Z Checking num-rational v0.4.2
23992026-07-08T23:15:03.082Z Checking num-complex v0.4.6
24002026-07-08T23:15:03.221Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24012026-07-08T23:15:03.271Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-07-08T23:15:03.366Z Compiling progenitor-macro v0.14.0
24032026-07-08T23:15:03.401Z Checking float-ord v0.3.2
24042026-07-08T23:15:03.447Z Checking num v0.4.3
24052026-07-08T23:15:03.530Z Checking gethostname v0.5.0
24062026-07-08T23:15:03.565Z Compiling prettyplease v0.2.37
24072026-07-08T23:15:03.660Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-07-08T23:15:03.692Z Checking resolv-conf v0.7.6
24092026-07-08T23:15:03.850Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24102026-07-08T23:15:03.902Z Checking unicode-linebreak v0.1.5
24112026-07-08T23:15:03.964Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-08T23:15:04.145Z Checking smawk v0.3.2
24132026-07-08T23:15:04.302Z Checking papergrid v0.11.0
24142026-07-08T23:15:04.730Z Compiling tabled_derive v0.7.0
24152026-07-08T23:15:04.767Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24162026-07-08T23:15:04.984Z Compiling convert_case v0.10.0
24172026-07-08T23:15:05.018Z Compiling slog-dtrace v0.3.0
24182026-07-08T23:15:05.055Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24192026-07-08T23:15:05.329Z Compiling derive_more-impl v2.1.1
24202026-07-08T23:15:05.362Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24212026-07-08T23:15:05.532Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-07-08T23:15:05.693Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-07-08T23:15:05.804Z Checking tabled v0.15.0
24242026-07-08T23:15:06.180Z Checking derive_more v2.1.1
24252026-07-08T23:15:06.248Z Checking linked-hash-map v0.5.6
24262026-07-08T23:15:06.315Z Checking crossterm v0.29.0
24272026-07-08T23:15:06.442Z Checking lru-cache v0.1.2
24282026-07-08T23:15:06.880Z Checking hickory-proto v0.24.4
24292026-07-08T23:15:06.920Z Checking fd-lock v4.0.4
24302026-07-08T23:15:07.416Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24312026-07-08T23:15:07.524Z Checking vte v0.14.1
24322026-07-08T23:15:07.767Z Checking display-error-chain v0.2.2
24332026-07-08T23:15:07.900Z Checking strip-ansi-escapes v0.2.1
24342026-07-08T23:15:08.076Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-07-08T23:15:08.233Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24362026-07-08T23:15:08.331Z Checking progenitor v0.14.0
24372026-07-08T23:15:08.527Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-07-08T23:15:09.069Z Checking nu-ansi-term v0.50.3
24392026-07-08T23:15:09.167Z Checking termtree v0.5.1
24402026-07-08T23:15:09.304Z Checking reedline v0.40.0
24412026-07-08T23:15:09.308Z Checking hickory-resolver v0.24.4
24422026-07-08T23:15:09.372Z Checking textwrap v0.16.2
24432026-07-08T23:15:09.550Z Compiling minimal-lexical v0.2.1
24442026-07-08T23:15:09.612Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24452026-07-08T23:15:09.831Z Compiling nom v7.1.3
24462026-07-08T23:15:10.098Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24472026-07-08T23:15:10.135Z Checking qorb v0.4.1
24482026-07-08T23:15:10.408Z Compiling unicode-xid v0.2.6
24492026-07-08T23:15:10.567Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24502026-07-08T23:15:10.689Z Compiling ar_archive_writer v0.5.1
24512026-07-08T23:15:11.174Z Checking csv-core v0.1.13
24522026-07-08T23:15:11.233Z Compiling stacker v0.1.23
24532026-07-08T23:15:11.269Z Compiling semver v0.1.20
24542026-07-08T23:15:11.369Z Compiling cfg_aliases v0.1.1
24552026-07-08T23:15:11.404Z Checking csv v1.4.0
24562026-07-08T23:15:11.477Z Checking highway v1.3.0
24572026-07-08T23:15:11.571Z Compiling psm v0.1.30
24582026-07-08T23:15:11.604Z Compiling nix v0.28.0
24592026-07-08T23:15:11.638Z Compiling rustc_version v0.1.7
24602026-07-08T23:15:11.731Z Checking nibble_vec v0.1.0
24612026-07-08T23:15:11.766Z Checking endian-type v0.1.2
24622026-07-08T23:15:11.800Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-07-08T23:15:11.886Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-07-08T23:15:11.890Z Compiling newtype_derive v0.1.6
24652026-07-08T23:15:11.954Z Checking radix_trie v0.2.1
24662026-07-08T23:15:12.038Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24672026-07-08T23:15:12.153Z Checking phf_shared v0.12.1
24682026-07-08T23:15:12.222Z Compiling recursive-proc-macro-impl v0.1.1
24692026-07-08T23:15:12.307Z Compiling chrono-tz v0.10.4
24702026-07-08T23:15:12.344Z Checking phf v0.12.1
24712026-07-08T23:15:12.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-07-08T23:15:12.622Z Compiling const_format_proc_macros v0.2.34
24732026-07-08T23:15:12.680Z Compiling peg-macros v0.8.5
24742026-07-08T23:15:12.684Z Checking recursive v0.1.1
24752026-07-08T23:15:12.749Z Checking nom v8.0.0
24762026-07-08T23:15:12.802Z Checking winnow v0.6.26
24772026-07-08T23:15:13.186Z Compiling sqlparser_derive v0.5.0
24782026-07-08T23:15:13.525Z Checking unicode_categories v0.1.1
24792026-07-08T23:15:13.528Z Checking home v0.5.12
24802026-07-08T23:15:13.691Z Checking rustyline v14.0.0
24812026-07-08T23:15:13.730Z Checking const_format v0.2.35
24822026-07-08T23:15:13.963Z Checking sqlformat v0.3.5
24832026-07-08T23:15:13.998Z Checking sqlparser v0.61.0
24842026-07-08T23:15:14.112Z Checking peg v0.8.5
24852026-07-08T23:15:14.311Z Checking bcs v0.1.6
24862026-07-08T23:15:14.413Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24872026-07-08T23:15:14.416Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-07-08T23:15:14.510Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24892026-07-08T23:15:14.568Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24902026-07-08T23:15:14.662Z Checking steno v0.4.1
24912026-07-08T23:15:14.726Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24922026-07-08T23:15:14.812Z Checking sha1 v0.10.6
24932026-07-08T23:15:15.069Z Checking filetime v0.2.27
24942026-07-08T23:15:15.234Z Checking xattr v1.6.1
24952026-07-08T23:15:15.397Z Checking tar v0.4.45
24962026-07-08T23:15:15.591Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24972026-07-08T23:15:15.765Z Checking subprocess v0.2.15
24982026-07-08T23:15:15.801Z Checking headers-core v0.3.0
24992026-07-08T23:15:15.837Z Checking base64 v0.21.7
25002026-07-08T23:15:15.938Z Checking headers v0.4.1
25012026-07-08T23:15:16.087Z Checking yasna v0.5.2
25022026-07-08T23:15:16.121Z Checking dropshot-api-manager-types v0.7.2
25032026-07-08T23:15:16.313Z Checking tagptr v0.2.0
25042026-07-08T23:15:16.422Z Checking utf-8 v0.7.6
25052026-07-08T23:15:16.480Z Checking moka v0.12.13
25062026-07-08T23:15:16.515Z Checking rcgen v0.12.1
25072026-07-08T23:15:16.579Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25082026-07-08T23:15:16.717Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25092026-07-08T23:15:16.752Z Checking tungstenite v0.21.0
25102026-07-08T23:15:16.845Z Compiling libefi-sys v0.1.0
25112026-07-08T23:15:17.160Z Checking hickory-resolver v0.25.2
25122026-07-08T23:15:17.194Z Checking tokio-tungstenite v0.21.0
25132026-07-08T23:15:17.270Z Compiling bitfield-struct v0.6.2
25142026-07-08T23:15:17.493Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25152026-07-08T23:15:17.763Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25162026-07-08T23:15:17.900Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25172026-07-08T23:15:17.954Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-07-08T23:15:18.218Z Compiling radium v0.7.0
25192026-07-08T23:15:18.354Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25202026-07-08T23:15:18.398Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25212026-07-08T23:15:18.455Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222026-07-08T23:15:18.561Z Checking tap v1.0.1
25232026-07-08T23:15:18.599Z Compiling maybe-uninit v2.0.0
25242026-07-08T23:15:18.698Z Checking wyz v0.5.1
25252026-07-08T23:15:18.737Z Compiling zerocopy-derive v0.6.6
25262026-07-08T23:15:18.809Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25272026-07-08T23:15:18.844Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-07-08T23:15:18.907Z Checking funty v2.0.0
25292026-07-08T23:15:18.973Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-07-08T23:15:18.977Z Checking crc-catalog v2.4.0
25312026-07-08T23:15:19.040Z Compiling packed_struct v0.10.1
25322026-07-08T23:15:19.123Z Checking crc v3.4.0
25332026-07-08T23:15:19.247Z Checking bitvec v1.0.1
25342026-07-08T23:15:19.399Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25352026-07-08T23:15:19.431Z Compiling packed_struct_codegen v0.10.1
25362026-07-08T23:15:19.500Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25372026-07-08T23:15:19.600Z Checking zerocopy v0.6.6
25382026-07-08T23:15:19.932Z Compiling bitfield-macros v0.19.4
25392026-07-08T23:15:20.432Z Compiling indexmap v1.9.3
25402026-07-08T23:15:20.567Z Checking nodrop v0.1.14
25412026-07-08T23:15:20.709Z Checking bitfield v0.19.4
25422026-07-08T23:15:20.712Z Checking array-init v0.0.4
25432026-07-08T23:15:20.773Z Checking smallvec v0.6.14
25442026-07-08T23:15:20.998Z Checking hashbrown v0.12.3
25452026-07-08T23:15:21.031Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-07-08T23:15:21.080Z Checking serde-hex v0.1.0
25472026-07-08T23:15:21.217Z Checking ron v0.8.1
25482026-07-08T23:15:21.714Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-08T23:15:21.749Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25502026-07-08T23:15:21.781Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25512026-07-08T23:15:21.815Z Checking hashbrown v0.13.2
25522026-07-08T23:15:21.971Z Checking crc-any v2.5.0
25532026-07-08T23:15:22.059Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25542026-07-08T23:15:22.176Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-07-08T23:15:22.265Z Checking object v0.30.4
25562026-07-08T23:15:22.366Z Compiling xshell-macros v0.2.7
25572026-07-08T23:15:22.450Z Checking path-slash v0.1.5
25582026-07-08T23:15:22.580Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25592026-07-08T23:15:22.763Z Compiling proc-macro-error-attr2 v2.0.0
25602026-07-08T23:15:22.796Z Checking xshell v0.2.7
25612026-07-08T23:15:22.984Z Compiling num-derive v0.3.3
25622026-07-08T23:15:23.020Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25632026-07-08T23:15:23.202Z Compiling proc-macro-error2 v2.0.1
25642026-07-08T23:15:23.542Z Checking maplit v1.0.2
25652026-07-08T23:15:23.653Z Compiling tabled_derive v0.11.0
25662026-07-08T23:15:23.921Z Checking libscf-sys v1.1.0
25672026-07-08T23:15:23.971Z Checking papergrid v0.17.0
25682026-07-08T23:15:24.081Z Checking testing_table v0.3.0
25692026-07-08T23:15:24.204Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25702026-07-08T23:15:24.388Z Compiling progenitor-impl v0.13.0
25712026-07-08T23:15:24.439Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-07-08T23:15:24.776Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25732026-07-08T23:15:24.818Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25742026-07-08T23:15:24.850Z Checking tabled v0.20.0
25752026-07-08T23:15:25.033Z Checking half v1.8.3
25762026-07-08T23:15:25.262Z Checking serde_cbor v0.11.2
25772026-07-08T23:15:25.296Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25782026-07-08T23:15:25.888Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25792026-07-08T23:15:26.162Z Checking progenitor-client v0.13.0
25802026-07-08T23:15:26.199Z Checking crc8 v0.1.1
25812026-07-08T23:15:26.268Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25822026-07-08T23:15:26.357Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25832026-07-08T23:15:26.432Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25842026-07-08T23:15:26.511Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25852026-07-08T23:15:26.573Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25862026-07-08T23:15:26.688Z Compiling git-stub v1.0.0
25872026-07-08T23:15:26.976Z Compiling git-stub-vcs v0.1.0
25882026-07-08T23:15:27.018Z Checking unicase v2.9.0
25892026-07-08T23:15:27.050Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-07-08T23:15:27.106Z Compiling progenitor-macro v0.13.0
25912026-07-08T23:15:27.185Z Checking fxhash v0.2.1
25922026-07-08T23:15:27.223Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-07-08T23:15:27.334Z Compiling vergen-lib v0.1.6
25942026-07-08T23:15:27.367Z Compiling diesel_derives v2.3.7
25952026-07-08T23:15:27.430Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25962026-07-08T23:15:27.637Z Checking scheduled-thread-pool v0.2.7
25972026-07-08T23:15:27.670Z Compiling dsl_auto_type v0.2.0
25982026-07-08T23:15:27.701Z Compiling vergen-gitcl v1.0.8
25992026-07-08T23:15:27.794Z Compiling diesel_table_macro_syntax v0.3.0
26002026-07-08T23:15:27.861Z Checking r2d2 v0.8.10
26012026-07-08T23:15:27.896Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26022026-07-08T23:15:27.973Z Checking downcast-rs v2.0.2
26032026-07-08T23:15:28.029Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26042026-07-08T23:15:28.096Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26052026-07-08T23:15:28.251Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26062026-07-08T23:15:28.379Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072026-07-08T23:15:28.520Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26082026-07-08T23:15:28.556Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26092026-07-08T23:15:28.587Z Checking kstat-rs v0.2.4
26102026-07-08T23:15:28.627Z Checking arc-swap v1.8.2
26112026-07-08T23:15:28.660Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26122026-07-08T23:15:28.799Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26132026-07-08T23:15:28.841Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26142026-07-08T23:15:28.879Z Checking slog-scope v4.4.1
26152026-07-08T23:15:29.044Z Compiling dirs-sys-next v0.1.2
26162026-07-08T23:15:29.138Z Compiling parking_lot_core v0.8.6
26172026-07-08T23:15:29.360Z Compiling crunchy v0.2.4
26182026-07-08T23:15:29.394Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26192026-07-08T23:15:29.479Z Compiling dirs-next v2.0.0
26202026-07-08T23:15:29.530Z Checking slog-stdlog v4.1.1
26212026-07-08T23:15:29.623Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-07-08T23:15:29.693Z Compiling clang-sys v1.8.1
26232026-07-08T23:15:29.735Z Compiling tiny-keccak v2.0.2
26242026-07-08T23:15:30.157Z Checking slog-envlogger v2.2.0
26252026-07-08T23:15:30.203Z Compiling term v0.7.0
26262026-07-08T23:15:30.276Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26272026-07-08T23:15:30.339Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26282026-07-08T23:15:30.468Z Compiling bit-vec v0.6.3
26292026-07-08T23:15:30.599Z Compiling ascii-canvas v3.0.0
26302026-07-08T23:15:30.717Z Compiling bit-set v0.5.3
26312026-07-08T23:15:30.751Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26322026-07-08T23:15:30.784Z Checking parking_lot v0.11.2
26332026-07-08T23:15:30.869Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26342026-07-08T23:15:30.903Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26352026-07-08T23:15:31.000Z Checking prefix-trie v0.7.0
26362026-07-08T23:15:31.055Z Compiling itertools v0.10.5
26372026-07-08T23:15:31.262Z Compiling ena v0.14.4
26382026-07-08T23:15:31.342Z Compiling libloading v0.8.9
26392026-07-08T23:15:31.375Z Compiling diff v0.1.13
26402026-07-08T23:15:31.407Z Compiling bindgen v0.71.1
26412026-07-08T23:15:31.495Z Compiling regex-syntax v0.6.29
26422026-07-08T23:15:31.719Z Checking hickory-server v0.25.2
26432026-07-08T23:15:31.969Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26442026-07-08T23:15:32.045Z Checking progenitor v0.13.0
26452026-07-08T23:15:32.135Z Checking sled v0.34.7
26462026-07-08T23:15:32.211Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26472026-07-08T23:15:32.565Z Compiling cexpr v0.6.0
26482026-07-08T23:15:32.980Z Compiling lalrpop v0.19.12
26492026-07-08T23:15:33.260Z Checking nanorand v0.7.0
26502026-07-08T23:15:33.373Z Compiling rustc-hash v2.1.1
26512026-07-08T23:15:33.496Z Compiling salty v0.3.0
26522026-07-08T23:15:33.593Z Checking flume v0.11.1
26532026-07-08T23:15:33.625Z Checking diesel v2.3.7
26542026-07-08T23:15:33.819Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-07-08T23:15:33.865Z Compiling libxml v0.3.3
26562026-07-08T23:15:33.937Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-07-08T23:15:34.396Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26582026-07-08T23:15:35.012Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26592026-07-08T23:15:35.241Z Compiling strum_macros v0.24.3
26602026-07-08T23:15:35.276Z Compiling fs-err v2.11.0
26612026-07-08T23:15:35.516Z Compiling indoc v1.0.9
26622026-07-08T23:15:36.003Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26632026-07-08T23:15:36.239Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-07-08T23:15:36.442Z Checking quick-xml v0.37.5
26652026-07-08T23:15:36.609Z Checking derive_builder v0.20.2
26662026-07-08T23:15:36.644Z Compiling oso-derive v0.27.3
26672026-07-08T23:15:36.751Z Compiling impl-trait-for-tuples v0.2.3
26682026-07-08T23:15:37.155Z Compiling trait-variant v0.1.2
26692026-07-08T23:15:37.330Z Checking openssl-probe v0.1.6
26702026-07-08T23:15:37.723Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26712026-07-08T23:15:37.756Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-07-08T23:15:38.292Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-07-08T23:15:38.569Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-07-08T23:15:38.798Z Checking rfc6979 v0.4.0
26752026-07-08T23:15:38.945Z Checking parse-size v1.1.0
26762026-07-08T23:15:38.978Z Checking assert_matches v1.5.0
26772026-07-08T23:15:39.079Z Checking ecdsa v0.16.9
26782026-07-08T23:15:39.117Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26792026-07-08T23:15:39.120Z Checking primeorder v0.13.6
26802026-07-08T23:15:39.389Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-08T23:15:39.447Z Checking p384 v0.13.1
26822026-07-08T23:15:39.625Z Checking predicates-tree v1.0.13
26832026-07-08T23:15:39.770Z Checking bb8 v0.8.6
26842026-07-08T23:15:39.921Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26852026-07-08T23:15:40.200Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-07-08T23:15:40.234Z Checking http-range v0.1.5
26872026-07-08T23:15:40.267Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26882026-07-08T23:15:40.299Z Compiling mime_guess v2.0.5
26892026-07-08T23:15:40.481Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26902026-07-08T23:15:40.557Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26912026-07-08T23:15:40.920Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26922026-07-08T23:15:40.924Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26932026-07-08T23:15:40.924Z Checking atty v0.2.14
26942026-07-08T23:15:41.023Z Checking corncobs v0.1.4
26952026-07-08T23:15:41.113Z Checking nonempty v0.12.0
26962026-07-08T23:15:41.179Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-08T23:15:41.256Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26982026-07-08T23:15:41.303Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26992026-07-08T23:15:41.466Z Checking ignore v0.4.25
27002026-07-08T23:15:41.506Z Checking secrecy v0.8.0
27012026-07-08T23:15:41.620Z Checking hyper-staticfile v0.10.1
27022026-07-08T23:15:41.900Z Checking globwalk v0.9.1
27032026-07-08T23:15:41.935Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27042026-07-08T23:15:41.938Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27052026-07-08T23:15:42.113Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27062026-07-08T23:15:42.253Z Compiling illumos-nvpair-sys v0.2.0
27072026-07-08T23:15:42.297Z Checking camino-tempfile-ext v0.3.3
27082026-07-08T23:15:42.448Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27092026-07-08T23:15:42.516Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27102026-07-08T23:15:42.558Z Checking signal-hook-tokio v0.3.1
27112026-07-08T23:15:42.693Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27122026-07-08T23:15:42.877Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27132026-07-08T23:15:42.977Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27142026-07-08T23:15:43.234Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27152026-07-08T23:15:43.362Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27162026-07-08T23:15:43.474Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-07-08T23:15:43.587Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27182026-07-08T23:15:43.668Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-07-08T23:15:43.764Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27202026-07-08T23:15:44.259Z Checking illumos-nvpair v0.3.0
27212026-07-08T23:15:44.455Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27222026-07-08T23:15:44.893Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27232026-07-08T23:15:45.327Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27242026-07-08T23:15:45.449Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27252026-07-08T23:15:45.452Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27262026-07-08T23:15:45.606Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27272026-07-08T23:15:45.679Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-07-08T23:15:45.800Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27292026-07-08T23:15:45.834Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27302026-07-08T23:15:46.391Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27312026-07-08T23:15:46.539Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27322026-07-08T23:15:46.831Z Checking tungstenite v0.23.0
27332026-07-08T23:15:46.834Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27342026-07-08T23:15:46.900Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27352026-07-08T23:15:47.293Z Checking tokio-tungstenite v0.23.1
27362026-07-08T23:15:47.325Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27372026-07-08T23:15:47.593Z Checking rand_seeder v0.4.0
27382026-07-08T23:15:47.697Z Checking void v1.0.2
27392026-07-08T23:15:47.769Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27402026-07-08T23:15:47.837Z Checking async-bb8-diesel v0.2.1
27412026-07-08T23:15:47.870Z Checking diesel-dtrace v0.5.0
27422026-07-08T23:15:47.955Z Checking lzss v0.8.2
27432026-07-08T23:15:48.043Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27442026-07-08T23:15:48.138Z Checking nix v0.27.1
27452026-07-08T23:15:48.175Z Checking serde_bytes v0.11.19
27462026-07-08T23:15:48.216Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27472026-07-08T23:15:48.328Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27482026-07-08T23:15:48.383Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27492026-07-08T23:15:48.675Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27502026-07-08T23:15:49.042Z Checking is_ci v1.2.0
27512026-07-08T23:15:49.142Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27522026-07-08T23:15:49.189Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-07-08T23:15:49.370Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27542026-07-08T23:15:49.432Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-08T23:15:49.839Z Checking yansi v1.0.1
27562026-07-08T23:15:49.993Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-08T23:15:50.101Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582026-07-08T23:15:50.145Z Checking pretty_assertions v1.4.1
27592026-07-08T23:15:50.393Z Checking cpubits v0.1.1
27602026-07-08T23:15:50.500Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27612026-07-08T23:15:50.576Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27622026-07-08T23:15:50.784Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27632026-07-08T23:15:51.392Z Checking pem-rfc7468 v1.0.0
27642026-07-08T23:15:51.598Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27652026-07-08T23:15:51.780Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27662026-07-08T23:15:51.865Z Compiling darling_core v0.23.0
27672026-07-08T23:15:52.403Z Compiling indoc v2.0.7
27682026-07-08T23:15:52.406Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27692026-07-08T23:15:52.911Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27702026-07-08T23:15:53.136Z Checking hmac v0.13.0
27712026-07-08T23:15:53.172Z Checking universal-hash v0.6.1
27722026-07-08T23:15:53.330Z Compiling libz-sys v1.1.24
27732026-07-08T23:15:53.334Z Compiling instability v0.3.11
27742026-07-08T23:15:53.533Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-07-08T23:15:53.612Z Checking castaway v0.2.4
27762026-07-08T23:15:53.756Z Checking compact_str v0.8.1
27772026-07-08T23:15:53.922Z Checking polyval v0.7.1
27782026-07-08T23:15:54.129Z Checking der v0.8.0
27792026-07-08T23:15:54.175Z Checking supports-color v3.0.2
27802026-07-08T23:15:54.338Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27812026-07-08T23:15:54.411Z Compiling darling_macro v0.23.0
27822026-07-08T23:15:54.580Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27832026-07-08T23:15:54.623Z Checking unicode-truncate v1.1.0
27842026-07-08T23:15:54.814Z Checking console v0.16.2
27852026-07-08T23:15:54.847Z Checking lru v0.12.5
27862026-07-08T23:15:54.953Z Compiling darling v0.23.0
27872026-07-08T23:15:55.014Z Compiling libgit2-sys v0.18.3+1.9.2
27882026-07-08T23:15:55.057Z Checking unit-prefix v0.5.2
27892026-07-08T23:15:55.175Z Checking cassowary v0.3.0
27902026-07-08T23:15:55.222Z Checking indicatif v0.18.4
27912026-07-08T23:15:55.544Z Checking ghash v0.6.0
27922026-07-08T23:15:55.698Z Checking pbkdf2 v0.13.0
27932026-07-08T23:15:55.786Z Checking aes v0.9.1
27942026-07-08T23:15:55.841Z Checking ratatui v0.29.0
27952026-07-08T23:15:55.874Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-07-08T23:15:56.229Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27972026-07-08T23:15:56.488Z Checking ctr v0.10.1
27982026-07-08T23:15:56.696Z Checking aead v0.6.1
27992026-07-08T23:15:56.867Z Checking sha2 v0.11.0
28002026-07-08T23:15:57.106Z Checking cargo-platform v0.3.2
28012026-07-08T23:15:57.181Z Checking aes-gcm v0.11.0
28022026-07-08T23:15:57.318Z Checking cargo_metadata v0.23.1
28032026-07-08T23:15:57.381Z Checking spki v0.8.0
28042026-07-08T23:15:57.583Z Checking crypto-bigint v0.7.5
28052026-07-08T23:15:57.628Z Checking cbc v0.2.1
28062026-07-08T23:15:57.794Z Checking salsa20 v0.11.0
28072026-07-08T23:15:57.967Z Compiling vergen-git2 v9.1.0
28082026-07-08T23:15:58.112Z Checking plotters-backend v0.3.7
28092026-07-08T23:15:58.248Z Checking scrypt v0.12.0
28102026-07-08T23:15:58.341Z Checking plotters-svg v0.3.7
28112026-07-08T23:15:58.444Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-07-08T23:15:58.509Z Checking cast v0.3.0
28132026-07-08T23:15:58.712Z Checking criterion-plot v0.6.0
28142026-07-08T23:15:58.755Z Checking plotters v0.3.7
28152026-07-08T23:15:58.982Z Checking pkcs5 v0.8.1
28162026-07-08T23:15:59.326Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-07-08T23:15:59.507Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-07-08T23:15:59.742Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28192026-07-08T23:15:59.855Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-08T23:15:59.987Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28212026-07-08T23:16:00.113Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-07-08T23:16:00.228Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-07-08T23:16:00.350Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-07-08T23:16:00.383Z Checking colored v2.2.0
28252026-07-08T23:16:00.464Z Checking tinytemplate v1.2.1
28262026-07-08T23:16:00.614Z Checking oorandom v11.1.5
28272026-07-08T23:16:00.712Z Checking shell-words v1.1.1
28282026-07-08T23:16:00.756Z Checking anes v0.1.6
28292026-07-08T23:16:00.910Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28302026-07-08T23:16:00.965Z Checking criterion v0.7.0
28312026-07-08T23:16:01.236Z Checking pkcs8 v0.11.0
28322026-07-08T23:16:01.468Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28332026-07-08T23:16:02.225Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28342026-07-08T23:16:02.259Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-07-08T23:16:02.739Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-07-08T23:16:03.501Z Checking tokio-test v0.4.5
28372026-07-08T23:16:03.734Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-07-08T23:16:03.980Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-07-08T23:16:04.439Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28402026-07-08T23:16:05.660Z Checking twox-hash v2.1.2
28412026-07-08T23:16:05.664Z Checking ff v0.14.0
28422026-07-08T23:16:05.910Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-07-08T23:16:05.997Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28442026-07-08T23:16:06.104Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28452026-07-08T23:16:06.141Z Checking fatfs v0.3.6
28462026-07-08T23:16:06.623Z Checking signature v3.0.0
28472026-07-08T23:16:06.659Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28482026-07-08T23:16:06.806Z Checking base16ct v1.0.0
28492026-07-08T23:16:06.972Z Compiling seq-macro v0.3.6
28502026-07-08T23:16:07.097Z Checking sec1 v0.8.1
28512026-07-08T23:16:07.334Z Checking group v0.14.0
28522026-07-08T23:16:07.389Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28532026-07-08T23:16:07.515Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-08T23:16:07.546Z Checking hkdf v0.13.0
28552026-07-08T23:16:07.579Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28562026-07-08T23:16:07.708Z Compiling petname v2.0.2
28572026-07-08T23:16:07.987Z Checking elliptic-curve v0.14.0-rc.33
28582026-07-08T23:16:08.392Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28592026-07-08T23:16:08.478Z Checking concurrent-queue v2.5.0
28602026-07-08T23:16:08.693Z Checking rtoolbox v0.0.3
28612026-07-08T23:16:08.852Z Checking parking v2.2.1
28622026-07-08T23:16:08.911Z Checking rpassword v7.4.0
28632026-07-08T23:16:09.001Z Checking event-listener v5.4.1
28642026-07-08T23:16:09.246Z Checking tui-tree-widget v0.23.1
28652026-07-08T23:16:09.462Z Checking rfc6979 v0.5.0
28662026-07-08T23:16:09.495Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28672026-07-08T23:16:09.627Z Checking sapling-renderdag v0.1.0
28682026-07-08T23:16:09.683Z Checking sync-ptr v0.1.4
28692026-07-08T23:16:09.823Z Checking ecdsa v0.17.0-rc.18
28702026-07-08T23:16:09.897Z Checking event-listener-strategy v0.5.4
28712026-07-08T23:16:10.060Z Checking primeorder v0.14.0-rc.10
28722026-07-08T23:16:10.251Z Checking primefield v0.14.0
28732026-07-08T23:16:10.384Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28742026-07-08T23:16:10.487Z Compiling curve25519-dalek v5.0.0-rc.0
28752026-07-08T23:16:10.620Z Checking futures-timer v3.0.3
28762026-07-08T23:16:10.831Z Checking arrayref v0.3.9
28772026-07-08T23:16:10.871Z Checking arrayvec v0.7.6
28782026-07-08T23:16:10.933Z Checking constant_time_eq v0.4.2
28792026-07-08T23:16:11.168Z Checking async-lock v3.4.2
28802026-07-08T23:16:11.200Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28812026-07-08T23:16:11.590Z Checking ssh-encoding v0.3.0-rc.9
28822026-07-08T23:16:11.850Z Compiling strsim v0.10.0
28832026-07-08T23:16:11.998Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28842026-07-08T23:16:12.172Z Compiling darling_core v0.13.4
28852026-07-08T23:16:12.210Z Checking async-object-pool v0.2.0
28862026-07-08T23:16:13.198Z Checking ed25519 v3.0.0
28872026-07-08T23:16:13.425Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types-versions)
28882026-07-08T23:16:14.048Z Checking crypto-primes v0.7.2
28892026-07-08T23:16:14.089Z Checking pkcs1 v0.8.0-rc.4
28902026-07-08T23:16:14.260Z Compiling samael v0.0.19
28912026-07-08T23:16:14.332Z Checking poly1305 v0.9.0
28922026-07-08T23:16:14.630Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28932026-07-08T23:16:14.737Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28942026-07-08T23:16:15.041Z Checking serde_regex v1.1.0
28952026-07-08T23:16:15.075Z Checking blowfish v0.10.0
28962026-07-08T23:16:15.256Z Checking blake2 v0.11.0-rc.6
28972026-07-08T23:16:15.288Z Checking assert-json-diff v2.0.2
28982026-07-08T23:16:15.427Z Checking path-tree v0.8.3
28992026-07-08T23:16:15.486Z Checking keccak v0.2.0
29002026-07-08T23:16:15.539Z Compiling target-lexicon v0.13.3
29012026-07-08T23:16:15.640Z Checking stringmetrics v2.2.2
29022026-07-08T23:16:15.673Z Checking fiat-crypto v0.3.0
29032026-07-08T23:16:15.818Z Checking gimli v0.32.3
29042026-07-08T23:16:16.120Z Checking httpmock v0.8.3
29052026-07-08T23:16:17.378Z Checking addr2line v0.25.1
29062026-07-08T23:16:17.677Z Checking sha3 v0.11.0
29072026-07-08T23:16:18.049Z Checking argon2 v0.6.0-rc.8
29082026-07-08T23:16:18.362Z Checking bcrypt-pbkdf v0.11.0
29092026-07-08T23:16:18.395Z Checking rsa v0.10.0-rc.18
29102026-07-08T23:16:18.548Z Checking ssh-cipher v0.3.0-rc.9
29112026-07-08T23:16:18.792Z Compiling darling_macro v0.13.4
29122026-07-08T23:16:18.934Z Checking ed25519-dalek v3.0.0-rc.0
29132026-07-08T23:16:19.319Z Checking p521 v0.14.0-rc.10
29142026-07-08T23:16:19.493Z Checking p256 v0.14.0-rc.10
29152026-07-08T23:16:20.308Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-07-08T23:16:20.578Z Checking kem v0.3.0
29172026-07-08T23:16:20.727Z Checking module-lattice v0.2.3
29182026-07-08T23:16:20.874Z Checking p384 v0.14.0-rc.10
29192026-07-08T23:16:20.972Z Checking rustc-demangle v0.1.27
29202026-07-08T23:16:21.095Z Compiling guppy-workspace-hack v0.1.0
29212026-07-08T23:16:21.219Z Checking hex-literal v0.4.1
29222026-07-08T23:16:21.351Z Checking backtrace v0.3.76
29232026-07-08T23:16:21.394Z Checking ml-kem v0.3.2
29242026-07-08T23:16:21.672Z Compiling darling v0.13.4
29252026-07-08T23:16:22.042Z Checking russh-cryptovec v0.61.0
29262026-07-08T23:16:22.165Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29272026-07-08T23:16:22.228Z Checking internal-russh-num-bigint v0.5.0
29282026-07-08T23:16:22.371Z Checking num-bigint v0.4.6
29292026-07-08T23:16:22.405Z Checking russh-util v0.52.0
29302026-07-08T23:16:22.553Z Checking generic-array v1.4.3
29312026-07-08T23:16:22.899Z Checking ssh-key v0.7.0-rc.10
29322026-07-08T23:16:22.980Z Compiling enum_dispatch v0.3.13
29332026-07-08T23:16:23.096Z Compiling git2 v0.20.4
29342026-07-08T23:16:23.285Z Compiling blake3 v1.8.5
29352026-07-08T23:16:23.323Z Compiling delegate v0.13.5
29362026-07-08T23:16:23.701Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29372026-07-08T23:16:23.819Z Compiling target-spec v3.5.7
29382026-07-08T23:16:23.989Z Checking hex-literal v1.1.0
29392026-07-08T23:16:24.118Z Checking md5 v0.8.0
29402026-07-08T23:16:24.183Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29412026-07-08T23:16:24.339Z Checking russh v0.61.2
29422026-07-08T23:16:24.482Z Checking cfg-expr v0.20.6
29432026-07-08T23:16:24.728Z Compiling serde_with_macros v1.5.2
29442026-07-08T23:16:24.841Z Checking backtrace-ext v0.2.1
29452026-07-08T23:16:24.993Z Checking supports-color v2.1.0
29462026-07-08T23:16:25.026Z Checking textwrap v0.15.2
29472026-07-08T23:16:25.159Z Checking supports-unicode v2.1.0
29482026-07-08T23:16:25.267Z Checking supports-hyperlinks v2.1.0
29492026-07-08T23:16:25.413Z Checking hashbrown v0.14.5
29502026-07-08T23:16:25.649Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-07-08T23:16:25.865Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29522026-07-08T23:16:25.923Z Checking socket2 v0.5.10
29532026-07-08T23:16:25.955Z Checking terminal_size v0.1.17
29542026-07-08T23:16:26.092Z Compiling miette-derive v5.10.0
29552026-07-08T23:16:26.095Z Checking owo-colors v3.5.0
29562026-07-08T23:16:26.500Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29572026-07-08T23:16:26.561Z Checking internet-checksum v0.2.1
29582026-07-08T23:16:26.714Z Checking chumsky v0.9.3
29592026-07-08T23:16:27.278Z Checking miette v5.10.0
29602026-07-08T23:16:27.661Z Compiling serde_with v1.14.0
29612026-07-08T23:16:27.986Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-07-08T23:16:28.085Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29632026-07-08T23:16:28.119Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29642026-07-08T23:16:28.500Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29652026-07-08T23:16:28.825Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29662026-07-08T23:16:28.861Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29672026-07-08T23:16:28.927Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29682026-07-08T23:16:28.967Z Compiling knuffel-derive v3.2.0
29692026-07-08T23:16:29.033Z Checking httptest v0.16.4
29702026-07-08T23:16:29.121Z Checking pathdiff v0.2.3
29712026-07-08T23:16:29.262Z Checking nested v0.1.1
29722026-07-08T23:16:29.425Z Checking topological-sort v0.2.2
29732026-07-08T23:16:29.459Z Checking guppy v0.17.25
29742026-07-08T23:16:29.594Z Checking omicron-zone-package v0.12.3
29752026-07-08T23:16:29.780Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29762026-07-08T23:16:30.474Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29772026-07-08T23:16:30.509Z Checking knuffel v3.2.0
29782026-07-08T23:16:30.597Z Checking similar-asserts v1.7.0
29792026-07-08T23:16:30.741Z Compiling target-triple v1.0.0
29802026-07-08T23:16:30.774Z Compiling polar-core v0.27.3
29812026-07-08T23:16:30.805Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29822026-07-08T23:16:31.125Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
29832026-07-08T23:16:31.196Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29842026-07-08T23:16:31.463Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-07-08T23:16:31.541Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29862026-07-08T23:16:31.693Z Checking hickory-client v0.25.2
29872026-07-08T23:16:32.000Z Compiling assert_cmd v2.1.2
29882026-07-08T23:16:32.146Z Checking escape8259 v0.5.3
29892026-07-08T23:16:32.317Z Checking libtest-mimic v0.8.1
29902026-07-08T23:16:32.614Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29912026-07-08T23:16:32.618Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29922026-07-08T23:16:32.683Z Checking blake2b_simd v1.0.4
29932026-07-08T23:16:32.771Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29942026-07-08T23:16:33.101Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29952026-07-08T23:16:33.162Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29962026-07-08T23:16:33.313Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29972026-07-08T23:16:33.398Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29982026-07-08T23:16:33.504Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29992026-07-08T23:16:33.632Z Checking fancy-regex v0.14.0
30002026-07-08T23:16:33.740Z Checking serde_tokenstream v0.2.3
30012026-07-08T23:16:33.896Z Checking approx v0.5.1
30022026-07-08T23:16:33.979Z Compiling rstest_macros v0.25.0
30032026-07-08T23:16:34.012Z Checking uzers v0.12.2
30042026-07-08T23:16:34.057Z Checking termcolor v1.4.1
30052026-07-08T23:16:34.257Z Checking constant_time_eq v0.3.1
30062026-07-08T23:16:34.292Z Compiling linkme-impl v0.3.35
30072026-07-08T23:16:34.386Z Checking rust-argon2 v2.1.0
30082026-07-08T23:16:34.432Z Checking trybuild v1.0.116
30092026-07-08T23:16:34.647Z Checking datatest-stable v0.3.3
30102026-07-08T23:16:35.008Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30112026-07-08T23:16:35.128Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30122026-07-08T23:16:35.343Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30132026-07-08T23:16:35.376Z Checking support-bundle-viewer v0.1.2
30142026-07-08T23:16:35.654Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30152026-07-08T23:16:35.791Z Checking oso v0.27.3
30162026-07-08T23:16:35.896Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30172026-07-08T23:16:36.107Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30182026-07-08T23:16:36.143Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30192026-07-08T23:16:36.351Z Checking drift v0.2.0
30202026-07-08T23:16:36.389Z Checking rand_distr v0.5.1
30212026-07-08T23:16:36.737Z Checking multimap v0.10.1
30222026-07-08T23:16:36.741Z Compiling relative-path v1.9.3
30232026-07-08T23:16:36.833Z Compiling linkme v0.3.35
30242026-07-08T23:16:36.939Z Checking dropshot-api-manager v0.7.2
30252026-07-08T23:16:38.123Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30262026-07-08T23:16:38.290Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30272026-07-08T23:16:38.505Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30282026-07-08T23:16:38.731Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30292026-07-08T23:16:38.951Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30302026-07-08T23:16:38.954Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30312026-07-08T23:16:39.041Z Checking cargo_toml v0.21.0
30322026-07-08T23:16:39.118Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30332026-07-08T23:16:39.462Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30342026-07-08T23:16:39.668Z Checking partial-io v0.5.4
30352026-07-08T23:16:39.765Z Checking termios v0.3.3
30362026-07-08T23:16:39.857Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30372026-07-08T23:16:40.425Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30382026-07-08T23:16:40.644Z Checking rstest v0.25.0
30392026-07-08T23:16:42.061Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30402026-07-08T23:16:42.296Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30412026-07-08T23:16:45.214Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30422026-07-08T23:16:49.404Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30432026-07-08T23:16:52.226Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30442026-07-08T23:16:52.679Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30452026-07-08T23:16:54.692Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30462026-07-08T23:16:58.697Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30472026-07-08T23:17:03.205Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30482026-07-08T23:17:08.309Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30492026-07-08T23:17:09.657Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30502026-07-08T23:17:10.374Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30512026-07-08T23:17:15.522Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30522026-07-08T23:17:20.159Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30532026-07-08T23:17:37.488Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30542026-07-08T23:18:33.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30552026-07-08T23:18:34.445Z
30562026-07-08T23:18:34.445Zreal 4:10.198330606
30572026-07-08T23:18:34.445Zuser 21:30.183852343
30582026-07-08T23:18:34.445Zsys 4:56.761316515
30592026-07-08T23:18:34.445Ztrap 0.522433883
30602026-07-08T23:18:34.445Ztflt 0.475542426
30612026-07-08T23:18:34.445Zdflt 0.551706485
30622026-07-08T23:18:34.445Zkflt 0.005404993
30632026-07-08T23:18:34.445Zlock 58:49.750444358
30642026-07-08T23:18:34.445Zslp 58:38.387079086
30652026-07-08T23:18:34.445Zlat 1:50.583596683
30662026-07-08T23:18:34.445Zstop 11:09.873444446
30672026-07-08T23:18:34.448Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30682026-07-08T23:18:34.448Z+ ptime -m cargo doc --workspace --no-deps
30692026-07-08T23:18:35.265Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30702026-07-08T23:18:35.265Z |
30712026-07-08T23:18:35.265Z = 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)`
30722026-07-08T23:18:35.265Z = 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>
30732026-07-08T23:18:36.311Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30742026-07-08T23:18:36.550Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30752026-07-08T23:18:36.596Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30762026-07-08T23:18:36.659Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30772026-07-08T23:18:36.692Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30782026-07-08T23:18:36.753Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30792026-07-08T23:18:36.782Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30802026-07-08T23:18:36.898Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30812026-07-08T23:18:36.927Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30822026-07-08T23:18:36.950Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30832026-07-08T23:18:37.120Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30842026-07-08T23:18:37.155Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-07-08T23:18:37.205Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30862026-07-08T23:18:37.228Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30872026-07-08T23:18:37.270Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30882026-07-08T23:18:37.293Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30892026-07-08T23:18:37.317Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30902026-07-08T23:18:37.339Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30912026-07-08T23:18:37.365Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30922026-07-08T23:18:37.389Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30932026-07-08T23:18:37.437Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30942026-07-08T23:18:37.533Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30952026-07-08T23:18:37.703Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30962026-07-08T23:18:38.063Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30972026-07-08T23:18:38.120Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30982026-07-08T23:18:38.149Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30992026-07-08T23:18:38.207Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31002026-07-08T23:18:38.265Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31012026-07-08T23:18:38.409Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31022026-07-08T23:18:38.432Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31032026-07-08T23:18:38.575Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31042026-07-08T23:18:38.675Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31052026-07-08T23:18:38.714Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31062026-07-08T23:18:38.798Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31072026-07-08T23:18:38.801Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31082026-07-08T23:18:38.905Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31092026-07-08T23:18:38.933Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31102026-07-08T23:18:39.005Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31112026-07-08T23:18:39.147Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31122026-07-08T23:18:39.375Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31132026-07-08T23:18:39.430Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31142026-07-08T23:18:39.714Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31152026-07-08T23:18:39.833Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31162026-07-08T23:18:39.906Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31172026-07-08T23:18:40.003Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31182026-07-08T23:18:40.029Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31192026-07-08T23:18:40.053Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31202026-07-08T23:18:40.185Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31212026-07-08T23:18:40.252Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31222026-07-08T23:18:40.308Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31232026-07-08T23:18:40.334Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31242026-07-08T23:18:40.435Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31252026-07-08T23:18:40.504Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31262026-07-08T23:18:40.577Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31272026-07-08T23:18:40.600Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31282026-07-08T23:18:40.672Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31292026-07-08T23:18:40.675Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31302026-07-08T23:18:40.714Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31312026-07-08T23:18:41.080Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31322026-07-08T23:18:41.162Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31332026-07-08T23:18:41.214Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31342026-07-08T23:18:41.435Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31352026-07-08T23:18:41.637Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31362026-07-08T23:18:41.906Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31372026-07-08T23:18:42.100Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382026-07-08T23:18:42.125Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31392026-07-08T23:18:42.151Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31402026-07-08T23:18:42.199Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31412026-07-08T23:18:42.367Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31422026-07-08T23:18:42.395Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31432026-07-08T23:18:42.452Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31442026-07-08T23:18:42.476Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31452026-07-08T23:18:42.928Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31462026-07-08T23:18:43.501Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31472026-07-08T23:18:43.526Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31482026-07-08T23:18:43.577Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31492026-07-08T23:18:43.630Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31502026-07-08T23:18:43.765Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31512026-07-08T23:18:43.919Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31522026-07-08T23:18:43.967Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31532026-07-08T23:18:44.036Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31542026-07-08T23:18:44.170Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31552026-07-08T23:18:44.229Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31562026-07-08T23:18:44.270Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31572026-07-08T23:18:44.298Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31582026-07-08T23:18:44.409Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31592026-07-08T23:18:44.553Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31602026-07-08T23:18:44.623Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31612026-07-08T23:18:44.673Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31622026-07-08T23:18:44.673Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31632026-07-08T23:18:44.718Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31642026-07-08T23:18:44.874Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31652026-07-08T23:18:44.921Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31662026-07-08T23:18:44.969Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31672026-07-08T23:18:44.972Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31682026-07-08T23:18:45.013Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31692026-07-08T23:18:45.034Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31702026-07-08T23:18:45.183Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31712026-07-08T23:18:45.209Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31722026-07-08T23:18:45.278Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31732026-07-08T23:18:45.301Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31742026-07-08T23:18:45.323Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31752026-07-08T23:18:45.403Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31762026-07-08T23:18:45.446Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31772026-07-08T23:18:45.536Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31782026-07-08T23:18:45.600Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31792026-07-08T23:18:45.624Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31802026-07-08T23:18:45.877Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-07-08T23:18:45.920Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31822026-07-08T23:18:45.944Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31832026-07-08T23:18:46.374Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31842026-07-08T23:18:46.545Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31852026-07-08T23:18:46.631Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31862026-07-08T23:18:47.279Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31872026-07-08T23:18:47.401Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31882026-07-08T23:18:47.469Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31892026-07-08T23:18:47.605Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31902026-07-08T23:18:48.012Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-07-08T23:18:48.182Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31922026-07-08T23:18:48.773Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31932026-07-08T23:18:49.466Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31942026-07-08T23:18:49.663Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31952026-07-08T23:18:50.337Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31962026-07-08T23:18:50.560Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31972026-07-08T23:18:50.729Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31982026-07-08T23:18:50.857Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31992026-07-08T23:18:51.161Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32002026-07-08T23:18:51.560Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32012026-07-08T23:18:51.648Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32022026-07-08T23:18:51.785Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32032026-07-08T23:18:51.870Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32042026-07-08T23:18:52.120Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32052026-07-08T23:18:52.333Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32062026-07-08T23:18:52.371Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32072026-07-08T23:18:52.520Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32082026-07-08T23:18:52.862Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32092026-07-08T23:18:53.185Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types-versions)
32102026-07-08T23:18:53.584Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32112026-07-08T23:18:53.609Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32122026-07-08T23:18:53.781Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32132026-07-08T23:18:54.405Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32142026-07-08T23:18:54.531Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32152026-07-08T23:18:54.933Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32162026-07-08T23:18:55.342Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32172026-07-08T23:18:55.426Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32182026-07-08T23:18:55.735Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32192026-07-08T23:18:56.072Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32202026-07-08T23:18:56.097Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32212026-07-08T23:18:56.588Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32222026-07-08T23:18:56.708Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32232026-07-08T23:18:57.166Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32242026-07-08T23:18:57.403Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32252026-07-08T23:18:57.648Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32262026-07-08T23:18:58.144Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32272026-07-08T23:18:58.463Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32282026-07-08T23:18:58.819Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32292026-07-08T23:18:59.515Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32302026-07-08T23:18:59.703Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32312026-07-08T23:19:01.800Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32322026-07-08T23:19:03.033Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32332026-07-08T23:19:03.786Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32342026-07-08T23:19:04.334Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32352026-07-08T23:19:04.721Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32362026-07-08T23:19:05.153Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32372026-07-08T23:19:06.220Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32382026-07-08T23:19:06.615Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32392026-07-08T23:19:07.060Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32402026-07-08T23:19:07.506Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32412026-07-08T23:19:07.662Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-07-08T23:19:07.939Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32432026-07-08T23:19:08.467Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-07-08T23:19:08.919Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32452026-07-08T23:19:09.101Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32462026-07-08T23:19:09.201Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32472026-07-08T23:19:09.226Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32482026-07-08T23:19:09.282Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-07-08T23:19:09.632Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32502026-07-08T23:19:09.660Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32512026-07-08T23:19:09.685Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32522026-07-08T23:19:09.990Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32532026-07-08T23:19:10.409Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32542026-07-08T23:19:10.814Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32552026-07-08T23:19:10.954Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32562026-07-08T23:19:11.108Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32572026-07-08T23:19:11.732Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32582026-07-08T23:19:12.430Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32592026-07-08T23:19:12.807Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32602026-07-08T23:19:13.394Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32612026-07-08T23:19:13.482Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32622026-07-08T23:19:15.079Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32632026-07-08T23:19:17.124Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32642026-07-08T23:19:17.682Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32652026-07-08T23:19:18.115Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32662026-07-08T23:19:19.100Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32672026-07-08T23:19:20.106Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32682026-07-08T23:19:22.048Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32692026-07-08T23:19:22.834Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32702026-07-08T23:19:23.844Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32712026-07-08T23:19:24.268Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32722026-07-08T23:19:25.683Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32732026-07-08T23:19:27.011Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32742026-07-08T23:19:27.327Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32752026-07-08T23:19:28.453Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32762026-07-08T23:19:29.005Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32772026-07-08T23:19:29.032Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32782026-07-08T23:19:31.579Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32792026-07-08T23:19:34.893Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32802026-07-08T23:19:35.985Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32812026-07-08T23:19:36.491Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32822026-07-08T23:19:37.193Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32832026-07-08T23:19:38.583Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32842026-07-08T23:19:39.303Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32852026-07-08T23:19:40.390Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32862026-07-08T23:19:40.999Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32872026-07-08T23:19:41.822Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32882026-07-08T23:19:43.384Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32892026-07-08T23:19:43.720Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32902026-07-08T23:19:44.509Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32912026-07-08T23:19:45.121Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32922026-07-08T23:19:45.405Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32932026-07-08T23:19:46.271Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32942026-07-08T23:19:49.913Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32952026-07-08T23:19:50.454Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32962026-07-08T23:19:51.778Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32972026-07-08T23:19:52.490Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32982026-07-08T23:19:53.419Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32992026-07-08T23:19:54.464Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types-versions)
33002026-07-08T23:19:57.052Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33012026-07-08T23:19:57.379Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33022026-07-08T23:19:58.143Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33032026-07-08T23:19:59.442Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33042026-07-08T23:20:00.673Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33052026-07-08T23:20:01.975Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33062026-07-08T23:20:03.299Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33072026-07-08T23:20:04.576Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33082026-07-08T23:20:05.881Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092026-07-08T23:20:08.386Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33102026-07-08T23:20:08.959Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33112026-07-08T23:20:10.731Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33122026-07-08T23:20:12.015Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33132026-07-08T23:20:13.895Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33142026-07-08T23:20:16.985Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-07-08T23:20:18.572Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33162026-07-08T23:20:20.131Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33172026-07-08T23:20:24.220Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33182026-07-08T23:20:24.940Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33192026-07-08T23:20:25.963Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33202026-07-08T23:20:26.425Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33212026-07-08T23:20:28.333Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33222026-07-08T23:20:30.042Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33232026-07-08T23:20:31.823Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33242026-07-08T23:20:33.802Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33252026-07-08T23:20:35.488Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33262026-07-08T23:20:37.444Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33272026-07-08T23:20:38.872Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33282026-07-08T23:20:40.537Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33292026-07-08T23:20:42.214Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33302026-07-08T23:20:43.929Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33312026-07-08T23:20:45.587Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33322026-07-08T23:20:47.313Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33332026-07-08T23:20:48.655Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33342026-07-08T23:20:50.742Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33352026-07-08T23:20:54.145Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-07-08T23:20:55.931Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-07-08T23:20:57.657Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33382026-07-08T23:20:59.607Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-07-08T23:21:01.321Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33402026-07-08T23:21:05.373Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33412026-07-08T23:21:07.396Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33422026-07-08T23:21:09.184Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33432026-07-08T23:21:12.621Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33442026-07-08T23:21:13.338Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33452026-07-08T23:21:16.366Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33462026-07-08T23:21:17.992Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33472026-07-08T23:21:20.248Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33482026-07-08T23:21:22.543Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33492026-07-08T23:21:25.068Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33502026-07-08T23:21:27.162Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33512026-07-08T23:21:29.435Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33522026-07-08T23:21:31.616Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33532026-07-08T23:21:34.110Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33542026-07-08T23:21:36.008Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33552026-07-08T23:21:38.677Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33562026-07-08T23:21:40.409Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-07-08T23:21:42.590Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33582026-07-08T23:21:44.941Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33592026-07-08T23:21:47.310Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33602026-07-08T23:21:49.609Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33612026-07-08T23:21:52.005Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33622026-07-08T23:21:54.328Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-07-08T23:21:56.768Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33642026-07-08T23:21:59.059Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33652026-07-08T23:22:01.359Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33662026-07-08T23:22:03.718Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33672026-07-08T23:22:06.085Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33682026-07-08T23:22:08.477Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33692026-07-08T23:22:10.830Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33702026-07-08T23:22:13.231Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33712026-07-08T23:22:15.603Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33722026-07-08T23:22:17.850Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33732026-07-08T23:22:20.352Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33742026-07-08T23:22:22.773Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33752026-07-08T23:22:25.155Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33762026-07-08T23:22:27.510Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33772026-07-08T23:22:29.947Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33782026-07-08T23:22:32.349Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33792026-07-08T23:22:34.631Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33802026-07-08T23:22:37.595Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33812026-07-08T23:22:39.743Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33822026-07-08T23:22:42.412Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33832026-07-08T23:22:44.692Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33842026-07-08T23:22:47.117Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33852026-07-08T23:22:49.648Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33862026-07-08T23:22:52.073Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33872026-07-08T23:22:54.695Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33882026-07-08T23:22:57.360Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33892026-07-08T23:22:59.732Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33902026-07-08T23:23:02.114Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33912026-07-08T23:23:04.795Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33922026-07-08T23:23:07.293Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33932026-07-08T23:23:09.907Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33942026-07-08T23:23:12.619Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33952026-07-08T23:23:15.178Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33962026-07-08T23:23:17.732Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33972026-07-08T23:23:20.197Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33982026-07-08T23:23:22.789Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33992026-07-08T23:23:25.421Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34002026-07-08T23:23:28.050Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34012026-07-08T23:23:31.026Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34022026-07-08T23:23:33.472Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34032026-07-08T23:23:41.455Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34042026-07-08T23:23:41.476Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34052026-07-08T23:23:44.825Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34062026-07-08T23:23:48.136Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34072026-07-08T23:23:51.585Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34082026-07-08T23:23:56.175Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34092026-07-08T23:23:59.181Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34102026-07-08T23:24:02.757Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34112026-07-08T23:24:06.441Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34122026-07-08T23:24:10.154Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34132026-07-08T23:24:13.842Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34142026-07-08T23:24:17.591Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34152026-07-08T23:24:21.240Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34162026-07-08T23:24:25.010Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34172026-07-08T23:24:28.680Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34182026-07-08T23:24:32.404Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34192026-07-08T23:24:36.100Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34202026-07-08T23:24:39.906Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34212026-07-08T23:24:43.602Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34222026-07-08T23:24:47.277Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-07-08T23:24:50.980Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34242026-07-08T23:24:54.749Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34252026-07-08T23:24:58.616Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34262026-07-08T23:25:02.167Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34272026-07-08T23:25:05.960Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34282026-07-08T23:25:35.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 01s
34292026-07-08T23:25:35.811Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 204 other files
34302026-07-08T23:25:36.059Z
34312026-07-08T23:25:36.096Zreal 7:01.382036557
34322026-07-08T23:25:36.096Zuser 18:47.152659527
34332026-07-08T23:25:36.096Zsys 3:59.128197319
34342026-07-08T23:25:36.096Ztrap 0.278266323
34352026-07-08T23:25:36.096Ztflt 0.021542620
34362026-07-08T23:25:36.096Zdflt 0.051813623
34372026-07-08T23:25:36.096Zkflt 0.000043350
34382026-07-08T23:25:36.096Zlock 6:30:26.426026214
34392026-07-08T23:25:36.096Zslp 2:21:44.117449264
34402026-07-08T23:25:36.096Zlat 35.055858683
34412026-07-08T23:25:36.096Zstop 1:44.513825796
34422026-07-08T23:25:36.096Zprocess exited: duration 792504 ms, exit code 0
 
34432026-07-08T23:25:36.122Zfound 0 output files