01KN0EG8C4SATYFJ5RA4XWQTSZ: clippy (helios)

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

Buildomat Job: 01KN0EGMD39XV3SNGK6VZZ8E5S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T22:41:56.126Zjob assigned to worker 01KN0EGSAA0A3392KNHWWFJ7ZG [factory aws, i-0906113a7b9e25ba3] (queued for 55 s)
 
22026-03-30T22:42:03.368Zstarting task 0: "setup"
32026-03-30T22:42:03.375Z++ uname -s
42026-03-30T22:42:03.380Z+ kern=SunOS
52026-03-30T22:42:03.380Z+ build_user=build
62026-03-30T22:42:03.380Z+ build_uid=12345
72026-03-30T22:42:03.380Z+ work_dir=/work
82026-03-30T22:42:03.380Z+ input_dir=/input
92026-03-30T22:42:03.380Z+ [[ 0 == 12345 ]]
102026-03-30T22:42:03.381Z+ case "$kern" in
112026-03-30T22:42:03.381Z+ groupadd -g 12345 build
122026-03-30T22:42:03.385Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T22:42:05.386Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T22:42:05.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T22:42:05.513Z+ home_fs=zfs
162026-03-30T22:42:05.513Z+ [[ zfs == autofs ]]
172026-03-30T22:42:05.513Z+ mkdir -p /home/build
182026-03-30T22:42:05.513Z+ chown build:build /home/build /work
192026-03-30T22:42:06.515Z+ chmod 0700 /home/build /work
202026-03-30T22:42:06.518Zprocess exited: duration 3153 ms, exit code 0
 
212026-03-30T22:42:06.524Zstarting task 1: "rust-toolchain"
222026-03-30T22:42:06.528Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T22:42:06.528Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-30T22:42:06.528Z * rust toolchain channel = "1.94.0"
252026-03-30T22:42:06.528Z * rust toolchain profile = "default"
262026-03-30T22:42:06.528Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T22:42:06.531Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T22:42:06.531Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T22:42:06.531Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T22:42:06.649Zinfo: downloading installer
312026-03-30T22:42:08.070Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T22:42:08.070Zwarn: /opt/ooce/bin
332026-03-30T22:42:08.070Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T22:42:08.070Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T22:42:08.070Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T22:42:08.070Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T22:42:08.070Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T22:42:08.070Zerror: cannot install while Rust is installed
392026-03-30T22:42:08.070Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T22:42:08.070Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T22:42:08.070Zwarn: /home/build/.rustup/settings.toml
422026-03-30T22:42:08.070Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T22:42:08.070Zwarn: instead of the one inferred from the default host triple.
442026-03-30T22:42:08.097Zinfo: profile set to default
452026-03-30T22:42:08.097Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T22:42:08.100Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T22:42:08.265Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T22:42:08.267Zinfo: downloading 6 components
492026-03-30T22:42:24.215Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T22:42:24.215Z
512026-03-30T22:42:24.245Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T22:42:24.245Z
532026-03-30T22:42:24.245Z
542026-03-30T22:42:24.245ZRust is installed now. Great!
552026-03-30T22:42:24.245Z
562026-03-30T22:42:24.245ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T22:42:24.245Zenvironment variable. This has not been done automatically.
582026-03-30T22:42:24.245Z
592026-03-30T22:42:24.245ZTo configure your current shell, you need to source
602026-03-30T22:42:24.245Zthe corresponding env file under $HOME/.cargo.
612026-03-30T22:42:24.245Z
622026-03-30T22:42:24.245ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T22:42:24.245Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T22:42:24.245Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T22:42:24.245Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T22:42:24.245Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T22:42:24.245Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T22:42:24.245Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T22:42:24.249Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T22:42:24.249Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T22:42:24.342Z+ rustup --version
722026-03-30T22:42:24.351Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T22:42:24.354Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T22:42:24.373Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T22:42:24.376Z+ cargo --version
762026-03-30T22:42:24.388Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T22:42:24.391Z+ rustc --version
782026-03-30T22:42:24.411Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T22:42:24.414Zprocess exited: duration 17887 ms, exit code 0
 
802026-03-30T22:42:24.420Zstarting task 2: "authentication"
812026-03-30T22:42:24.437Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T22:42:24.442Zstarting task 3: "clone repository"
832026-03-30T22:42:24.445Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T22:42:24.448Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T22:42:24.489ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T22:42:35.675Z+ cd /work/oxidecomputer/omicron
872026-03-30T22:42:35.675Z+ git fetch origin 3d978d246d788b5b9f8bae09ec81e2b874befefb
882026-03-30T22:42:35.957ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T22:42:35.957Z * branch 3d978d246d788b5b9f8bae09ec81e2b874befefb -> FETCH_HEAD
902026-03-30T22:42:35.967Z+ [[ -n test-leaking-site-xml ]]
912026-03-30T22:42:35.970Z++ git branch --show-current
922026-03-30T22:42:35.970Z+ current=main
932026-03-30T22:42:35.970Z+ [[ main != test-leaking-site-xml ]]
942026-03-30T22:42:35.970Z+ git branch -f test-leaking-site-xml 3d978d246d788b5b9f8bae09ec81e2b874befefb
952026-03-30T22:42:35.973Z+ git checkout -f test-leaking-site-xml
962026-03-30T22:42:36.203ZSwitched to branch 'test-leaking-site-xml'
972026-03-30T22:42:36.205Z+ git reset --hard 3d978d246d788b5b9f8bae09ec81e2b874befefb
982026-03-30T22:42:36.444ZHEAD is now at 3d978d246 Fixing flake related to tokio::fs:write cancellation
992026-03-30T22:42:36.447Zprocess exited: duration 12001 ms, exit code 0
 
