01KME5G44N08P80TS7VFF79NCY: clippy (helios)

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

Buildomat Job: 01KME5GRPGTH1PX5BYFNP3SS3K

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-23T20:41:37.509Zjob assigned to worker 01KME6TPMXCVVE2BRE667HMGHT [factory aws, i-000f0cca6a0f43ad5] (queued for 24 m 9 s)
 
22026-03-23T20:41:45.207Zstarting task 0: "setup"
32026-03-23T20:41:45.212Z++ uname -s
42026-03-23T20:41:45.217Z+ kern=SunOS
52026-03-23T20:41:45.217Z+ build_user=build
62026-03-23T20:41:45.217Z+ build_uid=12345
72026-03-23T20:41:45.217Z+ work_dir=/work
82026-03-23T20:41:45.217Z+ input_dir=/input
92026-03-23T20:41:45.217Z+ [[ 0 == 12345 ]]
102026-03-23T20:41:45.217Z+ case "$kern" in
112026-03-23T20:41:45.217Z+ groupadd -g 12345 build
122026-03-23T20:41:45.220Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-23T20:41:47.223Z+ zfs create -o mountpoint=/work rpool/work
142026-03-23T20:41:47.334Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-23T20:41:47.338Z+ home_fs=zfs
162026-03-23T20:41:47.338Z+ [[ zfs == autofs ]]
172026-03-23T20:41:47.338Z+ mkdir -p /home/build
182026-03-23T20:41:47.341Z+ chown build:build /home/build /work
192026-03-23T20:41:49.341Z+ chmod 0700 /home/build /work
202026-03-23T20:41:49.344Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-23T20:41:49.351Zstarting task 1: "rust-toolchain"
222026-03-23T20:41:49.355Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-23T20:41:49.355Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-23T20:41:49.355Z * rust toolchain channel = "1.94.0"
252026-03-23T20:41:49.355Z * rust toolchain profile = "default"
262026-03-23T20:41:49.356Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-23T20:41:49.356Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-23T20:41:49.359Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-23T20:41:49.359Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-23T20:41:49.495Zinfo: downloading installer
312026-03-23T20:41:51.162Zwarn: It looks like you have an existing installation of Rust at:
322026-03-23T20:41:51.162Zwarn: /opt/ooce/bin
332026-03-23T20:41:51.162Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-23T20:41:51.162Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-23T20:41:51.163Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-23T20:41:51.163Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-23T20:41:51.163Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-23T20:41:51.163Zerror: cannot install while Rust is installed
392026-03-23T20:41:51.163Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-23T20:41:51.163Zwarn: It looks like you have an existing rustup settings file at:
412026-03-23T20:41:51.163Zwarn: /home/build/.rustup/settings.toml
422026-03-23T20:41:51.163Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-23T20:41:51.163Zwarn: instead of the one inferred from the default host triple.
442026-03-23T20:41:51.194Zinfo: profile set to default
452026-03-23T20:41:51.194Zinfo: default host triple is x86_64-unknown-illumos
462026-03-23T20:41:51.399Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-23T20:41:51.399Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-23T20:41:51.399Zinfo: downloading 6 components
492026-03-23T20:42:06.567Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-23T20:42:06.567Z
512026-03-23T20:42:06.600Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-23T20:42:06.600Z
532026-03-23T20:42:06.604Z
542026-03-23T20:42:06.604ZRust is installed now. Great!
552026-03-23T20:42:06.604Z
562026-03-23T20:42:06.604ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-23T20:42:06.604Zenvironment variable. This has not been done automatically.
582026-03-23T20:42:06.604Z
592026-03-23T20:42:06.604ZTo configure your current shell, you need to source
602026-03-23T20:42:06.604Zthe corresponding env file under $HOME/.cargo.
612026-03-23T20:42:06.604Z
622026-03-23T20:42:06.604ZThis is usually done by running one of the following (note the leading DOT):
632026-03-23T20:42:06.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-23T20:42:06.604Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-23T20:42:06.604Zsource "~/.cargo/env.nu" # For nushell
662026-03-23T20:42:06.604Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-23T20:42:06.604Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-23T20:42:06.604Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-23T20:42:06.604Zwarn: no default linker (`cc`) was found in your PATH
702026-03-23T20:42:06.604Zwarn: many Rust crates require a system C toolchain to build
712026-03-23T20:42:06.714Z+ rustup --version
722026-03-23T20:42:06.721Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-23T20:42:06.724Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-23T20:42:06.747Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-23T20:42:06.750Z+ cargo --version
762026-03-23T20:42:06.766Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-23T20:42:06.770Z+ rustc --version
782026-03-23T20:42:06.795Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-23T20:42:06.799Zprocess exited: duration 17435 ms, exit code 0
 
802026-03-23T20:42:06.807Zstarting task 2: "authentication"
812026-03-23T20:42:06.826Zprocess exited: duration 19 ms, exit code 0
 
822026-03-23T20:42:06.832Zstarting task 3: "clone repository"
832026-03-23T20:42:06.837Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-23T20:42:06.840Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-23T20:42:06.874ZCloning into '/work/oxidecomputer/omicron'...
862026-03-23T20:42:18.351Z+ cd /work/oxidecomputer/omicron
872026-03-23T20:42:18.351Z+ git fetch origin a435519e329d3771c56bc9d5dd65e6f5ca5a5333
882026-03-23T20:42:18.643ZFrom https://github.com/oxidecomputer/omicron
892026-03-23T20:42:18.643Z * branch a435519e329d3771c56bc9d5dd65e6f5ca5a5333 -> FETCH_HEAD
902026-03-23T20:42:18.660Z+ [[ -n jmcarp/oximeter-field-union ]]
912026-03-23T20:42:18.665Z++ git branch --show-current
922026-03-23T20:42:18.665Z+ current=main
932026-03-23T20:42:18.665Z+ [[ main != jmcarp/oximeter-field-union ]]
942026-03-23T20:42:18.665Z+ git branch -f jmcarp/oximeter-field-union a435519e329d3771c56bc9d5dd65e6f5ca5a5333
952026-03-23T20:42:18.665Z+ git checkout -f jmcarp/oximeter-field-union
962026-03-23T20:42:18.987ZSwitched to branch 'jmcarp/oximeter-field-union'
972026-03-23T20:42:18.990Z+ git reset --hard a435519e329d3771c56bc9d5dd65e6f5ca5a5333
982026-03-23T20:42:19.007ZHEAD is now at a435519e3 Further query perf updates for oximeter field lookups.
992026-03-23T20:42:19.010Zprocess exited: duration 12168 ms, exit code 0
 
