01KMG59PA51P7XJAWAS368M849: clippy (helios)

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

Buildomat Job: 01KMG5A1YM1ZMKWP70SETGB20H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T14:54:07.566Zjob assigned to worker 01KMG5A388N82886598DW4RKZW [factory aws, i-03999a3050fb8ccd1] (queued for 1 m 50 s)
 
22026-03-24T14:54:14.841Zstarting task 0: "setup"
32026-03-24T14:54:14.845Z++ uname -s
42026-03-24T14:54:14.848Z+ kern=SunOS
52026-03-24T14:54:14.848Z+ build_user=build
62026-03-24T14:54:14.848Z+ build_uid=12345
72026-03-24T14:54:14.848Z+ work_dir=/work
82026-03-24T14:54:14.848Z+ input_dir=/input
92026-03-24T14:54:14.848Z+ [[ 0 == 12345 ]]
102026-03-24T14:54:14.849Z+ case "$kern" in
112026-03-24T14:54:14.849Z+ groupadd -g 12345 build
122026-03-24T14:54:14.851Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T14:54:16.857Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T14:54:16.968Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T14:54:16.971Z+ home_fs=zfs
162026-03-24T14:54:16.971Z+ [[ zfs == autofs ]]
172026-03-24T14:54:16.971Z+ mkdir -p /home/build
182026-03-24T14:54:16.971Z+ chown build:build /home/build /work
192026-03-24T14:54:18.974Z+ chmod 0700 /home/build /work
202026-03-24T14:54:18.977Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-24T14:54:18.983Zstarting task 1: "rust-toolchain"
222026-03-24T14:54:18.987Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T14:54:18.987Z * rust toolchain channel = "1.94.0"
242026-03-24T14:54:18.987Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T14:54:18.987Z * rust toolchain profile = "default"
262026-03-24T14:54:18.987Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T14:54:18.987Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T14:54:18.990Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T14:54:18.990Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T14:54:19.120Zinfo: downloading installer
312026-03-24T14:54:20.839Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T14:54:20.839Zwarn: /opt/ooce/bin
332026-03-24T14:54:20.839Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T14:54:20.839Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T14:54:20.839Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T14:54:20.839Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T14:54:20.839Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T14:54:20.839Zerror: cannot install while Rust is installed
392026-03-24T14:54:20.839Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T14:54:20.839Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T14:54:20.839Zwarn: /home/build/.rustup/settings.toml
422026-03-24T14:54:20.839Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T14:54:20.839Zwarn: instead of the one inferred from the default host triple.
442026-03-24T14:54:20.886Zinfo: profile set to default
452026-03-24T14:54:20.886Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T14:54:20.889Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T14:54:21.027Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T14:54:21.030Zinfo: downloading 6 components
492026-03-24T14:54:37.581Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T14:54:37.581Z
512026-03-24T14:54:37.622Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T14:54:37.622Z
532026-03-24T14:54:37.625Z
542026-03-24T14:54:37.625ZRust is installed now. Great!
552026-03-24T14:54:37.625Z
562026-03-24T14:54:37.626ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T14:54:37.626Zenvironment variable. This has not been done automatically.
582026-03-24T14:54:37.626Z
592026-03-24T14:54:37.626ZTo configure your current shell, you need to source
602026-03-24T14:54:37.626Zthe corresponding env file under $HOME/.cargo.
612026-03-24T14:54:37.626Z
622026-03-24T14:54:37.626ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T14:54:37.626Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T14:54:37.626Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T14:54:37.626Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T14:54:37.626Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T14:54:37.626Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T14:54:37.626Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T14:54:37.626Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T14:54:37.626Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T14:54:37.719Z+ rustup --version
722026-03-24T14:54:37.729Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T14:54:37.732Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T14:54:37.755Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T14:54:37.758Z+ cargo --version
762026-03-24T14:54:37.774Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T14:54:37.777Z+ rustc --version
782026-03-24T14:54:37.802Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T14:54:37.805Zprocess exited: duration 18822 ms, exit code 0
 
802026-03-24T14:54:37.811Zstarting task 2: "authentication"
812026-03-24T14:54:37.830Zprocess exited: duration 18 ms, exit code 0
 
822026-03-24T14:54:37.838Zstarting task 3: "clone repository"
832026-03-24T14:54:37.841Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T14:54:37.844Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T14:54:37.875ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T14:54:49.658Z+ cd /work/oxidecomputer/omicron
872026-03-24T14:54:49.658Z+ git fetch origin f1b6f852320eaa602dac68a26782419c729aca65
882026-03-24T14:54:49.989ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T14:54:49.989Z * branch f1b6f852320eaa602dac68a26782419c729aca65 -> FETCH_HEAD
902026-03-24T14:54:50.000Z+ [[ -n jmcarp/clickhouse-smf-backup ]]
912026-03-24T14:54:50.003Z++ git branch --show-current
922026-03-24T14:54:50.003Z+ current=main
932026-03-24T14:54:50.003Z+ [[ main != jmcarp/clickhouse-smf-backup ]]
942026-03-24T14:54:50.003Z+ git branch -f jmcarp/clickhouse-smf-backup f1b6f852320eaa602dac68a26782419c729aca65
952026-03-24T14:54:50.006Z+ git checkout -f jmcarp/clickhouse-smf-backup
962026-03-24T14:54:50.340ZSwitched to branch 'jmcarp/clickhouse-smf-backup'
972026-03-24T14:54:50.344Z+ git reset --hard f1b6f852320eaa602dac68a26782419c729aca65
982026-03-24T14:54:50.361ZHEAD is now at f1b6f8523 Configure clickhouse backup path for single-node topology.
992026-03-24T14:54:50.364Zprocess exited: duration 12526 ms, exit code 0
 
