01KN7VZ9NP42SQ1AZCP11FX66N: clippy (helios)

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

Buildomat Job: 01KN7VZMBB4YF3H7TP3K31B1JH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-02T19:52:11.102Zjob assigned to worker 01KN7W024B57QFJZMFK967PQM9 [factory aws, i-04c546af778898a3f] (queued for 1 m 6 s)
 
22026-04-02T19:52:17.850Zstarting task 0: "setup"
32026-04-02T19:52:17.856Z++ uname -s
42026-04-02T19:52:17.860Z+ kern=SunOS
52026-04-02T19:52:17.860Z+ build_user=build
62026-04-02T19:52:17.860Z+ build_uid=12345
72026-04-02T19:52:17.860Z+ work_dir=/work
82026-04-02T19:52:17.860Z+ input_dir=/input
92026-04-02T19:52:17.860Z+ [[ 0 == 12345 ]]
102026-04-02T19:52:17.860Z+ case "$kern" in
112026-04-02T19:52:17.860Z+ groupadd -g 12345 build
122026-04-02T19:52:17.860Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-02T19:52:19.866Z+ zfs create -o mountpoint=/work rpool/work
142026-04-02T19:52:19.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-02T19:52:19.990Z+ home_fs=zfs
162026-04-02T19:52:19.990Z+ [[ zfs == autofs ]]
172026-04-02T19:52:19.990Z+ mkdir -p /home/build
182026-04-02T19:52:19.990Z+ chown build:build /home/build /work
192026-04-02T19:52:21.992Z+ chmod 0700 /home/build /work
202026-04-02T19:52:21.995Zprocess exited: duration 4144 ms, exit code 0
 
212026-04-02T19:52:22.002Zstarting task 1: "rust-toolchain"
222026-04-02T19:52:22.006Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-02T19:52:22.006Z * rust toolchain channel = "1.94.0"
242026-04-02T19:52:22.006Z * rust toolchain profile = "default"
252026-04-02T19:52:22.006Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-02T19:52:22.006Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-02T19:52:22.006Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-02T19:52:22.009Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-02T19:52:22.009Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-02T19:52:22.130Zinfo: downloading installer
312026-04-02T19:52:23.539Zwarn: It looks like you have an existing installation of Rust at:
322026-04-02T19:52:23.539Zwarn: /opt/ooce/bin
332026-04-02T19:52:23.539Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-02T19:52:23.539Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-02T19:52:23.539Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-02T19:52:23.539Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-02T19:52:23.539Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-02T19:52:23.539Zerror: cannot install while Rust is installed
392026-04-02T19:52:23.539Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-02T19:52:23.539Zwarn: It looks like you have an existing rustup settings file at:
412026-04-02T19:52:23.539Zwarn: /home/build/.rustup/settings.toml
422026-04-02T19:52:23.539Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-02T19:52:23.539Zwarn: instead of the one inferred from the default host triple.
442026-04-02T19:52:23.574Zinfo: profile set to default
452026-04-02T19:52:23.574Zinfo: default host triple is x86_64-unknown-illumos
462026-04-02T19:52:23.577Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-02T19:52:23.731Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-02T19:52:23.734Zinfo: downloading 6 components
492026-04-02T19:52:37.980Z
502026-04-02T19:52:37.980Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-02T19:52:38.013Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-02T19:52:38.013Z
532026-04-02T19:52:38.013Z
542026-04-02T19:52:38.013ZRust is installed now. Great!
552026-04-02T19:52:38.013Z
562026-04-02T19:52:38.013ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-02T19:52:38.013Zenvironment variable. This has not been done automatically.
582026-04-02T19:52:38.013Z
592026-04-02T19:52:38.013ZTo configure your current shell, you need to source
602026-04-02T19:52:38.013Zthe corresponding env file under $HOME/.cargo.
612026-04-02T19:52:38.013Z
622026-04-02T19:52:38.013ZThis is usually done by running one of the following (note the leading DOT):
632026-04-02T19:52:38.014Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-02T19:52:38.014Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-02T19:52:38.014Zsource "~/.cargo/env.nu" # For nushell
662026-04-02T19:52:38.014Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-02T19:52:38.014Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-02T19:52:38.014Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-02T19:52:38.017Zwarn: no default linker (`cc`) was found in your PATH
702026-04-02T19:52:38.017Zwarn: many Rust crates require a system C toolchain to build
712026-04-02T19:52:38.113Z+ rustup --version
722026-04-02T19:52:38.121Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-02T19:52:38.124Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-02T19:52:38.143Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-02T19:52:38.146Z+ cargo --version
762026-04-02T19:52:38.159Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-02T19:52:38.162Z+ rustc --version
782026-04-02T19:52:38.181Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-02T19:52:38.184Zprocess exited: duration 16180 ms, exit code 0
 
802026-04-02T19:52:38.190Zstarting task 2: "authentication"
812026-04-02T19:52:38.206Zprocess exited: duration 15 ms, exit code 0
 
822026-04-02T19:52:38.212Zstarting task 3: "clone repository"
832026-04-02T19:52:38.215Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-02T19:52:38.218Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-02T19:52:38.391ZCloning into '/work/oxidecomputer/omicron'...
862026-04-02T19:52:48.886Z+ cd /work/oxidecomputer/omicron
872026-04-02T19:52:48.889Z+ git fetch origin c620b0291ec29a340cb213b3621b0300685a9f92
882026-04-02T19:52:49.197ZFrom https://github.com/oxidecomputer/omicron
892026-04-02T19:52:49.197Z * branch c620b0291ec29a340cb213b3621b0300685a9f92 -> FETCH_HEAD
902026-04-02T19:52:49.208Z+ [[ -n subnet-pool-utilization ]]
912026-04-02T19:52:49.211Z++ git branch --show-current
922026-04-02T19:52:49.211Z+ current=main
932026-04-02T19:52:49.211Z+ [[ main != subnet-pool-utilization ]]
942026-04-02T19:52:49.211Z+ git branch -f subnet-pool-utilization c620b0291ec29a340cb213b3621b0300685a9f92
952026-04-02T19:52:49.214Z+ git checkout -f subnet-pool-utilization
962026-04-02T19:52:49.456ZSwitched to branch 'subnet-pool-utilization'
972026-04-02T19:52:49.460Z+ git reset --hard c620b0291ec29a340cb213b3621b0300685a9f92
982026-04-02T19:52:49.697ZHEAD is now at c620b0291 do subnet pool calc in sql
992026-04-02T19:52:49.700Zprocess exited: duration 11485 ms, exit code 0
 
