01KM1129QJ52KX4JRXV1J6M41A: clippy (helios)

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

Buildomat Job: 01KM112RHKZRXP7HPAST99AG5E

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T17:51:27.765Zjob assigned to worker 01KM112ZNWVFYWSJKNKXX1F39S [factory aws, i-003ed92cc011acb4e] (queued for 1 m 40 s)
 
22026-03-18T17:51:35.926Zstarting task 0: "setup"
32026-03-18T17:51:35.933Z++ uname -s
42026-03-18T17:51:35.937Z+ kern=SunOS
52026-03-18T17:51:35.937Z+ build_user=build
62026-03-18T17:51:35.937Z+ build_uid=12345
72026-03-18T17:51:35.937Z+ work_dir=/work
82026-03-18T17:51:35.937Z+ input_dir=/input
92026-03-18T17:51:35.937Z+ [[ 0 == 12345 ]]
102026-03-18T17:51:35.937Z+ case "$kern" in
112026-03-18T17:51:35.937Z+ groupadd -g 12345 build
122026-03-18T17:51:35.937Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T17:51:37.943Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T17:51:38.061Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T17:51:38.065Z+ home_fs=zfs
162026-03-18T17:51:38.065Z+ [[ zfs == autofs ]]
172026-03-18T17:51:38.065Z+ mkdir -p /home/build
182026-03-18T17:51:38.065Z+ chown build:build /home/build /work
192026-03-18T17:51:39.067Z+ chmod 0700 /home/build /work
202026-03-18T17:51:39.071Zprocess exited: duration 3143 ms, exit code 0
 
212026-03-18T17:51:39.078Zstarting task 1: "rust-toolchain"
222026-03-18T17:51:39.082Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T17:51:39.082Z * rust toolchain channel = "1.94.0"
242026-03-18T17:51:39.082Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T17:51:39.082Z * rust toolchain profile = "default"
262026-03-18T17:51:39.082Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T17:51:39.082Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T17:51:39.086Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T17:51:39.086Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T17:51:39.206Zinfo: downloading installer
312026-03-18T17:51:41.027Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T17:51:41.027Zwarn: /opt/ooce/bin
332026-03-18T17:51:41.027Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T17:51:41.027Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T17:51:41.027Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T17:51:41.027Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T17:51:41.027Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T17:51:41.027Zerror: cannot install while Rust is installed
392026-03-18T17:51:41.027Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T17:51:41.027Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T17:51:41.027Zwarn: /home/build/.rustup/settings.toml
422026-03-18T17:51:41.027Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T17:51:41.027Zwarn: instead of the one inferred from the default host triple.
442026-03-18T17:51:41.045Zinfo: profile set to default
452026-03-18T17:51:41.045Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T17:51:41.049Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T17:51:41.208Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T17:51:41.211Zinfo: downloading 6 components
492026-03-18T17:51:56.257Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T17:51:56.257Z
512026-03-18T17:51:56.291Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T17:51:56.292Z
532026-03-18T17:51:56.292Z
542026-03-18T17:51:56.292ZRust is installed now. Great!
552026-03-18T17:51:56.292Z
562026-03-18T17:51:56.295ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T17:51:56.295Zenvironment variable. This has not been done automatically.
582026-03-18T17:51:56.295Z
592026-03-18T17:51:56.295ZTo configure your current shell, you need to source
602026-03-18T17:51:56.295Zthe corresponding env file under $HOME/.cargo.
612026-03-18T17:51:56.295Z
622026-03-18T17:51:56.296ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T17:51:56.296Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T17:51:56.296Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T17:51:56.296Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T17:51:56.296Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T17:51:56.296Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T17:51:56.296Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T17:51:56.296Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T17:51:56.296Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T17:51:56.384Z+ rustup --version
722026-03-18T17:51:56.395Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T17:51:56.399Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T17:51:56.422Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T17:51:56.425Z+ cargo --version
762026-03-18T17:51:56.441Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T17:51:56.445Z+ rustc --version
782026-03-18T17:51:56.469Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T17:51:56.472Zprocess exited: duration 17395 ms, exit code 0
 
802026-03-18T17:51:56.479Zstarting task 2: "authentication"
812026-03-18T17:51:56.499Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T17:51:56.508Zstarting task 3: "clone repository"
832026-03-18T17:51:56.512Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T17:51:56.515Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T17:51:56.539ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T17:55:49.639Z+ cd /work/oxidecomputer/omicron
872026-03-18T17:55:49.639Z+ git fetch origin 89d2b8b62b645fd0d2971ae2d0a8691ff636db19
882026-03-18T17:55:50.062ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T17:55:50.062Z * branch 89d2b8b62b645fd0d2971ae2d0a8691ff636db19 -> FETCH_HEAD
902026-03-18T17:55:50.074Z+ [[ -n eliza/flake-update ]]
912026-03-18T17:55:50.077Z++ git branch --show-current
922026-03-18T17:55:50.077Z+ current=main
932026-03-18T17:55:50.077Z+ [[ main != eliza/flake-update ]]
942026-03-18T17:55:50.077Z+ git branch -f eliza/flake-update 89d2b8b62b645fd0d2971ae2d0a8691ff636db19
952026-03-18T17:55:50.081Z+ git checkout -f eliza/flake-update
962026-03-18T17:55:50.404ZSwitched to branch 'eliza/flake-update'
972026-03-18T17:55:50.408Z+ git reset --hard 89d2b8b62b645fd0d2971ae2d0a8691ff636db19
982026-03-18T17:55:50.424ZHEAD is now at 89d2b8b62 [nix] update nix flake to pick up Rust 1.94.0
992026-03-18T17:55:50.427Zprocess exited: duration 233944 ms, exit code 0
 