1002026-03-24T14:54:50.371Zstarting task 4: "build"
1012026-03-24T14:54:50.375Z+ source ./env.sh
1022026-03-24T14:54:50.378Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T14:54:50.378Z++ set -o xtrace
1042026-03-24T14:54:50.378Z++++ dirname ./env.sh
1052026-03-24T14:54:50.381Z+++ readlink -f .
1062026-03-24T14:54:50.381Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T14:54:50.381Z++ 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-24T14:54:50.381Z++ 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-24T14:54:50.381Z++ 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-24T14:54:50.381Z++ 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-24T14:54:50.384Z++ 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-24T14:54:50.384Z++ 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-24T14:54:50.385Z++ 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-24T14:54:50.385Z++ 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-24T14:54:50.385Z++ case $OLD_SHELL_OPTS in
1162026-03-24T14:54:50.385Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T14:54:50.385Z+ source .github/buildomat/ci-env.sh
1182026-03-24T14:54:50.385Z++ export CARGO_TERM_COLOR=always
1192026-03-24T14:54:50.385Z++ CARGO_TERM_COLOR=always
1202026-03-24T14:54:50.385Z+ cargo --version
1212026-03-24T14:54:50.393Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T14:54:50.397Z+ rustc --version
1232026-03-24T14:54:50.421Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T14:54:50.425Z+ banner prerequisites
1252026-03-24T14:54:50.428Z
1262026-03-24T14:54:50.428Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T14:54:50.428Z # # # # # # # # # # # # # # #
1282026-03-24T14:54:50.428Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T14:54:50.428Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T14:54:50.428Z # # # # # # # # # # # # # # #
1312026-03-24T14:54:50.428Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T14:54:50.428Z
1332026-03-24T14:54:50.428Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T14:55:01.006Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T14:55:10.882Z Startup: Caching catalogs ... Done
1362026-03-24T14:55:33.224ZPlanning: Solver setup ... Done (20.926s)
1372026-03-24T14:55:33.386ZPlanning: Running solver ... Done (0.162s)
1382026-03-24T14:55:33.569ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-24T14:55:33.581ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T14:55:33.741ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T14:55:33.783ZPlanning: Package planning ... Done (0.042s)
1422026-03-24T14:55:33.822ZPlanning: Merging actions ... Done (0.039s)
1432026-03-24T14:55:34.063ZPlanning: Checking for conflicting actions ... Done (0.239s)
1442026-03-24T14:55:34.072ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T14:55:35.997ZPlanning: Evaluating mediators ... Done (1.925s)
1462026-03-24T14:55:36.005ZPlanning: Planning completed in 24.98 seconds
1472026-03-24T14:55:36.018Z Packages to install: 4
1482026-03-24T14:55:36.021Z Mediators to change: 2
1492026-03-24T14:55:36.021Z Services to change: 1
1502026-03-24T14:55:36.021Z Estimated space available: 155.42 GB
1512026-03-24T14:55:36.021ZEstimated space to be consumed: 1.83 GB
1522026-03-24T14:55:36.021Z Create boot environment: No
1532026-03-24T14:55:36.022ZCreate backup boot environment: No
1542026-03-24T14:55:36.022Z Rebuild boot archive: No
1552026-03-24T14:55:36.022Z
1562026-03-24T14:55:36.022ZChanged mediators:
1572026-03-24T14:55:36.022Z mediator clang:
1582026-03-24T14:55:36.022Z version: None -> 15 (system default)
1592026-03-24T14:55:36.022Z
1602026-03-24T14:55:36.022Z mediator llvm:
1612026-03-24T14:55:36.022Z version: 14 (system default) -> 15 (system default)
1622026-03-24T14:55:36.022Z
1632026-03-24T14:55:36.022ZChanged packages:
1642026-03-24T14:55:36.022Zhelios-dev
1652026-03-24T14:55:36.022Z developer/build-essential
1662026-03-24T14:55:36.022Z None -> 11-2.0
1672026-03-24T14:55:36.022Z library/libxmlsec1
1682026-03-24T14:55:36.022Z None -> 1.2.35-2.0
1692026-03-24T14:55:36.022Z ooce/developer/clang-15
1702026-03-24T14:55:36.022Z None -> 15.0.7-2.0
1712026-03-24T14:55:36.022Z ooce/developer/llvm-15
1722026-03-24T14:55:36.022Z None -> 15.0.7-2.0
1732026-03-24T14:55:36.022Z
1742026-03-24T14:55:36.022ZServices:
1752026-03-24T14:55:36.022Z restart_fmri:
1762026-03-24T14:55:36.022Z svc:/system/update-man-index:default
1772026-03-24T14:55:36.154Z
1782026-03-24T14:55:36.154ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T14:55:41.154ZDownload: 2233/3290 items 119.3/212.6MB 56% complete (24.0M/s)
1802026-03-24T14:55:44.481ZDownload: Completed 212.60 MB in 8.33 seconds (25.5M/s)
1812026-03-24T14:55:44.809Z Actions: 1/3689 actions (Installing new actions)
1822026-03-24T14:55:48.953Z Actions: Completed 3689 actions in 4.14 seconds.
1832026-03-24T14:55:49.702Z Done (0.745s)
1842026-03-24T14:55:49.702Z Done (0.000s)
1852026-03-24T14:55:50.699Z Done (0.997s)
1862026-03-24T14:55:54.433Z Done (3.367s)
1872026-03-24T14:55:54.516Z Done (0.019s)
1882026-03-24T14:55:54.520Z Done (0.000s)
1892026-03-24T14:55:54.654Z Done (0.000s)
1902026-03-24T14:55:55.618ZPlanning: Evaluating mediator changes ... Done
1912026-03-24T14:55:55.767ZPlanning: Checking for conflicting actions ... Done
1922026-03-24T14:55:55.770ZPlanning: Consolidating action changes ... Done
1932026-03-24T14:55:55.991ZPlanning: Evaluating mediators ... Done
1942026-03-24T14:55:55.994ZPlanning: Planning completed in 0.37 seconds
1952026-03-24T14:55:56.019Z Mediators to change: 2
1962026-03-24T14:55:56.019Z Create boot environment: No
1972026-03-24T14:55:56.022ZCreate backup boot environment: No
1982026-03-24T14:55:56.083Z Done
1992026-03-24T14:55:56.083Z Done
2002026-03-24T14:55:56.826Z Done
2012026-03-24T14:56:00.157Z Done
2022026-03-24T14:56:00.244Z Done
2032026-03-24T14:56:00.247Z Done
2042026-03-24T14:56:00.407Z Done
2052026-03-24T14:56:00.942ZPlanning: Evaluating mediator changes ... Done
2062026-03-24T14:56:00.945ZPlanning: Merging actions ... Done
2072026-03-24T14:56:01.109ZPlanning: Checking for conflicting actions ... Done
2082026-03-24T14:56:01.112ZPlanning: Consolidating action changes ... Done
2092026-03-24T14:56:01.333ZPlanning: Evaluating mediators ... Done
2102026-03-24T14:56:01.376ZPlanning: Planning completed in 0.64 seconds
2112026-03-24T14:56:01.406Z Packages to change: 1
2122026-03-24T14:56:01.406Z Mediators to change: 1
2132026-03-24T14:56:01.409Z Services to change: 1
2142026-03-24T14:56:01.409Z Create boot environment: No
2152026-03-24T14:56:01.409ZCreate backup boot environment: Yes
2162026-03-24T14:56:03.902Z Actions: 1/6 actions (Updating modified actions)
2172026-03-24T14:56:03.906Z Actions: Completed 6 actions in 0.00 seconds.
2182026-03-24T14:56:03.906Z Done
2192026-03-24T14:56:03.906Z Done
2202026-03-24T14:56:04.093Z Done
2212026-03-24T14:56:07.374Z Done
2222026-03-24T14:56:07.460Z Done
2232026-03-24T14:56:07.463Z Done
2242026-03-24T14:56:07.617Z Done
2252026-03-24T14:56:07.994ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262026-03-24T14:56:07.994Zclang system 15 system
2272026-03-24T14:56:07.995Zcsh system system illumos
2282026-03-24T14:56:07.995Zctags system system illumos
2292026-03-24T14:56:07.995Zfile system system illumos
2302026-03-24T14:56:07.995Zgcc vendor 12 vendor
2312026-03-24T14:56:07.995Zgcc system 10 system
2322026-03-24T14:56:07.995Zgcc system 7 system
2332026-03-24T14:56:07.995Zgo system 1.20 system
2342026-03-24T14:56:07.995Zgo system 1.19 system
2352026-03-24T14:56:07.995Zllvm system 15 system
2362026-03-24T14:56:07.995Zllvm system 14 system
2372026-03-24T14:56:07.995Zmariadb system 10.6 system
2382026-03-24T14:56:07.995Zmta vendor vendor dma
2392026-03-24T14:56:07.995Zopenjdk system 17 system
2402026-03-24T14:56:07.995Zopenjdk system 11 system
2412026-03-24T14:56:07.995Zopenjdk system 1.8 system
2422026-03-24T14:56:07.995Zopenssl vendor 3 vendor
2432026-03-24T14:56:07.995Zperl system 5.36 system
2442026-03-24T14:56:07.995Zpostgresql system 15 system
2452026-03-24T14:56:07.995Zpostgresql system 13 system
2462026-03-24T14:56:07.995Zpython vendor 3 vendor
2472026-03-24T14:56:07.995Zpython system 2 system
2482026-03-24T14:56:07.995Zpython3 system 3.11 system
2492026-03-24T14:56:07.995Zruby system 3.0 system
2502026-03-24T14:56:07.995Zwords vendor vendor american-english
2512026-03-24T14:56:07.995Zwords system system australian-english
2522026-03-24T14:56:07.995Zwords system system british-english
2532026-03-24T14:56:07.995Zwords system system canadian-english
2542026-03-24T14:56:07.995Zwords system system french
2552026-03-24T14:56:07.995Zwords system system italian
2562026-03-24T14:56:07.995Zwords system system ngerman
2572026-03-24T14:56:07.995Zwords system system ogerman
2582026-03-24T14:56:07.995Zwords system system spanish
2592026-03-24T14:56:08.295ZPUBLISHER TYPE STATUS P LOCATION
2602026-03-24T14:56:08.295Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-03-24T14:56:14.363ZFMRI IFO
2622026-03-24T14:56:14.363Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-03-24T14:56:14.363Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-03-24T14:56:14.363Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-03-24T14:56:14.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-03-24T14:56:14.363Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-03-24T14:56:14.363Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-03-24T14:56:14.363Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2692026-03-24T14:56:14.363Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2702026-03-24T14:56:14.363Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2712026-03-24T14:56:14.363Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2722026-03-24T14:56:14.363Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2732026-03-24T14:56:14.363Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2742026-03-24T14:56:14.363Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752026-03-24T14:56:14.363Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2762026-03-24T14:56:14.363Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2772026-03-24T14:56:14.363Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2782026-03-24T14:56:15.614Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2792026-03-24T14:56:15.951Z Updating crates.io index
2802026-03-24T14:56:15.954Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812026-03-24T14:56:16.541Z Updating git repository `https://github.com/oxidecomputer/lldp`
2822026-03-24T14:56:17.029Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2832026-03-24T14:56:17.498Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842026-03-24T14:56:18.369Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852026-03-24T14:56:18.930Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862026-03-24T14:56:20.396Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-03-24T14:56:22.039Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-03-24T14:56:22.791Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-03-24T14:56:23.267Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-03-24T14:56:24.064Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-03-24T14:56:24.440Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-03-24T14:56:24.830Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-03-24T14:56:25.252Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-03-24T14:56:26.203Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-03-24T14:56:26.915Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-03-24T14:56:27.265Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-03-24T14:56:27.563Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-03-24T14:56:28.209Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-03-24T14:56:28.511Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-03-24T14:56:28.775Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-03-24T14:56:29.244Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-03-24T14:56:29.725Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-03-24T14:56:30.104Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-03-24T14:56:30.894Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-03-24T14:56:31.162Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-03-24T14:56:31.519Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-03-24T14:56:32.564Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-03-24T14:56:33.165Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092026-03-24T14:56:33.640Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102026-03-24T14:56:34.248Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-24T14:56:34.573Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-24T14:56:35.008Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-24T14:56:35.377Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-24T14:56:36.243Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-24T14:56:36.496Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-24T14:56:36.767Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-24T14:56:37.032Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-24T14:56:37.577Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-24T14:56:51.898Z Downloading crates ...
3202026-03-24T14:56:51.971Z Downloaded cfg-if v1.0.4
3212026-03-24T14:56:51.980Z Downloaded cargo_metadata v0.21.0
3222026-03-24T14:56:51.983Z Downloaded clap v4.5.60
3232026-03-24T14:56:51.990Z Downloaded cargo-util-schemas v0.8.2
3242026-03-24T14:56:51.993Z Downloaded proc-macro2 v1.0.106
3252026-03-24T14:56:51.996Z Downloaded toml_write v0.1.2
3262026-03-24T14:56:51.996Z Downloaded anstream v0.6.21
3272026-03-24T14:56:51.999Z Downloaded yoke v0.8.1
3282026-03-24T14:56:52.002Z Downloaded unicode-ident v1.0.24
3292026-03-24T14:56:52.002Z Downloaded zerofrom-derive v0.1.6
3302026-03-24T14:56:52.006Z Downloaded utf8_iter v1.0.4
3312026-03-24T14:56:52.006Z Downloaded thread-id v4.2.2
3322026-03-24T14:56:52.006Z Downloaded zerovec-derive v0.11.2
3332026-03-24T14:56:52.009Z Downloaded usdt-impl v0.5.0
3342026-03-24T14:56:52.015Z Downloaded unicode-linebreak v0.1.5
3352026-03-24T14:56:52.019Z Downloaded version_check v0.9.5
3362026-03-24T14:56:52.023Z Downloaded thiserror-impl v2.0.18
3372026-03-24T14:56:52.023Z Downloaded thiserror-impl v1.0.69
3382026-03-24T14:56:52.023Z Downloaded thiserror v2.0.18
3392026-03-24T14:56:52.026Z Downloaded smawk v0.3.2
3402026-03-24T14:56:52.029Z Downloaded memmap v0.7.0
3412026-03-24T14:56:52.029Z Downloaded generic-array v0.14.7
3422026-03-24T14:56:52.033Z Downloaded yoke-derive v0.8.1
3432026-03-24T14:56:52.033Z Downloaded fastrand v2.3.0
3442026-03-24T14:56:52.033Z Downloaded crypto-common v0.1.7
3452026-03-24T14:56:52.033Z Downloaded unicode-xid v0.2.6
3462026-03-24T14:56:52.036Z Downloaded tabled_derive v0.7.0
3472026-03-24T14:56:52.036Z Downloaded zerofrom v0.1.6
3482026-03-24T14:56:52.036Z Downloaded typeid v1.0.3
3492026-03-24T14:56:52.036Z Downloaded block-buffer v0.10.4
3502026-03-24T14:56:52.039Z Downloaded strsim v0.11.1
3512026-03-24T14:56:52.039Z Downloaded proc-macro-error-attr v1.0.4
3522026-03-24T14:56:52.039Z Downloaded ordered-float v2.10.1
3532026-03-24T14:56:52.039Z Downloaded colorchoice v1.0.4
3542026-03-24T14:56:52.043Z Downloaded terminal_size v0.4.3
3552026-03-24T14:56:52.043Z Downloaded scroll_derive v0.12.1
3562026-03-24T14:56:52.043Z Downloaded pretty-hex v0.4.1
3572026-03-24T14:56:52.043Z Downloaded errno v0.3.14
3582026-03-24T14:56:52.046Z Downloaded cpufeatures v0.2.17
3592026-03-24T14:56:52.046Z Downloaded serde-value v0.7.0
3602026-03-24T14:56:52.046Z Downloaded serde_spanned v0.6.9
3612026-03-24T14:56:52.046Z Downloaded zmij v1.0.21
3622026-03-24T14:56:52.050Z Downloaded heck v0.4.1
3632026-03-24T14:56:52.050Z Downloaded toml_datetime v0.6.11
3642026-03-24T14:56:52.050Z Downloaded idna_adapter v1.2.1
3652026-03-24T14:56:52.053Z Downloaded usdt-macro v0.5.0
3662026-03-24T14:56:52.053Z Downloaded usdt-attr-macro v0.5.0
3672026-03-24T14:56:52.053Z Downloaded toml v0.8.23
3682026-03-24T14:56:52.053Z Downloaded fnv v1.0.7
3692026-03-24T14:56:52.056Z Downloaded zerocopy-derive v0.7.35
3702026-03-24T14:56:52.059Z Downloaded writeable v0.6.2
3712026-03-24T14:56:52.060Z Downloaded usdt v0.5.0
3722026-03-24T14:56:52.060Z Downloaded anstyle-query v1.1.5
3732026-03-24T14:56:52.060Z Downloaded ucd-trie v0.1.7
3742026-03-24T14:56:52.063Z Downloaded percent-encoding v2.3.2
3752026-03-24T14:56:52.063Z Downloaded is_terminal_polyfill v1.70.2
3762026-03-24T14:56:52.063Z Downloaded itoa v1.0.17
3772026-03-24T14:56:52.067Z Downloaded dtrace-parser v0.2.0
3782026-03-24T14:56:52.067Z Downloaded tinystr v0.8.2
3792026-03-24T14:56:52.067Z Downloaded potential_utf v0.1.4
3802026-03-24T14:56:52.067Z Downloaded clap_lex v1.0.0
3812026-03-24T14:56:52.070Z Downloaded equivalent v1.0.2
3822026-03-24T14:56:52.070Z Downloaded cargo-platform v0.2.0
3832026-03-24T14:56:52.070Z Downloaded utf8parse v0.2.2
3842026-03-24T14:56:52.070Z Downloaded thiserror v1.0.69
3852026-03-24T14:56:52.074Z Downloaded plain v0.2.3
3862026-03-24T14:56:52.074Z Downloaded dof v0.3.0
3872026-03-24T14:56:52.077Z Downloaded textwrap v0.16.2
3882026-03-24T14:56:52.077Z Downloaded zerotrie v0.2.3
3892026-03-24T14:56:52.081Z Downloaded macaddr v1.0.1
3902026-03-24T14:56:52.084Z Downloaded toml_edit v0.22.27
3912026-03-24T14:56:52.087Z Downloaded stable_deref_trait v1.2.1
3922026-03-24T14:56:52.090Z Downloaded url v2.5.8
3932026-03-24T14:56:52.093Z Downloaded form_urlencoded v1.2.2
3942026-03-24T14:56:52.096Z Downloaded swrite v0.1.0
3952026-03-24T14:56:52.096Z Downloaded sha2 v0.10.9
3962026-03-24T14:56:52.099Z Downloaded typenum v1.19.0
3972026-03-24T14:56:52.103Z Downloaded heck v0.5.0
3982026-03-24T14:56:52.103Z Downloaded serde-untagged v0.1.9
3992026-03-24T14:56:52.103Z Downloaded erased-serde v0.4.9
4002026-03-24T14:56:52.106Z Downloaded zerovec v0.11.5
4012026-03-24T14:56:52.109Z Downloaded fs-err v3.3.0
4022026-03-24T14:56:52.114Z Downloaded scroll v0.12.0
4032026-03-24T14:56:52.117Z Downloaded digest v0.10.7
4042026-03-24T14:56:52.121Z Downloaded anstyle-parse v0.2.7
4052026-03-24T14:56:52.124Z Downloaded camino-tempfile v1.4.1
4062026-03-24T14:56:52.124Z Downloaded zerocopy v0.7.35
4072026-03-24T14:56:52.134Z Downloaded semver v1.0.27
4082026-03-24T14:56:52.138Z Downloaded cargo_toml v0.21.0
4092026-03-24T14:56:52.138Z Downloaded bytecount v0.6.9
4102026-03-24T14:56:52.141Z Downloaded unicode-width v0.2.0
4112026-03-24T14:56:52.144Z Downloaded unicode-width v0.1.14
4122026-03-24T14:56:52.147Z Downloaded anstyle v1.0.13
4132026-03-24T14:56:52.147Z Downloaded tempfile v3.25.0
4142026-03-24T14:56:52.150Z Downloaded bitflags v2.11.0
4152026-03-24T14:56:52.154Z Downloaded synstructure v0.13.2
4162026-03-24T14:56:52.154Z Downloaded camino v1.2.2
4172026-03-24T14:56:52.157Z Downloaded proc-macro-error v1.0.4
4182026-03-24T14:56:52.157Z Downloaded serde_tokenstream v0.2.3
4192026-03-24T14:56:52.157Z Downloaded once_cell v1.21.3
4202026-03-24T14:56:52.160Z Downloaded smallvec v1.15.1
4212026-03-24T14:56:52.160Z Downloaded pest_generator v2.8.6
4222026-03-24T14:56:52.163Z Downloaded clap_derive v4.5.55
4232026-03-24T14:56:52.163Z Downloaded displaydoc v0.2.5
4242026-03-24T14:56:52.166Z Downloaded winnow v0.7.14
4252026-03-24T14:56:52.171Z Downloaded quote v1.0.44
4262026-03-24T14:56:52.174Z Downloaded litemap v0.8.1
4272026-03-24T14:56:52.177Z Downloaded icu_properties v2.1.2
4282026-03-24T14:56:52.177Z Downloaded anyhow v1.0.102
4292026-03-24T14:56:52.180Z Downloaded papergrid v0.11.0
4302026-03-24T14:56:52.184Z Downloaded byteorder v1.5.0
4312026-03-24T14:56:52.184Z Downloaded serde_core v1.0.228
4322026-03-24T14:56:52.187Z Downloaded icu_provider v2.1.1
4332026-03-24T14:56:52.187Z Downloaded autocfg v1.5.0
4342026-03-24T14:56:52.190Z Downloaded num-traits v0.2.19
4352026-03-24T14:56:52.190Z Downloaded pest_derive v2.8.6
4362026-03-24T14:56:52.193Z Downloaded log v0.4.29
4372026-03-24T14:56:52.203Z Downloaded icu_normalizer_data v2.1.1
4382026-03-24T14:56:52.206Z Downloaded getrandom v0.4.1
4392026-03-24T14:56:52.220Z Downloaded pest_meta v2.8.6
4402026-03-24T14:56:52.224Z Downloaded icu_locale_core v2.1.1
4412026-03-24T14:56:52.227Z Downloaded icu_collections v2.1.1
4422026-03-24T14:56:52.230Z Downloaded serde_derive v1.0.228
4432026-03-24T14:56:52.233Z Downloaded serde v1.0.228
4442026-03-24T14:56:52.236Z Downloaded indexmap v2.13.0
4452026-03-24T14:56:52.240Z Downloaded icu_normalizer v2.1.1
4462026-03-24T14:56:52.243Z Downloaded memchr v2.8.0
4472026-03-24T14:56:52.271Z Downloaded hashbrown v0.16.1
4482026-03-24T14:56:52.276Z Downloaded serde_json v1.0.149
4492026-03-24T14:56:52.281Z Downloaded pest v2.8.6
4502026-03-24T14:56:52.285Z Downloaded idna v1.1.0
4512026-03-24T14:56:52.298Z Downloaded icu_properties_data v2.1.2
4522026-03-24T14:56:52.304Z Downloaded goblin v0.8.2
4532026-03-24T14:56:52.308Z Downloaded clap_builder v4.5.60
4542026-03-24T14:56:52.312Z Downloaded tabled v0.15.0
4552026-03-24T14:56:52.323Z Downloaded syn v1.0.109
4562026-03-24T14:56:52.340Z Downloaded syn v2.0.117
4572026-03-24T14:56:52.348Z Downloaded rustix v1.1.3
4582026-03-24T14:56:52.372Z Downloaded libc v0.2.180
4592026-03-24T14:56:52.459Z Compiling proc-macro2 v1.0.106
4602026-03-24T14:56:52.462Z Compiling unicode-ident v1.0.24
4612026-03-24T14:56:52.462Z Compiling quote v1.0.44
4622026-03-24T14:56:52.462Z Compiling serde_core v1.0.228
4632026-03-24T14:56:52.462Z Compiling libc v0.2.180
4642026-03-24T14:56:52.462Z Compiling version_check v0.9.5
4652026-03-24T14:56:52.462Z Compiling memchr v2.8.0
4662026-03-24T14:56:52.462Z Compiling serde v1.0.228
4672026-03-24T14:56:52.877Z Compiling stable_deref_trait v1.2.1
4682026-03-24T14:56:52.981Z Compiling zmij v1.0.21
4692026-03-24T14:56:53.261Z Compiling ucd-trie v0.1.7
4702026-03-24T14:56:53.287Z Compiling autocfg v1.5.0
4712026-03-24T14:56:53.356Z Compiling itoa v1.0.17
4722026-03-24T14:56:53.631Z Compiling thiserror v1.0.69
4732026-03-24T14:56:53.682Z Compiling pest v2.8.6
4742026-03-24T14:56:53.812Z Compiling litemap v0.8.1
4752026-03-24T14:56:53.898Z Compiling writeable v0.6.2
4762026-03-24T14:56:53.925Z Compiling byteorder v1.5.0
4772026-03-24T14:56:54.220Z Compiling icu_properties_data v2.1.2
4782026-03-24T14:56:54.250Z Compiling icu_normalizer_data v2.1.1
4792026-03-24T14:56:54.449Z Compiling syn v2.0.117
4802026-03-24T14:56:54.473Z Compiling rustix v1.1.3
4812026-03-24T14:56:54.549Z Compiling errno v0.3.14
4822026-03-24T14:56:54.617Z Compiling serde_json v1.0.149
4832026-03-24T14:56:54.675Z Compiling bitflags v2.11.0
4842026-03-24T14:56:54.933Z Compiling num-traits v0.2.19
4852026-03-24T14:56:55.009Z Compiling typeid v1.0.3
4862026-03-24T14:56:55.156Z Compiling pest_meta v2.8.6
4872026-03-24T14:56:55.193Z Compiling equivalent v1.0.2
4882026-03-24T14:56:55.305Z Compiling hashbrown v0.16.1
4892026-03-24T14:56:55.338Z Compiling smallvec v1.15.1
4902026-03-24T14:56:55.606Z Compiling thread-id v4.2.2
4912026-03-24T14:56:55.685Z Compiling proc-macro-error-attr v1.0.4
4922026-03-24T14:56:55.713Z Compiling usdt-impl v0.5.0
4932026-03-24T14:56:55.911Z Compiling erased-serde v0.4.9
4942026-03-24T14:56:55.969Z Compiling indexmap v2.13.0
4952026-03-24T14:56:55.994Z Compiling toml_write v0.1.2
4962026-03-24T14:56:56.024Z Compiling syn v1.0.109
4972026-03-24T14:56:56.247Z Compiling winnow v0.7.14
4982026-03-24T14:56:56.826Z Compiling proc-macro-error v1.0.4
4992026-03-24T14:56:56.940Z Compiling utf8parse v0.2.2
5002026-03-24T14:56:57.052Z Compiling plain v0.2.3
5012026-03-24T14:56:57.081Z Compiling utf8_iter v1.0.4
5022026-03-24T14:56:57.190Z Compiling thiserror v2.0.18
5032026-03-24T14:56:57.264Z Compiling camino v1.2.2
5042026-03-24T14:56:57.470Z Compiling percent-encoding v2.3.2
5052026-03-24T14:56:57.623Z Compiling log v0.4.29
5062026-03-24T14:56:57.647Z Compiling getrandom v0.4.1
5072026-03-24T14:56:57.760Z Compiling form_urlencoded v1.2.2
5082026-03-24T14:56:57.870Z Compiling ordered-float v2.10.1
5092026-03-24T14:56:57.929Z Compiling anstyle-parse v0.2.7
5102026-03-24T14:56:58.143Z Compiling terminal_size v0.4.3
5112026-03-24T14:56:58.233Z Compiling synstructure v0.13.2
5122026-03-24T14:56:58.303Z Compiling pest_generator v2.8.6
5132026-03-24T14:56:58.327Z Compiling pretty-hex v0.4.1
5142026-03-24T14:56:58.437Z Compiling anstyle-query v1.1.5
5152026-03-24T14:56:58.503Z Compiling anstyle v1.0.13
5162026-03-24T14:56:58.566Z Compiling colorchoice v1.0.4
5172026-03-24T14:56:58.591Z Compiling is_terminal_polyfill v1.70.2
5182026-03-24T14:56:58.677Z Compiling cfg-if v1.0.4
5192026-03-24T14:56:58.713Z Compiling serde-untagged v0.1.9
5202026-03-24T14:56:58.797Z Compiling anstream v0.6.21
5212026-03-24T14:56:58.986Z Compiling semver v1.0.27
5222026-03-24T14:56:59.070Z Compiling fs-err v3.3.0
5232026-03-24T14:56:59.213Z Compiling strsim v0.11.1
5242026-03-24T14:56:59.277Z Compiling clap_lex v1.0.0
5252026-03-24T14:56:59.307Z Compiling heck v0.5.0
5262026-03-24T14:56:59.406Z Compiling bytecount v0.6.9
5272026-03-24T14:56:59.431Z Compiling unicode-width v0.1.14
5282026-03-24T14:56:59.573Z Compiling heck v0.4.1
5292026-03-24T14:56:59.596Z Compiling unicode-xid v0.2.6
5302026-03-24T14:56:59.620Z Compiling once_cell v1.21.3
5312026-03-24T14:56:59.675Z Compiling anyhow v1.0.102
5322026-03-24T14:56:59.779Z Compiling fnv v1.0.7
5332026-03-24T14:56:59.862Z Compiling fastrand v2.3.0
5342026-03-24T14:56:59.894Z Compiling clap_builder v4.5.60
5352026-03-24T14:56:59.918Z Compiling papergrid v0.11.0
5362026-03-24T14:57:00.151Z Compiling tempfile v3.25.0
5372026-03-24T14:57:00.324Z Compiling memmap v0.7.0
5382026-03-24T14:57:00.347Z Compiling smawk v0.3.2
5392026-03-24T14:57:00.517Z Compiling unicode-width v0.2.0
5402026-03-24T14:57:00.556Z Compiling unicode-linebreak v0.1.5
5412026-03-24T14:57:00.654Z Compiling camino-tempfile v1.4.1
5422026-03-24T14:57:00.775Z Compiling serde_derive v1.0.228
5432026-03-24T14:57:00.868Z Compiling zerofrom-derive v0.1.6
5442026-03-24T14:57:00.868Z Compiling yoke-derive v0.8.1
5452026-03-24T14:57:00.949Z Compiling zerovec-derive v0.11.2
5462026-03-24T14:57:01.086Z Compiling displaydoc v0.2.5
5472026-03-24T14:57:01.898Z Compiling thiserror-impl v1.0.69
5482026-03-24T14:57:02.054Z Compiling zerocopy-derive v0.7.35
5492026-03-24T14:57:02.426Z Compiling pest_derive v2.8.6
5502026-03-24T14:57:02.450Z Compiling scroll_derive v0.12.1
5512026-03-24T14:57:02.803Z Compiling zerofrom v0.1.6
5522026-03-24T14:57:02.972Z Compiling yoke v0.8.1
5532026-03-24T14:57:02.996Z Compiling thiserror-impl v2.0.18
5542026-03-24T14:57:03.221Z Compiling zerovec v0.11.5
5552026-03-24T14:57:03.274Z Compiling zerotrie v0.2.3
5562026-03-24T14:57:03.369Z Compiling zerocopy v0.7.35
5572026-03-24T14:57:03.681Z Compiling scroll v0.12.0
5582026-03-24T14:57:03.780Z Compiling dtrace-parser v0.2.0
5592026-03-24T14:57:03.920Z Compiling tinystr v0.8.2
5602026-03-24T14:57:04.033Z Compiling potential_utf v0.1.4
5612026-03-24T14:57:04.154Z Compiling icu_locale_core v2.1.1
5622026-03-24T14:57:04.184Z Compiling icu_collections v2.1.1
5632026-03-24T14:57:04.222Z Compiling goblin v0.8.2
5642026-03-24T14:57:04.248Z Compiling tabled_derive v0.7.0
5652026-03-24T14:57:04.762Z Compiling clap_derive v4.5.55
5662026-03-24T14:57:04.845Z Compiling textwrap v0.16.2
5672026-03-24T14:57:05.391Z Compiling icu_provider v2.1.1
5682026-03-24T14:57:05.478Z Compiling serde_spanned v0.6.9
5692026-03-24T14:57:05.503Z Compiling toml_datetime v0.6.11
5702026-03-24T14:57:05.534Z Compiling dof v0.3.0
5712026-03-24T14:57:05.565Z Compiling serde_tokenstream v0.2.3
5722026-03-24T14:57:05.658Z Compiling serde-value v0.7.0
5732026-03-24T14:57:05.783Z Compiling icu_properties v2.1.2
5742026-03-24T14:57:05.808Z Compiling icu_normalizer v2.1.1
5752026-03-24T14:57:05.842Z Compiling toml_edit v0.22.27
5762026-03-24T14:57:06.051Z Compiling cargo-platform v0.2.0
5772026-03-24T14:57:06.143Z Compiling tabled v0.15.0
5782026-03-24T14:57:06.403Z Compiling macaddr v1.0.1
5792026-03-24T14:57:06.546Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5802026-03-24T14:57:06.694Z Compiling swrite v0.1.0
5812026-03-24T14:57:06.783Z Compiling usdt-macro v0.5.0
5822026-03-24T14:57:06.815Z Compiling usdt-attr-macro v0.5.0
5832026-03-24T14:57:06.961Z Compiling idna_adapter v1.2.1
5842026-03-24T14:57:07.120Z Compiling idna v1.1.0
5852026-03-24T14:57:07.141Z Compiling clap v4.5.60
5862026-03-24T14:57:07.529Z Compiling url v2.5.8
5872026-03-24T14:57:07.824Z Compiling toml v0.8.23
5882026-03-24T14:57:08.289Z Compiling usdt v0.5.0
5892026-03-24T14:57:08.539Z Compiling cargo-util-schemas v0.8.2
5902026-03-24T14:57:08.617Z Compiling cargo_toml v0.21.0
5912026-03-24T14:57:09.714Z Compiling cargo_metadata v0.21.0
5922026-03-24T14:57:10.998Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-24T14:57:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.44s
5942026-03-24T14:57:14.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-24T14:57:14.892Z Downloading crates ...
5962026-03-24T14:57:15.008Z Downloaded aead v0.5.2
5972026-03-24T14:57:15.016Z Downloaded adler2 v2.0.1
5982026-03-24T14:57:15.019Z Downloaded arrayvec v0.7.6
5992026-03-24T14:57:15.023Z Downloaded crc8 v0.1.1
6002026-03-24T14:57:15.026Z Downloaded allocator-api2 v0.2.21
6012026-03-24T14:57:15.026Z Downloaded async-trait v0.1.89
6022026-03-24T14:57:15.031Z Downloaded block-padding v0.3.3
6032026-03-24T14:57:15.035Z Downloaded cfg_aliases v0.1.1
6042026-03-24T14:57:15.038Z Downloaded bit-vec v0.6.3
6052026-03-24T14:57:15.038Z Downloaded atomicwrites v0.4.4
6062026-03-24T14:57:15.042Z Downloaded darling_macro v0.23.0
6072026-03-24T14:57:15.042Z Downloaded async-recursion v1.1.1
6082026-03-24T14:57:15.045Z Downloaded base16ct v0.2.0
6092026-03-24T14:57:15.045Z Downloaded enum-as-inner v0.6.1
6102026-03-24T14:57:15.048Z Downloaded bit-set v0.8.0
6112026-03-24T14:57:15.048Z Downloaded embedded-io v0.4.0
6122026-03-24T14:57:15.048Z Downloaded derive-ex v0.1.8
6132026-03-24T14:57:15.051Z Downloaded daft v0.1.5
6142026-03-24T14:57:15.051Z Downloaded foreign-types v0.3.2
6152026-03-24T14:57:15.055Z Downloaded fixedbitset v0.4.2
6162026-03-24T14:57:15.055Z Downloaded convert_case v0.4.0
6172026-03-24T14:57:15.055Z Downloaded atty v0.2.14
6182026-03-24T14:57:15.058Z Downloaded async-stream-impl v0.3.6
6192026-03-24T14:57:15.058Z Downloaded diff v0.1.13
6202026-03-24T14:57:15.062Z Downloaded document-features v0.2.12
6212026-03-24T14:57:15.062Z Downloaded derive_builder_macro v0.20.2
6222026-03-24T14:57:15.062Z Downloaded backoff v0.4.0
6232026-03-24T14:57:15.065Z Downloaded dropshot-api-manager-types v0.6.0
6242026-03-24T14:57:15.065Z Downloaded bcrypt-pbkdf v0.10.0
6252026-03-24T14:57:15.068Z Downloaded async-stream v0.3.6
6262026-03-24T14:57:15.068Z Downloaded ciborium-ll v0.2.2
6272026-03-24T14:57:15.071Z Downloaded cstr-argument v0.1.2
6282026-03-24T14:57:15.071Z Downloaded difflib v0.4.0
6292026-03-24T14:57:15.071Z Downloaded crucible-workspace-hack v0.1.0
6302026-03-24T14:57:15.075Z Downloaded bitfield-macros v0.19.4
6312026-03-24T14:57:15.075Z Downloaded crc-catalog v2.4.0
6322026-03-24T14:57:15.075Z Downloaded ascii-canvas v3.0.0
6332026-03-24T14:57:15.075Z Downloaded defmt-macros v1.0.1
6342026-03-24T14:57:15.078Z Downloaded bb8 v0.8.6
6352026-03-24T14:57:15.081Z Downloaded ecdsa v0.16.9
6362026-03-24T14:57:15.082Z Downloaded curve25519-dalek-derive v0.1.1
6372026-03-24T14:57:15.085Z Downloaded dirs-next v2.0.0
6382026-03-24T14:57:15.085Z Downloaded embedded-io v0.6.1
6392026-03-24T14:57:15.085Z Downloaded cfg_aliases v0.2.1
6402026-03-24T14:57:15.085Z Downloaded dtrace-parser v0.3.0
6412026-03-24T14:57:15.089Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-03-24T14:57:15.089Z Downloaded dirs-sys-next v0.1.2
6432026-03-24T14:57:15.089Z Downloaded fd-lock v4.0.4
6442026-03-24T14:57:15.092Z Downloaded atomic-waker v1.1.2
6452026-03-24T14:57:15.095Z Downloaded array-init v0.0.4
6462026-03-24T14:57:15.100Z Downloaded cargo_metadata v0.19.2
6472026-03-24T14:57:15.104Z Downloaded dsl_auto_type v0.2.0
6482026-03-24T14:57:15.104Z Downloaded base64ct v1.8.3
6492026-03-24T14:57:15.107Z Downloaded defmt-parser v1.0.0
6502026-03-24T14:57:15.110Z Downloaded cbc v0.1.2
6512026-03-24T14:57:15.110Z Downloaded clang-sys v1.8.1
6522026-03-24T14:57:15.113Z Downloaded dof v0.4.0
6532026-03-24T14:57:15.113Z Downloaded bitfield-struct v0.6.2
6542026-03-24T14:57:15.116Z Downloaded display-error-chain v0.2.2
6552026-03-24T14:57:15.116Z Downloaded der_derive v0.7.3
6562026-03-24T14:57:15.116Z Downloaded funty v2.0.0
6572026-03-24T14:57:15.120Z Downloaded find-msvc-tools v0.1.9
6582026-03-24T14:57:15.120Z Downloaded ctr v0.9.2
6592026-03-24T14:57:15.123Z Downloaded data-encoding v2.10.0
6602026-03-24T14:57:15.124Z Downloaded ciborium-io v0.2.2
6612026-03-24T14:57:15.124Z Downloaded assert_matches v1.5.0
6622026-03-24T14:57:15.127Z Downloaded crc v3.4.0
6632026-03-24T14:57:15.127Z Downloaded cargo-platform v0.1.9
6642026-03-24T14:57:15.130Z Downloaded cobs v0.3.0
6652026-03-24T14:57:15.133Z Downloaded bit-set v0.5.3
6662026-03-24T14:57:15.133Z Downloaded defmt v0.3.100
6672026-03-24T14:57:15.133Z Downloaded endian-type v0.1.2
6682026-03-24T14:57:15.136Z Downloaded darling_macro v0.20.11
6692026-03-24T14:57:15.137Z Downloaded crunchy v0.2.4
6702026-03-24T14:57:15.137Z Downloaded arrayref v0.3.9
6712026-03-24T14:57:15.140Z Downloaded downcast-rs v2.0.2
6722026-03-24T14:57:15.143Z Downloaded foreign-types v0.5.0
6732026-03-24T14:57:15.143Z Downloaded dyn-clone v1.0.20
6742026-03-24T14:57:15.143Z Downloaded futures-task v0.3.32
6752026-03-24T14:57:15.146Z Downloaded flagset v0.4.7
6762026-03-24T14:57:15.149Z Downloaded float-ord v0.3.2
6772026-03-24T14:57:15.152Z Downloaded env_filter v1.0.0
6782026-03-24T14:57:15.152Z Downloaded cpufeatures v0.3.0
6792026-03-24T14:57:15.155Z Downloaded dunce v1.0.5
6802026-03-24T14:57:15.155Z Downloaded debug-ignore v1.0.5
6812026-03-24T14:57:15.156Z Downloaded foreign-types-shared v0.3.1
6822026-03-24T14:57:15.159Z Downloaded foreign-types-shared v0.1.1
6832026-03-24T14:57:15.159Z Downloaded foreign-types-macros v0.2.3
6842026-03-24T14:57:15.159Z Downloaded csv-core v0.1.13
6852026-03-24T14:57:15.162Z Downloaded bitfield v0.19.4
6862026-03-24T14:57:15.165Z Downloaded ff v0.13.1
6872026-03-24T14:57:15.165Z Downloaded defmt v1.0.1
6882026-03-24T14:57:15.168Z Downloaded crossbeam-deque v0.8.6
6892026-03-24T14:57:15.171Z Downloaded chacha20 v0.9.1
6902026-03-24T14:57:15.175Z Downloaded float-cmp v0.10.0
6912026-03-24T14:57:15.175Z Downloaded ed25519 v2.2.3
6922026-03-24T14:57:15.175Z Downloaded gethostname v0.5.0
6932026-03-24T14:57:15.178Z Downloaded ghash v0.5.1
6942026-03-24T14:57:15.178Z Downloaded globwalk v0.9.1
6952026-03-24T14:57:15.181Z Downloaded fixedbitset v0.5.7
6962026-03-24T14:57:15.181Z Downloaded ena v0.14.4
6972026-03-24T14:57:15.184Z Downloaded darling v0.20.11
6982026-03-24T14:57:15.188Z Downloaded futures-sink v0.3.32
6992026-03-24T14:57:15.188Z Downloaded async-bb8-diesel v0.2.1
7002026-03-24T14:57:15.191Z Downloaded hash32 v0.3.1
7012026-03-24T14:57:15.191Z Downloaded futures-macro v0.3.32
7022026-03-24T14:57:15.191Z Downloaded futures-io v0.3.32
7032026-03-24T14:57:15.194Z Downloaded futures-core v0.3.32
7042026-03-24T14:57:15.194Z Downloaded crossbeam-utils v0.8.21
7052026-03-24T14:57:15.197Z Downloaded hex v0.4.3
7062026-03-24T14:57:15.197Z Downloaded hex-literal v0.4.1
7072026-03-24T14:57:15.201Z Downloaded headers-core v0.3.0
7082026-03-24T14:57:15.201Z Downloaded backon v1.6.0
7092026-03-24T14:57:15.204Z Downloaded crossbeam-epoch v0.9.18
7102026-03-24T14:57:15.204Z Downloaded buf-list v1.1.2
7112026-03-24T14:57:15.207Z Downloaded hash32 v0.2.1
7122026-03-24T14:57:15.207Z Downloaded deranged v0.5.8
7132026-03-24T14:57:15.210Z Downloaded git-stub v1.0.0
7142026-03-24T14:57:15.210Z Downloaded foldhash v0.2.0
7152026-03-24T14:57:15.213Z Downloaded fxhash v0.2.1
7162026-03-24T14:57:15.227Z Downloaded hubpack_derive v0.1.1
7172026-03-24T14:57:15.231Z Downloaded constant_time_eq v0.4.2
7182026-03-24T14:57:15.231Z Downloaded corncobs v0.1.4
7192026-03-24T14:57:15.234Z Downloaded convert_case v0.10.0
7202026-03-24T14:57:15.234Z Downloaded cassowary v0.3.0
7212026-03-24T14:57:15.237Z Downloaded const_format_proc_macros v0.2.34
7222026-03-24T14:57:15.237Z Downloaded filetime v0.2.27
7232026-03-24T14:57:15.240Z Downloaded byte-wrapper v0.1.0
7242026-03-24T14:57:15.240Z Downloaded fs_extra v1.3.0
7252026-03-24T14:57:15.243Z Downloaded fs-err v2.11.0
7262026-03-24T14:57:15.243Z Downloaded fallible-iterator v0.2.0
7272026-03-24T14:57:15.246Z Downloaded env_logger v0.11.9
7282026-03-24T14:57:15.249Z Downloaded http-body v1.0.1
7292026-03-24T14:57:15.249Z Downloaded http-range v0.1.5
7302026-03-24T14:57:15.250Z Downloaded bcs v0.1.6
7312026-03-24T14:57:15.253Z Downloaded ciborium v0.2.2
7322026-03-24T14:57:15.253Z Downloaded hostname v0.3.1
7332026-03-24T14:57:15.256Z Downloaded indoc v1.0.9
7342026-03-24T14:57:15.259Z Downloaded futures-executor v0.3.32
7352026-03-24T14:57:15.259Z Downloaded crc32fast v1.5.0
7362026-03-24T14:57:15.262Z Downloaded colored v3.1.1
7372026-03-24T14:57:15.262Z Downloaded cancel-safe-futures v0.1.5
7382026-03-24T14:57:15.265Z Downloaded hyper-tls v0.6.0
7392026-03-24T14:57:15.269Z Downloaded group v0.13.0
7402026-03-24T14:57:15.269Z Downloaded chacha20 v0.10.0
7412026-03-24T14:57:15.272Z Downloaded console v0.16.2
7422026-03-24T14:57:15.272Z Downloaded ahash v0.8.12
7432026-03-24T14:57:15.275Z Downloaded is_ci v1.2.0
7442026-03-24T14:57:15.275Z Downloaded is-terminal v0.4.17
7452026-03-24T14:57:15.275Z Downloaded instant v0.1.13
7462026-03-24T14:57:15.278Z Downloaded instability v0.3.11
7472026-03-24T14:57:15.278Z Downloaded inout v0.1.4
7482026-03-24T14:57:15.281Z Downloaded ident_case v1.0.1
7492026-03-24T14:57:15.281Z Downloaded glob v0.3.3
7502026-03-24T14:57:15.281Z Downloaded darling v0.21.3
7512026-03-24T14:57:15.285Z Downloaded highway v1.3.0
7522026-03-24T14:57:15.288Z Downloaded bzip2 v0.6.1
7532026-03-24T14:57:15.288Z Downloaded internet-checksum v0.2.1
7542026-03-24T14:57:15.292Z Downloaded bzip2 v0.4.4
7552026-03-24T14:57:15.292Z Downloaded erased-serde v0.3.31
7562026-03-24T14:57:15.295Z Downloaded critical-section v1.2.0
7572026-03-24T14:57:15.295Z Downloaded indent_write v2.2.0
7582026-03-24T14:57:15.295Z Downloaded keccak v0.1.6
7592026-03-24T14:57:15.299Z Downloaded home v0.5.12
7602026-03-24T14:57:15.299Z Downloaded git-stub-vcs v0.1.0
7612026-03-24T14:57:15.302Z Downloaded lazy_static v1.5.0
7622026-03-24T14:57:15.302Z Downloaded libscf-sys v1.1.0
7632026-03-24T14:57:15.302Z Downloaded lalrpop-util v0.19.12
7642026-03-24T14:57:15.305Z Downloaded dropshot_endpoint v0.16.7
7652026-03-24T14:57:15.308Z Downloaded console v0.15.11
7662026-03-24T14:57:15.311Z Downloaded linked-hash-map v0.5.6
7672026-03-24T14:57:15.311Z Downloaded des v0.8.1
7682026-03-24T14:57:15.311Z Downloaded darling v0.23.0
7692026-03-24T14:57:15.315Z Downloaded cookie_store v0.22.1
7702026-03-24T14:57:15.318Z Downloaded managed v0.8.0
7712026-03-24T14:57:15.321Z Downloaded colored v2.2.0
7722026-03-24T14:57:15.321Z Downloaded derive_builder_core v0.20.2
7732026-03-24T14:57:15.325Z Downloaded cargo_toml v0.22.3
7742026-03-24T14:57:15.325Z Downloaded derive_builder v0.20.2
7752026-03-24T14:57:15.328Z Downloaded memoffset v0.9.1
7762026-03-24T14:57:15.331Z Downloaded lru-slab v0.1.2
7772026-03-24T14:57:15.331Z Downloaded lru v0.12.5
7782026-03-24T14:57:15.331Z Downloaded match_cfg v0.1.0
7792026-03-24T14:57:15.334Z Downloaded lzss v0.8.2
7802026-03-24T14:57:15.334Z Downloaded lru-cache v0.1.2
7812026-03-24T14:57:15.337Z Downloaded md5 v0.7.0
7822026-03-24T14:57:15.337Z Downloaded maybe-uninit v2.0.0
7832026-03-24T14:57:15.337Z Downloaded mime v0.3.17
7842026-03-24T14:57:15.341Z Downloaded http-body-util v0.1.3
7852026-03-24T14:57:15.341Z Downloaded md-5 v0.10.6
7862026-03-24T14:57:15.341Z Downloaded ingot v0.1.1
7872026-03-24T14:57:15.344Z Downloaded impl-trait-for-tuples v0.2.3
7882026-03-24T14:57:15.347Z Downloaded hickory-client v0.25.2
7892026-03-24T14:57:15.347Z Downloaded crc-any v2.5.0
7902026-03-24T14:57:15.350Z Downloaded cookie v0.18.1
7912026-03-24T14:57:15.353Z Downloaded ingot-types v0.1.2
7922026-03-24T14:57:15.353Z Downloaded newtype-uuid-macros v0.1.0
7932026-03-24T14:57:15.353Z Downloaded multimap v0.10.1
7942026-03-24T14:57:15.357Z Downloaded new_debug_unreachable v1.0.6
7952026-03-24T14:57:15.357Z Downloaded nibble_vec v0.1.0
7962026-03-24T14:57:15.357Z Downloaded newline-converter v0.3.0
7972026-03-24T14:57:15.360Z Downloaded nonempty v0.12.0
7982026-03-24T14:57:15.360Z Downloaded newtype_derive v0.1.6
7992026-03-24T14:57:15.360Z Downloaded ipnet v2.11.0
8002026-03-24T14:57:15.363Z Downloaded const_format v0.2.35
8012026-03-24T14:57:15.366Z Downloaded half v1.8.3
8022026-03-24T14:57:15.370Z Downloaded derive-where v1.6.0
8032026-03-24T14:57:15.373Z Downloaded globset v0.4.18
8042026-03-24T14:57:15.373Z Downloaded fatfs v0.3.6
8052026-03-24T14:57:15.376Z Downloaded ipnetwork v0.21.1
8062026-03-24T14:57:15.376Z Downloaded const-oid v0.9.6
8072026-03-24T14:57:15.379Z Downloaded blake2 v0.10.6
8082026-03-24T14:57:15.379Z Downloaded kstat-rs v0.2.4
8092026-03-24T14:57:15.382Z Downloaded hyper-staticfile v0.10.1
8102026-03-24T14:57:15.382Z Downloaded normalize-line-endings v0.3.0
8112026-03-24T14:57:15.385Z Downloaded num-derive v0.3.3
8122026-03-24T14:57:15.385Z Downloaded num v0.4.3
8132026-03-24T14:57:15.388Z Downloaded nodrop v0.1.14
8142026-03-24T14:57:15.388Z Downloaded libefi-sys v0.1.0
8152026-03-24T14:57:15.388Z Downloaded num-conv v0.2.0
8162026-03-24T14:57:15.391Z Downloaded num-iter v0.1.45
8172026-03-24T14:57:15.391Z Downloaded linear-map v1.2.0
8182026-03-24T14:57:15.392Z Downloaded num-derive v0.4.2
8192026-03-24T14:57:15.394Z Downloaded libsw-core v0.3.2
8202026-03-24T14:57:15.395Z Downloaded httparse v1.10.1
8212026-03-24T14:57:15.398Z Downloaded num_enum_derive v0.5.11
8222026-03-24T14:57:15.398Z Downloaded libsw v3.5.0
8232026-03-24T14:57:15.401Z Downloaded openssl-macros v0.1.1
8242026-03-24T14:57:15.401Z Downloaded opaque-debug v0.3.1
8252026-03-24T14:57:15.401Z Downloaded olpc-cjson v0.1.4
8262026-03-24T14:57:15.404Z Downloaded derive_more v0.99.20
8272026-03-24T14:57:15.407Z Downloaded libloading v0.8.9
8282026-03-24T14:57:15.411Z Downloaded openssl-probe v0.2.1
8292026-03-24T14:57:15.411Z Downloaded openssl-probe v0.1.6
8302026-03-24T14:57:15.411Z Downloaded jobserver v0.1.34
8312026-03-24T14:57:15.414Z Downloaded elliptic-curve v0.13.8
8322026-03-24T14:57:15.417Z Downloaded cexpr v0.6.0
8332026-03-24T14:57:15.417Z Downloaded getrandom v0.2.17
8342026-03-24T14:57:15.420Z Downloaded getrandom v0.3.4
8352026-03-24T14:57:15.423Z Downloaded hyper-rustls v0.27.7
8362026-03-24T14:57:15.426Z Downloaded oso-derive v0.27.3
8372026-03-24T14:57:15.426Z Downloaded indoc v2.0.7
8382026-03-24T14:57:15.430Z Downloaded hmac v0.12.1
8392026-03-24T14:57:15.430Z Downloaded futures-channel v0.3.32
8402026-03-24T14:57:15.433Z Downloaded futures v0.3.32
8412026-03-24T14:57:15.436Z Downloaded iana-time-zone v0.1.65
8422026-03-24T14:57:15.439Z Downloaded nanorand v0.7.0
8432026-03-24T14:57:15.439Z Downloaded native-tls v0.2.18
8442026-03-24T14:57:15.443Z Downloaded multer v3.1.0
8452026-03-24T14:57:15.446Z Downloaded newtype-uuid v1.3.2
8462026-03-24T14:57:15.446Z Downloaded mime_guess v2.0.5
8472026-03-24T14:57:15.446Z Downloaded packed_struct_codegen v0.10.1
8482026-03-24T14:57:15.449Z Downloaded ingot-macros v0.1.1
8492026-03-24T14:57:15.449Z Downloaded maplit v1.0.2
8502026-03-24T14:57:15.450Z Downloaded parse-display v0.10.0
8512026-03-24T14:57:15.453Z Downloaded pbkdf2 v0.11.0
8522026-03-24T14:57:15.453Z Downloaded parse-size v1.1.0
8532026-03-24T14:57:15.456Z Downloaded half v2.7.1
8542026-03-24T14:57:15.459Z Downloaded humantime v2.3.0
8552026-03-24T14:57:15.459Z Downloaded bitflags v1.3.2
8562026-03-24T14:57:15.462Z Downloaded argon2 v0.5.3
8572026-03-24T14:57:15.462Z Downloaded darling_core v0.23.0
8582026-03-24T14:57:15.466Z Downloaded darling_core v0.21.3
8592026-03-24T14:57:15.470Z Downloaded num_threads v0.1.7
8602026-03-24T14:57:15.473Z Downloaded nu-ansi-term v0.50.3
8612026-03-24T14:57:15.473Z Downloaded num-complex v0.4.6
8622026-03-24T14:57:15.476Z Downloaded num_enum_derive v0.7.5
8632026-03-24T14:57:15.476Z Downloaded num-integer v0.1.46
8642026-03-24T14:57:15.479Z Downloaded peg-runtime v0.8.5
8652026-03-24T14:57:15.479Z Downloaded pbkdf2 v0.12.2
8662026-03-24T14:57:15.479Z Downloaded phf_shared v0.12.1
8672026-03-24T14:57:15.482Z Downloaded darling_core v0.20.11
8682026-03-24T14:57:15.486Z Downloaded pin-utils v0.1.0
8692026-03-24T14:57:15.486Z Downloaded phf_shared v0.13.1
8702026-03-24T14:57:15.489Z Downloaded phf_shared v0.11.3
8712026-03-24T14:57:15.489Z Downloaded compact_str v0.8.1
8722026-03-24T14:57:15.492Z Downloaded hubpack v0.1.2
8732026-03-24T14:57:15.492Z Downloaded httpdate v1.0.3
8742026-03-24T14:57:15.495Z Downloaded num_enum v0.7.5
8752026-03-24T14:57:15.498Z Downloaded litrs v1.0.0
8762026-03-24T14:57:15.502Z Downloaded num-rational v0.4.2
8772026-03-24T14:57:15.502Z Downloaded derive_more v2.1.1
8782026-03-24T14:57:15.510Z Downloaded oxide-tokio-rt v0.1.3
8792026-03-24T14:57:15.513Z Downloaded owo-colors v4.3.0
8802026-03-24T14:57:15.516Z Downloaded powerfmt v0.2.0
8812026-03-24T14:57:15.516Z Downloaded memmap2 v0.9.10
8822026-03-24T14:57:15.516Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-03-24T14:57:15.519Z Downloaded proc-macro-crate v1.3.1
8842026-03-24T14:57:15.519Z Downloaded lock_api v0.4.14
8852026-03-24T14:57:15.523Z Downloaded dropshot-api-manager v0.6.0
8862026-03-24T14:57:15.526Z Downloaded predicates-tree v1.0.13
8872026-03-24T14:57:15.526Z Downloaded precomputed-hash v0.1.1
8882026-03-24T14:57:15.526Z Downloaded indexmap v1.9.3
8892026-03-24T14:57:15.530Z Downloaded flume v0.11.1
8902026-03-24T14:57:15.533Z Downloaded derive_more-impl v2.1.1
8912026-03-24T14:57:15.537Z Downloaded packed_struct v0.10.1
8922026-03-24T14:57:15.537Z Downloaded parse-display-derive v0.10.0
8932026-03-24T14:57:15.541Z Downloaded oxnet v0.1.4
8942026-03-24T14:57:15.541Z Downloaded progenitor-client v0.10.0
8952026-03-24T14:57:15.541Z Downloaded proc-macro-crate v3.4.0
8962026-03-24T14:57:15.544Z Downloaded predicates-core v1.0.10
8972026-03-24T14:57:15.544Z Downloaded bytes v1.11.1
8982026-03-24T14:57:15.547Z Downloaded psl-types v2.0.11
8992026-03-24T14:57:15.547Z Downloaded password-hash v0.4.2
9002026-03-24T14:57:15.550Z Downloaded progenitor-macro v0.11.2
9012026-03-24T14:57:15.550Z Downloaded progenitor-macro v0.10.0
9022026-03-24T14:57:15.550Z Downloaded der v0.7.10
9032026-03-24T14:57:15.554Z Downloaded crypto-bigint v0.5.5
9042026-03-24T14:57:15.559Z Downloaded progenitor-macro v0.13.0
9052026-03-24T14:57:15.562Z Downloaded progenitor-client v0.11.2
9062026-03-24T14:57:15.562Z Downloaded crossbeam-channel v0.5.15
9072026-03-24T14:57:15.565Z Downloaded quick-error v1.2.3
9082026-03-24T14:57:15.568Z Downloaded heapless v0.8.0
9092026-03-24T14:57:15.571Z Downloaded radium v0.7.0
9102026-03-24T14:57:15.571Z Downloaded pem-rfc7468 v0.7.0
9112026-03-24T14:57:15.575Z Downloaded pem v3.0.6
9122026-03-24T14:57:15.575Z Downloaded path-slash v0.1.5
9132026-03-24T14:57:15.575Z Downloaded paste v1.0.15
9142026-03-24T14:57:15.578Z Downloaded libbz2-rs-sys v0.2.2
9152026-03-24T14:57:15.581Z Downloaded pkg-config v0.3.32
9162026-03-24T14:57:15.581Z Downloaded num_enum v0.5.11
9172026-03-24T14:57:15.584Z Downloaded peg v0.8.5
9182026-03-24T14:57:15.588Z Downloaded phf v0.13.1
9192026-03-24T14:57:15.591Z Downloaded omicron-zone-package v0.12.2
9202026-03-24T14:57:15.594Z Downloaded ppv-lite86 v0.2.21
9212026-03-24T14:57:15.594Z Downloaded pin-project-internal v1.1.11
9222026-03-24T14:57:15.594Z Downloaded ignore v0.4.25
9232026-03-24T14:57:15.597Z Downloaded phf v0.12.1
9242026-03-24T14:57:15.601Z Downloaded recursive v0.1.1
9252026-03-24T14:57:15.602Z Downloaded rand_xorshift v0.4.0
9262026-03-24T14:57:15.602Z Downloaded rand_chacha v0.3.1
9272026-03-24T14:57:15.605Z Downloaded progenitor v0.10.0
9282026-03-24T14:57:15.605Z Downloaded headers v0.4.1
9292026-03-24T14:57:15.608Z Downloaded hickory-resolver v0.24.4
9302026-03-24T14:57:15.611Z Downloaded arc-swap v1.8.2
9312026-03-24T14:57:15.615Z Downloaded polyval v0.6.2
9322026-03-24T14:57:15.624Z Downloaded progenitor v0.11.2
9332026-03-24T14:57:15.624Z Downloaded postgres-protocol v0.6.10
9342026-03-24T14:57:15.629Z Downloaded rfc6979 v0.4.0
9352026-03-24T14:57:15.629Z Downloaded proc-macro-error2 v2.0.1
9362026-03-24T14:57:15.629Z Downloaded recursive-proc-macro-impl v0.1.1
9372026-03-24T14:57:15.629Z Downloaded predicates v3.1.4
9382026-03-24T14:57:15.629Z Downloaded rtoolbox v0.0.3
9392026-03-24T14:57:15.629Z Downloaded cc v1.2.56
9402026-03-24T14:57:15.632Z Downloaded russh-cryptovec v0.7.3
9412026-03-24T14:57:15.632Z Downloaded flate2 v1.1.9
9422026-03-24T14:57:15.636Z Downloaded ref-cast-impl v1.0.25
9432026-03-24T14:57:15.636Z Downloaded expectorate v1.2.0
9442026-03-24T14:57:15.639Z Downloaded ed25519-dalek v2.2.0
9452026-03-24T14:57:15.642Z Downloaded parking_lot_core v0.9.12
9462026-03-24T14:57:15.642Z Downloaded parking_lot_core v0.8.6
9472026-03-24T14:57:15.645Z Downloaded psm v0.1.30
9482026-03-24T14:57:15.648Z Downloaded primeorder v0.13.6
9492026-03-24T14:57:15.648Z Downloaded parking_lot v0.11.2
9502026-03-24T14:57:15.651Z Downloaded parking_lot v0.12.5
9512026-03-24T14:57:15.652Z Downloaded progenitor-client v0.13.0
9522026-03-24T14:57:15.655Z Downloaded progenitor v0.13.0
9532026-03-24T14:57:15.655Z Downloaded rustc_version v0.4.1
9542026-03-24T14:57:15.658Z Downloaded rustc-hash v2.1.1
9552026-03-24T14:57:15.658Z Downloaded indicatif v0.18.4
9562026-03-24T14:57:15.661Z Downloaded pkcs1 v0.7.5
9572026-03-24T14:57:15.664Z Downloaded diesel_derives v2.3.7
9582026-03-24T14:57:15.667Z Downloaded r2d2 v0.8.10
9592026-03-24T14:57:15.671Z Downloaded rustc_version v0.1.7
9602026-03-24T14:57:15.671Z Downloaded heapless v0.7.17
9612026-03-24T14:57:15.674Z Downloaded poly1305 v0.8.0
9622026-03-24T14:57:15.677Z Downloaded rand_core v0.9.5
9632026-03-24T14:57:15.677Z Downloaded pin-project-lite v0.2.17
9642026-03-24T14:57:15.681Z Downloaded rand_seeder v0.4.0
9652026-03-24T14:57:15.684Z Downloaded ref-cast v1.0.25
9662026-03-24T14:57:15.687Z Downloaded rand_core v0.10.0
9672026-03-24T14:57:15.687Z Downloaded peg-macros v0.8.5
9682026-03-24T14:57:15.687Z Downloaded oso v0.27.3
9692026-03-24T14:57:15.691Z Downloaded scheduled-thread-pool v0.2.7
9702026-03-24T14:57:15.694Z Downloaded rand_chacha v0.9.0
9712026-03-24T14:57:15.694Z Downloaded bumpalo v3.20.2
9722026-03-24T14:57:15.697Z Downloaded miniz_oxide v0.8.9
9732026-03-24T14:57:15.697Z Downloaded hickory-resolver v0.25.2
9742026-03-24T14:57:15.701Z Downloaded salsa20 v0.10.2
9752026-03-24T14:57:15.704Z Downloaded rand_core v0.6.4
9762026-03-24T14:57:15.704Z Downloaded postgres-types v0.2.12
9772026-03-24T14:57:15.707Z Downloaded same-file v1.0.6
9782026-03-24T14:57:15.707Z Downloaded resolv-conf v0.7.6
9792026-03-24T14:57:15.710Z Downloaded pkcs5 v0.7.1
9802026-03-24T14:57:15.713Z Downloaded papergrid v0.17.0
9812026-03-24T14:57:15.716Z Downloaded serde-big-array v0.5.1
9822026-03-24T14:57:15.720Z Downloaded seq-macro v0.3.6
9832026-03-24T14:57:15.720Z Downloaded scopeguard v1.2.0
9842026-03-24T14:57:15.723Z Downloaded scroll_derive v0.13.1
9852026-03-24T14:57:15.723Z Downloaded pkcs8 v0.10.2
9862026-03-24T14:57:15.726Z Downloaded ar_archive_writer v0.5.1
9872026-03-24T14:57:15.726Z Downloaded jiff-static v0.2.21
9882026-03-24T14:57:15.729Z Downloaded chacha20poly1305 v0.10.1
9892026-03-24T14:57:15.732Z Downloaded base64 v0.21.7
9902026-03-24T14:57:15.736Z Downloaded progenitor-extras v0.1.1
9912026-03-24T14:57:15.736Z Downloaded password-hash v0.5.0
9922026-03-24T14:57:15.740Z Downloaded hostname v0.4.2
9932026-03-24T14:57:15.740Z Downloaded scrypt v0.11.0
9942026-03-24T14:57:15.740Z Downloaded foldhash v0.1.5
9952026-03-24T14:57:15.740Z Downloaded secrecy v0.8.0
9962026-03-24T14:57:15.743Z Downloaded either v1.15.0
9972026-03-24T14:57:15.743Z Downloaded serde_plain v1.0.2
9982026-03-24T14:57:15.746Z Downloaded semver v0.1.20
9992026-03-24T14:57:15.746Z Downloaded secrecy v0.10.3
10002026-03-24T14:57:15.746Z Downloaded drift v0.1.3
10012026-03-24T14:57:15.750Z Downloaded serde_urlencoded v0.7.1
10022026-03-24T14:57:15.753Z Downloaded serde_spanned v1.0.4
10032026-03-24T14:57:15.753Z Downloaded serde_repr v0.1.20
10042026-03-24T14:57:15.756Z Downloaded openssl-sys v0.9.111
10052026-03-24T14:57:15.759Z Downloaded hashbrown v0.13.2
10062026-03-24T14:57:15.762Z Downloaded sha1 v0.10.6
10072026-03-24T14:57:15.765Z Downloaded signal-hook-mio v0.2.5
10082026-03-24T14:57:15.765Z Downloaded sigpipe v0.1.3
10092026-03-24T14:57:15.768Z Downloaded signal-hook-tokio v0.3.1
10102026-03-24T14:57:15.768Z Downloaded p256 v0.13.2
10112026-03-24T14:57:15.771Z Downloaded rustls-pemfile v1.0.4
10122026-03-24T14:57:15.772Z Downloaded rustversion v1.0.22
10132026-03-24T14:57:15.775Z Downloaded rustls-native-certs v0.8.3
10142026-03-24T14:57:15.778Z Downloaded siphasher v1.0.2
10152026-03-24T14:57:15.778Z Downloaded postcard v1.1.3
10162026-03-24T14:57:15.781Z Downloaded sapling-renderdag v0.1.0
10172026-03-24T14:57:15.781Z Downloaded signature v2.2.0
10182026-03-24T14:57:15.785Z Downloaded rustls-pemfile v2.2.0
10192026-03-24T14:57:15.785Z Downloaded minimal-lexical v0.2.1
10202026-03-24T14:57:15.788Z Downloaded pin-project v1.1.11
10212026-03-24T14:57:15.796Z Downloaded slog-bunyan v2.5.0
10222026-03-24T14:57:15.799Z Downloaded progenitor-impl v0.11.2
10232026-03-24T14:57:15.799Z Downloaded diesel-dtrace v0.5.0
10242026-03-24T14:57:15.803Z Downloaded daft-derive v0.1.5
10252026-03-24T14:57:15.806Z Downloaded slog-envlogger v2.2.0
10262026-03-24T14:57:15.806Z Downloaded rusty-fork v0.3.1
10272026-03-24T14:57:15.809Z Downloaded darling_macro v0.21.3
10282026-03-24T14:57:15.809Z Downloaded cmake v0.1.57
10292026-03-24T14:57:15.809Z Downloaded cipher v0.4.4
10302026-03-24T14:57:15.812Z Downloaded bit-vec v0.8.0
10312026-03-24T14:57:15.812Z Downloaded castaway v0.2.4
10322026-03-24T14:57:15.816Z Downloaded camino-tempfile-ext v0.3.3
10332026-03-24T14:57:15.816Z Downloaded blowfish v0.9.1
10342026-03-24T14:57:15.819Z Downloaded sct v0.7.1
10352026-03-24T14:57:15.819Z Downloaded base64 v0.22.1
10362026-03-24T14:57:15.822Z Downloaded progenitor-impl v0.13.0
10372026-03-24T14:57:15.825Z Downloaded base16ct v1.0.0
10382026-03-24T14:57:15.825Z Downloaded sec1 v0.7.3
10392026-03-24T14:57:15.829Z Downloaded prefix-trie v0.7.0
10402026-03-24T14:57:15.831Z Downloaded progenitor-impl v0.10.0
10412026-03-24T14:57:15.831Z Downloaded hickory-server v0.25.2
10422026-03-24T14:57:15.835Z Downloaded serde_bytes v0.11.19
10432026-03-24T14:57:15.838Z Downloaded serde_derive_internals v0.29.1
10442026-03-24T14:57:15.838Z Downloaded serde-hex v0.1.0
10452026-03-24T14:57:15.841Z Downloaded crossterm v0.28.1
10462026-03-24T14:57:15.844Z Downloaded ssh-encoding v0.2.0
10472026-03-24T14:57:15.847Z Downloaded serde_path_to_error v0.1.20
10482026-03-24T14:57:15.848Z Downloaded quinn-udp v0.5.14
10492026-03-24T14:57:15.851Z Downloaded ssh-cipher v0.2.0
10502026-03-24T14:57:15.851Z Downloaded sqlparser_derive v0.5.0
10512026-03-24T14:57:15.851Z Downloaded crossterm v0.29.0
10522026-03-24T14:57:15.856Z Downloaded russh-keys v0.45.0
10532026-03-24T14:57:15.859Z Downloaded hashbrown v0.12.3
10542026-03-24T14:57:15.862Z Downloaded scroll v0.13.0
10552026-03-24T14:57:15.865Z Downloaded structmeta-derive v0.3.0
10562026-03-24T14:57:15.865Z Downloaded strum v0.26.3
10572026-03-24T14:57:15.865Z Downloaded aes v0.8.4
10582026-03-24T14:57:15.868Z Downloaded strip-ansi-escapes v0.2.1
10592026-03-24T14:57:15.868Z Downloaded shlex v1.3.0
10602026-03-24T14:57:15.872Z Downloaded shell-words v1.1.1
10612026-03-24T14:57:15.872Z Downloaded signal-hook-registry v1.4.8
10622026-03-24T14:57:15.875Z Downloaded schemars_derive v0.8.22
10632026-03-24T14:57:15.875Z Downloaded slab v0.4.12
10642026-03-24T14:57:15.875Z Downloaded rcgen v0.12.1
10652026-03-24T14:57:15.879Z Downloaded strum v0.27.2
10662026-03-24T14:57:15.882Z Downloaded simd-adler32 v0.3.8
10672026-03-24T14:57:15.882Z Downloaded subtle v2.6.1
10682026-03-24T14:57:15.885Z Downloaded slog-dtrace v0.3.0
10692026-03-24T14:57:15.885Z Downloaded slog-json v2.6.1
10702026-03-24T14:57:15.888Z Downloaded sync_wrapper v1.0.2
10712026-03-24T14:57:15.888Z Downloaded sync-ptr v0.1.4
10722026-03-24T14:57:15.888Z Downloaded supports-color v3.0.2
10732026-03-24T14:57:15.891Z Downloaded slog-async v2.8.0
10742026-03-24T14:57:15.891Z Downloaded slog-scope v4.4.1
10752026-03-24T14:57:15.891Z Downloaded smallvec v0.6.14
10762026-03-24T14:57:15.895Z Downloaded slog-term v2.9.2
10772026-03-24T14:57:15.898Z Downloaded pretty_assertions v1.4.1
10782026-03-24T14:57:15.901Z Downloaded take_mut v0.2.2
10792026-03-24T14:57:15.901Z Downloaded tap v1.0.1
10802026-03-24T14:57:15.901Z Downloaded tabwriter v1.4.1
10812026-03-24T14:57:15.904Z Downloaded hyper-util v0.1.20
10822026-03-24T14:57:15.907Z Downloaded snafu-derive v0.8.9
10832026-03-24T14:57:15.910Z Downloaded tabled_derive v0.11.0
10842026-03-24T14:57:15.910Z Downloaded smf v0.2.3
10852026-03-24T14:57:15.914Z Downloaded slog-stdlog v4.1.1
10862026-03-24T14:57:15.914Z Downloaded tagptr v0.2.0
10872026-03-24T14:57:15.918Z Downloaded prettyplease v0.2.37
10882026-03-24T14:57:15.925Z Downloaded serde_cbor v0.11.2
10892026-03-24T14:57:15.929Z Downloaded sqlformat v0.3.5
10902026-03-24T14:57:15.932Z Downloaded testing_table v0.3.0
10912026-03-24T14:57:15.932Z Downloaded static_assertions v1.1.0
10922026-03-24T14:57:15.932Z Downloaded stacker v0.1.23
10932026-03-24T14:57:15.935Z Downloaded thiserror-impl-no-std v2.0.2
10942026-03-24T14:57:15.935Z Downloaded time-core v0.1.8
10952026-03-24T14:57:15.938Z Downloaded thread-id v5.1.0
10962026-03-24T14:57:15.938Z Downloaded http v1.4.0
10972026-03-24T14:57:15.941Z Downloaded itertools v0.10.5
10982026-03-24T14:57:15.944Z Downloaded stringprep v0.1.5
10992026-03-24T14:57:15.948Z Downloaded spki v0.7.3
11002026-03-24T14:57:15.951Z Downloaded ron v0.8.1
11012026-03-24T14:57:15.954Z Downloaded structmeta v0.3.0
11022026-03-24T14:57:15.954Z Downloaded rustls-pki-types v1.14.0
11032026-03-24T14:57:15.961Z Downloaded strum_macros v0.26.4
11042026-03-24T14:57:15.964Z Downloaded ryu v1.0.23
11052026-03-24T14:57:15.968Z Downloaded tinyvec_macros v0.1.1
11062026-03-24T14:57:15.968Z Downloaded aes-gcm v0.10.3
11072026-03-24T14:57:15.971Z Downloaded strum_macros v0.24.3
11082026-03-24T14:57:15.974Z Downloaded support-bundle-viewer v0.1.2
11092026-03-24T14:57:15.977Z Downloaded mio v1.1.1
11102026-03-24T14:57:15.980Z Downloaded hashbrown v0.15.5
11112026-03-24T14:57:15.984Z Downloaded strum_macros v0.27.2
11122026-03-24T14:57:15.994Z Downloaded rayon-core v1.13.0
11132026-03-24T14:57:15.998Z Downloaded spin v0.9.8
11142026-03-24T14:57:16.004Z Downloaded termtree v0.5.1
11152026-03-24T14:57:16.007Z Downloaded termios v0.3.3
11162026-03-24T14:57:16.010Z Downloaded qorb v0.4.1
11172026-03-24T14:57:16.013Z Downloaded quinn v0.11.9
11182026-03-24T14:57:16.016Z Downloaded thiserror-no-std v2.0.2
11192026-03-24T14:57:16.020Z Downloaded publicsuffix v2.3.0
11202026-03-24T14:57:16.023Z Downloaded topological-sort v0.2.2
11212026-03-24T14:57:16.026Z Downloaded tower-layer v0.3.3
11222026-03-24T14:57:16.026Z Downloaded tower-service v0.3.3
11232026-03-24T14:57:16.030Z Downloaded try-lock v0.2.5
11242026-03-24T14:57:16.030Z Downloaded trait-variant v0.1.2
11252026-03-24T14:57:16.033Z Downloaded string_cache v0.8.9
11262026-03-24T14:57:16.036Z Downloaded libxml v0.3.3
11272026-03-24T14:57:16.040Z Downloaded tiny-keccak v2.0.2
11282026-03-24T14:57:16.043Z Downloaded serde_with_macros v3.17.0
11292026-03-24T14:57:16.046Z Downloaded rand v0.8.5
11302026-03-24T14:57:16.046Z Downloaded unarray v0.1.4
11312026-03-24T14:57:16.049Z Downloaded typify-macro v0.4.3
11322026-03-24T14:57:16.049Z Downloaded time-macros v0.2.27
11332026-03-24T14:57:16.052Z Downloaded signal-hook v0.3.18
11342026-03-24T14:57:16.055Z Downloaded rustls-platform-verifier v0.6.2
11352026-03-24T14:57:16.058Z Downloaded tokio-native-tls v0.3.1
11362026-03-24T14:57:16.061Z Downloaded tls_codec v0.4.2
11372026-03-24T14:57:16.064Z Downloaded tokio-macros v2.6.0
11382026-03-24T14:57:16.069Z Downloaded slog v2.8.2
11392026-03-24T14:57:16.073Z Downloaded tokio-dtrace v0.1.1
11402026-03-24T14:57:16.076Z Downloaded schemars v0.8.22
11412026-03-24T14:57:16.083Z Downloaded untrusted v0.9.0
11422026-03-24T14:57:16.086Z Downloaded utf-8 v0.7.6
11432026-03-24T14:57:16.086Z Downloaded usdt-attr-macro v0.6.0
11442026-03-24T14:57:16.089Z Downloaded untrusted v0.7.1
11452026-03-24T14:57:16.089Z Downloaded usdt-macro v0.6.0
11462026-03-24T14:57:16.089Z Downloaded universal-hash v0.5.1
11472026-03-24T14:57:16.089Z Downloaded tokio-tungstenite v0.23.1
11482026-03-24T14:57:16.092Z Downloaded void v1.0.2
11492026-03-24T14:57:16.092Z Downloaded toml_writer v1.0.6+spec-1.1.0
11502026-03-24T14:57:16.095Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11512026-03-24T14:57:16.095Z Downloaded tokio-rustls v0.25.0
11522026-03-24T14:57:16.098Z Downloaded itertools v0.12.1
11532026-03-24T14:57:16.101Z Downloaded thread_local v1.1.9
11542026-03-24T14:57:16.104Z Downloaded tls_codec_derive v0.4.2
11552026-03-24T14:57:16.105Z Downloaded term v1.2.1
11562026-03-24T14:57:16.108Z Downloaded term v0.7.0
11572026-03-24T14:57:16.111Z Downloaded socket2 v0.6.2
11582026-03-24T14:57:16.114Z Downloaded nom v7.1.3
11592026-03-24T14:57:16.117Z Downloaded wait-timeout v0.2.1
11602026-03-24T14:57:16.117Z Downloaded iddqd v0.3.17
11612026-03-24T14:57:16.123Z Downloaded socket2 v0.5.10
11622026-03-24T14:57:16.126Z Downloaded serde_yaml v0.9.34+deprecated
11632026-03-24T14:57:16.129Z Downloaded want v0.3.1
11642026-03-24T14:57:16.132Z Downloaded typify-macro v0.6.1
11652026-03-24T14:57:16.132Z Downloaded tui-tree-widget v0.23.1
11662026-03-24T14:57:16.135Z Downloaded waitgroup v0.1.2
11672026-03-24T14:57:16.135Z Downloaded iri-string v0.7.10
11682026-03-24T14:57:16.140Z Downloaded rustls-webpki v0.103.9
11692026-03-24T14:57:16.143Z Downloaded num-bigint v0.4.6
11702026-03-24T14:57:16.147Z Downloaded tokio-rustls v0.24.1
11712026-03-24T14:57:16.150Z Downloaded unicase v2.9.0
11722026-03-24T14:57:16.150Z Downloaded unicode-truncate v1.1.0
11732026-03-24T14:57:16.154Z Downloaded xattr v1.6.1
11742026-03-24T14:57:16.159Z Downloaded rand v0.9.2
11752026-03-24T14:57:16.162Z Downloaded num-bigint-dig v0.8.6
11762026-03-24T14:57:16.165Z Downloaded tokio-tungstenite v0.21.0
11772026-03-24T14:57:16.168Z Downloaded unit-prefix v0.5.2
11782026-03-24T14:57:16.168Z Downloaded aho-corasick v1.1.4
11792026-03-24T14:57:16.172Z Downloaded xshell-macros v0.2.7
11802026-03-24T14:57:16.176Z Downloaded uzers v0.12.2
11812026-03-24T14:57:16.176Z Downloaded zeroize_derive v1.4.3
11822026-03-24T14:57:16.176Z Downloaded usdt-impl v0.6.0
11832026-03-24T14:57:16.179Z Downloaded similar v2.7.0
11842026-03-24T14:57:16.182Z Downloaded usdt v0.6.0
11852026-03-24T14:57:16.182Z Downloaded zone_cfg_derive v0.3.1
11862026-03-24T14:57:16.182Z Downloaded test-strategy v0.4.5
11872026-03-24T14:57:16.186Z Downloaded tar v0.4.44
11882026-03-24T14:57:16.191Z Downloaded schemars v1.2.1
11892026-03-24T14:57:16.202Z Downloaded snafu v0.8.9
11902026-03-24T14:57:16.206Z Downloaded vergen-lib v0.1.6
11912026-03-24T14:57:16.209Z Downloaded zone v0.3.1
11922026-03-24T14:57:16.209Z Downloaded vergen-git2 v1.0.7
11932026-03-24T14:57:16.212Z Downloaded toml_parser v1.0.9+spec-1.1.0
11942026-03-24T14:57:16.212Z Downloaded schemars v0.9.0
11952026-03-24T14:57:16.221Z Downloaded walkdir v2.5.0
11962026-03-24T14:57:16.224Z Downloaded vsss-rs v3.3.4
11972026-03-24T14:57:16.227Z Downloaded tracing-attributes v0.1.31
11982026-03-24T14:57:16.227Z Downloaded itertools v0.13.0
11992026-03-24T14:57:16.231Z Downloaded unicode-properties v0.1.4
12002026-03-24T14:57:16.235Z Downloaded tinyvec v1.10.0
12012026-03-24T14:57:16.238Z Downloaded rand v0.10.0
12022026-03-24T14:57:16.242Z Downloaded twox-hash v2.1.2
12032026-03-24T14:57:16.242Z Downloaded h2 v0.4.13
12042026-03-24T14:57:16.246Z Downloaded wyz v0.5.1
12052026-03-24T14:57:16.249Z Downloaded whoami v2.1.0
12062026-03-24T14:57:16.249Z Downloaded tokio-rustls v0.26.4
12072026-03-24T14:57:16.252Z Downloaded toml v0.7.8
12082026-03-24T14:57:16.252Z Downloaded itertools v0.14.0
12092026-03-24T14:57:16.257Z Downloaded subprocess v0.2.15
12102026-03-24T14:57:16.260Z Downloaded hyper v1.8.1
12112026-03-24T14:57:16.264Z Downloaded zeroize v1.8.2
12122026-03-24T14:57:16.270Z Downloaded xz2 v0.1.7
12132026-03-24T14:57:16.270Z Downloaded xshell v0.2.7
12142026-03-24T14:57:16.270Z Downloaded vergen v9.0.6
12152026-03-24T14:57:16.270Z Downloaded toml v0.9.12+spec-1.1.0
12162026-03-24T14:57:16.274Z Downloaded libm v0.2.16
12172026-03-24T14:57:16.282Z Downloaded vergen-gitcl v1.0.8
12182026-03-24T14:57:16.285Z Downloaded tokio-stream v0.1.18
12192026-03-24T14:57:16.285Z Downloaded russh v0.45.0
12202026-03-24T14:57:16.289Z Downloaded steno v0.4.1
12212026-03-24T14:57:16.292Z Downloaded typify v0.4.3
12222026-03-24T14:57:16.295Z Downloaded hkdf v0.12.4
12232026-03-24T14:57:16.298Z Downloaded rsa v0.9.10
12242026-03-24T14:57:16.304Z Downloaded samael v0.0.19
12252026-03-24T14:57:16.309Z Downloaded zstd v0.13.3
12262026-03-24T14:57:16.312Z Downloaded tracing-core v0.1.36
12272026-03-24T14:57:16.315Z Downloaded zstd-safe v7.2.4
12282026-03-24T14:57:16.315Z Downloaded tungstenite v0.23.0
12292026-03-24T14:57:16.318Z Downloaded futures-util v0.3.32
12302026-03-24T14:57:16.326Z Downloaded zerocopy v0.6.6
12312026-03-24T14:57:16.329Z Downloaded unicode-bidi v0.3.18
12322026-03-24T14:57:16.334Z Downloaded yasna v0.5.2
12332026-03-24T14:57:16.337Z Downloaded whoami v1.6.1
12342026-03-24T14:57:16.340Z Downloaded rpassword v7.4.0
12352026-03-24T14:57:16.344Z Downloaded vte v0.14.1
12362026-03-24T14:57:16.347Z Downloaded rustyline v14.0.0
12372026-03-24T14:57:16.350Z Downloaded unsafe-libyaml v0.2.11
12382026-03-24T14:57:16.353Z Downloaded typify v0.6.1
12392026-03-24T14:57:16.357Z Downloaded p521 v0.13.3
12402026-03-24T14:57:16.362Z Downloaded uuid v1.21.0
12412026-03-24T14:57:16.378Z Downloaded toml_edit v0.19.15
12422026-03-24T14:57:16.390Z Downloaded tungstenite v0.21.0
12432026-03-24T14:57:16.393Z Downloaded toml_edit v0.23.10+spec-1.0.0
12442026-03-24T14:57:16.405Z Downloaded ron v0.12.0
12452026-03-24T14:57:16.411Z Downloaded blake3 v1.8.3
12462026-03-24T14:57:16.418Z Downloaded tokio-postgres v0.7.16
12472026-03-24T14:57:16.425Z Downloaded p384 v0.13.1
12482026-03-24T14:57:16.429Z Downloaded zopfli v0.8.3
12492026-03-24T14:57:16.432Z Downloaded reqwest v0.13.2
12502026-03-24T14:57:16.435Z Downloaded reedline v0.40.0
12512026-03-24T14:57:16.476Z Downloaded unicode_categories v0.1.1
12522026-03-24T14:57:16.479Z Downloaded reqwest v0.12.28
12532026-03-24T14:57:16.483Z Downloaded yansi v1.0.1
12542026-03-24T14:57:16.487Z Downloaded zip v0.6.6
12552026-03-24T14:57:16.491Z Downloaded zerocopy-derive v0.8.40
12562026-03-24T14:57:16.495Z Downloaded bitvec v1.0.1
12572026-03-24T14:57:16.506Z Downloaded ssh-key v0.6.7
12582026-03-24T14:57:16.511Z Downloaded regex v1.12.3
12592026-03-24T14:57:16.515Z Downloaded bindgen v0.71.1
12602026-03-24T14:57:16.521Z Downloaded rustls-webpki v0.101.7
12612026-03-24T14:57:16.531Z Downloaded salty v0.3.0
12622026-03-24T14:57:16.536Z Downloaded rayon v1.11.0
12632026-03-24T14:57:16.544Z Downloaded moka v0.12.13
12642026-03-24T14:57:16.551Z Downloaded git2 v0.20.4
12652026-03-24T14:57:16.557Z Downloaded unicode-normalization v0.1.25
12662026-03-24T14:57:16.561Z Downloaded lalrpop v0.19.12
12672026-03-24T14:57:16.568Z Downloaded x509-cert v0.2.5
12682026-03-24T14:57:16.573Z Downloaded unicode-segmentation v1.12.0
12692026-03-24T14:57:16.576Z Downloaded quick-xml v0.37.5
12702026-03-24T14:57:16.579Z Downloaded portable-atomic v1.13.1
12712026-03-24T14:57:16.585Z Downloaded tower-http v0.6.8
12722026-03-24T14:57:16.591Z Downloaded aws-lc-rs v1.16.0
12732026-03-24T14:57:16.598Z Downloaded petname v2.0.2
12742026-03-24T14:57:16.602Z Downloaded typed-path v0.9.3
12752026-03-24T14:57:16.607Z Downloaded tower v0.5.3
12762026-03-24T14:57:16.614Z Downloaded chrono v0.4.44
12772026-03-24T14:57:16.619Z Downloaded tokio-util v0.7.18
12782026-03-24T14:57:16.632Z Downloaded zip v4.6.1
12792026-03-24T14:57:16.635Z Downloaded serde_with v3.17.0
12802026-03-24T14:57:16.644Z Downloaded rustls-webpki v0.102.8
12812026-03-24T14:57:16.658Z Downloaded tough v0.20.0
12822026-03-24T14:57:16.664Z Downloaded goblin v0.10.5
12832026-03-24T14:57:16.669Z Downloaded proptest v1.10.0
12842026-03-24T14:57:16.677Z Downloaded radix_trie v0.2.1
12852026-03-24T14:57:16.681Z Downloaded curve25519-dalek v4.1.3
12862026-03-24T14:57:16.687Z Downloaded winnow v0.6.26
12872026-03-24T14:57:16.694Z Downloaded winnow v0.5.40
12882026-03-24T14:57:16.700Z Downloaded object v0.30.4
12892026-03-24T14:57:16.708Z Downloaded polar-core v0.27.3
12902026-03-24T14:57:16.713Z Downloaded nix v0.27.1
12912026-03-24T14:57:16.721Z Downloaded quinn-proto v0.11.13
12922026-03-24T14:57:16.731Z Downloaded openssl v0.10.75
12932026-03-24T14:57:16.754Z Downloaded tabled v0.20.0
12942026-03-24T14:57:16.767Z Downloaded bstr v1.12.1
12952026-03-24T14:57:16.774Z Downloaded rustls v0.21.12
12962026-03-24T14:57:16.782Z Downloaded dropshot v0.16.7
12972026-03-24T14:57:16.798Z Downloaded time v0.3.47
12982026-03-24T14:57:16.807Z Downloaded nix v0.29.0
12992026-03-24T14:57:16.816Z Downloaded nix v0.31.1
13002026-03-24T14:57:16.824Z Downloaded zlib-rs v0.6.2
13012026-03-24T14:57:16.829Z Downloaded vcpkg v0.2.15
13022026-03-24T14:57:16.859Z Downloaded object v0.37.3
13032026-03-24T14:57:16.867Z Downloaded hickory-proto v0.24.4
13042026-03-24T14:57:16.878Z Downloaded webpki-roots v1.0.6
13052026-03-24T14:57:16.881Z Downloaded smoltcp v0.11.0
13062026-03-24T14:57:16.890Z Downloaded smoltcp v0.9.1
13072026-03-24T14:57:16.897Z Downloaded rustls v0.22.4
13082026-03-24T14:57:16.907Z Downloaded nix v0.28.0
13092026-03-24T14:57:16.915Z Downloaded regress v0.10.5
13102026-03-24T14:57:16.922Z Downloaded zerocopy v0.8.40
13112026-03-24T14:57:16.929Z Downloaded rustix v0.38.44
13122026-03-24T14:57:16.946Z Downloaded regex-syntax v0.8.10
13132026-03-24T14:57:16.952Z Downloaded hickory-proto v0.25.2
13142026-03-24T14:57:16.964Z Downloaded rustls v0.23.37
13152026-03-24T14:57:16.972Z Downloaded openapiv3 v2.2.0
13162026-03-24T14:57:16.982Z Downloaded regex-syntax v0.6.29
13172026-03-24T14:57:16.987Z Downloaded diesel v2.3.7
13182026-03-24T14:57:17.003Z Downloaded sqlparser v0.61.0
13192026-03-24T14:57:17.023Z Downloaded sled v0.34.7
13202026-03-24T14:57:17.046Z Downloaded typify-impl v0.6.1
13212026-03-24T14:57:17.059Z Downloaded ratatui v0.29.0
13222026-03-24T14:57:17.074Z Downloaded tracing v0.1.44
13232026-03-24T14:57:17.092Z Downloaded typify-impl v0.4.3
13242026-03-24T14:57:17.102Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-03-24T14:57:17.111Z Downloaded zerocopy-derive v0.6.6
13262026-03-24T14:57:17.128Z Downloaded regex-automata v0.4.14
13272026-03-24T14:57:17.142Z Downloaded chrono-tz v0.10.4
13282026-03-24T14:57:17.158Z Downloaded petgraph v0.6.5
13292026-03-24T14:57:17.177Z Downloaded lzma-sys v0.1.20
13302026-03-24T14:57:17.199Z Downloaded jiff v0.2.21
13312026-03-24T14:57:17.223Z Downloaded petgraph v0.8.3
13322026-03-24T14:57:17.239Z Downloaded csv v1.4.0
13332026-03-24T14:57:17.255Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-03-24T14:57:17.268Z Downloaded libz-sys v1.1.24
13352026-03-24T14:57:17.284Z Downloaded tokio v1.49.0
13362026-03-24T14:57:17.314Z Downloaded sha3 v0.10.8
13372026-03-24T14:57:17.362Z Downloaded encoding_rs v0.8.35
13382026-03-24T14:57:17.388Z Downloaded ring v0.17.14
13392026-03-24T14:57:17.455Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-24T14:57:18.106Z Downloaded aws-lc-sys v0.37.1
13412026-03-24T14:57:18.424Z Compiling libc v0.2.180
13422026-03-24T14:57:18.427Z Compiling serde v1.0.228
13432026-03-24T14:57:18.427Z Compiling log v0.4.29
13442026-03-24T14:57:18.427Z Compiling find-msvc-tools v0.1.9
13452026-03-24T14:57:18.637Z Compiling shlex v1.3.0
13462026-03-24T14:57:18.640Z Compiling smallvec v1.15.1
13472026-03-24T14:57:18.656Z Compiling syn v2.0.117
13482026-03-24T14:57:18.675Z Compiling typenum v1.19.0
13492026-03-24T14:57:18.875Z Compiling generic-array v0.14.7
13502026-03-24T14:57:18.907Z Compiling subtle v2.6.1
13512026-03-24T14:57:18.984Z Compiling scopeguard v1.2.0
13522026-03-24T14:57:19.009Z Compiling portable-atomic v1.13.1
13532026-03-24T14:57:19.029Z Compiling const-oid v0.9.6
13542026-03-24T14:57:19.128Z Compiling lock_api v0.4.14
13552026-03-24T14:57:19.131Z Compiling critical-section v1.2.0
13562026-03-24T14:57:19.183Z Compiling zerocopy v0.8.40
13572026-03-24T14:57:19.292Z Compiling parking_lot_core v0.9.12
13582026-03-24T14:57:19.433Z Compiling serde_json v1.0.149
13592026-03-24T14:57:19.590Z Compiling pin-project-lite v0.2.17
13602026-03-24T14:57:19.762Z Compiling pkg-config v0.3.32
13612026-03-24T14:57:19.800Z Compiling getrandom v0.2.17
13622026-03-24T14:57:19.877Z Compiling jobserver v0.1.34
13632026-03-24T14:57:20.013Z Compiling rand_core v0.6.4
13642026-03-24T14:57:20.082Z Compiling errno v0.3.14
13652026-03-24T14:57:20.270Z Compiling cc v1.2.56
13662026-03-24T14:57:20.365Z Compiling once_cell v1.21.3
13672026-03-24T14:57:20.385Z Compiling signal-hook-registry v1.4.8
13682026-03-24T14:57:20.404Z Compiling parking_lot v0.12.5
13692026-03-24T14:57:20.509Z Compiling mio v1.1.1
13702026-03-24T14:57:20.527Z Compiling bitflags v2.11.0
13712026-03-24T14:57:20.636Z Compiling libm v0.2.16
13722026-03-24T14:57:20.744Z Compiling num-traits v0.2.19
13732026-03-24T14:57:20.823Z Compiling futures-core v0.3.32
13742026-03-24T14:57:20.917Z Compiling socket2 v0.6.2
13752026-03-24T14:57:21.015Z Compiling percent-encoding v2.3.2
13762026-03-24T14:57:21.166Z Compiling allocator-api2 v0.2.21
13772026-03-24T14:57:21.186Z Compiling futures-sink v0.3.32
13782026-03-24T14:57:21.250Z Compiling foldhash v0.2.0
13792026-03-24T14:57:21.315Z Compiling cpufeatures v0.2.17
13802026-03-24T14:57:21.336Z Compiling futures-channel v0.3.32
13812026-03-24T14:57:21.408Z Compiling futures-task v0.3.32
13822026-03-24T14:57:21.457Z Compiling futures-io v0.3.32
13832026-03-24T14:57:21.524Z Compiling getrandom v0.4.1
13842026-03-24T14:57:21.597Z Compiling hashbrown v0.16.1
13852026-03-24T14:57:21.619Z Compiling slab v0.4.12
13862026-03-24T14:57:21.638Z Compiling getrandom v0.3.4
13872026-03-24T14:57:21.656Z Compiling rustversion v1.0.22
13882026-03-24T14:57:21.835Z Compiling rand_core v0.10.0
13892026-03-24T14:57:21.953Z Compiling cmake v0.1.57
13902026-03-24T14:57:22.308Z Compiling indexmap v2.13.0
13912026-03-24T14:57:22.423Z Compiling form_urlencoded v1.2.2
13922026-03-24T14:57:22.470Z Compiling fs_extra v1.3.0
13932026-03-24T14:57:22.629Z Compiling dunce v1.0.5
13942026-03-24T14:57:22.690Z Compiling base64ct v1.8.3
13952026-03-24T14:57:22.750Z Compiling synstructure v0.13.2
13962026-03-24T14:57:22.838Z Compiling ident_case v1.0.1
13972026-03-24T14:57:22.856Z Compiling aws-lc-sys v0.37.1
13982026-03-24T14:57:22.992Z Compiling pem-rfc7468 v0.7.0
13992026-03-24T14:57:23.069Z Compiling flagset v0.4.7
14002026-03-24T14:57:23.156Z Compiling rand_core v0.9.5
14012026-03-24T14:57:23.188Z Compiling iana-time-zone v0.1.65
14022026-03-24T14:57:23.233Z Compiling rustix v1.1.3
14032026-03-24T14:57:23.253Z Compiling ring v0.17.14
14042026-03-24T14:57:23.393Z Compiling uuid v1.21.0
14052026-03-24T14:57:23.455Z Compiling rustc_version v0.4.1
14062026-03-24T14:57:23.511Z Compiling aws-lc-rs v1.16.0
14072026-03-24T14:57:23.600Z Compiling vcpkg v0.2.15
14082026-03-24T14:57:23.876Z Compiling regex-syntax v0.8.10
14092026-03-24T14:57:23.896Z Compiling tracing-core v0.1.36
14102026-03-24T14:57:24.290Z Compiling crossbeam-utils v0.8.21
14112026-03-24T14:57:24.581Z Compiling openssl-sys v0.9.111
14122026-03-24T14:57:24.642Z Compiling pest_generator v2.8.6
14132026-03-24T14:57:24.687Z Compiling serde_derive_internals v0.29.1
14142026-03-24T14:57:25.312Z Compiling openssl-probe v0.2.1
14152026-03-24T14:57:25.346Z Compiling serde_derive v1.0.228
14162026-03-24T14:57:25.530Z Compiling zeroize_derive v1.4.3
14172026-03-24T14:57:25.568Z Compiling zerofrom-derive v0.1.6
14182026-03-24T14:57:25.589Z Compiling yoke-derive v0.8.1
14192026-03-24T14:57:25.935Z Compiling zerocopy-derive v0.8.40
14202026-03-24T14:57:26.372Z Compiling zeroize v1.8.2
14212026-03-24T14:57:27.096Z Compiling zerovec-derive v0.11.2
14222026-03-24T14:57:27.142Z Compiling displaydoc v0.2.5
14232026-03-24T14:57:27.407Z Compiling crypto-common v0.1.7
14242026-03-24T14:57:27.460Z Compiling zerofrom v0.1.6
14252026-03-24T14:57:27.615Z Compiling block-buffer v0.10.4
14262026-03-24T14:57:27.671Z Compiling yoke v0.8.1
14272026-03-24T14:57:27.824Z Compiling digest v0.10.7
14282026-03-24T14:57:27.913Z Compiling tokio-macros v2.6.0
14292026-03-24T14:57:28.121Z Compiling hmac v0.12.1
14302026-03-24T14:57:28.147Z Compiling futures-macro v0.3.32
14312026-03-24T14:57:28.150Z Compiling zerotrie v0.2.3
14322026-03-24T14:57:28.324Z Compiling block-padding v0.3.3
14332026-03-24T14:57:28.532Z Compiling inout v0.1.4
14342026-03-24T14:57:28.560Z Compiling sha2 v0.10.9
14352026-03-24T14:57:28.606Z Compiling zerovec v0.11.5
14362026-03-24T14:57:28.746Z Compiling cipher v0.4.4
14372026-03-24T14:57:28.888Z Compiling der_derive v0.7.3
14382026-03-24T14:57:29.096Z Compiling salsa20 v0.10.2
14392026-03-24T14:57:29.210Z Compiling futures-util v0.3.32
14402026-03-24T14:57:29.275Z Compiling tinystr v0.8.2
14412026-03-24T14:57:29.308Z Compiling potential_utf v0.1.4
14422026-03-24T14:57:29.482Z Compiling icu_locale_core v2.1.1
14432026-03-24T14:57:29.513Z Compiling icu_collections v2.1.1
14442026-03-24T14:57:30.071Z Compiling bytes v1.11.1
14452026-03-24T14:57:30.139Z Compiling chrono v0.4.44
14462026-03-24T14:57:30.157Z Compiling der v0.7.10
14472026-03-24T14:57:30.413Z Compiling icu_provider v2.1.1
14482026-03-24T14:57:30.685Z Compiling pbkdf2 v0.12.2
14492026-03-24T14:57:30.790Z Compiling tokio v1.49.0
14502026-03-24T14:57:30.831Z Compiling icu_normalizer v2.1.1
14512026-03-24T14:57:30.903Z Compiling icu_properties v2.1.2
14522026-03-24T14:57:31.529Z Compiling spki v0.7.3
14532026-03-24T14:57:31.784Z Compiling http v1.4.0
14542026-03-24T14:57:31.812Z Compiling thiserror-impl v2.0.18
14552026-03-24T14:57:32.019Z Compiling ppv-lite86 v0.2.21
14562026-03-24T14:57:32.229Z Compiling idna_adapter v1.2.1
14572026-03-24T14:57:32.257Z Compiling scrypt v0.11.0
14582026-03-24T14:57:32.396Z Compiling idna v1.1.0
14592026-03-24T14:57:32.424Z Compiling rand_chacha v0.9.0
14602026-03-24T14:57:32.450Z Compiling aes v0.8.4
14612026-03-24T14:57:32.616Z Compiling cbc v0.1.2
14622026-03-24T14:57:32.802Z Compiling rustls-pki-types v1.14.0
14632026-03-24T14:57:33.053Z Compiling url v2.5.8
14642026-03-24T14:57:33.326Z Compiling tracing-attributes v0.1.31
14652026-03-24T14:57:33.367Z Compiling pkcs5 v0.7.1
14662026-03-24T14:57:33.416Z Compiling rand v0.9.2
14672026-03-24T14:57:33.585Z Compiling thiserror v2.0.18
14682026-03-24T14:57:33.716Z Compiling http-body v1.0.1
14692026-03-24T14:57:33.869Z Compiling schemars v0.8.22
14702026-03-24T14:57:33.903Z Compiling base64 v0.22.1
14712026-03-24T14:57:33.999Z Compiling httparse v1.10.1
14722026-03-24T14:57:34.108Z Compiling untrusted v0.7.1
14732026-03-24T14:57:34.127Z Compiling untrusted v0.9.0
14742026-03-24T14:57:34.261Z Compiling syn v1.0.109
14752026-03-24T14:57:34.338Z Compiling pkcs8 v0.10.2
14762026-03-24T14:57:34.445Z Compiling schemars_derive v0.8.22
14772026-03-24T14:57:34.484Z Compiling pest_derive v2.8.6
14782026-03-24T14:57:34.699Z Compiling scroll_derive v0.13.1
14792026-03-24T14:57:35.011Z Compiling darling_core v0.20.11
14802026-03-24T14:57:35.129Z Compiling tracing v0.1.44
14812026-03-24T14:57:35.395Z Compiling try-lock v0.2.5
14822026-03-24T14:57:35.474Z Compiling dyn-clone v1.0.20
14832026-03-24T14:57:35.525Z Compiling atomic-waker v1.1.2
14842026-03-24T14:57:35.646Z Compiling rustls v0.23.37
14852026-03-24T14:57:35.678Z Compiling tower-layer v0.3.3
14862026-03-24T14:57:35.737Z Compiling tinyvec_macros v0.1.1
14872026-03-24T14:57:35.824Z Compiling tower-service v0.3.3
14882026-03-24T14:57:35.855Z Compiling tinyvec v1.10.0
14892026-03-24T14:57:35.877Z Compiling tokio-util v0.7.18
14902026-03-24T14:57:35.938Z Compiling scroll v0.13.0
14912026-03-24T14:57:36.286Z Compiling want v0.3.1
14922026-03-24T14:57:36.696Z Compiling ipnet v2.11.0
14932026-03-24T14:57:36.873Z Compiling h2 v0.4.13
14942026-03-24T14:57:37.281Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-24T14:57:37.359Z Compiling spin v0.9.8
14962026-03-24T14:57:37.670Z Compiling aho-corasick v1.1.4
14972026-03-24T14:57:37.815Z Compiling openssl v0.10.75
14982026-03-24T14:57:37.921Z Compiling time-core v0.1.8
14992026-03-24T14:57:38.110Z Compiling foreign-types-shared v0.1.1
15002026-03-24T14:57:38.130Z Compiling pin-utils v0.1.0
15012026-03-24T14:57:38.215Z Compiling crc32fast v1.5.0
15022026-03-24T14:57:38.218Z Compiling powerfmt v0.2.0
15032026-03-24T14:57:38.259Z Compiling darling_macro v0.20.11
15042026-03-24T14:57:38.489Z Compiling num-conv v0.2.0
15052026-03-24T14:57:38.576Z Compiling httpdate v1.0.3
15062026-03-24T14:57:38.655Z Compiling time-macros v0.2.27
15072026-03-24T14:57:38.819Z Compiling regex-automata v0.4.14
15082026-03-24T14:57:38.855Z Compiling darling v0.20.11
15092026-03-24T14:57:38.931Z Compiling deranged v0.5.8
15102026-03-24T14:57:38.954Z Compiling foreign-types v0.3.2
15112026-03-24T14:57:39.043Z Compiling tempfile v3.25.0
15122026-03-24T14:57:40.017Z Compiling goblin v0.10.5
15132026-03-24T14:57:40.082Z Compiling openssl-macros v0.1.1
15142026-03-24T14:57:40.264Z Compiling thiserror-impl v1.0.69
15152026-03-24T14:57:41.259Z Compiling hyper v1.8.1
15162026-03-24T14:57:41.929Z Compiling wait-timeout v0.2.1
15172026-03-24T14:57:41.949Z Compiling usdt-impl v0.6.0
15182026-03-24T14:57:42.209Z Compiling either v1.15.0
15192026-03-24T14:57:42.229Z Compiling siphasher v1.0.2
15202026-03-24T14:57:42.260Z Compiling bit-vec v0.8.0
15212026-03-24T14:57:42.471Z Compiling num_threads v0.1.7
15222026-03-24T14:57:42.471Z Compiling native-tls v0.2.18
15232026-03-24T14:57:42.575Z Compiling quick-error v1.2.3
15242026-03-24T14:57:42.622Z Compiling simd-adler32 v0.3.8
15252026-03-24T14:57:42.707Z Compiling hyper-util v0.1.20
15262026-03-24T14:57:42.795Z Compiling rusty-fork v0.3.1
15272026-03-24T14:57:42.958Z Compiling time v0.3.47
15282026-03-24T14:57:43.217Z Compiling bit-set v0.8.0
15292026-03-24T14:57:43.448Z Compiling thiserror v1.0.69
15302026-03-24T14:57:43.574Z Compiling derive_builder_core v0.20.2
15312026-03-24T14:57:44.527Z Compiling dof v0.4.0
15322026-03-24T14:57:44.977Z Compiling unicode-normalization v0.1.25
15332026-03-24T14:57:45.023Z Compiling crossbeam-epoch v0.9.18
15342026-03-24T14:57:45.130Z Compiling dtrace-parser v0.3.0
15352026-03-24T14:57:45.457Z Compiling rustls-native-certs v0.8.3
15362026-03-24T14:57:45.562Z Compiling signature v2.2.0
15372026-03-24T14:57:45.785Z Compiling scroll_derive v0.12.1
15382026-03-24T14:57:45.830Z Compiling heapless v0.7.17
15392026-03-24T14:57:46.060Z Compiling rand_xorshift v0.4.0
15402026-03-24T14:57:46.117Z Compiling slog v2.8.2
15412026-03-24T14:57:46.137Z Compiling darling_core v0.21.3
15422026-03-24T14:57:46.155Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-24T14:57:46.260Z Compiling sync_wrapper v1.0.2
15442026-03-24T14:57:46.340Z Compiling thread-id v5.1.0
15452026-03-24T14:57:46.390Z Compiling cookie v0.18.1
15462026-03-24T14:57:46.440Z Compiling signal-hook v0.3.18
15472026-03-24T14:57:46.495Z Compiling anyhow v1.0.102
15482026-03-24T14:57:46.612Z Compiling rayon-core v1.13.0
15492026-03-24T14:57:46.636Z Compiling unicode-segmentation v1.12.0
15502026-03-24T14:57:46.655Z Compiling paste v1.0.15
15512026-03-24T14:57:46.826Z Compiling unicode-bidi v0.3.18
15522026-03-24T14:57:46.883Z Compiling unarray v0.1.4
15532026-03-24T14:57:46.993Z Compiling unicode-properties v0.1.4
15542026-03-24T14:57:47.021Z Compiling adler2 v2.0.1
15552026-03-24T14:57:47.142Z Compiling zstd-safe v7.2.4
15562026-03-24T14:57:47.184Z Compiling miniz_oxide v0.8.9
15572026-03-24T14:57:47.257Z Compiling stringprep v0.1.5
15582026-03-24T14:57:47.435Z Compiling proptest v1.10.0
15592026-03-24T14:57:47.681Z Compiling scroll v0.12.0
15602026-03-24T14:57:48.027Z Compiling tower v0.5.3
15612026-03-24T14:57:48.133Z Compiling crossbeam-deque v0.8.6
15622026-03-24T14:57:48.284Z Compiling derive_builder_macro v0.20.2
15632026-03-24T14:57:48.371Z Compiling ipnetwork v0.21.1
15642026-03-24T14:57:48.666Z Compiling http-body-util v0.1.3
15652026-03-24T14:57:48.685Z Compiling webpki-roots v1.0.6
15662026-03-24T14:57:48.703Z Compiling rand_chacha v0.3.1
15672026-03-24T14:57:48.834Z Compiling erased-serde v0.3.31
15682026-03-24T14:57:48.854Z Compiling serde_spanned v0.6.9
15692026-03-24T14:57:48.883Z Compiling serde_tokenstream v0.2.3
15702026-03-24T14:57:48.977Z Compiling toml_datetime v0.6.11
15712026-03-24T14:57:49.028Z Compiling md-5 v0.10.6
15722026-03-24T14:57:49.233Z Compiling zerocopy-derive v0.7.35
15732026-03-24T14:57:49.281Z Compiling curve25519-dalek v4.1.3
15742026-03-24T14:57:49.312Z Compiling vergen-lib v0.1.6
15752026-03-24T14:57:49.533Z Compiling num-integer v0.1.46
15762026-03-24T14:57:50.560Z Compiling hash32 v0.2.1
15772026-03-24T14:57:50.568Z Compiling ff v0.13.1
15782026-03-24T14:57:50.569Z Compiling memoffset v0.9.1
15792026-03-24T14:57:50.569Z Compiling smoltcp v0.9.1
15802026-03-24T14:57:50.569Z Compiling darling_macro v0.21.3
15812026-03-24T14:57:50.569Z Compiling ref-cast v1.0.25
15822026-03-24T14:57:50.569Z Compiling rustix v0.38.44
15832026-03-24T14:57:50.569Z Compiling base16ct v0.2.0
15842026-03-24T14:57:50.569Z Compiling psl-types v2.0.11
15852026-03-24T14:57:50.569Z Compiling iri-string v0.7.10
15862026-03-24T14:57:50.570Z Compiling ryu v1.0.23
15872026-03-24T14:57:50.570Z Compiling num-bigint-dig v0.8.6
15882026-03-24T14:57:50.570Z Compiling cfg_aliases v0.2.1
15892026-03-24T14:57:50.570Z Compiling fallible-iterator v0.2.0
15902026-03-24T14:57:50.570Z Compiling litrs v1.0.0
15912026-03-24T14:57:50.570Z Compiling zlib-rs v0.6.2
15922026-03-24T14:57:50.570Z Compiling nix v0.31.1
15932026-03-24T14:57:50.617Z Compiling darling v0.21.3
15942026-03-24T14:57:50.818Z Compiling postgres-protocol v0.6.10
15952026-03-24T14:57:50.845Z Compiling newtype-uuid v1.3.2
15962026-03-24T14:57:50.969Z Compiling serde_urlencoded v0.7.1
15972026-03-24T14:57:51.114Z Compiling document-features v0.2.12
15982026-03-24T14:57:51.256Z Compiling zerocopy v0.7.35
15992026-03-24T14:57:51.297Z Compiling publicsuffix v2.3.0
16002026-03-24T14:57:51.564Z Compiling sec1 v0.7.3
16012026-03-24T14:57:51.701Z Compiling group v0.13.0
16022026-03-24T14:57:51.880Z Compiling tower-http v0.6.8
16032026-03-24T14:57:51.915Z Compiling num-iter v0.1.45
16042026-03-24T14:57:52.129Z Compiling rand v0.8.5
16052026-03-24T14:57:52.358Z Compiling derive_builder v0.20.2
16062026-03-24T14:57:52.560Z Compiling oxnet v0.1.4
16072026-03-24T14:57:52.580Z Compiling proc-macro-error v1.0.4
16082026-03-24T14:57:52.619Z Compiling tokio-native-tls v0.3.1
16092026-03-24T14:57:52.826Z Compiling goblin v0.8.2
16102026-03-24T14:57:53.709Z Compiling heck v0.4.1
16112026-03-24T14:57:53.744Z Compiling phf_shared v0.13.1
16122026-03-24T14:57:53.765Z Compiling hubpack_derive v0.1.1
16132026-03-24T14:57:53.992Z Compiling regex v1.12.3
16142026-03-24T14:57:54.061Z Compiling lazy_static v1.5.0
16152026-03-24T14:57:54.133Z Compiling cargo-platform v0.1.9
16162026-03-24T14:57:54.173Z Compiling hkdf v0.12.4
16172026-03-24T14:57:54.313Z Compiling crypto-bigint v0.5.5
16182026-03-24T14:57:54.372Z Compiling async-trait v0.1.89
16192026-03-24T14:57:54.457Z Compiling strum_macros v0.27.2
16202026-03-24T14:57:54.573Z Compiling flate2 v1.1.9
16212026-03-24T14:57:55.057Z Compiling daft-derive v0.1.5
16222026-03-24T14:57:55.131Z Compiling ref-cast-impl v1.0.25
16232026-03-24T14:57:55.824Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-24T14:57:55.827Z Compiling terminal_size v0.4.3
16252026-03-24T14:57:55.993Z Compiling vergen v9.0.6
16262026-03-24T14:57:56.013Z Compiling fs-err v3.3.0
16272026-03-24T14:57:56.216Z Compiling ahash v0.8.12
16282026-03-24T14:57:56.239Z Compiling winnow v0.5.40
16292026-03-24T14:57:56.470Z Compiling bumpalo v3.20.2
16302026-03-24T14:57:56.679Z Compiling managed v0.8.0
16312026-03-24T14:57:56.802Z Compiling bitflags v1.3.2
16322026-03-24T14:57:56.897Z Compiling foldhash v0.1.5
16332026-03-24T14:57:56.960Z Compiling object v0.37.3
16342026-03-24T14:57:57.112Z Compiling libbz2-rs-sys v0.2.2
16352026-03-24T14:57:57.146Z Compiling strum v0.27.2
16362026-03-24T14:57:57.242Z Compiling hashbrown v0.15.5
16372026-03-24T14:57:57.366Z Compiling clap_builder v4.5.60
16382026-03-24T14:57:57.707Z Compiling zopfli v0.8.3
16392026-03-24T14:57:58.019Z Compiling bzip2 v0.6.1
16402026-03-24T14:57:58.088Z Compiling toml_edit v0.19.15
16412026-03-24T14:57:58.346Z Compiling console v0.16.2
16422026-03-24T14:57:58.631Z Compiling daft v0.1.5
16432026-03-24T14:57:58.779Z Compiling dof v0.3.0
16442026-03-24T14:57:58.987Z Compiling elliptic-curve v0.13.8
16452026-03-24T14:57:59.094Z Compiling cargo_metadata v0.19.2
16462026-03-24T14:57:59.514Z Compiling hubpack v0.1.2
16472026-03-24T14:57:59.797Z Compiling phf v0.13.1
16482026-03-24T14:58:00.022Z Compiling zone_cfg_derive v0.3.1
16492026-03-24T14:58:00.831Z Compiling signal-hook-mio v0.2.5
16502026-03-24T14:58:01.001Z Compiling cookie_store v0.22.1
16512026-03-24T14:58:01.450Z Compiling zstd v0.13.3
16522026-03-24T14:58:01.666Z Compiling rayon v1.11.0
16532026-03-24T14:58:01.711Z Compiling hyper-tls v0.6.0
16542026-03-24T14:58:01.800Z Compiling bzip2 v0.4.4
16552026-03-24T14:58:01.881Z Compiling postgres-types v0.2.12
16562026-03-24T14:58:02.003Z Compiling serde_with_macros v3.17.0
16572026-03-24T14:58:02.068Z Compiling usdt-macro v0.6.0
16582026-03-24T14:58:02.130Z Compiling usdt-attr-macro v0.6.0
16592026-03-24T14:58:02.678Z Compiling ed25519 v2.2.3
16602026-03-24T14:58:03.057Z Compiling dtrace-parser v0.2.0
16612026-03-24T14:58:03.212Z Compiling itertools v0.12.1
16622026-03-24T14:58:03.570Z Compiling phf_shared v0.11.3
16632026-03-24T14:58:03.593Z Compiling bstr v1.12.1
16642026-03-24T14:58:03.814Z Compiling pkcs1 v0.7.5
16652026-03-24T14:58:03.835Z Compiling serde-big-array v0.5.1
16662026-03-24T14:58:04.013Z Compiling hex v0.4.3
16672026-03-24T14:58:04.113Z Compiling rfc6979 v0.4.0
16682026-03-24T14:58:04.155Z Compiling strum_macros v0.26.4
16692026-03-24T14:58:04.266Z Compiling enum-as-inner v0.6.1
16702026-03-24T14:58:04.347Z Compiling serde_repr v0.1.20
16712026-03-24T14:58:04.368Z Compiling clap_derive v4.5.55
16722026-03-24T14:58:04.476Z Compiling float-cmp v0.10.0
16732026-03-24T14:58:04.661Z Compiling thread-id v4.2.2
16742026-03-24T14:58:04.765Z Compiling memmap2 v0.9.10
16752026-03-24T14:58:04.889Z Compiling env_filter v1.0.0
16762026-03-24T14:58:04.917Z Compiling encoding_rs v0.8.35
16772026-03-24T14:58:05.036Z Compiling data-encoding v2.10.0
16782026-03-24T14:58:05.055Z Compiling fixedbitset v0.5.7
16792026-03-24T14:58:05.283Z Compiling keccak v0.1.6
16802026-03-24T14:58:05.464Z Compiling whoami v2.1.0
16812026-03-24T14:58:05.975Z Compiling difflib v0.4.0
16822026-03-24T14:58:06.012Z Compiling mime v0.3.17
16832026-03-24T14:58:06.348Z Compiling new_debug_unreachable v1.0.6
16842026-03-24T14:58:06.392Z Compiling jiff v0.2.21
16852026-03-24T14:58:06.437Z Compiling static_assertions v1.1.0
16862026-03-24T14:58:06.530Z Compiling precomputed-hash v0.1.1
16872026-03-24T14:58:06.593Z Compiling fixedbitset v0.4.2
16882026-03-24T14:58:06.638Z Compiling predicates-core v1.0.10
16892026-03-24T14:58:06.750Z Compiling rustc-hash v2.1.1
16902026-03-24T14:58:06.772Z Compiling normalize-line-endings v0.3.0
16912026-03-24T14:58:06.868Z Compiling unit-prefix v0.5.2
16922026-03-24T14:58:06.889Z Compiling iddqd v0.3.17
16932026-03-24T14:58:06.892Z Compiling predicates v3.1.4
16942026-03-24T14:58:06.926Z Compiling petgraph v0.6.5
16952026-03-24T14:58:06.945Z Compiling clap v4.5.60
16962026-03-24T14:58:07.044Z Compiling indicatif v0.18.4
16972026-03-24T14:58:07.064Z Compiling string_cache v0.8.9
16982026-03-24T14:58:07.067Z Compiling strum v0.26.3
16992026-03-24T14:58:07.220Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-24T14:58:07.363Z Compiling toml_edit v0.22.27
17012026-03-24T14:58:07.825Z Compiling tokio-postgres v0.7.16
17022026-03-24T14:58:08.245Z Compiling sha3 v0.10.8
17032026-03-24T14:58:08.492Z Compiling hickory-proto v0.25.2
17042026-03-24T14:58:08.833Z Compiling petgraph v0.8.3
17052026-03-24T14:58:08.987Z Compiling env_logger v0.11.9
17062026-03-24T14:58:09.454Z Compiling usdt v0.6.0
17072026-03-24T14:58:09.784Z Compiling zone v0.3.1
17082026-03-24T14:58:10.690Z Compiling zip v4.6.1
17092026-03-24T14:58:10.783Z Compiling usdt-impl v0.5.0
17102026-03-24T14:58:11.070Z Compiling serde_with v3.17.0
17112026-03-24T14:58:11.306Z Compiling ecdsa v0.16.9
17122026-03-24T14:58:11.485Z Compiling similar v2.7.0
17132026-03-24T14:58:11.553Z Compiling rsa v0.9.10
17142026-03-24T14:58:11.817Z Compiling crossterm v0.28.1
17152026-03-24T14:58:11.974Z Compiling ed25519-dalek v2.2.0
17162026-03-24T14:58:12.318Z Compiling zip v0.6.6
17172026-03-24T14:58:13.137Z Compiling toml v0.7.8
17182026-03-24T14:58:13.825Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-24T14:58:13.914Z Compiling itertools v0.13.0
17202026-03-24T14:58:14.000Z Compiling tokio-stream v0.1.18
17212026-03-24T14:58:14.612Z Compiling buf-list v1.1.2
17222026-03-24T14:58:14.690Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-24T14:58:14.711Z Compiling x509-cert v0.2.5
17242026-03-24T14:58:14.966Z Compiling openapiv3 v2.2.0
17252026-03-24T14:58:14.986Z Compiling sha1 v0.10.6
17262026-03-24T14:58:15.094Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-24T14:58:15.268Z Compiling peg-runtime v0.8.5
17282026-03-24T14:58:15.471Z Compiling lalrpop-util v0.19.12
17292026-03-24T14:58:15.610Z Compiling thread_local v1.1.9
17302026-03-24T14:58:15.633Z Compiling slog-async v2.8.0
17312026-03-24T14:58:15.712Z Compiling crossbeam-channel v0.5.15
17322026-03-24T14:58:15.750Z Compiling futures-executor v0.3.32
17332026-03-24T14:58:15.933Z Compiling is-terminal v0.4.17
17342026-03-24T14:58:16.027Z Compiling filetime v0.2.27
17352026-03-24T14:58:16.049Z Compiling term v1.2.1
17362026-03-24T14:58:16.079Z Compiling xattr v1.6.1
17372026-03-24T14:58:16.248Z Compiling take_mut v0.2.2
17382026-03-24T14:58:16.294Z Compiling tar v0.4.44
17392026-03-24T14:58:16.319Z Compiling futures v0.3.32
17402026-03-24T14:58:16.420Z Compiling slog-term v2.9.2
17412026-03-24T14:58:23.339Z Compiling rustls-webpki v0.103.9
17422026-03-24T14:58:27.417Z Compiling tokio-rustls v0.26.4
17432026-03-24T14:58:27.417Z Compiling rustls-platform-verifier v0.6.2
17442026-03-24T14:58:27.695Z Compiling hyper-rustls v0.27.7
17452026-03-24T14:58:27.952Z Compiling reqwest v0.12.28
17462026-03-24T14:58:27.952Z Compiling reqwest v0.13.2
17472026-03-24T14:58:30.913Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-24T14:58:31.182Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-24T14:58:34.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-24T14:58:35.168Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-24T14:58:35.230ZMar 24 14:58:34.940 INFO Starting download, target: Console
17522026-03-24T14:58:35.230ZMar 24 14:58:34.940 INFO Starting download, target: Cockroach
17532026-03-24T14:58:35.230ZMar 24 14:58:34.940 INFO Starting download, target: DendriteStub
17542026-03-24T14:58:35.231ZMar 24 14:58:34.940 INFO Starting download, target: MaghemiteMgd
17552026-03-24T14:58:35.231ZMar 24 14:58:34.940 INFO Starting download, target: TransceiverControl
17562026-03-24T14:58:35.234ZMar 24 14:58:34.940 INFO Starting download, target: Clickhouse
17572026-03-24T14:58:35.234ZMar 24 14:58:34.940 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-24T14:58:35.234ZMar 24 14:58:34.940 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-24T14:58:35.234ZMar 24 14:58:34.940 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-24T14:58:35.234ZMar 24 14:58:34.940 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-24T14:58:35.234ZMar 24 14:58:34.940 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-24T14:58:35.234ZMar 24 14:58:34.941 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-24T14:58:35.630ZMar 24 14:58:35.338 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-24T14:58:35.967ZMar 24 14:58:35.670 INFO Download complete, target: TransceiverControl
17652026-03-24T14:58:36.271ZMar 24 14:58:35.956 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-24T14:58:36.677ZMar 24 14:58:36.383 INFO Download complete, target: Console
17672026-03-24T14:58:36.806ZMar 24 14:58:36.516 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-24T14:58:37.105ZMar 24 14:58:36.811 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-24T14:58:37.436ZMar 24 14:58:37.146 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-24T14:58:37.587ZMar 24 14:58:37.295 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-24T14:58:37.587ZMar 24 14:58:37.295 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-24T14:58:40.396ZMar 24 14:58:40.107 INFO Download complete, target: DendriteStub
17732026-03-24T14:58:40.681ZMar 24 14:58:40.392 INFO Download complete, target: MaghemiteMgd
17742026-03-24T14:58:45.118ZMar 24 14:58:44.829 INFO Checking that binary works, target: Cockroach
17752026-03-24T14:58:45.232ZMar 24 14:58:44.943 INFO Download complete, target: Cockroach
17762026-03-24T14:58:48.575ZMar 24 14:58:48.286 INFO Checking that binary works, target: Clickhouse
17772026-03-24T14:58:48.764ZMar 24 14:58:48.475 INFO Download complete, target: Clickhouse
17782026-03-24T14:58:48.781ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-24T14:58:48.785Z
17802026-03-24T14:58:48.785Zreal 3:58.367179240
17812026-03-24T14:58:48.785Zuser 10:23.078043011
17822026-03-24T14:58:48.785Zsys 1:47.131507495
17832026-03-24T14:58:48.785Ztrap 0.315607738
17842026-03-24T14:58:48.785Ztflt 0.665325346
17852026-03-24T14:58:48.785Zdflt 0.819226525
17862026-03-24T14:58:48.785Zkflt 0.085951021
17872026-03-24T14:58:48.785Zlock 31:05.380602398
17882026-03-24T14:58:48.785Zslp 29:05.983742633
17892026-03-24T14:58:48.785Zlat 53.535558787
17902026-03-24T14:58:48.785Zstop 2:43.201900535
17912026-03-24T14:58:48.785Z+ banner clippy
17922026-03-24T14:58:48.785Z
17932026-03-24T14:58:48.785Z #### # # ##### ##### # #
17942026-03-24T14:58:48.785Z # # # # # # # # # #
17952026-03-24T14:58:48.785Z # # # # # # # #
17962026-03-24T14:58:48.785Z # # # ##### ##### #
17972026-03-24T14:58:48.785Z # # # # # # #
17982026-03-24T14:58:48.785Z #### ###### # # # #
17992026-03-24T14:58:48.785Z
18002026-03-24T14:58:48.785Z+ export CARGO_INCREMENTAL=0
18012026-03-24T14:58:48.785Z+ CARGO_INCREMENTAL=0
18022026-03-24T14:58:48.785Z+ ptime -m cargo xtask clippy
18032026-03-24T14:58:49.505Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-24T14:58:49.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-24T14:58:52.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18062026-03-24T14:58:52.393Z Running `target/debug/xtask clippy`
18072026-03-24T14:58:52.427Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-24T14:58:53.228Z Downloading crates ...
18092026-03-24T14:58:53.503Z Downloaded toml v1.0.3+spec-1.1.0
18102026-03-24T14:58:53.506Z Downloaded event-listener-strategy v0.5.4
18112026-03-24T14:58:53.509Z Downloaded escape8259 v0.5.3
18122026-03-24T14:58:53.509Z Downloaded datatest-stable v0.3.3
18132026-03-24T14:58:53.512Z Downloaded approx v0.5.1
18142026-03-24T14:58:53.515Z Downloaded event-listener v5.4.1
18152026-03-24T14:58:53.515Z Downloaded assert-json-diff v2.0.2
18162026-03-24T14:58:53.518Z Downloaded anes v0.1.6
18172026-03-24T14:58:53.518Z Downloaded plotters-backend v0.3.7
18182026-03-24T14:58:53.520Z Downloaded addr2line v0.25.1
18192026-03-24T14:58:53.520Z Downloaded concurrent-queue v2.5.0
18202026-03-24T14:58:53.524Z Downloaded nested v0.1.1
18212026-03-24T14:58:53.527Z Downloaded guppy-workspace-hack v0.1.0
18222026-03-24T14:58:53.531Z Downloaded terminal_size v0.1.17
18232026-03-24T14:58:53.534Z Downloaded supports-unicode v2.1.0
18242026-03-24T14:58:53.534Z Downloaded linkme-impl v0.3.35
18252026-03-24T14:58:53.537Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18262026-03-24T14:58:53.541Z Downloaded cast v0.3.0
18272026-03-24T14:58:53.546Z Downloaded miette-derive v5.10.0
18282026-03-24T14:58:53.550Z Downloaded target-triple v1.0.0
18292026-03-24T14:58:53.550Z Downloaded similar-asserts v1.7.0
18302026-03-24T14:58:53.553Z Downloaded pathdiff v0.2.3
18312026-03-24T14:58:53.556Z Downloaded cargo-platform v0.3.2
18322026-03-24T14:58:53.559Z Downloaded rust-argon2 v2.1.0
18332026-03-24T14:58:53.559Z Downloaded knuffel-derive v3.2.0
18342026-03-24T14:58:53.562Z Downloaded stringmetrics v2.2.2
18352026-03-24T14:58:53.565Z Downloaded parking v2.2.1
18362026-03-24T14:58:53.565Z Downloaded criterion-plot v0.6.0
18372026-03-24T14:58:53.565Z Downloaded supports-hyperlinks v2.1.0
18382026-03-24T14:58:53.568Z Downloaded serde_regex v1.1.0
18392026-03-24T14:58:53.568Z Downloaded constant_time_eq v0.3.1
18402026-03-24T14:58:53.568Z Downloaded backtrace-ext v0.2.1
18412026-03-24T14:58:53.571Z Downloaded oorandom v11.1.5
18422026-03-24T14:58:53.571Z Downloaded httptest v0.16.4
18432026-03-24T14:58:53.574Z Downloaded futures-timer v3.0.3
18442026-03-24T14:58:53.574Z Downloaded chumsky v0.9.3
18452026-03-24T14:58:53.577Z Downloaded target-lexicon v0.13.3
18462026-03-24T14:58:53.580Z Downloaded supports-color v2.1.0
18472026-03-24T14:58:53.580Z Downloaded async-object-pool v0.2.0
18482026-03-24T14:58:53.583Z Downloaded termcolor v1.4.1
18492026-03-24T14:58:53.586Z Downloaded assert_cmd v2.1.2
18502026-03-24T14:58:53.586Z Downloaded cargo_metadata v0.23.1
18512026-03-24T14:58:53.590Z Downloaded rustc-demangle v0.1.27
18522026-03-24T14:58:53.593Z Downloaded linkme v0.3.35
18532026-03-24T14:58:53.595Z Downloaded target-spec v3.5.7
18542026-03-24T14:58:53.596Z Downloaded libtest-mimic v0.8.1
18552026-03-24T14:58:53.598Z Downloaded plotters-svg v0.3.7
18562026-03-24T14:58:53.601Z Downloaded relative-path v1.9.3
18572026-03-24T14:58:53.611Z Downloaded path-tree v0.8.3
18582026-03-24T14:58:53.614Z Downloaded cfg-expr v0.20.6
18592026-03-24T14:58:53.617Z Downloaded owo-colors v3.5.0
18602026-03-24T14:58:53.617Z Downloaded async-lock v3.4.2
18612026-03-24T14:58:53.620Z Downloaded trybuild v1.0.116
18622026-03-24T14:58:53.623Z Downloaded tinytemplate v1.2.1
18632026-03-24T14:58:53.623Z Downloaded textwrap v0.15.2
18642026-03-24T14:58:53.626Z Downloaded partial-io v0.5.4
18652026-03-24T14:58:53.626Z Downloaded fancy-regex v0.14.0
18662026-03-24T14:58:53.629Z Downloaded blake2b_simd v1.0.4
18672026-03-24T14:58:53.632Z Downloaded rstest v0.25.0
18682026-03-24T14:58:53.635Z Downloaded rstest_macros v0.25.0
18692026-03-24T14:58:53.637Z Downloaded rand_distr v0.5.1
18702026-03-24T14:58:53.640Z Downloaded backtrace v0.3.76
18712026-03-24T14:58:53.644Z Downloaded knuffel v3.2.0
18722026-03-24T14:58:53.650Z Downloaded miette v5.10.0
18732026-03-24T14:58:53.653Z Downloaded hashbrown v0.14.5
18742026-03-24T14:58:53.667Z Downloaded plotters v0.3.7
18752026-03-24T14:58:53.673Z Downloaded guppy v0.17.25
18762026-03-24T14:58:53.677Z Downloaded criterion v0.7.0
18772026-03-24T14:58:53.683Z Downloaded gimli v0.32.3
18782026-03-24T14:58:53.783Z Downloaded httpmock v0.8.3
18792026-03-24T14:58:55.972Z Checking cfg-if v1.0.4
18802026-03-24T14:58:56.391Z Checking libc v0.2.180
18812026-03-24T14:58:56.433Z Checking serde_core v1.0.228
18822026-03-24T14:58:56.493Z Checking memchr v2.8.0
18832026-03-24T14:58:56.542Z Checking smallvec v1.15.1
18842026-03-24T14:58:56.588Z Checking itoa v1.0.17
18852026-03-24T14:58:56.638Z Checking log v0.4.29
18862026-03-24T14:58:56.693Z Checking zeroize v1.8.2
18872026-03-24T14:58:56.697Z Checking libm v0.2.16
18882026-03-24T14:58:56.811Z Checking stable_deref_trait v1.2.1
18892026-03-24T14:58:56.814Z Checking scopeguard v1.2.0
18902026-03-24T14:58:56.907Z Checking zmij v1.0.21
18912026-03-24T14:58:56.970Z Checking zerofrom v0.1.6
18922026-03-24T14:58:57.023Z Checking errno v0.3.14
18932026-03-24T14:58:57.023Z Checking getrandom v0.2.17
18942026-03-24T14:58:57.026Z Checking lock_api v0.4.14
18952026-03-24T14:58:57.155Z Checking yoke v0.8.1
18962026-03-24T14:58:57.207Z Checking percent-encoding v2.3.2
18972026-03-24T14:58:57.255Z Checking writeable v0.6.2
18982026-03-24T14:58:57.258Z Checking litemap v0.8.1
18992026-03-24T14:58:57.345Z Checking icu_normalizer_data v2.1.1
19002026-03-24T14:58:57.403Z Checking icu_properties_data v2.1.2
19012026-03-24T14:58:57.406Z Checking zerovec v0.11.5
19022026-03-24T14:58:57.494Z Checking zerotrie v0.2.3
19032026-03-24T14:58:57.541Z Checking form_urlencoded v1.2.2
19042026-03-24T14:58:57.586Z Checking utf8_iter v1.0.4
19052026-03-24T14:58:57.589Z Checking subtle v2.6.1
19062026-03-24T14:58:57.678Z Checking rand_core v0.10.0
19072026-03-24T14:58:57.726Z Checking num-traits v0.2.19
19082026-03-24T14:58:57.729Z Checking rand_core v0.6.4
19092026-03-24T14:58:57.820Z Checking portable-atomic v1.13.1
19102026-03-24T14:58:57.867Z Checking pin-project-lite v0.2.17
19112026-03-24T14:58:57.870Z Checking zerocopy v0.8.40
19122026-03-24T14:58:57.955Z Checking getrandom v0.4.1
19132026-03-24T14:58:58.029Z Checking critical-section v1.2.0
19142026-03-24T14:58:58.078Z Checking tinystr v0.8.2
19152026-03-24T14:58:58.078Z Checking potential_utf v0.1.4
19162026-03-24T14:58:58.171Z Checking parking_lot_core v0.9.12
19172026-03-24T14:58:58.227Z Checking signal-hook-registry v1.4.8
19182026-03-24T14:58:58.320Z Checking icu_collections v2.1.1
19192026-03-24T14:58:58.368Z Checking icu_locale_core v2.1.1
19202026-03-24T14:58:58.429Z Checking once_cell v1.21.3
19212026-03-24T14:58:58.478Z Checking parking_lot v0.12.5
19222026-03-24T14:58:58.525Z Checking mio v1.1.1
19232026-03-24T14:58:58.575Z Checking typenum v1.19.0
19242026-03-24T14:58:58.624Z Checking serde v1.0.228
19252026-03-24T14:58:58.682Z Checking serde_json v1.0.149
19262026-03-24T14:58:58.747Z Checking bitflags v2.11.0
19272026-03-24T14:58:58.797Z Checking iana-time-zone v0.1.65
19282026-03-24T14:58:58.931Z Checking socket2 v0.6.2
19292026-03-24T14:58:58.991Z Checking uuid v1.21.0
19302026-03-24T14:58:59.037Z Checking semver v1.0.27
19312026-03-24T14:58:59.142Z Checking icu_provider v2.1.1
19322026-03-24T14:58:59.219Z Checking bytes v1.11.1
19332026-03-24T14:58:59.287Z Checking chrono v0.4.44
19342026-03-24T14:58:59.335Z Checking generic-array v0.14.7
19352026-03-24T14:58:59.387Z Checking thiserror v2.0.18
19362026-03-24T14:58:59.457Z Checking allocator-api2 v0.2.21
19372026-03-24T14:58:59.505Z Checking icu_properties v2.1.2
19382026-03-24T14:58:59.553Z Checking icu_normalizer v2.1.1
19392026-03-24T14:58:59.664Z Checking futures-core v0.3.32
19402026-03-24T14:58:59.844Z Checking tokio v1.49.0
19412026-03-24T14:58:59.902Z Checking dyn-clone v1.0.20
19422026-03-24T14:58:59.956Z Checking equivalent v1.0.2
19432026-03-24T14:59:00.006Z Checking crypto-common v0.1.7
19442026-03-24T14:59:00.074Z Checking const-oid v0.9.6
19452026-03-24T14:59:00.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-24T14:59:00.133Z Checking foldhash v0.2.0
19472026-03-24T14:59:00.225Z Checking block-buffer v0.10.4
19482026-03-24T14:59:00.363Z Checking hashbrown v0.16.1
19492026-03-24T14:59:00.437Z Checking futures-sink v0.3.32
19502026-03-24T14:59:00.489Z Checking byteorder v1.5.0
19512026-03-24T14:59:00.599Z Checking rustix v1.1.3
19522026-03-24T14:59:00.603Z Checking futures-channel v0.3.32
19532026-03-24T14:59:00.691Z Checking idna_adapter v1.2.1
19542026-03-24T14:59:00.787Z Checking futures-io v0.3.32
19552026-03-24T14:59:00.871Z Checking idna v1.1.0
19562026-03-24T14:59:00.926Z Checking futures-task v0.3.32
19572026-03-24T14:59:00.975Z Checking slab v0.4.12
19582026-03-24T14:59:01.070Z Checking cpufeatures v0.2.17
19592026-03-24T14:59:01.122Z Checking digest v0.10.7
19602026-03-24T14:59:01.168Z Checking indexmap v2.13.0
19612026-03-24T14:59:01.215Z Checking thiserror v1.0.69
19622026-03-24T14:59:01.218Z Checking url v2.5.8
19632026-03-24T14:59:01.218Z Checking futures-util v0.3.32
19642026-03-24T14:59:01.370Z Checking getrandom v0.3.4
19652026-03-24T14:59:01.417Z Checking fnv v1.0.7
19662026-03-24T14:59:01.568Z Checking regex-syntax v0.8.10
19672026-03-24T14:59:01.615Z Checking base64 v0.22.1
19682026-03-24T14:59:01.820Z Checking http v1.4.0
19692026-03-24T14:59:01.914Z Checking ppv-lite86 v0.2.21
19702026-03-24T14:59:01.962Z Checking schemars v0.8.22
19712026-03-24T14:59:01.965Z Checking tracing-core v0.1.36
19722026-03-24T14:59:02.052Z Checking unicode-ident v1.0.24
19732026-03-24T14:59:02.223Z Checking ipnet v2.11.0
19742026-03-24T14:59:02.350Z Checking proc-macro2 v1.0.106
19752026-03-24T14:59:02.446Z Checking tracing v0.1.44
19762026-03-24T14:59:02.597Z Checking utf8parse v0.2.2
19772026-03-24T14:59:02.646Z Checking untrusted v0.9.0
19782026-03-24T14:59:02.739Z Checking anstyle v1.0.13
19792026-03-24T14:59:02.786Z Checking aho-corasick v1.1.4
19802026-03-24T14:59:02.833Z Checking ring v0.17.14
19812026-03-24T14:59:02.836Z Checking quote v1.0.44
19822026-03-24T14:59:02.923Z Checking anstyle-parse v0.2.7
19832026-03-24T14:59:03.007Z Checking anstyle-query v1.1.5
19842026-03-24T14:59:03.134Z Checking syn v2.0.117
19852026-03-24T14:59:03.181Z Checking base64ct v1.8.3
19862026-03-24T14:59:03.184Z Checking is_terminal_polyfill v1.70.2
19872026-03-24T14:59:03.369Z Checking colorchoice v1.0.4
19882026-03-24T14:59:03.416Z Checking block-padding v0.3.3
19892026-03-24T14:59:03.517Z Checking rustls-pki-types v1.14.0
19902026-03-24T14:59:03.564Z Checking anstream v0.6.21
19912026-03-24T14:59:03.616Z Checking httparse v1.10.1
19922026-03-24T14:59:03.739Z Checking regex-automata v0.4.14
19932026-03-24T14:59:03.856Z Checking inout v0.1.4
19942026-03-24T14:59:03.921Z Checking terminal_size v0.4.3
19952026-03-24T14:59:03.969Z Checking crossbeam-utils v0.8.21
19962026-03-24T14:59:03.972Z Checking clap_lex v1.0.0
19972026-03-24T14:59:04.067Z Checking cipher v0.4.4
19982026-03-24T14:59:04.118Z Checking strsim v0.11.1
19992026-03-24T14:59:04.203Z Checking tokio-util v0.7.18
20002026-03-24T14:59:04.230Z Checking http-body v1.0.1
20012026-03-24T14:59:04.234Z Checking rand_core v0.9.5
20022026-03-24T14:59:04.399Z Checking clap_builder v4.5.60
20032026-03-24T14:59:04.402Z Checking sha2 v0.10.9
20042026-03-24T14:59:04.492Z Checking atomic-waker v1.1.2
20052026-03-24T14:59:04.557Z Checking pem-rfc7468 v0.7.0
20062026-03-24T14:59:04.604Z Checking httpdate v1.0.3
20072026-03-24T14:59:04.654Z Checking try-lock v0.2.5
20082026-03-24T14:59:04.791Z Checking hmac v0.12.1
20092026-03-24T14:59:04.839Z Checking pin-utils v0.1.0
20102026-03-24T14:59:04.842Z Checking want v0.3.1
20112026-03-24T14:59:04.881Z Checking tower-layer v0.3.3
20122026-03-24T14:59:04.972Z Checking ryu v1.0.23
20132026-03-24T14:59:05.017Z Checking tower-service v0.3.3
20142026-03-24T14:59:05.065Z Checking rand_chacha v0.9.0
20152026-03-24T14:59:05.111Z Checking h2 v0.4.13
20162026-03-24T14:59:05.159Z Checking erased-serde v0.3.31
20172026-03-24T14:59:05.159Z Checking flagset v0.4.7
20182026-03-24T14:59:05.248Z Checking powerfmt v0.2.0
20192026-03-24T14:59:05.354Z Checking rand v0.9.2
20202026-03-24T14:59:05.401Z Checking der v0.7.10
20212026-03-24T14:59:05.476Z Checking deranged v0.5.8
20222026-03-24T14:59:05.757Z Checking slog v2.8.2
20232026-03-24T14:59:06.012Z Checking spin v0.9.8
20242026-03-24T14:59:06.106Z Checking clap v4.5.60
20252026-03-24T14:59:06.154Z Checking anyhow v1.0.102
20262026-03-24T14:59:06.209Z Checking num_threads v0.1.7
20272026-03-24T14:59:06.257Z Checking num-conv v0.2.0
20282026-03-24T14:59:06.304Z Checking time-core v0.1.8
20292026-03-24T14:59:06.352Z Checking http-body-util v0.1.3
20302026-03-24T14:59:06.426Z Checking aws-lc-sys v0.37.1
20312026-03-24T14:59:06.477Z Checking untrusted v0.7.1
20322026-03-24T14:59:06.480Z Checking openssl-probe v0.2.1
20332026-03-24T14:59:06.522Z Checking regex v1.12.3
20342026-03-24T14:59:06.614Z Checking serde_urlencoded v0.7.1
20352026-03-24T14:59:06.664Z Checking rand_chacha v0.3.1
20362026-03-24T14:59:06.710Z Checking fastrand v2.3.0
20372026-03-24T14:59:06.715Z Checking spki v0.7.3
20382026-03-24T14:59:06.804Z Checking time v0.3.47
20392026-03-24T14:59:06.923Z Checking pbkdf2 v0.12.2
20402026-03-24T14:59:06.972Z Checking rand v0.8.5
20412026-03-24T14:59:07.019Z Checking aes v0.8.4
20422026-03-24T14:59:07.022Z Checking unicode-width v0.2.0
20432026-03-24T14:59:07.022Z Checking pretty-hex v0.4.1
20442026-03-24T14:59:07.153Z Checking cbc v0.1.2
20452026-03-24T14:59:07.202Z Checking aws-lc-rs v1.16.0
20462026-03-24T14:59:07.250Z Checking salsa20 v0.10.2
20472026-03-24T14:59:07.349Z Checking ipnetwork v0.21.1
20482026-03-24T14:59:07.449Z Checking hex v0.4.3
20492026-03-24T14:59:07.496Z Checking scrypt v0.11.0
20502026-03-24T14:59:07.577Z Checking tempfile v3.25.0
20512026-03-24T14:59:07.663Z Checking rustls-native-certs v0.8.3
20522026-03-24T14:59:07.713Z Checking sync_wrapper v1.0.2
20532026-03-24T14:59:07.713Z Checking plain v0.2.3
20542026-03-24T14:59:07.803Z Checking pkcs5 v0.7.1
20552026-03-24T14:59:07.859Z Checking webpki-roots v1.0.6
20562026-03-24T14:59:07.862Z Checking camino v1.2.2
20572026-03-24T14:59:07.952Z Checking tower v0.5.3
20582026-03-24T14:59:07.955Z Checking iri-string v0.7.10
20592026-03-24T14:59:08.044Z Checking ucd-trie v0.1.7
20602026-03-24T14:59:08.171Z Checking pkcs8 v0.10.2
20612026-03-24T14:59:08.243Z Checking pest v2.8.6
20622026-03-24T14:59:08.293Z Checking openapiv3 v2.2.0
20632026-03-24T14:59:08.362Z Checking rustls-webpki v0.103.9
20642026-03-24T14:59:08.412Z Checking mime v0.3.17
20652026-03-24T14:59:08.459Z Checking either v1.15.0
20662026-03-24T14:59:08.545Z Checking winnow v0.7.14
20672026-03-24T14:59:08.671Z Checking oxnet v0.1.4
20682026-03-24T14:59:08.736Z Checking hyper v1.8.1
20692026-03-24T14:59:08.739Z Checking lazy_static v1.5.0
20702026-03-24T14:59:08.926Z Checking static_assertions v1.1.0
20712026-03-24T14:59:08.974Z Checking rustls v0.23.37
20722026-03-24T14:59:09.021Z Checking signature v2.2.0
20732026-03-24T14:59:09.068Z Checking encoding_rs v0.8.35
20742026-03-24T14:59:09.218Z Checking simd-adler32 v0.3.8
20752026-03-24T14:59:09.415Z Checking tower-http v0.6.8
20762026-03-24T14:59:09.485Z Checking foreign-types-shared v0.1.1
20772026-03-24T14:59:09.627Z Checking foreign-types v0.3.2
20782026-03-24T14:59:09.740Z Checking hubpack v0.1.2
20792026-03-24T14:59:09.788Z Checking openssl-sys v0.9.111
20802026-03-24T14:59:09.835Z Checking adler2 v2.0.1
20812026-03-24T14:59:09.988Z Checking hyper-util v0.1.20
20822026-03-24T14:59:09.991Z Checking sha1 v0.10.6
20832026-03-24T14:59:10.080Z Checking miniz_oxide v0.8.9
20842026-03-24T14:59:10.129Z Checking strum v0.26.3
20852026-03-24T14:59:10.230Z Checking data-encoding v2.10.0
20862026-03-24T14:59:10.280Z Checking tinyvec_macros v0.1.1
20872026-03-24T14:59:10.328Z Checking serde_spanned v0.6.9
20882026-03-24T14:59:10.400Z Checking tinyvec v1.10.0
20892026-03-24T14:59:10.403Z Checking toml_datetime v0.6.11
20902026-03-24T14:59:10.493Z Checking openssl v0.10.75
20912026-03-24T14:59:10.538Z Checking num-integer v0.1.46
20922026-03-24T14:59:10.590Z Checking scroll v0.13.0
20932026-03-24T14:59:10.638Z Checking memmap2 v0.9.10
20942026-03-24T14:59:10.711Z Checking bit-vec v0.8.0
20952026-03-24T14:59:10.855Z Checking base16ct v0.2.0
20962026-03-24T14:59:10.903Z Checking dtrace-parser v0.3.0
20972026-03-24T14:59:10.906Z Checking crossbeam-epoch v0.9.18
20982026-03-24T14:59:10.994Z Checking goblin v0.10.5
20992026-03-24T14:59:10.998Z Checking bit-set v0.8.0
21002026-03-24T14:59:11.084Z Checking sec1 v0.7.3
21012026-03-24T14:59:11.243Z Checking crc32fast v1.5.0
21022026-03-24T14:59:11.291Z Checking ff v0.13.1
21032026-03-24T14:59:11.295Z Checking wait-timeout v0.2.1
21042026-03-24T14:59:11.391Z Checking thread-id v5.1.0
21052026-03-24T14:59:11.471Z Checking num-iter v0.1.45
21062026-03-24T14:59:11.520Z Checking group v0.13.0
21072026-03-24T14:59:11.566Z Checking bstr v1.12.1
21082026-03-24T14:59:11.571Z Checking hkdf v0.12.4
21092026-03-24T14:59:11.658Z Checking ahash v0.8.12
21102026-03-24T14:59:11.706Z Checking crypto-bigint v0.5.5
21112026-03-24T14:59:11.753Z Checking psl-types v2.0.11
21122026-03-24T14:59:11.816Z Checking quick-error v1.2.3
21132026-03-24T14:59:11.944Z Checking publicsuffix v2.3.0
21142026-03-24T14:59:11.947Z Checking cookie v0.18.1
21152026-03-24T14:59:12.036Z Checking rusty-fork v0.3.1
21162026-03-24T14:59:12.138Z Checking rand_xorshift v0.4.0
21172026-03-24T14:59:12.188Z Checking scroll v0.12.0
21182026-03-24T14:59:12.234Z Checking tokio-rustls v0.26.4
21192026-03-24T14:59:12.281Z Checking unarray v0.1.4
21202026-03-24T14:59:12.330Z Checking cookie_store v0.22.1
21212026-03-24T14:59:12.333Z Checking rustls-platform-verifier v0.6.2
21222026-03-24T14:59:12.447Z Checking proptest v1.10.0
21232026-03-24T14:59:12.518Z Checking goblin v0.8.2
21242026-03-24T14:59:12.567Z Checking hyper-rustls v0.27.7
21252026-03-24T14:59:12.612Z Checking num-bigint-dig v0.8.6
21262026-03-24T14:59:12.788Z Checking pkcs1 v0.7.5
21272026-03-24T14:59:12.862Z Checking x509-cert v0.2.5
21282026-03-24T14:59:13.043Z Checking elliptic-curve v0.13.8
21292026-03-24T14:59:13.108Z Checking zerocopy v0.7.35
21302026-03-24T14:59:13.362Z Checking native-tls v0.2.18
21312026-03-24T14:59:13.487Z Checking unicode-segmentation v1.12.0
21322026-03-24T14:59:13.622Z Checking tokio-native-tls v0.3.1
21332026-03-24T14:59:13.788Z Checking zlib-rs v0.6.2
21342026-03-24T14:59:13.837Z Checking reqwest v0.13.2
21352026-03-24T14:59:13.840Z Checking rsa v0.9.10
21362026-03-24T14:59:13.925Z Checking hyper-tls v0.6.0
21372026-03-24T14:59:13.972Z Checking crossbeam-deque v0.8.6
21382026-03-24T14:59:14.174Z Checking reqwest v0.12.28
21392026-03-24T14:59:14.229Z Checking dtrace-parser v0.2.0
21402026-03-24T14:59:14.275Z Checking dof v0.4.0
21412026-03-24T14:59:14.528Z Checking rfc6979 v0.4.0
21422026-03-24T14:59:14.577Z Checking thread-id v4.2.2
21432026-03-24T14:59:14.710Z Checking toml_write v0.1.2
21442026-03-24T14:59:14.713Z Checking ecdsa v0.16.9
21452026-03-24T14:59:14.944Z Checking newtype-uuid v1.3.2
21462026-03-24T14:59:14.994Z Checking toml_edit v0.22.27
21472026-03-24T14:59:14.997Z Checking toml_parser v1.0.9+spec-1.1.0
21482026-03-24T14:59:15.083Z Checking flate2 v1.1.9
21492026-03-24T14:59:15.153Z Checking dof v0.3.0
21502026-03-24T14:59:15.200Z Checking usdt-impl v0.6.0
21512026-03-24T14:59:15.249Z Checking curve25519-dalek v4.1.3
21522026-03-24T14:59:15.252Z Checking rustix v0.38.44
21532026-03-24T14:59:15.342Z Checking memoffset v0.9.1
21542026-03-24T14:59:15.475Z Checking env_filter v1.0.0
21552026-03-24T14:59:15.524Z Checking keccak v0.1.6
21562026-03-24T14:59:15.528Z Checking daft v0.1.5
21572026-03-24T14:59:15.617Z Checking usdt-impl v0.5.0
21582026-03-24T14:59:15.621Z Checking usdt v0.6.0
21592026-03-24T14:59:15.709Z Checking env_logger v0.11.9
21602026-03-24T14:59:15.765Z Checking sha3 v0.10.8
21612026-03-24T14:59:15.900Z Checking ed25519 v2.2.3
21622026-03-24T14:59:15.946Z Checking itertools v0.13.0
21632026-03-24T14:59:15.994Z Checking serde_with v3.17.0
21642026-03-24T14:59:16.039Z Checking siphasher v1.0.2
21652026-03-24T14:59:16.088Z Checking bitflags v1.3.2
21662026-03-24T14:59:16.164Z Checking unicode-normalization v0.1.25
21672026-03-24T14:59:16.213Z Checking signal-hook v0.3.18
21682026-03-24T14:59:16.282Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-24T14:59:16.330Z Checking ed25519-dalek v2.2.0
21702026-03-24T14:59:16.469Z Checking managed v0.8.0
21712026-03-24T14:59:16.518Z Checking winnow v0.5.40
21722026-03-24T14:59:16.567Z Checking nix v0.31.1
21732026-03-24T14:59:16.612Z Checking rayon-core v1.13.0
21742026-03-24T14:59:16.677Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-24T14:59:16.743Z Checking object v0.37.3
21762026-03-24T14:59:16.791Z Checking foldhash v0.1.5
21772026-03-24T14:59:16.839Z Checking bzip2 v0.4.4
21782026-03-24T14:59:16.995Z Checking hashbrown v0.15.5
21792026-03-24T14:59:17.079Z Checking signal-hook-mio v0.2.5
21802026-03-24T14:59:17.083Z Checking ref-cast v1.0.25
21812026-03-24T14:59:17.240Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-24T14:59:17.289Z Checking zip v0.6.6
21832026-03-24T14:59:17.420Z Checking zstd-safe v7.2.4
21842026-03-24T14:59:17.467Z Checking libbz2-rs-sys v0.2.2
21852026-03-24T14:59:17.656Z Checking bumpalo v3.20.2
21862026-03-24T14:59:17.702Z Checking zstd v0.13.3
21872026-03-24T14:59:17.749Z Checking crossterm v0.28.1
21882026-03-24T14:59:17.945Z Checking zopfli v0.8.3
21892026-03-24T14:59:17.996Z Checking rayon v1.11.0
21902026-03-24T14:59:17.999Z Checking similar v2.7.0
21912026-03-24T14:59:18.088Z Checking bzip2 v0.6.1
21922026-03-24T14:59:18.091Z Checking fs-err v3.3.0
21932026-03-24T14:59:18.179Z Checking toml_edit v0.19.15
21942026-03-24T14:59:18.330Z Checking hash32 v0.2.1
21952026-03-24T14:59:18.403Z Checking serde-big-array v0.5.1
21962026-03-24T14:59:18.550Z Checking predicates-core v1.0.10
21972026-03-24T14:59:18.599Z Checking unicode-bidi v0.3.18
21982026-03-24T14:59:18.602Z Checking unicode-properties v0.1.4
21992026-03-24T14:59:18.687Z Checking jiff v0.2.21
22002026-03-24T14:59:18.739Z Checking heapless v0.7.17
22012026-03-24T14:59:18.786Z Checking hickory-proto v0.25.2
22022026-03-24T14:59:18.917Z Checking tokio-stream v0.1.18
22032026-03-24T14:59:19.015Z Checking stringprep v0.1.5
22042026-03-24T14:59:19.247Z Checking md-5 v0.10.6
22052026-03-24T14:59:19.346Z Checking float-cmp v0.10.0
22062026-03-24T14:59:19.454Z Checking difflib v0.4.0
22072026-03-24T14:59:19.458Z Checking normalize-line-endings v0.3.0
22082026-03-24T14:59:19.545Z Checking fallible-iterator v0.2.0
22092026-03-24T14:59:19.613Z Checking toml v0.7.8
22102026-03-24T14:59:19.661Z Checking rustc-hash v2.1.1
22112026-03-24T14:59:19.715Z Checking predicates v3.1.4
22122026-03-24T14:59:19.839Z Checking iddqd v0.3.17
22132026-03-24T14:59:19.948Z Checking postgres-protocol v0.6.10
22142026-03-24T14:59:20.029Z Checking smoltcp v0.9.1
22152026-03-24T14:59:20.079Z Checking phf_shared v0.13.1
22162026-03-24T14:59:20.082Z Checking phf_shared v0.11.3
22172026-03-24T14:59:20.171Z Checking itertools v0.12.1
22182026-03-24T14:59:20.348Z Checking console v0.16.2
22192026-03-24T14:59:20.396Z Checking buf-list v1.1.2
22202026-03-24T14:59:20.399Z Checking strum v0.27.2
22212026-03-24T14:59:20.609Z Checking precomputed-hash v0.1.1
22222026-03-24T14:59:20.661Z Checking new_debug_unreachable v1.0.6
22232026-03-24T14:59:20.748Z Checking fixedbitset v0.4.2
22242026-03-24T14:59:20.796Z Checking fixedbitset v0.5.7
22252026-03-24T14:59:20.799Z Checking unit-prefix v0.5.2
22262026-03-24T14:59:20.886Z Checking lalrpop-util v0.19.12
22272026-03-24T14:59:20.976Z Checking petgraph v0.6.5
22282026-03-24T14:59:21.024Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-03-24T14:59:21.027Z Checking indicatif v0.18.4
22302026-03-24T14:59:21.115Z Checking petgraph v0.8.3
22312026-03-24T14:59:21.161Z Checking string_cache v0.8.9
22322026-03-24T14:59:21.425Z Checking postgres-types v0.2.12
22332026-03-24T14:59:21.585Z Checking zone v0.3.1
22342026-03-24T14:59:21.635Z Checking phf v0.13.1
22352026-03-24T14:59:21.831Z Checking zip v4.6.1
22362026-03-24T14:59:21.880Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22372026-03-24T14:59:21.926Z Checking whoami v2.1.0
22382026-03-24T14:59:22.086Z Checking peg-runtime v0.8.5
22392026-03-24T14:59:22.208Z Checking tokio-postgres v0.7.16
22402026-03-24T14:59:22.312Z Checking futures-executor v0.3.32
22412026-03-24T14:59:22.403Z Checking is-terminal v0.4.17
22422026-03-24T14:59:22.530Z Checking futures v0.3.32
22432026-03-24T14:59:22.579Z Checking crossbeam-channel v0.5.15
22442026-03-24T14:59:22.636Z Compiling structmeta-derive v0.3.0
22452026-03-24T14:59:22.686Z Checking thread_local v1.1.9
22462026-03-24T14:59:22.690Z Checking term v1.2.1
22472026-03-24T14:59:22.777Z Checking take_mut v0.2.2
22482026-03-24T14:59:22.930Z Compiling newtype-uuid-macros v0.1.0
22492026-03-24T14:59:22.974Z Checking regress v0.10.5
22502026-03-24T14:59:23.046Z Checking slog-term v2.9.2
22512026-03-24T14:59:23.096Z Checking slog-async v2.8.0
22522026-03-24T14:59:23.307Z Compiling rustls v0.22.4
22532026-03-24T14:59:23.354Z Compiling multer v3.1.0
22542026-03-24T14:59:23.422Z Compiling async-stream-impl v0.3.6
22552026-03-24T14:59:23.624Z Compiling dropshot v0.16.7
22562026-03-24T14:59:23.764Z Compiling dropshot_endpoint v0.16.7
22572026-03-24T14:59:23.944Z Checking match_cfg v0.1.0
22582026-03-24T14:59:23.991Z Checking slog-json v2.6.1
22592026-03-24T14:59:24.040Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602026-03-24T14:59:24.088Z Checking hostname v0.3.1
22612026-03-24T14:59:24.136Z Compiling structmeta v0.3.0
22622026-03-24T14:59:24.230Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-24T14:59:24.233Z Checking debug-ignore v1.0.5
22642026-03-24T14:59:24.322Z Checking slog-bunyan v2.5.0
22652026-03-24T14:59:24.374Z Checking serde_spanned v1.0.4
22662026-03-24T14:59:24.435Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-24T14:59:24.492Z Compiling derive-ex v0.1.8
22682026-03-24T14:59:24.539Z Checking progenitor-client v0.13.0
22692026-03-24T14:59:24.586Z Checking rustls-webpki v0.102.8
22702026-03-24T14:59:24.589Z Checking serde_path_to_error v0.1.20
22712026-03-24T14:59:24.706Z Checking toml v0.9.12+spec-1.1.0
22722026-03-24T14:59:24.800Z Checking async-stream v0.3.6
22732026-03-24T14:59:24.936Z Checking waitgroup v0.1.2
22742026-03-24T14:59:24.993Z Checking rustls-pemfile v2.2.0
22752026-03-24T14:59:25.052Z Checking hostname v0.4.2
22762026-03-24T14:59:25.101Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-24T14:59:25.195Z Compiling parse-display-derive v0.10.0
22782026-03-24T14:59:25.239Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22792026-03-24T14:59:25.243Z Checking itertools v0.14.0
22802026-03-24T14:59:25.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-24T14:59:25.454Z Checking macaddr v1.0.1
22822026-03-24T14:59:25.549Z Checking progenitor-client v0.10.0
22832026-03-24T14:59:25.720Z Checking instant v0.1.13
22842026-03-24T14:59:25.866Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-24T14:59:25.869Z Checking backoff v0.4.0
22862026-03-24T14:59:25.870Z Checking backon v1.6.0
22872026-03-24T14:59:26.171Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-24T14:59:26.222Z Checking progenitor-extras v0.1.1
22892026-03-24T14:59:26.225Z Checking heck v0.5.0
22902026-03-24T14:59:26.538Z Checking camino-tempfile v1.4.1
22912026-03-24T14:59:26.586Z Checking toml v0.8.23
22922026-03-24T14:59:26.833Z Compiling convert_case v0.4.0
22932026-03-24T14:59:26.881Z Compiling test-strategy v0.4.5
22942026-03-24T14:59:26.884Z Compiling unsafe-libyaml v0.2.11
22952026-03-24T14:59:27.084Z Checking secrecy v0.10.3
22962026-03-24T14:59:27.188Z Checking tokio-rustls v0.25.0
22972026-03-24T14:59:27.269Z Compiling crucible-workspace-hack v0.1.0
22982026-03-24T14:59:27.369Z Compiling derive_more v0.99.20
22992026-03-24T14:59:27.572Z Checking parse-display v0.10.0
23002026-03-24T14:59:27.756Z Compiling serde_yaml v0.9.34+deprecated
23012026-03-24T14:59:27.803Z Compiling toml_edit v0.23.10+spec-1.0.0
23022026-03-24T14:59:27.970Z Checking typify-impl v0.6.1
23032026-03-24T14:59:28.964Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-24T14:59:29.302Z Compiling proc-macro-crate v3.4.0
23052026-03-24T14:59:29.497Z Checking half v2.7.1
23062026-03-24T14:59:29.551Z Checking ciborium-io v0.2.2
23072026-03-24T14:59:29.703Z Checking glob v0.3.3
23082026-03-24T14:59:29.817Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-24T14:59:29.899Z Checking ciborium-ll v0.2.2
23102026-03-24T14:59:29.977Z Compiling heapless v0.8.0
23112026-03-24T14:59:30.035Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-24T14:59:30.082Z Compiling ingot-macros v0.1.1
23132026-03-24T14:59:30.174Z Checking ciborium v0.2.2
23142026-03-24T14:59:30.234Z Checking tabwriter v1.4.1
23152026-03-24T14:59:30.457Z Checking hash32 v0.3.1
23162026-03-24T14:59:30.611Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-24T14:59:30.658Z Compiling smoltcp v0.11.0
23182026-03-24T14:59:30.786Z Compiling num_enum_derive v0.7.5
23192026-03-24T14:59:30.936Z Checking cobs v0.3.0
23202026-03-24T14:59:30.985Z Compiling foreign-types-macros v0.2.3
23212026-03-24T14:59:31.175Z Checking cpufeatures v0.3.0
23222026-03-24T14:59:31.236Z Checking foreign-types-shared v0.3.1
23232026-03-24T14:59:31.328Z Checking chacha20 v0.10.0
23242026-03-24T14:59:31.405Z Checking postcard v1.1.3
23252026-03-24T14:59:31.873Z Checking foreign-types v0.5.0
23262026-03-24T14:59:31.877Z Compiling proc-macro-crate v1.3.1
23272026-03-24T14:59:31.996Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-24T14:59:32.042Z Checking cstr-argument v0.1.2
23292026-03-24T14:59:32.232Z Checking sigpipe v0.1.3
23302026-03-24T14:59:32.279Z Checking num_enum v0.7.5
23312026-03-24T14:59:32.326Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-03-24T14:59:32.373Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-24T14:59:32.464Z Checking colored v3.1.1
23342026-03-24T14:59:32.512Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-03-24T14:59:32.748Z Compiling num_enum_derive v0.5.11
23362026-03-24T14:59:32.795Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-03-24T14:59:32.887Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-24T14:59:32.930Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-03-24T14:59:33.022Z Checking rand v0.10.0
23402026-03-24T14:59:33.069Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-24T14:59:33.116Z Checking indent_write v2.2.0
23422026-03-24T14:59:33.187Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-24T14:59:33.318Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-24T14:59:33.452Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-24T14:59:33.507Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23462026-03-24T14:59:33.664Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23472026-03-24T14:59:33.918Z Checking smf v0.2.3
23482026-03-24T14:59:33.970Z Compiling num-derive v0.4.2
23492026-03-24T14:59:34.011Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-03-24T14:59:34.060Z Checking ingot-types v0.1.2
23512026-03-24T14:59:34.154Z Checking num_enum v0.5.11
23522026-03-24T14:59:34.264Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23532026-03-24T14:59:34.356Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23542026-03-24T14:59:34.416Z Checking whoami v1.6.1
23552026-03-24T14:59:34.492Z Checking universal-hash v0.5.1
23562026-03-24T14:59:34.574Z Checking ingot v0.1.1
23572026-03-24T14:59:34.675Z Checking opaque-debug v0.3.1
23582026-03-24T14:59:34.721Z Checking aead v0.5.2
23592026-03-24T14:59:34.797Z Checking swrite v0.1.0
23602026-03-24T14:59:34.845Z Checking poly1305 v0.8.0
23612026-03-24T14:59:34.849Z Checking chacha20 v0.9.1
23622026-03-24T14:59:34.937Z Checking unicode-width v0.1.14
23632026-03-24T14:59:34.984Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-24T14:59:34.989Z Compiling typify-macro v0.6.1
23652026-03-24T14:59:35.169Z Checking password-hash v0.5.0
23662026-03-24T14:59:35.217Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-24T14:59:35.220Z Checking blake2 v0.10.6
23682026-03-24T14:59:35.306Z Checking chacha20poly1305 v0.10.1
23692026-03-24T14:59:35.499Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23702026-03-24T14:59:35.502Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-24T14:59:35.592Z Checking byte-wrapper v0.1.0
23722026-03-24T14:59:35.636Z Checking argon2 v0.5.3
23732026-03-24T14:59:35.884Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23742026-03-24T14:59:35.931Z Compiling usdt-macro v0.5.0
23752026-03-24T14:59:35.980Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23762026-03-24T14:59:36.109Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-24T14:59:36.224Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23782026-03-24T14:59:36.472Z Compiling usdt-attr-macro v0.5.0
23792026-03-24T14:59:36.643Z Checking thiserror-no-std v2.0.2
23802026-03-24T14:59:36.792Z Checking vsss-rs v3.3.4
23812026-03-24T14:59:36.903Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23822026-03-24T14:59:36.954Z Checking memmap v0.7.0
23832026-03-24T14:59:37.025Z Compiling derive-where v1.6.0
23842026-03-24T14:59:37.075Z Checking atomicwrites v0.4.4
23852026-03-24T14:59:37.156Z Checking console v0.15.11
23862026-03-24T14:59:37.275Z Checking newline-converter v0.3.0
23872026-03-24T14:59:37.400Z Compiling typify v0.6.1
23882026-03-24T14:59:37.516Z Checking usdt v0.5.0
23892026-03-24T14:59:37.566Z Checking expectorate v1.2.0
23902026-03-24T14:59:37.569Z Compiling progenitor-impl v0.13.0
23912026-03-24T14:59:37.753Z Checking tokio-dtrace v0.1.1
23922026-03-24T14:59:37.800Z Checking bytecount v0.6.9
23932026-03-24T14:59:37.966Z Compiling prettyplease v0.2.37
23942026-03-24T14:59:38.016Z Checking oxide-tokio-rt v0.1.3
23952026-03-24T14:59:38.304Z Compiling owo-colors v4.3.0
23962026-03-24T14:59:38.307Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23972026-03-24T14:59:38.392Z Compiling cancel-safe-futures v0.1.5
23982026-03-24T14:59:38.454Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-24T14:59:38.504Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-03-24T14:59:38.507Z Checking libsw-core v0.3.2
24012026-03-24T14:59:38.795Z Checking libsw v3.5.0
24022026-03-24T14:59:38.886Z Checking same-file v1.0.6
24032026-03-24T14:59:38.927Z Checking linear-map v1.2.0
24042026-03-24T14:59:39.059Z Checking num-rational v0.4.2
24052026-03-24T14:59:39.113Z Checking walkdir v2.5.0
24062026-03-24T14:59:39.159Z Checking num-complex v0.4.6
24072026-03-24T14:59:39.228Z Checking float-ord v0.3.2
24082026-03-24T14:59:39.358Z Checking gethostname v0.5.0
24092026-03-24T14:59:39.516Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24102026-03-24T14:59:39.636Z Compiling async-recursion v1.1.1
24112026-03-24T14:59:39.683Z Checking num v0.4.3
24122026-03-24T14:59:39.729Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24132026-03-24T14:59:39.782Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-24T14:59:39.872Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-24T14:59:41.148Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-24T14:59:41.296Z Compiling progenitor-macro v0.13.0
24172026-03-24T14:59:41.973Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-24T14:59:43.090Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-24T14:59:43.788Z Checking smawk v0.3.2
24202026-03-24T14:59:43.986Z Checking unicode-linebreak v0.1.5
24212026-03-24T14:59:44.032Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-24T14:59:44.143Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-24T14:59:44.301Z Checking globset v0.4.18
24242026-03-24T14:59:44.785Z Compiling convert_case v0.10.0
24252026-03-24T14:59:45.535Z Compiling slog-dtrace v0.3.0
24262026-03-24T14:59:45.581Z Checking resolv-conf v0.7.6
24272026-03-24T14:59:45.900Z Compiling derive_more-impl v2.1.1
24282026-03-24T14:59:46.127Z Compiling pin-project-internal v1.1.11
24292026-03-24T14:59:46.203Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-03-24T14:59:46.307Z Checking pem v3.0.6
24312026-03-24T14:59:46.515Z Checking fd-lock v4.0.4
24322026-03-24T14:59:46.563Z Checking vte v0.14.1
24332026-03-24T14:59:46.715Z Checking display-error-chain v0.2.2
24342026-03-24T14:59:46.803Z Checking strip-ansi-escapes v0.2.1
24352026-03-24T14:59:46.905Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24362026-03-24T14:59:46.965Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-03-24T14:59:47.010Z Compiling snafu-derive v0.8.9
24382026-03-24T14:59:47.056Z Checking derive_more v2.1.1
24392026-03-24T14:59:47.160Z Checking termtree v0.5.1
24402026-03-24T14:59:47.208Z Checking crossterm v0.29.0
24412026-03-24T14:59:47.372Z Checking linked-hash-map v0.5.6
24422026-03-24T14:59:47.704Z Checking pin-project v1.1.11
24432026-03-24T14:59:47.751Z Checking nu-ansi-term v0.50.3
24442026-03-24T14:59:47.861Z Checking lru-cache v0.1.2
24452026-03-24T14:59:48.022Z Checking textwrap v0.16.2
24462026-03-24T14:59:48.072Z Checking reedline v0.40.0
24472026-03-24T14:59:48.076Z Checking olpc-cjson v0.1.4
24482026-03-24T14:59:48.330Z Checking hickory-proto v0.24.4
24492026-03-24T14:59:48.377Z Checking serde_plain v1.0.2
24502026-03-24T14:59:48.425Z Checking progenitor v0.13.0
24512026-03-24T14:59:48.606Z Compiling minimal-lexical v0.2.1
24522026-03-24T14:59:48.654Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24532026-03-24T14:59:48.981Z Checking typed-path v0.9.3
24542026-03-24T14:59:49.671Z Compiling nom v7.1.3
24552026-03-24T14:59:49.717Z Checking snafu v0.8.9
24562026-03-24T14:59:50.058Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-24T14:59:50.110Z Checking tough v0.20.0
24582026-03-24T14:59:50.784Z Checking nibble_vec v0.1.0
24592026-03-24T14:59:50.829Z Checking endian-type v0.1.2
24602026-03-24T14:59:50.978Z Checking hickory-resolver v0.24.4
24612026-03-24T14:59:51.030Z Checking radix_trie v0.2.1
24622026-03-24T14:59:51.140Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-24T14:59:51.337Z Compiling ar_archive_writer v0.5.1
24642026-03-24T14:59:51.550Z Checking humantime v2.3.0
24652026-03-24T14:59:51.821Z Checking base64 v0.21.7
24662026-03-24T14:59:51.993Z Checking qorb v0.4.1
24672026-03-24T14:59:52.040Z Checking csv-core v0.1.13
24682026-03-24T14:59:52.170Z Compiling stacker v0.1.23
24692026-03-24T14:59:52.218Z Checking highway v1.3.0
24702026-03-24T14:59:52.312Z Checking csv v1.4.0
24712026-03-24T14:59:52.538Z Compiling cfg_aliases v0.1.1
24722026-03-24T14:59:52.630Z Compiling psm v0.1.30
24732026-03-24T14:59:52.677Z Compiling nix v0.28.0
24742026-03-24T14:59:52.722Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-24T14:59:52.818Z Checking papergrid v0.11.0
24762026-03-24T14:59:52.863Z Compiling tabled_derive v0.7.0
24772026-03-24T14:59:53.141Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24782026-03-24T14:59:53.190Z Checking home v0.5.12
24792026-03-24T14:59:53.406Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24802026-03-24T14:59:53.497Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24812026-03-24T14:59:53.563Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-24T14:59:53.678Z Checking phf_shared v0.12.1
24832026-03-24T14:59:53.806Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-24T14:59:53.903Z Compiling semver v0.1.20
24852026-03-24T14:59:54.080Z Compiling chrono-tz v0.10.4
24862026-03-24T14:59:54.173Z Checking tabled v0.15.0
24872026-03-24T14:59:54.267Z Compiling rustc_version v0.1.7
24882026-03-24T14:59:54.311Z Checking phf v0.12.1
24892026-03-24T14:59:54.358Z Checking recursive v0.1.1
24902026-03-24T14:59:54.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24912026-03-24T14:59:54.545Z Compiling const_format_proc_macros v0.2.34
24922026-03-24T14:59:54.592Z Compiling peg-macros v0.8.5
24932026-03-24T14:59:54.595Z Checking winnow v0.6.26
24942026-03-24T14:59:54.691Z Compiling sqlparser_derive v0.5.0
24952026-03-24T14:59:55.738Z Checking unicode_categories v0.1.1
24962026-03-24T14:59:55.786Z Checking sqlparser v0.61.0
24972026-03-24T14:59:55.971Z Checking rustyline v14.0.0
24982026-03-24T14:59:56.016Z Checking const_format v0.2.35
24992026-03-24T14:59:56.234Z Checking sqlformat v0.3.5
25002026-03-24T14:59:56.444Z Compiling newtype_derive v0.1.6
25012026-03-24T14:59:56.491Z Checking peg v0.8.5
25022026-03-24T14:59:56.722Z Checking bcs v0.1.6
25032026-03-24T14:59:57.014Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25042026-03-24T14:59:57.079Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25052026-03-24T14:59:57.121Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25062026-03-24T14:59:57.293Z Checking steno v0.4.1
25072026-03-24T14:59:57.499Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-24T14:59:57.679Z Checking utf-8 v0.7.6
25092026-03-24T14:59:57.889Z Checking filetime v0.2.27
25102026-03-24T14:59:58.096Z Checking arc-swap v1.8.2
25112026-03-24T14:59:58.147Z Checking xattr v1.6.1
25122026-03-24T14:59:58.398Z Checking tar v0.4.44
25132026-03-24T14:59:58.442Z Checking slog-scope v4.4.1
25142026-03-24T14:59:58.656Z Checking slog-stdlog v4.1.1
25152026-03-24T14:59:58.699Z Checking tungstenite v0.21.0
25162026-03-24T14:59:58.838Z Checking slog-envlogger v2.2.0
25172026-03-24T14:59:58.953Z Compiling typify-impl v0.4.3
25182026-03-24T14:59:59.059Z Checking typeid v1.0.3
25192026-03-24T14:59:59.285Z Checking tokio-tungstenite v0.21.0
25202026-03-24T14:59:59.682Z Checking subprocess v0.2.15
25212026-03-24T14:59:59.825Z Checking headers-core v0.3.0
25222026-03-24T14:59:59.996Z Checking headers v0.4.1
25232026-03-24T15:00:00.091Z Compiling lzma-sys v0.1.20
25242026-03-24T15:00:00.545Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-24T15:00:00.670Z Compiling cargo_toml v0.22.3
25262026-03-24T15:00:00.736Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25272026-03-24T15:00:00.798Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-03-24T15:00:01.180Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25292026-03-24T15:00:01.303Z Checking yasna v0.5.2
25302026-03-24T15:00:01.881Z Checking rcgen v0.12.1
25312026-03-24T15:00:02.330Z Checking xz2 v0.1.7
25322026-03-24T15:00:02.417Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25332026-03-24T15:00:02.588Z Checking ron v0.12.0
25342026-03-24T15:00:02.715Z Checking base16ct v1.0.0
25352026-03-24T15:00:02.915Z Checking dropshot-api-manager-types v0.6.0
25362026-03-24T15:00:02.961Z Checking tagptr v0.2.0
25372026-03-24T15:00:03.170Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-24T15:00:03.216Z Checking moka v0.12.13
25392026-03-24T15:00:03.423Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-24T15:00:03.644Z Compiling libefi-sys v0.1.0
25412026-03-24T15:00:03.689Z Compiling radium v0.7.0
25422026-03-24T15:00:03.981Z Compiling bitfield-struct v0.6.2
25432026-03-24T15:00:04.120Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25442026-03-24T15:00:04.167Z Checking hickory-resolver v0.25.2
25452026-03-24T15:00:04.461Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-24T15:00:04.641Z Checking tap v1.0.1
25472026-03-24T15:00:04.686Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-03-24T15:00:04.810Z Compiling maybe-uninit v2.0.0
25492026-03-24T15:00:04.813Z Checking wyz v0.5.1
25502026-03-24T15:00:04.902Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-24T15:00:05.181Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25522026-03-24T15:00:05.376Z Compiling zerocopy-derive v0.6.6
25532026-03-24T15:00:05.424Z Compiling typify-macro v0.4.3
25542026-03-24T15:00:05.548Z Checking crc-catalog v2.4.0
25552026-03-24T15:00:05.595Z Compiling packed_struct v0.10.1
25562026-03-24T15:00:05.710Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-24T15:00:05.781Z Checking funty v2.0.0
25582026-03-24T15:00:05.844Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-24T15:00:06.016Z Checking crc v3.4.0
25602026-03-24T15:00:06.061Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25612026-03-24T15:00:06.263Z Checking bitvec v1.0.1
25622026-03-24T15:00:06.309Z Compiling packed_struct_codegen v0.10.1
25632026-03-24T15:00:06.312Z Compiling bitfield-macros v0.19.4
25642026-03-24T15:00:06.312Z Compiling indexmap v1.9.3
25652026-03-24T15:00:06.596Z Checking zerocopy v0.6.6
25662026-03-24T15:00:06.748Z Checking nodrop v0.1.14
25672026-03-24T15:00:06.899Z Checking array-init v0.0.4
25682026-03-24T15:00:07.112Z Checking smallvec v0.6.14
25692026-03-24T15:00:07.362Z Checking bitfield v0.19.4
25702026-03-24T15:00:07.417Z Checking hashbrown v0.12.3
25712026-03-24T15:00:07.461Z Checking serde-hex v0.1.0
25722026-03-24T15:00:07.773Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-03-24T15:00:07.819Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25742026-03-24T15:00:07.825Z Compiling typify v0.4.3
25752026-03-24T15:00:08.059Z Compiling progenitor-impl v0.10.0
25762026-03-24T15:00:08.581Z Checking ron v0.8.1
25772026-03-24T15:00:09.047Z Checking hashbrown v0.13.2
25782026-03-24T15:00:09.327Z Checking crc-any v2.5.0
25792026-03-24T15:00:09.382Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-24T15:00:09.590Z Checking path-slash v0.1.5
25812026-03-24T15:00:09.638Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25822026-03-24T15:00:09.641Z Compiling xshell-macros v0.2.7
25832026-03-24T15:00:09.729Z Checking object v0.30.4
25842026-03-24T15:00:09.733Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25852026-03-24T15:00:09.826Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862026-03-24T15:00:10.207Z Checking xshell v0.2.7
25872026-03-24T15:00:10.335Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-03-24T15:00:10.491Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25892026-03-24T15:00:11.216Z Checking half v1.8.3
25902026-03-24T15:00:11.501Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25912026-03-24T15:00:11.555Z Checking serde_cbor v0.11.2
25922026-03-24T15:00:11.691Z Compiling progenitor-macro v0.10.0
25932026-03-24T15:00:11.783Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-24T15:00:11.828Z Compiling num-derive v0.3.3
25952026-03-24T15:00:12.115Z Compiling proc-macro-error-attr2 v2.0.0
25962026-03-24T15:00:12.666Z Compiling proc-macro-error2 v2.0.1
25972026-03-24T15:00:12.818Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-24T15:00:13.032Z Checking libscf-sys v1.1.0
25992026-03-24T15:00:13.136Z Compiling tabled_derive v0.11.0
26002026-03-24T15:00:13.238Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-03-24T15:00:13.309Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26022026-03-24T15:00:13.552Z Checking papergrid v0.17.0
26032026-03-24T15:00:13.986Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-24T15:00:13.990Z Checking testing_table v0.3.0
26052026-03-24T15:00:14.185Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26062026-03-24T15:00:14.603Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-24T15:00:14.657Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-24T15:00:14.703Z Checking maplit v1.0.2
26092026-03-24T15:00:14.746Z Checking tabled v0.20.0
26102026-03-24T15:00:14.839Z Checking crc8 v0.1.1
26112026-03-24T15:00:14.998Z Checking fxhash v0.2.1
26122026-03-24T15:00:15.057Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132026-03-24T15:00:15.187Z Checking unicase v2.9.0
26142026-03-24T15:00:15.332Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26152026-03-24T15:00:15.428Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26162026-03-24T15:00:15.669Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-03-24T15:00:15.806Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-24T15:00:15.991Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-24T15:00:16.230Z Checking kstat-rs v0.2.4
26202026-03-24T15:00:16.522Z Compiling parking_lot_core v0.8.6
26212026-03-24T15:00:16.567Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-03-24T15:00:16.664Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26232026-03-24T15:00:16.803Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-03-24T15:00:16.871Z Compiling diesel_derives v2.3.7
26252026-03-24T15:00:17.197Z Compiling git-stub v1.0.0
26262026-03-24T15:00:17.314Z Checking scheduled-thread-pool v0.2.7
26272026-03-24T15:00:17.535Z Compiling dsl_auto_type v0.2.0
26282026-03-24T15:00:17.581Z Compiling vergen-gitcl v1.0.8
26292026-03-24T15:00:17.667Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-03-24T15:00:17.812Z Compiling diesel_table_macro_syntax v0.3.0
26312026-03-24T15:00:17.924Z Checking r2d2 v0.8.10
26322026-03-24T15:00:17.982Z Compiling git-stub-vcs v0.1.0
26332026-03-24T15:00:18.198Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26342026-03-24T15:00:18.408Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-03-24T15:00:18.502Z Checking downcast-rs v2.0.2
26362026-03-24T15:00:18.600Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-03-24T15:00:18.657Z Checking parking_lot v0.11.2
26382026-03-24T15:00:18.747Z Checking progenitor v0.10.0
26392026-03-24T15:00:18.838Z Checking prefix-trie v0.7.0
26402026-03-24T15:00:18.935Z Checking nanorand v0.7.0
26412026-03-24T15:00:18.982Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26422026-03-24T15:00:19.185Z Compiling dirs-sys-next v0.1.2
26432026-03-24T15:00:19.237Z Compiling crunchy v0.2.4
26442026-03-24T15:00:19.310Z Checking hickory-server v0.25.2
26452026-03-24T15:00:19.504Z Compiling dirs-next v2.0.0
26462026-03-24T15:00:19.591Z Checking flume v0.11.1
26472026-03-24T15:00:19.753Z Checking sled v0.34.7
26482026-03-24T15:00:19.796Z Compiling clang-sys v1.8.1
26492026-03-24T15:00:19.947Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-24T15:00:20.221Z Checking hickory-client v0.25.2
26512026-03-24T15:00:20.286Z Compiling tiny-keccak v2.0.2
26522026-03-24T15:00:20.773Z Compiling term v0.7.0
26532026-03-24T15:00:20.849Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-03-24T15:00:20.945Z Compiling bit-vec v0.6.3
26552026-03-24T15:00:20.948Z Compiling salty v0.3.0
26562026-03-24T15:00:21.269Z Compiling bit-set v0.5.3
26572026-03-24T15:00:21.471Z Compiling ascii-canvas v3.0.0
26582026-03-24T15:00:21.557Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-03-24T15:00:21.602Z Checking primeorder v0.13.6
26602026-03-24T15:00:21.761Z Compiling itertools v0.10.5
26612026-03-24T15:00:21.837Z Compiling ena v0.14.4
26622026-03-24T15:00:21.980Z Compiling libloading v0.8.9
26632026-03-24T15:00:22.160Z Compiling fs-err v2.11.0
26642026-03-24T15:00:22.250Z Compiling bindgen v0.71.1
26652026-03-24T15:00:22.296Z Compiling regex-syntax v0.6.29
26662026-03-24T15:00:22.446Z Compiling diff v0.1.13
26672026-03-24T15:00:22.888Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-24T15:00:22.993Z Compiling cexpr v0.6.0
26692026-03-24T15:00:23.230Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-03-24T15:00:23.275Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26712026-03-24T15:00:23.687Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-24T15:00:23.945Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-24T15:00:24.125Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-03-24T15:00:24.331Z Compiling lalrpop v0.19.12
26752026-03-24T15:00:24.615Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-24T15:00:24.841Z Compiling libxml v0.3.3
26772026-03-24T15:00:24.890Z Checking parse-size v1.1.0
26782026-03-24T15:00:25.079Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-03-24T15:00:25.275Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-24T15:00:25.334Z Checking p384 v0.13.1
26812026-03-24T15:00:25.703Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-03-24T15:00:25.881Z Checking diesel v2.3.7
26832026-03-24T15:00:25.926Z Compiling strum_macros v0.24.3
26842026-03-24T15:00:26.198Z Compiling indoc v1.0.9
26852026-03-24T15:00:27.687Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26862026-03-24T15:00:27.808Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-03-24T15:00:28.084Z Checking predicates-tree v1.0.13
26882026-03-24T15:00:28.265Z Checking derive_builder v0.20.2
26892026-03-24T15:00:28.311Z Checking quick-xml v0.37.5
26902026-03-24T15:00:28.446Z Compiling oso-derive v0.27.3
26912026-03-24T15:00:28.691Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26922026-03-24T15:00:28.969Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26932026-03-24T15:00:29.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26942026-03-24T15:00:29.108Z Compiling impl-trait-for-tuples v0.2.3
26952026-03-24T15:00:29.539Z Compiling trait-variant v0.1.2
26962026-03-24T15:00:30.298Z Checking openssl-probe v0.1.6
26972026-03-24T15:00:30.472Z Checking assert_matches v1.5.0
26982026-03-24T15:00:30.608Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26992026-03-24T15:00:31.282Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27002026-03-24T15:00:31.331Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27012026-03-24T15:00:31.374Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27022026-03-24T15:00:31.748Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-03-24T15:00:31.808Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-24T15:00:32.102Z Compiling progenitor-impl v0.11.2
27052026-03-24T15:00:32.918Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27062026-03-24T15:00:33.074Z Compiling mime_guess v2.0.5
27072026-03-24T15:00:33.326Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-03-24T15:00:33.836Z Checking progenitor-client v0.11.2
27092026-03-24T15:00:34.065Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27102026-03-24T15:00:34.113Z Checking http-range v0.1.5
27112026-03-24T15:00:34.184Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-24T15:00:34.415Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27132026-03-24T15:00:34.459Z Checking ignore v0.4.25
27142026-03-24T15:00:35.221Z Checking atty v0.2.14
27152026-03-24T15:00:35.386Z Checking globwalk v0.9.1
27162026-03-24T15:00:35.917Z Compiling progenitor-macro v0.11.2
27172026-03-24T15:00:36.356Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-24T15:00:39.471Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-24T15:00:39.531Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27202026-03-24T15:00:39.531Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27212026-03-24T15:00:39.531Z Checking bb8 v0.8.6
27222026-03-24T15:00:39.531Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27232026-03-24T15:00:39.531Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27242026-03-24T15:00:39.531Z Checking corncobs v0.1.4
27252026-03-24T15:00:39.531Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-24T15:00:39.532Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-03-24T15:00:39.532Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-24T15:00:40.761Z Checking hyper-staticfile v0.10.1
27292026-03-24T15:00:40.817Z Checking camino-tempfile-ext v0.3.3
27302026-03-24T15:00:40.817Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27312026-03-24T15:00:40.817Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27322026-03-24T15:00:40.817Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27332026-03-24T15:00:40.817Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27342026-03-24T15:00:40.817Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-03-24T15:00:41.261Z Checking signal-hook-tokio v0.3.1
27362026-03-24T15:00:41.752Z Checking secrecy v0.8.0
27372026-03-24T15:00:41.829Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27382026-03-24T15:00:42.643Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27392026-03-24T15:00:42.679Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27402026-03-24T15:00:42.694Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-24T15:00:43.053Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27422026-03-24T15:00:43.064Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27432026-03-24T15:00:43.080Z Checking progenitor v0.11.2
27442026-03-24T15:00:43.294Z Checking nonempty v0.12.0
27452026-03-24T15:00:43.570Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-03-24T15:00:43.583Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-03-24T15:00:43.636Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-03-24T15:00:43.681Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27492026-03-24T15:00:44.121Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27502026-03-24T15:00:44.174Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-24T15:00:44.607Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-24T15:00:44.657Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-03-24T15:00:45.195Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542026-03-24T15:00:45.275Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-24T15:00:45.555Z Checking tungstenite v0.23.0
27562026-03-24T15:00:46.166Z Checking async-bb8-diesel v0.2.1
27572026-03-24T15:00:46.214Z Checking diesel-dtrace v0.5.0
27582026-03-24T15:00:46.645Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27592026-03-24T15:00:46.695Z Checking tokio-tungstenite v0.23.1
27602026-03-24T15:00:46.700Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-03-24T15:00:47.088Z Checking rand_seeder v0.4.0
27622026-03-24T15:00:47.219Z Checking void v1.0.2
27632026-03-24T15:00:47.308Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27642026-03-24T15:00:47.400Z Checking lzss v0.8.2
27652026-03-24T15:00:47.690Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27662026-03-24T15:00:47.842Z Checking nix v0.27.1
27672026-03-24T15:00:47.941Z Checking serde_bytes v0.11.19
27682026-03-24T15:00:48.218Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-03-24T15:00:48.280Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-24T15:00:48.482Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-03-24T15:00:48.599Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27722026-03-24T15:00:49.289Z Checking is_ci v1.2.0
27732026-03-24T15:00:49.466Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-03-24T15:00:49.628Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27752026-03-24T15:00:50.016Z Checking yansi v1.0.1
27762026-03-24T15:00:50.064Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27772026-03-24T15:00:50.382Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27782026-03-24T15:00:50.426Z Checking pretty_assertions v1.4.1
27792026-03-24T15:00:50.429Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27802026-03-24T15:00:50.631Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27812026-03-24T15:00:50.747Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27822026-03-24T15:00:51.080Z Compiling darling_core v0.23.0
27832026-03-24T15:00:52.254Z Compiling indoc v2.0.7
27842026-03-24T15:00:52.620Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-03-24T15:00:52.938Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-24T15:00:52.981Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-24T15:00:52.981Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27882026-03-24T15:00:53.268Z Compiling instability v0.3.11
27892026-03-24T15:00:53.427Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-03-24T15:00:53.758Z Compiling libz-sys v1.1.24
27912026-03-24T15:00:54.018Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-24T15:00:54.274Z Checking castaway v0.2.4
27932026-03-24T15:00:54.489Z Checking compact_str v0.8.1
27942026-03-24T15:00:54.756Z Compiling darling_macro v0.23.0
27952026-03-24T15:00:55.046Z Checking supports-color v3.0.2
27962026-03-24T15:00:55.283Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27972026-03-24T15:00:55.346Z Checking unicode-truncate v1.1.0
27982026-03-24T15:00:55.428Z Compiling darling v0.23.0
27992026-03-24T15:00:55.569Z Checking lru v0.12.5
28002026-03-24T15:00:55.608Z Checking cassowary v0.3.0
28012026-03-24T15:00:55.868Z Compiling libgit2-sys v0.18.3+1.9.2
28022026-03-24T15:00:56.104Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-03-24T15:00:56.325Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-24T15:00:56.655Z Checking ratatui v0.29.0
28052026-03-24T15:00:57.722Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-03-24T15:00:58.002Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-24T15:00:58.402Z Compiling vergen-git2 v1.0.7
28082026-03-24T15:00:58.463Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-03-24T15:00:58.512Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-03-24T15:00:58.741Z Checking colored v2.2.0
28112026-03-24T15:00:58.744Z Checking plotters-backend v0.3.7
28122026-03-24T15:00:58.830Z Compiling rustls v0.21.12
28132026-03-24T15:00:59.040Z Checking shell-words v1.1.1
28142026-03-24T15:00:59.083Z Checking plotters-svg v0.3.7
28152026-03-24T15:00:59.297Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-24T15:00:59.339Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-03-24T15:00:59.384Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-03-24T15:00:59.619Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-03-24T15:00:59.666Z Checking sct v0.7.1
28202026-03-24T15:00:59.873Z Checking rustls-webpki v0.101.7
28212026-03-24T15:01:00.204Z Compiling nix v0.29.0
28222026-03-24T15:01:00.365Z Checking cast v0.3.0
28232026-03-24T15:01:00.569Z Checking hex-literal v0.4.1
28242026-03-24T15:01:00.614Z Checking criterion-plot v0.6.0
28252026-03-24T15:01:00.728Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-03-24T15:01:01.102Z Checking plotters v0.3.7
28272026-03-24T15:01:02.205Z Checking erased-serde v0.4.9
28282026-03-24T15:01:02.686Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28292026-03-24T15:01:02.761Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-03-24T15:01:03.762Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28312026-03-24T15:01:04.750Z Checking tinytemplate v1.2.1
28322026-03-24T15:01:05.069Z Checking ordered-float v2.10.1
28332026-03-24T15:01:05.446Z Checking anes v0.1.6
28342026-03-24T15:01:05.729Z Checking oorandom v11.1.5
28352026-03-24T15:01:05.907Z Checking criterion v0.7.0
28362026-03-24T15:01:06.379Z Checking serde-value v0.7.0
28372026-03-24T15:01:06.700Z Checking serde-untagged v0.1.9
28382026-03-24T15:01:06.990Z Checking tokio-rustls v0.24.1
28392026-03-24T15:01:07.545Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-03-24T15:01:07.622Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-03-24T15:01:07.897Z Checking rustls-pemfile v1.0.4
28422026-03-24T15:01:08.114Z Checking twox-hash v2.1.2
28432026-03-24T15:01:08.555Z Checking unicode-xid v0.2.6
28442026-03-24T15:01:08.669Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-03-24T15:01:08.730Z Checking cargo-util-schemas v0.8.2
28462026-03-24T15:01:09.143Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-24T15:01:09.369Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28482026-03-24T15:01:09.968Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-24T15:01:10.202Z Checking fatfs v0.3.6
28502026-03-24T15:01:10.848Z Checking cargo-platform v0.2.0
28512026-03-24T15:01:11.110Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-03-24T15:01:11.153Z Compiling petname v2.0.2
28532026-03-24T15:01:11.856Z Compiling seq-macro v0.3.6
28542026-03-24T15:01:12.784Z Checking cargo_metadata v0.21.0
28552026-03-24T15:01:13.081Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28562026-03-24T15:01:13.863Z Checking concurrent-queue v2.5.0
28572026-03-24T15:01:14.139Z Checking rtoolbox v0.0.3
28582026-03-24T15:01:14.346Z Checking parking v2.2.1
28592026-03-24T15:01:14.487Z Checking futures-timer v3.0.3
28602026-03-24T15:01:14.540Z Checking event-listener v5.4.1
28612026-03-24T15:01:14.764Z Checking rpassword v7.4.0
28622026-03-24T15:01:14.937Z Checking tui-tree-widget v0.23.1
28632026-03-24T15:01:15.168Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28642026-03-24T15:01:15.215Z Checking polyval v0.6.2
28652026-03-24T15:01:15.411Z Checking sapling-renderdag v0.1.0
28662026-03-24T15:01:15.455Z Checking sync-ptr v0.1.4
28672026-03-24T15:01:15.499Z Checking ghash v0.5.1
28682026-03-24T15:01:15.643Z Checking event-listener-strategy v0.5.4
28692026-03-24T15:01:15.690Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-03-24T15:01:15.771Z Checking ctr v0.9.2
28712026-03-24T15:01:15.853Z Checking arrayref v0.3.9
28722026-03-24T15:01:15.966Z Checking constant_time_eq v0.4.2
28732026-03-24T15:01:16.011Z Checking arrayvec v0.7.6
28742026-03-24T15:01:16.057Z Checking aes-gcm v0.10.3
28752026-03-24T15:01:16.234Z Checking async-lock v3.4.2
28762026-03-24T15:01:16.287Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28772026-03-24T15:01:16.331Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28782026-03-24T15:01:16.814Z Checking ssh-encoding v0.2.0
28792026-03-24T15:01:17.102Z Checking blowfish v0.9.1
28802026-03-24T15:01:17.332Z Checking bcrypt-pbkdf v0.10.0
28812026-03-24T15:01:17.568Z Checking ssh-cipher v0.2.0
28822026-03-24T15:01:17.616Z Checking async-object-pool v0.2.0
28832026-03-24T15:01:17.791Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28842026-03-24T15:01:17.837Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-03-24T15:01:18.246Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-03-24T15:01:18.640Z Checking serde_regex v1.1.0
28872026-03-24T15:01:18.888Z Checking password-hash v0.4.2
28882026-03-24T15:01:19.121Z Checking assert-json-diff v2.0.2
28892026-03-24T15:01:19.224Z Checking path-tree v0.8.3
28902026-03-24T15:01:19.381Z Checking stringmetrics v2.2.2
28912026-03-24T15:01:19.516Z Checking gimli v0.32.3
28922026-03-24T15:01:19.594Z Compiling samael v0.0.19
28932026-03-24T15:01:19.637Z Compiling target-lexicon v0.13.3
28942026-03-24T15:01:20.072Z Checking httpmock v0.8.3
28952026-03-24T15:01:20.398Z Checking pbkdf2 v0.11.0
28962026-03-24T15:01:20.653Z Checking ssh-key v0.6.7
28972026-03-24T15:01:21.807Z Checking addr2line v0.25.1
28982026-03-24T15:01:22.202Z Checking p256 v0.13.2
28992026-03-24T15:01:22.574Z Checking p521 v0.13.3
29002026-03-24T15:01:23.166Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29012026-03-24T15:01:23.422Z Checking russh-cryptovec v0.7.3
29022026-03-24T15:01:23.468Z Checking md5 v0.7.0
29032026-03-24T15:01:23.630Z Compiling guppy-workspace-hack v0.1.0
29042026-03-24T15:01:23.725Z Checking rustc-demangle v0.1.27
29052026-03-24T15:01:23.959Z Checking russh-keys v0.45.0
29062026-03-24T15:01:24.064Z Checking backtrace v0.3.76
29072026-03-24T15:01:24.489Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29082026-03-24T15:01:24.623Z Checking num-bigint v0.4.6
29092026-03-24T15:01:24.854Z Checking des v0.8.1
29102026-03-24T15:01:25.287Z Compiling blake3 v1.8.3
29112026-03-24T15:01:25.757Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-24T15:01:25.805Z Compiling target-spec v3.5.7
29132026-03-24T15:01:26.038Z Checking russh v0.45.0
29142026-03-24T15:01:26.326Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-24T15:01:26.430Z Checking cfg-expr v0.20.6
29162026-03-24T15:01:26.630Z Checking backtrace-ext v0.2.1
29172026-03-24T15:01:26.944Z Checking supports-color v2.1.0
29182026-03-24T15:01:27.004Z Checking textwrap v0.15.2
29192026-03-24T15:01:27.148Z Checking supports-unicode v2.1.0
29202026-03-24T15:01:27.220Z Checking supports-hyperlinks v2.1.0
29212026-03-24T15:01:27.307Z Checking hashbrown v0.14.5
29222026-03-24T15:01:27.350Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29232026-03-24T15:01:27.405Z Checking cargo-platform v0.3.2
29242026-03-24T15:01:27.642Z Checking terminal_size v0.1.17
29252026-03-24T15:01:27.686Z Checking socket2 v0.5.10
29262026-03-24T15:01:27.811Z Compiling miette-derive v5.10.0
29272026-03-24T15:01:27.988Z Checking owo-colors v3.5.0
29282026-03-24T15:01:28.062Z Checking internet-checksum v0.2.1
29292026-03-24T15:01:28.252Z Checking chumsky v0.9.3
29302026-03-24T15:01:28.653Z Checking cargo_metadata v0.23.1
29312026-03-24T15:01:29.356Z Checking miette v5.10.0
29322026-03-24T15:01:29.715Z Compiling git2 v0.20.4
29332026-03-24T15:01:29.759Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-03-24T15:01:29.762Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29352026-03-24T15:01:29.850Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-03-24T15:01:30.034Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29372026-03-24T15:01:30.265Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-24T15:01:30.374Z Checking httptest v0.16.4
29392026-03-24T15:01:30.843Z Checking pathdiff v0.2.3
29402026-03-24T15:01:30.900Z Compiling knuffel-derive v3.2.0
29412026-03-24T15:01:30.945Z Checking nested v0.1.1
29422026-03-24T15:01:31.015Z Checking topological-sort v0.2.2
29432026-03-24T15:01:31.159Z Checking guppy v0.17.25
29442026-03-24T15:01:31.225Z Checking omicron-zone-package v0.12.2
29452026-03-24T15:01:31.407Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29462026-03-24T15:01:31.727Z Checking similar-asserts v1.7.0
29472026-03-24T15:01:31.958Z Compiling rstest_macros v0.25.0
29482026-03-24T15:01:32.357Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-24T15:01:32.483Z Compiling target-triple v1.0.0
29502026-03-24T15:01:32.580Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29512026-03-24T15:01:32.670Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29522026-03-24T15:01:33.008Z Checking knuffel v3.2.0
29532026-03-24T15:01:33.558Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29542026-03-24T15:01:33.739Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29552026-03-24T15:01:33.895Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29562026-03-24T15:01:34.292Z Checking toml_datetime v1.0.0+spec-1.1.0
29572026-03-24T15:01:34.613Z Checking escape8259 v0.5.3
29582026-03-24T15:01:34.658Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29592026-03-24T15:01:34.739Z Compiling relative-path v1.9.3
29602026-03-24T15:01:34.817Z Compiling assert_cmd v2.1.2
29612026-03-24T15:01:34.999Z Checking libtest-mimic v0.8.1
29622026-03-24T15:01:35.279Z Checking toml v1.0.3+spec-1.1.0
29632026-03-24T15:01:35.562Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29642026-03-24T15:01:35.732Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29652026-03-24T15:01:36.159Z Checking blake2b_simd v1.0.4
29662026-03-24T15:01:36.669Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29672026-03-24T15:01:36.784Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29682026-03-24T15:01:37.196Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29692026-03-24T15:01:37.319Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29702026-03-24T15:01:37.612Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29712026-03-24T15:01:37.901Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29722026-03-24T15:01:38.184Z Checking fancy-regex v0.14.0
29732026-03-24T15:01:38.483Z Checking serde_tokenstream v0.2.3
29742026-03-24T15:01:38.685Z Compiling polar-core v0.27.3
29752026-03-24T15:01:38.762Z Checking uzers v0.12.2
29762026-03-24T15:01:38.812Z Compiling linkme-impl v0.3.35
29772026-03-24T15:01:39.089Z Checking termcolor v1.4.1
29782026-03-24T15:01:39.237Z Checking constant_time_eq v0.3.1
29792026-03-24T15:01:39.404Z Checking rust-argon2 v2.1.0
29802026-03-24T15:01:39.463Z Checking trybuild v1.0.116
29812026-03-24T15:01:39.844Z Checking datatest-stable v0.3.3
29822026-03-24T15:01:40.623Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29832026-03-24T15:01:40.741Z Checking rstest v0.25.0
29842026-03-24T15:01:40.971Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-24T15:01:41.065Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29862026-03-24T15:01:41.112Z Checking support-bundle-viewer v0.1.2
29872026-03-24T15:01:41.473Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29882026-03-24T15:01:41.770Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29892026-03-24T15:01:41.988Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29902026-03-24T15:01:42.058Z Checking drift v0.1.3
29912026-03-24T15:01:42.279Z Checking rand_distr v0.5.1
29922026-03-24T15:01:42.494Z Checking multimap v0.10.1
29932026-03-24T15:01:42.762Z Checking approx v0.5.1
29942026-03-24T15:01:42.903Z Compiling linkme v0.3.35
29952026-03-24T15:01:42.989Z Checking dropshot-api-manager v0.6.0
29962026-03-24T15:01:44.425Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-03-24T15:01:44.997Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29982026-03-24T15:01:45.218Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29992026-03-24T15:01:45.387Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30002026-03-24T15:01:45.662Z Checking oso v0.27.3
30012026-03-24T15:01:45.710Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30022026-03-24T15:01:45.757Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30032026-03-24T15:01:45.827Z Checking partial-io v0.5.4
30042026-03-24T15:01:46.038Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-03-24T15:01:46.083Z Checking cargo_toml v0.21.0
30062026-03-24T15:01:46.134Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30072026-03-24T15:01:46.397Z Checking termios v0.3.3
30082026-03-24T15:01:46.514Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30092026-03-24T15:01:46.605Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30102026-03-24T15:01:46.966Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30112026-03-24T15:01:47.271Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-03-24T15:01:49.062Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30132026-03-24T15:01:51.536Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30142026-03-24T15:01:56.854Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30152026-03-24T15:01:59.497Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30162026-03-24T15:02:04.292Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30172026-03-24T15:02:09.002Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-24T15:02:11.812Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30192026-03-24T15:02:18.822Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30202026-03-24T15:02:23.099Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30212026-03-24T15:02:23.232Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30222026-03-24T15:02:32.443Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30232026-03-24T15:04:30.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
30242026-03-24T15:04:31.061Z
30252026-03-24T15:04:31.077Zreal 5:42.284905216
30262026-03-24T15:04:31.077Zuser 28:37.726336723
30272026-03-24T15:04:31.077Zsys 5:56.362526138
30282026-03-24T15:04:31.077Ztrap 0.724683230
30292026-03-24T15:04:31.077Ztflt 0.090586072
30302026-03-24T15:04:31.077Zdflt 0.157416827
30312026-03-24T15:04:31.077Zkflt 0.005876324
30322026-03-24T15:04:31.077Zlock 1:20:36.492430166
30332026-03-24T15:04:31.077Zslp 1:17:26.883677757
30342026-03-24T15:04:31.077Zlat 1:57.096109964
30352026-03-24T15:04:31.077Zstop 14:03.202560878
30362026-03-24T15:04:31.077Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30372026-03-24T15:04:31.077Z+ ptime -m cargo doc --workspace --no-deps
30382026-03-24T15:04:32.330Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30392026-03-24T15:04:32.330Z |
30402026-03-24T15:04:32.330Z = 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-24T15:04:32.330Z = 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-24T15:04:33.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-24T15:04:34.008Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-03-24T15:04:34.018Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30452026-03-24T15:04:34.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-24T15:04:34.190Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30472026-03-24T15:04:34.255Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30482026-03-24T15:04:34.306Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-24T15:04:34.354Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30502026-03-24T15:04:34.412Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-03-24T15:04:34.427Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30522026-03-24T15:04:34.573Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-24T15:04:34.651Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-24T15:04:34.692Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-24T15:04:34.733Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30562026-03-24T15:04:34.755Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-03-24T15:04:34.755Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-03-24T15:04:34.933Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30592026-03-24T15:04:35.006Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-03-24T15:04:35.006Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30612026-03-24T15:04:35.076Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30622026-03-24T15:04:35.258Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-24T15:04:35.647Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30642026-03-24T15:04:35.799Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30652026-03-24T15:04:35.847Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-03-24T15:04:35.896Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30672026-03-24T15:04:36.400Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-03-24T15:04:36.453Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30692026-03-24T15:04:36.453Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30702026-03-24T15:04:36.453Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-03-24T15:04:36.453Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-03-24T15:04:36.487Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-03-24T15:04:39.744Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-03-24T15:04:39.799Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752026-03-24T15:04:39.799Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30762026-03-24T15:04:39.799Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30772026-03-24T15:04:39.799Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-03-24T15:04:39.799Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-03-24T15:04:39.799Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-03-24T15:04:39.799Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-03-24T15:04:39.799Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-03-24T15:04:39.799Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-03-24T15:04:39.799Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-24T15:04:39.799Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-03-24T15:04:39.799Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30862026-03-24T15:04:39.799Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30872026-03-24T15:04:39.799Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30882026-03-24T15:04:39.799Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30892026-03-24T15:04:39.799Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30902026-03-24T15:04:39.799Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30912026-03-24T15:04:39.799Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30922026-03-24T15:04:39.800Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30932026-03-24T15:04:39.800Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30942026-03-24T15:04:39.800Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30952026-03-24T15:04:39.800Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-03-24T15:04:39.800Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30972026-03-24T15:04:39.800Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30982026-03-24T15:04:39.800Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30992026-03-24T15:04:39.800Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31002026-03-24T15:04:39.800Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31012026-03-24T15:04:39.800Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-03-24T15:04:39.800Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31032026-03-24T15:04:39.901Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31042026-03-24T15:04:39.953Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31052026-03-24T15:04:39.982Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-24T15:04:40.015Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31072026-03-24T15:04:40.199Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-03-24T15:04:40.231Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-03-24T15:04:40.424Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31102026-03-24T15:04:40.489Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31112026-03-24T15:04:40.545Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31122026-03-24T15:04:40.577Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31132026-03-24T15:04:40.769Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31142026-03-24T15:04:41.330Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31152026-03-24T15:04:41.343Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-03-24T15:04:42.215Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-03-24T15:04:42.836Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-24T15:04:42.931Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-24T15:04:43.125Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202026-03-24T15:04:43.228Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-03-24T15:04:43.232Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31222026-03-24T15:04:43.484Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-03-24T15:04:43.597Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31242026-03-24T15:04:43.923Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31252026-03-24T15:04:44.179Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31262026-03-24T15:04:44.501Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31272026-03-24T15:04:44.612Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31282026-03-24T15:04:44.887Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31292026-03-24T15:04:45.096Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31302026-03-24T15:04:45.502Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31312026-03-24T15:04:45.533Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-24T15:04:46.009Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-03-24T15:04:46.073Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-03-24T15:04:46.259Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-24T15:04:46.596Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31362026-03-24T15:04:46.627Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31372026-03-24T15:04:46.721Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31382026-03-24T15:04:47.440Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-03-24T15:04:48.341Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31402026-03-24T15:04:48.490Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-24T15:04:48.723Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31422026-03-24T15:04:49.653Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31432026-03-24T15:04:49.890Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-03-24T15:04:49.983Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31452026-03-24T15:04:50.229Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31462026-03-24T15:04:50.335Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31472026-03-24T15:04:50.364Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31482026-03-24T15:04:50.492Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31492026-03-24T15:04:50.548Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31502026-03-24T15:04:50.745Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31512026-03-24T15:04:50.776Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522026-03-24T15:04:51.018Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-03-24T15:04:51.429Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31542026-03-24T15:04:51.532Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31552026-03-24T15:04:52.105Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31562026-03-24T15:04:52.392Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31572026-03-24T15:04:52.657Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-24T15:04:53.801Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-24T15:04:53.829Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-24T15:04:54.419Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-24T15:04:55.046Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-03-24T15:04:55.087Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-24T15:04:55.392Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-24T15:04:55.521Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31652026-03-24T15:04:55.639Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31662026-03-24T15:04:55.975Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31672026-03-24T15:04:56.212Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31682026-03-24T15:04:56.639Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31692026-03-24T15:04:56.670Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31702026-03-24T15:04:56.717Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31712026-03-24T15:04:57.121Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31722026-03-24T15:04:58.491Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-24T15:04:58.561Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-24T15:04:58.590Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752026-03-24T15:04:59.182Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31762026-03-24T15:04:59.836Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-03-24T15:05:01.345Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-03-24T15:05:01.704Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-03-24T15:05:02.436Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-03-24T15:05:02.706Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31812026-03-24T15:05:02.775Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31822026-03-24T15:05:03.693Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-24T15:05:03.748Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31842026-03-24T15:05:04.648Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-24T15:05:05.911Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-03-24T15:05:06.861Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-03-24T15:05:06.974Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-03-24T15:05:07.042Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-03-24T15:05:07.175Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31902026-03-24T15:05:07.713Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-03-24T15:05:07.754Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-03-24T15:05:08.472Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932026-03-24T15:05:10.002Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31942026-03-24T15:05:11.553Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31952026-03-24T15:05:12.717Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31962026-03-24T15:05:14.160Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31972026-03-24T15:05:15.657Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31982026-03-24T15:05:15.966Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-03-24T15:05:16.287Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-03-24T15:05:16.353Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-03-24T15:05:17.724Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-03-24T15:05:18.212Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32032026-03-24T15:05:18.437Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-03-24T15:05:18.536Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-24T15:05:18.706Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-03-24T15:05:18.863Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32072026-03-24T15:05:19.096Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32082026-03-24T15:05:19.467Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32092026-03-24T15:05:19.725Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102026-03-24T15:05:19.761Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-03-24T15:05:20.030Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32122026-03-24T15:05:20.428Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32132026-03-24T15:05:20.974Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-03-24T15:05:21.005Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32152026-03-24T15:05:21.352Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-03-24T15:05:21.771Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-03-24T15:05:22.239Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-03-24T15:05:22.442Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-24T15:05:23.181Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-03-24T15:05:23.317Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-03-24T15:05:25.025Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-03-24T15:05:26.781Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-03-24T15:05:27.286Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-24T15:05:30.948Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-03-24T15:05:32.157Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262026-03-24T15:05:32.754Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272026-03-24T15:05:33.292Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32282026-03-24T15:05:34.179Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32292026-03-24T15:05:37.329Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32302026-03-24T15:05:39.260Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32312026-03-24T15:05:39.817Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32322026-03-24T15:05:40.402Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32332026-03-24T15:05:41.328Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-03-24T15:05:42.777Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32352026-03-24T15:05:44.393Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32362026-03-24T15:05:45.098Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32372026-03-24T15:05:45.417Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-03-24T15:05:45.846Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-03-24T15:05:46.467Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-03-24T15:05:50.705Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32412026-03-24T15:05:51.330Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32422026-03-24T15:05:52.635Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-03-24T15:05:53.061Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32442026-03-24T15:05:57.241Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-03-24T15:05:58.662Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32462026-03-24T15:06:01.805Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-03-24T15:06:01.940Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32482026-03-24T15:06:01.940Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-03-24T15:06:02.710Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502026-03-24T15:06:04.160Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-03-24T15:06:05.084Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32522026-03-24T15:06:05.625Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-24T15:06:06.435Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-03-24T15:06:08.277Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-03-24T15:06:09.890Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32562026-03-24T15:06:12.111Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-03-24T15:06:14.680Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32582026-03-24T15:06:15.530Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-03-24T15:06:16.446Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32602026-03-24T15:06:17.878Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32612026-03-24T15:06:19.382Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32622026-03-24T15:06:22.498Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32632026-03-24T15:06:23.101Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-03-24T15:06:24.082Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32652026-03-24T15:06:25.897Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32662026-03-24T15:06:27.587Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32672026-03-24T15:06:30.734Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32682026-03-24T15:06:31.935Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32692026-03-24T15:06:33.644Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32702026-03-24T15:06:35.741Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32712026-03-24T15:06:37.926Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-03-24T15:06:39.843Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32732026-03-24T15:06:41.952Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32742026-03-24T15:06:44.298Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32752026-03-24T15:06:47.145Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32762026-03-24T15:06:49.111Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32772026-03-24T15:06:54.232Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32782026-03-24T15:06:56.211Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792026-03-24T15:06:56.294Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32802026-03-24T15:06:58.685Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32812026-03-24T15:07:01.070Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32822026-03-24T15:07:03.577Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-03-24T15:07:06.077Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32842026-03-24T15:07:08.789Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-03-24T15:07:11.225Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32862026-03-24T15:07:14.030Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32872026-03-24T15:07:16.121Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-03-24T15:07:18.571Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32892026-03-24T15:07:21.034Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-24T15:07:23.382Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-03-24T15:07:25.808Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-03-24T15:07:27.993Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32932026-03-24T15:07:30.398Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32942026-03-24T15:07:33.262Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-24T15:07:35.482Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-03-24T15:07:37.949Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-24T15:07:40.506Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32982026-03-24T15:07:43.084Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32992026-03-24T15:07:46.086Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-24T15:07:48.357Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-03-24T15:07:50.982Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33022026-03-24T15:07:53.557Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-24T15:07:56.245Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-24T15:07:58.757Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052026-03-24T15:08:01.470Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-24T15:08:07.287Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-03-24T15:08:10.036Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33082026-03-24T15:08:12.893Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-03-24T15:08:15.711Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33102026-03-24T15:08:18.539Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33112026-03-24T15:08:21.428Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33122026-03-24T15:08:24.085Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33132026-03-24T15:08:27.140Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-03-24T15:08:29.871Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33152026-03-24T15:08:32.670Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33162026-03-24T15:08:35.848Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33172026-03-24T15:08:38.321Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33182026-03-24T15:08:41.746Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-03-24T15:08:43.930Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33202026-03-24T15:08:46.855Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33212026-03-24T15:08:50.036Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-03-24T15:08:52.733Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33232026-03-24T15:08:55.837Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-03-24T15:08:58.872Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33252026-03-24T15:09:02.040Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33262026-03-24T15:09:04.784Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33272026-03-24T15:09:07.910Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33282026-03-24T15:09:10.931Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-03-24T15:09:13.951Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33302026-03-24T15:09:17.045Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-03-24T15:09:20.045Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33322026-03-24T15:09:23.188Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33332026-03-24T15:09:26.169Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-03-24T15:09:29.141Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33352026-03-24T15:09:32.217Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33362026-03-24T15:09:35.515Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33372026-03-24T15:09:38.562Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33382026-03-24T15:09:41.700Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33392026-03-24T15:09:44.758Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-03-24T15:09:47.852Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33412026-03-24T15:09:51.073Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33422026-03-24T15:09:54.259Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33432026-03-24T15:09:58.002Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-03-24T15:10:00.912Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33452026-03-24T15:10:04.216Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33462026-03-24T15:10:07.396Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33472026-03-24T15:10:16.814Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33482026-03-24T15:10:16.933Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33492026-03-24T15:10:20.922Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33502026-03-24T15:10:25.032Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33512026-03-24T15:10:29.126Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33522026-03-24T15:10:35.158Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33532026-03-24T15:10:38.920Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33542026-03-24T15:10:43.299Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33552026-03-24T15:10:47.942Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33562026-03-24T15:10:52.697Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33572026-03-24T15:10:57.220Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33582026-03-24T15:11:01.824Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33592026-03-24T15:11:06.473Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33602026-03-24T15:11:11.194Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33612026-03-24T15:11:15.689Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33622026-03-24T15:11:20.323Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33632026-03-24T15:11:25.090Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33642026-03-24T15:11:29.607Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33652026-03-24T15:11:34.221Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33662026-03-24T15:11:38.928Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33672026-03-24T15:11:43.517Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33682026-03-24T15:11:48.183Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-03-24T15:11:52.797Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-03-24T15:11:57.440Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-03-24T15:12:02.061Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-03-24T15:12:39.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 08s
33732026-03-24T15:12:39.323Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-03-24T15:12:39.439Z
33752026-03-24T15:12:39.442Zreal 8:08.322288279
33762026-03-24T15:12:39.442Zuser 23:38.771972606
33772026-03-24T15:12:39.442Zsys 4:24.735744704
33782026-03-24T15:12:39.442Ztrap 0.418144413
33792026-03-24T15:12:39.442Ztflt 0.041945709
33802026-03-24T15:12:39.442Zdflt 0.025214076
33812026-03-24T15:12:39.443Zkflt 0.000063381
33822026-03-24T15:12:39.443Zlock 7:22:44.919553009
33832026-03-24T15:12:39.443Zslp 2:42:25.179842195
33842026-03-24T15:12:39.443Zlat 37.213894060
33852026-03-24T15:12:39.443Zstop 2:01.033437299
33862026-03-24T15:12:39.443Zprocess exited: duration 1069131 ms, exit code 0
 
33872026-03-24T15:12:39.449Zfound 0 output files