01KKW33RMC1KFDHZ76MEWGGG0B: clippy (helios)

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

Buildomat Job: 01KKW34DR9T7KFJ074EHA9JZAG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T19:49:26.764Zjob assigned to worker 01KKW2XAQGKN5AS2Z1RYTEDHB3 [factory aws, i-0ad3ed454a4459afa] (queued for 0 s)
 
22026-03-16T19:49:27.145Zstarting task 0: "setup"
32026-03-16T19:49:27.149Z++ uname -s
42026-03-16T19:49:27.149Z+ kern=SunOS
52026-03-16T19:49:27.149Z+ build_user=build
62026-03-16T19:49:27.149Z+ build_uid=12345
72026-03-16T19:49:27.149Z+ work_dir=/work
82026-03-16T19:49:27.149Z+ input_dir=/input
92026-03-16T19:49:27.149Z+ [[ 0 == 12345 ]]
102026-03-16T19:49:27.149Z+ case "$kern" in
112026-03-16T19:49:27.149Z+ groupadd -g 12345 build
122026-03-16T19:49:27.155Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T19:49:29.158Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T19:49:29.274Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T19:49:29.277Z+ home_fs=zfs
162026-03-16T19:49:29.277Z+ [[ zfs == autofs ]]
172026-03-16T19:49:29.277Z+ mkdir -p /home/build
182026-03-16T19:49:29.277Z+ chown build:build /home/build /work
192026-03-16T19:49:31.280Z+ chmod 0700 /home/build /work
202026-03-16T19:49:31.284Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-16T19:49:31.292Zstarting task 1: "rust-toolchain"
222026-03-16T19:49:31.296Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-16T19:49:31.296Z * rust toolchain channel = "1.91.1"
242026-03-16T19:49:31.296Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T19:49:31.296Z * rust toolchain profile = "default"
262026-03-16T19:49:31.296Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T19:49:31.296Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T19:49:31.299Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T19:49:31.299Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-16T19:49:31.412Zinfo: downloading installer
312026-03-16T19:49:33.092Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T19:49:33.092Zwarn: /opt/ooce/bin
332026-03-16T19:49:33.092Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T19:49:33.092Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T19:49:33.092Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T19:49:33.092Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T19:49:33.092Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T19:49:33.093Zerror: cannot install while Rust is installed
392026-03-16T19:49:33.093Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T19:49:33.093Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T19:49:33.093Zwarn: /home/build/.rustup/settings.toml
422026-03-16T19:49:33.093Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T19:49:33.093Zwarn: instead of the one inferred from the default host triple.
442026-03-16T19:49:33.108Zinfo: profile set to default
452026-03-16T19:49:33.108Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T19:49:33.113Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-16T19:49:33.286Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-16T19:49:33.291Zinfo: downloading 6 components
492026-03-16T19:49:48.595Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-16T19:49:48.595Z
512026-03-16T19:49:48.631Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-16T19:49:48.631Z
532026-03-16T19:49:48.631Z
542026-03-16T19:49:48.631ZRust is installed now. Great!
552026-03-16T19:49:48.631Z
562026-03-16T19:49:48.634ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T19:49:48.634Zenvironment variable. This has not been done automatically.
582026-03-16T19:49:48.634Z
592026-03-16T19:49:48.634ZTo configure your current shell, you need to source
602026-03-16T19:49:48.634Zthe corresponding env file under $HOME/.cargo.
612026-03-16T19:49:48.634Z
622026-03-16T19:49:48.634ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T19:49:48.634Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T19:49:48.634Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T19:49:48.634Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T19:49:48.634Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T19:49:48.634Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T19:49:48.634Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T19:49:48.635Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T19:49:48.635Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T19:49:48.741Z+ rustup --version
722026-03-16T19:49:48.752Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T19:49:48.755Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T19:49:48.779Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-16T19:49:48.783Z+ cargo --version
762026-03-16T19:49:48.803Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-16T19:49:48.806Z+ rustc --version
782026-03-16T19:49:48.831Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-16T19:49:48.835Zprocess exited: duration 17534 ms, exit code 0
 
802026-03-16T19:49:48.842Zstarting task 2: "authentication"
812026-03-16T19:49:48.859ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-03-16T19:49:50.869Zprocess exited: duration 2026 ms, exit code 0
 
832026-03-16T19:49:50.876Zstarting task 3: "clone repository"
842026-03-16T19:49:50.880Z+ mkdir -p /work/oxidecomputer/omicron
852026-03-16T19:49:50.884Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862026-03-16T19:49:50.919ZCloning into '/work/oxidecomputer/omicron'...
872026-03-16T19:50:01.883Z+ cd /work/oxidecomputer/omicron
882026-03-16T19:50:01.883Z+ git fetch origin e7fbdeef56f79e54d66698ab18082d626a21ccb1
892026-03-16T19:50:02.362ZFrom https://github.com/oxidecomputer/omicron
902026-03-16T19:50:02.362Z * branch e7fbdeef56f79e54d66698ab18082d626a21ccb1 -> FETCH_HEAD
912026-03-16T19:50:02.373Z+ [[ -n jmcarp/zone-metrics ]]
922026-03-16T19:50:02.377Z++ git branch --show-current
932026-03-16T19:50:02.377Z+ current=main
942026-03-16T19:50:02.377Z+ [[ main != jmcarp/zone-metrics ]]
952026-03-16T19:50:02.377Z+ git branch -f jmcarp/zone-metrics e7fbdeef56f79e54d66698ab18082d626a21ccb1
962026-03-16T19:50:02.380Z+ git checkout -f jmcarp/zone-metrics
972026-03-16T19:50:02.694ZSwitched to branch 'jmcarp/zone-metrics'
982026-03-16T19:50:02.699Z+ git reset --hard e7fbdeef56f79e54d66698ab18082d626a21ccb1
992026-03-16T19:50:02.788ZHEAD is now at e7fbdeef5 Add per-zone cpu metrics.
1002026-03-16T19:50:02.791Zprocess exited: duration 11904 ms, exit code 0
 
