01KM670VHA2RH9QRPYMBVKRWQP: clippy (helios)

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

Buildomat Job: 01KM671PFK2GHXJ4VBVN28842R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T18:11:37.191Zjob assigned to worker 01KM671TA7M7EGMH22ASKB6TWQ [factory aws, i-0481fed21be8e31a2] (queued for 1 m 21 s)
 
22026-03-20T18:11:45.175Zstarting task 0: "setup"
32026-03-20T18:11:45.183Z++ uname -s
42026-03-20T18:11:45.183Z+ kern=SunOS
52026-03-20T18:11:45.183Z+ build_user=build
62026-03-20T18:11:45.183Z+ build_uid=12345
72026-03-20T18:11:45.183Z+ work_dir=/work
82026-03-20T18:11:45.183Z+ input_dir=/input
92026-03-20T18:11:45.183Z+ [[ 0 == 12345 ]]
102026-03-20T18:11:45.183Z+ case "$kern" in
112026-03-20T18:11:45.183Z+ groupadd -g 12345 build
122026-03-20T18:11:45.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T18:11:47.381Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T18:11:47.393Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T18:11:47.393Z+ home_fs=zfs
162026-03-20T18:11:47.393Z+ [[ zfs == autofs ]]
172026-03-20T18:11:47.393Z+ mkdir -p /home/build
182026-03-20T18:11:47.393Z+ chown build:build /home/build /work
192026-03-20T18:11:49.307Z+ chmod 0700 /home/build /work
202026-03-20T18:11:49.309Zprocess exited: duration 4139 ms, exit code 0
 
212026-03-20T18:11:49.322Zstarting task 1: "rust-toolchain"
222026-03-20T18:11:49.330Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T18:11:49.331Z * rust toolchain channel = "1.94.0"
242026-03-20T18:11:49.331Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T18:11:49.331Z * rust toolchain profile = "default"
262026-03-20T18:11:49.331Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T18:11:49.331Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T18:11:49.331Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T18:11:49.337Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T18:11:49.413Zinfo: downloading installer
312026-03-20T18:11:50.892Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T18:11:50.892Zwarn: /opt/ooce/bin
332026-03-20T18:11:50.892Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T18:11:50.892Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T18:11:50.892Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T18:11:50.892Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T18:11:50.892Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T18:11:50.892Zerror: cannot install while Rust is installed
392026-03-20T18:11:50.892Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T18:11:50.892Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T18:11:50.892Zwarn: /home/build/.rustup/settings.toml
422026-03-20T18:11:50.892Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T18:11:50.892Zwarn: instead of the one inferred from the default host triple.
442026-03-20T18:11:50.908Zinfo: profile set to default
452026-03-20T18:11:50.908Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T18:11:50.916Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T18:11:51.056Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T18:11:51.226Zinfo: downloading 6 components
492026-03-20T18:12:06.195Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T18:12:06.195Z
512026-03-20T18:12:06.227Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T18:12:06.227Z
532026-03-20T18:12:06.230Z
542026-03-20T18:12:06.230ZRust is installed now. Great!
552026-03-20T18:12:06.230Z
562026-03-20T18:12:06.230ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T18:12:06.230Zenvironment variable. This has not been done automatically.
582026-03-20T18:12:06.230Z
592026-03-20T18:12:06.230ZTo configure your current shell, you need to source
602026-03-20T18:12:06.230Zthe corresponding env file under $HOME/.cargo.
612026-03-20T18:12:06.230Z
622026-03-20T18:12:06.230ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T18:12:06.230Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T18:12:06.230Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T18:12:06.230Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T18:12:06.230Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T18:12:06.230Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T18:12:06.230Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T18:12:06.230Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T18:12:06.230Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T18:12:06.390Z+ rustup --version
722026-03-20T18:12:06.398Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T18:12:06.398Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T18:12:06.398Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T18:12:06.398Z+ cargo --version
762026-03-20T18:12:06.398Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T18:12:06.398Z+ rustc --version
782026-03-20T18:12:06.406Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T18:12:06.411Zprocess exited: duration 17089 ms, exit code 0
 
802026-03-20T18:12:06.417Zstarting task 2: "authentication"
812026-03-20T18:12:06.440Zprocess exited: duration 20 ms, exit code 0
 
822026-03-20T18:12:06.455Zstarting task 3: "clone repository"
832026-03-20T18:12:06.463Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T18:12:06.463Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T18:12:06.499ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T18:12:16.740Z+ cd /work/oxidecomputer/omicron
872026-03-20T18:12:16.740Z+ git fetch origin 561f6be556fe303487ec7c86ca973b7514bb6707
882026-03-20T18:12:16.972ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T18:12:16.973Z * branch 561f6be556fe303487ec7c86ca973b7514bb6707 -> FETCH_HEAD
902026-03-20T18:12:16.981Z+ [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
912026-03-20T18:12:16.990Z++ git branch --show-current
922026-03-20T18:12:16.990Z+ current=main
932026-03-20T18:12:16.990Z+ [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]]
942026-03-20T18:12:16.990Z+ git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 561f6be556fe303487ec7c86ca973b7514bb6707
952026-03-20T18:12:16.990Z+ git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default
962026-03-20T18:12:17.322ZSwitched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default'
972026-03-20T18:12:17.332Z+ git reset --hard 561f6be556fe303487ec7c86ca973b7514bb6707
982026-03-20T18:12:17.633ZHEAD is now at 561f6be55 fix slot_to_pci_bdf comment to include vsock
992026-03-20T18:12:17.641Zprocess exited: duration 11185 ms, exit code 0
 
