01KMH1TYFEW6JJ2R365RFDCGE1: clippy (helios)

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

Buildomat Job: 01KMH1VDXGA63W695WSN34TE3B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T23:12:24.803Zjob assigned to worker 01KMH1VNHFSN5YJV2QN4P42C3Q [factory aws, i-060d0360a300b36e3] (queued for 1 m 18 s)
 
22026-03-24T23:12:33.675Zstarting task 0: "setup"
32026-03-24T23:12:33.679Z++ uname -s
42026-03-24T23:12:33.682Z+ kern=SunOS
52026-03-24T23:12:33.682Z+ build_user=build
62026-03-24T23:12:33.682Z+ build_uid=12345
72026-03-24T23:12:33.682Z+ work_dir=/work
82026-03-24T23:12:33.682Z+ input_dir=/input
92026-03-24T23:12:33.682Z+ [[ 0 == 12345 ]]
102026-03-24T23:12:33.682Z+ case "$kern" in
112026-03-24T23:12:33.682Z+ groupadd -g 12345 build
122026-03-24T23:12:33.686Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T23:12:35.702Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T23:12:35.773Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T23:12:35.782Z+ home_fs=zfs
162026-03-24T23:12:35.782Z+ [[ zfs == autofs ]]
172026-03-24T23:12:35.782Z+ mkdir -p /home/build
182026-03-24T23:12:35.783Z+ chown build:build /home/build /work
192026-03-24T23:12:37.777Z+ chmod 0700 /home/build /work
202026-03-24T23:12:37.780Zprocess exited: duration 4108 ms, exit code 0
 
212026-03-24T23:12:37.787Zstarting task 1: "rust-toolchain"
222026-03-24T23:12:37.791Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T23:12:37.791Z * rust toolchain channel = "1.94.0"
242026-03-24T23:12:37.791Z * rust toolchain profile = "default"
252026-03-24T23:12:37.791Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T23:12:37.791Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T23:12:37.791Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T23:12:37.794Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T23:12:37.794Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T23:12:37.914Zinfo: downloading installer
312026-03-24T23:12:40.039Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T23:12:40.039Zwarn: /opt/ooce/bin
332026-03-24T23:12:40.039Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T23:12:40.039Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T23:12:40.039Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T23:12:40.039Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T23:12:40.039Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T23:12:40.039Zerror: cannot install while Rust is installed
392026-03-24T23:12:40.039Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T23:12:40.039Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T23:12:40.039Zwarn: /home/build/.rustup/settings.toml
422026-03-24T23:12:40.039Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T23:12:40.039Zwarn: instead of the one inferred from the default host triple.
442026-03-24T23:12:40.080Zinfo: profile set to default
452026-03-24T23:12:40.080Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T23:12:40.084Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T23:12:40.263Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T23:12:40.267Zinfo: downloading 6 components
492026-03-24T23:12:57.616Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T23:12:57.616Z
512026-03-24T23:12:57.652Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T23:12:57.652Z
532026-03-24T23:12:57.656Z
542026-03-24T23:12:57.656ZRust is installed now. Great!
552026-03-24T23:12:57.656Z
562026-03-24T23:12:57.656ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T23:12:57.656Zenvironment variable. This has not been done automatically.
582026-03-24T23:12:57.656Z
592026-03-24T23:12:57.656ZTo configure your current shell, you need to source
602026-03-24T23:12:57.656Zthe corresponding env file under $HOME/.cargo.
612026-03-24T23:12:57.656Z
622026-03-24T23:12:57.656ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T23:12:57.656Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T23:12:57.656Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T23:12:57.656Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T23:12:57.656Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T23:12:57.656Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T23:12:57.656Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T23:12:57.656Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T23:12:57.656Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T23:12:57.759Z+ rustup --version
722026-03-24T23:12:57.774Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T23:12:57.793Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T23:12:57.829Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T23:12:57.829Z+ cargo --version
762026-03-24T23:12:57.850Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T23:12:57.850Z+ rustc --version
782026-03-24T23:12:57.870Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T23:12:57.870Zprocess exited: duration 20066 ms, exit code 0
 
802026-03-24T23:12:57.879Zstarting task 2: "authentication"
812026-03-24T23:12:57.927Zprocess exited: duration 36 ms, exit code 0
 
822026-03-24T23:12:57.961Zstarting task 3: "clone repository"
832026-03-24T23:12:57.973Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T23:12:57.973Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T23:12:58.061ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T23:13:09.882Z+ cd /work/oxidecomputer/omicron
872026-03-24T23:13:09.882Z+ git fetch origin a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
882026-03-24T23:13:10.220ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T23:13:10.221Z * branch a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e -> FETCH_HEAD
902026-03-24T23:13:10.231Z+ [[ -n txn-sitrep-insert ]]
912026-03-24T23:13:10.234Z++ git branch --show-current
922026-03-24T23:13:10.234Z+ current=main
932026-03-24T23:13:10.234Z+ [[ main != txn-sitrep-insert ]]
942026-03-24T23:13:10.234Z+ git branch -f txn-sitrep-insert a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
952026-03-24T23:13:10.237Z+ git checkout -f txn-sitrep-insert
962026-03-24T23:13:10.342ZSwitched to branch 'txn-sitrep-insert'
972026-03-24T23:13:10.345Z+ git reset --hard a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
982026-03-24T23:13:10.460ZHEAD is now at a1d650fe7 better error context
992026-03-24T23:13:10.463Zprocess exited: duration 12511 ms, exit code 0
 
