01KQFWFYW8F43H1C1RHRM2ZEMK: clippy (helios)

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

Buildomat Job: 01KQFWGA9P0Q0Z3SYZSJBCHG43

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-30T19:06:28.222Zjob assigned to worker 01KQFWGGTVG36DAD685NXP5N6E [factory aws, i-0151e84f1e9c62799] (queued for 58 s)
 
22026-04-30T19:06:34.730Zstarting task 0: "setup"
32026-04-30T19:06:34.737Z++ uname -s
42026-04-30T19:06:34.740Z+ kern=SunOS
52026-04-30T19:06:34.740Z+ build_user=build
62026-04-30T19:06:34.740Z+ build_uid=12345
72026-04-30T19:06:34.740Z+ work_dir=/work
82026-04-30T19:06:34.740Z+ input_dir=/input
92026-04-30T19:06:34.740Z+ [[ 0 == 12345 ]]
102026-04-30T19:06:34.740Z+ case "$kern" in
112026-04-30T19:06:34.740Z+ groupadd -g 12345 build
122026-04-30T19:06:34.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-30T19:06:36.748Z+ zfs create -o mountpoint=/work rpool/work
142026-04-30T19:06:36.823Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-30T19:06:36.826Z+ home_fs=zfs
162026-04-30T19:06:36.826Z+ [[ zfs == autofs ]]
172026-04-30T19:06:36.826Z+ mkdir -p /home/build
182026-04-30T19:06:36.826Z+ chown build:build /home/build /work
192026-04-30T19:06:37.827Z+ chmod 0700 /home/build /work
202026-04-30T19:06:37.830Zprocess exited: duration 3098 ms, exit code 0
 
212026-04-30T19:06:37.835Zstarting task 1: "rust-toolchain"
222026-04-30T19:06:37.840Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-30T19:06:37.840Z * rust toolchain channel = "1.94.0"
242026-04-30T19:06:37.840Z * rust toolchain profile = "default"
252026-04-30T19:06:37.840Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-30T19:06:37.840Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-30T19:06:37.840Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-30T19:06:37.843Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-30T19:06:37.843Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-30T19:06:37.916Zinfo: downloading installer
312026-04-30T19:06:39.592Zwarn: It looks like you have an existing installation of Rust at:
322026-04-30T19:06:39.592Zwarn: /opt/ooce/bin
332026-04-30T19:06:39.592Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-30T19:06:39.592Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-30T19:06:39.592Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-30T19:06:39.592Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-30T19:06:39.592Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-30T19:06:39.592Zerror: cannot install while Rust is installed
392026-04-30T19:06:39.592Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-30T19:06:39.592Zwarn: It looks like you have an existing rustup settings file at:
412026-04-30T19:06:39.592Zwarn: /home/build/.rustup/settings.toml
422026-04-30T19:06:39.592Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-30T19:06:39.592Zwarn: instead of the one inferred from the default host triple.
442026-04-30T19:06:39.617Zinfo: profile set to default
452026-04-30T19:06:39.617Zinfo: default host triple is x86_64-unknown-illumos
462026-04-30T19:06:39.620Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-30T19:06:39.773Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-30T19:06:39.777Zinfo: downloading 6 components
492026-04-30T19:06:55.389Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-30T19:06:55.390Z
512026-04-30T19:06:55.419Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-30T19:06:55.419Z
532026-04-30T19:06:55.419Z
542026-04-30T19:06:55.419ZRust is installed now. Great!
552026-04-30T19:06:55.419Z
562026-04-30T19:06:55.419ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-30T19:06:55.419Zenvironment variable. This has not been done automatically.
582026-04-30T19:06:55.419Z
592026-04-30T19:06:55.419ZTo configure your current shell, you need to source
602026-04-30T19:06:55.419Zthe corresponding env file under $HOME/.cargo.
612026-04-30T19:06:55.419Z
622026-04-30T19:06:55.420ZThis is usually done by running one of the following (note the leading DOT):
632026-04-30T19:06:55.420Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-30T19:06:55.420Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-30T19:06:55.420Zsource "~/.cargo/env.nu" # For nushell
662026-04-30T19:06:55.420Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-30T19:06:55.420Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-30T19:06:55.420Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-30T19:06:55.423Zwarn: no default linker (`cc`) was found in your PATH
702026-04-30T19:06:55.423Zwarn: many Rust crates require a system C toolchain to build
712026-04-30T19:06:55.523Z+ rustup --version
722026-04-30T19:06:55.532Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-30T19:06:55.535Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-30T19:06:55.553Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-30T19:06:55.556Z+ cargo --version
762026-04-30T19:06:55.568Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-30T19:06:55.571Z+ rustc --version
782026-04-30T19:06:55.591Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-30T19:06:55.594Zprocess exited: duration 17754 ms, exit code 0
 
802026-04-30T19:06:55.599Zstarting task 2: "authentication"
812026-04-30T19:06:55.615Zprocess exited: duration 16 ms, exit code 0
 
822026-04-30T19:06:55.621Zstarting task 3: "clone repository"
832026-04-30T19:06:55.624Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-30T19:06:55.626Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-30T19:06:55.751ZCloning into '/work/oxidecomputer/omicron'...
862026-04-30T19:07:04.907Z+ cd /work/oxidecomputer/omicron
872026-04-30T19:07:04.907Z+ git fetch origin 63f5023f652506ef09fca393f4ee2dde8d45936d
882026-04-30T19:07:05.229ZFrom https://github.com/oxidecomputer/omicron
892026-04-30T19:07:05.229Z * branch 63f5023f652506ef09fca393f4ee2dde8d45936d -> FETCH_HEAD
902026-04-30T19:07:05.238Z+ [[ -n sunshowers/spr/4n-wip-split-rss-into-its-own-crate ]]
912026-04-30T19:07:05.240Z++ git branch --show-current
922026-04-30T19:07:05.240Z+ current=main
932026-04-30T19:07:05.241Z+ [[ main != sunshowers/spr/4n-wip-split-rss-into-its-own-crate ]]
942026-04-30T19:07:05.241Z+ git branch -f sunshowers/spr/4n-wip-split-rss-into-its-own-crate 63f5023f652506ef09fca393f4ee2dde8d45936d
952026-04-30T19:07:05.243Z+ git checkout -f sunshowers/spr/4n-wip-split-rss-into-its-own-crate
962026-04-30T19:07:05.308ZSwitched to branch 'sunshowers/spr/4n-wip-split-rss-into-its-own-crate'
972026-04-30T19:07:05.311Z+ git reset --hard 63f5023f652506ef09fca393f4ee2dde8d45936d
982026-04-30T19:07:05.373ZHEAD is now at 63f5023f6 review feedback
992026-04-30T19:07:05.376Zprocess exited: duration 9751 ms, exit code 0
 