1002026-03-20T18:12:17.658Zstarting task 4: "build"
1012026-03-20T18:12:17.665Z+ source ./env.sh
1022026-03-20T18:12:17.665Z++ OLD_SHELL_OPTS=ehxB
1032026-03-20T18:12:17.665Z++ set -o xtrace
1042026-03-20T18:12:17.665Z++++ dirname ./env.sh
1052026-03-20T18:12:17.675Z+++ readlink -f .
1062026-03-20T18:12:17.675Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ 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-20T18:12:17.675Z++ case $OLD_SHELL_OPTS in
1162026-03-20T18:12:17.675Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-20T18:12:17.675Z+ source .github/buildomat/ci-env.sh
1182026-03-20T18:12:17.675Z++ export CARGO_TERM_COLOR=always
1192026-03-20T18:12:17.676Z++ CARGO_TERM_COLOR=always
1202026-03-20T18:12:17.676Z+ cargo --version
1212026-03-20T18:12:17.684Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-20T18:12:17.684Z+ rustc --version
1232026-03-20T18:12:17.703Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-20T18:12:17.710Z+ banner prerequisites
1252026-03-20T18:12:17.719Z
1262026-03-20T18:12:17.719Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-20T18:12:17.719Z # # # # # # # # # # # # # # #
1282026-03-20T18:12:17.719Z # # # # ##### # # ##### # # # # # #### #
1292026-03-20T18:12:17.719Z ##### ##### # ##### # # # # # # # # #
1302026-03-20T18:12:17.719Z # # # # # # # # # # # # # # #
1312026-03-20T18:12:17.719Z # # # ###### # # ###### ### # #### # #### #
1322026-03-20T18:12:17.719Z
1332026-03-20T18:12:17.719Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-20T18:12:27.908Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-20T18:12:37.260Z Startup: Caching catalogs ... Done
1362026-03-20T18:12:59.421ZPlanning: Solver setup ... Done (20.788s)
1372026-03-20T18:12:59.572ZPlanning: Running solver ... Done (0.153s)
1382026-03-20T18:12:59.863ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-20T18:12:59.882ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-20T18:12:59.925ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-20T18:12:59.968ZPlanning: Package planning ... Done (0.043s)
1422026-03-20T18:13:00.009ZPlanning: Merging actions ... Done (0.042s)
1432026-03-20T18:13:00.253ZPlanning: Checking for conflicting actions ... Done (0.246s)
1442026-03-20T18:13:00.264ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-20T18:13:01.121ZPlanning: Evaluating mediators ... Done (0.857s)
1462026-03-20T18:13:01.131ZPlanning: Planning completed in 23.79 seconds
1472026-03-20T18:13:01.147Z Packages to install: 4
1482026-03-20T18:13:01.154Z Mediators to change: 2
1492026-03-20T18:13:01.155Z Services to change: 1
1502026-03-20T18:13:01.155Z Estimated space available: 155.43 GB
1512026-03-20T18:13:01.155ZEstimated space to be consumed: 1.83 GB
1522026-03-20T18:13:01.155Z Create boot environment: No
1532026-03-20T18:13:01.155ZCreate backup boot environment: No
1542026-03-20T18:13:01.155Z Rebuild boot archive: No
1552026-03-20T18:13:01.155Z
1562026-03-20T18:13:01.155ZChanged mediators:
1572026-03-20T18:13:01.155Z mediator clang:
1582026-03-20T18:13:01.155Z version: None -> 15 (system default)
1592026-03-20T18:13:01.155Z
1602026-03-20T18:13:01.155Z mediator llvm:
1612026-03-20T18:13:01.155Z version: 14 (system default) -> 15 (system default)
1622026-03-20T18:13:01.155Z
1632026-03-20T18:13:01.155ZChanged packages:
1642026-03-20T18:13:01.155Zhelios-dev
1652026-03-20T18:13:01.155Z developer/build-essential
1662026-03-20T18:13:01.155Z None -> 11-2.0
1672026-03-20T18:13:01.155Z library/libxmlsec1
1682026-03-20T18:13:01.155Z None -> 1.2.35-2.0
1692026-03-20T18:13:01.155Z ooce/developer/clang-15
1702026-03-20T18:13:01.155Z None -> 15.0.7-2.0
1712026-03-20T18:13:01.155Z ooce/developer/llvm-15
1722026-03-20T18:13:01.155Z None -> 15.0.7-2.0
1732026-03-20T18:13:01.155Z
1742026-03-20T18:13:01.155ZServices:
1752026-03-20T18:13:01.155Z restart_fmri:
1762026-03-20T18:13:01.155Z svc:/system/update-man-index:default
1772026-03-20T18:13:01.200Z
1782026-03-20T18:13:01.200ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-20T18:13:06.611ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (25.4M/s)
1802026-03-20T18:13:11.959ZDownload: 3276/3290 items 211.5/212.6MB 99% complete (21.0M/s)
1812026-03-20T18:13:12.165ZDownload: Completed 212.60 MB in 10.83 seconds (19.6M/s)
1822026-03-20T18:13:12.277Z Actions: 1/3689 actions (Installing new actions)
1832026-03-20T18:13:16.419Z Actions: Completed 3689 actions in 4.15 seconds.
1842026-03-20T18:13:16.799Z Done (0.369s)
1852026-03-20T18:13:16.799Z Done (0.000s)
1862026-03-20T18:13:17.946Z Done (0.999s)
1872026-03-20T18:13:21.927Z Done (3.790s)
1882026-03-20T18:13:22.019Z Done (0.019s)
1892026-03-20T18:13:22.023Z Done (0.000s)
1902026-03-20T18:13:22.171Z Done (0.000s)
1912026-03-20T18:13:23.125ZPlanning: Evaluating mediator changes ... Done
1922026-03-20T18:13:23.272ZPlanning: Checking for conflicting actions ... Done
1932026-03-20T18:13:23.278ZPlanning: Consolidating action changes ... Done
1942026-03-20T18:13:23.592ZPlanning: Evaluating mediators ... Done
1952026-03-20T18:13:23.612ZPlanning: Planning completed in 0.37 seconds
1962026-03-20T18:13:23.612Z Mediators to change: 2
1972026-03-20T18:13:23.612Z Create boot environment: No
1982026-03-20T18:13:23.612ZCreate backup boot environment: No
1992026-03-20T18:13:23.612Z Done
2002026-03-20T18:13:23.612Z Done
2012026-03-20T18:13:24.318Z Done
2022026-03-20T18:13:27.729Z Done
2032026-03-20T18:13:27.743Z Done
2042026-03-20T18:13:27.753Z Done
2052026-03-20T18:13:27.894Z Done
2062026-03-20T18:13:28.430ZPlanning: Evaluating mediator changes ... Done
2072026-03-20T18:13:28.438ZPlanning: Merging actions ... Done
2082026-03-20T18:13:28.602ZPlanning: Checking for conflicting actions ... Done
2092026-03-20T18:13:28.665ZPlanning: Consolidating action changes ... Done
2102026-03-20T18:13:28.960ZPlanning: Evaluating mediators ... Done
2112026-03-20T18:13:28.985ZPlanning: Planning completed in 0.63 seconds
2122026-03-20T18:13:28.985Z Packages to change: 1
2132026-03-20T18:13:28.985Z Mediators to change: 1
2142026-03-20T18:13:28.985Z Services to change: 1
2152026-03-20T18:13:28.985Z Create boot environment: No
2162026-03-20T18:13:28.985ZCreate backup boot environment: Yes
2172026-03-20T18:13:31.345Z Actions: 1/6 actions (Updating modified actions)
2182026-03-20T18:13:31.350Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-20T18:13:31.350Z Done
2202026-03-20T18:13:31.350Z Done
2212026-03-20T18:13:31.540Z Done
2222026-03-20T18:13:34.803Z Done
2232026-03-20T18:13:34.879Z Done
2242026-03-20T18:13:34.887Z Done
2252026-03-20T18:13:35.117Z Done
2262026-03-20T18:13:35.497ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-20T18:13:35.497Zclang system 15 system
2282026-03-20T18:13:35.497Zcsh system system illumos
2292026-03-20T18:13:35.497Zctags system system illumos
2302026-03-20T18:13:35.497Zfile system system illumos
2312026-03-20T18:13:35.497Zgcc vendor 12 vendor
2322026-03-20T18:13:35.497Zgcc system 10 system
2332026-03-20T18:13:35.497Zgcc system 7 system
2342026-03-20T18:13:35.497Zgo system 1.20 system
2352026-03-20T18:13:35.497Zgo system 1.19 system
2362026-03-20T18:13:35.497Zllvm system 15 system
2372026-03-20T18:13:35.497Zllvm system 14 system
2382026-03-20T18:13:35.497Zmariadb system 10.6 system
2392026-03-20T18:13:35.497Zmta vendor vendor dma
2402026-03-20T18:13:35.497Zopenjdk system 17 system
2412026-03-20T18:13:35.497Zopenjdk system 11 system
2422026-03-20T18:13:35.497Zopenjdk system 1.8 system
2432026-03-20T18:13:35.497Zopenssl vendor 3 vendor
2442026-03-20T18:13:35.497Zperl system 5.36 system
2452026-03-20T18:13:35.497Zpostgresql system 15 system
2462026-03-20T18:13:35.497Zpostgresql system 13 system
2472026-03-20T18:13:35.497Zpython vendor 3 vendor
2482026-03-20T18:13:35.497Zpython system 2 system
2492026-03-20T18:13:35.497Zpython3 system 3.11 system
2502026-03-20T18:13:35.497Zruby system 3.0 system
2512026-03-20T18:13:35.497Zwords vendor vendor american-english
2522026-03-20T18:13:35.497Zwords system system australian-english
2532026-03-20T18:13:35.497Zwords system system british-english
2542026-03-20T18:13:35.497Zwords system system canadian-english
2552026-03-20T18:13:35.497Zwords system system french
2562026-03-20T18:13:35.498Zwords system system italian
2572026-03-20T18:13:35.498Zwords system system ngerman
2582026-03-20T18:13:35.498Zwords system system ogerman
2592026-03-20T18:13:35.498Zwords system system spanish
2602026-03-20T18:13:35.804ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-20T18:13:35.804Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-20T18:13:41.697ZFMRI IFO
2632026-03-20T18:13:41.697Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-20T18:13:41.697Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-20T18:13:41.697Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-20T18:13:41.697Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-20T18:13:41.697Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-20T18:13:41.697Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-20T18:13:41.697Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-20T18:13:41.697Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-20T18:13:41.697Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-20T18:13:41.697Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-20T18:13:41.697Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-20T18:13:41.697Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-20T18:13:41.697Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-20T18:13:41.698Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-20T18:13:41.698Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-20T18:13:41.698Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-20T18:13:42.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-20T18:13:43.208Z Updating crates.io index
2812026-03-20T18:13:43.244Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-20T18:13:44.015Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-20T18:13:44.452Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-20T18:13:44.743Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-20T18:13:45.250Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-20T18:13:45.954Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-20T18:13:46.865Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-20T18:13:48.250Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-20T18:13:49.968Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-20T18:13:50.880Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-20T18:13:51.240Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-20T18:13:52.153Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-20T18:13:52.524Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-20T18:13:52.898Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-20T18:13:53.294Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-20T18:13:54.228Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-20T18:13:54.891Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-20T18:13:55.175Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-20T18:13:55.479Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-20T18:13:55.876Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-20T18:13:56.121Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-20T18:13:56.350Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-20T18:13:56.603Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-20T18:13:57.081Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-20T18:13:57.639Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-20T18:13:58.191Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-20T18:13:58.468Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-20T18:13:58.781Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-20T18:13:59.936Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-20T18:14:00.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-03-20T18:14:01.111Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-20T18:14:01.462Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-20T18:14:01.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-20T18:14:02.191Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-20T18:14:02.661Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-20T18:14:03.045Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-20T18:14:03.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-20T18:14:03.634Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-20T18:14:04.063Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-20T18:14:18.792Z Downloading crates ...
3212026-03-20T18:14:18.854Z Downloaded idna_adapter v1.2.1
3222026-03-20T18:14:18.877Z Downloaded getrandom v0.4.1
3232026-03-20T18:14:18.888Z Downloaded tinystr v0.8.2
3242026-03-20T18:14:18.888Z Downloaded log v0.4.29
3252026-03-20T18:14:18.888Z Downloaded anstyle-query v1.1.5
3262026-03-20T18:14:18.888Z Downloaded is_terminal_polyfill v1.70.2
3272026-03-20T18:14:18.888Z Downloaded bitflags v2.11.0
3282026-03-20T18:14:18.888Z Downloaded zerovec-derive v0.11.2
3292026-03-20T18:14:18.888Z Downloaded yoke-derive v0.8.1
3302026-03-20T18:14:18.888Z Downloaded thiserror v1.0.69
3312026-03-20T18:14:18.896Z Downloaded pest_derive v2.8.6
3322026-03-20T18:14:18.896Z Downloaded usdt-macro v0.5.0
3332026-03-20T18:14:18.896Z Downloaded usdt-attr-macro v0.5.0
3342026-03-20T18:14:18.896Z Downloaded unicode-linebreak v0.1.5
3352026-03-20T18:14:18.896Z Downloaded typeid v1.0.3
3362026-03-20T18:14:18.896Z Downloaded anstream v0.6.21
3372026-03-20T18:14:18.896Z Downloaded autocfg v1.5.0
3382026-03-20T18:14:18.896Z Downloaded utf8_iter v1.0.4
3392026-03-20T18:14:18.899Z Downloaded anyhow v1.0.102
3402026-03-20T18:14:18.900Z Downloaded zerofrom v0.1.6
3412026-03-20T18:14:18.900Z Downloaded unicode-xid v0.2.6
3422026-03-20T18:14:18.900Z Downloaded quote v1.0.44
3432026-03-20T18:14:18.953Z Downloaded anstyle-parse v0.2.7
3442026-03-20T18:14:18.953Z Downloaded toml_datetime v0.6.11
3452026-03-20T18:14:18.953Z Downloaded heck v0.4.1
3462026-03-20T18:14:18.953Z Downloaded byteorder v1.5.0
3472026-03-20T18:14:18.953Z Downloaded utf8parse v0.2.2
3482026-03-20T18:14:18.962Z Downloaded version_check v0.9.5
3492026-03-20T18:14:18.962Z Downloaded camino v1.2.2
3502026-03-20T18:14:18.962Z Downloaded usdt v0.5.0
3512026-03-20T18:14:18.962Z Downloaded thread-id v4.2.2
3522026-03-20T18:14:18.963Z Downloaded pest_generator v2.8.6
3532026-03-20T18:14:18.963Z Downloaded yoke v0.8.1
3542026-03-20T18:14:18.963Z Downloaded writeable v0.6.2
3552026-03-20T18:14:18.963Z Downloaded zerofrom-derive v0.1.6
3562026-03-20T18:14:18.963Z Downloaded toml_write v0.1.2
3572026-03-20T18:14:18.963Z Downloaded fastrand v2.3.0
3582026-03-20T18:14:18.963Z Downloaded thiserror-impl v2.0.18
3592026-03-20T18:14:18.963Z Downloaded terminal_size v0.4.3
3602026-03-20T18:14:18.963Z Downloaded equivalent v1.0.2
3612026-03-20T18:14:18.963Z Downloaded clap_lex v1.0.0
3622026-03-20T18:14:18.963Z Downloaded thiserror v2.0.18
3632026-03-20T18:14:18.963Z Downloaded cfg-if v1.0.4
3642026-03-20T18:14:18.963Z Downloaded block-buffer v0.10.4
3652026-03-20T18:14:18.963Z Downloaded zmij v1.0.21
3662026-03-20T18:14:18.964Z Downloaded usdt-impl v0.5.0
3672026-03-20T18:14:18.964Z Downloaded macaddr v1.0.1
3682026-03-20T18:14:18.964Z Downloaded errno v0.3.14
3692026-03-20T18:14:18.964Z Downloaded textwrap v0.16.2
3702026-03-20T18:14:18.964Z Downloaded ucd-trie v0.1.7
3712026-03-20T18:14:18.964Z Downloaded proc-macro-error-attr v1.0.4
3722026-03-20T18:14:18.964Z Downloaded papergrid v0.11.0
3732026-03-20T18:14:18.964Z Downloaded semver v1.0.27
3742026-03-20T18:14:18.964Z Downloaded toml v0.8.23
3752026-03-20T18:14:18.964Z Downloaded bytecount v0.6.9
3762026-03-20T18:14:18.964Z Downloaded smawk v0.3.2
3772026-03-20T18:14:18.964Z Downloaded thiserror-impl v1.0.69
3782026-03-20T18:14:18.964Z Downloaded dof v0.3.0
3792026-03-20T18:14:18.964Z Downloaded heck v0.5.0
3802026-03-20T18:14:18.964Z Downloaded zerocopy-derive v0.7.35
3812026-03-20T18:14:18.971Z Downloaded tabled_derive v0.7.0
3822026-03-20T18:14:18.971Z Downloaded colorchoice v1.0.4
3832026-03-20T18:14:18.972Z Downloaded zerotrie v0.2.3
3842026-03-20T18:14:18.972Z Downloaded serde-value v0.7.0
3852026-03-20T18:14:18.972Z Downloaded toml_edit v0.22.27
3862026-03-20T18:14:18.972Z Downloaded unicode-ident v1.0.24
3872026-03-20T18:14:18.997Z Downloaded form_urlencoded v1.2.2
3882026-03-20T18:14:18.997Z Downloaded cargo-platform v0.2.0
3892026-03-20T18:14:18.997Z Downloaded stable_deref_trait v1.2.1
3902026-03-20T18:14:19.050Z Downloaded typenum v1.19.0
3912026-03-20T18:14:19.050Z Downloaded ordered-float v2.10.1
3922026-03-20T18:14:19.050Z Downloaded url v2.5.8
3932026-03-20T18:14:19.050Z Downloaded dtrace-parser v0.2.0
3942026-03-20T18:14:19.050Z Downloaded pretty-hex v0.4.1
3952026-03-20T18:14:19.050Z Downloaded potential_utf v0.1.4
3962026-03-20T18:14:19.050Z Downloaded generic-array v0.14.7
3972026-03-20T18:14:19.050Z Downloaded cpufeatures v0.2.17
3982026-03-20T18:14:19.050Z Downloaded crypto-common v0.1.7
3992026-03-20T18:14:19.050Z Downloaded zerovec v0.11.5
4002026-03-20T18:14:19.050Z Downloaded zerocopy v0.7.35
4012026-03-20T18:14:19.050Z Downloaded winnow v0.7.14
4022026-03-20T18:14:19.050Z Downloaded plain v0.2.3
4032026-03-20T18:14:19.050Z Downloaded proc-macro-error v1.0.4
4042026-03-20T18:14:19.050Z Downloaded scroll_derive v0.12.1
4052026-03-20T18:14:19.050Z Downloaded serde_spanned v0.6.9
4062026-03-20T18:14:19.050Z Downloaded unicode-width v0.2.0
4072026-03-20T18:14:19.050Z Downloaded swrite v0.1.0
4082026-03-20T18:14:19.050Z Downloaded percent-encoding v2.3.2
4092026-03-20T18:14:19.064Z Downloaded unicode-width v0.1.14
4102026-03-20T18:14:19.064Z Downloaded itoa v1.0.17
4112026-03-20T18:14:19.064Z Downloaded fnv v1.0.7
4122026-03-20T18:14:19.064Z Downloaded sha2 v0.10.9
4132026-03-20T18:14:19.064Z Downloaded cargo_metadata v0.21.0
4142026-03-20T18:14:19.064Z Downloaded anstyle v1.0.13
4152026-03-20T18:14:19.064Z Downloaded memmap v0.7.0
4162026-03-20T18:14:19.064Z Downloaded erased-serde v0.4.9
4172026-03-20T18:14:19.064Z Downloaded scroll v0.12.0
4182026-03-20T18:14:19.065Z Downloaded fs-err v3.3.0
4192026-03-20T18:14:19.065Z Downloaded synstructure v0.13.2
4202026-03-20T18:14:19.065Z Downloaded strsim v0.11.1
4212026-03-20T18:14:19.065Z Downloaded serde_tokenstream v0.2.3
4222026-03-20T18:14:19.065Z Downloaded digest v0.10.7
4232026-03-20T18:14:19.084Z Downloaded serde-untagged v0.1.9
4242026-03-20T18:14:19.084Z Downloaded displaydoc v0.2.5
4252026-03-20T18:14:19.084Z Downloaded camino-tempfile v1.4.1
4262026-03-20T18:14:19.093Z Downloaded cargo_toml v0.21.0
4272026-03-20T18:14:19.121Z Downloaded litemap v0.8.1
4282026-03-20T18:14:19.121Z Downloaded smallvec v1.15.1
4292026-03-20T18:14:19.126Z Downloaded indexmap v2.13.0
4302026-03-20T18:14:19.126Z Downloaded clap v4.5.60
4312026-03-20T18:14:19.127Z Downloaded once_cell v1.21.3
4322026-03-20T18:14:19.127Z Downloaded tempfile v3.25.0
4332026-03-20T18:14:19.127Z Downloaded icu_provider v2.1.1
4342026-03-20T18:14:19.161Z Downloaded clap_derive v4.5.55
4352026-03-20T18:14:19.162Z Downloaded serde_core v1.0.228
4362026-03-20T18:14:19.162Z Downloaded num-traits v0.2.19
4372026-03-20T18:14:19.162Z Downloaded icu_properties v2.1.2
4382026-03-20T18:14:19.179Z Downloaded serde_derive v1.0.228
4392026-03-20T18:14:19.180Z Downloaded proc-macro2 v1.0.106
4402026-03-20T18:14:19.180Z Downloaded cargo-util-schemas v0.8.2
4412026-03-20T18:14:19.180Z Downloaded icu_normalizer v2.1.1
4422026-03-20T18:14:19.180Z Downloaded icu_normalizer_data v2.1.1
4432026-03-20T18:14:19.191Z Downloaded memchr v2.8.0
4442026-03-20T18:14:19.249Z Downloaded icu_collections v2.1.1
4452026-03-20T18:14:19.249Z Downloaded icu_locale_core v2.1.1
4462026-03-20T18:14:19.249Z Downloaded hashbrown v0.16.1
4472026-03-20T18:14:19.249Z Downloaded serde v1.0.228
4482026-03-20T18:14:19.249Z Downloaded pest_meta v2.8.6
4492026-03-20T18:14:19.264Z Downloaded pest v2.8.6
4502026-03-20T18:14:19.264Z Downloaded clap_builder v4.5.60
4512026-03-20T18:14:19.302Z Downloaded icu_properties_data v2.1.2
4522026-03-20T18:14:19.302Z Downloaded idna v1.1.0
4532026-03-20T18:14:19.302Z Downloaded serde_json v1.0.149
4542026-03-20T18:14:19.302Z Downloaded goblin v0.8.2
4552026-03-20T18:14:19.303Z Downloaded syn v1.0.109
4562026-03-20T18:14:19.321Z Downloaded tabled v0.15.0
4572026-03-20T18:14:19.321Z Downloaded syn v2.0.117
4582026-03-20T18:14:19.345Z Downloaded rustix v1.1.3
4592026-03-20T18:14:19.383Z Downloaded libc v0.2.180
4602026-03-20T18:14:19.473Z Compiling proc-macro2 v1.0.106
4612026-03-20T18:14:19.505Z Compiling quote v1.0.44
4622026-03-20T18:14:19.505Z Compiling unicode-ident v1.0.24
4632026-03-20T18:14:19.505Z Compiling serde_core v1.0.228
4642026-03-20T18:14:19.506Z Compiling libc v0.2.180
4652026-03-20T18:14:19.506Z Compiling version_check v0.9.5
4662026-03-20T18:14:19.506Z Compiling serde v1.0.228
4672026-03-20T18:14:19.506Z Compiling stable_deref_trait v1.2.1
4682026-03-20T18:14:19.876Z Compiling memchr v2.8.0
4692026-03-20T18:14:19.903Z Compiling zmij v1.0.21
4702026-03-20T18:14:20.238Z Compiling thiserror v1.0.69
4712026-03-20T18:14:20.300Z Compiling autocfg v1.5.0
4722026-03-20T18:14:20.671Z Compiling ucd-trie v0.1.7
4732026-03-20T18:14:20.800Z Compiling itoa v1.0.17
4742026-03-20T18:14:20.889Z Compiling pest v2.8.6
4752026-03-20T18:14:20.943Z Compiling litemap v0.8.1
4762026-03-20T18:14:20.970Z Compiling writeable v0.6.2
4772026-03-20T18:14:21.059Z Compiling rustix v1.1.3
4782026-03-20T18:14:21.161Z Compiling icu_properties_data v2.1.2
4792026-03-20T18:14:21.246Z Compiling byteorder v1.5.0
4802026-03-20T18:14:21.467Z Compiling icu_normalizer_data v2.1.1
4812026-03-20T18:14:21.527Z Compiling syn v2.0.117
4822026-03-20T18:14:21.688Z Compiling errno v0.3.14
4832026-03-20T18:14:21.707Z Compiling serde_json v1.0.149
4842026-03-20T18:14:21.822Z Compiling bitflags v2.11.0
4852026-03-20T18:14:21.977Z Compiling num-traits v0.2.19
4862026-03-20T18:14:22.125Z Compiling equivalent v1.0.2
4872026-03-20T18:14:22.197Z Compiling hashbrown v0.16.1
4882026-03-20T18:14:22.235Z Compiling smallvec v1.15.1
4892026-03-20T18:14:22.281Z Compiling typeid v1.0.3
4902026-03-20T18:14:22.504Z Compiling pest_meta v2.8.6
4912026-03-20T18:14:22.669Z Compiling thread-id v4.2.2
4922026-03-20T18:14:22.786Z Compiling usdt-impl v0.5.0
4932026-03-20T18:14:22.864Z Compiling indexmap v2.13.0
4942026-03-20T18:14:22.892Z Compiling proc-macro-error-attr v1.0.4
4952026-03-20T18:14:22.922Z Compiling syn v1.0.109
4962026-03-20T18:14:23.066Z Compiling toml_write v0.1.2
4972026-03-20T18:14:23.109Z Compiling winnow v0.7.14
4982026-03-20T18:14:23.297Z Compiling erased-serde v0.4.9
4992026-03-20T18:14:23.771Z Compiling proc-macro-error v1.0.4
5002026-03-20T18:14:23.888Z Compiling percent-encoding v2.3.2
5012026-03-20T18:14:24.036Z Compiling plain v0.2.3
5022026-03-20T18:14:24.152Z Compiling utf8_iter v1.0.4
5032026-03-20T18:14:24.171Z Compiling camino v1.2.2
5042026-03-20T18:14:24.337Z Compiling log v0.4.29
5052026-03-20T18:14:24.602Z Compiling getrandom v0.4.1
5062026-03-20T18:14:24.641Z Compiling thiserror v2.0.18
5072026-03-20T18:14:24.664Z Compiling utf8parse v0.2.2
5082026-03-20T18:14:24.814Z Compiling anstyle-parse v0.2.7
5092026-03-20T18:14:24.898Z Compiling ordered-float v2.10.1
5102026-03-20T18:14:24.977Z Compiling form_urlencoded v1.2.2
5112026-03-20T18:14:25.209Z Compiling terminal_size v0.4.3
5122026-03-20T18:14:25.259Z Compiling synstructure v0.13.2
5132026-03-20T18:14:25.299Z Compiling pest_generator v2.8.6
5142026-03-20T18:14:25.415Z Compiling anstyle-query v1.1.5
5152026-03-20T18:14:25.554Z Compiling anstyle v1.0.13
5162026-03-20T18:14:25.605Z Compiling cfg-if v1.0.4
5172026-03-20T18:14:25.692Z Compiling pretty-hex v0.4.1
5182026-03-20T18:14:25.745Z Compiling colorchoice v1.0.4
5192026-03-20T18:14:25.805Z Compiling is_terminal_polyfill v1.70.2
5202026-03-20T18:14:25.914Z Compiling anstream v0.6.21
5212026-03-20T18:14:25.971Z Compiling serde-untagged v0.1.9
5222026-03-20T18:14:26.104Z Compiling semver v1.0.27
5232026-03-20T18:14:26.213Z Compiling fs-err v3.3.0
5242026-03-20T18:14:26.276Z Compiling strsim v0.11.1
5252026-03-20T18:14:26.310Z Compiling unicode-width v0.1.14
5262026-03-20T18:14:26.458Z Compiling fastrand v2.3.0
5272026-03-20T18:14:26.532Z Compiling unicode-xid v0.2.6
5282026-03-20T18:14:26.590Z Compiling heck v0.5.0
5292026-03-20T18:14:26.662Z Compiling fnv v1.0.7
5302026-03-20T18:14:26.706Z Compiling heck v0.4.1
5312026-03-20T18:14:26.752Z Compiling clap_lex v1.0.0
5322026-03-20T18:14:26.817Z Compiling once_cell v1.21.3
5332026-03-20T18:14:26.978Z Compiling anyhow v1.0.102
5342026-03-20T18:14:27.035Z Compiling bytecount v0.6.9
5352026-03-20T18:14:27.080Z Compiling tempfile v3.25.0
5362026-03-20T18:14:27.120Z Compiling clap_builder v4.5.60
5372026-03-20T18:14:27.285Z Compiling papergrid v0.11.0
5382026-03-20T18:14:27.372Z Compiling memmap v0.7.0
5392026-03-20T18:14:27.561Z Compiling unicode-linebreak v0.1.5
5402026-03-20T18:14:27.581Z Compiling smawk v0.3.2
5412026-03-20T18:14:27.618Z Compiling unicode-width v0.2.0
5422026-03-20T18:14:27.854Z Compiling serde_derive v1.0.228
5432026-03-20T18:14:27.897Z Compiling zerofrom-derive v0.1.6
5442026-03-20T18:14:27.964Z Compiling yoke-derive v0.8.1
5452026-03-20T18:14:28.174Z Compiling zerovec-derive v0.11.2
5462026-03-20T18:14:28.260Z Compiling displaydoc v0.2.5
5472026-03-20T18:14:29.215Z Compiling thiserror-impl v1.0.69
5482026-03-20T18:14:29.226Z Compiling zerocopy-derive v0.7.35
5492026-03-20T18:14:29.605Z Compiling pest_derive v2.8.6
5502026-03-20T18:14:29.671Z Compiling scroll_derive v0.12.1
5512026-03-20T18:14:29.825Z Compiling zerofrom v0.1.6
5522026-03-20T18:14:30.012Z Compiling yoke v0.8.1
5532026-03-20T18:14:30.245Z Compiling thiserror-impl v2.0.18
5542026-03-20T18:14:30.281Z Compiling zerovec v0.11.5
5552026-03-20T18:14:30.438Z Compiling zerotrie v0.2.3
5562026-03-20T18:14:30.556Z Compiling zerocopy v0.7.35
5572026-03-20T18:14:30.867Z Compiling scroll v0.12.0
5582026-03-20T18:14:31.017Z Compiling tinystr v0.8.2
5592026-03-20T18:14:31.027Z Compiling potential_utf v0.1.4
5602026-03-20T18:14:31.233Z Compiling icu_collections v2.1.1
5612026-03-20T18:14:31.266Z Compiling icu_locale_core v2.1.1
5622026-03-20T18:14:31.348Z Compiling dtrace-parser v0.2.0
5632026-03-20T18:14:31.376Z Compiling goblin v0.8.2
5642026-03-20T18:14:31.528Z Compiling tabled_derive v0.7.0
5652026-03-20T18:14:31.863Z Compiling clap_derive v4.5.55
5662026-03-20T18:14:31.898Z Compiling textwrap v0.16.2
5672026-03-20T18:14:32.326Z Compiling icu_provider v2.1.1
5682026-03-20T18:14:32.625Z Compiling toml_datetime v0.6.11
5692026-03-20T18:14:32.664Z Compiling icu_normalizer v2.1.1
5702026-03-20T18:14:32.722Z Compiling icu_properties v2.1.2
5712026-03-20T18:14:32.726Z Compiling serde_spanned v0.6.9
5722026-03-20T18:14:32.769Z Compiling dof v0.3.0
5732026-03-20T18:14:32.899Z Compiling toml_edit v0.22.27
5742026-03-20T18:14:32.935Z Compiling serde_tokenstream v0.2.3
5752026-03-20T18:14:32.977Z Compiling serde-value v0.7.0
5762026-03-20T18:14:33.352Z Compiling cargo-platform v0.2.0
5772026-03-20T18:14:33.390Z Compiling tabled v0.15.0
5782026-03-20T18:14:33.564Z Compiling macaddr v1.0.1
5792026-03-20T18:14:33.727Z Compiling camino-tempfile v1.4.1
5802026-03-20T18:14:33.817Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5812026-03-20T18:14:34.017Z Compiling idna_adapter v1.2.1
5822026-03-20T18:14:34.094Z Compiling swrite v0.1.0
5832026-03-20T18:14:34.139Z Compiling usdt-attr-macro v0.5.0
5842026-03-20T18:14:34.198Z Compiling idna v1.1.0
5852026-03-20T18:14:34.219Z Compiling usdt-macro v0.5.0
5862026-03-20T18:14:34.242Z Compiling clap v4.5.60
5872026-03-20T18:14:34.666Z Compiling url v2.5.8
5882026-03-20T18:14:34.912Z Compiling toml v0.8.23
5892026-03-20T18:14:35.515Z Compiling cargo-util-schemas v0.8.2
5902026-03-20T18:14:35.601Z Compiling usdt v0.5.0
5912026-03-20T18:14:35.753Z Compiling cargo_toml v0.21.0
5922026-03-20T18:14:36.749Z Compiling cargo_metadata v0.21.0
5932026-03-20T18:14:38.038Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-20T18:14:40.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.24s
5952026-03-20T18:14:41.206Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-20T18:14:41.962Z Downloading crates ...
5972026-03-20T18:14:42.079Z Downloaded async-stream v0.3.6
5982026-03-20T18:14:42.090Z Downloaded async-bb8-diesel v0.2.1
5992026-03-20T18:14:42.094Z Downloaded arrayref v0.3.9
6002026-03-20T18:14:42.094Z Downloaded atomic-waker v1.1.2
6012026-03-20T18:14:42.095Z Downloaded assert_matches v1.5.0
6022026-03-20T18:14:42.095Z Downloaded adler2 v2.0.1
6032026-03-20T18:14:42.099Z Downloaded critical-section v1.2.0
6042026-03-20T18:14:42.102Z Downloaded async-recursion v1.1.1
6052026-03-20T18:14:42.102Z Downloaded downcast-rs v2.0.2
6062026-03-20T18:14:42.109Z Downloaded difflib v0.4.0
6072026-03-20T18:14:42.110Z Downloaded cstr-argument v0.1.2
6082026-03-20T18:14:42.110Z Downloaded derive_more v2.1.1
6092026-03-20T18:14:42.123Z Downloaded float-cmp v0.10.0
6102026-03-20T18:14:42.127Z Downloaded dirs-sys-next v0.1.2
6112026-03-20T18:14:42.127Z Downloaded curve25519-dalek-derive v0.1.1
6122026-03-20T18:14:42.127Z Downloaded csv-core v0.1.13
6132026-03-20T18:14:42.127Z Downloaded cobs v0.3.0
6142026-03-20T18:14:42.127Z Downloaded arrayvec v0.7.6
6152026-03-20T18:14:42.127Z Downloaded dof v0.4.0
6162026-03-20T18:14:42.127Z Downloaded display-error-chain v0.2.2
6172026-03-20T18:14:42.127Z Downloaded dropshot-api-manager-types v0.6.0
6182026-03-20T18:14:42.127Z Downloaded diesel-dtrace v0.5.0
6192026-03-20T18:14:42.133Z Downloaded derive_builder_macro v0.20.2
6202026-03-20T18:14:42.133Z Downloaded ecdsa v0.16.9
6212026-03-20T18:14:42.133Z Downloaded darling_macro v0.20.11
6222026-03-20T18:14:42.133Z Downloaded darling v0.20.11
6232026-03-20T18:14:42.139Z Downloaded dtrace-parser v0.3.0
6242026-03-20T18:14:42.142Z Downloaded enum-as-inner v0.6.1
6252026-03-20T18:14:42.142Z Downloaded derive_more v0.99.20
6262026-03-20T18:14:42.142Z Downloaded darling_macro v0.21.3
6272026-03-20T18:14:42.146Z Downloaded crc32fast v1.5.0
6282026-03-20T18:14:42.146Z Downloaded foreign-types v0.3.2
6292026-03-20T18:14:42.146Z Downloaded elliptic-curve v0.13.8
6302026-03-20T18:14:42.150Z Downloaded buf-list v1.1.2
6312026-03-20T18:14:42.154Z Downloaded endian-type v0.1.2
6322026-03-20T18:14:42.154Z Downloaded darling v0.21.3
6332026-03-20T18:14:42.157Z Downloaded diesel_derives v2.3.7
6342026-03-20T18:14:42.161Z Downloaded foreign-types-macros v0.2.3
6352026-03-20T18:14:42.165Z Downloaded float-ord v0.3.2
6362026-03-20T18:14:42.166Z Downloaded der v0.7.10
6372026-03-20T18:14:42.170Z Downloaded dirs-next v2.0.0
6382026-03-20T18:14:42.170Z Downloaded darling_macro v0.23.0
6392026-03-20T18:14:42.173Z Downloaded ciborium-ll v0.2.2
6402026-03-20T18:14:42.173Z Downloaded bcrypt-pbkdf v0.10.0
6412026-03-20T18:14:42.173Z Downloaded const_format_proc_macros v0.2.34
6422026-03-20T18:14:42.179Z Downloaded embedded-io v0.6.1
6432026-03-20T18:14:42.179Z Downloaded dsl_auto_type v0.2.0
6442026-03-20T18:14:42.182Z Downloaded cfg_aliases v0.1.1
6452026-03-20T18:14:42.182Z Downloaded defmt v0.3.100
6462026-03-20T18:14:42.182Z Downloaded bitfield-struct v0.6.2
6472026-03-20T18:14:42.182Z Downloaded diesel_table_macro_syntax v0.3.0
6482026-03-20T18:14:42.182Z Downloaded allocator-api2 v0.2.21
6492026-03-20T18:14:42.382Z Downloaded foreign-types v0.5.0
6502026-03-20T18:14:42.382Z Downloaded dyn-clone v1.0.20
6512026-03-20T18:14:42.382Z Downloaded crucible-workspace-hack v0.1.0
6522026-03-20T18:14:42.393Z Downloaded cmake v0.1.57
6532026-03-20T18:14:42.393Z Downloaded fixedbitset v0.4.2
6542026-03-20T18:14:42.393Z Downloaded ascii-canvas v3.0.0
6552026-03-20T18:14:42.393Z Downloaded argon2 v0.5.3
6562026-03-20T18:14:42.393Z Downloaded convert_case v0.4.0
6572026-03-20T18:14:42.393Z Downloaded bb8 v0.8.6
6582026-03-20T18:14:42.394Z Downloaded crc v3.4.0
6592026-03-20T18:14:42.394Z Downloaded dunce v1.0.5
6602026-03-20T18:14:42.394Z Downloaded defmt-parser v1.0.0
6612026-03-20T18:14:42.394Z Downloaded ciborium-io v0.2.2
6622026-03-20T18:14:42.394Z Downloaded crc-catalog v2.4.0
6632026-03-20T18:14:42.394Z Downloaded env_filter v1.0.0
6642026-03-20T18:14:42.394Z Downloaded cargo-platform v0.1.9
6652026-03-20T18:14:42.394Z Downloaded bit-set v0.8.0
6662026-03-20T18:14:42.394Z Downloaded fd-lock v4.0.4
6672026-03-20T18:14:42.394Z Downloaded cexpr v0.6.0
6682026-03-20T18:14:42.394Z Downloaded flagset v0.4.7
6692026-03-20T18:14:42.394Z Downloaded async-trait v0.1.89
6702026-03-20T18:14:42.394Z Downloaded document-features v0.2.12
6712026-03-20T18:14:42.394Z Downloaded debug-ignore v1.0.5
6722026-03-20T18:14:42.394Z Downloaded embedded-io v0.4.0
6732026-03-20T18:14:42.394Z Downloaded castaway v0.2.4
6742026-03-20T18:14:42.394Z Downloaded bitflags v1.3.2
6752026-03-20T18:14:42.395Z Downloaded crunchy v0.2.4
6762026-03-20T18:14:42.395Z Downloaded base16ct v0.2.0
6772026-03-20T18:14:42.395Z Downloaded ahash v0.8.12
6782026-03-20T18:14:42.395Z Downloaded base16ct v1.0.0
6792026-03-20T18:14:42.395Z Downloaded foreign-types-shared v0.1.1
6802026-03-20T18:14:42.395Z Downloaded bit-set v0.5.3
6812026-03-20T18:14:42.395Z Downloaded daft-derive v0.1.5
6822026-03-20T18:14:42.395Z Downloaded gethostname v0.5.0
6832026-03-20T18:14:42.395Z Downloaded hash32 v0.2.1
6842026-03-20T18:14:42.395Z Downloaded headers-core v0.3.0
6852026-03-20T18:14:42.395Z Downloaded hash32 v0.3.1
6862026-03-20T18:14:42.395Z Downloaded daft v0.1.5
6872026-03-20T18:14:42.395Z Downloaded either v1.15.0
6882026-03-20T18:14:42.395Z Downloaded constant_time_eq v0.4.2
6892026-03-20T18:14:42.395Z Downloaded bitfield-macros v0.19.4
6902026-03-20T18:14:42.395Z Downloaded fxhash v0.2.1
6912026-03-20T18:14:42.395Z Downloaded block-padding v0.3.3
6922026-03-20T18:14:42.395Z Downloaded defmt-macros v1.0.1
6932026-03-20T18:14:42.395Z Downloaded cipher v0.4.4
6942026-03-20T18:14:42.395Z Downloaded cargo_toml v0.22.3
6952026-03-20T18:14:42.395Z Downloaded derive_builder_core v0.20.2
6962026-03-20T18:14:42.395Z Downloaded crc8 v0.1.1
6972026-03-20T18:14:42.395Z Downloaded darling v0.23.0
6982026-03-20T18:14:42.395Z Downloaded futures-sink v0.3.32
6992026-03-20T18:14:42.396Z Downloaded futures-task v0.3.32
7002026-03-20T18:14:42.396Z Downloaded data-encoding v2.10.0
7012026-03-20T18:14:42.396Z Downloaded globwalk v0.9.1
7022026-03-20T18:14:42.396Z Downloaded git-stub v1.0.0
7032026-03-20T18:14:42.396Z Downloaded hex-literal v0.4.1
7042026-03-20T18:14:42.396Z Downloaded bzip2 v0.6.1
7052026-03-20T18:14:42.396Z Downloaded bit-vec v0.6.3
7062026-03-20T18:14:42.396Z Downloaded hubpack_derive v0.1.1
7072026-03-20T18:14:42.396Z Downloaded hubpack v0.1.2
7082026-03-20T18:14:42.396Z Downloaded funty v2.0.0
7092026-03-20T18:14:42.396Z Downloaded httpdate v1.0.3
7102026-03-20T18:14:42.397Z Downloaded hostname v0.3.1
7112026-03-20T18:14:42.397Z Downloaded hex v0.4.3
7122026-03-20T18:14:42.397Z Downloaded foreign-types-shared v0.3.1
7132026-03-20T18:14:42.397Z Downloaded futures-core v0.3.32
7142026-03-20T18:14:42.397Z Downloaded home v0.5.12
7152026-03-20T18:14:42.397Z Downloaded ghash v0.5.1
7162026-03-20T18:14:42.397Z Downloaded futures-macro v0.3.32
7172026-03-20T18:14:42.397Z Downloaded const-oid v0.9.6
7182026-03-20T18:14:42.397Z Downloaded globset v0.4.18
7192026-03-20T18:14:42.397Z Downloaded hyper-tls v0.6.0
7202026-03-20T18:14:42.397Z Downloaded bcs v0.1.6
7212026-03-20T18:14:42.397Z Downloaded cpufeatures v0.3.0
7222026-03-20T18:14:42.397Z Downloaded indoc v1.0.9
7232026-03-20T18:14:42.397Z Downloaded group v0.13.0
7242026-03-20T18:14:42.397Z Downloaded http-range v0.1.5
7252026-03-20T18:14:42.397Z Downloaded bitfield v0.19.4
7262026-03-20T18:14:42.397Z Downloaded base64ct v1.8.3
7272026-03-20T18:14:42.397Z Downloaded diff v0.1.13
7282026-03-20T18:14:42.397Z Downloaded derive_builder v0.20.2
7292026-03-20T18:14:42.397Z Downloaded ident_case v1.0.1
7302026-03-20T18:14:42.397Z Downloaded ed25519-dalek v2.2.0
7312026-03-20T18:14:42.397Z Downloaded colored v3.1.1
7322026-03-20T18:14:42.398Z Downloaded der_derive v0.7.3
7332026-03-20T18:14:42.398Z Downloaded is-terminal v0.4.17
7342026-03-20T18:14:42.398Z Downloaded fs-err v2.11.0
7352026-03-20T18:14:42.398Z Downloaded cargo_metadata v0.19.2
7362026-03-20T18:14:42.398Z Downloaded instant v0.1.13
7372026-03-20T18:14:42.398Z Downloaded instability v0.3.11
7382026-03-20T18:14:42.398Z Downloaded futures-io v0.3.32
7392026-03-20T18:14:42.398Z Downloaded futures-executor v0.3.32
7402026-03-20T18:14:42.398Z Downloaded internet-checksum v0.2.1
7412026-03-20T18:14:42.398Z Downloaded ctr v0.9.2
7422026-03-20T18:14:42.398Z Downloaded hyper-staticfile v0.10.1
7432026-03-20T18:14:42.398Z Downloaded crypto-bigint v0.5.5
7442026-03-20T18:14:42.398Z Downloaded kstat-rs v0.2.4
7452026-03-20T18:14:42.398Z Downloaded clang-sys v1.8.1
7462026-03-20T18:14:42.398Z Downloaded lazy_static v1.5.0
7472026-03-20T18:14:42.398Z Downloaded colored v2.2.0
7482026-03-20T18:14:42.398Z Downloaded highway v1.3.0
7492026-03-20T18:14:42.398Z Downloaded convert_case v0.10.0
7502026-03-20T18:14:42.398Z Downloaded is_ci v1.2.0
7512026-03-20T18:14:42.399Z Downloaded indent_write v2.2.0
7522026-03-20T18:14:42.415Z Downloaded lalrpop-util v0.19.12
7532026-03-20T18:14:42.415Z Downloaded keccak v0.1.6
7542026-03-20T18:14:42.415Z Downloaded getrandom v0.2.17
7552026-03-20T18:14:42.415Z Downloaded linked-hash-map v0.5.6
7562026-03-20T18:14:42.415Z Downloaded half v1.8.3
7572026-03-20T18:14:42.415Z Downloaded corncobs v0.1.4
7582026-03-20T18:14:42.415Z Downloaded console v0.16.2
7592026-03-20T18:14:42.415Z Downloaded impl-trait-for-tuples v0.2.3
7602026-03-20T18:14:42.415Z Downloaded crossbeam-utils v0.8.21
7612026-03-20T18:14:42.415Z Downloaded libscf-sys v1.1.0
7622026-03-20T18:14:42.415Z Downloaded ipnetwork v0.21.1
7632026-03-20T18:14:42.415Z Downloaded inout v0.1.4
7642026-03-20T18:14:42.415Z Downloaded lru-slab v0.1.2
7652026-03-20T18:14:42.415Z Downloaded ingot v0.1.1
7662026-03-20T18:14:42.415Z Downloaded hostname v0.4.2
7672026-03-20T18:14:42.415Z Downloaded chacha20 v0.10.0
7682026-03-20T18:14:42.416Z Downloaded lru-cache v0.1.2
7692026-03-20T18:14:42.416Z Downloaded humantime v2.3.0
7702026-03-20T18:14:42.416Z Downloaded http-body-util v0.1.3
7712026-03-20T18:14:42.416Z Downloaded hmac v0.12.1
7722026-03-20T18:14:42.416Z Downloaded cookie v0.18.1
7732026-03-20T18:14:42.416Z Downloaded bzip2 v0.4.4
7742026-03-20T18:14:42.416Z Downloaded blake2 v0.10.6
7752026-03-20T18:14:42.416Z Downloaded jobserver v0.1.34
7762026-03-20T18:14:42.416Z Downloaded indoc v2.0.7
7772026-03-20T18:14:42.416Z Downloaded futures-channel v0.3.32
7782026-03-20T18:14:42.416Z Downloaded md5 v0.7.0
7792026-03-20T18:14:42.416Z Downloaded libefi-sys v0.1.0
7802026-03-20T18:14:42.427Z Downloaded md-5 v0.10.6
7812026-03-20T18:14:42.427Z Downloaded match_cfg v0.1.0
7822026-03-20T18:14:42.427Z Downloaded maplit v1.0.2
7832026-03-20T18:14:42.427Z Downloaded managed v0.8.0
7842026-03-20T18:14:42.427Z Downloaded fatfs v0.3.6
7852026-03-20T18:14:42.427Z Downloaded newtype_derive v0.1.6
7862026-03-20T18:14:42.427Z Downloaded newtype-uuid-macros v0.1.0
7872026-03-20T18:14:42.427Z Downloaded mime v0.3.17
7882026-03-20T18:14:42.427Z Downloaded maybe-uninit v2.0.0
7892026-03-20T18:14:42.427Z Downloaded ipnet v2.11.0
7902026-03-20T18:14:42.427Z Downloaded flume v0.11.1
7912026-03-20T18:14:42.459Z Downloaded crc-any v2.5.0
7922026-03-20T18:14:42.459Z Downloaded ingot-types v0.1.2
7932026-03-20T18:14:42.459Z Downloaded console v0.15.11
7942026-03-20T18:14:42.459Z Downloaded lzss v0.8.2
7952026-03-20T18:14:42.459Z Downloaded multimap v0.10.1
7962026-03-20T18:14:42.459Z Downloaded nibble_vec v0.1.0
7972026-03-20T18:14:42.459Z Downloaded chacha20poly1305 v0.10.1
7982026-03-20T18:14:42.474Z Downloaded num-derive v0.4.2
7992026-03-20T18:14:42.474Z Downloaded num-iter v0.1.45
8002026-03-20T18:14:42.474Z Downloaded nodrop v0.1.14
8012026-03-20T18:14:42.474Z Downloaded fs_extra v1.3.0
8022026-03-20T18:14:42.474Z Downloaded nonempty v0.12.0
8032026-03-20T18:14:42.474Z Downloaded crossbeam-channel v0.5.15
8042026-03-20T18:14:42.474Z Downloaded crossterm v0.29.0
8052026-03-20T18:14:42.474Z Downloaded num-derive v0.3.3
8062026-03-20T18:14:42.474Z Downloaded normalize-line-endings v0.3.0
8072026-03-20T18:14:42.474Z Downloaded newline-converter v0.3.0
8082026-03-20T18:14:42.474Z Downloaded libsw v3.5.0
8092026-03-20T18:14:42.474Z Downloaded new_debug_unreachable v1.0.6
8102026-03-20T18:14:42.475Z Downloaded num_threads v0.1.7
8112026-03-20T18:14:42.475Z Downloaded num-conv v0.2.0
8122026-03-20T18:14:42.475Z Downloaded lock_api v0.4.14
8132026-03-20T18:14:42.475Z Downloaded openssl-probe v0.1.6
8142026-03-20T18:14:42.475Z Downloaded openssl-probe v0.2.1
8152026-03-20T18:14:42.475Z Downloaded openssl-macros v0.1.1
8162026-03-20T18:14:42.475Z Downloaded cookie_store v0.22.1
8172026-03-20T18:14:42.509Z Downloaded half v2.7.1
8182026-03-20T18:14:42.509Z Downloaded httparse v1.10.1
8192026-03-20T18:14:42.509Z Downloaded iana-time-zone v0.1.65
8202026-03-20T18:14:42.509Z Downloaded const_format v0.2.35
8212026-03-20T18:14:42.509Z Downloaded hyper-rustls v0.27.7
8222026-03-20T18:14:42.509Z Downloaded futures v0.3.32
8232026-03-20T18:14:42.519Z Downloaded oso-derive v0.27.3
8242026-03-20T18:14:42.520Z Downloaded dropshot_endpoint v0.16.7
8252026-03-20T18:14:42.520Z Downloaded parse-display v0.10.0
8262026-03-20T18:14:42.520Z Downloaded darling_core v0.21.3
8272026-03-20T18:14:42.520Z Downloaded indexmap v1.9.3
8282026-03-20T18:14:42.520Z Downloaded peg-runtime v0.8.5
8292026-03-20T18:14:42.520Z Downloaded hickory-client v0.25.2
8302026-03-20T18:14:42.520Z Downloaded nanorand v0.7.0
8312026-03-20T18:14:42.520Z Downloaded flate2 v1.1.9
8322026-03-20T18:14:42.520Z Downloaded darling_core v0.20.11
8332026-03-20T18:14:42.520Z Downloaded compact_str v0.8.1
8342026-03-20T18:14:42.520Z Downloaded path-slash v0.1.5
8352026-03-20T18:14:42.520Z Downloaded num v0.4.3
8362026-03-20T18:14:42.520Z Downloaded parse-size v1.1.0
8372026-03-20T18:14:42.520Z Downloaded getrandom v0.3.4
8382026-03-20T18:14:42.525Z Downloaded pbkdf2 v0.11.0
8392026-03-20T18:14:42.525Z Downloaded num-rational v0.4.2
8402026-03-20T18:14:42.525Z Downloaded newtype-uuid v1.3.2
8412026-03-20T18:14:42.525Z Downloaded num_enum v0.5.11
8422026-03-20T18:14:42.525Z Downloaded num-complex v0.4.6
8432026-03-20T18:14:42.563Z Downloaded memoffset v0.9.1
8442026-03-20T18:14:42.563Z Downloaded num_enum_derive v0.7.5
8452026-03-20T18:14:42.563Z Downloaded litrs v1.0.0
8462026-03-20T18:14:42.563Z Downloaded mime_guess v2.0.5
8472026-03-20T18:14:42.563Z Downloaded libsw-core v0.3.2
8482026-03-20T18:14:42.563Z Downloaded num_enum v0.7.5
8492026-03-20T18:14:42.569Z Downloaded pin-utils v0.1.0
8502026-03-20T18:14:42.569Z Downloaded phf_shared v0.11.3
8512026-03-20T18:14:42.569Z Downloaded heapless v0.8.0
8522026-03-20T18:14:42.569Z Downloaded lru v0.12.5
8532026-03-20T18:14:42.569Z Downloaded packed_struct_codegen v0.10.1
8542026-03-20T18:14:42.569Z Downloaded oxide-tokio-rt v0.1.3
8552026-03-20T18:14:42.569Z Downloaded phf_shared v0.12.1
8562026-03-20T18:14:42.569Z Downloaded owo-colors v4.3.0
8572026-03-20T18:14:42.569Z Downloaded predicates-tree v1.0.13
8582026-03-20T18:14:42.569Z Downloaded precomputed-hash v0.1.1
8592026-03-20T18:14:42.569Z Downloaded proc-macro-crate v3.4.0
8602026-03-20T18:14:42.569Z Downloaded libbz2-rs-sys v0.2.2
8612026-03-20T18:14:42.569Z Downloaded predicates-core v1.0.10
8622026-03-20T18:14:42.569Z Downloaded powerfmt v0.2.0
8632026-03-20T18:14:42.570Z Downloaded packed_struct v0.10.1
8642026-03-20T18:14:42.570Z Downloaded ignore v0.4.25
8652026-03-20T18:14:42.570Z Downloaded parking_lot_core v0.8.6
8662026-03-20T18:14:42.570Z Downloaded oxnet v0.1.4
8672026-03-20T18:14:42.570Z Downloaded ingot-macros v0.1.1
8682026-03-20T18:14:42.575Z Downloaded heapless v0.7.17
8692026-03-20T18:14:42.575Z Downloaded nu-ansi-term v0.50.3
8702026-03-20T18:14:42.575Z Downloaded memmap2 v0.9.10
8712026-03-20T18:14:42.575Z Downloaded pbkdf2 v0.12.2
8722026-03-20T18:14:42.588Z Downloaded ar_archive_writer v0.5.1
8732026-03-20T18:14:42.588Z Downloaded peg-macros v0.8.5
8742026-03-20T18:14:42.589Z Downloaded pem v3.0.6
8752026-03-20T18:14:42.589Z Downloaded progenitor-macro v0.13.0
8762026-03-20T18:14:42.589Z Downloaded progenitor-client v0.11.2
8772026-03-20T18:14:42.598Z Downloaded headers v0.4.1
8782026-03-20T18:14:42.598Z Downloaded progenitor-macro v0.10.0
8792026-03-20T18:14:42.598Z Downloaded progenitor-client v0.10.0
8802026-03-20T18:14:42.598Z Downloaded poly1305 v0.8.0
8812026-03-20T18:14:42.598Z Downloaded progenitor-macro v0.11.2
8822026-03-20T18:14:42.606Z Downloaded proc-macro-crate v1.3.1
8832026-03-20T18:14:42.606Z Downloaded pkg-config v0.3.32
8842026-03-20T18:14:42.606Z Downloaded psl-types v2.0.11
8852026-03-20T18:14:42.606Z Downloaded omicron-zone-package v0.12.2
8862026-03-20T18:14:42.606Z Downloaded pin-project-lite v0.2.17
8872026-03-20T18:14:42.615Z Downloaded pem-rfc7468 v0.7.0
8882026-03-20T18:14:42.615Z Downloaded peg v0.8.5
8892026-03-20T18:14:42.615Z Downloaded derive_more-impl v2.1.1
8902026-03-20T18:14:42.615Z Downloaded hickory-resolver v0.25.2
8912026-03-20T18:14:42.621Z Downloaded base64 v0.21.7
8922026-03-20T18:14:42.625Z Downloaded radium v0.7.0
8932026-03-20T18:14:42.625Z Downloaded phf_shared v0.13.1
8942026-03-20T18:14:42.625Z Downloaded bytes v1.11.1
8952026-03-20T18:14:42.628Z Downloaded rand_chacha v0.3.1
8962026-03-20T18:14:42.628Z Downloaded ppv-lite86 v0.2.21
8972026-03-20T18:14:42.632Z Downloaded rand_xorshift v0.4.0
8982026-03-20T18:14:42.632Z Downloaded primeorder v0.13.6
8992026-03-20T18:14:42.632Z Downloaded darling_core v0.23.0
9002026-03-20T18:14:42.636Z Downloaded postgres-protocol v0.6.10
9012026-03-20T18:14:42.638Z Downloaded base64 v0.22.1
9022026-03-20T18:14:42.641Z Downloaded ref-cast-impl v1.0.25
9032026-03-20T18:14:42.641Z Downloaded recursive v0.1.1
9042026-03-20T18:14:42.645Z Downloaded pin-project-internal v1.1.11
9052026-03-20T18:14:42.645Z Downloaded phf v0.13.1
9062026-03-20T18:14:42.648Z Downloaded progenitor v0.13.0
9072026-03-20T18:14:42.648Z Downloaded progenitor v0.11.2
9082026-03-20T18:14:42.648Z Downloaded progenitor v0.10.0
9092026-03-20T18:14:42.652Z Downloaded polyval v0.6.2
9102026-03-20T18:14:42.652Z Downloaded progenitor-client v0.13.0
9112026-03-20T18:14:42.655Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-03-20T18:14:42.656Z Downloaded progenitor-extras v0.1.1
9132026-03-20T18:14:42.656Z Downloaded rfc6979 v0.4.0
9142026-03-20T18:14:42.659Z Downloaded recursive-proc-macro-impl v0.1.1
9152026-03-20T18:14:42.659Z Downloaded ref-cast v1.0.25
9162026-03-20T18:14:42.665Z Downloaded crossterm v0.28.1
9172026-03-20T18:14:42.668Z Downloaded parking_lot v0.12.5
9182026-03-20T18:14:42.668Z Downloaded parking_lot v0.11.2
9192026-03-20T18:14:42.672Z Downloaded r2d2 v0.8.10
9202026-03-20T18:14:42.672Z Downloaded rustc_version v0.4.1
9212026-03-20T18:14:42.675Z Downloaded dropshot-api-manager v0.6.0
9222026-03-20T18:14:42.675Z Downloaded quick-error v1.2.3
9232026-03-20T18:14:42.679Z Downloaded phf v0.12.1
9242026-03-20T18:14:42.679Z Downloaded psm v0.1.30
9252026-03-20T18:14:42.682Z Downloaded proc-macro-error2 v2.0.1
9262026-03-20T18:14:42.682Z Downloaded predicates v3.1.4
9272026-03-20T18:14:42.685Z Downloaded russh-cryptovec v0.7.3
9282026-03-20T18:14:42.685Z Downloaded rtoolbox v0.0.3
9292026-03-20T18:14:42.688Z Downloaded pkcs8 v0.10.2
9302026-03-20T18:14:42.691Z Downloaded rustc_version v0.1.7
9312026-03-20T18:14:42.692Z Downloaded hickory-resolver v0.24.4
9322026-03-20T18:14:42.695Z Downloaded cc v1.2.56
9332026-03-20T18:14:42.699Z Downloaded rand_core v0.6.4
9342026-03-20T18:14:42.699Z Downloaded password-hash v0.5.0
9352026-03-20T18:14:42.701Z Downloaded paste v1.0.15
9362026-03-20T18:14:42.701Z Downloaded scheduled-thread-pool v0.2.7
9372026-03-20T18:14:42.705Z Downloaded password-hash v0.4.2
9382026-03-20T18:14:42.705Z Downloaded scopeguard v1.2.0
9392026-03-20T18:14:42.708Z Downloaded parse-display-derive v0.10.0
9402026-03-20T18:14:42.708Z Downloaded scroll_derive v0.13.1
9412026-03-20T18:14:42.708Z Downloaded sapling-renderdag v0.1.0
9422026-03-20T18:14:42.711Z Downloaded indicatif v0.18.4
9432026-03-20T18:14:42.714Z Downloaded bumpalo v3.20.2
9442026-03-20T18:14:42.717Z Downloaded num-integer v0.1.46
9452026-03-20T18:14:42.717Z Downloaded oso v0.27.3
9462026-03-20T18:14:42.720Z Downloaded serde-big-array v0.5.1
9472026-03-20T18:14:42.723Z Downloaded rand_seeder v0.4.0
9482026-03-20T18:14:42.723Z Downloaded pkcs5 v0.7.1
9492026-03-20T18:14:42.726Z Downloaded pkcs1 v0.7.5
9502026-03-20T18:14:42.730Z Downloaded same-file v1.0.6
9512026-03-20T18:14:42.730Z Downloaded salsa20 v0.10.2
9522026-03-20T18:14:42.733Z Downloaded rand_core v0.10.0
9532026-03-20T18:14:42.733Z Downloaded secrecy v0.10.3
9542026-03-20T18:14:42.736Z Downloaded semver v0.1.20
9552026-03-20T18:14:42.736Z Downloaded native-tls v0.2.18
9562026-03-20T18:14:42.736Z Downloaded expectorate v1.2.0
9572026-03-20T18:14:42.740Z Downloaded secrecy v0.8.0
9582026-03-20T18:14:42.740Z Downloaded scrypt v0.11.0
9592026-03-20T18:14:42.740Z Downloaded serde_bytes v0.11.19
9602026-03-20T18:14:42.751Z Downloaded miniz_oxide v0.8.9
9612026-03-20T18:14:42.765Z Downloaded papergrid v0.17.0
9622026-03-20T18:14:42.765Z Downloaded p256 v0.13.2
9632026-03-20T18:14:42.765Z Downloaded serde_spanned v1.0.4
9642026-03-20T18:14:42.765Z Downloaded serde_repr v0.1.20
9652026-03-20T18:14:42.768Z Downloaded resolv-conf v0.7.6
9662026-03-20T18:14:42.768Z Downloaded serde_plain v1.0.2
9672026-03-20T18:14:42.768Z Downloaded seq-macro v0.3.6
9682026-03-20T18:14:42.768Z Downloaded sha1 v0.10.6
9692026-03-20T18:14:42.768Z Downloaded postgres-types v0.2.12
9702026-03-20T18:14:42.768Z Downloaded signature v2.2.0
9712026-03-20T18:14:42.768Z Downloaded serde_urlencoded v0.7.1
9722026-03-20T18:14:42.768Z Downloaded rustls-pemfile v2.2.0
9732026-03-20T18:14:42.768Z Downloaded rustls-pemfile v1.0.4
9742026-03-20T18:14:42.772Z Downloaded rustc-hash v2.1.1
9752026-03-20T18:14:42.772Z Downloaded aes-gcm v0.10.3
9762026-03-20T18:14:42.776Z Downloaded jiff-static v0.2.21
9772026-03-20T18:14:42.776Z Downloaded rustls-native-certs v0.8.3
9782026-03-20T18:14:42.779Z Downloaded shell-words v1.1.1
9792026-03-20T18:14:42.779Z Downloaded rusty-fork v0.3.1
9802026-03-20T18:14:42.846Z Downloaded rand_chacha v0.9.0
9812026-03-20T18:14:42.846Z Downloaded scroll v0.13.0
9822026-03-20T18:14:42.846Z Downloaded sigpipe v0.1.3
9832026-03-20T18:14:42.846Z Downloaded hyper-util v0.1.20
9842026-03-20T18:14:42.846Z Downloaded sec1 v0.7.3
9852026-03-20T18:14:42.846Z Downloaded aho-corasick v1.1.4
9862026-03-20T18:14:42.847Z Downloaded sct v0.7.1
9872026-03-20T18:14:42.847Z Downloaded slog-bunyan v2.5.0
9882026-03-20T18:14:42.847Z Downloaded siphasher v1.0.2
9892026-03-20T18:14:42.847Z Downloaded signal-hook-tokio v0.3.1
9902026-03-20T18:14:42.847Z Downloaded quinn-udp v0.5.14
9912026-03-20T18:14:42.847Z Downloaded slog-envlogger v2.2.0
9922026-03-20T18:14:42.847Z Downloaded rustversion v1.0.22
9932026-03-20T18:14:42.847Z Downloaded rand_core v0.9.5
9942026-03-20T18:14:42.847Z Downloaded minimal-lexical v0.2.1
9952026-03-20T18:14:42.847Z Downloaded progenitor-impl v0.13.0
9962026-03-20T18:14:42.847Z Downloaded pin-project v1.1.11
9972026-03-20T18:14:42.847Z Downloaded serde_path_to_error v0.1.20
9982026-03-20T18:14:42.847Z Downloaded serde-hex v0.1.0
9992026-03-20T18:14:42.847Z Downloaded postcard v1.1.3
10002026-03-20T18:14:42.847Z Downloaded parking_lot_core v0.9.12
10012026-03-20T18:14:42.847Z Downloaded http v1.4.0
10022026-03-20T18:14:42.847Z Downloaded multer v3.1.0
10032026-03-20T18:14:42.865Z Downloaded libloading v0.8.9
10042026-03-20T18:14:42.865Z Downloaded aes v0.8.4
10052026-03-20T18:14:42.865Z Downloaded sqlparser_derive v0.5.0
10062026-03-20T18:14:42.865Z Downloaded ssh-encoding v0.2.0
10072026-03-20T18:14:42.865Z Downloaded prefix-trie v0.7.0
10082026-03-20T18:14:42.865Z Downloaded simd-adler32 v0.3.8
10092026-03-20T18:14:42.865Z Downloaded shlex v1.3.0
10102026-03-20T18:14:42.865Z Downloaded progenitor-impl v0.11.2
10112026-03-20T18:14:42.869Z Downloaded russh-keys v0.45.0
10122026-03-20T18:14:42.869Z Downloaded hashbrown v0.13.2
10132026-03-20T18:14:42.869Z Downloaded prettyplease v0.2.37
10142026-03-20T18:14:42.870Z Downloaded strip-ansi-escapes v0.2.1
10152026-03-20T18:14:42.870Z Downloaded strum v0.27.2
10162026-03-20T18:14:42.870Z Downloaded structmeta-derive v0.3.0
10172026-03-20T18:14:42.870Z Downloaded structmeta v0.3.0
10182026-03-20T18:14:42.870Z Downloaded signal-hook-mio v0.2.5
10192026-03-20T18:14:42.870Z Downloaded ssh-cipher v0.2.0
10202026-03-20T18:14:42.870Z Downloaded supports-color v3.0.2
10212026-03-20T18:14:42.870Z Downloaded sync-ptr v0.1.4
10222026-03-20T18:14:42.874Z Downloaded hickory-server v0.25.2
10232026-03-20T18:14:42.874Z Downloaded tagptr v0.2.0
10242026-03-20T18:14:42.878Z Downloaded tap v1.0.1
10252026-03-20T18:14:42.878Z Downloaded slog-term v2.9.2
10262026-03-20T18:14:42.878Z Downloaded tabled_derive v0.11.0
10272026-03-20T18:14:42.881Z Downloaded tabwriter v1.4.1
10282026-03-20T18:14:42.881Z Downloaded slog-stdlog v4.1.1
10292026-03-20T18:14:42.881Z Downloaded slog-scope v4.4.1
10302026-03-20T18:14:42.884Z Downloaded slog-dtrace v0.3.0
10312026-03-20T18:14:42.884Z Downloaded serde_derive_internals v0.29.1
10322026-03-20T18:14:42.887Z Downloaded signal-hook-registry v1.4.8
10332026-03-20T18:14:42.887Z Downloaded slab v0.4.12
10342026-03-20T18:14:42.889Z Downloaded opaque-debug v0.3.1
10352026-03-20T18:14:42.890Z Downloaded olpc-cjson v0.1.4
10362026-03-20T18:14:42.890Z Downloaded slog-async v2.8.0
10372026-03-20T18:14:42.893Z Downloaded num_enum_derive v0.5.11
10382026-03-20T18:14:42.893Z Downloaded take_mut v0.2.2
10392026-03-20T18:14:42.896Z Downloaded sync_wrapper v1.0.2
10402026-03-20T18:14:42.896Z Downloaded termtree v0.5.1
10412026-03-20T18:14:42.896Z Downloaded openssl-sys v0.9.111
10422026-03-20T18:14:42.901Z Downloaded subtle v2.6.1
10432026-03-20T18:14:42.905Z Downloaded schemars_derive v0.8.22
10442026-03-20T18:14:42.905Z Downloaded smf v0.2.3
10452026-03-20T18:14:42.909Z Downloaded linear-map v1.2.0
10462026-03-20T18:14:42.909Z Downloaded cancel-safe-futures v0.1.5
10472026-03-20T18:14:42.909Z Downloaded derive-where v1.6.0
10482026-03-20T18:14:42.914Z Downloaded snafu-derive v0.8.9
10492026-03-20T18:14:42.914Z Downloaded spki v0.7.3
10502026-03-20T18:14:42.918Z Downloaded smallvec v0.6.14
10512026-03-20T18:14:42.918Z Downloaded rustls-pki-types v1.14.0
10522026-03-20T18:14:42.918Z Downloaded thread-id v5.1.0
10532026-03-20T18:14:42.923Z Downloaded thiserror-impl-no-std v2.0.2
10542026-03-20T18:14:42.923Z Downloaded tinyvec_macros v0.1.1
10552026-03-20T18:14:42.923Z Downloaded testing_table v0.3.0
10562026-03-20T18:14:42.923Z Downloaded rcgen v0.12.1
10572026-03-20T18:14:42.926Z Downloaded time-core v0.1.8
10582026-03-20T18:14:42.926Z Downloaded fixedbitset v0.5.7
10592026-03-20T18:14:42.930Z Downloaded static_assertions v1.1.0
10602026-03-20T18:14:42.930Z Downloaded stacker v0.1.23
10612026-03-20T18:14:42.933Z Downloaded sqlformat v0.3.5
10622026-03-20T18:14:42.933Z Downloaded hashbrown v0.15.5
10632026-03-20T18:14:42.938Z Downloaded ron v0.8.1
10642026-03-20T18:14:42.942Z Downloaded strum v0.26.3
10652026-03-20T18:14:42.949Z Downloaded string_cache v0.8.9
10662026-03-20T18:14:42.949Z Downloaded serde_with_macros v3.17.0
10672026-03-20T18:14:42.954Z Downloaded stringprep v0.1.5
10682026-03-20T18:14:42.954Z Downloaded rayon-core v1.13.0
10692026-03-20T18:14:42.954Z Downloaded strum_macros v0.24.3
10702026-03-20T18:14:42.954Z Downloaded progenitor-impl v0.10.0
10712026-03-20T18:14:42.957Z Downloaded support-bundle-viewer v0.1.2
10722026-03-20T18:14:42.957Z Downloaded libxml v0.3.3
10732026-03-20T18:14:42.961Z Downloaded strum_macros v0.26.4
10742026-03-20T18:14:42.964Z Downloaded pretty_assertions v1.4.1
10752026-03-20T18:14:42.964Z Downloaded hashbrown v0.12.3
10762026-03-20T18:14:42.967Z Downloaded serde_cbor v0.11.2
10772026-03-20T18:14:42.971Z Downloaded des v0.8.1
10782026-03-20T18:14:42.974Z Downloaded blowfish v0.9.1
10792026-03-20T18:14:42.974Z Downloaded strum_macros v0.27.2
10802026-03-20T18:14:42.977Z Downloaded slog-json v2.6.1
10812026-03-20T18:14:42.977Z Downloaded termios v0.3.3
10822026-03-20T18:14:42.980Z Downloaded mio v1.1.1
10832026-03-20T18:14:42.985Z Downloaded publicsuffix v2.3.0
10842026-03-20T18:14:42.988Z Downloaded schemars v0.8.22
10852026-03-20T18:14:42.993Z Downloaded tower-layer v0.3.3
10862026-03-20T18:14:42.999Z Downloaded topological-sort v0.2.2
10872026-03-20T18:14:42.999Z Downloaded try-lock v0.2.5
10882026-03-20T18:14:43.003Z Downloaded trait-variant v0.1.2
10892026-03-20T18:14:43.003Z Downloaded thread_local v1.1.9
10902026-03-20T18:14:43.003Z Downloaded tokio-macros v2.6.0
10912026-03-20T18:14:43.003Z Downloaded tls_codec v0.4.2
10922026-03-20T18:14:43.003Z Downloaded tiny-keccak v2.0.2
10932026-03-20T18:14:43.006Z Downloaded serde_yaml v0.9.34+deprecated
10942026-03-20T18:14:43.010Z Downloaded time-macros v0.2.27
10952026-03-20T18:14:43.010Z Downloaded rustls-platform-verifier v0.6.2
10962026-03-20T18:14:43.013Z Downloaded tower-service v0.3.3
10972026-03-20T18:14:43.013Z Downloaded signal-hook v0.3.18
10982026-03-20T18:14:43.017Z Downloaded iri-string v0.7.10
10992026-03-20T18:14:43.023Z Downloaded tokio-native-tls v0.3.1
11002026-03-20T18:14:43.026Z Downloaded tokio-dtrace v0.1.1
11012026-03-20T18:14:43.026Z Downloaded itertools v0.10.5
11022026-03-20T18:14:43.029Z Downloaded unit-prefix v0.5.2
11032026-03-20T18:14:43.035Z Downloaded futures-util v0.3.32
11042026-03-20T18:14:43.040Z Downloaded typify-macro v0.6.1
11052026-03-20T18:14:43.042Z Downloaded typify-macro v0.4.3
11062026-03-20T18:14:43.042Z Downloaded unarray v0.1.4
11072026-03-20T18:14:43.043Z Downloaded tls_codec_derive v0.4.2
11082026-03-20T18:14:43.046Z Downloaded socket2 v0.5.10
11092026-03-20T18:14:43.046Z Downloaded ryu v1.0.23
11102026-03-20T18:14:43.049Z Downloaded tokio-tungstenite v0.23.1
11112026-03-20T18:14:43.054Z Downloaded similar v2.7.0
11122026-03-20T18:14:43.057Z Downloaded utf-8 v0.7.6
11132026-03-20T18:14:43.057Z Downloaded nom v7.1.3
11142026-03-20T18:14:43.060Z Downloaded rand v0.8.5
11152026-03-20T18:14:43.064Z Downloaded quinn v0.11.9
11162026-03-20T18:14:43.067Z Downloaded slog v2.8.2
11172026-03-20T18:14:43.072Z Downloaded usdt-macro v0.6.0
11182026-03-20T18:14:43.072Z Downloaded untrusted v0.9.0
11192026-03-20T18:14:43.076Z Downloaded untrusted v0.7.1
11202026-03-20T18:14:43.076Z Downloaded universal-hash v0.5.1
11212026-03-20T18:14:43.076Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-03-20T18:14:43.076Z Downloaded void v1.0.2
11232026-03-20T18:14:43.076Z Downloaded thiserror-no-std v2.0.2
11242026-03-20T18:14:43.079Z Downloaded rand v0.10.0
11252026-03-20T18:14:43.083Z Downloaded iddqd v0.3.17
11262026-03-20T18:14:43.086Z Downloaded usdt-attr-macro v0.6.0
11272026-03-20T18:14:43.090Z Downloaded usdt v0.6.0
11282026-03-20T18:14:43.090Z Downloaded samael v0.0.19
11292026-03-20T18:14:43.093Z Downloaded waitgroup v0.1.2
11302026-03-20T18:14:43.097Z Downloaded itertools v0.13.0
11312026-03-20T18:14:43.100Z Downloaded p521 v0.13.3
11322026-03-20T18:14:43.103Z Downloaded itertools v0.12.1
11332026-03-20T18:14:43.106Z Downloaded xattr v1.6.1
11342026-03-20T18:14:43.111Z Downloaded want v0.3.1
11352026-03-20T18:14:43.111Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-03-20T18:14:43.114Z Downloaded unicase v2.9.0
11372026-03-20T18:14:43.114Z Downloaded term v1.2.1
11382026-03-20T18:14:43.114Z Downloaded wait-timeout v0.2.1
11392026-03-20T18:14:43.120Z Downloaded tokio-rustls v0.26.4
11402026-03-20T18:14:43.120Z Downloaded tokio-tungstenite v0.21.0
11412026-03-20T18:14:43.125Z Downloaded term v0.7.0
11422026-03-20T18:14:43.125Z Downloaded spin v0.9.8
11432026-03-20T18:14:43.128Z Downloaded num-bigint v0.4.6
11442026-03-20T18:14:43.128Z Downloaded zeroize_derive v1.4.3
11452026-03-20T18:14:43.129Z Downloaded rsa v0.9.10
11462026-03-20T18:14:43.134Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-03-20T18:14:43.138Z Downloaded tokio-rustls v0.25.0
11482026-03-20T18:14:43.138Z Downloaded qorb v0.4.1
11492026-03-20T18:14:43.143Z Downloaded unicode-truncate v1.1.0
11502026-03-20T18:14:43.143Z Downloaded ciborium v0.2.2
11512026-03-20T18:14:43.147Z Downloaded http-body v1.0.1
11522026-03-20T18:14:43.147Z Downloaded git-stub-vcs v0.1.0
11532026-03-20T18:14:43.147Z Downloaded xshell-macros v0.2.7
11542026-03-20T18:14:43.147Z Downloaded tokio-rustls v0.24.1
11552026-03-20T18:14:43.150Z Downloaded vergen-lib v0.1.6
11562026-03-20T18:14:43.150Z Downloaded crossbeam-epoch v0.9.18
11572026-03-20T18:14:43.153Z Downloaded camino-tempfile-ext v0.3.3
11582026-03-20T18:14:43.154Z Downloaded glob v0.3.3
11592026-03-20T18:14:43.154Z Downloaded foldhash v0.1.5
11602026-03-20T18:14:43.157Z Downloaded fallible-iterator v0.2.0
11612026-03-20T18:14:43.157Z Downloaded hkdf v0.12.4
11622026-03-20T18:14:43.160Z Downloaded subprocess v0.2.15
11632026-03-20T18:14:43.164Z Downloaded rustls-webpki v0.103.9
11642026-03-20T18:14:43.164Z Downloaded tui-tree-widget v0.23.1
11652026-03-20T18:14:43.164Z Downloaded zone v0.3.1
11662026-03-20T18:14:43.174Z Downloaded crossbeam-deque v0.8.6
11672026-03-20T18:14:43.174Z Downloaded backoff v0.4.0
11682026-03-20T18:14:43.178Z Downloaded walkdir v2.5.0
11692026-03-20T18:14:43.179Z Downloaded twox-hash v2.1.2
11702026-03-20T18:14:43.179Z Downloaded tokio-stream v0.1.18
11712026-03-20T18:14:43.179Z Downloaded schemars v1.2.1
11722026-03-20T18:14:43.187Z Downloaded zone_cfg_derive v0.3.1
11732026-03-20T18:14:43.191Z Downloaded vergen-gitcl v1.0.8
11742026-03-20T18:14:43.191Z Downloaded vergen-git2 v1.0.7
11752026-03-20T18:14:43.191Z Downloaded vsss-rs v3.3.4
11762026-03-20T18:14:43.194Z Downloaded toml v0.9.12+spec-1.1.0
11772026-03-20T18:14:43.251Z Downloaded tar v0.4.44
11782026-03-20T18:14:43.251Z Downloaded test-strategy v0.4.5
11792026-03-20T18:14:43.385Z Downloaded tracing-attributes v0.1.31
11802026-03-20T18:14:43.385Z Downloaded socket2 v0.6.2
11812026-03-20T18:14:43.385Z Downloaded whoami v2.1.0
11822026-03-20T18:14:43.385Z Downloaded zeroize v1.8.2
11832026-03-20T18:14:43.385Z Downloaded tinyvec v1.10.0
11842026-03-20T18:14:43.385Z Downloaded itertools v0.14.0
11852026-03-20T18:14:43.385Z Downloaded whoami v1.6.1
11862026-03-20T18:14:43.385Z Downloaded russh v0.45.0
11872026-03-20T18:14:43.385Z Downloaded snafu v0.8.9
11882026-03-20T18:14:43.386Z Downloaded xz2 v0.1.7
11892026-03-20T18:14:43.386Z Downloaded xshell v0.2.7
11902026-03-20T18:14:43.386Z Downloaded vergen v9.0.6
11912026-03-20T18:14:43.386Z Downloaded num-bigint-dig v0.8.6
11922026-03-20T18:14:43.386Z Downloaded unicode-properties v0.1.4
11932026-03-20T18:14:43.386Z Downloaded tungstenite v0.21.0
11942026-03-20T18:14:43.386Z Downloaded tungstenite v0.23.0
11952026-03-20T18:14:43.386Z Downloaded rand v0.9.2
11962026-03-20T18:14:43.386Z Downloaded h2 v0.4.13
11972026-03-20T18:14:43.386Z Downloaded wyz v0.5.1
11982026-03-20T18:14:43.386Z Downloaded hyper v1.8.1
11992026-03-20T18:14:43.386Z Downloaded usdt-impl v0.6.0
12002026-03-20T18:14:43.386Z Downloaded unsafe-libyaml v0.2.11
12012026-03-20T18:14:43.386Z Downloaded toml v0.7.8
12022026-03-20T18:14:43.386Z Downloaded uzers v0.12.2
12032026-03-20T18:14:43.386Z Downloaded rpassword v7.4.0
12042026-03-20T18:14:43.386Z Downloaded schemars v0.9.0
12052026-03-20T18:14:43.386Z Downloaded zerocopy v0.6.6
12062026-03-20T18:14:43.386Z Downloaded yasna v0.5.2
12072026-03-20T18:14:43.386Z Downloaded foldhash v0.2.0
12082026-03-20T18:14:43.386Z Downloaded find-msvc-tools v0.1.9
12092026-03-20T18:14:43.386Z Downloaded filetime v0.2.27
12102026-03-20T18:14:43.387Z Downloaded steno v0.4.1
12112026-03-20T18:14:43.532Z Downloaded vte v0.14.1
12122026-03-20T18:14:43.532Z Downloaded ff v0.13.1
12132026-03-20T18:14:43.532Z Downloaded unicode-bidi v0.3.18
12142026-03-20T18:14:43.532Z Downloaded typify v0.6.1
12152026-03-20T18:14:43.532Z Downloaded zstd v0.13.3
12162026-03-20T18:14:43.532Z Downloaded libm v0.2.16
12172026-03-20T18:14:43.532Z Downloaded zstd-safe v7.2.4
12182026-03-20T18:14:43.533Z Downloaded tokio-postgres v0.7.16
12192026-03-20T18:14:43.533Z Downloaded git2 v0.20.4
12202026-03-20T18:14:43.533Z Downloaded uuid v1.21.0
12212026-03-20T18:14:43.533Z Downloaded rustyline v14.0.0
12222026-03-20T18:14:43.533Z Downloaded chrono v0.4.44
12232026-03-20T18:14:43.533Z Downloaded tracing-core v0.1.36
12242026-03-20T18:14:43.533Z Downloaded erased-serde v0.3.31
12252026-03-20T18:14:43.533Z Downloaded ena v0.14.4
12262026-03-20T18:14:43.533Z Downloaded ed25519 v2.2.3
12272026-03-20T18:14:43.533Z Downloaded drift v0.1.3
12282026-03-20T18:14:43.533Z Downloaded typify v0.4.3
12292026-03-20T18:14:43.533Z Downloaded ron v0.12.0
12302026-03-20T18:14:43.533Z Downloaded deranged v0.5.8
12312026-03-20T18:14:43.533Z Downloaded env_logger v0.11.9
12322026-03-20T18:14:43.533Z Downloaded derive-ex v0.1.8
12332026-03-20T18:14:43.533Z Downloaded defmt v1.0.1
12342026-03-20T18:14:43.533Z Downloaded chacha20 v0.9.1
12352026-03-20T18:14:43.533Z Downloaded zopfli v0.8.3
12362026-03-20T18:14:43.533Z Downloaded ssh-key v0.6.7
12372026-03-20T18:14:43.533Z Downloaded toml_edit v0.23.10+spec-1.0.0
12382026-03-20T18:14:43.533Z Downloaded cbc v0.1.2
12392026-03-20T18:14:43.533Z Downloaded cassowary v0.3.0
12402026-03-20T18:14:43.534Z Downloaded bit-vec v0.8.0
12412026-03-20T18:14:43.534Z Downloaded backon v1.6.0
12422026-03-20T18:14:43.534Z Downloaded arc-swap v1.8.2
12432026-03-20T18:14:43.534Z Downloaded cfg_aliases v0.2.1
12442026-03-20T18:14:43.534Z Downloaded atty v0.2.14
12452026-03-20T18:14:43.534Z Downloaded atomicwrites v0.4.4
12462026-03-20T18:14:43.534Z Downloaded async-stream-impl v0.3.6
12472026-03-20T18:14:43.534Z Downloaded array-init v0.0.4
12482026-03-20T18:14:43.534Z Downloaded aead v0.5.2
12492026-03-20T18:14:43.534Z Downloaded blake3 v1.8.3
12502026-03-20T18:14:43.534Z Downloaded toml_edit v0.19.15
12512026-03-20T18:14:43.534Z Downloaded zip v0.6.6
12522026-03-20T18:14:43.554Z Downloaded bindgen v0.71.1
12532026-03-20T18:14:43.554Z Downloaded unicode_categories v0.1.1
12542026-03-20T18:14:43.554Z Downloaded reqwest v0.13.2
12552026-03-20T18:14:43.554Z Downloaded lalrpop v0.19.12
12562026-03-20T18:14:43.554Z Downloaded p384 v0.13.1
12572026-03-20T18:14:43.554Z Downloaded regex v1.12.3
12582026-03-20T18:14:43.555Z Downloaded reedline v0.40.0
12592026-03-20T18:14:43.555Z Downloaded bitvec v1.0.1
12602026-03-20T18:14:43.555Z Downloaded zerocopy-derive v0.8.40
12612026-03-20T18:14:43.555Z Downloaded aws-lc-rs v1.16.0
12622026-03-20T18:14:43.555Z Downloaded goblin v0.10.5
12632026-03-20T18:14:43.555Z Downloaded salty v0.3.0
12642026-03-20T18:14:43.555Z Downloaded x509-cert v0.2.5
12652026-03-20T18:14:43.555Z Downloaded typed-path v0.9.3
12662026-03-20T18:14:43.555Z Downloaded rayon v1.11.0
12672026-03-20T18:14:43.555Z Downloaded yansi v1.0.1
12682026-03-20T18:14:43.555Z Downloaded unicode-segmentation v1.12.0
12692026-03-20T18:14:43.555Z Downloaded moka v0.12.13
12702026-03-20T18:14:43.555Z Downloaded tower v0.5.3
12712026-03-20T18:14:43.555Z Downloaded portable-atomic v1.13.1
12722026-03-20T18:14:43.555Z Downloaded rustls-webpki v0.101.7
12732026-03-20T18:14:43.555Z Downloaded quick-xml v0.37.5
12742026-03-20T18:14:43.555Z Downloaded reqwest v0.12.28
12752026-03-20T18:14:43.555Z Downloaded tokio-util v0.7.18
12762026-03-20T18:14:43.555Z Downloaded tower-http v0.6.8
12772026-03-20T18:14:43.555Z Downloaded tough v0.20.0
12782026-03-20T18:14:43.567Z Downloaded object v0.30.4
12792026-03-20T18:14:43.567Z Downloaded petname v2.0.2
12802026-03-20T18:14:43.567Z Downloaded unicode-normalization v0.1.25
12812026-03-20T18:14:43.567Z Downloaded rustls-webpki v0.102.8
12822026-03-20T18:14:43.574Z Downloaded zip v4.6.1
12832026-03-20T18:14:43.578Z Downloaded curve25519-dalek v4.1.3
12842026-03-20T18:14:43.581Z Downloaded winnow v0.5.40
12852026-03-20T18:14:43.587Z Downloaded proptest v1.10.0
12862026-03-20T18:14:43.594Z Downloaded serde_with v3.17.0
12872026-03-20T18:14:43.603Z Downloaded openssl v0.10.75
12882026-03-20T18:14:43.614Z Downloaded quinn-proto v0.11.13
12892026-03-20T18:14:43.619Z Downloaded polar-core v0.27.3
12902026-03-20T18:14:43.628Z Downloaded winnow v0.6.26
12912026-03-20T18:14:43.640Z Downloaded nix v0.27.1
12922026-03-20T18:14:43.648Z Downloaded tabled v0.20.0
12932026-03-20T18:14:43.661Z Downloaded dropshot v0.16.7
12942026-03-20T18:14:43.678Z Downloaded rustls v0.21.12
12952026-03-20T18:14:43.685Z Downloaded zlib-rs v0.6.2
12962026-03-20T18:14:43.690Z Downloaded nix v0.28.0
12972026-03-20T18:14:43.698Z Downloaded bstr v1.12.1
12982026-03-20T18:14:43.705Z Downloaded regex-syntax v0.6.29
12992026-03-20T18:14:43.710Z Downloaded nix v0.31.1
13002026-03-20T18:14:43.720Z Downloaded time v0.3.47
13012026-03-20T18:14:43.728Z Downloaded zerocopy v0.8.40
13022026-03-20T18:14:43.735Z Downloaded vcpkg v0.2.15
13032026-03-20T18:14:43.765Z Downloaded nix v0.29.0
13042026-03-20T18:14:43.782Z Downloaded rustls v0.22.4
13052026-03-20T18:14:43.792Z Downloaded webpki-roots v1.0.6
13062026-03-20T18:14:43.793Z Downloaded regex-syntax v0.8.10
13072026-03-20T18:14:43.795Z Downloaded rustix v0.38.44
13082026-03-20T18:14:43.807Z Downloaded object v0.37.3
13092026-03-20T18:14:43.818Z Downloaded hickory-proto v0.24.4
13102026-03-20T18:14:43.827Z Downloaded smoltcp v0.11.0
13112026-03-20T18:14:43.836Z Downloaded hickory-proto v0.25.2
13122026-03-20T18:14:43.848Z Downloaded sqlparser v0.61.0
13132026-03-20T18:14:43.856Z Downloaded rustls v0.23.37
13142026-03-20T18:14:43.865Z Downloaded sled v0.34.7
13152026-03-20T18:14:43.872Z Downloaded ratatui v0.29.0
13162026-03-20T18:14:43.894Z Downloaded diesel v2.3.7
13172026-03-20T18:14:43.926Z Downloaded smoltcp v0.9.1
13182026-03-20T18:14:43.945Z Downloaded regress v0.10.5
13192026-03-20T18:14:43.945Z Downloaded openapiv3 v2.2.0
13202026-03-20T18:14:43.946Z Downloaded radix_trie v0.2.1
13212026-03-20T18:14:43.953Z Downloaded zerocopy-derive v0.6.6
13222026-03-20T18:14:43.961Z Downloaded petgraph v0.6.5
13232026-03-20T18:14:43.972Z Downloaded typify-impl v0.6.1
13242026-03-20T18:14:43.988Z Downloaded tracing v0.1.44
13252026-03-20T18:14:44.008Z Downloaded typify-impl v0.4.3
13262026-03-20T18:14:44.023Z Downloaded libz-sys v1.1.24
13272026-03-20T18:14:44.033Z Downloaded petgraph v0.8.3
13282026-03-20T18:14:44.065Z Downloaded csv v1.4.0
13292026-03-20T18:14:44.082Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-03-20T18:14:44.092Z Downloaded regex-automata v0.4.14
13312026-03-20T18:14:44.124Z Downloaded jiff v0.2.21
13322026-03-20T18:14:44.135Z Downloaded lzma-sys v0.1.20
13332026-03-20T18:14:44.167Z Downloaded chrono-tz v0.10.4
13342026-03-20T18:14:44.183Z Downloaded encoding_rs v0.8.35
13352026-03-20T18:14:44.215Z Downloaded ring v0.17.14
13362026-03-20T18:14:44.268Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-03-20T18:14:44.294Z Downloaded tokio v1.49.0
13382026-03-20T18:14:44.305Z Downloaded sha3 v0.10.8
13392026-03-20T18:14:44.445Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-20T18:14:45.043Z Downloaded aws-lc-sys v0.37.1
13412026-03-20T18:14:45.530Z Compiling libc v0.2.180
13422026-03-20T18:14:45.530Z Compiling serde v1.0.228
13432026-03-20T18:14:45.578Z Compiling log v0.4.29
13442026-03-20T18:14:45.578Z Compiling find-msvc-tools v0.1.9
13452026-03-20T18:14:45.578Z Compiling shlex v1.3.0
13462026-03-20T18:14:45.578Z Compiling smallvec v1.15.1
13472026-03-20T18:14:45.578Z Compiling syn v2.0.117
13482026-03-20T18:14:45.578Z Compiling typenum v1.19.0
13492026-03-20T18:14:45.834Z Compiling generic-array v0.14.7
13502026-03-20T18:14:45.835Z Compiling subtle v2.6.1
13512026-03-20T18:14:45.866Z Compiling scopeguard v1.2.0
13522026-03-20T18:14:45.989Z Compiling portable-atomic v1.13.1
13532026-03-20T18:14:46.010Z Compiling const-oid v0.9.6
13542026-03-20T18:14:46.010Z Compiling lock_api v0.4.14
13552026-03-20T18:14:46.058Z Compiling critical-section v1.2.0
13562026-03-20T18:14:46.189Z Compiling zerocopy v0.8.40
13572026-03-20T18:14:46.243Z Compiling serde_json v1.0.149
13582026-03-20T18:14:46.317Z Compiling parking_lot_core v0.9.12
13592026-03-20T18:14:46.623Z Compiling pin-project-lite v0.2.17
13602026-03-20T18:14:46.667Z Compiling pkg-config v0.3.32
13612026-03-20T18:14:46.729Z Compiling getrandom v0.2.17
13622026-03-20T18:14:46.784Z Compiling jobserver v0.1.34
13632026-03-20T18:14:46.876Z Compiling errno v0.3.14
13642026-03-20T18:14:47.426Z Compiling rand_core v0.6.4
13652026-03-20T18:14:47.439Z Compiling cc v1.2.56
13662026-03-20T18:14:47.439Z Compiling signal-hook-registry v1.4.8
13672026-03-20T18:14:47.439Z Compiling once_cell v1.21.3
13682026-03-20T18:14:47.439Z Compiling mio v1.1.1
13692026-03-20T18:14:47.439Z Compiling bitflags v2.11.0
13702026-03-20T18:14:47.524Z Compiling libm v0.2.16
13712026-03-20T18:14:47.620Z Compiling parking_lot v0.12.5
13722026-03-20T18:14:47.859Z Compiling num-traits v0.2.19
13732026-03-20T18:14:47.969Z Compiling futures-core v0.3.32
13742026-03-20T18:14:48.022Z Compiling socket2 v0.6.2
13752026-03-20T18:14:48.061Z Compiling percent-encoding v2.3.2
13762026-03-20T18:14:48.107Z Compiling allocator-api2 v0.2.21
13772026-03-20T18:14:48.197Z Compiling futures-sink v0.3.32
13782026-03-20T18:14:48.283Z Compiling cpufeatures v0.2.17
13792026-03-20T18:14:48.439Z Compiling foldhash v0.2.0
13802026-03-20T18:14:48.533Z Compiling futures-channel v0.3.32
13812026-03-20T18:14:48.533Z Compiling futures-io v0.3.32
13822026-03-20T18:14:48.605Z Compiling hashbrown v0.16.1
13832026-03-20T18:14:48.653Z Compiling slab v0.4.12
13842026-03-20T18:14:48.653Z Compiling futures-task v0.3.32
13852026-03-20T18:14:48.653Z Compiling getrandom v0.4.1
13862026-03-20T18:14:48.653Z Compiling getrandom v0.3.4
13872026-03-20T18:14:48.797Z Compiling rand_core v0.10.0
13882026-03-20T18:14:48.829Z Compiling rustversion v1.0.22
13892026-03-20T18:14:49.000Z Compiling form_urlencoded v1.2.2
13902026-03-20T18:14:49.299Z Compiling indexmap v2.13.0
13912026-03-20T18:14:49.325Z Compiling cmake v0.1.57
13922026-03-20T18:14:49.384Z Compiling dunce v1.0.5
13932026-03-20T18:14:49.486Z Compiling base64ct v1.8.3
13942026-03-20T18:14:49.600Z Compiling fs_extra v1.3.0
13952026-03-20T18:14:49.827Z Compiling synstructure v0.13.2
13962026-03-20T18:14:49.846Z Compiling ident_case v1.0.1
13972026-03-20T18:14:49.853Z Compiling pem-rfc7468 v0.7.0
13982026-03-20T18:14:50.200Z Compiling aws-lc-sys v0.37.1
13992026-03-20T18:14:50.224Z Compiling flagset v0.4.7
14002026-03-20T18:14:50.234Z Compiling rand_core v0.9.5
14012026-03-20T18:14:50.235Z Compiling iana-time-zone v0.1.65
14022026-03-20T18:14:50.235Z Compiling rustix v1.1.3
14032026-03-20T18:14:50.235Z Compiling ring v0.17.14
14042026-03-20T18:14:50.311Z Compiling uuid v1.21.0
14052026-03-20T18:14:50.446Z Compiling rustc_version v0.4.1
14062026-03-20T18:14:50.506Z Compiling regex-syntax v0.8.10
14072026-03-20T18:14:50.685Z Compiling aws-lc-rs v1.16.0
14082026-03-20T18:14:53.805Z Compiling vcpkg v0.2.15
14092026-03-20T18:14:53.929Z Compiling tracing-core v0.1.36
14102026-03-20T18:14:53.929Z Compiling crossbeam-utils v0.8.21
14112026-03-20T18:14:53.929Z Compiling pest_generator v2.8.6
14122026-03-20T18:14:53.929Z Compiling serde_derive_internals v0.29.1
14132026-03-20T18:14:53.929Z Compiling openssl-sys v0.9.111
14142026-03-20T18:14:53.929Z Compiling serde_derive v1.0.228
14152026-03-20T18:14:53.929Z Compiling zeroize_derive v1.4.3
14162026-03-20T18:14:53.929Z Compiling zerofrom-derive v0.1.6
14172026-03-20T18:14:53.929Z Compiling yoke-derive v0.8.1
14182026-03-20T18:14:53.929Z Compiling zerocopy-derive v0.8.40
14192026-03-20T18:14:53.929Z Compiling zeroize v1.8.2
14202026-03-20T18:14:53.929Z Compiling zerovec-derive v0.11.2
14212026-03-20T18:14:54.193Z Compiling displaydoc v0.2.5
14222026-03-20T18:14:54.458Z Compiling crypto-common v0.1.7
14232026-03-20T18:14:54.477Z Compiling zerofrom v0.1.6
14242026-03-20T18:14:54.633Z Compiling yoke v0.8.1
14252026-03-20T18:14:54.659Z Compiling block-buffer v0.10.4
14262026-03-20T18:14:54.858Z Compiling digest v0.10.7
14272026-03-20T18:14:54.877Z Compiling tokio-macros v2.6.0
14282026-03-20T18:14:55.108Z Compiling futures-macro v0.3.32
14292026-03-20T18:14:55.205Z Compiling hmac v0.12.1
14302026-03-20T18:14:55.223Z Compiling zerotrie v0.2.3
14312026-03-20T18:14:55.299Z Compiling zerovec v0.11.5
14322026-03-20T18:14:55.406Z Compiling block-padding v0.3.3
14332026-03-20T18:14:55.609Z Compiling inout v0.1.4
14342026-03-20T18:14:55.631Z Compiling sha2 v0.10.9
14352026-03-20T18:14:55.835Z Compiling cipher v0.4.4
14362026-03-20T18:14:55.899Z Compiling der_derive v0.7.3
14372026-03-20T18:14:56.022Z Compiling tinystr v0.8.2
14382026-03-20T18:14:56.180Z Compiling potential_utf v0.1.4
14392026-03-20T18:14:56.202Z Compiling futures-util v0.3.32
14402026-03-20T18:14:56.288Z Compiling icu_locale_core v2.1.1
14412026-03-20T18:14:56.406Z Compiling icu_collections v2.1.1
14422026-03-20T18:14:57.045Z Compiling bytes v1.11.1
14432026-03-20T18:14:57.094Z Compiling chrono v0.4.44
14442026-03-20T18:14:57.191Z Compiling icu_provider v2.1.1
14452026-03-20T18:14:57.514Z Compiling icu_properties v2.1.2
14462026-03-20T18:14:57.524Z Compiling icu_normalizer v2.1.1
14472026-03-20T18:14:57.580Z Compiling der v0.7.10
14482026-03-20T18:14:57.874Z Compiling tokio v1.49.0
14492026-03-20T18:14:58.220Z Compiling http v1.4.0
14502026-03-20T18:14:58.980Z Compiling idna_adapter v1.2.1
14512026-03-20T18:14:59.027Z Compiling spki v0.7.3
14522026-03-20T18:14:59.150Z Compiling idna v1.1.0
14532026-03-20T18:14:59.249Z Compiling ppv-lite86 v0.2.21
14542026-03-20T18:14:59.289Z Compiling salsa20 v0.10.2
14552026-03-20T18:14:59.324Z Compiling pbkdf2 v0.12.2
14562026-03-20T18:14:59.458Z Compiling thiserror-impl v2.0.18
14572026-03-20T18:14:59.461Z Compiling scrypt v0.11.0
14582026-03-20T18:14:59.461Z Compiling cbc v0.1.2
14592026-03-20T18:14:59.513Z Compiling aes v0.8.4
14602026-03-20T18:14:59.676Z Compiling url v2.5.8
14612026-03-20T18:14:59.702Z Compiling rand_chacha v0.9.0
14622026-03-20T18:14:59.803Z Compiling rustls-pki-types v1.14.0
14632026-03-20T18:15:00.078Z Compiling tracing-attributes v0.1.31
14642026-03-20T18:15:00.437Z Compiling pkcs5 v0.7.1
14652026-03-20T18:15:00.626Z Compiling rand v0.9.2
14662026-03-20T18:15:00.818Z Compiling http-body v1.0.1
14672026-03-20T18:15:01.011Z Compiling schemars v0.8.22
14682026-03-20T18:15:01.047Z Compiling base64 v0.22.1
14692026-03-20T18:15:01.089Z Compiling untrusted v0.9.0
14702026-03-20T18:15:01.241Z Compiling syn v1.0.109
14712026-03-20T18:15:01.260Z Compiling openssl-probe v0.2.1
14722026-03-20T18:15:01.325Z Compiling thiserror v2.0.18
14732026-03-20T18:15:01.456Z Compiling httparse v1.10.1
14742026-03-20T18:15:01.475Z Compiling untrusted v0.7.1
14752026-03-20T18:15:01.623Z Compiling pkcs8 v0.10.2
14762026-03-20T18:15:01.678Z Compiling schemars_derive v0.8.22
14772026-03-20T18:15:01.699Z Compiling pest_derive v2.8.6
14782026-03-20T18:15:01.912Z Compiling tracing v0.1.44
14792026-03-20T18:15:01.943Z Compiling scroll_derive v0.13.1
14802026-03-20T18:15:02.229Z Compiling darling_core v0.20.11
14812026-03-20T18:15:02.257Z Compiling dyn-clone v1.0.20
14822026-03-20T18:15:02.426Z Compiling rustls v0.23.37
14832026-03-20T18:15:02.640Z Compiling tinyvec_macros v0.1.1
14842026-03-20T18:15:02.701Z Compiling try-lock v0.2.5
14852026-03-20T18:15:02.726Z Compiling tower-layer v0.3.3
14862026-03-20T18:15:02.834Z Compiling tower-service v0.3.3
14872026-03-20T18:15:02.935Z Compiling atomic-waker v1.1.2
14882026-03-20T18:15:02.955Z Compiling want v0.3.1
14892026-03-20T18:15:03.005Z Compiling tokio-util v0.7.18
14902026-03-20T18:15:03.086Z Compiling scroll v0.13.0
14912026-03-20T18:15:03.156Z Compiling tinyvec v1.10.0
14922026-03-20T18:15:03.830Z Compiling ipnet v2.11.0
14932026-03-20T18:15:03.990Z Compiling h2 v0.4.13
14942026-03-20T18:15:04.437Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-20T18:15:04.507Z Compiling spin v0.9.8
14962026-03-20T18:15:04.776Z Compiling aho-corasick v1.1.4
14972026-03-20T18:15:04.993Z Compiling foreign-types-shared v0.1.1
14982026-03-20T18:15:05.105Z Compiling crc32fast v1.5.0
14992026-03-20T18:15:05.259Z Compiling openssl v0.10.75
15002026-03-20T18:15:05.454Z Compiling pin-utils v0.1.0
15012026-03-20T18:15:05.523Z Compiling httpdate v1.0.3
15022026-03-20T18:15:05.545Z Compiling time-core v0.1.8
15032026-03-20T18:15:05.565Z Compiling darling_macro v0.20.11
15042026-03-20T18:15:05.740Z Compiling num-conv v0.2.0
15052026-03-20T18:15:05.817Z Compiling powerfmt v0.2.0
15062026-03-20T18:15:05.911Z Compiling tempfile v3.25.0
15072026-03-20T18:15:05.934Z Compiling time-macros v0.2.27
15082026-03-20T18:15:06.100Z Compiling deranged v0.5.8
15092026-03-20T18:15:06.185Z Compiling darling v0.20.11
15102026-03-20T18:15:06.287Z Compiling regex-automata v0.4.14
15112026-03-20T18:15:06.517Z Compiling foreign-types v0.3.2
15122026-03-20T18:15:07.248Z Compiling goblin v0.10.5
15132026-03-20T18:15:07.461Z Compiling thiserror-impl v1.0.69
15142026-03-20T18:15:08.096Z Compiling hyper v1.8.1
15152026-03-20T18:15:09.167Z Compiling openssl-macros v0.1.1
15162026-03-20T18:15:09.335Z Compiling wait-timeout v0.2.1
15172026-03-20T18:15:09.503Z Compiling bit-vec v0.8.0
15182026-03-20T18:15:09.649Z Compiling usdt-impl v0.6.0
15192026-03-20T18:15:09.682Z Compiling native-tls v0.2.18
15202026-03-20T18:15:09.806Z Compiling siphasher v1.0.2
15212026-03-20T18:15:09.943Z Compiling num_threads v0.1.7
15222026-03-20T18:15:09.977Z Compiling quick-error v1.2.3
15232026-03-20T18:15:10.067Z Compiling simd-adler32 v0.3.8
15242026-03-20T18:15:10.104Z Compiling either v1.15.0
15252026-03-20T18:15:10.122Z Compiling rusty-fork v0.3.1
15262026-03-20T18:15:10.297Z Compiling time v0.3.47
15272026-03-20T18:15:10.429Z Compiling bit-set v0.8.0
15282026-03-20T18:15:10.553Z Compiling hyper-util v0.1.20
15292026-03-20T18:15:10.641Z Compiling thiserror v1.0.69
15302026-03-20T18:15:11.015Z Compiling derive_builder_core v0.20.2
15312026-03-20T18:15:12.157Z Compiling dof v0.4.0
15322026-03-20T18:15:12.224Z Compiling unicode-normalization v0.1.25
15332026-03-20T18:15:12.511Z Compiling crossbeam-epoch v0.9.18
15342026-03-20T18:15:12.827Z Compiling dtrace-parser v0.3.0
15352026-03-20T18:15:12.899Z Compiling rustls-native-certs v0.8.3
15362026-03-20T18:15:12.948Z Compiling signature v2.2.0
15372026-03-20T18:15:13.167Z Compiling scroll_derive v0.12.1
15382026-03-20T18:15:13.271Z Compiling heapless v0.7.17
15392026-03-20T18:15:13.336Z Compiling rand_xorshift v0.4.0
15402026-03-20T18:15:13.581Z Compiling slog v2.8.2
15412026-03-20T18:15:13.594Z Compiling darling_core v0.21.3
15422026-03-20T18:15:13.789Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-20T18:15:13.803Z Compiling sync_wrapper v1.0.2
15442026-03-20T18:15:13.882Z Compiling thread-id v5.1.0
15452026-03-20T18:15:13.932Z Compiling cookie v0.18.1
15462026-03-20T18:15:13.975Z Compiling unicode-properties v0.1.4
15472026-03-20T18:15:14.042Z Compiling signal-hook v0.3.18
15482026-03-20T18:15:14.125Z Compiling zstd-safe v7.2.4
15492026-03-20T18:15:14.155Z Compiling adler2 v2.0.1
15502026-03-20T18:15:14.245Z Compiling paste v1.0.15
15512026-03-20T18:15:14.270Z Compiling unicode-bidi v0.3.18
15522026-03-20T18:15:14.320Z Compiling unicode-segmentation v1.12.0
15532026-03-20T18:15:14.364Z Compiling rayon-core v1.13.0
15542026-03-20T18:15:14.580Z Compiling anyhow v1.0.102
15552026-03-20T18:15:14.606Z Compiling unarray v0.1.4
15562026-03-20T18:15:14.713Z Compiling proptest v1.10.0
15572026-03-20T18:15:14.770Z Compiling stringprep v0.1.5
15582026-03-20T18:15:14.854Z Compiling miniz_oxide v0.8.9
15592026-03-20T18:15:15.039Z Compiling scroll v0.12.0
15602026-03-20T18:15:15.389Z Compiling tower v0.5.3
15612026-03-20T18:15:15.729Z Compiling crossbeam-deque v0.8.6
15622026-03-20T18:15:15.772Z Compiling derive_builder_macro v0.20.2
15632026-03-20T18:15:15.922Z Compiling ipnetwork v0.21.1
15642026-03-20T18:15:15.978Z Compiling http-body-util v0.1.3
15652026-03-20T18:15:16.044Z Compiling webpki-roots v1.0.6
15662026-03-20T18:15:16.110Z Compiling rand_chacha v0.3.1
15672026-03-20T18:15:16.197Z Compiling serde_spanned v0.6.9
15682026-03-20T18:15:16.309Z Compiling serde_tokenstream v0.2.3
15692026-03-20T18:15:16.360Z Compiling erased-serde v0.3.31
15702026-03-20T18:15:16.382Z Compiling toml_datetime v0.6.11
15712026-03-20T18:15:16.443Z Compiling md-5 v0.10.6
15722026-03-20T18:15:16.646Z Compiling zerocopy-derive v0.7.35
15732026-03-20T18:15:16.711Z Compiling curve25519-dalek v4.1.3
15742026-03-20T18:15:16.717Z Compiling vergen-lib v0.1.6
15752026-03-20T18:15:16.952Z Compiling num-integer v0.1.46
15762026-03-20T18:15:17.070Z Compiling hash32 v0.2.1
15772026-03-20T18:15:17.126Z Compiling ff v0.13.1
15782026-03-20T18:15:17.156Z Compiling memoffset v0.9.1
15792026-03-20T18:15:17.218Z Compiling darling_macro v0.21.3
15802026-03-20T18:15:17.301Z Compiling zlib-rs v0.6.2
15812026-03-20T18:15:17.320Z Compiling ref-cast v1.0.25
15822026-03-20T18:15:17.379Z Compiling base16ct v0.2.0
15832026-03-20T18:15:17.401Z Compiling cfg_aliases v0.2.1
15842026-03-20T18:15:17.490Z Compiling rustix v0.38.44
15852026-03-20T18:15:17.615Z Compiling psl-types v2.0.11
15862026-03-20T18:15:17.738Z Compiling smoltcp v0.9.1
15872026-03-20T18:15:17.762Z Compiling ryu v1.0.23
15882026-03-20T18:15:17.801Z Compiling num-bigint-dig v0.8.6
15892026-03-20T18:15:17.820Z Compiling iri-string v0.7.10
15902026-03-20T18:15:17.929Z Compiling fallible-iterator v0.2.0
15912026-03-20T18:15:17.992Z Compiling litrs v1.0.0
15922026-03-20T18:15:18.151Z Compiling newtype-uuid v1.3.2
15932026-03-20T18:15:18.168Z Compiling serde_urlencoded v0.7.1
15942026-03-20T18:15:18.343Z Compiling postgres-protocol v0.6.10
15952026-03-20T18:15:18.496Z Compiling darling v0.21.3
15962026-03-20T18:15:18.577Z Compiling zerocopy v0.7.35
15972026-03-20T18:15:18.599Z Compiling publicsuffix v2.3.0
15982026-03-20T18:15:18.692Z Compiling document-features v0.2.12
15992026-03-20T18:15:18.867Z Compiling sec1 v0.7.3
16002026-03-20T18:15:19.079Z Compiling nix v0.31.1
16012026-03-20T18:15:19.354Z Compiling group v0.13.0
16022026-03-20T18:15:19.495Z Compiling tower-http v0.6.8
16032026-03-20T18:15:19.572Z Compiling num-iter v0.1.45
16042026-03-20T18:15:19.724Z Compiling rand v0.8.5
16052026-03-20T18:15:20.014Z Compiling derive_builder v0.20.2
16062026-03-20T18:15:20.041Z Compiling oxnet v0.1.4
16072026-03-20T18:15:20.169Z Compiling proc-macro-error v1.0.4
16082026-03-20T18:15:20.366Z Compiling tokio-native-tls v0.3.1
16092026-03-20T18:15:20.564Z Compiling goblin v0.8.2
16102026-03-20T18:15:21.042Z Compiling heck v0.4.1
16112026-03-20T18:15:21.299Z Compiling phf_shared v0.13.1
16122026-03-20T18:15:21.328Z Compiling regex v1.12.3
16132026-03-20T18:15:21.349Z Compiling hubpack_derive v0.1.1
16142026-03-20T18:15:21.655Z Compiling flate2 v1.1.9
16152026-03-20T18:15:21.910Z Compiling lazy_static v1.5.0
16162026-03-20T18:15:21.930Z Compiling cargo-platform v0.1.9
16172026-03-20T18:15:21.933Z Compiling hkdf v0.12.4
16182026-03-20T18:15:21.967Z Compiling crypto-bigint v0.5.5
16192026-03-20T18:15:22.022Z Compiling async-trait v0.1.89
16202026-03-20T18:15:22.159Z Compiling daft-derive v0.1.5
16212026-03-20T18:15:22.197Z Compiling strum_macros v0.27.2
16222026-03-20T18:15:22.263Z Compiling ref-cast-impl v1.0.25
16232026-03-20T18:15:22.969Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-20T18:15:23.109Z Compiling terminal_size v0.4.3
16252026-03-20T18:15:23.287Z Compiling vergen v9.0.6
16262026-03-20T18:15:23.464Z Compiling fs-err v3.3.0
16272026-03-20T18:15:23.512Z Compiling ahash v0.8.12
16282026-03-20T18:15:23.702Z Compiling foldhash v0.1.5
16292026-03-20T18:15:23.762Z Compiling object v0.37.3
16302026-03-20T18:15:23.809Z Compiling bumpalo v3.20.2
16312026-03-20T18:15:23.930Z Compiling libbz2-rs-sys v0.2.2
16322026-03-20T18:15:24.107Z Compiling managed v0.8.0
16332026-03-20T18:15:24.138Z Compiling bitflags v1.3.2
16342026-03-20T18:15:24.286Z Compiling winnow v0.5.40
16352026-03-20T18:15:24.856Z Compiling bzip2 v0.6.1
16362026-03-20T18:15:24.903Z Compiling clap_builder v4.5.60
16372026-03-20T18:15:24.956Z Compiling strum v0.27.2
16382026-03-20T18:15:25.121Z Compiling console v0.16.2
16392026-03-20T18:15:25.245Z Compiling zopfli v0.8.3
16402026-03-20T18:15:25.554Z Compiling hashbrown v0.15.5
16412026-03-20T18:15:26.083Z Compiling toml_edit v0.19.15
16422026-03-20T18:15:26.162Z Compiling dof v0.3.0
16432026-03-20T18:15:26.303Z Compiling elliptic-curve v0.13.8
16442026-03-20T18:15:26.321Z Compiling daft v0.1.5
16452026-03-20T18:15:26.814Z Compiling cargo_metadata v0.19.2
16462026-03-20T18:15:27.152Z Compiling hubpack v0.1.2
16472026-03-20T18:15:27.440Z Compiling phf v0.13.1
16482026-03-20T18:15:27.654Z Compiling zone_cfg_derive v0.3.1
16492026-03-20T18:15:28.483Z Compiling zstd v0.13.3
16502026-03-20T18:15:28.712Z Compiling signal-hook-mio v0.2.5
16512026-03-20T18:15:28.850Z Compiling cookie_store v0.22.1
16522026-03-20T18:15:29.244Z Compiling rayon v1.11.0
16532026-03-20T18:15:29.286Z Compiling hyper-tls v0.6.0
16542026-03-20T18:15:29.356Z Compiling bzip2 v0.4.4
16552026-03-20T18:15:29.580Z Compiling postgres-types v0.2.12
16562026-03-20T18:15:29.644Z Compiling serde_with_macros v3.17.0
16572026-03-20T18:15:29.749Z Compiling usdt-macro v0.6.0
16582026-03-20T18:15:29.907Z Compiling usdt-attr-macro v0.6.0
16592026-03-20T18:15:30.375Z Compiling ed25519 v2.2.3
16602026-03-20T18:15:30.739Z Compiling dtrace-parser v0.2.0
16612026-03-20T18:15:30.964Z Compiling itertools v0.12.1
16622026-03-20T18:15:31.216Z Compiling phf_shared v0.11.3
16632026-03-20T18:15:31.314Z Compiling bstr v1.12.1
16642026-03-20T18:15:31.464Z Compiling pkcs1 v0.7.5
16652026-03-20T18:15:31.544Z Compiling serde-big-array v0.5.1
16662026-03-20T18:15:31.725Z Compiling hex v0.4.3
16672026-03-20T18:15:31.768Z Compiling rfc6979 v0.4.0
16682026-03-20T18:15:31.807Z Compiling enum-as-inner v0.6.1
16692026-03-20T18:15:31.926Z Compiling serde_repr v0.1.20
16702026-03-20T18:15:32.004Z Compiling strum_macros v0.26.4
16712026-03-20T18:15:32.078Z Compiling clap_derive v4.5.55
16722026-03-20T18:15:32.236Z Compiling float-cmp v0.10.0
16732026-03-20T18:15:32.426Z Compiling thread-id v4.2.2
16742026-03-20T18:15:32.464Z Compiling memmap2 v0.9.10
16752026-03-20T18:15:32.534Z Compiling env_filter v1.0.0
16762026-03-20T18:15:32.620Z Compiling encoding_rs v0.8.35
16772026-03-20T18:15:32.680Z Compiling predicates-core v1.0.10
16782026-03-20T18:15:32.752Z Compiling keccak v0.1.6
16792026-03-20T18:15:32.905Z Compiling whoami v2.1.0
16802026-03-20T18:15:32.959Z Compiling jiff v0.2.21
16812026-03-20T18:15:33.419Z Compiling fixedbitset v0.5.7
16822026-03-20T18:15:33.834Z Compiling data-encoding v2.10.0
16832026-03-20T18:15:33.871Z Compiling precomputed-hash v0.1.1
16842026-03-20T18:15:33.983Z Compiling static_assertions v1.1.0
16852026-03-20T18:15:34.079Z Compiling rustc-hash v2.1.1
16862026-03-20T18:15:34.239Z Compiling new_debug_unreachable v1.0.6
16872026-03-20T18:15:34.317Z Compiling unit-prefix v0.5.2
16882026-03-20T18:15:34.340Z Compiling fixedbitset v0.4.2
16892026-03-20T18:15:34.434Z Compiling difflib v0.4.0
16902026-03-20T18:15:34.505Z Compiling normalize-line-endings v0.3.0
16912026-03-20T18:15:34.568Z Compiling mime v0.3.17
16922026-03-20T18:15:34.624Z Compiling clap v4.5.60
16932026-03-20T18:15:34.628Z Compiling petgraph v0.6.5
16942026-03-20T18:15:34.666Z Compiling indicatif v0.18.4
16952026-03-20T18:15:34.727Z Compiling predicates v3.1.4
16962026-03-20T18:15:34.802Z Compiling strum v0.26.3
16972026-03-20T18:15:34.969Z Compiling string_cache v0.8.9
16982026-03-20T18:15:34.988Z Compiling hickory-proto v0.25.2
16992026-03-20T18:15:35.251Z Compiling iddqd v0.3.17
17002026-03-20T18:15:35.271Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-20T18:15:35.671Z Compiling toml_edit v0.22.27
17022026-03-20T18:15:35.876Z Compiling petgraph v0.8.3
17032026-03-20T18:15:36.798Z Compiling zip v4.6.1
17042026-03-20T18:15:36.835Z Compiling tokio-postgres v0.7.16
17052026-03-20T18:15:38.092Z Compiling sha3 v0.10.8
17062026-03-20T18:15:38.572Z Compiling env_logger v0.11.9
17072026-03-20T18:15:38.701Z Compiling usdt v0.6.0
17082026-03-20T18:15:38.971Z Compiling zone v0.3.1
17092026-03-20T18:15:39.043Z Compiling usdt-impl v0.5.0
17102026-03-20T18:15:39.062Z Compiling serde_with v3.17.0
17112026-03-20T18:15:39.082Z Compiling similar v2.7.0
17122026-03-20T18:15:39.544Z Compiling ecdsa v0.16.9
17132026-03-20T18:15:39.834Z Compiling rsa v0.9.10
17142026-03-20T18:15:39.858Z Compiling crossterm v0.28.1
17152026-03-20T18:15:39.889Z Compiling ed25519-dalek v2.2.0
17162026-03-20T18:15:40.290Z Compiling zip v0.6.6
17172026-03-20T18:15:41.086Z Compiling toml v0.7.8
17182026-03-20T18:15:41.733Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-20T18:15:41.870Z Compiling itertools v0.13.0
17202026-03-20T18:15:41.893Z Compiling tokio-stream v0.1.18
17212026-03-20T18:15:41.941Z Compiling buf-list v1.1.2
17222026-03-20T18:15:42.159Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-20T18:15:42.308Z Compiling x509-cert v0.2.5
17242026-03-20T18:15:42.517Z Compiling openapiv3 v2.2.0
17252026-03-20T18:15:42.569Z Compiling sha1 v0.10.6
17262026-03-20T18:15:42.619Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-20T18:15:42.857Z Compiling peg-runtime v0.8.5
17282026-03-20T18:15:43.014Z Compiling lalrpop-util v0.19.12
17292026-03-20T18:15:43.229Z Compiling thread_local v1.1.9
17302026-03-20T18:15:43.258Z Compiling slog-async v2.8.0
17312026-03-20T18:15:43.560Z Compiling crossbeam-channel v0.5.15
17322026-03-20T18:15:43.579Z Compiling futures-executor v0.3.32
17332026-03-20T18:15:43.666Z Compiling is-terminal v0.4.17
17342026-03-20T18:15:43.799Z Compiling filetime v0.2.27
17352026-03-20T18:15:43.931Z Compiling term v1.2.1
17362026-03-20T18:15:44.021Z Compiling xattr v1.6.1
17372026-03-20T18:15:44.130Z Compiling take_mut v0.2.2
17382026-03-20T18:15:44.194Z Compiling tar v0.4.44
17392026-03-20T18:15:44.228Z Compiling futures v0.3.32
17402026-03-20T18:15:44.330Z Compiling slog-term v2.9.2
17412026-03-20T18:15:51.289Z Compiling rustls-webpki v0.103.9
17422026-03-20T18:15:55.404Z Compiling tokio-rustls v0.26.4
17432026-03-20T18:15:55.404Z Compiling rustls-platform-verifier v0.6.2
17442026-03-20T18:15:55.661Z Compiling hyper-rustls v0.27.7
17452026-03-20T18:15:55.928Z Compiling reqwest v0.12.28
17462026-03-20T18:15:55.928Z Compiling reqwest v0.13.2
17472026-03-20T18:15:58.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-20T18:15:59.223Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-20T18:16:03.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17502026-03-20T18:16:03.234Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-20T18:16:03.295ZMar 20 18:16:02.017 INFO Starting download, target: Clickhouse
17522026-03-20T18:16:03.295ZMar 20 18:16:02.017 INFO Starting download, target: Cockroach
17532026-03-20T18:16:03.295ZMar 20 18:16:02.017 INFO Starting download, target: TransceiverControl
17542026-03-20T18:16:03.295ZMar 20 18:16:02.017 INFO Starting download, target: MaghemiteMgd
17552026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Starting download, target: Console
17562026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Starting download, target: DendriteStub
17572026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-20T18:16:03.299ZMar 20 18:16:02.017 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-20T18:16:03.810ZMar 20 18:16:02.519 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-20T18:16:04.133ZMar 20 18:16:02.854 INFO Download complete, target: TransceiverControl
17652026-03-20T18:16:04.305ZMar 20 18:16:03.026 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-20T18:16:04.746ZMar 20 18:16:03.408 INFO Download complete, target: Console
17672026-03-20T18:16:05.168ZMar 20 18:16:03.885 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-20T18:16:05.193ZMar 20 18:16:03.915 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-20T18:16:05.533ZMar 20 18:16:04.256 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-20T18:16:06.514ZMar 20 18:16:05.237 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-20T18:16:06.514ZMar 20 18:16:05.237 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-20T18:16:08.804ZMar 20 18:16:07.527 INFO Download complete, target: DendriteStub
17732026-03-20T18:16:08.926ZMar 20 18:16:07.650 INFO Download complete, target: MaghemiteMgd
17742026-03-20T18:16:14.216ZMar 20 18:16:12.940 INFO Checking that binary works, target: Cockroach
17752026-03-20T18:16:14.337ZMar 20 18:16:13.062 INFO Download complete, target: Cockroach
17762026-03-20T18:16:16.705ZMar 20 18:16:15.430 INFO Checking that binary works, target: Clickhouse
17772026-03-20T18:16:16.857ZMar 20 18:16:15.583 INFO Download complete, target: Clickhouse
17782026-03-20T18:16:16.877ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-20T18:16:16.888Z
17802026-03-20T18:16:16.888Zreal 3:59.216988830
17812026-03-20T18:16:16.888Zuser 10:29.759860618
17822026-03-20T18:16:16.888Zsys 1:48.713334549
17832026-03-20T18:16:16.888Ztrap 0.323321454
17842026-03-20T18:16:16.888Ztflt 0.682394277
17852026-03-20T18:16:16.888Zdflt 0.566644621
17862026-03-20T18:16:16.889Zkflt 0.024653915
17872026-03-20T18:16:16.889Zlock 31:25.099649670
17882026-03-20T18:16:16.889Zslp 29:30.154217357
17892026-03-20T18:16:16.889Zlat 56.700373923
17902026-03-20T18:16:16.889Zstop 2:41.165891448
17912026-03-20T18:16:16.889Z+ banner clippy
17922026-03-20T18:16:16.889Z
17932026-03-20T18:16:16.889Z #### # # ##### ##### # #
17942026-03-20T18:16:16.889Z # # # # # # # # # #
17952026-03-20T18:16:16.889Z # # # # # # # #
17962026-03-20T18:16:16.889Z # # # ##### ##### #
17972026-03-20T18:16:16.889Z # # # # # # #
17982026-03-20T18:16:16.889Z #### ###### # # # #
17992026-03-20T18:16:16.889Z
18002026-03-20T18:16:16.889Z+ export CARGO_INCREMENTAL=0
18012026-03-20T18:16:16.889Z+ CARGO_INCREMENTAL=0
18022026-03-20T18:16:16.889Z+ ptime -m cargo xtask clippy
18032026-03-20T18:16:17.593Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-20T18:16:17.866Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-20T18:16:20.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18062026-03-20T18:16:20.517Z Running `target/debug/xtask clippy`
18072026-03-20T18:16:20.547Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-03-20T18:16:21.363Z Downloading crates ...
18092026-03-20T18:16:21.687Z Downloaded addr2line v0.25.1
18102026-03-20T18:16:21.693Z Downloaded cargo_metadata v0.23.1
18112026-03-20T18:16:21.696Z Downloaded oorandom v11.1.5
18122026-03-20T18:16:21.699Z Downloaded cargo-platform v0.3.2
18132026-03-20T18:16:21.708Z Downloaded rstest v0.25.0
18142026-03-20T18:16:21.712Z Downloaded supports-color v2.1.0
18152026-03-20T18:16:21.719Z Downloaded approx v0.5.1
18162026-03-20T18:16:21.722Z Downloaded similar-asserts v1.7.0
18172026-03-20T18:16:21.725Z Downloaded futures-timer v3.0.3
18182026-03-20T18:16:21.728Z Downloaded anes v0.1.6
18192026-03-20T18:16:21.728Z Downloaded target-spec v3.5.7
18202026-03-20T18:16:21.731Z Downloaded supports-hyperlinks v2.1.0
18212026-03-20T18:16:21.733Z Downloaded target-triple v1.0.0
18222026-03-20T18:16:21.748Z Downloaded escape8259 v0.5.3
18232026-03-20T18:16:21.751Z Downloaded criterion-plot v0.6.0
18242026-03-20T18:16:21.751Z Downloaded guppy-workspace-hack v0.1.0
18252026-03-20T18:16:21.751Z Downloaded plotters-backend v0.3.7
18262026-03-20T18:16:21.757Z Downloaded rustc-demangle v0.1.27
18272026-03-20T18:16:21.760Z Downloaded path-tree v0.8.3
18282026-03-20T18:16:21.763Z Downloaded cfg-expr v0.20.6
18292026-03-20T18:16:21.766Z Downloaded trybuild v1.0.116
18302026-03-20T18:16:21.769Z Downloaded plotters-svg v0.3.7
18312026-03-20T18:16:21.772Z Downloaded parking v2.2.1
18322026-03-20T18:16:21.775Z Downloaded miette-derive v5.10.0
18332026-03-20T18:16:21.777Z Downloaded serde_regex v1.1.0
18342026-03-20T18:16:21.777Z Downloaded pathdiff v0.2.3
18352026-03-20T18:16:21.780Z Downloaded concurrent-queue v2.5.0
18362026-03-20T18:16:21.783Z Downloaded event-listener-strategy v0.5.4
18372026-03-20T18:16:21.786Z Downloaded event-listener v5.4.1
18382026-03-20T18:16:21.786Z Downloaded relative-path v1.9.3
18392026-03-20T18:16:21.789Z Downloaded libtest-mimic v0.8.1
18402026-03-20T18:16:21.791Z Downloaded linkme v0.3.35
18412026-03-20T18:16:21.794Z Downloaded assert_cmd v2.1.2
18422026-03-20T18:16:21.797Z Downloaded tinytemplate v1.2.1
18432026-03-20T18:16:21.802Z Downloaded termcolor v1.4.1
18442026-03-20T18:16:21.805Z Downloaded httptest v0.16.4
18452026-03-20T18:16:21.805Z Downloaded async-lock v3.4.2
18462026-03-20T18:16:21.808Z Downloaded datatest-stable v0.3.3
18472026-03-20T18:16:21.811Z Downloaded toml v1.0.3+spec-1.1.0
18482026-03-20T18:16:21.814Z Downloaded blake2b_simd v1.0.4
18492026-03-20T18:16:21.814Z Downloaded stringmetrics v2.2.2
18502026-03-20T18:16:21.821Z Downloaded backtrace-ext v0.2.1
18512026-03-20T18:16:21.832Z Downloaded backtrace v0.3.76
18522026-03-20T18:16:21.835Z Downloaded cast v0.3.0
18532026-03-20T18:16:21.835Z Downloaded linkme-impl v0.3.35
18542026-03-20T18:16:21.844Z Downloaded assert-json-diff v2.0.2
18552026-03-20T18:16:21.847Z Downloaded supports-unicode v2.1.0
18562026-03-20T18:16:21.849Z Downloaded nested v0.1.1
18572026-03-20T18:16:21.853Z Downloaded constant_time_eq v0.3.1
18582026-03-20T18:16:21.854Z Downloaded async-object-pool v0.2.0
18592026-03-20T18:16:21.862Z Downloaded terminal_size v0.1.17
18602026-03-20T18:16:21.867Z Downloaded owo-colors v3.5.0
18612026-03-20T18:16:21.870Z Downloaded hashbrown v0.14.5
18622026-03-20T18:16:21.873Z Downloaded knuffel-derive v3.2.0
18632026-03-20T18:16:21.876Z Downloaded textwrap v0.15.2
18642026-03-20T18:16:21.876Z Downloaded fancy-regex v0.14.0
18652026-03-20T18:16:21.879Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18662026-03-20T18:16:21.882Z Downloaded target-lexicon v0.13.3
18672026-03-20T18:16:21.884Z Downloaded partial-io v0.5.4
18682026-03-20T18:16:21.887Z Downloaded knuffel v3.2.0
18692026-03-20T18:16:21.889Z Downloaded plotters v0.3.7
18702026-03-20T18:16:21.894Z Downloaded rstest_macros v0.25.0
18712026-03-20T18:16:21.896Z Downloaded criterion v0.7.0
18722026-03-20T18:16:21.901Z Downloaded rust-argon2 v2.1.0
18732026-03-20T18:16:21.903Z Downloaded rand_distr v0.5.1
18742026-03-20T18:16:21.906Z Downloaded miette v5.10.0
18752026-03-20T18:16:21.909Z Downloaded chumsky v0.9.3
18762026-03-20T18:16:21.911Z Downloaded guppy v0.17.25
18772026-03-20T18:16:21.930Z Downloaded gimli v0.32.3
18782026-03-20T18:16:22.039Z Downloaded httpmock v0.8.3
18792026-03-20T18:16:24.328Z Checking cfg-if v1.0.4
18802026-03-20T18:16:24.821Z Checking libc v0.2.180
18812026-03-20T18:16:24.887Z Checking serde_core v1.0.228
18822026-03-20T18:16:24.887Z Checking memchr v2.8.0
18832026-03-20T18:16:24.887Z Checking smallvec v1.15.1
18842026-03-20T18:16:24.916Z Checking itoa v1.0.17
18852026-03-20T18:16:24.916Z Checking log v0.4.29
18862026-03-20T18:16:24.954Z Checking zeroize v1.8.2
18872026-03-20T18:16:25.001Z Checking libm v0.2.16
18882026-03-20T18:16:25.068Z Checking scopeguard v1.2.0
18892026-03-20T18:16:25.113Z Checking stable_deref_trait v1.2.1
18902026-03-20T18:16:25.167Z Checking zmij v1.0.21
18912026-03-20T18:16:25.215Z Checking zerofrom v0.1.6
18922026-03-20T18:16:25.259Z Checking lock_api v0.4.14
18932026-03-20T18:16:25.315Z Checking errno v0.3.14
18942026-03-20T18:16:25.315Z Checking getrandom v0.2.17
18952026-03-20T18:16:25.418Z Checking percent-encoding v2.3.2
18962026-03-20T18:16:25.487Z Checking yoke v0.8.1
18972026-03-20T18:16:25.499Z Checking writeable v0.6.2
18982026-03-20T18:16:25.527Z Checking litemap v0.8.1
18992026-03-20T18:16:25.626Z Checking icu_normalizer_data v2.1.1
19002026-03-20T18:16:25.636Z Checking icu_properties_data v2.1.2
19012026-03-20T18:16:25.679Z Checking form_urlencoded v1.2.2
19022026-03-20T18:16:25.729Z Checking zerovec v0.11.5
19032026-03-20T18:16:25.738Z Checking zerotrie v0.2.3
19042026-03-20T18:16:25.810Z Checking utf8_iter v1.0.4
19052026-03-20T18:16:25.814Z Checking subtle v2.6.1
19062026-03-20T18:16:25.947Z Checking rand_core v0.6.4
19072026-03-20T18:16:25.960Z Checking portable-atomic v1.13.1
19082026-03-20T18:16:25.993Z Checking num-traits v0.2.19
19092026-03-20T18:16:26.042Z Checking pin-project-lite v0.2.17
19102026-03-20T18:16:26.088Z Checking rand_core v0.10.0
19112026-03-20T18:16:26.091Z Checking zerocopy v0.8.40
19122026-03-20T18:16:26.183Z Checking critical-section v1.2.0
19132026-03-20T18:16:26.228Z Checking parking_lot_core v0.9.12
19142026-03-20T18:16:26.346Z Checking signal-hook-registry v1.4.8
19152026-03-20T18:16:26.393Z Checking getrandom v0.4.1
19162026-03-20T18:16:26.442Z Checking tinystr v0.8.2
19172026-03-20T18:16:26.502Z Checking potential_utf v0.1.4
19182026-03-20T18:16:26.567Z Checking once_cell v1.21.3
19192026-03-20T18:16:26.614Z Checking parking_lot v0.12.5
19202026-03-20T18:16:26.662Z Checking mio v1.1.1
19212026-03-20T18:16:26.710Z Checking icu_collections v2.1.1
19222026-03-20T18:16:26.713Z Checking icu_locale_core v2.1.1
19232026-03-20T18:16:26.814Z Checking serde v1.0.228
19242026-03-20T18:16:26.861Z Checking bitflags v2.11.0
19252026-03-20T18:16:26.864Z Checking serde_json v1.0.149
19262026-03-20T18:16:26.953Z Checking typenum v1.19.0
19272026-03-20T18:16:27.094Z Checking socket2 v0.6.2
19282026-03-20T18:16:27.152Z Checking iana-time-zone v0.1.65
19292026-03-20T18:16:27.205Z Checking uuid v1.21.0
19302026-03-20T18:16:27.323Z Checking semver v1.0.27
19312026-03-20T18:16:27.422Z Checking bytes v1.11.1
19322026-03-20T18:16:27.471Z Checking chrono v0.4.44
19332026-03-20T18:16:27.563Z Checking icu_provider v2.1.1
19342026-03-20T18:16:27.627Z Checking thiserror v2.0.18
19352026-03-20T18:16:27.686Z Checking allocator-api2 v0.2.21
19362026-03-20T18:16:27.734Z Checking generic-array v0.14.7
19372026-03-20T18:16:27.791Z Checking futures-core v0.3.32
19382026-03-20T18:16:27.921Z Checking icu_normalizer v2.1.1
19392026-03-20T18:16:27.921Z Checking icu_properties v2.1.2
19402026-03-20T18:16:28.017Z Checking equivalent v1.0.2
19412026-03-20T18:16:28.093Z Checking tokio v1.49.0
19422026-03-20T18:16:28.140Z Checking dyn-clone v1.0.20
19432026-03-20T18:16:28.207Z Checking const-oid v0.9.6
19442026-03-20T18:16:28.331Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-20T18:16:28.378Z Checking foldhash v0.2.0
19462026-03-20T18:16:28.432Z Checking crypto-common v0.1.7
19472026-03-20T18:16:28.616Z Checking hashbrown v0.16.1
19482026-03-20T18:16:28.704Z Checking block-buffer v0.10.4
19492026-03-20T18:16:28.707Z Checking futures-sink v0.3.32
19502026-03-20T18:16:28.791Z Checking byteorder v1.5.0
19512026-03-20T18:16:28.910Z Checking futures-channel v0.3.32
19522026-03-20T18:16:28.954Z Checking rustix v1.1.3
19532026-03-20T18:16:29.097Z Checking futures-task v0.3.32
19542026-03-20T18:16:29.225Z Checking idna_adapter v1.2.1
19552026-03-20T18:16:29.248Z Checking futures-io v0.3.32
19562026-03-20T18:16:29.289Z Checking digest v0.10.7
19572026-03-20T18:16:29.335Z Checking slab v0.4.12
19582026-03-20T18:16:29.383Z Checking cpufeatures v0.2.17
19592026-03-20T18:16:29.436Z Checking idna v1.1.0
19602026-03-20T18:16:29.436Z Checking indexmap v2.13.0
19612026-03-20T18:16:29.518Z Checking thiserror v1.0.69
19622026-03-20T18:16:29.572Z Checking futures-util v0.3.32
19632026-03-20T18:16:29.620Z Checking getrandom v0.3.4
19642026-03-20T18:16:29.673Z Checking fnv v1.0.7
19652026-03-20T18:16:29.785Z Checking url v2.5.8
19662026-03-20T18:16:29.835Z Checking regex-syntax v0.8.10
19672026-03-20T18:16:29.841Z Checking http v1.4.0
19682026-03-20T18:16:30.137Z Checking ppv-lite86 v0.2.21
19692026-03-20T18:16:30.202Z Checking base64 v0.22.1
19702026-03-20T18:16:30.297Z Checking tracing-core v0.1.36
19712026-03-20T18:16:30.415Z Checking schemars v0.8.22
19722026-03-20T18:16:30.550Z Checking unicode-ident v1.0.24
19732026-03-20T18:16:30.599Z Checking ipnet v2.11.0
19742026-03-20T18:16:30.701Z Checking utf8parse v0.2.2
19752026-03-20T18:16:30.751Z Checking proc-macro2 v1.0.106
19762026-03-20T18:16:30.821Z Checking tracing v0.1.44
19772026-03-20T18:16:30.870Z Checking anstyle v1.0.13
19782026-03-20T18:16:30.982Z Checking untrusted v0.9.0
19792026-03-20T18:16:31.091Z Checking aho-corasick v1.1.4
19802026-03-20T18:16:31.155Z Checking ring v0.17.14
19812026-03-20T18:16:31.167Z Checking anstyle-parse v0.2.7
19822026-03-20T18:16:31.252Z Checking quote v1.0.44
19832026-03-20T18:16:31.360Z Checking is_terminal_polyfill v1.70.2
19842026-03-20T18:16:31.430Z Checking anstyle-query v1.1.5
19852026-03-20T18:16:31.507Z Checking base64ct v1.8.3
19862026-03-20T18:16:31.513Z Checking syn v2.0.117
19872026-03-20T18:16:31.598Z Checking colorchoice v1.0.4
19882026-03-20T18:16:31.693Z Checking block-padding v0.3.3
19892026-03-20T18:16:31.760Z Checking anstream v0.6.21
19902026-03-20T18:16:31.858Z Checking rustls-pki-types v1.14.0
19912026-03-20T18:16:31.906Z Checking httparse v1.10.1
19922026-03-20T18:16:32.048Z Checking regex-automata v0.4.14
19932026-03-20T18:16:32.098Z Checking inout v0.1.4
19942026-03-20T18:16:32.216Z Checking terminal_size v0.4.3
19952026-03-20T18:16:32.296Z Checking crossbeam-utils v0.8.21
19962026-03-20T18:16:32.336Z Checking cipher v0.4.4
19972026-03-20T18:16:32.343Z Checking clap_lex v1.0.0
19982026-03-20T18:16:32.502Z Checking strsim v0.11.1
19992026-03-20T18:16:32.555Z Checking http-body v1.0.1
20002026-03-20T18:16:32.604Z Checking tokio-util v0.7.18
20012026-03-20T18:16:32.675Z Checking rand_core v0.9.5
20022026-03-20T18:16:32.721Z Checking sha2 v0.10.9
20032026-03-20T18:16:32.769Z Checking atomic-waker v1.1.2
20042026-03-20T18:16:32.774Z Checking clap_builder v4.5.60
20052026-03-20T18:16:32.866Z Checking pem-rfc7468 v0.7.0
20062026-03-20T18:16:32.949Z Checking httpdate v1.0.3
20072026-03-20T18:16:33.018Z Checking try-lock v0.2.5
20082026-03-20T18:16:33.107Z Checking hmac v0.12.1
20092026-03-20T18:16:33.155Z Checking pin-utils v0.1.0
20102026-03-20T18:16:33.206Z Checking want v0.3.1
20112026-03-20T18:16:33.222Z Checking tower-layer v0.3.3
20122026-03-20T18:16:33.298Z Checking ryu v1.0.23
20132026-03-20T18:16:33.337Z Checking tower-service v0.3.3
20142026-03-20T18:16:33.393Z Checking rand_chacha v0.9.0
20152026-03-20T18:16:33.479Z Checking erased-serde v0.3.31
20162026-03-20T18:16:33.526Z Checking flagset v0.4.7
20172026-03-20T18:16:33.529Z Checking h2 v0.4.13
20182026-03-20T18:16:33.529Z Checking powerfmt v0.2.0
20192026-03-20T18:16:33.696Z Checking rand v0.9.2
20202026-03-20T18:16:33.742Z Checking der v0.7.10
20212026-03-20T18:16:33.805Z Checking deranged v0.5.8
20222026-03-20T18:16:34.087Z Checking slog v2.8.2
20232026-03-20T18:16:34.404Z Checking spin v0.9.8
20242026-03-20T18:16:34.489Z Checking anyhow v1.0.102
20252026-03-20T18:16:34.538Z Checking clap v4.5.60
20262026-03-20T18:16:34.662Z Checking num_threads v0.1.7
20272026-03-20T18:16:34.668Z Checking num-conv v0.2.0
20282026-03-20T18:16:34.751Z Checking time-core v0.1.8
20292026-03-20T18:16:34.800Z Checking http-body-util v0.1.3
20302026-03-20T18:16:34.846Z Checking aws-lc-sys v0.37.1
20312026-03-20T18:16:34.852Z Checking untrusted v0.7.1
20322026-03-20T18:16:34.937Z Checking openssl-probe v0.2.1
20332026-03-20T18:16:34.984Z Checking regex v1.12.3
20342026-03-20T18:16:34.987Z Checking serde_urlencoded v0.7.1
20352026-03-20T18:16:35.031Z Checking rand_chacha v0.3.1
20362026-03-20T18:16:35.124Z Checking fastrand v2.3.0
20372026-03-20T18:16:35.127Z Checking spki v0.7.3
20382026-03-20T18:16:35.214Z Checking time v0.3.47
20392026-03-20T18:16:35.337Z Checking pbkdf2 v0.12.2
20402026-03-20T18:16:35.385Z Checking rand v0.8.5
20412026-03-20T18:16:35.432Z Checking aes v0.8.4
20422026-03-20T18:16:35.435Z Checking unicode-width v0.2.0
20432026-03-20T18:16:35.435Z Checking pretty-hex v0.4.1
20442026-03-20T18:16:35.568Z Checking cbc v0.1.2
20452026-03-20T18:16:35.643Z Checking aws-lc-rs v1.16.0
20462026-03-20T18:16:35.691Z Checking salsa20 v0.10.2
20472026-03-20T18:16:35.766Z Checking ipnetwork v0.21.1
20482026-03-20T18:16:35.876Z Checking tempfile v3.25.0
20492026-03-20T18:16:35.928Z Checking scrypt v0.11.0
20502026-03-20T18:16:36.028Z Checking rustls-native-certs v0.8.3
20512026-03-20T18:16:36.102Z Checking sync_wrapper v1.0.2
20522026-03-20T18:16:36.143Z Checking hex v0.4.3
20532026-03-20T18:16:36.152Z Checking plain v0.2.3
20542026-03-20T18:16:36.227Z Checking pkcs5 v0.7.1
20552026-03-20T18:16:36.233Z Checking webpki-roots v1.0.6
20562026-03-20T18:16:36.334Z Checking tower v0.5.3
20572026-03-20T18:16:36.377Z Checking camino v1.2.2
20582026-03-20T18:16:36.454Z Checking iri-string v0.7.10
20592026-03-20T18:16:36.547Z Checking ucd-trie v0.1.7
20602026-03-20T18:16:36.609Z Checking pkcs8 v0.10.2
20612026-03-20T18:16:36.704Z Checking pest v2.8.6
20622026-03-20T18:16:36.760Z Checking openapiv3 v2.2.0
20632026-03-20T18:16:36.841Z Checking either v1.15.0
20642026-03-20T18:16:36.897Z Checking mime v0.3.17
20652026-03-20T18:16:36.905Z Checking rustls-webpki v0.103.9
20662026-03-20T18:16:36.905Z Checking winnow v0.7.14
20672026-03-20T18:16:37.133Z Checking oxnet v0.1.4
20682026-03-20T18:16:37.182Z Checking lazy_static v1.5.0
20692026-03-20T18:16:37.329Z Checking hyper v1.8.1
20702026-03-20T18:16:37.375Z Checking static_assertions v1.1.0
20712026-03-20T18:16:37.477Z Checking signature v2.2.0
20722026-03-20T18:16:37.524Z Checking encoding_rs v0.8.35
20732026-03-20T18:16:37.596Z Checking rustls v0.23.37
20742026-03-20T18:16:37.679Z Checking foreign-types-shared v0.1.1
20752026-03-20T18:16:37.820Z Checking simd-adler32 v0.3.8
20762026-03-20T18:16:37.969Z Checking tower-http v0.6.8
20772026-03-20T18:16:38.102Z Checking foreign-types v0.3.2
20782026-03-20T18:16:38.228Z Checking hubpack v0.1.2
20792026-03-20T18:16:38.284Z Checking openssl-sys v0.9.111
20802026-03-20T18:16:38.407Z Checking adler2 v2.0.1
20812026-03-20T18:16:38.482Z Checking sha1 v0.10.6
20822026-03-20T18:16:38.559Z Checking miniz_oxide v0.8.9
20832026-03-20T18:16:38.613Z Checking strum v0.26.3
20842026-03-20T18:16:38.660Z Checking hyper-util v0.1.20
20852026-03-20T18:16:38.719Z Checking data-encoding v2.10.0
20862026-03-20T18:16:38.768Z Checking tinyvec_macros v0.1.1
20872026-03-20T18:16:38.817Z Checking serde_spanned v0.6.9
20882026-03-20T18:16:38.862Z Checking toml_datetime v0.6.11
20892026-03-20T18:16:38.925Z Checking tinyvec v1.10.0
20902026-03-20T18:16:38.972Z Checking openssl v0.10.75
20912026-03-20T18:16:39.027Z Checking num-integer v0.1.46
20922026-03-20T18:16:39.098Z Checking scroll v0.13.0
20932026-03-20T18:16:39.139Z Checking memmap2 v0.9.10
20942026-03-20T18:16:39.142Z Checking bit-vec v0.8.0
20952026-03-20T18:16:39.358Z Checking base16ct v0.2.0
20962026-03-20T18:16:39.410Z Checking dtrace-parser v0.3.0
20972026-03-20T18:16:39.416Z Checking crossbeam-epoch v0.9.18
20982026-03-20T18:16:39.501Z Checking goblin v0.10.5
20992026-03-20T18:16:39.508Z Checking bit-set v0.8.0
21002026-03-20T18:16:39.588Z Checking sec1 v0.7.3
21012026-03-20T18:16:39.774Z Checking crc32fast v1.5.0
21022026-03-20T18:16:39.802Z Checking ff v0.13.1
21032026-03-20T18:16:39.802Z Checking thread-id v5.1.0
21042026-03-20T18:16:39.893Z Checking wait-timeout v0.2.1
21052026-03-20T18:16:39.967Z Checking num-iter v0.1.45
21062026-03-20T18:16:40.016Z Checking group v0.13.0
21072026-03-20T18:16:40.020Z Checking bstr v1.12.1
21082026-03-20T18:16:40.106Z Checking hkdf v0.12.4
21092026-03-20T18:16:40.155Z Checking ahash v0.8.12
21102026-03-20T18:16:40.243Z Checking crypto-bigint v0.5.5
21112026-03-20T18:16:40.315Z Checking quick-error v1.2.3
21122026-03-20T18:16:40.390Z Checking psl-types v2.0.11
21132026-03-20T18:16:40.451Z Checking cookie v0.18.1
21142026-03-20T18:16:40.499Z Checking rusty-fork v0.3.1
21152026-03-20T18:16:40.578Z Checking publicsuffix v2.3.0
21162026-03-20T18:16:40.653Z Checking rand_xorshift v0.4.0
21172026-03-20T18:16:40.750Z Checking scroll v0.12.0
21182026-03-20T18:16:40.800Z Checking unarray v0.1.4
21192026-03-20T18:16:40.847Z Checking num-bigint-dig v0.8.6
21202026-03-20T18:16:40.850Z Checking cookie_store v0.22.1
21212026-03-20T18:16:40.942Z Checking tokio-rustls v0.26.4
21222026-03-20T18:16:40.991Z Checking proptest v1.10.0
21232026-03-20T18:16:41.092Z Checking goblin v0.8.2
21242026-03-20T18:16:41.268Z Checking hyper-rustls v0.27.7
21252026-03-20T18:16:41.366Z Checking rustls-platform-verifier v0.6.2
21262026-03-20T18:16:41.579Z Checking pkcs1 v0.7.5
21272026-03-20T18:16:41.585Z Checking x509-cert v0.2.5
21282026-03-20T18:16:41.670Z Checking elliptic-curve v0.13.8
21292026-03-20T18:16:41.861Z Checking native-tls v0.2.18
21302026-03-20T18:16:41.908Z Checking zerocopy v0.7.35
21312026-03-20T18:16:42.051Z Checking zlib-rs v0.6.2
21322026-03-20T18:16:42.127Z Checking unicode-segmentation v1.12.0
21332026-03-20T18:16:42.130Z Checking tokio-native-tls v0.3.1
21342026-03-20T18:16:42.424Z Checking hyper-tls v0.6.0
21352026-03-20T18:16:42.584Z Checking rsa v0.9.10
21362026-03-20T18:16:42.594Z Checking reqwest v0.13.2
21372026-03-20T18:16:42.677Z Checking crossbeam-deque v0.8.6
21382026-03-20T18:16:42.682Z Checking reqwest v0.12.28
21392026-03-20T18:16:42.795Z Checking dof v0.4.0
21402026-03-20T18:16:42.954Z Checking dtrace-parser v0.2.0
21412026-03-20T18:16:43.256Z Checking rfc6979 v0.4.0
21422026-03-20T18:16:43.311Z Checking thread-id v4.2.2
21432026-03-20T18:16:43.353Z Checking flate2 v1.1.9
21442026-03-20T18:16:43.441Z Checking toml_write v0.1.2
21452026-03-20T18:16:43.445Z Checking ecdsa v0.16.9
21462026-03-20T18:16:43.592Z Checking newtype-uuid v1.3.2
21472026-03-20T18:16:43.705Z Checking toml_edit v0.22.27
21482026-03-20T18:16:43.747Z Checking usdt-impl v0.6.0
21492026-03-20T18:16:43.799Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-20T18:16:43.845Z Checking dof v0.3.0
21512026-03-20T18:16:43.896Z Checking curve25519-dalek v4.1.3
21522026-03-20T18:16:43.899Z Checking memoffset v0.9.1
21532026-03-20T18:16:44.024Z Checking rustix v0.38.44
21542026-03-20T18:16:44.042Z Checking env_filter v1.0.0
21552026-03-20T18:16:44.080Z Checking keccak v0.1.6
21562026-03-20T18:16:44.148Z Checking usdt v0.6.0
21572026-03-20T18:16:44.252Z Checking usdt-impl v0.5.0
21582026-03-20T18:16:44.255Z Checking env_logger v0.11.9
21592026-03-20T18:16:44.347Z Checking sha3 v0.10.8
21602026-03-20T18:16:44.350Z Checking daft v0.1.5
21612026-03-20T18:16:44.442Z Checking ed25519 v2.2.3
21622026-03-20T18:16:44.582Z Checking itertools v0.13.0
21632026-03-20T18:16:44.648Z Checking serde_with v3.17.0
21642026-03-20T18:16:44.693Z Checking bitflags v1.3.2
21652026-03-20T18:16:44.740Z Checking siphasher v1.0.2
21662026-03-20T18:16:44.743Z Checking unicode-normalization v0.1.25
21672026-03-20T18:16:44.827Z Checking signal-hook v0.3.18
21682026-03-20T18:16:44.987Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-20T18:16:45.034Z Checking ed25519-dalek v2.2.0
21702026-03-20T18:16:45.111Z Checking winnow v0.5.40
21712026-03-20T18:16:45.162Z Checking managed v0.8.0
21722026-03-20T18:16:45.272Z Checking nix v0.31.1
21732026-03-20T18:16:45.318Z Checking rayon-core v1.13.0
21742026-03-20T18:16:45.368Z Checking bzip2-sys v0.1.13+1.0.8
21752026-03-20T18:16:45.373Z Checking object v0.37.3
21762026-03-20T18:16:45.457Z Checking foldhash v0.1.5
21772026-03-20T18:16:45.508Z Checking bzip2 v0.4.4
21782026-03-20T18:16:45.668Z Checking hashbrown v0.15.5
21792026-03-20T18:16:45.761Z Checking signal-hook-mio v0.2.5
21802026-03-20T18:16:45.806Z Checking ref-cast v1.0.25
21812026-03-20T18:16:45.929Z Checking zstd-sys v2.0.16+zstd.1.5.7
21822026-03-20T18:16:45.975Z Checking zip v0.6.6
21832026-03-20T18:16:46.079Z Checking libbz2-rs-sys v0.2.2
21842026-03-20T18:16:46.127Z Checking zstd-safe v7.2.4
21852026-03-20T18:16:46.349Z Checking bumpalo v3.20.2
21862026-03-20T18:16:46.397Z Checking zstd v0.13.3
21872026-03-20T18:16:46.448Z Checking crossterm v0.28.1
21882026-03-20T18:16:46.641Z Checking bzip2 v0.6.1
21892026-03-20T18:16:46.690Z Checking zopfli v0.8.3
21902026-03-20T18:16:46.693Z Checking rayon v1.11.0
21912026-03-20T18:16:46.781Z Checking similar v2.7.0
21922026-03-20T18:16:46.784Z Checking toml_edit v0.19.15
21932026-03-20T18:16:46.826Z Checking fs-err v3.3.0
21942026-03-20T18:16:46.918Z Checking hash32 v0.2.1
21952026-03-20T18:16:47.157Z Checking serde-big-array v0.5.1
21962026-03-20T18:16:47.161Z Checking predicates-core v1.0.10
21972026-03-20T18:16:47.299Z Checking unicode-bidi v0.3.18
21982026-03-20T18:16:47.346Z Checking unicode-properties v0.1.4
21992026-03-20T18:16:47.395Z Checking jiff v0.2.21
22002026-03-20T18:16:47.399Z Checking heapless v0.7.17
22012026-03-20T18:16:47.485Z Checking hickory-proto v0.25.2
22022026-03-20T18:16:47.633Z Checking tokio-stream v0.1.18
22032026-03-20T18:16:47.737Z Checking stringprep v0.1.5
22042026-03-20T18:16:47.978Z Checking md-5 v0.10.6
22052026-03-20T18:16:48.058Z Checking float-cmp v0.10.0
22062026-03-20T18:16:48.199Z Checking difflib v0.4.0
22072026-03-20T18:16:48.243Z Checking rustc-hash v2.1.1
22082026-03-20T18:16:48.290Z Checking fallible-iterator v0.2.0
22092026-03-20T18:16:48.338Z Checking toml v0.7.8
22102026-03-20T18:16:48.422Z Checking normalize-line-endings v0.3.0
22112026-03-20T18:16:48.469Z Checking iddqd v0.3.17
22122026-03-20T18:16:48.577Z Checking predicates v3.1.4
22132026-03-20T18:16:48.694Z Checking postgres-protocol v0.6.10
22142026-03-20T18:16:48.772Z Checking smoltcp v0.9.1
22152026-03-20T18:16:48.812Z Checking phf_shared v0.13.1
22162026-03-20T18:16:48.863Z Checking phf_shared v0.11.3
22172026-03-20T18:16:49.030Z Checking itertools v0.12.1
22182026-03-20T18:16:49.088Z Checking console v0.16.2
22192026-03-20T18:16:49.133Z Checking buf-list v1.1.2
22202026-03-20T18:16:49.181Z Checking strum v0.27.2
22212026-03-20T18:16:49.353Z Checking precomputed-hash v0.1.1
22222026-03-20T18:16:49.409Z Checking lalrpop-util v0.19.12
22232026-03-20T18:16:49.494Z Checking fixedbitset v0.5.7
22242026-03-20T18:16:49.546Z Checking new_debug_unreachable v1.0.6
22252026-03-20T18:16:49.624Z Checking fixedbitset v0.4.2
22262026-03-20T18:16:49.667Z Checking unit-prefix v0.5.2
22272026-03-20T18:16:49.671Z Checking string_cache v0.8.9
22282026-03-20T18:16:49.757Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22292026-03-20T18:16:49.801Z Checking petgraph v0.8.3
22302026-03-20T18:16:49.851Z Checking petgraph v0.6.5
22312026-03-20T18:16:49.921Z Checking indicatif v0.18.4
22322026-03-20T18:16:49.949Z Checking postgres-types v0.2.12
22332026-03-20T18:16:50.425Z Checking phf v0.13.1
22342026-03-20T18:16:50.469Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-20T18:16:50.474Z Checking zone v0.3.1
22362026-03-20T18:16:50.628Z Checking zip v4.6.1
22372026-03-20T18:16:50.675Z Checking whoami v2.1.0
22382026-03-20T18:16:50.884Z Checking peg-runtime v0.8.5
22392026-03-20T18:16:50.963Z Checking tokio-postgres v0.7.16
22402026-03-20T18:16:51.096Z Checking futures-executor v0.3.32
22412026-03-20T18:16:51.168Z Checking is-terminal v0.4.17
22422026-03-20T18:16:51.321Z Checking crossbeam-channel v0.5.15
22432026-03-20T18:16:51.325Z Checking futures v0.3.32
22442026-03-20T18:16:51.411Z Compiling structmeta-derive v0.3.0
22452026-03-20T18:16:51.458Z Checking thread_local v1.1.9
22462026-03-20T18:16:51.506Z Checking take_mut v0.2.2
22472026-03-20T18:16:51.663Z Checking term v1.2.1
22482026-03-20T18:16:51.709Z Compiling newtype-uuid-macros v0.1.0
22492026-03-20T18:16:51.712Z Checking regress v0.10.5
22502026-03-20T18:16:51.813Z Checking slog-async v2.8.0
22512026-03-20T18:16:51.994Z Checking slog-term v2.9.2
22522026-03-20T18:16:52.043Z Compiling rustls v0.22.4
22532026-03-20T18:16:52.087Z Compiling multer v3.1.0
22542026-03-20T18:16:52.407Z Compiling async-stream-impl v0.3.6
22552026-03-20T18:16:52.456Z Compiling dropshot v0.16.7
22562026-03-20T18:16:52.497Z Compiling dropshot_endpoint v0.16.7
22572026-03-20T18:16:52.723Z Checking match_cfg v0.1.0
22582026-03-20T18:16:52.772Z Checking slog-json v2.6.1
22592026-03-20T18:16:52.863Z Checking hostname v0.3.1
22602026-03-20T18:16:52.940Z Compiling structmeta v0.3.0
22612026-03-20T18:16:53.015Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-20T18:16:53.065Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-20T18:16:53.068Z Checking slog-bunyan v2.5.0
22642026-03-20T18:16:53.161Z Checking debug-ignore v1.0.5
22652026-03-20T18:16:53.243Z Compiling derive-ex v0.1.8
22662026-03-20T18:16:53.289Z Checking serde_spanned v1.0.4
22672026-03-20T18:16:53.292Z Checking toml_writer v1.0.6+spec-1.1.0
22682026-03-20T18:16:53.383Z Checking progenitor-client v0.13.0
22692026-03-20T18:16:53.543Z Checking rustls-webpki v0.102.8
22702026-03-20T18:16:53.596Z Checking serde_path_to_error v0.1.20
22712026-03-20T18:16:53.600Z Checking toml v0.9.12+spec-1.1.0
22722026-03-20T18:16:53.686Z Checking async-stream v0.3.6
22732026-03-20T18:16:53.784Z Checking waitgroup v0.1.2
22742026-03-20T18:16:53.885Z Checking rustls-pemfile v2.2.0
22752026-03-20T18:16:53.945Z Checking hostname v0.4.2
22762026-03-20T18:16:54.001Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-03-20T18:16:54.054Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-20T18:16:54.147Z Compiling parse-display-derive v0.10.0
22792026-03-20T18:16:54.150Z Checking itertools v0.14.0
22802026-03-20T18:16:54.240Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22812026-03-20T18:16:54.245Z Checking macaddr v1.0.1
22822026-03-20T18:16:54.505Z Checking progenitor-client v0.10.0
22832026-03-20T18:16:54.558Z Checking instant v0.1.13
22842026-03-20T18:16:54.706Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22852026-03-20T18:16:54.797Z Checking backoff v0.4.0
22862026-03-20T18:16:54.848Z Checking backon v1.6.0
22872026-03-20T18:16:54.979Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22882026-03-20T18:16:55.098Z Checking progenitor-extras v0.1.1
22892026-03-20T18:16:55.101Z Checking heck v0.5.0
22902026-03-20T18:16:55.340Z Checking camino-tempfile v1.4.1
22912026-03-20T18:16:55.426Z Checking toml v0.8.23
22922026-03-20T18:16:55.636Z Compiling test-strategy v0.4.5
22932026-03-20T18:16:55.682Z Compiling unsafe-libyaml v0.2.11
22942026-03-20T18:16:55.688Z Compiling convert_case v0.4.0
22952026-03-20T18:16:55.925Z Checking secrecy v0.10.3
22962026-03-20T18:16:56.113Z Compiling crucible-workspace-hack v0.1.0
22972026-03-20T18:16:56.169Z Checking tokio-rustls v0.25.0
22982026-03-20T18:16:56.268Z Compiling derive_more v0.99.20
22992026-03-20T18:16:56.442Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-20T18:16:56.536Z Checking parse-display v0.10.0
23012026-03-20T18:16:56.785Z Checking typify-impl v0.6.1
23022026-03-20T18:16:56.865Z Compiling toml_edit v0.23.10+spec-1.0.0
23032026-03-20T18:16:57.714Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-20T18:16:58.350Z Compiling proc-macro-crate v3.4.0
23052026-03-20T18:16:58.438Z Checking half v2.7.1
23062026-03-20T18:16:58.482Z Checking glob v0.3.3
23072026-03-20T18:16:58.820Z Checking ciborium-io v0.2.2
23082026-03-20T18:16:58.859Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23092026-03-20T18:16:58.859Z Compiling heapless v0.8.0
23102026-03-20T18:16:58.886Z Checking ciborium-ll v0.2.2
23112026-03-20T18:16:59.093Z Compiling ingot-macros v0.1.1
23122026-03-20T18:16:59.345Z Checking ciborium v0.2.2
23132026-03-20T18:16:59.394Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23142026-03-20T18:16:59.394Z Checking tabwriter v1.4.1
23152026-03-20T18:16:59.426Z Checking hash32 v0.3.1
23162026-03-20T18:16:59.473Z Compiling smoltcp v0.11.0
23172026-03-20T18:16:59.538Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-03-20T18:16:59.772Z Compiling num_enum_derive v0.7.5
23192026-03-20T18:16:59.882Z Checking cobs v0.3.0
23202026-03-20T18:17:00.000Z Compiling foreign-types-macros v0.2.3
23212026-03-20T18:17:00.047Z Checking foreign-types-shared v0.3.1
23222026-03-20T18:17:00.110Z Checking cpufeatures v0.3.0
23232026-03-20T18:17:00.229Z Checking postcard v1.1.3
23242026-03-20T18:17:00.275Z Checking chacha20 v0.10.0
23252026-03-20T18:17:00.767Z Compiling proc-macro-crate v1.3.1
23262026-03-20T18:17:00.815Z Checking foreign-types v0.5.0
23272026-03-20T18:17:00.860Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23282026-03-20T18:17:00.948Z Checking sigpipe v0.1.3
23292026-03-20T18:17:01.086Z Checking cstr-argument v0.1.2
23302026-03-20T18:17:01.185Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-20T18:17:01.231Z Checking num_enum v0.7.5
23322026-03-20T18:17:01.280Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23332026-03-20T18:17:01.365Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-20T18:17:01.416Z Checking colored v3.1.1
23352026-03-20T18:17:01.943Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-20T18:17:02.027Z Compiling num_enum_derive v0.5.11
23372026-03-20T18:17:02.027Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-20T18:17:02.027Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-20T18:17:02.027Z Checking rand v0.10.0
23402026-03-20T18:17:02.027Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23412026-03-20T18:17:02.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23422026-03-20T18:17:02.062Z Checking indent_write v2.2.0
23432026-03-20T18:17:02.241Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23442026-03-20T18:17:02.386Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23452026-03-20T18:17:02.511Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23462026-03-20T18:17:02.585Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23472026-03-20T18:17:02.634Z Checking smf v0.2.3
23482026-03-20T18:17:02.953Z Checking ingot-types v0.1.2
23492026-03-20T18:17:02.953Z Compiling num-derive v0.4.2
23502026-03-20T18:17:03.048Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23512026-03-20T18:17:03.060Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23522026-03-20T18:17:03.174Z Checking num_enum v0.5.11
23532026-03-20T18:17:03.365Z Checking whoami v1.6.1
23542026-03-20T18:17:03.368Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23552026-03-20T18:17:03.453Z Checking universal-hash v0.5.1
23562026-03-20T18:17:03.546Z Checking ingot v0.1.1
23572026-03-20T18:17:03.635Z Checking opaque-debug v0.3.1
23582026-03-20T18:17:03.684Z Checking aead v0.5.2
23592026-03-20T18:17:03.774Z Checking swrite v0.1.0
23602026-03-20T18:17:03.872Z Checking poly1305 v0.8.0
23612026-03-20T18:17:03.919Z Checking chacha20 v0.9.1
23622026-03-20T18:17:03.968Z Checking unicode-width v0.1.14
23632026-03-20T18:17:03.972Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-20T18:17:04.060Z Compiling typify-macro v0.6.1
23652026-03-20T18:17:04.211Z Checking password-hash v0.5.0
23662026-03-20T18:17:04.258Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23672026-03-20T18:17:04.309Z Checking blake2 v0.10.6
23682026-03-20T18:17:04.375Z Checking chacha20poly1305 v0.10.1
23692026-03-20T18:17:04.860Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23702026-03-20T18:17:04.918Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-03-20T18:17:04.918Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23722026-03-20T18:17:04.918Z Checking argon2 v0.5.3
23732026-03-20T18:17:05.100Z Compiling usdt-attr-macro v0.5.0
23742026-03-20T18:17:05.171Z Compiling usdt-macro v0.5.0
23752026-03-20T18:17:05.171Z Checking memmap v0.7.0
23762026-03-20T18:17:05.194Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23772026-03-20T18:17:05.279Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-03-20T18:17:05.601Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-03-20T18:17:05.651Z Checking thiserror-no-std v2.0.2
23802026-03-20T18:17:05.793Z Checking vsss-rs v3.3.4
23812026-03-20T18:17:05.884Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23822026-03-20T18:17:06.100Z Compiling derive-where v1.6.0
23832026-03-20T18:17:06.127Z Checking usdt v0.5.0
23842026-03-20T18:17:06.207Z Checking atomicwrites v0.4.4
23852026-03-20T18:17:06.308Z Checking tokio-dtrace v0.1.1
23862026-03-20T18:17:06.405Z Checking console v0.15.11
23872026-03-20T18:17:06.449Z Compiling typify v0.6.1
23882026-03-20T18:17:06.612Z Checking oxide-tokio-rt v0.1.3
23892026-03-20T18:17:06.657Z Compiling progenitor-impl v0.13.0
23902026-03-20T18:17:06.819Z Checking newline-converter v0.3.0
23912026-03-20T18:17:06.864Z Checking bytecount v0.6.9
23922026-03-20T18:17:07.030Z Checking expectorate v1.2.0
23932026-03-20T18:17:07.033Z Compiling prettyplease v0.2.37
23942026-03-20T18:17:07.202Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23952026-03-20T18:17:07.247Z Compiling owo-colors v4.3.0
23962026-03-20T18:17:07.358Z Compiling cancel-safe-futures v0.1.5
23972026-03-20T18:17:07.526Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23982026-03-20T18:17:07.531Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-03-20T18:17:07.542Z Checking libsw-core v0.3.2
24002026-03-20T18:17:07.815Z Checking libsw v3.5.0
24012026-03-20T18:17:07.898Z Checking same-file v1.0.6
24022026-03-20T18:17:08.010Z Checking linear-map v1.2.0
24032026-03-20T18:17:08.057Z Checking num-rational v0.4.2
24042026-03-20T18:17:08.151Z Checking num-complex v0.4.6
24052026-03-20T18:17:08.557Z Checking walkdir v2.5.0
24062026-03-20T18:17:08.564Z Checking float-ord v0.3.2
24072026-03-20T18:17:08.564Z Checking gethostname v0.5.0
24082026-03-20T18:17:08.592Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24092026-03-20T18:17:08.685Z Checking num v0.4.3
24102026-03-20T18:17:08.731Z Compiling async-recursion v1.1.1
24112026-03-20T18:17:08.777Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-03-20T18:17:08.871Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-03-20T18:17:08.874Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-20T18:17:10.234Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-03-20T18:17:10.472Z Compiling progenitor-macro v0.13.0
24162026-03-20T18:17:11.077Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24172026-03-20T18:17:12.175Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24182026-03-20T18:17:12.951Z Checking unicode-linebreak v0.1.5
24192026-03-20T18:17:13.146Z Checking smawk v0.3.2
24202026-03-20T18:17:13.277Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24212026-03-20T18:17:13.328Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24222026-03-20T18:17:13.376Z Checking globset v0.4.18
24232026-03-20T18:17:14.005Z Compiling convert_case v0.10.0
24242026-03-20T18:17:14.579Z Compiling slog-dtrace v0.3.0
24252026-03-20T18:17:14.685Z Checking resolv-conf v0.7.6
24262026-03-20T18:17:14.942Z Compiling derive_more-impl v2.1.1
24272026-03-20T18:17:15.239Z Compiling pin-project-internal v1.1.11
24282026-03-20T18:17:15.461Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24292026-03-20T18:17:15.921Z Checking pem v3.0.6
24302026-03-20T18:17:15.949Z Checking fd-lock v4.0.4
24312026-03-20T18:17:15.949Z Checking vte v0.14.1
24322026-03-20T18:17:15.989Z Checking display-error-chain v0.2.2
24332026-03-20T18:17:16.049Z Checking strip-ansi-escapes v0.2.1
24342026-03-20T18:17:16.107Z Checking derive_more v2.1.1
24352026-03-20T18:17:16.126Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24362026-03-20T18:17:16.178Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24372026-03-20T18:17:16.228Z Compiling snafu-derive v0.8.9
24382026-03-20T18:17:16.243Z Checking crossterm v0.29.0
24392026-03-20T18:17:16.366Z Checking linked-hash-map v0.5.6
24402026-03-20T18:17:16.803Z Checking pin-project v1.1.11
24412026-03-20T18:17:16.975Z Checking nu-ansi-term v0.50.3
24422026-03-20T18:17:17.028Z Checking termtree v0.5.1
24432026-03-20T18:17:17.116Z Checking lru-cache v0.1.2
24442026-03-20T18:17:17.242Z Checking textwrap v0.16.2
24452026-03-20T18:17:17.295Z Checking reedline v0.40.0
24462026-03-20T18:17:17.312Z Checking olpc-cjson v0.1.4
24472026-03-20T18:17:17.550Z Checking hickory-proto v0.24.4
24482026-03-20T18:17:17.561Z Checking serde_plain v1.0.2
24492026-03-20T18:17:17.655Z Checking progenitor v0.13.0
24502026-03-20T18:17:17.834Z Checking typed-path v0.9.3
24512026-03-20T18:17:17.895Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522026-03-20T18:17:18.924Z Compiling minimal-lexical v0.2.1
24532026-03-20T18:17:19.005Z Checking snafu v0.8.9
24542026-03-20T18:17:19.050Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552026-03-20T18:17:19.296Z Compiling nom v7.1.3
24562026-03-20T18:17:19.364Z Checking tough v0.20.0
24572026-03-20T18:17:19.795Z Checking nibble_vec v0.1.0
24582026-03-20T18:17:20.005Z Checking endian-type v0.1.2
24592026-03-20T18:17:20.085Z Checking hickory-resolver v0.24.4
24602026-03-20T18:17:20.195Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-03-20T18:17:20.250Z Checking radix_trie v0.2.1
24622026-03-20T18:17:20.985Z Compiling ar_archive_writer v0.5.1
24632026-03-20T18:17:21.427Z Checking humantime v2.3.0
24642026-03-20T18:17:21.445Z Checking base64 v0.21.7
24652026-03-20T18:17:21.445Z Checking qorb v0.4.1
24662026-03-20T18:17:21.445Z Checking csv-core v0.1.13
24672026-03-20T18:17:21.456Z Compiling stacker v0.1.23
24682026-03-20T18:17:21.491Z Compiling cfg_aliases v0.1.1
24692026-03-20T18:17:21.970Z Checking csv v1.4.0
24702026-03-20T18:17:21.978Z Checking highway v1.3.0
24712026-03-20T18:17:21.978Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24722026-03-20T18:17:21.978Z Compiling psm v0.1.30
24732026-03-20T18:17:21.978Z Compiling nix v0.28.0
24742026-03-20T18:17:21.992Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-03-20T18:17:22.095Z Checking papergrid v0.11.0
24762026-03-20T18:17:22.141Z Compiling tabled_derive v0.7.0
24772026-03-20T18:17:22.858Z Checking home v0.5.12
24782026-03-20T18:17:22.861Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24792026-03-20T18:17:22.861Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24802026-03-20T18:17:22.861Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24812026-03-20T18:17:23.024Z Checking phf_shared v0.12.1
24822026-03-20T18:17:23.061Z Compiling recursive-proc-macro-impl v0.1.1
24832026-03-20T18:17:23.116Z Compiling semver v0.1.20
24842026-03-20T18:17:23.247Z Compiling chrono-tz v0.10.4
24852026-03-20T18:17:23.456Z Compiling rustc_version v0.1.7
24862026-03-20T18:17:23.552Z Checking phf v0.12.1
24872026-03-20T18:17:23.957Z Checking tabled v0.15.0
24882026-03-20T18:17:23.961Z Checking recursive v0.1.1
24892026-03-20T18:17:23.961Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902026-03-20T18:17:23.961Z Compiling const_format_proc_macros v0.2.34
24912026-03-20T18:17:23.961Z Compiling peg-macros v0.8.5
24922026-03-20T18:17:23.961Z Checking winnow v0.6.26
24932026-03-20T18:17:23.961Z Compiling sqlparser_derive v0.5.0
24942026-03-20T18:17:24.921Z Checking unicode_categories v0.1.1
24952026-03-20T18:17:25.164Z Checking rustyline v14.0.0
24962026-03-20T18:17:25.210Z Checking sqlparser v0.61.0
24972026-03-20T18:17:25.673Z Checking const_format v0.2.35
24982026-03-20T18:17:26.091Z Checking sqlformat v0.3.5
24992026-03-20T18:17:26.099Z Checking peg v0.8.5
25002026-03-20T18:17:26.099Z Compiling newtype_derive v0.1.6
25012026-03-20T18:17:26.138Z Checking bcs v0.1.6
25022026-03-20T18:17:26.184Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25032026-03-20T18:17:26.458Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25042026-03-20T18:17:26.500Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-20T18:17:26.538Z Checking steno v0.4.1
25062026-03-20T18:17:26.873Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25072026-03-20T18:17:26.877Z Checking utf-8 v0.7.6
25082026-03-20T18:17:27.081Z Checking filetime v0.2.27
25092026-03-20T18:17:27.155Z Checking arc-swap v1.8.2
25102026-03-20T18:17:27.288Z Checking xattr v1.6.1
25112026-03-20T18:17:27.493Z Checking tar v0.4.44
25122026-03-20T18:17:27.759Z Checking slog-scope v4.4.1
25132026-03-20T18:17:27.948Z Checking tungstenite v0.21.0
25142026-03-20T18:17:28.020Z Checking slog-stdlog v4.1.1
25152026-03-20T18:17:28.105Z Compiling typify-impl v0.4.3
25162026-03-20T18:17:28.231Z Checking slog-envlogger v2.2.0
25172026-03-20T18:17:28.495Z Checking typeid v1.0.3
25182026-03-20T18:17:28.588Z Checking tokio-tungstenite v0.21.0
25192026-03-20T18:17:28.997Z Checking subprocess v0.2.15
25202026-03-20T18:17:29.076Z Checking headers-core v0.3.0
25212026-03-20T18:17:29.281Z Checking headers v0.4.1
25222026-03-20T18:17:29.430Z Compiling lzma-sys v0.1.20
25232026-03-20T18:17:29.798Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-03-20T18:17:29.905Z Compiling cargo_toml v0.22.3
25252026-03-20T18:17:30.039Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25262026-03-20T18:17:30.257Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25272026-03-20T18:17:30.593Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25282026-03-20T18:17:30.651Z Checking yasna v0.5.2
25292026-03-20T18:17:31.203Z Checking rcgen v0.12.1
25302026-03-20T18:17:31.682Z Checking xz2 v0.1.7
25312026-03-20T18:17:31.820Z Checking ron v0.12.0
25322026-03-20T18:17:31.924Z Checking base16ct v1.0.0
25332026-03-20T18:17:31.992Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25342026-03-20T18:17:32.134Z Checking dropshot-api-manager-types v0.6.0
25352026-03-20T18:17:32.415Z Checking tagptr v0.2.0
25362026-03-20T18:17:32.424Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25372026-03-20T18:17:32.571Z Checking moka v0.12.13
25382026-03-20T18:17:32.670Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25392026-03-20T18:17:32.887Z Compiling radium v0.7.0
25402026-03-20T18:17:32.890Z Compiling libefi-sys v0.1.0
25412026-03-20T18:17:33.325Z Compiling bitfield-struct v0.6.2
25422026-03-20T18:17:33.368Z Checking tap v1.0.1
25432026-03-20T18:17:33.512Z Checking hickory-resolver v0.25.2
25442026-03-20T18:17:33.556Z Compiling maybe-uninit v2.0.0
25452026-03-20T18:17:33.681Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-20T18:17:33.950Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-20T18:17:33.955Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25482026-03-20T18:17:34.145Z Checking wyz v0.5.1
25492026-03-20T18:17:34.221Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-20T18:17:34.636Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25512026-03-20T18:17:34.674Z Compiling typify-macro v0.4.3
25522026-03-20T18:17:34.728Z Compiling zerocopy-derive v0.6.6
25532026-03-20T18:17:34.828Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-20T18:17:34.901Z Checking funty v2.0.0
25552026-03-20T18:17:35.163Z Compiling packed_struct v0.10.1
25562026-03-20T18:17:35.530Z Checking crc-catalog v2.4.0
25572026-03-20T18:17:35.531Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25582026-03-20T18:17:35.580Z Checking crc v3.4.0
25592026-03-20T18:17:35.580Z Checking bitvec v1.0.1
25602026-03-20T18:17:35.580Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-03-20T18:17:35.627Z Compiling packed_struct_codegen v0.10.1
25622026-03-20T18:17:35.678Z Compiling bitfield-macros v0.19.4
25632026-03-20T18:17:35.829Z Compiling indexmap v1.9.3
25642026-03-20T18:17:35.917Z Checking zerocopy v0.6.6
25652026-03-20T18:17:36.090Z Checking nodrop v0.1.14
25662026-03-20T18:17:36.242Z Checking array-init v0.0.4
25672026-03-20T18:17:36.395Z Checking smallvec v0.6.14
25682026-03-20T18:17:36.661Z Checking bitfield v0.19.4
25692026-03-20T18:17:36.691Z Checking hashbrown v0.12.3
25702026-03-20T18:17:36.764Z Checking serde-hex v0.1.0
25712026-03-20T18:17:36.950Z Compiling typify v0.4.3
25722026-03-20T18:17:37.121Z Compiling progenitor-impl v0.10.0
25732026-03-20T18:17:37.163Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-20T18:17:37.482Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25752026-03-20T18:17:37.836Z Checking ron v0.8.1
25762026-03-20T18:17:38.506Z Checking hashbrown v0.13.2
25772026-03-20T18:17:38.672Z Checking crc-any v2.5.0
25782026-03-20T18:17:38.764Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25792026-03-20T18:17:38.888Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-03-20T18:17:38.993Z Checking path-slash v0.1.5
25812026-03-20T18:17:39.017Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25822026-03-20T18:17:39.105Z Compiling xshell-macros v0.2.7
25832026-03-20T18:17:39.158Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25842026-03-20T18:17:39.176Z Checking object v0.30.4
25852026-03-20T18:17:39.636Z Checking xshell v0.2.7
25862026-03-20T18:17:39.678Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872026-03-20T18:17:39.936Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25882026-03-20T18:17:41.072Z Checking half v1.8.3
25892026-03-20T18:17:41.110Z Checking serde_cbor v0.11.2
25902026-03-20T18:17:41.110Z Compiling progenitor-macro v0.10.0
25912026-03-20T18:17:41.110Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25922026-03-20T18:17:41.208Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-03-20T18:17:41.329Z Compiling num-derive v0.3.3
25942026-03-20T18:17:41.472Z Compiling proc-macro-error-attr2 v2.0.0
25952026-03-20T18:17:42.025Z Compiling proc-macro-error2 v2.0.1
25962026-03-20T18:17:42.216Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25972026-03-20T18:17:42.508Z Compiling tabled_derive v0.11.0
25982026-03-20T18:17:42.551Z Checking libscf-sys v1.1.0
25992026-03-20T18:17:42.685Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002026-03-20T18:17:42.763Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-03-20T18:17:43.099Z Checking papergrid v0.17.0
26022026-03-20T18:17:43.170Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26032026-03-20T18:17:43.411Z Checking testing_table v0.3.0
26042026-03-20T18:17:43.614Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26052026-03-20T18:17:44.102Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-03-20T18:17:44.269Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-20T18:17:44.287Z Checking tabled v0.20.0
26082026-03-20T18:17:44.288Z Checking maplit v1.0.2
26092026-03-20T18:17:44.427Z Checking crc8 v0.1.1
26102026-03-20T18:17:44.563Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26112026-03-20T18:17:44.598Z Checking fxhash v0.2.1
26122026-03-20T18:17:44.612Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26132026-03-20T18:17:44.801Z Checking unicase v2.9.0
26142026-03-20T18:17:45.038Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26152026-03-20T18:17:45.041Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26162026-03-20T18:17:45.175Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-03-20T18:17:45.595Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26182026-03-20T18:17:45.641Z Checking kstat-rs v0.2.4
26192026-03-20T18:17:46.012Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26202026-03-20T18:17:46.077Z Compiling diesel_derives v2.3.7
26212026-03-20T18:17:46.245Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26222026-03-20T18:17:46.296Z Compiling parking_lot_core v0.8.6
26232026-03-20T18:17:46.630Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26242026-03-20T18:17:47.005Z Compiling git-stub v1.0.0
26252026-03-20T18:17:47.059Z Checking scheduled-thread-pool v0.2.7
26262026-03-20T18:17:47.097Z Compiling dsl_auto_type v0.2.0
26272026-03-20T18:17:47.136Z Compiling vergen-gitcl v1.0.8
26282026-03-20T18:17:47.190Z Compiling diesel_table_macro_syntax v0.3.0
26292026-03-20T18:17:47.272Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26302026-03-20T18:17:47.648Z Checking r2d2 v0.8.10
26312026-03-20T18:17:47.791Z Compiling git-stub-vcs v0.1.0
26322026-03-20T18:17:47.853Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-03-20T18:17:47.875Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-03-20T18:17:48.025Z Checking progenitor v0.10.0
26352026-03-20T18:17:48.363Z Checking downcast-rs v2.0.2
26362026-03-20T18:17:48.647Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-20T18:17:48.647Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26382026-03-20T18:17:48.647Z Checking parking_lot v0.11.2
26392026-03-20T18:17:48.647Z Checking prefix-trie v0.7.0
26402026-03-20T18:17:48.698Z Checking nanorand v0.7.0
26412026-03-20T18:17:48.840Z Compiling dirs-sys-next v0.1.2
26422026-03-20T18:17:48.888Z Compiling crunchy v0.2.4
26432026-03-20T18:17:48.955Z Checking flume v0.11.1
26442026-03-20T18:17:49.204Z Compiling dirs-next v2.0.0
26452026-03-20T18:17:49.322Z Checking hickory-server v0.25.2
26462026-03-20T18:17:49.378Z Checking sled v0.34.7
26472026-03-20T18:17:49.417Z Compiling clang-sys v1.8.1
26482026-03-20T18:17:49.464Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26492026-03-20T18:17:49.828Z Checking hickory-client v0.25.2
26502026-03-20T18:17:49.923Z Compiling tiny-keccak v2.0.2
26512026-03-20T18:17:50.608Z Compiling term v0.7.0
26522026-03-20T18:17:50.656Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-03-20T18:17:50.656Z Compiling bit-vec v0.6.3
26542026-03-20T18:17:50.874Z Compiling salty v0.3.0
26552026-03-20T18:17:51.131Z Compiling ascii-canvas v3.0.0
26562026-03-20T18:17:51.131Z Compiling bit-set v0.5.3
26572026-03-20T18:17:51.140Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-03-20T18:17:51.260Z Checking primeorder v0.13.6
26592026-03-20T18:17:51.318Z Compiling itertools v0.10.5
26602026-03-20T18:17:51.639Z Compiling ena v0.14.4
26612026-03-20T18:17:51.734Z Compiling libloading v0.8.9
26622026-03-20T18:17:51.821Z Compiling fs-err v2.11.0
26632026-03-20T18:17:51.929Z Compiling diff v0.1.13
26642026-03-20T18:17:52.081Z Compiling regex-syntax v0.6.29
26652026-03-20T18:17:52.121Z Compiling bindgen v0.71.1
26662026-03-20T18:17:52.567Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26672026-03-20T18:17:52.747Z Compiling cexpr v0.6.0
26682026-03-20T18:17:52.775Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26692026-03-20T18:17:52.796Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26702026-03-20T18:17:53.413Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-03-20T18:17:53.934Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26722026-03-20T18:17:54.021Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26732026-03-20T18:17:54.070Z Compiling lalrpop v0.19.12
26742026-03-20T18:17:54.297Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-03-20T18:17:54.416Z Compiling libxml v0.3.3
26762026-03-20T18:17:54.640Z Checking parse-size v1.1.0
26772026-03-20T18:17:54.793Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26782026-03-20T18:17:56.710Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26792026-03-20T18:17:56.749Z Checking p384 v0.13.1
26802026-03-20T18:17:56.797Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26812026-03-20T18:17:56.797Z Checking diesel v2.3.7
26822026-03-20T18:17:56.797Z Compiling strum_macros v0.24.3
26832026-03-20T18:17:56.797Z Compiling indoc v1.0.9
26842026-03-20T18:17:57.362Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26852026-03-20T18:17:57.598Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-20T18:17:57.827Z Checking predicates-tree v1.0.13
26872026-03-20T18:17:57.868Z Checking derive_builder v0.20.2
26882026-03-20T18:17:58.041Z Checking quick-xml v0.37.5
26892026-03-20T18:17:58.080Z Compiling oso-derive v0.27.3
26902026-03-20T18:17:58.609Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26912026-03-20T18:17:58.689Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26922026-03-20T18:17:58.728Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26932026-03-20T18:17:58.845Z Compiling impl-trait-for-tuples v0.2.3
26942026-03-20T18:17:59.367Z Compiling trait-variant v0.1.2
26952026-03-20T18:18:00.109Z Checking openssl-probe v0.1.6
26962026-03-20T18:18:00.290Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26972026-03-20T18:18:00.958Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26982026-03-20T18:18:01.076Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26992026-03-20T18:18:01.177Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27002026-03-20T18:18:01.385Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27012026-03-20T18:18:01.439Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-03-20T18:18:01.860Z Compiling progenitor-impl v0.11.2
27032026-03-20T18:18:02.501Z Checking assert_matches v1.5.0
27042026-03-20T18:18:02.715Z Compiling mime_guess v2.0.5
27052026-03-20T18:18:02.816Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27062026-03-20T18:18:03.242Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-03-20T18:18:03.480Z Checking progenitor-client v0.11.2
27082026-03-20T18:18:03.839Z Checking http-range v0.1.5
27092026-03-20T18:18:03.883Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27102026-03-20T18:18:04.047Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-03-20T18:18:04.114Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27122026-03-20T18:18:04.229Z Checking ignore v0.4.25
27132026-03-20T18:18:04.946Z Checking atty v0.2.14
27142026-03-20T18:18:05.115Z Checking globwalk v0.9.1
27152026-03-20T18:18:05.737Z Compiling progenitor-macro v0.11.2
27162026-03-20T18:18:06.196Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-20T18:18:06.682Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-03-20T18:18:07.443Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27192026-03-20T18:18:07.651Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27202026-03-20T18:18:08.081Z Checking bb8 v0.8.6
27212026-03-20T18:18:08.327Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-20T18:18:08.374Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27232026-03-20T18:18:08.526Z Checking corncobs v0.1.4
27242026-03-20T18:18:08.639Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-20T18:18:08.735Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-20T18:18:08.999Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27272026-03-20T18:18:09.498Z Checking hyper-staticfile v0.10.1
27282026-03-20T18:18:09.579Z Checking camino-tempfile-ext v0.3.3
27292026-03-20T18:18:09.825Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27302026-03-20T18:18:09.888Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27312026-03-20T18:18:09.930Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27322026-03-20T18:18:10.219Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27332026-03-20T18:18:10.262Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-20T18:18:11.045Z Checking signal-hook-tokio v0.3.1
27352026-03-20T18:18:11.235Z Checking secrecy v0.8.0
27362026-03-20T18:18:11.434Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27372026-03-20T18:18:11.871Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27382026-03-20T18:18:12.547Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27392026-03-20T18:18:12.585Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27402026-03-20T18:18:12.640Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-20T18:18:12.783Z Checking progenitor v0.11.2
27422026-03-20T18:18:12.997Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27432026-03-20T18:18:13.094Z Checking nonempty v0.12.0
27442026-03-20T18:18:13.275Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-03-20T18:18:13.432Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27462026-03-20T18:18:13.580Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27472026-03-20T18:18:13.633Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27482026-03-20T18:18:14.042Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27492026-03-20T18:18:14.109Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-03-20T18:18:14.568Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27512026-03-20T18:18:14.649Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27522026-03-20T18:18:15.217Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27532026-03-20T18:18:15.315Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-20T18:18:15.582Z Checking diesel-dtrace v0.5.0
27552026-03-20T18:18:15.939Z Checking async-bb8-diesel v0.2.1
27562026-03-20T18:18:16.288Z Checking tungstenite v0.23.0
27572026-03-20T18:18:16.455Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-03-20T18:18:16.599Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27592026-03-20T18:18:16.829Z Checking tokio-tungstenite v0.23.1
27602026-03-20T18:18:17.091Z Checking rand_seeder v0.4.0
27612026-03-20T18:18:17.221Z Checking void v1.0.2
27622026-03-20T18:18:17.336Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-20T18:18:17.405Z Checking lzss v0.8.2
27642026-03-20T18:18:17.743Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652026-03-20T18:18:17.871Z Checking nix v0.27.1
27662026-03-20T18:18:17.966Z Checking serde_bytes v0.11.19
27672026-03-20T18:18:18.035Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27682026-03-20T18:18:18.258Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-20T18:18:18.314Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27702026-03-20T18:18:18.655Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27712026-03-20T18:18:19.295Z Checking is_ci v1.2.0
27722026-03-20T18:18:19.467Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27732026-03-20T18:18:19.513Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27742026-03-20T18:18:19.797Z Checking yansi v1.0.1
27752026-03-20T18:18:19.847Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27762026-03-20T18:18:20.184Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27772026-03-20T18:18:20.222Z Checking pretty_assertions v1.4.1
27782026-03-20T18:18:20.450Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27792026-03-20T18:18:20.540Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27802026-03-20T18:18:20.601Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27812026-03-20T18:18:20.934Z Compiling darling_core v0.23.0
27822026-03-20T18:18:22.172Z Compiling indoc v2.0.7
27832026-03-20T18:18:22.448Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27842026-03-20T18:18:22.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27852026-03-20T18:18:22.736Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-20T18:18:22.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-03-20T18:18:23.111Z Compiling instability v0.3.11
27882026-03-20T18:18:23.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27892026-03-20T18:18:23.676Z Compiling libz-sys v1.1.24
27902026-03-20T18:18:23.854Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27912026-03-20T18:18:24.209Z Checking castaway v0.2.4
27922026-03-20T18:18:24.393Z Checking compact_str v0.8.1
27932026-03-20T18:18:24.672Z Compiling darling_macro v0.23.0
27942026-03-20T18:18:24.958Z Checking supports-color v3.0.2
27952026-03-20T18:18:25.170Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27962026-03-20T18:18:25.360Z Compiling darling v0.23.0
27972026-03-20T18:18:25.457Z Checking unicode-truncate v1.1.0
27982026-03-20T18:18:25.560Z Checking lru v0.12.5
27992026-03-20T18:18:25.692Z Checking cassowary v0.3.0
28002026-03-20T18:18:25.877Z Compiling libgit2-sys v0.18.3+1.9.2
28012026-03-20T18:18:26.215Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-03-20T18:18:26.256Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-03-20T18:18:26.504Z Checking ratatui v0.29.0
28042026-03-20T18:18:27.799Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28052026-03-20T18:18:28.110Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28062026-03-20T18:18:28.314Z Compiling vergen-git2 v1.0.7
28072026-03-20T18:18:28.444Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-03-20T18:18:28.502Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-03-20T18:18:28.665Z Checking colored v2.2.0
28102026-03-20T18:18:28.729Z Checking shell-words v1.1.1
28112026-03-20T18:18:28.789Z Checking plotters-backend v0.3.7
28122026-03-20T18:18:28.930Z Compiling rustls v0.21.12
28132026-03-20T18:18:29.107Z Checking plotters-svg v0.3.7
28142026-03-20T18:18:29.195Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-03-20T18:18:29.279Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-03-20T18:18:29.325Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-03-20T18:18:29.606Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-03-20T18:18:29.641Z Checking rustls-webpki v0.101.7
28192026-03-20T18:18:30.153Z Checking sct v0.7.1
28202026-03-20T18:18:30.185Z Compiling nix v0.29.0
28212026-03-20T18:18:30.346Z Checking cast v0.3.0
28222026-03-20T18:18:30.475Z Checking hex-literal v0.4.1
28232026-03-20T18:18:30.687Z Checking criterion-plot v0.6.0
28242026-03-20T18:18:30.764Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28252026-03-20T18:18:31.096Z Checking plotters v0.3.7
28262026-03-20T18:18:32.170Z Checking erased-serde v0.4.9
28272026-03-20T18:18:32.626Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-03-20T18:18:32.765Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28292026-03-20T18:18:33.746Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-03-20T18:18:34.797Z Checking tinytemplate v1.2.1
28312026-03-20T18:18:35.141Z Checking ordered-float v2.10.1
28322026-03-20T18:18:35.522Z Checking anes v0.1.6
28332026-03-20T18:18:35.820Z Checking oorandom v11.1.5
28342026-03-20T18:18:36.059Z Checking criterion v0.7.0
28352026-03-20T18:18:36.352Z Checking serde-value v0.7.0
28362026-03-20T18:18:36.684Z Checking serde-untagged v0.1.9
28372026-03-20T18:18:36.988Z Checking tokio-rustls v0.24.1
28382026-03-20T18:18:37.729Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-03-20T18:18:37.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-03-20T18:18:37.994Z Checking rustls-pemfile v1.0.4
28412026-03-20T18:18:38.212Z Checking twox-hash v2.1.2
28422026-03-20T18:18:38.654Z Checking unicode-xid v0.2.6
28432026-03-20T18:18:38.774Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-20T18:18:38.841Z Checking cargo-util-schemas v0.8.2
28452026-03-20T18:18:39.229Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-20T18:18:39.460Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28472026-03-20T18:18:40.089Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28482026-03-20T18:18:40.340Z Checking fatfs v0.3.6
28492026-03-20T18:18:41.013Z Checking cargo-platform v0.2.0
28502026-03-20T18:18:41.278Z Compiling petname v2.0.2
28512026-03-20T18:18:41.318Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28522026-03-20T18:18:41.987Z Compiling seq-macro v0.3.6
28532026-03-20T18:18:42.889Z Checking cargo_metadata v0.21.0
28542026-03-20T18:18:43.130Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552026-03-20T18:18:43.291Z Checking concurrent-queue v2.5.0
28562026-03-20T18:18:43.582Z Checking rtoolbox v0.0.3
28572026-03-20T18:18:43.824Z Checking futures-timer v3.0.3
28582026-03-20T18:18:43.954Z Checking parking v2.2.1
28592026-03-20T18:18:44.063Z Checking rpassword v7.4.0
28602026-03-20T18:18:44.147Z Checking event-listener v5.4.1
28612026-03-20T18:18:44.491Z Checking tui-tree-widget v0.23.1
28622026-03-20T18:18:44.591Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28632026-03-20T18:18:44.776Z Checking polyval v0.6.2
28642026-03-20T18:18:44.823Z Checking sapling-renderdag v0.1.0
28652026-03-20T18:18:44.863Z Checking sync-ptr v0.1.4
28662026-03-20T18:18:45.042Z Checking ghash v0.5.1
28672026-03-20T18:18:45.074Z Checking event-listener-strategy v0.5.4
28682026-03-20T18:18:45.191Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28692026-03-20T18:18:45.238Z Checking ctr v0.9.2
28702026-03-20T18:18:45.298Z Checking arrayvec v0.7.6
28712026-03-20T18:18:45.474Z Checking arrayref v0.3.9
28722026-03-20T18:18:45.518Z Checking constant_time_eq v0.4.2
28732026-03-20T18:18:45.605Z Checking aes-gcm v0.10.3
28742026-03-20T18:18:45.708Z Checking async-lock v3.4.2
28752026-03-20T18:18:45.758Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-03-20T18:18:45.862Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-03-20T18:18:46.278Z Checking ssh-encoding v0.2.0
28782026-03-20T18:18:46.573Z Checking blowfish v0.9.1
28792026-03-20T18:18:46.821Z Checking bcrypt-pbkdf v0.10.0
28802026-03-20T18:18:47.000Z Checking ssh-cipher v0.2.0
28812026-03-20T18:18:47.069Z Checking async-object-pool v0.2.0
28822026-03-20T18:18:47.245Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28832026-03-20T18:18:47.287Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28842026-03-20T18:18:47.707Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28852026-03-20T18:18:48.109Z Checking serde_regex v1.1.0
28862026-03-20T18:18:48.368Z Checking password-hash v0.4.2
28872026-03-20T18:18:48.623Z Checking assert-json-diff v2.0.2
28882026-03-20T18:18:48.709Z Checking path-tree v0.8.3
28892026-03-20T18:18:48.893Z Compiling target-lexicon v0.13.3
28902026-03-20T18:18:48.999Z Checking gimli v0.32.3
28912026-03-20T18:18:49.330Z Compiling samael v0.0.19
28922026-03-20T18:18:49.577Z Checking stringmetrics v2.2.2
28932026-03-20T18:18:49.761Z Checking pbkdf2 v0.11.0
28942026-03-20T18:18:49.799Z Checking httpmock v0.8.3
28952026-03-20T18:18:49.971Z Checking ssh-key v0.6.7
28962026-03-20T18:18:51.296Z Checking addr2line v0.25.1
28972026-03-20T18:18:51.692Z Checking p521 v0.13.3
28982026-03-20T18:18:52.551Z Checking p256 v0.13.2
28992026-03-20T18:18:52.816Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29002026-03-20T18:18:52.928Z Checking russh-cryptovec v0.7.3
29012026-03-20T18:18:53.135Z Checking md5 v0.7.0
29022026-03-20T18:18:53.175Z Checking rustc-demangle v0.1.27
29032026-03-20T18:18:53.438Z Compiling guppy-workspace-hack v0.1.0
29042026-03-20T18:18:53.523Z Checking backtrace v0.3.76
29052026-03-20T18:18:53.722Z Checking russh-keys v0.45.0
29062026-03-20T18:18:53.970Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29072026-03-20T18:18:54.138Z Checking num-bigint v0.4.6
29082026-03-20T18:18:54.639Z Checking des v0.8.1
29092026-03-20T18:18:55.094Z Compiling blake3 v1.8.3
29102026-03-20T18:18:55.472Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-03-20T18:18:55.578Z Compiling target-spec v3.5.7
29122026-03-20T18:18:55.921Z Checking russh v0.45.0
29132026-03-20T18:18:56.072Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-20T18:18:56.190Z Checking cfg-expr v0.20.6
29152026-03-20T18:18:56.194Z Checking backtrace-ext v0.2.1
29162026-03-20T18:18:56.548Z Checking supports-color v2.1.0
29172026-03-20T18:18:56.754Z Checking textwrap v0.15.2
29182026-03-20T18:18:56.758Z Checking supports-unicode v2.1.0
29192026-03-20T18:18:56.978Z Checking supports-hyperlinks v2.1.0
29202026-03-20T18:18:56.983Z Checking hashbrown v0.14.5
29212026-03-20T18:18:57.063Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29222026-03-20T18:18:57.162Z Checking cargo-platform v0.3.2
29232026-03-20T18:18:57.370Z Checking socket2 v0.5.10
29242026-03-20T18:18:57.436Z Checking terminal_size v0.1.17
29252026-03-20T18:18:57.612Z Compiling miette-derive v5.10.0
29262026-03-20T18:18:57.732Z Checking owo-colors v3.5.0
29272026-03-20T18:18:57.767Z Checking internet-checksum v0.2.1
29282026-03-20T18:18:57.978Z Checking chumsky v0.9.3
29292026-03-20T18:18:58.495Z Checking cargo_metadata v0.23.1
29302026-03-20T18:18:59.187Z Checking miette v5.10.0
29312026-03-20T18:18:59.484Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29322026-03-20T18:18:59.584Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29332026-03-20T18:18:59.671Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29342026-03-20T18:18:59.909Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29352026-03-20T18:19:00.113Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29362026-03-20T18:19:00.224Z Checking httptest v0.16.4
29372026-03-20T18:19:00.563Z Checking pathdiff v0.2.3
29382026-03-20T18:19:00.709Z Compiling knuffel-derive v3.2.0
29392026-03-20T18:19:00.753Z Checking nested v0.1.1
29402026-03-20T18:19:00.798Z Compiling git2 v0.20.4
29412026-03-20T18:19:00.867Z Checking topological-sort v0.2.2
29422026-03-20T18:19:00.966Z Checking guppy v0.17.25
29432026-03-20T18:19:01.082Z Checking omicron-zone-package v0.12.2
29442026-03-20T18:19:01.266Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29452026-03-20T18:19:01.567Z Checking similar-asserts v1.7.0
29462026-03-20T18:19:01.805Z Compiling rstest_macros v0.25.0
29472026-03-20T18:19:02.203Z Compiling target-triple v1.0.0
29482026-03-20T18:19:02.312Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29492026-03-20T18:19:02.496Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29502026-03-20T18:19:02.539Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29512026-03-20T18:19:02.671Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29522026-03-20T18:19:02.820Z Checking knuffel v3.2.0
29532026-03-20T18:19:03.390Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29542026-03-20T18:19:03.435Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29552026-03-20T18:19:03.761Z Checking toml_datetime v1.0.0+spec-1.1.0
29562026-03-20T18:19:04.306Z Checking escape8259 v0.5.3
29572026-03-20T18:19:04.516Z Compiling assert_cmd v2.1.2
29582026-03-20T18:19:04.881Z Compiling relative-path v1.9.3
29592026-03-20T18:19:04.984Z Checking libtest-mimic v0.8.1
29602026-03-20T18:19:05.042Z Checking toml v1.0.3+spec-1.1.0
29612026-03-20T18:19:05.595Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29622026-03-20T18:19:05.747Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-03-20T18:19:05.790Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29642026-03-20T18:19:05.934Z Checking blake2b_simd v1.0.4
29652026-03-20T18:19:06.516Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29662026-03-20T18:19:06.731Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29672026-03-20T18:19:07.048Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29682026-03-20T18:19:07.281Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29692026-03-20T18:19:07.570Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29702026-03-20T18:19:07.767Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29712026-03-20T18:19:08.075Z Checking fancy-regex v0.14.0
29722026-03-20T18:19:08.389Z Checking serde_tokenstream v0.2.3
29732026-03-20T18:19:08.574Z Compiling polar-core v0.27.3
29742026-03-20T18:19:08.630Z Checking uzers v0.12.2
29752026-03-20T18:19:08.734Z Checking constant_time_eq v0.3.1
29762026-03-20T18:19:08.895Z Compiling linkme-impl v0.3.35
29772026-03-20T18:19:09.042Z Checking termcolor v1.4.1
29782026-03-20T18:19:09.367Z Checking trybuild v1.0.116
29792026-03-20T18:19:09.431Z Checking rust-argon2 v2.1.0
29802026-03-20T18:19:09.787Z Checking datatest-stable v0.3.3
29812026-03-20T18:19:10.718Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29822026-03-20T18:19:10.863Z Checking rstest v0.25.0
29832026-03-20T18:19:10.946Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29842026-03-20T18:19:11.024Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29852026-03-20T18:19:11.055Z Checking support-bundle-viewer v0.1.2
29862026-03-20T18:19:11.462Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29872026-03-20T18:19:11.718Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29882026-03-20T18:19:12.004Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29892026-03-20T18:19:12.137Z Checking drift v0.1.3
29902026-03-20T18:19:12.302Z Checking rand_distr v0.5.1
29912026-03-20T18:19:12.605Z Checking multimap v0.10.1
29922026-03-20T18:19:12.897Z Checking approx v0.5.1
29932026-03-20T18:19:12.986Z Compiling linkme v0.3.35
29942026-03-20T18:19:13.130Z Checking dropshot-api-manager v0.6.0
29952026-03-20T18:19:14.580Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29962026-03-20T18:19:14.755Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29972026-03-20T18:19:15.086Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29982026-03-20T18:19:15.482Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29992026-03-20T18:19:15.616Z Checking oso v0.27.3
30002026-03-20T18:19:15.766Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-03-20T18:19:15.836Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-20T18:19:15.882Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30032026-03-20T18:19:15.970Z Checking partial-io v0.5.4
30042026-03-20T18:19:16.019Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30052026-03-20T18:19:16.062Z Checking cargo_toml v0.21.0
30062026-03-20T18:19:16.288Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30072026-03-20T18:19:16.454Z Checking termios v0.3.3
30082026-03-20T18:19:16.816Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30092026-03-20T18:19:17.062Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30102026-03-20T18:19:17.288Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-03-20T18:19:18.868Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30122026-03-20T18:19:21.759Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30132026-03-20T18:19:26.846Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30142026-03-20T18:19:29.540Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30152026-03-20T18:19:34.393Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30162026-03-20T18:19:37.509Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30172026-03-20T18:19:43.285Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30182026-03-20T18:19:49.182Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30192026-03-20T18:19:49.957Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30202026-03-20T18:19:50.914Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30212026-03-20T18:20:02.988Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30222026-03-20T18:21:59.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 39s
30232026-03-20T18:22:00.580Z
30242026-03-20T18:22:00.580Zreal 5:43.772705052
30252026-03-20T18:22:00.583Zuser 28:45.507972818
30262026-03-20T18:22:00.583Zsys 6:02.521008380
30272026-03-20T18:22:00.583Ztrap 0.715218125
30282026-03-20T18:22:00.583Ztflt 0.122220841
30292026-03-20T18:22:00.583Zdflt 0.177475919
30302026-03-20T18:22:00.583Zkflt 0.001267588
30312026-03-20T18:22:00.583Zlock 1:21:10.306216967
30322026-03-20T18:22:00.583Zslp 1:18:12.835663604
30332026-03-20T18:22:00.584Zlat 1:57.684262712
30342026-03-20T18:22:00.584Zstop 13:49.974612503
30352026-03-20T18:22:00.584Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30362026-03-20T18:22:00.584Z+ ptime -m cargo doc --workspace --no-deps
30372026-03-20T18:22:01.830Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30382026-03-20T18:22:01.830Z |
30392026-03-20T18:22:01.830Z = 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)`
30402026-03-20T18:22:01.830Z = 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>
30412026-03-20T18:22:03.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-20T18:22:03.449Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30432026-03-20T18:22:03.501Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30442026-03-20T18:22:03.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30452026-03-20T18:22:03.771Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30462026-03-20T18:22:03.801Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-03-20T18:22:03.831Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30482026-03-20T18:22:03.869Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-03-20T18:22:03.940Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30502026-03-20T18:22:04.057Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30512026-03-20T18:22:04.101Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-03-20T18:22:04.141Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-03-20T18:22:04.200Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-03-20T18:22:04.231Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30552026-03-20T18:22:04.285Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-03-20T18:22:04.344Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30572026-03-20T18:22:04.379Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30582026-03-20T18:22:04.405Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30592026-03-20T18:22:04.480Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30602026-03-20T18:22:04.544Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30612026-03-20T18:22:04.808Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30622026-03-20T18:22:05.118Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30632026-03-20T18:22:05.326Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642026-03-20T18:22:05.409Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30652026-03-20T18:22:05.443Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30662026-03-20T18:22:05.595Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30672026-03-20T18:22:05.697Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30682026-03-20T18:22:05.903Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30692026-03-20T18:22:05.932Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30702026-03-20T18:22:06.030Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-03-20T18:22:06.152Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30722026-03-20T18:22:06.183Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30732026-03-20T18:22:06.372Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742026-03-20T18:22:06.615Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30752026-03-20T18:22:06.645Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-03-20T18:22:06.675Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30772026-03-20T18:22:06.887Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30782026-03-20T18:22:06.986Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30792026-03-20T18:22:07.015Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30802026-03-20T18:22:07.314Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30812026-03-20T18:22:07.399Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30822026-03-20T18:22:07.607Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30832026-03-20T18:22:07.722Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30842026-03-20T18:22:07.779Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30852026-03-20T18:22:07.881Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30862026-03-20T18:22:07.946Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30872026-03-20T18:22:08.169Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30882026-03-20T18:22:08.231Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30892026-03-20T18:22:08.271Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30902026-03-20T18:22:08.423Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-03-20T18:22:08.483Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30922026-03-20T18:22:08.523Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30932026-03-20T18:22:08.552Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30942026-03-20T18:22:08.838Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30952026-03-20T18:22:08.841Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30962026-03-20T18:22:08.894Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30972026-03-20T18:22:08.897Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30982026-03-20T18:22:09.156Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30992026-03-20T18:22:09.184Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31002026-03-20T18:22:09.214Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31012026-03-20T18:22:09.436Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31022026-03-20T18:22:09.494Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31032026-03-20T18:22:09.533Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31042026-03-20T18:22:09.576Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31052026-03-20T18:22:09.747Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31062026-03-20T18:22:09.786Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-03-20T18:22:09.849Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31082026-03-20T18:22:10.102Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31092026-03-20T18:22:10.131Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31102026-03-20T18:22:10.160Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31112026-03-20T18:22:10.225Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31122026-03-20T18:22:10.455Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31132026-03-20T18:22:10.883Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31142026-03-20T18:22:10.973Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31152026-03-20T18:22:12.002Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31162026-03-20T18:22:12.035Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31172026-03-20T18:22:12.324Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31182026-03-20T18:22:12.559Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31192026-03-20T18:22:12.758Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31202026-03-20T18:22:12.802Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31212026-03-20T18:22:12.872Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31222026-03-20T18:22:13.145Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31232026-03-20T18:22:13.469Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31242026-03-20T18:22:13.844Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31252026-03-20T18:22:13.915Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31262026-03-20T18:22:14.203Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31272026-03-20T18:22:14.237Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31282026-03-20T18:22:14.289Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31292026-03-20T18:22:14.814Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-03-20T18:22:15.198Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31312026-03-20T18:22:15.524Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-20T18:22:15.572Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31332026-03-20T18:22:15.809Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31342026-03-20T18:22:16.222Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31352026-03-20T18:22:16.719Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31362026-03-20T18:22:16.831Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372026-03-20T18:22:17.658Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31382026-03-20T18:22:17.944Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31392026-03-20T18:22:18.328Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31402026-03-20T18:22:19.054Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31412026-03-20T18:22:19.136Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31422026-03-20T18:22:19.579Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31432026-03-20T18:22:19.681Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31442026-03-20T18:22:19.803Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31452026-03-20T18:22:19.911Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31462026-03-20T18:22:19.969Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31472026-03-20T18:22:20.154Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31482026-03-20T18:22:20.515Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31492026-03-20T18:22:20.577Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31502026-03-20T18:22:20.755Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31512026-03-20T18:22:20.794Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31522026-03-20T18:22:20.934Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31532026-03-20T18:22:21.122Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31542026-03-20T18:22:21.751Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-03-20T18:22:22.103Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31562026-03-20T18:22:22.192Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31572026-03-20T18:22:23.282Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31582026-03-20T18:22:23.601Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31592026-03-20T18:22:23.631Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31602026-03-20T18:22:23.978Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31612026-03-20T18:22:24.552Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-20T18:22:24.583Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31632026-03-20T18:22:24.659Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31642026-03-20T18:22:25.222Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31652026-03-20T18:22:25.497Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31662026-03-20T18:22:25.666Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31672026-03-20T18:22:25.860Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31682026-03-20T18:22:25.998Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31692026-03-20T18:22:27.411Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31702026-03-20T18:22:27.537Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-03-20T18:22:27.747Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-20T18:22:28.262Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-03-20T18:22:28.894Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-03-20T18:22:30.433Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-03-20T18:22:31.285Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31762026-03-20T18:22:31.537Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31772026-03-20T18:22:31.936Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-03-20T18:22:32.282Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31792026-03-20T18:22:32.330Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31802026-03-20T18:22:32.363Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812026-03-20T18:22:32.604Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31822026-03-20T18:22:32.868Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31832026-03-20T18:22:33.345Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31842026-03-20T18:22:33.778Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31852026-03-20T18:22:34.364Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-03-20T18:22:35.394Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-03-20T18:22:35.452Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882026-03-20T18:22:35.628Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-20T18:22:35.971Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-20T18:22:36.865Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31912026-03-20T18:22:40.871Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31922026-03-20T18:22:41.313Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31932026-03-20T18:22:42.155Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31942026-03-20T18:22:42.736Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31952026-03-20T18:22:43.837Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31962026-03-20T18:22:44.417Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-03-20T18:22:46.222Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31982026-03-20T18:22:46.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31992026-03-20T18:22:46.713Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32002026-03-20T18:22:47.222Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32012026-03-20T18:22:47.690Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32022026-03-20T18:22:48.060Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032026-03-20T18:22:48.113Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32042026-03-20T18:22:48.189Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-20T18:22:48.594Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-03-20T18:22:48.806Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-20T18:22:49.086Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32082026-03-20T18:22:49.125Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32092026-03-20T18:22:49.598Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32102026-03-20T18:22:49.629Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-03-20T18:22:50.039Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-03-20T18:22:50.374Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32132026-03-20T18:22:50.734Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32142026-03-20T18:22:51.450Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-03-20T18:22:51.677Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32162026-03-20T18:22:52.635Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-20T18:22:53.070Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32182026-03-20T18:22:53.524Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-03-20T18:22:54.684Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32202026-03-20T18:22:55.941Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-03-20T18:22:55.993Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-20T18:23:00.940Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-03-20T18:23:01.314Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32242026-03-20T18:23:06.108Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32252026-03-20T18:23:06.366Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-03-20T18:23:06.366Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-03-20T18:23:06.837Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32282026-03-20T18:23:07.520Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292026-03-20T18:23:09.849Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32302026-03-20T18:23:10.555Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-20T18:23:11.696Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-20T18:23:12.502Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32332026-03-20T18:23:14.981Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-03-20T18:23:15.515Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-03-20T18:23:15.608Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-20T18:23:16.285Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32372026-03-20T18:23:16.642Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32382026-03-20T18:23:19.035Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32392026-03-20T18:23:21.208Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32402026-03-20T18:23:24.524Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32412026-03-20T18:23:25.807Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-03-20T18:23:27.142Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32432026-03-20T18:23:28.064Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-03-20T18:23:28.997Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-03-20T18:23:29.944Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32462026-03-20T18:23:30.995Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-03-20T18:23:32.250Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32482026-03-20T18:23:33.101Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32492026-03-20T18:23:34.113Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-03-20T18:23:35.248Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32512026-03-20T18:23:35.562Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32522026-03-20T18:23:37.286Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32532026-03-20T18:23:40.915Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-03-20T18:23:40.959Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32552026-03-20T18:23:41.169Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32562026-03-20T18:23:42.115Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32572026-03-20T18:23:47.120Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32582026-03-20T18:23:47.711Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32592026-03-20T18:23:49.489Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32602026-03-20T18:23:50.847Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32612026-03-20T18:23:51.790Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-03-20T18:23:55.219Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32632026-03-20T18:23:56.051Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-03-20T18:23:57.223Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32652026-03-20T18:24:00.228Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-03-20T18:24:01.054Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32672026-03-20T18:24:03.903Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32682026-03-20T18:24:05.675Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-03-20T18:24:07.715Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32702026-03-20T18:24:09.812Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32712026-03-20T18:24:11.996Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32722026-03-20T18:24:14.072Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32732026-03-20T18:24:16.372Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32742026-03-20T18:24:18.608Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32752026-03-20T18:24:24.380Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32762026-03-20T18:24:25.774Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772026-03-20T18:24:26.362Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782026-03-20T18:24:28.281Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-03-20T18:24:30.711Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32802026-03-20T18:24:33.132Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-20T18:24:35.581Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32822026-03-20T18:24:38.452Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32832026-03-20T18:24:40.815Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842026-03-20T18:24:43.217Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852026-03-20T18:24:46.073Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32862026-03-20T18:24:48.208Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32872026-03-20T18:24:50.584Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32882026-03-20T18:24:53.010Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32892026-03-20T18:24:55.447Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-20T18:24:57.639Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-03-20T18:25:00.301Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32922026-03-20T18:25:02.543Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32932026-03-20T18:25:04.909Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32942026-03-20T18:25:07.469Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-03-20T18:25:09.987Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-03-20T18:25:12.568Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32972026-03-20T18:25:15.547Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32982026-03-20T18:25:17.819Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32992026-03-20T18:25:20.361Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33002026-03-20T18:25:23.021Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33012026-03-20T18:25:25.633Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33022026-03-20T18:25:30.849Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-20T18:25:33.320Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-20T18:25:37.927Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33052026-03-20T18:25:39.149Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33062026-03-20T18:25:41.941Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33072026-03-20T18:25:44.773Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33082026-03-20T18:25:45.333Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-03-20T18:25:50.400Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33102026-03-20T18:25:53.305Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33112026-03-20T18:25:56.110Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33122026-03-20T18:25:58.869Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33132026-03-20T18:26:01.784Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33142026-03-20T18:26:04.541Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33152026-03-20T18:26:07.432Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33162026-03-20T18:26:10.801Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33172026-03-20T18:26:13.490Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-03-20T18:26:15.975Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-03-20T18:26:19.030Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-03-20T18:26:21.630Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33212026-03-20T18:26:24.574Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33222026-03-20T18:26:27.403Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33232026-03-20T18:26:30.371Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33242026-03-20T18:26:33.275Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33252026-03-20T18:26:36.043Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33262026-03-20T18:26:39.306Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33272026-03-20T18:26:42.158Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33282026-03-20T18:26:45.045Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33292026-03-20T18:26:48.513Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-03-20T18:26:56.020Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-03-20T18:26:56.097Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-03-20T18:26:57.250Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33332026-03-20T18:27:00.100Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-03-20T18:27:03.180Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-03-20T18:27:06.229Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-03-20T18:27:09.312Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33372026-03-20T18:27:12.600Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-03-20T18:27:15.690Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33392026-03-20T18:27:18.725Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33402026-03-20T18:27:21.769Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33412026-03-20T18:27:24.981Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33422026-03-20T18:27:28.134Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33432026-03-20T18:27:31.397Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-03-20T18:27:35.036Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33452026-03-20T18:27:37.861Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33462026-03-20T18:27:40.997Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33472026-03-20T18:27:50.245Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33482026-03-20T18:27:50.372Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33492026-03-20T18:27:56.123Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33502026-03-20T18:27:59.677Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33512026-03-20T18:28:04.047Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33522026-03-20T18:28:08.565Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33532026-03-20T18:28:13.161Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33542026-03-20T18:28:17.767Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33552026-03-20T18:28:22.323Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33562026-03-20T18:28:26.961Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33572026-03-20T18:28:31.577Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33582026-03-20T18:28:36.005Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33592026-03-20T18:28:40.604Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33602026-03-20T18:28:45.132Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33612026-03-20T18:28:49.735Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33622026-03-20T18:28:54.275Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33632026-03-20T18:28:58.838Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33642026-03-20T18:29:03.416Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33652026-03-20T18:29:08.114Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33662026-03-20T18:29:12.863Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33672026-03-20T18:29:17.294Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33682026-03-20T18:29:22.037Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33692026-03-20T18:29:26.497Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33702026-03-20T18:29:31.198Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33712026-03-20T18:30:07.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 07s
33722026-03-20T18:30:08.206Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33732026-03-20T18:30:08.327Z
33742026-03-20T18:30:08.330Zreal 8:07.753740571
33752026-03-20T18:30:08.331Zuser 23:44.643534747
33762026-03-20T18:30:08.331Zsys 4:28.367106539
33772026-03-20T18:30:08.331Ztrap 0.420838880
33782026-03-20T18:30:08.331Ztflt 0.055161542
33792026-03-20T18:30:08.331Zdflt 0.022156645
33802026-03-20T18:30:08.331Zkflt 0.000080153
33812026-03-20T18:30:08.331Zlock 7:20:45.307546774
33822026-03-20T18:30:08.331Zslp 2:42:03.983799736
33832026-03-20T18:30:08.331Zlat 33.814439709
33842026-03-20T18:30:08.331Zstop 1:58.383301758
33852026-03-20T18:30:08.331Zprocess exited: duration 1070902 ms, exit code 0
 
33862026-03-20T18:30:08.343Zfound 0 output files