1002026-04-02T19:52:49.706Zstarting task 4: "build"
1012026-04-02T19:52:49.710Z+ source ./env.sh
1022026-04-02T19:52:49.710Z++ OLD_SHELL_OPTS=ehxB
1032026-04-02T19:52:49.710Z++ set -o xtrace
1042026-04-02T19:52:49.713Z++++ dirname ./env.sh
1052026-04-02T19:52:49.716Z+++ readlink -f .
1062026-04-02T19:52:49.719Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-02T19:52:49.719Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-02T19:52:49.719Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-02T19:52:49.719Z++ 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
1102026-04-02T19:52:49.719Z++ 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
1112026-04-02T19:52:49.719Z++ 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
1122026-04-02T19:52:49.719Z++ 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
1132026-04-02T19:52:49.719Z++ 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
1142026-04-02T19:52:49.719Z++ 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
1152026-04-02T19:52:49.719Z++ case $OLD_SHELL_OPTS in
1162026-04-02T19:52:49.719Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-02T19:52:49.719Z+ source .github/buildomat/ci-env.sh
1182026-04-02T19:52:49.719Z++ export CARGO_TERM_COLOR=always
1192026-04-02T19:52:49.719Z++ CARGO_TERM_COLOR=always
1202026-04-02T19:52:49.719Z+ cargo --version
1212026-04-02T19:52:49.726Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-02T19:52:49.729Z+ rustc --version
1232026-04-02T19:52:49.749Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-02T19:52:49.753Z+ banner prerequisites
1252026-04-02T19:52:49.756Z
1262026-04-02T19:52:49.756Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-02T19:52:49.756Z # # # # # # # # # # # # # # #
1282026-04-02T19:52:49.756Z # # # # ##### # # ##### # # # # # #### #
1292026-04-02T19:52:49.756Z ##### ##### # ##### # # # # # # # # #
1302026-04-02T19:52:49.756Z # # # # # # # # # # # # # # #
1312026-04-02T19:52:49.756Z # # # ###### # # ###### ### # #### # #### #
1322026-04-02T19:52:49.756Z
1332026-04-02T19:52:49.756Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-02T19:52:59.353Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-02T19:53:06.318Z Startup: Caching catalogs ... Done
1362026-04-02T19:53:10.511ZPlanning: Solver setup ... Done (3.043s)
1372026-04-02T19:53:10.530ZPlanning: Running solver ... Done (0.020s)
1382026-04-02T19:53:10.647ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-02T19:53:10.658ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-02T19:53:10.749ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-02T19:53:10.779ZPlanning: Package planning ... Done (0.030s)
1422026-04-02T19:53:10.809ZPlanning: Merging actions ... Done (0.030s)
1432026-04-02T19:53:11.341ZPlanning: Checking for conflicting actions ... Done (0.531s)
1442026-04-02T19:53:11.348ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-02T19:53:13.565ZPlanning: Evaluating mediators ... Done (2.217s)
1462026-04-02T19:53:13.572ZPlanning: Planning completed in 7.10 seconds
1472026-04-02T19:53:13.741Z Packages to install: 4
1482026-04-02T19:53:13.741Z Mediators to change: 2
1492026-04-02T19:53:13.741Z Services to change: 1
1502026-04-02T19:53:13.741Z Estimated space available: 155.35 GB
1512026-04-02T19:53:13.741ZEstimated space to be consumed: 1.84 GB
1522026-04-02T19:53:13.741Z Create boot environment: No
1532026-04-02T19:53:13.744ZCreate backup boot environment: No
1542026-04-02T19:53:13.744Z Rebuild boot archive: No
1552026-04-02T19:53:13.744Z
1562026-04-02T19:53:13.744ZChanged mediators:
1572026-04-02T19:53:13.744Z mediator clang:
1582026-04-02T19:53:13.744Z version: None -> 15 (system default)
1592026-04-02T19:53:13.744Z
1602026-04-02T19:53:13.744Z mediator llvm:
1612026-04-02T19:53:13.744Z version: 14 (system default) -> 15 (system default)
1622026-04-02T19:53:13.744Z
1632026-04-02T19:53:13.744ZChanged packages:
1642026-04-02T19:53:13.744Zhelios-dev
1652026-04-02T19:53:13.744Z developer/build-essential
1662026-04-02T19:53:13.744Z None -> 11-2.0
1672026-04-02T19:53:13.744Z library/libxmlsec1
1682026-04-02T19:53:13.744Z None -> 1.2.35-2.0
1692026-04-02T19:53:13.744Z ooce/developer/clang-15
1702026-04-02T19:53:13.744Z None -> 15.0.7-2.0
1712026-04-02T19:53:13.744Z ooce/developer/llvm-15
1722026-04-02T19:53:13.744Z None -> 15.0.7-2.0
1732026-04-02T19:53:13.744Z
1742026-04-02T19:53:13.744ZServices:
1752026-04-02T19:53:13.745Z restart_fmri:
1762026-04-02T19:53:13.745Z svc:/system/update-man-index:default
1772026-04-02T19:53:13.811Z
1782026-04-02T19:53:13.811ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-02T19:53:21.749ZDownload: 209/3290 items 1.3/212.6MB 0% complete (3.2M/s)
1802026-04-02T19:53:27.509ZDownload: 2215/3290 items 118.5/212.6MB 55% complete (12.7M/s)
1812026-04-02T19:53:32.510ZDownload: 3281/3290 items 209.7/212.6MB 98% complete (19.1M/s)
1822026-04-02T19:53:33.620ZDownload: Completed 212.60 MB in 19.81 seconds (10.7M/s)
1832026-04-02T19:53:33.737Z Actions: 1/3689 actions (Installing new actions)
1842026-04-02T19:53:37.030Z Actions: Completed 3689 actions in 3.29 seconds.
1852026-04-02T19:53:37.325Z Done (0.290s)
1862026-04-02T19:53:37.326Z Done (0.000s)
1872026-04-02T19:53:38.017Z Done (0.693s)
1882026-04-02T19:53:41.512Z Done (3.169s)
1892026-04-02T19:53:41.584Z Done (0.014s)
1902026-04-02T19:53:41.587Z Done (0.000s)
1912026-04-02T19:53:41.843Z Done (0.000s)
1922026-04-02T19:53:42.665ZPlanning: Evaluating mediator changes ... Done
1932026-04-02T19:53:42.771ZPlanning: Checking for conflicting actions ... Done
1942026-04-02T19:53:42.774ZPlanning: Consolidating action changes ... Done
1952026-04-02T19:53:42.931ZPlanning: Evaluating mediators ... Done
1962026-04-02T19:53:42.935ZPlanning: Planning completed in 0.27 seconds
1972026-04-02T19:53:42.953Z Mediators to change: 2
1982026-04-02T19:53:42.953Z Create boot environment: No
1992026-04-02T19:53:42.955ZCreate backup boot environment: No
2002026-04-02T19:53:43.026Z Done
2012026-04-02T19:53:43.026Z Done
2022026-04-02T19:53:43.614Z Done
2032026-04-02T19:53:46.120Z Done
2042026-04-02T19:53:46.189Z Done
2052026-04-02T19:53:46.192Z Done
2062026-04-02T19:53:46.333Z Done
2072026-04-02T19:53:46.735ZPlanning: Evaluating mediator changes ... Done
2082026-04-02T19:53:46.738ZPlanning: Merging actions ... Done
2092026-04-02T19:53:46.875ZPlanning: Checking for conflicting actions ... Done
2102026-04-02T19:53:46.879ZPlanning: Consolidating action changes ... Done
2112026-04-02T19:53:47.015ZPlanning: Evaluating mediators ... Done
2122026-04-02T19:53:47.044ZPlanning: Planning completed in 0.45 seconds
2132026-04-02T19:53:47.065Z Packages to change: 1
2142026-04-02T19:53:47.065Z Mediators to change: 1
2152026-04-02T19:53:47.065Z Services to change: 1
2162026-04-02T19:53:47.065Z Create boot environment: No
2172026-04-02T19:53:47.068ZCreate backup boot environment: Yes
2182026-04-02T19:53:48.297Z Actions: 1/6 actions (Updating modified actions)
2192026-04-02T19:53:48.300Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-02T19:53:48.300Z Done
2212026-04-02T19:53:48.300Z Done
2222026-04-02T19:53:48.441Z Done
2232026-04-02T19:53:50.895Z Done
2242026-04-02T19:53:50.970Z Done
2252026-04-02T19:53:50.973Z Done
2262026-04-02T19:53:51.141Z Done
2272026-04-02T19:53:51.426ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-02T19:53:51.426Zclang system 15 system
2292026-04-02T19:53:51.426Zcsh system system illumos
2302026-04-02T19:53:51.426Zctags system system illumos
2312026-04-02T19:53:51.426Zfile system system illumos
2322026-04-02T19:53:51.426Zgcc vendor 12 vendor
2332026-04-02T19:53:51.427Zgcc system 14 system
2342026-04-02T19:53:51.427Zgcc system 10 system
2352026-04-02T19:53:51.427Zgo system 1.20 system
2362026-04-02T19:53:51.427Zgo system 1.19 system
2372026-04-02T19:53:51.427Zllvm system 15 system
2382026-04-02T19:53:51.427Zllvm system 14 system
2392026-04-02T19:53:51.427Zmariadb system 10.6 system
2402026-04-02T19:53:51.427Zmta vendor vendor dma
2412026-04-02T19:53:51.427Zopenjdk system 17 system
2422026-04-02T19:53:51.427Zopenjdk system 11 system
2432026-04-02T19:53:51.427Zopenjdk system 1.8 system
2442026-04-02T19:53:51.427Zopenssl vendor 3 vendor
2452026-04-02T19:53:51.427Zperl system 5.36 system
2462026-04-02T19:53:51.427Zpostgresql system 15 system
2472026-04-02T19:53:51.427Zpostgresql system 13 system
2482026-04-02T19:53:51.427Zpython vendor 3 vendor
2492026-04-02T19:53:51.427Zpython system 2 system
2502026-04-02T19:53:51.427Zpython3 system 3.11 system
2512026-04-02T19:53:51.427Zruby system 3.0 system
2522026-04-02T19:53:51.427Zwords vendor vendor american-english
2532026-04-02T19:53:51.427Zwords system system australian-english
2542026-04-02T19:53:51.427Zwords system system british-english
2552026-04-02T19:53:51.427Zwords system system canadian-english
2562026-04-02T19:53:51.427Zwords system system french
2572026-04-02T19:53:51.427Zwords system system italian
2582026-04-02T19:53:51.427Zwords system system ngerman
2592026-04-02T19:53:51.427Zwords system system ogerman
2602026-04-02T19:53:51.427Zwords system system spanish
2612026-04-02T19:53:51.652ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-02T19:53:51.652Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-02T19:53:55.982ZFMRI IFO
2642026-04-02T19:53:55.982Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-02T19:53:55.982Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-02T19:53:55.982Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-02T19:53:55.982Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-02T19:53:55.982Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-02T19:53:55.982Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-02T19:53:55.982Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-02T19:53:55.982Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-02T19:53:55.982Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-02T19:53:55.982Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-02T19:53:55.983Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-02T19:53:55.983Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-02T19:53:55.983Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-02T19:53:55.983Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-02T19:53:55.983Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-02T19:53:55.983Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-02T19:53:57.052Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-02T19:53:57.305Z Updating crates.io index
2822026-04-02T19:53:57.309Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-02T19:53:57.814Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-02T19:53:58.132Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-02T19:53:58.623Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-04-02T19:53:59.436Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-04-02T19:53:59.921Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-02T19:54:01.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-02T19:54:02.627Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-02T19:54:03.827Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-02T19:54:04.067Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-02T19:54:04.872Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-02T19:54:05.212Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-02T19:54:05.558Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-02T19:54:05.910Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-02T19:54:06.782Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-02T19:54:07.253Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-02T19:54:07.674Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-02T19:54:08.021Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-02T19:54:08.405Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-02T19:54:08.618Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-02T19:54:08.873Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-02T19:54:09.105Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-02T19:54:09.545Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-02T19:54:10.067Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-02T19:54:10.585Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-02T19:54:10.851Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-02T19:54:11.143Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-02T19:54:12.089Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-02T19:54:12.636Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-04-02T19:54:12.985Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-02T19:54:13.580Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-02T19:54:13.922Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-02T19:54:14.234Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-02T19:54:14.571Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-02T19:54:15.154Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-02T19:54:15.421Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-02T19:54:15.673Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-02T19:54:15.940Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-02T19:54:16.314Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-02T19:54:28.190Z Downloading crates ...
3222026-04-02T19:54:28.244Z Downloaded byteorder v1.5.0
3232026-04-02T19:54:28.246Z Downloaded crypto-common v0.1.7
3242026-04-02T19:54:28.247Z Downloaded anstream v0.6.21
3252026-04-02T19:54:28.250Z Downloaded clap_lex v1.0.0
3262026-04-02T19:54:28.254Z Downloaded pretty-hex v0.4.1
3272026-04-02T19:54:28.257Z Downloaded fastrand v2.3.0
3282026-04-02T19:54:28.260Z Downloaded heck v0.5.0
3292026-04-02T19:54:28.260Z Downloaded fnv v1.0.7
3302026-04-02T19:54:28.264Z Downloaded stable_deref_trait v1.2.1
3312026-04-02T19:54:28.266Z Downloaded terminal_size v0.4.3
3322026-04-02T19:54:28.267Z Downloaded generic-array v0.14.7
3332026-04-02T19:54:28.269Z Downloaded heck v0.4.1
3342026-04-02T19:54:28.269Z Downloaded cpufeatures v0.2.17
3352026-04-02T19:54:28.269Z Downloaded colorchoice v1.0.4
3362026-04-02T19:54:28.269Z Downloaded scroll v0.12.0
3372026-04-02T19:54:28.273Z Downloaded equivalent v1.0.2
3382026-04-02T19:54:28.275Z Downloaded form_urlencoded v1.2.2
3392026-04-02T19:54:28.275Z Downloaded idna_adapter v1.2.1
3402026-04-02T19:54:28.275Z Downloaded zerofrom-derive v0.1.6
3412026-04-02T19:54:28.278Z Downloaded utf8_iter v1.0.4
3422026-04-02T19:54:28.278Z Downloaded usdt-attr-macro v0.5.0
3432026-04-02T19:54:28.281Z Downloaded version_check v0.9.5
3442026-04-02T19:54:28.281Z Downloaded unicode-xid v0.2.6
3452026-04-02T19:54:28.284Z Downloaded yoke-derive v0.8.1
3462026-04-02T19:54:28.284Z Downloaded typeid v1.0.3
3472026-04-02T19:54:28.284Z Downloaded toml_datetime v0.6.11
3482026-04-02T19:54:28.284Z Downloaded thread-id v4.2.2
3492026-04-02T19:54:28.284Z Downloaded dtrace-parser v0.2.0
3502026-04-02T19:54:28.287Z Downloaded bitflags v2.11.0
3512026-04-02T19:54:28.290Z Downloaded utf8parse v0.2.2
3522026-04-02T19:54:28.290Z Downloaded erased-serde v0.4.9
3532026-04-02T19:54:28.290Z Downloaded displaydoc v0.2.5
3542026-04-02T19:54:28.293Z Downloaded sha2 v0.10.9
3552026-04-02T19:54:28.293Z Downloaded anstyle-query v1.1.5
3562026-04-02T19:54:28.293Z Downloaded usdt-macro v0.5.0
3572026-04-02T19:54:28.311Z Downloaded typenum v1.19.0
3582026-04-02T19:54:28.315Z Downloaded zerofrom v0.1.6
3592026-04-02T19:54:28.315Z Downloaded usdt v0.5.0
3602026-04-02T19:54:28.315Z Downloaded unicode-linebreak v0.1.5
3612026-04-02T19:54:28.315Z Downloaded zmij v1.0.21
3622026-04-02T19:54:28.315Z Downloaded thiserror v2.0.18
3632026-04-02T19:54:28.315Z Downloaded yoke v0.8.1
3642026-04-02T19:54:28.315Z Downloaded thiserror v1.0.69
3652026-04-02T19:54:28.315Z Downloaded thiserror-impl v2.0.18
3662026-04-02T19:54:28.318Z Downloaded swrite v0.1.0
3672026-04-02T19:54:28.318Z Downloaded percent-encoding v2.3.2
3682026-04-02T19:54:28.318Z Downloaded usdt-impl v0.5.0
3692026-04-02T19:54:28.318Z Downloaded dof v0.3.0
3702026-04-02T19:54:28.321Z Downloaded ordered-float v2.10.1
3712026-04-02T19:54:28.321Z Downloaded errno v0.3.14
3722026-04-02T19:54:28.321Z Downloaded ucd-trie v0.1.7
3732026-04-02T19:54:28.321Z Downloaded is_terminal_polyfill v1.70.2
3742026-04-02T19:54:28.327Z Downloaded block-buffer v0.10.4
3752026-04-02T19:54:28.327Z Downloaded anstyle v1.0.13
3762026-04-02T19:54:28.327Z Downloaded writeable v0.6.2
3772026-04-02T19:54:28.330Z Downloaded icu_properties v2.1.2
3782026-04-02T19:54:28.330Z Downloaded getrandom v0.4.1
3792026-04-02T19:54:28.330Z Downloaded quote v1.0.44
3802026-04-02T19:54:28.330Z Downloaded tinystr v0.8.2
3812026-04-02T19:54:28.333Z Downloaded proc-macro2 v1.0.106
3822026-04-02T19:54:28.333Z Downloaded num-traits v0.2.19
3832026-04-02T19:54:28.336Z Downloaded toml v0.8.23
3842026-04-02T19:54:28.339Z Downloaded clap v4.5.60
3852026-04-02T19:54:28.344Z Downloaded zerovec-derive v0.11.2
3862026-04-02T19:54:28.344Z Downloaded unicode-ident v1.0.24
3872026-04-02T19:54:28.348Z Downloaded toml_edit v0.22.27
3882026-04-02T19:54:28.348Z Downloaded zerotrie v0.2.3
3892026-04-02T19:54:28.351Z Downloaded zerocopy-derive v0.7.35
3902026-04-02T19:54:28.351Z Downloaded url v2.5.8
3912026-04-02T19:54:28.354Z Downloaded cfg-if v1.0.4
3922026-04-02T19:54:28.354Z Downloaded smawk v0.3.2
3932026-04-02T19:54:28.357Z Downloaded textwrap v0.16.2
3942026-04-02T19:54:28.357Z Downloaded strsim v0.11.1
3952026-04-02T19:54:28.357Z Downloaded serde_spanned v0.6.9
3962026-04-02T19:54:28.357Z Downloaded tabled_derive v0.7.0
3972026-04-02T19:54:28.360Z Downloaded macaddr v1.0.1
3982026-04-02T19:54:28.360Z Downloaded toml_write v0.1.2
3992026-04-02T19:54:28.360Z Downloaded plain v0.2.3
4002026-04-02T19:54:28.360Z Downloaded zerovec v0.11.5
4012026-04-02T19:54:28.363Z Downloaded winnow v0.7.14
4022026-04-02T19:54:28.368Z Downloaded scroll_derive v0.12.1
4032026-04-02T19:54:28.371Z Downloaded zerocopy v0.7.35
4042026-04-02T19:54:28.377Z Downloaded serde-value v0.7.0
4052026-04-02T19:54:28.380Z Downloaded anstyle-parse v0.2.7
4062026-04-02T19:54:28.380Z Downloaded serde-untagged v0.1.9
4072026-04-02T19:54:28.380Z Downloaded proc-macro-error v1.0.4
4082026-04-02T19:54:28.385Z Downloaded potential_utf v0.1.4
4092026-04-02T19:54:28.385Z Downloaded unicode-width v0.2.0
4102026-04-02T19:54:28.389Z Downloaded unicode-width v0.1.14
4112026-04-02T19:54:28.392Z Downloaded tempfile v3.25.0
4122026-04-02T19:54:28.392Z Downloaded serde_tokenstream v0.2.3
4132026-04-02T19:54:28.392Z Downloaded serde v1.0.228
4142026-04-02T19:54:28.395Z Downloaded semver v1.0.27
4152026-04-02T19:54:28.395Z Downloaded icu_normalizer_data v2.1.1
4162026-04-02T19:54:28.395Z Downloaded icu_locale_core v2.1.1
4172026-04-02T19:54:28.398Z Downloaded fs-err v3.3.0
4182026-04-02T19:54:28.401Z Downloaded cargo-util-schemas v0.8.2
4192026-04-02T19:54:28.401Z Downloaded digest v0.10.7
4202026-04-02T19:54:28.404Z Downloaded cargo_toml v0.21.0
4212026-04-02T19:54:28.404Z Downloaded itoa v1.0.17
4222026-04-02T19:54:28.404Z Downloaded cargo_metadata v0.21.0
4232026-04-02T19:54:28.404Z Downloaded proc-macro-error-attr v1.0.4
4242026-04-02T19:54:28.407Z Downloaded memmap v0.7.0
4252026-04-02T19:54:28.407Z Downloaded cargo-platform v0.2.0
4262026-04-02T19:54:28.407Z Downloaded thiserror-impl v1.0.69
4272026-04-02T19:54:28.413Z Downloaded synstructure v0.13.2
4282026-04-02T19:54:28.417Z Downloaded autocfg v1.5.0
4292026-04-02T19:54:28.417Z Downloaded litemap v0.8.1
4302026-04-02T19:54:28.419Z Downloaded bytecount v0.6.9
4312026-04-02T19:54:28.419Z Downloaded clap_derive v4.5.55
4322026-04-02T19:54:28.422Z Downloaded pest_derive v2.8.6
4332026-04-02T19:54:28.435Z Downloaded pest_generator v2.8.6
4342026-04-02T19:54:28.438Z Downloaded anyhow v1.0.102
4352026-04-02T19:54:28.438Z Downloaded smallvec v1.15.1
4362026-04-02T19:54:28.441Z Downloaded once_cell v1.21.3
4372026-04-02T19:54:28.445Z Downloaded camino-tempfile v1.4.1
4382026-04-02T19:54:28.455Z Downloaded serde_derive v1.0.228
4392026-04-02T19:54:28.462Z Downloaded log v0.4.29
4402026-04-02T19:54:28.465Z Downloaded icu_normalizer v2.1.1
4412026-04-02T19:54:28.468Z Downloaded serde_core v1.0.228
4422026-04-02T19:54:28.468Z Downloaded camino v1.2.2
4432026-04-02T19:54:28.471Z Downloaded papergrid v0.11.0
4442026-04-02T19:54:28.476Z Downloaded icu_provider v2.1.1
4452026-04-02T19:54:28.479Z Downloaded indexmap v2.13.0
4462026-04-02T19:54:28.482Z Downloaded icu_collections v2.1.1
4472026-04-02T19:54:28.485Z Downloaded goblin v0.8.2
4482026-04-02T19:54:28.492Z Downloaded pest_meta v2.8.6
4492026-04-02T19:54:28.505Z Downloaded serde_json v1.0.149
4502026-04-02T19:54:28.510Z Downloaded memchr v2.8.0
4512026-04-02T19:54:28.521Z Downloaded hashbrown v0.16.1
4522026-04-02T19:54:28.527Z Downloaded idna v1.1.0
4532026-04-02T19:54:28.535Z Downloaded pest v2.8.6
4542026-04-02T19:54:28.538Z Downloaded icu_properties_data v2.1.2
4552026-04-02T19:54:28.543Z Downloaded clap_builder v4.5.60
4562026-04-02T19:54:28.556Z Downloaded tabled v0.15.0
4572026-04-02T19:54:28.567Z Downloaded syn v1.0.109
4582026-04-02T19:54:28.574Z Downloaded syn v2.0.117
4592026-04-02T19:54:28.591Z Downloaded rustix v1.1.3
4602026-04-02T19:54:28.618Z Downloaded libc v0.2.180
4612026-04-02T19:54:28.684Z Compiling proc-macro2 v1.0.106
4622026-04-02T19:54:28.684Z Compiling quote v1.0.44
4632026-04-02T19:54:28.684Z Compiling unicode-ident v1.0.24
4642026-04-02T19:54:28.684Z Compiling serde_core v1.0.228
4652026-04-02T19:54:28.684Z Compiling libc v0.2.180
4662026-04-02T19:54:28.687Z Compiling version_check v0.9.5
4672026-04-02T19:54:28.687Z Compiling stable_deref_trait v1.2.1
4682026-04-02T19:54:28.687Z Compiling memchr v2.8.0
4692026-04-02T19:54:28.997Z Compiling serde v1.0.228
4702026-04-02T19:54:29.017Z Compiling zmij v1.0.21
4712026-04-02T19:54:29.200Z Compiling ucd-trie v0.1.7
4722026-04-02T19:54:29.439Z Compiling itoa v1.0.17
4732026-04-02T19:54:29.469Z Compiling thiserror v1.0.69
4742026-04-02T19:54:29.656Z Compiling autocfg v1.5.0
4752026-04-02T19:54:29.733Z Compiling pest v2.8.6
4762026-04-02T19:54:29.943Z Compiling writeable v0.6.2
4772026-04-02T19:54:29.961Z Compiling litemap v0.8.1
4782026-04-02T19:54:30.080Z Compiling rustix v1.1.3
4792026-04-02T19:54:30.096Z Compiling icu_normalizer_data v2.1.1
4802026-04-02T19:54:30.136Z Compiling icu_properties_data v2.1.2
4812026-04-02T19:54:30.154Z Compiling byteorder v1.5.0
4822026-04-02T19:54:30.457Z Compiling errno v0.3.14
4832026-04-02T19:54:30.563Z Compiling syn v2.0.117
4842026-04-02T19:54:30.583Z Compiling serde_json v1.0.149
4852026-04-02T19:54:30.611Z Compiling bitflags v2.11.0
4862026-04-02T19:54:30.737Z Compiling num-traits v0.2.19
4872026-04-02T19:54:30.763Z Compiling pest_meta v2.8.6
4882026-04-02T19:54:30.857Z Compiling hashbrown v0.16.1
4892026-04-02T19:54:30.922Z Compiling smallvec v1.15.1
4902026-04-02T19:54:31.206Z Compiling equivalent v1.0.2
4912026-04-02T19:54:31.223Z Compiling typeid v1.0.3
4922026-04-02T19:54:31.405Z Compiling indexmap v2.13.0
4932026-04-02T19:54:31.513Z Compiling thread-id v4.2.2
4942026-04-02T19:54:31.550Z Compiling proc-macro-error-attr v1.0.4
4952026-04-02T19:54:31.592Z Compiling usdt-impl v0.5.0
4962026-04-02T19:54:31.608Z Compiling winnow v0.7.14
4972026-04-02T19:54:31.734Z Compiling toml_write v0.1.2
4982026-04-02T19:54:31.899Z Compiling erased-serde v0.4.9
4992026-04-02T19:54:31.944Z Compiling syn v1.0.109
5002026-04-02T19:54:32.226Z Compiling proc-macro-error v1.0.4
5012026-04-02T19:54:32.309Z Compiling percent-encoding v2.3.2
5022026-04-02T19:54:32.423Z Compiling utf8parse v0.2.2
5032026-04-02T19:54:32.468Z Compiling utf8_iter v1.0.4
5042026-04-02T19:54:32.513Z Compiling thiserror v2.0.18
5052026-04-02T19:54:32.544Z Compiling getrandom v0.4.1
5062026-04-02T19:54:32.625Z Compiling camino v1.2.2
5072026-04-02T19:54:32.758Z Compiling log v0.4.29
5082026-04-02T19:54:32.853Z Compiling plain v0.2.3
5092026-04-02T19:54:32.917Z Compiling ordered-float v2.10.1
5102026-04-02T19:54:32.943Z Compiling anstyle-parse v0.2.7
5112026-04-02T19:54:32.980Z Compiling form_urlencoded v1.2.2
5122026-04-02T19:54:33.138Z Compiling terminal_size v0.4.3
5132026-04-02T19:54:33.180Z Compiling anstyle v1.0.13
5142026-04-02T19:54:33.249Z Compiling synstructure v0.13.2
5152026-04-02T19:54:33.276Z Compiling pest_generator v2.8.6
5162026-04-02T19:54:33.381Z Compiling pretty-hex v0.4.1
5172026-04-02T19:54:33.442Z Compiling colorchoice v1.0.4
5182026-04-02T19:54:33.513Z Compiling anstyle-query v1.1.5
5192026-04-02T19:54:33.532Z Compiling cfg-if v1.0.4
5202026-04-02T19:54:33.562Z Compiling is_terminal_polyfill v1.70.2
5212026-04-02T19:54:33.580Z Compiling serde-untagged v0.1.9
5222026-04-02T19:54:33.660Z Compiling anstream v0.6.21
5232026-04-02T19:54:33.782Z Compiling semver v1.0.27
5242026-04-02T19:54:33.868Z Compiling fs-err v3.3.0
5252026-04-02T19:54:33.968Z Compiling heck v0.4.1
5262026-04-02T19:54:33.994Z Compiling fnv v1.0.7
5272026-04-02T19:54:34.058Z Compiling bytecount v0.6.9
5282026-04-02T19:54:34.098Z Compiling anyhow v1.0.102
5292026-04-02T19:54:34.116Z Compiling strsim v0.11.1
5302026-04-02T19:54:34.116Z Compiling fastrand v2.3.0
5312026-04-02T19:54:34.190Z Compiling unicode-xid v0.2.6
5322026-04-02T19:54:34.337Z Compiling heck v0.5.0
5332026-04-02T19:54:34.393Z Compiling once_cell v1.21.3
5342026-04-02T19:54:34.411Z Compiling unicode-width v0.1.14
5352026-04-02T19:54:34.462Z Compiling clap_lex v1.0.0
5362026-04-02T19:54:34.575Z Compiling tempfile v3.25.0
5372026-04-02T19:54:34.684Z Compiling clap_builder v4.5.60
5382026-04-02T19:54:34.700Z Compiling papergrid v0.11.0
5392026-04-02T19:54:34.718Z Compiling memmap v0.7.0
5402026-04-02T19:54:34.734Z Compiling smawk v0.3.2
5412026-04-02T19:54:34.876Z Compiling unicode-linebreak v0.1.5
5422026-04-02T19:54:34.901Z Compiling unicode-width v0.2.0
5432026-04-02T19:54:34.918Z Compiling serde_derive v1.0.228
5442026-04-02T19:54:34.946Z Compiling zerofrom-derive v0.1.6
5452026-04-02T19:54:35.074Z Compiling yoke-derive v0.8.1
5462026-04-02T19:54:35.112Z Compiling zerovec-derive v0.11.2
5472026-04-02T19:54:35.171Z Compiling displaydoc v0.2.5
5482026-04-02T19:54:35.901Z Compiling thiserror-impl v1.0.69
5492026-04-02T19:54:36.129Z Compiling zerocopy-derive v0.7.35
5502026-04-02T19:54:36.212Z Compiling pest_derive v2.8.6
5512026-04-02T19:54:36.266Z Compiling scroll_derive v0.12.1
5522026-04-02T19:54:36.377Z Compiling zerofrom v0.1.6
5532026-04-02T19:54:36.519Z Compiling yoke v0.8.1
5542026-04-02T19:54:36.640Z Compiling thiserror-impl v2.0.18
5552026-04-02T19:54:36.723Z Compiling zerovec v0.11.5
5562026-04-02T19:54:36.946Z Compiling zerotrie v0.2.3
5572026-04-02T19:54:36.997Z Compiling zerocopy v0.7.35
5582026-04-02T19:54:37.193Z Compiling tinystr v0.8.2
5592026-04-02T19:54:37.251Z Compiling potential_utf v0.1.4
5602026-04-02T19:54:37.350Z Compiling dtrace-parser v0.2.0
5612026-04-02T19:54:37.402Z Compiling icu_locale_core v2.1.1
5622026-04-02T19:54:37.428Z Compiling icu_collections v2.1.1
5632026-04-02T19:54:37.556Z Compiling scroll v0.12.0
5642026-04-02T19:54:37.722Z Compiling tabled_derive v0.7.0
5652026-04-02T19:54:37.740Z Compiling clap_derive v4.5.55
5662026-04-02T19:54:37.825Z Compiling goblin v0.8.2
5672026-04-02T19:54:38.095Z Compiling icu_provider v2.1.1
5682026-04-02T19:54:38.110Z Compiling textwrap v0.16.2
5692026-04-02T19:54:38.285Z Compiling camino-tempfile v1.4.1
5702026-04-02T19:54:38.374Z Compiling icu_properties v2.1.2
5712026-04-02T19:54:38.393Z Compiling icu_normalizer v2.1.1
5722026-04-02T19:54:38.413Z Compiling serde_spanned v0.6.9
5732026-04-02T19:54:38.513Z Compiling toml_datetime v0.6.11
5742026-04-02T19:54:38.566Z Compiling dof v0.3.0
5752026-04-02T19:54:38.569Z Compiling serde_tokenstream v0.2.3
5762026-04-02T19:54:38.616Z Compiling serde-value v0.7.0
5772026-04-02T19:54:38.778Z Compiling toml_edit v0.22.27
5782026-04-02T19:54:38.958Z Compiling cargo-platform v0.2.0
5792026-04-02T19:54:38.974Z Compiling tabled v0.15.0
5802026-04-02T19:54:38.980Z Compiling macaddr v1.0.1
5812026-04-02T19:54:39.213Z Compiling idna_adapter v1.2.1
5822026-04-02T19:54:39.366Z Compiling idna v1.1.0
5832026-04-02T19:54:39.469Z Compiling clap v4.5.60
5842026-04-02T19:54:39.506Z Compiling usdt-attr-macro v0.5.0
5852026-04-02T19:54:39.551Z Compiling usdt-macro v0.5.0
5862026-04-02T19:54:39.571Z Compiling swrite v0.1.0
5872026-04-02T19:54:39.670Z Compiling url v2.5.8
5882026-04-02T19:54:39.726Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-04-02T19:54:40.148Z Compiling toml v0.8.23
5902026-04-02T19:54:40.596Z Compiling cargo-util-schemas v0.8.2
5912026-04-02T19:54:40.615Z Compiling cargo_toml v0.21.0
5922026-04-02T19:54:40.682Z Compiling usdt v0.5.0
5932026-04-02T19:54:41.476Z Compiling cargo_metadata v0.21.0
5942026-04-02T19:54:42.416Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-02T19:54:44.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.59s
5962026-04-02T19:54:44.710Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-02T19:54:45.275Z Downloading crates ...
5982026-04-02T19:54:45.385Z Downloaded crossbeam-deque v0.8.6
5992026-04-02T19:54:45.403Z Downloaded debug-ignore v1.0.5
6002026-04-02T19:54:45.404Z Downloaded base64ct v1.8.3
6012026-04-02T19:54:45.404Z Downloaded backon v1.6.0
6022026-04-02T19:54:45.413Z Downloaded adler2 v2.0.1
6032026-04-02T19:54:45.413Z Downloaded atomicwrites v0.4.4
6042026-04-02T19:54:45.413Z Downloaded aead v0.5.2
6052026-04-02T19:54:45.413Z Downloaded crunchy v0.2.4
6062026-04-02T19:54:45.413Z Downloaded critical-section v1.2.0
6072026-04-02T19:54:45.413Z Downloaded crc8 v0.1.1
6082026-04-02T19:54:45.413Z Downloaded atomic-waker v1.1.2
6092026-04-02T19:54:45.414Z Downloaded derive-ex v0.1.8
6102026-04-02T19:54:45.414Z Downloaded defmt-macros v1.0.1
6112026-04-02T19:54:45.414Z Downloaded derive_builder_core v0.20.2
6122026-04-02T19:54:45.414Z Downloaded colored v2.2.0
6132026-04-02T19:54:45.414Z Downloaded arrayref v0.3.9
6142026-04-02T19:54:45.419Z Downloaded curve25519-dalek-derive v0.1.1
6152026-04-02T19:54:45.419Z Downloaded crucible-workspace-hack v0.1.0
6162026-04-02T19:54:45.419Z Downloaded daft v0.1.5
6172026-04-02T19:54:45.419Z Downloaded colored v3.1.1
6182026-04-02T19:54:45.419Z Downloaded atty v0.2.14
6192026-04-02T19:54:45.419Z Downloaded async-stream v0.3.6
6202026-04-02T19:54:45.419Z Downloaded darling v0.20.11
6212026-04-02T19:54:45.426Z Downloaded daft-derive v0.1.5
6222026-04-02T19:54:45.426Z Downloaded blowfish v0.9.1
6232026-04-02T19:54:45.431Z Downloaded assert_matches v1.5.0
6242026-04-02T19:54:45.431Z Downloaded darling v0.21.3
6252026-04-02T19:54:45.438Z Downloaded cfg_aliases v0.2.1
6262026-04-02T19:54:45.438Z Downloaded bit-set v0.5.3
6272026-04-02T19:54:45.438Z Downloaded bitfield-struct v0.6.2
6282026-04-02T19:54:45.443Z Downloaded base16ct v1.0.0
6292026-04-02T19:54:45.443Z Downloaded cfg_aliases v0.1.1
6302026-04-02T19:54:45.453Z Downloaded bit-set v0.8.0
6312026-04-02T19:54:45.453Z Downloaded expectorate v1.2.0
6322026-04-02T19:54:45.461Z Downloaded filetime v0.2.27
6332026-04-02T19:54:45.461Z Downloaded crossbeam-utils v0.8.21
6342026-04-02T19:54:45.461Z Downloaded ahash v0.8.12
6352026-04-02T19:54:45.461Z Downloaded bcrypt-pbkdf v0.10.0
6362026-04-02T19:54:45.461Z Downloaded der v0.7.10
6372026-04-02T19:54:45.465Z Downloaded dtrace-parser v0.3.0
6382026-04-02T19:54:45.466Z Downloaded futures-io v0.3.32
6392026-04-02T19:54:45.466Z Downloaded document-features v0.2.12
6402026-04-02T19:54:45.466Z Downloaded array-init v0.0.4
6412026-04-02T19:54:45.466Z Downloaded enum-as-inner v0.6.1
6422026-04-02T19:54:45.472Z Downloaded foreign-types-macros v0.2.3
6432026-04-02T19:54:45.472Z Downloaded env_filter v1.0.0
6442026-04-02T19:54:45.472Z Downloaded dyn-clone v1.0.20
6452026-04-02T19:54:45.472Z Downloaded darling_macro v0.20.11
6462026-04-02T19:54:45.472Z Downloaded castaway v0.2.4
6472026-04-02T19:54:45.473Z Downloaded dunce v1.0.5
6482026-04-02T19:54:45.473Z Downloaded async-recursion v1.1.1
6492026-04-02T19:54:45.489Z Downloaded float-cmp v0.10.0
6502026-04-02T19:54:45.489Z Downloaded ascii-canvas v3.0.0
6512026-04-02T19:54:45.489Z Downloaded ar_archive_writer v0.5.1
6522026-04-02T19:54:45.489Z Downloaded cobs v0.3.0
6532026-04-02T19:54:45.489Z Downloaded dropshot-api-manager-types v0.6.0
6542026-04-02T19:54:45.489Z Downloaded diesel_table_macro_syntax v0.3.0
6552026-04-02T19:54:45.495Z Downloaded base16ct v0.2.0
6562026-04-02T19:54:45.495Z Downloaded cipher v0.4.4
6572026-04-02T19:54:45.495Z Downloaded bitfield-macros v0.19.4
6582026-04-02T19:54:45.495Z Downloaded bzip2 v0.4.4
6592026-04-02T19:54:45.495Z Downloaded arrayvec v0.7.6
6602026-04-02T19:54:45.495Z Downloaded fxhash v0.2.1
6612026-04-02T19:54:45.496Z Downloaded float-ord v0.3.2
6622026-04-02T19:54:45.496Z Downloaded dirs-sys-next v0.1.2
6632026-04-02T19:54:45.496Z Downloaded cargo-platform v0.1.9
6642026-04-02T19:54:45.496Z Downloaded dirs-next v2.0.0
6652026-04-02T19:54:45.496Z Downloaded fixedbitset v0.4.2
6662026-04-02T19:54:45.496Z Downloaded difflib v0.4.0
6672026-04-02T19:54:45.499Z Downloaded derive_builder_macro v0.20.2
6682026-04-02T19:54:45.499Z Downloaded bb8 v0.8.6
6692026-04-02T19:54:45.499Z Downloaded ciborium-io v0.2.2
6702026-04-02T19:54:45.499Z Downloaded flagset v0.4.7
6712026-04-02T19:54:45.499Z Downloaded clang-sys v1.8.1
6722026-04-02T19:54:45.502Z Downloaded fd-lock v4.0.4
6732026-04-02T19:54:45.506Z Downloaded const_format_proc_macros v0.2.34
6742026-04-02T19:54:45.506Z Downloaded bit-vec v0.6.3
6752026-04-02T19:54:45.506Z Downloaded bcs v0.1.6
6762026-04-02T19:54:45.511Z Downloaded embedded-io v0.4.0
6772026-04-02T19:54:45.511Z Downloaded foreign-types-shared v0.1.1
6782026-04-02T19:54:45.511Z Downloaded defmt v0.3.100
6792026-04-02T19:54:45.514Z Downloaded dsl_auto_type v0.2.0
6802026-04-02T19:54:45.514Z Downloaded defmt-parser v1.0.0
6812026-04-02T19:54:45.514Z Downloaded cstr-argument v0.1.2
6822026-04-02T19:54:45.514Z Downloaded darling_macro v0.23.0
6832026-04-02T19:54:45.514Z Downloaded darling_macro v0.21.3
6842026-04-02T19:54:45.514Z Downloaded block-padding v0.3.3
6852026-04-02T19:54:45.514Z Downloaded async-stream-impl v0.3.6
6862026-04-02T19:54:45.519Z Downloaded gethostname v0.5.0
6872026-04-02T19:54:45.519Z Downloaded git-stub v1.0.0
6882026-04-02T19:54:45.519Z Downloaded foreign-types v0.3.2
6892026-04-02T19:54:45.519Z Downloaded futures-core v0.3.32
6902026-04-02T19:54:45.523Z Downloaded convert_case v0.4.0
6912026-04-02T19:54:45.523Z Downloaded dof v0.4.0
6922026-04-02T19:54:45.523Z Downloaded foldhash v0.1.5
6932026-04-02T19:54:45.523Z Downloaded deranged v0.5.8
6942026-04-02T19:54:45.523Z Downloaded futures-sink v0.3.32
6952026-04-02T19:54:45.523Z Downloaded futures-macro v0.3.32
6962026-04-02T19:54:45.538Z Downloaded foreign-types-shared v0.3.1
6972026-04-02T19:54:45.538Z Downloaded endian-type v0.1.2
6982026-04-02T19:54:45.538Z Downloaded display-error-chain v0.2.2
6992026-04-02T19:54:45.544Z Downloaded diff v0.1.13
7002026-04-02T19:54:45.544Z Downloaded crossbeam-channel v0.5.15
7012026-04-02T19:54:45.544Z Downloaded globwalk v0.9.1
7022026-04-02T19:54:45.544Z Downloaded ghash v0.5.1
7032026-04-02T19:54:45.544Z Downloaded futures-task v0.3.32
7042026-04-02T19:54:45.544Z Downloaded headers-core v0.3.0
7052026-04-02T19:54:45.544Z Downloaded ciborium-ll v0.2.2
7062026-04-02T19:54:45.544Z Downloaded derive-where v1.6.0
7072026-04-02T19:54:45.544Z Downloaded crc-catalog v2.4.0
7082026-04-02T19:54:45.544Z Downloaded base64 v0.22.1
7092026-04-02T19:54:45.548Z Downloaded foreign-types v0.5.0
7102026-04-02T19:54:45.549Z Downloaded cbc v0.1.2
7112026-04-02T19:54:45.549Z Downloaded buf-list v1.1.2
7122026-04-02T19:54:45.549Z Downloaded funty v2.0.0
7132026-04-02T19:54:45.549Z Downloaded cpufeatures v0.3.0
7142026-04-02T19:54:45.553Z Downloaded fallible-iterator v0.2.0
7152026-04-02T19:54:45.553Z Downloaded ctr v0.9.2
7162026-04-02T19:54:45.566Z Downloaded foldhash v0.2.0
7172026-04-02T19:54:45.566Z Downloaded ed25519 v2.2.3
7182026-04-02T19:54:45.566Z Downloaded ecdsa v0.16.9
7192026-04-02T19:54:45.566Z Downloaded hash32 v0.2.1
7202026-04-02T19:54:45.566Z Downloaded data-encoding v2.10.0
7212026-04-02T19:54:45.566Z Downloaded embedded-io v0.6.1
7222026-04-02T19:54:45.566Z Downloaded diesel-dtrace v0.5.0
7232026-04-02T19:54:45.571Z Downloaded der_derive v0.7.3
7242026-04-02T19:54:45.571Z Downloaded erased-serde v0.3.31
7252026-04-02T19:54:45.571Z Downloaded chacha20 v0.9.1
7262026-04-02T19:54:45.571Z Downloaded argon2 v0.5.3
7272026-04-02T19:54:45.571Z Downloaded home v0.5.12
7282026-04-02T19:54:45.571Z Downloaded async-trait v0.1.89
7292026-04-02T19:54:45.571Z Downloaded http-range v0.1.5
7302026-04-02T19:54:45.572Z Downloaded hostname v0.4.2
7312026-04-02T19:54:45.581Z Downloaded hubpack v0.1.2
7322026-04-02T19:54:45.581Z Downloaded bit-vec v0.8.0
7332026-04-02T19:54:45.581Z Downloaded either v1.15.0
7342026-04-02T19:54:45.581Z Downloaded fixedbitset v0.5.7
7352026-04-02T19:54:45.582Z Downloaded byte-wrapper v0.1.0
7362026-04-02T19:54:45.599Z Downloaded console v0.15.11
7372026-04-02T19:54:45.600Z Downloaded find-msvc-tools v0.1.9
7382026-04-02T19:54:45.600Z Downloaded drift v0.1.3
7392026-04-02T19:54:45.600Z Downloaded hex v0.4.3
7402026-04-02T19:54:45.600Z Downloaded hex-literal v0.4.1
7412026-04-02T19:54:45.600Z Downloaded blake2 v0.10.6
7422026-04-02T19:54:45.600Z Downloaded hubpack_derive v0.1.1
7432026-04-02T19:54:45.600Z Downloaded http-body v1.0.1
7442026-04-02T19:54:45.600Z Downloaded git-stub-vcs v0.1.0
7452026-04-02T19:54:45.600Z Downloaded ff v0.13.1
7462026-04-02T19:54:45.601Z Downloaded fatfs v0.3.6
7472026-04-02T19:54:45.620Z Downloaded httpdate v1.0.3
7482026-04-02T19:54:45.621Z Downloaded constant_time_eq v0.4.2
7492026-04-02T19:54:45.621Z Downloaded cmake v0.1.57
7502026-04-02T19:54:45.621Z Downloaded indent_write v2.2.0
7512026-04-02T19:54:45.621Z Downloaded ident_case v1.0.1
7522026-04-02T19:54:45.621Z Downloaded futures-executor v0.3.32
7532026-04-02T19:54:45.621Z Downloaded crc v3.4.0
7542026-04-02T19:54:45.622Z Downloaded instability v0.3.11
7552026-04-02T19:54:45.622Z Downloaded corncobs v0.1.4
7562026-04-02T19:54:45.622Z Downloaded fs-err v2.11.0
7572026-04-02T19:54:45.622Z Downloaded is_ci v1.2.0
7582026-04-02T19:54:45.622Z Downloaded inout v0.1.4
7592026-04-02T19:54:45.622Z Downloaded cargo_metadata v0.19.2
7602026-04-02T19:54:45.622Z Downloaded camino-tempfile-ext v0.3.3
7612026-04-02T19:54:45.622Z Downloaded backoff v0.4.0
7622026-04-02T19:54:45.622Z Downloaded fs_extra v1.3.0
7632026-04-02T19:54:45.623Z Downloaded hyper-tls v0.6.0
7642026-04-02T19:54:45.631Z Downloaded downcast-rs v2.0.2
7652026-04-02T19:54:45.631Z Downloaded cexpr v0.6.0
7662026-04-02T19:54:45.631Z Downloaded highway v1.3.0
7672026-04-02T19:54:45.631Z Downloaded crossterm v0.29.0
7682026-04-02T19:54:45.631Z Downloaded convert_case v0.10.0
7692026-04-02T19:54:45.631Z Downloaded cargo_toml v0.22.3
7702026-04-02T19:54:45.631Z Downloaded bitflags v1.3.2
7712026-04-02T19:54:45.632Z Downloaded derive_builder v0.20.2
7722026-04-02T19:54:45.632Z Downloaded hash32 v0.3.1
7732026-04-02T19:54:45.632Z Downloaded internet-checksum v0.2.1
7742026-04-02T19:54:45.632Z Downloaded group v0.13.0
7752026-04-02T19:54:45.632Z Downloaded globset v0.4.18
7762026-04-02T19:54:45.632Z Downloaded glob v0.3.3
7772026-04-02T19:54:45.636Z Downloaded instant v0.1.13
7782026-04-02T19:54:45.636Z Downloaded ena v0.14.4
7792026-04-02T19:54:45.636Z Downloaded is-terminal v0.4.17
7802026-04-02T19:54:45.636Z Downloaded cancel-safe-futures v0.1.5
7812026-04-02T19:54:45.636Z Downloaded kstat-rs v0.2.4
7822026-04-02T19:54:45.636Z Downloaded keccak v0.1.6
7832026-04-02T19:54:45.636Z Downloaded ciborium v0.2.2
7842026-04-02T19:54:45.636Z Downloaded cassowary v0.3.0
7852026-04-02T19:54:45.640Z Downloaded console v0.16.2
7862026-04-02T19:54:45.640Z Downloaded des v0.8.1
7872026-04-02T19:54:45.640Z Downloaded defmt v1.0.1
7882026-04-02T19:54:45.645Z Downloaded csv-core v0.1.13
7892026-04-02T19:54:45.645Z Downloaded lalrpop-util v0.19.12
7902026-04-02T19:54:45.645Z Downloaded allocator-api2 v0.2.21
7912026-04-02T19:54:45.648Z Downloaded darling v0.23.0
7922026-04-02T19:54:45.649Z Downloaded darling_core v0.20.11
7932026-04-02T19:54:45.654Z Downloaded bzip2 v0.6.1
7942026-04-02T19:54:45.654Z Downloaded hostname v0.3.1
7952026-04-02T19:54:45.661Z Downloaded libscf-sys v1.1.0
7962026-04-02T19:54:45.661Z Downloaded linked-hash-map v0.5.6
7972026-04-02T19:54:45.661Z Downloaded hickory-client v0.25.2
7982026-04-02T19:54:45.661Z Downloaded bitfield v0.19.4
7992026-04-02T19:54:45.661Z Downloaded env_logger v0.11.9
8002026-04-02T19:54:45.661Z Downloaded maplit v1.0.2
8012026-04-02T19:54:45.665Z Downloaded lru v0.12.5
8022026-04-02T19:54:45.665Z Downloaded http-body-util v0.1.3
8032026-04-02T19:54:45.665Z Downloaded chacha20 v0.10.0
8042026-04-02T19:54:45.674Z Downloaded lzss v0.8.2
8052026-04-02T19:54:45.674Z Downloaded lru-slab v0.1.2
8062026-04-02T19:54:45.674Z Downloaded cookie_store v0.22.1
8072026-04-02T19:54:45.685Z Downloaded md5 v0.7.0
8082026-04-02T19:54:45.685Z Downloaded mime v0.3.17
8092026-04-02T19:54:45.685Z Downloaded humantime v2.3.0
8102026-04-02T19:54:45.685Z Downloaded memoffset v0.9.1
8112026-04-02T19:54:45.686Z Downloaded md-5 v0.10.6
8122026-04-02T19:54:45.686Z Downloaded new_debug_unreachable v1.0.6
8132026-04-02T19:54:45.686Z Downloaded multimap v0.10.1
8142026-04-02T19:54:45.686Z Downloaded maybe-uninit v2.0.0
8152026-04-02T19:54:45.686Z Downloaded newtype_derive v0.1.6
8162026-04-02T19:54:45.686Z Downloaded ingot v0.1.1
8172026-04-02T19:54:45.690Z Downloaded indoc v2.0.7
8182026-04-02T19:54:45.690Z Downloaded newtype-uuid-macros v0.1.0
8192026-04-02T19:54:45.690Z Downloaded getrandom v0.2.17
8202026-04-02T19:54:45.690Z Downloaded futures-channel v0.3.32
8212026-04-02T19:54:45.690Z Downloaded ipnetwork v0.21.1
8222026-04-02T19:54:45.690Z Downloaded jobserver v0.1.34
8232026-04-02T19:54:45.690Z Downloaded half v1.8.3
8242026-04-02T19:54:45.690Z Downloaded ipnet v2.11.0
8252026-04-02T19:54:45.697Z Downloaded indoc v1.0.9
8262026-04-02T19:54:45.697Z Downloaded nibble_vec v0.1.0
8272026-04-02T19:54:45.697Z Downloaded elliptic-curve v0.13.8
8282026-04-02T19:54:45.701Z Downloaded dropshot_endpoint v0.16.7
8292026-04-02T19:54:45.701Z Downloaded nodrop v0.1.14
8302026-04-02T19:54:45.701Z Downloaded num v0.4.3
8312026-04-02T19:54:45.701Z Downloaded nonempty v0.12.0
8322026-04-02T19:54:45.702Z Downloaded cookie v0.18.1
8332026-04-02T19:54:45.709Z Downloaded async-bb8-diesel v0.2.1
8342026-04-02T19:54:45.709Z Downloaded lazy_static v1.5.0
8352026-04-02T19:54:45.709Z Downloaded newline-converter v0.3.0
8362026-04-02T19:54:45.710Z Downloaded managed v0.8.0
8372026-04-02T19:54:45.710Z Downloaded lru-cache v0.1.2
8382026-04-02T19:54:45.710Z Downloaded const-oid v0.9.6
8392026-04-02T19:54:45.715Z Downloaded num-conv v0.2.0
8402026-04-02T19:54:45.715Z Downloaded normalize-line-endings v0.3.0
8412026-04-02T19:54:45.715Z Downloaded derive_more v0.99.20
8422026-04-02T19:54:45.719Z Downloaded num-iter v0.1.45
8432026-04-02T19:54:45.719Z Downloaded num-derive v0.3.3
8442026-04-02T19:54:45.719Z Downloaded crossbeam-epoch v0.9.18
8452026-04-02T19:54:45.719Z Downloaded getrandom v0.3.4
8462026-04-02T19:54:45.723Z Downloaded num_enum_derive v0.5.11
8472026-04-02T19:54:45.723Z Downloaded libloading v0.8.9
8482026-04-02T19:54:45.728Z Downloaded libsw v3.5.0
8492026-04-02T19:54:45.728Z Downloaded crypto-bigint v0.5.5
8502026-04-02T19:54:45.738Z Downloaded openssl-probe v0.2.1
8512026-04-02T19:54:45.738Z Downloaded opaque-debug v0.3.1
8522026-04-02T19:54:45.739Z Downloaded olpc-cjson v0.1.4
8532026-04-02T19:54:45.739Z Downloaded num_threads v0.1.7
8542026-04-02T19:54:45.739Z Downloaded lock_api v0.4.14
8552026-04-02T19:54:45.739Z Downloaded half v2.7.1
8562026-04-02T19:54:45.739Z Downloaded iana-time-zone v0.1.65
8572026-04-02T19:54:45.743Z Downloaded hyper-staticfile v0.10.1
8582026-04-02T19:54:45.743Z Downloaded hyper-rustls v0.27.7
8592026-04-02T19:54:45.743Z Downloaded httparse v1.10.1
8602026-04-02T19:54:45.743Z Downloaded openssl-probe v0.1.6
8612026-04-02T19:54:45.743Z Downloaded match_cfg v0.1.0
8622026-04-02T19:54:45.748Z Downloaded oso-derive v0.27.3
8632026-04-02T19:54:45.748Z Downloaded native-tls v0.2.18
8642026-04-02T19:54:45.748Z Downloaded multer v3.1.0
8652026-04-02T19:54:45.748Z Downloaded linear-map v1.2.0
8662026-04-02T19:54:45.753Z Downloaded ingot-types v0.1.2
8672026-04-02T19:54:45.753Z Downloaded ingot-macros v0.1.1
8682026-04-02T19:54:45.753Z Downloaded crc32fast v1.5.0
8692026-04-02T19:54:45.753Z Downloaded parse-display v0.10.0
8702026-04-02T19:54:45.754Z Downloaded newtype-uuid v1.3.2
8712026-04-02T19:54:45.754Z Downloaded mime_guess v2.0.5
8722026-04-02T19:54:45.754Z Downloaded pbkdf2 v0.11.0
8732026-04-02T19:54:45.760Z Downloaded impl-trait-for-tuples v0.2.3
8742026-04-02T19:54:45.760Z Downloaded darling_core v0.23.0
8752026-04-02T19:54:45.767Z Downloaded parse-size v1.1.0
8762026-04-02T19:54:45.767Z Downloaded path-slash v0.1.5
8772026-04-02T19:54:45.767Z Downloaded packed_struct_codegen v0.10.1
8782026-04-02T19:54:45.767Z Downloaded nanorand v0.7.0
8792026-04-02T19:54:45.768Z Downloaded crc-any v2.5.0
8802026-04-02T19:54:45.778Z Downloaded peg-runtime v0.8.5
8812026-04-02T19:54:45.778Z Downloaded pbkdf2 v0.12.2
8822026-04-02T19:54:45.778Z Downloaded flume v0.11.1
8832026-04-02T19:54:45.778Z Downloaded darling_core v0.21.3
8842026-04-02T19:54:45.778Z Downloaded hmac v0.12.1
8852026-04-02T19:54:45.789Z Downloaded pin-utils v0.1.0
8862026-04-02T19:54:45.795Z Downloaded phf_shared v0.12.1
8872026-04-02T19:54:45.795Z Downloaded phf_shared v0.11.3
8882026-04-02T19:54:45.796Z Downloaded num-rational v0.4.2
8892026-04-02T19:54:45.796Z Downloaded num-integer v0.1.46
8902026-04-02T19:54:45.796Z Downloaded num-complex v0.4.6
8912026-04-02T19:54:45.796Z Downloaded nu-ansi-term v0.50.3
8922026-04-02T19:54:45.796Z Downloaded libefi-sys v0.1.0
8932026-04-02T19:54:45.808Z Downloaded num_enum_derive v0.7.5
8942026-04-02T19:54:45.808Z Downloaded num_enum v0.7.5
8952026-04-02T19:54:45.808Z Downloaded oxnet v0.1.4
8962026-04-02T19:54:45.808Z Downloaded num_enum v0.5.11
8972026-04-02T19:54:45.819Z Downloaded litrs v1.0.0
8982026-04-02T19:54:45.819Z Downloaded precomputed-hash v0.1.1
8992026-04-02T19:54:45.820Z Downloaded libsw-core v0.3.2
9002026-04-02T19:54:45.820Z Downloaded const_format v0.2.35
9012026-04-02T19:54:45.820Z Downloaded predicates-tree v1.0.13
9022026-04-02T19:54:45.820Z Downloaded aes-gcm v0.10.3
9032026-04-02T19:54:45.820Z Downloaded futures v0.3.32
9042026-04-02T19:54:45.824Z Downloaded indexmap v1.9.3
9052026-04-02T19:54:45.824Z Downloaded openssl-macros v0.1.1
9062026-04-02T19:54:45.824Z Downloaded owo-colors v4.3.0
9072026-04-02T19:54:45.824Z Downloaded packed_struct v0.10.1
9082026-04-02T19:54:45.824Z Downloaded oxide-tokio-rt v0.1.3
9092026-04-02T19:54:45.824Z Downloaded memmap2 v0.9.10
9102026-04-02T19:54:45.824Z Downloaded predicates-core v1.0.10
9112026-04-02T19:54:45.824Z Downloaded proc-macro-crate v3.4.0
9122026-04-02T19:54:45.824Z Downloaded password-hash v0.5.0
9132026-04-02T19:54:45.830Z Downloaded parking_lot_core v0.8.6
9142026-04-02T19:54:45.830Z Downloaded proc-macro-error-attr2 v2.0.0
9152026-04-02T19:54:45.830Z Downloaded proc-macro-crate v1.3.1
9162026-04-02T19:54:45.830Z Downloaded powerfmt v0.2.0
9172026-04-02T19:54:45.836Z Downloaded headers v0.4.1
9182026-04-02T19:54:45.836Z Downloaded paste v1.0.15
9192026-04-02T19:54:45.836Z Downloaded progenitor-client v0.11.2
9202026-04-02T19:54:45.837Z Downloaded peg v0.8.5
9212026-04-02T19:54:45.837Z Downloaded password-hash v0.4.2
9222026-04-02T19:54:45.840Z Downloaded progenitor-client v0.10.0
9232026-04-02T19:54:45.840Z Downloaded flate2 v1.1.9
9242026-04-02T19:54:45.845Z Downloaded derive_more v2.1.1
9252026-04-02T19:54:45.852Z Downloaded num-derive v0.4.2
9262026-04-02T19:54:45.852Z Downloaded chacha20poly1305 v0.10.1
9272026-04-02T19:54:45.853Z Downloaded bytes v1.11.1
9282026-04-02T19:54:45.856Z Downloaded quick-error v1.2.3
9292026-04-02T19:54:45.856Z Downloaded progenitor-macro v0.11.2
9302026-04-02T19:54:45.856Z Downloaded radium v0.7.0
9312026-04-02T19:54:45.856Z Downloaded rand_chacha v0.3.1
9322026-04-02T19:54:45.856Z Downloaded heapless v0.8.0
9332026-04-02T19:54:45.860Z Downloaded progenitor-macro v0.10.0
9342026-04-02T19:54:45.860Z Downloaded ignore v0.4.25
9352026-04-02T19:54:45.860Z Downloaded psl-types v2.0.11
9362026-04-02T19:54:45.864Z Downloaded heapless v0.7.17
9372026-04-02T19:54:45.864Z Downloaded progenitor-macro v0.13.0
9382026-04-02T19:54:45.864Z Downloaded pem v3.0.6
9392026-04-02T19:54:45.874Z Downloaded compact_str v0.8.1
9402026-04-02T19:54:45.874Z Downloaded arc-swap v1.8.2
9412026-04-02T19:54:45.877Z Downloaded predicates v3.1.4
9422026-04-02T19:54:45.878Z Downloaded rand_xorshift v0.4.0
9432026-04-02T19:54:45.878Z Downloaded phf v0.13.1
9442026-04-02T19:54:45.878Z Downloaded ppv-lite86 v0.2.21
9452026-04-02T19:54:45.878Z Downloaded libbz2-rs-sys v0.2.2
9462026-04-02T19:54:45.878Z Downloaded postgres-protocol v0.6.10
9472026-04-02T19:54:45.878Z Downloaded omicron-zone-package v0.12.2
9482026-04-02T19:54:45.885Z Downloaded phf_shared v0.13.1
9492026-04-02T19:54:45.885Z Downloaded bumpalo v3.20.2
9502026-04-02T19:54:45.886Z Downloaded base64 v0.21.7
9512026-04-02T19:54:45.886Z Downloaded pem-rfc7468 v0.7.0
9522026-04-02T19:54:45.886Z Downloaded recursive-proc-macro-impl v0.1.1
9532026-04-02T19:54:45.889Z Downloaded recursive v0.1.1
9542026-04-02T19:54:45.889Z Downloaded polyval v0.6.2
9552026-04-02T19:54:45.889Z Downloaded pkg-config v0.3.32
9562026-04-02T19:54:45.889Z Downloaded pin-project-lite v0.2.17
9572026-04-02T19:54:45.897Z Downloaded parse-display-derive v0.10.0
9582026-04-02T19:54:45.897Z Downloaded pin-project-internal v1.1.11
9592026-04-02T19:54:45.897Z Downloaded pkcs8 v0.10.2
9602026-04-02T19:54:45.902Z Downloaded indicatif v0.18.4
9612026-04-02T19:54:45.902Z Downloaded progenitor v0.11.2
9622026-04-02T19:54:45.902Z Downloaded progenitor v0.10.0
9632026-04-02T19:54:45.902Z Downloaded parking_lot v0.12.5
9642026-04-02T19:54:45.902Z Downloaded phf v0.12.1
9652026-04-02T19:54:45.906Z Downloaded ref-cast-impl v1.0.25
9662026-04-02T19:54:45.906Z Downloaded primeorder v0.13.6
9672026-04-02T19:54:45.906Z Downloaded parking_lot_core v0.9.12
9682026-04-02T19:54:45.906Z Downloaded proc-macro-error2 v2.0.1
9692026-04-02T19:54:45.913Z Downloaded derive_more-impl v2.1.1
9702026-04-02T19:54:45.913Z Downloaded rfc6979 v0.4.0
9712026-04-02T19:54:45.913Z Downloaded peg-macros v0.8.5
9722026-04-02T19:54:45.920Z Downloaded progenitor-extras v0.1.1
9732026-04-02T19:54:45.920Z Downloaded hickory-resolver v0.25.2
9742026-04-02T19:54:45.920Z Downloaded hickory-resolver v0.24.4
9752026-04-02T19:54:45.920Z Downloaded cc v1.2.56
9762026-04-02T19:54:45.927Z Downloaded diesel_derives v2.3.7
9772026-04-02T19:54:45.929Z Downloaded russh-cryptovec v0.7.3
9782026-04-02T19:54:45.929Z Downloaded rustc-hash v2.1.1
9792026-04-02T19:54:45.962Z Downloaded rtoolbox v0.0.3
9802026-04-02T19:54:45.962Z Downloaded progenitor-client v0.13.0
9812026-04-02T19:54:45.962Z Downloaded ed25519-dalek v2.2.0
9822026-04-02T19:54:45.962Z Downloaded dropshot-api-manager v0.6.0
9832026-04-02T19:54:45.962Z Downloaded psm v0.1.30
9842026-04-02T19:54:45.974Z Downloaded poly1305 v0.8.0
9852026-04-02T19:54:45.974Z Downloaded rand_seeder v0.4.0
9862026-04-02T19:54:45.974Z Downloaded rand_core v0.10.0
9872026-04-02T19:54:45.974Z Downloaded rustc_version v0.4.1
9882026-04-02T19:54:45.974Z Downloaded rustc_version v0.1.7
9892026-04-02T19:54:45.974Z Downloaded pkcs1 v0.7.5
9902026-04-02T19:54:45.974Z Downloaded pkcs5 v0.7.1
9912026-04-02T19:54:45.974Z Downloaded parking_lot v0.11.2
9922026-04-02T19:54:45.974Z Downloaded rand_core v0.9.5
9932026-04-02T19:54:45.975Z Downloaded papergrid v0.17.0
9942026-04-02T19:54:45.975Z Downloaded oso v0.27.3
9952026-04-02T19:54:45.975Z Downloaded rand_core v0.6.4
9962026-04-02T19:54:45.975Z Downloaded salsa20 v0.10.2
9972026-04-02T19:54:45.975Z Downloaded postgres-types v0.2.12
9982026-04-02T19:54:45.975Z Downloaded postcard v1.1.3
9992026-04-02T19:54:45.984Z Downloaded miniz_oxide v0.8.9
10002026-04-02T19:54:45.985Z Downloaded resolv-conf v0.7.6
10012026-04-02T19:54:45.985Z Downloaded ref-cast v1.0.25
10022026-04-02T19:54:45.985Z Downloaded scroll_derive v0.13.1
10032026-04-02T19:54:45.985Z Downloaded serde_bytes v0.11.19
10042026-04-02T19:54:45.985Z Downloaded serde_plain v1.0.2
10052026-04-02T19:54:45.985Z Downloaded progenitor v0.13.0
10062026-04-02T19:54:45.991Z Downloaded scheduled-thread-pool v0.2.7
10072026-04-02T19:54:45.992Z Downloaded hashbrown v0.12.3
10082026-04-02T19:54:45.995Z Downloaded sapling-renderdag v0.1.0
10092026-04-02T19:54:45.995Z Downloaded same-file v1.0.6
10102026-04-02T19:54:45.995Z Downloaded serde_spanned v1.0.4
10112026-04-02T19:54:46.006Z Downloaded serde_repr v0.1.20
10122026-04-02T19:54:46.006Z Downloaded sha1 v0.10.6
10132026-04-02T19:54:46.006Z Downloaded serde-big-array v0.5.1
10142026-04-02T19:54:46.006Z Downloaded semver v0.1.20
10152026-04-02T19:54:46.006Z Downloaded secrecy v0.8.0
10162026-04-02T19:54:46.011Z Downloaded scrypt v0.11.0
10172026-04-02T19:54:46.011Z Downloaded rand_chacha v0.9.0
10182026-04-02T19:54:46.011Z Downloaded quinn-udp v0.5.14
10192026-04-02T19:54:46.015Z Downloaded scopeguard v1.2.0
10202026-04-02T19:54:46.015Z Downloaded rustls-pemfile v2.2.0
10212026-04-02T19:54:46.023Z Downloaded sigpipe v0.1.3
10222026-04-02T19:54:46.023Z Downloaded signature v2.2.0
10232026-04-02T19:54:46.023Z Downloaded r2d2 v0.8.10
10242026-04-02T19:54:46.023Z Downloaded hickory-server v0.25.2
10252026-04-02T19:54:46.031Z Downloaded pin-project v1.1.11
10262026-04-02T19:54:46.031Z Downloaded serde_urlencoded v0.7.1
10272026-04-02T19:54:46.037Z Downloaded crossterm v0.28.1
10282026-04-02T19:54:46.037Z Downloaded shell-words v1.1.1
10292026-04-02T19:54:46.037Z Downloaded rustls-pemfile v1.0.4
10302026-04-02T19:54:46.037Z Downloaded rustls-native-certs v0.8.3
10312026-04-02T19:54:46.045Z Downloaded slog-envlogger v2.2.0
10322026-04-02T19:54:46.045Z Downloaded signal-hook-tokio v0.3.1
10332026-04-02T19:54:46.045Z Downloaded rusty-fork v0.3.1
10342026-04-02T19:54:46.045Z Downloaded slog-bunyan v2.5.0
10352026-04-02T19:54:46.045Z Downloaded signal-hook-mio v0.2.5
10362026-04-02T19:54:46.045Z Downloaded prefix-trie v0.7.0
10372026-04-02T19:54:46.045Z Downloaded seq-macro v0.3.6
10382026-04-02T19:54:46.050Z Downloaded secrecy v0.10.3
10392026-04-02T19:54:46.050Z Downloaded rustversion v1.0.22
10402026-04-02T19:54:46.050Z Downloaded openssl-sys v0.9.111
10412026-04-02T19:54:46.055Z Downloaded siphasher v1.0.2
10422026-04-02T19:54:46.055Z Downloaded scroll v0.13.0
10432026-04-02T19:54:46.058Z Downloaded hashbrown v0.13.2
10442026-04-02T19:54:46.062Z Downloaded serde_derive_internals v0.29.1
10452026-04-02T19:54:46.062Z Downloaded sec1 v0.7.3
10462026-04-02T19:54:46.065Z Downloaded progenitor-impl v0.10.0
10472026-04-02T19:54:46.065Z Downloaded jiff-static v0.2.21
10482026-04-02T19:54:46.072Z Downloaded aes v0.8.4
10492026-04-02T19:54:46.072Z Downloaded schemars_derive v0.8.22
10502026-04-02T19:54:46.072Z Downloaded serde_path_to_error v0.1.20
10512026-04-02T19:54:46.076Z Downloaded ssh-cipher v0.2.0
10522026-04-02T19:54:46.076Z Downloaded serde-hex v0.1.0
10532026-04-02T19:54:46.076Z Downloaded progenitor-impl v0.11.2
10542026-04-02T19:54:46.082Z Downloaded shlex v1.3.0
10552026-04-02T19:54:46.093Z Downloaded progenitor-impl v0.13.0
10562026-04-02T19:54:46.097Z Downloaded ssh-encoding v0.2.0
10572026-04-02T19:54:46.098Z Downloaded sqlparser_derive v0.5.0
10582026-04-02T19:54:46.098Z Downloaded simd-adler32 v0.3.8
10592026-04-02T19:54:46.098Z Downloaded minimal-lexical v0.2.1
10602026-04-02T19:54:46.104Z Downloaded rcgen v0.12.1
10612026-04-02T19:54:46.110Z Downloaded strum v0.26.3
10622026-04-02T19:54:46.110Z Downloaded signal-hook-registry v1.4.8
10632026-04-02T19:54:46.110Z Downloaded rustls-pki-types v1.14.0
10642026-04-02T19:54:46.119Z Downloaded structmeta v0.3.0
10652026-04-02T19:54:46.119Z Downloaded slog-stdlog v4.1.1
10662026-04-02T19:54:46.119Z Downloaded slog-dtrace v0.3.0
10672026-04-02T19:54:46.120Z Downloaded hyper-util v0.1.20
10682026-04-02T19:54:46.149Z Downloaded p256 v0.13.2
10692026-04-02T19:54:46.149Z Downloaded smf v0.2.3
10702026-04-02T19:54:46.150Z Downloaded tagptr v0.2.0
10712026-04-02T19:54:46.150Z Downloaded tap v1.0.1
10722026-04-02T19:54:46.150Z Downloaded slab v0.4.12
10732026-04-02T19:54:46.150Z Downloaded strum v0.27.2
10742026-04-02T19:54:46.150Z Downloaded tabled_derive v0.11.0
10752026-04-02T19:54:46.150Z Downloaded subtle v2.6.1
10762026-04-02T19:54:46.150Z Downloaded ron v0.8.1
10772026-04-02T19:54:46.150Z Downloaded supports-color v3.0.2
10782026-04-02T19:54:46.150Z Downloaded slog-term v2.9.2
10792026-04-02T19:54:46.150Z Downloaded smallvec v0.6.14
10802026-04-02T19:54:46.150Z Downloaded slog-scope v4.4.1
10812026-04-02T19:54:46.159Z Downloaded bitvec v1.0.1
10822026-04-02T19:54:46.160Z Downloaded take_mut v0.2.2
10832026-04-02T19:54:46.160Z Downloaded testing_table v0.3.0
10842026-04-02T19:54:46.160Z Downloaded tabwriter v1.4.1
10852026-04-02T19:54:46.160Z Downloaded thiserror-impl-no-std v2.0.2
10862026-04-02T19:54:46.160Z Downloaded sync_wrapper v1.0.2
10872026-04-02T19:54:46.160Z Downloaded russh-keys v0.45.0
10882026-04-02T19:54:46.160Z Downloaded sct v0.7.1
10892026-04-02T19:54:46.160Z Downloaded sync-ptr v0.1.4
10902026-04-02T19:54:46.160Z Downloaded serde_with_macros v3.17.0
10912026-04-02T19:54:46.160Z Downloaded itertools v0.10.5
10922026-04-02T19:54:46.166Z Downloaded sqlformat v0.3.5
10932026-04-02T19:54:46.166Z Downloaded rustls-platform-verifier v0.6.2
10942026-04-02T19:54:46.166Z Downloaded rayon-core v1.13.0
10952026-04-02T19:54:46.166Z Downloaded strip-ansi-escapes v0.2.1
10962026-04-02T19:54:46.166Z Downloaded stringprep v0.1.5
10972026-04-02T19:54:46.167Z Downloaded static_assertions v1.1.0
10982026-04-02T19:54:46.171Z Downloaded pretty_assertions v1.4.1
10992026-04-02T19:54:46.171Z Downloaded spki v0.7.3
11002026-04-02T19:54:46.171Z Downloaded termtree v0.5.1
11012026-04-02T19:54:46.188Z Downloaded time-core v0.1.8
11022026-04-02T19:54:46.188Z Downloaded thread-id v5.1.0
11032026-04-02T19:54:46.188Z Downloaded tinyvec_macros v0.1.1
11042026-04-02T19:54:46.201Z Downloaded structmeta-derive v0.3.0
11052026-04-02T19:54:46.201Z Downloaded http v1.4.0
11062026-04-02T19:54:46.201Z Downloaded prettyplease v0.2.37
11072026-04-02T19:54:46.202Z Downloaded stacker v0.1.23
11082026-04-02T19:54:46.202Z Downloaded slog-async v2.8.0
11092026-04-02T19:54:46.202Z Downloaded strum_macros v0.27.2
11102026-04-02T19:54:46.212Z Downloaded strum_macros v0.26.4
11112026-04-02T19:54:46.212Z Downloaded ryu v1.0.23
11122026-04-02T19:54:46.224Z Downloaded serde_yaml v0.9.34+deprecated
11132026-04-02T19:54:46.224Z Downloaded slog-json v2.6.1
11142026-04-02T19:54:46.224Z Downloaded nom v7.1.3
11152026-04-02T19:54:46.239Z Downloaded qorb v0.4.1
11162026-04-02T19:54:46.239Z Downloaded schemars v0.8.22
11172026-04-02T19:54:46.239Z Downloaded tiny-keccak v2.0.2
11182026-04-02T19:54:46.239Z Downloaded time-macros v0.2.27
11192026-04-02T19:54:46.245Z Downloaded termios v0.3.3
11202026-04-02T19:54:46.245Z Downloaded support-bundle-viewer v0.1.2
11212026-04-02T19:54:46.245Z Downloaded tower-service v0.3.3
11222026-04-02T19:54:46.245Z Downloaded tower-layer v0.3.3
11232026-04-02T19:54:46.245Z Downloaded spin v0.9.8
11242026-04-02T19:54:46.246Z Downloaded try-lock v0.2.5
11252026-04-02T19:54:46.246Z Downloaded hashbrown v0.15.5
11262026-04-02T19:54:46.246Z Downloaded tokio-dtrace v0.1.1
11272026-04-02T19:54:46.253Z Downloaded tls_codec v0.4.2
11282026-04-02T19:54:46.253Z Downloaded snafu-derive v0.8.9
11292026-04-02T19:54:46.253Z Downloaded thread_local v1.1.9
11302026-04-02T19:54:46.253Z Downloaded topological-sort v0.2.2
11312026-04-02T19:54:46.254Z Downloaded quinn v0.11.9
11322026-04-02T19:54:46.254Z Downloaded thiserror-no-std v2.0.2
11332026-04-02T19:54:46.259Z Downloaded similar v2.7.0
11342026-04-02T19:54:46.259Z Downloaded serde_cbor v0.11.2
11352026-04-02T19:54:46.263Z Downloaded string_cache v0.8.9
11362026-04-02T19:54:46.263Z Downloaded signal-hook v0.3.18
11372026-04-02T19:54:46.270Z Downloaded tokio-native-tls v0.3.1
11382026-04-02T19:54:46.270Z Downloaded schemars v0.9.0
11392026-04-02T19:54:46.273Z Downloaded tokio-tungstenite v0.21.0
11402026-04-02T19:54:46.278Z Downloaded term v0.7.0
11412026-04-02T19:54:46.278Z Downloaded slog v2.8.2
11422026-04-02T19:54:46.282Z Downloaded iddqd v0.3.17
11432026-04-02T19:54:46.288Z Downloaded tokio-rustls v0.25.0
11442026-04-02T19:54:46.288Z Downloaded typify-macro v0.6.1
11452026-04-02T19:54:46.289Z Downloaded typify-macro v0.4.3
11462026-04-02T19:54:46.289Z Downloaded usdt v0.6.0
11472026-04-02T19:54:46.296Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-04-02T19:54:46.296Z Downloaded strum_macros v0.24.3
11492026-04-02T19:54:46.296Z Downloaded socket2 v0.6.2
11502026-04-02T19:54:46.296Z Downloaded untrusted v0.9.0
11512026-04-02T19:54:46.296Z Downloaded tokio-macros v2.6.0
11522026-04-02T19:54:46.296Z Downloaded tls_codec_derive v0.4.2
11532026-04-02T19:54:46.296Z Downloaded rsa v0.9.10
11542026-04-02T19:54:46.301Z Downloaded usdt-macro v0.6.0
11552026-04-02T19:54:46.301Z Downloaded unit-prefix v0.5.2
11562026-04-02T19:54:46.301Z Downloaded unarray v0.1.4
11572026-04-02T19:54:46.301Z Downloaded num-bigint v0.4.6
11582026-04-02T19:54:46.302Z Downloaded usdt-attr-macro v0.6.0
11592026-04-02T19:54:46.305Z Downloaded rand v0.10.0
11602026-04-02T19:54:46.305Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-04-02T19:54:46.305Z Downloaded publicsuffix v2.3.0
11622026-04-02T19:54:46.311Z Downloaded rand v0.9.2
11632026-04-02T19:54:46.314Z Downloaded universal-hash v0.5.1
11642026-04-02T19:54:46.314Z Downloaded num-bigint-dig v0.8.6
11652026-04-02T19:54:46.314Z Downloaded socket2 v0.5.10
11662026-04-02T19:54:46.318Z Downloaded untrusted v0.7.1
11672026-04-02T19:54:46.318Z Downloaded utf-8 v0.7.6
11682026-04-02T19:54:46.323Z Downloaded void v1.0.2
11692026-04-02T19:54:46.334Z Downloaded rand v0.8.5
11702026-04-02T19:54:46.340Z Downloaded subprocess v0.2.15
11712026-04-02T19:54:46.340Z Downloaded tui-tree-widget v0.23.1
11722026-04-02T19:54:46.340Z Downloaded trait-variant v0.1.2
11732026-04-02T19:54:46.341Z Downloaded waitgroup v0.1.2
11742026-04-02T19:54:46.341Z Downloaded samael v0.0.19
11752026-04-02T19:54:46.344Z Downloaded hyper v1.8.1
11762026-04-02T19:54:46.348Z Downloaded tokio-rustls v0.24.1
11772026-04-02T19:54:46.348Z Downloaded rustls-webpki v0.103.9
11782026-04-02T19:54:46.352Z Downloaded tokio-stream v0.1.18
11792026-04-02T19:54:46.356Z Downloaded h2 v0.4.13
11802026-04-02T19:54:46.356Z Downloaded wait-timeout v0.2.1
11812026-04-02T19:54:46.359Z Downloaded unicode-truncate v1.1.0
11822026-04-02T19:54:46.359Z Downloaded xshell-macros v0.2.7
11832026-04-02T19:54:46.359Z Downloaded want v0.3.1
11842026-04-02T19:54:46.359Z Downloaded term v1.2.1
11852026-04-02T19:54:46.362Z Downloaded mio v1.1.1
11862026-04-02T19:54:46.368Z Downloaded tokio-rustls v0.26.4
11872026-04-02T19:54:46.368Z Downloaded aho-corasick v1.1.4
11882026-04-02T19:54:46.372Z Downloaded tokio-tungstenite v0.23.1
11892026-04-02T19:54:46.372Z Downloaded schemars v1.2.1
11902026-04-02T19:54:46.377Z Downloaded vergen-gitcl v1.0.8
11912026-04-02T19:54:46.381Z Downloaded vergen-git2 v1.0.7
11922026-04-02T19:54:46.381Z Downloaded zone_cfg_derive v0.3.1
11932026-04-02T19:54:46.381Z Downloaded zone v0.3.1
11942026-04-02T19:54:46.381Z Downloaded unicase v2.9.0
11952026-04-02T19:54:46.384Z Downloaded libm v0.2.16
11962026-04-02T19:54:46.389Z Downloaded futures-util v0.3.32
11972026-04-02T19:54:46.392Z Downloaded toml_parser v1.0.9+spec-1.1.0
11982026-04-02T19:54:46.395Z Downloaded test-strategy v0.4.5
11992026-04-02T19:54:46.395Z Downloaded uzers v0.12.2
12002026-04-02T19:54:46.400Z Downloaded itertools v0.13.0
12012026-04-02T19:54:46.403Z Downloaded zeroize_derive v1.4.3
12022026-04-02T19:54:46.403Z Downloaded vsss-rs v3.3.4
12032026-04-02T19:54:46.403Z Downloaded vergen-lib v0.1.6
12042026-04-02T19:54:46.407Z Downloaded tinyvec v1.10.0
12052026-04-02T19:54:46.407Z Downloaded itertools v0.12.1
12062026-04-02T19:54:46.412Z Downloaded iri-string v0.7.10
12072026-04-02T19:54:46.415Z Downloaded bindgen v0.71.1
12082026-04-02T19:54:46.418Z Downloaded xattr v1.6.1
12092026-04-02T19:54:46.421Z Downloaded twox-hash v2.1.2
12102026-04-02T19:54:46.421Z Downloaded p521 v0.13.3
12112026-04-02T19:54:46.425Z Downloaded toml v0.7.8
12122026-04-02T19:54:46.425Z Downloaded wyz v0.5.1
12132026-04-02T19:54:46.429Z Downloaded walkdir v2.5.0
12142026-04-02T19:54:46.429Z Downloaded unicode-properties v0.1.4
12152026-04-02T19:54:46.432Z Downloaded toml v0.9.12+spec-1.1.0
12162026-04-02T19:54:46.439Z Downloaded xz2 v0.1.7
12172026-04-02T19:54:46.439Z Downloaded whoami v1.6.1
12182026-04-02T19:54:46.445Z Downloaded whoami v2.1.0
12192026-04-02T19:54:46.445Z Downloaded tar v0.4.45
12202026-04-02T19:54:46.445Z Downloaded libxml v0.3.3
12212026-04-02T19:54:46.451Z Downloaded itertools v0.14.0
12222026-04-02T19:54:46.455Z Downloaded zstd v0.13.3
12232026-04-02T19:54:46.455Z Downloaded steno v0.4.1
12242026-04-02T19:54:46.467Z Downloaded zeroize v1.8.2
12252026-04-02T19:54:46.467Z Downloaded vergen v9.0.6
12262026-04-02T19:54:46.467Z Downloaded usdt-impl v0.6.0
12272026-04-02T19:54:46.468Z Downloaded russh v0.45.0
12282026-04-02T19:54:46.468Z Downloaded zstd-safe v7.2.4
12292026-04-02T19:54:46.476Z Downloaded tracing-attributes v0.1.31
12302026-04-02T19:54:46.476Z Downloaded hkdf v0.12.4
12312026-04-02T19:54:46.477Z Downloaded blake3 v1.8.3
12322026-04-02T19:54:46.477Z Downloaded typify v0.4.3
12332026-04-02T19:54:46.477Z Downloaded tungstenite v0.23.0
12342026-04-02T19:54:46.480Z Downloaded tungstenite v0.21.0
12352026-04-02T19:54:46.480Z Downloaded tracing-core v0.1.36
12362026-04-02T19:54:46.481Z Downloaded snafu v0.8.9
12372026-04-02T19:54:46.481Z Downloaded rustyline v14.0.0
12382026-04-02T19:54:46.487Z Downloaded typify v0.6.1
12392026-04-02T19:54:46.493Z Downloaded rpassword v7.4.0
12402026-04-02T19:54:46.493Z Downloaded unicode-bidi v0.3.18
12412026-04-02T19:54:46.493Z Downloaded xshell v0.2.7
12422026-04-02T19:54:46.497Z Downloaded zerocopy v0.6.6
12432026-04-02T19:54:46.497Z Downloaded yasna v0.5.2
12442026-04-02T19:54:46.502Z Downloaded unsafe-libyaml v0.2.11
12452026-04-02T19:54:46.502Z Downloaded ron v0.12.0
12462026-04-02T19:54:46.509Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-04-02T19:54:46.524Z Downloaded vte v0.14.1
12482026-04-02T19:54:46.529Z Downloaded reedline v0.40.0
12492026-04-02T19:54:46.534Z Downloaded toml_edit v0.19.15
12502026-04-02T19:54:46.543Z Downloaded tokio-postgres v0.7.16
12512026-04-02T19:54:46.548Z Downloaded uuid v1.21.0
12522026-04-02T19:54:46.554Z Downloaded ssh-key v0.6.7
12532026-04-02T19:54:46.562Z Downloaded zopfli v0.8.3
12542026-04-02T19:54:46.568Z Downloaded chrono v0.4.44
12552026-04-02T19:54:46.572Z Downloaded regex v1.12.3
12562026-04-02T19:54:46.580Z Downloaded git2 v0.20.4
12572026-04-02T19:54:46.586Z Downloaded unicode_categories v0.1.1
12582026-04-02T19:54:46.586Z Downloaded reqwest v0.12.28
12592026-04-02T19:54:46.591Z Downloaded reqwest v0.13.2
12602026-04-02T19:54:46.599Z Downloaded zip v0.6.6
12612026-04-02T19:54:46.599Z Downloaded rayon v1.11.0
12622026-04-02T19:54:46.605Z Downloaded aws-lc-rs v1.16.0
12632026-04-02T19:54:46.609Z Downloaded p384 v0.13.1
12642026-04-02T19:54:46.613Z Downloaded curve25519-dalek v4.1.3
12652026-04-02T19:54:46.617Z Downloaded quick-xml v0.37.5
12662026-04-02T19:54:46.624Z Downloaded typed-path v0.9.3
12672026-04-02T19:54:46.624Z Downloaded yansi v1.0.1
12682026-04-02T19:54:46.628Z Downloaded unicode-segmentation v1.12.0
12692026-04-02T19:54:46.628Z Downloaded portable-atomic v1.13.1
12702026-04-02T19:54:46.635Z Downloaded zerocopy-derive v0.8.40
12712026-04-02T19:54:46.644Z Downloaded salty v0.3.0
12722026-04-02T19:54:46.648Z Downloaded rustls-webpki v0.101.7
12732026-04-02T19:54:46.657Z Downloaded x509-cert v0.2.5
12742026-04-02T19:54:46.662Z Downloaded moka v0.12.13
12752026-04-02T19:54:46.677Z Downloaded tower v0.5.3
12762026-04-02T19:54:46.684Z Downloaded lalrpop v0.19.12
12772026-04-02T19:54:46.688Z Downloaded goblin v0.10.5
12782026-04-02T19:54:46.694Z Downloaded unicode-normalization v0.1.25
12792026-04-02T19:54:46.698Z Downloaded petname v2.0.2
12802026-04-02T19:54:46.698Z Downloaded serde_with v3.17.0
12812026-04-02T19:54:46.704Z Downloaded tower-http v0.6.8
12822026-04-02T19:54:46.708Z Downloaded tough v0.20.0
12832026-04-02T19:54:46.717Z Downloaded rustls-webpki v0.102.8
12842026-04-02T19:54:46.724Z Downloaded tokio-util v0.7.18
12852026-04-02T19:54:46.728Z Downloaded proptest v1.10.0
12862026-04-02T19:54:46.742Z Downloaded nix v0.27.1
12872026-04-02T19:54:46.752Z Downloaded object v0.30.4
12882026-04-02T19:54:46.783Z Downloaded winnow v0.5.40
12892026-04-02T19:54:46.792Z Downloaded winnow v0.6.26
12902026-04-02T19:54:46.792Z Downloaded openssl v0.10.75
12912026-04-02T19:54:46.796Z Downloaded zip v4.6.1
12922026-04-02T19:54:46.796Z Downloaded quinn-proto v0.11.13
12932026-04-02T19:54:46.806Z Downloaded polar-core v0.27.3
12942026-04-02T19:54:46.811Z Downloaded radix_trie v0.2.1
12952026-04-02T19:54:46.817Z Downloaded dropshot v0.16.7
12962026-04-02T19:54:46.829Z Downloaded nix v0.29.0
12972026-04-02T19:54:46.846Z Downloaded bstr v1.12.1
12982026-04-02T19:54:46.856Z Downloaded nix v0.28.0
12992026-04-02T19:54:46.864Z Downloaded time v0.3.47
13002026-04-02T19:54:46.872Z Downloaded tabled v0.20.0
13012026-04-02T19:54:46.880Z Downloaded smoltcp v0.9.1
13022026-04-02T19:54:46.887Z Downloaded zlib-rs v0.6.2
13032026-04-02T19:54:46.893Z Downloaded regex-syntax v0.6.29
13042026-04-02T19:54:46.900Z Downloaded webpki-roots v1.0.6
13052026-04-02T19:54:46.900Z Downloaded hickory-proto v0.24.4
13062026-04-02T19:54:46.904Z Downloaded vcpkg v0.2.15
13072026-04-02T19:54:46.932Z Downloaded zerocopy v0.8.40
13082026-04-02T19:54:46.958Z Downloaded openapiv3 v2.2.0
13092026-04-02T19:54:46.958Z Downloaded rustls v0.22.4
13102026-04-02T19:54:46.969Z Downloaded rustls v0.23.37
13112026-04-02T19:54:46.969Z Downloaded diesel v2.3.7
13122026-04-02T19:54:46.981Z Downloaded rustix v0.38.44
13132026-04-02T19:54:46.988Z Downloaded regex-syntax v0.8.10
13142026-04-02T19:54:47.008Z Downloaded regress v0.10.5
13152026-04-02T19:54:47.009Z Downloaded hickory-proto v0.25.2
13162026-04-02T19:54:47.019Z Downloaded smoltcp v0.11.0
13172026-04-02T19:54:47.020Z Downloaded rustls v0.21.12
13182026-04-02T19:54:47.020Z Downloaded object v0.37.3
13192026-04-02T19:54:47.032Z Downloaded nix v0.31.1
13202026-04-02T19:54:47.045Z Downloaded ratatui v0.29.0
13212026-04-02T19:54:47.053Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-04-02T19:54:47.057Z Downloaded regex-automata v0.4.14
13232026-04-02T19:54:47.060Z Downloaded chrono-tz v0.10.4
13242026-04-02T19:54:47.078Z Downloaded libz-sys v1.1.24
13252026-04-02T19:54:47.098Z Downloaded sqlparser v0.61.0
13262026-04-02T19:54:47.109Z Downloaded typify-impl v0.6.1
13272026-04-02T19:54:47.127Z Downloaded sled v0.34.7
13282026-04-02T19:54:47.143Z Downloaded tracing v0.1.44
13292026-04-02T19:54:47.166Z Downloaded typify-impl v0.4.3
13302026-04-02T19:54:47.213Z Downloaded zerocopy-derive v0.6.6
13312026-04-02T19:54:47.246Z Downloaded petgraph v0.6.5
13322026-04-02T19:54:47.257Z Downloaded jiff v0.2.21
13332026-04-02T19:54:47.285Z Downloaded lzma-sys v0.1.20
13342026-04-02T19:54:47.300Z Downloaded petgraph v0.8.3
13352026-04-02T19:54:47.314Z Downloaded csv v1.4.0
13362026-04-02T19:54:47.358Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-04-02T19:54:47.367Z Downloaded sha3 v0.10.8
13382026-04-02T19:54:47.372Z Downloaded tokio v1.49.0
13392026-04-02T19:54:47.435Z Downloaded encoding_rs v0.8.35
13402026-04-02T19:54:47.461Z Downloaded ring v0.17.14
13412026-04-02T19:54:47.491Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-02T19:54:47.735Z Downloaded aws-lc-sys v0.37.1
13432026-04-02T19:54:47.979Z Compiling libc v0.2.180
13442026-04-02T19:54:47.979Z Compiling serde v1.0.228
13452026-04-02T19:54:47.984Z Compiling log v0.4.29
13462026-04-02T19:54:47.984Z Compiling shlex v1.3.0
13472026-04-02T19:54:47.984Z Compiling find-msvc-tools v0.1.9
13482026-04-02T19:54:47.984Z Compiling smallvec v1.15.1
13492026-04-02T19:54:47.984Z Compiling syn v2.0.117
13502026-04-02T19:54:47.984Z Compiling typenum v1.19.0
13512026-04-02T19:54:48.318Z Compiling generic-array v0.14.7
13522026-04-02T19:54:48.332Z Compiling subtle v2.6.1
13532026-04-02T19:54:48.351Z Compiling scopeguard v1.2.0
13542026-04-02T19:54:48.372Z Compiling portable-atomic v1.13.1
13552026-04-02T19:54:48.434Z Compiling lock_api v0.4.14
13562026-04-02T19:54:48.455Z Compiling const-oid v0.9.6
13572026-04-02T19:54:48.505Z Compiling critical-section v1.2.0
13582026-04-02T19:54:48.560Z Compiling zerocopy v0.8.40
13592026-04-02T19:54:48.604Z Compiling serde_json v1.0.149
13602026-04-02T19:54:48.658Z Compiling parking_lot_core v0.9.12
13612026-04-02T19:54:48.803Z Compiling pin-project-lite v0.2.17
13622026-04-02T19:54:48.928Z Compiling pkg-config v0.3.32
13632026-04-02T19:54:49.004Z Compiling getrandom v0.2.17
13642026-04-02T19:54:49.022Z Compiling jobserver v0.1.34
13652026-04-02T19:54:49.084Z Compiling errno v0.3.14
13662026-04-02T19:54:49.180Z Compiling rand_core v0.6.4
13672026-04-02T19:54:49.230Z Compiling cc v1.2.56
13682026-04-02T19:54:49.248Z Compiling signal-hook-registry v1.4.8
13692026-04-02T19:54:49.364Z Compiling once_cell v1.21.3
13702026-04-02T19:54:49.448Z Compiling mio v1.1.1
13712026-04-02T19:54:49.472Z Compiling bitflags v2.11.0
13722026-04-02T19:54:49.513Z Compiling libm v0.2.16
13732026-04-02T19:54:49.573Z Compiling num-traits v0.2.19
13742026-04-02T19:54:49.671Z Compiling parking_lot v0.12.5
13752026-04-02T19:54:49.696Z Compiling futures-core v0.3.32
13762026-04-02T19:54:49.853Z Compiling socket2 v0.6.2
13772026-04-02T19:54:49.894Z Compiling percent-encoding v2.3.2
13782026-04-02T19:54:49.926Z Compiling allocator-api2 v0.2.21
13792026-04-02T19:54:50.044Z Compiling cpufeatures v0.2.17
13802026-04-02T19:54:50.060Z Compiling futures-sink v0.3.32
13812026-04-02T19:54:50.086Z Compiling foldhash v0.2.0
13822026-04-02T19:54:50.119Z Compiling slab v0.4.12
13832026-04-02T19:54:50.163Z Compiling futures-channel v0.3.32
13842026-04-02T19:54:50.248Z Compiling hashbrown v0.16.1
13852026-04-02T19:54:50.262Z Compiling futures-io v0.3.32
13862026-04-02T19:54:50.295Z Compiling getrandom v0.4.1
13872026-04-02T19:54:50.310Z Compiling futures-task v0.3.32
13882026-04-02T19:54:50.389Z Compiling getrandom v0.3.4
13892026-04-02T19:54:50.413Z Compiling rand_core v0.10.0
13902026-04-02T19:54:50.481Z Compiling rustversion v1.0.22
13912026-04-02T19:54:50.748Z Compiling form_urlencoded v1.2.2
13922026-04-02T19:54:50.834Z Compiling synstructure v0.13.2
13932026-04-02T19:54:50.869Z Compiling indexmap v2.13.0
13942026-04-02T19:54:50.906Z Compiling cmake v0.1.57
13952026-04-02T19:54:50.928Z Compiling dunce v1.0.5
13962026-04-02T19:54:51.072Z Compiling base64ct v1.8.3
13972026-04-02T19:54:51.294Z Compiling ident_case v1.0.1
13982026-04-02T19:54:51.424Z Compiling fs_extra v1.3.0
13992026-04-02T19:54:51.427Z Compiling pem-rfc7468 v0.7.0
14002026-04-02T19:54:51.451Z Compiling flagset v0.4.7
14012026-04-02T19:54:51.455Z Compiling rand_core v0.9.5
14022026-04-02T19:54:51.515Z Compiling iana-time-zone v0.1.65
14032026-04-02T19:54:51.544Z Compiling rustix v1.1.3
14042026-04-02T19:54:51.559Z Compiling uuid v1.21.0
14052026-04-02T19:54:51.580Z Compiling ring v0.17.14
14062026-04-02T19:54:51.691Z Compiling aws-lc-sys v0.37.1
14072026-04-02T19:54:51.722Z Compiling rustc_version v0.4.1
14082026-04-02T19:54:51.740Z Compiling aws-lc-rs v1.16.0
14092026-04-02T19:54:51.745Z Compiling regex-syntax v0.8.10
14102026-04-02T19:54:52.031Z Compiling vcpkg v0.2.15
14112026-04-02T19:54:52.052Z Compiling tracing-core v0.1.36
14122026-04-02T19:54:52.275Z Compiling crossbeam-utils v0.8.21
14132026-04-02T19:54:52.591Z Compiling pest_generator v2.8.6
14142026-04-02T19:54:52.608Z Compiling serde_derive_internals v0.29.1
14152026-04-02T19:54:52.629Z Compiling serde_derive v1.0.228
14162026-04-02T19:54:52.773Z Compiling zeroize_derive v1.4.3
14172026-04-02T19:54:53.295Z Compiling zerofrom-derive v0.1.6
14182026-04-02T19:54:53.310Z Compiling yoke-derive v0.8.1
14192026-04-02T19:54:53.422Z Compiling zeroize v1.8.2
14202026-04-02T19:54:53.520Z Compiling zerocopy-derive v0.8.40
14212026-04-02T19:54:54.116Z Compiling zerovec-derive v0.11.2
14222026-04-02T19:54:54.194Z Compiling crypto-common v0.1.7
14232026-04-02T19:54:54.345Z Compiling block-buffer v0.10.4
14242026-04-02T19:54:54.510Z Compiling digest v0.10.7
14252026-04-02T19:54:54.549Z Compiling displaydoc v0.2.5
14262026-04-02T19:54:54.740Z Compiling zerofrom v0.1.6
14272026-04-02T19:54:54.784Z Compiling tokio-macros v2.6.0
14282026-04-02T19:54:54.872Z Compiling yoke v0.8.1
14292026-04-02T19:54:55.064Z Compiling hmac v0.12.1
14302026-04-02T19:54:55.223Z Compiling futures-macro v0.3.32
14312026-04-02T19:54:55.278Z Compiling zerovec v0.11.5
14322026-04-02T19:54:55.315Z Compiling zerotrie v0.2.3
14332026-04-02T19:54:55.505Z Compiling block-padding v0.3.3
14342026-04-02T19:54:55.609Z Compiling sha2 v0.10.9
14352026-04-02T19:54:55.670Z Compiling inout v0.1.4
14362026-04-02T19:54:55.765Z Compiling tinystr v0.8.2
14372026-04-02T19:54:55.834Z Compiling potential_utf v0.1.4
14382026-04-02T19:54:55.965Z Compiling icu_locale_core v2.1.1
14392026-04-02T19:54:56.002Z Compiling icu_collections v2.1.1
14402026-04-02T19:54:56.081Z Compiling futures-util v0.3.32
14412026-04-02T19:54:56.166Z Compiling bytes v1.11.1
14422026-04-02T19:54:56.539Z Compiling cipher v0.4.4
14432026-04-02T19:54:56.774Z Compiling tokio v1.49.0
14442026-04-02T19:54:56.807Z Compiling icu_provider v2.1.1
14452026-04-02T19:54:56.883Z Compiling der_derive v0.7.3
14462026-04-02T19:54:57.011Z Compiling salsa20 v0.10.2
14472026-04-02T19:54:57.034Z Compiling http v1.4.0
14482026-04-02T19:54:57.099Z Compiling icu_properties v2.1.2
14492026-04-02T19:54:57.149Z Compiling icu_normalizer v2.1.1
14502026-04-02T19:54:57.683Z Compiling chrono v0.4.44
14512026-04-02T19:54:57.818Z Compiling der v0.7.10
14522026-04-02T19:54:57.934Z Compiling idna_adapter v1.2.1
14532026-04-02T19:54:58.004Z Compiling ppv-lite86 v0.2.21
14542026-04-02T19:54:58.071Z Compiling idna v1.1.0
14552026-04-02T19:54:58.175Z Compiling pbkdf2 v0.12.2
14562026-04-02T19:54:58.295Z Compiling thiserror-impl v2.0.18
14572026-04-02T19:54:58.319Z Compiling rand_chacha v0.9.0
14582026-04-02T19:54:58.335Z Compiling scrypt v0.11.0
14592026-04-02T19:54:58.585Z Compiling url v2.5.8
14602026-04-02T19:54:58.697Z Compiling spki v0.7.3
14612026-04-02T19:54:58.903Z Compiling cbc v0.1.2
14622026-04-02T19:54:58.995Z Compiling aes v0.8.4
14632026-04-02T19:54:59.008Z Compiling rustls-pki-types v1.14.0
14642026-04-02T19:54:59.023Z Compiling openssl-sys v0.9.111
14652026-04-02T19:54:59.049Z Compiling tracing-attributes v0.1.31
14662026-04-02T19:54:59.357Z Compiling rand v0.9.2
14672026-04-02T19:54:59.441Z Compiling pkcs5 v0.7.1
14682026-04-02T19:54:59.593Z Compiling thiserror v2.0.18
14692026-04-02T19:54:59.630Z Compiling http-body v1.0.1
14702026-04-02T19:54:59.702Z Compiling base64 v0.22.1
14712026-04-02T19:54:59.783Z Compiling schemars v0.8.22
14722026-04-02T19:54:59.910Z Compiling httparse v1.10.1
14732026-04-02T19:54:59.985Z Compiling openssl-probe v0.2.1
14742026-04-02T19:55:00.022Z Compiling syn v1.0.109
14752026-04-02T19:55:00.037Z Compiling untrusted v0.7.1
14762026-04-02T19:55:00.133Z Compiling untrusted v0.9.0
14772026-04-02T19:55:00.160Z Compiling pkcs8 v0.10.2
14782026-04-02T19:55:00.192Z Compiling schemars_derive v0.8.22
14792026-04-02T19:55:00.294Z Compiling pest_derive v2.8.6
14802026-04-02T19:55:00.338Z Compiling tokio-util v0.7.18
14812026-04-02T19:55:00.372Z Compiling tracing v0.1.44
14822026-04-02T19:55:00.479Z Compiling scroll_derive v0.13.1
14832026-04-02T19:55:00.710Z Compiling darling_core v0.20.11
14842026-04-02T19:55:01.151Z Compiling try-lock v0.2.5
14852026-04-02T19:55:01.262Z Compiling tower-service v0.3.3
14862026-04-02T19:55:01.299Z Compiling atomic-waker v1.1.2
14872026-04-02T19:55:01.359Z Compiling tinyvec_macros v0.1.1
14882026-04-02T19:55:01.408Z Compiling dyn-clone v1.0.20
14892026-04-02T19:55:01.425Z Compiling rustls v0.23.37
14902026-04-02T19:55:01.440Z Compiling tower-layer v0.3.3
14912026-04-02T19:55:01.472Z Compiling tinyvec v1.10.0
14922026-04-02T19:55:01.594Z Compiling h2 v0.4.13
14932026-04-02T19:55:01.608Z Compiling scroll v0.13.0
14942026-04-02T19:55:01.820Z Compiling want v0.3.1
14952026-04-02T19:55:02.030Z Compiling ipnet v2.11.0
14962026-04-02T19:55:02.256Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-02T19:55:02.285Z Compiling spin v0.9.8
14982026-04-02T19:55:02.491Z Compiling aho-corasick v1.1.4
14992026-04-02T19:55:02.524Z Compiling pin-utils v0.1.0
15002026-04-02T19:55:02.602Z Compiling num-conv v0.2.0
15012026-04-02T19:55:02.636Z Compiling powerfmt v0.2.0
15022026-04-02T19:55:02.734Z Compiling crc32fast v1.5.0
15032026-04-02T19:55:02.827Z Compiling httpdate v1.0.3
15042026-04-02T19:55:02.841Z Compiling foreign-types-shared v0.1.1
15052026-04-02T19:55:02.930Z Compiling time-core v0.1.8
15062026-04-02T19:55:02.998Z Compiling darling_macro v0.20.11
15072026-04-02T19:55:02.998Z Compiling openssl v0.10.75
15082026-04-02T19:55:03.073Z Compiling time-macros v0.2.27
15092026-04-02T19:55:03.094Z Compiling tempfile v3.25.0
15102026-04-02T19:55:03.246Z Compiling foreign-types v0.3.2
15112026-04-02T19:55:03.321Z Compiling regex-automata v0.4.14
15122026-04-02T19:55:03.465Z Compiling deranged v0.5.8
15132026-04-02T19:55:03.481Z Compiling darling v0.20.11
15142026-04-02T19:55:04.116Z Compiling goblin v0.10.5
15152026-04-02T19:55:04.415Z Compiling openssl-macros v0.1.1
15162026-04-02T19:55:04.659Z Compiling hyper v1.8.1
15172026-04-02T19:55:04.800Z Compiling thiserror-impl v1.0.69
15182026-04-02T19:55:05.450Z Compiling wait-timeout v0.2.1
15192026-04-02T19:55:05.636Z Compiling simd-adler32 v0.3.8
15202026-04-02T19:55:05.719Z Compiling native-tls v0.2.18
15212026-04-02T19:55:05.882Z Compiling bit-vec v0.8.0
15222026-04-02T19:55:05.920Z Compiling either v1.15.0
15232026-04-02T19:55:06.096Z Compiling siphasher v1.0.2
15242026-04-02T19:55:06.173Z Compiling usdt-impl v0.6.0
15252026-04-02T19:55:06.189Z Compiling num_threads v0.1.7
15262026-04-02T19:55:06.248Z Compiling quick-error v1.2.3
15272026-04-02T19:55:06.284Z Compiling time v0.3.47
15282026-04-02T19:55:06.299Z Compiling bit-set v0.8.0
15292026-04-02T19:55:06.356Z Compiling rusty-fork v0.3.1
15302026-04-02T19:55:06.398Z Compiling thiserror v1.0.69
15312026-04-02T19:55:06.483Z Compiling hyper-util v0.1.20
15322026-04-02T19:55:06.671Z Compiling derive_builder_core v0.20.2
15332026-04-02T19:55:07.402Z Compiling dof v0.4.0
15342026-04-02T19:55:07.740Z Compiling unicode-normalization v0.1.25
15352026-04-02T19:55:07.878Z Compiling crossbeam-epoch v0.9.18
15362026-04-02T19:55:08.185Z Compiling dtrace-parser v0.3.0
15372026-04-02T19:55:08.200Z Compiling rustls-native-certs v0.8.3
15382026-04-02T19:55:08.203Z Compiling signature v2.2.0
15392026-04-02T19:55:08.335Z Compiling scroll_derive v0.12.1
15402026-04-02T19:55:08.387Z Compiling heapless v0.7.17
15412026-04-02T19:55:08.481Z Compiling rand_xorshift v0.4.0
15422026-04-02T19:55:08.553Z Compiling slog v2.8.2
15432026-04-02T19:55:08.624Z Compiling darling_core v0.21.3
15442026-04-02T19:55:08.645Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-02T19:55:08.735Z Compiling sync_wrapper v1.0.2
15462026-04-02T19:55:08.849Z Compiling thread-id v5.1.0
15472026-04-02T19:55:08.914Z Compiling cookie v0.18.1
15482026-04-02T19:55:08.929Z Compiling signal-hook v0.3.18
15492026-04-02T19:55:08.943Z Compiling unicode-segmentation v1.12.0
15502026-04-02T19:55:08.980Z Compiling zstd-safe v7.2.4
15512026-04-02T19:55:09.093Z Compiling adler2 v2.0.1
15522026-04-02T19:55:09.096Z Compiling unicode-properties v0.1.4
15532026-04-02T19:55:09.172Z Compiling unarray v0.1.4
15542026-04-02T19:55:09.240Z Compiling unicode-bidi v0.3.18
15552026-04-02T19:55:09.285Z Compiling rayon-core v1.13.0
15562026-04-02T19:55:09.300Z Compiling paste v1.0.15
15572026-04-02T19:55:09.324Z Compiling anyhow v1.0.102
15582026-04-02T19:55:09.384Z Compiling proptest v1.10.0
15592026-04-02T19:55:09.476Z Compiling miniz_oxide v0.8.9
15602026-04-02T19:55:09.608Z Compiling stringprep v0.1.5
15612026-04-02T19:55:09.837Z Compiling scroll v0.12.0
15622026-04-02T19:55:10.046Z Compiling tower v0.5.3
15632026-04-02T19:55:10.176Z Compiling crossbeam-deque v0.8.6
15642026-04-02T19:55:10.354Z Compiling derive_builder_macro v0.20.2
15652026-04-02T19:55:10.400Z Compiling ipnetwork v0.21.1
15662026-04-02T19:55:10.499Z Compiling http-body-util v0.1.3
15672026-04-02T19:55:10.566Z Compiling webpki-roots v1.0.6
15682026-04-02T19:55:10.598Z Compiling rand_chacha v0.3.1
15692026-04-02T19:55:10.688Z Compiling erased-serde v0.3.31
15702026-04-02T19:55:10.741Z Compiling serde_tokenstream v0.2.3
15712026-04-02T19:55:10.788Z Compiling toml_datetime v0.6.11
15722026-04-02T19:55:10.803Z Compiling serde_spanned v0.6.9
15732026-04-02T19:55:10.948Z Compiling md-5 v0.10.6
15742026-04-02T19:55:11.090Z Compiling zerocopy-derive v0.7.35
15752026-04-02T19:55:11.093Z Compiling curve25519-dalek v4.1.3
15762026-04-02T19:55:11.120Z Compiling darling_macro v0.21.3
15772026-04-02T19:55:11.160Z Compiling vergen-lib v0.1.6
15782026-04-02T19:55:11.215Z Compiling num-integer v0.1.46
15792026-04-02T19:55:11.342Z Compiling hash32 v0.2.1
15802026-04-02T19:55:11.422Z Compiling ff v0.13.1
15812026-04-02T19:55:11.465Z Compiling memoffset v0.9.1
15822026-04-02T19:55:11.539Z Compiling litrs v1.0.0
15832026-04-02T19:55:11.542Z Compiling iri-string v0.7.10
15842026-04-02T19:55:11.569Z Compiling fallible-iterator v0.2.0
15852026-04-02T19:55:11.588Z Compiling cfg_aliases v0.2.1
15862026-04-02T19:55:11.658Z Compiling rustix v0.38.44
15872026-04-02T19:55:11.673Z Compiling num-bigint-dig v0.8.6
15882026-04-02T19:55:11.862Z Compiling ryu v1.0.23
15892026-04-02T19:55:11.879Z Compiling psl-types v2.0.11
15902026-04-02T19:55:11.979Z Compiling base16ct v0.2.0
15912026-04-02T19:55:12.002Z Compiling zlib-rs v0.6.2
15922026-04-02T19:55:12.016Z Compiling ref-cast v1.0.25
15932026-04-02T19:55:12.046Z Compiling smoltcp v0.9.1
15942026-04-02T19:55:12.061Z Compiling document-features v0.2.12
15952026-04-02T19:55:12.156Z Compiling sec1 v0.7.3
15962026-04-02T19:55:12.404Z Compiling serde_urlencoded v0.7.1
15972026-04-02T19:55:12.434Z Compiling zerocopy v0.7.35
15982026-04-02T19:55:12.456Z Compiling publicsuffix v2.3.0
15992026-04-02T19:55:12.646Z Compiling postgres-protocol v0.6.10
16002026-04-02T19:55:12.661Z Compiling tower-http v0.6.8
16012026-04-02T19:55:12.664Z Compiling nix v0.31.1
16022026-04-02T19:55:12.973Z Compiling newtype-uuid v1.3.2
16032026-04-02T19:55:13.046Z Compiling darling v0.21.3
16042026-04-02T19:55:13.072Z Compiling group v0.13.0
16052026-04-02T19:55:13.129Z Compiling num-iter v0.1.45
16062026-04-02T19:55:13.261Z Compiling rand v0.8.5
16072026-04-02T19:55:13.289Z Compiling derive_builder v0.20.2
16082026-04-02T19:55:13.302Z Compiling oxnet v0.1.4
16092026-04-02T19:55:13.516Z Compiling proc-macro-error v1.0.4
16102026-04-02T19:55:13.638Z Compiling tokio-native-tls v0.3.1
16112026-04-02T19:55:13.684Z Compiling goblin v0.8.2
16122026-04-02T19:55:14.226Z Compiling heck v0.4.1
16132026-04-02T19:55:14.398Z Compiling phf_shared v0.13.1
16142026-04-02T19:55:14.451Z Compiling hubpack_derive v0.1.1
16152026-04-02T19:55:14.535Z Compiling regex v1.12.3
16162026-04-02T19:55:14.636Z Compiling lazy_static v1.5.0
16172026-04-02T19:55:14.664Z Compiling cargo-platform v0.1.9
16182026-04-02T19:55:14.734Z Compiling hkdf v0.12.4
16192026-04-02T19:55:14.886Z Compiling flate2 v1.1.9
16202026-04-02T19:55:14.903Z Compiling crypto-bigint v0.5.5
16212026-04-02T19:55:14.921Z Compiling terminal_size v0.4.3
16222026-04-02T19:55:14.964Z Compiling strum_macros v0.27.2
16232026-04-02T19:55:15.095Z Compiling daft-derive v0.1.5
16242026-04-02T19:55:15.182Z Compiling ref-cast-impl v1.0.25
16252026-04-02T19:55:15.288Z Compiling curve25519-dalek-derive v0.1.1
16262026-04-02T19:55:15.730Z Compiling async-trait v0.1.89
16272026-04-02T19:55:15.805Z Compiling vergen v9.0.6
16282026-04-02T19:55:15.928Z Compiling fs-err v3.3.0
16292026-04-02T19:55:15.991Z Compiling ahash v0.8.12
16302026-04-02T19:55:16.178Z Compiling libbz2-rs-sys v0.2.2
16312026-04-02T19:55:16.207Z Compiling managed v0.8.0
16322026-04-02T19:55:16.434Z Compiling bumpalo v3.20.2
16332026-04-02T19:55:16.700Z Compiling bitflags v1.3.2
16342026-04-02T19:55:16.789Z Compiling foldhash v0.1.5
16352026-04-02T19:55:16.813Z Compiling winnow v0.5.40
16362026-04-02T19:55:16.876Z Compiling object v0.37.3
16372026-04-02T19:55:16.962Z Compiling clap_builder v4.5.60
16382026-04-02T19:55:16.982Z Compiling strum v0.27.2
16392026-04-02T19:55:17.071Z Compiling hashbrown v0.15.5
16402026-04-02T19:55:17.160Z Compiling zopfli v0.8.3
16412026-04-02T19:55:17.192Z Compiling bzip2 v0.6.1
16422026-04-02T19:55:17.406Z Compiling console v0.16.2
16432026-04-02T19:55:17.816Z Compiling dof v0.3.0
16442026-04-02T19:55:17.916Z Compiling elliptic-curve v0.13.8
16452026-04-02T19:55:17.952Z Compiling daft v0.1.5
16462026-04-02T19:55:18.210Z Compiling toml_edit v0.19.15
16472026-04-02T19:55:18.306Z Compiling hubpack v0.1.2
16482026-04-02T19:55:18.332Z Compiling cargo_metadata v0.19.2
16492026-04-02T19:55:18.523Z Compiling phf v0.13.1
16502026-04-02T19:55:18.702Z Compiling zone_cfg_derive v0.3.1
16512026-04-02T19:55:19.322Z Compiling signal-hook-mio v0.2.5
16522026-04-02T19:55:19.444Z Compiling cookie_store v0.22.1
16532026-04-02T19:55:19.935Z Compiling zstd v0.13.3
16542026-04-02T19:55:20.031Z Compiling rayon v1.11.0
16552026-04-02T19:55:20.085Z Compiling hyper-tls v0.6.0
16562026-04-02T19:55:20.207Z Compiling bzip2 v0.4.4
16572026-04-02T19:55:20.310Z Compiling serde_with_macros v3.17.0
16582026-04-02T19:55:20.358Z Compiling postgres-types v0.2.12
16592026-04-02T19:55:20.785Z Compiling usdt-macro v0.6.0
16602026-04-02T19:55:20.814Z Compiling usdt-attr-macro v0.6.0
16612026-04-02T19:55:20.904Z Compiling ed25519 v2.2.3
16622026-04-02T19:55:21.450Z Compiling dtrace-parser v0.2.0
16632026-04-02T19:55:21.552Z Compiling phf_shared v0.11.3
16642026-04-02T19:55:21.578Z Compiling itertools v0.12.1
16652026-04-02T19:55:21.637Z Compiling bstr v1.12.1
16662026-04-02T19:55:21.739Z Compiling pkcs1 v0.7.5
16672026-04-02T19:55:21.805Z Compiling serde-big-array v0.5.1
16682026-04-02T19:55:21.860Z Compiling hex v0.4.3
16692026-04-02T19:55:21.954Z Compiling rfc6979 v0.4.0
16702026-04-02T19:55:22.084Z Compiling serde_repr v0.1.20
16712026-04-02T19:55:22.127Z Compiling strum_macros v0.26.4
16722026-04-02T19:55:22.142Z Compiling enum-as-inner v0.6.1
16732026-04-02T19:55:22.210Z Compiling clap_derive v4.5.55
16742026-04-02T19:55:22.298Z Compiling float-cmp v0.10.0
16752026-04-02T19:55:22.449Z Compiling thread-id v4.2.2
16762026-04-02T19:55:22.539Z Compiling memmap2 v0.9.10
16772026-04-02T19:55:22.610Z Compiling env_filter v1.0.0
16782026-04-02T19:55:22.640Z Compiling encoding_rs v0.8.35
16792026-04-02T19:55:22.754Z Compiling difflib v0.4.0
16802026-04-02T19:55:22.781Z Compiling unit-prefix v0.5.2
16812026-04-02T19:55:22.917Z Compiling normalize-line-endings v0.3.0
16822026-04-02T19:55:22.933Z Compiling data-encoding v2.10.0
16832026-04-02T19:55:23.018Z Compiling static_assertions v1.1.0
16842026-04-02T19:55:23.099Z Compiling precomputed-hash v0.1.1
16852026-04-02T19:55:23.204Z Compiling fixedbitset v0.5.7
16862026-04-02T19:55:23.335Z Compiling predicates-core v1.0.10
16872026-04-02T19:55:23.554Z Compiling fixedbitset v0.4.2
16882026-04-02T19:55:23.554Z Compiling rustc-hash v2.1.1
16892026-04-02T19:55:23.617Z Compiling mime v0.3.17
16902026-04-02T19:55:23.654Z Compiling keccak v0.1.6
16912026-04-02T19:55:23.738Z Compiling new_debug_unreachable v1.0.6
16922026-04-02T19:55:23.816Z Compiling whoami v2.1.0
16932026-04-02T19:55:23.872Z Compiling jiff v0.2.21
16942026-04-02T19:55:23.888Z Compiling strum v0.26.3
16952026-04-02T19:55:23.971Z Compiling clap v4.5.60
16962026-04-02T19:55:24.020Z Compiling sha3 v0.10.8
16972026-04-02T19:55:24.050Z Compiling tokio-postgres v0.7.16
16982026-04-02T19:55:24.068Z Compiling string_cache v0.8.9
16992026-04-02T19:55:24.134Z Compiling petgraph v0.6.5
17002026-04-02T19:55:24.190Z Compiling iddqd v0.3.17
17012026-04-02T19:55:24.285Z Compiling toml_edit v0.22.27
17022026-04-02T19:55:24.465Z Compiling predicates v3.1.4
17032026-04-02T19:55:24.479Z Compiling petgraph v0.8.3
17042026-04-02T19:55:25.108Z Compiling hickory-proto v0.25.2
17052026-04-02T19:55:25.310Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17062026-04-02T19:55:25.562Z Compiling indicatif v0.18.4
17072026-04-02T19:55:26.220Z Compiling env_logger v0.11.9
17082026-04-02T19:55:26.410Z Compiling usdt v0.6.0
17092026-04-02T19:55:26.440Z Compiling zip v4.6.1
17102026-04-02T19:55:26.576Z Compiling zone v0.3.1
17112026-04-02T19:55:26.677Z Compiling usdt-impl v0.5.0
17122026-04-02T19:55:27.011Z Compiling serde_with v3.17.0
17132026-04-02T19:55:27.269Z Compiling similar v2.7.0
17142026-04-02T19:55:27.269Z Compiling ecdsa v0.16.9
17152026-04-02T19:55:27.412Z Compiling rsa v0.9.10
17162026-04-02T19:55:27.671Z Compiling crossterm v0.28.1
17172026-04-02T19:55:28.060Z Compiling ed25519-dalek v2.2.0
17182026-04-02T19:55:28.133Z Compiling zip v0.6.6
17192026-04-02T19:55:28.717Z Compiling toml v0.7.8
17202026-04-02T19:55:29.141Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-04-02T19:55:29.197Z Compiling itertools v0.13.0
17222026-04-02T19:55:29.317Z Compiling tokio-stream v0.1.18
17232026-04-02T19:55:29.506Z Compiling buf-list v1.1.2
17242026-04-02T19:55:29.755Z Compiling x509-cert v0.2.5
17252026-04-02T19:55:29.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-04-02T19:55:29.786Z Compiling openapiv3 v2.2.0
17272026-04-02T19:55:29.789Z Compiling sha1 v0.10.6
17282026-04-02T19:55:30.024Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-02T19:55:30.063Z Compiling lalrpop-util v0.19.12
17302026-04-02T19:55:30.267Z Compiling peg-runtime v0.8.5
17312026-04-02T19:55:30.316Z Compiling thread_local v1.1.9
17322026-04-02T19:55:30.445Z Compiling slog-async v2.8.0
17332026-04-02T19:55:30.551Z Compiling crossbeam-channel v0.5.15
17342026-04-02T19:55:30.575Z Compiling futures-executor v0.3.32
17352026-04-02T19:55:30.710Z Compiling filetime v0.2.27
17362026-04-02T19:55:30.775Z Compiling is-terminal v0.4.17
17372026-04-02T19:55:30.835Z Compiling take_mut v0.2.2
17382026-04-02T19:55:30.877Z Compiling term v1.2.1
17392026-04-02T19:55:30.891Z Compiling xattr v1.6.1
17402026-04-02T19:55:31.029Z Compiling tar v0.4.45
17412026-04-02T19:55:31.087Z Compiling futures v0.3.32
17422026-04-02T19:55:31.383Z Compiling slog-term v2.9.2
17432026-04-02T19:55:37.467Z Compiling rustls-webpki v0.103.9
17442026-04-02T19:55:40.258Z Compiling tokio-rustls v0.26.4
17452026-04-02T19:55:40.258Z Compiling rustls-platform-verifier v0.6.2
17462026-04-02T19:55:40.458Z Compiling hyper-rustls v0.27.7
17472026-04-02T19:55:40.666Z Compiling reqwest v0.12.28
17482026-04-02T19:55:40.666Z Compiling reqwest v0.13.2
17492026-04-02T19:55:42.794Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-02T19:55:43.013Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-02T19:55:45.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-04-02T19:55:45.958Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-02T19:55:46.015ZApr 02 19:55:44.368 INFO Starting download, target: Clickhouse
17542026-04-02T19:55:46.015ZApr 02 19:55:44.369 INFO Starting download, target: Cockroach
17552026-04-02T19:55:46.015ZApr 02 19:55:44.369 INFO Starting download, target: Console
17562026-04-02T19:55:46.015ZApr 02 19:55:44.369 INFO Starting download, target: DendriteStub
17572026-04-02T19:55:46.015ZApr 02 19:55:44.369 INFO Starting download, target: MaghemiteMgd
17582026-04-02T19:55:46.015ZApr 02 19:55:44.369 INFO Starting download, target: TransceiverControl
17592026-04-02T19:55:46.018ZApr 02 19:55:44.369 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-04-02T19:55:46.018ZApr 02 19:55:44.369 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-04-02T19:55:46.018ZApr 02 19:55:44.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-04-02T19:55:46.018ZApr 02 19:55:44.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-04-02T19:55:46.018ZApr 02 19:55:44.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-04-02T19:55:46.018ZApr 02 19:55:44.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-04-02T19:55:46.392ZApr 02 19:55:44.745 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-02T19:55:46.601ZApr 02 19:55:44.952 INFO Download complete, target: TransceiverControl
17672026-04-02T19:55:47.026ZApr 02 19:55:45.375 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-02T19:55:47.276ZApr 02 19:55:45.630 INFO Download complete, target: Console
17692026-04-02T19:55:47.514ZApr 02 19:55:45.865 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-04-02T19:55:47.711ZApr 02 19:55:46.065 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-04-02T19:55:48.162ZApr 02 19:55:46.514 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-04-02T19:55:48.362ZApr 02 19:55:46.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-04-02T19:55:48.362ZApr 02 19:55:46.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-04-02T19:55:49.767ZApr 02 19:55:48.121 INFO Download complete, target: DendriteStub
17752026-04-02T19:55:49.989ZApr 02 19:55:48.343 INFO Download complete, target: MaghemiteMgd
17762026-04-02T19:55:52.989ZApr 02 19:55:51.343 INFO Checking that binary works, target: Cockroach
17772026-04-02T19:55:53.087ZApr 02 19:55:51.440 INFO Download complete, target: Cockroach
17782026-04-02T19:55:54.921ZApr 02 19:55:53.275 INFO Checking that binary works, target: Clickhouse
17792026-04-02T19:55:55.068ZApr 02 19:55:53.421 INFO Download complete, target: Clickhouse
17802026-04-02T19:55:55.110ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-02T19:55:55.113Z
17822026-04-02T19:55:55.113Zreal 3:05.336196598
17832026-04-02T19:55:55.113Zuser 7:15.070862523
17842026-04-02T19:55:55.113Zsys 1:25.629872181
17852026-04-02T19:55:55.113Ztrap 0.212817382
17862026-04-02T19:55:55.113Ztflt 0.879848250
17872026-04-02T19:55:55.113Zdflt 1.100099500
17882026-04-02T19:55:55.113Zkflt 0.057739247
17892026-04-02T19:55:55.113Zlock 21:15.712154117
17902026-04-02T19:55:55.113Zslp 21:59.828954505
17912026-04-02T19:55:55.113Zlat 43.845838909
17922026-04-02T19:55:55.113Zstop 2:04.818178929
17932026-04-02T19:55:55.113Z+ banner clippy
17942026-04-02T19:55:55.113Z
17952026-04-02T19:55:55.114Z #### # # ##### ##### # #
17962026-04-02T19:55:55.114Z # # # # # # # # # #
17972026-04-02T19:55:55.114Z # # # # # # # #
17982026-04-02T19:55:55.114Z # # # ##### ##### #
17992026-04-02T19:55:55.114Z # # # # # # #
18002026-04-02T19:55:55.114Z #### ###### # # # #
18012026-04-02T19:55:55.114Z
18022026-04-02T19:55:55.114Z+ export CARGO_INCREMENTAL=0
18032026-04-02T19:55:55.114Z+ CARGO_INCREMENTAL=0
18042026-04-02T19:55:55.114Z+ ptime -m cargo xtask clippy
18052026-04-02T19:55:55.640Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-02T19:55:55.865Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-02T19:55:57.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18082026-04-02T19:55:57.777Z Running `target/debug/xtask clippy`
18092026-04-02T19:55:57.806Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-04-02T19:55:58.416Z Downloading crates ...
18112026-04-02T19:55:58.614Z Downloaded similar-asserts v1.7.0
18122026-04-02T19:55:58.620Z Downloaded rust-argon2 v2.1.0
18132026-04-02T19:55:58.624Z Downloaded concurrent-queue v2.5.0
18142026-04-02T19:55:58.626Z Downloaded cargo-platform v0.3.2
18152026-04-02T19:55:58.629Z Downloaded addr2line v0.25.1
18162026-04-02T19:55:58.632Z Downloaded cargo_metadata v0.23.1
18172026-04-02T19:55:58.632Z Downloaded cast v0.3.0
18182026-04-02T19:55:58.632Z Downloaded backtrace-ext v0.2.1
18192026-04-02T19:55:58.639Z Downloaded rstest v0.25.0
18202026-04-02T19:55:58.643Z Downloaded pathdiff v0.2.3
18212026-04-02T19:55:58.645Z Downloaded escape8259 v0.5.3
18222026-04-02T19:55:58.645Z Downloaded approx v0.5.1
18232026-04-02T19:55:58.648Z Downloaded relative-path v1.9.3
18242026-04-02T19:55:58.651Z Downloaded linkme-impl v0.3.35
18252026-04-02T19:55:58.651Z Downloaded futures-timer v3.0.3
18262026-04-02T19:55:58.651Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18272026-04-02T19:55:58.651Z Downloaded linkme v0.3.35
18282026-04-02T19:55:58.654Z Downloaded blake2b_simd v1.0.4
18292026-04-02T19:55:58.654Z Downloaded anes v0.1.6
18302026-04-02T19:55:58.658Z Downloaded termcolor v1.4.1
18312026-04-02T19:55:58.661Z Downloaded assert-json-diff v2.0.2
18322026-04-02T19:55:58.664Z Downloaded path-tree v0.8.3
18332026-04-02T19:55:58.668Z Downloaded plotters-backend v0.3.7
18342026-04-02T19:55:58.676Z Downloaded constant_time_eq v0.3.1
18352026-04-02T19:55:58.680Z Downloaded plotters-svg v0.3.7
18362026-04-02T19:55:58.683Z Downloaded nested v0.1.1
18372026-04-02T19:55:58.687Z Downloaded knuffel-derive v3.2.0
18382026-04-02T19:55:58.687Z Downloaded rustc-demangle v0.1.27
18392026-04-02T19:55:58.691Z Downloaded criterion-plot v0.6.0
18402026-04-02T19:55:58.691Z Downloaded async-lock v3.4.2
18412026-04-02T19:55:58.695Z Downloaded miette-derive v5.10.0
18422026-04-02T19:55:58.695Z Downloaded supports-color v2.1.0
18432026-04-02T19:55:58.695Z Downloaded supports-hyperlinks v2.1.0
18442026-04-02T19:55:58.699Z Downloaded target-triple v1.0.0
18452026-04-02T19:55:58.702Z Downloaded async-object-pool v0.2.0
18462026-04-02T19:55:58.702Z Downloaded event-listener-strategy v0.5.4
18472026-04-02T19:55:58.707Z Downloaded knuffel v3.2.0
18482026-04-02T19:55:58.718Z Downloaded terminal_size v0.1.17
18492026-04-02T19:55:58.722Z Downloaded supports-unicode v2.1.0
18502026-04-02T19:55:58.722Z Downloaded parking v2.2.1
18512026-04-02T19:55:58.726Z Downloaded serde_regex v1.1.0
18522026-04-02T19:55:58.729Z Downloaded trybuild v1.0.116
18532026-04-02T19:55:58.732Z Downloaded target-spec v3.5.7
18542026-04-02T19:55:58.732Z Downloaded guppy-workspace-hack v0.1.0
18552026-04-02T19:55:58.732Z Downloaded libtest-mimic v0.8.1
18562026-04-02T19:55:58.735Z Downloaded chumsky v0.9.3
18572026-04-02T19:55:58.743Z Downloaded tinytemplate v1.2.1
18582026-04-02T19:55:58.746Z Downloaded oorandom v11.1.5
18592026-04-02T19:55:58.746Z Downloaded cfg-expr v0.20.6
18602026-04-02T19:55:58.749Z Downloaded target-lexicon v0.13.3
18612026-04-02T19:55:58.752Z Downloaded partial-io v0.5.4
18622026-04-02T19:55:58.752Z Downloaded httptest v0.16.4
18632026-04-02T19:55:58.755Z Downloaded datatest-stable v0.3.3
18642026-04-02T19:55:58.757Z Downloaded assert_cmd v2.1.2
18652026-04-02T19:55:58.763Z Downloaded event-listener v5.4.1
18662026-04-02T19:55:58.766Z Downloaded miette v5.10.0
18672026-04-02T19:55:58.768Z Downloaded stringmetrics v2.2.2
18682026-04-02T19:55:58.769Z Downloaded owo-colors v3.5.0
18692026-04-02T19:55:58.780Z Downloaded textwrap v0.15.2
18702026-04-02T19:55:58.791Z Downloaded toml v1.0.3+spec-1.1.0
18712026-04-02T19:55:58.794Z Downloaded rstest_macros v0.25.0
18722026-04-02T19:55:58.804Z Downloaded rand_distr v0.5.1
18732026-04-02T19:55:58.807Z Downloaded fancy-regex v0.14.0
18742026-04-02T19:55:58.812Z Downloaded backtrace v0.3.76
18752026-04-02T19:55:58.821Z Downloaded criterion v0.7.0
18762026-04-02T19:55:58.825Z Downloaded hashbrown v0.14.5
18772026-04-02T19:55:58.840Z Downloaded guppy v0.17.25
18782026-04-02T19:55:58.861Z Downloaded plotters v0.3.7
18792026-04-02T19:55:58.865Z Downloaded gimli v0.32.3
18802026-04-02T19:55:58.960Z Downloaded httpmock v0.8.3
18812026-04-02T19:56:00.518Z Checking cfg-if v1.0.4
18822026-04-02T19:56:00.863Z Checking libc v0.2.180
18832026-04-02T19:56:00.866Z Checking serde_core v1.0.228
18842026-04-02T19:56:00.934Z Checking memchr v2.8.0
18852026-04-02T19:56:00.973Z Checking smallvec v1.15.1
18862026-04-02T19:56:01.010Z Checking itoa v1.0.17
18872026-04-02T19:56:01.046Z Checking log v0.4.29
18882026-04-02T19:56:01.088Z Checking zeroize v1.8.2
18892026-04-02T19:56:01.092Z Checking libm v0.2.16
18902026-04-02T19:56:01.185Z Checking stable_deref_trait v1.2.1
18912026-04-02T19:56:01.185Z Checking scopeguard v1.2.0
18922026-04-02T19:56:01.255Z Checking zmij v1.0.21
18932026-04-02T19:56:01.293Z Checking zerofrom v0.1.6
18942026-04-02T19:56:01.325Z Checking errno v0.3.14
18952026-04-02T19:56:01.358Z Checking getrandom v0.2.17
18962026-04-02T19:56:01.390Z Checking lock_api v0.4.14
18972026-04-02T19:56:01.429Z Checking percent-encoding v2.3.2
18982026-04-02T19:56:01.465Z Checking yoke v0.8.1
18992026-04-02T19:56:01.502Z Checking writeable v0.6.2
19002026-04-02T19:56:01.502Z Checking litemap v0.8.1
19012026-04-02T19:56:01.570Z Checking icu_properties_data v2.1.2
19022026-04-02T19:56:01.604Z Checking icu_normalizer_data v2.1.1
19032026-04-02T19:56:01.638Z Checking form_urlencoded v1.2.2
19042026-04-02T19:56:01.672Z Checking zerovec v0.11.5
19052026-04-02T19:56:01.707Z Checking zerotrie v0.2.3
19062026-04-02T19:56:01.739Z Checking utf8_iter v1.0.4
19072026-04-02T19:56:01.776Z Checking subtle v2.6.1
19082026-04-02T19:56:01.812Z Checking num-traits v0.2.19
19092026-04-02T19:56:01.846Z Checking rand_core v0.10.0
19102026-04-02T19:56:01.850Z Checking rand_core v0.6.4
19112026-04-02T19:56:01.909Z Checking portable-atomic v1.13.1
19122026-04-02T19:56:01.949Z Checking pin-project-lite v0.2.17
19132026-04-02T19:56:01.985Z Checking zerocopy v0.8.40
19142026-04-02T19:56:02.020Z Checking getrandom v0.4.1
19152026-04-02T19:56:02.077Z Checking critical-section v1.2.0
19162026-04-02T19:56:02.115Z Checking parking_lot_core v0.9.12
19172026-04-02T19:56:02.154Z Checking tinystr v0.8.2
19182026-04-02T19:56:02.194Z Checking potential_utf v0.1.4
19192026-04-02T19:56:02.234Z Checking signal-hook-registry v1.4.8
19202026-04-02T19:56:02.335Z Checking parking_lot v0.12.5
19212026-04-02T19:56:02.371Z Checking icu_collections v2.1.1
19222026-04-02T19:56:02.375Z Checking icu_locale_core v2.1.1
19232026-04-02T19:56:02.402Z Checking once_cell v1.21.3
19242026-04-02T19:56:02.471Z Checking serde v1.0.228
19252026-04-02T19:56:02.471Z Checking serde_json v1.0.149
19262026-04-02T19:56:02.474Z Checking bitflags v2.11.0
19272026-04-02T19:56:02.568Z Checking mio v1.1.1
19282026-04-02T19:56:02.632Z Checking typenum v1.19.0
19292026-04-02T19:56:02.697Z Checking iana-time-zone v0.1.65
19302026-04-02T19:56:02.734Z Checking socket2 v0.6.2
19312026-04-02T19:56:02.841Z Checking semver v1.0.27
19322026-04-02T19:56:02.878Z Checking uuid v1.21.0
19332026-04-02T19:56:02.910Z Checking bytes v1.11.1
19342026-04-02T19:56:02.966Z Checking icu_provider v2.1.1
19352026-04-02T19:56:03.001Z Checking chrono v0.4.44
19362026-04-02T19:56:03.079Z Checking thiserror v2.0.18
19372026-04-02T19:56:03.172Z Checking generic-array v0.14.7
19382026-04-02T19:56:03.216Z Checking allocator-api2 v0.2.21
19392026-04-02T19:56:03.256Z Checking icu_properties v2.1.2
19402026-04-02T19:56:03.256Z Checking icu_normalizer v2.1.1
19412026-04-02T19:56:03.321Z Checking futures-core v0.3.32
19422026-04-02T19:56:03.372Z Checking tokio v1.49.0
19432026-04-02T19:56:03.474Z Checking dyn-clone v1.0.20
19442026-04-02T19:56:03.524Z Checking equivalent v1.0.2
19452026-04-02T19:56:03.621Z Checking const-oid v0.9.6
19462026-04-02T19:56:03.660Z Checking crypto-common v0.1.7
19472026-04-02T19:56:03.699Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19482026-04-02T19:56:03.699Z Checking foldhash v0.2.0
19492026-04-02T19:56:03.807Z Checking block-buffer v0.10.4
19502026-04-02T19:56:03.862Z Checking futures-sink v0.3.32
19512026-04-02T19:56:03.900Z Checking hashbrown v0.16.1
19522026-04-02T19:56:03.990Z Checking byteorder v1.5.0
19532026-04-02T19:56:03.992Z Checking futures-channel v0.3.32
19542026-04-02T19:56:04.056Z Checking rustix v1.1.3
19552026-04-02T19:56:04.091Z Checking idna_adapter v1.2.1
19562026-04-02T19:56:04.209Z Checking slab v0.4.12
19572026-04-02T19:56:04.244Z Checking idna v1.1.0
19582026-04-02T19:56:04.247Z Checking futures-task v0.3.32
19592026-04-02T19:56:04.325Z Checking digest v0.10.7
19602026-04-02T19:56:04.392Z Checking futures-io v0.3.32
19612026-04-02T19:56:04.426Z Checking cpufeatures v0.2.17
19622026-04-02T19:56:04.460Z Checking indexmap v2.13.0
19632026-04-02T19:56:04.511Z Checking url v2.5.8
19642026-04-02T19:56:04.546Z Checking futures-util v0.3.32
19652026-04-02T19:56:04.551Z Checking thiserror v1.0.69
19662026-04-02T19:56:04.551Z Checking getrandom v0.3.4
19672026-04-02T19:56:04.706Z Checking ppv-lite86 v0.2.21
19682026-04-02T19:56:04.741Z Checking fnv v1.0.7
19692026-04-02T19:56:04.774Z Checking regex-syntax v0.8.10
19702026-04-02T19:56:04.861Z Checking base64 v0.22.1
19712026-04-02T19:56:04.901Z Checking http v1.4.0
19722026-04-02T19:56:04.963Z Checking schemars v0.8.22
19732026-04-02T19:56:05.023Z Checking tracing-core v0.1.36
19742026-04-02T19:56:05.026Z Checking unicode-ident v1.0.24
19752026-04-02T19:56:05.122Z Checking ipnet v2.11.0
19762026-04-02T19:56:05.191Z Checking proc-macro2 v1.0.106
19772026-04-02T19:56:05.350Z Checking tracing v0.1.44
19782026-04-02T19:56:05.406Z Checking untrusted v0.9.0
19792026-04-02T19:56:05.480Z Checking anstyle v1.0.13
19802026-04-02T19:56:05.525Z Checking utf8parse v0.2.2
19812026-04-02T19:56:05.562Z Checking ring v0.17.14
19822026-04-02T19:56:05.592Z Checking quote v1.0.44
19832026-04-02T19:56:05.628Z Checking aho-corasick v1.1.4
19842026-04-02T19:56:05.664Z Checking anstyle-parse v0.2.7
19852026-04-02T19:56:05.709Z Checking is_terminal_polyfill v1.70.2
19862026-04-02T19:56:05.807Z Checking syn v2.0.117
19872026-04-02T19:56:05.842Z Checking colorchoice v1.0.4
19882026-04-02T19:56:05.875Z Checking anstyle-query v1.1.5
19892026-04-02T19:56:05.967Z Checking base64ct v1.8.3
19902026-04-02T19:56:06.002Z Checking anstream v0.6.21
19912026-04-02T19:56:06.109Z Checking block-padding v0.3.3
19922026-04-02T19:56:06.234Z Checking rustls-pki-types v1.14.0
19932026-04-02T19:56:06.237Z Checking httparse v1.10.1
19942026-04-02T19:56:06.298Z Checking inout v0.1.4
19952026-04-02T19:56:06.336Z Checking regex-automata v0.4.14
19962026-04-02T19:56:06.466Z Checking terminal_size v0.4.3
19972026-04-02T19:56:06.502Z Checking crossbeam-utils v0.8.21
19982026-04-02T19:56:06.505Z Checking cipher v0.4.4
19992026-04-02T19:56:06.570Z Checking clap_lex v1.0.0
20002026-04-02T19:56:06.573Z Checking tokio-util v0.7.18
20012026-04-02T19:56:06.603Z Checking strsim v0.11.1
20022026-04-02T19:56:06.637Z Checking http-body v1.0.1
20032026-04-02T19:56:06.746Z Checking rand_core v0.9.5
20042026-04-02T19:56:06.782Z Checking sha2 v0.10.9
20052026-04-02T19:56:06.816Z Checking clap_builder v4.5.60
20062026-04-02T19:56:06.850Z Checking atomic-waker v1.1.2
20072026-04-02T19:56:06.883Z Checking pem-rfc7468 v0.7.0
20082026-04-02T19:56:06.943Z Checking httpdate v1.0.3
20092026-04-02T19:56:06.977Z Checking try-lock v0.2.5
20102026-04-02T19:56:07.067Z Checking hmac v0.12.1
20112026-04-02T19:56:07.104Z Checking want v0.3.1
20122026-04-02T19:56:07.107Z Checking tower-service v0.3.3
20132026-04-02T19:56:07.168Z Checking pin-utils v0.1.0
20142026-04-02T19:56:07.227Z Checking tower-layer v0.3.3
20152026-04-02T19:56:07.264Z Checking ryu v1.0.23
20162026-04-02T19:56:07.267Z Checking h2 v0.4.13
20172026-04-02T19:56:07.296Z Checking rand_chacha v0.9.0
20182026-04-02T19:56:07.299Z Checking erased-serde v0.3.31
20192026-04-02T19:56:07.402Z Checking flagset v0.4.7
20202026-04-02T19:56:07.437Z Checking powerfmt v0.2.0
20212026-04-02T19:56:07.550Z Checking der v0.7.10
20222026-04-02T19:56:07.586Z Checking rand v0.9.2
20232026-04-02T19:56:07.620Z Checking deranged v0.5.8
20242026-04-02T19:56:07.725Z Checking slog v2.8.2
20252026-04-02T19:56:08.017Z Checking spin v0.9.8
20262026-04-02T19:56:08.054Z Checking anyhow v1.0.102
20272026-04-02T19:56:08.056Z Checking clap v4.5.60
20282026-04-02T19:56:08.120Z Checking time-core v0.1.8
20292026-04-02T19:56:08.122Z Checking num_threads v0.1.7
20302026-04-02T19:56:08.190Z Checking num-conv v0.2.0
20312026-04-02T19:56:08.224Z Checking http-body-util v0.1.3
20322026-04-02T19:56:08.264Z Checking aws-lc-sys v0.37.1
20332026-04-02T19:56:08.300Z Checking untrusted v0.7.1
20342026-04-02T19:56:08.303Z Checking openssl-probe v0.2.1
20352026-04-02T19:56:08.332Z Checking regex v1.12.3
20362026-04-02T19:56:08.335Z Checking serde_urlencoded v0.7.1
20372026-04-02T19:56:08.439Z Checking rand_chacha v0.3.1
20382026-04-02T19:56:08.475Z Checking fastrand v2.3.0
20392026-04-02T19:56:08.478Z Checking spki v0.7.3
20402026-04-02T19:56:08.561Z Checking time v0.3.47
20412026-04-02T19:56:08.622Z Checking pbkdf2 v0.12.2
20422026-04-02T19:56:08.661Z Checking aes v0.8.4
20432026-04-02T19:56:08.697Z Checking unicode-width v0.2.0
20442026-04-02T19:56:08.700Z Checking rand v0.8.5
20452026-04-02T19:56:08.700Z Checking pretty-hex v0.4.1
20462026-04-02T19:56:08.792Z Checking aws-lc-rs v1.16.0
20472026-04-02T19:56:08.793Z Checking cbc v0.1.2
20482026-04-02T19:56:08.899Z Checking salsa20 v0.10.2
20492026-04-02T19:56:08.970Z Checking ipnetwork v0.21.1
20502026-04-02T19:56:09.005Z Checking hex v0.4.3
20512026-04-02T19:56:09.058Z Checking scrypt v0.11.0
20522026-04-02T19:56:09.093Z Checking tempfile v3.25.0
20532026-04-02T19:56:09.209Z Checking rustls-native-certs v0.8.3
20542026-04-02T19:56:09.245Z Checking sync_wrapper v1.0.2
20552026-04-02T19:56:09.282Z Checking plain v0.2.3
20562026-04-02T19:56:09.285Z Checking pkcs5 v0.7.1
20572026-04-02T19:56:09.346Z Checking webpki-roots v1.0.6
20582026-04-02T19:56:09.380Z Checking tower v0.5.3
20592026-04-02T19:56:09.383Z Checking camino v1.2.2
20602026-04-02T19:56:09.445Z Checking ucd-trie v0.1.7
20612026-04-02T19:56:09.487Z Checking iri-string v0.7.10
20622026-04-02T19:56:09.588Z Checking pkcs8 v0.10.2
20632026-04-02T19:56:09.622Z Checking pest v2.8.6
20642026-04-02T19:56:09.655Z Checking rustls-webpki v0.103.9
20652026-04-02T19:56:09.694Z Checking openapiv3 v2.2.0
20662026-04-02T19:56:09.697Z Checking mime v0.3.17
20672026-04-02T19:56:09.820Z Checking either v1.15.0
20682026-04-02T19:56:09.823Z Checking winnow v0.7.14
20692026-04-02T19:56:09.950Z Checking oxnet v0.1.4
20702026-04-02T19:56:09.953Z Checking hyper v1.8.1
20712026-04-02T19:56:10.063Z Checking lazy_static v1.5.0
20722026-04-02T19:56:10.099Z Checking rustls v0.23.37
20732026-04-02T19:56:10.179Z Checking static_assertions v1.1.0
20742026-04-02T19:56:10.217Z Checking signature v2.2.0
20752026-04-02T19:56:10.278Z Checking encoding_rs v0.8.35
20762026-04-02T19:56:10.374Z Checking foreign-types-shared v0.1.1
20772026-04-02T19:56:10.486Z Checking simd-adler32 v0.3.8
20782026-04-02T19:56:10.542Z Checking tower-http v0.6.8
20792026-04-02T19:56:10.686Z Checking foreign-types v0.3.2
20802026-04-02T19:56:10.726Z Checking hubpack v0.1.2
20812026-04-02T19:56:10.791Z Checking openssl-sys v0.9.111
20822026-04-02T19:56:10.863Z Checking adler2 v2.0.1
20832026-04-02T19:56:10.922Z Checking hyper-util v0.1.20
20842026-04-02T19:56:10.925Z Checking sha1 v0.10.6
20852026-04-02T19:56:11.006Z Checking miniz_oxide v0.8.9
20862026-04-02T19:56:11.009Z Checking strum v0.26.3
20872026-04-02T19:56:11.128Z Checking data-encoding v2.10.0
20882026-04-02T19:56:11.164Z Checking tinyvec_macros v0.1.1
20892026-04-02T19:56:11.198Z Checking toml_datetime v0.6.11
20902026-04-02T19:56:11.259Z Checking tinyvec v1.10.0
20912026-04-02T19:56:11.294Z Checking serde_spanned v0.6.9
20922026-04-02T19:56:11.326Z Checking openssl v0.10.75
20932026-04-02T19:56:11.398Z Checking num-integer v0.1.46
20942026-04-02T19:56:11.431Z Checking scroll v0.13.0
20952026-04-02T19:56:11.434Z Checking memmap2 v0.9.10
20962026-04-02T19:56:11.495Z Checking base16ct v0.2.0
20972026-04-02T19:56:11.584Z Checking bit-vec v0.8.0
20982026-04-02T19:56:11.644Z Checking dtrace-parser v0.3.0
20992026-04-02T19:56:11.646Z Checking sec1 v0.7.3
21002026-04-02T19:56:11.646Z Checking crossbeam-epoch v0.9.18
21012026-04-02T19:56:11.741Z Checking goblin v0.10.5
21022026-04-02T19:56:11.802Z Checking bit-set v0.8.0
21032026-04-02T19:56:11.874Z Checking crc32fast v1.5.0
21042026-04-02T19:56:11.935Z Checking ff v0.13.1
21052026-04-02T19:56:11.969Z Checking wait-timeout v0.2.1
21062026-04-02T19:56:12.004Z Checking thread-id v5.1.0
21072026-04-02T19:56:12.040Z Checking num-iter v0.1.45
21082026-04-02T19:56:12.090Z Checking group v0.13.0
21092026-04-02T19:56:12.126Z Checking bstr v1.12.1
21102026-04-02T19:56:12.129Z Checking hkdf v0.12.4
21112026-04-02T19:56:12.193Z Checking ahash v0.8.12
21122026-04-02T19:56:12.196Z Checking crypto-bigint v0.5.5
21132026-04-02T19:56:12.262Z Checking psl-types v2.0.11
21142026-04-02T19:56:12.315Z Checking quick-error v1.2.3
21152026-04-02T19:56:12.405Z Checking publicsuffix v2.3.0
21162026-04-02T19:56:12.440Z Checking cookie v0.18.1
21172026-04-02T19:56:12.475Z Checking rusty-fork v0.3.1
21182026-04-02T19:56:12.478Z Checking tokio-rustls v0.26.4
21192026-04-02T19:56:12.542Z Checking rand_xorshift v0.4.0
21202026-04-02T19:56:12.587Z Checking scroll v0.12.0
21212026-04-02T19:56:12.669Z Checking unarray v0.1.4
21222026-04-02T19:56:12.705Z Checking rustls-platform-verifier v0.6.2
21232026-04-02T19:56:12.708Z Checking cookie_store v0.22.1
21242026-04-02T19:56:12.770Z Checking hyper-rustls v0.27.7
21252026-04-02T19:56:12.804Z Checking proptest v1.10.0
21262026-04-02T19:56:12.840Z Checking goblin v0.8.2
21272026-04-02T19:56:12.878Z Checking num-bigint-dig v0.8.6
21282026-04-02T19:56:13.002Z Checking pkcs1 v0.7.5
21292026-04-02T19:56:13.086Z Checking x509-cert v0.2.5
21302026-04-02T19:56:13.128Z Checking elliptic-curve v0.13.8
21312026-04-02T19:56:13.239Z Checking zerocopy v0.7.35
21322026-04-02T19:56:13.305Z Checking native-tls v0.2.18
21332026-04-02T19:56:13.456Z Checking unicode-segmentation v1.12.0
21342026-04-02T19:56:13.509Z Checking tokio-native-tls v0.3.1
21352026-04-02T19:56:13.692Z Checking zlib-rs v0.6.2
21362026-04-02T19:56:13.728Z Checking hyper-tls v0.6.0
21372026-04-02T19:56:13.761Z Checking rsa v0.9.10
21382026-04-02T19:56:13.765Z Checking reqwest v0.13.2
21392026-04-02T19:56:13.826Z Checking crossbeam-deque v0.8.6
21402026-04-02T19:56:13.922Z Checking reqwest v0.12.28
21412026-04-02T19:56:14.028Z Checking dtrace-parser v0.2.0
21422026-04-02T19:56:14.063Z Checking dof v0.4.0
21432026-04-02T19:56:14.249Z Checking rfc6979 v0.4.0
21442026-04-02T19:56:14.288Z Checking thread-id v4.2.2
21452026-04-02T19:56:14.394Z Checking toml_write v0.1.2
21462026-04-02T19:56:14.397Z Checking ecdsa v0.16.9
21472026-04-02T19:56:14.563Z Checking newtype-uuid v1.3.2
21482026-04-02T19:56:14.599Z Checking toml_edit v0.22.27
21492026-04-02T19:56:14.602Z Checking flate2 v1.1.9
21502026-04-02T19:56:14.666Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-04-02T19:56:14.703Z Checking dof v0.3.0
21522026-04-02T19:56:14.738Z Checking usdt-impl v0.6.0
21532026-04-02T19:56:14.787Z Checking curve25519-dalek v4.1.3
21542026-04-02T19:56:14.790Z Checking memoffset v0.9.1
21552026-04-02T19:56:14.820Z Checking rustix v0.38.44
21562026-04-02T19:56:14.929Z Checking env_filter v1.0.0
21572026-04-02T19:56:14.964Z Checking keccak v0.1.6
21582026-04-02T19:56:15.008Z Checking daft v0.1.5
21592026-04-02T19:56:15.011Z Checking usdt-impl v0.5.0
21602026-04-02T19:56:15.074Z Checking usdt v0.6.0
21612026-04-02T19:56:15.109Z Checking env_logger v0.11.9
21622026-04-02T19:56:15.156Z Checking sha3 v0.10.8
21632026-04-02T19:56:15.261Z Checking ed25519 v2.2.3
21642026-04-02T19:56:15.297Z Checking itertools v0.13.0
21652026-04-02T19:56:15.331Z Checking serde_with v3.17.0
21662026-04-02T19:56:15.365Z Checking bitflags v1.3.2
21672026-04-02T19:56:15.399Z Checking siphasher v1.0.2
21682026-04-02T19:56:15.465Z Checking unicode-normalization v0.1.25
21692026-04-02T19:56:15.505Z Checking signal-hook v0.3.18
21702026-04-02T19:56:15.566Z Checking ed25519-dalek v2.2.0
21712026-04-02T19:56:15.601Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-04-02T19:56:15.670Z Checking managed v0.8.0
21732026-04-02T19:56:15.706Z Checking winnow v0.5.40
21742026-04-02T19:56:15.741Z Checking nix v0.31.1
21752026-04-02T19:56:15.829Z Checking rayon-core v1.13.0
21762026-04-02T19:56:15.865Z Checking bzip2-sys v0.1.13+1.0.8
21772026-04-02T19:56:15.899Z Checking object v0.37.3
21782026-04-02T19:56:15.934Z Checking foldhash v0.1.5
21792026-04-02T19:56:15.976Z Checking bzip2 v0.4.4
21802026-04-02T19:56:16.095Z Checking hashbrown v0.15.5
21812026-04-02T19:56:16.168Z Checking signal-hook-mio v0.2.5
21822026-04-02T19:56:16.204Z Checking ref-cast v1.0.25
21832026-04-02T19:56:16.300Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-04-02T19:56:16.336Z Checking zip v0.6.6
21852026-04-02T19:56:16.368Z Checking libbz2-rs-sys v0.2.2
21862026-04-02T19:56:16.439Z Checking zstd-safe v7.2.4
21872026-04-02T19:56:16.572Z Checking bumpalo v3.20.2
21882026-04-02T19:56:16.633Z Checking zstd v0.13.3
21892026-04-02T19:56:16.671Z Checking crossterm v0.28.1
21902026-04-02T19:56:16.757Z Checking rayon v1.11.0
21912026-04-02T19:56:16.793Z Checking bzip2 v0.6.1
21922026-04-02T19:56:16.796Z Checking similar v2.7.0
21932026-04-02T19:56:16.860Z Checking zopfli v0.8.3
21942026-04-02T19:56:16.863Z Checking fs-err v3.3.0
21952026-04-02T19:56:16.925Z Checking toml_edit v0.19.15
21962026-04-02T19:56:16.981Z Checking hash32 v0.2.1
21972026-04-02T19:56:17.166Z Checking serde-big-array v0.5.1
21982026-04-02T19:56:17.208Z Checking unicode-properties v0.1.4
21992026-04-02T19:56:17.244Z Checking jiff v0.2.21
22002026-04-02T19:56:17.247Z Checking predicates-core v1.0.10
22012026-04-02T19:56:17.324Z Checking unicode-bidi v0.3.18
22022026-04-02T19:56:17.395Z Checking heapless v0.7.17
22032026-04-02T19:56:17.430Z Checking hickory-proto v0.25.2
22042026-04-02T19:56:17.433Z Checking tokio-stream v0.1.18
22052026-04-02T19:56:17.641Z Checking stringprep v0.1.5
22062026-04-02T19:56:17.823Z Checking md-5 v0.10.6
22072026-04-02T19:56:17.826Z Checking float-cmp v0.10.0
22082026-04-02T19:56:17.890Z Checking fallible-iterator v0.2.0
22092026-04-02T19:56:17.961Z Checking toml v0.7.8
22102026-04-02T19:56:18.001Z Checking difflib v0.4.0
22112026-04-02T19:56:18.035Z Checking normalize-line-endings v0.3.0
22122026-04-02T19:56:18.154Z Checking rustc-hash v2.1.1
22132026-04-02T19:56:18.190Z Checking postgres-protocol v0.6.10
22142026-04-02T19:56:18.193Z Checking smoltcp v0.9.1
22152026-04-02T19:56:18.258Z Checking predicates v3.1.4
22162026-04-02T19:56:18.260Z Checking phf_shared v0.11.3
22172026-04-02T19:56:18.326Z Checking iddqd v0.3.17
22182026-04-02T19:56:18.329Z Checking phf_shared v0.13.1
22192026-04-02T19:56:18.458Z Checking itertools v0.12.1
22202026-04-02T19:56:18.563Z Checking console v0.16.2
22212026-04-02T19:56:18.599Z Checking buf-list v1.1.2
22222026-04-02T19:56:18.602Z Checking strum v0.27.2
22232026-04-02T19:56:18.769Z Checking fixedbitset v0.5.7
22242026-04-02T19:56:18.805Z Checking unit-prefix v0.5.2
22252026-04-02T19:56:18.839Z Checking lalrpop-util v0.19.12
22262026-04-02T19:56:18.890Z Checking fixedbitset v0.4.2
22272026-04-02T19:56:18.956Z Checking new_debug_unreachable v1.0.6
22282026-04-02T19:56:18.990Z Checking precomputed-hash v0.1.1
22292026-04-02T19:56:19.028Z Checking petgraph v0.8.3
22302026-04-02T19:56:19.061Z Checking indicatif v0.18.4
22312026-04-02T19:56:19.094Z Checking petgraph v0.6.5
22322026-04-02T19:56:19.127Z Checking string_cache v0.8.9
22332026-04-02T19:56:19.172Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-04-02T19:56:19.321Z Checking phf v0.13.1
22352026-04-02T19:56:19.450Z Checking postgres-types v0.2.12
22362026-04-02T19:56:19.486Z Checking zone v0.3.1
22372026-04-02T19:56:19.489Z Checking zip v4.6.1
22382026-04-02T19:56:19.558Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-04-02T19:56:19.785Z Checking whoami v2.1.0
22402026-04-02T19:56:19.854Z Checking peg-runtime v0.8.5
22412026-04-02T19:56:20.001Z Checking futures-executor v0.3.32
22422026-04-02T19:56:20.040Z Checking is-terminal v0.4.17
22432026-04-02T19:56:20.043Z Checking tokio-postgres v0.7.16
22442026-04-02T19:56:20.109Z Checking crossbeam-channel v0.5.15
22452026-04-02T19:56:20.160Z Compiling structmeta-derive v0.3.0
22462026-04-02T19:56:20.195Z Checking futures v0.3.32
22472026-04-02T19:56:20.198Z Checking thread_local v1.1.9
22482026-04-02T19:56:20.303Z Checking term v1.2.1
22492026-04-02T19:56:20.366Z Checking take_mut v0.2.2
22502026-04-02T19:56:20.418Z Compiling newtype-uuid-macros v0.1.0
22512026-04-02T19:56:20.460Z Checking regress v0.10.5
22522026-04-02T19:56:20.499Z Checking slog-async v2.8.0
22532026-04-02T19:56:20.551Z Checking slog-term v2.9.2
22542026-04-02T19:56:20.596Z Compiling rustls v0.22.4
22552026-04-02T19:56:20.700Z Compiling multer v3.1.0
22562026-04-02T19:56:20.852Z Compiling async-stream-impl v0.3.6
22572026-04-02T19:56:20.897Z Compiling dropshot v0.16.7
22582026-04-02T19:56:21.005Z Compiling dropshot_endpoint v0.16.7
22592026-04-02T19:56:21.193Z Checking match_cfg v0.1.0
22602026-04-02T19:56:21.228Z Checking slog-json v2.6.1
22612026-04-02T19:56:21.277Z Compiling structmeta v0.3.0
22622026-04-02T19:56:21.312Z Checking hostname v0.3.1
22632026-04-02T19:56:21.356Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-04-02T19:56:21.442Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-04-02T19:56:21.445Z Checking slog-bunyan v2.5.0
22662026-04-02T19:56:21.506Z Checking debug-ignore v1.0.5
22672026-04-02T19:56:21.541Z Compiling derive-ex v0.1.8
22682026-04-02T19:56:21.581Z Checking serde_spanned v1.0.4
22692026-04-02T19:56:21.583Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-04-02T19:56:21.649Z Checking progenitor-client v0.13.0
22712026-04-02T19:56:21.742Z Checking rustls-webpki v0.102.8
22722026-04-02T19:56:21.778Z Checking serde_path_to_error v0.1.20
22732026-04-02T19:56:21.823Z Checking toml v0.9.12+spec-1.1.0
22742026-04-02T19:56:21.872Z Checking async-stream v0.3.6
22752026-04-02T19:56:21.908Z Checking waitgroup v0.1.2
22762026-04-02T19:56:22.032Z Checking rustls-pemfile v2.2.0
22772026-04-02T19:56:22.067Z Checking hostname v0.4.2
22782026-04-02T19:56:22.070Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-04-02T19:56:22.166Z Compiling parse-display-derive v0.10.0
22802026-04-02T19:56:22.202Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-04-02T19:56:22.205Z Checking itertools v0.14.0
22822026-04-02T19:56:22.265Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-04-02T19:56:22.372Z Checking macaddr v1.0.1
22842026-04-02T19:56:22.414Z Checking progenitor-client v0.10.0
22852026-04-02T19:56:22.578Z Checking instant v0.1.13
22862026-04-02T19:56:22.666Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-04-02T19:56:22.702Z Checking backoff v0.4.0
22882026-04-02T19:56:22.705Z Checking backon v1.6.0
22892026-04-02T19:56:22.766Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-04-02T19:56:22.945Z Checking progenitor-extras v0.1.1
22912026-04-02T19:56:22.948Z Checking heck v0.5.0
22922026-04-02T19:56:23.129Z Checking camino-tempfile v1.4.1
22932026-04-02T19:56:23.199Z Checking toml v0.8.23
22942026-04-02T19:56:23.243Z Compiling test-strategy v0.4.5
22952026-04-02T19:56:23.278Z Compiling convert_case v0.4.0
22962026-04-02T19:56:23.341Z Compiling unsafe-libyaml v0.2.11
22972026-04-02T19:56:23.549Z Checking secrecy v0.10.3
22982026-04-02T19:56:23.594Z Checking tokio-rustls v0.25.0
22992026-04-02T19:56:23.679Z Compiling derive_more v0.99.20
23002026-04-02T19:56:23.714Z Compiling crucible-workspace-hack v0.1.0
23012026-04-02T19:56:23.857Z Checking parse-display v0.10.0
23022026-04-02T19:56:23.915Z Compiling serde_yaml v0.9.34+deprecated
23032026-04-02T19:56:24.112Z Compiling toml_edit v0.23.10+spec-1.0.0
23042026-04-02T19:56:24.175Z Checking typify-impl v0.6.1
23052026-04-02T19:56:24.734Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-04-02T19:56:25.154Z Compiling proc-macro-crate v3.4.0
23072026-04-02T19:56:25.188Z Checking half v2.7.1
23082026-04-02T19:56:25.326Z Checking ciborium-io v0.2.2
23092026-04-02T19:56:25.377Z Checking glob v0.3.3
23102026-04-02T19:56:25.447Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-04-02T19:56:25.480Z Checking ciborium-ll v0.2.2
23122026-04-02T19:56:25.590Z Compiling heapless v0.8.0
23132026-04-02T19:56:25.748Z Checking ciborium v0.2.2
23142026-04-02T19:56:25.781Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-04-02T19:56:25.784Z Compiling ingot-macros v0.1.1
23162026-04-02T19:56:25.784Z Checking tabwriter v1.4.1
23172026-04-02T19:56:25.998Z Checking hash32 v0.3.1
23182026-04-02T19:56:26.049Z Compiling smoltcp v0.11.0
23192026-04-02T19:56:26.155Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-04-02T19:56:26.225Z Compiling num_enum_derive v0.7.5
23212026-04-02T19:56:26.287Z Checking cobs v0.3.0
23222026-04-02T19:56:26.411Z Compiling foreign-types-macros v0.2.3
23232026-04-02T19:56:26.479Z Checking foreign-types-shared v0.3.1
23242026-04-02T19:56:26.521Z Checking cpufeatures v0.3.0
23252026-04-02T19:56:26.596Z Checking postcard v1.1.3
23262026-04-02T19:56:26.631Z Checking chacha20 v0.10.0
23272026-04-02T19:56:27.063Z Checking foreign-types v0.5.0
23282026-04-02T19:56:27.071Z Compiling proc-macro-crate v1.3.1
23292026-04-02T19:56:27.098Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-04-02T19:56:27.137Z Checking cstr-argument v0.1.2
23312026-04-02T19:56:27.288Z Checking sigpipe v0.1.3
23322026-04-02T19:56:27.322Z Checking num_enum v0.7.5
23332026-04-02T19:56:27.355Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-04-02T19:56:27.395Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-04-02T19:56:27.462Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-04-02T19:56:27.508Z Checking colored v3.1.1
23372026-04-02T19:56:27.705Z Compiling num_enum_derive v0.5.11
23382026-04-02T19:56:27.738Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-04-02T19:56:27.770Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-04-02T19:56:27.802Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-04-02T19:56:27.835Z Checking rand v0.10.0
23422026-04-02T19:56:27.925Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-04-02T19:56:27.959Z Checking indent_write v2.2.0
23442026-04-02T19:56:27.990Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-04-02T19:56:28.115Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23462026-04-02T19:56:28.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23472026-04-02T19:56:28.267Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482026-04-02T19:56:28.389Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23492026-04-02T19:56:28.559Z Checking smf v0.2.3
23502026-04-02T19:56:28.592Z Compiling num-derive v0.4.2
23512026-04-02T19:56:28.626Z Checking ingot-types v0.1.2
23522026-04-02T19:56:28.660Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-04-02T19:56:28.749Z Checking num_enum v0.5.11
23542026-04-02T19:56:28.818Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23552026-04-02T19:56:28.906Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-04-02T19:56:28.947Z Checking whoami v1.6.1
23572026-04-02T19:56:29.002Z Checking universal-hash v0.5.1
23582026-04-02T19:56:29.037Z Checking ingot v0.1.1
23592026-04-02T19:56:29.139Z Compiling typify-macro v0.6.1
23602026-04-02T19:56:29.175Z Checking opaque-debug v0.3.1
23612026-04-02T19:56:29.179Z Checking aead v0.5.2
23622026-04-02T19:56:29.179Z Checking swrite v0.1.0
23632026-04-02T19:56:29.275Z Checking chacha20 v0.9.1
23642026-04-02T19:56:29.309Z Checking poly1305 v0.8.0
23652026-04-02T19:56:29.340Z Checking unicode-width v0.1.14
23662026-04-02T19:56:29.402Z Compiling thiserror-impl-no-std v2.0.2
23672026-04-02T19:56:29.495Z Checking password-hash v0.5.0
23682026-04-02T19:56:29.530Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-04-02T19:56:29.590Z Checking blake2 v0.10.6
23702026-04-02T19:56:29.623Z Checking chacha20poly1305 v0.10.1
23712026-04-02T19:56:29.747Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23722026-04-02T19:56:29.788Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-04-02T19:56:29.794Z Checking byte-wrapper v0.1.0
23742026-04-02T19:56:29.854Z Checking argon2 v0.5.3
23752026-04-02T19:56:30.018Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23762026-04-02T19:56:30.059Z Compiling usdt-macro v0.5.0
23772026-04-02T19:56:30.125Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-04-02T19:56:30.218Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-04-02T19:56:30.287Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23802026-04-02T19:56:30.460Z Compiling usdt-attr-macro v0.5.0
23812026-04-02T19:56:30.579Z Checking thiserror-no-std v2.0.2
23822026-04-02T19:56:30.652Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-04-02T19:56:30.759Z Checking vsss-rs v3.3.4
23842026-04-02T19:56:30.892Z Checking memmap v0.7.0
23852026-04-02T19:56:30.929Z Compiling typify v0.6.1
23862026-04-02T19:56:30.963Z Compiling derive-where v1.6.0
23872026-04-02T19:56:31.047Z Compiling progenitor-impl v0.13.0
23882026-04-02T19:56:31.081Z Checking atomicwrites v0.4.4
23892026-04-02T19:56:31.252Z Checking console v0.15.11
23902026-04-02T19:56:31.307Z Checking usdt v0.5.0
23912026-04-02T19:56:31.540Z Checking tokio-dtrace v0.1.1
23922026-04-02T19:56:31.575Z Checking newline-converter v0.3.0
23932026-04-02T19:56:31.711Z Checking expectorate v1.2.0
23942026-04-02T19:56:31.759Z Checking oxide-tokio-rt v0.1.3
23952026-04-02T19:56:31.825Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23962026-04-02T19:56:31.855Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23972026-04-02T19:56:31.894Z Compiling prettyplease v0.2.37
23982026-04-02T19:56:31.933Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-04-02T19:56:31.950Z Checking bytecount v0.6.9
24002026-04-02T19:56:31.973Z Compiling owo-colors v4.3.0
24012026-04-02T19:56:32.056Z Compiling cancel-safe-futures v0.1.5
24022026-04-02T19:56:32.089Z Checking libsw-core v0.3.2
24032026-04-02T19:56:32.175Z Checking same-file v1.0.6
24042026-04-02T19:56:32.289Z Checking libsw v3.5.0
24052026-04-02T19:56:32.317Z Checking linear-map v1.2.0
24062026-04-02T19:56:32.354Z Checking walkdir v2.5.0
24072026-04-02T19:56:32.487Z Checking num-rational v0.4.2
24082026-04-02T19:56:32.520Z Checking num-complex v0.4.6
24092026-04-02T19:56:32.598Z Checking float-ord v0.3.2
24102026-04-02T19:56:32.633Z Checking gethostname v0.5.0
24112026-04-02T19:56:32.826Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24122026-04-02T19:56:32.879Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-04-02T19:56:32.977Z Checking num v0.4.3
24142026-04-02T19:56:32.977Z Compiling async-recursion v1.1.1
24152026-04-02T19:56:33.025Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-04-02T19:56:33.048Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24172026-04-02T19:56:33.660Z Compiling progenitor-macro v0.13.0
24182026-04-02T19:56:33.896Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24192026-04-02T19:56:34.602Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-04-02T19:56:35.244Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-04-02T19:56:36.072Z Checking unicode-linebreak v0.1.5
24222026-04-02T19:56:36.198Z Checking smawk v0.3.2
24232026-04-02T19:56:36.297Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-04-02T19:56:36.321Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-04-02T19:56:36.362Z Checking globset v0.4.18
24262026-04-02T19:56:36.815Z Compiling convert_case v0.10.0
24272026-04-02T19:56:37.151Z Compiling slog-dtrace v0.3.0
24282026-04-02T19:56:37.273Z Checking resolv-conf v0.7.6
24292026-04-02T19:56:37.466Z Compiling derive_more-impl v2.1.1
24302026-04-02T19:56:37.648Z Compiling pin-project-internal v1.1.11
24312026-04-02T19:56:37.779Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-04-02T19:56:37.906Z Checking pem v3.0.6
24332026-04-02T19:56:38.019Z Checking fd-lock v4.0.4
24342026-04-02T19:56:38.094Z Checking vte v0.14.1
24352026-04-02T19:56:38.173Z Checking display-error-chain v0.2.2
24362026-04-02T19:56:38.250Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-04-02T19:56:38.283Z Checking strip-ansi-escapes v0.2.1
24382026-04-02T19:56:38.318Z Checking derive_more v2.1.1
24392026-04-02T19:56:38.350Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-04-02T19:56:38.420Z Checking crossterm v0.29.0
24412026-04-02T19:56:38.509Z Compiling snafu-derive v0.8.9
24422026-04-02T19:56:38.568Z Checking progenitor v0.13.0
24432026-04-02T19:56:38.735Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-04-02T19:56:38.793Z Checking pin-project v1.1.11
24452026-04-02T19:56:38.881Z Checking nu-ansi-term v0.50.3
24462026-04-02T19:56:38.920Z Checking termtree v0.5.1
24472026-04-02T19:56:39.033Z Checking linked-hash-map v0.5.6
24482026-04-02T19:56:39.086Z Checking textwrap v0.16.2
24492026-04-02T19:56:39.122Z Checking reedline v0.40.0
24502026-04-02T19:56:39.235Z Checking lru-cache v0.1.2
24512026-04-02T19:56:39.335Z Checking olpc-cjson v0.1.4
24522026-04-02T19:56:39.388Z Checking hickory-proto v0.24.4
24532026-04-02T19:56:39.510Z Checking serde_plain v1.0.2
24542026-04-02T19:56:39.691Z Checking typed-path v0.9.3
24552026-04-02T19:56:40.288Z Compiling minimal-lexical v0.2.1
24562026-04-02T19:56:40.452Z Checking snafu v0.8.9
24572026-04-02T19:56:40.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-04-02T19:56:40.573Z Compiling nom v7.1.3
24592026-04-02T19:56:40.720Z Checking tough v0.20.0
24602026-04-02T19:56:40.948Z Checking nibble_vec v0.1.0
24612026-04-02T19:56:41.091Z Checking endian-type v0.1.2
24622026-04-02T19:56:41.126Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-04-02T19:56:41.224Z Checking hickory-resolver v0.24.4
24642026-04-02T19:56:41.259Z Checking radix_trie v0.2.1
24652026-04-02T19:56:41.355Z Compiling ar_archive_writer v0.5.1
24662026-04-02T19:56:41.498Z Checking base64 v0.21.7
24672026-04-02T19:56:41.737Z Checking humantime v2.3.0
24682026-04-02T19:56:41.776Z Checking csv-core v0.1.13
24692026-04-02T19:56:41.950Z Compiling stacker v0.1.23
24702026-04-02T19:56:41.986Z Checking highway v1.3.0
24712026-04-02T19:56:41.990Z Checking qorb v0.4.1
24722026-04-02T19:56:41.992Z Checking csv v1.4.0
24732026-04-02T19:56:42.231Z Compiling psm v0.1.30
24742026-04-02T19:56:42.234Z Compiling cfg_aliases v0.1.1
24752026-04-02T19:56:42.344Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-04-02T19:56:42.381Z Compiling nix v0.28.0
24772026-04-02T19:56:42.411Z Checking papergrid v0.11.0
24782026-04-02T19:56:42.706Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24792026-04-02T19:56:42.743Z Compiling tabled_derive v0.7.0
24802026-04-02T19:56:42.775Z Checking home v0.5.12
24812026-04-02T19:56:42.914Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-04-02T19:56:42.947Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-04-02T19:56:43.045Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-04-02T19:56:43.151Z Checking phf_shared v0.12.1
24852026-04-02T19:56:43.239Z Compiling recursive-proc-macro-impl v0.1.1
24862026-04-02T19:56:43.319Z Compiling chrono-tz v0.10.4
24872026-04-02T19:56:43.410Z Compiling semver v0.1.20
24882026-04-02T19:56:43.558Z Checking phf v0.12.1
24892026-04-02T19:56:43.674Z Checking recursive v0.1.1
24902026-04-02T19:56:43.709Z Compiling rustc_version v0.1.7
24912026-04-02T19:56:43.713Z Checking tabled v0.15.0
24922026-04-02T19:56:43.773Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932026-04-02T19:56:43.776Z Compiling const_format_proc_macros v0.2.34
24942026-04-02T19:56:43.838Z Compiling peg-macros v0.8.5
24952026-04-02T19:56:43.841Z Checking winnow v0.6.26
24962026-04-02T19:56:44.288Z Compiling sqlparser_derive v0.5.0
24972026-04-02T19:56:44.610Z Checking unicode_categories v0.1.1
24982026-04-02T19:56:44.798Z Checking const_format v0.2.35
24992026-04-02T19:56:44.879Z Checking rustyline v14.0.0
25002026-04-02T19:56:45.018Z Checking sqlformat v0.3.5
25012026-04-02T19:56:45.063Z Checking sqlparser v0.61.0
25022026-04-02T19:56:45.140Z Compiling newtype_derive v0.1.6
25032026-04-02T19:56:45.210Z Checking peg v0.8.5
25042026-04-02T19:56:45.361Z Checking bcs v0.1.6
25052026-04-02T19:56:45.597Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-04-02T19:56:45.630Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-04-02T19:56:45.662Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-04-02T19:56:45.851Z Checking steno v0.4.1
25092026-04-02T19:56:45.979Z Checking utf-8 v0.7.6
25102026-04-02T19:56:46.013Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-04-02T19:56:46.047Z Checking filetime v0.2.27
25122026-04-02T19:56:46.146Z Checking arc-swap v1.8.2
25132026-04-02T19:56:46.214Z Checking xattr v1.6.1
25142026-04-02T19:56:46.410Z Checking slog-scope v4.4.1
25152026-04-02T19:56:46.576Z Checking tar v0.4.45
25162026-04-02T19:56:46.617Z Checking slog-stdlog v4.1.1
25172026-04-02T19:56:46.769Z Checking slog-envlogger v2.2.0
25182026-04-02T19:56:46.887Z Checking tungstenite v0.21.0
25192026-04-02T19:56:46.948Z Compiling typify-impl v0.4.3
25202026-04-02T19:56:47.398Z Checking typeid v1.0.3
25212026-04-02T19:56:47.405Z Checking tokio-tungstenite v0.21.0
25222026-04-02T19:56:47.405Z Checking subprocess v0.2.15
25232026-04-02T19:56:49.347Z Checking headers-core v0.3.0
25242026-04-02T19:56:49.366Z Compiling lzma-sys v0.1.20
25252026-04-02T19:56:49.366Z Checking headers v0.4.1
25262026-04-02T19:56:49.379Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-04-02T19:56:49.379Z Compiling cargo_toml v0.22.3
25282026-04-02T19:56:49.379Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25292026-04-02T19:56:49.379Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-04-02T19:56:49.379Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-04-02T19:56:49.380Z Checking yasna v0.5.2
25322026-04-02T19:56:49.380Z Checking rcgen v0.12.1
25332026-04-02T19:56:50.477Z Checking xz2 v0.1.7
25342026-04-02T19:56:50.497Z Checking ron v0.12.0
25352026-04-02T19:56:50.497Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25362026-04-02T19:56:50.497Z Checking base16ct v1.0.0
25372026-04-02T19:56:50.497Z Checking dropshot-api-manager-types v0.6.0
25382026-04-02T19:56:50.497Z Checking tagptr v0.2.0
25392026-04-02T19:56:50.497Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-04-02T19:56:50.497Z Checking moka v0.12.13
25412026-04-02T19:56:50.497Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-04-02T19:56:50.497Z Compiling libefi-sys v0.1.0
25432026-04-02T19:56:50.497Z Compiling radium v0.7.0
25442026-04-02T19:56:50.817Z Compiling bitfield-struct v0.6.2
25452026-04-02T19:56:50.820Z Checking hickory-resolver v0.25.2
25462026-04-02T19:56:50.842Z Checking tap v1.0.1
25472026-04-02T19:56:50.882Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-04-02T19:56:51.046Z Compiling maybe-uninit v2.0.0
25492026-04-02T19:56:51.056Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-04-02T19:56:52.039Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25512026-04-02T19:56:52.060Z Checking wyz v0.5.1
25522026-04-02T19:56:52.060Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-04-02T19:56:52.060Z Compiling typify-macro v0.4.3
25542026-04-02T19:56:52.060Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25552026-04-02T19:56:52.060Z Compiling zerocopy-derive v0.6.6
25562026-04-02T19:56:52.061Z Checking crc-catalog v2.4.0
25572026-04-02T19:56:52.061Z Checking funty v2.0.0
25582026-04-02T19:56:52.061Z Compiling packed_struct v0.10.1
25592026-04-02T19:56:52.061Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-04-02T19:56:52.061Z Checking crc v3.4.0
25612026-04-02T19:56:52.084Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-04-02T19:56:52.232Z Checking bitvec v1.0.1
25632026-04-02T19:56:52.235Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25642026-04-02T19:56:52.342Z Compiling packed_struct_codegen v0.10.1
25652026-04-02T19:56:52.392Z Compiling bitfield-macros v0.19.4
25662026-04-02T19:56:52.443Z Compiling indexmap v1.9.3
25672026-04-02T19:56:52.664Z Checking nodrop v0.1.14
25682026-04-02T19:56:52.696Z Checking zerocopy v0.6.6
25692026-04-02T19:56:52.787Z Checking array-init v0.0.4
25702026-04-02T19:56:53.064Z Checking smallvec v0.6.14
25712026-04-02T19:56:53.117Z Checking hashbrown v0.12.3
25722026-04-02T19:56:53.166Z Checking bitfield v0.19.4
25732026-04-02T19:56:53.178Z Compiling typify v0.4.3
25742026-04-02T19:56:53.317Z Compiling progenitor-impl v0.10.0
25752026-04-02T19:56:53.450Z Checking serde-hex v0.1.0
25762026-04-02T19:56:53.482Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-04-02T19:56:53.666Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-04-02T19:56:53.896Z Checking ron v0.8.1
25792026-04-02T19:56:54.301Z Checking hashbrown v0.13.2
25802026-04-02T19:56:54.441Z Checking crc-any v2.5.0
25812026-04-02T19:56:54.604Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-04-02T19:56:54.638Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25832026-04-02T19:56:54.669Z Checking path-slash v0.1.5
25842026-04-02T19:56:54.749Z Checking object v0.30.4
25852026-04-02T19:56:54.797Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25862026-04-02T19:56:54.800Z Compiling xshell-macros v0.2.7
25872026-04-02T19:56:54.937Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-04-02T19:56:55.199Z Checking xshell v0.2.7
25892026-04-02T19:56:55.340Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-04-02T19:56:55.420Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-04-02T19:56:55.896Z Compiling progenitor-macro v0.10.0
25922026-04-02T19:56:56.078Z Checking half v1.8.3
25932026-04-02T19:56:56.226Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25942026-04-02T19:56:56.309Z Checking serde_cbor v0.11.2
25952026-04-02T19:56:56.437Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-04-02T19:56:56.477Z Compiling num-derive v0.3.3
25972026-04-02T19:56:56.724Z Compiling proc-macro-error-attr2 v2.0.0
25982026-04-02T19:56:56.870Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-04-02T19:56:57.150Z Compiling proc-macro-error2 v2.0.1
26002026-04-02T19:56:57.265Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-04-02T19:56:57.385Z Checking libscf-sys v1.1.0
26022026-04-02T19:56:57.496Z Compiling tabled_derive v0.11.0
26032026-04-02T19:56:57.548Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-04-02T19:56:57.733Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-04-02T19:56:57.780Z Checking papergrid v0.17.0
26062026-04-02T19:56:57.813Z Checking testing_table v0.3.0
26072026-04-02T19:56:57.936Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-04-02T19:56:58.333Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-04-02T19:56:58.555Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-04-02T19:56:58.590Z Checking maplit v1.0.2
26112026-04-02T19:56:58.670Z Checking tabled v0.20.0
26122026-04-02T19:56:58.700Z Checking crc8 v0.1.1
26132026-04-02T19:56:58.732Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-04-02T19:56:58.827Z Checking fxhash v0.2.1
26152026-04-02T19:56:58.858Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-04-02T19:56:58.978Z Checking unicase v2.9.0
26172026-04-02T19:56:59.106Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26182026-04-02T19:56:59.137Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-04-02T19:56:59.169Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-04-02T19:56:59.591Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-04-02T19:56:59.624Z Checking kstat-rs v0.2.4
26222026-04-02T19:56:59.846Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232026-04-02T19:56:59.940Z Compiling diesel_derives v2.3.7
26242026-04-02T19:57:00.091Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-04-02T19:57:00.135Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-04-02T19:57:00.161Z Compiling parking_lot_core v0.8.6
26272026-04-02T19:57:00.473Z Compiling git-stub v1.0.0
26282026-04-02T19:57:00.515Z Checking scheduled-thread-pool v0.2.7
26292026-04-02T19:57:00.740Z Compiling dsl_auto_type v0.2.0
26302026-04-02T19:57:00.772Z Checking progenitor v0.10.0
26312026-04-02T19:57:00.803Z Compiling vergen-gitcl v1.0.8
26322026-04-02T19:57:00.838Z Compiling diesel_table_macro_syntax v0.3.0
26332026-04-02T19:57:00.841Z Checking r2d2 v0.8.10
26342026-04-02T19:57:00.902Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26352026-04-02T19:57:00.936Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-04-02T19:57:01.066Z Compiling git-stub-vcs v0.1.0
26372026-04-02T19:57:01.095Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26382026-04-02T19:57:01.326Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392026-04-02T19:57:01.447Z Checking downcast-rs v2.0.2
26402026-04-02T19:57:01.479Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-04-02T19:57:01.575Z Checking parking_lot v0.11.2
26422026-04-02T19:57:01.676Z Checking prefix-trie v0.7.0
26432026-04-02T19:57:01.799Z Checking nanorand v0.7.0
26442026-04-02T19:57:01.945Z Compiling dirs-sys-next v0.1.2
26452026-04-02T19:57:02.028Z Compiling crunchy v0.2.4
26462026-04-02T19:57:02.068Z Checking hickory-server v0.25.2
26472026-04-02T19:57:02.259Z Compiling dirs-next v2.0.0
26482026-04-02T19:57:02.291Z Checking flume v0.11.1
26492026-04-02T19:57:02.412Z Checking sled v0.34.7
26502026-04-02T19:57:02.444Z Compiling clang-sys v1.8.1
26512026-04-02T19:57:02.556Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-04-02T19:57:02.781Z Checking hickory-client v0.25.2
26532026-04-02T19:57:02.821Z Compiling tiny-keccak v2.0.2
26542026-04-02T19:57:03.131Z Compiling term v0.7.0
26552026-04-02T19:57:03.194Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-04-02T19:57:03.272Z Compiling salty v0.3.0
26572026-04-02T19:57:03.326Z Compiling bit-vec v0.6.3
26582026-04-02T19:57:03.577Z Compiling bit-set v0.5.3
26592026-04-02T19:57:03.620Z Compiling ascii-canvas v3.0.0
26602026-04-02T19:57:03.716Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-04-02T19:57:04.761Z Checking primeorder v0.13.6
26622026-04-02T19:57:04.765Z Compiling itertools v0.10.5
26632026-04-02T19:57:04.765Z Compiling ena v0.14.4
26642026-04-02T19:57:04.765Z Compiling libloading v0.8.9
26652026-04-02T19:57:04.765Z Compiling fs-err v2.11.0
26662026-04-02T19:57:04.765Z Compiling diff v0.1.13
26672026-04-02T19:57:04.765Z Compiling bindgen v0.71.1
26682026-04-02T19:57:04.765Z Compiling regex-syntax v0.6.29
26692026-04-02T19:57:04.765Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-04-02T19:57:04.765Z Compiling cexpr v0.6.0
26712026-04-02T19:57:04.765Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-04-02T19:57:04.844Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-04-02T19:57:05.213Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-04-02T19:57:05.317Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-04-02T19:57:05.512Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-04-02T19:57:05.617Z Compiling lalrpop v0.19.12
26772026-04-02T19:57:05.924Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-04-02T19:57:06.019Z Compiling libxml v0.3.3
26792026-04-02T19:57:06.142Z Checking parse-size v1.1.0
26802026-04-02T19:57:06.301Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-04-02T19:57:06.375Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-04-02T19:57:06.416Z Checking p384 v0.13.1
26832026-04-02T19:57:06.646Z Checking diesel v2.3.7
26842026-04-02T19:57:06.713Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26852026-04-02T19:57:06.865Z Compiling strum_macros v0.24.3
26862026-04-02T19:57:07.172Z Checking assert_matches v1.5.0
26872026-04-02T19:57:07.279Z Compiling indoc v1.0.9
26882026-04-02T19:57:08.121Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-04-02T19:57:08.212Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-04-02T19:57:08.349Z Checking predicates-tree v1.0.13
26912026-04-02T19:57:08.437Z Checking derive_builder v0.20.2
26922026-04-02T19:57:08.493Z Checking quick-xml v0.37.5
26932026-04-02T19:57:08.580Z Compiling oso-derive v0.27.3
26942026-04-02T19:57:08.679Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26952026-04-02T19:57:09.072Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26962026-04-02T19:57:09.103Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26972026-04-02T19:57:09.159Z Compiling trait-variant v0.1.2
26982026-04-02T19:57:09.384Z Compiling impl-trait-for-tuples v0.2.3
26992026-04-02T19:57:09.732Z Checking openssl-probe v0.1.6
27002026-04-02T19:57:09.878Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-02T19:57:10.574Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27022026-04-02T19:57:10.683Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27032026-04-02T19:57:10.845Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27042026-04-02T19:57:10.992Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27052026-04-02T19:57:11.061Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-04-02T19:57:11.299Z Compiling progenitor-impl v0.11.2
27072026-04-02T19:57:11.880Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27082026-04-02T19:57:12.016Z Compiling mime_guess v2.0.5
27092026-04-02T19:57:12.200Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-04-02T19:57:12.593Z Checking progenitor-client v0.11.2
27112026-04-02T19:57:12.734Z Checking http-range v0.1.5
27122026-04-02T19:57:12.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27132026-04-02T19:57:12.865Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-04-02T19:57:12.946Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-04-02T19:57:13.032Z Checking ignore v0.4.25
27162026-04-02T19:57:13.564Z Checking atty v0.2.14
27172026-04-02T19:57:13.697Z Checking globwalk v0.9.1
27182026-04-02T19:57:13.965Z Compiling progenitor-macro v0.11.2
27192026-04-02T19:57:14.463Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-04-02T19:57:15.290Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-04-02T19:57:15.479Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-04-02T19:57:15.706Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-04-02T19:57:15.939Z Checking bb8 v0.8.6
27242026-04-02T19:57:15.965Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-04-02T19:57:16.068Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-04-02T19:57:16.196Z Checking corncobs v0.1.4
27272026-04-02T19:57:16.250Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-04-02T19:57:16.383Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-04-02T19:57:16.424Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-04-02T19:57:16.808Z Checking hyper-staticfile v0.10.1
27312026-04-02T19:57:17.135Z Checking camino-tempfile-ext v0.3.3
27322026-04-02T19:57:17.235Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-04-02T19:57:17.279Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-04-02T19:57:17.371Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-04-02T19:57:17.546Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-04-02T19:57:17.589Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-02T19:57:18.154Z Checking signal-hook-tokio v0.3.1
27382026-04-02T19:57:18.315Z Checking secrecy v0.8.0
27392026-04-02T19:57:18.475Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-04-02T19:57:18.801Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-04-02T19:57:18.911Z Checking progenitor v0.11.2
27422026-04-02T19:57:19.082Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-04-02T19:57:19.245Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27442026-04-02T19:57:19.278Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-04-02T19:57:19.317Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-04-02T19:57:19.551Z Checking nonempty v0.12.0
27472026-04-02T19:57:19.655Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-04-02T19:57:19.754Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-04-02T19:57:19.843Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-04-02T19:57:19.888Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-04-02T19:57:20.220Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-04-02T19:57:20.261Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-04-02T19:57:20.572Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27542026-04-02T19:57:20.648Z Checking async-bb8-diesel v0.2.1
27552026-04-02T19:57:21.083Z Checking diesel-dtrace v0.5.0
27562026-04-02T19:57:21.163Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27572026-04-02T19:57:21.355Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582026-04-02T19:57:21.602Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-04-02T19:57:21.643Z Checking tungstenite v0.23.0
27602026-04-02T19:57:22.107Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-04-02T19:57:22.186Z Checking tokio-tungstenite v0.23.1
27622026-04-02T19:57:22.303Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-04-02T19:57:22.483Z Checking rand_seeder v0.4.0
27642026-04-02T19:57:22.666Z Checking void v1.0.2
27652026-04-02T19:57:22.699Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-04-02T19:57:22.808Z Checking lzss v0.8.2
27672026-04-02T19:57:23.041Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-04-02T19:57:23.110Z Checking nix v0.27.1
27692026-04-02T19:57:23.235Z Checking serde_bytes v0.11.19
27702026-04-02T19:57:23.284Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-04-02T19:57:23.442Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-04-02T19:57:23.490Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-04-02T19:57:23.657Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-04-02T19:57:24.209Z Checking is_ci v1.2.0
27752026-04-02T19:57:24.212Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-04-02T19:57:24.376Z Checking yansi v1.0.1
27772026-04-02T19:57:24.409Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27782026-04-02T19:57:24.662Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-04-02T19:57:24.693Z Checking pretty_assertions v1.4.1
27802026-04-02T19:57:24.858Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-04-02T19:57:24.906Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-04-02T19:57:25.045Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-04-02T19:57:25.123Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-04-02T19:57:25.380Z Compiling darling_core v0.23.0
27852026-04-02T19:57:26.343Z Compiling indoc v2.0.7
27862026-04-02T19:57:26.440Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27872026-04-02T19:57:26.524Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27882026-04-02T19:57:26.662Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-04-02T19:57:26.828Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-04-02T19:57:27.057Z Compiling instability v0.3.11
27912026-04-02T19:57:27.250Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-04-02T19:57:27.447Z Compiling libz-sys v1.1.24
27932026-04-02T19:57:27.477Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-04-02T19:57:27.856Z Checking castaway v0.2.4
27952026-04-02T19:57:27.977Z Compiling darling_macro v0.23.0
27962026-04-02T19:57:28.009Z Checking compact_str v0.8.1
27972026-04-02T19:57:28.424Z Checking supports-color v3.0.2
27982026-04-02T19:57:28.495Z Compiling darling v0.23.0
27992026-04-02T19:57:28.587Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28002026-04-02T19:57:28.783Z Checking unicode-truncate v1.1.0
28012026-04-02T19:57:28.817Z Checking lru v0.12.5
28022026-04-02T19:57:28.966Z Checking cassowary v0.3.0
28032026-04-02T19:57:29.049Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-04-02T19:57:29.187Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-04-02T19:57:29.342Z Checking ratatui v0.29.0
28062026-04-02T19:57:29.374Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28072026-04-02T19:57:30.583Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-04-02T19:57:30.699Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-04-02T19:57:30.712Z Compiling vergen-git2 v1.0.7
28102026-04-02T19:57:30.888Z Checking plotters-backend v0.3.7
28112026-04-02T19:57:30.975Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-04-02T19:57:31.050Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-04-02T19:57:31.124Z Checking plotters-svg v0.3.7
28142026-04-02T19:57:31.199Z Checking colored v2.2.0
28152026-04-02T19:57:31.275Z Checking cast v0.3.0
28162026-04-02T19:57:31.306Z Checking shell-words v1.1.1
28172026-04-02T19:57:31.432Z Compiling rustls v0.21.12
28182026-04-02T19:57:31.466Z Checking criterion-plot v0.6.0
28192026-04-02T19:57:31.466Z Checking plotters v0.3.7
28202026-04-02T19:57:31.777Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-04-02T19:57:31.821Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-04-02T19:57:32.042Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-04-02T19:57:32.264Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-04-02T19:57:32.267Z Checking rustls-webpki v0.101.7
28252026-04-02T19:57:32.635Z Checking sct v0.7.1
28262026-04-02T19:57:32.718Z Checking tinytemplate v1.2.1
28272026-04-02T19:57:32.758Z Compiling nix v0.29.0
28282026-04-02T19:57:32.802Z Checking anes v0.1.6
28292026-04-02T19:57:32.965Z Checking hex-literal v0.4.1
28302026-04-02T19:57:33.013Z Checking oorandom v11.1.5
28312026-04-02T19:57:33.155Z Checking criterion v0.7.0
28322026-04-02T19:57:33.231Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28332026-04-02T19:57:34.449Z Checking erased-serde v0.4.9
28342026-04-02T19:57:34.491Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-04-02T19:57:34.830Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-04-02T19:57:35.593Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-04-02T19:57:36.413Z Checking ordered-float v2.10.1
28382026-04-02T19:57:36.682Z Checking serde-value v0.7.0
28392026-04-02T19:57:36.928Z Checking serde-untagged v0.1.9
28402026-04-02T19:57:37.154Z Checking tokio-rustls v0.24.1
28412026-04-02T19:57:37.419Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-04-02T19:57:37.639Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-04-02T19:57:37.863Z Checking rustls-pemfile v1.0.4
28442026-04-02T19:57:38.033Z Checking twox-hash v2.1.2
28452026-04-02T19:57:38.220Z Checking unicode-xid v0.2.6
28462026-04-02T19:57:38.361Z Checking cargo-util-schemas v0.8.2
28472026-04-02T19:57:38.437Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-04-02T19:57:39.262Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-04-02T19:57:39.435Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-04-02T19:57:39.468Z Checking fatfs v0.3.6
28512026-04-02T19:57:39.613Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-04-02T19:57:39.941Z Checking cargo-platform v0.2.0
28532026-04-02T19:57:40.161Z Compiling petname v2.0.2
28542026-04-02T19:57:40.671Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-04-02T19:57:40.779Z Compiling seq-macro v0.3.6
28562026-04-02T19:57:41.126Z Checking cargo_metadata v0.21.0
28572026-04-02T19:57:41.309Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-04-02T19:57:41.921Z Checking concurrent-queue v2.5.0
28592026-04-02T19:57:42.020Z Checking rtoolbox v0.0.3
28602026-04-02T19:57:42.135Z Checking parking v2.2.1
28612026-04-02T19:57:42.183Z Checking futures-timer v3.0.3
28622026-04-02T19:57:42.287Z Checking event-listener v5.4.1
28632026-04-02T19:57:42.393Z Checking rpassword v7.4.0
28642026-04-02T19:57:42.535Z Checking tui-tree-widget v0.23.1
28652026-04-02T19:57:42.627Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-04-02T19:57:42.778Z Checking polyval v0.6.2
28672026-04-02T19:57:42.817Z Checking sapling-renderdag v0.1.0
28682026-04-02T19:57:42.940Z Checking sync-ptr v0.1.4
28692026-04-02T19:57:42.974Z Checking ghash v0.5.1
28702026-04-02T19:57:43.089Z Checking event-listener-strategy v0.5.4
28712026-04-02T19:57:43.120Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-04-02T19:57:43.123Z Checking ctr v0.9.2
28732026-04-02T19:57:43.252Z Checking constant_time_eq v0.4.2
28742026-04-02T19:57:43.336Z Checking arrayref v0.3.9
28752026-04-02T19:57:43.367Z Checking arrayvec v0.7.6
28762026-04-02T19:57:43.413Z Checking aes-gcm v0.10.3
28772026-04-02T19:57:43.489Z Checking async-lock v3.4.2
28782026-04-02T19:57:43.580Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-04-02T19:57:43.613Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-04-02T19:57:43.897Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-04-02T19:57:44.555Z Checking ssh-encoding v0.2.0
28822026-04-02T19:57:44.589Z Checking blowfish v0.9.1
28832026-04-02T19:57:44.768Z Checking bcrypt-pbkdf v0.10.0
28842026-04-02T19:57:44.772Z Checking ssh-cipher v0.2.0
28852026-04-02T19:57:44.966Z Checking async-object-pool v0.2.0
28862026-04-02T19:57:45.002Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-04-02T19:57:45.108Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-04-02T19:57:45.320Z Checking serde_regex v1.1.0
28892026-04-02T19:57:45.508Z Checking password-hash v0.4.2
28902026-04-02T19:57:45.764Z Checking assert-json-diff v2.0.2
28912026-04-02T19:57:45.797Z Checking path-tree v0.8.3
28922026-04-02T19:57:45.968Z Checking stringmetrics v2.2.2
28932026-04-02T19:57:46.017Z Compiling target-lexicon v0.13.3
28942026-04-02T19:57:46.153Z Checking gimli v0.32.3
28952026-04-02T19:57:46.249Z Checking httpmock v0.8.3
28962026-04-02T19:57:46.590Z Checking pbkdf2 v0.11.0
28972026-04-02T19:57:46.792Z Checking ssh-key v0.6.7
28982026-04-02T19:57:47.184Z Compiling samael v0.0.19
28992026-04-02T19:57:47.695Z Checking addr2line v0.25.1
29002026-04-02T19:57:47.994Z Checking p256 v0.13.2
29012026-04-02T19:57:48.274Z Checking p521 v0.13.3
29022026-04-02T19:57:48.476Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-04-02T19:57:48.705Z Checking russh-cryptovec v0.7.3
29042026-04-02T19:57:48.871Z Checking md5 v0.7.0
29052026-04-02T19:57:48.904Z Compiling guppy-workspace-hack v0.1.0
29062026-04-02T19:57:49.074Z Checking rustc-demangle v0.1.27
29072026-04-02T19:57:49.181Z Checking russh-keys v0.45.0
29082026-04-02T19:57:49.330Z Checking backtrace v0.3.76
29092026-04-02T19:57:49.624Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-04-02T19:57:49.662Z Checking num-bigint v0.4.6
29112026-04-02T19:57:49.864Z Checking des v0.8.1
29122026-04-02T19:57:50.213Z Compiling blake3 v1.8.3
29132026-04-02T19:57:50.598Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-04-02T19:57:50.630Z Compiling target-spec v3.5.7
29152026-04-02T19:57:50.792Z Checking russh v0.45.0
29162026-04-02T19:57:51.063Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29172026-04-02T19:57:51.607Z Checking backtrace-ext v0.2.1
29182026-04-02T19:57:51.714Z Checking cfg-expr v0.20.6
29192026-04-02T19:57:51.783Z Checking supports-color v2.1.0
29202026-04-02T19:57:51.851Z Checking textwrap v0.15.2
29212026-04-02T19:57:51.942Z Checking supports-unicode v2.1.0
29222026-04-02T19:57:52.083Z Checking supports-hyperlinks v2.1.0
29232026-04-02T19:57:52.086Z Checking hashbrown v0.14.5
29242026-04-02T19:57:52.146Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-04-02T19:57:52.229Z Checking cargo-platform v0.3.2
29262026-04-02T19:57:52.373Z Checking socket2 v0.5.10
29272026-04-02T19:57:52.438Z Checking terminal_size v0.1.17
29282026-04-02T19:57:52.576Z Compiling miette-derive v5.10.0
29292026-04-02T19:57:52.614Z Checking internet-checksum v0.2.1
29302026-04-02T19:57:52.649Z Checking owo-colors v3.5.0
29312026-04-02T19:57:52.692Z Checking chumsky v0.9.3
29322026-04-02T19:57:52.756Z Checking cargo_metadata v0.23.1
29332026-04-02T19:57:53.688Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-04-02T19:57:53.719Z Checking miette v5.10.0
29352026-04-02T19:57:53.751Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-04-02T19:57:53.836Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-04-02T19:57:54.168Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-04-02T19:57:54.217Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-04-02T19:57:54.437Z Checking httptest v0.16.4
29402026-04-02T19:57:54.499Z Checking pathdiff v0.2.3
29412026-04-02T19:57:54.591Z Compiling knuffel-derive v3.2.0
29422026-04-02T19:57:54.635Z Checking topological-sort v0.2.2
29432026-04-02T19:57:54.804Z Checking nested v0.1.1
29442026-04-02T19:57:54.835Z Checking omicron-zone-package v0.12.2
29452026-04-02T19:57:54.970Z Checking guppy v0.17.25
29462026-04-02T19:57:55.056Z Compiling git2 v0.20.4
29472026-04-02T19:57:55.089Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-04-02T19:57:55.329Z Checking similar-asserts v1.7.0
29492026-04-02T19:57:55.513Z Compiling rstest_macros v0.25.0
29502026-04-02T19:57:55.751Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-04-02T19:57:55.855Z Compiling target-triple v1.0.0
29522026-04-02T19:57:55.960Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-04-02T19:57:56.027Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-04-02T19:57:56.130Z Checking knuffel v3.2.0
29552026-04-02T19:57:56.218Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29562026-04-02T19:57:56.694Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-04-02T19:57:56.778Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-04-02T19:57:56.918Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-04-02T19:57:57.157Z Compiling relative-path v1.9.3
29602026-04-02T19:57:57.497Z Compiling assert_cmd v2.1.2
29612026-04-02T19:57:57.730Z Checking escape8259 v0.5.3
29622026-04-02T19:57:57.895Z Checking libtest-mimic v0.8.1
29632026-04-02T19:57:58.010Z Checking toml v1.0.3+spec-1.1.0
29642026-04-02T19:57:58.320Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-04-02T19:57:58.419Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-04-02T19:57:58.455Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29672026-04-02T19:57:58.616Z Checking blake2b_simd v1.0.4
29682026-04-02T19:57:59.038Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-04-02T19:57:59.181Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-04-02T19:57:59.439Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-04-02T19:57:59.595Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29722026-04-02T19:57:59.824Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29732026-04-02T19:57:59.987Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29742026-04-02T19:58:00.217Z Checking fancy-regex v0.14.0
29752026-04-02T19:58:00.448Z Checking serde_tokenstream v0.2.3
29762026-04-02T19:58:00.613Z Checking uzers v0.12.2
29772026-04-02T19:58:00.692Z Checking termcolor v1.4.1
29782026-04-02T19:58:00.887Z Compiling linkme-impl v0.3.35
29792026-04-02T19:58:00.987Z Checking constant_time_eq v0.3.1
29802026-04-02T19:58:01.134Z Checking rust-argon2 v2.1.0
29812026-04-02T19:58:01.299Z Checking trybuild v1.0.116
29822026-04-02T19:58:01.373Z Checking rstest v0.25.0
29832026-04-02T19:58:01.415Z Checking datatest-stable v0.3.3
29842026-04-02T19:58:01.839Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29852026-04-02T19:58:01.936Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862026-04-02T19:58:02.179Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-04-02T19:58:02.214Z Checking support-bundle-viewer v0.1.2
29882026-04-02T19:58:02.504Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29892026-04-02T19:58:02.732Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-04-02T19:58:02.797Z Compiling polar-core v0.27.3
29912026-04-02T19:58:02.858Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29922026-04-02T19:58:02.959Z Checking drift v0.1.3
29932026-04-02T19:58:03.086Z Checking rand_distr v0.5.1
29942026-04-02T19:58:03.303Z Checking multimap v0.10.1
29952026-04-02T19:58:03.533Z Checking approx v0.5.1
29962026-04-02T19:58:03.566Z Compiling linkme v0.3.35
29972026-04-02T19:58:03.700Z Checking dropshot-api-manager v0.6.0
29982026-04-02T19:58:04.042Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-04-02T19:58:04.828Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-04-02T19:58:04.991Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-04-02T19:58:05.045Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-04-02T19:58:05.195Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30032026-04-02T19:58:05.343Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-04-02T19:58:05.378Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30052026-04-02T19:58:05.431Z Checking partial-io v0.5.4
30062026-04-02T19:58:05.655Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-04-02T19:58:05.689Z Checking cargo_toml v0.21.0
30082026-04-02T19:58:05.764Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30092026-04-02T19:58:05.872Z Checking termios v0.3.3
30102026-04-02T19:58:06.033Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-04-02T19:58:06.337Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-04-02T19:58:06.542Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-04-02T19:58:07.704Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30142026-04-02T19:58:07.987Z Checking oso v0.27.3
30152026-04-02T19:58:10.473Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-04-02T19:58:14.442Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-04-02T19:58:17.437Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-04-02T19:58:17.690Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30192026-04-02T19:58:21.069Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30202026-04-02T19:58:25.855Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-04-02T19:58:30.186Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-04-02T19:58:31.545Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-04-02T19:58:32.306Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30242026-04-02T19:58:41.166Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-04-02T19:59:56.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 58s
30262026-04-02T19:59:56.773Z
30272026-04-02T19:59:56.773Zreal 4:01.633416006
30282026-04-02T19:59:56.773Zuser 20:18.831709305
30292026-04-02T19:59:56.773Zsys 4:41.557603839
30302026-04-02T19:59:56.773Ztrap 0.480166897
30312026-04-02T19:59:56.773Ztflt 0.111118746
30322026-04-02T19:59:56.773Zdflt 0.148152714
30332026-04-02T19:59:56.776Zkflt 0.000885772
30342026-04-02T19:59:56.776Zlock 56:07.529785988
30352026-04-02T19:59:56.776Zslp 55:53.253913048
30362026-04-02T19:59:56.776Zlat 1:50.915946671
30372026-04-02T19:59:56.776Zstop 10:21.477173754
30382026-04-02T19:59:56.776Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-04-02T19:59:56.776Z+ ptime -m cargo doc --workspace --no-deps
30402026-04-02T19:59:57.638Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-04-02T19:59:57.638Z |
30422026-04-02T19:59:57.638Z = 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)`
30432026-04-02T19:59:57.638Z = 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>
30442026-04-02T19:59:58.608Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-04-02T19:59:58.835Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-04-02T19:59:58.876Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-04-02T19:59:58.941Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-04-02T19:59:59.058Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-04-02T19:59:59.103Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-04-02T19:59:59.131Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-04-02T19:59:59.156Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-04-02T19:59:59.180Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30532026-04-02T19:59:59.351Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-04-02T19:59:59.374Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-04-02T19:59:59.410Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-04-02T19:59:59.433Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-04-02T19:59:59.474Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30582026-04-02T19:59:59.497Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-04-02T19:59:59.500Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-04-02T19:59:59.544Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30612026-04-02T19:59:59.547Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-04-02T19:59:59.706Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-04-02T19:59:59.709Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-04-02T19:59:59.751Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30652026-04-02T19:59:59.950Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-04-02T20:00:00.098Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-04-02T20:00:00.160Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-04-02T20:00:00.348Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-04-02T20:00:00.373Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30702026-04-02T20:00:00.522Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-04-02T20:00:00.580Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-04-02T20:00:00.691Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-04-02T20:00:00.715Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30742026-04-02T20:00:00.759Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30752026-04-02T20:00:00.873Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30762026-04-02T20:00:00.974Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-04-02T20:00:01.164Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-04-02T20:00:01.188Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-04-02T20:00:01.217Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30802026-04-02T20:00:01.266Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-04-02T20:00:01.392Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-04-02T20:00:01.448Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-04-02T20:00:01.625Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-04-02T20:00:01.714Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-04-02T20:00:01.882Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-04-02T20:00:01.948Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-04-02T20:00:02.006Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-04-02T20:00:02.045Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-04-02T20:00:02.149Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-04-02T20:00:02.279Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-04-02T20:00:02.303Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-04-02T20:00:02.382Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-04-02T20:00:02.481Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30942026-04-02T20:00:02.526Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30952026-04-02T20:00:02.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30962026-04-02T20:00:02.581Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30972026-04-02T20:00:02.799Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-04-02T20:00:02.799Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30992026-04-02T20:00:02.895Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-04-02T20:00:02.917Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31012026-04-02T20:00:03.056Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31022026-04-02T20:00:03.079Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31032026-04-02T20:00:03.098Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-04-02T20:00:03.257Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-04-02T20:00:03.324Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31062026-04-02T20:00:03.350Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-04-02T20:00:03.395Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31082026-04-02T20:00:03.518Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31092026-04-02T20:00:03.548Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31102026-04-02T20:00:03.595Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31112026-04-02T20:00:03.705Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31122026-04-02T20:00:03.729Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31132026-04-02T20:00:03.734Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-04-02T20:00:03.772Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-04-02T20:00:04.117Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-04-02T20:00:04.140Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-04-02T20:00:04.305Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31182026-04-02T20:00:04.732Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31192026-04-02T20:00:04.840Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-04-02T20:00:05.069Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-04-02T20:00:05.185Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-04-02T20:00:05.350Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-04-02T20:00:05.493Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-04-02T20:00:05.585Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-04-02T20:00:05.664Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-04-02T20:00:06.030Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31272026-04-02T20:00:06.300Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-04-02T20:00:06.443Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-02T20:00:06.467Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31302026-04-02T20:00:06.958Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31312026-04-02T20:00:07.014Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-04-02T20:00:07.515Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31332026-04-02T20:00:07.636Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31342026-04-02T20:00:07.844Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-04-02T20:00:08.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31362026-04-02T20:00:08.381Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372026-04-02T20:00:08.792Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-04-02T20:00:09.339Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31392026-04-02T20:00:09.636Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31402026-04-02T20:00:09.659Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31412026-04-02T20:00:09.909Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31422026-04-02T20:00:10.037Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31432026-04-02T20:00:10.234Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31442026-04-02T20:00:10.257Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31452026-04-02T20:00:10.312Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-04-02T20:00:10.315Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-04-02T20:00:10.634Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31482026-04-02T20:00:10.667Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31492026-04-02T20:00:10.851Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31502026-04-02T20:00:11.199Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31512026-04-02T20:00:11.467Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-04-02T20:00:11.669Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31532026-04-02T20:00:11.846Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-04-02T20:00:12.766Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31552026-04-02T20:00:13.070Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31562026-04-02T20:00:13.180Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31572026-04-02T20:00:13.397Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31582026-04-02T20:00:13.628Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31592026-04-02T20:00:14.146Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-04-02T20:00:14.332Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31612026-04-02T20:00:14.480Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-04-02T20:00:14.606Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-04-02T20:00:14.925Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31642026-04-02T20:00:14.951Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31652026-04-02T20:00:15.255Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31662026-04-02T20:00:15.518Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-04-02T20:00:15.543Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31682026-04-02T20:00:15.696Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-04-02T20:00:15.908Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-04-02T20:00:16.286Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-04-02T20:00:16.846Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-04-02T20:00:16.970Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31732026-04-02T20:00:16.998Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-04-02T20:00:17.313Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-04-02T20:00:18.498Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-04-02T20:00:18.535Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-04-02T20:00:19.064Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31782026-04-02T20:00:19.289Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-04-02T20:00:19.410Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-04-02T20:00:19.646Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-04-02T20:00:19.674Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31822026-04-02T20:00:19.878Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-04-02T20:00:20.168Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-04-02T20:00:20.663Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-04-02T20:00:21.269Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-04-02T20:00:21.712Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-04-02T20:00:22.248Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-04-02T20:00:22.398Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31892026-04-02T20:00:23.015Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-04-02T20:00:23.156Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-04-02T20:00:23.191Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31922026-04-02T20:00:23.687Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31932026-04-02T20:00:24.922Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31942026-04-02T20:00:25.411Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31952026-04-02T20:00:25.814Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-04-02T20:00:26.335Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31972026-04-02T20:00:26.527Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31982026-04-02T20:00:27.879Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31992026-04-02T20:00:28.901Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32002026-04-02T20:00:29.010Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32012026-04-02T20:00:29.084Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32022026-04-02T20:00:30.206Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032026-04-02T20:00:30.580Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-04-02T20:00:30.624Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-04-02T20:00:30.690Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32062026-04-02T20:00:30.809Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32072026-04-02T20:00:31.028Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-04-02T20:00:31.053Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-04-02T20:00:31.309Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-04-02T20:00:31.595Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-04-02T20:00:31.680Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32122026-04-02T20:00:31.710Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32132026-04-02T20:00:32.152Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32142026-04-02T20:00:32.389Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-04-02T20:00:32.412Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32162026-04-02T20:00:32.458Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-04-02T20:00:32.989Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-04-02T20:00:33.158Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32192026-04-02T20:00:33.708Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-04-02T20:00:34.427Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-04-02T20:00:34.888Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-04-02T20:00:35.450Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-04-02T20:00:36.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-04-02T20:00:36.721Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-04-02T20:00:39.855Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-04-02T20:00:40.320Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-04-02T20:00:41.284Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-04-02T20:00:41.943Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-04-02T20:00:43.543Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-04-02T20:00:44.633Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32312026-04-02T20:00:45.540Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-04-02T20:00:46.024Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32332026-04-02T20:00:47.020Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32342026-04-02T20:00:47.779Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32352026-04-02T20:00:48.480Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32362026-04-02T20:00:49.402Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-04-02T20:00:49.847Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-02T20:00:50.434Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-04-02T20:00:50.661Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32402026-04-02T20:00:51.700Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-04-02T20:00:55.717Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32422026-04-02T20:00:56.309Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32432026-04-02T20:00:57.441Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-04-02T20:00:58.346Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-04-02T20:00:59.160Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-04-02T20:00:59.834Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-04-02T20:01:00.478Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32482026-04-02T20:01:01.407Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-04-02T20:01:02.001Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32502026-04-02T20:01:02.827Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-04-02T20:01:03.575Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-04-02T20:01:04.515Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32532026-04-02T20:01:04.667Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-04-02T20:01:05.242Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-04-02T20:01:06.442Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32562026-04-02T20:01:08.120Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32572026-04-02T20:01:09.355Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-04-02T20:01:10.286Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32592026-04-02T20:01:12.163Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32602026-04-02T20:01:13.128Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32612026-04-02T20:01:14.185Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32622026-04-02T20:01:18.933Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32632026-04-02T20:01:20.045Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32642026-04-02T20:01:21.214Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-04-02T20:01:22.568Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32662026-04-02T20:01:23.727Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32672026-04-02T20:01:26.365Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32682026-04-02T20:01:26.983Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32692026-04-02T20:01:28.595Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-04-02T20:01:29.994Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32712026-04-02T20:01:31.596Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32722026-04-02T20:01:33.868Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-04-02T20:01:35.351Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-04-02T20:01:39.314Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32752026-04-02T20:01:40.289Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32762026-04-02T20:01:40.818Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32772026-04-02T20:01:42.196Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-04-02T20:01:43.899Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-04-02T20:01:45.935Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-04-02T20:01:47.915Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32812026-04-02T20:01:49.888Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822026-04-02T20:01:51.697Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-04-02T20:01:53.510Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32842026-04-02T20:01:55.759Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-04-02T20:01:57.336Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32862026-04-02T20:01:59.248Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-04-02T20:02:01.137Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32882026-04-02T20:02:03.013Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-04-02T20:02:04.727Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32902026-04-02T20:02:06.862Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32912026-04-02T20:02:08.626Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-04-02T20:02:10.625Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-04-02T20:02:12.498Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-04-02T20:02:14.452Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32952026-04-02T20:02:16.421Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32962026-04-02T20:02:18.322Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-04-02T20:02:20.376Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-04-02T20:02:22.291Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32992026-04-02T20:02:24.298Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-04-02T20:02:27.632Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-04-02T20:02:28.630Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33022026-04-02T20:02:31.092Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-04-02T20:02:32.996Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33042026-04-02T20:02:35.215Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33052026-04-02T20:02:37.428Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33062026-04-02T20:02:39.549Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33072026-04-02T20:02:41.805Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33082026-04-02T20:02:43.902Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33092026-04-02T20:02:46.401Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-04-02T20:02:48.309Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33112026-04-02T20:02:50.481Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33122026-04-02T20:02:53.084Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33132026-04-02T20:02:54.769Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33142026-04-02T20:02:56.971Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33152026-04-02T20:02:59.112Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33162026-04-02T20:03:01.353Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-04-02T20:03:03.556Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-04-02T20:03:05.824Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33192026-04-02T20:03:07.991Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-04-02T20:03:10.067Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33212026-04-02T20:03:12.296Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33222026-04-02T20:03:14.698Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33232026-04-02T20:03:17.226Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-04-02T20:03:19.365Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-04-02T20:03:21.701Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33262026-04-02T20:03:24.205Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33272026-04-02T20:03:26.440Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33282026-04-02T20:03:28.739Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33292026-04-02T20:03:31.178Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33302026-04-02T20:03:33.533Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-04-02T20:03:35.837Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33322026-04-02T20:03:38.072Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-04-02T20:03:40.580Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-04-02T20:03:42.871Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-04-02T20:03:45.215Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-04-02T20:03:47.654Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33372026-04-02T20:03:50.052Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-04-02T20:03:52.360Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-04-02T20:03:54.782Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33402026-04-02T20:03:57.365Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-04-02T20:03:59.793Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-04-02T20:04:02.249Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33432026-04-02T20:04:04.603Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33442026-04-02T20:04:07.007Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33452026-04-02T20:04:09.464Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33462026-04-02T20:04:11.949Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33472026-04-02T20:04:14.842Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33482026-04-02T20:04:17.124Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33492026-04-02T20:04:24.274Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-04-02T20:04:24.484Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-04-02T20:04:27.687Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33522026-04-02T20:04:30.878Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33532026-04-02T20:04:34.030Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33542026-04-02T20:04:37.254Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33552026-04-02T20:04:41.837Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-04-02T20:04:44.653Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33572026-04-02T20:04:48.037Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33582026-04-02T20:04:51.618Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33592026-04-02T20:04:55.265Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33602026-04-02T20:04:58.674Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-04-02T20:05:02.289Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33622026-04-02T20:05:05.759Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33632026-04-02T20:05:09.280Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33642026-04-02T20:05:12.845Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33652026-04-02T20:05:16.322Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33662026-04-02T20:05:19.936Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33672026-04-02T20:05:23.425Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33682026-04-02T20:05:26.994Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33692026-04-02T20:05:30.520Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33702026-04-02T20:05:34.071Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-04-02T20:05:37.682Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33722026-04-02T20:05:41.138Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33732026-04-02T20:05:44.741Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33742026-04-02T20:06:13.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 16s
33752026-04-02T20:06:13.390Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33762026-04-02T20:06:13.494Z
33772026-04-02T20:06:13.497Zreal 6:16.597448642
33782026-04-02T20:06:13.497Zuser 17:00.518251793
33792026-04-02T20:06:13.497Zsys 3:35.277639386
33802026-04-02T20:06:13.497Ztrap 0.249867977
33812026-04-02T20:06:13.497Ztflt 0.022277077
33822026-04-02T20:06:13.497Zdflt 0.036292951
33832026-04-02T20:06:13.497Zkflt 0.000032903
33842026-04-02T20:06:13.497Zlock 5:52:03.643049306
33852026-04-02T20:06:13.497Zslp 2:06:05.014570293
33862026-04-02T20:06:13.497Zlat 32.893500424
33872026-04-02T20:06:13.497Zstop 1:48.566677223
33882026-04-02T20:06:13.497Zprocess exited: duration 803707 ms, exit code 0
 
33892026-04-02T20:06:13.503Zfound 0 output files