01KM1HTQ0K2381CT6YA5QXPXCV: clippy (helios)

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

Buildomat Job: 01KM1HV8M87PBXP3SNFJDAKQKS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T22:44:01.719Zjob assigned to worker 01KM1HVET5ZPA0SQCVYT4HQ529 [factory aws, i-0b0be737d3367409b] (queued for 1 m 14 s)
 
22026-03-18T22:44:09.817Zstarting task 0: "setup"
32026-03-18T22:44:09.823Z++ uname -s
42026-03-18T22:44:09.826Z+ kern=SunOS
52026-03-18T22:44:09.826Z+ build_user=build
62026-03-18T22:44:09.826Z+ build_uid=12345
72026-03-18T22:44:09.826Z+ work_dir=/work
82026-03-18T22:44:09.826Z+ input_dir=/input
92026-03-18T22:44:09.826Z+ [[ 0 == 12345 ]]
102026-03-18T22:44:09.826Z+ case "$kern" in
112026-03-18T22:44:09.826Z+ groupadd -g 12345 build
122026-03-18T22:44:09.831Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T22:44:11.833Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T22:44:11.954Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T22:44:11.957Z+ home_fs=zfs
162026-03-18T22:44:11.957Z+ [[ zfs == autofs ]]
172026-03-18T22:44:11.957Z+ mkdir -p /home/build
182026-03-18T22:44:11.960Z+ chown build:build /home/build /work
192026-03-18T22:44:13.959Z+ chmod 0700 /home/build /work
202026-03-18T22:44:13.962Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-18T22:44:13.970Zstarting task 1: "rust-toolchain"
222026-03-18T22:44:13.974Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-18T22:44:13.974Z * rust toolchain channel = "1.91.1"
242026-03-18T22:44:13.974Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T22:44:13.974Z * rust toolchain profile = "default"
262026-03-18T22:44:13.974Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T22:44:13.974Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T22:44:13.977Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T22:44:13.977Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-18T22:44:14.112Zinfo: downloading installer
312026-03-18T22:44:15.818Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T22:44:15.818Zwarn: /opt/ooce/bin
332026-03-18T22:44:15.818Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T22:44:15.818Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T22:44:15.818Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T22:44:15.818Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T22:44:15.818Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T22:44:15.818Zerror: cannot install while Rust is installed
392026-03-18T22:44:15.818Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T22:44:15.818Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T22:44:15.818Zwarn: /home/build/.rustup/settings.toml
422026-03-18T22:44:15.818Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T22:44:15.818Zwarn: instead of the one inferred from the default host triple.
442026-03-18T22:44:15.830Zinfo: profile set to default
452026-03-18T22:44:15.830Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T22:44:15.833Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-18T22:44:16.008Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-18T22:44:16.011Zinfo: downloading 6 components
492026-03-18T22:44:32.056Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-18T22:44:32.056Z
512026-03-18T22:44:32.093Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-18T22:44:32.093Z
532026-03-18T22:44:32.093Z
542026-03-18T22:44:32.093ZRust is installed now. Great!
552026-03-18T22:44:32.093Z
562026-03-18T22:44:32.096ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T22:44:32.096Zenvironment variable. This has not been done automatically.
582026-03-18T22:44:32.096Z
592026-03-18T22:44:32.096ZTo configure your current shell, you need to source
602026-03-18T22:44:32.096Zthe corresponding env file under $HOME/.cargo.
612026-03-18T22:44:32.096Z
622026-03-18T22:44:32.096ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T22:44:32.096Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T22:44:32.096Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T22:44:32.096Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T22:44:32.096Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T22:44:32.096Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T22:44:32.096Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T22:44:32.096Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T22:44:32.096Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T22:44:32.194Z+ rustup --version
722026-03-18T22:44:32.205Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T22:44:32.207Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T22:44:32.232Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-18T22:44:32.234Z+ cargo --version
762026-03-18T22:44:32.257Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-18T22:44:32.260Z+ rustc --version
782026-03-18T22:44:32.283Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-18T22:44:32.286Zprocess exited: duration 18321 ms, exit code 0
 
802026-03-18T22:44:32.292Zstarting task 2: "authentication"
812026-03-18T22:44:32.311Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T22:44:32.317Zstarting task 3: "clone repository"
832026-03-18T22:44:32.322Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T22:44:32.325Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T22:44:32.355ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T22:44:57.005Z+ cd /work/oxidecomputer/omicron
872026-03-18T22:44:57.005Z+ git fetch origin e231d7e87536bef05cddcab2c0a1f4b0da602d62
882026-03-18T22:44:57.486ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T22:44:57.486Z * branch e231d7e87536bef05cddcab2c0a1f4b0da602d62 -> FETCH_HEAD
902026-03-18T22:44:57.497Z+ [[ -n eliza/sitrep-builder ]]
912026-03-18T22:44:57.500Z++ git branch --show-current
922026-03-18T22:44:57.503Z+ current=main
932026-03-18T22:44:57.503Z+ [[ main != eliza/sitrep-builder ]]
942026-03-18T22:44:57.503Z+ git branch -f eliza/sitrep-builder e231d7e87536bef05cddcab2c0a1f4b0da602d62
952026-03-18T22:44:57.506Z+ git checkout -f eliza/sitrep-builder
962026-03-18T22:44:57.817ZSwitched to branch 'eliza/sitrep-builder'
972026-03-18T22:44:57.821Z+ git reset --hard e231d7e87536bef05cddcab2c0a1f4b0da602d62
982026-03-18T22:44:57.901ZHEAD is now at e231d7e87 make `open_case` infallible
992026-03-18T22:44:57.906Zprocess exited: duration 25592 ms, exit code 0
 
