01KMPJETCBK450SSFFVWFJ6JXN: clippy (helios)

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

Buildomat Job: 01KMPJF5B51AGR5F20X4SQZ1KE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T02:38:40.396Zjob assigned to worker 01KMPJFNEPQ893SZC12JN6B28H [factory aws, i-07cf867d89f32806d] (queued for 58 s)
 
22026-03-27T02:38:47.337Zstarting task 0: "setup"
32026-03-27T02:38:47.342Z++ uname -s
42026-03-27T02:38:47.345Z+ kern=SunOS
52026-03-27T02:38:47.345Z+ build_user=build
62026-03-27T02:38:47.345Z+ build_uid=12345
72026-03-27T02:38:47.345Z+ work_dir=/work
82026-03-27T02:38:47.345Z+ input_dir=/input
92026-03-27T02:38:47.345Z+ [[ 0 == 12345 ]]
102026-03-27T02:38:47.345Z+ case "$kern" in
112026-03-27T02:38:47.345Z+ groupadd -g 12345 build
122026-03-27T02:38:47.348Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T02:38:49.353Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T02:38:49.471Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T02:38:49.474Z+ home_fs=zfs
162026-03-27T02:38:49.474Z+ [[ zfs == autofs ]]
172026-03-27T02:38:49.474Z+ mkdir -p /home/build
182026-03-27T02:38:49.474Z+ chown build:build /home/build /work
192026-03-27T02:38:51.475Z+ chmod 0700 /home/build /work
202026-03-27T02:38:51.478Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-27T02:38:51.484Zstarting task 1: "rust-toolchain"
222026-03-27T02:38:51.489Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-27T02:38:51.489Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-27T02:38:51.489Z * rust toolchain channel = "1.94.0"
252026-03-27T02:38:51.489Z * rust toolchain profile = "default"
262026-03-27T02:38:51.489Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T02:38:51.489Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T02:38:51.492Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T02:38:51.492Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-27T02:38:51.612Zinfo: downloading installer
312026-03-27T02:38:52.974Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T02:38:52.974Zwarn: /opt/ooce/bin
332026-03-27T02:38:52.974Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T02:38:52.975Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T02:38:52.975Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T02:38:52.975Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T02:38:52.975Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T02:38:52.975Zerror: cannot install while Rust is installed
392026-03-27T02:38:52.975Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T02:38:52.975Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T02:38:52.975Zwarn: /home/build/.rustup/settings.toml
422026-03-27T02:38:52.975Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T02:38:52.975Zwarn: instead of the one inferred from the default host triple.
442026-03-27T02:38:52.988Zinfo: profile set to default
452026-03-27T02:38:52.988Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T02:38:52.991Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-27T02:38:53.130Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-27T02:38:53.133Zinfo: downloading 6 components
492026-03-27T02:39:07.618Z
502026-03-27T02:39:07.618Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-27T02:39:07.660Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-27T02:39:07.660Z
532026-03-27T02:39:07.660Z
542026-03-27T02:39:07.660ZRust is installed now. Great!
552026-03-27T02:39:07.660Z
562026-03-27T02:39:07.660ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T02:39:07.660Zenvironment variable. This has not been done automatically.
582026-03-27T02:39:07.660Z
592026-03-27T02:39:07.660ZTo configure your current shell, you need to source
602026-03-27T02:39:07.660Zthe corresponding env file under $HOME/.cargo.
612026-03-27T02:39:07.660Z
622026-03-27T02:39:07.660ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T02:39:07.660Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T02:39:07.660Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T02:39:07.660Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T02:39:07.660Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T02:39:07.660Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T02:39:07.660Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T02:39:07.663Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T02:39:07.663Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T02:39:07.748Z+ rustup --version
722026-03-27T02:39:07.757Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T02:39:07.760Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T02:39:07.778Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-27T02:39:07.785Z+ cargo --version
762026-03-27T02:39:07.793Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-27T02:39:07.796Z+ rustc --version
782026-03-27T02:39:07.815Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-27T02:39:07.818Zprocess exited: duration 16331 ms, exit code 0
 
802026-03-27T02:39:07.824Zstarting task 2: "authentication"
812026-03-27T02:39:07.840Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T02:39:07.846Zstarting task 3: "clone repository"
832026-03-27T02:39:07.849Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-27T02:39:07.852Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-27T02:39:07.897ZCloning into '/work/oxidecomputer/omicron'...
862026-03-27T02:39:17.725Z+ cd /work/oxidecomputer/omicron
872026-03-27T02:39:17.725Z+ git fetch origin bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
882026-03-27T02:39:18.028ZFrom https://github.com/oxidecomputer/omicron
892026-03-27T02:39:18.028Z * branch bcbbf9bb6ddb4826ac55c1842b43980570b26fe8 -> FETCH_HEAD
902026-03-27T02:39:18.036Z+ [[ -n jmcarp/clickhouse-profile ]]
912026-03-27T02:39:18.039Z++ git branch --show-current
922026-03-27T02:39:18.039Z+ current=main
932026-03-27T02:39:18.039Z+ [[ main != jmcarp/clickhouse-profile ]]
942026-03-27T02:39:18.039Z+ git branch -f jmcarp/clickhouse-profile bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
952026-03-27T02:39:18.042Z+ git checkout -f jmcarp/clickhouse-profile
962026-03-27T02:39:18.175ZSwitched to branch 'jmcarp/clickhouse-profile'
972026-03-27T02:39:18.179Z+ git reset --hard bcbbf9bb6ddb4826ac55c1842b43980570b26fe8
982026-03-27T02:39:18.307ZHEAD is now at bcbbf9bb6 Capture clickhouse profile events in query summaries.
992026-03-27T02:39:18.311Zprocess exited: duration 10461 ms, exit code 0
 
