01KMZYM071YSZRRF73VSV25D3V: clippy (helios)

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

Buildomat Job: 01KMZYMV836K7YHAXXSVNNTG2T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T18:24:13.958Zjob assigned to worker 01KMZZRX4T0VQ5A94A2J73V8QN [factory aws, i-0d766a8e827244fbb] (queued for 20 m 32 s)
 
22026-03-30T18:24:21.032Zstarting task 0: "setup"
32026-03-30T18:24:21.036Z++ uname -s
42026-03-30T18:24:21.039Z+ kern=SunOS
52026-03-30T18:24:21.039Z+ build_user=build
62026-03-30T18:24:21.039Z+ build_uid=12345
72026-03-30T18:24:21.039Z+ work_dir=/work
82026-03-30T18:24:21.039Z+ input_dir=/input
92026-03-30T18:24:21.039Z+ [[ 0 == 12345 ]]
102026-03-30T18:24:21.039Z+ case "$kern" in
112026-03-30T18:24:21.039Z+ groupadd -g 12345 build
122026-03-30T18:24:21.043Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T18:24:23.047Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T18:24:23.151Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T18:24:23.156Z+ home_fs=zfs
162026-03-30T18:24:23.156Z+ [[ zfs == autofs ]]
172026-03-30T18:24:23.156Z+ mkdir -p /home/build
182026-03-30T18:24:23.156Z+ chown build:build /home/build /work
192026-03-30T18:24:25.157Z+ chmod 0700 /home/build /work
202026-03-30T18:24:25.160Zprocess exited: duration 4127 ms, exit code 0
 
212026-03-30T18:24:25.166Zstarting task 1: "rust-toolchain"
222026-03-30T18:24:25.171Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T18:24:25.171Z * rust toolchain channel = "1.94.0"
242026-03-30T18:24:25.171Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-30T18:24:25.171Z * rust toolchain profile = "default"
262026-03-30T18:24:25.171Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T18:24:25.171Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T18:24:25.174Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T18:24:25.174Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T18:24:25.286Zinfo: downloading installer
312026-03-30T18:24:27.112Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T18:24:27.112Zwarn: /opt/ooce/bin
332026-03-30T18:24:27.112Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T18:24:27.112Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T18:24:27.112Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T18:24:27.112Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T18:24:27.112Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T18:24:27.112Zerror: cannot install while Rust is installed
392026-03-30T18:24:27.112Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T18:24:27.112Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T18:24:27.112Zwarn: /home/build/.rustup/settings.toml
422026-03-30T18:24:27.112Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T18:24:27.112Zwarn: instead of the one inferred from the default host triple.
442026-03-30T18:24:27.145Zinfo: profile set to default
452026-03-30T18:24:27.146Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T18:24:27.149Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T18:24:27.317Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T18:24:27.322Zinfo: downloading 6 components
492026-03-30T18:24:43.372Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T18:24:43.372Z
512026-03-30T18:24:43.406Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T18:24:43.406Z
532026-03-30T18:24:43.406Z
542026-03-30T18:24:43.407ZRust is installed now. Great!
552026-03-30T18:24:43.407Z
562026-03-30T18:24:43.407ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T18:24:43.407Zenvironment variable. This has not been done automatically.
582026-03-30T18:24:43.407Z
592026-03-30T18:24:43.407ZTo configure your current shell, you need to source
602026-03-30T18:24:43.407Zthe corresponding env file under $HOME/.cargo.
612026-03-30T18:24:43.407Z
622026-03-30T18:24:43.407ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T18:24:43.407Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T18:24:43.407Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T18:24:43.407Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T18:24:43.407Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T18:24:43.407Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T18:24:43.407Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T18:24:43.410Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T18:24:43.410Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T18:24:43.502Z+ rustup --version
722026-03-30T18:24:43.512Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T18:24:43.515Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T18:24:43.534Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T18:24:43.537Z+ cargo --version
762026-03-30T18:24:43.585Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T18:24:43.585Z+ rustc --version
782026-03-30T18:24:43.585Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T18:24:43.585Zprocess exited: duration 18403 ms, exit code 0
 
802026-03-30T18:24:43.593Zstarting task 2: "authentication"
812026-03-30T18:24:43.610Zprocess exited: duration 16 ms, exit code 0
 
822026-03-30T18:24:43.617Zstarting task 3: "clone repository"
832026-03-30T18:24:43.621Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T18:24:43.625Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T18:24:43.834ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T18:24:53.775Z+ cd /work/oxidecomputer/omicron
872026-03-30T18:24:53.775Z+ git fetch origin cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
882026-03-30T18:24:54.099ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T18:24:54.099Z * branch cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559 -> FETCH_HEAD
902026-03-30T18:24:54.108Z+ [[ -n update-base-v16.1 ]]
912026-03-30T18:24:54.111Z++ git branch --show-current
922026-03-30T18:24:54.111Z+ current=main
932026-03-30T18:24:54.111Z+ [[ main != update-base-v16.1 ]]
942026-03-30T18:24:54.111Z+ git branch -f update-base-v16.1 cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
952026-03-30T18:24:54.114Z+ git checkout -f update-base-v16.1
962026-03-30T18:24:54.344ZSwitched to branch 'update-base-v16.1'
972026-03-30T18:24:54.347Z+ git reset --hard cd8f76c86468e55bf2ec0b4a2f42f12dc6ab8559
982026-03-30T18:24:54.361ZHEAD is now at cd8f76c86 merge
992026-03-30T18:24:54.364Zprocess exited: duration 10743 ms, exit code 0
 