1002026-03-30T22:42:36.452Zstarting task 4: "build"
1012026-03-30T22:42:36.456Z+ source ./env.sh
1022026-03-30T22:42:36.459Z++ OLD_SHELL_OPTS=ehxB
1032026-03-30T22:42:36.459Z++ set -o xtrace
1042026-03-30T22:42:36.459Z++++ dirname ./env.sh
1052026-03-30T22:42:36.462Z+++ readlink -f .
1062026-03-30T22:42:36.462Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ 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-30T22:42:36.462Z++ case $OLD_SHELL_OPTS in
1162026-03-30T22:42:36.462Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-30T22:42:36.462Z+ source .github/buildomat/ci-env.sh
1182026-03-30T22:42:36.462Z++ export CARGO_TERM_COLOR=always
1192026-03-30T22:42:36.462Z++ CARGO_TERM_COLOR=always
1202026-03-30T22:42:36.462Z+ cargo --version
1212026-03-30T22:42:36.471Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-30T22:42:36.473Z+ rustc --version
1232026-03-30T22:42:36.494Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-30T22:42:36.497Z+ banner prerequisites
1252026-03-30T22:42:36.500Z
1262026-03-30T22:42:36.500Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-30T22:42:36.500Z # # # # # # # # # # # # # # #
1282026-03-30T22:42:36.500Z # # # # ##### # # ##### # # # # # #### #
1292026-03-30T22:42:36.500Z ##### ##### # ##### # # # # # # # # #
1302026-03-30T22:42:36.500Z # # # # # # # # # # # # # # #
1312026-03-30T22:42:36.500Z # # # ###### # # ###### ### # #### # #### #
1322026-03-30T22:42:36.500Z
1332026-03-30T22:42:36.500Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-30T22:42:44.806Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-30T22:42:51.640Z Startup: Caching catalogs ... Done
1362026-03-30T22:42:55.899ZPlanning: Solver setup ... Done (2.864s)
1372026-03-30T22:42:55.917ZPlanning: Running solver ... Done (0.018s)
1382026-03-30T22:42:56.038ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-30T22:42:56.057ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-30T22:42:56.676ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-30T22:42:56.706ZPlanning: Package planning ... Done (0.030s)
1422026-03-30T22:42:56.735ZPlanning: Merging actions ... Done (0.028s)
1432026-03-30T22:42:56.914ZPlanning: Checking for conflicting actions ... Done (0.179s)
1442026-03-30T22:42:56.921ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-30T22:42:57.621ZPlanning: Evaluating mediators ... Done (0.700s)
1462026-03-30T22:42:57.627ZPlanning: Planning completed in 5.82 seconds
1472026-03-30T22:42:57.993Z Packages to install: 4
1482026-03-30T22:42:57.993Z Mediators to change: 2
1492026-03-30T22:42:57.993Z Services to change: 1
1502026-03-30T22:42:57.996Z Estimated space available: 155.35 GB
1512026-03-30T22:42:57.996ZEstimated space to be consumed: 1.84 GB
1522026-03-30T22:42:57.996Z Create boot environment: No
1532026-03-30T22:42:57.996ZCreate backup boot environment: No
1542026-03-30T22:42:57.997Z Rebuild boot archive: No
1552026-03-30T22:42:57.997Z
1562026-03-30T22:42:57.997ZChanged mediators:
1572026-03-30T22:42:57.997Z mediator clang:
1582026-03-30T22:42:57.997Z version: None -> 15 (system default)
1592026-03-30T22:42:57.997Z
1602026-03-30T22:42:57.997Z mediator llvm:
1612026-03-30T22:42:57.997Z version: 14 (system default) -> 15 (system default)
1622026-03-30T22:42:57.997Z
1632026-03-30T22:42:57.997ZChanged packages:
1642026-03-30T22:42:57.997Zhelios-dev
1652026-03-30T22:42:57.997Z developer/build-essential
1662026-03-30T22:42:57.997Z None -> 11-2.0
1672026-03-30T22:42:57.997Z library/libxmlsec1
1682026-03-30T22:42:57.997Z None -> 1.2.35-2.0
1692026-03-30T22:42:57.997Z ooce/developer/clang-15
1702026-03-30T22:42:57.997Z None -> 15.0.7-2.0
1712026-03-30T22:42:57.997Z ooce/developer/llvm-15
1722026-03-30T22:42:57.997Z None -> 15.0.7-2.0
1732026-03-30T22:42:57.997Z
1742026-03-30T22:42:57.997ZServices:
1752026-03-30T22:42:57.997Z restart_fmri:
1762026-03-30T22:42:57.997Z svc:/system/update-man-index:default
1772026-03-30T22:42:58.033Z
1782026-03-30T22:42:58.034ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-30T22:43:03.035ZDownload: 2183/3290 items 119.0/212.6MB 55% complete (24.1M/s)
1802026-03-30T22:43:06.548ZDownload: Completed 212.60 MB in 8.51 seconds (25.0M/s)
1812026-03-30T22:43:08.198Z Actions: 1/3689 actions (Installing new actions)
1822026-03-30T22:43:11.444Z Actions: Completed 3689 actions in 3.24 seconds.
1832026-03-30T22:43:12.078Z Done (0.631s)
1842026-03-30T22:43:12.078Z Done (0.000s)
1852026-03-30T22:43:12.795Z Done (0.717s)
1862026-03-30T22:43:15.687Z Done (2.557s)
1872026-03-30T22:43:15.756Z Done (0.011s)
1882026-03-30T22:43:15.759Z Done (0.000s)
1892026-03-30T22:43:16.087Z Done (0.000s)
1902026-03-30T22:43:16.936ZPlanning: Evaluating mediator changes ... Done
1912026-03-30T22:43:17.044ZPlanning: Checking for conflicting actions ... Done
1922026-03-30T22:43:17.047ZPlanning: Consolidating action changes ... Done
1932026-03-30T22:43:17.206ZPlanning: Evaluating mediators ... Done
1942026-03-30T22:43:17.209ZPlanning: Planning completed in 0.27 seconds
1952026-03-30T22:43:17.227Z Mediators to change: 2
1962026-03-30T22:43:17.227Z Create boot environment: No
1972026-03-30T22:43:17.227ZCreate backup boot environment: No
1982026-03-30T22:43:17.296Z Done
1992026-03-30T22:43:17.297Z Done
2002026-03-30T22:43:17.892Z Done
2012026-03-30T22:43:20.454Z Done
2022026-03-30T22:43:20.525Z Done
2032026-03-30T22:43:20.529Z Done
2042026-03-30T22:43:20.679Z Done
2052026-03-30T22:43:21.083ZPlanning: Evaluating mediator changes ... Done
2062026-03-30T22:43:21.089ZPlanning: Merging actions ... Done
2072026-03-30T22:43:21.223ZPlanning: Checking for conflicting actions ... Done
2082026-03-30T22:43:21.226ZPlanning: Consolidating action changes ... Done
2092026-03-30T22:43:21.361ZPlanning: Evaluating mediators ... Done
2102026-03-30T22:43:21.389ZPlanning: Planning completed in 0.45 seconds
2112026-03-30T22:43:21.410Z Packages to change: 1
2122026-03-30T22:43:21.410Z Mediators to change: 1
2132026-03-30T22:43:21.410Z Services to change: 1
2142026-03-30T22:43:21.410Z Create boot environment: No
2152026-03-30T22:43:21.410ZCreate backup boot environment: Yes
2162026-03-30T22:43:23.714Z Actions: 1/6 actions (Updating modified actions)
2172026-03-30T22:43:23.744Z Actions: Completed 6 actions in 0.03 seconds.
2182026-03-30T22:43:23.747Z Done
2192026-03-30T22:43:23.747Z Done
2202026-03-30T22:43:23.881Z Done
2212026-03-30T22:43:26.349Z Done
2222026-03-30T22:43:26.426Z Done
2232026-03-30T22:43:26.429Z Done
2242026-03-30T22:43:26.579Z Done
2252026-03-30T22:43:26.870ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-30T22:43:26.870Zclang system 15 system
2272026-03-30T22:43:26.870Zcsh system system illumos
2282026-03-30T22:43:26.870Zctags system system illumos
2292026-03-30T22:43:26.870Zfile system system illumos
2302026-03-30T22:43:26.870Zgcc vendor 12 vendor
2312026-03-30T22:43:26.870Zgcc system 14 system
2322026-03-30T22:43:26.870Zgcc system 10 system
2332026-03-30T22:43:26.870Zgo system 1.20 system
2342026-03-30T22:43:26.870Zgo system 1.19 system
2352026-03-30T22:43:26.870Zllvm system 15 system
2362026-03-30T22:43:26.870Zllvm system 14 system
2372026-03-30T22:43:26.870Zmariadb system 10.6 system
2382026-03-30T22:43:26.870Zmta vendor vendor dma
2392026-03-30T22:43:26.870Zopenjdk system 17 system
2402026-03-30T22:43:26.870Zopenjdk system 11 system
2412026-03-30T22:43:26.871Zopenjdk system 1.8 system
2422026-03-30T22:43:26.871Zopenssl vendor 3 vendor
2432026-03-30T22:43:26.871Zperl system 5.36 system
2442026-03-30T22:43:26.871Zpostgresql system 15 system
2452026-03-30T22:43:26.871Zpostgresql system 13 system
2462026-03-30T22:43:26.871Zpython vendor 3 vendor
2472026-03-30T22:43:26.871Zpython system 2 system
2482026-03-30T22:43:26.871Zpython3 system 3.11 system
2492026-03-30T22:43:26.871Zruby system 3.0 system
2502026-03-30T22:43:26.871Zwords vendor vendor american-english
2512026-03-30T22:43:26.871Zwords system system australian-english
2522026-03-30T22:43:26.871Zwords system system british-english
2532026-03-30T22:43:26.871Zwords system system canadian-english
2542026-03-30T22:43:26.871Zwords system system french
2552026-03-30T22:43:26.871Zwords system system italian
2562026-03-30T22:43:26.871Zwords system system ngerman
2572026-03-30T22:43:26.871Zwords system system ogerman
2582026-03-30T22:43:26.871Zwords system system spanish
2592026-03-30T22:43:27.095ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-30T22:43:27.095Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-30T22:43:31.558ZFMRI IFO
2622026-03-30T22:43:31.559Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-30T22:43:31.559Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-30T22:43:31.559Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-30T22:43:31.559Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-30T22:43:31.559Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-30T22:43:31.559Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-30T22:43:31.559Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-30T22:43:31.559Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-30T22:43:31.559Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-30T22:43:31.559Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-30T22:43:31.559Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-30T22:43:31.559Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-30T22:43:31.559Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-30T22:43:31.559Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-30T22:43:31.559Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-30T22:43:31.559Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-30T22:43:32.686Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-30T22:43:33.049Z Updating crates.io index
2802026-03-30T22:43:33.052Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-30T22:43:33.324Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-30T22:43:34.257Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-30T22:43:34.750Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-30T22:43:35.547Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-30T22:43:36.051Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-30T22:43:37.396Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-30T22:43:38.714Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-30T22:43:39.387Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-30T22:43:39.822Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-30T22:43:40.625Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-30T22:43:40.993Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-30T22:43:41.308Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-30T22:43:41.632Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-30T22:43:42.639Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-30T22:43:43.144Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-30T22:43:43.596Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-30T22:43:44.025Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-30T22:43:44.296Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-30T22:43:44.803Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-30T22:43:45.052Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-30T22:43:45.330Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-30T22:43:45.702Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-30T22:43:46.266Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-30T22:43:46.672Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-30T22:43:47.009Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-30T22:43:47.372Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-30T22:43:48.423Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-30T22:43:48.674Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-30T22:43:49.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-30T22:43:50.062Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-30T22:43:50.348Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-30T22:43:50.719Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-30T22:43:51.082Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-30T22:43:51.461Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-30T22:43:51.950Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-30T22:43:52.209Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-30T22:43:52.481Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-30T22:43:52.844Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-30T22:44:04.240Z Downloading crates ...
3202026-03-30T22:44:04.290Z Downloaded block-buffer v0.10.4
3212026-03-30T22:44:04.298Z Downloaded semver v1.0.27
3222026-03-30T22:44:04.303Z Downloaded zerocopy-derive v0.7.35
3232026-03-30T22:44:04.305Z Downloaded percent-encoding v2.3.2
3242026-03-30T22:44:04.308Z Downloaded memmap v0.7.0
3252026-03-30T22:44:04.308Z Downloaded terminal_size v0.4.3
3262026-03-30T22:44:04.311Z Downloaded textwrap v0.16.2
3272026-03-30T22:44:04.313Z Downloaded getrandom v0.4.1
3282026-03-30T22:44:04.317Z Downloaded camino v1.2.2
3292026-03-30T22:44:04.322Z Downloaded serde_derive v1.0.228
3302026-03-30T22:44:04.325Z Downloaded zerofrom-derive v0.1.6
3312026-03-30T22:44:04.327Z Downloaded yoke-derive v0.8.1
3322026-03-30T22:44:04.327Z Downloaded toml_write v0.1.2
3332026-03-30T22:44:04.330Z Downloaded serde_spanned v0.6.9
3342026-03-30T22:44:04.333Z Downloaded goblin v0.8.2
3352026-03-30T22:44:04.335Z Downloaded usdt-macro v0.5.0
3362026-03-30T22:44:04.335Z Downloaded unicode-xid v0.2.6
3372026-03-30T22:44:04.335Z Downloaded bitflags v2.11.0
3382026-03-30T22:44:04.339Z Downloaded toml_datetime v0.6.11
3392026-03-30T22:44:04.341Z Downloaded utf8_iter v1.0.4
3402026-03-30T22:44:04.341Z Downloaded version_check v0.9.5
3412026-03-30T22:44:04.341Z Downloaded form_urlencoded v1.2.2
3422026-03-30T22:44:04.344Z Downloaded usdt-attr-macro v0.5.0
3432026-03-30T22:44:04.344Z Downloaded displaydoc v0.2.5
3442026-03-30T22:44:04.344Z Downloaded zerofrom v0.1.6
3452026-03-30T22:44:04.347Z Downloaded writeable v0.6.2
3462026-03-30T22:44:04.347Z Downloaded thread-id v4.2.2
3472026-03-30T22:44:04.347Z Downloaded equivalent v1.0.2
3482026-03-30T22:44:04.348Z Downloaded cargo-platform v0.2.0
3492026-03-30T22:44:04.351Z Downloaded heck v0.4.1
3502026-03-30T22:44:04.351Z Downloaded erased-serde v0.4.9
3512026-03-30T22:44:04.351Z Downloaded anstyle v1.0.13
3522026-03-30T22:44:04.351Z Downloaded usdt v0.5.0
3532026-03-30T22:44:04.351Z Downloaded ordered-float v2.10.1
3542026-03-30T22:44:04.354Z Downloaded typeid v1.0.3
3552026-03-30T22:44:04.354Z Downloaded zerovec-derive v0.11.2
3562026-03-30T22:44:04.354Z Downloaded tinystr v0.8.2
3572026-03-30T22:44:04.357Z Downloaded utf8parse v0.2.2
3582026-03-30T22:44:04.357Z Downloaded typenum v1.19.0
3592026-03-30T22:44:04.357Z Downloaded thiserror-impl v2.0.18
3602026-03-30T22:44:04.360Z Downloaded fnv v1.0.7
3612026-03-30T22:44:04.360Z Downloaded thiserror v1.0.69
3622026-03-30T22:44:04.363Z Downloaded fs-err v3.3.0
3632026-03-30T22:44:04.363Z Downloaded digest v0.10.7
3642026-03-30T22:44:04.363Z Downloaded zmij v1.0.21
3652026-03-30T22:44:04.366Z Downloaded dtrace-parser v0.2.0
3662026-03-30T22:44:04.366Z Downloaded unicode-linebreak v0.1.5
3672026-03-30T22:44:04.366Z Downloaded dof v0.3.0
3682026-03-30T22:44:04.366Z Downloaded colorchoice v1.0.4
3692026-03-30T22:44:04.372Z Downloaded toml v0.8.23
3702026-03-30T22:44:04.372Z Downloaded tabled_derive v0.7.0
3712026-03-30T22:44:04.372Z Downloaded yoke v0.8.1
3722026-03-30T22:44:04.377Z Downloaded usdt-impl v0.5.0
3732026-03-30T22:44:04.377Z Downloaded scroll_derive v0.12.1
3742026-03-30T22:44:04.377Z Downloaded thiserror-impl v1.0.69
3752026-03-30T22:44:04.377Z Downloaded heck v0.5.0
3762026-03-30T22:44:04.377Z Downloaded cpufeatures v0.2.17
3772026-03-30T22:44:04.377Z Downloaded thiserror v2.0.18
3782026-03-30T22:44:04.380Z Downloaded plain v0.2.3
3792026-03-30T22:44:04.380Z Downloaded idna_adapter v1.2.1
3802026-03-30T22:44:04.380Z Downloaded cfg-if v1.0.4
3812026-03-30T22:44:04.380Z Downloaded ucd-trie v0.1.7
3822026-03-30T22:44:04.384Z Downloaded itoa v1.0.17
3832026-03-30T22:44:04.386Z Downloaded unicode-ident v1.0.24
3842026-03-30T22:44:04.389Z Downloaded crypto-common v0.1.7
3852026-03-30T22:44:04.392Z Downloaded toml_edit v0.22.27
3862026-03-30T22:44:04.395Z Downloaded anyhow v1.0.102
3872026-03-30T22:44:04.398Z Downloaded serde_core v1.0.228
3882026-03-30T22:44:04.398Z Downloaded zerotrie v0.2.3
3892026-03-30T22:44:04.401Z Downloaded icu_locale_core v2.1.1
3902026-03-30T22:44:04.406Z Downloaded url v2.5.8
3912026-03-30T22:44:04.406Z Downloaded pretty-hex v0.4.1
3922026-03-30T22:44:04.406Z Downloaded macaddr v1.0.1
3932026-03-30T22:44:04.406Z Downloaded clap_lex v1.0.0
3942026-03-30T22:44:04.406Z Downloaded anstyle-parse v0.2.7
3952026-03-30T22:44:04.409Z Downloaded stable_deref_trait v1.2.1
3962026-03-30T22:44:04.409Z Downloaded is_terminal_polyfill v1.70.2
3972026-03-30T22:44:04.413Z Downloaded proc-macro-error-attr v1.0.4
3982026-03-30T22:44:04.413Z Downloaded zerovec v0.11.5
3992026-03-30T22:44:04.417Z Downloaded winnow v0.7.14
4002026-03-30T22:44:04.422Z Downloaded zerocopy v0.7.35
4012026-03-30T22:44:04.427Z Downloaded swrite v0.1.0
4022026-03-30T22:44:04.430Z Downloaded strsim v0.11.1
4032026-03-30T22:44:04.430Z Downloaded serde_tokenstream v0.2.3
4042026-03-30T22:44:04.430Z Downloaded serde-value v0.7.0
4052026-03-30T22:44:04.430Z Downloaded serde-untagged v0.1.9
4062026-03-30T22:44:04.434Z Downloaded potential_utf v0.1.4
4072026-03-30T22:44:04.434Z Downloaded unicode-width v0.2.0
4082026-03-30T22:44:04.438Z Downloaded sha2 v0.10.9
4092026-03-30T22:44:04.438Z Downloaded anstream v0.6.21
4102026-03-30T22:44:04.438Z Downloaded bytecount v0.6.9
4112026-03-30T22:44:04.438Z Downloaded unicode-width v0.1.14
4122026-03-30T22:44:04.443Z Downloaded synstructure v0.13.2
4132026-03-30T22:44:04.443Z Downloaded proc-macro-error v1.0.4
4142026-03-30T22:44:04.443Z Downloaded generic-array v0.14.7
4152026-03-30T22:44:04.447Z Downloaded cargo_toml v0.21.0
4162026-03-30T22:44:04.447Z Downloaded anstyle-query v1.1.5
4172026-03-30T22:44:04.447Z Downloaded smawk v0.3.2
4182026-03-30T22:44:04.447Z Downloaded errno v0.3.14
4192026-03-30T22:44:04.447Z Downloaded smallvec v1.15.1
4202026-03-30T22:44:04.450Z Downloaded fastrand v2.3.0
4212026-03-30T22:44:04.450Z Downloaded camino-tempfile v1.4.1
4222026-03-30T22:44:04.456Z Downloaded scroll v0.12.0
4232026-03-30T22:44:04.459Z Downloaded byteorder v1.5.0
4242026-03-30T22:44:04.462Z Downloaded quote v1.0.44
4252026-03-30T22:44:04.462Z Downloaded tempfile v3.25.0
4262026-03-30T22:44:04.467Z Downloaded autocfg v1.5.0
4272026-03-30T22:44:04.474Z Downloaded cargo_metadata v0.21.0
4282026-03-30T22:44:04.478Z Downloaded pest_derive v2.8.6
4292026-03-30T22:44:04.481Z Downloaded clap_derive v4.5.55
4302026-03-30T22:44:04.481Z Downloaded pest_generator v2.8.6
4312026-03-30T22:44:04.484Z Downloaded once_cell v1.21.3
4322026-03-30T22:44:04.487Z Downloaded litemap v0.8.1
4332026-03-30T22:44:04.491Z Downloaded cargo-util-schemas v0.8.2
4342026-03-30T22:44:04.496Z Downloaded icu_provider v2.1.1
4352026-03-30T22:44:04.498Z Downloaded papergrid v0.11.0
4362026-03-30T22:44:04.510Z Downloaded icu_properties v2.1.2
4372026-03-30T22:44:04.513Z Downloaded pest_meta v2.8.6
4382026-03-30T22:44:04.516Z Downloaded num-traits v0.2.19
4392026-03-30T22:44:04.522Z Downloaded proc-macro2 v1.0.106
4402026-03-30T22:44:04.522Z Downloaded icu_normalizer_data v2.1.1
4412026-03-30T22:44:04.525Z Downloaded log v0.4.29
4422026-03-30T22:44:04.525Z Downloaded icu_normalizer v2.1.1
4432026-03-30T22:44:04.533Z Downloaded serde v1.0.228
4442026-03-30T22:44:04.536Z Downloaded clap v4.5.60
4452026-03-30T22:44:04.540Z Downloaded icu_collections v2.1.1
4462026-03-30T22:44:04.542Z Downloaded hashbrown v0.16.1
4472026-03-30T22:44:04.547Z Downloaded memchr v2.8.0
4482026-03-30T22:44:04.552Z Downloaded indexmap v2.13.0
4492026-03-30T22:44:04.570Z Downloaded pest v2.8.6
4502026-03-30T22:44:04.574Z Downloaded serde_json v1.0.149
4512026-03-30T22:44:04.578Z Downloaded idna v1.1.0
4522026-03-30T22:44:04.581Z Downloaded clap_builder v4.5.60
4532026-03-30T22:44:04.585Z Downloaded icu_properties_data v2.1.2
4542026-03-30T22:44:04.609Z Downloaded tabled v0.15.0
4552026-03-30T22:44:04.620Z Downloaded syn v1.0.109
4562026-03-30T22:44:04.628Z Downloaded syn v2.0.117
4572026-03-30T22:44:04.634Z Downloaded rustix v1.1.3
4582026-03-30T22:44:04.664Z Downloaded libc v0.2.180
4592026-03-30T22:44:04.732Z Compiling proc-macro2 v1.0.106
4602026-03-30T22:44:04.732Z Compiling quote v1.0.44
4612026-03-30T22:44:04.732Z Compiling unicode-ident v1.0.24
4622026-03-30T22:44:04.732Z Compiling serde_core v1.0.228
4632026-03-30T22:44:04.732Z Compiling libc v0.2.180
4642026-03-30T22:44:04.732Z Compiling version_check v0.9.5
4652026-03-30T22:44:04.732Z Compiling serde v1.0.228
4662026-03-30T22:44:04.735Z Compiling memchr v2.8.0
4672026-03-30T22:44:05.125Z Compiling stable_deref_trait v1.2.1
4682026-03-30T22:44:05.204Z Compiling zmij v1.0.21
4692026-03-30T22:44:05.274Z Compiling ucd-trie v0.1.7
4702026-03-30T22:44:05.531Z Compiling autocfg v1.5.0
4712026-03-30T22:44:05.644Z Compiling itoa v1.0.17
4722026-03-30T22:44:05.696Z Compiling thiserror v1.0.69
4732026-03-30T22:44:05.837Z Compiling pest v2.8.6
4742026-03-30T22:44:05.939Z Compiling writeable v0.6.2
4752026-03-30T22:44:05.957Z Compiling litemap v0.8.1
4762026-03-30T22:44:06.051Z Compiling icu_normalizer_data v2.1.1
4772026-03-30T22:44:06.132Z Compiling rustix v1.1.3
4782026-03-30T22:44:06.197Z Compiling icu_properties_data v2.1.2
4792026-03-30T22:44:06.231Z Compiling byteorder v1.5.0
4802026-03-30T22:44:06.560Z Compiling errno v0.3.14
4812026-03-30T22:44:06.563Z Compiling bitflags v2.11.0
4822026-03-30T22:44:06.609Z Compiling syn v2.0.117
4832026-03-30T22:44:06.701Z Compiling serde_json v1.0.149
4842026-03-30T22:44:06.822Z Compiling num-traits v0.2.19
4852026-03-30T22:44:06.919Z Compiling typeid v1.0.3
4862026-03-30T22:44:06.952Z Compiling pest_meta v2.8.6
4872026-03-30T22:44:07.007Z Compiling equivalent v1.0.2
4882026-03-30T22:44:07.141Z Compiling hashbrown v0.16.1
4892026-03-30T22:44:07.193Z Compiling smallvec v1.15.1
4902026-03-30T22:44:07.422Z Compiling thread-id v4.2.2
4912026-03-30T22:44:07.510Z Compiling proc-macro-error-attr v1.0.4
4922026-03-30T22:44:07.554Z Compiling usdt-impl v0.5.0
4932026-03-30T22:44:07.623Z Compiling winnow v0.7.14
4942026-03-30T22:44:07.701Z Compiling indexmap v2.13.0
4952026-03-30T22:44:07.720Z Compiling erased-serde v0.4.9
4962026-03-30T22:44:07.768Z Compiling toml_write v0.1.2
4972026-03-30T22:44:07.966Z Compiling syn v1.0.109
4982026-03-30T22:44:08.353Z Compiling proc-macro-error v1.0.4
4992026-03-30T22:44:08.450Z Compiling utf8parse v0.2.2
5002026-03-30T22:44:08.537Z Compiling getrandom v0.4.1
5012026-03-30T22:44:08.563Z Compiling log v0.4.29
5022026-03-30T22:44:08.631Z Compiling thiserror v2.0.18
5032026-03-30T22:44:08.726Z Compiling percent-encoding v2.3.2
5042026-03-30T22:44:08.750Z Compiling utf8_iter v1.0.4
5052026-03-30T22:44:08.875Z Compiling plain v0.2.3
5062026-03-30T22:44:08.900Z Compiling camino v1.2.2
5072026-03-30T22:44:08.943Z Compiling form_urlencoded v1.2.2
5082026-03-30T22:44:08.962Z Compiling ordered-float v2.10.1
5092026-03-30T22:44:09.108Z Compiling anstyle-parse v0.2.7
5102026-03-30T22:44:09.177Z Compiling terminal_size v0.4.3
5112026-03-30T22:44:09.238Z Compiling synstructure v0.13.2
5122026-03-30T22:44:09.262Z Compiling pest_generator v2.8.6
5132026-03-30T22:44:09.314Z Compiling pretty-hex v0.4.1
5142026-03-30T22:44:09.455Z Compiling colorchoice v1.0.4
5152026-03-30T22:44:09.503Z Compiling anstyle v1.0.13
5162026-03-30T22:44:09.540Z Compiling anstyle-query v1.1.5
5172026-03-30T22:44:09.572Z Compiling cfg-if v1.0.4
5182026-03-30T22:44:09.589Z Compiling is_terminal_polyfill v1.70.2
5192026-03-30T22:44:09.695Z Compiling anstream v0.6.21
5202026-03-30T22:44:09.734Z Compiling serde-untagged v0.1.9
5212026-03-30T22:44:09.828Z Compiling semver v1.0.27
5222026-03-30T22:44:09.980Z Compiling fs-err v3.3.0
5232026-03-30T22:44:09.999Z Compiling unicode-width v0.1.14
5242026-03-30T22:44:10.016Z Compiling heck v0.5.0
5252026-03-30T22:44:10.154Z Compiling strsim v0.11.1
5262026-03-30T22:44:10.172Z Compiling fastrand v2.3.0
5272026-03-30T22:44:10.192Z Compiling unicode-xid v0.2.6
5282026-03-30T22:44:10.270Z Compiling heck v0.4.1
5292026-03-30T22:44:10.314Z Compiling bytecount v0.6.9
5302026-03-30T22:44:10.438Z Compiling once_cell v1.21.3
5312026-03-30T22:44:10.458Z Compiling anyhow v1.0.102
5322026-03-30T22:44:10.492Z Compiling fnv v1.0.7
5332026-03-30T22:44:10.510Z Compiling clap_lex v1.0.0
5342026-03-30T22:44:10.594Z Compiling papergrid v0.11.0
5352026-03-30T22:44:10.652Z Compiling tempfile v3.25.0
5362026-03-30T22:44:10.671Z Compiling memmap v0.7.0
5372026-03-30T22:44:10.742Z Compiling clap_builder v4.5.60
5382026-03-30T22:44:10.848Z Compiling unicode-width v0.2.0
5392026-03-30T22:44:10.894Z Compiling serde_derive v1.0.228
5402026-03-30T22:44:10.977Z Compiling zerofrom-derive v0.1.6
5412026-03-30T22:44:11.024Z Compiling yoke-derive v0.8.1
5422026-03-30T22:44:11.119Z Compiling zerovec-derive v0.11.2
5432026-03-30T22:44:11.174Z Compiling displaydoc v0.2.5
5442026-03-30T22:44:11.951Z Compiling thiserror-impl v1.0.69
5452026-03-30T22:44:12.032Z Compiling zerocopy-derive v0.7.35
5462026-03-30T22:44:12.240Z Compiling pest_derive v2.8.6
5472026-03-30T22:44:12.270Z Compiling scroll_derive v0.12.1
5482026-03-30T22:44:12.410Z Compiling zerofrom v0.1.6
5492026-03-30T22:44:12.545Z Compiling yoke v0.8.1
5502026-03-30T22:44:12.672Z Compiling thiserror-impl v2.0.18
5512026-03-30T22:44:12.746Z Compiling zerovec v0.11.5
5522026-03-30T22:44:12.905Z Compiling zerotrie v0.2.3
5532026-03-30T22:44:12.947Z Compiling zerocopy v0.7.35
5542026-03-30T22:44:13.206Z Compiling tinystr v0.8.2
5552026-03-30T22:44:13.254Z Compiling potential_utf v0.1.4
5562026-03-30T22:44:13.333Z Compiling dtrace-parser v0.2.0
5572026-03-30T22:44:13.411Z Compiling icu_locale_core v2.1.1
5582026-03-30T22:44:13.430Z Compiling icu_collections v2.1.1
5592026-03-30T22:44:13.501Z Compiling scroll v0.12.0
5602026-03-30T22:44:13.769Z Compiling goblin v0.8.2
5612026-03-30T22:44:13.788Z Compiling tabled_derive v0.7.0
5622026-03-30T22:44:13.826Z Compiling clap_derive v4.5.55
5632026-03-30T22:44:14.079Z Compiling icu_provider v2.1.1
5642026-03-30T22:44:14.109Z Compiling smawk v0.3.2
5652026-03-30T22:44:14.245Z Compiling unicode-linebreak v0.1.5
5662026-03-30T22:44:14.375Z Compiling serde_spanned v0.6.9
5672026-03-30T22:44:14.417Z Compiling toml_datetime v0.6.11
5682026-03-30T22:44:14.436Z Compiling icu_normalizer v2.1.1
5692026-03-30T22:44:14.488Z Compiling icu_properties v2.1.2
5702026-03-30T22:44:14.526Z Compiling dof v0.3.0
5712026-03-30T22:44:14.655Z Compiling toml_edit v0.22.27
5722026-03-30T22:44:14.681Z Compiling serde_tokenstream v0.2.3
5732026-03-30T22:44:14.700Z Compiling serde-value v0.7.0
5742026-03-30T22:44:14.976Z Compiling cargo-platform v0.2.0
5752026-03-30T22:44:14.996Z Compiling tabled v0.15.0
5762026-03-30T22:44:15.069Z Compiling textwrap v0.16.2
5772026-03-30T22:44:15.246Z Compiling macaddr v1.0.1
5782026-03-30T22:44:15.475Z Compiling idna_adapter v1.2.1
5792026-03-30T22:44:15.527Z Compiling usdt-attr-macro v0.5.0
5802026-03-30T22:44:15.545Z Compiling usdt-macro v0.5.0
5812026-03-30T22:44:15.567Z Compiling camino-tempfile v1.4.1
5822026-03-30T22:44:15.587Z Compiling idna v1.1.0
5832026-03-30T22:44:15.613Z Compiling clap v4.5.60
5842026-03-30T22:44:15.794Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5852026-03-30T22:44:16.050Z Compiling toml v0.8.23
5862026-03-30T22:44:16.169Z Compiling url v2.5.8
5872026-03-30T22:44:16.206Z Compiling swrite v0.1.0
5882026-03-30T22:44:16.559Z Compiling cargo_toml v0.21.0
5892026-03-30T22:44:16.729Z Compiling cargo-util-schemas v0.8.2
5902026-03-30T22:44:16.787Z Compiling usdt v0.5.0
5912026-03-30T22:44:17.621Z Compiling cargo_metadata v0.21.0
5922026-03-30T22:44:18.549Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-30T22:44:20.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.13s
5942026-03-30T22:44:20.875Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-30T22:44:21.443Z Downloading crates ...
5962026-03-30T22:44:21.537Z Downloaded adler2 v2.0.1
5972026-03-30T22:44:21.544Z Downloaded allocator-api2 v0.2.21
5982026-03-30T22:44:21.547Z Downloaded bit-set v0.5.3
5992026-03-30T22:44:21.547Z Downloaded arrayref v0.3.9
6002026-03-30T22:44:21.550Z Downloaded bcrypt-pbkdf v0.10.0
6012026-03-30T22:44:21.550Z Downloaded backon v1.6.0
6022026-03-30T22:44:21.557Z Downloaded bit-set v0.8.0
6032026-03-30T22:44:21.559Z Downloaded cstr-argument v0.1.2
6042026-03-30T22:44:21.559Z Downloaded async-stream-impl v0.3.6
6052026-03-30T22:44:21.563Z Downloaded darling_macro v0.21.3
6062026-03-30T22:44:21.566Z Downloaded base16ct v1.0.0
6072026-03-30T22:44:21.566Z Downloaded async-stream v0.3.6
6082026-03-30T22:44:21.570Z Downloaded curve25519-dalek-derive v0.1.1
6092026-03-30T22:44:21.570Z Downloaded critical-section v1.2.0
6102026-03-30T22:44:21.573Z Downloaded darling v0.23.0
6112026-03-30T22:44:21.576Z Downloaded atty v0.2.14
6122026-03-30T22:44:21.576Z Downloaded bb8 v0.8.6
6132026-03-30T22:44:21.576Z Downloaded cobs v0.3.0
6142026-03-30T22:44:21.581Z Downloaded dirs-sys-next v0.1.2
6152026-03-30T22:44:21.581Z Downloaded endian-type v0.1.2
6162026-03-30T22:44:21.581Z Downloaded atomicwrites v0.4.4
6172026-03-30T22:44:21.581Z Downloaded base64ct v1.8.3
6182026-03-30T22:44:21.581Z Downloaded aead v0.5.2
6192026-03-30T22:44:21.585Z Downloaded ahash v0.8.12
6202026-03-30T22:44:21.585Z Downloaded ascii-canvas v3.0.0
6212026-03-30T22:44:21.588Z Downloaded dyn-clone v1.0.20
6222026-03-30T22:44:21.588Z Downloaded arrayvec v0.7.6
6232026-03-30T22:44:21.588Z Downloaded flagset v0.4.7
6242026-03-30T22:44:21.591Z Downloaded crc8 v0.1.1
6252026-03-30T22:44:21.591Z Downloaded debug-ignore v1.0.5
6262026-03-30T22:44:21.591Z Downloaded constant_time_eq v0.4.2
6272026-03-30T22:44:21.594Z Downloaded async-trait v0.1.89
6282026-03-30T22:44:21.597Z Downloaded filetime v0.2.27
6292026-03-30T22:44:21.597Z Downloaded atomic-waker v1.1.2
6302026-03-30T22:44:21.597Z Downloaded assert_matches v1.5.0
6312026-03-30T22:44:21.600Z Downloaded crucible-workspace-hack v0.1.0
6322026-03-30T22:44:21.603Z Downloaded cfg_aliases v0.2.1
6332026-03-30T22:44:21.605Z Downloaded base16ct v0.2.0
6342026-03-30T22:44:21.605Z Downloaded array-init v0.0.4
6352026-03-30T22:44:21.608Z Downloaded foldhash v0.1.5
6362026-03-30T22:44:21.609Z Downloaded cipher v0.4.4
6372026-03-30T22:44:21.609Z Downloaded async-bb8-diesel v0.2.1
6382026-03-30T22:44:21.612Z Downloaded drift v0.1.3
6392026-03-30T22:44:21.615Z Downloaded darling_macro v0.20.11
6402026-03-30T22:44:21.618Z Downloaded daft v0.1.5
6412026-03-30T22:44:21.620Z Downloaded ciborium-ll v0.2.2
6422026-03-30T22:44:21.624Z Downloaded cfg_aliases v0.1.1
6432026-03-30T22:44:21.627Z Downloaded foreign-types v0.3.2
6442026-03-30T22:44:21.630Z Downloaded crunchy v0.2.4
6452026-03-30T22:44:21.630Z Downloaded crc v3.4.0
6462026-03-30T22:44:21.633Z Downloaded dunce v1.0.5
6472026-03-30T22:44:21.633Z Downloaded ctr v0.9.2
6482026-03-30T22:44:21.633Z Downloaded ciborium-io v0.2.2
6492026-03-30T22:44:21.633Z Downloaded bitfield-macros v0.19.4
6502026-03-30T22:44:21.639Z Downloaded foreign-types v0.5.0
6512026-03-30T22:44:21.642Z Downloaded fixedbitset v0.4.2
6522026-03-30T22:44:21.642Z Downloaded cargo-platform v0.1.9
6532026-03-30T22:44:21.642Z Downloaded darling_macro v0.23.0
6542026-03-30T22:44:21.645Z Downloaded crc-catalog v2.4.0
6552026-03-30T22:44:21.645Z Downloaded block-padding v0.3.3
6562026-03-30T22:44:21.648Z Downloaded env_filter v1.0.0
6572026-03-30T22:44:21.648Z Downloaded convert_case v0.4.0
6582026-03-30T22:44:21.651Z Downloaded display-error-chain v0.2.2
6592026-03-30T22:44:21.654Z Downloaded cpufeatures v0.3.0
6602026-03-30T22:44:21.657Z Downloaded bitfield-struct v0.6.2
6612026-03-30T22:44:21.657Z Downloaded data-encoding v2.10.0
6622026-03-30T22:44:21.657Z Downloaded elliptic-curve v0.13.8
6632026-03-30T22:44:21.660Z Downloaded foreign-types-shared v0.3.1
6642026-03-30T22:44:21.660Z Downloaded funty v2.0.0
6652026-03-30T22:44:21.660Z Downloaded futures-core v0.3.32
6662026-03-30T22:44:21.664Z Downloaded console v0.15.11
6672026-03-30T22:44:21.664Z Downloaded colored v3.1.1
6682026-03-30T22:44:21.667Z Downloaded bcs v0.1.6
6692026-03-30T22:44:21.670Z Downloaded dropshot-api-manager-types v0.6.0
6702026-03-30T22:44:21.670Z Downloaded chacha20 v0.9.1
6712026-03-30T22:44:21.670Z Downloaded cassowary v0.3.0
6722026-03-30T22:44:21.673Z Downloaded bit-vec v0.8.0
6732026-03-30T22:44:21.673Z Downloaded bit-vec v0.6.3
6742026-03-30T22:44:21.673Z Downloaded async-recursion v1.1.1
6752026-03-30T22:44:21.678Z Downloaded gethostname v0.5.0
6762026-03-30T22:44:21.681Z Downloaded futures-sink v0.3.32
6772026-03-30T22:44:21.681Z Downloaded document-features v0.2.12
6782026-03-30T22:44:21.681Z Downloaded futures-macro v0.3.32
6792026-03-30T22:44:21.681Z Downloaded dirs-next v2.0.0
6802026-03-30T22:44:21.681Z Downloaded foreign-types-shared v0.1.1
6812026-03-30T22:44:21.681Z Downloaded git-stub v1.0.0
6822026-03-30T22:44:21.681Z Downloaded globwalk v0.9.1
6832026-03-30T22:44:21.684Z Downloaded embedded-io v0.4.0
6842026-03-30T22:44:21.684Z Downloaded hash32 v0.3.1
6852026-03-30T22:44:21.685Z Downloaded hash32 v0.2.1
6862026-03-30T22:44:21.687Z Downloaded foreign-types-macros v0.2.3
6872026-03-30T22:44:21.688Z Downloaded dtrace-parser v0.3.0
6882026-03-30T22:44:21.688Z Downloaded dropshot_endpoint v0.16.7
6892026-03-30T22:44:21.690Z Downloaded cargo_metadata v0.19.2
6902026-03-30T22:44:21.691Z Downloaded daft-derive v0.1.5
6912026-03-30T22:44:21.694Z Downloaded futures-io v0.3.32
6922026-03-30T22:44:21.696Z Downloaded downcast-rs v2.0.2
6932026-03-30T22:44:21.697Z Downloaded diesel_table_macro_syntax v0.3.0
6942026-03-30T22:44:21.697Z Downloaded cexpr v0.6.0
6952026-03-30T22:44:21.700Z Downloaded camino-tempfile-ext v0.3.3
6962026-03-30T22:44:21.700Z Downloaded blowfish v0.9.1
6972026-03-30T22:44:21.700Z Downloaded dof v0.4.0
6982026-03-30T22:44:21.703Z Downloaded bitflags v1.3.2
6992026-03-30T22:44:21.706Z Downloaded float-cmp v0.10.0
7002026-03-30T22:44:21.706Z Downloaded cbc v0.1.2
7012026-03-30T22:44:21.706Z Downloaded castaway v0.2.4
7022026-03-30T22:44:21.708Z Downloaded fxhash v0.2.1
7032026-03-30T22:44:21.708Z Downloaded futures-task v0.3.32
7042026-03-30T22:44:21.709Z Downloaded enum-as-inner v0.6.1
7052026-03-30T22:44:21.711Z Downloaded embedded-io v0.6.1
7062026-03-30T22:44:21.711Z Downloaded convert_case v0.10.0
7072026-03-30T22:44:21.714Z Downloaded float-ord v0.3.2
7082026-03-30T22:44:21.714Z Downloaded buf-list v1.1.2
7092026-03-30T22:44:21.717Z Downloaded byte-wrapper v0.1.0
7102026-03-30T22:44:21.717Z Downloaded headers-core v0.3.0
7112026-03-30T22:44:21.717Z Downloaded ghash v0.5.1
7122026-03-30T22:44:21.723Z Downloaded backoff v0.4.0
7132026-03-30T22:44:21.723Z Downloaded dsl_auto_type v0.2.0
7142026-03-30T22:44:21.726Z Downloaded difflib v0.4.0
7152026-03-30T22:44:21.726Z Downloaded derive_builder_macro v0.20.2
7162026-03-30T22:44:21.726Z Downloaded defmt-parser v1.0.0
7172026-03-30T22:44:21.726Z Downloaded derive_builder_core v0.20.2
7182026-03-30T22:44:21.726Z Downloaded defmt-macros v1.0.1
7192026-03-30T22:44:21.729Z Downloaded hostname v0.3.1
7202026-03-30T22:44:21.729Z Downloaded ar_archive_writer v0.5.1
7212026-03-30T22:44:21.732Z Downloaded home v0.5.12
7222026-03-30T22:44:21.732Z Downloaded cmake v0.1.57
7232026-03-30T22:44:21.734Z Downloaded fs-err v2.11.0
7242026-03-30T22:44:21.734Z Downloaded ff v0.13.1
7252026-03-30T22:44:21.737Z Downloaded derive-where v1.6.0
7262026-03-30T22:44:21.737Z Downloaded chacha20 v0.10.0
7272026-03-30T22:44:21.739Z Downloaded group v0.13.0
7282026-03-30T22:44:21.740Z Downloaded hubpack v0.1.2
7292026-03-30T22:44:21.742Z Downloaded indoc v1.0.9
7302026-03-30T22:44:21.745Z Downloaded hex-literal v0.4.1
7312026-03-30T22:44:21.745Z Downloaded der v0.7.10
7322026-03-30T22:44:21.748Z Downloaded indent_write v2.2.0
7332026-03-30T22:44:21.748Z Downloaded ident_case v1.0.1
7342026-03-30T22:44:21.748Z Downloaded instability v0.3.11
7352026-03-30T22:44:21.751Z Downloaded httpdate v1.0.3
7362026-03-30T22:44:21.751Z Downloaded http-range v0.1.5
7372026-03-30T22:44:21.751Z Downloaded globset v0.4.18
7382026-03-30T22:44:21.754Z Downloaded hostname v0.4.2
7392026-03-30T22:44:21.754Z Downloaded glob v0.3.3
7402026-03-30T22:44:21.754Z Downloaded git-stub-vcs v0.1.0
7412026-03-30T22:44:21.757Z Downloaded hubpack_derive v0.1.1
7422026-03-30T22:44:21.757Z Downloaded argon2 v0.5.3
7432026-03-30T22:44:21.757Z Downloaded http-body v1.0.1
7442026-03-30T22:44:21.757Z Downloaded console v0.16.2
7452026-03-30T22:44:21.760Z Downloaded hyper-tls v0.6.0
7462026-03-30T22:44:21.760Z Downloaded ecdsa v0.16.9
7472026-03-30T22:44:21.763Z Downloaded cookie v0.18.1
7482026-03-30T22:44:21.763Z Downloaded defmt v0.3.100
7492026-03-30T22:44:21.765Z Downloaded derive-ex v0.1.8
7502026-03-30T22:44:21.765Z Downloaded csv-core v0.1.13
7512026-03-30T22:44:21.765Z Downloaded deranged v0.5.8
7522026-03-30T22:44:21.768Z Downloaded cookie_store v0.22.1
7532026-03-30T22:44:21.768Z Downloaded corncobs v0.1.4
7542026-03-30T22:44:21.771Z Downloaded crc32fast v1.5.0
7552026-03-30T22:44:21.771Z Downloaded cancel-safe-futures v0.1.5
7562026-03-30T22:44:21.774Z Downloaded foldhash v0.2.0
7572026-03-30T22:44:21.774Z Downloaded env_logger v0.11.9
7582026-03-30T22:44:21.778Z Downloaded ciborium v0.2.2
7592026-03-30T22:44:21.778Z Downloaded ena v0.14.4
7602026-03-30T22:44:21.781Z Downloaded either v1.15.0
7612026-03-30T22:44:21.781Z Downloaded defmt v1.0.1
7622026-03-30T22:44:21.784Z Downloaded futures-executor v0.3.32
7632026-03-30T22:44:21.784Z Downloaded fixedbitset v0.5.7
7642026-03-30T22:44:21.784Z Downloaded instant v0.1.13
7652026-03-30T22:44:21.787Z Downloaded arc-swap v1.8.2
7662026-03-30T22:44:21.787Z Downloaded internet-checksum v0.2.1
7672026-03-30T22:44:21.787Z Downloaded inout v0.1.4
7682026-03-30T22:44:21.791Z Downloaded fd-lock v4.0.4
7692026-03-30T22:44:21.791Z Downloaded fallible-iterator v0.2.0
7702026-03-30T22:44:21.795Z Downloaded is-terminal v0.4.17
7712026-03-30T22:44:21.795Z Downloaded lazy_static v1.5.0
7722026-03-30T22:44:21.795Z Downloaded lalrpop-util v0.19.12
7732026-03-30T22:44:21.795Z Downloaded ed25519 v2.2.3
7742026-03-30T22:44:21.798Z Downloaded darling_core v0.23.0
7752026-03-30T22:44:21.798Z Downloaded darling v0.21.3
7762026-03-30T22:44:21.801Z Downloaded futures-channel v0.3.32
7772026-03-30T22:44:21.804Z Downloaded is_ci v1.2.0
7782026-03-30T22:44:21.804Z Downloaded fs_extra v1.3.0
7792026-03-30T22:44:21.804Z Downloaded crossterm v0.28.1
7802026-03-30T22:44:21.807Z Downloaded impl-trait-for-tuples v0.2.3
7812026-03-30T22:44:21.810Z Downloaded hyper-staticfile v0.10.1
7822026-03-30T22:44:21.812Z Downloaded lru-slab v0.1.2
7832026-03-30T22:44:21.813Z Downloaded lru-cache v0.1.2
7842026-03-30T22:44:21.813Z Downloaded md-5 v0.10.6
7852026-03-30T22:44:21.815Z Downloaded lzss v0.8.2
7862026-03-30T22:44:21.815Z Downloaded libscf-sys v1.1.0
7872026-03-30T22:44:21.815Z Downloaded keccak v0.1.6
7882026-03-30T22:44:21.818Z Downloaded expectorate v1.2.0
7892026-03-30T22:44:21.818Z Downloaded memoffset v0.9.1
7902026-03-30T22:44:21.821Z Downloaded blake2 v0.10.6
7912026-03-30T22:44:21.821Z Downloaded lru v0.12.5
7922026-03-30T22:44:21.824Z Downloaded ingot-types v0.1.2
7932026-03-30T22:44:21.824Z Downloaded hex v0.4.3
7942026-03-30T22:44:21.826Z Downloaded derive_more v2.1.1
7952026-03-30T22:44:21.831Z Downloaded linked-hash-map v0.5.6
7962026-03-30T22:44:21.834Z Downloaded http-body-util v0.1.3
7972026-03-30T22:44:21.834Z Downloaded highway v1.3.0
7982026-03-30T22:44:21.837Z Downloaded maplit v1.0.2
7992026-03-30T22:44:21.837Z Downloaded cargo_toml v0.22.3
8002026-03-30T22:44:21.840Z Downloaded const-oid v0.9.6
8012026-03-30T22:44:21.840Z Downloaded managed v0.8.0
8022026-03-30T22:44:21.842Z Downloaded md5 v0.7.0
8032026-03-30T22:44:21.843Z Downloaded maybe-uninit v2.0.0
8042026-03-30T22:44:21.843Z Downloaded ingot v0.1.1
8052026-03-30T22:44:21.846Z Downloaded mime v0.3.17
8062026-03-30T22:44:21.846Z Downloaded erased-serde v0.3.31
8072026-03-30T22:44:21.849Z Downloaded multimap v0.10.1
8082026-03-30T22:44:21.849Z Downloaded newline-converter v0.3.0
8092026-03-30T22:44:21.849Z Downloaded new_debug_unreachable v1.0.6
8102026-03-30T22:44:21.849Z Downloaded find-msvc-tools v0.1.9
8112026-03-30T22:44:21.852Z Downloaded nibble_vec v0.1.0
8122026-03-30T22:44:21.852Z Downloaded newtype-uuid-macros v0.1.0
8132026-03-30T22:44:21.852Z Downloaded newtype_derive v0.1.6
8142026-03-30T22:44:21.855Z Downloaded hmac v0.12.1
8152026-03-30T22:44:21.855Z Downloaded hickory-client v0.25.2
8162026-03-30T22:44:21.858Z Downloaded ipnet v2.11.0
8172026-03-30T22:44:21.858Z Downloaded der_derive v0.7.3
8182026-03-30T22:44:21.861Z Downloaded des v0.8.1
8192026-03-30T22:44:21.861Z Downloaded crossbeam-utils v0.8.21
8202026-03-30T22:44:21.863Z Downloaded libefi-sys v0.1.0
8212026-03-30T22:44:21.863Z Downloaded nodrop v0.1.14
8222026-03-30T22:44:21.866Z Downloaded num v0.4.3
8232026-03-30T22:44:21.866Z Downloaded crossbeam-epoch v0.9.18
8242026-03-30T22:44:21.869Z Downloaded num-derive v0.3.3
8252026-03-30T22:44:21.869Z Downloaded getrandom v0.2.17
8262026-03-30T22:44:21.872Z Downloaded derive_builder v0.20.2
8272026-03-30T22:44:21.875Z Downloaded nonempty v0.12.0
8282026-03-30T22:44:21.875Z Downloaded linear-map v1.2.0
8292026-03-30T22:44:21.878Z Downloaded hyper-rustls v0.27.7
8302026-03-30T22:44:21.878Z Downloaded humantime v2.3.0
8312026-03-30T22:44:21.881Z Downloaded match_cfg v0.1.0
8322026-03-30T22:44:21.881Z Downloaded libloading v0.8.9
8332026-03-30T22:44:21.881Z Downloaded ipnetwork v0.21.1
8342026-03-30T22:44:21.884Z Downloaded openssl-probe v0.1.6
8352026-03-30T22:44:21.884Z Downloaded num_threads v0.1.7
8362026-03-30T22:44:21.886Z Downloaded num_enum_derive v0.5.11
8372026-03-30T22:44:21.887Z Downloaded openssl-probe v0.2.1
8382026-03-30T22:44:21.887Z Downloaded darling_core v0.21.3
8392026-03-30T22:44:21.889Z Downloaded kstat-rs v0.2.4
8402026-03-30T22:44:21.892Z Downloaded normalize-line-endings v0.3.0
8412026-03-30T22:44:21.892Z Downloaded jobserver v0.1.34
8422026-03-30T22:44:21.895Z Downloaded num-derive v0.4.2
8432026-03-30T22:44:21.895Z Downloaded colored v2.2.0
8442026-03-30T22:44:21.898Z Downloaded chacha20poly1305 v0.10.1
8452026-03-30T22:44:21.898Z Downloaded num-conv v0.2.0
8462026-03-30T22:44:21.898Z Downloaded crc-any v2.5.0
8472026-03-30T22:44:21.901Z Downloaded bytes v1.11.1
8482026-03-30T22:44:21.903Z Downloaded half v1.8.3
8492026-03-30T22:44:21.903Z Downloaded indoc v2.0.7
8502026-03-30T22:44:21.906Z Downloaded getrandom v0.3.4
8512026-03-30T22:44:21.909Z Downloaded crypto-bigint v0.5.5
8522026-03-30T22:44:21.912Z Downloaded libsw v3.5.0
8532026-03-30T22:44:21.915Z Downloaded newtype-uuid v1.3.2
8542026-03-30T22:44:21.915Z Downloaded nanorand v0.7.0
8552026-03-30T22:44:21.915Z Downloaded packed_struct_codegen v0.10.1
8562026-03-30T22:44:21.915Z Downloaded openssl-macros v0.1.1
8572026-03-30T22:44:21.919Z Downloaded parse-display v0.10.0
8582026-03-30T22:44:21.920Z Downloaded parse-size v1.1.0
8592026-03-30T22:44:21.920Z Downloaded num-iter v0.1.45
8602026-03-30T22:44:21.920Z Downloaded lock_api v0.4.14
8612026-03-30T22:44:21.922Z Downloaded opaque-debug v0.3.1
8622026-03-30T22:44:21.922Z Downloaded oso-derive v0.27.3
8632026-03-30T22:44:21.923Z Downloaded olpc-cjson v0.1.4
8642026-03-30T22:44:21.923Z Downloaded multer v3.1.0
8652026-03-30T22:44:21.925Z Downloaded ingot-macros v0.1.1
8662026-03-30T22:44:21.926Z Downloaded aes v0.8.4
8672026-03-30T22:44:21.928Z Downloaded diesel-dtrace v0.5.0
8682026-03-30T22:44:21.928Z Downloaded darling v0.20.11
8692026-03-30T22:44:21.931Z Downloaded derive_more v0.99.20
8702026-03-30T22:44:21.934Z Downloaded pbkdf2 v0.12.2
8712026-03-30T22:44:21.937Z Downloaded nu-ansi-term v0.50.3
8722026-03-30T22:44:21.937Z Downloaded fatfs v0.3.6
8732026-03-30T22:44:21.940Z Downloaded num-rational v0.4.2
8742026-03-30T22:44:21.955Z Downloaded phf_shared v0.13.1
8752026-03-30T22:44:21.958Z Downloaded base64 v0.22.1
8762026-03-30T22:44:21.961Z Downloaded pbkdf2 v0.11.0
8772026-03-30T22:44:21.961Z Downloaded path-slash v0.1.5
8782026-03-30T22:44:21.961Z Downloaded num_enum_derive v0.7.5
8792026-03-30T22:44:21.964Z Downloaded num_enum v0.5.11
8802026-03-30T22:44:21.967Z Downloaded peg-runtime v0.8.5
8812026-03-30T22:44:21.967Z Downloaded num-complex v0.4.6
8822026-03-30T22:44:21.967Z Downloaded memmap2 v0.9.10
8832026-03-30T22:44:21.970Z Downloaded crossbeam-channel v0.5.15
8842026-03-30T22:44:21.971Z Downloaded heapless v0.7.17
8852026-03-30T22:44:21.973Z Downloaded powerfmt v0.2.0
8862026-03-30T22:44:21.976Z Downloaded oxnet v0.1.4
8872026-03-30T22:44:21.976Z Downloaded num-integer v0.1.46
8882026-03-30T22:44:21.979Z Downloaded bumpalo v3.20.2
8892026-03-30T22:44:21.979Z Downloaded mime_guess v2.0.5
8902026-03-30T22:44:21.982Z Downloaded phf_shared v0.12.1
8912026-03-30T22:44:21.982Z Downloaded pin-utils v0.1.0
8922026-03-30T22:44:21.985Z Downloaded const_format v0.2.35
8932026-03-30T22:44:21.985Z Downloaded indexmap v1.9.3
8942026-03-30T22:44:21.987Z Downloaded predicates-tree v1.0.13
8952026-03-30T22:44:21.990Z Downloaded precomputed-hash v0.1.1
8962026-03-30T22:44:21.990Z Downloaded phf_shared v0.11.3
8972026-03-30T22:44:21.990Z Downloaded parking_lot_core v0.8.6
8982026-03-30T22:44:21.993Z Downloaded iana-time-zone v0.1.65
8992026-03-30T22:44:21.993Z Downloaded diff v0.1.13
9002026-03-30T22:44:21.996Z Downloaded password-hash v0.5.0
9012026-03-30T22:44:22.000Z Downloaded futures v0.3.32
9022026-03-30T22:44:22.004Z Downloaded litrs v1.0.0
9032026-03-30T22:44:22.005Z Downloaded password-hash v0.4.2
9042026-03-30T22:44:22.005Z Downloaded progenitor-client v0.10.0
9052026-03-30T22:44:22.009Z Downloaded proc-macro-crate v1.3.1
9062026-03-30T22:44:22.009Z Downloaded peg-macros v0.8.5
9072026-03-30T22:44:22.009Z Downloaded parse-display-derive v0.10.0
9082026-03-30T22:44:22.009Z Downloaded libsw-core v0.3.2
9092026-03-30T22:44:22.009Z Downloaded progenitor-macro v0.11.2
9102026-03-30T22:44:22.012Z Downloaded predicates-core v1.0.10
9112026-03-30T22:44:22.012Z Downloaded quick-error v1.2.3
9122026-03-30T22:44:22.012Z Downloaded progenitor-macro v0.10.0
9132026-03-30T22:44:22.012Z Downloaded compact_str v0.8.1
9142026-03-30T22:44:22.012Z Downloaded libbz2-rs-sys v0.2.2
9152026-03-30T22:44:22.015Z Downloaded bzip2 v0.6.1
9162026-03-30T22:44:22.015Z Downloaded oxide-tokio-rt v0.1.3
9172026-03-30T22:44:22.017Z Downloaded phf v0.13.1
9182026-03-30T22:44:22.017Z Downloaded pem v3.0.6
9192026-03-30T22:44:22.020Z Downloaded flume v0.11.1
9202026-03-30T22:44:22.020Z Downloaded pin-project-internal v1.1.11
9212026-03-30T22:44:22.023Z Downloaded radium v0.7.0
9222026-03-30T22:44:22.023Z Downloaded darling_core v0.20.11
9232026-03-30T22:44:22.026Z Downloaded progenitor-client v0.11.2
9242026-03-30T22:44:22.029Z Downloaded owo-colors v4.3.0
9252026-03-30T22:44:22.029Z Downloaded rand_chacha v0.3.1
9262026-03-30T22:44:22.029Z Downloaded postgres-protocol v0.6.10
9272026-03-30T22:44:22.032Z Downloaded cc v1.2.56
9282026-03-30T22:44:22.035Z Downloaded paste v1.0.15
9292026-03-30T22:44:22.035Z Downloaded native-tls v0.2.18
9302026-03-30T22:44:22.038Z Downloaded base64 v0.21.7
9312026-03-30T22:44:22.041Z Downloaded diesel_derives v2.3.7
9322026-03-30T22:44:22.044Z Downloaded psl-types v2.0.11
9332026-03-30T22:44:22.044Z Downloaded progenitor-macro v0.13.0
9342026-03-30T22:44:22.047Z Downloaded indicatif v0.18.4
9352026-03-30T22:44:22.047Z Downloaded ignore v0.4.25
9362026-03-30T22:44:22.050Z Downloaded bzip2 v0.4.4
9372026-03-30T22:44:22.050Z Downloaded parking_lot v0.12.5
9382026-03-30T22:44:22.053Z Downloaded proc-macro-error-attr2 v2.0.0
9392026-03-30T22:44:22.053Z Downloaded ppv-lite86 v0.2.21
9402026-03-30T22:44:22.055Z Downloaded pkg-config v0.3.32
9412026-03-30T22:44:22.055Z Downloaded half v2.7.1
9422026-03-30T22:44:22.058Z Downloaded recursive v0.1.1
9432026-03-30T22:44:22.058Z Downloaded ref-cast-impl v1.0.25
9442026-03-30T22:44:22.058Z Downloaded clang-sys v1.8.1
9452026-03-30T22:44:22.061Z Downloaded pem-rfc7468 v0.7.0
9462026-03-30T22:44:22.061Z Downloaded num_enum v0.7.5
9472026-03-30T22:44:22.064Z Downloaded proc-macro-error2 v2.0.1
9482026-03-30T22:44:22.066Z Downloaded progenitor v0.13.0
9492026-03-30T22:44:22.066Z Downloaded poly1305 v0.8.0
9502026-03-30T22:44:22.069Z Downloaded recursive-proc-macro-impl v0.1.1
9512026-03-30T22:44:22.069Z Downloaded rand_xorshift v0.4.0
9522026-03-30T22:44:22.069Z Downloaded progenitor v0.10.0
9532026-03-30T22:44:22.072Z Downloaded progenitor-extras v0.1.1
9542026-03-30T22:44:22.072Z Downloaded ref-cast v1.0.25
9552026-03-30T22:44:22.075Z Downloaded headers v0.4.1
9562026-03-30T22:44:22.078Z Downloaded polyval v0.6.2
9572026-03-30T22:44:22.078Z Downloaded peg v0.8.5
9582026-03-30T22:44:22.081Z Downloaded pkcs1 v0.7.5
9592026-03-30T22:44:22.084Z Downloaded httparse v1.10.1
9602026-03-30T22:44:22.084Z Downloaded pkcs8 v0.10.2
9612026-03-30T22:44:22.087Z Downloaded pin-project-lite v0.2.17
9622026-03-30T22:44:22.089Z Downloaded phf v0.12.1
9632026-03-30T22:44:22.089Z Downloaded rustc-hash v2.1.1
9642026-03-30T22:44:22.092Z Downloaded rtoolbox v0.0.3
9652026-03-30T22:44:22.092Z Downloaded rustc_version v0.1.7
9662026-03-30T22:44:22.092Z Downloaded crossbeam-deque v0.8.6
9672026-03-30T22:44:22.092Z Downloaded rand_chacha v0.9.0
9682026-03-30T22:44:22.095Z Downloaded proc-macro-crate v3.4.0
9692026-03-30T22:44:22.095Z Downloaded postgres-types v0.2.12
9702026-03-30T22:44:22.098Z Downloaded primeorder v0.13.6
9712026-03-30T22:44:22.098Z Downloaded rfc6979 v0.4.0
9722026-03-30T22:44:22.098Z Downloaded heapless v0.8.0
9732026-03-30T22:44:22.101Z Downloaded r2d2 v0.8.10
9742026-03-30T22:44:22.104Z Downloaded const_format_proc_macros v0.2.34
9752026-03-30T22:44:22.104Z Downloaded ed25519-dalek v2.2.0
9762026-03-30T22:44:22.106Z Downloaded rand_core v0.6.4
9772026-03-30T22:44:22.107Z Downloaded progenitor-client v0.13.0
9782026-03-30T22:44:22.109Z Downloaded bitfield v0.19.4
9792026-03-30T22:44:22.109Z Downloaded parking_lot v0.11.2
9802026-03-30T22:44:22.112Z Downloaded packed_struct v0.10.1
9812026-03-30T22:44:22.115Z Downloaded aes-gcm v0.10.3
9822026-03-30T22:44:22.115Z Downloaded rustc_version v0.4.1
9832026-03-30T22:44:22.117Z Downloaded russh-cryptovec v0.7.3
9842026-03-30T22:44:22.117Z Downloaded predicates v3.1.4
9852026-03-30T22:44:22.120Z Downloaded postcard v1.1.3
9862026-03-30T22:44:22.120Z Downloaded parking_lot_core v0.9.12
9872026-03-30T22:44:22.123Z Downloaded flate2 v1.1.9
9882026-03-30T22:44:22.127Z Downloaded psm v0.1.30
9892026-03-30T22:44:22.127Z Downloaded same-file v1.0.6
9902026-03-30T22:44:22.131Z Downloaded rand_core v0.10.0
9912026-03-30T22:44:22.134Z Downloaded hickory-resolver v0.25.2
9922026-03-30T22:44:22.138Z Downloaded jiff-static v0.2.21
9932026-03-30T22:44:22.141Z Downloaded rand_seeder v0.4.0
9942026-03-30T22:44:22.141Z Downloaded progenitor v0.11.2
9952026-03-30T22:44:22.143Z Downloaded dropshot-api-manager v0.6.0
9962026-03-30T22:44:22.143Z Downloaded crossterm v0.29.0
9972026-03-30T22:44:22.147Z Downloaded salsa20 v0.10.2
9982026-03-30T22:44:22.149Z Downloaded scopeguard v1.2.0
9992026-03-30T22:44:22.149Z Downloaded scheduled-thread-pool v0.2.7
10002026-03-30T22:44:22.152Z Downloaded scrypt v0.11.0
10012026-03-30T22:44:22.152Z Downloaded sapling-renderdag v0.1.0
10022026-03-30T22:44:22.155Z Downloaded scroll_derive v0.13.1
10032026-03-30T22:44:22.158Z Downloaded hashbrown v0.12.3
10042026-03-30T22:44:22.161Z Downloaded hickory-resolver v0.24.4
10052026-03-30T22:44:22.166Z Downloaded serde_bytes v0.11.19
10062026-03-30T22:44:22.169Z Downloaded serde-big-array v0.5.1
10072026-03-30T22:44:22.169Z Downloaded semver v0.1.20
10082026-03-30T22:44:22.172Z Downloaded p256 v0.13.2
10092026-03-30T22:44:22.172Z Downloaded oso v0.27.3
10102026-03-30T22:44:22.175Z Downloaded omicron-zone-package v0.12.2
10112026-03-30T22:44:22.178Z Downloaded openssl-sys v0.9.111
10122026-03-30T22:44:22.180Z Downloaded hashbrown v0.13.2
10132026-03-30T22:44:22.180Z Downloaded seq-macro v0.3.6
10142026-03-30T22:44:22.183Z Downloaded serde_repr v0.1.20
10152026-03-30T22:44:22.183Z Downloaded resolv-conf v0.7.6
10162026-03-30T22:44:22.186Z Downloaded rustls-pemfile v1.0.4
10172026-03-30T22:44:22.186Z Downloaded secrecy v0.10.3
10182026-03-30T22:44:22.189Z Downloaded secrecy v0.8.0
10192026-03-30T22:44:22.189Z Downloaded minimal-lexical v0.2.1
10202026-03-30T22:44:22.191Z Downloaded aho-corasick v1.1.4
10212026-03-30T22:44:22.194Z Downloaded serde_plain v1.0.2
10222026-03-30T22:44:22.197Z Downloaded rustls-pemfile v2.2.0
10232026-03-30T22:44:22.199Z Downloaded rustversion v1.0.22
10242026-03-30T22:44:22.202Z Downloaded serde_urlencoded v0.7.1
10252026-03-30T22:44:22.205Z Downloaded serde_spanned v1.0.4
10262026-03-30T22:44:22.205Z Downloaded miniz_oxide v0.8.9
10272026-03-30T22:44:22.208Z Downloaded sigpipe v0.1.3
10282026-03-30T22:44:22.208Z Downloaded rand_core v0.9.5
10292026-03-30T22:44:22.208Z Downloaded quinn-udp v0.5.14
10302026-03-30T22:44:22.211Z Downloaded derive_more-impl v2.1.1
10312026-03-30T22:44:22.214Z Downloaded signature v2.2.0
10322026-03-30T22:44:22.214Z Downloaded signal-hook-mio v0.2.5
10332026-03-30T22:44:22.214Z Downloaded slog-envlogger v2.2.0
10342026-03-30T22:44:22.216Z Downloaded shell-words v1.1.1
10352026-03-30T22:44:22.216Z Downloaded scroll v0.13.0
10362026-03-30T22:44:22.216Z Downloaded progenitor-impl v0.10.0
10372026-03-30T22:44:22.221Z Downloaded siphasher v1.0.2
10382026-03-30T22:44:22.224Z Downloaded schemars_derive v0.8.22
10392026-03-30T22:44:22.224Z Downloaded slog-bunyan v2.5.0
10402026-03-30T22:44:22.229Z Downloaded pkcs5 v0.7.1
10412026-03-30T22:44:22.240Z Downloaded russh-keys v0.45.0
10422026-03-30T22:44:22.261Z Downloaded sec1 v0.7.3
10432026-03-30T22:44:22.261Z Downloaded sha1 v0.10.6
10442026-03-30T22:44:22.264Z Downloaded shlex v1.3.0
10452026-03-30T22:44:22.264Z Downloaded serde-hex v0.1.0
10462026-03-30T22:44:22.264Z Downloaded rustls-native-certs v0.8.3
10472026-03-30T22:44:22.267Z Downloaded sqlparser_derive v0.5.0
10482026-03-30T22:44:22.267Z Downloaded papergrid v0.17.0
10492026-03-30T22:44:22.272Z Downloaded ssh-encoding v0.2.0
10502026-03-30T22:44:22.274Z Downloaded rcgen v0.12.1
10512026-03-30T22:44:22.274Z Downloaded rustls-pki-types v1.14.0
10522026-03-30T22:44:22.274Z Downloaded rusty-fork v0.3.1
10532026-03-30T22:44:22.278Z Downloaded progenitor-impl v0.13.0
10542026-03-30T22:44:22.281Z Downloaded structmeta-derive v0.3.0
10552026-03-30T22:44:22.284Z Downloaded simd-adler32 v0.3.8
10562026-03-30T22:44:22.284Z Downloaded ssh-cipher v0.2.0
10572026-03-30T22:44:22.284Z Downloaded slab v0.4.12
10582026-03-30T22:44:22.287Z Downloaded hickory-server v0.25.2
10592026-03-30T22:44:22.290Z Downloaded progenitor-impl v0.11.2
10602026-03-30T22:44:22.290Z Downloaded serde_path_to_error v0.1.20
10612026-03-30T22:44:22.293Z Downloaded strum v0.27.2
10622026-03-30T22:44:22.296Z Downloaded slog-dtrace v0.3.0
10632026-03-30T22:44:22.296Z Downloaded signal-hook-tokio v0.3.1
10642026-03-30T22:44:22.300Z Downloaded snafu-derive v0.8.9
10652026-03-30T22:44:22.303Z Downloaded structmeta v0.3.0
10662026-03-30T22:44:22.306Z Downloaded strum v0.26.3
10672026-03-30T22:44:22.306Z Downloaded strip-ansi-escapes v0.2.1
10682026-03-30T22:44:22.309Z Downloaded ron v0.8.1
10692026-03-30T22:44:22.311Z Downloaded spki v0.7.3
10702026-03-30T22:44:22.314Z Downloaded smallvec v0.6.14
10712026-03-30T22:44:22.314Z Downloaded supports-color v3.0.2
10722026-03-30T22:44:22.317Z Downloaded pin-project v1.1.11
10732026-03-30T22:44:22.321Z Downloaded serde_derive_internals v0.29.1
10742026-03-30T22:44:22.323Z Downloaded sync_wrapper v1.0.2
10752026-03-30T22:44:22.323Z Downloaded serde_cbor v0.11.2
10762026-03-30T22:44:22.326Z Downloaded testing_table v0.3.0
10772026-03-30T22:44:22.326Z Downloaded termtree v0.5.1
10782026-03-30T22:44:22.326Z Downloaded sync-ptr v0.1.4
10792026-03-30T22:44:22.329Z Downloaded subtle v2.6.1
10802026-03-30T22:44:22.329Z Downloaded slog-stdlog v4.1.1
10812026-03-30T22:44:22.329Z Downloaded tabled_derive v0.11.0
10822026-03-30T22:44:22.331Z Downloaded thiserror-impl-no-std v2.0.2
10832026-03-30T22:44:22.331Z Downloaded take_mut v0.2.2
10842026-03-30T22:44:22.331Z Downloaded tabwriter v1.4.1
10852026-03-30T22:44:22.331Z Downloaded stacker v0.1.23
10862026-03-30T22:44:22.334Z Downloaded slog-json v2.6.1
10872026-03-30T22:44:22.334Z Downloaded slog-async v2.8.0
10882026-03-30T22:44:22.337Z Downloaded tap v1.0.1
10892026-03-30T22:44:22.337Z Downloaded signal-hook-registry v1.4.8
10902026-03-30T22:44:22.337Z Downloaded pretty_assertions v1.4.1
10912026-03-30T22:44:22.340Z Downloaded rustls-platform-verifier v0.6.2
10922026-03-30T22:44:22.343Z Downloaded prettyplease v0.2.37
10932026-03-30T22:44:22.347Z Downloaded prefix-trie v0.7.0
10942026-03-30T22:44:22.350Z Downloaded thread-id v5.1.0
10952026-03-30T22:44:22.350Z Downloaded smf v0.2.3
10962026-03-30T22:44:22.350Z Downloaded tinyvec_macros v0.1.1
10972026-03-30T22:44:22.350Z Downloaded slog-term v2.9.2
10982026-03-30T22:44:22.362Z Downloaded nom v7.1.3
10992026-03-30T22:44:22.368Z Downloaded mio v1.1.1
11002026-03-30T22:44:22.371Z Downloaded sqlformat v0.3.5
11012026-03-30T22:44:22.374Z Downloaded slog-scope v4.4.1
11022026-03-30T22:44:22.374Z Downloaded rand v0.8.5
11032026-03-30T22:44:22.376Z Downloaded sct v0.7.1
11042026-03-30T22:44:22.379Z Downloaded time-core v0.1.8
11052026-03-30T22:44:22.379Z Downloaded quinn v0.11.9
11062026-03-30T22:44:22.382Z Downloaded num-bigint v0.4.6
11072026-03-30T22:44:22.385Z Downloaded hyper-util v0.1.20
11082026-03-30T22:44:22.387Z Downloaded stringprep v0.1.5
11092026-03-30T22:44:22.390Z Downloaded static_assertions v1.1.0
11102026-03-30T22:44:22.390Z Downloaded strum_macros v0.27.2
11112026-03-30T22:44:22.390Z Downloaded strum_macros v0.26.4
11122026-03-30T22:44:22.393Z Downloaded strum_macros v0.24.3
11132026-03-30T22:44:22.393Z Downloaded serde_with_macros v3.17.0
11142026-03-30T22:44:22.396Z Downloaded string_cache v0.8.9
11152026-03-30T22:44:22.399Z Downloaded signal-hook v0.3.18
11162026-03-30T22:44:22.404Z Downloaded itertools v0.10.5
11172026-03-30T22:44:22.407Z Downloaded topological-sort v0.2.2
11182026-03-30T22:44:22.410Z Downloaded thread_local v1.1.9
11192026-03-30T22:44:22.410Z Downloaded schemars v0.8.22
11202026-03-30T22:44:22.416Z Downloaded tls_codec_derive v0.4.2
11212026-03-30T22:44:22.419Z Downloaded trait-variant v0.1.2
11222026-03-30T22:44:22.419Z Downloaded tower-service v0.3.3
11232026-03-30T22:44:22.419Z Downloaded tagptr v0.2.0
11242026-03-30T22:44:22.422Z Downloaded ryu v1.0.23
11252026-03-30T22:44:22.422Z Downloaded tls_codec v0.4.2
11262026-03-30T22:44:22.424Z Downloaded similar v2.7.0
11272026-03-30T22:44:22.427Z Downloaded termios v0.3.3
11282026-03-30T22:44:22.427Z Downloaded http v1.4.0
11292026-03-30T22:44:22.430Z Downloaded itertools v0.13.0
11302026-03-30T22:44:22.433Z Downloaded tower-layer v0.3.3
11312026-03-30T22:44:22.436Z Downloaded tokio-dtrace v0.1.1
11322026-03-30T22:44:22.436Z Downloaded tiny-keccak v2.0.2
11332026-03-30T22:44:22.439Z Downloaded unicode-truncate v1.1.0
11342026-03-30T22:44:22.439Z Downloaded time-macros v0.2.27
11352026-03-30T22:44:22.439Z Downloaded qorb v0.4.1
11362026-03-30T22:44:22.444Z Downloaded thiserror-no-std v2.0.2
11372026-03-30T22:44:22.448Z Downloaded spin v0.9.8
11382026-03-30T22:44:22.448Z Downloaded futures-util v0.3.32
11392026-03-30T22:44:22.452Z Downloaded tokio-rustls v0.25.0
11402026-03-30T22:44:22.454Z Downloaded universal-hash v0.5.1
11412026-03-30T22:44:22.455Z Downloaded tokio-native-tls v0.3.1
11422026-03-30T22:44:22.457Z Downloaded unarray v0.1.4
11432026-03-30T22:44:22.461Z Downloaded typify-macro v0.6.1
11442026-03-30T22:44:22.473Z Downloaded utf-8 v0.7.6
11452026-03-30T22:44:22.476Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11462026-03-30T22:44:22.476Z Downloaded term v0.7.0
11472026-03-30T22:44:22.479Z Downloaded typify-macro v0.4.3
11482026-03-30T22:44:22.479Z Downloaded support-bundle-viewer v0.1.2
11492026-03-30T22:44:22.479Z Downloaded untrusted v0.9.0
11502026-03-30T22:44:22.481Z Downloaded schemars v0.9.0
11512026-03-30T22:44:22.486Z Downloaded usdt-attr-macro v0.6.0
11522026-03-30T22:44:22.489Z Downloaded try-lock v0.2.5
11532026-03-30T22:44:22.489Z Downloaded void v1.0.2
11542026-03-30T22:44:22.489Z Downloaded serde_yaml v0.9.34+deprecated
11552026-03-30T22:44:22.492Z Downloaded tui-tree-widget v0.23.1
11562026-03-30T22:44:22.492Z Downloaded term v1.2.1
11572026-03-30T22:44:22.494Z Downloaded samael v0.0.19
11582026-03-30T22:44:22.497Z Downloaded rayon-core v1.13.0
11592026-03-30T22:44:22.501Z Downloaded tokio-tungstenite v0.23.1
11602026-03-30T22:44:22.501Z Downloaded tokio-macros v2.6.0
11612026-03-30T22:44:22.501Z Downloaded slog v2.8.2
11622026-03-30T22:44:22.504Z Downloaded usdt v0.6.0
11632026-03-30T22:44:22.504Z Downloaded unit-prefix v0.5.2
11642026-03-30T22:44:22.504Z Downloaded want v0.3.1
11652026-03-30T22:44:22.506Z Downloaded itertools v0.14.0
11662026-03-30T22:44:22.509Z Downloaded itertools v0.12.1
11672026-03-30T22:44:22.512Z Downloaded xattr v1.6.1
11682026-03-30T22:44:22.515Z Downloaded socket2 v0.6.2
11692026-03-30T22:44:22.515Z Downloaded num-bigint-dig v0.8.6
11702026-03-30T22:44:22.517Z Downloaded tokio-stream v0.1.18
11712026-03-30T22:44:22.520Z Downloaded tokio-tungstenite v0.21.0
11722026-03-30T22:44:22.520Z Downloaded tokio-rustls v0.24.1
11732026-03-30T22:44:22.523Z Downloaded libxml v0.3.3
11742026-03-30T22:44:22.526Z Downloaded tokio-rustls v0.26.4
11752026-03-30T22:44:22.529Z Downloaded hashbrown v0.15.5
11762026-03-30T22:44:22.529Z Downloaded rustls-webpki v0.103.9
11772026-03-30T22:44:22.531Z Downloaded untrusted v0.7.1
11782026-03-30T22:44:22.534Z Downloaded waitgroup v0.1.2
11792026-03-30T22:44:22.538Z Downloaded toml_writer v1.0.6+spec-1.1.0
11802026-03-30T22:44:22.542Z Downloaded toml_parser v1.0.9+spec-1.1.0
11812026-03-30T22:44:22.545Z Downloaded socket2 v0.5.10
11822026-03-30T22:44:22.550Z Downloaded rsa v0.9.10
11832026-03-30T22:44:22.553Z Downloaded vergen-lib v0.1.6
11842026-03-30T22:44:22.555Z Downloaded zone_cfg_derive v0.3.1
11852026-03-30T22:44:22.555Z Downloaded uzers v0.12.2
11862026-03-30T22:44:22.555Z Downloaded xshell-macros v0.2.7
11872026-03-30T22:44:22.556Z Downloaded publicsuffix v2.3.0
11882026-03-30T22:44:22.558Z Downloaded iddqd v0.3.17
11892026-03-30T22:44:22.563Z Downloaded whoami v1.6.1
11902026-03-30T22:44:22.563Z Downloaded tinyvec v1.10.0
11912026-03-30T22:44:22.566Z Downloaded unicase v2.9.0
11922026-03-30T22:44:22.569Z Downloaded twox-hash v2.1.2
11932026-03-30T22:44:22.576Z Downloaded unicode-properties v0.1.4
11942026-03-30T22:44:22.579Z Downloaded whoami v2.1.0
11952026-03-30T22:44:22.579Z Downloaded zeroize_derive v1.4.3
11962026-03-30T22:44:22.582Z Downloaded wyz v0.5.1
11972026-03-30T22:44:22.582Z Downloaded subprocess v0.2.15
11982026-03-30T22:44:22.586Z Downloaded usdt-macro v0.6.0
11992026-03-30T22:44:22.589Z Downloaded xz2 v0.1.7
12002026-03-30T22:44:22.592Z Downloaded aws-lc-rs v1.16.0
12012026-03-30T22:44:22.595Z Downloaded xshell v0.2.7
12022026-03-30T22:44:22.598Z Downloaded vergen-gitcl v1.0.8
12032026-03-30T22:44:22.598Z Downloaded vergen-git2 v1.0.7
12042026-03-30T22:44:22.599Z Downloaded blake3 v1.8.3
12052026-03-30T22:44:22.603Z Downloaded zone v0.3.1
12062026-03-30T22:44:22.605Z Downloaded toml v0.7.8
12072026-03-30T22:44:22.606Z Downloaded bitvec v1.0.1
12082026-03-30T22:44:22.613Z Downloaded vsss-rs v3.3.4
12092026-03-30T22:44:22.616Z Downloaded bindgen v0.71.1
12102026-03-30T22:44:22.619Z Downloaded zeroize v1.8.2
12112026-03-30T22:44:22.619Z Downloaded zstd v0.13.3
12122026-03-30T22:44:22.619Z Downloaded vergen v9.0.6
12132026-03-30T22:44:22.622Z Downloaded test-strategy v0.4.5
12142026-03-30T22:44:22.622Z Downloaded rustyline v14.0.0
12152026-03-30T22:44:22.625Z Downloaded wait-timeout v0.2.1
12162026-03-30T22:44:22.628Z Downloaded tungstenite v0.21.0
12172026-03-30T22:44:22.632Z Downloaded zstd-safe v7.2.4
12182026-03-30T22:44:22.634Z Downloaded walkdir v2.5.0
12192026-03-30T22:44:22.637Z Downloaded hyper v1.8.1
12202026-03-30T22:44:22.640Z Downloaded unsafe-libyaml v0.2.11
12212026-03-30T22:44:22.643Z Downloaded rpassword v7.4.0
12222026-03-30T22:44:22.646Z Downloaded chrono v0.4.44
12232026-03-30T22:44:22.650Z Downloaded rand v0.9.2
12242026-03-30T22:44:22.655Z Downloaded yasna v0.5.2
12252026-03-30T22:44:22.659Z Downloaded steno v0.4.1
12262026-03-30T22:44:22.664Z Downloaded rand v0.10.0
12272026-03-30T22:44:22.673Z Downloaded unicode-bidi v0.3.18
12282026-03-30T22:44:22.680Z Downloaded usdt-impl v0.6.0
12292026-03-30T22:44:22.683Z Downloaded ron v0.12.0
12302026-03-30T22:44:22.689Z Downloaded tokio-postgres v0.7.16
12312026-03-30T22:44:22.692Z Downloaded toml v0.9.12+spec-1.1.0
12322026-03-30T22:44:22.695Z Downloaded h2 v0.4.13
12332026-03-30T22:44:22.697Z Downloaded p384 v0.13.1
12342026-03-30T22:44:22.702Z Downloaded tar v0.4.45
12352026-03-30T22:44:22.705Z Downloaded toml_edit v0.19.15
12362026-03-30T22:44:22.709Z Downloaded tracing-attributes v0.1.31
12372026-03-30T22:44:22.714Z Downloaded snafu v0.8.9
12382026-03-30T22:44:22.717Z Downloaded regex v1.12.3
12392026-03-30T22:44:22.720Z Downloaded reqwest v0.12.28
12402026-03-30T22:44:22.723Z Downloaded russh v0.45.0
12412026-03-30T22:44:22.728Z Downloaded typify v0.4.3
12422026-03-30T22:44:22.728Z Downloaded unicode_categories v0.1.1
12432026-03-30T22:44:22.731Z Downloaded p521 v0.13.3
12442026-03-30T22:44:22.731Z Downloaded reedline v0.40.0
12452026-03-30T22:44:22.734Z Downloaded tungstenite v0.23.0
12462026-03-30T22:44:22.737Z Downloaded libm v0.2.16
12472026-03-30T22:44:22.740Z Downloaded hkdf v0.12.4
12482026-03-30T22:44:22.752Z Downloaded unicode-segmentation v1.12.0
12492026-03-30T22:44:22.756Z Downloaded toml_edit v0.23.10+spec-1.0.0
12502026-03-30T22:44:22.759Z Downloaded schemars v1.2.1
12512026-03-30T22:44:22.765Z Downloaded yansi v1.0.1
12522026-03-30T22:44:22.770Z Downloaded portable-atomic v1.13.1
12532026-03-30T22:44:22.774Z Downloaded rustls-webpki v0.101.7
12542026-03-30T22:44:22.782Z Downloaded vte v0.14.1
12552026-03-30T22:44:22.785Z Downloaded tracing-core v0.1.36
12562026-03-30T22:44:22.785Z Downloaded typed-path v0.9.3
12572026-03-30T22:44:22.788Z Downloaded typify v0.6.1
12582026-03-30T22:44:22.791Z Downloaded x509-cert v0.2.5
12592026-03-30T22:44:22.794Z Downloaded tower v0.5.3
12602026-03-30T22:44:22.798Z Downloaded moka v0.12.13
12612026-03-30T22:44:22.802Z Downloaded iri-string v0.7.10
12622026-03-30T22:44:22.808Z Downloaded zerocopy-derive v0.8.40
12632026-03-30T22:44:22.812Z Downloaded unicode-normalization v0.1.25
12642026-03-30T22:44:22.815Z Downloaded lalrpop v0.19.12
12652026-03-30T22:44:22.820Z Downloaded zopfli v0.8.3
12662026-03-30T22:44:22.824Z Downloaded quick-xml v0.37.5
12672026-03-30T22:44:22.827Z Downloaded tokio-util v0.7.18
12682026-03-30T22:44:22.830Z Downloaded tower-http v0.6.8
12692026-03-30T22:44:22.837Z Downloaded ssh-key v0.6.7
12702026-03-30T22:44:22.852Z Downloaded zerocopy v0.6.6
12712026-03-30T22:44:22.854Z Downloaded zip v0.6.6
12722026-03-30T22:44:22.864Z Downloaded uuid v1.21.0
12732026-03-30T22:44:22.874Z Downloaded serde_with v3.17.0
12742026-03-30T22:44:22.890Z Downloaded polar-core v0.27.3
12752026-03-30T22:44:22.906Z Downloaded quinn-proto v0.11.13
12762026-03-30T22:44:22.917Z Downloaded rayon v1.11.0
12772026-03-30T22:44:22.922Z Downloaded winnow v0.6.26
12782026-03-30T22:44:22.927Z Downloaded nix v0.29.0
12792026-03-30T22:44:22.935Z Downloaded reqwest v0.13.2
12802026-03-30T22:44:22.940Z Downloaded bstr v1.12.1
12812026-03-30T22:44:22.958Z Downloaded salty v0.3.0
12822026-03-30T22:44:22.965Z Downloaded smoltcp v0.9.1
12832026-03-30T22:44:22.972Z Downloaded hickory-proto v0.24.4
12842026-03-30T22:44:22.981Z Downloaded zlib-rs v0.6.2
12852026-03-30T22:44:22.984Z Downloaded vcpkg v0.2.15
12862026-03-30T22:44:23.008Z Downloaded zip v4.6.1
12872026-03-30T22:44:23.010Z Downloaded regress v0.10.5
12882026-03-30T22:44:23.016Z Downloaded rustls v0.21.12
12892026-03-30T22:44:23.022Z Downloaded tough v0.20.0
12902026-03-30T22:44:23.028Z Downloaded webpki-roots v1.0.6
12912026-03-30T22:44:23.031Z Downloaded proptest v1.10.0
12922026-03-30T22:44:23.035Z Downloaded regex-syntax v0.8.10
12932026-03-30T22:44:23.040Z Downloaded goblin v0.10.5
12942026-03-30T22:44:23.044Z Downloaded rustls-webpki v0.102.8
12952026-03-30T22:44:23.056Z Downloaded git2 v0.20.4
12962026-03-30T22:44:23.066Z Downloaded petname v2.0.2
12972026-03-30T22:44:23.070Z Downloaded rustix v0.38.44
12982026-03-30T22:44:23.101Z Downloaded sqlparser v0.61.0
12992026-03-30T22:44:23.108Z Downloaded winnow v0.5.40
13002026-03-30T22:44:23.117Z Downloaded object v0.30.4
13012026-03-30T22:44:23.122Z Downloaded curve25519-dalek v4.1.3
13022026-03-30T22:44:23.128Z Downloaded radix_trie v0.2.1
13032026-03-30T22:44:23.134Z Downloaded nix v0.27.1
13042026-03-30T22:44:23.140Z Downloaded sled v0.34.7
13052026-03-30T22:44:23.147Z Downloaded ratatui v0.29.0
13062026-03-30T22:44:23.163Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-03-30T22:44:23.171Z Downloaded tabled v0.20.0
13082026-03-30T22:44:23.180Z Downloaded openssl v0.10.75
13092026-03-30T22:44:23.186Z Downloaded zerocopy-derive v0.6.6
13102026-03-30T22:44:23.207Z Downloaded time v0.3.47
13112026-03-30T22:44:23.218Z Downloaded chrono-tz v0.10.4
13122026-03-30T22:44:23.230Z Downloaded regex-syntax v0.6.29
13132026-03-30T22:44:23.243Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-03-30T22:44:23.253Z Downloaded libz-sys v1.1.24
13152026-03-30T22:44:23.267Z Downloaded dropshot v0.16.7
13162026-03-30T22:44:23.279Z Downloaded nix v0.31.1
13172026-03-30T22:44:23.286Z Downloaded nix v0.28.0
13182026-03-30T22:44:23.292Z Downloaded object v0.37.3
13192026-03-30T22:44:23.303Z Downloaded rustls v0.22.4
13202026-03-30T22:44:23.310Z Downloaded smoltcp v0.11.0
13212026-03-30T22:44:23.317Z Downloaded openapiv3 v2.2.0
13222026-03-30T22:44:23.323Z Downloaded zerocopy v0.8.40
13232026-03-30T22:44:23.354Z Downloaded ring v0.17.14
13242026-03-30T22:44:23.378Z Downloaded hickory-proto v0.25.2
13252026-03-30T22:44:23.387Z Downloaded diesel v2.3.7
13262026-03-30T22:44:23.398Z Downloaded rustls v0.23.37
13272026-03-30T22:44:23.492Z Downloaded typify-impl v0.6.1
13282026-03-30T22:44:23.510Z Downloaded tracing v0.1.44
13292026-03-30T22:44:23.536Z Downloaded typify-impl v0.4.3
13302026-03-30T22:44:23.582Z Downloaded regex-automata v0.4.14
13312026-03-30T22:44:23.617Z Downloaded petgraph v0.6.5
13322026-03-30T22:44:23.639Z Downloaded jiff v0.2.21
13332026-03-30T22:44:23.652Z Downloaded lzma-sys v0.1.20
13342026-03-30T22:44:23.668Z Downloaded petgraph v0.8.3
13352026-03-30T22:44:23.681Z Downloaded csv v1.4.0
13362026-03-30T22:44:23.704Z Downloaded sha3 v0.10.8
13372026-03-30T22:44:23.721Z Downloaded tokio v1.49.0
13382026-03-30T22:44:23.783Z Downloaded encoding_rs v0.8.35
13392026-03-30T22:44:23.813Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-30T22:44:23.956Z Downloaded aws-lc-sys v0.37.1
13412026-03-30T22:44:24.204Z Compiling libc v0.2.180
13422026-03-30T22:44:24.204Z Compiling serde v1.0.228
13432026-03-30T22:44:24.207Z Compiling log v0.4.29
13442026-03-30T22:44:24.207Z Compiling find-msvc-tools v0.1.9
13452026-03-30T22:44:24.207Z Compiling shlex v1.3.0
13462026-03-30T22:44:24.207Z Compiling smallvec v1.15.1
13472026-03-30T22:44:24.349Z Compiling syn v2.0.117
13482026-03-30T22:44:24.352Z Compiling typenum v1.19.0
13492026-03-30T22:44:24.597Z Compiling generic-array v0.14.7
13502026-03-30T22:44:24.597Z Compiling subtle v2.6.1
13512026-03-30T22:44:24.600Z Compiling scopeguard v1.2.0
13522026-03-30T22:44:24.666Z Compiling portable-atomic v1.13.1
13532026-03-30T22:44:24.736Z Compiling lock_api v0.4.14
13542026-03-30T22:44:24.784Z Compiling const-oid v0.9.6
13552026-03-30T22:44:24.809Z Compiling critical-section v1.2.0
13562026-03-30T22:44:24.869Z Compiling zerocopy v0.8.40
13572026-03-30T22:44:24.927Z Compiling parking_lot_core v0.9.12
13582026-03-30T22:44:24.968Z Compiling serde_json v1.0.149
13592026-03-30T22:44:25.173Z Compiling pin-project-lite v0.2.17
13602026-03-30T22:44:25.276Z Compiling getrandom v0.2.17
13612026-03-30T22:44:25.291Z Compiling jobserver v0.1.34
13622026-03-30T22:44:25.335Z Compiling errno v0.3.14
13632026-03-30T22:44:25.498Z Compiling cc v1.2.56
13642026-03-30T22:44:25.517Z Compiling rand_core v0.6.4
13652026-03-30T22:44:25.544Z Compiling signal-hook-registry v1.4.8
13662026-03-30T22:44:25.669Z Compiling once_cell v1.21.3
13672026-03-30T22:44:25.694Z Compiling pkg-config v0.3.32
13682026-03-30T22:44:25.710Z Compiling parking_lot v0.12.5
13692026-03-30T22:44:25.793Z Compiling mio v1.1.1
13702026-03-30T22:44:25.822Z Compiling bitflags v2.11.0
13712026-03-30T22:44:25.886Z Compiling libm v0.2.16
13722026-03-30T22:44:26.059Z Compiling num-traits v0.2.19
13732026-03-30T22:44:26.082Z Compiling futures-core v0.3.32
13742026-03-30T22:44:26.257Z Compiling socket2 v0.6.2
13752026-03-30T22:44:26.260Z Compiling percent-encoding v2.3.2
13762026-03-30T22:44:26.285Z Compiling allocator-api2 v0.2.21
13772026-03-30T22:44:26.382Z Compiling futures-sink v0.3.32
13782026-03-30T22:44:26.521Z Compiling cpufeatures v0.2.17
13792026-03-30T22:44:26.524Z Compiling foldhash v0.2.0
13802026-03-30T22:44:26.608Z Compiling futures-channel v0.3.32
13812026-03-30T22:44:26.674Z Compiling getrandom v0.4.1
13822026-03-30T22:44:26.758Z Compiling hashbrown v0.16.1
13832026-03-30T22:44:26.782Z Compiling futures-task v0.3.32
13842026-03-30T22:44:26.834Z Compiling slab v0.4.12
13852026-03-30T22:44:26.854Z Compiling futures-io v0.3.32
13862026-03-30T22:44:26.973Z Compiling rand_core v0.10.0
13872026-03-30T22:44:27.043Z Compiling rustversion v1.0.22
13882026-03-30T22:44:27.073Z Compiling getrandom v0.3.4
13892026-03-30T22:44:27.167Z Compiling form_urlencoded v1.2.2
13902026-03-30T22:44:27.362Z Compiling synstructure v0.13.2
13912026-03-30T22:44:27.389Z Compiling indexmap v2.13.0
13922026-03-30T22:44:27.402Z Compiling cmake v0.1.57
13932026-03-30T22:44:27.416Z Compiling base64ct v1.8.3
13942026-03-30T22:44:27.699Z Compiling ident_case v1.0.1
13952026-03-30T22:44:27.727Z Compiling fs_extra v1.3.0
13962026-03-30T22:44:27.838Z Compiling dunce v1.0.5
13972026-03-30T22:44:27.851Z Compiling pem-rfc7468 v0.7.0
13982026-03-30T22:44:27.951Z Compiling flagset v0.4.7
13992026-03-30T22:44:28.017Z Compiling aws-lc-sys v0.37.1
14002026-03-30T22:44:28.019Z Compiling rand_core v0.9.5
14012026-03-30T22:44:28.089Z Compiling iana-time-zone v0.1.65
14022026-03-30T22:44:28.089Z Compiling rustix v1.1.3
14032026-03-30T22:44:28.116Z Compiling uuid v1.21.0
14042026-03-30T22:44:28.130Z Compiling ring v0.17.14
14052026-03-30T22:44:28.173Z Compiling rustc_version v0.4.1
14062026-03-30T22:44:28.306Z Compiling vcpkg v0.2.15
14072026-03-30T22:44:28.324Z Compiling aws-lc-rs v1.16.0
14082026-03-30T22:44:28.526Z Compiling regex-syntax v0.8.10
14092026-03-30T22:44:28.630Z Compiling tracing-core v0.1.36
14102026-03-30T22:44:28.848Z Compiling crossbeam-utils v0.8.21
14112026-03-30T22:44:29.074Z Compiling openssl-sys v0.9.111
14122026-03-30T22:44:29.130Z Compiling serde_derive v1.0.228
14132026-03-30T22:44:29.150Z Compiling zeroize_derive v1.4.3
14142026-03-30T22:44:29.198Z Compiling zerofrom-derive v0.1.6
14152026-03-30T22:44:29.618Z Compiling yoke-derive v0.8.1
14162026-03-30T22:44:29.816Z Compiling zeroize v1.8.2
14172026-03-30T22:44:29.911Z Compiling zerocopy-derive v0.8.40
14182026-03-30T22:44:30.616Z Compiling crypto-common v0.1.7
14192026-03-30T22:44:30.631Z Compiling zerofrom v0.1.6
14202026-03-30T22:44:30.764Z Compiling block-buffer v0.10.4
14212026-03-30T22:44:30.777Z Compiling zerovec-derive v0.11.2
14222026-03-30T22:44:30.796Z Compiling yoke v0.8.1
14232026-03-30T22:44:30.881Z Compiling displaydoc v0.2.5
14242026-03-30T22:44:30.939Z Compiling digest v0.10.7
14252026-03-30T22:44:30.991Z Compiling tokio-macros v2.6.0
14262026-03-30T22:44:31.194Z Compiling hmac v0.12.1
14272026-03-30T22:44:31.370Z Compiling futures-macro v0.3.32
14282026-03-30T22:44:31.660Z Compiling zerotrie v0.2.3
14292026-03-30T22:44:31.744Z Compiling block-padding v0.3.3
14302026-03-30T22:44:31.887Z Compiling zerovec v0.11.5
14312026-03-30T22:44:31.915Z Compiling inout v0.1.4
14322026-03-30T22:44:31.975Z Compiling sha2 v0.10.9
14332026-03-30T22:44:32.097Z Compiling cipher v0.4.4
14342026-03-30T22:44:32.233Z Compiling futures-util v0.3.32
14352026-03-30T22:44:32.367Z Compiling tinystr v0.8.2
14362026-03-30T22:44:32.402Z Compiling potential_utf v0.1.4
14372026-03-30T22:44:32.580Z Compiling icu_locale_core v2.1.1
14382026-03-30T22:44:32.584Z Compiling icu_collections v2.1.1
14392026-03-30T22:44:32.675Z Compiling bytes v1.11.1
14402026-03-30T22:44:33.078Z Compiling der_derive v0.7.3
14412026-03-30T22:44:33.282Z Compiling tokio v1.49.0
14422026-03-30T22:44:33.345Z Compiling icu_provider v2.1.1
14432026-03-30T22:44:33.455Z Compiling http v1.4.0
14442026-03-30T22:44:33.571Z Compiling chrono v0.4.44
14452026-03-30T22:44:33.650Z Compiling icu_normalizer v2.1.1
14462026-03-30T22:44:34.030Z Compiling icu_properties v2.1.2
14472026-03-30T22:44:34.201Z Compiling der v0.7.10
14482026-03-30T22:44:34.378Z Compiling ppv-lite86 v0.2.21
14492026-03-30T22:44:34.412Z Compiling salsa20 v0.10.2
14502026-03-30T22:44:34.503Z Compiling pbkdf2 v0.12.2
14512026-03-30T22:44:34.560Z Compiling thiserror-impl v2.0.18
14522026-03-30T22:44:34.629Z Compiling scrypt v0.11.0
14532026-03-30T22:44:34.702Z Compiling rand_chacha v0.9.0
14542026-03-30T22:44:34.894Z Compiling idna_adapter v1.2.1
14552026-03-30T22:44:34.946Z Compiling aes v0.8.4
14562026-03-30T22:44:35.045Z Compiling idna v1.1.0
14572026-03-30T22:44:35.121Z Compiling spki v0.7.3
14582026-03-30T22:44:35.342Z Compiling url v2.5.8
14592026-03-30T22:44:35.402Z Compiling cbc v0.1.2
14602026-03-30T22:44:35.416Z Compiling rustls-pki-types v1.14.0
14612026-03-30T22:44:35.564Z Compiling tracing-attributes v0.1.31
14622026-03-30T22:44:35.695Z Compiling pkcs5 v0.7.1
14632026-03-30T22:44:35.866Z Compiling rand v0.9.2
14642026-03-30T22:44:35.886Z Compiling thiserror v2.0.18
14652026-03-30T22:44:36.005Z Compiling http-body v1.0.1
14662026-03-30T22:44:36.091Z Compiling pest_generator v2.8.6
14672026-03-30T22:44:36.134Z Compiling serde_derive_internals v0.29.1
14682026-03-30T22:44:36.166Z Compiling schemars v0.8.22
14692026-03-30T22:44:36.180Z Compiling openssl-probe v0.2.1
14702026-03-30T22:44:36.363Z Compiling base64 v0.22.1
14712026-03-30T22:44:36.377Z Compiling syn v1.0.109
14722026-03-30T22:44:36.695Z Compiling httparse v1.10.1
14732026-03-30T22:44:36.698Z Compiling untrusted v0.9.0
14742026-03-30T22:44:36.746Z Compiling untrusted v0.7.1
14752026-03-30T22:44:36.836Z Compiling pest_derive v2.8.6
14762026-03-30T22:44:36.880Z Compiling tracing v0.1.44
14772026-03-30T22:44:37.041Z Compiling tokio-util v0.7.18
14782026-03-30T22:44:37.074Z Compiling schemars_derive v0.8.22
14792026-03-30T22:44:37.225Z Compiling pkcs8 v0.10.2
14802026-03-30T22:44:37.270Z Compiling scroll_derive v0.13.1
14812026-03-30T22:44:37.452Z Compiling darling_core v0.20.11
14822026-03-30T22:44:37.545Z Compiling tinyvec_macros v0.1.1
14832026-03-30T22:44:37.626Z Compiling tower-layer v0.3.3
14842026-03-30T22:44:37.800Z Compiling rustls v0.23.37
14852026-03-30T22:44:37.981Z Compiling dyn-clone v1.0.20
14862026-03-30T22:44:38.068Z Compiling atomic-waker v1.1.2
14872026-03-30T22:44:38.083Z Compiling tower-service v0.3.3
14882026-03-30T22:44:38.153Z Compiling try-lock v0.2.5
14892026-03-30T22:44:38.188Z Compiling h2 v0.4.13
14902026-03-30T22:44:38.201Z Compiling scroll v0.13.0
14912026-03-30T22:44:38.241Z Compiling want v0.3.1
14922026-03-30T22:44:38.413Z Compiling tinyvec v1.10.0
14932026-03-30T22:44:38.762Z Compiling ipnet v2.11.0
14942026-03-30T22:44:38.778Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-30T22:44:38.934Z Compiling spin v0.9.8
14962026-03-30T22:44:39.159Z Compiling aho-corasick v1.1.4
14972026-03-30T22:44:39.173Z Compiling num-conv v0.2.0
14982026-03-30T22:44:39.260Z Compiling openssl v0.10.75
14992026-03-30T22:44:39.313Z Compiling pin-utils v0.1.0
15002026-03-30T22:44:39.396Z Compiling httpdate v1.0.3
15012026-03-30T22:44:39.502Z Compiling powerfmt v0.2.0
15022026-03-30T22:44:39.600Z Compiling foreign-types-shared v0.1.1
15032026-03-30T22:44:39.632Z Compiling time-core v0.1.8
15042026-03-30T22:44:39.699Z Compiling crc32fast v1.5.0
15052026-03-30T22:44:39.731Z Compiling foreign-types v0.3.2
15062026-03-30T22:44:39.735Z Compiling darling_macro v0.20.11
15072026-03-30T22:44:39.787Z Compiling time-macros v0.2.27
15082026-03-30T22:44:39.801Z Compiling deranged v0.5.8
15092026-03-30T22:44:40.026Z Compiling regex-automata v0.4.14
15102026-03-30T22:44:40.221Z Compiling darling v0.20.11
15112026-03-30T22:44:40.317Z Compiling tempfile v3.25.0
15122026-03-30T22:44:40.779Z Compiling goblin v0.10.5
15132026-03-30T22:44:40.852Z Compiling openssl-macros v0.1.1
15142026-03-30T22:44:41.252Z Compiling hyper v1.8.1
15152026-03-30T22:44:41.380Z Compiling thiserror-impl v1.0.69
15162026-03-30T22:44:42.112Z Compiling wait-timeout v0.2.1
15172026-03-30T22:44:42.395Z Compiling quick-error v1.2.3
15182026-03-30T22:44:42.459Z Compiling native-tls v0.2.18
15192026-03-30T22:44:42.512Z Compiling siphasher v1.0.2
15202026-03-30T22:44:42.670Z Compiling usdt-impl v0.6.0
15212026-03-30T22:44:42.700Z Compiling simd-adler32 v0.3.8
15222026-03-30T22:44:42.714Z Compiling num_threads v0.1.7
15232026-03-30T22:44:42.823Z Compiling bit-vec v0.8.0
15242026-03-30T22:44:42.886Z Compiling either v1.15.0
15252026-03-30T22:44:42.950Z Compiling time v0.3.47
15262026-03-30T22:44:42.963Z Compiling thiserror v1.0.69
15272026-03-30T22:44:43.066Z Compiling bit-set v0.8.0
15282026-03-30T22:44:43.099Z Compiling rusty-fork v0.3.1
15292026-03-30T22:44:43.113Z Compiling hyper-util v0.1.20
15302026-03-30T22:44:43.428Z Compiling derive_builder_core v0.20.2
15312026-03-30T22:44:44.205Z Compiling dof v0.4.0
15322026-03-30T22:44:44.515Z Compiling unicode-normalization v0.1.25
15332026-03-30T22:44:44.533Z Compiling crossbeam-epoch v0.9.18
15342026-03-30T22:44:44.844Z Compiling dtrace-parser v0.3.0
15352026-03-30T22:44:44.866Z Compiling rustls-native-certs v0.8.3
15362026-03-30T22:44:44.974Z Compiling signature v2.2.0
15372026-03-30T22:44:45.092Z Compiling scroll_derive v0.12.1
15382026-03-30T22:44:45.161Z Compiling heapless v0.7.17
15392026-03-30T22:44:45.161Z Compiling rand_xorshift v0.4.0
15402026-03-30T22:44:45.350Z Compiling slog v2.8.2
15412026-03-30T22:44:45.378Z Compiling darling_core v0.21.3
15422026-03-30T22:44:45.408Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-30T22:44:45.544Z Compiling sync_wrapper v1.0.2
15442026-03-30T22:44:45.593Z Compiling thread-id v5.1.0
15452026-03-30T22:44:45.663Z Compiling cookie v0.18.1
15462026-03-30T22:44:45.688Z Compiling adler2 v2.0.1
15472026-03-30T22:44:45.688Z Compiling signal-hook v0.3.18
15482026-03-30T22:44:45.756Z Compiling unicode-properties v0.1.4
15492026-03-30T22:44:45.827Z Compiling zstd-safe v7.2.4
15502026-03-30T22:44:45.849Z Compiling paste v1.0.15
15512026-03-30T22:44:45.875Z Compiling rayon-core v1.13.0
15522026-03-30T22:44:45.973Z Compiling unicode-bidi v0.3.18
15532026-03-30T22:44:46.032Z Compiling unicode-segmentation v1.12.0
15542026-03-30T22:44:46.061Z Compiling anyhow v1.0.102
15552026-03-30T22:44:46.121Z Compiling unarray v0.1.4
15562026-03-30T22:44:46.225Z Compiling proptest v1.10.0
15572026-03-30T22:44:46.293Z Compiling stringprep v0.1.5
15582026-03-30T22:44:46.424Z Compiling miniz_oxide v0.8.9
15592026-03-30T22:44:46.543Z Compiling scroll v0.12.0
15602026-03-30T22:44:46.825Z Compiling tower v0.5.3
15612026-03-30T22:44:47.182Z Compiling crossbeam-deque v0.8.6
15622026-03-30T22:44:47.315Z Compiling derive_builder_macro v0.20.2
15632026-03-30T22:44:47.381Z Compiling ipnetwork v0.21.1
15642026-03-30T22:44:47.384Z Compiling http-body-util v0.1.3
15652026-03-30T22:44:47.408Z Compiling webpki-roots v1.0.6
15662026-03-30T22:44:47.501Z Compiling rand_chacha v0.3.1
15672026-03-30T22:44:47.539Z Compiling serde_tokenstream v0.2.3
15682026-03-30T22:44:47.650Z Compiling toml_datetime v0.6.11
15692026-03-30T22:44:47.786Z Compiling erased-serde v0.3.31
15702026-03-30T22:44:47.787Z Compiling serde_spanned v0.6.9
15712026-03-30T22:44:47.863Z Compiling md-5 v0.10.6
15722026-03-30T22:44:47.922Z Compiling zerocopy-derive v0.7.35
15732026-03-30T22:44:47.946Z Compiling curve25519-dalek v4.1.3
15742026-03-30T22:44:47.960Z Compiling darling_macro v0.21.3
15752026-03-30T22:44:48.037Z Compiling vergen-lib v0.1.6
15762026-03-30T22:44:48.231Z Compiling num-integer v0.1.46
15772026-03-30T22:44:48.287Z Compiling hash32 v0.2.1
15782026-03-30T22:44:48.299Z Compiling ff v0.13.1
15792026-03-30T22:44:48.323Z Compiling memoffset v0.9.1
15802026-03-30T22:44:48.441Z Compiling base16ct v0.2.0
15812026-03-30T22:44:48.455Z Compiling cfg_aliases v0.2.1
15822026-03-30T22:44:48.482Z Compiling zlib-rs v0.6.2
15832026-03-30T22:44:48.528Z Compiling ref-cast v1.0.25
15842026-03-30T22:44:48.539Z Compiling fallible-iterator v0.2.0
15852026-03-30T22:44:48.563Z Compiling iri-string v0.7.10
15862026-03-30T22:44:48.626Z Compiling ryu v1.0.23
15872026-03-30T22:44:48.788Z Compiling smoltcp v0.9.1
15882026-03-30T22:44:48.820Z Compiling litrs v1.0.0
15892026-03-30T22:44:48.835Z Compiling rustix v0.38.44
15902026-03-30T22:44:48.853Z Compiling psl-types v2.0.11
15912026-03-30T22:44:48.991Z Compiling num-bigint-dig v0.8.6
15922026-03-30T22:44:49.151Z Compiling publicsuffix v2.3.0
15932026-03-30T22:44:49.269Z Compiling postgres-protocol v0.6.10
15942026-03-30T22:44:49.285Z Compiling zerocopy v0.7.35
15952026-03-30T22:44:49.324Z Compiling document-features v0.2.12
15962026-03-30T22:44:49.324Z Compiling serde_urlencoded v0.7.1
15972026-03-30T22:44:49.592Z Compiling newtype-uuid v1.3.2
15982026-03-30T22:44:49.813Z Compiling tower-http v0.6.8
15992026-03-30T22:44:49.829Z Compiling sec1 v0.7.3
16002026-03-30T22:44:49.912Z Compiling nix v0.31.1
16012026-03-30T22:44:50.051Z Compiling num-iter v0.1.45
16022026-03-30T22:44:50.068Z Compiling darling v0.21.3
16032026-03-30T22:44:50.159Z Compiling group v0.13.0
16042026-03-30T22:44:50.265Z Compiling derive_builder v0.20.2
16052026-03-30T22:44:50.287Z Compiling rand v0.8.5
16062026-03-30T22:44:50.344Z Compiling oxnet v0.1.4
16072026-03-30T22:44:50.512Z Compiling proc-macro-error v1.0.4
16082026-03-30T22:44:50.581Z Compiling tokio-native-tls v0.3.1
16092026-03-30T22:44:50.763Z Compiling goblin v0.8.2
16102026-03-30T22:44:50.959Z Compiling heck v0.4.1
16112026-03-30T22:44:51.274Z Compiling flate2 v1.1.9
16122026-03-30T22:44:51.501Z Compiling phf_shared v0.13.1
16132026-03-30T22:44:51.673Z Compiling hubpack_derive v0.1.1
16142026-03-30T22:44:51.701Z Compiling regex v1.12.3
16152026-03-30T22:44:51.742Z Compiling lazy_static v1.5.0
16162026-03-30T22:44:51.758Z Compiling strum_macros v0.27.2
16172026-03-30T22:44:51.761Z Compiling cargo-platform v0.1.9
16182026-03-30T22:44:51.846Z Compiling hkdf v0.12.4
16192026-03-30T22:44:52.030Z Compiling crypto-bigint v0.5.5
16202026-03-30T22:44:52.045Z Compiling terminal_size v0.4.3
16212026-03-30T22:44:52.124Z Compiling async-trait v0.1.89
16222026-03-30T22:44:52.140Z Compiling ref-cast-impl v1.0.25
16232026-03-30T22:44:52.188Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-30T22:44:52.697Z Compiling daft-derive v0.1.5
16252026-03-30T22:44:52.855Z Compiling vergen v9.0.6
16262026-03-30T22:44:53.052Z Compiling fs-err v3.3.0
16272026-03-30T22:44:53.172Z Compiling ahash v0.8.12
16282026-03-30T22:44:53.254Z Compiling object v0.37.3
16292026-03-30T22:44:53.389Z Compiling libbz2-rs-sys v0.2.2
16302026-03-30T22:44:53.415Z Compiling bumpalo v3.20.2
16312026-03-30T22:44:53.538Z Compiling winnow v0.5.40
16322026-03-30T22:44:53.693Z Compiling bitflags v1.3.2
16332026-03-30T22:44:53.784Z Compiling managed v0.8.0
16342026-03-30T22:44:53.789Z Compiling foldhash v0.1.5
16352026-03-30T22:44:54.004Z Compiling hashbrown v0.15.5
16362026-03-30T22:44:54.098Z Compiling bzip2 v0.6.1
16372026-03-30T22:44:54.180Z Compiling strum v0.27.2
16382026-03-30T22:44:54.319Z Compiling console v0.16.2
16392026-03-30T22:44:54.319Z Compiling zopfli v0.8.3
16402026-03-30T22:44:54.394Z Compiling clap_builder v4.5.60
16412026-03-30T22:44:54.560Z Compiling daft v0.1.5
16422026-03-30T22:44:54.835Z Compiling toml_edit v0.19.15
16432026-03-30T22:44:54.894Z Compiling dof v0.3.0
16442026-03-30T22:44:54.963Z Compiling elliptic-curve v0.13.8
16452026-03-30T22:44:55.115Z Compiling hubpack v0.1.2
16462026-03-30T22:44:55.351Z Compiling cargo_metadata v0.19.2
16472026-03-30T22:44:55.617Z Compiling phf v0.13.1
16482026-03-30T22:44:55.794Z Compiling cookie_store v0.22.1
16492026-03-30T22:44:56.465Z Compiling signal-hook-mio v0.2.5
16502026-03-30T22:44:56.637Z Compiling zone_cfg_derive v0.3.1
16512026-03-30T22:44:57.130Z Compiling rayon v1.11.0
16522026-03-30T22:44:57.258Z Compiling zstd v0.13.3
16532026-03-30T22:44:57.290Z Compiling hyper-tls v0.6.0
16542026-03-30T22:44:57.459Z Compiling bzip2 v0.4.4
16552026-03-30T22:44:57.521Z Compiling serde_with_macros v3.17.0
16562026-03-30T22:44:57.534Z Compiling postgres-types v0.2.12
16572026-03-30T22:44:57.682Z Compiling usdt-attr-macro v0.6.0
16582026-03-30T22:44:58.026Z Compiling usdt-macro v0.6.0
16592026-03-30T22:44:58.113Z Compiling ed25519 v2.2.3
16602026-03-30T22:44:58.497Z Compiling itertools v0.12.1
16612026-03-30T22:44:58.654Z Compiling dtrace-parser v0.2.0
16622026-03-30T22:44:58.732Z Compiling phf_shared v0.11.3
16632026-03-30T22:44:58.767Z Compiling bstr v1.12.1
16642026-03-30T22:44:58.909Z Compiling pkcs1 v0.7.5
16652026-03-30T22:44:58.933Z Compiling enum-as-inner v0.6.1
16662026-03-30T22:44:59.022Z Compiling clap_derive v4.5.55
16672026-03-30T22:44:59.319Z Compiling strum_macros v0.26.4
16682026-03-30T22:44:59.420Z Compiling hex v0.4.3
16692026-03-30T22:44:59.441Z Compiling serde-big-array v0.5.1
16702026-03-30T22:44:59.455Z Compiling rfc6979 v0.4.0
16712026-03-30T22:44:59.591Z Compiling serde_repr v0.1.20
16722026-03-30T22:44:59.594Z Compiling float-cmp v0.10.0
16732026-03-30T22:44:59.698Z Compiling thread-id v4.2.2
16742026-03-30T22:44:59.715Z Compiling memmap2 v0.9.10
16752026-03-30T22:44:59.760Z Compiling env_filter v1.0.0
16762026-03-30T22:44:59.796Z Compiling encoding_rs v0.8.35
16772026-03-30T22:44:59.943Z Compiling keccak v0.1.6
16782026-03-30T22:45:00.077Z Compiling rustc-hash v2.1.1
16792026-03-30T22:45:00.131Z Compiling difflib v0.4.0
16802026-03-30T22:45:00.218Z Compiling fixedbitset v0.5.7
16812026-03-30T22:45:00.551Z Compiling mime v0.3.17
16822026-03-30T22:45:00.711Z Compiling data-encoding v2.10.0
16832026-03-30T22:45:00.768Z Compiling whoami v2.1.0
16842026-03-30T22:45:00.804Z Compiling normalize-line-endings v0.3.0
16852026-03-30T22:45:00.824Z Compiling unit-prefix v0.5.2
16862026-03-30T22:45:00.915Z Compiling precomputed-hash v0.1.1
16872026-03-30T22:45:00.968Z Compiling static_assertions v1.1.0
16882026-03-30T22:45:00.984Z Compiling fixedbitset v0.4.2
16892026-03-30T22:45:01.016Z Compiling predicates-core v1.0.10
16902026-03-30T22:45:01.050Z Compiling jiff v0.2.21
16912026-03-30T22:45:01.093Z Compiling new_debug_unreachable v1.0.6
16922026-03-30T22:45:01.153Z Compiling petgraph v0.6.5
16932026-03-30T22:45:01.176Z Compiling string_cache v0.8.9
16942026-03-30T22:45:01.205Z Compiling predicates v3.1.4
16952026-03-30T22:45:01.208Z Compiling strum v0.26.3
16962026-03-30T22:45:01.337Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-03-30T22:45:01.363Z Compiling hickory-proto v0.25.2
16982026-03-30T22:45:01.411Z Compiling tokio-postgres v0.7.16
16992026-03-30T22:45:01.415Z Compiling toml_edit v0.22.27
17002026-03-30T22:45:01.929Z Compiling indicatif v0.18.4
17012026-03-30T22:45:02.700Z Compiling clap v4.5.60
17022026-03-30T22:45:02.788Z Compiling petgraph v0.8.3
17032026-03-30T22:45:02.806Z Compiling iddqd v0.3.17
17042026-03-30T22:45:03.688Z Compiling zip v4.6.1
17052026-03-30T22:45:03.961Z Compiling sha3 v0.10.8
17062026-03-30T22:45:04.128Z Compiling env_logger v0.11.9
17072026-03-30T22:45:04.221Z Compiling usdt v0.6.0
17082026-03-30T22:45:04.423Z Compiling usdt-impl v0.5.0
17092026-03-30T22:45:04.493Z Compiling serde_with v3.17.0
17102026-03-30T22:45:04.496Z Compiling zone v0.3.1
17112026-03-30T22:45:04.666Z Compiling ecdsa v0.16.9
17122026-03-30T22:45:04.726Z Compiling similar v2.7.0
17132026-03-30T22:45:05.018Z Compiling rsa v0.9.10
17142026-03-30T22:45:05.064Z Compiling crossterm v0.28.1
17152026-03-30T22:45:05.202Z Compiling ed25519-dalek v2.2.0
17162026-03-30T22:45:05.301Z Compiling zip v0.6.6
17172026-03-30T22:45:05.893Z Compiling toml v0.7.8
17182026-03-30T22:45:06.381Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-30T22:45:06.468Z Compiling itertools v0.13.0
17202026-03-30T22:45:06.527Z Compiling tokio-stream v0.1.18
17212026-03-30T22:45:06.578Z Compiling buf-list v1.1.2
17222026-03-30T22:45:06.881Z Compiling x509-cert v0.2.5
17232026-03-30T22:45:07.023Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-30T22:45:07.072Z Compiling openapiv3 v2.2.0
17252026-03-30T22:45:07.096Z Compiling sha1 v0.10.6
17262026-03-30T22:45:07.338Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-30T22:45:07.338Z Compiling peg-runtime v0.8.5
17282026-03-30T22:45:07.644Z Compiling lalrpop-util v0.19.12
17292026-03-30T22:45:07.658Z Compiling thread_local v1.1.9
17302026-03-30T22:45:07.761Z Compiling slog-async v2.8.0
17312026-03-30T22:45:07.855Z Compiling crossbeam-channel v0.5.15
17322026-03-30T22:45:07.923Z Compiling futures-executor v0.3.32
17332026-03-30T22:45:08.100Z Compiling is-terminal v0.4.17
17342026-03-30T22:45:08.204Z Compiling filetime v0.2.27
17352026-03-30T22:45:08.218Z Compiling xattr v1.6.1
17362026-03-30T22:45:08.327Z Compiling take_mut v0.2.2
17372026-03-30T22:45:08.381Z Compiling term v1.2.1
17382026-03-30T22:45:08.394Z Compiling tar v0.4.45
17392026-03-30T22:45:08.407Z Compiling futures v0.3.32
17402026-03-30T22:45:08.694Z Compiling slog-term v2.9.2
17412026-03-30T22:45:14.330Z Compiling rustls-webpki v0.103.9
17422026-03-30T22:45:17.183Z Compiling tokio-rustls v0.26.4
17432026-03-30T22:45:17.183Z Compiling rustls-platform-verifier v0.6.2
17442026-03-30T22:45:17.382Z Compiling hyper-rustls v0.27.7
17452026-03-30T22:45:17.586Z Compiling reqwest v0.13.2
17462026-03-30T22:45:17.586Z Compiling reqwest v0.12.28
17472026-03-30T22:45:19.689Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-30T22:45:19.916Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-30T22:45:22.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17502026-03-30T22:45:22.868Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-30T22:45:22.922ZMar 30 22:45:21.497 INFO Starting download, target: Clickhouse
17522026-03-30T22:45:22.922ZMar 30 22:45:21.497 INFO Starting download, target: Cockroach
17532026-03-30T22:45:22.922ZMar 30 22:45:21.497 INFO Starting download, target: Console
17542026-03-30T22:45:22.926ZMar 30 22:45:21.497 INFO Starting download, target: DendriteStub
17552026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Starting download, target: MaghemiteMgd
17562026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Starting download, target: TransceiverControl
17572026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-30T22:45:22.926ZMar 30 22:45:21.498 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-30T22:45:23.315ZMar 30 22:45:21.888 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-30T22:45:23.533ZMar 30 22:45:22.109 INFO Download complete, target: TransceiverControl
17652026-03-30T22:45:23.898ZMar 30 22:45:22.468 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-30T22:45:24.127ZMar 30 22:45:22.700 INFO Download complete, target: Console
17672026-03-30T22:45:24.354ZMar 30 22:45:22.929 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-30T22:45:24.616ZMar 30 22:45:23.191 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-30T22:45:24.718ZMar 30 22:45:23.293 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-30T22:45:25.369ZMar 30 22:45:23.945 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-30T22:45:25.369ZMar 30 22:45:23.945 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-30T22:45:26.593ZMar 30 22:45:25.169 INFO Download complete, target: DendriteStub
17732026-03-30T22:45:27.036ZMar 30 22:45:25.611 INFO Download complete, target: MaghemiteMgd
17742026-03-30T22:45:30.046ZMar 30 22:45:28.621 INFO Checking that binary works, target: Cockroach
17752026-03-30T22:45:30.138ZMar 30 22:45:28.714 INFO Download complete, target: Cockroach
17762026-03-30T22:45:31.604ZMar 30 22:45:30.179 INFO Checking that binary works, target: Clickhouse
17772026-03-30T22:45:31.703ZMar 30 22:45:30.279 INFO Download complete, target: Clickhouse
17782026-03-30T22:45:31.716ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-30T22:45:31.720Z
17802026-03-30T22:45:31.720Zreal 2:55.195719809
17812026-03-30T22:45:31.720Zuser 7:19.958479154
17822026-03-30T22:45:31.720Zsys 1:28.824993738
17832026-03-30T22:45:31.720Ztrap 0.223907333
17842026-03-30T22:45:31.720Ztflt 0.975925447
17852026-03-30T22:45:31.720Zdflt 0.921455326
17862026-03-30T22:45:31.720Zkflt 0.021228966
17872026-03-30T22:45:31.720Zlock 21:41.848692109
17882026-03-30T22:45:31.720Zslp 22:01.537771889
17892026-03-30T22:45:31.720Zlat 44.661361140
17902026-03-30T22:45:31.720Zstop 2:02.447661332
17912026-03-30T22:45:31.720Z+ banner clippy
17922026-03-30T22:45:31.720Z
17932026-03-30T22:45:31.720Z #### # # ##### ##### # #
17942026-03-30T22:45:31.720Z # # # # # # # # # #
17952026-03-30T22:45:31.720Z # # # # # # # #
17962026-03-30T22:45:31.720Z # # # ##### ##### #
17972026-03-30T22:45:31.720Z # # # # # # #
17982026-03-30T22:45:31.720Z #### ###### # # # #
17992026-03-30T22:45:31.721Z
18002026-03-30T22:45:31.721Z+ export CARGO_INCREMENTAL=0
18012026-03-30T22:45:31.721Z+ CARGO_INCREMENTAL=0
18022026-03-30T22:45:31.721Z+ ptime -m cargo xtask clippy
18032026-03-30T22:45:32.260Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-30T22:45:32.483Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-30T22:45:34.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18062026-03-30T22:45:34.447Z Running `target/debug/xtask clippy`
18072026-03-30T22:45:34.474Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-30T22:45:35.089Z Downloading crates ...
18092026-03-30T22:45:35.291Z Downloaded cfg-expr v0.20.6
18102026-03-30T22:45:35.294Z Downloaded anes v0.1.6
18112026-03-30T22:45:35.297Z Downloaded cast v0.3.0
18122026-03-30T22:45:35.301Z Downloaded addr2line v0.25.1
18132026-03-30T22:45:35.304Z Downloaded cargo_metadata v0.23.1
18142026-03-30T22:45:35.307Z Downloaded plotters-svg v0.3.7
18152026-03-30T22:45:35.310Z Downloaded plotters-backend v0.3.7
18162026-03-30T22:45:35.310Z Downloaded assert-json-diff v2.0.2
18172026-03-30T22:45:35.315Z Downloaded supports-hyperlinks v2.1.0
18182026-03-30T22:45:35.318Z Downloaded event-listener-strategy v0.5.4
18192026-03-30T22:45:35.321Z Downloaded target-spec v3.5.7
18202026-03-30T22:45:35.321Z Downloaded linkme-impl v0.3.35
18212026-03-30T22:45:35.324Z Downloaded supports-color v2.1.0
18222026-03-30T22:45:35.327Z Downloaded rustc-demangle v0.1.27
18232026-03-30T22:45:35.335Z Downloaded miette-derive v5.10.0
18242026-03-30T22:45:35.338Z Downloaded target-triple v1.0.0
18252026-03-30T22:45:35.338Z Downloaded supports-unicode v2.1.0
18262026-03-30T22:45:35.338Z Downloaded similar-asserts v1.7.0
18272026-03-30T22:45:35.341Z Downloaded cargo-platform v0.3.2
18282026-03-30T22:45:35.341Z Downloaded escape8259 v0.5.3
18292026-03-30T22:45:35.347Z Downloaded parking v2.2.1
18302026-03-30T22:45:35.352Z Downloaded tinytemplate v1.2.1
18312026-03-30T22:45:35.355Z Downloaded target-lexicon v0.13.3
18322026-03-30T22:45:35.368Z Downloaded backtrace-ext v0.2.1
18332026-03-30T22:45:35.371Z Downloaded nested v0.1.1
18342026-03-30T22:45:35.374Z Downloaded stringmetrics v2.2.2
18352026-03-30T22:45:35.374Z Downloaded linkme v0.3.35
18362026-03-30T22:45:35.374Z Downloaded assert_cmd v2.1.2
18372026-03-30T22:45:35.377Z Downloaded serde_regex v1.1.0
18382026-03-30T22:45:35.380Z Downloaded pathdiff v0.2.3
18392026-03-30T22:45:35.392Z Downloaded terminal_size v0.1.17
18402026-03-30T22:45:35.396Z Downloaded guppy-workspace-hack v0.1.0
18412026-03-30T22:45:35.399Z Downloaded async-object-pool v0.2.0
18422026-03-30T22:45:35.402Z Downloaded trybuild v1.0.116
18432026-03-30T22:45:35.405Z Downloaded rstest v0.25.0
18442026-03-30T22:45:35.408Z Downloaded constant_time_eq v0.3.1
18452026-03-30T22:45:35.412Z Downloaded termcolor v1.4.1
18462026-03-30T22:45:35.415Z Downloaded path-tree v0.8.3
18472026-03-30T22:45:35.415Z Downloaded concurrent-queue v2.5.0
18482026-03-30T22:45:35.415Z Downloaded futures-timer v3.0.3
18492026-03-30T22:45:35.418Z Downloaded rstest_macros v0.25.0
18502026-03-30T22:45:35.421Z Downloaded oorandom v11.1.5
18512026-03-30T22:45:35.421Z Downloaded rust-argon2 v2.1.0
18522026-03-30T22:45:35.424Z Downloaded approx v0.5.1
18532026-03-30T22:45:35.427Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18542026-03-30T22:45:35.427Z Downloaded relative-path v1.9.3
18552026-03-30T22:45:35.433Z Downloaded async-lock v3.4.2
18562026-03-30T22:45:35.436Z Downloaded chumsky v0.9.3
18572026-03-30T22:45:35.440Z Downloaded owo-colors v3.5.0
18582026-03-30T22:45:35.444Z Downloaded knuffel-derive v3.2.0
18592026-03-30T22:45:35.449Z Downloaded partial-io v0.5.4
18602026-03-30T22:45:35.452Z Downloaded libtest-mimic v0.8.1
18612026-03-30T22:45:35.455Z Downloaded datatest-stable v0.3.3
18622026-03-30T22:45:35.455Z Downloaded blake2b_simd v1.0.4
18632026-03-30T22:45:35.460Z Downloaded toml v1.0.3+spec-1.1.0
18642026-03-30T22:45:35.464Z Downloaded event-listener v5.4.1
18652026-03-30T22:45:35.464Z Downloaded criterion-plot v0.6.0
18662026-03-30T22:45:35.467Z Downloaded textwrap v0.15.2
18672026-03-30T22:45:35.467Z Downloaded httptest v0.16.4
18682026-03-30T22:45:35.467Z Downloaded fancy-regex v0.14.0
18692026-03-30T22:45:35.470Z Downloaded miette v5.10.0
18702026-03-30T22:45:35.481Z Downloaded rand_distr v0.5.1
18712026-03-30T22:45:35.484Z Downloaded plotters v0.3.7
18722026-03-30T22:45:35.489Z Downloaded knuffel v3.2.0
18732026-03-30T22:45:35.492Z Downloaded backtrace v0.3.76
18742026-03-30T22:45:35.531Z Downloaded guppy v0.17.25
18752026-03-30T22:45:35.534Z Downloaded hashbrown v0.14.5
18762026-03-30T22:45:35.537Z Downloaded criterion v0.7.0
18772026-03-30T22:45:35.554Z Downloaded gimli v0.32.3
18782026-03-30T22:45:35.659Z Downloaded httpmock v0.8.3
18792026-03-30T22:45:37.243Z Checking cfg-if v1.0.4
18802026-03-30T22:45:37.595Z Checking libc v0.2.180
18812026-03-30T22:45:37.598Z Checking serde_core v1.0.228
18822026-03-30T22:45:37.670Z Checking memchr v2.8.0
18832026-03-30T22:45:37.710Z Checking smallvec v1.15.1
18842026-03-30T22:45:37.751Z Checking itoa v1.0.17
18852026-03-30T22:45:37.789Z Checking log v0.4.29
18862026-03-30T22:45:37.832Z Checking zeroize v1.8.2
18872026-03-30T22:45:37.867Z Checking libm v0.2.16
18882026-03-30T22:45:37.925Z Checking stable_deref_trait v1.2.1
18892026-03-30T22:45:37.960Z Checking scopeguard v1.2.0
18902026-03-30T22:45:37.999Z Checking zmij v1.0.21
18912026-03-30T22:45:38.039Z Checking errno v0.3.14
18922026-03-30T22:45:38.039Z Checking getrandom v0.2.17
18932026-03-30T22:45:38.039Z Checking zerofrom v0.1.6
18942026-03-30T22:45:38.138Z Checking lock_api v0.4.14
18952026-03-30T22:45:38.176Z Checking percent-encoding v2.3.2
18962026-03-30T22:45:38.215Z Checking litemap v0.8.1
18972026-03-30T22:45:38.254Z Checking yoke v0.8.1
18982026-03-30T22:45:38.267Z Checking writeable v0.6.2
18992026-03-30T22:45:38.321Z Checking icu_properties_data v2.1.2
19002026-03-30T22:45:38.355Z Checking icu_normalizer_data v2.1.1
19012026-03-30T22:45:38.390Z Checking form_urlencoded v1.2.2
19022026-03-30T22:45:38.426Z Checking utf8_iter v1.0.4
19032026-03-30T22:45:38.463Z Checking zerovec v0.11.5
19042026-03-30T22:45:38.467Z Checking zerotrie v0.2.3
19052026-03-30T22:45:38.532Z Checking subtle v2.6.1
19062026-03-30T22:45:38.571Z Checking num-traits v0.2.19
19072026-03-30T22:45:38.574Z Checking rand_core v0.10.0
19082026-03-30T22:45:38.640Z Checking rand_core v0.6.4
19092026-03-30T22:45:38.640Z Checking portable-atomic v1.13.1
19102026-03-30T22:45:38.711Z Checking pin-project-lite v0.2.17
19112026-03-30T22:45:38.753Z Checking zerocopy v0.8.40
19122026-03-30T22:45:38.790Z Checking getrandom v0.4.1
19132026-03-30T22:45:38.831Z Checking critical-section v1.2.0
19142026-03-30T22:45:38.870Z Checking parking_lot_core v0.9.12
19152026-03-30T22:45:38.911Z Checking tinystr v0.8.2
19162026-03-30T22:45:38.960Z Checking potential_utf v0.1.4
19172026-03-30T22:45:39.007Z Checking signal-hook-registry v1.4.8
19182026-03-30T22:45:39.089Z Checking parking_lot v0.12.5
19192026-03-30T22:45:39.127Z Checking icu_collections v2.1.1
19202026-03-30T22:45:39.131Z Checking icu_locale_core v2.1.1
19212026-03-30T22:45:39.156Z Checking once_cell v1.21.3
19222026-03-30T22:45:39.228Z Checking serde v1.0.228
19232026-03-30T22:45:39.228Z Checking serde_json v1.0.149
19242026-03-30T22:45:39.232Z Checking bitflags v2.11.0
19252026-03-30T22:45:39.328Z Checking mio v1.1.1
19262026-03-30T22:45:39.371Z Checking typenum v1.19.0
19272026-03-30T22:45:39.425Z Checking iana-time-zone v0.1.65
19282026-03-30T22:45:39.465Z Checking socket2 v0.6.2
19292026-03-30T22:45:39.567Z Checking uuid v1.21.0
19302026-03-30T22:45:39.639Z Checking semver v1.0.27
19312026-03-30T22:45:39.692Z Checking bytes v1.11.1
19322026-03-30T22:45:39.732Z Checking chrono v0.4.44
19332026-03-30T22:45:39.772Z Checking icu_provider v2.1.1
19342026-03-30T22:45:39.871Z Checking thiserror v2.0.18
19352026-03-30T22:45:39.919Z Checking allocator-api2 v0.2.21
19362026-03-30T22:45:39.957Z Checking generic-array v0.14.7
19372026-03-30T22:45:39.999Z Checking futures-core v0.3.32
19382026-03-30T22:45:40.037Z Checking icu_normalizer v2.1.1
19392026-03-30T22:45:40.037Z Checking icu_properties v2.1.2
19402026-03-30T22:45:40.157Z Checking dyn-clone v1.0.20
19412026-03-30T22:45:40.198Z Checking tokio v1.49.0
19422026-03-30T22:45:40.238Z Checking equivalent v1.0.2
19432026-03-30T22:45:40.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-30T22:45:40.352Z Checking const-oid v0.9.6
19452026-03-30T22:45:40.387Z Checking foldhash v0.2.0
19462026-03-30T22:45:40.423Z Checking crypto-common v0.1.7
19472026-03-30T22:45:40.573Z Checking hashbrown v0.16.1
19482026-03-30T22:45:40.577Z Checking block-buffer v0.10.4
19492026-03-30T22:45:40.642Z Checking futures-sink v0.3.32
19502026-03-30T22:45:40.675Z Checking byteorder v1.5.0
19512026-03-30T22:45:40.772Z Checking futures-channel v0.3.32
19522026-03-30T22:45:40.776Z Checking rustix v1.1.3
19532026-03-30T22:45:40.902Z Checking slab v0.4.12
19542026-03-30T22:45:40.907Z Checking idna_adapter v1.2.1
19552026-03-30T22:45:40.990Z Checking futures-task v0.3.32
19562026-03-30T22:45:41.044Z Checking digest v0.10.7
19572026-03-30T22:45:41.081Z Checking idna v1.1.0
19582026-03-30T22:45:41.118Z Checking futures-io v0.3.32
19592026-03-30T22:45:41.121Z Checking cpufeatures v0.2.17
19602026-03-30T22:45:41.191Z Checking indexmap v2.13.0
19612026-03-30T22:45:41.247Z Checking thiserror v1.0.69
19622026-03-30T22:45:41.284Z Checking futures-util v0.3.32
19632026-03-30T22:45:41.287Z Checking getrandom v0.3.4
19642026-03-30T22:45:41.353Z Checking url v2.5.8
19652026-03-30T22:45:41.389Z Checking fnv v1.0.7
19662026-03-30T22:45:41.489Z Checking regex-syntax v0.8.10
19672026-03-30T22:45:41.527Z Checking base64 v0.22.1
19682026-03-30T22:45:41.533Z Checking ppv-lite86 v0.2.21
19692026-03-30T22:45:41.652Z Checking http v1.4.0
19702026-03-30T22:45:41.766Z Checking tracing-core v0.1.36
19712026-03-30T22:45:41.805Z Checking unicode-ident v1.0.24
19722026-03-30T22:45:41.843Z Checking schemars v0.8.22
19732026-03-30T22:45:41.878Z Checking ipnet v2.11.0
19742026-03-30T22:45:41.941Z Checking proc-macro2 v1.0.106
19752026-03-30T22:45:42.104Z Checking tracing v0.1.44
19762026-03-30T22:45:42.162Z Checking utf8parse v0.2.2
19772026-03-30T22:45:42.239Z Checking anstyle v1.0.13
19782026-03-30T22:45:42.286Z Checking untrusted v0.9.0
19792026-03-30T22:45:42.314Z Checking quote v1.0.44
19802026-03-30T22:45:42.350Z Checking aho-corasick v1.1.4
19812026-03-30T22:45:42.417Z Checking ring v0.17.14
19822026-03-30T22:45:42.455Z Checking anstyle-parse v0.2.7
19832026-03-30T22:45:42.516Z Checking syn v2.0.117
19842026-03-30T22:45:42.554Z Checking anstyle-query v1.1.5
19852026-03-30T22:45:42.641Z Checking colorchoice v1.0.4
19862026-03-30T22:45:42.679Z Checking is_terminal_polyfill v1.70.2
19872026-03-30T22:45:42.766Z Checking base64ct v1.8.3
19882026-03-30T22:45:42.801Z Checking anstream v0.6.21
19892026-03-30T22:45:42.841Z Checking block-padding v0.3.3
19902026-03-30T22:45:43.003Z Checking rustls-pki-types v1.14.0
19912026-03-30T22:45:43.042Z Checking httparse v1.10.1
19922026-03-30T22:45:43.050Z Checking inout v0.1.4
19932026-03-30T22:45:43.119Z Checking regex-automata v0.4.14
19942026-03-30T22:45:43.243Z Checking terminal_size v0.4.3
19952026-03-30T22:45:43.280Z Checking crossbeam-utils v0.8.21
19962026-03-30T22:45:43.318Z Checking cipher v0.4.4
19972026-03-30T22:45:43.353Z Checking clap_lex v1.0.0
19982026-03-30T22:45:43.388Z Checking strsim v0.11.1
19992026-03-30T22:45:43.428Z Checking tokio-util v0.7.18
20002026-03-30T22:45:43.467Z Checking http-body v1.0.1
20012026-03-30T22:45:43.529Z Checking rand_core v0.9.5
20022026-03-30T22:45:43.565Z Checking sha2 v0.10.9
20032026-03-30T22:45:43.602Z Checking clap_builder v4.5.60
20042026-03-30T22:45:43.635Z Checking atomic-waker v1.1.2
20052026-03-30T22:45:43.640Z Checking pem-rfc7468 v0.7.0
20062026-03-30T22:45:43.732Z Checking try-lock v0.2.5
20072026-03-30T22:45:43.768Z Checking httpdate v1.0.3
20082026-03-30T22:45:43.855Z Checking hmac v0.12.1
20092026-03-30T22:45:43.893Z Checking want v0.3.1
20102026-03-30T22:45:43.896Z Checking ryu v1.0.23
20112026-03-30T22:45:43.960Z Checking tower-layer v0.3.3
20122026-03-30T22:45:44.021Z Checking tower-service v0.3.3
20132026-03-30T22:45:44.058Z Checking pin-utils v0.1.0
20142026-03-30T22:45:44.061Z Checking h2 v0.4.13
20152026-03-30T22:45:44.131Z Checking rand_chacha v0.9.0
20162026-03-30T22:45:44.164Z Checking erased-serde v0.3.31
20172026-03-30T22:45:44.168Z Checking flagset v0.4.7
20182026-03-30T22:45:44.168Z Checking powerfmt v0.2.0
20192026-03-30T22:45:44.354Z Checking rand v0.9.2
20202026-03-30T22:45:44.388Z Checking der v0.7.10
20212026-03-30T22:45:44.394Z Checking deranged v0.5.8
20222026-03-30T22:45:44.569Z Checking slog v2.8.2
20232026-03-30T22:45:44.825Z Checking spin v0.9.8
20242026-03-30T22:45:44.864Z Checking anyhow v1.0.102
20252026-03-30T22:45:44.869Z Checking clap v4.5.60
20262026-03-30T22:45:44.899Z Checking num_threads v0.1.7
20272026-03-30T22:45:44.968Z Checking num-conv v0.2.0
20282026-03-30T22:45:45.018Z Checking time-core v0.1.8
20292026-03-30T22:45:45.053Z Checking http-body-util v0.1.3
20302026-03-30T22:45:45.056Z Checking aws-lc-sys v0.37.1
20312026-03-30T22:45:45.123Z Checking untrusted v0.7.1
20322026-03-30T22:45:45.126Z Checking openssl-probe v0.2.1
20332026-03-30T22:45:45.194Z Checking regex v1.12.3
20342026-03-30T22:45:45.197Z Checking serde_urlencoded v0.7.1
20352026-03-30T22:45:45.269Z Checking rand_chacha v0.3.1
20362026-03-30T22:45:45.305Z Checking fastrand v2.3.0
20372026-03-30T22:45:45.308Z Checking spki v0.7.3
20382026-03-30T22:45:45.374Z Checking time v0.3.47
20392026-03-30T22:45:45.424Z Checking pbkdf2 v0.12.2
20402026-03-30T22:45:45.502Z Checking rand v0.8.5
20412026-03-30T22:45:45.539Z Checking aes v0.8.4
20422026-03-30T22:45:45.543Z Checking unicode-width v0.2.0
20432026-03-30T22:45:45.572Z Checking pretty-hex v0.4.1
20442026-03-30T22:45:45.640Z Checking cbc v0.1.2
20452026-03-30T22:45:45.643Z Checking aws-lc-rs v1.16.0
20462026-03-30T22:45:45.751Z Checking salsa20 v0.10.2
20472026-03-30T22:45:45.802Z Checking ipnetwork v0.21.1
20482026-03-30T22:45:45.854Z Checking hex v0.4.3
20492026-03-30T22:45:45.912Z Checking scrypt v0.11.0
20502026-03-30T22:45:45.957Z Checking tempfile v3.25.0
20512026-03-30T22:45:46.043Z Checking rustls-native-certs v0.8.3
20522026-03-30T22:45:46.049Z Checking sync_wrapper v1.0.2
20532026-03-30T22:45:46.116Z Checking plain v0.2.3
20542026-03-30T22:45:46.121Z Checking pkcs5 v0.7.1
20552026-03-30T22:45:46.182Z Checking webpki-roots v1.0.6
20562026-03-30T22:45:46.221Z Checking tower v0.5.3
20572026-03-30T22:45:46.226Z Checking camino v1.2.2
20582026-03-30T22:45:46.286Z Checking iri-string v0.7.10
20592026-03-30T22:45:46.327Z Checking ucd-trie v0.1.7
20602026-03-30T22:45:46.426Z Checking pkcs8 v0.10.2
20612026-03-30T22:45:46.490Z Checking pest v2.8.6
20622026-03-30T22:45:46.529Z Checking openapiv3 v2.2.0
20632026-03-30T22:45:46.534Z Checking rustls-webpki v0.103.9
20642026-03-30T22:45:46.534Z Checking mime v0.3.17
20652026-03-30T22:45:46.690Z Checking either v1.15.0
20662026-03-30T22:45:46.693Z Checking winnow v0.7.14
20672026-03-30T22:45:46.793Z Checking hyper v1.8.1
20682026-03-30T22:45:46.830Z Checking oxnet v0.1.4
20692026-03-30T22:45:46.907Z Checking lazy_static v1.5.0
20702026-03-30T22:45:47.028Z Checking static_assertions v1.1.0
20712026-03-30T22:45:47.092Z Checking signature v2.2.0
20722026-03-30T22:45:47.128Z Checking encoding_rs v0.8.35
20732026-03-30T22:45:47.132Z Checking rustls v0.23.37
20742026-03-30T22:45:47.249Z Checking simd-adler32 v0.3.8
20752026-03-30T22:45:47.360Z Checking tower-http v0.6.8
20762026-03-30T22:45:47.455Z Checking foreign-types-shared v0.1.1
20772026-03-30T22:45:47.569Z Checking foreign-types v0.3.2
20782026-03-30T22:45:47.606Z Checking hubpack v0.1.2
20792026-03-30T22:45:47.674Z Checking openssl-sys v0.9.111
20802026-03-30T22:45:47.679Z Checking adler2 v2.0.1
20812026-03-30T22:45:47.745Z Checking hyper-util v0.1.20
20822026-03-30T22:45:47.803Z Checking sha1 v0.10.6
20832026-03-30T22:45:47.840Z Checking miniz_oxide v0.8.9
20842026-03-30T22:45:47.942Z Checking strum v0.26.3
20852026-03-30T22:45:47.976Z Checking data-encoding v2.10.0
20862026-03-30T22:45:48.013Z Checking tinyvec_macros v0.1.1
20872026-03-30T22:45:48.082Z Checking toml_datetime v0.6.11
20882026-03-30T22:45:48.118Z Checking tinyvec v1.10.0
20892026-03-30T22:45:48.157Z Checking serde_spanned v0.6.9
20902026-03-30T22:45:48.231Z Checking openssl v0.10.75
20912026-03-30T22:45:48.267Z Checking num-integer v0.1.46
20922026-03-30T22:45:48.303Z Checking scroll v0.13.0
20932026-03-30T22:45:48.309Z Checking memmap2 v0.9.10
20942026-03-30T22:45:48.309Z Checking base16ct v0.2.0
20952026-03-30T22:45:48.451Z Checking bit-vec v0.8.0
20962026-03-30T22:45:48.492Z Checking sec1 v0.7.3
20972026-03-30T22:45:48.528Z Checking dtrace-parser v0.3.0
20982026-03-30T22:45:48.563Z Checking goblin v0.10.5
20992026-03-30T22:45:48.566Z Checking crossbeam-epoch v0.9.18
21002026-03-30T22:45:48.673Z Checking bit-set v0.8.0
21012026-03-30T22:45:48.726Z Checking crc32fast v1.5.0
21022026-03-30T22:45:48.794Z Checking ff v0.13.1
21032026-03-30T22:45:48.847Z Checking wait-timeout v0.2.1
21042026-03-30T22:45:48.851Z Checking thread-id v5.1.0
21052026-03-30T22:45:48.918Z Checking num-iter v0.1.45
21062026-03-30T22:45:48.953Z Checking group v0.13.0
21072026-03-30T22:45:48.990Z Checking bstr v1.12.1
21082026-03-30T22:45:49.025Z Checking hkdf v0.12.4
21092026-03-30T22:45:49.064Z Checking ahash v0.8.12
21102026-03-30T22:45:49.068Z Checking crypto-bigint v0.5.5
21112026-03-30T22:45:49.131Z Checking quick-error v1.2.3
21122026-03-30T22:45:49.188Z Checking psl-types v2.0.11
21132026-03-30T22:45:49.262Z Checking rusty-fork v0.3.1
21142026-03-30T22:45:49.302Z Checking cookie v0.18.1
21152026-03-30T22:45:49.337Z Checking publicsuffix v2.3.0
21162026-03-30T22:45:49.406Z Checking rand_xorshift v0.4.0
21172026-03-30T22:45:49.465Z Checking scroll v0.12.0
21182026-03-30T22:45:49.532Z Checking unarray v0.1.4
21192026-03-30T22:45:49.570Z Checking num-bigint-dig v0.8.6
21202026-03-30T22:45:49.573Z Checking tokio-rustls v0.26.4
21212026-03-30T22:45:49.573Z Checking cookie_store v0.22.1
21222026-03-30T22:45:49.671Z Checking proptest v1.10.0
21232026-03-30T22:45:49.718Z Checking goblin v0.8.2
21242026-03-30T22:45:49.894Z Checking hyper-rustls v0.27.7
21252026-03-30T22:45:49.963Z Checking rustls-platform-verifier v0.6.2
21262026-03-30T22:45:50.011Z Checking elliptic-curve v0.13.8
21272026-03-30T22:45:50.132Z Checking pkcs1 v0.7.5
21282026-03-30T22:45:50.135Z Checking x509-cert v0.2.5
21292026-03-30T22:45:50.202Z Checking native-tls v0.2.18
21302026-03-30T22:45:50.350Z Checking zerocopy v0.7.35
21312026-03-30T22:45:50.387Z Checking zlib-rs v0.6.2
21322026-03-30T22:45:50.423Z Checking tokio-native-tls v0.3.1
21332026-03-30T22:45:50.427Z Checking unicode-segmentation v1.12.0
21342026-03-30T22:45:50.615Z Checking hyper-tls v0.6.0
21352026-03-30T22:45:50.793Z Checking rsa v0.9.10
21362026-03-30T22:45:50.831Z Checking reqwest v0.12.28
21372026-03-30T22:45:50.867Z Checking reqwest v0.13.2
21382026-03-30T22:45:50.870Z Checking crossbeam-deque v0.8.6
21392026-03-30T22:45:50.935Z Checking dof v0.4.0
21402026-03-30T22:45:51.111Z Checking dtrace-parser v0.2.0
21412026-03-30T22:45:51.292Z Checking flate2 v1.1.9
21422026-03-30T22:45:51.296Z Checking rfc6979 v0.4.0
21432026-03-30T22:45:51.378Z Checking thread-id v4.2.2
21442026-03-30T22:45:51.471Z Checking toml_write v0.1.2
21452026-03-30T22:45:51.511Z Checking ecdsa v0.16.9
21462026-03-30T22:45:51.515Z Checking newtype-uuid v1.3.2
21472026-03-30T22:45:51.600Z Checking usdt-impl v0.6.0
21482026-03-30T22:45:51.636Z Checking toml_parser v1.0.9+spec-1.1.0
21492026-03-30T22:45:51.673Z Checking dof v0.3.0
21502026-03-30T22:45:51.673Z Checking toml_edit v0.22.27
21512026-03-30T22:45:51.742Z Checking curve25519-dalek v4.1.3
21522026-03-30T22:45:51.745Z Checking memoffset v0.9.1
21532026-03-30T22:45:51.811Z Checking rustix v0.38.44
21542026-03-30T22:45:51.874Z Checking env_filter v1.0.0
21552026-03-30T22:45:51.912Z Checking keccak v0.1.6
21562026-03-30T22:45:51.916Z Checking usdt v0.6.0
21572026-03-30T22:45:51.980Z Checking daft v0.1.5
21582026-03-30T22:45:51.984Z Checking usdt-impl v0.5.0
21592026-03-30T22:45:52.047Z Checking env_logger v0.11.9
21602026-03-30T22:45:52.106Z Checking sha3 v0.10.8
21612026-03-30T22:45:52.142Z Checking ed25519 v2.2.3
21622026-03-30T22:45:52.244Z Checking itertools v0.13.0
21632026-03-30T22:45:52.281Z Checking serde_with v3.17.0
21642026-03-30T22:45:52.319Z Checking bitflags v1.3.2
21652026-03-30T22:45:52.356Z Checking siphasher v1.0.2
21662026-03-30T22:45:52.393Z Checking unicode-normalization v0.1.25
21672026-03-30T22:45:52.430Z Checking signal-hook v0.3.18
21682026-03-30T22:45:52.547Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-30T22:45:52.551Z Checking ed25519-dalek v2.2.0
21702026-03-30T22:45:52.656Z Checking winnow v0.5.40
21712026-03-30T22:45:52.693Z Checking managed v0.8.0
21722026-03-30T22:45:52.779Z Checking nix v0.31.1
21732026-03-30T22:45:52.823Z Checking rayon-core v1.13.0
21742026-03-30T22:45:52.861Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-30T22:45:52.864Z Checking object v0.37.3
21762026-03-30T22:45:52.931Z Checking foldhash v0.1.5
21772026-03-30T22:45:52.975Z Checking bzip2 v0.4.4
21782026-03-30T22:45:53.091Z Checking hashbrown v0.15.5
21792026-03-30T22:45:53.169Z Checking signal-hook-mio v0.2.5
21802026-03-30T22:45:53.205Z Checking ref-cast v1.0.25
21812026-03-30T22:45:53.301Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-30T22:45:53.338Z Checking zip v0.6.6
21832026-03-30T22:45:53.342Z Checking bumpalo v3.20.2
21842026-03-30T22:45:53.446Z Checking zstd-safe v7.2.4
21852026-03-30T22:45:53.584Z Checking libbz2-rs-sys v0.2.2
21862026-03-30T22:45:53.621Z Checking zopfli v0.8.3
21872026-03-30T22:45:53.655Z Checking zstd v0.13.3
21882026-03-30T22:45:53.695Z Checking crossterm v0.28.1
21892026-03-30T22:45:53.743Z Checking rayon v1.11.0
21902026-03-30T22:45:53.806Z Checking similar v2.7.0
21912026-03-30T22:45:53.845Z Checking toml_edit v0.19.15
21922026-03-30T22:45:53.877Z Checking fs-err v3.3.0
21932026-03-30T22:45:53.977Z Checking hash32 v0.2.1
21942026-03-30T22:45:54.013Z Checking bzip2 v0.6.1
21952026-03-30T22:45:54.167Z Checking serde-big-array v0.5.1
21962026-03-30T22:45:54.202Z Checking unicode-properties v0.1.4
21972026-03-30T22:45:54.206Z Checking jiff v0.2.21
21982026-03-30T22:45:54.269Z Checking unicode-bidi v0.3.18
21992026-03-30T22:45:54.328Z Checking predicates-core v1.0.10
22002026-03-30T22:45:54.418Z Checking heapless v0.7.17
22012026-03-30T22:45:54.455Z Checking hickory-proto v0.25.2
22022026-03-30T22:45:54.491Z Checking tokio-stream v0.1.18
22032026-03-30T22:45:54.599Z Checking stringprep v0.1.5
22042026-03-30T22:45:54.784Z Checking md-5 v0.10.6
22052026-03-30T22:45:54.860Z Checking float-cmp v0.10.0
22062026-03-30T22:45:54.898Z Checking toml v0.7.8
22072026-03-30T22:45:54.902Z Checking fallible-iterator v0.2.0
22082026-03-30T22:45:54.967Z Checking normalize-line-endings v0.3.0
22092026-03-30T22:45:55.016Z Checking difflib v0.4.0
22102026-03-30T22:45:55.086Z Checking rustc-hash v2.1.1
22112026-03-30T22:45:55.198Z Checking smoltcp v0.9.1
22122026-03-30T22:45:55.238Z Checking iddqd v0.3.17
22132026-03-30T22:45:55.241Z Checking postgres-protocol v0.6.10
22142026-03-30T22:45:55.241Z Checking predicates v3.1.4
22152026-03-30T22:45:55.334Z Checking phf_shared v0.11.3
22162026-03-30T22:45:55.337Z Checking phf_shared v0.13.1
22172026-03-30T22:45:55.512Z Checking itertools v0.12.1
22182026-03-30T22:45:55.588Z Checking console v0.16.2
22192026-03-30T22:45:55.624Z Checking buf-list v1.1.2
22202026-03-30T22:45:55.627Z Checking strum v0.27.2
22212026-03-30T22:45:55.796Z Checking fixedbitset v0.5.7
22222026-03-30T22:45:55.833Z Checking new_debug_unreachable v1.0.6
22232026-03-30T22:45:55.867Z Checking precomputed-hash v0.1.1
22242026-03-30T22:45:55.909Z Checking lalrpop-util v0.19.12
22252026-03-30T22:45:55.955Z Checking unit-prefix v0.5.2
22262026-03-30T22:45:55.991Z Checking fixedbitset v0.4.2
22272026-03-30T22:45:56.025Z Checking petgraph v0.8.3
22282026-03-30T22:45:56.096Z Checking string_cache v0.8.9
22292026-03-30T22:45:56.131Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-30T22:45:56.167Z Checking indicatif v0.18.4
22312026-03-30T22:45:56.170Z Checking petgraph v0.6.5
22322026-03-30T22:45:56.295Z Checking postgres-types v0.2.12
22332026-03-30T22:45:56.508Z Checking zip v4.6.1
22342026-03-30T22:45:56.545Z Checking zone v0.3.1
22352026-03-30T22:45:56.580Z Checking phf v0.13.1
22362026-03-30T22:45:56.639Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-30T22:45:56.755Z Checking whoami v2.1.0
22382026-03-30T22:45:56.924Z Checking peg-runtime v0.8.5
22392026-03-30T22:45:56.997Z Checking tokio-postgres v0.7.16
22402026-03-30T22:45:57.074Z Checking futures-executor v0.3.32
22412026-03-30T22:45:57.113Z Checking is-terminal v0.4.17
22422026-03-30T22:45:57.116Z Checking crossbeam-channel v0.5.15
22432026-03-30T22:45:57.243Z Compiling structmeta-derive v0.3.0
22442026-03-30T22:45:57.280Z Checking futures v0.3.32
22452026-03-30T22:45:57.283Z Checking thread_local v1.1.9
22462026-03-30T22:45:57.390Z Checking take_mut v0.2.2
22472026-03-30T22:45:57.479Z Checking term v1.2.1
22482026-03-30T22:45:57.516Z Compiling newtype-uuid-macros v0.1.0
22492026-03-30T22:45:57.519Z Checking regress v0.10.5
22502026-03-30T22:45:57.553Z Checking slog-async v2.8.0
22512026-03-30T22:45:57.639Z Compiling rustls v0.22.4
22522026-03-30T22:45:57.734Z Checking slog-term v2.9.2
22532026-03-30T22:45:57.789Z Compiling multer v3.1.0
22542026-03-30T22:45:57.896Z Compiling async-stream-impl v0.3.6
22552026-03-30T22:45:58.041Z Compiling dropshot v0.16.7
22562026-03-30T22:45:58.085Z Compiling dropshot_endpoint v0.16.7
22572026-03-30T22:45:58.308Z Checking match_cfg v0.1.0
22582026-03-30T22:45:58.345Z Checking slog-json v2.6.1
22592026-03-30T22:45:58.377Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-30T22:45:58.413Z Compiling structmeta v0.3.0
22612026-03-30T22:45:58.415Z Checking hostname v0.3.1
22622026-03-30T22:45:58.522Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-30T22:45:58.558Z Checking debug-ignore v1.0.5
22642026-03-30T22:45:58.595Z Checking slog-bunyan v2.5.0
22652026-03-30T22:45:58.635Z Checking serde_spanned v1.0.4
22662026-03-30T22:45:58.672Z Compiling derive-ex v0.1.8
22672026-03-30T22:45:58.708Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-30T22:45:58.744Z Checking progenitor-client v0.13.0
22692026-03-30T22:45:58.796Z Checking rustls-webpki v0.102.8
22702026-03-30T22:45:58.799Z Checking serde_path_to_error v0.1.20
22712026-03-30T22:45:58.919Z Checking toml v0.9.12+spec-1.1.0
22722026-03-30T22:45:58.955Z Checking async-stream v0.3.6
22732026-03-30T22:45:59.035Z Checking waitgroup v0.1.2
22742026-03-30T22:45:59.113Z Checking rustls-pemfile v2.2.0
22752026-03-30T22:45:59.149Z Checking hostname v0.4.2
22762026-03-30T22:45:59.182Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-30T22:45:59.252Z Compiling parse-display-derive v0.10.0
22782026-03-30T22:45:59.287Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-30T22:45:59.290Z Checking itertools v0.14.0
22802026-03-30T22:45:59.354Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-30T22:45:59.490Z Checking macaddr v1.0.1
22822026-03-30T22:45:59.529Z Checking progenitor-client v0.10.0
22832026-03-30T22:45:59.699Z Checking instant v0.1.13
22842026-03-30T22:45:59.782Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-30T22:45:59.785Z Checking backon v1.6.0
22862026-03-30T22:45:59.850Z Checking backoff v0.4.0
22872026-03-30T22:45:59.885Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-30T22:46:00.005Z Checking progenitor-extras v0.1.1
22892026-03-30T22:46:00.086Z Checking heck v0.5.0
22902026-03-30T22:46:00.237Z Checking toml v0.8.23
22912026-03-30T22:46:00.274Z Compiling convert_case v0.4.0
22922026-03-30T22:46:00.364Z Checking half v2.7.1
22932026-03-30T22:46:00.401Z Compiling test-strategy v0.4.5
22942026-03-30T22:46:00.404Z Checking ciborium-io v0.2.2
22952026-03-30T22:46:00.555Z Compiling unsafe-libyaml v0.2.11
22962026-03-30T22:46:00.590Z Checking secrecy v0.10.3
22972026-03-30T22:46:00.661Z Checking ciborium-ll v0.2.2
22982026-03-30T22:46:00.698Z Compiling derive_more v0.99.20
22992026-03-30T22:46:00.701Z Checking tokio-rustls v0.25.0
23002026-03-30T22:46:00.766Z Checking indent_write v2.2.0
23012026-03-30T22:46:00.867Z Checking ciborium v0.2.2
23022026-03-30T22:46:00.923Z Compiling crucible-workspace-hack v0.1.0
23032026-03-30T22:46:00.959Z Checking parse-display v0.10.0
23042026-03-30T22:46:01.130Z Compiling serde_yaml v0.9.34+deprecated
23052026-03-30T22:46:01.214Z Checking camino-tempfile v1.4.1
23062026-03-30T22:46:01.325Z Checking universal-hash v0.5.1
23072026-03-30T22:46:01.406Z Checking opaque-debug v0.3.1
23082026-03-30T22:46:01.440Z Checking typify-impl v0.6.1
23092026-03-30T22:46:01.503Z Checking aead v0.5.2
23102026-03-30T22:46:01.540Z Checking poly1305 v0.8.0
23112026-03-30T22:46:01.830Z Checking chacha20 v0.9.1
23122026-03-30T22:46:01.918Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23132026-03-30T22:46:02.057Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-03-30T22:46:02.376Z Compiling thiserror-impl-no-std v2.0.2
23152026-03-30T22:46:02.447Z Checking swrite v0.1.0
23162026-03-30T22:46:02.574Z Checking password-hash v0.5.0
23172026-03-30T22:46:02.648Z Checking blake2 v0.10.6
23182026-03-30T22:46:02.683Z Checking chacha20poly1305 v0.10.1
23192026-03-30T22:46:02.836Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23202026-03-30T22:46:02.873Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23212026-03-30T22:46:02.921Z Checking argon2 v0.5.3
23222026-03-30T22:46:02.960Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23232026-03-30T22:46:03.162Z Checking byte-wrapper v0.1.0
23242026-03-30T22:46:03.199Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23252026-03-30T22:46:03.307Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23262026-03-30T22:46:03.341Z Compiling toml_edit v0.23.10+spec-1.0.0
23272026-03-30T22:46:03.402Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23282026-03-30T22:46:03.466Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23292026-03-30T22:46:03.558Z Checking tabwriter v1.4.1
23302026-03-30T22:46:03.612Z Checking thiserror-no-std v2.0.2
23312026-03-30T22:46:03.731Z Checking unicode-width v0.1.14
23322026-03-30T22:46:03.734Z Checking vsss-rs v3.3.4
23332026-03-30T22:46:04.017Z Compiling proc-macro-crate v3.4.0
23342026-03-30T22:46:04.148Z Checking glob v0.3.3
23352026-03-30T22:46:04.363Z Compiling heapless v0.8.0
23362026-03-30T22:46:04.448Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-30T22:46:04.552Z Compiling ingot-macros v0.1.1
23382026-03-30T22:46:04.593Z Checking hash32 v0.3.1
23392026-03-30T22:46:04.749Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-03-30T22:46:04.794Z Checking colored v3.1.1
23412026-03-30T22:46:04.873Z Compiling smoltcp v0.11.0
23422026-03-30T22:46:04.908Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23432026-03-30T22:46:04.995Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23442026-03-30T22:46:05.062Z Compiling num_enum_derive v0.7.5
23452026-03-30T22:46:05.119Z Checking cobs v0.3.0
23462026-03-30T22:46:05.287Z Compiling foreign-types-macros v0.2.3
23472026-03-30T22:46:05.323Z Checking foreign-types-shared v0.3.1
23482026-03-30T22:46:05.431Z Checking cpufeatures v0.3.0
23492026-03-30T22:46:05.537Z Checking chacha20 v0.10.0
23502026-03-30T22:46:05.786Z Checking postcard v1.1.3
23512026-03-30T22:46:05.908Z Checking foreign-types v0.5.0
23522026-03-30T22:46:06.142Z Checking num_enum v0.7.5
23532026-03-30T22:46:06.145Z Compiling proc-macro-crate v1.3.1
23542026-03-30T22:46:06.209Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23552026-03-30T22:46:06.243Z Checking cstr-argument v0.1.2
23562026-03-30T22:46:06.277Z Compiling typify-macro v0.6.1
23572026-03-30T22:46:06.311Z Checking sigpipe v0.1.3
23582026-03-30T22:46:06.392Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23592026-03-30T22:46:06.427Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23602026-03-30T22:46:06.460Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23612026-03-30T22:46:06.613Z Compiling num_enum_derive v0.5.11
23622026-03-30T22:46:06.715Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23632026-03-30T22:46:06.752Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-03-30T22:46:06.799Z Checking rand v0.10.0
23652026-03-30T22:46:06.839Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662026-03-30T22:46:06.912Z Compiling usdt-attr-macro v0.5.0
23672026-03-30T22:46:06.949Z Compiling usdt-macro v0.5.0
23682026-03-30T22:46:06.984Z Checking memmap v0.7.0
23692026-03-30T22:46:07.144Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23702026-03-30T22:46:07.398Z Checking ingot-types v0.1.2
23712026-03-30T22:46:07.650Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-03-30T22:46:07.727Z Checking num_enum v0.5.11
23732026-03-30T22:46:07.762Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23742026-03-30T22:46:07.797Z Checking usdt v0.5.0
23752026-03-30T22:46:07.800Z Checking ingot v0.1.1
23762026-03-30T22:46:07.865Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23772026-03-30T22:46:07.900Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23782026-03-30T22:46:07.936Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23792026-03-30T22:46:07.995Z Checking smf v0.2.3
23802026-03-30T22:46:08.077Z Compiling typify v0.6.1
23812026-03-30T22:46:08.150Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23822026-03-30T22:46:08.153Z Compiling num-derive v0.4.2
23832026-03-30T22:46:08.251Z Compiling progenitor-impl v0.13.0
23842026-03-30T22:46:08.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23852026-03-30T22:46:08.322Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23862026-03-30T22:46:08.571Z Checking whoami v1.6.1
23872026-03-30T22:46:08.574Z Checking tokio-dtrace v0.1.1
23882026-03-30T22:46:08.637Z Compiling derive-where v1.6.0
23892026-03-30T22:46:08.771Z Checking atomicwrites v0.4.4
23902026-03-30T22:46:08.814Z Checking oxide-tokio-rt v0.1.3
23912026-03-30T22:46:08.927Z Checking console v0.15.11
23922026-03-30T22:46:09.013Z Checking newline-converter v0.3.0
23932026-03-30T22:46:09.136Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23942026-03-30T22:46:09.171Z Checking bytecount v0.6.9
23952026-03-30T22:46:09.204Z Compiling prettyplease v0.2.37
23962026-03-30T22:46:09.244Z Checking expectorate v1.2.0
23972026-03-30T22:46:09.300Z Compiling owo-colors v4.3.0
23982026-03-30T22:46:09.381Z Compiling cancel-safe-futures v0.1.5
23992026-03-30T22:46:09.416Z Checking libsw-core v0.3.2
24002026-03-30T22:46:09.492Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24012026-03-30T22:46:09.527Z Checking linear-map v1.2.0
24022026-03-30T22:46:09.587Z Checking libsw v3.5.0
24032026-03-30T22:46:09.735Z Checking same-file v1.0.6
24042026-03-30T22:46:09.800Z Checking num-rational v0.4.2
24052026-03-30T22:46:09.881Z Checking walkdir v2.5.0
24062026-03-30T22:46:09.962Z Checking num-complex v0.4.6
24072026-03-30T22:46:09.998Z Checking float-ord v0.3.2
24082026-03-30T22:46:10.073Z Checking gethostname v0.5.0
24092026-03-30T22:46:10.190Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-30T22:46:10.287Z Compiling async-recursion v1.1.1
24112026-03-30T22:46:10.355Z Checking num v0.4.3
24122026-03-30T22:46:10.358Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-03-30T22:46:10.458Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24142026-03-30T22:46:10.668Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-03-30T22:46:10.914Z Compiling progenitor-macro v0.13.0
24162026-03-30T22:46:11.653Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-03-30T22:46:11.726Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-03-30T22:46:11.970Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24192026-03-30T22:46:13.499Z Checking unicode-linebreak v0.1.5
24202026-03-30T22:46:13.534Z Checking smawk v0.3.2
24212026-03-30T22:46:13.695Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-30T22:46:13.745Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-30T22:46:13.779Z Checking globset v0.4.18
24242026-03-30T22:46:14.190Z Compiling convert_case v0.10.0
24252026-03-30T22:46:14.671Z Compiling slog-dtrace v0.3.0
24262026-03-30T22:46:14.893Z Checking resolv-conf v0.7.6
24272026-03-30T22:46:15.060Z Compiling derive_more-impl v2.1.1
24282026-03-30T22:46:15.249Z Compiling pin-project-internal v1.1.11
24292026-03-30T22:46:15.298Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-30T22:46:15.382Z Checking pem v3.0.6
24312026-03-30T22:46:15.539Z Checking fd-lock v4.0.4
24322026-03-30T22:46:15.578Z Checking vte v0.14.1
24332026-03-30T22:46:15.685Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24342026-03-30T22:46:15.722Z Checking display-error-chain v0.2.2
24352026-03-30T22:46:15.758Z Checking strip-ansi-escapes v0.2.1
24362026-03-30T22:46:15.814Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-30T22:46:15.867Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24382026-03-30T22:46:15.901Z Compiling snafu-derive v0.8.9
24392026-03-30T22:46:15.935Z Checking derive_more v2.1.1
24402026-03-30T22:46:15.938Z Checking progenitor v0.13.0
24412026-03-30T22:46:16.026Z Checking nu-ansi-term v0.50.3
24422026-03-30T22:46:16.062Z Checking crossterm v0.29.0
24432026-03-30T22:46:16.131Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-03-30T22:46:16.264Z Checking termtree v0.5.1
24452026-03-30T22:46:16.407Z Checking pin-project v1.1.11
24462026-03-30T22:46:16.444Z Checking linked-hash-map v0.5.6
24472026-03-30T22:46:16.447Z Checking reedline v0.40.0
24482026-03-30T22:46:16.536Z Checking textwrap v0.16.2
24492026-03-30T22:46:16.640Z Checking lru-cache v0.1.2
24502026-03-30T22:46:16.782Z Checking olpc-cjson v0.1.4
24512026-03-30T22:46:16.836Z Checking hickory-proto v0.24.4
24522026-03-30T22:46:16.951Z Checking serde_plain v1.0.2
24532026-03-30T22:46:17.133Z Compiling minimal-lexical v0.2.1
24542026-03-30T22:46:17.452Z Checking typed-path v0.9.3
24552026-03-30T22:46:17.692Z Compiling nom v7.1.3
24562026-03-30T22:46:17.847Z Checking snafu v0.8.9
24572026-03-30T22:46:18.125Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-03-30T22:46:18.276Z Checking tough v0.20.0
24592026-03-30T22:46:18.703Z Checking nibble_vec v0.1.0
24602026-03-30T22:46:18.739Z Checking endian-type v0.1.2
24612026-03-30T22:46:18.797Z Checking hickory-resolver v0.24.4
24622026-03-30T22:46:18.834Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-30T22:46:18.869Z Compiling ar_archive_writer v0.5.1
24642026-03-30T22:46:18.901Z Checking radix_trie v0.2.1
24652026-03-30T22:46:19.111Z Checking humantime v2.3.0
24662026-03-30T22:46:19.145Z Checking base64 v0.21.7
24672026-03-30T22:46:19.263Z Checking csv-core v0.1.13
24682026-03-30T22:46:19.328Z Compiling stacker v0.1.23
24692026-03-30T22:46:19.411Z Compiling cfg_aliases v0.1.1
24702026-03-30T22:46:19.448Z Checking highway v1.3.0
24712026-03-30T22:46:19.482Z Checking csv v1.4.0
24722026-03-30T22:46:19.521Z Compiling nix v0.28.0
24732026-03-30T22:46:19.564Z Checking qorb v0.4.1
24742026-03-30T22:46:19.665Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-30T22:46:19.706Z Checking papergrid v0.11.0
24762026-03-30T22:46:19.750Z Compiling psm v0.1.30
24772026-03-30T22:46:19.875Z Compiling tabled_derive v0.7.0
24782026-03-30T22:46:19.909Z Checking home v0.5.12
24792026-03-30T22:46:20.092Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-30T22:46:20.136Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-30T22:46:20.324Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-30T22:46:20.359Z Checking phf_shared v0.12.1
24832026-03-30T22:46:20.562Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-30T22:46:20.605Z Compiling semver v0.1.20
24852026-03-30T22:46:20.652Z Compiling chrono-tz v0.10.4
24862026-03-30T22:46:20.772Z Checking phf v0.12.1
24872026-03-30T22:46:20.844Z Compiling rustc_version v0.1.7
24882026-03-30T22:46:20.878Z Checking tabled v0.15.0
24892026-03-30T22:46:20.944Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-30T22:46:21.011Z Compiling const_format_proc_macros v0.2.34
24912026-03-30T22:46:21.013Z Checking recursive v0.1.1
24922026-03-30T22:46:21.013Z Compiling peg-macros v0.8.5
24932026-03-30T22:46:21.109Z Checking winnow v0.6.26
24942026-03-30T22:46:21.167Z Compiling sqlparser_derive v0.5.0
24952026-03-30T22:46:21.708Z Checking unicode_categories v0.1.1
24962026-03-30T22:46:21.855Z Checking const_format v0.2.35
24972026-03-30T22:46:21.930Z Checking rustyline v14.0.0
24982026-03-30T22:46:21.963Z Checking sqlparser v0.61.0
24992026-03-30T22:46:22.117Z Compiling newtype_derive v0.1.6
25002026-03-30T22:46:22.342Z Checking sqlformat v0.3.5
25012026-03-30T22:46:22.462Z Checking peg v0.8.5
25022026-03-30T22:46:22.567Z Checking bcs v0.1.6
25032026-03-30T22:46:22.845Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-30T22:46:22.877Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-30T22:46:22.934Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-30T22:46:23.052Z Checking steno v0.4.1
25072026-03-30T22:46:23.091Z Checking utf-8 v0.7.6
25082026-03-30T22:46:23.224Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-30T22:46:23.260Z Checking filetime v0.2.27
25102026-03-30T22:46:23.429Z Checking arc-swap v1.8.2
25112026-03-30T22:46:23.713Z Checking xattr v1.6.1
25122026-03-30T22:46:23.878Z Checking tar v0.4.45
25132026-03-30T22:46:23.915Z Checking slog-scope v4.4.1
25142026-03-30T22:46:24.086Z Checking tungstenite v0.21.0
25152026-03-30T22:46:24.121Z Checking slog-stdlog v4.1.1
25162026-03-30T22:46:24.276Z Checking slog-envlogger v2.2.0
25172026-03-30T22:46:24.311Z Compiling typify-impl v0.4.3
25182026-03-30T22:46:24.458Z Checking typeid v1.0.3
25192026-03-30T22:46:24.541Z Checking tokio-tungstenite v0.21.0
25202026-03-30T22:46:24.608Z Checking subprocess v0.2.15
25212026-03-30T22:46:24.917Z Checking headers-core v0.3.0
25222026-03-30T22:46:25.056Z Checking headers v0.4.1
25232026-03-30T22:46:25.551Z Compiling lzma-sys v0.1.20
25242026-03-30T22:46:25.706Z Compiling cargo_toml v0.22.3
25252026-03-30T22:46:25.755Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25262026-03-30T22:46:26.024Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25272026-03-30T22:46:26.216Z Checking yasna v0.5.2
25282026-03-30T22:46:26.296Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-30T22:46:26.438Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-03-30T22:46:26.637Z Checking rcgen v0.12.1
25312026-03-30T22:46:26.671Z Checking xz2 v0.1.7
25322026-03-30T22:46:26.869Z Checking ron v0.12.0
25332026-03-30T22:46:26.909Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25342026-03-30T22:46:26.980Z Checking base16ct v1.0.0
25352026-03-30T22:46:27.146Z Checking dropshot-api-manager-types v0.6.0
25362026-03-30T22:46:27.373Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25372026-03-30T22:46:27.582Z Checking tagptr v0.2.0
25382026-03-30T22:46:27.617Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25392026-03-30T22:46:27.649Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25402026-03-30T22:46:27.755Z Checking moka v0.12.13
25412026-03-30T22:46:27.792Z Compiling libefi-sys v0.1.0
25422026-03-30T22:46:28.009Z Compiling radium v0.7.0
25432026-03-30T22:46:28.222Z Compiling bitfield-struct v0.6.2
25442026-03-30T22:46:28.338Z Compiling maybe-uninit v2.0.0
25452026-03-30T22:46:28.423Z Checking hickory-resolver v0.25.2
25462026-03-30T22:46:28.489Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-30T22:46:28.648Z Checking tap v1.0.1
25482026-03-30T22:46:28.785Z Checking wyz v0.5.1
25492026-03-30T22:46:28.830Z Compiling typify-macro v0.4.3
25502026-03-30T22:46:28.895Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-30T22:46:29.196Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25522026-03-30T22:46:29.274Z Compiling zerocopy-derive v0.6.6
25532026-03-30T22:46:29.373Z Checking funty v2.0.0
25542026-03-30T22:46:29.453Z Compiling packed_struct v0.10.1
25552026-03-30T22:46:29.573Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-03-30T22:46:29.688Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-30T22:46:29.722Z Checking crc-catalog v2.4.0
25582026-03-30T22:46:29.796Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-30T22:46:29.829Z Checking bitvec v1.0.1
25602026-03-30T22:46:29.862Z Checking crc v3.4.0
25612026-03-30T22:46:29.896Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-03-30T22:46:30.088Z Compiling packed_struct_codegen v0.10.1
25632026-03-30T22:46:30.091Z Compiling bitfield-macros v0.19.4
25642026-03-30T22:46:30.152Z Compiling indexmap v1.9.3
25652026-03-30T22:46:30.156Z Checking zerocopy v0.6.6
25662026-03-30T22:46:30.380Z Checking nodrop v0.1.14
25672026-03-30T22:46:30.500Z Checking array-init v0.0.4
25682026-03-30T22:46:30.569Z Compiling typify v0.4.3
25692026-03-30T22:46:30.709Z Compiling progenitor-impl v0.10.0
25702026-03-30T22:46:30.825Z Checking smallvec v0.6.14
25712026-03-30T22:46:30.858Z Checking bitfield v0.19.4
25722026-03-30T22:46:31.047Z Checking hashbrown v0.12.3
25732026-03-30T22:46:31.154Z Checking serde-hex v0.1.0
25742026-03-30T22:46:31.187Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25752026-03-30T22:46:31.376Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25762026-03-30T22:46:31.644Z Checking ron v0.8.1
25772026-03-30T22:46:31.844Z Checking hashbrown v0.13.2
25782026-03-30T22:46:32.199Z Checking crc-any v2.5.0
25792026-03-30T22:46:32.297Z Checking object v0.30.4
25802026-03-30T22:46:32.393Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-03-30T22:46:32.396Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-03-30T22:46:32.476Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25832026-03-30T22:46:32.624Z Checking path-slash v0.1.5
25842026-03-30T22:46:32.730Z Compiling xshell-macros v0.2.7
25852026-03-30T22:46:32.762Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862026-03-30T22:46:33.145Z Checking xshell v0.2.7
25872026-03-30T22:46:33.178Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-30T22:46:33.366Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-30T22:46:33.400Z Compiling progenitor-macro v0.10.0
25902026-03-30T22:46:33.876Z Checking half v1.8.3
25912026-03-30T22:46:34.103Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-03-30T22:46:34.137Z Checking serde_cbor v0.11.2
25932026-03-30T22:46:34.173Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25942026-03-30T22:46:34.498Z Compiling num-derive v0.3.3
25952026-03-30T22:46:34.554Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-30T22:46:34.593Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25972026-03-30T22:46:34.816Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25982026-03-30T22:46:34.986Z Compiling proc-macro-error2 v2.0.1
25992026-03-30T22:46:35.335Z Compiling tabled_derive v0.11.0
26002026-03-30T22:46:35.371Z Checking papergrid v0.17.0
26012026-03-30T22:46:35.415Z Checking libscf-sys v1.1.0
26022026-03-30T22:46:35.493Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-30T22:46:35.575Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-03-30T22:46:35.806Z Checking testing_table v0.3.0
26052026-03-30T22:46:35.840Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-30T22:46:35.930Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-30T22:46:36.168Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-30T22:46:36.236Z Checking maplit v1.0.2
26092026-03-30T22:46:36.350Z Checking crc8 v0.1.1
26102026-03-30T22:46:36.472Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26112026-03-30T22:46:36.506Z Checking fxhash v0.2.1
26122026-03-30T22:46:36.510Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-03-30T22:46:36.571Z Checking tabled v0.20.0
26142026-03-30T22:46:36.658Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152026-03-30T22:46:36.717Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-03-30T22:46:36.923Z Checking unicase v2.9.0
26172026-03-30T22:46:37.114Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-30T22:46:37.154Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-30T22:46:37.332Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26202026-03-30T22:46:37.444Z Checking kstat-rs v0.2.4
26212026-03-30T22:46:37.608Z Compiling diesel_derives v2.3.7
26222026-03-30T22:46:37.663Z Checking scheduled-thread-pool v0.2.7
26232026-03-30T22:46:37.707Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26242026-03-30T22:46:37.852Z Compiling dsl_auto_type v0.2.0
26252026-03-30T22:46:37.924Z Compiling vergen-gitcl v1.0.8
26262026-03-30T22:46:38.004Z Compiling diesel_table_macro_syntax v0.3.0
26272026-03-30T22:46:38.195Z Checking r2d2 v0.8.10
26282026-03-30T22:46:38.241Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26292026-03-30T22:46:38.370Z Checking progenitor v0.10.0
26302026-03-30T22:46:38.409Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26312026-03-30T22:46:38.554Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26322026-03-30T22:46:38.557Z Checking downcast-rs v2.0.2
26332026-03-30T22:46:38.711Z Compiling parking_lot_core v0.8.6
26342026-03-30T22:46:38.744Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26352026-03-30T22:46:39.179Z Compiling git-stub v1.0.0
26362026-03-30T22:46:39.374Z Compiling git-stub-vcs v0.1.0
26372026-03-30T22:46:39.463Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26382026-03-30T22:46:39.495Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-03-30T22:46:39.541Z Checking parking_lot v0.11.2
26402026-03-30T22:46:39.727Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26412026-03-30T22:46:39.761Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26422026-03-30T22:46:39.793Z Checking prefix-trie v0.7.0
26432026-03-30T22:46:39.826Z Checking nanorand v0.7.0
26442026-03-30T22:46:39.917Z Compiling dirs-sys-next v0.1.2
26452026-03-30T22:46:40.049Z Compiling crunchy v0.2.4
26462026-03-30T22:46:40.137Z Checking hickory-server v0.25.2
26472026-03-30T22:46:40.227Z Compiling dirs-next v2.0.0
26482026-03-30T22:46:40.314Z Checking flume v0.11.1
26492026-03-30T22:46:40.379Z Checking sled v0.34.7
26502026-03-30T22:46:40.423Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-30T22:46:40.586Z Compiling clang-sys v1.8.1
26522026-03-30T22:46:40.766Z Checking hickory-client v0.25.2
26532026-03-30T22:46:40.963Z Compiling tiny-keccak v2.0.2
26542026-03-30T22:46:41.139Z Compiling term v0.7.0
26552026-03-30T22:46:41.186Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26562026-03-30T22:46:41.265Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-03-30T22:46:41.372Z Compiling salty v0.3.0
26582026-03-30T22:46:41.406Z Compiling bit-vec v0.6.3
26592026-03-30T22:46:41.567Z Compiling ascii-canvas v3.0.0
26602026-03-30T22:46:41.676Z Compiling bit-set v0.5.3
26612026-03-30T22:46:41.754Z Checking primeorder v0.13.6
26622026-03-30T22:46:41.836Z Compiling itertools v0.10.5
26632026-03-30T22:46:41.869Z Compiling ena v0.14.4
26642026-03-30T22:46:42.028Z Compiling libloading v0.8.9
26652026-03-30T22:46:42.110Z Compiling fs-err v2.11.0
26662026-03-30T22:46:42.157Z Compiling regex-syntax v0.6.29
26672026-03-30T22:46:42.271Z Compiling diff v0.1.13
26682026-03-30T22:46:42.368Z Compiling bindgen v0.71.1
26692026-03-30T22:46:42.648Z Compiling cexpr v0.6.0
26702026-03-30T22:46:42.868Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-03-30T22:46:42.916Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-03-30T22:46:42.978Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-30T22:46:43.355Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-03-30T22:46:43.449Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-03-30T22:46:43.576Z Compiling lalrpop v0.19.12
26762026-03-30T22:46:43.649Z Compiling libxml v0.3.3
26772026-03-30T22:46:43.683Z Checking parse-size v1.1.0
26782026-03-30T22:46:43.777Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26792026-03-30T22:46:43.830Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26802026-03-30T22:46:43.863Z Checking diesel v2.3.7
26812026-03-30T22:46:43.945Z Checking p384 v0.13.1
26822026-03-30T22:46:44.324Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26832026-03-30T22:46:44.389Z Compiling strum_macros v0.24.3
26842026-03-30T22:46:44.698Z Compiling indoc v1.0.9
26852026-03-30T22:46:45.164Z Checking assert_matches v1.5.0
26862026-03-30T22:46:45.746Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26872026-03-30T22:46:45.907Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-03-30T22:46:45.946Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892026-03-30T22:46:46.129Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26902026-03-30T22:46:46.296Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26912026-03-30T22:46:46.716Z Checking predicates-tree v1.0.13
26922026-03-30T22:46:46.810Z Checking derive_builder v0.20.2
26932026-03-30T22:46:46.859Z Checking quick-xml v0.37.5
26942026-03-30T22:46:46.956Z Compiling oso-derive v0.27.3
26952026-03-30T22:46:47.488Z Compiling impl-trait-for-tuples v0.2.3
26962026-03-30T22:46:47.781Z Compiling trait-variant v0.1.2
26972026-03-30T22:46:47.887Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26982026-03-30T22:46:47.937Z Checking openssl-probe v0.1.6
26992026-03-30T22:46:48.081Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27002026-03-30T22:46:48.295Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27012026-03-30T22:46:48.356Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-30T22:46:48.693Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27032026-03-30T22:46:49.117Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-30T22:46:49.148Z Compiling progenitor-impl v0.11.2
27052026-03-30T22:46:49.414Z Compiling mime_guess v2.0.5
27062026-03-30T22:46:49.897Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27072026-03-30T22:46:49.985Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-30T22:46:50.142Z Checking progenitor-client v0.11.2
27092026-03-30T22:46:50.224Z Checking http-range v0.1.5
27102026-03-30T22:46:50.386Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-03-30T22:46:50.469Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-30T22:46:50.577Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-30T22:46:50.657Z Checking ignore v0.4.25
27142026-03-30T22:46:51.203Z Checking atty v0.2.14
27152026-03-30T22:46:51.333Z Checking globwalk v0.9.1
27162026-03-30T22:46:51.805Z Compiling progenitor-macro v0.11.2
27172026-03-30T22:46:52.087Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-30T22:46:52.934Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-30T22:46:53.103Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-30T22:46:53.345Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-30T22:46:53.569Z Checking bb8 v0.8.6
27222026-03-30T22:46:53.603Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-30T22:46:53.659Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-30T22:46:53.828Z Checking corncobs v0.1.4
27252026-03-30T22:46:53.877Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-30T22:46:53.993Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-03-30T22:46:54.037Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-30T22:46:54.417Z Checking hyper-staticfile v0.10.1
27292026-03-30T22:46:54.748Z Checking camino-tempfile-ext v0.3.3
27302026-03-30T22:46:54.852Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-30T22:46:54.987Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-30T22:46:55.170Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-30T22:46:55.211Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-30T22:46:55.402Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-30T22:46:55.967Z Checking signal-hook-tokio v0.3.1
27362026-03-30T22:46:56.128Z Checking secrecy v0.8.0
27372026-03-30T22:46:56.286Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-30T22:46:56.620Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-30T22:46:56.772Z Checking progenitor v0.11.2
27402026-03-30T22:46:56.926Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27412026-03-30T22:46:56.961Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27422026-03-30T22:46:56.964Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-03-30T22:46:57.145Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-30T22:46:57.267Z Checking nonempty v0.12.0
27452026-03-30T22:46:57.399Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-30T22:46:57.556Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-30T22:46:57.699Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-30T22:46:57.750Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-30T22:46:58.001Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-30T22:46:58.148Z Checking diesel-dtrace v0.5.0
27512026-03-30T22:46:58.343Z Checking async-bb8-diesel v0.2.1
27522026-03-30T22:46:58.428Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27532026-03-30T22:46:58.732Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27542026-03-30T22:46:59.007Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27552026-03-30T22:46:59.110Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-03-30T22:46:59.395Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-03-30T22:46:59.435Z Checking tungstenite v0.23.0
27582026-03-30T22:46:59.888Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-30T22:46:59.924Z Checking tokio-tungstenite v0.23.1
27602026-03-30T22:47:00.097Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-30T22:47:00.219Z Checking rand_seeder v0.4.0
27622026-03-30T22:47:00.401Z Checking void v1.0.2
27632026-03-30T22:47:00.470Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-30T22:47:00.543Z Checking lzss v0.8.2
27652026-03-30T22:47:00.770Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-30T22:47:00.885Z Checking nix v0.27.1
27672026-03-30T22:47:00.966Z Checking serde_bytes v0.11.19
27682026-03-30T22:47:01.093Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-30T22:47:01.178Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-30T22:47:01.299Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-30T22:47:01.436Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-30T22:47:01.985Z Checking is_ci v1.2.0
27732026-03-30T22:47:02.018Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-30T22:47:02.194Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-30T22:47:02.285Z Checking yansi v1.0.1
27762026-03-30T22:47:02.320Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-30T22:47:02.563Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27782026-03-30T22:47:02.598Z Checking pretty_assertions v1.4.1
27792026-03-30T22:47:02.764Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-03-30T22:47:02.841Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27812026-03-30T22:47:02.873Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27822026-03-30T22:47:03.096Z Compiling darling_core v0.23.0
27832026-03-30T22:47:04.123Z Compiling indoc v2.0.7
27842026-03-30T22:47:04.273Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-30T22:47:04.379Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27862026-03-30T22:47:04.499Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-30T22:47:04.601Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-30T22:47:04.831Z Compiling instability v0.3.11
27892026-03-30T22:47:05.155Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-30T22:47:05.235Z Compiling libz-sys v1.1.24
27912026-03-30T22:47:05.300Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-30T22:47:05.641Z Checking castaway v0.2.4
27932026-03-30T22:47:05.674Z Compiling darling_macro v0.23.0
27942026-03-30T22:47:05.787Z Checking compact_str v0.8.1
27952026-03-30T22:47:06.191Z Compiling darling v0.23.0
27962026-03-30T22:47:06.224Z Checking supports-color v3.0.2
27972026-03-30T22:47:06.420Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-03-30T22:47:06.647Z Checking unicode-truncate v1.1.0
27992026-03-30T22:47:06.738Z Checking lru v0.12.5
28002026-03-30T22:47:06.825Z Checking cassowary v0.3.0
28012026-03-30T22:47:06.972Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-30T22:47:07.047Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-30T22:47:07.082Z Checking ratatui v0.29.0
28042026-03-30T22:47:07.227Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28052026-03-30T22:47:08.461Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-30T22:47:08.496Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-30T22:47:08.585Z Compiling vergen-git2 v1.0.7
28082026-03-30T22:47:08.760Z Checking plotters-backend v0.3.7
28092026-03-30T22:47:08.794Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-03-30T22:47:08.871Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-30T22:47:08.992Z Checking plotters-svg v0.3.7
28122026-03-30T22:47:09.026Z Checking colored v2.2.0
28132026-03-30T22:47:09.092Z Compiling rustls v0.21.12
28142026-03-30T22:47:09.162Z Checking cast v0.3.0
28152026-03-30T22:47:09.253Z Checking shell-words v1.1.1
28162026-03-30T22:47:09.347Z Checking plotters v0.3.7
28172026-03-30T22:47:09.351Z Checking criterion-plot v0.6.0
28182026-03-30T22:47:09.501Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-30T22:47:09.655Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-03-30T22:47:09.880Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-03-30T22:47:10.106Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28222026-03-30T22:47:10.109Z Checking sct v0.7.1
28232026-03-30T22:47:10.277Z Checking rustls-webpki v0.101.7
28242026-03-30T22:47:10.456Z Checking tinytemplate v1.2.1
28252026-03-30T22:47:10.607Z Compiling nix v0.29.0
28262026-03-30T22:47:10.648Z Checking oorandom v11.1.5
28272026-03-30T22:47:10.703Z Checking anes v0.1.6
28282026-03-30T22:47:10.793Z Checking hex-literal v0.4.1
28292026-03-30T22:47:10.914Z Checking criterion v0.7.0
28302026-03-30T22:47:11.063Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28312026-03-30T22:47:12.227Z Checking erased-serde v0.4.9
28322026-03-30T22:47:12.269Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-03-30T22:47:12.635Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28342026-03-30T22:47:13.409Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28352026-03-30T22:47:14.201Z Checking ordered-float v2.10.1
28362026-03-30T22:47:14.477Z Checking serde-value v0.7.0
28372026-03-30T22:47:14.728Z Checking serde-untagged v0.1.9
28382026-03-30T22:47:14.958Z Checking tokio-rustls v0.24.1
28392026-03-30T22:47:15.188Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-30T22:47:15.451Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-30T22:47:15.676Z Checking rustls-pemfile v1.0.4
28422026-03-30T22:47:15.849Z Checking twox-hash v2.1.2
28432026-03-30T22:47:16.041Z Checking unicode-xid v0.2.6
28442026-03-30T22:47:16.180Z Checking cargo-util-schemas v0.8.2
28452026-03-30T22:47:16.260Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-03-30T22:47:17.094Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28472026-03-30T22:47:17.287Z Checking fatfs v0.3.6
28482026-03-30T22:47:17.318Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-30T22:47:17.514Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-30T22:47:17.793Z Checking cargo-platform v0.2.0
28512026-03-30T22:47:18.010Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-03-30T22:47:18.826Z Compiling petname v2.0.2
28532026-03-30T22:47:19.163Z Compiling seq-macro v0.3.6
28542026-03-30T22:47:19.375Z Checking cargo_metadata v0.21.0
28552026-03-30T22:47:19.502Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-30T22:47:19.698Z Checking concurrent-queue v2.5.0
28572026-03-30T22:47:19.918Z Checking rtoolbox v0.0.3
28582026-03-30T22:47:20.084Z Checking futures-timer v3.0.3
28592026-03-30T22:47:20.158Z Checking parking v2.2.1
28602026-03-30T22:47:20.296Z Checking rpassword v7.4.0
28612026-03-30T22:47:20.330Z Checking event-listener v5.4.1
28622026-03-30T22:47:20.474Z Checking tui-tree-widget v0.23.1
28632026-03-30T22:47:20.572Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-30T22:47:20.681Z Checking polyval v0.6.2
28652026-03-30T22:47:20.763Z Checking sapling-renderdag v0.1.0
28662026-03-30T22:47:20.850Z Checking sync-ptr v0.1.4
28672026-03-30T22:47:20.882Z Checking ghash v0.5.1
28682026-03-30T22:47:20.997Z Checking event-listener-strategy v0.5.4
28692026-03-30T22:47:21.029Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-30T22:47:21.034Z Checking ctr v0.9.2
28712026-03-30T22:47:21.161Z Checking arrayref v0.3.9
28722026-03-30T22:47:21.252Z Checking arrayvec v0.7.6
28732026-03-30T22:47:21.255Z Checking constant_time_eq v0.4.2
28742026-03-30T22:47:21.366Z Checking aes-gcm v0.10.3
28752026-03-30T22:47:21.453Z Checking async-lock v3.4.2
28762026-03-30T22:47:21.487Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-30T22:47:21.544Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-30T22:47:21.864Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-30T22:47:22.445Z Checking ssh-encoding v0.2.0
28802026-03-30T22:47:22.570Z Checking blowfish v0.9.1
28812026-03-30T22:47:22.668Z Checking ssh-cipher v0.2.0
28822026-03-30T22:47:22.755Z Checking bcrypt-pbkdf v0.10.0
28832026-03-30T22:47:22.873Z Checking async-object-pool v0.2.0
28842026-03-30T22:47:22.949Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-30T22:47:23.013Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-30T22:47:23.280Z Checking serde_regex v1.1.0
28872026-03-30T22:47:23.471Z Checking password-hash v0.4.2
28882026-03-30T22:47:23.668Z Checking assert-json-diff v2.0.2
28892026-03-30T22:47:23.723Z Checking path-tree v0.8.3
28902026-03-30T22:47:23.866Z Checking gimli v0.32.3
28912026-03-30T22:47:23.938Z Compiling target-lexicon v0.13.3
28922026-03-30T22:47:24.199Z Checking stringmetrics v2.2.2
28932026-03-30T22:47:24.380Z Checking httpmock v0.8.3
28942026-03-30T22:47:24.514Z Checking pbkdf2 v0.11.0
28952026-03-30T22:47:24.716Z Checking ssh-key v0.6.7
28962026-03-30T22:47:25.435Z Checking addr2line v0.25.1
28972026-03-30T22:47:25.536Z Compiling samael v0.0.19
28982026-03-30T22:47:25.731Z Checking p256 v0.13.2
28992026-03-30T22:47:26.013Z Checking p521 v0.13.3
29002026-03-30T22:47:26.632Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-30T22:47:26.667Z Checking russh-cryptovec v0.7.3
29022026-03-30T22:47:26.833Z Compiling guppy-workspace-hack v0.1.0
29032026-03-30T22:47:26.867Z Checking md5 v0.7.0
29042026-03-30T22:47:27.048Z Checking rustc-demangle v0.1.27
29052026-03-30T22:47:27.081Z Checking russh-keys v0.45.0
29062026-03-30T22:47:27.308Z Checking backtrace v0.3.76
29072026-03-30T22:47:27.661Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-30T22:47:27.664Z Checking num-bigint v0.4.6
29092026-03-30T22:47:27.779Z Checking des v0.8.1
29102026-03-30T22:47:28.126Z Compiling blake3 v1.8.3
29112026-03-30T22:47:28.518Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-30T22:47:28.692Z Compiling target-spec v3.5.7
29132026-03-30T22:47:28.826Z Checking russh v0.45.0
29142026-03-30T22:47:28.955Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-30T22:47:29.600Z Checking backtrace-ext v0.2.1
29162026-03-30T22:47:29.658Z Checking cfg-expr v0.20.6
29172026-03-30T22:47:29.850Z Checking supports-color v2.1.0
29182026-03-30T22:47:30.016Z Checking textwrap v0.15.2
29192026-03-30T22:47:30.075Z Checking supports-unicode v2.1.0
29202026-03-30T22:47:30.162Z Checking supports-hyperlinks v2.1.0
29212026-03-30T22:47:30.220Z Checking hashbrown v0.14.5
29222026-03-30T22:47:30.251Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-30T22:47:30.307Z Checking cargo-platform v0.3.2
29242026-03-30T22:47:30.478Z Checking socket2 v0.5.10
29252026-03-30T22:47:30.517Z Checking terminal_size v0.1.17
29262026-03-30T22:47:30.654Z Compiling miette-derive v5.10.0
29272026-03-30T22:47:30.723Z Checking owo-colors v3.5.0
29282026-03-30T22:47:30.761Z Checking internet-checksum v0.2.1
29292026-03-30T22:47:30.793Z Checking chumsky v0.9.3
29302026-03-30T22:47:30.909Z Checking cargo_metadata v0.23.1
29312026-03-30T22:47:31.784Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-03-30T22:47:31.819Z Checking miette v5.10.0
29332026-03-30T22:47:31.850Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-03-30T22:47:32.001Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29352026-03-30T22:47:32.337Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29362026-03-30T22:47:32.371Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29372026-03-30T22:47:32.572Z Checking httptest v0.16.4
29382026-03-30T22:47:32.613Z Checking pathdiff v0.2.3
29392026-03-30T22:47:32.754Z Compiling knuffel-derive v3.2.0
29402026-03-30T22:47:32.788Z Checking topological-sort v0.2.2
29412026-03-30T22:47:32.956Z Checking nested v0.1.1
29422026-03-30T22:47:32.989Z Checking omicron-zone-package v0.12.2
29432026-03-30T22:47:33.141Z Checking guppy v0.17.25
29442026-03-30T22:47:33.244Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29452026-03-30T22:47:33.421Z Compiling git2 v0.20.4
29462026-03-30T22:47:33.498Z Checking similar-asserts v1.7.0
29472026-03-30T22:47:33.680Z Compiling rstest_macros v0.25.0
29482026-03-30T22:47:33.910Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-30T22:47:33.990Z Compiling target-triple v1.0.0
29502026-03-30T22:47:34.109Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-30T22:47:34.183Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-30T22:47:34.273Z Checking knuffel v3.2.0
29532026-03-30T22:47:34.352Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29542026-03-30T22:47:34.858Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-30T22:47:34.928Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-30T22:47:35.087Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-30T22:47:35.336Z Compiling relative-path v1.9.3
29582026-03-30T22:47:35.555Z Checking escape8259 v0.5.3
29592026-03-30T22:47:35.720Z Compiling assert_cmd v2.1.2
29602026-03-30T22:47:35.896Z Checking libtest-mimic v0.8.1
29612026-03-30T22:47:36.163Z Checking toml v1.0.3+spec-1.1.0
29622026-03-30T22:47:36.459Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29632026-03-30T22:47:36.597Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29642026-03-30T22:47:36.789Z Checking blake2b_simd v1.0.4
29652026-03-30T22:47:36.820Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-03-30T22:47:37.208Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-30T22:47:37.292Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-30T22:47:37.666Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-30T22:47:37.743Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-03-30T22:47:37.975Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29712026-03-30T22:47:38.211Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29722026-03-30T22:47:38.413Z Checking fancy-regex v0.14.0
29732026-03-30T22:47:38.644Z Checking serde_tokenstream v0.2.3
29742026-03-30T22:47:38.810Z Checking uzers v0.12.2
29752026-03-30T22:47:38.893Z Checking termcolor v1.4.1
29762026-03-30T22:47:39.058Z Compiling linkme-impl v0.3.35
29772026-03-30T22:47:39.136Z Checking constant_time_eq v0.3.1
29782026-03-30T22:47:39.271Z Checking rust-argon2 v2.1.0
29792026-03-30T22:47:39.459Z Checking trybuild v1.0.116
29802026-03-30T22:47:39.540Z Checking datatest-stable v0.3.3
29812026-03-30T22:47:39.618Z Checking rstest v0.25.0
29822026-03-30T22:47:40.058Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-03-30T22:47:40.103Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-03-30T22:47:40.341Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-03-30T22:47:40.411Z Checking support-bundle-viewer v0.1.2
29862026-03-30T22:47:40.711Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29872026-03-30T22:47:40.966Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29882026-03-30T22:47:41.013Z Compiling polar-core v0.27.3
29892026-03-30T22:47:41.048Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-30T22:47:41.221Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29912026-03-30T22:47:41.287Z Checking drift v0.1.3
29922026-03-30T22:47:41.466Z Checking rand_distr v0.5.1
29932026-03-30T22:47:41.644Z Checking multimap v0.10.1
29942026-03-30T22:47:41.960Z Checking approx v0.5.1
29952026-03-30T22:47:42.024Z Compiling linkme v0.3.35
29962026-03-30T22:47:42.136Z Checking dropshot-api-manager v0.6.0
29972026-03-30T22:47:42.650Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29982026-03-30T22:47:43.067Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29992026-03-30T22:47:43.477Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30002026-03-30T22:47:43.512Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30012026-03-30T22:47:43.557Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30022026-03-30T22:47:43.624Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30032026-03-30T22:47:43.722Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30042026-03-30T22:47:43.795Z Checking partial-io v0.5.4
30052026-03-30T22:47:44.042Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30062026-03-30T22:47:44.139Z Checking cargo_toml v0.21.0
30072026-03-30T22:47:44.175Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-03-30T22:47:44.283Z Checking termios v0.3.3
30092026-03-30T22:47:44.421Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-30T22:47:44.669Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30112026-03-30T22:47:44.732Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-30T22:47:45.023Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-30T22:47:46.374Z Checking oso v0.27.3
30142026-03-30T22:47:48.866Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30152026-03-30T22:47:53.403Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30162026-03-30T22:47:55.548Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30172026-03-30T22:47:56.625Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30182026-03-30T22:48:00.019Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30192026-03-30T22:48:05.318Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30202026-03-30T22:48:09.383Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30212026-03-30T22:48:10.017Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30222026-03-30T22:48:11.289Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30232026-03-30T22:48:20.081Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30242026-03-30T22:49:36.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30252026-03-30T22:49:36.731Z
30262026-03-30T22:49:36.731Zreal 4:04.980316019
30272026-03-30T22:49:36.731Zuser 20:37.946523487
30282026-03-30T22:49:36.731Zsys 4:48.022494366
30292026-03-30T22:49:36.731Ztrap 0.494913905
30302026-03-30T22:49:36.731Ztflt 0.089446211
30312026-03-30T22:49:36.731Zdflt 0.144827217
30322026-03-30T22:49:36.731Zkflt 0.001464726
30332026-03-30T22:49:36.731Zlock 56:56.818728572
30342026-03-30T22:49:36.731Zslp 56:40.259811386
30352026-03-30T22:49:36.731Zlat 1:51.466054677
30362026-03-30T22:49:36.731Zstop 10:40.489245209
30372026-03-30T22:49:36.734Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30382026-03-30T22:49:36.734Z+ ptime -m cargo doc --workspace --no-deps
30392026-03-30T22:49:37.622Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30402026-03-30T22:49:37.622Z |
30412026-03-30T22:49:37.622Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30422026-03-30T22:49:37.622Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30432026-03-30T22:49:38.565Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-30T22:49:38.794Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-30T22:49:38.836Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30462026-03-30T22:49:38.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30472026-03-30T22:49:38.969Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30482026-03-30T22:49:39.066Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30492026-03-30T22:49:39.093Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-30T22:49:39.120Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-30T22:49:39.147Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-30T22:49:39.197Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-30T22:49:39.355Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-30T22:49:39.376Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-30T22:49:39.400Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30562026-03-30T22:49:39.422Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30572026-03-30T22:49:39.442Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-03-30T22:49:39.476Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30592026-03-30T22:49:39.521Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-03-30T22:49:39.544Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30612026-03-30T22:49:39.606Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-03-30T22:49:39.655Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-03-30T22:49:39.686Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-03-30T22:49:39.988Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30652026-03-30T22:49:40.108Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-30T22:49:40.170Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-03-30T22:49:40.281Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30682026-03-30T22:49:40.306Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30692026-03-30T22:49:40.329Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-03-30T22:49:40.448Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-03-30T22:49:40.575Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-03-30T22:49:40.636Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-03-30T22:49:40.763Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-03-30T22:49:40.961Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30752026-03-30T22:49:40.966Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30762026-03-30T22:49:41.083Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-03-30T22:49:41.188Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-03-30T22:49:41.281Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-03-30T22:49:41.323Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30802026-03-30T22:49:41.421Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-03-30T22:49:41.554Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-03-30T22:49:41.575Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-03-30T22:49:41.801Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-03-30T22:49:41.869Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30852026-03-30T22:49:41.944Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30862026-03-30T22:49:42.113Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-03-30T22:49:42.142Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-03-30T22:49:42.160Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-03-30T22:49:42.177Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-03-30T22:49:42.410Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-03-30T22:49:42.430Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-03-30T22:49:42.435Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30932026-03-30T22:49:42.640Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-30T22:49:42.665Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-30T22:49:42.674Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30962026-03-30T22:49:42.700Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30972026-03-30T22:49:42.934Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30982026-03-30T22:49:42.970Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30992026-03-30T22:49:42.976Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-03-30T22:49:43.011Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31012026-03-30T22:49:43.142Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-03-30T22:49:43.194Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-03-30T22:49:43.246Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-03-30T22:49:43.378Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-03-30T22:49:43.434Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-03-30T22:49:43.447Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31072026-03-30T22:49:43.489Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082026-03-30T22:49:43.624Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31092026-03-30T22:49:43.645Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102026-03-30T22:49:43.670Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31112026-03-30T22:49:43.782Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-03-30T22:49:43.818Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31132026-03-30T22:49:43.841Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31142026-03-30T22:49:43.864Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31152026-03-30T22:49:43.887Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-03-30T22:49:44.241Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-30T22:49:44.265Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-30T22:49:44.442Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-30T22:49:44.894Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31202026-03-30T22:49:44.969Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31212026-03-30T22:49:45.200Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-03-30T22:49:45.343Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-03-30T22:49:45.515Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-03-30T22:49:45.749Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31252026-03-30T22:49:45.863Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-03-30T22:49:46.314Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-30T22:49:46.491Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-30T22:49:46.671Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-30T22:49:46.803Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-30T22:49:47.542Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-30T22:49:48.265Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-30T22:49:48.332Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-03-30T22:49:48.572Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-30T22:49:48.610Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-30T22:49:49.308Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-30T22:49:49.338Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-30T22:49:49.388Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-30T22:49:49.589Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-30T22:49:49.647Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-30T22:49:49.671Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-30T22:49:49.887Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-30T22:49:49.973Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-03-30T22:49:50.002Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31442026-03-30T22:49:50.025Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31452026-03-30T22:49:50.103Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31462026-03-30T22:49:50.150Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-30T22:49:50.789Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31482026-03-30T22:49:51.051Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-03-30T22:49:51.437Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31502026-03-30T22:49:51.910Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-30T22:49:52.320Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-30T22:49:52.342Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-03-30T22:49:52.931Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31542026-03-30T22:49:53.109Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31552026-03-30T22:49:53.203Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-30T22:49:53.478Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-30T22:49:53.811Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31582026-03-30T22:49:53.842Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31592026-03-30T22:49:54.380Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-30T22:49:54.404Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31612026-03-30T22:49:54.573Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31622026-03-30T22:49:54.681Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-30T22:49:54.805Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-30T22:49:54.897Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-03-30T22:49:55.059Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31662026-03-30T22:49:55.822Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31672026-03-30T22:49:55.890Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31682026-03-30T22:49:56.258Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31692026-03-30T22:49:56.645Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31702026-03-30T22:49:56.898Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31712026-03-30T22:49:57.327Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-30T22:49:58.204Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31732026-03-30T22:49:58.492Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31742026-03-30T22:49:58.843Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-03-30T22:49:59.098Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-03-30T22:49:59.221Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31772026-03-30T22:49:59.416Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31782026-03-30T22:49:59.903Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-03-30T22:49:59.926Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-03-30T22:49:59.976Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31812026-03-30T22:50:00.571Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-03-30T22:50:00.796Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-03-30T22:50:00.817Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-03-30T22:50:00.895Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31852026-03-30T22:50:01.106Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31862026-03-30T22:50:01.135Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31872026-03-30T22:50:02.183Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-03-30T22:50:02.836Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-30T22:50:03.385Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31902026-03-30T22:50:04.070Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-03-30T22:50:04.707Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31922026-03-30T22:50:04.913Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31932026-03-30T22:50:06.511Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31942026-03-30T22:50:06.543Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31952026-03-30T22:50:07.238Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31962026-03-30T22:50:07.967Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-03-30T22:50:07.989Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31982026-03-30T22:50:08.780Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31992026-03-30T22:50:09.411Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32002026-03-30T22:50:09.616Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32012026-03-30T22:50:10.073Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32022026-03-30T22:50:10.245Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32032026-03-30T22:50:10.302Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32042026-03-30T22:50:10.306Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-03-30T22:50:10.420Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-03-30T22:50:10.827Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32072026-03-30T22:50:10.900Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32082026-03-30T22:50:10.956Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32092026-03-30T22:50:11.473Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32102026-03-30T22:50:11.935Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32112026-03-30T22:50:12.237Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-03-30T22:50:12.651Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32132026-03-30T22:50:12.710Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-03-30T22:50:12.751Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32152026-03-30T22:50:12.996Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-03-30T22:50:13.445Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-03-30T22:50:13.614Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32182026-03-30T22:50:13.709Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-03-30T22:50:15.142Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32202026-03-30T22:50:16.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-03-30T22:50:16.869Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-30T22:50:19.886Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-03-30T22:50:20.871Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32242026-03-30T22:50:21.209Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-03-30T22:50:21.854Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-03-30T22:50:22.309Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32272026-03-30T22:50:24.387Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282026-03-30T22:50:26.040Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292026-03-30T22:50:26.586Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32302026-03-30T22:50:26.882Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32312026-03-30T22:50:27.525Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-30T22:50:29.497Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-03-30T22:50:30.033Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32342026-03-30T22:50:30.922Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32352026-03-30T22:50:31.423Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32362026-03-30T22:50:32.651Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32372026-03-30T22:50:33.540Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32382026-03-30T22:50:36.204Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32392026-03-30T22:50:36.956Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-30T22:50:37.643Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32412026-03-30T22:50:38.552Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32422026-03-30T22:50:39.471Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32432026-03-30T22:50:40.139Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32442026-03-30T22:50:41.130Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32452026-03-30T22:50:41.989Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32462026-03-30T22:50:42.671Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32472026-03-30T22:50:43.811Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-03-30T22:50:43.943Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-03-30T22:50:44.622Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32502026-03-30T22:50:45.760Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32512026-03-30T22:50:46.371Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32522026-03-30T22:50:48.870Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32532026-03-30T22:50:50.020Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32542026-03-30T22:50:50.636Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32552026-03-30T22:50:51.417Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32562026-03-30T22:50:52.531Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32572026-03-30T22:50:53.309Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-03-30T22:50:54.995Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32592026-03-30T22:50:55.926Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32602026-03-30T22:50:56.841Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32612026-03-30T22:50:57.746Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32622026-03-30T22:51:00.300Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32632026-03-30T22:51:00.691Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32642026-03-30T22:51:01.707Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32652026-03-30T22:51:03.891Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32662026-03-30T22:51:04.503Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32672026-03-30T22:51:06.151Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32682026-03-30T22:51:07.495Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32692026-03-30T22:51:13.519Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32702026-03-30T22:51:15.036Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-03-30T22:51:18.789Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-03-30T22:51:19.566Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-03-30T22:51:20.587Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32742026-03-30T22:51:21.174Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32752026-03-30T22:51:22.619Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-03-30T22:51:24.346Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-03-30T22:51:26.407Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-03-30T22:51:28.150Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32792026-03-30T22:51:29.783Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802026-03-30T22:51:31.363Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32812026-03-30T22:51:33.419Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32822026-03-30T22:51:34.795Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-03-30T22:51:36.479Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32842026-03-30T22:51:38.114Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32852026-03-30T22:51:39.753Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32862026-03-30T22:51:41.245Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32872026-03-30T22:51:43.187Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32882026-03-30T22:51:44.699Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32892026-03-30T22:51:46.388Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32902026-03-30T22:51:48.201Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32912026-03-30T22:51:49.951Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-03-30T22:51:51.762Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32932026-03-30T22:51:53.453Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32942026-03-30T22:51:55.915Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32952026-03-30T22:51:57.591Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-03-30T22:51:59.513Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-30T22:52:01.496Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-03-30T22:52:03.568Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32992026-03-30T22:52:05.543Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33002026-03-30T22:52:08.864Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33012026-03-30T22:52:09.871Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33022026-03-30T22:52:11.991Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-30T22:52:14.192Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33042026-03-30T22:52:16.353Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33052026-03-30T22:52:18.524Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33062026-03-30T22:52:20.699Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33072026-03-30T22:52:22.781Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082026-03-30T22:52:25.016Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33092026-03-30T22:52:27.395Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-03-30T22:52:29.191Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33112026-03-30T22:52:31.490Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33122026-03-30T22:52:34.046Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33132026-03-30T22:52:35.690Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33142026-03-30T22:52:37.861Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33152026-03-30T22:52:40.050Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33162026-03-30T22:52:42.199Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33172026-03-30T22:52:44.361Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33182026-03-30T22:52:46.534Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33192026-03-30T22:52:48.836Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33202026-03-30T22:52:50.914Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-03-30T22:52:53.093Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-03-30T22:52:55.412Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33232026-03-30T22:52:57.541Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33242026-03-30T22:52:59.771Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33252026-03-30T22:53:02.034Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33262026-03-30T22:53:04.598Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33272026-03-30T22:53:06.765Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33282026-03-30T22:53:08.861Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33292026-03-30T22:53:11.218Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33302026-03-30T22:53:13.560Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-03-30T22:53:15.861Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-03-30T22:53:18.340Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33332026-03-30T22:53:20.644Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33342026-03-30T22:53:23.078Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33352026-03-30T22:53:25.466Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-03-30T22:53:27.861Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-03-30T22:53:30.284Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33382026-03-30T22:53:32.533Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33392026-03-30T22:53:35.196Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33402026-03-30T22:53:41.368Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33412026-03-30T22:53:41.441Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33422026-03-30T22:53:42.460Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33432026-03-30T22:53:44.932Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33442026-03-30T22:53:47.452Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33452026-03-30T22:53:50.332Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33462026-03-30T22:53:52.554Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-30T22:53:55.049Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33482026-03-30T22:54:02.251Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33492026-03-30T22:54:02.521Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33502026-03-30T22:54:05.679Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33512026-03-30T22:54:08.953Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33522026-03-30T22:54:13.599Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-03-30T22:54:16.311Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33542026-03-30T22:54:19.919Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33552026-03-30T22:54:23.395Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33562026-03-30T22:54:26.924Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33572026-03-30T22:54:30.505Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33582026-03-30T22:54:34.137Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33592026-03-30T22:54:37.554Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33602026-03-30T22:54:41.148Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33612026-03-30T22:54:44.781Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33622026-03-30T22:54:48.251Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33632026-03-30T22:54:51.836Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33642026-03-30T22:54:55.456Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33652026-03-30T22:54:58.958Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33662026-03-30T22:55:02.525Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33672026-03-30T22:55:06.048Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33682026-03-30T22:55:09.794Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33692026-03-30T22:55:13.470Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33702026-03-30T22:55:16.997Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33712026-03-30T22:55:20.673Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33722026-03-30T22:55:24.171Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33732026-03-30T22:55:28.004Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33742026-03-30T22:55:31.473Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33752026-03-30T22:56:00.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s
33762026-03-30T22:56:00.303Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33772026-03-30T22:56:00.413Z
33782026-03-30T22:56:00.413Zreal 6:23.546812265
33792026-03-30T22:56:00.413Zuser 17:22.121184421
33802026-03-30T22:56:00.413Zsys 3:41.840197987
33812026-03-30T22:56:00.413Ztrap 0.256582731
33822026-03-30T22:56:00.413Ztflt 0.006287093
33832026-03-30T22:56:00.413Zdflt 0.057428270
33842026-03-30T22:56:00.413Zkflt 0.000023584
33852026-03-30T22:56:00.413Zlock 5:51:14.056242340
33862026-03-30T22:56:00.413Zslp 2:08:29.596081534
33872026-03-30T22:56:00.413Zlat 31.687147935
33882026-03-30T22:56:00.413Zstop 1:31.724851309
33892026-03-30T22:56:00.417Zprocess exited: duration 803867 ms, exit code 0
 
33902026-03-30T22:56:00.423Zfound 0 output files