1012026-03-16T19:50:02.798Zstarting task 4: "build"
1022026-03-16T19:50:02.802Z+ source ./env.sh
1032026-03-16T19:50:02.806Z++ OLD_SHELL_OPTS=ehxB
1042026-03-16T19:50:02.806Z++ set -o xtrace
1052026-03-16T19:50:02.806Z++++ dirname ./env.sh
1062026-03-16T19:50:02.820Z+++ readlink -f .
1072026-03-16T19:50:02.820Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-03-16T19:50:02.820Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-16T19:50:02.820Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-16T19:50:02.820Z++ 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
1112026-03-16T19:50:02.820Z++ 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
1122026-03-16T19:50:02.820Z++ 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
1132026-03-16T19:50:02.820Z++ 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
1142026-03-16T19:50:02.820Z++ 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
1152026-03-16T19:50:02.820Z++ 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
1162026-03-16T19:50:02.820Z++ case $OLD_SHELL_OPTS in
1172026-03-16T19:50:02.820Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-03-16T19:50:02.820Z+ source .github/buildomat/ci-env.sh
1192026-03-16T19:50:02.820Z++ export CARGO_TERM_COLOR=always
1202026-03-16T19:50:02.820Z++ CARGO_TERM_COLOR=always
1212026-03-16T19:50:02.820Z+ cargo --version
1222026-03-16T19:50:02.826Zcargo 1.91.1 (ea2d97820 2025-10-10)
1232026-03-16T19:50:02.826Z+ rustc --version
1242026-03-16T19:50:02.850Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1252026-03-16T19:50:02.853Z+ banner prerequisites
1262026-03-16T19:50:02.857Z
1272026-03-16T19:50:02.857Z ##### ##### ###### ##### ###### #### # # # #### #
1282026-03-16T19:50:02.857Z # # # # # # # # # # # # # # #
1292026-03-16T19:50:02.857Z # # # # ##### # # ##### # # # # # #### #
1302026-03-16T19:50:02.857Z ##### ##### # ##### # # # # # # # # #
1312026-03-16T19:50:02.857Z # # # # # # # # # # # # # # #
1322026-03-16T19:50:02.857Z # # # ###### # # ###### ### # #### # #### #
1332026-03-16T19:50:02.857Z
1342026-03-16T19:50:02.857Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1352026-03-16T19:50:12.618Z Startup: Refreshing catalog 'helios-dev' ... Done
1362026-03-16T19:50:22.464Z Startup: Caching catalogs ... Done
1372026-03-16T19:50:45.022ZPlanning: Solver setup ... Done (20.936s)
1382026-03-16T19:50:45.174ZPlanning: Running solver ... Done (0.153s)
1392026-03-16T19:50:45.357ZPlanning: Finding local manifests ... Done (0.003s)
1402026-03-16T19:50:45.411ZPlanning: Fetching manifests: 0/4 0% complete
1412026-03-16T19:50:46.222ZPlanning: Fetching manifests: 4/4 100% complete
1422026-03-16T19:50:46.264ZPlanning: Package planning ... Done (0.043s)
1432026-03-16T19:50:46.353ZPlanning: Merging actions ... Done (0.039s)
1442026-03-16T19:50:46.542ZPlanning: Checking for conflicting actions ... Done (0.238s)
1452026-03-16T19:50:46.552ZPlanning: Consolidating action changes ... Done (0.010s)
1462026-03-16T19:50:47.416ZPlanning: Evaluating mediators ... Done (0.859s)
1472026-03-16T19:50:47.422ZPlanning: Planning completed in 24.80 seconds
1482026-03-16T19:50:47.434Z Packages to install: 4
1492026-03-16T19:50:47.437Z Mediators to change: 2
1502026-03-16T19:50:47.437Z Services to change: 1
1512026-03-16T19:50:47.437Z Estimated space available: 155.43 GB
1522026-03-16T19:50:47.437ZEstimated space to be consumed: 1.83 GB
1532026-03-16T19:50:47.437Z Create boot environment: No
1542026-03-16T19:50:47.437ZCreate backup boot environment: No
1552026-03-16T19:50:47.437Z Rebuild boot archive: No
1562026-03-16T19:50:47.438Z
1572026-03-16T19:50:47.438ZChanged mediators:
1582026-03-16T19:50:47.438Z mediator clang:
1592026-03-16T19:50:47.438Z version: None -> 15 (system default)
1602026-03-16T19:50:47.438Z
1612026-03-16T19:50:47.438Z mediator llvm:
1622026-03-16T19:50:47.438Z version: 14 (system default) -> 15 (system default)
1632026-03-16T19:50:47.438Z
1642026-03-16T19:50:47.438ZChanged packages:
1652026-03-16T19:50:47.438Zhelios-dev
1662026-03-16T19:50:47.438Z developer/build-essential
1672026-03-16T19:50:47.438Z None -> 11-2.0
1682026-03-16T19:50:47.438Z library/libxmlsec1
1692026-03-16T19:50:47.438Z None -> 1.2.35-2.0
1702026-03-16T19:50:47.438Z ooce/developer/clang-15
1712026-03-16T19:50:47.438Z None -> 15.0.7-2.0
1722026-03-16T19:50:47.438Z ooce/developer/llvm-15
1732026-03-16T19:50:47.438Z None -> 15.0.7-2.0
1742026-03-16T19:50:47.438Z
1752026-03-16T19:50:47.438ZServices:
1762026-03-16T19:50:47.438Z restart_fmri:
1772026-03-16T19:50:47.438Z svc:/system/update-man-index:default
1782026-03-16T19:50:47.483Z
1792026-03-16T19:50:47.483ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1802026-03-16T19:50:52.486ZDownload: 1294/3290 items 115.1/212.6MB 54% complete (23.9M/s)
1812026-03-16T19:50:57.562ZDownload: 1950/3290 items 118.6/212.6MB 55% complete (12.5M/s)
1822026-03-16T19:51:02.596ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (11.7M/s)
1832026-03-16T19:51:06.986ZDownload: Completed 212.60 MB in 19.49 seconds (10.9M/s)
1842026-03-16T19:51:07.546Z Actions: 1/3689 actions (Installing new actions)
1852026-03-16T19:51:11.649Z Actions: Completed 3689 actions in 4.10 seconds.
1862026-03-16T19:51:12.018Z Done (0.366s)
1872026-03-16T19:51:12.018Z Done (0.000s)
1882026-03-16T19:51:13.011Z Done (0.989s)
1892026-03-16T19:51:16.977Z Done (3.626s)
1902026-03-16T19:51:17.061Z Done (0.016s)
1912026-03-16T19:51:17.065Z Done (0.000s)
1922026-03-16T19:51:17.231Z Done (0.000s)
1932026-03-16T19:51:18.202ZPlanning: Evaluating mediator changes ... Done
1942026-03-16T19:51:18.345ZPlanning: Checking for conflicting actions ... Done
1952026-03-16T19:51:18.348ZPlanning: Consolidating action changes ... Done
1962026-03-16T19:51:18.567ZPlanning: Evaluating mediators ... Done
1972026-03-16T19:51:18.570ZPlanning: Planning completed in 0.37 seconds
1982026-03-16T19:51:18.596Z Mediators to change: 2
1992026-03-16T19:51:18.596Z Create boot environment: No
2002026-03-16T19:51:18.633ZCreate backup boot environment: No
2012026-03-16T19:51:18.678Z Done
2022026-03-16T19:51:18.679Z Done
2032026-03-16T19:51:19.435Z Done
2042026-03-16T19:51:22.742Z Done
2052026-03-16T19:51:22.828Z Done
2062026-03-16T19:51:22.832Z Done
2072026-03-16T19:51:22.977Z Done
2082026-03-16T19:51:23.520ZPlanning: Evaluating mediator changes ... Done
2092026-03-16T19:51:23.524ZPlanning: Merging actions ... Done
2102026-03-16T19:51:23.699ZPlanning: Checking for conflicting actions ... Done
2112026-03-16T19:51:23.709ZPlanning: Consolidating action changes ... Done
2122026-03-16T19:51:23.903ZPlanning: Evaluating mediators ... Done
2132026-03-16T19:51:23.942ZPlanning: Planning completed in 0.63 seconds
2142026-03-16T19:51:23.972Z Packages to change: 1
2152026-03-16T19:51:23.972Z Mediators to change: 1
2162026-03-16T19:51:23.978Z Services to change: 1
2172026-03-16T19:51:23.978Z Create boot environment: No
2182026-03-16T19:51:23.978ZCreate backup boot environment: Yes
2192026-03-16T19:51:26.477Z Actions: 1/6 actions (Updating modified actions)
2202026-03-16T19:51:26.514Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-16T19:51:26.514Z Done
2222026-03-16T19:51:26.514Z Done
2232026-03-16T19:51:26.629Z Done
2242026-03-16T19:51:29.914Z Done
2252026-03-16T19:51:29.998Z Done
2262026-03-16T19:51:30.001Z Done
2272026-03-16T19:51:30.163Z Done
2282026-03-16T19:51:30.543ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-16T19:51:30.543Zclang system 15 system
2302026-03-16T19:51:30.543Zcsh system system illumos
2312026-03-16T19:51:30.543Zctags system system illumos
2322026-03-16T19:51:30.543Zfile system system illumos
2332026-03-16T19:51:30.543Zgcc vendor 12 vendor
2342026-03-16T19:51:30.544Zgcc system 10 system
2352026-03-16T19:51:30.544Zgcc system 7 system
2362026-03-16T19:51:30.544Zgo system 1.20 system
2372026-03-16T19:51:30.544Zgo system 1.19 system
2382026-03-16T19:51:30.544Zllvm system 15 system
2392026-03-16T19:51:30.544Zllvm system 14 system
2402026-03-16T19:51:30.544Zmariadb system 10.6 system
2412026-03-16T19:51:30.544Zmta vendor vendor dma
2422026-03-16T19:51:30.544Zopenjdk system 17 system
2432026-03-16T19:51:30.544Zopenjdk system 11 system
2442026-03-16T19:51:30.544Zopenjdk system 1.8 system
2452026-03-16T19:51:30.544Zopenssl vendor 3 vendor
2462026-03-16T19:51:30.544Zperl system 5.36 system
2472026-03-16T19:51:30.544Zpostgresql system 15 system
2482026-03-16T19:51:30.544Zpostgresql system 13 system
2492026-03-16T19:51:30.544Zpython vendor 3 vendor
2502026-03-16T19:51:30.544Zpython system 2 system
2512026-03-16T19:51:30.544Zpython3 system 3.11 system
2522026-03-16T19:51:30.544Zruby system 3.0 system
2532026-03-16T19:51:30.544Zwords vendor vendor american-english
2542026-03-16T19:51:30.544Zwords system system australian-english
2552026-03-16T19:51:30.544Zwords system system british-english
2562026-03-16T19:51:30.544Zwords system system canadian-english
2572026-03-16T19:51:30.544Zwords system system french
2582026-03-16T19:51:30.544Zwords system system italian
2592026-03-16T19:51:30.544Zwords system system ngerman
2602026-03-16T19:51:30.544Zwords system system ogerman
2612026-03-16T19:51:30.544Zwords system system spanish
2622026-03-16T19:51:30.845ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-16T19:51:30.845Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-16T19:51:36.785ZFMRI IFO
2652026-03-16T19:51:36.785Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-16T19:51:36.785Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-16T19:51:36.785Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-16T19:51:36.785Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-16T19:51:36.785Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-16T19:51:36.785Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-16T19:51:36.785Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-16T19:51:36.786Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-16T19:51:36.786Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-16T19:51:36.786Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-16T19:51:36.786Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-16T19:51:36.786Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-16T19:51:36.786Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-16T19:51:36.786Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-16T19:51:36.786Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-16T19:51:36.786Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-16T19:51:38.047Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-16T19:51:38.326Z Updating crates.io index
2832026-03-16T19:51:38.330Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-16T19:51:38.613Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-16T19:51:39.423Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-16T19:51:39.815Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-16T19:51:40.135Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-16T19:51:41.143Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-16T19:51:41.985Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-16T19:51:44.267Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-16T19:51:45.855Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-16T19:51:46.658Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-16T19:51:47.030Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-16T19:51:48.040Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-16T19:51:48.520Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-16T19:51:48.936Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-16T19:51:49.261Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-16T19:51:50.202Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-16T19:51:50.784Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-16T19:51:51.342Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-16T19:51:51.555Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-16T19:51:51.972Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-16T19:51:52.319Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-16T19:51:52.573Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-16T19:51:52.800Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-16T19:51:53.212Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-16T19:51:53.556Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-16T19:51:54.146Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-16T19:51:54.449Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-16T19:51:55.242Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-16T19:51:55.312Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-16T19:51:56.473Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-16T19:51:56.770Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-16T19:51:57.182Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-16T19:51:57.472Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-16T19:51:57.886Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-16T19:51:58.287Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-16T19:51:58.557Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-16T19:51:58.805Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-16T19:51:59.191Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-16T19:52:13.085Z Downloading crates ...
3222026-03-16T19:52:13.139Z Downloaded cpufeatures v0.2.17
3232026-03-16T19:52:13.142Z Downloaded anstyle v1.0.13
3242026-03-16T19:52:13.145Z Downloaded scroll v0.12.0
3252026-03-16T19:52:13.149Z Downloaded cargo_toml v0.21.0
3262026-03-16T19:52:13.158Z Downloaded digest v0.10.7
3272026-03-16T19:52:13.163Z Downloaded clap v4.5.60
3282026-03-16T19:52:13.166Z Downloaded clap_derive v4.5.55
3292026-03-16T19:52:13.166Z Downloaded camino-tempfile v1.4.1
3302026-03-16T19:52:13.169Z Downloaded thiserror v1.0.69
3312026-03-16T19:52:13.172Z Downloaded toml_datetime v0.6.11
3322026-03-16T19:52:13.172Z Downloaded cfg-if v1.0.4
3332026-03-16T19:52:13.173Z Downloaded autocfg v1.5.0
3342026-03-16T19:52:13.176Z Downloaded icu_locale_core v2.1.1
3352026-03-16T19:52:13.179Z Downloaded zmij v1.0.21
3362026-03-16T19:52:13.179Z Downloaded usdt-macro v0.5.0
3372026-03-16T19:52:13.183Z Downloaded toml_write v0.1.2
3382026-03-16T19:52:13.183Z Downloaded zerofrom v0.1.6
3392026-03-16T19:52:13.183Z Downloaded cargo-platform v0.2.0
3402026-03-16T19:52:13.183Z Downloaded unicode-xid v0.2.6
3412026-03-16T19:52:13.186Z Downloaded thread-id v4.2.2
3422026-03-16T19:52:13.186Z Downloaded thiserror-impl v1.0.69
3432026-03-16T19:52:13.186Z Downloaded camino v1.2.2
3442026-03-16T19:52:13.190Z Downloaded zerofrom-derive v0.1.6
3452026-03-16T19:52:13.190Z Downloaded version_check v0.9.5
3462026-03-16T19:52:13.190Z Downloaded serde_spanned v0.6.9
3472026-03-16T19:52:13.190Z Downloaded yoke-derive v0.8.1
3482026-03-16T19:52:13.193Z Downloaded bitflags v2.11.0
3492026-03-16T19:52:13.196Z Downloaded typeid v1.0.3
3502026-03-16T19:52:13.196Z Downloaded crypto-common v0.1.7
3512026-03-16T19:52:13.196Z Downloaded papergrid v0.11.0
3522026-03-16T19:52:13.200Z Downloaded utf8parse v0.2.2
3532026-03-16T19:52:13.203Z Downloaded memmap v0.7.0
3542026-03-16T19:52:13.203Z Downloaded anyhow v1.0.102
3552026-03-16T19:52:13.207Z Downloaded synstructure v0.13.2
3562026-03-16T19:52:13.208Z Downloaded errno v0.3.14
3572026-03-16T19:52:13.208Z Downloaded toml v0.8.23
3582026-03-16T19:52:13.212Z Downloaded zerovec-derive v0.11.2
3592026-03-16T19:52:13.212Z Downloaded thiserror-impl v2.0.18
3602026-03-16T19:52:13.212Z Downloaded equivalent v1.0.2
3612026-03-16T19:52:13.212Z Downloaded colorchoice v1.0.4
3622026-03-16T19:52:13.215Z Downloaded thiserror v2.0.18
3632026-03-16T19:52:13.216Z Downloaded cargo_metadata v0.21.0
3642026-03-16T19:52:13.219Z Downloaded tempfile v3.25.0
3652026-03-16T19:52:13.219Z Downloaded yoke v0.8.1
3662026-03-16T19:52:13.222Z Downloaded usdt-impl v0.5.0
3672026-03-16T19:52:13.222Z Downloaded heck v0.4.1
3682026-03-16T19:52:13.226Z Downloaded proc-macro-error-attr v1.0.4
3692026-03-16T19:52:13.226Z Downloaded heck v0.5.0
3702026-03-16T19:52:13.226Z Downloaded tinystr v0.8.2
3712026-03-16T19:52:13.226Z Downloaded generic-array v0.14.7
3722026-03-16T19:52:13.230Z Downloaded usdt v0.5.0
3732026-03-16T19:52:13.230Z Downloaded unicode-linebreak v0.1.5
3742026-03-16T19:52:13.230Z Downloaded writeable v0.6.2
3752026-03-16T19:52:13.230Z Downloaded utf8_iter v1.0.4
3762026-03-16T19:52:13.230Z Downloaded usdt-attr-macro v0.5.0
3772026-03-16T19:52:13.233Z Downloaded cargo-util-schemas v0.8.2
3782026-03-16T19:52:13.233Z Downloaded ucd-trie v0.1.7
3792026-03-16T19:52:13.233Z Downloaded anstyle-parse v0.2.7
3802026-03-16T19:52:13.236Z Downloaded anstream v0.6.21
3812026-03-16T19:52:13.236Z Downloaded clap_lex v1.0.0
3822026-03-16T19:52:13.236Z Downloaded byteorder v1.5.0
3832026-03-16T19:52:13.240Z Downloaded block-buffer v0.10.4
3842026-03-16T19:52:13.240Z Downloaded unicode-ident v1.0.24
3852026-03-16T19:52:13.243Z Downloaded zerocopy-derive v0.7.35
3862026-03-16T19:52:13.246Z Downloaded textwrap v0.16.2
3872026-03-16T19:52:13.246Z Downloaded strsim v0.11.1
3882026-03-16T19:52:13.249Z Downloaded stable_deref_trait v1.2.1
3892026-03-16T19:52:13.249Z Downloaded toml_edit v0.22.27
3902026-03-16T19:52:13.254Z Downloaded zerotrie v0.2.3
3912026-03-16T19:52:13.254Z Downloaded idna_adapter v1.2.1
3922026-03-16T19:52:13.257Z Downloaded percent-encoding v2.3.2
3932026-03-16T19:52:13.257Z Downloaded macaddr v1.0.1
3942026-03-16T19:52:13.257Z Downloaded fastrand v2.3.0
3952026-03-16T19:52:13.257Z Downloaded displaydoc v0.2.5
3962026-03-16T19:52:13.261Z Downloaded form_urlencoded v1.2.2
3972026-03-16T19:52:13.261Z Downloaded fnv v1.0.7
3982026-03-16T19:52:13.261Z Downloaded anstyle-query v1.1.5
3992026-03-16T19:52:13.261Z Downloaded smawk v0.3.2
4002026-03-16T19:52:13.264Z Downloaded url v2.5.8
4012026-03-16T19:52:13.264Z Downloaded typenum v1.19.0
4022026-03-16T19:52:13.267Z Downloaded sha2 v0.10.9
4032026-03-16T19:52:13.267Z Downloaded icu_normalizer v2.1.1
4042026-03-16T19:52:13.270Z Downloaded zerocopy v0.7.35
4052026-03-16T19:52:13.280Z Downloaded tabled_derive v0.7.0
4062026-03-16T19:52:13.283Z Downloaded zerovec v0.11.5
4072026-03-16T19:52:13.287Z Downloaded semver v1.0.27
4082026-03-16T19:52:13.287Z Downloaded scroll_derive v0.12.1
4092026-03-16T19:52:13.290Z Downloaded ordered-float v2.10.1
4102026-03-16T19:52:13.290Z Downloaded serde-untagged v0.1.9
4112026-03-16T19:52:13.290Z Downloaded serde_derive v1.0.228
4122026-03-16T19:52:13.294Z Downloaded winnow v0.7.14
4132026-03-16T19:52:13.298Z Downloaded quote v1.0.44
4142026-03-16T19:52:13.301Z Downloaded plain v0.2.3
4152026-03-16T19:52:13.301Z Downloaded pest_generator v2.8.6
4162026-03-16T19:52:13.306Z Downloaded unicode-width v0.2.0
4172026-03-16T19:52:13.310Z Downloaded unicode-width v0.1.14
4182026-03-16T19:52:13.314Z Downloaded log v0.4.29
4192026-03-16T19:52:13.314Z Downloaded once_cell v1.21.3
4202026-03-16T19:52:13.318Z Downloaded is_terminal_polyfill v1.70.2
4212026-03-16T19:52:13.318Z Downloaded bytecount v0.6.9
4222026-03-16T19:52:13.322Z Downloaded swrite v0.1.0
4232026-03-16T19:52:13.322Z Downloaded pretty-hex v0.4.1
4242026-03-16T19:52:13.327Z Downloaded dtrace-parser v0.2.0
4252026-03-16T19:52:13.330Z Downloaded terminal_size v0.4.3
4262026-03-16T19:52:13.330Z Downloaded serde-value v0.7.0
4272026-03-16T19:52:13.331Z Downloaded dof v0.3.0
4282026-03-16T19:52:13.334Z Downloaded potential_utf v0.1.4
4292026-03-16T19:52:13.337Z Downloaded pest_derive v2.8.6
4302026-03-16T19:52:13.364Z Downloaded serde_core v1.0.228
4312026-03-16T19:52:13.367Z Downloaded serde_tokenstream v0.2.3
4322026-03-16T19:52:13.367Z Downloaded itoa v1.0.17
4332026-03-16T19:52:13.367Z Downloaded proc-macro-error v1.0.4
4342026-03-16T19:52:13.367Z Downloaded fs-err v3.3.0
4352026-03-16T19:52:13.367Z Downloaded erased-serde v0.4.9
4362026-03-16T19:52:13.370Z Downloaded proc-macro2 v1.0.106
4372026-03-16T19:52:13.375Z Downloaded getrandom v0.4.1
4382026-03-16T19:52:13.379Z Downloaded icu_normalizer_data v2.1.1
4392026-03-16T19:52:13.382Z Downloaded pest v2.8.6
4402026-03-16T19:52:13.388Z Downloaded num-traits v0.2.19
4412026-03-16T19:52:13.392Z Downloaded smallvec v1.15.1
4422026-03-16T19:52:13.392Z Downloaded litemap v0.8.1
4432026-03-16T19:52:13.392Z Downloaded pest_meta v2.8.6
4442026-03-16T19:52:13.392Z Downloaded indexmap v2.13.0
4452026-03-16T19:52:13.404Z Downloaded icu_provider v2.1.1
4462026-03-16T19:52:13.410Z Downloaded memchr v2.8.0
4472026-03-16T19:52:13.415Z Downloaded idna v1.1.0
4482026-03-16T19:52:13.415Z Downloaded icu_properties_data v2.1.2
4492026-03-16T19:52:13.419Z Downloaded icu_properties v2.1.2
4502026-03-16T19:52:13.423Z Downloaded hashbrown v0.16.1
4512026-03-16T19:52:13.426Z Downloaded serde v1.0.228
4522026-03-16T19:52:13.429Z Downloaded icu_collections v2.1.1
4532026-03-16T19:52:13.444Z Downloaded serde_json v1.0.149
4542026-03-16T19:52:13.458Z Downloaded goblin v0.8.2
4552026-03-16T19:52:13.461Z Downloaded clap_builder v4.5.60
4562026-03-16T19:52:13.483Z Downloaded tabled v0.15.0
4572026-03-16T19:52:13.495Z Downloaded syn v2.0.117
4582026-03-16T19:52:13.501Z Downloaded syn v1.0.109
4592026-03-16T19:52:13.516Z Downloaded rustix v1.1.3
4602026-03-16T19:52:13.547Z Downloaded libc v0.2.180
4612026-03-16T19:52:13.629Z Compiling proc-macro2 v1.0.106
4622026-03-16T19:52:13.634Z Compiling quote v1.0.44
4632026-03-16T19:52:13.634Z Compiling unicode-ident v1.0.24
4642026-03-16T19:52:13.634Z Compiling serde_core v1.0.228
4652026-03-16T19:52:13.634Z Compiling libc v0.2.180
4662026-03-16T19:52:13.634Z Compiling version_check v0.9.5
4672026-03-16T19:52:13.634Z Compiling stable_deref_trait v1.2.1
4682026-03-16T19:52:13.634Z Compiling memchr v2.8.0
4692026-03-16T19:52:14.021Z Compiling serde v1.0.228
4702026-03-16T19:52:14.043Z Compiling zmij v1.0.21
4712026-03-16T19:52:14.346Z Compiling ucd-trie v0.1.7
4722026-03-16T19:52:14.417Z Compiling itoa v1.0.17
4732026-03-16T19:52:14.661Z Compiling thiserror v1.0.69
4742026-03-16T19:52:14.689Z Compiling autocfg v1.5.0
4752026-03-16T19:52:14.801Z Compiling pest v2.8.6
4762026-03-16T19:52:14.905Z Compiling litemap v0.8.1
4772026-03-16T19:52:14.996Z Compiling writeable v0.6.2
4782026-03-16T19:52:15.218Z Compiling rustix v1.1.3
4792026-03-16T19:52:15.287Z Compiling icu_normalizer_data v2.1.1
4802026-03-16T19:52:15.312Z Compiling icu_properties_data v2.1.2
4812026-03-16T19:52:15.552Z Compiling byteorder v1.5.0
4822026-03-16T19:52:15.702Z Compiling syn v2.0.117
4832026-03-16T19:52:15.811Z Compiling errno v0.3.14
4842026-03-16T19:52:15.873Z Compiling bitflags v2.11.0
4852026-03-16T19:52:16.013Z Compiling serde_json v1.0.149
4862026-03-16T19:52:16.206Z Compiling num-traits v0.2.19
4872026-03-16T19:52:16.367Z Compiling pest_meta v2.8.6
4882026-03-16T19:52:16.464Z Compiling typeid v1.0.3
4892026-03-16T19:52:16.514Z Compiling equivalent v1.0.2
4902026-03-16T19:52:16.629Z Compiling hashbrown v0.16.1
4912026-03-16T19:52:16.662Z Compiling smallvec v1.15.1
4922026-03-16T19:52:16.936Z Compiling thread-id v4.2.2
4932026-03-16T19:52:17.044Z Compiling usdt-impl v0.5.0
4942026-03-16T19:52:17.117Z Compiling proc-macro-error-attr v1.0.4
4952026-03-16T19:52:17.154Z Compiling syn v1.0.109
4962026-03-16T19:52:17.328Z Compiling indexmap v2.13.0
4972026-03-16T19:52:17.362Z Compiling winnow v0.7.14
4982026-03-16T19:52:17.362Z Compiling toml_write v0.1.2
4992026-03-16T19:52:17.644Z Compiling erased-serde v0.4.9
5002026-03-16T19:52:18.182Z Compiling proc-macro-error v1.0.4
5012026-03-16T19:52:18.213Z Compiling thiserror v2.0.18
5022026-03-16T19:52:18.433Z Compiling utf8_iter v1.0.4
5032026-03-16T19:52:18.624Z Compiling log v0.4.29
5042026-03-16T19:52:18.657Z Compiling percent-encoding v2.3.2
5052026-03-16T19:52:18.700Z Compiling camino v1.2.2
5062026-03-16T19:52:18.753Z Compiling getrandom v0.4.1
5072026-03-16T19:52:18.861Z Compiling utf8parse v0.2.2
5082026-03-16T19:52:18.901Z Compiling plain v0.2.3
5092026-03-16T19:52:18.997Z Compiling anstyle-parse v0.2.7
5102026-03-16T19:52:19.024Z Compiling form_urlencoded v1.2.2
5112026-03-16T19:52:19.188Z Compiling ordered-float v2.10.1
5122026-03-16T19:52:19.344Z Compiling terminal_size v0.4.3
5132026-03-16T19:52:19.404Z Compiling anstyle-query v1.1.5
5142026-03-16T19:52:19.513Z Compiling synstructure v0.13.2
5152026-03-16T19:52:19.539Z Compiling pest_generator v2.8.6
5162026-03-16T19:52:19.544Z Compiling colorchoice v1.0.4
5172026-03-16T19:52:19.662Z Compiling anstyle v1.0.13
5182026-03-16T19:52:19.707Z Compiling cfg-if v1.0.4
5192026-03-16T19:52:19.802Z Compiling is_terminal_polyfill v1.70.2
5202026-03-16T19:52:19.825Z Compiling pretty-hex v0.4.1
5212026-03-16T19:52:19.904Z Compiling anstream v0.6.21
5222026-03-16T19:52:19.927Z Compiling serde-untagged v0.1.9
5232026-03-16T19:52:20.215Z Compiling semver v1.0.27
5242026-03-16T19:52:20.348Z Compiling fs-err v3.3.0
5252026-03-16T19:52:20.377Z Compiling clap_lex v1.0.0
5262026-03-16T19:52:20.554Z Compiling fastrand v2.3.0
5272026-03-16T19:52:20.608Z Compiling heck v0.4.1
5282026-03-16T19:52:20.648Z Compiling unicode-xid v0.2.6
5292026-03-16T19:52:20.684Z Compiling once_cell v1.21.3
5302026-03-16T19:52:20.716Z Compiling strsim v0.11.1
5312026-03-16T19:52:20.822Z Compiling bytecount v0.6.9
5322026-03-16T19:52:20.931Z Compiling unicode-width v0.1.14
5332026-03-16T19:52:20.966Z Compiling anyhow v1.0.102
5342026-03-16T19:52:20.994Z Compiling fnv v1.0.7
5352026-03-16T19:52:21.125Z Compiling heck v0.5.0
5362026-03-16T19:52:21.177Z Compiling clap_builder v4.5.60
5372026-03-16T19:52:21.292Z Compiling papergrid v0.11.0
5382026-03-16T19:52:21.314Z Compiling tempfile v3.25.0
5392026-03-16T19:52:21.572Z Compiling memmap v0.7.0
5402026-03-16T19:52:21.662Z Compiling unicode-width v0.2.0
5412026-03-16T19:52:21.802Z Compiling smawk v0.3.2
5422026-03-16T19:52:21.825Z Compiling unicode-linebreak v0.1.5
5432026-03-16T19:52:22.015Z Compiling camino-tempfile v1.4.1
5442026-03-16T19:52:22.101Z Compiling serde_derive v1.0.228
5452026-03-16T19:52:22.138Z Compiling zerofrom-derive v0.1.6
5462026-03-16T19:52:22.304Z Compiling yoke-derive v0.8.1
5472026-03-16T19:52:22.328Z Compiling zerovec-derive v0.11.2
5482026-03-16T19:52:22.447Z Compiling displaydoc v0.2.5
5492026-03-16T19:52:23.242Z Compiling thiserror-impl v1.0.69
5502026-03-16T19:52:23.431Z Compiling zerocopy-derive v0.7.35
5512026-03-16T19:52:23.801Z Compiling pest_derive v2.8.6
5522026-03-16T19:52:23.882Z Compiling scroll_derive v0.12.1
5532026-03-16T19:52:24.061Z Compiling zerofrom v0.1.6
5542026-03-16T19:52:24.230Z Compiling yoke v0.8.1
5552026-03-16T19:52:24.374Z Compiling thiserror-impl v2.0.18
5562026-03-16T19:52:24.483Z Compiling zerovec v0.11.5
5572026-03-16T19:52:24.614Z Compiling zerotrie v0.2.3
5582026-03-16T19:52:24.774Z Compiling zerocopy v0.7.35
5592026-03-16T19:52:25.010Z Compiling scroll v0.12.0
5602026-03-16T19:52:25.145Z Compiling tinystr v0.8.2
5612026-03-16T19:52:25.201Z Compiling potential_utf v0.1.4
5622026-03-16T19:52:25.416Z Compiling icu_locale_core v2.1.1
5632026-03-16T19:52:25.416Z Compiling icu_collections v2.1.1
5642026-03-16T19:52:25.420Z Compiling dtrace-parser v0.2.0
5652026-03-16T19:52:25.526Z Compiling goblin v0.8.2
5662026-03-16T19:52:25.613Z Compiling tabled_derive v0.7.0
5672026-03-16T19:52:26.077Z Compiling clap_derive v4.5.55
5682026-03-16T19:52:26.401Z Compiling icu_provider v2.1.1
5692026-03-16T19:52:26.506Z Compiling textwrap v0.16.2
5702026-03-16T19:52:26.785Z Compiling serde_spanned v0.6.9
5712026-03-16T19:52:26.865Z Compiling toml_datetime v0.6.11
5722026-03-16T19:52:26.870Z Compiling icu_properties v2.1.2
5732026-03-16T19:52:26.915Z Compiling icu_normalizer v2.1.1
5742026-03-16T19:52:26.971Z Compiling dof v0.3.0
5752026-03-16T19:52:27.085Z Compiling serde_tokenstream v0.2.3
5762026-03-16T19:52:27.123Z Compiling toml_edit v0.22.27
5772026-03-16T19:52:27.253Z Compiling serde-value v0.7.0
5782026-03-16T19:52:27.510Z Compiling cargo-platform v0.2.0
5792026-03-16T19:52:27.643Z Compiling tabled v0.15.0
5802026-03-16T19:52:27.709Z Compiling macaddr v1.0.1
5812026-03-16T19:52:27.916Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-16T19:52:28.009Z Compiling swrite v0.1.0
5832026-03-16T19:52:28.124Z Compiling idna_adapter v1.2.1
5842026-03-16T19:52:28.260Z Compiling idna v1.1.0
5852026-03-16T19:52:28.298Z Compiling usdt-attr-macro v0.5.0
5862026-03-16T19:52:28.353Z Compiling usdt-macro v0.5.0
5872026-03-16T19:52:28.559Z Compiling clap v4.5.60
5882026-03-16T19:52:28.636Z Compiling url v2.5.8
5892026-03-16T19:52:29.092Z Compiling toml v0.8.23
5902026-03-16T19:52:29.621Z Compiling cargo-util-schemas v0.8.2
5912026-03-16T19:52:29.661Z Compiling usdt v0.5.0
5922026-03-16T19:52:29.873Z Compiling cargo_toml v0.21.0
5932026-03-16T19:52:30.890Z Compiling cargo_metadata v0.21.0
5942026-03-16T19:52:32.187Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-16T19:52:35.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.22s
5962026-03-16T19:52:35.362Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-16T19:52:36.094Z Downloading crates ...
5982026-03-16T19:52:36.212Z Downloaded atomicwrites v0.4.4
5992026-03-16T19:52:36.218Z Downloaded adler2 v2.0.1
6002026-03-16T19:52:36.222Z Downloaded aead v0.5.2
6012026-03-16T19:52:36.227Z Downloaded aes v0.8.4
6022026-03-16T19:52:36.233Z Downloaded cassowary v0.3.0
6032026-03-16T19:52:36.236Z Downloaded ahash v0.8.12
6042026-03-16T19:52:36.240Z Downloaded aes-gcm v0.10.3
6052026-03-16T19:52:36.245Z Downloaded bitfield-struct v0.6.2
6062026-03-16T19:52:36.252Z Downloaded foreign-types-macros v0.2.3
6072026-03-16T19:52:36.255Z Downloaded dunce v1.0.5
6082026-03-16T19:52:36.258Z Downloaded der_derive v0.7.3
6092026-03-16T19:52:36.262Z Downloaded cargo_toml v0.22.3
6102026-03-16T19:52:36.265Z Downloaded ascii-canvas v3.0.0
6112026-03-16T19:52:36.268Z Downloaded ff v0.13.1
6122026-03-16T19:52:36.271Z Downloaded diff v0.1.13
6132026-03-16T19:52:36.277Z Downloaded bit-set v0.5.3
6142026-03-16T19:52:36.280Z Downloaded darling v0.21.3
6152026-03-16T19:52:36.286Z Downloaded ciborium-ll v0.2.2
6162026-03-16T19:52:36.289Z Downloaded crossbeam-utils v0.8.21
6172026-03-16T19:52:36.294Z Downloaded cobs v0.3.0
6182026-03-16T19:52:36.298Z Downloaded fallible-iterator v0.2.0
6192026-03-16T19:52:36.302Z Downloaded fixedbitset v0.4.2
6202026-03-16T19:52:36.305Z Downloaded crc-catalog v2.4.0
6212026-03-16T19:52:36.309Z Downloaded block-padding v0.3.3
6222026-03-16T19:52:36.314Z Downloaded crypto-bigint v0.5.5
6232026-03-16T19:52:36.320Z Downloaded find-msvc-tools v0.1.9
6242026-03-16T19:52:36.327Z Downloaded crunchy v0.2.4
6252026-03-16T19:52:36.330Z Downloaded crc8 v0.1.1
6262026-03-16T19:52:36.330Z Downloaded cstr-argument v0.1.2
6272026-03-16T19:52:36.334Z Downloaded endian-type v0.1.2
6282026-03-16T19:52:36.337Z Downloaded diesel_table_macro_syntax v0.2.0
6292026-03-16T19:52:36.340Z Downloaded funty v2.0.0
6302026-03-16T19:52:36.343Z Downloaded fixedbitset v0.5.7
6312026-03-16T19:52:36.346Z Downloaded crossbeam-channel v0.5.15
6322026-03-16T19:52:36.352Z Downloaded flagset v0.4.7
6332026-03-16T19:52:36.355Z Downloaded enum-as-inner v0.6.1
6342026-03-16T19:52:36.359Z Downloaded chacha20 v0.9.1
6352026-03-16T19:52:36.364Z Downloaded dirs-sys-next v0.1.2
6362026-03-16T19:52:36.368Z Downloaded fxhash v0.2.1
6372026-03-16T19:52:36.434Z Downloaded gethostname v0.5.0
6382026-03-16T19:52:36.434Z Downloaded foreign-types v0.3.2
6392026-03-16T19:52:36.434Z Downloaded embedded-io v0.6.1
6402026-03-16T19:52:36.434Z Downloaded hash32 v0.3.1
6412026-03-16T19:52:36.434Z Downloaded foreign-types-shared v0.1.1
6422026-03-16T19:52:36.434Z Downloaded dropshot-api-manager-types v0.6.0
6432026-03-16T19:52:36.434Z Downloaded foreign-types v0.5.0
6442026-03-16T19:52:36.434Z Downloaded ghash v0.5.1
6452026-03-16T19:52:36.434Z Downloaded futures-sink v0.3.32
6462026-03-16T19:52:36.434Z Downloaded fs_extra v1.3.0
6472026-03-16T19:52:36.434Z Downloaded defmt-macros v1.0.1
6482026-03-16T19:52:36.434Z Downloaded headers-core v0.3.0
6492026-03-16T19:52:36.434Z Downloaded hex-literal v0.4.1
6502026-03-16T19:52:36.434Z Downloaded futures-macro v0.3.32
6512026-03-16T19:52:36.434Z Downloaded globwalk v0.9.1
6522026-03-16T19:52:36.434Z Downloaded futures-task v0.3.32
6532026-03-16T19:52:36.434Z Downloaded colored v2.2.0
6542026-03-16T19:52:36.434Z Downloaded chacha20 v0.10.0
6552026-03-16T19:52:36.441Z Downloaded home v0.5.12
6562026-03-16T19:52:36.441Z Downloaded group v0.13.0
6572026-03-16T19:52:36.441Z Downloaded hostname v0.3.1
6582026-03-16T19:52:36.442Z Downloaded erased-serde v0.3.31
6592026-03-16T19:52:36.455Z Downloaded indoc v1.0.9
6602026-03-16T19:52:36.460Z Downloaded foldhash v0.2.0
6612026-03-16T19:52:36.465Z Downloaded const-oid v0.9.6
6622026-03-16T19:52:36.469Z Downloaded httpdate v1.0.3
6632026-03-16T19:52:36.472Z Downloaded globset v0.4.18
6642026-03-16T19:52:36.472Z Downloaded internet-checksum v0.2.1
6652026-03-16T19:52:36.478Z Downloaded instant v0.1.13
6662026-03-16T19:52:36.486Z Downloaded console v0.15.11
6672026-03-16T19:52:36.486Z Downloaded instability v0.3.11
6682026-03-16T19:52:36.491Z Downloaded is_ci v1.2.0
6692026-03-16T19:52:36.491Z Downloaded is-terminal v0.4.17
6702026-03-16T19:52:36.497Z Downloaded kstat-rs v0.2.4
6712026-03-16T19:52:36.497Z Downloaded http-range v0.1.5
6722026-03-16T19:52:36.501Z Downloaded getrandom v0.2.17
6732026-03-16T19:52:36.501Z Downloaded managed v0.8.0
6742026-03-16T19:52:36.506Z Downloaded lru v0.12.5
6752026-03-16T19:52:36.511Z Downloaded linked-hash-map v0.5.6
6762026-03-16T19:52:36.511Z Downloaded md-5 v0.10.6
6772026-03-16T19:52:36.515Z Downloaded http-body-util v0.1.3
6782026-03-16T19:52:36.523Z Downloaded humantime v2.3.0
6792026-03-16T19:52:36.523Z Downloaded hubpack v0.1.2
6802026-03-16T19:52:36.527Z Downloaded crc32fast v1.5.0
6812026-03-16T19:52:36.527Z Downloaded match_cfg v0.1.0
6822026-03-16T19:52:36.527Z Downloaded mime v0.3.17
6832026-03-16T19:52:36.530Z Downloaded impl-trait-for-tuples v0.2.3
6842026-03-16T19:52:36.536Z Downloaded hyper-staticfile v0.10.1
6852026-03-16T19:52:36.539Z Downloaded newtype_derive v0.1.6
6862026-03-16T19:52:36.539Z Downloaded newline-converter v0.3.0
6872026-03-16T19:52:36.546Z Downloaded ingot v0.1.1
6882026-03-16T19:52:36.546Z Downloaded ingot-types v0.1.2
6892026-03-16T19:52:36.550Z Downloaded newtype-uuid-macros v0.1.0
6902026-03-16T19:52:36.554Z Downloaded new_debug_unreachable v1.0.6
6912026-03-16T19:52:36.554Z Downloaded normalize-line-endings v0.3.0
6922026-03-16T19:52:36.559Z Downloaded num-iter v0.1.45
6932026-03-16T19:52:36.560Z Downloaded num-derive v0.4.2
6942026-03-16T19:52:36.564Z Downloaded num-derive v0.3.3
6952026-03-16T19:52:36.564Z Downloaded lru-cache v0.1.2
6962026-03-16T19:52:36.573Z Downloaded num-conv v0.2.0
6972026-03-16T19:52:36.574Z Downloaded lzss v0.8.2
6982026-03-16T19:52:36.589Z Downloaded openssl-probe v0.1.6
6992026-03-16T19:52:36.589Z Downloaded openssl-macros v0.1.1
7002026-03-16T19:52:36.589Z Downloaded openssl-probe v0.2.1
7012026-03-16T19:52:36.600Z Downloaded num_threads v0.1.7
7022026-03-16T19:52:36.600Z Downloaded num v0.4.3
7032026-03-16T19:52:36.600Z Downloaded iana-time-zone v0.1.65
7042026-03-16T19:52:36.600Z Downloaded jobserver v0.1.34
7052026-03-16T19:52:36.600Z Downloaded allocator-api2 v0.2.21
7062026-03-16T19:52:36.600Z Downloaded elliptic-curve v0.13.8
7072026-03-16T19:52:36.608Z Downloaded hmac v0.12.1
7082026-03-16T19:52:36.609Z Downloaded ipnet v2.11.0
7092026-03-16T19:52:36.609Z Downloaded num_enum_derive v0.5.11
7102026-03-16T19:52:36.609Z Downloaded newtype-uuid v1.3.2
7112026-03-16T19:52:36.617Z Downloaded path-slash v0.1.5
7122026-03-16T19:52:36.618Z Downloaded peg-runtime v0.8.5
7132026-03-16T19:52:36.628Z Downloaded oso-derive v0.27.3
7142026-03-16T19:52:36.628Z Downloaded packed_struct_codegen v0.10.1
7152026-03-16T19:52:36.628Z Downloaded parse-size v1.1.0
7162026-03-16T19:52:36.628Z Downloaded lock_api v0.4.14
7172026-03-16T19:52:36.634Z Downloaded num_enum v0.5.11
7182026-03-16T19:52:36.634Z Downloaded getrandom v0.3.4
7192026-03-16T19:52:36.639Z Downloaded num_enum v0.7.5
7202026-03-16T19:52:36.639Z Downloaded pbkdf2 v0.12.2
7212026-03-16T19:52:36.644Z Downloaded pbkdf2 v0.11.0
7222026-03-16T19:52:36.644Z Downloaded oxnet v0.1.4
7232026-03-16T19:52:36.647Z Downloaded pin-utils v0.1.0
7242026-03-16T19:52:36.648Z Downloaded num-rational v0.4.2
7252026-03-16T19:52:36.652Z Downloaded memmap2 v0.9.10
7262026-03-16T19:52:36.657Z Downloaded chacha20poly1305 v0.10.1
7272026-03-16T19:52:36.660Z Downloaded headers v0.4.1
7282026-03-16T19:52:36.663Z Downloaded opaque-debug v0.3.1
7292026-03-16T19:52:36.666Z Downloaded phf_shared v0.12.1
7302026-03-16T19:52:36.666Z Downloaded proc-macro-crate v3.4.0
7312026-03-16T19:52:36.669Z Downloaded password-hash v0.5.0
7322026-03-16T19:52:36.677Z Downloaded phf_shared v0.13.1
7332026-03-16T19:52:36.677Z Downloaded proc-macro-crate v1.3.1
7342026-03-16T19:52:36.683Z Downloaded progenitor-client v0.11.2
7352026-03-16T19:52:36.683Z Downloaded predicates-tree v1.0.13
7362026-03-16T19:52:36.683Z Downloaded progenitor-macro v0.11.2
7372026-03-16T19:52:36.686Z Downloaded pem-rfc7468 v0.7.0
7382026-03-16T19:52:36.686Z Downloaded pem v3.0.6
7392026-03-16T19:52:36.690Z Downloaded paste v1.0.15
7402026-03-16T19:52:36.693Z Downloaded progenitor-client v0.10.0
7412026-03-16T19:52:36.693Z Downloaded peg-macros v0.8.5
7422026-03-16T19:52:36.696Z Downloaded oxide-tokio-rt v0.1.3
7432026-03-16T19:52:36.699Z Downloaded owo-colors v4.3.0
7442026-03-16T19:52:36.704Z Downloaded proc-macro-error-attr2 v2.0.0
7452026-03-16T19:52:36.704Z Downloaded omicron-zone-package v0.12.2
7462026-03-16T19:52:36.712Z Downloaded packed_struct v0.10.1
7472026-03-16T19:52:36.712Z Downloaded precomputed-hash v0.1.1
7482026-03-16T19:52:36.719Z Downloaded pin-project-internal v1.1.11
7492026-03-16T19:52:36.720Z Downloaded radium v0.7.0
7502026-03-16T19:52:36.720Z Downloaded quick-error v1.2.3
7512026-03-16T19:52:36.724Z Downloaded polyval v0.6.2
7522026-03-16T19:52:36.724Z Downloaded parking_lot_core v0.8.6
7532026-03-16T19:52:36.724Z Downloaded progenitor-macro v0.10.0
7542026-03-16T19:52:36.729Z Downloaded indicatif v0.18.4
7552026-03-16T19:52:36.735Z Downloaded psl-types v2.0.11
7562026-03-16T19:52:36.735Z Downloaded rand_xorshift v0.4.0
7572026-03-16T19:52:36.735Z Downloaded phf v0.12.1
7582026-03-16T19:52:36.739Z Downloaded rand_chacha v0.3.1
7592026-03-16T19:52:36.739Z Downloaded progenitor-macro v0.13.0
7602026-03-16T19:52:36.739Z Downloaded password-hash v0.4.2
7612026-03-16T19:52:36.746Z Downloaded bumpalo v3.20.2
7622026-03-16T19:52:36.749Z Downloaded ignore v0.4.25
7632026-03-16T19:52:36.750Z Downloaded proc-macro-error2 v2.0.1
7642026-03-16T19:52:36.753Z Downloaded nu-ansi-term v0.50.3
7652026-03-16T19:52:36.757Z Downloaded progenitor-extras v0.1.1
7662026-03-16T19:52:36.757Z Downloaded progenitor-client v0.13.0
7672026-03-16T19:52:36.763Z Downloaded progenitor v0.13.0
7682026-03-16T19:52:36.763Z Downloaded pkcs8 v0.10.2
7692026-03-16T19:52:36.767Z Downloaded ref-cast-impl v1.0.25
7702026-03-16T19:52:36.767Z Downloaded ref-cast v1.0.25
7712026-03-16T19:52:36.773Z Downloaded psm v0.1.30
7722026-03-16T19:52:36.778Z Downloaded p256 v0.13.2
7732026-03-16T19:52:36.778Z Downloaded rustc_version v0.4.1
7742026-03-16T19:52:36.782Z Downloaded rustc_version v0.1.7
7752026-03-16T19:52:36.782Z Downloaded pkcs1 v0.7.5
7762026-03-16T19:52:36.785Z Downloaded parking_lot_core v0.9.12
7772026-03-16T19:52:36.785Z Downloaded papergrid v0.17.0
7782026-03-16T19:52:36.790Z Downloaded pkg-config v0.3.32
7792026-03-16T19:52:36.797Z Downloaded rfc6979 v0.4.0
7802026-03-16T19:52:36.805Z Downloaded parking_lot v0.11.2
7812026-03-16T19:52:36.805Z Downloaded libbz2-rs-sys v0.2.2
7822026-03-16T19:52:36.805Z Downloaded hickory-resolver v0.24.4
7832026-03-16T19:52:36.810Z Downloaded russh-cryptovec v0.7.3
7842026-03-16T19:52:36.810Z Downloaded rtoolbox v0.0.3
7852026-03-16T19:52:36.810Z Downloaded rand_chacha v0.9.0
7862026-03-16T19:52:36.811Z Downloaded parking_lot v0.12.5
7872026-03-16T19:52:36.815Z Downloaded rand_seeder v0.4.0
7882026-03-16T19:52:36.818Z Downloaded progenitor v0.10.0
7892026-03-16T19:52:36.818Z Downloaded predicates v3.1.4
7902026-03-16T19:52:36.822Z Downloaded postcard v1.1.3
7912026-03-16T19:52:36.828Z Downloaded scheduled-thread-pool v0.2.7
7922026-03-16T19:52:36.828Z Downloaded sapling-renderdag v0.1.0
7932026-03-16T19:52:36.831Z Downloaded scopeguard v1.2.0
7942026-03-16T19:52:36.831Z Downloaded same-file v1.0.6
7952026-03-16T19:52:36.831Z Downloaded scroll_derive v0.13.1
7962026-03-16T19:52:36.835Z Downloaded salsa20 v0.10.2
7972026-03-16T19:52:36.835Z Downloaded r2d2 v0.8.10
7982026-03-16T19:52:36.839Z Downloaded flate2 v1.1.9
7992026-03-16T19:52:36.843Z Downloaded serde-big-array v0.5.1
8002026-03-16T19:52:36.848Z Downloaded seq-macro v0.3.6
8012026-03-16T19:52:36.848Z Downloaded litrs v1.0.0
8022026-03-16T19:52:36.852Z Downloaded hickory-server v0.25.2
8032026-03-16T19:52:36.855Z Downloaded phf v0.13.1
8042026-03-16T19:52:36.859Z Downloaded rand_core v0.6.4
8052026-03-16T19:52:36.859Z Downloaded postgres-protocol v0.6.10
8062026-03-16T19:52:36.862Z Downloaded semver v0.1.20
8072026-03-16T19:52:36.862Z Downloaded rustls-native-certs v0.8.3
8082026-03-16T19:52:36.871Z Downloaded serde_urlencoded v0.7.1
8092026-03-16T19:52:36.874Z Downloaded ed25519-dalek v2.2.0
8102026-03-16T19:52:36.874Z Downloaded hashbrown v0.12.3
8112026-03-16T19:52:36.874Z Downloaded serde_repr v0.1.20
8122026-03-16T19:52:36.877Z Downloaded derive_more-impl v2.1.1
8132026-03-16T19:52:36.885Z Downloaded oso v0.27.3
8142026-03-16T19:52:36.889Z Downloaded shell-words v1.1.1
8152026-03-16T19:52:36.889Z Downloaded sigpipe v0.1.3
8162026-03-16T19:52:36.889Z Downloaded serde_bytes v0.11.19
8172026-03-16T19:52:36.893Z Downloaded rusty-fork v0.3.1
8182026-03-16T19:52:36.894Z Downloaded der v0.7.10
8192026-03-16T19:52:36.898Z Downloaded signal-hook-mio v0.2.5
8202026-03-16T19:52:36.904Z Downloaded rustversion v1.0.22
8212026-03-16T19:52:36.904Z Downloaded progenitor-impl v0.11.2
8222026-03-16T19:52:36.909Z Downloaded prefix-trie v0.7.0
8232026-03-16T19:52:36.910Z Downloaded siphasher v1.0.2
8242026-03-16T19:52:36.915Z Downloaded progenitor v0.11.2
8252026-03-16T19:52:36.915Z Downloaded postgres-types v0.2.12
8262026-03-16T19:52:36.915Z Downloaded rustls-pemfile v2.2.0
8272026-03-16T19:52:36.921Z Downloaded rustls-pemfile v1.0.4
8282026-03-16T19:52:36.921Z Downloaded rustc-hash v2.1.1
8292026-03-16T19:52:36.926Z Downloaded resolv-conf v0.7.6
8302026-03-16T19:52:36.926Z Downloaded pkcs5 v0.7.1
8312026-03-16T19:52:36.930Z Downloaded rand_core v0.10.0
8322026-03-16T19:52:36.930Z Downloaded ppv-lite86 v0.2.21
8332026-03-16T19:52:36.934Z Downloaded hickory-resolver v0.25.2
8342026-03-16T19:52:36.937Z Downloaded serde_derive_internals v0.29.1
8352026-03-16T19:52:36.937Z Downloaded miniz_oxide v0.8.9
8362026-03-16T19:52:36.949Z Downloaded rand_core v0.9.5
8372026-03-16T19:52:36.955Z Downloaded quinn-udp v0.5.14
8382026-03-16T19:52:36.955Z Downloaded slog-bunyan v2.5.0
8392026-03-16T19:52:36.955Z Downloaded pin-project v1.1.11
8402026-03-16T19:52:36.960Z Downloaded slog-envlogger v2.2.0
8412026-03-16T19:52:36.960Z Downloaded jiff-static v0.2.21
8422026-03-16T19:52:36.960Z Downloaded expectorate v1.2.0
8432026-03-16T19:52:36.965Z Downloaded serde-hex v0.1.0
8442026-03-16T19:52:36.965Z Downloaded sec1 v0.7.3
8452026-03-16T19:52:36.969Z Downloaded scroll v0.13.0
8462026-03-16T19:52:36.969Z Downloaded ssh-cipher v0.2.0
8472026-03-16T19:52:36.969Z Downloaded signature v2.2.0
8482026-03-16T19:52:36.973Z Downloaded ssh-encoding v0.2.0
8492026-03-16T19:52:36.978Z Downloaded sct v0.7.1
8502026-03-16T19:52:36.978Z Downloaded sqlparser_derive v0.5.0
8512026-03-16T19:52:36.983Z Downloaded signal-hook-tokio v0.3.1
8522026-03-16T19:52:36.983Z Downloaded sha1 v0.10.6
8532026-03-16T19:52:36.983Z Downloaded signal-hook-registry v1.4.8
8542026-03-16T19:52:36.990Z Downloaded serde_spanned v1.0.4
8552026-03-16T19:52:36.990Z Downloaded russh-keys v0.45.0
8562026-03-16T19:52:36.990Z Downloaded crossterm v0.29.0
8572026-03-16T19:52:36.994Z Downloaded tabled_derive v0.11.0
8582026-03-16T19:52:37.000Z Downloaded sync-ptr v0.1.4
8592026-03-16T19:52:37.000Z Downloaded tabwriter v1.4.1
8602026-03-16T19:52:37.004Z Downloaded take_mut v0.2.2
8612026-03-16T19:52:37.004Z Downloaded slab v0.4.12
8622026-03-16T19:52:37.004Z Downloaded simd-adler32 v0.3.8
8632026-03-16T19:52:37.004Z Downloaded serde_path_to_error v0.1.20
8642026-03-16T19:52:37.008Z Downloaded minimal-lexical v0.2.1
8652026-03-16T19:52:37.011Z Downloaded sync_wrapper v1.0.2
8662026-03-16T19:52:37.011Z Downloaded schemars_derive v0.8.22
8672026-03-16T19:52:37.014Z Downloaded rustls-pki-types v1.14.0
8682026-03-16T19:52:37.018Z Downloaded strum v0.27.2
8692026-03-16T19:52:37.018Z Downloaded slog-stdlog v4.1.1
8702026-03-16T19:52:37.018Z Downloaded slog-json v2.6.1
8712026-03-16T19:52:37.029Z Downloaded subtle v2.6.1
8722026-03-16T19:52:37.034Z Downloaded termtree v0.5.1
8732026-03-16T19:52:37.034Z Downloaded testing_table v0.3.0
8742026-03-16T19:52:37.034Z Downloaded thiserror-impl-no-std v2.0.2
8752026-03-16T19:52:37.034Z Downloaded tap v1.0.1
8762026-03-16T19:52:37.034Z Downloaded sqlformat v0.3.5
8772026-03-16T19:52:37.034Z Downloaded tagptr v0.2.0
8782026-03-16T19:52:37.034Z Downloaded spki v0.7.3
8792026-03-16T19:52:37.034Z Downloaded openssl-sys v0.9.111
8802026-03-16T19:52:37.038Z Downloaded rustls-platform-verifier v0.6.2
8812026-03-16T19:52:37.043Z Downloaded thread-id v5.1.0
8822026-03-16T19:52:37.049Z Downloaded http v1.4.0
8832026-03-16T19:52:37.049Z Downloaded supports-color v3.0.2
8842026-03-16T19:52:37.049Z Downloaded smf v0.2.3
8852026-03-16T19:52:37.052Z Downloaded static_assertions v1.1.0
8862026-03-16T19:52:37.052Z Downloaded serde_with_macros v3.17.0
8872026-03-16T19:52:37.052Z Downloaded ryu v1.0.23
8882026-03-16T19:52:37.059Z Downloaded progenitor-impl v0.13.0
8892026-03-16T19:52:37.062Z Downloaded prettyplease v0.2.37
8902026-03-16T19:52:37.062Z Downloaded pretty_assertions v1.4.1
8912026-03-16T19:52:37.065Z Downloaded hyper-util v0.1.20
8922026-03-16T19:52:37.069Z Downloaded tinyvec_macros v0.1.1
8932026-03-16T19:52:37.072Z Downloaded time-core v0.1.8
8942026-03-16T19:52:37.072Z Downloaded blake3 v1.8.3
8952026-03-16T19:52:37.079Z Downloaded strum_macros v0.27.2
8962026-03-16T19:52:37.083Z Downloaded strum_macros v0.26.4
8972026-03-16T19:52:37.083Z Downloaded strum_macros v0.24.3
8982026-03-16T19:52:37.087Z Downloaded stacker v0.1.23
8992026-03-16T19:52:37.087Z Downloaded schemars v0.8.22
9002026-03-16T19:52:37.096Z Downloaded support-bundle-viewer v0.1.2
9012026-03-16T19:52:37.100Z Downloaded snafu-derive v0.8.9
9022026-03-16T19:52:37.100Z Downloaded itertools v0.10.5
9032026-03-16T19:52:37.104Z Downloaded spin v0.9.8
9042026-03-16T19:52:37.107Z Downloaded slog-term v2.9.2
9052026-03-16T19:52:37.110Z Downloaded rand v0.8.5
9062026-03-16T19:52:37.113Z Downloaded termios v0.3.3
9072026-03-16T19:52:37.113Z Downloaded rayon-core v1.13.0
9082026-03-16T19:52:37.117Z Downloaded serde_yaml v0.9.34+deprecated
9092026-03-16T19:52:37.120Z Downloaded hashbrown v0.13.2
9102026-03-16T19:52:37.123Z Downloaded serde_cbor v0.11.2
9112026-03-16T19:52:37.128Z Downloaded try-lock v0.2.5
9122026-03-16T19:52:37.128Z Downloaded smallvec v0.6.14
9132026-03-16T19:52:37.135Z Downloaded string_cache v0.8.9
9142026-03-16T19:52:37.135Z Downloaded slog-async v2.8.0
9152026-03-16T19:52:37.135Z Downloaded thread_local v1.1.9
9162026-03-16T19:52:37.135Z Downloaded slog-scope v4.4.1
9172026-03-16T19:52:37.135Z Downloaded slog-dtrace v0.3.0
9182026-03-16T19:52:37.139Z Downloaded tower-service v0.3.3
9192026-03-16T19:52:37.139Z Downloaded tower-layer v0.3.3
9202026-03-16T19:52:37.139Z Downloaded topological-sort v0.2.2
9212026-03-16T19:52:37.143Z Downloaded trait-variant v0.1.2
9222026-03-16T19:52:37.143Z Downloaded strum v0.26.3
9232026-03-16T19:52:37.143Z Downloaded structmeta-derive v0.3.0
9242026-03-16T19:52:37.143Z Downloaded signal-hook v0.3.18
9252026-03-16T19:52:37.148Z Downloaded publicsuffix v2.3.0
9262026-03-16T19:52:37.154Z Downloaded mio v1.1.1
9272026-03-16T19:52:37.155Z Downloaded typify-macro v0.4.3
9282026-03-16T19:52:37.155Z Downloaded thiserror-no-std v2.0.2
9292026-03-16T19:52:37.159Z Downloaded unicode-truncate v1.1.0
9302026-03-16T19:52:37.159Z Downloaded untrusted v0.9.0
9312026-03-16T19:52:37.162Z Downloaded unarray v0.1.4
9322026-03-16T19:52:37.162Z Downloaded universal-hash v0.5.1
9332026-03-16T19:52:37.162Z Downloaded typify-macro v0.6.1
9342026-03-16T19:52:37.167Z Downloaded untrusted v0.7.1
9352026-03-16T19:52:37.167Z Downloaded unit-prefix v0.5.2
9362026-03-16T19:52:37.167Z Downloaded qorb v0.4.1
9372026-03-16T19:52:37.171Z Downloaded tokio-native-tls v0.3.1
9382026-03-16T19:52:37.177Z Downloaded tokio-macros v2.6.0
9392026-03-16T19:52:37.177Z Downloaded tokio-dtrace v0.1.1
9402026-03-16T19:52:37.177Z Downloaded rsa v0.9.10
9412026-03-16T19:52:37.181Z Downloaded tokio-tungstenite v0.21.0
9422026-03-16T19:52:37.181Z Downloaded utf-8 v0.7.6
9432026-03-16T19:52:37.181Z Downloaded usdt-attr-macro v0.6.0
9442026-03-16T19:52:37.188Z Downloaded usdt v0.6.0
9452026-03-16T19:52:37.188Z Downloaded num-bigint v0.4.6
9462026-03-16T19:52:37.191Z Downloaded rcgen v0.12.1
9472026-03-16T19:52:37.191Z Downloaded tokio-rustls v0.25.0
9482026-03-16T19:52:37.191Z Downloaded socket2 v0.6.2
9492026-03-16T19:52:37.201Z Downloaded term v1.2.1
9502026-03-16T19:52:37.201Z Downloaded socket2 v0.5.10
9512026-03-16T19:52:37.201Z Downloaded rand v0.10.0
9522026-03-16T19:52:37.205Z Downloaded rand v0.9.2
9532026-03-16T19:52:37.205Z Downloaded quinn v0.11.9
9542026-03-16T19:52:37.209Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9552026-03-16T19:52:37.209Z Downloaded time-macros v0.2.27
9562026-03-16T19:52:37.209Z Downloaded usdt-macro v0.6.0
9572026-03-16T19:52:37.213Z Downloaded rustls-webpki v0.103.9
9582026-03-16T19:52:37.213Z Downloaded term v0.7.0
9592026-03-16T19:52:37.219Z Downloaded p521 v0.13.3
9602026-03-16T19:52:37.223Z Downloaded toml_writer v1.0.6+spec-1.1.0
9612026-03-16T19:52:37.223Z Downloaded samael v0.0.19
9622026-03-16T19:52:37.227Z Downloaded wait-timeout v0.2.1
9632026-03-16T19:52:37.227Z Downloaded void v1.0.2
9642026-03-16T19:52:37.227Z Downloaded tui-tree-widget v0.23.1
9652026-03-16T19:52:37.232Z Downloaded waitgroup v0.1.2
9662026-03-16T19:52:37.232Z Downloaded itertools v0.14.0
9672026-03-16T19:52:37.238Z Downloaded want v0.3.1
9682026-03-16T19:52:37.238Z Downloaded similar v2.7.0
9692026-03-16T19:52:37.249Z Downloaded itertools v0.13.0
9702026-03-16T19:52:37.252Z Downloaded tls_codec v0.4.2
9712026-03-16T19:52:37.252Z Downloaded subprocess v0.2.15
9722026-03-16T19:52:37.252Z Downloaded iddqd v0.3.17
9732026-03-16T19:52:37.255Z Downloaded xshell-macros v0.2.7
9742026-03-16T19:52:37.255Z Downloaded test-strategy v0.4.5
9752026-03-16T19:52:37.259Z Downloaded tokio-rustls v0.24.1
9762026-03-16T19:52:37.262Z Downloaded unicase v2.9.0
9772026-03-16T19:52:37.262Z Downloaded tls_codec_derive v0.4.2
9782026-03-16T19:52:37.267Z Downloaded tiny-keccak v2.0.2
9792026-03-16T19:52:37.268Z Downloaded hashbrown v0.15.5
9802026-03-16T19:52:37.271Z Downloaded stringprep v0.1.5
9812026-03-16T19:52:37.272Z Downloaded libxml v0.3.3
9822026-03-16T19:52:37.276Z Downloaded vergen-gitcl v1.0.8
9832026-03-16T19:52:37.282Z Downloaded tokio-tungstenite v0.23.1
9842026-03-16T19:52:37.282Z Downloaded zone v0.3.1
9852026-03-16T19:52:37.282Z Downloaded zeroize_derive v1.4.3
9862026-03-16T19:52:37.282Z Downloaded tokio-rustls v0.26.4
9872026-03-16T19:52:37.339Z Downloaded num-bigint-dig v0.8.6
9882026-03-16T19:52:37.339Z Downloaded slog v2.8.2
9892026-03-16T19:52:37.350Z Downloaded tracing-attributes v0.1.31
9902026-03-16T19:52:37.350Z Downloaded schemars v0.9.0
9912026-03-16T19:52:37.350Z Downloaded whoami v2.1.0
9922026-03-16T19:52:37.350Z Downloaded usdt-impl v0.6.0
9932026-03-16T19:52:37.350Z Downloaded twox-hash v2.1.2
9942026-03-16T19:52:37.350Z Downloaded xattr v1.6.1
9952026-03-16T19:52:37.350Z Downloaded nom v7.1.3
9962026-03-16T19:52:37.350Z Downloaded toml_parser v1.0.9+spec-1.1.0
9972026-03-16T19:52:37.351Z Downloaded structmeta v0.3.0
9982026-03-16T19:52:37.351Z Downloaded strip-ansi-escapes v0.2.1
9992026-03-16T19:52:37.351Z Downloaded zone_cfg_derive v0.3.1
10002026-03-16T19:52:37.351Z Downloaded vergen-lib v0.1.6
10012026-03-16T19:52:37.351Z Downloaded vergen-git2 v1.0.7
10022026-03-16T19:52:37.351Z Downloaded tokio-stream v0.1.18
10032026-03-16T19:52:37.351Z Downloaded tar v0.4.44
10042026-03-16T19:52:37.351Z Downloaded walkdir v2.5.0
10052026-03-16T19:52:37.351Z Downloaded vsss-rs v3.3.4
10062026-03-16T19:52:37.351Z Downloaded shlex v1.3.0
10072026-03-16T19:52:37.351Z Downloaded ron v0.8.1
10082026-03-16T19:52:37.351Z Downloaded unicode-properties v0.1.4
10092026-03-16T19:52:37.351Z Downloaded whoami v1.6.1
10102026-03-16T19:52:37.351Z Downloaded progenitor-impl v0.10.0
10112026-03-16T19:52:37.352Z Downloaded serde_plain v1.0.2
10122026-03-16T19:52:37.352Z Downloaded wyz v0.5.1
10132026-03-16T19:52:37.352Z Downloaded tinyvec v1.10.0
10142026-03-16T19:52:37.352Z Downloaded zstd-safe v7.2.4
10152026-03-16T19:52:37.359Z Downloaded secrecy v0.10.3
10162026-03-16T19:52:37.359Z Downloaded secrecy v0.8.0
10172026-03-16T19:52:37.359Z Downloaded scrypt v0.11.0
10182026-03-16T19:52:37.359Z Downloaded derive_more v2.1.1
10192026-03-16T19:52:37.359Z Downloaded xshell v0.2.7
10202026-03-16T19:52:37.363Z Downloaded tungstenite v0.23.0
10212026-03-16T19:52:37.363Z Downloaded libm v0.2.16
10222026-03-16T19:52:37.368Z Downloaded xz2 v0.1.7
10232026-03-16T19:52:37.373Z Downloaded unsafe-libyaml v0.2.11
10242026-03-16T19:52:37.376Z Downloaded toml v0.7.8
10252026-03-16T19:52:37.376Z Downloaded rpassword v7.4.0
10262026-03-16T19:52:37.376Z Downloaded uuid v1.21.0
10272026-03-16T19:52:37.379Z Downloaded ron v0.12.0
10282026-03-16T19:52:37.386Z Downloaded hyper v1.8.1
10292026-03-16T19:52:37.391Z Downloaded vergen v9.0.6
10302026-03-16T19:52:37.394Z Downloaded bitvec v1.0.1
10312026-03-16T19:52:37.410Z Downloaded zeroize v1.8.2
10322026-03-16T19:52:37.416Z Downloaded reedline v0.40.0
10332026-03-16T19:52:37.416Z Downloaded vte v0.14.1
10342026-03-16T19:52:37.416Z Downloaded typify v0.4.3
10352026-03-16T19:52:37.421Z Downloaded h2 v0.4.13
10362026-03-16T19:52:37.432Z Downloaded reqwest v0.12.28
10372026-03-16T19:52:37.432Z Downloaded uzers v0.12.2
10382026-03-16T19:52:37.432Z Downloaded p384 v0.13.1
10392026-03-16T19:52:37.439Z Downloaded yasna v0.5.2
10402026-03-16T19:52:37.439Z Downloaded toml v0.9.12+spec-1.1.0
10412026-03-16T19:52:37.444Z Downloaded chrono v0.4.44
10422026-03-16T19:52:37.444Z Downloaded toml_edit v0.19.15
10432026-03-16T19:52:37.456Z Downloaded zstd v0.13.3
10442026-03-16T19:52:37.460Z Downloaded toml_edit v0.23.10+spec-1.0.0
10452026-03-16T19:52:37.464Z Downloaded steno v0.4.1
10462026-03-16T19:52:37.468Z Downloaded ssh-key v0.6.7
10472026-03-16T19:52:37.474Z Downloaded rustyline v14.0.0
10482026-03-16T19:52:37.477Z Downloaded git2 v0.20.4
10492026-03-16T19:52:37.480Z Downloaded bindgen v0.71.1
10502026-03-16T19:52:37.486Z Downloaded rayon v1.11.0
10512026-03-16T19:52:37.493Z Downloaded tower v0.5.3
10522026-03-16T19:52:37.501Z Downloaded zerocopy v0.6.6
10532026-03-16T19:52:37.504Z Downloaded futures-util v0.3.32
10542026-03-16T19:52:37.511Z Downloaded zopfli v0.8.3
10552026-03-16T19:52:37.514Z Downloaded lalrpop v0.19.12
10562026-03-16T19:52:37.522Z Downloaded reqwest v0.13.2
10572026-03-16T19:52:37.527Z Downloaded curve25519-dalek v4.1.3
10582026-03-16T19:52:37.533Z Downloaded tokio-postgres v0.7.16
10592026-03-16T19:52:37.538Z Downloaded yansi v1.0.1
10602026-03-16T19:52:37.543Z Downloaded regex v1.12.3
10612026-03-16T19:52:37.547Z Downloaded typed-path v0.9.3
10622026-03-16T19:52:37.555Z Downloaded tungstenite v0.21.0
10632026-03-16T19:52:37.563Z Downloaded typify v0.6.1
10642026-03-16T19:52:37.563Z Downloaded tracing-core v0.1.36
10652026-03-16T19:52:37.563Z Downloaded russh v0.45.0
10662026-03-16T19:52:37.568Z Downloaded x509-cert v0.2.5
10672026-03-16T19:52:37.568Z Downloaded unicode-bidi v0.3.18
10682026-03-16T19:52:37.569Z Downloaded aws-lc-rs v1.16.0
10692026-03-16T19:52:37.581Z Downloaded zip v0.6.6
10702026-03-16T19:52:37.590Z Downloaded zerocopy-derive v0.8.40
10712026-03-16T19:52:37.590Z Downloaded unicode_categories v0.1.1
10722026-03-16T19:52:37.590Z Downloaded portable-atomic v1.13.1
10732026-03-16T19:52:37.602Z Downloaded iri-string v0.7.10
10742026-03-16T19:52:37.611Z Downloaded hkdf v0.12.4
10752026-03-16T19:52:37.611Z Downloaded snafu v0.8.9
10762026-03-16T19:52:37.611Z Downloaded moka v0.12.13
10772026-03-16T19:52:37.618Z Downloaded unicode-segmentation v1.12.0
10782026-03-16T19:52:37.618Z Downloaded zip v4.6.1
10792026-03-16T19:52:37.618Z Downloaded salty v0.3.0
10802026-03-16T19:52:37.625Z Downloaded unicode-normalization v0.1.25
10812026-03-16T19:52:37.630Z Downloaded serde_with v3.17.0
10822026-03-16T19:52:37.635Z Downloaded petname v2.0.2
10832026-03-16T19:52:37.639Z Downloaded tower-http v0.6.8
10842026-03-16T19:52:37.646Z Downloaded rustls-webpki v0.101.7
10852026-03-16T19:52:37.657Z Downloaded goblin v0.10.5
10862026-03-16T19:52:37.663Z Downloaded radix_trie v0.2.1
10872026-03-16T19:52:37.669Z Downloaded tokio-util v0.7.18
10882026-03-16T19:52:37.674Z Downloaded tough v0.20.0
10892026-03-16T19:52:37.686Z Downloaded winnow v0.6.26
10902026-03-16T19:52:37.691Z Downloaded rustls-webpki v0.102.8
10912026-03-16T19:52:37.701Z Downloaded quick-xml v0.37.5
10922026-03-16T19:52:37.705Z Downloaded openssl v0.10.75
10932026-03-16T19:52:37.714Z Downloaded proptest v1.10.0
10942026-03-16T19:52:37.722Z Downloaded schemars v1.2.1
10952026-03-16T19:52:37.731Z Downloaded itertools v0.12.1
10962026-03-16T19:52:37.738Z Downloaded recursive-proc-macro-impl v0.1.1
10972026-03-16T19:52:37.741Z Downloaded recursive v0.1.1
10982026-03-16T19:52:37.741Z Downloaded primeorder v0.13.6
10992026-03-16T19:52:37.741Z Downloaded object v0.30.4
11002026-03-16T19:52:37.746Z Downloaded tabled v0.20.0
11012026-03-16T19:52:37.762Z Downloaded nix v0.29.0
11022026-03-16T19:52:37.771Z Downloaded poly1305 v0.8.0
11032026-03-16T19:52:37.776Z Downloaded pin-project-lite v0.2.17
11042026-03-16T19:52:37.783Z Downloaded winnow v0.5.40
11052026-03-16T19:52:37.792Z Downloaded quinn-proto v0.11.13
11062026-03-16T19:52:37.797Z Downloaded nix v0.31.1
11072026-03-16T19:52:37.802Z Downloaded smoltcp v0.9.1
11082026-03-16T19:52:37.808Z Downloaded zlib-rs v0.6.2
11092026-03-16T19:52:37.815Z Downloaded nix v0.27.1
11102026-03-16T19:52:37.821Z Downloaded polar-core v0.27.3
11112026-03-16T19:52:37.825Z Downloaded time v0.3.47
11122026-03-16T19:52:37.837Z Downloaded zerocopy v0.8.40
11132026-03-16T19:52:37.845Z Downloaded rustls v0.22.4
11142026-03-16T19:52:37.854Z Downloaded rustix v0.38.44
11152026-03-16T19:52:37.871Z Downloaded vcpkg v0.2.15
11162026-03-16T19:52:37.898Z Downloaded webpki-roots v1.0.6
11172026-03-16T19:52:37.903Z Downloaded hickory-proto v0.24.4
11182026-03-16T19:52:37.912Z Downloaded object v0.37.3
11192026-03-16T19:52:37.923Z Downloaded rustls v0.23.37
11202026-03-16T19:52:37.931Z Downloaded regex-syntax v0.6.29
11212026-03-16T19:52:37.937Z Downloaded regex-syntax v0.8.10
11222026-03-16T19:52:37.944Z Downloaded dropshot v0.16.7
11232026-03-16T19:52:37.962Z Downloaded openapiv3 v2.2.0
11242026-03-16T19:52:37.976Z Downloaded sqlparser v0.61.0
11252026-03-16T19:52:38.394Z Downloaded rustls v0.21.12
11262026-03-16T19:52:38.394Z Downloaded typify-impl v0.6.1
11272026-03-16T19:52:38.394Z Downloaded tracing v0.1.44
11282026-03-16T19:52:38.394Z Downloaded diesel v2.2.12
11292026-03-16T19:52:38.394Z Downloaded ratatui v0.29.0
11302026-03-16T19:52:38.394Z Downloaded smoltcp v0.11.0
11312026-03-16T19:52:38.394Z Downloaded bzip2-sys v0.1.13+1.0.8
11322026-03-16T19:52:38.394Z Downloaded sled v0.34.7
11332026-03-16T19:52:38.395Z Downloaded nix v0.28.0
11342026-03-16T19:52:38.395Z Downloaded hickory-proto v0.25.2
11352026-03-16T19:52:38.395Z Downloaded petgraph v0.6.5
11362026-03-16T19:52:38.395Z Downloaded typify-impl v0.4.3
11372026-03-16T19:52:38.395Z Downloaded lzma-sys v0.1.20
11382026-03-16T19:52:38.395Z Downloaded regress v0.10.5
11392026-03-16T19:52:38.395Z Downloaded zerocopy-derive v0.6.6
11402026-03-16T19:52:38.395Z Downloaded chrono-tz v0.10.4
11412026-03-16T19:52:38.395Z Downloaded bstr v1.12.1
11422026-03-16T19:52:38.395Z Downloaded flume v0.11.1
11432026-03-16T19:52:38.395Z Downloaded aho-corasick v1.1.4
11442026-03-16T19:52:38.395Z Downloaded peg v0.8.5
11452026-03-16T19:52:38.395Z Downloaded num-integer v0.1.46
11462026-03-16T19:52:38.395Z Downloaded parse-display-derive v0.10.0
11472026-03-16T19:52:38.395Z Downloaded heapless v0.8.0
11482026-03-16T19:52:38.395Z Downloaded num_enum_derive v0.7.5
11492026-03-16T19:52:38.395Z Downloaded libz-sys v1.1.24
11502026-03-16T19:52:38.395Z Downloaded fatfs v0.3.6
11512026-03-16T19:52:38.395Z Downloaded predicates-core v1.0.10
11522026-03-16T19:52:38.396Z Downloaded powerfmt v0.2.0
11532026-03-16T19:52:38.396Z Downloaded darling_core v0.23.0
11542026-03-16T19:52:38.396Z Downloaded base64 v0.21.7
11552026-03-16T19:52:38.396Z Downloaded phf_shared v0.11.3
11562026-03-16T19:52:38.396Z Downloaded regex-automata v0.4.14
11572026-03-16T19:52:38.396Z Downloaded num-complex v0.4.6
11582026-03-16T19:52:38.396Z Downloaded mime_guess v2.0.5
11592026-03-16T19:52:38.396Z Downloaded indexmap v1.9.3
11602026-03-16T19:52:38.396Z Downloaded heapless v0.7.17
11612026-03-16T19:52:38.396Z Downloaded diesel_derives v2.2.7
11622026-03-16T19:52:38.396Z Downloaded darling_core v0.20.11
11632026-03-16T19:52:38.396Z Downloaded hyper-rustls v0.27.7
11642026-03-16T19:52:38.396Z Downloaded darling_core v0.21.3
11652026-03-16T19:52:38.396Z Downloaded libloading v0.8.9
11662026-03-16T19:52:38.396Z Downloaded parse-display v0.10.0
11672026-03-16T19:52:38.396Z Downloaded ar_archive_writer v0.5.1
11682026-03-16T19:52:38.396Z Downloaded jiff v0.2.21
11692026-03-16T19:52:38.396Z Downloaded native-tls v0.2.18
11702026-03-16T19:52:38.396Z Downloaded nanorand v0.7.0
11712026-03-16T19:52:38.396Z Downloaded multer v3.1.0
11722026-03-16T19:52:38.396Z Downloaded lalrpop-util v0.19.12
11732026-03-16T19:52:38.396Z Downloaded ingot-macros v0.1.1
11742026-03-16T19:52:38.396Z Downloaded compact_str v0.8.1
11752026-03-16T19:52:38.397Z Downloaded bytes v1.11.1
11762026-03-16T19:52:38.397Z Downloaded derive-where v1.6.0
11772026-03-16T19:52:38.397Z Downloaded httparse v1.10.1
11782026-03-16T19:52:38.397Z Downloaded hickory-client v0.25.2
11792026-03-16T19:52:38.397Z Downloaded md5 v0.7.0
11802026-03-16T19:52:38.397Z Downloaded petgraph v0.8.3
11812026-03-16T19:52:38.397Z Downloaded olpc-cjson v0.1.4
11822026-03-16T19:52:38.397Z Downloaded maybe-uninit v2.0.0
11832026-03-16T19:52:38.397Z Downloaded libscf-sys v1.1.0
11842026-03-16T19:52:38.397Z Downloaded linear-map v1.2.0
11852026-03-16T19:52:38.397Z Downloaded libsw-core v0.3.2
11862026-03-16T19:52:38.397Z Downloaded libsw v3.5.0
11872026-03-16T19:52:38.397Z Downloaded nonempty v0.12.0
11882026-03-16T19:52:38.397Z Downloaded libefi-sys v0.1.0
11892026-03-16T19:52:38.397Z Downloaded half v2.7.1
11902026-03-16T19:52:38.397Z Downloaded ipnetwork v0.21.1
11912026-03-16T19:52:38.397Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11922026-03-16T19:52:38.397Z Downloaded csv v1.4.0
11932026-03-16T19:52:38.397Z Downloaded futures v0.3.32
11942026-03-16T19:52:38.397Z Downloaded sha3 v0.10.8
11952026-03-16T19:52:38.397Z Downloaded tokio v1.49.0
11962026-03-16T19:52:38.398Z Downloaded ring v0.17.14
11972026-03-16T19:52:38.415Z Downloaded nodrop v0.1.14
11982026-03-16T19:52:38.419Z Downloaded nibble_vec v0.1.0
11992026-03-16T19:52:38.419Z Downloaded indoc v2.0.7
12002026-03-16T19:52:38.419Z Downloaded half v1.8.3
12012026-03-16T19:52:38.422Z Downloaded crossterm v0.28.1
12022026-03-16T19:52:38.426Z Downloaded multimap v0.10.1
12032026-03-16T19:52:38.430Z Downloaded dropshot_endpoint v0.16.7
12042026-03-16T19:52:38.430Z Downloaded base64 v0.22.1
12052026-03-16T19:52:38.433Z Downloaded ident_case v1.0.1
12062026-03-16T19:52:38.433Z Downloaded derive_more v0.99.20
12072026-03-16T19:52:38.437Z Downloaded crc-any v2.5.0
12082026-03-16T19:52:38.444Z Downloaded memoffset v0.9.1
12092026-03-16T19:52:38.445Z Downloaded lru-slab v0.1.2
12102026-03-16T19:52:38.445Z Downloaded lazy_static v1.5.0
12112026-03-16T19:52:38.445Z Downloaded darling v0.20.11
12122026-03-16T19:52:38.449Z Downloaded maplit v1.0.2
12132026-03-16T19:52:38.449Z Downloaded highway v1.3.0
12142026-03-16T19:52:38.449Z Downloaded cookie v0.18.1
12152026-03-16T19:52:38.449Z Downloaded keccak v0.1.6
12162026-03-16T19:52:38.449Z Downloaded darling v0.23.0
12172026-03-16T19:52:38.456Z Downloaded futures-channel v0.3.32
12182026-03-16T19:52:38.456Z Downloaded indent_write v2.2.0
12192026-03-16T19:52:38.462Z Downloaded glob v0.3.3
12202026-03-16T19:52:38.463Z Downloaded encoding_rs v0.8.35
12212026-03-16T19:52:38.473Z Downloaded dropshot-api-manager v0.6.0
12222026-03-16T19:52:38.484Z Downloaded inout v0.1.4
12232026-03-16T19:52:38.485Z Downloaded hyper-tls v0.6.0
12242026-03-16T19:52:38.485Z Downloaded deranged v0.5.8
12252026-03-16T19:52:38.485Z Downloaded ena v0.14.4
12262026-03-16T19:52:38.485Z Downloaded derive_builder v0.20.2
12272026-03-16T19:52:38.490Z Downloaded derive-ex v0.1.8
12282026-03-16T19:52:38.490Z Downloaded ciborium v0.2.2
12292026-03-16T19:52:38.490Z Downloaded blake2 v0.10.6
12302026-03-16T19:52:38.490Z Downloaded ecdsa v0.16.9
12312026-03-16T19:52:38.490Z Downloaded backon v1.6.0
12322026-03-16T19:52:38.490Z Downloaded async-bb8-diesel v0.2.1
12332026-03-16T19:52:38.495Z Downloaded hubpack_derive v0.1.1
12342026-03-16T19:52:38.495Z Downloaded http-body v1.0.1
12352026-03-16T19:52:38.495Z Downloaded hostname v0.4.2
12362026-03-16T19:52:38.495Z Downloaded foldhash v0.1.5
12372026-03-16T19:52:38.495Z Downloaded display-error-chain v0.2.2
12382026-03-16T19:52:38.495Z Downloaded difflib v0.4.0
12392026-03-16T19:52:38.499Z Downloaded csv-core v0.1.13
12402026-03-16T19:52:38.499Z Downloaded cookie_store v0.22.1
12412026-03-16T19:52:38.500Z Downloaded console v0.16.2
12422026-03-16T19:52:38.500Z Downloaded cancel-safe-futures v0.1.5
12432026-03-16T19:52:38.504Z Downloaded arrayvec v0.7.6
12442026-03-16T19:52:38.504Z Downloaded defmt v1.0.1
12452026-03-16T19:52:38.513Z Downloaded ed25519 v2.2.3
12462026-03-16T19:52:38.513Z Downloaded dyn-clone v1.0.20
12472026-03-16T19:52:38.513Z Downloaded drift v0.1.3
12482026-03-16T19:52:38.519Z Downloaded data-encoding v2.10.0
12492026-03-16T19:52:38.519Z Downloaded git-stub-vcs v0.1.0
12502026-03-16T19:52:38.519Z Downloaded git-stub v1.0.0
12512026-03-16T19:52:38.519Z Downloaded futures-executor v0.3.32
12522026-03-16T19:52:38.519Z Downloaded embedded-io v0.4.0
12532026-03-16T19:52:38.520Z Downloaded hex v0.4.3
12542026-03-16T19:52:38.520Z Downloaded convert_case v0.10.0
12552026-03-16T19:52:38.525Z Downloaded cc v1.2.56
12562026-03-16T19:52:38.525Z Downloaded bzip2 v0.6.1
12572026-03-16T19:52:38.525Z Downloaded clang-sys v1.8.1
12582026-03-16T19:52:38.525Z Downloaded bzip2 v0.4.4
12592026-03-16T19:52:38.530Z Downloaded fs-err v2.11.0
12602026-03-16T19:52:38.530Z Downloaded async-trait v0.1.89
12612026-03-16T19:52:38.530Z Downloaded ctr v0.9.2
12622026-03-16T19:52:38.535Z Downloaded env_filter v1.0.0
12632026-03-16T19:52:38.535Z Downloaded diesel-dtrace v0.4.2
12642026-03-16T19:52:38.535Z Downloaded libgit2-sys v0.18.3+1.9.2
12652026-03-16T19:52:38.574Z Downloaded derive_builder_core v0.20.2
12662026-03-16T19:52:38.653Z Downloaded cargo_metadata v0.19.2
12672026-03-16T19:52:38.653Z Downloaded filetime v0.2.27
12682026-03-16T19:52:38.653Z Downloaded env_logger v0.11.9
12692026-03-16T19:52:38.653Z Downloaded bit-vec v0.8.0
12702026-03-16T19:52:38.653Z Downloaded bit-set v0.8.0
12712026-03-16T19:52:38.653Z Downloaded base64ct v1.8.3
12722026-03-16T19:52:38.653Z Downloaded daft-derive v0.1.5
12732026-03-16T19:52:38.653Z Downloaded bcs v0.1.6
12742026-03-16T19:52:38.653Z Downloaded foreign-types-shared v0.3.1
12752026-03-16T19:52:38.653Z Downloaded camino-tempfile-ext v0.3.3
12762026-03-16T19:52:38.653Z Downloaded bitflags v1.3.2
12772026-03-16T19:52:38.653Z Downloaded bit-vec v0.6.3
12782026-03-16T19:52:38.653Z Downloaded crc v3.4.0
12792026-03-16T19:52:38.653Z Downloaded cmake v0.1.57
12802026-03-16T19:52:38.653Z Downloaded dof v0.4.0
12812026-03-16T19:52:38.653Z Downloaded dirs-next v2.0.0
12822026-03-16T19:52:38.653Z Downloaded corncobs v0.1.4
12832026-03-16T19:52:38.653Z Downloaded hash32 v0.2.1
12842026-03-16T19:52:38.654Z Downloaded float-ord v0.3.2
12852026-03-16T19:52:38.654Z Downloaded float-cmp v0.10.0
12862026-03-16T19:52:38.654Z Downloaded debug-ignore v1.0.5
12872026-03-16T19:52:38.654Z Downloaded dsl_auto_type v0.1.3
12882026-03-16T19:52:38.654Z Downloaded futures-io v0.3.32
12892026-03-16T19:52:38.654Z Downloaded dtrace-parser v0.3.0
12902026-03-16T19:52:38.654Z Downloaded futures-core v0.3.32
12912026-03-16T19:52:38.654Z Downloaded darling_macro v0.23.0
12922026-03-16T19:52:38.654Z Downloaded curve25519-dalek-derive v0.1.1
12932026-03-16T19:52:38.655Z Downloaded array-init v0.0.4
12942026-03-16T19:52:38.655Z Downloaded argon2 v0.5.3
12952026-03-16T19:52:38.655Z Downloaded cexpr v0.6.0
12962026-03-16T19:52:38.655Z Downloaded const_format_proc_macros v0.2.34
12972026-03-16T19:52:38.655Z Downloaded cbc v0.1.2
12982026-03-16T19:52:38.655Z Downloaded bitfield v0.19.4
12992026-03-16T19:52:38.655Z Downloaded fd-lock v4.0.4
13002026-03-16T19:52:38.655Z Downloaded cargo-platform v0.1.9
13012026-03-16T19:52:38.656Z Downloaded blowfish v0.9.1
13022026-03-16T19:52:38.656Z Downloaded base16ct v1.0.0
13032026-03-16T19:52:38.656Z Downloaded async-recursion v1.1.1
13042026-03-16T19:52:38.656Z Downloaded daft v0.1.5
13052026-03-16T19:52:38.656Z Downloaded castaway v0.2.4
13062026-03-16T19:52:38.656Z Downloaded bcrypt-pbkdf v0.10.0
13072026-03-16T19:52:38.656Z Downloaded document-features v0.2.12
13082026-03-16T19:52:38.657Z Downloaded ciborium-io v0.2.2
13092026-03-16T19:52:38.657Z Downloaded assert_matches v1.5.0
13102026-03-16T19:52:38.657Z Downloaded crucible-workspace-hack v0.1.0
13112026-03-16T19:52:38.657Z Downloaded convert_case v0.4.0
13122026-03-16T19:52:38.657Z Downloaded cfg_aliases v0.1.1
13132026-03-16T19:52:38.657Z Downloaded cfg_aliases v0.2.1
13142026-03-16T19:52:38.657Z Downloaded base16ct v0.2.0
13152026-03-16T19:52:38.657Z Downloaded bitfield-macros v0.19.4
13162026-03-16T19:52:38.657Z Downloaded atty v0.2.14
13172026-03-16T19:52:38.657Z Downloaded defmt-parser v1.0.0
13182026-03-16T19:52:38.657Z Downloaded darling_macro v0.21.3
13192026-03-16T19:52:38.657Z Downloaded cpufeatures v0.3.0
13202026-03-16T19:52:38.657Z Downloaded async-stream v0.3.6
13212026-03-16T19:52:38.657Z Downloaded derive_builder_macro v0.20.2
13222026-03-16T19:52:38.657Z Downloaded const_format v0.2.35
13232026-03-16T19:52:38.657Z Downloaded constant_time_eq v0.4.2
13242026-03-16T19:52:38.657Z Downloaded colored v3.1.1
13252026-03-16T19:52:38.658Z Downloaded arc-swap v1.8.2
13262026-03-16T19:52:38.666Z Downloaded crossbeam-epoch v0.9.18
13272026-03-16T19:52:38.666Z Downloaded bb8 v0.8.6
13282026-03-16T19:52:38.666Z Downloaded arrayref v0.3.9
13292026-03-16T19:52:38.666Z Downloaded buf-list v1.1.2
13302026-03-16T19:52:38.666Z Downloaded either v1.15.0
13312026-03-16T19:52:38.666Z Downloaded des v0.8.1
13322026-03-16T19:52:38.666Z Downloaded crossbeam-deque v0.8.6
13332026-03-16T19:52:38.666Z Downloaded cipher v0.4.4
13342026-03-16T19:52:38.666Z Downloaded backoff v0.4.0
13352026-03-16T19:52:38.666Z Downloaded atomic-waker v1.1.2
13362026-03-16T19:52:38.666Z Downloaded async-stream-impl v0.3.6
13372026-03-16T19:52:38.667Z Downloaded defmt v0.3.100
13382026-03-16T19:52:38.667Z Downloaded darling_macro v0.20.11
13392026-03-16T19:52:38.667Z Downloaded critical-section v1.2.0
13402026-03-16T19:52:39.176Z Downloaded aws-lc-sys v0.37.1
13412026-03-16T19:52:39.488Z Compiling libc v0.2.180
13422026-03-16T19:52:39.493Z Compiling serde v1.0.228
13432026-03-16T19:52:39.493Z Compiling log v0.4.29
13442026-03-16T19:52:39.493Z Compiling find-msvc-tools v0.1.9
13452026-03-16T19:52:39.493Z Compiling shlex v1.3.0
13462026-03-16T19:52:39.493Z Compiling smallvec v1.15.1
13472026-03-16T19:52:39.657Z Compiling syn v2.0.117
13482026-03-16T19:52:39.669Z Compiling typenum v1.19.0
13492026-03-16T19:52:39.905Z Compiling generic-array v0.14.7
13502026-03-16T19:52:39.960Z Compiling subtle v2.6.1
13512026-03-16T19:52:39.967Z Compiling scopeguard v1.2.0
13522026-03-16T19:52:40.011Z Compiling portable-atomic v1.13.1
13532026-03-16T19:52:40.175Z Compiling lock_api v0.4.14
13542026-03-16T19:52:40.236Z Compiling const-oid v0.9.6
13552026-03-16T19:52:40.323Z Compiling critical-section v1.2.0
13562026-03-16T19:52:40.337Z Compiling zerocopy v0.8.40
13572026-03-16T19:52:40.476Z Compiling serde_json v1.0.149
13582026-03-16T19:52:40.522Z Compiling pin-project-lite v0.2.17
13592026-03-16T19:52:40.638Z Compiling parking_lot_core v0.9.12
13602026-03-16T19:52:40.939Z Compiling pkg-config v0.3.32
13612026-03-16T19:52:41.046Z Compiling getrandom v0.2.17
13622026-03-16T19:52:41.074Z Compiling jobserver v0.1.34
13632026-03-16T19:52:41.135Z Compiling errno v0.3.14
13642026-03-16T19:52:41.267Z Compiling rand_core v0.6.4
13652026-03-16T19:52:41.322Z Compiling signal-hook-registry v1.4.8
13662026-03-16T19:52:41.345Z Compiling cc v1.2.56
13672026-03-16T19:52:41.510Z Compiling once_cell v1.21.3
13682026-03-16T19:52:41.636Z Compiling mio v1.1.1
13692026-03-16T19:52:41.690Z Compiling bitflags v2.11.0
13702026-03-16T19:52:41.708Z Compiling libm v0.2.16
13712026-03-16T19:52:41.782Z Compiling num-traits v0.2.19
13722026-03-16T19:52:41.972Z Compiling parking_lot v0.12.5
13732026-03-16T19:52:41.999Z Compiling futures-core v0.3.32
13742026-03-16T19:52:42.190Z Compiling socket2 v0.6.2
13752026-03-16T19:52:42.245Z Compiling percent-encoding v2.3.2
13762026-03-16T19:52:42.321Z Compiling allocator-api2 v0.2.21
13772026-03-16T19:52:42.383Z Compiling futures-sink v0.3.32
13782026-03-16T19:52:42.478Z Compiling foldhash v0.2.0
13792026-03-16T19:52:42.493Z Compiling cpufeatures v0.2.17
13802026-03-16T19:52:42.517Z Compiling futures-channel v0.3.32
13812026-03-16T19:52:42.587Z Compiling slab v0.4.12
13822026-03-16T19:52:42.752Z Compiling hashbrown v0.16.1
13832026-03-16T19:52:42.770Z Compiling getrandom v0.4.1
13842026-03-16T19:52:42.788Z Compiling futures-io v0.3.32
13852026-03-16T19:52:42.809Z Compiling futures-task v0.3.32
13862026-03-16T19:52:42.812Z Compiling rustversion v1.0.22
13872026-03-16T19:52:42.989Z Compiling rand_core v0.10.0
13882026-03-16T19:52:43.035Z Compiling getrandom v0.3.4
13892026-03-16T19:52:43.214Z Compiling form_urlencoded v1.2.2
13902026-03-16T19:52:43.563Z Compiling indexmap v2.13.0
13912026-03-16T19:52:43.580Z Compiling cmake v0.1.57
13922026-03-16T19:52:43.603Z Compiling ident_case v1.0.1
13932026-03-16T19:52:43.766Z Compiling fs_extra v1.3.0
13942026-03-16T19:52:43.831Z Compiling dunce v1.0.5
13952026-03-16T19:52:43.960Z Compiling base64ct v1.8.3
13962026-03-16T19:52:44.107Z Compiling synstructure v0.13.2
13972026-03-16T19:52:44.125Z Compiling aws-lc-sys v0.37.1
13982026-03-16T19:52:44.232Z Compiling flagset v0.4.7
13992026-03-16T19:52:44.417Z Compiling pem-rfc7468 v0.7.0
14002026-03-16T19:52:44.432Z Compiling rand_core v0.9.5
14012026-03-16T19:52:44.432Z Compiling rustix v1.1.3
14022026-03-16T19:52:44.432Z Compiling iana-time-zone v0.1.65
14032026-03-16T19:52:44.493Z Compiling ring v0.17.14
14042026-03-16T19:52:44.643Z Compiling uuid v1.21.0
14052026-03-16T19:52:44.681Z Compiling rustc_version v0.4.1
14062026-03-16T19:52:44.696Z Compiling vcpkg v0.2.15
14072026-03-16T19:52:44.918Z Compiling regex-syntax v0.8.10
14082026-03-16T19:52:45.089Z Compiling aws-lc-rs v1.16.0
14092026-03-16T19:52:45.508Z Compiling tracing-core v0.1.36
14102026-03-16T19:52:45.553Z Compiling crossbeam-utils v0.8.21
14112026-03-16T19:52:45.730Z Compiling openssl-sys v0.9.111
14122026-03-16T19:52:45.967Z Compiling pest_generator v2.8.6
14132026-03-16T19:52:46.242Z Compiling serde_derive_internals v0.29.1
14142026-03-16T19:52:46.504Z Compiling untrusted v0.9.0
14152026-03-16T19:52:46.651Z Compiling openssl-probe v0.2.1
14162026-03-16T19:52:46.704Z Compiling serde_derive v1.0.228
14172026-03-16T19:52:46.792Z Compiling zeroize_derive v1.4.3
14182026-03-16T19:52:46.868Z Compiling zerofrom-derive v0.1.6
14192026-03-16T19:52:46.889Z Compiling yoke-derive v0.8.1
14202026-03-16T19:52:47.488Z Compiling zerocopy-derive v0.8.40
14212026-03-16T19:52:47.653Z Compiling zeroize v1.8.2
14222026-03-16T19:52:48.187Z Compiling zerovec-derive v0.11.2
14232026-03-16T19:52:48.474Z Compiling displaydoc v0.2.5
14242026-03-16T19:52:48.713Z Compiling crypto-common v0.1.7
14252026-03-16T19:52:48.786Z Compiling zerofrom v0.1.6
14262026-03-16T19:52:48.887Z Compiling block-buffer v0.10.4
14272026-03-16T19:52:48.943Z Compiling yoke v0.8.1
14282026-03-16T19:52:49.092Z Compiling digest v0.10.7
14292026-03-16T19:52:49.178Z Compiling tokio-macros v2.6.0
14302026-03-16T19:52:49.458Z Compiling hmac v0.12.1
14312026-03-16T19:52:49.468Z Compiling futures-macro v0.3.32
14322026-03-16T19:52:49.468Z Compiling zerotrie v0.2.3
14332026-03-16T19:52:49.604Z Compiling block-padding v0.3.3
14342026-03-16T19:52:49.656Z Compiling zerovec v0.11.5
14352026-03-16T19:52:49.809Z Compiling inout v0.1.4
14362026-03-16T19:52:49.846Z Compiling sha2 v0.10.9
14372026-03-16T19:52:50.020Z Compiling cipher v0.4.4
14382026-03-16T19:52:50.220Z Compiling der_derive v0.7.3
14392026-03-16T19:52:50.384Z Compiling tinystr v0.8.2
14402026-03-16T19:52:50.404Z Compiling potential_utf v0.1.4
14412026-03-16T19:52:50.581Z Compiling futures-util v0.3.32
14422026-03-16T19:52:50.619Z Compiling icu_locale_core v2.1.1
14432026-03-16T19:52:50.659Z Compiling icu_collections v2.1.1
14442026-03-16T19:52:51.303Z Compiling salsa20 v0.10.2
14452026-03-16T19:52:51.469Z Compiling bytes v1.11.1
14462026-03-16T19:52:51.486Z Compiling icu_provider v2.1.1
14472026-03-16T19:52:51.512Z Compiling der v0.7.10
14482026-03-16T19:52:51.658Z Compiling chrono v0.4.44
14492026-03-16T19:52:51.849Z Compiling icu_properties v2.1.2
14502026-03-16T19:52:51.867Z Compiling icu_normalizer v2.1.1
14512026-03-16T19:52:52.294Z Compiling tokio v1.49.0
14522026-03-16T19:52:52.570Z Compiling http v1.4.0
14532026-03-16T19:52:53.181Z Compiling idna_adapter v1.2.1
14542026-03-16T19:52:53.313Z Compiling idna v1.1.0
14552026-03-16T19:52:53.376Z Compiling spki v0.7.3
14562026-03-16T19:52:53.532Z Compiling pbkdf2 v0.12.2
14572026-03-16T19:52:53.625Z Compiling thiserror-impl v2.0.18
14582026-03-16T19:52:53.662Z Compiling scrypt v0.11.0
14592026-03-16T19:52:53.680Z Compiling url v2.5.8
14602026-03-16T19:52:53.807Z Compiling aes v0.8.4
14612026-03-16T19:52:53.983Z Compiling ppv-lite86 v0.2.21
14622026-03-16T19:52:54.130Z Compiling cbc v0.1.2
14632026-03-16T19:52:54.188Z Compiling rustls-pki-types v1.14.0
14642026-03-16T19:52:54.310Z Compiling tracing-attributes v0.1.31
14652026-03-16T19:52:54.432Z Compiling rand_chacha v0.9.0
14662026-03-16T19:52:54.727Z Compiling rand v0.9.2
14672026-03-16T19:52:54.791Z Compiling pkcs5 v0.7.1
14682026-03-16T19:52:55.226Z Compiling http-body v1.0.1
14692026-03-16T19:52:55.377Z Compiling base64 v0.22.1
14702026-03-16T19:52:55.416Z Compiling schemars v0.8.22
14712026-03-16T19:52:55.469Z Compiling thiserror v2.0.18
14722026-03-16T19:52:55.469Z Compiling untrusted v0.7.1
14732026-03-16T19:52:55.566Z Compiling syn v1.0.109
14742026-03-16T19:52:55.611Z Compiling httparse v1.10.1
14752026-03-16T19:52:55.716Z Compiling pkcs8 v0.10.2
14762026-03-16T19:52:55.811Z Compiling schemars_derive v0.8.22
14772026-03-16T19:52:56.034Z Compiling pest_derive v2.8.6
14782026-03-16T19:52:56.120Z Compiling scroll_derive v0.13.1
14792026-03-16T19:52:56.183Z Compiling tracing v0.1.44
14802026-03-16T19:52:56.527Z Compiling darling_core v0.20.11
14812026-03-16T19:52:56.588Z Compiling dyn-clone v1.0.20
14822026-03-16T19:52:56.760Z Compiling tinyvec_macros v0.1.1
14832026-03-16T19:52:56.780Z Compiling try-lock v0.2.5
14842026-03-16T19:52:56.850Z Compiling tower-layer v0.3.3
14852026-03-16T19:52:56.910Z Compiling rustls v0.23.37
14862026-03-16T19:52:57.054Z Compiling atomic-waker v1.1.2
14872026-03-16T19:52:57.140Z Compiling tower-service v0.3.3
14882026-03-16T19:52:57.195Z Compiling scroll v0.13.0
14892026-03-16T19:52:57.213Z Compiling want v0.3.1
14902026-03-16T19:52:57.257Z Compiling tinyvec v1.10.0
14912026-03-16T19:52:57.418Z Compiling tokio-util v0.7.18
14922026-03-16T19:52:57.921Z Compiling ipnet v2.11.0
14932026-03-16T19:52:58.277Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-16T19:52:58.600Z Compiling h2 v0.4.13
14952026-03-16T19:52:58.797Z Compiling spin v0.9.8
14962026-03-16T19:52:58.815Z Compiling aho-corasick v1.1.4
14972026-03-16T19:52:59.063Z Compiling httpdate v1.0.3
14982026-03-16T19:52:59.284Z Compiling openssl v0.10.75
14992026-03-16T19:52:59.345Z Compiling time-core v0.1.8
15002026-03-16T19:52:59.540Z Compiling pin-utils v0.1.0
15012026-03-16T19:52:59.592Z Compiling powerfmt v0.2.0
15022026-03-16T19:52:59.631Z Compiling num-conv v0.2.0
15032026-03-16T19:52:59.799Z Compiling darling_macro v0.20.11
15042026-03-16T19:52:59.819Z Compiling foreign-types-shared v0.1.1
15052026-03-16T19:52:59.845Z Compiling crc32fast v1.5.0
15062026-03-16T19:52:59.923Z Compiling foreign-types v0.3.2
15072026-03-16T19:53:00.012Z Compiling regex-automata v0.4.14
15082026-03-16T19:53:00.186Z Compiling time-macros v0.2.27
15092026-03-16T19:53:00.311Z Compiling deranged v0.5.8
15102026-03-16T19:53:00.463Z Compiling darling v0.20.11
15112026-03-16T19:53:00.593Z Compiling tempfile v3.25.0
15122026-03-16T19:53:01.259Z Compiling goblin v0.10.5
15132026-03-16T19:53:01.685Z Compiling openssl-macros v0.1.1
15142026-03-16T19:53:01.762Z Compiling thiserror-impl v1.0.69
15152026-03-16T19:53:02.984Z Compiling hyper v1.8.1
15162026-03-16T19:53:03.360Z Compiling wait-timeout v0.2.1
15172026-03-16T19:53:03.454Z Compiling socket2 v0.5.10
15182026-03-16T19:53:03.685Z Compiling num_threads v0.1.7
15192026-03-16T19:53:03.805Z Compiling either v1.15.0
15202026-03-16T19:53:03.998Z Compiling simd-adler32 v0.3.8
15212026-03-16T19:53:04.045Z Compiling usdt-impl v0.6.0
15222026-03-16T19:53:04.075Z Compiling native-tls v0.2.18
15232026-03-16T19:53:04.321Z Compiling bit-vec v0.8.0
15242026-03-16T19:53:04.340Z Compiling siphasher v1.0.2
15252026-03-16T19:53:04.357Z Compiling quick-error v1.2.3
15262026-03-16T19:53:04.483Z Compiling rusty-fork v0.3.1
15272026-03-16T19:53:04.583Z Compiling bit-set v0.8.0
15282026-03-16T19:53:04.619Z Compiling hyper-util v0.1.20
15292026-03-16T19:53:04.836Z Compiling time v0.3.47
15302026-03-16T19:53:04.898Z Compiling thiserror v1.0.69
15312026-03-16T19:53:05.086Z Compiling derive_builder_core v0.20.2
15322026-03-16T19:53:05.920Z Compiling dof v0.4.0
15332026-03-16T19:53:06.562Z Compiling unicode-normalization v0.1.25
15342026-03-16T19:53:06.976Z Compiling crossbeam-epoch v0.9.18
15352026-03-16T19:53:07.111Z Compiling dtrace-parser v0.3.0
15362026-03-16T19:53:07.171Z Compiling rustls-native-certs v0.8.3
15372026-03-16T19:53:07.391Z Compiling signature v2.2.0
15382026-03-16T19:53:07.475Z Compiling scroll_derive v0.12.1
15392026-03-16T19:53:07.542Z Compiling heapless v0.7.17
15402026-03-16T19:53:07.608Z Compiling rand_xorshift v0.4.0
15412026-03-16T19:53:07.661Z Compiling slog v2.8.2
15422026-03-16T19:53:07.815Z Compiling darling_core v0.21.3
15432026-03-16T19:53:07.858Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-16T19:53:07.906Z Compiling sync_wrapper v1.0.2
15452026-03-16T19:53:08.035Z Compiling thread-id v5.1.0
15462026-03-16T19:53:08.136Z Compiling cookie v0.18.1
15472026-03-16T19:53:08.155Z Compiling unicode-segmentation v1.12.0
15482026-03-16T19:53:08.222Z Compiling unarray v0.1.4
15492026-03-16T19:53:08.350Z Compiling rayon-core v1.13.0
15502026-03-16T19:53:08.367Z Compiling unicode-bidi v0.3.18
15512026-03-16T19:53:08.387Z Compiling signal-hook v0.3.18
15522026-03-16T19:53:08.586Z Compiling unicode-properties v0.1.4
15532026-03-16T19:53:08.616Z Compiling paste v1.0.15
15542026-03-16T19:53:08.661Z Compiling zstd-safe v7.2.4
15552026-03-16T19:53:08.850Z Compiling anyhow v1.0.102
15562026-03-16T19:53:08.926Z Compiling adler2 v2.0.1
15572026-03-16T19:53:09.027Z Compiling stringprep v0.1.5
15582026-03-16T19:53:09.078Z Compiling miniz_oxide v0.8.9
15592026-03-16T19:53:09.197Z Compiling scroll v0.12.0
15602026-03-16T19:53:09.215Z Compiling proptest v1.10.0
15612026-03-16T19:53:09.621Z Compiling tower v0.5.3
15622026-03-16T19:53:09.946Z Compiling crossbeam-deque v0.8.6
15632026-03-16T19:53:09.986Z Compiling derive_builder_macro v0.20.2
15642026-03-16T19:53:10.198Z Compiling ipnetwork v0.21.1
15652026-03-16T19:53:10.242Z Compiling http-body-util v0.1.3
15662026-03-16T19:53:10.286Z Compiling webpki-roots v1.0.6
15672026-03-16T19:53:10.332Z Compiling rand_chacha v0.3.1
15682026-03-16T19:53:10.438Z Compiling erased-serde v0.3.31
15692026-03-16T19:53:10.557Z Compiling serde_spanned v0.6.9
15702026-03-16T19:53:10.621Z Compiling toml_datetime v0.6.11
15712026-03-16T19:53:10.724Z Compiling serde_tokenstream v0.2.3
15722026-03-16T19:53:10.742Z Compiling md-5 v0.10.6
15732026-03-16T19:53:10.941Z Compiling zerocopy-derive v0.7.35
15742026-03-16T19:53:10.958Z Compiling curve25519-dalek v4.1.3
15752026-03-16T19:53:11.127Z Compiling vergen-lib v0.1.6
15762026-03-16T19:53:11.187Z Compiling num-integer v0.1.46
15772026-03-16T19:53:11.369Z Compiling hash32 v0.2.1
15782026-03-16T19:53:11.388Z Compiling darling_macro v0.21.3
15792026-03-16T19:53:11.412Z Compiling ff v0.13.1
15802026-03-16T19:53:11.431Z Compiling memoffset v0.9.1
15812026-03-16T19:53:11.584Z Compiling fallible-iterator v0.2.0
15822026-03-16T19:53:11.613Z Compiling zlib-rs v0.6.2
15832026-03-16T19:53:11.616Z Compiling cfg_aliases v0.2.1
15842026-03-16T19:53:11.686Z Compiling iri-string v0.7.10
15852026-03-16T19:53:11.720Z Compiling num-bigint-dig v0.8.6
15862026-03-16T19:53:12.058Z Compiling ref-cast v1.0.25
15872026-03-16T19:53:12.081Z Compiling smoltcp v0.9.1
15882026-03-16T19:53:12.081Z Compiling base16ct v0.2.0
15892026-03-16T19:53:12.117Z Compiling rustix v0.38.44
15902026-03-16T19:53:12.226Z Compiling litrs v1.0.0
15912026-03-16T19:53:12.368Z Compiling psl-types v2.0.11
15922026-03-16T19:53:12.421Z Compiling ryu v1.0.23
15932026-03-16T19:53:12.522Z Compiling publicsuffix v2.3.0
15942026-03-16T19:53:12.651Z Compiling serde_urlencoded v0.7.1
15952026-03-16T19:53:12.685Z Compiling newtype-uuid v1.3.2
15962026-03-16T19:53:12.815Z Compiling sec1 v0.7.3
15972026-03-16T19:53:12.908Z Compiling document-features v0.2.12
15982026-03-16T19:53:12.973Z Compiling zerocopy v0.7.35
15992026-03-16T19:53:13.112Z Compiling darling v0.21.3
16002026-03-16T19:53:13.185Z Compiling postgres-protocol v0.6.10
16012026-03-16T19:53:13.215Z Compiling nix v0.31.1
16022026-03-16T19:53:13.695Z Compiling tower-http v0.6.8
16032026-03-16T19:53:13.825Z Compiling group v0.13.0
16042026-03-16T19:53:13.843Z Compiling num-iter v0.1.45
16052026-03-16T19:53:14.022Z Compiling derive_builder v0.20.2
16062026-03-16T19:53:14.043Z Compiling rand v0.8.5
16072026-03-16T19:53:14.172Z Compiling oxnet v0.1.4
16082026-03-16T19:53:14.331Z Compiling proc-macro-error v1.0.4
16092026-03-16T19:53:14.506Z Compiling tokio-native-tls v0.3.1
16102026-03-16T19:53:14.709Z Compiling goblin v0.8.2
16112026-03-16T19:53:15.295Z Compiling heck v0.4.1
16122026-03-16T19:53:15.603Z Compiling flate2 v1.1.9
16132026-03-16T19:53:15.628Z Compiling phf_shared v0.13.1
16142026-03-16T19:53:15.738Z Compiling hubpack_derive v0.1.1
16152026-03-16T19:53:15.883Z Compiling regex v1.12.3
16162026-03-16T19:53:15.926Z Compiling lazy_static v1.5.0
16172026-03-16T19:53:16.039Z Compiling cargo-platform v0.1.9
16182026-03-16T19:53:16.048Z Compiling hkdf v0.12.4
16192026-03-16T19:53:16.145Z Compiling crypto-bigint v0.5.5
16202026-03-16T19:53:16.240Z Compiling async-trait v0.1.89
16212026-03-16T19:53:16.329Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-16T19:53:16.380Z Compiling ref-cast-impl v1.0.25
16232026-03-16T19:53:16.471Z Compiling daft-derive v0.1.5
16242026-03-16T19:53:17.090Z Compiling strum_macros v0.27.2
16252026-03-16T19:53:17.185Z Compiling terminal_size v0.4.3
16262026-03-16T19:53:17.371Z Compiling vergen v9.0.6
16272026-03-16T19:53:17.472Z Compiling fs-err v3.3.0
16282026-03-16T19:53:17.598Z Compiling ahash v0.8.12
16292026-03-16T19:53:17.665Z Compiling foldhash v0.1.5
16302026-03-16T19:53:17.683Z Compiling winnow v0.5.40
16312026-03-16T19:53:17.874Z Compiling bitflags v1.3.2
16322026-03-16T19:53:17.887Z Compiling managed v0.8.0
16332026-03-16T19:53:17.966Z Compiling object v0.37.3
16342026-03-16T19:53:18.169Z Compiling libbz2-rs-sys v0.2.2
16352026-03-16T19:53:18.332Z Compiling bumpalo v3.20.2
16362026-03-16T19:53:18.655Z Compiling console v0.16.2
16372026-03-16T19:53:19.087Z Compiling bzip2 v0.6.1
16382026-03-16T19:53:19.320Z Compiling zopfli v0.8.3
16392026-03-16T19:53:19.424Z Compiling clap_builder v4.5.60
16402026-03-16T19:53:19.651Z Compiling toml_edit v0.19.15
16412026-03-16T19:53:19.781Z Compiling strum v0.27.2
16422026-03-16T19:53:19.790Z Compiling dof v0.3.0
16432026-03-16T19:53:20.001Z Compiling hashbrown v0.15.5
16442026-03-16T19:53:20.213Z Compiling elliptic-curve v0.13.8
16452026-03-16T19:53:20.732Z Compiling daft v0.1.5
16462026-03-16T19:53:20.851Z Compiling hubpack v0.1.2
16472026-03-16T19:53:20.914Z Compiling cargo_metadata v0.19.2
16482026-03-16T19:53:21.152Z Compiling phf v0.13.1
16492026-03-16T19:53:21.340Z Compiling zone_cfg_derive v0.3.1
16502026-03-16T19:53:22.177Z Compiling signal-hook-mio v0.2.5
16512026-03-16T19:53:22.333Z Compiling cookie_store v0.22.1
16522026-03-16T19:53:23.229Z Compiling zstd v0.13.3
16532026-03-16T19:53:23.264Z Compiling rayon v1.11.0
16542026-03-16T19:53:23.425Z Compiling hyper-tls v0.6.0
16552026-03-16T19:53:23.579Z Compiling bzip2 v0.4.4
16562026-03-16T19:53:23.922Z Compiling postgres-types v0.2.12
16572026-03-16T19:53:23.945Z Compiling serde_with_macros v3.17.0
16582026-03-16T19:53:24.064Z Compiling usdt-attr-macro v0.6.0
16592026-03-16T19:53:24.584Z Compiling usdt-macro v0.6.0
16602026-03-16T19:53:24.961Z Compiling ed25519 v2.2.3
16612026-03-16T19:53:25.124Z Compiling dtrace-parser v0.2.0
16622026-03-16T19:53:25.449Z Compiling phf_shared v0.11.3
16632026-03-16T19:53:25.495Z Compiling itertools v0.12.1
16642026-03-16T19:53:25.568Z Compiling bstr v1.12.1
16652026-03-16T19:53:25.692Z Compiling pkcs1 v0.7.5
16662026-03-16T19:53:25.741Z Compiling hex v0.4.3
16672026-03-16T19:53:26.117Z Compiling serde-big-array v0.5.1
16682026-03-16T19:53:26.204Z Compiling rfc6979 v0.4.0
16692026-03-16T19:53:26.225Z Compiling serde_repr v0.1.20
16702026-03-16T19:53:26.240Z Compiling enum-as-inner v0.6.1
16712026-03-16T19:53:26.296Z Compiling clap_derive v4.5.55
16722026-03-16T19:53:26.364Z Compiling strum_macros v0.26.4
16732026-03-16T19:53:26.482Z Compiling float-cmp v0.10.0
16742026-03-16T19:53:26.659Z Compiling memmap2 v0.9.10
16752026-03-16T19:53:27.070Z Compiling thread-id v4.2.2
16762026-03-16T19:53:27.092Z Compiling env_filter v1.0.0
16772026-03-16T19:53:27.092Z Compiling encoding_rs v0.8.35
16782026-03-16T19:53:27.092Z Compiling whoami v2.1.0
16792026-03-16T19:53:27.172Z Compiling fixedbitset v0.5.7
16802026-03-16T19:53:27.343Z Compiling new_debug_unreachable v1.0.6
16812026-03-16T19:53:27.422Z Compiling keccak v0.1.6
16822026-03-16T19:53:27.509Z Compiling difflib v0.4.0
16832026-03-16T19:53:27.587Z Compiling jiff v0.2.21
16842026-03-16T19:53:28.269Z Compiling mime v0.3.17
16852026-03-16T19:53:28.582Z Compiling rustc-hash v2.1.1
16862026-03-16T19:53:28.611Z Compiling predicates-core v1.0.10
16872026-03-16T19:53:28.648Z Compiling fixedbitset v0.4.2
16882026-03-16T19:53:28.687Z Compiling data-encoding v2.10.0
16892026-03-16T19:53:28.722Z Compiling static_assertions v1.1.0
16902026-03-16T19:53:28.772Z Compiling unit-prefix v0.5.2
16912026-03-16T19:53:28.781Z Compiling normalize-line-endings v0.3.0
16922026-03-16T19:53:28.825Z Compiling precomputed-hash v0.1.1
16932026-03-16T19:53:28.893Z Compiling predicates v3.1.4
16942026-03-16T19:53:28.907Z Compiling toml_edit v0.22.27
16952026-03-16T19:53:28.942Z Compiling string_cache v0.8.9
16962026-03-16T19:53:28.966Z Compiling indicatif v0.18.4
16972026-03-16T19:53:28.984Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-16T19:53:29.228Z Compiling hickory-proto v0.25.2
16992026-03-16T19:53:29.616Z Compiling petgraph v0.6.5
17002026-03-16T19:53:29.797Z Compiling strum v0.26.3
17012026-03-16T19:53:29.942Z Compiling clap v4.5.60
17022026-03-16T19:53:30.057Z Compiling iddqd v0.3.17
17032026-03-16T19:53:30.161Z Compiling sha3 v0.10.8
17042026-03-16T19:53:30.773Z Compiling petgraph v0.8.3
17052026-03-16T19:53:31.643Z Compiling zip v4.6.1
17062026-03-16T19:53:31.715Z Compiling tokio-postgres v0.7.16
17072026-03-16T19:53:32.824Z Compiling env_logger v0.11.9
17082026-03-16T19:53:32.847Z Compiling zone v0.3.1
17092026-03-16T19:53:32.916Z Compiling usdt-impl v0.5.0
17102026-03-16T19:53:33.273Z Compiling usdt v0.6.0
17112026-03-16T19:53:33.458Z Compiling ecdsa v0.16.9
17122026-03-16T19:53:33.561Z Compiling similar v2.7.0
17132026-03-16T19:53:33.636Z Compiling serde_with v3.17.0
17142026-03-16T19:53:33.691Z Compiling rsa v0.9.10
17152026-03-16T19:53:33.837Z Compiling ed25519-dalek v2.2.0
17162026-03-16T19:53:33.964Z Compiling crossterm v0.28.1
17172026-03-16T19:53:34.660Z Compiling zip v0.6.6
17182026-03-16T19:53:35.312Z Compiling toml v0.7.8
17192026-03-16T19:53:36.037Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-16T19:53:36.066Z Compiling itertools v0.13.0
17212026-03-16T19:53:36.096Z Compiling tokio-stream v0.1.18
17222026-03-16T19:53:36.119Z Compiling buf-list v1.1.2
17232026-03-16T19:53:36.451Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-16T19:53:36.697Z Compiling x509-cert v0.2.5
17252026-03-16T19:53:36.759Z Compiling openapiv3 v2.2.0
17262026-03-16T19:53:36.881Z Compiling sha1 v0.10.6
17272026-03-16T19:53:36.914Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-16T19:53:37.116Z Compiling lalrpop-util v0.19.12
17292026-03-16T19:53:37.241Z Compiling peg-runtime v0.8.5
17302026-03-16T19:53:37.361Z Compiling thread_local v1.1.9
17312026-03-16T19:53:37.608Z Compiling slog-async v2.8.0
17322026-03-16T19:53:37.680Z Compiling crossbeam-channel v0.5.15
17332026-03-16T19:53:37.794Z Compiling futures-executor v0.3.32
17342026-03-16T19:53:38.110Z Compiling is-terminal v0.4.17
17352026-03-16T19:53:38.119Z Compiling filetime v0.2.27
17362026-03-16T19:53:38.119Z Compiling take_mut v0.2.2
17372026-03-16T19:53:38.181Z Compiling xattr v1.6.1
17382026-03-16T19:53:38.219Z Compiling term v1.2.1
17392026-03-16T19:53:38.296Z Compiling tar v0.4.44
17402026-03-16T19:53:38.351Z Compiling futures v0.3.32
17412026-03-16T19:53:38.858Z Compiling slog-term v2.9.2
17422026-03-16T19:53:45.591Z Compiling rustls-webpki v0.103.9
17432026-03-16T19:53:49.566Z Compiling tokio-rustls v0.26.4
17442026-03-16T19:53:49.566Z Compiling rustls-platform-verifier v0.6.2
17452026-03-16T19:53:49.820Z Compiling hyper-rustls v0.27.7
17462026-03-16T19:53:50.132Z Compiling reqwest v0.12.28
17472026-03-16T19:53:50.153Z Compiling reqwest v0.13.2
17482026-03-16T19:53:54.305Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-16T19:53:54.306Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-16T19:53:57.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17512026-03-16T19:53:57.244Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-16T19:53:57.303ZMar 16 19:53:56.860 INFO Starting download, target: Cockroach
17532026-03-16T19:53:57.304ZMar 16 19:53:56.860 INFO Starting download, target: Console
17542026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Starting download, target: MaghemiteMgd
17552026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Starting download, target: Clickhouse
17562026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Starting download, target: DendriteStub
17572026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Starting download, target: TransceiverControl
17582026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-16T19:53:57.320ZMar 16 19:53:56.860 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-16T19:53:58.137ZMar 16 19:53:57.439 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-16T19:53:58.239ZMar 16 19:53:57.790 INFO Download complete, target: TransceiverControl
17662026-03-16T19:53:58.326ZMar 16 19:53:57.870 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-16T19:53:58.682ZMar 16 19:53:58.236 INFO Download complete, target: Console
17682026-03-16T19:53:59.553ZMar 16 19:53:59.107 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-16T19:53:59.737ZMar 16 19:53:59.293 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-16T19:53:59.919ZMar 16 19:53:59.474 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-16T19:54:00.512ZMar 16 19:54:00.064 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-16T19:54:00.512ZMar 16 19:54:00.064 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-16T19:54:03.582ZMar 16 19:54:02.749 INFO Download complete, target: MaghemiteMgd
17742026-03-16T19:54:03.582ZMar 16 19:54:02.749 INFO Download complete, target: DendriteStub
17752026-03-16T19:54:08.097ZMar 16 19:54:07.643 INFO Checking that binary works, target: Cockroach
17762026-03-16T19:54:08.202ZMar 16 19:54:07.754 INFO Download complete, target: Cockroach
17772026-03-16T19:54:10.876ZMar 16 19:54:10.408 INFO Checking that binary works, target: Clickhouse
17782026-03-16T19:54:10.969ZMar 16 19:54:10.518 INFO Download complete, target: Clickhouse
17792026-03-16T19:54:10.990ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-16T19:54:10.998Z
17812026-03-16T19:54:10.998Zreal 4:08.007837402
17822026-03-16T19:54:10.998Zuser 10:27.905190556
17832026-03-16T19:54:10.999Zsys 1:48.541422629
17842026-03-16T19:54:10.999Ztrap 0.340813526
17852026-03-16T19:54:10.999Ztflt 0.689956495
17862026-03-16T19:54:10.999Zdflt 0.598795748
17872026-03-16T19:54:10.999Zkflt 0.022228365
17882026-03-16T19:54:10.999Zlock 22:37.038284703
17892026-03-16T19:54:10.999Zslp 38:27.854391861
17902026-03-16T19:54:10.999Zlat 56.467491602
17912026-03-16T19:54:10.999Zstop 2:34.062774111
17922026-03-16T19:54:10.999Z+ banner clippy
17932026-03-16T19:54:10.999Z
17942026-03-16T19:54:10.999Z #### # # ##### ##### # #
17952026-03-16T19:54:10.999Z # # # # # # # # # #
17962026-03-16T19:54:10.999Z # # # # # # # #
17972026-03-16T19:54:10.999Z # # # ##### ##### #
17982026-03-16T19:54:10.999Z # # # # # # #
17992026-03-16T19:54:10.999Z #### ###### # # # #
18002026-03-16T19:54:10.999Z
18012026-03-16T19:54:10.999Z+ export CARGO_INCREMENTAL=0
18022026-03-16T19:54:11.000Z+ CARGO_INCREMENTAL=0
18032026-03-16T19:54:11.000Z+ ptime -m cargo xtask clippy
18042026-03-16T19:54:11.676Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-16T19:54:11.930Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-16T19:54:14.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18072026-03-16T19:54:14.575Z Running `target/debug/xtask clippy`
18082026-03-16T19:54:14.601Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-16T19:54:15.371Z Downloading crates ...
18102026-03-16T19:54:15.629Z Downloaded blake2b_simd v1.0.4
18112026-03-16T19:54:15.643Z Downloaded assert_cmd v2.1.2
18122026-03-16T19:54:15.643Z Downloaded plotters-svg v0.3.7
18132026-03-16T19:54:15.643Z Downloaded serde_regex v1.1.0
18142026-03-16T19:54:15.657Z Downloaded nested v0.1.1
18152026-03-16T19:54:15.657Z Downloaded termcolor v1.4.1
18162026-03-16T19:54:15.658Z Downloaded pathdiff v0.2.3
18172026-03-16T19:54:15.658Z Downloaded path-tree v0.8.3
18182026-03-16T19:54:15.658Z Downloaded backtrace-ext v0.2.1
18192026-03-16T19:54:15.658Z Downloaded supports-unicode v2.1.0
18202026-03-16T19:54:15.658Z Downloaded cargo-platform v0.3.2
18212026-03-16T19:54:15.659Z Downloaded escape8259 v0.5.3
18222026-03-16T19:54:15.667Z Downloaded assert-json-diff v2.0.2
18232026-03-16T19:54:15.679Z Downloaded linkme-impl v0.3.35
18242026-03-16T19:54:15.685Z Downloaded event-listener-strategy v0.5.4
18252026-03-16T19:54:15.685Z Downloaded oorandom v11.1.5
18262026-03-16T19:54:15.685Z Downloaded futures-timer v3.0.3
18272026-03-16T19:54:15.685Z Downloaded cfg-expr v0.20.6
18282026-03-16T19:54:15.692Z Downloaded approx v0.5.1
18292026-03-16T19:54:15.692Z Downloaded target-triple v1.0.0
18302026-03-16T19:54:15.698Z Downloaded cast v0.3.0
18312026-03-16T19:54:15.698Z Downloaded similar-asserts v1.7.0
18322026-03-16T19:54:15.698Z Downloaded supports-hyperlinks v2.1.0
18332026-03-16T19:54:15.698Z Downloaded miette-derive v5.10.0
18342026-03-16T19:54:15.698Z Downloaded parking v2.2.1
18352026-03-16T19:54:15.707Z Downloaded supports-color v2.1.0
18362026-03-16T19:54:15.707Z Downloaded stringmetrics v2.2.2
18372026-03-16T19:54:15.707Z Downloaded guppy-workspace-hack v0.1.0
18382026-03-16T19:54:15.707Z Downloaded constant_time_eq v0.3.1
18392026-03-16T19:54:15.707Z Downloaded async-object-pool v0.2.0
18402026-03-16T19:54:15.720Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18412026-03-16T19:54:15.721Z Downloaded rust-argon2 v2.1.0
18422026-03-16T19:54:15.721Z Downloaded anes v0.1.6
18432026-03-16T19:54:15.721Z Downloaded owo-colors v3.5.0
18442026-03-16T19:54:15.721Z Downloaded async-lock v3.4.2
18452026-03-16T19:54:15.721Z Downloaded plotters-backend v0.3.7
18462026-03-16T19:54:15.729Z Downloaded relative-path v1.9.3
18472026-03-16T19:54:15.729Z Downloaded knuffel-derive v3.2.0
18482026-03-16T19:54:15.729Z Downloaded fancy-regex v0.14.0
18492026-03-16T19:54:15.729Z Downloaded cargo_metadata v0.23.1
18502026-03-16T19:54:15.729Z Downloaded target-lexicon v0.13.3
18512026-03-16T19:54:15.729Z Downloaded terminal_size v0.1.17
18522026-03-16T19:54:15.729Z Downloaded tinytemplate v1.2.1
18532026-03-16T19:54:15.729Z Downloaded linkme v0.3.35
18542026-03-16T19:54:15.736Z Downloaded criterion-plot v0.6.0
18552026-03-16T19:54:15.736Z Downloaded rustc-demangle v0.1.27
18562026-03-16T19:54:15.736Z Downloaded libtest-mimic v0.8.1
18572026-03-16T19:54:15.748Z Downloaded partial-io v0.5.4
18582026-03-16T19:54:15.748Z Downloaded target-spec v3.5.7
18592026-03-16T19:54:15.748Z Downloaded event-listener v5.4.1
18602026-03-16T19:54:15.748Z Downloaded datatest-stable v0.3.3
18612026-03-16T19:54:15.753Z Downloaded concurrent-queue v2.5.0
18622026-03-16T19:54:15.753Z Downloaded trybuild v1.0.116
18632026-03-16T19:54:15.753Z Downloaded httptest v0.16.4
18642026-03-16T19:54:15.753Z Downloaded addr2line v0.25.1
18652026-03-16T19:54:15.759Z Downloaded rstest v0.25.0
18662026-03-16T19:54:15.774Z Downloaded rstest_macros v0.25.0
18672026-03-16T19:54:15.774Z Downloaded rand_distr v0.5.1
18682026-03-16T19:54:15.798Z Downloaded knuffel v3.2.0
18692026-03-16T19:54:15.798Z Downloaded chumsky v0.9.3
18702026-03-16T19:54:15.798Z Downloaded textwrap v0.15.2
18712026-03-16T19:54:15.798Z Downloaded backtrace v0.3.76
18722026-03-16T19:54:15.798Z Downloaded miette v5.10.0
18732026-03-16T19:54:15.808Z Downloaded toml v1.0.3+spec-1.1.0
18742026-03-16T19:54:15.808Z Downloaded guppy v0.17.25
18752026-03-16T19:54:15.808Z Downloaded plotters v0.3.7
18762026-03-16T19:54:15.831Z Downloaded hashbrown v0.14.5
18772026-03-16T19:54:15.831Z Downloaded criterion v0.7.0
18782026-03-16T19:54:15.844Z Downloaded gimli v0.32.3
18792026-03-16T19:54:15.932Z Downloaded httpmock v0.8.3
18802026-03-16T19:54:17.996Z Checking cfg-if v1.0.4
18812026-03-16T19:54:18.323Z Checking libc v0.2.180
18822026-03-16T19:54:18.330Z Checking serde_core v1.0.228
18832026-03-16T19:54:18.409Z Checking memchr v2.8.0
18842026-03-16T19:54:18.454Z Checking smallvec v1.15.1
18852026-03-16T19:54:18.493Z Checking itoa v1.0.17
18862026-03-16T19:54:18.506Z Checking log v0.4.29
18872026-03-16T19:54:18.586Z Checking zeroize v1.8.2
18882026-03-16T19:54:18.626Z Checking libm v0.2.16
18892026-03-16T19:54:18.712Z Checking scopeguard v1.2.0
18902026-03-16T19:54:18.756Z Checking stable_deref_trait v1.2.1
18912026-03-16T19:54:18.804Z Checking zmij v1.0.21
18922026-03-16T19:54:18.865Z Checking zerofrom v0.1.6
18932026-03-16T19:54:18.906Z Checking lock_api v0.4.14
18942026-03-16T19:54:18.954Z Checking percent-encoding v2.3.2
18952026-03-16T19:54:18.989Z Checking litemap v0.8.1
18962026-03-16T19:54:19.025Z Checking yoke v0.8.1
18972026-03-16T19:54:19.064Z Checking errno v0.3.14
18982026-03-16T19:54:19.112Z Checking getrandom v0.2.17
18992026-03-16T19:54:19.211Z Checking writeable v0.6.2
19002026-03-16T19:54:19.234Z Checking subtle v2.6.1
19012026-03-16T19:54:19.268Z Checking icu_normalizer_data v2.1.1
19022026-03-16T19:54:19.268Z Checking icu_properties_data v2.1.2
19032026-03-16T19:54:19.365Z Checking zerovec v0.11.5
19042026-03-16T19:54:19.410Z Checking zerotrie v0.2.3
19052026-03-16T19:54:19.439Z Checking rand_core v0.6.4
19062026-03-16T19:54:19.471Z Checking form_urlencoded v1.2.2
19072026-03-16T19:54:19.524Z Checking portable-atomic v1.13.1
19082026-03-16T19:54:19.568Z Checking utf8_iter v1.0.4
19092026-03-16T19:54:19.675Z Checking pin-project-lite v0.2.17
19102026-03-16T19:54:19.718Z Checking num-traits v0.2.19
19112026-03-16T19:54:19.738Z Checking critical-section v1.2.0
19122026-03-16T19:54:19.814Z Checking zerocopy v0.8.40
19132026-03-16T19:54:19.847Z Checking parking_lot_core v0.9.12
19142026-03-16T19:54:19.891Z Checking rand_core v0.10.0
19152026-03-16T19:54:19.940Z Checking signal-hook-registry v1.4.8
19162026-03-16T19:54:20.000Z Checking tinystr v0.8.2
19172026-03-16T19:54:20.105Z Checking potential_utf v0.1.4
19182026-03-16T19:54:20.162Z Checking parking_lot v0.12.5
19192026-03-16T19:54:20.196Z Checking once_cell v1.21.3
19202026-03-16T19:54:20.462Z Checking getrandom v0.4.1
19212026-03-16T19:54:20.518Z Checking icu_locale_core v2.1.1
19222026-03-16T19:54:20.518Z Checking icu_collections v2.1.1
19232026-03-16T19:54:20.518Z Checking mio v1.1.1
19242026-03-16T19:54:20.553Z Checking typenum v1.19.0
19252026-03-16T19:54:20.567Z Checking serde v1.0.228
19262026-03-16T19:54:20.567Z Checking bitflags v2.11.0
19272026-03-16T19:54:20.609Z Checking serde_json v1.0.149
19282026-03-16T19:54:22.573Z Checking socket2 v0.6.2
19292026-03-16T19:54:22.611Z Checking iana-time-zone v0.1.65
19302026-03-16T19:54:22.611Z Checking thiserror v2.0.18
19312026-03-16T19:54:22.611Z Checking allocator-api2 v0.2.21
19322026-03-16T19:54:22.611Z Checking semver v1.0.27
19332026-03-16T19:54:22.611Z Checking icu_provider v2.1.1
19342026-03-16T19:54:22.611Z Checking uuid v1.21.0
19352026-03-16T19:54:22.611Z Checking bytes v1.11.1
19362026-03-16T19:54:22.611Z Checking generic-array v0.14.7
19372026-03-16T19:54:22.611Z Checking chrono v0.4.44
19382026-03-16T19:54:22.611Z Checking futures-core v0.3.32
19392026-03-16T19:54:22.611Z Checking icu_properties v2.1.2
19402026-03-16T19:54:22.611Z Checking icu_normalizer v2.1.1
19412026-03-16T19:54:22.612Z Checking equivalent v1.0.2
19422026-03-16T19:54:22.612Z Checking const-oid v0.9.6
19432026-03-16T19:54:22.612Z Checking dyn-clone v1.0.20
19442026-03-16T19:54:22.612Z Checking tokio v1.49.0
19452026-03-16T19:54:22.612Z Checking crypto-common v0.1.7
19462026-03-16T19:54:22.612Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472026-03-16T19:54:22.612Z Checking foldhash v0.2.0
19482026-03-16T19:54:22.612Z Checking block-buffer v0.10.4
19492026-03-16T19:54:22.612Z Checking hashbrown v0.16.1
19502026-03-16T19:54:22.637Z Checking futures-sink v0.3.32
19512026-03-16T19:54:22.637Z Checking rustix v1.1.3
19522026-03-16T19:54:22.637Z Checking byteorder v1.5.0
19532026-03-16T19:54:22.637Z Checking futures-channel v0.3.32
19542026-03-16T19:54:22.637Z Checking idna_adapter v1.2.1
19552026-03-16T19:54:22.735Z Checking digest v0.10.7
19562026-03-16T19:54:22.769Z Checking futures-task v0.3.32
19572026-03-16T19:54:22.817Z Checking futures-io v0.3.32
19582026-03-16T19:54:22.835Z Checking idna v1.1.0
19592026-03-16T19:54:22.946Z Checking slab v0.4.12
19602026-03-16T19:54:22.981Z Checking cpufeatures v0.2.17
19612026-03-16T19:54:23.025Z Checking indexmap v2.13.0
19622026-03-16T19:54:23.032Z Checking thiserror v1.0.69
19632026-03-16T19:54:23.108Z Checking getrandom v0.3.4
19642026-03-16T19:54:23.163Z Checking futures-util v0.3.32
19652026-03-16T19:54:23.208Z Checking url v2.5.8
19662026-03-16T19:54:23.251Z Checking fnv v1.0.7
19672026-03-16T19:54:23.313Z Checking regex-syntax v0.8.10
19682026-03-16T19:54:23.398Z Checking http v1.4.0
19692026-03-16T19:54:23.566Z Checking tracing-core v0.1.36
19702026-03-16T19:54:23.816Z Checking schemars v0.8.22
19712026-03-16T19:54:23.860Z Checking base64 v0.22.1
19722026-03-16T19:54:24.004Z Checking tracing v0.1.44
19732026-03-16T19:54:24.124Z Checking ppv-lite86 v0.2.21
19742026-03-16T19:54:24.210Z Checking unicode-ident v1.0.24
19752026-03-16T19:54:24.253Z Checking ipnet v2.11.0
19762026-03-16T19:54:24.311Z Checking utf8parse v0.2.2
19772026-03-16T19:54:24.381Z Checking anstyle v1.0.13
19782026-03-16T19:54:24.477Z Checking proc-macro2 v1.0.106
19792026-03-16T19:54:24.583Z Checking untrusted v0.9.0
19802026-03-16T19:54:24.638Z Checking anstyle-parse v0.2.7
19812026-03-16T19:54:24.683Z Checking aho-corasick v1.1.4
19822026-03-16T19:54:24.756Z Checking ring v0.17.14
19832026-03-16T19:54:24.796Z Checking colorchoice v1.0.4
19842026-03-16T19:54:24.885Z Checking base64ct v1.8.3
19852026-03-16T19:54:24.918Z Checking quote v1.0.44
19862026-03-16T19:54:24.962Z Checking is_terminal_polyfill v1.70.2
19872026-03-16T19:54:25.106Z Checking anstyle-query v1.1.5
19882026-03-16T19:54:25.177Z Checking syn v2.0.117
19892026-03-16T19:54:25.221Z Checking block-padding v0.3.3
19902026-03-16T19:54:25.231Z Checking terminal_size v0.4.3
19912026-03-16T19:54:25.303Z Checking anstream v0.6.21
19922026-03-16T19:54:25.417Z Checking inout v0.1.4
19932026-03-16T19:54:25.461Z Checking rustls-pki-types v1.14.0
19942026-03-16T19:54:25.592Z Checking crossbeam-utils v0.8.21
19952026-03-16T19:54:25.637Z Checking httparse v1.10.1
19962026-03-16T19:54:25.680Z Checking regex-automata v0.4.14
19972026-03-16T19:54:25.869Z Checking cipher v0.4.4
19982026-03-16T19:54:25.872Z Checking clap_lex v1.0.0
19992026-03-16T19:54:25.955Z Checking strsim v0.11.1
20002026-03-16T19:54:26.074Z Checking sha2 v0.10.9
20012026-03-16T19:54:26.138Z Checking pem-rfc7468 v0.7.0
20022026-03-16T19:54:26.141Z Checking http-body v1.0.1
20032026-03-16T19:54:26.220Z Checking clap_builder v4.5.60
20042026-03-16T19:54:26.224Z Checking rand_core v0.9.5
20052026-03-16T19:54:26.308Z Checking tokio-util v0.7.18
20062026-03-16T19:54:26.358Z Checking atomic-waker v1.1.2
20072026-03-16T19:54:26.403Z Checking hmac v0.12.1
20082026-03-16T19:54:26.449Z Checking try-lock v0.2.5
20092026-03-16T19:54:26.511Z Checking httpdate v1.0.3
20102026-03-16T19:54:26.555Z Checking tower-layer v0.3.3
20112026-03-16T19:54:26.601Z Checking ryu v1.0.23
20122026-03-16T19:54:26.605Z Checking want v0.3.1
20132026-03-16T19:54:26.723Z Checking flagset v0.4.7
20142026-03-16T19:54:26.778Z Checking tower-service v0.3.3
20152026-03-16T19:54:26.781Z Checking pin-utils v0.1.0
20162026-03-16T19:54:26.860Z Checking rand_chacha v0.9.0
20172026-03-16T19:54:26.910Z Checking der v0.7.10
20182026-03-16T19:54:26.954Z Checking erased-serde v0.3.31
20192026-03-16T19:54:26.957Z Checking spin v0.9.8
20202026-03-16T19:54:27.150Z Checking rand v0.9.2
20212026-03-16T19:54:27.153Z Checking h2 v0.4.13
20222026-03-16T19:54:27.264Z Checking socket2 v0.5.10
20232026-03-16T19:54:27.552Z Checking slog v2.8.2
20242026-03-16T19:54:27.612Z Checking anyhow v1.0.102
20252026-03-16T19:54:27.802Z Checking http-body-util v0.1.3
20262026-03-16T19:54:27.906Z Checking aws-lc-sys v0.37.1
20272026-03-16T19:54:27.952Z Checking untrusted v0.7.1
20282026-03-16T19:54:27.991Z Checking clap v4.5.60
20292026-03-16T19:54:27.995Z Checking powerfmt v0.2.0
20302026-03-16T19:54:28.117Z Checking num_threads v0.1.7
20312026-03-16T19:54:28.161Z Checking fastrand v2.3.0
20322026-03-16T19:54:28.166Z Checking openssl-probe v0.2.1
20332026-03-16T19:54:28.246Z Checking deranged v0.5.8
20342026-03-16T19:54:28.289Z Checking time-core v0.1.8
20352026-03-16T19:54:28.293Z Checking num-conv v0.2.0
20362026-03-16T19:54:28.373Z Checking regex v1.12.3
20372026-03-16T19:54:28.421Z Checking spki v0.7.3
20382026-03-16T19:54:28.477Z Checking serde_urlencoded v0.7.1
20392026-03-16T19:54:28.528Z Checking pbkdf2 v0.12.2
20402026-03-16T19:54:28.572Z Checking aes v0.8.4
20412026-03-16T19:54:28.662Z Checking rand_chacha v0.3.1
20422026-03-16T19:54:28.706Z Checking pretty-hex v0.4.1
20432026-03-16T19:54:28.788Z Checking unicode-width v0.2.0
20442026-03-16T19:54:28.828Z Checking salsa20 v0.10.2
20452026-03-16T19:54:28.870Z Checking aws-lc-rs v1.16.0
20462026-03-16T19:54:28.939Z Checking cbc v0.1.2
20472026-03-16T19:54:28.970Z Checking rand v0.8.5
20482026-03-16T19:54:29.027Z Checking ipnetwork v0.21.1
20492026-03-16T19:54:29.110Z Checking scrypt v0.11.0
20502026-03-16T19:54:29.179Z Checking tempfile v3.25.0
20512026-03-16T19:54:29.194Z Checking hex v0.4.3
20522026-03-16T19:54:29.323Z Checking plain v0.2.3
20532026-03-16T19:54:29.371Z Checking pkcs5 v0.7.1
20542026-03-16T19:54:29.467Z Checking rustls-native-certs v0.8.3
20552026-03-16T19:54:29.545Z Checking sync_wrapper v1.0.2
20562026-03-16T19:54:29.556Z Checking camino v1.2.2
20572026-03-16T19:54:29.648Z Checking mime v0.3.17
20582026-03-16T19:54:29.700Z Checking time v0.3.47
20592026-03-16T19:54:29.724Z Checking ucd-trie v0.1.7
20602026-03-16T19:54:29.775Z Checking tower v0.5.3
20612026-03-16T19:54:29.789Z Checking pkcs8 v0.10.2
20622026-03-16T19:54:29.898Z Checking webpki-roots v1.0.6
20632026-03-16T19:54:29.943Z Checking pest v2.8.6
20642026-03-16T19:54:29.985Z Checking iri-string v0.7.10
20652026-03-16T19:54:30.032Z Checking either v1.15.0
20662026-03-16T19:54:30.078Z Checking rustls-webpki v0.103.9
20672026-03-16T19:54:30.087Z Checking openapiv3 v2.2.0
20682026-03-16T19:54:30.320Z Checking foreign-types-shared v0.1.1
20692026-03-16T19:54:30.369Z Checking openssl-sys v0.9.111
20702026-03-16T19:54:30.455Z Checking foreign-types v0.3.2
20712026-03-16T19:54:30.578Z Checking encoding_rs v0.8.35
20722026-03-16T19:54:30.684Z Checking rustls v0.23.37
20732026-03-16T19:54:30.911Z Checking hyper v1.8.1
20742026-03-16T19:54:31.159Z Checking winnow v0.7.14
20752026-03-16T19:54:31.290Z Checking openssl v0.10.75
20762026-03-16T19:54:31.470Z Checking oxnet v0.1.4
20772026-03-16T19:54:31.514Z Checking tower-http v0.6.8
20782026-03-16T19:54:31.806Z Checking lazy_static v1.5.0
20792026-03-16T19:54:31.866Z Checking static_assertions v1.1.0
20802026-03-16T19:54:31.909Z Checking signature v2.2.0
20812026-03-16T19:54:31.954Z Checking simd-adler32 v0.3.8
20822026-03-16T19:54:31.958Z Checking hubpack v0.1.2
20832026-03-16T19:54:32.038Z Checking adler2 v2.0.1
20842026-03-16T19:54:32.104Z Checking strum v0.26.3
20852026-03-16T19:54:32.165Z Checking hyper-util v0.1.20
20862026-03-16T19:54:32.211Z Checking sha1 v0.10.6
20872026-03-16T19:54:32.255Z Checking tinyvec_macros v0.1.1
20882026-03-16T19:54:32.259Z Checking miniz_oxide v0.8.9
20892026-03-16T19:54:32.342Z Checking data-encoding v2.10.0
20902026-03-16T19:54:32.415Z Checking tinyvec v1.10.0
20912026-03-16T19:54:32.460Z Checking serde_spanned v0.6.9
20922026-03-16T19:54:32.648Z Checking toml_datetime v0.6.11
20932026-03-16T19:54:32.724Z Checking num-integer v0.1.46
20942026-03-16T19:54:32.769Z Checking scroll v0.13.0
20952026-03-16T19:54:32.812Z Checking bit-vec v0.8.0
20962026-03-16T19:54:32.882Z Checking base16ct v0.2.0
20972026-03-16T19:54:32.927Z Checking crossbeam-epoch v0.9.18
20982026-03-16T19:54:33.054Z Checking crc32fast v1.5.0
20992026-03-16T19:54:33.100Z Checking goblin v0.10.5
21002026-03-16T19:54:33.104Z Checking sec1 v0.7.3
21012026-03-16T19:54:33.104Z Checking bit-set v0.8.0
21022026-03-16T19:54:33.244Z Checking ff v0.13.1
21032026-03-16T19:54:33.313Z Checking wait-timeout v0.2.1
21042026-03-16T19:54:33.392Z Checking memmap2 v0.9.10
21052026-03-16T19:54:33.446Z Checking group v0.13.0
21062026-03-16T19:54:33.487Z Checking num-iter v0.1.45
21072026-03-16T19:54:33.532Z Checking dtrace-parser v0.3.0
21082026-03-16T19:54:33.638Z Checking bstr v1.12.1
21092026-03-16T19:54:33.683Z Checking hkdf v0.12.4
21102026-03-16T19:54:33.691Z Checking ahash v0.8.12
21112026-03-16T19:54:33.832Z Checking crypto-bigint v0.5.5
21122026-03-16T19:54:33.875Z Checking scroll v0.12.0
21132026-03-16T19:54:33.920Z Checking thread-id v5.1.0
21142026-03-16T19:54:33.987Z Checking tokio-rustls v0.26.4
21152026-03-16T19:54:34.032Z Checking quick-error v1.2.3
21162026-03-16T19:54:34.075Z Checking rand_xorshift v0.4.0
21172026-03-16T19:54:34.134Z Checking native-tls v0.2.18
21182026-03-16T19:54:34.199Z Checking rusty-fork v0.3.1
21192026-03-16T19:54:34.245Z Checking goblin v0.8.2
21202026-03-16T19:54:34.250Z Checking zerocopy v0.7.35
21212026-03-16T19:54:34.330Z Checking unarray v0.1.4
21222026-03-16T19:54:34.333Z Checking hyper-rustls v0.27.7
21232026-03-16T19:54:34.414Z Checking tokio-native-tls v0.3.1
21242026-03-16T19:54:34.460Z Checking num-bigint-dig v0.8.6
21252026-03-16T19:54:34.502Z Checking proptest v1.10.0
21262026-03-16T19:54:34.643Z Checking hyper-tls v0.6.0
21272026-03-16T19:54:34.687Z Checking dtrace-parser v0.2.0
21282026-03-16T19:54:34.889Z Checking reqwest v0.12.28
21292026-03-16T19:54:35.028Z Checking pkcs1 v0.7.5
21302026-03-16T19:54:35.032Z Checking x509-cert v0.2.5
21312026-03-16T19:54:35.329Z Checking thread-id v4.2.2
21322026-03-16T19:54:35.425Z Checking elliptic-curve v0.13.8
21332026-03-16T19:54:35.468Z Checking zlib-rs v0.6.2
21342026-03-16T19:54:35.623Z Checking unicode-segmentation v1.12.0
21352026-03-16T19:54:35.862Z Checking rsa v0.9.10
21362026-03-16T19:54:35.995Z Checking crossbeam-deque v0.8.6
21372026-03-16T19:54:36.051Z Checking rfc6979 v0.4.0
21382026-03-16T19:54:36.093Z Checking toml_write v0.1.2
21392026-03-16T19:54:36.226Z Checking ecdsa v0.16.9
21402026-03-16T19:54:36.269Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-03-16T19:54:36.341Z Checking toml_edit v0.22.27
21422026-03-16T19:54:36.501Z Checking curve25519-dalek v4.1.3
21432026-03-16T19:54:36.545Z Checking dof v0.4.0
21442026-03-16T19:54:36.674Z Checking flate2 v1.1.9
21452026-03-16T19:54:36.718Z Checking memoffset v0.9.1
21462026-03-16T19:54:36.761Z Checking rustix v0.38.44
21472026-03-16T19:54:36.849Z Checking env_filter v1.0.0
21482026-03-16T19:54:36.991Z Checking dof v0.3.0
21492026-03-16T19:54:37.055Z Checking newtype-uuid v1.3.2
21502026-03-16T19:54:37.059Z Checking keccak v0.1.6
21512026-03-16T19:54:37.143Z Checking psl-types v2.0.11
21522026-03-16T19:54:37.324Z Checking publicsuffix v2.3.0
21532026-03-16T19:54:37.369Z Checking sha3 v0.10.8
21542026-03-16T19:54:37.373Z Checking daft v0.1.5
21552026-03-16T19:54:37.452Z Checking usdt-impl v0.5.0
21562026-03-16T19:54:37.530Z Checking usdt-impl v0.6.0
21572026-03-16T19:54:37.576Z Checking env_logger v0.11.9
21582026-03-16T19:54:37.580Z Checking ed25519 v2.2.3
21592026-03-16T19:54:37.674Z Checking cookie v0.18.1
21602026-03-16T19:54:37.746Z Checking itertools v0.13.0
21612026-03-16T19:54:37.842Z Checking serde_with v3.17.0
21622026-03-16T19:54:37.887Z Checking bitflags v1.3.2
21632026-03-16T19:54:37.890Z Checking siphasher v1.0.2
21642026-03-16T19:54:37.974Z Checking ed25519-dalek v2.2.0
21652026-03-16T19:54:37.977Z Checking usdt v0.6.0
21662026-03-16T19:54:37.977Z Checking rustls-platform-verifier v0.6.2
21672026-03-16T19:54:38.099Z Checking cookie_store v0.22.1
21682026-03-16T19:54:38.103Z Checking unicode-normalization v0.1.25
21692026-03-16T19:54:38.276Z Checking signal-hook v0.3.18
21702026-03-16T19:54:38.282Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-16T19:54:38.287Z Checking winnow v0.5.40
21722026-03-16T19:54:38.329Z Checking managed v0.8.0
21732026-03-16T19:54:38.450Z Checking nix v0.31.1
21742026-03-16T19:54:38.534Z Checking rayon-core v1.13.0
21752026-03-16T19:54:38.580Z Checking reqwest v0.13.2
21762026-03-16T19:54:38.621Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-16T19:54:38.702Z Checking object v0.37.3
21782026-03-16T19:54:38.771Z Checking foldhash v0.1.5
21792026-03-16T19:54:38.963Z Checking hashbrown v0.15.5
21802026-03-16T19:54:39.010Z Checking bzip2 v0.4.4
21812026-03-16T19:54:39.180Z Checking signal-hook-mio v0.2.5
21822026-03-16T19:54:39.264Z Checking ref-cast v1.0.25
21832026-03-16T19:54:39.338Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-16T19:54:39.416Z Checking zip v0.6.6
21852026-03-16T19:54:39.598Z Checking zstd-safe v7.2.4
21862026-03-16T19:54:39.774Z Checking bumpalo v3.20.2
21872026-03-16T19:54:39.774Z Checking libbz2-rs-sys v0.2.2
21882026-03-16T19:54:39.787Z Checking zstd v0.13.3
21892026-03-16T19:54:39.880Z Checking crossterm v0.28.1
21902026-03-16T19:54:39.926Z Checking toml_edit v0.19.15
21912026-03-16T19:54:39.930Z Checking rayon v1.11.0
21922026-03-16T19:54:39.930Z Checking similar v2.7.0
21932026-03-16T19:54:40.051Z Checking zopfli v0.8.3
21942026-03-16T19:54:40.055Z Checking fs-err v3.3.0
21952026-03-16T19:54:40.304Z Checking bzip2 v0.6.1
21962026-03-16T19:54:40.501Z Checking hash32 v0.2.1
21972026-03-16T19:54:40.504Z Checking serde-big-array v0.5.1
21982026-03-16T19:54:40.591Z Checking predicates-core v1.0.10
21992026-03-16T19:54:40.604Z Checking jiff v0.2.21
22002026-03-16T19:54:40.758Z Checking unicode-properties v0.1.4
22012026-03-16T19:54:40.779Z Checking unicode-bidi v0.3.18
22022026-03-16T19:54:40.831Z Checking heapless v0.7.17
22032026-03-16T19:54:40.878Z Checking hickory-proto v0.25.2
22042026-03-16T19:54:41.020Z Checking tokio-stream v0.1.18
22052026-03-16T19:54:41.201Z Checking stringprep v0.1.5
22062026-03-16T19:54:41.419Z Checking toml v0.7.8
22072026-03-16T19:54:41.475Z Checking md-5 v0.10.6
22082026-03-16T19:54:41.494Z Checking float-cmp v0.10.0
22092026-03-16T19:54:41.562Z Checking normalize-line-endings v0.3.0
22102026-03-16T19:54:41.648Z Checking rustc-hash v2.1.1
22112026-03-16T19:54:41.685Z Checking difflib v0.4.0
22122026-03-16T19:54:41.724Z Checking fallible-iterator v0.2.0
22132026-03-16T19:54:41.809Z Checking iddqd v0.3.17
22142026-03-16T19:54:41.854Z Checking smoltcp v0.9.1
22152026-03-16T19:54:41.938Z Checking predicates v3.1.4
22162026-03-16T19:54:42.052Z Checking phf_shared v0.11.3
22172026-03-16T19:54:42.117Z Checking postgres-protocol v0.6.10
22182026-03-16T19:54:42.208Z Checking phf_shared v0.13.1
22192026-03-16T19:54:42.277Z Checking itertools v0.12.1
22202026-03-16T19:54:42.368Z Checking console v0.16.2
22212026-03-16T19:54:42.507Z Checking buf-list v1.1.2
22222026-03-16T19:54:42.550Z Checking strum v0.27.2
22232026-03-16T19:54:42.707Z Checking lalrpop-util v0.19.12
22242026-03-16T19:54:42.751Z Checking unit-prefix v0.5.2
22252026-03-16T19:54:42.794Z Checking fixedbitset v0.4.2
22262026-03-16T19:54:42.798Z Checking new_debug_unreachable v1.0.6
22272026-03-16T19:54:42.965Z Checking precomputed-hash v0.1.1
22282026-03-16T19:54:42.969Z Checking fixedbitset v0.5.7
22292026-03-16T19:54:43.021Z Checking petgraph v0.6.5
22302026-03-16T19:54:43.024Z Checking indicatif v0.18.4
22312026-03-16T19:54:43.024Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-03-16T19:54:43.144Z Checking string_cache v0.8.9
22332026-03-16T19:54:43.257Z Checking petgraph v0.8.3
22342026-03-16T19:54:43.387Z Checking postgres-types v0.2.12
22352026-03-16T19:54:43.633Z Checking phf v0.13.1
22362026-03-16T19:54:43.698Z Checking zone v0.3.1
22372026-03-16T19:54:43.771Z Checking zip v4.6.1
22382026-03-16T19:54:43.845Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-03-16T19:54:43.889Z Checking peg-runtime v0.8.5
22402026-03-16T19:54:44.099Z Checking whoami v2.1.0
22412026-03-16T19:54:44.264Z Checking futures-executor v0.3.32
22422026-03-16T19:54:44.340Z Checking is-terminal v0.4.17
22432026-03-16T19:54:44.389Z Checking tokio-postgres v0.7.16
22442026-03-16T19:54:44.479Z Checking futures v0.3.32
22452026-03-16T19:54:44.521Z Checking crossbeam-channel v0.5.15
22462026-03-16T19:54:44.607Z Compiling structmeta-derive v0.3.0
22472026-03-16T19:54:44.704Z Checking thread_local v1.1.9
22482026-03-16T19:54:44.711Z Checking term v1.2.1
22492026-03-16T19:54:44.801Z Checking take_mut v0.2.2
22502026-03-16T19:54:44.895Z Compiling newtype-uuid-macros v0.1.0
22512026-03-16T19:54:44.965Z Compiling rustls v0.22.4
22522026-03-16T19:54:45.010Z Checking slog-async v2.8.0
22532026-03-16T19:54:45.051Z Checking slog-term v2.9.2
22542026-03-16T19:54:45.276Z Checking regress v0.10.5
22552026-03-16T19:54:45.331Z Compiling multer v3.1.0
22562026-03-16T19:54:45.425Z Compiling async-stream-impl v0.3.6
22572026-03-16T19:54:45.480Z Compiling dropshot v0.16.7
22582026-03-16T19:54:45.715Z Compiling dropshot_endpoint v0.16.7
22592026-03-16T19:54:45.860Z Checking match_cfg v0.1.0
22602026-03-16T19:54:45.932Z Checking slog-json v2.6.1
22612026-03-16T19:54:45.982Z Checking hostname v0.3.1
22622026-03-16T19:54:46.060Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-16T19:54:46.104Z Compiling structmeta v0.3.0
22642026-03-16T19:54:46.149Z Checking debug-ignore v1.0.5
22652026-03-16T19:54:46.193Z Checking slog-bunyan v2.5.0
22662026-03-16T19:54:46.276Z Checking serde_spanned v1.0.4
22672026-03-16T19:54:46.321Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-16T19:54:46.367Z Checking rustls-webpki v0.102.8
22692026-03-16T19:54:46.413Z Compiling derive-ex v0.1.8
22702026-03-16T19:54:46.455Z Checking serde_path_to_error v0.1.20
22712026-03-16T19:54:46.499Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-03-16T19:54:46.587Z Checking toml v0.9.12+spec-1.1.0
22732026-03-16T19:54:46.631Z Checking async-stream v0.3.6
22742026-03-16T19:54:46.867Z Checking waitgroup v0.1.2
22752026-03-16T19:54:47.025Z Checking rustls-pemfile v2.2.0
22762026-03-16T19:54:47.068Z Checking hostname v0.4.2
22772026-03-16T19:54:47.138Z Checking progenitor-client v0.13.0
22782026-03-16T19:54:47.225Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-16T19:54:47.270Z Compiling parse-display-derive v0.10.0
22802026-03-16T19:54:47.273Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22812026-03-16T19:54:47.437Z Checking itertools v0.14.0
22822026-03-16T19:54:47.440Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-16T19:54:47.522Z Checking macaddr v1.0.1
22842026-03-16T19:54:47.525Z Checking progenitor-client v0.10.0
22852026-03-16T19:54:47.787Z Checking instant v0.1.13
22862026-03-16T19:54:47.876Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-16T19:54:47.928Z Checking backoff v0.4.0
22882026-03-16T19:54:48.046Z Checking backon v1.6.0
22892026-03-16T19:54:48.131Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-16T19:54:48.223Z Checking heck v0.5.0
22912026-03-16T19:54:48.290Z Checking progenitor-extras v0.1.1
22922026-03-16T19:54:48.441Z Checking camino-tempfile v1.4.1
22932026-03-16T19:54:48.609Z Checking toml v0.8.23
22942026-03-16T19:54:48.746Z Compiling test-strategy v0.4.5
22952026-03-16T19:54:48.800Z Compiling convert_case v0.4.0
22962026-03-16T19:54:48.931Z Compiling unsafe-libyaml v0.2.11
22972026-03-16T19:54:48.934Z Checking tokio-rustls v0.25.0
22982026-03-16T19:54:49.092Z Checking secrecy v0.10.3
22992026-03-16T19:54:49.278Z Compiling toml_edit v0.23.10+spec-1.0.0
23002026-03-16T19:54:49.376Z Compiling derive_more v0.99.20
23012026-03-16T19:54:49.650Z Checking parse-display v0.10.0
23022026-03-16T19:54:49.866Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-16T19:54:50.014Z Compiling crucible-workspace-hack v0.1.0
23042026-03-16T19:54:50.288Z Compiling proc-macro-crate v3.4.0
23052026-03-16T19:54:50.594Z Compiling typify-impl v0.6.1
23062026-03-16T19:54:50.790Z Checking half v2.7.1
23072026-03-16T19:54:50.893Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-03-16T19:54:51.064Z Checking ciborium-io v0.2.2
23092026-03-16T19:54:51.177Z Checking glob v0.3.3
23102026-03-16T19:54:51.220Z Checking ciborium-ll v0.2.2
23112026-03-16T19:54:51.481Z Compiling heapless v0.8.0
23122026-03-16T19:54:51.495Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132026-03-16T19:54:51.513Z Checking ciborium v0.2.2
23142026-03-16T19:54:51.848Z Compiling ingot-macros v0.1.1
23152026-03-16T19:54:51.936Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23162026-03-16T19:54:51.979Z Checking tabwriter v1.4.1
23172026-03-16T19:54:52.133Z Checking hash32 v0.3.1
23182026-03-16T19:54:52.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-16T19:54:52.218Z Compiling smoltcp v0.11.0
23202026-03-16T19:54:52.503Z Compiling num_enum_derive v0.7.5
23212026-03-16T19:54:52.558Z Checking cobs v0.3.0
23222026-03-16T19:54:52.755Z Compiling foreign-types-macros v0.2.3
23232026-03-16T19:54:52.797Z Checking foreign-types-shared v0.3.1
23242026-03-16T19:54:52.883Z Checking cpufeatures v0.3.0
23252026-03-16T19:54:53.003Z Checking postcard v1.1.3
23262026-03-16T19:54:53.044Z Checking chacha20 v0.10.0
23272026-03-16T19:54:53.575Z Checking foreign-types v0.5.0
23282026-03-16T19:54:53.617Z Compiling proc-macro-crate v1.3.1
23292026-03-16T19:54:53.705Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-16T19:54:53.964Z Checking num_enum v0.7.5
23312026-03-16T19:54:54.024Z Checking sigpipe v0.1.3
23322026-03-16T19:54:54.138Z Checking cstr-argument v0.1.2
23332026-03-16T19:54:54.184Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-16T19:54:54.252Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-16T19:54:54.347Z Checking colored v3.1.1
23362026-03-16T19:54:54.554Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23372026-03-16T19:54:54.701Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-16T19:54:54.757Z Compiling num_enum_derive v0.5.11
23392026-03-16T19:54:54.816Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-03-16T19:54:54.918Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-03-16T19:54:54.962Z Checking rand v0.10.0
23422026-03-16T19:54:55.004Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23432026-03-16T19:54:55.157Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-03-16T19:54:55.201Z Checking indent_write v2.2.0
23452026-03-16T19:54:55.403Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23462026-03-16T19:54:55.452Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23472026-03-16T19:54:55.642Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23482026-03-16T19:54:55.689Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23492026-03-16T19:54:55.773Z Checking ingot-types v0.1.2
23502026-03-16T19:54:55.816Z Checking smf v0.2.3
23512026-03-16T19:54:55.992Z Compiling num-derive v0.4.2
23522026-03-16T19:54:56.146Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-16T19:54:56.186Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23542026-03-16T19:54:56.228Z Checking num_enum v0.5.11
23552026-03-16T19:54:56.291Z Checking ingot v0.1.1
23562026-03-16T19:54:56.399Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23572026-03-16T19:54:56.442Z Checking whoami v1.6.1
23582026-03-16T19:54:56.541Z Checking universal-hash v0.5.1
23592026-03-16T19:54:56.699Z Checking opaque-debug v0.3.1
23602026-03-16T19:54:56.742Z Checking aead v0.5.2
23612026-03-16T19:54:56.818Z Checking swrite v0.1.0
23622026-03-16T19:54:56.821Z Checking poly1305 v0.8.0
23632026-03-16T19:54:56.902Z Checking chacha20 v0.9.1
23642026-03-16T19:54:56.953Z Checking unicode-width v0.1.14
23652026-03-16T19:54:56.996Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-16T19:54:57.126Z Compiling typify-macro v0.6.1
23672026-03-16T19:54:57.180Z Checking password-hash v0.5.0
23682026-03-16T19:54:57.231Z Checking blake2 v0.10.6
23692026-03-16T19:54:57.320Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-16T19:54:57.333Z Compiling usdt-macro v0.5.0
23712026-03-16T19:54:57.510Z Compiling usdt-attr-macro v0.5.0
23722026-03-16T19:54:57.562Z Checking memmap v0.7.0
23732026-03-16T19:54:57.606Z Checking argon2 v0.5.3
23742026-03-16T19:54:57.762Z Checking chacha20poly1305 v0.10.1
23752026-03-16T19:54:57.951Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23762026-03-16T19:54:58.078Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-03-16T19:54:58.320Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23782026-03-16T19:54:58.368Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-16T19:54:58.489Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23802026-03-16T19:54:58.544Z Checking usdt v0.5.0
23812026-03-16T19:54:58.625Z Checking thiserror-no-std v2.0.2
23822026-03-16T19:54:58.669Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23832026-03-16T19:54:58.713Z Compiling derive-where v1.6.0
23842026-03-16T19:54:58.760Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23852026-03-16T19:54:58.802Z Checking vsss-rs v3.3.4
23862026-03-16T19:54:58.805Z Checking tokio-dtrace v0.1.1
23872026-03-16T19:54:58.989Z Checking atomicwrites v0.4.4
23882026-03-16T19:54:59.106Z Checking oxide-tokio-rt v0.1.3
23892026-03-16T19:54:59.252Z Checking console v0.15.11
23902026-03-16T19:54:59.385Z Checking newline-converter v0.3.0
23912026-03-16T19:54:59.517Z Compiling typify v0.6.1
23922026-03-16T19:54:59.563Z Checking bytecount v0.6.9
23932026-03-16T19:54:59.649Z Checking expectorate v1.2.0
23942026-03-16T19:54:59.691Z Compiling progenitor-impl v0.13.0
23952026-03-16T19:54:59.777Z Compiling prettyplease v0.2.37
23962026-03-16T19:54:59.840Z Compiling owo-colors v4.3.0
23972026-03-16T19:55:00.149Z Compiling cancel-safe-futures v0.1.5
23982026-03-16T19:55:00.370Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-16T19:55:00.463Z Checking libsw-core v0.3.2
24002026-03-16T19:55:00.550Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-16T19:55:00.638Z Checking linear-map v1.2.0
24022026-03-16T19:55:00.723Z Checking libsw v3.5.0
24032026-03-16T19:55:00.890Z Checking same-file v1.0.6
24042026-03-16T19:55:00.936Z Checking num-rational v0.4.2
24052026-03-16T19:55:00.977Z Checking num-complex v0.4.6
24062026-03-16T19:55:00.982Z Checking float-ord v0.3.2
24072026-03-16T19:55:01.067Z Checking walkdir v2.5.0
24082026-03-16T19:55:01.177Z Compiling typify-impl v0.4.3
24092026-03-16T19:55:01.307Z Checking gethostname v0.5.0
24102026-03-16T19:55:01.349Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-16T19:55:01.493Z Checking num v0.4.3
24122026-03-16T19:55:01.615Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24132026-03-16T19:55:01.658Z Compiling async-recursion v1.1.1
24142026-03-16T19:55:01.701Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-03-16T19:55:02.142Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-03-16T19:55:03.435Z Compiling progenitor-macro v0.13.0
24172026-03-16T19:55:03.611Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-03-16T19:55:04.233Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-03-16T19:55:04.853Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-03-16T19:55:07.228Z Checking unicode-linebreak v0.1.5
24212026-03-16T19:55:07.320Z Checking smawk v0.3.2
24222026-03-16T19:55:07.520Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-03-16T19:55:07.563Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24242026-03-16T19:55:07.703Z Compiling typify-macro v0.4.3
24252026-03-16T19:55:07.995Z Checking globset v0.4.18
24262026-03-16T19:55:08.359Z Compiling convert_case v0.10.0
24272026-03-16T19:55:09.015Z Compiling slog-dtrace v0.3.0
24282026-03-16T19:55:09.309Z Checking resolv-conf v0.7.6
24292026-03-16T19:55:09.462Z Compiling derive_more-impl v2.1.1
24302026-03-16T19:55:09.775Z Compiling pin-project-internal v1.1.11
24312026-03-16T19:55:09.910Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-03-16T19:55:10.047Z Compiling typify v0.4.3
24332026-03-16T19:55:10.375Z Checking pem v3.0.6
24342026-03-16T19:55:10.500Z Checking progenitor v0.13.0
24352026-03-16T19:55:10.604Z Checking derive_more v2.1.1
24362026-03-16T19:55:10.646Z Checking fd-lock v4.0.4
24372026-03-16T19:55:10.650Z Checking vte v0.14.1
24382026-03-16T19:55:10.733Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24392026-03-16T19:55:10.736Z Checking crossterm v0.29.0
24402026-03-16T19:55:10.832Z Checking display-error-chain v0.2.2
24412026-03-16T19:55:10.920Z Checking strip-ansi-escapes v0.2.1
24422026-03-16T19:55:11.011Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24432026-03-16T19:55:11.085Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24442026-03-16T19:55:11.214Z Compiling snafu-derive v0.8.9
24452026-03-16T19:55:11.355Z Checking pin-project v1.1.11
24462026-03-16T19:55:11.511Z Checking nu-ansi-term v0.50.3
24472026-03-16T19:55:11.569Z Checking linked-hash-map v0.5.6
24482026-03-16T19:55:11.830Z Checking termtree v0.5.1
24492026-03-16T19:55:11.834Z Checking lru-cache v0.1.2
24502026-03-16T19:55:11.912Z Checking reedline v0.40.0
24512026-03-16T19:55:12.029Z Compiling progenitor-impl v0.11.2
24522026-03-16T19:55:12.072Z Checking textwrap v0.16.2
24532026-03-16T19:55:12.377Z Checking olpc-cjson v0.1.4
24542026-03-16T19:55:12.583Z Checking hickory-proto v0.24.4
24552026-03-16T19:55:13.490Z Checking serde_plain v1.0.2
24562026-03-16T19:55:13.624Z Checking typed-path v0.9.3
24572026-03-16T19:55:13.711Z Compiling minimal-lexical v0.2.1
24582026-03-16T19:55:13.921Z Checking snafu v0.8.9
24592026-03-16T19:55:14.077Z Compiling nom v7.1.3
24602026-03-16T19:55:14.266Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24612026-03-16T19:55:14.370Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24622026-03-16T19:55:14.784Z Checking tough v0.20.0
24632026-03-16T19:55:15.070Z Checking progenitor-client v0.11.2
24642026-03-16T19:55:15.145Z Checking nibble_vec v0.1.0
24652026-03-16T19:55:15.344Z Checking endian-type v0.1.2
24662026-03-16T19:55:15.407Z Checking hickory-resolver v0.24.4
24672026-03-16T19:55:15.546Z Checking radix_trie v0.2.1
24682026-03-16T19:55:15.593Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24692026-03-16T19:55:15.634Z Compiling ar_archive_writer v0.5.1
24702026-03-16T19:55:15.813Z Compiling progenitor-macro v0.11.2
24712026-03-16T19:55:15.863Z Checking humantime v2.3.0
24722026-03-16T19:55:16.015Z Checking csv-core v0.1.13
24732026-03-16T19:55:16.134Z Checking base64 v0.21.7
24742026-03-16T19:55:16.275Z Checking csv v1.4.0
24752026-03-16T19:55:16.383Z Checking qorb v0.4.1
24762026-03-16T19:55:16.428Z Compiling stacker v0.1.23
24772026-03-16T19:55:16.483Z Compiling cfg_aliases v0.1.1
24782026-03-16T19:55:16.614Z Checking highway v1.3.0
24792026-03-16T19:55:16.804Z Compiling nix v0.28.0
24802026-03-16T19:55:16.890Z Compiling psm v0.1.30
24812026-03-16T19:55:16.945Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24822026-03-16T19:55:16.949Z Checking papergrid v0.11.0
24832026-03-16T19:55:17.317Z Compiling tabled_derive v0.7.0
24842026-03-16T19:55:17.509Z Checking home v0.5.12
24852026-03-16T19:55:17.654Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24862026-03-16T19:55:17.698Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24872026-03-16T19:55:17.946Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24882026-03-16T19:55:18.081Z Checking phf_shared v0.12.1
24892026-03-16T19:55:18.301Z Compiling recursive-proc-macro-impl v0.1.1
24902026-03-16T19:55:18.421Z Compiling chrono-tz v0.10.4
24912026-03-16T19:55:18.627Z Compiling semver v0.1.20
24922026-03-16T19:55:18.710Z Checking tabled v0.15.0
24932026-03-16T19:55:18.799Z Checking phf v0.12.1
24942026-03-16T19:55:18.897Z Checking recursive v0.1.1
24952026-03-16T19:55:19.020Z Compiling rustc_version v0.1.7
24962026-03-16T19:55:19.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24972026-03-16T19:55:19.105Z Compiling const_format_proc_macros v0.2.34
24982026-03-16T19:55:19.352Z Compiling peg-macros v0.8.5
24992026-03-16T19:55:19.823Z Checking winnow v0.6.26
25002026-03-16T19:55:20.265Z Compiling sqlparser_derive v0.5.0
25012026-03-16T19:55:20.314Z Checking unicode_categories v0.1.1
25022026-03-16T19:55:20.559Z Checking const_format v0.2.35
25032026-03-16T19:55:20.874Z Checking rustyline v14.0.0
25042026-03-16T19:55:20.977Z Compiling newtype_derive v0.1.6
25052026-03-16T19:55:21.294Z Checking peg v0.8.5
25062026-03-16T19:55:21.337Z Checking sqlparser v0.61.0
25072026-03-16T19:55:21.416Z Checking sqlformat v0.3.5
25082026-03-16T19:55:21.852Z Checking bcs v0.1.6
25092026-03-16T19:55:22.195Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102026-03-16T19:55:22.199Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25112026-03-16T19:55:22.293Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25122026-03-16T19:55:22.470Z Checking steno v0.4.1
25132026-03-16T19:55:22.617Z Checking utf-8 v0.7.6
25142026-03-16T19:55:22.661Z Checking filetime v0.2.27
25152026-03-16T19:55:22.792Z Checking progenitor v0.11.2
25162026-03-16T19:55:22.835Z Checking arc-swap v1.8.2
25172026-03-16T19:55:22.875Z Checking xattr v1.6.1
25182026-03-16T19:55:22.990Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25192026-03-16T19:55:23.072Z Checking tar v0.4.44
25202026-03-16T19:55:23.161Z Checking slog-scope v4.4.1
25212026-03-16T19:55:23.362Z Compiling progenitor-impl v0.10.0
25222026-03-16T19:55:23.409Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-03-16T19:55:23.582Z Checking slog-stdlog v4.1.1
25242026-03-16T19:55:23.773Z Checking slog-envlogger v2.2.0
25252026-03-16T19:55:23.848Z Checking tungstenite v0.21.0
25262026-03-16T19:55:23.989Z Checking typeid v1.0.3
25272026-03-16T19:55:24.149Z Checking subprocess v0.2.15
25282026-03-16T19:55:24.475Z Checking tokio-tungstenite v0.21.0
25292026-03-16T19:55:24.568Z Checking headers-core v0.3.0
25302026-03-16T19:55:24.735Z Checking headers v0.4.1
25312026-03-16T19:55:24.863Z Compiling lzma-sys v0.1.20
25322026-03-16T19:55:24.907Z Compiling cargo_toml v0.22.3
25332026-03-16T19:55:25.405Z Checking yasna v0.5.2
25342026-03-16T19:55:25.682Z Checking xz2 v0.1.7
25352026-03-16T19:55:25.931Z Checking ron v0.12.0
25362026-03-16T19:55:25.973Z Checking rcgen v0.12.1
25372026-03-16T19:55:26.420Z Checking base16ct v1.0.0
25382026-03-16T19:55:26.621Z Checking dropshot-api-manager-types v0.6.0
25392026-03-16T19:55:26.876Z Checking tagptr v0.2.0
25402026-03-16T19:55:26.962Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25412026-03-16T19:55:27.068Z Compiling progenitor-macro v0.10.0
25422026-03-16T19:55:27.109Z Checking moka v0.12.13
25432026-03-16T19:55:27.207Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25442026-03-16T19:55:27.253Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-03-16T19:55:27.418Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25462026-03-16T19:55:27.543Z Compiling libefi-sys v0.1.0
25472026-03-16T19:55:27.588Z Compiling radium v0.7.0
25482026-03-16T19:55:27.878Z Compiling bitfield-struct v0.6.2
25492026-03-16T19:55:28.027Z Checking hickory-resolver v0.25.2
25502026-03-16T19:55:28.068Z Compiling maybe-uninit v2.0.0
25512026-03-16T19:55:28.111Z Checking tap v1.0.1
25522026-03-16T19:55:28.152Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25532026-03-16T19:55:28.276Z Checking wyz v0.5.1
25542026-03-16T19:55:28.752Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-03-16T19:55:28.816Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25562026-03-16T19:55:28.857Z Compiling zerocopy-derive v0.6.6
25572026-03-16T19:55:28.899Z Checking funty v2.0.0
25582026-03-16T19:55:28.976Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25592026-03-16T19:55:29.127Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-16T19:55:29.274Z Checking crc-catalog v2.4.0
25612026-03-16T19:55:29.436Z Compiling packed_struct v0.10.1
25622026-03-16T19:55:29.477Z Checking bitvec v1.0.1
25632026-03-16T19:55:29.690Z Checking crc v3.4.0
25642026-03-16T19:55:29.870Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-03-16T19:55:29.963Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25662026-03-16T19:55:30.125Z Checking zerocopy v0.6.6
25672026-03-16T19:55:30.199Z Compiling packed_struct_codegen v0.10.1
25682026-03-16T19:55:30.241Z Compiling bitfield-macros v0.19.4
25692026-03-16T19:55:30.366Z Compiling indexmap v1.9.3
25702026-03-16T19:55:30.576Z Checking nodrop v0.1.14
25712026-03-16T19:55:30.677Z Checking smallvec v0.6.14
25722026-03-16T19:55:30.723Z Checking array-init v0.0.4
25732026-03-16T19:55:30.960Z Checking hashbrown v0.12.3
25742026-03-16T19:55:31.231Z Checking bitfield v0.19.4
25752026-03-16T19:55:31.270Z Checking serde-hex v0.1.0
25762026-03-16T19:55:31.343Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-16T19:55:31.603Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-03-16T19:55:31.646Z Checking ron v0.8.1
25792026-03-16T19:55:32.043Z Checking hashbrown v0.13.2
25802026-03-16T19:55:32.401Z Checking crc-any v2.5.0
25812026-03-16T19:55:32.645Z Checking object v0.30.4
25822026-03-16T19:55:32.686Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-03-16T19:55:32.800Z Checking path-slash v0.1.5
25842026-03-16T19:55:32.925Z Compiling xshell-macros v0.2.7
25852026-03-16T19:55:32.967Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862026-03-16T19:55:33.293Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-03-16T19:55:33.435Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-16T19:55:33.479Z Checking xshell v0.2.7
25892026-03-16T19:55:33.482Z Checking half v1.8.3
25902026-03-16T19:55:33.760Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-03-16T19:55:33.828Z Checking serde_cbor v0.11.2
25922026-03-16T19:55:34.065Z Checking progenitor v0.10.0
25932026-03-16T19:55:34.333Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25942026-03-16T19:55:34.404Z Compiling num-derive v0.3.3
25952026-03-16T19:55:34.445Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-16T19:55:34.773Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25972026-03-16T19:55:35.014Z Compiling proc-macro-error2 v2.0.1
25982026-03-16T19:55:35.086Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-03-16T19:55:35.440Z Compiling tabled_derive v0.11.0
26002026-03-16T19:55:35.569Z Checking papergrid v0.17.0
26012026-03-16T19:55:35.621Z Checking libscf-sys v1.1.0
26022026-03-16T19:55:35.819Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-03-16T19:55:35.861Z Checking testing_table v0.3.0
26042026-03-16T19:55:36.007Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26052026-03-16T19:55:36.117Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-03-16T19:55:36.408Z Checking maplit v1.0.2
26072026-03-16T19:55:36.545Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-03-16T19:55:36.767Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26092026-03-16T19:55:37.069Z Checking tabled v0.20.0
26102026-03-16T19:55:37.110Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-03-16T19:55:37.425Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26122026-03-16T19:55:37.591Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-03-16T19:55:37.922Z Checking crc8 v0.1.1
26142026-03-16T19:55:38.077Z Checking fxhash v0.2.1
26152026-03-16T19:55:38.192Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-03-16T19:55:38.258Z Checking unicase v2.9.0
26172026-03-16T19:55:38.347Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26182026-03-16T19:55:38.490Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26192026-03-16T19:55:38.955Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26202026-03-16T19:55:39.070Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-03-16T19:55:39.114Z Checking kstat-rs v0.2.4
26222026-03-16T19:55:39.404Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26232026-03-16T19:55:39.993Z Compiling parking_lot_core v0.8.6
26242026-03-16T19:55:40.020Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-03-16T19:55:40.020Z Compiling git-stub v1.0.0
26262026-03-16T19:55:40.020Z Compiling dsl_auto_type v0.1.3
26272026-03-16T19:55:40.025Z Checking scheduled-thread-pool v0.2.7
26282026-03-16T19:55:40.233Z Compiling vergen-gitcl v1.0.8
26292026-03-16T19:55:40.276Z Compiling diesel_table_macro_syntax v0.2.0
26302026-03-16T19:55:40.364Z Checking r2d2 v0.8.10
26312026-03-16T19:55:40.580Z Compiling git-stub-vcs v0.1.0
26322026-03-16T19:55:40.621Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-03-16T19:55:40.704Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-03-16T19:55:40.760Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26352026-03-16T19:55:40.805Z Compiling diesel_derives v2.2.7
26362026-03-16T19:55:40.893Z Checking parking_lot v0.11.2
26372026-03-16T19:55:41.082Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26382026-03-16T19:55:41.134Z Checking prefix-trie v0.7.0
26392026-03-16T19:55:41.174Z Checking nanorand v0.7.0
26402026-03-16T19:55:41.459Z Compiling dirs-sys-next v0.1.2
26412026-03-16T19:55:41.596Z Compiling crunchy v0.2.4
26422026-03-16T19:55:41.728Z Compiling dirs-next v2.0.0
26432026-03-16T19:55:41.781Z Checking hickory-server v0.25.2
26442026-03-16T19:55:41.831Z Checking flume v0.11.1
26452026-03-16T19:55:41.872Z Checking sled v0.34.7
26462026-03-16T19:55:41.916Z Compiling clang-sys v1.8.1
26472026-03-16T19:55:42.029Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-03-16T19:55:42.179Z Checking hickory-client v0.25.2
26492026-03-16T19:55:42.320Z Compiling tiny-keccak v2.0.2
26502026-03-16T19:55:42.567Z Compiling term v0.7.0
26512026-03-16T19:55:42.656Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26522026-03-16T19:55:42.713Z Compiling salty v0.3.0
26532026-03-16T19:55:42.758Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26542026-03-16T19:55:42.889Z Compiling bit-vec v0.6.3
26552026-03-16T19:55:43.126Z Compiling ascii-canvas v3.0.0
26562026-03-16T19:55:43.211Z Compiling bit-set v0.5.3
26572026-03-16T19:55:43.430Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-03-16T19:55:43.472Z Checking primeorder v0.13.6
26592026-03-16T19:55:43.514Z Compiling itertools v0.10.5
26602026-03-16T19:55:43.819Z Compiling ena v0.14.4
26612026-03-16T19:55:43.931Z Compiling libloading v0.8.9
26622026-03-16T19:55:44.131Z Compiling bindgen v0.71.1
26632026-03-16T19:55:44.175Z Compiling diff v0.1.13
26642026-03-16T19:55:44.267Z Compiling regex-syntax v0.6.29
26652026-03-16T19:55:44.904Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-03-16T19:55:45.051Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26672026-03-16T19:55:45.246Z Compiling cexpr v0.6.0
26682026-03-16T19:55:45.652Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26692026-03-16T19:55:45.900Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-03-16T19:55:46.101Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26712026-03-16T19:55:46.169Z Compiling lalrpop v0.19.12
26722026-03-16T19:55:46.276Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-03-16T19:55:46.571Z Compiling libxml v0.3.3
26742026-03-16T19:55:46.901Z Compiling fs-err v2.11.0
26752026-03-16T19:55:46.941Z Checking diesel v2.2.12
26762026-03-16T19:55:47.125Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26772026-03-16T19:55:47.251Z Checking p384 v0.13.1
26782026-03-16T19:55:47.355Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26792026-03-16T19:55:47.534Z Compiling strum_macros v0.24.3
26802026-03-16T19:55:47.846Z Compiling indoc v1.0.9
26812026-03-16T19:55:49.427Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26822026-03-16T19:55:49.666Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26832026-03-16T19:55:49.919Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-03-16T19:55:50.129Z Checking quick-xml v0.37.5
26852026-03-16T19:55:50.216Z Checking derive_builder v0.20.2
26862026-03-16T19:55:50.398Z Compiling oso-derive v0.27.3
26872026-03-16T19:55:50.609Z Compiling trait-variant v0.1.2
26882026-03-16T19:55:50.937Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-16T19:55:51.076Z Checking openssl-probe v0.1.6
26902026-03-16T19:55:51.245Z Checking parse-size v1.1.0
26912026-03-16T19:55:51.368Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26922026-03-16T19:55:51.408Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26932026-03-16T19:55:51.449Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26942026-03-16T19:55:52.427Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26952026-03-16T19:55:52.646Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-16T19:55:53.120Z Checking assert_matches v1.5.0
26972026-03-16T19:55:53.248Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26982026-03-16T19:55:53.502Z Compiling mime_guess v2.0.5
26992026-03-16T19:55:53.655Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-16T19:55:53.698Z Checking predicates-tree v1.0.13
27012026-03-16T19:55:53.873Z Checking http-range v0.1.5
27022026-03-16T19:55:54.065Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-16T19:55:54.230Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-03-16T19:55:54.319Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27052026-03-16T19:55:54.375Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27062026-03-16T19:55:54.541Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-03-16T19:55:56.659Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27082026-03-16T19:55:56.768Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27092026-03-16T19:55:57.022Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27102026-03-16T19:55:57.987Z Checking atty v0.2.14
27112026-03-16T19:55:58.067Z Compiling diesel-dtrace v0.4.2
27122026-03-16T19:55:58.136Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-16T19:55:58.671Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-16T19:55:58.877Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27152026-03-16T19:55:59.199Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-03-16T19:55:59.504Z Checking bb8 v0.8.6
27172026-03-16T19:55:59.615Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-16T19:55:59.898Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27192026-03-16T19:55:59.939Z Checking corncobs v0.1.4
27202026-03-16T19:56:00.122Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-16T19:56:00.165Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-16T19:56:00.168Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-03-16T19:56:00.309Z Checking hyper-staticfile v0.10.1
27242026-03-16T19:56:00.526Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-16T19:56:00.608Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27262026-03-16T19:56:00.711Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27272026-03-16T19:56:00.754Z Checking ignore v0.4.25
27282026-03-16T19:56:00.970Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-03-16T19:56:01.015Z Checking signal-hook-tokio v0.3.1
27302026-03-16T19:56:01.210Z Checking secrecy v0.8.0
27312026-03-16T19:56:01.330Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27322026-03-16T19:56:01.691Z Checking globwalk v0.9.1
27332026-03-16T19:56:01.794Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27342026-03-16T19:56:01.960Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-03-16T19:56:02.191Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-03-16T19:56:02.432Z Checking nonempty v0.12.0
27372026-03-16T19:56:02.545Z Checking camino-tempfile-ext v0.3.3
27382026-03-16T19:56:02.676Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-03-16T19:56:02.812Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27402026-03-16T19:56:02.861Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-03-16T19:56:03.224Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-03-16T19:56:03.695Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-16T19:56:03.991Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-03-16T19:56:04.228Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-16T19:56:04.363Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-16T19:56:04.850Z Checking async-bb8-diesel v0.2.1
27472026-03-16T19:56:05.256Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27482026-03-16T19:56:05.353Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27492026-03-16T19:56:05.620Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27502026-03-16T19:56:05.707Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27512026-03-16T19:56:05.780Z Checking tungstenite v0.23.0
27522026-03-16T19:56:06.247Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-03-16T19:56:06.294Z Checking void v1.0.2
27542026-03-16T19:56:06.372Z Checking tokio-tungstenite v0.23.1
27552026-03-16T19:56:06.467Z Checking lzss v0.8.2
27562026-03-16T19:56:06.721Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-03-16T19:56:06.763Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-03-16T19:56:06.767Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-16T19:56:07.007Z Checking nix v0.27.1
27602026-03-16T19:56:07.623Z Checking serde_bytes v0.11.19
27612026-03-16T19:56:07.785Z Checking rand_seeder v0.4.0
27622026-03-16T19:56:07.894Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27632026-03-16T19:56:08.045Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-16T19:56:08.385Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27652026-03-16T19:56:08.566Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-16T19:56:08.639Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27672026-03-16T19:56:09.567Z Checking is_ci v1.2.0
27682026-03-16T19:56:09.679Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-03-16T19:56:09.731Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-03-16T19:56:09.811Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-16T19:56:10.129Z Checking yansi v1.0.1
27722026-03-16T19:56:10.302Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-03-16T19:56:10.523Z Checking pretty_assertions v1.4.1
27742026-03-16T19:56:10.619Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27752026-03-16T19:56:10.731Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762026-03-16T19:56:10.978Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772026-03-16T19:56:11.300Z Compiling darling_core v0.23.0
27782026-03-16T19:56:12.333Z Compiling indoc v2.0.7
27792026-03-16T19:56:12.647Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-16T19:56:12.695Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812026-03-16T19:56:12.969Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-16T19:56:13.009Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-16T19:56:13.308Z Compiling instability v0.3.11
27842026-03-16T19:56:13.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27852026-03-16T19:56:13.725Z Compiling libz-sys v1.1.24
27862026-03-16T19:56:13.766Z Checking castaway v0.2.4
27872026-03-16T19:56:13.940Z Checking compact_str v0.8.1
27882026-03-16T19:56:14.068Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-16T19:56:14.526Z Checking supports-color v3.0.2
27902026-03-16T19:56:14.725Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-03-16T19:56:15.019Z Compiling darling_macro v0.23.0
27922026-03-16T19:56:15.022Z Checking unicode-truncate v1.1.0
27932026-03-16T19:56:15.280Z Checking lru v0.12.5
27942026-03-16T19:56:15.324Z Checking cassowary v0.3.0
27952026-03-16T19:56:15.588Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-03-16T19:56:15.725Z Compiling darling v0.23.0
27972026-03-16T19:56:15.816Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-03-16T19:56:16.471Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-03-16T19:56:16.829Z Checking ratatui v0.29.0
28002026-03-16T19:56:17.419Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-16T19:56:17.717Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-03-16T19:56:18.131Z Compiling vergen-git2 v1.0.7
28032026-03-16T19:56:18.468Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-03-16T19:56:18.527Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-03-16T19:56:18.699Z Checking colored v2.2.0
28062026-03-16T19:56:18.767Z Compiling rustls v0.21.12
28072026-03-16T19:56:18.824Z Checking plotters-backend v0.3.7
28082026-03-16T19:56:19.003Z Checking shell-words v1.1.1
28092026-03-16T19:56:19.145Z Checking plotters-svg v0.3.7
28102026-03-16T19:56:19.227Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-03-16T19:56:19.284Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-03-16T19:56:19.385Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-03-16T19:56:19.583Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28142026-03-16T19:56:19.685Z Checking sct v0.7.1
28152026-03-16T19:56:19.894Z Checking rustls-webpki v0.101.7
28162026-03-16T19:56:20.170Z Compiling nix v0.29.0
28172026-03-16T19:56:20.388Z Checking cast v0.3.0
28182026-03-16T19:56:20.530Z Checking hex-literal v0.4.1
28192026-03-16T19:56:20.624Z Checking criterion-plot v0.6.0
28202026-03-16T19:56:20.687Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-16T19:56:21.093Z Checking plotters v0.3.7
28222026-03-16T19:56:22.149Z Checking erased-serde v0.4.9
28232026-03-16T19:56:22.606Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28242026-03-16T19:56:22.723Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28252026-03-16T19:56:23.749Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-03-16T19:56:24.759Z Checking tinytemplate v1.2.1
28272026-03-16T19:56:25.074Z Checking ordered-float v2.10.1
28282026-03-16T19:56:25.439Z Checking anes v0.1.6
28292026-03-16T19:56:25.737Z Checking oorandom v11.1.5
28302026-03-16T19:56:25.923Z Checking criterion v0.7.0
28312026-03-16T19:56:26.290Z Checking serde-value v0.7.0
28322026-03-16T19:56:26.602Z Checking serde-untagged v0.1.9
28332026-03-16T19:56:26.890Z Checking tokio-rustls v0.24.1
28342026-03-16T19:56:27.515Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-16T19:56:27.562Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-03-16T19:56:27.850Z Checking rustls-pemfile v1.0.4
28372026-03-16T19:56:28.061Z Checking twox-hash v2.1.2
28382026-03-16T19:56:28.501Z Checking unicode-xid v0.2.6
28392026-03-16T19:56:28.622Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-16T19:56:28.674Z Checking cargo-util-schemas v0.8.2
28412026-03-16T19:56:29.219Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-16T19:56:29.441Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-16T19:56:29.932Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-03-16T19:56:30.163Z Checking fatfs v0.3.6
28452026-03-16T19:56:30.821Z Checking cargo-platform v0.2.0
28462026-03-16T19:56:31.092Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-03-16T19:56:31.222Z Compiling petname v2.0.2
28482026-03-16T19:56:31.904Z Compiling seq-macro v0.3.6
28492026-03-16T19:56:32.818Z Checking cargo_metadata v0.21.0
28502026-03-16T19:56:33.038Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512026-03-16T19:56:33.896Z Checking concurrent-queue v2.5.0
28522026-03-16T19:56:34.174Z Checking rtoolbox v0.0.3
28532026-03-16T19:56:34.377Z Checking futures-timer v3.0.3
28542026-03-16T19:56:34.465Z Checking parking v2.2.1
28552026-03-16T19:56:34.644Z Checking rpassword v7.4.0
28562026-03-16T19:56:34.686Z Checking event-listener v5.4.1
28572026-03-16T19:56:35.011Z Checking tui-tree-widget v0.23.1
28582026-03-16T19:56:35.298Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28592026-03-16T19:56:35.379Z Checking polyval v0.6.2
28602026-03-16T19:56:35.535Z Checking sapling-renderdag v0.1.0
28612026-03-16T19:56:35.628Z Checking sync-ptr v0.1.4
28622026-03-16T19:56:35.816Z Checking ghash v0.5.1
28632026-03-16T19:56:35.896Z Checking event-listener-strategy v0.5.4
28642026-03-16T19:56:35.997Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-03-16T19:56:36.106Z Checking ctr v0.9.2
28662026-03-16T19:56:36.297Z Checking constant_time_eq v0.4.2
28672026-03-16T19:56:36.362Z Checking arrayref v0.3.9
28682026-03-16T19:56:36.490Z Checking arrayvec v0.7.6
28692026-03-16T19:56:36.538Z Checking aes-gcm v0.10.3
28702026-03-16T19:56:36.754Z Checking async-lock v3.4.2
28712026-03-16T19:56:36.758Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-03-16T19:56:36.835Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732026-03-16T19:56:37.329Z Checking ssh-encoding v0.2.0
28742026-03-16T19:56:37.609Z Checking blowfish v0.9.1
28752026-03-16T19:56:37.836Z Checking bcrypt-pbkdf v0.10.0
28762026-03-16T19:56:38.055Z Checking ssh-cipher v0.2.0
28772026-03-16T19:56:38.094Z Checking async-object-pool v0.2.0
28782026-03-16T19:56:38.277Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-16T19:56:38.318Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-03-16T19:56:38.728Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-03-16T19:56:39.137Z Checking serde_regex v1.1.0
28822026-03-16T19:56:39.380Z Checking password-hash v0.4.2
28832026-03-16T19:56:39.435Z Compiling samael v0.0.19
28842026-03-16T19:56:39.668Z Checking assert-json-diff v2.0.2
28852026-03-16T19:56:39.715Z Checking path-tree v0.8.3
28862026-03-16T19:56:39.874Z Checking gimli v0.32.3
28872026-03-16T19:56:39.980Z Checking stringmetrics v2.2.2
28882026-03-16T19:56:40.207Z Compiling target-lexicon v0.13.3
28892026-03-16T19:56:40.538Z Checking httpmock v0.8.3
28902026-03-16T19:56:40.990Z Checking pbkdf2 v0.11.0
28912026-03-16T19:56:41.249Z Checking ssh-key v0.6.7
28922026-03-16T19:56:42.113Z Checking addr2line v0.25.1
28932026-03-16T19:56:42.496Z Checking p521 v0.13.3
28942026-03-16T19:56:43.312Z Checking p256 v0.13.2
28952026-03-16T19:56:43.572Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-03-16T19:56:43.672Z Checking russh-cryptovec v0.7.3
28972026-03-16T19:56:43.855Z Checking md5 v0.7.0
28982026-03-16T19:56:43.897Z Compiling guppy-workspace-hack v0.1.0
28992026-03-16T19:56:44.103Z Checking rustc-demangle v0.1.27
29002026-03-16T19:56:44.253Z Checking russh-keys v0.45.0
29012026-03-16T19:56:44.476Z Checking backtrace v0.3.76
29022026-03-16T19:56:44.916Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29032026-03-16T19:56:45.158Z Checking num-bigint v0.4.6
29042026-03-16T19:56:45.210Z Checking des v0.8.1
29052026-03-16T19:56:45.641Z Compiling blake3 v1.8.3
29062026-03-16T19:56:45.682Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-16T19:56:46.151Z Compiling target-spec v3.5.7
29082026-03-16T19:56:46.277Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-03-16T19:56:46.594Z Checking russh v0.45.0
29102026-03-16T19:56:46.991Z Checking cfg-expr v0.20.6
29112026-03-16T19:56:47.155Z Checking backtrace-ext v0.2.1
29122026-03-16T19:56:47.322Z Checking supports-color v2.1.0
29132026-03-16T19:56:47.363Z Checking textwrap v0.15.2
29142026-03-16T19:56:47.521Z Checking supports-hyperlinks v2.1.0
29152026-03-16T19:56:47.561Z Checking supports-unicode v2.1.0
29162026-03-16T19:56:47.659Z Checking hashbrown v0.14.5
29172026-03-16T19:56:47.700Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-03-16T19:56:47.741Z Checking cargo-platform v0.3.2
29192026-03-16T19:56:47.991Z Checking terminal_size v0.1.17
29202026-03-16T19:56:48.061Z Compiling miette-derive v5.10.0
29212026-03-16T19:56:48.153Z Checking owo-colors v3.5.0
29222026-03-16T19:56:48.339Z Checking internet-checksum v0.2.1
29232026-03-16T19:56:48.523Z Checking chumsky v0.9.3
29242026-03-16T19:56:49.008Z Checking cargo_metadata v0.23.1
29252026-03-16T19:56:49.581Z Checking miette v5.10.0
29262026-03-16T19:56:50.066Z Compiling git2 v0.20.4
29272026-03-16T19:56:50.107Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29282026-03-16T19:56:50.110Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-03-16T19:56:50.243Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-03-16T19:56:50.284Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-03-16T19:56:50.623Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29322026-03-16T19:56:50.665Z Checking httptest v0.16.4
29332026-03-16T19:56:51.186Z Checking pathdiff v0.2.3
29342026-03-16T19:56:51.225Z Compiling knuffel-derive v3.2.0
29352026-03-16T19:56:51.269Z Checking nested v0.1.1
29362026-03-16T19:56:51.354Z Checking topological-sort v0.2.2
29372026-03-16T19:56:51.477Z Checking guppy v0.17.25
29382026-03-16T19:56:51.564Z Checking omicron-zone-package v0.12.2
29392026-03-16T19:56:51.760Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-03-16T19:56:52.062Z Checking similar-asserts v1.7.0
29412026-03-16T19:56:52.288Z Compiling rstest_macros v0.25.0
29422026-03-16T19:56:52.697Z Compiling target-triple v1.0.0
29432026-03-16T19:56:52.767Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29442026-03-16T19:56:52.945Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-03-16T19:56:52.986Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-16T19:56:53.176Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-03-16T19:56:53.477Z Checking knuffel v3.2.0
29482026-03-16T19:56:53.726Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-16T19:56:54.385Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-16T19:56:54.624Z Compiling relative-path v1.9.3
29512026-03-16T19:56:54.709Z Compiling assert_cmd v2.1.2
29522026-03-16T19:56:54.998Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29532026-03-16T19:56:55.076Z Checking escape8259 v0.5.3
29542026-03-16T19:56:55.275Z Checking libtest-mimic v0.8.1
29552026-03-16T19:56:55.457Z Checking toml v1.0.3+spec-1.1.0
29562026-03-16T19:56:55.844Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-16T19:56:56.014Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-16T19:56:56.362Z Checking blake2b_simd v1.0.4
29592026-03-16T19:56:56.927Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-16T19:56:56.967Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-16T19:56:57.462Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-03-16T19:56:57.505Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-03-16T19:56:57.819Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-16T19:56:58.127Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-16T19:56:58.399Z Checking fancy-regex v0.14.0
29662026-03-16T19:56:58.687Z Checking serde_tokenstream v0.2.3
29672026-03-16T19:56:58.942Z Checking uzers v0.12.2
29682026-03-16T19:56:59.004Z Checking termcolor v1.4.1
29692026-03-16T19:56:59.359Z Compiling linkme-impl v0.3.35
29702026-03-16T19:56:59.401Z Checking constant_time_eq v0.3.1
29712026-03-16T19:56:59.584Z Checking rust-argon2 v2.1.0
29722026-03-16T19:56:59.913Z Checking trybuild v1.0.116
29732026-03-16T19:56:59.954Z Checking datatest-stable v0.3.3
29742026-03-16T19:57:00.608Z Checking rstest v0.25.0
29752026-03-16T19:57:00.858Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-16T19:57:00.978Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-16T19:57:01.298Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-16T19:57:01.398Z Checking support-bundle-viewer v0.1.2
29792026-03-16T19:57:01.752Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-16T19:57:02.050Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-16T19:57:02.198Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-03-16T19:57:02.355Z Checking drift v0.1.3
29832026-03-16T19:57:02.511Z Checking rand_distr v0.5.1
29842026-03-16T19:57:02.918Z Checking multimap v0.10.1
29852026-03-16T19:57:03.190Z Checking approx v0.5.1
29862026-03-16T19:57:03.256Z Compiling linkme v0.3.35
29872026-03-16T19:57:03.408Z Checking dropshot-api-manager v0.6.0
29882026-03-16T19:57:04.313Z Compiling polar-core v0.27.3
29892026-03-16T19:57:04.568Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-16T19:57:05.042Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-16T19:57:05.125Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-16T19:57:05.340Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-16T19:57:05.630Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-16T19:57:05.676Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-16T19:57:05.873Z Checking partial-io v0.5.4
29962026-03-16T19:57:05.918Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-16T19:57:06.008Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29982026-03-16T19:57:06.140Z Checking cargo_toml v0.21.0
29992026-03-16T19:57:06.183Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-16T19:57:06.335Z Checking termios v0.3.3
30012026-03-16T19:57:06.417Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-16T19:57:06.875Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30032026-03-16T19:57:06.959Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30042026-03-16T19:57:07.433Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-16T19:57:11.402Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-16T19:57:11.718Z Checking oso v0.27.3
30072026-03-16T19:57:16.360Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-03-16T19:57:17.531Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-16T19:57:20.324Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-16T19:57:26.125Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-03-16T19:57:31.424Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-16T19:57:38.942Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-16T19:57:39.299Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-16T19:57:43.952Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-16T19:57:52.952Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-16T19:59:42.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 27s
30172026-03-16T19:59:42.840Z
30182026-03-16T19:59:42.844Zreal 5:31.685619379
30192026-03-16T19:59:42.844Zuser 28:09.293022139
30202026-03-16T19:59:42.844Zsys 5:46.343543862
30212026-03-16T19:59:42.844Ztrap 0.737490462
30222026-03-16T19:59:42.844Ztflt 0.570361535
30232026-03-16T19:59:42.844Zdflt 0.150758456
30242026-03-16T19:59:42.844Zkflt 0.001247172
30252026-03-16T19:59:42.844Zlock 1:06:16.898939460
30262026-03-16T19:59:42.844Zslp 1:30:17.518523780
30272026-03-16T19:59:42.844Zlat 2:16.827834776
30282026-03-16T19:59:42.844Zstop 12:51.785694985
30292026-03-16T19:59:42.844Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-16T19:59:42.844Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-16T19:59:44.028Zwarning: output filename collision.
30322026-03-16T19:59:44.028ZThe 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)`.
30332026-03-16T19:59:44.028ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30342026-03-16T19:59:44.028ZThe targets should have unique names.
30352026-03-16T19:59:44.028ZThis is a known bug where multiple crates with the same name use
30362026-03-16T19:59:44.028Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30372026-03-16T19:59:45.212Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-03-16T19:59:45.429Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-03-16T19:59:45.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30402026-03-16T19:59:45.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30412026-03-16T19:59:45.553Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30422026-03-16T19:59:45.586Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30432026-03-16T19:59:45.589Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-16T19:59:45.781Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30452026-03-16T19:59:45.815Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-03-16T19:59:45.844Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-03-16T19:59:45.891Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-03-16T19:59:46.047Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-03-16T19:59:46.088Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30502026-03-16T19:59:46.126Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30512026-03-16T19:59:46.182Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30522026-03-16T19:59:46.267Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30532026-03-16T19:59:46.389Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-16T19:59:46.465Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552026-03-16T19:59:46.492Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-03-16T19:59:46.535Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-03-16T19:59:47.039Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-16T19:59:47.406Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-16T19:59:47.431Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-03-16T19:59:47.503Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30612026-03-16T19:59:47.652Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30622026-03-16T19:59:47.884Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30632026-03-16T19:59:47.971Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642026-03-16T19:59:48.063Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30652026-03-16T19:59:48.093Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30662026-03-16T19:59:48.118Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-03-16T19:59:48.144Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30682026-03-16T19:59:48.294Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30692026-03-16T19:59:48.357Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30702026-03-16T19:59:48.528Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-03-16T19:59:48.563Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-03-16T19:59:48.745Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-03-16T19:59:48.798Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30742026-03-16T19:59:48.971Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30752026-03-16T19:59:48.997Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-03-16T19:59:49.304Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30772026-03-16T19:59:49.329Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30782026-03-16T19:59:49.455Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30792026-03-16T19:59:49.649Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30802026-03-16T19:59:49.815Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30812026-03-16T19:59:50.044Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30822026-03-16T19:59:50.112Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-03-16T19:59:50.299Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842026-03-16T19:59:50.381Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30852026-03-16T19:59:50.469Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30862026-03-16T19:59:50.513Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30872026-03-16T19:59:50.545Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30882026-03-16T19:59:50.693Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30892026-03-16T19:59:50.779Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30902026-03-16T19:59:50.805Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30912026-03-16T19:59:50.864Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-03-16T19:59:50.960Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-03-16T19:59:51.160Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30942026-03-16T19:59:51.185Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30952026-03-16T19:59:51.210Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30962026-03-16T19:59:51.274Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30972026-03-16T19:59:51.491Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30982026-03-16T19:59:51.540Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30992026-03-16T19:59:51.565Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31002026-03-16T19:59:51.761Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31012026-03-16T19:59:51.849Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31022026-03-16T19:59:51.874Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-03-16T19:59:51.906Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-03-16T19:59:52.040Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31052026-03-16T19:59:52.110Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-16T19:59:52.215Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-16T19:59:52.310Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-16T19:59:52.336Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-16T19:59:52.377Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-03-16T19:59:52.771Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31112026-03-16T19:59:52.832Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31122026-03-16T19:59:53.079Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-16T19:59:53.238Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31142026-03-16T19:59:53.629Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-16T19:59:53.827Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31162026-03-16T19:59:54.121Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172026-03-16T19:59:54.322Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-03-16T19:59:54.675Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31192026-03-16T19:59:54.732Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31202026-03-16T19:59:54.795Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31212026-03-16T19:59:55.370Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222026-03-16T19:59:55.550Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31232026-03-16T19:59:55.751Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-16T19:59:56.314Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-03-16T19:59:56.510Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-16T19:59:56.537Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31272026-03-16T19:59:57.434Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31282026-03-16T19:59:57.699Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-16T19:59:58.020Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31302026-03-16T19:59:58.078Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-16T19:59:58.403Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-16T19:59:58.960Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-16T19:59:59.935Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-16T20:00:00.073Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-16T20:00:00.301Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-16T20:00:00.796Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-16T20:00:00.908Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-16T20:00:00.936Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-03-16T20:00:01.204Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-16T20:00:01.232Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-03-16T20:00:01.236Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-16T20:00:01.554Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-16T20:00:01.754Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-16T20:00:01.935Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-16T20:00:02.024Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-16T20:00:02.241Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-16T20:00:02.367Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-16T20:00:02.818Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-03-16T20:00:02.949Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-16T20:00:03.939Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-16T20:00:04.107Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-16T20:00:04.950Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-16T20:00:05.136Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-16T20:00:05.163Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-16T20:00:05.249Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-16T20:00:05.480Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-16T20:00:05.791Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-16T20:00:06.051Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31592026-03-16T20:00:06.384Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-16T20:00:06.725Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-16T20:00:06.820Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-16T20:00:06.987Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-16T20:00:07.306Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-16T20:00:08.747Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-16T20:00:09.045Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-03-16T20:00:09.049Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-16T20:00:09.710Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-16T20:00:10.314Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-16T20:00:11.803Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-16T20:00:12.892Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-16T20:00:13.012Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-16T20:00:13.144Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-16T20:00:13.766Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-03-16T20:00:13.810Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-03-16T20:00:13.984Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-16T20:00:14.183Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31772026-03-16T20:00:14.220Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-03-16T20:00:14.689Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31792026-03-16T20:00:14.929Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802026-03-16T20:00:14.958Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31812026-03-16T20:00:14.961Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31822026-03-16T20:00:16.245Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-16T20:00:17.035Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-03-16T20:00:17.531Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-03-16T20:00:18.412Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-03-16T20:00:18.836Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-03-16T20:00:21.861Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31882026-03-16T20:00:23.509Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31892026-03-16T20:00:23.637Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31902026-03-16T20:00:24.050Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31912026-03-16T20:00:24.121Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31922026-03-16T20:00:25.293Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31932026-03-16T20:00:26.057Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31942026-03-16T20:00:26.097Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-03-16T20:00:27.332Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31962026-03-16T20:00:27.827Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-03-16T20:00:27.956Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982026-03-16T20:00:28.303Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-03-16T20:00:28.680Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32002026-03-16T20:00:29.100Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32012026-03-16T20:00:29.218Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32022026-03-16T20:00:29.539Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-03-16T20:00:29.693Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32042026-03-16T20:00:29.861Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-03-16T20:00:30.037Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32062026-03-16T20:00:30.661Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32072026-03-16T20:00:30.746Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32082026-03-16T20:00:30.945Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-16T20:00:31.709Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102026-03-16T20:00:31.780Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32112026-03-16T20:00:31.815Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32122026-03-16T20:00:32.528Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32132026-03-16T20:00:32.686Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32142026-03-16T20:00:33.400Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32152026-03-16T20:00:34.086Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32162026-03-16T20:00:35.061Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32172026-03-16T20:00:37.259Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-03-16T20:00:37.467Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192026-03-16T20:00:40.755Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32202026-03-16T20:00:41.095Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32212026-03-16T20:00:42.240Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-03-16T20:00:43.292Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32232026-03-16T20:00:45.503Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32242026-03-16T20:00:46.982Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32252026-03-16T20:00:47.906Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-03-16T20:00:48.405Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-03-16T20:00:49.877Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-03-16T20:00:51.076Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32292026-03-16T20:00:51.832Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32302026-03-16T20:00:53.107Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32312026-03-16T20:00:53.648Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32322026-03-16T20:00:55.662Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32332026-03-16T20:00:56.125Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32342026-03-16T20:00:58.584Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32352026-03-16T20:00:58.707Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-16T20:00:59.205Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-16T20:00:59.495Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32382026-03-16T20:01:01.114Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-03-16T20:01:03.637Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-03-16T20:01:04.088Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32412026-03-16T20:01:04.933Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32422026-03-16T20:01:06.379Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-03-16T20:01:11.779Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32442026-03-16T20:01:13.116Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32452026-03-16T20:01:13.753Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32462026-03-16T20:01:14.677Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-03-16T20:01:15.592Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-03-16T20:01:17.819Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32492026-03-16T20:01:18.767Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32502026-03-16T20:01:20.985Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32512026-03-16T20:01:21.191Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32522026-03-16T20:01:26.101Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-03-16T20:01:26.707Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32542026-03-16T20:01:28.309Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-16T20:01:29.616Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32562026-03-16T20:01:30.586Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32572026-03-16T20:01:31.791Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32582026-03-16T20:01:32.912Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-16T20:01:34.255Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32602026-03-16T20:01:37.698Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32612026-03-16T20:01:38.267Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32622026-03-16T20:01:39.091Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32632026-03-16T20:01:40.585Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32642026-03-16T20:01:42.174Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32652026-03-16T20:01:47.049Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32662026-03-16T20:01:47.402Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32672026-03-16T20:01:49.337Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32682026-03-16T20:01:49.464Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-03-16T20:01:50.954Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32702026-03-16T20:01:53.186Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32712026-03-16T20:01:54.852Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32722026-03-16T20:01:57.096Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32732026-03-16T20:01:59.098Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-03-16T20:02:01.439Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752026-03-16T20:02:02.934Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32762026-03-16T20:02:04.750Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32772026-03-16T20:02:06.681Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32782026-03-16T20:02:08.545Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32792026-03-16T20:02:10.431Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32802026-03-16T20:02:12.338Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32812026-03-16T20:02:14.096Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32822026-03-16T20:02:16.275Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32832026-03-16T20:02:18.052Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-03-16T20:02:19.904Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32852026-03-16T20:02:21.810Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-16T20:02:23.683Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-03-16T20:02:25.749Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-16T20:02:27.732Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-03-16T20:02:29.654Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-16T20:02:31.742Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32912026-03-16T20:02:33.716Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-03-16T20:02:35.639Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-03-16T20:02:38.167Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32942026-03-16T20:02:39.796Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32952026-03-16T20:02:41.888Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-16T20:02:43.976Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-03-16T20:02:45.943Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-16T20:02:47.938Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-16T20:02:50.124Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33002026-03-16T20:02:52.131Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-03-16T20:02:55.979Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-03-16T20:02:56.665Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33032026-03-16T20:02:58.882Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33042026-03-16T20:03:00.981Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33052026-03-16T20:03:03.191Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33062026-03-16T20:03:05.303Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33072026-03-16T20:03:07.618Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-03-16T20:03:09.566Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33092026-03-16T20:03:11.969Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33102026-03-16T20:03:13.975Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33112026-03-16T20:03:16.283Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33122026-03-16T20:03:18.511Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33132026-03-16T20:03:20.539Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33142026-03-16T20:03:23.223Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-03-16T20:03:24.977Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33162026-03-16T20:03:27.802Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33172026-03-16T20:03:29.423Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33182026-03-16T20:03:31.886Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-03-16T20:03:33.996Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-03-16T20:03:36.194Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33212026-03-16T20:03:38.637Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33222026-03-16T20:03:40.654Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33232026-03-16T20:03:42.936Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-03-16T20:03:45.307Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-16T20:03:47.426Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-16T20:03:49.578Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33272026-03-16T20:03:51.985Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-16T20:03:54.162Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-16T20:03:56.481Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33302026-03-16T20:03:58.773Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-16T20:04:00.839Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-16T20:04:03.438Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-16T20:04:05.652Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33342026-03-16T20:04:08.070Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33352026-03-16T20:04:10.249Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362026-03-16T20:04:12.654Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-03-16T20:04:15.084Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33382026-03-16T20:04:17.537Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33392026-03-16T20:04:19.854Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33402026-03-16T20:04:22.828Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33412026-03-16T20:04:24.831Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33422026-03-16T20:04:27.424Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33432026-03-16T20:04:29.963Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33442026-03-16T20:04:36.560Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33452026-03-16T20:04:37.902Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33462026-03-16T20:04:39.560Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33472026-03-16T20:04:44.367Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33482026-03-16T20:04:46.482Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33492026-03-16T20:04:49.922Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33502026-03-16T20:04:53.183Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33512026-03-16T20:04:56.588Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33522026-03-16T20:04:59.789Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33532026-03-16T20:05:03.399Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33542026-03-16T20:05:06.553Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33552026-03-16T20:05:09.827Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33562026-03-16T20:05:13.216Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33572026-03-16T20:05:16.606Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33582026-03-16T20:05:20.030Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33592026-03-16T20:05:23.286Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33602026-03-16T20:05:26.662Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-03-16T20:05:30.029Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33622026-03-16T20:05:33.369Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33632026-03-16T20:05:36.714Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33642026-03-16T20:05:40.093Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33652026-03-16T20:05:43.402Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33662026-03-16T20:06:10.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s
33672026-03-16T20:06:10.371Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33682026-03-16T20:06:10.473Z
33692026-03-16T20:06:10.477Zreal 6:27.362492402
33702026-03-16T20:06:10.477Zuser 21:45.800853300
33712026-03-16T20:06:10.477Zsys 3:52.039696118
33722026-03-16T20:06:10.477Ztrap 0.411686892
33732026-03-16T20:06:10.478Ztflt 0.136444565
33742026-03-16T20:06:10.478Zdflt 0.164971499
33752026-03-16T20:06:10.478Zkflt 0.000029623
33762026-03-16T20:06:10.478Zlock 5:17:06.605288415
33772026-03-16T20:06:10.478Zslp 2:12:49.718123705
33782026-03-16T20:06:10.478Zlat 42.466981855
33792026-03-16T20:06:10.478Zstop 1:46.686115324
33802026-03-16T20:06:10.478Zprocess exited: duration 967200 ms, exit code 0
 
33812026-03-16T20:06:10.485Zfound 0 output files