1002026-04-30T19:07:05.382Zstarting task 4: "build"
1012026-04-30T19:07:05.386Z+ source ./env.sh
1022026-04-30T19:07:05.388Z++ OLD_SHELL_OPTS=ehxB
1032026-04-30T19:07:05.388Z++ set -o xtrace
1042026-04-30T19:07:05.389Z++++ dirname ./env.sh
1052026-04-30T19:07:05.391Z+++ readlink -f .
1062026-04-30T19:07:05.399Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ 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-04-30T19:07:05.402Z++ case $OLD_SHELL_OPTS in
1162026-04-30T19:07:05.402Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-30T19:07:05.402Z+ source .github/buildomat/ci-env.sh
1182026-04-30T19:07:05.402Z++ export CARGO_TERM_COLOR=always
1192026-04-30T19:07:05.402Z++ CARGO_TERM_COLOR=always
1202026-04-30T19:07:05.402Z+ cargo --version
1212026-04-30T19:07:05.408Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-30T19:07:05.411Z+ rustc --version
1232026-04-30T19:07:05.431Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-30T19:07:05.434Z+ banner prerequisites
1252026-04-30T19:07:05.437Z
1262026-04-30T19:07:05.437Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-30T19:07:05.437Z # # # # # # # # # # # # # # #
1282026-04-30T19:07:05.437Z # # # # ##### # # ##### # # # # # #### #
1292026-04-30T19:07:05.437Z ##### ##### # ##### # # # # # # # # #
1302026-04-30T19:07:05.437Z # # # # # # # # # # # # # # #
1312026-04-30T19:07:05.437Z # # # ###### # # ###### ### # #### # #### #
1322026-04-30T19:07:05.437Z
1332026-04-30T19:07:05.437Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-30T19:07:15.880Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-30T19:07:23.323Z Startup: Caching catalogs ... Done
1362026-04-30T19:07:30.170ZPlanning: Solver setup ... Done (5.314s)
1372026-04-30T19:07:30.206ZPlanning: Running solver ... Done (0.036s)
1382026-04-30T19:07:30.336ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-30T19:07:30.355ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-30T19:07:30.911ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-30T19:07:30.948ZPlanning: Package planning ... Done (0.037s)
1422026-04-30T19:07:30.984ZPlanning: Merging actions ... Done (0.035s)
1432026-04-30T19:07:31.190ZPlanning: Checking for conflicting actions ... Done (0.205s)
1442026-04-30T19:07:31.199ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-30T19:07:32.494ZPlanning: Evaluating mediators ... Done (1.295s)
1462026-04-30T19:07:32.502ZPlanning: Planning completed in 9.01 seconds
1472026-04-30T19:07:32.513Z Packages to install: 5
1482026-04-30T19:07:32.513Z Mediators to change: 3
1492026-04-30T19:07:32.513Z Services to change: 1
1502026-04-30T19:07:32.513Z Estimated space available: 155.34 GB
1512026-04-30T19:07:32.513ZEstimated space to be consumed: 1.89 GB
1522026-04-30T19:07:32.516Z Create boot environment: No
1532026-04-30T19:07:32.516ZCreate backup boot environment: No
1542026-04-30T19:07:32.516Z Rebuild boot archive: No
1552026-04-30T19:07:32.516Z
1562026-04-30T19:07:32.516ZChanged mediators:
1572026-04-30T19:07:32.517Z mediator clang:
1582026-04-30T19:07:32.517Z version: None -> 15 (system default)
1592026-04-30T19:07:32.517Z
1602026-04-30T19:07:32.517Z mediator llvm:
1612026-04-30T19:07:32.517Z version: 14 (system default) -> 15 (system default)
1622026-04-30T19:07:32.517Z
1632026-04-30T19:07:32.517Z mediator postgresql:
1642026-04-30T19:07:32.517Z version: 15 (system default) -> 18 (system default)
1652026-04-30T19:07:32.517Z
1662026-04-30T19:07:32.517ZChanged packages:
1672026-04-30T19:07:32.517Zhelios-dev
1682026-04-30T19:07:32.517Z developer/build-essential
1692026-04-30T19:07:32.517Z None -> 11-2.0
1702026-04-30T19:07:32.517Z library/libxmlsec1
1712026-04-30T19:07:32.517Z None -> 1.2.35-2.0
1722026-04-30T19:07:32.517Z ooce/developer/clang-15
1732026-04-30T19:07:32.517Z None -> 15.0.7-2.0
1742026-04-30T19:07:32.517Z ooce/developer/llvm-15
1752026-04-30T19:07:32.517Z None -> 15.0.7-2.0
1762026-04-30T19:07:32.517Z ooce/library/postgresql-18
1772026-04-30T19:07:32.517Z None -> 18.1-2.0
1782026-04-30T19:07:32.517Z
1792026-04-30T19:07:32.517ZServices:
1802026-04-30T19:07:32.517Z restart_fmri:
1812026-04-30T19:07:32.517Z svc:/system/update-man-index:default
1822026-04-30T19:07:32.569Z
1832026-04-30T19:07:32.569ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-30T19:07:38.316ZDownload: 1195/4272 items 83.5/219.0MB 38% complete (17.7M/s)
1852026-04-30T19:07:43.507ZDownload: 3286/4272 items 211.9/219.0MB 96% complete (21.5M/s)
1862026-04-30T19:07:48.706ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (14.2M/s)
1872026-04-30T19:07:48.746ZDownload: Completed 218.99 MB in 16.17 seconds (13.5M/s)
1882026-04-30T19:07:48.885Z Actions: 1/4789 actions (Installing new actions)
1892026-04-30T19:07:52.351Z Actions: Completed 4789 actions in 3.46 seconds.
1902026-04-30T19:07:52.658Z Done (0.304s)
1912026-04-30T19:07:52.658Z Done (0.000s)
1922026-04-30T19:07:53.399Z Done (0.740s)
1932026-04-30T19:07:56.988Z Done (3.241s)
1942026-04-30T19:07:57.069Z Done (0.019s)
1952026-04-30T19:07:57.073Z Done (0.000s)
1962026-04-30T19:07:57.353Z Done (0.000s)
1972026-04-30T19:07:58.215ZPlanning: Evaluating mediator changes ... Done
1982026-04-30T19:07:58.322ZPlanning: Checking for conflicting actions ... Done
1992026-04-30T19:07:58.324ZPlanning: Consolidating action changes ... Done
2002026-04-30T19:07:58.483ZPlanning: Evaluating mediators ... Done
2012026-04-30T19:07:58.486ZPlanning: Planning completed in 0.27 seconds
2022026-04-30T19:07:58.505Z Mediators to change: 2
2032026-04-30T19:07:58.505Z Create boot environment: No
2042026-04-30T19:07:58.509ZCreate backup boot environment: No
2052026-04-30T19:07:58.573Z Done
2062026-04-30T19:07:58.573Z Done
2072026-04-30T19:07:59.203Z Done
2082026-04-30T19:08:01.684Z Done
2092026-04-30T19:08:01.756Z Done
2102026-04-30T19:08:01.756Z Done
2112026-04-30T19:08:01.925Z Done
2122026-04-30T19:08:02.187ZPlanning: Evaluating mediator changes ... Done
2132026-04-30T19:08:02.296ZPlanning: Checking for conflicting actions ... Done
2142026-04-30T19:08:02.299ZPlanning: Consolidating action changes ... Done
2152026-04-30T19:08:02.456ZPlanning: Evaluating mediators ... Done
2162026-04-30T19:08:02.459ZPlanning: Planning completed in 0.27 seconds
2172026-04-30T19:08:02.477Z Mediators to change: 1
2182026-04-30T19:08:02.477Z Create boot environment: No
2192026-04-30T19:08:02.477ZCreate backup boot environment: No
2202026-04-30T19:08:02.515Z Done
2212026-04-30T19:08:02.515Z Done
2222026-04-30T19:08:03.122Z Done
2232026-04-30T19:08:05.623Z Done
2242026-04-30T19:08:05.697Z Done
2252026-04-30T19:08:05.697Z Done
2262026-04-30T19:08:05.874Z Done
2272026-04-30T19:08:06.167ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-30T19:08:06.167Zclang system 15 system
2292026-04-30T19:08:06.167Zcsh system system illumos
2302026-04-30T19:08:06.168Zctags system system illumos
2312026-04-30T19:08:06.168Zfile system system illumos
2322026-04-30T19:08:06.168Zgcc vendor 12 vendor
2332026-04-30T19:08:06.168Zgcc system 14 system
2342026-04-30T19:08:06.168Zgcc system 10 system
2352026-04-30T19:08:06.168Zgo system 1.20 system
2362026-04-30T19:08:06.168Zgo system 1.19 system
2372026-04-30T19:08:06.168Zllvm system 15 system
2382026-04-30T19:08:06.168Zllvm system 14 system
2392026-04-30T19:08:06.168Zmariadb system 10.6 system
2402026-04-30T19:08:06.168Zmta vendor vendor dma
2412026-04-30T19:08:06.168Zopenjdk system 17 system
2422026-04-30T19:08:06.168Zopenjdk system 11 system
2432026-04-30T19:08:06.168Zopenjdk system 1.8 system
2442026-04-30T19:08:06.168Zopenssl vendor 3 vendor
2452026-04-30T19:08:06.168Zperl system 5.36 system
2462026-04-30T19:08:06.168Zpostgresql system 18 system
2472026-04-30T19:08:06.168Zpostgresql system 15 system
2482026-04-30T19:08:06.168Zpostgresql system 13 system
2492026-04-30T19:08:06.168Zpython vendor 3 vendor
2502026-04-30T19:08:06.168Zpython system 2 system
2512026-04-30T19:08:06.168Zpython3 system 3.11 system
2522026-04-30T19:08:06.168Zruby system 3.0 system
2532026-04-30T19:08:06.168Zwords vendor vendor american-english
2542026-04-30T19:08:06.168Zwords system system australian-english
2552026-04-30T19:08:06.168Zwords system system british-english
2562026-04-30T19:08:06.168Zwords system system canadian-english
2572026-04-30T19:08:06.169Zwords system system french
2582026-04-30T19:08:06.169Zwords system system italian
2592026-04-30T19:08:06.169Zwords system system ngerman
2602026-04-30T19:08:06.169Zwords system system ogerman
2612026-04-30T19:08:06.169Zwords system system spanish
2622026-04-30T19:08:06.396ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-30T19:08:06.396Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-30T19:08:10.999ZFMRI IFO
2652026-04-30T19:08:11.000Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-30T19:08:11.000Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-30T19:08:11.000Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-30T19:08:11.000Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-30T19:08:11.000Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-30T19:08:11.000Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-30T19:08:11.000Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-30T19:08:11.000Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-30T19:08:11.000Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-30T19:08:11.000Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-30T19:08:11.000Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-30T19:08:11.000Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-30T19:08:11.000Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-30T19:08:11.000Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-30T19:08:11.000Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-30T19:08:11.000Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-30T19:08:11.000Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-30T19:08:12.159Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-30T19:08:12.433Z Updating crates.io index
2842026-04-30T19:08:12.436Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-30T19:08:12.699Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-30T19:08:13.561Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-30T19:08:14.255Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-30T19:08:15.024Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-30T19:08:15.545Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-30T19:08:17.255Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-30T19:08:18.062Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-30T19:08:18.362Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-30T19:08:19.092Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-30T19:08:19.573Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-30T19:08:19.870Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-30T19:08:20.254Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-30T19:08:21.166Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-30T19:08:21.713Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-30T19:08:22.063Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-30T19:08:22.407Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-30T19:08:22.696Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-30T19:08:23.032Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-30T19:08:23.248Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-30T19:08:23.520Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-30T19:08:23.913Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-30T19:08:24.250Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-30T19:08:24.846Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-30T19:08:25.065Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-30T19:08:25.376Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-30T19:08:26.612Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-30T19:08:26.880Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-30T19:08:27.715Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-30T19:08:28.157Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-30T19:08:28.449Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-30T19:08:28.732Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-30T19:08:29.059Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-30T19:08:29.355Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-30T19:08:29.819Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-30T19:08:30.078Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-30T19:08:30.365Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-30T19:08:30.717Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-30T19:08:42.182Z Downloading crates ...
3232026-04-30T19:08:42.256Z Downloaded dtrace-parser v0.2.0
3242026-04-30T19:08:42.262Z Downloaded unicode-linebreak v0.1.5
3252026-04-30T19:08:42.267Z Downloaded zerofrom-derive v0.1.6
3262026-04-30T19:08:42.269Z Downloaded utf8parse v0.2.2
3272026-04-30T19:08:42.269Z Downloaded version_check v0.9.5
3282026-04-30T19:08:42.270Z Downloaded typeid v1.0.3
3292026-04-30T19:08:42.270Z Downloaded utf8_iter v1.0.4
3302026-04-30T19:08:42.273Z Downloaded crypto-common v0.1.7
3312026-04-30T19:08:42.273Z Downloaded cpufeatures v0.2.17
3322026-04-30T19:08:42.276Z Downloaded usdt v0.5.0
3332026-04-30T19:08:42.278Z Downloaded zmij v1.0.21
3342026-04-30T19:08:42.278Z Downloaded yoke-derive v0.8.1
3352026-04-30T19:08:42.278Z Downloaded unicode-xid v0.2.6
3362026-04-30T19:08:42.278Z Downloaded erased-serde v0.4.9
3372026-04-30T19:08:42.281Z Downloaded colorchoice v1.0.4
3382026-04-30T19:08:42.281Z Downloaded toml_edit v0.22.27
3392026-04-30T19:08:42.284Z Downloaded zerofrom v0.1.6
3402026-04-30T19:08:42.284Z Downloaded once_cell v1.21.3
3412026-04-30T19:08:42.287Z Downloaded usdt-macro v0.5.0
3422026-04-30T19:08:42.287Z Downloaded plain v0.2.3
3432026-04-30T19:08:42.287Z Downloaded cfg-if v1.0.4
3442026-04-30T19:08:42.290Z Downloaded heck v0.5.0
3452026-04-30T19:08:42.290Z Downloaded toml_write v0.1.2
3462026-04-30T19:08:42.290Z Downloaded equivalent v1.0.2
3472026-04-30T19:08:42.294Z Downloaded toml_datetime v0.6.11
3482026-04-30T19:08:42.294Z Downloaded pretty-hex v0.4.1
3492026-04-30T19:08:42.297Z Downloaded macaddr v1.0.1
3502026-04-30T19:08:42.297Z Downloaded usdt-impl v0.5.0
3512026-04-30T19:08:42.297Z Downloaded terminal_size v0.4.3
3522026-04-30T19:08:42.297Z Downloaded thiserror-impl v1.0.69
3532026-04-30T19:08:42.301Z Downloaded thiserror v2.0.18
3542026-04-30T19:08:42.304Z Downloaded thiserror v1.0.69
3552026-04-30T19:08:42.304Z Downloaded zerovec-derive v0.11.2
3562026-04-30T19:08:42.307Z Downloaded thiserror-impl v2.0.18
3572026-04-30T19:08:42.307Z Downloaded tinystr v0.8.2
3582026-04-30T19:08:42.307Z Downloaded ordered-float v2.10.1
3592026-04-30T19:08:42.309Z Downloaded percent-encoding v2.3.2
3602026-04-30T19:08:42.309Z Downloaded fnv v1.0.7
3612026-04-30T19:08:42.309Z Downloaded generic-array v0.14.7
3622026-04-30T19:08:42.312Z Downloaded writeable v0.6.2
3632026-04-30T19:08:42.312Z Downloaded fastrand v2.3.0
3642026-04-30T19:08:42.312Z Downloaded potential_utf v0.1.4
3652026-04-30T19:08:42.312Z Downloaded usdt-attr-macro v0.5.0
3662026-04-30T19:08:42.315Z Downloaded toml v0.8.23
3672026-04-30T19:08:42.315Z Downloaded errno v0.3.14
3682026-04-30T19:08:42.315Z Downloaded zerocopy-derive v0.7.35
3692026-04-30T19:08:42.318Z Downloaded ucd-trie v0.1.7
3702026-04-30T19:08:42.323Z Downloaded thread-id v4.2.2
3712026-04-30T19:08:42.323Z Downloaded proc-macro-error-attr v1.0.4
3722026-04-30T19:08:42.323Z Downloaded anstyle-query v1.1.5
3732026-04-30T19:08:42.323Z Downloaded yoke v0.8.1
3742026-04-30T19:08:42.326Z Downloaded idna_adapter v1.2.1
3752026-04-30T19:08:42.326Z Downloaded clap_lex v1.0.0
3762026-04-30T19:08:42.326Z Downloaded stable_deref_trait v1.2.1
3772026-04-30T19:08:42.330Z Downloaded block-buffer v0.10.4
3782026-04-30T19:08:42.330Z Downloaded unicode-ident v1.0.24
3792026-04-30T19:08:42.333Z Downloaded serde_spanned v0.6.9
3802026-04-30T19:08:42.336Z Downloaded textwrap v0.16.2
3812026-04-30T19:08:42.339Z Downloaded form_urlencoded v1.2.2
3822026-04-30T19:08:42.342Z Downloaded scroll_derive v0.12.1
3832026-04-30T19:08:42.345Z Downloaded zerotrie v0.2.3
3842026-04-30T19:08:42.345Z Downloaded serde-value v0.7.0
3852026-04-30T19:08:42.348Z Downloaded url v2.5.8
3862026-04-30T19:08:42.348Z Downloaded typenum v1.19.0
3872026-04-30T19:08:42.351Z Downloaded camino-tempfile v1.4.1
3882026-04-30T19:08:42.354Z Downloaded anstyle-parse v0.2.7
3892026-04-30T19:08:42.354Z Downloaded proc-macro-error v1.0.4
3902026-04-30T19:08:42.357Z Downloaded byteorder v1.5.0
3912026-04-30T19:08:42.357Z Downloaded zerovec v0.11.5
3922026-04-30T19:08:42.361Z Downloaded dof v0.3.0
3932026-04-30T19:08:42.364Z Downloaded serde_tokenstream v0.2.3
3942026-04-30T19:08:42.367Z Downloaded serde-untagged v0.1.9
3952026-04-30T19:08:42.367Z Downloaded scroll v0.12.0
3962026-04-30T19:08:42.369Z Downloaded zerocopy v0.7.35
3972026-04-30T19:08:42.376Z Downloaded strsim v0.11.1
3982026-04-30T19:08:42.379Z Downloaded winnow v0.7.14
3992026-04-30T19:08:42.382Z Downloaded smawk v0.3.2
4002026-04-30T19:08:42.385Z Downloaded itoa v1.0.17
4012026-04-30T19:08:42.385Z Downloaded clap_derive v4.5.55
4022026-04-30T19:08:42.388Z Downloaded unicode-width v0.2.0
4032026-04-30T19:08:42.393Z Downloaded unicode-width v0.1.14
4042026-04-30T19:08:42.396Z Downloaded quote v1.0.45
4052026-04-30T19:08:42.396Z Downloaded fs-err v3.3.0
4062026-04-30T19:08:42.396Z Downloaded swrite v0.1.0
4072026-04-30T19:08:42.396Z Downloaded digest v0.10.7
4082026-04-30T19:08:42.396Z Downloaded cargo_metadata v0.21.0
4092026-04-30T19:08:42.403Z Downloaded cargo-platform v0.2.0
4102026-04-30T19:08:42.404Z Downloaded cargo_toml v0.21.0
4112026-04-30T19:08:42.404Z Downloaded bitflags v2.11.0
4122026-04-30T19:08:42.404Z Downloaded sha2 v0.10.9
4132026-04-30T19:08:42.404Z Downloaded heck v0.4.1
4142026-04-30T19:08:42.410Z Downloaded autocfg v1.5.0
4152026-04-30T19:08:42.410Z Downloaded displaydoc v0.2.5
4162026-04-30T19:08:42.414Z Downloaded memmap v0.7.0
4172026-04-30T19:08:42.414Z Downloaded anstream v0.6.21
4182026-04-30T19:08:42.417Z Downloaded tabled_derive v0.7.0
4192026-04-30T19:08:42.420Z Downloaded pest_derive v2.8.6
4202026-04-30T19:08:42.426Z Downloaded synstructure v0.13.2
4212026-04-30T19:08:42.428Z Downloaded anstyle v1.0.13
4222026-04-30T19:08:42.428Z Downloaded is_terminal_polyfill v1.70.2
4232026-04-30T19:08:42.436Z Downloaded semver v1.0.28
4242026-04-30T19:08:42.443Z Downloaded tempfile v3.25.0
4252026-04-30T19:08:42.446Z Downloaded pest_generator v2.8.6
4262026-04-30T19:08:42.446Z Downloaded camino v1.2.2
4272026-04-30T19:08:42.446Z Downloaded cargo-util-schemas v0.8.2
4282026-04-30T19:08:42.450Z Downloaded icu_provider v2.1.1
4292026-04-30T19:08:42.450Z Downloaded icu_properties v2.1.2
4302026-04-30T19:08:42.452Z Downloaded memchr v2.8.0
4312026-04-30T19:08:42.458Z Downloaded serde_core v1.0.228
4322026-04-30T19:08:42.462Z Downloaded proc-macro2 v1.0.106
4332026-04-30T19:08:42.463Z Downloaded log v0.4.29
4342026-04-30T19:08:42.465Z Downloaded num-traits v0.2.19
4352026-04-30T19:08:42.468Z Downloaded litemap v0.8.1
4362026-04-30T19:08:42.468Z Downloaded smallvec v1.15.1
4372026-04-30T19:08:42.471Z Downloaded bytecount v0.6.9
4382026-04-30T19:08:42.471Z Downloaded anyhow v1.0.102
4392026-04-30T19:08:42.474Z Downloaded serde_derive v1.0.228
4402026-04-30T19:08:42.484Z Downloaded icu_normalizer_data v2.1.1
4412026-04-30T19:08:42.487Z Downloaded icu_normalizer v2.1.1
4422026-04-30T19:08:42.490Z Downloaded getrandom v0.4.1
4432026-04-30T19:08:42.490Z Downloaded papergrid v0.11.0
4442026-04-30T19:08:42.492Z Downloaded icu_locale_core v2.1.1
4452026-04-30T19:08:42.495Z Downloaded clap v4.5.60
4462026-04-30T19:08:42.500Z Downloaded serde v1.0.228
4472026-04-30T19:08:42.504Z Downloaded pest_meta v2.8.6
4482026-04-30T19:08:42.507Z Downloaded indexmap v2.14.0
4492026-04-30T19:08:42.507Z Downloaded icu_collections v2.1.1
4502026-04-30T19:08:42.539Z Downloaded pest v2.8.6
4512026-04-30T19:08:42.542Z Downloaded icu_properties_data v2.1.2
4522026-04-30T19:08:42.556Z Downloaded idna v1.1.0
4532026-04-30T19:08:42.559Z Downloaded hashbrown v0.17.0
4542026-04-30T19:08:42.562Z Downloaded clap_builder v4.5.60
4552026-04-30T19:08:42.565Z Downloaded serde_json v1.0.149
4562026-04-30T19:08:42.574Z Downloaded goblin v0.8.2
4572026-04-30T19:08:42.579Z Downloaded tabled v0.15.0
4582026-04-30T19:08:42.589Z Downloaded syn v1.0.109
4592026-04-30T19:08:42.602Z Downloaded syn v2.0.117
4602026-04-30T19:08:42.608Z Downloaded rustix v1.1.3
4612026-04-30T19:08:42.640Z Downloaded libc v0.2.185
4622026-04-30T19:08:42.709Z Compiling proc-macro2 v1.0.106
4632026-04-30T19:08:42.709Z Compiling quote v1.0.45
4642026-04-30T19:08:42.709Z Compiling unicode-ident v1.0.24
4652026-04-30T19:08:42.709Z Compiling serde_core v1.0.228
4662026-04-30T19:08:42.709Z Compiling libc v0.2.185
4672026-04-30T19:08:42.717Z Compiling version_check v0.9.5
4682026-04-30T19:08:42.717Z Compiling serde v1.0.228
4692026-04-30T19:08:42.717Z Compiling memchr v2.8.0
4702026-04-30T19:08:43.065Z Compiling stable_deref_trait v1.2.1
4712026-04-30T19:08:43.142Z Compiling zmij v1.0.21
4722026-04-30T19:08:43.218Z Compiling autocfg v1.5.0
4732026-04-30T19:08:43.456Z Compiling ucd-trie v0.1.7
4742026-04-30T19:08:43.584Z Compiling thiserror v1.0.69
4752026-04-30T19:08:43.642Z Compiling itoa v1.0.17
4762026-04-30T19:08:43.745Z Compiling pest v2.8.6
4772026-04-30T19:08:43.832Z Compiling litemap v0.8.1
4782026-04-30T19:08:43.832Z Compiling writeable v0.6.2
4792026-04-30T19:08:43.899Z Compiling icu_properties_data v2.1.2
4802026-04-30T19:08:44.023Z Compiling icu_normalizer_data v2.1.1
4812026-04-30T19:08:44.057Z Compiling rustix v1.1.3
4822026-04-30T19:08:44.088Z Compiling byteorder v1.5.0
4832026-04-30T19:08:44.369Z Compiling errno v0.3.14
4842026-04-30T19:08:44.416Z Compiling syn v2.0.117
4852026-04-30T19:08:44.489Z Compiling bitflags v2.11.0
4862026-04-30T19:08:44.506Z Compiling serde_json v1.0.149
4872026-04-30T19:08:44.713Z Compiling num-traits v0.2.19
4882026-04-30T19:08:44.735Z Compiling equivalent v1.0.2
4892026-04-30T19:08:44.754Z Compiling typeid v1.0.3
4902026-04-30T19:08:44.829Z Compiling pest_meta v2.8.6
4912026-04-30T19:08:45.019Z Compiling smallvec v1.15.1
4922026-04-30T19:08:45.037Z Compiling hashbrown v0.17.0
4932026-04-30T19:08:45.233Z Compiling thread-id v4.2.2
4942026-04-30T19:08:45.323Z Compiling usdt-impl v0.5.0
4952026-04-30T19:08:45.340Z Compiling proc-macro-error-attr v1.0.4
4962026-04-30T19:08:45.359Z Compiling syn v1.0.109
4972026-04-30T19:08:45.528Z Compiling indexmap v2.14.0
4982026-04-30T19:08:45.578Z Compiling erased-serde v0.4.9
4992026-04-30T19:08:45.661Z Compiling winnow v0.7.14
5002026-04-30T19:08:45.680Z Compiling toml_write v0.1.2
5012026-04-30T19:08:46.098Z Compiling proc-macro-error v1.0.4
5022026-04-30T19:08:46.256Z Compiling plain v0.2.3
5032026-04-30T19:08:46.296Z Compiling camino v1.2.2
5042026-04-30T19:08:46.377Z Compiling percent-encoding v2.3.2
5052026-04-30T19:08:46.501Z Compiling log v0.4.29
5062026-04-30T19:08:46.578Z Compiling utf8parse v0.2.2
5072026-04-30T19:08:46.596Z Compiling utf8_iter v1.0.4
5082026-04-30T19:08:46.622Z Compiling thiserror v2.0.18
5092026-04-30T19:08:46.640Z Compiling getrandom v0.4.1
5102026-04-30T19:08:46.675Z Compiling anstyle-parse v0.2.7
5112026-04-30T19:08:46.748Z Compiling form_urlencoded v1.2.2
5122026-04-30T19:08:46.767Z Compiling ordered-float v2.10.1
5132026-04-30T19:08:47.045Z Compiling terminal_size v0.4.3
5142026-04-30T19:08:47.168Z Compiling synstructure v0.13.2
5152026-04-30T19:08:47.210Z Compiling pest_generator v2.8.6
5162026-04-30T19:08:47.239Z Compiling pretty-hex v0.4.1
5172026-04-30T19:08:47.303Z Compiling cfg-if v1.0.4
5182026-04-30T19:08:47.382Z Compiling colorchoice v1.0.4
5192026-04-30T19:08:47.382Z Compiling anstyle-query v1.1.5
5202026-04-30T19:08:47.419Z Compiling anstyle v1.0.13
5212026-04-30T19:08:47.438Z Compiling is_terminal_polyfill v1.70.2
5222026-04-30T19:08:47.522Z Compiling serde-untagged v0.1.9
5232026-04-30T19:08:47.648Z Compiling anstream v0.6.21
5242026-04-30T19:08:47.686Z Compiling semver v1.0.28
5252026-04-30T19:08:47.785Z Compiling fs-err v3.3.0
5262026-04-30T19:08:47.929Z Compiling fnv v1.0.7
5272026-04-30T19:08:47.960Z Compiling unicode-width v0.1.14
5282026-04-30T19:08:47.980Z Compiling heck v0.4.1
5292026-04-30T19:08:48.011Z Compiling once_cell v1.21.3
5302026-04-30T19:08:48.034Z Compiling anyhow v1.0.102
5312026-04-30T19:08:48.052Z Compiling unicode-xid v0.2.6
5322026-04-30T19:08:48.205Z Compiling fastrand v2.3.0
5332026-04-30T19:08:48.225Z Compiling bytecount v0.6.9
5342026-04-30T19:08:48.228Z Compiling strsim v0.11.1
5352026-04-30T19:08:48.333Z Compiling clap_lex v1.0.0
5362026-04-30T19:08:48.365Z Compiling heck v0.5.0
5372026-04-30T19:08:48.467Z Compiling tempfile v3.25.0
5382026-04-30T19:08:48.489Z Compiling clap_builder v4.5.60
5392026-04-30T19:08:48.600Z Compiling papergrid v0.11.0
5402026-04-30T19:08:48.727Z Compiling memmap v0.7.0
5412026-04-30T19:08:48.788Z Compiling smawk v0.3.2
5422026-04-30T19:08:48.806Z Compiling serde_derive v1.0.228
5432026-04-30T19:08:48.845Z Compiling zerofrom-derive v0.1.6
5442026-04-30T19:08:48.907Z Compiling yoke-derive v0.8.1
5452026-04-30T19:08:48.927Z Compiling zerovec-derive v0.11.2
5462026-04-30T19:08:49.071Z Compiling displaydoc v0.2.5
5472026-04-30T19:08:49.809Z Compiling thiserror-impl v1.0.69
5482026-04-30T19:08:50.001Z Compiling zerocopy-derive v0.7.35
5492026-04-30T19:08:50.035Z Compiling pest_derive v2.8.6
5502026-04-30T19:08:50.055Z Compiling scroll_derive v0.12.1
5512026-04-30T19:08:50.248Z Compiling zerofrom v0.1.6
5522026-04-30T19:08:50.385Z Compiling yoke v0.8.1
5532026-04-30T19:08:50.469Z Compiling thiserror-impl v2.0.18
5542026-04-30T19:08:50.578Z Compiling zerovec v0.11.5
5552026-04-30T19:08:50.721Z Compiling zerotrie v0.2.3
5562026-04-30T19:08:50.915Z Compiling zerocopy v0.7.35
5572026-04-30T19:08:51.059Z Compiling scroll v0.12.0
5582026-04-30T19:08:51.128Z Compiling tinystr v0.8.2
5592026-04-30T19:08:51.263Z Compiling potential_utf v0.1.4
5602026-04-30T19:08:51.334Z Compiling icu_locale_core v2.1.1
5612026-04-30T19:08:51.353Z Compiling dtrace-parser v0.2.0
5622026-04-30T19:08:51.438Z Compiling icu_collections v2.1.1
5632026-04-30T19:08:51.484Z Compiling goblin v0.8.2
5642026-04-30T19:08:51.536Z Compiling tabled_derive v0.7.0
5652026-04-30T19:08:51.709Z Compiling clap_derive v4.5.55
5662026-04-30T19:08:52.056Z Compiling icu_provider v2.1.1
5672026-04-30T19:08:52.108Z Compiling unicode-linebreak v0.1.5
5682026-04-30T19:08:52.236Z Compiling serde_spanned v0.6.9
5692026-04-30T19:08:52.301Z Compiling icu_properties v2.1.2
5702026-04-30T19:08:52.358Z Compiling icu_normalizer v2.1.1
5712026-04-30T19:08:52.377Z Compiling toml_datetime v0.6.11
5722026-04-30T19:08:52.396Z Compiling dof v0.3.0
5732026-04-30T19:08:52.399Z Compiling serde_tokenstream v0.2.3
5742026-04-30T19:08:52.453Z Compiling serde-value v0.7.0
5752026-04-30T19:08:52.638Z Compiling toml_edit v0.22.27
5762026-04-30T19:08:52.800Z Compiling cargo-platform v0.2.0
5772026-04-30T19:08:52.818Z Compiling unicode-width v0.2.0
5782026-04-30T19:08:52.899Z Compiling tabled v0.15.0
5792026-04-30T19:08:53.073Z Compiling textwrap v0.16.2
5802026-04-30T19:08:53.092Z Compiling macaddr v1.0.1
5812026-04-30T19:08:53.331Z Compiling idna_adapter v1.2.1
5822026-04-30T19:08:53.350Z Compiling usdt-macro v0.5.0
5832026-04-30T19:08:53.390Z Compiling usdt-attr-macro v0.5.0
5842026-04-30T19:08:53.469Z Compiling idna v1.1.0
5852026-04-30T19:08:53.488Z Compiling clap v4.5.60
5862026-04-30T19:08:53.872Z Compiling url v2.5.8
5872026-04-30T19:08:53.968Z Compiling camino-tempfile v1.4.1
5882026-04-30T19:08:54.057Z Compiling toml v0.8.23
5892026-04-30T19:08:54.123Z Compiling swrite v0.1.0
5902026-04-30T19:08:54.200Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-30T19:08:54.453Z Compiling cargo-util-schemas v0.8.2
5922026-04-30T19:08:54.609Z Compiling cargo_toml v0.21.0
5932026-04-30T19:08:54.767Z Compiling usdt v0.5.0
5942026-04-30T19:08:55.359Z Compiling cargo_metadata v0.21.0
5952026-04-30T19:08:56.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-30T19:08:58.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.43s
5972026-04-30T19:08:58.659Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-30T19:08:59.221Z Downloading crates ...
5992026-04-30T19:08:59.320Z Downloaded array-init v0.0.4
6002026-04-30T19:08:59.325Z Downloaded aead v0.5.2
6012026-04-30T19:08:59.330Z Downloaded bb8 v0.8.6
6022026-04-30T19:08:59.330Z Downloaded bcrypt-pbkdf v0.10.0
6032026-04-30T19:08:59.330Z Downloaded ascii-canvas v3.0.0
6042026-04-30T19:08:59.335Z Downloaded castaway v0.2.4
6052026-04-30T19:08:59.335Z Downloaded block-padding v0.3.3
6062026-04-30T19:08:59.335Z Downloaded ciborium-ll v0.2.2
6072026-04-30T19:08:59.335Z Downloaded bit-vec v0.6.3
6082026-04-30T19:08:59.338Z Downloaded critical-section v1.2.0
6092026-04-30T19:08:59.338Z Downloaded base16ct v0.2.0
6102026-04-30T19:08:59.343Z Downloaded derive-where v1.6.0
6112026-04-30T19:08:59.347Z Downloaded darling_macro v0.23.0
6122026-04-30T19:08:59.347Z Downloaded adler2 v2.0.1
6132026-04-30T19:08:59.353Z Downloaded cmake v0.1.57
6142026-04-30T19:08:59.357Z Downloaded cfg_aliases v0.2.1
6152026-04-30T19:08:59.357Z Downloaded cfg_aliases v0.1.1
6162026-04-30T19:08:59.357Z Downloaded base64ct v1.8.3
6172026-04-30T19:08:59.360Z Downloaded corncobs v0.1.4
6182026-04-30T19:08:59.361Z Downloaded darling_macro v0.20.11
6192026-04-30T19:08:59.361Z Downloaded atomicwrites v0.4.4
6202026-04-30T19:08:59.366Z Downloaded der_derive v0.7.3
6212026-04-30T19:08:59.366Z Downloaded compression-core v0.4.31
6222026-04-30T19:08:59.366Z Downloaded bitfield-macros v0.19.4
6232026-04-30T19:08:59.369Z Downloaded colored v3.1.1
6242026-04-30T19:08:59.369Z Downloaded backoff v0.4.0
6252026-04-30T19:08:59.372Z Downloaded crunchy v0.2.4
6262026-04-30T19:08:59.372Z Downloaded crc8 v0.1.1
6272026-04-30T19:08:59.372Z Downloaded ctr v0.9.2
6282026-04-30T19:08:59.375Z Downloaded crossbeam-utils v0.8.21
6292026-04-30T19:08:59.378Z Downloaded document-features v0.2.12
6302026-04-30T19:08:59.381Z Downloaded cargo_metadata v0.19.2
6312026-04-30T19:08:59.381Z Downloaded cstr-argument v0.1.2
6322026-04-30T19:08:59.381Z Downloaded crossbeam-epoch v0.9.18
6332026-04-30T19:08:59.384Z Downloaded chacha20 v0.9.1
6342026-04-30T19:08:59.384Z Downloaded derive_builder_macro v0.20.2
6352026-04-30T19:08:59.384Z Downloaded backon v1.6.0
6362026-04-30T19:08:59.387Z Downloaded darling_core v0.21.3
6372026-04-30T19:08:59.390Z Downloaded bitfield-struct v0.6.2
6382026-04-30T19:08:59.390Z Downloaded darling_core v0.20.11
6392026-04-30T19:08:59.393Z Downloaded debug-ignore v1.0.5
6402026-04-30T19:08:59.395Z Downloaded defmt-macros v1.0.1
6412026-04-30T19:08:59.398Z Downloaded async-recursion v1.1.1
6422026-04-30T19:08:59.398Z Downloaded curve25519-dalek-derive v0.1.1
6432026-04-30T19:08:59.401Z Downloaded darling_core v0.23.0
6442026-04-30T19:08:59.404Z Downloaded endian-type v0.1.2
6452026-04-30T19:08:59.404Z Downloaded dropshot-api-manager-types v0.7.1
6462026-04-30T19:08:59.404Z Downloaded downcast-rs v2.0.2
6472026-04-30T19:08:59.404Z Downloaded display-error-chain v0.2.2
6482026-04-30T19:08:59.409Z Downloaded defmt-parser v1.0.0
6492026-04-30T19:08:59.409Z Downloaded embedded-io v0.6.1
6502026-04-30T19:08:59.409Z Downloaded camino-tempfile-ext v0.3.3
6512026-04-30T19:08:59.415Z Downloaded dyn-clone v1.0.20
6522026-04-30T19:08:59.415Z Downloaded assert_matches v1.5.0
6532026-04-30T19:08:59.415Z Downloaded bit-set v0.8.0
6542026-04-30T19:08:59.415Z Downloaded cargo-platform v0.1.9
6552026-04-30T19:08:59.415Z Downloaded crc-catalog v2.4.0
6562026-04-30T19:08:59.419Z Downloaded env_filter v1.0.0
6572026-04-30T19:08:59.419Z Downloaded derive-ex v0.1.8
6582026-04-30T19:08:59.420Z Downloaded darling v0.23.0
6592026-04-30T19:08:59.420Z Downloaded crc v3.4.0
6602026-04-30T19:08:59.425Z Downloaded ciborium-io v0.2.2
6612026-04-30T19:08:59.427Z Downloaded darling v0.21.3
6622026-04-30T19:08:59.428Z Downloaded float-cmp v0.10.0
6632026-04-30T19:08:59.428Z Downloaded const_format_proc_macros v0.2.34
6642026-04-30T19:08:59.433Z Downloaded fd-lock v4.0.4
6652026-04-30T19:08:59.433Z Downloaded dirs-next v2.0.0
6662026-04-30T19:08:59.433Z Downloaded embedded-io v0.4.0
6672026-04-30T19:08:59.433Z Downloaded crucible-workspace-hack v0.1.0
6682026-04-30T19:08:59.433Z Downloaded foreign-types-shared v0.3.1
6692026-04-30T19:08:59.433Z Downloaded bit-set v0.5.3
6702026-04-30T19:08:59.433Z Downloaded convert_case v0.4.0
6712026-04-30T19:08:59.433Z Downloaded cobs v0.3.0
6722026-04-30T19:08:59.434Z Downloaded atty v0.2.14
6732026-04-30T19:08:59.434Z Downloaded async-stream-impl v0.3.6
6742026-04-30T19:08:59.438Z Downloaded daft-derive v0.1.5
6752026-04-30T19:08:59.438Z Downloaded dunce v1.0.5
6762026-04-30T19:08:59.438Z Downloaded futures-io v0.3.32
6772026-04-30T19:08:59.447Z Downloaded flagset v0.4.7
6782026-04-30T19:08:59.447Z Downloaded dtrace-parser v0.3.0
6792026-04-30T19:08:59.448Z Downloaded cpufeatures v0.3.0
6802026-04-30T19:08:59.448Z Downloaded defmt v0.3.100
6812026-04-30T19:08:59.448Z Downloaded darling_macro v0.21.3
6822026-04-30T19:08:59.448Z Downloaded arrayref v0.3.9
6832026-04-30T19:08:59.453Z Downloaded base64 v0.21.7
6842026-04-30T19:08:59.453Z Downloaded diesel_table_macro_syntax v0.3.0
6852026-04-30T19:08:59.453Z Downloaded foreign-types-shared v0.1.1
6862026-04-30T19:08:59.453Z Downloaded foreign-types v0.5.0
6872026-04-30T19:08:59.456Z Downloaded foreign-types v0.3.2
6882026-04-30T19:08:59.456Z Downloaded foreign-types-macros v0.2.3
6892026-04-30T19:08:59.456Z Downloaded float-ord v0.3.2
6902026-04-30T19:08:59.456Z Downloaded enum-as-inner v0.6.1
6912026-04-30T19:08:59.456Z Downloaded futures-core v0.3.32
6922026-04-30T19:08:59.459Z Downloaded difflib v0.4.0
6932026-04-30T19:08:59.459Z Downloaded fixedbitset v0.4.2
6942026-04-30T19:08:59.462Z Downloaded futures-task v0.3.32
6952026-04-30T19:08:59.462Z Downloaded fxhash v0.2.1
6962026-04-30T19:08:59.462Z Downloaded futures-macro v0.3.32
6972026-04-30T19:08:59.465Z Downloaded gethostname v0.5.0
6982026-04-30T19:08:59.465Z Downloaded futures-sink v0.3.32
6992026-04-30T19:08:59.465Z Downloaded git-stub v1.0.0
7002026-04-30T19:08:59.465Z Downloaded dof v0.4.0
7012026-04-30T19:08:59.468Z Downloaded des v0.8.1
7022026-04-30T19:08:59.471Z Downloaded blowfish v0.9.1
7032026-04-30T19:08:59.471Z Downloaded crc-any v2.5.0
7042026-04-30T19:08:59.471Z Downloaded base64 v0.22.1
7052026-04-30T19:08:59.476Z Downloaded compression-codecs v0.4.37
7062026-04-30T19:08:59.476Z Downloaded ghash v0.5.1
7072026-04-30T19:08:59.481Z Downloaded chacha20poly1305 v0.10.1
7082026-04-30T19:08:59.481Z Downloaded buf-list v1.1.2
7092026-04-30T19:08:59.481Z Downloaded globwalk v0.9.1
7102026-04-30T19:08:59.485Z Downloaded bitflags v1.3.2
7112026-04-30T19:08:59.485Z Downloaded ena v0.14.4
7122026-04-30T19:08:59.485Z Downloaded data-encoding v2.10.0
7132026-04-30T19:08:59.485Z Downloaded crc32fast v1.5.0
7142026-04-30T19:08:59.488Z Downloaded atomic-waker v1.1.2
7152026-04-30T19:08:59.488Z Downloaded dirs-sys-next v0.1.2
7162026-04-30T19:08:59.488Z Downloaded byte-wrapper v0.1.0
7172026-04-30T19:08:59.488Z Downloaded bcs v0.1.6
7182026-04-30T19:08:59.491Z Downloaded hash32 v0.3.1
7192026-04-30T19:08:59.491Z Downloaded hash32 v0.2.1
7202026-04-30T19:08:59.495Z Downloaded async-stream v0.3.6
7212026-04-30T19:08:59.499Z Downloaded constant_time_eq v0.4.2
7222026-04-30T19:08:59.499Z Downloaded cbc v0.1.2
7232026-04-30T19:08:59.499Z Downloaded arrayvec v0.7.6
7242026-04-30T19:08:59.503Z Downloaded hex-literal v0.4.1
7252026-04-30T19:08:59.503Z Downloaded bit-vec v0.8.0
7262026-04-30T19:08:59.508Z Downloaded cipher v0.4.4
7272026-04-30T19:08:59.508Z Downloaded cexpr v0.6.0
7282026-04-30T19:08:59.508Z Downloaded ar_archive_writer v0.5.1
7292026-04-30T19:08:59.513Z Downloaded httpdate v1.0.3
7302026-04-30T19:08:59.513Z Downloaded hex v0.4.3
7312026-04-30T19:08:59.513Z Downloaded headers-core v0.3.0
7322026-04-30T19:08:59.513Z Downloaded http-body v1.0.1
7332026-04-30T19:08:59.513Z Downloaded cassowary v0.3.0
7342026-04-30T19:08:59.516Z Downloaded hubpack v0.1.2
7352026-04-30T19:08:59.516Z Downloaded bitfield v0.19.4
7362026-04-30T19:08:59.516Z Downloaded hostname v0.3.1
7372026-04-30T19:08:59.516Z Downloaded funty v2.0.0
7382026-04-30T19:08:59.516Z Downloaded ecdsa v0.16.9
7392026-04-30T19:08:59.520Z Downloaded dsl_auto_type v0.2.0
7402026-04-30T19:08:59.521Z Downloaded convert_case v0.10.0
7412026-04-30T19:08:59.521Z Downloaded home v0.5.12
7422026-04-30T19:08:59.527Z Downloaded foldhash v0.2.0
7432026-04-30T19:08:59.527Z Downloaded fs-err v2.11.0
7442026-04-30T19:08:59.527Z Downloaded glob v0.3.3
7452026-04-30T19:08:59.532Z Downloaded git-stub-vcs v0.1.0
7462026-04-30T19:08:59.532Z Downloaded diesel-dtrace v0.5.0
7472026-04-30T19:08:59.533Z Downloaded http-range v0.1.5
7482026-04-30T19:08:59.533Z Downloaded hostname v0.4.2
7492026-04-30T19:08:59.533Z Downloaded defmt v1.0.1
7502026-04-30T19:08:59.533Z Downloaded hyper-tls v0.6.0
7512026-04-30T19:08:59.546Z Downloaded hubpack_derive v0.1.1
7522026-04-30T19:08:59.546Z Downloaded filetime v0.2.27
7532026-04-30T19:08:59.546Z Downloaded fallible-iterator v0.2.0
7542026-04-30T19:08:59.546Z Downloaded foldhash v0.1.5
7552026-04-30T19:08:59.546Z Downloaded indent_write v2.2.0
7562026-04-30T19:08:59.546Z Downloaded ed25519 v2.2.3
7572026-04-30T19:08:59.553Z Downloaded darling v0.20.11
7582026-04-30T19:08:59.553Z Downloaded clang-sys v1.8.1
7592026-04-30T19:08:59.553Z Downloaded blake2 v0.10.6
7602026-04-30T19:08:59.553Z Downloaded instability v0.3.11
7612026-04-30T19:08:59.553Z Downloaded ident_case v1.0.1
7622026-04-30T19:08:59.553Z Downloaded daft v0.1.5
7632026-04-30T19:08:59.553Z Downloaded inout v0.1.4
7642026-04-30T19:08:59.553Z Downloaded bytes v1.11.1
7652026-04-30T19:08:59.554Z Downloaded instant v0.1.13
7662026-04-30T19:08:59.554Z Downloaded cookie v0.18.1
7672026-04-30T19:08:59.554Z Downloaded argon2 v0.5.3
7682026-04-30T19:08:59.564Z Downloaded const-oid v0.9.6
7692026-04-30T19:08:59.564Z Downloaded bzip2 v0.6.1
7702026-04-30T19:08:59.565Z Downloaded indoc v1.0.9
7712026-04-30T19:08:59.566Z Downloaded is_ci v1.2.0
7722026-04-30T19:08:59.566Z Downloaded fixedbitset v0.5.7
7732026-04-30T19:08:59.572Z Downloaded either v1.15.0
7742026-04-30T19:08:59.572Z Downloaded erased-serde v0.3.31
7752026-04-30T19:08:59.572Z Downloaded env_logger v0.11.9
7762026-04-30T19:08:59.572Z Downloaded keccak v0.1.6
7772026-04-30T19:08:59.572Z Downloaded is-terminal v0.4.17
7782026-04-30T19:08:59.573Z Downloaded internet-checksum v0.2.1
7792026-04-30T19:08:59.573Z Downloaded libscf-sys v1.1.0
7802026-04-30T19:08:59.573Z Downloaded kstat-rs v0.2.4
7812026-04-30T19:08:59.573Z Downloaded globset v0.4.18
7822026-04-30T19:08:59.573Z Downloaded lazy_static v1.5.0
7832026-04-30T19:08:59.573Z Downloaded ff v0.13.1
7842026-04-30T19:08:59.576Z Downloaded colored v2.2.0
7852026-04-30T19:08:59.576Z Downloaded group v0.13.0
7862026-04-30T19:08:59.576Z Downloaded futures-executor v0.3.32
7872026-04-30T19:08:59.576Z Downloaded ciborium v0.2.2
7882026-04-30T19:08:59.576Z Downloaded fs_extra v1.3.0
7892026-04-30T19:08:59.579Z Downloaded cookie_store v0.22.1
7902026-04-30T19:08:59.579Z Downloaded async-trait v0.1.89
7912026-04-30T19:08:59.582Z Downloaded lalrpop-util v0.19.12
7922026-04-30T19:08:59.582Z Downloaded console v0.16.2
7932026-04-30T19:08:59.582Z Downloaded cancel-safe-futures v0.1.5
7942026-04-30T19:08:59.585Z Downloaded linked-hash-map v0.5.6
7952026-04-30T19:08:59.586Z Downloaded hyper-staticfile v0.10.1
7962026-04-30T19:08:59.590Z Downloaded chacha20 v0.10.0
7972026-04-30T19:08:59.590Z Downloaded ahash v0.8.12
7982026-04-30T19:08:59.590Z Downloaded http-body-util v0.1.3
7992026-04-30T19:08:59.595Z Downloaded lru-slab v0.1.2
8002026-04-30T19:08:59.596Z Downloaded lru-cache v0.1.2
8012026-04-30T19:08:59.596Z Downloaded match_cfg v0.1.0
8022026-04-30T19:08:59.596Z Downloaded lru v0.12.5
8032026-04-30T19:08:59.596Z Downloaded futures-channel v0.3.32
8042026-04-30T19:08:59.596Z Downloaded diff v0.1.13
8052026-04-30T19:08:59.599Z Downloaded derive_builder_core v0.20.2
8062026-04-30T19:08:59.600Z Downloaded derive_builder v0.20.2
8072026-04-30T19:08:59.611Z Downloaded drift v0.1.3
8082026-04-30T19:08:59.611Z Downloaded maplit v1.0.2
8092026-04-30T19:08:59.611Z Downloaded managed v0.8.0
8102026-04-30T19:08:59.612Z Downloaded lzss v0.8.2
8112026-04-30T19:08:59.612Z Downloaded allocator-api2 v0.2.21
8122026-04-30T19:08:59.617Z Downloaded md-5 v0.10.6
8132026-04-30T19:08:59.617Z Downloaded ipnetwork v0.21.1
8142026-04-30T19:08:59.617Z Downloaded ipnet v2.11.0
8152026-04-30T19:08:59.617Z Downloaded highway v1.3.0
8162026-04-30T19:08:59.617Z Downloaded deranged v0.5.8
8172026-04-30T19:08:59.617Z Downloaded memoffset v0.9.1
8182026-04-30T19:08:59.617Z Downloaded md5 v0.7.0
8192026-04-30T19:08:59.617Z Downloaded ingot-types v0.1.2
8202026-04-30T19:08:59.621Z Downloaded multimap v0.10.1
8212026-04-30T19:08:59.621Z Downloaded maybe-uninit v2.0.0
8222026-04-30T19:08:59.621Z Downloaded mime v0.3.17
8232026-04-30T19:08:59.621Z Downloaded indoc v2.0.7
8242026-04-30T19:08:59.621Z Downloaded impl-trait-for-tuples v0.2.3
8252026-04-30T19:08:59.624Z Downloaded newtype-uuid-macros v0.1.0
8262026-04-30T19:08:59.624Z Downloaded newline-converter v0.3.0
8272026-04-30T19:08:59.624Z Downloaded new_debug_unreachable v1.0.6
8282026-04-30T19:08:59.624Z Downloaded nibble_vec v0.1.0
8292026-04-30T19:08:59.629Z Downloaded bzip2 v0.4.4
8302026-04-30T19:08:59.629Z Downloaded async-bb8-diesel v0.2.1
8312026-04-30T19:08:59.633Z Downloaded nodrop v0.1.14
8322026-04-30T19:08:59.633Z Downloaded num v0.4.3
8332026-04-30T19:08:59.634Z Downloaded jobserver v0.1.34
8342026-04-30T19:08:59.634Z Downloaded nonempty v0.12.0
8352026-04-30T19:08:59.634Z Downloaded crossterm v0.28.1
8362026-04-30T19:08:59.636Z Downloaded num-conv v0.2.0
8372026-04-30T19:08:59.637Z Downloaded num-derive v0.4.2
8382026-04-30T19:08:59.641Z Downloaded getrandom v0.2.17
8392026-04-30T19:08:59.641Z Downloaded half v1.8.3
8402026-04-30T19:08:59.645Z Downloaded normalize-line-endings v0.3.0
8412026-04-30T19:08:59.645Z Downloaded newtype_derive v0.1.6
8422026-04-30T19:08:59.645Z Downloaded find-msvc-tools v0.1.9
8432026-04-30T19:08:59.645Z Downloaded libloading v0.8.9
8442026-04-30T19:08:59.649Z Downloaded hmac v0.12.1
8452026-04-30T19:08:59.654Z Downloaded libsw v3.5.0
8462026-04-30T19:08:59.654Z Downloaded iana-time-zone v0.1.65
8472026-04-30T19:08:59.654Z Downloaded libsw-core v0.3.2
8482026-04-30T19:08:59.658Z Downloaded hyper-rustls v0.27.7
8492026-04-30T19:08:59.658Z Downloaded humantime v2.3.0
8502026-04-30T19:08:59.658Z Downloaded getrandom v0.3.4
8512026-04-30T19:08:59.713Z Downloaded opaque-debug v0.3.1
8522026-04-30T19:08:59.713Z Downloaded olpc-cjson v0.1.4
8532026-04-30T19:08:59.713Z Downloaded num_threads v0.1.7
8542026-04-30T19:08:59.713Z Downloaded ingot v0.1.1
8552026-04-30T19:08:59.713Z Downloaded console v0.15.11
8562026-04-30T19:08:59.721Z Downloaded openssl-probe v0.1.6
8572026-04-30T19:08:59.721Z Downloaded openssl-macros v0.1.1
8582026-04-30T19:08:59.721Z Downloaded futures v0.3.32
8592026-04-30T19:08:59.721Z Downloaded lock_api v0.4.14
8602026-04-30T19:08:59.721Z Downloaded oso-derive v0.27.3
8612026-04-30T19:08:59.721Z Downloaded openssl-probe v0.2.1
8622026-04-30T19:08:59.722Z Downloaded dropshot_endpoint v0.17.0
8632026-04-30T19:08:59.722Z Downloaded fatfs v0.3.6
8642026-04-30T19:08:59.722Z Downloaded dropshot_endpoint v0.16.7
8652026-04-30T19:08:59.722Z Downloaded elliptic-curve v0.13.8
8662026-04-30T19:08:59.722Z Downloaded crossbeam-deque v0.8.6
8672026-04-30T19:08:59.722Z Downloaded parse-size v1.1.0
8682026-04-30T19:08:59.722Z Downloaded pbkdf2 v0.12.2
8692026-04-30T19:08:59.722Z Downloaded parse-display v0.10.0
8702026-04-30T19:08:59.722Z Downloaded csv-core v0.1.13
8712026-04-30T19:08:59.722Z Downloaded native-tls v0.2.18
8722026-04-30T19:08:59.722Z Downloaded ingot-macros v0.1.1
8732026-04-30T19:08:59.722Z Downloaded libefi-sys v0.1.0
8742026-04-30T19:08:59.722Z Downloaded num-iter v0.1.45
8752026-04-30T19:08:59.722Z Downloaded nu-ansi-term v0.50.3
8762026-04-30T19:08:59.722Z Downloaded num-integer v0.1.46
8772026-04-30T19:08:59.722Z Downloaded num-derive v0.3.3
8782026-04-30T19:08:59.722Z Downloaded newtype-uuid v1.3.2
8792026-04-30T19:08:59.722Z Downloaded num-complex v0.4.6
8802026-04-30T19:08:59.723Z Downloaded phf_shared v0.11.3
8812026-04-30T19:08:59.723Z Downloaded peg-runtime v0.8.5
8822026-04-30T19:08:59.723Z Downloaded pbkdf2 v0.11.0
8832026-04-30T19:08:59.723Z Downloaded path-slash v0.1.5
8842026-04-30T19:08:59.723Z Downloaded derive_more v0.99.20
8852026-04-30T19:08:59.723Z Downloaded multer v3.1.0
8862026-04-30T19:08:59.723Z Downloaded num_enum_derive v0.7.5
8872026-04-30T19:08:59.723Z Downloaded half v2.7.1
8882026-04-30T19:08:59.727Z Downloaded indexmap v1.9.3
8892026-04-30T19:08:59.727Z Downloaded phf_shared v0.13.1
8902026-04-30T19:08:59.727Z Downloaded phf_shared v0.12.1
8912026-04-30T19:08:59.727Z Downloaded pin-utils v0.1.0
8922026-04-30T19:08:59.741Z Downloaded predicates-core v1.0.10
8932026-04-30T19:08:59.744Z Downloaded packed_struct_codegen v0.10.1
8942026-04-30T19:08:59.744Z Downloaded packed_struct v0.10.1
8952026-04-30T19:08:59.744Z Downloaded num_enum_derive v0.5.11
8962026-04-30T19:08:59.744Z Downloaded num_enum v0.7.5
8972026-04-30T19:08:59.747Z Downloaded num_enum v0.5.11
8982026-04-30T19:08:59.751Z Downloaded mime_guess v2.0.5
8992026-04-30T19:08:59.754Z Downloaded memmap2 v0.9.10
9002026-04-30T19:08:59.754Z Downloaded headers v0.4.1
9012026-04-30T19:08:59.757Z Downloaded proc-macro-error-attr2 v2.0.0
9022026-04-30T19:08:59.757Z Downloaded proc-macro-crate v3.4.0
9032026-04-30T19:08:59.757Z Downloaded powerfmt v0.2.0
9042026-04-30T19:08:59.764Z Downloaded predicates-tree v1.0.13
9052026-04-30T19:08:59.764Z Downloaded parse-display-derive v0.10.0
9062026-04-30T19:08:59.764Z Downloaded parking_lot_core v0.8.6
9072026-04-30T19:08:59.767Z Downloaded flume v0.11.1
9082026-04-30T19:08:59.767Z Downloaded peg-macros v0.8.5
9092026-04-30T19:08:59.767Z Downloaded der v0.7.10
9102026-04-30T19:08:59.767Z Downloaded oxnet v0.1.4
9112026-04-30T19:08:59.774Z Downloaded owo-colors v4.3.0
9122026-04-30T19:08:59.774Z Downloaded progenitor-client v0.11.2
9132026-04-30T19:08:59.774Z Downloaded phf v0.13.1
9142026-04-30T19:08:59.782Z Downloaded peg v0.8.5
9152026-04-30T19:08:59.782Z Downloaded oxide-tokio-rt v0.1.4
9162026-04-30T19:08:59.782Z Downloaded crossbeam-channel v0.5.15
9172026-04-30T19:08:59.782Z Downloaded progenitor-client v0.10.0
9182026-04-30T19:08:59.782Z Downloaded libbz2-rs-sys v0.2.2
9192026-04-30T19:08:59.782Z Downloaded const_format v0.2.35
9202026-04-30T19:08:59.786Z Downloaded password-hash v0.5.0
9212026-04-30T19:08:59.786Z Downloaded arc-swap v1.8.2
9222026-04-30T19:08:59.786Z Downloaded nanorand v0.7.0
9232026-04-30T19:08:59.789Z Downloaded ignore v0.4.25
9242026-04-30T19:08:59.789Z Downloaded paste v1.0.15
9252026-04-30T19:08:59.796Z Downloaded quick-error v1.2.3
9262026-04-30T19:08:59.796Z Downloaded progenitor-client v0.14.0
9272026-04-30T19:08:59.796Z Downloaded pem-rfc7468 v0.7.0
9282026-04-30T19:08:59.799Z Downloaded progenitor-macro v0.13.0
9292026-04-30T19:08:59.799Z Downloaded pem v3.0.6
9302026-04-30T19:08:59.799Z Downloaded progenitor-macro v0.11.2
9312026-04-30T19:08:59.799Z Downloaded progenitor-macro v0.10.0
9322026-04-30T19:08:59.799Z Downloaded poly1305 v0.8.0
9332026-04-30T19:08:59.799Z Downloaded omicron-zone-package v0.12.2
9342026-04-30T19:08:59.803Z Downloaded bumpalo v3.20.2
9352026-04-30T19:08:59.803Z Downloaded num-rational v0.4.2
9362026-04-30T19:08:59.803Z Downloaded linear-map v1.2.0
9372026-04-30T19:08:59.806Z Downloaded compact_str v0.8.1
9382026-04-30T19:08:59.806Z Downloaded radium v0.7.0
9392026-04-30T19:08:59.806Z Downloaded cc v1.2.56
9402026-04-30T19:08:59.810Z Downloaded precomputed-hash v0.1.1
9412026-04-30T19:08:59.810Z Downloaded async-compression v0.4.41
9422026-04-30T19:08:59.814Z Downloaded heapless v0.8.0
9432026-04-30T19:08:59.817Z Downloaded httparse v1.10.1
9442026-04-30T19:08:59.820Z Downloaded progenitor v0.14.0
9452026-04-30T19:08:59.820Z Downloaded phf v0.12.1
9462026-04-30T19:08:59.820Z Downloaded litrs v1.0.0
9472026-04-30T19:08:59.826Z Downloaded recursive-proc-macro-impl v0.1.1
9482026-04-30T19:08:59.826Z Downloaded recursive v0.1.1
9492026-04-30T19:08:59.826Z Downloaded pin-project-lite v0.2.17
9502026-04-30T19:08:59.842Z Downloaded progenitor v0.11.2
9512026-04-30T19:08:59.842Z Downloaded progenitor v0.10.0
9522026-04-30T19:08:59.843Z Downloaded crypto-bigint v0.5.5
9532026-04-30T19:08:59.860Z Downloaded pkg-config v0.3.32
9542026-04-30T19:08:59.861Z Downloaded progenitor-macro v0.14.0
9552026-04-30T19:08:59.861Z Downloaded polyval v0.6.2
9562026-04-30T19:08:59.861Z Downloaded predicates v3.1.4
9572026-04-30T19:08:59.861Z Downloaded ref-cast v1.0.25
9582026-04-30T19:08:59.861Z Downloaded progenitor-extras v0.2.0
9592026-04-30T19:08:59.861Z Downloaded rand_xorshift v0.4.0
9602026-04-30T19:08:59.861Z Downloaded rand_chacha v0.3.1
9612026-04-30T19:08:59.865Z Downloaded primeorder v0.13.6
9622026-04-30T19:08:59.866Z Downloaded ppv-lite86 v0.2.21
9632026-04-30T19:08:59.866Z Downloaded proc-macro-error2 v2.0.1
9642026-04-30T19:08:59.866Z Downloaded proc-macro-crate v1.3.1
9652026-04-30T19:08:59.866Z Downloaded password-hash v0.4.2
9662026-04-30T19:08:59.866Z Downloaded pin-project-internal v1.1.11
9672026-04-30T19:08:59.866Z Downloaded derive_more v2.1.1
9682026-04-30T19:08:59.870Z Downloaded russh-cryptovec v0.7.3
9692026-04-30T19:08:59.874Z Downloaded parking_lot v0.12.5
9702026-04-30T19:08:59.874Z Downloaded rustc_version v0.1.7
9712026-04-30T19:08:59.874Z Downloaded rustc_version v0.4.1
9722026-04-30T19:08:59.874Z Downloaded psm v0.1.30
9732026-04-30T19:08:59.877Z Downloaded pkcs1 v0.7.5
9742026-04-30T19:08:59.877Z Downloaded ref-cast-impl v1.0.25
9752026-04-30T19:08:59.877Z Downloaded flate2 v1.1.9
9762026-04-30T19:08:59.888Z Downloaded oso v0.27.3
9772026-04-30T19:08:59.895Z Downloaded psl-types v2.0.11
9782026-04-30T19:08:59.895Z Downloaded progenitor-client v0.13.0
9792026-04-30T19:08:59.895Z Downloaded rtoolbox v0.0.3
9802026-04-30T19:08:59.895Z Downloaded heapless v0.7.17
9812026-04-30T19:08:59.895Z Downloaded crossterm v0.29.0
9822026-04-30T19:08:59.895Z Downloaded miniz_oxide v0.8.9
9832026-04-30T19:08:59.895Z Downloaded r2d2 v0.8.10
9842026-04-30T19:08:59.898Z Downloaded indicatif v0.18.4
9852026-04-30T19:08:59.898Z Downloaded parking_lot_core v0.9.12
9862026-04-30T19:08:59.898Z Downloaded pkcs8 v0.10.2
9872026-04-30T19:08:59.898Z Downloaded pkcs5 v0.7.1
9882026-04-30T19:08:59.903Z Downloaded salsa20 v0.10.2
9892026-04-30T19:08:59.908Z Downloaded progenitor v0.13.0
9902026-04-30T19:08:59.911Z Downloaded jiff-static v0.2.21
9912026-04-30T19:08:59.911Z Downloaded scheduled-thread-pool v0.2.7
9922026-04-30T19:08:59.914Z Downloaded sapling-renderdag v0.1.0
9932026-04-30T19:08:59.914Z Downloaded same-file v1.0.6
9942026-04-30T19:08:59.919Z Downloaded ed25519-dalek v2.2.0
9952026-04-30T19:08:59.922Z Downloaded diesel_derives v2.3.7
9962026-04-30T19:08:59.926Z Downloaded postgres-protocol v0.6.10
9972026-04-30T19:08:59.926Z Downloaded rand_seeder v0.4.0
9982026-04-30T19:08:59.929Z Downloaded rand_core v0.9.5
9992026-04-30T19:08:59.929Z Downloaded rand_chacha v0.9.0
10002026-04-30T19:08:59.929Z Downloaded scopeguard v1.2.0
10012026-04-30T19:08:59.930Z Downloaded hickory-resolver v0.24.4
10022026-04-30T19:08:59.935Z Downloaded p256 v0.13.2
10032026-04-30T19:08:59.939Z Downloaded parking_lot v0.11.2
10042026-04-30T19:08:59.939Z Downloaded aes-gcm v0.10.3
10052026-04-30T19:08:59.939Z Downloaded postgres-types v0.2.12
10062026-04-30T19:08:59.939Z Downloaded serde-big-array v0.5.1
10072026-04-30T19:08:59.944Z Downloaded pin-project v1.1.11
10082026-04-30T19:08:59.960Z Downloaded resolv-conf v0.7.6
10092026-04-30T19:08:59.960Z Downloaded scroll_derive v0.13.1
10102026-04-30T19:08:59.960Z Downloaded rfc6979 v0.4.0
10112026-04-30T19:08:59.960Z Downloaded semver v0.1.20
10122026-04-30T19:08:59.960Z Downloaded secrecy v0.10.3
10132026-04-30T19:08:59.960Z Downloaded scrypt v0.11.0
10142026-04-30T19:08:59.960Z Downloaded rustc-hash v2.1.1
10152026-04-30T19:08:59.960Z Downloaded seq-macro v0.3.6
10162026-04-30T19:08:59.960Z Downloaded postcard v1.1.3
10172026-04-30T19:08:59.960Z Downloaded serde_spanned v1.0.4
10182026-04-30T19:08:59.960Z Downloaded serde_repr v0.1.20
10192026-04-30T19:08:59.963Z Downloaded openssl-sys v0.9.114
10202026-04-30T19:08:59.964Z Downloaded hickory-resolver v0.25.2
10212026-04-30T19:08:59.969Z Downloaded rand_core v0.6.4
10222026-04-30T19:08:59.969Z Downloaded serde_plain v1.0.2
10232026-04-30T19:08:59.969Z Downloaded serde_bytes v0.11.19
10242026-04-30T19:08:59.969Z Downloaded secrecy v0.8.0
10252026-04-30T19:08:59.972Z Downloaded papergrid v0.17.0
10262026-04-30T19:08:59.975Z Downloaded rustls-pemfile v1.0.4
10272026-04-30T19:08:59.975Z Downloaded rustls-native-certs v0.8.3
10282026-04-30T19:08:59.988Z Downloaded hashbrown v0.13.2
10292026-04-30T19:08:59.993Z Downloaded rustls-pemfile v2.2.0
10302026-04-30T19:08:59.993Z Downloaded sigpipe v0.1.3
10312026-04-30T19:08:59.993Z Downloaded signal-hook-tokio v0.3.1
10322026-04-30T19:08:59.993Z Downloaded sha1 v0.10.6
10332026-04-30T19:08:59.993Z Downloaded serde_urlencoded v0.7.1
10342026-04-30T19:08:59.993Z Downloaded shell-words v1.1.1
10352026-04-30T19:08:59.993Z Downloaded siphasher v1.0.2
10362026-04-30T19:08:59.993Z Downloaded signal-hook-mio v0.2.5
10372026-04-30T19:08:59.993Z Downloaded rustversion v1.0.22
10382026-04-30T19:08:59.993Z Downloaded signature v2.2.0
10392026-04-30T19:09:00.000Z Downloaded hickory-server v0.25.2
10402026-04-30T19:09:00.000Z Downloaded rusty-fork v0.3.1
10412026-04-30T19:09:00.000Z Downloaded quinn-udp v0.5.14
10422026-04-30T19:09:00.000Z Downloaded rand_core v0.10.0
10432026-04-30T19:09:00.003Z Downloaded progenitor-impl v0.14.0
10442026-04-30T19:09:00.004Z Downloaded progenitor-impl v0.13.0
10452026-04-30T19:09:00.004Z Downloaded dropshot-api-manager v0.7.1
10462026-04-30T19:09:00.004Z Downloaded expectorate v1.2.0
10472026-04-30T19:09:00.007Z Downloaded derive_more-impl v2.1.1
10482026-04-30T19:09:00.013Z Downloaded slog-bunyan v2.5.0
10492026-04-30T19:09:00.013Z Downloaded schemars_derive v0.8.22
10502026-04-30T19:09:00.013Z Downloaded scroll v0.13.0
10512026-04-30T19:09:00.021Z Downloaded slog-envlogger v2.2.0
10522026-04-30T19:09:00.024Z Downloaded http v1.4.0
10532026-04-30T19:09:00.029Z Downloaded sec1 v0.7.3
10542026-04-30T19:09:00.034Z Downloaded serde_derive_internals v0.29.1
10552026-04-30T19:09:00.034Z Downloaded sct v0.7.1
10562026-04-30T19:09:00.034Z Downloaded russh-keys v0.45.0
10572026-04-30T19:09:00.037Z Downloaded prefix-trie v0.7.0
10582026-04-30T19:09:00.045Z Downloaded ssh-encoding v0.2.0
10592026-04-30T19:09:00.045Z Downloaded sqlparser_derive v0.5.0
10602026-04-30T19:09:00.045Z Downloaded mio v1.2.0
10612026-04-30T19:09:00.048Z Downloaded serde_path_to_error v0.1.20
10622026-04-30T19:09:00.048Z Downloaded prettyplease v0.2.37
10632026-04-30T19:09:00.048Z Downloaded rustls-pki-types v1.14.0
10642026-04-30T19:09:00.053Z Downloaded hashbrown v0.12.3
10652026-04-30T19:09:00.053Z Downloaded rcgen v0.12.1
10662026-04-30T19:09:00.057Z Downloaded ssh-cipher v0.2.0
10672026-04-30T19:09:00.057Z Downloaded strip-ansi-escapes v0.2.1
10682026-04-30T19:09:00.057Z Downloaded strum v0.26.3
10692026-04-30T19:09:00.060Z Downloaded structmeta-derive v0.3.0
10702026-04-30T19:09:00.068Z Downloaded progenitor-impl v0.10.0
10712026-04-30T19:09:00.079Z Downloaded progenitor-impl v0.11.2
10722026-04-30T19:09:00.082Z Downloaded shlex v1.3.0
10732026-04-30T19:09:00.082Z Downloaded strum v0.27.2
10742026-04-30T19:09:00.082Z Downloaded slog-async v2.8.0
10752026-04-30T19:09:00.085Z Downloaded sync_wrapper v1.0.2
10762026-04-30T19:09:00.085Z Downloaded sync-ptr v0.1.4
10772026-04-30T19:09:00.086Z Downloaded tabwriter v1.4.1
10782026-04-30T19:09:00.086Z Downloaded tabled_derive v0.11.0
10792026-04-30T19:09:00.089Z Downloaded supports-color v3.0.2
10802026-04-30T19:09:00.089Z Downloaded slab v0.4.12
10812026-04-30T19:09:00.089Z Downloaded structmeta v0.3.0
10822026-04-30T19:09:00.089Z Downloaded slog-json v2.6.1
10832026-04-30T19:09:00.094Z Downloaded signal-hook-registry v1.4.8
10842026-04-30T19:09:00.095Z Downloaded subtle v2.6.1
10852026-04-30T19:09:00.095Z Downloaded slog-dtrace v0.3.0
10862026-04-30T19:09:00.095Z Downloaded time-core v0.1.8
10872026-04-30T19:09:00.102Z Downloaded termtree v0.5.1
10882026-04-30T19:09:00.102Z Downloaded take_mut v0.2.2
10892026-04-30T19:09:00.102Z Downloaded slog-stdlog v4.1.1
10902026-04-30T19:09:00.106Z Downloaded slog-scope v4.4.1
10912026-04-30T19:09:00.106Z Downloaded smallvec v0.6.14
10922026-04-30T19:09:00.106Z Downloaded slog-term v2.9.2
10932026-04-30T19:09:00.106Z Downloaded minimal-lexical v0.2.1
10942026-04-30T19:09:00.110Z Downloaded tap v1.0.1
10952026-04-30T19:09:00.110Z Downloaded testing_table v0.3.0
10962026-04-30T19:09:00.110Z Downloaded tagptr v0.2.0
10972026-04-30T19:09:00.110Z Downloaded hyper-util v0.1.20
10982026-04-30T19:09:00.113Z Downloaded tinyvec_macros v0.1.1
10992026-04-30T19:09:00.113Z Downloaded aes v0.8.4
11002026-04-30T19:09:00.117Z Downloaded sqlformat v0.3.5
11012026-04-30T19:09:00.117Z Downloaded spki v0.7.3
11022026-04-30T19:09:00.117Z Downloaded thread-id v5.1.0
11032026-04-30T19:09:00.120Z Downloaded thiserror-impl-no-std v2.0.2
11042026-04-30T19:09:00.120Z Downloaded static_assertions v1.1.0
11052026-04-30T19:09:00.120Z Downloaded smf v0.2.3
11062026-04-30T19:09:00.120Z Downloaded pretty_assertions v1.4.1
11072026-04-30T19:09:00.125Z Downloaded serde-hex v0.1.0
11082026-04-30T19:09:00.125Z Downloaded tokio-macros v2.7.0
11092026-04-30T19:09:00.132Z Downloaded rayon-core v1.13.0
11102026-04-30T19:09:00.132Z Downloaded strum_macros v0.26.4
11112026-04-30T19:09:00.143Z Downloaded nom v7.1.3
11122026-04-30T19:09:00.146Z Downloaded rustls-platform-verifier v0.6.2
11132026-04-30T19:09:00.146Z Downloaded ryu v1.0.23
11142026-04-30T19:09:00.157Z Downloaded strum_macros v0.24.3
11152026-04-30T19:09:00.160Z Downloaded simd-adler32 v0.3.8
11162026-04-30T19:09:00.160Z Downloaded schemars v0.8.22
11172026-04-30T19:09:00.171Z Downloaded strum_macros v0.27.2
11182026-04-30T19:09:00.175Z Downloaded support-bundle-viewer v0.1.2
11192026-04-30T19:09:00.179Z Downloaded termios v0.3.3
11202026-04-30T19:09:00.179Z Downloaded serde_cbor v0.11.2
11212026-04-30T19:09:00.183Z Downloaded publicsuffix v2.3.0
11222026-04-30T19:09:00.191Z Downloaded topological-sort v0.2.2
11232026-04-30T19:09:00.196Z Downloaded tower-layer v0.3.3
11242026-04-30T19:09:00.196Z Downloaded rand v0.8.5
11252026-04-30T19:09:00.196Z Downloaded snafu-derive v0.8.9
11262026-04-30T19:09:00.198Z Downloaded thread_local v1.1.9
11272026-04-30T19:09:00.199Z Downloaded tower-service v0.3.3
11282026-04-30T19:09:00.199Z Downloaded tiny-keccak v2.0.2
11292026-04-30T19:09:00.210Z Downloaded signal-hook v0.3.18
11302026-04-30T19:09:00.210Z Downloaded tokio-dtrace v0.1.1
11312026-04-30T19:09:00.210Z Downloaded tokio-native-tls v0.3.1
11322026-04-30T19:09:00.210Z Downloaded stacker v0.1.23
11332026-04-30T19:09:00.210Z Downloaded itertools v0.12.1
11342026-04-30T19:09:00.210Z Downloaded unarray v0.1.4
11352026-04-30T19:09:00.210Z Downloaded try-lock v0.2.5
11362026-04-30T19:09:00.210Z Downloaded trait-variant v0.1.2
11372026-04-30T19:09:00.210Z Downloaded tls_codec_derive v0.4.2
11382026-04-30T19:09:00.214Z Downloaded stringprep v0.1.5
11392026-04-30T19:09:00.214Z Downloaded iri-string v0.7.10
11402026-04-30T19:09:00.214Z Downloaded quinn v0.11.9
11412026-04-30T19:09:00.219Z Downloaded num-bigint v0.4.6
11422026-04-30T19:09:00.222Z Downloaded libxml v0.3.3
11432026-04-30T19:09:00.222Z Downloaded ron v0.8.1
11442026-04-30T19:09:00.225Z Downloaded slog v2.8.2
11452026-04-30T19:09:00.229Z Downloaded num-bigint-dig v0.8.6
11462026-04-30T19:09:00.232Z Downloaded typify-macro v0.4.3
11472026-04-30T19:09:00.232Z Downloaded tokio-tungstenite v0.21.0
11482026-04-30T19:09:00.235Z Downloaded itertools v0.10.5
11492026-04-30T19:09:00.235Z Downloaded utf-8 v0.7.6
11502026-04-30T19:09:00.238Z Downloaded similar v2.7.0
11512026-04-30T19:09:00.243Z Downloaded typify-macro v0.6.2
11522026-04-30T19:09:00.243Z Downloaded universal-hash v0.5.1
11532026-04-30T19:09:00.244Z Downloaded unit-prefix v0.5.2
11542026-04-30T19:09:00.244Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-04-30T19:09:00.249Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-04-30T19:09:00.249Z Downloaded aho-corasick v1.1.4
11572026-04-30T19:09:00.249Z Downloaded tokio-rustls v0.25.0
11582026-04-30T19:09:00.249Z Downloaded schemars v0.9.0
11592026-04-30T19:09:00.254Z Downloaded usdt-macro v0.6.0
11602026-04-30T19:09:00.264Z Downloaded usdt v0.6.0
11612026-04-30T19:09:00.264Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11622026-04-30T19:09:00.265Z Downloaded untrusted v0.7.1
11632026-04-30T19:09:00.265Z Downloaded tokio-tungstenite v0.23.1
11642026-04-30T19:09:00.270Z Downloaded rsa v0.9.10
11652026-04-30T19:09:00.270Z Downloaded term v1.2.1
11662026-04-30T19:09:00.270Z Downloaded term v0.7.0
11672026-04-30T19:09:00.270Z Downloaded tls_codec v0.4.2
11682026-04-30T19:09:00.270Z Downloaded string_cache v0.8.9
11692026-04-30T19:09:00.270Z Downloaded socket2 v0.6.3
11702026-04-30T19:09:00.275Z Downloaded socket2 v0.5.10
11712026-04-30T19:09:00.275Z Downloaded qorb v0.4.1
11722026-04-30T19:09:00.275Z Downloaded bitvec v1.0.1
11732026-04-30T19:09:00.280Z Downloaded void v1.0.2
11742026-04-30T19:09:00.285Z Downloaded unicase v2.9.0
11752026-04-30T19:09:00.285Z Downloaded tui-tree-widget v0.23.1
11762026-04-30T19:09:00.286Z Downloaded rand v0.9.2
11772026-04-30T19:09:00.289Z Downloaded usdt-attr-macro v0.6.0
11782026-04-30T19:09:00.289Z Downloaded hashbrown v0.15.5
11792026-04-30T19:09:00.292Z Downloaded itertools v0.14.0
11802026-04-30T19:09:00.294Z Downloaded serde_yaml v0.9.34+deprecated
11812026-04-30T19:09:00.294Z Downloaded serde_with_macros v3.17.0
11822026-04-30T19:09:00.298Z Downloaded rustls-webpki v0.103.9
11832026-04-30T19:09:00.301Z Downloaded waitgroup v0.1.2
11842026-04-30T19:09:00.301Z Downloaded rand v0.10.0
11852026-04-30T19:09:00.301Z Downloaded bindgen v0.71.1
11862026-04-30T19:09:00.304Z Downloaded wait-timeout v0.2.1
11872026-04-30T19:09:00.307Z Downloaded unicode-truncate v1.1.0
11882026-04-30T19:09:00.307Z Downloaded usdt-impl v0.6.0
11892026-04-30T19:09:00.307Z Downloaded want v0.3.1
11902026-04-30T19:09:00.310Z Downloaded tokio-rustls v0.24.1
11912026-04-30T19:09:00.310Z Downloaded xattr v1.6.1
11922026-04-30T19:09:00.310Z Downloaded xshell-macros v0.2.7
11932026-04-30T19:09:00.313Z Downloaded samael v0.0.19
11942026-04-30T19:09:00.316Z Downloaded zeroize_derive v1.4.3
11952026-04-30T19:09:00.316Z Downloaded time-macros v0.2.27
11962026-04-30T19:09:00.319Z Downloaded thiserror-no-std v2.0.2
11972026-04-30T19:09:00.319Z Downloaded spin v0.9.8
11982026-04-30T19:09:00.323Z Downloaded zone v0.3.1
11992026-04-30T19:09:00.323Z Downloaded untrusted v0.9.0
12002026-04-30T19:09:00.323Z Downloaded hyper v1.8.1
12012026-04-30T19:09:00.327Z Downloaded tokio-rustls v0.26.4
12022026-04-30T19:09:00.331Z Downloaded subprocess v0.2.15
12032026-04-30T19:09:00.331Z Downloaded libm v0.2.16
12042026-04-30T19:09:00.335Z Downloaded snafu v0.8.9
12052026-04-30T19:09:00.338Z Downloaded russh v0.45.0
12062026-04-30T19:09:00.343Z Downloaded twox-hash v2.1.2
12072026-04-30T19:09:00.343Z Downloaded zone_cfg_derive v0.3.1
12082026-04-30T19:09:00.343Z Downloaded vergen-lib v0.1.6
12092026-04-30T19:09:00.347Z Downloaded vergen-gitcl v1.0.8
12102026-04-30T19:09:00.347Z Downloaded vsss-rs v3.3.4
12112026-04-30T19:09:00.347Z Downloaded toml_parser v1.0.9+spec-1.1.0
12122026-04-30T19:09:00.350Z Downloaded aws-lc-rs v1.16.0
12132026-04-30T19:09:00.353Z Downloaded uzers v0.12.2
12142026-04-30T19:09:00.359Z Downloaded tracing-attributes v0.1.31
12152026-04-30T19:09:00.359Z Downloaded itertools v0.13.0
12162026-04-30T19:09:00.364Z Downloaded hashbrown v0.16.1
12172026-04-30T19:09:00.374Z Downloaded hkdf v0.12.4
12182026-04-30T19:09:00.374Z Downloaded schemars v1.2.1
12192026-04-30T19:09:00.377Z Downloaded whoami v1.6.1
12202026-04-30T19:09:00.378Z Downloaded walkdir v2.5.0
12212026-04-30T19:09:00.378Z Downloaded whoami v2.1.0
12222026-04-30T19:09:00.384Z Downloaded unicode-properties v0.1.4
12232026-04-30T19:09:00.384Z Downloaded xshell v0.2.7
12242026-04-30T19:09:00.384Z Downloaded zeroize v1.8.2
12252026-04-30T19:09:00.387Z Downloaded toml v0.7.8
12262026-04-30T19:09:00.387Z Downloaded toml v0.9.12+spec-1.1.0
12272026-04-30T19:09:00.387Z Downloaded p521 v0.13.3
12282026-04-30T19:09:00.391Z Downloaded futures-util v0.3.32
12292026-04-30T19:09:00.395Z Downloaded test-strategy v0.4.5
12302026-04-30T19:09:00.400Z Downloaded tar v0.4.45
12312026-04-30T19:09:00.400Z Downloaded iddqd v0.3.18
12322026-04-30T19:09:00.436Z Downloaded tinyvec v1.10.0
12332026-04-30T19:09:00.436Z Downloaded toml v1.0.6+spec-1.1.0
12342026-04-30T19:09:00.445Z Downloaded vergen-git2 v1.0.7
12352026-04-30T19:09:00.445Z Downloaded tracing-core v0.1.36
12362026-04-30T19:09:00.445Z Downloaded h2 v0.4.13
12372026-04-30T19:09:00.445Z Downloaded typify v0.4.3
12382026-04-30T19:09:00.445Z Downloaded tungstenite v0.23.0
12392026-04-30T19:09:00.445Z Downloaded zstd-safe v7.2.4
12402026-04-30T19:09:00.445Z Downloaded unicode-bidi v0.3.18
12412026-04-30T19:09:00.445Z Downloaded tungstenite v0.21.0
12422026-04-30T19:09:00.445Z Downloaded vergen v9.0.6
12432026-04-30T19:09:00.445Z Downloaded steno v0.4.1
12442026-04-30T19:09:00.445Z Downloaded typify v0.6.2
12452026-04-30T19:09:00.445Z Downloaded tokio-stream v0.1.18
12462026-04-30T19:09:00.445Z Downloaded unsafe-libyaml v0.2.11
12472026-04-30T19:09:00.445Z Downloaded wyz v0.5.1
12482026-04-30T19:09:00.446Z Downloaded zerocopy v0.6.6
12492026-04-30T19:09:00.450Z Downloaded yasna v0.5.2
12502026-04-30T19:09:00.450Z Downloaded zstd v0.13.3
12512026-04-30T19:09:00.455Z Downloaded toml_edit v0.23.10+spec-1.0.0
12522026-04-30T19:09:00.458Z Downloaded rpassword v7.4.0
12532026-04-30T19:09:00.461Z Downloaded rustyline v14.0.0
12542026-04-30T19:09:00.466Z Downloaded tokio-postgres v0.7.16
12552026-04-30T19:09:00.479Z Downloaded vte v0.14.1
12562026-04-30T19:09:00.483Z Downloaded regex v1.12.3
12572026-04-30T19:09:00.487Z Downloaded reedline v0.40.0
12582026-04-30T19:09:00.491Z Downloaded zopfli v0.8.3
12592026-04-30T19:09:00.498Z Downloaded blake3 v1.8.3
12602026-04-30T19:09:00.499Z Downloaded git2 v0.20.4
12612026-04-30T19:09:00.507Z Downloaded chrono v0.4.44
12622026-04-30T19:09:00.510Z Downloaded uuid v1.23.0
12632026-04-30T19:09:00.512Z Downloaded ssh-key v0.6.7
12642026-04-30T19:09:00.525Z Downloaded unicode_categories v0.1.1
12652026-04-30T19:09:00.528Z Downloaded zip v0.6.6
12662026-04-30T19:09:00.532Z Downloaded yansi v1.0.1
12672026-04-30T19:09:00.532Z Downloaded p384 v0.13.1
12682026-04-30T19:09:00.535Z Downloaded reqwest v0.13.2
12692026-04-30T19:09:00.542Z Downloaded toml_edit v0.19.15
12702026-04-30T19:09:00.555Z Downloaded lalrpop v0.19.12
12712026-04-30T19:09:00.573Z Downloaded reqwest v0.12.28
12722026-04-30T19:09:00.577Z Downloaded tower v0.5.3
12732026-04-30T19:09:00.588Z Downloaded portable-atomic v1.13.1
12742026-04-30T19:09:00.592Z Downloaded x509-cert v0.2.5
12752026-04-30T19:09:00.595Z Downloaded typed-path v0.9.3
12762026-04-30T19:09:00.601Z Downloaded salty v0.3.0
12772026-04-30T19:09:00.606Z Downloaded rustls-webpki v0.101.7
12782026-04-30T19:09:00.618Z Downloaded unicode-segmentation v1.12.0
12792026-04-30T19:09:00.625Z Downloaded rayon v1.11.0
12802026-04-30T19:09:00.630Z Downloaded zip v4.6.1
12812026-04-30T19:09:00.633Z Downloaded moka v0.12.13
12822026-04-30T19:09:00.638Z Downloaded tokio-util v0.7.18
12832026-04-30T19:09:00.640Z Downloaded quick-xml v0.37.5
12842026-04-30T19:09:00.643Z Downloaded goblin v0.10.5
12852026-04-30T19:09:00.648Z Downloaded unicode-normalization v0.1.25
12862026-04-30T19:09:00.650Z Downloaded zerocopy-derive v0.8.40
12872026-04-30T19:09:00.655Z Downloaded tough v0.20.0
12882026-04-30T19:09:00.659Z Downloaded rustls-webpki v0.102.8
12892026-04-30T19:09:00.669Z Downloaded serde_with v3.17.0
12902026-04-30T19:09:00.675Z Downloaded object v0.30.4
12912026-04-30T19:09:00.681Z Downloaded proptest v1.10.0
12922026-04-30T19:09:00.685Z Downloaded curve25519-dalek v4.1.3
12932026-04-30T19:09:00.690Z Downloaded nix v0.27.1
12942026-04-30T19:09:00.697Z Downloaded winnow v0.5.40
12952026-04-30T19:09:00.701Z Downloaded tower-http v0.6.8
12962026-04-30T19:09:00.705Z Downloaded petname v2.0.2
12972026-04-30T19:09:00.713Z Downloaded radix_trie v0.2.1
12982026-04-30T19:09:00.719Z Downloaded winnow v0.6.26
12992026-04-30T19:09:00.723Z Downloaded bstr v1.12.1
13002026-04-30T19:09:00.750Z Downloaded quinn-proto v0.11.13
13012026-04-30T19:09:00.754Z Downloaded openssl v0.10.78
13022026-04-30T19:09:00.761Z Downloaded time v0.3.47
13032026-04-30T19:09:00.769Z Downloaded rustls v0.21.12
13042026-04-30T19:09:00.775Z Downloaded polar-core v0.27.3
13052026-04-30T19:09:00.783Z Downloaded dropshot v0.17.0
13062026-04-30T19:09:00.796Z Downloaded tabled v0.20.0
13072026-04-30T19:09:00.806Z Downloaded regex-syntax v0.6.29
13082026-04-30T19:09:00.812Z Downloaded zlib-rs v0.6.2
13092026-04-30T19:09:00.815Z Downloaded nix v0.31.2
13102026-04-30T19:09:00.821Z Downloaded object v0.37.3
13112026-04-30T19:09:00.827Z Downloaded rustls v0.22.4
13122026-04-30T19:09:00.834Z Downloaded hickory-proto v0.24.4
13132026-04-30T19:09:00.842Z Downloaded diesel v2.3.7
13142026-04-30T19:09:00.855Z Downloaded webpki-roots v1.0.6
13152026-04-30T19:09:00.858Z Downloaded openapiv3 v2.2.0
13162026-04-30T19:09:00.864Z Downloaded smoltcp v0.11.0
13172026-04-30T19:09:00.871Z Downloaded rustls v0.23.37
13182026-04-30T19:09:00.878Z Downloaded nix v0.29.0
13192026-04-30T19:09:00.885Z Downloaded nix v0.28.0
13202026-04-30T19:09:00.891Z Downloaded regress v0.10.5
13212026-04-30T19:09:00.896Z Downloaded zerocopy v0.8.40
13222026-04-30T19:09:00.904Z Downloaded regress v0.11.1
13232026-04-30T19:09:00.909Z Downloaded sqlparser v0.61.0
13242026-04-30T19:09:00.926Z Downloaded regex-syntax v0.8.10
13252026-04-30T19:09:00.933Z Downloaded typify-impl v0.6.2
13262026-04-30T19:09:00.933Z Downloaded hickory-proto v0.25.2
13272026-04-30T19:09:00.939Z Downloaded typify-impl v0.4.3
13282026-04-30T19:09:00.946Z Downloaded sled v0.34.7
13292026-04-30T19:09:00.950Z Downloaded vcpkg v0.2.15
13302026-04-30T19:09:00.974Z Downloaded rustix v0.38.44
13312026-04-30T19:09:00.982Z Downloaded dropshot v0.16.7
13322026-04-30T19:09:00.995Z Downloaded smoltcp v0.9.1
13332026-04-30T19:09:01.004Z Downloaded petgraph v0.6.5
13342026-04-30T19:09:01.019Z Downloaded csv v1.4.0
13352026-04-30T19:09:01.039Z Downloaded sha3 v0.10.8
13362026-04-30T19:09:01.044Z Downloaded bzip2-sys v0.1.13+1.0.8
13372026-04-30T19:09:01.059Z Downloaded tracing v0.1.44
13382026-04-30T19:09:01.069Z Downloaded encoding_rs v0.8.35
13392026-04-30T19:09:01.081Z Downloaded ratatui v0.29.0
13402026-04-30T19:09:01.116Z Downloaded regex-automata v0.4.14
13412026-04-30T19:09:01.124Z Downloaded zerocopy-derive v0.6.6
13422026-04-30T19:09:01.173Z Downloaded chrono-tz v0.10.4
13432026-04-30T19:09:01.181Z Downloaded jiff v0.2.21
13442026-04-30T19:09:01.196Z Downloaded petgraph v0.8.3
13452026-04-30T19:09:01.214Z Downloaded libz-sys v1.1.24
13462026-04-30T19:09:01.241Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13472026-04-30T19:09:01.261Z Downloaded tokio v1.52.1
13482026-04-30T19:09:01.383Z Downloaded ring v0.17.14
13492026-04-30T19:09:01.421Z Downloaded libgit2-sys v0.18.3+1.9.2
13502026-04-30T19:09:01.930Z Downloaded aws-lc-sys v0.37.1
13512026-04-30T19:09:02.193Z Compiling libc v0.2.185
13522026-04-30T19:09:02.193Z Compiling serde v1.0.228
13532026-04-30T19:09:02.197Z Compiling find-msvc-tools v0.1.9
13542026-04-30T19:09:02.197Z Compiling log v0.4.29
13552026-04-30T19:09:02.197Z Compiling shlex v1.3.0
13562026-04-30T19:09:02.332Z Compiling smallvec v1.15.1
13572026-04-30T19:09:02.343Z Compiling syn v2.0.117
13582026-04-30T19:09:02.359Z Compiling typenum v1.19.0
13592026-04-30T19:09:02.535Z Compiling generic-array v0.14.7
13602026-04-30T19:09:02.568Z Compiling subtle v2.6.1
13612026-04-30T19:09:02.579Z Compiling scopeguard v1.2.0
13622026-04-30T19:09:02.623Z Compiling const-oid v0.9.6
13632026-04-30T19:09:02.679Z Compiling lock_api v0.4.14
13642026-04-30T19:09:02.701Z Compiling portable-atomic v1.13.1
13652026-04-30T19:09:02.737Z Compiling zerocopy v0.8.40
13662026-04-30T19:09:02.792Z Compiling critical-section v1.2.0
13672026-04-30T19:09:02.897Z Compiling serde_json v1.0.149
13682026-04-30T19:09:02.912Z Compiling pin-project-lite v0.2.17
13692026-04-30T19:09:03.013Z Compiling parking_lot_core v0.9.12
13702026-04-30T19:09:03.199Z Compiling pkg-config v0.3.32
13712026-04-30T19:09:03.260Z Compiling getrandom v0.2.17
13722026-04-30T19:09:03.280Z Compiling jobserver v0.1.34
13732026-04-30T19:09:03.346Z Compiling errno v0.3.14
13742026-04-30T19:09:03.488Z Compiling cc v1.2.56
13752026-04-30T19:09:03.491Z Compiling rand_core v0.6.4
13762026-04-30T19:09:03.652Z Compiling once_cell v1.21.3
13772026-04-30T19:09:03.667Z Compiling signal-hook-registry v1.4.8
13782026-04-30T19:09:03.703Z Compiling bitflags v2.11.0
13792026-04-30T19:09:03.749Z Compiling libm v0.2.16
13802026-04-30T19:09:03.775Z Compiling parking_lot v0.12.5
13812026-04-30T19:09:03.854Z Compiling mio v1.2.0
13822026-04-30T19:09:03.926Z Compiling num-traits v0.2.19
13832026-04-30T19:09:03.945Z Compiling futures-core v0.3.32
13842026-04-30T19:09:04.095Z Compiling percent-encoding v2.3.2
13852026-04-30T19:09:04.144Z Compiling socket2 v0.6.3
13862026-04-30T19:09:04.233Z Compiling cpufeatures v0.2.17
13872026-04-30T19:09:04.278Z Compiling futures-sink v0.3.32
13882026-04-30T19:09:04.293Z Compiling futures-task v0.3.32
13892026-04-30T19:09:04.306Z Compiling futures-io v0.3.32
13902026-04-30T19:09:04.319Z Compiling slab v0.4.12
13912026-04-30T19:09:04.384Z Compiling futures-channel v0.3.32
13922026-04-30T19:09:04.454Z Compiling getrandom v0.4.1
13932026-04-30T19:09:04.457Z Compiling rustversion v1.0.22
13942026-04-30T19:09:04.496Z Compiling getrandom v0.3.4
13952026-04-30T19:09:04.546Z Compiling rand_core v0.10.0
13962026-04-30T19:09:04.610Z Compiling indexmap v2.14.0
13972026-04-30T19:09:04.713Z Compiling form_urlencoded v1.2.2
13982026-04-30T19:09:05.022Z Compiling cmake v0.1.57
13992026-04-30T19:09:05.022Z Compiling base64ct v1.8.3
14002026-04-30T19:09:05.177Z Compiling synstructure v0.13.2
14012026-04-30T19:09:05.256Z Compiling fs_extra v1.3.0
14022026-04-30T19:09:05.323Z Compiling ident_case v1.0.1
14032026-04-30T19:09:05.419Z Compiling dunce v1.0.5
14042026-04-30T19:09:05.434Z Compiling pem-rfc7468 v0.7.0
14052026-04-30T19:09:05.450Z Compiling flagset v0.4.7
14062026-04-30T19:09:05.458Z Compiling rand_core v0.9.5
14072026-04-30T19:09:05.516Z Compiling rustix v1.1.3
14082026-04-30T19:09:05.528Z Compiling iana-time-zone v0.1.65
14092026-04-30T19:09:05.531Z Compiling aws-lc-sys v0.37.1
14102026-04-30T19:09:05.580Z Compiling ring v0.17.14
14112026-04-30T19:09:05.728Z Compiling uuid v1.23.0
14122026-04-30T19:09:05.743Z Compiling rustc_version v0.4.1
14132026-04-30T19:09:05.743Z Compiling regex-syntax v0.8.10
14142026-04-30T19:09:05.809Z Compiling vcpkg v0.2.15
14152026-04-30T19:09:06.138Z Compiling aws-lc-rs v1.16.0
14162026-04-30T19:09:06.434Z Compiling tracing-core v0.1.36
14172026-04-30T19:09:06.504Z Compiling pest_generator v2.8.6
14182026-04-30T19:09:06.585Z Compiling openssl-sys v0.9.114
14192026-04-30T19:09:06.921Z Compiling serde_derive v1.0.228
14202026-04-30T19:09:06.988Z Compiling zeroize_derive v1.4.3
14212026-04-30T19:09:07.118Z Compiling zerofrom-derive v0.1.6
14222026-04-30T19:09:07.222Z Compiling yoke-derive v0.8.1
14232026-04-30T19:09:07.315Z Compiling zerocopy-derive v0.8.40
14242026-04-30T19:09:07.642Z Compiling zeroize v1.8.2
14252026-04-30T19:09:08.146Z Compiling zerovec-derive v0.11.2
14262026-04-30T19:09:08.393Z Compiling crypto-common v0.1.7
14272026-04-30T19:09:08.418Z Compiling block-buffer v0.10.4
14282026-04-30T19:09:08.530Z Compiling zerofrom v0.1.6
14292026-04-30T19:09:08.544Z Compiling digest v0.10.7
14302026-04-30T19:09:08.587Z Compiling displaydoc v0.2.5
14312026-04-30T19:09:08.657Z Compiling yoke v0.8.1
14322026-04-30T19:09:08.794Z Compiling tokio-macros v2.7.0
14332026-04-30T19:09:08.843Z Compiling hmac v0.12.1
14342026-04-30T19:09:09.003Z Compiling futures-macro v0.3.32
14352026-04-30T19:09:09.267Z Compiling zerovec v0.11.5
14362026-04-30T19:09:09.325Z Compiling zerotrie v0.2.3
14372026-04-30T19:09:09.504Z Compiling block-padding v0.3.3
14382026-04-30T19:09:09.624Z Compiling inout v0.1.4
14392026-04-30T19:09:09.664Z Compiling sha2 v0.10.9
14402026-04-30T19:09:09.761Z Compiling tinystr v0.8.2
14412026-04-30T19:09:09.795Z Compiling potential_utf v0.1.4
14422026-04-30T19:09:09.799Z Compiling futures-util v0.3.32
14432026-04-30T19:09:09.954Z Compiling icu_locale_core v2.1.1
14442026-04-30T19:09:09.954Z Compiling icu_collections v2.1.1
14452026-04-30T19:09:10.368Z Compiling bytes v1.11.1
14462026-04-30T19:09:10.440Z Compiling cipher v0.4.4
14472026-04-30T19:09:10.699Z Compiling icu_provider v2.1.1
14482026-04-30T19:09:10.788Z Compiling der_derive v0.7.3
14492026-04-30T19:09:10.859Z Compiling tokio v1.52.1
14502026-04-30T19:09:11.010Z Compiling icu_normalizer v2.1.1
14512026-04-30T19:09:11.059Z Compiling icu_properties v2.1.2
14522026-04-30T19:09:11.079Z Compiling http v1.4.0
14532026-04-30T19:09:11.541Z Compiling salsa20 v0.10.2
14542026-04-30T19:09:11.692Z Compiling ppv-lite86 v0.2.21
14552026-04-30T19:09:11.744Z Compiling der v0.7.10
14562026-04-30T19:09:11.783Z Compiling chrono v0.4.44
14572026-04-30T19:09:11.986Z Compiling idna_adapter v1.2.1
14582026-04-30T19:09:12.013Z Compiling pbkdf2 v0.12.2
14592026-04-30T19:09:12.127Z Compiling idna v1.1.0
14602026-04-30T19:09:12.135Z Compiling thiserror-impl v2.0.18
14612026-04-30T19:09:12.153Z Compiling scrypt v0.11.0
14622026-04-30T19:09:12.167Z Compiling rand_chacha v0.9.0
14632026-04-30T19:09:12.402Z Compiling url v2.5.8
14642026-04-30T19:09:12.757Z Compiling spki v0.7.3
14652026-04-30T19:09:12.861Z Compiling cbc v0.1.2
14662026-04-30T19:09:12.921Z Compiling aes v0.8.4
14672026-04-30T19:09:12.963Z Compiling rustls-pki-types v1.14.0
14682026-04-30T19:09:13.008Z Compiling tracing-attributes v0.1.31
14692026-04-30T19:09:13.136Z Compiling rand v0.9.2
14702026-04-30T19:09:13.184Z Compiling http-body v1.0.1
14712026-04-30T19:09:13.334Z Compiling pkcs5 v0.7.1
14722026-04-30T19:09:13.432Z Compiling thiserror v2.0.18
14732026-04-30T19:09:13.479Z Compiling serde_derive_internals v0.29.1
14742026-04-30T19:09:13.539Z Compiling schemars v0.8.22
14752026-04-30T19:09:13.743Z Compiling untrusted v0.9.0
14762026-04-30T19:09:13.807Z Compiling untrusted v0.7.1
14772026-04-30T19:09:13.874Z Compiling httparse v1.10.1
14782026-04-30T19:09:13.914Z Compiling base64 v0.22.1
14792026-04-30T19:09:13.934Z Compiling openssl-probe v0.2.1
14802026-04-30T19:09:14.130Z Compiling pkcs8 v0.10.2
14812026-04-30T19:09:14.227Z Compiling pest_derive v2.8.6
14822026-04-30T19:09:14.260Z Compiling scroll_derive v0.13.1
14832026-04-30T19:09:14.304Z Compiling tracing v0.1.44
14842026-04-30T19:09:14.366Z Compiling schemars_derive v0.8.22
14852026-04-30T19:09:14.435Z Compiling darling_core v0.20.11
14862026-04-30T19:09:14.573Z Compiling tokio-util v0.7.18
14872026-04-30T19:09:14.644Z Compiling tinyvec_macros v0.1.1
14882026-04-30T19:09:14.719Z Compiling tower-service v0.3.3
14892026-04-30T19:09:14.821Z Compiling rustls v0.23.37
14902026-04-30T19:09:14.999Z Compiling try-lock v0.2.5
14912026-04-30T19:09:15.046Z Compiling atomic-waker v1.1.2
14922026-04-30T19:09:15.110Z Compiling tower-layer v0.3.3
14932026-04-30T19:09:15.176Z Compiling dyn-clone v1.0.20
14942026-04-30T19:09:15.274Z Compiling h2 v0.4.13
14952026-04-30T19:09:15.314Z Compiling want v0.3.1
14962026-04-30T19:09:15.483Z Compiling scroll v0.13.0
14972026-04-30T19:09:15.590Z Compiling tinyvec v1.10.0
14982026-04-30T19:09:15.754Z Compiling ipnet v2.11.0
14992026-04-30T19:09:15.996Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-04-30T19:09:16.040Z Compiling spin v0.9.8
15012026-04-30T19:09:16.252Z Compiling aho-corasick v1.1.4
15022026-04-30T19:09:16.307Z Compiling httpdate v1.0.3
15032026-04-30T19:09:16.382Z Compiling powerfmt v0.2.0
15042026-04-30T19:09:16.534Z Compiling crc32fast v1.5.0
15052026-04-30T19:09:16.551Z Compiling time-core v0.1.8
15062026-04-30T19:09:16.591Z Compiling num-conv v0.2.0
15072026-04-30T19:09:16.697Z Compiling openssl v0.10.78
15082026-04-30T19:09:16.713Z Compiling darling_macro v0.20.11
15092026-04-30T19:09:16.727Z Compiling foreign-types-shared v0.1.1
15102026-04-30T19:09:16.802Z Compiling pin-utils v0.1.0
15112026-04-30T19:09:16.865Z Compiling foreign-types v0.3.2
15122026-04-30T19:09:16.880Z Compiling time-macros v0.2.27
15132026-04-30T19:09:16.941Z Compiling deranged v0.5.8
15142026-04-30T19:09:16.946Z Compiling tempfile v3.25.0
15152026-04-30T19:09:17.181Z Compiling darling v0.20.11
15162026-04-30T19:09:17.268Z Compiling regex-automata v0.4.14
15172026-04-30T19:09:17.332Z Compiling goblin v0.10.5
15182026-04-30T19:09:17.937Z Compiling openssl-macros v0.1.1
15192026-04-30T19:09:17.956Z Compiling wait-timeout v0.2.1
15202026-04-30T19:09:18.233Z Compiling num_threads v0.1.7
15212026-04-30T19:09:18.324Z Compiling hyper v1.8.1
15222026-04-30T19:09:18.339Z Compiling native-tls v0.2.18
15232026-04-30T19:09:18.405Z Compiling crossbeam-utils v0.8.21
15242026-04-30T19:09:18.542Z Compiling simd-adler32 v0.3.8
15252026-04-30T19:09:18.691Z Compiling bit-vec v0.8.0
15262026-04-30T19:09:18.789Z Compiling usdt-impl v0.6.0
15272026-04-30T19:09:18.922Z Compiling quick-error v1.2.3
15282026-04-30T19:09:18.995Z Compiling syn v1.0.109
15292026-04-30T19:09:19.032Z Compiling siphasher v1.0.2
15302026-04-30T19:09:19.224Z Compiling rusty-fork v0.3.1
15312026-04-30T19:09:19.268Z Compiling bit-set v0.8.0
15322026-04-30T19:09:19.346Z Compiling hyper-util v0.1.20
15332026-04-30T19:09:19.537Z Compiling time v0.3.47
15342026-04-30T19:09:19.859Z Compiling derive_builder_core v0.20.2
15352026-04-30T19:09:20.720Z Compiling dof v0.4.0
15362026-04-30T19:09:21.108Z Compiling unicode-normalization v0.1.25
15372026-04-30T19:09:21.293Z Compiling dtrace-parser v0.3.0
15382026-04-30T19:09:21.367Z Compiling rustls-native-certs v0.8.3
15392026-04-30T19:09:21.580Z Compiling signature v2.2.0
15402026-04-30T19:09:21.591Z Compiling thiserror-impl v1.0.69
15412026-04-30T19:09:21.661Z Compiling scroll_derive v0.12.1
15422026-04-30T19:09:21.755Z Compiling heapless v0.7.17
15432026-04-30T19:09:21.963Z Compiling rand_xorshift v0.4.0
15442026-04-30T19:09:22.002Z Compiling slog v2.8.2
15452026-04-30T19:09:22.042Z Compiling darling_core v0.21.3
15462026-04-30T19:09:22.194Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-04-30T19:09:22.201Z Compiling sync_wrapper v1.0.2
15482026-04-30T19:09:22.295Z Compiling thread-id v5.1.0
15492026-04-30T19:09:22.321Z Compiling cookie v0.18.1
15502026-04-30T19:09:22.378Z Compiling paste v1.0.15
15512026-04-30T19:09:22.397Z Compiling unicode-bidi v0.3.18
15522026-04-30T19:09:22.437Z Compiling adler2 v2.0.1
15532026-04-30T19:09:22.497Z Compiling anyhow v1.0.102
15542026-04-30T19:09:22.569Z Compiling allocator-api2 v0.2.21
15552026-04-30T19:09:22.643Z Compiling unicode-properties v0.1.4
15562026-04-30T19:09:22.801Z Compiling signal-hook v0.3.18
15572026-04-30T19:09:22.831Z Compiling zstd-safe v7.2.4
15582026-04-30T19:09:22.849Z Compiling unarray v0.1.4
15592026-04-30T19:09:22.897Z Compiling thiserror v1.0.69
15602026-04-30T19:09:22.911Z Compiling stringprep v0.1.5
15612026-04-30T19:09:22.959Z Compiling proptest v1.10.0
15622026-04-30T19:09:23.025Z Compiling miniz_oxide v0.8.9
15632026-04-30T19:09:23.368Z Compiling scroll v0.12.0
15642026-04-30T19:09:23.383Z Compiling tower v0.5.3
15652026-04-30T19:09:23.691Z Compiling derive_builder_macro v0.20.2
15662026-04-30T19:09:23.854Z Compiling ipnetwork v0.21.1
15672026-04-30T19:09:23.964Z Compiling http-body-util v0.1.3
15682026-04-30T19:09:24.141Z Compiling webpki-roots v1.0.6
15692026-04-30T19:09:24.207Z Compiling rand_chacha v0.3.1
15702026-04-30T19:09:24.244Z Compiling serde_tokenstream v0.2.3
15712026-04-30T19:09:24.258Z Compiling toml_datetime v0.6.11
15722026-04-30T19:09:24.261Z Compiling serde_spanned v0.6.9
15732026-04-30T19:09:24.417Z Compiling erased-serde v0.3.31
15742026-04-30T19:09:24.517Z Compiling md-5 v0.10.6
15752026-04-30T19:09:24.536Z Compiling darling_macro v0.21.3
15762026-04-30T19:09:24.550Z Compiling zerocopy-derive v0.7.35
15772026-04-30T19:09:24.685Z Compiling curve25519-dalek v4.1.3
15782026-04-30T19:09:24.907Z Compiling vergen-lib v0.1.6
15792026-04-30T19:09:25.012Z Compiling num-integer v0.1.46
15802026-04-30T19:09:25.015Z Compiling hash32 v0.2.1
15812026-04-30T19:09:25.041Z Compiling ff v0.13.1
15822026-04-30T19:09:25.091Z Compiling memoffset v0.9.1
15832026-04-30T19:09:25.174Z Compiling cfg_aliases v0.2.1
15842026-04-30T19:09:25.212Z Compiling psl-types v2.0.11
15852026-04-30T19:09:25.250Z Compiling smoltcp v0.9.1
15862026-04-30T19:09:25.281Z Compiling ryu v1.0.23
15872026-04-30T19:09:25.333Z Compiling zlib-rs v0.6.2
15882026-04-30T19:09:25.348Z Compiling fallible-iterator v0.2.0
15892026-04-30T19:09:25.410Z Compiling ref-cast v1.0.25
15902026-04-30T19:09:25.463Z Compiling rustix v0.38.44
15912026-04-30T19:09:25.583Z Compiling num-bigint-dig v0.8.6
15922026-04-30T19:09:25.655Z Compiling base16ct v0.2.0
15932026-04-30T19:09:25.718Z Compiling iri-string v0.7.10
15942026-04-30T19:09:25.819Z Compiling litrs v1.0.0
15952026-04-30T19:09:25.918Z Compiling sec1 v0.7.3
15962026-04-30T19:09:26.043Z Compiling postgres-protocol v0.6.10
15972026-04-30T19:09:26.222Z Compiling zerocopy v0.7.35
15982026-04-30T19:09:26.337Z Compiling document-features v0.2.12
15992026-04-30T19:09:26.607Z Compiling serde_urlencoded v0.7.1
16002026-04-30T19:09:26.767Z Compiling publicsuffix v2.3.0
16012026-04-30T19:09:26.920Z Compiling tower-http v0.6.8
16022026-04-30T19:09:26.943Z Compiling nix v0.31.2
16032026-04-30T19:09:26.961Z Compiling num-iter v0.1.45
16042026-04-30T19:09:27.084Z Compiling newtype-uuid v1.3.2
16052026-04-30T19:09:27.308Z Compiling group v0.13.0
16062026-04-30T19:09:27.421Z Compiling darling v0.21.3
16072026-04-30T19:09:27.485Z Compiling rand v0.8.5
16082026-04-30T19:09:27.562Z Compiling derive_builder v0.20.2
16092026-04-30T19:09:27.638Z Compiling oxnet v0.1.4
16102026-04-30T19:09:27.710Z Compiling hubpack_derive v0.1.1
16112026-04-30T19:09:27.819Z Compiling tokio-native-tls v0.3.1
16122026-04-30T19:09:27.840Z Compiling goblin v0.8.2
16132026-04-30T19:09:28.207Z Compiling flate2 v1.1.9
16142026-04-30T19:09:28.551Z Compiling regex v1.12.3
16152026-04-30T19:09:28.616Z Compiling phf_shared v0.13.1
16162026-04-30T19:09:28.676Z Compiling lazy_static v1.5.0
16172026-04-30T19:09:28.695Z Compiling cargo-platform v0.1.9
16182026-04-30T19:09:28.771Z Compiling hkdf v0.12.4
16192026-04-30T19:09:28.818Z Compiling crypto-bigint v0.5.5
16202026-04-30T19:09:28.852Z Compiling terminal_size v0.4.3
16212026-04-30T19:09:28.938Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-30T19:09:28.953Z Compiling async-trait v0.1.89
16232026-04-30T19:09:28.975Z Compiling ref-cast-impl v1.0.25
16242026-04-30T19:09:28.992Z Compiling daft-derive v0.1.5
16252026-04-30T19:09:29.508Z Compiling strum_macros v0.27.2
16262026-04-30T19:09:29.574Z Compiling vergen v9.0.6
16272026-04-30T19:09:29.698Z Compiling fs-err v3.3.0
16282026-04-30T19:09:29.756Z Compiling ahash v0.8.12
16292026-04-30T19:09:29.889Z Compiling bitflags v1.3.2
16302026-04-30T19:09:29.961Z Compiling foldhash v0.2.0
16312026-04-30T19:09:29.964Z Compiling unicode-segmentation v1.12.0
16322026-04-30T19:09:29.991Z Compiling managed v0.8.0
16332026-04-30T19:09:30.191Z Compiling bumpalo v3.20.2
16342026-04-30T19:09:30.208Z Compiling winnow v0.5.40
16352026-04-30T19:09:30.368Z Compiling object v0.37.3
16362026-04-30T19:09:30.444Z Compiling foldhash v0.1.5
16372026-04-30T19:09:30.624Z Compiling libbz2-rs-sys v0.2.2
16382026-04-30T19:09:30.690Z Compiling hashbrown v0.15.5
16392026-04-30T19:09:30.929Z Compiling zopfli v0.8.3
16402026-04-30T19:09:31.301Z Compiling bzip2 v0.6.1
16412026-04-30T19:09:31.361Z Compiling hashbrown v0.16.1
16422026-04-30T19:09:31.515Z Compiling toml_edit v0.19.15
16432026-04-30T19:09:31.530Z Compiling strum v0.27.2
16442026-04-30T19:09:31.609Z Compiling dof v0.3.0
16452026-04-30T19:09:31.659Z Compiling clap_builder v4.5.60
16462026-04-30T19:09:31.813Z Compiling elliptic-curve v0.13.8
16472026-04-30T19:09:31.958Z Compiling daft v0.1.5
16482026-04-30T19:09:32.236Z Compiling cargo_metadata v0.19.2
16492026-04-30T19:09:32.316Z Compiling phf v0.13.1
16502026-04-30T19:09:32.477Z Compiling signal-hook-mio v0.2.5
16512026-04-30T19:09:32.600Z Compiling cookie_store v0.22.1
16522026-04-30T19:09:33.546Z Compiling hubpack v0.1.2
16532026-04-30T19:09:33.614Z Compiling zstd v0.13.3
16542026-04-30T19:09:33.768Z Compiling hyper-tls v0.6.0
16552026-04-30T19:09:33.877Z Compiling bzip2 v0.4.4
16562026-04-30T19:09:33.899Z Compiling serde_with_macros v3.17.0
16572026-04-30T19:09:34.088Z Compiling postgres-types v0.2.12
16582026-04-30T19:09:34.122Z Compiling usdt-attr-macro v0.6.0
16592026-04-30T19:09:34.611Z Compiling usdt-macro v0.6.0
16602026-04-30T19:09:34.632Z Compiling dtrace-parser v0.2.0
16612026-04-30T19:09:34.909Z Compiling ed25519 v2.2.3
16622026-04-30T19:09:35.023Z Compiling bstr v1.12.1
16632026-04-30T19:09:35.118Z Compiling phf_shared v0.11.3
16642026-04-30T19:09:35.208Z Compiling pkcs1 v0.7.5
16652026-04-30T19:09:35.366Z Compiling hex v0.4.3
16662026-04-30T19:09:35.371Z Compiling serde-big-array v0.5.1
16672026-04-30T19:09:35.380Z Compiling rfc6979 v0.4.0
16682026-04-30T19:09:35.484Z Compiling enum-as-inner v0.6.1
16692026-04-30T19:09:35.507Z Compiling clap_derive v4.5.55
16702026-04-30T19:09:35.576Z Compiling serde_repr v0.1.20
16712026-04-30T19:09:35.613Z Compiling strum_macros v0.26.4
16722026-04-30T19:09:35.672Z Compiling float-cmp v0.10.0
16732026-04-30T19:09:35.842Z Compiling memmap2 v0.9.10
16742026-04-30T19:09:35.861Z Compiling thread-id v4.2.2
16752026-04-30T19:09:35.948Z Compiling env_filter v1.0.0
16762026-04-30T19:09:36.005Z Compiling encoding_rs v0.8.35
16772026-04-30T19:09:36.056Z Compiling precomputed-hash v0.1.1
16782026-04-30T19:09:36.107Z Compiling either v1.15.0
16792026-04-30T19:09:36.150Z Compiling fixedbitset v0.4.2
16802026-04-30T19:09:36.255Z Compiling difflib v0.4.0
16812026-04-30T19:09:36.322Z Compiling new_debug_unreachable v1.0.6
16822026-04-30T19:09:36.370Z Compiling rustc-hash v2.1.1
16832026-04-30T19:09:36.400Z Compiling mime v0.3.17
16842026-04-30T19:09:36.503Z Compiling normalize-line-endings v0.3.0
16852026-04-30T19:09:36.610Z Compiling predicates-core v1.0.10
16862026-04-30T19:09:36.665Z Compiling fixedbitset v0.5.7
16872026-04-30T19:09:36.795Z Compiling whoami v2.1.0
16882026-04-30T19:09:36.829Z Compiling data-encoding v2.10.0
16892026-04-30T19:09:36.982Z Compiling keccak v0.1.6
16902026-04-30T19:09:37.181Z Compiling static_assertions v1.1.0
16912026-04-30T19:09:37.262Z Compiling jiff v0.2.21
16922026-04-30T19:09:37.323Z Compiling clap v4.5.60
16932026-04-30T19:09:37.410Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16942026-04-30T19:09:37.425Z Compiling strum v0.26.3
16952026-04-30T19:09:37.528Z Compiling sha3 v0.10.8
16962026-04-30T19:09:37.543Z Compiling hickory-proto v0.25.2
16972026-04-30T19:09:37.558Z Compiling tokio-postgres v0.7.16
16982026-04-30T19:09:37.799Z Compiling petgraph v0.8.3
16992026-04-30T19:09:37.926Z Compiling predicates v3.1.4
17002026-04-30T19:09:38.022Z Compiling iddqd v0.3.18
17012026-04-30T19:09:38.560Z Compiling string_cache v0.8.9
17022026-04-30T19:09:38.788Z Compiling petgraph v0.6.5
17032026-04-30T19:09:39.105Z Compiling itertools v0.13.0
17042026-04-30T19:09:39.725Z Compiling toml_edit v0.22.27
17052026-04-30T19:09:39.778Z Compiling env_logger v0.11.9
17062026-04-30T19:09:40.157Z Compiling zip v4.6.1
17072026-04-30T19:09:40.189Z Compiling usdt v0.6.0
17082026-04-30T19:09:40.275Z Compiling usdt-impl v0.5.0
17092026-04-30T19:09:40.341Z Compiling serde_with v3.17.0
17102026-04-30T19:09:40.444Z Compiling ecdsa v0.16.9
17112026-04-30T19:09:40.857Z Compiling similar v2.7.0
17122026-04-30T19:09:40.873Z Compiling rsa v0.9.10
17132026-04-30T19:09:41.136Z Compiling ed25519-dalek v2.2.0
17142026-04-30T19:09:41.419Z Compiling crossterm v0.28.1
17152026-04-30T19:09:41.809Z Compiling zip v0.6.6
17162026-04-30T19:09:42.172Z Compiling toml v0.7.8
17172026-04-30T19:09:42.686Z Compiling heck v0.4.1
17182026-04-30T19:09:42.723Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-04-30T19:09:42.777Z Compiling crossbeam-epoch v0.9.18
17202026-04-30T19:09:42.800Z Compiling tokio-stream v0.1.18
17212026-04-30T19:09:42.917Z Compiling buf-list v1.1.2
17222026-04-30T19:09:43.110Z Compiling x509-cert v0.2.5
17232026-04-30T19:09:43.156Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17242026-04-30T19:09:43.197Z Compiling openapiv3 v2.2.0
17252026-04-30T19:09:43.253Z Compiling sha1 v0.10.6
17262026-04-30T19:09:43.364Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-04-30T19:09:43.460Z Compiling peg-runtime v0.8.5
17282026-04-30T19:09:43.478Z Compiling lalrpop-util v0.19.12
17292026-04-30T19:09:43.655Z Compiling thread_local v1.1.9
17302026-04-30T19:09:43.678Z Compiling slog-async v2.8.0
17312026-04-30T19:09:43.749Z Compiling crossbeam-channel v0.5.15
17322026-04-30T19:09:43.912Z Compiling futures-executor v0.3.32
17332026-04-30T19:09:44.003Z Compiling is-terminal v0.4.17
17342026-04-30T19:09:44.108Z Compiling filetime v0.2.27
17352026-04-30T19:09:44.177Z Compiling take_mut v0.2.2
17362026-04-30T19:09:44.180Z Compiling xattr v1.6.1
17372026-04-30T19:09:44.206Z Compiling term v1.2.1
17382026-04-30T19:09:44.289Z Compiling futures v0.3.32
17392026-04-30T19:09:44.364Z Compiling tar v0.4.45
17402026-04-30T19:09:44.735Z Compiling slog-term v2.9.2
17412026-04-30T19:09:51.170Z Compiling rustls-webpki v0.103.9
17422026-04-30T19:09:53.970Z Compiling tokio-rustls v0.26.4
17432026-04-30T19:09:53.970Z Compiling rustls-platform-verifier v0.6.2
17442026-04-30T19:09:54.168Z Compiling hyper-rustls v0.27.7
17452026-04-30T19:09:54.370Z Compiling reqwest v0.12.28
17462026-04-30T19:09:54.373Z Compiling reqwest v0.13.2
17472026-04-30T19:09:56.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-04-30T19:09:56.705Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-04-30T19:09:59.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17502026-04-30T19:09:59.709Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-04-30T19:09:59.765ZApr 30 19:09:57.903 INFO Starting download, target: Cockroach
17522026-04-30T19:09:59.765ZApr 30 19:09:57.904 INFO Starting download, target: Clickhouse
17532026-04-30T19:09:59.765ZApr 30 19:09:57.904 INFO Starting download, target: Console
17542026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Starting download, target: DendriteStub
17552026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Starting download, target: TransceiverControl
17562026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Starting download, target: MaghemiteMgd
17572026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-04-30T19:09:59.772ZApr 30 19:09:57.904 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-04-30T19:10:00.213ZApr 30 19:09:58.351 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-04-30T19:10:00.438ZApr 30 19:09:58.555 INFO Download complete, target: TransceiverControl
17652026-04-30T19:10:00.864ZApr 30 19:09:58.991 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-04-30T19:10:01.087ZApr 30 19:09:59.225 INFO Download complete, target: Console
17672026-04-30T19:10:01.799ZApr 30 19:09:59.931 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-04-30T19:10:02.066ZApr 30 19:10:00.189 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-04-30T19:10:02.269ZApr 30 19:10:00.395 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-04-30T19:10:02.999ZApr 30 19:10:01.137 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-04-30T19:10:02.999ZApr 30 19:10:01.137 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-04-30T19:10:04.385ZApr 30 19:10:02.523 INFO Download complete, target: DendriteStub
17732026-04-30T19:10:04.621ZApr 30 19:10:02.759 INFO Download complete, target: MaghemiteMgd
17742026-04-30T19:10:07.543ZApr 30 19:10:05.679 INFO Checking that binary works, target: Cockroach
17752026-04-30T19:10:07.650ZApr 30 19:10:05.787 INFO Download complete, target: Cockroach
17762026-04-30T19:10:08.545ZApr 30 19:10:06.681 INFO Checking that binary works, target: Clickhouse
17772026-04-30T19:10:08.672ZApr 30 19:10:06.809 INFO Download complete, target: Clickhouse
17782026-04-30T19:10:08.690ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-04-30T19:10:08.695Z
17802026-04-30T19:10:08.695Zreal 3:03.216604223
17812026-04-30T19:10:08.695Zuser 7:16.623880226
17822026-04-30T19:10:08.695Zsys 1:25.485133248
17832026-04-30T19:10:08.695Ztrap 0.206514907
17842026-04-30T19:10:08.695Ztflt 0.725376452
17852026-04-30T19:10:08.696Zdflt 0.765988578
17862026-04-30T19:10:08.696Zkflt 0.050219908
17872026-04-30T19:10:08.696Zlock 21:39.055701457
17882026-04-30T19:10:08.696Zslp 21:36.673089454
17892026-04-30T19:10:08.696Zlat 44.113774321
17902026-04-30T19:10:08.696Zstop 2:01.991180299
17912026-04-30T19:10:08.696Z+ banner clippy
17922026-04-30T19:10:08.696Z
17932026-04-30T19:10:08.696Z #### # # ##### ##### # #
17942026-04-30T19:10:08.696Z # # # # # # # # # #
17952026-04-30T19:10:08.696Z # # # # # # # #
17962026-04-30T19:10:08.696Z # # # ##### ##### #
17972026-04-30T19:10:08.696Z # # # # # # #
17982026-04-30T19:10:08.696Z #### ###### # # # #
17992026-04-30T19:10:08.696Z
18002026-04-30T19:10:08.696Z+ export CARGO_INCREMENTAL=0
18012026-04-30T19:10:08.696Z+ CARGO_INCREMENTAL=0
18022026-04-30T19:10:08.697Z+ ptime -m cargo xtask clippy
18032026-04-30T19:10:09.220Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-04-30T19:10:09.438Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-04-30T19:10:11.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18062026-04-30T19:10:11.397Z Running `target/debug/xtask clippy`
18072026-04-30T19:10:11.427Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18082026-04-30T19:10:12.039Z Downloading crates ...
18092026-04-30T19:10:12.227Z Downloaded cargo-platform v0.3.2
18102026-04-30T19:10:12.230Z Downloaded constant_time_eq v0.3.1
18112026-04-30T19:10:12.233Z Downloaded event-listener-strategy v0.5.4
18122026-04-30T19:10:12.236Z Downloaded knuffel-derive v3.2.0
18132026-04-30T19:10:12.239Z Downloaded plotters-backend v0.3.7
18142026-04-30T19:10:12.242Z Downloaded async-lock v3.4.2
18152026-04-30T19:10:12.242Z Downloaded supports-hyperlinks v2.1.0
18162026-04-30T19:10:12.246Z Downloaded terminal_size v0.1.17
18172026-04-30T19:10:12.249Z Downloaded rust-argon2 v2.1.0
18182026-04-30T19:10:12.249Z Downloaded cast v0.3.0
18192026-04-30T19:10:12.252Z Downloaded plotters-svg v0.3.7
18202026-04-30T19:10:12.255Z Downloaded relative-path v1.9.3
18212026-04-30T19:10:12.255Z Downloaded event-listener v5.4.1
18222026-04-30T19:10:12.258Z Downloaded nested v0.1.1
18232026-04-30T19:10:12.265Z Downloaded pathdiff v0.2.3
18242026-04-30T19:10:12.268Z Downloaded guppy-workspace-hack v0.1.0
18252026-04-30T19:10:12.268Z Downloaded cfg-expr v0.20.6
18262026-04-30T19:10:12.268Z Downloaded serde_regex v1.1.0
18272026-04-30T19:10:12.271Z Downloaded addr2line v0.25.1
18282026-04-30T19:10:12.273Z Downloaded plotters v0.3.7
18292026-04-30T19:10:12.277Z Downloaded partial-io v0.5.4
18302026-04-30T19:10:12.280Z Downloaded linkme-impl v0.3.35
18312026-04-30T19:10:12.280Z Downloaded supports-color v2.1.0
18322026-04-30T19:10:12.282Z Downloaded approx v0.5.1
18332026-04-30T19:10:12.282Z Downloaded miette-derive v5.10.0
18342026-04-30T19:10:12.286Z Downloaded linkme v0.3.35
18352026-04-30T19:10:12.290Z Downloaded futures-timer v3.0.3
18362026-04-30T19:10:12.290Z Downloaded parking v2.2.1
18372026-04-30T19:10:12.293Z Downloaded assert-json-diff v2.0.2
18382026-04-30T19:10:12.296Z Downloaded target-triple v1.0.0
18392026-04-30T19:10:12.296Z Downloaded escape8259 v0.5.3
18402026-04-30T19:10:12.296Z Downloaded target-spec v3.5.7
18412026-04-30T19:10:12.303Z Downloaded backtrace-ext v0.2.1
18422026-04-30T19:10:12.307Z Downloaded similar-asserts v1.7.0
18432026-04-30T19:10:12.313Z Downloaded async-object-pool v0.2.0
18442026-04-30T19:10:12.317Z Downloaded supports-unicode v2.1.0
18452026-04-30T19:10:12.317Z Downloaded tokio-test v0.4.5
18462026-04-30T19:10:12.320Z Downloaded cargo_metadata v0.23.1
18472026-04-30T19:10:12.323Z Downloaded termcolor v1.4.1
18482026-04-30T19:10:12.326Z Downloaded tinytemplate v1.2.1
18492026-04-30T19:10:12.326Z Downloaded textwrap v0.15.2
18502026-04-30T19:10:12.326Z Downloaded concurrent-queue v2.5.0
18512026-04-30T19:10:12.330Z Downloaded trybuild v1.0.116
18522026-04-30T19:10:12.330Z Downloaded datatest-stable v0.3.3
18532026-04-30T19:10:12.333Z Downloaded stringmetrics v2.2.2
18542026-04-30T19:10:12.336Z Downloaded rustc-demangle v0.1.27
18552026-04-30T19:10:12.339Z Downloaded criterion-plot v0.6.0
18562026-04-30T19:10:12.341Z Downloaded assert_cmd v2.1.2
18572026-04-30T19:10:12.342Z Downloaded owo-colors v3.5.0
18582026-04-30T19:10:12.344Z Downloaded path-tree v0.8.3
18592026-04-30T19:10:12.344Z Downloaded oorandom v11.1.5
18602026-04-30T19:10:12.347Z Downloaded anes v0.1.6
18612026-04-30T19:10:12.350Z Downloaded libtest-mimic v0.8.1
18622026-04-30T19:10:12.353Z Downloaded blake2b_simd v1.0.4
18632026-04-30T19:10:12.353Z Downloaded target-lexicon v0.13.3
18642026-04-30T19:10:12.363Z Downloaded httptest v0.16.4
18652026-04-30T19:10:12.372Z Downloaded hickory-client v0.25.2
18662026-04-30T19:10:12.375Z Downloaded rstest v0.25.0
18672026-04-30T19:10:12.378Z Downloaded miette v5.10.0
18682026-04-30T19:10:12.381Z Downloaded fancy-regex v0.14.0
18692026-04-30T19:10:12.384Z Downloaded rstest_macros v0.25.0
18702026-04-30T19:10:12.384Z Downloaded rand_distr v0.5.1
18712026-04-30T19:10:12.387Z Downloaded knuffel v3.2.0
18722026-04-30T19:10:12.387Z Downloaded chumsky v0.9.3
18732026-04-30T19:10:12.390Z Downloaded backtrace v0.3.76
18742026-04-30T19:10:12.401Z Downloaded criterion v0.7.0
18752026-04-30T19:10:12.406Z Downloaded guppy v0.17.25
18762026-04-30T19:10:12.409Z Downloaded hashbrown v0.14.5
18772026-04-30T19:10:12.419Z Downloaded gimli v0.32.3
18782026-04-30T19:10:12.500Z Downloaded httpmock v0.8.3
18792026-04-30T19:10:14.088Z Checking cfg-if v1.0.4
18802026-04-30T19:10:14.435Z Checking libc v0.2.185
18812026-04-30T19:10:14.438Z Checking serde_core v1.0.228
18822026-04-30T19:10:14.505Z Checking memchr v2.8.0
18832026-04-30T19:10:14.545Z Checking smallvec v1.15.1
18842026-04-30T19:10:14.583Z Checking log v0.4.29
18852026-04-30T19:10:14.583Z Checking itoa v1.0.17
18862026-04-30T19:10:14.658Z Checking zeroize v1.8.2
18872026-04-30T19:10:14.693Z Checking libm v0.2.16
18882026-04-30T19:10:14.750Z Checking scopeguard v1.2.0
18892026-04-30T19:10:14.819Z Checking stable_deref_trait v1.2.1
18902026-04-30T19:10:14.858Z Checking zmij v1.0.21
18912026-04-30T19:10:14.897Z Checking errno v0.3.14
18922026-04-30T19:10:14.897Z Checking getrandom v0.2.17
18932026-04-30T19:10:14.965Z Checking lock_api v0.4.14
18942026-04-30T19:10:14.997Z Checking zerofrom v0.1.6
18952026-04-30T19:10:15.039Z Checking percent-encoding v2.3.2
18962026-04-30T19:10:15.076Z Checking litemap v0.8.1
18972026-04-30T19:10:15.109Z Checking writeable v0.6.2
18982026-04-30T19:10:15.145Z Checking yoke v0.8.1
18992026-04-30T19:10:15.181Z Checking icu_normalizer_data v2.1.1
19002026-04-30T19:10:15.217Z Checking icu_properties_data v2.1.2
19012026-04-30T19:10:15.253Z Checking subtle v2.6.1
19022026-04-30T19:10:15.288Z Checking form_urlencoded v1.2.2
19032026-04-30T19:10:15.323Z Checking utf8_iter v1.0.4
19042026-04-30T19:10:15.359Z Checking zerovec v0.11.5
19052026-04-30T19:10:15.359Z Checking zerotrie v0.2.3
19062026-04-30T19:10:15.428Z Checking pin-project-lite v0.2.17
19072026-04-30T19:10:15.466Z Checking num-traits v0.2.19
19082026-04-30T19:10:15.500Z Checking parking_lot_core v0.9.12
19092026-04-30T19:10:15.534Z Checking portable-atomic v1.13.1
19102026-04-30T19:10:15.571Z Checking rand_core v0.6.4
19112026-04-30T19:10:15.574Z Checking rand_core v0.10.0
19122026-04-30T19:10:15.650Z Checking critical-section v1.2.0
19132026-04-30T19:10:15.711Z Checking parking_lot v0.12.5
19142026-04-30T19:10:15.772Z Checking zerocopy v0.8.40
19152026-04-30T19:10:15.812Z Checking getrandom v0.4.1
19162026-04-30T19:10:15.816Z Checking tinystr v0.8.2
19172026-04-30T19:10:15.843Z Checking potential_utf v0.1.4
19182026-04-30T19:10:15.923Z Checking signal-hook-registry v1.4.8
19192026-04-30T19:10:15.962Z Checking serde v1.0.228
19202026-04-30T19:10:15.962Z Checking serde_json v1.0.149
19212026-04-30T19:10:16.027Z Checking bitflags v2.11.0
19222026-04-30T19:10:16.030Z Checking icu_collections v2.1.1
19232026-04-30T19:10:16.059Z Checking once_cell v1.21.3
19242026-04-30T19:10:16.124Z Checking icu_locale_core v2.1.1
19252026-04-30T19:10:16.162Z Checking mio v1.2.0
19262026-04-30T19:10:16.218Z Checking socket2 v0.6.3
19272026-04-30T19:10:16.291Z Checking typenum v1.19.0
19282026-04-30T19:10:16.384Z Checking bytes v1.11.1
19292026-04-30T19:10:16.429Z Checking iana-time-zone v0.1.65
19302026-04-30T19:10:16.472Z Checking thiserror v2.0.18
19312026-04-30T19:10:16.516Z Checking uuid v1.23.0
19322026-04-30T19:10:16.563Z Checking chrono v0.4.44
19332026-04-30T19:10:16.606Z Checking semver v1.0.28
19342026-04-30T19:10:16.678Z Checking futures-core v0.3.32
19352026-04-30T19:10:16.716Z Checking icu_provider v2.1.1
19362026-04-30T19:10:16.846Z Checking tokio v1.52.1
19372026-04-30T19:10:16.846Z Checking generic-array v0.14.7
19382026-04-30T19:10:16.920Z Checking equivalent v1.0.2
19392026-04-30T19:10:16.970Z Checking dyn-clone v1.0.20
19402026-04-30T19:10:17.010Z Checking icu_normalizer v2.1.1
19412026-04-30T19:10:17.010Z Checking icu_properties v2.1.2
19422026-04-30T19:10:17.088Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19432026-04-30T19:10:17.126Z Checking const-oid v0.9.6
19442026-04-30T19:10:17.307Z Checking crypto-common v0.1.7
19452026-04-30T19:10:17.383Z Checking futures-sink v0.3.32
19462026-04-30T19:10:17.426Z Checking block-buffer v0.10.4
19472026-04-30T19:10:17.462Z Checking slab v0.4.12
19482026-04-30T19:10:17.465Z Checking futures-io v0.3.32
19492026-04-30T19:10:17.530Z Checking futures-channel v0.3.32
19502026-04-30T19:10:17.588Z Checking futures-task v0.3.32
19512026-04-30T19:10:17.634Z Checking hashbrown v0.17.0
19522026-04-30T19:10:17.670Z Checking byteorder v1.5.0
19532026-04-30T19:10:17.748Z Checking rustix v1.1.3
19542026-04-30T19:10:17.785Z Checking futures-util v0.3.32
19552026-04-30T19:10:17.832Z Checking digest v0.10.7
19562026-04-30T19:10:17.835Z Checking idna_adapter v1.2.1
19572026-04-30T19:10:17.899Z Checking cpufeatures v0.2.17
19582026-04-30T19:10:17.996Z Checking thiserror v1.0.69
19592026-04-30T19:10:18.033Z Checking idna v1.1.0
19602026-04-30T19:10:18.066Z Checking getrandom v0.3.4
19612026-04-30T19:10:18.113Z Checking indexmap v2.14.0
19622026-04-30T19:10:18.148Z Checking fnv v1.0.7
19632026-04-30T19:10:18.235Z Checking regex-syntax v0.8.10
19642026-04-30T19:10:18.272Z Checking http v1.4.0
19652026-04-30T19:10:18.310Z Checking url v2.5.8
19662026-04-30T19:10:18.519Z Checking ppv-lite86 v0.2.21
19672026-04-30T19:10:18.602Z Checking tracing-core v0.1.36
19682026-04-30T19:10:18.704Z Checking base64 v0.22.1
19692026-04-30T19:10:18.758Z Checking schemars v0.8.22
19702026-04-30T19:10:18.842Z Checking ipnet v2.11.0
19712026-04-30T19:10:18.879Z Checking unicode-ident v1.0.24
19722026-04-30T19:10:18.938Z Checking tracing v0.1.44
19732026-04-30T19:10:18.973Z Checking untrusted v0.9.0
19742026-04-30T19:10:19.022Z Checking proc-macro2 v1.0.106
19752026-04-30T19:10:19.110Z Checking ring v0.17.14
19762026-04-30T19:10:19.146Z Checking aho-corasick v1.1.4
19772026-04-30T19:10:19.180Z Checking utf8parse v0.2.2
19782026-04-30T19:10:19.312Z Checking anstyle v1.0.13
19792026-04-30T19:10:19.351Z Checking quote v1.0.45
19802026-04-30T19:10:19.446Z Checking rustls-pki-types v1.14.0
19812026-04-30T19:10:19.520Z Checking httparse v1.10.1
19822026-04-30T19:10:19.556Z Checking syn v2.0.117
19832026-04-30T19:10:19.559Z Checking base64ct v1.8.3
19842026-04-30T19:10:19.677Z Checking anstyle-parse v0.2.7
19852026-04-30T19:10:19.756Z Checking block-padding v0.3.3
19862026-04-30T19:10:19.759Z Checking anstyle-query v1.1.5
19872026-04-30T19:10:19.834Z Checking colorchoice v1.0.4
19882026-04-30T19:10:19.872Z Checking is_terminal_polyfill v1.70.2
19892026-04-30T19:10:19.875Z Checking regex-automata v0.4.14
19902026-04-30T19:10:19.940Z Checking inout v0.1.4
19912026-04-30T19:10:19.943Z Checking crossbeam-utils v0.8.21
19922026-04-30T19:10:20.008Z Checking allocator-api2 v0.2.21
19932026-04-30T19:10:20.011Z Checking anstream v0.6.21
19942026-04-30T19:10:20.077Z Checking tokio-util v0.7.18
19952026-04-30T19:10:20.114Z Checking cipher v0.4.4
19962026-04-30T19:10:20.151Z Checking http-body v1.0.1
19972026-04-30T19:10:20.264Z Checking terminal_size v0.4.3
19982026-04-30T19:10:20.314Z Checking atomic-waker v1.1.2
19992026-04-30T19:10:20.317Z Checking clap_lex v1.0.0
20002026-04-30T19:10:20.384Z Checking try-lock v0.2.5
20012026-04-30T19:10:20.387Z Checking strsim v0.11.1
20022026-04-30T19:10:20.453Z Checking httpdate v1.0.3
20032026-04-30T19:10:20.456Z Checking pem-rfc7468 v0.7.0
20042026-04-30T19:10:20.521Z Checking want v0.3.1
20052026-04-30T19:10:20.524Z Checking sha2 v0.10.9
20062026-04-30T19:10:20.604Z Checking clap_builder v4.5.60
20072026-04-30T19:10:20.640Z Checking pin-utils v0.1.0
20082026-04-30T19:10:20.676Z Checking ryu v1.0.23
20092026-04-30T19:10:20.676Z Checking tower-service v0.3.3
20102026-04-30T19:10:20.743Z Checking tower-layer v0.3.3
20112026-04-30T19:10:20.749Z Checking h2 v0.4.13
20122026-04-30T19:10:20.822Z Checking rand_core v0.9.5
20132026-04-30T19:10:20.859Z Checking hmac v0.12.1
20142026-04-30T19:10:20.862Z Checking powerfmt v0.2.0
20152026-04-30T19:10:20.930Z Checking num-conv v0.2.0
20162026-04-30T19:10:21.018Z Checking time-core v0.1.8
20172026-04-30T19:10:21.055Z Checking num_threads v0.1.7
20182026-04-30T19:10:21.090Z Checking flagset v0.4.7
20192026-04-30T19:10:21.094Z Checking deranged v0.5.8
20202026-04-30T19:10:21.168Z Checking erased-serde v0.3.31
20212026-04-30T19:10:21.204Z Checking rand_chacha v0.9.0
20222026-04-30T19:10:21.242Z Checking der v0.7.10
20232026-04-30T19:10:21.430Z Checking http-body-util v0.1.3
20242026-04-30T19:10:21.573Z Checking slog v2.8.2
20252026-04-30T19:10:21.680Z Checking spin v0.9.8
20262026-04-30T19:10:21.724Z Checking rand v0.9.2
20272026-04-30T19:10:21.863Z Checking aws-lc-sys v0.37.1
20282026-04-30T19:10:21.866Z Checking anyhow v1.0.102
20292026-04-30T19:10:21.931Z Checking untrusted v0.7.1
20302026-04-30T19:10:21.934Z Checking clap v4.5.60
20312026-04-30T19:10:22.010Z Checking serde_urlencoded v0.7.1
20322026-04-30T19:10:22.054Z Checking time v0.3.47
20332026-04-30T19:10:22.090Z Checking openssl-probe v0.2.1
20342026-04-30T19:10:22.124Z Checking regex v1.12.3
20352026-04-30T19:10:22.157Z Checking fastrand v2.3.0
20362026-04-30T19:10:22.206Z Checking spki v0.7.3
20372026-04-30T19:10:22.243Z Checking pbkdf2 v0.12.2
20382026-04-30T19:10:22.246Z Checking aes v0.8.4
20392026-04-30T19:10:22.365Z Checking pretty-hex v0.4.1
20402026-04-30T19:10:22.401Z Checking cbc v0.1.2
20412026-04-30T19:10:22.404Z Checking aws-lc-rs v1.16.0
20422026-04-30T19:10:22.404Z Checking salsa20 v0.10.2
20432026-04-30T19:10:22.502Z Checking rand_chacha v0.3.1
20442026-04-30T19:10:22.537Z Checking hex v0.4.3
20452026-04-30T19:10:22.572Z Checking plain v0.2.3
20462026-04-30T19:10:22.608Z Checking scrypt v0.11.0
20472026-04-30T19:10:22.684Z Checking tempfile v3.25.0
20482026-04-30T19:10:22.720Z Checking rustls-native-certs v0.8.3
20492026-04-30T19:10:22.758Z Checking rand v0.8.5
20502026-04-30T19:10:22.772Z Checking ipnetwork v0.21.1
20512026-04-30T19:10:22.784Z Checking sync_wrapper v1.0.2
20522026-04-30T19:10:22.919Z Checking ucd-trie v0.1.7
20532026-04-30T19:10:22.957Z Checking foldhash v0.2.0
20542026-04-30T19:10:23.011Z Checking simd-adler32 v0.3.8
20552026-04-30T19:10:23.083Z Checking pest v2.8.6
20562026-04-30T19:10:23.086Z Checking tower v0.5.3
20572026-04-30T19:10:23.153Z Checking hashbrown v0.16.1
20582026-04-30T19:10:23.192Z Checking pkcs5 v0.7.1
20592026-04-30T19:10:23.228Z Checking webpki-roots v1.0.6
20602026-04-30T19:10:23.308Z Checking rustls-webpki v0.103.9
20612026-04-30T19:10:23.360Z Checking camino v1.2.2
20622026-04-30T19:10:23.395Z Checking adler2 v2.0.1
20632026-04-30T19:10:23.430Z Checking hyper v1.8.1
20642026-04-30T19:10:23.475Z Checking iri-string v0.7.10
20652026-04-30T19:10:23.528Z Checking miniz_oxide v0.8.9
20662026-04-30T19:10:23.533Z Checking pkcs8 v0.10.2
20672026-04-30T19:10:23.632Z Checking openapiv3 v2.2.0
20682026-04-30T19:10:23.674Z Checking either v1.15.0
20692026-04-30T19:10:23.754Z Checking rustls v0.23.37
20702026-04-30T19:10:23.791Z Checking mime v0.3.17
20712026-04-30T19:10:23.884Z Checking winnow v0.7.14
20722026-04-30T19:10:23.920Z Checking crc32fast v1.5.0
20732026-04-30T19:10:23.992Z Checking static_assertions v1.1.0
20742026-04-30T19:10:24.086Z Checking oxnet v0.1.4
20752026-04-30T19:10:24.122Z Checking lazy_static v1.5.0
20762026-04-30T19:10:24.160Z Checking signature v2.2.0
20772026-04-30T19:10:24.240Z Checking hubpack v0.1.2
20782026-04-30T19:10:24.318Z Checking encoding_rs v0.8.35
20792026-04-30T19:10:24.352Z Checking strum v0.26.3
20802026-04-30T19:10:24.389Z Checking hyper-util v0.1.20
20812026-04-30T19:10:24.432Z Checking zlib-rs v0.6.2
20822026-04-30T19:10:24.490Z Checking foreign-types-shared v0.1.1
20832026-04-30T19:10:24.529Z Checking tower-http v0.6.8
20842026-04-30T19:10:24.605Z Checking foreign-types v0.3.2
20852026-04-30T19:10:24.705Z Checking sha1 v0.10.6
20862026-04-30T19:10:24.843Z Checking scroll v0.13.0
20872026-04-30T19:10:24.905Z Checking openssl-sys v0.9.114
20882026-04-30T19:10:24.955Z Checking tinyvec_macros v0.1.1
20892026-04-30T19:10:25.053Z Checking tinyvec v1.10.0
20902026-04-30T19:10:25.091Z Checking toml_datetime v0.6.11
20912026-04-30T19:10:25.127Z Checking goblin v0.10.5
20922026-04-30T19:10:25.310Z Checking serde_spanned v0.6.9
20932026-04-30T19:10:25.313Z Checking num-integer v0.1.46
20942026-04-30T19:10:25.380Z Checking flate2 v1.1.9
20952026-04-30T19:10:25.416Z Checking openssl v0.10.78
20962026-04-30T19:10:25.419Z Checking memmap2 v0.9.10
20972026-04-30T19:10:25.485Z Checking data-encoding v2.10.0
20982026-04-30T19:10:25.590Z Checking dtrace-parser v0.3.0
20992026-04-30T19:10:25.637Z Checking thread-id v5.1.0
21002026-04-30T19:10:25.689Z Checking psl-types v2.0.11
21012026-04-30T19:10:25.726Z Checking bit-vec v0.8.0
21022026-04-30T19:10:25.762Z Checking base16ct v0.2.0
21032026-04-30T19:10:25.798Z Checking cookie v0.18.1
21042026-04-30T19:10:25.833Z Checking publicsuffix v2.3.0
21052026-04-30T19:10:26.873Z Checking ff v0.13.1
21062026-04-30T19:10:26.877Z Checking sec1 v0.7.3
21072026-04-30T19:10:26.877Z Checking bit-set v0.8.0
21082026-04-30T19:10:26.877Z Checking wait-timeout v0.2.1
21092026-04-30T19:10:26.877Z Checking cookie_store v0.22.1
21102026-04-30T19:10:26.877Z Checking group v0.13.0
21112026-04-30T19:10:26.877Z Checking num-iter v0.1.45
21122026-04-30T19:10:26.877Z Checking bstr v1.12.1
21132026-04-30T19:10:26.877Z Checking hkdf v0.12.4
21142026-04-30T19:10:26.877Z Checking tokio-rustls v0.26.4
21152026-04-30T19:10:26.877Z Checking rustls-platform-verifier v0.6.2
21162026-04-30T19:10:26.877Z Checking crossbeam-epoch v0.9.18
21172026-04-30T19:10:26.877Z Checking ahash v0.8.12
21182026-04-30T19:10:26.877Z Checking crypto-bigint v0.5.5
21192026-04-30T19:10:26.877Z Checking quick-error v1.2.3
21202026-04-30T19:10:26.877Z Checking hyper-rustls v0.27.7
21212026-04-30T19:10:26.877Z Checking rand_xorshift v0.4.0
21222026-04-30T19:10:26.877Z Checking rusty-fork v0.3.1
21232026-04-30T19:10:26.877Z Checking scroll v0.12.0
21242026-04-30T19:10:26.877Z Checking unarray v0.1.4
21252026-04-30T19:10:26.877Z Checking num-bigint-dig v0.8.6
21262026-04-30T19:10:26.877Z Checking reqwest v0.13.2
21272026-04-30T19:10:26.877Z Checking pkcs1 v0.7.5
21282026-04-30T19:10:26.877Z Checking proptest v1.10.0
21292026-04-30T19:10:26.887Z Checking goblin v0.8.2
21302026-04-30T19:10:26.993Z Checking x509-cert v0.2.5
21312026-04-30T19:10:27.303Z Checking elliptic-curve v0.13.8
21322026-04-30T19:10:27.396Z Checking native-tls v0.2.18
21332026-04-30T19:10:27.436Z Checking dof v0.4.0
21342026-04-30T19:10:27.499Z Checking zerocopy v0.7.35
21352026-04-30T19:10:27.576Z Checking unicode-segmentation v1.12.0
21362026-04-30T19:10:27.612Z Checking tokio-native-tls v0.3.1
21372026-04-30T19:10:27.647Z Checking rsa v0.9.10
21382026-04-30T19:10:27.684Z Checking dtrace-parser v0.2.0
21392026-04-30T19:10:27.794Z Checking hyper-tls v0.6.0
21402026-04-30T19:10:27.913Z Checking rfc6979 v0.4.0
21412026-04-30T19:10:27.949Z Checking thread-id v4.2.2
21422026-04-30T19:10:27.995Z Checking reqwest v0.12.28
21432026-04-30T19:10:28.032Z Checking toml_write v0.1.2
21442026-04-30T19:10:28.066Z Checking ecdsa v0.16.9
21452026-04-30T19:10:28.070Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-04-30T19:10:28.135Z Checking usdt-impl v0.6.0
21472026-04-30T19:10:28.138Z Checking curve25519-dalek v4.1.3
21482026-04-30T19:10:28.220Z Checking toml_edit v0.22.27
21492026-04-30T19:10:28.431Z Checking memoffset v0.9.1
21502026-04-30T19:10:28.469Z Checking usdt v0.6.0
21512026-04-30T19:10:28.472Z Checking rustix v0.38.44
21522026-04-30T19:10:28.546Z Checking env_filter v1.0.0
21532026-04-30T19:10:28.583Z Checking newtype-uuid v1.3.2
21542026-04-30T19:10:28.662Z Checking keccak v0.1.6
21552026-04-30T19:10:28.717Z Checking env_logger v0.11.9
21562026-04-30T19:10:28.773Z Checking dof v0.3.0
21572026-04-30T19:10:28.813Z Checking daft v0.1.5
21582026-04-30T19:10:28.851Z Checking ed25519 v2.2.3
21592026-04-30T19:10:28.888Z Checking sha3 v0.10.8
21602026-04-30T19:10:28.932Z Checking itertools v0.13.0
21612026-04-30T19:10:28.968Z Checking serde_with v3.17.0
21622026-04-30T19:10:29.062Z Checking siphasher v1.0.2
21632026-04-30T19:10:29.099Z Checking usdt-impl v0.5.0
21642026-04-30T19:10:29.102Z Checking bitflags v1.3.2
21652026-04-30T19:10:29.167Z Checking ed25519-dalek v2.2.0
21662026-04-30T19:10:29.232Z Checking unicode-normalization v0.1.25
21672026-04-30T19:10:29.269Z Checking signal-hook v0.3.18
21682026-04-30T19:10:29.311Z Checking winnow v0.5.40
21692026-04-30T19:10:29.348Z Checking managed v0.8.0
21702026-04-30T19:10:29.403Z Checking nix v0.31.2
21712026-04-30T19:10:29.439Z Checking bzip2-sys v0.1.13+1.0.8
21722026-04-30T19:10:29.480Z Checking object v0.37.3
21732026-04-30T19:10:29.553Z Checking foldhash v0.1.5
21742026-04-30T19:10:29.589Z Checking bzip2 v0.4.4
21752026-04-30T19:10:29.658Z Checking signal-hook-mio v0.2.5
21762026-04-30T19:10:29.712Z Checking hashbrown v0.15.5
21772026-04-30T19:10:29.773Z Checking ref-cast v1.0.25
21782026-04-30T19:10:29.818Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-04-30T19:10:29.910Z Checking zip v0.6.6
21802026-04-30T19:10:29.957Z Checking zstd-safe v7.2.4
21812026-04-30T19:10:30.008Z Checking libbz2-rs-sys v0.2.2
21822026-04-30T19:10:30.155Z Checking bumpalo v3.20.2
21832026-04-30T19:10:30.227Z Checking zstd v0.13.3
21842026-04-30T19:10:30.266Z Checking crossterm v0.28.1
21852026-04-30T19:10:30.378Z Checking zopfli v0.8.3
21862026-04-30T19:10:30.425Z Checking bzip2 v0.6.1
21872026-04-30T19:10:30.462Z Checking similar v2.7.0
21882026-04-30T19:10:30.465Z Checking tokio-stream v0.1.18
21892026-04-30T19:10:30.465Z Checking fs-err v3.3.0
21902026-04-30T19:10:30.562Z Checking toml_edit v0.19.15
21912026-04-30T19:10:30.614Z Checking hash32 v0.2.1
21922026-04-30T19:10:30.730Z Checking serde-big-array v0.5.1
21932026-04-30T19:10:30.800Z Checking unicode-properties v0.1.4
21942026-04-30T19:10:30.848Z Checking jiff v0.2.21
21952026-04-30T19:10:30.885Z Checking predicates-core v1.0.10
21962026-04-30T19:10:30.920Z Checking unicode-bidi v0.3.18
21972026-04-30T19:10:30.924Z Checking heapless v0.7.17
21982026-04-30T19:10:31.001Z Checking hickory-proto v0.25.2
21992026-04-30T19:10:31.036Z Checking md-5 v0.10.6
22002026-04-30T19:10:31.039Z Checking float-cmp v0.10.0
22012026-04-30T19:10:31.202Z Checking toml_datetime v0.7.5+spec-1.1.0
22022026-04-30T19:10:31.238Z Checking fallible-iterator v0.2.0
22032026-04-30T19:10:31.242Z Checking stringprep v0.1.5
22042026-04-30T19:10:31.385Z Checking rustc-hash v2.1.1
22052026-04-30T19:10:31.424Z Checking difflib v0.4.0
22062026-04-30T19:10:31.460Z Checking normalize-line-endings v0.3.0
22072026-04-30T19:10:31.528Z Checking iddqd v0.3.18
22082026-04-30T19:10:31.565Z Checking postgres-protocol v0.6.10
22092026-04-30T19:10:31.600Z Checking smoltcp v0.9.1
22102026-04-30T19:10:31.637Z Checking toml v0.7.8
22112026-04-30T19:10:31.640Z Checking predicates v3.1.4
22122026-04-30T19:10:31.790Z Checking phf_shared v0.11.3
22132026-04-30T19:10:31.907Z Checking phf_shared v0.13.1
22142026-04-30T19:10:31.962Z Checking buf-list v1.1.2
22152026-04-30T19:10:31.999Z Checking strum v0.27.2
22162026-04-30T19:10:32.003Z Checking lalrpop-util v0.19.12
22172026-04-30T19:10:32.125Z Checking new_debug_unreachable v1.0.6
22182026-04-30T19:10:32.162Z Checking precomputed-hash v0.1.1
22192026-04-30T19:10:32.198Z Checking fixedbitset v0.4.2
22202026-04-30T19:10:32.234Z Checking fixedbitset v0.5.7
22212026-04-30T19:10:32.237Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22222026-04-30T19:10:32.237Z Checking phf v0.13.1
22232026-04-30T19:10:32.333Z Checking string_cache v0.8.9
22242026-04-30T19:10:32.371Z Checking petgraph v0.6.5
22252026-04-30T19:10:32.408Z Checking postgres-types v0.2.12
22262026-04-30T19:10:32.454Z Checking petgraph v0.8.3
22272026-04-30T19:10:32.491Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22282026-04-30T19:10:32.527Z Checking whoami v2.1.0
22292026-04-30T19:10:32.749Z Checking peg-runtime v0.8.5
22302026-04-30T19:10:32.787Z Checking tokio-postgres v0.7.16
22312026-04-30T19:10:32.922Z Checking futures-executor v0.3.32
22322026-04-30T19:10:32.962Z Checking is-terminal v0.4.17
22332026-04-30T19:10:33.083Z Checking crossbeam-channel v0.5.15
22342026-04-30T19:10:33.125Z Checking zip v4.6.1
22352026-04-30T19:10:33.129Z Checking futures v0.3.32
22362026-04-30T19:10:33.265Z Compiling structmeta-derive v0.3.0
22372026-04-30T19:10:33.446Z Checking thread_local v1.1.9
22382026-04-30T19:10:33.641Z Checking term v1.2.1
22392026-04-30T19:10:33.678Z Checking take_mut v0.2.2
22402026-04-30T19:10:33.723Z Compiling newtype-uuid-macros v0.1.0
22412026-04-30T19:10:33.783Z Compiling rustls v0.22.4
22422026-04-30T19:10:33.820Z Checking slog-async v2.8.0
22432026-04-30T19:10:33.887Z Checking slog-term v2.9.2
22442026-04-30T19:10:34.025Z Compiling multer v3.1.0
22452026-04-30T19:10:34.062Z Compiling async-stream-impl v0.3.6
22462026-04-30T19:10:34.065Z Compiling dropshot v0.17.0
22472026-04-30T19:10:34.130Z Compiling dropshot_endpoint v0.17.0
22482026-04-30T19:10:34.170Z Checking match_cfg v0.1.0
22492026-04-30T19:10:34.272Z Checking hostname v0.3.1
22502026-04-30T19:10:34.347Z Checking slog-json v2.6.1
22512026-04-30T19:10:34.350Z Compiling structmeta v0.3.0
22522026-04-30T19:10:34.414Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22532026-04-30T19:10:34.450Z Checking debug-ignore v1.0.5
22542026-04-30T19:10:34.505Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-04-30T19:10:34.541Z Checking slog-bunyan v2.5.0
22562026-04-30T19:10:34.578Z Checking serde_spanned v1.0.4
22572026-04-30T19:10:34.616Z Compiling derive-ex v0.1.8
22582026-04-30T19:10:34.684Z Checking toml_writer v1.0.6+spec-1.1.0
22592026-04-30T19:10:34.687Z Checking rustls-webpki v0.102.8
22602026-04-30T19:10:34.765Z Checking serde_path_to_error v0.1.20
22612026-04-30T19:10:34.822Z Checking async-stream v0.3.6
22622026-04-30T19:10:34.915Z Checking waitgroup v0.1.2
22632026-04-30T19:10:34.951Z Checking rustls-pemfile v2.2.0
22642026-04-30T19:10:34.985Z Checking toml_datetime v1.0.0+spec-1.1.0
22652026-04-30T19:10:35.045Z Checking hostname v0.4.2
22662026-04-30T19:10:35.092Z Checking compression-core v0.4.31
22672026-04-30T19:10:35.129Z Checking progenitor-client v0.14.0
22682026-04-30T19:10:35.133Z Checking regress v0.10.5
22692026-04-30T19:10:35.228Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-04-30T19:10:35.232Z Checking toml v1.0.6+spec-1.1.0
22712026-04-30T19:10:35.265Z Checking compression-codecs v0.4.37
22722026-04-30T19:10:35.370Z Compiling parse-display-derive v0.10.0
22732026-04-30T19:10:35.407Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-04-30T19:10:35.500Z Checking async-compression v0.4.41
22752026-04-30T19:10:35.578Z Checking itertools v0.14.0
22762026-04-30T19:10:35.774Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22772026-04-30T19:10:35.878Z Checking macaddr v1.0.1
22782026-04-30T19:10:35.953Z Checking instant v0.1.13
22792026-04-30T19:10:36.070Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22802026-04-30T19:10:36.106Z Checking progenitor-client v0.10.0
22812026-04-30T19:10:36.200Z Checking backoff v0.4.0
22822026-04-30T19:10:36.340Z Checking backon v1.6.0
22832026-04-30T19:10:36.377Z Compiling test-strategy v0.4.5
22842026-04-30T19:10:36.380Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22852026-04-30T19:10:36.443Z Checking unicode-width v0.2.0
22862026-04-30T19:10:36.531Z Checking progenitor-extras v0.2.0
22872026-04-30T19:10:36.636Z Checking tokio-rustls v0.25.0
22882026-04-30T19:10:36.673Z Checking heck v0.5.0
22892026-04-30T19:10:36.676Z Compiling convert_case v0.4.0
22902026-04-30T19:10:36.740Z Checking half v2.7.1
22912026-04-30T19:10:36.777Z Checking ciborium-io v0.2.2
22922026-04-30T19:10:36.822Z Checking secrecy v0.10.3
22932026-04-30T19:10:36.898Z Compiling regress v0.11.1
22942026-04-30T19:10:36.902Z Checking indent_write v2.2.0
22952026-04-30T19:10:36.970Z Compiling unsafe-libyaml v0.2.11
22962026-04-30T19:10:37.023Z Checking ciborium-ll v0.2.2
22972026-04-30T19:10:37.075Z Checking parse-display v0.10.0
22982026-04-30T19:10:37.110Z Compiling derive_more v0.99.20
22992026-04-30T19:10:37.114Z Checking universal-hash v0.5.1
23002026-04-30T19:10:37.220Z Checking ciborium v0.2.2
23012026-04-30T19:10:37.255Z Checking opaque-debug v0.3.1
23022026-04-30T19:10:37.295Z Checking camino-tempfile v1.4.1
23032026-04-30T19:10:37.350Z Compiling crucible-workspace-hack v0.1.0
23042026-04-30T19:10:37.478Z Checking aead v0.5.2
23052026-04-30T19:10:37.554Z Compiling serde_yaml v0.9.34+deprecated
23062026-04-30T19:10:37.683Z Checking poly1305 v0.8.0
23072026-04-30T19:10:37.826Z Checking chacha20 v0.9.1
23082026-04-30T19:10:37.894Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-04-30T19:10:37.970Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23102026-04-30T19:10:38.050Z Compiling thiserror-impl-no-std v2.0.2
23112026-04-30T19:10:38.295Z Checking password-hash v0.5.0
23122026-04-30T19:10:38.332Z Checking blake2 v0.10.6
23132026-04-30T19:10:38.551Z Compiling typify-impl v0.6.2
23142026-04-30T19:10:38.594Z Checking argon2 v0.5.3
23152026-04-30T19:10:38.794Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23162026-04-30T19:10:38.968Z Checking chacha20poly1305 v0.10.1
23172026-04-30T19:10:39.020Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23182026-04-30T19:10:39.123Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23192026-04-30T19:10:39.286Z Checking thiserror-no-std v2.0.2
23202026-04-30T19:10:39.336Z Checking byte-wrapper v0.1.0
23212026-04-30T19:10:39.401Z Checking vsss-rs v3.3.4
23222026-04-30T19:10:39.442Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23232026-04-30T19:10:39.577Z Checking swrite v0.1.0
23242026-04-30T19:10:39.674Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23252026-04-30T19:10:39.709Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23262026-04-30T19:10:39.743Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-04-30T19:10:40.192Z Checking crossbeam-deque v0.8.6
23282026-04-30T19:10:40.400Z Compiling rayon-core v1.13.0
23292026-04-30T19:10:40.444Z Checking toml v0.8.23
23302026-04-30T19:10:40.483Z Compiling proc-macro-error v1.0.4
23312026-04-30T19:10:40.575Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23322026-04-30T19:10:40.794Z Compiling toml_edit v0.23.10+spec-1.0.0
23332026-04-30T19:10:40.830Z Checking unicode-width v0.1.14
23342026-04-30T19:10:41.013Z Checking rayon v1.11.0
23352026-04-30T19:10:41.109Z Checking glob v0.3.3
23362026-04-30T19:10:41.239Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23372026-04-30T19:10:41.299Z Checking tabwriter v1.4.1
23382026-04-30T19:10:41.334Z Compiling heapless v0.8.0
23392026-04-30T19:10:41.367Z Compiling proc-macro-crate v3.4.0
23402026-04-30T19:10:41.476Z Compiling ingot-macros v0.1.1
23412026-04-30T19:10:41.750Z Checking hash32 v0.3.1
23422026-04-30T19:10:41.845Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23432026-04-30T19:10:41.880Z Compiling smoltcp v0.11.0
23442026-04-30T19:10:41.947Z Checking cobs v0.3.0
23452026-04-30T19:10:42.119Z Compiling usdt-attr-macro v0.5.0
23462026-04-30T19:10:42.163Z Compiling usdt-macro v0.5.0
23472026-04-30T19:10:42.292Z Checking memmap v0.7.0
23482026-04-30T19:10:42.328Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23492026-04-30T19:10:42.458Z Checking colored v3.1.1
23502026-04-30T19:10:42.586Z Checking postcard v1.1.3
23512026-04-30T19:10:42.687Z Compiling num_enum_derive v0.7.5
23522026-04-30T19:10:42.922Z Compiling proc-macro-crate v1.3.1
23532026-04-30T19:10:42.926Z Checking usdt v0.5.0
23542026-04-30T19:10:42.926Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23552026-04-30T19:10:43.160Z Checking sigpipe v0.1.3
23562026-04-30T19:10:43.199Z Compiling typify-macro v0.6.2
23572026-04-30T19:10:43.233Z Compiling foreign-types-macros v0.2.3
23582026-04-30T19:10:43.273Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23592026-04-30T19:10:43.364Z Checking cpufeatures v0.3.0
23602026-04-30T19:10:43.414Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23612026-04-30T19:10:43.466Z Checking foreign-types-shared v0.3.1
23622026-04-30T19:10:43.575Z Checking chacha20 v0.10.0
23632026-04-30T19:10:43.609Z Compiling num_enum_derive v0.5.11
23642026-04-30T19:10:43.766Z Checking num_enum v0.7.5
23652026-04-30T19:10:43.851Z Checking foreign-types v0.5.0
23662026-04-30T19:10:43.854Z Checking cstr-argument v0.1.2
23672026-04-30T19:10:43.917Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-04-30T19:10:43.954Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23692026-04-30T19:10:43.957Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23702026-04-30T19:10:44.029Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23712026-04-30T19:10:44.232Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23722026-04-30T19:10:44.276Z Checking rand v0.10.0
23732026-04-30T19:10:44.311Z Checking ingot-types v0.1.2
23742026-04-30T19:10:44.362Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-04-30T19:10:44.419Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-04-30T19:10:44.423Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23772026-04-30T19:10:44.496Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23782026-04-30T19:10:44.601Z Compiling zone_cfg_derive v0.3.1
23792026-04-30T19:10:44.638Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23802026-04-30T19:10:44.671Z Checking num_enum v0.5.11
23812026-04-30T19:10:44.705Z Checking ingot v0.1.1
23822026-04-30T19:10:44.901Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23832026-04-30T19:10:44.936Z Checking itertools v0.12.1
23842026-04-30T19:10:44.939Z Compiling num-derive v0.4.2
23852026-04-30T19:10:45.000Z Compiling typify v0.6.2
23862026-04-30T19:10:45.139Z Compiling progenitor-impl v0.14.0
23872026-04-30T19:10:45.280Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-04-30T19:10:45.724Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23892026-04-30T19:10:45.760Z Checking smf v0.2.3
23902026-04-30T19:10:45.889Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23912026-04-30T19:10:45.924Z Checking whoami v1.6.1
23922026-04-30T19:10:46.013Z Checking zone v0.3.1
23932026-04-30T19:10:46.047Z Checking tokio-dtrace v0.1.1
23942026-04-30T19:10:46.122Z Compiling derive-where v1.6.0
23952026-04-30T19:10:46.157Z Checking console v0.15.11
23962026-04-30T19:10:46.191Z Checking atomicwrites v0.4.4
23972026-04-30T19:10:46.257Z Checking oxide-tokio-rt v0.1.4
23982026-04-30T19:10:46.349Z Checking newline-converter v0.3.0
23992026-04-30T19:10:46.386Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24002026-04-30T19:10:46.420Z Checking num-rational v0.4.2
24012026-04-30T19:10:46.454Z Checking num-complex v0.4.6
24022026-04-30T19:10:46.489Z Checking bytecount v0.6.9
24032026-04-30T19:10:46.492Z Checking expectorate v1.2.0
24042026-04-30T19:10:46.622Z Checking float-ord v0.3.2
24052026-04-30T19:10:46.675Z Compiling progenitor-impl v0.13.0
24062026-04-30T19:10:46.757Z Compiling owo-colors v4.3.0
24072026-04-30T19:10:46.813Z Checking num v0.4.3
24082026-04-30T19:10:47.178Z Checking progenitor-client v0.13.0
24092026-04-30T19:10:47.441Z Compiling cancel-safe-futures v0.1.5
24102026-04-30T19:10:47.551Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24112026-04-30T19:10:47.723Z Checking libsw-core v0.3.2
24122026-04-30T19:10:47.803Z Compiling progenitor-macro v0.14.0
24132026-04-30T19:10:47.838Z Compiling prettyplease v0.2.37
24142026-04-30T19:10:47.897Z Checking libsw v3.5.0
24152026-04-30T19:10:48.131Z Checking same-file v1.0.6
24162026-04-30T19:10:48.174Z Checking linear-map v1.2.0
24172026-04-30T19:10:48.280Z Checking walkdir v2.5.0
24182026-04-30T19:10:48.329Z Checking gethostname v0.5.0
24192026-04-30T19:10:48.372Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24202026-04-30T19:10:48.449Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24212026-04-30T19:10:48.484Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24222026-04-30T19:10:48.602Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24232026-04-30T19:10:48.839Z Compiling async-recursion v1.1.1
24242026-04-30T19:10:49.289Z Compiling progenitor-macro v0.13.0
24252026-04-30T19:10:49.522Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24262026-04-30T19:10:50.730Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24272026-04-30T19:10:51.844Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-04-30T19:10:52.715Z Checking progenitor v0.14.0
24292026-04-30T19:10:52.948Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24302026-04-30T19:10:53.632Z Checking smawk v0.3.2
24312026-04-30T19:10:53.792Z Checking unicode-linebreak v0.1.5
24322026-04-30T19:10:53.795Z Checking resolv-conf v0.7.6
24332026-04-30T19:10:54.053Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24342026-04-30T19:10:54.057Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24352026-04-30T19:10:54.128Z Checking papergrid v0.11.0
24362026-04-30T19:10:54.244Z Checking progenitor v0.13.0
24372026-04-30T19:10:54.299Z Compiling tabled_derive v0.7.0
24382026-04-30T19:10:54.334Z Checking globset v0.4.18
24392026-04-30T19:10:54.410Z Compiling convert_case v0.10.0
24402026-04-30T19:10:54.619Z Compiling slog-dtrace v0.3.0
24412026-04-30T19:10:54.789Z Compiling derive_more-impl v2.1.1
24422026-04-30T19:10:54.849Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24432026-04-30T19:10:54.921Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24442026-04-30T19:10:55.330Z Checking tabled v0.15.0
24452026-04-30T19:10:55.532Z Compiling pin-project-internal v1.1.11
24462026-04-30T19:10:55.569Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24472026-04-30T19:10:55.616Z Checking pem v3.0.6
24482026-04-30T19:10:55.668Z Checking derive_more v2.1.1
24492026-04-30T19:10:55.778Z Checking crossterm v0.29.0
24502026-04-30T19:10:55.813Z Checking fd-lock v4.0.4
24512026-04-30T19:10:55.817Z Checking vte v0.14.1
24522026-04-30T19:10:55.969Z Checking display-error-chain v0.2.2
24532026-04-30T19:10:56.033Z Checking strip-ansi-escapes v0.2.1
24542026-04-30T19:10:56.117Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24552026-04-30T19:10:56.120Z Compiling snafu-derive v0.8.9
24562026-04-30T19:10:56.184Z Checking linked-hash-map v0.5.6
24572026-04-30T19:10:56.284Z Checking termtree v0.5.1
24582026-04-30T19:10:56.363Z Checking nu-ansi-term v0.50.3
24592026-04-30T19:10:56.398Z Checking lru-cache v0.1.2
24602026-04-30T19:10:56.452Z Checking textwrap v0.16.2
24612026-04-30T19:10:56.534Z Checking olpc-cjson v0.1.4
24622026-04-30T19:10:56.569Z Checking hickory-proto v0.24.4
24632026-04-30T19:10:56.603Z Checking reedline v0.40.0
24642026-04-30T19:10:56.695Z Checking pin-project v1.1.11
24652026-04-30T19:10:56.730Z Checking serde_plain v1.0.2
24662026-04-30T19:10:56.734Z Checking typed-path v0.9.3
24672026-04-30T19:10:56.823Z Compiling minimal-lexical v0.2.1
24682026-04-30T19:10:56.909Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24692026-04-30T19:10:57.113Z Compiling nom v7.1.3
24702026-04-30T19:10:57.473Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24712026-04-30T19:10:57.551Z Compiling ar_archive_writer v0.5.1
24722026-04-30T19:10:57.788Z Checking humantime v2.3.0
24732026-04-30T19:10:57.824Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24742026-04-30T19:10:58.004Z Checking csv-core v0.1.13
24752026-04-30T19:10:58.063Z Checking snafu v0.8.9
24762026-04-30T19:10:58.098Z Compiling stacker v0.1.23
24772026-04-30T19:10:58.209Z Checking csv v1.4.0
24782026-04-30T19:10:58.300Z Checking highway v1.3.0
24792026-04-30T19:10:58.340Z Checking tough v0.20.0
24802026-04-30T19:10:58.372Z Checking hickory-resolver v0.24.4
24812026-04-30T19:10:58.407Z Compiling semver v0.1.20
24822026-04-30T19:10:58.440Z Compiling psm v0.1.30
24832026-04-30T19:10:58.473Z Compiling cfg_aliases v0.1.1
24842026-04-30T19:10:58.589Z Compiling nix v0.28.0
24852026-04-30T19:10:58.623Z Compiling rustc_version v0.1.7
24862026-04-30T19:10:58.657Z Checking nibble_vec v0.1.0
24872026-04-30T19:10:58.718Z Checking endian-type v0.1.2
24882026-04-30T19:10:58.813Z Checking home v0.5.12
24892026-04-30T19:10:58.878Z Compiling newtype_derive v0.1.6
24902026-04-30T19:10:58.881Z Checking radix_trie v0.2.1
24912026-04-30T19:10:59.010Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24922026-04-30T19:10:59.061Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24932026-04-30T19:10:59.096Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24942026-04-30T19:10:59.162Z Checking phf_shared v0.12.1
24952026-04-30T19:10:59.166Z Checking qorb v0.4.1
24962026-04-30T19:10:59.330Z Compiling recursive-proc-macro-impl v0.1.1
24972026-04-30T19:10:59.381Z Compiling chrono-tz v0.10.4
24982026-04-30T19:10:59.450Z Checking phf v0.12.1
24992026-04-30T19:10:59.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25002026-04-30T19:10:59.726Z Compiling const_format_proc_macros v0.2.34
25012026-04-30T19:10:59.770Z Checking recursive v0.1.1
25022026-04-30T19:10:59.906Z Compiling peg-macros v0.8.5
25032026-04-30T19:10:59.964Z Checking winnow v0.6.26
25042026-04-30T19:11:00.409Z Compiling sqlparser_derive v0.5.0
25052026-04-30T19:11:00.591Z Checking unicode_categories v0.1.1
25062026-04-30T19:11:00.673Z Checking rustyline v14.0.0
25072026-04-30T19:11:00.783Z Checking const_format v0.2.35
25082026-04-30T19:11:01.158Z Checking sqlformat v0.3.5
25092026-04-30T19:11:01.206Z Checking sqlparser v0.61.0
25102026-04-30T19:11:01.336Z Checking peg v0.8.5
25112026-04-30T19:11:01.409Z Checking bcs v0.1.6
25122026-04-30T19:11:01.444Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25132026-04-30T19:11:01.629Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25142026-04-30T19:11:01.666Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25152026-04-30T19:11:01.700Z Checking steno v0.4.1
25162026-04-30T19:11:01.806Z Checking filetime v0.2.27
25172026-04-30T19:11:01.950Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25182026-04-30T19:11:01.984Z Checking xattr v1.6.1
25192026-04-30T19:11:02.036Z Checking subprocess v0.2.15
25202026-04-30T19:11:02.145Z Checking tar v0.4.45
25212026-04-30T19:11:02.604Z Checking base64 v0.21.7
25222026-04-30T19:11:02.607Z Checking headers-core v0.3.0
25232026-04-30T19:11:02.738Z Checking yasna v0.5.2
25242026-04-30T19:11:02.773Z Checking headers v0.4.1
25252026-04-30T19:11:02.875Z Checking dropshot-api-manager-types v0.7.1
25262026-04-30T19:11:03.079Z Checking tagptr v0.2.0
25272026-04-30T19:11:03.150Z Checking rcgen v0.12.1
25282026-04-30T19:11:03.262Z Checking moka v0.12.13
25292026-04-30T19:11:03.296Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25302026-04-30T19:11:03.374Z Checking utf-8 v0.7.6
25312026-04-30T19:11:03.495Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25322026-04-30T19:11:03.529Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25332026-04-30T19:11:03.562Z Compiling libefi-sys v0.1.0
25342026-04-30T19:11:03.668Z Compiling bitfield-struct v0.6.2
25352026-04-30T19:11:03.927Z Checking hickory-resolver v0.25.2
25362026-04-30T19:11:04.011Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25372026-04-30T19:11:04.044Z Compiling radium v0.7.0
25382026-04-30T19:11:04.116Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25392026-04-30T19:11:04.151Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25402026-04-30T19:11:04.296Z Checking tungstenite v0.21.0
25412026-04-30T19:11:04.365Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422026-04-30T19:11:04.408Z Compiling maybe-uninit v2.0.0
25432026-04-30T19:11:04.640Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-04-30T19:11:04.690Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25452026-04-30T19:11:04.724Z Checking tap v1.0.1
25462026-04-30T19:11:04.757Z Checking tokio-tungstenite v0.21.0
25472026-04-30T19:11:04.885Z Checking wyz v0.5.1
25482026-04-30T19:11:05.081Z Compiling zerocopy-derive v0.6.6
25492026-04-30T19:11:05.114Z Compiling packed_struct v0.10.1
25502026-04-30T19:11:05.203Z Checking crc-catalog v2.4.0
25512026-04-30T19:11:05.207Z Checking funty v2.0.0
25522026-04-30T19:11:05.329Z Checking crc v3.4.0
25532026-04-30T19:11:05.532Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25542026-04-30T19:11:05.566Z Compiling packed_struct_codegen v0.10.1
25552026-04-30T19:11:05.597Z Checking bitvec v1.0.1
25562026-04-30T19:11:05.670Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25572026-04-30T19:11:05.706Z Compiling bitfield-macros v0.19.4
25582026-04-30T19:11:05.962Z Checking zerocopy v0.6.6
25592026-04-30T19:11:06.297Z Compiling indexmap v1.9.3
25602026-04-30T19:11:06.449Z Checking nodrop v0.1.14
25612026-04-30T19:11:06.559Z Checking bitfield v0.19.4
25622026-04-30T19:11:06.592Z Checking array-init v0.0.4
25632026-04-30T19:11:06.625Z Checking smallvec v0.6.14
25642026-04-30T19:11:06.674Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25652026-04-30T19:11:06.843Z Checking hashbrown v0.12.3
25662026-04-30T19:11:06.873Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-04-30T19:11:06.918Z Checking serde-hex v0.1.0
25682026-04-30T19:11:07.056Z Checking ron v0.8.1
25692026-04-30T19:11:07.092Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702026-04-30T19:11:07.359Z Checking hashbrown v0.13.2
25712026-04-30T19:11:07.606Z Checking crc-any v2.5.0
25722026-04-30T19:11:07.639Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25732026-04-30T19:11:07.807Z Checking path-slash v0.1.5
25742026-04-30T19:11:07.841Z Compiling xshell-macros v0.2.7
25752026-04-30T19:11:07.844Z Checking object v0.30.4
25762026-04-30T19:11:07.940Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-04-30T19:11:08.034Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25782026-04-30T19:11:08.234Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792026-04-30T19:11:08.268Z Checking xshell v0.2.7
25802026-04-30T19:11:08.334Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-04-30T19:11:08.429Z Checking half v1.8.3
25822026-04-30T19:11:08.480Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-04-30T19:11:08.651Z Checking serde_cbor v0.11.2
25842026-04-30T19:11:08.997Z Compiling num-derive v0.3.3
25852026-04-30T19:11:09.061Z Compiling proc-macro-error-attr2 v2.0.0
25862026-04-30T19:11:09.281Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25872026-04-30T19:11:09.489Z Compiling proc-macro-error2 v2.0.1
25882026-04-30T19:11:09.529Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-04-30T19:11:09.858Z Compiling tabled_derive v0.11.0
25902026-04-30T19:11:09.948Z Checking papergrid v0.17.0
25912026-04-30T19:11:09.982Z Checking libscf-sys v1.1.0
25922026-04-30T19:11:10.022Z Checking testing_table v0.3.0
25932026-04-30T19:11:10.139Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-04-30T19:11:10.171Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25952026-04-30T19:11:10.383Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25962026-04-30T19:11:10.707Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-04-30T19:11:10.774Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25982026-04-30T19:11:10.809Z Checking maplit v1.0.2
25992026-04-30T19:11:10.921Z Checking crc8 v0.1.1
26002026-04-30T19:11:11.048Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26012026-04-30T19:11:11.082Z Checking tabled v0.20.0
26022026-04-30T19:11:11.115Z Checking fxhash v0.2.1
26032026-04-30T19:11:11.180Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26042026-04-30T19:11:11.299Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26052026-04-30T19:11:11.517Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-04-30T19:11:11.818Z Checking unicase v2.9.0
26072026-04-30T19:11:11.918Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26082026-04-30T19:11:12.005Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26092026-04-30T19:11:12.172Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26102026-04-30T19:11:12.346Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26112026-04-30T19:11:12.379Z Compiling typify-impl v0.4.3
26122026-04-30T19:11:12.537Z Checking kstat-rs v0.2.4
26132026-04-30T19:11:12.540Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26142026-04-30T19:11:12.625Z Compiling diesel_derives v2.3.7
26152026-04-30T19:11:12.760Z Compiling dsl_auto_type v0.2.0
26162026-04-30T19:11:12.880Z Checking scheduled-thread-pool v0.2.7
26172026-04-30T19:11:13.058Z Compiling vergen-gitcl v1.0.8
26182026-04-30T19:11:13.212Z Checking arc-swap v1.8.2
26192026-04-30T19:11:13.280Z Compiling diesel_table_macro_syntax v0.3.0
26202026-04-30T19:11:13.365Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26212026-04-30T19:11:13.421Z Compiling parking_lot_core v0.8.6
26222026-04-30T19:11:13.471Z Checking slog-scope v4.4.1
26232026-04-30T19:11:13.686Z Checking r2d2 v0.8.10
26242026-04-30T19:11:13.764Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26252026-04-30T19:11:13.896Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-04-30T19:11:14.279Z Compiling git-stub v1.0.0
26272026-04-30T19:11:14.532Z Checking downcast-rs v2.0.2
26282026-04-30T19:11:14.657Z Compiling git-stub-vcs v0.1.0
26292026-04-30T19:11:14.818Z Checking slog-stdlog v4.1.1
26302026-04-30T19:11:14.853Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26312026-04-30T19:11:14.949Z Checking parking_lot v0.11.2
26322026-04-30T19:11:14.981Z Checking slog-envlogger v2.2.0
26332026-04-30T19:11:15.067Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26342026-04-30T19:11:15.162Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26352026-04-30T19:11:15.196Z Checking prefix-trie v0.7.0
26362026-04-30T19:11:15.199Z Checking sled v0.34.7
26372026-04-30T19:11:15.459Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26382026-04-30T19:11:15.572Z Checking hickory-server v0.25.2
26392026-04-30T19:11:15.614Z Checking nanorand v0.7.0
26402026-04-30T19:11:15.648Z Compiling dirs-sys-next v0.1.2
26412026-04-30T19:11:15.845Z Compiling crunchy v0.2.4
26422026-04-30T19:11:15.959Z Compiling salty v0.3.0
26432026-04-30T19:11:16.178Z Checking flume v0.11.1
26442026-04-30T19:11:16.254Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26452026-04-30T19:11:16.300Z Compiling dirs-next v2.0.0
26462026-04-30T19:11:16.449Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26472026-04-30T19:11:16.452Z Compiling clang-sys v1.8.1
26482026-04-30T19:11:16.516Z Checking primeorder v0.13.6
26492026-04-30T19:11:16.601Z Compiling tiny-keccak v2.0.2
26502026-04-30T19:11:16.785Z Compiling term v0.7.0
26512026-04-30T19:11:16.885Z Compiling typify-macro v0.4.3
26522026-04-30T19:11:17.116Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26532026-04-30T19:11:17.149Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26542026-04-30T19:11:17.237Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26552026-04-30T19:11:17.365Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26562026-04-30T19:11:17.538Z Compiling bit-vec v0.6.3
26572026-04-30T19:11:17.788Z Compiling bit-set v0.5.3
26582026-04-30T19:11:17.821Z Compiling ascii-canvas v3.0.0
26592026-04-30T19:11:17.976Z Compiling itertools v0.10.5
26602026-04-30T19:11:18.037Z Compiling ena v0.14.4
26612026-04-30T19:11:18.071Z Compiling libloading v0.8.9
26622026-04-30T19:11:18.103Z Compiling fs-err v2.11.0
26632026-04-30T19:11:18.275Z Compiling bindgen v0.71.1
26642026-04-30T19:11:18.307Z Compiling regex-syntax v0.6.29
26652026-04-30T19:11:18.338Z Compiling diff v0.1.13
26662026-04-30T19:11:18.634Z Compiling typify v0.4.3
26672026-04-30T19:11:18.774Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26682026-04-30T19:11:18.809Z Checking p384 v0.13.1
26692026-04-30T19:11:18.812Z Checking diesel v2.3.7
26702026-04-30T19:11:18.874Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26712026-04-30T19:11:19.062Z Compiling cexpr v0.6.0
26722026-04-30T19:11:19.103Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-04-30T19:11:19.457Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26742026-04-30T19:11:19.491Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-04-30T19:11:19.714Z Compiling lalrpop v0.19.12
26762026-04-30T19:11:19.756Z Compiling libxml v0.3.3
26772026-04-30T19:11:19.839Z Checking parse-size v1.1.0
26782026-04-30T19:11:19.994Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26792026-04-30T19:11:20.486Z Compiling progenitor-impl v0.11.2
26802026-04-30T19:11:20.902Z Compiling strum_macros v0.24.3
26812026-04-30T19:11:21.388Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26822026-04-30T19:11:22.010Z Compiling indoc v1.0.9
26832026-04-30T19:11:22.268Z Checking assert_matches v1.5.0
26842026-04-30T19:11:22.468Z Compiling progenitor-impl v0.10.0
26852026-04-30T19:11:22.978Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26862026-04-30T19:11:23.124Z Compiling progenitor-macro v0.11.2
26872026-04-30T19:11:23.319Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-04-30T19:11:23.541Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26892026-04-30T19:11:23.981Z Checking predicates-tree v1.0.13
26902026-04-30T19:11:24.108Z Checking progenitor-client v0.11.2
26912026-04-30T19:11:24.141Z Checking derive_builder v0.20.2
26922026-04-30T19:11:24.283Z Checking quick-xml v0.37.5
26932026-04-30T19:11:24.380Z Compiling oso-derive v0.27.3
26942026-04-30T19:11:24.914Z Compiling impl-trait-for-tuples v0.2.3
26952026-04-30T19:11:25.107Z Compiling trait-variant v0.1.2
26962026-04-30T19:11:25.229Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26972026-04-30T19:11:25.295Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26982026-04-30T19:11:25.464Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26992026-04-30T19:11:25.681Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27002026-04-30T19:11:26.506Z Checking openssl-probe v0.1.6
27012026-04-30T19:11:26.656Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27022026-04-30T19:11:27.240Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27032026-04-30T19:11:27.343Z Compiling progenitor-macro v0.10.0
27042026-04-30T19:11:27.469Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27052026-04-30T19:11:27.679Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-04-30T19:11:28.026Z Checking progenitor v0.11.2
27072026-04-30T19:11:28.209Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-04-30T19:11:28.504Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27092026-04-30T19:11:29.633Z Compiling mime_guess v2.0.5
27102026-04-30T19:11:30.260Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-04-30T19:11:31.098Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-04-30T19:11:31.232Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27132026-04-30T19:11:31.515Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-04-30T19:11:31.565Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-04-30T19:11:31.744Z Checking corncobs v0.1.4
27162026-04-30T19:11:31.747Z Checking http-range v0.1.5
27172026-04-30T19:11:31.858Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-04-30T19:11:31.908Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-04-30T19:11:31.943Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-04-30T19:11:32.271Z Checking progenitor v0.10.0
27212026-04-30T19:11:32.353Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-04-30T19:11:32.441Z Checking ignore v0.4.25
27232026-04-30T19:11:32.744Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27242026-04-30T19:11:32.873Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-04-30T19:11:33.374Z Checking atty v0.2.14
27262026-04-30T19:11:33.443Z Checking secrecy v0.8.0
27272026-04-30T19:11:33.505Z Checking globwalk v0.9.1
27282026-04-30T19:11:33.722Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27292026-04-30T19:11:34.227Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-04-30T19:11:34.302Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27312026-04-30T19:11:34.380Z Checking bb8 v0.8.6
27322026-04-30T19:11:34.574Z Checking hyper-staticfile v0.10.1
27332026-04-30T19:11:34.690Z Checking async-bb8-diesel v0.2.1
27342026-04-30T19:11:34.743Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-04-30T19:11:34.746Z Checking camino-tempfile-ext v0.3.3
27362026-04-30T19:11:34.922Z Checking diesel-dtrace v0.5.0
27372026-04-30T19:11:35.074Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27382026-04-30T19:11:35.108Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27392026-04-30T19:11:35.170Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27402026-04-30T19:11:35.204Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-04-30T19:11:35.464Z Checking signal-hook-tokio v0.3.1
27422026-04-30T19:11:35.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27432026-04-30T19:11:35.607Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27442026-04-30T19:11:35.707Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-04-30T19:11:36.016Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-04-30T19:11:36.310Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27472026-04-30T19:11:36.509Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27482026-04-30T19:11:36.735Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27492026-04-30T19:11:36.853Z Checking nonempty v0.12.0
27502026-04-30T19:11:37.044Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27512026-04-30T19:11:37.079Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27522026-04-30T19:11:37.082Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27532026-04-30T19:11:37.484Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27542026-04-30T19:11:37.518Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27552026-04-30T19:11:37.894Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-04-30T19:11:37.928Z Checking tungstenite v0.23.0
27572026-04-30T19:11:38.184Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-04-30T19:11:38.385Z Checking tokio-tungstenite v0.23.1
27592026-04-30T19:11:38.692Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27602026-04-30T19:11:38.996Z Checking rand_seeder v0.4.0
27612026-04-30T19:11:39.067Z Checking void v1.0.2
27622026-04-30T19:11:39.181Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-04-30T19:11:39.214Z Checking lzss v0.8.2
27642026-04-30T19:11:39.409Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27652026-04-30T19:11:39.443Z Checking nix v0.27.1
27662026-04-30T19:11:39.476Z Checking serde_bytes v0.11.19
27672026-04-30T19:11:39.592Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27682026-04-30T19:11:39.626Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27692026-04-30T19:11:39.683Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-04-30T19:11:39.797Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27712026-04-30T19:11:40.014Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
27722026-04-30T19:11:40.357Z Checking is_ci v1.2.0
27732026-04-30T19:11:40.491Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27742026-04-30T19:11:40.525Z Checking yansi v1.0.1
27752026-04-30T19:11:40.723Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27762026-04-30T19:11:40.829Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27772026-04-30T19:11:40.970Z Checking pretty_assertions v1.4.1
27782026-04-30T19:11:41.099Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27792026-04-30T19:11:41.140Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27802026-04-30T19:11:41.387Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27812026-04-30T19:11:41.422Z Compiling darling_core v0.23.0
27822026-04-30T19:11:41.992Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27832026-04-30T19:11:42.696Z Compiling indoc v2.0.7
27842026-04-30T19:11:42.733Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27852026-04-30T19:11:42.966Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-04-30T19:11:43.185Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27872026-04-30T19:11:43.421Z Compiling instability v0.3.11
27882026-04-30T19:11:43.612Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27892026-04-30T19:11:43.728Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27902026-04-30T19:11:43.776Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27912026-04-30T19:11:43.852Z Compiling libz-sys v1.1.24
27922026-04-30T19:11:44.007Z Compiling darling_macro v0.23.0
27932026-04-30T19:11:44.260Z Checking castaway v0.2.4
27942026-04-30T19:11:44.405Z Checking compact_str v0.8.1
27952026-04-30T19:11:44.531Z Compiling darling v0.23.0
27962026-04-30T19:11:44.812Z Checking supports-color v3.0.2
27972026-04-30T19:11:44.980Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27982026-04-30T19:11:45.215Z Checking unicode-truncate v1.1.0
27992026-04-30T19:11:45.334Z Checking console v0.16.2
28002026-04-30T19:11:45.401Z Checking lru v0.12.5
28012026-04-30T19:11:45.466Z Checking cassowary v0.3.0
28022026-04-30T19:11:45.596Z Checking unit-prefix v0.5.2
28032026-04-30T19:11:45.675Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28042026-04-30T19:11:45.708Z Checking ratatui v0.29.0
28052026-04-30T19:11:45.711Z Compiling libgit2-sys v0.18.3+1.9.2
28062026-04-30T19:11:45.774Z Checking indicatif v0.18.4
28072026-04-30T19:11:45.921Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-04-30T19:11:46.370Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28092026-04-30T19:11:47.041Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-04-30T19:11:47.272Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-04-30T19:11:47.588Z Compiling vergen-git2 v1.0.7
28122026-04-30T19:11:47.622Z Checking plotters-backend v0.3.7
28132026-04-30T19:11:47.655Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-04-30T19:11:47.856Z Checking plotters-svg v0.3.7
28152026-04-30T19:11:47.889Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-04-30T19:11:47.892Z Checking colored v2.2.0
28172026-04-30T19:11:48.030Z Checking cast v0.3.0
28182026-04-30T19:11:48.117Z Compiling rustls v0.21.12
28192026-04-30T19:11:48.153Z Checking shell-words v1.1.1
28202026-04-30T19:11:48.214Z Checking criterion-plot v0.6.0
28212026-04-30T19:11:48.385Z Checking plotters v0.3.7
28222026-04-30T19:11:48.464Z Checking typeid v1.0.3
28232026-04-30T19:11:48.497Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-30T19:11:48.601Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-04-30T19:11:48.829Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-04-30T19:11:49.058Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28272026-04-30T19:11:49.156Z Checking rustls-webpki v0.101.7
28282026-04-30T19:11:49.458Z Checking sct v0.7.1
28292026-04-30T19:11:49.520Z Checking tinytemplate v1.2.1
28302026-04-30T19:11:49.554Z Compiling nix v0.29.0
28312026-04-30T19:11:49.625Z Compiling dropshot v0.16.7
28322026-04-30T19:11:49.770Z Checking oorandom v11.1.5
28332026-04-30T19:11:49.879Z Checking hex-literal v0.4.1
28342026-04-30T19:11:49.923Z Checking anes v0.1.6
28352026-04-30T19:11:50.089Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28362026-04-30T19:11:50.134Z Checking criterion v0.7.0
28372026-04-30T19:11:51.446Z Checking erased-serde v0.4.9
28382026-04-30T19:11:51.490Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28392026-04-30T19:11:51.839Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28402026-04-30T19:11:52.654Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28412026-04-30T19:11:53.467Z Checking toml v0.9.12+spec-1.1.0
28422026-04-30T19:11:54.092Z Checking ordered-float v2.10.1
28432026-04-30T19:11:54.357Z Compiling dropshot_endpoint v0.16.7
28442026-04-30T19:11:54.503Z Checking serde-value v0.7.0
28452026-04-30T19:11:54.749Z Checking serde-untagged v0.1.9
28462026-04-30T19:11:55.003Z Checking tokio-rustls v0.24.1
28472026-04-30T19:11:55.511Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-04-30T19:11:56.347Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-04-30T19:11:56.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-04-30T19:11:56.532Z Checking rustls-pemfile v1.0.4
28512026-04-30T19:11:56.606Z Checking twox-hash v2.1.2
28522026-04-30T19:11:56.704Z Checking unicode-xid v0.2.6
28532026-04-30T19:11:56.851Z Checking cargo-util-schemas v0.8.2
28542026-04-30T19:11:56.992Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28552026-04-30T19:11:57.752Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28562026-04-30T19:11:57.879Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28572026-04-30T19:11:58.100Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-04-30T19:11:58.269Z Checking fatfs v0.3.6
28592026-04-30T19:11:58.308Z Checking cargo-platform v0.2.0
28602026-04-30T19:11:58.522Z Compiling petname v2.0.2
28612026-04-30T19:11:58.614Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28622026-04-30T19:11:58.747Z Compiling seq-macro v0.3.6
28632026-04-30T19:11:59.189Z Checking cargo_metadata v0.21.0
28642026-04-30T19:11:59.272Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28652026-04-30T19:11:59.940Z Checking concurrent-queue v2.5.0
28662026-04-30T19:11:59.990Z Checking rtoolbox v0.0.3
28672026-04-30T19:12:00.155Z Checking parking v2.2.1
28682026-04-30T19:12:00.158Z Checking rpassword v7.4.0
28692026-04-30T19:12:00.346Z Checking event-listener v5.4.1
28702026-04-30T19:12:00.603Z Checking tui-tree-widget v0.23.1
28712026-04-30T19:12:00.710Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28722026-04-30T19:12:00.819Z Checking polyval v0.6.2
28732026-04-30T19:12:00.900Z Checking sapling-renderdag v0.1.0
28742026-04-30T19:12:01.019Z Checking sync-ptr v0.1.4
28752026-04-30T19:12:01.167Z Checking ghash v0.5.1
28762026-04-30T19:12:01.170Z Checking event-listener-strategy v0.5.4
28772026-04-30T19:12:01.320Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28782026-04-30T19:12:01.367Z Checking ctr v0.9.2
28792026-04-30T19:12:01.544Z Checking arrayvec v0.7.6
28802026-04-30T19:12:01.578Z Checking futures-timer v3.0.3
28812026-04-30T19:12:01.609Z Compiling samael v0.0.19
28822026-04-30T19:12:01.765Z Checking arrayref v0.3.9
28832026-04-30T19:12:01.798Z Checking constant_time_eq v0.4.2
28842026-04-30T19:12:01.869Z Checking aes-gcm v0.10.3
28852026-04-30T19:12:01.995Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28862026-04-30T19:12:02.036Z Checking async-lock v3.4.2
28872026-04-30T19:12:02.070Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28882026-04-30T19:12:02.457Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28892026-04-30T19:12:03.067Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-04-30T19:12:03.150Z Checking ssh-encoding v0.2.0
28912026-04-30T19:12:03.369Z Checking blowfish v0.9.1
28922026-04-30T19:12:03.551Z Checking bcrypt-pbkdf v0.10.0
28932026-04-30T19:12:03.749Z Checking ssh-cipher v0.2.0
28942026-04-30T19:12:03.958Z Checking async-object-pool v0.2.0
28952026-04-30T19:12:04.107Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28962026-04-30T19:12:04.291Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28972026-04-30T19:12:04.435Z Checking serde_regex v1.1.0
28982026-04-30T19:12:04.627Z Checking password-hash v0.4.2
28992026-04-30T19:12:04.684Z Checking assert-json-diff v2.0.2
29002026-04-30T19:12:04.899Z Checking path-tree v0.8.3
29012026-04-30T19:12:04.933Z Checking stringmetrics v2.2.2
29022026-04-30T19:12:04.979Z Compiling target-lexicon v0.13.3
29032026-04-30T19:12:05.118Z Checking gimli v0.32.3
29042026-04-30T19:12:05.121Z Checking httpmock v0.8.3
29052026-04-30T19:12:05.567Z Checking pbkdf2 v0.11.0
29062026-04-30T19:12:05.773Z Checking ssh-key v0.6.7
29072026-04-30T19:12:06.502Z Checking p521 v0.13.3
29082026-04-30T19:12:06.672Z Checking addr2line v0.25.1
29092026-04-30T19:12:06.973Z Checking p256 v0.13.2
29102026-04-30T19:12:07.134Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29112026-04-30T19:12:07.261Z Checking russh-cryptovec v0.7.3
29122026-04-30T19:12:07.354Z Checking rustc-demangle v0.1.27
29132026-04-30T19:12:07.389Z Checking md5 v0.7.0
29142026-04-30T19:12:07.429Z Compiling guppy-workspace-hack v0.1.0
29152026-04-30T19:12:07.593Z Checking russh-keys v0.45.0
29162026-04-30T19:12:07.626Z Checking backtrace v0.3.76
29172026-04-30T19:12:07.958Z Checking num-bigint v0.4.6
29182026-04-30T19:12:07.961Z Checking des v0.8.1
29192026-04-30T19:12:08.217Z Compiling blake3 v1.8.3
29202026-04-30T19:12:08.278Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29212026-04-30T19:12:08.340Z Compiling target-spec v3.5.7
29222026-04-30T19:12:08.722Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29232026-04-30T19:12:08.821Z Checking backtrace-ext v0.2.1
29242026-04-30T19:12:08.936Z Checking russh v0.45.0
29252026-04-30T19:12:08.969Z Checking cfg-expr v0.20.6
29262026-04-30T19:12:09.192Z Checking supports-color v2.1.0
29272026-04-30T19:12:09.361Z Checking textwrap v0.15.2
29282026-04-30T19:12:09.394Z Checking supports-unicode v2.1.0
29292026-04-30T19:12:09.396Z Checking supports-hyperlinks v2.1.0
29302026-04-30T19:12:09.542Z Checking hashbrown v0.14.5
29312026-04-30T19:12:09.574Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29322026-04-30T19:12:09.607Z Checking cargo-platform v0.3.2
29332026-04-30T19:12:09.809Z Checking terminal_size v0.1.17
29342026-04-30T19:12:09.842Z Checking socket2 v0.5.10
29352026-04-30T19:12:09.953Z Compiling miette-derive v5.10.0
29362026-04-30T19:12:10.071Z Checking owo-colors v3.5.0
29372026-04-30T19:12:10.125Z Checking internet-checksum v0.2.1
29382026-04-30T19:12:10.282Z Checking chumsky v0.9.3
29392026-04-30T19:12:10.641Z Checking cargo_metadata v0.23.1
29402026-04-30T19:12:11.114Z Checking miette v5.10.0
29412026-04-30T19:12:11.401Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29422026-04-30T19:12:11.465Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29432026-04-30T19:12:11.611Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29442026-04-30T19:12:11.645Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29452026-04-30T19:12:11.858Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29462026-04-30T19:12:11.952Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29472026-04-30T19:12:12.140Z Compiling knuffel-derive v3.2.0
29482026-04-30T19:12:12.204Z Compiling git2 v0.20.4
29492026-04-30T19:12:12.270Z Checking httptest v0.16.4
29502026-04-30T19:12:12.306Z Checking pathdiff v0.2.3
29512026-04-30T19:12:12.443Z Checking topological-sort v0.2.2
29522026-04-30T19:12:12.618Z Checking nested v0.1.1
29532026-04-30T19:12:12.666Z Checking omicron-zone-package v0.12.2
29542026-04-30T19:12:12.790Z Checking guppy v0.17.25
29552026-04-30T19:12:12.833Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29562026-04-30T19:12:13.086Z Checking similar-asserts v1.7.0
29572026-04-30T19:12:13.279Z Compiling target-triple v1.0.0
29582026-04-30T19:12:13.572Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29592026-04-30T19:12:13.651Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29602026-04-30T19:12:13.684Z Checking knuffel v3.2.0
29612026-04-30T19:12:13.739Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
29622026-04-30T19:12:13.772Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29632026-04-30T19:12:14.001Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29642026-04-30T19:12:14.332Z Checking hickory-client v0.25.2
29652026-04-30T19:12:14.672Z Checking tokio-test v0.4.5
29662026-04-30T19:12:14.943Z Compiling assert_cmd v2.1.2
29672026-04-30T19:12:15.231Z Checking escape8259 v0.5.3
29682026-04-30T19:12:15.433Z Checking libtest-mimic v0.8.1
29692026-04-30T19:12:15.514Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29702026-04-30T19:12:15.549Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29712026-04-30T19:12:15.604Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29722026-04-30T19:12:15.654Z Checking blake2b_simd v1.0.4
29732026-04-30T19:12:15.703Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29742026-04-30T19:12:16.086Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29752026-04-30T19:12:16.143Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29762026-04-30T19:12:16.259Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29772026-04-30T19:12:16.490Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29782026-04-30T19:12:16.535Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29792026-04-30T19:12:16.723Z Checking fancy-regex v0.14.0
29802026-04-30T19:12:16.848Z Checking serde_tokenstream v0.2.3
29812026-04-30T19:12:16.965Z Checking approx v0.5.1
29822026-04-30T19:12:17.049Z Compiling polar-core v0.27.3
29832026-04-30T19:12:17.095Z Compiling rstest_macros v0.25.0
29842026-04-30T19:12:17.126Z Checking uzers v0.12.2
29852026-04-30T19:12:17.160Z Checking constant_time_eq v0.3.1
29862026-04-30T19:12:17.295Z Compiling linkme-impl v0.3.35
29872026-04-30T19:12:17.378Z Checking termcolor v1.4.1
29882026-04-30T19:12:17.523Z Checking rust-argon2 v2.1.0
29892026-04-30T19:12:17.642Z Checking trybuild v1.0.116
29902026-04-30T19:12:17.690Z Checking datatest-stable v0.3.3
29912026-04-30T19:12:18.033Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29922026-04-30T19:12:18.273Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29932026-04-30T19:12:18.410Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29942026-04-30T19:12:18.464Z Checking support-bundle-viewer v0.1.2
29952026-04-30T19:12:18.740Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29962026-04-30T19:12:18.989Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29972026-04-30T19:12:19.066Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29982026-04-30T19:12:19.218Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29992026-04-30T19:12:19.296Z Checking drift v0.1.3
30002026-04-30T19:12:19.450Z Checking rand_distr v0.5.1
30012026-04-30T19:12:19.622Z Checking multimap v0.10.1
30022026-04-30T19:12:19.897Z Compiling linkme v0.3.35
30032026-04-30T19:12:20.011Z Compiling relative-path v1.9.3
30042026-04-30T19:12:20.257Z Checking dropshot-api-manager v0.7.1
30052026-04-30T19:12:21.773Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30062026-04-30T19:12:22.183Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30072026-04-30T19:12:22.220Z Checking oso v0.27.3
30082026-04-30T19:12:22.354Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30092026-04-30T19:12:22.433Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30102026-04-30T19:12:22.625Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30112026-04-30T19:12:22.672Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30122026-04-30T19:12:22.969Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30132026-04-30T19:12:23.003Z Checking partial-io v0.5.4
30142026-04-30T19:12:23.142Z Checking cargo_toml v0.21.0
30152026-04-30T19:12:23.218Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30162026-04-30T19:12:23.258Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30172026-04-30T19:12:23.551Z Checking termios v0.3.3
30182026-04-30T19:12:23.720Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30192026-04-30T19:12:24.026Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30202026-04-30T19:12:24.126Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-04-30T19:12:24.158Z Checking rstest v0.25.0
30222026-04-30T19:12:25.124Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30232026-04-30T19:12:28.352Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30242026-04-30T19:12:32.109Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30252026-04-30T19:12:33.355Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30262026-04-30T19:12:35.836Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30272026-04-30T19:12:39.681Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30282026-04-30T19:12:44.734Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30292026-04-30T19:12:48.208Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30302026-04-30T19:12:49.039Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30312026-04-30T19:12:49.497Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30322026-04-30T19:12:49.983Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30332026-04-30T19:12:59.886Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30342026-04-30T19:14:15.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 04s
30352026-04-30T19:14:16.350Z
30362026-04-30T19:14:16.350Zreal 4:07.605071814
30372026-04-30T19:14:16.350Zuser 20:53.564195701
30382026-04-30T19:14:16.350Zsys 4:54.357926454
30392026-04-30T19:14:16.350Ztrap 0.500560444
30402026-04-30T19:14:16.350Ztflt 0.095567341
30412026-04-30T19:14:16.350Zdflt 0.175304225
30422026-04-30T19:14:16.350Zkflt 0.001367571
30432026-04-30T19:14:16.350Zlock 57:50.541179166
30442026-04-30T19:14:16.353Zslp 57:34.485723243
30452026-04-30T19:14:16.353Zlat 1:50.207575873
30462026-04-30T19:14:16.353Zstop 10:50.300049917
30472026-04-30T19:14:16.353Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30482026-04-30T19:14:16.353Z+ ptime -m cargo doc --workspace --no-deps
30492026-04-30T19:14:17.235Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30502026-04-30T19:14:17.235Z |
30512026-04-30T19:14:17.235Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30522026-04-30T19:14:17.235Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30532026-04-30T19:14:18.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30542026-04-30T19:14:18.424Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-04-30T19:14:18.469Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30562026-04-30T19:14:18.535Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30572026-04-30T19:14:18.576Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30582026-04-30T19:14:18.617Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30592026-04-30T19:14:18.644Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-04-30T19:14:18.734Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30612026-04-30T19:14:18.815Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30622026-04-30T19:14:18.863Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30632026-04-30T19:14:18.892Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-04-30T19:14:19.037Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30652026-04-30T19:14:19.040Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-04-30T19:14:19.107Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30672026-04-30T19:14:19.132Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30682026-04-30T19:14:19.259Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30692026-04-30T19:14:19.283Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30702026-04-30T19:14:19.315Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30712026-04-30T19:14:19.363Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30722026-04-30T19:14:19.387Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30732026-04-30T19:14:19.441Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30742026-04-30T19:14:19.718Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30752026-04-30T19:14:20.033Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30762026-04-30T19:14:20.056Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30772026-04-30T19:14:20.093Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30782026-04-30T19:14:20.224Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30792026-04-30T19:14:20.424Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30802026-04-30T19:14:20.494Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30812026-04-30T19:14:20.548Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30822026-04-30T19:14:20.584Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30832026-04-30T19:14:20.609Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30842026-04-30T19:14:20.612Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30852026-04-30T19:14:20.747Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30862026-04-30T19:14:20.789Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30872026-04-30T19:14:20.834Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30882026-04-30T19:14:20.951Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30892026-04-30T19:14:21.113Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30902026-04-30T19:14:21.155Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30912026-04-30T19:14:21.180Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30922026-04-30T19:14:21.388Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30932026-04-30T19:14:21.442Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30942026-04-30T19:14:21.635Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30952026-04-30T19:14:21.676Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30962026-04-30T19:14:21.879Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30972026-04-30T19:14:21.974Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30982026-04-30T19:14:22.153Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30992026-04-30T19:14:22.202Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31002026-04-30T19:14:22.226Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31012026-04-30T19:14:22.333Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31022026-04-30T19:14:22.487Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31032026-04-30T19:14:22.524Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31042026-04-30T19:14:22.547Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31052026-04-30T19:14:22.598Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31062026-04-30T19:14:22.726Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31072026-04-30T19:14:22.771Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31082026-04-30T19:14:22.799Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31092026-04-30T19:14:22.822Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31102026-04-30T19:14:23.030Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31112026-04-30T19:14:23.053Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31122026-04-30T19:14:23.098Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31132026-04-30T19:14:23.121Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31142026-04-30T19:14:23.147Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31152026-04-30T19:14:23.239Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31162026-04-30T19:14:23.277Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31172026-04-30T19:14:23.299Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31182026-04-30T19:14:23.476Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31192026-04-30T19:14:23.894Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-04-30T19:14:23.918Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-04-30T19:14:24.363Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31222026-04-30T19:14:24.486Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31232026-04-30T19:14:24.739Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-04-30T19:14:24.852Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31252026-04-30T19:14:24.855Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31262026-04-30T19:14:25.043Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31272026-04-30T19:14:25.116Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31282026-04-30T19:14:25.325Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31292026-04-30T19:14:25.359Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-04-30T19:14:25.884Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-04-30T19:14:25.929Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31322026-04-30T19:14:26.916Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31332026-04-30T19:14:27.160Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-04-30T19:14:27.236Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-04-30T19:14:27.541Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-04-30T19:14:27.837Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372026-04-30T19:14:28.222Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31382026-04-30T19:14:28.499Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31392026-04-30T19:14:28.857Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31402026-04-30T19:14:28.974Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31412026-04-30T19:14:29.023Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-04-30T19:14:29.228Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31432026-04-30T19:14:29.231Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31442026-04-30T19:14:29.274Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31452026-04-30T19:14:29.521Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-04-30T19:14:29.596Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31472026-04-30T19:14:29.761Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31482026-04-30T19:14:29.783Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31492026-04-30T19:14:29.916Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31502026-04-30T19:14:29.995Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31512026-04-30T19:14:30.050Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31522026-04-30T19:14:30.180Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31532026-04-30T19:14:30.183Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31542026-04-30T19:14:30.227Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31552026-04-30T19:14:30.251Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-04-30T19:14:30.372Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31572026-04-30T19:14:30.443Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31582026-04-30T19:14:30.521Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31592026-04-30T19:14:30.661Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31602026-04-30T19:14:30.736Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31612026-04-30T19:14:30.849Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31622026-04-30T19:14:30.878Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31632026-04-30T19:14:31.090Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31642026-04-30T19:14:31.114Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31652026-04-30T19:14:31.707Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31662026-04-30T19:14:31.927Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31672026-04-30T19:14:31.980Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31682026-04-30T19:14:32.254Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-04-30T19:14:32.789Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31702026-04-30T19:14:32.902Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31712026-04-30T19:14:33.100Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31722026-04-30T19:14:33.191Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31732026-04-30T19:14:33.836Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31742026-04-30T19:14:33.864Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31752026-04-30T19:14:34.316Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31762026-04-30T19:14:34.446Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31772026-04-30T19:14:34.575Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31782026-04-30T19:14:34.635Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31792026-04-30T19:14:35.091Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31802026-04-30T19:14:35.749Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31812026-04-30T19:14:35.846Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31822026-04-30T19:14:35.871Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31832026-04-30T19:14:36.616Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31842026-04-30T19:14:36.848Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31852026-04-30T19:14:37.267Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31862026-04-30T19:14:37.659Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31872026-04-30T19:14:38.141Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31882026-04-30T19:14:38.787Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31892026-04-30T19:14:38.918Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-04-30T19:14:39.145Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31912026-04-30T19:14:39.258Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31922026-04-30T19:14:39.357Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31932026-04-30T19:14:39.544Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31942026-04-30T19:14:39.650Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31952026-04-30T19:14:39.765Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31962026-04-30T19:14:39.853Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31972026-04-30T19:14:40.860Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31982026-04-30T19:14:40.899Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31992026-04-30T19:14:41.067Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32002026-04-30T19:14:41.322Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32012026-04-30T19:14:41.346Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32022026-04-30T19:14:41.570Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32032026-04-30T19:14:42.001Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32042026-04-30T19:14:42.137Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32052026-04-30T19:14:42.683Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32062026-04-30T19:14:45.260Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32072026-04-30T19:14:46.082Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32082026-04-30T19:14:46.592Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32092026-04-30T19:14:47.023Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32102026-04-30T19:14:47.046Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32112026-04-30T19:14:47.227Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32122026-04-30T19:14:47.855Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32132026-04-30T19:14:48.247Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32142026-04-30T19:14:48.515Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32152026-04-30T19:14:48.743Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32162026-04-30T19:14:48.893Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32172026-04-30T19:14:48.935Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32182026-04-30T19:14:49.415Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32192026-04-30T19:14:49.627Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32202026-04-30T19:14:49.944Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32212026-04-30T19:14:50.132Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32222026-04-30T19:14:50.570Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32232026-04-30T19:14:50.882Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32242026-04-30T19:14:51.168Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32252026-04-30T19:14:51.359Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32262026-04-30T19:14:51.363Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32272026-04-30T19:14:51.430Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-04-30T19:14:51.727Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292026-04-30T19:14:51.958Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32302026-04-30T19:14:52.143Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32312026-04-30T19:14:52.450Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32322026-04-30T19:14:53.600Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32332026-04-30T19:14:53.700Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32342026-04-30T19:14:54.017Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32352026-04-30T19:14:55.539Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32362026-04-30T19:14:55.817Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32372026-04-30T19:14:56.930Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32382026-04-30T19:14:57.329Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32392026-04-30T19:14:58.170Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32402026-04-30T19:14:59.312Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32412026-04-30T19:15:00.174Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32422026-04-30T19:15:01.387Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32432026-04-30T19:15:01.603Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32442026-04-30T19:15:03.212Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32452026-04-30T19:15:04.232Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32462026-04-30T19:15:04.283Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32472026-04-30T19:15:05.078Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32482026-04-30T19:15:05.897Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32492026-04-30T19:15:07.120Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32502026-04-30T19:15:07.927Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32512026-04-30T19:15:08.045Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32522026-04-30T19:15:08.156Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32532026-04-30T19:15:08.930Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32542026-04-30T19:15:11.396Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32552026-04-30T19:15:11.582Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32562026-04-30T19:15:13.881Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32572026-04-30T19:15:15.978Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32582026-04-30T19:15:16.551Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32592026-04-30T19:15:16.884Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32602026-04-30T19:15:17.452Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32612026-04-30T19:15:17.888Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32622026-04-30T19:15:18.321Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32632026-04-30T19:15:19.983Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32642026-04-30T19:15:20.470Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32652026-04-30T19:15:21.399Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32662026-04-30T19:15:21.904Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32672026-04-30T19:15:22.999Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32682026-04-30T19:15:23.932Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32692026-04-30T19:15:24.041Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32702026-04-30T19:15:24.922Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32712026-04-30T19:15:25.295Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32722026-04-30T19:15:27.441Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32732026-04-30T19:15:28.794Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32742026-04-30T19:15:29.581Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32752026-04-30T19:15:30.546Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32762026-04-30T19:15:30.957Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32772026-04-30T19:15:33.131Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32782026-04-30T19:15:33.488Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32792026-04-30T19:15:33.817Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32802026-04-30T19:15:34.849Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32812026-04-30T19:15:35.783Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32822026-04-30T19:15:38.218Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32832026-04-30T19:15:38.481Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32842026-04-30T19:15:39.959Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32852026-04-30T19:15:41.144Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32862026-04-30T19:15:42.631Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-04-30T19:15:43.814Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32882026-04-30T19:15:46.316Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32892026-04-30T19:15:47.010Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32902026-04-30T19:15:48.622Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32912026-04-30T19:15:50.099Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-04-30T19:15:51.777Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32932026-04-30T19:15:53.400Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32942026-04-30T19:15:54.964Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32952026-04-30T19:15:56.442Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32962026-04-30T19:16:00.152Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32972026-04-30T19:16:01.546Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32982026-04-30T19:16:01.996Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32992026-04-30T19:16:03.061Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33002026-04-30T19:16:04.815Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33012026-04-30T19:16:06.681Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33022026-04-30T19:16:08.520Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33032026-04-30T19:16:10.554Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33042026-04-30T19:16:12.211Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33052026-04-30T19:16:14.258Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33062026-04-30T19:16:15.667Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33072026-04-30T19:16:17.417Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33082026-04-30T19:16:19.126Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33092026-04-30T19:16:20.790Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33102026-04-30T19:16:22.248Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33112026-04-30T19:16:24.391Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33122026-04-30T19:16:26.117Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33132026-04-30T19:16:27.780Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-04-30T19:16:29.526Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33152026-04-30T19:16:31.612Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33162026-04-30T19:16:33.274Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33172026-04-30T19:16:35.345Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33182026-04-30T19:16:37.144Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33192026-04-30T19:16:39.307Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33202026-04-30T19:16:41.804Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33212026-04-30T19:16:43.549Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33222026-04-30T19:16:45.541Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33232026-04-30T19:16:47.627Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33242026-04-30T19:16:49.664Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33252026-04-30T19:16:52.348Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33262026-04-30T19:16:54.228Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33272026-04-30T19:16:56.471Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33282026-04-30T19:16:58.730Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33292026-04-30T19:17:00.886Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33302026-04-30T19:17:03.182Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33312026-04-30T19:17:05.339Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33322026-04-30T19:17:07.631Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33332026-04-30T19:17:10.078Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-04-30T19:17:12.063Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33352026-04-30T19:17:14.695Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33362026-04-30T19:17:16.361Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33372026-04-30T19:17:18.663Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33382026-04-30T19:17:20.958Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33392026-04-30T19:17:23.193Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33402026-04-30T19:17:25.401Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33412026-04-30T19:17:27.721Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33422026-04-30T19:17:29.976Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33432026-04-30T19:17:32.258Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33442026-04-30T19:17:34.512Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33452026-04-30T19:17:36.752Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33462026-04-30T19:17:38.966Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33472026-04-30T19:17:41.192Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33482026-04-30T19:17:43.465Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33492026-04-30T19:17:45.889Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33502026-04-30T19:17:47.967Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33512026-04-30T19:17:50.358Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-04-30T19:17:52.571Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33532026-04-30T19:17:54.838Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33542026-04-30T19:17:57.379Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33552026-04-30T19:17:59.542Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33562026-04-30T19:18:01.858Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33572026-04-30T19:18:04.195Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33582026-04-30T19:18:06.443Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33592026-04-30T19:18:09.437Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33602026-04-30T19:18:11.641Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33612026-04-30T19:18:14.138Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33622026-04-30T19:18:16.466Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33632026-04-30T19:18:19.197Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33642026-04-30T19:18:21.673Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33652026-04-30T19:18:24.221Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33662026-04-30T19:18:26.616Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33672026-04-30T19:18:29.221Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33682026-04-30T19:18:31.778Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33692026-04-30T19:18:34.386Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33702026-04-30T19:18:37.254Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33712026-04-30T19:18:39.507Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33722026-04-30T19:18:47.044Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33732026-04-30T19:18:47.292Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33742026-04-30T19:18:50.544Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33752026-04-30T19:18:55.285Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33762026-04-30T19:18:58.266Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33772026-04-30T19:19:01.924Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33782026-04-30T19:19:05.445Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33792026-04-30T19:19:09.142Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33802026-04-30T19:19:12.756Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-04-30T19:19:16.462Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33822026-04-30T19:19:20.059Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33832026-04-30T19:19:23.872Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-04-30T19:19:27.384Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33852026-04-30T19:19:31.003Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33862026-04-30T19:19:34.603Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33872026-04-30T19:19:38.459Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33882026-04-30T19:19:42.043Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33892026-04-30T19:19:45.655Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33902026-04-30T19:19:49.334Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33912026-04-30T19:19:53.100Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33922026-04-30T19:19:56.729Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33932026-04-30T19:20:00.429Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33942026-04-30T19:20:04.091Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33952026-04-30T19:20:07.742Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33962026-04-30T19:20:11.408Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33972026-04-30T19:20:40.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s
33982026-04-30T19:20:40.975Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files
33992026-04-30T19:20:41.077Z
34002026-04-30T19:20:41.077Zreal 6:24.566629806
34012026-04-30T19:20:41.077Zuser 17:25.749069604
34022026-04-30T19:20:41.077Zsys 3:49.332333679
34032026-04-30T19:20:41.077Ztrap 0.262992402
34042026-04-30T19:20:41.077Ztflt 0.074241534
34052026-04-30T19:20:41.081Zdflt 0.026326201
34062026-04-30T19:20:41.081Zkflt 0.000023374
34072026-04-30T19:20:41.081Zlock 5:49:51.145382055
34082026-04-30T19:20:41.081Zslp 2:08:21.682193363
34092026-04-30T19:20:41.081Zlat 40.437796921
34102026-04-30T19:20:41.081Zstop 1:39.992359141
34112026-04-30T19:20:41.081Zprocess exited: duration 815532 ms, exit code 0
 
34122026-04-30T19:20:41.087Zfound 0 output files