1002026-03-27T02:39:18.317Zstarting task 4: "build"
1012026-03-27T02:39:18.321Z+ source ./env.sh
1022026-03-27T02:39:18.321Z++ OLD_SHELL_OPTS=ehxB
1032026-03-27T02:39:18.321Z++ set -o xtrace
1042026-03-27T02:39:18.324Z++++ dirname ./env.sh
1052026-03-27T02:39:18.327Z+++ readlink -f .
1062026-03-27T02:39:18.330Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-27T02:39:18.330Z++ 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-27T02:39:18.330Z++ 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-27T02:39:18.331Z++ 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-27T02:39:18.331Z++ 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-27T02:39:18.331Z++ 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-27T02:39:18.331Z++ 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-27T02:39:18.331Z++ 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-27T02:39:18.331Z++ 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-27T02:39:18.331Z++ case $OLD_SHELL_OPTS in
1162026-03-27T02:39:18.331Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-27T02:39:18.331Z+ source .github/buildomat/ci-env.sh
1182026-03-27T02:39:18.331Z++ export CARGO_TERM_COLOR=always
1192026-03-27T02:39:18.331Z++ CARGO_TERM_COLOR=always
1202026-03-27T02:39:18.331Z+ cargo --version
1212026-03-27T02:39:18.338Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-27T02:39:18.341Z+ rustc --version
1232026-03-27T02:39:18.360Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-27T02:39:18.364Z+ banner prerequisites
1252026-03-27T02:39:18.368Z
1262026-03-27T02:39:18.368Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-27T02:39:18.368Z # # # # # # # # # # # # # # #
1282026-03-27T02:39:18.368Z # # # # ##### # # ##### # # # # # #### #
1292026-03-27T02:39:18.368Z ##### ##### # ##### # # # # # # # # #
1302026-03-27T02:39:18.368Z # # # # # # # # # # # # # # #
1312026-03-27T02:39:18.368Z # # # ###### # # ###### ### # #### # #### #
1322026-03-27T02:39:18.368Z
1332026-03-27T02:39:18.368Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-27T02:39:26.395Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-27T02:39:33.245Z Startup: Caching catalogs ... Done
1362026-03-27T02:39:37.068ZPlanning: Solver setup ... Done (2.467s)
1372026-03-27T02:39:37.084ZPlanning: Running solver ... Done (0.016s)
1382026-03-27T02:39:37.196ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-27T02:39:37.212ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-27T02:39:37.317ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-27T02:39:37.348ZPlanning: Package planning ... Done (0.031s)
1422026-03-27T02:39:37.375ZPlanning: Merging actions ... Done (0.027s)
1432026-03-27T02:39:37.557ZPlanning: Checking for conflicting actions ... Done (0.181s)
1442026-03-27T02:39:37.564ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-27T02:39:38.327ZPlanning: Evaluating mediators ... Done (0.763s)
1462026-03-27T02:39:38.333ZPlanning: Planning completed in 4.93 seconds
1472026-03-27T02:39:38.476Z Packages to install: 4
1482026-03-27T02:39:38.476Z Mediators to change: 2
1492026-03-27T02:39:38.476Z Services to change: 1
1502026-03-27T02:39:38.479Z Estimated space available: 155.35 GB
1512026-03-27T02:39:38.479ZEstimated space to be consumed: 1.83 GB
1522026-03-27T02:39:38.480Z Create boot environment: No
1532026-03-27T02:39:38.480ZCreate backup boot environment: No
1542026-03-27T02:39:38.480Z Rebuild boot archive: No
1552026-03-27T02:39:38.480Z
1562026-03-27T02:39:38.480ZChanged mediators:
1572026-03-27T02:39:38.480Z mediator clang:
1582026-03-27T02:39:38.480Z version: None -> 15 (system default)
1592026-03-27T02:39:38.480Z
1602026-03-27T02:39:38.480Z mediator llvm:
1612026-03-27T02:39:38.480Z version: 14 (system default) -> 15 (system default)
1622026-03-27T02:39:38.480Z
1632026-03-27T02:39:38.480ZChanged packages:
1642026-03-27T02:39:38.480Zhelios-dev
1652026-03-27T02:39:38.480Z developer/build-essential
1662026-03-27T02:39:38.480Z None -> 11-2.0
1672026-03-27T02:39:38.480Z library/libxmlsec1
1682026-03-27T02:39:38.480Z None -> 1.2.35-2.0
1692026-03-27T02:39:38.480Z ooce/developer/clang-15
1702026-03-27T02:39:38.480Z None -> 15.0.7-2.0
1712026-03-27T02:39:38.480Z ooce/developer/llvm-15
1722026-03-27T02:39:38.480Z None -> 15.0.7-2.0
1732026-03-27T02:39:38.480Z
1742026-03-27T02:39:38.480ZServices:
1752026-03-27T02:39:38.480Z restart_fmri:
1762026-03-27T02:39:38.480Z svc:/system/update-man-index:default
1772026-03-27T02:39:38.517Z
1782026-03-27T02:39:38.517ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-27T02:39:43.518ZDownload: 1272/3290 items 101.5/212.6MB 47% complete (20.1M/s)
1802026-03-27T02:39:48.523ZDownload: 2317/3290 items 119.6/212.6MB 56% complete (12.1M/s)
1812026-03-27T02:39:54.152ZDownload: 3274/3290 items 206.3/212.6MB 97% complete (12.2M/s)
1822026-03-27T02:39:56.451ZDownload: Completed 212.60 MB in 17.93 seconds (11.9M/s)
1832026-03-27T02:39:56.583Z Actions: 1/3689 actions (Installing new actions)
1842026-03-27T02:39:59.794Z Actions: Completed 3689 actions in 3.21 seconds.
1852026-03-27T02:40:00.422Z Done (0.624s)
1862026-03-27T02:40:00.422Z Done (0.000s)
1872026-03-27T02:40:01.103Z Done (0.681s)
1882026-03-27T02:40:03.962Z Done (2.525s)
1892026-03-27T02:40:04.033Z Done (0.013s)
1902026-03-27T02:40:04.036Z Done (0.000s)
1912026-03-27T02:40:04.355Z Done (0.000s)
1922026-03-27T02:40:05.177ZPlanning: Evaluating mediator changes ... Done
1932026-03-27T02:40:05.281ZPlanning: Checking for conflicting actions ... Done
1942026-03-27T02:40:05.284ZPlanning: Consolidating action changes ... Done
1952026-03-27T02:40:05.438ZPlanning: Evaluating mediators ... Done
1962026-03-27T02:40:05.441ZPlanning: Planning completed in 0.26 seconds
1972026-03-27T02:40:05.459Z Mediators to change: 2
1982026-03-27T02:40:05.459Z Create boot environment: No
1992026-03-27T02:40:05.459ZCreate backup boot environment: No
2002026-03-27T02:40:05.503Z Done
2012026-03-27T02:40:05.503Z Done
2022026-03-27T02:40:06.109Z Done
2032026-03-27T02:40:08.587Z Done
2042026-03-27T02:40:08.660Z Done
2052026-03-27T02:40:08.664Z Done
2062026-03-27T02:40:08.739Z Done
2072026-03-27T02:40:09.135ZPlanning: Evaluating mediator changes ... Done
2082026-03-27T02:40:09.138ZPlanning: Merging actions ... Done
2092026-03-27T02:40:09.275ZPlanning: Checking for conflicting actions ... Done
2102026-03-27T02:40:09.278ZPlanning: Consolidating action changes ... Done
2112026-03-27T02:40:09.412ZPlanning: Evaluating mediators ... Done
2122026-03-27T02:40:09.440ZPlanning: Planning completed in 0.44 seconds
2132026-03-27T02:40:09.462Z Packages to change: 1
2142026-03-27T02:40:09.462Z Mediators to change: 1
2152026-03-27T02:40:09.462Z Services to change: 1
2162026-03-27T02:40:09.465Z Create boot environment: No
2172026-03-27T02:40:09.465ZCreate backup boot environment: Yes
2182026-03-27T02:40:11.694Z Actions: 1/6 actions (Updating modified actions)
2192026-03-27T02:40:11.698Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-27T02:40:11.698Z Done
2212026-03-27T02:40:11.698Z Done
2222026-03-27T02:40:11.831Z Done
2232026-03-27T02:40:14.288Z Done
2242026-03-27T02:40:14.360Z Done
2252026-03-27T02:40:14.363Z Done
2262026-03-27T02:40:14.506Z Done
2272026-03-27T02:40:14.794ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-27T02:40:14.794Zclang system 15 system
2292026-03-27T02:40:14.794Zcsh system system illumos
2302026-03-27T02:40:14.794Zctags system system illumos
2312026-03-27T02:40:14.794Zfile system system illumos
2322026-03-27T02:40:14.794Zgcc vendor 12 vendor
2332026-03-27T02:40:14.794Zgcc system 14 system
2342026-03-27T02:40:14.794Zgcc system 10 system
2352026-03-27T02:40:14.794Zgo system 1.20 system
2362026-03-27T02:40:14.794Zgo system 1.19 system
2372026-03-27T02:40:14.794Zllvm system 15 system
2382026-03-27T02:40:14.794Zllvm system 14 system
2392026-03-27T02:40:14.794Zmariadb system 10.6 system
2402026-03-27T02:40:14.794Zmta vendor vendor dma
2412026-03-27T02:40:14.794Zopenjdk system 17 system
2422026-03-27T02:40:14.794Zopenjdk system 11 system
2432026-03-27T02:40:14.794Zopenjdk system 1.8 system
2442026-03-27T02:40:14.794Zopenssl vendor 3 vendor
2452026-03-27T02:40:14.794Zperl system 5.36 system
2462026-03-27T02:40:14.794Zpostgresql system 15 system
2472026-03-27T02:40:14.794Zpostgresql system 13 system
2482026-03-27T02:40:14.794Zpython vendor 3 vendor
2492026-03-27T02:40:14.794Zpython system 2 system
2502026-03-27T02:40:14.794Zpython3 system 3.11 system
2512026-03-27T02:40:14.794Zruby system 3.0 system
2522026-03-27T02:40:14.794Zwords vendor vendor american-english
2532026-03-27T02:40:14.795Zwords system system australian-english
2542026-03-27T02:40:14.795Zwords system system british-english
2552026-03-27T02:40:14.795Zwords system system canadian-english
2562026-03-27T02:40:14.795Zwords system system french
2572026-03-27T02:40:14.795Zwords system system italian
2582026-03-27T02:40:14.795Zwords system system ngerman
2592026-03-27T02:40:14.795Zwords system system ogerman
2602026-03-27T02:40:14.795Zwords system system spanish
2612026-03-27T02:40:15.017ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-27T02:40:15.017Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-27T02:40:19.241ZFMRI IFO
2642026-03-27T02:40:19.241Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-27T02:40:19.241Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-27T02:40:19.241Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-27T02:40:19.241Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-27T02:40:19.241Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-27T02:40:19.241Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-27T02:40:19.242Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-27T02:40:19.242Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-27T02:40:19.242Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-27T02:40:19.242Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-27T02:40:19.242Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-27T02:40:19.242Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-27T02:40:19.242Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-27T02:40:19.242Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-27T02:40:19.242Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-27T02:40:19.242Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-27T02:40:20.314Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-27T02:40:20.575Z Updating crates.io index
2822026-03-27T02:40:20.578Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-27T02:40:21.106Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-27T02:40:21.502Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-27T02:40:21.915Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-27T02:40:22.752Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-27T02:40:23.237Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-27T02:40:24.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-27T02:40:25.966Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-27T02:40:26.593Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-27T02:40:26.966Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-27T02:40:27.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-27T02:40:27.924Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-27T02:40:28.454Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-27T02:40:28.674Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-27T02:40:29.618Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-27T02:40:30.111Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-27T02:40:30.457Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-27T02:40:30.715Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-27T02:40:31.183Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-27T02:40:31.595Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-27T02:40:31.835Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-27T02:40:32.101Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-27T02:40:32.492Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-27T02:40:32.847Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-27T02:40:33.578Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-27T02:40:33.851Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-27T02:40:34.184Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-27T02:40:34.447Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-27T02:40:35.458Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-27T02:40:36.272Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-27T02:40:36.852Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-27T02:40:37.223Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-27T02:40:37.525Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-27T02:40:37.903Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-27T02:40:38.436Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-27T02:40:38.691Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-27T02:40:38.987Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-27T02:40:39.470Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-27T02:40:39.774Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-27T02:40:51.507Z Downloading crates ...
3222026-03-27T02:40:51.572Z Downloaded anstyle v1.0.13
3232026-03-27T02:40:51.575Z Downloaded cfg-if v1.0.4
3242026-03-27T02:40:51.575Z Downloaded bitflags v2.11.0
3252026-03-27T02:40:51.578Z Downloaded autocfg v1.5.0
3262026-03-27T02:40:51.578Z Downloaded anstyle-query v1.1.5
3272026-03-27T02:40:51.582Z Downloaded thread-id v4.2.2
3282026-03-27T02:40:51.582Z Downloaded byteorder v1.5.0
3292026-03-27T02:40:51.582Z Downloaded toml_write v0.1.2
3302026-03-27T02:40:51.585Z Downloaded unicode-linebreak v0.1.5
3312026-03-27T02:40:51.588Z Downloaded cargo_toml v0.21.0
3322026-03-27T02:40:51.588Z Downloaded cargo-platform v0.2.0
3332026-03-27T02:40:51.592Z Downloaded cargo_metadata v0.21.0
3342026-03-27T02:40:51.592Z Downloaded quote v1.0.44
3352026-03-27T02:40:51.595Z Downloaded anstream v0.6.21
3362026-03-27T02:40:51.595Z Downloaded cargo-util-schemas v0.8.2
3372026-03-27T02:40:51.598Z Downloaded anstyle-parse v0.2.7
3382026-03-27T02:40:51.598Z Downloaded textwrap v0.16.2
3392026-03-27T02:40:51.601Z Downloaded anyhow v1.0.102
3402026-03-27T02:40:51.605Z Downloaded icu_normalizer_data v2.1.1
3412026-03-27T02:40:51.605Z Downloaded camino v1.2.2
3422026-03-27T02:40:51.605Z Downloaded toml v0.8.23
3432026-03-27T02:40:51.608Z Downloaded generic-array v0.14.7
3442026-03-27T02:40:51.608Z Downloaded serde-untagged v0.1.9
3452026-03-27T02:40:51.611Z Downloaded form_urlencoded v1.2.2
3462026-03-27T02:40:51.611Z Downloaded displaydoc v0.2.5
3472026-03-27T02:40:51.611Z Downloaded zerofrom v0.1.6
3482026-03-27T02:40:51.611Z Downloaded getrandom v0.4.1
3492026-03-27T02:40:51.614Z Downloaded thiserror-impl v2.0.18
3502026-03-27T02:40:51.614Z Downloaded writeable v0.6.2
3512026-03-27T02:40:51.617Z Downloaded usdt-macro v0.5.0
3522026-03-27T02:40:51.617Z Downloaded pest_derive v2.8.6
3532026-03-27T02:40:51.617Z Downloaded potential_utf v0.1.4
3542026-03-27T02:40:51.620Z Downloaded block-buffer v0.10.4
3552026-03-27T02:40:51.620Z Downloaded digest v0.10.7
3562026-03-27T02:40:51.620Z Downloaded colorchoice v1.0.4
3572026-03-27T02:40:51.620Z Downloaded utf8parse v0.2.2
3582026-03-27T02:40:51.624Z Downloaded tinystr v0.8.2
3592026-03-27T02:40:51.624Z Downloaded thiserror v1.0.69
3602026-03-27T02:40:51.627Z Downloaded usdt v0.5.0
3612026-03-27T02:40:51.627Z Downloaded toml_datetime v0.6.11
3622026-03-27T02:40:51.627Z Downloaded thiserror-impl v1.0.69
3632026-03-27T02:40:51.631Z Downloaded utf8_iter v1.0.4
3642026-03-27T02:40:51.634Z Downloaded proc-macro2 v1.0.106
3652026-03-27T02:40:51.634Z Downloaded dtrace-parser v0.2.0
3662026-03-27T02:40:51.637Z Downloaded typeid v1.0.3
3672026-03-27T02:40:51.640Z Downloaded proc-macro-error-attr v1.0.4
3682026-03-27T02:40:51.640Z Downloaded fnv v1.0.7
3692026-03-27T02:40:51.643Z Downloaded zerocopy-derive v0.7.35
3702026-03-27T02:40:51.646Z Downloaded usdt-impl v0.5.0
3712026-03-27T02:40:51.649Z Downloaded macaddr v1.0.1
3722026-03-27T02:40:51.652Z Downloaded clap_lex v1.0.0
3732026-03-27T02:40:51.652Z Downloaded version_check v0.9.5
3742026-03-27T02:40:51.652Z Downloaded idna_adapter v1.2.1
3752026-03-27T02:40:51.652Z Downloaded zerovec-derive v0.11.2
3762026-03-27T02:40:51.656Z Downloaded scroll_derive v0.12.1
3772026-03-27T02:40:51.656Z Downloaded itoa v1.0.17
3782026-03-27T02:40:51.656Z Downloaded errno v0.3.14
3792026-03-27T02:40:51.656Z Downloaded zmij v1.0.21
3802026-03-27T02:40:51.659Z Downloaded percent-encoding v2.3.2
3812026-03-27T02:40:51.659Z Downloaded plain v0.2.3
3822026-03-27T02:40:51.662Z Downloaded yoke-derive v0.8.1
3832026-03-27T02:40:51.665Z Downloaded thiserror v2.0.18
3842026-03-27T02:40:51.668Z Downloaded zerofrom-derive v0.1.6
3852026-03-27T02:40:51.671Z Downloaded heck v0.4.1
3862026-03-27T02:40:51.671Z Downloaded fastrand v2.3.0
3872026-03-27T02:40:51.671Z Downloaded usdt-attr-macro v0.5.0
3882026-03-27T02:40:51.671Z Downloaded unicode-xid v0.2.6
3892026-03-27T02:40:51.674Z Downloaded yoke v0.8.1
3902026-03-27T02:40:51.674Z Downloaded heck v0.5.0
3912026-03-27T02:40:51.678Z Downloaded ordered-float v2.10.1
3922026-03-27T02:40:51.682Z Downloaded strsim v0.11.1
3932026-03-27T02:40:51.682Z Downloaded memmap v0.7.0
3942026-03-27T02:40:51.685Z Downloaded url v2.5.8
3952026-03-27T02:40:51.685Z Downloaded typenum v1.19.0
3962026-03-27T02:40:51.688Z Downloaded toml_edit v0.22.27
3972026-03-27T02:40:51.689Z Downloaded serde_spanned v0.6.9
3982026-03-27T02:40:51.691Z Downloaded swrite v0.1.0
3992026-03-27T02:40:51.691Z Downloaded cpufeatures v0.2.17
4002026-03-27T02:40:51.691Z Downloaded equivalent v1.0.2
4012026-03-27T02:40:51.694Z Downloaded sha2 v0.10.9
4022026-03-27T02:40:51.694Z Downloaded proc-macro-error v1.0.4
4032026-03-27T02:40:51.697Z Downloaded zerovec v0.11.5
4042026-03-27T02:40:51.700Z Downloaded dof v0.3.0
4052026-03-27T02:40:51.701Z Downloaded zerocopy v0.7.35
4062026-03-27T02:40:51.708Z Downloaded terminal_size v0.4.3
4072026-03-27T02:40:51.711Z Downloaded ucd-trie v0.1.7
4082026-03-27T02:40:51.711Z Downloaded serde-value v0.7.0
4092026-03-27T02:40:51.711Z Downloaded stable_deref_trait v1.2.1
4102026-03-27T02:40:51.711Z Downloaded is_terminal_polyfill v1.70.2
4112026-03-27T02:40:51.714Z Downloaded crypto-common v0.1.7
4122026-03-27T02:40:51.714Z Downloaded unicode-ident v1.0.24
4132026-03-27T02:40:51.714Z Downloaded winnow v0.7.14
4142026-03-27T02:40:51.718Z Downloaded zerotrie v0.2.3
4152026-03-27T02:40:51.721Z Downloaded serde_tokenstream v0.2.3
4162026-03-27T02:40:51.721Z Downloaded pretty-hex v0.4.1
4172026-03-27T02:40:51.725Z Downloaded tabled_derive v0.7.0
4182026-03-27T02:40:51.728Z Downloaded semver v1.0.27
4192026-03-27T02:40:51.728Z Downloaded erased-serde v0.4.9
4202026-03-27T02:40:51.733Z Downloaded icu_locale_core v2.1.1
4212026-03-27T02:40:51.736Z Downloaded fs-err v3.3.0
4222026-03-27T02:40:51.739Z Downloaded bytecount v0.6.9
4232026-03-27T02:40:51.742Z Downloaded unicode-width v0.2.0
4242026-03-27T02:40:51.745Z Downloaded camino-tempfile v1.4.1
4252026-03-27T02:40:51.745Z Downloaded unicode-width v0.1.14
4262026-03-27T02:40:51.748Z Downloaded synstructure v0.13.2
4272026-03-27T02:40:51.748Z Downloaded smawk v0.3.2
4282026-03-27T02:40:51.767Z Downloaded smallvec v1.15.1
4292026-03-27T02:40:51.770Z Downloaded clap_derive v4.5.55
4302026-03-27T02:40:51.770Z Downloaded tempfile v3.25.0
4312026-03-27T02:40:51.773Z Downloaded once_cell v1.21.3
4322026-03-27T02:40:51.776Z Downloaded icu_properties v2.1.2
4332026-03-27T02:40:51.776Z Downloaded pest_meta v2.8.6
4342026-03-27T02:40:51.781Z Downloaded scroll v0.12.0
4352026-03-27T02:40:51.785Z Downloaded pest_generator v2.8.6
4362026-03-27T02:40:51.793Z Downloaded litemap v0.8.1
4372026-03-27T02:40:51.799Z Downloaded log v0.4.29
4382026-03-27T02:40:51.807Z Downloaded clap v4.5.60
4392026-03-27T02:40:51.813Z Downloaded serde_core v1.0.228
4402026-03-27T02:40:51.816Z Downloaded serde_derive v1.0.228
4412026-03-27T02:40:51.819Z Downloaded papergrid v0.11.0
4422026-03-27T02:40:51.819Z Downloaded num-traits v0.2.19
4432026-03-27T02:40:51.822Z Downloaded icu_provider v2.1.1
4442026-03-27T02:40:51.856Z Downloaded memchr v2.8.0
4452026-03-27T02:40:51.859Z Downloaded icu_normalizer v2.1.1
4462026-03-27T02:40:51.862Z Downloaded serde v1.0.228
4472026-03-27T02:40:51.864Z Downloaded icu_collections v2.1.1
4482026-03-27T02:40:51.869Z Downloaded serde_json v1.0.149
4492026-03-27T02:40:51.874Z Downloaded indexmap v2.13.0
4502026-03-27T02:40:51.877Z Downloaded clap_builder v4.5.60
4512026-03-27T02:40:51.899Z Downloaded pest v2.8.6
4522026-03-27T02:40:51.912Z Downloaded hashbrown v0.16.1
4532026-03-27T02:40:51.915Z Downloaded icu_properties_data v2.1.2
4542026-03-27T02:40:51.926Z Downloaded idna v1.1.0
4552026-03-27T02:40:51.934Z Downloaded goblin v0.8.2
4562026-03-27T02:40:51.937Z Downloaded tabled v0.15.0
4572026-03-27T02:40:51.945Z Downloaded syn v1.0.109
4582026-03-27T02:40:51.966Z Downloaded syn v2.0.117
4592026-03-27T02:40:51.974Z Downloaded rustix v1.1.3
4602026-03-27T02:40:52.011Z Downloaded libc v0.2.180
4612026-03-27T02:40:52.079Z Compiling proc-macro2 v1.0.106
4622026-03-27T02:40:52.080Z Compiling unicode-ident v1.0.24
4632026-03-27T02:40:52.080Z Compiling quote v1.0.44
4642026-03-27T02:40:52.080Z Compiling serde_core v1.0.228
4652026-03-27T02:40:52.082Z Compiling libc v0.2.180
4662026-03-27T02:40:52.083Z Compiling version_check v0.9.5
4672026-03-27T02:40:52.083Z Compiling serde v1.0.228
4682026-03-27T02:40:52.083Z Compiling memchr v2.8.0
4692026-03-27T02:40:52.420Z Compiling stable_deref_trait v1.2.1
4702026-03-27T02:40:52.502Z Compiling zmij v1.0.21
4712026-03-27T02:40:52.657Z Compiling itoa v1.0.17
4722026-03-27T02:40:52.829Z Compiling thiserror v1.0.69
4732026-03-27T02:40:53.064Z Compiling autocfg v1.5.0
4742026-03-27T02:40:53.067Z Compiling ucd-trie v0.1.7
4752026-03-27T02:40:53.219Z Compiling writeable v0.6.2
4762026-03-27T02:40:53.307Z Compiling pest v2.8.6
4772026-03-27T02:40:53.355Z Compiling litemap v0.8.1
4782026-03-27T02:40:53.475Z Compiling icu_normalizer_data v2.1.1
4792026-03-27T02:40:53.494Z Compiling byteorder v1.5.0
4802026-03-27T02:40:53.541Z Compiling rustix v1.1.3
4812026-03-27T02:40:53.660Z Compiling icu_properties_data v2.1.2
4822026-03-27T02:40:53.815Z Compiling errno v0.3.14
4832026-03-27T02:40:53.889Z Compiling serde_json v1.0.149
4842026-03-27T02:40:53.907Z Compiling syn v2.0.117
4852026-03-27T02:40:53.976Z Compiling bitflags v2.11.0
4862026-03-27T02:40:54.124Z Compiling num-traits v0.2.19
4872026-03-27T02:40:54.174Z Compiling smallvec v1.15.1
4882026-03-27T02:40:54.194Z Compiling typeid v1.0.3
4892026-03-27T02:40:54.386Z Compiling pest_meta v2.8.6
4902026-03-27T02:40:54.496Z Compiling equivalent v1.0.2
4912026-03-27T02:40:54.521Z Compiling hashbrown v0.16.1
4922026-03-27T02:40:54.651Z Compiling thread-id v4.2.2
4932026-03-27T02:40:54.739Z Compiling proc-macro-error-attr v1.0.4
4942026-03-27T02:40:54.791Z Compiling usdt-impl v0.5.0
4952026-03-27T02:40:54.929Z Compiling erased-serde v0.4.9
4962026-03-27T02:40:54.949Z Compiling syn v1.0.109
4972026-03-27T02:40:55.005Z Compiling winnow v0.7.14
4982026-03-27T02:40:55.080Z Compiling indexmap v2.13.0
4992026-03-27T02:40:55.267Z Compiling toml_write v0.1.2
5002026-03-27T02:40:55.610Z Compiling proc-macro-error v1.0.4
5012026-03-27T02:40:55.714Z Compiling camino v1.2.2
5022026-03-27T02:40:55.805Z Compiling percent-encoding v2.3.2
5032026-03-27T02:40:56.012Z Compiling thiserror v2.0.18
5042026-03-27T02:40:56.042Z Compiling getrandom v0.4.1
5052026-03-27T02:40:56.099Z Compiling utf8parse v0.2.2
5062026-03-27T02:40:56.117Z Compiling log v0.4.29
5072026-03-27T02:40:56.223Z Compiling plain v0.2.3
5082026-03-27T02:40:56.256Z Compiling utf8_iter v1.0.4
5092026-03-27T02:40:56.308Z Compiling anstyle-parse v0.2.7
5102026-03-27T02:40:56.394Z Compiling ordered-float v2.10.1
5112026-03-27T02:40:56.429Z Compiling form_urlencoded v1.2.2
5122026-03-27T02:40:56.546Z Compiling synstructure v0.13.2
5132026-03-27T02:40:56.564Z Compiling pest_generator v2.8.6
5142026-03-27T02:40:56.601Z Compiling terminal_size v0.4.3
5152026-03-27T02:40:56.740Z Compiling colorchoice v1.0.4
5162026-03-27T02:40:56.887Z Compiling pretty-hex v0.4.1
5172026-03-27T02:40:56.938Z Compiling anstyle v1.0.13
5182026-03-27T02:40:56.979Z Compiling anstyle-query v1.1.5
5192026-03-27T02:40:57.033Z Compiling cfg-if v1.0.4
5202026-03-27T02:40:57.066Z Compiling is_terminal_polyfill v1.70.2
5212026-03-27T02:40:57.163Z Compiling anstream v0.6.21
5222026-03-27T02:40:57.180Z Compiling serde-untagged v0.1.9
5232026-03-27T02:40:57.229Z Compiling semver v1.0.27
5242026-03-27T02:40:57.316Z Compiling fs-err v3.3.0
5252026-03-27T02:40:57.415Z Compiling clap_lex v1.0.0
5262026-03-27T02:40:57.460Z Compiling once_cell v1.21.3
5272026-03-27T02:40:57.507Z Compiling fastrand v2.3.0
5282026-03-27T02:40:57.550Z Compiling anyhow v1.0.102
5292026-03-27T02:40:57.582Z Compiling unicode-xid v0.2.6
5302026-03-27T02:40:57.674Z Compiling fnv v1.0.7
5312026-03-27T02:40:57.708Z Compiling heck v0.4.1
5322026-03-27T02:40:57.766Z Compiling heck v0.5.0
5332026-03-27T02:40:57.785Z Compiling bytecount v0.6.9
5342026-03-27T02:40:57.853Z Compiling unicode-width v0.1.14
5352026-03-27T02:40:57.921Z Compiling strsim v0.11.1
5362026-03-27T02:40:57.956Z Compiling tempfile v3.25.0
5372026-03-27T02:40:58.105Z Compiling clap_builder v4.5.60
5382026-03-27T02:40:58.123Z Compiling papergrid v0.11.0
5392026-03-27T02:40:58.151Z Compiling memmap v0.7.0
5402026-03-27T02:40:58.257Z Compiling serde_derive v1.0.228
5412026-03-27T02:40:58.276Z Compiling zerofrom-derive v0.1.6
5422026-03-27T02:40:58.327Z Compiling yoke-derive v0.8.1
5432026-03-27T02:40:58.345Z Compiling zerovec-derive v0.11.2
5442026-03-27T02:40:58.563Z Compiling displaydoc v0.2.5
5452026-03-27T02:40:59.285Z Compiling thiserror-impl v1.0.69
5462026-03-27T02:40:59.434Z Compiling zerocopy-derive v0.7.35
5472026-03-27T02:40:59.508Z Compiling pest_derive v2.8.6
5482026-03-27T02:40:59.526Z Compiling scroll_derive v0.12.1
5492026-03-27T02:40:59.699Z Compiling zerofrom v0.1.6
5502026-03-27T02:40:59.837Z Compiling yoke v0.8.1
5512026-03-27T02:40:59.937Z Compiling thiserror-impl v2.0.18
5522026-03-27T02:41:00.031Z Compiling zerovec v0.11.5
5532026-03-27T02:41:00.200Z Compiling zerotrie v0.2.3
5542026-03-27T02:41:00.305Z Compiling zerocopy v0.7.35
5552026-03-27T02:41:00.504Z Compiling tinystr v0.8.2
5562026-03-27T02:41:00.540Z Compiling potential_utf v0.1.4
5572026-03-27T02:41:00.710Z Compiling icu_locale_core v2.1.1
5582026-03-27T02:41:00.728Z Compiling icu_collections v2.1.1
5592026-03-27T02:41:00.731Z Compiling dtrace-parser v0.2.0
5602026-03-27T02:41:00.864Z Compiling scroll v0.12.0
5612026-03-27T02:41:01.141Z Compiling goblin v0.8.2
5622026-03-27T02:41:01.145Z Compiling tabled_derive v0.7.0
5632026-03-27T02:41:01.177Z Compiling clap_derive v4.5.55
5642026-03-27T02:41:01.379Z Compiling icu_provider v2.1.1
5652026-03-27T02:41:01.486Z Compiling smawk v0.3.2
5662026-03-27T02:41:01.584Z Compiling unicode-linebreak v0.1.5
5672026-03-27T02:41:01.627Z Compiling icu_normalizer v2.1.1
5682026-03-27T02:41:01.674Z Compiling serde_spanned v0.6.9
5692026-03-27T02:41:01.729Z Compiling toml_datetime v0.6.11
5702026-03-27T02:41:01.732Z Compiling icu_properties v2.1.2
5712026-03-27T02:41:01.825Z Compiling dof v0.3.0
5722026-03-27T02:41:01.849Z Compiling serde_tokenstream v0.2.3
5732026-03-27T02:41:01.990Z Compiling toml_edit v0.22.27
5742026-03-27T02:41:02.065Z Compiling serde-value v0.7.0
5752026-03-27T02:41:02.177Z Compiling cargo-platform v0.2.0
5762026-03-27T02:41:02.209Z Compiling unicode-width v0.2.0
5772026-03-27T02:41:02.423Z Compiling tabled v0.15.0
5782026-03-27T02:41:02.444Z Compiling textwrap v0.16.2
5792026-03-27T02:41:02.484Z Compiling macaddr v1.0.1
5802026-03-27T02:41:02.709Z Compiling idna_adapter v1.2.1
5812026-03-27T02:41:02.773Z Compiling usdt-attr-macro v0.5.0
5822026-03-27T02:41:02.828Z Compiling usdt-macro v0.5.0
5832026-03-27T02:41:02.858Z Compiling idna v1.1.0
5842026-03-27T02:41:02.891Z Compiling clap v4.5.60
5852026-03-27T02:41:02.909Z Compiling camino-tempfile v1.4.1
5862026-03-27T02:41:03.137Z Compiling url v2.5.8
5872026-03-27T02:41:03.442Z Compiling toml v0.8.23
5882026-03-27T02:41:03.506Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-27T02:41:03.764Z Compiling swrite v0.1.0
5902026-03-27T02:41:03.866Z Compiling cargo-util-schemas v0.8.2
5912026-03-27T02:41:03.884Z Compiling cargo_toml v0.21.0
5922026-03-27T02:41:04.057Z Compiling usdt v0.5.0
5932026-03-27T02:41:04.840Z Compiling cargo_metadata v0.21.0
5942026-03-27T02:41:05.781Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-27T02:41:07.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.71s
5962026-03-27T02:41:08.077Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-27T02:41:08.633Z Downloading crates ...
5982026-03-27T02:41:08.728Z Downloaded bcrypt-pbkdf v0.10.0
5992026-03-27T02:41:08.739Z Downloaded bzip2 v0.4.4
6002026-03-27T02:41:08.743Z Downloaded cbc v0.1.2
6012026-03-27T02:41:08.743Z Downloaded crc v3.4.0
6022026-03-27T02:41:08.747Z Downloaded base16ct v0.2.0
6032026-03-27T02:41:08.750Z Downloaded adler2 v2.0.1
6042026-03-27T02:41:08.757Z Downloaded aho-corasick v1.1.4
6052026-03-27T02:41:08.764Z Downloaded crossbeam-channel v0.5.15
6062026-03-27T02:41:08.769Z Downloaded backoff v0.4.0
6072026-03-27T02:41:08.769Z Downloaded des v0.8.1
6082026-03-27T02:41:08.769Z Downloaded ecdsa v0.16.9
6092026-03-27T02:41:08.769Z Downloaded deranged v0.5.8
6102026-03-27T02:41:08.769Z Downloaded der_derive v0.7.3
6112026-03-27T02:41:08.772Z Downloaded dirs-next v2.0.0
6122026-03-27T02:41:08.772Z Downloaded defmt v0.3.100
6132026-03-27T02:41:08.776Z Downloaded aead v0.5.2
6142026-03-27T02:41:08.781Z Downloaded foldhash v0.2.0
6152026-03-27T02:41:08.781Z Downloaded bcs v0.1.6
6162026-03-27T02:41:08.781Z Downloaded downcast-rs v2.0.2
6172026-03-27T02:41:08.785Z Downloaded backon v1.6.0
6182026-03-27T02:41:08.786Z Downloaded env_logger v0.11.9
6192026-03-27T02:41:08.786Z Downloaded either v1.15.0
6202026-03-27T02:41:08.786Z Downloaded crunchy v0.2.4
6212026-03-27T02:41:08.789Z Downloaded base64 v0.21.7
6222026-03-27T02:41:08.789Z Downloaded display-error-chain v0.2.2
6232026-03-27T02:41:08.789Z Downloaded cstr-argument v0.1.2
6242026-03-27T02:41:08.793Z Downloaded derive_more v2.1.1
6252026-03-27T02:41:08.800Z Downloaded foldhash v0.1.5
6262026-03-27T02:41:08.805Z Downloaded crossbeam-epoch v0.9.18
6272026-03-27T02:41:08.805Z Downloaded derive_builder_core v0.20.2
6282026-03-27T02:41:08.810Z Downloaded daft-derive v0.1.5
6292026-03-27T02:41:08.810Z Downloaded dsl_auto_type v0.2.0
6302026-03-27T02:41:08.810Z Downloaded darling v0.21.3
6312026-03-27T02:41:08.815Z Downloaded find-msvc-tools v0.1.9
6322026-03-27T02:41:08.815Z Downloaded ctr v0.9.2
6332026-03-27T02:41:08.815Z Downloaded base64 v0.22.1
6342026-03-27T02:41:08.819Z Downloaded diesel-dtrace v0.5.0
6352026-03-27T02:41:08.819Z Downloaded crossterm v0.29.0
6362026-03-27T02:41:08.823Z Downloaded bit-vec v0.6.3
6372026-03-27T02:41:08.823Z Downloaded array-init v0.0.4
6382026-03-27T02:41:08.823Z Downloaded foreign-types-macros v0.2.3
6392026-03-27T02:41:08.823Z Downloaded crc8 v0.1.1
6402026-03-27T02:41:08.828Z Downloaded defmt-parser v1.0.0
6412026-03-27T02:41:08.828Z Downloaded allocator-api2 v0.2.21
6422026-03-27T02:41:08.828Z Downloaded dunce v1.0.5
6432026-03-27T02:41:08.828Z Downloaded futures-core v0.3.32
6442026-03-27T02:41:08.828Z Downloaded bit-set v0.5.3
6452026-03-27T02:41:08.832Z Downloaded document-features v0.2.12
6462026-03-27T02:41:08.832Z Downloaded dyn-clone v1.0.20
6472026-03-27T02:41:08.832Z Downloaded float-cmp v0.10.0
6482026-03-27T02:41:08.832Z Downloaded arrayref v0.3.9
6492026-03-27T02:41:08.832Z Downloaded async-bb8-diesel v0.2.1
6502026-03-27T02:41:08.837Z Downloaded dof v0.4.0
6512026-03-27T02:41:08.837Z Downloaded difflib v0.4.0
6522026-03-27T02:41:08.837Z Downloaded ena v0.14.4
6532026-03-27T02:41:08.840Z Downloaded darling_macro v0.21.3
6542026-03-27T02:41:08.840Z Downloaded base16ct v1.0.0
6552026-03-27T02:41:08.840Z Downloaded dtrace-parser v0.3.0
6562026-03-27T02:41:08.840Z Downloaded defmt-macros v1.0.1
6572026-03-27T02:41:08.840Z Downloaded darling_core v0.21.3
6582026-03-27T02:41:08.844Z Downloaded bit-vec v0.8.0
6592026-03-27T02:41:08.848Z Downloaded futures-task v0.3.32
6602026-03-27T02:41:08.848Z Downloaded gethostname v0.5.0
6612026-03-27T02:41:08.848Z Downloaded base64ct v1.8.3
6622026-03-27T02:41:08.852Z Downloaded futures-sink v0.3.32
6632026-03-27T02:41:08.852Z Downloaded embedded-io v0.6.1
6642026-03-27T02:41:08.852Z Downloaded derive_builder_macro v0.20.2
6652026-03-27T02:41:08.852Z Downloaded crucible-workspace-hack v0.1.0
6662026-03-27T02:41:08.852Z Downloaded assert_matches v1.5.0
6672026-03-27T02:41:08.852Z Downloaded embedded-io v0.4.0
6682026-03-27T02:41:08.855Z Downloaded curve25519-dalek-derive v0.1.1
6692026-03-27T02:41:08.855Z Downloaded atomic-waker v1.1.2
6702026-03-27T02:41:08.855Z Downloaded async-recursion v1.1.1
6712026-03-27T02:41:08.860Z Downloaded fixedbitset v0.4.2
6722026-03-27T02:41:08.860Z Downloaded enum-as-inner v0.6.1
6732026-03-27T02:41:08.860Z Downloaded drift v0.1.3
6742026-03-27T02:41:08.864Z Downloaded fd-lock v4.0.4
6752026-03-27T02:41:08.864Z Downloaded crossbeam-deque v0.8.6
6762026-03-27T02:41:08.867Z Downloaded flagset v0.4.7
6772026-03-27T02:41:08.867Z Downloaded bitfield-struct v0.6.2
6782026-03-27T02:41:08.867Z Downloaded atomicwrites v0.4.4
6792026-03-27T02:41:08.867Z Downloaded derive-ex v0.1.8
6802026-03-27T02:41:08.870Z Downloaded endian-type v0.1.2
6812026-03-27T02:41:08.870Z Downloaded dirs-sys-next v0.1.2
6822026-03-27T02:41:08.870Z Downloaded darling v0.20.11
6832026-03-27T02:41:08.874Z Downloaded der v0.7.10
6842026-03-27T02:41:08.878Z Downloaded hash32 v0.2.1
6852026-03-27T02:41:08.878Z Downloaded data-encoding v2.10.0
6862026-03-27T02:41:08.878Z Downloaded futures-macro v0.3.32
6872026-03-27T02:41:08.881Z Downloaded erased-serde v0.3.31
6882026-03-27T02:41:08.881Z Downloaded env_filter v1.0.0
6892026-03-27T02:41:08.881Z Downloaded block-padding v0.3.3
6902026-03-27T02:41:08.881Z Downloaded ff v0.13.1
6912026-03-27T02:41:08.885Z Downloaded derive_more v0.99.20
6922026-03-27T02:41:08.885Z Downloaded foreign-types-shared v0.1.1
6932026-03-27T02:41:08.888Z Downloaded bitfield-macros v0.19.4
6942026-03-27T02:41:08.888Z Downloaded darling_macro v0.20.11
6952026-03-27T02:41:08.888Z Downloaded cargo-platform v0.1.9
6962026-03-27T02:41:08.888Z Downloaded cipher v0.4.4
6972026-03-27T02:41:08.892Z Downloaded globwalk v0.9.1
6982026-03-27T02:41:08.892Z Downloaded git-stub v1.0.0
6992026-03-27T02:41:08.892Z Downloaded dropshot-api-manager-types v0.6.0
7002026-03-27T02:41:08.892Z Downloaded async-stream v0.3.6
7012026-03-27T02:41:08.895Z Downloaded cexpr v0.6.0
7022026-03-27T02:41:08.895Z Downloaded crc-catalog v2.4.0
7032026-03-27T02:41:08.895Z Downloaded async-trait v0.1.89
7042026-03-27T02:41:08.899Z Downloaded globset v0.4.18
7052026-03-27T02:41:08.899Z Downloaded headers-core v0.3.0
7062026-03-27T02:41:08.899Z Downloaded hash32 v0.3.1
7072026-03-27T02:41:08.902Z Downloaded convert_case v0.10.0
7082026-03-27T02:41:08.902Z Downloaded cassowary v0.3.0
7092026-03-27T02:41:08.902Z Downloaded float-ord v0.3.2
7102026-03-27T02:41:08.902Z Downloaded cfg_aliases v0.1.1
7112026-03-27T02:41:08.906Z Downloaded darling_macro v0.23.0
7122026-03-27T02:41:08.906Z Downloaded cobs v0.3.0
7132026-03-27T02:41:08.906Z Downloaded group v0.13.0
7142026-03-27T02:41:08.909Z Downloaded cfg_aliases v0.2.1
7152026-03-27T02:41:08.909Z Downloaded async-stream-impl v0.3.6
7162026-03-27T02:41:08.910Z Downloaded atty v0.2.14
7172026-03-27T02:41:08.910Z Downloaded ed25519 v2.2.3
7182026-03-27T02:41:08.910Z Downloaded ascii-canvas v3.0.0
7192026-03-27T02:41:08.914Z Downloaded arc-swap v1.8.2
7202026-03-27T02:41:08.914Z Downloaded console v0.15.11
7212026-03-27T02:41:08.919Z Downloaded colored v3.1.1
7222026-03-27T02:41:08.919Z Downloaded ciborium v0.2.2
7232026-03-27T02:41:08.919Z Downloaded foreign-types v0.3.2
7242026-03-27T02:41:08.922Z Downloaded diesel_table_macro_syntax v0.3.0
7252026-03-27T02:41:08.922Z Downloaded hubpack v0.1.2
7262026-03-27T02:41:08.922Z Downloaded foreign-types v0.5.0
7272026-03-27T02:41:08.923Z Downloaded debug-ignore v1.0.5
7282026-03-27T02:41:08.923Z Downloaded bitflags v1.3.2
7292026-03-27T02:41:08.927Z Downloaded diff v0.1.13
7302026-03-27T02:41:08.927Z Downloaded crossbeam-utils v0.8.21
7312026-03-27T02:41:08.927Z Downloaded corncobs v0.1.4
7322026-03-27T02:41:08.931Z Downloaded buf-list v1.1.2
7332026-03-27T02:41:08.931Z Downloaded defmt v1.0.1
7342026-03-27T02:41:08.934Z Downloaded http-body v1.0.1
7352026-03-27T02:41:08.934Z Downloaded ciborium-ll v0.2.2
7362026-03-27T02:41:08.934Z Downloaded arrayvec v0.7.6
7372026-03-27T02:41:08.934Z Downloaded bitfield v0.19.4
7382026-03-27T02:41:08.939Z Downloaded bit-set v0.8.0
7392026-03-27T02:41:08.939Z Downloaded bindgen v0.71.1
7402026-03-27T02:41:08.944Z Downloaded fxhash v0.2.1
7412026-03-27T02:41:08.944Z Downloaded ciborium-io v0.2.2
7422026-03-27T02:41:08.945Z Downloaded futures-io v0.3.32
7432026-03-27T02:41:08.945Z Downloaded bb8 v0.8.6
7442026-03-27T02:41:08.948Z Downloaded filetime v0.2.27
7452026-03-27T02:41:08.948Z Downloaded hex-literal v0.4.1
7462026-03-27T02:41:08.948Z Downloaded hex v0.4.3
7472026-03-27T02:41:08.948Z Downloaded convert_case v0.4.0
7482026-03-27T02:41:08.948Z Downloaded indent_write v2.2.0
7492026-03-27T02:41:08.952Z Downloaded http-range v0.1.5
7502026-03-27T02:41:08.952Z Downloaded daft v0.1.5
7512026-03-27T02:41:08.952Z Downloaded csv-core v0.1.13
7522026-03-27T02:41:08.956Z Downloaded hubpack_derive v0.1.1
7532026-03-27T02:41:08.956Z Downloaded home v0.5.12
7542026-03-27T02:41:08.956Z Downloaded foreign-types-shared v0.3.1
7552026-03-27T02:41:08.956Z Downloaded cpufeatures v0.3.0
7562026-03-27T02:41:08.956Z Downloaded indoc v1.0.9
7572026-03-27T02:41:08.960Z Downloaded ghash v0.5.1
7582026-03-27T02:41:08.964Z Downloaded castaway v0.2.4
7592026-03-27T02:41:08.964Z Downloaded argon2 v0.5.3
7602026-03-27T02:41:08.967Z Downloaded constant_time_eq v0.4.2
7612026-03-27T02:41:08.970Z Downloaded colored v2.2.0
7622026-03-27T02:41:08.970Z Downloaded critical-section v1.2.0
7632026-03-27T02:41:08.977Z Downloaded is_ci v1.2.0
7642026-03-27T02:41:08.982Z Downloaded is-terminal v0.4.17
7652026-03-27T02:41:08.982Z Downloaded instability v0.3.11
7662026-03-27T02:41:08.982Z Downloaded instant v0.1.13
7672026-03-27T02:41:08.985Z Downloaded funty v2.0.0
7682026-03-27T02:41:08.988Z Downloaded lalrpop-util v0.19.12
7692026-03-27T02:41:08.988Z Downloaded kstat-rs v0.2.4
7702026-03-27T02:41:08.988Z Downloaded getrandom v0.2.17
7712026-03-27T02:41:08.992Z Downloaded http-body-util v0.1.3
7722026-03-27T02:41:08.995Z Downloaded httpdate v1.0.3
7732026-03-27T02:41:08.995Z Downloaded hostname v0.4.2
7742026-03-27T02:41:08.995Z Downloaded fixedbitset v0.5.7
7752026-03-27T02:41:08.999Z Downloaded hostname v0.3.1
7762026-03-27T02:41:08.999Z Downloaded fallible-iterator v0.2.0
7772026-03-27T02:41:08.999Z Downloaded highway v1.3.0
7782026-03-27T02:41:09.004Z Downloaded ident_case v1.0.1
7792026-03-27T02:41:09.004Z Downloaded keccak v0.1.6
7802026-03-27T02:41:09.007Z Downloaded internet-checksum v0.2.1
7812026-03-27T02:41:09.013Z Downloaded lru-cache v0.1.2
7822026-03-27T02:41:09.016Z Downloaded libscf-sys v1.1.0
7832026-03-27T02:41:09.016Z Downloaded linked-hash-map v0.5.6
7842026-03-27T02:41:09.016Z Downloaded match_cfg v0.1.0
7852026-03-27T02:41:09.020Z Downloaded lzss v0.8.2
7862026-03-27T02:41:09.020Z Downloaded memoffset v0.9.1
7872026-03-27T02:41:09.020Z Downloaded lru v0.12.5
7882026-03-27T02:41:09.023Z Downloaded md-5 v0.10.6
7892026-03-27T02:41:09.023Z Downloaded maplit v1.0.2
7902026-03-27T02:41:09.023Z Downloaded lru-slab v0.1.2
7912026-03-27T02:41:09.024Z Downloaded maybe-uninit v2.0.0
7922026-03-27T02:41:09.029Z Downloaded blake2 v0.10.6
7932026-03-27T02:41:09.029Z Downloaded managed v0.8.0
7942026-03-27T02:41:09.029Z Downloaded inout v0.1.4
7952026-03-27T02:41:09.032Z Downloaded impl-trait-for-tuples v0.2.3
7962026-03-27T02:41:09.032Z Downloaded multimap v0.10.1
7972026-03-27T02:41:09.032Z Downloaded mime v0.3.17
7982026-03-27T02:41:09.032Z Downloaded chacha20 v0.9.1
7992026-03-27T02:41:09.035Z Downloaded new_debug_unreachable v1.0.6
8002026-03-27T02:41:09.035Z Downloaded newtype-uuid-macros v0.1.0
8012026-03-27T02:41:09.035Z Downloaded cmake v0.1.57
8022026-03-27T02:41:09.039Z Downloaded md5 v0.7.0
8032026-03-27T02:41:09.039Z Downloaded camino-tempfile-ext v0.3.3
8042026-03-27T02:41:09.039Z Downloaded byte-wrapper v0.1.0
8052026-03-27T02:41:09.043Z Downloaded darling v0.23.0
8062026-03-27T02:41:09.048Z Downloaded derive-where v1.6.0
8072026-03-27T02:41:09.048Z Downloaded hickory-client v0.25.2
8082026-03-27T02:41:09.051Z Downloaded fs_extra v1.3.0
8092026-03-27T02:41:09.051Z Downloaded ingot-types v0.1.2
8102026-03-27T02:41:09.051Z Downloaded ingot v0.1.1
8112026-03-27T02:41:09.051Z Downloaded const_format_proc_macros v0.2.34
8122026-03-27T02:41:09.055Z Downloaded hyper-staticfile v0.10.1
8132026-03-27T02:41:09.055Z Downloaded ipnetwork v0.21.1
8142026-03-27T02:41:09.058Z Downloaded glob v0.3.3
8152026-03-27T02:41:09.058Z Downloaded futures-executor v0.3.32
8162026-03-27T02:41:09.058Z Downloaded nibble_vec v0.1.0
8172026-03-27T02:41:09.058Z Downloaded cookie_store v0.22.1
8182026-03-27T02:41:09.062Z Downloaded nonempty v0.12.0
8192026-03-27T02:41:09.062Z Downloaded bzip2 v0.6.1
8202026-03-27T02:41:09.062Z Downloaded chacha20 v0.10.0
8212026-03-27T02:41:09.065Z Downloaded num v0.4.3
8222026-03-27T02:41:09.065Z Downloaded derive_builder v0.20.2
8232026-03-27T02:41:09.069Z Downloaded getrandom v0.3.4
8242026-03-27T02:41:09.072Z Downloaded jobserver v0.1.34
8252026-03-27T02:41:09.072Z Downloaded hyper-tls v0.6.0
8262026-03-27T02:41:09.072Z Downloaded aes v0.8.4
8272026-03-27T02:41:09.077Z Downloaded cc v1.2.56
8282026-03-27T02:41:09.077Z Downloaded nodrop v0.1.14
8292026-03-27T02:41:09.077Z Downloaded libefi-sys v0.1.0
8302026-03-27T02:41:09.080Z Downloaded num-derive v0.4.2
8312026-03-27T02:41:09.080Z Downloaded newtype_derive v0.1.6
8322026-03-27T02:41:09.080Z Downloaded newline-converter v0.3.0
8332026-03-27T02:41:09.080Z Downloaded num-conv v0.2.0
8342026-03-27T02:41:09.080Z Downloaded dropshot_endpoint v0.16.7
8352026-03-27T02:41:09.084Z Downloaded fs-err v2.11.0
8362026-03-27T02:41:09.084Z Downloaded libsw-core v0.3.2
8372026-03-27T02:41:09.087Z Downloaded libsw v3.5.0
8382026-03-27T02:41:09.087Z Downloaded iana-time-zone v0.1.65
8392026-03-27T02:41:09.090Z Downloaded git-stub-vcs v0.1.0
8402026-03-27T02:41:09.095Z Downloaded ipnet v2.11.0
8412026-03-27T02:41:09.099Z Downloaded indoc v2.0.7
8422026-03-27T02:41:09.100Z Downloaded humantime v2.3.0
8432026-03-27T02:41:09.102Z Downloaded libloading v0.8.9
8442026-03-27T02:41:09.102Z Downloaded lazy_static v1.5.0
8452026-03-27T02:41:09.102Z Downloaded multer v3.1.0
8462026-03-27T02:41:09.105Z Downloaded olpc-cjson v0.1.4
8472026-03-27T02:41:09.105Z Downloaded num_threads v0.1.7
8482026-03-27T02:41:09.105Z Downloaded opaque-debug v0.3.1
8492026-03-27T02:41:09.109Z Downloaded num_enum_derive v0.5.11
8502026-03-27T02:41:09.109Z Downloaded normalize-line-endings v0.3.0
8512026-03-27T02:41:09.112Z Downloaded num-iter v0.1.45
8522026-03-27T02:41:09.112Z Downloaded num-derive v0.3.3
8532026-03-27T02:41:09.115Z Downloaded fatfs v0.3.6
8542026-03-27T02:41:09.115Z Downloaded linear-map v1.2.0
8552026-03-27T02:41:09.115Z Downloaded clang-sys v1.8.1
8562026-03-27T02:41:09.118Z Downloaded const-oid v0.9.6
8572026-03-27T02:41:09.122Z Downloaded cancel-safe-futures v0.1.5
8582026-03-27T02:41:09.122Z Downloaded futures-channel v0.3.32
8592026-03-27T02:41:09.125Z Downloaded ingot-macros v0.1.1
8602026-03-27T02:41:09.125Z Downloaded console v0.16.2
8612026-03-27T02:41:09.128Z Downloaded crc32fast v1.5.0
8622026-03-27T02:41:09.128Z Downloaded native-tls v0.2.18
8632026-03-27T02:41:09.129Z Downloaded cargo_toml v0.22.3
8642026-03-27T02:41:09.132Z Downloaded openssl-macros v0.1.1
8652026-03-27T02:41:09.132Z Downloaded openssl-probe v0.2.1
8662026-03-27T02:41:09.132Z Downloaded cargo_metadata v0.19.2
8672026-03-27T02:41:09.132Z Downloaded blowfish v0.9.1
8682026-03-27T02:41:09.135Z Downloaded openssl-probe v0.1.6
8692026-03-27T02:41:09.143Z Downloaded nanorand v0.7.0
8702026-03-27T02:41:09.160Z Downloaded pbkdf2 v0.11.0
8712026-03-27T02:41:09.165Z Downloaded peg-runtime v0.8.5
8722026-03-27T02:41:09.165Z Downloaded darling_core v0.20.11
8732026-03-27T02:41:09.165Z Downloaded parse-size v1.1.0
8742026-03-27T02:41:09.165Z Downloaded parse-display v0.10.0
8752026-03-27T02:41:09.168Z Downloaded packed_struct_codegen v0.10.1
8762026-03-27T02:41:09.168Z Downloaded path-slash v0.1.5
8772026-03-27T02:41:09.168Z Downloaded oso-derive v0.27.3
8782026-03-27T02:41:09.168Z Downloaded num-complex v0.4.6
8792026-03-27T02:41:09.168Z Downloaded phf_shared v0.12.1
8802026-03-27T02:41:09.171Z Downloaded nu-ansi-term v0.50.3
8812026-03-27T02:41:09.171Z Downloaded newtype-uuid v1.3.2
8822026-03-27T02:41:09.171Z Downloaded mime_guess v2.0.5
8832026-03-27T02:41:09.174Z Downloaded httparse v1.10.1
8842026-03-27T02:41:09.174Z Downloaded num_enum v0.7.5
8852026-03-27T02:41:09.177Z Downloaded litrs v1.0.0
8862026-03-27T02:41:09.180Z Downloaded heapless v0.7.17
8872026-03-27T02:41:09.180Z Downloaded indexmap v1.9.3
8882026-03-27T02:41:09.184Z Downloaded num_enum_derive v0.7.5
8892026-03-27T02:41:09.185Z Downloaded ignore v0.4.25
8902026-03-27T02:41:09.189Z Downloaded lock_api v0.4.14
8912026-03-27T02:41:09.189Z Downloaded phf_shared v0.11.3
8922026-03-27T02:41:09.189Z Downloaded hmac v0.12.1
8932026-03-27T02:41:09.189Z Downloaded num_enum v0.5.11
8942026-03-27T02:41:09.192Z Downloaded precomputed-hash v0.1.1
8952026-03-27T02:41:09.192Z Downloaded powerfmt v0.2.0
8962026-03-27T02:41:09.192Z Downloaded pin-utils v0.1.0
8972026-03-27T02:41:09.195Z Downloaded phf_shared v0.13.1
8982026-03-27T02:41:09.195Z Downloaded num-integer v0.1.46
8992026-03-27T02:41:09.195Z Downloaded flume v0.11.1
9002026-03-27T02:41:09.199Z Downloaded num-rational v0.4.2
9012026-03-27T02:41:09.199Z Downloaded ahash v0.8.12
9022026-03-27T02:41:09.201Z Downloaded crc-any v2.5.0
9032026-03-27T02:41:09.202Z Downloaded ed25519-dalek v2.2.0
9042026-03-27T02:41:09.205Z Downloaded crypto-bigint v0.5.5
9052026-03-27T02:41:09.209Z Downloaded owo-colors v4.3.0
9062026-03-27T02:41:09.209Z Downloaded bytes v1.11.1
9072026-03-27T02:41:09.212Z Downloaded cookie v0.18.1
9082026-03-27T02:41:09.212Z Downloaded memmap2 v0.9.10
9092026-03-27T02:41:09.215Z Downloaded oxide-tokio-rt v0.1.3
9102026-03-27T02:41:09.215Z Downloaded proc-macro-crate v1.3.1
9112026-03-27T02:41:09.215Z Downloaded hyper-rustls v0.27.7
9122026-03-27T02:41:09.219Z Downloaded proc-macro-error-attr2 v2.0.0
9132026-03-27T02:41:09.219Z Downloaded proc-macro-crate v3.4.0
9142026-03-27T02:41:09.219Z Downloaded predicates-core v1.0.10
9152026-03-27T02:41:09.222Z Downloaded ar_archive_writer v0.5.1
9162026-03-27T02:41:09.222Z Downloaded packed_struct v0.10.1
9172026-03-27T02:41:09.232Z Downloaded pem v3.0.6
9182026-03-27T02:41:09.235Z Downloaded progenitor-macro v0.10.0
9192026-03-27T02:41:09.235Z Downloaded oxnet v0.1.4
9202026-03-27T02:41:09.239Z Downloaded parse-display-derive v0.10.0
9212026-03-27T02:41:09.239Z Downloaded elliptic-curve v0.13.8
9222026-03-27T02:41:09.239Z Downloaded progenitor-client v0.10.0
9232026-03-27T02:41:09.242Z Downloaded progenitor-macro v0.11.2
9242026-03-27T02:41:09.242Z Downloaded peg-macros v0.8.5
9252026-03-27T02:41:09.242Z Downloaded pbkdf2 v0.12.2
9262026-03-27T02:41:09.245Z Downloaded progenitor-client v0.11.2
9272026-03-27T02:41:09.245Z Downloaded phf v0.13.1
9282026-03-27T02:41:09.245Z Downloaded quick-error v1.2.3
9292026-03-27T02:41:09.245Z Downloaded psl-types v2.0.11
9302026-03-27T02:41:09.249Z Downloaded pem-rfc7468 v0.7.0
9312026-03-27T02:41:09.249Z Downloaded phf v0.12.1
9322026-03-27T02:41:09.249Z Downloaded radium v0.7.0
9332026-03-27T02:41:09.253Z Downloaded paste v1.0.15
9342026-03-27T02:41:09.253Z Downloaded password-hash v0.4.2
9352026-03-27T02:41:09.253Z Downloaded peg v0.8.5
9362026-03-27T02:41:09.256Z Downloaded omicron-zone-package v0.12.2
9372026-03-27T02:41:09.256Z Downloaded half v1.8.3
9382026-03-27T02:41:09.260Z Downloaded pin-project-internal v1.1.11
9392026-03-27T02:41:09.260Z Downloaded darling_core v0.23.0
9402026-03-27T02:41:09.263Z Downloaded rand_xorshift v0.4.0
9412026-03-27T02:41:09.263Z Downloaded polyval v0.6.2
9422026-03-27T02:41:09.267Z Downloaded ppv-lite86 v0.2.21
9432026-03-27T02:41:09.267Z Downloaded headers v0.4.1
9442026-03-27T02:41:09.270Z Downloaded poly1305 v0.8.0
9452026-03-27T02:41:09.270Z Downloaded heapless v0.8.0
9462026-03-27T02:41:09.273Z Downloaded pin-project-lite v0.2.17
9472026-03-27T02:41:09.277Z Downloaded indicatif v0.18.4
9482026-03-27T02:41:09.281Z Downloaded primeorder v0.13.6
9492026-03-27T02:41:09.284Z Downloaded predicates-tree v1.0.13
9502026-03-27T02:41:09.284Z Downloaded const_format v0.2.35
9512026-03-27T02:41:09.287Z Downloaded ref-cast-impl v1.0.25
9522026-03-27T02:41:09.290Z Downloaded half v2.7.1
9532026-03-27T02:41:09.293Z Downloaded ref-cast v1.0.25
9542026-03-27T02:41:09.294Z Downloaded recursive v0.1.1
9552026-03-27T02:41:09.294Z Downloaded expectorate v1.2.0
9562026-03-27T02:41:09.297Z Downloaded futures v0.3.32
9572026-03-27T02:41:09.300Z Downloaded libbz2-rs-sys v0.2.2
9582026-03-27T02:41:09.300Z Downloaded aes-gcm v0.10.3
9592026-03-27T02:41:09.303Z Downloaded predicates v3.1.4
9602026-03-27T02:41:09.303Z Downloaded postgres-protocol v0.6.10
9612026-03-27T02:41:09.306Z Downloaded compact_str v0.8.1
9622026-03-27T02:41:09.306Z Downloaded recursive-proc-macro-impl v0.1.1
9632026-03-27T02:41:09.310Z Downloaded rand_chacha v0.3.1
9642026-03-27T02:41:09.310Z Downloaded password-hash v0.5.0
9652026-03-27T02:41:09.310Z Downloaded rfc6979 v0.4.0
9662026-03-27T02:41:09.313Z Downloaded progenitor-extras v0.1.1
9672026-03-27T02:41:09.313Z Downloaded progenitor v0.13.0
9682026-03-27T02:41:09.313Z Downloaded progenitor-client v0.13.0
9692026-03-27T02:41:09.316Z Downloaded chacha20poly1305 v0.10.1
9702026-03-27T02:41:09.316Z Downloaded rtoolbox v0.0.3
9712026-03-27T02:41:09.319Z Downloaded rustc_version v0.4.1
9722026-03-27T02:41:09.323Z Downloaded pkcs1 v0.7.5
9732026-03-27T02:41:09.327Z Downloaded progenitor-macro v0.13.0
9742026-03-27T02:41:09.327Z Downloaded progenitor v0.10.0
9752026-03-27T02:41:09.327Z Downloaded psm v0.1.30
9762026-03-27T02:41:09.328Z Downloaded parking_lot_core v0.9.12
9772026-03-27T02:41:09.331Z Downloaded parking_lot_core v0.8.6
9782026-03-27T02:41:09.331Z Downloaded pkcs5 v0.7.1
9792026-03-27T02:41:09.334Z Downloaded rustc_version v0.1.7
9802026-03-27T02:41:09.334Z Downloaded russh-cryptovec v0.7.3
9812026-03-27T02:41:09.334Z Downloaded salsa20 v0.10.2
9822026-03-27T02:41:09.334Z Downloaded parking_lot v0.12.5
9832026-03-27T02:41:09.339Z Downloaded rand_core v0.10.0
9842026-03-27T02:41:09.339Z Downloaded diesel_derives v2.3.7
9852026-03-27T02:41:09.343Z Downloaded dropshot-api-manager v0.6.0
9862026-03-27T02:41:09.343Z Downloaded jiff-static v0.2.21
9872026-03-27T02:41:09.346Z Downloaded oso v0.27.3
9882026-03-27T02:41:09.346Z Downloaded parking_lot v0.11.2
9892026-03-27T02:41:09.349Z Downloaded rand_seeder v0.4.0
9902026-03-27T02:41:09.349Z Downloaded rand_core v0.9.5
9912026-03-27T02:41:09.355Z Downloaded sapling-renderdag v0.1.0
9922026-03-27T02:41:09.358Z Downloaded scheduled-thread-pool v0.2.7
9932026-03-27T02:41:09.362Z Downloaded scrypt v0.11.0
9942026-03-27T02:41:09.365Z Downloaded flate2 v1.1.9
9952026-03-27T02:41:09.368Z Downloaded r2d2 v0.8.10
9962026-03-27T02:41:09.371Z Downloaded pkg-config v0.3.32
9972026-03-27T02:41:09.374Z Downloaded secrecy v0.8.0
9982026-03-27T02:41:09.374Z Downloaded proc-macro-error2 v2.0.1
9992026-03-27T02:41:09.378Z Downloaded semver v0.1.20
10002026-03-27T02:41:09.381Z Downloaded derive_more-impl v2.1.1
10012026-03-27T02:41:09.387Z Downloaded pkcs8 v0.10.2
10022026-03-27T02:41:09.387Z Downloaded secrecy v0.10.3
10032026-03-27T02:41:09.396Z Downloaded serde_bytes v0.11.19
10042026-03-27T02:41:09.396Z Downloaded same-file v1.0.6
10052026-03-27T02:41:09.396Z Downloaded hickory-resolver v0.25.2
10062026-03-27T02:41:09.399Z Downloaded scroll_derive v0.13.1
10072026-03-27T02:41:09.403Z Downloaded rand_chacha v0.9.0
10082026-03-27T02:41:09.403Z Downloaded serde-big-array v0.5.1
10092026-03-27T02:41:09.410Z Downloaded scopeguard v1.2.0
10102026-03-27T02:41:09.410Z Downloaded serde_urlencoded v0.7.1
10112026-03-27T02:41:09.410Z Downloaded sigpipe v0.1.3
10122026-03-27T02:41:09.410Z Downloaded signature v2.2.0
10132026-03-27T02:41:09.410Z Downloaded sha1 v0.10.6
10142026-03-27T02:41:09.410Z Downloaded papergrid v0.17.0
10152026-03-27T02:41:09.413Z Downloaded rusty-fork v0.3.1
10162026-03-27T02:41:09.413Z Downloaded progenitor v0.11.2
10172026-03-27T02:41:09.417Z Downloaded miniz_oxide v0.8.9
10182026-03-27T02:41:09.417Z Downloaded serde_plain v1.0.2
10192026-03-27T02:41:09.417Z Downloaded resolv-conf v0.7.6
10202026-03-27T02:41:09.420Z Downloaded postgres-types v0.2.12
10212026-03-27T02:41:09.424Z Downloaded rustc-hash v2.1.1
10222026-03-27T02:41:09.424Z Downloaded serde_repr v0.1.20
10232026-03-27T02:41:09.424Z Downloaded p256 v0.13.2
10242026-03-27T02:41:09.427Z Downloaded serde_spanned v1.0.4
10252026-03-27T02:41:09.427Z Downloaded rustversion v1.0.22
10262026-03-27T02:41:09.430Z Downloaded openssl-sys v0.9.111
10272026-03-27T02:41:09.434Z Downloaded signal-hook-tokio v0.3.1
10282026-03-27T02:41:09.434Z Downloaded signal-hook-mio v0.2.5
10292026-03-27T02:41:09.434Z Downloaded shell-words v1.1.1
10302026-03-27T02:41:09.437Z Downloaded schemars_derive v0.8.22
10312026-03-27T02:41:09.437Z Downloaded siphasher v1.0.2
10322026-03-27T02:41:09.437Z Downloaded rustls-pemfile v2.2.0
10332026-03-27T02:41:09.441Z Downloaded rand_core v0.6.4
10342026-03-27T02:41:09.441Z Downloaded rustls-pemfile v1.0.4
10352026-03-27T02:41:09.441Z Downloaded bumpalo v3.20.2
10362026-03-27T02:41:09.444Z Downloaded postcard v1.1.3
10372026-03-27T02:41:09.444Z Downloaded hickory-resolver v0.24.4
10382026-03-27T02:41:09.448Z Downloaded hashbrown v0.12.3
10392026-03-27T02:41:09.451Z Downloaded sec1 v0.7.3
10402026-03-27T02:41:09.454Z Downloaded progenitor-impl v0.10.0
10412026-03-27T02:41:09.459Z Downloaded seq-macro v0.3.6
10422026-03-27T02:41:09.463Z Downloaded pin-project v1.1.11
10432026-03-27T02:41:09.470Z Downloaded slog-bunyan v2.5.0
10442026-03-27T02:41:09.476Z Downloaded serde_path_to_error v0.1.20
10452026-03-27T02:41:09.479Z Downloaded serde_derive_internals v0.29.1
10462026-03-27T02:41:09.482Z Downloaded sqlparser_derive v0.5.0
10472026-03-27T02:41:09.488Z Downloaded slog-envlogger v2.2.0
10482026-03-27T02:41:09.488Z Downloaded rustls-pki-types v1.14.0
10492026-03-27T02:41:09.491Z Downloaded hickory-server v0.25.2
10502026-03-27T02:41:09.491Z Downloaded slab v0.4.12
10512026-03-27T02:41:09.491Z Downloaded prefix-trie v0.7.0
10522026-03-27T02:41:09.496Z Downloaded prettyplease v0.2.37
10532026-03-27T02:41:09.496Z Downloaded itertools v0.10.5
10542026-03-27T02:41:09.500Z Downloaded ssh-cipher v0.2.0
10552026-03-27T02:41:09.500Z Downloaded pretty_assertions v1.4.1
10562026-03-27T02:41:09.504Z Downloaded serde-hex v0.1.0
10572026-03-27T02:41:09.504Z Downloaded scroll v0.13.0
10582026-03-27T02:41:09.508Z Downloaded simd-adler32 v0.3.8
10592026-03-27T02:41:09.511Z Downloaded progenitor-impl v0.13.0
10602026-03-27T02:41:09.511Z Downloaded strum v0.26.3
10612026-03-27T02:41:09.511Z Downloaded minimal-lexical v0.2.1
10622026-03-27T02:41:09.514Z Downloaded strum v0.27.2
10632026-03-27T02:41:09.517Z Downloaded sct v0.7.1
10642026-03-27T02:41:09.521Z Downloaded ssh-encoding v0.2.0
10652026-03-27T02:41:09.524Z Downloaded structmeta v0.3.0
10662026-03-27T02:41:09.524Z Downloaded sync_wrapper v1.0.2
10672026-03-27T02:41:09.527Z Downloaded smf v0.2.3
10682026-03-27T02:41:09.527Z Downloaded strip-ansi-escapes v0.2.1
10692026-03-27T02:41:09.527Z Downloaded tabled_derive v0.11.0
10702026-03-27T02:41:09.527Z Downloaded sync-ptr v0.1.4
10712026-03-27T02:41:09.530Z Downloaded tabwriter v1.4.1
10722026-03-27T02:41:09.530Z Downloaded subtle v2.6.1
10732026-03-27T02:41:09.530Z Downloaded libxml v0.3.3
10742026-03-27T02:41:09.533Z Downloaded slog-stdlog v4.1.1
10752026-03-27T02:41:09.536Z Downloaded shlex v1.3.0
10762026-03-27T02:41:09.544Z Downloaded snafu-derive v0.8.9
10772026-03-27T02:41:09.547Z Downloaded hyper-util v0.1.20
10782026-03-27T02:41:09.550Z Downloaded testing_table v0.3.0
10792026-03-27T02:41:09.550Z Downloaded supports-color v3.0.2
10802026-03-27T02:41:09.554Z Downloaded sqlformat v0.3.5
10812026-03-27T02:41:09.560Z Downloaded rustls-native-certs v0.8.3
10822026-03-27T02:41:09.563Z Downloaded spki v0.7.3
10832026-03-27T02:41:09.563Z Downloaded take_mut v0.2.2
10842026-03-27T02:41:09.563Z Downloaded tagptr v0.2.0
10852026-03-27T02:41:09.564Z Downloaded time-core v0.1.8
10862026-03-27T02:41:09.564Z Downloaded signal-hook-registry v1.4.8
10872026-03-27T02:41:09.568Z Downloaded thread-id v5.1.0
10882026-03-27T02:41:09.568Z Downloaded ryu v1.0.23
10892026-03-27T02:41:09.571Z Downloaded string_cache v0.8.9
10902026-03-27T02:41:09.571Z Downloaded stacker v0.1.23
10912026-03-27T02:41:09.571Z Downloaded slog-dtrace v0.3.0
10922026-03-27T02:41:09.571Z Downloaded rayon-core v1.13.0
10932026-03-27T02:41:09.575Z Downloaded http v1.4.0
10942026-03-27T02:41:09.577Z Downloaded rcgen v0.12.1
10952026-03-27T02:41:09.578Z Downloaded termtree v0.5.1
10962026-03-27T02:41:09.581Z Downloaded static_assertions v1.1.0
10972026-03-27T02:41:09.581Z Downloaded slog-scope v4.4.1
10982026-03-27T02:41:09.581Z Downloaded tinyvec_macros v0.1.1
10992026-03-27T02:41:09.581Z Downloaded strum_macros v0.24.3
11002026-03-27T02:41:09.584Z Downloaded schemars v0.8.22
11012026-03-27T02:41:09.588Z Downloaded smallvec v0.6.14
11022026-03-27T02:41:09.591Z Downloaded slog-json v2.6.1
11032026-03-27T02:41:09.591Z Downloaded slog-async v2.8.0
11042026-03-27T02:41:09.594Z Downloaded nom v7.1.3
11052026-03-27T02:41:09.594Z Downloaded serde_with_macros v3.17.0
11062026-03-27T02:41:09.597Z Downloaded tap v1.0.1
11072026-03-27T02:41:09.597Z Downloaded quinn-udp v0.5.14
11082026-03-27T02:41:09.605Z Downloaded quinn v0.11.9
11092026-03-27T02:41:09.608Z Downloaded progenitor-impl v0.11.2
11102026-03-27T02:41:09.608Z Downloaded russh-keys v0.45.0
11112026-03-27T02:41:09.616Z Downloaded structmeta-derive v0.3.0
11122026-03-27T02:41:09.618Z Downloaded spin v0.9.8
11132026-03-27T02:41:09.618Z Downloaded stringprep v0.1.5
11142026-03-27T02:41:09.618Z Downloaded strum_macros v0.27.2
11152026-03-27T02:41:09.625Z Downloaded topological-sort v0.2.2
11162026-03-27T02:41:09.628Z Downloaded support-bundle-viewer v0.1.2
11172026-03-27T02:41:09.631Z Downloaded crossterm v0.28.1
11182026-03-27T02:41:09.634Z Downloaded mio v1.1.1
11192026-03-27T02:41:09.638Z Downloaded num-bigint v0.4.6
11202026-03-27T02:41:09.641Z Downloaded hashbrown v0.13.2
11212026-03-27T02:41:09.644Z Downloaded tower-service v0.3.3
11222026-03-27T02:41:09.644Z Downloaded iri-string v0.7.10
11232026-03-27T02:41:09.651Z Downloaded tower-layer v0.3.3
11242026-03-27T02:41:09.654Z Downloaded termios v0.3.3
11252026-03-27T02:41:09.657Z Downloaded tls_codec v0.4.2
11262026-03-27T02:41:09.657Z Downloaded try-lock v0.2.5
11272026-03-27T02:41:09.660Z Downloaded tls_codec_derive v0.4.2
11282026-03-27T02:41:09.660Z Downloaded trait-variant v0.1.2
11292026-03-27T02:41:09.660Z Downloaded rustls-platform-verifier v0.6.2
11302026-03-27T02:41:09.674Z Downloaded tokio-rustls v0.25.0
11312026-03-27T02:41:09.677Z Downloaded thiserror-impl-no-std v2.0.2
11322026-03-27T02:41:09.680Z Downloaded tiny-keccak v2.0.2
11332026-03-27T02:41:09.680Z Downloaded unarray v0.1.4
11342026-03-27T02:41:09.680Z Downloaded slog-term v2.9.2
11352026-03-27T02:41:09.683Z Downloaded thiserror-no-std v2.0.2
11362026-03-27T02:41:09.687Z Downloaded untrusted v0.7.1
11372026-03-27T02:41:09.687Z Downloaded unit-prefix v0.5.2
11382026-03-27T02:41:09.687Z Downloaded time-macros v0.2.27
11392026-03-27T02:41:09.690Z Downloaded tokio-macros v2.6.0
11402026-03-27T02:41:09.690Z Downloaded tokio-dtrace v0.1.1
11412026-03-27T02:41:09.690Z Downloaded aws-lc-rs v1.16.0
11422026-03-27T02:41:09.699Z Downloaded tokio-tungstenite v0.21.0
11432026-03-27T02:41:09.703Z Downloaded tokio-tungstenite v0.23.1
11442026-03-27T02:41:09.703Z Downloaded strum_macros v0.26.4
11452026-03-27T02:41:09.703Z Downloaded usdt v0.6.0
11462026-03-27T02:41:09.703Z Downloaded serde_cbor v0.11.2
11472026-03-27T02:41:09.707Z Downloaded typify-macro v0.6.1
11482026-03-27T02:41:09.707Z Downloaded term v0.7.0
11492026-03-27T02:41:09.707Z Downloaded typify-macro v0.4.3
11502026-03-27T02:41:09.707Z Downloaded unicode-truncate v1.1.0
11512026-03-27T02:41:09.711Z Downloaded socket2 v0.6.2
11522026-03-27T02:41:09.711Z Downloaded socket2 v0.5.10
11532026-03-27T02:41:09.711Z Downloaded utf-8 v0.7.6
11542026-03-27T02:41:09.711Z Downloaded untrusted v0.9.0
11552026-03-27T02:41:09.715Z Downloaded signal-hook v0.3.18
11562026-03-27T02:41:09.715Z Downloaded serde_yaml v0.9.34+deprecated
11572026-03-27T02:41:09.719Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-03-27T02:41:09.719Z Downloaded ron v0.8.1
11592026-03-27T02:41:09.722Z Downloaded usdt-macro v0.6.0
11602026-03-27T02:41:09.722Z Downloaded publicsuffix v2.3.0
11612026-03-27T02:41:09.722Z Downloaded thread_local v1.1.9
11622026-03-27T02:41:09.727Z Downloaded term v1.2.1
11632026-03-27T02:41:09.727Z Downloaded rsa v0.9.10
11642026-03-27T02:41:09.730Z Downloaded qorb v0.4.1
11652026-03-27T02:41:09.733Z Downloaded rustls-webpki v0.103.9
11662026-03-27T02:41:09.733Z Downloaded tui-tree-widget v0.23.1
11672026-03-27T02:41:09.733Z Downloaded samael v0.0.19
11682026-03-27T02:41:09.737Z Downloaded futures-util v0.3.32
11692026-03-27T02:41:09.745Z Downloaded void v1.0.2
11702026-03-27T02:41:09.748Z Downloaded toml_writer v1.0.6+spec-1.1.0
11712026-03-27T02:41:09.748Z Downloaded slog v2.8.2
11722026-03-27T02:41:09.748Z Downloaded similar v2.7.0
11732026-03-27T02:41:09.751Z Downloaded tokio-native-tls v0.3.1
11742026-03-27T02:41:09.754Z Downloaded subprocess v0.2.15
11752026-03-27T02:41:09.754Z Downloaded xattr v1.6.1
11762026-03-27T02:41:09.761Z Downloaded wait-timeout v0.2.1
11772026-03-27T02:41:09.761Z Downloaded rand v0.8.5
11782026-03-27T02:41:09.767Z Downloaded unicase v2.9.0
11792026-03-27T02:41:09.767Z Downloaded want v0.3.1
11802026-03-27T02:41:09.767Z Downloaded waitgroup v0.1.2
11812026-03-27T02:41:09.767Z Downloaded snafu v0.8.9
11822026-03-27T02:41:09.767Z Downloaded schemars v0.9.0
11832026-03-27T02:41:09.772Z Downloaded universal-hash v0.5.1
11842026-03-27T02:41:09.780Z Downloaded hkdf v0.12.4
11852026-03-27T02:41:09.783Z Downloaded vergen-gitcl v1.0.8
11862026-03-27T02:41:09.787Z Downloaded uzers v0.12.2
11872026-03-27T02:41:09.791Z Downloaded tokio-stream v0.1.18
11882026-03-27T02:41:09.795Z Downloaded xshell-macros v0.2.7
11892026-03-27T02:41:09.795Z Downloaded vergen-lib v0.1.6
11902026-03-27T02:41:09.795Z Downloaded usdt-impl v0.6.0
11912026-03-27T02:41:09.795Z Downloaded usdt-attr-macro v0.6.0
11922026-03-27T02:41:09.798Z Downloaded tracing-attributes v0.1.31
11932026-03-27T02:41:09.808Z Downloaded zone v0.3.1
11942026-03-27T02:41:09.810Z Downloaded tokio-rustls v0.24.1
11952026-03-27T02:41:09.813Z Downloaded zone_cfg_derive v0.3.1
11962026-03-27T02:41:09.813Z Downloaded hashbrown v0.15.5
11972026-03-27T02:41:09.816Z Downloaded tokio-rustls v0.26.4
11982026-03-27T02:41:09.821Z Downloaded walkdir v2.5.0
11992026-03-27T02:41:09.821Z Downloaded num-bigint-dig v0.8.6
12002026-03-27T02:41:09.824Z Downloaded itertools v0.12.1
12012026-03-27T02:41:09.827Z Downloaded whoami v2.1.0
12022026-03-27T02:41:09.830Z Downloaded zeroize_derive v1.4.3
12032026-03-27T02:41:09.835Z Downloaded vergen-git2 v1.0.7
12042026-03-27T02:41:09.839Z Downloaded tar v0.4.45
12052026-03-27T02:41:09.839Z Downloaded toml v0.7.8
12062026-03-27T02:41:09.843Z Downloaded toml_parser v1.0.9+spec-1.1.0
12072026-03-27T02:41:09.843Z Downloaded test-strategy v0.4.5
12082026-03-27T02:41:09.846Z Downloaded russh v0.45.0
12092026-03-27T02:41:09.848Z Downloaded vsss-rs v3.3.4
12102026-03-27T02:41:09.848Z Downloaded xz2 v0.1.7
12112026-03-27T02:41:09.852Z Downloaded rand v0.9.2
12122026-03-27T02:41:09.855Z Downloaded twox-hash v2.1.2
12132026-03-27T02:41:09.861Z Downloaded rand v0.10.0
12142026-03-27T02:41:09.864Z Downloaded tinyvec v1.10.0
12152026-03-27T02:41:09.868Z Downloaded zstd v0.13.3
12162026-03-27T02:41:09.871Z Downloaded steno v0.4.1
12172026-03-27T02:41:09.877Z Downloaded toml v0.9.12+spec-1.1.0
12182026-03-27T02:41:09.882Z Downloaded zeroize v1.8.2
12192026-03-27T02:41:09.885Z Downloaded typify v0.6.1
12202026-03-27T02:41:09.888Z Downloaded iddqd v0.3.17
12212026-03-27T02:41:09.891Z Downloaded itertools v0.14.0
12222026-03-27T02:41:09.894Z Downloaded unicode-properties v0.1.4
12232026-03-27T02:41:09.897Z Downloaded rpassword v7.4.0
12242026-03-27T02:41:09.897Z Downloaded vergen v9.0.6
12252026-03-27T02:41:09.900Z Downloaded itertools v0.13.0
12262026-03-27T02:41:09.904Z Downloaded hyper v1.8.1
12272026-03-27T02:41:09.907Z Downloaded zerocopy v0.6.6
12282026-03-27T02:41:09.907Z Downloaded yasna v0.5.2
12292026-03-27T02:41:09.912Z Downloaded unsafe-libyaml v0.2.11
12302026-03-27T02:41:09.915Z Downloaded tungstenite v0.23.0
12312026-03-27T02:41:09.915Z Downloaded uuid v1.21.0
12322026-03-27T02:41:09.919Z Downloaded tungstenite v0.21.0
12332026-03-27T02:41:09.919Z Downloaded wyz v0.5.1
12342026-03-27T02:41:09.922Z Downloaded whoami v1.6.1
12352026-03-27T02:41:09.923Z Downloaded schemars v1.2.1
12362026-03-27T02:41:09.927Z Downloaded unicode-bidi v0.3.18
12372026-03-27T02:41:09.933Z Downloaded xshell v0.2.7
12382026-03-27T02:41:09.939Z Downloaded h2 v0.4.13
12392026-03-27T02:41:09.943Z Downloaded tokio-postgres v0.7.16
12402026-03-27T02:41:09.949Z Downloaded libm v0.2.16
12412026-03-27T02:41:09.954Z Downloaded ron v0.12.0
12422026-03-27T02:41:09.959Z Downloaded toml_edit v0.23.10+spec-1.0.0
12432026-03-27T02:41:09.964Z Downloaded tracing-core v0.1.36
12442026-03-27T02:41:09.968Z Downloaded zstd-safe v7.2.4
12452026-03-27T02:41:09.968Z Downloaded vte v0.14.1
12462026-03-27T02:41:09.968Z Downloaded typify v0.4.3
12472026-03-27T02:41:09.973Z Downloaded p521 v0.13.3
12482026-03-27T02:41:09.982Z Downloaded regex v1.12.3
12492026-03-27T02:41:10.007Z Downloaded zopfli v0.8.3
12502026-03-27T02:41:10.010Z Downloaded reqwest v0.12.28
12512026-03-27T02:41:10.011Z Downloaded bitvec v1.0.1
12522026-03-27T02:41:10.019Z Downloaded rustyline v14.0.0
12532026-03-27T02:41:10.023Z Downloaded zip v0.6.6
12542026-03-27T02:41:10.026Z Downloaded portable-atomic v1.13.1
12552026-03-27T02:41:10.035Z Downloaded ssh-key v0.6.7
12562026-03-27T02:41:10.040Z Downloaded p384 v0.13.1
12572026-03-27T02:41:10.040Z Downloaded lalrpop v0.19.12
12582026-03-27T02:41:10.045Z Downloaded toml_edit v0.19.15
12592026-03-27T02:41:10.058Z Downloaded yansi v1.0.1
12602026-03-27T02:41:10.062Z Downloaded reqwest v0.13.2
12612026-03-27T02:41:10.065Z Downloaded reedline v0.40.0
12622026-03-27T02:41:10.068Z Downloaded unicode_categories v0.1.1
12632026-03-27T02:41:10.068Z Downloaded moka v0.12.13
12642026-03-27T02:41:10.072Z Downloaded tower v0.5.3
12652026-03-27T02:41:10.079Z Downloaded salty v0.3.0
12662026-03-27T02:41:10.083Z Downloaded curve25519-dalek v4.1.3
12672026-03-27T02:41:10.088Z Downloaded blake3 v1.8.3
12682026-03-27T02:41:10.092Z Downloaded git2 v0.20.4
12692026-03-27T02:41:10.099Z Downloaded x509-cert v0.2.5
12702026-03-27T02:41:10.102Z Downloaded unicode-segmentation v1.12.0
12712026-03-27T02:41:10.106Z Downloaded zerocopy-derive v0.8.40
12722026-03-27T02:41:10.109Z Downloaded goblin v0.10.5
12732026-03-27T02:41:10.114Z Downloaded rustls-webpki v0.101.7
12742026-03-27T02:41:10.120Z Downloaded rayon v1.11.0
12752026-03-27T02:41:10.130Z Downloaded unicode-normalization v0.1.25
12762026-03-27T02:41:10.133Z Downloaded typed-path v0.9.3
12772026-03-27T02:41:10.136Z Downloaded tokio-util v0.7.18
12782026-03-27T02:41:10.141Z Downloaded zip v4.6.1
12792026-03-27T02:41:10.144Z Downloaded quick-xml v0.37.5
12802026-03-27T02:41:10.147Z Downloaded tower-http v0.6.8
12812026-03-27T02:41:10.153Z Downloaded serde_with v3.17.0
12822026-03-27T02:41:10.159Z Downloaded proptest v1.10.0
12832026-03-27T02:41:10.165Z Downloaded petname v2.0.2
12842026-03-27T02:41:10.168Z Downloaded chrono v0.4.44
12852026-03-27T02:41:10.181Z Downloaded tough v0.20.0
12862026-03-27T02:41:10.185Z Downloaded nix v0.27.1
12872026-03-27T02:41:10.191Z Downloaded rustls-webpki v0.102.8
12882026-03-27T02:41:10.212Z Downloaded object v0.30.4
12892026-03-27T02:41:10.219Z Downloaded winnow v0.6.26
12902026-03-27T02:41:10.232Z Downloaded dropshot v0.16.7
12912026-03-27T02:41:10.245Z Downloaded winnow v0.5.40
12922026-03-27T02:41:10.249Z Downloaded radix_trie v0.2.1
12932026-03-27T02:41:10.253Z Downloaded openssl v0.10.75
12942026-03-27T02:41:10.267Z Downloaded quinn-proto v0.11.13
12952026-03-27T02:41:10.272Z Downloaded time v0.3.47
12962026-03-27T02:41:10.280Z Downloaded polar-core v0.27.3
12972026-03-27T02:41:10.291Z Downloaded bstr v1.12.1
12982026-03-27T02:41:10.302Z Downloaded vcpkg v0.2.15
12992026-03-27T02:41:10.326Z Downloaded rustls v0.21.12
13002026-03-27T02:41:10.332Z Downloaded object v0.37.3
13012026-03-27T02:41:10.338Z Downloaded tabled v0.20.0
13022026-03-27T02:41:10.348Z Downloaded zerocopy v0.8.40
13032026-03-27T02:41:10.353Z Downloaded nix v0.31.1
13042026-03-27T02:41:10.359Z Downloaded regex-syntax v0.6.29
13052026-03-27T02:41:10.367Z Downloaded nix v0.29.0
13062026-03-27T02:41:10.370Z Downloaded zlib-rs v0.6.2
13072026-03-27T02:41:10.373Z Downloaded regress v0.10.5
13082026-03-27T02:41:10.378Z Downloaded hickory-proto v0.24.4
13092026-03-27T02:41:10.386Z Downloaded smoltcp v0.9.1
13102026-03-27T02:41:10.392Z Downloaded webpki-roots v1.0.6
13112026-03-27T02:41:10.395Z Downloaded rustls v0.23.37
13122026-03-27T02:41:10.401Z Downloaded rustix v0.38.44
13132026-03-27T02:41:10.415Z Downloaded nix v0.28.0
13142026-03-27T02:41:10.421Z Downloaded openapiv3 v2.2.0
13152026-03-27T02:41:10.430Z Downloaded hickory-proto v0.25.2
13162026-03-27T02:41:10.439Z Downloaded rustls v0.22.4
13172026-03-27T02:41:10.447Z Downloaded regex-syntax v0.8.10
13182026-03-27T02:41:10.459Z Downloaded diesel v2.3.7
13192026-03-27T02:41:10.472Z Downloaded smoltcp v0.11.0
13202026-03-27T02:41:10.523Z Downloaded sqlparser v0.61.0
13212026-03-27T02:41:10.531Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-03-27T02:41:10.552Z Downloaded sled v0.34.7
13232026-03-27T02:41:10.557Z Downloaded typify-impl v0.6.1
13242026-03-27T02:41:10.566Z Downloaded typify-impl v0.4.3
13252026-03-27T02:41:10.575Z Downloaded ratatui v0.29.0
13262026-03-27T02:41:10.587Z Downloaded tracing v0.1.44
13272026-03-27T02:41:10.605Z Downloaded petgraph v0.6.5
13282026-03-27T02:41:10.617Z Downloaded zerocopy-derive v0.6.6
13292026-03-27T02:41:10.623Z Downloaded regex-automata v0.4.14
13302026-03-27T02:41:10.634Z Downloaded lzma-sys v0.1.20
13312026-03-27T02:41:10.650Z Downloaded jiff v0.2.21
13322026-03-27T02:41:10.661Z Downloaded chrono-tz v0.10.4
13332026-03-27T02:41:10.672Z Downloaded petgraph v0.8.3
13342026-03-27T02:41:10.685Z Downloaded csv v1.4.0
13352026-03-27T02:41:10.698Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13362026-03-27T02:41:10.709Z Downloaded libz-sys v1.1.24
13372026-03-27T02:41:10.721Z Downloaded sha3 v0.10.8
13382026-03-27T02:41:10.725Z Downloaded tokio v1.49.0
13392026-03-27T02:41:10.769Z Downloaded encoding_rs v0.8.35
13402026-03-27T02:41:10.864Z Downloaded ring v0.17.14
13412026-03-27T02:41:10.917Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-27T02:41:11.514Z Downloaded aws-lc-sys v0.37.1
13432026-03-27T02:41:11.757Z Compiling libc v0.2.180
13442026-03-27T02:41:11.757Z Compiling serde v1.0.228
13452026-03-27T02:41:11.760Z Compiling log v0.4.29
13462026-03-27T02:41:11.760Z Compiling shlex v1.3.0
13472026-03-27T02:41:11.760Z Compiling find-msvc-tools v0.1.9
13482026-03-27T02:41:11.760Z Compiling smallvec v1.15.1
13492026-03-27T02:41:11.760Z Compiling syn v2.0.117
13502026-03-27T02:41:11.761Z Compiling typenum v1.19.0
13512026-03-27T02:41:12.069Z Compiling generic-array v0.14.7
13522026-03-27T02:41:12.082Z Compiling subtle v2.6.1
13532026-03-27T02:41:12.139Z Compiling scopeguard v1.2.0
13542026-03-27T02:41:12.152Z Compiling portable-atomic v1.13.1
13552026-03-27T02:41:12.235Z Compiling lock_api v0.4.14
13562026-03-27T02:41:12.248Z Compiling const-oid v0.9.6
13572026-03-27T02:41:12.251Z Compiling critical-section v1.2.0
13582026-03-27T02:41:12.347Z Compiling zerocopy v0.8.40
13592026-03-27T02:41:12.376Z Compiling serde_json v1.0.149
13602026-03-27T02:41:12.452Z Compiling pin-project-lite v0.2.17
13612026-03-27T02:41:12.557Z Compiling parking_lot_core v0.9.12
13622026-03-27T02:41:12.778Z Compiling getrandom v0.2.17
13632026-03-27T02:41:12.793Z Compiling jobserver v0.1.34
13642026-03-27T02:41:12.812Z Compiling errno v0.3.14
13652026-03-27T02:41:12.959Z Compiling rand_core v0.6.4
13662026-03-27T02:41:12.974Z Compiling cc v1.2.56
13672026-03-27T02:41:12.996Z Compiling signal-hook-registry v1.4.8
13682026-03-27T02:41:13.131Z Compiling once_cell v1.21.3
13692026-03-27T02:41:13.150Z Compiling pkg-config v0.3.32
13702026-03-27T02:41:13.163Z Compiling parking_lot v0.12.5
13712026-03-27T02:41:13.225Z Compiling mio v1.1.1
13722026-03-27T02:41:13.261Z Compiling bitflags v2.11.0
13732026-03-27T02:41:13.332Z Compiling libm v0.2.16
13742026-03-27T02:41:13.485Z Compiling num-traits v0.2.19
13752026-03-27T02:41:13.513Z Compiling futures-core v0.3.32
13762026-03-27T02:41:13.671Z Compiling socket2 v0.6.2
13772026-03-27T02:41:13.685Z Compiling percent-encoding v2.3.2
13782026-03-27T02:41:13.688Z Compiling allocator-api2 v0.2.21
13792026-03-27T02:41:13.711Z Compiling cpufeatures v0.2.17
13802026-03-27T02:41:13.794Z Compiling foldhash v0.2.0
13812026-03-27T02:41:13.840Z Compiling futures-sink v0.3.32
13822026-03-27T02:41:13.890Z Compiling futures-task v0.3.32
13832026-03-27T02:41:13.942Z Compiling futures-channel v0.3.32
13842026-03-27T02:41:14.005Z Compiling hashbrown v0.16.1
13852026-03-27T02:41:14.019Z Compiling getrandom v0.4.1
13862026-03-27T02:41:14.054Z Compiling futures-io v0.3.32
13872026-03-27T02:41:14.068Z Compiling slab v0.4.12
13882026-03-27T02:41:14.171Z Compiling rustversion v1.0.22
13892026-03-27T02:41:14.202Z Compiling getrandom v0.3.4
13902026-03-27T02:41:14.239Z Compiling rand_core v0.10.0
13912026-03-27T02:41:14.595Z Compiling form_urlencoded v1.2.2
13922026-03-27T02:41:14.644Z Compiling indexmap v2.13.0
13932026-03-27T02:41:14.686Z Compiling cmake v0.1.57
13942026-03-27T02:41:14.789Z Compiling synstructure v0.13.2
13952026-03-27T02:41:14.826Z Compiling ident_case v1.0.1
13962026-03-27T02:41:14.955Z Compiling base64ct v1.8.3
13972026-03-27T02:41:15.063Z Compiling fs_extra v1.3.0
13982026-03-27T02:41:15.089Z Compiling dunce v1.0.5
13992026-03-27T02:41:15.189Z Compiling flagset v0.4.7
14002026-03-27T02:41:15.237Z Compiling pem-rfc7468 v0.7.0
14012026-03-27T02:41:15.250Z Compiling rand_core v0.9.5
14022026-03-27T02:41:15.253Z Compiling iana-time-zone v0.1.65
14032026-03-27T02:41:15.302Z Compiling rustix v1.1.3
14042026-03-27T02:41:15.320Z Compiling ring v0.17.14
14052026-03-27T02:41:15.335Z Compiling aws-lc-sys v0.37.1
14062026-03-27T02:41:15.403Z Compiling uuid v1.21.0
14072026-03-27T02:41:15.461Z Compiling rustc_version v0.4.1
14082026-03-27T02:41:15.524Z Compiling vcpkg v0.2.15
14092026-03-27T02:41:15.553Z Compiling aws-lc-rs v1.16.0
14102026-03-27T02:41:15.799Z Compiling regex-syntax v0.8.10
14112026-03-27T02:41:15.836Z Compiling tracing-core v0.1.36
14122026-03-27T02:41:16.108Z Compiling crossbeam-utils v0.8.21
14132026-03-27T02:41:16.258Z Compiling openssl-sys v0.9.111
14142026-03-27T02:41:16.389Z Compiling pest_generator v2.8.6
14152026-03-27T02:41:16.421Z Compiling serde_derive_internals v0.29.1
14162026-03-27T02:41:16.453Z Compiling serde_derive v1.0.228
14172026-03-27T02:41:16.793Z Compiling zeroize_derive v1.4.3
14182026-03-27T02:41:17.064Z Compiling zerofrom-derive v0.1.6
14192026-03-27T02:41:17.109Z Compiling yoke-derive v0.8.1
14202026-03-27T02:41:17.344Z Compiling zerocopy-derive v0.8.40
14212026-03-27T02:41:17.447Z Compiling zeroize v1.8.2
14222026-03-27T02:41:18.145Z Compiling zerovec-derive v0.11.2
14232026-03-27T02:41:18.230Z Compiling crypto-common v0.1.7
14242026-03-27T02:41:18.266Z Compiling block-buffer v0.10.4
14252026-03-27T02:41:18.376Z Compiling displaydoc v0.2.5
14262026-03-27T02:41:18.433Z Compiling digest v0.10.7
14272026-03-27T02:41:18.456Z Compiling zerofrom v0.1.6
14282026-03-27T02:41:18.581Z Compiling yoke v0.8.1
14292026-03-27T02:41:18.681Z Compiling tokio-macros v2.6.0
14302026-03-27T02:41:18.766Z Compiling hmac v0.12.1
14312026-03-27T02:41:18.919Z Compiling futures-macro v0.3.32
14322026-03-27T02:41:19.096Z Compiling zerotrie v0.2.3
14332026-03-27T02:41:19.226Z Compiling zerovec v0.11.5
14342026-03-27T02:41:19.390Z Compiling block-padding v0.3.3
14352026-03-27T02:41:19.441Z Compiling sha2 v0.10.9
14362026-03-27T02:41:19.561Z Compiling inout v0.1.4
14372026-03-27T02:41:19.731Z Compiling tinystr v0.8.2
14382026-03-27T02:41:19.749Z Compiling potential_utf v0.1.4
14392026-03-27T02:41:19.766Z Compiling futures-util v0.3.32
14402026-03-27T02:41:19.909Z Compiling bytes v1.11.1
14412026-03-27T02:41:19.928Z Compiling icu_locale_core v2.1.1
14422026-03-27T02:41:19.955Z Compiling icu_collections v2.1.1
14432026-03-27T02:41:20.430Z Compiling tokio v1.49.0
14442026-03-27T02:41:20.512Z Compiling cipher v0.4.4
14452026-03-27T02:41:20.603Z Compiling icu_provider v2.1.1
14462026-03-27T02:41:20.654Z Compiling der_derive v0.7.3
14472026-03-27T02:41:20.808Z Compiling salsa20 v0.10.2
14482026-03-27T02:41:20.829Z Compiling http v1.4.0
14492026-03-27T02:41:20.897Z Compiling icu_normalizer v2.1.1
14502026-03-27T02:41:20.944Z Compiling icu_properties v2.1.2
14512026-03-27T02:41:21.438Z Compiling chrono v0.4.44
14522026-03-27T02:41:21.601Z Compiling ppv-lite86 v0.2.21
14532026-03-27T02:41:21.727Z Compiling der v0.7.10
14542026-03-27T02:41:21.777Z Compiling idna_adapter v1.2.1
14552026-03-27T02:41:21.911Z Compiling idna v1.1.0
14562026-03-27T02:41:21.911Z Compiling pbkdf2 v0.12.2
14572026-03-27T02:41:22.013Z Compiling thiserror-impl v2.0.18
14582026-03-27T02:41:22.027Z Compiling scrypt v0.11.0
14592026-03-27T02:41:22.041Z Compiling rand_chacha v0.9.0
14602026-03-27T02:41:22.273Z Compiling url v2.5.8
14612026-03-27T02:41:22.543Z Compiling spki v0.7.3
14622026-03-27T02:41:22.729Z Compiling aes v0.8.4
14632026-03-27T02:41:22.748Z Compiling cbc v0.1.2
14642026-03-27T02:41:22.780Z Compiling rustls-pki-types v1.14.0
14652026-03-27T02:41:22.896Z Compiling tracing-attributes v0.1.31
14662026-03-27T02:41:22.898Z Compiling rand v0.9.2
14672026-03-27T02:41:23.054Z Compiling http-body v1.0.1
14682026-03-27T02:41:23.204Z Compiling pkcs5 v0.7.1
14692026-03-27T02:41:23.277Z Compiling syn v1.0.109
14702026-03-27T02:41:23.300Z Compiling thiserror v2.0.18
14712026-03-27T02:41:23.407Z Compiling untrusted v0.9.0
14722026-03-27T02:41:23.528Z Compiling base64 v0.22.1
14732026-03-27T02:41:23.590Z Compiling untrusted v0.7.1
14742026-03-27T02:41:23.670Z Compiling openssl-probe v0.2.1
14752026-03-27T02:41:23.674Z Compiling schemars v0.8.22
14762026-03-27T02:41:23.712Z Compiling httparse v1.10.1
14772026-03-27T02:41:23.843Z Compiling pkcs8 v0.10.2
14782026-03-27T02:41:23.857Z Compiling schemars_derive v0.8.22
14792026-03-27T02:41:23.889Z Compiling pest_derive v2.8.6
14802026-03-27T02:41:24.040Z Compiling tokio-util v0.7.18
14812026-03-27T02:41:24.184Z Compiling tracing v0.1.44
14822026-03-27T02:41:24.199Z Compiling scroll_derive v0.13.1
14832026-03-27T02:41:24.496Z Compiling darling_core v0.20.11
14842026-03-27T02:41:24.805Z Compiling try-lock v0.2.5
14852026-03-27T02:41:24.917Z Compiling rustls v0.23.37
14862026-03-27T02:41:25.011Z Compiling tower-service v0.3.3
14872026-03-27T02:41:25.078Z Compiling dyn-clone v1.0.20
14882026-03-27T02:41:25.093Z Compiling tower-layer v0.3.3
14892026-03-27T02:41:25.106Z Compiling tinyvec_macros v0.1.1
14902026-03-27T02:41:25.109Z Compiling atomic-waker v1.1.2
14912026-03-27T02:41:25.214Z Compiling h2 v0.4.13
14922026-03-27T02:41:25.239Z Compiling tinyvec v1.10.0
14932026-03-27T02:41:25.253Z Compiling scroll v0.13.0
14942026-03-27T02:41:25.518Z Compiling want v0.3.1
14952026-03-27T02:41:25.682Z Compiling ipnet v2.11.0
14962026-03-27T02:41:25.874Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-27T02:41:25.991Z Compiling spin v0.9.8
14982026-03-27T02:41:26.172Z Compiling aho-corasick v1.1.4
14992026-03-27T02:41:26.193Z Compiling crc32fast v1.5.0
15002026-03-27T02:41:26.252Z Compiling foreign-types-shared v0.1.1
15012026-03-27T02:41:26.342Z Compiling num-conv v0.2.0
15022026-03-27T02:41:26.452Z Compiling time-core v0.1.8
15032026-03-27T02:41:26.453Z Compiling powerfmt v0.2.0
15042026-03-27T02:41:26.480Z Compiling openssl v0.10.75
15052026-03-27T02:41:26.609Z Compiling pin-utils v0.1.0
15062026-03-27T02:41:26.656Z Compiling httpdate v1.0.3
15072026-03-27T02:41:26.683Z Compiling time-macros v0.2.27
15082026-03-27T02:41:26.719Z Compiling deranged v0.5.8
15092026-03-27T02:41:26.752Z Compiling darling_macro v0.20.11
15102026-03-27T02:41:26.918Z Compiling tempfile v3.25.0
15112026-03-27T02:41:27.212Z Compiling darling v0.20.11
15122026-03-27T02:41:27.283Z Compiling regex-automata v0.4.14
15132026-03-27T02:41:27.297Z Compiling foreign-types v0.3.2
15142026-03-27T02:41:27.679Z Compiling goblin v0.10.5
15152026-03-27T02:41:27.824Z Compiling openssl-macros v0.1.1
15162026-03-27T02:41:28.211Z Compiling hyper v1.8.1
15172026-03-27T02:41:28.244Z Compiling thiserror-impl v1.0.69
15182026-03-27T02:41:29.106Z Compiling wait-timeout v0.2.1
15192026-03-27T02:41:29.366Z Compiling siphasher v1.0.2
15202026-03-27T02:41:29.380Z Compiling either v1.15.0
15212026-03-27T02:41:29.494Z Compiling simd-adler32 v0.3.8
15222026-03-27T02:41:29.586Z Compiling num_threads v0.1.7
15232026-03-27T02:41:29.615Z Compiling usdt-impl v0.6.0
15242026-03-27T02:41:29.682Z Compiling native-tls v0.2.18
15252026-03-27T02:41:29.732Z Compiling quick-error v1.2.3
15262026-03-27T02:41:29.772Z Compiling bit-vec v0.8.0
15272026-03-27T02:41:29.832Z Compiling rusty-fork v0.3.1
15282026-03-27T02:41:29.847Z Compiling time v0.3.47
15292026-03-27T02:41:29.898Z Compiling thiserror v1.0.69
15302026-03-27T02:41:30.003Z Compiling bit-set v0.8.0
15312026-03-27T02:41:30.006Z Compiling hyper-util v0.1.20
15322026-03-27T02:41:30.161Z Compiling derive_builder_core v0.20.2
15332026-03-27T02:41:31.032Z Compiling dof v0.4.0
15342026-03-27T02:41:31.419Z Compiling unicode-normalization v0.1.25
15352026-03-27T02:41:31.554Z Compiling crossbeam-epoch v0.9.18
15362026-03-27T02:41:31.728Z Compiling dtrace-parser v0.3.0
15372026-03-27T02:41:31.862Z Compiling rustls-native-certs v0.8.3
15382026-03-27T02:41:31.875Z Compiling signature v2.2.0
15392026-03-27T02:41:31.889Z Compiling scroll_derive v0.12.1
15402026-03-27T02:41:32.052Z Compiling heapless v0.7.17
15412026-03-27T02:41:32.145Z Compiling rand_xorshift v0.4.0
15422026-03-27T02:41:32.195Z Compiling slog v2.8.2
15432026-03-27T02:41:32.287Z Compiling darling_core v0.21.3
15442026-03-27T02:41:32.303Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-27T02:41:32.376Z Compiling sync_wrapper v1.0.2
15462026-03-27T02:41:32.449Z Compiling thread-id v5.1.0
15472026-03-27T02:41:32.483Z Compiling cookie v0.18.1
15482026-03-27T02:41:32.528Z Compiling rayon-core v1.13.0
15492026-03-27T02:41:32.542Z Compiling signal-hook v0.3.18
15502026-03-27T02:41:32.572Z Compiling unicode-bidi v0.3.18
15512026-03-27T02:41:32.660Z Compiling zstd-safe v7.2.4
15522026-03-27T02:41:32.695Z Compiling unarray v0.1.4
15532026-03-27T02:41:32.709Z Compiling unicode-segmentation v1.12.0
15542026-03-27T02:41:32.804Z Compiling adler2 v2.0.1
15552026-03-27T02:41:32.852Z Compiling unicode-properties v0.1.4
15562026-03-27T02:41:32.935Z Compiling anyhow v1.0.102
15572026-03-27T02:41:33.040Z Compiling paste v1.0.15
15582026-03-27T02:41:33.055Z Compiling stringprep v0.1.5
15592026-03-27T02:41:33.083Z Compiling miniz_oxide v0.8.9
15602026-03-27T02:41:33.098Z Compiling proptest v1.10.0
15612026-03-27T02:41:33.447Z Compiling scroll v0.12.0
15622026-03-27T02:41:33.679Z Compiling tower v0.5.3
15632026-03-27T02:41:34.022Z Compiling crossbeam-deque v0.8.6
15642026-03-27T02:41:34.036Z Compiling derive_builder_macro v0.20.2
15652026-03-27T02:41:34.052Z Compiling ipnetwork v0.21.1
15662026-03-27T02:41:34.134Z Compiling http-body-util v0.1.3
15672026-03-27T02:41:34.183Z Compiling webpki-roots v1.0.6
15682026-03-27T02:41:34.203Z Compiling rand_chacha v0.3.1
15692026-03-27T02:41:34.305Z Compiling serde_tokenstream v0.2.3
15702026-03-27T02:41:34.373Z Compiling serde_spanned v0.6.9
15712026-03-27T02:41:34.472Z Compiling erased-serde v0.3.31
15722026-03-27T02:41:34.505Z Compiling toml_datetime v0.6.11
15732026-03-27T02:41:34.539Z Compiling md-5 v0.10.6
15742026-03-27T02:41:34.637Z Compiling zerocopy-derive v0.7.35
15752026-03-27T02:41:34.707Z Compiling curve25519-dalek v4.1.3
15762026-03-27T02:41:34.764Z Compiling vergen-lib v0.1.6
15772026-03-27T02:41:34.797Z Compiling darling_macro v0.21.3
15782026-03-27T02:41:34.948Z Compiling num-integer v0.1.46
15792026-03-27T02:41:34.961Z Compiling hash32 v0.2.1
15802026-03-27T02:41:35.039Z Compiling ff v0.13.1
15812026-03-27T02:41:35.052Z Compiling memoffset v0.9.1
15822026-03-27T02:41:35.148Z Compiling smoltcp v0.9.1
15832026-03-27T02:41:35.177Z Compiling num-bigint-dig v0.8.6
15842026-03-27T02:41:35.245Z Compiling psl-types v2.0.11
15852026-03-27T02:41:35.268Z Compiling ref-cast v1.0.25
15862026-03-27T02:41:35.273Z Compiling base16ct v0.2.0
15872026-03-27T02:41:35.367Z Compiling ryu v1.0.23
15882026-03-27T02:41:35.377Z Compiling fallible-iterator v0.2.0
15892026-03-27T02:41:35.459Z Compiling iri-string v0.7.10
15902026-03-27T02:41:35.483Z Compiling zlib-rs v0.6.2
15912026-03-27T02:41:35.496Z Compiling rustix v0.38.44
15922026-03-27T02:41:35.546Z Compiling cfg_aliases v0.2.1
15932026-03-27T02:41:35.563Z Compiling litrs v1.0.0
15942026-03-27T02:41:35.622Z Compiling nix v0.31.1
15952026-03-27T02:41:35.686Z Compiling postgres-protocol v0.6.10
15962026-03-27T02:41:35.977Z Compiling zerocopy v0.7.35
15972026-03-27T02:41:35.992Z Compiling serde_urlencoded v0.7.1
15982026-03-27T02:41:36.063Z Compiling document-features v0.2.12
15992026-03-27T02:41:36.238Z Compiling newtype-uuid v1.3.2
16002026-03-27T02:41:36.256Z Compiling sec1 v0.7.3
16012026-03-27T02:41:36.524Z Compiling publicsuffix v2.3.0
16022026-03-27T02:41:36.539Z Compiling darling v0.21.3
16032026-03-27T02:41:36.620Z Compiling tower-http v0.6.8
16042026-03-27T02:41:36.635Z Compiling num-iter v0.1.45
16052026-03-27T02:41:36.653Z Compiling group v0.13.0
16062026-03-27T02:41:36.858Z Compiling derive_builder v0.20.2
16072026-03-27T02:41:36.944Z Compiling rand v0.8.5
16082026-03-27T02:41:36.982Z Compiling oxnet v0.1.4
16092026-03-27T02:41:37.141Z Compiling proc-macro-error v1.0.4
16102026-03-27T02:41:37.361Z Compiling tokio-native-tls v0.3.1
16112026-03-27T02:41:37.410Z Compiling goblin v0.8.2
16122026-03-27T02:41:37.783Z Compiling heck v0.4.1
16132026-03-27T02:41:37.999Z Compiling phf_shared v0.13.1
16142026-03-27T02:41:38.023Z Compiling regex v1.12.3
16152026-03-27T02:41:38.050Z Compiling hubpack_derive v0.1.1
16162026-03-27T02:41:38.230Z Compiling lazy_static v1.5.0
16172026-03-27T02:41:38.255Z Compiling cargo-platform v0.1.9
16182026-03-27T02:41:38.327Z Compiling flate2 v1.1.9
16192026-03-27T02:41:38.439Z Compiling hkdf v0.12.4
16202026-03-27T02:41:38.481Z Compiling crypto-bigint v0.5.5
16212026-03-27T02:41:38.507Z Compiling terminal_size v0.4.3
16222026-03-27T02:41:38.607Z Compiling ref-cast-impl v1.0.25
16232026-03-27T02:41:38.647Z Compiling async-trait v0.1.89
16242026-03-27T02:41:38.650Z Compiling strum_macros v0.27.2
16252026-03-27T02:41:38.731Z Compiling daft-derive v0.1.5
16262026-03-27T02:41:39.136Z Compiling curve25519-dalek-derive v0.1.1
16272026-03-27T02:41:39.477Z Compiling vergen v9.0.6
16282026-03-27T02:41:39.664Z Compiling fs-err v3.3.0
16292026-03-27T02:41:39.678Z Compiling ahash v0.8.12
16302026-03-27T02:41:39.809Z Compiling bumpalo v3.20.2
16312026-03-27T02:41:39.848Z Compiling managed v0.8.0
16322026-03-27T02:41:39.883Z Compiling libbz2-rs-sys v0.2.2
16332026-03-27T02:41:40.060Z Compiling bitflags v1.3.2
16342026-03-27T02:41:40.075Z Compiling winnow v0.5.40
16352026-03-27T02:41:40.147Z Compiling object v0.37.3
16362026-03-27T02:41:40.423Z Compiling foldhash v0.1.5
16372026-03-27T02:41:40.572Z Compiling hashbrown v0.15.5
16382026-03-27T02:41:40.644Z Compiling bzip2 v0.6.1
16392026-03-27T02:41:40.658Z Compiling strum v0.27.2
16402026-03-27T02:41:40.787Z Compiling zopfli v0.8.3
16412026-03-27T02:41:40.846Z Compiling console v0.16.2
16422026-03-27T02:41:40.927Z Compiling clap_builder v4.5.60
16432026-03-27T02:41:41.388Z Compiling toml_edit v0.19.15
16442026-03-27T02:41:41.454Z Compiling dof v0.3.0
16452026-03-27T02:41:41.472Z Compiling elliptic-curve v0.13.8
16462026-03-27T02:41:41.486Z Compiling daft v0.1.5
16472026-03-27T02:41:41.853Z Compiling hubpack v0.1.2
16482026-03-27T02:41:41.856Z Compiling cargo_metadata v0.19.2
16492026-03-27T02:41:42.149Z Compiling phf v0.13.1
16502026-03-27T02:41:42.310Z Compiling zone_cfg_derive v0.3.1
16512026-03-27T02:41:42.943Z Compiling signal-hook-mio v0.2.5
16522026-03-27T02:41:43.069Z Compiling cookie_store v0.22.1
16532026-03-27T02:41:43.545Z Compiling hyper-tls v0.6.0
16542026-03-27T02:41:43.714Z Compiling rayon v1.11.0
16552026-03-27T02:41:43.774Z Compiling zstd v0.13.3
16562026-03-27T02:41:43.871Z Compiling bzip2 v0.4.4
16572026-03-27T02:41:43.966Z Compiling serde_with_macros v3.17.0
16582026-03-27T02:41:44.033Z Compiling postgres-types v0.2.12
16592026-03-27T02:41:44.081Z Compiling usdt-attr-macro v0.6.0
16602026-03-27T02:41:44.133Z Compiling usdt-macro v0.6.0
16612026-03-27T02:41:44.623Z Compiling ed25519 v2.2.3
16622026-03-27T02:41:44.888Z Compiling dtrace-parser v0.2.0
16632026-03-27T02:41:44.888Z Compiling itertools v0.12.1
16642026-03-27T02:41:45.082Z Compiling phf_shared v0.11.3
16652026-03-27T02:41:45.166Z Compiling bstr v1.12.1
16662026-03-27T02:41:45.275Z Compiling pkcs1 v0.7.5
16672026-03-27T02:41:45.480Z Compiling hex v0.4.3
16682026-03-27T02:41:45.568Z Compiling serde-big-array v0.5.1
16692026-03-27T02:41:45.634Z Compiling rfc6979 v0.4.0
16702026-03-27T02:41:45.673Z Compiling serde_repr v0.1.20
16712026-03-27T02:41:45.706Z Compiling clap_derive v4.5.55
16722026-03-27T02:41:45.745Z Compiling strum_macros v0.26.4
16732026-03-27T02:41:45.758Z Compiling enum-as-inner v0.6.1
16742026-03-27T02:41:45.811Z Compiling float-cmp v0.10.0
16752026-03-27T02:41:45.958Z Compiling memmap2 v0.9.10
16762026-03-27T02:41:46.095Z Compiling thread-id v4.2.2
16772026-03-27T02:41:46.172Z Compiling env_filter v1.0.0
16782026-03-27T02:41:46.186Z Compiling encoding_rs v0.8.35
16792026-03-27T02:41:46.189Z Compiling static_assertions v1.1.0
16802026-03-27T02:41:46.243Z Compiling keccak v0.1.6
16812026-03-27T02:41:46.278Z Compiling predicates-core v1.0.10
16822026-03-27T02:41:46.453Z Compiling fixedbitset v0.4.2
16832026-03-27T02:41:46.473Z Compiling mime v0.3.17
16842026-03-27T02:41:46.671Z Compiling new_debug_unreachable v1.0.6
16852026-03-27T02:41:46.730Z Compiling jiff v0.2.21
16862026-03-27T02:41:46.747Z Compiling unit-prefix v0.5.2
16872026-03-27T02:41:46.897Z Compiling rustc-hash v2.1.1
16882026-03-27T02:41:47.026Z Compiling difflib v0.4.0
16892026-03-27T02:41:47.047Z Compiling whoami v2.1.0
16902026-03-27T02:41:47.417Z Compiling data-encoding v2.10.0
16912026-03-27T02:41:47.447Z Compiling precomputed-hash v0.1.1
16922026-03-27T02:41:47.472Z Compiling fixedbitset v0.5.7
16932026-03-27T02:41:47.539Z Compiling normalize-line-endings v0.3.0
16942026-03-27T02:41:47.574Z Compiling string_cache v0.8.9
16952026-03-27T02:41:47.588Z Compiling strum v0.26.3
16962026-03-27T02:41:47.632Z Compiling predicates v3.1.4
16972026-03-27T02:41:47.684Z Compiling petgraph v0.8.3
16982026-03-27T02:41:47.710Z Compiling hickory-proto v0.25.2
16992026-03-27T02:41:47.770Z Compiling clap v4.5.60
17002026-03-27T02:41:47.792Z Compiling tokio-postgres v0.7.16
17012026-03-27T02:41:47.851Z Compiling iddqd v0.3.17
17022026-03-27T02:41:48.115Z Compiling indicatif v0.18.4
17032026-03-27T02:41:48.284Z Compiling petgraph v0.6.5
17042026-03-27T02:41:48.954Z Compiling sha3 v0.10.8
17052026-03-27T02:41:49.000Z Compiling env_logger v0.11.9
17062026-03-27T02:41:49.352Z Compiling zip v4.6.1
17072026-03-27T02:41:49.407Z Compiling toml_edit v0.22.27
17082026-03-27T02:41:49.573Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17092026-03-27T02:41:49.799Z Compiling usdt-impl v0.5.0
17102026-03-27T02:41:50.019Z Compiling usdt v0.6.0
17112026-03-27T02:41:50.286Z Compiling zone v0.3.1
17122026-03-27T02:41:50.379Z Compiling ecdsa v0.16.9
17132026-03-27T02:41:50.395Z Compiling serde_with v3.17.0
17142026-03-27T02:41:50.780Z Compiling similar v2.7.0
17152026-03-27T02:41:50.930Z Compiling rsa v0.9.10
17162026-03-27T02:41:50.969Z Compiling crossterm v0.28.1
17172026-03-27T02:41:51.639Z Compiling ed25519-dalek v2.2.0
17182026-03-27T02:41:52.190Z Compiling zip v0.6.6
17192026-03-27T02:41:52.292Z Compiling toml v0.7.8
17202026-03-27T02:41:52.640Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-27T02:41:52.729Z Compiling itertools v0.13.0
17222026-03-27T02:41:52.767Z Compiling tokio-stream v0.1.18
17232026-03-27T02:41:52.888Z Compiling buf-list v1.1.2
17242026-03-27T02:41:53.168Z Compiling x509-cert v0.2.5
17252026-03-27T02:41:53.222Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-27T02:41:53.261Z Compiling openapiv3 v2.2.0
17272026-03-27T02:41:53.513Z Compiling sha1 v0.10.6
17282026-03-27T02:41:53.528Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-27T02:41:53.732Z Compiling peg-runtime v0.8.5
17302026-03-27T02:41:53.807Z Compiling lalrpop-util v0.19.12
17312026-03-27T02:41:53.957Z Compiling thread_local v1.1.9
17322026-03-27T02:41:54.000Z Compiling slog-async v2.8.0
17332026-03-27T02:41:54.020Z Compiling crossbeam-channel v0.5.15
17342026-03-27T02:41:54.195Z Compiling futures-executor v0.3.32
17352026-03-27T02:41:54.213Z Compiling is-terminal v0.4.17
17362026-03-27T02:41:54.309Z Compiling filetime v0.2.27
17372026-03-27T02:41:54.323Z Compiling xattr v1.6.1
17382026-03-27T02:41:54.479Z Compiling take_mut v0.2.2
17392026-03-27T02:41:54.494Z Compiling term v1.2.1
17402026-03-27T02:41:54.507Z Compiling tar v0.4.45
17412026-03-27T02:41:54.507Z Compiling futures v0.3.32
17422026-03-27T02:41:54.785Z Compiling slog-term v2.9.2
17432026-03-27T02:42:00.909Z Compiling rustls-webpki v0.103.9
17442026-03-27T02:42:03.687Z Compiling tokio-rustls v0.26.4
17452026-03-27T02:42:03.687Z Compiling rustls-platform-verifier v0.6.2
17462026-03-27T02:42:03.892Z Compiling hyper-rustls v0.27.7
17472026-03-27T02:42:04.095Z Compiling reqwest v0.12.28
17482026-03-27T02:42:04.095Z Compiling reqwest v0.13.2
17492026-03-27T02:42:06.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-27T02:42:06.383Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-27T02:42:09.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-03-27T02:42:09.306Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-27T02:42:09.356ZMar 27 02:42:07.774 INFO Starting download, target: Clickhouse
17542026-03-27T02:42:09.356ZMar 27 02:42:07.774 INFO Starting download, target: Cockroach
17552026-03-27T02:42:09.356ZMar 27 02:42:07.774 INFO Starting download, target: Console
17562026-03-27T02:42:09.356ZMar 27 02:42:07.774 INFO Starting download, target: DendriteStub
17572026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Starting download, target: MaghemiteMgd
17582026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Starting download, target: TransceiverControl
17592026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-27T02:42:09.360ZMar 27 02:42:07.774 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-27T02:42:09.772ZMar 27 02:42:08.190 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-27T02:42:09.989ZMar 27 02:42:08.404 INFO Download complete, target: TransceiverControl
17672026-03-27T02:42:10.587ZMar 27 02:42:09.002 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-27T02:42:11.230ZMar 27 02:42:09.645 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-27T02:42:11.371ZMar 27 02:42:09.788 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-27T02:42:11.371ZMar 27 02:42:09.788 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-27T02:42:11.437ZMar 27 02:42:09.854 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-27T02:42:11.560ZMar 27 02:42:09.979 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17732026-03-27T02:42:11.792ZMar 27 02:42:10.210 INFO Download complete, target: Console
17742026-03-27T02:42:12.992ZMar 27 02:42:11.408 INFO Download complete, target: DendriteStub
17752026-03-27T02:42:13.630ZMar 27 02:42:12.047 INFO Download complete, target: MaghemiteMgd
17762026-03-27T02:42:16.104ZMar 27 02:42:14.503 INFO Checking that binary works, target: Cockroach
17772026-03-27T02:42:16.185ZMar 27 02:42:14.598 INFO Download complete, target: Cockroach
17782026-03-27T02:42:18.345ZMar 27 02:42:16.762 INFO Checking that binary works, target: Clickhouse
17792026-03-27T02:42:18.430ZMar 27 02:42:16.848 INFO Download complete, target: Clickhouse
17802026-03-27T02:42:18.504ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-27T02:42:18.507Z
17822026-03-27T02:42:18.507Zreal 3:00.121439137
17832026-03-27T02:42:18.507Zuser 7:13.785715776
17842026-03-27T02:42:18.507Zsys 1:24.830778970
17852026-03-27T02:42:18.507Ztrap 0.216034659
17862026-03-27T02:42:18.507Ztflt 1.039120109
17872026-03-27T02:42:18.507Zdflt 1.255364163
17882026-03-27T02:42:18.508Zkflt 0.029796074
17892026-03-27T02:42:18.508Zlock 21:17.526628863
17902026-03-27T02:42:18.508Zslp 21:53.980257125
17912026-03-27T02:42:18.508Zlat 42.771886731
17922026-03-27T02:42:18.508Zstop 2:01.067662403
17932026-03-27T02:42:18.508Z+ banner clippy
17942026-03-27T02:42:18.508Z
17952026-03-27T02:42:18.508Z #### # # ##### ##### # #
17962026-03-27T02:42:18.508Z # # # # # # # # # #
17972026-03-27T02:42:18.508Z # # # # # # # #
17982026-03-27T02:42:18.508Z # # # ##### ##### #
17992026-03-27T02:42:18.508Z # # # # # # #
18002026-03-27T02:42:18.508Z #### ###### # # # #
18012026-03-27T02:42:18.508Z
18022026-03-27T02:42:18.508Z+ export CARGO_INCREMENTAL=0
18032026-03-27T02:42:18.508Z+ CARGO_INCREMENTAL=0
18042026-03-27T02:42:18.508Z+ ptime -m cargo xtask clippy
18052026-03-27T02:42:19.045Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-27T02:42:19.268Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-27T02:42:21.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18082026-03-27T02:42:21.211Z Running `target/debug/xtask clippy`
18092026-03-27T02:42:21.239Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-03-27T02:42:21.852Z Downloading crates ...
18112026-03-27T02:42:22.043Z Downloaded cargo_metadata v0.23.1
18122026-03-27T02:42:22.046Z Downloaded anes v0.1.6
18132026-03-27T02:42:22.049Z Downloaded approx v0.5.1
18142026-03-27T02:42:22.049Z Downloaded oorandom v11.1.5
18152026-03-27T02:42:22.052Z Downloaded supports-unicode v2.1.0
18162026-03-27T02:42:22.052Z Downloaded trybuild v1.0.116
18172026-03-27T02:42:22.055Z Downloaded httptest v0.16.4
18182026-03-27T02:42:22.058Z Downloaded cargo-platform v0.3.2
18192026-03-27T02:42:22.058Z Downloaded backtrace-ext v0.2.1
18202026-03-27T02:42:22.061Z Downloaded event-listener v5.4.1
18212026-03-27T02:42:22.061Z Downloaded datatest-stable v0.3.3
18222026-03-27T02:42:22.064Z Downloaded escape8259 v0.5.3
18232026-03-27T02:42:22.064Z Downloaded concurrent-queue v2.5.0
18242026-03-27T02:42:22.066Z Downloaded assert_cmd v2.1.2
18252026-03-27T02:42:22.071Z Downloaded assert-json-diff v2.0.2
18262026-03-27T02:42:22.074Z Downloaded rstest v0.25.0
18272026-03-27T02:42:22.079Z Downloaded terminal_size v0.1.17
18282026-03-27T02:42:22.082Z Downloaded cfg-expr v0.20.6
18292026-03-27T02:42:22.082Z Downloaded criterion-plot v0.6.0
18302026-03-27T02:42:22.084Z Downloaded async-object-pool v0.2.0
18312026-03-27T02:42:22.084Z Downloaded constant_time_eq v0.3.1
18322026-03-27T02:42:22.085Z Downloaded blake2b_simd v1.0.4
18332026-03-27T02:42:22.085Z Downloaded cast v0.3.0
18342026-03-27T02:42:22.088Z Downloaded plotters-backend v0.3.7
18352026-03-27T02:42:22.088Z Downloaded event-listener-strategy v0.5.4
18362026-03-27T02:42:22.094Z Downloaded plotters-svg v0.3.7
18372026-03-27T02:42:22.097Z Downloaded parking v2.2.1
18382026-03-27T02:42:22.100Z Downloaded target-triple v1.0.0
18392026-03-27T02:42:22.106Z Downloaded serde_regex v1.1.0
18402026-03-27T02:42:22.109Z Downloaded supports-color v2.1.0
18412026-03-27T02:42:22.109Z Downloaded tinytemplate v1.2.1
18422026-03-27T02:42:22.109Z Downloaded linkme-impl v0.3.35
18432026-03-27T02:42:22.112Z Downloaded guppy-workspace-hack v0.1.0
18442026-03-27T02:42:22.112Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18452026-03-27T02:42:22.112Z Downloaded relative-path v1.9.3
18462026-03-27T02:42:22.115Z Downloaded chumsky v0.9.3
18472026-03-27T02:42:22.117Z Downloaded supports-hyperlinks v2.1.0
18482026-03-27T02:42:22.120Z Downloaded similar-asserts v1.7.0
18492026-03-27T02:42:22.123Z Downloaded pathdiff v0.2.3
18502026-03-27T02:42:22.126Z Downloaded miette-derive v5.10.0
18512026-03-27T02:42:22.129Z Downloaded rustc-demangle v0.1.27
18522026-03-27T02:42:22.132Z Downloaded termcolor v1.4.1
18532026-03-27T02:42:22.135Z Downloaded path-tree v0.8.3
18542026-03-27T02:42:22.135Z Downloaded nested v0.1.1
18552026-03-27T02:42:22.135Z Downloaded libtest-mimic v0.8.1
18562026-03-27T02:42:22.138Z Downloaded target-lexicon v0.13.3
18572026-03-27T02:42:22.141Z Downloaded futures-timer v3.0.3
18582026-03-27T02:42:22.141Z Downloaded stringmetrics v2.2.2
18592026-03-27T02:42:22.144Z Downloaded partial-io v0.5.4
18602026-03-27T02:42:22.147Z Downloaded target-spec v3.5.7
18612026-03-27T02:42:22.150Z Downloaded rust-argon2 v2.1.0
18622026-03-27T02:42:22.150Z Downloaded owo-colors v3.5.0
18632026-03-27T02:42:22.153Z Downloaded linkme v0.3.35
18642026-03-27T02:42:22.155Z Downloaded backtrace v0.3.76
18652026-03-27T02:42:22.160Z Downloaded knuffel-derive v3.2.0
18662026-03-27T02:42:22.163Z Downloaded toml v1.0.3+spec-1.1.0
18672026-03-27T02:42:22.166Z Downloaded rstest_macros v0.25.0
18682026-03-27T02:42:22.169Z Downloaded async-lock v3.4.2
18692026-03-27T02:42:22.174Z Downloaded textwrap v0.15.2
18702026-03-27T02:42:22.180Z Downloaded rand_distr v0.5.1
18712026-03-27T02:42:22.183Z Downloaded addr2line v0.25.1
18722026-03-27T02:42:22.188Z Downloaded miette v5.10.0
18732026-03-27T02:42:22.192Z Downloaded knuffel v3.2.0
18742026-03-27T02:42:22.195Z Downloaded fancy-regex v0.14.0
18752026-03-27T02:42:22.197Z Downloaded criterion v0.7.0
18762026-03-27T02:42:22.201Z Downloaded hashbrown v0.14.5
18772026-03-27T02:42:22.205Z Downloaded guppy v0.17.25
18782026-03-27T02:42:22.210Z Downloaded plotters v0.3.7
18792026-03-27T02:42:22.228Z Downloaded gimli v0.32.3
18802026-03-27T02:42:22.315Z Downloaded httpmock v0.8.3
18812026-03-27T02:42:23.900Z Checking cfg-if v1.0.4
18822026-03-27T02:42:24.243Z Checking libc v0.2.180
18832026-03-27T02:42:24.246Z Checking serde_core v1.0.228
18842026-03-27T02:42:24.320Z Checking memchr v2.8.0
18852026-03-27T02:42:24.361Z Checking smallvec v1.15.1
18862026-03-27T02:42:24.400Z Checking itoa v1.0.17
18872026-03-27T02:42:24.438Z Checking log v0.4.29
18882026-03-27T02:42:24.483Z Checking zeroize v1.8.2
18892026-03-27T02:42:24.483Z Checking libm v0.2.16
18902026-03-27T02:42:24.571Z Checking stable_deref_trait v1.2.1
18912026-03-27T02:42:24.608Z Checking scopeguard v1.2.0
18922026-03-27T02:42:24.648Z Checking zmij v1.0.21
18932026-03-27T02:42:24.687Z Checking errno v0.3.14
18942026-03-27T02:42:24.687Z Checking getrandom v0.2.17
18952026-03-27T02:42:24.755Z Checking lock_api v0.4.14
18962026-03-27T02:42:24.758Z Checking zerofrom v0.1.6
18972026-03-27T02:42:24.826Z Checking percent-encoding v2.3.2
18982026-03-27T02:42:24.865Z Checking litemap v0.8.1
18992026-03-27T02:42:24.868Z Checking writeable v0.6.2
19002026-03-27T02:42:24.934Z Checking yoke v0.8.1
19012026-03-27T02:42:24.972Z Checking icu_properties_data v2.1.2
19022026-03-27T02:42:25.009Z Checking icu_normalizer_data v2.1.1
19032026-03-27T02:42:25.046Z Checking form_urlencoded v1.2.2
19042026-03-27T02:42:25.081Z Checking utf8_iter v1.0.4
19052026-03-27T02:42:25.085Z Checking subtle v2.6.1
19062026-03-27T02:42:25.151Z Checking zerovec v0.11.5
19072026-03-27T02:42:25.151Z Checking zerotrie v0.2.3
19082026-03-27T02:42:25.220Z Checking num-traits v0.2.19
19092026-03-27T02:42:25.220Z Checking rand_core v0.10.0
19102026-03-27T02:42:25.223Z Checking rand_core v0.6.4
19112026-03-27T02:42:25.318Z Checking portable-atomic v1.13.1
19122026-03-27T02:42:25.321Z Checking pin-project-lite v0.2.17
19132026-03-27T02:42:25.438Z Checking zerocopy v0.8.40
19142026-03-27T02:42:25.473Z Checking critical-section v1.2.0
19152026-03-27T02:42:25.510Z Checking getrandom v0.4.1
19162026-03-27T02:42:25.548Z Checking parking_lot_core v0.9.12
19172026-03-27T02:42:25.598Z Checking tinystr v0.8.2
19182026-03-27T02:42:25.636Z Checking potential_utf v0.1.4
19192026-03-27T02:42:25.697Z Checking signal-hook-registry v1.4.8
19202026-03-27T02:42:25.762Z Checking parking_lot v0.12.5
19212026-03-27T02:42:25.800Z Checking serde v1.0.228
19222026-03-27T02:42:25.800Z Checking serde_json v1.0.149
19232026-03-27T02:42:25.803Z Checking bitflags v2.11.0
19242026-03-27T02:42:25.803Z Checking icu_locale_core v2.1.1
19252026-03-27T02:42:25.803Z Checking icu_collections v2.1.1
19262026-03-27T02:42:25.964Z Checking once_cell v1.21.3
19272026-03-27T02:42:26.003Z Checking mio v1.1.1
19282026-03-27T02:42:26.124Z Checking typenum v1.19.0
19292026-03-27T02:42:26.168Z Checking iana-time-zone v0.1.65
19302026-03-27T02:42:26.208Z Checking socket2 v0.6.2
19312026-03-27T02:42:26.245Z Checking bytes v1.11.1
19322026-03-27T02:42:26.301Z Checking chrono v0.4.44
19332026-03-27T02:42:26.347Z Checking semver v1.0.27
19342026-03-27T02:42:26.394Z Checking icu_provider v2.1.1
19352026-03-27T02:42:26.471Z Checking uuid v1.21.0
19362026-03-27T02:42:26.573Z Checking thiserror v2.0.18
19372026-03-27T02:42:26.621Z Checking allocator-api2 v0.2.21
19382026-03-27T02:42:26.660Z Checking icu_properties v2.1.2
19392026-03-27T02:42:26.663Z Checking icu_normalizer v2.1.1
19402026-03-27T02:42:26.729Z Checking generic-array v0.14.7
19412026-03-27T02:42:26.732Z Checking tokio v1.49.0
19422026-03-27T02:42:26.801Z Checking futures-core v0.3.32
19432026-03-27T02:42:26.935Z Checking dyn-clone v1.0.20
19442026-03-27T02:42:26.976Z Checking equivalent v1.0.2
19452026-03-27T02:42:27.034Z Checking const-oid v0.9.6
19462026-03-27T02:42:27.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472026-03-27T02:42:27.119Z Checking foldhash v0.2.0
19482026-03-27T02:42:27.158Z Checking futures-sink v0.3.32
19492026-03-27T02:42:27.196Z Checking crypto-common v0.1.7
19502026-03-27T02:42:27.287Z Checking block-buffer v0.10.4
19512026-03-27T02:42:27.327Z Checking hashbrown v0.16.1
19522026-03-27T02:42:27.366Z Checking byteorder v1.5.0
19532026-03-27T02:42:27.448Z Checking futures-channel v0.3.32
19542026-03-27T02:42:27.478Z Checking rustix v1.1.3
19552026-03-27T02:42:27.513Z Checking idna_adapter v1.2.1
19562026-03-27T02:42:27.624Z Checking slab v0.4.12
19572026-03-27T02:42:27.662Z Checking idna v1.1.0
19582026-03-27T02:42:27.665Z Checking futures-task v0.3.32
19592026-03-27T02:42:27.733Z Checking digest v0.10.7
19602026-03-27T02:42:27.810Z Checking futures-io v0.3.32
19612026-03-27T02:42:27.849Z Checking cpufeatures v0.2.17
19622026-03-27T02:42:27.884Z Checking indexmap v2.13.0
19632026-03-27T02:42:27.932Z Checking url v2.5.8
19642026-03-27T02:42:27.969Z Checking thiserror v1.0.69
19652026-03-27T02:42:27.972Z Checking futures-util v0.3.32
19662026-03-27T02:42:28.002Z Checking getrandom v0.3.4
19672026-03-27T02:42:28.096Z Checking fnv v1.0.7
19682026-03-27T02:42:28.172Z Checking ppv-lite86 v0.2.21
19692026-03-27T02:42:28.175Z Checking regex-syntax v0.8.10
19702026-03-27T02:42:28.241Z Checking base64 v0.22.1
19712026-03-27T02:42:28.326Z Checking http v1.4.0
19722026-03-27T02:42:28.392Z Checking schemars v0.8.22
19732026-03-27T02:42:28.453Z Checking tracing-core v0.1.36
19742026-03-27T02:42:28.497Z Checking unicode-ident v1.0.24
19752026-03-27T02:42:28.533Z Checking ipnet v2.11.0
19762026-03-27T02:42:28.636Z Checking proc-macro2 v1.0.106
19772026-03-27T02:42:28.778Z Checking tracing v0.1.44
19782026-03-27T02:42:28.816Z Checking untrusted v0.9.0
19792026-03-27T02:42:28.916Z Checking anstyle v1.0.13
19802026-03-27T02:42:28.970Z Checking utf8parse v0.2.2
19812026-03-27T02:42:29.008Z Checking quote v1.0.44
19822026-03-27T02:42:29.044Z Checking ring v0.17.14
19832026-03-27T02:42:29.080Z Checking aho-corasick v1.1.4
19842026-03-27T02:42:29.118Z Checking anstyle-parse v0.2.7
19852026-03-27T02:42:29.154Z Checking colorchoice v1.0.4
19862026-03-27T02:42:29.203Z Checking syn v2.0.117
19872026-03-27T02:42:29.286Z Checking base64ct v1.8.3
19882026-03-27T02:42:29.323Z Checking anstyle-query v1.1.5
19892026-03-27T02:42:29.449Z Checking is_terminal_polyfill v1.70.2
19902026-03-27T02:42:29.548Z Checking block-padding v0.3.3
19912026-03-27T02:42:29.587Z Checking anstream v0.6.21
19922026-03-27T02:42:29.590Z Checking rustls-pki-types v1.14.0
19932026-03-27T02:42:29.710Z Checking httparse v1.10.1
19942026-03-27T02:42:29.766Z Checking regex-automata v0.4.14
19952026-03-27T02:42:29.818Z Checking inout v0.1.4
19962026-03-27T02:42:29.934Z Checking terminal_size v0.4.3
19972026-03-27T02:42:29.937Z Checking tokio-util v0.7.18
19982026-03-27T02:42:29.970Z Checking crossbeam-utils v0.8.21
19992026-03-27T02:42:30.039Z Checking clap_lex v1.0.0
20002026-03-27T02:42:30.042Z Checking cipher v0.4.4
20012026-03-27T02:42:30.042Z Checking strsim v0.11.1
20022026-03-27T02:42:30.144Z Checking http-body v1.0.1
20032026-03-27T02:42:30.223Z Checking rand_core v0.9.5
20042026-03-27T02:42:30.292Z Checking clap_builder v4.5.60
20052026-03-27T02:42:30.328Z Checking sha2 v0.10.9
20062026-03-27T02:42:30.331Z Checking atomic-waker v1.1.2
20072026-03-27T02:42:30.397Z Checking pem-rfc7468 v0.7.0
20082026-03-27T02:42:30.432Z Checking httpdate v1.0.3
20092026-03-27T02:42:30.490Z Checking try-lock v0.2.5
20102026-03-27T02:42:30.583Z Checking hmac v0.12.1
20112026-03-27T02:42:30.586Z Checking h2 v0.4.13
20122026-03-27T02:42:30.652Z Checking want v0.3.1
20132026-03-27T02:42:30.655Z Checking tower-service v0.3.3
20142026-03-27T02:42:30.655Z Checking ryu v1.0.23
20152026-03-27T02:42:30.752Z Checking tower-layer v0.3.3
20162026-03-27T02:42:30.802Z Checking pin-utils v0.1.0
20172026-03-27T02:42:30.839Z Checking rand_chacha v0.9.0
20182026-03-27T02:42:30.874Z Checking erased-serde v0.3.31
20192026-03-27T02:42:30.910Z Checking flagset v0.4.7
20202026-03-27T02:42:30.945Z Checking powerfmt v0.2.0
20212026-03-27T02:42:31.060Z Checking der v0.7.10
20222026-03-27T02:42:31.095Z Checking rand v0.9.2
20232026-03-27T02:42:31.132Z Checking deranged v0.5.8
20242026-03-27T02:42:31.275Z Checking slog v2.8.2
20252026-03-27T02:42:31.445Z Checking spin v0.9.8
20262026-03-27T02:42:31.510Z Checking clap v4.5.60
20272026-03-27T02:42:31.551Z Checking anyhow v1.0.102
20282026-03-27T02:42:31.590Z Checking num-conv v0.2.0
20292026-03-27T02:42:31.593Z Checking num_threads v0.1.7
20302026-03-27T02:42:31.660Z Checking time-core v0.1.8
20312026-03-27T02:42:31.663Z Checking http-body-util v0.1.3
20322026-03-27T02:42:31.736Z Checking aws-lc-sys v0.37.1
20332026-03-27T02:42:31.739Z Checking untrusted v0.7.1
20342026-03-27T02:42:31.806Z Checking openssl-probe v0.2.1
20352026-03-27T02:42:31.809Z Checking regex v1.12.3
20362026-03-27T02:42:31.875Z Checking serde_urlencoded v0.7.1
20372026-03-27T02:42:31.912Z Checking rand_chacha v0.3.1
20382026-03-27T02:42:31.949Z Checking fastrand v2.3.0
20392026-03-27T02:42:31.952Z Checking spki v0.7.3
20402026-03-27T02:42:32.069Z Checking time v0.3.47
20412026-03-27T02:42:32.106Z Checking pbkdf2 v0.12.2
20422026-03-27T02:42:32.142Z Checking rand v0.8.5
20432026-03-27T02:42:32.145Z Checking aes v0.8.4
20442026-03-27T02:42:32.174Z Checking pretty-hex v0.4.1
20452026-03-27T02:42:32.243Z Checking unicode-width v0.2.0
20462026-03-27T02:42:32.246Z Checking salsa20 v0.10.2
20472026-03-27T02:42:32.311Z Checking aws-lc-rs v1.16.0
20482026-03-27T02:42:32.351Z Checking cbc v0.1.2
20492026-03-27T02:42:32.433Z Checking ipnetwork v0.21.1
20502026-03-27T02:42:32.510Z Checking hex v0.4.3
20512026-03-27T02:42:32.546Z Checking scrypt v0.11.0
20522026-03-27T02:42:32.585Z Checking tempfile v3.25.0
20532026-03-27T02:42:32.672Z Checking rustls-native-certs v0.8.3
20542026-03-27T02:42:32.710Z Checking sync_wrapper v1.0.2
20552026-03-27T02:42:32.746Z Checking plain v0.2.3
20562026-03-27T02:42:32.782Z Checking pkcs5 v0.7.1
20572026-03-27T02:42:32.817Z Checking webpki-roots v1.0.6
20582026-03-27T02:42:32.854Z Checking tower v0.5.3
20592026-03-27T02:42:32.857Z Checking camino v1.2.2
20602026-03-27T02:42:32.922Z Checking ucd-trie v0.1.7
20612026-03-27T02:42:32.961Z Checking iri-string v0.7.10
20622026-03-27T02:42:33.057Z Checking pkcs8 v0.10.2
20632026-03-27T02:42:33.093Z Checking pest v2.8.6
20642026-03-27T02:42:33.158Z Checking openapiv3 v2.2.0
20652026-03-27T02:42:33.163Z Checking rustls-webpki v0.103.9
20662026-03-27T02:42:33.229Z Checking mime v0.3.17
20672026-03-27T02:42:33.265Z Checking either v1.15.0
20682026-03-27T02:42:33.268Z Checking hyper v1.8.1
20692026-03-27T02:42:33.268Z Checking winnow v0.7.14
20702026-03-27T02:42:33.425Z Checking oxnet v0.1.4
20712026-03-27T02:42:33.519Z Checking lazy_static v1.5.0
20722026-03-27T02:42:33.592Z Checking rustls v0.23.37
20732026-03-27T02:42:33.647Z Checking static_assertions v1.1.0
20742026-03-27T02:42:33.743Z Checking signature v2.2.0
20752026-03-27T02:42:33.747Z Checking encoding_rs v0.8.35
20762026-03-27T02:42:33.921Z Checking foreign-types-shared v0.1.1
20772026-03-27T02:42:34.013Z Checking tower-http v0.6.8
20782026-03-27T02:42:34.050Z Checking simd-adler32 v0.3.8
20792026-03-27T02:42:34.185Z Checking foreign-types v0.3.2
20802026-03-27T02:42:34.225Z Checking hyper-util v0.1.20
20812026-03-27T02:42:34.266Z Checking hubpack v0.1.2
20822026-03-27T02:42:34.301Z Checking openssl-sys v0.9.111
20832026-03-27T02:42:34.336Z Checking adler2 v2.0.1
20842026-03-27T02:42:34.461Z Checking sha1 v0.10.6
20852026-03-27T02:42:34.498Z Checking miniz_oxide v0.8.9
20862026-03-27T02:42:34.533Z Checking strum v0.26.3
20872026-03-27T02:42:34.536Z Checking data-encoding v2.10.0
20882026-03-27T02:42:34.650Z Checking tinyvec_macros v0.1.1
20892026-03-27T02:42:34.687Z Checking toml_datetime v0.6.11
20902026-03-27T02:42:34.748Z Checking tinyvec v1.10.0
20912026-03-27T02:42:34.784Z Checking serde_spanned v0.6.9
20922026-03-27T02:42:34.822Z Checking openssl v0.10.75
20932026-03-27T02:42:34.862Z Checking num-integer v0.1.46
20942026-03-27T02:42:34.899Z Checking scroll v0.13.0
20952026-03-27T02:42:34.902Z Checking memmap2 v0.9.10
20962026-03-27T02:42:34.969Z Checking bit-vec v0.8.0
20972026-03-27T02:42:35.074Z Checking base16ct v0.2.0
20982026-03-27T02:42:35.111Z Checking dtrace-parser v0.3.0
20992026-03-27T02:42:35.148Z Checking crossbeam-epoch v0.9.18
21002026-03-27T02:42:35.185Z Checking goblin v0.10.5
21012026-03-27T02:42:35.220Z Checking bit-set v0.8.0
21022026-03-27T02:42:35.256Z Checking sec1 v0.7.3
21032026-03-27T02:42:35.368Z Checking crc32fast v1.5.0
21042026-03-27T02:42:35.406Z Checking ff v0.13.1
21052026-03-27T02:42:35.409Z Checking wait-timeout v0.2.1
21062026-03-27T02:42:35.487Z Checking thread-id v5.1.0
21072026-03-27T02:42:35.525Z Checking num-iter v0.1.45
21082026-03-27T02:42:35.560Z Checking bstr v1.12.1
21092026-03-27T02:42:35.563Z Checking group v0.13.0
21102026-03-27T02:42:35.598Z Checking hkdf v0.12.4
21112026-03-27T02:42:35.665Z Checking ahash v0.8.12
21122026-03-27T02:42:35.668Z Checking crypto-bigint v0.5.5
21132026-03-27T02:42:35.764Z Checking quick-error v1.2.3
21142026-03-27T02:42:35.801Z Checking psl-types v2.0.11
21152026-03-27T02:42:35.884Z Checking cookie v0.18.1
21162026-03-27T02:42:35.923Z Checking rusty-fork v0.3.1
21172026-03-27T02:42:35.958Z Checking publicsuffix v2.3.0
21182026-03-27T02:42:35.961Z Checking tokio-rustls v0.26.4
21192026-03-27T02:42:36.029Z Checking rand_xorshift v0.4.0
21202026-03-27T02:42:36.112Z Checking scroll v0.12.0
21212026-03-27T02:42:36.149Z Checking unarray v0.1.4
21222026-03-27T02:42:36.183Z Checking rustls-platform-verifier v0.6.2
21232026-03-27T02:42:36.186Z Checking cookie_store v0.22.1
21242026-03-27T02:42:36.251Z Checking hyper-rustls v0.27.7
21252026-03-27T02:42:36.287Z Checking proptest v1.10.0
21262026-03-27T02:42:36.362Z Checking goblin v0.8.2
21272026-03-27T02:42:36.397Z Checking num-bigint-dig v0.8.6
21282026-03-27T02:42:36.483Z Checking pkcs1 v0.7.5
21292026-03-27T02:42:36.538Z Checking x509-cert v0.2.5
21302026-03-27T02:42:36.604Z Checking elliptic-curve v0.13.8
21312026-03-27T02:42:36.722Z Checking zerocopy v0.7.35
21322026-03-27T02:42:36.778Z Checking native-tls v0.2.18
21332026-03-27T02:42:36.937Z Checking zlib-rs v0.6.2
21342026-03-27T02:42:36.983Z Checking tokio-native-tls v0.3.1
21352026-03-27T02:42:37.168Z Checking hyper-tls v0.6.0
21362026-03-27T02:42:37.207Z Checking unicode-segmentation v1.12.0
21372026-03-27T02:42:37.245Z Checking rsa v0.9.10
21382026-03-27T02:42:37.248Z Checking reqwest v0.13.2
21392026-03-27T02:42:37.362Z Checking reqwest v0.12.28
21402026-03-27T02:42:37.484Z Checking dof v0.4.0
21412026-03-27T02:42:37.541Z Checking crossbeam-deque v0.8.6
21422026-03-27T02:42:37.738Z Checking dtrace-parser v0.2.0
21432026-03-27T02:42:37.775Z Checking rfc6979 v0.4.0
21442026-03-27T02:42:37.842Z Checking flate2 v1.1.9
21452026-03-27T02:42:37.919Z Checking thread-id v4.2.2
21462026-03-27T02:42:37.996Z Checking toml_write v0.1.2
21472026-03-27T02:42:38.033Z Checking ecdsa v0.16.9
21482026-03-27T02:42:38.068Z Checking newtype-uuid v1.3.2
21492026-03-27T02:42:38.132Z Checking usdt-impl v0.6.0
21502026-03-27T02:42:38.136Z Checking toml_parser v1.0.9+spec-1.1.0
21512026-03-27T02:42:38.202Z Checking curve25519-dalek v4.1.3
21522026-03-27T02:42:38.205Z Checking toml_edit v0.22.27
21532026-03-27T02:42:38.271Z Checking dof v0.3.0
21542026-03-27T02:42:38.274Z Checking memoffset v0.9.1
21552026-03-27T02:42:38.341Z Checking rustix v0.38.44
21562026-03-27T02:42:38.381Z Checking env_filter v1.0.0
21572026-03-27T02:42:38.427Z Checking keccak v0.1.6
21582026-03-27T02:42:38.464Z Checking usdt v0.6.0
21592026-03-27T02:42:38.512Z Checking daft v0.1.5
21602026-03-27T02:42:38.551Z Checking env_logger v0.11.9
21612026-03-27T02:42:38.588Z Checking usdt-impl v0.5.0
21622026-03-27T02:42:38.622Z Checking sha3 v0.10.8
21632026-03-27T02:42:38.659Z Checking ed25519 v2.2.3
21642026-03-27T02:42:38.764Z Checking itertools v0.13.0
21652026-03-27T02:42:38.803Z Checking serde_with v3.17.0
21662026-03-27T02:42:38.853Z Checking siphasher v1.0.2
21672026-03-27T02:42:38.890Z Checking bitflags v1.3.2
21682026-03-27T02:42:38.926Z Checking unicode-normalization v0.1.25
21692026-03-27T02:42:38.992Z Checking signal-hook v0.3.18
21702026-03-27T02:42:38.995Z Checking ed25519-dalek v2.2.0
21712026-03-27T02:42:39.061Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-03-27T02:42:39.161Z Checking winnow v0.5.40
21732026-03-27T02:42:39.210Z Checking managed v0.8.0
21742026-03-27T02:42:39.284Z Checking nix v0.31.1
21752026-03-27T02:42:39.322Z Checking rayon-core v1.13.0
21762026-03-27T02:42:39.358Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-27T02:42:39.396Z Checking object v0.37.3
21782026-03-27T02:42:39.432Z Checking foldhash v0.1.5
21792026-03-27T02:42:39.473Z Checking bzip2 v0.4.4
21802026-03-27T02:42:39.598Z Checking hashbrown v0.15.5
21812026-03-27T02:42:39.660Z Checking signal-hook-mio v0.2.5
21822026-03-27T02:42:39.663Z Checking ref-cast v1.0.25
21832026-03-27T02:42:39.793Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-27T02:42:39.830Z Checking zip v0.6.6
21852026-03-27T02:42:39.866Z Checking libbz2-rs-sys v0.2.2
21862026-03-27T02:42:39.935Z Checking zstd-safe v7.2.4
21872026-03-27T02:42:40.082Z Checking bumpalo v3.20.2
21882026-03-27T02:42:40.129Z Checking zstd v0.13.3
21892026-03-27T02:42:40.176Z Checking crossterm v0.28.1
21902026-03-27T02:42:40.236Z Checking rayon v1.11.0
21912026-03-27T02:42:40.273Z Checking bzip2 v0.6.1
21922026-03-27T02:42:40.308Z Checking zopfli v0.8.3
21932026-03-27T02:42:40.311Z Checking toml_edit v0.19.15
21942026-03-27T02:42:40.311Z Checking similar v2.7.0
21952026-03-27T02:42:40.411Z Checking fs-err v3.3.0
21962026-03-27T02:42:40.456Z Checking hash32 v0.2.1
21972026-03-27T02:42:40.642Z Checking serde-big-array v0.5.1
21982026-03-27T02:42:40.678Z Checking predicates-core v1.0.10
21992026-03-27T02:42:40.730Z Checking unicode-bidi v0.3.18
22002026-03-27T02:42:40.770Z Checking unicode-properties v0.1.4
22012026-03-27T02:42:40.806Z Checking jiff v0.2.21
22022026-03-27T02:42:40.841Z Checking heapless v0.7.17
22032026-03-27T02:42:40.891Z Checking hickory-proto v0.25.2
22042026-03-27T02:42:40.982Z Checking tokio-stream v0.1.18
22052026-03-27T02:42:41.046Z Checking stringprep v0.1.5
22062026-03-27T02:42:41.230Z Checking md-5 v0.10.6
22072026-03-27T02:42:41.269Z Checking float-cmp v0.10.0
22082026-03-27T02:42:41.375Z Checking toml v0.7.8
22092026-03-27T02:42:41.414Z Checking rustc-hash v2.1.1
22102026-03-27T02:42:41.417Z Checking normalize-line-endings v0.3.0
22112026-03-27T02:42:41.451Z Checking difflib v0.4.0
22122026-03-27T02:42:41.556Z Checking fallible-iterator v0.2.0
22132026-03-27T02:42:41.593Z Checking iddqd v0.3.17
22142026-03-27T02:42:41.672Z Checking smoltcp v0.9.1
22152026-03-27T02:42:41.675Z Checking phf_shared v0.13.1
22162026-03-27T02:42:41.742Z Checking phf_shared v0.11.3
22172026-03-27T02:42:41.745Z Checking predicates v3.1.4
22182026-03-27T02:42:41.850Z Checking postgres-protocol v0.6.10
22192026-03-27T02:42:41.915Z Checking itertools v0.12.1
22202026-03-27T02:42:41.953Z Checking console v0.16.2
22212026-03-27T02:42:42.100Z Checking buf-list v1.1.2
22222026-03-27T02:42:42.188Z Checking strum v0.27.2
22232026-03-27T02:42:42.265Z Checking unit-prefix v0.5.2
22242026-03-27T02:42:42.302Z Checking precomputed-hash v0.1.1
22252026-03-27T02:42:42.338Z Checking lalrpop-util v0.19.12
22262026-03-27T02:42:42.341Z Checking fixedbitset v0.4.2
22272026-03-27T02:42:42.414Z Checking fixedbitset v0.5.7
22282026-03-27T02:42:42.417Z Checking new_debug_unreachable v1.0.6
22292026-03-27T02:42:42.485Z Checking indicatif v0.18.4
22302026-03-27T02:42:42.522Z Checking string_cache v0.8.9
22312026-03-27T02:42:42.525Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22322026-03-27T02:42:42.590Z Checking petgraph v0.6.5
22332026-03-27T02:42:42.669Z Checking petgraph v0.8.3
22342026-03-27T02:42:42.718Z Checking postgres-types v0.2.12
22352026-03-27T02:42:42.871Z Checking phf v0.13.1
22362026-03-27T02:42:42.924Z Checking zone v0.3.1
22372026-03-27T02:42:43.012Z Checking zip v4.6.1
22382026-03-27T02:42:43.049Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-03-27T02:42:43.084Z Checking peg-runtime v0.8.5
22402026-03-27T02:42:43.254Z Checking whoami v2.1.0
22412026-03-27T02:42:43.340Z Checking futures-executor v0.3.32
22422026-03-27T02:42:43.416Z Checking is-terminal v0.4.17
22432026-03-27T02:42:43.480Z Checking tokio-postgres v0.7.16
22442026-03-27T02:42:43.519Z Checking futures v0.3.32
22452026-03-27T02:42:43.559Z Checking crossbeam-channel v0.5.15
22462026-03-27T02:42:43.609Z Compiling structmeta-derive v0.3.0
22472026-03-27T02:42:43.655Z Checking thread_local v1.1.9
22482026-03-27T02:42:43.659Z Checking term v1.2.1
22492026-03-27T02:42:43.846Z Checking take_mut v0.2.2
22502026-03-27T02:42:43.883Z Compiling newtype-uuid-macros v0.1.0
22512026-03-27T02:42:43.930Z Checking regress v0.10.5
22522026-03-27T02:42:43.967Z Checking slog-term v2.9.2
22532026-03-27T02:42:44.001Z Checking slog-async v2.8.0
22542026-03-27T02:42:44.208Z Compiling rustls v0.22.4
22552026-03-27T02:42:44.255Z Compiling multer v3.1.0
22562026-03-27T02:42:44.259Z Compiling async-stream-impl v0.3.6
22572026-03-27T02:42:44.461Z Compiling dropshot v0.16.7
22582026-03-27T02:42:44.576Z Compiling dropshot_endpoint v0.16.7
22592026-03-27T02:42:44.665Z Checking match_cfg v0.1.0
22602026-03-27T02:42:44.736Z Compiling structmeta v0.3.0
22612026-03-27T02:42:44.769Z Checking hostname v0.3.1
22622026-03-27T02:42:44.804Z Checking slog-json v2.6.1
22632026-03-27T02:42:44.838Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-27T02:42:44.907Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-27T02:42:44.910Z Checking debug-ignore v1.0.5
22662026-03-27T02:42:44.977Z Compiling derive-ex v0.1.8
22672026-03-27T02:42:45.019Z Checking slog-bunyan v2.5.0
22682026-03-27T02:42:45.056Z Checking serde_spanned v1.0.4
22692026-03-27T02:42:45.058Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-27T02:42:45.164Z Checking progenitor-client v0.13.0
22712026-03-27T02:42:45.223Z Checking rustls-webpki v0.102.8
22722026-03-27T02:42:45.260Z Checking serde_path_to_error v0.1.20
22732026-03-27T02:42:45.296Z Checking toml v0.9.12+spec-1.1.0
22742026-03-27T02:42:45.359Z Checking async-stream v0.3.6
22752026-03-27T02:42:45.444Z Checking waitgroup v0.1.2
22762026-03-27T02:42:45.519Z Checking rustls-pemfile v2.2.0
22772026-03-27T02:42:45.555Z Checking hostname v0.4.2
22782026-03-27T02:42:45.588Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-27T02:42:45.658Z Compiling parse-display-derive v0.10.0
22802026-03-27T02:42:45.695Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-03-27T02:42:45.698Z Checking itertools v0.14.0
22822026-03-27T02:42:45.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-27T02:42:45.867Z Checking macaddr v1.0.1
22842026-03-27T02:42:45.904Z Checking progenitor-client v0.10.0
22852026-03-27T02:42:46.081Z Checking instant v0.1.13
22862026-03-27T02:42:46.158Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-27T02:42:46.194Z Checking backon v1.6.0
22882026-03-27T02:42:46.230Z Checking backoff v0.4.0
22892026-03-27T02:42:46.313Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-27T02:42:46.387Z Checking progenitor-extras v0.1.1
22912026-03-27T02:42:46.462Z Checking heck v0.5.0
22922026-03-27T02:42:46.616Z Checking camino-tempfile v1.4.1
22932026-03-27T02:42:46.652Z Checking toml v0.8.23
22942026-03-27T02:42:46.688Z Compiling test-strategy v0.4.5
22952026-03-27T02:42:46.822Z Compiling convert_case v0.4.0
22962026-03-27T02:42:46.825Z Compiling unsafe-libyaml v0.2.11
22972026-03-27T02:42:46.995Z Checking secrecy v0.10.3
22982026-03-27T02:42:47.067Z Checking tokio-rustls v0.25.0
22992026-03-27T02:42:47.147Z Compiling crucible-workspace-hack v0.1.0
23002026-03-27T02:42:47.220Z Compiling derive_more v0.99.20
23012026-03-27T02:42:47.350Z Checking parse-display v0.10.0
23022026-03-27T02:42:47.428Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-27T02:42:47.627Z Compiling toml_edit v0.23.10+spec-1.0.0
23042026-03-27T02:42:47.664Z Checking typify-impl v0.6.1
23052026-03-27T02:42:48.181Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-27T02:42:48.592Z Compiling proc-macro-crate v3.4.0
23072026-03-27T02:42:48.699Z Checking half v2.7.1
23082026-03-27T02:42:48.829Z Checking glob v0.3.3
23092026-03-27T02:42:48.897Z Checking ciborium-io v0.2.2
23102026-03-27T02:42:49.033Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-03-27T02:42:49.070Z Checking ciborium-ll v0.2.2
23122026-03-27T02:42:49.104Z Compiling heapless v0.8.0
23132026-03-27T02:42:49.180Z Compiling ingot-macros v0.1.1
23142026-03-27T02:42:49.247Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-03-27T02:42:49.283Z Checking ciborium v0.2.2
23162026-03-27T02:42:49.367Z Checking tabwriter v1.4.1
23172026-03-27T02:42:49.540Z Checking hash32 v0.3.1
23182026-03-27T02:42:49.579Z Compiling smoltcp v0.11.0
23192026-03-27T02:42:49.617Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-03-27T02:42:49.745Z Compiling num_enum_derive v0.7.5
23212026-03-27T02:42:49.819Z Checking cobs v0.3.0
23222026-03-27T02:42:49.903Z Compiling foreign-types-macros v0.2.3
23232026-03-27T02:42:49.997Z Checking foreign-types-shared v0.3.1
23242026-03-27T02:42:50.000Z Checking cpufeatures v0.3.0
23252026-03-27T02:42:50.143Z Checking postcard v1.1.3
23262026-03-27T02:42:50.146Z Checking chacha20 v0.10.0
23272026-03-27T02:42:50.518Z Checking foreign-types v0.5.0
23282026-03-27T02:42:50.555Z Compiling proc-macro-crate v1.3.1
23292026-03-27T02:42:50.599Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-27T02:42:50.637Z Checking cstr-argument v0.1.2
23312026-03-27T02:42:50.792Z Checking sigpipe v0.1.3
23322026-03-27T02:42:50.839Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-27T02:42:50.842Z Checking num_enum v0.7.5
23342026-03-27T02:42:50.909Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-27T02:42:50.992Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-27T02:42:51.030Z Checking colored v3.1.1
23372026-03-27T02:42:51.207Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-03-27T02:42:51.271Z Compiling num_enum_derive v0.5.11
23392026-03-27T02:42:51.306Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-03-27T02:42:51.310Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23412026-03-27T02:42:51.374Z Checking rand v0.10.0
23422026-03-27T02:42:51.407Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-03-27T02:42:51.441Z Checking indent_write v2.2.0
23442026-03-27T02:42:51.532Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-03-27T02:42:51.600Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23462026-03-27T02:42:51.751Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23472026-03-27T02:42:51.791Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482026-03-27T02:42:51.868Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23492026-03-27T02:42:51.986Z Checking ingot-types v0.1.2
23502026-03-27T02:42:52.068Z Checking smf v0.2.3
23512026-03-27T02:42:52.118Z Compiling num-derive v0.4.2
23522026-03-27T02:42:52.156Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-27T02:42:52.312Z Checking num_enum v0.5.11
23542026-03-27T02:42:52.347Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23552026-03-27T02:42:52.380Z Checking ingot v0.1.1
23562026-03-27T02:42:52.453Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23572026-03-27T02:42:52.488Z Checking whoami v1.6.1
23582026-03-27T02:42:52.527Z Checking universal-hash v0.5.1
23592026-03-27T02:42:52.571Z Compiling typify-macro v0.6.1
23602026-03-27T02:42:52.688Z Checking opaque-debug v0.3.1
23612026-03-27T02:42:52.694Z Checking aead v0.5.2
23622026-03-27T02:42:52.757Z Checking swrite v0.1.0
23632026-03-27T02:42:52.792Z Checking poly1305 v0.8.0
23642026-03-27T02:42:52.831Z Checking chacha20 v0.9.1
23652026-03-27T02:42:52.877Z Checking unicode-width v0.1.14
23662026-03-27T02:42:52.913Z Compiling thiserror-impl-no-std v2.0.2
23672026-03-27T02:42:53.051Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-27T02:42:53.054Z Checking password-hash v0.5.0
23692026-03-27T02:42:53.120Z Checking blake2 v0.10.6
23702026-03-27T02:42:53.154Z Checking chacha20poly1305 v0.10.1
23712026-03-27T02:42:53.303Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23722026-03-27T02:42:53.337Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-03-27T02:42:53.341Z Checking byte-wrapper v0.1.0
23742026-03-27T02:42:53.407Z Checking argon2 v0.5.3
23752026-03-27T02:42:53.608Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23762026-03-27T02:42:53.643Z Compiling usdt-attr-macro v0.5.0
23772026-03-27T02:42:53.654Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-27T02:42:53.763Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-27T02:42:53.886Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23802026-03-27T02:42:54.033Z Compiling usdt-macro v0.5.0
23812026-03-27T02:42:54.101Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23822026-03-27T02:42:54.135Z Checking thiserror-no-std v2.0.2
23832026-03-27T02:42:54.251Z Checking vsss-rs v3.3.4
23842026-03-27T02:42:54.312Z Compiling typify v0.6.1
23852026-03-27T02:42:54.453Z Compiling progenitor-impl v0.13.0
23862026-03-27T02:42:54.492Z Checking memmap v0.7.0
23872026-03-27T02:42:54.561Z Compiling derive-where v1.6.0
23882026-03-27T02:42:54.654Z Checking atomicwrites v0.4.4
23892026-03-27T02:42:54.780Z Checking usdt v0.5.0
23902026-03-27T02:42:54.815Z Checking console v0.15.11
23912026-03-27T02:42:54.974Z Checking tokio-dtrace v0.1.1
23922026-03-27T02:42:55.119Z Checking newline-converter v0.3.0
23932026-03-27T02:42:55.190Z Checking oxide-tokio-rt v0.1.3
23942026-03-27T02:42:55.255Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23952026-03-27T02:42:55.293Z Checking expectorate v1.2.0
23962026-03-27T02:42:55.377Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-27T02:42:55.413Z Compiling prettyplease v0.2.37
23982026-03-27T02:42:55.447Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23992026-03-27T02:42:55.481Z Checking bytecount v0.6.9
24002026-03-27T02:42:55.485Z Compiling owo-colors v4.3.0
24012026-03-27T02:42:55.574Z Compiling cancel-safe-futures v0.1.5
24022026-03-27T02:42:55.616Z Checking libsw-core v0.3.2
24032026-03-27T02:42:55.698Z Checking linear-map v1.2.0
24042026-03-27T02:42:55.792Z Checking libsw v3.5.0
24052026-03-27T02:42:55.897Z Checking same-file v1.0.6
24062026-03-27T02:42:55.901Z Checking num-rational v0.4.2
24072026-03-27T02:42:56.033Z Checking num-complex v0.4.6
24082026-03-27T02:42:56.063Z Checking walkdir v2.5.0
24092026-03-27T02:42:56.220Z Checking float-ord v0.3.2
24102026-03-27T02:42:56.252Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-27T02:42:56.256Z Checking gethostname v0.5.0
24122026-03-27T02:42:56.390Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24132026-03-27T02:42:56.394Z Checking num v0.4.3
24142026-03-27T02:42:56.498Z Compiling async-recursion v1.1.1
24152026-03-27T02:42:56.538Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-03-27T02:42:56.606Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24172026-03-27T02:42:57.068Z Compiling progenitor-macro v0.13.0
24182026-03-27T02:42:57.420Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24192026-03-27T02:42:58.165Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-03-27T02:42:58.632Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-03-27T02:42:59.728Z Checking smawk v0.3.2
24222026-03-27T02:42:59.861Z Checking unicode-linebreak v0.1.5
24232026-03-27T02:42:59.895Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-03-27T02:42:59.930Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-03-27T02:43:00.109Z Checking globset v0.4.18
24262026-03-27T02:43:00.445Z Compiling convert_case v0.10.0
24272026-03-27T02:43:00.785Z Compiling slog-dtrace v0.3.0
24282026-03-27T02:43:00.892Z Checking resolv-conf v0.7.6
24292026-03-27T02:43:01.096Z Compiling derive_more-impl v2.1.1
24302026-03-27T02:43:01.282Z Compiling pin-project-internal v1.1.11
24312026-03-27T02:43:01.417Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-03-27T02:43:01.529Z Checking pem v3.0.6
24332026-03-27T02:43:01.662Z Checking fd-lock v4.0.4
24342026-03-27T02:43:01.725Z Checking vte v0.14.1
24352026-03-27T02:43:01.816Z Checking display-error-chain v0.2.2
24362026-03-27T02:43:01.855Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-03-27T02:43:01.912Z Checking strip-ansi-escapes v0.2.1
24382026-03-27T02:43:01.985Z Checking derive_more v2.1.1
24392026-03-27T02:43:02.019Z Checking progenitor v0.13.0
24402026-03-27T02:43:02.022Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24412026-03-27T02:43:02.086Z Compiling snafu-derive v0.8.9
24422026-03-27T02:43:02.121Z Checking crossterm v0.29.0
24432026-03-27T02:43:02.180Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-03-27T02:43:02.416Z Checking pin-project v1.1.11
24452026-03-27T02:43:02.547Z Checking termtree v0.5.1
24462026-03-27T02:43:02.678Z Checking nu-ansi-term v0.50.3
24472026-03-27T02:43:02.715Z Checking linked-hash-map v0.5.6
24482026-03-27T02:43:02.718Z Checking textwrap v0.16.2
24492026-03-27T02:43:02.915Z Checking lru-cache v0.1.2
24502026-03-27T02:43:02.918Z Checking reedline v0.40.0
24512026-03-27T02:43:02.993Z Checking olpc-cjson v0.1.4
24522026-03-27T02:43:03.071Z Checking hickory-proto v0.24.4
24532026-03-27T02:43:03.166Z Checking serde_plain v1.0.2
24542026-03-27T02:43:03.348Z Compiling minimal-lexical v0.2.1
24552026-03-27T02:43:03.644Z Checking typed-path v0.9.3
24562026-03-27T02:43:04.020Z Checking snafu v0.8.9
24572026-03-27T02:43:04.143Z Compiling nom v7.1.3
24582026-03-27T02:43:04.302Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-03-27T02:43:04.495Z Checking tough v0.20.0
24602026-03-27T02:43:04.533Z Checking nibble_vec v0.1.0
24612026-03-27T02:43:04.694Z Checking endian-type v0.1.2
24622026-03-27T02:43:04.825Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-27T02:43:04.862Z Checking radix_trie v0.2.1
24642026-03-27T02:43:04.899Z Compiling ar_archive_writer v0.5.1
24652026-03-27T02:43:04.902Z Checking hickory-resolver v0.24.4
24662026-03-27T02:43:05.100Z Checking humantime v2.3.0
24672026-03-27T02:43:05.314Z Checking base64 v0.21.7
24682026-03-27T02:43:05.426Z Checking csv-core v0.1.13
24692026-03-27T02:43:05.524Z Compiling stacker v0.1.23
24702026-03-27T02:43:05.581Z Checking highway v1.3.0
24712026-03-27T02:43:05.634Z Checking csv v1.4.0
24722026-03-27T02:43:05.679Z Checking qorb v0.4.1
24732026-03-27T02:43:05.763Z Compiling psm v0.1.30
24742026-03-27T02:43:05.815Z Compiling cfg_aliases v0.1.1
24752026-03-27T02:43:05.899Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-27T02:43:05.934Z Compiling nix v0.28.0
24772026-03-27T02:43:06.027Z Checking papergrid v0.11.0
24782026-03-27T02:43:06.109Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24792026-03-27T02:43:06.322Z Compiling tabled_derive v0.7.0
24802026-03-27T02:43:06.403Z Checking home v0.5.12
24812026-03-27T02:43:06.564Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-03-27T02:43:06.598Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-03-27T02:43:06.652Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-03-27T02:43:06.687Z Checking phf_shared v0.12.1
24852026-03-27T02:43:06.857Z Compiling recursive-proc-macro-impl v0.1.1
24862026-03-27T02:43:06.893Z Compiling semver v0.1.20
24872026-03-27T02:43:07.079Z Compiling chrono-tz v0.10.4
24882026-03-27T02:43:07.117Z Compiling rustc_version v0.1.7
24892026-03-27T02:43:07.157Z Checking phf v0.12.1
24902026-03-27T02:43:07.285Z Checking tabled v0.15.0
24912026-03-27T02:43:07.355Z Checking recursive v0.1.1
24922026-03-27T02:43:07.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932026-03-27T02:43:07.425Z Compiling const_format_proc_macros v0.2.34
24942026-03-27T02:43:07.489Z Compiling peg-macros v0.8.5
24952026-03-27T02:43:07.492Z Checking winnow v0.6.26
24962026-03-27T02:43:08.012Z Compiling sqlparser_derive v0.5.0
24972026-03-27T02:43:08.145Z Checking unicode_categories v0.1.1
24982026-03-27T02:43:08.336Z Checking const_format v0.2.35
24992026-03-27T02:43:08.451Z Checking rustyline v14.0.0
25002026-03-27T02:43:08.634Z Checking sqlformat v0.3.5
25012026-03-27T02:43:08.677Z Compiling newtype_derive v0.1.6
25022026-03-27T02:43:08.788Z Checking sqlparser v0.61.0
25032026-03-27T02:43:08.894Z Checking peg v0.8.5
25042026-03-27T02:43:09.029Z Checking bcs v0.1.6
25052026-03-27T02:43:09.236Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-03-27T02:43:09.294Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-03-27T02:43:09.328Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-27T02:43:09.435Z Checking steno v0.4.1
25092026-03-27T02:43:09.472Z Checking utf-8 v0.7.6
25102026-03-27T02:43:09.610Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-03-27T02:43:09.646Z Checking filetime v0.2.27
25122026-03-27T02:43:09.649Z Checking arc-swap v1.8.2
25132026-03-27T02:43:09.934Z Checking xattr v1.6.1
25142026-03-27T02:43:10.100Z Checking tar v0.4.45
25152026-03-27T02:43:10.284Z Checking slog-scope v4.4.1
25162026-03-27T02:43:10.458Z Checking slog-stdlog v4.1.1
25172026-03-27T02:43:10.493Z Checking tungstenite v0.21.0
25182026-03-27T02:43:10.527Z Compiling typify-impl v0.4.3
25192026-03-27T02:43:10.611Z Checking slog-envlogger v2.2.0
25202026-03-27T02:43:10.795Z Checking typeid v1.0.3
25212026-03-27T02:43:10.933Z Checking subprocess v0.2.15
25222026-03-27T02:43:10.967Z Checking tokio-tungstenite v0.21.0
25232026-03-27T02:43:11.246Z Checking headers-core v0.3.0
25242026-03-27T02:43:11.281Z Compiling lzma-sys v0.1.20
25252026-03-27T02:43:11.384Z Checking headers v0.4.1
25262026-03-27T02:43:11.420Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-03-27T02:43:11.742Z Compiling cargo_toml v0.22.3
25282026-03-27T02:43:11.871Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25292026-03-27T02:43:12.012Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-03-27T02:43:12.281Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-27T02:43:12.332Z Checking yasna v0.5.2
25322026-03-27T02:43:12.754Z Checking rcgen v0.12.1
25332026-03-27T02:43:13.092Z Checking xz2 v0.1.7
25342026-03-27T02:43:13.168Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25352026-03-27T02:43:13.291Z Checking ron v0.12.0
25362026-03-27T02:43:13.327Z Checking base16ct v1.0.0
25372026-03-27T02:43:13.486Z Checking dropshot-api-manager-types v0.6.0
25382026-03-27T02:43:13.566Z Checking tagptr v0.2.0
25392026-03-27T02:43:13.691Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-27T02:43:13.756Z Checking moka v0.12.13
25412026-03-27T02:43:13.952Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-03-27T02:43:14.107Z Compiling libefi-sys v0.1.0
25432026-03-27T02:43:14.143Z Compiling radium v0.7.0
25442026-03-27T02:43:14.374Z Compiling bitfield-struct v0.6.2
25452026-03-27T02:43:14.481Z Checking tap v1.0.1
25462026-03-27T02:43:14.516Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-27T02:43:14.519Z Checking hickory-resolver v0.25.2
25482026-03-27T02:43:14.583Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-03-27T02:43:14.618Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-03-27T02:43:14.868Z Compiling maybe-uninit v2.0.0
25512026-03-27T02:43:14.993Z Compiling typify-macro v0.4.3
25522026-03-27T02:43:15.062Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-27T02:43:15.150Z Checking wyz v0.5.1
25542026-03-27T02:43:15.315Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25552026-03-27T02:43:15.383Z Compiling zerocopy-derive v0.6.6
25562026-03-27T02:43:15.462Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-27T02:43:15.496Z Checking funty v2.0.0
25582026-03-27T02:43:15.556Z Checking crc-catalog v2.4.0
25592026-03-27T02:43:15.591Z Compiling packed_struct v0.10.1
25602026-03-27T02:43:15.682Z Checking crc v3.4.0
25612026-03-27T02:43:15.802Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-03-27T02:43:15.839Z Checking bitvec v1.0.1
25632026-03-27T02:43:15.905Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25642026-03-27T02:43:16.049Z Compiling packed_struct_codegen v0.10.1
25652026-03-27T02:43:16.083Z Compiling bitfield-macros v0.19.4
25662026-03-27T02:43:16.116Z Compiling indexmap v1.9.3
25672026-03-27T02:43:16.234Z Checking zerocopy v0.6.6
25682026-03-27T02:43:16.343Z Checking nodrop v0.1.14
25692026-03-27T02:43:16.469Z Checking array-init v0.0.4
25702026-03-27T02:43:16.602Z Checking smallvec v0.6.14
25712026-03-27T02:43:16.708Z Compiling typify v0.4.3
25722026-03-27T02:43:16.836Z Compiling progenitor-impl v0.10.0
25732026-03-27T02:43:16.839Z Checking bitfield v0.19.4
25742026-03-27T02:43:16.904Z Checking hashbrown v0.12.3
25752026-03-27T02:43:17.122Z Checking serde-hex v0.1.0
25762026-03-27T02:43:17.157Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-27T02:43:17.370Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-03-27T02:43:17.690Z Checking ron v0.8.1
25792026-03-27T02:43:17.816Z Checking hashbrown v0.13.2
25802026-03-27T02:43:18.229Z Checking crc-any v2.5.0
25812026-03-27T02:43:18.264Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25822026-03-27T02:43:18.267Z Checking object v0.30.4
25832026-03-27T02:43:18.331Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25842026-03-27T02:43:18.433Z Checking path-slash v0.1.5
25852026-03-27T02:43:18.524Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25862026-03-27T02:43:18.566Z Compiling xshell-macros v0.2.7
25872026-03-27T02:43:18.609Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-03-27T02:43:18.998Z Checking xshell v0.2.7
25892026-03-27T02:43:19.043Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-03-27T02:43:19.220Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-03-27T02:43:19.478Z Compiling progenitor-macro v0.10.0
25922026-03-27T02:43:19.731Z Checking half v1.8.3
25932026-03-27T02:43:19.962Z Checking serde_cbor v0.11.2
25942026-03-27T02:43:19.998Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25952026-03-27T02:43:20.196Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-03-27T02:43:20.247Z Compiling num-derive v0.3.3
25972026-03-27T02:43:20.378Z Compiling proc-macro-error-attr2 v2.0.0
25982026-03-27T02:43:20.508Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-03-27T02:43:20.801Z Compiling proc-macro-error2 v2.0.1
26002026-03-27T02:43:20.914Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-03-27T02:43:21.152Z Compiling tabled_derive v0.11.0
26022026-03-27T02:43:21.187Z Checking libscf-sys v1.1.0
26032026-03-27T02:43:21.350Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-03-27T02:43:21.397Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-27T02:43:21.452Z Checking papergrid v0.17.0
26062026-03-27T02:43:21.587Z Checking testing_table v0.3.0
26072026-03-27T02:43:21.714Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-03-27T02:43:22.111Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-27T02:43:22.258Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-27T02:43:22.312Z Checking tabled v0.20.0
26112026-03-27T02:43:22.384Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-27T02:43:22.446Z Checking maplit v1.0.2
26132026-03-27T02:43:22.558Z Checking crc8 v0.1.1
26142026-03-27T02:43:22.593Z Checking fxhash v0.2.1
26152026-03-27T02:43:22.691Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-03-27T02:43:22.749Z Checking unicase v2.9.0
26172026-03-27T02:43:22.782Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26182026-03-27T02:43:22.894Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-03-27T02:43:22.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-03-27T02:43:23.378Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-03-27T02:43:23.414Z Checking kstat-rs v0.2.4
26222026-03-27T02:43:23.554Z Compiling parking_lot_core v0.8.6
26232026-03-27T02:43:23.627Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242026-03-27T02:43:23.664Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-27T02:43:23.831Z Compiling diesel_derives v2.3.7
26262026-03-27T02:43:23.938Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26272026-03-27T02:43:24.103Z Compiling git-stub v1.0.0
26282026-03-27T02:43:24.207Z Checking scheduled-thread-pool v0.2.7
26292026-03-27T02:43:24.357Z Checking progenitor v0.10.0
26302026-03-27T02:43:24.392Z Compiling dsl_auto_type v0.2.0
26312026-03-27T02:43:24.425Z Compiling vergen-gitcl v1.0.8
26322026-03-27T02:43:24.533Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-27T02:43:24.569Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-27T02:43:24.686Z Checking r2d2 v0.8.10
26352026-03-27T02:43:24.718Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26362026-03-27T02:43:24.751Z Compiling git-stub-vcs v0.1.0
26372026-03-27T02:43:24.896Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26382026-03-27T02:43:25.035Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392026-03-27T02:43:25.130Z Checking downcast-rs v2.0.2
26402026-03-27T02:43:25.217Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-03-27T02:43:25.261Z Checking parking_lot v0.11.2
26422026-03-27T02:43:25.479Z Checking prefix-trie v0.7.0
26432026-03-27T02:43:25.512Z Checking nanorand v0.7.0
26442026-03-27T02:43:25.688Z Compiling dirs-sys-next v0.1.2
26452026-03-27T02:43:25.748Z Compiling crunchy v0.2.4
26462026-03-27T02:43:25.838Z Checking hickory-server v0.25.2
26472026-03-27T02:43:25.974Z Compiling dirs-next v2.0.0
26482026-03-27T02:43:26.008Z Checking flume v0.11.1
26492026-03-27T02:43:26.151Z Checking sled v0.34.7
26502026-03-27T02:43:26.195Z Compiling clang-sys v1.8.1
26512026-03-27T02:43:26.273Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-03-27T02:43:26.494Z Checking hickory-client v0.25.2
26532026-03-27T02:43:26.580Z Compiling tiny-keccak v2.0.2
26542026-03-27T02:43:26.953Z Compiling term v0.7.0
26552026-03-27T02:43:26.986Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-03-27T02:43:27.027Z Compiling salty v0.3.0
26572026-03-27T02:43:27.061Z Compiling bit-vec v0.6.3
26582026-03-27T02:43:27.328Z Compiling bit-set v0.5.3
26592026-03-27T02:43:27.332Z Compiling ascii-canvas v3.0.0
26602026-03-27T02:43:27.399Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-03-27T02:43:27.519Z Checking primeorder v0.13.6
26622026-03-27T02:43:27.554Z Compiling itertools v0.10.5
26632026-03-27T02:43:27.609Z Compiling ena v0.14.4
26642026-03-27T02:43:27.642Z Compiling libloading v0.8.9
26652026-03-27T02:43:27.791Z Compiling fs-err v2.11.0
26662026-03-27T02:43:27.854Z Compiling regex-syntax v0.6.29
26672026-03-27T02:43:27.889Z Compiling diff v0.1.13
26682026-03-27T02:43:27.973Z Compiling bindgen v0.71.1
26692026-03-27T02:43:28.328Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-03-27T02:43:28.478Z Compiling cexpr v0.6.0
26712026-03-27T02:43:28.516Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-03-27T02:43:28.646Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-03-27T02:43:29.024Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-03-27T02:43:29.217Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-03-27T02:43:29.262Z Compiling lalrpop v0.19.12
26762026-03-27T02:43:29.542Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26772026-03-27T02:43:29.902Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-03-27T02:43:29.936Z Compiling libxml v0.3.3
26792026-03-27T02:43:30.038Z Checking parse-size v1.1.0
26802026-03-27T02:43:30.168Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26812026-03-27T02:43:30.206Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26822026-03-27T02:43:30.288Z Checking p384 v0.13.1
26832026-03-27T02:43:30.376Z Checking diesel v2.3.7
26842026-03-27T02:43:30.500Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26852026-03-27T02:43:30.728Z Compiling strum_macros v0.24.3
26862026-03-27T02:43:31.071Z Compiling indoc v1.0.9
26872026-03-27T02:43:31.533Z Checking assert_matches v1.5.0
26882026-03-27T02:43:31.895Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-03-27T02:43:32.077Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-27T02:43:32.182Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26912026-03-27T02:43:32.241Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26922026-03-27T02:43:32.296Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26932026-03-27T02:43:32.866Z Checking predicates-tree v1.0.13
26942026-03-27T02:43:32.936Z Checking derive_builder v0.20.2
26952026-03-27T02:43:33.011Z Checking quick-xml v0.37.5
26962026-03-27T02:43:33.083Z Compiling oso-derive v0.27.3
26972026-03-27T02:43:33.608Z Compiling trait-variant v0.1.2
26982026-03-27T02:43:33.906Z Compiling impl-trait-for-tuples v0.2.3
26992026-03-27T02:43:34.038Z Checking openssl-probe v0.1.6
27002026-03-27T02:43:34.125Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27012026-03-27T02:43:34.183Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27022026-03-27T02:43:34.219Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-27T02:43:34.254Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27042026-03-27T02:43:34.806Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27052026-03-27T02:43:35.072Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27062026-03-27T02:43:35.117Z Compiling progenitor-impl v0.11.2
27072026-03-27T02:43:35.590Z Compiling mime_guess v2.0.5
27082026-03-27T02:43:35.862Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27092026-03-27T02:43:36.161Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-27T02:43:36.196Z Checking progenitor-client v0.11.2
27112026-03-27T02:43:36.399Z Checking http-range v0.1.5
27122026-03-27T02:43:36.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27132026-03-27T02:43:36.609Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-03-27T02:43:36.725Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-03-27T02:43:36.770Z Checking ignore v0.4.25
27162026-03-27T02:43:37.347Z Checking atty v0.2.14
27172026-03-27T02:43:37.482Z Checking globwalk v0.9.1
27182026-03-27T02:43:37.756Z Compiling progenitor-macro v0.11.2
27192026-03-27T02:43:38.237Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-27T02:43:39.073Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-27T02:43:39.202Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-03-27T02:43:39.493Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-03-27T02:43:39.712Z Checking bb8 v0.8.6
27242026-03-27T02:43:39.747Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-27T02:43:39.780Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-03-27T02:43:39.971Z Checking corncobs v0.1.4
27272026-03-27T02:43:40.094Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-27T02:43:40.128Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-27T02:43:40.163Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-03-27T02:43:40.493Z Checking hyper-staticfile v0.10.1
27312026-03-27T02:43:40.824Z Checking camino-tempfile-ext v0.3.3
27322026-03-27T02:43:41.026Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-03-27T02:43:41.065Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-03-27T02:43:41.180Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-03-27T02:43:41.348Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-27T02:43:41.407Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-27T02:43:41.965Z Checking signal-hook-tokio v0.3.1
27382026-03-27T02:43:42.129Z Checking secrecy v0.8.0
27392026-03-27T02:43:42.292Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-03-27T02:43:42.617Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-03-27T02:43:42.682Z Checking progenitor v0.11.2
27422026-03-27T02:43:42.857Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-03-27T02:43:43.055Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27442026-03-27T02:43:43.089Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-03-27T02:43:43.133Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-03-27T02:43:43.361Z Checking nonempty v0.12.0
27472026-03-27T02:43:43.467Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-27T02:43:43.567Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-27T02:43:43.650Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-03-27T02:43:43.701Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-03-27T02:43:44.084Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-03-27T02:43:44.140Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-03-27T02:43:44.465Z Checking diesel-dtrace v0.5.0
27542026-03-27T02:43:44.537Z Checking async-bb8-diesel v0.2.1
27552026-03-27T02:43:44.751Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27562026-03-27T02:43:44.934Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27572026-03-27T02:43:44.996Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582026-03-27T02:43:45.281Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-03-27T02:43:45.365Z Checking tungstenite v0.23.0
27602026-03-27T02:43:45.830Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-03-27T02:43:45.965Z Checking tokio-tungstenite v0.23.1
27622026-03-27T02:43:46.002Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-03-27T02:43:46.269Z Checking rand_seeder v0.4.0
27642026-03-27T02:43:46.371Z Checking void v1.0.2
27652026-03-27T02:43:46.452Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-27T02:43:46.517Z Checking lzss v0.8.2
27672026-03-27T02:43:46.744Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-03-27T02:43:46.863Z Checking nix v0.27.1
27692026-03-27T02:43:46.938Z Checking serde_bytes v0.11.19
27702026-03-27T02:43:47.005Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-03-27T02:43:47.146Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-27T02:43:47.210Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-03-27T02:43:47.400Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-03-27T02:43:47.915Z Checking is_ci v1.2.0
27752026-03-27T02:43:48.037Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-03-27T02:43:48.072Z Checking yansi v1.0.1
27772026-03-27T02:43:48.107Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27782026-03-27T02:43:48.367Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-03-27T02:43:48.502Z Checking pretty_assertions v1.4.1
27802026-03-27T02:43:48.613Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-03-27T02:43:48.669Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-03-27T02:43:48.772Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-03-27T02:43:48.892Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-03-27T02:43:49.162Z Compiling darling_core v0.23.0
27852026-03-27T02:43:50.044Z Compiling indoc v2.0.7
27862026-03-27T02:43:50.200Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27872026-03-27T02:43:50.430Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-27T02:43:50.520Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-27T02:43:50.649Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-03-27T02:43:50.749Z Compiling instability v0.3.11
27912026-03-27T02:43:51.055Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-03-27T02:43:51.145Z Compiling libz-sys v1.1.24
27932026-03-27T02:43:51.233Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-03-27T02:43:51.550Z Checking castaway v0.2.4
27952026-03-27T02:43:51.701Z Checking compact_str v0.8.1
27962026-03-27T02:43:51.734Z Compiling darling_macro v0.23.0
27972026-03-27T02:43:52.117Z Checking supports-color v3.0.2
27982026-03-27T02:43:52.250Z Compiling darling v0.23.0
27992026-03-27T02:43:52.284Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28002026-03-27T02:43:52.510Z Checking unicode-truncate v1.1.0
28012026-03-27T02:43:52.573Z Checking lru v0.12.5
28022026-03-27T02:43:52.694Z Checking cassowary v0.3.0
28032026-03-27T02:43:52.810Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-03-27T02:43:52.993Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-27T02:43:53.082Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-03-27T02:43:53.115Z Checking ratatui v0.29.0
28072026-03-27T02:43:54.290Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-27T02:43:54.496Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-27T02:43:54.566Z Compiling vergen-git2 v1.0.7
28102026-03-27T02:43:54.609Z Checking plotters-backend v0.3.7
28112026-03-27T02:43:54.769Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-03-27T02:43:54.840Z Checking plotters-svg v0.3.7
28132026-03-27T02:43:54.886Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142026-03-27T02:43:54.989Z Checking colored v2.2.0
28152026-03-27T02:43:55.023Z Checking cast v0.3.0
28162026-03-27T02:43:55.108Z Compiling rustls v0.21.12
28172026-03-27T02:43:55.206Z Checking shell-words v1.1.1
28182026-03-27T02:43:55.240Z Checking criterion-plot v0.6.0
28192026-03-27T02:43:55.408Z Checking plotters v0.3.7
28202026-03-27T02:43:55.487Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-27T02:43:55.521Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28222026-03-27T02:43:55.749Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-03-27T02:43:55.977Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-03-27T02:43:56.166Z Checking rustls-webpki v0.101.7
28252026-03-27T02:43:56.434Z Checking sct v0.7.1
28262026-03-27T02:43:56.470Z Checking tinytemplate v1.2.1
28272026-03-27T02:43:56.537Z Compiling nix v0.29.0
28282026-03-27T02:43:56.602Z Checking anes v0.1.6
28292026-03-27T02:43:56.715Z Checking oorandom v11.1.5
28302026-03-27T02:43:56.815Z Checking hex-literal v0.4.1
28312026-03-27T02:43:56.862Z Checking criterion v0.7.0
28322026-03-27T02:43:57.029Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28332026-03-27T02:43:58.177Z Checking erased-serde v0.4.9
28342026-03-27T02:43:58.246Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-03-27T02:43:58.565Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-03-27T02:43:59.366Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-03-27T02:44:00.162Z Checking ordered-float v2.10.1
28382026-03-27T02:44:00.436Z Checking serde-value v0.7.0
28392026-03-27T02:44:00.685Z Checking serde-untagged v0.1.9
28402026-03-27T02:44:00.916Z Checking tokio-rustls v0.24.1
28412026-03-27T02:44:01.187Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-03-27T02:44:01.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-03-27T02:44:01.634Z Checking rustls-pemfile v1.0.4
28442026-03-27T02:44:01.806Z Checking twox-hash v2.1.2
28452026-03-27T02:44:01.980Z Checking unicode-xid v0.2.6
28462026-03-27T02:44:02.127Z Checking cargo-util-schemas v0.8.2
28472026-03-27T02:44:02.206Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-27T02:44:03.029Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-27T02:44:03.204Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-27T02:44:03.244Z Checking fatfs v0.3.6
28512026-03-27T02:44:03.389Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-27T02:44:03.727Z Compiling petname v2.0.2
28532026-03-27T02:44:04.274Z Checking cargo-platform v0.2.0
28542026-03-27T02:44:04.479Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-03-27T02:44:04.734Z Compiling seq-macro v0.3.6
28562026-03-27T02:44:04.840Z Checking cargo_metadata v0.21.0
28572026-03-27T02:44:05.416Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-03-27T02:44:05.616Z Checking concurrent-queue v2.5.0
28592026-03-27T02:44:05.812Z Checking rtoolbox v0.0.3
28602026-03-27T02:44:05.840Z Checking futures-timer v3.0.3
28612026-03-27T02:44:05.974Z Checking parking v2.2.1
28622026-03-27T02:44:06.055Z Checking rpassword v7.4.0
28632026-03-27T02:44:06.130Z Checking event-listener v5.4.1
28642026-03-27T02:44:06.378Z Checking tui-tree-widget v0.23.1
28652026-03-27T02:44:06.426Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-03-27T02:44:06.593Z Checking polyval v0.6.2
28672026-03-27T02:44:06.627Z Checking sapling-renderdag v0.1.0
28682026-03-27T02:44:06.661Z Checking sync-ptr v0.1.4
28692026-03-27T02:44:06.789Z Checking ghash v0.5.1
28702026-03-27T02:44:06.822Z Checking event-listener-strategy v0.5.4
28712026-03-27T02:44:06.895Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-03-27T02:44:06.941Z Checking ctr v0.9.2
28732026-03-27T02:44:06.987Z Checking constant_time_eq v0.4.2
28742026-03-27T02:44:07.115Z Checking arrayvec v0.7.6
28752026-03-27T02:44:07.149Z Checking arrayref v0.3.9
28762026-03-27T02:44:07.182Z Checking aes-gcm v0.10.3
28772026-03-27T02:44:07.299Z Checking async-lock v3.4.2
28782026-03-27T02:44:07.335Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-03-27T02:44:07.376Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-03-27T02:44:07.717Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-03-27T02:44:08.304Z Checking ssh-encoding v0.2.0
28822026-03-27T02:44:08.400Z Checking blowfish v0.9.1
28832026-03-27T02:44:08.527Z Checking ssh-cipher v0.2.0
28842026-03-27T02:44:08.586Z Checking bcrypt-pbkdf v0.10.0
28852026-03-27T02:44:08.730Z Checking async-object-pool v0.2.0
28862026-03-27T02:44:08.781Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-03-27T02:44:08.890Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-03-27T02:44:09.132Z Checking serde_regex v1.1.0
28892026-03-27T02:44:09.325Z Checking password-hash v0.4.2
28902026-03-27T02:44:09.555Z Checking assert-json-diff v2.0.2
28912026-03-27T02:44:09.590Z Checking path-tree v0.8.3
28922026-03-27T02:44:09.758Z Checking gimli v0.32.3
28932026-03-27T02:44:09.809Z Checking stringmetrics v2.2.2
28942026-03-27T02:44:09.989Z Compiling target-lexicon v0.13.3
28952026-03-27T02:44:10.033Z Checking httpmock v0.8.3
28962026-03-27T02:44:10.568Z Checking pbkdf2 v0.11.0
28972026-03-27T02:44:10.728Z Compiling samael v0.0.19
28982026-03-27T02:44:10.770Z Checking ssh-key v0.6.7
28992026-03-27T02:44:11.301Z Checking addr2line v0.25.1
29002026-03-27T02:44:11.606Z Checking p256 v0.13.2
29012026-03-27T02:44:11.884Z Checking p521 v0.13.3
29022026-03-27T02:44:12.212Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-03-27T02:44:12.444Z Checking russh-cryptovec v0.7.3
29042026-03-27T02:44:12.512Z Compiling guppy-workspace-hack v0.1.0
29052026-03-27T02:44:12.611Z Checking rustc-demangle v0.1.27
29062026-03-27T02:44:12.730Z Checking md5 v0.7.0
29072026-03-27T02:44:12.868Z Checking backtrace v0.3.76
29082026-03-27T02:44:12.934Z Checking russh-keys v0.45.0
29092026-03-27T02:44:13.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-03-27T02:44:13.510Z Checking num-bigint v0.4.6
29112026-03-27T02:44:13.596Z Checking des v0.8.1
29122026-03-27T02:44:13.952Z Compiling blake3 v1.8.3
29132026-03-27T02:44:14.346Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-27T02:44:14.510Z Compiling target-spec v3.5.7
29152026-03-27T02:44:14.566Z Checking russh v0.45.0
29162026-03-27T02:44:14.785Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29172026-03-27T02:44:15.385Z Checking cfg-expr v0.20.6
29182026-03-27T02:44:15.480Z Checking backtrace-ext v0.2.1
29192026-03-27T02:44:15.540Z Checking supports-color v2.1.0
29202026-03-27T02:44:15.624Z Checking textwrap v0.15.2
29212026-03-27T02:44:15.708Z Checking supports-unicode v2.1.0
29222026-03-27T02:44:15.790Z Checking supports-hyperlinks v2.1.0
29232026-03-27T02:44:15.852Z Checking hashbrown v0.14.5
29242026-03-27T02:44:15.856Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-03-27T02:44:15.935Z Checking cargo-platform v0.3.2
29262026-03-27T02:44:16.112Z Checking terminal_size v0.1.17
29272026-03-27T02:44:16.148Z Checking socket2 v0.5.10
29282026-03-27T02:44:16.254Z Compiling miette-derive v5.10.0
29292026-03-27T02:44:16.354Z Checking owo-colors v3.5.0
29302026-03-27T02:44:16.424Z Checking internet-checksum v0.2.1
29312026-03-27T02:44:16.480Z Checking chumsky v0.9.3
29322026-03-27T02:44:16.586Z Checking cargo_metadata v0.23.1
29332026-03-27T02:44:17.384Z Checking miette v5.10.0
29342026-03-27T02:44:17.418Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-03-27T02:44:17.528Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-03-27T02:44:17.671Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-03-27T02:44:17.890Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-03-27T02:44:18.009Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-03-27T02:44:18.164Z Checking httptest v0.16.4
29402026-03-27T02:44:18.241Z Checking pathdiff v0.2.3
29412026-03-27T02:44:18.370Z Compiling knuffel-derive v3.2.0
29422026-03-27T02:44:18.404Z Checking topological-sort v0.2.2
29432026-03-27T02:44:18.559Z Checking nested v0.1.1
29442026-03-27T02:44:18.591Z Checking omicron-zone-package v0.12.2
29452026-03-27T02:44:18.727Z Checking guppy v0.17.25
29462026-03-27T02:44:18.833Z Compiling git2 v0.20.4
29472026-03-27T02:44:18.871Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-03-27T02:44:19.119Z Checking similar-asserts v1.7.0
29492026-03-27T02:44:19.313Z Compiling rstest_macros v0.25.0
29502026-03-27T02:44:19.546Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-03-27T02:44:19.628Z Compiling target-triple v1.0.0
29522026-03-27T02:44:19.745Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-03-27T02:44:19.823Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-03-27T02:44:19.922Z Checking knuffel v3.2.0
29552026-03-27T02:44:20.002Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29562026-03-27T02:44:20.476Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-03-27T02:44:20.575Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-03-27T02:44:20.706Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-03-27T02:44:20.949Z Checking escape8259 v0.5.3
29602026-03-27T02:44:21.202Z Compiling assert_cmd v2.1.2
29612026-03-27T02:44:21.483Z Compiling relative-path v1.9.3
29622026-03-27T02:44:21.566Z Checking libtest-mimic v0.8.1
29632026-03-27T02:44:21.735Z Checking toml v1.0.3+spec-1.1.0
29642026-03-27T02:44:22.024Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-03-27T02:44:22.164Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29662026-03-27T02:44:22.199Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29672026-03-27T02:44:22.355Z Checking blake2b_simd v1.0.4
29682026-03-27T02:44:22.783Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-03-27T02:44:22.897Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-03-27T02:44:23.197Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-03-27T02:44:23.321Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29722026-03-27T02:44:23.552Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29732026-03-27T02:44:23.756Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-03-27T02:44:24.015Z Checking fancy-regex v0.14.0
29752026-03-27T02:44:24.253Z Checking serde_tokenstream v0.2.3
29762026-03-27T02:44:24.428Z Checking uzers v0.12.2
29772026-03-27T02:44:24.517Z Checking constant_time_eq v0.3.1
29782026-03-27T02:44:24.656Z Checking termcolor v1.4.1
29792026-03-27T02:44:24.698Z Compiling linkme-impl v0.3.35
29802026-03-27T02:44:24.932Z Checking trybuild v1.0.116
29812026-03-27T02:44:25.109Z Checking rust-argon2 v2.1.0
29822026-03-27T02:44:25.403Z Checking datatest-stable v0.3.3
29832026-03-27T02:44:25.481Z Checking rstest v0.25.0
29842026-03-27T02:44:25.830Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29852026-03-27T02:44:25.914Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862026-03-27T02:44:26.134Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-03-27T02:44:26.216Z Checking support-bundle-viewer v0.1.2
29882026-03-27T02:44:26.488Z Compiling polar-core v0.27.3
29892026-03-27T02:44:26.523Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-03-27T02:44:26.754Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29912026-03-27T02:44:26.806Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29922026-03-27T02:44:26.989Z Checking drift v0.1.3
29932026-03-27T02:44:27.040Z Checking rand_distr v0.5.1
29942026-03-27T02:44:27.356Z Checking multimap v0.10.1
29952026-03-27T02:44:27.533Z Checking approx v0.5.1
29962026-03-27T02:44:27.644Z Compiling linkme v0.3.35
29972026-03-27T02:44:27.707Z Checking dropshot-api-manager v0.6.0
29982026-03-27T02:44:28.250Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-27T02:44:28.620Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-03-27T02:44:29.004Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-03-27T02:44:29.055Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-03-27T02:44:29.156Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30032026-03-27T02:44:29.288Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-03-27T02:44:29.394Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30052026-03-27T02:44:29.429Z Checking partial-io v0.5.4
30062026-03-27T02:44:29.673Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-03-27T02:44:29.708Z Checking cargo_toml v0.21.0
30082026-03-27T02:44:29.804Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30092026-03-27T02:44:29.843Z Checking termios v0.3.3
30102026-03-27T02:44:30.008Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-03-27T02:44:30.386Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-27T02:44:30.613Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-27T02:44:31.571Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30142026-03-27T02:44:31.739Z Checking oso v0.27.3
30152026-03-27T02:44:34.083Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-03-27T02:44:38.392Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-03-27T02:44:41.202Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-27T02:44:41.452Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30192026-03-27T02:44:44.819Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30202026-03-27T02:44:49.931Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-03-27T02:44:54.027Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-03-27T02:44:55.815Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30232026-03-27T02:44:56.643Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30242026-03-27T02:45:04.837Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-03-27T02:46:20.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 59s
30262026-03-27T02:46:20.972Z
30272026-03-27T02:46:20.972Zreal 4:02.441198090
30282026-03-27T02:46:20.975Zuser 20:18.555014653
30292026-03-27T02:46:20.975Zsys 4:46.302728857
30302026-03-27T02:46:20.975Ztrap 0.489464748
30312026-03-27T02:46:20.975Ztflt 0.108240923
30322026-03-27T02:46:20.975Zdflt 0.209030957
30332026-03-27T02:46:20.975Zkflt 0.000831297
30342026-03-27T02:46:20.975Zlock 56:03.198477581
30352026-03-27T02:46:20.975Zslp 55:30.212273277
30362026-03-27T02:46:20.975Zlat 1:50.134277305
30372026-03-27T02:46:20.975Zstop 11:00.147026679
30382026-03-27T02:46:20.975Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-03-27T02:46:20.975Z+ ptime -m cargo doc --workspace --no-deps
30402026-03-27T02:46:21.852Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-03-27T02:46:21.853Z |
30422026-03-27T02:46:21.853Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30432026-03-27T02:46:21.853Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30442026-03-27T02:46:22.826Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-27T02:46:23.052Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-27T02:46:23.093Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-03-27T02:46:23.157Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-03-27T02:46:23.298Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-03-27T02:46:23.321Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-27T02:46:23.345Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30512026-03-27T02:46:23.373Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-27T02:46:23.423Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30532026-03-27T02:46:23.514Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30542026-03-27T02:46:23.543Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30552026-03-27T02:46:23.582Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-03-27T02:46:23.622Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-03-27T02:46:23.647Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-03-27T02:46:23.687Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-03-27T02:46:23.710Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-03-27T02:46:23.731Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-03-27T02:46:23.778Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-03-27T02:46:23.816Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-03-27T02:46:23.882Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-03-27T02:46:24.057Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-03-27T02:46:24.293Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-03-27T02:46:24.444Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30672026-03-27T02:46:24.491Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-03-27T02:46:24.515Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30692026-03-27T02:46:24.663Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-03-27T02:46:24.688Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-03-27T02:46:24.858Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-03-27T02:46:24.904Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30732026-03-27T02:46:24.928Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30742026-03-27T02:46:25.037Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-27T02:46:25.088Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30762026-03-27T02:46:25.167Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-03-27T02:46:25.359Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30782026-03-27T02:46:25.433Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30792026-03-27T02:46:25.538Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30802026-03-27T02:46:25.576Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-03-27T02:46:25.703Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-03-27T02:46:25.796Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-03-27T02:46:25.938Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-03-27T02:46:26.069Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-03-27T02:46:26.228Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-03-27T02:46:26.284Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-03-27T02:46:26.336Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-03-27T02:46:26.364Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-03-27T02:46:26.397Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-03-27T02:46:26.605Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-03-27T02:46:26.650Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-03-27T02:46:26.674Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-03-27T02:46:26.823Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-27T02:46:26.867Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-27T02:46:26.890Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-03-27T02:46:26.911Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30972026-03-27T02:46:27.146Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-03-27T02:46:27.146Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30992026-03-27T02:46:27.188Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-03-27T02:46:27.191Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-03-27T02:46:27.393Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-03-27T02:46:27.417Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-03-27T02:46:27.437Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-03-27T02:46:27.593Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-03-27T02:46:27.661Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31062026-03-27T02:46:27.688Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-03-27T02:46:27.727Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082026-03-27T02:46:27.753Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31092026-03-27T02:46:27.858Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31102026-03-27T02:46:27.925Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31112026-03-27T02:46:27.953Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31122026-03-27T02:46:28.014Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31132026-03-27T02:46:28.051Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31142026-03-27T02:46:28.073Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-03-27T02:46:28.368Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-03-27T02:46:28.444Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-03-27T02:46:28.770Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31182026-03-27T02:46:29.124Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31192026-03-27T02:46:29.224Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31202026-03-27T02:46:29.356Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-03-27T02:46:29.648Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-27T02:46:29.673Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-27T02:46:29.787Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-03-27T02:46:29.856Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-03-27T02:46:30.131Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-03-27T02:46:30.325Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31272026-03-27T02:46:30.617Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-03-27T02:46:30.656Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-03-27T02:46:31.227Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-27T02:46:31.250Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31312026-03-27T02:46:31.293Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31322026-03-27T02:46:31.866Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31332026-03-27T02:46:31.965Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31342026-03-27T02:46:32.318Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352026-03-27T02:46:32.427Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31362026-03-27T02:46:32.450Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372026-03-27T02:46:33.023Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-27T02:46:33.799Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31392026-03-27T02:46:33.873Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31402026-03-27T02:46:34.099Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-03-27T02:46:34.444Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31422026-03-27T02:46:34.467Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-03-27T02:46:34.495Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31442026-03-27T02:46:34.567Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31452026-03-27T02:46:34.743Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-03-27T02:46:34.823Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-03-27T02:46:35.018Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31482026-03-27T02:46:35.130Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31492026-03-27T02:46:35.239Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31502026-03-27T02:46:35.550Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31512026-03-27T02:46:35.605Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31522026-03-27T02:46:36.157Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-03-27T02:46:36.213Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-03-27T02:46:37.019Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31552026-03-27T02:46:37.109Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31562026-03-27T02:46:37.497Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31572026-03-27T02:46:37.546Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31582026-03-27T02:46:37.768Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31592026-03-27T02:46:37.948Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31602026-03-27T02:46:38.229Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31612026-03-27T02:46:38.512Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31622026-03-27T02:46:38.667Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-27T02:46:39.046Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31642026-03-27T02:46:39.506Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31652026-03-27T02:46:39.578Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31662026-03-27T02:46:39.671Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-03-27T02:46:39.830Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-03-27T02:46:40.145Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-03-27T02:46:40.225Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-03-27T02:46:40.664Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-03-27T02:46:41.238Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-03-27T02:46:41.348Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31732026-03-27T02:46:41.543Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-03-27T02:46:41.726Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-03-27T02:46:42.762Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-27T02:46:42.885Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-03-27T02:46:43.373Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31782026-03-27T02:46:43.612Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-03-27T02:46:43.698Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-03-27T02:46:43.977Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-03-27T02:46:43.999Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31822026-03-27T02:46:44.191Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-03-27T02:46:44.453Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-03-27T02:46:45.236Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-27T02:46:45.391Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-03-27T02:46:46.112Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-03-27T02:46:46.585Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-27T02:46:46.747Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31892026-03-27T02:46:47.434Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31902026-03-27T02:46:47.565Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31912026-03-27T02:46:47.590Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-03-27T02:46:48.263Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-03-27T02:46:48.816Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31942026-03-27T02:46:49.680Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31952026-03-27T02:46:50.149Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-03-27T02:46:50.479Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31972026-03-27T02:46:50.699Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31982026-03-27T02:46:51.859Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31992026-03-27T02:46:53.275Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32002026-03-27T02:46:53.301Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32012026-03-27T02:46:53.443Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-03-27T02:46:54.576Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32032026-03-27T02:46:54.965Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-03-27T02:46:55.054Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-27T02:46:55.078Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062026-03-27T02:46:55.371Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-03-27T02:46:55.916Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-03-27T02:46:56.049Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32092026-03-27T02:46:56.096Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-03-27T02:46:56.157Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-03-27T02:46:56.396Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32122026-03-27T02:46:56.654Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-03-27T02:46:56.766Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-03-27T02:46:57.069Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-03-27T02:46:57.179Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32162026-03-27T02:46:57.446Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-03-27T02:46:57.760Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-27T02:46:58.020Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-03-27T02:46:58.723Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32202026-03-27T02:46:58.788Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32212026-03-27T02:46:59.208Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-03-27T02:46:59.923Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32232026-03-27T02:47:00.156Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-03-27T02:47:01.105Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-03-27T02:47:01.595Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-03-27T02:47:05.064Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32272026-03-27T02:47:05.652Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-27T02:47:06.228Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292026-03-27T02:47:06.811Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32302026-03-27T02:47:08.701Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32312026-03-27T02:47:09.833Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32322026-03-27T02:47:10.411Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-03-27T02:47:11.505Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-03-27T02:47:12.030Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32352026-03-27T02:47:13.963Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-27T02:47:14.082Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-27T02:47:14.771Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32382026-03-27T02:47:14.777Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32392026-03-27T02:47:15.154Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32402026-03-27T02:47:17.145Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412026-03-27T02:47:20.454Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-03-27T02:47:21.011Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-03-27T02:47:21.743Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-03-27T02:47:22.819Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32452026-03-27T02:47:25.841Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-03-27T02:47:25.841Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-03-27T02:47:25.841Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32482026-03-27T02:47:25.841Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-03-27T02:47:26.289Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502026-03-27T02:47:27.433Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-03-27T02:47:28.140Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32522026-03-27T02:47:28.861Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-27T02:47:29.006Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-03-27T02:47:29.722Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-03-27T02:47:30.728Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32562026-03-27T02:47:32.337Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32572026-03-27T02:47:33.078Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32582026-03-27T02:47:35.059Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32592026-03-27T02:47:36.650Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32602026-03-27T02:47:37.747Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32612026-03-27T02:47:38.777Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32622026-03-27T02:47:42.443Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32632026-03-27T02:47:43.341Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32642026-03-27T02:47:44.447Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32652026-03-27T02:47:47.057Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-03-27T02:47:47.537Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32672026-03-27T02:47:48.502Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32682026-03-27T02:47:50.955Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32692026-03-27T02:47:51.685Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32702026-03-27T02:47:53.260Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32712026-03-27T02:47:54.898Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32722026-03-27T02:47:56.283Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-03-27T02:47:58.260Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-03-27T02:47:59.664Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-03-27T02:48:03.938Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-27T02:48:04.880Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-27T02:48:05.550Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782026-03-27T02:48:06.631Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-03-27T02:48:08.719Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32802026-03-27T02:48:10.712Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-27T02:48:12.541Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32822026-03-27T02:48:14.685Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-03-27T02:48:16.529Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-03-27T02:48:18.353Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-03-27T02:48:20.642Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32862026-03-27T02:48:22.283Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-03-27T02:48:24.208Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32882026-03-27T02:48:26.127Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-03-27T02:48:28.006Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32902026-03-27T02:48:29.786Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32912026-03-27T02:48:31.956Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-03-27T02:48:33.784Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-03-27T02:48:35.679Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-27T02:48:37.639Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32952026-03-27T02:48:39.531Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32962026-03-27T02:48:41.649Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-27T02:48:43.640Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-03-27T02:48:45.575Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32992026-03-27T02:48:47.669Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33002026-03-27T02:48:49.681Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33012026-03-27T02:48:53.053Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33022026-03-27T02:48:54.055Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33032026-03-27T02:48:54.082Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33042026-03-27T02:48:58.545Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-03-27T02:49:00.803Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-27T02:49:03.019Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-03-27T02:49:05.238Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33082026-03-27T02:49:07.376Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33092026-03-27T02:49:09.638Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33102026-03-27T02:49:12.286Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33112026-03-27T02:49:14.089Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33122026-03-27T02:49:16.556Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33132026-03-27T02:49:18.428Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33142026-03-27T02:49:20.548Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33152026-03-27T02:49:22.763Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33162026-03-27T02:49:25.015Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-03-27T02:49:27.246Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33182026-03-27T02:49:29.561Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33192026-03-27T02:49:31.720Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-03-27T02:49:33.835Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33212026-03-27T02:49:36.108Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33222026-03-27T02:49:38.481Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33232026-03-27T02:49:40.704Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-03-27T02:49:42.996Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33252026-03-27T02:49:45.280Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33262026-03-27T02:49:47.489Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33272026-03-27T02:49:49.753Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-03-27T02:49:52.304Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33292026-03-27T02:49:54.672Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33302026-03-27T02:49:56.854Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-03-27T02:49:59.264Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33322026-03-27T02:50:01.570Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-03-27T02:50:03.952Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-03-27T02:50:06.284Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-03-27T02:50:08.702Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-03-27T02:50:11.193Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33372026-03-27T02:50:13.507Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382026-03-27T02:50:15.899Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33392026-03-27T02:50:18.331Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33402026-03-27T02:50:20.944Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33412026-03-27T02:50:23.392Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-03-27T02:50:25.873Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33432026-03-27T02:50:28.227Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33442026-03-27T02:50:30.680Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33452026-03-27T02:50:33.258Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33462026-03-27T02:50:35.767Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33472026-03-27T02:50:38.641Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-27T02:50:40.968Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33492026-03-27T02:50:48.083Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33502026-03-27T02:50:48.287Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33512026-03-27T02:50:51.621Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33522026-03-27T02:50:54.760Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33532026-03-27T02:50:59.363Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33542026-03-27T02:51:02.183Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33552026-03-27T02:51:05.559Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33562026-03-27T02:51:09.147Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33572026-03-27T02:51:12.674Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33582026-03-27T02:51:16.276Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33592026-03-27T02:51:19.746Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33602026-03-27T02:51:23.510Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-03-27T02:51:26.951Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33622026-03-27T02:51:30.539Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33632026-03-27T02:51:34.103Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33642026-03-27T02:51:37.676Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33652026-03-27T02:51:41.338Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33662026-03-27T02:51:44.853Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33672026-03-27T02:51:48.446Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33682026-03-27T02:51:52.049Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33692026-03-27T02:51:55.652Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33702026-03-27T02:51:59.241Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33712026-03-27T02:52:02.833Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33722026-03-27T02:52:06.543Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33732026-03-27T02:52:10.102Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33742026-03-27T02:52:38.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s
33752026-03-27T02:52:38.804Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33762026-03-27T02:52:38.906Z
33772026-03-27T02:52:38.910Zreal 6:17.817047598
33782026-03-27T02:52:38.910Zuser 17:01.492014391
33792026-03-27T02:52:38.910Zsys 3:38.367390753
33802026-03-27T02:52:38.910Ztrap 0.253732664
33812026-03-27T02:52:38.910Ztflt 0.042926914
33822026-03-27T02:52:38.910Zdflt 0.039387813
33832026-03-27T02:52:38.910Zkflt 0.000065357
33842026-03-27T02:52:38.910Zlock 5:46:19.802521542
33852026-03-27T02:52:38.910Zslp 2:06:31.389790421
33862026-03-27T02:52:38.910Zlat 34.532841362
33872026-03-27T02:52:38.910Zstop 1:33.908841842
33882026-03-27T02:52:38.910Zprocess exited: duration 800517 ms, exit code 0
 
33892026-03-27T02:52:38.918Zfound 0 output files