01KMM83B0V0HZRHYPK72E39Z1B: clippy (helios)

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

Buildomat Job: 01KMM83PQBRT0AH0PHDA5QQCTG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T04:58:59.573Zjob assigned to worker 01KMM83WXJ3DA3P21HB6T5MZNN [factory aws, i-051bc25d0b72dc821] (queued for 47 s)
 
22026-03-26T04:59:06.672Zstarting task 0: "setup"
32026-03-26T04:59:06.676Z++ uname -s
42026-03-26T04:59:06.679Z+ kern=SunOS
52026-03-26T04:59:06.679Z+ build_user=build
62026-03-26T04:59:06.679Z+ build_uid=12345
72026-03-26T04:59:06.679Z+ work_dir=/work
82026-03-26T04:59:06.679Z+ input_dir=/input
92026-03-26T04:59:06.679Z+ [[ 0 == 12345 ]]
102026-03-26T04:59:06.679Z+ case "$kern" in
112026-03-26T04:59:06.679Z+ groupadd -g 12345 build
122026-03-26T04:59:06.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T04:59:08.686Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T04:59:08.796Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T04:59:08.799Z+ home_fs=zfs
162026-03-26T04:59:08.799Z+ [[ zfs == autofs ]]
172026-03-26T04:59:08.799Z+ mkdir -p /home/build
182026-03-26T04:59:08.799Z+ chown build:build /home/build /work
192026-03-26T04:59:10.800Z+ chmod 0700 /home/build /work
202026-03-26T04:59:10.803Zprocess exited: duration 4133 ms, exit code 0
 
212026-03-26T04:59:10.809Zstarting task 1: "rust-toolchain"
222026-03-26T04:59:10.814Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T04:59:10.814Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-26T04:59:10.814Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-26T04:59:10.814Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-26T04:59:10.814Z * rust toolchain channel = "1.94.0"
272026-03-26T04:59:10.814Z * rust toolchain profile = "default"
282026-03-26T04:59:10.819Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T04:59:10.819Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T04:59:10.913Zinfo: downloading installer
312026-03-26T04:59:12.296Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T04:59:12.296Zwarn: /opt/ooce/bin
332026-03-26T04:59:12.296Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T04:59:12.296Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T04:59:12.296Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T04:59:12.296Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T04:59:12.296Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T04:59:12.296Zerror: cannot install while Rust is installed
392026-03-26T04:59:12.296Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T04:59:12.299Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T04:59:12.299Zwarn: /home/build/.rustup/settings.toml
422026-03-26T04:59:12.299Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T04:59:12.299Zwarn: instead of the one inferred from the default host triple.
442026-03-26T04:59:12.311Zinfo: profile set to default
452026-03-26T04:59:12.311Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T04:59:12.314Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T04:59:12.442Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T04:59:12.445Zinfo: downloading 6 components
492026-03-26T04:59:26.839Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-26T04:59:26.839Z
512026-03-26T04:59:26.873Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T04:59:26.873Z
532026-03-26T04:59:26.873Z
542026-03-26T04:59:26.873ZRust is installed now. Great!
552026-03-26T04:59:26.873Z
562026-03-26T04:59:26.878ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T04:59:26.878Zenvironment variable. This has not been done automatically.
582026-03-26T04:59:26.878Z
592026-03-26T04:59:26.878ZTo configure your current shell, you need to source
602026-03-26T04:59:26.878Zthe corresponding env file under $HOME/.cargo.
612026-03-26T04:59:26.878Z
622026-03-26T04:59:26.878ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T04:59:26.878Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T04:59:26.878Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T04:59:26.878Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T04:59:26.878Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T04:59:26.878Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T04:59:26.878Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T04:59:26.878Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T04:59:26.878Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T04:59:26.959Z+ rustup --version
722026-03-26T04:59:26.967Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T04:59:26.970Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T04:59:26.989Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T04:59:26.992Z+ cargo --version
762026-03-26T04:59:27.005Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T04:59:27.008Z+ rustc --version
782026-03-26T04:59:27.027Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T04:59:27.030Zprocess exited: duration 16219 ms, exit code 0
 
802026-03-26T04:59:27.036Zstarting task 2: "authentication"
812026-03-26T04:59:27.054Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T04:59:27.060Zstarting task 3: "clone repository"
832026-03-26T04:59:27.063Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T04:59:27.066Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T04:59:27.096ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T04:59:36.627Z+ cd /work/oxidecomputer/omicron
872026-03-26T04:59:36.627Z+ git fetch origin 1550ca53e364d165ebfd9473e5ab417623f02a23
882026-03-26T04:59:36.898ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T04:59:36.898Z * branch 1550ca53e364d165ebfd9473e5ab417623f02a23 -> FETCH_HEAD
902026-03-26T04:59:36.907Z+ [[ -n ben/link-all-default-pools-to-default-internet-gateway ]]
912026-03-26T04:59:36.910Z++ git branch --show-current
922026-03-26T04:59:36.910Z+ current=main
932026-03-26T04:59:36.910Z+ [[ main != ben/link-all-default-pools-to-default-internet-gateway ]]
942026-03-26T04:59:36.910Z+ git branch -f ben/link-all-default-pools-to-default-internet-gateway 1550ca53e364d165ebfd9473e5ab417623f02a23
952026-03-26T04:59:36.913Z+ git checkout -f ben/link-all-default-pools-to-default-internet-gateway
962026-03-26T04:59:37.052ZSwitched to branch 'ben/link-all-default-pools-to-default-internet-gateway'
972026-03-26T04:59:37.055Z+ git reset --hard 1550ca53e364d165ebfd9473e5ab417623f02a23
982026-03-26T04:59:37.193ZHEAD is now at 1550ca53e Merge remote-tracking branch 'origin/main' into ben/link-all-default-pools-to-default-internet-gateway
992026-03-26T04:59:37.197Zprocess exited: duration 10134 ms, exit code 0
 