1002026-03-18T17:55:50.434Zstarting task 4: "build"
1012026-03-18T17:55:50.439Z+ source ./env.sh
1022026-03-18T17:55:50.439Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T17:55:50.443Z++ set -o xtrace
1042026-03-18T17:55:50.443Z++++ dirname ./env.sh
1052026-03-18T17:55:50.447Z+++ readlink -f .
1062026-03-18T17:55:50.447Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ 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-18T17:55:50.447Z++ case $OLD_SHELL_OPTS in
1162026-03-18T17:55:50.447Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T17:55:50.447Z+ source .github/buildomat/ci-env.sh
1182026-03-18T17:55:50.447Z++ export CARGO_TERM_COLOR=always
1192026-03-18T17:55:50.448Z++ CARGO_TERM_COLOR=always
1202026-03-18T17:55:50.448Z+ cargo --version
1212026-03-18T17:55:50.457Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T17:55:50.460Z+ rustc --version
1232026-03-18T17:55:50.485Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T17:55:50.489Z+ banner prerequisites
1252026-03-18T17:55:50.493Z
1262026-03-18T17:55:50.493Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T17:55:50.493Z # # # # # # # # # # # # # # #
1282026-03-18T17:55:50.493Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T17:55:50.493Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T17:55:50.493Z # # # # # # # # # # # # # # #
1312026-03-18T17:55:50.493Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T17:55:50.493Z
1332026-03-18T17:55:50.493Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T17:56:01.053Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T17:56:10.627Z Startup: Caching catalogs ... Done
1362026-03-18T17:56:32.814ZPlanning: Solver setup ... Done (20.606s)
1372026-03-18T17:56:32.965ZPlanning: Running solver ... Done (0.152s)
1382026-03-18T17:56:33.149ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-18T17:56:33.780ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T17:56:34.537ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T17:56:34.580ZPlanning: Package planning ... Done (0.043s)
1422026-03-18T17:56:34.629ZPlanning: Merging actions ... Done (0.043s)
1432026-03-18T17:56:34.859ZPlanning: Checking for conflicting actions ... Done (0.236s)
1442026-03-18T17:56:34.869ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T17:56:35.789ZPlanning: Evaluating mediators ... Done (0.909s)
1462026-03-18T17:56:35.795ZPlanning: Planning completed in 25.02 seconds
1472026-03-18T17:56:35.800Z Packages to install: 4
1482026-03-18T17:56:35.800Z Mediators to change: 2
1492026-03-18T17:56:35.800Z Services to change: 1
1502026-03-18T17:56:35.800Z Estimated space available: 155.43 GB
1512026-03-18T17:56:35.800ZEstimated space to be consumed: 1.83 GB
1522026-03-18T17:56:35.800Z Create boot environment: No
1532026-03-18T17:56:35.800ZCreate backup boot environment: No
1542026-03-18T17:56:35.800Z Rebuild boot archive: No
1552026-03-18T17:56:35.800Z
1562026-03-18T17:56:35.800ZChanged mediators:
1572026-03-18T17:56:35.800Z mediator clang:
1582026-03-18T17:56:35.800Z version: None -> 15 (system default)
1592026-03-18T17:56:35.800Z
1602026-03-18T17:56:35.800Z mediator llvm:
1612026-03-18T17:56:35.800Z version: 14 (system default) -> 15 (system default)
1622026-03-18T17:56:35.800Z
1632026-03-18T17:56:35.800ZChanged packages:
1642026-03-18T17:56:35.800Zhelios-dev
1652026-03-18T17:56:35.800Z developer/build-essential
1662026-03-18T17:56:35.800Z None -> 11-2.0
1672026-03-18T17:56:35.800Z library/libxmlsec1
1682026-03-18T17:56:35.800Z None -> 1.2.35-2.0
1692026-03-18T17:56:35.800Z ooce/developer/clang-15
1702026-03-18T17:56:35.800Z None -> 15.0.7-2.0
1712026-03-18T17:56:35.800Z ooce/developer/llvm-15
1722026-03-18T17:56:35.800Z None -> 15.0.7-2.0
1732026-03-18T17:56:35.800Z
1742026-03-18T17:56:35.800ZServices:
1752026-03-18T17:56:35.800Z restart_fmri:
1762026-03-18T17:56:35.800Z svc:/system/update-man-index:default
1772026-03-18T17:56:35.845Z
1782026-03-18T17:56:35.845ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T17:56:40.981ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (19.7M/s)
1802026-03-18T17:56:45.982ZDownload: 3250/3290 items 203.4/212.6MB 95% complete (20.3M/s)
1812026-03-18T17:56:46.623ZDownload: Completed 212.60 MB in 10.78 seconds (19.7M/s)
1822026-03-18T17:56:46.889Z Actions: 1/3689 actions (Installing new actions)
1832026-03-18T17:56:50.988Z Actions: Completed 3689 actions in 4.10 seconds.
1842026-03-18T17:56:51.362Z Done (0.369s)
1852026-03-18T17:56:51.362Z Done (0.000s)
1862026-03-18T17:56:52.350Z Done (0.989s)
1872026-03-18T17:56:56.174Z Done (3.475s)
1882026-03-18T17:56:56.256Z Done (0.015s)
1892026-03-18T17:56:56.260Z Done (0.000s)
1902026-03-18T17:56:56.459Z Done (0.000s)
1912026-03-18T17:56:57.426ZPlanning: Evaluating mediator changes ... Done
1922026-03-18T17:56:57.566ZPlanning: Checking for conflicting actions ... Done
1932026-03-18T17:56:57.570ZPlanning: Consolidating action changes ... Done
1942026-03-18T17:56:57.790ZPlanning: Evaluating mediators ... Done
1952026-03-18T17:56:57.795ZPlanning: Planning completed in 0.37 seconds
1962026-03-18T17:56:57.820Z Mediators to change: 2
1972026-03-18T17:56:57.820Z Create boot environment: No
1982026-03-18T17:56:57.824ZCreate backup boot environment: No
1992026-03-18T17:56:57.948Z Done
2002026-03-18T17:56:57.948Z Done
2012026-03-18T17:56:58.684Z Done
2022026-03-18T17:57:01.996Z Done
2032026-03-18T17:57:02.087Z Done
2042026-03-18T17:57:02.091Z Done
2052026-03-18T17:57:02.249Z Done
2062026-03-18T17:57:02.783ZPlanning: Evaluating mediator changes ... Done
2072026-03-18T17:57:02.786ZPlanning: Merging actions ... Done
2082026-03-18T17:57:02.948ZPlanning: Checking for conflicting actions ... Done
2092026-03-18T17:57:02.952ZPlanning: Consolidating action changes ... Done
2102026-03-18T17:57:03.170ZPlanning: Evaluating mediators ... Done
2112026-03-18T17:57:03.211ZPlanning: Planning completed in 0.63 seconds
2122026-03-18T17:57:03.241Z Packages to change: 1
2132026-03-18T17:57:03.241Z Mediators to change: 1
2142026-03-18T17:57:03.245Z Services to change: 1
2152026-03-18T17:57:03.245Z Create boot environment: No
2162026-03-18T17:57:03.245ZCreate backup boot environment: Yes
2172026-03-18T17:57:05.825Z Actions: 1/6 actions (Updating modified actions)
2182026-03-18T17:57:05.828Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-18T17:57:05.828Z Done
2202026-03-18T17:57:05.828Z Done
2212026-03-18T17:57:06.014Z Done
2222026-03-18T17:57:09.292Z Done
2232026-03-18T17:57:09.382Z Done
2242026-03-18T17:57:09.386Z Done
2252026-03-18T17:57:09.536Z Done
2262026-03-18T17:57:09.916ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-18T17:57:09.916Zclang system 15 system
2282026-03-18T17:57:09.916Zcsh system system illumos
2292026-03-18T17:57:09.916Zctags system system illumos
2302026-03-18T17:57:09.916Zfile system system illumos
2312026-03-18T17:57:09.916Zgcc vendor 12 vendor
2322026-03-18T17:57:09.916Zgcc system 10 system
2332026-03-18T17:57:09.916Zgcc system 7 system
2342026-03-18T17:57:09.916Zgo system 1.20 system
2352026-03-18T17:57:09.916Zgo system 1.19 system
2362026-03-18T17:57:09.916Zllvm system 15 system
2372026-03-18T17:57:09.916Zllvm system 14 system
2382026-03-18T17:57:09.916Zmariadb system 10.6 system
2392026-03-18T17:57:09.916Zmta vendor vendor dma
2402026-03-18T17:57:09.916Zopenjdk system 17 system
2412026-03-18T17:57:09.916Zopenjdk system 11 system
2422026-03-18T17:57:09.916Zopenjdk system 1.8 system
2432026-03-18T17:57:09.916Zopenssl vendor 3 vendor
2442026-03-18T17:57:09.916Zperl system 5.36 system
2452026-03-18T17:57:09.916Zpostgresql system 15 system
2462026-03-18T17:57:09.917Zpostgresql system 13 system
2472026-03-18T17:57:09.917Zpython vendor 3 vendor
2482026-03-18T17:57:09.917Zpython system 2 system
2492026-03-18T17:57:09.917Zpython3 system 3.11 system
2502026-03-18T17:57:09.917Zruby system 3.0 system
2512026-03-18T17:57:09.917Zwords vendor vendor american-english
2522026-03-18T17:57:09.917Zwords system system australian-english
2532026-03-18T17:57:09.917Zwords system system british-english
2542026-03-18T17:57:09.917Zwords system system canadian-english
2552026-03-18T17:57:09.917Zwords system system french
2562026-03-18T17:57:09.917Zwords system system italian
2572026-03-18T17:57:09.917Zwords system system ngerman
2582026-03-18T17:57:09.917Zwords system system ogerman
2592026-03-18T17:57:09.917Zwords system system spanish
2602026-03-18T17:57:10.211ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-18T17:57:10.211Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-18T17:57:16.146ZFMRI IFO
2632026-03-18T17:57:16.146Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-18T17:57:16.146Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-18T17:57:16.146Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-18T17:57:16.146Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-18T17:57:16.146Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-18T17:57:16.146Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-18T17:57:16.146Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-18T17:57:16.146Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-18T17:57:16.146Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-18T17:57:16.146Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-18T17:57:16.147Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-18T17:57:16.147Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-18T17:57:16.147Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-18T17:57:16.147Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-18T17:57:16.147Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-18T17:57:16.147Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-18T17:57:17.373Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-18T17:57:17.659Z Updating crates.io index
2812026-03-18T17:57:17.694Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-18T17:57:17.918Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-18T17:57:18.976Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-18T17:57:19.334Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-18T17:57:19.668Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-18T17:57:20.876Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-18T17:57:22.575Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-18T17:57:24.841Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-18T17:57:28.239Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-18T17:57:29.042Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-18T17:57:29.667Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-18T17:57:31.254Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-18T17:57:31.605Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-18T17:57:32.165Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-18T17:57:32.719Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-18T17:57:34.919Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-18T17:57:37.625Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-18T17:57:38.094Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-18T17:57:39.481Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-18T17:57:40.051Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-18T17:57:40.446Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-18T17:57:40.723Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-18T17:57:41.034Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-18T17:57:41.492Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-18T17:57:42.320Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-18T17:57:42.835Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-18T17:57:43.208Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-18T17:57:43.568Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-18T17:57:43.891Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-18T17:57:45.258Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-18T17:57:45.605Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-18T17:57:46.137Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-18T17:57:46.453Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-18T17:57:47.448Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-18T17:57:47.987Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-18T17:57:48.355Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-18T17:57:48.638Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-18T17:57:49.153Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-18T17:59:02.747Z Downloading crates ...
3202026-03-18T17:59:02.815Z Downloaded num-traits v0.2.19
3212026-03-18T17:59:02.820Z Downloaded thiserror-impl v2.0.18
3222026-03-18T17:59:02.827Z Downloaded anstyle-parse v0.2.7
3232026-03-18T17:59:02.831Z Downloaded tinystr v0.8.2
3242026-03-18T17:59:02.832Z Downloaded typeid v1.0.3
3252026-03-18T17:59:02.837Z Downloaded autocfg v1.5.0
3262026-03-18T17:59:02.837Z Downloaded toml_write v0.1.2
3272026-03-18T17:59:02.841Z Downloaded zerovec-derive v0.11.2
3282026-03-18T17:59:02.841Z Downloaded toml_datetime v0.6.11
3292026-03-18T17:59:02.841Z Downloaded textwrap v0.16.2
3302026-03-18T17:59:02.844Z Downloaded anstyle-query v1.1.5
3312026-03-18T17:59:02.844Z Downloaded anstyle v1.0.13
3322026-03-18T17:59:02.844Z Downloaded zerofrom v0.1.6
3332026-03-18T17:59:02.848Z Downloaded smallvec v1.15.1
3342026-03-18T17:59:02.848Z Downloaded thread-id v4.2.2
3352026-03-18T17:59:02.848Z Downloaded strsim v0.11.1
3362026-03-18T17:59:02.852Z Downloaded colorchoice v1.0.4
3372026-03-18T17:59:02.852Z Downloaded heck v0.5.0
3382026-03-18T17:59:02.855Z Downloaded generic-array v0.14.7
3392026-03-18T17:59:02.855Z Downloaded anstream v0.6.21
3402026-03-18T17:59:02.855Z Downloaded zerofrom-derive v0.1.6
3412026-03-18T17:59:02.856Z Downloaded utf8parse v0.2.2
3422026-03-18T17:59:02.860Z Downloaded bitflags v2.11.0
3432026-03-18T17:59:02.866Z Downloaded utf8_iter v1.0.4
3442026-03-18T17:59:02.866Z Downloaded camino v1.2.2
3452026-03-18T17:59:02.866Z Downloaded yoke-derive v0.8.1
3462026-03-18T17:59:02.866Z Downloaded stable_deref_trait v1.2.1
3472026-03-18T17:59:02.866Z Downloaded usdt-macro v0.5.0
3482026-03-18T17:59:02.870Z Downloaded cargo-platform v0.2.0
3492026-03-18T17:59:02.870Z Downloaded usdt v0.5.0
3502026-03-18T17:59:02.870Z Downloaded ucd-trie v0.1.7
3512026-03-18T17:59:02.870Z Downloaded unicode-linebreak v0.1.5
3522026-03-18T17:59:02.870Z Downloaded log v0.4.29
3532026-03-18T17:59:02.870Z Downloaded plain v0.2.3
3542026-03-18T17:59:02.874Z Downloaded percent-encoding v2.3.2
3552026-03-18T17:59:02.874Z Downloaded heck v0.4.1
3562026-03-18T17:59:02.874Z Downloaded usdt-attr-macro v0.5.0
3572026-03-18T17:59:02.874Z Downloaded clap_derive v4.5.55
3582026-03-18T17:59:02.877Z Downloaded anyhow v1.0.102
3592026-03-18T17:59:02.877Z Downloaded proc-macro-error-attr v1.0.4
3602026-03-18T17:59:02.877Z Downloaded macaddr v1.0.1
3612026-03-18T17:59:02.881Z Downloaded litemap v0.8.1
3622026-03-18T17:59:02.881Z Downloaded thiserror-impl v1.0.69
3632026-03-18T17:59:02.884Z Downloaded semver v1.0.27
3642026-03-18T17:59:02.884Z Downloaded toml_edit v0.22.27
3652026-03-18T17:59:02.888Z Downloaded unicode-xid v0.2.6
3662026-03-18T17:59:02.888Z Downloaded block-buffer v0.10.4
3672026-03-18T17:59:02.888Z Downloaded fnv v1.0.7
3682026-03-18T17:59:02.893Z Downloaded writeable v0.6.2
3692026-03-18T17:59:02.893Z Downloaded version_check v0.9.5
3702026-03-18T17:59:02.893Z Downloaded thiserror v1.0.69
3712026-03-18T17:59:02.897Z Downloaded synstructure v0.13.2
3722026-03-18T17:59:02.897Z Downloaded thiserror v2.0.18
3732026-03-18T17:59:02.901Z Downloaded tempfile v3.25.0
3742026-03-18T17:59:02.901Z Downloaded toml v0.8.23
3752026-03-18T17:59:02.904Z Downloaded yoke v0.8.1
3762026-03-18T17:59:02.904Z Downloaded usdt-impl v0.5.0
3772026-03-18T17:59:02.908Z Downloaded itoa v1.0.17
3782026-03-18T17:59:02.908Z Downloaded byteorder v1.5.0
3792026-03-18T17:59:02.908Z Downloaded cargo_toml v0.21.0
3802026-03-18T17:59:02.912Z Downloaded zerocopy-derive v0.7.35
3812026-03-18T17:59:02.912Z Downloaded zmij v1.0.21
3822026-03-18T17:59:02.915Z Downloaded idna_adapter v1.2.1
3832026-03-18T17:59:02.915Z Downloaded equivalent v1.0.2
3842026-03-18T17:59:02.915Z Downloaded dtrace-parser v0.2.0
3852026-03-18T17:59:02.915Z Downloaded cpufeatures v0.2.17
3862026-03-18T17:59:02.919Z Downloaded swrite v0.1.0
3872026-03-18T17:59:02.919Z Downloaded smawk v0.3.2
3882026-03-18T17:59:02.919Z Downloaded unicode-ident v1.0.24
3892026-03-18T17:59:02.923Z Downloaded pest_generator v2.8.6
3902026-03-18T17:59:02.923Z Downloaded fastrand v2.3.0
3912026-03-18T17:59:02.923Z Downloaded serde_spanned v0.6.9
3922026-03-18T17:59:02.923Z Downloaded typenum v1.19.0
3932026-03-18T17:59:02.927Z Downloaded pretty-hex v0.4.1
3942026-03-18T17:59:02.927Z Downloaded serde_tokenstream v0.2.3
3952026-03-18T17:59:02.930Z Downloaded terminal_size v0.4.3
3962026-03-18T17:59:02.930Z Downloaded form_urlencoded v1.2.2
3972026-03-18T17:59:02.934Z Downloaded errno v0.3.14
3982026-03-18T17:59:02.934Z Downloaded zerotrie v0.2.3
3992026-03-18T17:59:02.937Z Downloaded crypto-common v0.1.7
4002026-03-18T17:59:02.940Z Downloaded memmap v0.7.0
4012026-03-18T17:59:02.945Z Downloaded bytecount v0.6.9
4022026-03-18T17:59:02.949Z Downloaded url v2.5.8
4032026-03-18T17:59:02.949Z Downloaded serde-untagged v0.1.9
4042026-03-18T17:59:02.953Z Downloaded clap_lex v1.0.0
4052026-03-18T17:59:02.953Z Downloaded zerovec v0.11.5
4062026-03-18T17:59:02.957Z Downloaded scroll_derive v0.12.1
4072026-03-18T17:59:02.960Z Downloaded ordered-float v2.10.1
4082026-03-18T17:59:02.960Z Downloaded is_terminal_polyfill v1.70.2
4092026-03-18T17:59:02.960Z Downloaded cfg-if v1.0.4
4102026-03-18T17:59:02.960Z Downloaded tabled_derive v0.7.0
4112026-03-18T17:59:02.960Z Downloaded serde v1.0.228
4122026-03-18T17:59:02.964Z Downloaded erased-serde v0.4.9
4132026-03-18T17:59:02.968Z Downloaded proc-macro-error v1.0.4
4142026-03-18T17:59:02.968Z Downloaded digest v0.10.7
4152026-03-18T17:59:02.972Z Downloaded winnow v0.7.14
4162026-03-18T17:59:02.976Z Downloaded zerocopy v0.7.35
4172026-03-18T17:59:02.987Z Downloaded serde-value v0.7.0
4182026-03-18T17:59:02.992Z Downloaded fs-err v3.3.0
4192026-03-18T17:59:02.992Z Downloaded sha2 v0.10.9
4202026-03-18T17:59:02.992Z Downloaded unicode-width v0.2.0
4212026-03-18T17:59:02.996Z Downloaded cargo-util-schemas v0.8.2
4222026-03-18T17:59:02.996Z Downloaded unicode-width v0.1.14
4232026-03-18T17:59:03.003Z Downloaded scroll v0.12.0
4242026-03-18T17:59:03.007Z Downloaded dof v0.3.0
4252026-03-18T17:59:03.007Z Downloaded icu_provider v2.1.1
4262026-03-18T17:59:03.007Z Downloaded displaydoc v0.2.5
4272026-03-18T17:59:03.007Z Downloaded potential_utf v0.1.4
4282026-03-18T17:59:03.007Z Downloaded camino-tempfile v1.4.1
4292026-03-18T17:59:03.011Z Downloaded proc-macro2 v1.0.106
4302026-03-18T17:59:03.011Z Downloaded quote v1.0.44
4312026-03-18T17:59:03.015Z Downloaded cargo_metadata v0.21.0
4322026-03-18T17:59:03.021Z Downloaded pest_derive v2.8.6
4332026-03-18T17:59:03.026Z Downloaded serde_core v1.0.228
4342026-03-18T17:59:03.026Z Downloaded once_cell v1.21.3
4352026-03-18T17:59:03.035Z Downloaded getrandom v0.4.1
4362026-03-18T17:59:03.038Z Downloaded serde_derive v1.0.228
4372026-03-18T17:59:03.039Z Downloaded icu_locale_core v2.1.1
4382026-03-18T17:59:03.051Z Downloaded pest_meta v2.8.6
4392026-03-18T17:59:03.057Z Downloaded papergrid v0.11.0
4402026-03-18T17:59:03.057Z Downloaded clap v4.5.60
4412026-03-18T17:59:03.062Z Downloaded idna v1.1.0
4422026-03-18T17:59:03.066Z Downloaded icu_normalizer_data v2.1.1
4432026-03-18T17:59:03.066Z Downloaded icu_collections v2.1.1
4442026-03-18T17:59:03.070Z Downloaded icu_properties v2.1.2
4452026-03-18T17:59:03.074Z Downloaded icu_normalizer v2.1.1
4462026-03-18T17:59:03.081Z Downloaded memchr v2.8.0
4472026-03-18T17:59:03.085Z Downloaded indexmap v2.13.0
4482026-03-18T17:59:03.094Z Downloaded hashbrown v0.16.1
4492026-03-18T17:59:03.108Z Downloaded goblin v0.8.2
4502026-03-18T17:59:03.113Z Downloaded serde_json v1.0.149
4512026-03-18T17:59:03.118Z Downloaded clap_builder v4.5.60
4522026-03-18T17:59:03.122Z Downloaded pest v2.8.6
4532026-03-18T17:59:03.127Z Downloaded icu_properties_data v2.1.2
4542026-03-18T17:59:03.134Z Downloaded tabled v0.15.0
4552026-03-18T17:59:03.146Z Downloaded syn v1.0.109
4562026-03-18T17:59:03.161Z Downloaded syn v2.0.117
4572026-03-18T17:59:03.168Z Downloaded rustix v1.1.3
4582026-03-18T17:59:03.198Z Downloaded libc v0.2.180
4592026-03-18T17:59:03.283Z Compiling proc-macro2 v1.0.106
4602026-03-18T17:59:03.287Z Compiling quote v1.0.44
4612026-03-18T17:59:03.287Z Compiling unicode-ident v1.0.24
4622026-03-18T17:59:03.287Z Compiling serde_core v1.0.228
4632026-03-18T17:59:03.287Z Compiling libc v0.2.180
4642026-03-18T17:59:03.287Z Compiling version_check v0.9.5
4652026-03-18T17:59:03.287Z Compiling stable_deref_trait v1.2.1
4662026-03-18T17:59:03.287Z Compiling memchr v2.8.0
4672026-03-18T17:59:03.703Z Compiling serde v1.0.228
4682026-03-18T17:59:03.725Z Compiling zmij v1.0.21
4692026-03-18T17:59:03.975Z Compiling thiserror v1.0.69
4702026-03-18T17:59:04.011Z Compiling autocfg v1.5.0
4712026-03-18T17:59:04.172Z Compiling itoa v1.0.17
4722026-03-18T17:59:04.354Z Compiling ucd-trie v0.1.7
4732026-03-18T17:59:04.556Z Compiling litemap v0.8.1
4742026-03-18T17:59:04.636Z Compiling pest v2.8.6
4752026-03-18T17:59:04.661Z Compiling writeable v0.6.2
4762026-03-18T17:59:04.739Z Compiling icu_normalizer_data v2.1.1
4772026-03-18T17:59:04.763Z Compiling byteorder v1.5.0
4782026-03-18T17:59:04.804Z Compiling rustix v1.1.3
4792026-03-18T17:59:04.969Z Compiling icu_properties_data v2.1.2
4802026-03-18T17:59:05.243Z Compiling syn v2.0.117
4812026-03-18T17:59:05.357Z Compiling errno v0.3.14
4822026-03-18T17:59:05.377Z Compiling bitflags v2.11.0
4832026-03-18T17:59:05.554Z Compiling serde_json v1.0.149
4842026-03-18T17:59:05.698Z Compiling num-traits v0.2.19
4852026-03-18T17:59:05.853Z Compiling typeid v1.0.3
4862026-03-18T17:59:05.927Z Compiling hashbrown v0.16.1
4872026-03-18T17:59:06.062Z Compiling smallvec v1.15.1
4882026-03-18T17:59:06.182Z Compiling pest_meta v2.8.6
4892026-03-18T17:59:06.328Z Compiling equivalent v1.0.2
4902026-03-18T17:59:06.493Z Compiling thread-id v4.2.2
4912026-03-18T17:59:06.597Z Compiling indexmap v2.13.0
4922026-03-18T17:59:06.644Z Compiling usdt-impl v0.5.0
4932026-03-18T17:59:06.673Z Compiling proc-macro-error-attr v1.0.4
4942026-03-18T17:59:06.746Z Compiling toml_write v0.1.2
4952026-03-18T17:59:06.910Z Compiling winnow v0.7.14
4962026-03-18T17:59:06.911Z Compiling syn v1.0.109
4972026-03-18T17:59:06.999Z Compiling erased-serde v0.4.9
4982026-03-18T17:59:07.536Z Compiling proc-macro-error v1.0.4
4992026-03-18T17:59:07.585Z Compiling camino v1.2.2
5002026-03-18T17:59:07.768Z Compiling plain v0.2.3
5012026-03-18T17:59:07.909Z Compiling utf8_iter v1.0.4
5022026-03-18T17:59:07.977Z Compiling percent-encoding v2.3.2
5032026-03-18T17:59:08.093Z Compiling utf8parse v0.2.2
5042026-03-18T17:59:08.231Z Compiling getrandom v0.4.1
5052026-03-18T17:59:08.235Z Compiling thiserror v2.0.18
5062026-03-18T17:59:08.314Z Compiling log v0.4.29
5072026-03-18T17:59:08.468Z Compiling anstyle-parse v0.2.7
5082026-03-18T17:59:08.557Z Compiling ordered-float v2.10.1
5092026-03-18T17:59:08.709Z Compiling form_urlencoded v1.2.2
5102026-03-18T17:59:08.898Z Compiling synstructure v0.13.2
5112026-03-18T17:59:08.923Z Compiling pest_generator v2.8.6
5122026-03-18T17:59:08.970Z Compiling terminal_size v0.4.3
5132026-03-18T17:59:09.167Z Compiling colorchoice v1.0.4
5142026-03-18T17:59:09.232Z Compiling cfg-if v1.0.4
5152026-03-18T17:59:09.308Z Compiling is_terminal_polyfill v1.70.2
5162026-03-18T17:59:09.335Z Compiling anstyle-query v1.1.5
5172026-03-18T17:59:09.335Z Compiling pretty-hex v0.4.1
5182026-03-18T17:59:09.465Z Compiling anstyle v1.0.13
5192026-03-18T17:59:09.501Z Compiling serde-untagged v0.1.9
5202026-03-18T17:59:09.692Z Compiling anstream v0.6.21
5212026-03-18T17:59:09.763Z Compiling semver v1.0.27
5222026-03-18T17:59:09.818Z Compiling fs-err v3.3.0
5232026-03-18T17:59:09.913Z Compiling clap_lex v1.0.0
5242026-03-18T17:59:10.055Z Compiling heck v0.4.1
5252026-03-18T17:59:10.104Z Compiling strsim v0.11.1
5262026-03-18T17:59:10.198Z Compiling unicode-xid v0.2.6
5272026-03-18T17:59:10.222Z Compiling fastrand v2.3.0
5282026-03-18T17:59:10.280Z Compiling once_cell v1.21.3
5292026-03-18T17:59:10.355Z Compiling unicode-width v0.1.14
5302026-03-18T17:59:10.355Z Compiling anyhow v1.0.102
5312026-03-18T17:59:10.562Z Compiling bytecount v0.6.9
5322026-03-18T17:59:10.608Z Compiling heck v0.5.0
5332026-03-18T17:59:10.715Z Compiling fnv v1.0.7
5342026-03-18T17:59:10.758Z Compiling tempfile v3.25.0
5352026-03-18T17:59:10.840Z Compiling papergrid v0.11.0
5362026-03-18T17:59:10.923Z Compiling clap_builder v4.5.60
5372026-03-18T17:59:11.069Z Compiling memmap v0.7.0
5382026-03-18T17:59:11.092Z Compiling smawk v0.3.2
5392026-03-18T17:59:11.258Z Compiling unicode-linebreak v0.1.5
5402026-03-18T17:59:11.281Z Compiling unicode-width v0.2.0
5412026-03-18T17:59:11.509Z Compiling serde_derive v1.0.228
5422026-03-18T17:59:11.569Z Compiling zerofrom-derive v0.1.6
5432026-03-18T17:59:11.633Z Compiling yoke-derive v0.8.1
5442026-03-18T17:59:11.680Z Compiling zerovec-derive v0.11.2
5452026-03-18T17:59:11.918Z Compiling displaydoc v0.2.5
5462026-03-18T17:59:12.799Z Compiling thiserror-impl v1.0.69
5472026-03-18T17:59:12.876Z Compiling zerocopy-derive v0.7.35
5482026-03-18T17:59:13.139Z Compiling pest_derive v2.8.6
5492026-03-18T17:59:13.182Z Compiling scroll_derive v0.12.1
5502026-03-18T17:59:13.453Z Compiling zerofrom v0.1.6
5512026-03-18T17:59:13.621Z Compiling yoke v0.8.1
5522026-03-18T17:59:13.671Z Compiling thiserror-impl v2.0.18
5532026-03-18T17:59:13.865Z Compiling zerovec v0.11.5
5542026-03-18T17:59:14.019Z Compiling zerotrie v0.2.3
5552026-03-18T17:59:14.050Z Compiling zerocopy v0.7.35
5562026-03-18T17:59:14.418Z Compiling scroll v0.12.0
5572026-03-18T17:59:14.598Z Compiling tinystr v0.8.2
5582026-03-18T17:59:14.623Z Compiling potential_utf v0.1.4
5592026-03-18T17:59:14.820Z Compiling icu_locale_core v2.1.1
5602026-03-18T17:59:14.846Z Compiling icu_collections v2.1.1
5612026-03-18T17:59:14.869Z Compiling dtrace-parser v0.2.0
5622026-03-18T17:59:14.873Z Compiling goblin v0.8.2
5632026-03-18T17:59:15.152Z Compiling tabled_derive v0.7.0
5642026-03-18T17:59:15.505Z Compiling clap_derive v4.5.55
5652026-03-18T17:59:15.667Z Compiling textwrap v0.16.2
5662026-03-18T17:59:15.974Z Compiling icu_provider v2.1.1
5672026-03-18T17:59:16.284Z Compiling serde_spanned v0.6.9
5682026-03-18T17:59:16.309Z Compiling icu_properties v2.1.2
5692026-03-18T17:59:16.333Z Compiling icu_normalizer v2.1.1
5702026-03-18T17:59:16.369Z Compiling toml_datetime v0.6.11
5712026-03-18T17:59:16.393Z Compiling dof v0.3.0
5722026-03-18T17:59:16.467Z Compiling serde_tokenstream v0.2.3
5732026-03-18T17:59:16.619Z Compiling toml_edit v0.22.27
5742026-03-18T17:59:16.874Z Compiling serde-value v0.7.0
5752026-03-18T17:59:16.909Z Compiling cargo-platform v0.2.0
5762026-03-18T17:59:17.050Z Compiling tabled v0.15.0
5772026-03-18T17:59:17.267Z Compiling macaddr v1.0.1
5782026-03-18T17:59:17.360Z Compiling camino-tempfile v1.4.1
5792026-03-18T17:59:17.517Z Compiling idna_adapter v1.2.1
5802026-03-18T17:59:17.558Z Compiling usdt-attr-macro v0.5.0
5812026-03-18T17:59:17.656Z Compiling idna v1.1.0
5822026-03-18T17:59:17.695Z Compiling usdt-macro v0.5.0
5832026-03-18T17:59:17.857Z Compiling swrite v0.1.0
5842026-03-18T17:59:17.884Z Compiling clap v4.5.60
5852026-03-18T17:59:18.003Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-03-18T17:59:18.316Z Compiling url v2.5.8
5872026-03-18T17:59:18.783Z Compiling toml v0.8.23
5882026-03-18T17:59:18.910Z Compiling usdt v0.5.0
5892026-03-18T17:59:19.292Z Compiling cargo-util-schemas v0.8.2
5902026-03-18T17:59:19.317Z Compiling cargo_toml v0.21.0
5912026-03-18T17:59:20.534Z Compiling cargo_metadata v0.21.0
5922026-03-18T17:59:21.825Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-18T17:59:24.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
5942026-03-18T17:59:24.919Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-18T17:59:25.646Z Downloading crates ...
5962026-03-18T17:59:25.755Z Downloaded arrayref v0.3.9
5972026-03-18T17:59:25.759Z Downloaded aead v0.5.2
5982026-03-18T17:59:25.765Z Downloaded bitfield-struct v0.6.2
5992026-03-18T17:59:25.766Z Downloaded adler2 v2.0.1
6002026-03-18T17:59:25.766Z Downloaded arrayvec v0.7.6
6012026-03-18T17:59:25.770Z Downloaded array-init v0.0.4
6022026-03-18T17:59:25.770Z Downloaded colored v2.2.0
6032026-03-18T17:59:25.774Z Downloaded atomic-waker v1.1.2
6042026-03-18T17:59:25.780Z Downloaded argon2 v0.5.3
6052026-03-18T17:59:25.787Z Downloaded castaway v0.2.4
6062026-03-18T17:59:25.791Z Downloaded bitfield v0.19.4
6072026-03-18T17:59:25.791Z Downloaded env_filter v1.0.0
6082026-03-18T17:59:25.795Z Downloaded daft v0.1.5
6092026-03-18T17:59:25.795Z Downloaded display-error-chain v0.2.2
6102026-03-18T17:59:25.795Z Downloaded darling_macro v0.21.3
6112026-03-18T17:59:25.799Z Downloaded ascii-canvas v3.0.0
6122026-03-18T17:59:25.799Z Downloaded bitfield-macros v0.19.4
6132026-03-18T17:59:25.799Z Downloaded embedded-io v0.6.1
6142026-03-18T17:59:25.799Z Downloaded foreign-types-macros v0.2.3
6152026-03-18T17:59:25.805Z Downloaded dsl_auto_type v0.2.0
6162026-03-18T17:59:25.805Z Downloaded cargo_metadata v0.19.2
6172026-03-18T17:59:25.805Z Downloaded diesel_table_macro_syntax v0.3.0
6182026-03-18T17:59:25.809Z Downloaded curve25519-dalek-derive v0.1.1
6192026-03-18T17:59:25.809Z Downloaded convert_case v0.4.0
6202026-03-18T17:59:25.809Z Downloaded ed25519 v2.2.3
6212026-03-18T17:59:25.809Z Downloaded crc8 v0.1.1
6222026-03-18T17:59:25.809Z Downloaded bcrypt-pbkdf v0.10.0
6232026-03-18T17:59:25.813Z Downloaded crucible-workspace-hack v0.1.0
6242026-03-18T17:59:25.813Z Downloaded find-msvc-tools v0.1.9
6252026-03-18T17:59:25.813Z Downloaded dropshot-api-manager-types v0.6.0
6262026-03-18T17:59:25.817Z Downloaded darling_macro v0.23.0
6272026-03-18T17:59:25.817Z Downloaded bzip2 v0.6.1
6282026-03-18T17:59:25.817Z Downloaded constant_time_eq v0.4.2
6292026-03-18T17:59:25.821Z Downloaded defmt v1.0.1
6302026-03-18T17:59:25.821Z Downloaded fixedbitset v0.5.7
6312026-03-18T17:59:25.827Z Downloaded atomicwrites v0.4.4
6322026-03-18T17:59:25.827Z Downloaded ciborium-io v0.2.2
6332026-03-18T17:59:25.827Z Downloaded base16ct v1.0.0
6342026-03-18T17:59:25.827Z Downloaded darling v0.23.0
6352026-03-18T17:59:25.832Z Downloaded darling_macro v0.20.11
6362026-03-18T17:59:25.832Z Downloaded crc-catalog v2.4.0
6372026-03-18T17:59:25.836Z Downloaded atty v0.2.14
6382026-03-18T17:59:25.836Z Downloaded base16ct v0.2.0
6392026-03-18T17:59:25.836Z Downloaded difflib v0.4.0
6402026-03-18T17:59:25.841Z Downloaded derive-where v1.6.0
6412026-03-18T17:59:25.841Z Downloaded arc-swap v1.8.2
6422026-03-18T17:59:25.846Z Downloaded float-ord v0.3.2
6432026-03-18T17:59:25.846Z Downloaded crc v3.4.0
6442026-03-18T17:59:25.846Z Downloaded fatfs v0.3.6
6452026-03-18T17:59:25.850Z Downloaded async-stream-impl v0.3.6
6462026-03-18T17:59:25.850Z Downloaded dof v0.4.0
6472026-03-18T17:59:25.850Z Downloaded derive_builder_core v0.20.2
6482026-03-18T17:59:25.855Z Downloaded crunchy v0.2.4
6492026-03-18T17:59:25.855Z Downloaded crossbeam-epoch v0.9.18
6502026-03-18T17:59:25.855Z Downloaded chacha20poly1305 v0.10.1
6512026-03-18T17:59:25.861Z Downloaded enum-as-inner v0.6.1
6522026-03-18T17:59:25.862Z Downloaded cfg_aliases v0.1.1
6532026-03-18T17:59:25.862Z Downloaded bit-set v0.8.0
6542026-03-18T17:59:25.862Z Downloaded cobs v0.3.0
6552026-03-18T17:59:25.866Z Downloaded async-recursion v1.1.1
6562026-03-18T17:59:25.866Z Downloaded endian-type v0.1.2
6572026-03-18T17:59:25.867Z Downloaded cargo-platform v0.1.9
6582026-03-18T17:59:25.871Z Downloaded foreign-types-shared v0.3.1
6592026-03-18T17:59:25.871Z Downloaded foreign-types v0.3.2
6602026-03-18T17:59:25.871Z Downloaded downcast-rs v2.0.2
6612026-03-18T17:59:25.871Z Downloaded defmt v0.3.100
6622026-03-18T17:59:25.871Z Downloaded dyn-clone v1.0.20
6632026-03-18T17:59:25.876Z Downloaded embedded-io v0.4.0
6642026-03-18T17:59:25.876Z Downloaded derive_builder_macro v0.20.2
6652026-03-18T17:59:25.876Z Downloaded flume v0.11.1
6662026-03-18T17:59:25.891Z Downloaded clang-sys v1.8.1
6672026-03-18T17:59:25.891Z Downloaded cstr-argument v0.1.2
6682026-03-18T17:59:25.891Z Downloaded critical-section v1.2.0
6692026-03-18T17:59:25.891Z Downloaded cpufeatures v0.3.0
6702026-03-18T17:59:25.891Z Downloaded fd-lock v4.0.4
6712026-03-18T17:59:25.891Z Downloaded foreign-types-shared v0.1.1
6722026-03-18T17:59:25.891Z Downloaded float-cmp v0.10.0
6732026-03-18T17:59:25.896Z Downloaded dtrace-parser v0.3.0
6742026-03-18T17:59:25.896Z Downloaded dirs-next v2.0.0
6752026-03-18T17:59:25.896Z Downloaded cfg_aliases v0.2.1
6762026-03-18T17:59:25.897Z Downloaded crossbeam-channel v0.5.15
6772026-03-18T17:59:25.897Z Downloaded futures-sink v0.3.32
6782026-03-18T17:59:25.897Z Downloaded futures-io v0.3.32
6792026-03-18T17:59:25.897Z Downloaded funty v2.0.0
6802026-03-18T17:59:25.905Z Downloaded drift v0.1.3
6812026-03-18T17:59:25.905Z Downloaded dirs-sys-next v0.1.2
6822026-03-18T17:59:25.910Z Downloaded gethostname v0.5.0
6832026-03-18T17:59:25.910Z Downloaded futures-macro v0.3.32
6842026-03-18T17:59:25.910Z Downloaded corncobs v0.1.4
6852026-03-18T17:59:25.911Z Downloaded ghash v0.5.1
6862026-03-18T17:59:25.911Z Downloaded headers-core v0.3.0
6872026-03-18T17:59:25.911Z Downloaded hash32 v0.3.1
6882026-03-18T17:59:25.911Z Downloaded fxhash v0.2.1
6892026-03-18T17:59:25.920Z Downloaded fixedbitset v0.4.2
6902026-03-18T17:59:25.920Z Downloaded hash32 v0.2.1
6912026-03-18T17:59:25.920Z Downloaded globwalk v0.9.1
6922026-03-18T17:59:25.920Z Downloaded git-stub v1.0.0
6932026-03-18T17:59:25.920Z Downloaded futures-task v0.3.32
6942026-03-18T17:59:25.920Z Downloaded hex v0.4.3
6952026-03-18T17:59:25.925Z Downloaded foreign-types v0.5.0
6962026-03-18T17:59:25.925Z Downloaded camino-tempfile-ext v0.3.3
6972026-03-18T17:59:25.925Z Downloaded csv-core v0.1.13
6982026-03-18T17:59:25.925Z Downloaded async-trait v0.1.89
6992026-03-18T17:59:25.929Z Downloaded dunce v1.0.5
7002026-03-18T17:59:25.929Z Downloaded either v1.15.0
7012026-03-18T17:59:25.929Z Downloaded ciborium-ll v0.2.2
7022026-03-18T17:59:25.929Z Downloaded base64ct v1.8.3
7032026-03-18T17:59:25.933Z Downloaded bit-vec v0.6.3
7042026-03-18T17:59:25.933Z Downloaded diesel-dtrace v0.5.0
7052026-03-18T17:59:25.933Z Downloaded fs-err v2.11.0
7062026-03-18T17:59:25.937Z Downloaded git-stub-vcs v0.1.0
7072026-03-18T17:59:25.937Z Downloaded fs_extra v1.3.0
7082026-03-18T17:59:25.941Z Downloaded cexpr v0.6.0
7092026-03-18T17:59:25.941Z Downloaded cassowary v0.3.0
7102026-03-18T17:59:25.945Z Downloaded bitflags v1.3.2
7112026-03-18T17:59:25.945Z Downloaded http-range v0.1.5
7122026-03-18T17:59:25.949Z Downloaded foldhash v0.1.5
7132026-03-18T17:59:25.949Z Downloaded fallible-iterator v0.2.0
7142026-03-18T17:59:25.949Z Downloaded derive_more-impl v2.1.1
7152026-03-18T17:59:25.953Z Downloaded http-body v1.0.1
7162026-03-18T17:59:25.953Z Downloaded hostname v0.4.2
7172026-03-18T17:59:25.957Z Downloaded hubpack_derive v0.1.1
7182026-03-18T17:59:25.957Z Downloaded futures-executor v0.3.32
7192026-03-18T17:59:25.957Z Downloaded futures-core v0.3.32
7202026-03-18T17:59:25.961Z Downloaded httpdate v1.0.3
7212026-03-18T17:59:25.961Z Downloaded convert_case v0.10.0
7222026-03-18T17:59:25.961Z Downloaded hubpack v0.1.2
7232026-03-18T17:59:25.964Z Downloaded indent_write v2.2.0
7242026-03-18T17:59:25.964Z Downloaded ciborium v0.2.2
7252026-03-18T17:59:25.968Z Downloaded data-encoding v2.10.0
7262026-03-18T17:59:25.968Z Downloaded globset v0.4.18
7272026-03-18T17:59:25.971Z Downloaded glob v0.3.3
7282026-03-18T17:59:25.971Z Downloaded deranged v0.5.8
7292026-03-18T17:59:25.971Z Downloaded der_derive v0.7.3
7302026-03-18T17:59:25.976Z Downloaded blake2 v0.10.6
7312026-03-18T17:59:25.976Z Downloaded ident_case v1.0.1
7322026-03-18T17:59:25.979Z Downloaded instant v0.1.13
7332026-03-18T17:59:25.979Z Downloaded hex-literal v0.4.1
7342026-03-18T17:59:25.979Z Downloaded inout v0.1.4
7352026-03-18T17:59:25.979Z Downloaded indoc v1.0.9
7362026-03-18T17:59:25.982Z Downloaded foldhash v0.2.0
7372026-03-18T17:59:25.986Z Downloaded is-terminal v0.4.17
7382026-03-18T17:59:25.986Z Downloaded instability v0.3.11
7392026-03-18T17:59:25.986Z Downloaded diff v0.1.13
7402026-03-18T17:59:25.989Z Downloaded ff v0.13.1
7412026-03-18T17:59:25.989Z Downloaded chacha20 v0.10.0
7422026-03-18T17:59:26.005Z Downloaded is_ci v1.2.0
7432026-03-18T17:59:26.009Z Downloaded internet-checksum v0.2.1
7442026-03-18T17:59:26.009Z Downloaded kstat-rs v0.2.4
7452026-03-18T17:59:26.009Z Downloaded keccak v0.1.6
7462026-03-18T17:59:26.013Z Downloaded highway v1.3.0
7472026-03-18T17:59:26.013Z Downloaded futures-channel v0.3.32
7482026-03-18T17:59:26.016Z Downloaded libscf-sys v1.1.0
7492026-03-18T17:59:26.016Z Downloaded lazy_static v1.5.0
7502026-03-18T17:59:26.016Z Downloaded lalrpop-util v0.19.12
7512026-03-18T17:59:26.020Z Downloaded darling v0.21.3
7522026-03-18T17:59:26.023Z Downloaded maplit v1.0.2
7532026-03-18T17:59:26.023Z Downloaded lru-cache v0.1.2
7542026-03-18T17:59:26.023Z Downloaded lru-slab v0.1.2
7552026-03-18T17:59:26.027Z Downloaded hyper-tls v0.6.0
7562026-03-18T17:59:26.027Z Downloaded linked-hash-map v0.5.6
7572026-03-18T17:59:26.027Z Downloaded lru v0.12.5
7582026-03-18T17:59:26.030Z Downloaded mime v0.3.17
7592026-03-18T17:59:26.030Z Downloaded memoffset v0.9.1
7602026-03-18T17:59:26.034Z Downloaded md5 v0.7.0
7612026-03-18T17:59:26.034Z Downloaded match_cfg v0.1.0
7622026-03-18T17:59:26.034Z Downloaded managed v0.8.0
7632026-03-18T17:59:26.034Z Downloaded hyper-staticfile v0.10.1
7642026-03-18T17:59:26.037Z Downloaded half v1.8.3
7652026-03-18T17:59:26.041Z Downloaded ingot v0.1.1
7662026-03-18T17:59:26.041Z Downloaded indoc v2.0.7
7672026-03-18T17:59:26.044Z Downloaded impl-trait-for-tuples v0.2.3
7682026-03-18T17:59:26.044Z Downloaded newtype-uuid-macros v0.1.0
7692026-03-18T17:59:26.048Z Downloaded new_debug_unreachable v1.0.6
7702026-03-18T17:59:26.048Z Downloaded multimap v0.10.1
7712026-03-18T17:59:26.048Z Downloaded ipnetwork v0.21.1
7722026-03-18T17:59:26.051Z Downloaded crc-any v2.5.0
7732026-03-18T17:59:26.051Z Downloaded hickory-client v0.25.2
7742026-03-18T17:59:26.055Z Downloaded getrandom v0.2.17
7752026-03-18T17:59:26.058Z Downloaded crc32fast v1.5.0
7762026-03-18T17:59:26.058Z Downloaded num v0.4.3
7772026-03-18T17:59:26.062Z Downloaded normalize-line-endings v0.3.0
7782026-03-18T17:59:26.062Z Downloaded nonempty v0.12.0
7792026-03-18T17:59:26.062Z Downloaded nodrop v0.1.14
7802026-03-18T17:59:26.062Z Downloaded nibble_vec v0.1.0
7812026-03-18T17:59:26.065Z Downloaded num-conv v0.2.0
7822026-03-18T17:59:26.065Z Downloaded num-derive v0.4.2
7832026-03-18T17:59:26.065Z Downloaded cancel-safe-futures v0.1.5
7842026-03-18T17:59:26.069Z Downloaded jobserver v0.1.34
7852026-03-18T17:59:26.073Z Downloaded ingot-types v0.1.2
7862026-03-18T17:59:26.073Z Downloaded libsw-core v0.3.2
7872026-03-18T17:59:26.073Z Downloaded libefi-sys v0.1.0
7882026-03-18T17:59:26.077Z Downloaded num-derive v0.3.3
7892026-03-18T17:59:26.077Z Downloaded openssl-macros v0.1.1
7902026-03-18T17:59:26.077Z Downloaded num_threads v0.1.7
7912026-03-18T17:59:26.080Z Downloaded num-iter v0.1.45
7922026-03-18T17:59:26.080Z Downloaded hmac v0.12.1
7932026-03-18T17:59:26.080Z Downloaded olpc-cjson v0.1.4
7942026-03-18T17:59:26.084Z Downloaded elliptic-curve v0.13.8
7952026-03-18T17:59:26.084Z Downloaded iana-time-zone v0.1.65
7962026-03-18T17:59:26.088Z Downloaded opaque-debug v0.3.1
7972026-03-18T17:59:26.088Z Downloaded linear-map v1.2.0
7982026-03-18T17:59:26.091Z Downloaded openssl-probe v0.1.6
7992026-03-18T17:59:26.091Z Downloaded hyper-rustls v0.27.7
8002026-03-18T17:59:26.094Z Downloaded lock_api v0.4.14
8012026-03-18T17:59:26.094Z Downloaded backon v1.6.0
8022026-03-18T17:59:26.106Z Downloaded openssl-probe v0.2.1
8032026-03-18T17:59:26.106Z Downloaded mime_guess v2.0.5
8042026-03-18T17:59:26.106Z Downloaded getrandom v0.3.4
8052026-03-18T17:59:26.106Z Downloaded nanorand v0.7.0
8062026-03-18T17:59:26.106Z Downloaded half v2.7.1
8072026-03-18T17:59:26.111Z Downloaded native-tls v0.2.18
8082026-03-18T17:59:26.111Z Downloaded packed_struct_codegen v0.10.1
8092026-03-18T17:59:26.111Z Downloaded parse-display v0.10.0
8102026-03-18T17:59:26.111Z Downloaded oso-derive v0.27.3
8112026-03-18T17:59:26.111Z Downloaded md-5 v0.10.6
8122026-03-18T17:59:26.114Z Downloaded crossbeam-utils v0.8.21
8132026-03-18T17:59:26.114Z Downloaded parse-size v1.1.0
8142026-03-18T17:59:26.118Z Downloaded ingot-macros v0.1.1
8152026-03-18T17:59:26.118Z Downloaded base64 v0.22.1
8162026-03-18T17:59:26.122Z Downloaded httparse v1.10.1
8172026-03-18T17:59:26.122Z Downloaded newline-converter v0.3.0
8182026-03-18T17:59:26.126Z Downloaded futures v0.3.32
8192026-03-18T17:59:26.130Z Downloaded nu-ansi-term v0.50.3
8202026-03-18T17:59:26.130Z Downloaded pbkdf2 v0.11.0
8212026-03-18T17:59:26.134Z Downloaded path-slash v0.1.5
8222026-03-18T17:59:26.134Z Downloaded newtype_derive v0.1.6
8232026-03-18T17:59:26.134Z Downloaded multer v3.1.0
8242026-03-18T17:59:26.138Z Downloaded dropshot_endpoint v0.16.7
8252026-03-18T17:59:26.141Z Downloaded base64 v0.21.7
8262026-03-18T17:59:26.141Z Downloaded allocator-api2 v0.2.21
8272026-03-18T17:59:26.145Z Downloaded num-complex v0.4.6
8282026-03-18T17:59:26.145Z Downloaded pin-utils v0.1.0
8292026-03-18T17:59:26.149Z Downloaded num_enum_derive v0.5.11
8302026-03-18T17:59:26.149Z Downloaded num_enum v0.7.5
8312026-03-18T17:59:26.152Z Downloaded num_enum_derive v0.7.5
8322026-03-18T17:59:26.156Z Downloaded num_enum v0.5.11
8332026-03-18T17:59:26.160Z Downloaded phf_shared v0.11.3
8342026-03-18T17:59:26.160Z Downloaded peg-runtime v0.8.5
8352026-03-18T17:59:26.160Z Downloaded pbkdf2 v0.12.2
8362026-03-18T17:59:26.163Z Downloaded owo-colors v4.3.0
8372026-03-18T17:59:26.163Z Downloaded num-rational v0.4.2
8382026-03-18T17:59:26.163Z Downloaded powerfmt v0.2.0
8392026-03-18T17:59:26.167Z Downloaded predicates-tree v1.0.13
8402026-03-18T17:59:26.167Z Downloaded proc-macro-crate v3.4.0
8412026-03-18T17:59:26.167Z Downloaded ar_archive_writer v0.5.1
8422026-03-18T17:59:26.171Z Downloaded litrs v1.0.0
8432026-03-18T17:59:26.174Z Downloaded headers v0.4.1
8442026-03-18T17:59:26.178Z Downloaded precomputed-hash v0.1.1
8452026-03-18T17:59:26.178Z Downloaded packed_struct v0.10.1
8462026-03-18T17:59:26.178Z Downloaded oxide-tokio-rt v0.1.3
8472026-03-18T17:59:26.182Z Downloaded oxnet v0.1.4
8482026-03-18T17:59:26.182Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-03-18T17:59:26.186Z Downloaded progenitor-client v0.10.0
8502026-03-18T17:59:26.186Z Downloaded aes-gcm v0.10.3
8512026-03-18T17:59:26.189Z Downloaded cc v1.2.56
8522026-03-18T17:59:26.189Z Downloaded indexmap v1.9.3
8532026-03-18T17:59:26.193Z Downloaded bytes v1.11.1
8542026-03-18T17:59:26.196Z Downloaded progenitor-client v0.11.2
8552026-03-18T17:59:26.196Z Downloaded password-hash v0.5.0
8562026-03-18T17:59:26.200Z Downloaded crypto-bigint v0.5.5
8572026-03-18T17:59:26.203Z Downloaded progenitor-macro v0.13.0
8582026-03-18T17:59:26.206Z Downloaded progenitor-macro v0.10.0
8592026-03-18T17:59:26.206Z Downloaded phf v0.13.1
8602026-03-18T17:59:26.206Z Downloaded phf v0.12.1
8612026-03-18T17:59:26.210Z Downloaded memmap2 v0.9.10
8622026-03-18T17:59:26.210Z Downloaded newtype-uuid v1.3.2
8632026-03-18T17:59:26.210Z Downloaded libbz2-rs-sys v0.2.2
8642026-03-18T17:59:26.214Z Downloaded progenitor-macro v0.11.2
8652026-03-18T17:59:26.214Z Downloaded psl-types v2.0.11
8662026-03-18T17:59:26.214Z Downloaded parse-display-derive v0.10.0
8672026-03-18T17:59:26.217Z Downloaded quick-error v1.2.3
8682026-03-18T17:59:26.217Z Downloaded parking_lot_core v0.8.6
8692026-03-18T17:59:26.221Z Downloaded password-hash v0.4.2
8702026-03-18T17:59:26.221Z Downloaded radium v0.7.0
8712026-03-18T17:59:26.221Z Downloaded darling_core v0.21.3
8722026-03-18T17:59:26.224Z Downloaded peg v0.8.5
8732026-03-18T17:59:26.228Z Downloaded proc-macro-crate v1.3.1
8742026-03-18T17:59:26.231Z Downloaded predicates-core v1.0.10
8752026-03-18T17:59:26.231Z Downloaded num-integer v0.1.46
8762026-03-18T17:59:26.231Z Downloaded phf_shared v0.13.1
8772026-03-18T17:59:26.235Z Downloaded omicron-zone-package v0.12.2
8782026-03-18T17:59:26.235Z Downloaded postgres-protocol v0.6.10
8792026-03-18T17:59:26.238Z Downloaded pkcs8 v0.10.2
8802026-03-18T17:59:26.242Z Downloaded pem-rfc7468 v0.7.0
8812026-03-18T17:59:26.242Z Downloaded rand_chacha v0.3.1
8822026-03-18T17:59:26.242Z Downloaded predicates v3.1.4
8832026-03-18T17:59:26.245Z Downloaded crossterm v0.29.0
8842026-03-18T17:59:26.249Z Downloaded pin-project-lite v0.2.17
8852026-03-18T17:59:26.253Z Downloaded polyval v0.6.2
8862026-03-18T17:59:26.257Z Downloaded poly1305 v0.8.0
8872026-03-18T17:59:26.260Z Downloaded ref-cast v1.0.25
8882026-03-18T17:59:26.260Z Downloaded recursive v0.1.1
8892026-03-18T17:59:26.260Z Downloaded const_format v0.2.35
8902026-03-18T17:59:26.264Z Downloaded indicatif v0.18.4
8912026-03-18T17:59:26.267Z Downloaded ref-cast-impl v1.0.25
8922026-03-18T17:59:26.271Z Downloaded progenitor-extras v0.1.1
8932026-03-18T17:59:26.271Z Downloaded psm v0.1.30
8942026-03-18T17:59:26.274Z Downloaded rfc6979 v0.4.0
8952026-03-18T17:59:26.274Z Downloaded primeorder v0.13.6
8962026-03-18T17:59:26.274Z Downloaded expectorate v1.2.0
8972026-03-18T17:59:26.278Z Downloaded hickory-resolver v0.24.4
8982026-03-18T17:59:26.281Z Downloaded parking_lot v0.12.5
8992026-03-18T17:59:26.285Z Downloaded hickory-resolver v0.25.2
9002026-03-18T17:59:26.288Z Downloaded aes v0.8.4
9012026-03-18T17:59:26.288Z Downloaded russh-cryptovec v0.7.3
9022026-03-18T17:59:26.291Z Downloaded r2d2 v0.8.10
9032026-03-18T17:59:26.291Z Downloaded progenitor-client v0.13.0
9042026-03-18T17:59:26.291Z Downloaded progenitor v0.11.2
9052026-03-18T17:59:26.295Z Downloaded rtoolbox v0.0.3
9062026-03-18T17:59:26.295Z Downloaded darling_core v0.20.11
9072026-03-18T17:59:26.298Z Downloaded rustc_version v0.4.1
9082026-03-18T17:59:26.302Z Downloaded rustc_version v0.1.7
9092026-03-18T17:59:26.302Z Downloaded rustc-hash v2.1.1
9102026-03-18T17:59:26.302Z Downloaded phf_shared v0.12.1
9112026-03-18T17:59:26.305Z Downloaded parking_lot_core v0.9.12
9122026-03-18T17:59:26.305Z Downloaded rand_core v0.9.5
9132026-03-18T17:59:26.305Z Downloaded parking_lot v0.11.2
9142026-03-18T17:59:26.309Z Downloaded proc-macro-error2 v2.0.1
9152026-03-18T17:59:26.312Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-03-18T17:59:26.312Z Downloaded ppv-lite86 v0.2.21
9172026-03-18T17:59:26.312Z Downloaded rand_core v0.6.4
9182026-03-18T17:59:26.316Z Downloaded rand_chacha v0.9.0
9192026-03-18T17:59:26.316Z Downloaded pkcs5 v0.7.1
9202026-03-18T17:59:26.319Z Downloaded rand_core v0.10.0
9212026-03-18T17:59:26.322Z Downloaded scheduled-thread-pool v0.2.7
9222026-03-18T17:59:26.323Z Downloaded same-file v1.0.6
9232026-03-18T17:59:26.323Z Downloaded postgres-types v0.2.12
9242026-03-18T17:59:26.326Z Downloaded postcard v1.1.3
9252026-03-18T17:59:26.326Z Downloaded ignore v0.4.25
9262026-03-18T17:59:26.329Z Downloaded bumpalo v3.20.2
9272026-03-18T17:59:26.333Z Downloaded heapless v0.7.17
9282026-03-18T17:59:26.336Z Downloaded sapling-renderdag v0.1.0
9292026-03-18T17:59:26.336Z Downloaded papergrid v0.17.0
9302026-03-18T17:59:26.340Z Downloaded resolv-conf v0.7.6
9312026-03-18T17:59:26.343Z Downloaded salsa20 v0.10.2
9322026-03-18T17:59:26.343Z Downloaded miniz_oxide v0.8.9
9332026-03-18T17:59:26.347Z Downloaded progenitor v0.10.0
9342026-03-18T17:59:26.347Z Downloaded heapless v0.8.0
9352026-03-18T17:59:26.350Z Downloaded secrecy v0.10.3
9362026-03-18T17:59:26.350Z Downloaded secrecy v0.8.0
9372026-03-18T17:59:26.351Z Downloaded seq-macro v0.3.6
9382026-03-18T17:59:26.354Z Downloaded scrypt v0.11.0
9392026-03-18T17:59:26.354Z Downloaded scroll_derive v0.13.1
9402026-03-18T17:59:26.354Z Downloaded serde_urlencoded v0.7.1
9412026-03-18T17:59:26.358Z Downloaded jiff-static v0.2.21
9422026-03-18T17:59:26.361Z Downloaded dropshot-api-manager v0.6.0
9432026-03-18T17:59:26.361Z Downloaded serde_bytes v0.11.19
9442026-03-18T17:59:26.364Z Downloaded serde-big-array v0.5.1
9452026-03-18T17:59:26.364Z Downloaded scopeguard v1.2.0
9462026-03-18T17:59:26.368Z Downloaded quinn-udp v0.5.14
9472026-03-18T17:59:26.368Z Downloaded progenitor v0.13.0
9482026-03-18T17:59:26.368Z Downloaded diesel_derives v2.3.7
9492026-03-18T17:59:26.373Z Downloaded rustls-pemfile v1.0.4
9502026-03-18T17:59:26.376Z Downloaded sha1 v0.10.6
9512026-03-18T17:59:26.376Z Downloaded rustls-native-certs v0.8.3
9522026-03-18T17:59:26.380Z Downloaded serde_spanned v1.0.4
9532026-03-18T17:59:26.380Z Downloaded p256 v0.13.2
9542026-03-18T17:59:26.383Z Downloaded sigpipe v0.1.3
9552026-03-18T17:59:26.383Z Downloaded signal-hook-tokio v0.3.1
9562026-03-18T17:59:26.387Z Downloaded serde_repr v0.1.20
9572026-03-18T17:59:26.387Z Downloaded rustls-pemfile v2.2.0
9582026-03-18T17:59:26.390Z Downloaded siphasher v1.0.2
9592026-03-18T17:59:26.390Z Downloaded pkcs1 v0.7.5
9602026-03-18T17:59:26.394Z Downloaded shell-words v1.1.1
9612026-03-18T17:59:26.394Z Downloaded serde_plain v1.0.2
9622026-03-18T17:59:26.394Z Downloaded rand_seeder v0.4.0
9632026-03-18T17:59:26.398Z Downloaded pin-project v1.1.11
9642026-03-18T17:59:26.404Z Downloaded signature v2.2.0
9652026-03-18T17:59:26.407Z Downloaded signal-hook-mio v0.2.5
9662026-03-18T17:59:26.407Z Downloaded rusty-fork v0.3.1
9672026-03-18T17:59:26.411Z Downloaded rustversion v1.0.22
9682026-03-18T17:59:26.411Z Downloaded prefix-trie v0.7.0
9692026-03-18T17:59:26.414Z Downloaded minimal-lexical v0.2.1
9702026-03-18T17:59:26.418Z Downloaded hashbrown v0.13.2
9712026-03-18T17:59:26.421Z Downloaded slog-envlogger v2.2.0
9722026-03-18T17:59:26.421Z Downloaded progenitor-impl v0.10.0
9732026-03-18T17:59:26.425Z Downloaded crossterm v0.28.1
9742026-03-18T17:59:26.429Z Downloaded semver v0.1.20
9752026-03-18T17:59:26.432Z Downloaded sct v0.7.1
9762026-03-18T17:59:26.432Z Downloaded scroll v0.13.0
9772026-03-18T17:59:26.436Z Downloaded schemars_derive v0.8.22
9782026-03-18T17:59:26.436Z Downloaded progenitor-impl v0.13.0
9792026-03-18T17:59:26.439Z Downloaded progenitor-impl v0.11.2
9802026-03-18T17:59:26.439Z Downloaded pkg-config v0.3.32
9812026-03-18T17:59:26.443Z Downloaded oso v0.27.3
9822026-03-18T17:59:26.443Z Downloaded openssl-sys v0.9.111
9832026-03-18T17:59:26.446Z Downloaded ssh-encoding v0.2.0
9842026-03-18T17:59:26.450Z Downloaded hashbrown v0.12.3
9852026-03-18T17:59:26.453Z Downloaded serde_path_to_error v0.1.20
9862026-03-18T17:59:26.453Z Downloaded russh-keys v0.45.0
9872026-03-18T17:59:26.457Z Downloaded ed25519-dalek v2.2.0
9882026-03-18T17:59:26.460Z Downloaded ssh-cipher v0.2.0
9892026-03-18T17:59:26.460Z Downloaded sqlparser_derive v0.5.0
9902026-03-18T17:59:26.460Z Downloaded structmeta v0.3.0
9912026-03-18T17:59:26.460Z Downloaded serde-hex v0.1.0
9922026-03-18T17:59:26.464Z Downloaded http v1.4.0
9932026-03-18T17:59:26.467Z Downloaded strip-ansi-escapes v0.2.1
9942026-03-18T17:59:26.467Z Downloaded serde_derive_internals v0.29.1
9952026-03-18T17:59:26.467Z Downloaded darling_core v0.23.0
9962026-03-18T17:59:26.472Z Downloaded shlex v1.3.0
9972026-03-18T17:59:26.475Z Downloaded rustls-pki-types v1.14.0
9982026-03-18T17:59:26.476Z Downloaded hyper-util v0.1.20
9992026-03-18T17:59:26.479Z Downloaded slog-scope v4.4.1
10002026-03-18T17:59:26.483Z Downloaded subtle v2.6.1
10012026-03-18T17:59:26.483Z Downloaded strum v0.27.2
10022026-03-18T17:59:26.486Z Downloaded strum v0.26.3
10032026-03-18T17:59:26.486Z Downloaded structmeta-derive v0.3.0
10042026-03-18T17:59:26.486Z Downloaded slog-bunyan v2.5.0
10052026-03-18T17:59:26.486Z Downloaded tabled_derive v0.11.0
10062026-03-18T17:59:26.489Z Downloaded tabwriter v1.4.1
10072026-03-18T17:59:26.490Z Downloaded tap v1.0.1
10082026-03-18T17:59:26.493Z Downloaded take_mut v0.2.2
10092026-03-18T17:59:26.493Z Downloaded slog-stdlog v4.1.1
10102026-03-18T17:59:26.493Z Downloaded slog-json v2.6.1
10112026-03-18T17:59:26.497Z Downloaded tagptr v0.2.0
10122026-03-18T17:59:26.497Z Downloaded smallvec v0.6.14
10132026-03-18T17:59:26.497Z Downloaded slog-term v2.9.2
10142026-03-18T17:59:26.501Z Downloaded termtree v0.5.1
10152026-03-18T17:59:26.501Z Downloaded slog-dtrace v0.3.0
10162026-03-18T17:59:26.501Z Downloaded slog-async v2.8.0
10172026-03-18T17:59:26.504Z Downloaded sync_wrapper v1.0.2
10182026-03-18T17:59:26.504Z Downloaded spki v0.7.3
10192026-03-18T17:59:26.507Z Downloaded sqlformat v0.3.5
10202026-03-18T17:59:26.507Z Downloaded smf v0.2.3
10212026-03-18T17:59:26.507Z Downloaded testing_table v0.3.0
10222026-03-18T17:59:26.510Z Downloaded sync-ptr v0.1.4
10232026-03-18T17:59:26.511Z Downloaded slab v0.4.12
10242026-03-18T17:59:26.511Z Downloaded simd-adler32 v0.3.8
10252026-03-18T17:59:26.514Z Downloaded sec1 v0.7.3
10262026-03-18T17:59:26.514Z Downloaded itertools v0.10.5
10272026-03-18T17:59:26.518Z Downloaded static_assertions v1.1.0
10282026-03-18T17:59:26.521Z Downloaded snafu-derive v0.8.9
10292026-03-18T17:59:26.521Z Downloaded signal-hook-registry v1.4.8
10302026-03-18T17:59:26.525Z Downloaded der v0.7.10
10312026-03-18T17:59:26.528Z Downloaded stacker v0.1.23
10322026-03-18T17:59:26.528Z Downloaded ron v0.8.1
10332026-03-18T17:59:26.532Z Downloaded thread-id v5.1.0
10342026-03-18T17:59:26.535Z Downloaded thiserror-impl-no-std v2.0.2
10352026-03-18T17:59:26.535Z Downloaded string_cache v0.8.9
10362026-03-18T17:59:26.538Z Downloaded tinyvec_macros v0.1.1
10372026-03-18T17:59:26.539Z Downloaded rand_xorshift v0.4.0
10382026-03-18T17:59:26.539Z Downloaded serde_cbor v0.11.2
10392026-03-18T17:59:26.542Z Downloaded flate2 v1.1.9
10402026-03-18T17:59:26.546Z Downloaded stringprep v0.1.5
10412026-03-18T17:59:26.546Z Downloaded time-core v0.1.8
10422026-03-18T17:59:26.549Z Downloaded prettyplease v0.2.37
10432026-03-18T17:59:26.549Z Downloaded pin-project-internal v1.1.11
10442026-03-18T17:59:26.553Z Downloaded pem v3.0.6
10452026-03-18T17:59:26.553Z Downloaded rustls-platform-verifier v0.6.2
10462026-03-18T17:59:26.556Z Downloaded supports-color v3.0.2
10472026-03-18T17:59:26.556Z Downloaded strum_macros v0.24.3
10482026-03-18T17:59:26.560Z Downloaded serde_with_macros v3.17.0
10492026-03-18T17:59:26.563Z Downloaded rayon-core v1.13.0
10502026-03-18T17:59:26.563Z Downloaded strum_macros v0.27.2
10512026-03-18T17:59:26.567Z Downloaded publicsuffix v2.3.0
10522026-03-18T17:59:26.570Z Downloaded rcgen v0.12.1
10532026-03-18T17:59:26.570Z Downloaded mio v1.1.1
10542026-03-18T17:59:26.574Z Downloaded schemars v0.8.22
10552026-03-18T17:59:26.581Z Downloaded spin v0.9.8
10562026-03-18T17:59:26.585Z Downloaded topological-sort v0.2.2
10572026-03-18T17:59:26.585Z Downloaded nom v7.1.3
10582026-03-18T17:59:26.589Z Downloaded tower-service v0.3.3
10592026-03-18T17:59:26.592Z Downloaded hickory-server v0.25.2
10602026-03-18T17:59:26.595Z Downloaded thread_local v1.1.9
10612026-03-18T17:59:26.595Z Downloaded thiserror-no-std v2.0.2
10622026-03-18T17:59:26.599Z Downloaded try-lock v0.2.5
10632026-03-18T17:59:26.599Z Downloaded time-macros v0.2.27
10642026-03-18T17:59:26.602Z Downloaded termios v0.3.3
10652026-03-18T17:59:26.603Z Downloaded ryu v1.0.23
10662026-03-18T17:59:26.606Z Downloaded strum_macros v0.26.4
10672026-03-18T17:59:26.610Z Downloaded signal-hook v0.3.18
10682026-03-18T17:59:26.610Z Downloaded rand v0.8.5
10692026-03-18T17:59:26.613Z Downloaded typify-macro v0.4.3
10702026-03-18T17:59:26.613Z Downloaded trait-variant v0.1.2
10712026-03-18T17:59:26.617Z Downloaded unarray v0.1.4
10722026-03-18T17:59:26.617Z Downloaded tls_codec_derive v0.4.2
10732026-03-18T17:59:26.620Z Downloaded tls_codec v0.4.2
10742026-03-18T17:59:26.620Z Downloaded typify-macro v0.6.1
10752026-03-18T17:59:26.620Z Downloaded qorb v0.4.1
10762026-03-18T17:59:26.624Z Downloaded tokio-rustls v0.25.0
10772026-03-18T17:59:26.627Z Downloaded tokio-macros v2.6.0
10782026-03-18T17:59:26.627Z Downloaded serde_yaml v0.9.34+deprecated
10792026-03-18T17:59:26.631Z Downloaded pretty_assertions v1.4.1
10802026-03-18T17:59:26.631Z Downloaded tokio-dtrace v0.1.1
10812026-03-18T17:59:26.634Z Downloaded unicode-truncate v1.1.0
10822026-03-18T17:59:26.634Z Downloaded unit-prefix v0.5.2
10832026-03-18T17:59:26.637Z Downloaded tokio-native-tls v0.3.1
10842026-03-18T17:59:26.637Z Downloaded iddqd v0.3.17
10852026-03-18T17:59:26.642Z Downloaded usdt-macro v0.6.0
10862026-03-18T17:59:26.645Z Downloaded support-bundle-viewer v0.1.2
10872026-03-18T17:59:26.645Z Downloaded itertools v0.13.0
10882026-03-18T17:59:26.649Z Downloaded usdt v0.6.0
10892026-03-18T17:59:26.652Z Downloaded untrusted v0.7.1
10902026-03-18T17:59:26.653Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-03-18T17:59:26.653Z Downloaded tokio-tungstenite v0.21.0
10922026-03-18T17:59:26.656Z Downloaded tokio-tungstenite v0.23.1
10932026-03-18T17:59:26.659Z Downloaded utf-8 v0.7.6
10942026-03-18T17:59:26.659Z Downloaded usdt-attr-macro v0.6.0
10952026-03-18T17:59:26.659Z Downloaded untrusted v0.9.0
10962026-03-18T17:59:26.659Z Downloaded toml_writer v1.0.6+spec-1.1.0
10972026-03-18T17:59:26.663Z Downloaded num-bigint-dig v0.8.6
10982026-03-18T17:59:26.666Z Downloaded want v0.3.1
10992026-03-18T17:59:26.666Z Downloaded term v0.7.0
11002026-03-18T17:59:26.670Z Downloaded tiny-keccak v2.0.2
11012026-03-18T17:59:26.673Z Downloaded rsa v0.9.10
11022026-03-18T17:59:26.676Z Downloaded void v1.0.2
11032026-03-18T17:59:26.677Z Downloaded rand v0.9.2
11042026-03-18T17:59:26.680Z Downloaded quinn v0.11.9
11052026-03-18T17:59:26.683Z Downloaded unicase v2.9.0
11062026-03-18T17:59:26.683Z Downloaded subprocess v0.2.15
11072026-03-18T17:59:26.687Z Downloaded similar v2.7.0
11082026-03-18T17:59:26.690Z Downloaded samael v0.0.19
11092026-03-18T17:59:26.694Z Downloaded waitgroup v0.1.2
11102026-03-18T17:59:26.697Z Downloaded wait-timeout v0.2.1
11112026-03-18T17:59:26.697Z Downloaded rustls-webpki v0.103.9
11122026-03-18T17:59:26.701Z Downloaded xattr v1.6.1
11132026-03-18T17:59:26.701Z Downloaded hyper v1.8.1
11142026-03-18T17:59:26.705Z Downloaded tokio-rustls v0.26.4
11152026-03-18T17:59:26.708Z Downloaded xshell-macros v0.2.7
11162026-03-18T17:59:26.708Z Downloaded tokio-rustls v0.24.1
11172026-03-18T17:59:26.712Z Downloaded slog v2.8.2
11182026-03-18T17:59:26.712Z Downloaded schemars v1.2.1
11192026-03-18T17:59:26.722Z Downloaded uzers v0.12.2
11202026-03-18T17:59:26.726Z Downloaded vergen-git2 v1.0.7
11212026-03-18T17:59:26.726Z Downloaded vergen-lib v0.1.6
11222026-03-18T17:59:26.729Z Downloaded zone_cfg_derive v0.3.1
11232026-03-18T17:59:26.729Z Downloaded futures-util v0.3.32
11242026-03-18T17:59:26.739Z Downloaded toml_parser v1.0.9+spec-1.1.0
11252026-03-18T17:59:26.742Z Downloaded test-strategy v0.4.5
11262026-03-18T17:59:26.742Z Downloaded vsss-rs v3.3.4
11272026-03-18T17:59:26.746Z Downloaded zeroize_derive v1.4.3
11282026-03-18T17:59:26.746Z Downloaded tinyvec v1.10.0
11292026-03-18T17:59:26.750Z Downloaded zone v0.3.1
11302026-03-18T17:59:26.750Z Downloaded tar v0.4.44
11312026-03-18T17:59:26.750Z Downloaded snafu v0.8.9
11322026-03-18T17:59:26.754Z Downloaded rand v0.10.0
11332026-03-18T17:59:26.757Z Downloaded twox-hash v2.1.2
11342026-03-18T17:59:26.761Z Downloaded tui-tree-widget v0.23.1
11352026-03-18T17:59:26.761Z Downloaded unicode-properties v0.1.4
11362026-03-18T17:59:26.764Z Downloaded whoami v1.6.1
11372026-03-18T17:59:26.764Z Downloaded walkdir v2.5.0
11382026-03-18T17:59:26.764Z Downloaded tracing-attributes v0.1.31
11392026-03-18T17:59:26.768Z Downloaded itertools v0.14.0
11402026-03-18T17:59:26.772Z Downloaded xshell v0.2.7
11412026-03-18T17:59:26.775Z Downloaded wyz v0.5.1
11422026-03-18T17:59:26.775Z Downloaded h2 v0.4.13
11432026-03-18T17:59:26.779Z Downloaded vergen-gitcl v1.0.8
11442026-03-18T17:59:26.783Z Downloaded usdt-impl v0.6.0
11452026-03-18T17:59:26.783Z Downloaded universal-hash v0.5.1
11462026-03-18T17:59:26.786Z Downloaded toml v0.7.8
11472026-03-18T17:59:26.786Z Downloaded tokio-stream v0.1.18
11482026-03-18T17:59:26.789Z Downloaded zstd v0.13.3
11492026-03-18T17:59:26.793Z Downloaded zstd-safe v7.2.4
11502026-03-18T17:59:26.793Z Downloaded xz2 v0.1.7
11512026-03-18T17:59:26.796Z Downloaded socket2 v0.6.2
11522026-03-18T17:59:26.797Z Downloaded socket2 v0.5.10
11532026-03-18T17:59:26.800Z Downloaded libm v0.2.16
11542026-03-18T17:59:26.804Z Downloaded typify v0.4.3
11552026-03-18T17:59:26.808Z Downloaded vergen v9.0.6
11562026-03-18T17:59:26.811Z Downloaded typify v0.6.1
11572026-03-18T17:59:26.814Z Downloaded whoami v2.1.0
11582026-03-18T17:59:26.815Z Downloaded unicode-bidi v0.3.18
11592026-03-18T17:59:26.818Z Downloaded hkdf v0.12.4
11602026-03-18T17:59:26.818Z Downloaded tungstenite v0.23.0
11612026-03-18T17:59:26.822Z Downloaded tracing-core v0.1.36
11622026-03-18T17:59:26.826Z Downloaded rustyline v14.0.0
11632026-03-18T17:59:26.830Z Downloaded p521 v0.13.3
11642026-03-18T17:59:26.830Z Downloaded russh v0.45.0
11652026-03-18T17:59:26.833Z Downloaded schemars v0.9.0
11662026-03-18T17:59:26.842Z Downloaded zeroize v1.8.2
11672026-03-18T17:59:26.846Z Downloaded zerocopy v0.6.6
11682026-03-18T17:59:26.846Z Downloaded yasna v0.5.2
11692026-03-18T17:59:26.850Z Downloaded uuid v1.21.0
11702026-03-18T17:59:26.850Z Downloaded unsafe-libyaml v0.2.11
11712026-03-18T17:59:26.853Z Downloaded toml_edit v0.23.10+spec-1.0.0
11722026-03-18T17:59:26.858Z Downloaded steno v0.4.1
11732026-03-18T17:59:26.861Z Downloaded ron v0.12.0
11742026-03-18T17:59:26.864Z Downloaded blake3 v1.8.3
11752026-03-18T17:59:26.871Z Downloaded tungstenite v0.21.0
11762026-03-18T17:59:26.874Z Downloaded aho-corasick v1.1.4
11772026-03-18T17:59:26.877Z Downloaded reedline v0.40.0
11782026-03-18T17:59:26.883Z Downloaded bitvec v1.0.1
11792026-03-18T17:59:26.894Z Downloaded zopfli v0.8.3
11802026-03-18T17:59:26.897Z Downloaded rpassword v7.4.0
11812026-03-18T17:59:26.901Z Downloaded vte v0.14.1
11822026-03-18T17:59:26.901Z Downloaded ssh-key v0.6.7
11832026-03-18T17:59:26.904Z Downloaded toml v0.9.12+spec-1.1.0
11842026-03-18T17:59:26.908Z Downloaded unicode_categories v0.1.1
11852026-03-18T17:59:26.912Z Downloaded aws-lc-rs v1.16.0
11862026-03-18T17:59:26.916Z Downloaded num-bigint v0.4.6
11872026-03-18T17:59:26.919Z Downloaded term v1.2.1
11882026-03-18T17:59:26.923Z Downloaded itertools v0.12.1
11892026-03-18T17:59:26.927Z Downloaded chrono v0.4.44
11902026-03-18T17:59:26.933Z Downloaded reqwest v0.13.2
11912026-03-18T17:59:26.937Z Downloaded yansi v1.0.1
11922026-03-18T17:59:26.940Z Downloaded zip v0.6.6
11932026-03-18T17:59:26.944Z Downloaded git2 v0.20.4
11942026-03-18T17:59:26.948Z Downloaded toml_edit v0.19.15
11952026-03-18T17:59:26.960Z Downloaded portable-atomic v1.13.1
11962026-03-18T17:59:26.966Z Downloaded zerocopy-derive v0.8.40
11972026-03-18T17:59:26.973Z Downloaded regex v1.12.3
11982026-03-18T17:59:26.977Z Downloaded p384 v0.13.1
11992026-03-18T17:59:26.981Z Downloaded reqwest v0.12.28
12002026-03-18T17:59:26.985Z Downloaded typed-path v0.9.3
12012026-03-18T17:59:26.992Z Downloaded unicode-segmentation v1.12.0
12022026-03-18T17:59:26.995Z Downloaded x509-cert v0.2.5
12032026-03-18T17:59:26.999Z Downloaded tower v0.5.3
12042026-03-18T17:59:27.003Z Downloaded quick-xml v0.37.5
12052026-03-18T17:59:27.007Z Downloaded moka v0.12.13
12062026-03-18T17:59:27.014Z Downloaded curve25519-dalek v4.1.3
12072026-03-18T17:59:27.021Z Downloaded goblin v0.10.5
12082026-03-18T17:59:27.027Z Downloaded proptest v1.10.0
12092026-03-18T17:59:27.033Z Downloaded unicode-normalization v0.1.25
12102026-03-18T17:59:27.036Z Downloaded tower-http v0.6.8
12112026-03-18T17:59:27.041Z Downloaded tokio-util v0.7.18
12122026-03-18T17:59:27.047Z Downloaded bindgen v0.71.1
12132026-03-18T17:59:27.053Z Downloaded salty v0.3.0
12142026-03-18T17:59:27.058Z Downloaded petname v2.0.2
12152026-03-18T17:59:27.062Z Downloaded rustls-webpki v0.102.8
12162026-03-18T17:59:27.076Z Downloaded zip v4.6.1
12172026-03-18T17:59:27.079Z Downloaded rustls-webpki v0.101.7
12182026-03-18T17:59:27.092Z Downloaded rayon v1.11.0
12192026-03-18T17:59:27.096Z Downloaded tough v0.20.0
12202026-03-18T17:59:27.102Z Downloaded winnow v0.5.40
12212026-03-18T17:59:27.109Z Downloaded nix v0.27.1
12222026-03-18T17:59:27.116Z Downloaded quinn-proto v0.11.13
12232026-03-18T17:59:27.122Z Downloaded winnow v0.6.26
12242026-03-18T17:59:27.128Z Downloaded dropshot v0.16.7
12252026-03-18T17:59:27.147Z Downloaded polar-core v0.27.3
12262026-03-18T17:59:27.151Z Downloaded openssl v0.10.75
12272026-03-18T17:59:27.157Z Downloaded serde_with v3.17.0
12282026-03-18T17:59:27.166Z Downloaded rustls v0.21.12
12292026-03-18T17:59:27.175Z Downloaded bstr v1.12.1
12302026-03-18T17:59:27.181Z Downloaded nix v0.28.0
12312026-03-18T17:59:27.189Z Downloaded nix v0.29.0
12322026-03-18T17:59:27.198Z Downloaded time v0.3.47
12332026-03-18T17:59:27.209Z Downloaded tabled v0.20.0
12342026-03-18T17:59:27.223Z Downloaded webpki-roots v1.0.6
12352026-03-18T17:59:27.227Z Downloaded smoltcp v0.11.0
12362026-03-18T17:59:27.231Z Downloaded vcpkg v0.2.15
12372026-03-18T17:59:27.261Z Downloaded zlib-rs v0.6.2
12382026-03-18T17:59:27.264Z Downloaded object v0.37.3
12392026-03-18T17:59:27.273Z Downloaded nix v0.31.1
12402026-03-18T17:59:27.282Z Downloaded rustls v0.23.37
12412026-03-18T17:59:27.291Z Downloaded rustls v0.22.4
12422026-03-18T17:59:27.300Z Downloaded rustix v0.38.44
12432026-03-18T17:59:27.316Z Downloaded regex-syntax v0.8.10
12442026-03-18T17:59:27.322Z Downloaded hickory-proto v0.25.2
12452026-03-18T17:59:27.333Z Downloaded zerocopy v0.8.40
12462026-03-18T17:59:27.340Z Downloaded diesel v2.3.7
12472026-03-18T17:59:27.355Z Downloaded regress v0.10.5
12482026-03-18T17:59:27.362Z Downloaded openapiv3 v2.2.0
12492026-03-18T17:59:27.370Z Downloaded smoltcp v0.9.1
12502026-03-18T17:59:27.378Z Downloaded regex-syntax v0.6.29
12512026-03-18T17:59:27.383Z Downloaded hickory-proto v0.24.4
12522026-03-18T17:59:27.395Z Downloaded sqlparser v0.61.0
12532026-03-18T17:59:27.402Z Downloaded radix_trie v0.2.1
12542026-03-18T17:59:27.406Z Downloaded sled v0.34.7
12552026-03-18T17:59:27.413Z Downloaded tracing v0.1.44
12562026-03-18T17:59:27.431Z Downloaded typify-impl v0.6.1
12572026-03-18T17:59:27.441Z Downloaded object v0.30.4
12582026-03-18T17:59:27.448Z Downloaded ratatui v0.29.0
12592026-03-18T17:59:27.462Z Downloaded typify-impl v0.4.3
12602026-03-18T17:59:27.473Z Downloaded bzip2-sys v0.1.13+1.0.8
12612026-03-18T17:59:27.482Z Downloaded tokio-postgres v0.7.16
12622026-03-18T17:59:27.486Z Downloaded lalrpop v0.19.12
12632026-03-18T17:59:27.493Z Downloaded regex-automata v0.4.14
12642026-03-18T17:59:27.504Z Downloaded iri-string v0.7.10
12652026-03-18T17:59:27.509Z Downloaded zerocopy-derive v0.6.6
12662026-03-18T17:59:27.517Z Downloaded hashbrown v0.15.5
12672026-03-18T17:59:27.521Z Downloaded libxml v0.3.3
12682026-03-18T17:59:27.525Z Downloaded tower-layer v0.3.3
12692026-03-18T17:59:27.528Z Downloaded derive_more v2.1.1
12702026-03-18T17:59:27.534Z Downloaded peg-macros v0.8.5
12712026-03-18T17:59:27.538Z Downloaded csv v1.4.0
12722026-03-18T17:59:27.550Z Downloaded petgraph v0.6.5
12732026-03-18T17:59:27.564Z Downloaded lzma-sys v0.1.20
12742026-03-18T17:59:27.585Z Downloaded chrono-tz v0.10.4
12752026-03-18T17:59:27.598Z Downloaded paste v1.0.15
12762026-03-18T17:59:27.602Z Downloaded jiff v0.2.21
12772026-03-18T17:59:27.614Z Downloaded libsw v3.5.0
12782026-03-18T17:59:27.617Z Downloaded petgraph v0.8.3
12792026-03-18T17:59:27.631Z Downloaded libloading v0.8.9
12802026-03-18T17:59:27.634Z Downloaded libz-sys v1.1.24
12812026-03-18T17:59:27.648Z Downloaded maybe-uninit v2.0.0
12822026-03-18T17:59:27.652Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-03-18T17:59:27.662Z Downloaded tokio v1.49.0
12842026-03-18T17:59:27.690Z Downloaded sha3 v0.10.8
12852026-03-18T17:59:27.694Z Downloaded lzss v0.8.2
12862026-03-18T17:59:27.699Z Downloaded ipnet v2.11.0
12872026-03-18T17:59:27.699Z Downloaded des v0.8.1
12882026-03-18T17:59:27.699Z Downloaded group v0.13.0
12892026-03-18T17:59:27.703Z Downloaded erased-serde v0.3.31
12902026-03-18T17:59:27.703Z Downloaded humantime v2.3.0
12912026-03-18T17:59:27.703Z Downloaded http-body-util v0.1.3
12922026-03-18T17:59:27.703Z Downloaded const_format_proc_macros v0.2.34
12932026-03-18T17:59:27.706Z Downloaded derive_more v0.99.20
12942026-03-18T17:59:27.710Z Downloaded derive_builder v0.20.2
12952026-03-18T17:59:27.713Z Downloaded cookie v0.18.1
12962026-03-18T17:59:27.713Z Downloaded console v0.15.11
12972026-03-18T17:59:27.716Z Downloaded colored v3.1.1
12982026-03-18T17:59:27.717Z Downloaded cbc v0.1.2
12992026-03-18T17:59:27.720Z Downloaded bzip2 v0.4.4
13002026-03-18T17:59:27.720Z Downloaded async-bb8-diesel v0.2.1
13012026-03-18T17:59:27.720Z Downloaded ena v0.14.4
13022026-03-18T17:59:27.723Z Downloaded darling v0.20.11
13032026-03-18T17:59:27.727Z Downloaded cargo_toml v0.22.3
13042026-03-18T17:59:27.727Z Downloaded ecdsa v0.16.9
13052026-03-18T17:59:27.727Z Downloaded filetime v0.2.27
13062026-03-18T17:59:27.727Z Downloaded document-features v0.2.12
13072026-03-18T17:59:27.731Z Downloaded cookie_store v0.22.1
13082026-03-18T17:59:27.731Z Downloaded console v0.16.2
13092026-03-18T17:59:27.731Z Downloaded backoff v0.4.0
13102026-03-18T17:59:27.734Z Downloaded hostname v0.3.1
13112026-03-18T17:59:27.734Z Downloaded home v0.5.12
13122026-03-18T17:59:27.734Z Downloaded bit-vec v0.8.0
13132026-03-18T17:59:27.734Z Downloaded env_logger v0.11.9
13142026-03-18T17:59:27.738Z Downloaded defmt-macros v1.0.1
13152026-03-18T17:59:27.738Z Downloaded derive-ex v0.1.8
13162026-03-18T17:59:27.742Z Downloaded daft-derive v0.1.5
13172026-03-18T17:59:27.745Z Downloaded blowfish v0.9.1
13182026-03-18T17:59:27.745Z Downloaded debug-ignore v1.0.5
13192026-03-18T17:59:27.745Z Downloaded encoding_rs v0.8.35
13202026-03-18T17:59:27.760Z Downloaded cmake v0.1.57
13212026-03-18T17:59:27.763Z Downloaded chacha20 v0.9.1
13222026-03-18T17:59:27.763Z Downloaded buf-list v1.1.2
13232026-03-18T17:59:27.767Z Downloaded bb8 v0.8.6
13242026-03-18T17:59:27.767Z Downloaded ctr v0.9.2
13252026-03-18T17:59:27.767Z Downloaded crossbeam-deque v0.8.6
13262026-03-18T17:59:27.770Z Downloaded const-oid v0.9.6
13272026-03-18T17:59:27.770Z Downloaded compact_str v0.8.1
13282026-03-18T17:59:27.773Z Downloaded cipher v0.4.4
13292026-03-18T17:59:27.774Z Downloaded ahash v0.8.12
13302026-03-18T17:59:27.774Z Downloaded flagset v0.4.7
13312026-03-18T17:59:27.777Z Downloaded defmt-parser v1.0.0
13322026-03-18T17:59:27.777Z Downloaded bcs v0.1.6
13332026-03-18T17:59:27.777Z Downloaded async-stream v0.3.6
13342026-03-18T17:59:27.781Z Downloaded assert_matches v1.5.0
13352026-03-18T17:59:27.781Z Downloaded block-padding v0.3.3
13362026-03-18T17:59:27.781Z Downloaded bit-set v0.5.3
13372026-03-18T17:59:27.784Z Downloaded ring v0.17.14
13382026-03-18T17:59:27.813Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-18T17:59:28.350Z Downloaded aws-lc-sys v0.37.1
13402026-03-18T17:59:28.675Z Compiling libc v0.2.180
13412026-03-18T17:59:28.679Z Compiling serde v1.0.228
13422026-03-18T17:59:28.679Z Compiling log v0.4.29
13432026-03-18T17:59:28.679Z Compiling find-msvc-tools v0.1.9
13442026-03-18T17:59:28.850Z Compiling shlex v1.3.0
13452026-03-18T17:59:28.853Z Compiling smallvec v1.15.1
13462026-03-18T17:59:28.878Z Compiling syn v2.0.117
13472026-03-18T17:59:28.882Z Compiling typenum v1.19.0
13482026-03-18T17:59:29.098Z Compiling generic-array v0.14.7
13492026-03-18T17:59:29.125Z Compiling subtle v2.6.1
13502026-03-18T17:59:29.158Z Compiling scopeguard v1.2.0
13512026-03-18T17:59:29.213Z Compiling portable-atomic v1.13.1
13522026-03-18T17:59:29.253Z Compiling const-oid v0.9.6
13532026-03-18T17:59:29.298Z Compiling lock_api v0.4.14
13542026-03-18T17:59:29.350Z Compiling critical-section v1.2.0
13552026-03-18T17:59:29.455Z Compiling zerocopy v0.8.40
13562026-03-18T17:59:29.582Z Compiling serde_json v1.0.149
13572026-03-18T17:59:29.707Z Compiling pin-project-lite v0.2.17
13582026-03-18T17:59:29.819Z Compiling parking_lot_core v0.9.12
13592026-03-18T17:59:30.095Z Compiling getrandom v0.2.17
13602026-03-18T17:59:30.120Z Compiling jobserver v0.1.34
13612026-03-18T17:59:30.174Z Compiling errno v0.3.14
13622026-03-18T17:59:30.343Z Compiling rand_core v0.6.4
13632026-03-18T17:59:30.384Z Compiling cc v1.2.56
13642026-03-18T17:59:30.449Z Compiling signal-hook-registry v1.4.8
13652026-03-18T17:59:30.628Z Compiling once_cell v1.21.3
13662026-03-18T17:59:30.700Z Compiling pkg-config v0.3.32
13672026-03-18T17:59:30.719Z Compiling parking_lot v0.12.5
13682026-03-18T17:59:30.810Z Compiling mio v1.1.1
13692026-03-18T17:59:30.835Z Compiling bitflags v2.11.0
13702026-03-18T17:59:30.908Z Compiling libm v0.2.16
13712026-03-18T17:59:31.136Z Compiling num-traits v0.2.19
13722026-03-18T17:59:31.236Z Compiling futures-core v0.3.32
13732026-03-18T17:59:31.433Z Compiling socket2 v0.6.2
13742026-03-18T17:59:31.482Z Compiling percent-encoding v2.3.2
13752026-03-18T17:59:31.501Z Compiling allocator-api2 v0.2.21
13762026-03-18T17:59:31.541Z Compiling futures-sink v0.3.32
13772026-03-18T17:59:31.574Z Compiling foldhash v0.2.0
13782026-03-18T17:59:31.678Z Compiling cpufeatures v0.2.17
13792026-03-18T17:59:31.731Z Compiling futures-channel v0.3.32
13802026-03-18T17:59:31.772Z Compiling futures-task v0.3.32
13812026-03-18T17:59:31.869Z Compiling getrandom v0.4.1
13822026-03-18T17:59:31.956Z Compiling hashbrown v0.16.1
13832026-03-18T17:59:31.997Z Compiling slab v0.4.12
13842026-03-18T17:59:32.015Z Compiling futures-io v0.3.32
13852026-03-18T17:59:32.035Z Compiling rand_core v0.10.0
13862026-03-18T17:59:32.214Z Compiling getrandom v0.3.4
13872026-03-18T17:59:32.233Z Compiling rustversion v1.0.22
13882026-03-18T17:59:32.253Z Compiling form_urlencoded v1.2.2
13892026-03-18T17:59:32.604Z Compiling cmake v0.1.57
13902026-03-18T17:59:32.644Z Compiling ident_case v1.0.1
13912026-03-18T17:59:32.746Z Compiling indexmap v2.13.0
13922026-03-18T17:59:32.800Z Compiling base64ct v1.8.3
13932026-03-18T17:59:32.995Z Compiling fs_extra v1.3.0
13942026-03-18T17:59:33.151Z Compiling synstructure v0.13.2
13952026-03-18T17:59:33.213Z Compiling dunce v1.0.5
13962026-03-18T17:59:33.330Z Compiling pem-rfc7468 v0.7.0
13972026-03-18T17:59:33.350Z Compiling aws-lc-sys v0.37.1
13982026-03-18T17:59:33.462Z Compiling flagset v0.4.7
13992026-03-18T17:59:33.483Z Compiling rand_core v0.9.5
14002026-03-18T17:59:33.542Z Compiling rustix v1.1.3
14012026-03-18T17:59:33.635Z Compiling iana-time-zone v0.1.65
14022026-03-18T17:59:33.661Z Compiling ring v0.17.14
14032026-03-18T17:59:33.742Z Compiling uuid v1.21.0
14042026-03-18T17:59:33.834Z Compiling rustc_version v0.4.1
14052026-03-18T17:59:33.887Z Compiling aws-lc-rs v1.16.0
14062026-03-18T17:59:34.014Z Compiling regex-syntax v0.8.10
14072026-03-18T17:59:34.244Z Compiling vcpkg v0.2.15
14082026-03-18T17:59:34.263Z Compiling tracing-core v0.1.36
14092026-03-18T17:59:34.671Z Compiling crossbeam-utils v0.8.21
14102026-03-18T17:59:35.035Z Compiling pest_generator v2.8.6
14112026-03-18T17:59:35.076Z Compiling serde_derive_internals v0.29.1
14122026-03-18T17:59:35.273Z Compiling openssl-sys v0.9.111
14132026-03-18T17:59:35.722Z Compiling serde_derive v1.0.228
14142026-03-18T17:59:35.945Z Compiling zeroize_derive v1.4.3
14152026-03-18T17:59:35.960Z Compiling zerofrom-derive v0.1.6
14162026-03-18T17:59:35.987Z Compiling yoke-derive v0.8.1
14172026-03-18T17:59:36.313Z Compiling zerocopy-derive v0.8.40
14182026-03-18T17:59:36.780Z Compiling zeroize v1.8.2
14192026-03-18T17:59:37.279Z Compiling zerovec-derive v0.11.2
14202026-03-18T17:59:37.528Z Compiling displaydoc v0.2.5
14212026-03-18T17:59:37.800Z Compiling crypto-common v0.1.7
14222026-03-18T17:59:37.836Z Compiling zerofrom v0.1.6
14232026-03-18T17:59:37.979Z Compiling yoke v0.8.1
14242026-03-18T17:59:37.999Z Compiling block-buffer v0.10.4
14252026-03-18T17:59:38.203Z Compiling digest v0.10.7
14262026-03-18T17:59:38.221Z Compiling tokio-macros v2.6.0
14272026-03-18T17:59:38.478Z Compiling zerotrie v0.2.3
14282026-03-18T17:59:38.509Z Compiling hmac v0.12.1
14292026-03-18T17:59:38.527Z Compiling futures-macro v0.3.32
14302026-03-18T17:59:38.704Z Compiling block-padding v0.3.3
14312026-03-18T17:59:38.742Z Compiling zerovec v0.11.5
14322026-03-18T17:59:38.872Z Compiling inout v0.1.4
14332026-03-18T17:59:38.910Z Compiling sha2 v0.10.9
14342026-03-18T17:59:39.087Z Compiling cipher v0.4.4
14352026-03-18T17:59:39.177Z Compiling der_derive v0.7.3
14362026-03-18T17:59:39.442Z Compiling tinystr v0.8.2
14372026-03-18T17:59:39.487Z Compiling potential_utf v0.1.4
14382026-03-18T17:59:39.644Z Compiling futures-util v0.3.32
14392026-03-18T17:59:39.703Z Compiling icu_locale_core v2.1.1
14402026-03-18T17:59:39.728Z Compiling icu_collections v2.1.1
14412026-03-18T17:59:40.367Z Compiling salsa20 v0.10.2
14422026-03-18T17:59:40.486Z Compiling bytes v1.11.1
14432026-03-18T17:59:40.518Z Compiling der v0.7.10
14442026-03-18T17:59:40.539Z Compiling chrono v0.4.44
14452026-03-18T17:59:40.796Z Compiling icu_provider v2.1.1
14462026-03-18T17:59:40.938Z Compiling pbkdf2 v0.12.2
14472026-03-18T17:59:41.073Z Compiling thiserror-impl v2.0.18
14482026-03-18T17:59:41.170Z Compiling tokio v1.49.0
14492026-03-18T17:59:41.303Z Compiling icu_normalizer v2.1.1
14502026-03-18T17:59:41.998Z Compiling icu_properties v2.1.2
14512026-03-18T17:59:42.160Z Compiling spki v0.7.3
14522026-03-18T17:59:42.405Z Compiling ppv-lite86 v0.2.21
14532026-03-18T17:59:42.423Z Compiling http v1.4.0
14542026-03-18T17:59:42.591Z Compiling scrypt v0.11.0
14552026-03-18T17:59:42.705Z Compiling aes v0.8.4
14562026-03-18T17:59:42.817Z Compiling thiserror v2.0.18
14572026-03-18T17:59:42.833Z Compiling rand_chacha v0.9.0
14582026-03-18T17:59:42.907Z Compiling cbc v0.1.2
14592026-03-18T17:59:42.939Z Compiling rustls-pki-types v1.14.0
14602026-03-18T17:59:43.084Z Compiling tracing-attributes v0.1.31
14612026-03-18T17:59:43.521Z Compiling idna_adapter v1.2.1
14622026-03-18T17:59:43.540Z Compiling http-body v1.0.1
14632026-03-18T17:59:43.643Z Compiling pkcs5 v0.7.1
14642026-03-18T17:59:43.695Z Compiling idna v1.1.0
14652026-03-18T17:59:43.723Z Compiling rand v0.9.2
14662026-03-18T17:59:43.798Z Compiling base64 v0.22.1
14672026-03-18T17:59:44.081Z Compiling url v2.5.8
14682026-03-18T17:59:44.204Z Compiling schemars v0.8.22
14692026-03-18T17:59:44.276Z Compiling httparse v1.10.1
14702026-03-18T17:59:44.479Z Compiling openssl-probe v0.2.1
14712026-03-18T17:59:44.600Z Compiling untrusted v0.7.1
14722026-03-18T17:59:44.702Z Compiling syn v1.0.109
14732026-03-18T17:59:44.724Z Compiling untrusted v0.9.0
14742026-03-18T17:59:44.800Z Compiling pkcs8 v0.10.2
14752026-03-18T17:59:44.819Z Compiling schemars_derive v0.8.22
14762026-03-18T17:59:44.872Z Compiling tracing v0.1.44
14772026-03-18T17:59:45.140Z Compiling pest_derive v2.8.6
14782026-03-18T17:59:45.195Z Compiling scroll_derive v0.13.1
14792026-03-18T17:59:45.233Z Compiling darling_core v0.20.11
14802026-03-18T17:59:45.668Z Compiling tower-service v0.3.3
14812026-03-18T17:59:45.782Z Compiling tinyvec_macros v0.1.1
14822026-03-18T17:59:45.859Z Compiling atomic-waker v1.1.2
14832026-03-18T17:59:45.879Z Compiling dyn-clone v1.0.20
14842026-03-18T17:59:46.009Z Compiling rustls v0.23.37
14852026-03-18T17:59:46.048Z Compiling tower-layer v0.3.3
14862026-03-18T17:59:46.222Z Compiling tokio-util v0.7.18
14872026-03-18T17:59:46.252Z Compiling try-lock v0.2.5
14882026-03-18T17:59:46.267Z Compiling scroll v0.13.0
14892026-03-18T17:59:46.383Z Compiling want v0.3.1
14902026-03-18T17:59:46.585Z Compiling tinyvec v1.10.0
14912026-03-18T17:59:47.295Z Compiling h2 v0.4.13
14922026-03-18T17:59:47.418Z Compiling ipnet v2.11.0
14932026-03-18T17:59:47.615Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-18T17:59:48.084Z Compiling spin v0.9.8
14952026-03-18T17:59:48.106Z Compiling aho-corasick v1.1.4
14962026-03-18T17:59:48.257Z Compiling powerfmt v0.2.0
14972026-03-18T17:59:48.348Z Compiling time-core v0.1.8
14982026-03-18T17:59:48.451Z Compiling darling_macro v0.20.11
14992026-03-18T17:59:48.516Z Compiling foreign-types-shared v0.1.1
15002026-03-18T17:59:48.541Z Compiling httpdate v1.0.3
15012026-03-18T17:59:48.623Z Compiling num-conv v0.2.0
15022026-03-18T17:59:48.792Z Compiling crc32fast v1.5.0
15032026-03-18T17:59:48.819Z Compiling pin-utils v0.1.0
15042026-03-18T17:59:48.914Z Compiling openssl v0.10.75
15052026-03-18T17:59:49.019Z Compiling tempfile v3.25.0
15062026-03-18T17:59:49.042Z Compiling darling v0.20.11
15072026-03-18T17:59:49.145Z Compiling time-macros v0.2.27
15082026-03-18T17:59:49.186Z Compiling foreign-types v0.3.2
15092026-03-18T17:59:49.230Z Compiling regex-automata v0.4.14
15102026-03-18T17:59:49.276Z Compiling deranged v0.5.8
15112026-03-18T17:59:50.508Z Compiling goblin v0.10.5
15122026-03-18T17:59:50.675Z Compiling thiserror-impl v1.0.69
15132026-03-18T17:59:51.289Z Compiling openssl-macros v0.1.1
15142026-03-18T17:59:51.767Z Compiling hyper v1.8.1
15152026-03-18T17:59:52.232Z Compiling wait-timeout v0.2.1
15162026-03-18T17:59:52.330Z Compiling siphasher v1.0.2
15172026-03-18T17:59:52.568Z Compiling quick-error v1.2.3
15182026-03-18T17:59:52.586Z Compiling num_threads v0.1.7
15192026-03-18T17:59:52.697Z Compiling bit-vec v0.8.0
15202026-03-18T17:59:52.702Z Compiling native-tls v0.2.18
15212026-03-18T17:59:52.732Z Compiling simd-adler32 v0.3.8
15222026-03-18T17:59:52.956Z Compiling either v1.15.0
15232026-03-18T17:59:52.995Z Compiling usdt-impl v0.6.0
15242026-03-18T17:59:53.080Z Compiling bit-set v0.8.0
15252026-03-18T17:59:53.224Z Compiling hyper-util v0.1.20
15262026-03-18T17:59:53.270Z Compiling time v0.3.47
15272026-03-18T17:59:53.288Z Compiling rusty-fork v0.3.1
15282026-03-18T17:59:53.701Z Compiling thiserror v1.0.69
15292026-03-18T17:59:54.124Z Compiling derive_builder_core v0.20.2
15302026-03-18T17:59:54.986Z Compiling dof v0.4.0
15312026-03-18T17:59:55.315Z Compiling unicode-normalization v0.1.25
15322026-03-18T17:59:55.445Z Compiling crossbeam-epoch v0.9.18
15332026-03-18T17:59:55.533Z Compiling dtrace-parser v0.3.0
15342026-03-18T17:59:55.864Z Compiling rustls-native-certs v0.8.3
15352026-03-18T17:59:55.908Z Compiling signature v2.2.0
15362026-03-18T17:59:56.134Z Compiling scroll_derive v0.12.1
15372026-03-18T17:59:56.238Z Compiling heapless v0.7.17
15382026-03-18T17:59:56.450Z Compiling rand_xorshift v0.4.0
15392026-03-18T17:59:56.531Z Compiling slog v2.8.2
15402026-03-18T17:59:56.564Z Compiling darling_core v0.21.3
15412026-03-18T17:59:56.585Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-18T17:59:56.643Z Compiling sync_wrapper v1.0.2
15432026-03-18T17:59:56.750Z Compiling thread-id v5.1.0
15442026-03-18T17:59:56.775Z Compiling cookie v0.18.1
15452026-03-18T17:59:56.852Z Compiling zstd-safe v7.2.4
15462026-03-18T17:59:56.922Z Compiling anyhow v1.0.102
15472026-03-18T17:59:56.984Z Compiling unicode-bidi v0.3.18
15482026-03-18T17:59:57.003Z Compiling unicode-properties v0.1.4
15492026-03-18T17:59:57.089Z Compiling unarray v0.1.4
15502026-03-18T17:59:57.225Z Compiling signal-hook v0.3.18
15512026-03-18T17:59:57.270Z Compiling rayon-core v1.13.0
15522026-03-18T17:59:57.306Z Compiling adler2 v2.0.1
15532026-03-18T17:59:57.433Z Compiling unicode-segmentation v1.12.0
15542026-03-18T17:59:57.465Z Compiling paste v1.0.15
15552026-03-18T17:59:57.533Z Compiling miniz_oxide v0.8.9
15562026-03-18T17:59:57.720Z Compiling stringprep v0.1.5
15572026-03-18T17:59:57.874Z Compiling proptest v1.10.0
15582026-03-18T17:59:57.994Z Compiling scroll v0.12.0
15592026-03-18T17:59:58.372Z Compiling tower v0.5.3
15602026-03-18T17:59:58.452Z Compiling crossbeam-deque v0.8.6
15612026-03-18T17:59:58.526Z Compiling derive_builder_macro v0.20.2
15622026-03-18T17:59:58.691Z Compiling ipnetwork v0.21.1
15632026-03-18T17:59:58.806Z Compiling http-body-util v0.1.3
15642026-03-18T17:59:58.986Z Compiling webpki-roots v1.0.6
15652026-03-18T17:59:59.060Z Compiling rand_chacha v0.3.1
15662026-03-18T17:59:59.097Z Compiling toml_datetime v0.6.11
15672026-03-18T17:59:59.120Z Compiling erased-serde v0.3.31
15682026-03-18T17:59:59.138Z Compiling serde_spanned v0.6.9
15692026-03-18T17:59:59.212Z Compiling serde_tokenstream v0.2.3
15702026-03-18T17:59:59.313Z Compiling md-5 v0.10.6
15712026-03-18T17:59:59.480Z Compiling zerocopy-derive v0.7.35
15722026-03-18T17:59:59.558Z Compiling curve25519-dalek v4.1.3
15732026-03-18T17:59:59.678Z Compiling vergen-lib v0.1.6
15742026-03-18T17:59:59.884Z Compiling num-integer v0.1.46
15752026-03-18T17:59:59.902Z Compiling hash32 v0.2.1
15762026-03-18T17:59:59.975Z Compiling ff v0.13.1
15772026-03-18T18:00:00.136Z Compiling memoffset v0.9.1
15782026-03-18T18:00:00.155Z Compiling rustix v0.38.44
15792026-03-18T18:00:00.159Z Compiling num-bigint-dig v0.8.6
15802026-03-18T18:00:00.193Z Compiling darling_macro v0.21.3
15812026-03-18T18:00:00.328Z Compiling ref-cast v1.0.25
15822026-03-18T18:00:00.368Z Compiling ryu v1.0.23
15832026-03-18T18:00:00.386Z Compiling iri-string v0.7.10
15842026-03-18T18:00:00.598Z Compiling litrs v1.0.0
15852026-03-18T18:00:00.617Z Compiling psl-types v2.0.11
15862026-03-18T18:00:00.644Z Compiling zlib-rs v0.6.2
15872026-03-18T18:00:00.707Z Compiling smoltcp v0.9.1
15882026-03-18T18:00:00.772Z Compiling base16ct v0.2.0
15892026-03-18T18:00:00.797Z Compiling cfg_aliases v0.2.1
15902026-03-18T18:00:00.885Z Compiling fallible-iterator v0.2.0
15912026-03-18T18:00:00.992Z Compiling sec1 v0.7.3
15922026-03-18T18:00:01.148Z Compiling newtype-uuid v1.3.2
15932026-03-18T18:00:01.280Z Compiling postgres-protocol v0.6.10
15942026-03-18T18:00:01.284Z Compiling document-features v0.2.12
15952026-03-18T18:00:01.336Z Compiling nix v0.31.1
15962026-03-18T18:00:01.570Z Compiling darling v0.21.3
15972026-03-18T18:00:01.673Z Compiling publicsuffix v2.3.0
15982026-03-18T18:00:01.879Z Compiling zerocopy v0.7.35
15992026-03-18T18:00:02.006Z Compiling tower-http v0.6.8
16002026-03-18T18:00:02.009Z Compiling serde_urlencoded v0.7.1
16012026-03-18T18:00:02.185Z Compiling num-iter v0.1.45
16022026-03-18T18:00:02.332Z Compiling group v0.13.0
16032026-03-18T18:00:02.577Z Compiling rand v0.8.5
16042026-03-18T18:00:02.607Z Compiling derive_builder v0.20.2
16052026-03-18T18:00:02.649Z Compiling oxnet v0.1.4
16062026-03-18T18:00:02.874Z Compiling proc-macro-error v1.0.4
16072026-03-18T18:00:03.054Z Compiling tokio-native-tls v0.3.1
16082026-03-18T18:00:03.156Z Compiling goblin v0.8.2
16092026-03-18T18:00:03.719Z Compiling heck v0.4.1
16102026-03-18T18:00:04.008Z Compiling phf_shared v0.13.1
16112026-03-18T18:00:04.104Z Compiling regex v1.12.3
16122026-03-18T18:00:04.326Z Compiling hubpack_derive v0.1.1
16132026-03-18T18:00:04.329Z Compiling lazy_static v1.5.0
16142026-03-18T18:00:04.364Z Compiling cargo-platform v0.1.9
16152026-03-18T18:00:04.485Z Compiling hkdf v0.12.4
16162026-03-18T18:00:04.693Z Compiling crypto-bigint v0.5.5
16172026-03-18T18:00:04.727Z Compiling strum_macros v0.27.2
16182026-03-18T18:00:04.747Z Compiling daft-derive v0.1.5
16192026-03-18T18:00:04.923Z Compiling flate2 v1.1.9
16202026-03-18T18:00:05.394Z Compiling async-trait v0.1.89
16212026-03-18T18:00:05.489Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-18T18:00:05.714Z Compiling ref-cast-impl v1.0.25
16232026-03-18T18:00:06.325Z Compiling terminal_size v0.4.3
16242026-03-18T18:00:06.414Z Compiling vergen v9.0.6
16252026-03-18T18:00:06.493Z Compiling fs-err v3.3.0
16262026-03-18T18:00:06.635Z Compiling ahash v0.8.12
16272026-03-18T18:00:06.724Z Compiling foldhash v0.1.5
16282026-03-18T18:00:06.810Z Compiling object v0.37.3
16292026-03-18T18:00:06.881Z Compiling bumpalo v3.20.2
16302026-03-18T18:00:06.942Z Compiling managed v0.8.0
16312026-03-18T18:00:07.149Z Compiling libbz2-rs-sys v0.2.2
16322026-03-18T18:00:07.218Z Compiling winnow v0.5.40
16332026-03-18T18:00:07.221Z Compiling bitflags v1.3.2
16342026-03-18T18:00:07.438Z Compiling strum v0.27.2
16352026-03-18T18:00:07.593Z Compiling console v0.16.2
16362026-03-18T18:00:07.671Z Compiling zopfli v0.8.3
16372026-03-18T18:00:08.053Z Compiling bzip2 v0.6.1
16382026-03-18T18:00:08.130Z Compiling hashbrown v0.15.5
16392026-03-18T18:00:08.311Z Compiling clap_builder v4.5.60
16402026-03-18T18:00:08.542Z Compiling dof v0.3.0
16412026-03-18T18:00:08.575Z Compiling elliptic-curve v0.13.8
16422026-03-18T18:00:08.864Z Compiling daft v0.1.5
16432026-03-18T18:00:09.100Z Compiling toml_edit v0.19.15
16442026-03-18T18:00:09.152Z Compiling hubpack v0.1.2
16452026-03-18T18:00:09.223Z Compiling cargo_metadata v0.19.2
16462026-03-18T18:00:09.548Z Compiling phf v0.13.1
16472026-03-18T18:00:09.762Z Compiling signal-hook-mio v0.2.5
16482026-03-18T18:00:09.910Z Compiling zstd v0.13.3
16492026-03-18T18:00:10.268Z Compiling zone_cfg_derive v0.3.1
16502026-03-18T18:00:11.084Z Compiling cookie_store v0.22.1
16512026-03-18T18:00:11.595Z Compiling rayon v1.11.0
16522026-03-18T18:00:11.949Z Compiling hyper-tls v0.6.0
16532026-03-18T18:00:12.139Z Compiling bzip2 v0.4.4
16542026-03-18T18:00:12.435Z Compiling postgres-types v0.2.12
16552026-03-18T18:00:12.453Z Compiling serde_with_macros v3.17.0
16562026-03-18T18:00:12.578Z Compiling usdt-macro v0.6.0
16572026-03-18T18:00:12.875Z Compiling usdt-attr-macro v0.6.0
16582026-03-18T18:00:13.191Z Compiling ed25519 v2.2.3
16592026-03-18T18:00:13.525Z Compiling dtrace-parser v0.2.0
16602026-03-18T18:00:13.898Z Compiling itertools v0.12.1
16612026-03-18T18:00:13.901Z Compiling phf_shared v0.11.3
16622026-03-18T18:00:13.963Z Compiling bstr v1.12.1
16632026-03-18T18:00:13.997Z Compiling pkcs1 v0.7.5
16642026-03-18T18:00:14.161Z Compiling hex v0.4.3
16652026-03-18T18:00:14.344Z Compiling serde-big-array v0.5.1
16662026-03-18T18:00:14.556Z Compiling rfc6979 v0.4.0
16672026-03-18T18:00:14.575Z Compiling enum-as-inner v0.6.1
16682026-03-18T18:00:14.593Z Compiling strum_macros v0.26.4
16692026-03-18T18:00:14.628Z Compiling clap_derive v4.5.55
16702026-03-18T18:00:14.710Z Compiling serde_repr v0.1.20
16712026-03-18T18:00:14.873Z Compiling float-cmp v0.10.0
16722026-03-18T18:00:15.061Z Compiling thread-id v4.2.2
16732026-03-18T18:00:15.169Z Compiling memmap2 v0.9.10
16742026-03-18T18:00:15.233Z Compiling env_filter v1.0.0
16752026-03-18T18:00:15.421Z Compiling encoding_rs v0.8.35
16762026-03-18T18:00:15.455Z Compiling rustc-hash v2.1.1
16772026-03-18T18:00:15.594Z Compiling keccak v0.1.6
16782026-03-18T18:00:15.616Z Compiling difflib v0.4.0
16792026-03-18T18:00:15.640Z Compiling fixedbitset v0.4.2
16802026-03-18T18:00:15.924Z Compiling precomputed-hash v0.1.1
16812026-03-18T18:00:16.038Z Compiling jiff v0.2.21
16822026-03-18T18:00:16.379Z Compiling mime v0.3.17
16832026-03-18T18:00:16.704Z Compiling static_assertions v1.1.0
16842026-03-18T18:00:16.722Z Compiling whoami v2.1.0
16852026-03-18T18:00:16.797Z Compiling unit-prefix v0.5.2
16862026-03-18T18:00:16.883Z Compiling predicates-core v1.0.10
16872026-03-18T18:00:17.024Z Compiling data-encoding v2.10.0
16882026-03-18T18:00:17.042Z Compiling new_debug_unreachable v1.0.6
16892026-03-18T18:00:17.084Z Compiling fixedbitset v0.5.7
16902026-03-18T18:00:17.109Z Compiling normalize-line-endings v0.3.0
16912026-03-18T18:00:17.132Z Compiling string_cache v0.8.9
16922026-03-18T18:00:17.223Z Compiling predicates v3.1.4
16932026-03-18T18:00:17.240Z Compiling clap v4.5.60
16942026-03-18T18:00:17.341Z Compiling strum v0.26.3
16952026-03-18T18:00:17.420Z Compiling hickory-proto v0.25.2
16962026-03-18T18:00:17.448Z Compiling petgraph v0.8.3
16972026-03-18T18:00:17.484Z Compiling tokio-postgres v0.7.16
16982026-03-18T18:00:17.502Z Compiling indicatif v0.18.4
16992026-03-18T18:00:17.980Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-18T18:00:18.091Z Compiling toml_edit v0.22.27
17012026-03-18T18:00:18.658Z Compiling petgraph v0.6.5
17022026-03-18T18:00:20.106Z Compiling zip v4.6.1
17032026-03-18T18:00:20.437Z Compiling sha3 v0.10.8
17042026-03-18T18:00:20.671Z Compiling iddqd v0.3.17
17052026-03-18T18:00:21.026Z Compiling zone v0.3.1
17062026-03-18T18:00:21.396Z Compiling env_logger v0.11.9
17072026-03-18T18:00:21.752Z Compiling usdt v0.6.0
17082026-03-18T18:00:21.867Z Compiling usdt-impl v0.5.0
17092026-03-18T18:00:21.936Z Compiling ecdsa v0.16.9
17102026-03-18T18:00:21.939Z Compiling similar v2.7.0
17112026-03-18T18:00:21.974Z Compiling serde_with v3.17.0
17122026-03-18T18:00:22.083Z Compiling rsa v0.9.10
17132026-03-18T18:00:22.227Z Compiling crossterm v0.28.1
17142026-03-18T18:00:22.449Z Compiling ed25519-dalek v2.2.0
17152026-03-18T18:00:23.112Z Compiling zip v0.6.6
17162026-03-18T18:00:23.811Z Compiling toml v0.7.8
17172026-03-18T18:00:24.208Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-18T18:00:24.383Z Compiling itertools v0.13.0
17192026-03-18T18:00:24.471Z Compiling tokio-stream v0.1.18
17202026-03-18T18:00:24.650Z Compiling buf-list v1.1.2
17212026-03-18T18:00:24.679Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-18T18:00:25.013Z Compiling x509-cert v0.2.5
17232026-03-18T18:00:25.081Z Compiling openapiv3 v2.2.0
17242026-03-18T18:00:25.102Z Compiling sha1 v0.10.6
17252026-03-18T18:00:25.121Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-18T18:00:25.387Z Compiling lalrpop-util v0.19.12
17272026-03-18T18:00:25.504Z Compiling peg-runtime v0.8.5
17282026-03-18T18:00:25.630Z Compiling thread_local v1.1.9
17292026-03-18T18:00:25.864Z Compiling slog-async v2.8.0
17302026-03-18T18:00:25.955Z Compiling crossbeam-channel v0.5.15
17312026-03-18T18:00:26.099Z Compiling futures-executor v0.3.32
17322026-03-18T18:00:26.255Z Compiling filetime v0.2.27
17332026-03-18T18:00:26.284Z Compiling is-terminal v0.4.17
17342026-03-18T18:00:26.400Z Compiling term v1.2.1
17352026-03-18T18:00:26.426Z Compiling xattr v1.6.1
17362026-03-18T18:00:26.475Z Compiling take_mut v0.2.2
17372026-03-18T18:00:26.561Z Compiling futures v0.3.32
17382026-03-18T18:00:26.615Z Compiling tar v0.4.44
17392026-03-18T18:00:27.182Z Compiling slog-term v2.9.2
17402026-03-18T18:00:33.461Z Compiling rustls-webpki v0.103.9
17412026-03-18T18:00:37.493Z Compiling tokio-rustls v0.26.4
17422026-03-18T18:00:37.493Z Compiling rustls-platform-verifier v0.6.2
17432026-03-18T18:00:37.761Z Compiling hyper-rustls v0.27.7
17442026-03-18T18:00:38.022Z Compiling reqwest v0.13.2
17452026-03-18T18:00:38.022Z Compiling reqwest v0.12.28
17462026-03-18T18:00:41.040Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-18T18:00:41.312Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-18T18:00:45.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-18T18:00:45.270Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-18T18:00:45.330ZMar 18 18:00:44.406 INFO Starting download, target: Clickhouse
17512026-03-18T18:00:45.331ZMar 18 18:00:44.406 INFO Starting download, target: Cockroach
17522026-03-18T18:00:45.331ZMar 18 18:00:44.406 INFO Starting download, target: Console
17532026-03-18T18:00:45.331ZMar 18 18:00:44.406 INFO Starting download, target: DendriteStub
17542026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Starting download, target: MaghemiteMgd
17552026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Starting download, target: TransceiverControl
17562026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-18T18:00:45.334ZMar 18 18:00:44.406 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-18T18:00:45.715ZMar 18 18:00:44.789 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-18T18:00:46.071ZMar 18 18:00:45.145 INFO Download complete, target: TransceiverControl
17642026-03-18T18:00:46.264ZMar 18 18:00:45.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-18T18:00:46.657ZMar 18 18:00:45.721 INFO Download complete, target: Console
17662026-03-18T18:00:46.918ZMar 18 18:00:45.982 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-18T18:00:47.214ZMar 18 18:00:46.288 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-03-18T18:00:47.230ZMar 18 18:00:46.306 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-18T18:00:47.834ZMar 18 18:00:46.910 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-18T18:00:47.834ZMar 18 18:00:46.910 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-18T18:00:50.492ZMar 18 18:00:49.568 INFO Download complete, target: DendriteStub
17722026-03-18T18:00:50.901ZMar 18 18:00:49.978 INFO Download complete, target: MaghemiteMgd
17732026-03-18T18:00:55.591ZMar 18 18:00:54.666 INFO Checking that binary works, target: Cockroach
17742026-03-18T18:00:55.703ZMar 18 18:00:54.779 INFO Download complete, target: Cockroach
17752026-03-18T18:00:58.952ZMar 18 18:00:57.521 INFO Checking that binary works, target: Clickhouse
17762026-03-18T18:00:59.010ZMar 18 18:00:57.650 INFO Download complete, target: Clickhouse
17772026-03-18T18:00:59.010ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-18T18:00:59.010Z
17792026-03-18T18:00:59.010Zreal 5:08.130668046
17802026-03-18T18:00:59.010Zuser 10:20.888167108
17812026-03-18T18:00:59.010Zsys 1:47.253191244
17822026-03-18T18:00:59.011Ztrap 0.334289656
17832026-03-18T18:00:59.011Ztflt 0.609131375
17842026-03-18T18:00:59.011Zdflt 0.531043324
17852026-03-18T18:00:59.011Zkflt 0.016534295
17862026-03-18T18:00:59.011Zlock 30:41.989698249
17872026-03-18T18:00:59.011Zslp 31:23.329227795
17882026-03-18T18:00:59.011Zlat 57.049450748
17892026-03-18T18:00:59.011Zstop 2:41.671430535
17902026-03-18T18:00:59.011Z+ banner clippy
17912026-03-18T18:00:59.011Z
17922026-03-18T18:00:59.011Z #### # # ##### ##### # #
17932026-03-18T18:00:59.011Z # # # # # # # # # #
17942026-03-18T18:00:59.011Z # # # # # # # #
17952026-03-18T18:00:59.011Z # # # ##### ##### #
17962026-03-18T18:00:59.011Z # # # # # # #
17972026-03-18T18:00:59.011Z #### ###### # # # #
17982026-03-18T18:00:59.011Z
17992026-03-18T18:00:59.011Z+ export CARGO_INCREMENTAL=0
18002026-03-18T18:00:59.011Z+ CARGO_INCREMENTAL=0
18012026-03-18T18:00:59.011Z+ ptime -m cargo xtask clippy
18022026-03-18T18:00:59.287Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-18T18:00:59.557Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-18T18:01:02.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
18052026-03-18T18:01:02.126Z Running `target/debug/xtask clippy`
18062026-03-18T18:01:02.157Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-18T18:01:02.941Z Downloading crates ...
18082026-03-18T18:01:03.205Z Downloaded addr2line v0.25.1
18092026-03-18T18:01:03.227Z Downloaded partial-io v0.5.4
18102026-03-18T18:01:03.230Z Downloaded async-lock v3.4.2
18112026-03-18T18:01:03.230Z Downloaded assert_cmd v2.1.2
18122026-03-18T18:01:03.233Z Downloaded assert-json-diff v2.0.2
18132026-03-18T18:01:03.233Z Downloaded anes v0.1.6
18142026-03-18T18:01:03.236Z Downloaded linkme-impl v0.3.35
18152026-03-18T18:01:03.236Z Downloaded escape8259 v0.5.3
18162026-03-18T18:01:03.236Z Downloaded supports-color v2.1.0
18172026-03-18T18:01:03.240Z Downloaded miette-derive v5.10.0
18182026-03-18T18:01:03.240Z Downloaded criterion-plot v0.6.0
18192026-03-18T18:01:03.240Z Downloaded constant_time_eq v0.3.1
18202026-03-18T18:01:03.243Z Downloaded approx v0.5.1
18212026-03-18T18:01:03.243Z Downloaded terminal_size v0.1.17
18222026-03-18T18:01:03.247Z Downloaded plotters-backend v0.3.7
18232026-03-18T18:01:03.247Z Downloaded plotters-svg v0.3.7
18242026-03-18T18:01:03.252Z Downloaded target-triple v1.0.0
18252026-03-18T18:01:03.255Z Downloaded nested v0.1.1
18262026-03-18T18:01:03.262Z Downloaded supports-hyperlinks v2.1.0
18272026-03-18T18:01:03.264Z Downloaded similar-asserts v1.7.0
18282026-03-18T18:01:03.265Z Downloaded parking v2.2.1
18292026-03-18T18:01:03.268Z Downloaded guppy-workspace-hack v0.1.0
18302026-03-18T18:01:03.271Z Downloaded serde_regex v1.1.0
18312026-03-18T18:01:03.279Z Downloaded supports-unicode v2.1.0
18322026-03-18T18:01:03.283Z Downloaded event-listener-strategy v0.5.4
18332026-03-18T18:01:03.283Z Downloaded async-object-pool v0.2.0
18342026-03-18T18:01:03.283Z Downloaded cast v0.3.0
18352026-03-18T18:01:03.283Z Downloaded cargo-platform v0.3.2
18362026-03-18T18:01:03.287Z Downloaded pathdiff v0.2.3
18372026-03-18T18:01:03.292Z Downloaded termcolor v1.4.1
18382026-03-18T18:01:03.293Z Downloaded libtest-mimic v0.8.1
18392026-03-18T18:01:03.293Z Downloaded concurrent-queue v2.5.0
18402026-03-18T18:01:03.296Z Downloaded futures-timer v3.0.3
18412026-03-18T18:01:03.296Z Downloaded rustc-demangle v0.1.27
18422026-03-18T18:01:03.296Z Downloaded backtrace-ext v0.2.1
18432026-03-18T18:01:03.296Z Downloaded owo-colors v3.5.0
18442026-03-18T18:01:03.300Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18452026-03-18T18:01:03.300Z Downloaded target-spec v3.5.7
18462026-03-18T18:01:03.303Z Downloaded linkme v0.3.35
18472026-03-18T18:01:03.303Z Downloaded target-lexicon v0.13.3
18482026-03-18T18:01:03.307Z Downloaded stringmetrics v2.2.2
18492026-03-18T18:01:03.308Z Downloaded tinytemplate v1.2.1
18502026-03-18T18:01:03.308Z Downloaded rust-argon2 v2.1.0
18512026-03-18T18:01:03.311Z Downloaded oorandom v11.1.5
18522026-03-18T18:01:03.317Z Downloaded relative-path v1.9.3
18532026-03-18T18:01:03.317Z Downloaded chumsky v0.9.3
18542026-03-18T18:01:03.320Z Downloaded event-listener v5.4.1
18552026-03-18T18:01:03.323Z Downloaded knuffel-derive v3.2.0
18562026-03-18T18:01:03.326Z Downloaded path-tree v0.8.3
18572026-03-18T18:01:03.326Z Downloaded httptest v0.16.4
18582026-03-18T18:01:03.326Z Downloaded datatest-stable v0.3.3
18592026-03-18T18:01:03.329Z Downloaded cfg-expr v0.20.6
18602026-03-18T18:01:03.332Z Downloaded trybuild v1.0.116
18612026-03-18T18:01:03.335Z Downloaded cargo_metadata v0.23.1
18622026-03-18T18:01:03.339Z Downloaded textwrap v0.15.2
18632026-03-18T18:01:03.343Z Downloaded toml v1.0.3+spec-1.1.0
18642026-03-18T18:01:03.353Z Downloaded blake2b_simd v1.0.4
18652026-03-18T18:01:03.363Z Downloaded rstest_macros v0.25.0
18662026-03-18T18:01:03.367Z Downloaded rstest v0.25.0
18672026-03-18T18:01:03.370Z Downloaded knuffel v3.2.0
18682026-03-18T18:01:03.374Z Downloaded rand_distr v0.5.1
18692026-03-18T18:01:03.377Z Downloaded miette v5.10.0
18702026-03-18T18:01:03.381Z Downloaded fancy-regex v0.14.0
18712026-03-18T18:01:03.389Z Downloaded backtrace v0.3.76
18722026-03-18T18:01:03.400Z Downloaded criterion v0.7.0
18732026-03-18T18:01:03.406Z Downloaded hashbrown v0.14.5
18742026-03-18T18:01:03.410Z Downloaded guppy v0.17.25
18752026-03-18T18:01:03.414Z Downloaded plotters v0.3.7
18762026-03-18T18:01:03.437Z Downloaded gimli v0.32.3
18772026-03-18T18:01:03.536Z Downloaded httpmock v0.8.3
18782026-03-18T18:01:05.700Z Checking cfg-if v1.0.4
18792026-03-18T18:01:06.107Z Checking libc v0.2.180
18802026-03-18T18:01:06.111Z Checking serde_core v1.0.228
18812026-03-18T18:01:06.198Z Checking memchr v2.8.0
18822026-03-18T18:01:06.240Z Checking smallvec v1.15.1
18832026-03-18T18:01:06.289Z Checking itoa v1.0.17
18842026-03-18T18:01:06.289Z Checking log v0.4.29
18852026-03-18T18:01:06.384Z Checking zeroize v1.8.2
18862026-03-18T18:01:06.434Z Checking libm v0.2.16
18872026-03-18T18:01:06.498Z Checking scopeguard v1.2.0
18882026-03-18T18:01:06.548Z Checking stable_deref_trait v1.2.1
18892026-03-18T18:01:06.599Z Checking zmij v1.0.21
18902026-03-18T18:01:06.645Z Checking zerofrom v0.1.6
18912026-03-18T18:01:06.690Z Checking lock_api v0.4.14
18922026-03-18T18:01:06.737Z Checking errno v0.3.14
18932026-03-18T18:01:06.737Z Checking getrandom v0.2.17
18942026-03-18T18:01:06.823Z Checking yoke v0.8.1
18952026-03-18T18:01:06.871Z Checking percent-encoding v2.3.2
18962026-03-18T18:01:06.919Z Checking writeable v0.6.2
18972026-03-18T18:01:06.922Z Checking litemap v0.8.1
18982026-03-18T18:01:07.005Z Checking subtle v2.6.1
18992026-03-18T18:01:07.048Z Checking icu_normalizer_data v2.1.1
19002026-03-18T18:01:07.093Z Checking icu_properties_data v2.1.2
19012026-03-18T18:01:07.135Z Checking zerovec v0.11.5
19022026-03-18T18:01:07.179Z Checking zerotrie v0.2.3
19032026-03-18T18:01:07.222Z Checking form_urlencoded v1.2.2
19042026-03-18T18:01:07.225Z Checking rand_core v0.6.4
19052026-03-18T18:01:07.307Z Checking portable-atomic v1.13.1
19062026-03-18T18:01:07.353Z Checking pin-project-lite v0.2.17
19072026-03-18T18:01:07.424Z Checking utf8_iter v1.0.4
19082026-03-18T18:01:07.470Z Checking num-traits v0.2.19
19092026-03-18T18:01:07.517Z Checking zerocopy v0.8.40
19102026-03-18T18:01:07.563Z Checking critical-section v1.2.0
19112026-03-18T18:01:07.609Z Checking parking_lot_core v0.9.12
19122026-03-18T18:01:07.655Z Checking rand_core v0.10.0
19132026-03-18T18:01:07.725Z Checking signal-hook-registry v1.4.8
19142026-03-18T18:01:07.772Z Checking tinystr v0.8.2
19152026-03-18T18:01:07.864Z Checking potential_utf v0.1.4
19162026-03-18T18:01:07.908Z Checking parking_lot v0.12.5
19172026-03-18T18:01:07.951Z Checking once_cell v1.21.3
19182026-03-18T18:01:07.994Z Checking getrandom v0.4.1
19192026-03-18T18:01:08.038Z Checking icu_locale_core v2.1.1
19202026-03-18T18:01:08.083Z Checking icu_collections v2.1.1
19212026-03-18T18:01:08.179Z Checking mio v1.1.1
19222026-03-18T18:01:08.230Z Checking typenum v1.19.0
19232026-03-18T18:01:08.285Z Checking socket2 v0.6.2
19242026-03-18T18:01:08.343Z Checking thiserror v2.0.18
19252026-03-18T18:01:08.392Z Checking serde v1.0.228
19262026-03-18T18:01:08.503Z Checking bitflags v2.11.0
19272026-03-18T18:01:08.507Z Checking serde_json v1.0.149
19282026-03-18T18:01:08.605Z Checking iana-time-zone v0.1.65
19292026-03-18T18:01:08.658Z Checking allocator-api2 v0.2.21
19302026-03-18T18:01:08.748Z Checking uuid v1.21.0
19312026-03-18T18:01:08.793Z Checking semver v1.0.27
19322026-03-18T18:01:08.838Z Checking icu_provider v2.1.1
19332026-03-18T18:01:08.973Z Checking generic-array v0.14.7
19342026-03-18T18:01:09.019Z Checking bytes v1.11.1
19352026-03-18T18:01:09.067Z Checking chrono v0.4.44
19362026-03-18T18:01:09.116Z Checking futures-core v0.3.32
19372026-03-18T18:01:09.174Z Checking icu_normalizer v2.1.1
19382026-03-18T18:01:09.219Z Checking icu_properties v2.1.2
19392026-03-18T18:01:09.318Z Checking equivalent v1.0.2
19402026-03-18T18:01:09.484Z Checking const-oid v0.9.6
19412026-03-18T18:01:09.533Z Checking dyn-clone v1.0.20
19422026-03-18T18:01:09.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-03-18T18:01:09.644Z Checking crypto-common v0.1.7
19442026-03-18T18:01:09.687Z Checking tokio v1.49.0
19452026-03-18T18:01:09.690Z Checking foldhash v0.2.0
19462026-03-18T18:01:09.829Z Checking block-buffer v0.10.4
19472026-03-18T18:01:09.924Z Checking hashbrown v0.16.1
19482026-03-18T18:01:09.980Z Checking futures-sink v0.3.32
19492026-03-18T18:01:10.037Z Checking rustix v1.1.3
19502026-03-18T18:01:10.140Z Checking byteorder v1.5.0
19512026-03-18T18:01:10.263Z Checking futures-channel v0.3.32
19522026-03-18T18:01:10.394Z Checking idna_adapter v1.2.1
19532026-03-18T18:01:10.443Z Checking slab v0.4.12
19542026-03-18T18:01:10.526Z Checking digest v0.10.7
19552026-03-18T18:01:10.571Z Checking futures-task v0.3.32
19562026-03-18T18:01:10.614Z Checking idna v1.1.0
19572026-03-18T18:01:10.658Z Checking futures-io v0.3.32
19582026-03-18T18:01:10.700Z Checking cpufeatures v0.2.17
19592026-03-18T18:01:10.779Z Checking indexmap v2.13.0
19602026-03-18T18:01:10.825Z Checking thiserror v1.0.69
19612026-03-18T18:01:10.825Z Checking getrandom v0.3.4
19622026-03-18T18:01:10.907Z Checking futures-util v0.3.32
19632026-03-18T18:01:10.962Z Checking url v2.5.8
19642026-03-18T18:01:11.007Z Checking fnv v1.0.7
19652026-03-18T18:01:11.075Z Checking regex-syntax v0.8.10
19662026-03-18T18:01:11.154Z Checking http v1.4.0
19672026-03-18T18:01:11.247Z Checking tracing-core v0.1.36
19682026-03-18T18:01:11.520Z Checking ppv-lite86 v0.2.21
19692026-03-18T18:01:11.571Z Checking schemars v0.8.22
19702026-03-18T18:01:11.615Z Checking base64 v0.22.1
19712026-03-18T18:01:11.691Z Checking tracing v0.1.44
19722026-03-18T18:01:11.950Z Checking unicode-ident v1.0.24
19732026-03-18T18:01:11.995Z Checking ipnet v2.11.0
19742026-03-18T18:01:11.999Z Checking utf8parse v0.2.2
19752026-03-18T18:01:12.077Z Checking anstyle v1.0.13
19762026-03-18T18:01:12.122Z Checking proc-macro2 v1.0.106
19772026-03-18T18:01:12.195Z Checking untrusted v0.9.0
19782026-03-18T18:01:12.352Z Checking anstyle-parse v0.2.7
19792026-03-18T18:01:12.396Z Checking ring v0.17.14
19802026-03-18T18:01:12.399Z Checking aho-corasick v1.1.4
19812026-03-18T18:01:12.508Z Checking is_terminal_polyfill v1.70.2
19822026-03-18T18:01:12.572Z Checking anstyle-query v1.1.5
19832026-03-18T18:01:12.575Z Checking quote v1.0.44
19842026-03-18T18:01:12.658Z Checking colorchoice v1.0.4
19852026-03-18T18:01:12.720Z Checking base64ct v1.8.3
19862026-03-18T18:01:12.815Z Checking anstream v0.6.21
19872026-03-18T18:01:12.873Z Checking syn v2.0.117
19882026-03-18T18:01:12.930Z Checking block-padding v0.3.3
19892026-03-18T18:01:13.059Z Checking terminal_size v0.4.3
19902026-03-18T18:01:13.110Z Checking rustls-pki-types v1.14.0
19912026-03-18T18:01:13.154Z Checking inout v0.1.4
19922026-03-18T18:01:13.236Z Checking crossbeam-utils v0.8.21
19932026-03-18T18:01:13.363Z Checking httparse v1.10.1
19942026-03-18T18:01:13.407Z Checking regex-automata v0.4.14
19952026-03-18T18:01:13.529Z Checking cipher v0.4.4
19962026-03-18T18:01:13.598Z Checking clap_lex v1.0.0
19972026-03-18T18:01:13.691Z Checking strsim v0.11.1
19982026-03-18T18:01:13.752Z Checking sha2 v0.10.9
19992026-03-18T18:01:13.756Z Checking pem-rfc7468 v0.7.0
20002026-03-18T18:01:13.841Z Checking http-body v1.0.1
20012026-03-18T18:01:13.884Z Checking rand_core v0.9.5
20022026-03-18T18:01:13.943Z Checking clap_builder v4.5.60
20032026-03-18T18:01:14.028Z Checking atomic-waker v1.1.2
20042026-03-18T18:01:14.074Z Checking hmac v0.12.1
20052026-03-18T18:01:14.078Z Checking tokio-util v0.7.18
20062026-03-18T18:01:14.163Z Checking try-lock v0.2.5
20072026-03-18T18:01:14.167Z Checking httpdate v1.0.3
20082026-03-18T18:01:14.205Z Checking pin-utils v0.1.0
20092026-03-18T18:01:14.290Z Checking tower-layer v0.3.3
20102026-03-18T18:01:14.333Z Checking want v0.3.1
20112026-03-18T18:01:14.377Z Checking tower-service v0.3.3
20122026-03-18T18:01:14.421Z Checking flagset v0.4.7
20132026-03-18T18:01:14.512Z Checking ryu v1.0.23
20142026-03-18T18:01:14.555Z Checking rand_chacha v0.9.0
20152026-03-18T18:01:14.558Z Checking erased-serde v0.3.31
20162026-03-18T18:01:14.640Z Checking der v0.7.10
20172026-03-18T18:01:14.714Z Checking spin v0.9.8
20182026-03-18T18:01:14.889Z Checking rand v0.9.2
20192026-03-18T18:01:14.946Z Checking h2 v0.4.13
20202026-03-18T18:01:14.992Z Checking anyhow v1.0.102
20212026-03-18T18:01:15.152Z Checking slog v2.8.2
20222026-03-18T18:01:15.277Z Checking powerfmt v0.2.0
20232026-03-18T18:01:15.505Z Checking deranged v0.5.8
20242026-03-18T18:01:15.551Z Checking num_threads v0.1.7
20252026-03-18T18:01:15.555Z Checking num-conv v0.2.0
20262026-03-18T18:01:15.638Z Checking clap v4.5.60
20272026-03-18T18:01:15.682Z Checking time-core v0.1.8
20282026-03-18T18:01:15.724Z Checking http-body-util v0.1.3
20292026-03-18T18:01:15.769Z Checking aws-lc-sys v0.37.1
20302026-03-18T18:01:15.813Z Checking untrusted v0.7.1
20312026-03-18T18:01:15.891Z Checking openssl-probe v0.2.1
20322026-03-18T18:01:15.895Z Checking fastrand v2.3.0
20332026-03-18T18:01:15.993Z Checking regex v1.12.3
20342026-03-18T18:01:16.047Z Checking spki v0.7.3
20352026-03-18T18:01:16.090Z Checking serde_urlencoded v0.7.1
20362026-03-18T18:01:16.184Z Checking pbkdf2 v0.12.2
20372026-03-18T18:01:16.229Z Checking aes v0.8.4
20382026-03-18T18:01:16.287Z Checking rand_chacha v0.3.1
20392026-03-18T18:01:16.352Z Checking unicode-width v0.2.0
20402026-03-18T18:01:16.398Z Checking pretty-hex v0.4.1
20412026-03-18T18:01:16.441Z Checking cbc v0.1.2
20422026-03-18T18:01:16.510Z Checking aws-lc-rs v1.16.0
20432026-03-18T18:01:16.575Z Checking salsa20 v0.10.2
20442026-03-18T18:01:16.619Z Checking rand v0.8.5
20452026-03-18T18:01:16.664Z Checking ipnetwork v0.21.1
20462026-03-18T18:01:16.709Z Checking tempfile v3.25.0
20472026-03-18T18:01:16.777Z Checking scrypt v0.11.0
20482026-03-18T18:01:16.823Z Checking hex v0.4.3
20492026-03-18T18:01:16.827Z Checking time v0.3.47
20502026-03-18T18:01:16.976Z Checking plain v0.2.3
20512026-03-18T18:01:17.022Z Checking rustls-native-certs v0.8.3
20522026-03-18T18:01:17.025Z Checking pkcs5 v0.7.1
20532026-03-18T18:01:17.144Z Checking sync_wrapper v1.0.2
20542026-03-18T18:01:17.187Z Checking camino v1.2.2
20552026-03-18T18:01:17.230Z Checking ucd-trie v0.1.7
20562026-03-18T18:01:17.304Z Checking tower v0.5.3
20572026-03-18T18:01:17.368Z Checking webpki-roots v1.0.6
20582026-03-18T18:01:17.431Z Checking pkcs8 v0.10.2
20592026-03-18T18:01:17.475Z Checking pest v2.8.6
20602026-03-18T18:01:17.551Z Checking iri-string v0.7.10
20612026-03-18T18:01:17.602Z Checking either v1.15.0
20622026-03-18T18:01:17.693Z Checking mime v0.3.17
20632026-03-18T18:01:17.696Z Checking rustls-webpki v0.103.9
20642026-03-18T18:01:17.861Z Checking openapiv3 v2.2.0
20652026-03-18T18:01:17.907Z Checking winnow v0.7.14
20662026-03-18T18:01:17.956Z Checking oxnet v0.1.4
20672026-03-18T18:01:18.297Z Checking lazy_static v1.5.0
20682026-03-18T18:01:18.341Z Checking rustls v0.23.37
20692026-03-18T18:01:18.445Z Checking static_assertions v1.1.0
20702026-03-18T18:01:18.492Z Checking foreign-types-shared v0.1.1
20712026-03-18T18:01:18.568Z Checking signature v2.2.0
20722026-03-18T18:01:18.613Z Checking hyper v1.8.1
20732026-03-18T18:01:18.658Z Checking foreign-types v0.3.2
20742026-03-18T18:01:18.765Z Checking openssl-sys v0.9.111
20752026-03-18T18:01:18.810Z Checking encoding_rs v0.8.35
20762026-03-18T18:01:18.986Z Checking simd-adler32 v0.3.8
20772026-03-18T18:01:19.034Z Checking tower-http v0.6.8
20782026-03-18T18:01:19.252Z Checking hubpack v0.1.2
20792026-03-18T18:01:19.437Z Checking adler2 v2.0.1
20802026-03-18T18:01:19.481Z Checking openssl v0.10.75
20812026-03-18T18:01:19.525Z Checking strum v0.26.3
20822026-03-18T18:01:19.572Z Checking sha1 v0.10.6
20832026-03-18T18:01:19.615Z Checking miniz_oxide v0.8.9
20842026-03-18T18:01:19.699Z Checking tinyvec_macros v0.1.1
20852026-03-18T18:01:19.744Z Checking data-encoding v2.10.0
20862026-03-18T18:01:19.808Z Checking serde_spanned v0.6.9
20872026-03-18T18:01:19.854Z Checking tinyvec v1.10.0
20882026-03-18T18:01:19.898Z Checking hyper-util v0.1.20
20892026-03-18T18:01:19.998Z Checking toml_datetime v0.6.11
20902026-03-18T18:01:20.112Z Checking num-integer v0.1.46
20912026-03-18T18:01:20.156Z Checking scroll v0.13.0
20922026-03-18T18:01:20.159Z Checking memmap2 v0.9.10
20932026-03-18T18:01:20.262Z Checking base16ct v0.2.0
20942026-03-18T18:01:20.307Z Checking bit-vec v0.8.0
20952026-03-18T18:01:20.437Z Checking dtrace-parser v0.3.0
20962026-03-18T18:01:20.482Z Checking crossbeam-epoch v0.9.18
20972026-03-18T18:01:20.486Z Checking sec1 v0.7.3
20982026-03-18T18:01:20.569Z Checking goblin v0.10.5
20992026-03-18T18:01:20.613Z Checking bit-set v0.8.0
21002026-03-18T18:01:20.780Z Checking crc32fast v1.5.0
21012026-03-18T18:01:20.827Z Checking ff v0.13.1
21022026-03-18T18:01:20.830Z Checking thread-id v5.1.0
21032026-03-18T18:01:20.911Z Checking wait-timeout v0.2.1
21042026-03-18T18:01:20.995Z Checking num-iter v0.1.45
21052026-03-18T18:01:21.039Z Checking group v0.13.0
21062026-03-18T18:01:21.042Z Checking bstr v1.12.1
21072026-03-18T18:01:21.123Z Checking hkdf v0.12.4
21082026-03-18T18:01:21.170Z Checking ahash v0.8.12
21092026-03-18T18:01:21.298Z Checking crypto-bigint v0.5.5
21102026-03-18T18:01:21.342Z Checking quick-error v1.2.3
21112026-03-18T18:01:21.459Z Checking rand_xorshift v0.4.0
21122026-03-18T18:01:21.509Z Checking rusty-fork v0.3.1
21132026-03-18T18:01:21.555Z Checking tokio-rustls v0.26.4
21142026-03-18T18:01:21.601Z Checking scroll v0.12.0
21152026-03-18T18:01:21.604Z Checking unarray v0.1.4
21162026-03-18T18:01:21.689Z Checking num-bigint-dig v0.8.6
21172026-03-18T18:01:21.752Z Checking pkcs1 v0.7.5
21182026-03-18T18:01:21.806Z Checking proptest v1.10.0
21192026-03-18T18:01:21.875Z Checking hyper-rustls v0.27.7
21202026-03-18T18:01:21.935Z Checking goblin v0.8.2
21212026-03-18T18:01:22.065Z Checking x509-cert v0.2.5
21222026-03-18T18:01:22.199Z Checking zerocopy v0.7.35
21232026-03-18T18:01:22.306Z Checking native-tls v0.2.18
21242026-03-18T18:01:22.566Z Checking tokio-native-tls v0.3.1
21252026-03-18T18:01:22.679Z Checking elliptic-curve v0.13.8
21262026-03-18T18:01:22.797Z Checking hyper-tls v0.6.0
21272026-03-18T18:01:22.893Z Checking zlib-rs v0.6.2
21282026-03-18T18:01:22.939Z Checking psl-types v2.0.11
21292026-03-18T18:01:22.985Z Checking unicode-segmentation v1.12.0
21302026-03-18T18:01:23.046Z Checking reqwest v0.12.28
21312026-03-18T18:01:23.120Z Checking publicsuffix v2.3.0
21322026-03-18T18:01:23.124Z Checking rsa v0.9.10
21332026-03-18T18:01:23.354Z Checking crossbeam-deque v0.8.6
21342026-03-18T18:01:23.433Z Checking dtrace-parser v0.2.0
21352026-03-18T18:01:23.609Z Checking cookie v0.18.1
21362026-03-18T18:01:23.769Z Checking rfc6979 v0.4.0
21372026-03-18T18:01:23.819Z Checking thread-id v4.2.2
21382026-03-18T18:01:23.876Z Checking dof v0.4.0
21392026-03-18T18:01:23.942Z Checking toml_write v0.1.2
21402026-03-18T18:01:23.986Z Checking cookie_store v0.22.1
21412026-03-18T18:01:23.989Z Checking ecdsa v0.16.9
21422026-03-18T18:01:24.144Z Checking flate2 v1.1.9
21432026-03-18T18:01:24.194Z Checking toml_edit v0.22.27
21442026-03-18T18:01:24.197Z Checking rustls-platform-verifier v0.6.2
21452026-03-18T18:01:24.355Z Checking newtype-uuid v1.3.2
21462026-03-18T18:01:24.445Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-18T18:01:24.449Z Checking curve25519-dalek v4.1.3
21482026-03-18T18:01:24.533Z Checking rustix v0.38.44
21492026-03-18T18:01:24.582Z Checking memoffset v0.9.1
21502026-03-18T18:01:24.627Z Checking dof v0.3.0
21512026-03-18T18:01:24.670Z Checking env_filter v1.0.0
21522026-03-18T18:01:24.716Z Checking keccak v0.1.6
21532026-03-18T18:01:24.760Z Checking usdt-impl v0.6.0
21542026-03-18T18:01:24.887Z Checking env_logger v0.11.9
21552026-03-18T18:01:24.932Z Checking daft v0.1.5
21562026-03-18T18:01:24.976Z Checking sha3 v0.10.8
21572026-03-18T18:01:25.029Z Checking usdt-impl v0.5.0
21582026-03-18T18:01:25.153Z Checking usdt v0.6.0
21592026-03-18T18:01:25.197Z Checking reqwest v0.13.2
21602026-03-18T18:01:25.276Z Checking ed25519 v2.2.3
21612026-03-18T18:01:25.280Z Checking itertools v0.13.0
21622026-03-18T18:01:25.387Z Checking serde_with v3.17.0
21632026-03-18T18:01:25.432Z Checking bitflags v1.3.2
21642026-03-18T18:01:25.543Z Checking siphasher v1.0.2
21652026-03-18T18:01:25.588Z Checking unicode-normalization v0.1.25
21662026-03-18T18:01:25.591Z Checking ed25519-dalek v2.2.0
21672026-03-18T18:01:25.701Z Checking toml_datetime v0.7.5+spec-1.1.0
21682026-03-18T18:01:25.749Z Checking signal-hook v0.3.18
21692026-03-18T18:01:25.792Z Checking winnow v0.5.40
21702026-03-18T18:01:25.960Z Checking managed v0.8.0
21712026-03-18T18:01:26.007Z Checking nix v0.31.1
21722026-03-18T18:01:26.050Z Checking rayon-core v1.13.0
21732026-03-18T18:01:26.144Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-18T18:01:26.249Z Checking object v0.37.3
21752026-03-18T18:01:26.294Z Checking foldhash v0.1.5
21762026-03-18T18:01:26.345Z Checking bzip2 v0.4.4
21772026-03-18T18:01:26.500Z Checking hashbrown v0.15.5
21782026-03-18T18:01:26.546Z Checking signal-hook-mio v0.2.5
21792026-03-18T18:01:26.590Z Checking ref-cast v1.0.25
21802026-03-18T18:01:26.707Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-18T18:01:26.754Z Checking zip v0.6.6
21822026-03-18T18:01:26.757Z Checking bumpalo v3.20.2
21832026-03-18T18:01:26.887Z Checking zstd-safe v7.2.4
21842026-03-18T18:01:27.098Z Checking libbz2-rs-sys v0.2.2
21852026-03-18T18:01:27.152Z Checking zstd v0.13.3
21862026-03-18T18:01:27.195Z Checking zopfli v0.8.3
21872026-03-18T18:01:27.237Z Checking crossterm v0.28.1
21882026-03-18T18:01:27.420Z Checking toml_edit v0.19.15
21892026-03-18T18:01:27.423Z Checking rayon v1.11.0
21902026-03-18T18:01:27.505Z Checking similar v2.7.0
21912026-03-18T18:01:27.509Z Checking fs-err v3.3.0
21922026-03-18T18:01:27.655Z Checking hash32 v0.2.1
21932026-03-18T18:01:27.699Z Checking bzip2 v0.6.1
21942026-03-18T18:01:27.899Z Checking serde-big-array v0.5.1
21952026-03-18T18:01:27.947Z Checking predicates-core v1.0.10
21962026-03-18T18:01:27.989Z Checking unicode-properties v0.1.4
21972026-03-18T18:01:28.041Z Checking unicode-bidi v0.3.18
21982026-03-18T18:01:28.098Z Checking jiff v0.2.21
21992026-03-18T18:01:28.144Z Checking heapless v0.7.17
22002026-03-18T18:01:28.243Z Checking hickory-proto v0.25.2
22012026-03-18T18:01:28.287Z Checking tokio-stream v0.1.18
22022026-03-18T18:01:28.457Z Checking stringprep v0.1.5
22032026-03-18T18:01:28.688Z Checking md-5 v0.10.6
22042026-03-18T18:01:28.742Z Checking float-cmp v0.10.0
22052026-03-18T18:01:29.211Z Checking difflib v0.4.0
22062026-03-18T18:01:29.211Z Checking toml v0.7.8
22072026-03-18T18:01:29.211Z Checking rustc-hash v2.1.1
22082026-03-18T18:01:29.211Z Checking fallible-iterator v0.2.0
22092026-03-18T18:01:29.211Z Checking normalize-line-endings v0.3.0
22102026-03-18T18:01:29.211Z Checking iddqd v0.3.17
22112026-03-18T18:01:29.236Z Checking predicates v3.1.4
22122026-03-18T18:01:29.335Z Checking smoltcp v0.9.1
22132026-03-18T18:01:29.383Z Checking postgres-protocol v0.6.10
22142026-03-18T18:01:29.502Z Checking phf_shared v0.11.3
22152026-03-18T18:01:29.591Z Checking phf_shared v0.13.1
22162026-03-18T18:01:29.666Z Checking itertools v0.12.1
22172026-03-18T18:01:29.733Z Checking console v0.16.2
22182026-03-18T18:01:29.821Z Checking buf-list v1.1.2
22192026-03-18T18:01:29.892Z Checking strum v0.27.2
22202026-03-18T18:01:30.063Z Checking unit-prefix v0.5.2
22212026-03-18T18:01:30.109Z Checking fixedbitset v0.5.7
22222026-03-18T18:01:30.158Z Checking precomputed-hash v0.1.1
22232026-03-18T18:01:30.203Z Checking fixedbitset v0.4.2
22242026-03-18T18:01:30.253Z Checking new_debug_unreachable v1.0.6
22252026-03-18T18:01:30.300Z Checking lalrpop-util v0.19.12
22262026-03-18T18:01:30.345Z Checking indicatif v0.18.4
22272026-03-18T18:01:30.390Z Checking string_cache v0.8.9
22282026-03-18T18:01:30.434Z Checking petgraph v0.8.3
22292026-03-18T18:01:30.478Z Checking petgraph v0.6.5
22302026-03-18T18:01:30.536Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22312026-03-18T18:01:30.634Z Checking phf v0.13.1
22322026-03-18T18:01:30.867Z Checking postgres-types v0.2.12
22332026-03-18T18:01:30.867Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-18T18:01:31.070Z Checking zone v0.3.1
22352026-03-18T18:01:31.241Z Checking zip v4.6.1
22362026-03-18T18:01:31.297Z Checking peg-runtime v0.8.5
22372026-03-18T18:01:31.342Z Checking whoami v2.1.0
22382026-03-18T18:01:31.577Z Checking futures-executor v0.3.32
22392026-03-18T18:01:31.626Z Checking tokio-postgres v0.7.16
22402026-03-18T18:01:31.673Z Checking is-terminal v0.4.17
22412026-03-18T18:01:31.801Z Checking futures v0.3.32
22422026-03-18T18:01:31.846Z Checking crossbeam-channel v0.5.15
22432026-03-18T18:01:31.934Z Compiling structmeta-derive v0.3.0
22442026-03-18T18:01:32.048Z Checking thread_local v1.1.9
22452026-03-18T18:01:32.092Z Checking term v1.2.1
22462026-03-18T18:01:32.275Z Checking take_mut v0.2.2
22472026-03-18T18:01:32.320Z Compiling newtype-uuid-macros v0.1.0
22482026-03-18T18:01:32.362Z Compiling rustls v0.22.4
22492026-03-18T18:01:32.424Z Checking slog-term v2.9.2
22502026-03-18T18:01:32.468Z Checking slog-async v2.8.0
22512026-03-18T18:01:32.658Z Checking regress v0.10.5
22522026-03-18T18:01:32.717Z Compiling multer v3.1.0
22532026-03-18T18:01:32.762Z Compiling async-stream-impl v0.3.6
22542026-03-18T18:01:32.807Z Compiling dropshot v0.16.7
22552026-03-18T18:01:33.078Z Compiling dropshot_endpoint v0.16.7
22562026-03-18T18:01:33.218Z Checking match_cfg v0.1.0
22572026-03-18T18:01:33.330Z Checking slog-json v2.6.1
22582026-03-18T18:01:33.377Z Checking hostname v0.3.1
22592026-03-18T18:01:33.380Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-18T18:01:33.462Z Compiling structmeta v0.3.0
22612026-03-18T18:01:33.529Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-18T18:01:33.577Z Checking debug-ignore v1.0.5
22632026-03-18T18:01:33.580Z Checking slog-bunyan v2.5.0
22642026-03-18T18:01:33.740Z Checking serde_spanned v1.0.4
22652026-03-18T18:01:33.786Z Compiling derive-ex v0.1.8
22662026-03-18T18:01:33.835Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-18T18:01:33.886Z Checking rustls-webpki v0.102.8
22682026-03-18T18:01:33.939Z Checking serde_path_to_error v0.1.20
22692026-03-18T18:01:33.942Z Checking progenitor-client v0.13.0
22702026-03-18T18:01:34.103Z Checking async-stream v0.3.6
22712026-03-18T18:01:34.148Z Checking toml v0.9.12+spec-1.1.0
22722026-03-18T18:01:34.302Z Checking waitgroup v0.1.2
22732026-03-18T18:01:34.389Z Checking rustls-pemfile v2.2.0
22742026-03-18T18:01:34.504Z Checking hostname v0.4.2
22752026-03-18T18:01:34.600Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-18T18:01:34.645Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-18T18:01:34.648Z Compiling parse-display-derive v0.10.0
22782026-03-18T18:01:34.731Z Checking itertools v0.14.0
22792026-03-18T18:01:34.813Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-18T18:01:34.817Z Checking macaddr v1.0.1
22812026-03-18T18:01:34.993Z Checking progenitor-client v0.10.0
22822026-03-18T18:01:35.125Z Checking instant v0.1.13
22832026-03-18T18:01:35.274Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-18T18:01:35.319Z Checking backoff v0.4.0
22852026-03-18T18:01:35.365Z Checking backon v1.6.0
22862026-03-18T18:01:35.501Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-18T18:01:35.624Z Checking progenitor-extras v0.1.1
22882026-03-18T18:01:35.628Z Checking heck v0.5.0
22892026-03-18T18:01:35.812Z Checking camino-tempfile v1.4.1
22902026-03-18T18:01:35.988Z Checking toml v0.8.23
22912026-03-18T18:01:36.133Z Compiling test-strategy v0.4.5
22922026-03-18T18:01:36.178Z Compiling convert_case v0.4.0
22932026-03-18T18:01:36.222Z Compiling unsafe-libyaml v0.2.11
22942026-03-18T18:01:36.449Z Checking tokio-rustls v0.25.0
22952026-03-18T18:01:36.494Z Checking secrecy v0.10.3
22962026-03-18T18:01:36.683Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-18T18:01:36.729Z Compiling derive_more v0.99.20
22982026-03-18T18:01:36.962Z Checking parse-display v0.10.0
22992026-03-18T18:01:37.218Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-18T18:01:37.290Z Compiling crucible-workspace-hack v0.1.0
23012026-03-18T18:01:37.546Z Compiling proc-macro-crate v3.4.0
23022026-03-18T18:01:37.812Z Compiling typify-impl v0.6.1
23032026-03-18T18:01:38.240Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-18T18:01:38.509Z Checking half v2.7.1
23052026-03-18T18:01:38.759Z Checking glob v0.3.3
23062026-03-18T18:01:38.912Z Checking ciborium-io v0.2.2
23072026-03-18T18:01:39.035Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23082026-03-18T18:01:39.080Z Checking ciborium-ll v0.2.2
23092026-03-18T18:01:39.296Z Compiling heapless v0.8.0
23102026-03-18T18:01:39.384Z Checking ciborium v0.2.2
23112026-03-18T18:01:39.429Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-18T18:01:39.472Z Compiling ingot-macros v0.1.1
23132026-03-18T18:01:39.892Z Checking tabwriter v1.4.1
23142026-03-18T18:01:39.945Z Checking hash32 v0.3.1
23152026-03-18T18:01:39.989Z Compiling smoltcp v0.11.0
23162026-03-18T18:01:40.034Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-18T18:01:40.118Z Compiling num_enum_derive v0.7.5
23182026-03-18T18:01:40.358Z Checking cobs v0.3.0
23192026-03-18T18:01:40.362Z Compiling foreign-types-macros v0.2.3
23202026-03-18T18:01:40.520Z Checking cpufeatures v0.3.0
23212026-03-18T18:01:40.576Z Checking foreign-types-shared v0.3.1
23222026-03-18T18:01:40.653Z Checking chacha20 v0.10.0
23232026-03-18T18:01:40.759Z Checking postcard v1.1.3
23242026-03-18T18:01:41.187Z Compiling proc-macro-crate v1.3.1
23252026-03-18T18:01:41.232Z Checking foreign-types v0.5.0
23262026-03-18T18:01:41.313Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-18T18:01:41.363Z Checking sigpipe v0.1.3
23282026-03-18T18:01:41.502Z Checking cstr-argument v0.1.2
23292026-03-18T18:01:41.554Z Checking num_enum v0.7.5
23302026-03-18T18:01:41.626Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-18T18:01:41.690Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-18T18:01:41.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-18T18:01:41.780Z Checking colored v3.1.1
23342026-03-18T18:01:42.075Z Compiling num_enum_derive v0.5.11
23352026-03-18T18:01:42.115Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-18T18:01:42.160Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-18T18:01:42.238Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-18T18:01:42.359Z Checking rand v0.10.0
23392026-03-18T18:01:42.409Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-18T18:01:42.453Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-18T18:01:42.456Z Checking indent_write v2.2.0
23422026-03-18T18:01:42.658Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-18T18:01:42.863Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-18T18:01:42.927Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-18T18:01:43.049Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-18T18:01:43.134Z Checking smf v0.2.3
23472026-03-18T18:01:43.329Z Compiling num-derive v0.4.2
23482026-03-18T18:01:43.373Z Checking ingot-types v0.1.2
23492026-03-18T18:01:43.408Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-18T18:01:43.468Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-18T18:01:43.471Z Checking num_enum v0.5.11
23522026-03-18T18:01:43.719Z Checking whoami v1.6.1
23532026-03-18T18:01:43.729Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-18T18:01:43.809Z Checking universal-hash v0.5.1
23552026-03-18T18:01:43.891Z Checking ingot v0.1.1
23562026-03-18T18:01:43.983Z Checking opaque-debug v0.3.1
23572026-03-18T18:01:44.033Z Checking aead v0.5.2
23582026-03-18T18:01:44.110Z Checking swrite v0.1.0
23592026-03-18T18:01:44.203Z Checking poly1305 v0.8.0
23602026-03-18T18:01:44.252Z Checking chacha20 v0.9.1
23612026-03-18T18:01:44.256Z Compiling typify-macro v0.6.1
23622026-03-18T18:01:44.290Z Checking unicode-width v0.1.14
23632026-03-18T18:01:44.332Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-18T18:01:44.526Z Checking password-hash v0.5.0
23652026-03-18T18:01:44.571Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-18T18:01:44.614Z Checking blake2 v0.10.6
23672026-03-18T18:01:44.686Z Checking chacha20poly1305 v0.10.1
23682026-03-18T18:01:44.864Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-18T18:01:44.908Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-18T18:01:44.911Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-18T18:01:44.991Z Checking argon2 v0.5.3
23722026-03-18T18:01:45.241Z Compiling usdt-macro v0.5.0
23732026-03-18T18:01:45.287Z Compiling usdt-attr-macro v0.5.0
23742026-03-18T18:01:45.346Z Checking memmap v0.7.0
23752026-03-18T18:01:45.463Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-18T18:01:45.546Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-18T18:01:45.865Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-18T18:01:45.971Z Checking thiserror-no-std v2.0.2
23792026-03-18T18:01:46.120Z Checking vsss-rs v3.3.4
23802026-03-18T18:01:46.199Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23812026-03-18T18:01:46.242Z Compiling derive-where v1.6.0
23822026-03-18T18:01:46.307Z Checking usdt v0.5.0
23832026-03-18T18:01:46.379Z Checking atomicwrites v0.4.4
23842026-03-18T18:01:46.548Z Checking tokio-dtrace v0.1.1
23852026-03-18T18:01:46.593Z Checking console v0.15.11
23862026-03-18T18:01:46.636Z Compiling typify v0.6.1
23872026-03-18T18:01:46.806Z Compiling progenitor-impl v0.13.0
23882026-03-18T18:01:46.894Z Checking oxide-tokio-rt v0.1.3
23892026-03-18T18:01:47.017Z Checking newline-converter v0.3.0
23902026-03-18T18:01:47.190Z Checking expectorate v1.2.0
23912026-03-18T18:01:47.234Z Compiling prettyplease v0.2.37
23922026-03-18T18:01:47.280Z Checking bytecount v0.6.9
23932026-03-18T18:01:47.394Z Compiling owo-colors v4.3.0
23942026-03-18T18:01:47.444Z Compiling cancel-safe-futures v0.1.5
23952026-03-18T18:01:47.581Z Checking libsw-core v0.3.2
23962026-03-18T18:01:47.804Z Checking libsw v3.5.0
23972026-03-18T18:01:47.930Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-18T18:01:47.975Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-03-18T18:01:48.072Z Checking same-file v1.0.6
24002026-03-18T18:01:48.117Z Checking linear-map v1.2.0
24012026-03-18T18:01:48.162Z Checking num-rational v0.4.2
24022026-03-18T18:01:48.257Z Checking walkdir v2.5.0
24032026-03-18T18:01:48.316Z Checking num-complex v0.4.6
24042026-03-18T18:01:48.379Z Checking float-ord v0.3.2
24052026-03-18T18:01:48.503Z Checking gethostname v0.5.0
24062026-03-18T18:01:48.645Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-18T18:01:48.771Z Compiling async-recursion v1.1.1
24082026-03-18T18:01:48.845Z Checking num v0.4.3
24092026-03-18T18:01:48.888Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-03-18T18:01:48.977Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-18T18:01:49.294Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-18T18:01:49.890Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-18T18:01:50.605Z Compiling progenitor-macro v0.13.0
24142026-03-18T18:01:51.111Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-18T18:01:52.478Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-18T18:01:52.725Z Checking unicode-linebreak v0.1.5
24172026-03-18T18:01:52.785Z Checking smawk v0.3.2
24182026-03-18T18:01:52.945Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-18T18:01:53.043Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-18T18:01:53.147Z Checking globset v0.4.18
24212026-03-18T18:01:53.668Z Compiling convert_case v0.10.0
24222026-03-18T18:01:54.384Z Compiling slog-dtrace v0.3.0
24232026-03-18T18:01:54.660Z Checking resolv-conf v0.7.6
24242026-03-18T18:01:54.830Z Compiling derive_more-impl v2.1.1
24252026-03-18T18:01:55.151Z Compiling pin-project-internal v1.1.11
24262026-03-18T18:01:55.216Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-18T18:01:55.292Z Checking pem v3.0.6
24282026-03-18T18:01:55.512Z Checking fd-lock v4.0.4
24292026-03-18T18:01:55.555Z Checking vte v0.14.1
24302026-03-18T18:01:55.704Z Checking display-error-chain v0.2.2
24312026-03-18T18:01:55.790Z Checking strip-ansi-escapes v0.2.1
24322026-03-18T18:01:55.898Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-18T18:01:55.945Z Checking derive_more v2.1.1
24342026-03-18T18:01:55.987Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24352026-03-18T18:01:56.031Z Compiling snafu-derive v0.8.9
24362026-03-18T18:01:56.078Z Checking crossterm v0.29.0
24372026-03-18T18:01:56.121Z Checking nu-ansi-term v0.50.3
24382026-03-18T18:01:56.432Z Checking linked-hash-map v0.5.6
24392026-03-18T18:01:56.694Z Checking termtree v0.5.1
24402026-03-18T18:01:56.736Z Checking pin-project v1.1.11
24412026-03-18T18:01:56.804Z Checking lru-cache v0.1.2
24422026-03-18T18:01:56.873Z Checking reedline v0.40.0
24432026-03-18T18:01:56.917Z Checking textwrap v0.16.2
24442026-03-18T18:01:56.920Z Checking olpc-cjson v0.1.4
24452026-03-18T18:01:57.136Z Checking hickory-proto v0.24.4
24462026-03-18T18:01:57.288Z Checking serde_plain v1.0.2
24472026-03-18T18:01:57.519Z Checking typed-path v0.9.3
24482026-03-18T18:01:57.712Z Checking progenitor v0.13.0
24492026-03-18T18:01:57.926Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24502026-03-18T18:01:58.542Z Compiling minimal-lexical v0.2.1
24512026-03-18T18:01:58.637Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-03-18T18:01:58.720Z Checking snafu v0.8.9
24532026-03-18T18:01:58.912Z Compiling nom v7.1.3
24542026-03-18T18:01:59.072Z Checking tough v0.20.0
24552026-03-18T18:01:59.379Z Checking nibble_vec v0.1.0
24562026-03-18T18:01:59.579Z Checking endian-type v0.1.2
24572026-03-18T18:01:59.636Z Checking hickory-resolver v0.24.4
24582026-03-18T18:01:59.782Z Checking radix_trie v0.2.1
24592026-03-18T18:02:00.093Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-18T18:02:00.601Z Compiling ar_archive_writer v0.5.1
24612026-03-18T18:02:00.759Z Checking humantime v2.3.0
24622026-03-18T18:02:00.803Z Checking qorb v0.4.1
24632026-03-18T18:02:00.873Z Checking csv-core v0.1.13
24642026-03-18T18:02:01.023Z Checking base64 v0.21.7
24652026-03-18T18:02:01.134Z Checking csv v1.4.0
24662026-03-18T18:02:01.367Z Compiling stacker v0.1.23
24672026-03-18T18:02:01.524Z Compiling cfg_aliases v0.1.1
24682026-03-18T18:02:01.658Z Checking highway v1.3.0
24692026-03-18T18:02:01.705Z Compiling nix v0.28.0
24702026-03-18T18:02:01.750Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-18T18:02:01.837Z Compiling psm v0.1.30
24722026-03-18T18:02:01.877Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732026-03-18T18:02:01.882Z Checking papergrid v0.11.0
24742026-03-18T18:02:02.001Z Compiling tabled_derive v0.7.0
24752026-03-18T18:02:02.241Z Checking home v0.5.12
24762026-03-18T18:02:02.422Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24772026-03-18T18:02:02.467Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24782026-03-18T18:02:02.511Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-18T18:02:02.860Z Checking phf_shared v0.12.1
24802026-03-18T18:02:03.009Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-18T18:02:03.080Z Compiling chrono-tz v0.10.4
24822026-03-18T18:02:03.148Z Compiling semver v0.1.20
24832026-03-18T18:02:03.195Z Checking phf v0.12.1
24842026-03-18T18:02:03.323Z Checking tabled v0.15.0
24852026-03-18T18:02:03.413Z Compiling rustc_version v0.1.7
24862026-03-18T18:02:03.473Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24872026-03-18T18:02:03.549Z Compiling const_format_proc_macros v0.2.34
24882026-03-18T18:02:03.552Z Checking recursive v0.1.1
24892026-03-18T18:02:03.634Z Compiling peg-macros v0.8.5
24902026-03-18T18:02:03.738Z Checking winnow v0.6.26
24912026-03-18T18:02:03.742Z Compiling sqlparser_derive v0.5.0
24922026-03-18T18:02:04.593Z Checking unicode_categories v0.1.1
24932026-03-18T18:02:04.670Z Checking const_format v0.2.35
24942026-03-18T18:02:04.813Z Checking sqlparser v0.61.0
24952026-03-18T18:02:04.857Z Checking rustyline v14.0.0
24962026-03-18T18:02:05.253Z Compiling newtype_derive v0.1.6
24972026-03-18T18:02:05.342Z Checking sqlformat v0.3.5
24982026-03-18T18:02:05.484Z Checking peg v0.8.5
24992026-03-18T18:02:05.610Z Checking bcs v0.1.6
25002026-03-18T18:02:05.943Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-18T18:02:05.985Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-18T18:02:06.114Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-18T18:02:06.209Z Checking steno v0.4.1
25042026-03-18T18:02:06.458Z Compiling typify-impl v0.4.3
25052026-03-18T18:02:06.502Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-18T18:02:07.546Z Checking utf-8 v0.7.6
25072026-03-18T18:02:07.705Z Checking filetime v0.2.27
25082026-03-18T18:02:07.927Z Checking arc-swap v1.8.2
25092026-03-18T18:02:08.264Z Checking xattr v1.6.1
25102026-03-18T18:02:08.465Z Checking tar v0.4.44
25112026-03-18T18:02:08.982Z Checking slog-scope v4.4.1
25122026-03-18T18:02:09.027Z Checking tungstenite v0.21.0
25132026-03-18T18:02:09.075Z Checking typeid v1.0.3
25142026-03-18T18:02:09.189Z Checking slog-stdlog v4.1.1
25152026-03-18T18:02:09.241Z Checking subprocess v0.2.15
25162026-03-18T18:02:09.380Z Checking slog-envlogger v2.2.0
25172026-03-18T18:02:09.601Z Checking headers-core v0.3.0
25182026-03-18T18:02:09.645Z Checking tokio-tungstenite v0.21.0
25192026-03-18T18:02:09.687Z Compiling lzma-sys v0.1.20
25202026-03-18T18:02:09.769Z Checking headers v0.4.1
25212026-03-18T18:02:09.818Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-18T18:02:10.027Z Compiling cargo_toml v0.22.3
25232026-03-18T18:02:10.445Z Checking yasna v0.5.2
25242026-03-18T18:02:10.449Z Checking xz2 v0.1.7
25252026-03-18T18:02:10.741Z Checking ron v0.12.0
25262026-03-18T18:02:10.993Z Checking rcgen v0.12.1
25272026-03-18T18:02:11.402Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-18T18:02:11.453Z Checking base16ct v1.0.0
25292026-03-18T18:02:11.583Z Checking dropshot-api-manager-types v0.6.0
25302026-03-18T18:02:11.650Z Checking tagptr v0.2.0
25312026-03-18T18:02:11.779Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-18T18:02:11.832Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-18T18:02:11.874Z Checking moka v0.12.13
25342026-03-18T18:02:12.051Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-18T18:02:12.094Z Compiling libefi-sys v0.1.0
25362026-03-18T18:02:12.370Z Compiling radium v0.7.0
25372026-03-18T18:02:12.726Z Compiling bitfield-struct v0.6.2
25382026-03-18T18:02:12.813Z Checking hickory-resolver v0.25.2
25392026-03-18T18:02:12.871Z Compiling maybe-uninit v2.0.0
25402026-03-18T18:02:12.954Z Compiling typify-macro v0.4.3
25412026-03-18T18:02:13.264Z Checking tap v1.0.1
25422026-03-18T18:02:13.447Z Checking wyz v0.5.1
25432026-03-18T18:02:13.770Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-18T18:02:13.816Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-03-18T18:02:13.856Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-18T18:02:14.065Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-18T18:02:14.187Z Compiling zerocopy-derive v0.6.6
25482026-03-18T18:02:14.231Z Compiling packed_struct v0.10.1
25492026-03-18T18:02:14.404Z Checking funty v2.0.0
25502026-03-18T18:02:14.447Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-18T18:02:14.576Z Checking crc-catalog v2.4.0
25522026-03-18T18:02:14.684Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-18T18:02:14.737Z Checking crc v3.4.0
25542026-03-18T18:02:14.891Z Checking bitvec v1.0.1
25552026-03-18T18:02:15.009Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-18T18:02:15.179Z Compiling packed_struct_codegen v0.10.1
25572026-03-18T18:02:15.238Z Compiling bitfield-macros v0.19.4
25582026-03-18T18:02:15.344Z Compiling typify v0.4.3
25592026-03-18T18:02:15.428Z Checking zerocopy v0.6.6
25602026-03-18T18:02:15.518Z Compiling progenitor-impl v0.10.0
25612026-03-18T18:02:15.866Z Compiling indexmap v1.9.3
25622026-03-18T18:02:16.150Z Checking nodrop v0.1.14
25632026-03-18T18:02:16.201Z Checking bitfield v0.19.4
25642026-03-18T18:02:16.303Z Checking array-init v0.0.4
25652026-03-18T18:02:16.672Z Checking smallvec v0.6.14
25662026-03-18T18:02:16.730Z Checking hashbrown v0.12.3
25672026-03-18T18:02:16.777Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-18T18:02:16.860Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-18T18:02:16.958Z Checking serde-hex v0.1.0
25702026-03-18T18:02:17.054Z Checking ron v0.8.1
25712026-03-18T18:02:17.823Z Checking hashbrown v0.13.2
25722026-03-18T18:02:17.938Z Checking crc-any v2.5.0
25732026-03-18T18:02:18.185Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-18T18:02:18.227Z Checking path-slash v0.1.5
25752026-03-18T18:02:18.397Z Compiling xshell-macros v0.2.7
25762026-03-18T18:02:18.441Z Checking object v0.30.4
25772026-03-18T18:02:18.445Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782026-03-18T18:02:18.526Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-18T18:02:18.923Z Checking xshell v0.2.7
25802026-03-18T18:02:18.966Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-18T18:02:19.184Z Checking half v1.8.3
25822026-03-18T18:02:19.227Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-18T18:02:19.271Z Compiling progenitor-macro v0.10.0
25842026-03-18T18:02:19.488Z Checking serde_cbor v0.11.2
25852026-03-18T18:02:19.843Z Compiling num-derive v0.3.3
25862026-03-18T18:02:20.044Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-18T18:02:20.195Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-18T18:02:20.506Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-18T18:02:20.575Z Compiling proc-macro-error2 v2.0.1
25902026-03-18T18:02:20.986Z Checking papergrid v0.17.0
25912026-03-18T18:02:21.031Z Compiling tabled_derive v0.11.0
25922026-03-18T18:02:21.072Z Checking libscf-sys v1.1.0
25932026-03-18T18:02:21.273Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-18T18:02:21.464Z Checking testing_table v0.3.0
25952026-03-18T18:02:21.581Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-18T18:02:21.623Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-18T18:02:21.905Z Checking maplit v1.0.2
25982026-03-18T18:02:22.115Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-18T18:02:22.173Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-18T18:02:22.652Z Checking tabled v0.20.0
26012026-03-18T18:02:22.698Z Checking crc8 v0.1.1
26022026-03-18T18:02:22.740Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-18T18:02:22.792Z Checking fxhash v0.2.1
26042026-03-18T18:02:22.835Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-03-18T18:02:22.877Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-18T18:02:22.980Z Checking unicase v2.9.0
26072026-03-18T18:02:23.219Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-18T18:02:23.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-18T18:02:23.796Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-18T18:02:23.933Z Checking kstat-rs v0.2.4
26112026-03-18T18:02:24.185Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-18T18:02:24.229Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26132026-03-18T18:02:24.286Z Compiling parking_lot_core v0.8.6
26142026-03-18T18:02:24.430Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-18T18:02:24.572Z Compiling diesel_derives v2.3.7
26162026-03-18T18:02:24.728Z Compiling git-stub v1.0.0
26172026-03-18T18:02:24.892Z Checking scheduled-thread-pool v0.2.7
26182026-03-18T18:02:24.952Z Compiling dsl_auto_type v0.2.0
26192026-03-18T18:02:25.099Z Compiling vergen-gitcl v1.0.8
26202026-03-18T18:02:25.141Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-18T18:02:25.420Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-03-18T18:02:25.423Z Checking r2d2 v0.8.10
26232026-03-18T18:02:25.505Z Compiling git-stub-vcs v0.1.0
26242026-03-18T18:02:25.546Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26252026-03-18T18:02:25.702Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-03-18T18:02:25.747Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-03-18T18:02:25.869Z Checking downcast-rs v2.0.2
26282026-03-18T18:02:25.985Z Checking parking_lot v0.11.2
26292026-03-18T18:02:26.029Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26302026-03-18T18:02:26.163Z Checking prefix-trie v0.7.0
26312026-03-18T18:02:26.246Z Checking progenitor v0.10.0
26322026-03-18T18:02:26.289Z Checking nanorand v0.7.0
26332026-03-18T18:02:26.387Z Compiling dirs-sys-next v0.1.2
26342026-03-18T18:02:26.453Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-18T18:02:26.579Z Compiling crunchy v0.2.4
26362026-03-18T18:02:26.662Z Checking hickory-server v0.25.2
26372026-03-18T18:02:26.721Z Compiling dirs-next v2.0.0
26382026-03-18T18:02:26.790Z Checking flume v0.11.1
26392026-03-18T18:02:26.868Z Checking sled v0.34.7
26402026-03-18T18:02:26.914Z Compiling clang-sys v1.8.1
26412026-03-18T18:02:27.045Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-18T18:02:27.185Z Checking hickory-client v0.25.2
26432026-03-18T18:02:27.318Z Compiling tiny-keccak v2.0.2
26442026-03-18T18:02:27.578Z Compiling term v0.7.0
26452026-03-18T18:02:27.676Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-18T18:02:27.725Z Compiling bit-vec v0.6.3
26472026-03-18T18:02:27.904Z Compiling salty v0.3.0
26482026-03-18T18:02:28.060Z Compiling bit-set v0.5.3
26492026-03-18T18:02:28.295Z Compiling ascii-canvas v3.0.0
26502026-03-18T18:02:28.396Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-18T18:02:28.402Z Checking primeorder v0.13.6
26522026-03-18T18:02:28.634Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26532026-03-18T18:02:28.789Z Compiling itertools v0.10.5
26542026-03-18T18:02:28.928Z Compiling ena v0.14.4
26552026-03-18T18:02:29.068Z Compiling libloading v0.8.9
26562026-03-18T18:02:29.236Z Compiling bindgen v0.71.1
26572026-03-18T18:02:29.373Z Compiling diff v0.1.13
26582026-03-18T18:02:29.725Z Compiling regex-syntax v0.6.29
26592026-03-18T18:02:30.264Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-18T18:02:30.308Z Compiling cexpr v0.6.0
26612026-03-18T18:02:30.384Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-18T18:02:31.232Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26632026-03-18T18:02:31.273Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-03-18T18:02:31.643Z Compiling lalrpop v0.19.12
26652026-03-18T18:02:31.689Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-18T18:02:32.639Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-18T18:02:32.686Z Compiling libxml v0.3.3
26682026-03-18T18:02:32.918Z Compiling fs-err v2.11.0
26692026-03-18T18:02:33.122Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-18T18:02:33.292Z Checking diesel v2.3.7
26712026-03-18T18:02:33.360Z Checking p384 v0.13.1
26722026-03-18T18:02:33.533Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-18T18:02:33.957Z Compiling strum_macros v0.24.3
26742026-03-18T18:02:35.257Z Compiling indoc v1.0.9
26752026-03-18T18:02:36.055Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-18T18:02:36.524Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26772026-03-18T18:02:36.675Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-18T18:02:36.746Z Checking quick-xml v0.37.5
26792026-03-18T18:02:36.959Z Checking derive_builder v0.20.2
26802026-03-18T18:02:37.147Z Compiling oso-derive v0.27.3
26812026-03-18T18:02:37.416Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-03-18T18:02:37.555Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-03-18T18:02:37.819Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26842026-03-18T18:02:37.883Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-18T18:02:38.052Z Compiling trait-variant v0.1.2
26862026-03-18T18:02:38.802Z Checking openssl-probe v0.1.6
26872026-03-18T18:02:38.984Z Checking parse-size v1.1.0
26882026-03-18T18:02:39.179Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26892026-03-18T18:02:39.921Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26902026-03-18T18:02:39.968Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-18T18:02:40.082Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26922026-03-18T18:02:40.366Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26932026-03-18T18:02:40.426Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-03-18T18:02:41.036Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-18T18:02:41.133Z Compiling progenitor-impl v0.11.2
26962026-03-18T18:02:41.514Z Checking assert_matches v1.5.0
26972026-03-18T18:02:41.756Z Compiling mime_guess v2.0.5
26982026-03-18T18:02:42.102Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-18T18:02:42.515Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-18T18:02:42.557Z Checking predicates-tree v1.0.13
27012026-03-18T18:02:42.736Z Checking progenitor-client v0.11.2
27022026-03-18T18:02:42.935Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-18T18:02:43.086Z Checking http-range v0.1.5
27042026-03-18T18:02:43.259Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-18T18:02:43.342Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-18T18:02:43.964Z Checking atty v0.2.14
27072026-03-18T18:02:44.855Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-03-18T18:02:44.899Z Compiling progenitor-macro v0.11.2
27092026-03-18T18:02:45.386Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-18T18:02:46.004Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-18T18:02:46.735Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-18T18:02:46.843Z Checking bb8 v0.8.6
27132026-03-18T18:02:47.034Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-18T18:02:47.264Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-18T18:02:47.340Z Checking corncobs v0.1.4
27162026-03-18T18:02:47.408Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-03-18T18:02:47.541Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-18T18:02:47.912Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-18T18:02:48.395Z Checking hyper-staticfile v0.10.1
27202026-03-18T18:02:48.439Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-18T18:02:48.740Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-18T18:02:48.819Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-18T18:02:48.862Z Checking ignore v0.4.25
27242026-03-18T18:02:49.091Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-18T18:02:49.439Z Checking signal-hook-tokio v0.3.1
27262026-03-18T18:02:49.638Z Checking secrecy v0.8.0
27272026-03-18T18:02:49.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-18T18:02:50.154Z Checking globwalk v0.9.1
27292026-03-18T18:02:50.496Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-18T18:02:50.669Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-18T18:02:51.143Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-18T18:02:51.272Z Checking nonempty v0.12.0
27332026-03-18T18:02:51.316Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-18T18:02:51.522Z Checking camino-tempfile-ext v0.3.3
27352026-03-18T18:02:51.676Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-18T18:02:51.805Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-18T18:02:51.849Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-03-18T18:02:51.988Z Checking progenitor v0.11.2
27392026-03-18T18:02:52.239Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-18T18:02:52.419Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-18T18:02:52.914Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-18T18:02:53.042Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-03-18T18:02:53.337Z Checking async-bb8-diesel v0.2.1
27442026-03-18T18:02:53.861Z Checking diesel-dtrace v0.5.0
27452026-03-18T18:02:53.904Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27462026-03-18T18:02:54.205Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-18T18:02:54.749Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-18T18:02:54.916Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-18T18:02:55.112Z Checking tungstenite v0.23.0
27502026-03-18T18:02:55.405Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-18T18:02:55.511Z Checking void v1.0.2
27522026-03-18T18:02:55.689Z Checking lzss v0.8.2
27532026-03-18T18:02:55.732Z Checking tokio-tungstenite v0.23.1
27542026-03-18T18:02:55.875Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-18T18:02:55.979Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-18T18:02:56.109Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-18T18:02:56.220Z Checking nix v0.27.1
27582026-03-18T18:02:56.772Z Checking serde_bytes v0.11.19
27592026-03-18T18:02:56.979Z Checking rand_seeder v0.4.0
27602026-03-18T18:02:57.050Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-18T18:02:57.216Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-18T18:02:57.697Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-18T18:02:57.741Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-18T18:02:57.955Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-18T18:02:58.367Z Checking is_ci v1.2.0
27662026-03-18T18:02:58.535Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-18T18:02:58.892Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-18T18:02:58.936Z Checking yansi v1.0.1
27692026-03-18T18:02:59.008Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-18T18:02:59.114Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-18T18:02:59.319Z Checking pretty_assertions v1.4.1
27722026-03-18T18:02:59.322Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-18T18:02:59.525Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-18T18:02:59.706Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-18T18:03:00.037Z Compiling darling_core v0.23.0
27762026-03-18T18:03:01.221Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27772026-03-18T18:03:01.532Z Compiling indoc v2.0.7
27782026-03-18T18:03:01.810Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-03-18T18:03:01.857Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-18T18:03:02.111Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-18T18:03:02.167Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-18T18:03:02.459Z Compiling instability v0.3.11
27832026-03-18T18:03:02.882Z Compiling libz-sys v1.1.24
27842026-03-18T18:03:02.943Z Checking castaway v0.2.4
27852026-03-18T18:03:03.128Z Checking compact_str v0.8.1
27862026-03-18T18:03:03.213Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-18T18:03:03.680Z Checking supports-color v3.0.2
27882026-03-18T18:03:03.725Z Compiling darling_macro v0.23.0
27892026-03-18T18:03:03.889Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-18T18:03:04.183Z Checking unicode-truncate v1.1.0
27912026-03-18T18:03:04.407Z Compiling darling v0.23.0
27922026-03-18T18:03:04.451Z Checking lru v0.12.5
27932026-03-18T18:03:04.537Z Checking cassowary v0.3.0
27942026-03-18T18:03:04.756Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-18T18:03:05.094Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-18T18:03:05.570Z Checking ratatui v0.29.0
27972026-03-18T18:03:05.613Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-18T18:03:06.697Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-18T18:03:06.996Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-03-18T18:03:07.403Z Compiling vergen-git2 v1.0.7
28012026-03-18T18:03:07.448Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-18T18:03:07.603Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-18T18:03:07.725Z Checking colored v2.2.0
28042026-03-18T18:03:07.780Z Checking plotters-backend v0.3.7
28052026-03-18T18:03:07.877Z Checking shell-words v1.1.1
28062026-03-18T18:03:08.030Z Compiling rustls v0.21.12
28072026-03-18T18:03:08.114Z Checking plotters-svg v0.3.7
28082026-03-18T18:03:08.232Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-03-18T18:03:08.337Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-03-18T18:03:08.397Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-03-18T18:03:08.620Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-18T18:03:08.679Z Checking rustls-webpki v0.101.7
28132026-03-18T18:03:09.164Z Checking sct v0.7.1
28142026-03-18T18:03:09.208Z Compiling nix v0.29.0
28152026-03-18T18:03:09.374Z Checking hex-literal v0.4.1
28162026-03-18T18:03:09.511Z Checking cast v0.3.0
28172026-03-18T18:03:09.551Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28182026-03-18T18:03:09.791Z Checking criterion-plot v0.6.0
28192026-03-18T18:03:10.278Z Checking plotters v0.3.7
28202026-03-18T18:03:11.340Z Checking erased-serde v0.4.9
28212026-03-18T18:03:11.669Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-18T18:03:11.898Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-18T18:03:12.894Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-03-18T18:03:13.908Z Checking tinytemplate v1.2.1
28252026-03-18T18:03:14.223Z Checking ordered-float v2.10.1
28262026-03-18T18:03:14.646Z Checking oorandom v11.1.5
28272026-03-18T18:03:14.839Z Checking anes v0.1.6
28282026-03-18T18:03:15.113Z Checking criterion v0.7.0
28292026-03-18T18:03:15.307Z Checking serde-value v0.7.0
28302026-03-18T18:03:15.627Z Checking serde-untagged v0.1.9
28312026-03-18T18:03:15.919Z Checking tokio-rustls v0.24.1
28322026-03-18T18:03:16.551Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-18T18:03:16.770Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-18T18:03:17.059Z Checking rustls-pemfile v1.0.4
28352026-03-18T18:03:17.276Z Checking twox-hash v2.1.2
28362026-03-18T18:03:17.626Z Checking unicode-xid v0.2.6
28372026-03-18T18:03:17.779Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-18T18:03:17.821Z Checking cargo-util-schemas v0.8.2
28392026-03-18T18:03:18.018Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-18T18:03:18.242Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-18T18:03:19.052Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-18T18:03:19.284Z Checking fatfs v0.3.6
28432026-03-18T18:03:19.934Z Checking cargo-platform v0.2.0
28442026-03-18T18:03:20.058Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-18T18:03:20.216Z Compiling petname v2.0.2
28462026-03-18T18:03:20.890Z Compiling seq-macro v0.3.6
28472026-03-18T18:03:21.806Z Checking cargo_metadata v0.21.0
28482026-03-18T18:03:22.045Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-18T18:03:22.697Z Checking concurrent-queue v2.5.0
28502026-03-18T18:03:22.901Z Checking rtoolbox v0.0.3
28512026-03-18T18:03:22.980Z Checking futures-timer v3.0.3
28522026-03-18T18:03:23.110Z Checking parking v2.2.1
28532026-03-18T18:03:23.246Z Checking rpassword v7.4.0
28542026-03-18T18:03:23.305Z Checking event-listener v5.4.1
28552026-03-18T18:03:23.514Z Checking tui-tree-widget v0.23.1
28562026-03-18T18:03:23.616Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-18T18:03:23.786Z Checking polyval v0.6.2
28582026-03-18T18:03:23.849Z Checking sapling-renderdag v0.1.0
28592026-03-18T18:03:23.989Z Checking sync-ptr v0.1.4
28602026-03-18T18:03:24.032Z Checking ghash v0.5.1
28612026-03-18T18:03:24.175Z Checking event-listener-strategy v0.5.4
28622026-03-18T18:03:24.217Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-18T18:03:24.220Z Checking ctr v0.9.2
28642026-03-18T18:03:24.376Z Checking arrayvec v0.7.6
28652026-03-18T18:03:24.487Z Checking arrayref v0.3.9
28662026-03-18T18:03:24.529Z Checking constant_time_eq v0.4.2
28672026-03-18T18:03:24.616Z Checking aes-gcm v0.10.3
28682026-03-18T18:03:24.725Z Checking async-lock v3.4.2
28692026-03-18T18:03:24.765Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-18T18:03:24.840Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-18T18:03:25.283Z Checking ssh-encoding v0.2.0
28722026-03-18T18:03:25.568Z Checking blowfish v0.9.1
28732026-03-18T18:03:25.801Z Checking bcrypt-pbkdf v0.10.0
28742026-03-18T18:03:26.045Z Checking ssh-cipher v0.2.0
28752026-03-18T18:03:26.089Z Checking async-object-pool v0.2.0
28762026-03-18T18:03:26.134Z Compiling samael v0.0.19
28772026-03-18T18:03:26.262Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-03-18T18:03:26.304Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-03-18T18:03:26.701Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-18T18:03:27.120Z Checking serde_regex v1.1.0
28812026-03-18T18:03:27.365Z Checking password-hash v0.4.2
28822026-03-18T18:03:27.607Z Checking assert-json-diff v2.0.2
28832026-03-18T18:03:27.696Z Checking path-tree v0.8.3
28842026-03-18T18:03:27.860Z Checking stringmetrics v2.2.2
28852026-03-18T18:03:27.979Z Checking gimli v0.32.3
28862026-03-18T18:03:28.087Z Compiling target-lexicon v0.13.3
28872026-03-18T18:03:28.523Z Checking httpmock v0.8.3
28882026-03-18T18:03:28.852Z Checking pbkdf2 v0.11.0
28892026-03-18T18:03:29.106Z Checking ssh-key v0.6.7
28902026-03-18T18:03:30.197Z Checking addr2line v0.25.1
28912026-03-18T18:03:30.582Z Checking p256 v0.13.2
28922026-03-18T18:03:30.950Z Checking p521 v0.13.3
28932026-03-18T18:03:31.488Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-18T18:03:31.777Z Checking russh-cryptovec v0.7.3
28952026-03-18T18:03:31.821Z Checking md5 v0.7.0
28962026-03-18T18:03:32.013Z Compiling guppy-workspace-hack v0.1.0
28972026-03-18T18:03:32.088Z Checking rustc-demangle v0.1.27
28982026-03-18T18:03:32.265Z Checking russh-keys v0.45.0
28992026-03-18T18:03:32.434Z Checking backtrace v0.3.76
29002026-03-18T18:03:32.709Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-18T18:03:32.758Z Checking num-bigint v0.4.6
29022026-03-18T18:03:32.863Z Checking des v0.8.1
29032026-03-18T18:03:33.150Z Compiling blake3 v1.8.3
29042026-03-18T18:03:33.298Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-18T18:03:33.652Z Compiling target-spec v3.5.7
29062026-03-18T18:03:33.864Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-18T18:03:34.179Z Checking russh v0.45.0
29082026-03-18T18:03:34.676Z Checking backtrace-ext v0.2.1
29092026-03-18T18:03:34.741Z Checking cfg-expr v0.20.6
29102026-03-18T18:03:34.849Z Checking supports-color v2.1.0
29112026-03-18T18:03:34.920Z Checking textwrap v0.15.2
29122026-03-18T18:03:35.051Z Checking supports-hyperlinks v2.1.0
29132026-03-18T18:03:35.222Z Checking supports-unicode v2.1.0
29142026-03-18T18:03:35.264Z Checking hashbrown v0.14.5
29152026-03-18T18:03:35.307Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-18T18:03:35.399Z Checking cargo-platform v0.3.2
29172026-03-18T18:03:35.602Z Checking terminal_size v0.1.17
29182026-03-18T18:03:35.667Z Checking socket2 v0.5.10
29192026-03-18T18:03:35.767Z Compiling miette-derive v5.10.0
29202026-03-18T18:03:35.939Z Checking owo-colors v3.5.0
29212026-03-18T18:03:36.033Z Checking internet-checksum v0.2.1
29222026-03-18T18:03:36.223Z Checking chumsky v0.9.3
29232026-03-18T18:03:36.724Z Checking cargo_metadata v0.23.1
29242026-03-18T18:03:37.319Z Checking miette v5.10.0
29252026-03-18T18:03:37.760Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-18T18:03:37.803Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-18T18:03:37.846Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-18T18:03:38.004Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-18T18:03:38.257Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-18T18:03:38.335Z Checking httptest v0.16.4
29312026-03-18T18:03:38.829Z Checking pathdiff v0.2.3
29322026-03-18T18:03:38.873Z Compiling knuffel-derive v3.2.0
29332026-03-18T18:03:38.916Z Compiling git2 v0.20.4
29342026-03-18T18:03:38.996Z Checking topological-sort v0.2.2
29352026-03-18T18:03:38.999Z Checking nested v0.1.1
29362026-03-18T18:03:39.205Z Checking omicron-zone-package v0.12.2
29372026-03-18T18:03:39.247Z Checking guppy v0.17.25
29382026-03-18T18:03:39.415Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-18T18:03:39.716Z Checking similar-asserts v1.7.0
29402026-03-18T18:03:39.945Z Compiling rstest_macros v0.25.0
29412026-03-18T18:03:40.337Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-18T18:03:40.417Z Compiling target-triple v1.0.0
29432026-03-18T18:03:40.583Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-18T18:03:40.678Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-18T18:03:40.879Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-03-18T18:03:40.956Z Checking knuffel v3.2.0
29472026-03-18T18:03:41.165Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-18T18:03:41.839Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-18T18:03:42.171Z Checking escape8259 v0.5.3
29502026-03-18T18:03:42.380Z Compiling assert_cmd v2.1.2
29512026-03-18T18:03:42.732Z Compiling relative-path v1.9.3
29522026-03-18T18:03:42.943Z Checking libtest-mimic v0.8.1
29532026-03-18T18:03:42.987Z Checking toml v1.0.3+spec-1.1.0
29542026-03-18T18:03:43.497Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-03-18T18:03:43.666Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-03-18T18:03:43.799Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29572026-03-18T18:03:43.850Z Checking blake2b_simd v1.0.4
29582026-03-18T18:03:44.407Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-18T18:03:44.577Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-18T18:03:44.908Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-18T18:03:45.124Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29622026-03-18T18:03:45.399Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29632026-03-18T18:03:45.604Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-18T18:03:45.890Z Checking fancy-regex v0.14.0
29652026-03-18T18:03:46.177Z Checking serde_tokenstream v0.2.3
29662026-03-18T18:03:46.410Z Checking uzers v0.12.2
29672026-03-18T18:03:46.501Z Checking termcolor v1.4.1
29682026-03-18T18:03:46.591Z Compiling polar-core v0.27.3
29692026-03-18T18:03:46.738Z Compiling linkme-impl v0.3.35
29702026-03-18T18:03:46.848Z Checking constant_time_eq v0.3.1
29712026-03-18T18:03:47.108Z Checking rust-argon2 v2.1.0
29722026-03-18T18:03:47.328Z Checking trybuild v1.0.116
29732026-03-18T18:03:47.484Z Checking datatest-stable v0.3.3
29742026-03-18T18:03:48.316Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-03-18T18:03:48.438Z Checking rstest v0.25.0
29762026-03-18T18:03:48.673Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-18T18:03:48.717Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-18T18:03:48.801Z Checking support-bundle-viewer v0.1.2
29792026-03-18T18:03:49.164Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-18T18:03:49.458Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-18T18:03:49.591Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-18T18:03:49.745Z Checking drift v0.1.3
29832026-03-18T18:03:49.872Z Checking rand_distr v0.5.1
29842026-03-18T18:03:50.161Z Checking multimap v0.10.1
29852026-03-18T18:03:50.434Z Checking approx v0.5.1
29862026-03-18T18:03:50.475Z Compiling linkme v0.3.35
29872026-03-18T18:03:50.655Z Checking dropshot-api-manager v0.6.0
29882026-03-18T18:03:52.159Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-18T18:03:52.371Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-18T18:03:52.624Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-18T18:03:52.934Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-18T18:03:53.244Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29932026-03-18T18:03:53.390Z Checking oso v0.27.3
29942026-03-18T18:03:53.436Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-18T18:03:53.479Z Checking partial-io v0.5.4
29962026-03-18T18:03:53.525Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-18T18:03:53.795Z Checking cargo_toml v0.21.0
29982026-03-18T18:03:53.939Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-18T18:03:54.339Z Checking termios v0.3.3
30002026-03-18T18:03:54.472Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-18T18:03:54.538Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30022026-03-18T18:03:54.623Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30032026-03-18T18:03:55.067Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-03-18T18:03:56.919Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-03-18T18:03:59.696Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-18T18:04:04.673Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-18T18:04:07.616Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-18T18:04:12.703Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-18T18:04:15.718Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-18T18:04:19.411Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-18T18:04:26.847Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-18T18:04:29.727Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30132026-03-18T18:04:31.311Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30142026-03-18T18:04:40.893Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-18T18:06:37.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 35s
30162026-03-18T18:06:38.169Z
30172026-03-18T18:06:38.173Zreal 5:39.611672230
30182026-03-18T18:06:38.173Zuser 28:26.212678082
30192026-03-18T18:06:38.173Zsys 5:53.278109664
30202026-03-18T18:06:38.173Ztrap 0.739474079
30212026-03-18T18:06:38.173Ztflt 0.110224531
30222026-03-18T18:06:38.173Zdflt 0.208774118
30232026-03-18T18:06:38.173Zkflt 0.000819771
30242026-03-18T18:06:38.173Zlock 1:20:19.897158646
30252026-03-18T18:06:38.173Zslp 1:17:33.108400891
30262026-03-18T18:06:38.173Zlat 2:01.048408983
30272026-03-18T18:06:38.173Zstop 13:19.989971842
30282026-03-18T18:06:38.173Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-18T18:06:38.173Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-18T18:06:39.352Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-18T18:06:39.352Z |
30322026-03-18T18:06:39.352Z = 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)`
30332026-03-18T18:06:39.352Z = 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>
30342026-03-18T18:06:40.658Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-18T18:06:40.931Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-18T18:06:40.981Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-18T18:06:41.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-18T18:06:41.242Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392026-03-18T18:06:41.272Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30402026-03-18T18:06:41.301Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30412026-03-18T18:06:41.337Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-18T18:06:41.407Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30432026-03-18T18:06:41.521Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30442026-03-18T18:06:41.563Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-03-18T18:06:41.603Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-03-18T18:06:41.662Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-03-18T18:06:41.694Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30482026-03-18T18:06:41.745Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30492026-03-18T18:06:41.796Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30502026-03-18T18:06:41.834Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30512026-03-18T18:06:41.867Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-18T18:06:41.927Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-03-18T18:06:41.991Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30542026-03-18T18:06:42.258Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30552026-03-18T18:06:42.573Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30562026-03-18T18:06:42.754Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30572026-03-18T18:06:42.832Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30582026-03-18T18:06:42.835Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-03-18T18:06:43.045Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30602026-03-18T18:06:43.080Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30612026-03-18T18:06:43.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30622026-03-18T18:06:43.359Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30632026-03-18T18:06:43.442Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30642026-03-18T18:06:43.553Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30652026-03-18T18:06:43.597Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-03-18T18:06:43.777Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30672026-03-18T18:06:44.022Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30682026-03-18T18:06:44.052Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-18T18:06:44.055Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-18T18:06:44.269Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30712026-03-18T18:06:44.366Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30722026-03-18T18:06:44.393Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30732026-03-18T18:06:44.683Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30742026-03-18T18:06:44.767Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30752026-03-18T18:06:45.110Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30762026-03-18T18:06:45.148Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-03-18T18:06:45.189Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30782026-03-18T18:06:45.310Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30792026-03-18T18:06:45.364Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30802026-03-18T18:06:45.559Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30812026-03-18T18:06:45.661Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30822026-03-18T18:06:45.694Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30832026-03-18T18:06:45.843Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30842026-03-18T18:06:45.886Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30852026-03-18T18:06:45.916Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30862026-03-18T18:06:45.945Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30872026-03-18T18:06:46.254Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30882026-03-18T18:06:46.257Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30892026-03-18T18:06:46.309Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30902026-03-18T18:06:46.313Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30912026-03-18T18:06:46.561Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30922026-03-18T18:06:46.587Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30932026-03-18T18:06:46.614Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30942026-03-18T18:06:46.838Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30952026-03-18T18:06:46.894Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962026-03-18T18:06:46.933Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30972026-03-18T18:06:46.977Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-18T18:06:47.141Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-03-18T18:06:47.185Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-03-18T18:06:47.271Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31012026-03-18T18:06:47.533Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31022026-03-18T18:06:47.536Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-18T18:06:47.589Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-18T18:06:47.620Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31052026-03-18T18:06:47.778Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-03-18T18:06:48.320Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31072026-03-18T18:06:48.350Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-18T18:06:49.320Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31092026-03-18T18:06:49.852Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31102026-03-18T18:06:50.119Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-18T18:06:50.154Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-18T18:06:50.230Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31132026-03-18T18:06:50.262Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31142026-03-18T18:06:50.621Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31152026-03-18T18:06:50.666Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-03-18T18:06:50.975Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31172026-03-18T18:06:51.245Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-18T18:06:51.598Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-03-18T18:06:51.650Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31202026-03-18T18:06:51.679Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-03-18T18:06:51.964Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-03-18T18:06:52.131Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31232026-03-18T18:06:52.492Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-03-18T18:06:53.024Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31252026-03-18T18:06:53.199Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-18T18:06:53.232Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-18T18:06:53.604Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282026-03-18T18:06:53.763Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-18T18:06:54.287Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-03-18T18:06:54.505Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-18T18:06:55.432Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-18T18:06:55.579Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-18T18:06:55.967Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342026-03-18T18:06:56.697Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-18T18:06:56.830Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-18T18:06:57.278Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-18T18:06:57.334Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-18T18:06:57.431Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-18T18:06:57.591Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-03-18T18:06:57.622Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-18T18:06:57.681Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31422026-03-18T18:06:58.065Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31432026-03-18T18:06:58.109Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-18T18:06:58.240Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-03-18T18:06:58.272Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-03-18T18:06:58.333Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-03-18T18:06:58.714Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31482026-03-18T18:06:59.305Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-18T18:06:59.367Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-03-18T18:06:59.771Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-03-18T18:07:00.559Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-03-18T18:07:01.299Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31532026-03-18T18:07:01.365Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-18T18:07:01.708Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31552026-03-18T18:07:02.219Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31562026-03-18T18:07:02.280Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-18T18:07:02.284Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31582026-03-18T18:07:02.862Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31592026-03-18T18:07:02.911Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31602026-03-18T18:07:03.264Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31612026-03-18T18:07:03.404Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31622026-03-18T18:07:03.512Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-18T18:07:05.029Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31642026-03-18T18:07:05.135Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31652026-03-18T18:07:05.166Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-03-18T18:07:05.847Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31672026-03-18T18:07:06.221Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-18T18:07:06.464Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-18T18:07:07.983Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31702026-03-18T18:07:08.392Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-03-18T18:07:08.979Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31722026-03-18T18:07:09.192Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31732026-03-18T18:07:09.516Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31742026-03-18T18:07:09.958Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-03-18T18:07:09.991Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-18T18:07:10.566Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-18T18:07:12.177Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-18T18:07:13.204Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-18T18:07:14.216Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-18T18:07:14.275Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-18T18:07:15.095Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-18T18:07:15.245Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-18T18:07:15.654Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-18T18:07:15.934Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31852026-03-18T18:07:18.611Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31862026-03-18T18:07:19.437Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31872026-03-18T18:07:20.627Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31882026-03-18T18:07:21.922Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-03-18T18:07:21.953Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31902026-03-18T18:07:22.043Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31912026-03-18T18:07:22.580Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31922026-03-18T18:07:23.161Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-03-18T18:07:23.393Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31942026-03-18T18:07:24.068Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31952026-03-18T18:07:24.100Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-03-18T18:07:24.520Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31972026-03-18T18:07:25.605Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31982026-03-18T18:07:25.636Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31992026-03-18T18:07:25.670Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32002026-03-18T18:07:26.050Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32012026-03-18T18:07:26.148Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32022026-03-18T18:07:26.772Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032026-03-18T18:07:26.944Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32042026-03-18T18:07:27.062Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-03-18T18:07:27.514Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32062026-03-18T18:07:27.850Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32072026-03-18T18:07:28.347Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-03-18T18:07:28.382Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32092026-03-18T18:07:29.211Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-03-18T18:07:30.149Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32112026-03-18T18:07:31.188Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32122026-03-18T18:07:31.404Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-03-18T18:07:32.688Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32142026-03-18T18:07:37.200Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32152026-03-18T18:07:38.166Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-03-18T18:07:39.184Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-18T18:07:39.565Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-18T18:07:41.086Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32192026-03-18T18:07:43.635Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32202026-03-18T18:07:45.330Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32212026-03-18T18:07:45.888Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32222026-03-18T18:07:46.723Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32232026-03-18T18:07:47.137Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32242026-03-18T18:07:48.801Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32252026-03-18T18:07:50.461Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32262026-03-18T18:07:51.373Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32272026-03-18T18:07:51.482Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282026-03-18T18:07:51.969Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-03-18T18:07:54.624Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-18T18:07:56.582Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32312026-03-18T18:07:59.897Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32322026-03-18T18:08:01.389Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32332026-03-18T18:08:03.475Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32342026-03-18T18:08:04.295Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32352026-03-18T18:08:05.274Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32362026-03-18T18:08:06.261Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32372026-03-18T18:08:07.183Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-03-18T18:08:08.268Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32392026-03-18T18:08:09.287Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32402026-03-18T18:08:10.799Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32412026-03-18T18:08:11.784Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-03-18T18:08:12.721Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32432026-03-18T18:08:13.652Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32442026-03-18T18:08:14.728Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-18T18:08:16.320Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32462026-03-18T18:08:19.790Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32472026-03-18T18:08:22.010Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32482026-03-18T18:08:22.571Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32492026-03-18T18:08:23.766Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32502026-03-18T18:08:25.522Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32512026-03-18T18:08:26.688Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32522026-03-18T18:08:27.473Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32532026-03-18T18:08:31.171Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32542026-03-18T18:08:31.805Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32552026-03-18T18:08:32.972Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32562026-03-18T18:08:34.490Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32572026-03-18T18:08:36.258Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32582026-03-18T18:08:39.332Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-03-18T18:08:40.086Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32602026-03-18T18:08:42.295Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32612026-03-18T18:08:45.137Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32622026-03-18T18:08:46.993Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32632026-03-18T18:08:48.904Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32642026-03-18T18:08:51.072Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-03-18T18:08:53.325Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32662026-03-18T18:08:55.876Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32672026-03-18T18:09:01.197Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32682026-03-18T18:09:02.889Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692026-03-18T18:09:03.106Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32702026-03-18T18:09:05.322Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-03-18T18:09:07.700Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32722026-03-18T18:09:10.195Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32732026-03-18T18:09:12.721Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32742026-03-18T18:09:15.538Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32752026-03-18T18:09:17.986Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32762026-03-18T18:09:20.806Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32772026-03-18T18:09:22.892Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32782026-03-18T18:09:25.292Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-03-18T18:09:27.791Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32802026-03-18T18:09:30.241Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-03-18T18:09:32.282Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32822026-03-18T18:09:35.149Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-18T18:09:37.551Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-03-18T18:09:39.773Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-03-18T18:09:42.261Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32862026-03-18T18:09:44.749Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-03-18T18:09:47.327Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882026-03-18T18:09:49.813Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32892026-03-18T18:09:52.328Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-03-18T18:09:54.905Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-18T18:09:57.894Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32922026-03-18T18:10:00.194Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32932026-03-18T18:10:02.767Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32942026-03-18T18:10:05.412Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32952026-03-18T18:10:07.927Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32962026-03-18T18:10:15.015Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32972026-03-18T18:10:16.349Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32982026-03-18T18:10:19.296Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32992026-03-18T18:10:22.136Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33002026-03-18T18:10:25.087Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33012026-03-18T18:10:27.911Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33022026-03-18T18:10:30.631Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33032026-03-18T18:10:33.689Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33042026-03-18T18:10:36.403Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-03-18T18:10:39.224Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-03-18T18:10:41.979Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33072026-03-18T18:10:45.133Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33082026-03-18T18:10:47.601Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33092026-03-18T18:10:51.009Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33102026-03-18T18:10:53.299Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33112026-03-18T18:10:56.182Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122026-03-18T18:10:58.963Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33132026-03-18T18:11:01.721Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33142026-03-18T18:11:04.605Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33152026-03-18T18:11:07.511Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33162026-03-18T18:11:10.688Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33172026-03-18T18:11:13.326Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33182026-03-18T18:11:16.251Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-03-18T18:11:19.439Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-18T18:11:22.339Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33212026-03-18T18:11:25.359Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33222026-03-18T18:11:28.327Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-03-18T18:11:31.326Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33242026-03-18T18:11:34.474Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33252026-03-18T18:11:37.281Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33262026-03-18T18:11:40.384Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33272026-03-18T18:11:43.429Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33282026-03-18T18:11:46.502Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33292026-03-18T18:11:49.546Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33302026-03-18T18:11:52.833Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33312026-03-18T18:11:55.887Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33322026-03-18T18:11:58.932Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33332026-03-18T18:12:02.051Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-03-18T18:12:05.118Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33352026-03-18T18:12:08.292Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362026-03-18T18:12:11.513Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33372026-03-18T18:12:14.569Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33382026-03-18T18:12:18.362Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33392026-03-18T18:12:21.362Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33402026-03-18T18:12:31.136Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33412026-03-18T18:12:31.573Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33422026-03-18T18:12:35.384Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33432026-03-18T18:12:39.544Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33442026-03-18T18:12:43.586Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33452026-03-18T18:12:49.570Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33462026-03-18T18:12:53.135Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33472026-03-18T18:12:57.637Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33482026-03-18T18:13:02.242Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33492026-03-18T18:13:06.780Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33502026-03-18T18:13:11.348Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33512026-03-18T18:13:16.010Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-03-18T18:13:20.474Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33532026-03-18T18:13:25.089Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33542026-03-18T18:13:31.347Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33552026-03-18T18:13:34.300Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33562026-03-18T18:13:38.837Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-18T18:13:43.382Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33582026-03-18T18:13:48.029Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33592026-03-18T18:13:52.590Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33602026-03-18T18:13:57.092Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33612026-03-18T18:14:01.663Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33622026-03-18T18:14:06.261Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33632026-03-18T18:14:43.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 04s
33642026-03-18T18:14:43.248Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33652026-03-18T18:14:43.359Z
33662026-03-18T18:14:43.362Zreal 8:05.155538427
33672026-03-18T18:14:43.362Zuser 23:30.706018383
33682026-03-18T18:14:43.362Zsys 4:27.484763703
33692026-03-18T18:14:43.362Ztrap 0.410089378
33702026-03-18T18:14:43.362Ztflt 0.016665411
33712026-03-18T18:14:43.362Zdflt 0.069423986
33722026-03-18T18:14:43.362Zkflt 0.000020710
33732026-03-18T18:14:43.362Zlock 7:19:04.255852542
33742026-03-18T18:14:43.362Zslp 2:41:21.051401052
33752026-03-18T18:14:43.362Zlat 35.413501224
33762026-03-18T18:14:43.362Zstop 1:54.421756860
33772026-03-18T18:14:43.362Zprocess exited: duration 1133049 ms, exit code 0
 
33782026-03-18T18:14:43.369Zfound 0 output files