1002026-03-18T22:44:57.913Zstarting task 4: "build"
1012026-03-18T22:44:57.917Z+ source ./env.sh
1022026-03-18T22:44:57.920Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T22:44:57.920Z++ set -o xtrace
1042026-03-18T22:44:57.920Z++++ dirname ./env.sh
1052026-03-18T22:44:57.923Z+++ readlink -f .
1062026-03-18T22:44:57.925Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ 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-18T22:44:57.926Z++ case $OLD_SHELL_OPTS in
1162026-03-18T22:44:57.926Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T22:44:57.926Z+ source .github/buildomat/ci-env.sh
1182026-03-18T22:44:57.926Z++ export CARGO_TERM_COLOR=always
1192026-03-18T22:44:57.926Z++ CARGO_TERM_COLOR=always
1202026-03-18T22:44:57.926Z+ cargo --version
1212026-03-18T22:44:57.935Zcargo 1.91.1 (ea2d97820 2025-10-10)
1222026-03-18T22:44:57.938Z+ rustc --version
1232026-03-18T22:44:57.963Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1242026-03-18T22:44:57.966Z+ banner prerequisites
1252026-03-18T22:44:57.969Z
1262026-03-18T22:44:57.969Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T22:44:57.969Z # # # # # # # # # # # # # # #
1282026-03-18T22:44:57.969Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T22:44:57.969Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T22:44:57.969Z # # # # # # # # # # # # # # #
1312026-03-18T22:44:57.969Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T22:44:57.969Z
1332026-03-18T22:44:57.969Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T22:45:07.568Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T22:45:17.368Z Startup: Caching catalogs ... Done
1362026-03-18T22:45:39.665ZPlanning: Solver setup ... Done (20.893s)
1372026-03-18T22:45:39.819ZPlanning: Running solver ... Done (0.153s)
1382026-03-18T22:45:39.995ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-18T22:45:40.007ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T22:45:40.133ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T22:45:40.175ZPlanning: Package planning ... Done (0.042s)
1422026-03-18T22:45:40.214ZPlanning: Merging actions ... Done (0.039s)
1432026-03-18T22:45:40.451ZPlanning: Checking for conflicting actions ... Done (0.237s)
1442026-03-18T22:45:40.461ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T22:45:41.316ZPlanning: Evaluating mediators ... Done (0.854s)
1462026-03-18T22:45:41.325ZPlanning: Planning completed in 23.82 seconds
1472026-03-18T22:45:41.337Z Packages to install: 4
1482026-03-18T22:45:41.341Z Mediators to change: 2
1492026-03-18T22:45:41.341Z Services to change: 1
1502026-03-18T22:45:41.342Z Estimated space available: 155.43 GB
1512026-03-18T22:45:41.342ZEstimated space to be consumed: 1.83 GB
1522026-03-18T22:45:41.342Z Create boot environment: No
1532026-03-18T22:45:41.342ZCreate backup boot environment: No
1542026-03-18T22:45:41.342Z Rebuild boot archive: No
1552026-03-18T22:45:41.342Z
1562026-03-18T22:45:41.342ZChanged mediators:
1572026-03-18T22:45:41.342Z mediator clang:
1582026-03-18T22:45:41.342Z version: None -> 15 (system default)
1592026-03-18T22:45:41.342Z
1602026-03-18T22:45:41.342Z mediator llvm:
1612026-03-18T22:45:41.342Z version: 14 (system default) -> 15 (system default)
1622026-03-18T22:45:41.342Z
1632026-03-18T22:45:41.342ZChanged packages:
1642026-03-18T22:45:41.342Zhelios-dev
1652026-03-18T22:45:41.342Z developer/build-essential
1662026-03-18T22:45:41.342Z None -> 11-2.0
1672026-03-18T22:45:41.342Z library/libxmlsec1
1682026-03-18T22:45:41.342Z None -> 1.2.35-2.0
1692026-03-18T22:45:41.342Z ooce/developer/clang-15
1702026-03-18T22:45:41.342Z None -> 15.0.7-2.0
1712026-03-18T22:45:41.342Z ooce/developer/llvm-15
1722026-03-18T22:45:41.342Z None -> 15.0.7-2.0
1732026-03-18T22:45:41.342Z
1742026-03-18T22:45:41.343ZServices:
1752026-03-18T22:45:41.343Z restart_fmri:
1762026-03-18T22:45:41.343Z svc:/system/update-man-index:default
1772026-03-18T22:45:41.387Z
1782026-03-18T22:45:41.387ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T22:45:46.385ZDownload: 2530/3290 items 120.1/212.6MB 56% complete (24.2M/s)
1802026-03-18T22:45:48.474ZDownload: Completed 212.60 MB in 7.09 seconds (30.0M/s)
1812026-03-18T22:45:48.773Z Actions: 1/3689 actions (Installing new actions)
1822026-03-18T22:45:52.870Z Actions: Completed 3689 actions in 4.10 seconds.
1832026-03-18T22:45:53.235Z Done (0.359s)
1842026-03-18T22:45:53.235Z Done (0.000s)
1852026-03-18T22:45:54.224Z Done (0.990s)
1862026-03-18T22:45:58.262Z Done (3.700s)
1872026-03-18T22:45:58.344Z Done (0.017s)
1882026-03-18T22:45:58.348Z Done (0.000s)
1892026-03-18T22:45:58.480Z Done (0.000s)
1902026-03-18T22:45:59.479ZPlanning: Evaluating mediator changes ... Done
1912026-03-18T22:45:59.583ZPlanning: Checking for conflicting actions ... Done
1922026-03-18T22:45:59.586ZPlanning: Consolidating action changes ... Done
1932026-03-18T22:45:59.804ZPlanning: Evaluating mediators ... Done
1942026-03-18T22:45:59.811ZPlanning: Planning completed in 0.37 seconds
1952026-03-18T22:45:59.833Z Mediators to change: 2
1962026-03-18T22:45:59.833Z Create boot environment: No
1972026-03-18T22:45:59.839ZCreate backup boot environment: No
1982026-03-18T22:45:59.915Z Done
1992026-03-18T22:45:59.915Z Done
2002026-03-18T22:46:00.643Z Done
2012026-03-18T22:46:03.980Z Done
2022026-03-18T22:46:04.063Z Done
2032026-03-18T22:46:04.068Z Done
2042026-03-18T22:46:04.215Z Done
2052026-03-18T22:46:04.757ZPlanning: Evaluating mediator changes ... Done
2062026-03-18T22:46:04.760ZPlanning: Merging actions ... Done
2072026-03-18T22:46:04.923ZPlanning: Checking for conflicting actions ... Done
2082026-03-18T22:46:04.926ZPlanning: Consolidating action changes ... Done
2092026-03-18T22:46:05.144ZPlanning: Evaluating mediators ... Done
2102026-03-18T22:46:05.203ZPlanning: Planning completed in 0.63 seconds
2112026-03-18T22:46:05.217Z Packages to change: 1
2122026-03-18T22:46:05.217Z Mediators to change: 1
2132026-03-18T22:46:05.220Z Services to change: 1
2142026-03-18T22:46:05.220Z Create boot environment: No
2152026-03-18T22:46:05.220ZCreate backup boot environment: Yes
2162026-03-18T22:46:07.716Z Actions: 1/6 actions (Updating modified actions)
2172026-03-18T22:46:07.720Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-18T22:46:07.720Z Done
2192026-03-18T22:46:07.720Z Done
2202026-03-18T22:46:07.908Z Done
2212026-03-18T22:46:11.204Z Done
2222026-03-18T22:46:11.290Z Done
2232026-03-18T22:46:11.293Z Done
2242026-03-18T22:46:11.461Z Done
2252026-03-18T22:46:11.837ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-18T22:46:11.837Zclang system 15 system
2272026-03-18T22:46:11.837Zcsh system system illumos
2282026-03-18T22:46:11.837Zctags system system illumos
2292026-03-18T22:46:11.837Zfile system system illumos
2302026-03-18T22:46:11.837Zgcc vendor 12 vendor
2312026-03-18T22:46:11.837Zgcc system 10 system
2322026-03-18T22:46:11.837Zgcc system 7 system
2332026-03-18T22:46:11.837Zgo system 1.20 system
2342026-03-18T22:46:11.837Zgo system 1.19 system
2352026-03-18T22:46:11.837Zllvm system 15 system
2362026-03-18T22:46:11.837Zllvm system 14 system
2372026-03-18T22:46:11.837Zmariadb system 10.6 system
2382026-03-18T22:46:11.838Zmta vendor vendor dma
2392026-03-18T22:46:11.838Zopenjdk system 17 system
2402026-03-18T22:46:11.838Zopenjdk system 11 system
2412026-03-18T22:46:11.838Zopenjdk system 1.8 system
2422026-03-18T22:46:11.838Zopenssl vendor 3 vendor
2432026-03-18T22:46:11.838Zperl system 5.36 system
2442026-03-18T22:46:11.838Zpostgresql system 15 system
2452026-03-18T22:46:11.838Zpostgresql system 13 system
2462026-03-18T22:46:11.838Zpython vendor 3 vendor
2472026-03-18T22:46:11.838Zpython system 2 system
2482026-03-18T22:46:11.838Zpython3 system 3.11 system
2492026-03-18T22:46:11.838Zruby system 3.0 system
2502026-03-18T22:46:11.838Zwords vendor vendor american-english
2512026-03-18T22:46:11.838Zwords system system australian-english
2522026-03-18T22:46:11.839Zwords system system british-english
2532026-03-18T22:46:11.839Zwords system system canadian-english
2542026-03-18T22:46:11.839Zwords system system french
2552026-03-18T22:46:11.839Zwords system system italian
2562026-03-18T22:46:11.839Zwords system system ngerman
2572026-03-18T22:46:11.839Zwords system system ogerman
2582026-03-18T22:46:11.839Zwords system system spanish
2592026-03-18T22:46:12.136ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-18T22:46:12.136Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-18T22:46:18.086ZFMRI IFO
2622026-03-18T22:46:18.086Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-18T22:46:18.086Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-18T22:46:18.086Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-18T22:46:18.086Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-18T22:46:18.086Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-18T22:46:18.086Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-18T22:46:18.086Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-18T22:46:18.086Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-18T22:46:18.086Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-18T22:46:18.086Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-18T22:46:18.086Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-18T22:46:18.086Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-18T22:46:18.086Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-18T22:46:18.086Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-18T22:46:18.087Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-18T22:46:18.087Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-18T22:46:19.304Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-18T22:46:19.624Z Updating crates.io index
2802026-03-18T22:46:19.672Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-18T22:46:20.411Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-18T22:46:20.746Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2832026-03-18T22:46:21.147Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-18T22:46:21.667Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-18T22:46:22.573Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-18T22:46:24.301Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-18T22:46:25.687Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-18T22:46:27.350Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-18T22:46:33.073Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-18T22:46:33.332Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-18T22:46:34.061Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-18T22:46:34.621Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-18T22:46:35.266Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-18T22:46:35.648Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-18T22:46:37.286Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-18T22:46:38.932Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-18T22:46:39.247Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-18T22:46:39.704Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-18T22:46:40.020Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-18T22:46:40.422Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-18T22:46:40.710Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-18T22:46:40.987Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-18T22:46:41.391Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-18T22:46:42.212Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-18T22:46:42.889Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-18T22:46:43.158Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-18T22:46:43.493Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-18T22:46:43.826Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-18T22:46:45.250Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102026-03-18T22:46:45.574Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112026-03-18T22:46:45.912Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3122026-03-18T22:46:46.207Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3132026-03-18T22:46:46.782Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142026-03-18T22:46:47.104Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152026-03-18T22:46:47.694Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162026-03-18T22:46:48.015Z Updating git repository `https://github.com/illumos/smf-rs`
3172026-03-18T22:46:48.461Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182026-03-18T22:48:01.547Z Downloading crates ...
3192026-03-18T22:48:01.605Z Downloaded cfg-if v1.0.4
3202026-03-18T22:48:01.612Z Downloaded anstyle v1.0.13
3212026-03-18T22:48:01.623Z Downloaded num-traits v0.2.19
3222026-03-18T22:48:01.628Z Downloaded tabled_derive v0.7.0
3232026-03-18T22:48:01.629Z Downloaded potential_utf v0.1.4
3242026-03-18T22:48:01.629Z Downloaded idna_adapter v1.2.1
3252026-03-18T22:48:01.629Z Downloaded zerofrom-derive v0.1.6
3262026-03-18T22:48:01.635Z Downloaded yoke v0.8.1
3272026-03-18T22:48:01.635Z Downloaded litemap v0.8.1
3282026-03-18T22:48:01.641Z Downloaded typeid v1.0.3
3292026-03-18T22:48:01.641Z Downloaded toml_write v0.1.2
3302026-03-18T22:48:01.641Z Downloaded utf8_iter v1.0.4
3312026-03-18T22:48:01.642Z Downloaded serde_json v1.0.149
3322026-03-18T22:48:01.655Z Downloaded toml v0.8.23
3332026-03-18T22:48:01.655Z Downloaded thiserror v2.0.18
3342026-03-18T22:48:01.658Z Downloaded yoke-derive v0.8.1
3352026-03-18T22:48:01.659Z Downloaded toml_datetime v0.6.11
3362026-03-18T22:48:01.659Z Downloaded icu_provider v2.1.1
3372026-03-18T22:48:01.659Z Downloaded tinystr v0.8.2
3382026-03-18T22:48:01.659Z Downloaded errno v0.3.14
3392026-03-18T22:48:01.659Z Downloaded pest v2.8.6
3402026-03-18T22:48:01.663Z Downloaded serde_spanned v0.6.9
3412026-03-18T22:48:01.663Z Downloaded equivalent v1.0.2
3422026-03-18T22:48:01.667Z Downloaded thread-id v4.2.2
3432026-03-18T22:48:01.667Z Downloaded thiserror-impl v2.0.18
3442026-03-18T22:48:01.667Z Downloaded zerovec-derive v0.11.2
3452026-03-18T22:48:01.670Z Downloaded digest v0.10.7
3462026-03-18T22:48:01.670Z Downloaded usdt-macro v0.5.0
3472026-03-18T22:48:01.670Z Downloaded usdt-attr-macro v0.5.0
3482026-03-18T22:48:01.676Z Downloaded cpufeatures v0.2.17
3492026-03-18T22:48:01.676Z Downloaded unicode-xid v0.2.6
3502026-03-18T22:48:01.676Z Downloaded unicode-linebreak v0.1.5
3512026-03-18T22:48:01.681Z Downloaded version_check v0.9.5
3522026-03-18T22:48:01.681Z Downloaded utf8parse v0.2.2
3532026-03-18T22:48:01.681Z Downloaded fnv v1.0.7
3542026-03-18T22:48:01.681Z Downloaded dtrace-parser v0.2.0
3552026-03-18T22:48:01.685Z Downloaded usdt-impl v0.5.0
3562026-03-18T22:48:01.687Z Downloaded zmij v1.0.21
3572026-03-18T22:48:01.687Z Downloaded usdt v0.5.0
3582026-03-18T22:48:01.691Z Downloaded itoa v1.0.17
3592026-03-18T22:48:01.691Z Downloaded zerofrom v0.1.6
3602026-03-18T22:48:01.694Z Downloaded is_terminal_polyfill v1.70.2
3612026-03-18T22:48:01.697Z Downloaded unicode-ident v1.0.24
3622026-03-18T22:48:01.697Z Downloaded swrite v0.1.0
3632026-03-18T22:48:01.700Z Downloaded pretty-hex v0.4.1
3642026-03-18T22:48:01.700Z Downloaded thiserror-impl v1.0.69
3652026-03-18T22:48:01.700Z Downloaded textwrap v0.16.2
3662026-03-18T22:48:01.703Z Downloaded smawk v0.3.2
3672026-03-18T22:48:01.707Z Downloaded heck v0.4.1
3682026-03-18T22:48:01.708Z Downloaded writeable v0.6.2
3692026-03-18T22:48:01.708Z Downloaded form_urlencoded v1.2.2
3702026-03-18T22:48:01.711Z Downloaded dof v0.3.0
3712026-03-18T22:48:01.711Z Downloaded cargo_toml v0.21.0
3722026-03-18T22:48:01.715Z Downloaded zerocopy-derive v0.7.35
3732026-03-18T22:48:01.719Z Downloaded url v2.5.8
3742026-03-18T22:48:01.723Z Downloaded colorchoice v1.0.4
3752026-03-18T22:48:01.724Z Downloaded ordered-float v2.10.1
3762026-03-18T22:48:01.727Z Downloaded zerotrie v0.2.3
3772026-03-18T22:48:01.727Z Downloaded typenum v1.19.0
3782026-03-18T22:48:01.731Z Downloaded clap_lex v1.0.0
3792026-03-18T22:48:01.731Z Downloaded anstyle-query v1.1.5
3802026-03-18T22:48:01.731Z Downloaded ucd-trie v0.1.7
3812026-03-18T22:48:01.731Z Downloaded percent-encoding v2.3.2
3822026-03-18T22:48:01.734Z Downloaded macaddr v1.0.1
3832026-03-18T22:48:01.737Z Downloaded toml_edit v0.22.27
3842026-03-18T22:48:01.740Z Downloaded plain v0.2.3
3852026-03-18T22:48:01.740Z Downloaded proc-macro-error-attr v1.0.4
3862026-03-18T22:48:01.740Z Downloaded heck v0.5.0
3872026-03-18T22:48:01.744Z Downloaded strsim v0.11.1
3882026-03-18T22:48:01.747Z Downloaded serde-value v0.7.0
3892026-03-18T22:48:01.747Z Downloaded scroll_derive v0.12.1
3902026-03-18T22:48:01.747Z Downloaded block-buffer v0.10.4
3912026-03-18T22:48:01.750Z Downloaded cargo-platform v0.2.0
3922026-03-18T22:48:01.750Z Downloaded semver v1.0.27
3932026-03-18T22:48:01.750Z Downloaded zerovec v0.11.5
3942026-03-18T22:48:01.753Z Downloaded zerocopy v0.7.35
3952026-03-18T22:48:01.764Z Downloaded winnow v0.7.14
3962026-03-18T22:48:01.771Z Downloaded terminal_size v0.4.3
3972026-03-18T22:48:01.774Z Downloaded pest_meta v2.8.6
3982026-03-18T22:48:01.774Z Downloaded generic-array v0.14.7
3992026-03-18T22:48:01.777Z Downloaded unicode-width v0.1.14
4002026-03-18T22:48:01.780Z Downloaded unicode-width v0.2.0
4012026-03-18T22:48:01.784Z Downloaded memmap v0.7.0
4022026-03-18T22:48:01.788Z Downloaded fastrand v2.3.0
4032026-03-18T22:48:01.791Z Downloaded stable_deref_trait v1.2.1
4042026-03-18T22:48:01.795Z Downloaded scroll v0.12.0
4052026-03-18T22:48:01.799Z Downloaded fs-err v3.3.0
4062026-03-18T22:48:01.804Z Downloaded synstructure v0.13.2
4072026-03-18T22:48:01.807Z Downloaded crypto-common v0.1.7
4082026-03-18T22:48:01.810Z Downloaded icu_normalizer v2.1.1
4092026-03-18T22:48:01.813Z Downloaded anstream v0.6.21
4102026-03-18T22:48:01.816Z Downloaded serde_tokenstream v0.2.3
4112026-03-18T22:48:01.816Z Downloaded anstyle-parse v0.2.7
4122026-03-18T22:48:01.817Z Downloaded serde-untagged v0.1.9
4132026-03-18T22:48:01.820Z Downloaded once_cell v1.21.3
4142026-03-18T22:48:01.825Z Downloaded erased-serde v0.4.9
4152026-03-18T22:48:01.830Z Downloaded quote v1.0.44
4162026-03-18T22:48:01.833Z Downloaded byteorder v1.5.0
4172026-03-18T22:48:01.838Z Downloaded proc-macro-error v1.0.4
4182026-03-18T22:48:01.841Z Downloaded camino-tempfile v1.4.1
4192026-03-18T22:48:01.841Z Downloaded autocfg v1.5.0
4202026-03-18T22:48:01.846Z Downloaded sha2 v0.10.9
4212026-03-18T22:48:01.846Z Downloaded pest_derive v2.8.6
4222026-03-18T22:48:01.850Z Downloaded bytecount v0.6.9
4232026-03-18T22:48:01.850Z Downloaded displaydoc v0.2.5
4242026-03-18T22:48:01.855Z Downloaded cargo_metadata v0.21.0
4252026-03-18T22:48:01.859Z Downloaded cargo-util-schemas v0.8.2
4262026-03-18T22:48:01.868Z Downloaded serde_derive v1.0.228
4272026-03-18T22:48:01.871Z Downloaded getrandom v0.4.1
4282026-03-18T22:48:01.871Z Downloaded pest_generator v2.8.6
4292026-03-18T22:48:01.880Z Downloaded thiserror v1.0.69
4302026-03-18T22:48:01.884Z Downloaded smallvec v1.15.1
4312026-03-18T22:48:01.884Z Downloaded anyhow v1.0.102
4322026-03-18T22:48:01.888Z Downloaded tempfile v3.25.0
4332026-03-18T22:48:01.888Z Downloaded papergrid v0.11.0
4342026-03-18T22:48:01.892Z Downloaded log v0.4.29
4352026-03-18T22:48:01.892Z Downloaded camino v1.2.2
4362026-03-18T22:48:01.896Z Downloaded indexmap v2.13.0
4372026-03-18T22:48:01.896Z Downloaded proc-macro2 v1.0.106
4382026-03-18T22:48:01.898Z Downloaded clap v4.5.60
4392026-03-18T22:48:01.904Z Downloaded icu_properties v2.1.2
4402026-03-18T22:48:01.924Z Downloaded bitflags v2.11.0
4412026-03-18T22:48:01.924Z Downloaded clap_derive v4.5.55
4422026-03-18T22:48:01.924Z Downloaded serde_core v1.0.228
4432026-03-18T22:48:01.934Z Downloaded icu_normalizer_data v2.1.1
4442026-03-18T22:48:01.934Z Downloaded icu_collections v2.1.1
4452026-03-18T22:48:01.938Z Downloaded hashbrown v0.16.1
4462026-03-18T22:48:01.938Z Downloaded memchr v2.8.0
4472026-03-18T22:48:01.942Z Downloaded serde v1.0.228
4482026-03-18T22:48:01.961Z Downloaded icu_locale_core v2.1.1
4492026-03-18T22:48:01.966Z Downloaded icu_properties_data v2.1.2
4502026-03-18T22:48:01.973Z Downloaded idna v1.1.0
4512026-03-18T22:48:01.976Z Downloaded goblin v0.8.2
4522026-03-18T22:48:02.000Z Downloaded clap_builder v4.5.60
4532026-03-18T22:48:02.008Z Downloaded syn v1.0.109
4542026-03-18T22:48:02.016Z Downloaded tabled v0.15.0
4552026-03-18T22:48:02.027Z Downloaded syn v2.0.117
4562026-03-18T22:48:02.053Z Downloaded rustix v1.1.3
4572026-03-18T22:48:02.088Z Downloaded libc v0.2.180
4582026-03-18T22:48:02.168Z Compiling proc-macro2 v1.0.106
4592026-03-18T22:48:02.172Z Compiling quote v1.0.44
4602026-03-18T22:48:02.172Z Compiling unicode-ident v1.0.24
4612026-03-18T22:48:02.172Z Compiling serde_core v1.0.228
4622026-03-18T22:48:02.173Z Compiling libc v0.2.180
4632026-03-18T22:48:02.173Z Compiling version_check v0.9.5
4642026-03-18T22:48:02.173Z Compiling serde v1.0.228
4652026-03-18T22:48:02.173Z Compiling memchr v2.8.0
4662026-03-18T22:48:02.587Z Compiling stable_deref_trait v1.2.1
4672026-03-18T22:48:02.681Z Compiling zmij v1.0.21
4682026-03-18T22:48:02.902Z Compiling ucd-trie v0.1.7
4692026-03-18T22:48:02.944Z Compiling itoa v1.0.17
4702026-03-18T22:48:03.012Z Compiling thiserror v1.0.69
4712026-03-18T22:48:03.225Z Compiling autocfg v1.5.0
4722026-03-18T22:48:03.353Z Compiling pest v2.8.6
4732026-03-18T22:48:03.476Z Compiling litemap v0.8.1
4742026-03-18T22:48:03.536Z Compiling writeable v0.6.2
4752026-03-18T22:48:03.686Z Compiling icu_normalizer_data v2.1.1
4762026-03-18T22:48:03.809Z Compiling icu_properties_data v2.1.2
4772026-03-18T22:48:03.933Z Compiling rustix v1.1.3
4782026-03-18T22:48:04.059Z Compiling syn v2.0.117
4792026-03-18T22:48:04.090Z Compiling byteorder v1.5.0
4802026-03-18T22:48:04.228Z Compiling errno v0.3.14
4812026-03-18T22:48:04.262Z Compiling bitflags v2.11.0
4822026-03-18T22:48:04.397Z Compiling serde_json v1.0.149
4832026-03-18T22:48:04.544Z Compiling num-traits v0.2.19
4842026-03-18T22:48:04.736Z Compiling smallvec v1.15.1
4852026-03-18T22:48:04.742Z Compiling equivalent v1.0.2
4862026-03-18T22:48:04.814Z Compiling typeid v1.0.3
4872026-03-18T22:48:04.954Z Compiling pest_meta v2.8.6
4882026-03-18T22:48:05.046Z Compiling hashbrown v0.16.1
4892026-03-18T22:48:05.222Z Compiling thread-id v4.2.2
4902026-03-18T22:48:05.322Z Compiling proc-macro-error-attr v1.0.4
4912026-03-18T22:48:05.343Z Compiling usdt-impl v0.5.0
4922026-03-18T22:48:05.567Z Compiling syn v1.0.109
4932026-03-18T22:48:05.589Z Compiling winnow v0.7.14
4942026-03-18T22:48:05.624Z Compiling erased-serde v0.4.9
4952026-03-18T22:48:05.767Z Compiling indexmap v2.13.0
4962026-03-18T22:48:05.976Z Compiling toml_write v0.1.2
4972026-03-18T22:48:06.593Z Compiling proc-macro-error v1.0.4
4982026-03-18T22:48:06.681Z Compiling getrandom v0.4.1
4992026-03-18T22:48:06.848Z Compiling utf8_iter v1.0.4
5002026-03-18T22:48:07.042Z Compiling plain v0.2.3
5012026-03-18T22:48:07.170Z Compiling percent-encoding v2.3.2
5022026-03-18T22:48:07.192Z Compiling camino v1.2.2
5032026-03-18T22:48:07.330Z Compiling utf8parse v0.2.2
5042026-03-18T22:48:07.407Z Compiling thiserror v2.0.18
5052026-03-18T22:48:07.429Z Compiling log v0.4.29
5062026-03-18T22:48:07.474Z Compiling anstyle-parse v0.2.7
5072026-03-18T22:48:07.570Z Compiling form_urlencoded v1.2.2
5082026-03-18T22:48:07.649Z Compiling ordered-float v2.10.1
5092026-03-18T22:48:07.800Z Compiling synstructure v0.13.2
5102026-03-18T22:48:07.834Z Compiling pest_generator v2.8.6
5112026-03-18T22:48:08.005Z Compiling terminal_size v0.4.3
5122026-03-18T22:48:08.176Z Compiling anstyle-query v1.1.5
5132026-03-18T22:48:08.270Z Compiling colorchoice v1.0.4
5142026-03-18T22:48:08.308Z Compiling cfg-if v1.0.4
5152026-03-18T22:48:08.387Z Compiling anstyle v1.0.13
5162026-03-18T22:48:08.410Z Compiling pretty-hex v0.4.1
5172026-03-18T22:48:08.435Z Compiling is_terminal_polyfill v1.70.2
5182026-03-18T22:48:08.587Z Compiling serde-untagged v0.1.9
5192026-03-18T22:48:08.633Z Compiling anstream v0.6.21
5202026-03-18T22:48:08.684Z Compiling semver v1.0.27
5212026-03-18T22:48:08.795Z Compiling fs-err v3.3.0
5222026-03-18T22:48:08.898Z Compiling heck v0.5.0
5232026-03-18T22:48:09.021Z Compiling bytecount v0.6.9
5242026-03-18T22:48:09.045Z Compiling once_cell v1.21.3
5252026-03-18T22:48:09.100Z Compiling fastrand v2.3.0
5262026-03-18T22:48:09.127Z Compiling anyhow v1.0.102
5272026-03-18T22:48:09.191Z Compiling clap_lex v1.0.0
5282026-03-18T22:48:09.213Z Compiling strsim v0.11.1
5292026-03-18T22:48:09.347Z Compiling unicode-xid v0.2.6
5302026-03-18T22:48:09.474Z Compiling fnv v1.0.7
5312026-03-18T22:48:09.496Z Compiling unicode-width v0.1.14
5322026-03-18T22:48:09.544Z Compiling heck v0.4.1
5332026-03-18T22:48:09.662Z Compiling clap_builder v4.5.60
5342026-03-18T22:48:09.812Z Compiling papergrid v0.11.0
5352026-03-18T22:48:09.835Z Compiling tempfile v3.25.0
5362026-03-18T22:48:09.882Z Compiling memmap v0.7.0
5372026-03-18T22:48:09.984Z Compiling smawk v0.3.2
5382026-03-18T22:48:10.119Z Compiling unicode-linebreak v0.1.5
5392026-03-18T22:48:10.157Z Compiling unicode-width v0.2.0
5402026-03-18T22:48:10.347Z Compiling camino-tempfile v1.4.1
5412026-03-18T22:48:10.371Z Compiling serde_derive v1.0.228
5422026-03-18T22:48:10.427Z Compiling zerofrom-derive v0.1.6
5432026-03-18T22:48:10.510Z Compiling yoke-derive v0.8.1
5442026-03-18T22:48:10.640Z Compiling zerovec-derive v0.11.2
5452026-03-18T22:48:10.791Z Compiling displaydoc v0.2.5
5462026-03-18T22:48:11.793Z Compiling thiserror-impl v1.0.69
5472026-03-18T22:48:11.816Z Compiling zerocopy-derive v0.7.35
5482026-03-18T22:48:12.134Z Compiling pest_derive v2.8.6
5492026-03-18T22:48:12.184Z Compiling scroll_derive v0.12.1
5502026-03-18T22:48:12.427Z Compiling zerofrom v0.1.6
5512026-03-18T22:48:12.599Z Compiling yoke v0.8.1
5522026-03-18T22:48:12.708Z Compiling thiserror-impl v2.0.18
5532026-03-18T22:48:12.839Z Compiling zerovec v0.11.5
5542026-03-18T22:48:13.028Z Compiling zerotrie v0.2.3
5552026-03-18T22:48:13.072Z Compiling zerocopy v0.7.35
5562026-03-18T22:48:13.426Z Compiling scroll v0.12.0
5572026-03-18T22:48:13.522Z Compiling tinystr v0.8.2
5582026-03-18T22:48:13.677Z Compiling potential_utf v0.1.4
5592026-03-18T22:48:13.770Z Compiling icu_locale_core v2.1.1
5602026-03-18T22:48:13.794Z Compiling dtrace-parser v0.2.0
5612026-03-18T22:48:13.859Z Compiling icu_collections v2.1.1
5622026-03-18T22:48:13.884Z Compiling goblin v0.8.2
5632026-03-18T22:48:14.028Z Compiling tabled_derive v0.7.0
5642026-03-18T22:48:14.520Z Compiling clap_derive v4.5.55
5652026-03-18T22:48:14.683Z Compiling icu_provider v2.1.1
5662026-03-18T22:48:14.846Z Compiling textwrap v0.16.2
5672026-03-18T22:48:15.064Z Compiling serde_spanned v0.6.9
5682026-03-18T22:48:15.124Z Compiling toml_datetime v0.6.11
5692026-03-18T22:48:15.201Z Compiling icu_normalizer v2.1.1
5702026-03-18T22:48:15.256Z Compiling icu_properties v2.1.2
5712026-03-18T22:48:15.278Z Compiling dof v0.3.0
5722026-03-18T22:48:15.372Z Compiling toml_edit v0.22.27
5732026-03-18T22:48:15.457Z Compiling serde_tokenstream v0.2.3
5742026-03-18T22:48:15.482Z Compiling serde-value v0.7.0
5752026-03-18T22:48:15.853Z Compiling cargo-platform v0.2.0
5762026-03-18T22:48:15.929Z Compiling tabled v0.15.0
5772026-03-18T22:48:15.958Z Compiling macaddr v1.0.1
5782026-03-18T22:48:16.245Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5792026-03-18T22:48:16.631Z Compiling idna_adapter v1.2.1
5802026-03-18T22:48:16.715Z Compiling usdt-macro v0.5.0
5812026-03-18T22:48:16.739Z Compiling usdt-attr-macro v0.5.0
5822026-03-18T22:48:16.810Z Compiling idna v1.1.0
5832026-03-18T22:48:16.842Z Compiling swrite v0.1.0
5842026-03-18T22:48:16.937Z Compiling clap v4.5.60
5852026-03-18T22:48:17.225Z Compiling url v2.5.8
5862026-03-18T22:48:17.539Z Compiling toml v0.8.23
5872026-03-18T22:48:18.007Z Compiling usdt v0.5.0
5882026-03-18T22:48:18.053Z Compiling cargo-util-schemas v0.8.2
5892026-03-18T22:48:18.222Z Compiling cargo_toml v0.21.0
5902026-03-18T22:48:19.245Z Compiling cargo_metadata v0.21.0
5912026-03-18T22:48:20.522Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5922026-03-18T22:48:23.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
5932026-03-18T22:48:23.669Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5942026-03-18T22:48:24.393Z Downloading crates ...
5952026-03-18T22:48:24.564Z Downloaded adler2 v2.0.1
5962026-03-18T22:48:24.573Z Downloaded cobs v0.3.0
5972026-03-18T22:48:24.573Z Downloaded backoff v0.4.0
5982026-03-18T22:48:24.573Z Downloaded console v0.16.2
5992026-03-18T22:48:24.573Z Downloaded bitfield-macros v0.19.4
6002026-03-18T22:48:24.573Z Downloaded bitfield v0.19.4
6012026-03-18T22:48:24.573Z Downloaded bit-set v0.5.3
6022026-03-18T22:48:24.574Z Downloaded bb8 v0.8.6
6032026-03-18T22:48:24.574Z Downloaded base16ct v1.0.0
6042026-03-18T22:48:24.574Z Downloaded bcrypt-pbkdf v0.10.0
6052026-03-18T22:48:24.574Z Downloaded deranged v0.5.8
6062026-03-18T22:48:24.574Z Downloaded ctr v0.9.2
6072026-03-18T22:48:24.574Z Downloaded backon v1.6.0
6082026-03-18T22:48:24.575Z Downloaded arrayref v0.3.9
6092026-03-18T22:48:24.575Z Downloaded critical-section v1.2.0
6102026-03-18T22:48:24.575Z Downloaded csv-core v0.1.13
6112026-03-18T22:48:24.584Z Downloaded crucible-workspace-hack v0.1.0
6122026-03-18T22:48:24.584Z Downloaded display-error-chain v0.2.2
6132026-03-18T22:48:24.584Z Downloaded bzip2 v0.6.1
6142026-03-18T22:48:24.584Z Downloaded der_derive v0.7.3
6152026-03-18T22:48:24.587Z Downloaded crossbeam-epoch v0.9.18
6162026-03-18T22:48:24.587Z Downloaded defmt v0.3.100
6172026-03-18T22:48:24.590Z Downloaded derive_builder_core v0.20.2
6182026-03-18T22:48:24.593Z Downloaded defmt-macros v1.0.1
6192026-03-18T22:48:24.597Z Downloaded bit-vec v0.6.3
6202026-03-18T22:48:24.600Z Downloaded base64ct v1.8.3
6212026-03-18T22:48:24.604Z Downloaded dyn-clone v1.0.20
6222026-03-18T22:48:24.608Z Downloaded fd-lock v4.0.4
6232026-03-18T22:48:24.612Z Downloaded foreign-types-shared v0.3.1
6242026-03-18T22:48:24.615Z Downloaded dof v0.4.0
6252026-03-18T22:48:24.618Z Downloaded foreign-types-macros v0.2.3
6262026-03-18T22:48:24.621Z Downloaded document-features v0.2.12
6272026-03-18T22:48:24.625Z Downloaded darling_macro v0.23.0
6282026-03-18T22:48:24.628Z Downloaded foreign-types-shared v0.1.1
6292026-03-18T22:48:24.630Z Downloaded dropshot_endpoint v0.16.7
6302026-03-18T22:48:24.634Z Downloaded dunce v1.0.5
6312026-03-18T22:48:24.637Z Downloaded env_filter v1.0.0
6322026-03-18T22:48:24.640Z Downloaded futures-core v0.3.32
6332026-03-18T22:48:24.647Z Downloaded fxhash v0.2.1
6342026-03-18T22:48:24.650Z Downloaded futures-io v0.3.32
6352026-03-18T22:48:24.650Z Downloaded futures-macro v0.3.32
6362026-03-18T22:48:24.653Z Downloaded float-cmp v0.10.0
6372026-03-18T22:48:24.656Z Downloaded gethostname v0.5.0
6382026-03-18T22:48:24.659Z Downloaded hash32 v0.2.1
6392026-03-18T22:48:24.662Z Downloaded fixedbitset v0.4.2
6402026-03-18T22:48:24.665Z Downloaded float-ord v0.3.2
6412026-03-18T22:48:24.668Z Downloaded flagset v0.4.7
6422026-03-18T22:48:24.671Z Downloaded git-stub v1.0.0
6432026-03-18T22:48:24.674Z Downloaded foreign-types v0.3.2
6442026-03-18T22:48:24.677Z Downloaded embedded-io v0.4.0
6452026-03-18T22:48:24.680Z Downloaded hash32 v0.3.1
6462026-03-18T22:48:24.683Z Downloaded async-trait v0.1.89
6472026-03-18T22:48:24.687Z Downloaded hex-literal v0.4.1
6482026-03-18T22:48:24.689Z Downloaded derive-where v1.6.0
6492026-03-18T22:48:24.694Z Downloaded hostname v0.4.2
6502026-03-18T22:48:24.697Z Downloaded hostname v0.3.1
6512026-03-18T22:48:24.700Z Downloaded fs-err v2.11.0
6522026-03-18T22:48:24.703Z Downloaded hubpack_derive v0.1.1
6532026-03-18T22:48:24.707Z Downloaded http-range v0.1.5
6542026-03-18T22:48:24.712Z Downloaded hyper-tls v0.6.0
6552026-03-18T22:48:24.715Z Downloaded indent_write v2.2.0
6562026-03-18T22:48:24.715Z Downloaded git-stub-vcs v0.1.0
6572026-03-18T22:48:24.719Z Downloaded ident_case v1.0.1
6582026-03-18T22:48:24.723Z Downloaded indoc v1.0.9
6592026-03-18T22:48:24.727Z Downloaded filetime v0.2.27
6602026-03-18T22:48:24.731Z Downloaded erased-serde v0.3.31
6612026-03-18T22:48:24.734Z Downloaded globset v0.4.18
6622026-03-18T22:48:24.734Z Downloaded crc32fast v1.5.0
6632026-03-18T22:48:24.737Z Downloaded defmt v1.0.1
6642026-03-18T22:48:24.755Z Downloaded is_ci v1.2.0
6652026-03-18T22:48:24.757Z Downloaded instant v0.1.13
6662026-03-18T22:48:24.760Z Downloaded inout v0.1.4
6672026-03-18T22:48:24.762Z Downloaded lazy_static v1.5.0
6682026-03-18T22:48:24.765Z Downloaded keccak v0.1.6
6692026-03-18T22:48:24.768Z Downloaded is-terminal v0.4.17
6702026-03-18T22:48:24.771Z Downloaded fs_extra v1.3.0
6712026-03-18T22:48:24.774Z Downloaded cookie v0.18.1
6722026-03-18T22:48:24.778Z Downloaded libscf-sys v1.1.0
6732026-03-18T22:48:24.781Z Downloaded lalrpop-util v0.19.12
6742026-03-18T22:48:24.784Z Downloaded hyper-staticfile v0.10.1
6752026-03-18T22:48:24.787Z Downloaded linked-hash-map v0.5.6
6762026-03-18T22:48:24.790Z Downloaded lzss v0.8.2
6772026-03-18T22:48:24.792Z Downloaded lru v0.12.5
6782026-03-18T22:48:24.795Z Downloaded indoc v2.0.7
6792026-03-18T22:48:24.798Z Downloaded impl-trait-for-tuples v0.2.3
6802026-03-18T22:48:24.801Z Downloaded md5 v0.7.0
6812026-03-18T22:48:24.804Z Downloaded ingot-types v0.1.2
6822026-03-18T22:48:24.807Z Downloaded mime v0.3.17
6832026-03-18T22:48:24.809Z Downloaded multimap v0.10.1
6842026-03-18T22:48:24.812Z Downloaded maplit v1.0.2
6852026-03-18T22:48:24.816Z Downloaded ipnetwork v0.21.1
6862026-03-18T22:48:24.822Z Downloaded maybe-uninit v2.0.0
6872026-03-18T22:48:24.822Z Downloaded match_cfg v0.1.0
6882026-03-18T22:48:24.825Z Downloaded hickory-client v0.25.2
6892026-03-18T22:48:24.825Z Downloaded newtype_derive v0.1.6
6902026-03-18T22:48:24.827Z Downloaded nibble_vec v0.1.0
6912026-03-18T22:48:24.830Z Downloaded ipnet v2.11.0
6922026-03-18T22:48:24.833Z Downloaded console v0.15.11
6932026-03-18T22:48:24.836Z Downloaded httparse v1.10.1
6942026-03-18T22:48:24.839Z Downloaded num v0.4.3
6952026-03-18T22:48:24.842Z Downloaded nodrop v0.1.14
6962026-03-18T22:48:24.844Z Downloaded num-iter v0.1.45
6972026-03-18T22:48:24.847Z Downloaded num-conv v0.2.0
6982026-03-18T22:48:24.850Z Downloaded chacha20poly1305 v0.10.1
6992026-03-18T22:48:24.853Z Downloaded hmac v0.12.1
7002026-03-18T22:48:24.856Z Downloaded libsw v3.5.0
7012026-03-18T22:48:24.858Z Downloaded opaque-debug v0.3.1
7022026-03-18T22:48:24.861Z Downloaded olpc-cjson v0.1.4
7032026-03-18T22:48:24.861Z Downloaded openssl-probe v0.2.1
7042026-03-18T22:48:24.864Z Downloaded arc-swap v1.8.2
7052026-03-18T22:48:24.868Z Downloaded oso-derive v0.27.3
7062026-03-18T22:48:24.870Z Downloaded lock_api v0.4.14
7072026-03-18T22:48:24.876Z Downloaded linear-map v1.2.0
7082026-03-18T22:48:24.879Z Downloaded ingot-macros v0.1.1
7092026-03-18T22:48:24.879Z Downloaded nanorand v0.7.0
7102026-03-18T22:48:24.883Z Downloaded getrandom v0.3.4
7112026-03-18T22:48:24.887Z Downloaded jobserver v0.1.34
7122026-03-18T22:48:24.892Z Downloaded multer v3.1.0
7132026-03-18T22:48:24.897Z Downloaded foldhash v0.2.0
7142026-03-18T22:48:24.897Z Downloaded packed_struct_codegen v0.10.1
7152026-03-18T22:48:24.897Z Downloaded parse-size v1.1.0
7162026-03-18T22:48:24.900Z Downloaded native-tls v0.2.18
7172026-03-18T22:48:24.900Z Downloaded pbkdf2 v0.12.2
7182026-03-18T22:48:24.904Z Downloaded pbkdf2 v0.11.0
7192026-03-18T22:48:24.907Z Downloaded parse-display v0.10.0
7202026-03-18T22:48:24.912Z Downloaded peg-runtime v0.8.5
7212026-03-18T22:48:24.912Z Downloaded path-slash v0.1.5
7222026-03-18T22:48:24.912Z Downloaded phf_shared v0.11.3
7232026-03-18T22:48:24.916Z Downloaded num_enum_derive v0.5.11
7242026-03-18T22:48:24.923Z Downloaded pin-utils v0.1.0
7252026-03-18T22:48:24.923Z Downloaded phf_shared v0.12.1
7262026-03-18T22:48:24.923Z Downloaded num_enum v0.7.5
7272026-03-18T22:48:24.927Z Downloaded nu-ansi-term v0.50.3
7282026-03-18T22:48:24.930Z Downloaded phf_shared v0.13.1
7292026-03-18T22:48:24.932Z Downloaded num-integer v0.1.46
7302026-03-18T22:48:24.932Z Downloaded openssl-macros v0.1.1
7312026-03-18T22:48:24.936Z Downloaded num_enum_derive v0.7.5
7322026-03-18T22:48:24.939Z Downloaded num-complex v0.4.6
7332026-03-18T22:48:24.939Z Downloaded nonempty v0.12.0
7342026-03-18T22:48:24.942Z Downloaded predicates-core v1.0.10
7352026-03-18T22:48:24.945Z Downloaded flume v0.11.1
7362026-03-18T22:48:24.948Z Downloaded precomputed-hash v0.1.1
7372026-03-18T22:48:24.951Z Downloaded proc-macro-crate v1.3.1
7382026-03-18T22:48:24.953Z Downloaded half v2.7.1
7392026-03-18T22:48:24.956Z Downloaded indexmap v1.9.3
7402026-03-18T22:48:24.959Z Downloaded oxnet v0.1.4
7412026-03-18T22:48:24.961Z Downloaded predicates-tree v1.0.13
7422026-03-18T22:48:24.964Z Downloaded oxide-tokio-rt v0.1.3
7432026-03-18T22:48:24.967Z Downloaded owo-colors v4.3.0
7442026-03-18T22:48:24.969Z Downloaded progenitor-client v0.10.0
7452026-03-18T22:48:24.972Z Downloaded paste v1.0.15
7462026-03-18T22:48:24.975Z Downloaded proc-macro-crate v3.4.0
7472026-03-18T22:48:24.978Z Downloaded pem v3.0.6
7482026-03-18T22:48:24.978Z Downloaded peg-macros v0.8.5
7492026-03-18T22:48:24.981Z Downloaded psl-types v2.0.11
7502026-03-18T22:48:24.983Z Downloaded progenitor-macro v0.11.2
7512026-03-18T22:48:24.986Z Downloaded progenitor-macro v0.13.0
7522026-03-18T22:48:24.986Z Downloaded pin-project-internal v1.1.11
7532026-03-18T22:48:24.989Z Downloaded quick-error v1.2.3
7542026-03-18T22:48:24.992Z Downloaded heapless v0.8.0
7552026-03-18T22:48:24.995Z Downloaded progenitor-client v0.11.2
7562026-03-18T22:48:24.998Z Downloaded headers v0.4.1
7572026-03-18T22:48:25.002Z Downloaded libbz2-rs-sys v0.2.2
7582026-03-18T22:48:25.005Z Downloaded phf v0.12.1
7592026-03-18T22:48:25.008Z Downloaded peg v0.8.5
7602026-03-18T22:48:25.011Z Downloaded rand_chacha v0.3.1
7612026-03-18T22:48:25.014Z Downloaded omicron-zone-package v0.12.2
7622026-03-18T22:48:25.017Z Downloaded radium v0.7.0
7632026-03-18T22:48:25.021Z Downloaded rand_xorshift v0.4.0
7642026-03-18T22:48:25.021Z Downloaded postgres-protocol v0.6.10
7652026-03-18T22:48:25.023Z Downloaded poly1305 v0.8.0
7662026-03-18T22:48:25.026Z Downloaded ppv-lite86 v0.2.21
7672026-03-18T22:48:25.029Z Downloaded derive_more v2.1.1
7682026-03-18T22:48:25.037Z Downloaded ref-cast-impl v1.0.25
7692026-03-18T22:48:25.040Z Downloaded progenitor v0.10.0
7702026-03-18T22:48:25.042Z Downloaded progenitor-macro v0.10.0
7712026-03-18T22:48:25.045Z Downloaded proc-macro-error2 v2.0.1
7722026-03-18T22:48:25.048Z Downloaded parking_lot_core v0.9.12
7732026-03-18T22:48:25.051Z Downloaded rfc6979 v0.4.0
7742026-03-18T22:48:25.054Z Downloaded phf v0.13.1
7752026-03-18T22:48:25.054Z Downloaded proc-macro-error-attr2 v2.0.0
7762026-03-18T22:48:25.057Z Downloaded progenitor v0.11.2
7772026-03-18T22:48:25.060Z Downloaded psm v0.1.30
7782026-03-18T22:48:25.063Z Downloaded progenitor-extras v0.1.1
7792026-03-18T22:48:25.064Z Downloaded cc v1.2.56
7802026-03-18T22:48:25.067Z Downloaded rustc_version v0.4.1
7812026-03-18T22:48:25.070Z Downloaded rustc_version v0.1.7
7822026-03-18T22:48:25.070Z Downloaded rustc-hash v2.1.1
7832026-03-18T22:48:25.072Z Downloaded hickory-resolver v0.24.4
7842026-03-18T22:48:25.075Z Downloaded postgres-types v0.2.12
7852026-03-18T22:48:25.078Z Downloaded russh-cryptovec v0.7.3
7862026-03-18T22:48:25.080Z Downloaded rand_chacha v0.9.0
7872026-03-18T22:48:25.083Z Downloaded rtoolbox v0.0.3
7882026-03-18T22:48:25.083Z Downloaded r2d2 v0.8.10
7892026-03-18T22:48:25.086Z Downloaded pkcs1 v0.7.5
7902026-03-18T22:48:25.089Z Downloaded scheduled-thread-pool v0.2.7
7912026-03-18T22:48:25.091Z Downloaded crossbeam-channel v0.5.15
7922026-03-18T22:48:25.094Z Downloaded sapling-renderdag v0.1.0
7932026-03-18T22:48:25.097Z Downloaded rand_core v0.10.0
7942026-03-18T22:48:25.099Z Downloaded rand_core v0.9.5
7952026-03-18T22:48:25.102Z Downloaded same-file v1.0.6
7962026-03-18T22:48:25.102Z Downloaded salsa20 v0.10.2
7972026-03-18T22:48:25.105Z Downloaded scroll_derive v0.13.1
7982026-03-18T22:48:25.108Z Downloaded hashbrown v0.12.3
7992026-03-18T22:48:25.110Z Downloaded primeorder v0.13.6
8002026-03-18T22:48:25.114Z Downloaded scopeguard v1.2.0
8012026-03-18T22:48:25.114Z Downloaded secrecy v0.8.0
8022026-03-18T22:48:25.117Z Downloaded semver v0.1.20
8032026-03-18T22:48:25.117Z Downloaded crossterm v0.28.1
8042026-03-18T22:48:25.122Z Downloaded resolv-conf v0.7.6
8052026-03-18T22:48:25.125Z Downloaded papergrid v0.17.0
8062026-03-18T22:48:25.129Z Downloaded seq-macro v0.3.6
8072026-03-18T22:48:25.132Z Downloaded scrypt v0.11.0
8082026-03-18T22:48:25.134Z Downloaded oso v0.27.3
8092026-03-18T22:48:25.137Z Downloaded serde_bytes v0.11.19
8102026-03-18T22:48:25.141Z Downloaded serde_plain v1.0.2
8112026-03-18T22:48:25.144Z Downloaded progenitor v0.13.0
8122026-03-18T22:48:25.144Z Downloaded miniz_oxide v0.8.9
8132026-03-18T22:48:25.147Z Downloaded rand_seeder v0.4.0
8142026-03-18T22:48:25.147Z Downloaded pkcs5 v0.7.1
8152026-03-18T22:48:25.152Z Downloaded quinn-udp v0.5.14
8162026-03-18T22:48:25.155Z Downloaded pin-project v1.1.11
8172026-03-18T22:48:25.162Z Downloaded siphasher v1.0.2
8182026-03-18T22:48:25.165Z Downloaded sigpipe v0.1.3
8192026-03-18T22:48:25.168Z Downloaded signature v2.2.0
8202026-03-18T22:48:25.168Z Downloaded signal-hook-tokio v0.3.1
8212026-03-18T22:48:25.170Z Downloaded schemars_derive v0.8.22
8222026-03-18T22:48:25.173Z Downloaded shell-words v1.1.1
8232026-03-18T22:48:25.173Z Downloaded serde_urlencoded v0.7.1
8242026-03-18T22:48:25.176Z Downloaded serde_spanned v1.0.4
8252026-03-18T22:48:25.178Z Downloaded prefix-trie v0.7.0
8262026-03-18T22:48:25.181Z Downloaded rusty-fork v0.3.1
8272026-03-18T22:48:25.184Z Downloaded slog-envlogger v2.2.0
8282026-03-18T22:48:25.184Z Downloaded slog-bunyan v2.5.0
8292026-03-18T22:48:25.186Z Downloaded signal-hook-mio v0.2.5
8302026-03-18T22:48:25.189Z Downloaded secrecy v0.10.3
8312026-03-18T22:48:25.189Z Downloaded scroll v0.13.0
8322026-03-18T22:48:25.192Z Downloaded serde_repr v0.1.20
8332026-03-18T22:48:25.195Z Downloaded rustversion v1.0.22
8342026-03-18T22:48:25.195Z Downloaded rustls-pemfile v2.2.0
8352026-03-18T22:48:25.198Z Downloaded rustls-pemfile v1.0.4
8362026-03-18T22:48:25.202Z Downloaded progenitor-impl v0.11.2
8372026-03-18T22:48:25.205Z Downloaded rand_core v0.6.4
8382026-03-18T22:48:25.205Z Downloaded serde_path_to_error v0.1.20
8392026-03-18T22:48:25.208Z Downloaded parking_lot v0.12.5
8402026-03-18T22:48:25.210Z Downloaded serde_derive_internals v0.29.1
8412026-03-18T22:48:25.210Z Downloaded shlex v1.3.0
8422026-03-18T22:48:25.213Z Downloaded ssh-cipher v0.2.0
8432026-03-18T22:48:25.213Z Downloaded jiff-static v0.2.21
8442026-03-18T22:48:25.217Z Downloaded sqlparser_derive v0.5.0
8452026-03-18T22:48:25.220Z Downloaded sec1 v0.7.3
8462026-03-18T22:48:25.220Z Downloaded serde-hex v0.1.0
8472026-03-18T22:48:25.222Z Downloaded ssh-encoding v0.2.0
8482026-03-18T22:48:25.225Z Downloaded sct v0.7.1
8492026-03-18T22:48:25.228Z Downloaded hickory-server v0.25.2
8502026-03-18T22:48:25.231Z Downloaded rustls-pki-types v1.14.0
8512026-03-18T22:48:25.234Z Downloaded rustls-native-certs v0.8.3
8522026-03-18T22:48:25.237Z Downloaded strum v0.26.3
8532026-03-18T22:48:25.237Z Downloaded structmeta-derive v0.3.0
8542026-03-18T22:48:25.240Z Downloaded structmeta v0.3.0
8552026-03-18T22:48:25.240Z Downloaded sha1 v0.10.6
8562026-03-18T22:48:25.245Z Downloaded russh-keys v0.45.0
8572026-03-18T22:48:25.249Z Downloaded strum v0.27.2
8582026-03-18T22:48:25.249Z Downloaded hyper-util v0.1.20
8592026-03-18T22:48:25.252Z Downloaded subtle v2.6.1
8602026-03-18T22:48:25.252Z Downloaded aes-gcm v0.10.3
8612026-03-18T22:48:25.255Z Downloaded rcgen v0.12.1
8622026-03-18T22:48:25.258Z Downloaded supports-color v3.0.2
8632026-03-18T22:48:25.260Z Downloaded slog-scope v4.4.1
8642026-03-18T22:48:25.260Z Downloaded slog-json v2.6.1
8652026-03-18T22:48:25.263Z Downloaded slog-dtrace v0.3.0
8662026-03-18T22:48:25.266Z Downloaded slab v0.4.12
8672026-03-18T22:48:25.266Z Downloaded sync-ptr v0.1.4
8682026-03-18T22:48:25.269Z Downloaded sync_wrapper v1.0.2
8692026-03-18T22:48:25.269Z Downloaded slog-term v2.9.2
8702026-03-18T22:48:25.271Z Downloaded ron v0.8.1
8712026-03-18T22:48:25.275Z Downloaded smallvec v0.6.14
8722026-03-18T22:48:25.278Z Downloaded serde_cbor v0.11.2
8732026-03-18T22:48:25.282Z Downloaded progenitor-impl v0.13.0
8742026-03-18T22:48:25.285Z Downloaded serde_with_macros v3.17.0
8752026-03-18T22:48:25.285Z Downloaded termtree v0.5.1
8762026-03-18T22:48:25.291Z Downloaded tap v1.0.1
8772026-03-18T22:48:25.291Z Downloaded testing_table v0.3.0
8782026-03-18T22:48:25.291Z Downloaded tabled_derive v0.11.0
8792026-03-18T22:48:25.294Z Downloaded time-core v0.1.8
8802026-03-18T22:48:25.294Z Downloaded spki v0.7.3
8812026-03-18T22:48:25.294Z Downloaded take_mut v0.2.2
8822026-03-18T22:48:25.294Z Downloaded sqlformat v0.3.5
8832026-03-18T22:48:25.297Z Downloaded thread-id v5.1.0
8842026-03-18T22:48:25.297Z Downloaded static_assertions v1.1.0
8852026-03-18T22:48:25.300Z Downloaded http v1.4.0
8862026-03-18T22:48:25.303Z Downloaded tagptr v0.2.0
8872026-03-18T22:48:25.305Z Downloaded tabwriter v1.4.1
8882026-03-18T22:48:25.305Z Downloaded stacker v0.1.23
8892026-03-18T22:48:25.308Z Downloaded slog-stdlog v4.1.1
8902026-03-18T22:48:25.308Z Downloaded smf v0.2.3
8912026-03-18T22:48:25.311Z Downloaded simd-adler32 v0.3.8
8922026-03-18T22:48:25.311Z Downloaded stringprep v0.1.5
8932026-03-18T22:48:25.313Z Downloaded string_cache v0.8.9
8942026-03-18T22:48:25.316Z Downloaded strum_macros v0.27.2
8952026-03-18T22:48:25.316Z Downloaded ryu v1.0.23
8962026-03-18T22:48:25.319Z Downloaded strum_macros v0.24.3
8972026-03-18T22:48:25.321Z Downloaded rustls-platform-verifier v0.6.2
8982026-03-18T22:48:25.326Z Downloaded minimal-lexical v0.2.1
8992026-03-18T22:48:25.328Z Downloaded tinyvec_macros v0.1.1
9002026-03-18T22:48:25.331Z Downloaded rayon-core v1.13.0
9012026-03-18T22:48:25.333Z Downloaded pretty_assertions v1.4.1
9022026-03-18T22:48:25.336Z Downloaded prettyplease v0.2.37
9032026-03-18T22:48:25.339Z Downloaded support-bundle-viewer v0.1.2
9042026-03-18T22:48:25.339Z Downloaded signal-hook-registry v1.4.8
9052026-03-18T22:48:25.342Z Downloaded openssl-sys v0.9.111
9062026-03-18T22:48:25.345Z Downloaded strip-ansi-escapes v0.2.1
9072026-03-18T22:48:25.348Z Downloaded hashbrown v0.13.2
9082026-03-18T22:48:25.350Z Downloaded slog-async v2.8.0
9092026-03-18T22:48:25.350Z Downloaded publicsuffix v2.3.0
9102026-03-18T22:48:25.353Z Downloaded snafu-derive v0.8.9
9112026-03-18T22:48:25.356Z Downloaded spin v0.9.8
9122026-03-18T22:48:25.359Z Downloaded progenitor-impl v0.10.0
9132026-03-18T22:48:25.359Z Downloaded itertools v0.10.5
9142026-03-18T22:48:25.363Z Downloaded termios v0.3.3
9152026-03-18T22:48:25.366Z Downloaded mio v1.1.1
9162026-03-18T22:48:25.369Z Downloaded tower-service v0.3.3
9172026-03-18T22:48:25.373Z Downloaded topological-sort v0.2.2
9182026-03-18T22:48:25.373Z Downloaded aes v0.8.4
9192026-03-18T22:48:25.377Z Downloaded rand v0.8.5
9202026-03-18T22:48:25.381Z Downloaded num-bigint v0.4.6
9212026-03-18T22:48:25.384Z Downloaded thiserror-impl-no-std v2.0.2
9222026-03-18T22:48:25.384Z Downloaded tower-layer v0.3.3
9232026-03-18T22:48:25.387Z Downloaded nom v7.1.3
9242026-03-18T22:48:25.389Z Downloaded typify-macro v0.4.3
9252026-03-18T22:48:25.390Z Downloaded try-lock v0.2.5
9262026-03-18T22:48:25.393Z Downloaded trait-variant v0.1.2
9272026-03-18T22:48:25.393Z Downloaded time-macros v0.2.27
9282026-03-18T22:48:25.395Z Downloaded typify-macro v0.6.1
9292026-03-18T22:48:25.395Z Downloaded tiny-keccak v2.0.2
9302026-03-18T22:48:25.398Z Downloaded schemars v0.8.22
9312026-03-18T22:48:25.406Z Downloaded unarray v0.1.4
9322026-03-18T22:48:25.411Z Downloaded strum_macros v0.26.4
9332026-03-18T22:48:25.411Z Downloaded untrusted v0.9.0
9342026-03-18T22:48:25.411Z Downloaded untrusted v0.7.1
9352026-03-18T22:48:25.414Z Downloaded universal-hash v0.5.1
9362026-03-18T22:48:25.414Z Downloaded tokio-native-tls v0.3.1
9372026-03-18T22:48:25.414Z Downloaded tokio-macros v2.6.0
9382026-03-18T22:48:25.416Z Downloaded tokio-dtrace v0.1.1
9392026-03-18T22:48:25.416Z Downloaded unit-prefix v0.5.2
9402026-03-18T22:48:25.419Z Downloaded quinn v0.11.9
9412026-03-18T22:48:25.422Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9422026-03-18T22:48:25.422Z Downloaded tokio-tungstenite v0.23.1
9432026-03-18T22:48:25.428Z Downloaded tls_codec_derive v0.4.2
9442026-03-18T22:48:25.428Z Downloaded usdt v0.6.0
9452026-03-18T22:48:25.428Z Downloaded tokio-rustls v0.25.0
9462026-03-18T22:48:25.431Z Downloaded tls_codec v0.4.2
9472026-03-18T22:48:25.431Z Downloaded slog v2.8.2
9482026-03-18T22:48:25.434Z Downloaded usdt-attr-macro v0.6.0
9492026-03-18T22:48:25.435Z Downloaded utf-8 v0.7.6
9502026-03-18T22:48:25.435Z Downloaded usdt-macro v0.6.0
9512026-03-18T22:48:25.435Z Downloaded serde_yaml v0.9.34+deprecated
9522026-03-18T22:48:25.438Z Downloaded tokio-tungstenite v0.21.0
9532026-03-18T22:48:25.440Z Downloaded term v1.2.1
9542026-03-18T22:48:25.445Z Downloaded toml_writer v1.0.6+spec-1.1.0
9552026-03-18T22:48:25.445Z Downloaded thiserror-no-std v2.0.2
9562026-03-18T22:48:25.448Z Downloaded term v0.7.0
9572026-03-18T22:48:25.451Z Downloaded socket2 v0.6.2
9582026-03-18T22:48:25.451Z Downloaded wait-timeout v0.2.1
9592026-03-18T22:48:25.455Z Downloaded aho-corasick v1.1.4
9602026-03-18T22:48:25.458Z Downloaded rand v0.10.0
9612026-03-18T22:48:25.461Z Downloaded socket2 v0.5.10
9622026-03-18T22:48:25.468Z Downloaded num-bigint-dig v0.8.6
9632026-03-18T22:48:25.468Z Downloaded schemars v0.9.0
9642026-03-18T22:48:25.474Z Downloaded want v0.3.1
9652026-03-18T22:48:25.479Z Downloaded hyper v1.8.1
9662026-03-18T22:48:25.482Z Downloaded futures-util v0.3.32
9672026-03-18T22:48:25.491Z Downloaded tokio-rustls v0.26.4
9682026-03-18T22:48:25.495Z Downloaded waitgroup v0.1.2
9692026-03-18T22:48:25.495Z Downloaded xshell-macros v0.2.7
9702026-03-18T22:48:25.495Z Downloaded void v1.0.2
9712026-03-18T22:48:25.495Z Downloaded subprocess v0.2.15
9722026-03-18T22:48:25.498Z Downloaded unicase v2.9.0
9732026-03-18T22:48:25.498Z Downloaded tui-tree-widget v0.23.1
9742026-03-18T22:48:25.498Z Downloaded rustls-webpki v0.103.9
9752026-03-18T22:48:25.501Z Downloaded xattr v1.6.1
9762026-03-18T22:48:25.503Z Downloaded itertools v0.13.0
9772026-03-18T22:48:25.547Z Downloaded uzers v0.12.2
9782026-03-18T22:48:25.547Z Downloaded tokio-stream v0.1.18
9792026-03-18T22:48:25.547Z Downloaded test-strategy v0.4.5
9802026-03-18T22:48:25.547Z Downloaded zone_cfg_derive v0.3.1
9812026-03-18T22:48:25.547Z Downloaded qorb v0.4.1
9822026-03-18T22:48:25.547Z Downloaded vsss-rs v3.3.4
9832026-03-18T22:48:25.547Z Downloaded vergen-gitcl v1.0.8
9842026-03-18T22:48:25.547Z Downloaded tokio-rustls v0.24.1
9852026-03-18T22:48:25.547Z Downloaded iri-string v0.7.10
9862026-03-18T22:48:25.547Z Downloaded zone v0.3.1
9872026-03-18T22:48:25.547Z Downloaded rand v0.9.2
9882026-03-18T22:48:25.547Z Downloaded zeroize_derive v1.4.3
9892026-03-18T22:48:25.547Z Downloaded russh v0.45.0
9902026-03-18T22:48:25.547Z Downloaded hkdf v0.12.4
9912026-03-18T22:48:25.547Z Downloaded schemars v1.2.1
9922026-03-18T22:48:25.552Z Downloaded vergen-lib v0.1.6
9932026-03-18T22:48:25.554Z Downloaded twox-hash v2.1.2
9942026-03-18T22:48:25.557Z Downloaded tracing-attributes v0.1.31
9952026-03-18T22:48:25.557Z Downloaded tinyvec v1.10.0
9962026-03-18T22:48:25.563Z Downloaded walkdir v2.5.0
9972026-03-18T22:48:25.567Z Downloaded samael v0.0.19
9982026-03-18T22:48:25.567Z Downloaded whoami v2.1.0
9992026-03-18T22:48:25.570Z Downloaded unicode-properties v0.1.4
10002026-03-18T22:48:25.570Z Downloaded itertools v0.14.0
10012026-03-18T22:48:25.574Z Downloaded xz2 v0.1.7
10022026-03-18T22:48:25.577Z Downloaded h2 v0.4.13
10032026-03-18T22:48:25.580Z Downloaded tar v0.4.44
10042026-03-18T22:48:25.583Z Downloaded rsa v0.9.10
10052026-03-18T22:48:25.586Z Downloaded xshell v0.2.7
10062026-03-18T22:48:25.589Z Downloaded vergen-git2 v1.0.7
10072026-03-18T22:48:25.589Z Downloaded usdt-impl v0.6.0
10082026-03-18T22:48:25.591Z Downloaded zeroize v1.8.2
10092026-03-18T22:48:25.591Z Downloaded toml_parser v1.0.9+spec-1.1.0
10102026-03-18T22:48:25.594Z Downloaded toml v0.9.12+spec-1.1.0
10112026-03-18T22:48:25.596Z Downloaded vergen v9.0.6
10122026-03-18T22:48:25.599Z Downloaded p521 v0.13.3
10132026-03-18T22:48:25.602Z Downloaded zstd-safe v7.2.4
10142026-03-18T22:48:25.604Z Downloaded snafu v0.8.9
10152026-03-18T22:48:25.607Z Downloaded tungstenite v0.23.0
10162026-03-18T22:48:25.610Z Downloaded typify v0.6.1
10172026-03-18T22:48:25.612Z Downloaded tracing-core v0.1.36
10182026-03-18T22:48:25.615Z Downloaded typify v0.4.3
10192026-03-18T22:48:25.618Z Downloaded rustyline v14.0.0
10202026-03-18T22:48:25.621Z Downloaded tungstenite v0.21.0
10212026-03-18T22:48:25.624Z Downloaded steno v0.4.1
10222026-03-18T22:48:25.627Z Downloaded whoami v1.6.1
10232026-03-18T22:48:25.629Z Downloaded unicode-bidi v0.3.18
10242026-03-18T22:48:25.632Z Downloaded libm v0.2.16
10252026-03-18T22:48:25.637Z Downloaded zerocopy v0.6.6
10262026-03-18T22:48:25.640Z Downloaded ron v0.12.0
10272026-03-18T22:48:25.645Z Downloaded uuid v1.21.0
10282026-03-18T22:48:25.648Z Downloaded bitvec v1.0.1
10292026-03-18T22:48:25.658Z Downloaded toml_edit v0.23.10+spec-1.0.0
10302026-03-18T22:48:25.662Z Downloaded zstd v0.13.3
10312026-03-18T22:48:25.664Z Downloaded blake3 v1.8.3
10322026-03-18T22:48:25.670Z Downloaded toml v0.7.8
10332026-03-18T22:48:25.674Z Downloaded ssh-key v0.6.7
10342026-03-18T22:48:25.678Z Downloaded wyz v0.5.1
10352026-03-18T22:48:25.681Z Downloaded itertools v0.12.1
10362026-03-18T22:48:25.684Z Downloaded unicode-truncate v1.1.0
10372026-03-18T22:48:25.687Z Downloaded hashbrown v0.15.5
10382026-03-18T22:48:25.689Z Downloaded unsafe-libyaml v0.2.11
10392026-03-18T22:48:25.692Z Downloaded curve25519-dalek v4.1.3
10402026-03-18T22:48:25.699Z Downloaded yasna v0.5.2
10412026-03-18T22:48:25.702Z Downloaded zopfli v0.8.3
10422026-03-18T22:48:25.702Z Downloaded vte v0.14.1
10432026-03-18T22:48:25.705Z Downloaded tokio-postgres v0.7.16
10442026-03-18T22:48:25.708Z Downloaded reedline v0.40.0
10452026-03-18T22:48:25.712Z Downloaded libxml v0.3.3
10462026-03-18T22:48:25.717Z Downloaded git2 v0.20.4
10472026-03-18T22:48:25.723Z Downloaded rpassword v7.4.0
10482026-03-18T22:48:25.726Z Downloaded iddqd v0.3.17
10492026-03-18T22:48:25.730Z Downloaded similar v2.7.0
10502026-03-18T22:48:25.733Z Downloaded toml_edit v0.19.15
10512026-03-18T22:48:25.748Z Downloaded zip v0.6.6
10522026-03-18T22:48:25.751Z Downloaded bindgen v0.71.1
10532026-03-18T22:48:25.754Z Downloaded p384 v0.13.1
10542026-03-18T22:48:25.758Z Downloaded aws-lc-rs v1.16.0
10552026-03-18T22:48:25.765Z Downloaded tower v0.5.3
10562026-03-18T22:48:25.771Z Downloaded unicode-segmentation v1.12.0
10572026-03-18T22:48:25.774Z Downloaded reqwest v0.13.2
10582026-03-18T22:48:25.778Z Downloaded reqwest v0.12.28
10592026-03-18T22:48:25.783Z Downloaded portable-atomic v1.13.1
10602026-03-18T22:48:25.789Z Downloaded unicode_categories v0.1.1
10612026-03-18T22:48:25.792Z Downloaded yansi v1.0.1
10622026-03-18T22:48:25.795Z Downloaded chrono v0.4.44
10632026-03-18T22:48:25.798Z Downloaded rayon v1.11.0
10642026-03-18T22:48:25.804Z Downloaded x509-cert v0.2.5
10652026-03-18T22:48:25.808Z Downloaded zerocopy-derive v0.8.40
10662026-03-18T22:48:25.815Z Downloaded typed-path v0.9.3
10672026-03-18T22:48:25.820Z Downloaded salty v0.3.0
10682026-03-18T22:48:25.825Z Downloaded quick-xml v0.37.5
10692026-03-18T22:48:25.830Z Downloaded regex v1.12.3
10702026-03-18T22:48:25.835Z Downloaded tokio-util v0.7.18
10712026-03-18T22:48:25.840Z Downloaded unicode-normalization v0.1.25
10722026-03-18T22:48:25.843Z Downloaded rustls-webpki v0.101.7
10732026-03-18T22:48:25.853Z Downloaded goblin v0.10.5
10742026-03-18T22:48:25.859Z Downloaded moka v0.12.13
10752026-03-18T22:48:25.865Z Downloaded zip v4.6.1
10762026-03-18T22:48:25.870Z Downloaded tower-http v0.6.8
10772026-03-18T22:48:25.875Z Downloaded serde_with v3.17.0
10782026-03-18T22:48:25.883Z Downloaded rustls-webpki v0.102.8
10792026-03-18T22:48:25.897Z Downloaded tough v0.20.0
10802026-03-18T22:48:25.905Z Downloaded petname v2.0.2
10812026-03-18T22:48:25.909Z Downloaded proptest v1.10.0
10822026-03-18T22:48:25.914Z Downloaded quinn-proto v0.11.13
10832026-03-18T22:48:25.919Z Downloaded object v0.30.4
10842026-03-18T22:48:25.926Z Downloaded radix_trie v0.2.1
10852026-03-18T22:48:25.930Z Downloaded lalrpop v0.19.12
10862026-03-18T22:48:25.938Z Downloaded winnow v0.5.40
10872026-03-18T22:48:25.944Z Downloaded openssl v0.10.75
10882026-03-18T22:48:25.951Z Downloaded nix v0.27.1
10892026-03-18T22:48:25.959Z Downloaded winnow v0.6.26
10902026-03-18T22:48:25.966Z Downloaded thread_local v1.1.9
10912026-03-18T22:48:25.968Z Downloaded signal-hook v0.3.18
10922026-03-18T22:48:25.971Z Downloaded p256 v0.13.2
10932026-03-18T22:48:25.974Z Downloaded serde-big-array v0.5.1
10942026-03-18T22:48:25.974Z Downloaded postcard v1.1.3
10952026-03-18T22:48:25.976Z Downloaded dropshot-api-manager v0.6.0
10962026-03-18T22:48:25.976Z Downloaded expectorate v1.2.0
10972026-03-18T22:48:25.979Z Downloaded progenitor-client v0.13.0
10982026-03-18T22:48:25.979Z Downloaded pem-rfc7468 v0.7.0
10992026-03-18T22:48:25.983Z Downloaded hickory-resolver v0.25.2
11002026-03-18T22:48:25.987Z Downloaded heapless v0.7.17
11012026-03-18T22:48:25.987Z Downloaded bstr v1.12.1
11022026-03-18T22:48:25.993Z Downloaded pkcs8 v0.10.2
11032026-03-18T22:48:25.995Z Downloaded parking_lot v0.11.2
11042026-03-18T22:48:25.998Z Downloaded diesel_derives v2.3.7
11052026-03-18T22:48:26.001Z Downloaded time v0.3.47
11062026-03-18T22:48:26.010Z Downloaded nix v0.28.0
11072026-03-18T22:48:26.019Z Downloaded rustls v0.21.12
11082026-03-18T22:48:26.027Z Downloaded hickory-proto v0.24.4
11092026-03-18T22:48:26.037Z Downloaded zlib-rs v0.6.2
11102026-03-18T22:48:26.041Z Downloaded dropshot v0.16.7
11112026-03-18T22:48:26.058Z Downloaded vcpkg v0.2.15
11122026-03-18T22:48:26.087Z Downloaded object v0.37.3
11132026-03-18T22:48:26.096Z Downloaded zerocopy v0.8.40
11142026-03-18T22:48:26.103Z Downloaded rustls v0.22.4
11152026-03-18T22:48:26.112Z Downloaded regex-syntax v0.8.10
11162026-03-18T22:48:26.118Z Downloaded smoltcp v0.11.0
11172026-03-18T22:48:26.127Z Downloaded rustls v0.23.37
11182026-03-18T22:48:26.136Z Downloaded hickory-proto v0.25.2
11192026-03-18T22:48:26.150Z Downloaded webpki-roots v1.0.6
11202026-03-18T22:48:26.153Z Downloaded rustix v0.38.44
11212026-03-18T22:48:26.168Z Downloaded regress v0.10.5
11222026-03-18T22:48:26.175Z Downloaded openapiv3 v2.2.0
11232026-03-18T22:48:26.184Z Downloaded nix v0.29.0
11242026-03-18T22:48:26.193Z Downloaded diesel v2.3.7
11252026-03-18T22:48:26.208Z Downloaded regex-syntax v0.6.29
11262026-03-18T22:48:26.213Z Downloaded nix v0.31.1
11272026-03-18T22:48:26.224Z Downloaded tabled v0.20.0
11282026-03-18T22:48:26.235Z Downloaded sqlparser v0.61.0
11292026-03-18T22:48:26.244Z Downloaded ratatui v0.29.0
11302026-03-18T22:48:26.260Z Downloaded smoltcp v0.9.1
11312026-03-18T22:48:26.281Z Downloaded polar-core v0.27.3
11322026-03-18T22:48:26.286Z Downloaded zerocopy-derive v0.6.6
11332026-03-18T22:48:26.286Z Downloaded sled v0.34.7
11342026-03-18T22:48:26.290Z Downloaded typify-impl v0.6.1
11352026-03-18T22:48:26.308Z Downloaded typify-impl v0.4.3
11362026-03-18T22:48:26.322Z Downloaded bzip2-sys v0.1.13+1.0.8
11372026-03-18T22:48:26.330Z Downloaded csv v1.4.0
11382026-03-18T22:48:26.345Z Downloaded tracing v0.1.44
11392026-03-18T22:48:26.360Z Downloaded derive_more-impl v2.1.1
11402026-03-18T22:48:26.363Z Downloaded ref-cast v1.0.25
11412026-03-18T22:48:26.367Z Downloaded recursive-proc-macro-impl v0.1.1
11422026-03-18T22:48:26.367Z Downloaded recursive v0.1.1
11432026-03-18T22:48:26.367Z Downloaded predicates v3.1.4
11442026-03-18T22:48:26.370Z Downloaded memmap2 v0.9.10
11452026-03-18T22:48:26.370Z Downloaded polyval v0.6.2
11462026-03-18T22:48:26.374Z Downloaded indicatif v0.18.4
11472026-03-18T22:48:26.374Z Downloaded flate2 v1.1.9
11482026-03-18T22:48:26.376Z Downloaded der v0.7.10
11492026-03-18T22:48:26.380Z Downloaded regex-automata v0.4.14
11502026-03-18T22:48:26.390Z Downloaded petgraph v0.6.5
11512026-03-18T22:48:26.404Z Downloaded pkg-config v0.3.32
11522026-03-18T22:48:26.407Z Downloaded lzma-sys v0.1.20
11532026-03-18T22:48:26.426Z Downloaded jiff v0.2.21
11542026-03-18T22:48:26.441Z Downloaded chrono-tz v0.10.4
11552026-03-18T22:48:26.452Z Downloaded sha3 v0.10.8
11562026-03-18T22:48:26.455Z Downloaded pin-project-lite v0.2.17
11572026-03-18T22:48:26.459Z Downloaded compact_str v0.8.1
11582026-03-18T22:48:26.461Z Downloaded bumpalo v3.20.2
11592026-03-18T22:48:26.464Z Downloaded tokio v1.49.0
11602026-03-18T22:48:26.492Z Downloaded petgraph v0.8.3
11612026-03-18T22:48:26.508Z Downloaded password-hash v0.5.0
11622026-03-18T22:48:26.510Z Downloaded parse-display-derive v0.10.0
11632026-03-18T22:48:26.510Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11642026-03-18T22:48:26.522Z Downloaded libz-sys v1.1.24
11652026-03-18T22:48:26.539Z Downloaded password-hash v0.4.2
11662026-03-18T22:48:26.542Z Downloaded parking_lot_core v0.8.6
11672026-03-18T22:48:26.542Z Downloaded crossterm v0.29.0
11682026-03-18T22:48:26.545Z Downloaded packed_struct v0.10.1
11692026-03-18T22:48:26.548Z Downloaded ed25519-dalek v2.2.0
11702026-03-18T22:48:26.552Z Downloaded darling_core v0.21.3
11712026-03-18T22:48:26.555Z Downloaded powerfmt v0.2.0
11722026-03-18T22:48:26.555Z Downloaded const_format v0.2.35
11732026-03-18T22:48:26.558Z Downloaded libsw-core v0.3.2
11742026-03-18T22:48:26.558Z Downloaded litrs v1.0.0
11752026-03-18T22:48:26.561Z Downloaded ignore v0.4.25
11762026-03-18T22:48:26.564Z Downloaded num_enum v0.5.11
11772026-03-18T22:48:26.567Z Downloaded num-rational v0.4.2
11782026-03-18T22:48:26.567Z Downloaded futures v0.3.32
11792026-03-18T22:48:26.570Z Downloaded libefi-sys v0.1.0
11802026-03-18T22:48:26.574Z Downloaded newtype-uuid v1.3.2
11812026-03-18T22:48:26.574Z Downloaded newline-converter v0.3.0
11822026-03-18T22:48:26.574Z Downloaded mime_guess v2.0.5
11832026-03-18T22:48:26.577Z Downloaded derive_more v0.99.20
11842026-03-18T22:48:26.577Z Downloaded darling_core v0.20.11
11852026-03-18T22:48:26.581Z Downloaded fatfs v0.3.6
11862026-03-18T22:48:26.586Z Downloaded encoding_rs v0.8.35
11872026-03-18T22:48:26.597Z Downloaded darling v0.23.0
11882026-03-18T22:48:26.600Z Downloaded bytes v1.11.1
11892026-03-18T22:48:26.603Z Downloaded openssl-probe v0.1.6
11902026-03-18T22:48:26.607Z Downloaded num-derive v0.4.2
11912026-03-18T22:48:26.607Z Downloaded num-derive v0.3.3
11922026-03-18T22:48:26.610Z Downloaded num_threads v0.1.7
11932026-03-18T22:48:26.610Z Downloaded lru-slab v0.1.2
11942026-03-18T22:48:26.610Z Downloaded iana-time-zone v0.1.65
11952026-03-18T22:48:26.610Z Downloaded hyper-rustls v0.27.7
11962026-03-18T22:48:26.613Z Downloaded normalize-line-endings v0.3.0
11972026-03-18T22:48:26.613Z Downloaded libloading v0.8.9
11982026-03-18T22:48:26.613Z Downloaded darling_core v0.23.0
11992026-03-18T22:48:26.616Z Downloaded cmake v0.1.57
12002026-03-18T22:48:26.619Z Downloaded newtype-uuid-macros v0.1.0
12012026-03-18T22:48:26.619Z Downloaded ring v0.17.14
12022026-03-18T22:48:26.649Z Downloaded new_debug_unreachable v1.0.6
12032026-03-18T22:48:26.651Z Downloaded ingot v0.1.1
12042026-03-18T22:48:26.651Z Downloaded elliptic-curve v0.13.8
12052026-03-18T22:48:26.654Z Downloaded managed v0.8.0
12062026-03-18T22:48:26.654Z Downloaded base64 v0.22.1
12072026-03-18T22:48:26.657Z Downloaded base64 v0.21.7
12082026-03-18T22:48:26.659Z Downloaded memoffset v0.9.1
12092026-03-18T22:48:26.659Z Downloaded md-5 v0.10.6
12102026-03-18T22:48:26.662Z Downloaded darling v0.20.11
12112026-03-18T22:48:26.665Z Downloaded half v1.8.3
12122026-03-18T22:48:26.668Z Downloaded fixedbitset v0.5.7
12132026-03-18T22:48:26.668Z Downloaded diff v0.1.13
12142026-03-18T22:48:26.671Z Downloaded darling v0.21.3
12152026-03-18T22:48:26.675Z Downloaded cookie_store v0.22.1
12162026-03-18T22:48:26.675Z Downloaded libgit2-sys v0.18.3+1.9.2
12172026-03-18T22:48:26.714Z Downloaded ff v0.13.1
12182026-03-18T22:48:26.719Z Downloaded derive_builder v0.20.2
12192026-03-18T22:48:26.723Z Downloaded crc-any v2.5.0
12202026-03-18T22:48:26.723Z Downloaded lru-cache v0.1.2
12212026-03-18T22:48:26.723Z Downloaded getrandom v0.2.17
12222026-03-18T22:48:26.723Z Downloaded humantime v2.3.0
12232026-03-18T22:48:26.726Z Downloaded http-body-util v0.1.3
12242026-03-18T22:48:26.726Z Downloaded futures-channel v0.3.32
12252026-03-18T22:48:26.726Z Downloaded const-oid v0.9.6
12262026-03-18T22:48:26.726Z Downloaded colored v2.2.0
12272026-03-18T22:48:26.729Z Downloaded kstat-rs v0.2.4
12282026-03-18T22:48:26.729Z Downloaded hubpack v0.1.2
12292026-03-18T22:48:26.732Z Downloaded chacha20 v0.10.0
12302026-03-18T22:48:26.732Z Downloaded internet-checksum v0.2.1
12312026-03-18T22:48:26.732Z Downloaded instability v0.3.11
12322026-03-18T22:48:26.735Z Downloaded highway v1.3.0
12332026-03-18T22:48:26.735Z Downloaded hex v0.4.3
12342026-03-18T22:48:26.738Z Downloaded group v0.13.0
12352026-03-18T22:48:26.738Z Downloaded glob v0.3.3
12362026-03-18T22:48:26.738Z Downloaded foldhash v0.1.5
12372026-03-18T22:48:26.740Z Downloaded find-msvc-tools v0.1.9
12382026-03-18T22:48:26.741Z Downloaded drift v0.1.3
12392026-03-18T22:48:26.744Z Downloaded des v0.8.1
12402026-03-18T22:48:26.746Z Downloaded buf-list v1.1.2
12412026-03-18T22:48:26.746Z Downloaded clang-sys v1.8.1
12422026-03-18T22:48:26.751Z Downloaded cargo_toml v0.22.3
12432026-03-18T22:48:26.751Z Downloaded cancel-safe-futures v0.1.5
12442026-03-18T22:48:26.754Z Downloaded bzip2 v0.4.4
12452026-03-18T22:48:26.754Z Downloaded foreign-types v0.5.0
12462026-03-18T22:48:26.754Z Downloaded env_logger v0.11.9
12472026-03-18T22:48:26.754Z Downloaded derive-ex v0.1.8
12482026-03-18T22:48:26.755Z Downloaded either v1.15.0
12492026-03-18T22:48:26.757Z Downloaded ed25519 v2.2.3
12502026-03-18T22:48:26.757Z Downloaded diesel-dtrace v0.5.0
12512026-03-18T22:48:26.757Z Downloaded debug-ignore v1.0.5
12522026-03-18T22:48:26.760Z Downloaded ecdsa v0.16.9
12532026-03-18T22:48:26.760Z Downloaded futures-executor v0.3.32
12542026-03-18T22:48:26.761Z Downloaded colored v3.1.1
12552026-03-18T22:48:26.763Z Downloaded ciborium v0.2.2
12562026-03-18T22:48:26.763Z Downloaded httpdate v1.0.3
12572026-03-18T22:48:26.767Z Downloaded http-body v1.0.1
12582026-03-18T22:48:26.768Z Downloaded home v0.5.12
12592026-03-18T22:48:26.768Z Downloaded constant_time_eq v0.4.2
12602026-03-18T22:48:26.778Z Downloaded cassowary v0.3.0
12612026-03-18T22:48:26.778Z Downloaded camino-tempfile-ext v0.3.3
12622026-03-18T22:48:26.778Z Downloaded arrayvec v0.7.6
12632026-03-18T22:48:26.778Z Downloaded headers-core v0.3.0
12642026-03-18T22:48:26.778Z Downloaded ghash v0.5.1
12652026-03-18T22:48:26.778Z Downloaded fallible-iterator v0.2.0
12662026-03-18T22:48:26.778Z Downloaded convert_case v0.10.0
12672026-03-18T22:48:26.784Z Downloaded const_format_proc_macros v0.2.34
12682026-03-18T22:48:26.784Z Downloaded ar_archive_writer v0.5.1
12692026-03-18T22:48:26.784Z Downloaded ena v0.14.4
12702026-03-18T22:48:26.785Z Downloaded dropshot-api-manager-types v0.6.0
12712026-03-18T22:48:26.785Z Downloaded data-encoding v2.10.0
12722026-03-18T22:48:26.785Z Downloaded daft-derive v0.1.5
12732026-03-18T22:48:26.785Z Downloaded async-bb8-diesel v0.2.1
12742026-03-18T22:48:26.790Z Downloaded dsl_auto_type v0.2.0
12752026-03-18T22:48:26.790Z Downloaded chacha20 v0.9.1
12762026-03-18T22:48:26.790Z Downloaded dtrace-parser v0.3.0
12772026-03-18T22:48:26.790Z Downloaded corncobs v0.1.4
12782026-03-18T22:48:26.790Z Downloaded cipher v0.4.4
12792026-03-18T22:48:26.790Z Downloaded cexpr v0.6.0
12802026-03-18T22:48:26.794Z Downloaded globwalk v0.9.1
12812026-03-18T22:48:26.794Z Downloaded downcast-rs v2.0.2
12822026-03-18T22:48:26.794Z Downloaded futures-task v0.3.32
12832026-03-18T22:48:26.794Z Downloaded dirs-next v2.0.0
12842026-03-18T22:48:26.794Z Downloaded bcs v0.1.6
12852026-03-18T22:48:26.794Z Downloaded aead v0.5.2
12862026-03-18T22:48:26.794Z Downloaded embedded-io v0.6.1
12872026-03-18T22:48:26.798Z Downloaded futures-sink v0.3.32
12882026-03-18T22:48:26.798Z Downloaded dirs-sys-next v0.1.2
12892026-03-18T22:48:26.798Z Downloaded funty v2.0.0
12902026-03-18T22:48:26.798Z Downloaded endian-type v0.1.2
12912026-03-18T22:48:26.798Z Downloaded block-padding v0.3.3
12922026-03-18T22:48:26.798Z Downloaded cargo-platform v0.1.9
12932026-03-18T22:48:26.798Z Downloaded assert_matches v1.5.0
12942026-03-18T22:48:26.801Z Downloaded blake2 v0.10.6
12952026-03-18T22:48:26.801Z Downloaded diesel_table_macro_syntax v0.3.0
12962026-03-18T22:48:26.801Z Downloaded defmt-parser v1.0.0
12972026-03-18T22:48:26.801Z Downloaded darling_macro v0.20.11
12982026-03-18T22:48:26.806Z Downloaded cbc v0.1.2
12992026-03-18T22:48:26.806Z Downloaded blowfish v0.9.1
13002026-03-18T22:48:26.806Z Downloaded bitflags v1.3.2
13012026-03-18T22:48:26.806Z Downloaded bit-vec v0.8.0
13022026-03-18T22:48:26.811Z Downloaded difflib v0.4.0
13032026-03-18T22:48:26.811Z Downloaded crc-catalog v2.4.0
13042026-03-18T22:48:26.811Z Downloaded castaway v0.2.4
13052026-03-18T22:48:26.811Z Downloaded enum-as-inner v0.6.1
13062026-03-18T22:48:26.811Z Downloaded derive_builder_macro v0.20.2
13072026-03-18T22:48:26.815Z Downloaded crc v3.4.0
13082026-03-18T22:48:26.815Z Downloaded cpufeatures v0.3.0
13092026-03-18T22:48:26.815Z Downloaded cfg_aliases v0.1.1
13102026-03-18T22:48:26.815Z Downloaded atomic-waker v1.1.2
13112026-03-18T22:48:26.815Z Downloaded convert_case v0.4.0
13122026-03-18T22:48:26.815Z Downloaded atomicwrites v0.4.4
13132026-03-18T22:48:26.815Z Downloaded daft v0.1.5
13142026-03-18T22:48:26.819Z Downloaded curve25519-dalek-derive v0.1.1
13152026-03-18T22:48:26.819Z Downloaded crc8 v0.1.1
13162026-03-18T22:48:26.819Z Downloaded ciborium-io v0.2.2
13172026-03-18T22:48:26.819Z Downloaded argon2 v0.5.3
13182026-03-18T22:48:26.819Z Downloaded crypto-bigint v0.5.5
13192026-03-18T22:48:26.824Z Downloaded crossbeam-utils v0.8.21
13202026-03-18T22:48:26.828Z Downloaded crossbeam-deque v0.8.6
13212026-03-18T22:48:26.828Z Downloaded ciborium-ll v0.2.2
13222026-03-18T22:48:26.828Z Downloaded cfg_aliases v0.2.1
13232026-03-18T22:48:26.828Z Downloaded bitfield-struct v0.6.2
13242026-03-18T22:48:26.832Z Downloaded allocator-api2 v0.2.21
13252026-03-18T22:48:26.832Z Downloaded async-stream-impl v0.3.6
13262026-03-18T22:48:26.832Z Downloaded ascii-canvas v3.0.0
13272026-03-18T22:48:26.833Z Downloaded array-init v0.0.4
13282026-03-18T22:48:26.833Z Downloaded cstr-argument v0.1.2
13292026-03-18T22:48:26.836Z Downloaded bit-set v0.8.0
13302026-03-18T22:48:26.836Z Downloaded darling_macro v0.21.3
13312026-03-18T22:48:26.836Z Downloaded crunchy v0.2.4
13322026-03-18T22:48:26.836Z Downloaded atty v0.2.14
13332026-03-18T22:48:26.836Z Downloaded ahash v0.8.12
13342026-03-18T22:48:26.836Z Downloaded async-stream v0.3.6
13352026-03-18T22:48:26.839Z Downloaded async-recursion v1.1.1
13362026-03-18T22:48:26.842Z Downloaded cargo_metadata v0.19.2
13372026-03-18T22:48:26.842Z Downloaded base16ct v0.2.0
13382026-03-18T22:48:27.241Z Downloaded aws-lc-sys v0.37.1
13392026-03-18T22:48:27.538Z Compiling libc v0.2.180
13402026-03-18T22:48:27.538Z Compiling serde v1.0.228
13412026-03-18T22:48:27.541Z Compiling log v0.4.29
13422026-03-18T22:48:27.542Z Compiling shlex v1.3.0
13432026-03-18T22:48:27.694Z Compiling find-msvc-tools v0.1.9
13442026-03-18T22:48:27.709Z Compiling smallvec v1.15.1
13452026-03-18T22:48:27.733Z Compiling syn v2.0.117
13462026-03-18T22:48:27.766Z Compiling typenum v1.19.0
13472026-03-18T22:48:27.975Z Compiling generic-array v0.14.7
13482026-03-18T22:48:27.996Z Compiling subtle v2.6.1
13492026-03-18T22:48:27.996Z Compiling scopeguard v1.2.0
13502026-03-18T22:48:28.059Z Compiling portable-atomic v1.13.1
13512026-03-18T22:48:28.144Z Compiling lock_api v0.4.14
13522026-03-18T22:48:28.164Z Compiling const-oid v0.9.6
13532026-03-18T22:48:28.242Z Compiling critical-section v1.2.0
13542026-03-18T22:48:28.333Z Compiling zerocopy v0.8.40
13552026-03-18T22:48:28.372Z Compiling serde_json v1.0.149
13562026-03-18T22:48:28.447Z Compiling parking_lot_core v0.9.12
13572026-03-18T22:48:28.633Z Compiling pin-project-lite v0.2.17
13582026-03-18T22:48:28.818Z Compiling pkg-config v0.3.32
13592026-03-18T22:48:28.916Z Compiling bitflags v2.11.0
13602026-03-18T22:48:29.038Z Compiling getrandom v0.2.17
13612026-03-18T22:48:29.086Z Compiling jobserver v0.1.34
13622026-03-18T22:48:29.204Z Compiling rand_core v0.6.4
13632026-03-18T22:48:29.273Z Compiling errno v0.3.14
13642026-03-18T22:48:29.455Z Compiling cc v1.2.56
13652026-03-18T22:48:29.472Z Compiling once_cell v1.21.3
13662026-03-18T22:48:29.548Z Compiling signal-hook-registry v1.4.8
13672026-03-18T22:48:29.564Z Compiling parking_lot v0.12.5
13682026-03-18T22:48:29.567Z Compiling mio v1.1.1
13692026-03-18T22:48:29.660Z Compiling libm v0.2.16
13702026-03-18T22:48:29.720Z Compiling num-traits v0.2.19
13712026-03-18T22:48:29.888Z Compiling futures-core v0.3.32
13722026-03-18T22:48:30.043Z Compiling socket2 v0.6.2
13732026-03-18T22:48:30.081Z Compiling percent-encoding v2.3.2
13742026-03-18T22:48:30.156Z Compiling allocator-api2 v0.2.21
13752026-03-18T22:48:30.213Z Compiling foldhash v0.2.0
13762026-03-18T22:48:30.317Z Compiling futures-sink v0.3.32
13772026-03-18T22:48:30.336Z Compiling cpufeatures v0.2.17
13782026-03-18T22:48:30.425Z Compiling futures-channel v0.3.32
13792026-03-18T22:48:30.446Z Compiling futures-io v0.3.32
13802026-03-18T22:48:30.473Z Compiling getrandom v0.4.1
13812026-03-18T22:48:30.578Z Compiling hashbrown v0.16.1
13822026-03-18T22:48:30.595Z Compiling slab v0.4.12
13832026-03-18T22:48:30.632Z Compiling futures-task v0.3.32
13842026-03-18T22:48:30.699Z Compiling rustversion v1.0.22
13852026-03-18T22:48:30.809Z Compiling getrandom v0.3.4
13862026-03-18T22:48:30.838Z Compiling rand_core v0.10.0
13872026-03-18T22:48:30.950Z Compiling cmake v0.1.57
13882026-03-18T22:48:31.409Z Compiling indexmap v2.13.0
13892026-03-18T22:48:31.578Z Compiling form_urlencoded v1.2.2
13902026-03-18T22:48:31.604Z Compiling fs_extra v1.3.0
13912026-03-18T22:48:31.715Z Compiling dunce v1.0.5
13922026-03-18T22:48:31.803Z Compiling synstructure v0.13.2
13932026-03-18T22:48:31.829Z Compiling base64ct v1.8.3
13942026-03-18T22:48:31.947Z Compiling ident_case v1.0.1
13952026-03-18T22:48:32.010Z Compiling aws-lc-sys v0.37.1
13962026-03-18T22:48:32.097Z Compiling flagset v0.4.7
13972026-03-18T22:48:32.214Z Compiling pem-rfc7468 v0.7.0
13982026-03-18T22:48:32.230Z Compiling rand_core v0.9.5
13992026-03-18T22:48:32.231Z Compiling rustix v1.1.3
14002026-03-18T22:48:32.267Z Compiling iana-time-zone v0.1.65
14012026-03-18T22:48:32.344Z Compiling ring v0.17.14
14022026-03-18T22:48:32.534Z Compiling uuid v1.21.0
14032026-03-18T22:48:32.603Z Compiling rustc_version v0.4.1
14042026-03-18T22:48:32.623Z Compiling aws-lc-rs v1.16.0
14052026-03-18T22:48:32.642Z Compiling vcpkg v0.2.15
14062026-03-18T22:48:32.997Z Compiling regex-syntax v0.8.10
14072026-03-18T22:48:33.040Z Compiling tracing-core v0.1.36
14082026-03-18T22:48:33.447Z Compiling crossbeam-utils v0.8.21
14092026-03-18T22:48:33.652Z Compiling openssl-sys v0.9.111
14102026-03-18T22:48:33.797Z Compiling pest_generator v2.8.6
14112026-03-18T22:48:33.854Z Compiling serde_derive_internals v0.29.1
14122026-03-18T22:48:34.421Z Compiling untrusted v0.9.0
14132026-03-18T22:48:34.487Z Compiling serde_derive v1.0.228
14142026-03-18T22:48:34.567Z Compiling zeroize_derive v1.4.3
14152026-03-18T22:48:34.674Z Compiling zerofrom-derive v0.1.6
14162026-03-18T22:48:34.730Z Compiling yoke-derive v0.8.1
14172026-03-18T22:48:35.093Z Compiling zerocopy-derive v0.8.40
14182026-03-18T22:48:35.447Z Compiling zeroize v1.8.2
14192026-03-18T22:48:36.242Z Compiling zerovec-derive v0.11.2
14202026-03-18T22:48:36.326Z Compiling displaydoc v0.2.5
14212026-03-18T22:48:36.539Z Compiling crypto-common v0.1.7
14222026-03-18T22:48:36.635Z Compiling zerofrom v0.1.6
14232026-03-18T22:48:36.716Z Compiling block-buffer v0.10.4
14242026-03-18T22:48:36.792Z Compiling yoke v0.8.1
14252026-03-18T22:48:36.919Z Compiling digest v0.10.7
14262026-03-18T22:48:37.027Z Compiling tokio-macros v2.6.0
14272026-03-18T22:48:37.235Z Compiling hmac v0.12.1
14282026-03-18T22:48:37.260Z Compiling futures-macro v0.3.32
14292026-03-18T22:48:37.338Z Compiling zerotrie v0.2.3
14302026-03-18T22:48:37.429Z Compiling block-padding v0.3.3
14312026-03-18T22:48:37.624Z Compiling inout v0.1.4
14322026-03-18T22:48:37.720Z Compiling sha2 v0.10.9
14332026-03-18T22:48:37.771Z Compiling zerovec v0.11.5
14342026-03-18T22:48:37.831Z Compiling cipher v0.4.4
14352026-03-18T22:48:38.012Z Compiling der_derive v0.7.3
14362026-03-18T22:48:38.179Z Compiling salsa20 v0.10.2
14372026-03-18T22:48:38.355Z Compiling pbkdf2 v0.12.2
14382026-03-18T22:48:38.364Z Compiling futures-util v0.3.32
14392026-03-18T22:48:38.449Z Compiling tinystr v0.8.2
14402026-03-18T22:48:38.493Z Compiling potential_utf v0.1.4
14412026-03-18T22:48:38.708Z Compiling icu_locale_core v2.1.1
14422026-03-18T22:48:38.708Z Compiling icu_collections v2.1.1
14432026-03-18T22:48:39.234Z Compiling bytes v1.11.1
14442026-03-18T22:48:39.315Z Compiling der v0.7.10
14452026-03-18T22:48:39.345Z Compiling chrono v0.4.44
14462026-03-18T22:48:39.490Z Compiling thiserror-impl v2.0.18
14472026-03-18T22:48:39.910Z Compiling tokio v1.49.0
14482026-03-18T22:48:40.063Z Compiling icu_provider v2.1.1
14492026-03-18T22:48:40.428Z Compiling icu_properties v2.1.2
14502026-03-18T22:48:40.946Z Compiling icu_normalizer v2.1.1
14512026-03-18T22:48:41.200Z Compiling spki v0.7.3
14522026-03-18T22:48:41.267Z Compiling http v1.4.0
14532026-03-18T22:48:41.450Z Compiling ppv-lite86 v0.2.21
14542026-03-18T22:48:41.475Z Compiling thiserror v2.0.18
14552026-03-18T22:48:41.604Z Compiling scrypt v0.11.0
14562026-03-18T22:48:41.718Z Compiling aes v0.8.4
14572026-03-18T22:48:41.724Z Compiling idna_adapter v1.2.1
14582026-03-18T22:48:41.849Z Compiling idna v1.1.0
14592026-03-18T22:48:41.900Z Compiling rand_chacha v0.9.0
14602026-03-18T22:48:41.920Z Compiling cbc v0.1.2
14612026-03-18T22:48:41.981Z Compiling rustls-pki-types v1.14.0
14622026-03-18T22:48:42.095Z Compiling tracing-attributes v0.1.31
14632026-03-18T22:48:42.551Z Compiling url v2.5.8
14642026-03-18T22:48:42.581Z Compiling http-body v1.0.1
14652026-03-18T22:48:42.724Z Compiling rand v0.9.2
14662026-03-18T22:48:42.766Z Compiling pkcs5 v0.7.1
14672026-03-18T22:48:42.795Z Compiling untrusted v0.7.1
14682026-03-18T22:48:42.944Z Compiling base64 v0.22.1
14692026-03-18T22:48:43.008Z Compiling schemars v0.8.22
14702026-03-18T22:48:43.276Z Compiling httparse v1.10.1
14712026-03-18T22:48:43.345Z Compiling openssl-probe v0.2.1
14722026-03-18T22:48:43.391Z Compiling syn v1.0.109
14732026-03-18T22:48:43.586Z Compiling pkcs8 v0.10.2
14742026-03-18T22:48:43.742Z Compiling schemars_derive v0.8.22
14752026-03-18T22:48:43.779Z Compiling pest_derive v2.8.6
14762026-03-18T22:48:43.856Z Compiling scroll_derive v0.13.1
14772026-03-18T22:48:43.900Z Compiling tracing v0.1.44
14782026-03-18T22:48:44.236Z Compiling darling_core v0.20.11
14792026-03-18T22:48:44.335Z Compiling try-lock v0.2.5
14802026-03-18T22:48:44.465Z Compiling tinyvec_macros v0.1.1
14812026-03-18T22:48:44.552Z Compiling atomic-waker v1.1.2
14822026-03-18T22:48:44.616Z Compiling dyn-clone v1.0.20
14832026-03-18T22:48:44.707Z Compiling rustls v0.23.37
14842026-03-18T22:48:44.782Z Compiling tower-service v0.3.3
14852026-03-18T22:48:44.905Z Compiling tokio-util v0.7.18
14862026-03-18T22:48:44.931Z Compiling tower-layer v0.3.3
14872026-03-18T22:48:44.940Z Compiling scroll v0.13.0
14882026-03-18T22:48:45.136Z Compiling tinyvec v1.10.0
14892026-03-18T22:48:45.292Z Compiling want v0.3.1
14902026-03-18T22:48:45.981Z Compiling h2 v0.4.13
14912026-03-18T22:48:46.041Z Compiling ipnet v2.11.0
14922026-03-18T22:48:46.293Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-18T22:48:46.768Z Compiling spin v0.9.8
14942026-03-18T22:48:46.847Z Compiling aho-corasick v1.1.4
14952026-03-18T22:48:47.030Z Compiling crc32fast v1.5.0
14962026-03-18T22:48:47.272Z Compiling powerfmt v0.2.0
14972026-03-18T22:48:47.394Z Compiling foreign-types-shared v0.1.1
14982026-03-18T22:48:47.480Z Compiling darling_macro v0.20.11
14992026-03-18T22:48:47.498Z Compiling httpdate v1.0.3
15002026-03-18T22:48:47.527Z Compiling num-conv v0.2.0
15012026-03-18T22:48:47.705Z Compiling pin-utils v0.1.0
15022026-03-18T22:48:47.777Z Compiling time-core v0.1.8
15032026-03-18T22:48:47.795Z Compiling openssl v0.10.75
15042026-03-18T22:48:47.815Z Compiling tempfile v3.25.0
15052026-03-18T22:48:47.968Z Compiling time-macros v0.2.27
15062026-03-18T22:48:48.099Z Compiling darling v0.20.11
15072026-03-18T22:48:48.138Z Compiling regex-automata v0.4.14
15082026-03-18T22:48:48.212Z Compiling foreign-types v0.3.2
15092026-03-18T22:48:48.299Z Compiling deranged v0.5.8
15102026-03-18T22:48:49.226Z Compiling goblin v0.10.5
15112026-03-18T22:48:49.431Z Compiling openssl-macros v0.1.1
15122026-03-18T22:48:49.699Z Compiling thiserror-impl v1.0.69
15132026-03-18T22:48:49.943Z Compiling hyper v1.8.1
15142026-03-18T22:48:51.274Z Compiling wait-timeout v0.2.1
15152026-03-18T22:48:51.407Z Compiling native-tls v0.2.18
15162026-03-18T22:48:51.653Z Compiling quick-error v1.2.3
15172026-03-18T22:48:51.705Z Compiling either v1.15.0
15182026-03-18T22:48:51.766Z Compiling num_threads v0.1.7
15192026-03-18T22:48:51.886Z Compiling bit-vec v0.8.0
15202026-03-18T22:48:51.954Z Compiling siphasher v1.0.2
15212026-03-18T22:48:51.975Z Compiling simd-adler32 v0.3.8
15222026-03-18T22:48:52.072Z Compiling usdt-impl v0.6.0
15232026-03-18T22:48:52.189Z Compiling bit-set v0.8.0
15242026-03-18T22:48:52.303Z Compiling time v0.3.47
15252026-03-18T22:48:52.365Z Compiling rusty-fork v0.3.1
15262026-03-18T22:48:52.413Z Compiling thiserror v1.0.69
15272026-03-18T22:48:52.535Z Compiling hyper-util v0.1.20
15282026-03-18T22:48:53.001Z Compiling derive_builder_core v0.20.2
15292026-03-18T22:48:53.939Z Compiling dof v0.4.0
15302026-03-18T22:48:54.159Z Compiling unicode-normalization v0.1.25
15312026-03-18T22:48:54.481Z Compiling crossbeam-epoch v0.9.18
15322026-03-18T22:48:54.795Z Compiling dtrace-parser v0.3.0
15332026-03-18T22:48:54.843Z Compiling rustls-native-certs v0.8.3
15342026-03-18T22:48:54.922Z Compiling signature v2.2.0
15352026-03-18T22:48:55.151Z Compiling scroll_derive v0.12.1
15362026-03-18T22:48:55.233Z Compiling heapless v0.7.17
15372026-03-18T22:48:55.401Z Compiling rand_xorshift v0.4.0
15382026-03-18T22:48:55.551Z Compiling slog v2.8.2
15392026-03-18T22:48:55.605Z Compiling darling_core v0.21.3
15402026-03-18T22:48:55.710Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-03-18T22:48:55.799Z Compiling sync_wrapper v1.0.2
15422026-03-18T22:48:55.851Z Compiling thread-id v5.1.0
15432026-03-18T22:48:55.927Z Compiling cookie v0.18.1
15442026-03-18T22:48:55.952Z Compiling unicode-bidi v0.3.18
15452026-03-18T22:48:56.024Z Compiling paste v1.0.15
15462026-03-18T22:48:56.080Z Compiling unicode-properties v0.1.4
15472026-03-18T22:48:56.176Z Compiling rayon-core v1.13.0
15482026-03-18T22:48:56.361Z Compiling signal-hook v0.3.18
15492026-03-18T22:48:56.385Z Compiling adler2 v2.0.1
15502026-03-18T22:48:56.403Z Compiling unicode-segmentation v1.12.0
15512026-03-18T22:48:56.406Z Compiling anyhow v1.0.102
15522026-03-18T22:48:56.510Z Compiling zstd-safe v7.2.4
15532026-03-18T22:48:56.546Z Compiling unarray v0.1.4
15542026-03-18T22:48:56.678Z Compiling proptest v1.10.0
15552026-03-18T22:48:56.702Z Compiling miniz_oxide v0.8.9
15562026-03-18T22:48:56.832Z Compiling stringprep v0.1.5
15572026-03-18T22:48:56.935Z Compiling scroll v0.12.0
15582026-03-18T22:48:57.271Z Compiling tower v0.5.3
15592026-03-18T22:48:57.543Z Compiling crossbeam-deque v0.8.6
15602026-03-18T22:48:57.687Z Compiling derive_builder_macro v0.20.2
15612026-03-18T22:48:57.773Z Compiling ipnetwork v0.21.1
15622026-03-18T22:48:57.880Z Compiling http-body-util v0.1.3
15632026-03-18T22:48:57.880Z Compiling webpki-roots v1.0.6
15642026-03-18T22:48:57.925Z Compiling rand_chacha v0.3.1
15652026-03-18T22:48:58.032Z Compiling serde_tokenstream v0.2.3
15662026-03-18T22:48:58.208Z Compiling toml_datetime v0.6.11
15672026-03-18T22:48:58.274Z Compiling serde_spanned v0.6.9
15682026-03-18T22:48:58.277Z Compiling erased-serde v0.3.31
15692026-03-18T22:48:58.420Z Compiling md-5 v0.10.6
15702026-03-18T22:48:58.455Z Compiling zerocopy-derive v0.7.35
15712026-03-18T22:48:58.536Z Compiling curve25519-dalek v4.1.3
15722026-03-18T22:48:58.618Z Compiling vergen-lib v0.1.6
15732026-03-18T22:48:58.856Z Compiling num-integer v0.1.46
15742026-03-18T22:48:58.989Z Compiling hash32 v0.2.1
15752026-03-18T22:48:58.992Z Compiling ff v0.13.1
15762026-03-18T22:48:59.024Z Compiling memoffset v0.9.1
15772026-03-18T22:48:59.171Z Compiling rustix v0.38.44
15782026-03-18T22:48:59.223Z Compiling darling_macro v0.21.3
15792026-03-18T22:48:59.242Z Compiling num-bigint-dig v0.8.6
15802026-03-18T22:48:59.278Z Compiling smoltcp v0.9.1
15812026-03-18T22:48:59.281Z Compiling base16ct v0.2.0
15822026-03-18T22:48:59.488Z Compiling psl-types v2.0.11
15832026-03-18T22:48:59.516Z Compiling ref-cast v1.0.25
15842026-03-18T22:48:59.624Z Compiling litrs v1.0.0
15852026-03-18T22:48:59.626Z Compiling fallible-iterator v0.2.0
15862026-03-18T22:48:59.662Z Compiling cfg_aliases v0.2.1
15872026-03-18T22:48:59.709Z Compiling ryu v1.0.23
15882026-03-18T22:48:59.749Z Compiling iri-string v0.7.10
15892026-03-18T22:48:59.845Z Compiling zlib-rs v0.6.2
15902026-03-18T22:48:59.940Z Compiling newtype-uuid v1.3.2
15912026-03-18T22:48:59.971Z Compiling serde_urlencoded v0.7.1
15922026-03-18T22:49:00.039Z Compiling postgres-protocol v0.6.10
15932026-03-18T22:49:00.290Z Compiling darling v0.21.3
15942026-03-18T22:49:00.307Z Compiling document-features v0.2.12
15952026-03-18T22:49:00.370Z Compiling nix v0.31.1
15962026-03-18T22:49:00.524Z Compiling zerocopy v0.7.35
15972026-03-18T22:49:00.761Z Compiling publicsuffix v2.3.0
15982026-03-18T22:49:00.908Z Compiling sec1 v0.7.3
15992026-03-18T22:49:01.103Z Compiling num-iter v0.1.45
16002026-03-18T22:49:01.249Z Compiling group v0.13.0
16012026-03-18T22:49:01.420Z Compiling tower-http v0.6.8
16022026-03-18T22:49:01.540Z Compiling derive_builder v0.20.2
16032026-03-18T22:49:01.693Z Compiling rand v0.8.5
16042026-03-18T22:49:01.742Z Compiling oxnet v0.1.4
16052026-03-18T22:49:01.853Z Compiling tokio-native-tls v0.3.1
16062026-03-18T22:49:01.951Z Compiling proc-macro-error v1.0.4
16072026-03-18T22:49:02.176Z Compiling goblin v0.8.2
16082026-03-18T22:49:02.839Z Compiling heck v0.4.1
16092026-03-18T22:49:03.122Z Compiling phf_shared v0.13.1
16102026-03-18T22:49:03.140Z Compiling hubpack_derive v0.1.1
16112026-03-18T22:49:03.399Z Compiling regex v1.12.3
16122026-03-18T22:49:03.425Z Compiling lazy_static v1.5.0
16132026-03-18T22:49:03.448Z Compiling cargo-platform v0.1.9
16142026-03-18T22:49:03.537Z Compiling hkdf v0.12.4
16152026-03-18T22:49:03.721Z Compiling crypto-bigint v0.5.5
16162026-03-18T22:49:03.739Z Compiling ref-cast-impl v1.0.25
16172026-03-18T22:49:03.767Z Compiling daft-derive v0.1.5
16182026-03-18T22:49:03.971Z Compiling flate2 v1.1.9
16192026-03-18T22:49:04.450Z Compiling strum_macros v0.27.2
16202026-03-18T22:49:04.488Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-18T22:49:04.519Z Compiling async-trait v0.1.89
16222026-03-18T22:49:04.729Z Compiling terminal_size v0.4.3
16232026-03-18T22:49:04.929Z Compiling vergen v9.0.6
16242026-03-18T22:49:05.177Z Compiling fs-err v3.3.0
16252026-03-18T22:49:05.350Z Compiling ahash v0.8.12
16262026-03-18T22:49:05.434Z Compiling object v0.37.3
16272026-03-18T22:49:05.615Z Compiling bitflags v1.3.2
16282026-03-18T22:49:05.712Z Compiling winnow v0.5.40
16292026-03-18T22:49:05.791Z Compiling bumpalo v3.20.2
16302026-03-18T22:49:05.988Z Compiling libbz2-rs-sys v0.2.2
16312026-03-18T22:49:06.118Z Compiling foldhash v0.1.5
16322026-03-18T22:49:06.382Z Compiling managed v0.8.0
16332026-03-18T22:49:06.927Z Compiling bzip2 v0.6.1
16342026-03-18T22:49:06.931Z Compiling hashbrown v0.15.5
16352026-03-18T22:49:07.167Z Compiling strum v0.27.2
16362026-03-18T22:49:07.187Z Compiling zopfli v0.8.3
16372026-03-18T22:49:07.317Z Compiling clap_builder v4.5.60
16382026-03-18T22:49:07.335Z Compiling console v0.16.2
16392026-03-18T22:49:07.684Z Compiling toml_edit v0.19.15
16402026-03-18T22:49:07.836Z Compiling elliptic-curve v0.13.8
16412026-03-18T22:49:08.082Z Compiling dof v0.3.0
16422026-03-18T22:49:08.126Z Compiling daft v0.1.5
16432026-03-18T22:49:08.483Z Compiling hubpack v0.1.2
16442026-03-18T22:49:08.500Z Compiling cargo_metadata v0.19.2
16452026-03-18T22:49:09.105Z Compiling phf v0.13.1
16462026-03-18T22:49:09.307Z Compiling signal-hook-mio v0.2.5
16472026-03-18T22:49:09.451Z Compiling zone_cfg_derive v0.3.1
16482026-03-18T22:49:10.289Z Compiling zstd v0.13.3
16492026-03-18T22:49:10.365Z Compiling cookie_store v0.22.1
16502026-03-18T22:49:11.116Z Compiling rayon v1.11.0
16512026-03-18T22:49:11.236Z Compiling bzip2 v0.4.4
16522026-03-18T22:49:11.439Z Compiling hyper-tls v0.6.0
16532026-03-18T22:49:11.633Z Compiling postgres-types v0.2.12
16542026-03-18T22:49:11.652Z Compiling serde_with_macros v3.17.0
16552026-03-18T22:49:11.724Z Compiling usdt-attr-macro v0.6.0
16562026-03-18T22:49:11.986Z Compiling usdt-macro v0.6.0
16572026-03-18T22:49:12.445Z Compiling ed25519 v2.2.3
16582026-03-18T22:49:12.784Z Compiling dtrace-parser v0.2.0
16592026-03-18T22:49:12.980Z Compiling phf_shared v0.11.3
16602026-03-18T22:49:13.156Z Compiling itertools v0.12.1
16612026-03-18T22:49:13.207Z Compiling bstr v1.12.1
16622026-03-18T22:49:13.228Z Compiling pkcs1 v0.7.5
16632026-03-18T22:49:13.579Z Compiling hex v0.4.3
16642026-03-18T22:49:13.613Z Compiling serde-big-array v0.5.1
16652026-03-18T22:49:13.770Z Compiling rfc6979 v0.4.0
16662026-03-18T22:49:13.794Z Compiling strum_macros v0.26.4
16672026-03-18T22:49:13.858Z Compiling enum-as-inner v0.6.1
16682026-03-18T22:49:13.923Z Compiling serde_repr v0.1.20
16692026-03-18T22:49:13.941Z Compiling clap_derive v4.5.55
16702026-03-18T22:49:14.085Z Compiling float-cmp v0.10.0
16712026-03-18T22:49:14.269Z Compiling thread-id v4.2.2
16722026-03-18T22:49:14.374Z Compiling memmap2 v0.9.10
16732026-03-18T22:49:14.525Z Compiling env_filter v1.0.0
16742026-03-18T22:49:14.635Z Compiling encoding_rs v0.8.35
16752026-03-18T22:49:14.649Z Compiling mime v0.3.17
16762026-03-18T22:49:14.806Z Compiling whoami v2.1.0
16772026-03-18T22:49:14.932Z Compiling fixedbitset v0.4.2
16782026-03-18T22:49:14.993Z Compiling fixedbitset v0.5.7
16792026-03-18T22:49:15.221Z Compiling data-encoding v2.10.0
16802026-03-18T22:49:15.313Z Compiling difflib v0.4.0
16812026-03-18T22:49:15.416Z Compiling keccak v0.1.6
16822026-03-18T22:49:16.075Z Compiling new_debug_unreachable v1.0.6
16832026-03-18T22:49:16.126Z Compiling precomputed-hash v0.1.1
16842026-03-18T22:49:16.166Z Compiling unit-prefix v0.5.2
16852026-03-18T22:49:16.192Z Compiling rustc-hash v2.1.1
16862026-03-18T22:49:16.231Z Compiling predicates-core v1.0.10
16872026-03-18T22:49:16.234Z Compiling static_assertions v1.1.0
16882026-03-18T22:49:16.375Z Compiling normalize-line-endings v0.3.0
16892026-03-18T22:49:16.393Z Compiling jiff v0.2.21
16902026-03-18T22:49:16.412Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16912026-03-18T22:49:16.415Z Compiling clap v4.5.60
16922026-03-18T22:49:16.491Z Compiling predicates v3.1.4
16932026-03-18T22:49:16.522Z Compiling iddqd v0.3.17
16942026-03-18T22:49:16.541Z Compiling indicatif v0.18.4
16952026-03-18T22:49:16.582Z Compiling strum v0.26.3
16962026-03-18T22:49:16.711Z Compiling string_cache v0.8.9
16972026-03-18T22:49:16.737Z Compiling hickory-proto v0.25.2
16982026-03-18T22:49:17.011Z Compiling sha3 v0.10.8
16992026-03-18T22:49:17.381Z Compiling petgraph v0.8.3
17002026-03-18T22:49:17.651Z Compiling petgraph v0.6.5
17012026-03-18T22:49:17.741Z Compiling tokio-postgres v0.7.16
17022026-03-18T22:49:18.075Z Compiling toml_edit v0.22.27
17032026-03-18T22:49:19.612Z Compiling env_logger v0.11.9
17042026-03-18T22:49:19.982Z Compiling zip v4.6.1
17052026-03-18T22:49:20.063Z Compiling zone v0.3.1
17062026-03-18T22:49:20.134Z Compiling usdt v0.6.0
17072026-03-18T22:49:20.456Z Compiling usdt-impl v0.5.0
17082026-03-18T22:49:20.598Z Compiling serde_with v3.17.0
17092026-03-18T22:49:20.969Z Compiling ecdsa v0.16.9
17102026-03-18T22:49:21.215Z Compiling similar v2.7.0
17112026-03-18T22:49:21.254Z Compiling rsa v0.9.10
17122026-03-18T22:49:21.511Z Compiling crossterm v0.28.1
17132026-03-18T22:49:21.876Z Compiling ed25519-dalek v2.2.0
17142026-03-18T22:49:22.444Z Compiling zip v0.6.6
17152026-03-18T22:49:23.018Z Compiling toml v0.7.8
17162026-03-18T22:49:23.326Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-03-18T22:49:23.505Z Compiling itertools v0.13.0
17182026-03-18T22:49:23.666Z Compiling tokio-stream v0.1.18
17192026-03-18T22:49:23.862Z Compiling buf-list v1.1.2
17202026-03-18T22:49:24.211Z Compiling x509-cert v0.2.5
17212026-03-18T22:49:24.230Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-18T22:49:24.255Z Compiling openapiv3 v2.2.0
17232026-03-18T22:49:24.309Z Compiling sha1 v0.10.6
17242026-03-18T22:49:24.586Z Compiling toml_datetime v0.7.5+spec-1.1.0
17252026-03-18T22:49:24.642Z Compiling peg-runtime v0.8.5
17262026-03-18T22:49:24.956Z Compiling lalrpop-util v0.19.12
17272026-03-18T22:49:25.008Z Compiling thread_local v1.1.9
17282026-03-18T22:49:25.167Z Compiling slog-async v2.8.0
17292026-03-18T22:49:25.205Z Compiling crossbeam-channel v0.5.15
17302026-03-18T22:49:25.325Z Compiling futures-executor v0.3.32
17312026-03-18T22:49:25.585Z Compiling is-terminal v0.4.17
17322026-03-18T22:49:25.636Z Compiling filetime v0.2.27
17332026-03-18T22:49:25.655Z Compiling xattr v1.6.1
17342026-03-18T22:49:25.697Z Compiling take_mut v0.2.2
17352026-03-18T22:49:25.805Z Compiling term v1.2.1
17362026-03-18T22:49:25.849Z Compiling tar v0.4.44
17372026-03-18T22:49:25.865Z Compiling futures v0.3.32
17382026-03-18T22:49:26.434Z Compiling slog-term v2.9.2
17392026-03-18T22:49:32.907Z Compiling rustls-webpki v0.103.9
17402026-03-18T22:49:36.912Z Compiling tokio-rustls v0.26.4
17412026-03-18T22:49:36.912Z Compiling rustls-platform-verifier v0.6.2
17422026-03-18T22:49:37.159Z Compiling hyper-rustls v0.27.7
17432026-03-18T22:49:37.415Z Compiling reqwest v0.12.28
17442026-03-18T22:49:37.451Z Compiling reqwest v0.13.2
17452026-03-18T22:49:40.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17462026-03-18T22:49:40.674Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17472026-03-18T22:49:44.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17482026-03-18T22:49:44.635Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17492026-03-18T22:49:44.695ZMar 18 22:49:43.569 INFO Starting download, target: Clickhouse
17502026-03-18T22:49:44.695ZMar 18 22:49:43.569 INFO Starting download, target: TransceiverControl
17512026-03-18T22:49:44.695ZMar 18 22:49:43.569 INFO Starting download, target: Cockroach
17522026-03-18T22:49:44.695ZMar 18 22:49:43.569 INFO Starting download, target: DendriteStub
17532026-03-18T22:49:44.695ZMar 18 22:49:43.569 INFO Starting download, target: MaghemiteMgd
17542026-03-18T22:49:44.695ZMar 18 22:49:43.569 INFO Starting download, target: Console
17552026-03-18T22:49:44.696ZMar 18 22:49:43.569 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-03-18T22:49:44.700ZMar 18 22:49:43.570 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-03-18T22:49:44.700ZMar 18 22:49:43.570 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-03-18T22:49:44.700ZMar 18 22:49:43.570 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-18T22:49:44.700ZMar 18 22:49:43.570 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-03-18T22:49:44.701ZMar 18 22:49:43.570 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-18T22:49:45.121ZMar 18 22:49:43.994 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-03-18T22:49:45.458ZMar 18 22:49:44.324 INFO Download complete, target: TransceiverControl
17632026-03-18T22:49:45.687ZMar 18 22:49:44.554 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17642026-03-18T22:49:46.063ZMar 18 22:49:44.932 INFO Download complete, target: Console
17652026-03-18T22:49:46.461ZMar 18 22:49:45.335 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17662026-03-18T22:49:46.768ZMar 18 22:49:45.640 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-03-18T22:49:47.032ZMar 18 22:49:45.906 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-18T22:49:47.067ZMar 18 22:49:45.942 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-03-18T22:49:47.067ZMar 18 22:49:45.943 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-03-18T22:49:49.978ZMar 18 22:49:48.852 INFO Download complete, target: DendriteStub
17712026-03-18T22:49:50.487ZMar 18 22:49:49.361 INFO Download complete, target: MaghemiteMgd
17722026-03-18T22:49:54.795ZMar 18 22:49:53.672 INFO Checking that binary works, target: Cockroach
17732026-03-18T22:49:54.907ZMar 18 22:49:53.784 INFO Download complete, target: Cockroach
17742026-03-18T22:49:57.808ZMar 18 22:49:56.686 INFO Checking that binary works, target: Clickhouse
17752026-03-18T22:49:57.953ZMar 18 22:49:56.831 INFO Download complete, target: Clickhouse
17762026-03-18T22:49:57.972ZAll builder prerequisites installed successfully, and PATH looks valid
17772026-03-18T22:49:57.978Z
17782026-03-18T22:49:57.978Zreal 5:00.083848037
17792026-03-18T22:49:57.978Zuser 10:26.051216717
17802026-03-18T22:49:57.978Zsys 1:47.363474935
17812026-03-18T22:49:57.978Ztrap 0.318828634
17822026-03-18T22:49:57.978Ztflt 0.599280868
17832026-03-18T22:49:57.978Zdflt 0.525654949
17842026-03-18T22:49:57.978Zkflt 0.021272289
17852026-03-18T22:49:57.978Zlock 22:55.551930121
17862026-03-18T22:49:57.978Zslp 39:59.906795409
17872026-03-18T22:49:57.978Zlat 55.316046360
17882026-03-18T22:49:57.978Zstop 2:36.457105438
17892026-03-18T22:49:57.978Z+ banner clippy
17902026-03-18T22:49:57.979Z
17912026-03-18T22:49:57.979Z #### # # ##### ##### # #
17922026-03-18T22:49:57.979Z # # # # # # # # # #
17932026-03-18T22:49:57.979Z # # # # # # # #
17942026-03-18T22:49:57.979Z # # # ##### ##### #
17952026-03-18T22:49:57.979Z # # # # # # #
17962026-03-18T22:49:57.979Z #### ###### # # # #
17972026-03-18T22:49:57.979Z
17982026-03-18T22:49:57.979Z+ export CARGO_INCREMENTAL=0
17992026-03-18T22:49:57.979Z+ CARGO_INCREMENTAL=0
18002026-03-18T22:49:57.979Z+ ptime -m cargo xtask clippy
18012026-03-18T22:49:58.646Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18022026-03-18T22:49:58.909Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18032026-03-18T22:50:01.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18042026-03-18T22:50:01.602Z Running `target/debug/xtask clippy`
18052026-03-18T22:50:01.628Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18062026-03-18T22:50:02.399Z Downloading crates ...
18072026-03-18T22:50:02.652Z Downloaded assert-json-diff v2.0.2
18082026-03-18T22:50:02.661Z Downloaded libtest-mimic v0.8.1
18092026-03-18T22:50:02.663Z Downloaded cfg-expr v0.20.6
18102026-03-18T22:50:02.672Z Downloaded supports-color v2.1.0
18112026-03-18T22:50:02.677Z Downloaded event-listener-strategy v0.5.4
18122026-03-18T22:50:02.681Z Downloaded rustc-demangle v0.1.27
18132026-03-18T22:50:02.696Z Downloaded toml v1.0.3+spec-1.1.0
18142026-03-18T22:50:02.699Z Downloaded futures-timer v3.0.3
18152026-03-18T22:50:02.702Z Downloaded cast v0.3.0
18162026-03-18T22:50:02.702Z Downloaded async-object-pool v0.2.0
18172026-03-18T22:50:02.705Z Downloaded backtrace-ext v0.2.1
18182026-03-18T22:50:02.709Z Downloaded anes v0.1.6
18192026-03-18T22:50:02.713Z Downloaded criterion-plot v0.6.0
18202026-03-18T22:50:02.717Z Downloaded terminal_size v0.1.17
18212026-03-18T22:50:02.721Z Downloaded approx v0.5.1
18222026-03-18T22:50:02.724Z Downloaded parking v2.2.1
18232026-03-18T22:50:02.724Z Downloaded fancy-regex v0.14.0
18242026-03-18T22:50:02.727Z Downloaded knuffel-derive v3.2.0
18252026-03-18T22:50:02.730Z Downloaded cargo_metadata v0.23.1
18262026-03-18T22:50:02.730Z Downloaded blake2b_simd v1.0.4
18272026-03-18T22:50:02.733Z Downloaded serde_regex v1.1.0
18282026-03-18T22:50:02.736Z Downloaded addr2line v0.25.1
18292026-03-18T22:50:02.736Z Downloaded cargo-platform v0.3.2
18302026-03-18T22:50:02.742Z Downloaded miette-derive v5.10.0
18312026-03-18T22:50:02.746Z Downloaded escape8259 v0.5.3
18322026-03-18T22:50:02.750Z Downloaded event-listener v5.4.1
18332026-03-18T22:50:02.754Z Downloaded guppy-workspace-hack v0.1.0
18342026-03-18T22:50:02.757Z Downloaded pathdiff v0.2.3
18352026-03-18T22:50:02.757Z Downloaded target-triple v1.0.0
18362026-03-18T22:50:02.761Z Downloaded similar-asserts v1.7.0
18372026-03-18T22:50:02.766Z Downloaded supports-hyperlinks v2.1.0
18382026-03-18T22:50:02.766Z Downloaded supports-unicode v2.1.0
18392026-03-18T22:50:02.769Z Downloaded plotters-backend v0.3.7
18402026-03-18T22:50:02.769Z Downloaded nested v0.1.1
18412026-03-18T22:50:02.773Z Downloaded linkme-impl v0.3.35
18422026-03-18T22:50:02.776Z Downloaded plotters-svg v0.3.7
18432026-03-18T22:50:02.781Z Downloaded constant_time_eq v0.3.1
18442026-03-18T22:50:02.784Z Downloaded target-spec v3.5.7
18452026-03-18T22:50:02.787Z Downloaded stringmetrics v2.2.2
18462026-03-18T22:50:02.787Z Downloaded rust-argon2 v2.1.0
18472026-03-18T22:50:02.790Z Downloaded path-tree v0.8.3
18482026-03-18T22:50:02.793Z Downloaded owo-colors v3.5.0
18492026-03-18T22:50:02.796Z Downloaded partial-io v0.5.4
18502026-03-18T22:50:02.798Z Downloaded linkme v0.3.35
18512026-03-18T22:50:02.798Z Downloaded concurrent-queue v2.5.0
18522026-03-18T22:50:02.801Z Downloaded relative-path v1.9.3
18532026-03-18T22:50:02.801Z Downloaded oorandom v11.1.5
18542026-03-18T22:50:02.804Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18552026-03-18T22:50:02.804Z Downloaded termcolor v1.4.1
18562026-03-18T22:50:02.804Z Downloaded assert_cmd v2.1.2
18572026-03-18T22:50:02.807Z Downloaded httptest v0.16.4
18582026-03-18T22:50:02.810Z Downloaded chumsky v0.9.3
18592026-03-18T22:50:02.816Z Downloaded backtrace v0.3.76
18602026-03-18T22:50:02.819Z Downloaded async-lock v3.4.2
18612026-03-18T22:50:02.822Z Downloaded trybuild v1.0.116
18622026-03-18T22:50:02.826Z Downloaded tinytemplate v1.2.1
18632026-03-18T22:50:02.830Z Downloaded datatest-stable v0.3.3
18642026-03-18T22:50:02.837Z Downloaded rstest v0.25.0
18652026-03-18T22:50:02.845Z Downloaded rand_distr v0.5.1
18662026-03-18T22:50:02.845Z Downloaded textwrap v0.15.2
18672026-03-18T22:50:02.845Z Downloaded knuffel v3.2.0
18682026-03-18T22:50:02.845Z Downloaded hashbrown v0.14.5
18692026-03-18T22:50:02.848Z Downloaded target-lexicon v0.13.3
18702026-03-18T22:50:02.848Z Downloaded criterion v0.7.0
18712026-03-18T22:50:02.851Z Downloaded miette v5.10.0
18722026-03-18T22:50:02.854Z Downloaded rstest_macros v0.25.0
18732026-03-18T22:50:02.859Z Downloaded guppy v0.17.25
18742026-03-18T22:50:02.866Z Downloaded plotters v0.3.7
18752026-03-18T22:50:02.881Z Downloaded gimli v0.32.3
18762026-03-18T22:50:02.995Z Downloaded httpmock v0.8.3
18772026-03-18T22:50:04.999Z Checking cfg-if v1.0.4
18782026-03-18T22:50:05.370Z Checking libc v0.2.180
18792026-03-18T22:50:05.374Z Checking serde_core v1.0.228
18802026-03-18T22:50:05.453Z Checking memchr v2.8.0
18812026-03-18T22:50:05.493Z Checking smallvec v1.15.1
18822026-03-18T22:50:05.534Z Checking itoa v1.0.17
18832026-03-18T22:50:05.534Z Checking log v0.4.29
18842026-03-18T22:50:05.620Z Checking zeroize v1.8.2
18852026-03-18T22:50:05.665Z Checking libm v0.2.16
18862026-03-18T22:50:05.748Z Checking scopeguard v1.2.0
18872026-03-18T22:50:05.793Z Checking stable_deref_trait v1.2.1
18882026-03-18T22:50:05.837Z Checking zmij v1.0.21
18892026-03-18T22:50:05.882Z Checking zerofrom v0.1.6
18902026-03-18T22:50:05.924Z Checking lock_api v0.4.14
18912026-03-18T22:50:05.968Z Checking percent-encoding v2.3.2
18922026-03-18T22:50:06.012Z Checking writeable v0.6.2
18932026-03-18T22:50:06.053Z Checking errno v0.3.14
18942026-03-18T22:50:06.060Z Checking getrandom v0.2.17
18952026-03-18T22:50:06.136Z Checking yoke v0.8.1
18962026-03-18T22:50:06.179Z Checking litemap v0.8.1
18972026-03-18T22:50:06.225Z Checking subtle v2.6.1
18982026-03-18T22:50:06.263Z Checking icu_properties_data v2.1.2
18992026-03-18T22:50:06.267Z Checking icu_normalizer_data v2.1.1
19002026-03-18T22:50:06.341Z Checking rand_core v0.6.4
19012026-03-18T22:50:06.381Z Checking zerovec v0.11.5
19022026-03-18T22:50:06.423Z Checking zerotrie v0.2.3
19032026-03-18T22:50:06.427Z Checking form_urlencoded v1.2.2
19042026-03-18T22:50:06.502Z Checking portable-atomic v1.13.1
19052026-03-18T22:50:06.540Z Checking utf8_iter v1.0.4
19062026-03-18T22:50:06.586Z Checking pin-project-lite v0.2.17
19072026-03-18T22:50:06.645Z Checking zerocopy v0.8.40
19082026-03-18T22:50:06.690Z Checking num-traits v0.2.19
19092026-03-18T22:50:06.732Z Checking critical-section v1.2.0
19102026-03-18T22:50:06.774Z Checking parking_lot_core v0.9.12
19112026-03-18T22:50:06.815Z Checking rand_core v0.10.0
19122026-03-18T22:50:06.886Z Checking signal-hook-registry v1.4.8
19132026-03-18T22:50:06.989Z Checking tinystr v0.8.2
19142026-03-18T22:50:07.032Z Checking potential_utf v0.1.4
19152026-03-18T22:50:07.035Z Checking parking_lot v0.12.5
19162026-03-18T22:50:07.115Z Checking once_cell v1.21.3
19172026-03-18T22:50:07.118Z Checking getrandom v0.4.1
19182026-03-18T22:50:07.219Z Checking icu_collections v2.1.1
19192026-03-18T22:50:07.261Z Checking icu_locale_core v2.1.1
19202026-03-18T22:50:07.339Z Checking mio v1.1.1
19212026-03-18T22:50:07.386Z Checking typenum v1.19.0
19222026-03-18T22:50:07.432Z Checking socket2 v0.6.2
19232026-03-18T22:50:07.509Z Checking thiserror v2.0.18
19242026-03-18T22:50:07.554Z Checking serde v1.0.228
19252026-03-18T22:50:07.651Z Checking bitflags v2.11.0
19262026-03-18T22:50:07.693Z Checking serde_json v1.0.149
19272026-03-18T22:50:07.750Z Checking iana-time-zone v0.1.65
19282026-03-18T22:50:07.801Z Checking allocator-api2 v0.2.21
19292026-03-18T22:50:07.887Z Checking semver v1.0.27
19302026-03-18T22:50:07.929Z Checking uuid v1.21.0
19312026-03-18T22:50:08.059Z Checking icu_provider v2.1.1
19322026-03-18T22:50:08.112Z Checking generic-array v0.14.7
19332026-03-18T22:50:08.156Z Checking bytes v1.11.1
19342026-03-18T22:50:08.198Z Checking chrono v0.4.44
19352026-03-18T22:50:08.242Z Checking futures-core v0.3.32
19362026-03-18T22:50:08.376Z Checking equivalent v1.0.2
19372026-03-18T22:50:08.422Z Checking icu_normalizer v2.1.1
19382026-03-18T22:50:08.426Z Checking icu_properties v2.1.2
19392026-03-18T22:50:08.522Z Checking const-oid v0.9.6
19402026-03-18T22:50:08.662Z Checking dyn-clone v1.0.20
19412026-03-18T22:50:08.769Z Checking crypto-common v0.1.7
19422026-03-18T22:50:08.811Z Checking tokio v1.49.0
19432026-03-18T22:50:08.851Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-18T22:50:08.854Z Checking foldhash v0.2.0
19452026-03-18T22:50:08.944Z Checking block-buffer v0.10.4
19462026-03-18T22:50:09.065Z Checking hashbrown v0.16.1
19472026-03-18T22:50:09.143Z Checking futures-sink v0.3.32
19482026-03-18T22:50:09.246Z Checking rustix v1.1.3
19492026-03-18T22:50:09.296Z Checking byteorder v1.5.0
19502026-03-18T22:50:09.363Z Checking futures-channel v0.3.32
19512026-03-18T22:50:09.562Z Checking digest v0.10.7
19522026-03-18T22:50:09.604Z Checking slab v0.4.12
19532026-03-18T22:50:09.646Z Checking idna_adapter v1.2.1
19542026-03-18T22:50:09.649Z Checking futures-task v0.3.32
19552026-03-18T22:50:09.766Z Checking futures-io v0.3.32
19562026-03-18T22:50:09.828Z Checking cpufeatures v0.2.17
19572026-03-18T22:50:09.893Z Checking idna v1.1.0
19582026-03-18T22:50:09.898Z Checking indexmap v2.13.0
19592026-03-18T22:50:09.905Z Checking thiserror v1.0.69
19602026-03-18T22:50:09.987Z Checking futures-util v0.3.32
19612026-03-18T22:50:09.990Z Checking getrandom v0.3.4
19622026-03-18T22:50:10.095Z Checking fnv v1.0.7
19632026-03-18T22:50:10.215Z Checking url v2.5.8
19642026-03-18T22:50:10.257Z Checking regex-syntax v0.8.10
19652026-03-18T22:50:10.260Z Checking http v1.4.0
19662026-03-18T22:50:10.467Z Checking tracing-core v0.1.36
19672026-03-18T22:50:10.729Z Checking base64 v0.22.1
19682026-03-18T22:50:10.819Z Checking schemars v0.8.22
19692026-03-18T22:50:10.900Z Checking tracing v0.1.44
19702026-03-18T22:50:10.942Z Checking ppv-lite86 v0.2.21
19712026-03-18T22:50:11.063Z Checking unicode-ident v1.0.24
19722026-03-18T22:50:11.111Z Checking ipnet v2.11.0
19732026-03-18T22:50:11.184Z Checking utf8parse v0.2.2
19742026-03-18T22:50:11.235Z Checking anstyle v1.0.13
19752026-03-18T22:50:11.342Z Checking proc-macro2 v1.0.106
19762026-03-18T22:50:11.385Z Checking untrusted v0.9.0
19772026-03-18T22:50:11.474Z Checking anstyle-parse v0.2.7
19782026-03-18T22:50:11.516Z Checking aho-corasick v1.1.4
19792026-03-18T22:50:11.557Z Checking ring v0.17.14
19802026-03-18T22:50:11.698Z Checking colorchoice v1.0.4
19812026-03-18T22:50:11.742Z Checking is_terminal_polyfill v1.70.2
19822026-03-18T22:50:11.784Z Checking quote v1.0.44
19832026-03-18T22:50:11.848Z Checking anstyle-query v1.1.5
19842026-03-18T22:50:11.891Z Checking base64ct v1.8.3
19852026-03-18T22:50:11.992Z Checking anstream v0.6.21
19862026-03-18T22:50:12.037Z Checking syn v2.0.117
19872026-03-18T22:50:12.096Z Checking block-padding v0.3.3
19882026-03-18T22:50:12.223Z Checking terminal_size v0.4.3
19892026-03-18T22:50:12.277Z Checking rustls-pki-types v1.14.0
19902026-03-18T22:50:12.320Z Checking inout v0.1.4
19912026-03-18T22:50:12.389Z Checking crossbeam-utils v0.8.21
19922026-03-18T22:50:12.457Z Checking regex-automata v0.4.14
19932026-03-18T22:50:12.521Z Checking httparse v1.10.1
19942026-03-18T22:50:12.672Z Checking cipher v0.4.4
19952026-03-18T22:50:12.713Z Checking strsim v0.11.1
19962026-03-18T22:50:12.813Z Checking clap_lex v1.0.0
19972026-03-18T22:50:12.861Z Checking sha2 v0.10.9
19982026-03-18T22:50:12.939Z Checking pem-rfc7468 v0.7.0
19992026-03-18T22:50:12.942Z Checking http-body v1.0.1
20002026-03-18T22:50:13.021Z Checking rand_core v0.9.5
20012026-03-18T22:50:13.063Z Checking clap_builder v4.5.60
20022026-03-18T22:50:13.107Z Checking tokio-util v0.7.18
20032026-03-18T22:50:13.158Z Checking atomic-waker v1.1.2
20042026-03-18T22:50:13.200Z Checking hmac v0.12.1
20052026-03-18T22:50:13.288Z Checking httpdate v1.0.3
20062026-03-18T22:50:13.298Z Checking try-lock v0.2.5
20072026-03-18T22:50:13.323Z Checking flagset v0.4.7
20082026-03-18T22:50:13.391Z Checking pin-utils v0.1.0
20092026-03-18T22:50:13.434Z Checking want v0.3.1
20102026-03-18T22:50:13.474Z Checking tower-layer v0.3.3
20112026-03-18T22:50:13.516Z Checking tower-service v0.3.3
20122026-03-18T22:50:13.519Z Checking ryu v1.0.23
20132026-03-18T22:50:13.609Z Checking der v0.7.10
20142026-03-18T22:50:13.689Z Checking rand_chacha v0.9.0
20152026-03-18T22:50:13.692Z Checking erased-serde v0.3.31
20162026-03-18T22:50:13.770Z Checking spin v0.9.8
20172026-03-18T22:50:13.922Z Checking h2 v0.4.13
20182026-03-18T22:50:14.027Z Checking rand v0.9.2
20192026-03-18T22:50:14.031Z Checking anyhow v1.0.102
20202026-03-18T22:50:14.277Z Checking slog v2.8.2
20212026-03-18T22:50:14.319Z Checking powerfmt v0.2.0
20222026-03-18T22:50:14.538Z Checking deranged v0.5.8
20232026-03-18T22:50:14.626Z Checking num_threads v0.1.7
20242026-03-18T22:50:14.668Z Checking time-core v0.1.8
20252026-03-18T22:50:14.719Z Checking num-conv v0.2.0
20262026-03-18T22:50:14.763Z Checking http-body-util v0.1.3
20272026-03-18T22:50:14.766Z Checking clap v4.5.60
20282026-03-18T22:50:14.882Z Checking aws-lc-sys v0.37.1
20292026-03-18T22:50:14.929Z Checking untrusted v0.7.1
20302026-03-18T22:50:14.967Z Checking openssl-probe v0.2.1
20312026-03-18T22:50:14.970Z Checking fastrand v2.3.0
20322026-03-18T22:50:15.068Z Checking regex v1.12.3
20332026-03-18T22:50:15.111Z Checking spki v0.7.3
20342026-03-18T22:50:15.155Z Checking serde_urlencoded v0.7.1
20352026-03-18T22:50:15.283Z Checking pbkdf2 v0.12.2
20362026-03-18T22:50:15.351Z Checking aes v0.8.4
20372026-03-18T22:50:15.407Z Checking rand_chacha v0.3.1
20382026-03-18T22:50:15.450Z Checking unicode-width v0.2.0
20392026-03-18T22:50:15.491Z Checking pretty-hex v0.4.1
20402026-03-18T22:50:15.494Z Checking cbc v0.1.2
20412026-03-18T22:50:15.665Z Checking salsa20 v0.10.2
20422026-03-18T22:50:15.708Z Checking rand v0.8.5
20432026-03-18T22:50:15.748Z Checking ipnetwork v0.21.1
20442026-03-18T22:50:15.794Z Checking tempfile v3.25.0
20452026-03-18T22:50:15.837Z Checking aws-lc-rs v1.16.0
20462026-03-18T22:50:15.879Z Checking scrypt v0.11.0
20472026-03-18T22:50:15.921Z Checking hex v0.4.3
20482026-03-18T22:50:15.963Z Checking time v0.3.47
20492026-03-18T22:50:16.046Z Checking plain v0.2.3
20502026-03-18T22:50:16.089Z Checking pkcs5 v0.7.1
20512026-03-18T22:50:16.094Z Checking rustls-native-certs v0.8.3
20522026-03-18T22:50:16.201Z Checking sync_wrapper v1.0.2
20532026-03-18T22:50:16.257Z Checking camino v1.2.2
20542026-03-18T22:50:16.322Z Checking ucd-trie v0.1.7
20552026-03-18T22:50:16.359Z Checking tower v0.5.3
20562026-03-18T22:50:16.429Z Checking webpki-roots v1.0.6
20572026-03-18T22:50:16.471Z Checking pkcs8 v0.10.2
20582026-03-18T22:50:16.513Z Checking pest v2.8.6
20592026-03-18T22:50:16.605Z Checking iri-string v0.7.10
20602026-03-18T22:50:16.648Z Checking either v1.15.0
20612026-03-18T22:50:16.720Z Checking mime v0.3.17
20622026-03-18T22:50:16.902Z Checking openapiv3 v2.2.0
20632026-03-18T22:50:16.945Z Checking winnow v0.7.14
20642026-03-18T22:50:16.988Z Checking oxnet v0.1.4
20652026-03-18T22:50:17.032Z Checking rustls-webpki v0.103.9
20662026-03-18T22:50:17.323Z Checking lazy_static v1.5.0
20672026-03-18T22:50:17.469Z Checking foreign-types-shared v0.1.1
20682026-03-18T22:50:17.527Z Checking static_assertions v1.1.0
20692026-03-18T22:50:17.584Z Checking hyper v1.8.1
20702026-03-18T22:50:17.627Z Checking foreign-types v0.3.2
20712026-03-18T22:50:17.639Z Checking rustls v0.23.37
20722026-03-18T22:50:17.704Z Checking signature v2.2.0
20732026-03-18T22:50:17.784Z Checking openssl-sys v0.9.111
20742026-03-18T22:50:17.894Z Checking encoding_rs v0.8.35
20752026-03-18T22:50:18.023Z Checking simd-adler32 v0.3.8
20762026-03-18T22:50:18.081Z Checking tower-http v0.6.8
20772026-03-18T22:50:18.285Z Checking hubpack v0.1.2
20782026-03-18T22:50:18.476Z Checking adler2 v2.0.1
20792026-03-18T22:50:18.522Z Checking openssl v0.10.75
20802026-03-18T22:50:18.564Z Checking strum v0.26.3
20812026-03-18T22:50:18.606Z Checking sha1 v0.10.6
20822026-03-18T22:50:18.650Z Checking miniz_oxide v0.8.9
20832026-03-18T22:50:18.729Z Checking tinyvec_macros v0.1.1
20842026-03-18T22:50:18.734Z Checking data-encoding v2.10.0
20852026-03-18T22:50:18.811Z Checking hyper-util v0.1.20
20862026-03-18T22:50:18.854Z Checking toml_datetime v0.6.11
20872026-03-18T22:50:18.859Z Checking tinyvec v1.10.0
20882026-03-18T22:50:19.143Z Checking serde_spanned v0.6.9
20892026-03-18T22:50:19.146Z Checking num-integer v0.1.46
20902026-03-18T22:50:19.254Z Checking scroll v0.13.0
20912026-03-18T22:50:19.265Z Checking memmap2 v0.9.10
20922026-03-18T22:50:19.312Z Checking bit-vec v0.8.0
20932026-03-18T22:50:19.366Z Checking base16ct v0.2.0
20942026-03-18T22:50:19.467Z Checking dtrace-parser v0.3.0
20952026-03-18T22:50:19.510Z Checking crossbeam-epoch v0.9.18
20962026-03-18T22:50:19.554Z Checking sec1 v0.7.3
20972026-03-18T22:50:19.558Z Checking goblin v0.10.5
20982026-03-18T22:50:19.636Z Checking bit-set v0.8.0
20992026-03-18T22:50:19.796Z Checking crc32fast v1.5.0
21002026-03-18T22:50:19.842Z Checking ff v0.13.1
21012026-03-18T22:50:19.880Z Checking thread-id v5.1.0
21022026-03-18T22:50:19.883Z Checking wait-timeout v0.2.1
21032026-03-18T22:50:19.998Z Checking num-iter v0.1.45
21042026-03-18T22:50:20.042Z Checking bstr v1.12.1
21052026-03-18T22:50:20.054Z Checking group v0.13.0
21062026-03-18T22:50:20.134Z Checking hkdf v0.12.4
21072026-03-18T22:50:20.179Z Checking ahash v0.8.12
21082026-03-18T22:50:20.310Z Checking crypto-bigint v0.5.5
21092026-03-18T22:50:20.350Z Checking quick-error v1.2.3
21102026-03-18T22:50:20.466Z Checking rand_xorshift v0.4.0
21112026-03-18T22:50:20.510Z Checking rusty-fork v0.3.1
21122026-03-18T22:50:20.513Z Checking scroll v0.12.0
21132026-03-18T22:50:20.618Z Checking unarray v0.1.4
21142026-03-18T22:50:20.661Z Checking num-bigint-dig v0.8.6
21152026-03-18T22:50:20.745Z Checking pkcs1 v0.7.5
21162026-03-18T22:50:20.789Z Checking proptest v1.10.0
21172026-03-18T22:50:20.874Z Checking goblin v0.8.2
21182026-03-18T22:50:20.918Z Checking tokio-rustls v0.26.4
21192026-03-18T22:50:21.045Z Checking x509-cert v0.2.5
21202026-03-18T22:50:21.236Z Checking hyper-rustls v0.27.7
21212026-03-18T22:50:21.368Z Checking native-tls v0.2.18
21222026-03-18T22:50:21.527Z Checking zerocopy v0.7.35
21232026-03-18T22:50:21.617Z Checking tokio-native-tls v0.3.1
21242026-03-18T22:50:21.814Z Checking psl-types v2.0.11
21252026-03-18T22:50:21.857Z Checking hyper-tls v0.6.0
21262026-03-18T22:50:21.898Z Checking elliptic-curve v0.13.8
21272026-03-18T22:50:21.959Z Checking zlib-rs v0.6.2
21282026-03-18T22:50:22.001Z Checking unicode-segmentation v1.12.0
21292026-03-18T22:50:22.093Z Checking reqwest v0.12.28
21302026-03-18T22:50:22.255Z Checking publicsuffix v2.3.0
21312026-03-18T22:50:22.327Z Checking rsa v0.9.10
21322026-03-18T22:50:22.437Z Checking crossbeam-deque v0.8.6
21332026-03-18T22:50:22.489Z Checking dtrace-parser v0.2.0
21342026-03-18T22:50:22.691Z Checking cookie v0.18.1
21352026-03-18T22:50:22.814Z Checking rfc6979 v0.4.0
21362026-03-18T22:50:22.946Z Checking dof v0.4.0
21372026-03-18T22:50:22.989Z Checking thread-id v4.2.2
21382026-03-18T22:50:22.992Z Checking toml_write v0.1.2
21392026-03-18T22:50:23.107Z Checking cookie_store v0.22.1
21402026-03-18T22:50:23.119Z Checking ecdsa v0.16.9
21412026-03-18T22:50:23.188Z Checking flate2 v1.1.9
21422026-03-18T22:50:23.233Z Checking rustls-platform-verifier v0.6.2
21432026-03-18T22:50:23.278Z Checking toml_edit v0.22.27
21442026-03-18T22:50:23.319Z Checking newtype-uuid v1.3.2
21452026-03-18T22:50:23.429Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-18T22:50:23.519Z Checking curve25519-dalek v4.1.3
21472026-03-18T22:50:23.578Z Checking rustix v0.38.44
21482026-03-18T22:50:23.623Z Checking memoffset v0.9.1
21492026-03-18T22:50:23.627Z Checking dof v0.3.0
21502026-03-18T22:50:23.627Z Checking env_filter v1.0.0
21512026-03-18T22:50:23.751Z Checking keccak v0.1.6
21522026-03-18T22:50:23.885Z Checking daft v0.1.5
21532026-03-18T22:50:23.928Z Checking env_logger v0.11.9
21542026-03-18T22:50:23.931Z Checking usdt-impl v0.6.0
21552026-03-18T22:50:24.008Z Checking sha3 v0.10.8
21562026-03-18T22:50:24.066Z Checking usdt-impl v0.5.0
21572026-03-18T22:50:24.222Z Checking reqwest v0.13.2
21582026-03-18T22:50:24.264Z Checking ed25519 v2.2.3
21592026-03-18T22:50:24.305Z Checking usdt v0.6.0
21602026-03-18T22:50:24.308Z Checking itertools v0.13.0
21612026-03-18T22:50:24.443Z Checking serde_with v3.17.0
21622026-03-18T22:50:24.522Z Checking siphasher v1.0.2
21632026-03-18T22:50:24.567Z Checking bitflags v1.3.2
21642026-03-18T22:50:24.570Z Checking ed25519-dalek v2.2.0
21652026-03-18T22:50:24.688Z Checking unicode-normalization v0.1.25
21662026-03-18T22:50:24.750Z Checking toml_datetime v0.7.5+spec-1.1.0
21672026-03-18T22:50:24.839Z Checking signal-hook v0.3.18
21682026-03-18T22:50:24.851Z Checking managed v0.8.0
21692026-03-18T22:50:24.928Z Checking winnow v0.5.40
21702026-03-18T22:50:25.032Z Checking nix v0.31.1
21712026-03-18T22:50:25.075Z Checking rayon-core v1.13.0
21722026-03-18T22:50:25.117Z Checking bzip2-sys v0.1.13+1.0.8
21732026-03-18T22:50:25.256Z Checking object v0.37.3
21742026-03-18T22:50:25.299Z Checking foldhash v0.1.5
21752026-03-18T22:50:25.368Z Checking bzip2 v0.4.4
21762026-03-18T22:50:25.500Z Checking hashbrown v0.15.5
21772026-03-18T22:50:25.543Z Checking signal-hook-mio v0.2.5
21782026-03-18T22:50:25.602Z Checking ref-cast v1.0.25
21792026-03-18T22:50:25.697Z Checking zstd-sys v2.0.16+zstd.1.5.7
21802026-03-18T22:50:25.754Z Checking zip v0.6.6
21812026-03-18T22:50:25.801Z Checking libbz2-rs-sys v0.2.2
21822026-03-18T22:50:25.872Z Checking zstd-safe v7.2.4
21832026-03-18T22:50:26.114Z Checking bumpalo v3.20.2
21842026-03-18T22:50:26.156Z Checking zstd v0.13.3
21852026-03-18T22:50:26.198Z Checking crossterm v0.28.1
21862026-03-18T22:50:26.332Z Checking bzip2 v0.6.1
21872026-03-18T22:50:26.397Z Checking zopfli v0.8.3
21882026-03-18T22:50:26.440Z Checking rayon v1.11.0
21892026-03-18T22:50:26.484Z Checking similar v2.7.0
21902026-03-18T22:50:26.488Z Checking fs-err v3.3.0
21912026-03-18T22:50:26.569Z Checking toml_edit v0.19.15
21922026-03-18T22:50:26.575Z Checking hash32 v0.2.1
21932026-03-18T22:50:26.839Z Checking serde-big-array v0.5.1
21942026-03-18T22:50:26.880Z Checking unicode-properties v0.1.4
21952026-03-18T22:50:26.929Z Checking jiff v0.2.21
21962026-03-18T22:50:27.012Z Checking unicode-bidi v0.3.18
21972026-03-18T22:50:27.054Z Checking predicates-core v1.0.10
21982026-03-18T22:50:27.153Z Checking heapless v0.7.17
21992026-03-18T22:50:27.195Z Checking hickory-proto v0.25.2
22002026-03-18T22:50:27.239Z Checking tokio-stream v0.1.18
22012026-03-18T22:50:27.418Z Checking stringprep v0.1.5
22022026-03-18T22:50:27.639Z Checking md-5 v0.10.6
22032026-03-18T22:50:27.734Z Checking float-cmp v0.10.0
22042026-03-18T22:50:27.778Z Checking rustc-hash v2.1.1
22052026-03-18T22:50:27.837Z Checking normalize-line-endings v0.3.0
22062026-03-18T22:50:27.922Z Checking difflib v0.4.0
22072026-03-18T22:50:27.964Z Checking fallible-iterator v0.2.0
22082026-03-18T22:50:28.008Z Checking iddqd v0.3.17
22092026-03-18T22:50:28.008Z Checking toml v0.7.8
22102026-03-18T22:50:28.172Z Checking predicates v3.1.4
22112026-03-18T22:50:28.359Z Checking postgres-protocol v0.6.10
22122026-03-18T22:50:28.470Z Checking smoltcp v0.9.1
22132026-03-18T22:50:28.500Z Checking phf_shared v0.11.3
22142026-03-18T22:50:28.593Z Checking phf_shared v0.13.1
22152026-03-18T22:50:28.710Z Checking itertools v0.12.1
22162026-03-18T22:50:28.748Z Checking console v0.16.2
22172026-03-18T22:50:28.792Z Checking buf-list v1.1.2
22182026-03-18T22:50:28.897Z Checking strum v0.27.2
22192026-03-18T22:50:29.049Z Checking lalrpop-util v0.19.12
22202026-03-18T22:50:29.090Z Checking fixedbitset v0.5.7
22212026-03-18T22:50:29.168Z Checking unit-prefix v0.5.2
22222026-03-18T22:50:29.172Z Checking precomputed-hash v0.1.1
22232026-03-18T22:50:29.278Z Checking fixedbitset v0.4.2
22242026-03-18T22:50:29.321Z Checking new_debug_unreachable v1.0.6
22252026-03-18T22:50:29.363Z Checking indicatif v0.18.4
22262026-03-18T22:50:29.366Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-18T22:50:29.444Z Checking petgraph v0.8.3
22282026-03-18T22:50:29.446Z Checking string_cache v0.8.9
22292026-03-18T22:50:29.525Z Checking petgraph v0.6.5
22302026-03-18T22:50:29.723Z Checking phf v0.13.1
22312026-03-18T22:50:29.886Z Checking postgres-types v0.2.12
22322026-03-18T22:50:29.948Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-18T22:50:30.039Z Checking zip v4.6.1
22342026-03-18T22:50:30.080Z Checking zone v0.3.1
22352026-03-18T22:50:30.351Z Checking peg-runtime v0.8.5
22362026-03-18T22:50:30.392Z Checking whoami v2.1.0
22372026-03-18T22:50:30.602Z Checking futures-executor v0.3.32
22382026-03-18T22:50:30.669Z Checking tokio-postgres v0.7.16
22392026-03-18T22:50:30.713Z Checking is-terminal v0.4.17
22402026-03-18T22:50:30.808Z Checking futures v0.3.32
22412026-03-18T22:50:30.852Z Checking crossbeam-channel v0.5.15
22422026-03-18T22:50:30.856Z Compiling structmeta-derive v0.3.0
22432026-03-18T22:50:30.937Z Checking thread_local v1.1.9
22442026-03-18T22:50:30.980Z Checking take_mut v0.2.2
22452026-03-18T22:50:31.136Z Checking term v1.2.1
22462026-03-18T22:50:31.178Z Compiling newtype-uuid-macros v0.1.0
22472026-03-18T22:50:31.270Z Compiling rustls v0.22.4
22482026-03-18T22:50:31.319Z Checking slog-async v2.8.0
22492026-03-18T22:50:31.446Z Checking slog-term v2.9.2
22502026-03-18T22:50:31.648Z Checking regress v0.10.5
22512026-03-18T22:50:31.656Z Compiling multer v3.1.0
22522026-03-18T22:50:31.672Z Compiling async-stream-impl v0.3.6
22532026-03-18T22:50:31.815Z Compiling dropshot v0.16.7
22542026-03-18T22:50:32.004Z Compiling dropshot_endpoint v0.16.7
22552026-03-18T22:50:32.191Z Checking match_cfg v0.1.0
22562026-03-18T22:50:32.233Z Checking slog-json v2.6.1
22572026-03-18T22:50:32.308Z Checking hostname v0.3.1
22582026-03-18T22:50:32.352Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-03-18T22:50:32.395Z Compiling structmeta v0.3.0
22602026-03-18T22:50:32.457Z Checking debug-ignore v1.0.5
22612026-03-18T22:50:32.460Z Checking slog-bunyan v2.5.0
22622026-03-18T22:50:32.540Z Checking serde_spanned v1.0.4
22632026-03-18T22:50:32.622Z Checking toml_writer v1.0.6+spec-1.1.0
22642026-03-18T22:50:32.667Z Checking rustls-webpki v0.102.8
22652026-03-18T22:50:32.712Z Compiling derive-ex v0.1.8
22662026-03-18T22:50:32.758Z Checking serde_path_to_error v0.1.20
22672026-03-18T22:50:32.765Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682026-03-18T22:50:32.883Z Checking toml v0.9.12+spec-1.1.0
22692026-03-18T22:50:32.924Z Checking progenitor-client v0.13.0
22702026-03-18T22:50:33.152Z Checking async-stream v0.3.6
22712026-03-18T22:50:33.339Z Checking waitgroup v0.1.2
22722026-03-18T22:50:33.342Z Checking rustls-pemfile v2.2.0
22732026-03-18T22:50:33.494Z Checking hostname v0.4.2
22742026-03-18T22:50:33.542Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-03-18T22:50:33.583Z Compiling parse-display-derive v0.10.0
22762026-03-18T22:50:33.586Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-18T22:50:33.666Z Checking itertools v0.14.0
22782026-03-18T22:50:33.728Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-18T22:50:33.770Z Checking macaddr v1.0.1
22802026-03-18T22:50:33.811Z Checking progenitor-client v0.10.0
22812026-03-18T22:50:34.031Z Checking instant v0.1.13
22822026-03-18T22:50:34.120Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22832026-03-18T22:50:34.170Z Checking backoff v0.4.0
22842026-03-18T22:50:34.288Z Checking backon v1.6.0
22852026-03-18T22:50:34.404Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-18T22:50:34.449Z Checking heck v0.5.0
22872026-03-18T22:50:34.532Z Checking progenitor-extras v0.1.1
22882026-03-18T22:50:34.671Z Checking camino-tempfile v1.4.1
22892026-03-18T22:50:34.832Z Checking toml v0.8.23
22902026-03-18T22:50:35.050Z Compiling unsafe-libyaml v0.2.11
22912026-03-18T22:50:35.096Z Compiling test-strategy v0.4.5
22922026-03-18T22:50:35.138Z Compiling convert_case v0.4.0
22932026-03-18T22:50:35.214Z Checking tokio-rustls v0.25.0
22942026-03-18T22:50:35.370Z Checking secrecy v0.10.3
22952026-03-18T22:50:35.550Z Compiling toml_edit v0.23.10+spec-1.0.0
22962026-03-18T22:50:35.717Z Compiling derive_more v0.99.20
22972026-03-18T22:50:35.967Z Checking parse-display v0.10.0
22982026-03-18T22:50:36.104Z Compiling serde_yaml v0.9.34+deprecated
22992026-03-18T22:50:36.179Z Compiling crucible-workspace-hack v0.1.0
23002026-03-18T22:50:36.449Z Compiling proc-macro-crate v3.4.0
23012026-03-18T22:50:36.673Z Compiling typify-impl v0.6.1
23022026-03-18T22:50:37.188Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23032026-03-18T22:50:37.346Z Checking half v2.7.1
23042026-03-18T22:50:37.695Z Checking glob v0.3.3
23052026-03-18T22:50:37.739Z Checking ciborium-io v0.2.2
23062026-03-18T22:50:37.883Z Checking ciborium-ll v0.2.2
23072026-03-18T22:50:37.963Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23082026-03-18T22:50:38.007Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23092026-03-18T22:50:38.141Z Compiling heapless v0.8.0
23102026-03-18T22:50:38.187Z Checking ciborium v0.2.2
23112026-03-18T22:50:38.336Z Compiling ingot-macros v0.1.1
23122026-03-18T22:50:38.670Z Checking tabwriter v1.4.1
23132026-03-18T22:50:38.771Z Checking hash32 v0.3.1
23142026-03-18T22:50:38.814Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23152026-03-18T22:50:38.817Z Compiling smoltcp v0.11.0
23162026-03-18T22:50:38.896Z Compiling num_enum_derive v0.7.5
23172026-03-18T22:50:39.147Z Checking cobs v0.3.0
23182026-03-18T22:50:39.300Z Compiling foreign-types-macros v0.2.3
23192026-03-18T22:50:39.382Z Checking cpufeatures v0.3.0
23202026-03-18T22:50:39.434Z Checking foreign-types-shared v0.3.1
23212026-03-18T22:50:39.582Z Checking chacha20 v0.10.0
23222026-03-18T22:50:39.585Z Checking postcard v1.1.3
23232026-03-18T22:50:40.038Z Compiling proc-macro-crate v1.3.1
23242026-03-18T22:50:40.121Z Checking foreign-types v0.5.0
23252026-03-18T22:50:40.184Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23262026-03-18T22:50:40.251Z Checking sigpipe v0.1.3
23272026-03-18T22:50:40.378Z Checking cstr-argument v0.1.2
23282026-03-18T22:50:40.417Z Checking num_enum v0.7.5
23292026-03-18T22:50:40.496Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-03-18T22:50:40.560Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-18T22:50:40.602Z Checking colored v3.1.1
23322026-03-18T22:50:40.643Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-18T22:50:40.898Z Compiling num_enum_derive v0.5.11
23342026-03-18T22:50:40.979Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-03-18T22:50:41.034Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-03-18T22:50:41.085Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-18T22:50:41.218Z Checking rand v0.10.0
23382026-03-18T22:50:41.261Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23392026-03-18T22:50:41.265Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23402026-03-18T22:50:41.340Z Checking indent_write v2.2.0
23412026-03-18T22:50:41.576Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23422026-03-18T22:50:41.729Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23432026-03-18T22:50:41.784Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-03-18T22:50:41.866Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23452026-03-18T22:50:41.911Z Checking smf v0.2.3
23462026-03-18T22:50:42.136Z Compiling num-derive v0.4.2
23472026-03-18T22:50:42.243Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-03-18T22:50:42.248Z Checking ingot-types v0.1.2
23492026-03-18T22:50:42.324Z Checking num_enum v0.5.11
23502026-03-18T22:50:42.327Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-18T22:50:42.490Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23522026-03-18T22:50:42.583Z Checking whoami v1.6.1
23532026-03-18T22:50:42.634Z Checking universal-hash v0.5.1
23542026-03-18T22:50:42.786Z Checking ingot v0.1.1
23552026-03-18T22:50:42.828Z Checking opaque-debug v0.3.1
23562026-03-18T22:50:42.832Z Checking aead v0.5.2
23572026-03-18T22:50:42.949Z Checking swrite v0.1.0
23582026-03-18T22:50:42.998Z Checking poly1305 v0.8.0
23592026-03-18T22:50:43.033Z Checking chacha20 v0.9.1
23602026-03-18T22:50:43.076Z Checking unicode-width v0.1.14
23612026-03-18T22:50:43.118Z Compiling thiserror-impl-no-std v2.0.2
23622026-03-18T22:50:43.161Z Compiling typify-macro v0.6.1
23632026-03-18T22:50:43.310Z Checking password-hash v0.5.0
23642026-03-18T22:50:43.361Z Checking blake2 v0.10.6
23652026-03-18T22:50:43.406Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-18T22:50:43.445Z Checking chacha20poly1305 v0.10.1
23672026-03-18T22:50:43.624Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-18T22:50:43.737Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23692026-03-18T22:50:43.750Z Checking argon2 v0.5.3
23702026-03-18T22:50:43.756Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-18T22:50:44.015Z Compiling usdt-attr-macro v0.5.0
23722026-03-18T22:50:44.060Z Compiling usdt-macro v0.5.0
23732026-03-18T22:50:44.099Z Checking memmap v0.7.0
23742026-03-18T22:50:44.157Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-18T22:50:44.301Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-18T22:50:44.607Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-03-18T22:50:44.746Z Checking thiserror-no-std v2.0.2
23782026-03-18T22:50:44.887Z Checking vsss-rs v3.3.4
23792026-03-18T22:50:44.931Z Compiling derive-where v1.6.0
23802026-03-18T22:50:45.038Z Checking atomicwrites v0.4.4
23812026-03-18T22:50:45.098Z Checking usdt v0.5.0
23822026-03-18T22:50:45.256Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-18T22:50:45.296Z Checking console v0.15.11
23842026-03-18T22:50:45.349Z Checking tokio-dtrace v0.1.1
23852026-03-18T22:50:45.544Z Compiling typify v0.6.1
23862026-03-18T22:50:45.647Z Checking oxide-tokio-rt v0.1.3
23872026-03-18T22:50:45.688Z Compiling progenitor-impl v0.13.0
23882026-03-18T22:50:45.729Z Checking newline-converter v0.3.0
23892026-03-18T22:50:45.880Z Checking bytecount v0.6.9
23902026-03-18T22:50:45.920Z Checking expectorate v1.2.0
23912026-03-18T22:50:45.961Z Compiling prettyplease v0.2.37
23922026-03-18T22:50:46.039Z Compiling owo-colors v4.3.0
23932026-03-18T22:50:46.114Z Compiling cancel-safe-futures v0.1.5
23942026-03-18T22:50:46.416Z Checking libsw-core v0.3.2
23952026-03-18T22:50:46.567Z Checking libsw v3.5.0
23962026-03-18T22:50:46.667Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-18T22:50:46.791Z Checking linear-map v1.2.0
23982026-03-18T22:50:46.832Z Checking same-file v1.0.6
23992026-03-18T22:50:46.835Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24002026-03-18T22:50:46.920Z Checking num-rational v0.4.2
24012026-03-18T22:50:46.995Z Checking num-complex v0.4.6
24022026-03-18T22:50:47.037Z Checking walkdir v2.5.0
24032026-03-18T22:50:47.045Z Checking float-ord v0.3.2
24042026-03-18T22:50:47.236Z Checking gethostname v0.5.0
24052026-03-18T22:50:47.375Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-03-18T22:50:47.500Z Compiling async-recursion v1.1.1
24072026-03-18T22:50:47.541Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-03-18T22:50:47.545Z Checking num v0.4.3
24092026-03-18T22:50:47.705Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-18T22:50:48.230Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-03-18T22:50:48.591Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24122026-03-18T22:50:49.449Z Compiling progenitor-macro v0.13.0
24132026-03-18T22:50:49.779Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-03-18T22:50:51.317Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24152026-03-18T22:50:51.361Z Checking unicode-linebreak v0.1.5
24162026-03-18T22:50:51.403Z Checking smawk v0.3.2
24172026-03-18T22:50:51.678Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-03-18T22:50:51.684Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-03-18T22:50:51.763Z Checking globset v0.4.18
24202026-03-18T22:50:52.295Z Compiling convert_case v0.10.0
24212026-03-18T22:50:52.984Z Compiling slog-dtrace v0.3.0
24222026-03-18T22:50:53.278Z Checking resolv-conf v0.7.6
24232026-03-18T22:50:53.425Z Compiling derive_more-impl v2.1.1
24242026-03-18T22:50:53.720Z Compiling pin-project-internal v1.1.11
24252026-03-18T22:50:53.855Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-03-18T22:50:53.896Z Checking pem v3.0.6
24272026-03-18T22:50:54.138Z Checking fd-lock v4.0.4
24282026-03-18T22:50:54.185Z Checking vte v0.14.1
24292026-03-18T22:50:54.328Z Checking display-error-chain v0.2.2
24302026-03-18T22:50:54.412Z Checking strip-ansi-escapes v0.2.1
24312026-03-18T22:50:54.510Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24322026-03-18T22:50:54.552Z Checking derive_more v2.1.1
24332026-03-18T22:50:54.592Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-18T22:50:54.596Z Compiling snafu-derive v0.8.9
24352026-03-18T22:50:54.677Z Checking crossterm v0.29.0
24362026-03-18T22:50:54.723Z Checking nu-ansi-term v0.50.3
24372026-03-18T22:50:55.023Z Checking linked-hash-map v0.5.6
24382026-03-18T22:50:55.277Z Checking termtree v0.5.1
24392026-03-18T22:50:55.319Z Checking pin-project v1.1.11
24402026-03-18T22:50:55.424Z Checking lru-cache v0.1.2
24412026-03-18T22:50:55.516Z Checking reedline v0.40.0
24422026-03-18T22:50:55.516Z Checking textwrap v0.16.2
24432026-03-18T22:50:55.653Z Checking olpc-cjson v0.1.4
24442026-03-18T22:50:55.810Z Checking hickory-proto v0.24.4
24452026-03-18T22:50:55.863Z Checking serde_plain v1.0.2
24462026-03-18T22:50:56.082Z Compiling minimal-lexical v0.2.1
24472026-03-18T22:50:56.447Z Checking typed-path v0.9.3
24482026-03-18T22:50:56.568Z Checking progenitor v0.13.0
24492026-03-18T22:50:56.765Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-18T22:50:57.093Z Compiling nom v7.1.3
24512026-03-18T22:50:57.383Z Checking snafu v0.8.9
24522026-03-18T22:50:57.549Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-03-18T22:50:57.740Z Checking tough v0.20.0
24542026-03-18T22:50:58.231Z Checking nibble_vec v0.1.0
24552026-03-18T22:50:58.300Z Checking endian-type v0.1.2
24562026-03-18T22:50:58.424Z Checking hickory-resolver v0.24.4
24572026-03-18T22:50:58.495Z Checking radix_trie v0.2.1
24582026-03-18T22:50:58.800Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592026-03-18T22:50:58.939Z Compiling ar_archive_writer v0.5.1
24602026-03-18T22:50:59.165Z Checking humantime v2.3.0
24612026-03-18T22:50:59.390Z Checking qorb v0.4.1
24622026-03-18T22:50:59.430Z Checking csv-core v0.1.13
24632026-03-18T22:50:59.587Z Checking base64 v0.21.7
24642026-03-18T22:50:59.687Z Checking csv v1.4.0
24652026-03-18T22:50:59.923Z Compiling stacker v0.1.23
24662026-03-18T22:51:00.198Z Compiling psm v0.1.30
24672026-03-18T22:51:00.241Z Compiling cfg_aliases v0.1.1
24682026-03-18T22:51:00.336Z Checking highway v1.3.0
24692026-03-18T22:51:00.381Z Compiling nix v0.28.0
24702026-03-18T22:51:00.461Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-18T22:51:00.515Z Checking papergrid v0.11.0
24722026-03-18T22:51:00.649Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732026-03-18T22:51:00.692Z Compiling tabled_derive v0.7.0
24742026-03-18T22:51:00.942Z Checking home v0.5.12
24752026-03-18T22:51:01.071Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24762026-03-18T22:51:01.116Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-18T22:51:01.121Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-03-18T22:51:01.374Z Checking phf_shared v0.12.1
24792026-03-18T22:51:01.415Z Compiling recursive-proc-macro-impl v0.1.1
24802026-03-18T22:51:01.660Z Compiling chrono-tz v0.10.4
24812026-03-18T22:51:01.774Z Compiling semver v0.1.20
24822026-03-18T22:51:01.817Z Checking phf v0.12.1
24832026-03-18T22:51:01.959Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24842026-03-18T22:51:02.002Z Checking recursive v0.1.1
24852026-03-18T22:51:02.042Z Compiling rustc_version v0.1.7
24862026-03-18T22:51:02.046Z Checking tabled v0.15.0
24872026-03-18T22:51:02.147Z Compiling const_format_proc_macros v0.2.34
24882026-03-18T22:51:02.190Z Compiling peg-macros v0.8.5
24892026-03-18T22:51:02.196Z Checking winnow v0.6.26
24902026-03-18T22:51:02.368Z Compiling sqlparser_derive v0.5.0
24912026-03-18T22:51:02.660Z Checking unicode_categories v0.1.1
24922026-03-18T22:51:03.314Z Checking const_format v0.2.35
24932026-03-18T22:51:03.410Z Checking sqlparser v0.61.0
24942026-03-18T22:51:03.687Z Checking rustyline v14.0.0
24952026-03-18T22:51:03.781Z Checking sqlformat v0.3.5
24962026-03-18T22:51:03.822Z Compiling newtype_derive v0.1.6
24972026-03-18T22:51:04.077Z Checking peg v0.8.5
24982026-03-18T22:51:04.200Z Checking bcs v0.1.6
24992026-03-18T22:51:04.534Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25002026-03-18T22:51:04.610Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-03-18T22:51:04.683Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25022026-03-18T22:51:04.801Z Checking steno v0.4.1
25032026-03-18T22:51:05.036Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-03-18T22:51:05.174Z Compiling typify-impl v0.4.3
25052026-03-18T22:51:05.968Z Checking utf-8 v0.7.6
25062026-03-18T22:51:06.231Z Checking filetime v0.2.27
25072026-03-18T22:51:06.434Z Checking arc-swap v1.8.2
25082026-03-18T22:51:06.752Z Checking xattr v1.6.1
25092026-03-18T22:51:06.949Z Checking tar v0.4.44
25102026-03-18T22:51:07.471Z Checking slog-scope v4.4.1
25112026-03-18T22:51:07.523Z Checking tungstenite v0.21.0
25122026-03-18T22:51:07.532Z Checking typeid v1.0.3
25132026-03-18T22:51:07.667Z Checking slog-stdlog v4.1.1
25142026-03-18T22:51:07.709Z Checking subprocess v0.2.15
25152026-03-18T22:51:07.846Z Checking slog-envlogger v2.2.0
25162026-03-18T22:51:08.058Z Checking headers-core v0.3.0
25172026-03-18T22:51:08.100Z Compiling lzma-sys v0.1.20
25182026-03-18T22:51:08.103Z Checking tokio-tungstenite v0.21.0
25192026-03-18T22:51:08.219Z Checking headers v0.4.1
25202026-03-18T22:51:08.355Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25212026-03-18T22:51:08.511Z Compiling cargo_toml v0.22.3
25222026-03-18T22:51:08.860Z Checking yasna v0.5.2
25232026-03-18T22:51:08.896Z Checking xz2 v0.1.7
25242026-03-18T22:51:09.138Z Checking ron v0.12.0
25252026-03-18T22:51:09.399Z Checking rcgen v0.12.1
25262026-03-18T22:51:09.831Z Checking base16ct v1.0.0
25272026-03-18T22:51:09.874Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-18T22:51:10.024Z Checking dropshot-api-manager-types v0.6.0
25292026-03-18T22:51:10.173Z Checking tagptr v0.2.0
25302026-03-18T22:51:10.234Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25312026-03-18T22:51:10.275Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25322026-03-18T22:51:10.388Z Checking moka v0.12.13
25332026-03-18T22:51:10.485Z Compiling radium v0.7.0
25342026-03-18T22:51:10.526Z Compiling libefi-sys v0.1.0
25352026-03-18T22:51:10.868Z Compiling bitfield-struct v0.6.2
25362026-03-18T22:51:10.971Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25372026-03-18T22:51:11.291Z Checking hickory-resolver v0.25.2
25382026-03-18T22:51:11.510Z Checking tap v1.0.1
25392026-03-18T22:51:11.677Z Compiling typify-macro v0.4.3
25402026-03-18T22:51:11.720Z Compiling maybe-uninit v2.0.0
25412026-03-18T22:51:11.766Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422026-03-18T22:51:12.164Z Checking wyz v0.5.1
25432026-03-18T22:51:12.204Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-03-18T22:51:12.244Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-18T22:51:12.471Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25462026-03-18T22:51:12.524Z Compiling zerocopy-derive v0.6.6
25472026-03-18T22:51:12.616Z Checking crc-catalog v2.4.0
25482026-03-18T22:51:12.699Z Compiling packed_struct v0.10.1
25492026-03-18T22:51:12.776Z Checking funty v2.0.0
25502026-03-18T22:51:12.872Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-18T22:51:13.009Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-18T22:51:13.125Z Checking crc v3.4.0
25532026-03-18T22:51:13.263Z Checking bitvec v1.0.1
25542026-03-18T22:51:13.339Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-18T22:51:13.508Z Compiling packed_struct_codegen v0.10.1
25562026-03-18T22:51:13.568Z Compiling bitfield-macros v0.19.4
25572026-03-18T22:51:13.723Z Checking zerocopy v0.6.6
25582026-03-18T22:51:13.776Z Compiling indexmap v1.9.3
25592026-03-18T22:51:14.021Z Compiling typify v0.4.3
25602026-03-18T22:51:14.166Z Compiling progenitor-impl v0.10.0
25612026-03-18T22:51:14.278Z Checking nodrop v0.1.14
25622026-03-18T22:51:14.351Z Checking array-init v0.0.4
25632026-03-18T22:51:14.539Z Checking bitfield v0.19.4
25642026-03-18T22:51:14.933Z Checking smallvec v0.6.14
25652026-03-18T22:51:14.974Z Checking hashbrown v0.12.3
25662026-03-18T22:51:15.021Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-03-18T22:51:15.299Z Checking serde-hex v0.1.0
25682026-03-18T22:51:15.333Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-18T22:51:15.504Z Checking ron v0.8.1
25702026-03-18T22:51:16.166Z Checking hashbrown v0.13.2
25712026-03-18T22:51:16.247Z Checking crc-any v2.5.0
25722026-03-18T22:51:16.516Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-18T22:51:16.568Z Checking path-slash v0.1.5
25742026-03-18T22:51:16.720Z Checking object v0.30.4
25752026-03-18T22:51:16.762Z Compiling xshell-macros v0.2.7
25762026-03-18T22:51:16.767Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-18T22:51:16.841Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-03-18T22:51:17.302Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-03-18T22:51:17.306Z Checking xshell v0.2.7
25802026-03-18T22:51:17.439Z Checking half v1.8.3
25812026-03-18T22:51:17.614Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25822026-03-18T22:51:17.739Z Checking serde_cbor v0.11.2
25832026-03-18T22:51:17.981Z Compiling progenitor-macro v0.10.0
25842026-03-18T22:51:18.176Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25852026-03-18T22:51:18.288Z Compiling num-derive v0.3.3
25862026-03-18T22:51:18.486Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-18T22:51:18.572Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25882026-03-18T22:51:19.047Z Compiling proc-macro-error2 v2.0.1
25892026-03-18T22:51:19.084Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25902026-03-18T22:51:19.466Z Compiling tabled_derive v0.11.0
25912026-03-18T22:51:19.505Z Checking libscf-sys v1.1.0
25922026-03-18T22:51:19.704Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-03-18T22:51:19.743Z Checking papergrid v0.17.0
25942026-03-18T22:51:19.832Z Checking testing_table v0.3.0
25952026-03-18T22:51:19.981Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25962026-03-18T22:51:20.020Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-18T22:51:20.490Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-03-18T22:51:20.793Z Checking maplit v1.0.2
25992026-03-18T22:51:20.935Z Checking crc8 v0.1.1
26002026-03-18T22:51:21.025Z Checking fxhash v0.2.1
26012026-03-18T22:51:21.094Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26022026-03-18T22:51:21.097Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-18T22:51:21.171Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-18T22:51:21.174Z Checking tabled v0.20.0
26052026-03-18T22:51:21.249Z Checking unicase v2.9.0
26062026-03-18T22:51:21.491Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26072026-03-18T22:51:21.995Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-03-18T22:51:22.104Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-03-18T22:51:22.269Z Checking kstat-rs v0.2.4
26102026-03-18T22:51:22.530Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-18T22:51:22.569Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-18T22:51:22.612Z Compiling parking_lot_core v0.8.6
26132026-03-18T22:51:22.708Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-03-18T22:51:22.908Z Compiling diesel_derives v2.3.7
26152026-03-18T22:51:23.087Z Compiling git-stub v1.0.0
26162026-03-18T22:51:23.239Z Checking scheduled-thread-pool v0.2.7
26172026-03-18T22:51:23.309Z Compiling dsl_auto_type v0.2.0
26182026-03-18T22:51:23.447Z Compiling vergen-gitcl v1.0.8
26192026-03-18T22:51:23.487Z Compiling diesel_table_macro_syntax v0.3.0
26202026-03-18T22:51:23.664Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26212026-03-18T22:51:23.707Z Checking r2d2 v0.8.10
26222026-03-18T22:51:23.790Z Compiling git-stub-vcs v0.1.0
26232026-03-18T22:51:23.971Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-18T22:51:24.014Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26252026-03-18T22:51:24.122Z Checking downcast-rs v2.0.2
26262026-03-18T22:51:24.167Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-18T22:51:24.274Z Checking parking_lot v0.11.2
26282026-03-18T22:51:24.315Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-18T22:51:24.430Z Checking prefix-trie v0.7.0
26302026-03-18T22:51:24.546Z Checking nanorand v0.7.0
26312026-03-18T22:51:24.626Z Compiling dirs-sys-next v0.1.2
26322026-03-18T22:51:24.830Z Compiling crunchy v0.2.4
26332026-03-18T22:51:24.991Z Checking hickory-server v0.25.2
26342026-03-18T22:51:25.014Z Compiling dirs-next v2.0.0
26352026-03-18T22:51:25.058Z Checking flume v0.11.1
26362026-03-18T22:51:25.067Z Checking progenitor v0.10.0
26372026-03-18T22:51:25.174Z Checking sled v0.34.7
26382026-03-18T22:51:25.215Z Compiling clang-sys v1.8.1
26392026-03-18T22:51:25.310Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-18T22:51:25.363Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26412026-03-18T22:51:25.421Z Checking hickory-client v0.25.2
26422026-03-18T22:51:25.659Z Compiling tiny-keccak v2.0.2
26432026-03-18T22:51:25.868Z Compiling term v0.7.0
26442026-03-18T22:51:25.945Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-03-18T22:51:26.044Z Compiling salty v0.3.0
26462026-03-18T22:51:26.189Z Compiling bit-vec v0.6.3
26472026-03-18T22:51:26.446Z Compiling bit-set v0.5.3
26482026-03-18T22:51:26.490Z Compiling ascii-canvas v3.0.0
26492026-03-18T22:51:26.662Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-03-18T22:51:26.702Z Checking primeorder v0.13.6
26512026-03-18T22:51:26.837Z Compiling itertools v0.10.5
26522026-03-18T22:51:27.050Z Compiling ena v0.14.4
26532026-03-18T22:51:27.180Z Compiling libloading v0.8.9
26542026-03-18T22:51:27.355Z Compiling fs-err v2.11.0
26552026-03-18T22:51:27.396Z Compiling regex-syntax v0.6.29
26562026-03-18T22:51:27.485Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-03-18T22:51:27.651Z Compiling bindgen v0.71.1
26582026-03-18T22:51:27.933Z Compiling diff v0.1.13
26592026-03-18T22:51:28.601Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-18T22:51:28.871Z Compiling cexpr v0.6.0
26612026-03-18T22:51:29.106Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26622026-03-18T22:51:29.558Z Compiling lalrpop v0.19.12
26632026-03-18T22:51:29.805Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26642026-03-18T22:51:30.409Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-18T22:51:30.551Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-18T22:51:31.043Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26672026-03-18T22:51:31.436Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-03-18T22:51:31.529Z Compiling libxml v0.3.3
26692026-03-18T22:51:31.676Z Checking diesel v2.3.7
26702026-03-18T22:51:31.732Z Checking parse-size v1.1.0
26712026-03-18T22:51:31.918Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26722026-03-18T22:51:32.015Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26732026-03-18T22:51:32.431Z Checking p384 v0.13.1
26742026-03-18T22:51:33.013Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26752026-03-18T22:51:33.019Z Compiling strum_macros v0.24.3
26762026-03-18T22:51:33.924Z Compiling indoc v1.0.9
26772026-03-18T22:51:34.924Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26782026-03-18T22:51:35.510Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-03-18T22:51:35.554Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-03-18T22:51:35.801Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-03-18T22:51:36.190Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26822026-03-18T22:51:36.232Z Checking predicates-tree v1.0.13
26832026-03-18T22:51:36.372Z Checking quick-xml v0.37.5
26842026-03-18T22:51:36.413Z Checking derive_builder v0.20.2
26852026-03-18T22:51:36.586Z Compiling oso-derive v0.27.3
26862026-03-18T22:51:37.292Z Compiling impl-trait-for-tuples v0.2.3
26872026-03-18T22:51:37.612Z Compiling trait-variant v0.1.2
26882026-03-18T22:51:38.019Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26892026-03-18T22:51:38.134Z Checking openssl-probe v0.1.6
26902026-03-18T22:51:38.305Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26912026-03-18T22:51:38.364Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26922026-03-18T22:51:38.795Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-18T22:51:39.395Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-18T22:51:39.589Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-18T22:51:39.631Z Compiling progenitor-impl v0.11.2
26962026-03-18T22:51:39.780Z Checking assert_matches v1.5.0
26972026-03-18T22:51:40.245Z Compiling mime_guess v2.0.5
26982026-03-18T22:51:40.632Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-18T22:51:41.013Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-18T22:51:41.051Z Checking progenitor-client v0.11.2
27012026-03-18T22:51:41.389Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27022026-03-18T22:51:41.427Z Checking http-range v0.1.5
27032026-03-18T22:51:41.621Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-03-18T22:51:41.779Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27052026-03-18T22:51:41.818Z Checking ignore v0.4.25
27062026-03-18T22:51:42.562Z Checking atty v0.2.14
27072026-03-18T22:51:42.718Z Checking globwalk v0.9.1
27082026-03-18T22:51:43.458Z Compiling progenitor-macro v0.11.2
27092026-03-18T22:51:43.701Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-18T22:51:44.836Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-03-18T22:51:45.177Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27122026-03-18T22:51:45.333Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-03-18T22:51:45.632Z Checking bb8 v0.8.6
27142026-03-18T22:51:45.714Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-03-18T22:51:45.905Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27162026-03-18T22:51:45.999Z Checking corncobs v0.1.4
27172026-03-18T22:51:46.075Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-18T22:51:46.196Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-18T22:51:46.355Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-18T22:51:46.828Z Checking hyper-staticfile v0.10.1
27212026-03-18T22:51:46.898Z Checking camino-tempfile-ext v0.3.3
27222026-03-18T22:51:47.189Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27232026-03-18T22:51:47.231Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27242026-03-18T22:51:47.280Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-03-18T22:51:47.567Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27262026-03-18T22:51:47.608Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-18T22:51:48.351Z Checking signal-hook-tokio v0.3.1
27282026-03-18T22:51:48.554Z Checking secrecy v0.8.0
27292026-03-18T22:51:48.752Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-03-18T22:51:49.160Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27312026-03-18T22:51:49.727Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27322026-03-18T22:51:49.818Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-18T22:51:49.856Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-03-18T22:51:50.198Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-03-18T22:51:50.465Z Checking nonempty v0.12.0
27362026-03-18T22:51:50.530Z Checking progenitor v0.11.2
27372026-03-18T22:51:50.623Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27382026-03-18T22:51:50.756Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27392026-03-18T22:51:50.802Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27402026-03-18T22:51:50.920Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-03-18T22:51:51.335Z Checking diesel-dtrace v0.5.0
27422026-03-18T22:51:51.338Z Checking async-bb8-diesel v0.2.1
27432026-03-18T22:51:51.676Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-18T22:51:51.868Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-03-18T22:51:51.920Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27462026-03-18T22:51:52.153Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-18T22:51:52.540Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-18T22:51:52.673Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-03-18T22:51:52.885Z Checking tungstenite v0.23.0
27502026-03-18T22:51:53.465Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27512026-03-18T22:51:53.552Z Checking tokio-tungstenite v0.23.1
27522026-03-18T22:51:53.936Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-03-18T22:51:54.334Z Checking rand_seeder v0.4.0
27542026-03-18T22:51:54.423Z Checking void v1.0.2
27552026-03-18T22:51:54.566Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-03-18T22:51:54.606Z Checking lzss v0.8.2
27572026-03-18T22:51:54.887Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-03-18T22:51:55.058Z Checking nix v0.27.1
27592026-03-18T22:51:55.092Z Checking serde_bytes v0.11.19
27602026-03-18T22:51:55.193Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-03-18T22:51:55.367Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27622026-03-18T22:51:55.422Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27632026-03-18T22:51:55.813Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27642026-03-18T22:51:56.377Z Checking is_ci v1.2.0
27652026-03-18T22:51:56.537Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-03-18T22:51:56.612Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-03-18T22:51:56.653Z Checking yansi v1.0.1
27682026-03-18T22:51:57.033Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27692026-03-18T22:51:57.106Z Checking pretty_assertions v1.4.1
27702026-03-18T22:51:57.302Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27712026-03-18T22:51:57.345Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27722026-03-18T22:51:57.597Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27732026-03-18T22:51:57.693Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-03-18T22:51:58.020Z Compiling darling_core v0.23.0
27752026-03-18T22:51:59.120Z Compiling indoc v2.0.7
27762026-03-18T22:51:59.283Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27772026-03-18T22:51:59.614Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-03-18T22:51:59.766Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-03-18T22:51:59.835Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27802026-03-18T22:52:00.073Z Compiling instability v0.3.11
27812026-03-18T22:52:00.586Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-03-18T22:52:00.618Z Compiling libz-sys v1.1.24
27832026-03-18T22:52:00.697Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-03-18T22:52:01.161Z Checking castaway v0.2.4
27852026-03-18T22:52:01.337Z Checking compact_str v0.8.1
27862026-03-18T22:52:01.767Z Compiling darling_macro v0.23.0
27872026-03-18T22:52:01.890Z Checking supports-color v3.0.2
27882026-03-18T22:52:02.082Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-03-18T22:52:02.382Z Checking unicode-truncate v1.1.0
27902026-03-18T22:52:02.458Z Checking lru v0.12.5
27912026-03-18T22:52:02.488Z Compiling darling v0.23.0
27922026-03-18T22:52:02.746Z Checking cassowary v0.3.0
27932026-03-18T22:52:02.774Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-18T22:52:03.034Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27952026-03-18T22:52:03.091Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-18T22:52:03.637Z Checking ratatui v0.29.0
27972026-03-18T22:52:04.752Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-03-18T22:52:04.977Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-18T22:52:05.096Z Compiling vergen-git2 v1.0.7
28002026-03-18T22:52:05.349Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28012026-03-18T22:52:05.454Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-18T22:52:05.513Z Checking colored v2.2.0
28032026-03-18T22:52:05.678Z Compiling rustls v0.21.12
28042026-03-18T22:52:05.841Z Checking plotters-backend v0.3.7
28052026-03-18T22:52:05.889Z Checking shell-words v1.1.1
28062026-03-18T22:52:06.122Z Checking plotters-svg v0.3.7
28072026-03-18T22:52:06.162Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-18T22:52:06.190Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-18T22:52:06.270Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-18T22:52:06.707Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28112026-03-18T22:52:07.303Z Checking rustls-webpki v0.101.7
28122026-03-18T22:52:07.402Z Checking sct v0.7.1
28132026-03-18T22:52:07.402Z Compiling nix v0.29.0
28142026-03-18T22:52:07.402Z Checking hex-literal v0.4.1
28152026-03-18T22:52:07.829Z Checking cast v0.3.0
28162026-03-18T22:52:07.829Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-03-18T22:52:08.238Z Checking criterion-plot v0.6.0
28182026-03-18T22:52:08.307Z Checking plotters v0.3.7
28192026-03-18T22:52:09.208Z Checking erased-serde v0.4.9
28202026-03-18T22:52:10.020Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28212026-03-18T22:52:10.147Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28222026-03-18T22:52:10.983Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-18T22:52:11.653Z Checking tinytemplate v1.2.1
28242026-03-18T22:52:11.953Z Checking ordered-float v2.10.1
28252026-03-18T22:52:12.302Z Checking anes v0.1.6
28262026-03-18T22:52:12.643Z Checking oorandom v11.1.5
28272026-03-18T22:52:12.744Z Checking criterion v0.7.0
28282026-03-18T22:52:13.086Z Checking serde-value v0.7.0
28292026-03-18T22:52:13.390Z Checking serde-untagged v0.1.9
28302026-03-18T22:52:13.689Z Checking tokio-rustls v0.24.1
28312026-03-18T22:52:14.325Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28322026-03-18T22:52:14.440Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-03-18T22:52:14.719Z Checking rustls-pemfile v1.0.4
28342026-03-18T22:52:14.969Z Checking twox-hash v2.1.2
28352026-03-18T22:52:15.413Z Checking unicode-xid v0.2.6
28362026-03-18T22:52:15.456Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28372026-03-18T22:52:15.631Z Checking cargo-util-schemas v0.8.2
28382026-03-18T22:52:15.682Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-03-18T22:52:15.896Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-18T22:52:16.750Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28412026-03-18T22:52:16.987Z Checking fatfs v0.3.6
28422026-03-18T22:52:17.670Z Checking cargo-platform v0.2.0
28432026-03-18T22:52:17.714Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28442026-03-18T22:52:17.921Z Compiling petname v2.0.2
28452026-03-18T22:52:18.578Z Compiling seq-macro v0.3.6
28462026-03-18T22:52:19.639Z Checking cargo_metadata v0.21.0
28472026-03-18T22:52:19.689Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482026-03-18T22:52:20.821Z Checking concurrent-queue v2.5.0
28492026-03-18T22:52:20.940Z Checking rtoolbox v0.0.3
28502026-03-18T22:52:21.183Z Checking futures-timer v3.0.3
28512026-03-18T22:52:21.218Z Checking parking v2.2.1
28522026-03-18T22:52:21.357Z Checking rpassword v7.4.0
28532026-03-18T22:52:21.374Z Checking event-listener v5.4.1
28542026-03-18T22:52:21.684Z Checking tui-tree-widget v0.23.1
28552026-03-18T22:52:21.737Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28562026-03-18T22:52:21.956Z Checking polyval v0.6.2
28572026-03-18T22:52:21.993Z Checking sapling-renderdag v0.1.0
28582026-03-18T22:52:22.043Z Checking sync-ptr v0.1.4
28592026-03-18T22:52:22.343Z Checking ghash v0.5.1
28602026-03-18T22:52:22.674Z Checking event-listener-strategy v0.5.4
28612026-03-18T22:52:22.674Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28622026-03-18T22:52:22.712Z Checking ctr v0.9.2
28632026-03-18T22:52:22.712Z Checking arrayref v0.3.9
28642026-03-18T22:52:22.712Z Checking arrayvec v0.7.6
28652026-03-18T22:52:22.713Z Checking constant_time_eq v0.4.2
28662026-03-18T22:52:23.232Z Checking aes-gcm v0.10.3
28672026-03-18T22:52:23.740Z Checking async-lock v3.4.2
28682026-03-18T22:52:23.740Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28692026-03-18T22:52:23.740Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28702026-03-18T22:52:23.779Z Checking ssh-encoding v0.2.0
28712026-03-18T22:52:23.779Z Checking blowfish v0.9.1
28722026-03-18T22:52:23.922Z Checking bcrypt-pbkdf v0.10.0
28732026-03-18T22:52:24.256Z Checking ssh-cipher v0.2.0
28742026-03-18T22:52:24.289Z Checking async-object-pool v0.2.0
28752026-03-18T22:52:24.350Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-03-18T22:52:24.377Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28772026-03-18T22:52:24.754Z Compiling samael v0.0.19
28782026-03-18T22:52:24.798Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-18T22:52:25.469Z Checking serde_regex v1.1.0
28802026-03-18T22:52:25.515Z Checking password-hash v0.4.2
28812026-03-18T22:52:25.701Z Checking assert-json-diff v2.0.2
28822026-03-18T22:52:25.738Z Checking path-tree v0.8.3
28832026-03-18T22:52:25.952Z Compiling target-lexicon v0.13.3
28842026-03-18T22:52:26.044Z Checking stringmetrics v2.2.2
28852026-03-18T22:52:26.350Z Checking gimli v0.32.3
28862026-03-18T22:52:26.676Z Checking httpmock v0.8.3
28872026-03-18T22:52:26.750Z Checking pbkdf2 v0.11.0
28882026-03-18T22:52:26.977Z Checking ssh-key v0.6.7
28892026-03-18T22:52:28.534Z Checking addr2line v0.25.1
28902026-03-18T22:52:29.298Z Checking p256 v0.13.2
28912026-03-18T22:52:29.552Z Checking p521 v0.13.3
28922026-03-18T22:52:29.660Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-03-18T22:52:29.876Z Checking russh-cryptovec v0.7.3
28942026-03-18T22:52:29.985Z Compiling guppy-workspace-hack v0.1.0
28952026-03-18T22:52:30.030Z Checking rustc-demangle v0.1.27
28962026-03-18T22:52:30.520Z Checking md5 v0.7.0
28972026-03-18T22:52:30.765Z Checking backtrace v0.3.76
28982026-03-18T22:52:30.765Z Checking russh-keys v0.45.0
28992026-03-18T22:52:31.091Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29002026-03-18T22:52:31.224Z Checking num-bigint v0.4.6
29012026-03-18T22:52:31.228Z Checking des v0.8.1
29022026-03-18T22:52:31.354Z Compiling blake3 v1.8.3
29032026-03-18T22:52:31.402Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29042026-03-18T22:52:31.860Z Compiling target-spec v3.5.7
29052026-03-18T22:52:32.009Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-03-18T22:52:32.345Z Checking russh v0.45.0
29072026-03-18T22:52:32.893Z Checking cfg-expr v0.20.6
29082026-03-18T22:52:32.903Z Checking backtrace-ext v0.2.1
29092026-03-18T22:52:33.075Z Checking supports-color v2.1.0
29102026-03-18T22:52:33.121Z Checking textwrap v0.15.2
29112026-03-18T22:52:33.291Z Checking supports-unicode v2.1.0
29122026-03-18T22:52:33.414Z Checking supports-hyperlinks v2.1.0
29132026-03-18T22:52:33.449Z Checking hashbrown v0.14.5
29142026-03-18T22:52:33.459Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29152026-03-18T22:52:33.589Z Checking cargo-platform v0.3.2
29162026-03-18T22:52:33.833Z Checking socket2 v0.5.10
29172026-03-18T22:52:33.897Z Checking terminal_size v0.1.17
29182026-03-18T22:52:34.012Z Compiling miette-derive v5.10.0
29192026-03-18T22:52:34.114Z Checking owo-colors v3.5.0
29202026-03-18T22:52:34.156Z Checking internet-checksum v0.2.1
29212026-03-18T22:52:34.434Z Checking chumsky v0.9.3
29222026-03-18T22:52:34.904Z Checking cargo_metadata v0.23.1
29232026-03-18T22:52:35.616Z Checking miette v5.10.0
29242026-03-18T22:52:35.910Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29252026-03-18T22:52:36.200Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-03-18T22:52:36.233Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29272026-03-18T22:52:36.286Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29282026-03-18T22:52:37.082Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29292026-03-18T22:52:37.104Z Checking httptest v0.16.4
29302026-03-18T22:52:37.104Z Compiling git2 v0.20.4
29312026-03-18T22:52:37.104Z Checking pathdiff v0.2.3
29322026-03-18T22:52:37.105Z Compiling knuffel-derive v3.2.0
29332026-03-18T22:52:37.105Z Checking topological-sort v0.2.2
29342026-03-18T22:52:37.136Z Checking nested v0.1.1
29352026-03-18T22:52:37.289Z Checking omicron-zone-package v0.12.2
29362026-03-18T22:52:37.317Z Checking guppy v0.17.25
29372026-03-18T22:52:38.198Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-03-18T22:52:38.285Z Checking similar-asserts v1.7.0
29392026-03-18T22:52:38.285Z Compiling rstest_macros v0.25.0
29402026-03-18T22:52:38.522Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-03-18T22:52:38.576Z Compiling target-triple v1.0.0
29422026-03-18T22:52:38.890Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29432026-03-18T22:52:39.080Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29442026-03-18T22:52:39.261Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-18T22:52:39.262Z Checking knuffel v3.2.0
29462026-03-18T22:52:39.693Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-03-18T22:52:39.754Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-18T22:52:40.732Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-18T22:52:40.850Z Compiling relative-path v1.9.3
29502026-03-18T22:52:40.934Z Compiling assert_cmd v2.1.2
29512026-03-18T22:52:41.026Z Checking escape8259 v0.5.3
29522026-03-18T22:52:41.253Z Checking libtest-mimic v0.8.1
29532026-03-18T22:52:41.400Z Checking toml v1.0.3+spec-1.1.0
29542026-03-18T22:52:41.709Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29552026-03-18T22:52:41.817Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-03-18T22:52:41.967Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-03-18T22:52:42.408Z Checking blake2b_simd v1.0.4
29582026-03-18T22:52:42.835Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-18T22:52:42.880Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-18T22:52:43.349Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-18T22:52:43.461Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-03-18T22:52:43.738Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-18T22:52:44.095Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-18T22:52:44.363Z Checking fancy-regex v0.14.0
29652026-03-18T22:52:45.060Z Checking serde_tokenstream v0.2.3
29662026-03-18T22:52:45.076Z Checking uzers v0.12.2
29672026-03-18T22:52:45.077Z Checking termcolor v1.4.1
29682026-03-18T22:52:45.177Z Compiling linkme-impl v0.3.35
29692026-03-18T22:52:45.295Z Checking constant_time_eq v0.3.1
29702026-03-18T22:52:45.441Z Checking rust-argon2 v2.1.0
29712026-03-18T22:52:45.709Z Checking trybuild v1.0.116
29722026-03-18T22:52:45.887Z Checking datatest-stable v0.3.3
29732026-03-18T22:52:46.837Z Checking rstest v0.25.0
29742026-03-18T22:52:46.882Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-18T22:52:46.947Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29762026-03-18T22:52:47.619Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772026-03-18T22:52:47.652Z Checking support-bundle-viewer v0.1.2
29782026-03-18T22:52:47.658Z Compiling polar-core v0.27.3
29792026-03-18T22:52:47.659Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29802026-03-18T22:52:47.853Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-18T22:52:47.956Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29822026-03-18T22:52:48.654Z Checking drift v0.1.3
29832026-03-18T22:52:48.696Z Checking rand_distr v0.5.1
29842026-03-18T22:52:48.832Z Checking multimap v0.10.1
29852026-03-18T22:52:49.036Z Checking approx v0.5.1
29862026-03-18T22:52:49.154Z Compiling linkme v0.3.35
29872026-03-18T22:52:49.258Z Checking dropshot-api-manager v0.6.0
29882026-03-18T22:52:50.787Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-18T22:52:50.864Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-18T22:52:51.875Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-18T22:52:51.944Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-18T22:52:51.944Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29932026-03-18T22:52:51.944Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-18T22:52:51.944Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-18T22:52:52.050Z Checking partial-io v0.5.4
29962026-03-18T22:52:52.209Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-18T22:52:52.345Z Checking cargo_toml v0.21.0
29982026-03-18T22:52:52.465Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-18T22:52:52.492Z Checking termios v0.3.3
30002026-03-18T22:52:52.723Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-18T22:52:53.096Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-18T22:52:53.505Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-03-18T22:52:55.070Z Checking oso v0.27.3
30042026-03-18T22:52:56.778Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-18T22:52:57.755Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-18T22:53:03.094Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-18T22:53:05.919Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-18T22:53:10.724Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-18T22:53:12.814Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-18T22:53:19.110Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-18T22:53:23.981Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-18T22:53:26.452Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30132026-03-18T22:53:27.829Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30142026-03-18T22:53:38.207Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-18T22:55:33.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 31s
30162026-03-18T22:55:34.206Z
30172026-03-18T22:55:34.206Zreal 5:36.319040095
30182026-03-18T22:55:34.209Zuser 28:23.546629961
30192026-03-18T22:55:34.209Zsys 5:41.072613978
30202026-03-18T22:55:34.209Ztrap 0.742813688
30212026-03-18T22:55:34.209Ztflt 0.508709275
30222026-03-18T22:55:34.209Zdflt 0.152572935
30232026-03-18T22:55:34.209Zkflt 0.000964269
30242026-03-18T22:55:34.210Zlock 1:07:14.348962852
30252026-03-18T22:55:34.210Zslp 1:31:00.151916964
30262026-03-18T22:55:34.210Zlat 2:14.723350750
30272026-03-18T22:55:34.210Zstop 12:38.732698605
30282026-03-18T22:55:34.210Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-18T22:55:34.210Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-18T22:55:35.364Zwarning: output filename collision.
30312026-03-18T22:55:35.364ZThe 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)`.
30322026-03-18T22:55:35.364ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-03-18T22:55:35.364ZThe targets should have unique names.
30342026-03-18T22:55:35.364ZThis is a known bug where multiple crates with the same name use
30352026-03-18T22:55:35.364Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30362026-03-18T22:55:36.545Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-03-18T22:55:36.763Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-03-18T22:55:36.795Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-03-18T22:55:36.855Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-18T22:55:36.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-03-18T22:55:36.922Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30422026-03-18T22:55:36.925Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-03-18T22:55:37.120Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30442026-03-18T22:55:37.153Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-03-18T22:55:37.182Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-03-18T22:55:37.236Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30472026-03-18T22:55:37.391Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30482026-03-18T22:55:37.422Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30492026-03-18T22:55:37.469Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-03-18T22:55:37.531Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30512026-03-18T22:55:37.608Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30522026-03-18T22:55:37.712Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-18T22:55:37.772Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-03-18T22:55:37.801Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30552026-03-18T22:55:37.842Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-03-18T22:55:38.325Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30572026-03-18T22:55:38.667Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-18T22:55:38.692Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-18T22:55:38.780Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30602026-03-18T22:55:38.890Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612026-03-18T22:55:39.128Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30622026-03-18T22:55:39.218Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30632026-03-18T22:55:39.308Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30642026-03-18T22:55:39.351Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30652026-03-18T22:55:39.373Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-18T22:55:39.420Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30672026-03-18T22:55:39.534Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30682026-03-18T22:55:39.594Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30692026-03-18T22:55:39.767Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30702026-03-18T22:55:39.810Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30712026-03-18T22:55:39.984Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30722026-03-18T22:55:40.043Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30732026-03-18T22:55:40.210Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30742026-03-18T22:55:40.238Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30752026-03-18T22:55:40.538Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30762026-03-18T22:55:40.572Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30772026-03-18T22:55:40.680Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30782026-03-18T22:55:40.888Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30792026-03-18T22:55:41.035Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30802026-03-18T22:55:41.296Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30812026-03-18T22:55:41.330Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30822026-03-18T22:55:41.493Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-03-18T22:55:41.525Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30842026-03-18T22:55:41.696Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30852026-03-18T22:55:41.801Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30862026-03-18T22:55:41.877Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30872026-03-18T22:55:41.898Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30882026-03-18T22:55:42.030Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30892026-03-18T22:55:42.129Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30902026-03-18T22:55:42.143Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30912026-03-18T22:55:42.175Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-03-18T22:55:42.380Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30932026-03-18T22:55:42.479Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30942026-03-18T22:55:42.502Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30952026-03-18T22:55:42.528Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30962026-03-18T22:55:42.684Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30972026-03-18T22:55:42.773Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30982026-03-18T22:55:42.800Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30992026-03-18T22:55:42.987Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31002026-03-18T22:55:43.034Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31012026-03-18T22:55:43.074Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31022026-03-18T22:55:43.128Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-03-18T22:55:43.296Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-03-18T22:55:43.325Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31052026-03-18T22:55:43.500Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31062026-03-18T22:55:43.537Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-18T22:55:43.586Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-18T22:55:43.612Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-18T22:55:43.735Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102026-03-18T22:55:44.093Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31112026-03-18T22:55:44.205Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31122026-03-18T22:55:44.340Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-18T22:55:44.873Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31142026-03-18T22:55:45.080Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31152026-03-18T22:55:45.370Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31162026-03-18T22:55:45.461Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31172026-03-18T22:55:45.718Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31182026-03-18T22:55:46.005Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31192026-03-18T22:55:46.083Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31202026-03-18T22:55:46.168Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-03-18T22:55:46.651Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222026-03-18T22:55:46.983Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31232026-03-18T22:55:47.086Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-18T22:55:47.481Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-03-18T22:55:47.810Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31262026-03-18T22:55:47.833Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-18T22:55:48.751Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31282026-03-18T22:55:48.842Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-18T22:55:49.226Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31302026-03-18T22:55:49.333Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31312026-03-18T22:55:49.788Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-18T22:55:50.143Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-18T22:55:51.203Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31342026-03-18T22:55:51.554Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-18T22:55:51.581Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-18T22:55:52.119Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-18T22:55:52.125Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-03-18T22:55:52.181Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-18T22:55:52.434Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-18T22:55:52.489Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-03-18T22:55:52.560Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-03-18T22:55:52.762Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-18T22:55:53.033Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-18T22:55:53.155Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-18T22:55:53.319Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31462026-03-18T22:55:53.622Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-18T22:55:53.658Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-18T22:55:53.962Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31492026-03-18T22:55:54.232Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-18T22:55:54.946Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-18T22:55:55.276Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-18T22:55:55.982Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-18T22:55:56.057Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-18T22:55:56.145Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-03-18T22:55:56.446Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-03-18T22:55:56.472Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-18T22:55:57.025Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-18T22:55:57.042Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31592026-03-18T22:55:57.578Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-18T22:55:57.773Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31612026-03-18T22:55:57.984Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-18T22:55:58.161Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-03-18T22:55:58.478Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-18T22:55:59.879Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-18T22:55:59.921Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-03-18T22:56:00.168Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-18T22:56:00.604Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-18T22:56:01.241Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-03-18T22:56:01.263Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31702026-03-18T22:56:02.722Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-18T22:56:03.700Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-18T22:56:03.765Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-18T22:56:04.495Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31742026-03-18T22:56:04.724Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-03-18T22:56:04.899Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-18T22:56:05.328Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31772026-03-18T22:56:05.396Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-03-18T22:56:05.892Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31792026-03-18T22:56:07.186Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31802026-03-18T22:56:07.823Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31812026-03-18T22:56:08.683Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-18T22:56:09.325Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31832026-03-18T22:56:09.835Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-03-18T22:56:10.268Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31852026-03-18T22:56:10.527Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31862026-03-18T22:56:10.635Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31872026-03-18T22:56:13.572Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31882026-03-18T22:56:14.319Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31892026-03-18T22:56:14.778Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31902026-03-18T22:56:15.099Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31912026-03-18T22:56:19.319Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31922026-03-18T22:56:19.441Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31932026-03-18T22:56:19.442Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-03-18T22:56:19.442Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-03-18T22:56:19.442Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31962026-03-18T22:56:19.442Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-03-18T22:56:19.442Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31982026-03-18T22:56:19.442Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-03-18T22:56:19.944Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32002026-03-18T22:56:20.022Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32012026-03-18T22:56:20.323Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32022026-03-18T22:56:21.021Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-03-18T22:56:21.047Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32042026-03-18T22:56:21.074Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32052026-03-18T22:56:21.593Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-18T22:56:21.851Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32072026-03-18T22:56:21.945Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-03-18T22:56:22.200Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-18T22:56:22.744Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32102026-03-18T22:56:22.752Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32112026-03-18T22:56:23.689Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32122026-03-18T22:56:23.814Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32132026-03-18T22:56:24.682Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32142026-03-18T22:56:25.005Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32152026-03-18T22:56:25.490Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32162026-03-18T22:56:26.401Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-18T22:56:28.089Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-03-18T22:56:31.279Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32192026-03-18T22:56:32.174Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-18T22:56:33.789Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32212026-03-18T22:56:34.704Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32222026-03-18T22:56:35.584Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32232026-03-18T22:56:37.485Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242026-03-18T22:56:38.406Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-03-18T22:56:40.762Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32262026-03-18T22:56:41.119Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-03-18T22:56:41.986Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-03-18T22:56:43.669Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32292026-03-18T22:56:44.908Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-18T22:56:45.735Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32312026-03-18T22:56:46.367Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32322026-03-18T22:56:46.408Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-03-18T22:56:47.449Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32342026-03-18T22:56:48.205Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32352026-03-18T22:56:50.442Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32362026-03-18T22:56:52.547Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32372026-03-18T22:56:53.422Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-03-18T22:56:54.653Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32392026-03-18T22:56:57.757Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32402026-03-18T22:56:58.674Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-03-18T22:57:00.741Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-18T22:57:01.485Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32432026-03-18T22:57:02.379Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32442026-03-18T22:57:03.272Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32452026-03-18T22:57:04.111Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32462026-03-18T22:57:05.265Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32472026-03-18T22:57:07.638Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-03-18T22:57:07.759Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-03-18T22:57:09.027Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32502026-03-18T22:57:12.197Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32512026-03-18T22:57:12.689Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32522026-03-18T22:57:15.426Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32532026-03-18T22:57:15.731Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32542026-03-18T22:57:16.651Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32552026-03-18T22:57:18.232Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-03-18T22:57:21.277Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32572026-03-18T22:57:21.854Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-03-18T22:57:22.174Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-03-18T22:57:23.536Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32602026-03-18T22:57:25.968Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32612026-03-18T22:57:27.211Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-03-18T22:57:28.536Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32632026-03-18T22:57:30.089Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32642026-03-18T22:57:31.864Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32652026-03-18T22:57:33.473Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32662026-03-18T22:57:36.433Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32672026-03-18T22:57:37.100Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32682026-03-18T22:57:38.886Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32692026-03-18T22:57:40.675Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32702026-03-18T22:57:42.844Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32712026-03-18T22:57:44.831Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32722026-03-18T22:57:46.530Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32732026-03-18T22:57:48.546Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-03-18T22:57:50.582Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32752026-03-18T22:57:55.199Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-18T22:57:56.417Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-18T22:57:57.501Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-03-18T22:58:02.033Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792026-03-18T22:58:02.239Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-03-18T22:58:02.251Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32812026-03-18T22:58:04.339Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822026-03-18T22:58:06.726Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-03-18T22:58:08.734Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32842026-03-18T22:58:10.646Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-03-18T22:58:13.194Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-18T22:58:14.839Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-03-18T22:58:16.897Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-18T22:58:19.018Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32892026-03-18T22:58:21.006Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-18T22:58:22.771Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32912026-03-18T22:58:25.096Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922026-03-18T22:58:26.757Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32932026-03-18T22:58:29.396Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32942026-03-18T22:58:31.063Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-18T22:58:33.240Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32962026-03-18T22:58:35.359Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-03-18T22:58:37.406Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-18T22:58:39.618Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-18T22:58:41.616Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33002026-03-18T22:58:43.923Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-03-18T22:58:45.969Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-03-18T22:58:48.158Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33032026-03-18T22:58:50.232Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33042026-03-18T22:58:52.278Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-03-18T22:58:54.450Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33062026-03-18T22:58:56.652Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33072026-03-18T22:58:58.713Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33082026-03-18T22:59:00.679Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33092026-03-18T22:59:04.893Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33102026-03-18T22:59:05.453Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33112026-03-18T22:59:08.465Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33122026-03-18T22:59:09.551Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33132026-03-18T22:59:16.650Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33142026-03-18T22:59:16.981Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33152026-03-18T22:59:17.348Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33162026-03-18T22:59:19.704Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33172026-03-18T22:59:22.119Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33182026-03-18T22:59:24.363Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33192026-03-18T22:59:26.894Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33202026-03-18T22:59:29.207Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-03-18T22:59:32.092Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33222026-03-18T22:59:34.934Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33232026-03-18T22:59:36.730Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33242026-03-18T22:59:39.171Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-18T22:59:41.709Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-18T22:59:44.093Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33272026-03-18T22:59:46.466Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-18T22:59:48.852Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-18T22:59:51.308Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33302026-03-18T22:59:53.631Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-18T22:59:56.042Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-18T22:59:58.781Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-18T23:00:01.179Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33342026-03-18T23:00:03.900Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33352026-03-18T23:00:06.163Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33362026-03-18T23:00:08.801Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-03-18T23:00:11.348Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33382026-03-18T23:00:13.953Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33392026-03-18T23:00:16.957Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33402026-03-18T23:00:19.136Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33412026-03-18T23:00:21.879Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33422026-03-18T23:00:24.397Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33432026-03-18T23:00:26.904Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33442026-03-18T23:00:35.771Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33452026-03-18T23:00:35.849Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33462026-03-18T23:00:38.276Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33472026-03-18T23:00:41.743Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-18T23:00:45.257Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33492026-03-18T23:00:48.833Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-03-18T23:00:52.356Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33512026-03-18T23:00:55.957Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33522026-03-18T23:00:59.386Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33532026-03-18T23:01:03.110Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33542026-03-18T23:01:06.797Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33552026-03-18T23:01:10.167Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33562026-03-18T23:01:13.911Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33572026-03-18T23:01:17.355Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-18T23:01:20.895Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33592026-03-18T23:01:24.456Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33602026-03-18T23:01:28.122Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33612026-03-18T23:01:31.672Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33622026-03-18T23:01:35.251Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33632026-03-18T23:01:38.784Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33642026-03-18T23:01:42.356Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33652026-03-18T23:01:45.977Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33662026-03-18T23:02:14.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s
33672026-03-18T23:02:14.799Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33682026-03-18T23:02:14.901Z
33692026-03-18T23:02:14.907Zreal 6:40.733133768
33702026-03-18T23:02:14.907Zuser 22:18.913860670
33712026-03-18T23:02:14.907Zsys 3:53.322446227
33722026-03-18T23:02:14.907Ztrap 0.409007820
33732026-03-18T23:02:14.907Ztflt 0.058755675
33742026-03-18T23:02:14.907Zdflt 0.028922782
33752026-03-18T23:02:14.907Zkflt 0.000044398
33762026-03-18T23:02:14.907Zlock 5:31:18.943601495
33772026-03-18T23:02:14.908Zslp 2:17:38.762953314
33782026-03-18T23:02:14.908Zlat 40.509657615
33792026-03-18T23:02:14.908Zstop 1:44.782940457
33802026-03-18T23:02:14.908Zprocess exited: duration 1037280 ms, exit code 0
 
33812026-03-18T23:02:14.914Zfound 0 output files