1002026-03-26T04:59:37.204Zstarting task 4: "build"
1012026-03-26T04:59:37.209Z+ source ./env.sh
1022026-03-26T04:59:37.209Z++ OLD_SHELL_OPTS=ehxB
1032026-03-26T04:59:37.209Z++ set -o xtrace
1042026-03-26T04:59:37.212Z++++ dirname ./env.sh
1052026-03-26T04:59:37.214Z+++ readlink -f .
1062026-03-26T04:59:37.218Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-26T04:59:37.218Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-26T04:59:37.218Z++ 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-26T04:59:37.218Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-26T04:59:37.218Z++ 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-26T04:59:37.218Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-26T04:59:37.218Z++ 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-26T04:59:37.218Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-26T04:59:37.218Z++ 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-26T04:59:37.218Z++ case $OLD_SHELL_OPTS in
1162026-03-26T04:59:37.218Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-26T04:59:37.218Z+ source .github/buildomat/ci-env.sh
1182026-03-26T04:59:37.218Z++ export CARGO_TERM_COLOR=always
1192026-03-26T04:59:37.218Z++ CARGO_TERM_COLOR=always
1202026-03-26T04:59:37.218Z+ cargo --version
1212026-03-26T04:59:37.224Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-26T04:59:37.228Z+ rustc --version
1232026-03-26T04:59:37.247Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-26T04:59:37.250Z+ banner prerequisites
1252026-03-26T04:59:37.253Z
1262026-03-26T04:59:37.253Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-26T04:59:37.253Z # # # # # # # # # # # # # # #
1282026-03-26T04:59:37.253Z # # # # ##### # # ##### # # # # # #### #
1292026-03-26T04:59:37.253Z ##### ##### # ##### # # # # # # # # #
1302026-03-26T04:59:37.253Z # # # # # # # # # # # # # # #
1312026-03-26T04:59:37.253Z # # # ###### # # ###### ### # #### # #### #
1322026-03-26T04:59:37.253Z
1332026-03-26T04:59:37.253Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-26T04:59:45.201Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-26T04:59:51.928Z Startup: Caching catalogs ... Done
1362026-03-26T04:59:55.607ZPlanning: Solver setup ... Done (2.288s)
1372026-03-26T04:59:55.621ZPlanning: Running solver ... Done (0.014s)
1382026-03-26T04:59:55.739ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-26T04:59:55.750ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-26T04:59:55.848ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-26T04:59:55.878ZPlanning: Package planning ... Done (0.030s)
1422026-03-26T04:59:55.906ZPlanning: Merging actions ... Done (0.028s)
1432026-03-26T04:59:56.084ZPlanning: Checking for conflicting actions ... Done (0.178s)
1442026-03-26T04:59:56.091ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-26T04:59:56.869ZPlanning: Evaluating mediators ... Done (0.778s)
1462026-03-26T04:59:56.875ZPlanning: Planning completed in 4.79 seconds
1472026-03-26T04:59:56.887Z Packages to install: 4
1482026-03-26T04:59:56.887Z Mediators to change: 2
1492026-03-26T04:59:56.887Z Services to change: 1
1502026-03-26T04:59:56.890Z Estimated space available: 155.35 GB
1512026-03-26T04:59:56.890ZEstimated space to be consumed: 1.83 GB
1522026-03-26T04:59:56.890Z Create boot environment: No
1532026-03-26T04:59:56.890ZCreate backup boot environment: No
1542026-03-26T04:59:56.890Z Rebuild boot archive: No
1552026-03-26T04:59:56.890Z
1562026-03-26T04:59:56.890ZChanged mediators:
1572026-03-26T04:59:56.890Z mediator clang:
1582026-03-26T04:59:56.890Z version: None -> 15 (system default)
1592026-03-26T04:59:56.890Z
1602026-03-26T04:59:56.890Z mediator llvm:
1612026-03-26T04:59:56.890Z version: 14 (system default) -> 15 (system default)
1622026-03-26T04:59:56.890Z
1632026-03-26T04:59:56.890ZChanged packages:
1642026-03-26T04:59:56.890Zhelios-dev
1652026-03-26T04:59:56.890Z developer/build-essential
1662026-03-26T04:59:56.890Z None -> 11-2.0
1672026-03-26T04:59:56.890Z library/libxmlsec1
1682026-03-26T04:59:56.890Z None -> 1.2.35-2.0
1692026-03-26T04:59:56.890Z ooce/developer/clang-15
1702026-03-26T04:59:56.890Z None -> 15.0.7-2.0
1712026-03-26T04:59:56.890Z ooce/developer/llvm-15
1722026-03-26T04:59:56.890Z None -> 15.0.7-2.0
1732026-03-26T04:59:56.890Z
1742026-03-26T04:59:56.890ZServices:
1752026-03-26T04:59:56.890Z restart_fmri:
1762026-03-26T04:59:56.890Z svc:/system/update-man-index:default
1772026-03-26T04:59:56.930Z
1782026-03-26T04:59:56.930ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-26T05:00:01.930ZDownload: 2625/3290 items 120.5/212.6MB 56% complete (24.3M/s)
1802026-03-26T05:00:07.717ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (30.7M/s)
1812026-03-26T05:00:08.309ZDownload: Completed 212.60 MB in 11.38 seconds (18.7M/s)
1822026-03-26T05:00:08.455Z Actions: 1/3689 actions (Installing new actions)
1832026-03-26T05:00:11.635Z Actions: Completed 3689 actions in 3.18 seconds.
1842026-03-26T05:00:11.924Z Done (0.287s)
1852026-03-26T05:00:11.924Z Done (0.000s)
1862026-03-26T05:00:12.611Z Done (0.684s)
1872026-03-26T05:00:15.905Z Done (2.963s)
1882026-03-26T05:00:15.983Z Done (0.013s)
1892026-03-26T05:00:15.990Z Done (0.000s)
1902026-03-26T05:00:16.188Z Done (0.000s)
1912026-03-26T05:00:16.999ZPlanning: Evaluating mediator changes ... Done
1922026-03-26T05:00:17.105ZPlanning: Checking for conflicting actions ... Done
1932026-03-26T05:00:17.108ZPlanning: Consolidating action changes ... Done
1942026-03-26T05:00:17.265ZPlanning: Evaluating mediators ... Done
1952026-03-26T05:00:17.267ZPlanning: Planning completed in 0.27 seconds
1962026-03-26T05:00:17.286Z Mediators to change: 2
1972026-03-26T05:00:17.286Z Create boot environment: No
1982026-03-26T05:00:17.286ZCreate backup boot environment: No
1992026-03-26T05:00:17.361Z Done
2002026-03-26T05:00:17.361Z Done
2012026-03-26T05:00:17.938Z Done
2022026-03-26T05:00:20.495Z Done
2032026-03-26T05:00:20.567Z Done
2042026-03-26T05:00:20.570Z Done
2052026-03-26T05:00:20.711Z Done
2062026-03-26T05:00:21.114ZPlanning: Evaluating mediator changes ... Done
2072026-03-26T05:00:21.117ZPlanning: Merging actions ... Done
2082026-03-26T05:00:21.255ZPlanning: Checking for conflicting actions ... Done
2092026-03-26T05:00:21.258ZPlanning: Consolidating action changes ... Done
2102026-03-26T05:00:21.394ZPlanning: Evaluating mediators ... Done
2112026-03-26T05:00:21.422ZPlanning: Planning completed in 0.45 seconds
2122026-03-26T05:00:21.444Z Packages to change: 1
2132026-03-26T05:00:21.444Z Mediators to change: 1
2142026-03-26T05:00:21.448Z Services to change: 1
2152026-03-26T05:00:21.448Z Create boot environment: No
2162026-03-26T05:00:21.448ZCreate backup boot environment: Yes
2172026-03-26T05:00:23.683Z Actions: 1/6 actions (Updating modified actions)
2182026-03-26T05:00:23.686Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-26T05:00:23.686Z Done
2202026-03-26T05:00:23.686Z Done
2212026-03-26T05:00:23.819Z Done
2222026-03-26T05:00:26.327Z Done
2232026-03-26T05:00:26.399Z Done
2242026-03-26T05:00:26.403Z Done
2252026-03-26T05:00:26.545Z Done
2262026-03-26T05:00:26.834ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-26T05:00:26.834Zclang system 15 system
2282026-03-26T05:00:26.834Zcsh system system illumos
2292026-03-26T05:00:26.834Zctags system system illumos
2302026-03-26T05:00:26.834Zfile system system illumos
2312026-03-26T05:00:26.834Zgcc vendor 12 vendor
2322026-03-26T05:00:26.834Zgcc system 14 system
2332026-03-26T05:00:26.834Zgcc system 10 system
2342026-03-26T05:00:26.834Zgo system 1.20 system
2352026-03-26T05:00:26.834Zgo system 1.19 system
2362026-03-26T05:00:26.834Zllvm system 15 system
2372026-03-26T05:00:26.834Zllvm system 14 system
2382026-03-26T05:00:26.834Zmariadb system 10.6 system
2392026-03-26T05:00:26.834Zmta vendor vendor dma
2402026-03-26T05:00:26.834Zopenjdk system 17 system
2412026-03-26T05:00:26.834Zopenjdk system 11 system
2422026-03-26T05:00:26.834Zopenjdk system 1.8 system
2432026-03-26T05:00:26.834Zopenssl vendor 3 vendor
2442026-03-26T05:00:26.834Zperl system 5.36 system
2452026-03-26T05:00:26.834Zpostgresql system 15 system
2462026-03-26T05:00:26.834Zpostgresql system 13 system
2472026-03-26T05:00:26.835Zpython vendor 3 vendor
2482026-03-26T05:00:26.835Zpython system 2 system
2492026-03-26T05:00:26.835Zpython3 system 3.11 system
2502026-03-26T05:00:26.835Zruby system 3.0 system
2512026-03-26T05:00:26.835Zwords vendor vendor american-english
2522026-03-26T05:00:26.835Zwords system system australian-english
2532026-03-26T05:00:26.835Zwords system system british-english
2542026-03-26T05:00:26.835Zwords system system canadian-english
2552026-03-26T05:00:26.835Zwords system system french
2562026-03-26T05:00:26.835Zwords system system italian
2572026-03-26T05:00:26.835Zwords system system ngerman
2582026-03-26T05:00:26.835Zwords system system ogerman
2592026-03-26T05:00:26.835Zwords system system spanish
2602026-03-26T05:00:27.060ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-26T05:00:27.060Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-26T05:00:31.319ZFMRI IFO
2632026-03-26T05:00:31.319Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-26T05:00:31.319Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-26T05:00:31.319Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-26T05:00:31.319Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-26T05:00:31.319Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-26T05:00:31.319Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-26T05:00:31.319Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-26T05:00:31.319Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-26T05:00:31.319Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-26T05:00:31.319Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-26T05:00:31.319Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-26T05:00:31.319Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-26T05:00:31.320Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-26T05:00:31.320Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-26T05:00:31.320Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-26T05:00:31.320Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-26T05:00:32.403Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-26T05:00:32.661Z Updating crates.io index
2812026-03-26T05:00:32.702Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-26T05:00:32.960Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-26T05:00:33.912Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-26T05:00:34.417Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-26T05:00:35.297Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-26T05:00:35.938Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-26T05:00:37.371Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-26T05:00:38.755Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-26T05:00:40.530Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-26T05:00:41.049Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-26T05:00:41.731Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-26T05:00:42.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-26T05:00:42.992Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-26T05:00:43.412Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-26T05:00:44.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-26T05:00:44.955Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-26T05:00:45.198Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-26T05:00:45.477Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-26T05:00:45.915Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-26T05:00:46.287Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-26T05:00:46.534Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-26T05:00:46.795Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-26T05:00:47.193Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-26T05:00:47.600Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-26T05:00:48.264Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-26T05:00:48.670Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-26T05:00:48.987Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-26T05:00:49.247Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-03-26T05:00:50.218Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-26T05:00:51.019Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-03-26T05:00:51.571Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-26T05:00:52.054Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-26T05:00:52.384Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-26T05:00:52.708Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-26T05:00:53.020Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-26T05:00:53.500Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-26T05:00:53.763Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-26T05:00:54.027Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-26T05:00:54.432Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-26T05:01:07.171Z Downloading crates ...
3212026-03-26T05:01:07.239Z Downloaded dof v0.3.0
3222026-03-26T05:01:07.247Z Downloaded thread-id v4.2.2
3232026-03-26T05:01:07.250Z Downloaded unicode-linebreak v0.1.5
3242026-03-26T05:01:07.253Z Downloaded camino-tempfile v1.4.1
3252026-03-26T05:01:07.256Z Downloaded potential_utf v0.1.4
3262026-03-26T05:01:07.259Z Downloaded usdt v0.5.0
3272026-03-26T05:01:07.259Z Downloaded smawk v0.3.2
3282026-03-26T05:01:07.262Z Downloaded quote v1.0.44
3292026-03-26T05:01:07.264Z Downloaded zerocopy-derive v0.7.35
3302026-03-26T05:01:07.267Z Downloaded zerovec-derive v0.11.2
3312026-03-26T05:01:07.267Z Downloaded yoke-derive v0.8.1
3322026-03-26T05:01:07.271Z Downloaded crypto-common v0.1.7
3332026-03-26T05:01:07.274Z Downloaded ucd-trie v0.1.7
3342026-03-26T05:01:07.277Z Downloaded zerofrom v0.1.6
3352026-03-26T05:01:07.277Z Downloaded unicode-xid v0.2.6
3362026-03-26T05:01:07.277Z Downloaded getrandom v0.4.1
3372026-03-26T05:01:07.280Z Downloaded anstyle-parse v0.2.7
3382026-03-26T05:01:07.283Z Downloaded textwrap v0.16.2
3392026-03-26T05:01:07.283Z Downloaded usdt-macro v0.5.0
3402026-03-26T05:01:07.286Z Downloaded utf8_iter v1.0.4
3412026-03-26T05:01:07.290Z Downloaded fs-err v3.3.0
3422026-03-26T05:01:07.293Z Downloaded utf8parse v0.2.2
3432026-03-26T05:01:07.293Z Downloaded toml_write v0.1.2
3442026-03-26T05:01:07.293Z Downloaded typeid v1.0.3
3452026-03-26T05:01:07.296Z Downloaded idna_adapter v1.2.1
3462026-03-26T05:01:07.296Z Downloaded version_check v0.9.5
3472026-03-26T05:01:07.296Z Downloaded cfg-if v1.0.4
3482026-03-26T05:01:07.296Z Downloaded generic-array v0.14.7
3492026-03-26T05:01:07.296Z Downloaded bytecount v0.6.9
3502026-03-26T05:01:07.299Z Downloaded heck v0.4.1
3512026-03-26T05:01:07.302Z Downloaded anyhow v1.0.102
3522026-03-26T05:01:07.302Z Downloaded writeable v0.6.2
3532026-03-26T05:01:07.305Z Downloaded displaydoc v0.2.5
3542026-03-26T05:01:07.305Z Downloaded thiserror v2.0.18
3552026-03-26T05:01:07.308Z Downloaded toml_datetime v0.6.11
3562026-03-26T05:01:07.308Z Downloaded erased-serde v0.4.9
3572026-03-26T05:01:07.313Z Downloaded zerofrom-derive v0.1.6
3582026-03-26T05:01:07.316Z Downloaded yoke v0.8.1
3592026-03-26T05:01:07.316Z Downloaded thiserror v1.0.69
3602026-03-26T05:01:07.319Z Downloaded cargo_toml v0.21.0
3612026-03-26T05:01:07.319Z Downloaded scroll_derive v0.12.1
3622026-03-26T05:01:07.322Z Downloaded colorchoice v1.0.4
3632026-03-26T05:01:07.322Z Downloaded cargo-util-schemas v0.8.2
3642026-03-26T05:01:07.322Z Downloaded icu_provider v2.1.1
3652026-03-26T05:01:07.325Z Downloaded usdt-attr-macro v0.5.0
3662026-03-26T05:01:07.325Z Downloaded usdt-impl v0.5.0
3672026-03-26T05:01:07.328Z Downloaded serde v1.0.228
3682026-03-26T05:01:07.331Z Downloaded thiserror-impl v2.0.18
3692026-03-26T05:01:07.331Z Downloaded camino v1.2.2
3702026-03-26T05:01:07.334Z Downloaded zmij v1.0.21
3712026-03-26T05:01:07.338Z Downloaded stable_deref_trait v1.2.1
3722026-03-26T05:01:07.341Z Downloaded fastrand v2.3.0
3732026-03-26T05:01:07.341Z Downloaded form_urlencoded v1.2.2
3742026-03-26T05:01:07.350Z Downloaded macaddr v1.0.1
3752026-03-26T05:01:07.354Z Downloaded cpufeatures v0.2.17
3762026-03-26T05:01:07.354Z Downloaded tabled_derive v0.7.0
3772026-03-26T05:01:07.354Z Downloaded toml v0.8.23
3782026-03-26T05:01:07.361Z Downloaded plain v0.2.3
3792026-03-26T05:01:07.364Z Downloaded cargo-platform v0.2.0
3802026-03-26T05:01:07.367Z Downloaded url v2.5.8
3812026-03-26T05:01:07.369Z Downloaded icu_properties v2.1.2
3822026-03-26T05:01:07.373Z Downloaded tinystr v0.8.2
3832026-03-26T05:01:07.376Z Downloaded zerotrie v0.2.3
3842026-03-26T05:01:07.376Z Downloaded itoa v1.0.17
3852026-03-26T05:01:07.379Z Downloaded block-buffer v0.10.4
3862026-03-26T05:01:07.379Z Downloaded proc-macro-error-attr v1.0.4
3872026-03-26T05:01:07.379Z Downloaded fnv v1.0.7
3882026-03-26T05:01:07.379Z Downloaded toml_edit v0.22.27
3892026-03-26T05:01:07.382Z Downloaded equivalent v1.0.2
3902026-03-26T05:01:07.382Z Downloaded thiserror-impl v1.0.69
3912026-03-26T05:01:07.385Z Downloaded unicode-ident v1.0.24
3922026-03-26T05:01:07.388Z Downloaded ordered-float v2.10.1
3932026-03-26T05:01:07.388Z Downloaded clap_lex v1.0.0
3942026-03-26T05:01:07.388Z Downloaded terminal_size v0.4.3
3952026-03-26T05:01:07.392Z Downloaded heck v0.5.0
3962026-03-26T05:01:07.392Z Downloaded strsim v0.11.1
3972026-03-26T05:01:07.397Z Downloaded is_terminal_polyfill v1.70.2
3982026-03-26T05:01:07.401Z Downloaded typenum v1.19.0
3992026-03-26T05:01:07.408Z Downloaded zerovec v0.11.5
4002026-03-26T05:01:07.408Z Downloaded serde_tokenstream v0.2.3
4012026-03-26T05:01:07.408Z Downloaded dtrace-parser v0.2.0
4022026-03-26T05:01:07.408Z Downloaded anstyle-query v1.1.5
4032026-03-26T05:01:07.408Z Downloaded anstyle v1.0.13
4042026-03-26T05:01:07.412Z Downloaded scroll v0.12.0
4052026-03-26T05:01:07.412Z Downloaded zerocopy v0.7.35
4062026-03-26T05:01:07.418Z Downloaded sha2 v0.10.9
4072026-03-26T05:01:07.423Z Downloaded memmap v0.7.0
4082026-03-26T05:01:07.425Z Downloaded pretty-hex v0.4.1
4092026-03-26T05:01:07.428Z Downloaded winnow v0.7.14
4102026-03-26T05:01:07.432Z Downloaded unicode-width v0.2.0
4112026-03-26T05:01:07.434Z Downloaded unicode-width v0.1.14
4122026-03-26T05:01:07.437Z Downloaded pest v2.8.6
4132026-03-26T05:01:07.440Z Downloaded percent-encoding v2.3.2
4142026-03-26T05:01:07.443Z Downloaded swrite v0.1.0
4152026-03-26T05:01:07.443Z Downloaded serde-value v0.7.0
4162026-03-26T05:01:07.446Z Downloaded serde_spanned v0.6.9
4172026-03-26T05:01:07.454Z Downloaded errno v0.3.14
4182026-03-26T05:01:07.457Z Downloaded byteorder v1.5.0
4192026-03-26T05:01:07.457Z Downloaded semver v1.0.27
4202026-03-26T05:01:07.465Z Downloaded autocfg v1.5.0
4212026-03-26T05:01:07.482Z Downloaded synstructure v0.13.2
4222026-03-26T05:01:07.485Z Downloaded once_cell v1.21.3
4232026-03-26T05:01:07.489Z Downloaded digest v0.10.7
4242026-03-26T05:01:07.492Z Downloaded serde-untagged v0.1.9
4252026-03-26T05:01:07.495Z Downloaded proc-macro-error v1.0.4
4262026-03-26T05:01:07.511Z Downloaded tempfile v3.25.0
4272026-03-26T05:01:07.513Z Downloaded pest_generator v2.8.6
4282026-03-26T05:01:07.514Z Downloaded pest_derive v2.8.6
4292026-03-26T05:01:07.516Z Downloaded clap_derive v4.5.55
4302026-03-26T05:01:07.519Z Downloaded anstream v0.6.21
4312026-03-26T05:01:07.522Z Downloaded log v0.4.29
4322026-03-26T05:01:07.525Z Downloaded indexmap v2.13.0
4332026-03-26T05:01:07.528Z Downloaded num-traits v0.2.19
4342026-03-26T05:01:07.531Z Downloaded smallvec v1.15.1
4352026-03-26T05:01:07.537Z Downloaded litemap v0.8.1
4362026-03-26T05:01:07.540Z Downloaded serde_derive v1.0.228
4372026-03-26T05:01:07.543Z Downloaded cargo_metadata v0.21.0
4382026-03-26T05:01:07.551Z Downloaded papergrid v0.11.0
4392026-03-26T05:01:07.554Z Downloaded bitflags v2.11.0
4402026-03-26T05:01:07.556Z Downloaded clap v4.5.60
4412026-03-26T05:01:07.560Z Downloaded icu_normalizer v2.1.1
4422026-03-26T05:01:07.568Z Downloaded icu_locale_core v2.1.1
4432026-03-26T05:01:07.571Z Downloaded icu_collections v2.1.1
4442026-03-26T05:01:07.575Z Downloaded serde_core v1.0.228
4452026-03-26T05:01:07.578Z Downloaded icu_normalizer_data v2.1.1
4462026-03-26T05:01:07.584Z Downloaded proc-macro2 v1.0.106
4472026-03-26T05:01:07.588Z Downloaded pest_meta v2.8.6
4482026-03-26T05:01:07.607Z Downloaded icu_properties_data v2.1.2
4492026-03-26T05:01:07.610Z Downloaded idna v1.1.0
4502026-03-26T05:01:07.622Z Downloaded memchr v2.8.0
4512026-03-26T05:01:07.634Z Downloaded hashbrown v0.16.1
4522026-03-26T05:01:07.650Z Downloaded clap_builder v4.5.60
4532026-03-26T05:01:07.660Z Downloaded serde_json v1.0.149
4542026-03-26T05:01:07.688Z Downloaded goblin v0.8.2
4552026-03-26T05:01:07.698Z Downloaded syn v1.0.109
4562026-03-26T05:01:07.703Z Downloaded tabled v0.15.0
4572026-03-26T05:01:07.710Z Downloaded syn v2.0.117
4582026-03-26T05:01:07.745Z Downloaded rustix v1.1.3
4592026-03-26T05:01:07.783Z Downloaded libc v0.2.180
4602026-03-26T05:01:07.851Z Compiling proc-macro2 v1.0.106
4612026-03-26T05:01:07.851Z Compiling unicode-ident v1.0.24
4622026-03-26T05:01:07.851Z Compiling quote v1.0.44
4632026-03-26T05:01:07.851Z Compiling serde_core v1.0.228
4642026-03-26T05:01:07.854Z Compiling libc v0.2.180
4652026-03-26T05:01:07.854Z Compiling version_check v0.9.5
4662026-03-26T05:01:07.854Z Compiling stable_deref_trait v1.2.1
4672026-03-26T05:01:07.854Z Compiling memchr v2.8.0
4682026-03-26T05:01:08.170Z Compiling serde v1.0.228
4692026-03-26T05:01:08.186Z Compiling zmij v1.0.21
4702026-03-26T05:01:08.394Z Compiling thiserror v1.0.69
4712026-03-26T05:01:08.507Z Compiling ucd-trie v0.1.7
4722026-03-26T05:01:08.554Z Compiling itoa v1.0.17
4732026-03-26T05:01:08.662Z Compiling autocfg v1.5.0
4742026-03-26T05:01:08.783Z Compiling pest v2.8.6
4752026-03-26T05:01:08.806Z Compiling litemap v0.8.1
4762026-03-26T05:01:08.885Z Compiling writeable v0.6.2
4772026-03-26T05:01:08.935Z Compiling icu_properties_data v2.1.2
4782026-03-26T05:01:08.997Z Compiling byteorder v1.5.0
4792026-03-26T05:01:09.092Z Compiling rustix v1.1.3
4802026-03-26T05:01:09.245Z Compiling icu_normalizer_data v2.1.1
4812026-03-26T05:01:09.379Z Compiling syn v2.0.117
4822026-03-26T05:01:09.476Z Compiling errno v0.3.14
4832026-03-26T05:01:09.491Z Compiling bitflags v2.11.0
4842026-03-26T05:01:09.508Z Compiling serde_json v1.0.149
4852026-03-26T05:01:09.739Z Compiling num-traits v0.2.19
4862026-03-26T05:01:09.765Z Compiling hashbrown v0.16.1
4872026-03-26T05:01:09.799Z Compiling smallvec v1.15.1
4882026-03-26T05:01:09.923Z Compiling pest_meta v2.8.6
4892026-03-26T05:01:10.027Z Compiling typeid v1.0.3
4902026-03-26T05:01:10.203Z Compiling equivalent v1.0.2
4912026-03-26T05:01:10.309Z Compiling indexmap v2.13.0
4922026-03-26T05:01:10.346Z Compiling thread-id v4.2.2
4932026-03-26T05:01:10.379Z Compiling usdt-impl v0.5.0
4942026-03-26T05:01:10.445Z Compiling proc-macro-error-attr v1.0.4
4952026-03-26T05:01:10.510Z Compiling winnow v0.7.14
4962026-03-26T05:01:10.578Z Compiling syn v1.0.109
4972026-03-26T05:01:10.627Z Compiling erased-serde v0.4.9
4982026-03-26T05:01:10.828Z Compiling toml_write v0.1.2
4992026-03-26T05:01:11.046Z Compiling proc-macro-error v1.0.4
5002026-03-26T05:01:11.138Z Compiling percent-encoding v2.3.2
5012026-03-26T05:01:11.226Z Compiling thiserror v2.0.18
5022026-03-26T05:01:11.335Z Compiling log v0.4.29
5032026-03-26T05:01:11.540Z Compiling plain v0.2.3
5042026-03-26T05:01:11.541Z Compiling camino v1.2.2
5052026-03-26T05:01:11.601Z Compiling utf8parse v0.2.2
5062026-03-26T05:01:11.618Z Compiling utf8_iter v1.0.4
5072026-03-26T05:01:11.658Z Compiling getrandom v0.4.1
5082026-03-26T05:01:11.719Z Compiling anstyle-parse v0.2.7
5092026-03-26T05:01:11.821Z Compiling ordered-float v2.10.1
5102026-03-26T05:01:11.909Z Compiling form_urlencoded v1.2.2
5112026-03-26T05:01:11.982Z Compiling synstructure v0.13.2
5122026-03-26T05:01:12.008Z Compiling pest_generator v2.8.6
5132026-03-26T05:01:12.113Z Compiling terminal_size v0.4.3
5142026-03-26T05:01:12.259Z Compiling anstyle-query v1.1.5
5152026-03-26T05:01:12.346Z Compiling anstyle v1.0.13
5162026-03-26T05:01:12.378Z Compiling pretty-hex v0.4.1
5172026-03-26T05:01:12.463Z Compiling cfg-if v1.0.4
5182026-03-26T05:01:12.525Z Compiling colorchoice v1.0.4
5192026-03-26T05:01:12.543Z Compiling is_terminal_polyfill v1.70.2
5202026-03-26T05:01:12.582Z Compiling serde-untagged v0.1.9
5212026-03-26T05:01:12.640Z Compiling anstream v0.6.21
5222026-03-26T05:01:12.726Z Compiling semver v1.0.27
5232026-03-26T05:01:12.760Z Compiling fs-err v3.3.0
5242026-03-26T05:01:12.824Z Compiling bytecount v0.6.9
5252026-03-26T05:01:12.950Z Compiling unicode-xid v0.2.6
5262026-03-26T05:01:12.967Z Compiling fnv v1.0.7
5272026-03-26T05:01:12.985Z Compiling clap_lex v1.0.0
5282026-03-26T05:01:13.031Z Compiling strsim v0.11.1
5292026-03-26T05:01:13.058Z Compiling unicode-width v0.1.14
5302026-03-26T05:01:13.075Z Compiling once_cell v1.21.3
5312026-03-26T05:01:13.093Z Compiling fastrand v2.3.0
5322026-03-26T05:01:13.298Z Compiling anyhow v1.0.102
5332026-03-26T05:01:13.338Z Compiling heck v0.4.1
5342026-03-26T05:01:13.361Z Compiling heck v0.5.0
5352026-03-26T05:01:13.396Z Compiling papergrid v0.11.0
5362026-03-26T05:01:13.535Z Compiling tempfile v3.25.0
5372026-03-26T05:01:13.568Z Compiling clap_builder v4.5.60
5382026-03-26T05:01:13.703Z Compiling memmap v0.7.0
5392026-03-26T05:01:13.719Z Compiling serde_derive v1.0.228
5402026-03-26T05:01:13.832Z Compiling zerofrom-derive v0.1.6
5412026-03-26T05:01:13.882Z Compiling yoke-derive v0.8.1
5422026-03-26T05:01:13.908Z Compiling zerovec-derive v0.11.2
5432026-03-26T05:01:14.163Z Compiling displaydoc v0.2.5
5442026-03-26T05:01:14.796Z Compiling thiserror-impl v1.0.69
5452026-03-26T05:01:14.895Z Compiling zerocopy-derive v0.7.35
5462026-03-26T05:01:15.011Z Compiling pest_derive v2.8.6
5472026-03-26T05:01:15.011Z Compiling scroll_derive v0.12.1
5482026-03-26T05:01:15.197Z Compiling zerofrom v0.1.6
5492026-03-26T05:01:15.334Z Compiling yoke v0.8.1
5502026-03-26T05:01:15.448Z Compiling thiserror-impl v2.0.18
5512026-03-26T05:01:15.561Z Compiling zerovec v0.11.5
5522026-03-26T05:01:15.684Z Compiling zerotrie v0.2.3
5532026-03-26T05:01:15.753Z Compiling zerocopy v0.7.35
5542026-03-26T05:01:15.990Z Compiling tinystr v0.8.2
5552026-03-26T05:01:16.038Z Compiling potential_utf v0.1.4
5562026-03-26T05:01:16.150Z Compiling icu_locale_core v2.1.1
5572026-03-26T05:01:16.199Z Compiling icu_collections v2.1.1
5582026-03-26T05:01:16.226Z Compiling dtrace-parser v0.2.0
5592026-03-26T05:01:16.304Z Compiling scroll v0.12.0
5602026-03-26T05:01:16.574Z Compiling tabled_derive v0.7.0
5612026-03-26T05:01:16.648Z Compiling goblin v0.8.2
5622026-03-26T05:01:16.702Z Compiling clap_derive v4.5.55
5632026-03-26T05:01:16.930Z Compiling icu_provider v2.1.1
5642026-03-26T05:01:17.051Z Compiling unicode-linebreak v0.1.5
5652026-03-26T05:01:17.102Z Compiling smawk v0.3.2
5662026-03-26T05:01:17.187Z Compiling icu_normalizer v2.1.1
5672026-03-26T05:01:17.211Z Compiling icu_properties v2.1.2
5682026-03-26T05:01:17.240Z Compiling serde_spanned v0.6.9
5692026-03-26T05:01:17.258Z Compiling toml_datetime v0.6.11
5702026-03-26T05:01:17.298Z Compiling dof v0.3.0
5712026-03-26T05:01:17.392Z Compiling serde_tokenstream v0.2.3
5722026-03-26T05:01:17.515Z Compiling toml_edit v0.22.27
5732026-03-26T05:01:17.536Z Compiling serde-value v0.7.0
5742026-03-26T05:01:17.725Z Compiling cargo-platform v0.2.0
5752026-03-26T05:01:17.744Z Compiling unicode-width v0.2.0
5762026-03-26T05:01:17.903Z Compiling tabled v0.15.0
5772026-03-26T05:01:18.017Z Compiling textwrap v0.16.2
5782026-03-26T05:01:18.024Z Compiling macaddr v1.0.1
5792026-03-26T05:01:18.278Z Compiling idna_adapter v1.2.1
5802026-03-26T05:01:18.319Z Compiling usdt-macro v0.5.0
5812026-03-26T05:01:18.421Z Compiling idna v1.1.0
5822026-03-26T05:01:18.478Z Compiling usdt-attr-macro v0.5.0
5832026-03-26T05:01:18.495Z Compiling clap v4.5.60
5842026-03-26T05:01:18.580Z Compiling camino-tempfile v1.4.1
5852026-03-26T05:01:18.696Z Compiling url v2.5.8
5862026-03-26T05:01:18.935Z Compiling toml v0.8.23
5872026-03-26T05:01:19.108Z Compiling swrite v0.1.0
5882026-03-26T05:01:19.139Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-26T05:01:19.393Z Compiling cargo-util-schemas v0.8.2
5902026-03-26T05:01:19.546Z Compiling cargo_toml v0.21.0
5912026-03-26T05:01:19.765Z Compiling usdt v0.5.0
5922026-03-26T05:01:20.281Z Compiling cargo_metadata v0.21.0
5932026-03-26T05:01:21.198Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-26T05:01:23.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.07s
5952026-03-26T05:01:23.533Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-26T05:01:24.101Z Downloading crates ...
5972026-03-26T05:01:24.200Z Downloaded adler2 v2.0.1
5982026-03-26T05:01:24.205Z Downloaded array-init v0.0.4
5992026-03-26T05:01:24.213Z Downloaded castaway v0.2.4
6002026-03-26T05:01:24.216Z Downloaded aead v0.5.2
6012026-03-26T05:01:24.220Z Downloaded atomic-waker v1.1.2
6022026-03-26T05:01:24.223Z Downloaded dtrace-parser v0.3.0
6032026-03-26T05:01:24.226Z Downloaded assert_matches v1.5.0
6042026-03-26T05:01:24.226Z Downloaded curve25519-dalek-derive v0.1.1
6052026-03-26T05:01:24.229Z Downloaded crossbeam-deque v0.8.6
6062026-03-26T05:01:24.232Z Downloaded ascii-canvas v3.0.0
6072026-03-26T05:01:24.235Z Downloaded arrayref v0.3.9
6082026-03-26T05:01:24.237Z Downloaded foreign-types v0.3.2
6092026-03-26T05:01:24.240Z Downloaded fixedbitset v0.4.2
6102026-03-26T05:01:24.240Z Downloaded arrayvec v0.7.6
6112026-03-26T05:01:24.243Z Downloaded float-ord v0.3.2
6122026-03-26T05:01:24.243Z Downloaded bitfield v0.19.4
6132026-03-26T05:01:24.246Z Downloaded ena v0.14.4
6142026-03-26T05:01:24.249Z Downloaded derive_builder_core v0.20.2
6152026-03-26T05:01:24.249Z Downloaded defmt v1.0.1
6162026-03-26T05:01:24.252Z Downloaded convert_case v0.10.0
6172026-03-26T05:01:24.252Z Downloaded cfg_aliases v0.2.1
6182026-03-26T05:01:24.252Z Downloaded cargo-platform v0.1.9
6192026-03-26T05:01:24.255Z Downloaded async-recursion v1.1.1
6202026-03-26T05:01:24.255Z Downloaded env_logger v0.11.9
6212026-03-26T05:01:24.257Z Downloaded colored v3.1.1
6222026-03-26T05:01:24.260Z Downloaded cfg_aliases v0.1.1
6232026-03-26T05:01:24.260Z Downloaded ahash v0.8.12
6242026-03-26T05:01:24.260Z Downloaded des v0.8.1
6252026-03-26T05:01:24.263Z Downloaded cobs v0.3.0
6262026-03-26T05:01:24.263Z Downloaded fatfs v0.3.6
6272026-03-26T05:01:24.266Z Downloaded ed25519-dalek v2.2.0
6282026-03-26T05:01:24.266Z Downloaded cexpr v0.6.0
6292026-03-26T05:01:24.269Z Downloaded darling v0.23.0
6302026-03-26T05:01:24.272Z Downloaded diff v0.1.13
6312026-03-26T05:01:24.275Z Downloaded crossterm v0.29.0
6322026-03-26T05:01:24.277Z Downloaded cpufeatures v0.3.0
6332026-03-26T05:01:24.278Z Downloaded async-bb8-diesel v0.2.1
6342026-03-26T05:01:24.280Z Downloaded base16ct v1.0.0
6352026-03-26T05:01:24.280Z Downloaded argon2 v0.5.3
6362026-03-26T05:01:24.280Z Downloaded bit-set v0.5.3
6372026-03-26T05:01:24.283Z Downloaded base16ct v0.2.0
6382026-03-26T05:01:24.286Z Downloaded dsl_auto_type v0.2.0
6392026-03-26T05:01:24.293Z Downloaded enum-as-inner v0.6.1
6402026-03-26T05:01:24.302Z Downloaded futures-task v0.3.32
6412026-03-26T05:01:24.305Z Downloaded dropshot v0.16.7
6422026-03-26T05:01:24.315Z Downloaded futures v0.3.32
6432026-03-26T05:01:24.318Z Downloaded document-features v0.2.12
6442026-03-26T05:01:24.321Z Downloaded crucible-workspace-hack v0.1.0
6452026-03-26T05:01:24.321Z Downloaded atty v0.2.14
6462026-03-26T05:01:24.321Z Downloaded foreign-types-macros v0.2.3
6472026-03-26T05:01:24.324Z Downloaded embedded-io v0.4.0
6482026-03-26T05:01:24.324Z Downloaded flagset v0.4.7
6492026-03-26T05:01:24.324Z Downloaded async-stream-impl v0.3.6
6502026-03-26T05:01:24.324Z Downloaded bit-set v0.8.0
6512026-03-26T05:01:24.327Z Downloaded foreign-types-shared v0.1.1
6522026-03-26T05:01:24.327Z Downloaded downcast-rs v2.0.2
6532026-03-26T05:01:24.327Z Downloaded dirs-sys-next v0.1.2
6542026-03-26T05:01:24.327Z Downloaded dyn-clone v1.0.20
6552026-03-26T05:01:24.330Z Downloaded defmt-macros v1.0.1
6562026-03-26T05:01:24.330Z Downloaded find-msvc-tools v0.1.9
6572026-03-26T05:01:24.333Z Downloaded bitfield-struct v0.6.2
6582026-03-26T05:01:24.333Z Downloaded bitfield-macros v0.19.4
6592026-03-26T05:01:24.333Z Downloaded bb8 v0.8.6
6602026-03-26T05:01:24.336Z Downloaded atomicwrites v0.4.4
6612026-03-26T05:01:24.336Z Downloaded bcrypt-pbkdf v0.10.0
6622026-03-26T05:01:24.336Z Downloaded darling_macro v0.20.11
6632026-03-26T05:01:24.336Z Downloaded crc v3.4.0
6642026-03-26T05:01:24.340Z Downloaded ciborium-io v0.2.2
6652026-03-26T05:01:24.341Z Downloaded crc8 v0.1.1
6662026-03-26T05:01:24.344Z Downloaded convert_case v0.4.0
6672026-03-26T05:01:24.344Z Downloaded cmake v0.1.57
6682026-03-26T05:01:24.344Z Downloaded allocator-api2 v0.2.21
6692026-03-26T05:01:24.344Z Downloaded cipher v0.4.4
6702026-03-26T05:01:24.347Z Downloaded difflib v0.4.0
6712026-03-26T05:01:24.347Z Downloaded cargo_metadata v0.19.2
6722026-03-26T05:01:24.347Z Downloaded fd-lock v4.0.4
6732026-03-26T05:01:24.350Z Downloaded cassowary v0.3.0
6742026-03-26T05:01:24.350Z Downloaded block-padding v0.3.3
6752026-03-26T05:01:24.350Z Downloaded async-trait v0.1.89
6762026-03-26T05:01:24.353Z Downloaded dunce v1.0.5
6772026-03-26T05:01:24.353Z Downloaded derive_builder_macro v0.20.2
6782026-03-26T05:01:24.353Z Downloaded darling_macro v0.23.0
6792026-03-26T05:01:24.356Z Downloaded futures-core v0.3.32
6802026-03-26T05:01:24.356Z Downloaded funty v2.0.0
6812026-03-26T05:01:24.356Z Downloaded endian-type v0.1.2
6822026-03-26T05:01:24.356Z Downloaded async-stream v0.3.6
6832026-03-26T05:01:24.359Z Downloaded dropshot-api-manager-types v0.6.0
6842026-03-26T05:01:24.359Z Downloaded either v1.15.0
6852026-03-26T05:01:24.362Z Downloaded critical-section v1.2.0
6862026-03-26T05:01:24.365Z Downloaded display-error-chain v0.2.2
6872026-03-26T05:01:24.365Z Downloaded fs_extra v1.3.0
6882026-03-26T05:01:24.368Z Downloaded env_filter v1.0.0
6892026-03-26T05:01:24.368Z Downloaded drift v0.1.3
6902026-03-26T05:01:24.371Z Downloaded foldhash v0.1.5
6912026-03-26T05:01:24.371Z Downloaded chacha20 v0.9.1
6922026-03-26T05:01:24.375Z Downloaded arc-swap v1.8.2
6932026-03-26T05:01:24.375Z Downloaded fxhash v0.2.1
6942026-03-26T05:01:24.377Z Downloaded ghash v0.5.1
6952026-03-26T05:01:24.378Z Downloaded futures-io v0.3.32
6962026-03-26T05:01:24.378Z Downloaded foreign-types-shared v0.3.1
6972026-03-26T05:01:24.378Z Downloaded foreign-types v0.5.0
6982026-03-26T05:01:24.378Z Downloaded globwalk v0.9.1
6992026-03-26T05:01:24.381Z Downloaded darling_macro v0.21.3
7002026-03-26T05:01:24.381Z Downloaded crunchy v0.2.4
7012026-03-26T05:01:24.381Z Downloaded defmt-parser v1.0.0
7022026-03-26T05:01:24.381Z Downloaded defmt v0.3.100
7032026-03-26T05:01:24.384Z Downloaded float-cmp v0.10.0
7042026-03-26T05:01:24.384Z Downloaded hash32 v0.3.1
7052026-03-26T05:01:24.384Z Downloaded hash32 v0.2.1
7062026-03-26T05:01:24.384Z Downloaded cstr-argument v0.1.2
7072026-03-26T05:01:24.388Z Downloaded dirs-next v2.0.0
7082026-03-26T05:01:24.388Z Downloaded corncobs v0.1.4
7092026-03-26T05:01:24.388Z Downloaded cbc v0.1.2
7102026-03-26T05:01:24.388Z Downloaded diesel_table_macro_syntax v0.3.0
7112026-03-26T05:01:24.391Z Downloaded byte-wrapper v0.1.0
7122026-03-26T05:01:24.391Z Downloaded gethostname v0.5.0
7132026-03-26T05:01:24.394Z Downloaded git-stub v1.0.0
7142026-03-26T05:01:24.397Z Downloaded embedded-io v0.6.1
7152026-03-26T05:01:24.397Z Downloaded ff v0.13.1
7162026-03-26T05:01:24.401Z Downloaded base64ct v1.8.3
7172026-03-26T05:01:24.404Z Downloaded fallible-iterator v0.2.0
7182026-03-26T05:01:24.404Z Downloaded buf-list v1.1.2
7192026-03-26T05:01:24.408Z Downloaded diesel-dtrace v0.5.0
7202026-03-26T05:01:24.408Z Downloaded crc-catalog v2.4.0
7212026-03-26T05:01:24.410Z Downloaded blowfish v0.9.1
7222026-03-26T05:01:24.411Z Downloaded derive-ex v0.1.8
7232026-03-26T05:01:24.411Z Downloaded futures-sink v0.3.32
7242026-03-26T05:01:24.411Z Downloaded headers-core v0.3.0
7252026-03-26T05:01:24.411Z Downloaded ed25519 v2.2.3
7262026-03-26T05:01:24.414Z Downloaded debug-ignore v1.0.5
7272026-03-26T05:01:24.414Z Downloaded deranged v0.5.8
7282026-03-26T05:01:24.417Z Downloaded hex v0.4.3
7292026-03-26T05:01:24.417Z Downloaded der_derive v0.7.3
7302026-03-26T05:01:24.417Z Downloaded fixedbitset v0.5.7
7312026-03-26T05:01:24.420Z Downloaded getrandom v0.3.4
7322026-03-26T05:01:24.420Z Downloaded bit-vec v0.8.0
7332026-03-26T05:01:24.423Z Downloaded daft v0.1.5
7342026-03-26T05:01:24.423Z Downloaded console v0.15.11
7352026-03-26T05:01:24.426Z Downloaded hostname v0.3.1
7362026-03-26T05:01:24.426Z Downloaded home v0.5.12
7372026-03-26T05:01:24.426Z Downloaded httpdate v1.0.3
7382026-03-26T05:01:24.429Z Downloaded futures-macro v0.3.32
7392026-03-26T05:01:24.429Z Downloaded const_format_proc_macros v0.2.34
7402026-03-26T05:01:24.429Z Downloaded http-range v0.1.5
7412026-03-26T05:01:24.432Z Downloaded constant_time_eq v0.4.2
7422026-03-26T05:01:24.432Z Downloaded filetime v0.2.27
7432026-03-26T05:01:24.432Z Downloaded erased-serde v0.3.31
7442026-03-26T05:01:24.435Z Downloaded ctr v0.9.2
7452026-03-26T05:01:24.435Z Downloaded hex-literal v0.4.1
7462026-03-26T05:01:24.438Z Downloaded chacha20 v0.10.0
7472026-03-26T05:01:24.438Z Downloaded bzip2 v0.6.1
7482026-03-26T05:01:24.441Z Downloaded dof v0.4.0
7492026-03-26T05:01:24.441Z Downloaded daft-derive v0.1.5
7502026-03-26T05:01:24.444Z Downloaded group v0.13.0
7512026-03-26T05:01:24.444Z Downloaded hostname v0.4.2
7522026-03-26T05:01:24.444Z Downloaded globset v0.4.18
7532026-03-26T05:01:24.448Z Downloaded git-stub-vcs v0.1.0
7542026-03-26T05:01:24.448Z Downloaded futures-executor v0.3.32
7552026-03-26T05:01:24.451Z Downloaded hubpack_derive v0.1.1
7562026-03-26T05:01:24.451Z Downloaded http-body v1.0.1
7572026-03-26T05:01:24.451Z Downloaded fs-err v2.11.0
7582026-03-26T05:01:24.451Z Downloaded ecdsa v0.16.9
7592026-03-26T05:01:24.451Z Downloaded const-oid v0.9.6
7602026-03-26T05:01:24.454Z Downloaded bit-vec v0.6.3
7612026-03-26T05:01:24.454Z Downloaded glob v0.3.3
7622026-03-26T05:01:24.454Z Downloaded foldhash v0.2.0
7632026-03-26T05:01:24.458Z Downloaded bcs v0.1.6
7642026-03-26T05:01:24.458Z Downloaded csv-core v0.1.13
7652026-03-26T05:01:24.458Z Downloaded bitflags v1.3.2
7662026-03-26T05:01:24.461Z Downloaded crossbeam-epoch v0.9.18
7672026-03-26T05:01:24.461Z Downloaded derive_builder v0.20.2
7682026-03-26T05:01:24.464Z Downloaded instability v0.3.11
7692026-03-26T05:01:24.464Z Downloaded inout v0.1.4
7702026-03-26T05:01:24.469Z Downloaded elliptic-curve v0.13.8
7712026-03-26T05:01:24.472Z Downloaded is_ci v1.2.0
7722026-03-26T05:01:24.472Z Downloaded cancel-safe-futures v0.1.5
7732026-03-26T05:01:24.472Z Downloaded darling v0.20.11
7742026-03-26T05:01:24.477Z Downloaded crc32fast v1.5.0
7752026-03-26T05:01:24.477Z Downloaded internet-checksum v0.2.1
7762026-03-26T05:01:24.477Z Downloaded instant v0.1.13
7772026-03-26T05:01:24.481Z Downloaded cargo_toml v0.22.3
7782026-03-26T05:01:24.481Z Downloaded indoc v1.0.9
7792026-03-26T05:01:24.481Z Downloaded is-terminal v0.4.17
7802026-03-26T05:01:24.481Z Downloaded dropshot_endpoint v0.16.7
7812026-03-26T05:01:24.484Z Downloaded blake2 v0.10.6
7822026-03-26T05:01:24.484Z Downloaded ident_case v1.0.1
7832026-03-26T05:01:24.484Z Downloaded hubpack v0.1.2
7842026-03-26T05:01:24.488Z Downloaded cookie v0.18.1
7852026-03-26T05:01:24.488Z Downloaded libscf-sys v1.1.0
7862026-03-26T05:01:24.488Z Downloaded bzip2 v0.4.4
7872026-03-26T05:01:24.491Z Downloaded backon v1.6.0
7882026-03-26T05:01:24.491Z Downloaded http-body-util v0.1.3
7892026-03-26T05:01:24.494Z Downloaded crossbeam-utils v0.8.21
7902026-03-26T05:01:24.494Z Downloaded getrandom v0.2.17
7912026-03-26T05:01:24.497Z Downloaded backoff v0.4.0
7922026-03-26T05:01:24.497Z Downloaded indent_write v2.2.0
7932026-03-26T05:01:24.499Z Downloaded console v0.16.2
7942026-03-26T05:01:24.500Z Downloaded linked-hash-map v0.5.6
7952026-03-26T05:01:24.500Z Downloaded colored v2.2.0
7962026-03-26T05:01:24.503Z Downloaded ar_archive_writer v0.5.1
7972026-03-26T05:01:24.503Z Downloaded humantime v2.3.0
7982026-03-26T05:01:24.507Z Downloaded camino-tempfile-ext v0.3.3
7992026-03-26T05:01:24.507Z Downloaded ciborium-ll v0.2.2
8002026-03-26T05:01:24.507Z Downloaded data-encoding v2.10.0
8012026-03-26T05:01:24.510Z Downloaded lru-cache v0.1.2
8022026-03-26T05:01:24.510Z Downloaded hyper-tls v0.6.0
8032026-03-26T05:01:24.510Z Downloaded lru-slab v0.1.2
8042026-03-26T05:01:24.510Z Downloaded lru v0.12.5
8052026-03-26T05:01:24.513Z Downloaded md-5 v0.10.6
8062026-03-26T05:01:24.515Z Downloaded derive_more v0.99.20
8072026-03-26T05:01:24.518Z Downloaded lazy_static v1.5.0
8082026-03-26T05:01:24.518Z Downloaded derive-where v1.6.0
8092026-03-26T05:01:24.521Z Downloaded darling v0.21.3
8102026-03-26T05:01:24.525Z Downloaded md5 v0.7.0
8112026-03-26T05:01:24.525Z Downloaded memoffset v0.9.1
8122026-03-26T05:01:24.525Z Downloaded maybe-uninit v2.0.0
8132026-03-26T05:01:24.525Z Downloaded match_cfg v0.1.0
8142026-03-26T05:01:24.528Z Downloaded crc-any v2.5.0
8152026-03-26T05:01:24.528Z Downloaded maplit v1.0.2
8162026-03-26T05:01:24.528Z Downloaded clang-sys v1.8.1
8172026-03-26T05:01:24.531Z Downloaded ciborium v0.2.2
8182026-03-26T05:01:24.531Z Downloaded managed v0.8.0
8192026-03-26T05:01:24.534Z Downloaded mime v0.3.17
8202026-03-26T05:01:24.534Z Downloaded cookie_store v0.22.1
8212026-03-26T05:01:24.534Z Downloaded half v1.8.3
8222026-03-26T05:01:24.537Z Downloaded lzss v0.8.2
8232026-03-26T05:01:24.537Z Downloaded lalrpop-util v0.19.12
8242026-03-26T05:01:24.537Z Downloaded kstat-rs v0.2.4
8252026-03-26T05:01:24.540Z Downloaded multimap v0.10.1
8262026-03-26T05:01:24.543Z Downloaded indoc v2.0.7
8272026-03-26T05:01:24.545Z Downloaded ipnet v2.11.0
8282026-03-26T05:01:24.545Z Downloaded newline-converter v0.3.0
8292026-03-26T05:01:24.546Z Downloaded hyper-staticfile v0.10.1
8302026-03-26T05:01:24.548Z Downloaded new_debug_unreachable v1.0.6
8312026-03-26T05:01:24.548Z Downloaded base64 v0.22.1
8322026-03-26T05:01:24.551Z Downloaded normalize-line-endings v0.3.0
8332026-03-26T05:01:24.551Z Downloaded newtype-uuid-macros v0.1.0
8342026-03-26T05:01:24.554Z Downloaded highway v1.3.0
8352026-03-26T05:01:24.557Z Downloaded ingot v0.1.1
8362026-03-26T05:01:24.557Z Downloaded num v0.4.3
8372026-03-26T05:01:24.561Z Downloaded compact_str v0.8.1
8382026-03-26T05:01:24.561Z Downloaded num-derive v0.3.3
8392026-03-26T05:01:24.564Z Downloaded aho-corasick v1.1.4
8402026-03-26T05:01:24.567Z Downloaded olpc-cjson v0.1.4
8412026-03-26T05:01:24.567Z Downloaded num_threads v0.1.7
8422026-03-26T05:01:24.567Z Downloaded num-conv v0.2.0
8432026-03-26T05:01:24.567Z Downloaded nonempty v0.12.0
8442026-03-26T05:01:24.570Z Downloaded libsw-core v0.3.2
8452026-03-26T05:01:24.570Z Downloaded libsw v3.5.0
8462026-03-26T05:01:24.570Z Downloaded num_enum_derive v0.5.11
8472026-03-26T05:01:24.573Z Downloaded nodrop v0.1.14
8482026-03-26T05:01:24.573Z Downloaded opaque-debug v0.3.1
8492026-03-26T05:01:24.573Z Downloaded impl-trait-for-tuples v0.2.3
8502026-03-26T05:01:24.576Z Downloaded num-derive v0.4.2
8512026-03-26T05:01:24.576Z Downloaded hmac v0.12.1
8522026-03-26T05:01:24.576Z Downloaded aes v0.8.4
8532026-03-26T05:01:24.578Z Downloaded httparse v1.10.1
8542026-03-26T05:01:24.582Z Downloaded ipnetwork v0.21.1
8552026-03-26T05:01:24.582Z Downloaded openssl-macros v0.1.1
8562026-03-26T05:01:24.582Z Downloaded oso-derive v0.27.3
8572026-03-26T05:01:24.585Z Downloaded openssl-probe v0.2.1
8582026-03-26T05:01:24.585Z Downloaded libloading v0.8.9
8592026-03-26T05:01:24.585Z Downloaded libefi-sys v0.1.0
8602026-03-26T05:01:24.585Z Downloaded futures-channel v0.3.32
8612026-03-26T05:01:24.588Z Downloaded keccak v0.1.6
8622026-03-26T05:01:24.591Z Downloaded hyper-rustls v0.27.7
8632026-03-26T05:01:24.591Z Downloaded darling_core v0.23.0
8642026-03-26T05:01:24.594Z Downloaded openssl-probe v0.1.6
8652026-03-26T05:01:24.597Z Downloaded lock_api v0.4.14
8662026-03-26T05:01:24.597Z Downloaded packed_struct_codegen v0.10.1
8672026-03-26T05:01:24.597Z Downloaded darling_core v0.21.3
8682026-03-26T05:01:24.600Z Downloaded linear-map v1.2.0
8692026-03-26T05:01:24.614Z Downloaded path-slash v0.1.5
8702026-03-26T05:01:24.617Z Downloaded num-complex v0.4.6
8712026-03-26T05:01:24.617Z Downloaded half v2.7.1
8722026-03-26T05:01:24.620Z Downloaded parse-display v0.10.0
8732026-03-26T05:01:24.620Z Downloaded jobserver v0.1.34
8742026-03-26T05:01:24.620Z Downloaded iana-time-zone v0.1.65
8752026-03-26T05:01:24.623Z Downloaded newtype_derive v0.1.6
8762026-03-26T05:01:24.623Z Downloaded bytes v1.11.1
8772026-03-26T05:01:24.626Z Downloaded native-tls v0.2.18
8782026-03-26T05:01:24.629Z Downloaded nanorand v0.7.0
8792026-03-26T05:01:24.629Z Downloaded multer v3.1.0
8802026-03-26T05:01:24.632Z Downloaded phf_shared v0.12.1
8812026-03-26T05:01:24.632Z Downloaded flume v0.11.1
8822026-03-26T05:01:24.635Z Downloaded phf_shared v0.11.3
8832026-03-26T05:01:24.635Z Downloaded parse-size v1.1.0
8842026-03-26T05:01:24.635Z Downloaded num_enum_derive v0.7.5
8852026-03-26T05:01:24.635Z Downloaded nibble_vec v0.1.0
8862026-03-26T05:01:24.638Z Downloaded newtype-uuid v1.3.2
8872026-03-26T05:01:24.638Z Downloaded ingot-types v0.1.2
8882026-03-26T05:01:24.641Z Downloaded headers v0.4.1
8892026-03-26T05:01:24.646Z Downloaded num-iter v0.1.45
8902026-03-26T05:01:24.648Z Downloaded num-integer v0.1.46
8912026-03-26T05:01:24.648Z Downloaded pbkdf2 v0.12.2
8922026-03-26T05:01:24.651Z Downloaded pbkdf2 v0.11.0
8932026-03-26T05:01:24.651Z Downloaded peg-runtime v0.8.5
8942026-03-26T05:01:24.651Z Downloaded nu-ansi-term v0.50.3
8952026-03-26T05:01:24.654Z Downloaded der v0.7.10
8962026-03-26T05:01:24.657Z Downloaded ingot-macros v0.1.1
8972026-03-26T05:01:24.657Z Downloaded num_enum v0.7.5
8982026-03-26T05:01:24.660Z Downloaded oxnet v0.1.4
8992026-03-26T05:01:24.662Z Downloaded mime_guess v2.0.5
9002026-03-26T05:01:24.662Z Downloaded flate2 v1.1.9
9012026-03-26T05:01:24.665Z Downloaded num_enum v0.5.11
9022026-03-26T05:01:24.668Z Downloaded predicates-tree v1.0.13
9032026-03-26T05:01:24.668Z Downloaded packed_struct v0.10.1
9042026-03-26T05:01:24.671Z Downloaded owo-colors v4.3.0
9052026-03-26T05:01:24.671Z Downloaded powerfmt v0.2.0
9062026-03-26T05:01:24.671Z Downloaded phf_shared v0.13.1
9072026-03-26T05:01:24.674Z Downloaded predicates-core v1.0.10
9082026-03-26T05:01:24.674Z Downloaded chacha20poly1305 v0.10.1
9092026-03-26T05:01:24.674Z Downloaded password-hash v0.4.2
9102026-03-26T05:01:24.677Z Downloaded parking_lot_core v0.8.6
9112026-03-26T05:01:24.677Z Downloaded ignore v0.4.25
9122026-03-26T05:01:24.680Z Downloaded proc-macro-crate v3.4.0
9132026-03-26T05:01:24.680Z Downloaded num-rational v0.4.2
9142026-03-26T05:01:24.683Z Downloaded memmap2 v0.9.10
9152026-03-26T05:01:24.683Z Downloaded litrs v1.0.0
9162026-03-26T05:01:24.683Z Downloaded progenitor-client v0.10.0
9172026-03-26T05:01:24.688Z Downloaded const_format v0.2.35
9182026-03-26T05:01:24.688Z Downloaded progenitor-macro v0.10.0
9192026-03-26T05:01:24.691Z Downloaded base64 v0.21.7
9202026-03-26T05:01:24.691Z Downloaded darling_core v0.20.11
9212026-03-26T05:01:24.694Z Downloaded libbz2-rs-sys v0.2.2
9222026-03-26T05:01:24.698Z Downloaded cc v1.2.56
9232026-03-26T05:01:24.701Z Downloaded progenitor-macro v0.11.2
9242026-03-26T05:01:24.704Z Downloaded precomputed-hash v0.1.1
9252026-03-26T05:01:24.704Z Downloaded hickory-client v0.25.2
9262026-03-26T05:01:24.704Z Downloaded pin-utils v0.1.0
9272026-03-26T05:01:24.707Z Downloaded indexmap v1.9.3
9282026-03-26T05:01:24.707Z Downloaded pem-rfc7468 v0.7.0
9292026-03-26T05:01:24.710Z Downloaded pem v3.0.6
9302026-03-26T05:01:24.710Z Downloaded peg-macros v0.8.5
9312026-03-26T05:01:24.710Z Downloaded crypto-bigint v0.5.5
9322026-03-26T05:01:24.714Z Downloaded proc-macro-error-attr2 v2.0.0
9332026-03-26T05:01:24.716Z Downloaded aes-gcm v0.10.3
9342026-03-26T05:01:24.719Z Downloaded derive_more v2.1.1
9352026-03-26T05:01:24.723Z Downloaded radium v0.7.0
9362026-03-26T05:01:24.725Z Downloaded progenitor-macro v0.13.0
9372026-03-26T05:01:24.725Z Downloaded psl-types v2.0.11
9382026-03-26T05:01:24.726Z Downloaded phf v0.12.1
9392026-03-26T05:01:24.728Z Downloaded proc-macro-crate v1.3.1
9402026-03-26T05:01:24.728Z Downloaded omicron-zone-package v0.12.2
9412026-03-26T05:01:24.731Z Downloaded pkcs8 v0.10.2
9422026-03-26T05:01:24.731Z Downloaded polyval v0.6.2
9432026-03-26T05:01:24.734Z Downloaded pin-project-lite v0.2.17
9442026-03-26T05:01:24.737Z Downloaded phf v0.13.1
9452026-03-26T05:01:24.737Z Downloaded oxide-tokio-rt v0.1.3
9462026-03-26T05:01:24.737Z Downloaded pin-project-internal v1.1.11
9472026-03-26T05:01:24.740Z Downloaded rand_xorshift v0.4.0
9482026-03-26T05:01:24.740Z Downloaded postgres-protocol v0.6.10
9492026-03-26T05:01:24.740Z Downloaded dropshot-api-manager v0.6.0
9502026-03-26T05:01:24.743Z Downloaded indicatif v0.18.4
9512026-03-26T05:01:24.746Z Downloaded pkg-config v0.3.32
9522026-03-26T05:01:24.746Z Downloaded password-hash v0.5.0
9532026-03-26T05:01:24.749Z Downloaded progenitor-client v0.11.2
9542026-03-26T05:01:24.749Z Downloaded progenitor v0.13.0
9552026-03-26T05:01:24.749Z Downloaded progenitor v0.11.2
9562026-03-26T05:01:24.752Z Downloaded parking_lot_core v0.9.12
9572026-03-26T05:01:24.752Z Downloaded ref-cast v1.0.25
9582026-03-26T05:01:24.754Z Downloaded progenitor v0.10.0
9592026-03-26T05:01:24.755Z Downloaded parking_lot v0.12.5
9602026-03-26T05:01:24.758Z Downloaded peg v0.8.5
9612026-03-26T05:01:24.758Z Downloaded progenitor-client v0.13.0
9622026-03-26T05:01:24.761Z Downloaded hickory-resolver v0.24.4
9632026-03-26T05:01:24.761Z Downloaded parse-display-derive v0.10.0
9642026-03-26T05:01:24.763Z Downloaded parking_lot v0.11.2
9652026-03-26T05:01:24.763Z Downloaded bumpalo v3.20.2
9662026-03-26T05:01:24.768Z Downloaded recursive v0.1.1
9672026-03-26T05:01:24.768Z Downloaded quick-error v1.2.3
9682026-03-26T05:01:24.768Z Downloaded heapless v0.8.0
9692026-03-26T05:01:24.771Z Downloaded psm v0.1.30
9702026-03-26T05:01:24.771Z Downloaded ref-cast-impl v1.0.25
9712026-03-26T05:01:24.771Z Downloaded ppv-lite86 v0.2.21
9722026-03-26T05:01:24.774Z Downloaded paste v1.0.15
9732026-03-26T05:01:24.774Z Downloaded heapless v0.7.17
9742026-03-26T05:01:24.789Z Downloaded progenitor-extras v0.1.1
9752026-03-26T05:01:24.792Z Downloaded primeorder v0.13.6
9762026-03-26T05:01:24.792Z Downloaded predicates v3.1.4
9772026-03-26T05:01:24.795Z Downloaded pkcs1 v0.7.5
9782026-03-26T05:01:24.795Z Downloaded crossbeam-channel v0.5.15
9792026-03-26T05:01:24.798Z Downloaded postgres-types v0.2.12
9802026-03-26T05:01:24.801Z Downloaded pkcs5 v0.7.1
9812026-03-26T05:01:24.801Z Downloaded rfc6979 v0.4.0
9822026-03-26T05:01:24.804Z Downloaded diesel_derives v2.3.7
9832026-03-26T05:01:24.807Z Downloaded rustc_version v0.4.1
9842026-03-26T05:01:24.807Z Downloaded miniz_oxide v0.8.9
9852026-03-26T05:01:24.809Z Downloaded russh-cryptovec v0.7.3
9862026-03-26T05:01:24.809Z Downloaded rustc_version v0.1.7
9872026-03-26T05:01:24.812Z Downloaded rand_seeder v0.4.0
9882026-03-26T05:01:24.812Z Downloaded rand_core v0.10.0
9892026-03-26T05:01:24.815Z Downloaded rand_chacha v0.3.1
9902026-03-26T05:01:24.815Z Downloaded proc-macro-error2 v2.0.1
9912026-03-26T05:01:24.818Z Downloaded scheduled-thread-pool v0.2.7
9922026-03-26T05:01:24.821Z Downloaded rtoolbox v0.0.3
9932026-03-26T05:01:24.821Z Downloaded sapling-renderdag v0.1.0
9942026-03-26T05:01:24.821Z Downloaded hickory-resolver v0.25.2
9952026-03-26T05:01:24.824Z Downloaded rustc-hash v2.1.1
9962026-03-26T05:01:24.827Z Downloaded jiff-static v0.2.21
9972026-03-26T05:01:24.836Z Downloaded r2d2 v0.8.10
9982026-03-26T05:01:24.846Z Downloaded scopeguard v1.2.0
9992026-03-26T05:01:24.850Z Downloaded salsa20 v0.10.2
10002026-03-26T05:01:24.850Z Downloaded papergrid v0.17.0
10012026-03-26T05:01:24.853Z Downloaded hashbrown v0.12.3
10022026-03-26T05:01:24.853Z Downloaded recursive-proc-macro-impl v0.1.1
10032026-03-26T05:01:24.853Z Downloaded rand_core v0.6.4
10042026-03-26T05:01:24.856Z Downloaded expectorate v1.2.0
10052026-03-26T05:01:24.860Z Downloaded serde_urlencoded v0.7.1
10062026-03-26T05:01:24.863Z Downloaded poly1305 v0.8.0
10072026-03-26T05:01:24.863Z Downloaded rand_core v0.9.5
10082026-03-26T05:01:24.865Z Downloaded sha1 v0.10.6
10092026-03-26T05:01:24.865Z Downloaded crossterm v0.28.1
10102026-03-26T05:01:24.868Z Downloaded resolv-conf v0.7.6
10112026-03-26T05:01:24.871Z Downloaded serde-big-array v0.5.1
10122026-03-26T05:01:24.871Z Downloaded serde_repr v0.1.20
10132026-03-26T05:01:24.874Z Downloaded derive_more-impl v2.1.1
10142026-03-26T05:01:24.876Z Downloaded secrecy v0.10.3
10152026-03-26T05:01:24.876Z Downloaded scroll_derive v0.13.1
10162026-03-26T05:01:24.876Z Downloaded rustls-native-certs v0.8.3
10172026-03-26T05:01:24.879Z Downloaded seq-macro v0.3.6
10182026-03-26T05:01:24.879Z Downloaded scrypt v0.11.0
10192026-03-26T05:01:24.882Z Downloaded rand_chacha v0.9.0
10202026-03-26T05:01:24.882Z Downloaded p256 v0.13.2
10212026-03-26T05:01:24.882Z Downloaded semver v0.1.20
10222026-03-26T05:01:24.886Z Downloaded rustls-pemfile v1.0.4
10232026-03-26T05:01:24.886Z Downloaded quinn-udp v0.5.14
10242026-03-26T05:01:24.889Z Downloaded shell-words v1.1.1
10252026-03-26T05:01:24.895Z Downloaded signal-hook-mio v0.2.5
10262026-03-26T05:01:24.899Z Downloaded minimal-lexical v0.2.1
10272026-03-26T05:01:24.905Z Downloaded hashbrown v0.13.2
10282026-03-26T05:01:24.908Z Downloaded serde_spanned v1.0.4
10292026-03-26T05:01:24.911Z Downloaded signature v2.2.0
10302026-03-26T05:01:24.911Z Downloaded sigpipe v0.1.3
10312026-03-26T05:01:24.911Z Downloaded rustls-pemfile v2.2.0
10322026-03-26T05:01:24.914Z Downloaded same-file v1.0.6
10332026-03-26T05:01:24.914Z Downloaded rustversion v1.0.22
10342026-03-26T05:01:24.917Z Downloaded sec1 v0.7.3
10352026-03-26T05:01:24.933Z Downloaded slog-envlogger v2.2.0
10362026-03-26T05:01:24.946Z Downloaded oso v0.27.3
10372026-03-26T05:01:24.946Z Downloaded openssl-sys v0.9.111
10382026-03-26T05:01:24.946Z Downloaded scroll v0.13.0
10392026-03-26T05:01:24.946Z Downloaded rusty-fork v0.3.1
10402026-03-26T05:01:24.946Z Downloaded serde_plain v1.0.2
10412026-03-26T05:01:24.952Z Downloaded sqlparser_derive v0.5.0
10422026-03-26T05:01:24.957Z Downloaded ssh-cipher v0.2.0
10432026-03-26T05:01:24.963Z Downloaded serde-hex v0.1.0
10442026-03-26T05:01:24.969Z Downloaded prettyplease v0.2.37
10452026-03-26T05:01:24.969Z Downloaded shlex v1.3.0
10462026-03-26T05:01:24.969Z Downloaded secrecy v0.8.0
10472026-03-26T05:01:24.972Z Downloaded siphasher v1.0.2
10482026-03-26T05:01:24.972Z Downloaded sct v0.7.1
10492026-03-26T05:01:24.972Z Downloaded schemars_derive v0.8.22
10502026-03-26T05:01:24.972Z Downloaded strum v0.26.3
10512026-03-26T05:01:24.975Z Downloaded strip-ansi-escapes v0.2.1
10522026-03-26T05:01:24.976Z Downloaded ssh-encoding v0.2.0
10532026-03-26T05:01:24.976Z Downloaded slog-async v2.8.0
10542026-03-26T05:01:24.976Z Downloaded signal-hook-registry v1.4.8
10552026-03-26T05:01:24.979Z Downloaded serde_bytes v0.11.19
10562026-03-26T05:01:24.985Z Downloaded postcard v1.1.3
10572026-03-26T05:01:24.992Z Downloaded smallvec v0.6.14
10582026-03-26T05:01:24.996Z Downloaded signal-hook-tokio v0.3.1
10592026-03-26T05:01:24.996Z Downloaded serde_derive_internals v0.29.1
10602026-03-26T05:01:24.996Z Downloaded slog-term v2.9.2
10612026-03-26T05:01:24.999Z Downloaded slog-stdlog v4.1.1
10622026-03-26T05:01:24.999Z Downloaded subtle v2.6.1
10632026-03-26T05:01:24.999Z Downloaded strum v0.27.2
10642026-03-26T05:01:24.999Z Downloaded tagptr v0.2.0
10652026-03-26T05:01:25.003Z Downloaded tabled_derive v0.11.0
10662026-03-26T05:01:25.003Z Downloaded tabwriter v1.4.1
10672026-03-26T05:01:25.003Z Downloaded num-bigint v0.4.6
10682026-03-26T05:01:25.007Z Downloaded take_mut v0.2.2
10692026-03-26T05:01:25.007Z Downloaded sync_wrapper v1.0.2
10702026-03-26T05:01:25.007Z Downloaded sync-ptr v0.1.4
10712026-03-26T05:01:25.007Z Downloaded supports-color v3.0.2
10722026-03-26T05:01:25.010Z Downloaded structmeta-derive v0.3.0
10732026-03-26T05:01:25.010Z Downloaded structmeta v0.3.0
10742026-03-26T05:01:25.010Z Downloaded slab v0.4.12
10752026-03-26T05:01:25.010Z Downloaded slog-scope v4.4.1
10762026-03-26T05:01:25.013Z Downloaded slog-json v2.6.1
10772026-03-26T05:01:25.013Z Downloaded pin-project v1.1.11
10782026-03-26T05:01:25.021Z Downloaded serde_path_to_error v0.1.20
10792026-03-26T05:01:25.024Z Downloaded termtree v0.5.1
10802026-03-26T05:01:25.024Z Downloaded serde_cbor v0.11.2
10812026-03-26T05:01:25.024Z Downloaded slog-bunyan v2.5.0
10822026-03-26T05:01:25.028Z Downloaded simd-adler32 v0.3.8
10832026-03-26T05:01:25.028Z Downloaded rustls-pki-types v1.14.0
10842026-03-26T05:01:25.031Z Downloaded tap v1.0.1
10852026-03-26T05:01:25.031Z Downloaded sqlformat v0.3.5
10862026-03-26T05:01:25.031Z Downloaded pretty_assertions v1.4.1
10872026-03-26T05:01:25.034Z Downloaded hyper-util v0.1.20
10882026-03-26T05:01:25.034Z Downloaded static_assertions v1.1.0
10892026-03-26T05:01:25.038Z Downloaded serde_with_macros v3.17.0
10902026-03-26T05:01:25.038Z Downloaded russh-keys v0.45.0
10912026-03-26T05:01:25.041Z Downloaded snafu-derive v0.8.9
10922026-03-26T05:01:25.042Z Downloaded slog-dtrace v0.3.0
10932026-03-26T05:01:25.046Z Downloaded testing_table v0.3.0
10942026-03-26T05:01:25.051Z Downloaded stringprep v0.1.5
10952026-03-26T05:01:25.051Z Downloaded spki v0.7.3
10962026-03-26T05:01:25.052Z Downloaded time-core v0.1.8
10972026-03-26T05:01:25.052Z Downloaded schemars v0.8.22
10982026-03-26T05:01:25.055Z Downloaded thread-id v5.1.0
10992026-03-26T05:01:25.058Z Downloaded thiserror-impl-no-std v2.0.2
11002026-03-26T05:01:25.058Z Downloaded stacker v0.1.23
11012026-03-26T05:01:25.058Z Downloaded publicsuffix v2.3.0
11022026-03-26T05:01:25.061Z Downloaded ryu v1.0.23
11032026-03-26T05:01:25.064Z Downloaded tinyvec_macros v0.1.1
11042026-03-26T05:01:25.064Z Downloaded hickory-server v0.25.2
11052026-03-26T05:01:25.068Z Downloaded progenitor-impl v0.11.2
11062026-03-26T05:01:25.068Z Downloaded http v1.4.0
11072026-03-26T05:01:25.071Z Downloaded support-bundle-viewer v0.1.2
11082026-03-26T05:01:25.071Z Downloaded smf v0.2.3
11092026-03-26T05:01:25.071Z Downloaded itertools v0.10.5
11102026-03-26T05:01:25.074Z Downloaded strum_macros v0.26.4
11112026-03-26T05:01:25.080Z Downloaded qorb v0.4.1
11122026-03-26T05:01:25.080Z Downloaded strum_macros v0.24.3
11132026-03-26T05:01:25.080Z Downloaded rand v0.8.5
11142026-03-26T05:01:25.083Z Downloaded string_cache v0.8.9
11152026-03-26T05:01:25.083Z Downloaded progenitor-impl v0.10.0
11162026-03-26T05:01:25.086Z Downloaded iddqd v0.3.17
11172026-03-26T05:01:25.089Z Downloaded mio v1.1.1
11182026-03-26T05:01:25.093Z Downloaded spin v0.9.8
11192026-03-26T05:01:25.096Z Downloaded progenitor-impl v0.13.0
11202026-03-26T05:01:25.101Z Downloaded termios v0.3.3
11212026-03-26T05:01:25.107Z Downloaded rustls-platform-verifier v0.6.2
11222026-03-26T05:01:25.110Z Downloaded hashbrown v0.15.5
11232026-03-26T05:01:25.113Z Downloaded slog v2.8.2
11242026-03-26T05:01:25.116Z Downloaded serde_yaml v0.9.34+deprecated
11252026-03-26T05:01:25.119Z Downloaded similar v2.7.0
11262026-03-26T05:01:25.122Z Downloaded tower-service v0.3.3
11272026-03-26T05:01:25.122Z Downloaded tower-layer v0.3.3
11282026-03-26T05:01:25.122Z Downloaded topological-sort v0.2.2
11292026-03-26T05:01:25.122Z Downloaded nom v7.1.3
11302026-03-26T05:01:25.126Z Downloaded thread_local v1.1.9
11312026-03-26T05:01:25.129Z Downloaded rcgen v0.12.1
11322026-03-26T05:01:25.129Z Downloaded thiserror-no-std v2.0.2
11332026-03-26T05:01:25.133Z Downloaded strum_macros v0.27.2
11342026-03-26T05:01:25.136Z Downloaded try-lock v0.2.5
11352026-03-26T05:01:25.136Z Downloaded trait-variant v0.1.2
11362026-03-26T05:01:25.136Z Downloaded tls_codec v0.4.2
11372026-03-26T05:01:25.136Z Downloaded num-bigint-dig v0.8.6
11382026-03-26T05:01:25.140Z Downloaded hyper v1.8.1
11392026-03-26T05:01:25.144Z Downloaded tiny-keccak v2.0.2
11402026-03-26T05:01:25.148Z Downloaded typify-macro v0.4.3
11412026-03-26T05:01:25.151Z Downloaded term v1.2.1
11422026-03-26T05:01:25.151Z Downloaded unicode-truncate v1.1.0
11432026-03-26T05:01:25.151Z Downloaded term v0.7.0
11442026-03-26T05:01:25.155Z Downloaded unit-prefix v0.5.2
11452026-03-26T05:01:25.158Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-03-26T05:01:25.158Z Downloaded tokio-dtrace v0.1.1
11472026-03-26T05:01:25.158Z Downloaded socket2 v0.6.2
11482026-03-26T05:01:25.158Z Downloaded signal-hook v0.3.18
11492026-03-26T05:01:25.162Z Downloaded time-macros v0.2.27
11502026-03-26T05:01:25.162Z Downloaded socket2 v0.5.10
11512026-03-26T05:01:25.167Z Downloaded typify-macro v0.6.1
11522026-03-26T05:01:25.167Z Downloaded usdt-macro v0.6.0
11532026-03-26T05:01:25.167Z Downloaded tokio-rustls v0.25.0
11542026-03-26T05:01:25.167Z Downloaded rsa v0.9.10
11552026-03-26T05:01:25.171Z Downloaded usdt-attr-macro v0.6.0
11562026-03-26T05:01:25.171Z Downloaded untrusted v0.9.0
11572026-03-26T05:01:25.171Z Downloaded tokio-macros v2.6.0
11582026-03-26T05:01:25.171Z Downloaded untrusted v0.7.1
11592026-03-26T05:01:25.176Z Downloaded unarray v0.1.4
11602026-03-26T05:01:25.183Z Downloaded rand v0.10.0
11612026-03-26T05:01:25.183Z Downloaded prefix-trie v0.7.0
11622026-03-26T05:01:25.189Z Downloaded libxml v0.3.3
11632026-03-26T05:01:25.190Z Downloaded waitgroup v0.1.2
11642026-03-26T05:01:25.190Z Downloaded rustls-webpki v0.103.9
11652026-03-26T05:01:25.190Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-03-26T05:01:25.190Z Downloaded itertools v0.13.0
11672026-03-26T05:01:25.194Z Downloaded usdt v0.6.0
11682026-03-26T05:01:25.194Z Downloaded universal-hash v0.5.1
11692026-03-26T05:01:25.197Z Downloaded schemars v0.9.0
11702026-03-26T05:01:25.202Z Downloaded tokio-tungstenite v0.21.0
11712026-03-26T05:01:25.205Z Downloaded wait-timeout v0.2.1
11722026-03-26T05:01:25.206Z Downloaded tokio-tungstenite v0.23.1
11732026-03-26T05:01:25.206Z Downloaded h2 v0.4.13
11742026-03-26T05:01:25.212Z Downloaded tui-tree-widget v0.23.1
11752026-03-26T05:01:25.212Z Downloaded schemars v1.2.1
11762026-03-26T05:01:25.216Z Downloaded snafu v0.8.9
11772026-03-26T05:01:25.220Z Downloaded rayon-core v1.13.0
11782026-03-26T05:01:25.224Z Downloaded ron v0.8.1
11792026-03-26T05:01:25.229Z Downloaded libm v0.2.16
11802026-03-26T05:01:25.232Z Downloaded want v0.3.1
11812026-03-26T05:01:25.233Z Downloaded chrono v0.4.44
11822026-03-26T05:01:25.237Z Downloaded xshell-macros v0.2.7
11832026-03-26T05:01:25.238Z Downloaded usdt-impl v0.6.0
11842026-03-26T05:01:25.242Z Downloaded hkdf v0.12.4
11852026-03-26T05:01:25.242Z Downloaded vergen-git2 v1.0.7
11862026-03-26T05:01:25.242Z Downloaded tokio-native-tls v0.3.1
11872026-03-26T05:01:25.247Z Downloaded tokio-rustls v0.26.4
11882026-03-26T05:01:25.247Z Downloaded iri-string v0.7.10
11892026-03-26T05:01:25.251Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-03-26T05:01:25.259Z Downloaded zone_cfg_derive v0.3.1
11912026-03-26T05:01:25.263Z Downloaded zone v0.3.1
11922026-03-26T05:01:25.263Z Downloaded xattr v1.6.1
11932026-03-26T05:01:25.263Z Downloaded unicase v2.9.0
11942026-03-26T05:01:25.267Z Downloaded subprocess v0.2.15
11952026-03-26T05:01:25.271Z Downloaded tokio-rustls v0.24.1
11962026-03-26T05:01:25.275Z Downloaded itertools v0.12.1
11972026-03-26T05:01:25.278Z Downloaded walkdir v2.5.0
11982026-03-26T05:01:25.278Z Downloaded rand v0.9.2
11992026-03-26T05:01:25.279Z Downloaded futures-util v0.3.32
12002026-03-26T05:01:25.285Z Downloaded zeroize_derive v1.4.3
12012026-03-26T05:01:25.289Z Downloaded void v1.0.2
12022026-03-26T05:01:25.301Z Downloaded uzers v0.12.2
12032026-03-26T05:01:25.304Z Downloaded utf-8 v0.7.6
12042026-03-26T05:01:25.304Z Downloaded vergen-lib v0.1.6
12052026-03-26T05:01:25.304Z Downloaded tls_codec_derive v0.4.2
12062026-03-26T05:01:25.304Z Downloaded vergen-gitcl v1.0.8
12072026-03-26T05:01:25.308Z Downloaded toml v0.7.8
12082026-03-26T05:01:25.311Z Downloaded xz2 v0.1.7
12092026-03-26T05:01:25.315Z Downloaded samael v0.0.19
12102026-03-26T05:01:25.318Z Downloaded whoami v2.1.0
12112026-03-26T05:01:25.318Z Downloaded twox-hash v2.1.2
12122026-03-26T05:01:25.321Z Downloaded p521 v0.13.3
12132026-03-26T05:01:25.324Z Downloaded test-strategy v0.4.5
12142026-03-26T05:01:25.328Z Downloaded tracing-attributes v0.1.31
12152026-03-26T05:01:25.328Z Downloaded wyz v0.5.1
12162026-03-26T05:01:25.331Z Downloaded zeroize v1.8.2
12172026-03-26T05:01:25.334Z Downloaded vergen v9.0.6
12182026-03-26T05:01:25.340Z Downloaded xshell v0.2.7
12192026-03-26T05:01:25.345Z Downloaded tinyvec v1.10.0
12202026-03-26T05:01:25.350Z Downloaded unicode-properties v0.1.4
12212026-03-26T05:01:25.352Z Downloaded tracing-core v0.1.36
12222026-03-26T05:01:25.372Z Downloaded toml v0.9.12+spec-1.1.0
12232026-03-26T05:01:25.375Z Downloaded tokio-stream v0.1.18
12242026-03-26T05:01:25.378Z Downloaded tar v0.4.45
12252026-03-26T05:01:25.386Z Downloaded zstd v0.13.3
12262026-03-26T05:01:25.388Z Downloaded vsss-rs v3.3.4
12272026-03-26T05:01:25.391Z Downloaded tungstenite v0.21.0
12282026-03-26T05:01:25.397Z Downloaded typify v0.6.1
12292026-03-26T05:01:25.400Z Downloaded whoami v1.6.1
12302026-03-26T05:01:25.402Z Downloaded typify v0.4.3
12312026-03-26T05:01:25.402Z Downloaded vte v0.14.1
12322026-03-26T05:01:25.405Z Downloaded toml_edit v0.23.10+spec-1.0.0
12332026-03-26T05:01:25.408Z Downloaded russh v0.45.0
12342026-03-26T05:01:25.411Z Downloaded steno v0.4.1
12352026-03-26T05:01:25.414Z Downloaded zstd-safe v7.2.4
12362026-03-26T05:01:25.414Z Downloaded zerocopy v0.6.6
12372026-03-26T05:01:25.420Z Downloaded unicode-bidi v0.3.18
12382026-03-26T05:01:25.420Z Downloaded tungstenite v0.23.0
12392026-03-26T05:01:25.420Z Downloaded unsafe-libyaml v0.2.11
12402026-03-26T05:01:25.425Z Downloaded quinn v0.11.9
12412026-03-26T05:01:25.425Z Downloaded itertools v0.14.0
12422026-03-26T05:01:25.429Z Downloaded blake3 v1.8.3
12432026-03-26T05:01:25.437Z Downloaded yasna v0.5.2
12442026-03-26T05:01:25.441Z Downloaded uuid v1.21.0
12452026-03-26T05:01:25.441Z Downloaded rpassword v7.4.0
12462026-03-26T05:01:25.470Z Downloaded ron v0.12.0
12472026-03-26T05:01:25.473Z Downloaded unicode_categories v0.1.1
12482026-03-26T05:01:25.476Z Downloaded tokio-postgres v0.7.16
12492026-03-26T05:01:25.483Z Downloaded ssh-key v0.6.7
12502026-03-26T05:01:25.487Z Downloaded rustyline v14.0.0
12512026-03-26T05:01:25.491Z Downloaded yansi v1.0.1
12522026-03-26T05:01:25.494Z Downloaded toml_edit v0.19.15
12532026-03-26T05:01:25.501Z Downloaded zopfli v0.8.3
12542026-03-26T05:01:25.504Z Downloaded zip v0.6.6
12552026-03-26T05:01:25.507Z Downloaded rayon v1.11.0
12562026-03-26T05:01:25.547Z Downloaded zerocopy-derive v0.8.40
12572026-03-26T05:01:25.551Z Downloaded lalrpop v0.19.12
12582026-03-26T05:01:25.557Z Downloaded regex v1.12.3
12592026-03-26T05:01:25.562Z Downloaded reedline v0.40.0
12602026-03-26T05:01:25.567Z Downloaded reqwest v0.13.2
12612026-03-26T05:01:25.570Z Downloaded reqwest v0.12.28
12622026-03-26T05:01:25.575Z Downloaded unicode-segmentation v1.12.0
12632026-03-26T05:01:25.575Z Downloaded aws-lc-rs v1.16.0
12642026-03-26T05:01:25.578Z Downloaded salty v0.3.0
12652026-03-26T05:01:25.581Z Downloaded goblin v0.10.5
12662026-03-26T05:01:25.585Z Downloaded bitvec v1.0.1
12672026-03-26T05:01:25.593Z Downloaded bindgen v0.71.1
12682026-03-26T05:01:25.598Z Downloaded x509-cert v0.2.5
12692026-03-26T05:01:25.602Z Downloaded git2 v0.20.4
12702026-03-26T05:01:25.606Z Downloaded portable-atomic v1.13.1
12712026-03-26T05:01:25.609Z Downloaded tower v0.5.3
12722026-03-26T05:01:25.615Z Downloaded tokio-util v0.7.18
12732026-03-26T05:01:25.619Z Downloaded moka v0.12.13
12742026-03-26T05:01:25.626Z Downloaded zip v4.6.1
12752026-03-26T05:01:25.630Z Downloaded rustls-webpki v0.102.8
12762026-03-26T05:01:25.639Z Downloaded typed-path v0.9.3
12772026-03-26T05:01:25.643Z Downloaded p384 v0.13.1
12782026-03-26T05:01:25.646Z Downloaded curve25519-dalek v4.1.3
12792026-03-26T05:01:25.651Z Downloaded tough v0.20.0
12802026-03-26T05:01:25.654Z Downloaded bstr v1.12.1
12812026-03-26T05:01:25.660Z Downloaded rustls-webpki v0.101.7
12822026-03-26T05:01:25.667Z Downloaded unicode-normalization v0.1.25
12832026-03-26T05:01:25.673Z Downloaded quick-xml v0.37.5
12842026-03-26T05:01:25.679Z Downloaded serde_with v3.17.0
12852026-03-26T05:01:25.684Z Downloaded quinn-proto v0.11.13
12862026-03-26T05:01:25.688Z Downloaded radix_trie v0.2.1
12872026-03-26T05:01:25.699Z Downloaded tower-http v0.6.8
12882026-03-26T05:01:25.706Z Downloaded object v0.30.4
12892026-03-26T05:01:25.711Z Downloaded winnow v0.6.26
12902026-03-26T05:01:25.715Z Downloaded polar-core v0.27.3
12912026-03-26T05:01:25.720Z Downloaded winnow v0.5.40
12922026-03-26T05:01:25.725Z Downloaded proptest v1.10.0
12932026-03-26T05:01:25.731Z Downloaded petname v2.0.2
12942026-03-26T05:01:25.749Z Downloaded nix v0.27.1
12952026-03-26T05:01:25.764Z Downloaded openssl v0.10.75
12962026-03-26T05:01:25.778Z Downloaded time v0.3.47
12972026-03-26T05:01:25.795Z Downloaded tabled v0.20.0
12982026-03-26T05:01:25.805Z Downloaded nix v0.31.1
12992026-03-26T05:01:25.811Z Downloaded nix v0.29.0
13002026-03-26T05:01:25.823Z Downloaded nix v0.28.0
13012026-03-26T05:01:25.827Z Downloaded smoltcp v0.9.1
13022026-03-26T05:01:25.835Z Downloaded hickory-proto v0.24.4
13032026-03-26T05:01:25.844Z Downloaded zlib-rs v0.6.2
13042026-03-26T05:01:25.848Z Downloaded regex-syntax v0.6.29
13052026-03-26T05:01:25.854Z Downloaded object v0.37.3
13062026-03-26T05:01:25.862Z Downloaded rustls v0.21.12
13072026-03-26T05:01:25.866Z Downloaded webpki-roots v1.0.6
13082026-03-26T05:01:25.874Z Downloaded vcpkg v0.2.15
13092026-03-26T05:01:25.901Z Downloaded zerocopy v0.8.40
13102026-03-26T05:01:25.906Z Downloaded openapiv3 v2.2.0
13112026-03-26T05:01:25.910Z Downloaded smoltcp v0.11.0
13122026-03-26T05:01:25.914Z Downloaded regress v0.10.5
13132026-03-26T05:01:25.921Z Downloaded rustix v0.38.44
13142026-03-26T05:01:25.932Z Downloaded hickory-proto v0.25.2
13152026-03-26T05:01:25.940Z Downloaded regex-syntax v0.8.10
13162026-03-26T05:01:25.944Z Downloaded diesel v2.3.7
13172026-03-26T05:01:25.957Z Downloaded rustls v0.23.37
13182026-03-26T05:01:25.965Z Downloaded rustls v0.22.4
13192026-03-26T05:01:26.002Z Downloaded sled v0.34.7
13202026-03-26T05:01:26.007Z Downloaded tracing v0.1.44
13212026-03-26T05:01:26.042Z Downloaded sqlparser v0.61.0
13222026-03-26T05:01:26.047Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-03-26T05:01:26.076Z Downloaded chrono-tz v0.10.4
13242026-03-26T05:01:26.088Z Downloaded jiff v0.2.21
13252026-03-26T05:01:26.113Z Downloaded typify-impl v0.6.1
13262026-03-26T05:01:26.120Z Downloaded ratatui v0.29.0
13272026-03-26T05:01:26.131Z Downloaded libz-sys v1.1.24
13282026-03-26T05:01:26.145Z Downloaded typify-impl v0.4.3
13292026-03-26T05:01:26.152Z Downloaded csv v1.4.0
13302026-03-26T05:01:26.174Z Downloaded zerocopy-derive v0.6.6
13312026-03-26T05:01:26.178Z Downloaded regex-automata v0.4.14
13322026-03-26T05:01:26.198Z Downloaded petgraph v0.6.5
13332026-03-26T05:01:26.226Z Downloaded lzma-sys v0.1.20
13342026-03-26T05:01:26.244Z Downloaded ring v0.17.14
13352026-03-26T05:01:26.271Z Downloaded petgraph v0.8.3
13362026-03-26T05:01:26.295Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-03-26T05:01:26.310Z Downloaded sha3 v0.10.8
13382026-03-26T05:01:26.313Z Downloaded tokio v1.49.0
13392026-03-26T05:01:26.371Z Downloaded encoding_rs v0.8.35
13402026-03-26T05:01:26.402Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-26T05:01:26.924Z Downloaded aws-lc-sys v0.37.1
13422026-03-26T05:01:27.164Z Compiling libc v0.2.180
13432026-03-26T05:01:27.164Z Compiling serde v1.0.228
13442026-03-26T05:01:27.167Z Compiling log v0.4.29
13452026-03-26T05:01:27.167Z Compiling shlex v1.3.0
13462026-03-26T05:01:27.320Z Compiling find-msvc-tools v0.1.9
13472026-03-26T05:01:27.320Z Compiling smallvec v1.15.1
13482026-03-26T05:01:27.343Z Compiling syn v2.0.117
13492026-03-26T05:01:27.346Z Compiling typenum v1.19.0
13502026-03-26T05:01:27.505Z Compiling generic-array v0.14.7
13512026-03-26T05:01:27.519Z Compiling subtle v2.6.1
13522026-03-26T05:01:27.553Z Compiling scopeguard v1.2.0
13532026-03-26T05:01:27.609Z Compiling portable-atomic v1.13.1
13542026-03-26T05:01:27.639Z Compiling const-oid v0.9.6
13552026-03-26T05:01:27.659Z Compiling lock_api v0.4.14
13562026-03-26T05:01:27.688Z Compiling critical-section v1.2.0
13572026-03-26T05:01:27.763Z Compiling zerocopy v0.8.40
13582026-03-26T05:01:27.811Z Compiling pin-project-lite v0.2.17
13592026-03-26T05:01:27.891Z Compiling serde_json v1.0.149
13602026-03-26T05:01:27.908Z Compiling parking_lot_core v0.9.12
13612026-03-26T05:01:28.185Z Compiling getrandom v0.2.17
13622026-03-26T05:01:28.214Z Compiling jobserver v0.1.34
13632026-03-26T05:01:28.251Z Compiling errno v0.3.14
13642026-03-26T05:01:28.325Z Compiling rand_core v0.6.4
13652026-03-26T05:01:28.397Z Compiling signal-hook-registry v1.4.8
13662026-03-26T05:01:28.427Z Compiling cc v1.2.56
13672026-03-26T05:01:28.601Z Compiling once_cell v1.21.3
13682026-03-26T05:01:28.616Z Compiling pkg-config v0.3.32
13692026-03-26T05:01:28.631Z Compiling parking_lot v0.12.5
13702026-03-26T05:01:28.711Z Compiling mio v1.1.1
13712026-03-26T05:01:28.726Z Compiling bitflags v2.11.0
13722026-03-26T05:01:28.834Z Compiling libm v0.2.16
13732026-03-26T05:01:28.958Z Compiling num-traits v0.2.19
13742026-03-26T05:01:29.026Z Compiling futures-core v0.3.32
13752026-03-26T05:01:29.189Z Compiling socket2 v0.6.2
13762026-03-26T05:01:29.203Z Compiling percent-encoding v2.3.2
13772026-03-26T05:01:29.203Z Compiling allocator-api2 v0.2.21
13782026-03-26T05:01:29.278Z Compiling cpufeatures v0.2.17
13792026-03-26T05:01:29.316Z Compiling foldhash v0.2.0
13802026-03-26T05:01:29.352Z Compiling futures-sink v0.3.32
13812026-03-26T05:01:29.391Z Compiling slab v0.4.12
13822026-03-26T05:01:29.460Z Compiling futures-channel v0.3.32
13832026-03-26T05:01:29.533Z Compiling hashbrown v0.16.1
13842026-03-26T05:01:29.548Z Compiling futures-io v0.3.32
13852026-03-26T05:01:29.568Z Compiling futures-task v0.3.32
13862026-03-26T05:01:29.598Z Compiling getrandom v0.4.1
13872026-03-26T05:01:29.691Z Compiling getrandom v0.3.4
13882026-03-26T05:01:29.704Z Compiling rustversion v1.0.22
13892026-03-26T05:01:29.740Z Compiling rand_core v0.10.0
13902026-03-26T05:01:29.912Z Compiling form_urlencoded v1.2.2
13912026-03-26T05:01:30.089Z Compiling indexmap v2.13.0
13922026-03-26T05:01:30.120Z Compiling cmake v0.1.57
13932026-03-26T05:01:30.296Z Compiling synstructure v0.13.2
13942026-03-26T05:01:30.310Z Compiling dunce v1.0.5
13952026-03-26T05:01:30.408Z Compiling ident_case v1.0.1
13962026-03-26T05:01:30.515Z Compiling base64ct v1.8.3
13972026-03-26T05:01:30.532Z Compiling fs_extra v1.3.0
13982026-03-26T05:01:30.552Z Compiling flagset v0.4.7
13992026-03-26T05:01:30.659Z Compiling rand_core v0.9.5
14002026-03-26T05:01:30.675Z Compiling iana-time-zone v0.1.65
14012026-03-26T05:01:30.689Z Compiling rustix v1.1.3
14022026-03-26T05:01:30.720Z Compiling uuid v1.21.0
14032026-03-26T05:01:30.791Z Compiling aws-lc-sys v0.37.1
14042026-03-26T05:01:30.806Z Compiling pem-rfc7468 v0.7.0
14052026-03-26T05:01:30.870Z Compiling ring v0.17.14
14062026-03-26T05:01:30.886Z Compiling rustc_version v0.4.1
14072026-03-26T05:01:30.925Z Compiling vcpkg v0.2.15
14082026-03-26T05:01:31.102Z Compiling aws-lc-rs v1.16.0
14092026-03-26T05:01:31.199Z Compiling regex-syntax v0.8.10
14102026-03-26T05:01:31.393Z Compiling tracing-core v0.1.36
14112026-03-26T05:01:31.406Z Compiling crossbeam-utils v0.8.21
14122026-03-26T05:01:31.685Z Compiling openssl-sys v0.9.111
14132026-03-26T05:01:31.750Z Compiling pest_generator v2.8.6
14142026-03-26T05:01:31.935Z Compiling serde_derive v1.0.228
14152026-03-26T05:01:31.989Z Compiling zeroize_derive v1.4.3
14162026-03-26T05:01:32.210Z Compiling zerofrom-derive v0.1.6
14172026-03-26T05:01:32.469Z Compiling yoke-derive v0.8.1
14182026-03-26T05:01:32.485Z Compiling zerocopy-derive v0.8.40
14192026-03-26T05:01:32.639Z Compiling zeroize v1.8.2
14202026-03-26T05:01:33.396Z Compiling crypto-common v0.1.7
14212026-03-26T05:01:33.546Z Compiling block-buffer v0.10.4
14222026-03-26T05:01:33.587Z Compiling zerovec-derive v0.11.2
14232026-03-26T05:01:33.612Z Compiling zerofrom v0.1.6
14242026-03-26T05:01:33.630Z Compiling displaydoc v0.2.5
14252026-03-26T05:01:33.708Z Compiling yoke v0.8.1
14262026-03-26T05:01:33.733Z Compiling digest v0.10.7
14272026-03-26T05:01:33.891Z Compiling tokio-macros v2.6.0
14282026-03-26T05:01:33.974Z Compiling hmac v0.12.1
14292026-03-26T05:01:34.133Z Compiling futures-macro v0.3.32
14302026-03-26T05:01:34.355Z Compiling zerotrie v0.2.3
14312026-03-26T05:01:34.594Z Compiling block-padding v0.3.3
14322026-03-26T05:01:34.644Z Compiling sha2 v0.10.9
14332026-03-26T05:01:34.668Z Compiling zerovec v0.11.5
14342026-03-26T05:01:34.753Z Compiling inout v0.1.4
14352026-03-26T05:01:34.914Z Compiling cipher v0.4.4
14362026-03-26T05:01:34.929Z Compiling futures-util v0.3.32
14372026-03-26T05:01:35.165Z Compiling tinystr v0.8.2
14382026-03-26T05:01:35.177Z Compiling potential_utf v0.1.4
14392026-03-26T05:01:35.331Z Compiling bytes v1.11.1
14402026-03-26T05:01:35.346Z Compiling icu_locale_core v2.1.1
14412026-03-26T05:01:35.359Z Compiling icu_collections v2.1.1
14422026-03-26T05:01:35.557Z Compiling der_derive v0.7.3
14432026-03-26T05:01:35.847Z Compiling tokio v1.49.0
14442026-03-26T05:01:35.931Z Compiling http v1.4.0
14452026-03-26T05:01:36.009Z Compiling icu_provider v2.1.1
14462026-03-26T05:01:36.233Z Compiling chrono v0.4.44
14472026-03-26T05:01:36.301Z Compiling icu_properties v2.1.2
14482026-03-26T05:01:36.503Z Compiling icu_normalizer v2.1.1
14492026-03-26T05:01:36.891Z Compiling ppv-lite86 v0.2.21
14502026-03-26T05:01:36.903Z Compiling der v0.7.10
14512026-03-26T05:01:37.049Z Compiling salsa20 v0.10.2
14522026-03-26T05:01:37.188Z Compiling idna_adapter v1.2.1
14532026-03-26T05:01:37.205Z Compiling pbkdf2 v0.12.2
14542026-03-26T05:01:37.219Z Compiling thiserror-impl v2.0.18
14552026-03-26T05:01:37.317Z Compiling idna v1.1.0
14562026-03-26T05:01:37.334Z Compiling scrypt v0.11.0
14572026-03-26T05:01:37.416Z Compiling rand_chacha v0.9.0
14582026-03-26T05:01:37.590Z Compiling cbc v0.1.2
14592026-03-26T05:01:37.644Z Compiling url v2.5.8
14602026-03-26T05:01:37.737Z Compiling spki v0.7.3
14612026-03-26T05:01:37.942Z Compiling aes v0.8.4
14622026-03-26T05:01:37.963Z Compiling rustls-pki-types v1.14.0
14632026-03-26T05:01:38.095Z Compiling tracing-attributes v0.1.31
14642026-03-26T05:01:38.110Z Compiling rand v0.9.2
14652026-03-26T05:01:38.405Z Compiling pkcs5 v0.7.1
14662026-03-26T05:01:38.429Z Compiling http-body v1.0.1
14672026-03-26T05:01:38.522Z Compiling thiserror v2.0.18
14682026-03-26T05:01:38.627Z Compiling serde_derive_internals v0.29.1
14692026-03-26T05:01:38.644Z Compiling untrusted v0.7.1
14702026-03-26T05:01:38.765Z Compiling openssl-probe v0.2.1
14712026-03-26T05:01:38.872Z Compiling syn v1.0.109
14722026-03-26T05:01:38.885Z Compiling httparse v1.10.1
14732026-03-26T05:01:38.941Z Compiling untrusted v0.9.0
14742026-03-26T05:01:38.971Z Compiling base64 v0.22.1
14752026-03-26T05:01:39.062Z Compiling schemars v0.8.22
14762026-03-26T05:01:39.272Z Compiling pkcs8 v0.10.2
14772026-03-26T05:01:39.285Z Compiling pest_derive v2.8.6
14782026-03-26T05:01:39.305Z Compiling scroll_derive v0.13.1
14792026-03-26T05:01:39.369Z Compiling tracing v0.1.44
14802026-03-26T05:01:39.510Z Compiling schemars_derive v0.8.22
14812026-03-26T05:01:39.570Z Compiling tokio-util v0.7.18
14822026-03-26T05:01:39.700Z Compiling darling_core v0.20.11
14832026-03-26T05:01:40.085Z Compiling tower-layer v0.3.3
14842026-03-26T05:01:40.106Z Compiling try-lock v0.2.5
14852026-03-26T05:01:40.214Z Compiling atomic-waker v1.1.2
14862026-03-26T05:01:40.247Z Compiling tower-service v0.3.3
14872026-03-26T05:01:40.341Z Compiling dyn-clone v1.0.20
14882026-03-26T05:01:40.341Z Compiling rustls v0.23.37
14892026-03-26T05:01:40.479Z Compiling tinyvec_macros v0.1.1
14902026-03-26T05:01:40.523Z Compiling h2 v0.4.13
14912026-03-26T05:01:40.554Z Compiling tinyvec v1.10.0
14922026-03-26T05:01:40.575Z Compiling want v0.3.1
14932026-03-26T05:01:40.740Z Compiling scroll v0.13.0
14942026-03-26T05:01:41.067Z Compiling ipnet v2.11.0
14952026-03-26T05:01:41.176Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-26T05:01:41.446Z Compiling spin v0.9.8
14972026-03-26T05:01:41.492Z Compiling aho-corasick v1.1.4
14982026-03-26T05:01:41.609Z Compiling httpdate v1.0.3
14992026-03-26T05:01:41.687Z Compiling pin-utils v0.1.0
15002026-03-26T05:01:41.764Z Compiling crc32fast v1.5.0
15012026-03-26T05:01:41.833Z Compiling foreign-types-shared v0.1.1
15022026-03-26T05:01:41.923Z Compiling openssl v0.10.75
15032026-03-26T05:01:41.989Z Compiling darling_macro v0.20.11
15042026-03-26T05:01:42.032Z Compiling num-conv v0.2.0
15052026-03-26T05:01:42.046Z Compiling time-core v0.1.8
15062026-03-26T05:01:42.155Z Compiling powerfmt v0.2.0
15072026-03-26T05:01:42.184Z Compiling tempfile v3.25.0
15082026-03-26T05:01:42.199Z Compiling time-macros v0.2.27
15092026-03-26T05:01:42.354Z Compiling deranged v0.5.8
15102026-03-26T05:01:42.445Z Compiling darling v0.20.11
15112026-03-26T05:01:42.531Z Compiling regex-automata v0.4.14
15122026-03-26T05:01:42.611Z Compiling foreign-types v0.3.2
15132026-03-26T05:01:43.186Z Compiling goblin v0.10.5
15142026-03-26T05:01:43.309Z Compiling openssl-macros v0.1.1
15152026-03-26T05:01:43.690Z Compiling hyper v1.8.1
15162026-03-26T05:01:43.776Z Compiling thiserror-impl v1.0.69
15172026-03-26T05:01:44.471Z Compiling wait-timeout v0.2.1
15182026-03-26T05:01:44.735Z Compiling siphasher v1.0.2
15192026-03-26T05:01:44.837Z Compiling quick-error v1.2.3
15202026-03-26T05:01:44.922Z Compiling native-tls v0.2.18
15212026-03-26T05:01:44.946Z Compiling simd-adler32 v0.3.8
15222026-03-26T05:01:45.008Z Compiling usdt-impl v0.6.0
15232026-03-26T05:01:45.122Z Compiling either v1.15.0
15242026-03-26T05:01:45.184Z Compiling bit-vec v0.8.0
15252026-03-26T05:01:45.207Z Compiling num_threads v0.1.7
15262026-03-26T05:01:45.279Z Compiling thiserror v1.0.69
15272026-03-26T05:01:45.304Z Compiling time v0.3.47
15282026-03-26T05:01:45.325Z Compiling rusty-fork v0.3.1
15292026-03-26T05:01:45.380Z Compiling bit-set v0.8.0
15302026-03-26T05:01:45.410Z Compiling hyper-util v0.1.20
15312026-03-26T05:01:45.815Z Compiling derive_builder_core v0.20.2
15322026-03-26T05:01:46.590Z Compiling dof v0.4.0
15332026-03-26T05:01:46.697Z Compiling unicode-normalization v0.1.25
15342026-03-26T05:01:46.911Z Compiling crossbeam-epoch v0.9.18
15352026-03-26T05:01:47.150Z Compiling dtrace-parser v0.3.0
15362026-03-26T05:01:47.171Z Compiling rustls-native-certs v0.8.3
15372026-03-26T05:01:47.233Z Compiling signature v2.2.0
15382026-03-26T05:01:47.413Z Compiling scroll_derive v0.12.1
15392026-03-26T05:01:47.436Z Compiling heapless v0.7.17
15402026-03-26T05:01:47.457Z Compiling rand_xorshift v0.4.0
15412026-03-26T05:01:47.624Z Compiling slog v2.8.2
15422026-03-26T05:01:47.672Z Compiling darling_core v0.21.3
15432026-03-26T05:01:47.764Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-26T05:01:47.805Z Compiling sync_wrapper v1.0.2
15452026-03-26T05:01:47.887Z Compiling thread-id v5.1.0
15462026-03-26T05:01:47.912Z Compiling cookie v0.18.1
15472026-03-26T05:01:47.969Z Compiling anyhow v1.0.102
15482026-03-26T05:01:48.036Z Compiling unicode-segmentation v1.12.0
15492026-03-26T05:01:48.058Z Compiling signal-hook v0.3.18
15502026-03-26T05:01:48.088Z Compiling rayon-core v1.13.0
15512026-03-26T05:01:48.228Z Compiling zstd-safe v7.2.4
15522026-03-26T05:01:48.264Z Compiling paste v1.0.15
15532026-03-26T05:01:48.279Z Compiling unicode-properties v0.1.4
15542026-03-26T05:01:48.416Z Compiling unarray v0.1.4
15552026-03-26T05:01:48.419Z Compiling unicode-bidi v0.3.18
15562026-03-26T05:01:48.483Z Compiling adler2 v2.0.1
15572026-03-26T05:01:48.539Z Compiling proptest v1.10.0
15582026-03-26T05:01:48.572Z Compiling miniz_oxide v0.8.9
15592026-03-26T05:01:48.697Z Compiling scroll v0.12.0
15602026-03-26T05:01:48.946Z Compiling stringprep v0.1.5
15612026-03-26T05:01:49.160Z Compiling tower v0.5.3
15622026-03-26T05:01:49.437Z Compiling crossbeam-deque v0.8.6
15632026-03-26T05:01:49.462Z Compiling derive_builder_macro v0.20.2
15642026-03-26T05:01:49.514Z Compiling ipnetwork v0.21.1
15652026-03-26T05:01:49.621Z Compiling http-body-util v0.1.3
15662026-03-26T05:01:49.634Z Compiling webpki-roots v1.0.6
15672026-03-26T05:01:49.651Z Compiling rand_chacha v0.3.1
15682026-03-26T05:01:49.752Z Compiling serde_tokenstream v0.2.3
15692026-03-26T05:01:49.856Z Compiling toml_datetime v0.6.11
15702026-03-26T05:01:49.908Z Compiling erased-serde v0.3.31
15712026-03-26T05:01:49.924Z Compiling serde_spanned v0.6.9
15722026-03-26T05:01:50.062Z Compiling md-5 v0.10.6
15732026-03-26T05:01:50.077Z Compiling zerocopy-derive v0.7.35
15742026-03-26T05:01:50.109Z Compiling curve25519-dalek v4.1.3
15752026-03-26T05:01:50.126Z Compiling darling_macro v0.21.3
15762026-03-26T05:01:50.219Z Compiling vergen-lib v0.1.6
15772026-03-26T05:01:50.397Z Compiling num-integer v0.1.46
15782026-03-26T05:01:50.411Z Compiling hash32 v0.2.1
15792026-03-26T05:01:50.436Z Compiling ff v0.13.1
15802026-03-26T05:01:50.450Z Compiling memoffset v0.9.1
15812026-03-26T05:01:50.575Z Compiling cfg_aliases v0.2.1
15822026-03-26T05:01:50.594Z Compiling ryu v1.0.23
15832026-03-26T05:01:50.597Z Compiling fallible-iterator v0.2.0
15842026-03-26T05:01:50.639Z Compiling ref-cast v1.0.25
15852026-03-26T05:01:50.655Z Compiling rustix v0.38.44
15862026-03-26T05:01:50.712Z Compiling psl-types v2.0.11
15872026-03-26T05:01:50.774Z Compiling zlib-rs v0.6.2
15882026-03-26T05:01:50.836Z Compiling base16ct v0.2.0
15892026-03-26T05:01:50.912Z Compiling iri-string v0.7.10
15902026-03-26T05:01:50.914Z Compiling litrs v1.0.0
15912026-03-26T05:01:50.941Z Compiling num-bigint-dig v0.8.6
15922026-03-26T05:01:50.990Z Compiling smoltcp v0.9.1
15932026-03-26T05:01:51.099Z Compiling sec1 v0.7.3
15942026-03-26T05:01:51.189Z Compiling zerocopy v0.7.35
15952026-03-26T05:01:51.342Z Compiling postgres-protocol v0.6.10
15962026-03-26T05:01:51.372Z Compiling newtype-uuid v1.3.2
15972026-03-26T05:01:51.421Z Compiling document-features v0.2.12
15982026-03-26T05:01:51.765Z Compiling publicsuffix v2.3.0
15992026-03-26T05:01:51.794Z Compiling serde_urlencoded v0.7.1
16002026-03-26T05:01:51.895Z Compiling nix v0.31.1
16012026-03-26T05:01:52.019Z Compiling num-iter v0.1.45
16022026-03-26T05:01:52.033Z Compiling darling v0.21.3
16032026-03-26T05:01:52.115Z Compiling tower-http v0.6.8
16042026-03-26T05:01:52.137Z Compiling group v0.13.0
16052026-03-26T05:01:52.350Z Compiling derive_builder v0.20.2
16062026-03-26T05:01:52.459Z Compiling rand v0.8.5
16072026-03-26T05:01:52.475Z Compiling oxnet v0.1.4
16082026-03-26T05:01:52.513Z Compiling tokio-native-tls v0.3.1
16092026-03-26T05:01:52.683Z Compiling proc-macro-error v1.0.4
16102026-03-26T05:01:52.869Z Compiling goblin v0.8.2
16112026-03-26T05:01:53.324Z Compiling heck v0.4.1
16122026-03-26T05:01:53.446Z Compiling phf_shared v0.13.1
16132026-03-26T05:01:53.546Z Compiling hubpack_derive v0.1.1
16142026-03-26T05:01:53.561Z Compiling regex v1.12.3
16152026-03-26T05:01:53.690Z Compiling flate2 v1.1.9
16162026-03-26T05:01:53.788Z Compiling lazy_static v1.5.0
16172026-03-26T05:01:53.885Z Compiling cargo-platform v0.1.9
16182026-03-26T05:01:53.979Z Compiling hkdf v0.12.4
16192026-03-26T05:01:53.993Z Compiling crypto-bigint v0.5.5
16202026-03-26T05:01:54.009Z Compiling terminal_size v0.4.3
16212026-03-26T05:01:54.097Z Compiling ref-cast-impl v1.0.25
16222026-03-26T05:01:54.139Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-26T05:01:54.143Z Compiling async-trait v0.1.89
16242026-03-26T05:01:54.143Z Compiling daft-derive v0.1.5
16252026-03-26T05:01:54.638Z Compiling strum_macros v0.27.2
16262026-03-26T05:01:54.773Z Compiling vergen v9.0.6
16272026-03-26T05:01:54.868Z Compiling fs-err v3.3.0
16282026-03-26T05:01:54.953Z Compiling ahash v0.8.12
16292026-03-26T05:01:55.057Z Compiling bumpalo v3.20.2
16302026-03-26T05:01:55.158Z Compiling libbz2-rs-sys v0.2.2
16312026-03-26T05:01:55.189Z Compiling foldhash v0.1.5
16322026-03-26T05:01:55.309Z Compiling winnow v0.5.40
16332026-03-26T05:01:55.360Z Compiling object v0.37.3
16342026-03-26T05:01:55.628Z Compiling bitflags v1.3.2
16352026-03-26T05:01:55.709Z Compiling managed v0.8.0
16362026-03-26T05:01:55.847Z Compiling clap_builder v4.5.60
16372026-03-26T05:01:56.093Z Compiling console v0.16.2
16382026-03-26T05:01:56.366Z Compiling bzip2 v0.6.1
16392026-03-26T05:01:56.616Z Compiling toml_edit v0.19.15
16402026-03-26T05:01:56.646Z Compiling strum v0.27.2
16412026-03-26T05:01:56.686Z Compiling hashbrown v0.15.5
16422026-03-26T05:01:56.743Z Compiling zopfli v0.8.3
16432026-03-26T05:01:56.820Z Compiling dof v0.3.0
16442026-03-26T05:01:56.907Z Compiling elliptic-curve v0.13.8
16452026-03-26T05:01:57.232Z Compiling daft v0.1.5
16462026-03-26T05:01:57.512Z Compiling cargo_metadata v0.19.2
16472026-03-26T05:01:57.515Z Compiling hubpack v0.1.2
16482026-03-26T05:01:57.727Z Compiling phf v0.13.1
16492026-03-26T05:01:57.890Z Compiling zone_cfg_derive v0.3.1
16502026-03-26T05:01:58.515Z Compiling signal-hook-mio v0.2.5
16512026-03-26T05:01:58.638Z Compiling cookie_store v0.22.1
16522026-03-26T05:01:58.870Z Compiling zstd v0.13.3
16532026-03-26T05:01:59.132Z Compiling rayon v1.11.0
16542026-03-26T05:01:59.214Z Compiling bzip2 v0.4.4
16552026-03-26T05:01:59.238Z Compiling hyper-tls v0.6.0
16562026-03-26T05:01:59.313Z Compiling serde_with_macros v3.17.0
16572026-03-26T05:01:59.461Z Compiling postgres-types v0.2.12
16582026-03-26T05:01:59.508Z Compiling usdt-macro v0.6.0
16592026-03-26T05:02:00.009Z Compiling usdt-attr-macro v0.6.0
16602026-03-26T05:02:00.254Z Compiling ed25519 v2.2.3
16612026-03-26T05:02:00.280Z Compiling dtrace-parser v0.2.0
16622026-03-26T05:02:00.438Z Compiling itertools v0.12.1
16632026-03-26T05:02:00.554Z Compiling phf_shared v0.11.3
16642026-03-26T05:02:00.742Z Compiling bstr v1.12.1
16652026-03-26T05:02:00.787Z Compiling pkcs1 v0.7.5
16662026-03-26T05:02:00.848Z Compiling serde-big-array v0.5.1
16672026-03-26T05:02:00.996Z Compiling hex v0.4.3
16682026-03-26T05:02:01.026Z Compiling rfc6979 v0.4.0
16692026-03-26T05:02:01.151Z Compiling strum_macros v0.26.4
16702026-03-26T05:02:01.167Z Compiling enum-as-inner v0.6.1
16712026-03-26T05:02:01.179Z Compiling serde_repr v0.1.20
16722026-03-26T05:02:01.265Z Compiling clap_derive v4.5.55
16732026-03-26T05:02:01.386Z Compiling float-cmp v0.10.0
16742026-03-26T05:02:01.577Z Compiling thread-id v4.2.2
16752026-03-26T05:02:01.668Z Compiling memmap2 v0.9.10
16762026-03-26T05:02:01.688Z Compiling env_filter v1.0.0
16772026-03-26T05:02:01.691Z Compiling encoding_rs v0.8.35
16782026-03-26T05:02:01.735Z Compiling unit-prefix v0.5.2
16792026-03-26T05:02:01.880Z Compiling jiff v0.2.21
16802026-03-26T05:02:01.895Z Compiling predicates-core v1.0.10
16812026-03-26T05:02:01.999Z Compiling static_assertions v1.1.0
16822026-03-26T05:02:02.077Z Compiling difflib v0.4.0
16832026-03-26T05:02:02.077Z Compiling data-encoding v2.10.0
16842026-03-26T05:02:02.654Z Compiling fixedbitset v0.5.7
16852026-03-26T05:02:02.799Z Compiling precomputed-hash v0.1.1
16862026-03-26T05:02:02.894Z Compiling rustc-hash v2.1.1
16872026-03-26T05:02:02.958Z Compiling keccak v0.1.6
16882026-03-26T05:02:02.963Z Compiling normalize-line-endings v0.3.0
16892026-03-26T05:02:03.021Z Compiling whoami v2.1.0
16902026-03-26T05:02:03.058Z Compiling new_debug_unreachable v1.0.6
16912026-03-26T05:02:03.072Z Compiling mime v0.3.17
16922026-03-26T05:02:03.135Z Compiling fixedbitset v0.4.2
16932026-03-26T05:02:03.176Z Compiling string_cache v0.8.9
16942026-03-26T05:02:03.235Z Compiling tokio-postgres v0.7.16
16952026-03-26T05:02:03.326Z Compiling petgraph v0.6.5
16962026-03-26T05:02:03.347Z Compiling sha3 v0.10.8
16972026-03-26T05:02:03.394Z Compiling clap v4.5.60
16982026-03-26T05:02:03.409Z Compiling predicates v3.1.4
16992026-03-26T05:02:03.476Z Compiling iddqd v0.3.17
17002026-03-26T05:02:03.770Z Compiling strum v0.26.3
17012026-03-26T05:02:03.799Z Compiling petgraph v0.8.3
17022026-03-26T05:02:03.907Z Compiling hickory-proto v0.25.2
17032026-03-26T05:02:04.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-03-26T05:02:04.592Z Compiling zip v4.6.1
17052026-03-26T05:02:04.799Z Compiling env_logger v0.11.9
17062026-03-26T05:02:05.167Z Compiling indicatif v0.18.4
17072026-03-26T05:02:05.398Z Compiling usdt v0.6.0
17082026-03-26T05:02:05.549Z Compiling toml_edit v0.22.27
17092026-03-26T05:02:05.661Z Compiling usdt-impl v0.5.0
17102026-03-26T05:02:05.735Z Compiling zone v0.3.1
17112026-03-26T05:02:05.997Z Compiling serde_with v3.17.0
17122026-03-26T05:02:06.074Z Compiling similar v2.7.0
17132026-03-26T05:02:06.242Z Compiling ecdsa v0.16.9
17142026-03-26T05:02:06.404Z Compiling rsa v0.9.10
17152026-03-26T05:02:06.666Z Compiling ed25519-dalek v2.2.0
17162026-03-26T05:02:06.805Z Compiling crossterm v0.28.1
17172026-03-26T05:02:07.345Z Compiling zip v0.6.6
17182026-03-26T05:02:07.921Z Compiling toml v0.7.8
17192026-03-26T05:02:08.374Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-26T05:02:08.442Z Compiling itertools v0.13.0
17212026-03-26T05:02:08.524Z Compiling tokio-stream v0.1.18
17222026-03-26T05:02:08.539Z Compiling buf-list v1.1.2
17232026-03-26T05:02:08.570Z Compiling x509-cert v0.2.5
17242026-03-26T05:02:08.811Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-26T05:02:08.971Z Compiling openapiv3 v2.2.0
17262026-03-26T05:02:08.994Z Compiling sha1 v0.10.6
17272026-03-26T05:02:09.111Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-26T05:02:09.221Z Compiling lalrpop-util v0.19.12
17292026-03-26T05:02:09.404Z Compiling peg-runtime v0.8.5
17302026-03-26T05:02:09.419Z Compiling thread_local v1.1.9
17312026-03-26T05:02:09.665Z Compiling slog-async v2.8.0
17322026-03-26T05:02:09.680Z Compiling crossbeam-channel v0.5.15
17332026-03-26T05:02:09.695Z Compiling futures-executor v0.3.32
17342026-03-26T05:02:09.783Z Compiling is-terminal v0.4.17
17352026-03-26T05:02:09.882Z Compiling filetime v0.2.27
17362026-03-26T05:02:09.965Z Compiling term v1.2.1
17372026-03-26T05:02:09.981Z Compiling take_mut v0.2.2
17382026-03-26T05:02:10.058Z Compiling xattr v1.6.1
17392026-03-26T05:02:10.135Z Compiling futures v0.3.32
17402026-03-26T05:02:10.180Z Compiling tar v0.4.45
17412026-03-26T05:02:10.220Z Compiling slog-term v2.9.2
17422026-03-26T05:02:16.303Z Compiling rustls-webpki v0.103.9
17432026-03-26T05:02:19.128Z Compiling tokio-rustls v0.26.4
17442026-03-26T05:02:19.128Z Compiling rustls-platform-verifier v0.6.2
17452026-03-26T05:02:19.331Z Compiling hyper-rustls v0.27.7
17462026-03-26T05:02:19.534Z Compiling reqwest v0.12.28
17472026-03-26T05:02:19.535Z Compiling reqwest v0.13.2
17482026-03-26T05:02:21.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-26T05:02:21.865Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-26T05:02:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17512026-03-26T05:02:24.801Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-26T05:02:24.860ZMar 26 05:02:23.393 INFO Starting download, target: Clickhouse
17532026-03-26T05:02:24.860ZMar 26 05:02:23.394 INFO Starting download, target: Cockroach
17542026-03-26T05:02:24.860ZMar 26 05:02:23.394 INFO Starting download, target: Console
17552026-03-26T05:02:24.860ZMar 26 05:02:23.394 INFO Starting download, target: DendriteStub
17562026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Starting download, target: MaghemiteMgd
17572026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Starting download, target: TransceiverControl
17582026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-26T05:02:24.863ZMar 26 05:02:23.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-03-26T05:02:25.426ZMar 26 05:02:23.958 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-26T05:02:25.638ZMar 26 05:02:24.165 INFO Download complete, target: TransceiverControl
17662026-03-26T05:02:25.848ZMar 26 05:02:24.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-26T05:02:26.071ZMar 26 05:02:24.597 INFO Download complete, target: Console
17682026-03-26T05:02:26.614ZMar 26 05:02:25.144 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-26T05:02:26.730ZMar 26 05:02:25.257 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-26T05:02:27.298ZMar 26 05:02:25.832 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-26T05:02:27.301ZMar 26 05:02:25.833 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-26T05:02:27.301ZMar 26 05:02:25.833 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-26T05:02:28.896ZMar 26 05:02:27.429 INFO Download complete, target: DendriteStub
17742026-03-26T05:02:28.979ZMar 26 05:02:27.509 INFO Download complete, target: MaghemiteMgd
17752026-03-26T05:02:31.836ZMar 26 05:02:30.370 INFO Checking that binary works, target: Cockroach
17762026-03-26T05:02:31.933ZMar 26 05:02:30.465 INFO Download complete, target: Cockroach
17772026-03-26T05:02:34.004ZMar 26 05:02:32.537 INFO Checking that binary works, target: Clickhouse
17782026-03-26T05:02:34.105ZMar 26 05:02:32.637 INFO Download complete, target: Clickhouse
17792026-03-26T05:02:34.118ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-26T05:02:34.126Z
17812026-03-26T05:02:34.126Zreal 2:56.856309091
17822026-03-26T05:02:34.126Zuser 7:15.665695874
17832026-03-26T05:02:34.126Zsys 1:25.149797639
17842026-03-26T05:02:34.126Ztrap 0.215659741
17852026-03-26T05:02:34.126Ztflt 0.545600482
17862026-03-26T05:02:34.126Zdflt 0.626384676
17872026-03-26T05:02:34.126Zkflt 0.025020443
17882026-03-26T05:02:34.126Zlock 21:18.336046826
17892026-03-26T05:02:34.127Zslp 21:40.499083846
17902026-03-26T05:02:34.127Zlat 43.260462386
17912026-03-26T05:02:34.127Zstop 2:03.247236076
17922026-03-26T05:02:34.127Z+ banner clippy
17932026-03-26T05:02:34.127Z
17942026-03-26T05:02:34.127Z #### # # ##### ##### # #
17952026-03-26T05:02:34.127Z # # # # # # # # # #
17962026-03-26T05:02:34.127Z # # # # # # # #
17972026-03-26T05:02:34.127Z # # # ##### ##### #
17982026-03-26T05:02:34.127Z # # # # # # #
17992026-03-26T05:02:34.127Z #### ###### # # # #
18002026-03-26T05:02:34.127Z
18012026-03-26T05:02:34.127Z+ export CARGO_INCREMENTAL=0
18022026-03-26T05:02:34.127Z+ CARGO_INCREMENTAL=0
18032026-03-26T05:02:34.127Z+ ptime -m cargo xtask clippy
18042026-03-26T05:02:34.658Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-26T05:02:34.881Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-26T05:02:36.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18072026-03-26T05:02:36.824Z Running `target/debug/xtask clippy`
18082026-03-26T05:02:36.853Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-26T05:02:37.465Z Downloading crates ...
18102026-03-26T05:02:37.673Z Downloaded assert-json-diff v2.0.2
18112026-03-26T05:02:37.683Z Downloaded supports-color v2.1.0
18122026-03-26T05:02:37.688Z Downloaded knuffel-derive v3.2.0
18132026-03-26T05:02:37.691Z Downloaded partial-io v0.5.4
18142026-03-26T05:02:37.691Z Downloaded assert_cmd v2.1.2
18152026-03-26T05:02:37.698Z Downloaded blake2b_simd v1.0.4
18162026-03-26T05:02:37.700Z Downloaded approx v0.5.1
18172026-03-26T05:02:37.700Z Downloaded addr2line v0.25.1
18182026-03-26T05:02:37.703Z Downloaded datatest-stable v0.3.3
18192026-03-26T05:02:37.706Z Downloaded async-object-pool v0.2.0
18202026-03-26T05:02:37.711Z Downloaded cast v0.3.0
18212026-03-26T05:02:37.713Z Downloaded supports-unicode v2.1.0
18222026-03-26T05:02:37.716Z Downloaded tinytemplate v1.2.1
18232026-03-26T05:02:37.719Z Downloaded async-lock v3.4.2
18242026-03-26T05:02:37.719Z Downloaded concurrent-queue v2.5.0
18252026-03-26T05:02:37.727Z Downloaded stringmetrics v2.2.2
18262026-03-26T05:02:37.729Z Downloaded pathdiff v0.2.3
18272026-03-26T05:02:37.730Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18282026-03-26T05:02:37.730Z Downloaded termcolor v1.4.1
18292026-03-26T05:02:37.732Z Downloaded target-triple v1.0.0
18302026-03-26T05:02:37.732Z Downloaded httptest v0.16.4
18312026-03-26T05:02:37.736Z Downloaded cfg-expr v0.20.6
18322026-03-26T05:02:37.739Z Downloaded plotters-svg v0.3.7
18332026-03-26T05:02:37.739Z Downloaded criterion v0.7.0
18342026-03-26T05:02:37.745Z Downloaded rust-argon2 v2.1.0
18352026-03-26T05:02:37.748Z Downloaded trybuild v1.0.116
18362026-03-26T05:02:37.751Z Downloaded rstest v0.25.0
18372026-03-26T05:02:37.754Z Downloaded backtrace v0.3.76
18382026-03-26T05:02:37.768Z Downloaded miette-derive v5.10.0
18392026-03-26T05:02:37.771Z Downloaded terminal_size v0.1.17
18402026-03-26T05:02:37.771Z Downloaded libtest-mimic v0.8.1
18412026-03-26T05:02:37.771Z Downloaded parking v2.2.1
18422026-03-26T05:02:37.773Z Downloaded guppy-workspace-hack v0.1.0
18432026-03-26T05:02:37.773Z Downloaded target-lexicon v0.13.3
18442026-03-26T05:02:37.774Z Downloaded futures-timer v3.0.3
18452026-03-26T05:02:37.776Z Downloaded rustc-demangle v0.1.27
18462026-03-26T05:02:37.779Z Downloaded path-tree v0.8.3
18472026-03-26T05:02:37.779Z Downloaded owo-colors v3.5.0
18482026-03-26T05:02:37.779Z Downloaded linkme v0.3.35
18492026-03-26T05:02:37.788Z Downloaded escape8259 v0.5.3
18502026-03-26T05:02:37.796Z Downloaded miette v5.10.0
18512026-03-26T05:02:37.799Z Downloaded constant_time_eq v0.3.1
18522026-03-26T05:02:37.801Z Downloaded cargo-platform v0.3.2
18532026-03-26T05:02:37.801Z Downloaded criterion-plot v0.6.0
18542026-03-26T05:02:37.801Z Downloaded anes v0.1.6
18552026-03-26T05:02:37.808Z Downloaded serde_regex v1.1.0
18562026-03-26T05:02:37.811Z Downloaded cargo_metadata v0.23.1
18572026-03-26T05:02:37.813Z Downloaded supports-hyperlinks v2.1.0
18582026-03-26T05:02:37.813Z Downloaded plotters-backend v0.3.7
18592026-03-26T05:02:37.816Z Downloaded similar-asserts v1.7.0
18602026-03-26T05:02:37.816Z Downloaded nested v0.1.1
18612026-03-26T05:02:37.819Z Downloaded backtrace-ext v0.2.1
18622026-03-26T05:02:37.819Z Downloaded linkme-impl v0.3.35
18632026-03-26T05:02:37.832Z Downloaded event-listener-strategy v0.5.4
18642026-03-26T05:02:37.834Z Downloaded rand_distr v0.5.1
18652026-03-26T05:02:37.837Z Downloaded relative-path v1.9.3
18662026-03-26T05:02:37.840Z Downloaded oorandom v11.1.5
18672026-03-26T05:02:37.842Z Downloaded fancy-regex v0.14.0
18682026-03-26T05:02:37.845Z Downloaded target-spec v3.5.7
18692026-03-26T05:02:37.851Z Downloaded event-listener v5.4.1
18702026-03-26T05:02:37.861Z Downloaded chumsky v0.9.3
18712026-03-26T05:02:37.863Z Downloaded textwrap v0.15.2
18722026-03-26T05:02:37.866Z Downloaded rstest_macros v0.25.0
18732026-03-26T05:02:37.871Z Downloaded plotters v0.3.7
18742026-03-26T05:02:37.876Z Downloaded toml v1.0.3+spec-1.1.0
18752026-03-26T05:02:37.879Z Downloaded knuffel v3.2.0
18762026-03-26T05:02:37.883Z Downloaded guppy v0.17.25
18772026-03-26T05:02:37.909Z Downloaded hashbrown v0.14.5
18782026-03-26T05:02:37.912Z Downloaded gimli v0.32.3
18792026-03-26T05:02:38.016Z Downloaded httpmock v0.8.3
18802026-03-26T05:02:39.609Z Checking cfg-if v1.0.4
18812026-03-26T05:02:39.954Z Checking libc v0.2.180
18822026-03-26T05:02:39.957Z Checking serde_core v1.0.228
18832026-03-26T05:02:40.029Z Checking memchr v2.8.0
18842026-03-26T05:02:40.068Z Checking smallvec v1.15.1
18852026-03-26T05:02:40.107Z Checking itoa v1.0.17
18862026-03-26T05:02:40.143Z Checking log v0.4.29
18872026-03-26T05:02:40.186Z Checking zeroize v1.8.2
18882026-03-26T05:02:40.186Z Checking libm v0.2.16
18892026-03-26T05:02:40.275Z Checking stable_deref_trait v1.2.1
18902026-03-26T05:02:40.275Z Checking scopeguard v1.2.0
18912026-03-26T05:02:40.348Z Checking zmij v1.0.21
18922026-03-26T05:02:40.388Z Checking errno v0.3.14
18932026-03-26T05:02:40.388Z Checking getrandom v0.2.17
18942026-03-26T05:02:40.459Z Checking lock_api v0.4.14
18952026-03-26T05:02:40.459Z Checking zerofrom v0.1.6
18962026-03-26T05:02:40.531Z Checking percent-encoding v2.3.2
18972026-03-26T05:02:40.570Z Checking writeable v0.6.2
18982026-03-26T05:02:40.607Z Checking litemap v0.8.1
18992026-03-26T05:02:40.641Z Checking yoke v0.8.1
19002026-03-26T05:02:40.678Z Checking icu_normalizer_data v2.1.1
19012026-03-26T05:02:40.714Z Checking icu_properties_data v2.1.2
19022026-03-26T05:02:40.751Z Checking form_urlencoded v1.2.2
19032026-03-26T05:02:40.754Z Checking utf8_iter v1.0.4
19042026-03-26T05:02:40.822Z Checking subtle v2.6.1
19052026-03-26T05:02:40.859Z Checking zerovec v0.11.5
19062026-03-26T05:02:40.860Z Checking zerotrie v0.2.3
19072026-03-26T05:02:40.928Z Checking num-traits v0.2.19
19082026-03-26T05:02:40.928Z Checking rand_core v0.10.0
19092026-03-26T05:02:40.931Z Checking rand_core v0.6.4
19102026-03-26T05:02:40.931Z Checking portable-atomic v1.13.1
19112026-03-26T05:02:41.057Z Checking pin-project-lite v0.2.17
19122026-03-26T05:02:41.126Z Checking getrandom v0.4.1
19132026-03-26T05:02:41.162Z Checking zerocopy v0.8.40
19142026-03-26T05:02:41.198Z Checking critical-section v1.2.0
19152026-03-26T05:02:41.236Z Checking parking_lot_core v0.9.12
19162026-03-26T05:02:41.304Z Checking signal-hook-registry v1.4.8
19172026-03-26T05:02:41.342Z Checking tinystr v0.8.2
19182026-03-26T05:02:41.342Z Checking potential_utf v0.1.4
19192026-03-26T05:02:41.445Z Checking parking_lot v0.12.5
19202026-03-26T05:02:41.449Z Checking once_cell v1.21.3
19212026-03-26T05:02:41.514Z Checking serde v1.0.228
19222026-03-26T05:02:41.514Z Checking serde_json v1.0.149
19232026-03-26T05:02:41.517Z Checking bitflags v2.11.0
19242026-03-26T05:02:41.612Z Checking icu_collections v2.1.1
19252026-03-26T05:02:41.615Z Checking icu_locale_core v2.1.1
19262026-03-26T05:02:41.683Z Checking mio v1.1.1
19272026-03-26T05:02:41.720Z Checking typenum v1.19.0
19282026-03-26T05:02:41.768Z Checking iana-time-zone v0.1.65
19292026-03-26T05:02:41.906Z Checking socket2 v0.6.2
19302026-03-26T05:02:41.946Z Checking bytes v1.11.1
19312026-03-26T05:02:41.946Z Checking chrono v0.4.44
19322026-03-26T05:02:42.025Z Checking semver v1.0.27
19332026-03-26T05:02:42.177Z Checking uuid v1.21.0
19342026-03-26T05:02:42.213Z Checking icu_provider v2.1.1
19352026-03-26T05:02:42.253Z Checking thiserror v2.0.18
19362026-03-26T05:02:42.292Z Checking generic-array v0.14.7
19372026-03-26T05:02:42.337Z Checking allocator-api2 v0.2.21
19382026-03-26T05:02:42.384Z Checking futures-core v0.3.32
19392026-03-26T05:02:42.423Z Checking tokio v1.49.0
19402026-03-26T05:02:42.470Z Checking icu_properties v2.1.2
19412026-03-26T05:02:42.508Z Checking icu_normalizer v2.1.1
19422026-03-26T05:02:42.552Z Checking dyn-clone v1.0.20
19432026-03-26T05:02:42.648Z Checking equivalent v1.0.2
19442026-03-26T05:02:42.704Z Checking const-oid v0.9.6
19452026-03-26T05:02:42.760Z Checking crypto-common v0.1.7
19462026-03-26T05:02:42.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472026-03-26T05:02:42.842Z Checking foldhash v0.2.0
19482026-03-26T05:02:42.842Z Checking block-buffer v0.10.4
19492026-03-26T05:02:42.911Z Checking futures-sink v0.3.32
19502026-03-26T05:02:43.006Z Checking byteorder v1.5.0
19512026-03-26T05:02:43.044Z Checking futures-channel v0.3.32
19522026-03-26T05:02:43.082Z Checking hashbrown v0.16.1
19532026-03-26T05:02:43.161Z Checking rustix v1.1.3
19542026-03-26T05:02:43.228Z Checking futures-io v0.3.32
19552026-03-26T05:02:43.264Z Checking slab v0.4.12
19562026-03-26T05:02:43.316Z Checking idna_adapter v1.2.1
19572026-03-26T05:02:43.370Z Checking futures-task v0.3.32
19582026-03-26T05:02:43.407Z Checking digest v0.10.7
19592026-03-26T05:02:43.444Z Checking cpufeatures v0.2.17
19602026-03-26T05:02:43.479Z Checking idna v1.1.0
19612026-03-26T05:02:43.536Z Checking futures-util v0.3.32
19622026-03-26T05:02:43.573Z Checking thiserror v1.0.69
19632026-03-26T05:02:43.608Z Checking indexmap v2.13.0
19642026-03-26T05:02:43.644Z Checking getrandom v0.3.4
19652026-03-26T05:02:43.698Z Checking fnv v1.0.7
19662026-03-26T05:02:43.749Z Checking url v2.5.8
19672026-03-26T05:02:43.815Z Checking regex-syntax v0.8.10
19682026-03-26T05:02:43.850Z Checking base64 v0.22.1
19692026-03-26T05:02:43.885Z Checking ppv-lite86 v0.2.21
19702026-03-26T05:02:44.007Z Checking http v1.4.0
19712026-03-26T05:02:44.132Z Checking tracing-core v0.1.36
19722026-03-26T05:02:44.211Z Checking unicode-ident v1.0.24
19732026-03-26T05:02:44.248Z Checking schemars v0.8.22
19742026-03-26T05:02:44.251Z Checking ipnet v2.11.0
19752026-03-26T05:02:44.352Z Checking proc-macro2 v1.0.106
19762026-03-26T05:02:44.468Z Checking tracing v0.1.44
19772026-03-26T05:02:44.576Z Checking untrusted v0.9.0
19782026-03-26T05:02:44.615Z Checking anstyle v1.0.13
19792026-03-26T05:02:44.699Z Checking utf8parse v0.2.2
19802026-03-26T05:02:44.704Z Checking quote v1.0.44
19812026-03-26T05:02:44.766Z Checking ring v0.17.14
19822026-03-26T05:02:44.818Z Checking aho-corasick v1.1.4
19832026-03-26T05:02:44.855Z Checking anstyle-parse v0.2.7
19842026-03-26T05:02:44.923Z Checking syn v2.0.117
19852026-03-26T05:02:44.959Z Checking is_terminal_polyfill v1.70.2
19862026-03-26T05:02:45.031Z Checking colorchoice v1.0.4
19872026-03-26T05:02:45.078Z Checking anstyle-query v1.1.5
19882026-03-26T05:02:45.155Z Checking base64ct v1.8.3
19892026-03-26T05:02:45.158Z Checking block-padding v0.3.3
19902026-03-26T05:02:45.224Z Checking anstream v0.6.21
19912026-03-26T05:02:45.319Z Checking rustls-pki-types v1.14.0
19922026-03-26T05:02:45.446Z Checking httparse v1.10.1
19932026-03-26T05:02:45.451Z Checking inout v0.1.4
19942026-03-26T05:02:45.518Z Checking terminal_size v0.4.3
19952026-03-26T05:02:45.521Z Checking regex-automata v0.4.14
19962026-03-26T05:02:45.602Z Checking tokio-util v0.7.18
19972026-03-26T05:02:45.639Z Checking crossbeam-utils v0.8.21
19982026-03-26T05:02:45.675Z Checking cipher v0.4.4
19992026-03-26T05:02:45.678Z Checking strsim v0.11.1
20002026-03-26T05:02:45.743Z Checking clap_lex v1.0.0
20012026-03-26T05:02:45.781Z Checking http-body v1.0.1
20022026-03-26T05:02:45.894Z Checking rand_core v0.9.5
20032026-03-26T05:02:45.930Z Checking clap_builder v4.5.60
20042026-03-26T05:02:45.933Z Checking sha2 v0.10.9
20052026-03-26T05:02:45.999Z Checking atomic-waker v1.1.2
20062026-03-26T05:02:46.008Z Checking pem-rfc7468 v0.7.0
20072026-03-26T05:02:46.096Z Checking httpdate v1.0.3
20082026-03-26T05:02:46.133Z Checking try-lock v0.2.5
20092026-03-26T05:02:46.219Z Checking hmac v0.12.1
20102026-03-26T05:02:46.222Z Checking h2 v0.4.13
20112026-03-26T05:02:46.287Z Checking want v0.3.1
20122026-03-26T05:02:46.290Z Checking tower-layer v0.3.3
20132026-03-26T05:02:46.319Z Checking pin-utils v0.1.0
20142026-03-26T05:02:46.385Z Checking ryu v1.0.23
20152026-03-26T05:02:46.437Z Checking tower-service v0.3.3
20162026-03-26T05:02:46.473Z Checking rand_chacha v0.9.0
20172026-03-26T05:02:46.509Z Checking erased-serde v0.3.31
20182026-03-26T05:02:46.549Z Checking flagset v0.4.7
20192026-03-26T05:02:46.586Z Checking powerfmt v0.2.0
20202026-03-26T05:02:46.699Z Checking rand v0.9.2
20212026-03-26T05:02:46.702Z Checking der v0.7.10
20222026-03-26T05:02:46.770Z Checking deranged v0.5.8
20232026-03-26T05:02:46.916Z Checking slog v2.8.2
20242026-03-26T05:02:47.185Z Checking clap v4.5.60
20252026-03-26T05:02:47.189Z Checking spin v0.9.8
20262026-03-26T05:02:47.254Z Checking anyhow v1.0.102
20272026-03-26T05:02:47.257Z Checking num_threads v0.1.7
20282026-03-26T05:02:47.323Z Checking time-core v0.1.8
20292026-03-26T05:02:47.359Z Checking num-conv v0.2.0
20302026-03-26T05:02:47.394Z Checking http-body-util v0.1.3
20312026-03-26T05:02:47.428Z Checking aws-lc-sys v0.37.1
20322026-03-26T05:02:47.486Z Checking untrusted v0.7.1
20332026-03-26T05:02:47.523Z Checking openssl-probe v0.2.1
20342026-03-26T05:02:47.525Z Checking regex v1.12.3
20352026-03-26T05:02:47.555Z Checking serde_urlencoded v0.7.1
20362026-03-26T05:02:47.626Z Checking rand_chacha v0.3.1
20372026-03-26T05:02:47.663Z Checking fastrand v2.3.0
20382026-03-26T05:02:47.666Z Checking spki v0.7.3
20392026-03-26T05:02:47.730Z Checking time v0.3.47
20402026-03-26T05:02:47.782Z Checking pbkdf2 v0.12.2
20412026-03-26T05:02:47.853Z Checking rand v0.8.5
20422026-03-26T05:02:47.891Z Checking aes v0.8.4
20432026-03-26T05:02:47.894Z Checking pretty-hex v0.4.1
20442026-03-26T05:02:47.923Z Checking unicode-width v0.2.0
20452026-03-26T05:02:47.990Z Checking salsa20 v0.10.2
20462026-03-26T05:02:47.993Z Checking aws-lc-rs v1.16.0
20472026-03-26T05:02:48.069Z Checking cbc v0.1.2
20482026-03-26T05:02:48.149Z Checking ipnetwork v0.21.1
20492026-03-26T05:02:48.227Z Checking hex v0.4.3
20502026-03-26T05:02:48.230Z Checking scrypt v0.11.0
20512026-03-26T05:02:48.309Z Checking tempfile v3.25.0
20522026-03-26T05:02:48.393Z Checking rustls-native-certs v0.8.3
20532026-03-26T05:02:48.397Z Checking sync_wrapper v1.0.2
20542026-03-26T05:02:48.464Z Checking plain v0.2.3
20552026-03-26T05:02:48.501Z Checking pkcs5 v0.7.1
20562026-03-26T05:02:48.539Z Checking webpki-roots v1.0.6
20572026-03-26T05:02:48.575Z Checking camino v1.2.2
20582026-03-26T05:02:48.578Z Checking tower v0.5.3
20592026-03-26T05:02:48.644Z Checking iri-string v0.7.10
20602026-03-26T05:02:48.686Z Checking ucd-trie v0.1.7
20612026-03-26T05:02:48.782Z Checking pkcs8 v0.10.2
20622026-03-26T05:02:48.848Z Checking pest v2.8.6
20632026-03-26T05:02:48.886Z Checking openapiv3 v2.2.0
20642026-03-26T05:02:48.889Z Checking rustls-webpki v0.103.9
20652026-03-26T05:02:48.889Z Checking mime v0.3.17
20662026-03-26T05:02:48.988Z Checking hyper v1.8.1
20672026-03-26T05:02:48.993Z Checking either v1.15.0
20682026-03-26T05:02:49.021Z Checking winnow v0.7.14
20692026-03-26T05:02:49.155Z Checking oxnet v0.1.4
20702026-03-26T05:02:49.338Z Checking lazy_static v1.5.0
20712026-03-26T05:02:49.387Z Checking rustls v0.23.37
20722026-03-26T05:02:49.430Z Checking static_assertions v1.1.0
20732026-03-26T05:02:49.466Z Checking signature v2.2.0
20742026-03-26T05:02:49.531Z Checking encoding_rs v0.8.35
20752026-03-26T05:02:49.624Z Checking foreign-types-shared v0.1.1
20762026-03-26T05:02:49.699Z Checking tower-http v0.6.8
20772026-03-26T05:02:49.739Z Checking simd-adler32 v0.3.8
20782026-03-26T05:02:49.939Z Checking foreign-types v0.3.2
20792026-03-26T05:02:49.942Z Checking hubpack v0.1.2
20802026-03-26T05:02:50.010Z Checking hyper-util v0.1.20
20812026-03-26T05:02:50.013Z Checking openssl-sys v0.9.111
20822026-03-26T05:02:50.077Z Checking adler2 v2.0.1
20832026-03-26T05:02:50.164Z Checking sha1 v0.10.6
20842026-03-26T05:02:50.213Z Checking miniz_oxide v0.8.9
20852026-03-26T05:02:50.250Z Checking strum v0.26.3
20862026-03-26T05:02:50.291Z Checking data-encoding v2.10.0
20872026-03-26T05:02:50.355Z Checking tinyvec_macros v0.1.1
20882026-03-26T05:02:50.392Z Checking serde_spanned v0.6.9
20892026-03-26T05:02:50.451Z Checking tinyvec v1.10.0
20902026-03-26T05:02:50.494Z Checking toml_datetime v0.6.11
20912026-03-26T05:02:50.548Z Checking num-integer v0.1.46
20922026-03-26T05:02:50.551Z Checking openssl v0.10.75
20932026-03-26T05:02:50.617Z Checking scroll v0.13.0
20942026-03-26T05:02:50.619Z Checking memmap2 v0.9.10
20952026-03-26T05:02:50.698Z Checking bit-vec v0.8.0
20962026-03-26T05:02:50.777Z Checking base16ct v0.2.0
20972026-03-26T05:02:50.814Z Checking dtrace-parser v0.3.0
20982026-03-26T05:02:50.849Z Checking crossbeam-epoch v0.9.18
20992026-03-26T05:02:50.885Z Checking goblin v0.10.5
21002026-03-26T05:02:50.922Z Checking bit-set v0.8.0
21012026-03-26T05:02:50.958Z Checking sec1 v0.7.3
21022026-03-26T05:02:51.072Z Checking crc32fast v1.5.0
21032026-03-26T05:02:51.110Z Checking ff v0.13.1
21042026-03-26T05:02:51.113Z Checking wait-timeout v0.2.1
21052026-03-26T05:02:51.191Z Checking thread-id v5.1.0
21062026-03-26T05:02:51.242Z Checking num-iter v0.1.45
21072026-03-26T05:02:51.278Z Checking group v0.13.0
21082026-03-26T05:02:51.315Z Checking bstr v1.12.1
21092026-03-26T05:02:51.318Z Checking hkdf v0.12.4
21102026-03-26T05:02:51.318Z Checking ahash v0.8.12
21112026-03-26T05:02:51.417Z Checking crypto-bigint v0.5.5
21122026-03-26T05:02:51.453Z Checking quick-error v1.2.3
21132026-03-26T05:02:51.541Z Checking psl-types v2.0.11
21142026-03-26T05:02:51.577Z Checking cookie v0.18.1
21152026-03-26T05:02:51.614Z Checking rusty-fork v0.3.1
21162026-03-26T05:02:51.687Z Checking publicsuffix v2.3.0
21172026-03-26T05:02:51.733Z Checking rand_xorshift v0.4.0
21182026-03-26T05:02:51.770Z Checking tokio-rustls v0.26.4
21192026-03-26T05:02:51.810Z Checking scroll v0.12.0
21202026-03-26T05:02:51.847Z Checking unarray v0.1.4
21212026-03-26T05:02:51.883Z Checking rustls-platform-verifier v0.6.2
21222026-03-26T05:02:51.887Z Checking cookie_store v0.22.1
21232026-03-26T05:02:51.981Z Checking proptest v1.10.0
21242026-03-26T05:02:52.024Z Checking hyper-rustls v0.27.7
21252026-03-26T05:02:52.060Z Checking num-bigint-dig v0.8.6
21262026-03-26T05:02:52.096Z Checking goblin v0.8.2
21272026-03-26T05:02:52.263Z Checking pkcs1 v0.7.5
21282026-03-26T05:02:52.300Z Checking x509-cert v0.2.5
21292026-03-26T05:02:52.337Z Checking elliptic-curve v0.13.8
21302026-03-26T05:02:52.501Z Checking zerocopy v0.7.35
21312026-03-26T05:02:52.548Z Checking native-tls v0.2.18
21322026-03-26T05:02:52.678Z Checking zlib-rs v0.6.2
21332026-03-26T05:02:52.754Z Checking tokio-native-tls v0.3.1
21342026-03-26T05:02:52.900Z Checking unicode-segmentation v1.12.0
21352026-03-26T05:02:52.941Z Checking hyper-tls v0.6.0
21362026-03-26T05:02:52.984Z Checking rsa v0.9.10
21372026-03-26T05:02:53.020Z Checking reqwest v0.13.2
21382026-03-26T05:02:53.140Z Checking reqwest v0.12.28
21392026-03-26T05:02:53.182Z Checking dof v0.4.0
21402026-03-26T05:02:53.240Z Checking crossbeam-deque v0.8.6
21412026-03-26T05:02:53.447Z Checking dtrace-parser v0.2.0
21422026-03-26T05:02:53.486Z Checking rfc6979 v0.4.0
21432026-03-26T05:02:53.575Z Checking flate2 v1.1.9
21442026-03-26T05:02:53.632Z Checking thread-id v4.2.2
21452026-03-26T05:02:53.713Z Checking toml_write v0.1.2
21462026-03-26T05:02:53.749Z Checking ecdsa v0.16.9
21472026-03-26T05:02:53.785Z Checking newtype-uuid v1.3.2
21482026-03-26T05:02:53.837Z Checking usdt-impl v0.6.0
21492026-03-26T05:02:53.892Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-26T05:02:53.930Z Checking toml_edit v0.22.27
21512026-03-26T05:02:53.935Z Checking curve25519-dalek v4.1.3
21522026-03-26T05:02:54.005Z Checking memoffset v0.9.1
21532026-03-26T05:02:54.012Z Checking dof v0.3.0
21542026-03-26T05:02:54.082Z Checking rustix v0.38.44
21552026-03-26T05:02:54.120Z Checking env_filter v1.0.0
21562026-03-26T05:02:54.157Z Checking keccak v0.1.6
21572026-03-26T05:02:54.162Z Checking usdt v0.6.0
21582026-03-26T05:02:54.257Z Checking daft v0.1.5
21592026-03-26T05:02:54.294Z Checking env_logger v0.11.9
21602026-03-26T05:02:54.354Z Checking sha3 v0.10.8
21612026-03-26T05:02:54.357Z Checking usdt-impl v0.5.0
21622026-03-26T05:02:54.424Z Checking ed25519 v2.2.3
21632026-03-26T05:02:54.516Z Checking itertools v0.13.0
21642026-03-26T05:02:54.553Z Checking serde_with v3.17.0
21652026-03-26T05:02:54.593Z Checking bitflags v1.3.2
21662026-03-26T05:02:54.635Z Checking siphasher v1.0.2
21672026-03-26T05:02:54.695Z Checking unicode-normalization v0.1.25
21682026-03-26T05:02:54.698Z Checking signal-hook v0.3.18
21692026-03-26T05:02:54.765Z Checking ed25519-dalek v2.2.0
21702026-03-26T05:02:54.818Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-26T05:02:54.896Z Checking winnow v0.5.40
21722026-03-26T05:02:54.946Z Checking managed v0.8.0
21732026-03-26T05:02:55.023Z Checking nix v0.31.1
21742026-03-26T05:02:55.060Z Checking rayon-core v1.13.0
21752026-03-26T05:02:55.063Z Checking bzip2-sys v0.1.13+1.0.8
21762026-03-26T05:02:55.129Z Checking object v0.37.3
21772026-03-26T05:02:55.166Z Checking foldhash v0.1.5
21782026-03-26T05:02:55.205Z Checking bzip2 v0.4.4
21792026-03-26T05:02:55.330Z Checking hashbrown v0.15.5
21802026-03-26T05:02:55.399Z Checking signal-hook-mio v0.2.5
21812026-03-26T05:02:55.436Z Checking ref-cast v1.0.25
21822026-03-26T05:02:55.532Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-03-26T05:02:55.569Z Checking zip v0.6.6
21842026-03-26T05:02:55.572Z Checking libbz2-rs-sys v0.2.2
21852026-03-26T05:02:55.674Z Checking zstd-safe v7.2.4
21862026-03-26T05:02:55.815Z Checking bumpalo v3.20.2
21872026-03-26T05:02:55.869Z Checking zstd v0.13.3
21882026-03-26T05:02:55.920Z Checking crossterm v0.28.1
21892026-03-26T05:02:55.986Z Checking rayon v1.11.0
21902026-03-26T05:02:56.022Z Checking bzip2 v0.6.1
21912026-03-26T05:02:56.059Z Checking zopfli v0.8.3
21922026-03-26T05:02:56.062Z Checking toml_edit v0.19.15
21932026-03-26T05:02:56.062Z Checking similar v2.7.0
21942026-03-26T05:02:56.161Z Checking fs-err v3.3.0
21952026-03-26T05:02:56.210Z Checking hash32 v0.2.1
21962026-03-26T05:02:56.397Z Checking serde-big-array v0.5.1
21972026-03-26T05:02:56.435Z Checking jiff v0.2.21
21982026-03-26T05:02:56.480Z Checking unicode-properties v0.1.4
21992026-03-26T05:02:56.526Z Checking predicates-core v1.0.10
22002026-03-26T05:02:56.561Z Checking unicode-bidi v0.3.18
22012026-03-26T05:02:56.642Z Checking heapless v0.7.17
22022026-03-26T05:02:56.678Z Checking hickory-proto v0.25.2
22032026-03-26T05:02:56.714Z Checking tokio-stream v0.1.18
22042026-03-26T05:02:56.881Z Checking stringprep v0.1.5
22052026-03-26T05:02:57.063Z Checking md-5 v0.10.6
22062026-03-26T05:02:57.100Z Checking float-cmp v0.10.0
22072026-03-26T05:02:57.139Z Checking toml v0.7.8
22082026-03-26T05:02:57.142Z Checking normalize-line-endings v0.3.0
22092026-03-26T05:02:57.228Z Checking difflib v0.4.0
22102026-03-26T05:02:57.265Z Checking fallible-iterator v0.2.0
22112026-03-26T05:02:57.301Z Checking rustc-hash v2.1.1
22122026-03-26T05:02:57.421Z Checking smoltcp v0.9.1
22132026-03-26T05:02:57.456Z Checking predicates v3.1.4
22142026-03-26T05:02:57.459Z Checking iddqd v0.3.17
22152026-03-26T05:02:57.459Z Checking phf_shared v0.13.1
22162026-03-26T05:02:57.558Z Checking phf_shared v0.11.3
22172026-03-26T05:02:57.561Z Checking postgres-protocol v0.6.10
22182026-03-26T05:02:57.714Z Checking itertools v0.12.1
22192026-03-26T05:02:57.751Z Checking console v0.16.2
22202026-03-26T05:02:57.787Z Checking buf-list v1.1.2
22212026-03-26T05:02:57.930Z Checking strum v0.27.2
22222026-03-26T05:02:57.992Z Checking fixedbitset v0.4.2
22232026-03-26T05:02:58.036Z Checking lalrpop-util v0.19.12
22242026-03-26T05:02:58.077Z Checking new_debug_unreachable v1.0.6
22252026-03-26T05:02:58.084Z Checking unit-prefix v0.5.2
22262026-03-26T05:02:58.168Z Checking precomputed-hash v0.1.1
22272026-03-26T05:02:58.210Z Checking fixedbitset v0.5.7
22282026-03-26T05:02:58.239Z Checking petgraph v0.6.5
22292026-03-26T05:02:58.275Z Checking indicatif v0.18.4
22302026-03-26T05:02:58.309Z Checking string_cache v0.8.9
22312026-03-26T05:02:58.395Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-03-26T05:02:58.431Z Checking petgraph v0.8.3
22332026-03-26T05:02:58.506Z Checking postgres-types v0.2.12
22342026-03-26T05:02:58.671Z Checking phf v0.13.1
22352026-03-26T05:02:58.675Z Checking zip v4.6.1
22362026-03-26T05:02:58.743Z Checking zone v0.3.1
22372026-03-26T05:02:58.843Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-26T05:02:58.880Z Checking peg-runtime v0.8.5
22392026-03-26T05:02:59.050Z Checking whoami v2.1.0
22402026-03-26T05:02:59.155Z Checking futures-executor v0.3.32
22412026-03-26T05:02:59.239Z Checking is-terminal v0.4.17
22422026-03-26T05:02:59.273Z Checking tokio-postgres v0.7.16
22432026-03-26T05:02:59.315Z Checking crossbeam-channel v0.5.15
22442026-03-26T05:02:59.351Z Checking futures v0.3.32
22452026-03-26T05:02:59.386Z Compiling structmeta-derive v0.3.0
22462026-03-26T05:02:59.457Z Checking thread_local v1.1.9
22472026-03-26T05:02:59.494Z Checking take_mut v0.2.2
22482026-03-26T05:02:59.529Z Checking term v1.2.1
22492026-03-26T05:02:59.624Z Compiling newtype-uuid-macros v0.1.0
22502026-03-26T05:02:59.660Z Checking regress v0.10.5
22512026-03-26T05:02:59.695Z Checking slog-async v2.8.0
22522026-03-26T05:02:59.778Z Checking slog-term v2.9.2
22532026-03-26T05:02:59.894Z Compiling rustls v0.22.4
22542026-03-26T05:03:00.036Z Compiling multer v3.1.0
22552026-03-26T05:03:00.073Z Compiling async-stream-impl v0.3.6
22562026-03-26T05:03:00.156Z Compiling dropshot v0.16.7
22572026-03-26T05:03:00.328Z Compiling dropshot_endpoint v0.16.7
22582026-03-26T05:03:00.415Z Checking match_cfg v0.1.0
22592026-03-26T05:03:00.458Z Checking slog-json v2.6.1
22602026-03-26T05:03:00.494Z Compiling structmeta v0.3.0
22612026-03-26T05:03:00.528Z Checking hostname v0.3.1
22622026-03-26T05:03:00.563Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-03-26T05:03:00.644Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-03-26T05:03:00.680Z Checking slog-bunyan v2.5.0
22652026-03-26T05:03:00.717Z Checking debug-ignore v1.0.5
22662026-03-26T05:03:00.782Z Compiling derive-ex v0.1.8
22672026-03-26T05:03:00.821Z Checking serde_spanned v1.0.4
22682026-03-26T05:03:00.864Z Checking toml_writer v1.0.6+spec-1.1.0
22692026-03-26T05:03:00.899Z Checking progenitor-client v0.13.0
22702026-03-26T05:03:00.973Z Checking rustls-webpki v0.102.8
22712026-03-26T05:03:01.010Z Checking serde_path_to_error v0.1.20
22722026-03-26T05:03:01.063Z Checking async-stream v0.3.6
22732026-03-26T05:03:01.100Z Checking toml v0.9.12+spec-1.1.0
22742026-03-26T05:03:01.167Z Checking waitgroup v0.1.2
22752026-03-26T05:03:01.222Z Checking rustls-pemfile v2.2.0
22762026-03-26T05:03:01.298Z Checking hostname v0.4.2
22772026-03-26T05:03:01.334Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-26T05:03:01.370Z Compiling parse-display-derive v0.10.0
22792026-03-26T05:03:01.438Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-03-26T05:03:01.441Z Checking itertools v0.14.0
22812026-03-26T05:03:01.506Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-26T05:03:01.641Z Checking macaddr v1.0.1
22832026-03-26T05:03:01.728Z Checking progenitor-client v0.10.0
22842026-03-26T05:03:01.849Z Checking instant v0.1.13
22852026-03-26T05:03:01.938Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-03-26T05:03:01.975Z Checking backoff v0.4.0
22872026-03-26T05:03:02.012Z Checking backon v1.6.0
22882026-03-26T05:03:02.093Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-03-26T05:03:02.230Z Checking progenitor-extras v0.1.1
22902026-03-26T05:03:02.242Z Checking heck v0.5.0
22912026-03-26T05:03:02.411Z Checking camino-tempfile v1.4.1
22922026-03-26T05:03:02.470Z Compiling test-strategy v0.4.5
22932026-03-26T05:03:02.510Z Checking toml v0.8.23
22942026-03-26T05:03:02.592Z Compiling convert_case v0.4.0
22952026-03-26T05:03:02.602Z Compiling unsafe-libyaml v0.2.11
22962026-03-26T05:03:02.843Z Checking tokio-rustls v0.25.0
22972026-03-26T05:03:02.877Z Checking secrecy v0.10.3
22982026-03-26T05:03:02.991Z Compiling derive_more v0.99.20
22992026-03-26T05:03:03.026Z Compiling crucible-workspace-hack v0.1.0
23002026-03-26T05:03:03.101Z Checking parse-display v0.10.0
23012026-03-26T05:03:03.237Z Compiling serde_yaml v0.9.34+deprecated
23022026-03-26T05:03:03.387Z Compiling toml_edit v0.23.10+spec-1.0.0
23032026-03-26T05:03:03.427Z Checking typify-impl v0.6.1
23042026-03-26T05:03:03.973Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23052026-03-26T05:03:04.432Z Compiling proc-macro-crate v3.4.0
23062026-03-26T05:03:04.505Z Checking half v2.7.1
23072026-03-26T05:03:04.660Z Checking glob v0.3.3
23082026-03-26T05:03:04.777Z Checking ciborium-io v0.2.2
23092026-03-26T05:03:04.814Z Compiling heapless v0.8.0
23102026-03-26T05:03:04.872Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-03-26T05:03:04.901Z Checking ciborium-ll v0.2.2
23122026-03-26T05:03:05.014Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23132026-03-26T05:03:05.050Z Compiling ingot-macros v0.1.1
23142026-03-26T05:03:05.103Z Checking ciborium v0.2.2
23152026-03-26T05:03:05.209Z Checking tabwriter v1.4.1
23162026-03-26T05:03:05.372Z Checking hash32 v0.3.1
23172026-03-26T05:03:05.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-03-26T05:03:05.414Z Compiling smoltcp v0.11.0
23192026-03-26T05:03:05.591Z Compiling num_enum_derive v0.7.5
23202026-03-26T05:03:05.625Z Checking cobs v0.3.0
23212026-03-26T05:03:05.701Z Compiling foreign-types-macros v0.2.3
23222026-03-26T05:03:05.838Z Checking cpufeatures v0.3.0
23232026-03-26T05:03:05.880Z Checking foreign-types-shared v0.3.1
23242026-03-26T05:03:05.971Z Checking chacha20 v0.10.0
23252026-03-26T05:03:06.006Z Checking postcard v1.1.3
23262026-03-26T05:03:06.315Z Checking foreign-types v0.5.0
23272026-03-26T05:03:06.351Z Compiling proc-macro-crate v1.3.1
23282026-03-26T05:03:06.422Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-26T05:03:06.490Z Checking cstr-argument v0.1.2
23302026-03-26T05:03:06.646Z Checking sigpipe v0.1.3
23312026-03-26T05:03:06.685Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-03-26T05:03:06.685Z Checking num_enum v0.7.5
23332026-03-26T05:03:06.759Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-26T05:03:06.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-26T05:03:06.860Z Checking colored v3.1.1
23362026-03-26T05:03:07.068Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-26T05:03:07.103Z Compiling num_enum_derive v0.5.11
23382026-03-26T05:03:07.138Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-26T05:03:07.141Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-03-26T05:03:07.204Z Checking rand v0.10.0
23412026-03-26T05:03:07.255Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-26T05:03:07.305Z Checking indent_write v2.2.0
23432026-03-26T05:03:07.341Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-26T05:03:07.467Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-26T05:03:07.546Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-26T05:03:07.622Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23472026-03-26T05:03:07.717Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23482026-03-26T05:03:07.860Z Checking ingot-types v0.1.2
23492026-03-26T05:03:07.913Z Checking smf v0.2.3
23502026-03-26T05:03:07.948Z Compiling num-derive v0.4.2
23512026-03-26T05:03:07.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522026-03-26T05:03:08.133Z Checking num_enum v0.5.11
23532026-03-26T05:03:08.171Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23542026-03-26T05:03:08.252Z Checking whoami v1.6.1
23552026-03-26T05:03:08.257Z Checking ingot v0.1.1
23562026-03-26T05:03:08.319Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23572026-03-26T05:03:08.354Z Checking universal-hash v0.5.1
23582026-03-26T05:03:08.357Z Compiling typify-macro v0.6.1
23592026-03-26T05:03:08.453Z Checking opaque-debug v0.3.1
23602026-03-26T05:03:08.511Z Checking aead v0.5.2
23612026-03-26T05:03:08.579Z Checking swrite v0.1.0
23622026-03-26T05:03:08.613Z Checking poly1305 v0.8.0
23632026-03-26T05:03:08.681Z Checking chacha20 v0.9.1
23642026-03-26T05:03:08.717Z Checking unicode-width v0.1.14
23652026-03-26T05:03:08.755Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-26T05:03:08.869Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-26T05:03:08.905Z Checking password-hash v0.5.0
23682026-03-26T05:03:08.908Z Checking blake2 v0.10.6
23692026-03-26T05:03:08.992Z Checking chacha20poly1305 v0.10.1
23702026-03-26T05:03:09.156Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23712026-03-26T05:03:09.198Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23722026-03-26T05:03:09.235Z Checking byte-wrapper v0.1.0
23732026-03-26T05:03:09.275Z Checking argon2 v0.5.3
23742026-03-26T05:03:09.474Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23752026-03-26T05:03:09.510Z Compiling usdt-attr-macro v0.5.0
23762026-03-26T05:03:09.548Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-26T05:03:09.648Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-03-26T05:03:09.742Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23792026-03-26T05:03:09.902Z Compiling usdt-macro v0.5.0
23802026-03-26T05:03:09.973Z Checking thiserror-no-std v2.0.2
23812026-03-26T05:03:10.007Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23822026-03-26T05:03:10.045Z Checking memmap v0.7.0
23832026-03-26T05:03:10.091Z Checking vsss-rs v3.3.4
23842026-03-26T05:03:10.180Z Compiling typify v0.6.1
23852026-03-26T05:03:10.311Z Compiling progenitor-impl v0.13.0
23862026-03-26T05:03:10.352Z Compiling derive-where v1.6.0
23872026-03-26T05:03:10.355Z Checking atomicwrites v0.4.4
23882026-03-26T05:03:10.571Z Checking console v0.15.11
23892026-03-26T05:03:10.647Z Checking usdt v0.5.0
23902026-03-26T05:03:10.843Z Checking tokio-dtrace v0.1.1
23912026-03-26T05:03:10.878Z Checking newline-converter v0.3.0
23922026-03-26T05:03:11.017Z Checking expectorate v1.2.0
23932026-03-26T05:03:11.057Z Checking oxide-tokio-rt v0.1.3
23942026-03-26T05:03:11.147Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23952026-03-26T05:03:11.182Z Checking bytecount v0.6.9
23962026-03-26T05:03:11.216Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23972026-03-26T05:03:11.219Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-26T05:03:11.283Z Compiling prettyplease v0.2.37
23992026-03-26T05:03:11.286Z Compiling owo-colors v4.3.0
24002026-03-26T05:03:11.351Z Compiling cancel-safe-futures v0.1.5
24012026-03-26T05:03:11.354Z Checking libsw-core v0.3.2
24022026-03-26T05:03:11.557Z Checking linear-map v1.2.0
24032026-03-26T05:03:11.560Z Checking libsw v3.5.0
24042026-03-26T05:03:11.693Z Checking same-file v1.0.6
24052026-03-26T05:03:11.759Z Checking num-rational v0.4.2
24062026-03-26T05:03:11.825Z Checking num-complex v0.4.6
24072026-03-26T05:03:11.858Z Checking walkdir v2.5.0
24082026-03-26T05:03:11.981Z Checking float-ord v0.3.2
24092026-03-26T05:03:12.046Z Checking gethostname v0.5.0
24102026-03-26T05:03:12.155Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-26T05:03:12.189Z Checking num v0.4.3
24122026-03-26T05:03:12.192Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24132026-03-26T05:03:12.261Z Compiling async-recursion v1.1.1
24142026-03-26T05:03:12.296Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-26T05:03:12.338Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-03-26T05:03:12.912Z Compiling progenitor-macro v0.13.0
24172026-03-26T05:03:13.204Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-03-26T05:03:13.982Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-03-26T05:03:14.646Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-03-26T05:03:15.451Z Checking smawk v0.3.2
24212026-03-26T05:03:15.586Z Checking unicode-linebreak v0.1.5
24222026-03-26T05:03:15.620Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-03-26T05:03:15.654Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24242026-03-26T05:03:15.830Z Checking globset v0.4.18
24252026-03-26T05:03:16.165Z Compiling convert_case v0.10.0
24262026-03-26T05:03:16.509Z Compiling slog-dtrace v0.3.0
24272026-03-26T05:03:16.731Z Checking resolv-conf v0.7.6
24282026-03-26T05:03:16.845Z Compiling derive_more-impl v2.1.1
24292026-03-26T05:03:17.061Z Compiling pin-project-internal v1.1.11
24302026-03-26T05:03:17.200Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-03-26T05:03:17.236Z Checking pem v3.0.6
24322026-03-26T05:03:17.425Z Checking fd-lock v4.0.4
24332026-03-26T05:03:17.461Z Checking vte v0.14.1
24342026-03-26T05:03:17.577Z Checking display-error-chain v0.2.2
24352026-03-26T05:03:17.621Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-03-26T05:03:17.657Z Checking strip-ansi-escapes v0.2.1
24372026-03-26T05:03:17.691Z Checking derive_more v2.1.1
24382026-03-26T05:03:17.726Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24392026-03-26T05:03:17.786Z Compiling snafu-derive v0.8.9
24402026-03-26T05:03:17.823Z Checking crossterm v0.29.0
24412026-03-26T05:03:17.889Z Checking progenitor v0.13.0
24422026-03-26T05:03:18.056Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-03-26T05:03:18.233Z Checking pin-project v1.1.11
24442026-03-26T05:03:18.354Z Checking linked-hash-map v0.5.6
24452026-03-26T05:03:18.389Z Checking termtree v0.5.1
24462026-03-26T05:03:18.423Z Checking nu-ansi-term v0.50.3
24472026-03-26T05:03:18.556Z Checking lru-cache v0.1.2
24482026-03-26T05:03:18.559Z Checking textwrap v0.16.2
24492026-03-26T05:03:18.661Z Checking reedline v0.40.0
24502026-03-26T05:03:18.713Z Checking olpc-cjson v0.1.4
24512026-03-26T05:03:18.837Z Checking hickory-proto v0.24.4
24522026-03-26T05:03:18.884Z Checking serde_plain v1.0.2
24532026-03-26T05:03:19.100Z Compiling minimal-lexical v0.2.1
24542026-03-26T05:03:19.417Z Checking typed-path v0.9.3
24552026-03-26T05:03:19.776Z Checking snafu v0.8.9
24562026-03-26T05:03:19.863Z Compiling nom v7.1.3
24572026-03-26T05:03:20.055Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-03-26T05:03:20.238Z Checking tough v0.20.0
24592026-03-26T05:03:20.437Z Checking nibble_vec v0.1.0
24602026-03-26T05:03:20.598Z Checking endian-type v0.1.2
24612026-03-26T05:03:20.635Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622026-03-26T05:03:20.707Z Checking hickory-resolver v0.24.4
24632026-03-26T05:03:20.744Z Compiling ar_archive_writer v0.5.1
24642026-03-26T05:03:20.778Z Checking radix_trie v0.2.1
24652026-03-26T05:03:21.016Z Checking base64 v0.21.7
24662026-03-26T05:03:21.194Z Checking humantime v2.3.0
24672026-03-26T05:03:21.240Z Checking csv-core v0.1.13
24682026-03-26T05:03:21.286Z Compiling stacker v0.1.23
24692026-03-26T05:03:21.406Z Compiling cfg_aliases v0.1.1
24702026-03-26T05:03:21.448Z Checking csv v1.4.0
24712026-03-26T05:03:21.483Z Checking qorb v0.4.1
24722026-03-26T05:03:21.515Z Checking highway v1.3.0
24732026-03-26T05:03:21.609Z Compiling psm v0.1.30
24742026-03-26T05:03:21.654Z Compiling nix v0.28.0
24752026-03-26T05:03:21.770Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-26T05:03:21.838Z Checking papergrid v0.11.0
24772026-03-26T05:03:22.030Z Compiling tabled_derive v0.7.0
24782026-03-26T05:03:22.068Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24792026-03-26T05:03:22.244Z Checking home v0.5.12
24802026-03-26T05:03:22.326Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-26T05:03:22.395Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24822026-03-26T05:03:22.473Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24832026-03-26T05:03:22.517Z Checking phf_shared v0.12.1
24842026-03-26T05:03:22.687Z Compiling recursive-proc-macro-impl v0.1.1
24852026-03-26T05:03:22.725Z Compiling chrono-tz v0.10.4
24862026-03-26T05:03:22.832Z Compiling semver v0.1.20
24872026-03-26T05:03:22.981Z Checking phf v0.12.1
24882026-03-26T05:03:23.016Z Checking tabled v0.15.0
24892026-03-26T05:03:23.084Z Compiling rustc_version v0.1.7
24902026-03-26T05:03:23.119Z Checking recursive v0.1.1
24912026-03-26T05:03:23.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922026-03-26T05:03:23.156Z Compiling const_format_proc_macros v0.2.34
24932026-03-26T05:03:24.241Z Compiling peg-macros v0.8.5
24942026-03-26T05:03:24.246Z Checking winnow v0.6.26
24952026-03-26T05:03:24.246Z Compiling sqlparser_derive v0.5.0
24962026-03-26T05:03:24.246Z Checking unicode_categories v0.1.1
24972026-03-26T05:03:24.246Z Checking const_format v0.2.35
24982026-03-26T05:03:24.249Z Checking rustyline v14.0.0
24992026-03-26T05:03:24.522Z Checking sqlparser v0.61.0
25002026-03-26T05:03:24.525Z Checking sqlformat v0.3.5
25012026-03-26T05:03:24.585Z Compiling newtype_derive v0.1.6
25022026-03-26T05:03:24.666Z Checking peg v0.8.5
25032026-03-26T05:03:24.806Z Checking bcs v0.1.6
25042026-03-26T05:03:25.023Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25052026-03-26T05:03:25.103Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25062026-03-26T05:03:25.177Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-26T05:03:25.241Z Checking steno v0.4.1
25082026-03-26T05:03:25.386Z Checking utf-8 v0.7.6
25092026-03-26T05:03:25.422Z Checking filetime v0.2.27
25102026-03-26T05:03:25.461Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-03-26T05:03:25.550Z Checking arc-swap v1.8.2
25122026-03-26T05:03:25.587Z Checking xattr v1.6.1
25132026-03-26T05:03:25.804Z Checking slog-scope v4.4.1
25142026-03-26T05:03:25.971Z Checking tar v0.4.45
25152026-03-26T05:03:26.085Z Checking slog-stdlog v4.1.1
25162026-03-26T05:03:26.241Z Checking slog-envlogger v2.2.0
25172026-03-26T05:03:26.275Z Checking tungstenite v0.21.0
25182026-03-26T05:03:26.399Z Compiling typify-impl v0.4.3
25192026-03-26T05:03:26.434Z Checking typeid v1.0.3
25202026-03-26T05:03:26.731Z Checking tokio-tungstenite v0.21.0
25212026-03-26T05:03:26.773Z Checking subprocess v0.2.15
25222026-03-26T05:03:27.041Z Checking headers-core v0.3.0
25232026-03-26T05:03:27.082Z Compiling lzma-sys v0.1.20
25242026-03-26T05:03:27.182Z Checking headers v0.4.1
25252026-03-26T05:03:27.356Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25262026-03-26T05:03:27.557Z Compiling cargo_toml v0.22.3
25272026-03-26T05:03:27.674Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25282026-03-26T05:03:27.728Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-26T05:03:28.026Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-03-26T05:03:28.129Z Checking yasna v0.5.2
25312026-03-26T05:03:28.537Z Checking rcgen v0.12.1
25322026-03-26T05:03:28.882Z Checking xz2 v0.1.7
25332026-03-26T05:03:29.049Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25342026-03-26T05:03:29.096Z Checking ron v0.12.0
25352026-03-26T05:03:29.176Z Checking base16ct v1.0.0
25362026-03-26T05:03:29.299Z Checking dropshot-api-manager-types v0.6.0
25372026-03-26T05:03:29.338Z Checking tagptr v0.2.0
25382026-03-26T05:03:29.506Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25392026-03-26T05:03:29.540Z Checking moka v0.12.13
25402026-03-26T05:03:29.715Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25412026-03-26T05:03:29.878Z Compiling radium v0.7.0
25422026-03-26T05:03:29.915Z Compiling libefi-sys v0.1.0
25432026-03-26T05:03:30.217Z Compiling bitfield-struct v0.6.2
25442026-03-26T05:03:30.252Z Checking tap v1.0.1
25452026-03-26T05:03:30.255Z Checking hickory-resolver v0.25.2
25462026-03-26T05:03:30.350Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-26T05:03:30.389Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25482026-03-26T05:03:30.424Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-03-26T05:03:30.708Z Compiling maybe-uninit v2.0.0
25502026-03-26T05:03:30.849Z Checking wyz v0.5.1
25512026-03-26T05:03:30.884Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-26T05:03:30.918Z Compiling typify-macro v0.4.3
25532026-03-26T05:03:31.047Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-03-26T05:03:31.150Z Compiling zerocopy-derive v0.6.6
25552026-03-26T05:03:31.291Z Checking crc-catalog v2.4.0
25562026-03-26T05:03:31.325Z Checking funty v2.0.0
25572026-03-26T05:03:31.356Z Compiling packed_struct v0.10.1
25582026-03-26T05:03:31.414Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-26T05:03:31.521Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-26T05:03:31.556Z Checking crc v3.4.0
25612026-03-26T05:03:31.669Z Checking bitvec v1.0.1
25622026-03-26T05:03:31.718Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-03-26T05:03:31.798Z Compiling packed_struct_codegen v0.10.1
25642026-03-26T05:03:31.865Z Compiling bitfield-macros v0.19.4
25652026-03-26T05:03:31.901Z Compiling indexmap v1.9.3
25662026-03-26T05:03:32.026Z Checking zerocopy v0.6.6
25672026-03-26T05:03:32.126Z Checking nodrop v0.1.14
25682026-03-26T05:03:32.250Z Checking array-init v0.0.4
25692026-03-26T05:03:32.396Z Checking smallvec v0.6.14
25702026-03-26T05:03:32.579Z Checking hashbrown v0.12.3
25712026-03-26T05:03:32.611Z Checking bitfield v0.19.4
25722026-03-26T05:03:32.645Z Compiling typify v0.4.3
25732026-03-26T05:03:32.790Z Compiling progenitor-impl v0.10.0
25742026-03-26T05:03:32.877Z Checking serde-hex v0.1.0
25752026-03-26T05:03:32.910Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-26T05:03:33.097Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25772026-03-26T05:03:33.377Z Checking ron v0.8.1
25782026-03-26T05:03:33.714Z Checking hashbrown v0.13.2
25792026-03-26T05:03:33.930Z Checking crc-any v2.5.0
25802026-03-26T05:03:34.033Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25812026-03-26T05:03:34.086Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25822026-03-26T05:03:34.182Z Checking path-slash v0.1.5
25832026-03-26T05:03:34.220Z Checking object v0.30.4
25842026-03-26T05:03:34.260Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25852026-03-26T05:03:34.319Z Compiling xshell-macros v0.2.7
25862026-03-26T05:03:34.483Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25872026-03-26T05:03:34.732Z Checking xshell v0.2.7
25882026-03-26T05:03:34.892Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25892026-03-26T05:03:34.957Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25902026-03-26T05:03:35.436Z Compiling progenitor-macro v0.10.0
25912026-03-26T05:03:35.581Z Checking half v1.8.3
25922026-03-26T05:03:35.728Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25932026-03-26T05:03:35.812Z Checking serde_cbor v0.11.2
25942026-03-26T05:03:35.866Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-03-26T05:03:35.980Z Compiling num-derive v0.3.3
25962026-03-26T05:03:36.239Z Compiling proc-macro-error-attr2 v2.0.0
25972026-03-26T05:03:36.355Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-26T05:03:36.665Z Compiling proc-macro-error2 v2.0.1
25992026-03-26T05:03:36.753Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002026-03-26T05:03:36.910Z Checking libscf-sys v1.1.0
26012026-03-26T05:03:37.016Z Compiling tabled_derive v0.11.0
26022026-03-26T05:03:37.071Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-03-26T05:03:37.216Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-26T05:03:37.284Z Checking papergrid v0.17.0
26052026-03-26T05:03:37.319Z Checking testing_table v0.3.0
26062026-03-26T05:03:37.447Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26072026-03-26T05:03:37.847Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-26T05:03:38.083Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-26T05:03:38.155Z Checking maplit v1.0.2
26102026-03-26T05:03:38.191Z Checking tabled v0.20.0
26112026-03-26T05:03:38.223Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-26T05:03:38.273Z Checking crc8 v0.1.1
26132026-03-26T05:03:38.388Z Checking fxhash v0.2.1
26142026-03-26T05:03:38.420Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152026-03-26T05:03:38.543Z Checking unicase v2.9.0
26162026-03-26T05:03:38.605Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-26T05:03:38.640Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26182026-03-26T05:03:38.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26192026-03-26T05:03:39.164Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26202026-03-26T05:03:39.199Z Checking kstat-rs v0.2.4
26212026-03-26T05:03:39.419Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-03-26T05:03:39.458Z Compiling diesel_derives v2.3.7
26232026-03-26T05:03:39.492Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-03-26T05:03:39.674Z Compiling parking_lot_core v0.8.6
26252026-03-26T05:03:39.741Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26262026-03-26T05:03:40.002Z Compiling git-stub v1.0.0
26272026-03-26T05:03:40.036Z Checking scheduled-thread-pool v0.2.7
26282026-03-26T05:03:40.211Z Compiling dsl_auto_type v0.2.0
26292026-03-26T05:03:40.293Z Compiling vergen-gitcl v1.0.8
26302026-03-26T05:03:40.339Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-26T05:03:40.379Z Checking progenitor v0.10.0
26322026-03-26T05:03:40.382Z Checking r2d2 v0.8.10
26332026-03-26T05:03:40.503Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26342026-03-26T05:03:40.573Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-26T05:03:40.606Z Compiling git-stub-vcs v0.1.0
26362026-03-26T05:03:40.639Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372026-03-26T05:03:40.863Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26382026-03-26T05:03:40.987Z Checking downcast-rs v2.0.2
26392026-03-26T05:03:41.023Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26402026-03-26T05:03:41.117Z Checking parking_lot v0.11.2
26412026-03-26T05:03:41.270Z Checking prefix-trie v0.7.0
26422026-03-26T05:03:41.340Z Checking nanorand v0.7.0
26432026-03-26T05:03:41.489Z Compiling dirs-sys-next v0.1.2
26442026-03-26T05:03:41.574Z Compiling crunchy v0.2.4
26452026-03-26T05:03:41.625Z Checking hickory-server v0.25.2
26462026-03-26T05:03:41.805Z Compiling dirs-next v2.0.0
26472026-03-26T05:03:41.838Z Checking flume v0.11.1
26482026-03-26T05:03:41.960Z Checking sled v0.34.7
26492026-03-26T05:03:41.993Z Compiling clang-sys v1.8.1
26502026-03-26T05:03:42.136Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26512026-03-26T05:03:42.359Z Checking hickory-client v0.25.2
26522026-03-26T05:03:42.392Z Compiling tiny-keccak v2.0.2
26532026-03-26T05:03:42.732Z Compiling term v0.7.0
26542026-03-26T05:03:42.765Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-03-26T05:03:42.811Z Compiling bit-vec v0.6.3
26562026-03-26T05:03:42.895Z Compiling salty v0.3.0
26572026-03-26T05:03:43.062Z Compiling ascii-canvas v3.0.0
26582026-03-26T05:03:43.206Z Compiling bit-set v0.5.3
26592026-03-26T05:03:43.317Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-03-26T05:03:43.350Z Checking primeorder v0.13.6
26612026-03-26T05:03:43.383Z Compiling itertools v0.10.5
26622026-03-26T05:03:43.418Z Compiling ena v0.14.4
26632026-03-26T05:03:43.418Z Compiling libloading v0.8.9
26642026-03-26T05:03:43.616Z Compiling fs-err v2.11.0
26652026-03-26T05:03:43.661Z Compiling regex-syntax v0.6.29
26662026-03-26T05:03:43.694Z Compiling diff v0.1.13
26672026-03-26T05:03:43.845Z Compiling bindgen v0.71.1
26682026-03-26T05:03:44.149Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-03-26T05:03:44.396Z Compiling cexpr v0.6.0
26702026-03-26T05:03:44.430Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-03-26T05:03:44.541Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-03-26T05:03:44.802Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-03-26T05:03:45.097Z Compiling lalrpop v0.19.12
26742026-03-26T05:03:45.131Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-03-26T05:03:45.430Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-26T05:03:45.545Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-03-26T05:03:45.802Z Compiling libxml v0.3.3
26782026-03-26T05:03:45.805Z Checking parse-size v1.1.0
26792026-03-26T05:03:45.912Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-26T05:03:45.989Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-03-26T05:03:46.108Z Checking p384 v0.13.1
26822026-03-26T05:03:46.185Z Checking diesel v2.3.7
26832026-03-26T05:03:46.243Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26842026-03-26T05:03:46.561Z Compiling strum_macros v0.24.3
26852026-03-26T05:03:46.856Z Checking assert_matches v1.5.0
26862026-03-26T05:03:46.966Z Compiling indoc v1.0.9
26872026-03-26T05:03:47.797Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26882026-03-26T05:03:47.912Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-26T05:03:48.034Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26902026-03-26T05:03:48.068Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26912026-03-26T05:03:48.133Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26922026-03-26T05:03:48.696Z Checking predicates-tree v1.0.13
26932026-03-26T05:03:48.758Z Checking derive_builder v0.20.2
26942026-03-26T05:03:48.843Z Checking quick-xml v0.37.5
26952026-03-26T05:03:48.905Z Compiling oso-derive v0.27.3
26962026-03-26T05:03:49.460Z Compiling trait-variant v0.1.2
26972026-03-26T05:03:49.787Z Compiling impl-trait-for-tuples v0.2.3
26982026-03-26T05:03:49.872Z Checking openssl-probe v0.1.6
26992026-03-26T05:03:49.966Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27002026-03-26T05:03:50.014Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27012026-03-26T05:03:50.046Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-26T05:03:50.121Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-03-26T05:03:50.853Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27042026-03-26T05:03:50.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27052026-03-26T05:03:51.195Z Compiling progenitor-impl v0.11.2
27062026-03-26T05:03:51.602Z Compiling mime_guess v2.0.5
27072026-03-26T05:03:51.779Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27082026-03-26T05:03:52.110Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-26T05:03:52.171Z Checking progenitor-client v0.11.2
27102026-03-26T05:03:52.405Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-03-26T05:03:52.446Z Checking http-range v0.1.5
27122026-03-26T05:03:52.612Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-26T05:03:52.728Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27142026-03-26T05:03:52.762Z Checking ignore v0.4.25
27152026-03-26T05:03:53.357Z Checking atty v0.2.14
27162026-03-26T05:03:53.492Z Checking globwalk v0.9.1
27172026-03-26T05:03:53.838Z Compiling progenitor-macro v0.11.2
27182026-03-26T05:03:54.264Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-26T05:03:55.105Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-26T05:03:55.253Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27212026-03-26T05:03:55.522Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27222026-03-26T05:03:55.745Z Checking bb8 v0.8.6
27232026-03-26T05:03:55.781Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-03-26T05:03:55.814Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27252026-03-26T05:03:56.006Z Checking corncobs v0.1.4
27262026-03-26T05:03:56.127Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-26T05:03:56.160Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-26T05:03:56.193Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-26T05:03:56.483Z Checking hyper-staticfile v0.10.1
27302026-03-26T05:03:56.529Z Checking camino-tempfile-ext v0.3.3
27312026-03-26T05:03:56.757Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27322026-03-26T05:03:56.808Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-03-26T05:03:56.997Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27342026-03-26T05:03:57.078Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-03-26T05:03:57.220Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-26T05:03:57.787Z Checking signal-hook-tokio v0.3.1
27372026-03-26T05:03:57.947Z Checking secrecy v0.8.0
27382026-03-26T05:03:58.104Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27392026-03-26T05:03:58.429Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27402026-03-26T05:03:58.771Z Checking progenitor v0.11.2
27412026-03-26T05:03:58.805Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-03-26T05:03:58.945Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27432026-03-26T05:03:58.979Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-26T05:03:59.133Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-26T05:03:59.399Z Checking nonempty v0.12.0
27462026-03-26T05:03:59.436Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-26T05:03:59.603Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-26T05:03:59.649Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27492026-03-26T05:03:59.684Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27502026-03-26T05:04:00.078Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-26T05:04:00.112Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-03-26T05:04:00.397Z Checking async-bb8-diesel v0.2.1
27532026-03-26T05:04:00.452Z Checking diesel-dtrace v0.5.0
27542026-03-26T05:04:00.764Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27552026-03-26T05:04:00.802Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27562026-03-26T05:04:00.919Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27572026-03-26T05:04:01.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27582026-03-26T05:04:01.238Z Checking tungstenite v0.23.0
27592026-03-26T05:04:01.695Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27602026-03-26T05:04:01.888Z Checking tokio-tungstenite v0.23.1
27612026-03-26T05:04:01.978Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27622026-03-26T05:04:02.189Z Checking rand_seeder v0.4.0
27632026-03-26T05:04:02.351Z Checking void v1.0.2
27642026-03-26T05:04:02.383Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-26T05:04:02.496Z Checking lzss v0.8.2
27662026-03-26T05:04:02.727Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27672026-03-26T05:04:02.790Z Checking nix v0.27.1
27682026-03-26T05:04:02.871Z Checking serde_bytes v0.11.19
27692026-03-26T05:04:02.920Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-03-26T05:04:03.087Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-26T05:04:03.129Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27722026-03-26T05:04:03.338Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27732026-03-26T05:04:03.856Z Checking is_ci v1.2.0
27742026-03-26T05:04:03.891Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27752026-03-26T05:04:03.991Z Checking yansi v1.0.1
27762026-03-26T05:04:04.024Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-03-26T05:04:04.280Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-03-26T05:04:04.364Z Checking pretty_assertions v1.4.1
27792026-03-26T05:04:04.528Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27802026-03-26T05:04:04.532Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27812026-03-26T05:04:04.745Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27822026-03-26T05:04:04.825Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27832026-03-26T05:04:05.082Z Compiling darling_core v0.23.0
27842026-03-26T05:04:05.944Z Compiling indoc v2.0.7
27852026-03-26T05:04:06.081Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27862026-03-26T05:04:06.306Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-26T05:04:06.429Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-26T05:04:06.628Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27892026-03-26T05:04:06.662Z Compiling instability v0.3.11
27902026-03-26T05:04:06.974Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27912026-03-26T05:04:07.063Z Compiling libz-sys v1.1.24
27922026-03-26T05:04:07.121Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27932026-03-26T05:04:07.472Z Checking castaway v0.2.4
27942026-03-26T05:04:07.619Z Checking compact_str v0.8.1
27952026-03-26T05:04:07.653Z Compiling darling_macro v0.23.0
27962026-03-26T05:04:08.022Z Checking supports-color v3.0.2
27972026-03-26T05:04:08.173Z Compiling darling v0.23.0
27982026-03-26T05:04:08.206Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27992026-03-26T05:04:08.435Z Checking unicode-truncate v1.1.0
28002026-03-26T05:04:08.504Z Checking lru v0.12.5
28012026-03-26T05:04:08.623Z Checking cassowary v0.3.0
28022026-03-26T05:04:08.744Z Compiling libgit2-sys v0.18.3+1.9.2
28032026-03-26T05:04:08.900Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-26T05:04:09.015Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28052026-03-26T05:04:09.055Z Checking ratatui v0.29.0
28062026-03-26T05:04:10.246Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-26T05:04:10.417Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-26T05:04:10.459Z Compiling vergen-git2 v1.0.7
28092026-03-26T05:04:10.536Z Checking plotters-backend v0.3.7
28102026-03-26T05:04:10.713Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-03-26T05:04:10.758Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-26T05:04:10.805Z Checking plotters-svg v0.3.7
28132026-03-26T05:04:10.942Z Checking colored v2.2.0
28142026-03-26T05:04:10.984Z Checking cast v0.3.0
28152026-03-26T05:04:11.007Z Checking shell-words v1.1.1
28162026-03-26T05:04:11.159Z Compiling rustls v0.21.12
28172026-03-26T05:04:11.204Z Checking criterion-plot v0.6.0
28182026-03-26T05:04:11.273Z Checking plotters v0.3.7
28192026-03-26T05:04:11.469Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-26T05:04:11.511Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-03-26T05:04:11.733Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-03-26T05:04:11.955Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-03-26T05:04:12.044Z Checking sct v0.7.1
28242026-03-26T05:04:12.218Z Checking rustls-webpki v0.101.7
28252026-03-26T05:04:12.425Z Checking tinytemplate v1.2.1
28262026-03-26T05:04:12.464Z Compiling nix v0.29.0
28272026-03-26T05:04:12.593Z Checking hex-literal v0.4.1
28282026-03-26T05:04:12.676Z Checking anes v0.1.6
28292026-03-26T05:04:12.731Z Checking oorandom v11.1.5
28302026-03-26T05:04:12.902Z Checking criterion v0.7.0
28312026-03-26T05:04:12.969Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-26T05:04:14.240Z Checking erased-serde v0.4.9
28332026-03-26T05:04:14.285Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-03-26T05:04:14.632Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-03-26T05:04:15.431Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-03-26T05:04:16.205Z Checking ordered-float v2.10.1
28372026-03-26T05:04:16.480Z Checking serde-value v0.7.0
28382026-03-26T05:04:16.730Z Checking serde-untagged v0.1.9
28392026-03-26T05:04:16.962Z Checking tokio-rustls v0.24.1
28402026-03-26T05:04:17.254Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-03-26T05:04:17.450Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28422026-03-26T05:04:17.681Z Checking rustls-pemfile v1.0.4
28432026-03-26T05:04:17.857Z Checking twox-hash v2.1.2
28442026-03-26T05:04:18.058Z Checking unicode-xid v0.2.6
28452026-03-26T05:04:18.226Z Checking cargo-util-schemas v0.8.2
28462026-03-26T05:04:18.271Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-03-26T05:04:19.142Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-03-26T05:04:19.189Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-26T05:04:19.337Z Checking fatfs v0.3.6
28502026-03-26T05:04:19.374Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-26T05:04:19.830Z Compiling petname v2.0.2
28522026-03-26T05:04:20.340Z Checking cargo-platform v0.2.0
28532026-03-26T05:04:20.561Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28542026-03-26T05:04:20.706Z Compiling seq-macro v0.3.6
28552026-03-26T05:04:20.902Z Checking cargo_metadata v0.21.0
28562026-03-26T05:04:21.396Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-03-26T05:04:21.684Z Checking concurrent-queue v2.5.0
28582026-03-26T05:04:21.883Z Checking rtoolbox v0.0.3
28592026-03-26T05:04:21.924Z Checking parking v2.2.1
28602026-03-26T05:04:22.054Z Checking futures-timer v3.0.3
28612026-03-26T05:04:22.087Z Checking event-listener v5.4.1
28622026-03-26T05:04:22.268Z Checking rpassword v7.4.0
28632026-03-26T05:04:22.408Z Checking tui-tree-widget v0.23.1
28642026-03-26T05:04:22.464Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-03-26T05:04:22.624Z Checking polyval v0.6.2
28662026-03-26T05:04:22.658Z Checking sapling-renderdag v0.1.0
28672026-03-26T05:04:22.745Z Checking sync-ptr v0.1.4
28682026-03-26T05:04:22.822Z Checking ghash v0.5.1
28692026-03-26T05:04:22.891Z Checking event-listener-strategy v0.5.4
28702026-03-26T05:04:22.929Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28712026-03-26T05:04:22.972Z Checking ctr v0.9.2
28722026-03-26T05:04:23.056Z Checking arrayref v0.3.9
28732026-03-26T05:04:23.151Z Checking constant_time_eq v0.4.2
28742026-03-26T05:04:23.183Z Checking arrayvec v0.7.6
28752026-03-26T05:04:23.186Z Checking aes-gcm v0.10.3
28762026-03-26T05:04:23.362Z Checking async-lock v3.4.2
28772026-03-26T05:04:23.397Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-03-26T05:04:23.400Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-03-26T05:04:23.781Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-03-26T05:04:24.392Z Checking ssh-encoding v0.2.0
28812026-03-26T05:04:24.474Z Checking blowfish v0.9.1
28822026-03-26T05:04:24.622Z Checking ssh-cipher v0.2.0
28832026-03-26T05:04:24.664Z Checking bcrypt-pbkdf v0.10.0
28842026-03-26T05:04:24.828Z Checking async-object-pool v0.2.0
28852026-03-26T05:04:24.863Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-03-26T05:04:24.972Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-03-26T05:04:25.188Z Checking serde_regex v1.1.0
28882026-03-26T05:04:25.382Z Checking password-hash v0.4.2
28892026-03-26T05:04:25.632Z Checking assert-json-diff v2.0.2
28902026-03-26T05:04:25.665Z Checking path-tree v0.8.3
28912026-03-26T05:04:25.830Z Compiling target-lexicon v0.13.3
28922026-03-26T05:04:25.886Z Checking stringmetrics v2.2.2
28932026-03-26T05:04:26.068Z Checking gimli v0.32.3
28942026-03-26T05:04:26.104Z Checking httpmock v0.8.3
28952026-03-26T05:04:26.407Z Checking pbkdf2 v0.11.0
28962026-03-26T05:04:26.610Z Checking ssh-key v0.6.7
28972026-03-26T05:04:27.146Z Compiling samael v0.0.19
28982026-03-26T05:04:27.627Z Checking addr2line v0.25.1
28992026-03-26T05:04:27.932Z Checking p521 v0.13.3
29002026-03-26T05:04:28.294Z Checking p256 v0.13.2
29012026-03-26T05:04:28.561Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-03-26T05:04:28.594Z Checking russh-cryptovec v0.7.3
29032026-03-26T05:04:28.761Z Compiling guppy-workspace-hack v0.1.0
29042026-03-26T05:04:28.794Z Checking rustc-demangle v0.1.27
29052026-03-26T05:04:28.974Z Checking md5 v0.7.0
29062026-03-26T05:04:29.069Z Checking backtrace v0.3.76
29072026-03-26T05:04:29.208Z Checking russh-keys v0.45.0
29082026-03-26T05:04:29.412Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29092026-03-26T05:04:29.546Z Checking num-bigint v0.4.6
29102026-03-26T05:04:29.911Z Checking des v0.8.1
29112026-03-26T05:04:30.263Z Compiling blake3 v1.8.3
29122026-03-26T05:04:30.523Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-03-26T05:04:30.602Z Compiling target-spec v3.5.7
29142026-03-26T05:04:30.951Z Checking russh v0.45.0
29152026-03-26T05:04:30.984Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-03-26T05:04:31.275Z Checking cfg-expr v0.20.6
29172026-03-26T05:04:31.639Z Checking backtrace-ext v0.2.1
29182026-03-26T05:04:31.707Z Checking supports-color v2.1.0
29192026-03-26T05:04:31.778Z Checking textwrap v0.15.2
29202026-03-26T05:04:31.811Z Checking supports-unicode v2.1.0
29212026-03-26T05:04:31.872Z Checking supports-hyperlinks v2.1.0
29222026-03-26T05:04:31.957Z Checking hashbrown v0.14.5
29232026-03-26T05:04:32.012Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242026-03-26T05:04:32.045Z Checking cargo-platform v0.3.2
29252026-03-26T05:04:32.244Z Checking terminal_size v0.1.17
29262026-03-26T05:04:32.278Z Checking socket2 v0.5.10
29272026-03-26T05:04:32.386Z Compiling miette-derive v5.10.0
29282026-03-26T05:04:32.449Z Checking owo-colors v3.5.0
29292026-03-26T05:04:32.558Z Checking internet-checksum v0.2.1
29302026-03-26T05:04:32.714Z Checking chumsky v0.9.3
29312026-03-26T05:04:32.857Z Checking cargo_metadata v0.23.1
29322026-03-26T05:04:33.527Z Checking miette v5.10.0
29332026-03-26T05:04:33.619Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-03-26T05:04:33.780Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29352026-03-26T05:04:33.815Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-03-26T05:04:34.029Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29372026-03-26T05:04:34.165Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-26T05:04:34.305Z Checking httptest v0.16.4
29392026-03-26T05:04:34.459Z Checking pathdiff v0.2.3
29402026-03-26T05:04:34.601Z Compiling knuffel-derive v3.2.0
29412026-03-26T05:04:34.669Z Checking nested v0.1.1
29422026-03-26T05:04:34.710Z Checking topological-sort v0.2.2
29432026-03-26T05:04:34.802Z Compiling git2 v0.20.4
29442026-03-26T05:04:34.841Z Checking guppy v0.17.25
29452026-03-26T05:04:34.882Z Checking omicron-zone-package v0.12.2
29462026-03-26T05:04:35.026Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-03-26T05:04:35.271Z Checking similar-asserts v1.7.0
29482026-03-26T05:04:35.463Z Compiling rstest_macros v0.25.0
29492026-03-26T05:04:35.776Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-03-26T05:04:35.810Z Compiling target-triple v1.0.0
29512026-03-26T05:04:35.939Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-03-26T05:04:35.972Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29532026-03-26T05:04:36.119Z Checking knuffel v3.2.0
29542026-03-26T05:04:36.199Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29552026-03-26T05:04:36.643Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29562026-03-26T05:04:36.768Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29572026-03-26T05:04:36.871Z Checking toml_datetime v1.0.0+spec-1.1.0
29582026-03-26T05:04:37.398Z Compiling assert_cmd v2.1.2
29592026-03-26T05:04:37.682Z Checking escape8259 v0.5.3
29602026-03-26T05:04:37.716Z Compiling relative-path v1.9.3
29612026-03-26T05:04:37.796Z Checking toml v1.0.3+spec-1.1.0
29622026-03-26T05:04:37.848Z Checking libtest-mimic v0.8.1
29632026-03-26T05:04:38.151Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29642026-03-26T05:04:38.308Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-03-26T05:04:38.403Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29662026-03-26T05:04:38.449Z Checking blake2b_simd v1.0.4
29672026-03-26T05:04:38.877Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29682026-03-26T05:04:39.148Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29692026-03-26T05:04:39.289Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29702026-03-26T05:04:39.576Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29712026-03-26T05:04:39.815Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29722026-03-26T05:04:39.849Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29732026-03-26T05:04:40.089Z Checking fancy-regex v0.14.0
29742026-03-26T05:04:40.428Z Checking serde_tokenstream v0.2.3
29752026-03-26T05:04:40.478Z Checking uzers v0.12.2
29762026-03-26T05:04:40.678Z Compiling linkme-impl v0.3.35
29772026-03-26T05:04:40.726Z Checking constant_time_eq v0.3.1
29782026-03-26T05:04:40.869Z Checking termcolor v1.4.1
29792026-03-26T05:04:41.081Z Checking rust-argon2 v2.1.0
29802026-03-26T05:04:41.119Z Checking trybuild v1.0.116
29812026-03-26T05:04:41.372Z Checking datatest-stable v0.3.3
29822026-03-26T05:04:41.630Z Checking rstest v0.25.0
29832026-03-26T05:04:41.907Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29842026-03-26T05:04:42.021Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-26T05:04:42.223Z Compiling polar-core v0.27.3
29862026-03-26T05:04:42.256Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-03-26T05:04:42.292Z Checking support-bundle-viewer v0.1.2
29882026-03-26T05:04:42.576Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29892026-03-26T05:04:42.821Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-26T05:04:42.958Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29912026-03-26T05:04:43.079Z Checking drift v0.1.3
29922026-03-26T05:04:43.280Z Checking rand_distr v0.5.1
29932026-03-26T05:04:43.470Z Checking multimap v0.10.1
29942026-03-26T05:04:43.692Z Checking approx v0.5.1
29952026-03-26T05:04:43.755Z Compiling linkme v0.3.35
29962026-03-26T05:04:43.864Z Checking dropshot-api-manager v0.6.0
29972026-03-26T05:04:44.371Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29982026-03-26T05:04:44.846Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29992026-03-26T05:04:45.151Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30002026-03-26T05:04:45.233Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30012026-03-26T05:04:45.270Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30022026-03-26T05:04:45.427Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30032026-03-26T05:04:45.518Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30042026-03-26T05:04:45.651Z Checking partial-io v0.5.4
30052026-03-26T05:04:45.856Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-03-26T05:04:45.895Z Checking cargo_toml v0.21.0
30072026-03-26T05:04:45.943Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-03-26T05:04:45.981Z Checking termios v0.3.3
30092026-03-26T05:04:46.149Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-26T05:04:46.538Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30112026-03-26T05:04:46.781Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-03-26T05:04:47.592Z Checking oso v0.27.3
30132026-03-26T05:04:47.809Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30142026-03-26T05:04:50.484Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30152026-03-26T05:04:54.625Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-03-26T05:04:57.370Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30172026-03-26T05:04:57.621Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30182026-03-26T05:05:00.969Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30192026-03-26T05:05:06.084Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30202026-03-26T05:05:10.314Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30212026-03-26T05:05:11.209Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-03-26T05:05:12.548Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-03-26T05:05:20.830Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-03-26T05:06:37.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30252026-03-26T05:06:37.975Z
30262026-03-26T05:06:37.975Zreal 4:03.840617276
30272026-03-26T05:06:37.975Zuser 20:25.785977071
30282026-03-26T05:06:37.975Zsys 4:43.927142345
30292026-03-26T05:06:37.975Ztrap 0.493128088
30302026-03-26T05:06:37.975Ztflt 0.077271607
30312026-03-26T05:06:37.975Zdflt 0.166327331
30322026-03-26T05:06:37.975Zkflt 0.001424169
30332026-03-26T05:06:37.975Zlock 56:22.482887283
30342026-03-26T05:06:37.975Zslp 55:54.815949380
30352026-03-26T05:06:37.975Zlat 1:47.869590081
30362026-03-26T05:06:37.975Zstop 10:48.573435956
30372026-03-26T05:06:37.978Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-03-26T05:06:37.978Z+ ptime -m cargo doc --workspace --no-deps
30392026-03-26T05:06:38.852Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-03-26T05:06:38.852Z |
30412026-03-26T05:06:38.852Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30422026-03-26T05:06:38.852Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30432026-03-26T05:06:39.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-26T05:06:40.051Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-26T05:06:40.091Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-03-26T05:06:40.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-03-26T05:06:40.228Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30482026-03-26T05:06:40.324Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-26T05:06:40.349Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30502026-03-26T05:06:40.374Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-26T05:06:40.401Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-26T05:06:40.521Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30532026-03-26T05:06:40.595Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30542026-03-26T05:06:40.632Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30552026-03-26T05:06:40.653Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-03-26T05:06:40.676Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-03-26T05:06:40.697Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-03-26T05:06:40.720Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-03-26T05:06:40.766Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-03-26T05:06:40.789Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-03-26T05:06:40.908Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30622026-03-26T05:06:40.933Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-26T05:06:40.955Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-03-26T05:06:41.152Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30652026-03-26T05:06:41.298Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-03-26T05:06:41.362Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-03-26T05:06:41.556Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-03-26T05:06:41.578Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30692026-03-26T05:06:41.721Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-03-26T05:06:41.788Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-03-26T05:06:41.908Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30722026-03-26T05:06:41.930Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-03-26T05:06:41.986Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30742026-03-26T05:06:42.115Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-03-26T05:06:42.227Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-03-26T05:06:42.426Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-26T05:06:42.460Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-03-26T05:06:42.484Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-03-26T05:06:42.506Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-03-26T05:06:42.721Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-03-26T05:06:42.744Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-03-26T05:06:42.975Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-03-26T05:06:43.034Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30842026-03-26T05:06:43.202Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-03-26T05:06:43.250Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30862026-03-26T05:06:43.305Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30872026-03-26T05:06:43.308Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882026-03-26T05:06:43.470Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30892026-03-26T05:06:43.557Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30902026-03-26T05:06:43.591Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30912026-03-26T05:06:43.706Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30922026-03-26T05:06:43.787Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30932026-03-26T05:06:43.789Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30942026-03-26T05:06:43.830Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30952026-03-26T05:06:43.907Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30962026-03-26T05:06:44.081Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-03-26T05:06:44.102Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-03-26T05:06:44.125Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-26T05:06:44.177Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-03-26T05:06:44.309Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-03-26T05:06:44.352Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31022026-03-26T05:06:44.380Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31032026-03-26T05:06:44.539Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31042026-03-26T05:06:44.584Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-03-26T05:06:44.613Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-03-26T05:06:44.653Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31072026-03-26T05:06:44.741Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082026-03-26T05:06:44.781Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31092026-03-26T05:06:44.852Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31102026-03-26T05:06:44.992Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31112026-03-26T05:06:45.035Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31122026-03-26T05:06:45.038Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31132026-03-26T05:06:45.075Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-03-26T05:06:45.412Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31152026-03-26T05:06:45.438Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31162026-03-26T05:06:45.765Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31172026-03-26T05:06:46.140Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-26T05:06:46.196Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31192026-03-26T05:06:46.372Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-26T05:06:46.660Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-26T05:06:46.684Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-26T05:06:46.807Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31232026-03-26T05:06:46.968Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31242026-03-26T05:06:47.154Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-03-26T05:06:47.360Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31262026-03-26T05:06:47.706Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31272026-03-26T05:06:47.729Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-26T05:06:48.232Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31292026-03-26T05:06:48.304Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-26T05:06:48.358Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31312026-03-26T05:06:48.901Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31322026-03-26T05:06:48.929Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-03-26T05:06:49.386Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31342026-03-26T05:06:49.410Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-03-26T05:06:49.432Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31362026-03-26T05:06:50.075Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31372026-03-26T05:06:50.863Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31382026-03-26T05:06:50.887Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392026-03-26T05:06:51.163Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31402026-03-26T05:06:51.511Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-26T05:06:51.514Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31422026-03-26T05:06:51.556Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31432026-03-26T05:06:51.578Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31442026-03-26T05:06:51.760Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31452026-03-26T05:06:51.835Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31462026-03-26T05:06:52.014Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31472026-03-26T05:06:52.141Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31482026-03-26T05:06:52.238Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-03-26T05:06:52.512Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31502026-03-26T05:06:52.551Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31512026-03-26T05:06:53.119Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-03-26T05:06:53.243Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31532026-03-26T05:06:53.960Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31542026-03-26T05:06:54.112Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31552026-03-26T05:06:54.476Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31562026-03-26T05:06:54.524Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31572026-03-26T05:06:54.720Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31582026-03-26T05:06:54.959Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-03-26T05:06:55.242Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31602026-03-26T05:06:55.452Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31612026-03-26T05:06:55.682Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-26T05:06:55.893Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-03-26T05:06:56.346Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31642026-03-26T05:06:56.577Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31652026-03-26T05:06:56.600Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-03-26T05:06:56.672Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-03-26T05:06:57.120Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31682026-03-26T05:06:57.223Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31692026-03-26T05:06:57.647Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31702026-03-26T05:06:58.236Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31712026-03-26T05:06:58.306Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-26T05:06:58.449Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31732026-03-26T05:06:58.736Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-03-26T05:06:59.694Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-03-26T05:06:59.924Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31762026-03-26T05:07:00.345Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31772026-03-26T05:07:00.534Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31782026-03-26T05:07:00.711Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-03-26T05:07:00.858Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31802026-03-26T05:07:00.953Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-03-26T05:07:01.069Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31822026-03-26T05:07:01.464Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31832026-03-26T05:07:01.467Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-03-26T05:07:01.525Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31852026-03-26T05:07:02.093Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-03-26T05:07:02.532Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31872026-03-26T05:07:03.100Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-26T05:07:03.572Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-03-26T05:07:03.616Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902026-03-26T05:07:03.754Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31912026-03-26T05:07:04.188Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31922026-03-26T05:07:04.419Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-03-26T05:07:05.020Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31942026-03-26T05:07:07.578Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-03-26T05:07:07.785Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31962026-03-26T05:07:08.104Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31972026-03-26T05:07:08.209Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31982026-03-26T05:07:10.122Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31992026-03-26T05:07:10.254Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32002026-03-26T05:07:11.539Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-03-26T05:07:11.905Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32022026-03-26T05:07:12.040Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32032026-03-26T05:07:12.305Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-03-26T05:07:12.750Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-26T05:07:13.074Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32062026-03-26T05:07:13.129Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32072026-03-26T05:07:13.327Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-03-26T05:07:13.349Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-26T05:07:13.618Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-26T05:07:13.657Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-03-26T05:07:13.690Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32122026-03-26T05:07:14.102Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32132026-03-26T05:07:14.224Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32142026-03-26T05:07:14.292Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-03-26T05:07:14.721Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32162026-03-26T05:07:14.923Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-03-26T05:07:15.334Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-26T05:07:15.615Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32192026-03-26T05:07:16.098Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-26T05:07:16.285Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32212026-03-26T05:07:16.794Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32222026-03-26T05:07:17.761Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-03-26T05:07:18.836Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-26T05:07:18.920Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-03-26T05:07:22.166Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-03-26T05:07:22.723Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-03-26T05:07:23.293Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-26T05:07:23.888Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-03-26T05:07:25.575Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-03-26T05:07:26.978Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32312026-03-26T05:07:28.020Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-03-26T05:07:28.450Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-03-26T05:07:29.042Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32342026-03-26T05:07:29.845Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32352026-03-26T05:07:31.828Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-26T05:07:32.643Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-26T05:07:32.667Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32382026-03-26T05:07:34.411Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32392026-03-26T05:07:35.446Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32402026-03-26T05:07:35.818Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-03-26T05:07:36.814Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-26T05:07:37.387Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-03-26T05:07:40.351Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32442026-03-26T05:07:41.455Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-03-26T05:07:42.255Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32462026-03-26T05:07:43.027Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32472026-03-26T05:07:43.795Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-03-26T05:07:44.554Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-03-26T05:07:45.667Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-03-26T05:07:45.723Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-03-26T05:07:46.678Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-03-26T05:07:47.797Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-03-26T05:07:48.365Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32542026-03-26T05:07:50.646Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32552026-03-26T05:07:51.804Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32562026-03-26T05:07:52.469Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32572026-03-26T05:07:53.173Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32582026-03-26T05:07:55.233Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592026-03-26T05:07:57.212Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32602026-03-26T05:07:58.054Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32612026-03-26T05:08:02.805Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-03-26T05:08:07.298Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32632026-03-26T05:08:07.336Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-03-26T05:08:07.434Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-03-26T05:08:07.940Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32662026-03-26T05:08:09.597Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-03-26T05:08:11.104Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32682026-03-26T05:08:12.624Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32692026-03-26T05:08:14.137Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32702026-03-26T05:08:15.622Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32712026-03-26T05:08:17.110Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-03-26T05:08:20.674Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-03-26T05:08:21.745Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742026-03-26T05:08:22.472Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32752026-03-26T05:08:23.701Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32762026-03-26T05:08:25.210Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-03-26T05:08:27.074Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32782026-03-26T05:08:29.438Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32792026-03-26T05:08:30.938Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-03-26T05:08:32.756Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32812026-03-26T05:08:34.868Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32822026-03-26T05:08:36.405Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32832026-03-26T05:08:38.251Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32842026-03-26T05:08:40.145Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32852026-03-26T05:08:41.923Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32862026-03-26T05:08:43.763Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32872026-03-26T05:08:45.392Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32882026-03-26T05:08:47.517Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-03-26T05:08:49.415Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32902026-03-26T05:08:51.238Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32912026-03-26T05:08:53.258Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-26T05:08:55.125Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32932026-03-26T05:08:57.050Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-26T05:08:58.925Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-26T05:09:01.002Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-26T05:09:02.944Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-26T05:09:04.861Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32982026-03-26T05:09:06.917Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32992026-03-26T05:09:10.232Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-26T05:09:10.568Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-03-26T05:09:13.731Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33022026-03-26T05:09:15.693Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33032026-03-26T05:09:17.871Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-03-26T05:09:20.046Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052026-03-26T05:09:22.271Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-26T05:09:24.407Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-03-26T05:09:26.673Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33082026-03-26T05:09:29.080Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33092026-03-26T05:09:31.342Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33102026-03-26T05:09:33.066Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33112026-03-26T05:09:35.368Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33122026-03-26T05:09:37.494Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-03-26T05:09:39.715Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33142026-03-26T05:09:41.890Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-03-26T05:09:44.111Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33162026-03-26T05:09:46.299Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33172026-03-26T05:09:48.577Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-03-26T05:09:50.732Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33192026-03-26T05:09:52.887Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-03-26T05:09:55.153Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33212026-03-26T05:09:57.409Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-03-26T05:09:59.659Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33232026-03-26T05:10:02.026Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-03-26T05:10:04.057Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33252026-03-26T05:10:06.341Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33262026-03-26T05:10:08.588Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33272026-03-26T05:10:10.883Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33282026-03-26T05:10:13.083Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33292026-03-26T05:10:15.237Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33302026-03-26T05:10:17.798Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33312026-03-26T05:10:19.921Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-03-26T05:10:22.314Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33332026-03-26T05:10:24.734Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33342026-03-26T05:10:27.074Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33352026-03-26T05:10:29.319Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-03-26T05:10:31.804Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-03-26T05:10:34.222Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33382026-03-26T05:10:36.666Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-03-26T05:10:39.256Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33402026-03-26T05:10:41.679Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33412026-03-26T05:10:44.110Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33422026-03-26T05:10:46.448Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33432026-03-26T05:10:48.856Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33442026-03-26T05:10:51.336Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33452026-03-26T05:10:53.855Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33462026-03-26T05:10:56.660Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33472026-03-26T05:10:58.857Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33482026-03-26T05:11:05.977Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33492026-03-26T05:11:06.141Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-03-26T05:11:09.401Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33512026-03-26T05:11:12.594Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33522026-03-26T05:11:17.915Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33532026-03-26T05:11:19.060Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33542026-03-26T05:11:22.228Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33552026-03-26T05:11:25.504Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33562026-03-26T05:11:28.587Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-03-26T05:11:32.013Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-03-26T05:11:35.134Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33592026-03-26T05:11:38.452Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33602026-03-26T05:11:41.650Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33612026-03-26T05:11:44.866Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33622026-03-26T05:11:48.152Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33632026-03-26T05:11:51.404Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33642026-03-26T05:11:54.688Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33652026-03-26T05:11:57.958Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33662026-03-26T05:12:01.329Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33672026-03-26T05:12:04.591Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-03-26T05:12:07.800Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33692026-03-26T05:12:11.018Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33702026-03-26T05:12:14.235Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33712026-03-26T05:12:18.851Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33722026-03-26T05:12:21.562Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33732026-03-26T05:12:49.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 11s
33742026-03-26T05:12:50.136Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33752026-03-26T05:12:50.238Z
33762026-03-26T05:12:50.241Zreal 6:12.162501690
33772026-03-26T05:12:50.241Zuser 16:58.004318699
33782026-03-26T05:12:50.241Zsys 3:33.283766837
33792026-03-26T05:12:50.241Ztrap 0.241060376
33802026-03-26T05:12:50.241Ztflt 0.049942883
33812026-03-26T05:12:50.241Zdflt 0.056510271
33822026-03-26T05:12:50.241Zkflt 0.000028735
33832026-03-26T05:12:50.241Zlock 5:40:10.105767762
33842026-03-26T05:12:50.241Zslp 2:04:27.480199271
33852026-03-26T05:12:50.241Zlat 29.584497240
33862026-03-26T05:12:50.241Zstop 1:29.162328277
33872026-03-26T05:12:50.241Zprocess exited: duration 792999 ms, exit code 0
 
33882026-03-26T05:12:50.249Zfound 0 output files