01KKM3NJ6YT73TD9SXTWFQS68F: clippy (helios)

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

Buildomat Job: 01KKM3P82P8D461R1HW659F6GR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T17:26:26.894Zjob assigned to worker 01KKM3PFE74WCCTW342ZJ0KPNR [factory aws, i-00ed16942cc71a7aa] (queued for 1 m 11 s)
 
22026-03-13T17:26:34.961Zstarting task 0: "setup"
32026-03-13T17:26:34.967Z++ uname -s
42026-03-13T17:26:34.971Z+ kern=SunOS
52026-03-13T17:26:34.971Z+ build_user=build
62026-03-13T17:26:34.971Z+ build_uid=12345
72026-03-13T17:26:34.971Z+ work_dir=/work
82026-03-13T17:26:34.971Z+ input_dir=/input
92026-03-13T17:26:34.971Z+ [[ 0 == 12345 ]]
102026-03-13T17:26:34.971Z+ case "$kern" in
112026-03-13T17:26:34.971Z+ groupadd -g 12345 build
122026-03-13T17:26:34.971Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T17:26:36.977Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T17:26:37.053Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T17:26:37.056Z+ home_fs=zfs
162026-03-13T17:26:37.056Z+ [[ zfs == autofs ]]
172026-03-13T17:26:37.056Z+ mkdir -p /home/build
182026-03-13T17:26:37.056Z+ chown build:build /home/build /work
192026-03-13T17:26:39.057Z+ chmod 0700 /home/build /work
202026-03-13T17:26:39.060Zprocess exited: duration 4101 ms, exit code 0
 
212026-03-13T17:26:39.068Zstarting task 1: "rust-toolchain"
222026-03-13T17:26:39.073Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T17:26:39.073Z * rust toolchain channel = "1.91.1"
242026-03-13T17:26:39.073Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T17:26:39.073Z * rust toolchain profile = "default"
262026-03-13T17:26:39.073Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T17:26:39.073Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T17:26:39.076Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T17:26:39.076Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T17:26:39.195Zinfo: downloading installer
312026-03-13T17:26:40.881Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T17:26:40.881Zwarn: /opt/ooce/bin
332026-03-13T17:26:40.881Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T17:26:40.881Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T17:26:40.881Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T17:26:40.881Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T17:26:40.881Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T17:26:40.881Zerror: cannot install while Rust is installed
392026-03-13T17:26:40.882Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T17:26:40.882Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T17:26:40.882Zwarn: /home/build/.rustup/settings.toml
422026-03-13T17:26:40.882Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T17:26:40.882Zwarn: instead of the one inferred from the default host triple.
442026-03-13T17:26:40.908Zinfo: profile set to default
452026-03-13T17:26:40.909Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T17:26:40.912Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T17:26:41.070Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T17:26:41.076Zinfo: downloading 6 components
492026-03-13T17:26:56.305Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T17:26:56.305Z
512026-03-13T17:26:56.345Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T17:26:56.345Z
532026-03-13T17:26:56.349Z
542026-03-13T17:26:56.349ZRust is installed now. Great!
552026-03-13T17:26:56.349Z
562026-03-13T17:26:56.349ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T17:26:56.349Zenvironment variable. This has not been done automatically.
582026-03-13T17:26:56.349Z
592026-03-13T17:26:56.349ZTo configure your current shell, you need to source
602026-03-13T17:26:56.349Zthe corresponding env file under $HOME/.cargo.
612026-03-13T17:26:56.349Z
622026-03-13T17:26:56.349ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T17:26:56.349Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T17:26:56.349Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T17:26:56.349Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T17:26:56.349Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T17:26:56.349Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T17:26:56.349Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T17:26:56.349Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T17:26:56.349Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T17:26:56.519Z+ rustup --version
722026-03-13T17:26:56.524Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T17:26:56.524Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T17:26:56.524Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T17:26:56.524Z+ cargo --version
762026-03-13T17:26:56.524Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T17:26:56.524Z+ rustc --version
782026-03-13T17:26:56.544Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T17:26:56.552Zprocess exited: duration 17483 ms, exit code 0
 
802026-03-13T17:26:56.561Zstarting task 2: "authentication"
812026-03-13T17:26:56.579Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T17:26:56.585Zstarting task 3: "clone repository"
832026-03-13T17:26:56.589Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T17:26:56.593Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T17:26:56.626ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T17:27:06.551Z+ cd /work/oxidecomputer/omicron
872026-03-13T17:27:06.551Z+ git fetch origin 0773b8ba653088687422d12f71e48e0d78024a84
882026-03-13T17:27:06.843ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T17:27:06.843Z * branch 0773b8ba653088687422d12f71e48e0d78024a84 -> FETCH_HEAD
902026-03-13T17:27:06.855Z+ [[ -n andy/pgsql18 ]]
912026-03-13T17:27:06.857Z++ git branch --show-current
922026-03-13T17:27:06.857Z+ current=main
932026-03-13T17:27:06.857Z+ [[ main != andy/pgsql18 ]]
942026-03-13T17:27:06.858Z+ git branch -f andy/pgsql18 0773b8ba653088687422d12f71e48e0d78024a84
952026-03-13T17:27:06.861Z+ git checkout -f andy/pgsql18
962026-03-13T17:27:07.183ZSwitched to branch 'andy/pgsql18'
972026-03-13T17:27:07.186Z+ git reset --hard 0773b8ba653088687422d12f71e48e0d78024a84
982026-03-13T17:27:07.209ZHEAD is now at 0773b8ba6 Use PostgreSQL v18 client libraries
992026-03-13T17:27:07.212Zprocess exited: duration 10626 ms, exit code 0
 