1002026-03-24T23:13:10.469Zstarting task 4: "build"
1012026-03-24T23:13:10.474Z+ source ./env.sh
1022026-03-24T23:13:10.477Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T23:13:10.477Z++ set -o xtrace
1042026-03-24T23:13:10.477Z++++ dirname ./env.sh
1052026-03-24T23:13:10.480Z+++ readlink -f .
1062026-03-24T23:13:10.480Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ 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-24T23:13:10.480Z++ case $OLD_SHELL_OPTS in
1162026-03-24T23:13:10.480Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T23:13:10.484Z+ source .github/buildomat/ci-env.sh
1182026-03-24T23:13:10.484Z++ export CARGO_TERM_COLOR=always
1192026-03-24T23:13:10.484Z++ CARGO_TERM_COLOR=always
1202026-03-24T23:13:10.484Z+ cargo --version
1212026-03-24T23:13:10.493Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T23:13:10.496Z+ rustc --version
1232026-03-24T23:13:10.521Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T23:13:10.524Z+ banner prerequisites
1252026-03-24T23:13:10.527Z
1262026-03-24T23:13:10.527Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T23:13:10.527Z # # # # # # # # # # # # # # #
1282026-03-24T23:13:10.528Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T23:13:10.528Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T23:13:10.528Z # # # # # # # # # # # # # # #
1312026-03-24T23:13:10.528Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T23:13:10.528Z
1332026-03-24T23:13:10.528Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T23:13:22.511Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T23:13:32.519Z Startup: Caching catalogs ... Done
1362026-03-24T23:13:55.169ZPlanning: Solver setup ... Done (21.209s)
1372026-03-24T23:13:55.329ZPlanning: Running solver ... Done (0.159s)
1382026-03-24T23:13:55.514ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-24T23:13:55.527ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T23:13:55.688ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T23:13:55.732ZPlanning: Package planning ... Done (0.043s)
1422026-03-24T23:13:55.771ZPlanning: Merging actions ... Done (0.039s)
1432026-03-24T23:13:56.117ZPlanning: Checking for conflicting actions ... Done (0.346s)
1442026-03-24T23:13:56.127ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T23:13:58.415ZPlanning: Evaluating mediators ... Done (2.288s)
1462026-03-24T23:13:58.426ZPlanning: Planning completed in 25.77 seconds
1472026-03-24T23:13:58.437Z Packages to install: 4
1482026-03-24T23:13:58.441Z Mediators to change: 2
1492026-03-24T23:13:58.441Z Services to change: 1
1502026-03-24T23:13:58.441Z Estimated space available: 155.42 GB
1512026-03-24T23:13:58.441ZEstimated space to be consumed: 1.83 GB
1522026-03-24T23:13:58.441Z Create boot environment: No
1532026-03-24T23:13:58.441ZCreate backup boot environment: No
1542026-03-24T23:13:58.441Z Rebuild boot archive: No
1552026-03-24T23:13:58.441Z
1562026-03-24T23:13:58.442ZChanged mediators:
1572026-03-24T23:13:58.442Z mediator clang:
1582026-03-24T23:13:58.442Z version: None -> 15 (system default)
1592026-03-24T23:13:58.442Z
1602026-03-24T23:13:58.442Z mediator llvm:
1612026-03-24T23:13:58.442Z version: 14 (system default) -> 15 (system default)
1622026-03-24T23:13:58.442Z
1632026-03-24T23:13:58.442ZChanged packages:
1642026-03-24T23:13:58.442Zhelios-dev
1652026-03-24T23:13:58.442Z developer/build-essential
1662026-03-24T23:13:58.442Z None -> 11-2.0
1672026-03-24T23:13:58.442Z library/libxmlsec1
1682026-03-24T23:13:58.442Z None -> 1.2.35-2.0
1692026-03-24T23:13:58.442Z ooce/developer/clang-15
1702026-03-24T23:13:58.442Z None -> 15.0.7-2.0
1712026-03-24T23:13:58.442Z ooce/developer/llvm-15
1722026-03-24T23:13:58.442Z None -> 15.0.7-2.0
1732026-03-24T23:13:58.442Z
1742026-03-24T23:13:58.442ZServices:
1752026-03-24T23:13:58.442Z restart_fmri:
1762026-03-24T23:13:58.442Z svc:/system/update-man-index:default
1772026-03-24T23:13:58.592Z
1782026-03-24T23:13:58.593ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T23:14:03.587ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (23.9M/s)
1802026-03-24T23:14:06.064ZDownload: Completed 212.60 MB in 7.48 seconds (28.4M/s)
1812026-03-24T23:14:06.380Z Actions: 1/3689 actions (Installing new actions)
1822026-03-24T23:14:10.658Z Actions: Completed 3689 actions in 4.28 seconds.
1832026-03-24T23:14:11.419Z Done (0.756s)
1842026-03-24T23:14:11.419Z Done (0.000s)
1852026-03-24T23:14:12.414Z Done (0.995s)
1862026-03-24T23:14:16.770Z Done (3.990s)
1872026-03-24T23:14:16.859Z Done (0.019s)
1882026-03-24T23:14:16.862Z Done (0.000s)
1892026-03-24T23:14:17.070Z Done (0.000s)
1902026-03-24T23:14:18.049ZPlanning: Evaluating mediator changes ... Done
1912026-03-24T23:14:18.201ZPlanning: Checking for conflicting actions ... Done
1922026-03-24T23:14:18.209ZPlanning: Consolidating action changes ... Done
1932026-03-24T23:14:18.426ZPlanning: Evaluating mediators ... Done
1942026-03-24T23:14:18.430ZPlanning: Planning completed in 0.38 seconds
1952026-03-24T23:14:18.456Z Mediators to change: 2
1962026-03-24T23:14:18.456Z Create boot environment: No
1972026-03-24T23:14:18.459ZCreate backup boot environment: No
1982026-03-24T23:14:18.520Z Done
1992026-03-24T23:14:18.520Z Done
2002026-03-24T23:14:19.271Z Done
2012026-03-24T23:14:22.578Z Done
2022026-03-24T23:14:22.664Z Done
2032026-03-24T23:14:22.669Z Done
2042026-03-24T23:14:22.811Z Done
2052026-03-24T23:14:23.350ZPlanning: Evaluating mediator changes ... Done
2062026-03-24T23:14:23.353ZPlanning: Merging actions ... Done
2072026-03-24T23:14:23.518ZPlanning: Checking for conflicting actions ... Done
2082026-03-24T23:14:23.521ZPlanning: Consolidating action changes ... Done
2092026-03-24T23:14:23.737ZPlanning: Evaluating mediators ... Done
2102026-03-24T23:14:23.780ZPlanning: Planning completed in 0.63 seconds
2112026-03-24T23:14:23.809Z Packages to change: 1
2122026-03-24T23:14:23.809Z Mediators to change: 1
2132026-03-24T23:14:23.813Z Services to change: 1
2142026-03-24T23:14:23.813Z Create boot environment: No
2152026-03-24T23:14:23.813ZCreate backup boot environment: Yes
2162026-03-24T23:14:26.314Z Actions: 1/6 actions (Updating modified actions)
2172026-03-24T23:14:26.318Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-24T23:14:26.318Z Done
2192026-03-24T23:14:26.318Z Done
2202026-03-24T23:14:26.504Z Done
2212026-03-24T23:14:29.780Z Done
2222026-03-24T23:14:29.868Z Done
2232026-03-24T23:14:29.871Z Done
2242026-03-24T23:14:30.024Z Done
2252026-03-24T23:14:30.404ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-24T23:14:30.404Zclang system 15 system
2272026-03-24T23:14:30.404Zcsh system system illumos
2282026-03-24T23:14:30.404Zctags system system illumos
2292026-03-24T23:14:30.404Zfile system system illumos
2302026-03-24T23:14:30.404Zgcc vendor 12 vendor
2312026-03-24T23:14:30.404Zgcc system 10 system
2322026-03-24T23:14:30.404Zgcc system 7 system
2332026-03-24T23:14:30.404Zgo system 1.20 system
2342026-03-24T23:14:30.404Zgo system 1.19 system
2352026-03-24T23:14:30.404Zllvm system 15 system
2362026-03-24T23:14:30.404Zllvm system 14 system
2372026-03-24T23:14:30.404Zmariadb system 10.6 system
2382026-03-24T23:14:30.404Zmta vendor vendor dma
2392026-03-24T23:14:30.404Zopenjdk system 17 system
2402026-03-24T23:14:30.404Zopenjdk system 11 system
2412026-03-24T23:14:30.404Zopenjdk system 1.8 system
2422026-03-24T23:14:30.404Zopenssl vendor 3 vendor
2432026-03-24T23:14:30.404Zperl system 5.36 system
2442026-03-24T23:14:30.404Zpostgresql system 15 system
2452026-03-24T23:14:30.404Zpostgresql system 13 system
2462026-03-24T23:14:30.404Zpython vendor 3 vendor
2472026-03-24T23:14:30.404Zpython system 2 system
2482026-03-24T23:14:30.405Zpython3 system 3.11 system
2492026-03-24T23:14:30.405Zruby system 3.0 system
2502026-03-24T23:14:30.405Zwords vendor vendor american-english
2512026-03-24T23:14:30.405Zwords system system australian-english
2522026-03-24T23:14:30.405Zwords system system british-english
2532026-03-24T23:14:30.405Zwords system system canadian-english
2542026-03-24T23:14:30.405Zwords system system french
2552026-03-24T23:14:30.405Zwords system system italian
2562026-03-24T23:14:30.405Zwords system system ngerman
2572026-03-24T23:14:30.405Zwords system system ogerman
2582026-03-24T23:14:30.405Zwords system system spanish
2592026-03-24T23:14:30.706ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-24T23:14:30.706Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-24T23:14:36.750ZFMRI IFO
2622026-03-24T23:14:36.750Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-24T23:14:36.750Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-24T23:14:36.751Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-24T23:14:36.751Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-24T23:14:36.751Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-24T23:14:36.751Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-24T23:14:36.751Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-24T23:14:36.751Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-24T23:14:36.751Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-24T23:14:36.751Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-24T23:14:36.751Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-24T23:14:36.751Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-24T23:14:36.751Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-24T23:14:36.751Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-24T23:14:36.751Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-24T23:14:36.751Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-24T23:14:38.008Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-24T23:14:38.293Z Updating crates.io index
2802026-03-24T23:14:38.296Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-24T23:14:38.599Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-24T23:14:39.603Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-24T23:14:40.350Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-24T23:14:41.128Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-24T23:14:41.883Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-24T23:14:43.308Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-24T23:14:44.947Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-24T23:14:45.834Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-24T23:14:46.468Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-24T23:14:47.364Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-24T23:14:47.946Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-24T23:14:48.465Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-24T23:14:48.939Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-24T23:14:49.814Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-24T23:14:50.348Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-24T23:14:50.747Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-24T23:14:51.033Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-24T23:14:51.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-24T23:14:51.812Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-24T23:14:52.072Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-24T23:14:52.297Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-24T23:14:52.694Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-24T23:14:53.083Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-24T23:14:53.716Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-24T23:14:54.063Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-24T23:14:54.604Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-24T23:14:54.891Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-24T23:14:56.211Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-24T23:14:57.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-24T23:14:57.748Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-24T23:14:58.058Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-24T23:14:58.358Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-24T23:14:58.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-24T23:14:59.079Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-24T23:14:59.657Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-24T23:14:59.891Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-24T23:15:00.177Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-24T23:15:00.569Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-24T23:15:15.618Z Downloading crates ...
3202026-03-24T23:15:15.685Z Downloaded crypto-common v0.1.7
3212026-03-24T23:15:15.694Z Downloaded autocfg v1.5.0
3222026-03-24T23:15:15.703Z Downloaded scroll_derive v0.12.1
3232026-03-24T23:15:15.707Z Downloaded dtrace-parser v0.2.0
3242026-03-24T23:15:15.716Z Downloaded papergrid v0.11.0
3252026-03-24T23:15:15.720Z Downloaded thiserror-impl v2.0.18
3262026-03-24T23:15:15.723Z Downloaded unicode-linebreak v0.1.5
3272026-03-24T23:15:15.723Z Downloaded thread-id v4.2.2
3282026-03-24T23:15:15.726Z Downloaded utf8_iter v1.0.4
3292026-03-24T23:15:15.726Z Downloaded anstream v0.6.21
3302026-03-24T23:15:15.726Z Downloaded thiserror v2.0.18
3312026-03-24T23:15:15.731Z Downloaded utf8parse v0.2.2
3322026-03-24T23:15:15.736Z Downloaded usdt v0.5.0
3332026-03-24T23:15:15.736Z Downloaded typeid v1.0.3
3342026-03-24T23:15:15.736Z Downloaded serde-untagged v0.1.9
3352026-03-24T23:15:15.737Z Downloaded proc-macro-error-attr v1.0.4
3362026-03-24T23:15:15.737Z Downloaded form_urlencoded v1.2.2
3372026-03-24T23:15:15.737Z Downloaded clap_builder v4.5.60
3382026-03-24T23:15:15.741Z Downloaded zerofrom-derive v0.1.6
3392026-03-24T23:15:15.746Z Downloaded yoke-derive v0.8.1
3402026-03-24T23:15:15.746Z Downloaded usdt-attr-macro v0.5.0
3412026-03-24T23:15:15.746Z Downloaded toml_write v0.1.2
3422026-03-24T23:15:15.746Z Downloaded pest_generator v2.8.6
3432026-03-24T23:15:15.746Z Downloaded pest_meta v2.8.6
3442026-03-24T23:15:15.749Z Downloaded usdt-macro v0.5.0
3452026-03-24T23:15:15.750Z Downloaded zerofrom v0.1.6
3462026-03-24T23:15:15.753Z Downloaded itoa v1.0.17
3472026-03-24T23:15:15.757Z Downloaded goblin v0.8.2
3482026-03-24T23:15:15.761Z Downloaded version_check v0.9.5
3492026-03-24T23:15:15.761Z Downloaded toml_datetime v0.6.11
3502026-03-24T23:15:15.764Z Downloaded anstyle-query v1.1.5
3512026-03-24T23:15:15.769Z Downloaded thiserror v1.0.69
3522026-03-24T23:15:15.773Z Downloaded zerovec-derive v0.11.2
3532026-03-24T23:15:15.773Z Downloaded unicode-xid v0.2.6
3542026-03-24T23:15:15.773Z Downloaded zmij v1.0.21
3552026-03-24T23:15:15.777Z Downloaded percent-encoding v2.3.2
3562026-03-24T23:15:15.777Z Downloaded fnv v1.0.7
3572026-03-24T23:15:15.777Z Downloaded usdt-impl v0.5.0
3582026-03-24T23:15:15.777Z Downloaded thiserror-impl v1.0.69
3592026-03-24T23:15:15.777Z Downloaded writeable v0.6.2
3602026-03-24T23:15:15.781Z Downloaded equivalent v1.0.2
3612026-03-24T23:15:15.784Z Downloaded tinystr v0.8.2
3622026-03-24T23:15:15.784Z Downloaded memmap v0.7.0
3632026-03-24T23:15:15.784Z Downloaded toml v0.8.23
3642026-03-24T23:15:15.788Z Downloaded zerocopy-derive v0.7.35
3652026-03-24T23:15:15.792Z Downloaded ucd-trie v0.1.7
3662026-03-24T23:15:15.792Z Downloaded dof v0.3.0
3672026-03-24T23:15:15.792Z Downloaded camino-tempfile v1.4.1
3682026-03-24T23:15:15.792Z Downloaded plain v0.2.3
3692026-03-24T23:15:15.795Z Downloaded heck v0.5.0
3702026-03-24T23:15:15.795Z Downloaded terminal_size v0.4.3
3712026-03-24T23:15:15.798Z Downloaded unicode-ident v1.0.24
3722026-03-24T23:15:15.801Z Downloaded errno v0.3.14
3732026-03-24T23:15:15.805Z Downloaded yoke v0.8.1
3742026-03-24T23:15:15.805Z Downloaded serde-value v0.7.0
3752026-03-24T23:15:15.805Z Downloaded cpufeatures v0.2.17
3762026-03-24T23:15:15.808Z Downloaded smawk v0.3.2
3772026-03-24T23:15:15.808Z Downloaded heck v0.4.1
3782026-03-24T23:15:15.811Z Downloaded ordered-float v2.10.1
3792026-03-24T23:15:15.811Z Downloaded zerotrie v0.2.3
3802026-03-24T23:15:15.814Z Downloaded is_terminal_polyfill v1.70.2
3812026-03-24T23:15:15.817Z Downloaded textwrap v0.16.2
3822026-03-24T23:15:15.820Z Downloaded fs-err v3.3.0
3832026-03-24T23:15:15.820Z Downloaded cargo_toml v0.21.0
3842026-03-24T23:15:15.823Z Downloaded toml_edit v0.22.27
3852026-03-24T23:15:15.826Z Downloaded fastrand v2.3.0
3862026-03-24T23:15:15.829Z Downloaded url v2.5.8
3872026-03-24T23:15:15.829Z Downloaded typenum v1.19.0
3882026-03-24T23:15:15.832Z Downloaded potential_utf v0.1.4
3892026-03-24T23:15:15.840Z Downloaded macaddr v1.0.1
3902026-03-24T23:15:15.844Z Downloaded zerovec v0.11.5
3912026-03-24T23:15:15.848Z Downloaded swrite v0.1.0
3922026-03-24T23:15:15.851Z Downloaded serde_spanned v0.6.9
3932026-03-24T23:15:15.851Z Downloaded pretty-hex v0.4.1
3942026-03-24T23:15:15.851Z Downloaded colorchoice v1.0.4
3952026-03-24T23:15:15.854Z Downloaded zerocopy v0.7.35
3962026-03-24T23:15:15.864Z Downloaded tabled_derive v0.7.0
3972026-03-24T23:15:15.867Z Downloaded winnow v0.7.14
3982026-03-24T23:15:15.871Z Downloaded cfg-if v1.0.4
3992026-03-24T23:15:15.874Z Downloaded cargo-platform v0.2.0
4002026-03-24T23:15:15.874Z Downloaded byteorder v1.5.0
4012026-03-24T23:15:15.877Z Downloaded unicode-width v0.2.0
4022026-03-24T23:15:15.880Z Downloaded stable_deref_trait v1.2.1
4032026-03-24T23:15:15.880Z Downloaded icu_normalizer_data v2.1.1
4042026-03-24T23:15:15.884Z Downloaded bytecount v0.6.9
4052026-03-24T23:15:15.884Z Downloaded unicode-width v0.1.14
4062026-03-24T23:15:15.888Z Downloaded icu_locale_core v2.1.1
4072026-03-24T23:15:15.891Z Downloaded idna_adapter v1.2.1
4082026-03-24T23:15:15.891Z Downloaded generic-array v0.14.7
4092026-03-24T23:15:15.895Z Downloaded clap_lex v1.0.0
4102026-03-24T23:15:15.895Z Downloaded clap_derive v4.5.55
4112026-03-24T23:15:15.896Z Downloaded strsim v0.11.1
4122026-03-24T23:15:15.899Z Downloaded bitflags v2.11.0
4132026-03-24T23:15:15.920Z Downloaded displaydoc v0.2.5
4142026-03-24T23:15:15.925Z Downloaded serde_tokenstream v0.2.3
4152026-03-24T23:15:15.929Z Downloaded digest v0.10.7
4162026-03-24T23:15:15.929Z Downloaded block-buffer v0.10.4
4172026-03-24T23:15:15.929Z Downloaded anstyle v1.0.13
4182026-03-24T23:15:15.929Z Downloaded scroll v0.12.0
4192026-03-24T23:15:15.935Z Downloaded cargo_metadata v0.21.0
4202026-03-24T23:15:15.939Z Downloaded semver v1.0.27
4212026-03-24T23:15:15.943Z Downloaded pest_derive v2.8.6
4222026-03-24T23:15:15.947Z Downloaded synstructure v0.13.2
4232026-03-24T23:15:15.951Z Downloaded sha2 v0.10.9
4242026-03-24T23:15:15.951Z Downloaded serde_core v1.0.228
4252026-03-24T23:15:15.951Z Downloaded proc-macro-error v1.0.4
4262026-03-24T23:15:15.960Z Downloaded quote v1.0.44
4272026-03-24T23:15:15.965Z Downloaded erased-serde v0.4.9
4282026-03-24T23:15:15.968Z Downloaded tempfile v3.25.0
4292026-03-24T23:15:15.972Z Downloaded litemap v0.8.1
4302026-03-24T23:15:15.972Z Downloaded anyhow v1.0.102
4312026-03-24T23:15:15.980Z Downloaded once_cell v1.21.3
4322026-03-24T23:15:15.984Z Downloaded anstyle-parse v0.2.7
4332026-03-24T23:15:15.984Z Downloaded smallvec v1.15.1
4342026-03-24T23:15:15.988Z Downloaded icu_provider v2.1.1
4352026-03-24T23:15:15.992Z Downloaded camino v1.2.2
4362026-03-24T23:15:15.998Z Downloaded log v0.4.29
4372026-03-24T23:15:15.998Z Downloaded clap v4.5.60
4382026-03-24T23:15:16.003Z Downloaded num-traits v0.2.19
4392026-03-24T23:15:16.006Z Downloaded icu_properties v2.1.2
4402026-03-24T23:15:16.006Z Downloaded cargo-util-schemas v0.8.2
4412026-03-24T23:15:16.011Z Downloaded proc-macro2 v1.0.106
4422026-03-24T23:15:16.014Z Downloaded getrandom v0.4.1
4432026-03-24T23:15:16.017Z Downloaded serde_derive v1.0.228
4442026-03-24T23:15:16.023Z Downloaded icu_normalizer v2.1.1
4452026-03-24T23:15:16.035Z Downloaded icu_collections v2.1.1
4462026-03-24T23:15:16.053Z Downloaded serde v1.0.228
4472026-03-24T23:15:16.059Z Downloaded memchr v2.8.0
4482026-03-24T23:15:16.068Z Downloaded pest v2.8.6
4492026-03-24T23:15:16.072Z Downloaded indexmap v2.13.0
4502026-03-24T23:15:16.107Z Downloaded idna v1.1.0
4512026-03-24T23:15:16.110Z Downloaded hashbrown v0.16.1
4522026-03-24T23:15:16.117Z Downloaded serde_json v1.0.149
4532026-03-24T23:15:16.123Z Downloaded icu_properties_data v2.1.2
4542026-03-24T23:15:16.138Z Downloaded tabled v0.15.0
4552026-03-24T23:15:16.150Z Downloaded syn v1.0.109
4562026-03-24T23:15:16.181Z Downloaded syn v2.0.117
4572026-03-24T23:15:16.190Z Downloaded rustix v1.1.3
4582026-03-24T23:15:16.230Z Downloaded libc v0.2.180
4592026-03-24T23:15:16.316Z Compiling proc-macro2 v1.0.106
4602026-03-24T23:15:16.320Z Compiling quote v1.0.44
4612026-03-24T23:15:16.320Z Compiling unicode-ident v1.0.24
4622026-03-24T23:15:16.320Z Compiling serde_core v1.0.228
4632026-03-24T23:15:16.320Z Compiling libc v0.2.180
4642026-03-24T23:15:16.320Z Compiling version_check v0.9.5
4652026-03-24T23:15:16.320Z Compiling memchr v2.8.0
4662026-03-24T23:15:16.320Z Compiling serde v1.0.228
4672026-03-24T23:15:16.733Z Compiling stable_deref_trait v1.2.1
4682026-03-24T23:15:16.828Z Compiling zmij v1.0.21
4692026-03-24T23:15:17.362Z Compiling itoa v1.0.17
4702026-03-24T23:15:17.431Z Compiling thiserror v1.0.69
4712026-03-24T23:15:17.434Z Compiling autocfg v1.5.0
4722026-03-24T23:15:17.502Z Compiling ucd-trie v0.1.7
4732026-03-24T23:15:17.660Z Compiling litemap v0.8.1
4742026-03-24T23:15:17.750Z Compiling pest v2.8.6
4752026-03-24T23:15:17.864Z Compiling writeable v0.6.2
4762026-03-24T23:15:17.968Z Compiling byteorder v1.5.0
4772026-03-24T23:15:18.069Z Compiling icu_normalizer_data v2.1.1
4782026-03-24T23:15:18.113Z Compiling icu_properties_data v2.1.2
4792026-03-24T23:15:18.296Z Compiling rustix v1.1.3
4802026-03-24T23:15:18.423Z Compiling errno v0.3.14
4812026-03-24T23:15:18.463Z Compiling bitflags v2.11.0
4822026-03-24T23:15:18.599Z Compiling syn v2.0.117
4832026-03-24T23:15:18.625Z Compiling serde_json v1.0.149
4842026-03-24T23:15:18.742Z Compiling num-traits v0.2.19
4852026-03-24T23:15:18.888Z Compiling smallvec v1.15.1
4862026-03-24T23:15:18.915Z Compiling hashbrown v0.16.1
4872026-03-24T23:15:18.994Z Compiling equivalent v1.0.2
4882026-03-24T23:15:19.105Z Compiling typeid v1.0.3
4892026-03-24T23:15:19.388Z Compiling pest_meta v2.8.6
4902026-03-24T23:15:19.515Z Compiling thread-id v4.2.2
4912026-03-24T23:15:19.617Z Compiling indexmap v2.13.0
4922026-03-24T23:15:19.642Z Compiling proc-macro-error-attr v1.0.4
4932026-03-24T23:15:19.690Z Compiling usdt-impl v0.5.0
4942026-03-24T23:15:19.866Z Compiling syn v1.0.109
4952026-03-24T23:15:19.986Z Compiling toml_write v0.1.2
4962026-03-24T23:15:20.079Z Compiling erased-serde v0.4.9
4972026-03-24T23:15:20.254Z Compiling winnow v0.7.14
4982026-03-24T23:15:20.707Z Compiling proc-macro-error v1.0.4
4992026-03-24T23:15:20.802Z Compiling percent-encoding v2.3.2
5002026-03-24T23:15:20.948Z Compiling camino v1.2.2
5012026-03-24T23:15:21.051Z Compiling utf8parse v0.2.2
5022026-03-24T23:15:21.197Z Compiling plain v0.2.3
5032026-03-24T23:15:21.339Z Compiling log v0.4.29
5042026-03-24T23:15:21.362Z Compiling thiserror v2.0.18
5052026-03-24T23:15:21.578Z Compiling utf8_iter v1.0.4
5062026-03-24T23:15:21.601Z Compiling getrandom v0.4.1
5072026-03-24T23:15:21.764Z Compiling ordered-float v2.10.1
5082026-03-24T23:15:21.845Z Compiling anstyle-parse v0.2.7
5092026-03-24T23:15:21.870Z Compiling form_urlencoded v1.2.2
5102026-03-24T23:15:22.150Z Compiling terminal_size v0.4.3
5112026-03-24T23:15:22.206Z Compiling anstyle v1.0.13
5122026-03-24T23:15:22.321Z Compiling synstructure v0.13.2
5132026-03-24T23:15:22.346Z Compiling pest_generator v2.8.6
5142026-03-24T23:15:22.433Z Compiling colorchoice v1.0.4
5152026-03-24T23:15:22.491Z Compiling cfg-if v1.0.4
5162026-03-24T23:15:22.579Z Compiling anstyle-query v1.1.5
5172026-03-24T23:15:22.602Z Compiling is_terminal_polyfill v1.70.2
5182026-03-24T23:15:22.627Z Compiling pretty-hex v0.4.1
5192026-03-24T23:15:22.718Z Compiling anstream v0.6.21
5202026-03-24T23:15:22.742Z Compiling serde-untagged v0.1.9
5212026-03-24T23:15:22.984Z Compiling semver v1.0.27
5222026-03-24T23:15:23.116Z Compiling fs-err v3.3.0
5232026-03-24T23:15:23.144Z Compiling unicode-xid v0.2.6
5242026-03-24T23:15:23.291Z Compiling fastrand v2.3.0
5252026-03-24T23:15:23.315Z Compiling unicode-width v0.1.14
5262026-03-24T23:15:23.360Z Compiling clap_lex v1.0.0
5272026-03-24T23:15:23.414Z Compiling anyhow v1.0.102
5282026-03-24T23:15:23.456Z Compiling once_cell v1.21.3
5292026-03-24T23:15:23.630Z Compiling heck v0.4.1
5302026-03-24T23:15:23.654Z Compiling strsim v0.11.1
5312026-03-24T23:15:23.731Z Compiling heck v0.5.0
5322026-03-24T23:15:23.820Z Compiling bytecount v0.6.9
5332026-03-24T23:15:23.943Z Compiling fnv v1.0.7
5342026-03-24T23:15:24.003Z Compiling clap_builder v4.5.60
5352026-03-24T23:15:24.045Z Compiling papergrid v0.11.0
5362026-03-24T23:15:24.093Z Compiling tempfile v3.25.0
5372026-03-24T23:15:24.244Z Compiling memmap v0.7.0
5382026-03-24T23:15:24.344Z Compiling unicode-linebreak v0.1.5
5392026-03-24T23:15:24.475Z Compiling unicode-width v0.2.0
5402026-03-24T23:15:24.590Z Compiling smawk v0.3.2
5412026-03-24T23:15:24.657Z Compiling camino-tempfile v1.4.1
5422026-03-24T23:15:24.762Z Compiling textwrap v0.16.2
5432026-03-24T23:15:24.895Z Compiling serde_derive v1.0.228
5442026-03-24T23:15:25.004Z Compiling zerofrom-derive v0.1.6
5452026-03-24T23:15:25.081Z Compiling yoke-derive v0.8.1
5462026-03-24T23:15:25.316Z Compiling zerovec-derive v0.11.2
5472026-03-24T23:15:25.438Z Compiling displaydoc v0.2.5
5482026-03-24T23:15:26.099Z Compiling thiserror-impl v1.0.69
5492026-03-24T23:15:26.424Z Compiling zerocopy-derive v0.7.35
5502026-03-24T23:15:26.657Z Compiling pest_derive v2.8.6
5512026-03-24T23:15:26.798Z Compiling scroll_derive v0.12.1
5522026-03-24T23:15:26.942Z Compiling zerofrom v0.1.6
5532026-03-24T23:15:27.109Z Compiling yoke v0.8.1
5542026-03-24T23:15:27.189Z Compiling thiserror-impl v2.0.18
5552026-03-24T23:15:27.354Z Compiling zerovec v0.11.5
5562026-03-24T23:15:27.569Z Compiling zerotrie v0.2.3
5572026-03-24T23:15:27.650Z Compiling zerocopy v0.7.35
5582026-03-24T23:15:27.925Z Compiling dtrace-parser v0.2.0
5592026-03-24T23:15:27.966Z Compiling tinystr v0.8.2
5602026-03-24T23:15:28.040Z Compiling potential_utf v0.1.4
5612026-03-24T23:15:28.229Z Compiling icu_locale_core v2.1.1
5622026-03-24T23:15:28.254Z Compiling icu_collections v2.1.1
5632026-03-24T23:15:28.278Z Compiling scroll v0.12.0
5642026-03-24T23:15:28.430Z Compiling tabled_derive v0.7.0
5652026-03-24T23:15:28.640Z Compiling goblin v0.8.2
5662026-03-24T23:15:28.824Z Compiling clap_derive v4.5.55
5672026-03-24T23:15:29.138Z Compiling icu_provider v2.1.1
5682026-03-24T23:15:29.272Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5692026-03-24T23:15:29.461Z Compiling icu_properties v2.1.2
5702026-03-24T23:15:29.526Z Compiling icu_normalizer v2.1.1
5712026-03-24T23:15:29.588Z Compiling toml_datetime v0.6.11
5722026-03-24T23:15:29.647Z Compiling serde_spanned v0.6.9
5732026-03-24T23:15:29.673Z Compiling dof v0.3.0
5742026-03-24T23:15:29.699Z Compiling serde_tokenstream v0.2.3
5752026-03-24T23:15:29.852Z Compiling toml_edit v0.22.27
5762026-03-24T23:15:30.012Z Compiling serde-value v0.7.0
5772026-03-24T23:15:30.223Z Compiling cargo-platform v0.2.0
5782026-03-24T23:15:30.300Z Compiling tabled v0.15.0
5792026-03-24T23:15:30.501Z Compiling macaddr v1.0.1
5802026-03-24T23:15:30.587Z Compiling swrite v0.1.0
5812026-03-24T23:15:30.747Z Compiling idna_adapter v1.2.1
5822026-03-24T23:15:30.886Z Compiling idna v1.1.0
5832026-03-24T23:15:30.946Z Compiling usdt-macro v0.5.0
5842026-03-24T23:15:30.946Z Compiling usdt-attr-macro v0.5.0
5852026-03-24T23:15:31.241Z Compiling clap v4.5.60
5862026-03-24T23:15:31.328Z Compiling url v2.5.8
5872026-03-24T23:15:31.860Z Compiling toml v0.8.23
5882026-03-24T23:15:32.355Z Compiling cargo-util-schemas v0.8.2
5892026-03-24T23:15:32.606Z Compiling cargo_toml v0.21.0
5902026-03-24T23:15:32.711Z Compiling usdt v0.5.0
5912026-03-24T23:15:33.595Z Compiling cargo_metadata v0.21.0
5922026-03-24T23:15:34.891Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-24T23:15:37.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.95s
5942026-03-24T23:15:38.007Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-24T23:15:38.772Z Downloading crates ...
5962026-03-24T23:15:38.905Z Downloaded base16ct v0.2.0
5972026-03-24T23:15:38.909Z Downloaded crucible-workspace-hack v0.1.0
5982026-03-24T23:15:38.909Z Downloaded crc8 v0.1.1
5992026-03-24T23:15:38.909Z Downloaded cstr-argument v0.1.2
6002026-03-24T23:15:38.913Z Downloaded bitfield-struct v0.6.2
6012026-03-24T23:15:38.913Z Downloaded aead v0.5.2
6022026-03-24T23:15:38.914Z Downloaded bit-set v0.8.0
6032026-03-24T23:15:38.914Z Downloaded darling_macro v0.21.3
6042026-03-24T23:15:38.917Z Downloaded bit-set v0.5.3
6052026-03-24T23:15:38.917Z Downloaded adler2 v2.0.1
6062026-03-24T23:15:38.917Z Downloaded crunchy v0.2.4
6072026-03-24T23:15:38.920Z Downloaded cexpr v0.6.0
6082026-03-24T23:15:38.920Z Downloaded crossbeam-deque v0.8.6
6092026-03-24T23:15:38.940Z Downloaded bit-vec v0.8.0
6102026-03-24T23:15:38.940Z Downloaded ena v0.14.4
6112026-03-24T23:15:38.945Z Downloaded ctr v0.9.2
6122026-03-24T23:15:38.945Z Downloaded bitflags v1.3.2
6132026-03-24T23:15:38.945Z Downloaded float-ord v0.3.2
6142026-03-24T23:15:38.945Z Downloaded base64 v0.22.1
6152026-03-24T23:15:38.945Z Downloaded bit-vec v0.6.3
6162026-03-24T23:15:38.945Z Downloaded darling v0.23.0
6172026-03-24T23:15:38.945Z Downloaded ed25519-dalek v2.2.0
6182026-03-24T23:15:38.945Z Downloaded constant_time_eq v0.4.2
6192026-03-24T23:15:38.950Z Downloaded cbc v0.1.2
6202026-03-24T23:15:38.950Z Downloaded curve25519-dalek-derive v0.1.1
6212026-03-24T23:15:38.950Z Downloaded fs-err v2.11.0
6222026-03-24T23:15:38.953Z Downloaded arrayref v0.3.9
6232026-03-24T23:15:38.953Z Downloaded castaway v0.2.4
6242026-03-24T23:15:38.953Z Downloaded async-stream v0.3.6
6252026-03-24T23:15:38.974Z Downloaded darling v0.21.3
6262026-03-24T23:15:38.978Z Downloaded dtrace-parser v0.3.0
6272026-03-24T23:15:38.978Z Downloaded debug-ignore v1.0.5
6282026-03-24T23:15:38.978Z Downloaded cobs v0.3.0
6292026-03-24T23:15:38.978Z Downloaded darling_macro v0.23.0
6302026-03-24T23:15:38.978Z Downloaded ciborium-io v0.2.2
6312026-03-24T23:15:38.978Z Downloaded find-msvc-tools v0.1.9
6322026-03-24T23:15:38.978Z Downloaded blake2 v0.10.6
6332026-03-24T23:15:38.978Z Downloaded async-bb8-diesel v0.2.1
6342026-03-24T23:15:38.978Z Downloaded crossterm v0.29.0
6352026-03-24T23:15:38.978Z Downloaded enum-as-inner v0.6.1
6362026-03-24T23:15:38.978Z Downloaded block-padding v0.3.3
6372026-03-24T23:15:38.978Z Downloaded cargo-platform v0.1.9
6382026-03-24T23:15:38.982Z Downloaded assert_matches v1.5.0
6392026-03-24T23:15:38.982Z Downloaded dunce v1.0.5
6402026-03-24T23:15:38.982Z Downloaded cpufeatures v0.3.0
6412026-03-24T23:15:38.989Z Downloaded atomicwrites v0.4.4
6422026-03-24T23:15:38.989Z Downloaded crossterm v0.28.1
6432026-03-24T23:15:38.992Z Downloaded drift v0.1.3
6442026-03-24T23:15:38.996Z Downloaded endian-type v0.1.2
6452026-03-24T23:15:38.996Z Downloaded difflib v0.4.0
6462026-03-24T23:15:38.996Z Downloaded crc-catalog v2.4.0
6472026-03-24T23:15:38.997Z Downloaded embedded-io v0.6.1
6482026-03-24T23:15:39.000Z Downloaded foreign-types-shared v0.3.1
6492026-03-24T23:15:39.000Z Downloaded dirs-next v2.0.0
6502026-03-24T23:15:39.000Z Downloaded foreign-types-shared v0.1.1
6512026-03-24T23:15:39.005Z Downloaded downcast-rs v2.0.2
6522026-03-24T23:15:39.005Z Downloaded cfg_aliases v0.2.1
6532026-03-24T23:15:39.005Z Downloaded crc v3.4.0
6542026-03-24T23:15:39.005Z Downloaded fd-lock v4.0.4
6552026-03-24T23:15:39.009Z Downloaded dsl_auto_type v0.2.0
6562026-03-24T23:15:39.009Z Downloaded foreign-types v0.5.0
6572026-03-24T23:15:39.009Z Downloaded ciborium-ll v0.2.2
6582026-03-24T23:15:39.015Z Downloaded atty v0.2.14
6592026-03-24T23:15:39.015Z Downloaded foreign-types-macros v0.2.3
6602026-03-24T23:15:39.015Z Downloaded cookie v0.18.1
6612026-03-24T23:15:39.018Z Downloaded cmake v0.1.57
6622026-03-24T23:15:39.018Z Downloaded async-trait v0.1.89
6632026-03-24T23:15:39.018Z Downloaded embedded-io v0.4.0
6642026-03-24T23:15:39.021Z Downloaded float-cmp v0.10.0
6652026-03-24T23:15:39.021Z Downloaded dropshot-api-manager-types v0.6.0
6662026-03-24T23:15:39.022Z Downloaded defmt v0.3.100
6672026-03-24T23:15:39.025Z Downloaded array-init v0.0.4
6682026-03-24T23:15:39.025Z Downloaded backoff v0.4.0
6692026-03-24T23:15:39.025Z Downloaded fixedbitset v0.4.2
6702026-03-24T23:15:39.028Z Downloaded document-features v0.2.12
6712026-03-24T23:15:39.028Z Downloaded csv-core v0.1.13
6722026-03-24T23:15:39.032Z Downloaded dyn-clone v1.0.20
6732026-03-24T23:15:39.032Z Downloaded bcrypt-pbkdf v0.10.0
6742026-03-24T23:15:39.032Z Downloaded dirs-sys-next v0.1.2
6752026-03-24T23:15:39.035Z Downloaded fallible-iterator v0.2.0
6762026-03-24T23:15:39.036Z Downloaded daft-derive v0.1.5
6772026-03-24T23:15:39.039Z Downloaded base16ct v1.0.0
6782026-03-24T23:15:39.039Z Downloaded funty v2.0.0
6792026-03-24T23:15:39.039Z Downloaded diesel_table_macro_syntax v0.3.0
6802026-03-24T23:15:39.042Z Downloaded derive_builder_macro v0.20.2
6812026-03-24T23:15:39.043Z Downloaded futures-task v0.3.32
6822026-03-24T23:15:39.043Z Downloaded git-stub v1.0.0
6832026-03-24T23:15:39.046Z Downloaded futures-sink v0.3.32
6842026-03-24T23:15:39.046Z Downloaded futures-core v0.3.32
6852026-03-24T23:15:39.046Z Downloaded flagset v0.4.7
6862026-03-24T23:15:39.049Z Downloaded display-error-chain v0.2.2
6872026-03-24T23:15:39.049Z Downloaded fxhash v0.2.1
6882026-03-24T23:15:39.049Z Downloaded futures-io v0.3.32
6892026-03-24T23:15:39.052Z Downloaded hash32 v0.3.1
6902026-03-24T23:15:39.052Z Downloaded hash32 v0.2.1
6912026-03-24T23:15:39.052Z Downloaded globwalk v0.9.1
6922026-03-24T23:15:39.056Z Downloaded ghash v0.5.1
6932026-03-24T23:15:39.056Z Downloaded gethostname v0.5.0
6942026-03-24T23:15:39.060Z Downloaded futures-macro v0.3.32
6952026-03-24T23:15:39.060Z Downloaded ahash v0.8.12
6962026-03-24T23:15:39.063Z Downloaded hex v0.4.3
6972026-03-24T23:15:39.063Z Downloaded corncobs v0.1.4
6982026-03-24T23:15:39.063Z Downloaded ff v0.13.1
6992026-03-24T23:15:39.079Z Downloaded either v1.15.0
7002026-03-24T23:15:39.080Z Downloaded env_filter v1.0.0
7012026-03-24T23:15:39.085Z Downloaded const_format_proc_macros v0.2.34
7022026-03-24T23:15:39.085Z Downloaded defmt v1.0.1
7032026-03-24T23:15:39.085Z Downloaded foreign-types v0.3.2
7042026-03-24T23:15:39.085Z Downloaded ecdsa v0.16.9
7052026-03-24T23:15:39.085Z Downloaded darling_core v0.23.0
7062026-03-24T23:15:39.085Z Downloaded fs_extra v1.3.0
7072026-03-24T23:15:39.085Z Downloaded erased-serde v0.3.31
7082026-03-24T23:15:39.085Z Downloaded darling_core v0.21.3
7092026-03-24T23:15:39.101Z Downloaded ident_case v1.0.1
7102026-03-24T23:15:39.105Z Downloaded hyper-tls v0.6.0
7112026-03-24T23:15:39.105Z Downloaded hubpack_derive v0.1.1
7122026-03-24T23:15:39.105Z Downloaded http-body v1.0.1
7132026-03-24T23:15:39.105Z Downloaded hostname v0.3.1
7142026-03-24T23:15:39.123Z Downloaded home v0.5.12
7152026-03-24T23:15:39.123Z Downloaded hex-literal v0.4.1
7162026-03-24T23:15:39.123Z Downloaded git-stub-vcs v0.1.0
7172026-03-24T23:15:39.127Z Downloaded foldhash v0.2.0
7182026-03-24T23:15:39.127Z Downloaded fixedbitset v0.5.7
7192026-03-24T23:15:39.127Z Downloaded ed25519 v2.2.3
7202026-03-24T23:15:39.127Z Downloaded deranged v0.5.8
7212026-03-24T23:15:39.127Z Downloaded foldhash v0.1.5
7222026-03-24T23:15:39.127Z Downloaded der_derive v0.7.3
7232026-03-24T23:15:39.127Z Downloaded futures-executor v0.3.32
7242026-03-24T23:15:39.127Z Downloaded httpdate v1.0.3
7252026-03-24T23:15:39.127Z Downloaded http-range v0.1.5
7262026-03-24T23:15:39.127Z Downloaded is_ci v1.2.0
7272026-03-24T23:15:39.127Z Downloaded is-terminal v0.4.17
7282026-03-24T23:15:39.127Z Downloaded inout v0.1.4
7292026-03-24T23:15:39.127Z Downloaded headers-core v0.3.0
7302026-03-24T23:15:39.146Z Downloaded hostname v0.4.2
7312026-03-24T23:15:39.146Z Downloaded hubpack v0.1.2
7322026-03-24T23:15:39.146Z Downloaded internet-checksum v0.2.1
7332026-03-24T23:15:39.146Z Downloaded instability v0.3.11
7342026-03-24T23:15:39.150Z Downloaded env_logger v0.11.9
7352026-03-24T23:15:39.150Z Downloaded elliptic-curve v0.13.8
7362026-03-24T23:15:39.150Z Downloaded indent_write v2.2.0
7372026-03-24T23:15:39.150Z Downloaded derive_builder_core v0.20.2
7382026-03-24T23:15:39.150Z Downloaded globset v0.4.18
7392026-03-24T23:15:39.150Z Downloaded crossbeam-epoch v0.9.18
7402026-03-24T23:15:39.150Z Downloaded dof v0.4.0
7412026-03-24T23:15:39.150Z Downloaded glob v0.3.3
7422026-03-24T23:15:39.150Z Downloaded des v0.8.1
7432026-03-24T23:15:39.150Z Downloaded clang-sys v1.8.1
7442026-03-24T23:15:39.165Z Downloaded cargo_toml v0.22.3
7452026-03-24T23:15:39.165Z Downloaded bzip2 v0.4.4
7462026-03-24T23:15:39.165Z Downloaded diff v0.1.13
7472026-03-24T23:15:39.169Z Downloaded instant v0.1.13
7482026-03-24T23:15:39.169Z Downloaded arrayvec v0.7.6
7492026-03-24T23:15:39.169Z Downloaded lalrpop-util v0.19.12
7502026-03-24T23:15:39.169Z Downloaded humantime v2.3.0
7512026-03-24T23:15:39.169Z Downloaded cookie_store v0.22.1
7522026-03-24T23:15:39.169Z Downloaded lru-slab v0.1.2
7532026-03-24T23:15:39.169Z Downloaded keccak v0.1.6
7542026-03-24T23:15:39.169Z Downloaded lru-cache v0.1.2
7552026-03-24T23:15:39.169Z Downloaded memoffset v0.9.1
7562026-03-24T23:15:39.169Z Downloaded kstat-rs v0.2.4
7572026-03-24T23:15:39.181Z Downloaded lru v0.12.5
7582026-03-24T23:15:39.182Z Downloaded ciborium v0.2.2
7592026-03-24T23:15:39.182Z Downloaded libscf-sys v1.1.0
7602026-03-24T23:15:39.186Z Downloaded crossbeam-utils v0.8.21
7612026-03-24T23:15:39.186Z Downloaded critical-section v1.2.0
7622026-03-24T23:15:39.186Z Downloaded getrandom v0.2.17
7632026-03-24T23:15:39.186Z Downloaded maybe-uninit v2.0.0
7642026-03-24T23:15:39.186Z Downloaded maplit v1.0.2
7652026-03-24T23:15:39.186Z Downloaded ipnetwork v0.21.1
7662026-03-24T23:15:39.186Z Downloaded linked-hash-map v0.5.6
7672026-03-24T23:15:39.186Z Downloaded mime v0.3.17
7682026-03-24T23:15:39.189Z Downloaded md5 v0.7.0
7692026-03-24T23:15:39.189Z Downloaded lzss v0.8.2
7702026-03-24T23:15:39.189Z Downloaded nodrop v0.1.14
7712026-03-24T23:15:39.193Z Downloaded hickory-client v0.25.2
7722026-03-24T23:15:39.193Z Downloaded highway v1.3.0
7732026-03-24T23:15:39.196Z Downloaded half v1.8.3
7742026-03-24T23:15:39.196Z Downloaded cipher v0.4.4
7752026-03-24T23:15:39.201Z Downloaded derive-where v1.6.0
7762026-03-24T23:15:39.204Z Downloaded const-oid v0.9.6
7772026-03-24T23:15:39.204Z Downloaded derive_more v0.99.20
7782026-03-24T23:15:39.209Z Downloaded futures-channel v0.3.32
7792026-03-24T23:15:39.213Z Downloaded fatfs v0.3.6
7802026-03-24T23:15:39.213Z Downloaded crc32fast v1.5.0
7812026-03-24T23:15:39.214Z Downloaded lazy_static v1.5.0
7822026-03-24T23:15:39.217Z Downloaded match_cfg v0.1.0
7832026-03-24T23:15:39.217Z Downloaded indoc v1.0.9
7842026-03-24T23:15:39.220Z Downloaded newtype_derive v0.1.6
7852026-03-24T23:15:39.221Z Downloaded md-5 v0.10.6
7862026-03-24T23:15:39.221Z Downloaded nonempty v0.12.0
7872026-03-24T23:15:39.224Z Downloaded num-conv v0.2.0
7882026-03-24T23:15:39.224Z Downloaded newtype-uuid-macros v0.1.0
7892026-03-24T23:15:39.224Z Downloaded ingot v0.1.1
7902026-03-24T23:15:39.227Z Downloaded libefi-sys v0.1.0
7912026-03-24T23:15:39.227Z Downloaded num-derive v0.4.2
7922026-03-24T23:15:39.231Z Downloaded nibble_vec v0.1.0
7932026-03-24T23:15:39.231Z Downloaded normalize-line-endings v0.3.0
7942026-03-24T23:15:39.231Z Downloaded dropshot_endpoint v0.16.7
7952026-03-24T23:15:39.234Z Downloaded http-body-util v0.1.3
7962026-03-24T23:15:39.237Z Downloaded mime_guess v2.0.5
7972026-03-24T23:15:39.237Z Downloaded getrandom v0.3.4
7982026-03-24T23:15:39.242Z Downloaded new_debug_unreachable v1.0.6
7992026-03-24T23:15:39.242Z Downloaded libsw-core v0.3.2
8002026-03-24T23:15:39.245Z Downloaded num-iter v0.1.45
8012026-03-24T23:15:39.245Z Downloaded newline-converter v0.3.0
8022026-03-24T23:15:39.245Z Downloaded ipnet v2.11.0
8032026-03-24T23:15:39.249Z Downloaded num_threads v0.1.7
8042026-03-24T23:15:39.249Z Downloaded num v0.4.3
8052026-03-24T23:15:39.249Z Downloaded num_enum_derive v0.5.11
8062026-03-24T23:15:39.249Z Downloaded multer v3.1.0
8072026-03-24T23:15:39.253Z Downloaded num-derive v0.3.3
8082026-03-24T23:15:39.256Z Downloaded ingot-types v0.1.2
8092026-03-24T23:15:39.256Z Downloaded jobserver v0.1.34
8102026-03-24T23:15:39.256Z Downloaded managed v0.8.0
8112026-03-24T23:15:39.259Z Downloaded linear-map v1.2.0
8122026-03-24T23:15:39.259Z Downloaded darling v0.20.11
8132026-03-24T23:15:39.262Z Downloaded olpc-cjson v0.1.4
8142026-03-24T23:15:39.266Z Downloaded lock_api v0.4.14
8152026-03-24T23:15:39.266Z Downloaded openssl-probe v0.2.1
8162026-03-24T23:15:39.269Z Downloaded openssl-probe v0.1.6
8172026-03-24T23:15:39.269Z Downloaded openssl-macros v0.1.1
8182026-03-24T23:15:39.269Z Downloaded flume v0.11.1
8192026-03-24T23:15:39.272Z Downloaded oso-derive v0.27.3
8202026-03-24T23:15:39.272Z Downloaded opaque-debug v0.3.1
8212026-03-24T23:15:39.275Z Downloaded libloading v0.8.9
8222026-03-24T23:15:39.275Z Downloaded hmac v0.12.1
8232026-03-24T23:15:39.280Z Downloaded ingot-macros v0.1.1
8242026-03-24T23:15:39.280Z Downloaded impl-trait-for-tuples v0.2.3
8252026-03-24T23:15:39.283Z Downloaded hyper-staticfile v0.10.1
8262026-03-24T23:15:39.283Z Downloaded backon v1.6.0
8272026-03-24T23:15:39.287Z Downloaded allocator-api2 v0.2.21
8282026-03-24T23:15:39.291Z Downloaded hyper-rustls v0.27.7
8292026-03-24T23:15:39.291Z Downloaded packed_struct_codegen v0.10.1
8302026-03-24T23:15:39.292Z Downloaded litrs v1.0.0
8312026-03-24T23:15:39.296Z Downloaded httparse v1.10.1
8322026-03-24T23:15:39.296Z Downloaded cancel-safe-futures v0.1.5
8332026-03-24T23:15:39.299Z Downloaded parse-size v1.1.0
8342026-03-24T23:15:39.299Z Downloaded bzip2 v0.6.1
8352026-03-24T23:15:39.302Z Downloaded colored v2.2.0
8362026-03-24T23:15:39.302Z Downloaded console v0.16.2
8372026-03-24T23:15:39.306Z Downloaded peg-runtime v0.8.5
8382026-03-24T23:15:39.306Z Downloaded num_enum v0.7.5
8392026-03-24T23:15:39.309Z Downloaded const_format v0.2.35
8402026-03-24T23:15:39.312Z Downloaded ignore v0.4.25
8412026-03-24T23:15:39.316Z Downloaded pbkdf2 v0.11.0
8422026-03-24T23:15:39.320Z Downloaded parse-display v0.10.0
8432026-03-24T23:15:39.320Z Downloaded num-integer v0.1.46
8442026-03-24T23:15:39.326Z Downloaded pin-utils v0.1.0
8452026-03-24T23:15:39.326Z Downloaded arc-swap v1.8.2
8462026-03-24T23:15:39.326Z Downloaded pbkdf2 v0.12.2
8472026-03-24T23:15:39.326Z Downloaded phf_shared v0.11.3
8482026-03-24T23:15:39.329Z Downloaded num-complex v0.4.6
8492026-03-24T23:15:39.329Z Downloaded oxide-tokio-rt v0.1.3
8502026-03-24T23:15:39.329Z Downloaded phf_shared v0.12.1
8512026-03-24T23:15:39.334Z Downloaded phf_shared v0.13.1
8522026-03-24T23:15:39.334Z Downloaded der v0.7.10
8532026-03-24T23:15:39.337Z Downloaded darling_core v0.20.11
8542026-03-24T23:15:39.340Z Downloaded num_enum_derive v0.7.5
8552026-03-24T23:15:39.343Z Downloaded packed_struct v0.10.1
8562026-03-24T23:15:39.343Z Downloaded oxnet v0.1.4
8572026-03-24T23:15:39.347Z Downloaded libsw v3.5.0
8582026-03-24T23:15:39.347Z Downloaded predicates-tree v1.0.13
8592026-03-24T23:15:39.347Z Downloaded libbz2-rs-sys v0.2.2
8602026-03-24T23:15:39.351Z Downloaded crossbeam-channel v0.5.15
8612026-03-24T23:15:39.354Z Downloaded predicates-core v1.0.10
8622026-03-24T23:15:39.354Z Downloaded proc-macro-crate v1.3.1
8632026-03-24T23:15:39.354Z Downloaded precomputed-hash v0.1.1
8642026-03-24T23:15:39.357Z Downloaded powerfmt v0.2.0
8652026-03-24T23:15:39.357Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-03-24T23:15:39.357Z Downloaded proc-macro-crate v3.4.0
8672026-03-24T23:15:39.360Z Downloaded aes v0.8.4
8682026-03-24T23:15:39.363Z Downloaded progenitor-client v0.11.2
8692026-03-24T23:15:39.363Z Downloaded owo-colors v4.3.0
8702026-03-24T23:15:39.368Z Downloaded nu-ansi-term v0.50.3
8712026-03-24T23:15:39.368Z Downloaded memmap2 v0.9.10
8722026-03-24T23:15:39.371Z Downloaded crc-any v2.5.0
8732026-03-24T23:15:39.371Z Downloaded compact_str v0.8.1
8742026-03-24T23:15:39.374Z Downloaded password-hash v0.5.0
8752026-03-24T23:15:39.374Z Downloaded parking_lot_core v0.8.6
8762026-03-24T23:15:39.377Z Downloaded phf v0.12.1
8772026-03-24T23:15:39.377Z Downloaded progenitor-client v0.10.0
8782026-03-24T23:15:39.380Z Downloaded peg-macros v0.8.5
8792026-03-24T23:15:39.380Z Downloaded progenitor-macro v0.10.0
8802026-03-24T23:15:39.383Z Downloaded progenitor-macro v0.11.2
8812026-03-24T23:15:39.383Z Downloaded progenitor-macro v0.13.0
8822026-03-24T23:15:39.383Z Downloaded psl-types v2.0.11
8832026-03-24T23:15:39.386Z Downloaded flate2 v1.1.9
8842026-03-24T23:15:39.389Z Downloaded pem-rfc7468 v0.7.0
8852026-03-24T23:15:39.393Z Downloaded indexmap v1.9.3
8862026-03-24T23:15:39.393Z Downloaded peg v0.8.5
8872026-03-24T23:15:39.396Z Downloaded chacha20poly1305 v0.10.1
8882026-03-24T23:15:39.400Z Downloaded phf v0.13.1
8892026-03-24T23:15:39.400Z Downloaded pin-project-internal v1.1.11
8902026-03-24T23:15:39.405Z Downloaded ar_archive_writer v0.5.1
8912026-03-24T23:15:39.405Z Downloaded paste v1.0.15
8922026-03-24T23:15:39.410Z Downloaded quick-error v1.2.3
8932026-03-24T23:15:39.410Z Downloaded radium v0.7.0
8942026-03-24T23:15:39.411Z Downloaded expectorate v1.2.0
8952026-03-24T23:15:39.415Z Downloaded dropshot-api-manager v0.6.0
8962026-03-24T23:15:39.415Z Downloaded rand_chacha v0.3.1
8972026-03-24T23:15:39.415Z Downloaded pem v3.0.6
8982026-03-24T23:15:39.419Z Downloaded derive_more v2.1.1
8992026-03-24T23:15:39.424Z Downloaded proc-macro-error2 v2.0.1
9002026-03-24T23:15:39.428Z Downloaded heapless v0.7.17
9012026-03-24T23:15:39.431Z Downloaded rfc6979 v0.4.0
9022026-03-24T23:15:39.431Z Downloaded ref-cast v1.0.25
9032026-03-24T23:15:39.434Z Downloaded primeorder v0.13.6
9042026-03-24T23:15:39.434Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-03-24T23:15:39.437Z Downloaded pin-project-lite v0.2.17
9062026-03-24T23:15:39.440Z Downloaded polyval v0.6.2
9072026-03-24T23:15:39.443Z Downloaded rand_xorshift v0.4.0
9082026-03-24T23:15:39.443Z Downloaded recursive v0.1.1
9092026-03-24T23:15:39.444Z Downloaded poly1305 v0.8.0
9102026-03-24T23:15:39.446Z Downloaded psm v0.1.30
9112026-03-24T23:15:39.449Z Downloaded parse-display-derive v0.10.0
9122026-03-24T23:15:39.449Z Downloaded omicron-zone-package v0.12.2
9132026-03-24T23:15:39.452Z Downloaded postgres-protocol v0.6.10
9142026-03-24T23:15:39.457Z Downloaded pkg-config v0.3.32
9152026-03-24T23:15:39.457Z Downloaded pkcs8 v0.10.2
9162026-03-24T23:15:39.460Z Downloaded predicates v3.1.4
9172026-03-24T23:15:39.460Z Downloaded ppv-lite86 v0.2.21
9182026-03-24T23:15:39.463Z Downloaded password-hash v0.4.2
9192026-03-24T23:15:39.463Z Downloaded iana-time-zone v0.1.65
9202026-03-24T23:15:39.466Z Downloaded num_enum v0.5.11
9212026-03-24T23:15:39.469Z Downloaded rustc_version v0.4.1
9222026-03-24T23:15:39.472Z Downloaded rustc_version v0.1.7
9232026-03-24T23:15:39.472Z Downloaded rustc-hash v2.1.1
9242026-03-24T23:15:39.472Z Downloaded russh-cryptovec v0.7.3
9252026-03-24T23:15:39.472Z Downloaded progenitor-extras v0.1.1
9262026-03-24T23:15:39.475Z Downloaded ref-cast-impl v1.0.25
9272026-03-24T23:15:39.475Z Downloaded progenitor v0.13.0
9282026-03-24T23:15:39.478Z Downloaded parking_lot v0.12.5
9292026-03-24T23:15:39.479Z Downloaded diesel_derives v2.3.7
9302026-03-24T23:15:39.483Z Downloaded progenitor v0.11.2
9312026-03-24T23:15:39.486Z Downloaded postcard v1.1.3
9322026-03-24T23:15:39.489Z Downloaded parking_lot_core v0.9.12
9332026-03-24T23:15:39.489Z Downloaded bumpalo v3.20.2
9342026-03-24T23:15:39.492Z Downloaded futures v0.3.32
9352026-03-24T23:15:39.495Z Downloaded salsa20 v0.10.2
9362026-03-24T23:15:39.498Z Downloaded rand_core v0.6.4
9372026-03-24T23:15:39.498Z Downloaded rand_chacha v0.9.0
9382026-03-24T23:15:39.501Z Downloaded postgres-types v0.2.12
9392026-03-24T23:15:39.504Z Downloaded r2d2 v0.8.10
9402026-03-24T23:15:39.504Z Downloaded jiff-static v0.2.21
9412026-03-24T23:15:39.507Z Downloaded rand_seeder v0.4.0
9422026-03-24T23:15:39.507Z Downloaded rand_core v0.10.0
9432026-03-24T23:15:39.510Z Downloaded same-file v1.0.6
9442026-03-24T23:15:39.510Z Downloaded rand_core v0.9.5
9452026-03-24T23:15:39.513Z Downloaded scheduled-thread-pool v0.2.7
9462026-03-24T23:15:39.513Z Downloaded rtoolbox v0.0.3
9472026-03-24T23:15:39.513Z Downloaded derive_more-impl v2.1.1
9482026-03-24T23:15:39.517Z Downloaded secrecy v0.10.3
9492026-03-24T23:15:39.520Z Downloaded scrypt v0.11.0
9502026-03-24T23:15:39.520Z Downloaded scopeguard v1.2.0
9512026-03-24T23:15:39.523Z Downloaded progenitor-client v0.13.0
9522026-03-24T23:15:39.523Z Downloaded heapless v0.8.0
9532026-03-24T23:15:39.526Z Downloaded pkcs5 v0.7.1
9542026-03-24T23:15:39.529Z Downloaded path-slash v0.1.5
9552026-03-24T23:15:39.529Z Downloaded parking_lot v0.11.2
9562026-03-24T23:15:39.532Z Downloaded serde_bytes v0.11.19
9572026-03-24T23:15:39.535Z Downloaded serde-big-array v0.5.1
9582026-03-24T23:15:39.535Z Downloaded scroll_derive v0.13.1
9592026-03-24T23:15:39.536Z Downloaded semver v0.1.20
9602026-03-24T23:15:39.539Z Downloaded resolv-conf v0.7.6
9612026-03-24T23:15:39.539Z Downloaded num-rational v0.4.2
9622026-03-24T23:15:39.542Z Downloaded secrecy v0.8.0
9632026-03-24T23:15:39.542Z Downloaded native-tls v0.2.18
9642026-03-24T23:15:39.542Z Downloaded nanorand v0.7.0
9652026-03-24T23:15:39.546Z Downloaded multimap v0.10.1
9662026-03-24T23:15:39.546Z Downloaded half v2.7.1
9672026-03-24T23:15:39.549Z Downloaded hickory-resolver v0.24.4
9682026-03-24T23:15:39.552Z Downloaded headers v0.4.1
9692026-03-24T23:15:39.555Z Downloaded serde_spanned v1.0.4
9702026-03-24T23:15:39.558Z Downloaded serde_plain v1.0.2
9712026-03-24T23:15:39.558Z Downloaded p256 v0.13.2
9722026-03-24T23:15:39.561Z Downloaded rustls-pemfile v2.2.0
9732026-03-24T23:15:39.564Z Downloaded progenitor v0.10.0
9742026-03-24T23:15:39.564Z Downloaded rustls-pemfile v1.0.4
9752026-03-24T23:15:39.567Z Downloaded rustls-native-certs v0.8.3
9762026-03-24T23:15:39.570Z Downloaded rusty-fork v0.3.1
9772026-03-24T23:15:39.570Z Downloaded shell-words v1.1.1
9782026-03-24T23:15:39.570Z Downloaded sha1 v0.10.6
9792026-03-24T23:15:39.573Z Downloaded signature v2.2.0
9802026-03-24T23:15:39.573Z Downloaded hashbrown v0.12.3
9812026-03-24T23:15:39.576Z Downloaded hickory-resolver v0.25.2
9822026-03-24T23:15:39.579Z Downloaded cc v1.2.56
9832026-03-24T23:15:39.582Z Downloaded sapling-renderdag v0.1.0
9842026-03-24T23:15:39.585Z Downloaded oso v0.27.3
9852026-03-24T23:15:39.588Z Downloaded signal-hook-tokio v0.3.1
9862026-03-24T23:15:39.588Z Downloaded miniz_oxide v0.8.9
9872026-03-24T23:15:39.591Z Downloaded sigpipe v0.1.3
9882026-03-24T23:15:39.591Z Downloaded schemars_derive v0.8.22
9892026-03-24T23:15:39.591Z Downloaded hashbrown v0.13.2
9902026-03-24T23:15:39.595Z Downloaded quinn-udp v0.5.14
9912026-03-24T23:15:39.598Z Downloaded progenitor-impl v0.11.2
9922026-03-24T23:15:39.601Z Downloaded progenitor-impl v0.13.0
9932026-03-24T23:15:39.601Z Downloaded papergrid v0.17.0
9942026-03-24T23:15:39.604Z Downloaded slog-bunyan v2.5.0
9952026-03-24T23:15:39.607Z Downloaded indicatif v0.18.4
9962026-03-24T23:15:39.610Z Downloaded serde_path_to_error v0.1.20
9972026-03-24T23:15:39.610Z Downloaded siphasher v1.0.2
9982026-03-24T23:15:39.615Z Downloaded slog-envlogger v2.2.0
9992026-03-24T23:15:39.615Z Downloaded serde-hex v0.1.0
10002026-03-24T23:15:39.619Z Downloaded serde_repr v0.1.20
10012026-03-24T23:15:39.619Z Downloaded http v1.4.0
10022026-03-24T23:15:39.623Z Downloaded bytes v1.11.1
10032026-03-24T23:15:39.626Z Downloaded newtype-uuid v1.3.2
10042026-03-24T23:15:39.626Z Downloaded colored v3.1.1
10052026-03-24T23:15:39.629Z Downloaded pkcs1 v0.7.5
10062026-03-24T23:15:39.629Z Downloaded indoc v2.0.7
10072026-03-24T23:15:39.632Z Downloaded seq-macro v0.3.6
10082026-03-24T23:15:39.632Z Downloaded sec1 v0.7.3
10092026-03-24T23:15:39.635Z Downloaded sct v0.7.1
10102026-03-24T23:15:39.638Z Downloaded sqlparser_derive v0.5.0
10112026-03-24T23:15:39.638Z Downloaded scroll v0.13.0
10122026-03-24T23:15:39.638Z Downloaded group v0.13.0
10132026-03-24T23:15:39.641Z Downloaded filetime v0.2.27
10142026-03-24T23:15:39.641Z Downloaded daft v0.1.5
10152026-03-24T23:15:39.644Z Downloaded chacha20 v0.10.0
10162026-03-24T23:15:39.647Z Downloaded simd-adler32 v0.3.8
10172026-03-24T23:15:39.647Z Downloaded rustversion v1.0.22
10182026-03-24T23:15:39.650Z Downloaded rustls-pki-types v1.14.0
10192026-03-24T23:15:39.653Z Downloaded structmeta-derive v0.3.0
10202026-03-24T23:15:39.653Z Downloaded progenitor-impl v0.10.0
10212026-03-24T23:15:39.656Z Downloaded itertools v0.10.5
10222026-03-24T23:15:39.660Z Downloaded prefix-trie v0.7.0
10232026-03-24T23:15:39.664Z Downloaded ssh-encoding v0.2.0
10242026-03-24T23:15:39.664Z Downloaded strum v0.26.3
10252026-03-24T23:15:39.667Z Downloaded slog-async v2.8.0
10262026-03-24T23:15:39.667Z Downloaded serde_urlencoded v0.7.1
10272026-03-24T23:15:39.670Z Downloaded serde_derive_internals v0.29.1
10282026-03-24T23:15:39.670Z Downloaded slog-json v2.6.1
10292026-03-24T23:15:39.670Z Downloaded strip-ansi-escapes v0.2.1
10302026-03-24T23:15:39.673Z Downloaded slog-term v2.9.2
10312026-03-24T23:15:39.676Z Downloaded prettyplease v0.2.37
10322026-03-24T23:15:39.679Z Downloaded tabwriter v1.4.1
10332026-03-24T23:15:39.679Z Downloaded signal-hook-registry v1.4.8
10342026-03-24T23:15:39.679Z Downloaded signal-hook-mio v0.2.5
10352026-03-24T23:15:39.682Z Downloaded shlex v1.3.0
10362026-03-24T23:15:39.682Z Downloaded russh-keys v0.45.0
10372026-03-24T23:15:39.685Z Downloaded minimal-lexical v0.2.1
10382026-03-24T23:15:39.688Z Downloaded snafu-derive v0.8.9
10392026-03-24T23:15:39.688Z Downloaded pin-project v1.1.11
10402026-03-24T23:15:39.696Z Downloaded mio v1.1.1
10412026-03-24T23:15:39.700Z Downloaded sync-ptr v0.1.4
10422026-03-24T23:15:39.703Z Downloaded ssh-cipher v0.2.0
10432026-03-24T23:15:39.703Z Downloaded spki v0.7.3
10442026-03-24T23:15:39.706Z Downloaded tap v1.0.1
10452026-03-24T23:15:39.706Z Downloaded tagptr v0.2.0
10462026-03-24T23:15:39.706Z Downloaded sync_wrapper v1.0.2
10472026-03-24T23:15:39.709Z Downloaded supports-color v3.0.2
10482026-03-24T23:15:39.709Z Downloaded strum v0.27.2
10492026-03-24T23:15:39.709Z Downloaded sqlformat v0.3.5
10502026-03-24T23:15:39.713Z Downloaded slab v0.4.12
10512026-03-24T23:15:39.713Z Downloaded hickory-server v0.25.2
10522026-03-24T23:15:39.716Z Downloaded stacker v0.1.23
10532026-03-24T23:15:39.719Z Downloaded serde_with_macros v3.17.0
10542026-03-24T23:15:39.722Z Downloaded structmeta v0.3.0
10552026-03-24T23:15:39.722Z Downloaded termtree v0.5.1
10562026-03-24T23:15:39.722Z Downloaded take_mut v0.2.2
10572026-03-24T23:15:39.725Z Downloaded tabled_derive v0.11.0
10582026-03-24T23:15:39.725Z Downloaded time-core v0.1.8
10592026-03-24T23:15:39.728Z Downloaded thiserror-impl-no-std v2.0.2
10602026-03-24T23:15:39.728Z Downloaded testing_table v0.3.0
10612026-03-24T23:15:39.728Z Downloaded serde_cbor v0.11.2
10622026-03-24T23:15:39.731Z Downloaded openssl-sys v0.9.111
10632026-03-24T23:15:39.734Z Downloaded static_assertions v1.1.0
10642026-03-24T23:15:39.737Z Downloaded smf v0.2.3
10652026-03-24T23:15:39.737Z Downloaded smallvec v0.6.14
10662026-03-24T23:15:39.740Z Downloaded rustls-platform-verifier v0.6.2
10672026-03-24T23:15:39.744Z Downloaded ron v0.8.1
10682026-03-24T23:15:39.747Z Downloaded slog-dtrace v0.3.0
10692026-03-24T23:15:39.747Z Downloaded tinyvec_macros v0.1.1
10702026-03-24T23:15:39.750Z Downloaded thread-id v5.1.0
10712026-03-24T23:15:39.750Z Downloaded strum_macros v0.26.4
10722026-03-24T23:15:39.753Z Downloaded stringprep v0.1.5
10732026-03-24T23:15:39.753Z Downloaded num-bigint v0.4.6
10742026-03-24T23:15:39.756Z Downloaded strum_macros v0.27.2
10752026-03-24T23:15:39.759Z Downloaded aes-gcm v0.10.3
10762026-03-24T23:15:39.762Z Downloaded iddqd v0.3.17
10772026-03-24T23:15:39.766Z Downloaded hyper-util v0.1.20
10782026-03-24T23:15:39.770Z Downloaded rayon-core v1.13.0
10792026-03-24T23:15:39.774Z Downloaded spin v0.9.8
10802026-03-24T23:15:39.776Z Downloaded slog-stdlog v4.1.1
10812026-03-24T23:15:39.779Z Downloaded slog-scope v4.4.1
10822026-03-24T23:15:39.780Z Downloaded pretty_assertions v1.4.1
10832026-03-24T23:15:39.783Z Downloaded termios v0.3.3
10842026-03-24T23:15:39.783Z Downloaded topological-sort v0.2.2
10852026-03-24T23:15:39.783Z Downloaded hashbrown v0.15.5
10862026-03-24T23:15:39.787Z Downloaded support-bundle-viewer v0.1.2
10872026-03-24T23:15:39.790Z Downloaded string_cache v0.8.9
10882026-03-24T23:15:39.790Z Downloaded iri-string v0.7.10
10892026-03-24T23:15:39.795Z Downloaded thread_local v1.1.9
10902026-03-24T23:15:39.800Z Downloaded rcgen v0.12.1
10912026-03-24T23:15:39.804Z Downloaded subtle v2.6.1
10922026-03-24T23:15:39.804Z Downloaded itertools v0.13.0
10932026-03-24T23:15:39.808Z Downloaded try-lock v0.2.5
10942026-03-24T23:15:39.808Z Downloaded slog v2.8.2
10952026-03-24T23:15:39.812Z Downloaded tls_codec_derive v0.4.2
10962026-03-24T23:15:39.815Z Downloaded nom v7.1.3
10972026-03-24T23:15:39.819Z Downloaded schemars v0.8.22
10982026-03-24T23:15:39.825Z Downloaded unarray v0.1.4
10992026-03-24T23:15:39.828Z Downloaded untrusted v0.7.1
11002026-03-24T23:15:39.828Z Downloaded num-bigint-dig v0.8.6
11012026-03-24T23:15:39.831Z Downloaded usdt-attr-macro v0.6.0
11022026-03-24T23:15:39.835Z Downloaded untrusted v0.9.0
11032026-03-24T23:15:39.835Z Downloaded tokio-tungstenite v0.21.0
11042026-03-24T23:15:39.838Z Downloaded publicsuffix v2.3.0
11052026-03-24T23:15:39.838Z Downloaded tokio-tungstenite v0.23.1
11062026-03-24T23:15:39.841Z Downloaded qorb v0.4.1
11072026-03-24T23:15:39.844Z Downloaded quinn v0.11.9
11082026-03-24T23:15:39.847Z Downloaded tokio-native-tls v0.3.1
11092026-03-24T23:15:39.847Z Downloaded tokio-dtrace v0.1.1
11102026-03-24T23:15:39.850Z Downloaded typify-macro v0.6.1
11112026-03-24T23:15:39.850Z Downloaded typify-macro v0.4.3
11122026-03-24T23:15:39.850Z Downloaded socket2 v0.5.10
11132026-03-24T23:15:39.853Z Downloaded signal-hook v0.3.18
11142026-03-24T23:15:39.856Z Downloaded unit-prefix v0.5.2
11152026-03-24T23:15:39.856Z Downloaded tower-layer v0.3.3
11162026-03-24T23:15:39.856Z Downloaded universal-hash v0.5.1
11172026-03-24T23:15:39.859Z Downloaded term v0.7.0
11182026-03-24T23:15:39.860Z Downloaded usdt v0.6.0
11192026-03-24T23:15:39.864Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-03-24T23:15:39.864Z Downloaded rsa v0.9.10
11212026-03-24T23:15:39.867Z Downloaded tokio-macros v2.6.0
11222026-03-24T23:15:39.867Z Downloaded rand v0.8.5
11232026-03-24T23:15:39.870Z Downloaded toml_writer v1.0.6+spec-1.1.0
11242026-03-24T23:15:39.873Z Downloaded tokio-rustls v0.25.0
11252026-03-24T23:15:39.873Z Downloaded wait-timeout v0.2.1
11262026-03-24T23:15:39.882Z Downloaded serde_yaml v0.9.34+deprecated
11272026-03-24T23:15:39.882Z Downloaded schemars v0.9.0
11282026-03-24T23:15:39.894Z Downloaded want v0.3.1
11292026-03-24T23:15:39.897Z Downloaded waitgroup v0.1.2
11302026-03-24T23:15:39.897Z Downloaded utf-8 v0.7.6
11312026-03-24T23:15:39.900Z Downloaded usdt-macro v0.6.0
11322026-03-24T23:15:39.900Z Downloaded tui-tree-widget v0.23.1
11332026-03-24T23:15:39.900Z Downloaded samael v0.0.19
11342026-03-24T23:15:39.905Z Downloaded void v1.0.2
11352026-03-24T23:15:39.908Z Downloaded libxml v0.3.3
11362026-03-24T23:15:39.912Z Downloaded zeroize_derive v1.4.3
11372026-03-24T23:15:39.915Z Downloaded xshell-macros v0.2.7
11382026-03-24T23:15:39.915Z Downloaded xattr v1.6.1
11392026-03-24T23:15:39.919Z Downloaded socket2 v0.6.2
11402026-03-24T23:15:39.919Z Downloaded similar v2.7.0
11412026-03-24T23:15:39.922Z Downloaded unicode-truncate v1.1.0
11422026-03-24T23:15:39.925Z Downloaded snafu v0.8.9
11432026-03-24T23:15:39.928Z Downloaded trait-variant v0.1.2
11442026-03-24T23:15:39.932Z Downloaded tower-service v0.3.3
11452026-03-24T23:15:39.932Z Downloaded tokio-rustls v0.26.4
11462026-03-24T23:15:39.936Z Downloaded tar v0.4.44
11472026-03-24T23:15:39.936Z Downloaded tiny-keccak v2.0.2
11482026-03-24T23:15:39.939Z Downloaded tls_codec v0.4.2
11492026-03-24T23:15:39.939Z Downloaded vergen-gitcl v1.0.8
11502026-03-24T23:15:39.943Z Downloaded time-macros v0.2.27
11512026-03-24T23:15:39.943Z Downloaded strum_macros v0.24.3
11522026-03-24T23:15:39.946Z Downloaded ryu v1.0.23
11532026-03-24T23:15:39.949Z Downloaded thiserror-no-std v2.0.2
11542026-03-24T23:15:39.952Z Downloaded bcs v0.1.6
11552026-03-24T23:15:39.952Z Downloaded diesel-dtrace v0.5.0
11562026-03-24T23:15:39.952Z Downloaded p521 v0.13.3
11572026-03-24T23:15:39.955Z Downloaded zone v0.3.1
11582026-03-24T23:15:39.972Z Downloaded derive_builder v0.20.2
11592026-03-24T23:15:39.972Z Downloaded tinyvec v1.10.0
11602026-03-24T23:15:39.972Z Downloaded rand v0.9.2
11612026-03-24T23:15:39.972Z Downloaded rustls-webpki v0.103.9
11622026-03-24T23:15:39.972Z Downloaded unicode-properties v0.1.4
11632026-03-24T23:15:39.972Z Downloaded zone_cfg_derive v0.3.1
11642026-03-24T23:15:39.972Z Downloaded uzers v0.12.2
11652026-03-24T23:15:39.976Z Downloaded whoami v2.1.0
11662026-03-24T23:15:39.976Z Downloaded zeroize v1.8.2
11672026-03-24T23:15:39.976Z Downloaded xshell v0.2.7
11682026-03-24T23:15:39.979Z Downloaded h2 v0.4.13
11692026-03-24T23:15:39.983Z Downloaded itertools v0.14.0
11702026-03-24T23:15:39.988Z Downloaded tokio-stream v0.1.18
11712026-03-24T23:15:39.991Z Downloaded vsss-rs v3.3.4
11722026-03-24T23:15:39.995Z Downloaded vergen-git2 v1.0.7
11732026-03-24T23:15:39.998Z Downloaded test-strategy v0.4.5
11742026-03-24T23:15:39.998Z Downloaded vergen-lib v0.1.6
11752026-03-24T23:15:40.002Z Downloaded subprocess v0.2.15
11762026-03-24T23:15:40.002Z Downloaded toml_parser v1.0.9+spec-1.1.0
11772026-03-24T23:15:40.005Z Downloaded vergen v9.0.6
11782026-03-24T23:15:40.005Z Downloaded toml v0.9.12+spec-1.1.0
11792026-03-24T23:15:40.008Z Downloaded toml v0.7.8
11802026-03-24T23:15:40.011Z Downloaded russh v0.45.0
11812026-03-24T23:15:40.014Z Downloaded zstd v0.13.3
11822026-03-24T23:15:40.017Z Downloaded wyz v0.5.1
11832026-03-24T23:15:40.020Z Downloaded zstd-safe v7.2.4
11842026-03-24T23:15:40.021Z Downloaded tracing-attributes v0.1.31
11852026-03-24T23:15:40.024Z Downloaded aho-corasick v1.1.4
11862026-03-24T23:15:40.027Z Downloaded typify v0.6.1
11872026-03-24T23:15:40.029Z Downloaded twox-hash v2.1.2
11882026-03-24T23:15:40.033Z Downloaded xz2 v0.1.7
11892026-03-24T23:15:40.033Z Downloaded unsafe-libyaml v0.2.11
11902026-03-24T23:15:40.036Z Downloaded whoami v1.6.1
11912026-03-24T23:15:40.039Z Downloaded usdt-impl v0.6.0
11922026-03-24T23:15:40.039Z Downloaded term v1.2.1
11932026-03-24T23:15:40.042Z Downloaded unicase v2.9.0
11942026-03-24T23:15:40.042Z Downloaded tokio-rustls v0.24.1
11952026-03-24T23:15:40.046Z Downloaded rand v0.10.0
11962026-03-24T23:15:40.049Z Downloaded ron v0.12.0
11972026-03-24T23:15:40.052Z Downloaded schemars v1.2.1
11982026-03-24T23:15:40.063Z Downloaded vte v0.14.1
11992026-03-24T23:15:40.067Z Downloaded tungstenite v0.21.0
12002026-03-24T23:15:40.069Z Downloaded walkdir v2.5.0
12012026-03-24T23:15:40.070Z Downloaded hkdf v0.12.4
12022026-03-24T23:15:40.073Z Downloaded libm v0.2.16
12032026-03-24T23:15:40.078Z Downloaded futures-util v0.3.32
12042026-03-24T23:15:40.087Z Downloaded uuid v1.21.0
12052026-03-24T23:15:40.090Z Downloaded tracing-core v0.1.36
12062026-03-24T23:15:40.093Z Downloaded typify v0.4.3
12072026-03-24T23:15:40.096Z Downloaded hyper v1.8.1
12082026-03-24T23:15:40.100Z Downloaded defmt-macros v1.0.1
12092026-03-24T23:15:40.103Z Downloaded yasna v0.5.2
12102026-03-24T23:15:40.106Z Downloaded bitvec v1.0.1
12112026-03-24T23:15:40.115Z Downloaded ssh-key v0.6.7
12122026-03-24T23:15:40.120Z Downloaded zopfli v0.8.3
12132026-03-24T23:15:40.124Z Downloaded rustyline v14.0.0
12142026-03-24T23:15:40.129Z Downloaded unicode_categories v0.1.1
12152026-03-24T23:15:40.129Z Downloaded yansi v1.0.1
12162026-03-24T23:15:40.132Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-03-24T23:15:40.134Z Downloaded itertools v0.12.1
12182026-03-24T23:15:40.139Z Downloaded console v0.15.11
12192026-03-24T23:15:40.142Z Downloaded camino-tempfile-ext v0.3.3
12202026-03-24T23:15:40.142Z Downloaded buf-list v1.1.2
12212026-03-24T23:15:40.145Z Downloaded steno v0.4.1
12222026-03-24T23:15:40.148Z Downloaded blake3 v1.8.3
12232026-03-24T23:15:40.153Z Downloaded zip v0.6.6
12242026-03-24T23:15:40.156Z Downloaded tungstenite v0.23.0
12252026-03-24T23:15:40.159Z Downloaded base64 v0.21.7
12262026-03-24T23:15:40.162Z Downloaded chacha20 v0.9.1
12272026-03-24T23:15:40.165Z Downloaded zerocopy v0.6.6
12282026-03-24T23:15:40.165Z Downloaded reqwest v0.12.28
12292026-03-24T23:15:40.169Z Downloaded cfg_aliases v0.1.1
12302026-03-24T23:15:40.173Z Downloaded cargo_metadata v0.19.2
12312026-03-24T23:15:40.173Z Downloaded data-encoding v2.10.0
12322026-03-24T23:15:40.173Z Downloaded cassowary v0.3.0
12332026-03-24T23:15:40.176Z Downloaded base64ct v1.8.3
12342026-03-24T23:15:40.176Z Downloaded async-recursion v1.1.1
12352026-03-24T23:15:40.179Z Downloaded argon2 v0.5.3
12362026-03-24T23:15:40.179Z Downloaded derive-ex v0.1.8
12372026-03-24T23:15:40.183Z Downloaded convert_case v0.10.0
12382026-03-24T23:15:40.183Z Downloaded byte-wrapper v0.1.0
12392026-03-24T23:15:40.186Z Downloaded blowfish v0.9.1
12402026-03-24T23:15:40.186Z Downloaded convert_case v0.4.0
12412026-03-24T23:15:40.186Z Downloaded atomic-waker v1.1.2
12422026-03-24T23:15:40.189Z Downloaded darling_macro v0.20.11
12432026-03-24T23:15:40.189Z Downloaded bitfield-macros v0.19.4
12442026-03-24T23:15:40.189Z Downloaded async-stream-impl v0.3.6
12452026-03-24T23:15:40.189Z Downloaded ascii-canvas v3.0.0
12462026-03-24T23:15:40.193Z Downloaded defmt-parser v1.0.0
12472026-03-24T23:15:40.193Z Downloaded curve25519-dalek v4.1.3
12482026-03-24T23:15:40.197Z Downloaded tower v0.5.3
12492026-03-24T23:15:40.205Z Downloaded rpassword v7.4.0
12502026-03-24T23:15:40.209Z Downloaded crypto-bigint v0.5.5
12512026-03-24T23:15:40.212Z Downloaded bitfield v0.19.4
12522026-03-24T23:15:40.212Z Downloaded unicode-segmentation v1.12.0
12532026-03-24T23:15:40.216Z Downloaded unicode-bidi v0.3.18
12542026-03-24T23:15:40.219Z Downloaded moka v0.12.13
12552026-03-24T23:15:40.222Z Downloaded zerocopy-derive v0.8.40
12562026-03-24T23:15:40.229Z Downloaded chrono v0.4.44
12572026-03-24T23:15:40.235Z Downloaded tokio-postgres v0.7.16
12582026-03-24T23:15:40.239Z Downloaded rayon v1.11.0
12592026-03-24T23:15:40.246Z Downloaded regex v1.12.3
12602026-03-24T23:15:40.252Z Downloaded reqwest v0.13.2
12612026-03-24T23:15:40.256Z Downloaded petname v2.0.2
12622026-03-24T23:15:40.260Z Downloaded goblin v0.10.5
12632026-03-24T23:15:40.265Z Downloaded tower-http v0.6.8
12642026-03-24T23:15:40.272Z Downloaded zip v4.6.1
12652026-03-24T23:15:40.275Z Downloaded salty v0.3.0
12662026-03-24T23:15:40.280Z Downloaded bb8 v0.8.6
12672026-03-24T23:15:40.289Z Downloaded aws-lc-rs v1.16.0
12682026-03-24T23:15:40.297Z Downloaded reedline v0.40.0
12692026-03-24T23:15:40.302Z Downloaded x509-cert v0.2.5
12702026-03-24T23:15:40.307Z Downloaded typed-path v0.9.3
12712026-03-24T23:15:40.312Z Downloaded git2 v0.20.4
12722026-03-24T23:15:40.325Z Downloaded toml_edit v0.19.15
12732026-03-24T23:15:40.337Z Downloaded p384 v0.13.1
12742026-03-24T23:15:40.341Z Downloaded object v0.30.4
12752026-03-24T23:15:40.348Z Downloaded nix v0.27.1
12762026-03-24T23:15:40.355Z Downloaded lalrpop v0.19.12
12772026-03-24T23:15:40.363Z Downloaded unicode-normalization v0.1.25
12782026-03-24T23:15:40.367Z Downloaded portable-atomic v1.13.1
12792026-03-24T23:15:40.372Z Downloaded tokio-util v0.7.18
12802026-03-24T23:15:40.378Z Downloaded tough v0.20.0
12812026-03-24T23:15:40.384Z Downloaded quick-xml v0.37.5
12822026-03-24T23:15:40.389Z Downloaded quinn-proto v0.11.13
12832026-03-24T23:15:40.393Z Downloaded nix v0.28.0
12842026-03-24T23:15:40.401Z Downloaded rustls-webpki v0.102.8
12852026-03-24T23:15:40.416Z Downloaded serde_with v3.17.0
12862026-03-24T23:15:40.425Z Downloaded tabled v0.20.0
12872026-03-24T23:15:40.438Z Downloaded dropshot v0.16.7
12882026-03-24T23:15:40.454Z Downloaded winnow v0.6.26
12892026-03-24T23:15:40.461Z Downloaded winnow v0.5.40
12902026-03-24T23:15:40.467Z Downloaded zlib-rs v0.6.2
12912026-03-24T23:15:40.471Z Downloaded time v0.3.47
12922026-03-24T23:15:40.479Z Downloaded openssl v0.10.75
12932026-03-24T23:15:40.487Z Downloaded rustls v0.21.12
12942026-03-24T23:15:40.494Z Downloaded radix_trie v0.2.1
12952026-03-24T23:15:40.498Z Downloaded diesel v2.3.7
12962026-03-24T23:15:40.513Z Downloaded zerocopy v0.8.40
12972026-03-24T23:15:40.520Z Downloaded rustls v0.22.4
12982026-03-24T23:15:40.531Z Downloaded regex-syntax v0.6.29
12992026-03-24T23:15:40.535Z Downloaded bstr v1.12.1
13002026-03-24T23:15:40.541Z Downloaded openapiv3 v2.2.0
13012026-03-24T23:15:40.547Z Downloaded vcpkg v0.2.15
13022026-03-24T23:15:40.575Z Downloaded smoltcp v0.9.1
13032026-03-24T23:15:40.585Z Downloaded rustls v0.23.37
13042026-03-24T23:15:40.591Z Downloaded webpki-roots v1.0.6
13052026-03-24T23:15:40.594Z Downloaded smoltcp v0.11.0
13062026-03-24T23:15:40.604Z Downloaded object v0.37.3
13072026-03-24T23:15:40.613Z Downloaded nix v0.31.1
13082026-03-24T23:15:40.622Z Downloaded hickory-proto v0.24.4
13092026-03-24T23:15:40.635Z Downloaded nix v0.29.0
13102026-03-24T23:15:40.642Z Downloaded sqlparser v0.61.0
13112026-03-24T23:15:40.650Z Downloaded rustix v0.38.44
13122026-03-24T23:15:40.668Z Downloaded regex-syntax v0.8.10
13132026-03-24T23:15:40.674Z Downloaded hickory-proto v0.25.2
13142026-03-24T23:15:40.687Z Downloaded regress v0.10.5
13152026-03-24T23:15:40.694Z Downloaded typify-impl v0.6.1
13162026-03-24T23:15:40.705Z Downloaded typify-impl v0.4.3
13172026-03-24T23:15:40.717Z Downloaded tracing v0.1.44
13182026-03-24T23:15:40.736Z Downloaded proptest v1.10.0
13192026-03-24T23:15:40.743Z Downloaded zerocopy-derive v0.6.6
13202026-03-24T23:15:40.751Z Downloaded polar-core v0.27.3
13212026-03-24T23:15:40.758Z Downloaded rustls-webpki v0.101.7
13222026-03-24T23:15:40.768Z Downloaded sled v0.34.7
13232026-03-24T23:15:40.776Z Downloaded bindgen v0.71.1
13242026-03-24T23:15:40.783Z Downloaded petgraph v0.6.5
13252026-03-24T23:15:40.798Z Downloaded bzip2-sys v0.1.13+1.0.8
13262026-03-24T23:15:40.808Z Downloaded lzma-sys v0.1.20
13272026-03-24T23:15:40.830Z Downloaded ratatui v0.29.0
13282026-03-24T23:15:40.852Z Downloaded csv v1.4.0
13292026-03-24T23:15:40.868Z Downloaded regex-automata v0.4.14
13302026-03-24T23:15:40.879Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-03-24T23:15:40.893Z Downloaded sha3 v0.10.8
13322026-03-24T23:15:40.911Z Downloaded chrono-tz v0.10.4
13332026-03-24T23:15:40.925Z Downloaded jiff v0.2.21
13342026-03-24T23:15:40.949Z Downloaded encoding_rs v0.8.35
13352026-03-24T23:15:40.966Z Downloaded petgraph v0.8.3
13362026-03-24T23:15:40.984Z Downloaded libz-sys v1.1.24
13372026-03-24T23:15:41.006Z Downloaded ring v0.17.14
13382026-03-24T23:15:41.039Z Downloaded tokio v1.49.0
13392026-03-24T23:15:41.199Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-24T23:15:41.795Z Downloaded aws-lc-sys v0.37.1
13412026-03-24T23:15:42.123Z Compiling libc v0.2.180
13422026-03-24T23:15:42.126Z Compiling serde v1.0.228
13432026-03-24T23:15:42.126Z Compiling log v0.4.29
13442026-03-24T23:15:42.126Z Compiling shlex v1.3.0
13452026-03-24T23:15:42.333Z Compiling find-msvc-tools v0.1.9
13462026-03-24T23:15:42.333Z Compiling smallvec v1.15.1
13472026-03-24T23:15:42.351Z Compiling syn v2.0.117
13482026-03-24T23:15:42.388Z Compiling typenum v1.19.0
13492026-03-24T23:15:42.538Z Compiling generic-array v0.14.7
13502026-03-24T23:15:42.569Z Compiling subtle v2.6.1
13512026-03-24T23:15:42.615Z Compiling scopeguard v1.2.0
13522026-03-24T23:15:42.676Z Compiling portable-atomic v1.13.1
13532026-03-24T23:15:42.714Z Compiling const-oid v0.9.6
13542026-03-24T23:15:42.745Z Compiling lock_api v0.4.14
13552026-03-24T23:15:42.784Z Compiling critical-section v1.2.0
13562026-03-24T23:15:42.865Z Compiling zerocopy v0.8.40
13572026-03-24T23:15:42.910Z Compiling parking_lot_core v0.9.12
13582026-03-24T23:15:43.064Z Compiling pin-project-lite v0.2.17
13592026-03-24T23:15:43.182Z Compiling serde_json v1.0.149
13602026-03-24T23:15:43.234Z Compiling pkg-config v0.3.32
13612026-03-24T23:15:43.436Z Compiling getrandom v0.2.17
13622026-03-24T23:15:43.455Z Compiling jobserver v0.1.34
13632026-03-24T23:15:43.511Z Compiling errno v0.3.14
13642026-03-24T23:15:43.638Z Compiling rand_core v0.6.4
13652026-03-24T23:15:43.697Z Compiling signal-hook-registry v1.4.8
13662026-03-24T23:15:43.715Z Compiling cc v1.2.56
13672026-03-24T23:15:43.950Z Compiling once_cell v1.21.3
13682026-03-24T23:15:43.988Z Compiling mio v1.1.1
13692026-03-24T23:15:44.031Z Compiling bitflags v2.11.0
13702026-03-24T23:15:44.050Z Compiling libm v0.2.16
13712026-03-24T23:15:44.206Z Compiling parking_lot v0.12.5
13722026-03-24T23:15:44.317Z Compiling num-traits v0.2.19
13732026-03-24T23:15:44.337Z Compiling futures-core v0.3.32
13742026-03-24T23:15:44.524Z Compiling socket2 v0.6.2
13752026-03-24T23:15:44.615Z Compiling percent-encoding v2.3.2
13762026-03-24T23:15:44.697Z Compiling allocator-api2 v0.2.21
13772026-03-24T23:15:44.743Z Compiling futures-sink v0.3.32
13782026-03-24T23:15:44.858Z Compiling cpufeatures v0.2.17
13792026-03-24T23:15:45.008Z Compiling foldhash v0.2.0
13802026-03-24T23:15:45.060Z Compiling futures-channel v0.3.32
13812026-03-24T23:15:45.154Z Compiling getrandom v0.4.1
13822026-03-24T23:15:45.198Z Compiling hashbrown v0.16.1
13832026-03-24T23:15:45.294Z Compiling slab v0.4.12
13842026-03-24T23:15:45.366Z Compiling futures-io v0.3.32
13852026-03-24T23:15:45.469Z Compiling futures-task v0.3.32
13862026-03-24T23:15:45.528Z Compiling rand_core v0.10.0
13872026-03-24T23:15:45.567Z Compiling getrandom v0.3.4
13882026-03-24T23:15:45.719Z Compiling rustversion v1.0.22
13892026-03-24T23:15:45.974Z Compiling indexmap v2.13.0
13902026-03-24T23:15:46.026Z Compiling form_urlencoded v1.2.2
13912026-03-24T23:15:46.026Z Compiling cmake v0.1.57
13922026-03-24T23:15:46.116Z Compiling fs_extra v1.3.0
13932026-03-24T23:15:46.258Z Compiling ident_case v1.0.1
13942026-03-24T23:15:46.410Z Compiling synstructure v0.13.2
13952026-03-24T23:15:46.465Z Compiling dunce v1.0.5
13962026-03-24T23:15:46.567Z Compiling base64ct v1.8.3
13972026-03-24T23:15:46.588Z Compiling flagset v0.4.7
13982026-03-24T23:15:46.606Z Compiling aws-lc-sys v0.37.1
13992026-03-24T23:15:46.755Z Compiling rand_core v0.9.5
14002026-03-24T23:15:46.799Z Compiling rustix v1.1.3
14012026-03-24T23:15:46.883Z Compiling pem-rfc7468 v0.7.0
14022026-03-24T23:15:46.963Z Compiling iana-time-zone v0.1.65
14032026-03-24T23:15:47.020Z Compiling ring v0.17.14
14042026-03-24T23:15:47.116Z Compiling uuid v1.21.0
14052026-03-24T23:15:47.222Z Compiling rustc_version v0.4.1
14062026-03-24T23:15:47.278Z Compiling regex-syntax v0.8.10
14072026-03-24T23:15:47.298Z Compiling aws-lc-rs v1.16.0
14082026-03-24T23:15:47.532Z Compiling vcpkg v0.2.15
14092026-03-24T23:15:47.683Z Compiling tracing-core v0.1.36
14102026-03-24T23:15:48.038Z Compiling crossbeam-utils v0.8.21
14112026-03-24T23:15:48.438Z Compiling pest_generator v2.8.6
14122026-03-24T23:15:48.456Z Compiling serde_derive_internals v0.29.1
14132026-03-24T23:15:48.543Z Compiling openssl-sys v0.9.111
14142026-03-24T23:15:49.056Z Compiling serde_derive v1.0.228
14152026-03-24T23:15:49.204Z Compiling zeroize_derive v1.4.3
14162026-03-24T23:15:49.326Z Compiling zerofrom-derive v0.1.6
14172026-03-24T23:15:49.375Z Compiling yoke-derive v0.8.1
14182026-03-24T23:15:49.682Z Compiling zerocopy-derive v0.8.40
14192026-03-24T23:15:50.075Z Compiling zeroize v1.8.2
14202026-03-24T23:15:50.553Z Compiling zerovec-derive v0.11.2
14212026-03-24T23:15:50.999Z Compiling displaydoc v0.2.5
14222026-03-24T23:15:51.127Z Compiling crypto-common v0.1.7
14232026-03-24T23:15:51.248Z Compiling zerofrom v0.1.6
14242026-03-24T23:15:51.303Z Compiling block-buffer v0.10.4
14252026-03-24T23:15:51.405Z Compiling yoke v0.8.1
14262026-03-24T23:15:51.505Z Compiling digest v0.10.7
14272026-03-24T23:15:51.644Z Compiling tokio-macros v2.6.0
14282026-03-24T23:15:51.820Z Compiling hmac v0.12.1
14292026-03-24T23:15:51.959Z Compiling zerotrie v0.2.3
14302026-03-24T23:15:52.013Z Compiling futures-macro v0.3.32
14312026-03-24T23:15:52.032Z Compiling zerovec v0.11.5
14322026-03-24T23:15:52.339Z Compiling block-padding v0.3.3
14332026-03-24T23:15:52.537Z Compiling inout v0.1.4
14342026-03-24T23:15:52.598Z Compiling sha2 v0.10.9
14352026-03-24T23:15:52.708Z Compiling tinystr v0.8.2
14362026-03-24T23:15:52.744Z Compiling potential_utf v0.1.4
14372026-03-24T23:15:52.947Z Compiling icu_locale_core v2.1.1
14382026-03-24T23:15:52.967Z Compiling icu_collections v2.1.1
14392026-03-24T23:15:53.066Z Compiling futures-util v0.3.32
14402026-03-24T23:15:53.266Z Compiling cipher v0.4.4
14412026-03-24T23:15:53.306Z Compiling der_derive v0.7.3
14422026-03-24T23:15:53.602Z Compiling salsa20 v0.10.2
14432026-03-24T23:15:53.772Z Compiling bytes v1.11.1
14442026-03-24T23:15:53.813Z Compiling icu_provider v2.1.1
14452026-03-24T23:15:54.140Z Compiling icu_properties v2.1.2
14462026-03-24T23:15:54.193Z Compiling icu_normalizer v2.1.1
14472026-03-24T23:15:54.432Z Compiling tokio v1.49.0
14482026-03-24T23:15:54.545Z Compiling der v0.7.10
14492026-03-24T23:15:54.596Z Compiling http v1.4.0
14502026-03-24T23:15:54.924Z Compiling chrono v0.4.44
14512026-03-24T23:15:55.749Z Compiling idna_adapter v1.2.1
14522026-03-24T23:15:55.873Z Compiling ppv-lite86 v0.2.21
14532026-03-24T23:15:55.919Z Compiling idna v1.1.0
14542026-03-24T23:15:55.996Z Compiling spki v0.7.3
14552026-03-24T23:15:56.190Z Compiling pbkdf2 v0.12.2
14562026-03-24T23:15:56.251Z Compiling thiserror-impl v2.0.18
14572026-03-24T23:15:56.283Z Compiling url v2.5.8
14582026-03-24T23:15:56.308Z Compiling scrypt v0.11.0
14592026-03-24T23:15:56.328Z Compiling rand_chacha v0.9.0
14602026-03-24T23:15:56.627Z Compiling cbc v0.1.2
14612026-03-24T23:15:56.775Z Compiling aes v0.8.4
14622026-03-24T23:15:56.811Z Compiling rustls-pki-types v1.14.0
14632026-03-24T23:15:56.831Z Compiling tracing-attributes v0.1.31
14642026-03-24T23:15:57.215Z Compiling rand v0.9.2
14652026-03-24T23:15:57.326Z Compiling pkcs5 v0.7.1
14662026-03-24T23:15:57.413Z Compiling http-body v1.0.1
14672026-03-24T23:15:57.711Z Compiling untrusted v0.7.1
14682026-03-24T23:15:57.867Z Compiling syn v1.0.109
14692026-03-24T23:15:57.958Z Compiling openssl-probe v0.2.1
14702026-03-24T23:15:58.033Z Compiling thiserror v2.0.18
14712026-03-24T23:15:58.155Z Compiling schemars v0.8.22
14722026-03-24T23:15:58.175Z Compiling base64 v0.22.1
14732026-03-24T23:15:58.179Z Compiling untrusted v0.9.0
14742026-03-24T23:15:58.233Z Compiling httparse v1.10.1
14752026-03-24T23:15:58.329Z Compiling pkcs8 v0.10.2
14762026-03-24T23:15:58.422Z Compiling schemars_derive v0.8.22
14772026-03-24T23:15:58.600Z Compiling pest_derive v2.8.6
14782026-03-24T23:15:58.620Z Compiling tracing v0.1.44
14792026-03-24T23:15:58.715Z Compiling scroll_derive v0.13.1
14802026-03-24T23:15:58.957Z Compiling darling_core v0.20.11
14812026-03-24T23:15:59.127Z Compiling dyn-clone v1.0.20
14822026-03-24T23:15:59.302Z Compiling tower-service v0.3.3
14832026-03-24T23:15:59.380Z Compiling atomic-waker v1.1.2
14842026-03-24T23:15:59.418Z Compiling tokio-util v0.7.18
14852026-03-24T23:15:59.534Z Compiling try-lock v0.2.5
14862026-03-24T23:15:59.672Z Compiling tower-layer v0.3.3
14872026-03-24T23:15:59.759Z Compiling tinyvec_macros v0.1.1
14882026-03-24T23:15:59.846Z Compiling rustls v0.23.37
14892026-03-24T23:15:59.881Z Compiling tinyvec v1.10.0
14902026-03-24T23:16:00.100Z Compiling scroll v0.13.0
14912026-03-24T23:16:00.377Z Compiling h2 v0.4.13
14922026-03-24T23:16:00.451Z Compiling want v0.3.1
14932026-03-24T23:16:00.867Z Compiling ipnet v2.11.0
14942026-03-24T23:16:01.048Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-24T23:16:01.537Z Compiling spin v0.9.8
14962026-03-24T23:16:01.541Z Compiling aho-corasick v1.1.4
14972026-03-24T23:16:01.802Z Compiling powerfmt v0.2.0
14982026-03-24T23:16:01.929Z Compiling openssl v0.10.75
14992026-03-24T23:16:02.066Z Compiling crc32fast v1.5.0
15002026-03-24T23:16:02.215Z Compiling time-core v0.1.8
15012026-03-24T23:16:02.237Z Compiling darling_macro v0.20.11
15022026-03-24T23:16:02.321Z Compiling foreign-types-shared v0.1.1
15032026-03-24T23:16:02.395Z Compiling pin-utils v0.1.0
15042026-03-24T23:16:02.444Z Compiling num-conv v0.2.0
15052026-03-24T23:16:02.447Z Compiling httpdate v1.0.3
15062026-03-24T23:16:02.483Z Compiling foreign-types v0.3.2
15072026-03-24T23:16:02.592Z Compiling time-macros v0.2.27
15082026-03-24T23:16:02.661Z Compiling regex-automata v0.4.14
15092026-03-24T23:16:02.716Z Compiling deranged v0.5.8
15102026-03-24T23:16:02.827Z Compiling darling v0.20.11
15112026-03-24T23:16:02.929Z Compiling tempfile v3.25.0
15122026-03-24T23:16:03.914Z Compiling goblin v0.10.5
15132026-03-24T23:16:04.052Z Compiling thiserror-impl v1.0.69
15142026-03-24T23:16:04.718Z Compiling hyper v1.8.1
15152026-03-24T23:16:05.699Z Compiling openssl-macros v0.1.1
15162026-03-24T23:16:05.759Z Compiling wait-timeout v0.2.1
15172026-03-24T23:16:06.095Z Compiling siphasher v1.0.2
15182026-03-24T23:16:06.185Z Compiling bit-vec v0.8.0
15192026-03-24T23:16:06.341Z Compiling quick-error v1.2.3
15202026-03-24T23:16:06.469Z Compiling native-tls v0.2.18
15212026-03-24T23:16:06.487Z Compiling simd-adler32 v0.3.8
15222026-03-24T23:16:06.490Z Compiling either v1.15.0
15232026-03-24T23:16:06.717Z Compiling usdt-impl v0.6.0
15242026-03-24T23:16:06.752Z Compiling num_threads v0.1.7
15252026-03-24T23:16:06.857Z Compiling time v0.3.47
15262026-03-24T23:16:06.857Z Compiling rusty-fork v0.3.1
15272026-03-24T23:16:06.878Z Compiling bit-set v0.8.0
15282026-03-24T23:16:07.096Z Compiling hyper-util v0.1.20
15292026-03-24T23:16:07.286Z Compiling thiserror v1.0.69
15302026-03-24T23:16:07.415Z Compiling derive_builder_core v0.20.2
15312026-03-24T23:16:08.434Z Compiling dof v0.4.0
15322026-03-24T23:16:08.824Z Compiling unicode-normalization v0.1.25
15332026-03-24T23:16:09.042Z Compiling crossbeam-epoch v0.9.18
15342026-03-24T23:16:09.389Z Compiling dtrace-parser v0.3.0
15352026-03-24T23:16:09.419Z Compiling rustls-native-certs v0.8.3
15362026-03-24T23:16:09.470Z Compiling signature v2.2.0
15372026-03-24T23:16:09.688Z Compiling scroll_derive v0.12.1
15382026-03-24T23:16:09.788Z Compiling heapless v0.7.17
15392026-03-24T23:16:09.906Z Compiling slog v2.8.2
15402026-03-24T23:16:10.072Z Compiling rand_xorshift v0.4.0
15412026-03-24T23:16:10.128Z Compiling darling_core v0.21.3
15422026-03-24T23:16:10.156Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-24T23:16:10.271Z Compiling sync_wrapper v1.0.2
15442026-03-24T23:16:10.403Z Compiling thread-id v5.1.0
15452026-03-24T23:16:10.466Z Compiling cookie v0.18.1
15462026-03-24T23:16:10.499Z Compiling rayon-core v1.13.0
15472026-03-24T23:16:10.519Z Compiling adler2 v2.0.1
15482026-03-24T23:16:10.557Z Compiling unicode-properties v0.1.4
15492026-03-24T23:16:10.680Z Compiling unarray v0.1.4
15502026-03-24T23:16:10.700Z Compiling unicode-segmentation v1.12.0
15512026-03-24T23:16:10.721Z Compiling paste v1.0.15
15522026-03-24T23:16:10.815Z Compiling zstd-safe v7.2.4
15532026-03-24T23:16:10.835Z Compiling signal-hook v0.3.18
15542026-03-24T23:16:11.043Z Compiling unicode-bidi v0.3.18
15552026-03-24T23:16:11.063Z Compiling anyhow v1.0.102
15562026-03-24T23:16:11.167Z Compiling proptest v1.10.0
15572026-03-24T23:16:11.229Z Compiling miniz_oxide v0.8.9
15582026-03-24T23:16:11.282Z Compiling scroll v0.12.0
15592026-03-24T23:16:11.601Z Compiling stringprep v0.1.5
15602026-03-24T23:16:11.743Z Compiling tower v0.5.3
15612026-03-24T23:16:12.188Z Compiling crossbeam-deque v0.8.6
15622026-03-24T23:16:12.346Z Compiling derive_builder_macro v0.20.2
15632026-03-24T23:16:12.425Z Compiling ipnetwork v0.21.1
15642026-03-24T23:16:12.472Z Compiling http-body-util v0.1.3
15652026-03-24T23:16:12.492Z Compiling webpki-roots v1.0.6
15662026-03-24T23:16:12.532Z Compiling rand_chacha v0.3.1
15672026-03-24T23:16:12.645Z Compiling erased-serde v0.3.31
15682026-03-24T23:16:12.782Z Compiling serde_spanned v0.6.9
15692026-03-24T23:16:12.922Z Compiling serde_tokenstream v0.2.3
15702026-03-24T23:16:12.942Z Compiling toml_datetime v0.6.11
15712026-03-24T23:16:12.962Z Compiling md-5 v0.10.6
15722026-03-24T23:16:13.164Z Compiling zerocopy-derive v0.7.35
15732026-03-24T23:16:13.279Z Compiling curve25519-dalek v4.1.3
15742026-03-24T23:16:13.326Z Compiling vergen-lib v0.1.6
15752026-03-24T23:16:13.374Z Compiling num-integer v0.1.46
15762026-03-24T23:16:13.553Z Compiling hash32 v0.2.1
15772026-03-24T23:16:13.578Z Compiling ff v0.13.1
15782026-03-24T23:16:13.673Z Compiling darling_macro v0.21.3
15792026-03-24T23:16:13.694Z Compiling memoffset v0.9.1
15802026-03-24T23:16:13.749Z Compiling smoltcp v0.9.1
15812026-03-24T23:16:13.798Z Compiling rustix v0.38.44
15822026-03-24T23:16:13.821Z Compiling psl-types v2.0.11
15832026-03-24T23:16:13.924Z Compiling zlib-rs v0.6.2
15842026-03-24T23:16:13.975Z Compiling cfg_aliases v0.2.1
15852026-03-24T23:16:14.067Z Compiling ref-cast v1.0.25
15862026-03-24T23:16:14.196Z Compiling litrs v1.0.0
15872026-03-24T23:16:14.242Z Compiling num-bigint-dig v0.8.6
15882026-03-24T23:16:14.272Z Compiling iri-string v0.7.10
15892026-03-24T23:16:14.321Z Compiling base16ct v0.2.0
15902026-03-24T23:16:14.458Z Compiling ryu v1.0.23
15912026-03-24T23:16:14.481Z Compiling fallible-iterator v0.2.0
15922026-03-24T23:16:14.541Z Compiling sec1 v0.7.3
15932026-03-24T23:16:14.693Z Compiling serde_urlencoded v0.7.1
15942026-03-24T23:16:14.874Z Compiling document-features v0.2.12
15952026-03-24T23:16:14.907Z Compiling postgres-protocol v0.6.10
15962026-03-24T23:16:15.044Z Compiling newtype-uuid v1.3.2
15972026-03-24T23:16:15.063Z Compiling zerocopy v0.7.35
15982026-03-24T23:16:15.476Z Compiling darling v0.21.3
15992026-03-24T23:16:15.696Z Compiling nix v0.31.1
16002026-03-24T23:16:15.699Z Compiling publicsuffix v2.3.0
16012026-03-24T23:16:15.869Z Compiling group v0.13.0
16022026-03-24T23:16:16.007Z Compiling tower-http v0.6.8
16032026-03-24T23:16:16.092Z Compiling num-iter v0.1.45
16042026-03-24T23:16:16.256Z Compiling derive_builder v0.20.2
16052026-03-24T23:16:16.411Z Compiling rand v0.8.5
16062026-03-24T23:16:16.479Z Compiling oxnet v0.1.4
16072026-03-24T23:16:16.548Z Compiling proc-macro-error v1.0.4
16082026-03-24T23:16:16.758Z Compiling tokio-native-tls v0.3.1
16092026-03-24T23:16:16.986Z Compiling goblin v0.8.2
16102026-03-24T23:16:17.510Z Compiling heck v0.4.1
16112026-03-24T23:16:17.783Z Compiling hubpack_derive v0.1.1
16122026-03-24T23:16:17.802Z Compiling phf_shared v0.13.1
16132026-03-24T23:16:17.935Z Compiling regex v1.12.3
16142026-03-24T23:16:18.127Z Compiling flate2 v1.1.9
16152026-03-24T23:16:18.155Z Compiling lazy_static v1.5.0
16162026-03-24T23:16:18.274Z Compiling cargo-platform v0.1.9
16172026-03-24T23:16:18.342Z Compiling hkdf v0.12.4
16182026-03-24T23:16:18.520Z Compiling crypto-bigint v0.5.5
16192026-03-24T23:16:18.549Z Compiling async-trait v0.1.89
16202026-03-24T23:16:18.608Z Compiling daft-derive v0.1.5
16212026-03-24T23:16:18.627Z Compiling ref-cast-impl v1.0.25
16222026-03-24T23:16:18.677Z Compiling strum_macros v0.27.2
16232026-03-24T23:16:19.321Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-24T23:16:19.554Z Compiling terminal_size v0.4.3
16252026-03-24T23:16:19.730Z Compiling vergen v9.0.6
16262026-03-24T23:16:19.995Z Compiling fs-err v3.3.0
16272026-03-24T23:16:20.015Z Compiling ahash v0.8.12
16282026-03-24T23:16:20.171Z Compiling object v0.37.3
16292026-03-24T23:16:20.228Z Compiling bumpalo v3.20.2
16302026-03-24T23:16:20.270Z Compiling bitflags v1.3.2
16312026-03-24T23:16:20.366Z Compiling winnow v0.5.40
16322026-03-24T23:16:20.513Z Compiling foldhash v0.1.5
16332026-03-24T23:16:20.553Z Compiling managed v0.8.0
16342026-03-24T23:16:20.734Z Compiling libbz2-rs-sys v0.2.2
16352026-03-24T23:16:21.455Z Compiling strum v0.27.2
16362026-03-24T23:16:21.475Z Compiling bzip2 v0.6.1
16372026-03-24T23:16:21.618Z Compiling console v0.16.2
16382026-03-24T23:16:21.638Z Compiling hashbrown v0.15.5
16392026-03-24T23:16:21.796Z Compiling zopfli v0.8.3
16402026-03-24T23:16:21.903Z Compiling clap_builder v4.5.60
16412026-03-24T23:16:22.105Z Compiling toml_edit v0.19.15
16422026-03-24T23:16:22.360Z Compiling dof v0.3.0
16432026-03-24T23:16:22.415Z Compiling elliptic-curve v0.13.8
16442026-03-24T23:16:22.701Z Compiling daft v0.1.5
16452026-03-24T23:16:23.051Z Compiling cargo_metadata v0.19.2
16462026-03-24T23:16:23.076Z Compiling hubpack v0.1.2
16472026-03-24T23:16:23.356Z Compiling phf v0.13.1
16482026-03-24T23:16:23.564Z Compiling zone_cfg_derive v0.3.1
16492026-03-24T23:16:24.391Z Compiling signal-hook-mio v0.2.5
16502026-03-24T23:16:24.539Z Compiling cookie_store v0.22.1
16512026-03-24T23:16:25.419Z Compiling zstd v0.13.3
16522026-03-24T23:16:25.475Z Compiling rayon v1.11.0
16532026-03-24T23:16:25.499Z Compiling hyper-tls v0.6.0
16542026-03-24T23:16:25.776Z Compiling bzip2 v0.4.4
16552026-03-24T23:16:25.937Z Compiling serde_with_macros v3.17.0
16562026-03-24T23:16:26.047Z Compiling postgres-types v0.2.12
16572026-03-24T23:16:26.193Z Compiling usdt-attr-macro v0.6.0
16582026-03-24T23:16:26.279Z Compiling usdt-macro v0.6.0
16592026-03-24T23:16:26.818Z Compiling ed25519 v2.2.3
16602026-03-24T23:16:27.229Z Compiling dtrace-parser v0.2.0
16612026-03-24T23:16:27.248Z Compiling itertools v0.12.1
16622026-03-24T23:16:27.448Z Compiling phf_shared v0.11.3
16632026-03-24T23:16:27.489Z Compiling bstr v1.12.1
16642026-03-24T23:16:27.695Z Compiling pkcs1 v0.7.5
16652026-03-24T23:16:27.932Z Compiling hex v0.4.3
16662026-03-24T23:16:27.983Z Compiling serde-big-array v0.5.1
16672026-03-24T23:16:28.165Z Compiling rfc6979 v0.4.0
16682026-03-24T23:16:28.238Z Compiling clap_derive v4.5.55
16692026-03-24T23:16:28.295Z Compiling strum_macros v0.26.4
16702026-03-24T23:16:28.301Z Compiling enum-as-inner v0.6.1
16712026-03-24T23:16:28.328Z Compiling serde_repr v0.1.20
16722026-03-24T23:16:28.380Z Compiling float-cmp v0.10.0
16732026-03-24T23:16:28.568Z Compiling thread-id v4.2.2
16742026-03-24T23:16:28.675Z Compiling memmap2 v0.9.10
16752026-03-24T23:16:28.903Z Compiling env_filter v1.0.0
16762026-03-24T23:16:28.939Z Compiling encoding_rs v0.8.35
16772026-03-24T23:16:28.960Z Compiling whoami v2.1.0
16782026-03-24T23:16:29.009Z Compiling keccak v0.1.6
16792026-03-24T23:16:29.300Z Compiling difflib v0.4.0
16802026-03-24T23:16:29.466Z Compiling normalize-line-endings v0.3.0
16812026-03-24T23:16:29.590Z Compiling precomputed-hash v0.1.1
16822026-03-24T23:16:29.706Z Compiling mime v0.3.17
16832026-03-24T23:16:30.081Z Compiling jiff v0.2.21
16842026-03-24T23:16:30.119Z Compiling fixedbitset v0.5.7
16852026-03-24T23:16:30.138Z Compiling unit-prefix v0.5.2
16862026-03-24T23:16:30.323Z Compiling data-encoding v2.10.0
16872026-03-24T23:16:30.533Z Compiling predicates-core v1.0.10
16882026-03-24T23:16:30.683Z Compiling static_assertions v1.1.0
16892026-03-24T23:16:30.774Z Compiling rustc-hash v2.1.1
16902026-03-24T23:16:30.794Z Compiling new_debug_unreachable v1.0.6
16912026-03-24T23:16:30.797Z Compiling fixedbitset v0.4.2
16922026-03-24T23:16:30.797Z Compiling strum v0.26.3
16932026-03-24T23:16:30.888Z Compiling string_cache v0.8.9
16942026-03-24T23:16:30.931Z Compiling iddqd v0.3.17
16952026-03-24T23:16:30.993Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-03-24T23:16:31.033Z Compiling petgraph v0.6.5
16972026-03-24T23:16:31.097Z Compiling hickory-proto v0.25.2
16982026-03-24T23:16:31.168Z Compiling predicates v3.1.4
16992026-03-24T23:16:31.325Z Compiling clap v4.5.60
17002026-03-24T23:16:31.427Z Compiling petgraph v0.8.3
17012026-03-24T23:16:32.046Z Compiling indicatif v0.18.4
17022026-03-24T23:16:32.454Z Compiling toml_edit v0.22.27
17032026-03-24T23:16:33.056Z Compiling tokio-postgres v0.7.16
17042026-03-24T23:16:33.180Z Compiling sha3 v0.10.8
17052026-03-24T23:16:33.769Z Compiling zip v4.6.1
17062026-03-24T23:16:34.051Z Compiling env_logger v0.11.9
17072026-03-24T23:16:34.519Z Compiling usdt v0.6.0
17082026-03-24T23:16:34.688Z Compiling zone v0.3.1
17092026-03-24T23:16:34.854Z Compiling usdt-impl v0.5.0
17102026-03-24T23:16:35.092Z Compiling ecdsa v0.16.9
17112026-03-24T23:16:35.627Z Compiling serde_with v3.17.0
17122026-03-24T23:16:35.654Z Compiling similar v2.7.0
17132026-03-24T23:16:35.658Z Compiling rsa v0.9.10
17142026-03-24T23:16:36.005Z Compiling crossterm v0.28.1
17152026-03-24T23:16:36.098Z Compiling ed25519-dalek v2.2.0
17162026-03-24T23:16:36.285Z Compiling zip v0.6.6
17172026-03-24T23:16:37.059Z Compiling toml v0.7.8
17182026-03-24T23:16:37.896Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-24T23:16:37.913Z Compiling itertools v0.13.0
17202026-03-24T23:16:38.003Z Compiling tokio-stream v0.1.18
17212026-03-24T23:16:38.043Z Compiling buf-list v1.1.2
17222026-03-24T23:16:38.402Z Compiling x509-cert v0.2.5
17232026-03-24T23:16:38.621Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-24T23:16:38.744Z Compiling openapiv3 v2.2.0
17252026-03-24T23:16:38.837Z Compiling sha1 v0.10.6
17262026-03-24T23:16:39.024Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-24T23:16:39.125Z Compiling lalrpop-util v0.19.12
17282026-03-24T23:16:39.371Z Compiling peg-runtime v0.8.5
17292026-03-24T23:16:39.405Z Compiling thread_local v1.1.9
17302026-03-24T23:16:39.595Z Compiling slog-async v2.8.0
17312026-03-24T23:16:39.728Z Compiling crossbeam-channel v0.5.15
17322026-03-24T23:16:39.732Z Compiling futures-executor v0.3.32
17332026-03-24T23:16:39.882Z Compiling filetime v0.2.27
17342026-03-24T23:16:40.042Z Compiling is-terminal v0.4.17
17352026-03-24T23:16:40.123Z Compiling take_mut v0.2.2
17362026-03-24T23:16:40.126Z Compiling xattr v1.6.1
17372026-03-24T23:16:40.162Z Compiling term v1.2.1
17382026-03-24T23:16:40.358Z Compiling tar v0.4.44
17392026-03-24T23:16:40.383Z Compiling futures v0.3.32
17402026-03-24T23:16:40.719Z Compiling slog-term v2.9.2
17412026-03-24T23:16:47.217Z Compiling rustls-webpki v0.103.9
17422026-03-24T23:16:51.241Z Compiling tokio-rustls v0.26.4
17432026-03-24T23:16:51.241Z Compiling rustls-platform-verifier v0.6.2
17442026-03-24T23:16:51.512Z Compiling hyper-rustls v0.27.7
17452026-03-24T23:16:51.775Z Compiling reqwest v0.12.28
17462026-03-24T23:16:51.775Z Compiling reqwest v0.13.2
17472026-03-24T23:16:54.716Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-24T23:16:54.994Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-24T23:16:58.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-24T23:16:59.006Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-24T23:16:59.070ZMar 24 23:16:58.357 INFO Starting download, target: DendriteStub
17522026-03-24T23:16:59.070ZMar 24 23:16:58.357 INFO Starting download, target: Clickhouse
17532026-03-24T23:16:59.070ZMar 24 23:16:58.357 INFO Starting download, target: TransceiverControl
17542026-03-24T23:16:59.071ZMar 24 23:16:58.357 INFO Starting download, target: Console
17552026-03-24T23:16:59.071ZMar 24 23:16:58.357 INFO Starting download, target: MaghemiteMgd
17562026-03-24T23:16:59.073ZMar 24 23:16:58.357 INFO Starting download, target: Cockroach
17572026-03-24T23:16:59.074ZMar 24 23:16:58.358 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-24T23:16:59.074ZMar 24 23:16:58.358 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-24T23:16:59.074ZMar 24 23:16:58.358 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-24T23:16:59.074ZMar 24 23:16:58.358 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-24T23:16:59.074ZMar 24 23:16:58.358 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-24T23:16:59.074ZMar 24 23:16:58.358 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-24T23:16:59.562ZMar 24 23:16:58.847 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-24T23:16:59.895ZMar 24 23:16:59.182 INFO Download complete, target: TransceiverControl
17652026-03-24T23:17:00.064ZMar 24 23:16:59.348 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-24T23:17:00.449ZMar 24 23:16:59.725 INFO Download complete, target: Console
17672026-03-24T23:17:00.751ZMar 24 23:17:00.038 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-24T23:17:00.782ZMar 24 23:17:00.069 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-24T23:17:01.361ZMar 24 23:17:00.649 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-24T23:17:01.361ZMar 24 23:17:00.649 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-24T23:17:01.546ZMar 24 23:17:00.833 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-24T23:17:04.351ZMar 24 23:17:03.641 INFO Download complete, target: DendriteStub
17732026-03-24T23:17:04.420ZMar 24 23:17:03.707 INFO Download complete, target: MaghemiteMgd
17742026-03-24T23:17:08.940ZMar 24 23:17:08.231 INFO Checking that binary works, target: Cockroach
17752026-03-24T23:17:09.104ZMar 24 23:17:08.392 INFO Download complete, target: Cockroach
17762026-03-24T23:17:12.633ZMar 24 23:17:11.925 INFO Checking that binary works, target: Clickhouse
17772026-03-24T23:17:12.872ZMar 24 23:17:12.164 INFO Download complete, target: Clickhouse
17782026-03-24T23:17:12.993ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-24T23:17:12.996Z
17802026-03-24T23:17:12.996Zreal 4:02.542990025
17812026-03-24T23:17:12.996Zuser 10:23.788146044
17822026-03-24T23:17:12.996Zsys 1:47.646852297
17832026-03-24T23:17:12.996Ztrap 0.316946479
17842026-03-24T23:17:12.996Ztflt 1.346855570
17852026-03-24T23:17:12.996Zdflt 1.762575731
17862026-03-24T23:17:12.996Zkflt 0.124598013
17872026-03-24T23:17:12.996Zlock 31:03.379598915
17882026-03-24T23:17:12.996Zslp 29:25.217379329
17892026-03-24T23:17:12.996Zlat 53.543954225
17902026-03-24T23:17:12.996Zstop 2:45.195156743
17912026-03-24T23:17:12.996Z+ banner clippy
17922026-03-24T23:17:12.996Z
17932026-03-24T23:17:12.996Z #### # # ##### ##### # #
17942026-03-24T23:17:12.996Z # # # # # # # # # #
17952026-03-24T23:17:12.996Z # # # # # # # #
17962026-03-24T23:17:12.996Z # # # ##### ##### #
17972026-03-24T23:17:12.996Z # # # # # # #
17982026-03-24T23:17:12.997Z #### ###### # # # #
17992026-03-24T23:17:12.997Z
18002026-03-24T23:17:12.997Z+ export CARGO_INCREMENTAL=0
18012026-03-24T23:17:12.997Z+ CARGO_INCREMENTAL=0
18022026-03-24T23:17:12.997Z+ ptime -m cargo xtask clippy
18032026-03-24T23:17:13.706Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-24T23:17:13.981Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-24T23:17:16.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
18062026-03-24T23:17:16.591Z Running `target/debug/xtask clippy`
18072026-03-24T23:17:16.624Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-24T23:17:17.431Z Downloading crates ...
18092026-03-24T23:17:17.696Z Downloaded addr2line v0.25.1
18102026-03-24T23:17:17.716Z Downloaded termcolor v1.4.1
18112026-03-24T23:17:17.719Z Downloaded httptest v0.16.4
18122026-03-24T23:17:17.722Z Downloaded nested v0.1.1
18132026-03-24T23:17:17.722Z Downloaded backtrace-ext v0.2.1
18142026-03-24T23:17:17.722Z Downloaded async-lock v3.4.2
18152026-03-24T23:17:17.725Z Downloaded assert_cmd v2.1.2
18162026-03-24T23:17:17.725Z Downloaded anes v0.1.6
18172026-03-24T23:17:17.728Z Downloaded event-listener-strategy v0.5.4
18182026-03-24T23:17:17.728Z Downloaded cast v0.3.0
18192026-03-24T23:17:17.731Z Downloaded rust-argon2 v2.1.0
18202026-03-24T23:17:17.731Z Downloaded parking v2.2.1
18212026-03-24T23:17:17.734Z Downloaded miette-derive v5.10.0
18222026-03-24T23:17:17.737Z Downloaded plotters-svg v0.3.7
18232026-03-24T23:17:17.740Z Downloaded plotters-backend v0.3.7
18242026-03-24T23:17:17.740Z Downloaded owo-colors v3.5.0
18252026-03-24T23:17:17.745Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18262026-03-24T23:17:17.748Z Downloaded oorandom v11.1.5
18272026-03-24T23:17:17.748Z Downloaded target-triple v1.0.0
18282026-03-24T23:17:17.751Z Downloaded approx v0.5.1
18292026-03-24T23:17:17.751Z Downloaded cfg-expr v0.20.6
18302026-03-24T23:17:17.754Z Downloaded terminal_size v0.1.17
18312026-03-24T23:17:17.754Z Downloaded futures-timer v3.0.3
18322026-03-24T23:17:17.756Z Downloaded tinytemplate v1.2.1
18332026-03-24T23:17:17.756Z Downloaded supports-unicode v2.1.0
18342026-03-24T23:17:17.756Z Downloaded stringmetrics v2.2.2
18352026-03-24T23:17:17.759Z Downloaded rustc-demangle v0.1.27
18362026-03-24T23:17:17.762Z Downloaded trybuild v1.0.116
18372026-03-24T23:17:17.765Z Downloaded serde_regex v1.1.0
18382026-03-24T23:17:17.765Z Downloaded assert-json-diff v2.0.2
18392026-03-24T23:17:17.765Z Downloaded escape8259 v0.5.3
18402026-03-24T23:17:17.768Z Downloaded cargo-platform v0.3.2
18412026-03-24T23:17:17.768Z Downloaded event-listener v5.4.1
18422026-03-24T23:17:17.771Z Downloaded supports-hyperlinks v2.1.0
18432026-03-24T23:17:17.771Z Downloaded similar-asserts v1.7.0
18442026-03-24T23:17:17.774Z Downloaded partial-io v0.5.4
18452026-03-24T23:17:17.774Z Downloaded guppy-workspace-hack v0.1.0
18462026-03-24T23:17:17.774Z Downloaded constant_time_eq v0.3.1
18472026-03-24T23:17:17.777Z Downloaded knuffel-derive v3.2.0
18482026-03-24T23:17:17.777Z Downloaded criterion-plot v0.6.0
18492026-03-24T23:17:17.782Z Downloaded linkme-impl v0.3.35
18502026-03-24T23:17:17.789Z Downloaded async-object-pool v0.2.0
18512026-03-24T23:17:17.792Z Downloaded target-spec v3.5.7
18522026-03-24T23:17:17.795Z Downloaded chumsky v0.9.3
18532026-03-24T23:17:17.798Z Downloaded cargo_metadata v0.23.1
18542026-03-24T23:17:17.798Z Downloaded supports-color v2.1.0
18552026-03-24T23:17:17.802Z Downloaded path-tree v0.8.3
18562026-03-24T23:17:17.807Z Downloaded relative-path v1.9.3
18572026-03-24T23:17:17.810Z Downloaded pathdiff v0.2.3
18582026-03-24T23:17:17.810Z Downloaded linkme v0.3.35
18592026-03-24T23:17:17.814Z Downloaded target-lexicon v0.13.3
18602026-03-24T23:17:17.814Z Downloaded libtest-mimic v0.8.1
18612026-03-24T23:17:17.817Z Downloaded concurrent-queue v2.5.0
18622026-03-24T23:17:17.831Z Downloaded datatest-stable v0.3.3
18632026-03-24T23:17:17.834Z Downloaded blake2b_simd v1.0.4
18642026-03-24T23:17:17.837Z Downloaded toml v1.0.3+spec-1.1.0
18652026-03-24T23:17:17.840Z Downloaded rand_distr v0.5.1
18662026-03-24T23:17:17.843Z Downloaded rstest v0.25.0
18672026-03-24T23:17:17.852Z Downloaded miette v5.10.0
18682026-03-24T23:17:17.855Z Downloaded knuffel v3.2.0
18692026-03-24T23:17:17.858Z Downloaded fancy-regex v0.14.0
18702026-03-24T23:17:17.861Z Downloaded textwrap v0.15.2
18712026-03-24T23:17:17.861Z Downloaded rstest_macros v0.25.0
18722026-03-24T23:17:17.868Z Downloaded criterion v0.7.0
18732026-03-24T23:17:17.873Z Downloaded plotters v0.3.7
18742026-03-24T23:17:17.880Z Downloaded backtrace v0.3.76
18752026-03-24T23:17:17.883Z Downloaded hashbrown v0.14.5
18762026-03-24T23:17:17.887Z Downloaded guppy v0.17.25
18772026-03-24T23:17:17.903Z Downloaded gimli v0.32.3
18782026-03-24T23:17:18.003Z Downloaded httpmock v0.8.3
18792026-03-24T23:17:20.182Z Checking cfg-if v1.0.4
18802026-03-24T23:17:20.594Z Checking libc v0.2.180
18812026-03-24T23:17:20.597Z Checking serde_core v1.0.228
18822026-03-24T23:17:20.689Z Checking memchr v2.8.0
18832026-03-24T23:17:20.738Z Checking smallvec v1.15.1
18842026-03-24T23:17:20.788Z Checking itoa v1.0.17
18852026-03-24T23:17:20.838Z Checking log v0.4.29
18862026-03-24T23:17:20.895Z Checking zeroize v1.8.2
18872026-03-24T23:17:20.895Z Checking libm v0.2.16
18882026-03-24T23:17:21.008Z Checking scopeguard v1.2.0
18892026-03-24T23:17:21.011Z Checking stable_deref_trait v1.2.1
18902026-03-24T23:17:21.108Z Checking zmij v1.0.21
18912026-03-24T23:17:21.160Z Checking zerofrom v0.1.6
18922026-03-24T23:17:21.212Z Checking errno v0.3.14
18932026-03-24T23:17:21.212Z Checking getrandom v0.2.17
18942026-03-24T23:17:21.302Z Checking lock_api v0.4.14
18952026-03-24T23:17:21.350Z Checking yoke v0.8.1
18962026-03-24T23:17:21.404Z Checking percent-encoding v2.3.2
18972026-03-24T23:17:21.454Z Checking litemap v0.8.1
18982026-03-24T23:17:21.501Z Checking writeable v0.6.2
18992026-03-24T23:17:21.550Z Checking icu_properties_data v2.1.2
19002026-03-24T23:17:21.610Z Checking zerovec v0.11.5
19012026-03-24T23:17:21.658Z Checking zerotrie v0.2.3
19022026-03-24T23:17:21.662Z Checking icu_normalizer_data v2.1.1
19032026-03-24T23:17:21.752Z Checking form_urlencoded v1.2.2
19042026-03-24T23:17:21.803Z Checking utf8_iter v1.0.4
19052026-03-24T23:17:21.803Z Checking subtle v2.6.1
19062026-03-24T23:17:21.897Z Checking rand_core v0.10.0
19072026-03-24T23:17:21.953Z Checking rand_core v0.6.4
19082026-03-24T23:17:22.012Z Checking num-traits v0.2.19
19092026-03-24T23:17:22.050Z Checking portable-atomic v1.13.1
19102026-03-24T23:17:22.055Z Checking pin-project-lite v0.2.17
19112026-03-24T23:17:22.055Z Checking zerocopy v0.8.40
19122026-03-24T23:17:22.183Z Checking getrandom v0.4.1
19132026-03-24T23:17:22.232Z Checking critical-section v1.2.0
19142026-03-24T23:17:22.287Z Checking tinystr v0.8.2
19152026-03-24T23:17:22.328Z Checking potential_utf v0.1.4
19162026-03-24T23:17:22.394Z Checking parking_lot_core v0.9.12
19172026-03-24T23:17:22.457Z Checking signal-hook-registry v1.4.8
19182026-03-24T23:17:22.526Z Checking icu_collections v2.1.1
19192026-03-24T23:17:22.575Z Checking icu_locale_core v2.1.1
19202026-03-24T23:17:22.657Z Checking once_cell v1.21.3
19212026-03-24T23:17:22.706Z Checking parking_lot v0.12.5
19222026-03-24T23:17:22.759Z Checking mio v1.1.1
19232026-03-24T23:17:22.834Z Checking serde v1.0.228
19242026-03-24T23:17:22.834Z Checking serde_json v1.0.149
19252026-03-24T23:17:22.932Z Checking bitflags v2.11.0
19262026-03-24T23:17:22.977Z Checking typenum v1.19.0
19272026-03-24T23:17:23.028Z Checking iana-time-zone v0.1.65
19282026-03-24T23:17:23.173Z Checking socket2 v0.6.2
19292026-03-24T23:17:23.240Z Checking uuid v1.21.0
19302026-03-24T23:17:23.240Z Checking semver v1.0.27
19312026-03-24T23:17:23.370Z Checking icu_provider v2.1.1
19322026-03-24T23:17:23.474Z Checking bytes v1.11.1
19332026-03-24T23:17:23.530Z Checking chrono v0.4.44
19342026-03-24T23:17:23.587Z Checking thiserror v2.0.18
19352026-03-24T23:17:23.713Z Checking icu_normalizer v2.1.1
19362026-03-24T23:17:23.759Z Checking icu_properties v2.1.2
19372026-03-24T23:17:23.767Z Checking generic-array v0.14.7
19382026-03-24T23:17:23.860Z Checking allocator-api2 v0.2.21
19392026-03-24T23:17:23.912Z Checking futures-core v0.3.32
19402026-03-24T23:17:24.116Z Checking tokio v1.49.0
19412026-03-24T23:17:24.165Z Checking dyn-clone v1.0.20
19422026-03-24T23:17:24.215Z Checking equivalent v1.0.2
19432026-03-24T23:17:24.301Z Checking const-oid v0.9.6
19442026-03-24T23:17:24.363Z Checking foldhash v0.2.0
19452026-03-24T23:17:24.367Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-24T23:17:24.484Z Checking crypto-common v0.1.7
19472026-03-24T23:17:24.594Z Checking hashbrown v0.16.1
19482026-03-24T23:17:24.671Z Checking block-buffer v0.10.4
19492026-03-24T23:17:24.726Z Checking futures-sink v0.3.32
19502026-03-24T23:17:24.836Z Checking byteorder v1.5.0
19512026-03-24T23:17:24.888Z Checking futures-channel v0.3.32
19522026-03-24T23:17:24.891Z Checking rustix v1.1.3
19532026-03-24T23:17:24.978Z Checking idna_adapter v1.2.1
19542026-03-24T23:17:25.138Z Checking slab v0.4.12
19552026-03-24T23:17:25.187Z Checking idna v1.1.0
19562026-03-24T23:17:25.191Z Checking futures-task v0.3.32
19572026-03-24T23:17:25.299Z Checking futures-io v0.3.32
19582026-03-24T23:17:25.352Z Checking digest v0.10.7
19592026-03-24T23:17:25.397Z Checking cpufeatures v0.2.17
19602026-03-24T23:17:25.444Z Checking indexmap v2.13.0
19612026-03-24T23:17:25.491Z Checking futures-util v0.3.32
19622026-03-24T23:17:25.540Z Checking url v2.5.8
19632026-03-24T23:17:25.542Z Checking thiserror v1.0.69
19642026-03-24T23:17:25.636Z Checking getrandom v0.3.4
19652026-03-24T23:17:25.744Z Checking fnv v1.0.7
19662026-03-24T23:17:25.852Z Checking regex-syntax v0.8.10
19672026-03-24T23:17:25.901Z Checking base64 v0.22.1
19682026-03-24T23:17:26.145Z Checking schemars v0.8.22
19692026-03-24T23:17:26.148Z Checking ppv-lite86 v0.2.21
19702026-03-24T23:17:26.189Z Checking http v1.4.0
19712026-03-24T23:17:26.285Z Checking tracing-core v0.1.36
19722026-03-24T23:17:26.288Z Checking unicode-ident v1.0.24
19732026-03-24T23:17:26.513Z Checking ipnet v2.11.0
19742026-03-24T23:17:26.702Z Checking proc-macro2 v1.0.106
19752026-03-24T23:17:26.753Z Checking tracing v0.1.44
19762026-03-24T23:17:26.901Z Checking utf8parse v0.2.2
19772026-03-24T23:17:27.009Z Checking anstyle v1.0.13
19782026-03-24T23:17:27.058Z Checking untrusted v0.9.0
19792026-03-24T23:17:27.105Z Checking aho-corasick v1.1.4
19802026-03-24T23:17:27.108Z Checking anstyle-parse v0.2.7
19812026-03-24T23:17:27.198Z Checking quote v1.0.44
19822026-03-24T23:17:27.244Z Checking ring v0.17.14
19832026-03-24T23:17:27.291Z Checking colorchoice v1.0.4
19842026-03-24T23:17:27.375Z Checking anstyle-query v1.1.5
19852026-03-24T23:17:27.447Z Checking is_terminal_polyfill v1.70.2
19862026-03-24T23:17:27.495Z Checking syn v2.0.117
19872026-03-24T23:17:27.541Z Checking base64ct v1.8.3
19882026-03-24T23:17:27.595Z Checking anstream v0.6.21
19892026-03-24T23:17:27.701Z Checking block-padding v0.3.3
19902026-03-24T23:17:27.888Z Checking rustls-pki-types v1.14.0
19912026-03-24T23:17:27.891Z Checking httparse v1.10.1
19922026-03-24T23:17:27.980Z Checking inout v0.1.4
19932026-03-24T23:17:28.060Z Checking regex-automata v0.4.14
19942026-03-24T23:17:28.171Z Checking terminal_size v0.4.3
19952026-03-24T23:17:28.220Z Checking crossbeam-utils v0.8.21
19962026-03-24T23:17:28.267Z Checking cipher v0.4.4
19972026-03-24T23:17:28.316Z Checking strsim v0.11.1
19982026-03-24T23:17:28.364Z Checking clap_lex v1.0.0
19992026-03-24T23:17:28.430Z Checking tokio-util v0.7.18
20002026-03-24T23:17:28.558Z Checking http-body v1.0.1
20012026-03-24T23:17:28.612Z Checking rand_core v0.9.5
20022026-03-24T23:17:28.615Z Checking clap_builder v4.5.60
20032026-03-24T23:17:28.655Z Checking sha2 v0.10.9
20042026-03-24T23:17:28.750Z Checking atomic-waker v1.1.2
20052026-03-24T23:17:28.797Z Checking pem-rfc7468 v0.7.0
20062026-03-24T23:17:28.869Z Checking try-lock v0.2.5
20072026-03-24T23:17:28.917Z Checking httpdate v1.0.3
20082026-03-24T23:17:29.032Z Checking want v0.3.1
20092026-03-24T23:17:29.035Z Checking hmac v0.12.1
20102026-03-24T23:17:29.123Z Checking tower-service v0.3.3
20112026-03-24T23:17:29.170Z Checking tower-layer v0.3.3
20122026-03-24T23:17:29.217Z Checking ryu v1.0.23
20132026-03-24T23:17:29.270Z Checking pin-utils v0.1.0
20142026-03-24T23:17:29.318Z Checking rand_chacha v0.9.0
20152026-03-24T23:17:29.365Z Checking h2 v0.4.13
20162026-03-24T23:17:29.413Z Checking erased-serde v0.3.31
20172026-03-24T23:17:29.417Z Checking flagset v0.4.7
20182026-03-24T23:17:29.504Z Checking powerfmt v0.2.0
20192026-03-24T23:17:29.610Z Checking rand v0.9.2
20202026-03-24T23:17:29.658Z Checking der v0.7.10
20212026-03-24T23:17:29.735Z Checking deranged v0.5.8
20222026-03-24T23:17:30.021Z Checking slog v2.8.2
20232026-03-24T23:17:30.280Z Checking spin v0.9.8
20242026-03-24T23:17:30.375Z Checking clap v4.5.60
20252026-03-24T23:17:30.424Z Checking anyhow v1.0.102
20262026-03-24T23:17:30.510Z Checking num_threads v0.1.7
20272026-03-24T23:17:30.561Z Checking time-core v0.1.8
20282026-03-24T23:17:30.609Z Checking num-conv v0.2.0
20292026-03-24T23:17:30.659Z Checking http-body-util v0.1.3
20302026-03-24T23:17:30.716Z Checking aws-lc-sys v0.37.1
20312026-03-24T23:17:30.719Z Checking untrusted v0.7.1
20322026-03-24T23:17:30.813Z Checking openssl-probe v0.2.1
20332026-03-24T23:17:30.816Z Checking regex v1.12.3
20342026-03-24T23:17:30.856Z Checking serde_urlencoded v0.7.1
20352026-03-24T23:17:30.951Z Checking rand_chacha v0.3.1
20362026-03-24T23:17:31.000Z Checking fastrand v2.3.0
20372026-03-24T23:17:31.004Z Checking spki v0.7.3
20382026-03-24T23:17:31.092Z Checking time v0.3.47
20392026-03-24T23:17:31.207Z Checking pbkdf2 v0.12.2
20402026-03-24T23:17:31.261Z Checking rand v0.8.5
20412026-03-24T23:17:31.264Z Checking aes v0.8.4
20422026-03-24T23:17:31.264Z Checking pretty-hex v0.4.1
20432026-03-24T23:17:31.401Z Checking unicode-width v0.2.0
20442026-03-24T23:17:31.404Z Checking salsa20 v0.10.2
20452026-03-24T23:17:31.494Z Checking aws-lc-rs v1.16.0
20462026-03-24T23:17:31.544Z Checking cbc v0.1.2
20472026-03-24T23:17:31.650Z Checking ipnetwork v0.21.1
20482026-03-24T23:17:31.748Z Checking hex v0.4.3
20492026-03-24T23:17:31.796Z Checking scrypt v0.11.0
20502026-03-24T23:17:31.901Z Checking tempfile v3.25.0
20512026-03-24T23:17:31.980Z Checking rustls-native-certs v0.8.3
20522026-03-24T23:17:32.030Z Checking sync_wrapper v1.0.2
20532026-03-24T23:17:32.033Z Checking plain v0.2.3
20542026-03-24T23:17:32.124Z Checking pkcs5 v0.7.1
20552026-03-24T23:17:32.176Z Checking webpki-roots v1.0.6
20562026-03-24T23:17:32.225Z Checking tower v0.5.3
20572026-03-24T23:17:32.229Z Checking camino v1.2.2
20582026-03-24T23:17:32.318Z Checking ucd-trie v0.1.7
20592026-03-24T23:17:32.365Z Checking iri-string v0.7.10
20602026-03-24T23:17:32.489Z Checking pkcs8 v0.10.2
20612026-03-24T23:17:32.538Z Checking pest v2.8.6
20622026-03-24T23:17:32.650Z Checking openapiv3 v2.2.0
20632026-03-24T23:17:32.700Z Checking rustls-webpki v0.103.9
20642026-03-24T23:17:32.748Z Checking either v1.15.0
20652026-03-24T23:17:32.797Z Checking mime v0.3.17
20662026-03-24T23:17:32.801Z Checking winnow v0.7.14
20672026-03-24T23:17:32.980Z Checking hyper v1.8.1
20682026-03-24T23:17:33.032Z Checking oxnet v0.1.4
20692026-03-24T23:17:33.081Z Checking lazy_static v1.5.0
20702026-03-24T23:17:33.228Z Checking static_assertions v1.1.0
20712026-03-24T23:17:33.290Z Checking rustls v0.23.37
20722026-03-24T23:17:33.360Z Checking signature v2.2.0
20732026-03-24T23:17:33.408Z Checking encoding_rs v0.8.35
20742026-03-24T23:17:33.562Z Checking foreign-types-shared v0.1.1
20752026-03-24T23:17:33.701Z Checking simd-adler32 v0.3.8
20762026-03-24T23:17:33.858Z Checking tower-http v0.6.8
20772026-03-24T23:17:33.966Z Checking foreign-types v0.3.2
20782026-03-24T23:17:34.042Z Checking hubpack v0.1.2
20792026-03-24T23:17:34.096Z Checking openssl-sys v0.9.111
20802026-03-24T23:17:34.226Z Checking hyper-util v0.1.20
20812026-03-24T23:17:34.277Z Checking adler2 v2.0.1
20822026-03-24T23:17:34.324Z Checking sha1 v0.10.6
20832026-03-24T23:17:34.454Z Checking miniz_oxide v0.8.9
20842026-03-24T23:17:34.501Z Checking strum v0.26.3
20852026-03-24T23:17:34.551Z Checking data-encoding v2.10.0
20862026-03-24T23:17:34.599Z Checking tinyvec_macros v0.1.1
20872026-03-24T23:17:34.679Z Checking serde_spanned v0.6.9
20882026-03-24T23:17:34.729Z Checking tinyvec v1.10.0
20892026-03-24T23:17:34.785Z Checking toml_datetime v0.6.11
20902026-03-24T23:17:34.789Z Checking openssl v0.10.75
20912026-03-24T23:17:34.873Z Checking num-integer v0.1.46
20922026-03-24T23:17:34.940Z Checking scroll v0.13.0
20932026-03-24T23:17:34.988Z Checking memmap2 v0.9.10
20942026-03-24T23:17:35.046Z Checking bit-vec v0.8.0
20952026-03-24T23:17:35.176Z Checking base16ct v0.2.0
20962026-03-24T23:17:35.226Z Checking dtrace-parser v0.3.0
20972026-03-24T23:17:35.274Z Checking crossbeam-epoch v0.9.18
20982026-03-24T23:17:35.320Z Checking goblin v0.10.5
20992026-03-24T23:17:35.368Z Checking bit-set v0.8.0
21002026-03-24T23:17:35.371Z Checking sec1 v0.7.3
21012026-03-24T23:17:35.571Z Checking crc32fast v1.5.0
21022026-03-24T23:17:35.620Z Checking ff v0.13.1
21032026-03-24T23:17:35.624Z Checking wait-timeout v0.2.1
21042026-03-24T23:17:35.716Z Checking thread-id v5.1.0
21052026-03-24T23:17:35.788Z Checking num-iter v0.1.45
21062026-03-24T23:17:35.837Z Checking bstr v1.12.1
21072026-03-24T23:17:35.885Z Checking group v0.13.0
21082026-03-24T23:17:35.888Z Checking hkdf v0.12.4
21092026-03-24T23:17:35.980Z Checking ahash v0.8.12
21102026-03-24T23:17:35.984Z Checking crypto-bigint v0.5.5
21112026-03-24T23:17:36.104Z Checking psl-types v2.0.11
21122026-03-24T23:17:36.153Z Checking quick-error v1.2.3
21132026-03-24T23:17:36.294Z Checking publicsuffix v2.3.0
21142026-03-24T23:17:36.342Z Checking rusty-fork v0.3.1
21152026-03-24T23:17:36.345Z Checking cookie v0.18.1
21162026-03-24T23:17:36.447Z Checking rand_xorshift v0.4.0
21172026-03-24T23:17:36.532Z Checking tokio-rustls v0.26.4
21182026-03-24T23:17:36.580Z Checking scroll v0.12.0
21192026-03-24T23:17:36.628Z Checking unarray v0.1.4
21202026-03-24T23:17:36.632Z Checking rustls-platform-verifier v0.6.2
21212026-03-24T23:17:36.739Z Checking cookie_store v0.22.1
21222026-03-24T23:17:36.795Z Checking proptest v1.10.0
21232026-03-24T23:17:36.863Z Checking hyper-rustls v0.27.7
21242026-03-24T23:17:36.911Z Checking num-bigint-dig v0.8.6
21252026-03-24T23:17:36.959Z Checking goblin v0.8.2
21262026-03-24T23:17:37.166Z Checking pkcs1 v0.7.5
21272026-03-24T23:17:37.232Z Checking x509-cert v0.2.5
21282026-03-24T23:17:37.354Z Checking elliptic-curve v0.13.8
21292026-03-24T23:17:37.478Z Checking zerocopy v0.7.35
21302026-03-24T23:17:37.708Z Checking native-tls v0.2.18
21312026-03-24T23:17:37.798Z Checking zlib-rs v0.6.2
21322026-03-24T23:17:37.971Z Checking tokio-native-tls v0.3.1
21332026-03-24T23:17:38.088Z Checking unicode-segmentation v1.12.0
21342026-03-24T23:17:38.141Z Checking rsa v0.9.10
21352026-03-24T23:17:38.206Z Checking reqwest v0.13.2
21362026-03-24T23:17:38.209Z Checking hyper-tls v0.6.0
21372026-03-24T23:17:38.506Z Checking reqwest v0.12.28
21382026-03-24T23:17:38.557Z Checking crossbeam-deque v0.8.6
21392026-03-24T23:17:38.614Z Checking dof v0.4.0
21402026-03-24T23:17:38.791Z Checking dtrace-parser v0.2.0
21412026-03-24T23:17:38.839Z Checking rfc6979 v0.4.0
21422026-03-24T23:17:39.020Z Checking thread-id v4.2.2
21432026-03-24T23:17:39.066Z Checking flate2 v1.1.9
21442026-03-24T23:17:39.138Z Checking toml_write v0.1.2
21452026-03-24T23:17:39.186Z Checking ecdsa v0.16.9
21462026-03-24T23:17:39.299Z Checking newtype-uuid v1.3.2
21472026-03-24T23:17:39.354Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-03-24T23:17:39.403Z Checking toml_edit v0.22.27
21492026-03-24T23:17:39.497Z Checking curve25519-dalek v4.1.3
21502026-03-24T23:17:39.545Z Checking usdt-impl v0.6.0
21512026-03-24T23:17:39.595Z Checking memoffset v0.9.1
21522026-03-24T23:17:39.646Z Checking dof v0.3.0
21532026-03-24T23:17:39.695Z Checking rustix v0.38.44
21542026-03-24T23:17:39.698Z Checking env_filter v1.0.0
21552026-03-24T23:17:39.790Z Checking keccak v0.1.6
21562026-03-24T23:17:39.838Z Checking daft v0.1.5
21572026-03-24T23:17:39.939Z Checking usdt v0.6.0
21582026-03-24T23:17:39.988Z Checking env_logger v0.11.9
21592026-03-24T23:17:40.039Z Checking sha3 v0.10.8
21602026-03-24T23:17:40.085Z Checking usdt-impl v0.5.0
21612026-03-24T23:17:40.182Z Checking ed25519 v2.2.3
21622026-03-24T23:17:40.185Z Checking itertools v0.13.0
21632026-03-24T23:17:40.277Z Checking serde_with v3.17.0
21642026-03-24T23:17:40.346Z Checking bitflags v1.3.2
21652026-03-24T23:17:40.451Z Checking siphasher v1.0.2
21662026-03-24T23:17:40.500Z Checking unicode-normalization v0.1.25
21672026-03-24T23:17:40.503Z Checking signal-hook v0.3.18
21682026-03-24T23:17:40.595Z Checking ed25519-dalek v2.2.0
21692026-03-24T23:17:40.696Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-24T23:17:40.826Z Checking managed v0.8.0
21712026-03-24T23:17:40.877Z Checking winnow v0.5.40
21722026-03-24T23:17:40.933Z Checking nix v0.31.1
21732026-03-24T23:17:40.936Z Checking rayon-core v1.13.0
21742026-03-24T23:17:41.028Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-24T23:17:41.075Z Checking object v0.37.3
21762026-03-24T23:17:41.124Z Checking foldhash v0.1.5
21772026-03-24T23:17:41.171Z Checking bzip2 v0.4.4
21782026-03-24T23:17:41.334Z Checking hashbrown v0.15.5
21792026-03-24T23:17:41.422Z Checking signal-hook-mio v0.2.5
21802026-03-24T23:17:41.471Z Checking ref-cast v1.0.25
21812026-03-24T23:17:41.590Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-24T23:17:41.639Z Checking zip v0.6.6
21832026-03-24T23:17:41.694Z Checking bumpalo v3.20.2
21842026-03-24T23:17:41.774Z Checking zstd-safe v7.2.4
21852026-03-24T23:17:41.991Z Checking libbz2-rs-sys v0.2.2
21862026-03-24T23:17:42.041Z Checking zopfli v0.8.3
21872026-03-24T23:17:42.044Z Checking zstd v0.13.3
21882026-03-24T23:17:42.132Z Checking crossterm v0.28.1
21892026-03-24T23:17:42.337Z Checking rayon v1.11.0
21902026-03-24T23:17:42.372Z Checking similar v2.7.0
21912026-03-24T23:17:42.419Z Checking fs-err v3.3.0
21922026-03-24T23:17:42.511Z Checking toml_edit v0.19.15
21932026-03-24T23:17:42.561Z Checking bzip2 v0.6.1
21942026-03-24T23:17:42.564Z Checking hash32 v0.2.1
21952026-03-24T23:17:42.807Z Checking serde-big-array v0.5.1
21962026-03-24T23:17:42.860Z Checking unicode-properties v0.1.4
21972026-03-24T23:17:42.864Z Checking jiff v0.2.21
21982026-03-24T23:17:42.953Z Checking predicates-core v1.0.10
21992026-03-24T23:17:43.012Z Checking unicode-bidi v0.3.18
22002026-03-24T23:17:43.134Z Checking heapless v0.7.17
22012026-03-24T23:17:43.187Z Checking hickory-proto v0.25.2
22022026-03-24T23:17:43.193Z Checking tokio-stream v0.1.18
22032026-03-24T23:17:43.448Z Checking stringprep v0.1.5
22042026-03-24T23:17:43.681Z Checking md-5 v0.10.6
22052026-03-24T23:17:43.735Z Checking float-cmp v0.10.0
22062026-03-24T23:17:43.784Z Checking difflib v0.4.0
22072026-03-24T23:17:43.890Z Checking normalize-line-endings v0.3.0
22082026-03-24T23:17:43.939Z Checking fallible-iterator v0.2.0
22092026-03-24T23:17:43.989Z Checking toml v0.7.8
22102026-03-24T23:17:44.043Z Checking rustc-hash v2.1.1
22112026-03-24T23:17:44.091Z Checking predicates v3.1.4
22122026-03-24T23:17:44.224Z Checking iddqd v0.3.17
22132026-03-24T23:17:44.341Z Checking postgres-protocol v0.6.10
22142026-03-24T23:17:44.392Z Checking smoltcp v0.9.1
22152026-03-24T23:17:44.397Z Checking phf_shared v0.13.1
22162026-03-24T23:17:44.485Z Checking phf_shared v0.11.3
22172026-03-24T23:17:44.534Z Checking itertools v0.12.1
22182026-03-24T23:17:44.713Z Checking console v0.16.2
22192026-03-24T23:17:44.763Z Checking buf-list v1.1.2
22202026-03-24T23:17:44.810Z Checking strum v0.27.2
22212026-03-24T23:17:44.985Z Checking fixedbitset v0.5.7
22222026-03-24T23:17:45.033Z Checking unit-prefix v0.5.2
22232026-03-24T23:17:45.139Z Checking precomputed-hash v0.1.1
22242026-03-24T23:17:45.223Z Checking lalrpop-util v0.19.12
22252026-03-24T23:17:45.271Z Checking new_debug_unreachable v1.0.6
22262026-03-24T23:17:45.275Z Checking fixedbitset v0.4.2
22272026-03-24T23:17:45.317Z Checking petgraph v0.8.3
22282026-03-24T23:17:45.411Z Checking string_cache v0.8.9
22292026-03-24T23:17:45.414Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-24T23:17:45.501Z Checking indicatif v0.18.4
22312026-03-24T23:17:45.550Z Checking petgraph v0.6.5
22322026-03-24T23:17:45.659Z Checking postgres-types v0.2.12
22332026-03-24T23:17:45.956Z Checking zone v0.3.1
22342026-03-24T23:17:46.036Z Checking phf v0.13.1
22352026-03-24T23:17:46.085Z Checking zip v4.6.1
22362026-03-24T23:17:46.134Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-24T23:17:46.267Z Checking peg-runtime v0.8.5
22382026-03-24T23:17:46.469Z Checking whoami v2.1.0
22392026-03-24T23:17:46.567Z Checking futures-executor v0.3.32
22402026-03-24T23:17:46.663Z Checking is-terminal v0.4.17
22412026-03-24T23:17:46.768Z Checking tokio-postgres v0.7.16
22422026-03-24T23:17:46.817Z Checking crossbeam-channel v0.5.15
22432026-03-24T23:17:46.820Z Checking futures v0.3.32
22442026-03-24T23:17:46.917Z Compiling structmeta-derive v0.3.0
22452026-03-24T23:17:46.984Z Checking thread_local v1.1.9
22462026-03-24T23:17:47.033Z Checking term v1.2.1
22472026-03-24T23:17:47.244Z Checking take_mut v0.2.2
22482026-03-24T23:17:47.290Z Compiling newtype-uuid-macros v0.1.0
22492026-03-24T23:17:47.337Z Checking regress v0.10.5
22502026-03-24T23:17:47.384Z Checking slog-term v2.9.2
22512026-03-24T23:17:47.431Z Checking slog-async v2.8.0
22522026-03-24T23:17:47.589Z Compiling rustls v0.22.4
22532026-03-24T23:17:47.692Z Compiling multer v3.1.0
22542026-03-24T23:17:47.761Z Compiling async-stream-impl v0.3.6
22552026-03-24T23:17:47.913Z Compiling dropshot v0.16.7
22562026-03-24T23:17:48.065Z Compiling dropshot_endpoint v0.16.7
22572026-03-24T23:17:48.287Z Checking match_cfg v0.1.0
22582026-03-24T23:17:48.342Z Checking slog-json v2.6.1
22592026-03-24T23:17:48.407Z Compiling structmeta v0.3.0
22602026-03-24T23:17:48.456Z Checking hostname v0.3.1
22612026-03-24T23:17:48.506Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-24T23:17:48.602Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-24T23:17:48.605Z Checking debug-ignore v1.0.5
22642026-03-24T23:17:48.650Z Checking slog-bunyan v2.5.0
22652026-03-24T23:17:48.757Z Compiling derive-ex v0.1.8
22662026-03-24T23:17:48.804Z Checking serde_spanned v1.0.4
22672026-03-24T23:17:48.851Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-24T23:17:48.901Z Checking progenitor-client v0.13.0
22692026-03-24T23:17:49.009Z Checking rustls-webpki v0.102.8
22702026-03-24T23:17:49.056Z Checking serde_path_to_error v0.1.20
22712026-03-24T23:17:49.130Z Checking toml v0.9.12+spec-1.1.0
22722026-03-24T23:17:49.213Z Checking async-stream v0.3.6
22732026-03-24T23:17:49.310Z Checking waitgroup v0.1.2
22742026-03-24T23:17:49.413Z Checking rustls-pemfile v2.2.0
22752026-03-24T23:17:49.466Z Checking hostname v0.4.2
22762026-03-24T23:17:49.513Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-24T23:17:49.610Z Compiling parse-display-derive v0.10.0
22782026-03-24T23:17:49.657Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-24T23:17:49.660Z Checking itertools v0.14.0
22802026-03-24T23:17:49.749Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-24T23:17:49.876Z Checking macaddr v1.0.1
22822026-03-24T23:17:49.993Z Checking progenitor-client v0.10.0
22832026-03-24T23:17:50.146Z Checking instant v0.1.13
22842026-03-24T23:17:50.289Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-24T23:17:50.338Z Checking backoff v0.4.0
22862026-03-24T23:17:50.341Z Checking backon v1.6.0
22872026-03-24T23:17:50.513Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-24T23:17:50.584Z Checking progenitor-extras v0.1.1
22892026-03-24T23:17:50.683Z Checking heck v0.5.0
22902026-03-24T23:17:50.877Z Checking camino-tempfile v1.4.1
22912026-03-24T23:17:50.925Z Checking toml v0.8.23
22922026-03-24T23:17:51.122Z Compiling test-strategy v0.4.5
22932026-03-24T23:17:51.214Z Compiling unsafe-libyaml v0.2.11
22942026-03-24T23:17:51.217Z Compiling convert_case v0.4.0
22952026-03-24T23:17:51.451Z Checking secrecy v0.10.3
22962026-03-24T23:17:51.573Z Checking tokio-rustls v0.25.0
22972026-03-24T23:17:51.643Z Compiling crucible-workspace-hack v0.1.0
22982026-03-24T23:17:51.836Z Compiling derive_more v0.99.20
22992026-03-24T23:17:51.986Z Checking parse-display v0.10.0
23002026-03-24T23:17:52.047Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-24T23:17:52.300Z Checking typify-impl v0.6.1
23022026-03-24T23:17:52.348Z Compiling toml_edit v0.23.10+spec-1.0.0
23032026-03-24T23:17:53.254Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-24T23:17:53.783Z Compiling proc-macro-crate v3.4.0
23052026-03-24T23:17:53.862Z Checking half v2.7.1
23062026-03-24T23:17:53.906Z Checking glob v0.3.3
23072026-03-24T23:17:54.157Z Checking ciborium-io v0.2.2
23082026-03-24T23:17:54.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-24T23:17:54.255Z Compiling heapless v0.8.0
23102026-03-24T23:17:54.316Z Checking ciborium-ll v0.2.2
23112026-03-24T23:17:54.427Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-24T23:17:54.564Z Compiling ingot-macros v0.1.1
23132026-03-24T23:17:54.611Z Checking tabwriter v1.4.1
23142026-03-24T23:17:54.615Z Checking ciborium v0.2.2
23152026-03-24T23:17:54.835Z Checking hash32 v0.3.1
23162026-03-24T23:17:54.961Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-24T23:17:55.009Z Compiling smoltcp v0.11.0
23182026-03-24T23:17:55.277Z Compiling num_enum_derive v0.7.5
23192026-03-24T23:17:55.338Z Checking cobs v0.3.0
23202026-03-24T23:17:55.440Z Compiling foreign-types-macros v0.2.3
23212026-03-24T23:17:55.554Z Checking cpufeatures v0.3.0
23222026-03-24T23:17:55.603Z Checking foreign-types-shared v0.3.1
23232026-03-24T23:17:55.696Z Checking chacha20 v0.10.0
23242026-03-24T23:17:55.753Z Checking postcard v1.1.3
23252026-03-24T23:17:56.183Z Compiling proc-macro-crate v1.3.1
23262026-03-24T23:17:56.276Z Checking foreign-types v0.5.0
23272026-03-24T23:17:56.358Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-24T23:17:56.446Z Checking cstr-argument v0.1.2
23292026-03-24T23:17:56.642Z Checking sigpipe v0.1.3
23302026-03-24T23:17:56.693Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-24T23:17:56.755Z Checking num_enum v0.7.5
23322026-03-24T23:17:56.802Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-24T23:17:56.861Z Checking colored v3.1.1
23342026-03-24T23:17:56.939Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-24T23:17:57.175Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-24T23:17:57.224Z Compiling num_enum_derive v0.5.11
23372026-03-24T23:17:57.315Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-24T23:17:57.377Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-24T23:17:57.426Z Checking rand v0.10.0
23402026-03-24T23:17:57.429Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-24T23:17:57.517Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-24T23:17:57.636Z Checking indent_write v2.2.0
23432026-03-24T23:17:57.836Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-24T23:17:57.913Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-24T23:17:58.103Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-24T23:17:58.107Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23472026-03-24T23:17:58.198Z Checking smf v0.2.3
23482026-03-24T23:17:58.420Z Compiling num-derive v0.4.2
23492026-03-24T23:17:58.515Z Checking ingot-types v0.1.2
23502026-03-24T23:17:58.562Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-24T23:17:58.609Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23522026-03-24T23:17:58.657Z Checking num_enum v0.5.11
23532026-03-24T23:17:58.833Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-24T23:17:58.882Z Checking whoami v1.6.1
23552026-03-24T23:17:58.990Z Checking universal-hash v0.5.1
23562026-03-24T23:17:59.038Z Checking ingot v0.1.1
23572026-03-24T23:17:59.144Z Checking opaque-debug v0.3.1
23582026-03-24T23:17:59.191Z Checking aead v0.5.2
23592026-03-24T23:17:59.269Z Checking swrite v0.1.0
23602026-03-24T23:17:59.325Z Checking poly1305 v0.8.0
23612026-03-24T23:17:59.373Z Checking chacha20 v0.9.1
23622026-03-24T23:17:59.420Z Checking unicode-width v0.1.14
23632026-03-24T23:17:59.424Z Compiling typify-macro v0.6.1
23642026-03-24T23:17:59.512Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-24T23:17:59.660Z Checking password-hash v0.5.0
23662026-03-24T23:17:59.708Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-24T23:17:59.711Z Checking blake2 v0.10.6
23682026-03-24T23:17:59.800Z Checking chacha20poly1305 v0.10.1
23692026-03-24T23:17:59.992Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23702026-03-24T23:17:59.995Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-24T23:18:00.085Z Checking byte-wrapper v0.1.0
23722026-03-24T23:18:00.130Z Checking argon2 v0.5.3
23732026-03-24T23:18:00.381Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23742026-03-24T23:18:00.427Z Compiling usdt-macro v0.5.0
23752026-03-24T23:18:00.475Z Compiling usdt-attr-macro v0.5.0
23762026-03-24T23:18:00.608Z Checking memmap v0.7.0
23772026-03-24T23:18:00.716Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23782026-03-24T23:18:00.821Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-24T23:18:01.131Z Checking thiserror-no-std v2.0.2
23802026-03-24T23:18:01.179Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-03-24T23:18:01.277Z Checking vsss-rs v3.3.4
23822026-03-24T23:18:01.332Z Compiling derive-where v1.6.0
23832026-03-24T23:18:01.380Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-24T23:18:01.483Z Checking atomicwrites v0.4.4
23852026-03-24T23:18:01.543Z Checking usdt v0.5.0
23862026-03-24T23:18:01.681Z Checking console v0.15.11
23872026-03-24T23:18:01.789Z Checking tokio-dtrace v0.1.1
23882026-03-24T23:18:01.869Z Compiling typify v0.6.1
23892026-03-24T23:18:02.039Z Compiling progenitor-impl v0.13.0
23902026-03-24T23:18:02.088Z Checking oxide-tokio-rt v0.1.3
23912026-03-24T23:18:02.218Z Checking newline-converter v0.3.0
23922026-03-24T23:18:02.373Z Checking bytecount v0.6.9
23932026-03-24T23:18:02.420Z Checking expectorate v1.2.0
23942026-03-24T23:18:02.569Z Compiling prettyplease v0.2.37
23952026-03-24T23:18:02.618Z Compiling owo-colors v4.3.0
23962026-03-24T23:18:02.813Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23972026-03-24T23:18:02.930Z Compiling cancel-safe-futures v0.1.5
23982026-03-24T23:18:02.979Z Checking libsw-core v0.3.2
23992026-03-24T23:18:02.982Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24002026-03-24T23:18:03.074Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-24T23:18:03.232Z Checking libsw v3.5.0
24022026-03-24T23:18:03.232Z Checking same-file v1.0.6
24032026-03-24T23:18:03.492Z Checking linear-map v1.2.0
24042026-03-24T23:18:03.540Z Checking walkdir v2.5.0
24052026-03-24T23:18:03.544Z Checking num-rational v0.4.2
24062026-03-24T23:18:03.704Z Checking num-complex v0.4.6
24072026-03-24T23:18:03.752Z Checking float-ord v0.3.2
24082026-03-24T23:18:03.799Z Checking gethostname v0.5.0
24092026-03-24T23:18:04.014Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-24T23:18:04.017Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-24T23:18:04.142Z Compiling async-recursion v1.1.1
24122026-03-24T23:18:04.227Z Checking num v0.4.3
24132026-03-24T23:18:04.356Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24142026-03-24T23:18:04.404Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-03-24T23:18:05.221Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-24T23:18:05.801Z Compiling progenitor-macro v0.13.0
24172026-03-24T23:18:06.421Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-24T23:18:07.657Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-24T23:18:08.016Z Checking smawk v0.3.2
24202026-03-24T23:18:08.080Z Checking unicode-linebreak v0.1.5
24212026-03-24T23:18:08.220Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-24T23:18:08.269Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-24T23:18:08.468Z Checking globset v0.4.18
24242026-03-24T23:18:08.982Z Compiling convert_case v0.10.0
24252026-03-24T23:18:09.737Z Compiling slog-dtrace v0.3.0
24262026-03-24T23:18:10.015Z Checking resolv-conf v0.7.6
24272026-03-24T23:18:10.168Z Compiling derive_more-impl v2.1.1
24282026-03-24T23:18:10.428Z Compiling pin-project-internal v1.1.11
24292026-03-24T23:18:10.535Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-24T23:18:10.613Z Checking pem v3.0.6
24312026-03-24T23:18:10.843Z Checking fd-lock v4.0.4
24322026-03-24T23:18:10.889Z Checking vte v0.14.1
24332026-03-24T23:18:11.038Z Checking display-error-chain v0.2.2
24342026-03-24T23:18:11.125Z Checking strip-ansi-escapes v0.2.1
24352026-03-24T23:18:11.227Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-03-24T23:18:11.279Z Checking derive_more v2.1.1
24372026-03-24T23:18:11.323Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24382026-03-24T23:18:11.370Z Compiling snafu-derive v0.8.9
24392026-03-24T23:18:11.434Z Checking crossterm v0.29.0
24402026-03-24T23:18:11.480Z Checking nu-ansi-term v0.50.3
24412026-03-24T23:18:11.801Z Checking linked-hash-map v0.5.6
24422026-03-24T23:18:12.066Z Checking termtree v0.5.1
24432026-03-24T23:18:12.113Z Checking pin-project v1.1.11
24442026-03-24T23:18:12.184Z Checking lru-cache v0.1.2
24452026-03-24T23:18:12.260Z Checking reedline v0.40.0
24462026-03-24T23:18:12.307Z Checking textwrap v0.16.2
24472026-03-24T23:18:12.310Z Checking olpc-cjson v0.1.4
24482026-03-24T23:18:12.566Z Checking hickory-proto v0.24.4
24492026-03-24T23:18:12.622Z Checking serde_plain v1.0.2
24502026-03-24T23:18:12.855Z Checking typed-path v0.9.3
24512026-03-24T23:18:12.999Z Checking progenitor v0.13.0
24522026-03-24T23:18:13.213Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24532026-03-24T23:18:13.868Z Compiling minimal-lexical v0.2.1
24542026-03-24T23:18:13.991Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552026-03-24T23:18:14.082Z Checking snafu v0.8.9
24562026-03-24T23:18:14.245Z Compiling nom v7.1.3
24572026-03-24T23:18:14.439Z Checking tough v0.20.0
24582026-03-24T23:18:14.744Z Checking nibble_vec v0.1.0
24592026-03-24T23:18:14.948Z Checking endian-type v0.1.2
24602026-03-24T23:18:15.031Z Checking hickory-resolver v0.24.4
24612026-03-24T23:18:15.155Z Checking radix_trie v0.2.1
24622026-03-24T23:18:15.467Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-24T23:18:16.049Z Compiling ar_archive_writer v0.5.1
24642026-03-24T23:18:16.115Z Checking humantime v2.3.0
24652026-03-24T23:18:16.162Z Checking base64 v0.21.7
24662026-03-24T23:18:16.257Z Checking qorb v0.4.1
24672026-03-24T23:18:16.406Z Checking csv-core v0.1.13
24682026-03-24T23:18:16.548Z Compiling stacker v0.1.23
24692026-03-24T23:18:16.690Z Checking csv v1.4.0
24702026-03-24T23:18:16.816Z Compiling cfg_aliases v0.1.1
24712026-03-24T23:18:16.915Z Checking highway v1.3.0
24722026-03-24T23:18:16.963Z Compiling nix v0.28.0
24732026-03-24T23:18:17.028Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24742026-03-24T23:18:17.237Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-24T23:18:17.284Z Checking papergrid v0.11.0
24762026-03-24T23:18:17.288Z Compiling tabled_derive v0.7.0
24772026-03-24T23:18:17.376Z Compiling psm v0.1.30
24782026-03-24T23:18:17.459Z Checking home v0.5.12
24792026-03-24T23:18:17.703Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24802026-03-24T23:18:17.845Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-24T23:18:17.894Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-24T23:18:18.207Z Checking phf_shared v0.12.1
24832026-03-24T23:18:18.313Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-24T23:18:18.429Z Compiling semver v0.1.20
24852026-03-24T23:18:18.522Z Compiling chrono-tz v0.10.4
24862026-03-24T23:18:18.571Z Checking phf v0.12.1
24872026-03-24T23:18:18.667Z Checking tabled v0.15.0
24882026-03-24T23:18:18.833Z Compiling rustc_version v0.1.7
24892026-03-24T23:18:18.837Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-24T23:18:18.925Z Checking recursive v0.1.1
24912026-03-24T23:18:18.928Z Compiling const_format_proc_macros v0.2.34
24922026-03-24T23:18:18.928Z Compiling peg-macros v0.8.5
24932026-03-24T23:18:19.158Z Checking winnow v0.6.26
24942026-03-24T23:18:19.206Z Compiling sqlparser_derive v0.5.0
24952026-03-24T23:18:19.563Z Checking unicode_categories v0.1.1
24962026-03-24T23:18:20.047Z Checking const_format v0.2.35
24972026-03-24T23:18:20.238Z Checking sqlparser v0.61.0
24982026-03-24T23:18:20.287Z Checking rustyline v14.0.0
24992026-03-24T23:18:20.618Z Compiling newtype_derive v0.1.6
25002026-03-24T23:18:20.765Z Checking sqlformat v0.3.5
25012026-03-24T23:18:20.845Z Checking peg v0.8.5
25022026-03-24T23:18:20.976Z Checking bcs v0.1.6
25032026-03-24T23:18:21.373Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-24T23:18:21.378Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-24T23:18:21.631Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-24T23:18:21.680Z Checking steno v0.4.1
25072026-03-24T23:18:21.866Z Checking utf-8 v0.7.6
25082026-03-24T23:18:22.018Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-24T23:18:22.087Z Checking filetime v0.2.27
25102026-03-24T23:18:22.307Z Checking arc-swap v1.8.2
25112026-03-24T23:18:22.641Z Checking xattr v1.6.1
25122026-03-24T23:18:22.793Z Checking slog-scope v4.4.1
25132026-03-24T23:18:22.846Z Checking tar v0.4.44
25142026-03-24T23:18:22.930Z Checking tungstenite v0.21.0
25152026-03-24T23:18:23.081Z Checking slog-stdlog v4.1.1
25162026-03-24T23:18:23.271Z Checking slog-envlogger v2.2.0
25172026-03-24T23:18:23.408Z Compiling typify-impl v0.4.3
25182026-03-24T23:18:23.500Z Checking typeid v1.0.3
25192026-03-24T23:18:23.548Z Checking tokio-tungstenite v0.21.0
25202026-03-24T23:18:23.935Z Checking subprocess v0.2.15
25212026-03-24T23:18:24.343Z Checking headers-core v0.3.0
25222026-03-24T23:18:24.458Z Compiling lzma-sys v0.1.20
25232026-03-24T23:18:24.517Z Checking headers v0.4.1
25242026-03-24T23:18:25.068Z Compiling cargo_toml v0.22.3
25252026-03-24T23:18:25.190Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25262026-03-24T23:18:25.237Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-03-24T23:18:25.285Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-03-24T23:18:25.654Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-24T23:18:25.780Z Checking yasna v0.5.2
25302026-03-24T23:18:26.332Z Checking rcgen v0.12.1
25312026-03-24T23:18:26.810Z Checking xz2 v0.1.7
25322026-03-24T23:18:26.931Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-03-24T23:18:26.997Z Checking ron v0.12.0
25342026-03-24T23:18:27.067Z Checking base16ct v1.0.0
25352026-03-24T23:18:27.269Z Checking dropshot-api-manager-types v0.6.0
25362026-03-24T23:18:27.424Z Checking tagptr v0.2.0
25372026-03-24T23:18:27.531Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-24T23:18:27.654Z Checking moka v0.12.13
25392026-03-24T23:18:27.789Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-24T23:18:28.010Z Compiling radium v0.7.0
25412026-03-24T23:18:28.059Z Compiling libefi-sys v0.1.0
25422026-03-24T23:18:28.444Z Compiling bitfield-struct v0.6.2
25432026-03-24T23:18:28.489Z Compiling maybe-uninit v2.0.0
25442026-03-24T23:18:28.566Z Checking hickory-resolver v0.25.2
25452026-03-24T23:18:28.886Z Checking tap v1.0.1
25462026-03-24T23:18:29.066Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25472026-03-24T23:18:29.115Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-24T23:18:29.161Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-03-24T23:18:29.324Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-24T23:18:29.512Z Checking wyz v0.5.1
25512026-03-24T23:18:29.560Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25522026-03-24T23:18:29.879Z Compiling typify-macro v0.4.3
25532026-03-24T23:18:29.882Z Compiling zerocopy-derive v0.6.6
25542026-03-24T23:18:30.072Z Checking crc-catalog v2.4.0
25552026-03-24T23:18:30.121Z Checking funty v2.0.0
25562026-03-24T23:18:30.171Z Compiling packed_struct v0.10.1
25572026-03-24T23:18:30.236Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-03-24T23:18:30.364Z Checking crc v3.4.0
25592026-03-24T23:18:30.409Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-24T23:18:30.591Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25612026-03-24T23:18:30.638Z Checking bitvec v1.0.1
25622026-03-24T23:18:30.762Z Compiling packed_struct_codegen v0.10.1
25632026-03-24T23:18:30.766Z Compiling bitfield-macros v0.19.4
25642026-03-24T23:18:30.854Z Compiling indexmap v1.9.3
25652026-03-24T23:18:31.049Z Checking zerocopy v0.6.6
25662026-03-24T23:18:31.136Z Checking nodrop v0.1.14
25672026-03-24T23:18:31.288Z Checking array-init v0.0.4
25682026-03-24T23:18:31.618Z Checking smallvec v0.6.14
25692026-03-24T23:18:31.844Z Checking bitfield v0.19.4
25702026-03-24T23:18:31.890Z Checking hashbrown v0.12.3
25712026-03-24T23:18:31.937Z Checking serde-hex v0.1.0
25722026-03-24T23:18:32.269Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-24T23:18:32.315Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25742026-03-24T23:18:32.363Z Compiling typify v0.4.3
25752026-03-24T23:18:32.547Z Compiling progenitor-impl v0.10.0
25762026-03-24T23:18:33.086Z Checking ron v0.8.1
25772026-03-24T23:18:33.566Z Checking hashbrown v0.13.2
25782026-03-24T23:18:33.844Z Checking crc-any v2.5.0
25792026-03-24T23:18:33.942Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-24T23:18:34.056Z Checking path-slash v0.1.5
25812026-03-24T23:18:34.120Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25822026-03-24T23:18:34.182Z Compiling xshell-macros v0.2.7
25832026-03-24T23:18:34.185Z Checking object v0.30.4
25842026-03-24T23:18:34.273Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-03-24T23:18:34.276Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862026-03-24T23:18:34.701Z Checking xshell v0.2.7
25872026-03-24T23:18:34.828Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-24T23:18:34.982Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-24T23:18:35.718Z Checking half v1.8.3
25902026-03-24T23:18:35.962Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25912026-03-24T23:18:36.022Z Checking serde_cbor v0.11.2
25922026-03-24T23:18:36.210Z Compiling progenitor-macro v0.10.0
25932026-03-24T23:18:36.256Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-24T23:18:36.302Z Compiling num-derive v0.3.3
25952026-03-24T23:18:36.595Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-24T23:18:37.160Z Compiling proc-macro-error2 v2.0.1
25972026-03-24T23:18:37.244Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-24T23:18:37.571Z Checking libscf-sys v1.1.0
25992026-03-24T23:18:37.618Z Compiling tabled_derive v0.11.0
26002026-03-24T23:18:37.745Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-03-24T23:18:37.791Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-03-24T23:18:38.102Z Checking papergrid v0.17.0
26032026-03-24T23:18:38.425Z Checking testing_table v0.3.0
26042026-03-24T23:18:38.576Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-24T23:18:38.612Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-24T23:18:38.955Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-24T23:18:39.099Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-24T23:18:39.230Z Checking maplit v1.0.2
26092026-03-24T23:18:39.279Z Checking tabled v0.20.0
26102026-03-24T23:18:39.376Z Checking crc8 v0.1.1
26112026-03-24T23:18:39.525Z Checking fxhash v0.2.1
26122026-03-24T23:18:39.569Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132026-03-24T23:18:39.715Z Checking unicase v2.9.0
26142026-03-24T23:18:39.916Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-03-24T23:18:39.963Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26162026-03-24T23:18:40.027Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-03-24T23:18:40.394Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-24T23:18:40.519Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-24T23:18:40.790Z Checking kstat-rs v0.2.4
26202026-03-24T23:18:41.047Z Compiling diesel_derives v2.3.7
26212026-03-24T23:18:41.096Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-03-24T23:18:41.165Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26232026-03-24T23:18:41.281Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-03-24T23:18:41.326Z Compiling parking_lot_core v0.8.6
26252026-03-24T23:18:41.750Z Compiling git-stub v1.0.0
26262026-03-24T23:18:41.885Z Checking scheduled-thread-pool v0.2.7
26272026-03-24T23:18:42.116Z Compiling dsl_auto_type v0.2.0
26282026-03-24T23:18:42.162Z Compiling vergen-gitcl v1.0.8
26292026-03-24T23:18:42.211Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-03-24T23:18:42.340Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-24T23:18:42.387Z Checking r2d2 v0.8.10
26322026-03-24T23:18:42.499Z Compiling git-stub-vcs v0.1.0
26332026-03-24T23:18:42.695Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26342026-03-24T23:18:42.943Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-03-24T23:18:43.011Z Checking downcast-rs v2.0.2
26362026-03-24T23:18:43.105Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-03-24T23:18:43.169Z Checking parking_lot v0.11.2
26382026-03-24T23:18:43.308Z Checking progenitor v0.10.0
26392026-03-24T23:18:43.377Z Checking prefix-trie v0.7.0
26402026-03-24T23:18:43.454Z Checking nanorand v0.7.0
26412026-03-24T23:18:43.516Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26422026-03-24T23:18:43.704Z Compiling dirs-sys-next v0.1.2
26432026-03-24T23:18:43.753Z Compiling crunchy v0.2.4
26442026-03-24T23:18:43.853Z Checking hickory-server v0.25.2
26452026-03-24T23:18:44.034Z Compiling dirs-next v2.0.0
26462026-03-24T23:18:44.119Z Checking flume v0.11.1
26472026-03-24T23:18:44.231Z Checking sled v0.34.7
26482026-03-24T23:18:44.336Z Compiling clang-sys v1.8.1
26492026-03-24T23:18:44.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-24T23:18:44.753Z Checking hickory-client v0.25.2
26512026-03-24T23:18:44.827Z Compiling tiny-keccak v2.0.2
26522026-03-24T23:18:45.324Z Compiling term v0.7.0
26532026-03-24T23:18:45.379Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-03-24T23:18:45.427Z Compiling bit-vec v0.6.3
26552026-03-24T23:18:45.490Z Compiling salty v0.3.0
26562026-03-24T23:18:45.750Z Compiling ascii-canvas v3.0.0
26572026-03-24T23:18:45.893Z Compiling bit-set v0.5.3
26582026-03-24T23:18:46.109Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-03-24T23:18:46.155Z Checking primeorder v0.13.6
26602026-03-24T23:18:46.158Z Compiling itertools v0.10.5
26612026-03-24T23:18:46.249Z Compiling ena v0.14.4
26622026-03-24T23:18:46.570Z Compiling libloading v0.8.9
26632026-03-24T23:18:46.616Z Compiling fs-err v2.11.0
26642026-03-24T23:18:46.848Z Compiling bindgen v0.71.1
26652026-03-24T23:18:46.893Z Compiling diff v0.1.13
26662026-03-24T23:18:46.940Z Compiling regex-syntax v0.6.29
26672026-03-24T23:18:47.413Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-24T23:18:47.527Z Compiling cexpr v0.6.0
26692026-03-24T23:18:47.730Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-03-24T23:18:47.775Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-24T23:18:48.189Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-24T23:18:48.486Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-24T23:18:48.637Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-03-24T23:18:48.839Z Compiling lalrpop v0.19.12
26752026-03-24T23:18:49.115Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-24T23:18:49.330Z Compiling libxml v0.3.3
26772026-03-24T23:18:49.440Z Checking parse-size v1.1.0
26782026-03-24T23:18:49.636Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-03-24T23:18:49.818Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-24T23:18:49.898Z Checking p384 v0.13.1
26812026-03-24T23:18:50.248Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-03-24T23:18:50.502Z Checking diesel v2.3.7
26832026-03-24T23:18:50.547Z Compiling strum_macros v0.24.3
26842026-03-24T23:18:50.756Z Compiling indoc v1.0.9
26852026-03-24T23:18:52.264Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26862026-03-24T23:18:52.449Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-24T23:18:52.728Z Checking predicates-tree v1.0.13
26882026-03-24T23:18:52.789Z Checking derive_builder v0.20.2
26892026-03-24T23:18:52.918Z Checking quick-xml v0.37.5
26902026-03-24T23:18:52.973Z Compiling oso-derive v0.27.3
26912026-03-24T23:18:53.137Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26922026-03-24T23:18:53.538Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26932026-03-24T23:18:53.585Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26942026-03-24T23:18:53.642Z Compiling impl-trait-for-tuples v0.2.3
26952026-03-24T23:18:54.169Z Compiling trait-variant v0.1.2
26962026-03-24T23:18:54.934Z Checking openssl-probe v0.1.6
26972026-03-24T23:18:55.117Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26982026-03-24T23:18:55.731Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992026-03-24T23:18:55.829Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27002026-03-24T23:18:55.901Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27012026-03-24T23:18:56.228Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27022026-03-24T23:18:56.273Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27032026-03-24T23:18:56.682Z Compiling progenitor-impl v0.11.2
27042026-03-24T23:18:57.310Z Checking assert_matches v1.5.0
27052026-03-24T23:18:57.453Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27062026-03-24T23:18:57.662Z Compiling mime_guess v2.0.5
27072026-03-24T23:18:57.856Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-24T23:18:58.398Z Checking progenitor-client v0.11.2
27092026-03-24T23:18:58.579Z Checking http-range v0.1.5
27102026-03-24T23:18:58.631Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-03-24T23:18:58.749Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-24T23:18:58.869Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-24T23:18:58.979Z Checking ignore v0.4.25
27142026-03-24T23:18:59.688Z Checking atty v0.2.14
27152026-03-24T23:18:59.857Z Checking globwalk v0.9.1
27162026-03-24T23:19:00.413Z Compiling progenitor-macro v0.11.2
27172026-03-24T23:19:00.852Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-24T23:19:01.386Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-24T23:19:02.024Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-24T23:19:02.384Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-24T23:19:02.672Z Checking bb8 v0.8.6
27222026-03-24T23:19:02.748Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-24T23:19:03.046Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-24T23:19:03.090Z Checking corncobs v0.1.4
27252026-03-24T23:19:03.296Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-03-24T23:19:03.404Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-24T23:19:03.668Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-24T23:19:04.150Z Checking hyper-staticfile v0.10.1
27292026-03-24T23:19:04.256Z Checking camino-tempfile-ext v0.3.3
27302026-03-24T23:19:04.553Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-24T23:19:04.598Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-24T23:19:04.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-24T23:19:04.926Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-24T23:19:04.974Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-24T23:19:05.721Z Checking signal-hook-tokio v0.3.1
27362026-03-24T23:19:05.927Z Checking secrecy v0.8.0
27372026-03-24T23:19:06.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-24T23:19:06.570Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-24T23:19:07.187Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27402026-03-24T23:19:07.258Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27412026-03-24T23:19:07.311Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-03-24T23:19:07.515Z Checking progenitor v0.11.2
27432026-03-24T23:19:07.650Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-24T23:19:07.733Z Checking nonempty v0.12.0
27452026-03-24T23:19:07.863Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-24T23:19:08.078Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-24T23:19:08.198Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-24T23:19:08.243Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-24T23:19:08.668Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-24T23:19:08.737Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-24T23:19:09.100Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-24T23:19:09.221Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-03-24T23:19:09.761Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542026-03-24T23:19:09.854Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-24T23:19:10.142Z Checking tungstenite v0.23.0
27562026-03-24T23:19:10.735Z Checking diesel-dtrace v0.5.0
27572026-03-24T23:19:10.782Z Checking async-bb8-diesel v0.2.1
27582026-03-24T23:19:11.088Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-24T23:19:11.214Z Checking tokio-tungstenite v0.23.1
27602026-03-24T23:19:11.271Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-24T23:19:11.635Z Checking rand_seeder v0.4.0
27622026-03-24T23:19:11.838Z Checking void v1.0.2
27632026-03-24T23:19:11.885Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-24T23:19:12.033Z Checking lzss v0.8.2
27652026-03-24T23:19:12.311Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-24T23:19:12.429Z Checking nix v0.27.1
27672026-03-24T23:19:12.567Z Checking serde_bytes v0.11.19
27682026-03-24T23:19:12.741Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-24T23:19:12.857Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-24T23:19:13.004Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-24T23:19:13.194Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-24T23:19:13.870Z Checking is_ci v1.2.0
27732026-03-24T23:19:14.037Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-24T23:19:14.145Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-24T23:19:14.196Z Checking yansi v1.0.1
27762026-03-24T23:19:14.579Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-24T23:19:14.624Z Checking pretty_assertions v1.4.1
27782026-03-24T23:19:14.837Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27792026-03-24T23:19:14.904Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-03-24T23:19:14.993Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812026-03-24T23:19:15.180Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-24T23:19:15.512Z Compiling darling_core v0.23.0
27832026-03-24T23:19:16.747Z Compiling indoc v2.0.7
27842026-03-24T23:19:16.882Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-24T23:19:17.163Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-24T23:19:17.253Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27872026-03-24T23:19:17.379Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-24T23:19:17.667Z Compiling instability v0.3.11
27892026-03-24T23:19:17.990Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-24T23:19:18.216Z Compiling libz-sys v1.1.24
27912026-03-24T23:19:18.263Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-24T23:19:18.742Z Checking castaway v0.2.4
27932026-03-24T23:19:18.928Z Checking compact_str v0.8.1
27942026-03-24T23:19:19.212Z Compiling darling_macro v0.23.0
27952026-03-24T23:19:19.473Z Checking supports-color v3.0.2
27962026-03-24T23:19:19.681Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27972026-03-24T23:19:19.892Z Compiling darling v0.23.0
27982026-03-24T23:19:19.931Z Checking unicode-truncate v1.1.0
27992026-03-24T23:19:19.979Z Checking lru v0.12.5
28002026-03-24T23:19:20.156Z Checking cassowary v0.3.0
28012026-03-24T23:19:20.290Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-24T23:19:20.609Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-24T23:19:20.661Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-03-24T23:19:21.008Z Checking ratatui v0.29.0
28052026-03-24T23:19:22.276Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-03-24T23:19:22.562Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-03-24T23:19:22.729Z Compiling vergen-git2 v1.0.7
28082026-03-24T23:19:22.904Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-03-24T23:19:22.997Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-24T23:19:23.063Z Checking colored v2.2.0
28112026-03-24T23:19:23.182Z Checking shell-words v1.1.1
28122026-03-24T23:19:23.274Z Compiling rustls v0.21.12
28132026-03-24T23:19:23.358Z Checking plotters-backend v0.3.7
28142026-03-24T23:19:23.539Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-03-24T23:19:23.651Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-03-24T23:19:23.695Z Checking plotters-svg v0.3.7
28172026-03-24T23:19:23.914Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-03-24T23:19:23.961Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-03-24T23:19:24.202Z Checking sct v0.7.1
28202026-03-24T23:19:24.416Z Checking rustls-webpki v0.101.7
28212026-03-24T23:19:24.549Z Compiling nix v0.29.0
28222026-03-24T23:19:24.806Z Checking cast v0.3.0
28232026-03-24T23:19:24.899Z Checking hex-literal v0.4.1
28242026-03-24T23:19:25.054Z Checking criterion-plot v0.6.0
28252026-03-24T23:19:25.219Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-24T23:19:25.549Z Checking plotters v0.3.7
28272026-03-24T23:19:26.632Z Checking erased-serde v0.4.9
28282026-03-24T23:19:26.984Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28292026-03-24T23:19:27.210Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-03-24T23:19:28.216Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28312026-03-24T23:19:29.308Z Checking tinytemplate v1.2.1
28322026-03-24T23:19:29.671Z Checking ordered-float v2.10.1
28332026-03-24T23:19:30.033Z Checking anes v0.1.6
28342026-03-24T23:19:30.601Z Checking oorandom v11.1.5
28352026-03-24T23:19:30.666Z Checking criterion v0.7.0
28362026-03-24T23:19:30.773Z Checking serde-value v0.7.0
28372026-03-24T23:19:31.076Z Checking serde-untagged v0.1.9
28382026-03-24T23:19:31.364Z Checking tokio-rustls v0.24.1
28392026-03-24T23:19:32.031Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-24T23:19:32.195Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-24T23:19:32.479Z Checking rustls-pemfile v1.0.4
28422026-03-24T23:19:32.727Z Checking twox-hash v2.1.2
28432026-03-24T23:19:33.052Z Checking unicode-xid v0.2.6
28442026-03-24T23:19:33.209Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-24T23:19:33.253Z Checking cargo-util-schemas v0.8.2
28462026-03-24T23:19:33.639Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-24T23:19:33.867Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-24T23:19:34.495Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-24T23:19:34.815Z Checking fatfs v0.3.6
28502026-03-24T23:19:35.395Z Checking cargo-platform v0.2.0
28512026-03-24T23:19:39.766Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-03-24T23:19:39.792Z Compiling petname v2.0.2
28532026-03-24T23:19:39.792Z Compiling seq-macro v0.3.6
28542026-03-24T23:19:39.792Z Checking cargo_metadata v0.21.0
28552026-03-24T23:19:39.792Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-24T23:19:39.792Z Checking concurrent-queue v2.5.0
28572026-03-24T23:19:39.792Z Checking rtoolbox v0.0.3
28582026-03-24T23:19:39.793Z Checking parking v2.2.1
28592026-03-24T23:19:39.793Z Checking futures-timer v3.0.3
28602026-03-24T23:19:39.793Z Checking event-listener v5.4.1
28612026-03-24T23:19:39.793Z Checking rpassword v7.4.0
28622026-03-24T23:19:39.793Z Checking tui-tree-widget v0.23.1
28632026-03-24T23:19:39.793Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-24T23:19:39.793Z Checking polyval v0.6.2
28652026-03-24T23:19:39.793Z Checking sapling-renderdag v0.1.0
28662026-03-24T23:19:39.793Z Checking sync-ptr v0.1.4
28672026-03-24T23:19:39.793Z Checking ghash v0.5.1
28682026-03-24T23:19:39.793Z Checking event-listener-strategy v0.5.4
28692026-03-24T23:19:39.793Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-24T23:19:39.814Z Checking ctr v0.9.2
28712026-03-24T23:19:39.886Z Checking constant_time_eq v0.4.2
28722026-03-24T23:19:40.010Z Checking arrayvec v0.7.6
28732026-03-24T23:19:40.064Z Checking arrayref v0.3.9
28742026-03-24T23:19:40.109Z Checking aes-gcm v0.10.3
28752026-03-24T23:19:40.264Z Checking async-lock v3.4.2
28762026-03-24T23:19:40.310Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-24T23:19:40.356Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-24T23:19:40.824Z Checking ssh-encoding v0.2.0
28792026-03-24T23:19:41.153Z Checking blowfish v0.9.1
28802026-03-24T23:19:41.408Z Checking bcrypt-pbkdf v0.10.0
28812026-03-24T23:19:41.570Z Checking ssh-cipher v0.2.0
28822026-03-24T23:19:41.662Z Checking async-object-pool v0.2.0
28832026-03-24T23:19:41.841Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28842026-03-24T23:19:41.882Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-24T23:19:42.294Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-24T23:19:42.678Z Checking serde_regex v1.1.0
28872026-03-24T23:19:42.923Z Checking password-hash v0.4.2
28882026-03-24T23:19:43.172Z Checking assert-json-diff v2.0.2
28892026-03-24T23:19:43.265Z Checking path-tree v0.8.3
28902026-03-24T23:19:43.437Z Checking stringmetrics v2.2.2
28912026-03-24T23:19:43.555Z Compiling target-lexicon v0.13.3
28922026-03-24T23:19:43.670Z Checking gimli v0.32.3
28932026-03-24T23:19:44.131Z Checking httpmock v0.8.3
28942026-03-24T23:19:44.220Z Compiling samael v0.0.19
28952026-03-24T23:19:44.361Z Checking pbkdf2 v0.11.0
28962026-03-24T23:19:44.616Z Checking ssh-key v0.6.7
28972026-03-24T23:19:45.914Z Checking addr2line v0.25.1
28982026-03-24T23:19:46.302Z Checking p521 v0.13.3
28992026-03-24T23:19:47.179Z Checking p256 v0.13.2
29002026-03-24T23:19:47.224Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-24T23:19:47.515Z Checking russh-cryptovec v0.7.3
29022026-03-24T23:19:47.562Z Checking rustc-demangle v0.1.27
29032026-03-24T23:19:47.726Z Compiling guppy-workspace-hack v0.1.0
29042026-03-24T23:19:47.906Z Checking md5 v0.7.0
29052026-03-24T23:19:48.055Z Checking backtrace v0.3.76
29062026-03-24T23:19:48.163Z Checking russh-keys v0.45.0
29072026-03-24T23:19:48.488Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-24T23:19:48.567Z Checking num-bigint v0.4.6
29092026-03-24T23:19:49.054Z Checking des v0.8.1
29102026-03-24T23:19:49.496Z Compiling blake3 v1.8.3
29112026-03-24T23:19:49.988Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-24T23:19:50.031Z Compiling target-spec v3.5.7
29132026-03-24T23:19:50.520Z Checking russh v0.45.0
29142026-03-24T23:19:50.566Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-24T23:19:50.725Z Checking cfg-expr v0.20.6
29162026-03-24T23:19:51.024Z Checking backtrace-ext v0.2.1
29172026-03-24T23:19:51.293Z Checking supports-color v2.1.0
29182026-03-24T23:19:51.338Z Checking textwrap v0.15.2
29192026-03-24T23:19:51.503Z Checking supports-unicode v2.1.0
29202026-03-24T23:19:51.548Z Checking supports-hyperlinks v2.1.0
29212026-03-24T23:19:51.645Z Checking hashbrown v0.14.5
29222026-03-24T23:19:51.742Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-24T23:19:51.746Z Checking cargo-platform v0.3.2
29242026-03-24T23:19:51.991Z Checking socket2 v0.5.10
29252026-03-24T23:19:52.035Z Checking terminal_size v0.1.17
29262026-03-24T23:19:52.208Z Compiling miette-derive v5.10.0
29272026-03-24T23:19:52.329Z Checking internet-checksum v0.2.1
29282026-03-24T23:19:52.373Z Checking owo-colors v3.5.0
29292026-03-24T23:19:52.517Z Checking chumsky v0.9.3
29302026-03-24T23:19:53.108Z Checking cargo_metadata v0.23.1
29312026-03-24T23:19:53.761Z Checking miette v5.10.0
29322026-03-24T23:19:54.014Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29332026-03-24T23:19:54.162Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-03-24T23:19:54.245Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29352026-03-24T23:19:54.447Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-03-24T23:19:54.659Z Compiling git2 v0.20.4
29372026-03-24T23:19:54.715Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-24T23:19:54.787Z Checking httptest v0.16.4
29392026-03-24T23:19:55.108Z Checking pathdiff v0.2.3
29402026-03-24T23:19:55.276Z Compiling knuffel-derive v3.2.0
29412026-03-24T23:19:55.323Z Checking topological-sort v0.2.2
29422026-03-24T23:19:55.368Z Checking nested v0.1.1
29432026-03-24T23:19:55.537Z Checking omicron-zone-package v0.12.2
29442026-03-24T23:19:55.584Z Checking guppy v0.17.25
29452026-03-24T23:19:55.886Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-03-24T23:19:56.196Z Checking similar-asserts v1.7.0
29472026-03-24T23:19:56.445Z Compiling rstest_macros v0.25.0
29482026-03-24T23:19:56.769Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-24T23:19:56.846Z Compiling target-triple v1.0.0
29502026-03-24T23:19:56.985Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-24T23:19:57.075Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-24T23:19:57.311Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29532026-03-24T23:19:57.374Z Checking knuffel v3.2.0
29542026-03-24T23:19:58.058Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-24T23:19:58.260Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-24T23:19:58.748Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-24T23:19:59.078Z Checking escape8259 v0.5.3
29582026-03-24T23:19:59.122Z Compiling relative-path v1.9.3
29592026-03-24T23:19:59.280Z Compiling assert_cmd v2.1.2
29602026-03-24T23:19:59.360Z Checking libtest-mimic v0.8.1
29612026-03-24T23:19:59.577Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29622026-03-24T23:19:59.713Z Checking toml v1.0.3+spec-1.1.0
29632026-03-24T23:19:59.991Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29642026-03-24T23:20:00.164Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29652026-03-24T23:20:00.603Z Checking blake2b_simd v1.0.4
29662026-03-24T23:20:01.100Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-24T23:20:01.176Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-24T23:20:01.660Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-24T23:20:01.772Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29702026-03-24T23:20:02.063Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29712026-03-24T23:20:02.375Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29722026-03-24T23:20:02.638Z Checking fancy-regex v0.14.0
29732026-03-24T23:20:02.936Z Checking serde_tokenstream v0.2.3
29742026-03-24T23:20:03.188Z Checking uzers v0.12.2
29752026-03-24T23:20:03.276Z Checking termcolor v1.4.1
29762026-03-24T23:20:03.577Z Compiling linkme-impl v0.3.35
29772026-03-24T23:20:03.606Z Checking constant_time_eq v0.3.1
29782026-03-24T23:20:03.787Z Checking rust-argon2 v2.1.0
29792026-03-24T23:20:04.083Z Checking trybuild v1.0.116
29802026-03-24T23:20:04.132Z Checking datatest-stable v0.3.3
29812026-03-24T23:20:04.178Z Compiling polar-core v0.27.3
29822026-03-24T23:20:04.839Z Checking rstest v0.25.0
29832026-03-24T23:20:05.017Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29842026-03-24T23:20:05.157Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-24T23:20:05.419Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29862026-03-24T23:20:05.467Z Checking support-bundle-viewer v0.1.2
29872026-03-24T23:20:05.820Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29882026-03-24T23:20:06.104Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29892026-03-24T23:20:06.315Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-03-24T23:20:06.516Z Checking drift v0.1.3
29912026-03-24T23:20:06.691Z Checking rand_distr v0.5.1
29922026-03-24T23:20:06.968Z Checking multimap v0.10.1
29932026-03-24T23:20:07.246Z Checking approx v0.5.1
29942026-03-24T23:20:07.356Z Compiling linkme v0.3.35
29952026-03-24T23:20:07.475Z Checking dropshot-api-manager v0.6.0
29962026-03-24T23:20:08.902Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-03-24T23:20:09.361Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-03-24T23:20:09.408Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-03-24T23:20:09.848Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-03-24T23:20:10.041Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-03-24T23:20:10.089Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-24T23:20:10.231Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30032026-03-24T23:20:10.312Z Checking partial-io v0.5.4
30042026-03-24T23:20:10.553Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-03-24T23:20:10.623Z Checking cargo_toml v0.21.0
30062026-03-24T23:20:10.841Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30072026-03-24T23:20:11.161Z Checking oso v0.27.3
30082026-03-24T23:20:11.164Z Checking termios v0.3.3
30092026-03-24T23:20:11.265Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-24T23:20:11.437Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30112026-03-24T23:20:11.523Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-24T23:20:11.811Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-24T23:20:16.432Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-03-24T23:20:21.467Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-03-24T23:20:24.388Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-03-24T23:20:29.455Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-03-24T23:20:32.952Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-24T23:20:38.725Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-03-24T23:20:43.619Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-03-24T23:20:45.986Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30212026-03-24T23:20:46.926Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30222026-03-24T23:20:57.067Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-03-24T23:22:54.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 38s
30242026-03-24T23:22:55.608Z
30252026-03-24T23:22:55.611Zreal 5:42.720732460
30262026-03-24T23:22:55.611Zuser 28:35.750530720
30272026-03-24T23:22:55.611Zsys 6:00.412925775
30282026-03-24T23:22:55.611Ztrap 0.710605172
30292026-03-24T23:22:55.611Ztflt 0.101603795
30302026-03-24T23:22:55.611Zdflt 0.170759332
30312026-03-24T23:22:55.611Zkflt 0.001023975
30322026-03-24T23:22:55.611Zlock 1:20:37.191086144
30332026-03-24T23:22:55.611Zslp 1:17:30.472347070
30342026-03-24T23:22:55.611Zlat 1:55.552670140
30352026-03-24T23:22:55.611Zstop 14:14.511127455
30362026-03-24T23:22:55.611Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-03-24T23:22:55.611Z+ ptime -m cargo doc --workspace --no-deps
30382026-03-24T23:22:56.828Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-24T23:22:56.828Z |
30402026-03-24T23:22:56.828Z = 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)`
30412026-03-24T23:22:56.828Z = 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>
30422026-03-24T23:22:58.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-24T23:22:58.425Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-24T23:22:58.476Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-24T23:22:58.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-24T23:22:58.749Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-03-24T23:22:58.779Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-03-24T23:22:58.809Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30492026-03-24T23:22:58.846Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-24T23:22:58.916Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-03-24T23:22:59.030Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-03-24T23:22:59.075Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-24T23:22:59.112Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-24T23:22:59.173Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-24T23:22:59.204Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-03-24T23:22:59.260Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-03-24T23:22:59.315Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-24T23:22:59.344Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-24T23:22:59.378Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-03-24T23:22:59.436Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-03-24T23:22:59.502Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-03-24T23:22:59.770Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-24T23:23:00.119Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-03-24T23:23:00.314Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30652026-03-24T23:23:00.370Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-24T23:23:00.405Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30672026-03-24T23:23:00.592Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-03-24T23:23:00.626Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-03-24T23:23:00.847Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-03-24T23:23:00.924Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30712026-03-24T23:23:01.032Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722026-03-24T23:23:01.121Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-03-24T23:23:01.161Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-03-24T23:23:01.371Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-03-24T23:23:01.605Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-03-24T23:23:01.637Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-24T23:23:01.680Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-03-24T23:23:01.839Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-03-24T23:23:01.912Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-03-24T23:23:01.986Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-03-24T23:23:02.213Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-03-24T23:23:02.347Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-03-24T23:23:02.564Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-24T23:23:02.626Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-03-24T23:23:02.818Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-03-24T23:23:02.853Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-03-24T23:23:02.906Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-03-24T23:23:03.157Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-03-24T23:23:03.189Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-03-24T23:23:03.259Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30912026-03-24T23:23:03.333Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30922026-03-24T23:23:03.456Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-03-24T23:23:03.486Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-24T23:23:03.516Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-24T23:23:03.678Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30962026-03-24T23:23:03.799Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30972026-03-24T23:23:03.829Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-03-24T23:23:03.860Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-24T23:23:03.975Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31002026-03-24T23:23:04.082Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31012026-03-24T23:23:04.121Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-03-24T23:23:04.274Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-03-24T23:23:04.318Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31042026-03-24T23:23:04.391Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31052026-03-24T23:23:04.422Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31062026-03-24T23:23:04.570Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-03-24T23:23:04.646Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082026-03-24T23:23:04.825Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31092026-03-24T23:23:05.008Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31102026-03-24T23:23:05.011Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-24T23:23:05.067Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-03-24T23:23:05.167Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31132026-03-24T23:23:05.388Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31142026-03-24T23:23:05.854Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31152026-03-24T23:23:05.954Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-03-24T23:23:06.907Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-03-24T23:23:07.389Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-24T23:23:07.666Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-24T23:23:07.697Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-03-24T23:23:07.794Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31212026-03-24T23:23:07.842Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-03-24T23:23:08.157Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-03-24T23:23:08.219Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-03-24T23:23:08.548Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31252026-03-24T23:23:08.810Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262026-03-24T23:23:09.072Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31272026-03-24T23:23:09.189Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-03-24T23:23:09.227Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31292026-03-24T23:23:09.429Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-03-24T23:23:09.684Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31312026-03-24T23:23:10.039Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-24T23:23:10.593Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-03-24T23:23:10.677Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-24T23:23:10.792Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31352026-03-24T23:23:11.187Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31362026-03-24T23:23:11.236Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31372026-03-24T23:23:11.886Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31382026-03-24T23:23:12.079Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-03-24T23:23:12.991Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-24T23:23:13.160Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31412026-03-24T23:23:13.547Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31422026-03-24T23:23:14.276Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-03-24T23:23:14.279Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-03-24T23:23:14.731Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-03-24T23:23:14.765Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31462026-03-24T23:23:15.027Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31472026-03-24T23:23:15.059Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31482026-03-24T23:23:15.122Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31492026-03-24T23:23:15.207Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31502026-03-24T23:23:15.592Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31512026-03-24T23:23:15.625Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522026-03-24T23:23:15.821Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31532026-03-24T23:23:15.861Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31542026-03-24T23:23:15.867Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31552026-03-24T23:23:16.261Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-03-24T23:23:16.264Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-03-24T23:23:16.958Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-24T23:23:17.369Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-24T23:23:18.126Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-24T23:23:18.692Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-24T23:23:19.027Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-03-24T23:23:19.212Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-24T23:23:19.373Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-24T23:23:19.642Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-03-24T23:23:19.769Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31662026-03-24T23:23:20.221Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31672026-03-24T23:23:20.586Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-03-24T23:23:20.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-24T23:23:20.798Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31702026-03-24T23:23:21.089Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31712026-03-24T23:23:22.566Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-03-24T23:23:22.610Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-24T23:23:22.867Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-24T23:23:23.318Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-03-24T23:23:23.941Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-03-24T23:23:25.485Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31772026-03-24T23:23:26.096Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31782026-03-24T23:23:26.579Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31792026-03-24T23:23:27.236Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-03-24T23:23:27.370Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31812026-03-24T23:23:27.479Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-03-24T23:23:27.580Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31832026-03-24T23:23:27.696Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31842026-03-24T23:23:28.601Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31852026-03-24T23:23:28.632Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31862026-03-24T23:23:29.518Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-03-24T23:23:30.653Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-24T23:23:30.686Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-24T23:23:30.832Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-24T23:23:34.786Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-03-24T23:23:35.149Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-03-24T23:23:35.944Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932026-03-24T23:23:37.590Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31942026-03-24T23:23:38.301Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31952026-03-24T23:23:39.005Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31962026-03-24T23:23:39.264Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31972026-03-24T23:23:39.539Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31982026-03-24T23:23:40.311Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31992026-03-24T23:23:41.980Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32002026-03-24T23:23:42.041Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32012026-03-24T23:23:42.718Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32022026-03-24T23:23:42.972Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032026-03-24T23:23:43.503Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32042026-03-24T23:23:43.539Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-03-24T23:23:44.048Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-24T23:23:44.324Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-03-24T23:23:44.363Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-03-24T23:23:44.970Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-24T23:23:45.024Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-24T23:23:45.387Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-03-24T23:23:45.697Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32122026-03-24T23:23:45.964Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-03-24T23:23:46.622Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32142026-03-24T23:23:46.654Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-03-24T23:23:46.858Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-03-24T23:23:47.502Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32172026-03-24T23:23:47.740Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-03-24T23:23:48.132Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-24T23:23:49.019Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32202026-03-24T23:23:49.840Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32212026-03-24T23:23:50.941Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-24T23:23:52.356Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-03-24T23:23:56.222Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-03-24T23:23:56.769Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-03-24T23:23:58.539Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262026-03-24T23:23:59.617Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-03-24T23:24:00.417Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32282026-03-24T23:24:02.147Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32292026-03-24T23:24:03.226Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-24T23:24:05.704Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32312026-03-24T23:24:06.585Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32322026-03-24T23:24:08.121Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32332026-03-24T23:24:08.641Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-03-24T23:24:09.376Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-03-24T23:24:10.848Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-24T23:24:12.176Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-24T23:24:13.215Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-03-24T23:24:15.044Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32392026-03-24T23:24:16.033Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-24T23:24:17.091Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-03-24T23:24:20.821Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-03-24T23:24:21.883Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-03-24T23:24:22.876Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32442026-03-24T23:24:24.110Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32452026-03-24T23:24:25.101Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32462026-03-24T23:24:26.114Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32472026-03-24T23:24:27.221Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32482026-03-24T23:24:28.988Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32492026-03-24T23:24:30.204Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-03-24T23:24:30.671Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-03-24T23:24:31.663Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-03-24T23:24:33.163Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32532026-03-24T23:24:33.987Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32542026-03-24T23:24:35.499Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32552026-03-24T23:24:39.542Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562026-03-24T23:24:41.580Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32572026-03-24T23:24:42.591Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32582026-03-24T23:24:44.129Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32592026-03-24T23:24:45.189Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-03-24T23:24:46.135Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32612026-03-24T23:24:47.558Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32622026-03-24T23:24:51.223Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32632026-03-24T23:24:51.892Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32642026-03-24T23:24:52.766Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-03-24T23:24:54.473Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32662026-03-24T23:24:56.082Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32672026-03-24T23:24:58.073Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32682026-03-24T23:25:01.152Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-03-24T23:25:02.020Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32702026-03-24T23:25:04.153Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-03-24T23:25:06.028Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32722026-03-24T23:25:08.419Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32732026-03-24T23:25:10.279Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32742026-03-24T23:25:13.335Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32752026-03-24T23:25:17.687Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-24T23:25:20.012Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-24T23:25:20.099Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-03-24T23:25:22.368Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792026-03-24T23:25:24.878Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802026-03-24T23:25:27.262Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-24T23:25:29.735Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-03-24T23:25:32.535Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-03-24T23:25:34.968Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-03-24T23:25:37.810Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-03-24T23:25:39.898Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32862026-03-24T23:25:42.399Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32872026-03-24T23:25:44.813Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32882026-03-24T23:25:47.338Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32892026-03-24T23:25:49.732Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-03-24T23:25:51.923Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-03-24T23:25:54.660Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-03-24T23:25:56.891Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-03-24T23:25:59.273Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-24T23:26:01.919Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32952026-03-24T23:26:04.375Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32962026-03-24T23:26:06.963Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32972026-03-24T23:26:09.514Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32982026-03-24T23:26:12.027Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32992026-03-24T23:26:14.620Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-24T23:26:17.187Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33012026-03-24T23:26:19.722Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-03-24T23:26:22.782Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-24T23:26:25.099Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33042026-03-24T23:26:27.610Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33052026-03-24T23:26:33.417Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33062026-03-24T23:26:36.310Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-03-24T23:26:39.071Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-03-24T23:26:42.000Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33092026-03-24T23:26:44.793Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33102026-03-24T23:26:47.673Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-03-24T23:26:50.335Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33122026-03-24T23:26:53.224Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33132026-03-24T23:26:56.159Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33142026-03-24T23:26:59.198Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-03-24T23:27:01.676Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33162026-03-24T23:27:04.495Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-03-24T23:27:07.958Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33182026-03-24T23:27:10.144Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-03-24T23:27:13.144Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33202026-03-24T23:27:15.984Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33212026-03-24T23:27:18.940Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33222026-03-24T23:27:21.734Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33232026-03-24T23:27:24.622Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33242026-03-24T23:27:27.546Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33252026-03-24T23:27:30.326Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33262026-03-24T23:27:33.328Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33272026-03-24T23:27:36.195Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33282026-03-24T23:27:39.196Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33292026-03-24T23:27:41.914Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33302026-03-24T23:27:44.795Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-03-24T23:27:47.730Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33322026-03-24T23:27:50.683Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33332026-03-24T23:27:53.917Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-03-24T23:27:56.652Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-03-24T23:27:59.741Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33362026-03-24T23:28:02.837Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-03-24T23:28:05.923Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-03-24T23:28:09.209Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33392026-03-24T23:28:12.315Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-03-24T23:28:15.404Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33412026-03-24T23:28:18.499Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33422026-03-24T23:28:21.628Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-03-24T23:28:24.817Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33442026-03-24T23:28:28.098Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33452026-03-24T23:28:31.223Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33462026-03-24T23:28:34.983Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33472026-03-24T23:28:37.856Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33482026-03-24T23:28:41.059Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33492026-03-24T23:28:50.344Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33502026-03-24T23:28:50.382Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33512026-03-24T23:28:54.600Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-03-24T23:28:58.573Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33532026-03-24T23:29:04.642Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33542026-03-24T23:29:08.368Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33552026-03-24T23:29:12.811Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33562026-03-24T23:29:17.382Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33572026-03-24T23:29:21.988Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33582026-03-24T23:29:26.755Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33592026-03-24T23:29:31.315Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33602026-03-24T23:29:35.941Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33612026-03-24T23:29:40.555Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33622026-03-24T23:29:45.215Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33632026-03-24T23:29:49.945Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33642026-03-24T23:29:54.479Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33652026-03-24T23:29:59.104Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33662026-03-24T23:30:03.727Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33672026-03-24T23:30:08.347Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33682026-03-24T23:30:13.011Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33692026-03-24T23:30:17.627Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-03-24T23:30:25.353Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-03-24T23:30:27.044Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-03-24T23:31:03.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s
33732026-03-24T23:31:04.210Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-03-24T23:31:04.332Z
33752026-03-24T23:31:04.335Zreal 8:08.785429195
33762026-03-24T23:31:04.335Zuser 23:46.206942791
33772026-03-24T23:31:04.335Zsys 4:26.895337892
33782026-03-24T23:31:04.335Ztrap 0.409810560
33792026-03-24T23:31:04.335Ztflt 0.019305297
33802026-03-24T23:31:04.335Zdflt 0.027167683
33812026-03-24T23:31:04.335Zkflt 0.000028837
33822026-03-24T23:31:04.335Zlock 7:21:37.804293355
33832026-03-24T23:31:04.335Zslp 2:42:25.064026951
33842026-03-24T23:31:04.336Zlat 35.584090702
33852026-03-24T23:31:04.336Zstop 1:58.201322278
33862026-03-24T23:31:04.336Zprocess exited: duration 1074213 ms, exit code 0
 
33872026-03-24T23:31:04.360Zfound 0 output files