1002026-03-30T18:24:54.371Zstarting task 4: "build"
1012026-03-30T18:24:54.375Z+ source ./env.sh
1022026-03-30T18:24:54.375Z++ OLD_SHELL_OPTS=ehxB
1032026-03-30T18:24:54.378Z++ set -o xtrace
1042026-03-30T18:24:54.378Z++++ dirname ./env.sh
1052026-03-30T18:24:54.381Z+++ readlink -f .
1062026-03-30T18:24:54.462Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-30T18:24:54.462Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-30T18:24:54.462Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-30T18:24:54.465Z++ 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-30T18:24:54.465Z++ 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-30T18:24:54.465Z++ 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-30T18:24:54.465Z++ 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-30T18:24:54.465Z++ 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-30T18:24:54.465Z++ 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-30T18:24:54.465Z++ case $OLD_SHELL_OPTS in
1162026-03-30T18:24:54.465Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-30T18:24:54.465Z+ source .github/buildomat/ci-env.sh
1182026-03-30T18:24:54.466Z++ export CARGO_TERM_COLOR=always
1192026-03-30T18:24:54.466Z++ CARGO_TERM_COLOR=always
1202026-03-30T18:24:54.466Z+ cargo --version
1212026-03-30T18:24:54.466Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-30T18:24:54.466Z+ rustc --version
1232026-03-30T18:24:54.470Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-30T18:24:54.473Z+ banner prerequisites
1252026-03-30T18:24:54.476Z
1262026-03-30T18:24:54.476Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-30T18:24:54.476Z # # # # # # # # # # # # # # #
1282026-03-30T18:24:54.476Z # # # # ##### # # ##### # # # # # #### #
1292026-03-30T18:24:54.476Z ##### ##### # ##### # # # # # # # # #
1302026-03-30T18:24:54.476Z # # # # # # # # # # # # # # #
1312026-03-30T18:24:54.476Z # # # ###### # # ###### ### # #### # #### #
1322026-03-30T18:24:54.476Z
1332026-03-30T18:24:54.476Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-30T18:25:06.144Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-30T18:25:13.436Z Startup: Caching catalogs ... Done
1362026-03-30T18:25:17.693ZPlanning: Solver setup ... Done (2.871s)
1372026-03-30T18:25:17.713ZPlanning: Running solver ... Done (0.019s)
1382026-03-30T18:25:17.828ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-30T18:25:17.841ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-30T18:25:17.933ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-30T18:25:17.964ZPlanning: Package planning ... Done (0.031s)
1422026-03-30T18:25:17.992ZPlanning: Merging actions ... Done (0.028s)
1432026-03-30T18:25:18.221ZPlanning: Checking for conflicting actions ... Done (0.229s)
1442026-03-30T18:25:18.228ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-30T18:25:20.393ZPlanning: Evaluating mediators ... Done (2.164s)
1462026-03-30T18:25:20.399ZPlanning: Planning completed in 6.80 seconds
1472026-03-30T18:25:21.012Z Packages to install: 4
1482026-03-30T18:25:21.012Z Mediators to change: 2
1492026-03-30T18:25:21.012Z Services to change: 1
1502026-03-30T18:25:21.015Z Estimated space available: 155.35 GB
1512026-03-30T18:25:21.015ZEstimated space to be consumed: 1.84 GB
1522026-03-30T18:25:21.015Z Create boot environment: No
1532026-03-30T18:25:21.015ZCreate backup boot environment: No
1542026-03-30T18:25:21.015Z Rebuild boot archive: No
1552026-03-30T18:25:21.015Z
1562026-03-30T18:25:21.015ZChanged mediators:
1572026-03-30T18:25:21.015Z mediator clang:
1582026-03-30T18:25:21.015Z version: None -> 15 (system default)
1592026-03-30T18:25:21.015Z
1602026-03-30T18:25:21.015Z mediator llvm:
1612026-03-30T18:25:21.015Z version: 14 (system default) -> 15 (system default)
1622026-03-30T18:25:21.015Z
1632026-03-30T18:25:21.015ZChanged packages:
1642026-03-30T18:25:21.015Zhelios-dev
1652026-03-30T18:25:21.015Z developer/build-essential
1662026-03-30T18:25:21.015Z None -> 11-2.0
1672026-03-30T18:25:21.015Z library/libxmlsec1
1682026-03-30T18:25:21.015Z None -> 1.2.35-2.0
1692026-03-30T18:25:21.015Z ooce/developer/clang-15
1702026-03-30T18:25:21.015Z None -> 15.0.7-2.0
1712026-03-30T18:25:21.015Z ooce/developer/llvm-15
1722026-03-30T18:25:21.015Z None -> 15.0.7-2.0
1732026-03-30T18:25:21.015Z
1742026-03-30T18:25:21.015ZServices:
1752026-03-30T18:25:21.015Z restart_fmri:
1762026-03-30T18:25:21.015Z svc:/system/update-man-index:default
1772026-03-30T18:25:21.082Z
1782026-03-30T18:25:21.082ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-30T18:25:26.863ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (22.3M/s)
1802026-03-30T18:25:31.864ZDownload: 3182/3290 items 175.0/212.6MB 82% complete (18.0M/s)
1812026-03-30T18:25:35.293ZDownload: Completed 212.60 MB in 14.21 seconds (15.0M/s)
1822026-03-30T18:25:35.850Z Actions: 1/3689 actions (Installing new actions)
1832026-03-30T18:25:39.148Z Actions: Completed 3689 actions in 3.30 seconds.
1842026-03-30T18:25:39.766Z Done (0.614s)
1852026-03-30T18:25:39.766Z Done (0.000s)
1862026-03-30T18:25:40.483Z Done (0.716s)
1872026-03-30T18:25:43.903Z Done (3.076s)
1882026-03-30T18:25:43.984Z Done (0.012s)
1892026-03-30T18:25:43.987Z Done (0.000s)
1902026-03-30T18:25:44.100Z Done (0.000s)
1912026-03-30T18:25:44.959ZPlanning: Evaluating mediator changes ... Done
1922026-03-30T18:25:45.067ZPlanning: Checking for conflicting actions ... Done
1932026-03-30T18:25:45.071ZPlanning: Consolidating action changes ... Done
1942026-03-30T18:25:45.228ZPlanning: Evaluating mediators ... Done
1952026-03-30T18:25:45.232ZPlanning: Planning completed in 0.27 seconds
1962026-03-30T18:25:45.249Z Mediators to change: 2
1972026-03-30T18:25:45.249Z Create boot environment: No
1982026-03-30T18:25:45.252ZCreate backup boot environment: No
1992026-03-30T18:25:45.303Z Done
2002026-03-30T18:25:45.303Z Done
2012026-03-30T18:25:45.898Z Done
2022026-03-30T18:25:48.443Z Done
2032026-03-30T18:25:48.515Z Done
2042026-03-30T18:25:48.518Z Done
2052026-03-30T18:25:48.660Z Done
2062026-03-30T18:25:49.060ZPlanning: Evaluating mediator changes ... Done
2072026-03-30T18:25:49.064ZPlanning: Merging actions ... Done
2082026-03-30T18:25:49.203ZPlanning: Checking for conflicting actions ... Done
2092026-03-30T18:25:49.211ZPlanning: Consolidating action changes ... Done
2102026-03-30T18:25:49.342ZPlanning: Evaluating mediators ... Done
2112026-03-30T18:25:49.371ZPlanning: Planning completed in 0.45 seconds
2122026-03-30T18:25:49.393Z Packages to change: 1
2132026-03-30T18:25:49.393Z Mediators to change: 1
2142026-03-30T18:25:49.393Z Services to change: 1
2152026-03-30T18:25:49.393Z Create boot environment: No
2162026-03-30T18:25:49.393ZCreate backup boot environment: Yes
2172026-03-30T18:25:51.759Z Actions: 1/6 actions (Updating modified actions)
2182026-03-30T18:25:51.791Z Actions: Completed 6 actions in 0.03 seconds.
2192026-03-30T18:25:51.794Z Done
2202026-03-30T18:25:51.794Z Done
2212026-03-30T18:25:51.927Z Done
2222026-03-30T18:25:54.413Z Done
2232026-03-30T18:25:54.490Z Done
2242026-03-30T18:25:54.494Z Done
2252026-03-30T18:25:54.644Z Done
2262026-03-30T18:25:54.936ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-30T18:25:54.936Zclang system 15 system
2282026-03-30T18:25:54.936Zcsh system system illumos
2292026-03-30T18:25:54.936Zctags system system illumos
2302026-03-30T18:25:54.936Zfile system system illumos
2312026-03-30T18:25:54.936Zgcc vendor 12 vendor
2322026-03-30T18:25:54.936Zgcc system 14 system
2332026-03-30T18:25:54.936Zgcc system 10 system
2342026-03-30T18:25:54.936Zgo system 1.20 system
2352026-03-30T18:25:54.936Zgo system 1.19 system
2362026-03-30T18:25:54.936Zllvm system 15 system
2372026-03-30T18:25:54.936Zllvm system 14 system
2382026-03-30T18:25:54.937Zmariadb system 10.6 system
2392026-03-30T18:25:54.937Zmta vendor vendor dma
2402026-03-30T18:25:54.937Zopenjdk system 17 system
2412026-03-30T18:25:54.937Zopenjdk system 11 system
2422026-03-30T18:25:54.937Zopenjdk system 1.8 system
2432026-03-30T18:25:54.937Zopenssl vendor 3 vendor
2442026-03-30T18:25:54.937Zperl system 5.36 system
2452026-03-30T18:25:54.937Zpostgresql system 15 system
2462026-03-30T18:25:54.937Zpostgresql system 13 system
2472026-03-30T18:25:54.937Zpython vendor 3 vendor
2482026-03-30T18:25:54.937Zpython system 2 system
2492026-03-30T18:25:54.937Zpython3 system 3.11 system
2502026-03-30T18:25:54.937Zruby system 3.0 system
2512026-03-30T18:25:54.937Zwords vendor vendor american-english
2522026-03-30T18:25:54.937Zwords system system australian-english
2532026-03-30T18:25:54.937Zwords system system british-english
2542026-03-30T18:25:54.937Zwords system system canadian-english
2552026-03-30T18:25:54.937Zwords system system french
2562026-03-30T18:25:54.937Zwords system system italian
2572026-03-30T18:25:54.937Zwords system system ngerman
2582026-03-30T18:25:54.937Zwords system system ogerman
2592026-03-30T18:25:54.937Zwords system system spanish
2602026-03-30T18:25:55.164ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-30T18:25:55.164Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-30T18:25:59.483ZFMRI IFO
2632026-03-30T18:25:59.484Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-30T18:25:59.484Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-30T18:25:59.484Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-30T18:25:59.484Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-30T18:25:59.484Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-30T18:25:59.484Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-30T18:25:59.484Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-30T18:25:59.485Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-30T18:25:59.485Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-30T18:25:59.485Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-30T18:25:59.485Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-30T18:25:59.485Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-30T18:25:59.485Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-30T18:25:59.485Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-30T18:25:59.485Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-30T18:25:59.485Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-30T18:26:00.599Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-30T18:26:00.893Z Updating crates.io index
2812026-03-30T18:26:00.927Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-30T18:26:01.167Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-30T18:26:02.260Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-03-30T18:26:23.082Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-03-30T18:26:24.017Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-03-30T18:26:24.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-03-30T18:26:25.869Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-30T18:26:27.299Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-03-30T18:26:28.399Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-03-30T18:26:28.668Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-03-30T18:26:29.700Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-03-30T18:26:29.961Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-03-30T18:26:30.550Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-03-30T18:26:30.834Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-03-30T18:26:31.853Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-03-30T18:26:32.403Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-03-30T18:26:32.842Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-03-30T18:26:33.322Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-03-30T18:26:33.718Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-03-30T18:26:34.082Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-03-30T18:26:34.323Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-03-30T18:26:34.621Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-03-30T18:26:35.056Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-03-30T18:26:35.606Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-03-30T18:26:36.144Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-03-30T18:26:36.466Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-03-30T18:26:36.780Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-03-30T18:26:38.347Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-03-30T18:26:38.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-30T18:26:39.463Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-03-30T18:26:40.044Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-30T18:26:40.817Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-30T18:26:41.125Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-30T18:26:41.710Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-30T18:26:42.096Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-30T18:26:42.725Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-30T18:26:42.995Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-30T18:26:43.255Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-30T18:26:43.877Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-30T18:26:56.122Z Downloading crates ...
3212026-03-30T18:26:56.174Z Downloaded proc-macro-error-attr v1.0.4
3222026-03-30T18:26:56.178Z Downloaded bytecount v0.6.9
3232026-03-30T18:26:56.178Z Downloaded cargo-platform v0.2.0
3242026-03-30T18:26:56.181Z Downloaded autocfg v1.5.0
3252026-03-30T18:26:56.181Z Downloaded anstyle-query v1.1.5
3262026-03-30T18:26:56.181Z Downloaded block-buffer v0.10.4
3272026-03-30T18:26:56.184Z Downloaded camino v1.2.2
3282026-03-30T18:26:56.188Z Downloaded usdt-macro v0.5.0
3292026-03-30T18:26:56.191Z Downloaded tinystr v0.8.2
3302026-03-30T18:26:56.191Z Downloaded bitflags v2.11.0
3312026-03-30T18:26:56.194Z Downloaded typeid v1.0.3
3322026-03-30T18:26:56.194Z Downloaded byteorder v1.5.0
3332026-03-30T18:26:56.197Z Downloaded anyhow v1.0.102
3342026-03-30T18:26:56.197Z Downloaded thiserror v1.0.69
3352026-03-30T18:26:56.202Z Downloaded yoke-derive v0.8.1
3362026-03-30T18:26:56.202Z Downloaded anstream v0.6.21
3372026-03-30T18:26:56.205Z Downloaded writeable v0.6.2
3382026-03-30T18:26:56.205Z Downloaded usdt-attr-macro v0.5.0
3392026-03-30T18:26:56.205Z Downloaded percent-encoding v2.3.2
3402026-03-30T18:26:56.205Z Downloaded fs-err v3.3.0
3412026-03-30T18:26:56.208Z Downloaded icu_provider v2.1.1
3422026-03-30T18:26:56.208Z Downloaded version_check v0.9.5
3432026-03-30T18:26:56.208Z Downloaded scroll v0.12.0
3442026-03-30T18:26:56.211Z Downloaded toml_datetime v0.6.11
3452026-03-30T18:26:56.215Z Downloaded usdt v0.5.0
3462026-03-30T18:26:56.215Z Downloaded serde_core v1.0.228
3472026-03-30T18:26:56.218Z Downloaded utf8parse v0.2.2
3482026-03-30T18:26:56.218Z Downloaded pretty-hex v0.4.1
3492026-03-30T18:26:56.218Z Downloaded thread-id v4.2.2
3502026-03-30T18:26:56.218Z Downloaded cfg-if v1.0.4
3512026-03-30T18:26:56.219Z Downloaded unicode-xid v0.2.6
3522026-03-30T18:26:56.222Z Downloaded clap v4.5.60
3532026-03-30T18:26:56.227Z Downloaded serde-value v0.7.0
3542026-03-30T18:26:56.227Z Downloaded anstyle-parse v0.2.7
3552026-03-30T18:26:56.227Z Downloaded colorchoice v1.0.4
3562026-03-30T18:26:56.231Z Downloaded dtrace-parser v0.2.0
3572026-03-30T18:26:56.234Z Downloaded zerofrom-derive v0.1.6
3582026-03-30T18:26:56.234Z Downloaded pest_derive v2.8.6
3592026-03-30T18:26:56.234Z Downloaded zerovec-derive v0.11.2
3602026-03-30T18:26:56.237Z Downloaded utf8_iter v1.0.4
3612026-03-30T18:26:56.237Z Downloaded unicode-linebreak v0.1.5
3622026-03-30T18:26:56.237Z Downloaded toml_write v0.1.2
3632026-03-30T18:26:56.237Z Downloaded strsim v0.11.1
3642026-03-30T18:26:56.237Z Downloaded serde_spanned v0.6.9
3652026-03-30T18:26:56.242Z Downloaded clap_lex v1.0.0
3662026-03-30T18:26:56.242Z Downloaded plain v0.2.3
3672026-03-30T18:26:56.242Z Downloaded yoke v0.8.1
3682026-03-30T18:26:56.249Z Downloaded thiserror v2.0.18
3692026-03-30T18:26:56.249Z Downloaded zerofrom v0.1.6
3702026-03-30T18:26:56.249Z Downloaded usdt-impl v0.5.0
3712026-03-30T18:26:56.249Z Downloaded proc-macro-error v1.0.4
3722026-03-30T18:26:56.253Z Downloaded heck v0.4.1
3732026-03-30T18:26:56.253Z Downloaded potential_utf v0.1.4
3742026-03-30T18:26:56.254Z Downloaded itoa v1.0.17
3752026-03-30T18:26:56.254Z Downloaded generic-array v0.14.7
3762026-03-30T18:26:56.260Z Downloaded cpufeatures v0.2.17
3772026-03-30T18:26:56.260Z Downloaded toml v0.8.23
3782026-03-30T18:26:56.263Z Downloaded thiserror-impl v2.0.18
3792026-03-30T18:26:56.263Z Downloaded swrite v0.1.0
3802026-03-30T18:26:56.263Z Downloaded scroll_derive v0.12.1
3812026-03-30T18:26:56.263Z Downloaded dof v0.3.0
3822026-03-30T18:26:56.263Z Downloaded macaddr v1.0.1
3832026-03-30T18:26:56.263Z Downloaded fastrand v2.3.0
3842026-03-30T18:26:56.267Z Downloaded thiserror-impl v1.0.69
3852026-03-30T18:26:56.267Z Downloaded ordered-float v2.10.1
3862026-03-30T18:26:56.267Z Downloaded zmij v1.0.21
3872026-03-30T18:26:56.267Z Downloaded is_terminal_polyfill v1.70.2
3882026-03-30T18:26:56.268Z Downloaded crypto-common v0.1.7
3892026-03-30T18:26:56.268Z Downloaded form_urlencoded v1.2.2
3902026-03-30T18:26:56.271Z Downloaded smawk v0.3.2
3912026-03-30T18:26:56.271Z Downloaded fnv v1.0.7
3922026-03-30T18:26:56.274Z Downloaded ucd-trie v0.1.7
3932026-03-30T18:26:56.274Z Downloaded textwrap v0.16.2
3942026-03-30T18:26:56.274Z Downloaded unicode-ident v1.0.24
3952026-03-30T18:26:56.278Z Downloaded zerocopy-derive v0.7.35
3962026-03-30T18:26:56.278Z Downloaded semver v1.0.27
3972026-03-30T18:26:56.281Z Downloaded camino-tempfile v1.4.1
3982026-03-30T18:26:56.281Z Downloaded heck v0.5.0
3992026-03-30T18:26:56.281Z Downloaded cargo_toml v0.21.0
4002026-03-30T18:26:56.281Z Downloaded indexmap v2.13.0
4012026-03-30T18:26:56.286Z Downloaded errno v0.3.14
4022026-03-30T18:26:56.294Z Downloaded memmap v0.7.0
4032026-03-30T18:26:56.298Z Downloaded equivalent v1.0.2
4042026-03-30T18:26:56.298Z Downloaded terminal_size v0.4.3
4052026-03-30T18:26:56.298Z Downloaded stable_deref_trait v1.2.1
4062026-03-30T18:26:56.301Z Downloaded toml_edit v0.22.27
4072026-03-30T18:26:56.304Z Downloaded zerotrie v0.2.3
4082026-03-30T18:26:56.304Z Downloaded url v2.5.8
4092026-03-30T18:26:56.307Z Downloaded tabled_derive v0.7.0
4102026-03-30T18:26:56.310Z Downloaded digest v0.10.7
4112026-03-30T18:26:56.310Z Downloaded zerocopy v0.7.35
4122026-03-30T18:26:56.317Z Downloaded serde-untagged v0.1.9
4132026-03-30T18:26:56.320Z Downloaded zerovec v0.11.5
4142026-03-30T18:26:56.323Z Downloaded quote v1.0.44
4152026-03-30T18:26:56.323Z Downloaded idna_adapter v1.2.1
4162026-03-30T18:26:56.323Z Downloaded displaydoc v0.2.5
4172026-03-30T18:26:56.326Z Downloaded anstyle v1.0.13
4182026-03-30T18:26:56.326Z Downloaded typenum v1.19.0
4192026-03-30T18:26:56.329Z Downloaded sha2 v0.10.9
4202026-03-30T18:26:56.332Z Downloaded erased-serde v0.4.9
4212026-03-30T18:26:56.332Z Downloaded synstructure v0.13.2
4222026-03-30T18:26:56.335Z Downloaded winnow v0.7.14
4232026-03-30T18:26:56.339Z Downloaded serde_tokenstream v0.2.3
4242026-03-30T18:26:56.342Z Downloaded cargo_metadata v0.21.0
4252026-03-30T18:26:56.349Z Downloaded unicode-width v0.2.0
4262026-03-30T18:26:56.358Z Downloaded cargo-util-schemas v0.8.2
4272026-03-30T18:26:56.358Z Downloaded unicode-width v0.1.14
4282026-03-30T18:26:56.359Z Downloaded clap_derive v4.5.55
4292026-03-30T18:26:56.363Z Downloaded tempfile v3.25.0
4302026-03-30T18:26:56.367Z Downloaded litemap v0.8.1
4312026-03-30T18:26:56.371Z Downloaded pest_generator v2.8.6
4322026-03-30T18:26:56.374Z Downloaded getrandom v0.4.1
4332026-03-30T18:26:56.375Z Downloaded smallvec v1.15.1
4342026-03-30T18:26:56.378Z Downloaded proc-macro2 v1.0.106
4352026-03-30T18:26:56.378Z Downloaded icu_properties v2.1.2
4362026-03-30T18:26:56.378Z Downloaded once_cell v1.21.3
4372026-03-30T18:26:56.384Z Downloaded pest_meta v2.8.6
4382026-03-30T18:26:56.384Z Downloaded num-traits v0.2.19
4392026-03-30T18:26:56.384Z Downloaded log v0.4.29
4402026-03-30T18:26:56.398Z Downloaded papergrid v0.11.0
4412026-03-30T18:26:56.409Z Downloaded serde_derive v1.0.228
4422026-03-30T18:26:56.412Z Downloaded icu_locale_core v2.1.1
4432026-03-30T18:26:56.415Z Downloaded icu_collections v2.1.1
4442026-03-30T18:26:56.418Z Downloaded icu_properties_data v2.1.2
4452026-03-30T18:26:56.423Z Downloaded icu_normalizer_data v2.1.1
4462026-03-30T18:26:56.427Z Downloaded serde v1.0.228
4472026-03-30T18:26:56.427Z Downloaded icu_normalizer v2.1.1
4482026-03-30T18:26:56.431Z Downloaded memchr v2.8.0
4492026-03-30T18:26:56.452Z Downloaded pest v2.8.6
4502026-03-30T18:26:56.456Z Downloaded goblin v0.8.2
4512026-03-30T18:26:56.460Z Downloaded hashbrown v0.16.1
4522026-03-30T18:26:56.466Z Downloaded serde_json v1.0.149
4532026-03-30T18:26:56.474Z Downloaded idna v1.1.0
4542026-03-30T18:26:56.484Z Downloaded clap_builder v4.5.60
4552026-03-30T18:26:56.495Z Downloaded tabled v0.15.0
4562026-03-30T18:26:56.504Z Downloaded syn v1.0.109
4572026-03-30T18:26:56.511Z Downloaded syn v2.0.117
4582026-03-30T18:26:56.525Z Downloaded rustix v1.1.3
4592026-03-30T18:26:56.560Z Downloaded libc v0.2.180
4602026-03-30T18:26:56.623Z Compiling proc-macro2 v1.0.106
4612026-03-30T18:26:56.623Z Compiling quote v1.0.44
4622026-03-30T18:26:56.623Z Compiling unicode-ident v1.0.24
4632026-03-30T18:26:56.623Z Compiling serde_core v1.0.228
4642026-03-30T18:26:56.627Z Compiling libc v0.2.180
4652026-03-30T18:26:56.627Z Compiling version_check v0.9.5
4662026-03-30T18:26:56.627Z Compiling stable_deref_trait v1.2.1
4672026-03-30T18:26:56.627Z Compiling memchr v2.8.0
4682026-03-30T18:26:56.926Z Compiling serde v1.0.228
4692026-03-30T18:26:56.969Z Compiling zmij v1.0.21
4702026-03-30T18:26:57.155Z Compiling itoa v1.0.17
4712026-03-30T18:26:57.325Z Compiling thiserror v1.0.69
4722026-03-30T18:26:57.549Z Compiling ucd-trie v0.1.7
4732026-03-30T18:26:57.593Z Compiling autocfg v1.5.0
4742026-03-30T18:26:57.822Z Compiling pest v2.8.6
4752026-03-30T18:26:57.840Z Compiling writeable v0.6.2
4762026-03-30T18:26:57.876Z Compiling litemap v0.8.1
4772026-03-30T18:26:58.018Z Compiling icu_normalizer_data v2.1.1
4782026-03-30T18:26:58.034Z Compiling byteorder v1.5.0
4792026-03-30T18:26:58.069Z Compiling rustix v1.1.3
4802026-03-30T18:26:58.196Z Compiling icu_properties_data v2.1.2
4812026-03-30T18:26:58.366Z Compiling errno v0.3.14
4822026-03-30T18:26:58.406Z Compiling bitflags v2.11.0
4832026-03-30T18:26:58.423Z Compiling syn v2.0.117
4842026-03-30T18:26:58.526Z Compiling serde_json v1.0.149
4852026-03-30T18:26:58.673Z Compiling num-traits v0.2.19
4862026-03-30T18:26:58.763Z Compiling typeid v1.0.3
4872026-03-30T18:26:58.858Z Compiling pest_meta v2.8.6
4882026-03-30T18:26:58.894Z Compiling equivalent v1.0.2
4892026-03-30T18:26:58.983Z Compiling hashbrown v0.16.1
4902026-03-30T18:26:59.022Z Compiling smallvec v1.15.1
4912026-03-30T18:26:59.224Z Compiling thread-id v4.2.2
4922026-03-30T18:26:59.304Z Compiling usdt-impl v0.5.0
4932026-03-30T18:26:59.308Z Compiling proc-macro-error-attr v1.0.4
4942026-03-30T18:26:59.453Z Compiling indexmap v2.13.0
4952026-03-30T18:26:59.498Z Compiling winnow v0.7.14
4962026-03-30T18:26:59.515Z Compiling toml_write v0.1.2
4972026-03-30T18:26:59.519Z Compiling syn v1.0.109
4982026-03-30T18:26:59.877Z Compiling erased-serde v0.4.9
4992026-03-30T18:27:00.200Z Compiling proc-macro-error v1.0.4
5002026-03-30T18:27:00.218Z Compiling percent-encoding v2.3.2
5012026-03-30T18:27:00.439Z Compiling utf8_iter v1.0.4
5022026-03-30T18:27:00.449Z Compiling utf8parse v0.2.2
5032026-03-30T18:27:00.523Z Compiling log v0.4.29
5042026-03-30T18:27:00.541Z Compiling plain v0.2.3
5052026-03-30T18:27:00.544Z Compiling getrandom v0.4.1
5062026-03-30T18:27:00.635Z Compiling thiserror v2.0.18
5072026-03-30T18:27:00.653Z Compiling camino v1.2.2
5082026-03-30T18:27:00.702Z Compiling ordered-float v2.10.1
5092026-03-30T18:27:00.818Z Compiling anstyle-parse v0.2.7
5102026-03-30T18:27:00.979Z Compiling form_urlencoded v1.2.2
5112026-03-30T18:27:01.084Z Compiling synstructure v0.13.2
5122026-03-30T18:27:01.100Z Compiling pest_generator v2.8.6
5132026-03-30T18:27:01.155Z Compiling terminal_size v0.4.3
5142026-03-30T18:27:01.286Z Compiling anstyle v1.0.13
5152026-03-30T18:27:01.412Z Compiling anstyle-query v1.1.5
5162026-03-30T18:27:01.431Z Compiling pretty-hex v0.4.1
5172026-03-30T18:27:01.490Z Compiling colorchoice v1.0.4
5182026-03-30T18:27:01.509Z Compiling cfg-if v1.0.4
5192026-03-30T18:27:01.528Z Compiling is_terminal_polyfill v1.70.2
5202026-03-30T18:27:01.620Z Compiling anstream v0.6.21
5212026-03-30T18:27:01.638Z Compiling serde-untagged v0.1.9
5222026-03-30T18:27:01.694Z Compiling semver v1.0.27
5232026-03-30T18:27:01.802Z Compiling fs-err v3.3.0
5242026-03-30T18:27:01.873Z Compiling bytecount v0.6.9
5252026-03-30T18:27:01.919Z Compiling unicode-xid v0.2.6
5262026-03-30T18:27:01.987Z Compiling fnv v1.0.7
5272026-03-30T18:27:02.006Z Compiling heck v0.4.1
5282026-03-30T18:27:02.024Z Compiling clap_lex v1.0.0
5292026-03-30T18:27:02.042Z Compiling fastrand v2.3.0
5302026-03-30T18:27:02.066Z Compiling anyhow v1.0.102
5312026-03-30T18:27:02.086Z Compiling heck v0.5.0
5322026-03-30T18:27:02.249Z Compiling strsim v0.11.1
5332026-03-30T18:27:02.294Z Compiling unicode-width v0.1.14
5342026-03-30T18:27:02.320Z Compiling once_cell v1.21.3
5352026-03-30T18:27:02.518Z Compiling papergrid v0.11.0
5362026-03-30T18:27:02.537Z Compiling tempfile v3.25.0
5372026-03-30T18:27:02.563Z Compiling clap_builder v4.5.60
5382026-03-30T18:27:02.598Z Compiling memmap v0.7.0
5392026-03-30T18:27:02.679Z Compiling unicode-linebreak v0.1.5
5402026-03-30T18:27:02.771Z Compiling serde_derive v1.0.228
5412026-03-30T18:27:02.775Z Compiling zerofrom-derive v0.1.6
5422026-03-30T18:27:02.907Z Compiling yoke-derive v0.8.1
5432026-03-30T18:27:02.924Z Compiling zerovec-derive v0.11.2
5442026-03-30T18:27:03.106Z Compiling displaydoc v0.2.5
5452026-03-30T18:27:03.842Z Compiling thiserror-impl v1.0.69
5462026-03-30T18:27:03.947Z Compiling zerocopy-derive v0.7.35
5472026-03-30T18:27:04.023Z Compiling pest_derive v2.8.6
5482026-03-30T18:27:04.047Z Compiling scroll_derive v0.12.1
5492026-03-30T18:27:04.165Z Compiling zerofrom v0.1.6
5502026-03-30T18:27:04.300Z Compiling yoke v0.8.1
5512026-03-30T18:27:04.442Z Compiling thiserror-impl v2.0.18
5522026-03-30T18:27:04.491Z Compiling zerovec v0.11.5
5532026-03-30T18:27:04.761Z Compiling zerotrie v0.2.3
5542026-03-30T18:27:04.867Z Compiling zerocopy v0.7.35
5552026-03-30T18:27:05.071Z Compiling tinystr v0.8.2
5562026-03-30T18:27:05.091Z Compiling potential_utf v0.1.4
5572026-03-30T18:27:05.217Z Compiling icu_collections v2.1.1
5582026-03-30T18:27:05.253Z Compiling icu_locale_core v2.1.1
5592026-03-30T18:27:05.275Z Compiling dtrace-parser v0.2.0
5602026-03-30T18:27:05.423Z Compiling scroll v0.12.0
5612026-03-30T18:27:05.642Z Compiling tabled_derive v0.7.0
5622026-03-30T18:27:05.655Z Compiling goblin v0.8.2
5632026-03-30T18:27:05.695Z Compiling clap_derive v4.5.55
5642026-03-30T18:27:05.699Z Compiling unicode-width v0.2.0
5652026-03-30T18:27:05.990Z Compiling icu_provider v2.1.1
5662026-03-30T18:27:06.152Z Compiling smawk v0.3.2
5672026-03-30T18:27:06.170Z Compiling camino-tempfile v1.4.1
5682026-03-30T18:27:06.289Z Compiling icu_properties v2.1.2
5692026-03-30T18:27:06.305Z Compiling icu_normalizer v2.1.1
5702026-03-30T18:27:06.324Z Compiling toml_datetime v0.6.11
5712026-03-30T18:27:06.351Z Compiling serde_spanned v0.6.9
5722026-03-30T18:27:06.396Z Compiling dof v0.3.0
5732026-03-30T18:27:06.500Z Compiling toml_edit v0.22.27
5742026-03-30T18:27:06.531Z Compiling serde_tokenstream v0.2.3
5752026-03-30T18:27:06.581Z Compiling serde-value v0.7.0
5762026-03-30T18:27:06.830Z Compiling cargo-platform v0.2.0
5772026-03-30T18:27:06.848Z Compiling tabled v0.15.0
5782026-03-30T18:27:06.940Z Compiling textwrap v0.16.2
5792026-03-30T18:27:07.097Z Compiling macaddr v1.0.1
5802026-03-30T18:27:07.322Z Compiling idna_adapter v1.2.1
5812026-03-30T18:27:07.387Z Compiling usdt-attr-macro v0.5.0
5822026-03-30T18:27:07.406Z Compiling usdt-macro v0.5.0
5832026-03-30T18:27:07.457Z Compiling idna v1.1.0
5842026-03-30T18:27:07.477Z Compiling clap v4.5.60
5852026-03-30T18:27:07.638Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-03-30T18:27:07.890Z Compiling toml v0.8.23
5872026-03-30T18:27:08.025Z Compiling url v2.5.8
5882026-03-30T18:27:08.045Z Compiling swrite v0.1.0
5892026-03-30T18:27:08.495Z Compiling cargo-util-schemas v0.8.2
5902026-03-30T18:27:08.550Z Compiling cargo_toml v0.21.0
5912026-03-30T18:27:08.720Z Compiling usdt v0.5.0
5922026-03-30T18:27:09.371Z Compiling cargo_metadata v0.21.0
5932026-03-30T18:27:10.319Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-30T18:27:12.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
5952026-03-30T18:27:12.645Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-30T18:27:13.220Z Downloading crates ...
5972026-03-30T18:27:13.312Z Downloaded array-init v0.0.4
5982026-03-30T18:27:13.322Z Downloaded atomic-waker v1.1.2
5992026-03-30T18:27:13.326Z Downloaded adler2 v2.0.1
6002026-03-30T18:27:13.326Z Downloaded arrayref v0.3.9
6012026-03-30T18:27:13.326Z Downloaded crc v3.4.0
6022026-03-30T18:27:13.329Z Downloaded cobs v0.3.0
6032026-03-30T18:27:13.329Z Downloaded ahash v0.8.12
6042026-03-30T18:27:13.333Z Downloaded data-encoding v2.10.0
6052026-03-30T18:27:13.333Z Downloaded crc8 v0.1.1
6062026-03-30T18:27:13.333Z Downloaded defmt-parser v1.0.0
6072026-03-30T18:27:13.339Z Downloaded bitfield v0.19.4
6082026-03-30T18:27:13.343Z Downloaded arc-swap v1.8.2
6092026-03-30T18:27:13.343Z Downloaded dirs-sys-next v0.1.2
6102026-03-30T18:27:13.347Z Downloaded crossbeam-epoch v0.9.18
6112026-03-30T18:27:13.347Z Downloaded crc-catalog v2.4.0
6122026-03-30T18:27:13.347Z Downloaded bcrypt-pbkdf v0.10.0
6132026-03-30T18:27:13.350Z Downloaded buf-list v1.1.2
6142026-03-30T18:27:13.350Z Downloaded float-cmp v0.10.0
6152026-03-30T18:27:13.351Z Downloaded argon2 v0.5.3
6162026-03-30T18:27:13.354Z Downloaded csv-core v0.1.13
6172026-03-30T18:27:13.354Z Downloaded darling v0.23.0
6182026-03-30T18:27:13.357Z Downloaded byte-wrapper v0.1.0
6192026-03-30T18:27:13.357Z Downloaded cstr-argument v0.1.2
6202026-03-30T18:27:13.360Z Downloaded darling_macro v0.21.3
6212026-03-30T18:27:13.360Z Downloaded castaway v0.2.4
6222026-03-30T18:27:13.360Z Downloaded assert_matches v1.5.0
6232026-03-30T18:27:13.360Z Downloaded darling_macro v0.20.11
6242026-03-30T18:27:13.360Z Downloaded bit-set v0.5.3
6252026-03-30T18:27:13.363Z Downloaded async-stream v0.3.6
6262026-03-30T18:27:13.363Z Downloaded atomicwrites v0.4.4
6272026-03-30T18:27:13.363Z Downloaded crucible-workspace-hack v0.1.0
6282026-03-30T18:27:13.366Z Downloaded backoff v0.4.0
6292026-03-30T18:27:13.366Z Downloaded crunchy v0.2.4
6302026-03-30T18:27:13.369Z Downloaded crossbeam-deque v0.8.6
6312026-03-30T18:27:13.372Z Downloaded darling_macro v0.23.0
6322026-03-30T18:27:13.375Z Downloaded ascii-canvas v3.0.0
6332026-03-30T18:27:13.375Z Downloaded ctr v0.9.2
6342026-03-30T18:27:13.379Z Downloaded cfg_aliases v0.1.1
6352026-03-30T18:27:13.379Z Downloaded aead v0.5.2
6362026-03-30T18:27:13.382Z Downloaded ciborium-io v0.2.2
6372026-03-30T18:27:13.382Z Downloaded base16ct v0.2.0
6382026-03-30T18:27:13.384Z Downloaded endian-type v0.1.2
6392026-03-30T18:27:13.387Z Downloaded cfg_aliases v0.2.1
6402026-03-30T18:27:13.387Z Downloaded document-features v0.2.12
6412026-03-30T18:27:13.387Z Downloaded convert_case v0.4.0
6422026-03-30T18:27:13.390Z Downloaded debug-ignore v1.0.5
6432026-03-30T18:27:13.400Z Downloaded base64 v0.22.1
6442026-03-30T18:27:13.406Z Downloaded dunce v1.0.5
6452026-03-30T18:27:13.408Z Downloaded dyn-clone v1.0.20
6462026-03-30T18:27:13.412Z Downloaded fd-lock v4.0.4
6472026-03-30T18:27:13.415Z Downloaded cpufeatures v0.3.0
6482026-03-30T18:27:13.415Z Downloaded downcast-rs v2.0.2
6492026-03-30T18:27:13.415Z Downloaded ciborium-ll v0.2.2
6502026-03-30T18:27:13.418Z Downloaded bitfield-macros v0.19.4
6512026-03-30T18:27:13.418Z Downloaded atty v0.2.14
6522026-03-30T18:27:13.418Z Downloaded crossbeam-utils v0.8.21
6532026-03-30T18:27:13.422Z Downloaded derive-ex v0.1.8
6542026-03-30T18:27:13.422Z Downloaded base16ct v1.0.0
6552026-03-30T18:27:13.422Z Downloaded cargo-platform v0.1.9
6562026-03-30T18:27:13.426Z Downloaded async-recursion v1.1.1
6572026-03-30T18:27:13.426Z Downloaded bb8 v0.8.6
6582026-03-30T18:27:13.426Z Downloaded bitfield-struct v0.6.2
6592026-03-30T18:27:13.426Z Downloaded dtrace-parser v0.3.0
6602026-03-30T18:27:13.429Z Downloaded async-stream-impl v0.3.6
6612026-03-30T18:27:13.429Z Downloaded defmt v0.3.100
6622026-03-30T18:27:13.432Z Downloaded foreign-types v0.5.0
6632026-03-30T18:27:13.432Z Downloaded dsl_auto_type v0.2.0
6642026-03-30T18:27:13.435Z Downloaded display-error-chain v0.2.2
6652026-03-30T18:27:13.435Z Downloaded derive_builder_macro v0.20.2
6662026-03-30T18:27:13.438Z Downloaded bit-set v0.8.0
6672026-03-30T18:27:13.442Z Downloaded ena v0.14.4
6682026-03-30T18:27:13.445Z Downloaded dropshot-api-manager-types v0.6.0
6692026-03-30T18:27:13.445Z Downloaded block-padding v0.3.3
6702026-03-30T18:27:13.445Z Downloaded darling_core v0.23.0
6712026-03-30T18:27:13.448Z Downloaded funty v2.0.0
6722026-03-30T18:27:13.452Z Downloaded diesel_table_macro_syntax v0.3.0
6732026-03-30T18:27:13.452Z Downloaded cargo_metadata v0.19.2
6742026-03-30T18:27:13.455Z Downloaded dirs-next v2.0.0
6752026-03-30T18:27:13.458Z Downloaded enum-as-inner v0.6.1
6762026-03-30T18:27:13.461Z Downloaded arrayvec v0.7.6
6772026-03-30T18:27:13.461Z Downloaded futures-sink v0.3.32
6782026-03-30T18:27:13.461Z Downloaded foreign-types-shared v0.1.1
6792026-03-30T18:27:13.465Z Downloaded blowfish v0.9.1
6802026-03-30T18:27:13.465Z Downloaded difflib v0.4.0
6812026-03-30T18:27:13.466Z Downloaded base64ct v1.8.3
6822026-03-30T18:27:13.469Z Downloaded console v0.16.2
6832026-03-30T18:27:13.469Z Downloaded env_filter v1.0.0
6842026-03-30T18:27:13.469Z Downloaded foreign-types-shared v0.3.1
6852026-03-30T18:27:13.469Z Downloaded foreign-types v0.3.2
6862026-03-30T18:27:13.469Z Downloaded futures-task v0.3.32
6872026-03-30T18:27:13.473Z Downloaded ciborium v0.2.2
6882026-03-30T18:27:13.473Z Downloaded foldhash v0.1.5
6892026-03-30T18:27:13.473Z Downloaded embedded-io v0.4.0
6902026-03-30T18:27:13.477Z Downloaded daft-derive v0.1.5
6912026-03-30T18:27:13.477Z Downloaded deranged v0.5.8
6922026-03-30T18:27:13.480Z Downloaded float-ord v0.3.2
6932026-03-30T18:27:13.480Z Downloaded allocator-api2 v0.2.21
6942026-03-30T18:27:13.480Z Downloaded dof v0.4.0
6952026-03-30T18:27:13.484Z Downloaded cbc v0.1.2
6962026-03-30T18:27:13.484Z Downloaded bzip2 v0.6.1
6972026-03-30T18:27:13.484Z Downloaded gethostname v0.5.0
6982026-03-30T18:27:13.484Z Downloaded futures-core v0.3.32
6992026-03-30T18:27:13.488Z Downloaded ghash v0.5.1
7002026-03-30T18:27:13.488Z Downloaded hash32 v0.2.1
7012026-03-30T18:27:13.488Z Downloaded curve25519-dalek-derive v0.1.1
7022026-03-30T18:27:13.488Z Downloaded foreign-types-macros v0.2.3
7032026-03-30T18:27:13.488Z Downloaded flagset v0.4.7
7042026-03-30T18:27:13.551Z Downloaded async-trait v0.1.89
7052026-03-30T18:27:13.551Z Downloaded fxhash v0.2.1
7062026-03-30T18:27:13.551Z Downloaded hex-literal v0.4.1
7072026-03-30T18:27:13.551Z Downloaded hash32 v0.3.1
7082026-03-30T18:27:13.551Z Downloaded hex v0.4.3
7092026-03-30T18:27:13.551Z Downloaded globwalk v0.9.1
7102026-03-30T18:27:13.551Z Downloaded git-stub v1.0.0
7112026-03-30T18:27:13.551Z Downloaded futures-io v0.3.32
7122026-03-30T18:27:13.551Z Downloaded const_format_proc_macros v0.2.34
7132026-03-30T18:27:13.551Z Downloaded cmake v0.1.57
7142026-03-30T18:27:13.551Z Downloaded cassowary v0.3.0
7152026-03-30T18:27:13.551Z Downloaded corncobs v0.1.4
7162026-03-30T18:27:13.551Z Downloaded find-msvc-tools v0.1.9
7172026-03-30T18:27:13.551Z Downloaded ed25519 v2.2.3
7182026-03-30T18:27:13.551Z Downloaded derive_builder v0.20.2
7192026-03-30T18:27:13.551Z Downloaded diesel-dtrace v0.5.0
7202026-03-30T18:27:13.551Z Downloaded constant_time_eq v0.4.2
7212026-03-30T18:27:13.551Z Downloaded critical-section v1.2.0
7222026-03-30T18:27:13.551Z Downloaded headers-core v0.3.0
7232026-03-30T18:27:13.551Z Downloaded bcs v0.1.6
7242026-03-30T18:27:13.551Z Downloaded chacha20 v0.9.1
7252026-03-30T18:27:13.551Z Downloaded hostname v0.3.1
7262026-03-30T18:27:13.551Z Downloaded hostname v0.4.2
7272026-03-30T18:27:13.551Z Downloaded foldhash v0.2.0
7282026-03-30T18:27:13.551Z Downloaded env_logger v0.11.9
7292026-03-30T18:27:13.551Z Downloaded fs-err v2.11.0
7302026-03-30T18:27:13.551Z Downloaded convert_case v0.10.0
7312026-03-30T18:27:13.551Z Downloaded clang-sys v1.8.1
7322026-03-30T18:27:13.551Z Downloaded futures-macro v0.3.32
7332026-03-30T18:27:13.551Z Downloaded cexpr v0.6.0
7342026-03-30T18:27:13.551Z Downloaded camino-tempfile-ext v0.3.3
7352026-03-30T18:27:13.551Z Downloaded futures-executor v0.3.32
7362026-03-30T18:27:13.552Z Downloaded fixedbitset v0.4.2
7372026-03-30T18:27:13.552Z Downloaded hubpack_derive v0.1.1
7382026-03-30T18:27:13.552Z Downloaded cancel-safe-futures v0.1.5
7392026-03-30T18:27:13.552Z Downloaded fs_extra v1.3.0
7402026-03-30T18:27:13.552Z Downloaded derive_builder_core v0.20.2
7412026-03-30T18:27:13.552Z Downloaded hubpack v0.1.2
7422026-03-30T18:27:13.552Z Downloaded http-range v0.1.5
7432026-03-30T18:27:13.552Z Downloaded console v0.15.11
7442026-03-30T18:27:13.552Z Downloaded ar_archive_writer v0.5.1
7452026-03-30T18:27:13.552Z Downloaded http-body v1.0.1
7462026-03-30T18:27:13.552Z Downloaded httpdate v1.0.3
7472026-03-30T18:27:13.552Z Downloaded bzip2 v0.4.4
7482026-03-30T18:27:13.552Z Downloaded filetime v0.2.27
7492026-03-30T18:27:13.552Z Downloaded glob v0.3.3
7502026-03-30T18:27:13.552Z Downloaded group v0.13.0
7512026-03-30T18:27:13.553Z Downloaded globset v0.4.18
7522026-03-30T18:27:13.553Z Downloaded der_derive v0.7.3
7532026-03-30T18:27:13.553Z Downloaded erased-serde v0.3.31
7542026-03-30T18:27:13.557Z Downloaded chacha20 v0.10.0
7552026-03-30T18:27:13.557Z Downloaded indoc v1.0.9
7562026-03-30T18:27:13.557Z Downloaded git-stub-vcs v0.1.0
7572026-03-30T18:27:13.557Z Downloaded colored v2.2.0
7582026-03-30T18:27:13.557Z Downloaded hyper-tls v0.6.0
7592026-03-30T18:27:13.560Z Downloaded cipher v0.4.4
7602026-03-30T18:27:13.560Z Downloaded async-bb8-diesel v0.2.1
7612026-03-30T18:27:13.560Z Downloaded crc32fast v1.5.0
7622026-03-30T18:27:13.564Z Downloaded ident_case v1.0.1
7632026-03-30T18:27:13.564Z Downloaded drift v0.1.3
7642026-03-30T18:27:13.567Z Downloaded des v0.8.1
7652026-03-30T18:27:13.567Z Downloaded const-oid v0.9.6
7662026-03-30T18:27:13.571Z Downloaded bit-vec v0.6.3
7672026-03-30T18:27:13.571Z Downloaded cookie v0.18.1
7682026-03-30T18:27:13.574Z Downloaded ff v0.13.1
7692026-03-30T18:27:13.574Z Downloaded is_ci v1.2.0
7702026-03-30T18:27:13.574Z Downloaded is-terminal v0.4.17
7712026-03-30T18:27:13.574Z Downloaded instability v0.3.11
7722026-03-30T18:27:13.575Z Downloaded crypto-bigint v0.5.5
7732026-03-30T18:27:13.578Z Downloaded internet-checksum v0.2.1
7742026-03-30T18:27:13.581Z Downloaded inout v0.1.4
7752026-03-30T18:27:13.581Z Downloaded libscf-sys v1.1.0
7762026-03-30T18:27:13.581Z Downloaded crc-any v2.5.0
7772026-03-30T18:27:13.581Z Downloaded fallible-iterator v0.2.0
7782026-03-30T18:27:13.584Z Downloaded cargo_toml v0.22.3
7792026-03-30T18:27:13.584Z Downloaded defmt-macros v1.0.1
7802026-03-30T18:27:13.588Z Downloaded daft v0.1.5
7812026-03-30T18:27:13.588Z Downloaded bit-vec v0.8.0
7822026-03-30T18:27:13.588Z Downloaded indent_write v2.2.0
7832026-03-30T18:27:13.591Z Downloaded humantime v2.3.0
7842026-03-30T18:27:13.591Z Downloaded linked-hash-map v0.5.6
7852026-03-30T18:27:13.591Z Downloaded futures-channel v0.3.32
7862026-03-30T18:27:13.595Z Downloaded fixedbitset v0.5.7
7872026-03-30T18:27:13.595Z Downloaded embedded-io v0.6.1
7882026-03-30T18:27:13.595Z Downloaded bitflags v1.3.2
7892026-03-30T18:27:13.600Z Downloaded ecdsa v0.16.9
7902026-03-30T18:27:13.600Z Downloaded getrandom v0.2.17
7912026-03-30T18:27:13.600Z Downloaded highway v1.3.0
7922026-03-30T18:27:13.603Z Downloaded half v1.8.3
7932026-03-30T18:27:13.603Z Downloaded darling_core v0.21.3
7942026-03-30T18:27:13.609Z Downloaded instant v0.1.13
7952026-03-30T18:27:13.609Z Downloaded darling v0.20.11
7962026-03-30T18:27:13.617Z Downloaded kstat-rs v0.2.4
7972026-03-30T18:27:13.617Z Downloaded lru-slab v0.1.2
7982026-03-30T18:27:13.617Z Downloaded either v1.15.0
7992026-03-30T18:27:13.617Z Downloaded mime v0.3.17
8002026-03-30T18:27:13.617Z Downloaded lalrpop-util v0.19.12
8012026-03-30T18:27:13.617Z Downloaded lzss v0.8.2
8022026-03-30T18:27:13.621Z Downloaded newtype_derive v0.1.6
8032026-03-30T18:27:13.622Z Downloaded new_debug_unreachable v1.0.6
8042026-03-30T18:27:13.622Z Downloaded md5 v0.7.0
8052026-03-30T18:27:13.622Z Downloaded nibble_vec v0.1.0
8062026-03-30T18:27:13.622Z Downloaded newtype-uuid-macros v0.1.0
8072026-03-30T18:27:13.622Z Downloaded derive-where v1.6.0
8082026-03-30T18:27:13.622Z Downloaded lazy_static v1.5.0
8092026-03-30T18:27:13.622Z Downloaded keccak v0.1.6
8102026-03-30T18:27:13.625Z Downloaded home v0.5.12
8112026-03-30T18:27:13.625Z Downloaded num v0.4.3
8122026-03-30T18:27:13.625Z Downloaded nonempty v0.12.0
8132026-03-30T18:27:13.625Z Downloaded colored v3.1.1
8142026-03-30T18:27:13.629Z Downloaded nodrop v0.1.14
8152026-03-30T18:27:13.629Z Downloaded defmt v1.0.1
8162026-03-30T18:27:13.632Z Downloaded newline-converter v0.3.0
8172026-03-30T18:27:13.633Z Downloaded fatfs v0.3.6
8182026-03-30T18:27:13.633Z Downloaded cookie_store v0.22.1
8192026-03-30T18:27:13.636Z Downloaded darling v0.21.3
8202026-03-30T18:27:13.636Z Downloaded backon v1.6.0
8212026-03-30T18:27:13.641Z Downloaded blake2 v0.10.6
8222026-03-30T18:27:13.641Z Downloaded lru-cache v0.1.2
8232026-03-30T18:27:13.645Z Downloaded ipnetwork v0.21.1
8242026-03-30T18:27:13.645Z Downloaded ingot-types v0.1.2
8252026-03-30T18:27:13.645Z Downloaded darling_core v0.20.11
8262026-03-30T18:27:13.648Z Downloaded num-conv v0.2.0
8272026-03-30T18:27:13.648Z Downloaded normalize-line-endings v0.3.0
8282026-03-30T18:27:13.648Z Downloaded diff v0.1.13
8292026-03-30T18:27:13.652Z Downloaded maybe-uninit v2.0.0
8302026-03-30T18:27:13.652Z Downloaded futures v0.3.32
8312026-03-30T18:27:13.655Z Downloaded match_cfg v0.1.0
8322026-03-30T18:27:13.658Z Downloaded md-5 v0.10.6
8332026-03-30T18:27:13.658Z Downloaded num-derive v0.3.3
8342026-03-30T18:27:13.658Z Downloaded multimap v0.10.1
8352026-03-30T18:27:13.661Z Downloaded num-iter v0.1.45
8362026-03-30T18:27:13.661Z Downloaded num-derive v0.4.2
8372026-03-30T18:27:13.662Z Downloaded crossterm v0.29.0
8382026-03-30T18:27:13.665Z Downloaded openssl-macros v0.1.1
8392026-03-30T18:27:13.668Z Downloaded http-body-util v0.1.3
8402026-03-30T18:27:13.668Z Downloaded hickory-client v0.25.2
8412026-03-30T18:27:13.668Z Downloaded impl-trait-for-tuples v0.2.3
8422026-03-30T18:27:13.672Z Downloaded half v2.7.1
8432026-03-30T18:27:13.672Z Downloaded getrandom v0.3.4
8442026-03-30T18:27:13.675Z Downloaded const_format v0.2.35
8452026-03-30T18:27:13.679Z Downloaded opaque-debug v0.3.1
8462026-03-30T18:27:13.679Z Downloaded memoffset v0.9.1
8472026-03-30T18:27:13.679Z Downloaded lru v0.12.5
8482026-03-30T18:27:13.679Z Downloaded managed v0.8.0
8492026-03-30T18:27:13.684Z Downloaded maplit v1.0.2
8502026-03-30T18:27:13.684Z Downloaded ingot v0.1.1
8512026-03-30T18:27:13.684Z Downloaded dropshot_endpoint v0.16.7
8522026-03-30T18:27:13.687Z Downloaded newtype-uuid v1.3.2
8532026-03-30T18:27:13.687Z Downloaded oso-derive v0.27.3
8542026-03-30T18:27:13.687Z Downloaded openssl-probe v0.2.1
8552026-03-30T18:27:13.687Z Downloaded native-tls v0.2.18
8562026-03-30T18:27:13.692Z Downloaded nanorand v0.7.0
8572026-03-30T18:27:13.692Z Downloaded mime_guess v2.0.5
8582026-03-30T18:27:13.693Z Downloaded ipnet v2.11.0
8592026-03-30T18:27:13.696Z Downloaded jobserver v0.1.34
8602026-03-30T18:27:13.696Z Downloaded httparse v1.10.1
8612026-03-30T18:27:13.696Z Downloaded hmac v0.12.1
8622026-03-30T18:27:13.699Z Downloaded chacha20poly1305 v0.10.1
8632026-03-30T18:27:13.702Z Downloaded bytes v1.11.1
8642026-03-30T18:27:13.706Z Downloaded olpc-cjson v0.1.4
8652026-03-30T18:27:13.706Z Downloaded libsw v3.5.0
8662026-03-30T18:27:13.706Z Downloaded elliptic-curve v0.13.8
8672026-03-30T18:27:13.711Z Downloaded hyper-rustls v0.27.7
8682026-03-30T18:27:13.711Z Downloaded hyper-staticfile v0.10.1
8692026-03-30T18:27:13.714Z Downloaded libloading v0.8.9
8702026-03-30T18:27:13.714Z Downloaded libefi-sys v0.1.0
8712026-03-30T18:27:13.727Z Downloaded openssl-probe v0.1.6
8722026-03-30T18:27:13.732Z Downloaded crossbeam-channel v0.5.15
8732026-03-30T18:27:13.732Z Downloaded num_enum_derive v0.7.5
8742026-03-30T18:27:13.736Z Downloaded parse-display v0.10.0
8752026-03-30T18:27:13.736Z Downloaded num_threads v0.1.7
8762026-03-30T18:27:13.736Z Downloaded lock_api v0.4.14
8772026-03-30T18:27:13.736Z Downloaded pbkdf2 v0.12.2
8782026-03-30T18:27:13.736Z Downloaded num_enum v0.5.11
8792026-03-30T18:27:13.740Z Downloaded num-rational v0.4.2
8802026-03-30T18:27:13.740Z Downloaded linear-map v1.2.0
8812026-03-30T18:27:13.740Z Downloaded iana-time-zone v0.1.65
8822026-03-30T18:27:13.744Z Downloaded phf_shared v0.13.1
8832026-03-30T18:27:13.744Z Downloaded derive_more v0.99.20
8842026-03-30T18:27:13.748Z Downloaded pbkdf2 v0.11.0
8852026-03-30T18:27:13.748Z Downloaded peg-runtime v0.8.5
8862026-03-30T18:27:13.748Z Downloaded path-slash v0.1.5
8872026-03-30T18:27:13.748Z Downloaded pin-utils v0.1.0
8882026-03-30T18:27:13.752Z Downloaded heapless v0.7.17
8892026-03-30T18:27:13.752Z Downloaded parse-size v1.1.0
8902026-03-30T18:27:13.752Z Downloaded indoc v2.0.7
8912026-03-30T18:27:13.756Z Downloaded multer v3.1.0
8922026-03-30T18:27:13.759Z Downloaded nu-ansi-term v0.50.3
8932026-03-30T18:27:13.759Z Downloaded memmap2 v0.9.10
8942026-03-30T18:27:13.759Z Downloaded litrs v1.0.0
8952026-03-30T18:27:13.762Z Downloaded ingot-macros v0.1.1
8962026-03-30T18:27:13.762Z Downloaded owo-colors v4.3.0
8972026-03-30T18:27:13.766Z Downloaded packed_struct v0.10.1
8982026-03-30T18:27:13.766Z Downloaded indexmap v1.9.3
8992026-03-30T18:27:13.770Z Downloaded parse-display-derive v0.10.0
9002026-03-30T18:27:13.770Z Downloaded num_enum_derive v0.5.11
9012026-03-30T18:27:13.773Z Downloaded proc-macro-crate v3.4.0
9022026-03-30T18:27:13.773Z Downloaded proc-macro-crate v1.3.1
9032026-03-30T18:27:13.773Z Downloaded num_enum v0.7.5
9042026-03-30T18:27:13.778Z Downloaded powerfmt v0.2.0
9052026-03-30T18:27:13.779Z Downloaded flume v0.11.1
9062026-03-30T18:27:13.782Z Downloaded num-integer v0.1.46
9072026-03-30T18:27:13.782Z Downloaded num-complex v0.4.6
9082026-03-30T18:27:13.782Z Downloaded base64 v0.21.7
9092026-03-30T18:27:13.788Z Downloaded libsw-core v0.3.2
9102026-03-30T18:27:13.791Z Downloaded predicates-core v1.0.10
9112026-03-30T18:27:13.795Z Downloaded progenitor-client v0.10.0
9122026-03-30T18:27:13.795Z Downloaded compact_str v0.8.1
9132026-03-30T18:27:13.798Z Downloaded password-hash v0.4.2
9142026-03-30T18:27:13.798Z Downloaded password-hash v0.5.0
9152026-03-30T18:27:13.798Z Downloaded progenitor-macro v0.11.2
9162026-03-30T18:27:13.802Z Downloaded progenitor-macro v0.10.0
9172026-03-30T18:27:13.802Z Downloaded oxnet v0.1.4
9182026-03-30T18:27:13.802Z Downloaded predicates-tree v1.0.13
9192026-03-30T18:27:13.804Z Downloaded progenitor-macro v0.13.0
9202026-03-30T18:27:13.805Z Downloaded precomputed-hash v0.1.1
9212026-03-30T18:27:13.805Z Downloaded oxide-tokio-rt v0.1.3
9222026-03-30T18:27:13.805Z Downloaded proc-macro-error-attr2 v2.0.0
9232026-03-30T18:27:13.808Z Downloaded progenitor-client v0.11.2
9242026-03-30T18:27:13.811Z Downloaded cc v1.2.56
9252026-03-30T18:27:13.811Z Downloaded phf v0.12.1
9262026-03-30T18:27:13.811Z Downloaded peg-macros v0.8.5
9272026-03-30T18:27:13.814Z Downloaded pin-project-internal v1.1.11
9282026-03-30T18:27:13.814Z Downloaded phf v0.13.1
9292026-03-30T18:27:13.814Z Downloaded ignore v0.4.25
9302026-03-30T18:27:13.817Z Downloaded pem-rfc7468 v0.7.0
9312026-03-30T18:27:13.817Z Downloaded phf_shared v0.12.1
9322026-03-30T18:27:13.820Z Downloaded phf_shared v0.11.3
9332026-03-30T18:27:13.820Z Downloaded pin-project-lite v0.2.17
9342026-03-30T18:27:13.825Z Downloaded headers v0.4.1
9352026-03-30T18:27:13.828Z Downloaded pkg-config v0.3.32
9362026-03-30T18:27:13.828Z Downloaded heapless v0.8.0
9372026-03-30T18:27:13.828Z Downloaded aes-gcm v0.10.3
9382026-03-30T18:27:13.831Z Downloaded aes v0.8.4
9392026-03-30T18:27:13.835Z Downloaded pem v3.0.6
9402026-03-30T18:27:13.835Z Downloaded paste v1.0.15
9412026-03-30T18:27:13.838Z Downloaded packed_struct_codegen v0.10.1
9422026-03-30T18:27:13.842Z Downloaded postgres-protocol v0.6.10
9432026-03-30T18:27:13.842Z Downloaded parking_lot_core v0.9.12
9442026-03-30T18:27:13.845Z Downloaded psl-types v2.0.11
9452026-03-30T18:27:13.845Z Downloaded pkcs8 v0.10.2
9462026-03-30T18:27:13.845Z Downloaded parking_lot_core v0.8.6
9472026-03-30T18:27:13.848Z Downloaded parking_lot v0.12.5
9482026-03-30T18:27:13.848Z Downloaded progenitor v0.13.0
9492026-03-30T18:27:13.851Z Downloaded radium v0.7.0
9502026-03-30T18:27:13.851Z Downloaded progenitor v0.11.2
9512026-03-30T18:27:13.851Z Downloaded poly1305 v0.8.0
9522026-03-30T18:27:13.854Z Downloaded progenitor v0.10.0
9532026-03-30T18:27:13.854Z Downloaded hickory-resolver v0.24.4
9542026-03-30T18:27:13.857Z Downloaded parking_lot v0.11.2
9552026-03-30T18:27:13.860Z Downloaded libbz2-rs-sys v0.2.2
9562026-03-30T18:27:13.863Z Downloaded recursive v0.1.1
9572026-03-30T18:27:13.863Z Downloaded polyval v0.6.2
9582026-03-30T18:27:13.866Z Downloaded recursive-proc-macro-impl v0.1.1
9592026-03-30T18:27:13.866Z Downloaded progenitor-client v0.13.0
9602026-03-30T18:27:13.866Z Downloaded proc-macro-error2 v2.0.1
9612026-03-30T18:27:13.870Z Downloaded quick-error v1.2.3
9622026-03-30T18:27:13.872Z Downloaded rand_xorshift v0.4.0
9632026-03-30T18:27:13.872Z Downloaded rand_chacha v0.3.1
9642026-03-30T18:27:13.873Z Downloaded ed25519-dalek v2.2.0
9652026-03-30T18:27:13.878Z Downloaded peg v0.8.5
9662026-03-30T18:27:13.881Z Downloaded primeorder v0.13.6
9672026-03-30T18:27:13.881Z Downloaded omicron-zone-package v0.12.2
9682026-03-30T18:27:13.881Z Downloaded derive_more v2.1.1
9692026-03-30T18:27:13.885Z Downloaded predicates v3.1.4
9702026-03-30T18:27:13.888Z Downloaded rustc-hash v2.1.1
9712026-03-30T18:27:13.891Z Downloaded pkcs5 v0.7.1
9722026-03-30T18:27:13.894Z Downloaded postcard v1.1.3
9732026-03-30T18:27:13.894Z Downloaded progenitor-extras v0.1.1
9742026-03-30T18:27:13.898Z Downloaded crossterm v0.28.1
9752026-03-30T18:27:13.901Z Downloaded ref-cast v1.0.25
9762026-03-30T18:27:13.901Z Downloaded hickory-resolver v0.25.2
9772026-03-30T18:27:13.904Z Downloaded rfc6979 v0.4.0
9782026-03-30T18:27:13.904Z Downloaded p256 v0.13.2
9792026-03-30T18:27:13.907Z Downloaded ppv-lite86 v0.2.21
9802026-03-30T18:27:13.907Z Downloaded postgres-types v0.2.12
9812026-03-30T18:27:13.907Z Downloaded expectorate v1.2.0
9822026-03-30T18:27:13.910Z Downloaded der v0.7.10
9832026-03-30T18:27:13.914Z Downloaded pkcs1 v0.7.5
9842026-03-30T18:27:13.914Z Downloaded derive_more-impl v2.1.1
9852026-03-30T18:27:13.917Z Downloaded bumpalo v3.20.2
9862026-03-30T18:27:13.917Z Downloaded dropshot-api-manager v0.6.0
9872026-03-30T18:27:13.920Z Downloaded ref-cast-impl v1.0.25
9882026-03-30T18:27:13.920Z Downloaded jiff-static v0.2.21
9892026-03-30T18:27:13.923Z Downloaded russh-cryptovec v0.7.3
9902026-03-30T18:27:13.924Z Downloaded psm v0.1.30
9912026-03-30T18:27:13.927Z Downloaded salsa20 v0.10.2
9922026-03-30T18:27:13.927Z Downloaded rtoolbox v0.0.3
9932026-03-30T18:27:13.927Z Downloaded indicatif v0.18.4
9942026-03-30T18:27:13.930Z Downloaded rustc_version v0.4.1
9952026-03-30T18:27:13.930Z Downloaded same-file v1.0.6
9962026-03-30T18:27:13.933Z Downloaded flate2 v1.1.9
9972026-03-30T18:27:13.936Z Downloaded sapling-renderdag v0.1.0
9982026-03-30T18:27:13.936Z Downloaded scheduled-thread-pool v0.2.7
9992026-03-30T18:27:13.936Z Downloaded r2d2 v0.8.10
10002026-03-30T18:27:13.936Z Downloaded diesel_derives v2.3.7
10012026-03-30T18:27:13.940Z Downloaded secrecy v0.8.0
10022026-03-30T18:27:13.943Z Downloaded rustc_version v0.1.7
10032026-03-30T18:27:13.946Z Downloaded rand_core v0.6.4
10042026-03-30T18:27:13.949Z Downloaded resolv-conf v0.7.6
10052026-03-30T18:27:13.952Z Downloaded rand_core v0.10.0
10062026-03-30T18:27:13.955Z Downloaded rand_chacha v0.9.0
10072026-03-30T18:27:13.955Z Downloaded rand_core v0.9.5
10082026-03-30T18:27:13.958Z Downloaded papergrid v0.17.0
10092026-03-30T18:27:13.962Z Downloaded secrecy v0.10.3
10102026-03-30T18:27:13.962Z Downloaded seq-macro v0.3.6
10112026-03-30T18:27:13.962Z Downloaded scrypt v0.11.0
10122026-03-30T18:27:13.962Z Downloaded semver v0.1.20
10132026-03-30T18:27:13.962Z Downloaded oso v0.27.3
10142026-03-30T18:27:13.966Z Downloaded rand_seeder v0.4.0
10152026-03-30T18:27:13.966Z Downloaded serde-big-array v0.5.1
10162026-03-30T18:27:13.966Z Downloaded serde_repr v0.1.20
10172026-03-30T18:27:13.970Z Downloaded scopeguard v1.2.0
10182026-03-30T18:27:13.970Z Downloaded pin-project v1.1.11
10192026-03-30T18:27:13.975Z Downloaded openssl-sys v0.9.111
10202026-03-30T18:27:13.979Z Downloaded rustls-native-certs v0.8.3
10212026-03-30T18:27:13.982Z Downloaded serde_spanned v1.0.4
10222026-03-30T18:27:13.982Z Downloaded serde_plain v1.0.2
10232026-03-30T18:27:13.985Z Downloaded rustls-pemfile v1.0.4
10242026-03-30T18:27:13.988Z Downloaded serde_urlencoded v0.7.1
10252026-03-30T18:27:13.991Z Downloaded hickory-server v0.25.2
10262026-03-30T18:27:13.998Z Downloaded rusty-fork v0.3.1
10272026-03-30T18:27:14.001Z Downloaded sha1 v0.10.6
10282026-03-30T18:27:14.004Z Downloaded progenitor-impl v0.10.0
10292026-03-30T18:27:14.009Z Downloaded sigpipe v0.1.3
10302026-03-30T18:27:14.012Z Downloaded signal-hook-mio v0.2.5
10312026-03-30T18:27:14.012Z Downloaded shell-words v1.1.1
10322026-03-30T18:27:14.012Z Downloaded scroll_derive v0.13.1
10332026-03-30T18:27:14.015Z Downloaded http v1.4.0
10342026-03-30T18:27:14.018Z Downloaded quinn-udp v0.5.14
10352026-03-30T18:27:14.021Z Downloaded scroll v0.13.0
10362026-03-30T18:27:14.030Z Downloaded russh-keys v0.45.0
10372026-03-30T18:27:14.033Z Downloaded sec1 v0.7.3
10382026-03-30T18:27:14.033Z Downloaded serde_bytes v0.11.19
10392026-03-30T18:27:14.036Z Downloaded serde-hex v0.1.0
10402026-03-30T18:27:14.036Z Downloaded signature v2.2.0
10412026-03-30T18:27:14.036Z Downloaded signal-hook-tokio v0.3.1
10422026-03-30T18:27:14.039Z Downloaded rustversion v1.0.22
10432026-03-30T18:27:14.039Z Downloaded siphasher v1.0.2
10442026-03-30T18:27:14.039Z Downloaded serde_path_to_error v0.1.20
10452026-03-30T18:27:14.042Z Downloaded aho-corasick v1.1.4
10462026-03-30T18:27:14.045Z Downloaded minimal-lexical v0.2.1
10472026-03-30T18:27:14.048Z Downloaded pretty_assertions v1.4.1
10482026-03-30T18:27:14.048Z Downloaded hashbrown v0.13.2
10492026-03-30T18:27:14.051Z Downloaded sct v0.7.1
10502026-03-30T18:27:14.054Z Downloaded slog-bunyan v2.5.0
10512026-03-30T18:27:14.054Z Downloaded schemars_derive v0.8.22
10522026-03-30T18:27:14.054Z Downloaded slog-envlogger v2.2.0
10532026-03-30T18:27:14.057Z Downloaded miniz_oxide v0.8.9
10542026-03-30T18:27:14.057Z Downloaded rustls-pki-types v1.14.0
10552026-03-30T18:27:14.060Z Downloaded hashbrown v0.12.3
10562026-03-30T18:27:14.064Z Downloaded rustls-pemfile v2.2.0
10572026-03-30T18:27:14.064Z Downloaded progenitor-impl v0.11.2
10582026-03-30T18:27:14.071Z Downloaded structmeta-derive v0.3.0
10592026-03-30T18:27:14.074Z Downloaded strip-ansi-escapes v0.2.1
10602026-03-30T18:27:14.077Z Downloaded shlex v1.3.0
10612026-03-30T18:27:14.080Z Downloaded progenitor-impl v0.13.0
10622026-03-30T18:27:14.083Z Downloaded slab v0.4.12
10632026-03-30T18:27:14.086Z Downloaded subtle v2.6.1
10642026-03-30T18:27:14.089Z Downloaded tabled_derive v0.11.0
10652026-03-30T18:27:14.089Z Downloaded sync_wrapper v1.0.2
10662026-03-30T18:27:14.089Z Downloaded tagptr v0.2.0
10672026-03-30T18:27:14.092Z Downloaded supports-color v3.0.2
10682026-03-30T18:27:14.100Z Downloaded sqlparser_derive v0.5.0
10692026-03-30T18:27:14.104Z Downloaded serde_derive_internals v0.29.1
10702026-03-30T18:27:14.104Z Downloaded ssh-encoding v0.2.0
10712026-03-30T18:27:14.104Z Downloaded ssh-cipher v0.2.0
10722026-03-30T18:27:14.104Z Downloaded strum v0.27.2
10732026-03-30T18:27:14.107Z Downloaded structmeta v0.3.0
10742026-03-30T18:27:14.111Z Downloaded tap v1.0.1
10752026-03-30T18:27:14.112Z Downloaded take_mut v0.2.2
10762026-03-30T18:27:14.112Z Downloaded smf v0.2.3
10772026-03-30T18:27:14.112Z Downloaded smallvec v0.6.14
10782026-03-30T18:27:14.115Z Downloaded sync-ptr v0.1.4
10792026-03-30T18:27:14.115Z Downloaded slog-term v2.9.2
10802026-03-30T18:27:14.115Z Downloaded slog-json v2.6.1
10812026-03-30T18:27:14.123Z Downloaded termtree v0.5.1
10822026-03-30T18:27:14.126Z Downloaded thiserror-impl-no-std v2.0.2
10832026-03-30T18:27:14.129Z Downloaded signal-hook-registry v1.4.8
10842026-03-30T18:27:14.134Z Downloaded tabwriter v1.4.1
10852026-03-30T18:27:14.134Z Downloaded simd-adler32 v0.3.8
10862026-03-30T18:27:14.134Z Downloaded prettyplease v0.2.37
10872026-03-30T18:27:14.138Z Downloaded nom v7.1.3
10882026-03-30T18:27:14.141Z Downloaded rustls-platform-verifier v0.6.2
10892026-03-30T18:27:14.141Z Downloaded slog-async v2.8.0
10902026-03-30T18:27:14.145Z Downloaded rayon-core v1.13.0
10912026-03-30T18:27:14.145Z Downloaded thread-id v5.1.0
10922026-03-30T18:27:14.149Z Downloaded testing_table v0.3.0
10932026-03-30T18:27:14.149Z Downloaded slog-stdlog v4.1.1
10942026-03-30T18:27:14.149Z Downloaded slog-scope v4.4.1
10952026-03-30T18:27:14.149Z Downloaded slog-dtrace v0.3.0
10962026-03-30T18:27:14.152Z Downloaded prefix-trie v0.7.0
10972026-03-30T18:27:14.152Z Downloaded static_assertions v1.1.0
10982026-03-30T18:27:14.156Z Downloaded support-bundle-viewer v0.1.2
10992026-03-30T18:27:14.162Z Downloaded tinyvec_macros v0.1.1
11002026-03-30T18:27:14.162Z Downloaded serde_cbor v0.11.2
11012026-03-30T18:27:14.167Z Downloaded qorb v0.4.1
11022026-03-30T18:27:14.167Z Downloaded ron v0.8.1
11032026-03-30T18:27:14.170Z Downloaded time-core v0.1.8
11042026-03-30T18:27:14.170Z Downloaded quinn v0.11.9
11052026-03-30T18:27:14.173Z Downloaded num-bigint v0.4.6
11062026-03-30T18:27:14.176Z Downloaded string_cache v0.8.9
11072026-03-30T18:27:14.176Z Downloaded stacker v0.1.23
11082026-03-30T18:27:14.181Z Downloaded spki v0.7.3
11092026-03-30T18:27:14.184Z Downloaded itertools v0.10.5
11102026-03-30T18:27:14.187Z Downloaded libxml v0.3.3
11112026-03-30T18:27:14.190Z Downloaded termios v0.3.3
11122026-03-30T18:27:14.193Z Downloaded strum v0.26.3
11132026-03-30T18:27:14.193Z Downloaded strum_macros v0.26.4
11142026-03-30T18:27:14.193Z Downloaded iddqd v0.3.17
11152026-03-30T18:27:14.197Z Downloaded topological-sort v0.2.2
11162026-03-30T18:27:14.200Z Downloaded strum_macros v0.27.2
11172026-03-30T18:27:14.200Z Downloaded strum_macros v0.24.3
11182026-03-30T18:27:14.203Z Downloaded thiserror-no-std v2.0.2
11192026-03-30T18:27:14.203Z Downloaded rcgen v0.12.1
11202026-03-30T18:27:14.205Z Downloaded serde_with_macros v3.17.0
11212026-03-30T18:27:14.209Z Downloaded hyper-util v0.1.20
11222026-03-30T18:27:14.212Z Downloaded thread_local v1.1.9
11232026-03-30T18:27:14.212Z Downloaded tower-service v0.3.3
11242026-03-30T18:27:14.212Z Downloaded tower-layer v0.3.3
11252026-03-30T18:27:14.215Z Downloaded itertools v0.13.0
11262026-03-30T18:27:14.218Z Downloaded time-macros v0.2.27
11272026-03-30T18:27:14.218Z Downloaded stringprep v0.1.5
11282026-03-30T18:27:14.221Z Downloaded spin v0.9.8
11292026-03-30T18:27:14.221Z Downloaded signal-hook v0.3.18
11302026-03-30T18:27:14.225Z Downloaded tls_codec_derive v0.4.2
11312026-03-30T18:27:14.225Z Downloaded tiny-keccak v2.0.2
11322026-03-30T18:27:14.229Z Downloaded slog v2.8.2
11332026-03-30T18:27:14.232Z Downloaded hyper v1.8.1
11342026-03-30T18:27:14.236Z Downloaded futures-util v0.3.32
11352026-03-30T18:27:14.239Z Downloaded tokio-rustls v0.25.0
11362026-03-30T18:27:14.242Z Downloaded tls_codec v0.4.2
11372026-03-30T18:27:14.242Z Downloaded schemars v0.9.0
11382026-03-30T18:27:14.248Z Downloaded typify-macro v0.6.1
11392026-03-30T18:27:14.251Z Downloaded term v0.7.0
11402026-03-30T18:27:14.251Z Downloaded schemars v0.8.22
11412026-03-30T18:27:14.257Z Downloaded unit-prefix v0.5.2
11422026-03-30T18:27:14.260Z Downloaded unicode-truncate v1.1.0
11432026-03-30T18:27:14.260Z Downloaded publicsuffix v2.3.0
11442026-03-30T18:27:14.263Z Downloaded try-lock v0.2.5
11452026-03-30T18:27:14.263Z Downloaded trait-variant v0.1.2
11462026-03-30T18:27:14.263Z Downloaded untrusted v0.7.1
11472026-03-30T18:27:14.263Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-03-30T18:27:14.266Z Downloaded tokio-dtrace v0.1.1
11492026-03-30T18:27:14.266Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-03-30T18:27:14.266Z Downloaded socket2 v0.5.10
11512026-03-30T18:27:14.270Z Downloaded snafu-derive v0.8.9
11522026-03-30T18:27:14.270Z Downloaded h2 v0.4.13
11532026-03-30T18:27:14.273Z Downloaded sqlformat v0.3.5
11542026-03-30T18:27:14.275Z Downloaded itertools v0.14.0
11552026-03-30T18:27:14.278Z Downloaded typify-macro v0.4.3
11562026-03-30T18:27:14.278Z Downloaded tokio-macros v2.6.0
11572026-03-30T18:27:14.278Z Downloaded usdt-macro v0.6.0
11582026-03-30T18:27:14.281Z Downloaded serde_yaml v0.9.34+deprecated
11592026-03-30T18:27:14.282Z Downloaded samael v0.0.19
11602026-03-30T18:27:14.285Z Downloaded subprocess v0.2.15
11612026-03-30T18:27:14.288Z Downloaded utf-8 v0.7.6
11622026-03-30T18:27:14.288Z Downloaded tokio-native-tls v0.3.1
11632026-03-30T18:27:14.291Z Downloaded iri-string v0.7.10
11642026-03-30T18:27:14.294Z Downloaded rand v0.8.5
11652026-03-30T18:27:14.296Z Downloaded hashbrown v0.15.5
11662026-03-30T18:27:14.300Z Downloaded tokio-rustls v0.24.1
11672026-03-30T18:27:14.302Z Downloaded tokio-stream v0.1.18
11682026-03-30T18:27:14.305Z Downloaded waitgroup v0.1.2
11692026-03-30T18:27:14.305Z Downloaded tokio-tungstenite v0.21.0
11702026-03-30T18:27:14.308Z Downloaded wait-timeout v0.2.1
11712026-03-30T18:27:14.308Z Downloaded universal-hash v0.5.1
11722026-03-30T18:27:14.308Z Downloaded tokio-tungstenite v0.23.1
11732026-03-30T18:27:14.311Z Downloaded xattr v1.6.1
11742026-03-30T18:27:14.315Z Downloaded tokio-rustls v0.26.4
11752026-03-30T18:27:14.315Z Downloaded p521 v0.13.3
11762026-03-30T18:27:14.315Z Downloaded ryu v1.0.23
11772026-03-30T18:27:14.319Z Downloaded test-strategy v0.4.5
11782026-03-30T18:27:14.321Z Downloaded untrusted v0.9.0
11792026-03-30T18:27:14.321Z Downloaded unarray v0.1.4
11802026-03-30T18:27:14.324Z Downloaded usdt-attr-macro v0.6.0
11812026-03-30T18:27:14.324Z Downloaded xshell-macros v0.2.7
11822026-03-30T18:27:14.327Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-03-30T18:27:14.330Z Downloaded void v1.0.2
11842026-03-30T18:27:14.338Z Downloaded mio v1.1.1
11852026-03-30T18:27:14.341Z Downloaded usdt-impl v0.6.0
11862026-03-30T18:27:14.346Z Downloaded socket2 v0.6.2
11872026-03-30T18:27:14.349Z Downloaded tui-tree-widget v0.23.1
11882026-03-30T18:27:14.352Z Downloaded uzers v0.12.2
11892026-03-30T18:27:14.359Z Downloaded zeroize_derive v1.4.3
11902026-03-30T18:27:14.363Z Downloaded vergen-lib v0.1.6
11912026-03-30T18:27:14.363Z Downloaded vergen-gitcl v1.0.8
11922026-03-30T18:27:14.363Z Downloaded tinyvec v1.10.0
11932026-03-30T18:27:14.363Z Downloaded twox-hash v2.1.2
11942026-03-30T18:27:14.370Z Downloaded num-bigint-dig v0.8.6
11952026-03-30T18:27:14.374Z Downloaded bindgen v0.71.1
11962026-03-30T18:27:14.378Z Downloaded zone_cfg_derive v0.3.1
11972026-03-30T18:27:14.382Z Downloaded unicase v2.9.0
11982026-03-30T18:27:14.385Z Downloaded whoami v1.6.1
11992026-03-30T18:27:14.385Z Downloaded xshell v0.2.7
12002026-03-30T18:27:14.388Z Downloaded tar v0.4.45
12012026-03-30T18:27:14.388Z Downloaded whoami v2.1.0
12022026-03-30T18:27:14.391Z Downloaded toml v0.9.12+spec-1.1.0
12032026-03-30T18:27:14.394Z Downloaded rand v0.9.2
12042026-03-30T18:27:14.394Z Downloaded xz2 v0.1.7
12052026-03-30T18:27:14.398Z Downloaded similar v2.7.0
12062026-03-30T18:27:14.401Z Downloaded tracing-attributes v0.1.31
12072026-03-30T18:27:14.406Z Downloaded rustls-webpki v0.103.9
12082026-03-30T18:27:14.409Z Downloaded usdt v0.6.0
12092026-03-30T18:27:14.409Z Downloaded schemars v1.2.1
12102026-03-30T18:27:14.416Z Downloaded zone v0.3.1
12112026-03-30T18:27:14.419Z Downloaded zeroize v1.8.2
12122026-03-30T18:27:14.419Z Downloaded vsss-rs v3.3.4
12132026-03-30T18:27:14.422Z Downloaded term v1.2.1
12142026-03-30T18:27:14.425Z Downloaded ron v0.12.0
12152026-03-30T18:27:14.427Z Downloaded walkdir v2.5.0
12162026-03-30T18:27:14.430Z Downloaded snafu v0.8.9
12172026-03-30T18:27:14.434Z Downloaded zstd-safe v7.2.4
12182026-03-30T18:27:14.434Z Downloaded want v0.3.1
12192026-03-30T18:27:14.434Z Downloaded wyz v0.5.1
12202026-03-30T18:27:14.434Z Downloaded rsa v0.9.10
12212026-03-30T18:27:14.437Z Downloaded unsafe-libyaml v0.2.11
12222026-03-30T18:27:14.439Z Downloaded itertools v0.12.1
12232026-03-30T18:27:14.443Z Downloaded yasna v0.5.2
12242026-03-30T18:27:14.446Z Downloaded bitvec v1.0.1
12252026-03-30T18:27:14.452Z Downloaded typify v0.4.3
12262026-03-30T18:27:14.456Z Downloaded aws-lc-rs v1.16.0
12272026-03-30T18:27:14.458Z Downloaded zerocopy v0.6.6
12282026-03-30T18:27:14.461Z Downloaded libm v0.2.16
12292026-03-30T18:27:14.465Z Downloaded rpassword v7.4.0
12302026-03-30T18:27:14.468Z Downloaded toml v0.7.8
12312026-03-30T18:27:14.471Z Downloaded typify v0.6.1
12322026-03-30T18:27:14.474Z Downloaded vergen-git2 v1.0.7
12332026-03-30T18:27:14.477Z Downloaded blake3 v1.8.3
12342026-03-30T18:27:14.480Z Downloaded zstd v0.13.3
12352026-03-30T18:27:14.483Z Downloaded vergen v9.0.6
12362026-03-30T18:27:14.490Z Downloaded ssh-key v0.6.7
12372026-03-30T18:27:14.495Z Downloaded tungstenite v0.21.0
12382026-03-30T18:27:14.511Z Downloaded steno v0.4.1
12392026-03-30T18:27:14.514Z Downloaded unicode-bidi v0.3.18
12402026-03-30T18:27:14.517Z Downloaded tungstenite v0.23.0
12412026-03-30T18:27:14.518Z Downloaded russh v0.45.0
12422026-03-30T18:27:14.520Z Downloaded yansi v1.0.1
12432026-03-30T18:27:14.520Z Downloaded unicode-properties v0.1.4
12442026-03-30T18:27:14.523Z Downloaded unicode_categories v0.1.1
12452026-03-30T18:27:14.524Z Downloaded chrono v0.4.44
12462026-03-30T18:27:14.542Z Downloaded uuid v1.21.0
12472026-03-30T18:27:14.545Z Downloaded toml_edit v0.23.10+spec-1.0.0
12482026-03-30T18:27:14.548Z Downloaded zip v0.6.6
12492026-03-30T18:27:14.551Z Downloaded rustyline v14.0.0
12502026-03-30T18:27:14.554Z Downloaded reqwest v0.12.28
12512026-03-30T18:27:14.557Z Downloaded typed-path v0.9.3
12522026-03-30T18:27:14.561Z Downloaded tracing-core v0.1.36
12532026-03-30T18:27:14.565Z Downloaded tower v0.5.3
12542026-03-30T18:27:14.569Z Downloaded salty v0.3.0
12552026-03-30T18:27:14.573Z Downloaded hkdf v0.12.4
12562026-03-30T18:27:14.576Z Downloaded portable-atomic v1.13.1
12572026-03-30T18:27:14.579Z Downloaded lalrpop v0.19.12
12582026-03-30T18:27:14.585Z Downloaded rand v0.10.0
12592026-03-30T18:27:14.588Z Downloaded p384 v0.13.1
12602026-03-30T18:27:14.596Z Downloaded zerocopy-derive v0.8.40
12612026-03-30T18:27:14.601Z Downloaded zopfli v0.8.3
12622026-03-30T18:27:14.603Z Downloaded vte v0.14.1
12632026-03-30T18:27:14.618Z Downloaded tokio-postgres v0.7.16
12642026-03-30T18:27:14.621Z Downloaded tower-http v0.6.8
12652026-03-30T18:27:14.625Z Downloaded proptest v1.10.0
12662026-03-30T18:27:14.631Z Downloaded zip v4.6.1
12672026-03-30T18:27:14.643Z Downloaded toml_edit v0.19.15
12682026-03-30T18:27:14.652Z Downloaded regex v1.12.3
12692026-03-30T18:27:14.656Z Downloaded reedline v0.40.0
12702026-03-30T18:27:14.659Z Downloaded reqwest v0.13.2
12712026-03-30T18:27:14.662Z Downloaded quinn-proto v0.11.13
12722026-03-30T18:27:14.688Z Downloaded rayon v1.11.0
12732026-03-30T18:27:14.693Z Downloaded git2 v0.20.4
12742026-03-30T18:27:14.699Z Downloaded polar-core v0.27.3
12752026-03-30T18:27:14.703Z Downloaded quick-xml v0.37.5
12762026-03-30T18:27:14.711Z Downloaded unicode-segmentation v1.12.0
12772026-03-30T18:27:14.725Z Downloaded rustls-webpki v0.101.7
12782026-03-30T18:27:14.733Z Downloaded goblin v0.10.5
12792026-03-30T18:27:14.737Z Downloaded bstr v1.12.1
12802026-03-30T18:27:14.742Z Downloaded tabled v0.20.0
12812026-03-30T18:27:14.751Z Downloaded x509-cert v0.2.5
12822026-03-30T18:27:14.765Z Downloaded curve25519-dalek v4.1.3
12832026-03-30T18:27:14.778Z Downloaded moka v0.12.13
12842026-03-30T18:27:14.781Z Downloaded unicode-normalization v0.1.25
12852026-03-30T18:27:14.785Z Downloaded tough v0.20.0
12862026-03-30T18:27:14.789Z Downloaded regex-syntax v0.6.29
12872026-03-30T18:27:14.793Z Downloaded serde_with v3.17.0
12882026-03-30T18:27:14.800Z Downloaded tokio-util v0.7.18
12892026-03-30T18:27:14.804Z Downloaded rustls-webpki v0.102.8
12902026-03-30T18:27:14.816Z Downloaded zlib-rs v0.6.2
12912026-03-30T18:27:14.822Z Downloaded vcpkg v0.2.15
12922026-03-30T18:27:14.858Z Downloaded petname v2.0.2
12932026-03-30T18:27:14.858Z Downloaded nix v0.27.1
12942026-03-30T18:27:14.858Z Downloaded hickory-proto v0.25.2
12952026-03-30T18:27:14.863Z Downloaded zerocopy v0.8.40
12962026-03-30T18:27:14.866Z Downloaded regress v0.10.5
12972026-03-30T18:27:14.870Z Downloaded radix_trie v0.2.1
12982026-03-30T18:27:14.872Z Downloaded openapiv3 v2.2.0
12992026-03-30T18:27:14.882Z Downloaded rustls v0.23.37
13002026-03-30T18:27:14.886Z Downloaded object v0.30.4
13012026-03-30T18:27:14.891Z Downloaded winnow v0.6.26
13022026-03-30T18:27:14.896Z Downloaded winnow v0.5.40
13032026-03-30T18:27:14.902Z Downloaded openssl v0.10.75
13042026-03-30T18:27:14.908Z Downloaded rustix v0.38.44
13052026-03-30T18:27:14.919Z Downloaded time v0.3.47
13062026-03-30T18:27:14.926Z Downloaded dropshot v0.16.7
13072026-03-30T18:27:14.938Z Downloaded rustls v0.21.12
13082026-03-30T18:27:14.944Z Downloaded nix v0.29.0
13092026-03-30T18:27:14.949Z Downloaded nix v0.28.0
13102026-03-30T18:27:14.956Z Downloaded smoltcp v0.9.1
13112026-03-30T18:27:14.964Z Downloaded object v0.37.3
13122026-03-30T18:27:14.969Z Downloaded nix v0.31.1
13132026-03-30T18:27:14.976Z Downloaded sqlparser v0.61.0
13142026-03-30T18:27:14.986Z Downloaded smoltcp v0.11.0
13152026-03-30T18:27:14.993Z Downloaded rustls v0.22.4
13162026-03-30T18:27:14.999Z Downloaded webpki-roots v1.0.6
13172026-03-30T18:27:15.002Z Downloaded hickory-proto v0.24.4
13182026-03-30T18:27:15.011Z Downloaded sled v0.34.7
13192026-03-30T18:27:15.016Z Downloaded regex-syntax v0.8.10
13202026-03-30T18:27:15.021Z Downloaded tracing v0.1.44
13212026-03-30T18:27:15.031Z Downloaded typify-impl v0.6.1
13222026-03-30T18:27:15.038Z Downloaded ratatui v0.29.0
13232026-03-30T18:27:15.052Z Downloaded typify-impl v0.4.3
13242026-03-30T18:27:15.056Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-03-30T18:27:15.062Z Downloaded diesel v2.3.7
13262026-03-30T18:27:15.075Z Downloaded zerocopy-derive v0.6.6
13272026-03-30T18:27:15.111Z Downloaded chrono-tz v0.10.4
13282026-03-30T18:27:15.120Z Downloaded petgraph v0.6.5
13292026-03-30T18:27:15.130Z Downloaded lzma-sys v0.1.20
13302026-03-30T18:27:15.151Z Downloaded regex-automata v0.4.14
13312026-03-30T18:27:15.158Z Downloaded petgraph v0.8.3
13322026-03-30T18:27:15.170Z Downloaded jiff v0.2.21
13332026-03-30T18:27:15.180Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-03-30T18:27:15.190Z Downloaded libz-sys v1.1.24
13352026-03-30T18:27:15.202Z Downloaded sha3 v0.10.8
13362026-03-30T18:27:15.205Z Downloaded csv v1.4.0
13372026-03-30T18:27:15.245Z Downloaded tokio v1.49.0
13382026-03-30T18:27:15.329Z Downloaded encoding_rs v0.8.35
13392026-03-30T18:27:15.361Z Downloaded ring v0.17.14
13402026-03-30T18:27:15.395Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-03-30T18:27:15.780Z Downloaded aws-lc-sys v0.37.1
13422026-03-30T18:27:16.038Z Compiling libc v0.2.180
13432026-03-30T18:27:16.038Z Compiling serde v1.0.228
13442026-03-30T18:27:16.041Z Compiling log v0.4.29
13452026-03-30T18:27:16.041Z Compiling find-msvc-tools v0.1.9
13462026-03-30T18:27:16.201Z Compiling shlex v1.3.0
13472026-03-30T18:27:16.201Z Compiling smallvec v1.15.1
13482026-03-30T18:27:16.212Z Compiling syn v2.0.117
13492026-03-30T18:27:16.226Z Compiling typenum v1.19.0
13502026-03-30T18:27:16.380Z Compiling generic-array v0.14.7
13512026-03-30T18:27:16.404Z Compiling subtle v2.6.1
13522026-03-30T18:27:16.408Z Compiling scopeguard v1.2.0
13532026-03-30T18:27:16.459Z Compiling portable-atomic v1.13.1
13542026-03-30T18:27:16.510Z Compiling lock_api v0.4.14
13552026-03-30T18:27:16.524Z Compiling const-oid v0.9.6
13562026-03-30T18:27:16.596Z Compiling critical-section v1.2.0
13572026-03-30T18:27:16.637Z Compiling zerocopy v0.8.40
13582026-03-30T18:27:16.703Z Compiling serde_json v1.0.149
13592026-03-30T18:27:16.736Z Compiling parking_lot_core v0.9.12
13602026-03-30T18:27:16.902Z Compiling pin-project-lite v0.2.17
13612026-03-30T18:27:17.017Z Compiling pkg-config v0.3.32
13622026-03-30T18:27:17.031Z Compiling getrandom v0.2.17
13632026-03-30T18:27:17.035Z Compiling jobserver v0.1.34
13642026-03-30T18:27:17.097Z Compiling errno v0.3.14
13652026-03-30T18:27:17.202Z Compiling rand_core v0.6.4
13662026-03-30T18:27:17.247Z Compiling cc v1.2.56
13672026-03-30T18:27:17.263Z Compiling signal-hook-registry v1.4.8
13682026-03-30T18:27:17.421Z Compiling once_cell v1.21.3
13692026-03-30T18:27:17.470Z Compiling mio v1.1.1
13702026-03-30T18:27:17.527Z Compiling bitflags v2.11.0
13712026-03-30T18:27:17.553Z Compiling libm v0.2.16
13722026-03-30T18:27:17.621Z Compiling num-traits v0.2.19
13732026-03-30T18:27:17.732Z Compiling parking_lot v0.12.5
13742026-03-30T18:27:17.749Z Compiling futures-core v0.3.32
13752026-03-30T18:27:17.898Z Compiling socket2 v0.6.2
13762026-03-30T18:27:17.925Z Compiling percent-encoding v2.3.2
13772026-03-30T18:27:17.966Z Compiling allocator-api2 v0.2.21
13782026-03-30T18:27:18.091Z Compiling cpufeatures v0.2.17
13792026-03-30T18:27:18.112Z Compiling futures-sink v0.3.32
13802026-03-30T18:27:18.170Z Compiling foldhash v0.2.0
13812026-03-30T18:27:18.219Z Compiling futures-channel v0.3.32
13822026-03-30T18:27:18.288Z Compiling futures-io v0.3.32
13832026-03-30T18:27:18.303Z Compiling slab v0.4.12
13842026-03-30T18:27:18.386Z Compiling hashbrown v0.16.1
13852026-03-30T18:27:18.440Z Compiling futures-task v0.3.32
13862026-03-30T18:27:18.443Z Compiling getrandom v0.4.1
13872026-03-30T18:27:18.467Z Compiling rustversion v1.0.22
13882026-03-30T18:27:18.482Z Compiling rand_core v0.10.0
13892026-03-30T18:27:18.643Z Compiling getrandom v0.3.4
13902026-03-30T18:27:18.768Z Compiling form_urlencoded v1.2.2
13912026-03-30T18:27:18.939Z Compiling synstructure v0.13.2
13922026-03-30T18:27:18.954Z Compiling indexmap v2.13.0
13932026-03-30T18:27:18.970Z Compiling cmake v0.1.57
13942026-03-30T18:27:19.014Z Compiling fs_extra v1.3.0
13952026-03-30T18:27:19.227Z Compiling ident_case v1.0.1
13962026-03-30T18:27:19.281Z Compiling dunce v1.0.5
13972026-03-30T18:27:19.349Z Compiling base64ct v1.8.3
13982026-03-30T18:27:19.363Z Compiling flagset v0.4.7
13992026-03-30T18:27:19.390Z Compiling aws-lc-sys v0.37.1
14002026-03-30T18:27:19.426Z Compiling iana-time-zone v0.1.65
14012026-03-30T18:27:19.490Z Compiling rustix v1.1.3
14022026-03-30T18:27:19.531Z Compiling rand_core v0.9.5
14032026-03-30T18:27:19.626Z Compiling uuid v1.21.0
14042026-03-30T18:27:19.669Z Compiling ring v0.17.14
14052026-03-30T18:27:19.725Z Compiling pem-rfc7468 v0.7.0
14062026-03-30T18:27:19.742Z Compiling rustc_version v0.4.1
14072026-03-30T18:27:19.853Z Compiling regex-syntax v0.8.10
14082026-03-30T18:27:20.037Z Compiling aws-lc-rs v1.16.0
14092026-03-30T18:27:20.065Z Compiling vcpkg v0.2.15
14102026-03-30T18:27:20.327Z Compiling tracing-core v0.1.36
14112026-03-30T18:27:20.344Z Compiling crossbeam-utils v0.8.21
14122026-03-30T18:27:20.656Z Compiling pest_generator v2.8.6
14132026-03-30T18:27:20.750Z Compiling serde_derive v1.0.228
14142026-03-30T18:27:20.845Z Compiling zeroize_derive v1.4.3
14152026-03-30T18:27:20.880Z Compiling zerofrom-derive v0.1.6
14162026-03-30T18:27:21.311Z Compiling yoke-derive v0.8.1
14172026-03-30T18:27:21.369Z Compiling zerocopy-derive v0.8.40
14182026-03-30T18:27:21.458Z Compiling zeroize v1.8.2
14192026-03-30T18:27:22.208Z Compiling crypto-common v0.1.7
14202026-03-30T18:27:22.223Z Compiling block-buffer v0.10.4
14212026-03-30T18:27:22.282Z Compiling zerofrom v0.1.6
14222026-03-30T18:27:22.356Z Compiling digest v0.10.7
14232026-03-30T18:27:22.391Z Compiling zerovec-derive v0.11.2
14242026-03-30T18:27:22.409Z Compiling displaydoc v0.2.5
14252026-03-30T18:27:22.478Z Compiling yoke v0.8.1
14262026-03-30T18:27:22.608Z Compiling tokio-macros v2.6.0
14272026-03-30T18:27:22.668Z Compiling hmac v0.12.1
14282026-03-30T18:27:22.832Z Compiling futures-macro v0.3.32
14292026-03-30T18:27:23.158Z Compiling zerotrie v0.2.3
14302026-03-30T18:27:23.329Z Compiling block-padding v0.3.3
14312026-03-30T18:27:23.453Z Compiling inout v0.1.4
14322026-03-30T18:27:23.487Z Compiling sha2 v0.10.9
14332026-03-30T18:27:23.502Z Compiling zerovec v0.11.5
14342026-03-30T18:27:23.617Z Compiling cipher v0.4.4
14352026-03-30T18:27:23.618Z Compiling futures-util v0.3.32
14362026-03-30T18:27:23.888Z Compiling der_derive v0.7.3
14372026-03-30T18:27:23.994Z Compiling tinystr v0.8.2
14382026-03-30T18:27:24.196Z Compiling bytes v1.11.1
14392026-03-30T18:27:24.217Z Compiling icu_locale_core v2.1.1
14402026-03-30T18:27:24.764Z Compiling tokio v1.49.0
14412026-03-30T18:27:24.838Z Compiling potential_utf v0.1.4
14422026-03-30T18:27:24.875Z Compiling icu_provider v2.1.1
14432026-03-30T18:27:24.896Z Compiling der v0.7.10
14442026-03-30T18:27:25.000Z Compiling icu_collections v2.1.1
14452026-03-30T18:27:25.175Z Compiling http v1.4.0
14462026-03-30T18:27:25.238Z Compiling chrono v0.4.44
14472026-03-30T18:27:25.476Z Compiling icu_normalizer v2.1.1
14482026-03-30T18:27:25.852Z Compiling icu_properties v2.1.2
14492026-03-30T18:27:25.944Z Compiling ppv-lite86 v0.2.21
14502026-03-30T18:27:26.012Z Compiling spki v0.7.3
14512026-03-30T18:27:26.091Z Compiling salsa20 v0.10.2
14522026-03-30T18:27:26.106Z Compiling pbkdf2 v0.12.2
14532026-03-30T18:27:26.212Z Compiling thiserror-impl v2.0.18
14542026-03-30T18:27:26.227Z Compiling rand_chacha v0.9.0
14552026-03-30T18:27:26.230Z Compiling scrypt v0.11.0
14562026-03-30T18:27:26.255Z Compiling cbc v0.1.2
14572026-03-30T18:27:26.399Z Compiling aes v0.8.4
14582026-03-30T18:27:26.475Z Compiling rustls-pki-types v1.14.0
14592026-03-30T18:27:26.624Z Compiling openssl-sys v0.9.111
14602026-03-30T18:27:26.915Z Compiling idna_adapter v1.2.1
14612026-03-30T18:27:26.929Z Compiling tracing-attributes v0.1.31
14622026-03-30T18:27:26.943Z Compiling pkcs5 v0.7.1
14632026-03-30T18:27:27.049Z Compiling idna v1.1.0
14642026-03-30T18:27:27.194Z Compiling rand v0.9.2
14652026-03-30T18:27:27.414Z Compiling url v2.5.8
14662026-03-30T18:27:27.445Z Compiling http-body v1.0.1
14672026-03-30T18:27:27.515Z Compiling thiserror v2.0.18
14682026-03-30T18:27:27.597Z Compiling serde_derive_internals v0.29.1
14692026-03-30T18:27:27.622Z Compiling syn v1.0.109
14702026-03-30T18:27:27.684Z Compiling openssl-probe v0.2.1
14712026-03-30T18:27:27.863Z Compiling schemars v0.8.22
14722026-03-30T18:27:27.917Z Compiling untrusted v0.7.1
14732026-03-30T18:27:27.976Z Compiling untrusted v0.9.0
14742026-03-30T18:27:28.039Z Compiling base64 v0.22.1
14752026-03-30T18:27:28.057Z Compiling httparse v1.10.1
14762026-03-30T18:27:28.211Z Compiling tracing v0.1.44
14772026-03-30T18:27:28.272Z Compiling pkcs8 v0.10.2
14782026-03-30T18:27:28.359Z Compiling pest_derive v2.8.6
14792026-03-30T18:27:28.389Z Compiling tokio-util v0.7.18
14802026-03-30T18:27:28.474Z Compiling schemars_derive v0.8.22
14812026-03-30T18:27:28.534Z Compiling scroll_derive v0.13.1
14822026-03-30T18:27:28.776Z Compiling darling_core v0.20.11
14832026-03-30T18:27:29.055Z Compiling dyn-clone v1.0.20
14842026-03-30T18:27:29.193Z Compiling atomic-waker v1.1.2
14852026-03-30T18:27:29.319Z Compiling tinyvec_macros v0.1.1
14862026-03-30T18:27:29.322Z Compiling try-lock v0.2.5
14872026-03-30T18:27:29.390Z Compiling tower-layer v0.3.3
14882026-03-30T18:27:29.407Z Compiling tower-service v0.3.3
14892026-03-30T18:27:29.438Z Compiling rustls v0.23.37
14902026-03-30T18:27:29.498Z Compiling want v0.3.1
14912026-03-30T18:27:29.613Z Compiling tinyvec v1.10.0
14922026-03-30T18:27:29.656Z Compiling scroll v0.13.0
14932026-03-30T18:27:29.678Z Compiling h2 v0.4.13
14942026-03-30T18:27:29.956Z Compiling ipnet v2.11.0
14952026-03-30T18:27:30.188Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-30T18:27:30.339Z Compiling spin v0.9.8
14972026-03-30T18:27:30.461Z Compiling aho-corasick v1.1.4
14982026-03-30T18:27:30.549Z Compiling crc32fast v1.5.0
14992026-03-30T18:27:30.575Z Compiling httpdate v1.0.3
15002026-03-30T18:27:30.804Z Compiling pin-utils v0.1.0
15012026-03-30T18:27:30.839Z Compiling time-core v0.1.8
15022026-03-30T18:27:30.885Z Compiling openssl v0.10.75
15032026-03-30T18:27:30.972Z Compiling foreign-types-shared v0.1.1
15042026-03-30T18:27:31.024Z Compiling powerfmt v0.2.0
15052026-03-30T18:27:31.053Z Compiling num-conv v0.2.0
15062026-03-30T18:27:31.083Z Compiling darling_macro v0.20.11
15072026-03-30T18:27:31.146Z Compiling foreign-types v0.3.2
15082026-03-30T18:27:31.181Z Compiling time-macros v0.2.27
15092026-03-30T18:27:31.197Z Compiling deranged v0.5.8
15102026-03-30T18:27:31.220Z Compiling tempfile v3.25.0
15112026-03-30T18:27:31.529Z Compiling darling v0.20.11
15122026-03-30T18:27:31.594Z Compiling regex-automata v0.4.14
15132026-03-30T18:27:32.136Z Compiling goblin v0.10.5
15142026-03-30T18:27:32.220Z Compiling openssl-macros v0.1.1
15152026-03-30T18:27:32.625Z Compiling hyper v1.8.1
15162026-03-30T18:27:32.686Z Compiling thiserror-impl v1.0.69
15172026-03-30T18:27:33.636Z Compiling wait-timeout v0.2.1
15182026-03-30T18:27:33.742Z Compiling quick-error v1.2.3
15192026-03-30T18:27:33.853Z Compiling bit-vec v0.8.0
15202026-03-30T18:27:33.901Z Compiling num_threads v0.1.7
15212026-03-30T18:27:35.155Z Compiling usdt-impl v0.6.0
15222026-03-30T18:27:35.179Z Compiling native-tls v0.2.18
15232026-03-30T18:27:35.179Z Compiling siphasher v1.0.2
15242026-03-30T18:27:35.179Z Compiling simd-adler32 v0.3.8
15252026-03-30T18:27:35.179Z Compiling either v1.15.0
15262026-03-30T18:27:35.179Z Compiling bit-set v0.8.0
15272026-03-30T18:27:35.179Z Compiling time v0.3.47
15282026-03-30T18:27:35.179Z Compiling thiserror v1.0.69
15292026-03-30T18:27:35.179Z Compiling rusty-fork v0.3.1
15302026-03-30T18:27:35.179Z Compiling hyper-util v0.1.20
15312026-03-30T18:27:35.179Z Compiling dof v0.4.0
15322026-03-30T18:27:35.765Z Compiling derive_builder_core v0.20.2
15332026-03-30T18:27:35.931Z Compiling unicode-normalization v0.1.25
15342026-03-30T18:27:36.135Z Compiling crossbeam-epoch v0.9.18
15352026-03-30T18:27:36.243Z Compiling dtrace-parser v0.3.0
15362026-03-30T18:27:36.395Z Compiling rustls-native-certs v0.8.3
15372026-03-30T18:27:36.449Z Compiling signature v2.2.0
15382026-03-30T18:27:36.462Z Compiling scroll_derive v0.12.1
15392026-03-30T18:27:36.633Z Compiling heapless v0.7.17
15402026-03-30T18:27:36.642Z Compiling rand_xorshift v0.4.0
15412026-03-30T18:27:36.671Z Compiling slog v2.8.2
15422026-03-30T18:27:36.819Z Compiling darling_core v0.21.3
15432026-03-30T18:27:36.856Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-30T18:27:36.865Z Compiling sync_wrapper v1.0.2
15452026-03-30T18:27:36.989Z Compiling thread-id v5.1.0
15462026-03-30T18:27:37.005Z Compiling cookie v0.18.1
15472026-03-30T18:27:37.065Z Compiling paste v1.0.15
15482026-03-30T18:27:37.110Z Compiling signal-hook v0.3.18
15492026-03-30T18:27:37.130Z Compiling unicode-segmentation v1.12.0
15502026-03-30T18:27:37.175Z Compiling unicode-properties v0.1.4
15512026-03-30T18:27:37.283Z Compiling rayon-core v1.13.0
15522026-03-30T18:27:37.325Z Compiling zstd-safe v7.2.4
15532026-03-30T18:27:37.380Z Compiling adler2 v2.0.1
15542026-03-30T18:27:37.454Z Compiling anyhow v1.0.102
15552026-03-30T18:27:37.468Z Compiling unarray v0.1.4
15562026-03-30T18:27:37.510Z Compiling unicode-bidi v0.3.18
15572026-03-30T18:27:37.511Z Compiling miniz_oxide v0.8.9
15582026-03-30T18:27:37.557Z Compiling proptest v1.10.0
15592026-03-30T18:27:37.953Z Compiling stringprep v0.1.5
15602026-03-30T18:27:38.037Z Compiling scroll v0.12.0
15612026-03-30T18:27:38.278Z Compiling tower v0.5.3
15622026-03-30T18:27:38.392Z Compiling derive_builder_macro v0.20.2
15632026-03-30T18:27:38.428Z Compiling crossbeam-deque v0.8.6
15642026-03-30T18:27:38.616Z Compiling ipnetwork v0.21.1
15652026-03-30T18:27:38.668Z Compiling http-body-util v0.1.3
15662026-03-30T18:27:38.690Z Compiling webpki-roots v1.0.6
15672026-03-30T18:27:38.734Z Compiling rand_chacha v0.3.1
15682026-03-30T18:27:38.810Z Compiling serde_tokenstream v0.2.3
15692026-03-30T18:27:38.840Z Compiling erased-serde v0.3.31
15702026-03-30T18:27:38.908Z Compiling serde_spanned v0.6.9
15712026-03-30T18:27:39.006Z Compiling toml_datetime v0.6.11
15722026-03-30T18:27:39.055Z Compiling md-5 v0.10.6
15732026-03-30T18:27:39.121Z Compiling zerocopy-derive v0.7.35
15742026-03-30T18:27:39.221Z Compiling curve25519-dalek v4.1.3
15752026-03-30T18:27:39.281Z Compiling vergen-lib v0.1.6
15762026-03-30T18:27:39.298Z Compiling darling_macro v0.21.3
15772026-03-30T18:27:39.323Z Compiling num-integer v0.1.46
15782026-03-30T18:27:39.445Z Compiling hash32 v0.2.1
15792026-03-30T18:27:39.555Z Compiling ff v0.13.1
15802026-03-30T18:27:39.607Z Compiling memoffset v0.9.1
15812026-03-30T18:27:39.647Z Compiling num-bigint-dig v0.8.6
15822026-03-30T18:27:39.679Z Compiling cfg_aliases v0.2.1
15832026-03-30T18:27:39.712Z Compiling litrs v1.0.0
15842026-03-30T18:27:39.757Z Compiling ryu v1.0.23
15852026-03-30T18:27:39.797Z Compiling fallible-iterator v0.2.0
15862026-03-30T18:27:39.812Z Compiling ref-cast v1.0.25
15872026-03-30T18:27:39.832Z Compiling zlib-rs v0.6.2
15882026-03-30T18:27:41.346Z Compiling iri-string v0.7.10
15892026-03-30T18:27:41.414Z Compiling smoltcp v0.9.1
15902026-03-30T18:27:41.414Z Compiling psl-types v2.0.11
15912026-03-30T18:27:41.414Z Compiling rustix v0.38.44
15922026-03-30T18:27:41.414Z Compiling base16ct v0.2.0
15932026-03-30T18:27:41.414Z Compiling document-features v0.2.12
15942026-03-30T18:27:41.414Z Compiling sec1 v0.7.3
15952026-03-30T18:27:41.414Z Compiling publicsuffix v2.3.0
15962026-03-30T18:27:41.414Z Compiling postgres-protocol v0.6.10
15972026-03-30T18:27:41.415Z Compiling zerocopy v0.7.35
15982026-03-30T18:27:41.415Z Compiling serde_urlencoded v0.7.1
15992026-03-30T18:27:41.415Z Compiling newtype-uuid v1.3.2
16002026-03-30T18:27:41.415Z Compiling darling v0.21.3
16012026-03-30T18:27:41.434Z Compiling tower-http v0.6.8
16022026-03-30T18:27:41.434Z Compiling nix v0.31.1
16032026-03-30T18:27:41.434Z Compiling group v0.13.0
16042026-03-30T18:27:41.434Z Compiling num-iter v0.1.45
16052026-03-30T18:27:41.490Z Compiling rand v0.8.5
16062026-03-30T18:27:41.522Z Compiling derive_builder v0.20.2
16072026-03-30T18:27:41.534Z Compiling oxnet v0.1.4
16082026-03-30T18:27:41.623Z Compiling proc-macro-error v1.0.4
16092026-03-30T18:27:41.833Z Compiling tokio-native-tls v0.3.1
16102026-03-30T18:27:41.999Z Compiling goblin v0.8.2
16112026-03-30T18:27:42.366Z Compiling heck v0.4.1
16122026-03-30T18:27:42.582Z Compiling phf_shared v0.13.1
16132026-03-30T18:27:42.597Z Compiling regex v1.12.3
16142026-03-30T18:27:42.665Z Compiling flate2 v1.1.9
16152026-03-30T18:27:42.817Z Compiling hubpack_derive v0.1.1
16162026-03-30T18:27:42.821Z Compiling lazy_static v1.5.0
16172026-03-30T18:27:42.927Z Compiling cargo-platform v0.1.9
16182026-03-30T18:27:42.975Z Compiling hkdf v0.12.4
16192026-03-30T18:27:43.025Z Compiling crypto-bigint v0.5.5
16202026-03-30T18:27:43.071Z Compiling terminal_size v0.4.3
16212026-03-30T18:27:43.139Z Compiling ref-cast-impl v1.0.25
16222026-03-30T18:27:43.182Z Compiling daft-derive v0.1.5
16232026-03-30T18:27:43.212Z Compiling strum_macros v0.27.2
16242026-03-30T18:27:43.261Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-30T18:27:43.677Z Compiling async-trait v0.1.89
16262026-03-30T18:27:43.888Z Compiling vergen v9.0.6
16272026-03-30T18:27:43.925Z Compiling fs-err v3.3.0
16282026-03-30T18:27:44.070Z Compiling ahash v0.8.12
16292026-03-30T18:27:44.111Z Compiling winnow v0.5.40
16302026-03-30T18:27:44.271Z Compiling foldhash v0.1.5
16312026-03-30T18:27:44.445Z Compiling bumpalo v3.20.2
16322026-03-30T18:27:44.709Z Compiling bitflags v1.3.2
16332026-03-30T18:27:44.750Z Compiling libbz2-rs-sys v0.2.2
16342026-03-30T18:27:44.787Z Compiling object v0.37.3
16352026-03-30T18:27:45.060Z Compiling managed v0.8.0
16362026-03-30T18:27:45.220Z Compiling bzip2 v0.6.1
16372026-03-30T18:27:45.235Z Compiling strum v0.27.2
16382026-03-30T18:27:45.365Z Compiling console v0.16.2
16392026-03-30T18:27:45.428Z Compiling toml_edit v0.19.15
16402026-03-30T18:27:45.452Z Compiling zopfli v0.8.3
16412026-03-30T18:27:45.524Z Compiling hashbrown v0.15.5
16422026-03-30T18:27:45.571Z Compiling clap_builder v4.5.60
16432026-03-30T18:27:45.975Z Compiling dof v0.3.0
16442026-03-30T18:27:46.121Z Compiling elliptic-curve v0.13.8
16452026-03-30T18:27:46.175Z Compiling daft v0.1.5
16462026-03-30T18:27:46.518Z Compiling hubpack v0.1.2
16472026-03-30T18:27:46.555Z Compiling cargo_metadata v0.19.2
16482026-03-30T18:27:46.738Z Compiling phf v0.13.1
16492026-03-30T18:27:46.900Z Compiling zone_cfg_derive v0.3.1
16502026-03-30T18:27:47.531Z Compiling signal-hook-mio v0.2.5
16512026-03-30T18:27:47.655Z Compiling cookie_store v0.22.1
16522026-03-30T18:27:48.071Z Compiling zstd v0.13.3
16532026-03-30T18:27:48.265Z Compiling rayon v1.11.0
16542026-03-30T18:27:48.305Z Compiling bzip2 v0.4.4
16552026-03-30T18:27:48.338Z Compiling hyper-tls v0.6.0
16562026-03-30T18:27:48.504Z Compiling serde_with_macros v3.17.0
16572026-03-30T18:27:48.546Z Compiling postgres-types v0.2.12
16582026-03-30T18:27:48.602Z Compiling usdt-attr-macro v0.6.0
16592026-03-30T18:27:49.096Z Compiling usdt-macro v0.6.0
16602026-03-30T18:27:49.123Z Compiling ed25519 v2.2.3
16612026-03-30T18:27:49.395Z Compiling dtrace-parser v0.2.0
16622026-03-30T18:27:49.630Z Compiling itertools v0.12.1
16632026-03-30T18:27:49.718Z Compiling phf_shared v0.11.3
16642026-03-30T18:27:49.836Z Compiling bstr v1.12.1
16652026-03-30T18:27:49.906Z Compiling pkcs1 v0.7.5
16662026-03-30T18:27:49.998Z Compiling serde-big-array v0.5.1
16672026-03-30T18:27:50.060Z Compiling hex v0.4.3
16682026-03-30T18:27:50.147Z Compiling rfc6979 v0.4.0
16692026-03-30T18:27:50.206Z Compiling strum_macros v0.26.4
16702026-03-30T18:27:50.273Z Compiling serde_repr v0.1.20
16712026-03-30T18:27:50.314Z Compiling enum-as-inner v0.6.1
16722026-03-30T18:27:50.337Z Compiling clap_derive v4.5.55
16732026-03-30T18:27:50.488Z Compiling float-cmp v0.10.0
16742026-03-30T18:27:50.641Z Compiling thread-id v4.2.2
16752026-03-30T18:27:50.729Z Compiling memmap2 v0.9.10
16762026-03-30T18:27:50.810Z Compiling env_filter v1.0.0
16772026-03-30T18:27:50.826Z Compiling encoding_rs v0.8.35
16782026-03-30T18:27:50.848Z Compiling difflib v0.4.0
16792026-03-30T18:27:50.946Z Compiling data-encoding v2.10.0
16802026-03-30T18:27:51.115Z Compiling precomputed-hash v0.1.1
16812026-03-30T18:27:51.210Z Compiling new_debug_unreachable v1.0.6
16822026-03-30T18:27:51.286Z Compiling predicates-core v1.0.10
16832026-03-30T18:27:51.411Z Compiling keccak v0.1.6
16842026-03-30T18:27:51.465Z Compiling fixedbitset v0.4.2
16852026-03-30T18:27:51.631Z Compiling static_assertions v1.1.0
16862026-03-30T18:27:51.691Z Compiling jiff v0.2.21
16872026-03-30T18:27:51.732Z Compiling whoami v2.1.0
16882026-03-30T18:27:51.975Z Compiling normalize-line-endings v0.3.0
16892026-03-30T18:27:52.074Z Compiling mime v0.3.17
16902026-03-30T18:27:52.086Z Compiling rustc-hash v2.1.1
16912026-03-30T18:27:52.131Z Compiling unit-prefix v0.5.2
16922026-03-30T18:27:52.214Z Compiling fixedbitset v0.5.7
16932026-03-30T18:27:52.229Z Compiling iddqd v0.3.17
16942026-03-30T18:27:52.271Z Compiling indicatif v0.18.4
16952026-03-30T18:27:52.300Z Compiling clap v4.5.60
16962026-03-30T18:27:52.325Z Compiling predicates v3.1.4
16972026-03-30T18:27:52.363Z Compiling strum v0.26.3
16982026-03-30T18:27:52.387Z Compiling tokio-postgres v0.7.16
16992026-03-30T18:27:52.495Z Compiling petgraph v0.8.3
17002026-03-30T18:27:52.521Z Compiling toml_edit v0.22.27
17012026-03-30T18:27:52.982Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-30T18:27:53.126Z Compiling petgraph v0.6.5
17032026-03-30T18:27:53.381Z Compiling sha3 v0.10.8
17042026-03-30T18:27:53.827Z Compiling string_cache v0.8.9
17052026-03-30T18:27:54.049Z Compiling hickory-proto v0.25.2
17062026-03-30T18:27:54.434Z Compiling zip v4.6.1
17072026-03-30T18:27:54.549Z Compiling env_logger v0.11.9
17082026-03-30T18:27:54.643Z Compiling usdt v0.6.0
17092026-03-30T18:27:54.910Z Compiling zone v0.3.1
17102026-03-30T18:27:54.947Z Compiling usdt-impl v0.5.0
17112026-03-30T18:27:55.269Z Compiling serde_with v3.17.0
17122026-03-30T18:27:55.439Z Compiling similar v2.7.0
17132026-03-30T18:27:55.540Z Compiling ecdsa v0.16.9
17142026-03-30T18:27:55.590Z Compiling rsa v0.9.10
17152026-03-30T18:27:55.789Z Compiling crossterm v0.28.1
17162026-03-30T18:27:55.886Z Compiling ed25519-dalek v2.2.0
17172026-03-30T18:27:56.271Z Compiling zip v0.6.6
17182026-03-30T18:27:56.847Z Compiling toml v0.7.8
17192026-03-30T18:27:57.187Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-30T18:27:57.321Z Compiling itertools v0.13.0
17212026-03-30T18:27:57.349Z Compiling tokio-stream v0.1.18
17222026-03-30T18:27:57.454Z Compiling buf-list v1.1.2
17232026-03-30T18:27:57.738Z Compiling x509-cert v0.2.5
17242026-03-30T18:27:57.818Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-30T18:27:57.834Z Compiling openapiv3 v2.2.0
17262026-03-30T18:27:58.123Z Compiling sha1 v0.10.6
17272026-03-30T18:27:58.345Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-30T18:27:58.583Z Compiling lalrpop-util v0.19.12
17292026-03-30T18:27:58.632Z Compiling peg-runtime v0.8.5
17302026-03-30T18:27:58.743Z Compiling thread_local v1.1.9
17312026-03-30T18:27:58.774Z Compiling slog-async v2.8.0
17322026-03-30T18:27:58.874Z Compiling crossbeam-channel v0.5.15
17332026-03-30T18:27:58.913Z Compiling futures-executor v0.3.32
17342026-03-30T18:27:58.995Z Compiling is-terminal v0.4.17
17352026-03-30T18:27:59.091Z Compiling filetime v0.2.27
17362026-03-30T18:27:59.106Z Compiling xattr v1.6.1
17372026-03-30T18:27:59.179Z Compiling take_mut v0.2.2
17382026-03-30T18:27:59.266Z Compiling term v1.2.1
17392026-03-30T18:27:59.295Z Compiling tar v0.4.45
17402026-03-30T18:27:59.328Z Compiling futures v0.3.32
17412026-03-30T18:27:59.750Z Compiling slog-term v2.9.2
17422026-03-30T18:28:05.630Z Compiling rustls-webpki v0.103.9
17432026-03-30T18:28:08.473Z Compiling tokio-rustls v0.26.4
17442026-03-30T18:28:08.473Z Compiling rustls-platform-verifier v0.6.2
17452026-03-30T18:28:08.683Z Compiling hyper-rustls v0.27.7
17462026-03-30T18:28:08.889Z Compiling reqwest v0.13.2
17472026-03-30T18:28:08.889Z Compiling reqwest v0.12.28
17482026-03-30T18:28:11.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-30T18:28:11.281Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-30T18:28:14.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17512026-03-30T18:28:14.304Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-30T18:28:14.363ZMar 30 18:28:12.558 INFO Starting download, target: Cockroach
17532026-03-30T18:28:14.363ZMar 30 18:28:12.558 INFO Starting download, target: Console
17542026-03-30T18:28:14.363ZMar 30 18:28:12.558 INFO Starting download, target: Clickhouse
17552026-03-30T18:28:14.363ZMar 30 18:28:12.558 INFO Starting download, target: DendriteStub
17562026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Starting download, target: MaghemiteMgd
17572026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Starting download, target: TransceiverControl
17582026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-30T18:28:14.366ZMar 30 18:28:12.558 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-30T18:28:14.849ZMar 30 18:28:13.038 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-30T18:28:15.092ZMar 30 18:28:13.282 INFO Download complete, target: TransceiverControl
17662026-03-30T18:28:15.389ZMar 30 18:28:13.581 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-30T18:28:15.665ZMar 30 18:28:13.860 INFO Download complete, target: Console
17682026-03-30T18:28:15.869ZMar 30 18:28:14.065 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-03-30T18:28:16.295ZMar 30 18:28:14.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-30T18:28:16.637ZMar 30 18:28:14.832 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-30T18:28:16.914ZMar 30 18:28:15.109 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-30T18:28:16.914ZMar 30 18:28:15.109 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-30T18:28:18.179ZMar 30 18:28:16.374 INFO Download complete, target: DendriteStub
17742026-03-30T18:28:18.666ZMar 30 18:28:16.861 INFO Download complete, target: MaghemiteMgd
17752026-03-30T18:28:21.576ZMar 30 18:28:19.771 INFO Checking that binary works, target: Cockroach
17762026-03-30T18:28:21.670ZMar 30 18:28:19.865 INFO Download complete, target: Cockroach
17772026-03-30T18:28:23.400ZMar 30 18:28:21.594 INFO Checking that binary works, target: Clickhouse
17782026-03-30T18:28:23.549ZMar 30 18:28:21.743 INFO Download complete, target: Clickhouse
17792026-03-30T18:28:23.563ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-30T18:28:23.566Z
17812026-03-30T18:28:23.566Zreal 3:29.046465661
17822026-03-30T18:28:23.566Zuser 7:18.868922464
17832026-03-30T18:28:23.566Zsys 1:24.726092097
17842026-03-30T18:28:23.566Ztrap 0.208059567
17852026-03-30T18:28:23.566Ztflt 1.035277742
17862026-03-30T18:28:23.566Zdflt 1.380355358
17872026-03-30T18:28:23.566Zkflt 0.086564850
17882026-03-30T18:28:23.566Zlock 21:39.161238176
17892026-03-30T18:28:23.566Zslp 22:57.091198080
17902026-03-30T18:28:23.566Zlat 42.240217838
17912026-03-30T18:28:23.566Zstop 2:03.409404656
17922026-03-30T18:28:23.566Z+ banner clippy
17932026-03-30T18:28:23.566Z
17942026-03-30T18:28:23.566Z #### # # ##### ##### # #
17952026-03-30T18:28:23.566Z # # # # # # # # # #
17962026-03-30T18:28:23.566Z # # # # # # # #
17972026-03-30T18:28:23.566Z # # # ##### ##### #
17982026-03-30T18:28:23.566Z # # # # # # #
17992026-03-30T18:28:23.567Z #### ###### # # # #
18002026-03-30T18:28:23.567Z
18012026-03-30T18:28:23.567Z+ export CARGO_INCREMENTAL=0
18022026-03-30T18:28:23.567Z+ CARGO_INCREMENTAL=0
18032026-03-30T18:28:23.567Z+ ptime -m cargo xtask clippy
18042026-03-30T18:28:24.121Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-30T18:28:24.343Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-30T18:28:26.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
18072026-03-30T18:28:26.313Z Running `target/debug/xtask clippy`
18082026-03-30T18:28:26.342Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-30T18:28:26.958Z Downloading crates ...
18102026-03-30T18:28:27.162Z Downloaded addr2line v0.25.1
18112026-03-30T18:28:27.167Z Downloaded rstest v0.25.0
18122026-03-30T18:28:27.172Z Downloaded constant_time_eq v0.3.1
18132026-03-30T18:28:27.175Z Downloaded event-listener-strategy v0.5.4
18142026-03-30T18:28:27.178Z Downloaded assert-json-diff v2.0.2
18152026-03-30T18:28:27.184Z Downloaded relative-path v1.9.3
18162026-03-30T18:28:27.189Z Downloaded miette-derive v5.10.0
18172026-03-30T18:28:27.192Z Downloaded target-triple v1.0.0
18182026-03-30T18:28:27.195Z Downloaded tinytemplate v1.2.1
18192026-03-30T18:28:27.195Z Downloaded pathdiff v0.2.3
18202026-03-30T18:28:27.195Z Downloaded libtest-mimic v0.8.1
18212026-03-30T18:28:27.198Z Downloaded async-object-pool v0.2.0
18222026-03-30T18:28:27.206Z Downloaded cargo-platform v0.3.2
18232026-03-30T18:28:27.209Z Downloaded terminal_size v0.1.17
18242026-03-30T18:28:27.212Z Downloaded parking v2.2.1
18252026-03-30T18:28:27.215Z Downloaded plotters-backend v0.3.7
18262026-03-30T18:28:27.218Z Downloaded cast v0.3.0
18272026-03-30T18:28:27.221Z Downloaded nested v0.1.1
18282026-03-30T18:28:27.221Z Downloaded guppy-workspace-hack v0.1.0
18292026-03-30T18:28:27.228Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18302026-03-30T18:28:27.233Z Downloaded supports-color v2.1.0
18312026-03-30T18:28:27.236Z Downloaded escape8259 v0.5.3
18322026-03-30T18:28:27.241Z Downloaded similar-asserts v1.7.0
18332026-03-30T18:28:27.244Z Downloaded backtrace-ext v0.2.1
18342026-03-30T18:28:27.251Z Downloaded plotters-svg v0.3.7
18352026-03-30T18:28:27.254Z Downloaded linkme-impl v0.3.35
18362026-03-30T18:28:27.258Z Downloaded approx v0.5.1
18372026-03-30T18:28:27.264Z Downloaded futures-timer v3.0.3
18382026-03-30T18:28:27.269Z Downloaded assert_cmd v2.1.2
18392026-03-30T18:28:27.273Z Downloaded stringmetrics v2.2.2
18402026-03-30T18:28:27.277Z Downloaded blake2b_simd v1.0.4
18412026-03-30T18:28:27.280Z Downloaded supports-unicode v2.1.0
18422026-03-30T18:28:27.280Z Downloaded supports-hyperlinks v2.1.0
18432026-03-30T18:28:27.286Z Downloaded serde_regex v1.1.0
18442026-03-30T18:28:27.289Z Downloaded oorandom v11.1.5
18452026-03-30T18:28:27.289Z Downloaded linkme v0.3.35
18462026-03-30T18:28:27.290Z Downloaded backtrace v0.3.76
18472026-03-30T18:28:27.293Z Downloaded owo-colors v3.5.0
18482026-03-30T18:28:27.293Z Downloaded target-spec v3.5.7
18492026-03-30T18:28:27.297Z Downloaded concurrent-queue v2.5.0
18502026-03-30T18:28:27.300Z Downloaded criterion-plot v0.6.0
18512026-03-30T18:28:27.300Z Downloaded termcolor v1.4.1
18522026-03-30T18:28:27.300Z Downloaded target-lexicon v0.13.3
18532026-03-30T18:28:27.303Z Downloaded rust-argon2 v2.1.0
18542026-03-30T18:28:27.303Z Downloaded knuffel-derive v3.2.0
18552026-03-30T18:28:27.308Z Downloaded path-tree v0.8.3
18562026-03-30T18:28:27.311Z Downloaded httptest v0.16.4
18572026-03-30T18:28:27.311Z Downloaded datatest-stable v0.3.3
18582026-03-30T18:28:27.315Z Downloaded rustc-demangle v0.1.27
18592026-03-30T18:28:27.320Z Downloaded anes v0.1.6
18602026-03-30T18:28:27.326Z Downloaded partial-io v0.5.4
18612026-03-30T18:28:27.329Z Downloaded async-lock v3.4.2
18622026-03-30T18:28:27.329Z Downloaded cfg-expr v0.20.6
18632026-03-30T18:28:27.334Z Downloaded textwrap v0.15.2
18642026-03-30T18:28:27.337Z Downloaded cargo_metadata v0.23.1
18652026-03-30T18:28:27.337Z Downloaded trybuild v1.0.116
18662026-03-30T18:28:27.348Z Downloaded rstest_macros v0.25.0
18672026-03-30T18:28:27.351Z Downloaded event-listener v5.4.1
18682026-03-30T18:28:27.355Z Downloaded rand_distr v0.5.1
18692026-03-30T18:28:27.361Z Downloaded toml v1.0.3+spec-1.1.0
18702026-03-30T18:28:27.364Z Downloaded miette v5.10.0
18712026-03-30T18:28:27.368Z Downloaded guppy v0.17.25
18722026-03-30T18:28:27.371Z Downloaded knuffel v3.2.0
18732026-03-30T18:28:27.374Z Downloaded criterion v0.7.0
18742026-03-30T18:28:27.377Z Downloaded fancy-regex v0.14.0
18752026-03-30T18:28:27.377Z Downloaded chumsky v0.9.3
18762026-03-30T18:28:27.403Z Downloaded plotters v0.3.7
18772026-03-30T18:28:27.408Z Downloaded hashbrown v0.14.5
18782026-03-30T18:28:27.423Z Downloaded gimli v0.32.3
18792026-03-30T18:28:27.551Z Downloaded httpmock v0.8.3
18802026-03-30T18:28:29.143Z Checking cfg-if v1.0.4
18812026-03-30T18:28:29.498Z Checking libc v0.2.180
18822026-03-30T18:28:29.501Z Checking serde_core v1.0.228
18832026-03-30T18:28:29.579Z Checking memchr v2.8.0
18842026-03-30T18:28:29.620Z Checking smallvec v1.15.1
18852026-03-30T18:28:29.661Z Checking itoa v1.0.17
18862026-03-30T18:28:29.698Z Checking log v0.4.29
18872026-03-30T18:28:29.742Z Checking zeroize v1.8.2
18882026-03-30T18:28:29.781Z Checking libm v0.2.16
18892026-03-30T18:28:29.828Z Checking stable_deref_trait v1.2.1
18902026-03-30T18:28:29.833Z Checking scopeguard v1.2.0
18912026-03-30T18:28:29.902Z Checking zmij v1.0.21
18922026-03-30T18:28:29.942Z Checking errno v0.3.14
18932026-03-30T18:28:29.942Z Checking getrandom v0.2.17
18942026-03-30T18:28:29.942Z Checking zerofrom v0.1.6
18952026-03-30T18:28:30.044Z Checking lock_api v0.4.14
18962026-03-30T18:28:30.083Z Checking yoke v0.8.1
18972026-03-30T18:28:30.123Z Checking percent-encoding v2.3.2
18982026-03-30T18:28:30.161Z Checking litemap v0.8.1
18992026-03-30T18:28:30.164Z Checking writeable v0.6.2
19002026-03-30T18:28:30.233Z Checking icu_properties_data v2.1.2
19012026-03-30T18:28:30.271Z Checking icu_normalizer_data v2.1.1
19022026-03-30T18:28:30.309Z Checking zerovec v0.11.5
19032026-03-30T18:28:30.309Z Checking zerotrie v0.2.3
19042026-03-30T18:28:30.378Z Checking form_urlencoded v1.2.2
19052026-03-30T18:28:30.411Z Checking utf8_iter v1.0.4
19062026-03-30T18:28:30.450Z Checking subtle v2.6.1
19072026-03-30T18:28:30.489Z Checking rand_core v0.10.0
19082026-03-30T18:28:30.492Z Checking num-traits v0.2.19
19092026-03-30T18:28:30.561Z Checking rand_core v0.6.4
19102026-03-30T18:28:30.561Z Checking portable-atomic v1.13.1
19112026-03-30T18:28:30.632Z Checking pin-project-lite v0.2.17
19122026-03-30T18:28:30.670Z Checking zerocopy v0.8.40
19132026-03-30T18:28:30.674Z Checking getrandom v0.4.1
19142026-03-30T18:28:30.758Z Checking tinystr v0.8.2
19152026-03-30T18:28:30.758Z Checking potential_utf v0.1.4
19162026-03-30T18:28:30.826Z Checking critical-section v1.2.0
19172026-03-30T18:28:30.865Z Checking parking_lot_core v0.9.12
19182026-03-30T18:28:30.923Z Checking icu_collections v2.1.1
19192026-03-30T18:28:30.968Z Checking signal-hook-registry v1.4.8
19202026-03-30T18:28:31.008Z Checking icu_locale_core v2.1.1
19212026-03-30T18:28:31.011Z Checking once_cell v1.21.3
19222026-03-30T18:28:31.080Z Checking serde v1.0.228
19232026-03-30T18:28:31.080Z Checking serde_json v1.0.149
19242026-03-30T18:28:31.146Z Checking bitflags v2.11.0
19252026-03-30T18:28:31.182Z Checking parking_lot v0.12.5
19262026-03-30T18:28:31.240Z Checking mio v1.1.1
19272026-03-30T18:28:31.282Z Checking typenum v1.19.0
19282026-03-30T18:28:31.345Z Checking iana-time-zone v0.1.65
19292026-03-30T18:28:31.400Z Checking socket2 v0.6.2
19302026-03-30T18:28:31.490Z Checking semver v1.0.27
19312026-03-30T18:28:31.532Z Checking bytes v1.11.1
19322026-03-30T18:28:31.569Z Checking chrono v0.4.44
19332026-03-30T18:28:31.572Z Checking icu_provider v2.1.1
19342026-03-30T18:28:31.665Z Checking uuid v1.21.0
19352026-03-30T18:28:31.729Z Checking thiserror v2.0.18
19362026-03-30T18:28:31.808Z Checking allocator-api2 v0.2.21
19372026-03-30T18:28:31.847Z Checking generic-array v0.14.7
19382026-03-30T18:28:31.884Z Checking icu_properties v2.1.2
19392026-03-30T18:28:31.887Z Checking icu_normalizer v2.1.1
19402026-03-30T18:28:31.996Z Checking tokio v1.49.0
19412026-03-30T18:28:32.040Z Checking futures-core v0.3.32
19422026-03-30T18:28:32.126Z Checking dyn-clone v1.0.20
19432026-03-30T18:28:32.199Z Checking equivalent v1.0.2
19442026-03-30T18:28:32.264Z Checking const-oid v0.9.6
19452026-03-30T18:28:32.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-30T18:28:32.338Z Checking crypto-common v0.1.7
19472026-03-30T18:28:32.341Z Checking foldhash v0.2.0
19482026-03-30T18:28:32.442Z Checking block-buffer v0.10.4
19492026-03-30T18:28:32.518Z Checking hashbrown v0.16.1
19502026-03-30T18:28:32.557Z Checking futures-sink v0.3.32
19512026-03-30T18:28:32.632Z Checking byteorder v1.5.0
19522026-03-30T18:28:32.681Z Checking rustix v1.1.3
19532026-03-30T18:28:32.715Z Checking futures-channel v0.3.32
19542026-03-30T18:28:32.749Z Checking idna_adapter v1.2.1
19552026-03-30T18:28:32.856Z Checking slab v0.4.12
19562026-03-30T18:28:32.902Z Checking idna v1.1.0
19572026-03-30T18:28:32.936Z Checking futures-io v0.3.32
19582026-03-30T18:28:32.974Z Checking digest v0.10.7
19592026-03-30T18:28:33.042Z Checking futures-task v0.3.32
19602026-03-30T18:28:33.082Z Checking cpufeatures v0.2.17
19612026-03-30T18:28:33.085Z Checking indexmap v2.13.0
19622026-03-30T18:28:33.167Z Checking url v2.5.8
19632026-03-30T18:28:33.206Z Checking thiserror v1.0.69
19642026-03-30T18:28:33.210Z Checking getrandom v0.3.4
19652026-03-30T18:28:33.273Z Checking futures-util v0.3.32
19662026-03-30T18:28:33.333Z Checking fnv v1.0.7
19672026-03-30T18:28:33.410Z Checking regex-syntax v0.8.10
19682026-03-30T18:28:33.458Z Checking ppv-lite86 v0.2.21
19692026-03-30T18:28:33.461Z Checking base64 v0.22.1
19702026-03-30T18:28:33.526Z Checking http v1.4.0
19712026-03-30T18:28:33.632Z Checking schemars v0.8.22
19722026-03-30T18:28:33.716Z Checking tracing-core v0.1.36
19732026-03-30T18:28:33.766Z Checking unicode-ident v1.0.24
19742026-03-30T18:28:33.803Z Checking ipnet v2.11.0
19752026-03-30T18:28:33.907Z Checking proc-macro2 v1.0.106
19762026-03-30T18:28:34.053Z Checking tracing v0.1.44
19772026-03-30T18:28:34.091Z Checking utf8parse v0.2.2
19782026-03-30T18:28:34.136Z Checking untrusted v0.9.0
19792026-03-30T18:28:34.221Z Checking anstyle v1.0.13
19802026-03-30T18:28:34.260Z Checking quote v1.0.44
19812026-03-30T18:28:34.296Z Checking ring v0.17.14
19822026-03-30T18:28:34.299Z Checking aho-corasick v1.1.4
19832026-03-30T18:28:34.367Z Checking anstyle-parse v0.2.7
19842026-03-30T18:28:34.429Z Checking is_terminal_polyfill v1.70.2
19852026-03-30T18:28:34.466Z Checking syn v2.0.117
19862026-03-30T18:28:34.544Z Checking anstyle-query v1.1.5
19872026-03-30T18:28:34.547Z Checking colorchoice v1.0.4
19882026-03-30T18:28:34.669Z Checking base64ct v1.8.3
19892026-03-30T18:28:34.710Z Checking anstream v0.6.21
19902026-03-30T18:28:34.768Z Checking block-padding v0.3.3
19912026-03-30T18:28:34.931Z Checking rustls-pki-types v1.14.0
19922026-03-30T18:28:34.969Z Checking httparse v1.10.1
19932026-03-30T18:28:34.972Z Checking inout v0.1.4
19942026-03-30T18:28:35.038Z Checking regex-automata v0.4.14
19952026-03-30T18:28:35.166Z Checking terminal_size v0.4.3
19962026-03-30T18:28:35.202Z Checking crossbeam-utils v0.8.21
19972026-03-30T18:28:35.239Z Checking cipher v0.4.4
19982026-03-30T18:28:35.242Z Checking tokio-util v0.7.18
19992026-03-30T18:28:35.310Z Checking clap_lex v1.0.0
20002026-03-30T18:28:35.313Z Checking strsim v0.11.1
20012026-03-30T18:28:35.313Z Checking http-body v1.0.1
20022026-03-30T18:28:35.477Z Checking rand_core v0.9.5
20032026-03-30T18:28:35.514Z Checking sha2 v0.10.9
20042026-03-30T18:28:35.518Z Checking atomic-waker v1.1.2
20052026-03-30T18:28:35.583Z Checking pem-rfc7468 v0.7.0
20062026-03-30T18:28:35.587Z Checking clap_builder v4.5.60
20072026-03-30T18:28:35.654Z Checking httpdate v1.0.3
20082026-03-30T18:28:35.692Z Checking try-lock v0.2.5
20092026-03-30T18:28:35.774Z Checking hmac v0.12.1
20102026-03-30T18:28:35.821Z Checking want v0.3.1
20112026-03-30T18:28:35.857Z Checking tower-layer v0.3.3
20122026-03-30T18:28:35.860Z Checking ryu v1.0.23
20132026-03-30T18:28:35.926Z Checking h2 v0.4.13
20142026-03-30T18:28:35.962Z Checking tower-service v0.3.3
20152026-03-30T18:28:35.999Z Checking pin-utils v0.1.0
20162026-03-30T18:28:36.035Z Checking rand_chacha v0.9.0
20172026-03-30T18:28:36.070Z Checking erased-serde v0.3.31
20182026-03-30T18:28:36.105Z Checking flagset v0.4.7
20192026-03-30T18:28:36.142Z Checking powerfmt v0.2.0
20202026-03-30T18:28:36.258Z Checking der v0.7.10
20212026-03-30T18:28:36.262Z Checking rand v0.9.2
20222026-03-30T18:28:36.329Z Checking deranged v0.5.8
20232026-03-30T18:28:36.469Z Checking slog v2.8.2
20242026-03-30T18:28:36.760Z Checking spin v0.9.8
20252026-03-30T18:28:36.763Z Checking anyhow v1.0.102
20262026-03-30T18:28:36.832Z Checking num-conv v0.2.0
20272026-03-30T18:28:36.869Z Checking clap v4.5.60
20282026-03-30T18:28:36.872Z Checking num_threads v0.1.7
20292026-03-30T18:28:36.969Z Checking time-core v0.1.8
20302026-03-30T18:28:37.006Z Checking http-body-util v0.1.3
20312026-03-30T18:28:37.009Z Checking aws-lc-sys v0.37.1
20322026-03-30T18:28:37.042Z Checking untrusted v0.7.1
20332026-03-30T18:28:37.110Z Checking openssl-probe v0.2.1
20342026-03-30T18:28:37.113Z Checking regex v1.12.3
20352026-03-30T18:28:37.178Z Checking serde_urlencoded v0.7.1
20362026-03-30T18:28:37.214Z Checking rand_chacha v0.3.1
20372026-03-30T18:28:37.251Z Checking fastrand v2.3.0
20382026-03-30T18:28:37.288Z Checking time v0.3.47
20392026-03-30T18:28:37.291Z Checking spki v0.7.3
20402026-03-30T18:28:37.404Z Checking pbkdf2 v0.12.2
20412026-03-30T18:28:37.443Z Checking aes v0.8.4
20422026-03-30T18:28:37.446Z Checking rand v0.8.5
20432026-03-30T18:28:37.513Z Checking pretty-hex v0.4.1
20442026-03-30T18:28:37.517Z Checking unicode-width v0.2.0
20452026-03-30T18:28:37.540Z Checking cbc v0.1.2
20462026-03-30T18:28:37.672Z Checking aws-lc-rs v1.16.0
20472026-03-30T18:28:37.764Z Checking salsa20 v0.10.2
20482026-03-30T18:28:37.806Z Checking ipnetwork v0.21.1
20492026-03-30T18:28:37.850Z Checking hex v0.4.3
20502026-03-30T18:28:37.889Z Checking tempfile v3.25.0
20512026-03-30T18:28:37.932Z Checking scrypt v0.11.0
20522026-03-30T18:28:37.981Z Checking rustls-native-certs v0.8.3
20532026-03-30T18:28:38.051Z Checking sync_wrapper v1.0.2
20542026-03-30T18:28:38.101Z Checking plain v0.2.3
20552026-03-30T18:28:38.105Z Checking pkcs5 v0.7.1
20562026-03-30T18:28:38.173Z Checking webpki-roots v1.0.6
20572026-03-30T18:28:38.176Z Checking camino v1.2.2
20582026-03-30T18:28:38.241Z Checking tower v0.5.3
20592026-03-30T18:28:38.244Z Checking iri-string v0.7.10
20602026-03-30T18:28:38.318Z Checking ucd-trie v0.1.7
20612026-03-30T18:28:38.417Z Checking pkcs8 v0.10.2
20622026-03-30T18:28:38.455Z Checking openapiv3 v2.2.0
20632026-03-30T18:28:38.493Z Checking pest v2.8.6
20642026-03-30T18:28:38.496Z Checking either v1.15.0
20652026-03-30T18:28:38.563Z Checking rustls-webpki v0.103.9
20662026-03-30T18:28:38.613Z Checking hyper v1.8.1
20672026-03-30T18:28:38.651Z Checking mime v0.3.17
20682026-03-30T18:28:38.654Z Checking winnow v0.7.14
20692026-03-30T18:28:38.736Z Checking oxnet v0.1.4
20702026-03-30T18:28:38.878Z Checking lazy_static v1.5.0
20712026-03-30T18:28:38.999Z Checking static_assertions v1.1.0
20722026-03-30T18:28:39.036Z Checking rustls v0.23.37
20732026-03-30T18:28:39.039Z Checking signature v2.2.0
20742026-03-30T18:28:39.116Z Checking encoding_rs v0.8.35
20752026-03-30T18:28:39.234Z Checking foreign-types-shared v0.1.1
20762026-03-30T18:28:39.339Z Checking tower-http v0.6.8
20772026-03-30T18:28:39.376Z Checking simd-adler32 v0.3.8
20782026-03-30T18:28:39.581Z Checking foreign-types v0.3.2
20792026-03-30T18:28:39.584Z Checking hyper-util v0.1.20
20802026-03-30T18:28:39.655Z Checking hubpack v0.1.2
20812026-03-30T18:28:39.684Z Checking openssl-sys v0.9.111
20822026-03-30T18:28:39.725Z Checking adler2 v2.0.1
20832026-03-30T18:28:39.770Z Checking sha1 v0.10.6
20842026-03-30T18:28:39.855Z Checking strum v0.26.3
20852026-03-30T18:28:39.890Z Checking miniz_oxide v0.8.9
20862026-03-30T18:28:39.926Z Checking data-encoding v2.10.0
20872026-03-30T18:28:39.965Z Checking tinyvec_macros v0.1.1
20882026-03-30T18:28:40.002Z Checking toml_datetime v0.6.11
20892026-03-30T18:28:40.063Z Checking tinyvec v1.10.0
20902026-03-30T18:28:40.100Z Checking serde_spanned v0.6.9
20912026-03-30T18:28:40.208Z Checking num-integer v0.1.46
20922026-03-30T18:28:40.211Z Checking openssl v0.10.75
20932026-03-30T18:28:40.279Z Checking scroll v0.13.0
20942026-03-30T18:28:40.283Z Checking memmap2 v0.9.10
20952026-03-30T18:28:40.283Z Checking bit-vec v0.8.0
20962026-03-30T18:28:40.394Z Checking base16ct v0.2.0
20972026-03-30T18:28:40.457Z Checking dtrace-parser v0.3.0
20982026-03-30T18:28:40.531Z Checking bit-set v0.8.0
20992026-03-30T18:28:40.534Z Checking goblin v0.10.5
21002026-03-30T18:28:40.534Z Checking crossbeam-epoch v0.9.18
21012026-03-30T18:28:40.631Z Checking sec1 v0.7.3
21022026-03-30T18:28:40.707Z Checking crc32fast v1.5.0
21032026-03-30T18:28:40.745Z Checking ff v0.13.1
21042026-03-30T18:28:40.842Z Checking thread-id v5.1.0
21052026-03-30T18:28:40.882Z Checking wait-timeout v0.2.1
21062026-03-30T18:28:40.885Z Checking num-iter v0.1.45
21072026-03-30T18:28:40.885Z Checking bstr v1.12.1
21082026-03-30T18:28:40.986Z Checking group v0.13.0
21092026-03-30T18:28:40.990Z Checking hkdf v0.12.4
21102026-03-30T18:28:41.055Z Checking ahash v0.8.12
21112026-03-30T18:28:41.094Z Checking crypto-bigint v0.5.5
21122026-03-30T18:28:41.161Z Checking psl-types v2.0.11
21132026-03-30T18:28:41.199Z Checking quick-error v1.2.3
21142026-03-30T18:28:41.276Z Checking cookie v0.18.1
21152026-03-30T18:28:41.314Z Checking publicsuffix v2.3.0
21162026-03-30T18:28:41.350Z Checking rusty-fork v0.3.1
21172026-03-30T18:28:41.385Z Checking rand_xorshift v0.4.0
21182026-03-30T18:28:41.423Z Checking tokio-rustls v0.26.4
21192026-03-30T18:28:41.497Z Checking scroll v0.12.0
21202026-03-30T18:28:41.535Z Checking unarray v0.1.4
21212026-03-30T18:28:41.540Z Checking cookie_store v0.22.1
21222026-03-30T18:28:41.603Z Checking rustls-platform-verifier v0.6.2
21232026-03-30T18:28:41.667Z Checking proptest v1.10.0
21242026-03-30T18:28:41.705Z Checking hyper-rustls v0.27.7
21252026-03-30T18:28:41.752Z Checking goblin v0.8.2
21262026-03-30T18:28:41.790Z Checking num-bigint-dig v0.8.6
21272026-03-30T18:28:41.923Z Checking pkcs1 v0.7.5
21282026-03-30T18:28:41.961Z Checking x509-cert v0.2.5
21292026-03-30T18:28:42.009Z Checking elliptic-curve v0.13.8
21302026-03-30T18:28:42.163Z Checking zerocopy v0.7.35
21312026-03-30T18:28:42.210Z Checking native-tls v0.2.18
21322026-03-30T18:28:42.344Z Checking zlib-rs v0.6.2
21332026-03-30T18:28:42.419Z Checking tokio-native-tls v0.3.1
21342026-03-30T18:28:42.606Z Checking hyper-tls v0.6.0
21352026-03-30T18:28:42.644Z Checking unicode-segmentation v1.12.0
21362026-03-30T18:28:42.648Z Checking rsa v0.9.10
21372026-03-30T18:28:42.715Z Checking reqwest v0.13.2
21382026-03-30T18:28:42.804Z Checking reqwest v0.12.28
21392026-03-30T18:28:42.873Z Checking dof v0.4.0
21402026-03-30T18:28:42.994Z Checking crossbeam-deque v0.8.6
21412026-03-30T18:28:43.173Z Checking dtrace-parser v0.2.0
21422026-03-30T18:28:43.210Z Checking rfc6979 v0.4.0
21432026-03-30T18:28:43.245Z Checking flate2 v1.1.9
21442026-03-30T18:28:43.354Z Checking thread-id v4.2.2
21452026-03-30T18:28:43.434Z Checking toml_write v0.1.2
21462026-03-30T18:28:43.472Z Checking ecdsa v0.16.9
21472026-03-30T18:28:43.476Z Checking newtype-uuid v1.3.2
21482026-03-30T18:28:43.545Z Checking usdt-impl v0.6.0
21492026-03-30T18:28:43.583Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-30T18:28:43.587Z Checking curve25519-dalek v4.1.3
21512026-03-30T18:28:43.656Z Checking toml_edit v0.22.27
21522026-03-30T18:28:43.659Z Checking dof v0.3.0
21532026-03-30T18:28:43.733Z Checking memoffset v0.9.1
21542026-03-30T18:28:43.737Z Checking rustix v0.38.44
21552026-03-30T18:28:43.830Z Checking env_filter v1.0.0
21562026-03-30T18:28:43.868Z Checking keccak v0.1.6
21572026-03-30T18:28:43.873Z Checking usdt v0.6.0
21582026-03-30T18:28:43.949Z Checking daft v0.1.5
21592026-03-30T18:28:43.987Z Checking usdt-impl v0.5.0
21602026-03-30T18:28:44.024Z Checking env_logger v0.11.9
21612026-03-30T18:28:44.065Z Checking sha3 v0.10.8
21622026-03-30T18:28:44.102Z Checking ed25519 v2.2.3
21632026-03-30T18:28:44.223Z Checking itertools v0.13.0
21642026-03-30T18:28:44.262Z Checking serde_with v3.17.0
21652026-03-30T18:28:44.298Z Checking siphasher v1.0.2
21662026-03-30T18:28:44.302Z Checking bitflags v1.3.2
21672026-03-30T18:28:44.368Z Checking unicode-normalization v0.1.25
21682026-03-30T18:28:44.431Z Checking signal-hook v0.3.18
21692026-03-30T18:28:44.435Z Checking ed25519-dalek v2.2.0
21702026-03-30T18:28:44.505Z Checking toml_datetime v0.7.5+spec-1.1.0
21712026-03-30T18:28:44.603Z Checking winnow v0.5.40
21722026-03-30T18:28:44.650Z Checking managed v0.8.0
21732026-03-30T18:28:44.727Z Checking nix v0.31.1
21742026-03-30T18:28:44.733Z Checking rayon-core v1.13.0
21752026-03-30T18:28:44.796Z Checking bzip2-sys v0.1.13+1.0.8
21762026-03-30T18:28:44.833Z Checking object v0.37.3
21772026-03-30T18:28:44.869Z Checking foldhash v0.1.5
21782026-03-30T18:28:44.909Z Checking bzip2 v0.4.4
21792026-03-30T18:28:45.030Z Checking hashbrown v0.15.5
21802026-03-30T18:28:45.078Z Checking signal-hook-mio v0.2.5
21812026-03-30T18:28:45.116Z Checking ref-cast v1.0.25
21822026-03-30T18:28:45.211Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-03-30T18:28:45.249Z Checking zip v0.6.6
21842026-03-30T18:28:45.285Z Checking libbz2-rs-sys v0.2.2
21852026-03-30T18:28:45.354Z Checking zstd-safe v7.2.4
21862026-03-30T18:28:45.518Z Checking bumpalo v3.20.2
21872026-03-30T18:28:45.557Z Checking zstd v0.13.3
21882026-03-30T18:28:45.592Z Checking crossterm v0.28.1
21892026-03-30T18:28:45.680Z Checking rayon v1.11.0
21902026-03-30T18:28:45.718Z Checking bzip2 v0.6.1
21912026-03-30T18:28:45.754Z Checking zopfli v0.8.3
21922026-03-30T18:28:45.790Z Checking similar v2.7.0
21932026-03-30T18:28:45.794Z Checking toml_edit v0.19.15
21942026-03-30T18:28:45.794Z Checking fs-err v3.3.0
21952026-03-30T18:28:45.908Z Checking hash32 v0.2.1
21962026-03-30T18:28:46.104Z Checking serde-big-array v0.5.1
21972026-03-30T18:28:46.137Z Checking unicode-bidi v0.3.18
21982026-03-30T18:28:46.140Z Checking jiff v0.2.21
21992026-03-30T18:28:46.207Z Checking unicode-properties v0.1.4
22002026-03-30T18:28:46.263Z Checking predicates-core v1.0.10
22012026-03-30T18:28:46.326Z Checking heapless v0.7.17
22022026-03-30T18:28:46.416Z Checking hickory-proto v0.25.2
22032026-03-30T18:28:46.452Z Checking tokio-stream v0.1.18
22042026-03-30T18:28:46.489Z Checking stringprep v0.1.5
22052026-03-30T18:28:46.672Z Checking md-5 v0.10.6
22062026-03-30T18:28:46.779Z Checking float-cmp v0.10.0
22072026-03-30T18:28:46.844Z Checking fallible-iterator v0.2.0
22082026-03-30T18:28:46.883Z Checking rustc-hash v2.1.1
22092026-03-30T18:28:46.886Z Checking toml v0.7.8
22102026-03-30T18:28:46.951Z Checking normalize-line-endings v0.3.0
22112026-03-30T18:28:47.026Z Checking difflib v0.4.0
22122026-03-30T18:28:47.071Z Checking iddqd v0.3.17
22132026-03-30T18:28:47.128Z Checking smoltcp v0.9.1
22142026-03-30T18:28:47.164Z Checking postgres-protocol v0.6.10
22152026-03-30T18:28:47.199Z Checking phf_shared v0.11.3
22162026-03-30T18:28:47.235Z Checking predicates v3.1.4
22172026-03-30T18:28:47.272Z Checking phf_shared v0.13.1
22182026-03-30T18:28:47.372Z Checking itertools v0.12.1
22192026-03-30T18:28:47.496Z Checking console v0.16.2
22202026-03-30T18:28:47.534Z Checking buf-list v1.1.2
22212026-03-30T18:28:47.570Z Checking strum v0.27.2
22222026-03-30T18:28:47.712Z Checking unit-prefix v0.5.2
22232026-03-30T18:28:47.753Z Checking new_debug_unreachable v1.0.6
22242026-03-30T18:28:47.756Z Checking lalrpop-util v0.19.12
22252026-03-30T18:28:47.850Z Checking fixedbitset v0.5.7
22262026-03-30T18:28:47.886Z Checking fixedbitset v0.4.2
22272026-03-30T18:28:47.923Z Checking precomputed-hash v0.1.1
22282026-03-30T18:28:47.957Z Checking indicatif v0.18.4
22292026-03-30T18:28:47.960Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-30T18:28:48.035Z Checking string_cache v0.8.9
22312026-03-30T18:28:48.071Z Checking petgraph v0.6.5
22322026-03-30T18:28:48.075Z Checking petgraph v0.8.3
22332026-03-30T18:28:48.231Z Checking postgres-types v0.2.12
22342026-03-30T18:28:48.354Z Checking phf v0.13.1
22352026-03-30T18:28:48.396Z Checking zone v0.3.1
22362026-03-30T18:28:48.400Z Checking zip v4.6.1
22372026-03-30T18:28:48.531Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-30T18:28:48.569Z Checking peg-runtime v0.8.5
22392026-03-30T18:28:48.751Z Checking whoami v2.1.0
22402026-03-30T18:28:48.851Z Checking futures-executor v0.3.32
22412026-03-30T18:28:48.929Z Checking is-terminal v0.4.17
22422026-03-30T18:28:48.976Z Checking tokio-postgres v0.7.16
22432026-03-30T18:28:49.013Z Checking crossbeam-channel v0.5.15
22442026-03-30T18:28:49.050Z Checking futures v0.3.32
22452026-03-30T18:28:49.053Z Compiling structmeta-derive v0.3.0
22462026-03-30T18:28:49.157Z Checking thread_local v1.1.9
22472026-03-30T18:28:49.251Z Checking take_mut v0.2.2
22482026-03-30T18:28:49.354Z Checking term v1.2.1
22492026-03-30T18:28:49.392Z Compiling newtype-uuid-macros v0.1.0
22502026-03-30T18:28:49.424Z Checking slog-async v2.8.0
22512026-03-30T18:28:49.428Z Checking regress v0.10.5
22522026-03-30T18:28:49.604Z Checking slog-term v2.9.2
22532026-03-30T18:28:49.661Z Compiling rustls v0.22.4
22542026-03-30T18:28:49.708Z Compiling multer v3.1.0
22552026-03-30T18:28:49.907Z Compiling async-stream-impl v0.3.6
22562026-03-30T18:28:49.979Z Compiling dropshot v0.16.7
22572026-03-30T18:28:50.024Z Compiling dropshot_endpoint v0.16.7
22582026-03-30T18:28:50.168Z Compiling structmeta v0.3.0
22592026-03-30T18:28:50.203Z Checking match_cfg v0.1.0
22602026-03-30T18:28:50.272Z Checking slog-json v2.6.1
22612026-03-30T18:28:50.342Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-30T18:28:50.345Z Checking hostname v0.3.1
22632026-03-30T18:28:50.409Z Compiling derive-ex v0.1.8
22642026-03-30T18:28:50.449Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-30T18:28:50.489Z Checking debug-ignore v1.0.5
22662026-03-30T18:28:50.525Z Checking serde_spanned v1.0.4
22672026-03-30T18:28:50.529Z Checking slog-bunyan v2.5.0
22682026-03-30T18:28:50.617Z Checking toml_writer v1.0.6+spec-1.1.0
22692026-03-30T18:28:50.670Z Checking progenitor-client v0.13.0
22702026-03-30T18:28:50.718Z Checking rustls-webpki v0.102.8
22712026-03-30T18:28:50.757Z Checking serde_path_to_error v0.1.20
22722026-03-30T18:28:50.825Z Checking toml v0.9.12+spec-1.1.0
22732026-03-30T18:28:50.862Z Checking async-stream v0.3.6
22742026-03-30T18:28:50.939Z Checking waitgroup v0.1.2
22752026-03-30T18:28:51.021Z Checking rustls-pemfile v2.2.0
22762026-03-30T18:28:51.057Z Checking hostname v0.4.2
22772026-03-30T18:28:51.091Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-30T18:28:51.165Z Compiling parse-display-derive v0.10.0
22792026-03-30T18:28:51.199Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-03-30T18:28:51.202Z Checking itertools v0.14.0
22812026-03-30T18:28:51.268Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-30T18:28:51.371Z Checking macaddr v1.0.1
22832026-03-30T18:28:51.432Z Checking progenitor-client v0.10.0
22842026-03-30T18:28:51.582Z Checking instant v0.1.13
22852026-03-30T18:28:51.685Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-03-30T18:28:51.724Z Checking backoff v0.4.0
22872026-03-30T18:28:51.728Z Checking backon v1.6.0
22882026-03-30T18:28:51.794Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-03-30T18:28:51.967Z Checking progenitor-extras v0.1.1
22902026-03-30T18:28:51.972Z Checking heck v0.5.0
22912026-03-30T18:28:52.104Z Compiling test-strategy v0.4.5
22922026-03-30T18:28:52.151Z Checking toml v0.8.23
22932026-03-30T18:28:52.220Z Compiling convert_case v0.4.0
22942026-03-30T18:28:52.282Z Checking half v2.7.1
22952026-03-30T18:28:52.319Z Checking ciborium-io v0.2.2
22962026-03-30T18:28:52.444Z Compiling unsafe-libyaml v0.2.11
22972026-03-30T18:28:52.497Z Checking secrecy v0.10.3
22982026-03-30T18:28:52.570Z Checking ciborium-ll v0.2.2
22992026-03-30T18:28:52.606Z Checking tokio-rustls v0.25.0
23002026-03-30T18:28:52.641Z Compiling derive_more v0.99.20
23012026-03-30T18:28:52.645Z Checking indent_write v2.2.0
23022026-03-30T18:28:52.772Z Checking ciborium v0.2.2
23032026-03-30T18:28:52.830Z Compiling crucible-workspace-hack v0.1.0
23042026-03-30T18:28:52.902Z Checking parse-display v0.10.0
23052026-03-30T18:28:53.039Z Compiling serde_yaml v0.9.34+deprecated
23062026-03-30T18:28:53.130Z Checking camino-tempfile v1.4.1
23072026-03-30T18:28:53.242Z Checking universal-hash v0.5.1
23082026-03-30T18:28:53.305Z Checking opaque-debug v0.3.1
23092026-03-30T18:28:53.354Z Checking typify-impl v0.6.1
23102026-03-30T18:28:53.394Z Checking aead v0.5.2
23112026-03-30T18:28:53.571Z Checking poly1305 v0.8.0
23122026-03-30T18:28:53.608Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23132026-03-30T18:28:53.920Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-03-30T18:28:54.050Z Checking chacha20 v0.9.1
23152026-03-30T18:28:54.278Z Compiling thiserror-impl-no-std v2.0.2
23162026-03-30T18:28:54.314Z Checking swrite v0.1.0
23172026-03-30T18:28:54.437Z Checking password-hash v0.5.0
23182026-03-30T18:28:54.562Z Checking blake2 v0.10.6
23192026-03-30T18:28:54.597Z Checking chacha20poly1305 v0.10.1
23202026-03-30T18:28:54.701Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23212026-03-30T18:28:54.755Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23222026-03-30T18:28:54.793Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23232026-03-30T18:28:54.831Z Checking argon2 v0.5.3
23242026-03-30T18:28:55.022Z Checking byte-wrapper v0.1.0
23252026-03-30T18:28:55.081Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23262026-03-30T18:28:55.207Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23272026-03-30T18:28:55.244Z Compiling toml_edit v0.23.10+spec-1.0.0
23282026-03-30T18:28:55.277Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23292026-03-30T18:28:55.342Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23302026-03-30T18:28:55.454Z Checking tabwriter v1.4.1
23312026-03-30T18:28:55.494Z Checking thiserror-no-std v2.0.2
23322026-03-30T18:28:55.610Z Checking vsss-rs v3.3.4
23332026-03-30T18:28:55.651Z Checking unicode-width v0.1.14
23342026-03-30T18:28:55.928Z Compiling proc-macro-crate v3.4.0
23352026-03-30T18:28:56.005Z Checking glob v0.3.3
23362026-03-30T18:28:56.217Z Compiling heapless v0.8.0
23372026-03-30T18:28:56.321Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-30T18:28:56.424Z Compiling ingot-macros v0.1.1
23392026-03-30T18:28:56.499Z Checking hash32 v0.3.1
23402026-03-30T18:28:56.616Z Compiling smoltcp v0.11.0
23412026-03-30T18:28:56.655Z Checking colored v3.1.1
23422026-03-30T18:28:56.727Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23432026-03-30T18:28:56.731Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23442026-03-30T18:28:56.818Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23452026-03-30T18:28:56.946Z Compiling num_enum_derive v0.7.5
23462026-03-30T18:28:57.061Z Checking cobs v0.3.0
23472026-03-30T18:28:57.097Z Compiling foreign-types-macros v0.2.3
23482026-03-30T18:28:57.235Z Checking foreign-types-shared v0.3.1
23492026-03-30T18:28:57.295Z Checking cpufeatures v0.3.0
23502026-03-30T18:28:57.400Z Checking chacha20 v0.10.0
23512026-03-30T18:28:57.656Z Checking postcard v1.1.3
23522026-03-30T18:28:57.719Z Checking foreign-types v0.5.0
23532026-03-30T18:28:57.968Z Compiling typify-macro v0.6.1
23542026-03-30T18:28:58.003Z Compiling proc-macro-crate v1.3.1
23552026-03-30T18:28:58.007Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-03-30T18:28:58.071Z Checking num_enum v0.7.5
23572026-03-30T18:28:58.074Z Checking cstr-argument v0.1.2
23582026-03-30T18:28:58.223Z Checking sigpipe v0.1.3
23592026-03-30T18:28:58.258Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-03-30T18:28:58.292Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23612026-03-30T18:28:58.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23622026-03-30T18:28:58.434Z Compiling num_enum_derive v0.5.11
23632026-03-30T18:28:58.580Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23642026-03-30T18:28:58.614Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23652026-03-30T18:28:58.650Z Checking rand v0.10.0
23662026-03-30T18:28:58.700Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672026-03-30T18:28:58.789Z Compiling usdt-macro v0.5.0
23682026-03-30T18:28:58.853Z Compiling usdt-attr-macro v0.5.0
23692026-03-30T18:28:58.889Z Checking memmap v0.7.0
23702026-03-30T18:28:59.054Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23712026-03-30T18:28:59.301Z Checking ingot-types v0.1.2
23722026-03-30T18:28:59.530Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23732026-03-30T18:28:59.568Z Checking num_enum v0.5.11
23742026-03-30T18:28:59.598Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23752026-03-30T18:28:59.662Z Checking usdt v0.5.0
23762026-03-30T18:28:59.701Z Checking ingot v0.1.1
23772026-03-30T18:28:59.738Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23782026-03-30T18:28:59.741Z Compiling typify v0.6.1
23792026-03-30T18:28:59.810Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23802026-03-30T18:28:59.879Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23812026-03-30T18:28:59.917Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23822026-03-30T18:28:59.920Z Compiling progenitor-impl v0.13.0
23832026-03-30T18:29:00.054Z Checking smf v0.2.3
23842026-03-30T18:29:00.088Z Compiling num-derive v0.4.2
23852026-03-30T18:29:00.092Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23862026-03-30T18:29:00.307Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23872026-03-30T18:29:00.343Z Checking whoami v1.6.1
23882026-03-30T18:29:00.424Z Checking tokio-dtrace v0.1.1
23892026-03-30T18:29:00.489Z Compiling derive-where v1.6.0
23902026-03-30T18:29:00.567Z Checking atomicwrites v0.4.4
23912026-03-30T18:29:00.638Z Checking oxide-tokio-rt v0.1.3
23922026-03-30T18:29:00.703Z Checking console v0.15.11
23932026-03-30T18:29:00.835Z Checking newline-converter v0.3.0
23942026-03-30T18:29:00.896Z Checking bytecount v0.6.9
23952026-03-30T18:29:00.973Z Compiling prettyplease v0.2.37
23962026-03-30T18:29:01.010Z Checking expectorate v1.2.0
23972026-03-30T18:29:01.043Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23982026-03-30T18:29:01.047Z Compiling owo-colors v4.3.0
23992026-03-30T18:29:01.166Z Compiling cancel-safe-futures v0.1.5
24002026-03-30T18:29:01.249Z Checking libsw-core v0.3.2
24012026-03-30T18:29:01.294Z Checking linear-map v1.2.0
24022026-03-30T18:29:01.339Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24032026-03-30T18:29:01.436Z Checking libsw v3.5.0
24042026-03-30T18:29:01.502Z Checking same-file v1.0.6
24052026-03-30T18:29:01.642Z Checking num-rational v0.4.2
24062026-03-30T18:29:01.677Z Checking walkdir v2.5.0
24072026-03-30T18:29:01.796Z Checking num-complex v0.4.6
24082026-03-30T18:29:01.837Z Checking float-ord v0.3.2
24092026-03-30T18:29:01.873Z Checking gethostname v0.5.0
24102026-03-30T18:29:02.022Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24112026-03-30T18:29:02.133Z Compiling async-recursion v1.1.1
24122026-03-30T18:29:02.202Z Checking num v0.4.3
24132026-03-30T18:29:02.207Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-03-30T18:29:02.304Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-30T18:29:02.514Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24162026-03-30T18:29:02.552Z Compiling progenitor-macro v0.13.0
24172026-03-30T18:29:03.518Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24182026-03-30T18:29:03.597Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24192026-03-30T18:29:03.813Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-03-30T18:29:05.392Z Checking unicode-linebreak v0.1.5
24212026-03-30T18:29:05.532Z Checking smawk v0.3.2
24222026-03-30T18:29:05.676Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24232026-03-30T18:29:05.680Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24242026-03-30T18:29:05.744Z Checking globset v0.4.18
24252026-03-30T18:29:06.072Z Compiling convert_case v0.10.0
24262026-03-30T18:29:06.638Z Compiling slog-dtrace v0.3.0
24272026-03-30T18:29:06.824Z Checking resolv-conf v0.7.6
24282026-03-30T18:29:06.937Z Compiling derive_more-impl v2.1.1
24292026-03-30T18:29:07.143Z Compiling pin-project-internal v1.1.11
24302026-03-30T18:29:07.275Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-03-30T18:29:07.313Z Checking pem v3.0.6
24322026-03-30T18:29:07.421Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24332026-03-30T18:29:07.497Z Checking fd-lock v4.0.4
24342026-03-30T18:29:07.535Z Checking progenitor v0.13.0
24352026-03-30T18:29:07.538Z Checking vte v0.14.1
24362026-03-30T18:29:07.647Z Checking display-error-chain v0.2.2
24372026-03-30T18:29:07.698Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24382026-03-30T18:29:07.733Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24392026-03-30T18:29:07.768Z Checking strip-ansi-escapes v0.2.1
24402026-03-30T18:29:07.802Z Checking derive_more v2.1.1
24412026-03-30T18:29:07.806Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24422026-03-30T18:29:07.903Z Compiling snafu-derive v0.8.9
24432026-03-30T18:29:07.938Z Checking crossterm v0.29.0
24442026-03-30T18:29:08.030Z Checking linked-hash-map v0.5.6
24452026-03-30T18:29:08.233Z Checking nu-ansi-term v0.50.3
24462026-03-30T18:29:08.282Z Checking pin-project v1.1.11
24472026-03-30T18:29:08.412Z Checking termtree v0.5.1
24482026-03-30T18:29:08.469Z Checking reedline v0.40.0
24492026-03-30T18:29:08.512Z Checking lru-cache v0.1.2
24502026-03-30T18:29:08.579Z Checking textwrap v0.16.2
24512026-03-30T18:29:08.664Z Checking olpc-cjson v0.1.4
24522026-03-30T18:29:08.852Z Checking hickory-proto v0.24.4
24532026-03-30T18:29:08.888Z Checking serde_plain v1.0.2
24542026-03-30T18:29:09.073Z Compiling minimal-lexical v0.2.1
24552026-03-30T18:29:09.372Z Checking typed-path v0.9.3
24562026-03-30T18:29:09.712Z Compiling nom v7.1.3
24572026-03-30T18:29:09.841Z Checking snafu v0.8.9
24582026-03-30T18:29:10.108Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-03-30T18:29:10.182Z Checking tough v0.20.0
24602026-03-30T18:29:10.435Z Checking nibble_vec v0.1.0
24612026-03-30T18:29:10.506Z Checking endian-type v0.1.2
24622026-03-30T18:29:10.595Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-30T18:29:10.666Z Checking radix_trie v0.2.1
24642026-03-30T18:29:10.669Z Checking hickory-resolver v0.24.4
24652026-03-30T18:29:10.669Z Compiling ar_archive_writer v0.5.1
24662026-03-30T18:29:10.907Z Checking base64 v0.21.7
24672026-03-30T18:29:10.943Z Checking humantime v2.3.0
24682026-03-30T18:29:11.066Z Checking csv-core v0.1.13
24692026-03-30T18:29:11.155Z Compiling stacker v0.1.23
24702026-03-30T18:29:11.194Z Compiling cfg_aliases v0.1.1
24712026-03-30T18:29:11.227Z Checking highway v1.3.0
24722026-03-30T18:29:11.276Z Checking csv v1.4.0
24732026-03-30T18:29:11.320Z Compiling nix v0.28.0
24742026-03-30T18:29:11.485Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-30T18:29:11.522Z Checking qorb v0.4.1
24762026-03-30T18:29:11.556Z Checking papergrid v0.11.0
24772026-03-30T18:29:11.590Z Compiling psm v0.1.30
24782026-03-30T18:29:11.679Z Compiling tabled_derive v0.7.0
24792026-03-30T18:29:11.714Z Checking home v0.5.12
24802026-03-30T18:29:11.899Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-30T18:29:11.957Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24822026-03-30T18:29:12.189Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24832026-03-30T18:29:12.189Z Checking phf_shared v0.12.1
24842026-03-30T18:29:12.358Z Compiling recursive-proc-macro-impl v0.1.1
24852026-03-30T18:29:12.427Z Compiling chrono-tz v0.10.4
24862026-03-30T18:29:12.545Z Compiling semver v0.1.20
24872026-03-30T18:29:12.676Z Checking tabled v0.15.0
24882026-03-30T18:29:12.721Z Checking phf v0.12.1
24892026-03-30T18:29:12.758Z Compiling rustc_version v0.1.7
24902026-03-30T18:29:12.792Z Checking recursive v0.1.1
24912026-03-30T18:29:12.862Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922026-03-30T18:29:12.865Z Compiling const_format_proc_macros v0.2.34
24932026-03-30T18:29:12.929Z Compiling peg-macros v0.8.5
24942026-03-30T18:29:12.963Z Checking winnow v0.6.26
24952026-03-30T18:29:13.005Z Compiling sqlparser_derive v0.5.0
24962026-03-30T18:29:13.623Z Checking unicode_categories v0.1.1
24972026-03-30T18:29:13.756Z Checking const_format v0.2.35
24982026-03-30T18:29:13.772Z Checking rustyline v14.0.0
24992026-03-30T18:29:13.811Z Checking sqlparser v0.61.0
25002026-03-30T18:29:13.934Z Compiling newtype_derive v0.1.6
25012026-03-30T18:29:14.190Z Checking sqlformat v0.3.5
25022026-03-30T18:29:14.338Z Checking peg v0.8.5
25032026-03-30T18:29:14.442Z Checking bcs v0.1.6
25042026-03-30T18:29:14.657Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25052026-03-30T18:29:14.739Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25062026-03-30T18:29:14.811Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-30T18:29:14.879Z Checking steno v0.4.1
25082026-03-30T18:29:14.963Z Checking utf-8 v0.7.6
25092026-03-30T18:29:15.098Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25102026-03-30T18:29:15.135Z Checking filetime v0.2.27
25112026-03-30T18:29:15.298Z Checking arc-swap v1.8.2
25122026-03-30T18:29:15.567Z Checking xattr v1.6.1
25132026-03-30T18:29:15.730Z Checking tar v0.4.45
25142026-03-30T18:29:15.764Z Checking slog-scope v4.4.1
25152026-03-30T18:29:15.926Z Checking tungstenite v0.21.0
25162026-03-30T18:29:15.962Z Checking slog-stdlog v4.1.1
25172026-03-30T18:29:16.115Z Checking slog-envlogger v2.2.0
25182026-03-30T18:29:16.150Z Compiling typify-impl v0.4.3
25192026-03-30T18:29:16.191Z Checking typeid v1.0.3
25202026-03-30T18:29:16.379Z Checking tokio-tungstenite v0.21.0
25212026-03-30T18:29:16.682Z Checking subprocess v0.2.15
25222026-03-30T18:29:16.995Z Checking headers-core v0.3.0
25232026-03-30T18:29:17.137Z Checking headers v0.4.1
25242026-03-30T18:29:17.347Z Compiling lzma-sys v0.1.20
25252026-03-30T18:29:17.513Z Compiling cargo_toml v0.22.3
25262026-03-30T18:29:17.621Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25272026-03-30T18:29:17.816Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-03-30T18:29:17.862Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-03-30T18:29:18.083Z Checking yasna v0.5.2
25302026-03-30T18:29:18.086Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-30T18:29:18.500Z Checking rcgen v0.12.1
25322026-03-30T18:29:18.554Z Checking xz2 v0.1.7
25332026-03-30T18:29:18.690Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25342026-03-30T18:29:18.774Z Checking ron v0.12.0
25352026-03-30T18:29:18.861Z Checking base16ct v1.0.0
25362026-03-30T18:29:19.024Z Checking dropshot-api-manager-types v0.6.0
25372026-03-30T18:29:19.226Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25382026-03-30T18:29:19.452Z Checking tagptr v0.2.0
25392026-03-30T18:29:19.466Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25402026-03-30T18:29:19.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25412026-03-30T18:29:19.605Z Checking moka v0.12.13
25422026-03-30T18:29:19.641Z Compiling libefi-sys v0.1.0
25432026-03-30T18:29:19.859Z Compiling radium v0.7.0
25442026-03-30T18:29:20.116Z Compiling bitfield-struct v0.6.2
25452026-03-30T18:29:20.197Z Compiling maybe-uninit v2.0.0
25462026-03-30T18:29:20.265Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-30T18:29:20.300Z Checking hickory-resolver v0.25.2
25482026-03-30T18:29:20.508Z Checking tap v1.0.1
25492026-03-30T18:29:20.593Z Compiling typify-macro v0.4.3
25502026-03-30T18:29:20.645Z Checking wyz v0.5.1
25512026-03-30T18:29:20.792Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-30T18:29:20.966Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-03-30T18:29:21.038Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-03-30T18:29:21.131Z Compiling zerocopy-derive v0.6.6
25552026-03-30T18:29:21.215Z Compiling packed_struct v0.10.1
25562026-03-30T18:29:21.251Z Checking crc-catalog v2.4.0
25572026-03-30T18:29:21.285Z Checking funty v2.0.0
25582026-03-30T18:29:21.376Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-30T18:29:21.487Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-30T18:29:21.555Z Checking crc v3.4.0
25612026-03-30T18:29:21.600Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-03-30T18:29:21.634Z Checking bitvec v1.0.1
25632026-03-30T18:29:21.783Z Compiling packed_struct_codegen v0.10.1
25642026-03-30T18:29:21.787Z Compiling bitfield-macros v0.19.4
25652026-03-30T18:29:21.859Z Compiling indexmap v1.9.3
25662026-03-30T18:29:22.011Z Checking zerocopy v0.6.6
25672026-03-30T18:29:22.092Z Checking nodrop v0.1.14
25682026-03-30T18:29:22.215Z Checking array-init v0.0.4
25692026-03-30T18:29:22.320Z Compiling typify v0.4.3
25702026-03-30T18:29:22.463Z Compiling progenitor-impl v0.10.0
25712026-03-30T18:29:22.575Z Checking bitfield v0.19.4
25722026-03-30T18:29:22.619Z Checking smallvec v0.6.14
25732026-03-30T18:29:22.854Z Checking hashbrown v0.12.3
25742026-03-30T18:29:22.888Z Checking serde-hex v0.1.0
25752026-03-30T18:29:22.922Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-30T18:29:23.109Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25772026-03-30T18:29:23.391Z Checking ron v0.8.1
25782026-03-30T18:29:23.645Z Checking hashbrown v0.13.2
25792026-03-30T18:29:23.993Z Checking crc-any v2.5.0
25802026-03-30T18:29:24.125Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25812026-03-30T18:29:24.163Z Checking object v0.30.4
25822026-03-30T18:29:24.167Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-03-30T18:29:24.230Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25842026-03-30T18:29:24.360Z Checking path-slash v0.1.5
25852026-03-30T18:29:24.449Z Compiling xshell-macros v0.2.7
25862026-03-30T18:29:24.496Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25872026-03-30T18:29:24.863Z Checking xshell v0.2.7
25882026-03-30T18:29:24.913Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25892026-03-30T18:29:25.090Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25902026-03-30T18:29:25.165Z Compiling progenitor-macro v0.10.0
25912026-03-30T18:29:25.597Z Checking half v1.8.3
25922026-03-30T18:29:25.834Z Checking serde_cbor v0.11.2
25932026-03-30T18:29:25.837Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-03-30T18:29:25.904Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25952026-03-30T18:29:26.252Z Compiling num-derive v0.3.3
25962026-03-30T18:29:26.321Z Compiling proc-macro-error-attr2 v2.0.0
25972026-03-30T18:29:26.324Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-30T18:29:26.579Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-30T18:29:26.761Z Compiling proc-macro-error2 v2.0.1
26002026-03-30T18:29:27.105Z Compiling tabled_derive v0.11.0
26012026-03-30T18:29:27.143Z Checking papergrid v0.17.0
26022026-03-30T18:29:27.179Z Checking libscf-sys v1.1.0
26032026-03-30T18:29:27.211Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-03-30T18:29:27.340Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-03-30T18:29:27.446Z Checking testing_table v0.3.0
26062026-03-30T18:29:27.573Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26072026-03-30T18:29:27.608Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-30T18:29:27.937Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-30T18:29:27.976Z Checking maplit v1.0.2
26102026-03-30T18:29:28.090Z Checking crc8 v0.1.1
26112026-03-30T18:29:28.204Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-30T18:29:28.238Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26132026-03-30T18:29:28.272Z Checking tabled v0.20.0
26142026-03-30T18:29:28.304Z Checking fxhash v0.2.1
26152026-03-30T18:29:28.393Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-03-30T18:29:28.453Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26172026-03-30T18:29:28.577Z Checking unicase v2.9.0
26182026-03-30T18:29:28.792Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26192026-03-30T18:29:28.881Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26202026-03-30T18:29:29.099Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26212026-03-30T18:29:29.230Z Checking kstat-rs v0.2.4
26222026-03-30T18:29:29.308Z Compiling diesel_derives v2.3.7
26232026-03-30T18:29:29.416Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26242026-03-30T18:29:29.452Z Checking scheduled-thread-pool v0.2.7
26252026-03-30T18:29:29.566Z Compiling dsl_auto_type v0.2.0
26262026-03-30T18:29:29.636Z Compiling vergen-gitcl v1.0.8
26272026-03-30T18:29:29.680Z Compiling diesel_table_macro_syntax v0.3.0
26282026-03-30T18:29:29.903Z Checking r2d2 v0.8.10
26292026-03-30T18:29:29.936Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26302026-03-30T18:29:30.039Z Checking progenitor v0.10.0
26312026-03-30T18:29:30.116Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322026-03-30T18:29:30.210Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26332026-03-30T18:29:30.280Z Compiling parking_lot_core v0.8.6
26342026-03-30T18:29:30.417Z Checking downcast-rs v2.0.2
26352026-03-30T18:29:30.461Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26362026-03-30T18:29:30.847Z Compiling git-stub v1.0.0
26372026-03-30T18:29:31.114Z Compiling git-stub-vcs v0.1.0
26382026-03-30T18:29:31.149Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26392026-03-30T18:29:31.153Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26402026-03-30T18:29:31.245Z Checking parking_lot v0.11.2
26412026-03-30T18:29:31.417Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26422026-03-30T18:29:31.468Z Checking prefix-trie v0.7.0
26432026-03-30T18:29:31.503Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26442026-03-30T18:29:31.506Z Checking nanorand v0.7.0
26452026-03-30T18:29:31.607Z Compiling dirs-sys-next v0.1.2
26462026-03-30T18:29:31.785Z Compiling crunchy v0.2.4
26472026-03-30T18:29:31.828Z Checking hickory-server v0.25.2
26482026-03-30T18:29:31.928Z Checking flume v0.11.1
26492026-03-30T18:29:32.038Z Compiling dirs-next v2.0.0
26502026-03-30T18:29:32.124Z Checking sled v0.34.7
26512026-03-30T18:29:32.196Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26522026-03-30T18:29:32.225Z Compiling clang-sys v1.8.1
26532026-03-30T18:29:32.599Z Checking hickory-client v0.25.2
26542026-03-30T18:29:32.615Z Compiling tiny-keccak v2.0.2
26552026-03-30T18:29:32.901Z Compiling term v0.7.0
26562026-03-30T18:29:32.969Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26572026-03-30T18:29:33.043Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-03-30T18:29:33.047Z Compiling salty v0.3.0
26592026-03-30T18:29:33.111Z Compiling bit-vec v0.6.3
26602026-03-30T18:29:33.348Z Compiling bit-set v0.5.3
26612026-03-30T18:29:33.416Z Compiling ascii-canvas v3.0.0
26622026-03-30T18:29:33.521Z Checking primeorder v0.13.6
26632026-03-30T18:29:33.571Z Compiling itertools v0.10.5
26642026-03-30T18:29:33.695Z Compiling ena v0.14.4
26652026-03-30T18:29:33.842Z Compiling libloading v0.8.9
26662026-03-30T18:29:33.958Z Compiling fs-err v2.11.0
26672026-03-30T18:29:33.994Z Compiling bindgen v0.71.1
26682026-03-30T18:29:34.092Z Compiling regex-syntax v0.6.29
26692026-03-30T18:29:34.192Z Compiling diff v0.1.13
26702026-03-30T18:29:34.525Z Compiling cexpr v0.6.0
26712026-03-30T18:29:34.558Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26722026-03-30T18:29:34.729Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-03-30T18:29:34.803Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26742026-03-30T18:29:35.239Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26752026-03-30T18:29:35.272Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-03-30T18:29:35.323Z Compiling libxml v0.3.3
26772026-03-30T18:29:35.482Z Compiling lalrpop v0.19.12
26782026-03-30T18:29:35.518Z Checking parse-size v1.1.0
26792026-03-30T18:29:35.659Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26802026-03-30T18:29:35.694Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-03-30T18:29:35.698Z Checking diesel v2.3.7
26822026-03-30T18:29:35.698Z Checking p384 v0.13.1
26832026-03-30T18:29:36.192Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26842026-03-30T18:29:36.269Z Compiling strum_macros v0.24.3
26852026-03-30T18:29:36.563Z Checking assert_matches v1.5.0
26862026-03-30T18:29:36.669Z Compiling indoc v1.0.9
26872026-03-30T18:29:37.673Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26882026-03-30T18:29:37.750Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26892026-03-30T18:29:37.789Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26902026-03-30T18:29:38.219Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26912026-03-30T18:29:38.648Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26922026-03-30T18:29:38.723Z Checking predicates-tree v1.0.13
26932026-03-30T18:29:38.881Z Checking derive_builder v0.20.2
26942026-03-30T18:29:38.915Z Checking quick-xml v0.37.5
26952026-03-30T18:29:39.032Z Compiling oso-derive v0.27.3
26962026-03-30T18:29:39.570Z Compiling trait-variant v0.1.2
26972026-03-30T18:29:39.644Z Compiling impl-trait-for-tuples v0.2.3
26982026-03-30T18:29:39.733Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26992026-03-30T18:29:39.851Z Checking openssl-probe v0.1.6
27002026-03-30T18:29:40.041Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27012026-03-30T18:29:40.146Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27022026-03-30T18:29:40.257Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-03-30T18:29:40.666Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27042026-03-30T18:29:40.974Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27052026-03-30T18:29:41.011Z Compiling progenitor-impl v0.11.2
27062026-03-30T18:29:41.339Z Compiling mime_guess v2.0.5
27072026-03-30T18:29:41.777Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27082026-03-30T18:29:41.926Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-30T18:29:42.108Z Checking progenitor-client v0.11.2
27102026-03-30T18:29:42.179Z Checking http-range v0.1.5
27112026-03-30T18:29:42.342Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27122026-03-30T18:29:42.382Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-03-30T18:29:42.555Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27142026-03-30T18:29:42.636Z Checking ignore v0.4.25
27152026-03-30T18:29:43.193Z Checking atty v0.2.14
27162026-03-30T18:29:43.324Z Checking globwalk v0.9.1
27172026-03-30T18:29:43.725Z Compiling progenitor-macro v0.11.2
27182026-03-30T18:29:44.109Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-03-30T18:29:44.994Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-30T18:29:45.072Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27212026-03-30T18:29:45.415Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27222026-03-30T18:29:45.617Z Checking bb8 v0.8.6
27232026-03-30T18:29:45.654Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-03-30T18:29:45.657Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27252026-03-30T18:29:45.879Z Checking corncobs v0.1.4
27262026-03-30T18:29:46.006Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-03-30T18:29:46.074Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27282026-03-30T18:29:46.081Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-30T18:29:46.408Z Checking hyper-staticfile v0.10.1
27302026-03-30T18:29:46.737Z Checking camino-tempfile-ext v0.3.3
27312026-03-30T18:29:46.937Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27322026-03-30T18:29:46.975Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-03-30T18:29:47.254Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27342026-03-30T18:29:47.335Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27352026-03-30T18:29:47.485Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-03-30T18:29:48.058Z Checking signal-hook-tokio v0.3.1
27372026-03-30T18:29:48.219Z Checking secrecy v0.8.0
27382026-03-30T18:29:48.379Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27392026-03-30T18:29:48.713Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27402026-03-30T18:29:48.815Z Checking progenitor v0.11.2
27412026-03-30T18:29:48.988Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27422026-03-30T18:29:49.090Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27432026-03-30T18:29:49.131Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-03-30T18:29:49.307Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27452026-03-30T18:29:49.405Z Checking nonempty v0.12.0
27462026-03-30T18:29:49.533Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-30T18:29:49.635Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-30T18:29:49.775Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27492026-03-30T18:29:49.813Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27502026-03-30T18:29:50.090Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27512026-03-30T18:29:50.214Z Checking async-bb8-diesel v0.2.1
27522026-03-30T18:29:50.505Z Checking diesel-dtrace v0.5.0
27532026-03-30T18:29:50.612Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27542026-03-30T18:29:50.788Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27552026-03-30T18:29:51.073Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27562026-03-30T18:29:51.154Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27572026-03-30T18:29:51.460Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27582026-03-30T18:29:51.523Z Checking tungstenite v0.23.0
27592026-03-30T18:29:51.997Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27602026-03-30T18:29:52.001Z Checking tokio-tungstenite v0.23.1
27612026-03-30T18:29:52.169Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27622026-03-30T18:29:52.363Z Checking rand_seeder v0.4.0
27632026-03-30T18:29:52.520Z Checking void v1.0.2
27642026-03-30T18:29:52.557Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-03-30T18:29:52.662Z Checking lzss v0.8.2
27662026-03-30T18:29:52.890Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27672026-03-30T18:29:52.973Z Checking nix v0.27.1
27682026-03-30T18:29:53.090Z Checking serde_bytes v0.11.19
27692026-03-30T18:29:53.218Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27702026-03-30T18:29:53.302Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-03-30T18:29:53.421Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27722026-03-30T18:29:53.527Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27732026-03-30T18:29:54.106Z Checking is_ci v1.2.0
27742026-03-30T18:29:54.141Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27752026-03-30T18:29:54.239Z Checking yansi v1.0.1
27762026-03-30T18:29:54.338Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-03-30T18:29:54.528Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27782026-03-30T18:29:54.609Z Checking pretty_assertions v1.4.1
27792026-03-30T18:29:54.775Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27802026-03-30T18:29:54.818Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27812026-03-30T18:29:54.978Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27822026-03-30T18:29:55.058Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27832026-03-30T18:29:55.321Z Compiling darling_core v0.23.0
27842026-03-30T18:29:56.288Z Compiling indoc v2.0.7
27852026-03-30T18:29:56.336Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27862026-03-30T18:29:56.566Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-30T18:29:56.615Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27882026-03-30T18:29:56.770Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-30T18:29:57.003Z Compiling instability v0.3.11
27902026-03-30T18:29:57.270Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27912026-03-30T18:29:57.372Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27922026-03-30T18:29:57.451Z Compiling libz-sys v1.1.24
27932026-03-30T18:29:57.863Z Checking castaway v0.2.4
27942026-03-30T18:29:57.915Z Compiling darling_macro v0.23.0
27952026-03-30T18:29:58.005Z Checking compact_str v0.8.1
27962026-03-30T18:29:58.422Z Checking supports-color v3.0.2
27972026-03-30T18:29:58.456Z Compiling darling v0.23.0
27982026-03-30T18:29:58.612Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27992026-03-30T18:29:58.818Z Checking unicode-truncate v1.1.0
28002026-03-30T18:29:58.854Z Checking lru v0.12.5
28012026-03-30T18:29:59.003Z Checking cassowary v0.3.0
28022026-03-30T18:29:59.094Z Compiling libgit2-sys v0.18.3+1.9.2
28032026-03-30T18:29:59.161Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-30T18:29:59.390Z Checking ratatui v0.29.0
28052026-03-30T18:29:59.400Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-03-30T18:30:00.613Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-03-30T18:30:00.650Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-30T18:30:00.686Z Compiling vergen-git2 v1.0.7
28092026-03-30T18:30:00.907Z Checking plotters-backend v0.3.7
28102026-03-30T18:30:00.973Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-03-30T18:30:01.017Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-30T18:30:01.137Z Checking plotters-svg v0.3.7
28132026-03-30T18:30:01.194Z Checking colored v2.2.0
28142026-03-30T18:30:01.238Z Checking cast v0.3.0
28152026-03-30T18:30:01.305Z Checking shell-words v1.1.1
28162026-03-30T18:30:01.422Z Compiling rustls v0.21.12
28172026-03-30T18:30:01.425Z Checking criterion-plot v0.6.0
28182026-03-30T18:30:01.489Z Checking plotters v0.3.7
28192026-03-30T18:30:01.760Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-30T18:30:01.803Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-03-30T18:30:02.027Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-03-30T18:30:02.286Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-03-30T18:30:02.293Z Checking sct v0.7.1
28242026-03-30T18:30:02.454Z Checking rustls-webpki v0.101.7
28252026-03-30T18:30:02.712Z Checking tinytemplate v1.2.1
28262026-03-30T18:30:02.715Z Compiling nix v0.29.0
28272026-03-30T18:30:02.827Z Checking hex-literal v0.4.1
28282026-03-30T18:30:02.959Z Checking anes v0.1.6
28292026-03-30T18:30:02.992Z Checking oorandom v11.1.5
28302026-03-30T18:30:03.202Z Checking criterion v0.7.0
28312026-03-30T18:30:03.247Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-30T18:30:04.538Z Checking erased-serde v0.4.9
28332026-03-30T18:30:04.574Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28342026-03-30T18:30:04.922Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28352026-03-30T18:30:05.683Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362026-03-30T18:30:06.472Z Checking ordered-float v2.10.1
28372026-03-30T18:30:06.749Z Checking serde-value v0.7.0
28382026-03-30T18:30:06.997Z Checking serde-untagged v0.1.9
28392026-03-30T18:30:07.228Z Checking tokio-rustls v0.24.1
28402026-03-30T18:30:07.492Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28412026-03-30T18:30:07.709Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28422026-03-30T18:30:07.935Z Checking rustls-pemfile v1.0.4
28432026-03-30T18:30:08.105Z Checking twox-hash v2.1.2
28442026-03-30T18:30:08.298Z Checking unicode-xid v0.2.6
28452026-03-30T18:30:08.466Z Checking cargo-util-schemas v0.8.2
28462026-03-30T18:30:08.511Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-03-30T18:30:09.395Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-03-30T18:30:09.477Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-30T18:30:09.589Z Checking fatfs v0.3.6
28502026-03-30T18:30:09.658Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-30T18:30:10.072Z Checking cargo-platform v0.2.0
28522026-03-30T18:30:10.292Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28532026-03-30T18:30:10.993Z Compiling petname v2.0.2
28542026-03-30T18:30:11.312Z Compiling seq-macro v0.3.6
28552026-03-30T18:30:11.634Z Checking cargo_metadata v0.21.0
28562026-03-30T18:30:11.668Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28572026-03-30T18:30:11.841Z Checking concurrent-queue v2.5.0
28582026-03-30T18:30:12.064Z Checking rtoolbox v0.0.3
28592026-03-30T18:30:12.230Z Checking futures-timer v3.0.3
28602026-03-30T18:30:12.420Z Checking parking v2.2.1
28612026-03-30T18:30:12.452Z Checking rpassword v7.4.0
28622026-03-30T18:30:12.572Z Checking event-listener v5.4.1
28632026-03-30T18:30:12.674Z Checking tui-tree-widget v0.23.1
28642026-03-30T18:30:12.823Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28652026-03-30T18:30:12.896Z Checking polyval v0.6.2
28662026-03-30T18:30:13.011Z Checking sapling-renderdag v0.1.0
28672026-03-30T18:30:13.047Z Checking sync-ptr v0.1.4
28682026-03-30T18:30:13.092Z Checking ghash v0.5.1
28692026-03-30T18:30:13.194Z Checking event-listener-strategy v0.5.4
28702026-03-30T18:30:13.247Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28712026-03-30T18:30:13.282Z Checking ctr v0.9.2
28722026-03-30T18:30:13.359Z Checking arrayvec v0.7.6
28732026-03-30T18:30:13.465Z Checking arrayref v0.3.9
28742026-03-30T18:30:13.499Z Checking constant_time_eq v0.4.2
28752026-03-30T18:30:13.569Z Checking aes-gcm v0.10.3
28762026-03-30T18:30:13.648Z Checking async-lock v3.4.2
28772026-03-30T18:30:13.681Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-03-30T18:30:13.764Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-03-30T18:30:14.071Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28802026-03-30T18:30:14.667Z Checking ssh-encoding v0.2.0
28812026-03-30T18:30:14.753Z Checking blowfish v0.9.1
28822026-03-30T18:30:14.889Z Checking ssh-cipher v0.2.0
28832026-03-30T18:30:14.935Z Checking bcrypt-pbkdf v0.10.0
28842026-03-30T18:30:15.093Z Checking async-object-pool v0.2.0
28852026-03-30T18:30:15.129Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-03-30T18:30:15.239Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28872026-03-30T18:30:15.462Z Checking serde_regex v1.1.0
28882026-03-30T18:30:15.661Z Checking password-hash v0.4.2
28892026-03-30T18:30:15.900Z Checking assert-json-diff v2.0.2
28902026-03-30T18:30:15.936Z Checking path-tree v0.8.3
28912026-03-30T18:30:16.100Z Checking gimli v0.32.3
28922026-03-30T18:30:16.154Z Compiling target-lexicon v0.13.3
28932026-03-30T18:30:16.390Z Checking stringmetrics v2.2.2
28942026-03-30T18:30:16.571Z Checking httpmock v0.8.3
28952026-03-30T18:30:16.732Z Checking pbkdf2 v0.11.0
28962026-03-30T18:30:16.931Z Checking ssh-key v0.6.7
28972026-03-30T18:30:17.694Z Checking addr2line v0.25.1
28982026-03-30T18:30:17.990Z Checking p256 v0.13.2
28992026-03-30T18:30:18.027Z Compiling samael v0.0.19
29002026-03-30T18:30:18.275Z Checking p521 v0.13.3
29012026-03-30T18:30:18.786Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29022026-03-30T18:30:18.913Z Checking russh-cryptovec v0.7.3
29032026-03-30T18:30:19.034Z Checking md5 v0.7.0
29042026-03-30T18:30:19.079Z Compiling guppy-workspace-hack v0.1.0
29052026-03-30T18:30:19.237Z Checking rustc-demangle v0.1.27
29062026-03-30T18:30:19.338Z Checking russh-keys v0.45.0
29072026-03-30T18:30:19.497Z Checking backtrace v0.3.76
29082026-03-30T18:30:19.808Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29092026-03-30T18:30:19.841Z Checking num-bigint v0.4.6
29102026-03-30T18:30:20.007Z Checking des v0.8.1
29112026-03-30T18:30:20.349Z Compiling blake3 v1.8.3
29122026-03-30T18:30:20.743Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29132026-03-30T18:30:20.841Z Compiling target-spec v3.5.7
29142026-03-30T18:30:20.965Z Checking russh v0.45.0
29152026-03-30T18:30:21.176Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-03-30T18:30:21.819Z Checking backtrace-ext v0.2.1
29172026-03-30T18:30:21.852Z Checking cfg-expr v0.20.6
29182026-03-30T18:30:22.069Z Checking supports-color v2.1.0
29192026-03-30T18:30:22.235Z Checking textwrap v0.15.2
29202026-03-30T18:30:22.270Z Checking supports-hyperlinks v2.1.0
29212026-03-30T18:30:22.414Z Checking supports-unicode v2.1.0
29222026-03-30T18:30:22.471Z Checking hashbrown v0.14.5
29232026-03-30T18:30:22.562Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29242026-03-30T18:30:22.600Z Checking cargo-platform v0.3.2
29252026-03-30T18:30:22.786Z Checking socket2 v0.5.10
29262026-03-30T18:30:22.820Z Checking terminal_size v0.1.17
29272026-03-30T18:30:22.869Z Compiling miette-derive v5.10.0
29282026-03-30T18:30:22.957Z Checking internet-checksum v0.2.1
29292026-03-30T18:30:22.991Z Checking owo-colors v3.5.0
29302026-03-30T18:30:23.064Z Checking chumsky v0.9.3
29312026-03-30T18:30:23.106Z Checking cargo_metadata v0.23.1
29322026-03-30T18:30:24.009Z Checking miette v5.10.0
29332026-03-30T18:30:24.066Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29342026-03-30T18:30:24.147Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29352026-03-30T18:30:24.224Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29362026-03-30T18:30:24.520Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29372026-03-30T18:30:24.568Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29382026-03-30T18:30:24.841Z Checking httptest v0.16.4
29392026-03-30T18:30:24.868Z Checking pathdiff v0.2.3
29402026-03-30T18:30:25.008Z Compiling knuffel-derive v3.2.0
29412026-03-30T18:30:25.076Z Checking topological-sort v0.2.2
29422026-03-30T18:30:25.196Z Checking nested v0.1.1
29432026-03-30T18:30:25.243Z Checking omicron-zone-package v0.12.2
29442026-03-30T18:30:25.353Z Compiling git2 v0.20.4
29452026-03-30T18:30:25.386Z Checking guppy v0.17.25
29462026-03-30T18:30:25.422Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29472026-03-30T18:30:25.662Z Checking similar-asserts v1.7.0
29482026-03-30T18:30:25.848Z Compiling rstest_macros v0.25.0
29492026-03-30T18:30:26.160Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29502026-03-30T18:30:26.193Z Compiling target-triple v1.0.0
29512026-03-30T18:30:26.361Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29522026-03-30T18:30:26.435Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29532026-03-30T18:30:26.542Z Checking knuffel v3.2.0
29542026-03-30T18:30:26.586Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29552026-03-30T18:30:27.093Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29562026-03-30T18:30:27.150Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29572026-03-30T18:30:27.321Z Checking toml_datetime v1.0.0+spec-1.1.0
29582026-03-30T18:30:27.774Z Compiling relative-path v1.9.3
29592026-03-30T18:30:28.130Z Compiling assert_cmd v2.1.2
29602026-03-30T18:30:28.168Z Checking escape8259 v0.5.3
29612026-03-30T18:30:28.331Z Checking libtest-mimic v0.8.1
29622026-03-30T18:30:28.457Z Checking toml v1.0.3+spec-1.1.0
29632026-03-30T18:30:28.711Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29642026-03-30T18:30:28.760Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-03-30T18:30:28.902Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29662026-03-30T18:30:29.100Z Checking blake2b_simd v1.0.4
29672026-03-30T18:30:29.545Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29682026-03-30T18:30:29.612Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29692026-03-30T18:30:30.001Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29702026-03-30T18:30:30.029Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29712026-03-30T18:30:30.264Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29722026-03-30T18:30:30.510Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29732026-03-30T18:30:30.713Z Checking fancy-regex v0.14.0
29742026-03-30T18:30:30.943Z Checking serde_tokenstream v0.2.3
29752026-03-30T18:30:31.111Z Checking uzers v0.12.2
29762026-03-30T18:30:31.209Z Checking termcolor v1.4.1
29772026-03-30T18:30:31.379Z Compiling linkme-impl v0.3.35
29782026-03-30T18:30:31.474Z Checking constant_time_eq v0.3.1
29792026-03-30T18:30:31.610Z Checking rust-argon2 v2.1.0
29802026-03-30T18:30:31.844Z Checking trybuild v1.0.116
29812026-03-30T18:30:31.861Z Checking rstest v0.25.0
29822026-03-30T18:30:31.898Z Checking datatest-stable v0.3.3
29832026-03-30T18:30:32.362Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29842026-03-30T18:30:32.462Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29852026-03-30T18:30:32.667Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29862026-03-30T18:30:32.713Z Checking support-bundle-viewer v0.1.2
29872026-03-30T18:30:32.889Z Compiling polar-core v0.27.3
29882026-03-30T18:30:32.986Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29892026-03-30T18:30:33.217Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-30T18:30:33.335Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29912026-03-30T18:30:33.557Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29922026-03-30T18:30:33.666Z Checking drift v0.1.3
29932026-03-30T18:30:33.793Z Checking rand_distr v0.5.1
29942026-03-30T18:30:34.035Z Checking multimap v0.10.1
29952026-03-30T18:30:34.250Z Checking approx v0.5.1
29962026-03-30T18:30:34.285Z Compiling linkme v0.3.35
29972026-03-30T18:30:34.420Z Checking dropshot-api-manager v0.6.0
29982026-03-30T18:30:34.555Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-30T18:30:35.280Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-03-30T18:30:35.499Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-03-30T18:30:35.681Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-03-30T18:30:35.734Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30032026-03-30T18:30:35.975Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-03-30T18:30:36.011Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30052026-03-30T18:30:36.049Z Checking partial-io v0.5.4
30062026-03-30T18:30:36.288Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-03-30T18:30:36.323Z Checking cargo_toml v0.21.0
30082026-03-30T18:30:36.357Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30092026-03-30T18:30:36.518Z Checking termios v0.3.3
30102026-03-30T18:30:36.691Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-03-30T18:30:37.013Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-30T18:30:37.221Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-30T18:30:38.257Z Checking oso v0.27.3
30142026-03-30T18:30:38.310Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30152026-03-30T18:30:41.061Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-03-30T18:30:45.455Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-03-30T18:30:47.508Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-30T18:30:48.441Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30192026-03-30T18:30:51.988Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30202026-03-30T18:30:56.658Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-03-30T18:31:00.944Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-03-30T18:31:01.880Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30232026-03-30T18:31:04.750Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30242026-03-30T18:31:11.503Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-03-30T18:32:26.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30262026-03-30T18:32:27.387Z
30272026-03-30T18:32:27.387Zreal 4:03.775367175
30282026-03-30T18:32:27.387Zuser 20:34.406908614
30292026-03-30T18:32:27.387Zsys 4:46.335644339
30302026-03-30T18:32:27.387Ztrap 0.491907730
30312026-03-30T18:32:27.387Ztflt 0.068896323
30322026-03-30T18:32:27.387Zdflt 0.184036034
30332026-03-30T18:32:27.387Zkflt 0.001817219
30342026-03-30T18:32:27.387Zlock 56:41.819587402
30352026-03-30T18:32:27.387Zslp 56:16.777440037
30362026-03-30T18:32:27.387Zlat 1:47.888853229
30372026-03-30T18:32:27.387Zstop 10:56.904420448
30382026-03-30T18:32:27.391Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-03-30T18:32:27.391Z+ ptime -m cargo doc --workspace --no-deps
30402026-03-30T18:32:28.270Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-03-30T18:32:28.270Z |
30422026-03-30T18:32:28.270Z = 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)`
30432026-03-30T18:32:28.270Z = 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>
30442026-03-30T18:32:29.198Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-30T18:32:29.427Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-30T18:32:29.473Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-03-30T18:32:29.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-03-30T18:32:29.653Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-03-30T18:32:29.701Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-30T18:32:29.728Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-30T18:32:29.732Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-30T18:32:29.778Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-03-30T18:32:29.969Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30542026-03-30T18:32:30.007Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30552026-03-30T18:32:30.034Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30562026-03-30T18:32:30.064Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30572026-03-30T18:32:30.089Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30582026-03-30T18:32:30.111Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-03-30T18:32:30.142Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30602026-03-30T18:32:30.214Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30612026-03-30T18:32:30.240Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30622026-03-30T18:32:30.271Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30632026-03-30T18:32:30.293Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30642026-03-30T18:32:30.621Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30652026-03-30T18:32:30.711Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-30T18:32:30.799Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-03-30T18:32:30.893Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30682026-03-30T18:32:30.917Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30692026-03-30T18:32:30.946Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-03-30T18:32:31.036Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30712026-03-30T18:32:31.178Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30722026-03-30T18:32:31.204Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-03-30T18:32:31.368Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-03-30T18:32:31.523Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-30T18:32:31.558Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30762026-03-30T18:32:31.711Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30772026-03-30T18:32:31.765Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30782026-03-30T18:32:31.906Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30792026-03-30T18:32:31.931Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30802026-03-30T18:32:32.004Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30812026-03-30T18:32:32.065Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30822026-03-30T18:32:32.140Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30832026-03-30T18:32:32.320Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30842026-03-30T18:32:32.447Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-03-30T18:32:32.500Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-03-30T18:32:32.617Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-03-30T18:32:32.659Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-03-30T18:32:32.774Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-03-30T18:32:32.800Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-03-30T18:32:32.956Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-03-30T18:32:33.037Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-03-30T18:32:33.063Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-03-30T18:32:33.209Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-30T18:32:33.215Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-30T18:32:33.237Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30962026-03-30T18:32:33.264Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30972026-03-30T18:32:33.516Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30982026-03-30T18:32:33.516Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30992026-03-30T18:32:33.561Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-03-30T18:32:33.565Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-03-30T18:32:33.767Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31022026-03-30T18:32:33.788Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-03-30T18:32:33.810Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-03-30T18:32:33.965Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-03-30T18:32:34.032Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-03-30T18:32:34.061Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31072026-03-30T18:32:34.100Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31082026-03-30T18:32:34.232Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31092026-03-30T18:32:34.262Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31102026-03-30T18:32:34.301Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31112026-03-30T18:32:34.393Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31122026-03-30T18:32:34.428Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31132026-03-30T18:32:34.457Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31142026-03-30T18:32:34.480Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31152026-03-30T18:32:34.504Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31162026-03-30T18:32:34.847Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-30T18:32:34.874Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31182026-03-30T18:32:35.200Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31192026-03-30T18:32:35.599Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-03-30T18:32:35.633Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-03-30T18:32:35.826Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31222026-03-30T18:32:36.108Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-03-30T18:32:36.131Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-03-30T18:32:36.267Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31252026-03-30T18:32:36.598Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-03-30T18:32:36.810Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-30T18:32:37.061Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-30T18:32:37.157Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31292026-03-30T18:32:37.442Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-30T18:32:38.120Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-30T18:32:38.825Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322026-03-30T18:32:38.891Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-03-30T18:32:39.027Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-30T18:32:39.123Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352026-03-30T18:32:39.818Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31362026-03-30T18:32:39.844Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31372026-03-30T18:32:40.019Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31382026-03-30T18:32:40.091Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31392026-03-30T18:32:40.154Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31402026-03-30T18:32:40.295Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31412026-03-30T18:32:40.389Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31422026-03-30T18:32:40.465Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-03-30T18:32:40.504Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-03-30T18:32:40.594Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31452026-03-30T18:32:40.620Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31462026-03-30T18:32:40.776Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472026-03-30T18:32:40.900Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31482026-03-30T18:32:41.200Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31492026-03-30T18:32:41.556Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31502026-03-30T18:32:41.938Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31512026-03-30T18:32:42.318Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-03-30T18:32:42.851Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-03-30T18:32:43.113Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-03-30T18:32:43.205Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31552026-03-30T18:32:43.509Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-30T18:32:43.539Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31572026-03-30T18:32:43.780Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31582026-03-30T18:32:44.057Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-03-30T18:32:44.433Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602026-03-30T18:32:44.488Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-30T18:32:44.790Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31622026-03-30T18:32:44.968Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-03-30T18:32:45.160Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31642026-03-30T18:32:45.363Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31652026-03-30T18:32:45.387Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-03-30T18:32:45.436Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31672026-03-30T18:32:45.651Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31682026-03-30T18:32:46.385Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31692026-03-30T18:32:46.447Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31702026-03-30T18:32:46.710Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712026-03-30T18:32:47.113Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31722026-03-30T18:32:47.490Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31732026-03-30T18:32:47.900Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-30T18:32:48.781Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-03-30T18:32:48.960Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31762026-03-30T18:32:48.984Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-03-30T18:32:49.314Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31782026-03-30T18:32:49.679Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31792026-03-30T18:32:49.884Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31802026-03-30T18:32:50.372Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-03-30T18:32:50.396Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-03-30T18:32:50.400Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-30T18:32:51.216Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31842026-03-30T18:32:51.487Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31852026-03-30T18:32:51.560Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-03-30T18:32:51.720Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31872026-03-30T18:32:51.769Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-03-30T18:32:52.719Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-30T18:32:53.038Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-30T18:32:53.826Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31912026-03-30T18:32:54.684Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31922026-03-30T18:32:54.759Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31932026-03-30T18:32:55.572Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31942026-03-30T18:32:55.949Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31952026-03-30T18:32:56.425Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-03-30T18:32:56.677Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31972026-03-30T18:32:57.063Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31982026-03-30T18:32:58.833Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31992026-03-30T18:32:58.882Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32002026-03-30T18:32:59.329Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32012026-03-30T18:32:59.545Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32022026-03-30T18:32:59.744Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-03-30T18:33:00.008Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-03-30T18:33:00.389Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-03-30T18:33:00.499Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-30T18:33:00.845Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32072026-03-30T18:33:00.911Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32082026-03-30T18:33:01.091Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-30T18:33:01.518Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32102026-03-30T18:33:01.633Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-03-30T18:33:01.660Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32122026-03-30T18:33:02.415Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32132026-03-30T18:33:02.547Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-03-30T18:33:02.661Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-03-30T18:33:03.147Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32162026-03-30T18:33:03.411Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-03-30T18:33:03.784Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32182026-03-30T18:33:04.117Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32192026-03-30T18:33:04.321Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32202026-03-30T18:33:04.499Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-03-30T18:33:05.118Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32222026-03-30T18:33:05.585Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-03-30T18:33:07.198Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-30T18:33:09.836Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-03-30T18:33:10.002Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-03-30T18:33:11.807Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-03-30T18:33:12.366Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32282026-03-30T18:33:13.555Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-03-30T18:33:14.302Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32302026-03-30T18:33:14.783Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-30T18:33:17.100Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32322026-03-30T18:33:17.570Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32332026-03-30T18:33:17.845Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32342026-03-30T18:33:18.281Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32352026-03-30T18:33:18.764Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32362026-03-30T18:33:18.834Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-30T18:33:19.656Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-03-30T18:33:21.690Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32392026-03-30T18:33:22.875Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32402026-03-30T18:33:23.659Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32412026-03-30T18:33:24.470Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32422026-03-30T18:33:26.788Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-03-30T18:33:28.098Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32442026-03-30T18:33:28.728Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32452026-03-30T18:33:29.444Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32462026-03-30T18:33:30.118Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32472026-03-30T18:33:30.787Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32482026-03-30T18:33:31.930Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32492026-03-30T18:33:33.130Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32502026-03-30T18:33:33.800Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32512026-03-30T18:33:34.507Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32522026-03-30T18:33:35.263Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-03-30T18:33:35.617Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32542026-03-30T18:33:36.115Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-03-30T18:33:37.002Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32562026-03-30T18:33:39.957Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-03-30T18:33:41.106Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32582026-03-30T18:33:41.649Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32592026-03-30T18:33:42.447Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32602026-03-30T18:33:43.566Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-03-30T18:33:44.378Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622026-03-30T18:33:45.477Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-03-30T18:33:48.195Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-03-30T18:33:48.428Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32652026-03-30T18:33:49.135Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32662026-03-30T18:33:50.583Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32672026-03-30T18:33:51.657Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32682026-03-30T18:33:53.111Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32692026-03-30T18:33:55.320Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32702026-03-30T18:33:55.961Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32712026-03-30T18:33:57.400Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32722026-03-30T18:34:03.462Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32732026-03-30T18:34:04.993Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-03-30T18:34:06.523Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32752026-03-30T18:34:10.060Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-30T18:34:11.101Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-30T18:34:11.779Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32782026-03-30T18:34:12.537Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32792026-03-30T18:34:14.373Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32802026-03-30T18:34:16.283Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-30T18:34:17.918Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32822026-03-30T18:34:19.832Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32832026-03-30T18:34:21.449Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842026-03-30T18:34:23.483Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32852026-03-30T18:34:24.824Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32862026-03-30T18:34:26.527Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32872026-03-30T18:34:28.186Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-03-30T18:34:29.831Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32892026-03-30T18:34:31.516Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32902026-03-30T18:34:33.187Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32912026-03-30T18:34:35.038Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32922026-03-30T18:34:36.663Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32932026-03-30T18:34:38.347Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32942026-03-30T18:34:40.236Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32952026-03-30T18:34:42.013Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32962026-03-30T18:34:43.907Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32972026-03-30T18:34:45.618Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32982026-03-30T18:34:47.752Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32992026-03-30T18:34:49.247Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-03-30T18:34:51.553Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33012026-03-30T18:34:53.992Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33022026-03-30T18:34:55.364Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33032026-03-30T18:34:58.963Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33042026-03-30T18:35:00.040Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33052026-03-30T18:35:01.183Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33062026-03-30T18:35:04.237Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33072026-03-30T18:35:06.416Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33082026-03-30T18:35:08.780Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33092026-03-30T18:35:10.763Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33102026-03-30T18:35:12.902Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33112026-03-30T18:35:15.019Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33122026-03-30T18:35:17.454Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33132026-03-30T18:35:19.540Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33142026-03-30T18:35:21.795Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33152026-03-30T18:35:23.437Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33162026-03-30T18:35:25.634Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33172026-03-30T18:35:27.813Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33182026-03-30T18:35:29.976Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33192026-03-30T18:35:32.165Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-03-30T18:35:34.277Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33212026-03-30T18:35:36.513Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-03-30T18:35:38.758Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-03-30T18:35:40.851Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-03-30T18:35:43.024Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33252026-03-30T18:35:45.359Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33262026-03-30T18:35:47.454Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33272026-03-30T18:35:49.601Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33282026-03-30T18:35:51.968Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33292026-03-30T18:35:54.138Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33302026-03-30T18:35:56.366Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33312026-03-30T18:35:58.625Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33322026-03-30T18:36:00.750Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33332026-03-30T18:36:02.943Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33342026-03-30T18:36:05.192Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-03-30T18:36:07.807Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33362026-03-30T18:36:09.968Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33372026-03-30T18:36:12.371Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33382026-03-30T18:36:14.679Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33392026-03-30T18:36:17.157Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-03-30T18:36:19.411Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33412026-03-30T18:36:21.884Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33422026-03-30T18:36:24.510Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33432026-03-30T18:36:26.988Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33442026-03-30T18:36:32.261Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33452026-03-30T18:36:32.419Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33462026-03-30T18:36:34.160Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33472026-03-30T18:36:36.725Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-03-30T18:36:39.531Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33492026-03-30T18:36:41.771Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33502026-03-30T18:36:44.242Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33512026-03-30T18:36:51.374Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33522026-03-30T18:36:51.606Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33532026-03-30T18:36:54.941Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33542026-03-30T18:36:59.392Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33552026-03-30T18:37:02.187Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33562026-03-30T18:37:05.635Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-03-30T18:37:09.239Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33582026-03-30T18:37:12.651Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33592026-03-30T18:37:16.226Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33602026-03-30T18:37:19.838Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33612026-03-30T18:37:23.376Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33622026-03-30T18:37:26.898Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33632026-03-30T18:37:30.468Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33642026-03-30T18:37:33.983Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33652026-03-30T18:37:37.496Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33662026-03-30T18:37:41.140Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33672026-03-30T18:37:44.792Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33682026-03-30T18:37:48.289Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33692026-03-30T18:37:51.872Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33702026-03-30T18:37:55.593Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33712026-03-30T18:38:01.051Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33722026-03-30T18:38:02.616Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33732026-03-30T18:38:06.382Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33742026-03-30T18:38:09.855Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33752026-03-30T18:38:14.008Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33762026-03-30T18:38:41.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s
33772026-03-30T18:38:41.856Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33782026-03-30T18:38:41.953Z
33792026-03-30T18:38:41.953Zreal 6:14.409865928
33802026-03-30T18:38:41.953Zuser 17:12.082976990
33812026-03-30T18:38:41.953Zsys 3:36.883860845
33822026-03-30T18:38:41.953Ztrap 0.265500420
33832026-03-30T18:38:41.953Ztflt 0.027049545
33842026-03-30T18:38:41.953Zdflt 0.047447494
33852026-03-30T18:38:41.953Zkflt 0.000033642
33862026-03-30T18:38:41.953Zlock 5:41:17.145200546
33872026-03-30T18:38:41.954Zslp 2:04:58.988550622
33882026-03-30T18:38:41.954Zlat 37.307120500
33892026-03-30T18:38:41.958Zstop 1:40.111481559
33902026-03-30T18:38:41.958Zprocess exited: duration 827432 ms, exit code 0
 
33912026-03-30T18:38:41.966Zfound 0 output files