1002026-03-23T20:42:19.016Zstarting task 4: "build"
1012026-03-23T20:42:19.020Z+ source ./env.sh
1022026-03-23T20:42:19.023Z++ OLD_SHELL_OPTS=ehxB
1032026-03-23T20:42:19.023Z++ set -o xtrace
1042026-03-23T20:42:19.023Z++++ dirname ./env.sh
1052026-03-23T20:42:19.026Z+++ readlink -f .
1062026-03-23T20:42:19.031Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ 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-23T20:42:19.031Z++ case $OLD_SHELL_OPTS in
1162026-03-23T20:42:19.031Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-23T20:42:19.031Z+ source .github/buildomat/ci-env.sh
1182026-03-23T20:42:19.031Z++ export CARGO_TERM_COLOR=always
1192026-03-23T20:42:19.031Z++ CARGO_TERM_COLOR=always
1202026-03-23T20:42:19.031Z+ cargo --version
1212026-03-23T20:42:19.039Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-23T20:42:19.042Z+ rustc --version
1232026-03-23T20:42:19.067Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-23T20:42:19.070Z+ banner prerequisites
1252026-03-23T20:42:19.073Z
1262026-03-23T20:42:19.073Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-23T20:42:19.073Z # # # # # # # # # # # # # # #
1282026-03-23T20:42:19.073Z # # # # ##### # # ##### # # # # # #### #
1292026-03-23T20:42:19.073Z ##### ##### # ##### # # # # # # # # #
1302026-03-23T20:42:19.073Z # # # # # # # # # # # # # # #
1312026-03-23T20:42:19.073Z # # # ###### # # ###### ### # #### # #### #
1322026-03-23T20:42:19.073Z
1332026-03-23T20:42:19.073Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-23T20:42:29.217Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-23T20:42:39.075Z Startup: Caching catalogs ... Done
1362026-03-23T20:43:01.756ZPlanning: Solver setup ... Done (21.243s)
1372026-03-23T20:43:01.918ZPlanning: Running solver ... Done (0.162s)
1382026-03-23T20:43:02.114ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-23T20:43:02.136ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-23T20:43:02.275ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-23T20:43:02.319ZPlanning: Package planning ... Done (0.043s)
1422026-03-23T20:43:02.360ZPlanning: Merging actions ... Done (0.042s)
1432026-03-23T20:43:02.600ZPlanning: Checking for conflicting actions ... Done (0.240s)
1442026-03-23T20:43:02.611ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-23T20:43:03.471ZPlanning: Evaluating mediators ... Done (0.860s)
1462026-03-23T20:43:03.480ZPlanning: Planning completed in 24.25 seconds
1472026-03-23T20:43:03.494Z Packages to install: 4
1482026-03-23T20:43:03.497Z Mediators to change: 2
1492026-03-23T20:43:03.497Z Services to change: 1
1502026-03-23T20:43:03.497Z Estimated space available: 155.43 GB
1512026-03-23T20:43:03.497ZEstimated space to be consumed: 1.83 GB
1522026-03-23T20:43:03.497Z Create boot environment: No
1532026-03-23T20:43:03.497ZCreate backup boot environment: No
1542026-03-23T20:43:03.497Z Rebuild boot archive: No
1552026-03-23T20:43:03.497Z
1562026-03-23T20:43:03.498ZChanged mediators:
1572026-03-23T20:43:03.498Z mediator clang:
1582026-03-23T20:43:03.498Z version: None -> 15 (system default)
1592026-03-23T20:43:03.498Z
1602026-03-23T20:43:03.498Z mediator llvm:
1612026-03-23T20:43:03.498Z version: 14 (system default) -> 15 (system default)
1622026-03-23T20:43:03.498Z
1632026-03-23T20:43:03.498ZChanged packages:
1642026-03-23T20:43:03.498Zhelios-dev
1652026-03-23T20:43:03.498Z developer/build-essential
1662026-03-23T20:43:03.498Z None -> 11-2.0
1672026-03-23T20:43:03.498Z library/libxmlsec1
1682026-03-23T20:43:03.498Z None -> 1.2.35-2.0
1692026-03-23T20:43:03.498Z ooce/developer/clang-15
1702026-03-23T20:43:03.498Z None -> 15.0.7-2.0
1712026-03-23T20:43:03.498Z ooce/developer/llvm-15
1722026-03-23T20:43:03.498Z None -> 15.0.7-2.0
1732026-03-23T20:43:03.498Z
1742026-03-23T20:43:03.498ZServices:
1752026-03-23T20:43:03.498Z restart_fmri:
1762026-03-23T20:43:03.498Z svc:/system/update-man-index:default
1772026-03-23T20:43:03.543Z
1782026-03-23T20:43:03.543ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-23T20:43:08.867ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (25.6M/s)
1802026-03-23T20:43:13.681ZDownload: Completed 212.60 MB in 10.13 seconds (21.0M/s)
1812026-03-23T20:43:13.954Z Actions: 1/3689 actions (Installing new actions)
1822026-03-23T20:43:18.058Z Actions: Completed 3689 actions in 4.10 seconds.
1832026-03-23T20:43:18.821Z Done (0.759s)
1842026-03-23T20:43:18.821Z Done (0.000s)
1852026-03-23T20:43:19.821Z Done (1.000s)
1862026-03-23T20:43:23.560Z Done (3.375s)
1872026-03-23T20:43:23.640Z Done (0.017s)
1882026-03-23T20:43:23.643Z Done (0.000s)
1892026-03-23T20:43:23.775Z Done (0.000s)
1902026-03-23T20:43:24.754ZPlanning: Evaluating mediator changes ... Done
1912026-03-23T20:43:24.899ZPlanning: Checking for conflicting actions ... Done
1922026-03-23T20:43:24.902ZPlanning: Consolidating action changes ... Done
1932026-03-23T20:43:25.122ZPlanning: Evaluating mediators ... Done
1942026-03-23T20:43:25.125ZPlanning: Planning completed in 0.37 seconds
1952026-03-23T20:43:25.150Z Mediators to change: 2
1962026-03-23T20:43:25.150Z Create boot environment: No
1972026-03-23T20:43:25.153ZCreate backup boot environment: No
1982026-03-23T20:43:25.231Z Done
1992026-03-23T20:43:25.231Z Done
2002026-03-23T20:43:25.989Z Done
2012026-03-23T20:43:29.308Z Done
2022026-03-23T20:43:29.394Z Done
2032026-03-23T20:43:29.397Z Done
2042026-03-23T20:43:29.532Z Done
2052026-03-23T20:43:30.063ZPlanning: Evaluating mediator changes ... Done
2062026-03-23T20:43:30.066ZPlanning: Merging actions ... Done
2072026-03-23T20:43:30.231ZPlanning: Checking for conflicting actions ... Done
2082026-03-23T20:43:30.235ZPlanning: Consolidating action changes ... Done
2092026-03-23T20:43:30.452ZPlanning: Evaluating mediators ... Done
2102026-03-23T20:43:30.495ZPlanning: Planning completed in 0.63 seconds
2112026-03-23T20:43:30.524Z Packages to change: 1
2122026-03-23T20:43:30.524Z Mediators to change: 1
2132026-03-23T20:43:30.529Z Services to change: 1
2142026-03-23T20:43:30.529Z Create boot environment: No
2152026-03-23T20:43:30.529ZCreate backup boot environment: Yes
2162026-03-23T20:43:33.074Z Actions: 1/6 actions (Updating modified actions)
2172026-03-23T20:43:33.077Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-23T20:43:33.077Z Done
2192026-03-23T20:43:33.077Z Done
2202026-03-23T20:43:33.265Z Done
2212026-03-23T20:43:36.554Z Done
2222026-03-23T20:43:36.643Z Done
2232026-03-23T20:43:36.647Z Done
2242026-03-23T20:43:36.800Z Done
2252026-03-23T20:43:37.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-23T20:43:37.176Zclang system 15 system
2272026-03-23T20:43:37.176Zcsh system system illumos
2282026-03-23T20:43:37.176Zctags system system illumos
2292026-03-23T20:43:37.176Zfile system system illumos
2302026-03-23T20:43:37.176Zgcc vendor 12 vendor
2312026-03-23T20:43:37.176Zgcc system 10 system
2322026-03-23T20:43:37.176Zgcc system 7 system
2332026-03-23T20:43:37.176Zgo system 1.20 system
2342026-03-23T20:43:37.176Zgo system 1.19 system
2352026-03-23T20:43:37.176Zllvm system 15 system
2362026-03-23T20:43:37.176Zllvm system 14 system
2372026-03-23T20:43:37.176Zmariadb system 10.6 system
2382026-03-23T20:43:37.176Zmta vendor vendor dma
2392026-03-23T20:43:37.176Zopenjdk system 17 system
2402026-03-23T20:43:37.176Zopenjdk system 11 system
2412026-03-23T20:43:37.176Zopenjdk system 1.8 system
2422026-03-23T20:43:37.176Zopenssl vendor 3 vendor
2432026-03-23T20:43:37.176Zperl system 5.36 system
2442026-03-23T20:43:37.176Zpostgresql system 15 system
2452026-03-23T20:43:37.176Zpostgresql system 13 system
2462026-03-23T20:43:37.177Zpython vendor 3 vendor
2472026-03-23T20:43:37.177Zpython system 2 system
2482026-03-23T20:43:37.177Zpython3 system 3.11 system
2492026-03-23T20:43:37.177Zruby system 3.0 system
2502026-03-23T20:43:37.177Zwords vendor vendor american-english
2512026-03-23T20:43:37.177Zwords system system australian-english
2522026-03-23T20:43:37.177Zwords system system british-english
2532026-03-23T20:43:37.177Zwords system system canadian-english
2542026-03-23T20:43:37.177Zwords system system french
2552026-03-23T20:43:37.177Zwords system system italian
2562026-03-23T20:43:37.177Zwords system system ngerman
2572026-03-23T20:43:37.177Zwords system system ogerman
2582026-03-23T20:43:37.177Zwords system system spanish
2592026-03-23T20:43:37.474ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-23T20:43:37.474Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-23T20:43:43.439ZFMRI IFO
2622026-03-23T20:43:43.439Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-23T20:43:43.439Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-23T20:43:43.439Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-23T20:43:43.439Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-23T20:43:43.439Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-23T20:43:43.439Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-23T20:43:43.440Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-23T20:43:43.440Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-23T20:43:43.440Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-23T20:43:43.440Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-23T20:43:43.440Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-23T20:43:43.440Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-23T20:43:43.440Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-23T20:43:43.440Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-23T20:43:43.440Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-23T20:43:43.440Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-23T20:43:44.703Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-23T20:43:45.002Z Updating crates.io index
2802026-03-23T20:43:45.017Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-23T20:43:45.746Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-23T20:43:46.068Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-23T20:43:46.490Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-23T20:43:47.515Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-23T20:43:48.030Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-23T20:43:49.599Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-23T20:43:51.236Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-23T20:43:52.166Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-23T20:43:52.482Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-23T20:43:53.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-23T20:43:53.683Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-23T20:43:54.204Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-23T20:43:54.455Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-23T20:43:55.472Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-23T20:43:56.224Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-23T20:43:56.569Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-23T20:43:56.938Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-23T20:43:57.370Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-23T20:43:57.596Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-23T20:43:57.843Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-23T20:43:58.094Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-23T20:43:58.698Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-23T20:43:59.328Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-23T20:43:59.755Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-23T20:44:00.032Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-23T20:44:00.331Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-23T20:44:01.155Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-23T20:44:01.393Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-23T20:44:02.171Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-23T20:44:02.775Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-23T20:44:04.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-23T20:44:04.770Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-23T20:44:05.083Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-23T20:44:05.641Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-23T20:44:05.889Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-23T20:44:06.173Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-23T20:44:06.405Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-23T20:44:06.754Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-23T20:44:21.417Z Downloading crates ...
3202026-03-23T20:44:21.469Z Downloaded bytecount v0.6.9
3212026-03-23T20:44:21.483Z Downloaded cargo_toml v0.21.0
3222026-03-23T20:44:21.486Z Downloaded clap_lex v1.0.0
3232026-03-23T20:44:21.489Z Downloaded thread-id v4.2.2
3242026-03-23T20:44:21.489Z Downloaded autocfg v1.5.0
3252026-03-23T20:44:21.492Z Downloaded toml_datetime v0.6.11
3262026-03-23T20:44:21.492Z Downloaded colorchoice v1.0.4
3272026-03-23T20:44:21.495Z Downloaded cpufeatures v0.2.17
3282026-03-23T20:44:21.498Z Downloaded tinystr v0.8.2
3292026-03-23T20:44:21.498Z Downloaded thiserror-impl v2.0.18
3302026-03-23T20:44:21.501Z Downloaded yoke-derive v0.8.1
3312026-03-23T20:44:21.501Z Downloaded anstyle-parse v0.2.7
3322026-03-23T20:44:21.501Z Downloaded cfg-if v1.0.4
3332026-03-23T20:44:21.504Z Downloaded unicode-xid v0.2.6
3342026-03-23T20:44:21.504Z Downloaded zerofrom-derive v0.1.6
3352026-03-23T20:44:21.504Z Downloaded typeid v1.0.3
3362026-03-23T20:44:21.507Z Downloaded zerofrom v0.1.6
3372026-03-23T20:44:21.507Z Downloaded clap_derive v4.5.55
3382026-03-23T20:44:21.507Z Downloaded clap v4.5.60
3392026-03-23T20:44:21.513Z Downloaded utf8_iter v1.0.4
3402026-03-23T20:44:21.516Z Downloaded usdt-macro v0.5.0
3412026-03-23T20:44:21.516Z Downloaded unicode-linebreak v0.1.5
3422026-03-23T20:44:21.516Z Downloaded toml_write v0.1.2
3432026-03-23T20:44:21.519Z Downloaded thiserror v1.0.69
3442026-03-23T20:44:21.522Z Downloaded proc-macro-error-attr v1.0.4
3452026-03-23T20:44:21.522Z Downloaded memmap v0.7.0
3462026-03-23T20:44:21.522Z Downloaded fastrand v2.3.0
3472026-03-23T20:44:21.527Z Downloaded utf8parse v0.2.2
3482026-03-23T20:44:21.527Z Downloaded anstyle v1.0.13
3492026-03-23T20:44:21.527Z Downloaded cargo_metadata v0.21.0
3502026-03-23T20:44:21.530Z Downloaded goblin v0.8.2
3512026-03-23T20:44:21.533Z Downloaded writeable v0.6.2
3522026-03-23T20:44:21.533Z Downloaded version_check v0.9.5
3532026-03-23T20:44:21.533Z Downloaded yoke v0.8.1
3542026-03-23T20:44:21.536Z Downloaded smallvec v1.15.1
3552026-03-23T20:44:21.536Z Downloaded zmij v1.0.21
3562026-03-23T20:44:21.539Z Downloaded serde-value v0.7.0
3572026-03-23T20:44:21.539Z Downloaded thiserror v2.0.18
3582026-03-23T20:44:21.543Z Downloaded serde_spanned v0.6.9
3592026-03-23T20:44:21.546Z Downloaded dtrace-parser v0.2.0
3602026-03-23T20:44:21.546Z Downloaded crypto-common v0.1.7
3612026-03-23T20:44:21.546Z Downloaded zerovec-derive v0.11.2
3622026-03-23T20:44:21.546Z Downloaded usdt-attr-macro v0.5.0
3632026-03-23T20:44:21.546Z Downloaded tabled_derive v0.7.0
3642026-03-23T20:44:21.549Z Downloaded usdt-impl v0.5.0
3652026-03-23T20:44:21.549Z Downloaded toml v0.8.23
3662026-03-23T20:44:21.552Z Downloaded usdt v0.5.0
3672026-03-23T20:44:21.552Z Downloaded ordered-float v2.10.1
3682026-03-23T20:44:21.552Z Downloaded errno v0.3.14
3692026-03-23T20:44:21.555Z Downloaded ucd-trie v0.1.7
3702026-03-23T20:44:21.555Z Downloaded dof v0.3.0
3712026-03-23T20:44:21.555Z Downloaded anstyle-query v1.1.5
3722026-03-23T20:44:21.562Z Downloaded heck v0.4.1
3732026-03-23T20:44:21.562Z Downloaded fnv v1.0.7
3742026-03-23T20:44:21.562Z Downloaded thiserror-impl v1.0.69
3752026-03-23T20:44:21.562Z Downloaded anstream v0.6.21
3762026-03-23T20:44:21.562Z Downloaded potential_utf v0.1.4
3772026-03-23T20:44:21.565Z Downloaded heck v0.5.0
3782026-03-23T20:44:21.565Z Downloaded swrite v0.1.0
3792026-03-23T20:44:21.565Z Downloaded unicode-ident v1.0.24
3802026-03-23T20:44:21.569Z Downloaded textwrap v0.16.2
3812026-03-23T20:44:21.569Z Downloaded clap_builder v4.5.60
3822026-03-23T20:44:21.574Z Downloaded zerocopy-derive v0.7.35
3832026-03-23T20:44:21.577Z Downloaded zerotrie v0.2.3
3842026-03-23T20:44:21.580Z Downloaded terminal_size v0.4.3
3852026-03-23T20:44:21.580Z Downloaded macaddr v1.0.1
3862026-03-23T20:44:21.584Z Downloaded percent-encoding v2.3.2
3872026-03-23T20:44:21.584Z Downloaded is_terminal_polyfill v1.70.2
3882026-03-23T20:44:21.584Z Downloaded cargo-platform v0.2.0
3892026-03-23T20:44:21.584Z Downloaded typenum v1.19.0
3902026-03-23T20:44:21.587Z Downloaded url v2.5.8
3912026-03-23T20:44:21.587Z Downloaded stable_deref_trait v1.2.1
3922026-03-23T20:44:21.590Z Downloaded idna_adapter v1.2.1
3932026-03-23T20:44:21.590Z Downloaded equivalent v1.0.2
3942026-03-23T20:44:21.590Z Downloaded toml_edit v0.22.27
3952026-03-23T20:44:21.596Z Downloaded plain v0.2.3
3962026-03-23T20:44:21.596Z Downloaded block-buffer v0.10.4
3972026-03-23T20:44:21.596Z Downloaded generic-array v0.14.7
3982026-03-23T20:44:21.596Z Downloaded scroll_derive v0.12.1
3992026-03-23T20:44:21.599Z Downloaded strsim v0.11.1
4002026-03-23T20:44:21.602Z Downloaded zerovec v0.11.5
4012026-03-23T20:44:21.605Z Downloaded pretty-hex v0.4.1
4022026-03-23T20:44:21.605Z Downloaded zerocopy v0.7.35
4032026-03-23T20:44:21.616Z Downloaded quote v1.0.44
4042026-03-23T20:44:21.620Z Downloaded winnow v0.7.14
4052026-03-23T20:44:21.623Z Downloaded camino-tempfile v1.4.1
4062026-03-23T20:44:21.626Z Downloaded byteorder v1.5.0
4072026-03-23T20:44:21.626Z Downloaded icu_normalizer_data v2.1.1
4082026-03-23T20:44:21.629Z Downloaded smawk v0.3.2
4092026-03-23T20:44:21.629Z Downloaded unicode-width v0.2.0
4102026-03-23T20:44:21.633Z Downloaded serde-untagged v0.1.9
4112026-03-23T20:44:21.636Z Downloaded form_urlencoded v1.2.2
4122026-03-23T20:44:21.637Z Downloaded proc-macro-error v1.0.4
4132026-03-23T20:44:21.639Z Downloaded semver v1.0.27
4142026-03-23T20:44:21.639Z Downloaded unicode-width v0.1.14
4152026-03-23T20:44:21.642Z Downloaded synstructure v0.13.2
4162026-03-23T20:44:21.648Z Downloaded itoa v1.0.17
4172026-03-23T20:44:21.648Z Downloaded erased-serde v0.4.9
4182026-03-23T20:44:21.648Z Downloaded once_cell v1.21.3
4192026-03-23T20:44:21.648Z Downloaded digest v0.10.7
4202026-03-23T20:44:21.651Z Downloaded displaydoc v0.2.5
4212026-03-23T20:44:21.651Z Downloaded serde_tokenstream v0.2.3
4222026-03-23T20:44:21.651Z Downloaded camino v1.2.2
4232026-03-23T20:44:21.654Z Downloaded cargo-util-schemas v0.8.2
4242026-03-23T20:44:21.657Z Downloaded scroll v0.12.0
4252026-03-23T20:44:21.662Z Downloaded litemap v0.8.1
4262026-03-23T20:44:21.666Z Downloaded fs-err v3.3.0
4272026-03-23T20:44:21.669Z Downloaded bitflags v2.11.0
4282026-03-23T20:44:21.673Z Downloaded tempfile v3.25.0
4292026-03-23T20:44:21.676Z Downloaded pest_generator v2.8.6
4302026-03-23T20:44:21.679Z Downloaded num-traits v0.2.19
4312026-03-23T20:44:21.679Z Downloaded icu_properties v2.1.2
4322026-03-23T20:44:21.683Z Downloaded serde_derive v1.0.228
4332026-03-23T20:44:21.687Z Downloaded icu_provider v2.1.1
4342026-03-23T20:44:21.687Z Downloaded pest_derive v2.8.6
4352026-03-23T20:44:21.687Z Downloaded sha2 v0.10.9
4362026-03-23T20:44:21.690Z Downloaded log v0.4.29
4372026-03-23T20:44:21.692Z Downloaded proc-macro2 v1.0.106
4382026-03-23T20:44:21.693Z Downloaded papergrid v0.11.0
4392026-03-23T20:44:21.696Z Downloaded icu_locale_core v2.1.1
4402026-03-23T20:44:21.699Z Downloaded serde_core v1.0.228
4412026-03-23T20:44:21.703Z Downloaded icu_normalizer v2.1.1
4422026-03-23T20:44:21.706Z Downloaded pest_meta v2.8.6
4432026-03-23T20:44:21.709Z Downloaded getrandom v0.4.1
4442026-03-23T20:44:21.713Z Downloaded anyhow v1.0.102
4452026-03-23T20:44:21.713Z Downloaded icu_collections v2.1.1
4462026-03-23T20:44:21.718Z Downloaded memchr v2.8.0
4472026-03-23T20:44:21.725Z Downloaded indexmap v2.13.0
4482026-03-23T20:44:21.728Z Downloaded serde v1.0.228
4492026-03-23T20:44:21.734Z Downloaded idna v1.1.0
4502026-03-23T20:44:21.737Z Downloaded pest v2.8.6
4512026-03-23T20:44:21.745Z Downloaded hashbrown v0.16.1
4522026-03-23T20:44:21.756Z Downloaded icu_properties_data v2.1.2
4532026-03-23T20:44:21.763Z Downloaded serde_json v1.0.149
4542026-03-23T20:44:21.780Z Downloaded tabled v0.15.0
4552026-03-23T20:44:21.790Z Downloaded syn v1.0.109
4562026-03-23T20:44:21.802Z Downloaded syn v2.0.117
4572026-03-23T20:44:21.817Z Downloaded rustix v1.1.3
4582026-03-23T20:44:21.847Z Downloaded libc v0.2.180
4592026-03-23T20:44:21.936Z Compiling proc-macro2 v1.0.106
4602026-03-23T20:44:21.939Z Compiling quote v1.0.44
4612026-03-23T20:44:21.939Z Compiling unicode-ident v1.0.24
4622026-03-23T20:44:21.939Z Compiling serde_core v1.0.228
4632026-03-23T20:44:21.939Z Compiling libc v0.2.180
4642026-03-23T20:44:21.939Z Compiling version_check v0.9.5
4652026-03-23T20:44:21.940Z Compiling stable_deref_trait v1.2.1
4662026-03-23T20:44:21.940Z Compiling memchr v2.8.0
4672026-03-23T20:44:22.342Z Compiling serde v1.0.228
4682026-03-23T20:44:22.366Z Compiling zmij v1.0.21
4692026-03-23T20:44:22.696Z Compiling itoa v1.0.17
4702026-03-23T20:44:22.701Z Compiling autocfg v1.5.0
4712026-03-23T20:44:22.861Z Compiling thiserror v1.0.69
4722026-03-23T20:44:23.153Z Compiling ucd-trie v0.1.7
4732026-03-23T20:44:23.209Z Compiling litemap v0.8.1
4742026-03-23T20:44:23.330Z Compiling writeable v0.6.2
4752026-03-23T20:44:23.380Z Compiling pest v2.8.6
4762026-03-23T20:44:23.491Z Compiling icu_properties_data v2.1.2
4772026-03-23T20:44:23.512Z Compiling byteorder v1.5.0
4782026-03-23T20:44:23.712Z Compiling rustix v1.1.3
4792026-03-23T20:44:23.811Z Compiling icu_normalizer_data v2.1.1
4802026-03-23T20:44:23.907Z Compiling syn v2.0.117
4812026-03-23T20:44:23.970Z Compiling errno v0.3.14
4822026-03-23T20:44:23.998Z Compiling serde_json v1.0.149
4832026-03-23T20:44:24.074Z Compiling bitflags v2.11.0
4842026-03-23T20:44:24.288Z Compiling num-traits v0.2.19
4852026-03-23T20:44:24.367Z Compiling hashbrown v0.16.1
4862026-03-23T20:44:24.430Z Compiling typeid v1.0.3
4872026-03-23T20:44:24.755Z Compiling smallvec v1.15.1
4882026-03-23T20:44:24.779Z Compiling equivalent v1.0.2
4892026-03-23T20:44:24.890Z Compiling pest_meta v2.8.6
4902026-03-23T20:44:25.044Z Compiling indexmap v2.13.0
4912026-03-23T20:44:25.181Z Compiling thread-id v4.2.2
4922026-03-23T20:44:25.274Z Compiling usdt-impl v0.5.0
4932026-03-23T20:44:25.344Z Compiling proc-macro-error-attr v1.0.4
4942026-03-23T20:44:25.446Z Compiling erased-serde v0.4.9
4952026-03-23T20:44:25.534Z Compiling syn v1.0.109
4962026-03-23T20:44:25.574Z Compiling winnow v0.7.14
4972026-03-23T20:44:25.778Z Compiling toml_write v0.1.2
4982026-03-23T20:44:26.170Z Compiling proc-macro-error v1.0.4
4992026-03-23T20:44:26.246Z Compiling thiserror v2.0.18
5002026-03-23T20:44:26.402Z Compiling utf8_iter v1.0.4
5012026-03-23T20:44:26.585Z Compiling log v0.4.29
5022026-03-23T20:44:26.673Z Compiling utf8parse v0.2.2
5032026-03-23T20:44:26.864Z Compiling percent-encoding v2.3.2
5042026-03-23T20:44:26.887Z Compiling plain v0.2.3
5052026-03-23T20:44:27.033Z Compiling camino v1.2.2
5062026-03-23T20:44:27.056Z Compiling getrandom v0.4.1
5072026-03-23T20:44:27.122Z Compiling form_urlencoded v1.2.2
5082026-03-23T20:44:27.299Z Compiling ordered-float v2.10.1
5092026-03-23T20:44:27.357Z Compiling anstyle-parse v0.2.7
5102026-03-23T20:44:27.636Z Compiling synstructure v0.13.2
5112026-03-23T20:44:27.662Z Compiling pest_generator v2.8.6
5122026-03-23T20:44:27.686Z Compiling terminal_size v0.4.3
5132026-03-23T20:44:27.864Z Compiling is_terminal_polyfill v1.70.2
5142026-03-23T20:44:27.979Z Compiling pretty-hex v0.4.1
5152026-03-23T20:44:28.003Z Compiling anstyle-query v1.1.5
5162026-03-23T20:44:28.085Z Compiling cfg-if v1.0.4
5172026-03-23T20:44:28.142Z Compiling colorchoice v1.0.4
5182026-03-23T20:44:28.166Z Compiling anstyle v1.0.13
5192026-03-23T20:44:28.217Z Compiling serde-untagged v0.1.9
5202026-03-23T20:44:28.413Z Compiling anstream v0.6.21
5212026-03-23T20:44:28.471Z Compiling semver v1.0.27
5222026-03-23T20:44:28.538Z Compiling fs-err v3.3.0
5232026-03-23T20:44:28.627Z Compiling anyhow v1.0.102
5242026-03-23T20:44:28.775Z Compiling clap_lex v1.0.0
5252026-03-23T20:44:28.824Z Compiling strsim v0.11.1
5262026-03-23T20:44:28.899Z Compiling fnv v1.0.7
5272026-03-23T20:44:28.975Z Compiling fastrand v2.3.0
5282026-03-23T20:44:29.025Z Compiling heck v0.5.0
5292026-03-23T20:44:29.028Z Compiling once_cell v1.21.3
5302026-03-23T20:44:29.082Z Compiling unicode-xid v0.2.6
5312026-03-23T20:44:29.299Z Compiling unicode-width v0.1.14
5322026-03-23T20:44:29.324Z Compiling heck v0.4.1
5332026-03-23T20:44:29.348Z Compiling bytecount v0.6.9
5342026-03-23T20:44:29.373Z Compiling tempfile v3.25.0
5352026-03-23T20:44:29.523Z Compiling clap_builder v4.5.60
5362026-03-23T20:44:29.616Z Compiling papergrid v0.11.0
5372026-03-23T20:44:29.785Z Compiling memmap v0.7.0
5382026-03-23T20:44:29.878Z Compiling smawk v0.3.2
5392026-03-23T20:44:29.959Z Compiling unicode-width v0.2.0
5402026-03-23T20:44:30.017Z Compiling unicode-linebreak v0.1.5
5412026-03-23T20:44:30.195Z Compiling serde_derive v1.0.228
5422026-03-23T20:44:30.317Z Compiling zerofrom-derive v0.1.6
5432026-03-23T20:44:30.340Z Compiling yoke-derive v0.8.1
5442026-03-23T20:44:30.526Z Compiling zerovec-derive v0.11.2
5452026-03-23T20:44:30.556Z Compiling displaydoc v0.2.5
5462026-03-23T20:44:31.523Z Compiling thiserror-impl v1.0.69
5472026-03-23T20:44:31.616Z Compiling zerocopy-derive v0.7.35
5482026-03-23T20:44:31.950Z Compiling pest_derive v2.8.6
5492026-03-23T20:44:31.994Z Compiling scroll_derive v0.12.1
5502026-03-23T20:44:32.267Z Compiling zerofrom v0.1.6
5512026-03-23T20:44:32.444Z Compiling yoke v0.8.1
5522026-03-23T20:44:32.486Z Compiling thiserror-impl v2.0.18
5532026-03-23T20:44:32.702Z Compiling zerovec v0.11.5
5542026-03-23T20:44:32.811Z Compiling zerotrie v0.2.3
5552026-03-23T20:44:32.869Z Compiling zerocopy v0.7.35
5562026-03-23T20:44:33.217Z Compiling scroll v0.12.0
5572026-03-23T20:44:33.397Z Compiling tinystr v0.8.2
5582026-03-23T20:44:33.422Z Compiling potential_utf v0.1.4
5592026-03-23T20:44:33.574Z Compiling dtrace-parser v0.2.0
5602026-03-23T20:44:33.637Z Compiling icu_locale_core v2.1.1
5612026-03-23T20:44:33.663Z Compiling icu_collections v2.1.1
5622026-03-23T20:44:33.663Z Compiling goblin v0.8.2
5632026-03-23T20:44:33.780Z Compiling tabled_derive v0.7.0
5642026-03-23T20:44:34.351Z Compiling clap_derive v4.5.55
5652026-03-23T20:44:34.471Z Compiling textwrap v0.16.2
5662026-03-23T20:44:34.611Z Compiling icu_provider v2.1.1
5672026-03-23T20:44:34.998Z Compiling icu_properties v2.1.2
5682026-03-23T20:44:35.023Z Compiling icu_normalizer v2.1.1
5692026-03-23T20:44:35.026Z Compiling toml_datetime v0.6.11
5702026-03-23T20:44:35.070Z Compiling serde_spanned v0.6.9
5712026-03-23T20:44:35.096Z Compiling dof v0.3.0
5722026-03-23T20:44:35.269Z Compiling serde_tokenstream v0.2.3
5732026-03-23T20:44:35.272Z Compiling serde-value v0.7.0
5742026-03-23T20:44:35.408Z Compiling toml_edit v0.22.27
5752026-03-23T20:44:35.678Z Compiling cargo-platform v0.2.0
5762026-03-23T20:44:35.765Z Compiling tabled v0.15.0
5772026-03-23T20:44:35.789Z Compiling macaddr v1.0.1
5782026-03-23T20:44:36.027Z Compiling camino-tempfile v1.4.1
5792026-03-23T20:44:36.086Z Compiling swrite v0.1.0
5802026-03-23T20:44:36.209Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-23T20:44:36.330Z Compiling idna_adapter v1.2.1
5822026-03-23T20:44:36.452Z Compiling usdt-macro v0.5.0
5832026-03-23T20:44:36.511Z Compiling idna v1.1.0
5842026-03-23T20:44:36.535Z Compiling usdt-attr-macro v0.5.0
5852026-03-23T20:44:36.733Z Compiling clap v4.5.60
5862026-03-23T20:44:36.924Z Compiling url v2.5.8
5872026-03-23T20:44:37.421Z Compiling toml v0.8.23
5882026-03-23T20:44:37.879Z Compiling usdt v0.5.0
5892026-03-23T20:44:37.964Z Compiling cargo-util-schemas v0.8.2
5902026-03-23T20:44:38.048Z Compiling cargo_toml v0.21.0
5912026-03-23T20:44:39.156Z Compiling cargo_metadata v0.21.0
5922026-03-23T20:44:40.435Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-23T20:44:43.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.75s
5942026-03-23T20:44:43.549Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-23T20:44:44.310Z Downloading crates ...
5962026-03-23T20:44:44.426Z Downloaded atty v0.2.14
5972026-03-23T20:44:44.429Z Downloaded arrayvec v0.7.6
5982026-03-23T20:44:44.434Z Downloaded convert_case v0.4.0
5992026-03-23T20:44:44.437Z Downloaded darling_macro v0.21.3
6002026-03-23T20:44:44.440Z Downloaded cbc v0.1.2
6012026-03-23T20:44:44.440Z Downloaded crc8 v0.1.1
6022026-03-23T20:44:44.443Z Downloaded const-oid v0.9.6
6032026-03-23T20:44:44.443Z Downloaded buf-list v1.1.2
6042026-03-23T20:44:44.446Z Downloaded adler2 v2.0.1
6052026-03-23T20:44:44.446Z Downloaded critical-section v1.2.0
6062026-03-23T20:44:44.449Z Downloaded aes v0.8.4
6072026-03-23T20:44:44.451Z Downloaded crossbeam-deque v0.8.6
6082026-03-23T20:44:44.451Z Downloaded bitfield-struct v0.6.2
6092026-03-23T20:44:44.454Z Downloaded crossbeam-utils v0.8.21
6102026-03-23T20:44:44.457Z Downloaded darling_macro v0.20.11
6112026-03-23T20:44:44.457Z Downloaded crucible-workspace-hack v0.1.0
6122026-03-23T20:44:44.457Z Downloaded ar_archive_writer v0.5.1
6132026-03-23T20:44:44.460Z Downloaded blowfish v0.9.1
6142026-03-23T20:44:44.463Z Downloaded daft v0.1.5
6152026-03-23T20:44:44.466Z Downloaded curve25519-dalek-derive v0.1.1
6162026-03-23T20:44:44.466Z Downloaded ascii-canvas v3.0.0
6172026-03-23T20:44:44.469Z Downloaded ahash v0.8.12
6182026-03-23T20:44:44.472Z Downloaded dirs-next v2.0.0
6192026-03-23T20:44:44.475Z Downloaded foreign-types v0.3.2
6202026-03-23T20:44:44.475Z Downloaded env_filter v1.0.0
6212026-03-23T20:44:44.475Z Downloaded debug-ignore v1.0.5
6222026-03-23T20:44:44.480Z Downloaded crossbeam-channel v0.5.15
6232026-03-23T20:44:44.483Z Downloaded blake2 v0.10.6
6242026-03-23T20:44:44.483Z Downloaded foreign-types v0.5.0
6252026-03-23T20:44:44.486Z Downloaded derive_builder_macro v0.20.2
6262026-03-23T20:44:44.486Z Downloaded async-stream-impl v0.3.6
6272026-03-23T20:44:44.486Z Downloaded assert_matches v1.5.0
6282026-03-23T20:44:44.489Z Downloaded crunchy v0.2.4
6292026-03-23T20:44:44.489Z Downloaded cargo_toml v0.22.3
6302026-03-23T20:44:44.492Z Downloaded arc-swap v1.8.2
6312026-03-23T20:44:44.495Z Downloaded env_logger v0.11.9
6322026-03-23T20:44:44.495Z Downloaded crossbeam-epoch v0.9.18
6332026-03-23T20:44:44.498Z Downloaded data-encoding v2.10.0
6342026-03-23T20:44:44.501Z Downloaded daft-derive v0.1.5
6352026-03-23T20:44:44.505Z Downloaded document-features v0.2.12
6362026-03-23T20:44:44.505Z Downloaded fd-lock v4.0.4
6372026-03-23T20:44:44.508Z Downloaded cobs v0.3.0
6382026-03-23T20:44:44.508Z Downloaded cargo-platform v0.1.9
6392026-03-23T20:44:44.512Z Downloaded float-cmp v0.10.0
6402026-03-23T20:44:44.512Z Downloaded ciborium-io v0.2.2
6412026-03-23T20:44:44.512Z Downloaded byte-wrapper v0.1.0
6422026-03-23T20:44:44.514Z Downloaded dtrace-parser v0.3.0
6432026-03-23T20:44:44.515Z Downloaded bitflags v1.3.2
6442026-03-23T20:44:44.517Z Downloaded enum-as-inner v0.6.1
6452026-03-23T20:44:44.522Z Downloaded defmt-parser v1.0.0
6462026-03-23T20:44:44.522Z Downloaded ciborium-ll v0.2.2
6472026-03-23T20:44:44.522Z Downloaded allocator-api2 v0.2.21
6482026-03-23T20:44:44.525Z Downloaded foldhash v0.2.0
6492026-03-23T20:44:44.525Z Downloaded cfg_aliases v0.2.1
6502026-03-23T20:44:44.525Z Downloaded bb8 v0.8.6
6512026-03-23T20:44:44.528Z Downloaded async-recursion v1.1.1
6522026-03-23T20:44:44.531Z Downloaded dunce v1.0.5
6532026-03-23T20:44:44.531Z Downloaded ctr v0.9.2
6542026-03-23T20:44:44.534Z Downloaded futures-sink v0.3.32
6552026-03-23T20:44:44.534Z Downloaded cfg_aliases v0.1.1
6562026-03-23T20:44:44.534Z Downloaded cstr-argument v0.1.2
6572026-03-23T20:44:44.534Z Downloaded bit-set v0.5.3
6582026-03-23T20:44:44.537Z Downloaded atomic-waker v1.1.2
6592026-03-23T20:44:44.537Z Downloaded base16ct v0.2.0
6602026-03-23T20:44:44.540Z Downloaded csv-core v0.1.13
6612026-03-23T20:44:44.540Z Downloaded crc-catalog v2.4.0
6622026-03-23T20:44:44.540Z Downloaded dyn-clone v1.0.20
6632026-03-23T20:44:44.543Z Downloaded float-ord v0.3.2
6642026-03-23T20:44:44.543Z Downloaded darling_macro v0.23.0
6652026-03-23T20:44:44.547Z Downloaded castaway v0.2.4
6662026-03-23T20:44:44.547Z Downloaded foreign-types-shared v0.1.1
6672026-03-23T20:44:44.547Z Downloaded foreign-types-macros v0.2.3
6682026-03-23T20:44:44.550Z Downloaded dsl_auto_type v0.2.0
6692026-03-23T20:44:44.550Z Downloaded array-init v0.0.4
6702026-03-23T20:44:44.550Z Downloaded difflib v0.4.0
6712026-03-23T20:44:44.553Z Downloaded downcast-rs v2.0.2
6722026-03-23T20:44:44.553Z Downloaded cpufeatures v0.3.0
6732026-03-23T20:44:44.553Z Downloaded crc v3.4.0
6742026-03-23T20:44:44.557Z Downloaded dropshot-api-manager-types v0.6.0
6752026-03-23T20:44:44.557Z Downloaded bitfield-macros v0.19.4
6762026-03-23T20:44:44.557Z Downloaded base16ct v1.0.0
6772026-03-23T20:44:44.560Z Downloaded bit-set v0.8.0
6782026-03-23T20:44:44.560Z Downloaded display-error-chain v0.2.2
6792026-03-23T20:44:44.562Z Downloaded arrayref v0.3.9
6802026-03-23T20:44:44.562Z Downloaded funty v2.0.0
6812026-03-23T20:44:44.562Z Downloaded atomicwrites v0.4.4
6822026-03-23T20:44:44.565Z Downloaded block-padding v0.3.3
6832026-03-23T20:44:44.565Z Downloaded endian-type v0.1.2
6842026-03-23T20:44:44.565Z Downloaded embedded-io v0.6.1
6852026-03-23T20:44:44.568Z Downloaded camino-tempfile-ext v0.3.3
6862026-03-23T20:44:44.568Z Downloaded dof v0.4.0
6872026-03-23T20:44:44.573Z Downloaded convert_case v0.10.0
6882026-03-23T20:44:44.573Z Downloaded fxhash v0.2.1
6892026-03-23T20:44:44.577Z Downloaded embedded-io v0.4.0
6902026-03-23T20:44:44.577Z Downloaded diesel_table_macro_syntax v0.3.0
6912026-03-23T20:44:44.577Z Downloaded bcs v0.1.6
6922026-03-23T20:44:44.577Z Downloaded corncobs v0.1.4
6932026-03-23T20:44:44.584Z Downloaded futures-macro v0.3.32
6942026-03-23T20:44:44.584Z Downloaded defmt v0.3.100
6952026-03-23T20:44:44.584Z Downloaded gethostname v0.5.0
6962026-03-23T20:44:44.584Z Downloaded futures-task v0.3.32
6972026-03-23T20:44:44.588Z Downloaded futures-io v0.3.32
6982026-03-23T20:44:44.588Z Downloaded compact_str v0.8.1
6992026-03-23T20:44:44.588Z Downloaded aead v0.5.2
7002026-03-23T20:44:44.588Z Downloaded fixedbitset v0.4.2
7012026-03-23T20:44:44.592Z Downloaded either v1.15.0
7022026-03-23T20:44:44.592Z Downloaded headers-core v0.3.0
7032026-03-23T20:44:44.592Z Downloaded flagset v0.4.7
7042026-03-23T20:44:44.592Z Downloaded home v0.5.12
7052026-03-23T20:44:44.595Z Downloaded dirs-sys-next v0.1.2
7062026-03-23T20:44:44.596Z Downloaded hostname v0.4.2
7072026-03-23T20:44:44.596Z Downloaded hostname v0.3.1
7082026-03-23T20:44:44.599Z Downloaded ecdsa v0.16.9
7092026-03-23T20:44:44.599Z Downloaded ghash v0.5.1
7102026-03-23T20:44:44.602Z Downloaded diesel-dtrace v0.5.0
7112026-03-23T20:44:44.603Z Downloaded bcrypt-pbkdf v0.10.0
7122026-03-23T20:44:44.603Z Downloaded globwalk v0.9.1
7132026-03-23T20:44:44.606Z Downloaded hash32 v0.3.1
7142026-03-23T20:44:44.606Z Downloaded foreign-types-shared v0.3.1
7152026-03-23T20:44:44.606Z Downloaded bitfield v0.19.4
7162026-03-23T20:44:44.609Z Downloaded const_format_proc_macros v0.2.34
7172026-03-23T20:44:44.609Z Downloaded backoff v0.4.0
7182026-03-23T20:44:44.611Z Downloaded async-trait v0.1.89
7192026-03-23T20:44:44.615Z Downloaded hex-literal v0.4.1
7202026-03-23T20:44:44.615Z Downloaded hex v0.4.3
7212026-03-23T20:44:44.618Z Downloaded chacha20 v0.9.1
7222026-03-23T20:44:44.618Z Downloaded cassowary v0.3.0
7232026-03-23T20:44:44.621Z Downloaded cargo_metadata v0.19.2
7242026-03-23T20:44:44.621Z Downloaded http-range v0.1.5
7252026-03-23T20:44:44.628Z Downloaded constant_time_eq v0.4.2
7262026-03-23T20:44:44.628Z Downloaded ena v0.14.4
7272026-03-23T20:44:44.631Z Downloaded futures-core v0.3.32
7282026-03-23T20:44:44.640Z Downloaded http-body v1.0.1
7292026-03-23T20:44:44.643Z Downloaded foldhash v0.1.5
7302026-03-23T20:44:44.643Z Downloaded fixedbitset v0.5.7
7312026-03-23T20:44:44.646Z Downloaded fallible-iterator v0.2.0
7322026-03-23T20:44:44.646Z Downloaded console v0.15.11
7332026-03-23T20:44:44.649Z Downloaded hyper-tls v0.6.0
7342026-03-23T20:44:44.652Z Downloaded git-stub v1.0.0
7352026-03-23T20:44:44.652Z Downloaded filetime v0.2.27
7362026-03-23T20:44:44.656Z Downloaded ed25519 v2.2.3
7372026-03-23T20:44:44.656Z Downloaded deranged v0.5.8
7382026-03-23T20:44:44.658Z Downloaded defmt-macros v1.0.1
7392026-03-23T20:44:44.661Z Downloaded ident_case v1.0.1
7402026-03-23T20:44:44.661Z Downloaded hubpack_derive v0.1.1
7412026-03-23T20:44:44.661Z Downloaded hubpack v0.1.2
7422026-03-23T20:44:44.667Z Downloaded instant v0.1.13
7432026-03-23T20:44:44.667Z Downloaded is_ci v1.2.0
7442026-03-23T20:44:44.667Z Downloaded find-msvc-tools v0.1.9
7452026-03-23T20:44:44.673Z Downloaded derive_builder v0.20.2
7462026-03-23T20:44:44.673Z Downloaded lalrpop-util v0.19.12
7472026-03-23T20:44:44.679Z Downloaded async-bb8-diesel v0.2.1
7482026-03-23T20:44:44.679Z Downloaded instability v0.3.11
7492026-03-23T20:44:44.679Z Downloaded internet-checksum v0.2.1
7502026-03-23T20:44:44.679Z Downloaded inout v0.1.4
7512026-03-23T20:44:44.679Z Downloaded console v0.16.2
7522026-03-23T20:44:44.682Z Downloaded darling_core v0.20.11
7532026-03-23T20:44:44.682Z Downloaded cookie v0.18.1
7542026-03-23T20:44:44.687Z Downloaded group v0.13.0
7552026-03-23T20:44:44.687Z Downloaded glob v0.3.3
7562026-03-23T20:44:44.690Z Downloaded git-stub-vcs v0.1.0
7572026-03-23T20:44:44.690Z Downloaded argon2 v0.5.3
7582026-03-23T20:44:44.690Z Downloaded ciborium v0.2.2
7592026-03-23T20:44:44.693Z Downloaded http-body-util v0.1.3
7602026-03-23T20:44:44.696Z Downloaded highway v1.3.0
7612026-03-23T20:44:44.696Z Downloaded cookie_store v0.22.1
7622026-03-23T20:44:44.699Z Downloaded humantime v2.3.0
7632026-03-23T20:44:44.699Z Downloaded linked-hash-map v0.5.6
7642026-03-23T20:44:44.702Z Downloaded lazy_static v1.5.0
7652026-03-23T20:44:44.702Z Downloaded kstat-rs v0.2.4
7662026-03-23T20:44:44.706Z Downloaded keccak v0.1.6
7672026-03-23T20:44:44.706Z Downloaded is-terminal v0.4.17
7682026-03-23T20:44:44.706Z Downloaded memoffset v0.9.1
7692026-03-23T20:44:44.709Z Downloaded maybe-uninit v2.0.0
7702026-03-23T20:44:44.709Z Downloaded match_cfg v0.1.0
7712026-03-23T20:44:44.709Z Downloaded mime v0.3.17
7722026-03-23T20:44:44.709Z Downloaded md5 v0.7.0
7732026-03-23T20:44:44.712Z Downloaded erased-serde v0.3.31
7742026-03-23T20:44:44.715Z Downloaded futures-channel v0.3.32
7752026-03-23T20:44:44.715Z Downloaded des v0.8.1
7762026-03-23T20:44:44.718Z Downloaded der_derive v0.7.3
7772026-03-23T20:44:44.718Z Downloaded md-5 v0.10.6
7782026-03-23T20:44:44.721Z Downloaded half v1.8.3
7792026-03-23T20:44:44.721Z Downloaded drift v0.1.3
7802026-03-23T20:44:44.725Z Downloaded ingot v0.1.1
7812026-03-23T20:44:44.728Z Downloaded darling v0.20.11
7822026-03-23T20:44:44.731Z Downloaded impl-trait-for-tuples v0.2.3
7832026-03-23T20:44:44.734Z Downloaded maplit v1.0.2
7842026-03-23T20:44:44.734Z Downloaded lzss v0.8.2
7852026-03-23T20:44:44.737Z Downloaded newline-converter v0.3.0
7862026-03-23T20:44:44.737Z Downloaded lru v0.12.5
7872026-03-23T20:44:44.741Z Downloaded hmac v0.12.1
7882026-03-23T20:44:44.741Z Downloaded cexpr v0.6.0
7892026-03-23T20:44:44.744Z Downloaded crc32fast v1.5.0
7902026-03-23T20:44:44.744Z Downloaded colored v2.2.0
7912026-03-23T20:44:44.747Z Downloaded lru-slab v0.1.2
7922026-03-23T20:44:44.747Z Downloaded lru-cache v0.1.2
7932026-03-23T20:44:44.747Z Downloaded hyper-staticfile v0.10.1
7942026-03-23T20:44:44.753Z Downloaded ingot-types v0.1.2
7952026-03-23T20:44:44.753Z Downloaded indoc v2.0.7
7962026-03-23T20:44:44.756Z Downloaded newtype_derive v0.1.6
7972026-03-23T20:44:44.756Z Downloaded normalize-line-endings v0.3.0
7982026-03-23T20:44:44.756Z Downloaded multimap v0.10.1
7992026-03-23T20:44:44.756Z Downloaded getrandom v0.2.17
8002026-03-23T20:44:44.759Z Downloaded nibble_vec v0.1.0
8012026-03-23T20:44:44.762Z Downloaded nodrop v0.1.14
8022026-03-23T20:44:44.762Z Downloaded newtype-uuid-macros v0.1.0
8032026-03-23T20:44:44.762Z Downloaded linear-map v1.2.0
8042026-03-23T20:44:44.765Z Downloaded libsw-core v0.3.2
8052026-03-23T20:44:44.765Z Downloaded hickory-client v0.25.2
8062026-03-23T20:44:44.768Z Downloaded managed v0.8.0
8072026-03-23T20:44:44.770Z Downloaded num_enum_derive v0.5.11
8082026-03-23T20:44:44.770Z Downloaded iana-time-zone v0.1.65
8092026-03-23T20:44:44.773Z Downloaded openssl-probe v0.2.1
8102026-03-23T20:44:44.773Z Downloaded libscf-sys v1.1.0
8112026-03-23T20:44:44.776Z Downloaded openssl-macros v0.1.1
8122026-03-23T20:44:44.776Z Downloaded libefi-sys v0.1.0
8132026-03-23T20:44:44.776Z Downloaded getrandom v0.3.4
8142026-03-23T20:44:44.780Z Downloaded libloading v0.8.9
8152026-03-23T20:44:44.783Z Downloaded openssl-probe v0.1.6
8162026-03-23T20:44:44.783Z Downloaded num v0.4.3
8172026-03-23T20:44:44.783Z Downloaded jobserver v0.1.34
8182026-03-23T20:44:44.786Z Downloaded hyper-rustls v0.27.7
8192026-03-23T20:44:44.789Z Downloaded new_debug_unreachable v1.0.6
8202026-03-23T20:44:44.789Z Downloaded num-conv v0.2.0
8212026-03-23T20:44:44.789Z Downloaded ipnetwork v0.21.1
8222026-03-23T20:44:44.792Z Downloaded num-derive v0.4.2
8232026-03-23T20:44:44.792Z Downloaded num-derive v0.3.3
8242026-03-23T20:44:44.795Z Downloaded num-iter v0.1.45
8252026-03-23T20:44:44.796Z Downloaded ingot-macros v0.1.1
8262026-03-23T20:44:44.798Z Downloaded nanorand v0.7.0
8272026-03-23T20:44:44.798Z Downloaded packed_struct_codegen v0.10.1
8282026-03-23T20:44:44.801Z Downloaded dropshot_endpoint v0.16.7
8292026-03-23T20:44:44.804Z Downloaded lock_api v0.4.14
8302026-03-23T20:44:44.804Z Downloaded opaque-debug v0.3.1
8312026-03-23T20:44:44.807Z Downloaded parse-display v0.10.0
8322026-03-23T20:44:44.807Z Downloaded fatfs v0.3.6
8332026-03-23T20:44:44.810Z Downloaded pbkdf2 v0.11.0
8342026-03-23T20:44:44.810Z Downloaded elliptic-curve v0.13.8
8352026-03-23T20:44:44.813Z Downloaded futures v0.3.32
8362026-03-23T20:44:44.817Z Downloaded chacha20poly1305 v0.10.1
8372026-03-23T20:44:44.820Z Downloaded fs_extra v1.3.0
8382026-03-23T20:44:44.823Z Downloaded const_format v0.2.35
8392026-03-23T20:44:44.826Z Downloaded path-slash v0.1.5
8402026-03-23T20:44:44.826Z Downloaded oso-derive v0.27.3
8412026-03-23T20:44:44.829Z Downloaded libsw v3.5.0
8422026-03-23T20:44:44.829Z Downloaded pbkdf2 v0.12.2
8432026-03-23T20:44:44.833Z Downloaded nonempty v0.12.0
8442026-03-23T20:44:44.833Z Downloaded native-tls v0.2.18
8452026-03-23T20:44:44.836Z Downloaded derive_more v0.99.20
8462026-03-23T20:44:44.836Z Downloaded phf_shared v0.13.1
8472026-03-23T20:44:44.839Z Downloaded phf_shared v0.11.3
8482026-03-23T20:44:44.839Z Downloaded peg-runtime v0.8.5
8492026-03-23T20:44:44.839Z Downloaded parse-size v1.1.0
8502026-03-23T20:44:44.842Z Downloaded mime_guess v2.0.5
8512026-03-23T20:44:44.842Z Downloaded ipnet v2.11.0
8522026-03-23T20:44:44.845Z Downloaded num_enum v0.7.5
8532026-03-23T20:44:44.849Z Downloaded phf_shared v0.12.1
8542026-03-23T20:44:44.849Z Downloaded pin-utils v0.1.0
8552026-03-23T20:44:44.855Z Downloaded num_enum v0.5.11
8562026-03-23T20:44:44.865Z Downloaded memmap2 v0.9.10
8572026-03-23T20:44:44.865Z Downloaded multer v3.1.0
8582026-03-23T20:44:44.865Z Downloaded heapless v0.7.17
8592026-03-23T20:44:44.865Z Downloaded half v2.7.1
8602026-03-23T20:44:44.865Z Downloaded httparse v1.10.1
8612026-03-23T20:44:44.869Z Downloaded oxide-tokio-rt v0.1.3
8622026-03-23T20:44:44.869Z Downloaded newtype-uuid v1.3.2
8632026-03-23T20:44:44.869Z Downloaded globset v0.4.18
8642026-03-23T20:44:44.872Z Downloaded headers v0.4.1
8652026-03-23T20:44:44.875Z Downloaded predicates-core v1.0.10
8662026-03-23T20:44:44.877Z Downloaded num-complex v0.4.6
8672026-03-23T20:44:44.877Z Downloaded parking_lot_core v0.8.6
8682026-03-23T20:44:44.880Z Downloaded oxnet v0.1.4
8692026-03-23T20:44:44.880Z Downloaded proc-macro-crate v3.4.0
8702026-03-23T20:44:44.883Z Downloaded proc-macro-crate v1.3.1
8712026-03-23T20:44:44.883Z Downloaded predicates-tree v1.0.13
8722026-03-23T20:44:44.883Z Downloaded precomputed-hash v0.1.1
8732026-03-23T20:44:44.886Z Downloaded powerfmt v0.2.0
8742026-03-23T20:44:44.886Z Downloaded nu-ansi-term v0.50.3
8752026-03-23T20:44:44.889Z Downloaded peg v0.8.5
8762026-03-23T20:44:44.892Z Downloaded num-integer v0.1.46
8772026-03-23T20:44:44.895Z Downloaded crossterm v0.29.0
8782026-03-23T20:44:44.898Z Downloaded parse-display-derive v0.10.0
8792026-03-23T20:44:44.901Z Downloaded aes-gcm v0.10.3
8802026-03-23T20:44:44.904Z Downloaded pem-rfc7468 v0.7.0
8812026-03-23T20:44:44.904Z Downloaded progenitor-macro v0.11.2
8822026-03-23T20:44:44.907Z Downloaded pem v3.0.6
8832026-03-23T20:44:44.907Z Downloaded flume v0.11.1
8842026-03-23T20:44:44.910Z Downloaded derive-where v1.6.0
8852026-03-23T20:44:44.913Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-03-23T20:44:44.916Z Downloaded progenitor-macro v0.13.0
8872026-03-23T20:44:44.916Z Downloaded packed_struct v0.10.1
8882026-03-23T20:44:44.919Z Downloaded ed25519-dalek v2.2.0
8892026-03-23T20:44:44.919Z Downloaded rand_xorshift v0.4.0
8902026-03-23T20:44:44.922Z Downloaded radium v0.7.0
8912026-03-23T20:44:44.922Z Downloaded progenitor-client v0.10.0
8922026-03-23T20:44:44.925Z Downloaded password-hash v0.4.2
8932026-03-23T20:44:44.925Z Downloaded pin-project-internal v1.1.11
8942026-03-23T20:44:44.928Z Downloaded polyval v0.6.2
8952026-03-23T20:44:44.928Z Downloaded paste v1.0.15
8962026-03-23T20:44:44.931Z Downloaded password-hash v0.5.0
8972026-03-23T20:44:44.931Z Downloaded phf v0.12.1
8982026-03-23T20:44:44.934Z Downloaded indicatif v0.18.4
8992026-03-23T20:44:44.938Z Downloaded progenitor-macro v0.10.0
9002026-03-23T20:44:44.938Z Downloaded hickory-resolver v0.24.4
9012026-03-23T20:44:44.941Z Downloaded parking_lot v0.11.2
9022026-03-23T20:44:44.944Z Downloaded psl-types v2.0.11
9032026-03-23T20:44:44.944Z Downloaded parking_lot v0.12.5
9042026-03-23T20:44:44.948Z Downloaded primeorder v0.13.6
9052026-03-23T20:44:44.948Z Downloaded predicates v3.1.4
9062026-03-23T20:44:44.950Z Downloaded ref-cast-impl v1.0.25
9072026-03-23T20:44:44.950Z Downloaded ppv-lite86 v0.2.21
9082026-03-23T20:44:44.953Z Downloaded ref-cast v1.0.25
9092026-03-23T20:44:44.956Z Downloaded pin-project-lite v0.2.17
9102026-03-23T20:44:44.959Z Downloaded progenitor v0.13.0
9112026-03-23T20:44:44.962Z Downloaded heapless v0.8.0
9122026-03-23T20:44:44.965Z Downloaded peg-macros v0.8.5
9132026-03-23T20:44:44.965Z Downloaded cc v1.2.56
9142026-03-23T20:44:44.969Z Downloaded phf v0.13.1
9152026-03-23T20:44:44.972Z Downloaded libbz2-rs-sys v0.2.2
9162026-03-23T20:44:44.972Z Downloaded poly1305 v0.8.0
9172026-03-23T20:44:44.975Z Downloaded owo-colors v4.3.0
9182026-03-23T20:44:44.975Z Downloaded darling_core v0.21.3
9192026-03-23T20:44:44.978Z Downloaded postgres-protocol v0.6.10
9202026-03-23T20:44:44.981Z Downloaded pkg-config v0.3.32
9212026-03-23T20:44:44.984Z Downloaded rand_chacha v0.3.1
9222026-03-23T20:44:44.984Z Downloaded rustc_version v0.1.7
9232026-03-23T20:44:44.984Z Downloaded rtoolbox v0.0.3
9242026-03-23T20:44:44.988Z Downloaded rustc_version v0.4.1
9252026-03-23T20:44:44.988Z Downloaded num_enum_derive v0.7.5
9262026-03-23T20:44:44.992Z Downloaded flate2 v1.1.9
9272026-03-23T20:44:44.995Z Downloaded rustc-hash v2.1.1
9282026-03-23T20:44:44.995Z Downloaded russh-cryptovec v0.7.3
9292026-03-23T20:44:44.995Z Downloaded derive_more v2.1.1
9302026-03-23T20:44:45.003Z Downloaded progenitor v0.10.0
9312026-03-23T20:44:45.006Z Downloaded rfc6979 v0.4.0
9322026-03-23T20:44:45.006Z Downloaded papergrid v0.17.0
9332026-03-23T20:44:45.010Z Downloaded progenitor v0.11.2
9342026-03-23T20:44:45.013Z Downloaded proc-macro-error2 v2.0.1
9352026-03-23T20:44:45.016Z Downloaded progenitor-client v0.11.2
9362026-03-23T20:44:45.016Z Downloaded parking_lot_core v0.9.12
9372026-03-23T20:44:45.018Z Downloaded indexmap v1.9.3
9382026-03-23T20:44:45.022Z Downloaded p256 v0.13.2
9392026-03-23T20:44:45.025Z Downloaded progenitor-client v0.13.0
9402026-03-23T20:44:45.025Z Downloaded crossterm v0.28.1
9412026-03-23T20:44:45.029Z Downloaded psm v0.1.30
9422026-03-23T20:44:45.032Z Downloaded sapling-renderdag v0.1.0
9432026-03-23T20:44:45.036Z Downloaded jiff-static v0.2.21
9442026-03-23T20:44:45.036Z Downloaded der v0.7.10
9452026-03-23T20:44:45.039Z Downloaded scheduled-thread-pool v0.2.7
9462026-03-23T20:44:45.043Z Downloaded scrypt v0.11.0
9472026-03-23T20:44:45.043Z Downloaded scopeguard v1.2.0
9482026-03-23T20:44:45.047Z Downloaded same-file v1.0.6
9492026-03-23T20:44:45.047Z Downloaded salsa20 v0.10.2
9502026-03-23T20:44:45.047Z Downloaded secrecy v0.8.0
9512026-03-23T20:44:45.050Z Downloaded crypto-bigint v0.5.5
9522026-03-23T20:44:45.053Z Downloaded rand_core v0.9.5
9532026-03-23T20:44:45.056Z Downloaded openssl-sys v0.9.111
9542026-03-23T20:44:45.059Z Downloaded secrecy v0.10.3
9552026-03-23T20:44:45.059Z Downloaded recursive-proc-macro-impl v0.1.1
9562026-03-23T20:44:45.062Z Downloaded recursive v0.1.1
9572026-03-23T20:44:45.062Z Downloaded serde_repr v0.1.20
9582026-03-23T20:44:45.065Z Downloaded serde_plain v1.0.2
9592026-03-23T20:44:45.065Z Downloaded serde_bytes v0.11.19
9602026-03-23T20:44:45.065Z Downloaded serde_urlencoded v0.7.1
9612026-03-23T20:44:45.068Z Downloaded serde-big-array v0.5.1
9622026-03-23T20:44:45.068Z Downloaded rustls-pemfile v2.2.0
9632026-03-23T20:44:45.071Z Downloaded pkcs8 v0.10.2
9642026-03-23T20:44:45.074Z Downloaded rand_core v0.6.4
9652026-03-23T20:44:45.074Z Downloaded postcard v1.1.3
9662026-03-23T20:44:45.077Z Downloaded pkcs5 v0.7.1
9672026-03-23T20:44:45.080Z Downloaded scroll_derive v0.13.1
9682026-03-23T20:44:45.080Z Downloaded prefix-trie v0.7.0
9692026-03-23T20:44:45.083Z Downloaded semver v0.1.20
9702026-03-23T20:44:45.086Z Downloaded derive_more-impl v2.1.1
9712026-03-23T20:44:45.089Z Downloaded rustversion v1.0.22
9722026-03-23T20:44:45.092Z Downloaded rusty-fork v0.3.1
9732026-03-23T20:44:45.092Z Downloaded postgres-types v0.2.12
9742026-03-23T20:44:45.095Z Downloaded serde_spanned v1.0.4
9752026-03-23T20:44:45.098Z Downloaded resolv-conf v0.7.6
9762026-03-23T20:44:45.098Z Downloaded diesel_derives v2.3.7
9772026-03-23T20:44:45.102Z Downloaded progenitor-extras v0.1.1
9782026-03-23T20:44:45.105Z Downloaded sigpipe v0.1.3
9792026-03-23T20:44:45.105Z Downloaded dropshot-api-manager v0.6.0
9802026-03-23T20:44:45.108Z Downloaded signal-hook-tokio v0.3.1
9812026-03-23T20:44:45.111Z Downloaded pin-project v1.1.11
9822026-03-23T20:44:45.117Z Downloaded signal-hook-mio v0.2.5
9832026-03-23T20:44:45.120Z Downloaded signature v2.2.0
9842026-03-23T20:44:45.120Z Downloaded rustls-native-certs v0.8.3
9852026-03-23T20:44:45.123Z Downloaded miniz_oxide v0.8.9
9862026-03-23T20:44:45.126Z Downloaded pkcs1 v0.7.5
9872026-03-23T20:44:45.129Z Downloaded sec1 v0.7.3
9882026-03-23T20:44:45.129Z Downloaded shell-words v1.1.1
9892026-03-23T20:44:45.129Z Downloaded progenitor-impl v0.10.0
9902026-03-23T20:44:45.133Z Downloaded scroll v0.13.0
9912026-03-23T20:44:45.136Z Downloaded seq-macro v0.3.6
9922026-03-23T20:44:45.136Z Downloaded siphasher v1.0.2
9932026-03-23T20:44:45.136Z Downloaded slog-envlogger v2.2.0
9942026-03-23T20:44:45.139Z Downloaded russh-keys v0.45.0
9952026-03-23T20:44:45.139Z Downloaded ssh-encoding v0.2.0
9962026-03-23T20:44:45.143Z Downloaded sqlparser_derive v0.5.0
9972026-03-23T20:44:45.143Z Downloaded serde_derive_internals v0.29.1
9982026-03-23T20:44:45.146Z Downloaded rustls-pki-types v1.14.0
9992026-03-23T20:44:45.146Z Downloaded schemars_derive v0.8.22
10002026-03-23T20:44:45.148Z Downloaded quinn-udp v0.5.14
10012026-03-23T20:44:45.148Z Downloaded hyper-util v0.1.20
10022026-03-23T20:44:45.153Z Downloaded hickory-resolver v0.25.2
10032026-03-23T20:44:45.156Z Downloaded rcgen v0.12.1
10042026-03-23T20:44:45.159Z Downloaded serde-hex v0.1.0
10052026-03-23T20:44:45.162Z Downloaded slog-bunyan v2.5.0
10062026-03-23T20:44:45.162Z Downloaded rand_seeder v0.4.0
10072026-03-23T20:44:45.165Z Downloaded rand_core v0.10.0
10082026-03-23T20:44:45.165Z Downloaded rand_chacha v0.9.0
10092026-03-23T20:44:45.168Z Downloaded r2d2 v0.8.10
10102026-03-23T20:44:45.168Z Downloaded shlex v1.3.0
10112026-03-23T20:44:45.168Z Downloaded quick-error v1.2.3
10122026-03-23T20:44:45.171Z Downloaded sct v0.7.1
10132026-03-23T20:44:45.174Z Downloaded blake3 v1.8.3
10142026-03-23T20:44:45.178Z Downloaded structmeta v0.3.0
10152026-03-23T20:44:45.181Z Downloaded strum v0.27.2
10162026-03-23T20:44:45.181Z Downloaded strum v0.26.3
10172026-03-23T20:44:45.184Z Downloaded structmeta-derive v0.3.0
10182026-03-23T20:44:45.184Z Downloaded serde_path_to_error v0.1.20
10192026-03-23T20:44:45.184Z Downloaded strip-ansi-escapes v0.2.1
10202026-03-23T20:44:45.187Z Downloaded slog-json v2.6.1
10212026-03-23T20:44:45.187Z Downloaded expectorate v1.2.0
10222026-03-23T20:44:45.190Z Downloaded oso v0.27.3
10232026-03-23T20:44:45.193Z Downloaded ssh-cipher v0.2.0
10242026-03-23T20:44:45.193Z Downloaded smf v0.2.3
10252026-03-23T20:44:45.196Z Downloaded sync_wrapper v1.0.2
10262026-03-23T20:44:45.196Z Downloaded sync-ptr v0.1.4
10272026-03-23T20:44:45.196Z Downloaded slog-term v2.9.2
10282026-03-23T20:44:45.200Z Downloaded subtle v2.6.1
10292026-03-23T20:44:45.200Z Downloaded slog-scope v4.4.1
10302026-03-23T20:44:45.202Z Downloaded supports-color v3.0.2
10312026-03-23T20:44:45.203Z Downloaded simd-adler32 v0.3.8
10322026-03-23T20:44:45.205Z Downloaded tabwriter v1.4.1
10332026-03-23T20:44:45.205Z Downloaded minimal-lexical v0.2.1
10342026-03-23T20:44:45.208Z Downloaded progenitor-impl v0.13.0
10352026-03-23T20:44:45.211Z Downloaded tap v1.0.1
10362026-03-23T20:44:45.211Z Downloaded progenitor-impl v0.11.2
10372026-03-23T20:44:45.214Z Downloaded thiserror-impl-no-std v2.0.2
10382026-03-23T20:44:45.214Z Downloaded itertools v0.10.5
10392026-03-23T20:44:45.219Z Downloaded testing_table v0.3.0
10402026-03-23T20:44:45.222Z Downloaded termtree v0.5.1
10412026-03-23T20:44:45.222Z Downloaded rustls-pemfile v1.0.4
10422026-03-23T20:44:45.225Z Downloaded omicron-zone-package v0.12.2
10432026-03-23T20:44:45.228Z Downloaded prettyplease v0.2.37
10442026-03-23T20:44:45.232Z Downloaded slog-dtrace v0.3.0
10452026-03-23T20:44:45.232Z Downloaded slog-async v2.8.0
10462026-03-23T20:44:45.235Z Downloaded smallvec v0.6.14
10472026-03-23T20:44:45.235Z Downloaded thread-id v5.1.0
10482026-03-23T20:44:45.235Z Downloaded take_mut v0.2.2
10492026-03-23T20:44:45.238Z Downloaded time-core v0.1.8
10502026-03-23T20:44:45.238Z Downloaded ryu v1.0.23
10512026-03-23T20:44:45.241Z Downloaded tagptr v0.2.0
10522026-03-23T20:44:45.241Z Downloaded static_assertions v1.1.0
10532026-03-23T20:44:45.244Z Downloaded tabled_derive v0.11.0
10542026-03-23T20:44:45.244Z Downloaded snafu-derive v0.8.9
10552026-03-23T20:44:45.247Z Downloaded slab v0.4.12
10562026-03-23T20:44:45.247Z Downloaded hashbrown v0.13.2
10572026-03-23T20:44:45.250Z Downloaded sha1 v0.10.6
10582026-03-23T20:44:45.253Z Downloaded signal-hook-registry v1.4.8
10592026-03-23T20:44:45.253Z Downloaded mio v1.1.1
10602026-03-23T20:44:45.256Z Downloaded strum_macros v0.24.3
10612026-03-23T20:44:45.259Z Downloaded nom v7.1.3
10622026-03-23T20:44:45.262Z Downloaded hickory-server v0.25.2
10632026-03-23T20:44:45.266Z Downloaded spki v0.7.3
10642026-03-23T20:44:45.269Z Downloaded num-rational v0.4.2
10652026-03-23T20:44:45.269Z Downloaded base64 v0.21.7
10662026-03-23T20:44:45.272Z Downloaded litrs v1.0.0
10672026-03-23T20:44:45.275Z Downloaded bytes v1.11.1
10682026-03-23T20:44:45.277Z Downloaded sqlformat v0.3.5
10692026-03-23T20:44:45.280Z Downloaded quinn v0.11.9
10702026-03-23T20:44:45.283Z Downloaded tinyvec_macros v0.1.1
10712026-03-23T20:44:45.283Z Downloaded serde_cbor v0.11.2
10722026-03-23T20:44:45.286Z Downloaded ignore v0.4.25
10732026-03-23T20:44:45.289Z Downloaded darling_core v0.23.0
10742026-03-23T20:44:45.292Z Downloaded iri-string v0.7.10
10752026-03-23T20:44:45.297Z Downloaded string_cache v0.8.9
10762026-03-23T20:44:45.300Z Downloaded support-bundle-viewer v0.1.2
10772026-03-23T20:44:45.300Z Downloaded rayon-core v1.13.0
10782026-03-23T20:44:45.303Z Downloaded stacker v0.1.23
10792026-03-23T20:44:45.307Z Downloaded itertools v0.12.1
10802026-03-23T20:44:45.309Z Downloaded tower-service v0.3.3
10812026-03-23T20:44:45.312Z Downloaded tower-layer v0.3.3
10822026-03-23T20:44:45.312Z Downloaded serde_with_macros v3.17.0
10832026-03-23T20:44:45.315Z Downloaded tiny-keccak v2.0.2
10842026-03-23T20:44:45.327Z Downloaded hashbrown v0.15.5
10852026-03-23T20:44:45.330Z Downloaded iddqd v0.3.17
10862026-03-23T20:44:45.330Z Downloaded topological-sort v0.2.2
10872026-03-23T20:44:45.330Z Downloaded tokio-macros v2.6.0
10882026-03-23T20:44:45.330Z Downloaded tls_codec_derive v0.4.2
10892026-03-23T20:44:45.330Z Downloaded try-lock v0.2.5
10902026-03-23T20:44:45.334Z Downloaded trait-variant v0.1.2
10912026-03-23T20:44:45.334Z Downloaded stringprep v0.1.5
10922026-03-23T20:44:45.334Z Downloaded termios v0.3.3
10932026-03-23T20:44:45.337Z Downloaded slog-stdlog v4.1.1
10942026-03-23T20:44:45.337Z Downloaded similar v2.7.0
10952026-03-23T20:44:45.339Z Downloaded ron v0.8.1
10962026-03-23T20:44:45.343Z Downloaded strum_macros v0.26.4
10972026-03-23T20:44:45.346Z Downloaded signal-hook v0.3.18
10982026-03-23T20:44:45.349Z Downloaded unarray v0.1.4
10992026-03-23T20:44:45.349Z Downloaded tokio-tungstenite v0.21.0
11002026-03-23T20:44:45.352Z Downloaded typify-macro v0.6.1
11012026-03-23T20:44:45.352Z Downloaded thiserror-no-std v2.0.2
11022026-03-23T20:44:45.355Z Downloaded untrusted v0.9.0
11032026-03-23T20:44:45.358Z Downloaded untrusted v0.7.1
11042026-03-23T20:44:45.358Z Downloaded unicode-truncate v1.1.0
11052026-03-23T20:44:45.361Z Downloaded typify-macro v0.4.3
11062026-03-23T20:44:45.361Z Downloaded pretty_assertions v1.4.1
11072026-03-23T20:44:45.364Z Downloaded rand v0.10.0
11082026-03-23T20:44:45.367Z Downloaded thread_local v1.1.9
11092026-03-23T20:44:45.367Z Downloaded hyper v1.8.1
11102026-03-23T20:44:45.371Z Downloaded usdt v0.6.0
11112026-03-23T20:44:45.374Z Downloaded tls_codec v0.4.2
11122026-03-23T20:44:45.374Z Downloaded hkdf v0.12.4
11132026-03-23T20:44:45.379Z Downloaded itertools v0.14.0
11142026-03-23T20:44:45.382Z Downloaded toml_writer v1.0.6+spec-1.1.0
11152026-03-23T20:44:45.385Z Downloaded tokio-rustls v0.25.0
11162026-03-23T20:44:45.385Z Downloaded strum_macros v0.27.2
11172026-03-23T20:44:45.387Z Downloaded utf-8 v0.7.6
11182026-03-23T20:44:45.390Z Downloaded usdt-macro v0.6.0
11192026-03-23T20:44:45.390Z Downloaded usdt-attr-macro v0.6.0
11202026-03-23T20:44:45.390Z Downloaded universal-hash v0.5.1
11212026-03-23T20:44:45.391Z Downloaded unit-prefix v0.5.2
11222026-03-23T20:44:45.394Z Downloaded rustls-webpki v0.103.9
11232026-03-23T20:44:45.397Z Downloaded aho-corasick v1.1.4
11242026-03-23T20:44:45.399Z Downloaded rand v0.8.5
11252026-03-23T20:44:45.402Z Downloaded tokio-native-tls v0.3.1
11262026-03-23T20:44:45.402Z Downloaded slog v2.8.2
11272026-03-23T20:44:45.405Z Downloaded qorb v0.4.1
11282026-03-23T20:44:45.409Z Downloaded void v1.0.2
11292026-03-23T20:44:45.412Z Downloaded term v1.2.1
11302026-03-23T20:44:45.415Z Downloaded libm v0.2.16
11312026-03-23T20:44:45.419Z Downloaded want v0.3.1
11322026-03-23T20:44:45.422Z Downloaded waitgroup v0.1.2
11332026-03-23T20:44:45.422Z Downloaded wait-timeout v0.2.1
11342026-03-23T20:44:45.422Z Downloaded tokio-rustls v0.24.1
11352026-03-23T20:44:45.425Z Downloaded bitvec v1.0.1
11362026-03-23T20:44:45.435Z Downloaded usdt-impl v0.6.0
11372026-03-23T20:44:45.438Z Downloaded futures-util v0.3.32
11382026-03-23T20:44:45.445Z Downloaded toml_parser v1.0.9+spec-1.1.0
11392026-03-23T20:44:45.448Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-03-23T20:44:45.451Z Downloaded unicase v2.9.0
11412026-03-23T20:44:45.451Z Downloaded tui-tree-widget v0.23.1
11422026-03-23T20:44:45.451Z Downloaded tracing-attributes v0.1.31
11432026-03-23T20:44:45.455Z Downloaded zone v0.3.1
11442026-03-23T20:44:45.455Z Downloaded xshell-macros v0.2.7
11452026-03-23T20:44:45.458Z Downloaded xattr v1.6.1
11462026-03-23T20:44:45.458Z Downloaded tokio-tungstenite v0.23.1
11472026-03-23T20:44:45.458Z Downloaded test-strategy v0.4.5
11482026-03-23T20:44:45.461Z Downloaded socket2 v0.6.2
11492026-03-23T20:44:45.464Z Downloaded schemars v0.9.0
11502026-03-23T20:44:45.471Z Downloaded subprocess v0.2.15
11512026-03-23T20:44:45.474Z Downloaded vergen-lib v0.1.6
11522026-03-23T20:44:45.477Z Downloaded schemars v1.2.1
11532026-03-23T20:44:45.486Z Downloaded zeroize_derive v1.4.3
11542026-03-23T20:44:45.489Z Downloaded walkdir v2.5.0
11552026-03-23T20:44:45.489Z Downloaded tar v0.4.44
11562026-03-23T20:44:45.492Z Downloaded rand v0.9.2
11572026-03-23T20:44:45.495Z Downloaded rsa v0.9.10
11582026-03-23T20:44:45.498Z Downloaded wyz v0.5.1
11592026-03-23T20:44:45.500Z Downloaded whoami v1.6.1
11602026-03-23T20:44:45.501Z Downloaded zone_cfg_derive v0.3.1
11612026-03-23T20:44:45.504Z Downloaded vergen-gitcl v1.0.8
11622026-03-23T20:44:45.504Z Downloaded toml v0.9.12+spec-1.1.0
11632026-03-23T20:44:45.506Z Downloaded samael v0.0.19
11642026-03-23T20:44:45.510Z Downloaded zeroize v1.8.2
11652026-03-23T20:44:45.512Z Downloaded xz2 v0.1.7
11662026-03-23T20:44:45.512Z Downloaded snafu v0.8.9
11672026-03-23T20:44:45.517Z Downloaded itertools v0.13.0
11682026-03-23T20:44:45.522Z Downloaded tracing-core v0.1.36
11692026-03-23T20:44:45.525Z Downloaded vergen-git2 v1.0.7
11702026-03-23T20:44:45.528Z Downloaded twox-hash v2.1.2
11712026-03-23T20:44:45.528Z Downloaded steno v0.4.1
11722026-03-23T20:44:45.531Z Downloaded typify v0.6.1
11732026-03-23T20:44:45.534Z Downloaded tokio-rustls v0.26.4
11742026-03-23T20:44:45.537Z Downloaded tinyvec v1.10.0
11752026-03-23T20:44:45.537Z Downloaded whoami v2.1.0
11762026-03-23T20:44:45.540Z Downloaded ron v0.12.0
11772026-03-23T20:44:45.544Z Downloaded rpassword v7.4.0
11782026-03-23T20:44:45.548Z Downloaded socket2 v0.5.10
11792026-03-23T20:44:45.551Z Downloaded num-bigint-dig v0.8.6
11802026-03-23T20:44:45.554Z Downloaded toml v0.7.8
11812026-03-23T20:44:45.556Z Downloaded unicode-properties v0.1.4
11822026-03-23T20:44:45.556Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-03-23T20:44:45.559Z Downloaded yasna v0.5.2
11842026-03-23T20:44:45.562Z Downloaded xshell v0.2.7
11852026-03-23T20:44:45.562Z Downloaded tokio-stream v0.1.18
11862026-03-23T20:44:45.566Z Downloaded rustyline v14.0.0
11872026-03-23T20:44:45.569Z Downloaded uzers v0.12.2
11882026-03-23T20:44:45.572Z Downloaded typify v0.4.3
11892026-03-23T20:44:45.576Z Downloaded zstd-safe v7.2.4
11902026-03-23T20:44:45.576Z Downloaded zstd v0.13.3
11912026-03-23T20:44:45.579Z Downloaded vergen v9.0.6
11922026-03-23T20:44:45.585Z Downloaded chrono v0.4.44
11932026-03-23T20:44:45.588Z Downloaded tokio-postgres v0.7.16
11942026-03-23T20:44:45.591Z Downloaded vte v0.14.1
11952026-03-23T20:44:45.591Z Downloaded tungstenite v0.21.0
11962026-03-23T20:44:45.594Z Downloaded aws-lc-rs v1.16.0
11972026-03-23T20:44:45.601Z Downloaded unicode-bidi v0.3.18
11982026-03-23T20:44:45.604Z Downloaded git2 v0.20.4
11992026-03-23T20:44:45.608Z Downloaded zerocopy v0.6.6
12002026-03-23T20:44:45.611Z Downloaded unsafe-libyaml v0.2.11
12012026-03-23T20:44:45.614Z Downloaded bindgen v0.71.1
12022026-03-23T20:44:45.618Z Downloaded zopfli v0.8.3
12032026-03-23T20:44:45.620Z Downloaded uuid v1.21.0
12042026-03-23T20:44:45.623Z Downloaded russh v0.45.0
12052026-03-23T20:44:45.626Z Downloaded reqwest v0.13.2
12062026-03-23T20:44:45.630Z Downloaded p521 v0.13.3
12072026-03-23T20:44:45.633Z Downloaded term v0.7.0
12082026-03-23T20:44:45.636Z Downloaded vsss-rs v3.3.4
12092026-03-23T20:44:45.639Z Downloaded yansi v1.0.1
12102026-03-23T20:44:45.642Z Downloaded num-bigint v0.4.6
12112026-03-23T20:44:45.646Z Downloaded tungstenite v0.23.0
12122026-03-23T20:44:45.649Z Downloaded libxml v0.3.3
12132026-03-23T20:44:45.653Z Downloaded publicsuffix v2.3.0
12142026-03-23T20:44:45.653Z Downloaded regex v1.12.3
12152026-03-23T20:44:45.656Z Downloaded time-macros v0.2.27
12162026-03-23T20:44:45.659Z Downloaded h2 v0.4.13
12172026-03-23T20:44:45.663Z Downloaded reqwest v0.12.28
12182026-03-23T20:44:45.667Z Downloaded toml_edit v0.19.15
12192026-03-23T20:44:45.680Z Downloaded rayon v1.11.0
12202026-03-23T20:44:45.686Z Downloaded spin v0.9.8
12212026-03-23T20:44:45.689Z Downloaded tower v0.5.3
12222026-03-23T20:44:45.695Z Downloaded salty v0.3.0
12232026-03-23T20:44:45.700Z Downloaded tokio-dtrace v0.1.1
12242026-03-23T20:44:45.703Z Downloaded schemars v0.8.22
12252026-03-23T20:44:45.709Z Downloaded unicode_categories v0.1.1
12262026-03-23T20:44:45.712Z Downloaded http v1.4.0
12272026-03-23T20:44:45.715Z Downloaded hashbrown v0.12.3
12282026-03-23T20:44:45.718Z Downloaded zip v0.6.6
12292026-03-23T20:44:45.721Z Downloaded zerocopy-derive v0.8.40
12302026-03-23T20:44:45.726Z Downloaded portable-atomic v1.13.1
12312026-03-23T20:44:45.732Z Downloaded serde_yaml v0.9.34+deprecated
12322026-03-23T20:44:45.735Z Downloaded rustls-platform-verifier v0.6.2
12332026-03-23T20:44:45.738Z Downloaded diff v0.1.13
12342026-03-23T20:44:45.741Z Downloaded reedline v0.40.0
12352026-03-23T20:44:45.745Z Downloaded tower-http v0.6.8
12362026-03-23T20:44:45.751Z Downloaded zip v4.6.1
12372026-03-23T20:44:45.754Z Downloaded tough v0.20.0
12382026-03-23T20:44:45.760Z Downloaded ssh-key v0.6.7
12392026-03-23T20:44:45.766Z Downloaded tokio-util v0.7.18
12402026-03-23T20:44:45.771Z Downloaded darling v0.21.3
12412026-03-23T20:44:45.775Z Downloaded base64 v0.22.1
12422026-03-23T20:44:45.777Z Downloaded olpc-cjson v0.1.4
12432026-03-23T20:44:45.780Z Downloaded num_threads v0.1.7
12442026-03-23T20:44:45.780Z Downloaded crc-any v2.5.0
12452026-03-23T20:44:45.783Z Downloaded base64ct v1.8.3
12462026-03-23T20:44:45.783Z Downloaded backon v1.6.0
12472026-03-23T20:44:45.786Z Downloaded colored v3.1.1
12482026-03-23T20:44:45.789Z Downloaded chacha20 v0.10.0
12492026-03-23T20:44:45.789Z Downloaded bumpalo v3.20.2
12502026-03-23T20:44:45.792Z Downloaded indoc v1.0.9
12512026-03-23T20:44:45.795Z Downloaded x509-cert v0.2.5
12522026-03-23T20:44:45.798Z Downloaded cipher v0.4.4
12532026-03-23T20:44:45.798Z Downloaded indent_write v2.2.0
12542026-03-23T20:44:45.801Z Downloaded httpdate v1.0.3
12552026-03-23T20:44:45.801Z Downloaded darling v0.23.0
12562026-03-23T20:44:45.804Z Downloaded defmt v1.0.1
12572026-03-23T20:44:45.807Z Downloaded futures-executor v0.3.32
12582026-03-23T20:44:45.812Z Downloaded rustls-webpki v0.101.7
12592026-03-23T20:44:45.819Z Downloaded serde_with v3.17.0
12602026-03-23T20:44:45.827Z Downloaded winnow v0.5.40
12612026-03-23T20:44:45.834Z Downloaded winnow v0.6.26
12622026-03-23T20:44:45.840Z Downloaded unicode-segmentation v1.12.0
12632026-03-23T20:44:45.843Z Downloaded goblin v0.10.5
12642026-03-23T20:44:45.848Z Downloaded unicode-normalization v0.1.25
12652026-03-23T20:44:45.851Z Downloaded p384 v0.13.1
12662026-03-23T20:44:45.855Z Downloaded object v0.30.4
12672026-03-23T20:44:45.862Z Downloaded bstr v1.12.1
12682026-03-23T20:44:45.869Z Downloaded lalrpop v0.19.12
12692026-03-23T20:44:45.877Z Downloaded proptest v1.10.0
12702026-03-23T20:44:45.884Z Downloaded regex-syntax v0.6.29
12712026-03-23T20:44:45.889Z Downloaded rustls-webpki v0.102.8
12722026-03-23T20:44:45.903Z Downloaded typed-path v0.9.3
12732026-03-23T20:44:45.907Z Downloaded petname v2.0.2
12742026-03-23T20:44:45.911Z Downloaded hickory-proto v0.24.4
12752026-03-23T20:44:45.922Z Downloaded smoltcp v0.9.1
12762026-03-23T20:44:45.930Z Downloaded zlib-rs v0.6.2
12772026-03-23T20:44:45.935Z Downloaded nix v0.31.1
12782026-03-23T20:44:45.943Z Downloaded object v0.37.3
12792026-03-23T20:44:45.952Z Downloaded vcpkg v0.2.15
12802026-03-23T20:44:45.982Z Downloaded webpki-roots v1.0.6
12812026-03-23T20:44:45.985Z Downloaded rustls v0.22.4
12822026-03-23T20:44:45.994Z Downloaded polar-core v0.27.3
12832026-03-23T20:44:46.000Z Downloaded openssl v0.10.75
12842026-03-23T20:44:46.007Z Downloaded smoltcp v0.11.0
12852026-03-23T20:44:46.016Z Downloaded regex-syntax v0.8.10
12862026-03-23T20:44:46.022Z Downloaded tabled v0.20.0
12872026-03-23T20:44:46.035Z Downloaded nix v0.27.1
12882026-03-23T20:44:46.043Z Downloaded nix v0.28.0
12892026-03-23T20:44:46.051Z Downloaded dropshot v0.16.7
12902026-03-23T20:44:46.067Z Downloaded nix v0.29.0
12912026-03-23T20:44:46.075Z Downloaded radix_trie v0.2.1
12922026-03-23T20:44:46.080Z Downloaded quinn-proto v0.11.13
12932026-03-23T20:44:46.085Z Downloaded sqlparser v0.61.0
12942026-03-23T20:44:46.092Z Downloaded hickory-proto v0.25.2
12952026-03-23T20:44:46.104Z Downloaded zerocopy v0.8.40
12962026-03-23T20:44:46.113Z Downloaded curve25519-dalek v4.1.3
12972026-03-23T20:44:46.118Z Downloaded time v0.3.47
12982026-03-23T20:44:46.127Z Downloaded typify-impl v0.6.1
12992026-03-23T20:44:46.139Z Downloaded regress v0.10.5
13002026-03-23T20:44:46.145Z Downloaded sled v0.34.7
13012026-03-23T20:44:46.152Z Downloaded diesel v2.3.7
13022026-03-23T20:44:46.168Z Downloaded rustls v0.23.37
13032026-03-23T20:44:46.176Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-03-23T20:44:46.185Z Downloaded zerocopy-derive v0.6.6
13052026-03-23T20:44:46.193Z Downloaded regex-automata v0.4.14
13062026-03-23T20:44:46.204Z Downloaded typify-impl v0.4.3
13072026-03-23T20:44:46.215Z Downloaded rustix v0.38.44
13082026-03-23T20:44:46.232Z Downloaded openapiv3 v2.2.0
13092026-03-23T20:44:46.240Z Downloaded jiff v0.2.21
13102026-03-23T20:44:46.254Z Downloaded chrono-tz v0.10.4
13112026-03-23T20:44:46.268Z Downloaded rustls v0.21.12
13122026-03-23T20:44:46.276Z Downloaded tracing v0.1.44
13132026-03-23T20:44:46.293Z Downloaded quick-xml v0.37.5
13142026-03-23T20:44:46.296Z Downloaded moka v0.12.13
13152026-03-23T20:44:46.302Z Downloaded libz-sys v1.1.24
13162026-03-23T20:44:46.320Z Downloaded ratatui v0.29.0
13172026-03-23T20:44:46.331Z Downloaded fs-err v2.11.0
13182026-03-23T20:44:46.334Z Downloaded ff v0.13.1
13192026-03-23T20:44:46.334Z Downloaded derive_builder_core v0.20.2
13202026-03-23T20:44:46.337Z Downloaded cmake v0.1.57
13212026-03-23T20:44:46.337Z Downloaded clang-sys v1.8.1
13222026-03-23T20:44:46.340Z Downloaded cancel-safe-futures v0.1.5
13232026-03-23T20:44:46.341Z Downloaded bzip2 v0.6.1
13242026-03-23T20:44:46.344Z Downloaded bzip2 v0.4.4
13252026-03-23T20:44:46.344Z Downloaded derive-ex v0.1.8
13262026-03-23T20:44:46.344Z Downloaded bit-vec v0.6.3
13272026-03-23T20:44:46.347Z Downloaded bit-vec v0.8.0
13282026-03-23T20:44:46.347Z Downloaded async-stream v0.3.6
13292026-03-23T20:44:46.347Z Downloaded hash32 v0.2.1
13302026-03-23T20:44:46.350Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13312026-03-23T20:44:46.362Z Downloaded tokio v1.49.0
13322026-03-23T20:44:46.400Z Downloaded petgraph v0.6.5
13332026-03-23T20:44:46.446Z Downloaded lzma-sys v0.1.20
13342026-03-23T20:44:46.464Z Downloaded petgraph v0.8.3
13352026-03-23T20:44:46.498Z Downloaded csv v1.4.0
13362026-03-23T20:44:46.514Z Downloaded sha3 v0.10.8
13372026-03-23T20:44:46.608Z Downloaded encoding_rs v0.8.35
13382026-03-23T20:44:46.645Z Downloaded ring v0.17.14
13392026-03-23T20:44:46.678Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-23T20:44:47.138Z Downloaded aws-lc-sys v0.37.1
13412026-03-23T20:44:47.464Z Compiling libc v0.2.180
13422026-03-23T20:44:47.467Z Compiling serde v1.0.228
13432026-03-23T20:44:47.468Z Compiling log v0.4.29
13442026-03-23T20:44:47.468Z Compiling find-msvc-tools v0.1.9
13452026-03-23T20:44:47.680Z Compiling shlex v1.3.0
13462026-03-23T20:44:47.680Z Compiling smallvec v1.15.1
13472026-03-23T20:44:47.699Z Compiling syn v2.0.117
13482026-03-23T20:44:47.703Z Compiling typenum v1.19.0
13492026-03-23T20:44:47.910Z Compiling generic-array v0.14.7
13502026-03-23T20:44:47.935Z Compiling subtle v2.6.1
13512026-03-23T20:44:47.983Z Compiling scopeguard v1.2.0
13522026-03-23T20:44:48.037Z Compiling portable-atomic v1.13.1
13532026-03-23T20:44:48.077Z Compiling const-oid v0.9.6
13542026-03-23T20:44:48.127Z Compiling lock_api v0.4.14
13552026-03-23T20:44:48.169Z Compiling critical-section v1.2.0
13562026-03-23T20:44:48.226Z Compiling zerocopy v0.8.40
13572026-03-23T20:44:48.327Z Compiling parking_lot_core v0.9.12
13582026-03-23T20:44:48.438Z Compiling serde_json v1.0.149
13592026-03-23T20:44:48.626Z Compiling pin-project-lite v0.2.17
13602026-03-23T20:44:48.805Z Compiling pkg-config v0.3.32
13612026-03-23T20:44:48.846Z Compiling getrandom v0.2.17
13622026-03-23T20:44:48.925Z Compiling jobserver v0.1.34
13632026-03-23T20:44:49.028Z Compiling rand_core v0.6.4
13642026-03-23T20:44:49.134Z Compiling errno v0.3.14
13652026-03-23T20:44:49.323Z Compiling cc v1.2.56
13662026-03-23T20:44:49.386Z Compiling once_cell v1.21.3
13672026-03-23T20:44:49.440Z Compiling signal-hook-registry v1.4.8
13682026-03-23T20:44:49.461Z Compiling parking_lot v0.12.5
13692026-03-23T20:44:49.565Z Compiling mio v1.1.1
13702026-03-23T20:44:49.583Z Compiling bitflags v2.11.0
13712026-03-23T20:44:49.661Z Compiling libm v0.2.16
13722026-03-23T20:44:49.807Z Compiling num-traits v0.2.19
13732026-03-23T20:44:49.884Z Compiling futures-core v0.3.32
13742026-03-23T20:44:49.973Z Compiling socket2 v0.6.2
13752026-03-23T20:44:50.079Z Compiling percent-encoding v2.3.2
13762026-03-23T20:44:50.232Z Compiling allocator-api2 v0.2.21
13772026-03-23T20:44:50.251Z Compiling foldhash v0.2.0
13782026-03-23T20:44:50.326Z Compiling cpufeatures v0.2.17
13792026-03-23T20:44:50.405Z Compiling futures-sink v0.3.32
13802026-03-23T20:44:50.426Z Compiling futures-io v0.3.32
13812026-03-23T20:44:50.525Z Compiling futures-channel v0.3.32
13822026-03-23T20:44:50.545Z Compiling slab v0.4.12
13832026-03-23T20:44:50.545Z Compiling futures-task v0.3.32
13842026-03-23T20:44:50.618Z Compiling hashbrown v0.16.1
13852026-03-23T20:44:50.669Z Compiling getrandom v0.4.1
13862026-03-23T20:44:50.764Z Compiling rand_core v0.10.0
13872026-03-23T20:44:50.788Z Compiling getrandom v0.3.4
13882026-03-23T20:44:50.819Z Compiling rustversion v1.0.22
13892026-03-23T20:44:50.974Z Compiling cmake v0.1.57
13902026-03-23T20:44:51.366Z Compiling indexmap v2.13.0
13912026-03-23T20:44:51.475Z Compiling form_urlencoded v1.2.2
13922026-03-23T20:44:51.499Z Compiling ident_case v1.0.1
13932026-03-23T20:44:51.652Z Compiling fs_extra v1.3.0
13942026-03-23T20:44:51.673Z Compiling base64ct v1.8.3
13952026-03-23T20:44:51.711Z Compiling dunce v1.0.5
13962026-03-23T20:44:51.850Z Compiling synstructure v0.13.2
13972026-03-23T20:44:52.045Z Compiling pem-rfc7468 v0.7.0
13982026-03-23T20:44:52.066Z Compiling aws-lc-sys v0.37.1
13992026-03-23T20:44:52.106Z Compiling flagset v0.4.7
14002026-03-23T20:44:52.247Z Compiling rand_core v0.9.5
14012026-03-23T20:44:52.269Z Compiling rustix v1.1.3
14022026-03-23T20:44:52.272Z Compiling iana-time-zone v0.1.65
14032026-03-23T20:44:52.308Z Compiling ring v0.17.14
14042026-03-23T20:44:52.457Z Compiling uuid v1.21.0
14052026-03-23T20:44:52.534Z Compiling rustc_version v0.4.1
14062026-03-23T20:44:52.599Z Compiling aws-lc-rs v1.16.0
14072026-03-23T20:44:52.694Z Compiling regex-syntax v0.8.10
14082026-03-23T20:44:52.957Z Compiling vcpkg v0.2.15
14092026-03-23T20:44:52.961Z Compiling tracing-core v0.1.36
14102026-03-23T20:44:53.373Z Compiling crossbeam-utils v0.8.21
14112026-03-23T20:44:53.714Z Compiling pest_generator v2.8.6
14122026-03-23T20:44:53.759Z Compiling serde_derive_internals v0.29.1
14132026-03-23T20:44:53.937Z Compiling openssl-sys v0.9.111
14142026-03-23T20:44:54.440Z Compiling serde_derive v1.0.228
14152026-03-23T20:44:54.605Z Compiling zeroize_derive v1.4.3
14162026-03-23T20:44:54.638Z Compiling zerofrom-derive v0.1.6
14172026-03-23T20:44:54.659Z Compiling yoke-derive v0.8.1
14182026-03-23T20:44:54.989Z Compiling zerocopy-derive v0.8.40
14192026-03-23T20:44:55.443Z Compiling zeroize v1.8.2
14202026-03-23T20:44:55.888Z Compiling zerovec-derive v0.11.2
14212026-03-23T20:44:56.221Z Compiling displaydoc v0.2.5
14222026-03-23T20:44:56.474Z Compiling crypto-common v0.1.7
14232026-03-23T20:44:56.545Z Compiling zerofrom v0.1.6
14242026-03-23T20:44:56.649Z Compiling block-buffer v0.10.4
14252026-03-23T20:44:56.699Z Compiling yoke v0.8.1
14262026-03-23T20:44:56.914Z Compiling digest v0.10.7
14272026-03-23T20:44:56.983Z Compiling tokio-macros v2.6.0
14282026-03-23T20:44:57.173Z Compiling futures-macro v0.3.32
14292026-03-23T20:44:57.231Z Compiling zerotrie v0.2.3
14302026-03-23T20:44:57.250Z Compiling hmac v0.12.1
14312026-03-23T20:44:57.436Z Compiling zerovec v0.11.5
14322026-03-23T20:44:57.455Z Compiling block-padding v0.3.3
14332026-03-23T20:44:57.627Z Compiling inout v0.1.4
14342026-03-23T20:44:57.665Z Compiling sha2 v0.10.9
14352026-03-23T20:44:57.847Z Compiling cipher v0.4.4
14362026-03-23T20:44:57.957Z Compiling der_derive v0.7.3
14372026-03-23T20:44:58.140Z Compiling tinystr v0.8.2
14382026-03-23T20:44:58.190Z Compiling potential_utf v0.1.4
14392026-03-23T20:44:58.248Z Compiling futures-util v0.3.32
14402026-03-23T20:44:58.402Z Compiling icu_locale_core v2.1.1
14412026-03-23T20:44:58.402Z Compiling icu_collections v2.1.1
14422026-03-23T20:44:59.069Z Compiling salsa20 v0.10.2
14432026-03-23T20:44:59.191Z Compiling bytes v1.11.1
14442026-03-23T20:44:59.233Z Compiling der v0.7.10
14452026-03-23T20:44:59.252Z Compiling chrono v0.4.44
14462026-03-23T20:44:59.514Z Compiling icu_provider v2.1.1
14472026-03-23T20:44:59.643Z Compiling pbkdf2 v0.12.2
14482026-03-23T20:44:59.781Z Compiling thiserror-impl v2.0.18
14492026-03-23T20:44:59.889Z Compiling tokio v1.49.0
14502026-03-23T20:45:00.022Z Compiling icu_properties v2.1.2
14512026-03-23T20:45:00.903Z Compiling icu_normalizer v2.1.1
14522026-03-23T20:45:01.138Z Compiling ppv-lite86 v0.2.21
14532026-03-23T20:45:01.317Z Compiling spki v0.7.3
14542026-03-23T20:45:01.337Z Compiling idna_adapter v1.2.1
14552026-03-23T20:45:01.505Z Compiling idna v1.1.0
14562026-03-23T20:45:01.551Z Compiling http v1.4.0
14572026-03-23T20:45:01.554Z Compiling thiserror v2.0.18
14582026-03-23T20:45:01.590Z Compiling rand_chacha v0.9.0
14592026-03-23T20:45:01.593Z Compiling scrypt v0.11.0
14602026-03-23T20:45:01.627Z Compiling cbc v0.1.2
14612026-03-23T20:45:01.691Z Compiling aes v0.8.4
14622026-03-23T20:45:01.825Z Compiling rustls-pki-types v1.14.0
14632026-03-23T20:45:01.999Z Compiling url v2.5.8
14642026-03-23T20:45:02.438Z Compiling tracing-attributes v0.1.31
14652026-03-23T20:45:02.458Z Compiling pkcs5 v0.7.1
14662026-03-23T20:45:02.497Z Compiling http-body v1.0.1
14672026-03-23T20:45:02.687Z Compiling rand v0.9.2
14682026-03-23T20:45:02.935Z Compiling base64 v0.22.1
14692026-03-23T20:45:03.082Z Compiling schemars v0.8.22
14702026-03-23T20:45:03.102Z Compiling syn v1.0.109
14712026-03-23T20:45:03.149Z Compiling openssl-probe v0.2.1
14722026-03-23T20:45:03.326Z Compiling untrusted v0.7.1
14732026-03-23T20:45:03.346Z Compiling httparse v1.10.1
14742026-03-23T20:45:03.369Z Compiling untrusted v0.9.0
14752026-03-23T20:45:03.535Z Compiling pkcs8 v0.10.2
14762026-03-23T20:45:03.562Z Compiling schemars_derive v0.8.22
14772026-03-23T20:45:03.714Z Compiling pest_derive v2.8.6
14782026-03-23T20:45:03.834Z Compiling scroll_derive v0.13.1
14792026-03-23T20:45:04.244Z Compiling darling_core v0.20.11
14802026-03-23T20:45:04.248Z Compiling tracing v0.1.44
14812026-03-23T20:45:04.605Z Compiling tower-service v0.3.3
14822026-03-23T20:45:04.624Z Compiling try-lock v0.2.5
14832026-03-23T20:45:04.723Z Compiling tinyvec_macros v0.1.1
14842026-03-23T20:45:04.756Z Compiling atomic-waker v1.1.2
14852026-03-23T20:45:04.810Z Compiling dyn-clone v1.0.20
14862026-03-23T20:45:04.880Z Compiling rustls v0.23.37
14872026-03-23T20:45:04.908Z Compiling tower-layer v0.3.3
14882026-03-23T20:45:04.984Z Compiling scroll v0.13.0
14892026-03-23T20:45:05.087Z Compiling tokio-util v0.7.18
14902026-03-23T20:45:05.108Z Compiling tinyvec v1.10.0
14912026-03-23T20:45:05.333Z Compiling want v0.3.1
14922026-03-23T20:45:05.912Z Compiling ipnet v2.11.0
14932026-03-23T20:45:05.952Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-03-23T20:45:06.445Z Compiling h2 v0.4.13
14952026-03-23T20:45:06.487Z Compiling spin v0.9.8
14962026-03-23T20:45:06.575Z Compiling aho-corasick v1.1.4
14972026-03-23T20:45:06.810Z Compiling powerfmt v0.2.0
14982026-03-23T20:45:07.079Z Compiling num-conv v0.2.0
14992026-03-23T20:45:07.099Z Compiling time-core v0.1.8
15002026-03-23T20:45:07.255Z Compiling pin-utils v0.1.0
15012026-03-23T20:45:07.296Z Compiling httpdate v1.0.3
15022026-03-23T20:45:07.347Z Compiling crc32fast v1.5.0
15032026-03-23T20:45:07.542Z Compiling darling_macro v0.20.11
15042026-03-23T20:45:07.583Z Compiling openssl v0.10.75
15052026-03-23T20:45:07.696Z Compiling foreign-types-shared v0.1.1
15062026-03-23T20:45:07.805Z Compiling foreign-types v0.3.2
15072026-03-23T20:45:07.894Z Compiling regex-automata v0.4.14
15082026-03-23T20:45:07.916Z Compiling tempfile v3.25.0
15092026-03-23T20:45:07.995Z Compiling time-macros v0.2.27
15102026-03-23T20:45:08.145Z Compiling darling v0.20.11
15112026-03-23T20:45:08.246Z Compiling deranged v0.5.8
15122026-03-23T20:45:08.997Z Compiling goblin v0.10.5
15132026-03-23T20:45:09.588Z Compiling thiserror-impl v1.0.69
15142026-03-23T20:45:10.105Z Compiling openssl-macros v0.1.1
15152026-03-23T20:45:10.597Z Compiling hyper v1.8.1
15162026-03-23T20:45:11.248Z Compiling wait-timeout v0.2.1
15172026-03-23T20:45:11.252Z Compiling either v1.15.0
15182026-03-23T20:45:11.531Z Compiling bit-vec v0.8.0
15192026-03-23T20:45:11.581Z Compiling siphasher v1.0.2
15202026-03-23T20:45:11.846Z Compiling usdt-impl v0.6.0
15212026-03-23T20:45:11.865Z Compiling native-tls v0.2.18
15222026-03-23T20:45:11.952Z Compiling num_threads v0.1.7
15232026-03-23T20:45:12.076Z Compiling quick-error v1.2.3
15242026-03-23T20:45:12.103Z Compiling simd-adler32 v0.3.8
15252026-03-23T20:45:12.176Z Compiling time v0.3.47
15262026-03-23T20:45:12.210Z Compiling rusty-fork v0.3.1
15272026-03-23T20:45:12.440Z Compiling hyper-util v0.1.20
15282026-03-23T20:45:12.629Z Compiling bit-set v0.8.0
15292026-03-23T20:45:12.737Z Compiling dof v0.4.0
15302026-03-23T20:45:12.840Z Compiling thiserror v1.0.69
15312026-03-23T20:45:13.665Z Compiling derive_builder_core v0.20.2
15322026-03-23T20:45:14.358Z Compiling unicode-normalization v0.1.25
15332026-03-23T20:45:14.571Z Compiling crossbeam-epoch v0.9.18
15342026-03-23T20:45:14.740Z Compiling dtrace-parser v0.3.0
15352026-03-23T20:45:14.839Z Compiling rustls-native-certs v0.8.3
15362026-03-23T20:45:14.956Z Compiling signature v2.2.0
15372026-03-23T20:45:14.959Z Compiling scroll_derive v0.12.1
15382026-03-23T20:45:15.001Z Compiling heapless v0.7.17
15392026-03-23T20:45:15.168Z Compiling rand_xorshift v0.4.0
15402026-03-23T20:45:15.212Z Compiling slog v2.8.2
15412026-03-23T20:45:15.296Z Compiling darling_core v0.21.3
15422026-03-23T20:45:15.358Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-23T20:45:15.434Z Compiling sync_wrapper v1.0.2
15442026-03-23T20:45:15.566Z Compiling thread-id v5.1.0
15452026-03-23T20:45:15.671Z Compiling cookie v0.18.1
15462026-03-23T20:45:15.706Z Compiling zstd-safe v7.2.4
15472026-03-23T20:45:15.790Z Compiling unicode-segmentation v1.12.0
15482026-03-23T20:45:15.830Z Compiling unicode-bidi v0.3.18
15492026-03-23T20:45:15.893Z Compiling unicode-properties v0.1.4
15502026-03-23T20:45:15.948Z Compiling paste v1.0.15
15512026-03-23T20:45:16.162Z Compiling adler2 v2.0.1
15522026-03-23T20:45:16.290Z Compiling anyhow v1.0.102
15532026-03-23T20:45:16.310Z Compiling rayon-core v1.13.0
15542026-03-23T20:45:16.329Z Compiling signal-hook v0.3.18
15552026-03-23T20:45:16.525Z Compiling unarray v0.1.4
15562026-03-23T20:45:16.645Z Compiling proptest v1.10.0
15572026-03-23T20:45:16.665Z Compiling miniz_oxide v0.8.9
15582026-03-23T20:45:16.685Z Compiling stringprep v0.1.5
15592026-03-23T20:45:17.056Z Compiling scroll v0.12.0
15602026-03-23T20:45:17.326Z Compiling tower v0.5.3
15612026-03-23T20:45:17.486Z Compiling crossbeam-deque v0.8.6
15622026-03-23T20:45:17.561Z Compiling derive_builder_macro v0.20.2
15632026-03-23T20:45:17.727Z Compiling ipnetwork v0.21.1
15642026-03-23T20:45:17.899Z Compiling http-body-util v0.1.3
15652026-03-23T20:45:17.956Z Compiling webpki-roots v1.0.6
15662026-03-23T20:45:17.999Z Compiling rand_chacha v0.3.1
15672026-03-23T20:45:18.109Z Compiling erased-serde v0.3.31
15682026-03-23T20:45:18.136Z Compiling toml_datetime v0.6.11
15692026-03-23T20:45:18.218Z Compiling serde_spanned v0.6.9
15702026-03-23T20:45:18.251Z Compiling serde_tokenstream v0.2.3
15712026-03-23T20:45:18.396Z Compiling md-5 v0.10.6
15722026-03-23T20:45:18.468Z Compiling zerocopy-derive v0.7.35
15732026-03-23T20:45:18.601Z Compiling curve25519-dalek v4.1.3
15742026-03-23T20:45:18.654Z Compiling vergen-lib v0.1.6
15752026-03-23T20:45:18.831Z Compiling num-integer v0.1.46
15762026-03-23T20:45:18.872Z Compiling hash32 v0.2.1
15772026-03-23T20:45:18.936Z Compiling darling_macro v0.21.3
15782026-03-23T20:45:19.013Z Compiling ff v0.13.1
15792026-03-23T20:45:19.033Z Compiling memoffset v0.9.1
15802026-03-23T20:45:19.118Z Compiling ref-cast v1.0.25
15812026-03-23T20:45:19.184Z Compiling psl-types v2.0.11
15822026-03-23T20:45:19.262Z Compiling smoltcp v0.9.1
15832026-03-23T20:45:19.266Z Compiling zlib-rs v0.6.2
15842026-03-23T20:45:19.339Z Compiling litrs v1.0.0
15852026-03-23T20:45:19.507Z Compiling rustix v0.38.44
15862026-03-23T20:45:19.538Z Compiling cfg_aliases v0.2.1
15872026-03-23T20:45:19.619Z Compiling ryu v1.0.23
15882026-03-23T20:45:19.638Z Compiling iri-string v0.7.10
15892026-03-23T20:45:19.703Z Compiling base16ct v0.2.0
15902026-03-23T20:45:19.851Z Compiling num-bigint-dig v0.8.6
15912026-03-23T20:45:19.926Z Compiling fallible-iterator v0.2.0
15922026-03-23T20:45:20.035Z Compiling document-features v0.2.12
15932026-03-23T20:45:20.063Z Compiling newtype-uuid v1.3.2
15942026-03-23T20:45:20.107Z Compiling sec1 v0.7.3
15952026-03-23T20:45:20.333Z Compiling postgres-protocol v0.6.10
15962026-03-23T20:45:20.462Z Compiling serde_urlencoded v0.7.1
15972026-03-23T20:45:20.514Z Compiling nix v0.31.1
15982026-03-23T20:45:20.783Z Compiling zerocopy v0.7.35
15992026-03-23T20:45:20.808Z Compiling darling v0.21.3
16002026-03-23T20:45:20.967Z Compiling publicsuffix v2.3.0
16012026-03-23T20:45:21.062Z Compiling group v0.13.0
16022026-03-23T20:45:21.123Z Compiling num-iter v0.1.45
16032026-03-23T20:45:21.273Z Compiling tower-http v0.6.8
16042026-03-23T20:45:21.563Z Compiling rand v0.8.5
16052026-03-23T20:45:21.815Z Compiling derive_builder v0.20.2
16062026-03-23T20:45:21.846Z Compiling oxnet v0.1.4
16072026-03-23T20:45:21.961Z Compiling proc-macro-error v1.0.4
16082026-03-23T20:45:22.000Z Compiling goblin v0.8.2
16092026-03-23T20:45:22.368Z Compiling tokio-native-tls v0.3.1
16102026-03-23T20:45:23.066Z Compiling heck v0.4.1
16112026-03-23T20:45:23.098Z Compiling phf_shared v0.13.1
16122026-03-23T20:45:23.358Z Compiling hubpack_derive v0.1.1
16132026-03-23T20:45:23.378Z Compiling flate2 v1.1.9
16142026-03-23T20:45:23.422Z Compiling regex v1.12.3
16152026-03-23T20:45:23.560Z Compiling lazy_static v1.5.0
16162026-03-23T20:45:23.679Z Compiling cargo-platform v0.1.9
16172026-03-23T20:45:23.890Z Compiling hkdf v0.12.4
16182026-03-23T20:45:23.932Z Compiling crypto-bigint v0.5.5
16192026-03-23T20:45:23.949Z Compiling daft-derive v0.1.5
16202026-03-23T20:45:24.025Z Compiling strum_macros v0.27.2
16212026-03-23T20:45:24.033Z Compiling ref-cast-impl v1.0.25
16222026-03-23T20:45:24.103Z Compiling async-trait v0.1.89
16232026-03-23T20:45:24.724Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-23T20:45:24.909Z Compiling terminal_size v0.4.3
16252026-03-23T20:45:25.083Z Compiling vergen v9.0.6
16262026-03-23T20:45:25.309Z Compiling fs-err v3.3.0
16272026-03-23T20:45:25.514Z Compiling ahash v0.8.12
16282026-03-23T20:45:25.544Z Compiling bumpalo v3.20.2
16292026-03-23T20:45:25.569Z Compiling object v0.37.3
16302026-03-23T20:45:25.763Z Compiling managed v0.8.0
16312026-03-23T20:45:25.867Z Compiling foldhash v0.1.5
16322026-03-23T20:45:25.904Z Compiling winnow v0.5.40
16332026-03-23T20:45:26.044Z Compiling libbz2-rs-sys v0.2.2
16342026-03-23T20:45:26.083Z Compiling bitflags v1.3.2
16352026-03-23T20:45:26.760Z Compiling strum v0.27.2
16362026-03-23T20:45:26.826Z Compiling bzip2 v0.6.1
16372026-03-23T20:45:26.934Z Compiling console v0.16.2
16382026-03-23T20:45:26.954Z Compiling hashbrown v0.15.5
16392026-03-23T20:45:26.997Z Compiling clap_builder v4.5.60
16402026-03-23T20:45:27.155Z Compiling zopfli v0.8.3
16412026-03-23T20:45:27.714Z Compiling elliptic-curve v0.13.8
16422026-03-23T20:45:27.819Z Compiling toml_edit v0.19.15
16432026-03-23T20:45:27.979Z Compiling dof v0.3.0
16442026-03-23T20:45:28.047Z Compiling daft v0.1.5
16452026-03-23T20:45:28.374Z Compiling cargo_metadata v0.19.2
16462026-03-23T20:45:28.412Z Compiling hubpack v0.1.2
16472026-03-23T20:45:28.978Z Compiling zone_cfg_derive v0.3.1
16482026-03-23T20:45:29.789Z Compiling phf v0.13.1
16492026-03-23T20:45:30.001Z Compiling signal-hook-mio v0.2.5
16502026-03-23T20:45:30.151Z Compiling zstd v0.13.3
16512026-03-23T20:45:30.501Z Compiling cookie_store v0.22.1
16522026-03-23T20:45:30.734Z Compiling hyper-tls v0.6.0
16532026-03-23T20:45:30.821Z Compiling rayon v1.11.0
16542026-03-23T20:45:31.027Z Compiling bzip2 v0.4.4
16552026-03-23T20:45:31.298Z Compiling serde_with_macros v3.17.0
16562026-03-23T20:45:31.316Z Compiling postgres-types v0.2.12
16572026-03-23T20:45:31.390Z Compiling usdt-attr-macro v0.6.0
16582026-03-23T20:45:31.594Z Compiling usdt-macro v0.6.0
16592026-03-23T20:45:32.108Z Compiling ed25519 v2.2.3
16602026-03-23T20:45:32.480Z Compiling dtrace-parser v0.2.0
16612026-03-23T20:45:32.578Z Compiling phf_shared v0.11.3
16622026-03-23T20:45:32.833Z Compiling itertools v0.12.1
16632026-03-23T20:45:32.865Z Compiling bstr v1.12.1
16642026-03-23T20:45:32.987Z Compiling pkcs1 v0.7.5
16652026-03-23T20:45:33.284Z Compiling hex v0.4.3
16662026-03-23T20:45:33.304Z Compiling serde-big-array v0.5.1
16672026-03-23T20:45:33.482Z Compiling rfc6979 v0.4.0
16682026-03-23T20:45:33.536Z Compiling strum_macros v0.26.4
16692026-03-23T20:45:33.557Z Compiling clap_derive v4.5.55
16702026-03-23T20:45:33.635Z Compiling enum-as-inner v0.6.1
16712026-03-23T20:45:33.656Z Compiling serde_repr v0.1.20
16722026-03-23T20:45:33.765Z Compiling float-cmp v0.10.0
16732026-03-23T20:45:33.937Z Compiling thread-id v4.2.2
16742026-03-23T20:45:34.045Z Compiling memmap2 v0.9.10
16752026-03-23T20:45:34.305Z Compiling env_filter v1.0.0
16762026-03-23T20:45:34.329Z Compiling encoding_rs v0.8.35
16772026-03-23T20:45:34.355Z Compiling whoami v2.1.0
16782026-03-23T20:45:34.473Z Compiling fixedbitset v0.4.2
16792026-03-23T20:45:34.708Z Compiling data-encoding v2.10.0
16802026-03-23T20:45:34.760Z Compiling jiff v0.2.21
16812026-03-23T20:45:34.864Z Compiling normalize-line-endings v0.3.0
16822026-03-23T20:45:34.984Z Compiling rustc-hash v2.1.1
16832026-03-23T20:45:35.142Z Compiling unit-prefix v0.5.2
16842026-03-23T20:45:35.331Z Compiling precomputed-hash v0.1.1
16852026-03-23T20:45:35.445Z Compiling difflib v0.4.0
16862026-03-23T20:45:35.690Z Compiling mime v0.3.17
16872026-03-23T20:45:35.965Z Compiling new_debug_unreachable v1.0.6
16882026-03-23T20:45:35.995Z Compiling predicates-core v1.0.10
16892026-03-23T20:45:35.999Z Compiling fixedbitset v0.5.7
16902026-03-23T20:45:36.036Z Compiling keccak v0.1.6
16912026-03-23T20:45:36.056Z Compiling static_assertions v1.1.0
16922026-03-23T20:45:36.153Z Compiling predicates v3.1.4
16932026-03-23T20:45:36.223Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-23T20:45:36.226Z Compiling string_cache v0.8.9
16952026-03-23T20:45:36.374Z Compiling petgraph v0.8.3
16962026-03-23T20:45:36.419Z Compiling sha3 v0.10.8
16972026-03-23T20:45:36.529Z Compiling clap v4.5.60
16982026-03-23T20:45:36.632Z Compiling strum v0.26.3
16992026-03-23T20:45:36.855Z Compiling toml_edit v0.22.27
17002026-03-23T20:45:37.019Z Compiling indicatif v0.18.4
17012026-03-23T20:45:37.080Z Compiling iddqd v0.3.17
17022026-03-23T20:45:37.203Z Compiling hickory-proto v0.25.2
17032026-03-23T20:45:38.177Z Compiling petgraph v0.6.5
17042026-03-23T20:45:38.638Z Compiling zip v4.6.1
17052026-03-23T20:45:39.078Z Compiling tokio-postgres v0.7.16
17062026-03-23T20:45:39.933Z Compiling env_logger v0.11.9
17072026-03-23T20:45:40.048Z Compiling zone v0.3.1
17082026-03-23T20:45:40.207Z Compiling usdt v0.6.0
17092026-03-23T20:45:40.408Z Compiling usdt-impl v0.5.0
17102026-03-23T20:45:40.538Z Compiling ecdsa v0.16.9
17112026-03-23T20:45:40.710Z Compiling serde_with v3.17.0
17122026-03-23T20:45:40.730Z Compiling similar v2.7.0
17132026-03-23T20:45:40.972Z Compiling rsa v0.9.10
17142026-03-23T20:45:41.055Z Compiling crossterm v0.28.1
17152026-03-23T20:45:41.177Z Compiling ed25519-dalek v2.2.0
17162026-03-23T20:45:42.043Z Compiling zip v0.6.6
17172026-03-23T20:45:42.648Z Compiling toml v0.7.8
17182026-03-23T20:45:43.208Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-23T20:45:43.378Z Compiling itertools v0.13.0
17202026-03-23T20:45:43.491Z Compiling tokio-stream v0.1.18
17212026-03-23T20:45:43.730Z Compiling buf-list v1.1.2
17222026-03-23T20:45:43.959Z Compiling x509-cert v0.2.5
17232026-03-23T20:45:44.076Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-23T20:45:44.096Z Compiling openapiv3 v2.2.0
17252026-03-23T20:45:44.115Z Compiling sha1 v0.10.6
17262026-03-23T20:45:44.402Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-23T20:45:44.478Z Compiling peg-runtime v0.8.5
17282026-03-23T20:45:44.790Z Compiling lalrpop-util v0.19.12
17292026-03-23T20:45:44.843Z Compiling thread_local v1.1.9
17302026-03-23T20:45:45.037Z Compiling slog-async v2.8.0
17312026-03-23T20:45:45.077Z Compiling crossbeam-channel v0.5.15
17322026-03-23T20:45:45.168Z Compiling futures-executor v0.3.32
17332026-03-23T20:45:45.207Z Compiling filetime v0.2.27
17342026-03-23T20:45:45.428Z Compiling is-terminal v0.4.17
17352026-03-23T20:45:45.448Z Compiling take_mut v0.2.2
17362026-03-23T20:45:45.507Z Compiling term v1.2.1
17372026-03-23T20:45:45.547Z Compiling xattr v1.6.1
17382026-03-23T20:45:45.703Z Compiling tar v0.4.44
17392026-03-23T20:45:45.765Z Compiling futures v0.3.32
17402026-03-23T20:45:46.209Z Compiling slog-term v2.9.2
17412026-03-23T20:45:52.955Z Compiling rustls-webpki v0.103.9
17422026-03-23T20:45:56.981Z Compiling tokio-rustls v0.26.4
17432026-03-23T20:45:56.981Z Compiling rustls-platform-verifier v0.6.2
17442026-03-23T20:45:57.236Z Compiling hyper-rustls v0.27.7
17452026-03-23T20:45:57.505Z Compiling reqwest v0.12.28
17462026-03-23T20:45:57.523Z Compiling reqwest v0.13.2
17472026-03-23T20:46:00.502Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-23T20:46:00.776Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-23T20:46:04.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-23T20:46:04.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-23T20:46:04.833ZMar 23 20:46:04.279 INFO Starting download, target: DendriteStub
17522026-03-23T20:46:04.833ZMar 23 20:46:04.279 INFO Starting download, target: Cockroach
17532026-03-23T20:46:04.833ZMar 23 20:46:04.279 INFO Starting download, target: Clickhouse
17542026-03-23T20:46:04.834ZMar 23 20:46:04.279 INFO Starting download, target: Console
17552026-03-23T20:46:04.834ZMar 23 20:46:04.279 INFO Starting download, target: MaghemiteMgd
17562026-03-23T20:46:04.834ZMar 23 20:46:04.279 INFO Starting download, target: TransceiverControl
17572026-03-23T20:46:04.837ZMar 23 20:46:04.279 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-23T20:46:04.837ZMar 23 20:46:04.279 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-23T20:46:04.837ZMar 23 20:46:04.279 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-23T20:46:04.837ZMar 23 20:46:04.279 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-23T20:46:04.837ZMar 23 20:46:04.279 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-23T20:46:04.837ZMar 23 20:46:04.279 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-23T20:46:05.255ZMar 23 20:46:04.687 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-23T20:46:05.581ZMar 23 20:46:05.024 INFO Download complete, target: TransceiverControl
17652026-03-23T20:46:05.902ZMar 23 20:46:05.343 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-23T20:46:06.280ZMar 23 20:46:05.718 INFO Download complete, target: Console
17672026-03-23T20:46:06.455ZMar 23 20:46:05.899 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-23T20:46:06.659ZMar 23 20:46:06.101 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-23T20:46:07.252ZMar 23 20:46:06.696 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-23T20:46:07.361ZMar 23 20:46:06.805 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-23T20:46:07.361ZMar 23 20:46:06.805 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-23T20:46:10.068ZMar 23 20:46:09.511 INFO Download complete, target: DendriteStub
17732026-03-23T20:46:10.298ZMar 23 20:46:09.740 INFO Download complete, target: MaghemiteMgd
17742026-03-23T20:46:14.988ZMar 23 20:46:14.427 INFO Checking that binary works, target: Cockroach
17752026-03-23T20:46:15.099ZMar 23 20:46:14.538 INFO Download complete, target: Cockroach
17762026-03-23T20:46:18.507ZMar 23 20:46:17.944 INFO Checking that binary works, target: Clickhouse
17772026-03-23T20:46:18.661ZMar 23 20:46:18.098 INFO Download complete, target: Clickhouse
17782026-03-23T20:46:18.679ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-23T20:46:18.682Z
17802026-03-23T20:46:18.682Zreal 3:59.456761625
17812026-03-23T20:46:18.682Zuser 10:25.180798461
17822026-03-23T20:46:18.682Zsys 1:48.057108202
17832026-03-23T20:46:18.682Ztrap 0.310731248
17842026-03-23T20:46:18.682Ztflt 0.612422470
17852026-03-23T20:46:18.682Zdflt 0.631635546
17862026-03-23T20:46:18.682Zkflt 0.025083208
17872026-03-23T20:46:18.682Zlock 30:20.076379359
17882026-03-23T20:46:18.682Zslp 29:11.824261440
17892026-03-23T20:46:18.682Zlat 53.442949721
17902026-03-23T20:46:18.682Zstop 2:39.496646999
17912026-03-23T20:46:18.682Z+ banner clippy
17922026-03-23T20:46:18.683Z
17932026-03-23T20:46:18.683Z #### # # ##### ##### # #
17942026-03-23T20:46:18.683Z # # # # # # # # # #
17952026-03-23T20:46:18.683Z # # # # # # # #
17962026-03-23T20:46:18.683Z # # # ##### ##### #
17972026-03-23T20:46:18.683Z # # # # # # #
17982026-03-23T20:46:18.683Z #### ###### # # # #
17992026-03-23T20:46:18.683Z
18002026-03-23T20:46:18.683Z+ export CARGO_INCREMENTAL=0
18012026-03-23T20:46:18.683Z+ CARGO_INCREMENTAL=0
18022026-03-23T20:46:18.683Z+ ptime -m cargo xtask clippy
18032026-03-23T20:46:19.405Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-23T20:46:19.683Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-23T20:46:22.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18062026-03-23T20:46:22.288Z Running `target/debug/xtask clippy`
18072026-03-23T20:46:22.316Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-23T20:46:23.124Z Downloading crates ...
18092026-03-23T20:46:23.390Z Downloaded addr2line v0.25.1
18102026-03-23T20:46:23.399Z Downloaded approx v0.5.1
18112026-03-23T20:46:23.402Z Downloaded cargo_metadata v0.23.1
18122026-03-23T20:46:23.405Z Downloaded anes v0.1.6
18132026-03-23T20:46:23.408Z Downloaded cast v0.3.0
18142026-03-23T20:46:23.414Z Downloaded plotters-svg v0.3.7
18152026-03-23T20:46:23.418Z Downloaded target-triple v1.0.0
18162026-03-23T20:46:23.425Z Downloaded nested v0.1.1
18172026-03-23T20:46:23.428Z Downloaded similar-asserts v1.7.0
18182026-03-23T20:46:23.433Z Downloaded supports-unicode v2.1.0
18192026-03-23T20:46:23.436Z Downloaded event-listener-strategy v0.5.4
18202026-03-23T20:46:23.436Z Downloaded guppy-workspace-hack v0.1.0
18212026-03-23T20:46:23.440Z Downloaded supports-hyperlinks v2.1.0
18222026-03-23T20:46:23.443Z Downloaded relative-path v1.9.3
18232026-03-23T20:46:23.443Z Downloaded constant_time_eq v0.3.1
18242026-03-23T20:46:23.443Z Downloaded knuffel-derive v3.2.0
18252026-03-23T20:46:23.447Z Downloaded async-lock v3.4.2
18262026-03-23T20:46:23.450Z Downloaded rust-argon2 v2.1.0
18272026-03-23T20:46:23.453Z Downloaded blake2b_simd v1.0.4
18282026-03-23T20:46:23.453Z Downloaded assert_cmd v2.1.2
18292026-03-23T20:46:23.457Z Downloaded miette-derive v5.10.0
18302026-03-23T20:46:23.459Z Downloaded pathdiff v0.2.3
18312026-03-23T20:46:23.459Z Downloaded serde_regex v1.1.0
18322026-03-23T20:46:23.462Z Downloaded parking v2.2.1
18332026-03-23T20:46:23.462Z Downloaded cargo-platform v0.3.2
18342026-03-23T20:46:23.465Z Downloaded tinytemplate v1.2.1
18352026-03-23T20:46:23.465Z Downloaded owo-colors v3.5.0
18362026-03-23T20:46:23.465Z Downloaded oorandom v11.1.5
18372026-03-23T20:46:23.468Z Downloaded backtrace-ext v0.2.1
18382026-03-23T20:46:23.474Z Downloaded partial-io v0.5.4
18392026-03-23T20:46:23.482Z Downloaded termcolor v1.4.1
18402026-03-23T20:46:23.487Z Downloaded escape8259 v0.5.3
18412026-03-23T20:46:23.492Z Downloaded async-object-pool v0.2.0
18422026-03-23T20:46:23.495Z Downloaded supports-color v2.1.0
18432026-03-23T20:46:23.500Z Downloaded linkme-impl v0.3.35
18442026-03-23T20:46:23.504Z Downloaded terminal_size v0.1.17
18452026-03-23T20:46:23.513Z Downloaded concurrent-queue v2.5.0
18462026-03-23T20:46:23.516Z Downloaded knuffel v3.2.0
18472026-03-23T20:46:23.519Z Downloaded trybuild v1.0.116
18482026-03-23T20:46:23.522Z Downloaded plotters-backend v0.3.7
18492026-03-23T20:46:23.522Z Downloaded libtest-mimic v0.8.1
18502026-03-23T20:46:23.524Z Downloaded rand_distr v0.5.1
18512026-03-23T20:46:23.527Z Downloaded path-tree v0.8.3
18522026-03-23T20:46:23.527Z Downloaded assert-json-diff v2.0.2
18532026-03-23T20:46:23.530Z Downloaded rustc-demangle v0.1.27
18542026-03-23T20:46:23.530Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18552026-03-23T20:46:23.533Z Downloaded stringmetrics v2.2.2
18562026-03-23T20:46:23.537Z Downloaded futures-timer v3.0.3
18572026-03-23T20:46:23.540Z Downloaded cfg-expr v0.20.6
18582026-03-23T20:46:23.544Z Downloaded criterion-plot v0.6.0
18592026-03-23T20:46:23.547Z Downloaded linkme v0.3.35
18602026-03-23T20:46:23.550Z Downloaded backtrace v0.3.76
18612026-03-23T20:46:23.553Z Downloaded target-lexicon v0.13.3
18622026-03-23T20:46:23.556Z Downloaded httptest v0.16.4
18632026-03-23T20:46:23.560Z Downloaded datatest-stable v0.3.3
18642026-03-23T20:46:23.560Z Downloaded target-spec v3.5.7
18652026-03-23T20:46:23.562Z Downloaded event-listener v5.4.1
18662026-03-23T20:46:23.581Z Downloaded toml v1.0.3+spec-1.1.0
18672026-03-23T20:46:23.584Z Downloaded textwrap v0.15.2
18682026-03-23T20:46:23.587Z Downloaded rstest_macros v0.25.0
18692026-03-23T20:46:23.593Z Downloaded miette v5.10.0
18702026-03-23T20:46:23.597Z Downloaded fancy-regex v0.14.0
18712026-03-23T20:46:23.600Z Downloaded chumsky v0.9.3
18722026-03-23T20:46:23.603Z Downloaded rstest v0.25.0
18732026-03-23T20:46:23.617Z Downloaded criterion v0.7.0
18742026-03-23T20:46:23.622Z Downloaded hashbrown v0.14.5
18752026-03-23T20:46:23.626Z Downloaded plotters v0.3.7
18762026-03-23T20:46:23.631Z Downloaded guppy v0.17.25
18772026-03-23T20:46:23.641Z Downloaded gimli v0.32.3
18782026-03-23T20:46:23.760Z Downloaded httpmock v0.8.3
18792026-03-23T20:46:25.958Z Checking cfg-if v1.0.4
18802026-03-23T20:46:26.372Z Checking libc v0.2.180
18812026-03-23T20:46:26.376Z Checking serde_core v1.0.228
18822026-03-23T20:46:26.471Z Checking memchr v2.8.0
18832026-03-23T20:46:26.520Z Checking smallvec v1.15.1
18842026-03-23T20:46:26.569Z Checking itoa v1.0.17
18852026-03-23T20:46:26.617Z Checking log v0.4.29
18862026-03-23T20:46:26.678Z Checking zeroize v1.8.2
18872026-03-23T20:46:26.681Z Checking libm v0.2.16
18882026-03-23T20:46:26.793Z Checking stable_deref_trait v1.2.1
18892026-03-23T20:46:26.793Z Checking scopeguard v1.2.0
18902026-03-23T20:46:26.895Z Checking zmij v1.0.21
18912026-03-23T20:46:26.946Z Checking zerofrom v0.1.6
18922026-03-23T20:46:26.999Z Checking percent-encoding v2.3.2
18932026-03-23T20:46:27.050Z Checking lock_api v0.4.14
18942026-03-23T20:46:27.093Z Checking errno v0.3.14
18952026-03-23T20:46:27.093Z Checking getrandom v0.2.17
18962026-03-23T20:46:27.144Z Checking yoke v0.8.1
18972026-03-23T20:46:27.235Z Checking litemap v0.8.1
18982026-03-23T20:46:27.238Z Checking writeable v0.6.2
18992026-03-23T20:46:27.333Z Checking icu_normalizer_data v2.1.1
19002026-03-23T20:46:27.333Z Checking icu_properties_data v2.1.2
19012026-03-23T20:46:27.428Z Checking form_urlencoded v1.2.2
19022026-03-23T20:46:27.477Z Checking zerovec v0.11.5
19032026-03-23T20:46:27.477Z Checking zerotrie v0.2.3
19042026-03-23T20:46:27.571Z Checking utf8_iter v1.0.4
19052026-03-23T20:46:27.571Z Checking subtle v2.6.1
19062026-03-23T20:46:27.667Z Checking rand_core v0.10.0
19072026-03-23T20:46:27.670Z Checking rand_core v0.6.4
19082026-03-23T20:46:27.762Z Checking num-traits v0.2.19
19092026-03-23T20:46:27.810Z Checking portable-atomic v1.13.1
19102026-03-23T20:46:27.813Z Checking pin-project-lite v0.2.17
19112026-03-23T20:46:27.903Z Checking getrandom v0.4.1
19122026-03-23T20:46:27.907Z Checking zerocopy v0.8.40
19132026-03-23T20:46:28.000Z Checking critical-section v1.2.0
19142026-03-23T20:46:28.049Z Checking parking_lot_core v0.9.12
19152026-03-23T20:46:28.134Z Checking signal-hook-registry v1.4.8
19162026-03-23T20:46:28.185Z Checking tinystr v0.8.2
19172026-03-23T20:46:28.185Z Checking potential_utf v0.1.4
19182026-03-23T20:46:28.323Z Checking parking_lot v0.12.5
19192026-03-23T20:46:28.383Z Checking mio v1.1.1
19202026-03-23T20:46:28.435Z Checking icu_collections v2.1.1
19212026-03-23T20:46:28.481Z Checking icu_locale_core v2.1.1
19222026-03-23T20:46:28.485Z Checking once_cell v1.21.3
19232026-03-23T20:46:28.591Z Checking typenum v1.19.0
19242026-03-23T20:46:28.642Z Checking serde v1.0.228
19252026-03-23T20:46:28.642Z Checking serde_json v1.0.149
19262026-03-23T20:46:28.793Z Checking bitflags v2.11.0
19272026-03-23T20:46:28.842Z Checking iana-time-zone v0.1.65
19282026-03-23T20:46:28.894Z Checking socket2 v0.6.2
19292026-03-23T20:46:29.026Z Checking semver v1.0.27
19302026-03-23T20:46:29.077Z Checking uuid v1.21.0
19312026-03-23T20:46:29.264Z Checking thiserror v2.0.18
19322026-03-23T20:46:29.316Z Checking bytes v1.11.1
19332026-03-23T20:46:30.332Z Checking icu_provider v2.1.1
19342026-03-23T20:46:30.335Z Checking chrono v0.4.44
19352026-03-23T20:46:30.335Z Checking generic-array v0.14.7
19362026-03-23T20:46:30.335Z Checking allocator-api2 v0.2.21
19372026-03-23T20:46:30.335Z Checking futures-core v0.3.32
19382026-03-23T20:46:30.335Z Checking dyn-clone v1.0.20
19392026-03-23T20:46:30.335Z Checking icu_properties v2.1.2
19402026-03-23T20:46:30.335Z Checking icu_normalizer v2.1.1
19412026-03-23T20:46:30.335Z Checking equivalent v1.0.2
19422026-03-23T20:46:30.335Z Checking const-oid v0.9.6
19432026-03-23T20:46:30.335Z Checking tokio v1.49.0
19442026-03-23T20:46:30.335Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-23T20:46:30.335Z Checking crypto-common v0.1.7
19462026-03-23T20:46:30.335Z Checking foldhash v0.2.0
19472026-03-23T20:46:30.335Z Checking block-buffer v0.10.4
19482026-03-23T20:46:30.435Z Checking hashbrown v0.16.1
19492026-03-23T20:46:30.499Z Checking futures-sink v0.3.32
19502026-03-23T20:46:30.550Z Checking byteorder v1.5.0
19512026-03-23T20:46:30.604Z Checking rustix v1.1.3
19522026-03-23T20:46:30.667Z Checking futures-channel v0.3.32
19532026-03-23T20:46:30.860Z Checking futures-task v0.3.32
19542026-03-23T20:46:30.909Z Checking idna_adapter v1.2.1
19552026-03-23T20:46:30.965Z Checking futures-io v0.3.32
19562026-03-23T20:46:31.012Z Checking digest v0.10.7
19572026-03-23T20:46:31.076Z Checking slab v0.4.12
19582026-03-23T20:46:31.125Z Checking idna v1.1.0
19592026-03-23T20:46:31.174Z Checking cpufeatures v0.2.17
19602026-03-23T20:46:31.177Z Checking indexmap v2.13.0
19612026-03-23T20:46:31.301Z Checking thiserror v1.0.69
19622026-03-23T20:46:31.351Z Checking futures-util v0.3.32
19632026-03-23T20:46:31.354Z Checking getrandom v0.3.4
19642026-03-23T20:46:31.467Z Checking fnv v1.0.7
19652026-03-23T20:46:31.516Z Checking url v2.5.8
19662026-03-23T20:46:31.620Z Checking regex-syntax v0.8.10
19672026-03-23T20:46:31.669Z Checking base64 v0.22.1
19682026-03-23T20:46:31.882Z Checking http v1.4.0
19692026-03-23T20:46:32.025Z Checking tracing-core v0.1.36
19702026-03-23T20:46:32.078Z Checking unicode-ident v1.0.24
19712026-03-23T20:46:32.082Z Checking ppv-lite86 v0.2.21
19722026-03-23T20:46:32.172Z Checking schemars v0.8.22
19732026-03-23T20:46:32.253Z Checking ipnet v2.11.0
19742026-03-23T20:46:32.475Z Checking tracing v0.1.44
19752026-03-23T20:46:32.568Z Checking proc-macro2 v1.0.106
19762026-03-23T20:46:32.629Z Checking utf8parse v0.2.2
19772026-03-23T20:46:32.693Z Checking anstyle v1.0.13
19782026-03-23T20:46:32.780Z Checking untrusted v0.9.0
19792026-03-23T20:46:32.827Z Checking aho-corasick v1.1.4
19802026-03-23T20:46:32.955Z Checking ring v0.17.14
19812026-03-23T20:46:33.004Z Checking anstyle-parse v0.2.7
19822026-03-23T20:46:33.053Z Checking quote v1.0.44
19832026-03-23T20:46:33.118Z Checking anstyle-query v1.1.5
19842026-03-23T20:46:33.231Z Checking colorchoice v1.0.4
19852026-03-23T20:46:33.279Z Checking base64ct v1.8.3
19862026-03-23T20:46:33.327Z Checking syn v2.0.117
19872026-03-23T20:46:33.394Z Checking is_terminal_polyfill v1.70.2
19882026-03-23T20:46:33.476Z Checking block-padding v0.3.3
19892026-03-23T20:46:33.544Z Checking anstream v0.6.21
19902026-03-23T20:46:33.622Z Checking rustls-pki-types v1.14.0
19912026-03-23T20:46:33.684Z Checking httparse v1.10.1
19922026-03-23T20:46:33.797Z Checking regex-automata v0.4.14
19932026-03-23T20:46:33.848Z Checking inout v0.1.4
19942026-03-23T20:46:34.004Z Checking terminal_size v0.4.3
19952026-03-23T20:46:34.059Z Checking crossbeam-utils v0.8.21
19962026-03-23T20:46:34.063Z Checking strsim v0.11.1
19972026-03-23T20:46:34.156Z Checking cipher v0.4.4
19982026-03-23T20:46:34.203Z Checking clap_lex v1.0.0
19992026-03-23T20:46:34.348Z Checking http-body v1.0.1
20002026-03-23T20:46:34.398Z Checking rand_core v0.9.5
20012026-03-23T20:46:34.449Z Checking clap_builder v4.5.60
20022026-03-23T20:46:34.452Z Checking tokio-util v0.7.18
20032026-03-23T20:46:34.544Z Checking sha2 v0.10.9
20042026-03-23T20:46:34.590Z Checking atomic-waker v1.1.2
20052026-03-23T20:46:34.637Z Checking pem-rfc7468 v0.7.0
20062026-03-23T20:46:34.687Z Checking try-lock v0.2.5
20072026-03-23T20:46:34.755Z Checking httpdate v1.0.3
20082026-03-23T20:46:34.847Z Checking want v0.3.1
20092026-03-23T20:46:34.896Z Checking hmac v0.12.1
20102026-03-23T20:46:34.945Z Checking tower-layer v0.3.3
20112026-03-23T20:46:34.996Z Checking pin-utils v0.1.0
20122026-03-23T20:46:35.044Z Checking ryu v1.0.23
20132026-03-23T20:46:35.101Z Checking tower-service v0.3.3
20142026-03-23T20:46:35.149Z Checking rand_chacha v0.9.0
20152026-03-23T20:46:35.196Z Checking erased-serde v0.3.31
20162026-03-23T20:46:35.249Z Checking flagset v0.4.7
20172026-03-23T20:46:35.298Z Checking powerfmt v0.2.0
20182026-03-23T20:46:35.351Z Checking h2 v0.4.13
20192026-03-23T20:46:35.444Z Checking der v0.7.10
20202026-03-23T20:46:35.447Z Checking rand v0.9.2
20212026-03-23T20:46:35.538Z Checking deranged v0.5.8
20222026-03-23T20:46:35.806Z Checking slog v2.8.2
20232026-03-23T20:46:36.181Z Checking spin v0.9.8
20242026-03-23T20:46:36.231Z Checking anyhow v1.0.102
20252026-03-23T20:46:36.234Z Checking clap v4.5.60
20262026-03-23T20:46:36.367Z Checking num_threads v0.1.7
20272026-03-23T20:46:36.430Z Checking num-conv v0.2.0
20282026-03-23T20:46:36.481Z Checking time-core v0.1.8
20292026-03-23T20:46:36.532Z Checking http-body-util v0.1.3
20302026-03-23T20:46:36.535Z Checking aws-lc-sys v0.37.1
20312026-03-23T20:46:36.629Z Checking untrusted v0.7.1
20322026-03-23T20:46:36.632Z Checking openssl-probe v0.2.1
20332026-03-23T20:46:36.672Z Checking regex v1.12.3
20342026-03-23T20:46:36.768Z Checking serde_urlencoded v0.7.1
20352026-03-23T20:46:36.818Z Checking rand_chacha v0.3.1
20362026-03-23T20:46:36.867Z Checking fastrand v2.3.0
20372026-03-23T20:46:36.871Z Checking spki v0.7.3
20382026-03-23T20:46:36.961Z Checking time v0.3.47
20392026-03-23T20:46:37.072Z Checking pbkdf2 v0.12.2
20402026-03-23T20:46:37.123Z Checking aes v0.8.4
20412026-03-23T20:46:37.123Z Checking rand v0.8.5
20422026-03-23T20:46:37.218Z Checking pretty-hex v0.4.1
20432026-03-23T20:46:37.223Z Checking unicode-width v0.2.0
20442026-03-23T20:46:37.312Z Checking salsa20 v0.10.2
20452026-03-23T20:46:37.362Z Checking aws-lc-rs v1.16.0
20462026-03-23T20:46:37.411Z Checking cbc v0.1.2
20472026-03-23T20:46:37.518Z Checking ipnetwork v0.21.1
20482026-03-23T20:46:37.609Z Checking hex v0.4.3
20492026-03-23T20:46:37.658Z Checking scrypt v0.11.0
20502026-03-23T20:46:37.706Z Checking tempfile v3.25.0
20512026-03-23T20:46:37.845Z Checking rustls-native-certs v0.8.3
20522026-03-23T20:46:37.894Z Checking sync_wrapper v1.0.2
20532026-03-23T20:46:37.944Z Checking plain v0.2.3
20542026-03-23T20:46:37.993Z Checking pkcs5 v0.7.1
20552026-03-23T20:46:38.042Z Checking webpki-roots v1.0.6
20562026-03-23T20:46:38.091Z Checking camino v1.2.2
20572026-03-23T20:46:38.095Z Checking tower v0.5.3
20582026-03-23T20:46:38.186Z Checking iri-string v0.7.10
20592026-03-23T20:46:38.235Z Checking ucd-trie v0.1.7
20602026-03-23T20:46:38.362Z Checking pkcs8 v0.10.2
20612026-03-23T20:46:38.441Z Checking pest v2.8.6
20622026-03-23T20:46:38.492Z Checking openapiv3 v2.2.0
20632026-03-23T20:46:38.554Z Checking either v1.15.0
20642026-03-23T20:46:38.605Z Checking rustls-webpki v0.103.9
20652026-03-23T20:46:38.654Z Checking mime v0.3.17
20662026-03-23T20:46:38.702Z Checking winnow v0.7.14
20672026-03-23T20:46:38.842Z Checking oxnet v0.1.4
20682026-03-23T20:46:38.920Z Checking lazy_static v1.5.0
20692026-03-23T20:46:39.063Z Checking hyper v1.8.1
20702026-03-23T20:46:39.066Z Checking static_assertions v1.1.0
20712026-03-23T20:46:39.186Z Checking signature v2.2.0
20722026-03-23T20:46:39.234Z Checking rustls v0.23.37
20732026-03-23T20:46:39.284Z Checking encoding_rs v0.8.35
20742026-03-23T20:46:39.391Z Checking foreign-types-shared v0.1.1
20752026-03-23T20:46:39.538Z Checking simd-adler32 v0.3.8
20762026-03-23T20:46:39.688Z Checking tower-http v0.6.8
20772026-03-23T20:46:39.803Z Checking foreign-types v0.3.2
20782026-03-23T20:46:39.931Z Checking hubpack v0.1.2
20792026-03-23T20:46:39.982Z Checking openssl-sys v0.9.111
20802026-03-23T20:46:40.102Z Checking adler2 v2.0.1
20812026-03-23T20:46:40.190Z Checking sha1 v0.10.6
20822026-03-23T20:46:40.276Z Checking miniz_oxide v0.8.9
20832026-03-23T20:46:40.327Z Checking hyper-util v0.1.20
20842026-03-23T20:46:40.380Z Checking strum v0.26.3
20852026-03-23T20:46:40.383Z Checking data-encoding v2.10.0
20862026-03-23T20:46:40.476Z Checking tinyvec_macros v0.1.1
20872026-03-23T20:46:40.557Z Checking serde_spanned v0.6.9
20882026-03-23T20:46:40.609Z Checking tinyvec v1.10.0
20892026-03-23T20:46:40.656Z Checking toml_datetime v0.6.11
20902026-03-23T20:46:40.659Z Checking openssl v0.10.75
20912026-03-23T20:46:40.756Z Checking num-integer v0.1.46
20922026-03-23T20:46:40.805Z Checking scroll v0.13.0
20932026-03-23T20:46:40.853Z Checking memmap2 v0.9.10
20942026-03-23T20:46:40.928Z Checking bit-vec v0.8.0
20952026-03-23T20:46:41.074Z Checking base16ct v0.2.0
20962026-03-23T20:46:41.123Z Checking dtrace-parser v0.3.0
20972026-03-23T20:46:41.126Z Checking crossbeam-epoch v0.9.18
20982026-03-23T20:46:41.217Z Checking goblin v0.10.5
20992026-03-23T20:46:41.266Z Checking bit-set v0.8.0
21002026-03-23T20:46:41.316Z Checking sec1 v0.7.3
21012026-03-23T20:46:41.491Z Checking crc32fast v1.5.0
21022026-03-23T20:46:41.542Z Checking ff v0.13.1
21032026-03-23T20:46:41.544Z Checking wait-timeout v0.2.1
21042026-03-23T20:46:41.637Z Checking thread-id v5.1.0
21052026-03-23T20:46:41.711Z Checking num-iter v0.1.45
21062026-03-23T20:46:41.761Z Checking group v0.13.0
21072026-03-23T20:46:41.809Z Checking bstr v1.12.1
21082026-03-23T20:46:41.812Z Checking hkdf v0.12.4
21092026-03-23T20:46:41.901Z Checking ahash v0.8.12
21102026-03-23T20:46:41.984Z Checking crypto-bigint v0.5.5
21112026-03-23T20:46:42.034Z Checking quick-error v1.2.3
21122026-03-23T20:46:42.085Z Checking psl-types v2.0.11
21132026-03-23T20:46:42.195Z Checking cookie v0.18.1
21142026-03-23T20:46:42.243Z Checking rusty-fork v0.3.1
21152026-03-23T20:46:42.292Z Checking publicsuffix v2.3.0
21162026-03-23T20:46:42.421Z Checking rand_xorshift v0.4.0
21172026-03-23T20:46:42.503Z Checking scroll v0.12.0
21182026-03-23T20:46:42.554Z Checking unarray v0.1.4
21192026-03-23T20:46:42.557Z Checking tokio-rustls v0.26.4
21202026-03-23T20:46:42.557Z Checking cookie_store v0.22.1
21212026-03-23T20:46:42.692Z Checking rustls-platform-verifier v0.6.2
21222026-03-23T20:46:42.740Z Checking proptest v1.10.0
21232026-03-23T20:46:42.842Z Checking goblin v0.8.2
21242026-03-23T20:46:42.907Z Checking num-bigint-dig v0.8.6
21252026-03-23T20:46:42.974Z Checking hyper-rustls v0.27.7
21262026-03-23T20:46:43.076Z Checking pkcs1 v0.7.5
21272026-03-23T20:46:43.292Z Checking x509-cert v0.2.5
21282026-03-23T20:46:43.348Z Checking elliptic-curve v0.13.8
21292026-03-23T20:46:43.397Z Checking zerocopy v0.7.35
21302026-03-23T20:46:43.610Z Checking native-tls v0.2.18
21312026-03-23T20:46:43.794Z Checking zlib-rs v0.6.2
21322026-03-23T20:46:43.884Z Checking tokio-native-tls v0.3.1
21332026-03-23T20:46:44.109Z Checking unicode-segmentation v1.12.0
21342026-03-23T20:46:44.160Z Checking rsa v0.9.10
21352026-03-23T20:46:44.163Z Checking hyper-tls v0.6.0
21362026-03-23T20:46:44.255Z Checking reqwest v0.13.2
21372026-03-23T20:46:44.452Z Checking dof v0.4.0
21382026-03-23T20:46:44.500Z Checking reqwest v0.12.28
21392026-03-23T20:46:44.571Z Checking crossbeam-deque v0.8.6
21402026-03-23T20:46:44.836Z Checking dtrace-parser v0.2.0
21412026-03-23T20:46:44.884Z Checking rfc6979 v0.4.0
21422026-03-23T20:46:45.044Z Checking flate2 v1.1.9
21432026-03-23T20:46:45.091Z Checking thread-id v4.2.2
21442026-03-23T20:46:45.192Z Checking toml_write v0.1.2
21452026-03-23T20:46:45.243Z Checking ecdsa v0.16.9
21462026-03-23T20:46:45.294Z Checking newtype-uuid v1.3.2
21472026-03-23T20:46:45.346Z Checking usdt-impl v0.6.0
21482026-03-23T20:46:45.417Z Checking toml_parser v1.0.9+spec-1.1.0
21492026-03-23T20:46:45.468Z Checking toml_edit v0.22.27
21502026-03-23T20:46:45.518Z Checking curve25519-dalek v4.1.3
21512026-03-23T20:46:45.521Z Checking dof v0.3.0
21522026-03-23T20:46:45.614Z Checking rustix v0.38.44
21532026-03-23T20:46:45.666Z Checking memoffset v0.9.1
21542026-03-23T20:46:45.735Z Checking env_filter v1.0.0
21552026-03-23T20:46:45.738Z Checking usdt v0.6.0
21562026-03-23T20:46:45.831Z Checking keccak v0.1.6
21572026-03-23T20:46:45.898Z Checking daft v0.1.5
21582026-03-23T20:46:45.957Z Checking env_logger v0.11.9
21592026-03-23T20:46:46.007Z Checking usdt-impl v0.5.0
21602026-03-23T20:46:46.055Z Checking ed25519 v2.2.3
21612026-03-23T20:46:46.104Z Checking sha3 v0.10.8
21622026-03-23T20:46:46.242Z Checking itertools v0.13.0
21632026-03-23T20:46:46.290Z Checking serde_with v3.17.0
21642026-03-23T20:46:46.344Z Checking bitflags v1.3.2
21652026-03-23T20:46:46.398Z Checking siphasher v1.0.2
21662026-03-23T20:46:46.446Z Checking unicode-normalization v0.1.25
21672026-03-23T20:46:46.496Z Checking signal-hook v0.3.18
21682026-03-23T20:46:46.625Z Checking ed25519-dalek v2.2.0
21692026-03-23T20:46:46.676Z Checking toml_datetime v0.7.5+spec-1.1.0
21702026-03-23T20:46:46.783Z Checking winnow v0.5.40
21712026-03-23T20:46:46.833Z Checking managed v0.8.0
21722026-03-23T20:46:46.961Z Checking nix v0.31.1
21732026-03-23T20:46:47.012Z Checking rayon-core v1.13.0
21742026-03-23T20:46:47.062Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-23T20:46:47.065Z Checking object v0.37.3
21762026-03-23T20:46:47.157Z Checking foldhash v0.1.5
21772026-03-23T20:46:47.207Z Checking bzip2 v0.4.4
21782026-03-23T20:46:47.368Z Checking hashbrown v0.15.5
21792026-03-23T20:46:47.472Z Checking signal-hook-mio v0.2.5
21802026-03-23T20:46:47.508Z Checking ref-cast v1.0.25
21812026-03-23T20:46:47.629Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-23T20:46:47.680Z Checking zip v0.6.6
21832026-03-23T20:46:47.727Z Checking bumpalo v3.20.2
21842026-03-23T20:46:47.815Z Checking zstd-safe v7.2.4
21852026-03-23T20:46:48.030Z Checking libbz2-rs-sys v0.2.2
21862026-03-23T20:46:48.077Z Checking zopfli v0.8.3
21872026-03-23T20:46:48.080Z Checking zstd v0.13.3
21882026-03-23T20:46:48.169Z Checking crossterm v0.28.1
21892026-03-23T20:46:48.372Z Checking rayon v1.11.0
21902026-03-23T20:46:48.426Z Checking similar v2.7.0
21912026-03-23T20:46:48.430Z Checking toml_edit v0.19.15
21922026-03-23T20:46:48.430Z Checking fs-err v3.3.0
21932026-03-23T20:46:48.565Z Checking hash32 v0.2.1
21942026-03-23T20:46:48.616Z Checking bzip2 v0.6.1
21952026-03-23T20:46:48.813Z Checking serde-big-array v0.5.1
21962026-03-23T20:46:48.869Z Checking unicode-bidi v0.3.18
21972026-03-23T20:46:48.938Z Checking jiff v0.2.21
21982026-03-23T20:46:48.987Z Checking predicates-core v1.0.10
21992026-03-23T20:46:49.035Z Checking unicode-properties v0.1.4
22002026-03-23T20:46:49.181Z Checking heapless v0.7.17
22012026-03-23T20:46:49.184Z Checking hickory-proto v0.25.2
22022026-03-23T20:46:49.291Z Checking tokio-stream v0.1.18
22032026-03-23T20:46:49.341Z Checking stringprep v0.1.5
22042026-03-23T20:46:49.577Z Checking md-5 v0.10.6
22052026-03-23T20:46:49.789Z Checking float-cmp v0.10.0
22062026-03-23T20:46:49.792Z Checking rustc-hash v2.1.1
22072026-03-23T20:46:49.884Z Checking normalize-line-endings v0.3.0
22082026-03-23T20:46:49.932Z Checking toml v0.7.8
22092026-03-23T20:46:49.989Z Checking fallible-iterator v0.2.0
22102026-03-23T20:46:50.040Z Checking difflib v0.4.0
22112026-03-23T20:46:50.043Z Checking iddqd v0.3.17
22122026-03-23T20:46:50.307Z Checking predicates v3.1.4
22132026-03-23T20:46:50.400Z Checking postgres-protocol v0.6.10
22142026-03-23T20:46:50.400Z Checking smoltcp v0.9.1
22152026-03-23T20:46:50.494Z Checking phf_shared v0.13.1
22162026-03-23T20:46:50.497Z Checking phf_shared v0.11.3
22172026-03-23T20:46:50.748Z Checking itertools v0.12.1
22182026-03-23T20:46:50.800Z Checking console v0.16.2
22192026-03-23T20:46:50.803Z Checking buf-list v1.1.2
22202026-03-23T20:46:50.893Z Checking strum v0.27.2
22212026-03-23T20:46:51.075Z Checking lalrpop-util v0.19.12
22222026-03-23T20:46:51.124Z Checking fixedbitset v0.5.7
22232026-03-23T20:46:51.246Z Checking new_debug_unreachable v1.0.6
22242026-03-23T20:46:51.309Z Checking precomputed-hash v0.1.1
22252026-03-23T20:46:51.312Z Checking fixedbitset v0.4.2
22262026-03-23T20:46:51.403Z Checking unit-prefix v0.5.2
22272026-03-23T20:46:51.406Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22282026-03-23T20:46:51.497Z Checking petgraph v0.8.3
22292026-03-23T20:46:51.500Z Checking string_cache v0.8.9
22302026-03-23T20:46:51.592Z Checking petgraph v0.6.5
22312026-03-23T20:46:51.640Z Checking indicatif v0.18.4
22322026-03-23T20:46:51.745Z Checking postgres-types v0.2.12
22332026-03-23T20:46:52.114Z Checking zip v4.6.1
22342026-03-23T20:46:52.180Z Checking phf v0.13.1
22352026-03-23T20:46:52.185Z Checking zone v0.3.1
22362026-03-23T20:46:52.275Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-23T20:46:52.416Z Checking peg-runtime v0.8.5
22382026-03-23T20:46:52.638Z Checking whoami v2.1.0
22392026-03-23T20:46:52.737Z Checking futures-executor v0.3.32
22402026-03-23T20:46:52.832Z Checking is-terminal v0.4.17
22412026-03-23T20:46:52.937Z Checking tokio-postgres v0.7.16
22422026-03-23T20:46:52.941Z Checking crossbeam-channel v0.5.15
22432026-03-23T20:46:53.034Z Compiling structmeta-derive v0.3.0
22442026-03-23T20:46:53.038Z Checking futures v0.3.32
22452026-03-23T20:46:53.077Z Checking thread_local v1.1.9
22462026-03-23T20:46:53.215Z Checking take_mut v0.2.2
22472026-03-23T20:46:53.377Z Checking term v1.2.1
22482026-03-23T20:46:53.425Z Compiling newtype-uuid-macros v0.1.0
22492026-03-23T20:46:53.428Z Checking regress v0.10.5
22502026-03-23T20:46:53.520Z Checking slog-async v2.8.0
22512026-03-23T20:46:53.706Z Checking slog-term v2.9.2
22522026-03-23T20:46:53.756Z Compiling rustls v0.22.4
22532026-03-23T20:46:53.805Z Compiling multer v3.1.0
22542026-03-23T20:46:54.089Z Compiling async-stream-impl v0.3.6
22552026-03-23T20:46:54.131Z Compiling dropshot v0.16.7
22562026-03-23T20:46:54.225Z Compiling dropshot_endpoint v0.16.7
22572026-03-23T20:46:54.511Z Checking match_cfg v0.1.0
22582026-03-23T20:46:54.514Z Compiling structmeta v0.3.0
22592026-03-23T20:46:54.605Z Checking slog-json v2.6.1
22602026-03-23T20:46:54.609Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-23T20:46:54.701Z Checking hostname v0.3.1
22622026-03-23T20:46:54.842Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-23T20:46:54.895Z Checking slog-bunyan v2.5.0
22642026-03-23T20:46:54.898Z Compiling derive-ex v0.1.8
22652026-03-23T20:46:54.991Z Checking debug-ignore v1.0.5
22662026-03-23T20:46:55.038Z Checking serde_spanned v1.0.4
22672026-03-23T20:46:55.089Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-23T20:46:55.155Z Checking progenitor-client v0.13.0
22692026-03-23T20:46:55.205Z Checking rustls-webpki v0.102.8
22702026-03-23T20:46:55.253Z Checking serde_path_to_error v0.1.20
22712026-03-23T20:46:55.369Z Checking toml v0.9.12+spec-1.1.0
22722026-03-23T20:46:55.422Z Checking async-stream v0.3.6
22732026-03-23T20:46:55.518Z Checking waitgroup v0.1.2
22742026-03-23T20:46:55.627Z Checking rustls-pemfile v2.2.0
22752026-03-23T20:46:55.679Z Checking hostname v0.4.2
22762026-03-23T20:46:55.682Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-23T20:46:55.820Z Compiling parse-display-derive v0.10.0
22782026-03-23T20:46:55.868Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-23T20:46:55.871Z Checking itertools v0.14.0
22802026-03-23T20:46:55.961Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-23T20:46:56.086Z Checking macaddr v1.0.1
22822026-03-23T20:46:56.218Z Checking progenitor-client v0.10.0
22832026-03-23T20:46:56.359Z Checking instant v0.1.13
22842026-03-23T20:46:56.513Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-23T20:46:56.562Z Checking backoff v0.4.0
22862026-03-23T20:46:56.612Z Checking backon v1.6.0
22872026-03-23T20:46:56.676Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-23T20:46:56.885Z Checking progenitor-extras v0.1.1
22892026-03-23T20:46:56.888Z Checking heck v0.5.0
22902026-03-23T20:46:57.131Z Checking camino-tempfile v1.4.1
22912026-03-23T20:46:57.214Z Checking toml v0.8.23
22922026-03-23T20:46:57.355Z Compiling test-strategy v0.4.5
22932026-03-23T20:46:57.406Z Compiling unsafe-libyaml v0.2.11
22942026-03-23T20:46:57.498Z Compiling convert_case v0.4.0
22952026-03-23T20:46:57.701Z Checking secrecy v0.10.3
22962026-03-23T20:46:57.803Z Checking tokio-rustls v0.25.0
22972026-03-23T20:46:57.893Z Compiling crucible-workspace-hack v0.1.0
22982026-03-23T20:46:58.046Z Compiling derive_more v0.99.20
22992026-03-23T20:46:58.203Z Checking parse-display v0.10.0
23002026-03-23T20:46:58.264Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-23T20:46:58.526Z Checking typify-impl v0.6.1
23022026-03-23T20:46:58.575Z Compiling toml_edit v0.23.10+spec-1.0.0
23032026-03-23T20:46:59.426Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-23T20:46:59.956Z Compiling proc-macro-crate v3.4.0
23052026-03-23T20:47:00.103Z Checking half v2.7.1
23062026-03-23T20:47:00.152Z Checking ciborium-io v0.2.2
23072026-03-23T20:47:00.310Z Checking glob v0.3.3
23082026-03-23T20:47:00.370Z Compiling heapless v0.8.0
23092026-03-23T20:47:00.507Z Checking ciborium-ll v0.2.2
23102026-03-23T20:47:00.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-03-23T20:47:00.637Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-23T20:47:00.730Z Compiling ingot-macros v0.1.1
23132026-03-23T20:47:00.781Z Checking ciborium v0.2.2
23142026-03-23T20:47:00.949Z Checking tabwriter v1.4.1
23152026-03-23T20:47:01.033Z Checking hash32 v0.3.1
23162026-03-23T20:47:01.123Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-23T20:47:01.175Z Compiling smoltcp v0.11.0
23182026-03-23T20:47:01.478Z Compiling num_enum_derive v0.7.5
23192026-03-23T20:47:01.540Z Checking cobs v0.3.0
23202026-03-23T20:47:01.678Z Compiling foreign-types-macros v0.2.3
23212026-03-23T20:47:01.773Z Checking foreign-types-shared v0.3.1
23222026-03-23T20:47:01.829Z Checking cpufeatures v0.3.0
23232026-03-23T20:47:01.931Z Checking postcard v1.1.3
23242026-03-23T20:47:01.979Z Checking chacha20 v0.10.0
23252026-03-23T20:47:02.491Z Compiling proc-macro-crate v1.3.1
23262026-03-23T20:47:02.539Z Checking foreign-types v0.5.0
23272026-03-23T20:47:02.587Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-23T20:47:02.676Z Checking sigpipe v0.1.3
23292026-03-23T20:47:02.815Z Checking cstr-argument v0.1.2
23302026-03-23T20:47:02.907Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-23T20:47:02.966Z Checking num_enum v0.7.5
23322026-03-23T20:47:03.014Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-23T20:47:03.093Z Checking colored v3.1.1
23342026-03-23T20:47:03.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-23T20:47:03.395Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-23T20:47:03.443Z Compiling num_enum_derive v0.5.11
23372026-03-23T20:47:03.536Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-23T20:47:03.587Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-23T20:47:03.592Z Checking rand v0.10.0
23402026-03-23T20:47:03.680Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-23T20:47:03.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-23T20:47:03.844Z Checking indent_write v2.2.0
23432026-03-23T20:47:04.053Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-23T20:47:04.129Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-23T20:47:04.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-23T20:47:04.407Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23472026-03-23T20:47:04.410Z Checking smf v0.2.3
23482026-03-23T20:47:04.644Z Checking ingot-types v0.1.2
23492026-03-23T20:47:04.694Z Compiling num-derive v0.4.2
23502026-03-23T20:47:04.802Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-23T20:47:04.866Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23522026-03-23T20:47:04.914Z Checking num_enum v0.5.11
23532026-03-23T20:47:05.135Z Checking whoami v1.6.1
23542026-03-23T20:47:05.138Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-23T20:47:05.225Z Checking universal-hash v0.5.1
23562026-03-23T20:47:05.228Z Checking ingot v0.1.1
23572026-03-23T20:47:05.393Z Checking opaque-debug v0.3.1
23582026-03-23T20:47:05.442Z Checking aead v0.5.2
23592026-03-23T20:47:05.442Z Checking swrite v0.1.0
23602026-03-23T20:47:05.578Z Checking poly1305 v0.8.0
23612026-03-23T20:47:05.635Z Checking chacha20 v0.9.1
23622026-03-23T20:47:05.685Z Checking unicode-width v0.1.14
23632026-03-23T20:47:05.688Z Compiling typify-macro v0.6.1
23642026-03-23T20:47:05.779Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-23T20:47:05.927Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-23T20:47:05.930Z Checking password-hash v0.5.0
23672026-03-23T20:47:06.021Z Checking blake2 v0.10.6
23682026-03-23T20:47:06.069Z Checking chacha20poly1305 v0.10.1
23692026-03-23T20:47:06.249Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23702026-03-23T20:47:06.297Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-23T20:47:06.416Z Checking byte-wrapper v0.1.0
23722026-03-23T20:47:06.422Z Checking argon2 v0.5.3
23732026-03-23T20:47:06.725Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23742026-03-23T20:47:06.772Z Compiling usdt-macro v0.5.0
23752026-03-23T20:47:06.822Z Compiling usdt-attr-macro v0.5.0
23762026-03-23T20:47:06.957Z Checking memmap v0.7.0
23772026-03-23T20:47:07.075Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23782026-03-23T20:47:07.167Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-23T20:47:07.429Z Checking thiserror-no-std v2.0.2
23802026-03-23T20:47:07.495Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23812026-03-23T20:47:07.588Z Checking vsss-rs v3.3.4
23822026-03-23T20:47:07.641Z Compiling derive-where v1.6.0
23832026-03-23T20:47:07.690Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-23T20:47:07.760Z Checking atomicwrites v0.4.4
23852026-03-23T20:47:07.895Z Checking usdt v0.5.0
23862026-03-23T20:47:07.956Z Checking console v0.15.11
23872026-03-23T20:47:08.127Z Compiling typify v0.6.1
23882026-03-23T20:47:08.301Z Compiling progenitor-impl v0.13.0
23892026-03-23T20:47:08.351Z Checking tokio-dtrace v0.1.1
23902026-03-23T20:47:08.477Z Checking newline-converter v0.3.0
23912026-03-23T20:47:08.611Z Checking oxide-tokio-rt v0.1.3
23922026-03-23T20:47:08.659Z Checking expectorate v1.2.0
23932026-03-23T20:47:08.858Z Checking bytecount v0.6.9
23942026-03-23T20:47:08.861Z Compiling prettyplease v0.2.37
23952026-03-23T20:47:09.028Z Compiling owo-colors v4.3.0
23962026-03-23T20:47:09.113Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23972026-03-23T20:47:09.242Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-23T20:47:09.291Z Compiling cancel-safe-futures v0.1.5
23992026-03-23T20:47:09.294Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-23T20:47:09.385Z Checking libsw-core v0.3.2
24012026-03-23T20:47:09.462Z Checking linear-map v1.2.0
24022026-03-23T20:47:09.632Z Checking libsw v3.5.0
24032026-03-23T20:47:09.635Z Checking same-file v1.0.6
24042026-03-23T20:47:09.771Z Checking num-rational v0.4.2
24052026-03-23T20:47:09.865Z Checking num-complex v0.4.6
24062026-03-23T20:47:09.913Z Checking walkdir v2.5.0
24072026-03-23T20:47:10.155Z Checking float-ord v0.3.2
24082026-03-23T20:47:10.201Z Checking gethostname v0.5.0
24092026-03-23T20:47:10.374Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-23T20:47:10.419Z Checking num v0.4.3
24112026-03-23T20:47:10.482Z Compiling async-recursion v1.1.1
24122026-03-23T20:47:10.532Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-03-23T20:47:10.580Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24142026-03-23T20:47:10.583Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24152026-03-23T20:47:11.479Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-23T20:47:12.102Z Compiling progenitor-macro v0.13.0
24172026-03-23T20:47:12.875Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-23T20:47:13.869Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-23T20:47:14.473Z Checking unicode-linebreak v0.1.5
24202026-03-23T20:47:14.689Z Checking smawk v0.3.2
24212026-03-23T20:47:14.793Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-23T20:47:14.898Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-23T20:47:14.947Z Checking globset v0.4.18
24242026-03-23T20:47:15.426Z Compiling convert_case v0.10.0
24252026-03-23T20:47:16.182Z Compiling slog-dtrace v0.3.0
24262026-03-23T20:47:16.492Z Checking resolv-conf v0.7.6
24272026-03-23T20:47:16.690Z Compiling derive_more-impl v2.1.1
24282026-03-23T20:47:16.957Z Compiling pin-project-internal v1.1.11
24292026-03-23T20:47:17.016Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-23T20:47:17.138Z Checking pem v3.0.6
24312026-03-23T20:47:17.326Z Checking fd-lock v4.0.4
24322026-03-23T20:47:17.386Z Checking vte v0.14.1
24332026-03-23T20:47:17.521Z Checking display-error-chain v0.2.2
24342026-03-23T20:47:17.622Z Checking strip-ansi-escapes v0.2.1
24352026-03-23T20:47:17.714Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-03-23T20:47:17.770Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-23T20:47:17.819Z Checking derive_more v2.1.1
24382026-03-23T20:47:17.823Z Compiling snafu-derive v0.8.9
24392026-03-23T20:47:17.920Z Checking linked-hash-map v0.5.6
24402026-03-23T20:47:17.969Z Checking crossterm v0.29.0
24412026-03-23T20:47:18.186Z Checking nu-ansi-term v0.50.3
24422026-03-23T20:47:18.502Z Checking termtree v0.5.1
24432026-03-23T20:47:18.552Z Checking pin-project v1.1.11
24442026-03-23T20:47:18.719Z Checking reedline v0.40.0
24452026-03-23T20:47:18.767Z Checking lru-cache v0.1.2
24462026-03-23T20:47:18.816Z Checking textwrap v0.16.2
24472026-03-23T20:47:18.962Z Checking olpc-cjson v0.1.4
24482026-03-23T20:47:19.142Z Checking hickory-proto v0.24.4
24492026-03-23T20:47:19.190Z Checking serde_plain v1.0.2
24502026-03-23T20:47:19.240Z Checking progenitor v0.13.0
24512026-03-23T20:47:19.425Z Compiling minimal-lexical v0.2.1
24522026-03-23T20:47:19.474Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24532026-03-23T20:47:19.800Z Checking typed-path v0.9.3
24542026-03-23T20:47:20.338Z Compiling nom v7.1.3
24552026-03-23T20:47:20.597Z Checking snafu v0.8.9
24562026-03-23T20:47:20.944Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-23T20:47:20.990Z Checking tough v0.20.0
24582026-03-23T20:47:21.682Z Checking nibble_vec v0.1.0
24592026-03-23T20:47:21.729Z Checking endian-type v0.1.2
24602026-03-23T20:47:21.888Z Checking hickory-resolver v0.24.4
24612026-03-23T20:47:21.938Z Checking radix_trie v0.2.1
24622026-03-23T20:47:22.258Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-23T20:47:22.307Z Compiling ar_archive_writer v0.5.1
24642026-03-23T20:47:22.411Z Checking base64 v0.21.7
24652026-03-23T20:47:22.768Z Checking humantime v2.3.0
24662026-03-23T20:47:22.880Z Checking qorb v0.4.1
24672026-03-23T20:47:23.046Z Checking csv-core v0.1.13
24682026-03-23T20:47:23.093Z Compiling stacker v0.1.23
24692026-03-23T20:47:23.145Z Compiling cfg_aliases v0.1.1
24702026-03-23T20:47:23.278Z Checking highway v1.3.0
24712026-03-23T20:47:23.330Z Checking csv v1.4.0
24722026-03-23T20:47:23.448Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24732026-03-23T20:47:23.550Z Compiling psm v0.1.30
24742026-03-23T20:47:23.614Z Compiling nix v0.28.0
24752026-03-23T20:47:23.662Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24762026-03-23T20:47:23.764Z Checking papergrid v0.11.0
24772026-03-23T20:47:23.868Z Compiling tabled_derive v0.7.0
24782026-03-23T20:47:24.122Z Checking home v0.5.12
24792026-03-23T20:47:24.334Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-23T20:47:24.425Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-23T20:47:24.493Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-23T20:47:24.642Z Checking phf_shared v0.12.1
24832026-03-23T20:47:24.729Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-23T20:47:24.777Z Compiling chrono-tz v0.10.4
24852026-03-23T20:47:24.870Z Compiling semver v0.1.20
24862026-03-23T20:47:25.021Z Checking phf v0.12.1
24872026-03-23T20:47:25.184Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-23T20:47:25.231Z Checking tabled v0.15.0
24892026-03-23T20:47:25.281Z Checking recursive v0.1.1
24902026-03-23T20:47:25.284Z Compiling rustc_version v0.1.7
24912026-03-23T20:47:25.284Z Compiling const_format_proc_macros v0.2.34
24922026-03-23T20:47:25.438Z Compiling peg-macros v0.8.5
24932026-03-23T20:47:25.585Z Checking winnow v0.6.26
24942026-03-23T20:47:25.721Z Compiling sqlparser_derive v0.5.0
24952026-03-23T20:47:25.876Z Checking unicode_categories v0.1.1
24962026-03-23T20:47:26.507Z Checking rustyline v14.0.0
24972026-03-23T20:47:26.789Z Checking sqlparser v0.61.0
24982026-03-23T20:47:26.974Z Checking const_format v0.2.35
24992026-03-23T20:47:27.259Z Checking sqlformat v0.3.5
25002026-03-23T20:47:27.384Z Checking peg v0.8.5
25012026-03-23T20:47:27.446Z Compiling newtype_derive v0.1.6
25022026-03-23T20:47:27.566Z Checking bcs v0.1.6
25032026-03-23T20:47:27.878Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-23T20:47:27.925Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-23T20:47:27.973Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-23T20:47:28.157Z Checking steno v0.4.1
25072026-03-23T20:47:28.351Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-23T20:47:28.481Z Checking utf-8 v0.7.6
25092026-03-23T20:47:28.705Z Checking filetime v0.2.27
25102026-03-23T20:47:28.925Z Checking arc-swap v1.8.2
25112026-03-23T20:47:29.066Z Checking xattr v1.6.1
25122026-03-23T20:47:29.262Z Checking tungstenite v0.21.0
25132026-03-23T20:47:29.311Z Checking tar v0.4.44
25142026-03-23T20:47:29.314Z Checking slog-scope v4.4.1
25152026-03-23T20:47:29.610Z Checking slog-stdlog v4.1.1
25162026-03-23T20:47:29.800Z Checking slog-envlogger v2.2.0
25172026-03-23T20:47:29.867Z Compiling typify-impl v0.4.3
25182026-03-23T20:47:29.870Z Checking tokio-tungstenite v0.21.0
25192026-03-23T20:47:30.030Z Checking typeid v1.0.3
25202026-03-23T20:47:30.308Z Checking subprocess v0.2.15
25212026-03-23T20:47:30.734Z Checking headers-core v0.3.0
25222026-03-23T20:47:30.841Z Compiling lzma-sys v0.1.20
25232026-03-23T20:47:30.910Z Checking headers v0.4.1
25242026-03-23T20:47:31.474Z Compiling cargo_toml v0.22.3
25252026-03-23T20:47:31.614Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25262026-03-23T20:47:31.766Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-03-23T20:47:31.848Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-03-23T20:47:32.199Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-23T20:47:32.246Z Checking yasna v0.5.2
25302026-03-23T20:47:32.812Z Checking rcgen v0.12.1
25312026-03-23T20:47:33.276Z Checking xz2 v0.1.7
25322026-03-23T20:47:33.337Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-03-23T20:47:33.521Z Checking ron v0.12.0
25342026-03-23T20:47:33.569Z Checking base16ct v1.0.0
25352026-03-23T20:47:33.784Z Checking dropshot-api-manager-types v0.6.0
25362026-03-23T20:47:33.992Z Checking tagptr v0.2.0
25372026-03-23T20:47:34.053Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-23T20:47:34.224Z Checking moka v0.12.13
25392026-03-23T20:47:34.311Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-23T20:47:34.539Z Compiling radium v0.7.0
25412026-03-23T20:47:34.598Z Compiling libefi-sys v0.1.0
25422026-03-23T20:47:34.986Z Compiling bitfield-struct v0.6.2
25432026-03-23T20:47:35.032Z Compiling maybe-uninit v2.0.0
25442026-03-23T20:47:35.257Z Checking hickory-resolver v0.25.2
25452026-03-23T20:47:35.438Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25462026-03-23T20:47:35.493Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-23T20:47:35.774Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-03-23T20:47:35.884Z Checking tap v1.0.1
25492026-03-23T20:47:36.044Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-23T20:47:36.089Z Checking wyz v0.5.1
25512026-03-23T20:47:36.214Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25522026-03-23T20:47:36.352Z Compiling typify-macro v0.4.3
25532026-03-23T20:47:36.453Z Compiling zerocopy-derive v0.6.6
25542026-03-23T20:47:36.566Z Checking funty v2.0.0
25552026-03-23T20:47:36.802Z Checking crc-catalog v2.4.0
25562026-03-23T20:47:36.867Z Compiling packed_struct v0.10.1
25572026-03-23T20:47:36.915Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-03-23T20:47:36.970Z Checking crc v3.4.0
25592026-03-23T20:47:37.053Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-23T20:47:37.101Z Checking bitvec v1.0.1
25612026-03-23T20:47:37.273Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-03-23T20:47:37.409Z Compiling packed_struct_codegen v0.10.1
25632026-03-23T20:47:37.468Z Compiling bitfield-macros v0.19.4
25642026-03-23T20:47:37.515Z Compiling indexmap v1.9.3
25652026-03-23T20:47:37.646Z Checking zerocopy v0.6.6
25662026-03-23T20:47:37.801Z Checking nodrop v0.1.14
25672026-03-23T20:47:37.963Z Checking array-init v0.0.4
25682026-03-23T20:47:38.173Z Checking smallvec v0.6.14
25692026-03-23T20:47:38.475Z Checking bitfield v0.19.4
25702026-03-23T20:47:38.519Z Checking hashbrown v0.12.3
25712026-03-23T20:47:38.523Z Checking serde-hex v0.1.0
25722026-03-23T20:47:38.791Z Compiling typify v0.4.3
25732026-03-23T20:47:38.933Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-23T20:47:38.980Z Compiling progenitor-impl v0.10.0
25752026-03-23T20:47:39.170Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25762026-03-23T20:47:39.600Z Checking ron v0.8.1
25772026-03-23T20:47:40.267Z Checking hashbrown v0.13.2
25782026-03-23T20:47:40.385Z Checking crc-any v2.5.0
25792026-03-23T20:47:40.434Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-23T20:47:40.589Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-03-23T20:47:40.658Z Checking path-slash v0.1.5
25822026-03-23T20:47:40.661Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25832026-03-23T20:47:40.751Z Compiling xshell-macros v0.2.7
25842026-03-23T20:47:40.828Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25852026-03-23T20:47:40.888Z Checking object v0.30.4
25862026-03-23T20:47:41.296Z Checking xshell v0.2.7
25872026-03-23T20:47:41.390Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-23T20:47:41.625Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-23T20:47:42.314Z Checking half v1.8.3
25902026-03-23T20:47:42.627Z Checking serde_cbor v0.11.2
25912026-03-23T20:47:42.672Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25922026-03-23T20:47:42.718Z Compiling progenitor-macro v0.10.0
25932026-03-23T20:47:42.905Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-23T20:47:42.989Z Compiling num-derive v0.3.3
25952026-03-23T20:47:43.195Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-23T20:47:43.748Z Compiling proc-macro-error2 v2.0.1
25972026-03-23T20:47:43.933Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-23T20:47:44.187Z Checking libscf-sys v1.1.0
25992026-03-23T20:47:44.238Z Compiling tabled_derive v0.11.0
26002026-03-23T20:47:44.394Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-03-23T20:47:44.457Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26022026-03-23T20:47:44.723Z Checking papergrid v0.17.0
26032026-03-23T20:47:44.891Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-23T20:47:45.149Z Checking testing_table v0.3.0
26052026-03-23T20:47:45.314Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-23T20:47:45.470Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-23T20:47:45.817Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-23T20:47:45.861Z Checking maplit v1.0.2
26092026-03-23T20:47:45.907Z Checking tabled v0.20.0
26102026-03-23T20:47:46.002Z Checking crc8 v0.1.1
26112026-03-23T20:47:46.168Z Checking fxhash v0.2.1
26122026-03-23T20:47:46.212Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132026-03-23T20:47:46.275Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26142026-03-23T20:47:46.378Z Checking unicase v2.9.0
26152026-03-23T20:47:46.597Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-03-23T20:47:46.643Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-23T20:47:46.785Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-23T20:47:47.204Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-23T20:47:47.351Z Checking kstat-rs v0.2.4
26202026-03-23T20:47:47.638Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26212026-03-23T20:47:47.687Z Compiling diesel_derives v2.3.7
26222026-03-23T20:47:47.867Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26232026-03-23T20:47:47.942Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-03-23T20:47:47.989Z Compiling parking_lot_core v0.8.6
26252026-03-23T20:47:48.394Z Compiling git-stub v1.0.0
26262026-03-23T20:47:48.455Z Checking scheduled-thread-pool v0.2.7
26272026-03-23T20:47:48.682Z Compiling dsl_auto_type v0.2.0
26282026-03-23T20:47:48.776Z Compiling vergen-gitcl v1.0.8
26292026-03-23T20:47:48.855Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-03-23T20:47:48.904Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-23T20:47:48.907Z Checking r2d2 v0.8.10
26322026-03-23T20:47:49.122Z Compiling git-stub-vcs v0.1.0
26332026-03-23T20:47:49.263Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26342026-03-23T20:47:49.518Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-03-23T20:47:49.639Z Checking downcast-rs v2.0.2
26362026-03-23T20:47:49.687Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-03-23T20:47:49.757Z Checking progenitor v0.10.0
26382026-03-23T20:47:49.805Z Checking parking_lot v0.11.2
26392026-03-23T20:47:49.953Z Checking prefix-trie v0.7.0
26402026-03-23T20:47:50.002Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26412026-03-23T20:47:50.089Z Checking nanorand v0.7.0
26422026-03-23T20:47:50.288Z Compiling dirs-sys-next v0.1.2
26432026-03-23T20:47:50.390Z Compiling crunchy v0.2.4
26442026-03-23T20:47:50.437Z Checking hickory-server v0.25.2
26452026-03-23T20:47:50.690Z Compiling dirs-next v2.0.0
26462026-03-23T20:47:50.738Z Checking flume v0.11.1
26472026-03-23T20:47:50.898Z Checking sled v0.34.7
26482026-03-23T20:47:50.962Z Compiling clang-sys v1.8.1
26492026-03-23T20:47:51.097Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-23T20:47:51.383Z Checking hickory-client v0.25.2
26512026-03-23T20:47:51.479Z Compiling tiny-keccak v2.0.2
26522026-03-23T20:47:51.979Z Compiling term v0.7.0
26532026-03-23T20:47:52.027Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-03-23T20:47:52.074Z Compiling salty v0.3.0
26552026-03-23T20:47:52.186Z Compiling bit-vec v0.6.3
26562026-03-23T20:47:52.900Z Compiling bit-set v0.5.3
26572026-03-23T20:47:52.904Z Compiling ascii-canvas v3.0.0
26582026-03-23T20:47:52.904Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-03-23T20:47:52.904Z Checking primeorder v0.13.6
26602026-03-23T20:47:52.904Z Compiling itertools v0.10.5
26612026-03-23T20:47:52.908Z Compiling ena v0.14.4
26622026-03-23T20:47:53.155Z Compiling libloading v0.8.9
26632026-03-23T20:47:53.229Z Compiling fs-err v2.11.0
26642026-03-23T20:47:53.420Z Compiling bindgen v0.71.1
26652026-03-23T20:47:53.471Z Compiling diff v0.1.13
26662026-03-23T20:47:53.517Z Compiling regex-syntax v0.6.29
26672026-03-23T20:47:53.969Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-23T20:47:54.079Z Compiling cexpr v0.6.0
26692026-03-23T20:47:54.313Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26702026-03-23T20:47:54.364Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-03-23T20:47:54.833Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-23T20:47:55.052Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-23T20:47:55.226Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-03-23T20:47:55.455Z Compiling lalrpop v0.19.12
26752026-03-23T20:47:55.733Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-23T20:47:55.881Z Compiling libxml v0.3.3
26772026-03-23T20:47:55.947Z Checking parse-size v1.1.0
26782026-03-23T20:47:56.142Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-03-23T20:47:56.341Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-23T20:47:56.511Z Checking p384 v0.13.1
26812026-03-23T20:47:56.825Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-03-23T20:47:57.050Z Checking diesel v2.3.7
26832026-03-23T20:47:57.138Z Compiling strum_macros v0.24.3
26842026-03-23T20:47:57.327Z Compiling indoc v1.0.9
26852026-03-23T20:47:58.787Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26862026-03-23T20:47:59.020Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-23T20:47:59.302Z Checking predicates-tree v1.0.13
26882026-03-23T20:47:59.485Z Checking derive_builder v0.20.2
26892026-03-23T20:47:59.531Z Checking quick-xml v0.37.5
26902026-03-23T20:47:59.671Z Compiling oso-derive v0.27.3
26912026-03-23T20:47:59.875Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26922026-03-23T20:48:00.091Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26932026-03-23T20:48:00.139Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26942026-03-23T20:48:00.352Z Compiling trait-variant v0.1.2
26952026-03-23T20:48:00.795Z Compiling impl-trait-for-tuples v0.2.3
26962026-03-23T20:48:01.103Z Checking openssl-probe v0.1.6
26972026-03-23T20:48:01.287Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26982026-03-23T20:48:02.413Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26992026-03-23T20:48:02.484Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27002026-03-23T20:48:02.548Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27012026-03-23T20:48:02.756Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27022026-03-23T20:48:03.121Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27032026-03-23T20:48:03.178Z Compiling progenitor-impl v0.11.2
27042026-03-23T20:48:04.075Z Checking assert_matches v1.5.0
27052026-03-23T20:48:04.123Z Compiling mime_guess v2.0.5
27062026-03-23T20:48:04.220Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27072026-03-23T20:48:04.631Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-23T20:48:04.871Z Checking progenitor-client v0.11.2
27092026-03-23T20:48:05.231Z Checking http-range v0.1.5
27102026-03-23T20:48:05.381Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27112026-03-23T20:48:05.434Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-23T20:48:05.554Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-23T20:48:05.724Z Checking ignore v0.4.25
27142026-03-23T20:48:06.355Z Checking atty v0.2.14
27152026-03-23T20:48:06.536Z Checking globwalk v0.9.1
27162026-03-23T20:48:06.961Z Compiling progenitor-macro v0.11.2
27172026-03-23T20:48:07.525Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-23T20:48:08.060Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-23T20:48:08.762Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-23T20:48:09.107Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-23T20:48:09.390Z Checking bb8 v0.8.6
27222026-03-23T20:48:09.500Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-23T20:48:09.785Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-23T20:48:09.831Z Checking corncobs v0.1.4
27252026-03-23T20:48:10.041Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-03-23T20:48:10.089Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-23T20:48:10.414Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-23T20:48:10.910Z Checking hyper-staticfile v0.10.1
27292026-03-23T20:48:10.993Z Checking camino-tempfile-ext v0.3.3
27302026-03-23T20:48:11.290Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-23T20:48:11.338Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-23T20:48:11.402Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-23T20:48:11.695Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-23T20:48:11.741Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-23T20:48:12.472Z Checking signal-hook-tokio v0.3.1
27362026-03-23T20:48:12.683Z Checking secrecy v0.8.0
27372026-03-23T20:48:12.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-23T20:48:13.354Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-23T20:48:13.987Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27402026-03-23T20:48:14.039Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27412026-03-23T20:48:14.086Z Checking progenitor v0.11.2
27422026-03-23T20:48:14.089Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-03-23T20:48:14.299Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27442026-03-23T20:48:14.481Z Checking nonempty v0.12.0
27452026-03-23T20:48:14.642Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-23T20:48:14.775Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-23T20:48:14.943Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-23T20:48:15.005Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-23T20:48:15.390Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-23T20:48:15.522Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-23T20:48:15.887Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-23T20:48:16.007Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-03-23T20:48:16.607Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542026-03-23T20:48:16.668Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-23T20:48:16.981Z Checking tungstenite v0.23.0
27562026-03-23T20:48:17.607Z Checking diesel-dtrace v0.5.0
27572026-03-23T20:48:17.653Z Checking async-bb8-diesel v0.2.1
27582026-03-23T20:48:17.965Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-23T20:48:18.014Z Checking tokio-tungstenite v0.23.1
27602026-03-23T20:48:18.166Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-23T20:48:18.398Z Checking rand_seeder v0.4.0
27622026-03-23T20:48:18.633Z Checking void v1.0.2
27632026-03-23T20:48:18.680Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-23T20:48:18.815Z Checking lzss v0.8.2
27652026-03-23T20:48:19.113Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-23T20:48:19.219Z Checking nix v0.27.1
27672026-03-23T20:48:19.366Z Checking serde_bytes v0.11.19
27682026-03-23T20:48:19.583Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-23T20:48:19.648Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-23T20:48:19.850Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-23T20:48:19.977Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-23T20:48:20.680Z Checking is_ci v1.2.0
27732026-03-23T20:48:20.862Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-23T20:48:21.013Z Checking yansi v1.0.1
27752026-03-23T20:48:21.061Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27762026-03-23T20:48:21.408Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-23T20:48:21.456Z Checking pretty_assertions v1.4.1
27782026-03-23T20:48:21.672Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27792026-03-23T20:48:21.745Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27802026-03-23T20:48:21.845Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812026-03-23T20:48:22.026Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-23T20:48:22.357Z Compiling darling_core v0.23.0
27832026-03-23T20:48:23.705Z Compiling indoc v2.0.7
27842026-03-23T20:48:23.754Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-23T20:48:23.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27862026-03-23T20:48:24.039Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-23T20:48:24.335Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-23T20:48:24.634Z Compiling instability v0.3.11
27892026-03-23T20:48:24.835Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-23T20:48:25.149Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27912026-03-23T20:48:25.194Z Compiling libz-sys v1.1.24
27922026-03-23T20:48:25.704Z Checking castaway v0.2.4
27932026-03-23T20:48:25.924Z Checking compact_str v0.8.1
27942026-03-23T20:48:26.003Z Compiling darling_macro v0.23.0
27952026-03-23T20:48:26.480Z Checking supports-color v3.0.2
27962026-03-23T20:48:26.685Z Compiling darling v0.23.0
27972026-03-23T20:48:26.732Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-03-23T20:48:26.824Z Checking unicode-truncate v1.1.0
27992026-03-23T20:48:27.021Z Checking lru v0.12.5
28002026-03-23T20:48:27.068Z Checking cassowary v0.3.0
28012026-03-23T20:48:27.333Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-23T20:48:27.496Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-23T20:48:27.585Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28042026-03-23T20:48:27.834Z Checking ratatui v0.29.0
28052026-03-23T20:48:29.150Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-03-23T20:48:29.437Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-03-23T20:48:29.548Z Compiling vergen-git2 v1.0.7
28082026-03-23T20:48:29.710Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-23T20:48:29.821Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-03-23T20:48:29.930Z Checking colored v2.2.0
28112026-03-23T20:48:29.988Z Compiling rustls v0.21.12
28122026-03-23T20:48:30.105Z Checking shell-words v1.1.1
28132026-03-23T20:48:30.247Z Checking plotters-backend v0.3.7
28142026-03-23T20:48:30.447Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-03-23T20:48:30.511Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-03-23T20:48:30.558Z Checking plotters-svg v0.3.7
28172026-03-23T20:48:30.783Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-03-23T20:48:30.829Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-03-23T20:48:31.068Z Checking sct v0.7.1
28202026-03-23T20:48:31.284Z Checking rustls-webpki v0.101.7
28212026-03-23T20:48:31.426Z Compiling nix v0.29.0
28222026-03-23T20:48:31.789Z Checking cast v0.3.0
28232026-03-23T20:48:31.834Z Checking hex-literal v0.4.1
28242026-03-23T20:48:32.047Z Checking criterion-plot v0.6.0
28252026-03-23T20:48:32.162Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-23T20:48:32.555Z Checking plotters v0.3.7
28272026-03-23T20:48:33.597Z Checking erased-serde v0.4.9
28282026-03-23T20:48:33.825Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28292026-03-23T20:48:34.168Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-03-23T20:48:35.157Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28312026-03-23T20:48:36.176Z Checking tinytemplate v1.2.1
28322026-03-23T20:48:36.508Z Checking ordered-float v2.10.1
28332026-03-23T20:48:36.906Z Checking anes v0.1.6
28342026-03-23T20:48:37.192Z Checking oorandom v11.1.5
28352026-03-23T20:48:37.379Z Checking criterion v0.7.0
28362026-03-23T20:48:37.543Z Checking serde-value v0.7.0
28372026-03-23T20:48:37.873Z Checking serde-untagged v0.1.9
28382026-03-23T20:48:38.182Z Checking tokio-rustls v0.24.1
28392026-03-23T20:48:38.845Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-23T20:48:39.070Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-23T20:48:39.359Z Checking rustls-pemfile v1.0.4
28422026-03-23T20:48:39.575Z Checking twox-hash v2.1.2
28432026-03-23T20:48:39.930Z Checking unicode-xid v0.2.6
28442026-03-23T20:48:40.084Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-23T20:48:40.130Z Checking cargo-util-schemas v0.8.2
28462026-03-23T20:48:40.668Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-23T20:48:40.893Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-23T20:48:41.380Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-23T20:48:41.634Z Checking fatfs v0.3.6
28502026-03-23T20:48:42.283Z Checking cargo-platform v0.2.0
28512026-03-23T20:48:42.582Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-03-23T20:48:42.706Z Compiling petname v2.0.2
28532026-03-23T20:48:43.391Z Compiling seq-macro v0.3.6
28542026-03-23T20:48:44.316Z Checking cargo_metadata v0.21.0
28552026-03-23T20:48:44.575Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-23T20:48:45.381Z Checking concurrent-queue v2.5.0
28572026-03-23T20:48:45.674Z Checking rtoolbox v0.0.3
28582026-03-23T20:48:45.895Z Checking futures-timer v3.0.3
28592026-03-23T20:48:45.944Z Checking parking v2.2.1
28602026-03-23T20:48:46.076Z Checking rpassword v7.4.0
28612026-03-23T20:48:46.136Z Checking event-listener v5.4.1
28622026-03-23T20:48:46.257Z Checking tui-tree-widget v0.23.1
28632026-03-23T20:48:46.466Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-23T20:48:46.558Z Checking polyval v0.6.2
28652026-03-23T20:48:46.733Z Checking sapling-renderdag v0.1.0
28662026-03-23T20:48:46.780Z Checking sync-ptr v0.1.4
28672026-03-23T20:48:46.829Z Checking ghash v0.5.1
28682026-03-23T20:48:46.979Z Checking event-listener-strategy v0.5.4
28692026-03-23T20:48:47.025Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-23T20:48:47.102Z Checking ctr v0.9.2
28712026-03-23T20:48:47.186Z Checking arrayvec v0.7.6
28722026-03-23T20:48:47.306Z Checking arrayref v0.3.9
28732026-03-23T20:48:47.353Z Checking constant_time_eq v0.4.2
28742026-03-23T20:48:47.436Z Checking aes-gcm v0.10.3
28752026-03-23T20:48:47.548Z Checking async-lock v3.4.2
28762026-03-23T20:48:47.593Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-23T20:48:47.663Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-23T20:48:48.120Z Checking ssh-encoding v0.2.0
28792026-03-23T20:48:48.409Z Checking blowfish v0.9.1
28802026-03-23T20:48:48.646Z Checking bcrypt-pbkdf v0.10.0
28812026-03-23T20:48:48.877Z Checking ssh-cipher v0.2.0
28822026-03-23T20:48:48.927Z Checking async-object-pool v0.2.0
28832026-03-23T20:48:49.110Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28842026-03-23T20:48:49.154Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-23T20:48:49.570Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-23T20:48:49.873Z Compiling samael v0.0.19
28872026-03-23T20:48:49.947Z Checking serde_regex v1.1.0
28882026-03-23T20:48:50.202Z Checking password-hash v0.4.2
28892026-03-23T20:48:50.460Z Checking assert-json-diff v2.0.2
28902026-03-23T20:48:50.542Z Checking path-tree v0.8.3
28912026-03-23T20:48:50.722Z Compiling target-lexicon v0.13.3
28922026-03-23T20:48:50.830Z Checking gimli v0.32.3
28932026-03-23T20:48:51.357Z Checking stringmetrics v2.2.2
28942026-03-23T20:48:51.543Z Checking pbkdf2 v0.11.0
28952026-03-23T20:48:51.598Z Checking httpmock v0.8.3
28962026-03-23T20:48:51.807Z Checking ssh-key v0.6.7
28972026-03-23T20:48:53.141Z Checking addr2line v0.25.1
28982026-03-23T20:48:53.536Z Checking p256 v0.13.2
28992026-03-23T20:48:53.913Z Checking p521 v0.13.3
29002026-03-23T20:48:54.701Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-23T20:48:54.755Z Checking russh-cryptovec v0.7.3
29022026-03-23T20:48:54.967Z Checking rustc-demangle v0.1.27
29032026-03-23T20:48:55.014Z Compiling guppy-workspace-hack v0.1.0
29042026-03-23T20:48:55.283Z Checking md5 v0.7.0
29052026-03-23T20:48:55.329Z Checking backtrace v0.3.76
29062026-03-23T20:48:55.544Z Checking russh-keys v0.45.0
29072026-03-23T20:48:55.775Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-23T20:48:55.829Z Checking num-bigint v0.4.6
29092026-03-23T20:48:55.982Z Checking des v0.8.1
29102026-03-23T20:48:56.428Z Compiling blake3 v1.8.3
29112026-03-23T20:48:56.477Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-23T20:48:56.933Z Compiling target-spec v3.5.7
29132026-03-23T20:48:57.053Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-23T20:48:57.263Z Checking russh v0.45.0
29152026-03-23T20:48:57.917Z Checking cfg-expr v0.20.6
29162026-03-23T20:48:57.963Z Checking backtrace-ext v0.2.1
29172026-03-23T20:48:58.144Z Checking supports-color v2.1.0
29182026-03-23T20:48:58.187Z Checking textwrap v0.15.2
29192026-03-23T20:48:58.355Z Checking supports-unicode v2.1.0
29202026-03-23T20:48:58.480Z Checking supports-hyperlinks v2.1.0
29212026-03-23T20:48:58.525Z Checking hashbrown v0.14.5
29222026-03-23T20:48:58.571Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-23T20:48:58.660Z Checking cargo-platform v0.3.2
29242026-03-23T20:48:58.867Z Checking socket2 v0.5.10
29252026-03-23T20:48:58.935Z Checking terminal_size v0.1.17
29262026-03-23T20:48:59.109Z Compiling miette-derive v5.10.0
29272026-03-23T20:48:59.215Z Checking internet-checksum v0.2.1
29282026-03-23T20:48:59.260Z Checking owo-colors v3.5.0
29292026-03-23T20:48:59.407Z Checking chumsky v0.9.3
29302026-03-23T20:48:59.853Z Checking cargo_metadata v0.23.1
29312026-03-23T20:49:00.664Z Checking miette v5.10.0
29322026-03-23T20:49:00.917Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29332026-03-23T20:49:00.969Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29342026-03-23T20:49:01.154Z Compiling git2 v0.20.4
29352026-03-23T20:49:01.199Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-03-23T20:49:01.366Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29372026-03-23T20:49:01.664Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-23T20:49:01.731Z Checking httptest v0.16.4
29392026-03-23T20:49:02.035Z Checking pathdiff v0.2.3
29402026-03-23T20:49:02.131Z Compiling knuffel-derive v3.2.0
29412026-03-23T20:49:02.215Z Checking topological-sort v0.2.2
29422026-03-23T20:49:02.286Z Checking nested v0.1.1
29432026-03-23T20:49:02.431Z Checking omicron-zone-package v0.12.2
29442026-03-23T20:49:02.506Z Checking guppy v0.17.25
29452026-03-23T20:49:02.837Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-03-23T20:49:03.146Z Checking similar-asserts v1.7.0
29472026-03-23T20:49:03.385Z Compiling rstest_macros v0.25.0
29482026-03-23T20:49:03.655Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-23T20:49:03.787Z Compiling target-triple v1.0.0
29502026-03-23T20:49:03.887Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-23T20:49:03.982Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-23T20:49:04.248Z Checking knuffel v3.2.0
29532026-03-23T20:49:04.809Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29542026-03-23T20:49:05.150Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-23T20:49:05.196Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-23T20:49:05.540Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-23T20:49:05.871Z Checking escape8259 v0.5.3
29582026-03-23T20:49:06.078Z Compiling assert_cmd v2.1.2
29592026-03-23T20:49:06.126Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29602026-03-23T20:49:06.129Z Compiling relative-path v1.9.3
29612026-03-23T20:49:06.263Z Checking libtest-mimic v0.8.1
29622026-03-23T20:49:06.507Z Checking toml v1.0.3+spec-1.1.0
29632026-03-23T20:49:06.905Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29642026-03-23T20:49:07.082Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29652026-03-23T20:49:07.402Z Checking blake2b_simd v1.0.4
29662026-03-23T20:49:07.990Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-23T20:49:08.036Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-23T20:49:08.500Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-23T20:49:08.585Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-03-23T20:49:08.878Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29712026-03-23T20:49:09.170Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29722026-03-23T20:49:09.452Z Checking fancy-regex v0.14.0
29732026-03-23T20:49:09.792Z Checking serde_tokenstream v0.2.3
29742026-03-23T20:49:10.006Z Checking uzers v0.12.2
29752026-03-23T20:49:10.125Z Checking termcolor v1.4.1
29762026-03-23T20:49:10.354Z Checking constant_time_eq v0.3.1
29772026-03-23T20:49:10.429Z Compiling polar-core v0.27.3
29782026-03-23T20:49:10.476Z Compiling linkme-impl v0.3.35
29792026-03-23T20:49:10.525Z Checking rust-argon2 v2.1.0
29802026-03-23T20:49:10.874Z Checking trybuild v1.0.116
29812026-03-23T20:49:11.027Z Checking datatest-stable v0.3.3
29822026-03-23T20:49:12.001Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-03-23T20:49:12.046Z Checking rstest v0.25.0
29842026-03-23T20:49:12.272Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-23T20:49:12.455Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29862026-03-23T20:49:12.502Z Checking support-bundle-viewer v0.1.2
29872026-03-23T20:49:12.863Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29882026-03-23T20:49:13.165Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-03-23T20:49:13.390Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29902026-03-23T20:49:13.466Z Checking drift v0.1.3
29912026-03-23T20:49:13.694Z Checking rand_distr v0.5.1
29922026-03-23T20:49:13.914Z Checking multimap v0.10.1
29932026-03-23T20:49:14.196Z Checking approx v0.5.1
29942026-03-23T20:49:14.328Z Compiling linkme v0.3.35
29952026-03-23T20:49:14.424Z Checking dropshot-api-manager v0.6.0
29962026-03-23T20:49:15.935Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-03-23T20:49:16.421Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-03-23T20:49:16.480Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-03-23T20:49:16.586Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-03-23T20:49:16.864Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-03-23T20:49:16.910Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30022026-03-23T20:49:17.242Z Checking partial-io v0.5.4
30032026-03-23T20:49:17.300Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-03-23T20:49:17.348Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30052026-03-23T20:49:17.526Z Checking oso v0.27.3
30062026-03-23T20:49:17.573Z Checking cargo_toml v0.21.0
30072026-03-23T20:49:17.576Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30082026-03-23T20:49:17.665Z Checking termios v0.3.3
30092026-03-23T20:49:17.805Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-23T20:49:18.211Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30112026-03-23T20:49:18.260Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-23T20:49:18.765Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-23T20:49:22.999Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-03-23T20:49:28.185Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-03-23T20:49:30.934Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-03-23T20:49:35.868Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-03-23T20:49:39.491Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-23T20:49:45.712Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-03-23T20:49:50.134Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-03-23T20:49:51.882Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30212026-03-23T20:49:52.432Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30222026-03-23T20:50:03.984Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-03-23T20:52:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 41s
30242026-03-23T20:52:05.068Z
30252026-03-23T20:52:05.071Zreal 5:46.169228038
30262026-03-23T20:52:05.071Zuser 28:41.385432773
30272026-03-23T20:52:05.071Zsys 6:03.460559428
30282026-03-23T20:52:05.071Ztrap 0.701348999
30292026-03-23T20:52:05.071Ztflt 0.102141679
30302026-03-23T20:52:05.071Zdflt 0.203706392
30312026-03-23T20:52:05.071Zkflt 0.000955154
30322026-03-23T20:52:05.071Zlock 1:20:57.592097593
30332026-03-23T20:52:05.071Zslp 1:17:44.944276175
30342026-03-23T20:52:05.071Zlat 1:54.826108627
30352026-03-23T20:52:05.071Zstop 14:12.143659863
30362026-03-23T20:52:05.071Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-03-23T20:52:05.071Z+ ptime -m cargo doc --workspace --no-deps
30382026-03-23T20:52:06.299Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-23T20:52:06.299Z |
30402026-03-23T20:52:06.299Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30412026-03-23T20:52:06.299Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30422026-03-23T20:52:07.623Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-23T20:52:07.899Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-23T20:52:07.950Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-23T20:52:08.032Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-23T20:52:08.218Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-03-23T20:52:08.248Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-03-23T20:52:08.278Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30492026-03-23T20:52:08.315Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-23T20:52:08.383Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-03-23T20:52:08.496Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-03-23T20:52:08.535Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-23T20:52:08.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-23T20:52:08.638Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-23T20:52:08.668Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-03-23T20:52:08.720Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-03-23T20:52:08.788Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-23T20:52:08.818Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-23T20:52:08.848Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-03-23T20:52:08.903Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-03-23T20:52:08.985Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-03-23T20:52:09.254Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-23T20:52:09.560Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-03-23T20:52:10.400Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30652026-03-23T20:52:10.410Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-23T20:52:10.411Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30672026-03-23T20:52:10.411Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30682026-03-23T20:52:10.411Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-03-23T20:52:10.411Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-03-23T20:52:10.411Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30712026-03-23T20:52:10.459Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722026-03-23T20:52:10.544Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30732026-03-23T20:52:10.622Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-03-23T20:52:10.814Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-03-23T20:52:11.075Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30762026-03-23T20:52:11.102Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-03-23T20:52:11.131Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-03-23T20:52:11.316Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-03-23T20:52:11.429Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-03-23T20:52:11.457Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-03-23T20:52:11.758Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-03-23T20:52:11.840Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30832026-03-23T20:52:12.050Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-23T20:52:12.167Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30852026-03-23T20:52:12.249Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-03-23T20:52:12.302Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-03-23T20:52:12.388Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-03-23T20:52:12.601Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-03-23T20:52:12.632Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-03-23T20:52:12.707Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30912026-03-23T20:52:12.883Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30922026-03-23T20:52:12.913Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-03-23T20:52:12.942Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-23T20:52:12.972Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30952026-03-23T20:52:13.285Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-03-23T20:52:13.289Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-03-23T20:52:13.339Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-03-23T20:52:13.342Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-23T20:52:13.598Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31002026-03-23T20:52:13.626Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-03-23T20:52:13.654Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-03-23T20:52:13.856Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-03-23T20:52:13.943Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-03-23T20:52:13.983Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31052026-03-23T20:52:14.027Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31062026-03-23T20:52:14.194Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31072026-03-23T20:52:14.235Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31082026-03-23T20:52:14.296Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31092026-03-23T20:52:14.549Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31102026-03-23T20:52:14.607Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-23T20:52:14.611Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-03-23T20:52:14.668Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31132026-03-23T20:52:14.879Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31142026-03-23T20:52:15.292Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31152026-03-23T20:52:15.499Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31162026-03-23T20:52:16.444Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-03-23T20:52:16.891Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-23T20:52:17.187Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192026-03-23T20:52:17.217Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-03-23T20:52:17.330Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31212026-03-23T20:52:17.490Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-03-23T20:52:17.657Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-03-23T20:52:17.772Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-03-23T20:52:18.205Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31252026-03-23T20:52:18.368Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262026-03-23T20:52:18.587Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31272026-03-23T20:52:18.695Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-03-23T20:52:18.783Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31292026-03-23T20:52:18.947Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31302026-03-23T20:52:19.411Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31312026-03-23T20:52:19.542Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-23T20:52:20.212Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-23T20:52:20.274Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31342026-03-23T20:52:20.318Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31352026-03-23T20:52:20.672Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31362026-03-23T20:52:20.915Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31372026-03-23T20:52:21.363Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31382026-03-23T20:52:21.817Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-03-23T20:52:22.738Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-03-23T20:52:23.050Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31412026-03-23T20:52:23.441Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31422026-03-23T20:52:23.884Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-03-23T20:52:23.970Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31442026-03-23T20:52:24.186Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31452026-03-23T20:52:24.294Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31462026-03-23T20:52:24.639Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31472026-03-23T20:52:24.671Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31482026-03-23T20:52:24.789Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-03-23T20:52:24.821Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31502026-03-23T20:52:25.165Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31512026-03-23T20:52:25.199Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522026-03-23T20:52:25.287Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31532026-03-23T20:52:25.369Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-03-23T20:52:25.471Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31552026-03-23T20:52:25.846Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-03-23T20:52:25.876Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-03-23T20:52:26.557Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-23T20:52:26.969Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-23T20:52:27.710Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-23T20:52:28.305Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-23T20:52:28.727Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-03-23T20:52:28.827Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-23T20:52:29.071Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-23T20:52:29.252Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-03-23T20:52:29.381Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31662026-03-23T20:52:29.782Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31672026-03-23T20:52:29.995Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-03-23T20:52:30.291Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-23T20:52:30.390Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31702026-03-23T20:52:30.498Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31712026-03-23T20:52:32.139Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-03-23T20:52:32.274Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-23T20:52:32.309Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-23T20:52:33.001Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-03-23T20:52:33.608Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-03-23T20:52:35.129Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31772026-03-23T20:52:35.694Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31782026-03-23T20:52:36.250Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31792026-03-23T20:52:36.706Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31802026-03-23T20:52:37.044Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31812026-03-23T20:52:37.159Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-03-23T20:52:37.190Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-23T20:52:37.361Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-03-23T20:52:37.393Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31852026-03-23T20:52:38.180Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31862026-03-23T20:52:39.047Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-03-23T20:52:40.310Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-03-23T20:52:41.200Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-23T20:52:41.572Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-03-23T20:52:43.718Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-03-23T20:52:44.495Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-03-23T20:52:46.226Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932026-03-23T20:52:46.965Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31942026-03-23T20:52:47.130Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31952026-03-23T20:52:48.098Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31962026-03-23T20:52:48.445Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31972026-03-23T20:52:48.964Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31982026-03-23T20:52:49.020Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31992026-03-23T20:52:50.646Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32002026-03-23T20:52:50.895Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32012026-03-23T20:52:51.218Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32022026-03-23T20:52:51.221Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32032026-03-23T20:52:52.739Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32042026-03-23T20:52:52.785Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-03-23T20:52:53.050Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-03-23T20:52:53.571Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32072026-03-23T20:52:53.742Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-03-23T20:52:53.834Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32092026-03-23T20:52:54.091Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102026-03-23T20:52:54.310Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32112026-03-23T20:52:54.445Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-03-23T20:52:56.632Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-03-23T20:52:56.661Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32142026-03-23T20:52:56.661Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32152026-03-23T20:52:56.687Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-03-23T20:52:56.687Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-03-23T20:52:57.645Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-03-23T20:52:57.668Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32192026-03-23T20:52:58.088Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32202026-03-23T20:52:59.261Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-03-23T20:52:59.290Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-23T20:53:04.163Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32232026-03-23T20:53:06.158Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32242026-03-23T20:53:07.074Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-03-23T20:53:07.545Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-03-23T20:53:08.329Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-03-23T20:53:10.406Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32282026-03-23T20:53:12.202Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292026-03-23T20:53:13.921Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32302026-03-23T20:53:14.728Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32312026-03-23T20:53:15.437Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-03-23T20:53:16.122Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32332026-03-23T20:53:19.323Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32342026-03-23T20:53:20.054Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-03-23T20:53:21.108Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32362026-03-23T20:53:22.330Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32372026-03-23T20:53:22.963Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32382026-03-23T20:53:23.825Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32392026-03-23T20:53:24.985Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32402026-03-23T20:53:26.054Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-03-23T20:53:29.929Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-03-23T20:53:36.697Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-03-23T20:53:36.722Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32442026-03-23T20:53:36.722Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32452026-03-23T20:53:36.722Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32462026-03-23T20:53:37.022Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32472026-03-23T20:53:38.159Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32482026-03-23T20:53:39.188Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32492026-03-23T20:53:39.788Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-03-23T20:53:40.349Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-03-23T20:53:41.390Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-03-23T20:53:42.530Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32532026-03-23T20:53:44.970Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32542026-03-23T20:53:46.363Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32552026-03-23T20:53:47.942Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32562026-03-23T20:53:51.841Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32572026-03-23T20:53:52.831Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32582026-03-23T20:53:53.706Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32592026-03-23T20:53:55.188Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32602026-03-23T20:53:56.658Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32612026-03-23T20:53:57.674Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-03-23T20:54:01.237Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-03-23T20:54:02.086Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32642026-03-23T20:54:03.056Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32652026-03-23T20:54:04.683Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32662026-03-23T20:54:07.876Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672026-03-23T20:54:08.630Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32682026-03-23T20:54:12.336Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-03-23T20:54:13.501Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32702026-03-23T20:54:14.949Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-03-23T20:54:17.294Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722026-03-23T20:54:19.660Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32732026-03-23T20:54:21.570Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32742026-03-23T20:54:23.870Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32752026-03-23T20:54:29.701Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-23T20:54:31.057Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-23T20:54:31.355Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-03-23T20:54:33.588Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792026-03-23T20:54:36.087Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-03-23T20:54:38.510Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32812026-03-23T20:54:40.978Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32822026-03-23T20:54:43.835Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32832026-03-23T20:54:46.230Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32842026-03-23T20:54:49.085Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-03-23T20:54:51.164Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32862026-03-23T20:54:53.607Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32872026-03-23T20:54:56.062Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-03-23T20:54:58.478Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32892026-03-23T20:55:00.927Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-03-23T20:55:03.119Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32912026-03-23T20:55:05.546Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32922026-03-23T20:55:08.442Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-03-23T20:55:10.646Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-23T20:55:13.131Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-23T20:55:15.604Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32962026-03-23T20:55:18.213Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-03-23T20:55:20.707Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-23T20:55:23.222Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-23T20:55:25.765Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33002026-03-23T20:55:28.788Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33012026-03-23T20:55:31.100Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33022026-03-23T20:55:33.668Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33032026-03-23T20:55:36.310Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33042026-03-23T20:55:40.734Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33052026-03-23T20:55:44.860Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33062026-03-23T20:55:47.587Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-03-23T20:55:50.555Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-03-23T20:55:53.339Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33092026-03-23T20:55:56.227Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33102026-03-23T20:55:59.090Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33112026-03-23T20:56:01.800Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33122026-03-23T20:56:04.743Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33132026-03-23T20:56:07.740Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33142026-03-23T20:56:10.437Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-03-23T20:56:13.613Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33162026-03-23T20:56:16.087Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33172026-03-23T20:56:19.454Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33182026-03-23T20:56:21.856Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33192026-03-23T20:56:24.690Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33202026-03-23T20:56:27.530Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33212026-03-23T20:56:30.339Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-03-23T20:56:33.283Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232026-03-23T20:56:36.124Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33242026-03-23T20:56:38.956Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33252026-03-23T20:56:41.811Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33262026-03-23T20:56:44.783Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33272026-03-23T20:56:47.705Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33282026-03-23T20:56:50.600Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33292026-03-23T20:56:53.403Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33302026-03-23T20:56:56.503Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-03-23T20:56:59.283Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33322026-03-23T20:57:02.594Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33332026-03-23T20:57:05.461Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-03-23T20:57:08.341Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-03-23T20:57:11.435Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33362026-03-23T20:57:14.517Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-03-23T20:57:17.634Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-03-23T20:57:20.927Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33392026-03-23T20:57:24.019Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33402026-03-23T20:57:27.155Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-03-23T20:57:30.262Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-03-23T20:57:33.450Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33432026-03-23T20:57:36.651Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-03-23T20:57:39.821Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33452026-03-23T20:57:43.496Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33462026-03-23T20:57:46.336Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33472026-03-23T20:57:55.673Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-23T20:57:55.700Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33492026-03-23T20:57:59.678Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33502026-03-23T20:58:05.676Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33512026-03-23T20:58:09.148Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33522026-03-23T20:58:13.891Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33532026-03-23T20:58:18.621Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33542026-03-23T20:58:23.072Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33552026-03-23T20:58:27.647Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-03-23T20:58:32.306Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33572026-03-23T20:58:36.904Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33582026-03-23T20:58:41.599Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33592026-03-23T20:58:46.315Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-03-23T20:58:50.865Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33612026-03-23T20:58:55.449Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33622026-03-23T20:59:00.113Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33632026-03-23T20:59:04.717Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33642026-03-23T20:59:09.348Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33652026-03-23T20:59:14.132Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33662026-03-23T20:59:18.662Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33672026-03-23T20:59:23.423Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33682026-03-23T20:59:27.932Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33692026-03-23T20:59:32.614Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-03-23T20:59:37.262Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-03-23T20:59:41.871Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-03-23T21:00:18.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 13s
33732026-03-23T21:00:19.138Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-03-23T21:00:19.253Z
33752026-03-23T21:00:19.256Zreal 8:13.789912173
33762026-03-23T21:00:19.257Zuser 23:46.418243864
33772026-03-23T21:00:19.257Zsys 4:29.925941633
33782026-03-23T21:00:19.257Ztrap 0.401613968
33792026-03-23T21:00:19.257Ztflt 0.055399411
33802026-03-23T21:00:19.257Zdflt 0.020725541
33812026-03-23T21:00:19.257Zkflt 0.000065708
33822026-03-23T21:00:19.257Zlock 7:28:23.547040774
33832026-03-23T21:00:19.257Zslp 2:44:28.296607812
33842026-03-23T21:00:19.257Zlat 35.027002004
33852026-03-23T21:00:19.257Zstop 1:58.168187962
33862026-03-23T21:00:19.257Zprocess exited: duration 1079573 ms, exit code 0
 
33872026-03-23T21:00:19.265Zfound 0 output files