1002026-03-13T17:27:07.219Zstarting task 4: "build"
1012026-03-13T17:27:07.222Z+ source ./env.sh
1022026-03-13T17:27:07.222Z++ OLD_SHELL_OPTS=ehxB
1032026-03-13T17:27:07.222Z++ set -o xtrace
1042026-03-13T17:27:07.228Z++++ dirname ./env.sh
1052026-03-13T17:27:07.231Z+++ readlink -f .
1062026-03-13T17:27:07.231Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-13T17:27:07.231Z++ 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-13T17:27:07.231Z++ 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-13T17:27:07.231Z++ 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-13T17:27:07.232Z++ 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-13T17:27:07.232Z++ 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-13T17:27:07.232Z++ 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-13T17:27:07.232Z++ 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-13T17:27:07.232Z++ 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-13T17:27:07.232Z++ case $OLD_SHELL_OPTS in
1162026-03-13T17:27:07.232Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-13T17:27:07.232Z+ source .github/buildomat/ci-env.sh
1182026-03-13T17:27:07.232Z++ export CARGO_TERM_COLOR=always
1192026-03-13T17:27:07.232Z++ CARGO_TERM_COLOR=always
1202026-03-13T17:27:07.232Z+ cargo --version
1212026-03-13T17:27:07.240Zcargo 1.91.1 (ea2d97820 2025-10-10)
1222026-03-13T17:27:07.243Z+ rustc --version
1232026-03-13T17:27:07.268Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1242026-03-13T17:27:07.272Z+ banner prerequisites
1252026-03-13T17:27:07.275Z
1262026-03-13T17:27:07.275Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-13T17:27:07.275Z # # # # # # # # # # # # # # #
1282026-03-13T17:27:07.276Z # # # # ##### # # ##### # # # # # #### #
1292026-03-13T17:27:07.276Z ##### ##### # ##### # # # # # # # # #
1302026-03-13T17:27:07.276Z # # # # # # # # # # # # # # #
1312026-03-13T17:27:07.276Z # # # ###### # # ###### ### # #### # #### #
1322026-03-13T17:27:07.276Z
1332026-03-13T17:27:07.276Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-13T17:27:17.354Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-13T17:27:26.999Z Startup: Caching catalogs ... Done
1362026-03-13T17:27:49.425ZPlanning: Solver setup ... Done (20.840s)
1372026-03-13T17:27:49.574ZPlanning: Running solver ... Done (0.151s)
1382026-03-13T17:27:49.747ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-13T17:27:49.767ZPlanning: Fetching manifests: 0/5 0% complete
1402026-03-13T17:27:53.339ZPlanning: Fetching manifests: 5/5 100% complete
1412026-03-13T17:27:53.367ZPlanning: Package planning ... Done (0.051s)
1422026-03-13T17:27:53.424ZPlanning: Merging actions ... Done (0.052s)
1432026-03-13T17:27:53.695ZPlanning: Checking for conflicting actions ... Done (0.243s)
1442026-03-13T17:27:53.703ZPlanning: Consolidating action changes ... Done (0.013s)
1452026-03-13T17:27:54.476ZPlanning: Evaluating mediators ... Done (0.807s)
1462026-03-13T17:27:54.490ZPlanning: Planning completed in 27.35 seconds
1472026-03-13T17:27:54.500Z Packages to install: 5
1482026-03-13T17:27:54.527Z Mediators to change: 3
1492026-03-13T17:27:54.527Z Services to change: 1
1502026-03-13T17:27:54.527Z Estimated space available: 155.43 GB
1512026-03-13T17:27:54.527ZEstimated space to be consumed: 1.86 GB
1522026-03-13T17:27:54.527Z Create boot environment: No
1532026-03-13T17:27:54.527ZCreate backup boot environment: No
1542026-03-13T17:27:54.527Z Rebuild boot archive: No
1552026-03-13T17:27:54.527Z
1562026-03-13T17:27:54.528ZChanged mediators:
1572026-03-13T17:27:54.528Z mediator clang:
1582026-03-13T17:27:54.528Z version: None -> 15 (system default)
1592026-03-13T17:27:54.528Z
1602026-03-13T17:27:54.528Z mediator llvm:
1612026-03-13T17:27:54.528Z version: 14 (system default) -> 15 (system default)
1622026-03-13T17:27:54.528Z
1632026-03-13T17:27:54.528Z mediator postgresql:
1642026-03-13T17:27:54.528Z version: 15 (system default) -> 18 (system default)
1652026-03-13T17:27:54.528Z
1662026-03-13T17:27:54.528ZChanged packages:
1672026-03-13T17:27:54.528Zhelios-dev
1682026-03-13T17:27:54.528Z developer/build-essential
1692026-03-13T17:27:54.528Z None -> 11-2.0
1702026-03-13T17:27:54.528Z library/libxmlsec1
1712026-03-13T17:27:54.529Z None -> 1.2.35-2.0
1722026-03-13T17:27:54.529Z ooce/developer/clang-15
1732026-03-13T17:27:54.529Z None -> 15.0.7-2.0
1742026-03-13T17:27:54.529Z ooce/developer/llvm-15
1752026-03-13T17:27:54.529Z None -> 15.0.7-2.0
1762026-03-13T17:27:54.529Z ooce/library/postgresql-18
1772026-03-13T17:27:54.529Z None -> 18.1-2.0
1782026-03-13T17:27:54.529Z
1792026-03-13T17:27:54.529ZServices:
1802026-03-13T17:27:54.529Z restart_fmri:
1812026-03-13T17:27:54.529Z svc:/system/update-man-index:default
1822026-03-13T17:27:54.552Z
1832026-03-13T17:27:54.552ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-03-13T17:28:02.527ZDownload: 213/4272 items 1.3/219.0MB 0% complete (2.6M/s)
1852026-03-13T17:28:07.514ZDownload: 1564/4272 items 116.9/219.0MB 53% complete (12.2M/s)
1862026-03-13T17:28:14.247ZDownload: 2222/4272 items 118.6/219.0MB 54% complete (17.1M/s)
1872026-03-13T17:28:19.355ZDownload: 3276/4272 items 210.3/219.0MB 96% complete (9.2M/s)
1882026-03-13T17:28:22.771ZDownload: Completed 218.99 MB in 28.22 seconds (7.8M/s)
1892026-03-13T17:28:22.952Z Actions: 1/4789 actions (Installing new actions)
1902026-03-13T17:28:27.326Z Actions: Completed 4789 actions in 4.37 seconds.
1912026-03-13T17:28:27.784Z Done (0.387s)
1922026-03-13T17:28:27.785Z Done (0.000s)
1932026-03-13T17:28:28.743Z Done (1.011s)
1942026-03-13T17:28:32.755Z Done (3.668s)
1952026-03-13T17:28:32.816Z Done (0.018s)
1962026-03-13T17:28:32.818Z Done (0.000s)
1972026-03-13T17:28:32.984Z Done (0.000s)
1982026-03-13T17:28:33.939ZPlanning: Evaluating mediator changes ... Done
1992026-03-13T17:28:37.515ZPlanning: Checking for conflicting actions ... Done
2002026-03-13T17:28:37.564ZPlanning: Consolidating action changes ... Done
2012026-03-13T17:28:37.564ZPlanning: Evaluating mediators ... Done
2022026-03-13T17:28:37.564ZPlanning: Planning completed in 0.37 seconds
2032026-03-13T17:28:37.564Z Mediators to change: 2
2042026-03-13T17:28:37.564Z Create boot environment: No
2052026-03-13T17:28:37.564ZCreate backup boot environment: No
2062026-03-13T17:28:37.564Z Done
2072026-03-13T17:28:37.564Z Done
2082026-03-13T17:28:37.565Z Done
2092026-03-13T17:28:38.488Z Done
2102026-03-13T17:28:38.574Z Done
2112026-03-13T17:28:38.587Z Done
2122026-03-13T17:28:38.706Z Done
2132026-03-13T17:28:39.042ZPlanning: Evaluating mediator changes ... Done
2142026-03-13T17:28:39.189ZPlanning: Checking for conflicting actions ... Done
2152026-03-13T17:28:39.193ZPlanning: Consolidating action changes ... Done
2162026-03-13T17:28:39.409ZPlanning: Evaluating mediators ... Done
2172026-03-13T17:28:39.413ZPlanning: Planning completed in 0.37 seconds
2182026-03-13T17:28:39.439Z Mediators to change: 1
2192026-03-13T17:28:39.439Z Create boot environment: No
2202026-03-13T17:28:39.441ZCreate backup boot environment: No
2212026-03-13T17:28:39.498Z Done
2222026-03-13T17:28:39.498Z Done
2232026-03-13T17:28:40.217Z Done
2242026-03-13T17:28:43.565Z Done
2252026-03-13T17:28:43.666Z Done
2262026-03-13T17:28:43.697Z Done
2272026-03-13T17:28:43.764Z Done
2282026-03-13T17:28:44.158ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-13T17:28:44.158Zclang system 15 system
2302026-03-13T17:28:44.158Zcsh system system illumos
2312026-03-13T17:28:44.158Zctags system system illumos
2322026-03-13T17:28:44.158Zfile system system illumos
2332026-03-13T17:28:44.158Zgcc vendor 12 vendor
2342026-03-13T17:28:44.158Zgcc system 10 system
2352026-03-13T17:28:44.158Zgcc system 7 system
2362026-03-13T17:28:44.159Zgo system 1.20 system
2372026-03-13T17:28:44.159Zgo system 1.19 system
2382026-03-13T17:28:44.159Zllvm system 15 system
2392026-03-13T17:28:44.159Zllvm system 14 system
2402026-03-13T17:28:44.159Zmariadb system 10.6 system
2412026-03-13T17:28:44.159Zmta vendor vendor dma
2422026-03-13T17:28:44.159Zopenjdk system 17 system
2432026-03-13T17:28:44.159Zopenjdk system 11 system
2442026-03-13T17:28:44.159Zopenjdk system 1.8 system
2452026-03-13T17:28:44.159Zopenssl vendor 3 vendor
2462026-03-13T17:28:44.159Zperl system 5.36 system
2472026-03-13T17:28:44.159Zpostgresql system 18 system
2482026-03-13T17:28:44.160Zpostgresql system 15 system
2492026-03-13T17:28:44.160Zpostgresql system 13 system
2502026-03-13T17:28:44.160Zpython vendor 3 vendor
2512026-03-13T17:28:44.160Zpython system 2 system
2522026-03-13T17:28:44.160Zpython3 system 3.11 system
2532026-03-13T17:28:44.160Zruby system 3.0 system
2542026-03-13T17:28:44.160Zwords vendor vendor american-english
2552026-03-13T17:28:44.160Zwords system system australian-english
2562026-03-13T17:28:44.160Zwords system system british-english
2572026-03-13T17:28:44.160Zwords system system canadian-english
2582026-03-13T17:28:44.161Zwords system system french
2592026-03-13T17:28:44.161Zwords system system italian
2602026-03-13T17:28:44.161Zwords system system ngerman
2612026-03-13T17:28:44.161Zwords system system ogerman
2622026-03-13T17:28:44.161Zwords system system spanish
2632026-03-13T17:28:44.439ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-13T17:28:44.439Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-13T17:28:50.538ZFMRI IFO
2662026-03-13T17:28:50.539Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-13T17:28:50.539Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-13T17:28:50.539Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-13T17:28:50.539Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-13T17:28:50.539Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-13T17:28:50.539Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-13T17:28:50.539Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-03-13T17:28:50.539Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-03-13T17:28:50.539Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-03-13T17:28:50.539Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-03-13T17:28:50.539Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-03-13T17:28:50.539Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-03-13T17:28:50.539Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-03-13T17:28:50.539Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-03-13T17:28:50.539Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-03-13T17:28:50.539Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-03-13T17:28:50.539Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-03-13T17:28:51.758Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-03-13T17:28:52.013Z Updating crates.io index
2852026-03-13T17:28:52.018Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-03-13T17:28:52.504Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-03-13T17:28:52.897Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-03-13T17:28:53.191Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-03-13T17:28:53.605Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902026-03-13T17:28:54.276Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-03-13T17:28:54.882Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-03-13T17:28:56.227Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932026-03-13T17:28:57.759Z Updating git repository `https://github.com/oxidecomputer/opte`
2942026-03-13T17:28:59.487Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952026-03-13T17:28:59.813Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2962026-03-13T17:29:00.754Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972026-03-13T17:29:01.166Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982026-03-13T17:29:01.627Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992026-03-13T17:29:01.986Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002026-03-13T17:29:03.385Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012026-03-13T17:29:03.878Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-03-13T17:29:04.266Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3032026-03-13T17:29:04.585Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3042026-03-13T17:29:04.888Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052026-03-13T17:29:05.174Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062026-03-13T17:29:05.419Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072026-03-13T17:29:05.658Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3082026-03-13T17:29:06.055Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3092026-03-13T17:29:06.519Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3102026-03-13T17:29:06.964Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3112026-03-13T17:29:07.275Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3122026-03-13T17:29:07.596Z Updating git repository `https://github.com/oxidecomputer/ispf`
3132026-03-13T17:29:07.886Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-03-13T17:29:08.902Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-03-13T17:29:09.275Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-03-13T17:29:09.590Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-03-13T17:29:09.901Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-03-13T17:29:10.268Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-03-13T17:29:10.778Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-03-13T17:29:11.055Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-03-13T17:29:11.290Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-03-13T17:29:11.679Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-03-13T17:29:25.795Z Downloading crates ...
3242026-03-13T17:29:25.826Z Downloaded form_urlencoded v1.2.2
3252026-03-13T17:29:25.867Z Downloaded percent-encoding v2.3.2
3262026-03-13T17:29:25.870Z Downloaded anstream v0.6.21
3272026-03-13T17:29:25.870Z Downloaded hashbrown v0.16.1
3282026-03-13T17:29:25.870Z Downloaded textwrap v0.16.2
3292026-03-13T17:29:25.870Z Downloaded proc-macro-error-attr v1.0.4
3302026-03-13T17:29:25.870Z Downloaded icu_normalizer v2.1.1
3312026-03-13T17:29:25.871Z Downloaded yoke v0.8.1
3322026-03-13T17:29:25.871Z Downloaded anstyle v1.0.13
3332026-03-13T17:29:25.871Z Downloaded usdt v0.5.0
3342026-03-13T17:29:25.871Z Downloaded cargo-platform v0.2.0
3352026-03-13T17:29:25.871Z Downloaded bitflags v2.11.0
3362026-03-13T17:29:25.912Z Downloaded usdt-macro v0.5.0
3372026-03-13T17:29:25.913Z Downloaded icu_provider v2.1.1
3382026-03-13T17:29:25.913Z Downloaded usdt-attr-macro v0.5.0
3392026-03-13T17:29:25.961Z Downloaded unicode-linebreak v0.1.5
3402026-03-13T17:29:25.961Z Downloaded thiserror-impl v2.0.18
3412026-03-13T17:29:25.961Z Downloaded version_check v0.9.5
3422026-03-13T17:29:25.961Z Downloaded tabled_derive v0.7.0
3432026-03-13T17:29:25.961Z Downloaded toml_write v0.1.2
3442026-03-13T17:29:25.961Z Downloaded is_terminal_polyfill v1.70.2
3452026-03-13T17:29:25.961Z Downloaded displaydoc v0.2.5
3462026-03-13T17:29:25.961Z Downloaded yoke-derive v0.8.1
3472026-03-13T17:29:25.962Z Downloaded byteorder v1.5.0
3482026-03-13T17:29:25.962Z Downloaded usdt-impl v0.5.0
3492026-03-13T17:29:25.962Z Downloaded utf8parse v0.2.2
3502026-03-13T17:29:25.962Z Downloaded typeid v1.0.3
3512026-03-13T17:29:25.962Z Downloaded cfg-if v1.0.4
3522026-03-13T17:29:25.962Z Downloaded cargo_toml v0.21.0
3532026-03-13T17:29:25.962Z Downloaded anstyle-parse v0.2.7
3542026-03-13T17:29:25.962Z Downloaded litemap v0.8.1
3552026-03-13T17:29:25.962Z Downloaded zerofrom-derive v0.1.6
3562026-03-13T17:29:25.962Z Downloaded idna_adapter v1.2.1
3572026-03-13T17:29:25.962Z Downloaded utf8_iter v1.0.4
3582026-03-13T17:29:25.962Z Downloaded cpufeatures v0.2.17
3592026-03-13T17:29:25.962Z Downloaded thiserror-impl v1.0.69
3602026-03-13T17:29:25.962Z Downloaded colorchoice v1.0.4
3612026-03-13T17:29:25.962Z Downloaded scroll_derive v0.12.1
3622026-03-13T17:29:25.962Z Downloaded zerofrom v0.1.6
3632026-03-13T17:29:25.962Z Downloaded unicode-xid v0.2.6
3642026-03-13T17:29:25.962Z Downloaded thiserror v2.0.18
3652026-03-13T17:29:25.963Z Downloaded heck v0.5.0
3662026-03-13T17:29:25.963Z Downloaded fastrand v2.3.0
3672026-03-13T17:29:25.963Z Downloaded ordered-float v2.10.1
3682026-03-13T17:29:25.963Z Downloaded fnv v1.0.7
3692026-03-13T17:29:25.963Z Downloaded anstyle-query v1.1.5
3702026-03-13T17:29:25.963Z Downloaded dof v0.3.0
3712026-03-13T17:29:25.963Z Downloaded toml_datetime v0.6.11
3722026-03-13T17:29:25.963Z Downloaded macaddr v1.0.1
3732026-03-13T17:29:25.963Z Downloaded camino-tempfile v1.4.1
3742026-03-13T17:29:25.963Z Downloaded zerovec-derive v0.11.2
3752026-03-13T17:29:25.963Z Downloaded thread-id v4.2.2
3762026-03-13T17:29:25.963Z Downloaded zerocopy-derive v0.7.35
3772026-03-13T17:29:25.964Z Downloaded potential_utf v0.1.4
3782026-03-13T17:29:25.964Z Downloaded tinystr v0.8.2
3792026-03-13T17:29:25.964Z Downloaded zmij v1.0.21
3802026-03-13T17:29:25.964Z Downloaded writeable v0.6.2
3812026-03-13T17:29:25.964Z Downloaded ucd-trie v0.1.7
3822026-03-13T17:29:26.001Z Downloaded swrite v0.1.0
3832026-03-13T17:29:26.001Z Downloaded serde-value v0.7.0
3842026-03-13T17:29:26.002Z Downloaded stable_deref_trait v1.2.1
3852026-03-13T17:29:26.002Z Downloaded pretty-hex v0.4.1
3862026-03-13T17:29:26.002Z Downloaded clap_lex v1.0.0
3872026-03-13T17:29:26.002Z Downloaded toml v0.8.23
3882026-03-13T17:29:26.002Z Downloaded dtrace-parser v0.2.0
3892026-03-13T17:29:26.002Z Downloaded terminal_size v0.4.3
3902026-03-13T17:29:26.002Z Downloaded serde-untagged v0.1.9
3912026-03-13T17:29:26.002Z Downloaded cargo_metadata v0.21.0
3922026-03-13T17:29:26.002Z Downloaded typenum v1.19.0
3932026-03-13T17:29:26.002Z Downloaded toml_edit v0.22.27
3942026-03-13T17:29:26.002Z Downloaded zerotrie v0.2.3
3952026-03-13T17:29:26.002Z Downloaded unicode-ident v1.0.24
3962026-03-13T17:29:26.002Z Downloaded url v2.5.8
3972026-03-13T17:29:26.002Z Downloaded crypto-common v0.1.7
3982026-03-13T17:29:26.003Z Downloaded errno v0.3.14
3992026-03-13T17:29:26.003Z Downloaded heck v0.4.1
4002026-03-13T17:29:26.003Z Downloaded block-buffer v0.10.4
4012026-03-13T17:29:26.003Z Downloaded plain v0.2.3
4022026-03-13T17:29:26.003Z Downloaded equivalent v1.0.2
4032026-03-13T17:29:26.003Z Downloaded zerovec v0.11.5
4042026-03-13T17:29:26.003Z Downloaded strsim v0.11.1
4052026-03-13T17:29:26.003Z Downloaded serde_spanned v0.6.9
4062026-03-13T17:29:26.003Z Downloaded generic-array v0.14.7
4072026-03-13T17:29:26.003Z Downloaded itoa v1.0.17
4082026-03-13T17:29:26.003Z Downloaded smawk v0.3.2
4092026-03-13T17:29:26.004Z Downloaded sha2 v0.10.9
4102026-03-13T17:29:26.004Z Downloaded digest v0.10.7
4112026-03-13T17:29:26.004Z Downloaded zerocopy v0.7.35
4122026-03-13T17:29:26.029Z Downloaded winnow v0.7.14
4132026-03-13T17:29:26.051Z Downloaded serde_tokenstream v0.2.3
4142026-03-13T17:29:26.051Z Downloaded unicode-width v0.1.14
4152026-03-13T17:29:26.051Z Downloaded memmap v0.7.0
4162026-03-13T17:29:26.051Z Downloaded autocfg v1.5.0
4172026-03-13T17:29:26.054Z Downloaded unicode-width v0.2.0
4182026-03-13T17:29:26.054Z Downloaded synstructure v0.13.2
4192026-03-13T17:29:26.054Z Downloaded semver v1.0.27
4202026-03-13T17:29:26.054Z Downloaded getrandom v0.4.1
4212026-03-13T17:29:26.054Z Downloaded erased-serde v0.4.9
4222026-03-13T17:29:26.055Z Downloaded smallvec v1.15.1
4232026-03-13T17:29:26.055Z Downloaded proc-macro-error v1.0.4
4242026-03-13T17:29:26.065Z Downloaded fs-err v3.3.0
4252026-03-13T17:29:26.065Z Downloaded once_cell v1.21.3
4262026-03-13T17:29:26.065Z Downloaded icu_collections v2.1.1
4272026-03-13T17:29:26.065Z Downloaded thiserror v1.0.69
4282026-03-13T17:29:26.065Z Downloaded log v0.4.29
4292026-03-13T17:29:26.065Z Downloaded clap_derive v4.5.55
4302026-03-13T17:29:26.065Z Downloaded cargo-util-schemas v0.8.2
4312026-03-13T17:29:26.065Z Downloaded bytecount v0.6.9
4322026-03-13T17:29:26.073Z Downloaded scroll v0.12.0
4332026-03-13T17:29:26.073Z Downloaded camino v1.2.2
4342026-03-13T17:29:26.079Z Downloaded quote v1.0.44
4352026-03-13T17:29:26.079Z Downloaded indexmap v2.13.0
4362026-03-13T17:29:26.084Z Downloaded serde_core v1.0.228
4372026-03-13T17:29:26.084Z Downloaded tempfile v3.25.0
4382026-03-13T17:29:26.090Z Downloaded anyhow v1.0.102
4392026-03-13T17:29:26.090Z Downloaded icu_normalizer_data v2.1.1
4402026-03-13T17:29:26.090Z Downloaded serde_derive v1.0.228
4412026-03-13T17:29:26.096Z Downloaded papergrid v0.11.0
4422026-03-13T17:29:26.096Z Downloaded proc-macro2 v1.0.106
4432026-03-13T17:29:26.157Z Downloaded pest_derive v2.8.6
4442026-03-13T17:29:26.157Z Downloaded num-traits v0.2.19
4452026-03-13T17:29:26.157Z Downloaded icu_properties v2.1.2
4462026-03-13T17:29:26.171Z Downloaded pest_generator v2.8.6
4472026-03-13T17:29:26.171Z Downloaded clap v4.5.60
4482026-03-13T17:29:26.171Z Downloaded pest_meta v2.8.6
4492026-03-13T17:29:26.171Z Downloaded icu_locale_core v2.1.1
4502026-03-13T17:29:26.171Z Downloaded memchr v2.8.0
4512026-03-13T17:29:26.171Z Downloaded serde v1.0.228
4522026-03-13T17:29:26.189Z Downloaded icu_properties_data v2.1.2
4532026-03-13T17:29:26.196Z Downloaded pest v2.8.6
4542026-03-13T17:29:26.196Z Downloaded serde_json v1.0.149
4552026-03-13T17:29:26.216Z Downloaded idna v1.1.0
4562026-03-13T17:29:26.226Z Downloaded clap_builder v4.5.60
4572026-03-13T17:29:26.226Z Downloaded goblin v0.8.2
4582026-03-13T17:29:26.230Z Downloaded tabled v0.15.0
4592026-03-13T17:29:26.245Z Downloaded syn v1.0.109
4602026-03-13T17:29:26.249Z Downloaded syn v2.0.117
4612026-03-13T17:29:26.268Z Downloaded rustix v1.1.3
4622026-03-13T17:29:26.399Z Downloaded libc v0.2.180
4632026-03-13T17:29:26.411Z Compiling proc-macro2 v1.0.106
4642026-03-13T17:29:26.411Z Compiling unicode-ident v1.0.24
4652026-03-13T17:29:26.411Z Compiling quote v1.0.44
4662026-03-13T17:29:26.412Z Compiling serde_core v1.0.228
4672026-03-13T17:29:26.412Z Compiling libc v0.2.180
4682026-03-13T17:29:26.412Z Compiling version_check v0.9.5
4692026-03-13T17:29:26.412Z Compiling serde v1.0.228
4702026-03-13T17:29:26.412Z Compiling stable_deref_trait v1.2.1
4712026-03-13T17:29:26.764Z Compiling memchr v2.8.0
4722026-03-13T17:29:26.776Z Compiling zmij v1.0.21
4732026-03-13T17:29:27.115Z Compiling itoa v1.0.17
4742026-03-13T17:29:27.159Z Compiling thiserror v1.0.69
4752026-03-13T17:29:27.203Z Compiling ucd-trie v0.1.7
4762026-03-13T17:29:27.360Z Compiling autocfg v1.5.0
4772026-03-13T17:29:27.601Z Compiling pest v2.8.6
4782026-03-13T17:29:27.648Z Compiling litemap v0.8.1
4792026-03-13T17:29:27.826Z Compiling writeable v0.6.2
4802026-03-13T17:29:27.847Z Compiling icu_normalizer_data v2.1.1
4812026-03-13T17:29:28.073Z Compiling rustix v1.1.3
4822026-03-13T17:29:28.096Z Compiling byteorder v1.5.0
4832026-03-13T17:29:28.280Z Compiling syn v2.0.117
4842026-03-13T17:29:28.303Z Compiling icu_properties_data v2.1.2
4852026-03-13T17:29:28.407Z Compiling errno v0.3.14
4862026-03-13T17:29:28.433Z Compiling serde_json v1.0.149
4872026-03-13T17:29:28.596Z Compiling bitflags v2.11.0
4882026-03-13T17:29:28.850Z Compiling num-traits v0.2.19
4892026-03-13T17:29:28.859Z Compiling hashbrown v0.16.1
4902026-03-13T17:29:29.083Z Compiling typeid v1.0.3
4912026-03-13T17:29:29.207Z Compiling pest_meta v2.8.6
4922026-03-13T17:29:29.417Z Compiling equivalent v1.0.2
4932026-03-13T17:29:29.441Z Compiling smallvec v1.15.1
4942026-03-13T17:29:29.530Z Compiling indexmap v2.13.0
4952026-03-13T17:29:29.719Z Compiling thread-id v4.2.2
4962026-03-13T17:29:29.829Z Compiling proc-macro-error-attr v1.0.4
4972026-03-13T17:29:29.892Z Compiling usdt-impl v0.5.0
4982026-03-13T17:29:29.914Z Compiling erased-serde v0.4.9
4992026-03-13T17:29:30.080Z Compiling syn v1.0.109
5002026-03-13T17:29:30.197Z Compiling winnow v0.7.14
5012026-03-13T17:29:30.283Z Compiling toml_write v0.1.2
5022026-03-13T17:29:30.763Z Compiling proc-macro-error v1.0.4
5032026-03-13T17:29:30.892Z Compiling plain v0.2.3
5042026-03-13T17:29:31.113Z Compiling utf8_iter v1.0.4
5052026-03-13T17:29:31.137Z Compiling getrandom v0.4.1
5062026-03-13T17:29:31.186Z Compiling log v0.4.29
5072026-03-13T17:29:31.422Z Compiling percent-encoding v2.3.2
5082026-03-13T17:29:31.492Z Compiling thiserror v2.0.18
5092026-03-13T17:29:31.520Z Compiling camino v1.2.2
5102026-03-13T17:29:31.567Z Compiling utf8parse v0.2.2
5112026-03-13T17:29:31.662Z Compiling form_urlencoded v1.2.2
5122026-03-13T17:29:31.715Z Compiling anstyle-parse v0.2.7
5132026-03-13T17:29:31.924Z Compiling ordered-float v2.10.1
5142026-03-13T17:29:32.139Z Compiling synstructure v0.13.2
5152026-03-13T17:29:32.198Z Compiling pest_generator v2.8.6
5162026-03-13T17:29:32.222Z Compiling terminal_size v0.4.3
5172026-03-13T17:29:32.391Z Compiling cfg-if v1.0.4
5182026-03-13T17:29:32.483Z Compiling anstyle-query v1.1.5
5192026-03-13T17:29:32.551Z Compiling is_terminal_polyfill v1.70.2
5202026-03-13T17:29:32.575Z Compiling anstyle v1.0.13
5212026-03-13T17:29:32.621Z Compiling pretty-hex v0.4.1
5222026-03-13T17:29:32.643Z Compiling colorchoice v1.0.4
5232026-03-13T17:29:32.787Z Compiling serde-untagged v0.1.9
5242026-03-13T17:29:32.833Z Compiling anstream v0.6.21
5252026-03-13T17:29:32.939Z Compiling semver v1.0.27
5262026-03-13T17:29:33.106Z Compiling fs-err v3.3.0
5272026-03-13T17:29:33.161Z Compiling anyhow v1.0.102
5282026-03-13T17:29:33.235Z Compiling fastrand v2.3.0
5292026-03-13T17:29:33.358Z Compiling strsim v0.11.1
5302026-03-13T17:29:33.382Z Compiling bytecount v0.6.9
5312026-03-13T17:29:33.403Z Compiling fnv v1.0.7
5322026-03-13T17:29:33.531Z Compiling unicode-xid v0.2.6
5332026-03-13T17:29:33.555Z Compiling heck v0.5.0
5342026-03-13T17:29:33.578Z Compiling clap_lex v1.0.0
5352026-03-13T17:29:33.744Z Compiling unicode-width v0.1.14
5362026-03-13T17:29:33.816Z Compiling heck v0.4.1
5372026-03-13T17:29:33.919Z Compiling once_cell v1.21.3
5382026-03-13T17:29:34.007Z Compiling clap_builder v4.5.60
5392026-03-13T17:29:34.037Z Compiling papergrid v0.11.0
5402026-03-13T17:29:34.194Z Compiling tempfile v3.25.0
5412026-03-13T17:29:34.248Z Compiling memmap v0.7.0
5422026-03-13T17:29:34.389Z Compiling unicode-linebreak v0.1.5
5432026-03-13T17:29:34.488Z Compiling unicode-width v0.2.0
5442026-03-13T17:29:34.693Z Compiling smawk v0.3.2
5452026-03-13T17:29:34.716Z Compiling camino-tempfile v1.4.1
5462026-03-13T17:29:34.740Z Compiling serde_derive v1.0.228
5472026-03-13T17:29:34.840Z Compiling zerofrom-derive v0.1.6
5482026-03-13T17:29:34.872Z Compiling yoke-derive v0.8.1
5492026-03-13T17:29:35.007Z Compiling zerovec-derive v0.11.2
5502026-03-13T17:29:35.030Z Compiling displaydoc v0.2.5
5512026-03-13T17:29:36.000Z Compiling thiserror-impl v1.0.69
5522026-03-13T17:29:36.023Z Compiling zerocopy-derive v0.7.35
5532026-03-13T17:29:36.460Z Compiling pest_derive v2.8.6
5542026-03-13T17:29:36.503Z Compiling scroll_derive v0.12.1
5552026-03-13T17:29:36.756Z Compiling zerofrom v0.1.6
5562026-03-13T17:29:36.923Z Compiling yoke v0.8.1
5572026-03-13T17:29:37.030Z Compiling thiserror-impl v2.0.18
5582026-03-13T17:29:37.166Z Compiling zerovec v0.11.5
5592026-03-13T17:29:37.190Z Compiling zerotrie v0.2.3
5602026-03-13T17:29:37.395Z Compiling zerocopy v0.7.35
5612026-03-13T17:29:37.584Z Compiling scroll v0.12.0
5622026-03-13T17:29:37.846Z Compiling tinystr v0.8.2
5632026-03-13T17:29:37.867Z Compiling potential_utf v0.1.4
5642026-03-13T17:29:37.936Z Compiling dtrace-parser v0.2.0
5652026-03-13T17:29:38.078Z Compiling icu_locale_core v2.1.1
5662026-03-13T17:29:38.114Z Compiling icu_collections v2.1.1
5672026-03-13T17:29:38.180Z Compiling goblin v0.8.2
5682026-03-13T17:29:38.229Z Compiling tabled_derive v0.7.0
5692026-03-13T17:29:38.852Z Compiling clap_derive v4.5.55
5702026-03-13T17:29:39.026Z Compiling icu_provider v2.1.1
5712026-03-13T17:29:39.064Z Compiling textwrap v0.16.2
5722026-03-13T17:29:39.352Z Compiling icu_normalizer v2.1.1
5732026-03-13T17:29:39.404Z Compiling serde_spanned v0.6.9
5742026-03-13T17:29:40.471Z Compiling toml_datetime v0.6.11
5752026-03-13T17:29:40.475Z Compiling icu_properties v2.1.2
5762026-03-13T17:29:40.475Z Compiling dof v0.3.0
5772026-03-13T17:29:40.475Z Compiling serde_tokenstream v0.2.3
5782026-03-13T17:29:40.475Z Compiling toml_edit v0.22.27
5792026-03-13T17:29:40.475Z Compiling serde-value v0.7.0
5802026-03-13T17:29:40.475Z Compiling cargo-platform v0.2.0
5812026-03-13T17:29:40.475Z Compiling tabled v0.15.0
5822026-03-13T17:29:40.475Z Compiling macaddr v1.0.1
5832026-03-13T17:29:40.827Z Compiling idna_adapter v1.2.1
5842026-03-13T17:29:40.916Z Compiling usdt-attr-macro v0.5.0
5852026-03-13T17:29:40.966Z Compiling idna v1.1.0
5862026-03-13T17:29:41.001Z Compiling usdt-macro v0.5.0
5872026-03-13T17:29:41.077Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-13T17:29:41.297Z Compiling clap v4.5.60
5892026-03-13T17:29:41.416Z Compiling url v2.5.8
5902026-03-13T17:29:41.822Z Compiling toml v0.8.23
5912026-03-13T17:29:41.846Z Compiling swrite v0.1.0
5922026-03-13T17:29:42.266Z Compiling usdt v0.5.0
5932026-03-13T17:29:42.357Z Compiling cargo-util-schemas v0.8.2
5942026-03-13T17:29:42.362Z Compiling cargo_toml v0.21.0
5952026-03-13T17:29:43.551Z Compiling cargo_metadata v0.21.0
5962026-03-13T17:29:44.890Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-03-13T17:29:47.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.20s
5982026-03-13T17:29:48.005Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-03-13T17:29:48.722Z Downloading crates ...
6002026-03-13T17:29:48.852Z Downloaded adler2 v2.0.1
6012026-03-13T17:29:48.864Z Downloaded ahash v0.8.12
6022026-03-13T17:29:48.871Z Downloaded bb8 v0.8.6
6032026-03-13T17:29:48.874Z Downloaded bit-set v0.5.3
6042026-03-13T17:29:48.878Z Downloaded base16ct v0.2.0
6052026-03-13T17:29:48.882Z Downloaded base16ct v1.0.0
6062026-03-13T17:29:48.885Z Downloaded embedded-io v0.4.0
6072026-03-13T17:29:48.888Z Downloaded cstr-argument v0.1.2
6082026-03-13T17:29:48.891Z Downloaded dropshot_endpoint v0.16.7
6092026-03-13T17:29:48.897Z Downloaded crossterm v0.28.1
6102026-03-13T17:29:48.905Z Downloaded display-error-chain v0.2.2
6112026-03-13T17:29:48.909Z Downloaded document-features v0.2.12
6122026-03-13T17:29:48.912Z Downloaded chacha20 v0.10.0
6132026-03-13T17:29:48.917Z Downloaded base64ct v1.8.3
6142026-03-13T17:29:48.933Z Downloaded defmt v0.3.100
6152026-03-13T17:29:48.945Z Downloaded darling_macro v0.20.11
6162026-03-13T17:29:48.945Z Downloaded foreign-types v0.5.0
6172026-03-13T17:29:48.945Z Downloaded enum-as-inner v0.6.1
6182026-03-13T17:29:48.946Z Downloaded cipher v0.4.4
6192026-03-13T17:29:48.946Z Downloaded cbc v0.1.2
6202026-03-13T17:29:48.946Z Downloaded float-cmp v0.10.0
6212026-03-13T17:29:48.952Z Downloaded env_filter v1.0.0
6222026-03-13T17:29:48.952Z Downloaded cpufeatures v0.3.0
6232026-03-13T17:29:48.958Z Downloaded darling_macro v0.23.0
6242026-03-13T17:29:48.958Z Downloaded argon2 v0.5.3
6252026-03-13T17:29:48.964Z Downloaded backon v1.6.0
6262026-03-13T17:29:48.971Z Downloaded dtrace-parser v0.3.0
6272026-03-13T17:29:48.971Z Downloaded convert_case v0.4.0
6282026-03-13T17:29:48.975Z Downloaded crc8 v0.1.1
6292026-03-13T17:29:48.975Z Downloaded crc-catalog v2.4.0
6302026-03-13T17:29:48.975Z Downloaded daft-derive v0.1.5
6312026-03-13T17:29:48.979Z Downloaded cfg_aliases v0.1.1
6322026-03-13T17:29:48.985Z Downloaded foreign-types-macros v0.2.3
6332026-03-13T17:29:48.989Z Downloaded cfg_aliases v0.2.1
6342026-03-13T17:29:48.990Z Downloaded float-ord v0.3.2
6352026-03-13T17:29:48.994Z Downloaded foreign-types-shared v0.1.1
6362026-03-13T17:29:49.003Z Downloaded fixedbitset v0.4.2
6372026-03-13T17:29:49.003Z Downloaded bitfield-macros v0.19.4
6382026-03-13T17:29:49.007Z Downloaded foreign-types-shared v0.3.1
6392026-03-13T17:29:49.007Z Downloaded dof v0.4.0
6402026-03-13T17:29:49.007Z Downloaded futures-core v0.3.32
6412026-03-13T17:29:49.011Z Downloaded foreign-types v0.3.2
6422026-03-13T17:29:49.015Z Downloaded gethostname v0.5.0
6432026-03-13T17:29:49.018Z Downloaded git-stub v1.0.0
6442026-03-13T17:29:49.023Z Downloaded defmt v1.0.1
6452026-03-13T17:29:49.026Z Downloaded fxhash v0.2.1
6462026-03-13T17:29:49.030Z Downloaded der_derive v0.7.3
6472026-03-13T17:29:49.033Z Downloaded ena v0.14.4
6482026-03-13T17:29:49.037Z Downloaded futures-task v0.3.32
6492026-03-13T17:29:49.037Z Downloaded foldhash v0.1.5
6502026-03-13T17:29:49.040Z Downloaded fixedbitset v0.5.7
6512026-03-13T17:29:49.043Z Downloaded deranged v0.5.8
6522026-03-13T17:29:49.047Z Downloaded darling v0.23.0
6532026-03-13T17:29:49.053Z Downloaded globwalk v0.9.1
6542026-03-13T17:29:49.056Z Downloaded hash32 v0.2.1
6552026-03-13T17:29:49.060Z Downloaded hex-literal v0.4.1
6562026-03-13T17:29:49.064Z Downloaded darling v0.20.11
6572026-03-13T17:29:49.137Z Downloaded http-body v1.0.1
6582026-03-13T17:29:49.144Z Downloaded hex v0.4.3
6592026-03-13T17:29:49.144Z Downloaded headers-core v0.3.0
6602026-03-13T17:29:49.144Z Downloaded hostname v0.4.2
6612026-03-13T17:29:49.144Z Downloaded hubpack_derive v0.1.1
6622026-03-13T17:29:49.144Z Downloaded console v0.15.11
6632026-03-13T17:29:49.144Z Downloaded cassowary v0.3.0
6642026-03-13T17:29:49.144Z Downloaded git-stub-vcs v0.1.0
6652026-03-13T17:29:49.145Z Downloaded futures-io v0.3.32
6662026-03-13T17:29:49.145Z Downloaded futures-executor v0.3.32
6672026-03-13T17:29:49.145Z Downloaded httpdate v1.0.3
6682026-03-13T17:29:49.145Z Downloaded indent_write v2.2.0
6692026-03-13T17:29:49.146Z Downloaded http-range v0.1.5
6702026-03-13T17:29:49.146Z Downloaded group v0.13.0
6712026-03-13T17:29:49.146Z Downloaded instant v0.1.13
6722026-03-13T17:29:49.146Z Downloaded instability v0.3.11
6732026-03-13T17:29:49.146Z Downloaded globset v0.4.18
6742026-03-13T17:29:49.146Z Downloaded hash32 v0.3.1
6752026-03-13T17:29:49.146Z Downloaded ident_case v1.0.1
6762026-03-13T17:29:49.146Z Downloaded indoc v1.0.9
6772026-03-13T17:29:49.162Z Downloaded is_ci v1.2.0
6782026-03-13T17:29:49.162Z Downloaded cancel-safe-futures v0.1.5
6792026-03-13T17:29:49.163Z Downloaded kstat-rs v0.2.4
6802026-03-13T17:29:49.188Z Downloaded keccak v0.1.6
6812026-03-13T17:29:49.188Z Downloaded const_format_proc_macros v0.2.34
6822026-03-13T17:29:49.188Z Downloaded http-body-util v0.1.3
6832026-03-13T17:29:49.188Z Downloaded getrandom v0.2.17
6842026-03-13T17:29:49.188Z Downloaded humantime v2.3.0
6852026-03-13T17:29:49.194Z Downloaded foldhash v0.2.0
6862026-03-13T17:29:49.194Z Downloaded lru-cache v0.1.2
6872026-03-13T17:29:49.195Z Downloaded base64 v0.22.1
6882026-03-13T17:29:49.195Z Downloaded match_cfg v0.1.0
6892026-03-13T17:29:49.195Z Downloaded maplit v1.0.2
6902026-03-13T17:29:49.195Z Downloaded lzss v0.8.2
6912026-03-13T17:29:49.195Z Downloaded lalrpop-util v0.19.12
6922026-03-13T17:29:49.195Z Downloaded derive_builder v0.20.2
6932026-03-13T17:29:49.199Z Downloaded lru v0.12.5
6942026-03-13T17:29:49.199Z Downloaded md-5 v0.10.6
6952026-03-13T17:29:49.205Z Downloaded impl-trait-for-tuples v0.2.3
6962026-03-13T17:29:49.208Z Downloaded md5 v0.7.0
6972026-03-13T17:29:49.208Z Downloaded allocator-api2 v0.2.21
6982026-03-13T17:29:49.212Z Downloaded nonempty v0.12.0
6992026-03-13T17:29:49.218Z Downloaded ingot v0.1.1
7002026-03-13T17:29:49.218Z Downloaded indoc v2.0.7
7012026-03-13T17:29:49.222Z Downloaded ingot-types v0.1.2
7022026-03-13T17:29:49.227Z Downloaded const-oid v0.9.6
7032026-03-13T17:29:49.227Z Downloaded hmac v0.12.1
7042026-03-13T17:29:49.232Z Downloaded clang-sys v1.8.1
7052026-03-13T17:29:49.238Z Downloaded nodrop v0.1.14
7062026-03-13T17:29:49.238Z Downloaded num-derive v0.4.2
7072026-03-13T17:29:49.244Z Downloaded nibble_vec v0.1.0
7082026-03-13T17:29:49.244Z Downloaded futures v0.3.32
7092026-03-13T17:29:49.248Z Downloaded libsw v3.5.0
7102026-03-13T17:29:49.252Z Downloaded new_debug_unreachable v1.0.6
7112026-03-13T17:29:49.259Z Downloaded newtype_derive v0.1.6
7122026-03-13T17:29:49.259Z Downloaded linked-hash-map v0.5.6
7132026-03-13T17:29:49.259Z Downloaded linear-map v1.2.0
7142026-03-13T17:29:49.263Z Downloaded num-iter v0.1.45
7152026-03-13T17:29:49.263Z Downloaded num_enum_derive v0.5.11
7162026-03-13T17:29:49.266Z Downloaded olpc-cjson v0.1.4
7172026-03-13T17:29:49.270Z Downloaded libsw-core v0.3.2
7182026-03-13T17:29:49.270Z Downloaded hyper-rustls v0.27.7
7192026-03-13T17:29:49.284Z Downloaded libefi-sys v0.1.0
7202026-03-13T17:29:49.284Z Downloaded opaque-debug v0.3.1
7212026-03-13T17:29:49.284Z Downloaded lazy_static v1.5.0
7222026-03-13T17:29:49.298Z Downloaded jobserver v0.1.34
7232026-03-13T17:29:49.299Z Downloaded num_threads v0.1.7
7242026-03-13T17:29:49.299Z Downloaded lock_api v0.4.14
7252026-03-13T17:29:49.307Z Downloaded getrandom v0.3.4
7262026-03-13T17:29:49.308Z Downloaded half v2.7.1
7272026-03-13T17:29:49.308Z Downloaded parse-display v0.10.0
7282026-03-13T17:29:49.308Z Downloaded parse-size v1.1.0
7292026-03-13T17:29:49.308Z Downloaded pbkdf2 v0.12.2
7302026-03-13T17:29:49.317Z Downloaded oso-derive v0.27.3
7312026-03-13T17:29:49.317Z Downloaded openssl-probe v0.2.1
7322026-03-13T17:29:49.317Z Downloaded nanorand v0.7.0
7332026-03-13T17:29:49.318Z Downloaded openssl-probe v0.1.6
7342026-03-13T17:29:49.333Z Downloaded const_format v0.2.35
7352026-03-13T17:29:49.333Z Downloaded nu-ansi-term v0.50.3
7362026-03-13T17:29:49.333Z Downloaded packed_struct_codegen v0.10.1
7372026-03-13T17:29:49.343Z Downloaded highway v1.3.0
7382026-03-13T17:29:49.343Z Downloaded peg-runtime v0.8.5
7392026-03-13T17:29:49.343Z Downloaded mime_guess v2.0.5
7402026-03-13T17:29:49.343Z Downloaded newtype-uuid v1.3.2
7412026-03-13T17:29:49.343Z Downloaded path-slash v0.1.5
7422026-03-13T17:29:49.349Z Downloaded pbkdf2 v0.11.0
7432026-03-13T17:29:49.349Z Downloaded num_enum v0.5.11
7442026-03-13T17:29:49.350Z Downloaded num-integer v0.1.46
7452026-03-13T17:29:49.359Z Downloaded phf_shared v0.12.1
7462026-03-13T17:29:49.359Z Downloaded phf_shared v0.13.1
7472026-03-13T17:29:49.359Z Downloaded litrs v1.0.0
7482026-03-13T17:29:49.366Z Downloaded pin-utils v0.1.0
7492026-03-13T17:29:49.366Z Downloaded num-rational v0.4.2
7502026-03-13T17:29:49.366Z Downloaded num-complex v0.4.6
7512026-03-13T17:29:49.366Z Downloaded native-tls v0.2.18
7522026-03-13T17:29:49.371Z Downloaded num_enum v0.7.5
7532026-03-13T17:29:49.374Z Downloaded num_enum_derive v0.7.5
7542026-03-13T17:29:49.374Z Downloaded normalize-line-endings v0.3.0
7552026-03-13T17:29:49.379Z Downloaded chacha20poly1305 v0.10.1
7562026-03-13T17:29:49.380Z Downloaded precomputed-hash v0.1.1
7572026-03-13T17:29:49.386Z Downloaded ignore v0.4.25
7582026-03-13T17:29:49.387Z Downloaded oxide-tokio-rt v0.1.3
7592026-03-13T17:29:49.391Z Downloaded powerfmt v0.2.0
7602026-03-13T17:29:49.391Z Downloaded openssl-macros v0.1.1
7612026-03-13T17:29:49.392Z Downloaded parse-display-derive v0.10.0
7622026-03-13T17:29:49.396Z Downloaded packed_struct v0.10.1
7632026-03-13T17:29:49.396Z Downloaded ingot-macros v0.1.1
7642026-03-13T17:29:49.399Z Downloaded password-hash v0.5.0
7652026-03-13T17:29:49.399Z Downloaded progenitor-client v0.11.2
7662026-03-13T17:29:49.403Z Downloaded progenitor-client v0.10.0
7672026-03-13T17:29:49.407Z Downloaded predicates-tree v1.0.13
7682026-03-13T17:29:49.407Z Downloaded progenitor-macro v0.10.0
7692026-03-13T17:29:49.410Z Downloaded proc-macro-crate v1.3.1
7702026-03-13T17:29:49.410Z Downloaded predicates-core v1.0.10
7712026-03-13T17:29:49.414Z Downloaded memmap2 v0.9.10
7722026-03-13T17:29:49.417Z Downloaded heapless v0.8.0
7732026-03-13T17:29:49.421Z Downloaded paste v1.0.15
7742026-03-13T17:29:49.426Z Downloaded progenitor-macro v0.13.0
7752026-03-13T17:29:49.426Z Downloaded progenitor-macro v0.11.2
7762026-03-13T17:29:49.430Z Downloaded pem-rfc7468 v0.7.0
7772026-03-13T17:29:49.430Z Downloaded quick-error v1.2.3
7782026-03-13T17:29:49.434Z Downloaded peg-macros v0.8.5
7792026-03-13T17:29:49.437Z Downloaded psl-types v2.0.11
7802026-03-13T17:29:49.438Z Downloaded radium v0.7.0
7812026-03-13T17:29:49.441Z Downloaded libbz2-rs-sys v0.2.2
7822026-03-13T17:29:49.442Z Downloaded flate2 v1.1.9
7832026-03-13T17:29:49.446Z Downloaded phf v0.13.1
7842026-03-13T17:29:49.449Z Downloaded pkg-config v0.3.32
7852026-03-13T17:29:49.455Z Downloaded pin-project-internal v1.1.11
7862026-03-13T17:29:49.455Z Downloaded aes v0.8.4
7872026-03-13T17:29:49.459Z Downloaded pkcs8 v0.10.2
7882026-03-13T17:29:49.462Z Downloaded rand_chacha v0.3.1
7892026-03-13T17:29:49.463Z Downloaded recursive v0.1.1
7902026-03-13T17:29:49.466Z Downloaded poly1305 v0.8.0
7912026-03-13T17:29:49.470Z Downloaded postgres-protocol v0.6.10
7922026-03-13T17:29:49.473Z Downloaded derive_more-impl v2.1.1
7932026-03-13T17:29:49.479Z Downloaded omicron-zone-package v0.12.2
7942026-03-13T17:29:49.484Z Downloaded indexmap v1.9.3
7952026-03-13T17:29:49.484Z Downloaded recursive-proc-macro-impl v0.1.1
7962026-03-13T17:29:49.490Z Downloaded parking_lot v0.12.5
7972026-03-13T17:29:49.490Z Downloaded oxnet v0.1.4
7982026-03-13T17:29:49.494Z Downloaded predicates v3.1.4
7992026-03-13T17:29:49.494Z Downloaded progenitor v0.13.0
8002026-03-13T17:29:49.498Z Downloaded rfc6979 v0.4.0
8012026-03-13T17:29:49.498Z Downloaded ref-cast v1.0.25
8022026-03-13T17:29:49.502Z Downloaded progenitor v0.10.0
8032026-03-13T17:29:49.508Z Downloaded progenitor-extras v0.1.1
8042026-03-13T17:29:49.509Z Downloaded progenitor v0.11.2
8052026-03-13T17:29:49.512Z Downloaded proc-macro-error2 v2.0.1
8062026-03-13T17:29:49.512Z Downloaded progenitor-client v0.13.0
8072026-03-13T17:29:49.516Z Downloaded hickory-resolver v0.24.4
8082026-03-13T17:29:49.520Z Downloaded rtoolbox v0.0.3
8092026-03-13T17:29:49.520Z Downloaded pem v3.0.6
8102026-03-13T17:29:49.524Z Downloaded russh-cryptovec v0.7.3
8112026-03-13T17:29:49.524Z Downloaded psm v0.1.30
8122026-03-13T17:29:49.531Z Downloaded r2d2 v0.8.10
8132026-03-13T17:29:49.534Z Downloaded aes-gcm v0.10.3
8142026-03-13T17:29:49.534Z Downloaded phf v0.12.1
8152026-03-13T17:29:49.537Z Downloaded flume v0.11.1
8162026-03-13T17:29:49.540Z Downloaded pkcs5 v0.7.1
8172026-03-13T17:29:49.545Z Downloaded rustc_version v0.4.1
8182026-03-13T17:29:49.545Z Downloaded pkcs1 v0.7.5
8192026-03-13T17:29:49.549Z Downloaded cc v1.2.56
8202026-03-13T17:29:49.552Z Downloaded rustc_version v0.1.7
8212026-03-13T17:29:49.552Z Downloaded rand_xorshift v0.4.0
8222026-03-13T17:29:49.555Z Downloaded rand_core v0.9.5
8232026-03-13T17:29:49.559Z Downloaded rand_core v0.6.4
8242026-03-13T17:29:49.559Z Downloaded derive_more v2.1.1
8252026-03-13T17:29:49.568Z Downloaded scheduled-thread-pool v0.2.7
8262026-03-13T17:29:49.571Z Downloaded ppv-lite86 v0.2.21
8272026-03-13T17:29:49.575Z Downloaded oso v0.27.3
8282026-03-13T17:29:49.578Z Downloaded ref-cast-impl v1.0.25
8292026-03-13T17:29:49.578Z Downloaded primeorder v0.13.6
8302026-03-13T17:29:49.583Z Downloaded sapling-renderdag v0.1.0
8312026-03-13T17:29:49.583Z Downloaded resolv-conf v0.7.6
8322026-03-13T17:29:49.587Z Downloaded p256 v0.13.2
8332026-03-13T17:29:49.587Z Downloaded miniz_oxide v0.8.9
8342026-03-13T17:29:49.590Z Downloaded same-file v1.0.6
8352026-03-13T17:29:49.594Z Downloaded postgres-types v0.2.12
8362026-03-13T17:29:49.598Z Downloaded rand_seeder v0.4.0
8372026-03-13T17:29:49.598Z Downloaded hickory-server v0.25.2
8382026-03-13T17:29:49.604Z Downloaded salsa20 v0.10.2
8392026-03-13T17:29:49.612Z Downloaded scroll_derive v0.13.1
8402026-03-13T17:29:49.612Z Downloaded hickory-resolver v0.25.2
8412026-03-13T17:29:49.612Z Downloaded secrecy v0.10.3
8422026-03-13T17:29:49.625Z Downloaded serde-big-array v0.5.1
8432026-03-13T17:29:49.625Z Downloaded secrecy v0.8.0
8442026-03-13T17:29:49.625Z Downloaded scrypt v0.11.0
8452026-03-13T17:29:49.625Z Downloaded serde_spanned v1.0.4
8462026-03-13T17:29:49.625Z Downloaded serde_plain v1.0.2
8472026-03-13T17:29:49.632Z Downloaded jiff-static v0.2.21
8482026-03-13T17:29:49.632Z Downloaded quinn-udp v0.5.14
8492026-03-13T17:29:49.632Z Downloaded pin-project-lite v0.2.17
8502026-03-13T17:29:49.632Z Downloaded serde_bytes v0.11.19
8512026-03-13T17:29:49.638Z Downloaded shell-words v1.1.1
8522026-03-13T17:29:49.638Z Downloaded serde_urlencoded v0.7.1
8532026-03-13T17:29:49.638Z Downloaded serde_repr v0.1.20
8542026-03-13T17:29:49.645Z Downloaded hashbrown v0.13.2
8552026-03-13T17:29:49.645Z Downloaded rustversion v1.0.22
8562026-03-13T17:29:49.648Z Downloaded rustls-pemfile v2.2.0
8572026-03-13T17:29:49.648Z Downloaded papergrid v0.17.0
8582026-03-13T17:29:49.653Z Downloaded rusty-fork v0.3.1
8592026-03-13T17:29:49.656Z Downloaded rustls-native-certs v0.8.3
8602026-03-13T17:29:49.657Z Downloaded hashbrown v0.12.3
8612026-03-13T17:29:49.660Z Downloaded prefix-trie v0.7.0
8622026-03-13T17:29:49.664Z Downloaded progenitor-impl v0.11.2
8632026-03-13T17:29:49.668Z Downloaded signal-hook-tokio v0.3.1
8642026-03-13T17:29:49.673Z Downloaded signal-hook-mio v0.2.5
8652026-03-13T17:29:49.673Z Downloaded siphasher v1.0.2
8662026-03-13T17:29:49.703Z Downloaded slog-envlogger v2.2.0
8672026-03-13T17:29:49.707Z Downloaded slog-bunyan v2.5.0
8682026-03-13T17:29:49.707Z Downloaded minimal-lexical v0.2.1
8692026-03-13T17:29:49.747Z Downloaded progenitor-impl v0.10.0
8702026-03-13T17:29:49.747Z Downloaded schemars_derive v0.8.22
8712026-03-13T17:29:49.747Z Downloaded sigpipe v0.1.3
8722026-03-13T17:29:49.747Z Downloaded sha1 v0.10.6
8732026-03-13T17:29:49.747Z Downloaded openssl-sys v0.9.111
8742026-03-13T17:29:49.747Z Downloaded scopeguard v1.2.0
8752026-03-13T17:29:49.748Z Downloaded seq-macro v0.3.6
8762026-03-13T17:29:49.748Z Downloaded http v1.4.0
8772026-03-13T17:29:49.748Z Downloaded serde_path_to_error v0.1.20
8782026-03-13T17:29:49.748Z Downloaded scroll v0.13.0
8792026-03-13T17:29:49.748Z Downloaded serde_derive_internals v0.29.1
8802026-03-13T17:29:49.748Z Downloaded serde-hex v0.1.0
8812026-03-13T17:29:49.748Z Downloaded semver v0.1.20
8822026-03-13T17:29:49.748Z Downloaded sqlparser_derive v0.5.0
8832026-03-13T17:29:49.748Z Downloaded sct v0.7.1
8842026-03-13T17:29:49.761Z Downloaded pin-project v1.1.11
8852026-03-13T17:29:49.761Z Downloaded sec1 v0.7.3
8862026-03-13T17:29:49.761Z Downloaded dropshot-api-manager v0.6.0
8872026-03-13T17:29:49.761Z Downloaded structmeta v0.3.0
8882026-03-13T17:29:49.761Z Downloaded ssh-encoding v0.2.0
8892026-03-13T17:29:49.762Z Downloaded signal-hook-registry v1.4.8
8902026-03-13T17:29:49.762Z Downloaded russh-keys v0.45.0
8912026-03-13T17:29:49.762Z Downloaded rustls-pemfile v1.0.4
8922026-03-13T17:29:49.762Z Downloaded rand_core v0.10.0
8932026-03-13T17:29:49.762Z Downloaded postcard v1.1.3
8942026-03-13T17:29:49.762Z Downloaded strum v0.26.3
8952026-03-13T17:29:49.762Z Downloaded structmeta-derive v0.3.0
8962026-03-13T17:29:49.762Z Downloaded slab v0.4.12
8972026-03-13T17:29:49.762Z Downloaded shlex v1.3.0
8982026-03-13T17:29:49.762Z Downloaded sync-ptr v0.1.4
8992026-03-13T17:29:49.762Z Downloaded supports-color v3.0.2
9002026-03-13T17:29:49.763Z Downloaded prettyplease v0.2.37
9012026-03-13T17:29:49.774Z Downloaded rustls-pki-types v1.14.0
9022026-03-13T17:29:49.774Z Downloaded rustc-hash v2.1.1
9032026-03-13T17:29:49.774Z Downloaded ron v0.8.1
9042026-03-13T17:29:49.775Z Downloaded slog-stdlog v4.1.1
9052026-03-13T17:29:49.775Z Downloaded slog-async v2.8.0
9062026-03-13T17:29:49.798Z Downloaded subtle v2.6.1
9072026-03-13T17:29:49.798Z Downloaded strum v0.27.2
9082026-03-13T17:29:49.798Z Downloaded tabwriter v1.4.1
9092026-03-13T17:29:49.798Z Downloaded tabled_derive v0.11.0
9102026-03-13T17:29:49.798Z Downloaded testing_table v0.3.0
9112026-03-13T17:29:49.798Z Downloaded tap v1.0.1
9122026-03-13T17:29:49.798Z Downloaded progenitor-impl v0.13.0
9132026-03-13T17:29:49.798Z Downloaded strip-ansi-escapes v0.2.1
9142026-03-13T17:29:49.798Z Downloaded simd-adler32 v0.3.8
9152026-03-13T17:29:49.798Z Downloaded smf v0.2.3
9162026-03-13T17:29:49.808Z Downloaded slog-dtrace v0.3.0
9172026-03-13T17:29:49.808Z Downloaded rcgen v0.12.1
9182026-03-13T17:29:49.808Z Downloaded pretty_assertions v1.4.1
9192026-03-13T17:29:49.808Z Downloaded take_mut v0.2.2
9202026-03-13T17:29:49.808Z Downloaded tagptr v0.2.0
9212026-03-13T17:29:49.808Z Downloaded sync_wrapper v1.0.2
9222026-03-13T17:29:49.808Z Downloaded itertools v0.10.5
9232026-03-13T17:29:49.808Z Downloaded slog-scope v4.4.1
9242026-03-13T17:29:49.808Z Downloaded ssh-cipher v0.2.0
9252026-03-13T17:29:49.808Z Downloaded slog-json v2.6.1
9262026-03-13T17:29:49.815Z Downloaded termtree v0.5.1
9272026-03-13T17:29:49.815Z Downloaded rand_chacha v0.9.0
9282026-03-13T17:29:49.815Z Downloaded phf_shared v0.11.3
9292026-03-13T17:29:49.815Z Downloaded crossterm v0.29.0
9302026-03-13T17:29:49.819Z Downloaded static_assertions v1.1.0
9312026-03-13T17:29:49.819Z Downloaded spki v0.7.3
9322026-03-13T17:29:49.819Z Downloaded slog-term v2.9.2
9332026-03-13T17:29:49.838Z Downloaded thiserror-impl-no-std v2.0.2
9342026-03-13T17:29:49.838Z Downloaded stacker v0.1.23
9352026-03-13T17:29:49.838Z Downloaded serde_cbor v0.11.2
9362026-03-13T17:29:49.886Z Downloaded hyper-util v0.1.20
9372026-03-13T17:29:49.886Z Downloaded snafu-derive v0.8.9
9382026-03-13T17:29:49.886Z Downloaded proc-macro-crate v3.4.0
9392026-03-13T17:29:49.886Z Downloaded rustls-platform-verifier v0.6.2
9402026-03-13T17:29:49.886Z Downloaded thread-id v5.1.0
9412026-03-13T17:29:49.886Z Downloaded string_cache v0.8.9
9422026-03-13T17:29:49.886Z Downloaded time-core v0.1.8
9432026-03-13T17:29:49.886Z Downloaded parking_lot_core v0.9.12
9442026-03-13T17:29:49.886Z Downloaded rayon-core v1.13.0
9452026-03-13T17:29:49.886Z Downloaded parking_lot v0.11.2
9462026-03-13T17:29:49.886Z Downloaded heapless v0.7.17
9472026-03-13T17:29:49.886Z Downloaded support-bundle-viewer v0.1.2
9482026-03-13T17:29:49.886Z Downloaded signature v2.2.0
9492026-03-13T17:29:49.886Z Downloaded hashbrown v0.15.5
9502026-03-13T17:29:49.886Z Downloaded crossbeam-channel v0.5.15
9512026-03-13T17:29:49.886Z Downloaded schemars v0.8.22
9522026-03-13T17:29:49.899Z Downloaded strum_macros v0.24.3
9532026-03-13T17:29:49.899Z Downloaded quinn v0.11.9
9542026-03-13T17:29:49.899Z Downloaded ryu v1.0.23
9552026-03-13T17:29:49.899Z Downloaded num-bigint v0.4.6
9562026-03-13T17:29:49.899Z Downloaded strum_macros v0.27.2
9572026-03-13T17:29:49.899Z Downloaded strum_macros v0.26.4
9582026-03-13T17:29:49.900Z Downloaded smallvec v0.6.14
9592026-03-13T17:29:49.908Z Downloaded nom v7.1.3
9602026-03-13T17:29:49.908Z Downloaded thread_local v1.1.9
9612026-03-13T17:29:49.908Z Downloaded thiserror-no-std v2.0.2
9622026-03-13T17:29:49.909Z Downloaded tower-service v0.3.3
9632026-03-13T17:29:49.909Z Downloaded rand v0.8.5
9642026-03-13T17:29:49.917Z Downloaded tower-layer v0.3.3
9652026-03-13T17:29:49.917Z Downloaded publicsuffix v2.3.0
9662026-03-13T17:29:49.917Z Downloaded sqlformat v0.3.5
9672026-03-13T17:29:49.917Z Downloaded termios v0.3.3
9682026-03-13T17:29:49.918Z Downloaded indicatif v0.18.4
9692026-03-13T17:29:49.949Z Downloaded crypto-bigint v0.5.5
9702026-03-13T17:29:49.965Z Downloaded topological-sort v0.2.2
9712026-03-13T17:29:49.966Z Downloaded tinyvec_macros v0.1.1
9722026-03-13T17:29:49.966Z Downloaded trait-variant v0.1.2
9732026-03-13T17:29:49.966Z Downloaded spin v0.9.8
9742026-03-13T17:29:49.966Z Downloaded stringprep v0.1.5
9752026-03-13T17:29:49.966Z Downloaded tiny-keccak v2.0.2
9762026-03-13T17:29:49.966Z Downloaded try-lock v0.2.5
9772026-03-13T17:29:49.966Z Downloaded time-macros v0.2.27
9782026-03-13T17:29:49.966Z Downloaded iddqd v0.3.17
9792026-03-13T17:29:49.966Z Downloaded signal-hook v0.3.18
9802026-03-13T17:29:49.966Z Downloaded tls_codec v0.4.2
9812026-03-13T17:29:49.966Z Downloaded tokio-tungstenite v0.21.0
9822026-03-13T17:29:49.966Z Downloaded similar v2.7.0
9832026-03-13T17:29:49.966Z Downloaded typify-macro v0.4.3
9842026-03-13T17:29:49.967Z Downloaded tokio-native-tls v0.3.1
9852026-03-13T17:29:49.967Z Downloaded unarray v0.1.4
9862026-03-13T17:29:49.981Z Downloaded typify-macro v0.6.1
9872026-03-13T17:29:49.981Z Downloaded tokio-macros v2.6.0
9882026-03-13T17:29:49.981Z Downloaded mio v1.1.1
9892026-03-13T17:29:49.981Z Downloaded tokio-tungstenite v0.23.1
9902026-03-13T17:29:49.981Z Downloaded aho-corasick v1.1.4
9912026-03-13T17:29:49.981Z Downloaded serde_yaml v0.9.34+deprecated
9922026-03-13T17:29:49.981Z Downloaded usdt-attr-macro v0.6.0
9932026-03-13T17:29:50.003Z Downloaded schemars v0.9.0
9942026-03-13T17:29:50.003Z Downloaded usdt v0.6.0
9952026-03-13T17:29:50.003Z Downloaded untrusted v0.9.0
9962026-03-13T17:29:50.003Z Downloaded qorb v0.4.1
9972026-03-13T17:29:50.003Z Downloaded futures-util v0.3.32
9982026-03-13T17:29:50.014Z Downloaded rand v0.9.2
9992026-03-13T17:29:50.014Z Downloaded term v1.2.1
10002026-03-13T17:29:50.014Z Downloaded toml_writer v1.0.6+spec-1.1.0
10012026-03-13T17:29:50.014Z Downloaded utf-8 v0.7.6
10022026-03-13T17:29:50.014Z Downloaded untrusted v0.7.1
10032026-03-13T17:29:50.014Z Downloaded universal-hash v0.5.1
10042026-03-13T17:29:50.014Z Downloaded unit-prefix v0.5.2
10052026-03-13T17:29:50.014Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10062026-03-13T17:29:50.020Z Downloaded hyper v1.8.1
10072026-03-13T17:29:50.020Z Downloaded serde_with_macros v3.17.0
10082026-03-13T17:29:50.020Z Downloaded tokio-rustls v0.25.0
10092026-03-13T17:29:50.020Z Downloaded term v0.7.0
10102026-03-13T17:29:50.030Z Downloaded itertools v0.13.0
10112026-03-13T17:29:50.031Z Downloaded tui-tree-widget v0.23.1
10122026-03-13T17:29:50.041Z Downloaded void v1.0.2
10132026-03-13T17:29:50.042Z Downloaded libxml v0.3.3
10142026-03-13T17:29:50.042Z Downloaded waitgroup v0.1.2
10152026-03-13T17:29:50.042Z Downloaded rustls-webpki v0.103.9
10162026-03-13T17:29:50.043Z Downloaded ed25519-dalek v2.2.0
10172026-03-13T17:29:50.059Z Downloaded ar_archive_writer v0.5.1
10182026-03-13T17:29:50.060Z Downloaded tokio-dtrace v0.1.1
10192026-03-13T17:29:50.060Z Downloaded expectorate v1.2.0
10202026-03-13T17:29:50.060Z Downloaded tls_codec_derive v0.4.2
10212026-03-13T17:29:50.060Z Downloaded tokio-rustls v0.26.4
10222026-03-13T17:29:50.060Z Downloaded want v0.3.1
10232026-03-13T17:29:50.060Z Downloaded wait-timeout v0.2.1
10242026-03-13T17:29:50.060Z Downloaded polyval v0.6.2
10252026-03-13T17:29:50.069Z Downloaded bumpalo v3.20.2
10262026-03-13T17:29:50.069Z Downloaded unicode-truncate v1.1.0
10272026-03-13T17:29:50.069Z Downloaded peg v0.8.5
10282026-03-13T17:29:50.069Z Downloaded headers v0.4.1
10292026-03-13T17:29:50.070Z Downloaded tokio-stream v0.1.18
10302026-03-13T17:29:50.078Z Downloaded usdt-macro v0.6.0
10312026-03-13T17:29:50.078Z Downloaded usdt-impl v0.6.0
10322026-03-13T17:29:50.078Z Downloaded tokio-rustls v0.24.1
10332026-03-13T17:29:50.078Z Downloaded subprocess v0.2.15
10342026-03-13T17:29:50.078Z Downloaded tar v0.4.44
10352026-03-13T17:29:50.078Z Downloaded xshell-macros v0.2.7
10362026-03-13T17:29:50.091Z Downloaded itertools v0.12.1
10372026-03-13T17:29:50.091Z Downloaded snafu v0.8.9
10382026-03-13T17:29:50.102Z Downloaded toml_parser v1.0.9+spec-1.1.0
10392026-03-13T17:29:50.102Z Downloaded iri-string v0.7.10
10402026-03-13T17:29:50.102Z Downloaded socket2 v0.6.2
10412026-03-13T17:29:50.102Z Downloaded socket2 v0.5.10
10422026-03-13T17:29:50.103Z Downloaded rsa v0.9.10
10432026-03-13T17:29:50.128Z Downloaded vergen-git2 v1.0.7
10442026-03-13T17:29:50.128Z Downloaded zeroize_derive v1.4.3
10452026-03-13T17:29:50.128Z Downloaded test-strategy v0.4.5
10462026-03-13T17:29:50.128Z Downloaded uzers v0.12.2
10472026-03-13T17:29:50.128Z Downloaded num-bigint-dig v0.8.6
10482026-03-13T17:29:50.136Z Downloaded zone_cfg_derive v0.3.1
10492026-03-13T17:29:50.136Z Downloaded zone v0.3.1
10502026-03-13T17:29:50.136Z Downloaded tinyvec v1.10.0
10512026-03-13T17:29:50.136Z Downloaded twox-hash v2.1.2
10522026-03-13T17:29:50.136Z Downloaded tracing-attributes v0.1.31
10532026-03-13T17:29:50.137Z Downloaded vsss-rs v3.3.4
10542026-03-13T17:29:50.137Z Downloaded vergen-gitcl v1.0.8
10552026-03-13T17:29:50.138Z Downloaded blake3 v1.8.3
10562026-03-13T17:29:50.138Z Downloaded slog v2.8.2
10572026-03-13T17:29:50.138Z Downloaded vergen-lib v0.1.6
10582026-03-13T17:29:50.138Z Downloaded samael v0.0.19
10592026-03-13T17:29:50.155Z Downloaded whoami v1.6.1
10602026-03-13T17:29:50.155Z Downloaded unicode-properties v0.1.4
10612026-03-13T17:29:50.156Z Downloaded unicase v2.9.0
10622026-03-13T17:29:50.156Z Downloaded walkdir v2.5.0
10632026-03-13T17:29:50.156Z Downloaded proc-macro-error-attr2 v2.0.0
10642026-03-13T17:29:50.156Z Downloaded hkdf v0.12.4
10652026-03-13T17:29:50.156Z Downloaded parking_lot_core v0.8.6
10662026-03-13T17:29:50.163Z Downloaded password-hash v0.4.2
10672026-03-13T17:29:50.163Z Downloaded owo-colors v4.3.0
10682026-03-13T17:29:50.163Z Downloaded compact_str v0.8.1
10692026-03-13T17:29:50.163Z Downloaded multer v3.1.0
10702026-03-13T17:29:50.163Z Downloaded der v0.7.10
10712026-03-13T17:29:50.164Z Downloaded xshell v0.2.7
10722026-03-13T17:29:50.164Z Downloaded xattr v1.6.1
10732026-03-13T17:29:50.164Z Downloaded itertools v0.14.0
10742026-03-13T17:29:50.244Z Downloaded xz2 v0.1.7
10752026-03-13T17:29:50.244Z Downloaded toml v0.7.8
10762026-03-13T17:29:50.252Z Downloaded wyz v0.5.1
10772026-03-13T17:29:50.252Z Downloaded whoami v2.1.0
10782026-03-13T17:29:50.252Z Downloaded iana-time-zone v0.1.65
10792026-03-13T17:29:50.252Z Downloaded diesel_derives v2.2.7
10802026-03-13T17:29:50.252Z Downloaded toml v0.9.12+spec-1.1.0
10812026-03-13T17:29:50.252Z Downloaded vergen v9.0.6
10822026-03-13T17:29:50.252Z Downloaded httparse v1.10.1
10832026-03-13T17:29:50.252Z Downloaded zeroize v1.8.2
10842026-03-13T17:29:50.252Z Downloaded derive_more v0.99.20
10852026-03-13T17:29:50.252Z Downloaded bytes v1.11.1
10862026-03-13T17:29:50.252Z Downloaded num-derive v0.3.3
10872026-03-13T17:29:50.253Z Downloaded num-conv v0.2.0
10882026-03-13T17:29:50.253Z Downloaded tracing-core v0.1.36
10892026-03-13T17:29:50.253Z Downloaded num v0.4.3
10902026-03-13T17:29:50.253Z Downloaded fatfs v0.3.6
10912026-03-13T17:29:50.253Z Downloaded russh v0.45.0
10922026-03-13T17:29:50.253Z Downloaded zstd v0.13.3
10932026-03-13T17:29:50.253Z Downloaded unicode-bidi v0.3.18
10942026-03-13T17:29:50.253Z Downloaded rand v0.10.0
10952026-03-13T17:29:50.253Z Downloaded libm v0.2.16
10962026-03-13T17:29:50.253Z Downloaded schemars v1.2.1
10972026-03-13T17:29:50.253Z Downloaded unsafe-libyaml v0.2.11
10982026-03-13T17:29:50.253Z Downloaded tungstenite v0.21.0
10992026-03-13T17:29:50.253Z Downloaded ron v0.12.0
11002026-03-13T17:29:50.253Z Downloaded yasna v0.5.2
11012026-03-13T17:29:50.253Z Downloaded uuid v1.21.0
11022026-03-13T17:29:50.253Z Downloaded typify v0.6.1
11032026-03-13T17:29:50.253Z Downloaded zstd-safe v7.2.4
11042026-03-13T17:29:50.259Z Downloaded tungstenite v0.23.0
11052026-03-13T17:29:50.260Z Downloaded typify v0.4.3
11062026-03-13T17:29:50.260Z Downloaded toml_edit v0.23.10+spec-1.0.0
11072026-03-13T17:29:50.270Z Downloaded zerocopy v0.6.6
11082026-03-13T17:29:50.270Z Downloaded reedline v0.40.0
11092026-03-13T17:29:50.279Z Downloaded h2 v0.4.13
11102026-03-13T17:29:50.280Z Downloaded mime v0.3.17
11112026-03-13T17:29:50.280Z Downloaded libloading v0.8.9
11122026-03-13T17:29:50.291Z Downloaded ipnetwork v0.21.1
11132026-03-13T17:29:50.291Z Downloaded ipnet v2.11.0
11142026-03-13T17:29:50.291Z Downloaded derive-where v1.6.0
11152026-03-13T17:29:50.291Z Downloaded arc-swap v1.8.2
11162026-03-13T17:29:50.291Z Downloaded rustyline v14.0.0
11172026-03-13T17:29:50.297Z Downloaded aws-lc-rs v1.16.0
11182026-03-13T17:29:50.297Z Downloaded steno v0.4.1
11192026-03-13T17:29:50.306Z Downloaded bindgen v0.71.1
11202026-03-13T17:29:50.311Z Downloaded zopfli v0.8.3
11212026-03-13T17:29:50.311Z Downloaded ssh-key v0.6.7
11222026-03-13T17:29:50.315Z Downloaded chrono v0.4.44
11232026-03-13T17:29:50.319Z Downloaded vte v0.14.1
11242026-03-13T17:29:50.319Z Downloaded newline-converter v0.3.0
11252026-03-13T17:29:50.323Z Downloaded memoffset v0.9.1
11262026-03-13T17:29:50.323Z Downloaded newtype-uuid-macros v0.1.0
11272026-03-13T17:29:50.323Z Downloaded hickory-client v0.25.2
11282026-03-13T17:29:50.327Z Downloaded half v1.8.3
11292026-03-13T17:29:50.327Z Downloaded reqwest v0.12.28
11302026-03-13T17:29:50.330Z Downloaded multimap v0.10.1
11312026-03-13T17:29:50.334Z Downloaded maybe-uninit v2.0.0
11322026-03-13T17:29:50.334Z Downloaded hyper-staticfile v0.10.1
11332026-03-13T17:29:50.334Z Downloaded darling_core v0.23.0
11342026-03-13T17:29:50.337Z Downloaded rpassword v7.4.0
11352026-03-13T17:29:50.344Z Downloaded darling_core v0.21.3
11362026-03-13T17:29:50.352Z Downloaded zip v0.6.6
11372026-03-13T17:29:50.353Z Downloaded yansi v1.0.1
11382026-03-13T17:29:50.353Z Downloaded git2 v0.20.4
11392026-03-13T17:29:50.359Z Downloaded managed v0.8.0
11402026-03-13T17:29:50.359Z Downloaded base64 v0.21.7
11412026-03-13T17:29:50.359Z Downloaded libscf-sys v1.1.0
11422026-03-13T17:29:50.369Z Downloaded elliptic-curve v0.13.8
11432026-03-13T17:29:50.369Z Downloaded lru-slab v0.1.2
11442026-03-13T17:29:50.369Z Downloaded futures-channel v0.3.32
11452026-03-13T17:29:50.369Z Downloaded diff v0.1.13
11462026-03-13T17:29:50.373Z Downloaded fs_extra v1.3.0
11472026-03-13T17:29:50.373Z Downloaded ff v0.13.1
11482026-03-13T17:29:50.373Z Downloaded crossbeam-utils v0.8.21
11492026-03-13T17:29:50.373Z Downloaded des v0.8.1
11502026-03-13T17:29:50.377Z Downloaded colored v2.2.0
11512026-03-13T17:29:50.378Z Downloaded is-terminal v0.4.17
11522026-03-13T17:29:50.378Z Downloaded cookie_store v0.22.1
11532026-03-13T17:29:50.381Z Downloaded bzip2 v0.6.1
11542026-03-13T17:29:50.381Z Downloaded buf-list v1.1.2
11552026-03-13T17:29:50.381Z Downloaded blake2 v0.10.6
11562026-03-13T17:29:50.385Z Downloaded internet-checksum v0.2.1
11572026-03-13T17:29:50.385Z Downloaded hyper-tls v0.6.0
11582026-03-13T17:29:50.385Z Downloaded darling_core v0.20.11
11592026-03-13T17:29:50.388Z Downloaded inout v0.1.4
11602026-03-13T17:29:50.398Z Downloaded cookie v0.18.1
11612026-03-13T17:29:50.399Z Downloaded colored v3.1.1
11622026-03-13T17:29:50.403Z Downloaded bitvec v1.0.1
11632026-03-13T17:29:50.406Z Downloaded regex v1.12.3
11642026-03-13T17:29:50.410Z Downloaded zerocopy-derive v0.8.40
11652026-03-13T17:29:50.416Z Downloaded unicode_categories v0.1.1
11662026-03-13T17:29:50.420Z Downloaded p521 v0.13.3
11672026-03-13T17:29:50.424Z Downloaded p384 v0.13.1
11682026-03-13T17:29:50.429Z Downloaded toml_edit v0.19.15
11692026-03-13T17:29:50.442Z Downloaded unicode-segmentation v1.12.0
11702026-03-13T17:29:50.446Z Downloaded unicode-normalization v0.1.25
11712026-03-13T17:29:50.446Z Downloaded tower v0.5.3
11722026-03-13T17:29:50.451Z Downloaded petname v2.0.2
11732026-03-13T17:29:50.456Z Downloaded typed-path v0.9.3
11742026-03-13T17:29:50.461Z Downloaded tokio-postgres v0.7.16
11752026-03-13T17:29:50.466Z Downloaded rustls-webpki v0.102.8
11762026-03-13T17:29:50.479Z Downloaded quick-xml v0.37.5
11772026-03-13T17:29:50.484Z Downloaded object v0.30.4
11782026-03-13T17:29:50.491Z Downloaded serde_with v3.17.0
11792026-03-13T17:29:50.500Z Downloaded rustls-webpki v0.101.7
11802026-03-13T17:29:50.512Z Downloaded rayon v1.11.0
11812026-03-13T17:29:50.523Z Downloaded x509-cert v0.2.5
11822026-03-13T17:29:50.530Z Downloaded nix v0.27.1
11832026-03-13T17:29:50.535Z Downloaded reqwest v0.13.2
11842026-03-13T17:29:50.539Z Downloaded radix_trie v0.2.1
11852026-03-13T17:29:50.545Z Downloaded moka v0.12.13
11862026-03-13T17:29:50.554Z Downloaded proptest v1.10.0
11872026-03-13T17:29:50.567Z Downloaded goblin v0.10.5
11882026-03-13T17:29:50.567Z Downloaded bstr v1.12.1
11892026-03-13T17:29:50.572Z Downloaded winnow v0.5.40
11902026-03-13T17:29:50.577Z Downloaded cargo_toml v0.22.3
11912026-03-13T17:29:50.578Z Downloaded glob v0.3.3
11922026-03-13T17:29:50.582Z Downloaded funty v2.0.0
11932026-03-13T17:29:50.583Z Downloaded erased-serde v0.3.31
11942026-03-13T17:29:50.583Z Downloaded darling v0.21.3
11952026-03-13T17:29:50.586Z Downloaded zip v4.6.1
11962026-03-13T17:29:50.590Z Downloaded lalrpop v0.19.12
11972026-03-13T17:29:50.597Z Downloaded nix v0.29.0
11982026-03-13T17:29:50.603Z Downloaded regex-syntax v0.6.29
11992026-03-13T17:29:50.609Z Downloaded portable-atomic v1.13.1
12002026-03-13T17:29:50.615Z Downloaded salty v0.3.0
12012026-03-13T17:29:50.621Z Downloaded curve25519-dalek v4.1.3
12022026-03-13T17:29:50.628Z Downloaded nix v0.28.0
12032026-03-13T17:29:50.636Z Downloaded hubpack v0.1.2
12042026-03-13T17:29:50.642Z Downloaded vcpkg v0.2.15
12052026-03-13T17:29:50.673Z Downloaded tower-http v0.6.8
12062026-03-13T17:29:50.681Z Downloaded tokio-util v0.7.18
12072026-03-13T17:29:50.684Z Downloaded webpki-roots v1.0.6
12082026-03-13T17:29:50.684Z Downloaded quinn-proto v0.11.13
12092026-03-13T17:29:50.688Z Downloaded regress v0.10.5
12102026-03-13T17:29:50.695Z Downloaded fallible-iterator v0.2.0
12112026-03-13T17:29:50.701Z Downloaded dropshot-api-manager-types v0.6.0
12122026-03-13T17:29:50.701Z Downloaded drift v0.1.3
12132026-03-13T17:29:50.711Z Downloaded diesel-dtrace v0.4.2
12142026-03-13T17:29:50.712Z Downloaded console v0.16.2
12152026-03-13T17:29:50.712Z Downloaded bzip2 v0.4.4
12162026-03-13T17:29:50.718Z Downloaded smoltcp v0.11.0
12172026-03-13T17:29:50.719Z Downloaded tough v0.20.0
12182026-03-13T17:29:50.729Z Downloaded hostname v0.3.1
12192026-03-13T17:29:50.750Z Downloaded crc-any v2.5.0
12202026-03-13T17:29:50.760Z Downloaded crossbeam-deque v0.8.6
12212026-03-13T17:29:50.760Z Downloaded cmake v0.1.57
12222026-03-13T17:29:50.760Z Downloaded cexpr v0.6.0
12232026-03-13T17:29:50.760Z Downloaded home v0.5.12
12242026-03-13T17:29:50.760Z Downloaded fs-err v2.11.0
12252026-03-13T17:29:50.761Z Downloaded find-msvc-tools v0.1.9
12262026-03-13T17:29:50.761Z Downloaded filetime v0.2.27
12272026-03-13T17:29:50.761Z Downloaded derive_builder_core v0.20.2
12282026-03-13T17:29:50.761Z Downloaded corncobs v0.1.4
12292026-03-13T17:29:50.761Z Downloaded cargo_metadata v0.19.2
12302026-03-13T17:29:50.761Z Downloaded openssl v0.10.75
12312026-03-13T17:29:50.761Z Downloaded blowfish v0.9.1
12322026-03-13T17:29:50.761Z Downloaded winnow v0.6.26
12332026-03-13T17:29:50.761Z Downloaded rustls v0.23.37
12342026-03-13T17:29:50.772Z Downloaded regex-syntax v0.8.10
12352026-03-13T17:29:50.782Z Downloaded rustix v0.38.44
12362026-03-13T17:29:50.792Z Downloaded polar-core v0.27.3
12372026-03-13T17:29:50.801Z Downloaded bitflags v1.3.2
12382026-03-13T17:29:50.801Z Downloaded bit-vec v0.6.3
12392026-03-13T17:29:50.801Z Downloaded crossbeam-epoch v0.9.18
12402026-03-13T17:29:50.801Z Downloaded arrayvec v0.7.6
12412026-03-13T17:29:50.801Z Downloaded futures-sink v0.3.32
12422026-03-13T17:29:50.801Z Downloaded ciborium v0.2.2
12432026-03-13T17:29:50.805Z Downloaded rustls v0.21.12
12442026-03-13T17:29:50.809Z Downloaded dropshot v0.16.7
12452026-03-13T17:29:50.829Z Downloaded time v0.3.47
12462026-03-13T17:29:50.846Z Downloaded either v1.15.0
12472026-03-13T17:29:50.852Z Downloaded ed25519 v2.2.3
12482026-03-13T17:29:50.852Z Downloaded ecdsa v0.16.9
12492026-03-13T17:29:50.852Z Downloaded csv-core v0.1.13
12502026-03-13T17:29:50.852Z Downloaded constant_time_eq v0.4.2
12512026-03-13T17:29:50.852Z Downloaded tabled v0.20.0
12522026-03-13T17:29:50.860Z Downloaded nix v0.31.1
12532026-03-13T17:29:50.864Z Downloaded diesel v2.2.12
12542026-03-13T17:29:50.883Z Downloaded zlib-rs v0.6.2
12552026-03-13T17:29:50.888Z Downloaded ratatui v0.29.0
12562026-03-13T17:29:50.910Z Downloaded object v0.37.3
12572026-03-13T17:29:50.915Z Downloaded rustls v0.22.4
12582026-03-13T17:29:50.940Z Downloaded zerocopy v0.8.40
12592026-03-13T17:29:50.940Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-03-13T17:29:50.940Z Downloaded hickory-proto v0.24.4
12612026-03-13T17:29:50.956Z Downloaded openapiv3 v2.2.0
12622026-03-13T17:29:50.957Z Downloaded hickory-proto v0.25.2
12632026-03-13T17:29:50.967Z Downloaded sled v0.34.7
12642026-03-13T17:29:50.976Z Downloaded smoltcp v0.9.1
12652026-03-13T17:29:50.988Z Downloaded futures-macro v0.3.32
12662026-03-13T17:29:50.992Z Downloaded chrono-tz v0.10.4
12672026-03-13T17:29:51.002Z Downloaded env_logger v0.11.9
12682026-03-13T17:29:51.008Z Downloaded lzma-sys v0.1.20
12692026-03-13T17:29:51.023Z Downloaded jiff v0.2.21
12702026-03-13T17:29:51.037Z Downloaded derive-ex v0.1.8
12712026-03-13T17:29:51.041Z Downloaded daft v0.1.5
12722026-03-13T17:29:51.041Z Downloaded convert_case v0.10.0
12732026-03-13T17:29:51.041Z Downloaded bit-vec v0.8.0
12742026-03-13T17:29:51.055Z Downloaded ghash v0.5.1
12752026-03-13T17:29:51.055Z Downloaded crc32fast v1.5.0
12762026-03-13T17:29:51.056Z Downloaded chacha20 v0.9.1
12772026-03-13T17:29:51.056Z Downloaded camino-tempfile-ext v0.3.3
12782026-03-13T17:29:51.063Z Downloaded bitfield v0.19.4
12792026-03-13T17:29:51.063Z Downloaded async-trait v0.1.89
12802026-03-13T17:29:51.063Z Downloaded petgraph v0.8.3
12812026-03-13T17:29:51.072Z Downloaded async-bb8-diesel v0.2.1
12822026-03-13T17:29:51.079Z Downloaded fd-lock v4.0.4
12832026-03-13T17:29:51.079Z Downloaded dirs-next v2.0.0
12842026-03-13T17:29:51.079Z Downloaded async-recursion v1.1.1
12852026-03-13T17:29:51.080Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-03-13T17:29:51.090Z Downloaded flagset v0.4.7
12872026-03-13T17:29:51.095Z Downloaded ascii-canvas v3.0.0
12882026-03-13T17:29:51.095Z Downloaded dyn-clone v1.0.20
12892026-03-13T17:29:51.095Z Downloaded crc v3.4.0
12902026-03-13T17:29:51.095Z Downloaded embedded-io v0.6.1
12912026-03-13T17:29:51.095Z Downloaded cobs v0.3.0
12922026-03-13T17:29:51.095Z Downloaded ctr v0.9.2
12932026-03-13T17:29:51.100Z Downloaded ciborium-io v0.2.2
12942026-03-13T17:29:51.100Z Downloaded dirs-sys-next v0.1.2
12952026-03-13T17:29:51.100Z Downloaded defmt-macros v1.0.1
12962026-03-13T17:29:51.100Z Downloaded data-encoding v2.10.0
12972026-03-13T17:29:51.100Z Downloaded crunchy v0.2.4
12982026-03-13T17:29:51.107Z Downloaded castaway v0.2.4
12992026-03-13T17:29:51.107Z Downloaded bitfield-struct v0.6.2
13002026-03-13T17:29:51.107Z Downloaded endian-type v0.1.2
13012026-03-13T17:29:51.107Z Downloaded dsl_auto_type v0.1.3
13022026-03-13T17:29:51.107Z Downloaded difflib v0.4.0
13032026-03-13T17:29:51.107Z Downloaded diesel_table_macro_syntax v0.2.0
13042026-03-13T17:29:51.107Z Downloaded debug-ignore v1.0.5
13052026-03-13T17:29:51.107Z Downloaded dunce v1.0.5
13062026-03-13T17:29:51.112Z Downloaded bit-set v0.8.0
13072026-03-13T17:29:51.112Z Downloaded sqlparser v0.61.0
13082026-03-13T17:29:51.116Z Downloaded ciborium-ll v0.2.2
13092026-03-13T17:29:51.116Z Downloaded async-stream v0.3.6
13102026-03-13T17:29:51.122Z Downloaded array-init v0.0.4
13112026-03-13T17:29:51.122Z Downloaded block-padding v0.3.3
13122026-03-13T17:29:51.122Z Downloaded backoff v0.4.0
13132026-03-13T17:29:51.122Z Downloaded async-stream-impl v0.3.6
13142026-03-13T17:29:51.122Z Downloaded defmt-parser v1.0.0
13152026-03-13T17:29:51.132Z Downloaded darling_macro v0.21.3
13162026-03-13T17:29:51.133Z Downloaded curve25519-dalek-derive v0.1.1
13172026-03-13T17:29:51.133Z Downloaded crucible-workspace-hack v0.1.0
13182026-03-13T17:29:51.133Z Downloaded cargo-platform v0.1.9
13192026-03-13T17:29:51.133Z Downloaded critical-section v1.2.0
13202026-03-13T17:29:51.133Z Downloaded typify-impl v0.6.1
13212026-03-13T17:29:51.140Z Downloaded assert_matches v1.5.0
13222026-03-13T17:29:51.140Z Downloaded derive_builder_macro v0.20.2
13232026-03-13T17:29:51.140Z Downloaded bcs v0.1.6
13242026-03-13T17:29:51.140Z Downloaded bcrypt-pbkdf v0.10.0
13252026-03-13T17:29:51.141Z Downloaded atty v0.2.14
13262026-03-13T17:29:51.146Z Downloaded arrayref v0.3.9
13272026-03-13T17:29:51.146Z Downloaded aead v0.5.2
13282026-03-13T17:29:51.146Z Downloaded atomicwrites v0.4.4
13292026-03-13T17:29:51.146Z Downloaded atomic-waker v1.1.2
13302026-03-13T17:29:51.163Z Downloaded tracing v0.1.44
13312026-03-13T17:29:51.196Z Downloaded typify-impl v0.4.3
13322026-03-13T17:29:51.208Z Downloaded ring v0.17.14
13332026-03-13T17:29:51.233Z Downloaded regex-automata v0.4.14
13342026-03-13T17:29:51.247Z Downloaded zerocopy-derive v0.6.6
13352026-03-13T17:29:51.260Z Downloaded petgraph v0.6.5
13362026-03-13T17:29:51.328Z Downloaded csv v1.4.0
13372026-03-13T17:29:51.351Z Downloaded libz-sys v1.1.24
13382026-03-13T17:29:51.380Z Downloaded sha3 v0.10.8
13392026-03-13T17:29:51.385Z Downloaded tokio v1.49.0
13402026-03-13T17:29:51.450Z Downloaded encoding_rs v0.8.35
13412026-03-13T17:29:51.499Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-13T17:29:51.944Z Downloaded aws-lc-sys v0.37.1
13432026-03-13T17:29:52.253Z Compiling libc v0.2.180
13442026-03-13T17:29:52.253Z Compiling serde v1.0.228
13452026-03-13T17:29:52.268Z Compiling log v0.4.29
13462026-03-13T17:29:52.269Z Compiling find-msvc-tools v0.1.9
13472026-03-13T17:29:52.269Z Compiling shlex v1.3.0
13482026-03-13T17:29:52.269Z Compiling smallvec v1.15.1
13492026-03-13T17:29:52.410Z Compiling syn v2.0.117
13502026-03-13T17:29:52.428Z Compiling typenum v1.19.0
13512026-03-13T17:29:52.663Z Compiling generic-array v0.14.7
13522026-03-13T17:29:52.678Z Compiling subtle v2.6.1
13532026-03-13T17:29:52.740Z Compiling scopeguard v1.2.0
13542026-03-13T17:29:52.748Z Compiling portable-atomic v1.13.1
13552026-03-13T17:29:52.833Z Compiling const-oid v0.9.6
13562026-03-13T17:29:52.867Z Compiling lock_api v0.4.14
13572026-03-13T17:29:52.945Z Compiling critical-section v1.2.0
13582026-03-13T17:29:52.992Z Compiling zerocopy v0.8.40
13592026-03-13T17:29:53.044Z Compiling parking_lot_core v0.9.12
13602026-03-13T17:29:53.163Z Compiling pin-project-lite v0.2.17
13612026-03-13T17:29:53.272Z Compiling serde_json v1.0.149
13622026-03-13T17:29:53.399Z Compiling pkg-config v0.3.32
13632026-03-13T17:29:53.576Z Compiling bitflags v2.11.0
13642026-03-13T17:29:53.782Z Compiling getrandom v0.2.17
13652026-03-13T17:29:53.843Z Compiling jobserver v0.1.34
13662026-03-13T17:29:53.983Z Compiling rand_core v0.6.4
13672026-03-13T17:29:54.034Z Compiling errno v0.3.14
13682026-03-13T17:29:54.223Z Compiling cc v1.2.56
13692026-03-13T17:29:54.238Z Compiling once_cell v1.21.3
13702026-03-13T17:29:54.274Z Compiling signal-hook-registry v1.4.8
13712026-03-13T17:29:54.344Z Compiling parking_lot v0.12.5
13722026-03-13T17:29:54.349Z Compiling mio v1.1.1
13732026-03-13T17:29:54.439Z Compiling libm v0.2.16
13742026-03-13T17:29:54.581Z Compiling num-traits v0.2.19
13752026-03-13T17:29:54.637Z Compiling futures-core v0.3.32
13762026-03-13T17:29:54.833Z Compiling socket2 v0.6.2
13772026-03-13T17:29:54.868Z Compiling percent-encoding v2.3.2
13782026-03-13T17:29:54.987Z Compiling allocator-api2 v0.2.21
13792026-03-13T17:29:55.030Z Compiling futures-sink v0.3.32
13802026-03-13T17:29:55.132Z Compiling foldhash v0.2.0
13812026-03-13T17:29:55.162Z Compiling cpufeatures v0.2.17
13822026-03-13T17:29:55.256Z Compiling futures-channel v0.3.32
13832026-03-13T17:29:55.304Z Compiling futures-task v0.3.32
13842026-03-13T17:29:55.403Z Compiling hashbrown v0.16.1
13852026-03-13T17:29:55.406Z Compiling futures-io v0.3.32
13862026-03-13T17:29:55.437Z Compiling slab v0.4.12
13872026-03-13T17:29:55.526Z Compiling getrandom v0.4.1
13882026-03-13T17:29:55.551Z Compiling rustversion v1.0.22
13892026-03-13T17:29:55.610Z Compiling rand_core v0.10.0
13902026-03-13T17:29:55.660Z Compiling getrandom v0.3.4
13912026-03-13T17:29:55.842Z Compiling cmake v0.1.57
13922026-03-13T17:29:56.223Z Compiling indexmap v2.13.0
13932026-03-13T17:29:56.398Z Compiling form_urlencoded v1.2.2
13942026-03-13T17:29:56.480Z Compiling ident_case v1.0.1
13952026-03-13T17:29:56.578Z Compiling fs_extra v1.3.0
13962026-03-13T17:29:56.625Z Compiling synstructure v0.13.2
13972026-03-13T17:29:56.642Z Compiling base64ct v1.8.3
13982026-03-13T17:29:56.874Z Compiling dunce v1.0.5
13992026-03-13T17:29:56.930Z Compiling flagset v0.4.7
14002026-03-13T17:29:56.993Z Compiling aws-lc-sys v0.37.1
14012026-03-13T17:29:57.034Z Compiling pem-rfc7468 v0.7.0
14022026-03-13T17:29:57.105Z Compiling rand_core v0.9.5
14032026-03-13T17:29:57.110Z Compiling rustix v1.1.3
14042026-03-13T17:29:57.118Z Compiling iana-time-zone v0.1.65
14052026-03-13T17:29:57.150Z Compiling ring v0.17.14
14062026-03-13T17:29:57.372Z Compiling uuid v1.21.0
14072026-03-13T17:29:57.442Z Compiling rustc_version v0.4.1
14082026-03-13T17:29:57.461Z Compiling aws-lc-rs v1.16.0
14092026-03-13T17:29:57.466Z Compiling regex-syntax v0.8.10
14102026-03-13T17:29:57.859Z Compiling vcpkg v0.2.15
14112026-03-13T17:29:57.878Z Compiling tracing-core v0.1.36
14122026-03-13T17:29:58.282Z Compiling crossbeam-utils v0.8.21
14132026-03-13T17:29:58.616Z Compiling pest_generator v2.8.6
14142026-03-13T17:29:58.701Z Compiling serde_derive_internals v0.29.1
14152026-03-13T17:29:58.860Z Compiling openssl-sys v0.9.111
14162026-03-13T17:29:59.293Z Compiling serde_derive v1.0.228
14172026-03-13T17:29:59.559Z Compiling zeroize_derive v1.4.3
14182026-03-13T17:29:59.584Z Compiling zerofrom-derive v0.1.6
14192026-03-13T17:29:59.588Z Compiling yoke-derive v0.8.1
14202026-03-13T17:29:59.944Z Compiling zerocopy-derive v0.8.40
14212026-03-13T17:30:00.429Z Compiling zeroize v1.8.2
14222026-03-13T17:30:00.787Z Compiling zerovec-derive v0.11.2
14232026-03-13T17:30:01.180Z Compiling displaydoc v0.2.5
14242026-03-13T17:30:01.478Z Compiling crypto-common v0.1.7
14252026-03-13T17:30:01.510Z Compiling zerofrom v0.1.6
14262026-03-13T17:30:01.656Z Compiling yoke v0.8.1
14272026-03-13T17:30:01.670Z Compiling block-buffer v0.10.4
14282026-03-13T17:30:01.874Z Compiling digest v0.10.7
14292026-03-13T17:30:01.888Z Compiling tokio-macros v2.6.0
14302026-03-13T17:30:02.085Z Compiling futures-macro v0.3.32
14312026-03-13T17:30:02.179Z Compiling zerotrie v0.2.3
14322026-03-13T17:30:02.200Z Compiling hmac v0.12.1
14332026-03-13T17:30:02.249Z Compiling zerovec v0.11.5
14342026-03-13T17:30:02.393Z Compiling block-padding v0.3.3
14352026-03-13T17:30:02.542Z Compiling sha2 v0.10.9
14362026-03-13T17:30:02.589Z Compiling inout v0.1.4
14372026-03-13T17:30:02.802Z Compiling cipher v0.4.4
14382026-03-13T17:30:02.873Z Compiling tinystr v0.8.2
14392026-03-13T17:30:02.935Z Compiling potential_utf v0.1.4
14402026-03-13T17:30:03.145Z Compiling icu_locale_core v2.1.1
14412026-03-13T17:30:03.161Z Compiling icu_collections v2.1.1
14422026-03-13T17:30:03.179Z Compiling der_derive v0.7.3
14432026-03-13T17:30:03.182Z Compiling futures-util v0.3.32
14442026-03-13T17:30:03.804Z Compiling salsa20 v0.10.2
14452026-03-13T17:30:03.980Z Compiling bytes v1.11.1
14462026-03-13T17:30:04.742Z Compiling icu_provider v2.1.1
14472026-03-13T17:30:04.799Z Compiling icu_normalizer v2.1.1
14482026-03-13T17:30:04.799Z Compiling icu_properties v2.1.2
14492026-03-13T17:30:04.799Z Compiling chrono v0.4.44
14502026-03-13T17:30:04.799Z Compiling der v0.7.10
14512026-03-13T17:30:04.922Z Compiling tokio v1.49.0
14522026-03-13T17:30:05.119Z Compiling http v1.4.0
14532026-03-13T17:30:05.885Z Compiling idna_adapter v1.2.1
14542026-03-13T17:30:06.051Z Compiling idna v1.1.0
14552026-03-13T17:30:06.169Z Compiling spki v0.7.3
14562026-03-13T17:30:06.335Z Compiling ppv-lite86 v0.2.21
14572026-03-13T17:30:06.346Z Compiling pbkdf2 v0.12.2
14582026-03-13T17:30:06.346Z Compiling thiserror-impl v2.0.18
14592026-03-13T17:30:06.415Z Compiling url v2.5.8
14602026-03-13T17:30:06.447Z Compiling scrypt v0.11.0
14612026-03-13T17:30:06.500Z Compiling aes v0.8.4
14622026-03-13T17:30:06.729Z Compiling rand_chacha v0.9.0
14632026-03-13T17:30:06.762Z Compiling cbc v0.1.2
14642026-03-13T17:30:06.924Z Compiling rustls-pki-types v1.14.0
14652026-03-13T17:30:06.941Z Compiling tracing-attributes v0.1.31
14662026-03-13T17:30:07.452Z Compiling pkcs5 v0.7.1
14672026-03-13T17:30:07.527Z Compiling rand v0.9.2
14682026-03-13T17:30:07.603Z Compiling http-body v1.0.1
14692026-03-13T17:30:07.906Z Compiling openssl-probe v0.2.1
14702026-03-13T17:30:07.919Z Compiling schemars v0.8.22
14712026-03-13T17:30:08.082Z Compiling untrusted v0.9.0
14722026-03-13T17:30:08.097Z Compiling untrusted v0.7.1
14732026-03-13T17:30:08.135Z Compiling thiserror v2.0.18
14742026-03-13T17:30:08.165Z Compiling httparse v1.10.1
14752026-03-13T17:30:08.229Z Compiling base64 v0.22.1
14762026-03-13T17:30:08.248Z Compiling syn v1.0.109
14772026-03-13T17:30:08.575Z Compiling pkcs8 v0.10.2
14782026-03-13T17:30:08.642Z Compiling schemars_derive v0.8.22
14792026-03-13T17:30:08.701Z Compiling pest_derive v2.8.6
14802026-03-13T17:30:08.725Z Compiling scroll_derive v0.13.1
14812026-03-13T17:30:08.809Z Compiling tracing v0.1.44
14822026-03-13T17:30:09.152Z Compiling darling_core v0.20.11
14832026-03-13T17:30:09.326Z Compiling tower-service v0.3.3
14842026-03-13T17:30:09.385Z Compiling tower-layer v0.3.3
14852026-03-13T17:30:09.590Z Compiling rustls v0.23.37
14862026-03-13T17:30:09.666Z Compiling atomic-waker v1.1.2
14872026-03-13T17:30:09.811Z Compiling tokio-util v0.7.18
14882026-03-13T17:30:09.811Z Compiling try-lock v0.2.5
14892026-03-13T17:30:09.844Z Compiling tinyvec_macros v0.1.1
14902026-03-13T17:30:09.930Z Compiling dyn-clone v1.0.20
14912026-03-13T17:30:09.947Z Compiling want v0.3.1
14922026-03-13T17:30:10.101Z Compiling tinyvec v1.10.0
14932026-03-13T17:30:10.152Z Compiling scroll v0.13.0
14942026-03-13T17:30:10.766Z Compiling h2 v0.4.13
14952026-03-13T17:30:10.941Z Compiling ipnet v2.11.0
14962026-03-13T17:30:11.232Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-13T17:30:11.619Z Compiling spin v0.9.8
14982026-03-13T17:30:11.751Z Compiling aho-corasick v1.1.4
14992026-03-13T17:30:11.883Z Compiling crc32fast v1.5.0
15002026-03-13T17:30:12.148Z Compiling foreign-types-shared v0.1.1
15012026-03-13T17:30:12.241Z Compiling httpdate v1.0.3
15022026-03-13T17:30:12.258Z Compiling openssl v0.10.75
15032026-03-13T17:30:12.392Z Compiling darling_macro v0.20.11
15042026-03-13T17:30:12.517Z Compiling time-core v0.1.8
15052026-03-13T17:30:12.566Z Compiling powerfmt v0.2.0
15062026-03-13T17:30:12.635Z Compiling pin-utils v0.1.0
15072026-03-13T17:30:12.713Z Compiling num-conv v0.2.0
15082026-03-13T17:30:12.756Z Compiling deranged v0.5.8
15092026-03-13T17:30:12.818Z Compiling tempfile v3.25.0
15102026-03-13T17:30:12.900Z Compiling time-macros v0.2.27
15112026-03-13T17:30:13.009Z Compiling darling v0.20.11
15122026-03-13T17:30:13.106Z Compiling regex-automata v0.4.14
15132026-03-13T17:30:13.370Z Compiling foreign-types v0.3.2
15142026-03-13T17:30:14.106Z Compiling goblin v0.10.5
15152026-03-13T17:30:14.406Z Compiling thiserror-impl v1.0.69
15162026-03-13T17:30:15.049Z Compiling hyper v1.8.1
15172026-03-13T17:30:16.098Z Compiling openssl-macros v0.1.1
15182026-03-13T17:30:16.116Z Compiling wait-timeout v0.2.1
15192026-03-13T17:30:16.133Z Compiling socket2 v0.5.10
15202026-03-13T17:30:16.441Z Compiling num_threads v0.1.7
15212026-03-13T17:30:16.561Z Compiling siphasher v1.0.2
15222026-03-13T17:30:16.602Z Compiling usdt-impl v0.6.0
15232026-03-13T17:30:16.671Z Compiling simd-adler32 v0.3.8
15242026-03-13T17:30:16.810Z Compiling quick-error v1.2.3
15252026-03-13T17:30:16.881Z Compiling native-tls v0.2.18
15262026-03-13T17:30:16.942Z Compiling either v1.15.0
15272026-03-13T17:30:16.999Z Compiling bit-vec v0.8.0
15282026-03-13T17:30:17.129Z Compiling rusty-fork v0.3.1
15292026-03-13T17:30:17.217Z Compiling time v0.3.47
15302026-03-13T17:30:17.291Z Compiling bit-set v0.8.0
15312026-03-13T17:30:17.494Z Compiling hyper-util v0.1.20
15322026-03-13T17:30:17.541Z Compiling thiserror v1.0.69
15332026-03-13T17:30:17.900Z Compiling derive_builder_core v0.20.2
15342026-03-13T17:30:18.839Z Compiling dof v0.4.0
15352026-03-13T17:30:19.093Z Compiling unicode-normalization v0.1.25
15362026-03-13T17:30:19.431Z Compiling crossbeam-epoch v0.9.18
15372026-03-13T17:30:19.708Z Compiling dtrace-parser v0.3.0
15382026-03-13T17:30:19.817Z Compiling rustls-native-certs v0.8.3
15392026-03-13T17:30:19.846Z Compiling signature v2.2.0
15402026-03-13T17:30:20.067Z Compiling scroll_derive v0.12.1
15412026-03-13T17:30:20.191Z Compiling heapless v0.7.17
15422026-03-13T17:30:20.248Z Compiling rand_xorshift v0.4.0
15432026-03-13T17:30:20.447Z Compiling slog v2.8.2
15442026-03-13T17:30:20.507Z Compiling darling_core v0.21.3
15452026-03-13T17:30:20.599Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-13T17:30:20.699Z Compiling sync_wrapper v1.0.2
15472026-03-13T17:30:20.732Z Compiling thread-id v5.1.0
15482026-03-13T17:30:20.830Z Compiling cookie v0.18.1
15492026-03-13T17:30:20.836Z Compiling unicode-bidi v0.3.18
15502026-03-13T17:30:20.940Z Compiling adler2 v2.0.1
15512026-03-13T17:30:20.967Z Compiling paste v1.0.15
15522026-03-13T17:30:21.079Z Compiling unarray v0.1.4
15532026-03-13T17:30:21.103Z Compiling anyhow v1.0.102
15542026-03-13T17:30:21.213Z Compiling unicode-segmentation v1.12.0
15552026-03-13T17:30:21.322Z Compiling zstd-safe v7.2.4
15562026-03-13T17:30:21.419Z Compiling signal-hook v0.3.18
15572026-03-13T17:30:21.510Z Compiling rayon-core v1.13.0
15582026-03-13T17:30:21.549Z Compiling unicode-properties v0.1.4
15592026-03-13T17:30:21.714Z Compiling proptest v1.10.0
15602026-03-13T17:30:21.751Z Compiling miniz_oxide v0.8.9
15612026-03-13T17:30:21.788Z Compiling stringprep v0.1.5
15622026-03-13T17:30:21.824Z Compiling scroll v0.12.0
15632026-03-13T17:30:22.157Z Compiling tower v0.5.3
15642026-03-13T17:30:22.574Z Compiling crossbeam-deque v0.8.6
15652026-03-13T17:30:22.592Z Compiling derive_builder_macro v0.20.2
15662026-03-13T17:30:22.653Z Compiling ipnetwork v0.21.1
15672026-03-13T17:30:22.772Z Compiling http-body-util v0.1.3
15682026-03-13T17:30:22.820Z Compiling webpki-roots v1.0.6
15692026-03-13T17:30:22.864Z Compiling rand_chacha v0.3.1
15702026-03-13T17:30:22.972Z Compiling serde_tokenstream v0.2.3
15712026-03-13T17:30:23.089Z Compiling serde_spanned v0.6.9
15722026-03-13T17:30:23.170Z Compiling toml_datetime v0.6.11
15732026-03-13T17:30:23.185Z Compiling erased-serde v0.3.31
15742026-03-13T17:30:23.273Z Compiling md-5 v0.10.6
15752026-03-13T17:30:23.368Z Compiling zerocopy-derive v0.7.35
15762026-03-13T17:30:23.470Z Compiling curve25519-dalek v4.1.3
15772026-03-13T17:30:23.503Z Compiling vergen-lib v0.1.6
15782026-03-13T17:30:23.782Z Compiling num-integer v0.1.46
15792026-03-13T17:30:23.929Z Compiling hash32 v0.2.1
15802026-03-13T17:30:23.947Z Compiling ff v0.13.1
15812026-03-13T17:30:23.964Z Compiling memoffset v0.9.1
15822026-03-13T17:30:24.116Z Compiling num-bigint-dig v0.8.6
15832026-03-13T17:30:24.138Z Compiling darling_macro v0.21.3
15842026-03-13T17:30:24.201Z Compiling ref-cast v1.0.25
15852026-03-13T17:30:24.220Z Compiling zlib-rs v0.6.2
15862026-03-13T17:30:24.223Z Compiling iri-string v0.7.10
15872026-03-13T17:30:24.365Z Compiling base16ct v0.2.0
15882026-03-13T17:30:24.587Z Compiling ryu v1.0.23
15892026-03-13T17:30:24.605Z Compiling rustix v0.38.44
15902026-03-13T17:30:24.623Z Compiling cfg_aliases v0.2.1
15912026-03-13T17:30:24.713Z Compiling psl-types v2.0.11
15922026-03-13T17:30:24.765Z Compiling fallible-iterator v0.2.0
15932026-03-13T17:30:24.820Z Compiling smoltcp v0.9.1
15942026-03-13T17:30:24.869Z Compiling litrs v1.0.0
15952026-03-13T17:30:25.168Z Compiling postgres-protocol v0.6.10
15962026-03-13T17:30:25.185Z Compiling newtype-uuid v1.3.2
15972026-03-13T17:30:25.276Z Compiling publicsuffix v2.3.0
15982026-03-13T17:30:25.488Z Compiling darling v0.21.3
15992026-03-13T17:30:25.554Z Compiling document-features v0.2.12
16002026-03-13T17:30:25.588Z Compiling serde_urlencoded v0.7.1
16012026-03-13T17:30:25.615Z Compiling nix v0.31.1
16022026-03-13T17:30:25.887Z Compiling tower-http v0.6.8
16032026-03-13T17:30:25.913Z Compiling zerocopy v0.7.35
16042026-03-13T17:30:26.180Z Compiling sec1 v0.7.3
16052026-03-13T17:30:26.404Z Compiling num-iter v0.1.45
16062026-03-13T17:30:26.467Z Compiling group v0.13.0
16072026-03-13T17:30:26.647Z Compiling derive_builder v0.20.2
16082026-03-13T17:30:26.687Z Compiling rand v0.8.5
16092026-03-13T17:30:26.690Z Compiling oxnet v0.1.4
16102026-03-13T17:30:26.994Z Compiling tokio-native-tls v0.3.1
16112026-03-13T17:30:27.059Z Compiling proc-macro-error v1.0.4
16122026-03-13T17:30:27.213Z Compiling goblin v0.8.2
16132026-03-13T17:30:28.051Z Compiling heck v0.4.1
16142026-03-13T17:30:28.140Z Compiling phf_shared v0.13.1
16152026-03-13T17:30:28.177Z Compiling hubpack_derive v0.1.1
16162026-03-13T17:30:28.367Z Compiling flate2 v1.1.9
16172026-03-13T17:30:28.373Z Compiling regex v1.12.3
16182026-03-13T17:30:28.473Z Compiling lazy_static v1.5.0
16192026-03-13T17:30:28.592Z Compiling cargo-platform v0.1.9
16202026-03-13T17:30:28.783Z Compiling hkdf v0.12.4
16212026-03-13T17:30:28.802Z Compiling crypto-bigint v0.5.5
16222026-03-13T17:30:28.929Z Compiling ref-cast-impl v1.0.25
16232026-03-13T17:30:28.933Z Compiling async-trait v0.1.89
16242026-03-13T17:30:28.983Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-13T17:30:28.986Z Compiling strum_macros v0.27.2
16262026-03-13T17:30:29.653Z Compiling daft-derive v0.1.5
16272026-03-13T17:30:29.863Z Compiling terminal_size v0.4.3
16282026-03-13T17:30:30.032Z Compiling vergen v9.0.6
16292026-03-13T17:30:30.278Z Compiling fs-err v3.3.0
16302026-03-13T17:30:30.391Z Compiling ahash v0.8.12
16312026-03-13T17:30:30.535Z Compiling managed v0.8.0
16322026-03-13T17:30:30.619Z Compiling object v0.37.3
16332026-03-13T17:30:30.666Z Compiling winnow v0.5.40
16342026-03-13T17:30:30.816Z Compiling foldhash v0.1.5
16352026-03-13T17:30:30.980Z Compiling bumpalo v3.20.2
16362026-03-13T17:30:31.039Z Compiling bitflags v1.3.2
16372026-03-13T17:30:31.133Z Compiling libbz2-rs-sys v0.2.2
16382026-03-13T17:30:31.316Z Compiling zopfli v0.8.3
16392026-03-13T17:30:31.707Z Compiling strum v0.27.2
16402026-03-13T17:30:31.860Z Compiling bzip2 v0.6.1
16412026-03-13T17:30:32.055Z Compiling clap_builder v4.5.60
16422026-03-13T17:30:32.176Z Compiling hashbrown v0.15.5
16432026-03-13T17:30:32.204Z Compiling console v0.16.2
16442026-03-13T17:30:32.359Z Compiling daft v0.1.5
16452026-03-13T17:30:32.621Z Compiling toml_edit v0.19.15
16462026-03-13T17:30:32.837Z Compiling elliptic-curve v0.13.8
16472026-03-13T17:30:32.931Z Compiling dof v0.3.0
16482026-03-13T17:30:33.208Z Compiling cargo_metadata v0.19.2
16492026-03-13T17:30:33.372Z Compiling hubpack v0.1.2
16502026-03-13T17:30:33.958Z Compiling phf v0.13.1
16512026-03-13T17:30:34.175Z Compiling zone_cfg_derive v0.3.1
16522026-03-13T17:30:35.023Z Compiling signal-hook-mio v0.2.5
16532026-03-13T17:30:35.132Z Compiling zstd v0.13.3
16542026-03-13T17:30:35.165Z Compiling cookie_store v0.22.1
16552026-03-13T17:30:35.977Z Compiling bzip2 v0.4.4
16562026-03-13T17:30:36.051Z Compiling rayon v1.11.0
16572026-03-13T17:30:36.246Z Compiling hyper-tls v0.6.0
16582026-03-13T17:30:36.437Z Compiling postgres-types v0.2.12
16592026-03-13T17:30:36.460Z Compiling serde_with_macros v3.17.0
16602026-03-13T17:30:36.559Z Compiling usdt-macro v0.6.0
16612026-03-13T17:30:37.181Z Compiling usdt-attr-macro v0.6.0
16622026-03-13T17:30:37.205Z Compiling ed25519 v2.2.3
16632026-03-13T17:30:37.550Z Compiling dtrace-parser v0.2.0
16642026-03-13T17:30:37.999Z Compiling itertools v0.12.1
16652026-03-13T17:30:38.120Z Compiling phf_shared v0.11.3
16662026-03-13T17:30:38.246Z Compiling bstr v1.12.1
16672026-03-13T17:30:38.367Z Compiling pkcs1 v0.7.5
16682026-03-13T17:30:38.407Z Compiling serde-big-array v0.5.1
16692026-03-13T17:30:38.463Z Compiling hex v0.4.3
16702026-03-13T17:30:38.585Z Compiling rfc6979 v0.4.0
16712026-03-13T17:30:38.615Z Compiling enum-as-inner v0.6.1
16722026-03-13T17:30:38.781Z Compiling clap_derive v4.5.55
16732026-03-13T17:30:38.879Z Compiling serde_repr v0.1.20
16742026-03-13T17:30:38.937Z Compiling strum_macros v0.26.4
16752026-03-13T17:30:39.157Z Compiling float-cmp v0.10.0
16762026-03-13T17:30:39.325Z Compiling thread-id v4.2.2
16772026-03-13T17:30:39.346Z Compiling memmap2 v0.9.10
16782026-03-13T17:30:39.439Z Compiling env_filter v1.0.0
16792026-03-13T17:30:39.602Z Compiling encoding_rs v0.8.35
16802026-03-13T17:30:39.635Z Compiling rustc-hash v2.1.1
16812026-03-13T17:30:39.684Z Compiling mime v0.3.17
16822026-03-13T17:30:39.792Z Compiling difflib v0.4.0
16832026-03-13T17:30:39.849Z Compiling precomputed-hash v0.1.1
16842026-03-13T17:30:39.962Z Compiling unit-prefix v0.5.2
16852026-03-13T17:30:40.019Z Compiling jiff v0.2.21
16862026-03-13T17:30:40.141Z Compiling predicates-core v1.0.10
16872026-03-13T17:30:40.372Z Compiling new_debug_unreachable v1.0.6
16882026-03-13T17:30:40.466Z Compiling data-encoding v2.10.0
16892026-03-13T17:30:40.558Z Compiling static_assertions v1.1.0
16902026-03-13T17:30:40.671Z Compiling keccak v0.1.6
16912026-03-13T17:30:40.994Z Compiling whoami v2.1.0
16922026-03-13T17:30:41.229Z Compiling fixedbitset v0.4.2
16932026-03-13T17:30:41.367Z Compiling normalize-line-endings v0.3.0
16942026-03-13T17:30:41.437Z Compiling fixedbitset v0.5.7
16952026-03-13T17:30:41.486Z Compiling predicates v3.1.4
16962026-03-13T17:30:41.503Z Compiling petgraph v0.6.5
16972026-03-13T17:30:41.524Z Compiling strum v0.26.3
16982026-03-13T17:30:41.642Z Compiling tokio-postgres v0.7.16
16992026-03-13T17:30:41.673Z Compiling clap v4.5.60
17002026-03-13T17:30:41.757Z Compiling petgraph v0.8.3
17012026-03-13T17:30:41.775Z Compiling sha3 v0.10.8
17022026-03-13T17:30:41.844Z Compiling hickory-proto v0.25.2
17032026-03-13T17:30:42.366Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-03-13T17:30:42.390Z Compiling string_cache v0.8.9
17052026-03-13T17:30:42.678Z Compiling indicatif v0.18.4
17062026-03-13T17:30:43.572Z Compiling iddqd v0.3.17
17072026-03-13T17:30:43.828Z Compiling zip v4.6.1
17082026-03-13T17:30:44.466Z Compiling toml_edit v0.22.27
17092026-03-13T17:30:44.610Z Compiling env_logger v0.11.9
17102026-03-13T17:30:45.069Z Compiling zone v0.3.1
17112026-03-13T17:30:45.099Z Compiling usdt v0.6.0
17122026-03-13T17:30:45.148Z Compiling usdt-impl v0.5.0
17132026-03-13T17:30:45.433Z Compiling similar v2.7.0
17142026-03-13T17:30:45.920Z Compiling serde_with v3.17.0
17152026-03-13T17:30:45.982Z Compiling ecdsa v0.16.9
17162026-03-13T17:30:45.996Z Compiling rsa v0.9.10
17172026-03-13T17:30:46.147Z Compiling crossterm v0.28.1
17182026-03-13T17:30:46.477Z Compiling ed25519-dalek v2.2.0
17192026-03-13T17:30:47.362Z Compiling zip v0.6.6
17202026-03-13T17:30:48.138Z Compiling toml v0.7.8
17212026-03-13T17:30:48.491Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-13T17:30:48.601Z Compiling itertools v0.13.0
17232026-03-13T17:30:48.622Z Compiling tokio-stream v0.1.18
17242026-03-13T17:30:48.837Z Compiling buf-list v1.1.2
17252026-03-13T17:30:49.001Z Compiling x509-cert v0.2.5
17262026-03-13T17:30:49.193Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-13T17:30:49.240Z Compiling openapiv3 v2.2.0
17282026-03-13T17:30:49.387Z Compiling sha1 v0.10.6
17292026-03-13T17:30:49.625Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-13T17:30:49.678Z Compiling peg-runtime v0.8.5
17312026-03-13T17:30:50.003Z Compiling lalrpop-util v0.19.12
17322026-03-13T17:30:50.052Z Compiling thread_local v1.1.9
17332026-03-13T17:30:50.248Z Compiling slog-async v2.8.0
17342026-03-13T17:30:50.324Z Compiling crossbeam-channel v0.5.15
17352026-03-13T17:30:50.339Z Compiling futures-executor v0.3.32
17362026-03-13T17:30:50.357Z Compiling is-terminal v0.4.17
17372026-03-13T17:30:50.471Z Compiling filetime v0.2.27
17382026-03-13T17:30:50.652Z Compiling take_mut v0.2.2
17392026-03-13T17:30:50.669Z Compiling term v1.2.1
17402026-03-13T17:30:50.686Z Compiling xattr v1.6.1
17412026-03-13T17:30:50.885Z Compiling tar v0.4.44
17422026-03-13T17:30:50.903Z Compiling futures v0.3.32
17432026-03-13T17:30:51.294Z Compiling slog-term v2.9.2
17442026-03-13T17:30:57.886Z Compiling rustls-webpki v0.103.9
17452026-03-13T17:31:01.914Z Compiling tokio-rustls v0.26.4
17462026-03-13T17:31:01.917Z Compiling rustls-platform-verifier v0.6.2
17472026-03-13T17:31:02.167Z Compiling hyper-rustls v0.27.7
17482026-03-13T17:31:02.425Z Compiling reqwest v0.12.28
17492026-03-13T17:31:02.446Z Compiling reqwest v0.13.2
17502026-03-13T17:31:05.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-13T17:31:05.586Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-13T17:31:09.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17532026-03-13T17:31:09.584Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-13T17:31:09.631ZMar 13 17:31:08.974 INFO Starting download, target: Cockroach
17552026-03-13T17:31:09.631ZMar 13 17:31:08.974 INFO Starting download, target: MaghemiteMgd
17562026-03-13T17:31:09.631ZMar 13 17:31:08.974 INFO Starting download, target: DendriteStub
17572026-03-13T17:31:09.631ZMar 13 17:31:08.974 INFO Starting download, target: Clickhouse
17582026-03-13T17:31:09.631ZMar 13 17:31:08.974 INFO Starting download, target: Console
17592026-03-13T17:31:09.642ZMar 13 17:31:08.974 INFO Starting download, target: TransceiverControl
17602026-03-13T17:31:09.642ZMar 13 17:31:08.974 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-13T17:31:09.642ZMar 13 17:31:08.974 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-13T17:31:09.642ZMar 13 17:31:08.974 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-13T17:31:09.642ZMar 13 17:31:08.974 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-13T17:31:09.642ZMar 13 17:31:08.975 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-13T17:31:09.642ZMar 13 17:31:08.975 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17662026-03-13T17:31:10.617ZMar 13 17:31:09.959 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-13T17:31:10.725ZMar 13 17:31:10.024 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-13T17:31:11.054ZMar 13 17:31:10.283 INFO Download complete, target: TransceiverControl
17692026-03-13T17:31:11.097ZMar 13 17:31:10.391 INFO Download complete, target: Console
17702026-03-13T17:31:11.912ZMar 13 17:31:11.256 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-13T17:31:13.301ZMar 13 17:31:12.649 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17722026-03-13T17:31:13.635ZMar 13 17:31:12.957 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17732026-03-13T17:31:14.597ZMar 13 17:31:13.942 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-13T17:31:14.597ZMar 13 17:31:13.942 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-13T17:31:16.846ZMar 13 17:31:16.197 INFO Download complete, target: DendriteStub
17762026-03-13T17:31:16.996ZMar 13 17:31:16.349 INFO Download complete, target: MaghemiteMgd
17772026-03-13T17:31:22.163ZMar 13 17:31:21.518 INFO Checking that binary works, target: Cockroach
17782026-03-13T17:31:22.279ZMar 13 17:31:21.635 INFO Download complete, target: Cockroach
17792026-03-13T17:31:23.017ZMar 13 17:31:22.371 INFO Checking that binary works, target: Clickhouse
17802026-03-13T17:31:23.137ZMar 13 17:31:22.492 INFO Download complete, target: Clickhouse
17812026-03-13T17:31:23.154ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-13T17:31:23.158Z
17832026-03-13T17:31:23.158Zreal 4:15.929040844
17842026-03-13T17:31:23.158Zuser 10:25.473723115
17852026-03-13T17:31:23.158Zsys 1:49.444010356
17862026-03-13T17:31:23.158Ztrap 0.334017747
17872026-03-13T17:31:23.158Ztflt 0.709947172
17882026-03-13T17:31:23.159Zdflt 0.705059159
17892026-03-13T17:31:23.159Zkflt 0.024388837
17902026-03-13T17:31:23.159Zlock 22:20.110062366
17912026-03-13T17:31:23.159Zslp 38:41.692738882
17922026-03-13T17:31:23.159Zlat 57.238428764
17932026-03-13T17:31:23.159Zstop 2:33.819959285
17942026-03-13T17:31:23.159Z+ banner clippy
17952026-03-13T17:31:23.159Z
17962026-03-13T17:31:23.159Z #### # # ##### ##### # #
17972026-03-13T17:31:23.159Z # # # # # # # # # #
17982026-03-13T17:31:23.159Z # # # # # # # #
17992026-03-13T17:31:23.159Z # # # ##### ##### #
18002026-03-13T17:31:23.159Z # # # # # # #
18012026-03-13T17:31:23.160Z #### ###### # # # #
18022026-03-13T17:31:23.160Z
18032026-03-13T17:31:23.160Z+ export CARGO_INCREMENTAL=0
18042026-03-13T17:31:23.160Z+ CARGO_INCREMENTAL=0
18052026-03-13T17:31:23.161Z+ ptime -m cargo xtask clippy
18062026-03-13T17:31:23.838Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-13T17:31:24.112Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-13T17:31:26.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
18092026-03-13T17:31:26.804Z Running `target/debug/xtask clippy`
18102026-03-13T17:31:26.838Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18112026-03-13T17:31:27.626Z Downloading crates ...
18122026-03-13T17:31:27.880Z Downloaded cfg-expr v0.20.6
18132026-03-13T17:31:27.890Z Downloaded supports-color v2.1.0
18142026-03-13T17:31:27.890Z Downloaded nested v0.1.1
18152026-03-13T17:31:27.890Z Downloaded async-object-pool v0.2.0
18162026-03-13T17:31:27.890Z Downloaded addr2line v0.25.1
18172026-03-13T17:31:27.890Z Downloaded cargo_metadata v0.23.1
18182026-03-13T17:31:27.896Z Downloaded backtrace-ext v0.2.1
18192026-03-13T17:31:27.923Z Downloaded termcolor v1.4.1
18202026-03-13T17:31:27.935Z Downloaded pathdiff v0.2.3
18212026-03-13T17:31:27.935Z Downloaded parking v2.2.1
18222026-03-13T17:31:27.935Z Downloaded miette-derive v5.10.0
18232026-03-13T17:31:27.935Z Downloaded event-listener-strategy v0.5.4
18242026-03-13T17:31:27.935Z Downloaded backtrace v0.3.76
18252026-03-13T17:31:27.935Z Downloaded textwrap v0.15.2
18262026-03-13T17:31:27.935Z Downloaded approx v0.5.1
18272026-03-13T17:31:27.935Z Downloaded futures-timer v3.0.3
18282026-03-13T17:31:27.935Z Downloaded rust-argon2 v2.1.0
18292026-03-13T17:31:27.935Z Downloaded escape8259 v0.5.3
18302026-03-13T17:31:27.935Z Downloaded cast v0.3.0
18312026-03-13T17:31:27.947Z Downloaded tinytemplate v1.2.1
18322026-03-13T17:31:27.947Z Downloaded httptest v0.16.4
18332026-03-13T17:31:27.947Z Downloaded assert-json-diff v2.0.2
18342026-03-13T17:31:27.948Z Downloaded terminal_size v0.1.17
18352026-03-13T17:31:27.948Z Downloaded supports-unicode v2.1.0
18362026-03-13T17:31:27.948Z Downloaded toml v1.0.3+spec-1.1.0
18372026-03-13T17:31:27.965Z Downloaded rstest v0.25.0
18382026-03-13T17:31:27.965Z Downloaded target-triple v1.0.0
18392026-03-13T17:31:27.966Z Downloaded plotters-svg v0.3.7
18402026-03-13T17:31:27.966Z Downloaded linkme-impl v0.3.35
18412026-03-13T17:31:27.966Z Downloaded guppy-workspace-hack v0.1.0
18422026-03-13T17:31:27.966Z Downloaded similar-asserts v1.7.0
18432026-03-13T17:31:27.973Z Downloaded owo-colors v3.5.0
18442026-03-13T17:31:27.974Z Downloaded target-lexicon v0.13.3
18452026-03-13T17:31:27.974Z Downloaded plotters-backend v0.3.7
18462026-03-13T17:31:27.974Z Downloaded supports-hyperlinks v2.1.0
18472026-03-13T17:31:27.980Z Downloaded constant_time_eq v0.3.1
18482026-03-13T17:31:27.981Z Downloaded cargo-platform v0.3.2
18492026-03-13T17:31:27.981Z Downloaded concurrent-queue v2.5.0
18502026-03-13T17:31:27.981Z Downloaded assert_cmd v2.1.2
18512026-03-13T17:31:27.981Z Downloaded rstest_macros v0.25.0
18522026-03-13T17:31:27.992Z Downloaded rustc-demangle v0.1.27
18532026-03-13T17:31:27.992Z Downloaded relative-path v1.9.3
18542026-03-13T17:31:27.992Z Downloaded rand_distr v0.5.1
18552026-03-13T17:31:28.011Z Downloaded target-spec v3.5.7
18562026-03-13T17:31:28.011Z Downloaded oorandom v11.1.5
18572026-03-13T17:31:28.011Z Downloaded serde_regex v1.1.0
18582026-03-13T17:31:28.011Z Downloaded stringmetrics v2.2.2
18592026-03-13T17:31:28.011Z Downloaded path-tree v0.8.3
18602026-03-13T17:31:28.019Z Downloaded knuffel-derive v3.2.0
18612026-03-13T17:31:28.019Z Downloaded linkme v0.3.35
18622026-03-13T17:31:28.019Z Downloaded trybuild v1.0.116
18632026-03-13T17:31:28.019Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18642026-03-13T17:31:28.019Z Downloaded anes v0.1.6
18652026-03-13T17:31:28.019Z Downloaded event-listener v5.4.1
18662026-03-13T17:31:28.019Z Downloaded blake2b_simd v1.0.4
18672026-03-13T17:31:28.019Z Downloaded libtest-mimic v0.8.1
18682026-03-13T17:31:28.019Z Downloaded datatest-stable v0.3.3
18692026-03-13T17:31:28.019Z Downloaded async-lock v3.4.2
18702026-03-13T17:31:28.019Z Downloaded partial-io v0.5.4
18712026-03-13T17:31:28.019Z Downloaded criterion-plot v0.6.0
18722026-03-13T17:31:28.026Z Downloaded knuffel v3.2.0
18732026-03-13T17:31:28.026Z Downloaded chumsky v0.9.3
18742026-03-13T17:31:28.035Z Downloaded fancy-regex v0.14.0
18752026-03-13T17:31:28.046Z Downloaded miette v5.10.0
18762026-03-13T17:31:28.056Z Downloaded guppy v0.17.25
18772026-03-13T17:31:28.062Z Downloaded hashbrown v0.14.5
18782026-03-13T17:31:28.063Z Downloaded plotters v0.3.7
18792026-03-13T17:31:28.069Z Downloaded criterion v0.7.0
18802026-03-13T17:31:28.070Z Downloaded gimli v0.32.3
18812026-03-13T17:31:28.164Z Downloaded httpmock v0.8.3
18822026-03-13T17:31:30.187Z Checking cfg-if v1.0.4
18832026-03-13T17:31:30.567Z Checking libc v0.2.180
18842026-03-13T17:31:30.593Z Checking serde_core v1.0.228
18852026-03-13T17:31:30.645Z Checking memchr v2.8.0
18862026-03-13T17:31:30.695Z Checking smallvec v1.15.1
18872026-03-13T17:31:30.734Z Checking log v0.4.29
18882026-03-13T17:31:30.738Z Checking itoa v1.0.17
18892026-03-13T17:31:30.823Z Checking zeroize v1.8.2
18902026-03-13T17:31:30.869Z Checking libm v0.2.16
18912026-03-13T17:31:30.971Z Checking scopeguard v1.2.0
18922026-03-13T17:31:31.022Z Checking stable_deref_trait v1.2.1
18932026-03-13T17:31:31.088Z Checking zmij v1.0.21
18942026-03-13T17:31:31.133Z Checking zerofrom v0.1.6
18952026-03-13T17:31:31.157Z Checking lock_api v0.4.14
18962026-03-13T17:31:31.210Z Checking percent-encoding v2.3.2
18972026-03-13T17:31:31.243Z Checking errno v0.3.14
18982026-03-13T17:31:31.243Z Checking getrandom v0.2.17
18992026-03-13T17:31:31.337Z Checking yoke v0.8.1
19002026-03-13T17:31:31.375Z Checking writeable v0.6.2
19012026-03-13T17:31:31.408Z Checking litemap v0.8.1
19022026-03-13T17:31:31.495Z Checking subtle v2.6.1
19032026-03-13T17:31:31.532Z Checking icu_properties_data v2.1.2
19042026-03-13T17:31:31.532Z Checking icu_normalizer_data v2.1.1
19052026-03-13T17:31:31.627Z Checking zerovec v0.11.5
19062026-03-13T17:31:31.656Z Checking zerotrie v0.2.3
19072026-03-13T17:31:31.700Z Checking rand_core v0.6.4
19082026-03-13T17:31:31.700Z Checking form_urlencoded v1.2.2
19092026-03-13T17:31:31.795Z Checking portable-atomic v1.13.1
19102026-03-13T17:31:31.820Z Checking pin-project-lite v0.2.17
19112026-03-13T17:31:31.906Z Checking utf8_iter v1.0.4
19122026-03-13T17:31:32.261Z Checking num-traits v0.2.19
19132026-03-13T17:31:32.261Z Checking critical-section v1.2.0
19142026-03-13T17:31:32.261Z Checking zerocopy v0.8.40
19152026-03-13T17:31:32.261Z Checking parking_lot_core v0.9.12
19162026-03-13T17:31:32.261Z Checking rand_core v0.10.0
19172026-03-13T17:31:32.261Z Checking signal-hook-registry v1.4.8
19182026-03-13T17:31:32.393Z Checking tinystr v0.8.2
19192026-03-13T17:31:32.464Z Checking potential_utf v0.1.4
19202026-03-13T17:31:32.464Z Checking parking_lot v0.12.5
19212026-03-13T17:31:32.464Z Checking once_cell v1.21.3
19222026-03-13T17:31:32.490Z Checking getrandom v0.4.1
19232026-03-13T17:31:32.519Z Checking icu_locale_core v2.1.1
19242026-03-13T17:31:32.557Z Checking icu_collections v2.1.1
19252026-03-13T17:31:32.709Z Checking mio v1.1.1
19262026-03-13T17:31:32.749Z Checking typenum v1.19.0
19272026-03-13T17:31:32.773Z Checking serde v1.0.228
19282026-03-13T17:31:32.774Z Checking bitflags v2.11.0
19292026-03-13T17:31:32.774Z Checking serde_json v1.0.149
19302026-03-13T17:31:33.019Z Checking socket2 v0.6.2
19312026-03-13T17:31:33.293Z Checking iana-time-zone v0.1.65
19322026-03-13T17:31:33.472Z Checking thiserror v2.0.18
19332026-03-13T17:31:33.472Z Checking allocator-api2 v0.2.21
19342026-03-13T17:31:33.472Z Checking semver v1.0.27
19352026-03-13T17:31:33.511Z Checking icu_provider v2.1.1
19362026-03-13T17:31:33.511Z Checking uuid v1.21.0
19372026-03-13T17:31:33.511Z Checking bytes v1.11.1
19382026-03-13T17:31:33.527Z Checking generic-array v0.14.7
19392026-03-13T17:31:33.857Z Checking chrono v0.4.44
19402026-03-13T17:31:33.940Z Checking futures-core v0.3.32
19412026-03-13T17:31:33.940Z Checking icu_normalizer v2.1.1
19422026-03-13T17:31:33.941Z Checking icu_properties v2.1.2
19432026-03-13T17:31:33.941Z Checking equivalent v1.0.2
19442026-03-13T17:31:33.980Z Checking const-oid v0.9.6
19452026-03-13T17:31:34.033Z Checking dyn-clone v1.0.20
19462026-03-13T17:31:34.177Z Checking tokio v1.49.0
19472026-03-13T17:31:34.235Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19482026-03-13T17:31:34.235Z Checking foldhash v0.2.0
19492026-03-13T17:31:34.305Z Checking crypto-common v0.1.7
19502026-03-13T17:31:34.374Z Checking hashbrown v0.16.1
19512026-03-13T17:31:34.467Z Checking block-buffer v0.10.4
19522026-03-13T17:31:34.652Z Checking futures-sink v0.3.32
19532026-03-13T17:31:34.766Z Checking rustix v1.1.3
19542026-03-13T17:31:34.797Z Checking byteorder v1.5.0
19552026-03-13T17:31:34.952Z Checking futures-channel v0.3.32
19562026-03-13T17:31:34.994Z Checking digest v0.10.7
19572026-03-13T17:31:35.085Z Checking idna_adapter v1.2.1
19582026-03-13T17:31:35.128Z Checking slab v0.4.12
19592026-03-13T17:31:35.128Z Checking futures-task v0.3.32
19602026-03-13T17:31:35.128Z Checking futures-io v0.3.32
19612026-03-13T17:31:35.224Z Checking idna v1.1.0
19622026-03-13T17:31:35.251Z Checking cpufeatures v0.2.17
19632026-03-13T17:31:35.296Z Checking indexmap v2.13.0
19642026-03-13T17:31:35.347Z Checking thiserror v1.0.69
19652026-03-13T17:31:35.475Z Checking futures-util v0.3.32
19662026-03-13T17:31:35.498Z Checking getrandom v0.3.4
19672026-03-13T17:31:35.499Z Checking fnv v1.0.7
19682026-03-13T17:31:35.578Z Checking url v2.5.8
19692026-03-13T17:31:35.656Z Checking regex-syntax v0.8.10
19702026-03-13T17:31:35.675Z Checking http v1.4.0
19712026-03-13T17:31:36.068Z Checking tracing-core v0.1.36
19722026-03-13T17:31:36.147Z Checking base64 v0.22.1
19732026-03-13T17:31:36.187Z Checking schemars v0.8.22
19742026-03-13T17:31:36.315Z Checking tracing v0.1.44
19752026-03-13T17:31:36.424Z Checking ppv-lite86 v0.2.21
19762026-03-13T17:31:36.467Z Checking unicode-ident v1.0.24
19772026-03-13T17:31:36.496Z Checking ipnet v2.11.0
19782026-03-13T17:31:36.588Z Checking anstyle v1.0.13
19792026-03-13T17:31:36.688Z Checking utf8parse v0.2.2
19802026-03-13T17:31:36.807Z Checking proc-macro2 v1.0.106
19812026-03-13T17:31:36.842Z Checking untrusted v0.9.0
19822026-03-13T17:31:36.889Z Checking anstyle-parse v0.2.7
19832026-03-13T17:31:37.033Z Checking aho-corasick v1.1.4
19842026-03-13T17:31:37.103Z Checking ring v0.17.14
19852026-03-13T17:31:37.343Z Checking colorchoice v1.0.4
19862026-03-13T17:31:37.343Z Checking is_terminal_polyfill v1.70.2
19872026-03-13T17:31:37.366Z Checking anstyle-query v1.1.5
19882026-03-13T17:31:37.366Z Checking base64ct v1.8.3
19892026-03-13T17:31:37.366Z Checking quote v1.0.44
19902026-03-13T17:31:37.379Z Checking anstream v0.6.21
19912026-03-13T17:31:38.221Z Checking block-padding v0.3.3
19922026-03-13T17:31:38.383Z Checking syn v2.0.117
19932026-03-13T17:31:38.383Z Checking terminal_size v0.4.3
19942026-03-13T17:31:38.383Z Checking inout v0.1.4
19952026-03-13T17:31:38.383Z Checking rustls-pki-types v1.14.0
19962026-03-13T17:31:38.383Z Checking crossbeam-utils v0.8.21
19972026-03-13T17:31:38.383Z Checking regex-automata v0.4.14
19982026-03-13T17:31:38.383Z Checking httparse v1.10.1
19992026-03-13T17:31:38.383Z Checking cipher v0.4.4
20002026-03-13T17:31:38.383Z Checking clap_lex v1.0.0
20012026-03-13T17:31:38.383Z Checking strsim v0.11.1
20022026-03-13T17:31:38.533Z Checking sha2 v0.10.9
20032026-03-13T17:31:38.533Z Checking pem-rfc7468 v0.7.0
20042026-03-13T17:31:38.533Z Checking http-body v1.0.1
20052026-03-13T17:31:38.656Z Checking rand_core v0.9.5
20062026-03-13T17:31:38.656Z Checking tokio-util v0.7.18
20072026-03-13T17:31:38.656Z Checking clap_builder v4.5.60
20082026-03-13T17:31:38.848Z Checking atomic-waker v1.1.2
20092026-03-13T17:31:38.848Z Checking hmac v0.12.1
20102026-03-13T17:31:38.982Z Checking try-lock v0.2.5
20112026-03-13T17:31:38.982Z Checking httpdate v1.0.3
20122026-03-13T17:31:38.982Z Checking pin-utils v0.1.0
20132026-03-13T17:31:38.982Z Checking want v0.3.1
20142026-03-13T17:31:38.982Z Checking tower-layer v0.3.3
20152026-03-13T17:31:39.032Z Checking tower-service v0.3.3
20162026-03-13T17:31:39.033Z Checking flagset v0.4.7
20172026-03-13T17:31:39.112Z Checking ryu v1.0.23
20182026-03-13T17:31:39.250Z Checking rand_chacha v0.9.0
20192026-03-13T17:31:39.250Z Checking erased-serde v0.3.31
20202026-03-13T17:31:39.373Z Checking der v0.7.10
20212026-03-13T17:31:39.373Z Checking spin v0.9.8
20222026-03-13T17:31:39.504Z Checking h2 v0.4.13
20232026-03-13T17:31:39.504Z Checking rand v0.9.2
20242026-03-13T17:31:39.608Z Checking socket2 v0.5.10
20252026-03-13T17:31:39.799Z Checking slog v2.8.2
20262026-03-13T17:31:39.919Z Checking anyhow v1.0.102
20272026-03-13T17:31:40.110Z Checking http-body-util v0.1.3
20282026-03-13T17:31:40.219Z Checking aws-lc-sys v0.37.1
20292026-03-13T17:31:40.245Z Checking powerfmt v0.2.0
20302026-03-13T17:31:40.245Z Checking untrusted v0.7.1
20312026-03-13T17:31:40.245Z Checking clap v4.5.60
20322026-03-13T17:31:40.432Z Checking num_threads v0.1.7
20332026-03-13T17:31:40.616Z Checking deranged v0.5.8
20342026-03-13T17:31:40.616Z Checking openssl-probe v0.2.1
20352026-03-13T17:31:40.810Z Checking fastrand v2.3.0
20362026-03-13T17:31:40.810Z Checking time-core v0.1.8
20372026-03-13T17:31:40.810Z Checking num-conv v0.2.0
20382026-03-13T17:31:40.811Z Checking regex v1.12.3
20392026-03-13T17:31:40.843Z Checking spki v0.7.3
20402026-03-13T17:31:40.843Z Checking serde_urlencoded v0.7.1
20412026-03-13T17:31:40.906Z Checking pbkdf2 v0.12.2
20422026-03-13T17:31:40.996Z Checking aes v0.8.4
20432026-03-13T17:31:41.111Z Checking rand_chacha v0.3.1
20442026-03-13T17:31:41.193Z Checking pretty-hex v0.4.1
20452026-03-13T17:31:41.193Z Checking aws-lc-rs v1.16.0
20462026-03-13T17:31:41.193Z Checking unicode-width v0.2.0
20472026-03-13T17:31:41.276Z Checking cbc v0.1.2
20482026-03-13T17:31:41.276Z Checking salsa20 v0.10.2
20492026-03-13T17:31:41.351Z Checking rand v0.8.5
20502026-03-13T17:31:41.389Z Checking ipnetwork v0.21.1
20512026-03-13T17:31:41.429Z Checking scrypt v0.11.0
20522026-03-13T17:31:41.506Z Checking tempfile v3.25.0
20532026-03-13T17:31:41.571Z Checking hex v0.4.3
20542026-03-13T17:31:41.624Z Checking plain v0.2.3
20552026-03-13T17:31:41.761Z Checking pkcs5 v0.7.1
20562026-03-13T17:31:41.812Z Checking time v0.3.47
20572026-03-13T17:31:41.812Z Checking rustls-native-certs v0.8.3
20582026-03-13T17:31:41.812Z Checking sync_wrapper v1.0.2
20592026-03-13T17:31:41.866Z Checking camino v1.2.2
20602026-03-13T17:31:45.923Z Checking mime v0.3.17
20612026-03-13T17:31:45.966Z Checking ucd-trie v0.1.7
20622026-03-13T17:31:45.967Z Checking tower v0.5.3
20632026-03-13T17:31:45.967Z Checking pkcs8 v0.10.2
20642026-03-13T17:31:45.967Z Checking pest v2.8.6
20652026-03-13T17:31:45.967Z Checking webpki-roots v1.0.6
20662026-03-13T17:31:45.967Z Checking iri-string v0.7.10
20672026-03-13T17:31:45.967Z Checking rustls-webpki v0.103.9
20682026-03-13T17:31:45.967Z Checking either v1.15.0
20692026-03-13T17:31:45.967Z Checking openapiv3 v2.2.0
20702026-03-13T17:31:45.967Z Checking foreign-types-shared v0.1.1
20712026-03-13T17:31:45.968Z Checking openssl-sys v0.9.111
20722026-03-13T17:31:45.968Z Checking foreign-types v0.3.2
20732026-03-13T17:31:45.968Z Checking encoding_rs v0.8.35
20742026-03-13T17:31:45.968Z Checking rustls v0.23.37
20752026-03-13T17:31:45.968Z Checking hyper v1.8.1
20762026-03-13T17:31:45.968Z Checking winnow v0.7.14
20772026-03-13T17:31:45.968Z Checking openssl v0.10.75
20782026-03-13T17:31:45.968Z Checking oxnet v0.1.4
20792026-03-13T17:31:45.968Z Checking tower-http v0.6.8
20802026-03-13T17:31:45.968Z Checking lazy_static v1.5.0
20812026-03-13T17:31:45.968Z Checking static_assertions v1.1.0
20822026-03-13T17:31:45.969Z Checking hyper-util v0.1.20
20832026-03-13T17:31:45.969Z Checking signature v2.2.0
20842026-03-13T17:31:45.969Z Checking simd-adler32 v0.3.8
20852026-03-13T17:31:45.969Z Checking hubpack v0.1.2
20862026-03-13T17:31:45.969Z Checking adler2 v2.0.1
20872026-03-13T17:31:45.969Z Checking strum v0.26.3
20882026-03-13T17:31:45.969Z Checking sha1 v0.10.6
20892026-03-13T17:31:45.969Z Checking data-encoding v2.10.0
20902026-03-13T17:31:45.969Z Checking miniz_oxide v0.8.9
20912026-03-13T17:31:45.969Z Checking tinyvec_macros v0.1.1
20922026-03-13T17:31:45.969Z Checking serde_spanned v0.6.9
20932026-03-13T17:31:45.969Z Checking tinyvec v1.10.0
20942026-03-13T17:31:46.196Z Checking toml_datetime v0.6.11
20952026-03-13T17:31:46.197Z Checking num-integer v0.1.46
20962026-03-13T17:31:46.197Z Checking scroll v0.13.0
20972026-03-13T17:31:46.197Z Checking base16ct v0.2.0
20982026-03-13T17:31:46.197Z Checking bit-vec v0.8.0
20992026-03-13T17:31:46.197Z Checking crossbeam-epoch v0.9.18
21002026-03-13T17:31:46.197Z Checking crc32fast v1.5.0
21012026-03-13T17:31:46.197Z Checking sec1 v0.7.3
21022026-03-13T17:31:46.197Z Checking goblin v0.10.5
21032026-03-13T17:31:46.197Z Checking bit-set v0.8.0
21042026-03-13T17:31:46.197Z Checking ff v0.13.1
21052026-03-13T17:31:46.197Z Checking memmap2 v0.9.10
21062026-03-13T17:31:46.197Z Checking wait-timeout v0.2.1
21072026-03-13T17:31:46.197Z Checking num-iter v0.1.45
21082026-03-13T17:31:46.197Z Checking group v0.13.0
21092026-03-13T17:31:46.197Z Checking dtrace-parser v0.3.0
21102026-03-13T17:31:46.197Z Checking bstr v1.12.1
21112026-03-13T17:31:46.197Z Checking hkdf v0.12.4
21122026-03-13T17:31:46.198Z Checking ahash v0.8.12
21132026-03-13T17:31:46.198Z Checking crypto-bigint v0.5.5
21142026-03-13T17:31:46.258Z Checking tokio-rustls v0.26.4
21152026-03-13T17:31:46.318Z Checking scroll v0.12.0
21162026-03-13T17:31:46.318Z Checking thread-id v5.1.0
21172026-03-13T17:31:46.356Z Checking quick-error v1.2.3
21182026-03-13T17:31:46.374Z Checking native-tls v0.2.18
21192026-03-13T17:31:46.401Z Checking rand_xorshift v0.4.0
21202026-03-13T17:31:46.477Z Checking rusty-fork v0.3.1
21212026-03-13T17:31:46.533Z Checking hyper-rustls v0.27.7
21222026-03-13T17:31:46.561Z Checking zerocopy v0.7.35
21232026-03-13T17:31:46.614Z Checking unarray v0.1.4
21242026-03-13T17:31:46.644Z Checking goblin v0.8.2
21252026-03-13T17:31:46.712Z Checking tokio-native-tls v0.3.1
21262026-03-13T17:31:46.751Z Checking num-bigint-dig v0.8.6
21272026-03-13T17:31:46.785Z Checking proptest v1.10.0
21282026-03-13T17:31:46.821Z Checking dtrace-parser v0.2.0
21292026-03-13T17:31:46.903Z Checking hyper-tls v0.6.0
21302026-03-13T17:31:47.159Z Checking reqwest v0.12.28
21312026-03-13T17:31:47.211Z Checking pkcs1 v0.7.5
21322026-03-13T17:31:47.312Z Checking x509-cert v0.2.5
21332026-03-13T17:31:47.538Z Checking thread-id v4.2.2
21342026-03-13T17:31:47.660Z Checking unicode-segmentation v1.12.0
21352026-03-13T17:31:47.693Z Checking elliptic-curve v0.13.8
21362026-03-13T17:31:47.926Z Checking zlib-rs v0.6.2
21372026-03-13T17:31:48.119Z Checking rsa v0.9.10
21382026-03-13T17:31:48.162Z Checking crossbeam-deque v0.8.6
21392026-03-13T17:31:48.227Z Checking rfc6979 v0.4.0
21402026-03-13T17:31:48.478Z Checking toml_write v0.1.2
21412026-03-13T17:31:48.507Z Checking ecdsa v0.16.9
21422026-03-13T17:31:48.507Z Checking toml_parser v1.0.9+spec-1.1.0
21432026-03-13T17:31:48.698Z Checking toml_edit v0.22.27
21442026-03-13T17:31:48.756Z Checking curve25519-dalek v4.1.3
21452026-03-13T17:31:48.857Z Checking dof v0.4.0
21462026-03-13T17:31:48.899Z Checking memoffset v0.9.1
21472026-03-13T17:31:48.914Z Checking rustix v0.38.44
21482026-03-13T17:31:49.089Z Checking env_filter v1.0.0
21492026-03-13T17:31:49.151Z Checking flate2 v1.1.9
21502026-03-13T17:31:49.209Z Checking psl-types v2.0.11
21512026-03-13T17:31:49.338Z Checking newtype-uuid v1.3.2
21522026-03-13T17:31:49.385Z Checking dof v0.3.0
21532026-03-13T17:31:49.395Z Checking keccak v0.1.6
21542026-03-13T17:31:49.589Z Checking publicsuffix v2.3.0
21552026-03-13T17:31:49.671Z Checking daft v0.1.5
21562026-03-13T17:31:49.700Z Checking sha3 v0.10.8
21572026-03-13T17:31:49.817Z Checking usdt-impl v0.5.0
21582026-03-13T17:31:49.857Z Checking env_logger v0.11.9
21592026-03-13T17:31:49.857Z Checking usdt-impl v0.6.0
21602026-03-13T17:31:49.857Z Checking ed25519 v2.2.3
21612026-03-13T17:31:49.988Z Checking cookie v0.18.1
21622026-03-13T17:31:50.009Z Checking itertools v0.13.0
21632026-03-13T17:31:50.055Z Checking serde_with v3.17.0
21642026-03-13T17:31:50.170Z Checking bitflags v1.3.2
21652026-03-13T17:31:50.364Z Checking siphasher v1.0.2
21662026-03-13T17:31:50.364Z Checking ed25519-dalek v2.2.0
21672026-03-13T17:31:50.872Z Checking rustls-platform-verifier v0.6.2
21682026-03-13T17:31:50.872Z Checking unicode-normalization v0.1.25
21692026-03-13T17:31:50.872Z Checking cookie_store v0.22.1
21702026-03-13T17:31:50.872Z Checking usdt v0.6.0
21712026-03-13T17:31:50.917Z Checking signal-hook v0.3.18
21722026-03-13T17:31:50.917Z Checking toml_datetime v0.7.5+spec-1.1.0
21732026-03-13T17:31:50.918Z Checking winnow v0.5.40
21742026-03-13T17:31:50.918Z Checking managed v0.8.0
21752026-03-13T17:31:50.918Z Checking nix v0.31.1
21762026-03-13T17:31:50.918Z Checking rayon-core v1.13.0
21772026-03-13T17:31:50.919Z Checking reqwest v0.13.2
21782026-03-13T17:31:50.919Z Checking bzip2-sys v0.1.13+1.0.8
21792026-03-13T17:31:50.948Z Checking object v0.37.3
21802026-03-13T17:31:51.016Z Checking foldhash v0.1.5
21812026-03-13T17:31:51.195Z Checking hashbrown v0.15.5
21822026-03-13T17:31:51.249Z Checking bzip2 v0.4.4
21832026-03-13T17:31:51.464Z Checking signal-hook-mio v0.2.5
21842026-03-13T17:31:51.507Z Checking ref-cast v1.0.25
21852026-03-13T17:31:51.609Z Checking zstd-sys v2.0.16+zstd.1.5.7
21862026-03-13T17:31:51.649Z Checking zip v0.6.6
21872026-03-13T17:31:51.800Z Checking zstd-safe v7.2.4
21882026-03-13T17:31:51.857Z Checking libbz2-rs-sys v0.2.2
21892026-03-13T17:31:51.933Z Checking bumpalo v3.20.2
21902026-03-13T17:31:52.032Z Checking zstd v0.13.3
21912026-03-13T17:31:52.072Z Checking crossterm v0.28.1
21922026-03-13T17:31:52.118Z Checking toml_edit v0.19.15
21932026-03-13T17:31:52.134Z Checking rayon v1.11.0
21942026-03-13T17:31:52.134Z Checking similar v2.7.0
21952026-03-13T17:31:52.239Z Checking zopfli v0.8.3
21962026-03-13T17:31:52.301Z Checking fs-err v3.3.0
21972026-03-13T17:31:52.399Z Checking bzip2 v0.6.1
21982026-03-13T17:31:52.637Z Checking hash32 v0.2.1
21992026-03-13T17:31:52.746Z Checking serde-big-array v0.5.1
22002026-03-13T17:31:52.756Z Checking predicates-core v1.0.10
22012026-03-13T17:31:52.756Z Checking unicode-bidi v0.3.18
22022026-03-13T17:31:52.909Z Checking unicode-properties v0.1.4
22032026-03-13T17:31:52.916Z Checking jiff v0.2.21
22042026-03-13T17:31:52.975Z Checking heapless v0.7.17
22052026-03-13T17:31:53.074Z Checking hickory-proto v0.25.2
22062026-03-13T17:31:53.174Z Checking tokio-stream v0.1.18
22072026-03-13T17:31:53.220Z Checking stringprep v0.1.5
22082026-03-13T17:31:53.443Z Checking md-5 v0.10.6
22092026-03-13T17:31:53.572Z Checking float-cmp v0.10.0
22102026-03-13T17:31:53.616Z Checking toml v0.7.8
22112026-03-13T17:31:53.661Z Checking rustc-hash v2.1.1
22122026-03-13T17:31:53.709Z Checking normalize-line-endings v0.3.0
22132026-03-13T17:31:53.765Z Checking difflib v0.4.0
22142026-03-13T17:31:53.833Z Checking fallible-iterator v0.2.0
22152026-03-13T17:31:53.878Z Checking iddqd v0.3.17
22162026-03-13T17:31:54.027Z Checking predicates v3.1.4
22172026-03-13T17:31:54.087Z Checking smoltcp v0.9.1
22182026-03-13T17:31:54.228Z Checking postgres-protocol v0.6.10
22192026-03-13T17:31:54.279Z Checking phf_shared v0.11.3
22202026-03-13T17:31:54.370Z Checking phf_shared v0.13.1
22212026-03-13T17:31:54.461Z Checking itertools v0.12.1
22222026-03-13T17:31:54.506Z Checking console v0.16.2
22232026-03-13T17:31:54.675Z Checking buf-list v1.1.2
22242026-03-13T17:31:54.680Z Checking strum v0.27.2
22252026-03-13T17:31:54.882Z Checking fixedbitset v0.4.2
22262026-03-13T17:31:54.931Z Checking fixedbitset v0.5.7
22272026-03-13T17:31:54.936Z Checking unit-prefix v0.5.2
22282026-03-13T17:31:54.936Z Checking lalrpop-util v0.19.12
22292026-03-13T17:31:55.061Z Checking precomputed-hash v0.1.1
22302026-03-13T17:31:55.106Z Checking new_debug_unreachable v1.0.6
22312026-03-13T17:31:55.155Z Checking indicatif v0.18.4
22322026-03-13T17:31:55.200Z Checking petgraph v0.6.5
22332026-03-13T17:31:55.242Z Checking petgraph v0.8.3
22342026-03-13T17:31:55.246Z Checking string_cache v0.8.9
22352026-03-13T17:31:55.327Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-13T17:31:55.531Z Checking postgres-types v0.2.12
22372026-03-13T17:31:55.680Z Checking phf v0.13.1
22382026-03-13T17:31:55.843Z Checking zone v0.3.1
22392026-03-13T17:31:55.907Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22402026-03-13T17:31:55.981Z Checking whoami v2.1.0
22412026-03-13T17:31:56.082Z Checking zip v4.6.1
22422026-03-13T17:31:56.267Z Checking peg-runtime v0.8.5
22432026-03-13T17:31:56.354Z Checking tokio-postgres v0.7.16
22442026-03-13T17:31:56.481Z Checking futures-executor v0.3.32
22452026-03-13T17:31:56.545Z Checking is-terminal v0.4.17
22462026-03-13T17:31:56.673Z Checking crossbeam-channel v0.5.15
22472026-03-13T17:31:56.717Z Checking futures v0.3.32
22482026-03-13T17:31:56.845Z Compiling structmeta-derive v0.3.0
22492026-03-13T17:31:56.901Z Checking thread_local v1.1.9
22502026-03-13T17:31:56.905Z Checking term v1.2.1
22512026-03-13T17:31:56.978Z Checking take_mut v0.2.2
22522026-03-13T17:31:57.135Z Compiling newtype-uuid-macros v0.1.0
22532026-03-13T17:31:57.179Z Compiling rustls v0.22.4
22542026-03-13T17:31:57.244Z Checking slog-async v2.8.0
22552026-03-13T17:31:57.263Z Checking slog-term v2.9.2
22562026-03-13T17:31:57.422Z Checking regress v0.10.5
22572026-03-13T17:31:57.511Z Compiling multer v3.1.0
22582026-03-13T17:31:57.566Z Compiling async-stream-impl v0.3.6
22592026-03-13T17:31:57.637Z Compiling dropshot v0.16.7
22602026-03-13T17:31:57.896Z Compiling dropshot_endpoint v0.16.7
22612026-03-13T17:31:58.003Z Checking match_cfg v0.1.0
22622026-03-13T17:31:58.060Z Checking slog-json v2.6.1
22632026-03-13T17:31:58.122Z Checking hostname v0.3.1
22642026-03-13T17:31:58.196Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-13T17:31:58.282Z Checking debug-ignore v1.0.5
22662026-03-13T17:31:58.325Z Checking slog-bunyan v2.5.0
22672026-03-13T17:31:58.371Z Compiling structmeta v0.3.0
22682026-03-13T17:31:58.429Z Checking serde_spanned v1.0.4
22692026-03-13T17:31:58.473Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-13T17:31:58.559Z Checking rustls-webpki v0.102.8
22712026-03-13T17:31:58.611Z Checking serde_path_to_error v0.1.20
22722026-03-13T17:31:58.658Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22732026-03-13T17:31:58.702Z Compiling derive-ex v0.1.8
22742026-03-13T17:31:58.747Z Checking async-stream v0.3.6
22752026-03-13T17:31:58.790Z Checking toml v0.9.12+spec-1.1.0
22762026-03-13T17:31:59.014Z Checking waitgroup v0.1.2
22772026-03-13T17:31:59.198Z Checking rustls-pemfile v2.2.0
22782026-03-13T17:31:59.219Z Checking hostname v0.4.2
22792026-03-13T17:31:59.262Z Checking progenitor-client v0.13.0
22802026-03-13T17:31:59.378Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-03-13T17:31:59.420Z Compiling parse-display-derive v0.10.0
22822026-03-13T17:31:59.572Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832026-03-13T17:31:59.586Z Checking itertools v0.14.0
22842026-03-13T17:31:59.589Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22852026-03-13T17:31:59.673Z Checking macaddr v1.0.1
22862026-03-13T17:31:59.679Z Checking progenitor-client v0.10.0
22872026-03-13T17:31:59.943Z Checking instant v0.1.13
22882026-03-13T17:32:00.029Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22892026-03-13T17:32:00.094Z Checking backoff v0.4.0
22902026-03-13T17:32:00.195Z Checking backon v1.6.0
22912026-03-13T17:32:00.336Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22922026-03-13T17:32:00.379Z Checking heck v0.5.0
22932026-03-13T17:32:00.464Z Checking progenitor-extras v0.1.1
22942026-03-13T17:32:00.612Z Checking camino-tempfile v1.4.1
22952026-03-13T17:32:00.794Z Checking toml v0.8.23
22962026-03-13T17:32:00.994Z Compiling unsafe-libyaml v0.2.11
22972026-03-13T17:32:01.048Z Compiling convert_case v0.4.0
22982026-03-13T17:32:01.093Z Compiling test-strategy v0.4.5
22992026-03-13T17:32:01.101Z Checking tokio-rustls v0.25.0
23002026-03-13T17:32:01.258Z Checking secrecy v0.10.3
23012026-03-13T17:32:01.479Z Compiling toml_edit v0.23.10+spec-1.0.0
23022026-03-13T17:32:01.579Z Compiling derive_more v0.99.20
23032026-03-13T17:32:01.732Z Checking parse-display v0.10.0
23042026-03-13T17:32:01.974Z Compiling serde_yaml v0.9.34+deprecated
23052026-03-13T17:32:02.026Z Compiling crucible-workspace-hack v0.1.0
23062026-03-13T17:32:02.300Z Compiling proc-macro-crate v3.4.0
23072026-03-13T17:32:02.760Z Compiling typify-impl v0.6.1
23082026-03-13T17:32:02.983Z Checking half v2.7.1
23092026-03-13T17:32:03.142Z Checking glob v0.3.3
23102026-03-13T17:32:03.190Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23112026-03-13T17:32:03.365Z Checking ciborium-io v0.2.2
23122026-03-13T17:32:03.431Z Compiling heapless v0.8.0
23132026-03-13T17:32:03.518Z Checking ciborium-ll v0.2.2
23142026-03-13T17:32:03.722Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-03-13T17:32:03.787Z Checking ciborium v0.2.2
23162026-03-13T17:32:03.990Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172026-03-13T17:32:04.092Z Compiling ingot-macros v0.1.1
23182026-03-13T17:32:04.134Z Checking tabwriter v1.4.1
23192026-03-13T17:32:04.177Z Checking hash32 v0.3.1
23202026-03-13T17:32:04.358Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-03-13T17:32:04.395Z Compiling smoltcp v0.11.0
23222026-03-13T17:32:04.721Z Compiling num_enum_derive v0.7.5
23232026-03-13T17:32:04.746Z Checking cobs v0.3.0
23242026-03-13T17:32:04.937Z Compiling foreign-types-macros v0.2.3
23252026-03-13T17:32:04.989Z Checking foreign-types-shared v0.3.1
23262026-03-13T17:32:05.026Z Checking cpufeatures v0.3.0
23272026-03-13T17:32:05.171Z Checking chacha20 v0.10.0
23282026-03-13T17:32:05.299Z Checking postcard v1.1.3
23292026-03-13T17:32:05.776Z Checking foreign-types v0.5.0
23302026-03-13T17:32:05.835Z Compiling proc-macro-crate v1.3.1
23312026-03-13T17:32:05.909Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-13T17:32:06.150Z Checking num_enum v0.7.5
23332026-03-13T17:32:06.224Z Checking sigpipe v0.1.3
23342026-03-13T17:32:06.321Z Checking cstr-argument v0.1.2
23352026-03-13T17:32:06.366Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-03-13T17:32:06.408Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-03-13T17:32:06.571Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23382026-03-13T17:32:06.746Z Checking colored v3.1.1
23392026-03-13T17:32:06.926Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-13T17:32:06.958Z Compiling num_enum_derive v0.5.11
23412026-03-13T17:32:07.010Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23422026-03-13T17:32:07.039Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23432026-03-13T17:32:07.141Z Checking rand v0.10.0
23442026-03-13T17:32:07.145Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23452026-03-13T17:32:07.253Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23462026-03-13T17:32:07.297Z Checking indent_write v2.2.0
23472026-03-13T17:32:07.535Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23482026-03-13T17:32:07.653Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23492026-03-13T17:32:07.762Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23502026-03-13T17:32:07.815Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-13T17:32:07.925Z Checking smf v0.2.3
23522026-03-13T17:32:08.016Z Checking ingot-types v0.1.2
23532026-03-13T17:32:08.085Z Compiling num-derive v0.4.2
23542026-03-13T17:32:08.256Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-03-13T17:32:08.302Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23562026-03-13T17:32:08.389Z Checking num_enum v0.5.11
23572026-03-13T17:32:08.529Z Checking whoami v1.6.1
23582026-03-13T17:32:08.573Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23592026-03-13T17:32:08.578Z Checking ingot v0.1.1
23602026-03-13T17:32:08.713Z Checking universal-hash v0.5.1
23612026-03-13T17:32:08.793Z Checking opaque-debug v0.3.1
23622026-03-13T17:32:08.910Z Checking aead v0.5.2
23632026-03-13T17:32:08.932Z Checking swrite v0.1.0
23642026-03-13T17:32:09.028Z Checking poly1305 v0.8.0
23652026-03-13T17:32:09.071Z Checking chacha20 v0.9.1
23662026-03-13T17:32:09.116Z Checking unicode-width v0.1.14
23672026-03-13T17:32:09.125Z Compiling thiserror-impl-no-std v2.0.2
23682026-03-13T17:32:09.378Z Compiling typify-macro v0.6.1
23692026-03-13T17:32:09.475Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-13T17:32:09.475Z Checking password-hash v0.5.0
23712026-03-13T17:32:09.504Z Checking blake2 v0.10.6
23722026-03-13T17:32:09.513Z Compiling usdt-macro v0.5.0
23732026-03-13T17:32:09.824Z Compiling usdt-attr-macro v0.5.0
23742026-03-13T17:32:09.865Z Checking memmap v0.7.0
23752026-03-13T17:32:09.865Z Checking argon2 v0.5.3
23762026-03-13T17:32:09.941Z Checking chacha20poly1305 v0.10.1
23772026-03-13T17:32:10.132Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23782026-03-13T17:32:10.262Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23792026-03-13T17:32:10.513Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23802026-03-13T17:32:10.550Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-03-13T17:32:10.675Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-03-13T17:32:10.853Z Checking usdt v0.5.0
23832026-03-13T17:32:10.915Z Checking thiserror-no-std v2.0.2
23842026-03-13T17:32:10.915Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23852026-03-13T17:32:10.954Z Compiling derive-where v1.6.0
23862026-03-13T17:32:10.965Z Checking vsss-rs v3.3.4
23872026-03-13T17:32:11.180Z Checking tokio-dtrace v0.1.1
23882026-03-13T17:32:11.220Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23892026-03-13T17:32:11.220Z Checking atomicwrites v0.4.4
23902026-03-13T17:32:11.290Z Checking oxide-tokio-rt v0.1.3
23912026-03-13T17:32:11.366Z Checking console v0.15.11
23922026-03-13T17:32:11.505Z Checking newline-converter v0.3.0
23932026-03-13T17:32:11.698Z Checking bytecount v0.6.9
23942026-03-13T17:32:11.781Z Compiling prettyplease v0.2.37
23952026-03-13T17:32:11.909Z Compiling typify v0.6.1
23962026-03-13T17:32:12.059Z Checking expectorate v1.2.0
23972026-03-13T17:32:12.064Z Compiling progenitor-impl v0.13.0
23982026-03-13T17:32:12.109Z Compiling owo-colors v4.3.0
23992026-03-13T17:32:12.139Z Compiling cancel-safe-futures v0.1.5
24002026-03-13T17:32:12.738Z Checking libsw-core v0.3.2
24012026-03-13T17:32:12.846Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24022026-03-13T17:32:12.846Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-03-13T17:32:12.846Z Checking libsw v3.5.0
24042026-03-13T17:32:12.846Z Checking linear-map v1.2.0
24052026-03-13T17:32:13.064Z Checking same-file v1.0.6
24062026-03-13T17:32:13.100Z Checking num-rational v0.4.2
24072026-03-13T17:32:13.100Z Checking num-complex v0.4.6
24082026-03-13T17:32:13.128Z Checking walkdir v2.5.0
24092026-03-13T17:32:13.200Z Checking float-ord v0.3.2
24102026-03-13T17:32:13.352Z Compiling typify-impl v0.4.3
24112026-03-13T17:32:13.398Z Checking gethostname v0.5.0
24122026-03-13T17:32:13.585Z Checking num v0.4.3
24132026-03-13T17:32:13.630Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24142026-03-13T17:32:13.694Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24152026-03-13T17:32:13.733Z Compiling async-recursion v1.1.1
24162026-03-13T17:32:14.039Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-03-13T17:32:14.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24182026-03-13T17:32:15.750Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24192026-03-13T17:32:15.782Z Compiling progenitor-macro v0.13.0
24202026-03-13T17:32:16.330Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-03-13T17:32:17.186Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24222026-03-13T17:32:20.928Z Checking unicode-linebreak v0.1.5
24232026-03-13T17:32:20.995Z Checking smawk v0.3.2
24242026-03-13T17:32:20.995Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24252026-03-13T17:32:20.995Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24262026-03-13T17:32:20.995Z Compiling typify-macro v0.4.3
24272026-03-13T17:32:20.995Z Checking globset v0.4.18
24282026-03-13T17:32:20.995Z Compiling convert_case v0.10.0
24292026-03-13T17:32:21.214Z Compiling slog-dtrace v0.3.0
24302026-03-13T17:32:21.329Z Checking resolv-conf v0.7.6
24312026-03-13T17:32:21.598Z Compiling derive_more-impl v2.1.1
24322026-03-13T17:32:21.826Z Compiling pin-project-internal v1.1.11
24332026-03-13T17:32:22.083Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24342026-03-13T17:32:22.105Z Compiling typify v0.4.3
24352026-03-13T17:32:22.445Z Checking pem v3.0.6
24362026-03-13T17:32:22.637Z Checking fd-lock v4.0.4
24372026-03-13T17:32:22.746Z Checking vte v0.14.1
24382026-03-13T17:32:22.794Z Checking derive_more v2.1.1
24392026-03-13T17:32:22.932Z Checking progenitor v0.13.0
24402026-03-13T17:32:22.945Z Checking display-error-chain v0.2.2
24412026-03-13T17:32:22.945Z Checking crossterm v0.29.0
24422026-03-13T17:32:23.077Z Checking strip-ansi-escapes v0.2.1
24432026-03-13T17:32:23.088Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-03-13T17:32:23.088Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24452026-03-13T17:32:23.261Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24462026-03-13T17:32:23.269Z Compiling snafu-derive v0.8.9
24472026-03-13T17:32:23.449Z Checking pin-project v1.1.11
24482026-03-13T17:32:23.604Z Checking linked-hash-map v0.5.6
24492026-03-13T17:32:23.750Z Checking nu-ansi-term v0.50.3
24502026-03-13T17:32:23.869Z Checking termtree v0.5.1
24512026-03-13T17:32:23.966Z Checking lru-cache v0.1.2
24522026-03-13T17:32:24.063Z Checking reedline v0.40.0
24532026-03-13T17:32:24.109Z Compiling progenitor-impl v0.11.2
24542026-03-13T17:32:24.156Z Checking textwrap v0.16.2
24552026-03-13T17:32:24.467Z Checking olpc-cjson v0.1.4
24562026-03-13T17:32:24.675Z Checking hickory-proto v0.24.4
24572026-03-13T17:32:25.663Z Checking serde_plain v1.0.2
24582026-03-13T17:32:25.742Z Checking typed-path v0.9.3
24592026-03-13T17:32:25.876Z Compiling minimal-lexical v0.2.1
24602026-03-13T17:32:25.960Z Checking snafu v0.8.9
24612026-03-13T17:32:26.242Z Compiling nom v7.1.3
24622026-03-13T17:32:26.488Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24632026-03-13T17:32:26.548Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24642026-03-13T17:32:26.845Z Checking tough v0.20.0
24652026-03-13T17:32:27.086Z Checking progenitor-client v0.11.2
24662026-03-13T17:32:27.305Z Checking nibble_vec v0.1.0
24672026-03-13T17:32:27.421Z Checking endian-type v0.1.2
24682026-03-13T17:32:27.499Z Checking hickory-resolver v0.24.4
24692026-03-13T17:32:27.503Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24702026-03-13T17:32:27.621Z Checking radix_trie v0.2.1
24712026-03-13T17:32:27.764Z Compiling ar_archive_writer v0.5.1
24722026-03-13T17:32:27.811Z Compiling progenitor-macro v0.11.2
24732026-03-13T17:32:27.937Z Checking humantime v2.3.0
24742026-03-13T17:32:28.099Z Checking csv-core v0.1.13
24752026-03-13T17:32:28.214Z Checking base64 v0.21.7
24762026-03-13T17:32:28.363Z Compiling stacker v0.1.23
24772026-03-13T17:32:28.405Z Checking csv v1.4.0
24782026-03-13T17:32:28.526Z Checking qorb v0.4.1
24792026-03-13T17:32:28.570Z Checking highway v1.3.0
24802026-03-13T17:32:28.745Z Compiling cfg_aliases v0.1.1
24812026-03-13T17:32:28.877Z Compiling nix v0.28.0
24822026-03-13T17:32:28.965Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24832026-03-13T17:32:29.018Z Checking papergrid v0.11.0
24842026-03-13T17:32:29.061Z Compiling psm v0.1.30
24852026-03-13T17:32:29.399Z Compiling tabled_derive v0.7.0
24862026-03-13T17:32:29.556Z Checking home v0.5.12
24872026-03-13T17:32:29.662Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24882026-03-13T17:32:29.729Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24892026-03-13T17:32:30.125Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24902026-03-13T17:32:30.267Z Checking phf_shared v0.12.1
24912026-03-13T17:32:30.333Z Compiling recursive-proc-macro-impl v0.1.1
24922026-03-13T17:32:30.668Z Compiling chrono-tz v0.10.4
24932026-03-13T17:32:30.739Z Checking tabled v0.15.0
24942026-03-13T17:32:30.816Z Compiling semver v0.1.20
24952026-03-13T17:32:30.880Z Checking phf v0.12.1
24962026-03-13T17:32:30.926Z Checking recursive v0.1.1
24972026-03-13T17:32:31.080Z Compiling rustc_version v0.1.7
24982026-03-13T17:32:31.123Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24992026-03-13T17:32:31.247Z Compiling const_format_proc_macros v0.2.34
25002026-03-13T17:32:31.413Z Compiling peg-macros v0.8.5
25012026-03-13T17:32:31.836Z Checking winnow v0.6.26
25022026-03-13T17:32:32.360Z Compiling sqlparser_derive v0.5.0
25032026-03-13T17:32:32.404Z Checking unicode_categories v0.1.1
25042026-03-13T17:32:32.649Z Checking rustyline v14.0.0
25052026-03-13T17:32:32.815Z Checking const_format v0.2.35
25062026-03-13T17:32:33.348Z Checking peg v0.8.5
25072026-03-13T17:32:33.436Z Checking sqlformat v0.3.5
25082026-03-13T17:32:33.480Z Checking sqlparser v0.61.0
25092026-03-13T17:32:33.583Z Compiling newtype_derive v0.1.6
25102026-03-13T17:32:33.880Z Checking bcs v0.1.6
25112026-03-13T17:32:34.225Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25122026-03-13T17:32:34.273Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25132026-03-13T17:32:34.316Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25142026-03-13T17:32:34.412Z Checking steno v0.4.1
25152026-03-13T17:32:34.494Z Checking utf-8 v0.7.6
25162026-03-13T17:32:34.682Z Checking filetime v0.2.27
25172026-03-13T17:32:34.726Z Checking arc-swap v1.8.2
25182026-03-13T17:32:34.838Z Checking progenitor v0.11.2
25192026-03-13T17:32:34.892Z Checking xattr v1.6.1
25202026-03-13T17:32:35.036Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25212026-03-13T17:32:35.080Z Checking slog-scope v4.4.1
25222026-03-13T17:32:35.121Z Checking tar v0.4.44
25232026-03-13T17:32:35.280Z Compiling progenitor-impl v0.10.0
25242026-03-13T17:32:35.387Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-03-13T17:32:35.559Z Checking slog-stdlog v4.1.1
25262026-03-13T17:32:35.748Z Checking slog-envlogger v2.2.0
25272026-03-13T17:32:35.791Z Checking tungstenite v0.21.0
25282026-03-13T17:32:35.965Z Checking typeid v1.0.3
25292026-03-13T17:32:36.129Z Checking subprocess v0.2.15
25302026-03-13T17:32:36.378Z Checking tokio-tungstenite v0.21.0
25312026-03-13T17:32:36.544Z Checking headers-core v0.3.0
25322026-03-13T17:32:36.714Z Checking headers v0.4.1
25332026-03-13T17:32:36.771Z Compiling lzma-sys v0.1.20
25342026-03-13T17:32:36.845Z Compiling cargo_toml v0.22.3
25352026-03-13T17:32:37.383Z Checking yasna v0.5.2
25362026-03-13T17:32:37.591Z Checking xz2 v0.1.7
25372026-03-13T17:32:37.860Z Checking ron v0.12.0
25382026-03-13T17:32:37.973Z Checking rcgen v0.12.1
25392026-03-13T17:32:38.423Z Checking base16ct v1.0.0
25402026-03-13T17:32:38.635Z Checking dropshot-api-manager-types v0.6.0
25412026-03-13T17:32:38.887Z Checking tagptr v0.2.0
25422026-03-13T17:32:38.891Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25432026-03-13T17:32:39.032Z Compiling progenitor-macro v0.10.0
25442026-03-13T17:32:39.100Z Checking moka v0.12.13
25452026-03-13T17:32:39.175Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25462026-03-13T17:32:39.221Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25472026-03-13T17:32:39.391Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25482026-03-13T17:32:39.550Z Compiling libefi-sys v0.1.0
25492026-03-13T17:32:39.809Z Compiling radium v0.7.0
25502026-03-13T17:32:39.913Z Compiling bitfield-struct v0.6.2
25512026-03-13T17:32:39.998Z Checking hickory-resolver v0.25.2
25522026-03-13T17:32:40.044Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25532026-03-13T17:32:40.083Z Checking tap v1.0.1
25542026-03-13T17:32:40.243Z Compiling maybe-uninit v2.0.0
25552026-03-13T17:32:40.286Z Checking wyz v0.5.1
25562026-03-13T17:32:40.790Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-13T17:32:40.831Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25582026-03-13T17:32:40.873Z Compiling zerocopy-derive v0.6.6
25592026-03-13T17:32:40.943Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25602026-03-13T17:32:41.023Z Compiling packed_struct v0.10.1
25612026-03-13T17:32:41.163Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-03-13T17:32:41.302Z Checking funty v2.0.0
25632026-03-13T17:32:41.390Z Checking crc-catalog v2.4.0
25642026-03-13T17:32:41.553Z Checking crc v3.4.0
25652026-03-13T17:32:41.652Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25662026-03-13T17:32:41.797Z Checking bitvec v1.0.1
25672026-03-13T17:32:41.838Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25682026-03-13T17:32:42.045Z Checking zerocopy v0.6.6
25692026-03-13T17:32:42.130Z Compiling packed_struct_codegen v0.10.1
25702026-03-13T17:32:42.134Z Compiling bitfield-macros v0.19.4
25712026-03-13T17:32:42.213Z Compiling indexmap v1.9.3
25722026-03-13T17:32:42.487Z Checking nodrop v0.1.14
25732026-03-13T17:32:42.584Z Checking smallvec v0.6.14
25742026-03-13T17:32:42.633Z Checking array-init v0.0.4
25752026-03-13T17:32:42.879Z Checking hashbrown v0.12.3
25762026-03-13T17:32:43.212Z Checking bitfield v0.19.4
25772026-03-13T17:32:43.252Z Checking serde-hex v0.1.0
25782026-03-13T17:32:43.632Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25792026-03-13T17:32:43.675Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25802026-03-13T17:32:43.868Z Checking ron v0.8.1
25812026-03-13T17:32:43.999Z Checking hashbrown v0.13.2
25822026-03-13T17:32:44.616Z Checking crc-any v2.5.0
25832026-03-13T17:32:44.621Z Checking object v0.30.4
25842026-03-13T17:32:44.904Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25852026-03-13T17:32:44.947Z Checking path-slash v0.1.5
25862026-03-13T17:32:45.110Z Compiling xshell-macros v0.2.7
25872026-03-13T17:32:45.153Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-03-13T17:32:45.355Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25892026-03-13T17:32:45.414Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-03-13T17:32:45.652Z Checking half v1.8.3
25912026-03-13T17:32:45.737Z Checking xshell v0.2.7
25922026-03-13T17:32:45.954Z Checking serde_cbor v0.11.2
25932026-03-13T17:32:45.996Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25942026-03-13T17:32:46.093Z Checking progenitor v0.10.0
25952026-03-13T17:32:46.273Z Compiling num-derive v0.3.3
25962026-03-13T17:32:46.317Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-13T17:32:46.529Z Compiling proc-macro-error-attr2 v2.0.0
25982026-03-13T17:32:46.960Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25992026-03-13T17:32:47.091Z Compiling proc-macro-error2 v2.0.1
26002026-03-13T17:32:47.265Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26012026-03-13T17:32:47.489Z Checking libscf-sys v1.1.0
26022026-03-13T17:32:47.531Z Compiling tabled_derive v0.11.0
26032026-03-13T17:32:47.689Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-03-13T17:32:47.746Z Checking papergrid v0.17.0
26052026-03-13T17:32:47.788Z Checking testing_table v0.3.0
26062026-03-13T17:32:47.965Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26072026-03-13T17:32:48.032Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26082026-03-13T17:32:48.344Z Checking maplit v1.0.2
26092026-03-13T17:32:48.484Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-03-13T17:32:49.005Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26112026-03-13T17:32:49.060Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26122026-03-13T17:32:49.227Z Checking tabled v0.20.0
26132026-03-13T17:32:49.689Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26142026-03-13T17:32:49.731Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-13T17:32:50.091Z Checking crc8 v0.1.1
26162026-03-13T17:32:50.197Z Checking fxhash v0.2.1
26172026-03-13T17:32:50.246Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26182026-03-13T17:32:50.290Z Checking unicase v2.9.0
26192026-03-13T17:32:50.384Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26202026-03-13T17:32:50.531Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26212026-03-13T17:32:51.110Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26222026-03-13T17:32:51.148Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26232026-03-13T17:32:51.187Z Checking kstat-rs v0.2.4
26242026-03-13T17:32:51.466Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26252026-03-13T17:32:51.620Z Compiling parking_lot_core v0.8.6
26262026-03-13T17:32:51.738Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26272026-03-13T17:32:52.028Z Compiling git-stub v1.0.0
26282026-03-13T17:32:52.072Z Compiling dsl_auto_type v0.1.3
26292026-03-13T17:32:52.113Z Checking scheduled-thread-pool v0.2.7
26302026-03-13T17:32:52.328Z Compiling vergen-gitcl v1.0.8
26312026-03-13T17:32:52.396Z Compiling diesel_table_macro_syntax v0.2.0
26322026-03-13T17:32:52.415Z Checking r2d2 v0.8.10
26332026-03-13T17:32:52.670Z Compiling git-stub-vcs v0.1.0
26342026-03-13T17:32:52.711Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26352026-03-13T17:32:52.749Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26362026-03-13T17:32:52.831Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26372026-03-13T17:32:52.940Z Compiling diesel_derives v2.2.7
26382026-03-13T17:32:53.013Z Checking parking_lot v0.11.2
26392026-03-13T17:32:53.198Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26402026-03-13T17:32:53.269Z Checking prefix-trie v0.7.0
26412026-03-13T17:32:53.311Z Checking nanorand v0.7.0
26422026-03-13T17:32:53.605Z Compiling dirs-sys-next v0.1.2
26432026-03-13T17:32:53.735Z Compiling crunchy v0.2.4
26442026-03-13T17:32:53.778Z Checking hickory-server v0.25.2
26452026-03-13T17:32:53.892Z Compiling dirs-next v2.0.0
26462026-03-13T17:32:53.961Z Checking flume v0.11.1
26472026-03-13T17:32:54.005Z Checking sled v0.34.7
26482026-03-13T17:32:54.095Z Compiling clang-sys v1.8.1
26492026-03-13T17:32:54.197Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-03-13T17:32:54.313Z Checking hickory-client v0.25.2
26512026-03-13T17:32:54.371Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26522026-03-13T17:32:54.492Z Compiling tiny-keccak v2.0.2
26532026-03-13T17:32:54.752Z Compiling term v0.7.0
26542026-03-13T17:32:54.836Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-03-13T17:32:54.900Z Compiling salty v0.3.0
26562026-03-13T17:32:55.081Z Compiling bit-vec v0.6.3
26572026-03-13T17:32:55.319Z Compiling ascii-canvas v3.0.0
26582026-03-13T17:32:55.410Z Compiling bit-set v0.5.3
26592026-03-13T17:32:55.542Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-03-13T17:32:55.659Z Checking primeorder v0.13.6
26612026-03-13T17:32:55.689Z Compiling itertools v0.10.5
26622026-03-13T17:32:55.999Z Compiling ena v0.14.4
26632026-03-13T17:32:56.040Z Compiling libloading v0.8.9
26642026-03-13T17:32:56.249Z Compiling regex-syntax v0.6.29
26652026-03-13T17:32:56.308Z Compiling diff v0.1.13
26662026-03-13T17:32:56.350Z Compiling bindgen v0.71.1
26672026-03-13T17:32:57.071Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-03-13T17:32:57.168Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26692026-03-13T17:32:57.299Z Compiling cexpr v0.6.0
26702026-03-13T17:32:57.449Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26712026-03-13T17:32:57.949Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-03-13T17:32:58.061Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26732026-03-13T17:32:58.267Z Compiling lalrpop v0.19.12
26742026-03-13T17:32:58.324Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-03-13T17:32:58.633Z Compiling libxml v0.3.3
26762026-03-13T17:32:58.977Z Compiling fs-err v2.11.0
26772026-03-13T17:32:59.104Z Checking diesel v2.2.12
26782026-03-13T17:32:59.224Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26792026-03-13T17:32:59.262Z Checking p384 v0.13.1
26802026-03-13T17:32:59.482Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26812026-03-13T17:32:59.626Z Compiling strum_macros v0.24.3
26822026-03-13T17:32:59.859Z Compiling indoc v1.0.9
26832026-03-13T17:33:01.484Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26842026-03-13T17:33:01.675Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26852026-03-13T17:33:01.960Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-13T17:33:02.240Z Checking quick-xml v0.37.5
26872026-03-13T17:33:02.282Z Checking derive_builder v0.20.2
26882026-03-13T17:33:02.458Z Compiling oso-derive v0.27.3
26892026-03-13T17:33:02.729Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-13T17:33:02.992Z Compiling trait-variant v0.1.2
26912026-03-13T17:33:03.166Z Checking parse-size v1.1.0
26922026-03-13T17:33:03.354Z Checking openssl-probe v0.1.6
26932026-03-13T17:33:03.517Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26942026-03-13T17:33:03.560Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26952026-03-13T17:33:03.754Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26962026-03-13T17:33:04.681Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26972026-03-13T17:33:04.864Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26982026-03-13T17:33:05.252Z Checking assert_matches v1.5.0
26992026-03-13T17:33:05.381Z Compiling mime_guess v2.0.5
27002026-03-13T17:33:05.428Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27012026-03-13T17:33:05.742Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27022026-03-13T17:33:05.832Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27032026-03-13T17:33:05.900Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27042026-03-13T17:33:06.131Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-13T17:33:06.865Z Checking predicates-tree v1.0.13
27062026-03-13T17:33:07.047Z Checking http-range v0.1.5
27072026-03-13T17:33:07.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27082026-03-13T17:33:07.607Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-03-13T17:33:08.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27102026-03-13T17:33:08.288Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27112026-03-13T17:33:08.561Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27122026-03-13T17:33:09.612Z Checking atty v0.2.14
27132026-03-13T17:33:09.652Z Compiling diesel-dtrace v0.4.2
27142026-03-13T17:33:09.766Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-03-13T17:33:10.747Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-03-13T17:33:11.200Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27172026-03-13T17:33:11.263Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-03-13T17:33:11.563Z Checking bb8 v0.8.6
27192026-03-13T17:33:11.801Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-13T17:33:11.844Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27212026-03-13T17:33:11.929Z Checking corncobs v0.1.4
27222026-03-13T17:33:12.071Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-03-13T17:33:12.125Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27242026-03-13T17:33:12.270Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-13T17:33:12.308Z Checking hyper-staticfile v0.10.1
27262026-03-13T17:33:12.526Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27272026-03-13T17:33:12.662Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27282026-03-13T17:33:12.710Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27292026-03-13T17:33:12.753Z Checking ignore v0.4.25
27302026-03-13T17:33:12.899Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-03-13T17:33:13.024Z Checking signal-hook-tokio v0.3.1
27322026-03-13T17:33:13.222Z Checking secrecy v0.8.0
27332026-03-13T17:33:13.340Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27342026-03-13T17:33:13.679Z Checking globwalk v0.9.1
27352026-03-13T17:33:13.796Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27362026-03-13T17:33:13.951Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27372026-03-13T17:33:14.196Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27382026-03-13T17:33:14.447Z Checking nonempty v0.12.0
27392026-03-13T17:33:14.579Z Checking camino-tempfile-ext v0.3.3
27402026-03-13T17:33:14.688Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-13T17:33:14.838Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-03-13T17:33:14.884Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27432026-03-13T17:33:15.247Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-03-13T17:33:15.720Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27452026-03-13T17:33:15.886Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-13T17:33:16.223Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-03-13T17:33:16.265Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27482026-03-13T17:33:16.481Z Checking async-bb8-diesel v0.2.1
27492026-03-13T17:33:17.266Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27502026-03-13T17:33:17.317Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27512026-03-13T17:33:17.483Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27522026-03-13T17:33:17.657Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27532026-03-13T17:33:17.804Z Checking tungstenite v0.23.0
27542026-03-13T17:33:18.223Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552026-03-13T17:33:18.268Z Checking void v1.0.2
27562026-03-13T17:33:18.440Z Checking lzss v0.8.2
27572026-03-13T17:33:18.482Z Checking tokio-tungstenite v0.23.1
27582026-03-13T17:33:18.712Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-03-13T17:33:18.753Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27602026-03-13T17:33:18.868Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-03-13T17:33:19.000Z Checking nix v0.27.1
27622026-03-13T17:33:19.667Z Checking serde_bytes v0.11.19
27632026-03-13T17:33:19.763Z Checking rand_seeder v0.4.0
27642026-03-13T17:33:19.930Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-03-13T17:33:19.990Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-13T17:33:20.448Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27672026-03-13T17:33:20.499Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-03-13T17:33:20.700Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27692026-03-13T17:33:21.502Z Checking is_ci v1.2.0
27702026-03-13T17:33:21.706Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27712026-03-13T17:33:21.783Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27722026-03-13T17:33:21.883Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27732026-03-13T17:33:22.041Z Checking yansi v1.0.1
27742026-03-13T17:33:22.383Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27752026-03-13T17:33:22.427Z Checking pretty_assertions v1.4.1
27762026-03-13T17:33:22.641Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27772026-03-13T17:33:22.708Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27782026-03-13T17:33:23.013Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27792026-03-13T17:33:23.343Z Compiling darling_core v0.23.0
27802026-03-13T17:33:24.457Z Compiling indoc v2.0.7
27812026-03-13T17:33:24.682Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27822026-03-13T17:33:24.728Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27832026-03-13T17:33:24.988Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-03-13T17:33:25.107Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-03-13T17:33:25.415Z Compiling instability v0.3.11
27862026-03-13T17:33:25.597Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27872026-03-13T17:33:25.806Z Compiling libz-sys v1.1.24
27882026-03-13T17:33:25.859Z Checking castaway v0.2.4
27892026-03-13T17:33:26.036Z Checking compact_str v0.8.1
27902026-03-13T17:33:26.083Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27912026-03-13T17:33:26.601Z Checking supports-color v3.0.2
27922026-03-13T17:33:26.809Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-03-13T17:33:27.048Z Compiling darling_macro v0.23.0
27942026-03-13T17:33:27.111Z Checking unicode-truncate v1.1.0
27952026-03-13T17:33:27.375Z Checking lru v0.12.5
27962026-03-13T17:33:27.436Z Checking cassowary v0.3.0
27972026-03-13T17:33:27.645Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-03-13T17:33:27.736Z Compiling darling v0.23.0
27992026-03-13T17:33:27.982Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28002026-03-13T17:33:28.492Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-03-13T17:33:28.933Z Checking ratatui v0.29.0
28022026-03-13T17:33:29.634Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-03-13T17:33:29.936Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28042026-03-13T17:33:30.355Z Compiling vergen-git2 v1.0.7
28052026-03-13T17:33:30.469Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-03-13T17:33:30.712Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-03-13T17:33:30.776Z Checking colored v2.2.0
28082026-03-13T17:33:30.780Z Compiling rustls v0.21.12
28092026-03-13T17:33:31.028Z Checking shell-words v1.1.1
28102026-03-13T17:33:31.074Z Checking plotters-backend v0.3.7
28112026-03-13T17:33:31.270Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-03-13T17:33:31.312Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-03-13T17:33:31.368Z Checking plotters-svg v0.3.7
28142026-03-13T17:33:31.586Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-03-13T17:33:31.624Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28162026-03-13T17:33:31.984Z Checking rustls-webpki v0.101.7
28172026-03-13T17:33:35.125Z Checking sct v0.7.1
28182026-03-13T17:33:35.163Z Compiling nix v0.29.0
28192026-03-13T17:33:35.163Z Checking cast v0.3.0
28202026-03-13T17:33:35.163Z Checking hex-literal v0.4.1
28212026-03-13T17:33:35.163Z Checking criterion-plot v0.6.0
28222026-03-13T17:33:35.164Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28232026-03-13T17:33:35.164Z Checking plotters v0.3.7
28242026-03-13T17:33:35.164Z Checking erased-serde v0.4.9
28252026-03-13T17:33:35.164Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-03-13T17:33:35.164Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28272026-03-13T17:33:35.837Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28282026-03-13T17:33:36.870Z Checking tinytemplate v1.2.1
28292026-03-13T17:33:37.287Z Checking ordered-float v2.10.1
28302026-03-13T17:33:37.591Z Checking anes v0.1.6
28312026-03-13T17:33:37.897Z Checking oorandom v11.1.5
28322026-03-13T17:33:38.080Z Checking criterion v0.7.0
28332026-03-13T17:33:38.598Z Checking serde-value v0.7.0
28342026-03-13T17:33:38.911Z Checking tokio-rustls v0.24.1
28352026-03-13T17:33:39.198Z Checking serde-untagged v0.1.9
28362026-03-13T17:33:39.716Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-03-13T17:33:39.850Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-03-13T17:33:40.151Z Checking rustls-pemfile v1.0.4
28392026-03-13T17:33:40.361Z Checking twox-hash v2.1.2
28402026-03-13T17:33:40.782Z Checking unicode-xid v0.2.6
28412026-03-13T17:33:40.881Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-03-13T17:33:40.959Z Checking cargo-util-schemas v0.8.2
28432026-03-13T17:33:41.038Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-03-13T17:33:41.262Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-13T17:33:42.221Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28462026-03-13T17:33:42.432Z Checking fatfs v0.3.6
28472026-03-13T17:33:42.991Z Checking cargo-platform v0.2.0
28482026-03-13T17:33:43.110Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28492026-03-13T17:33:43.273Z Compiling petname v2.0.2
28502026-03-13T17:33:43.974Z Compiling seq-macro v0.3.6
28512026-03-13T17:33:45.529Z Checking cargo_metadata v0.21.0
28522026-03-13T17:33:45.529Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-03-13T17:33:45.979Z Checking concurrent-queue v2.5.0
28542026-03-13T17:33:46.272Z Checking rtoolbox v0.0.3
28552026-03-13T17:33:46.441Z Checking parking v2.2.1
28562026-03-13T17:33:46.571Z Checking futures-timer v3.0.3
28572026-03-13T17:33:46.624Z Checking event-listener v5.4.1
28582026-03-13T17:33:46.841Z Checking rpassword v7.4.0
28592026-03-13T17:33:47.048Z Checking tui-tree-widget v0.23.1
28602026-03-13T17:33:47.295Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-03-13T17:33:47.501Z Checking polyval v0.6.2
28622026-03-13T17:33:47.543Z Checking sapling-renderdag v0.1.0
28632026-03-13T17:33:47.587Z Checking sync-ptr v0.1.4
28642026-03-13T17:33:47.744Z Checking ghash v0.5.1
28652026-03-13T17:33:47.784Z Checking event-listener-strategy v0.5.4
28662026-03-13T17:33:47.925Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-03-13T17:33:47.966Z Checking ctr v0.9.2
28682026-03-13T17:33:48.009Z Checking arrayvec v0.7.6
28692026-03-13T17:33:48.219Z Checking constant_time_eq v0.4.2
28702026-03-13T17:33:48.259Z Checking arrayref v0.3.9
28712026-03-13T17:33:48.368Z Checking aes-gcm v0.10.3
28722026-03-13T17:33:48.408Z Checking async-lock v3.4.2
28732026-03-13T17:33:48.449Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28742026-03-13T17:33:48.587Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-03-13T17:33:48.973Z Checking ssh-encoding v0.2.0
28762026-03-13T17:33:49.256Z Checking blowfish v0.9.1
28772026-03-13T17:33:49.484Z Checking bcrypt-pbkdf v0.10.0
28782026-03-13T17:33:49.725Z Checking ssh-cipher v0.2.0
28792026-03-13T17:33:49.769Z Checking async-object-pool v0.2.0
28802026-03-13T17:33:49.946Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-03-13T17:33:49.987Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28822026-03-13T17:33:50.394Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28832026-03-13T17:33:50.805Z Checking serde_regex v1.1.0
28842026-03-13T17:33:51.048Z Checking password-hash v0.4.2
28852026-03-13T17:33:51.288Z Checking assert-json-diff v2.0.2
28862026-03-13T17:33:51.379Z Checking path-tree v0.8.3
28872026-03-13T17:33:51.535Z Compiling target-lexicon v0.13.3
28882026-03-13T17:33:51.664Z Checking stringmetrics v2.2.2
28892026-03-13T17:33:51.808Z Compiling samael v0.0.19
28902026-03-13T17:33:51.889Z Checking gimli v0.32.3
28912026-03-13T17:33:52.277Z Checking httpmock v0.8.3
28922026-03-13T17:33:52.321Z Checking pbkdf2 v0.11.0
28932026-03-13T17:33:52.585Z Checking ssh-key v0.6.7
28942026-03-13T17:33:54.122Z Checking addr2line v0.25.1
28952026-03-13T17:33:54.506Z Checking p521 v0.13.3
28962026-03-13T17:33:55.316Z Checking p256 v0.13.2
28972026-03-13T17:33:55.356Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28982026-03-13T17:33:55.644Z Checking russh-cryptovec v0.7.3
28992026-03-13T17:33:55.687Z Checking md5 v0.7.0
29002026-03-13T17:33:55.851Z Compiling guppy-workspace-hack v0.1.0
29012026-03-13T17:33:55.937Z Checking rustc-demangle v0.1.27
29022026-03-13T17:33:56.203Z Checking russh-keys v0.45.0
29032026-03-13T17:33:56.289Z Checking backtrace v0.3.76
29042026-03-13T17:33:56.585Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29052026-03-13T17:33:56.713Z Checking num-bigint v0.4.6
29062026-03-13T17:33:57.076Z Checking des v0.8.1
29072026-03-13T17:33:57.505Z Compiling blake3 v1.8.3
29082026-03-13T17:33:58.042Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-03-13T17:33:58.083Z Compiling target-spec v3.5.7
29102026-03-13T17:33:58.132Z Checking russh v0.45.0
29112026-03-13T17:33:58.640Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-03-13T17:33:58.753Z Checking backtrace-ext v0.2.1
29132026-03-13T17:33:58.927Z Checking cfg-expr v0.20.6
29142026-03-13T17:33:59.201Z Checking supports-color v2.1.0
29152026-03-13T17:33:59.400Z Checking textwrap v0.15.2
29162026-03-13T17:33:59.475Z Checking supports-unicode v2.1.0
29172026-03-13T17:33:59.512Z Checking supports-hyperlinks v2.1.0
29182026-03-13T17:33:59.646Z Checking hashbrown v0.14.5
29192026-03-13T17:33:59.690Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-03-13T17:33:59.690Z Checking cargo-platform v0.3.2
29212026-03-13T17:33:59.959Z Checking terminal_size v0.1.17
29222026-03-13T17:34:00.023Z Compiling miette-derive v5.10.0
29232026-03-13T17:34:00.127Z Checking owo-colors v3.5.0
29242026-03-13T17:34:00.324Z Checking internet-checksum v0.2.1
29252026-03-13T17:34:00.512Z Checking chumsky v0.9.3
29262026-03-13T17:34:00.709Z Checking cargo_metadata v0.23.1
29272026-03-13T17:34:01.288Z Compiling git2 v0.20.4
29282026-03-13T17:34:01.617Z Checking miette v5.10.0
29292026-03-13T17:34:01.800Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29302026-03-13T17:34:02.075Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29312026-03-13T17:34:02.103Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29322026-03-13T17:34:02.309Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29332026-03-13T17:34:02.516Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29342026-03-13T17:34:02.656Z Checking httptest v0.16.4
29352026-03-13T17:34:02.941Z Checking pathdiff v0.2.3
29362026-03-13T17:34:03.087Z Compiling knuffel-derive v3.2.0
29372026-03-13T17:34:03.129Z Checking topological-sort v0.2.2
29382026-03-13T17:34:03.232Z Checking nested v0.1.1
29392026-03-13T17:34:03.341Z Checking omicron-zone-package v0.12.2
29402026-03-13T17:34:03.452Z Checking guppy v0.17.25
29412026-03-13T17:34:03.718Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29422026-03-13T17:34:04.025Z Checking similar-asserts v1.7.0
29432026-03-13T17:34:04.260Z Compiling rstest_macros v0.25.0
29442026-03-13T17:34:04.681Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-03-13T17:34:04.777Z Compiling target-triple v1.0.0
29462026-03-13T17:34:05.023Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29472026-03-13T17:34:05.189Z Checking knuffel v3.2.0
29482026-03-13T17:34:05.288Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29492026-03-13T17:34:05.382Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29502026-03-13T17:34:05.691Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29512026-03-13T17:34:06.099Z Checking toml_datetime v1.0.0+spec-1.1.0
29522026-03-13T17:34:06.185Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29532026-03-13T17:34:06.417Z Checking escape8259 v0.5.3
29542026-03-13T17:34:06.565Z Compiling relative-path v1.9.3
29552026-03-13T17:34:06.621Z Compiling assert_cmd v2.1.2
29562026-03-13T17:34:07.095Z Checking libtest-mimic v0.8.1
29572026-03-13T17:34:07.458Z Checking toml v1.0.3+spec-1.1.0
29582026-03-13T17:34:07.725Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29592026-03-13T17:34:07.948Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29602026-03-13T17:34:08.446Z Checking blake2b_simd v1.0.4
29612026-03-13T17:34:08.923Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29622026-03-13T17:34:09.028Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29632026-03-13T17:34:09.506Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29642026-03-13T17:34:09.576Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-03-13T17:34:09.886Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-03-13T17:34:10.200Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29672026-03-13T17:34:10.516Z Checking fancy-regex v0.14.0
29682026-03-13T17:34:10.824Z Checking serde_tokenstream v0.2.3
29692026-03-13T17:34:11.067Z Checking uzers v0.12.2
29702026-03-13T17:34:11.140Z Checking constant_time_eq v0.3.1
29712026-03-13T17:34:11.315Z Compiling linkme-impl v0.3.35
29722026-03-13T17:34:11.400Z Checking termcolor v1.4.1
29732026-03-13T17:34:11.718Z Checking trybuild v1.0.116
29742026-03-13T17:34:11.874Z Checking rust-argon2 v2.1.0
29752026-03-13T17:34:12.202Z Checking datatest-stable v0.3.3
29762026-03-13T17:34:12.258Z Checking rstest v0.25.0
29772026-03-13T17:34:12.708Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29782026-03-13T17:34:12.809Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-03-13T17:34:13.205Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29802026-03-13T17:34:13.261Z Checking support-bundle-viewer v0.1.2
29812026-03-13T17:34:13.616Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29822026-03-13T17:34:13.922Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-03-13T17:34:14.138Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29842026-03-13T17:34:14.244Z Checking drift v0.1.3
29852026-03-13T17:34:14.457Z Checking rand_distr v0.5.1
29862026-03-13T17:34:14.735Z Checking multimap v0.10.1
29872026-03-13T17:34:15.009Z Checking approx v0.5.1
29882026-03-13T17:34:15.111Z Compiling linkme v0.3.35
29892026-03-13T17:34:15.240Z Checking dropshot-api-manager v0.6.0
29902026-03-13T17:34:16.305Z Compiling polar-core v0.27.3
29912026-03-13T17:34:16.460Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29922026-03-13T17:34:16.963Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29932026-03-13T17:34:17.008Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29942026-03-13T17:34:17.053Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-03-13T17:34:17.056Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-03-13T17:34:17.354Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-03-13T17:34:17.549Z Checking partial-io v0.5.4
29982026-03-13T17:34:17.683Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-13T17:34:17.730Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30002026-03-13T17:34:17.773Z Checking cargo_toml v0.21.0
30012026-03-13T17:34:17.819Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30022026-03-13T17:34:17.861Z Checking termios v0.3.3
30032026-03-13T17:34:18.018Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30042026-03-13T17:34:18.528Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-13T17:34:18.705Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30062026-03-13T17:34:18.966Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-03-13T17:34:23.193Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-03-13T17:34:23.632Z Checking oso v0.27.3
30092026-03-13T17:34:28.265Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-13T17:34:29.244Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30112026-03-13T17:34:32.028Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30122026-03-13T17:34:36.635Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30132026-03-13T17:34:42.354Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30142026-03-13T17:34:49.606Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30152026-03-13T17:34:50.955Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-03-13T17:34:53.614Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30172026-03-13T17:35:04.040Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30182026-03-13T17:36:50.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 23s
30192026-03-13T17:36:51.429Z
30202026-03-13T17:36:51.436Zreal 5:28.330414779
30212026-03-13T17:36:51.436Zuser 27:52.080055881
30222026-03-13T17:36:51.436Zsys 5:52.727234732
30232026-03-13T17:36:51.437Ztrap 0.708270466
30242026-03-13T17:36:51.437Ztflt 0.471309016
30252026-03-13T17:36:51.437Zdflt 0.147212992
30262026-03-13T17:36:51.437Zkflt 0.001728797
30272026-03-13T17:36:51.437Zlock 1:05:42.807770673
30282026-03-13T17:36:51.437Zslp 1:29:32.104433031
30292026-03-13T17:36:51.437Zlat 2:16.474758575
30302026-03-13T17:36:51.437Zstop 13:05.115456105
30312026-03-13T17:36:51.437Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30322026-03-13T17:36:51.437Z+ ptime -m cargo doc --workspace --no-deps
30332026-03-13T17:36:52.585Zwarning: output filename collision.
30342026-03-13T17:36:52.585ZThe 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)`.
30352026-03-13T17:36:52.585ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30362026-03-13T17:36:52.585ZThe targets should have unique names.
30372026-03-13T17:36:52.585ZThis is a known bug where multiple crates with the same name use
30382026-03-13T17:36:52.585Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30392026-03-13T17:36:53.771Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30402026-03-13T17:36:53.986Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30412026-03-13T17:36:54.018Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30422026-03-13T17:36:54.075Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30432026-03-13T17:36:54.109Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30442026-03-13T17:36:54.142Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30452026-03-13T17:36:54.150Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-13T17:36:54.340Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30472026-03-13T17:36:54.374Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30482026-03-13T17:36:54.443Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30492026-03-13T17:36:54.456Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30502026-03-13T17:36:54.595Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30512026-03-13T17:36:54.651Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-03-13T17:36:54.681Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-03-13T17:36:54.738Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30542026-03-13T17:36:54.818Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30552026-03-13T17:36:54.948Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-03-13T17:36:55.010Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-03-13T17:36:55.037Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30582026-03-13T17:36:55.062Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30592026-03-13T17:36:55.516Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-03-13T17:36:55.906Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30612026-03-13T17:36:55.932Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30622026-03-13T17:36:55.980Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30632026-03-13T17:36:56.127Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30642026-03-13T17:36:56.383Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30652026-03-13T17:36:56.497Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662026-03-13T17:36:56.569Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30672026-03-13T17:36:56.600Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-03-13T17:36:56.604Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30692026-03-13T17:36:56.681Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30702026-03-13T17:36:56.870Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30712026-03-13T17:36:56.874Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30722026-03-13T17:36:57.078Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30732026-03-13T17:36:57.130Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30742026-03-13T17:36:57.312Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-13T17:36:57.368Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30762026-03-13T17:36:57.490Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-03-13T17:36:57.529Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-03-13T17:36:57.833Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-03-13T17:36:57.860Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30802026-03-13T17:36:58.036Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30812026-03-13T17:36:58.194Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30822026-03-13T17:36:58.392Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30832026-03-13T17:36:58.594Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30842026-03-13T17:36:58.637Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-03-13T17:36:58.814Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30862026-03-13T17:36:58.847Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30872026-03-13T17:36:58.928Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30882026-03-13T17:36:59.142Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30892026-03-13T17:36:59.180Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30902026-03-13T17:36:59.249Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30912026-03-13T17:36:59.283Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30922026-03-13T17:36:59.434Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30932026-03-13T17:36:59.471Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-13T17:36:59.497Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-13T17:36:59.601Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-03-13T17:36:59.766Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30972026-03-13T17:36:59.815Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30982026-03-13T17:36:59.851Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30992026-03-13T17:36:59.913Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31002026-03-13T17:37:00.064Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31012026-03-13T17:37:00.094Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31022026-03-13T17:37:00.221Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31032026-03-13T17:37:00.293Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31042026-03-13T17:37:00.358Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31052026-03-13T17:37:00.392Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31062026-03-13T17:37:00.548Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31072026-03-13T17:37:00.576Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31082026-03-13T17:37:00.735Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-03-13T17:37:00.790Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-03-13T17:37:00.821Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-03-13T17:37:00.846Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-03-13T17:37:01.364Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-03-13T17:37:01.379Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31142026-03-13T17:37:01.588Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31152026-03-13T17:37:01.807Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31162026-03-13T17:37:02.196Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-03-13T17:37:02.349Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-03-13T17:37:02.660Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31192026-03-13T17:37:02.937Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31202026-03-13T17:37:03.333Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31212026-03-13T17:37:03.344Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-03-13T17:37:03.344Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-03-13T17:37:08.478Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31242026-03-13T17:37:08.549Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31252026-03-13T17:37:08.550Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-13T17:37:08.550Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-03-13T17:37:08.550Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-13T17:37:08.550Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31292026-03-13T17:37:08.550Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31302026-03-13T17:37:08.550Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-03-13T17:37:08.550Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31322026-03-13T17:37:08.550Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-03-13T17:37:08.550Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31342026-03-13T17:37:08.550Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-13T17:37:08.592Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31362026-03-13T17:37:08.642Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31372026-03-13T17:37:08.960Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31382026-03-13T17:37:09.358Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31392026-03-13T17:37:09.470Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31402026-03-13T17:37:09.508Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-13T17:37:09.778Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31422026-03-13T17:37:09.804Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31432026-03-13T17:37:09.859Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31442026-03-13T17:37:10.122Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31452026-03-13T17:37:10.343Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31462026-03-13T17:37:10.503Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31472026-03-13T17:37:10.613Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31482026-03-13T17:37:10.824Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31492026-03-13T17:37:11.006Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31502026-03-13T17:37:11.112Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31512026-03-13T17:37:11.538Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-03-13T17:37:12.322Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31532026-03-13T17:37:12.653Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-03-13T17:37:13.433Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-03-13T17:37:13.470Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31562026-03-13T17:37:13.577Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31572026-03-13T17:37:13.873Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-03-13T17:37:13.907Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31592026-03-13T17:37:14.379Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31602026-03-13T17:37:14.417Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-13T17:37:14.825Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31622026-03-13T17:37:15.130Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-13T17:37:15.415Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31642026-03-13T17:37:15.445Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-03-13T17:37:15.904Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31662026-03-13T17:37:17.208Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31672026-03-13T17:37:17.258Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31682026-03-13T17:37:17.686Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-03-13T17:37:17.968Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31702026-03-13T17:37:18.611Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31712026-03-13T17:37:20.088Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-03-13T17:37:21.178Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732026-03-13T17:37:21.246Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31742026-03-13T17:37:21.869Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-03-13T17:37:22.045Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31762026-03-13T17:37:22.071Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-03-13T17:37:22.240Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31782026-03-13T17:37:22.390Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-03-13T17:37:22.421Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-03-13T17:37:23.125Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31812026-03-13T17:37:23.178Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-13T17:37:23.228Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-03-13T17:37:23.389Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31842026-03-13T17:37:24.743Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31852026-03-13T17:37:25.188Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-03-13T17:37:25.317Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-03-13T17:37:26.169Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-13T17:37:27.310Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31892026-03-13T17:37:30.035Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31902026-03-13T17:37:31.859Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31912026-03-13T17:37:32.568Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31922026-03-13T17:37:32.630Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31932026-03-13T17:37:32.987Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31942026-03-13T17:37:33.579Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31952026-03-13T17:37:34.282Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31962026-03-13T17:37:34.475Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31972026-03-13T17:37:35.690Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31982026-03-13T17:37:36.752Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31992026-03-13T17:37:37.320Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-03-13T17:37:37.684Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32012026-03-13T17:37:37.937Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32022026-03-13T17:37:38.207Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32032026-03-13T17:37:38.306Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32042026-03-13T17:37:38.530Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-03-13T17:37:39.222Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32062026-03-13T17:37:39.408Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-13T17:37:39.434Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32082026-03-13T17:37:39.513Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32092026-03-13T17:37:39.922Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32102026-03-13T17:37:40.081Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-03-13T17:37:40.354Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-03-13T17:37:40.866Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32132026-03-13T17:37:41.267Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32142026-03-13T17:37:41.759Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32152026-03-13T17:37:41.972Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32162026-03-13T17:37:42.164Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32172026-03-13T17:37:42.847Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32182026-03-13T17:37:43.431Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32192026-03-13T17:37:45.096Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32202026-03-13T17:37:45.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-03-13T17:37:46.365Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222026-03-13T17:37:50.751Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32232026-03-13T17:37:51.105Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32242026-03-13T17:37:52.425Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32252026-03-13T17:37:53.257Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32262026-03-13T17:37:54.072Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32272026-03-13T17:37:57.086Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32282026-03-13T17:37:58.125Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292026-03-13T17:37:58.662Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32302026-03-13T17:37:59.646Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32312026-03-13T17:38:00.467Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32322026-03-13T17:38:03.681Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32332026-03-13T17:38:04.787Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32342026-03-13T17:38:05.036Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32352026-03-13T17:38:05.389Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-13T17:38:06.036Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-13T17:38:06.613Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32382026-03-13T17:38:07.137Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-03-13T17:38:07.626Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32402026-03-13T17:38:13.190Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32412026-03-13T17:38:15.196Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32422026-03-13T17:38:15.801Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32432026-03-13T17:38:17.089Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32442026-03-13T17:38:17.928Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-03-13T17:38:18.630Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-03-13T17:38:20.453Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-03-13T17:38:21.308Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32482026-03-13T17:38:22.189Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-03-13T17:38:23.518Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32502026-03-13T17:38:24.128Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-03-13T17:38:26.462Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-03-13T17:38:30.944Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532026-03-13T17:38:31.014Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32542026-03-13T17:38:33.621Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32552026-03-13T17:38:34.703Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32562026-03-13T17:38:35.686Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32572026-03-13T17:38:36.658Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32582026-03-13T17:38:38.134Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-03-13T17:38:39.537Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32602026-03-13T17:38:40.565Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32612026-03-13T17:38:42.031Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32622026-03-13T17:38:43.280Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-03-13T17:38:44.487Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32642026-03-13T17:38:45.897Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32652026-03-13T17:38:49.698Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32662026-03-13T17:38:49.942Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32672026-03-13T17:38:51.079Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32682026-03-13T17:38:55.362Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-03-13T17:38:56.125Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32702026-03-13T17:38:57.971Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32712026-03-13T17:38:58.165Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-03-13T17:38:59.692Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32732026-03-13T17:39:01.953Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32742026-03-13T17:39:03.937Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-03-13T17:39:05.942Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32762026-03-13T17:39:07.943Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-03-13T17:39:09.794Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32782026-03-13T17:39:12.180Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32792026-03-13T17:39:13.786Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32802026-03-13T17:39:15.739Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-03-13T17:39:17.620Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-03-13T17:39:19.329Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32832026-03-13T17:39:21.581Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32842026-03-13T17:39:23.478Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32852026-03-13T17:39:25.214Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32862026-03-13T17:39:27.105Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32872026-03-13T17:39:29.004Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32882026-03-13T17:39:31.017Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32892026-03-13T17:39:32.795Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32902026-03-13T17:39:34.881Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-03-13T17:39:36.809Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32922026-03-13T17:39:38.857Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-03-13T17:39:40.816Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32942026-03-13T17:39:42.863Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32952026-03-13T17:39:44.884Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32962026-03-13T17:39:46.802Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-03-13T17:39:52.202Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-03-13T17:39:52.294Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-03-13T17:39:52.909Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-03-13T17:39:55.109Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-13T17:39:57.236Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-13T17:39:59.280Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33032026-03-13T17:40:01.276Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33042026-03-13T17:40:05.125Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33052026-03-13T17:40:05.823Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33062026-03-13T17:40:07.987Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33072026-03-13T17:40:10.168Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33082026-03-13T17:40:12.332Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33092026-03-13T17:40:14.495Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33102026-03-13T17:40:16.832Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33112026-03-13T17:40:18.771Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33122026-03-13T17:40:20.956Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-03-13T17:40:23.475Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-03-13T17:40:25.496Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33152026-03-13T17:40:27.711Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33162026-03-13T17:40:30.281Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-03-13T17:40:32.078Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33182026-03-13T17:40:34.839Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-03-13T17:40:36.477Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-03-13T17:40:38.598Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33212026-03-13T17:40:40.720Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33222026-03-13T17:40:43.294Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33232026-03-13T17:40:45.306Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33242026-03-13T17:40:47.523Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33252026-03-13T17:40:49.873Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33262026-03-13T17:40:51.914Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33272026-03-13T17:40:54.384Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33282026-03-13T17:40:56.669Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33292026-03-13T17:40:58.838Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33302026-03-13T17:41:01.201Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33312026-03-13T17:41:03.452Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33322026-03-13T17:41:05.779Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33332026-03-13T17:41:07.847Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33342026-03-13T17:41:10.419Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33352026-03-13T17:41:12.656Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-13T17:41:15.057Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33372026-03-13T17:41:17.303Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33382026-03-13T17:41:19.635Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-13T17:41:21.987Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33402026-03-13T17:41:24.418Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33412026-03-13T17:41:26.827Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33422026-03-13T17:41:29.788Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33432026-03-13T17:41:31.842Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33442026-03-13T17:41:34.293Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33452026-03-13T17:41:41.182Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33462026-03-13T17:41:42.490Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33472026-03-13T17:41:44.225Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-03-13T17:41:47.123Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33492026-03-13T17:41:50.264Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33502026-03-13T17:41:55.215Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33512026-03-13T17:41:59.679Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33522026-03-13T17:42:00.323Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33532026-03-13T17:42:03.659Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-03-13T17:42:06.983Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33552026-03-13T17:42:10.291Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33562026-03-13T17:42:13.611Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33572026-03-13T17:42:16.900Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33582026-03-13T17:42:20.296Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33592026-03-13T17:42:23.535Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33602026-03-13T17:42:26.805Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33612026-03-13T17:42:30.210Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33622026-03-13T17:42:33.483Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33632026-03-13T17:42:36.797Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33642026-03-13T17:42:40.116Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33652026-03-13T17:42:43.388Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33662026-03-13T17:42:47.011Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33672026-03-13T17:42:50.195Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33682026-03-13T17:43:16.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s
33692026-03-13T17:43:17.153Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33702026-03-13T17:43:17.254Z
33712026-03-13T17:43:17.260Zreal 6:25.832973807
33722026-03-13T17:43:17.260Zuser 21:39.573459269
33732026-03-13T17:43:17.260Zsys 3:58.173327811
33742026-03-13T17:43:17.260Ztrap 0.412346354
33752026-03-13T17:43:17.260Ztflt 0.066122683
33762026-03-13T17:43:17.260Zdflt 0.165824805
33772026-03-13T17:43:17.260Zkflt 0.000052607
33782026-03-13T17:43:17.260Zlock 5:15:18.189761698
33792026-03-13T17:43:17.260Zslp 2:12:09.712357975
33802026-03-13T17:43:17.260Zlat 42.476866554
33812026-03-13T17:43:17.260Zstop 1:44.361214036
33822026-03-13T17:43:17.260Zprocess exited: duration 970237 ms, exit code 0
 
33832026-03-13T17:43:17.306Zfound 0 output files