01KM2ACN97C4SNGGZEYHEAGY2T: clippy (helios)

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

Buildomat Job: 01KM2AD09HTYZ0GE8GJZNEJM2B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T05:53:43.949Zjob assigned to worker 01KM2AD8BHHR17T45ZW4Y94H3R [factory aws, i-06a51fac95e5c312c] (queued for 1 m 49 s)
 
22026-03-19T05:53:51.676Zstarting task 0: "setup"
32026-03-19T05:53:51.683Z++ uname -s
42026-03-19T05:53:51.686Z+ kern=SunOS
52026-03-19T05:53:51.686Z+ build_user=build
62026-03-19T05:53:51.686Z+ build_uid=12345
72026-03-19T05:53:51.686Z+ work_dir=/work
82026-03-19T05:53:51.686Z+ input_dir=/input
92026-03-19T05:53:51.686Z+ [[ 0 == 12345 ]]
102026-03-19T05:53:51.686Z+ case "$kern" in
112026-03-19T05:53:51.686Z+ groupadd -g 12345 build
122026-03-19T05:53:51.689Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T05:53:53.693Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T05:53:53.805Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T05:53:53.808Z+ home_fs=zfs
162026-03-19T05:53:53.808Z+ [[ zfs == autofs ]]
172026-03-19T05:53:53.808Z+ mkdir -p /home/build
182026-03-19T05:53:53.811Z+ chown build:build /home/build /work
192026-03-19T05:53:54.811Z+ chmod 0700 /home/build /work
202026-03-19T05:53:54.814Zprocess exited: duration 3136 ms, exit code 0
 
212026-03-19T05:53:54.819Zstarting task 1: "rust-toolchain"
222026-03-19T05:53:54.824Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T05:53:54.824Z * rust toolchain channel = "1.94.0"
242026-03-19T05:53:54.824Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T05:53:54.824Z * rust toolchain profile = "default"
262026-03-19T05:53:54.824Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T05:53:54.824Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T05:53:54.827Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T05:53:54.827Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T05:53:54.962Zinfo: downloading installer
312026-03-19T05:53:56.631Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T05:53:56.631Zwarn: /opt/ooce/bin
332026-03-19T05:53:56.631Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T05:53:56.631Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T05:53:56.632Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T05:53:56.632Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T05:53:56.632Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T05:53:56.632Zerror: cannot install while Rust is installed
392026-03-19T05:53:56.632Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T05:53:56.632Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T05:53:56.632Zwarn: /home/build/.rustup/settings.toml
422026-03-19T05:53:56.632Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T05:53:56.632Zwarn: instead of the one inferred from the default host triple.
442026-03-19T05:53:56.644Zinfo: profile set to default
452026-03-19T05:53:56.644Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T05:53:56.647Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T05:53:56.812Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T05:53:56.815Zinfo: downloading 6 components
492026-03-19T05:54:12.819Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T05:54:12.819Z
512026-03-19T05:54:12.854Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T05:54:12.854Z
532026-03-19T05:54:12.858Z
542026-03-19T05:54:12.858ZRust is installed now. Great!
552026-03-19T05:54:12.858Z
562026-03-19T05:54:12.858ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T05:54:12.858Zenvironment variable. This has not been done automatically.
582026-03-19T05:54:12.858Z
592026-03-19T05:54:12.858ZTo configure your current shell, you need to source
602026-03-19T05:54:12.858Zthe corresponding env file under $HOME/.cargo.
612026-03-19T05:54:12.858Z
622026-03-19T05:54:12.858ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T05:54:12.859Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T05:54:12.859Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T05:54:12.859Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T05:54:12.859Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T05:54:12.859Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T05:54:12.859Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T05:54:12.859Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T05:54:12.859Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T05:54:12.960Z+ rustup --version
722026-03-19T05:54:12.972Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T05:54:12.976Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T05:54:12.996Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T05:54:12.999Z+ cargo --version
762026-03-19T05:54:13.016Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T05:54:13.019Z+ rustc --version
782026-03-19T05:54:13.045Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T05:54:13.049Zprocess exited: duration 18225 ms, exit code 0
 
802026-03-19T05:54:13.058Zstarting task 2: "authentication"
812026-03-19T05:54:13.083Zprocess exited: duration 23 ms, exit code 0
 
822026-03-19T05:54:13.090Zstarting task 3: "clone repository"
832026-03-19T05:54:13.096Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T05:54:13.100Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T05:54:13.129ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T05:54:24.167Z+ cd /work/oxidecomputer/omicron
872026-03-19T05:54:24.171Z+ git fetch origin 5245858d476bcb9dc8b139984b2e09f83fec316f
882026-03-19T05:54:24.465ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T05:54:24.465Z * branch 5245858d476bcb9dc8b139984b2e09f83fec316f -> FETCH_HEAD
902026-03-19T05:54:24.475Z+ [[ -n sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
912026-03-19T05:54:24.478Z++ git branch --show-current
922026-03-19T05:54:24.481Z+ current=main
932026-03-19T05:54:24.481Z+ [[ main != sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order ]]
942026-03-19T05:54:24.481Z+ git branch -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order 5245858d476bcb9dc8b139984b2e09f83fec316f
952026-03-19T05:54:24.484Z+ git checkout -f sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order
962026-03-19T05:54:24.811ZSwitched to branch 'sunshowers/spr/reconfigurator-test-that-reconfigurator-updates-are-in-server-side-topological-order'
972026-03-19T05:54:24.814Z+ git reset --hard 5245858d476bcb9dc8b139984b2e09f83fec316f
982026-03-19T05:54:24.832ZHEAD is now at 5245858d4 [spr] initial version
992026-03-19T05:54:24.835Zprocess exited: duration 11742 ms, exit code 0
 
1002026-03-19T05:54:24.841Zstarting task 4: "build"
1012026-03-19T05:54:24.845Z+ source ./env.sh
1022026-03-19T05:54:24.848Z++ OLD_SHELL_OPTS=ehxB
1032026-03-19T05:54:24.848Z++ set -o xtrace
1042026-03-19T05:54:24.848Z++++ dirname ./env.sh
1052026-03-19T05:54:24.851Z+++ readlink -f .
1062026-03-19T05:54:24.854Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-19T05:54:24.854Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-19T05:54:24.854Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-19T05:54:24.854Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-19T05:54:24.854Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-19T05:54:24.854Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-19T05:54:24.854Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-19T05:54:24.855Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-19T05:54:24.855Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-19T05:54:24.855Z++ case $OLD_SHELL_OPTS in
1162026-03-19T05:54:24.855Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-19T05:54:24.855Z+ source .github/buildomat/ci-env.sh
1182026-03-19T05:54:24.855Z++ export CARGO_TERM_COLOR=always
1192026-03-19T05:54:24.855Z++ CARGO_TERM_COLOR=always
1202026-03-19T05:54:24.855Z+ cargo --version
1212026-03-19T05:54:24.864Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-19T05:54:24.866Z+ rustc --version
1232026-03-19T05:54:24.892Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-19T05:54:24.895Z+ banner prerequisites
1252026-03-19T05:54:24.898Z
1262026-03-19T05:54:24.898Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-19T05:54:24.898Z # # # # # # # # # # # # # # #
1282026-03-19T05:54:24.898Z # # # # ##### # # ##### # # # # # #### #
1292026-03-19T05:54:24.898Z ##### ##### # ##### # # # # # # # # #
1302026-03-19T05:54:24.898Z # # # # # # # # # # # # # # #
1312026-03-19T05:54:24.898Z # # # ###### # # ###### ### # #### # #### #
1322026-03-19T05:54:24.898Z
1332026-03-19T05:54:24.898Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-19T05:54:34.741Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-19T05:54:44.590Z Startup: Caching catalogs ... Done
1362026-03-19T05:55:06.926ZPlanning: Solver setup ... Done (20.886s)
1372026-03-19T05:55:07.078ZPlanning: Running solver ... Done (0.152s)
1382026-03-19T05:55:07.266ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-19T05:55:07.281ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-19T05:55:07.409ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-19T05:55:07.452ZPlanning: Package planning ... Done (0.043s)
1422026-03-19T05:55:07.492ZPlanning: Merging actions ... Done (0.040s)
1432026-03-19T05:55:07.731ZPlanning: Checking for conflicting actions ... Done (0.238s)
1442026-03-19T05:55:07.741ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-19T05:55:08.603ZPlanning: Evaluating mediators ... Done (0.861s)
1462026-03-19T05:55:08.611ZPlanning: Planning completed in 23.88 seconds
1472026-03-19T05:55:08.626Z Packages to install: 4
1482026-03-19T05:55:08.630Z Mediators to change: 2
1492026-03-19T05:55:08.630Z Services to change: 1
1502026-03-19T05:55:08.630Z Estimated space available: 155.43 GB
1512026-03-19T05:55:08.630ZEstimated space to be consumed: 1.83 GB
1522026-03-19T05:55:08.630Z Create boot environment: No
1532026-03-19T05:55:08.630ZCreate backup boot environment: No
1542026-03-19T05:55:08.630Z Rebuild boot archive: No
1552026-03-19T05:55:08.631Z
1562026-03-19T05:55:08.631ZChanged mediators:
1572026-03-19T05:55:08.631Z mediator clang:
1582026-03-19T05:55:08.631Z version: None -> 15 (system default)
1592026-03-19T05:55:08.631Z
1602026-03-19T05:55:08.631Z mediator llvm:
1612026-03-19T05:55:08.631Z version: 14 (system default) -> 15 (system default)
1622026-03-19T05:55:08.631Z
1632026-03-19T05:55:08.631ZChanged packages:
1642026-03-19T05:55:08.631Zhelios-dev
1652026-03-19T05:55:08.631Z developer/build-essential
1662026-03-19T05:55:08.631Z None -> 11-2.0
1672026-03-19T05:55:08.631Z library/libxmlsec1
1682026-03-19T05:55:08.631Z None -> 1.2.35-2.0
1692026-03-19T05:55:08.631Z ooce/developer/clang-15
1702026-03-19T05:55:08.631Z None -> 15.0.7-2.0
1712026-03-19T05:55:08.631Z ooce/developer/llvm-15
1722026-03-19T05:55:08.631Z None -> 15.0.7-2.0
1732026-03-19T05:55:08.631Z
1742026-03-19T05:55:08.631ZServices:
1752026-03-19T05:55:08.632Z restart_fmri:
1762026-03-19T05:55:08.632Z svc:/system/update-man-index:default
1772026-03-19T05:55:08.674Z
1782026-03-19T05:55:08.674ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-19T05:55:13.675ZDownload: 2622/3290 items 120.5/212.6MB 56% complete (24.3M/s)
1802026-03-19T05:55:19.251ZDownload: 3288/3290 items 212.0/212.6MB 99% complete (24.3M/s)
1812026-03-19T05:55:22.681ZDownload: Completed 212.60 MB in 14.01 seconds (15.2M/s)
1822026-03-19T05:55:22.829Z Actions: 1/3689 actions (Installing new actions)
1832026-03-19T05:55:26.957Z Actions: Completed 3689 actions in 4.13 seconds.
1842026-03-19T05:55:27.329Z Done (0.367s)
1852026-03-19T05:55:27.329Z Done (0.000s)
1862026-03-19T05:55:28.335Z Done (1.005s)
1872026-03-19T05:55:32.452Z Done (3.769s)
1882026-03-19T05:55:32.537Z Done (0.017s)
1892026-03-19T05:55:32.542Z Done (0.000s)
1902026-03-19T05:55:32.680Z Done (0.000s)
1912026-03-19T05:55:33.654ZPlanning: Evaluating mediator changes ... Done
1922026-03-19T05:55:33.863ZPlanning: Checking for conflicting actions ... Done
1932026-03-19T05:55:33.876ZPlanning: Consolidating action changes ... Done
1942026-03-19T05:55:34.023ZPlanning: Evaluating mediators ... Done
1952026-03-19T05:55:34.027ZPlanning: Planning completed in 0.38 seconds
1962026-03-19T05:55:34.053Z Mediators to change: 2
1972026-03-19T05:55:34.057Z Create boot environment: No
1982026-03-19T05:55:34.057ZCreate backup boot environment: No
1992026-03-19T05:55:34.138Z Done
2002026-03-19T05:55:34.138Z Done
2012026-03-19T05:55:34.874Z Done
2022026-03-19T05:55:38.261Z Done
2032026-03-19T05:55:38.355Z Done
2042026-03-19T05:55:38.361Z Done
2052026-03-19T05:55:38.515Z Done
2062026-03-19T05:55:39.051ZPlanning: Evaluating mediator changes ... Done
2072026-03-19T05:55:39.057ZPlanning: Merging actions ... Done
2082026-03-19T05:55:39.222ZPlanning: Checking for conflicting actions ... Done
2092026-03-19T05:55:39.230ZPlanning: Consolidating action changes ... Done
2102026-03-19T05:55:39.441ZPlanning: Evaluating mediators ... Done
2112026-03-19T05:55:39.488ZPlanning: Planning completed in 0.63 seconds
2122026-03-19T05:55:39.514Z Packages to change: 1
2132026-03-19T05:55:39.514Z Mediators to change: 1
2142026-03-19T05:55:39.528Z Services to change: 1
2152026-03-19T05:55:39.528Z Create boot environment: No
2162026-03-19T05:55:39.528ZCreate backup boot environment: Yes
2172026-03-19T05:55:41.956Z Actions: 1/6 actions (Updating modified actions)
2182026-03-19T05:55:41.959Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-19T05:55:41.959Z Done
2202026-03-19T05:55:41.959Z Done
2212026-03-19T05:55:42.152Z Done
2222026-03-19T05:55:45.436Z Done
2232026-03-19T05:55:45.524Z Done
2242026-03-19T05:55:45.530Z Done
2252026-03-19T05:55:45.674Z Done
2262026-03-19T05:55:46.052ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-19T05:55:46.052Zclang system 15 system
2282026-03-19T05:55:46.052Zcsh system system illumos
2292026-03-19T05:55:46.052Zctags system system illumos
2302026-03-19T05:55:46.052Zfile system system illumos
2312026-03-19T05:55:46.052Zgcc vendor 12 vendor
2322026-03-19T05:55:46.052Zgcc system 10 system
2332026-03-19T05:55:46.052Zgcc system 7 system
2342026-03-19T05:55:46.052Zgo system 1.20 system
2352026-03-19T05:55:46.052Zgo system 1.19 system
2362026-03-19T05:55:46.052Zllvm system 15 system
2372026-03-19T05:55:46.052Zllvm system 14 system
2382026-03-19T05:55:46.052Zmariadb system 10.6 system
2392026-03-19T05:55:46.052Zmta vendor vendor dma
2402026-03-19T05:55:46.052Zopenjdk system 17 system
2412026-03-19T05:55:46.053Zopenjdk system 11 system
2422026-03-19T05:55:46.053Zopenjdk system 1.8 system
2432026-03-19T05:55:46.053Zopenssl vendor 3 vendor
2442026-03-19T05:55:46.053Zperl system 5.36 system
2452026-03-19T05:55:46.053Zpostgresql system 15 system
2462026-03-19T05:55:46.053Zpostgresql system 13 system
2472026-03-19T05:55:46.053Zpython vendor 3 vendor
2482026-03-19T05:55:46.053Zpython system 2 system
2492026-03-19T05:55:46.053Zpython3 system 3.11 system
2502026-03-19T05:55:46.053Zruby system 3.0 system
2512026-03-19T05:55:46.053Zwords vendor vendor american-english
2522026-03-19T05:55:46.053Zwords system system australian-english
2532026-03-19T05:55:46.053Zwords system system british-english
2542026-03-19T05:55:46.053Zwords system system canadian-english
2552026-03-19T05:55:46.053Zwords system system french
2562026-03-19T05:55:46.053Zwords system system italian
2572026-03-19T05:55:46.053Zwords system system ngerman
2582026-03-19T05:55:46.053Zwords system system ogerman
2592026-03-19T05:55:46.053Zwords system system spanish
2602026-03-19T05:55:46.351ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-19T05:55:46.352Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-19T05:55:52.307ZFMRI IFO
2632026-03-19T05:55:52.307Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-19T05:55:52.307Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-19T05:55:52.307Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-19T05:55:52.307Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-19T05:55:52.307Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-19T05:55:52.307Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-19T05:55:52.307Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-19T05:55:52.307Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-19T05:55:52.307Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-19T05:55:52.307Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-19T05:55:52.307Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-19T05:55:52.307Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-19T05:55:52.308Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-19T05:55:52.308Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-19T05:55:52.308Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-19T05:55:52.308Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-19T05:55:53.550Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-19T05:55:53.811Z Updating crates.io index
2812026-03-19T05:55:53.845Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-19T05:55:54.560Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-19T05:55:55.015Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-19T05:55:55.260Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-19T05:55:55.822Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-19T05:55:56.767Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-19T05:55:57.276Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-19T05:55:58.607Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-19T05:56:00.278Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-19T05:56:01.282Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-19T05:56:01.699Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-19T05:56:02.632Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-19T05:56:02.999Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-19T05:56:03.371Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-19T05:56:03.751Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-19T05:56:04.654Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-19T05:56:05.471Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-19T05:56:05.725Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-19T05:56:06.055Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-19T05:56:06.510Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-19T05:56:06.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-19T05:56:06.977Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-19T05:56:07.233Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-19T05:56:07.691Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-19T05:56:08.225Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-19T05:56:08.717Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-19T05:56:08.971Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-19T05:56:09.440Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-19T05:56:10.557Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-19T05:56:11.070Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-19T05:56:11.361Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-19T05:56:11.692Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-19T05:56:11.994Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-19T05:56:12.496Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-19T05:56:12.733Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-19T05:56:12.981Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-19T05:56:13.265Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-19T05:56:13.680Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-19T05:56:27.124Z Downloading crates ...
3202026-03-19T05:56:27.178Z Downloaded dof v0.3.0
3212026-03-19T05:56:27.184Z Downloaded camino-tempfile v1.4.1
3222026-03-19T05:56:27.187Z Downloaded bitflags v2.11.0
3232026-03-19T05:56:27.190Z Downloaded bytecount v0.6.9
3242026-03-19T05:56:27.190Z Downloaded pest_generator v2.8.6
3252026-03-19T05:56:27.193Z Downloaded zerofrom-derive v0.1.6
3262026-03-19T05:56:27.193Z Downloaded displaydoc v0.2.5
3272026-03-19T05:56:27.197Z Downloaded utf8_iter v1.0.4
3282026-03-19T05:56:27.197Z Downloaded camino v1.2.2
3292026-03-19T05:56:27.197Z Downloaded is_terminal_polyfill v1.70.2
3302026-03-19T05:56:27.200Z Downloaded equivalent v1.0.2
3312026-03-19T05:56:27.200Z Downloaded dtrace-parser v0.2.0
3322026-03-19T05:56:27.200Z Downloaded anyhow v1.0.102
3332026-03-19T05:56:27.203Z Downloaded url v2.5.8
3342026-03-19T05:56:27.206Z Downloaded cfg-if v1.0.4
3352026-03-19T05:56:27.206Z Downloaded anstyle-parse v0.2.7
3362026-03-19T05:56:27.206Z Downloaded cargo_metadata v0.21.0
3372026-03-19T05:56:27.209Z Downloaded idna_adapter v1.2.1
3382026-03-19T05:56:27.209Z Downloaded thiserror-impl v2.0.18
3392026-03-19T05:56:27.212Z Downloaded usdt-impl v0.5.0
3402026-03-19T05:56:27.212Z Downloaded ucd-trie v0.1.7
3412026-03-19T05:56:27.212Z Downloaded cargo_toml v0.21.0
3422026-03-19T05:56:27.215Z Downloaded block-buffer v0.10.4
3432026-03-19T05:56:27.215Z Downloaded once_cell v1.21.3
3442026-03-19T05:56:27.218Z Downloaded heck v0.5.0
3452026-03-19T05:56:27.218Z Downloaded anstyle v1.0.13
3462026-03-19T05:56:27.218Z Downloaded anstream v0.6.21
3472026-03-19T05:56:27.221Z Downloaded zerofrom v0.1.6
3482026-03-19T05:56:27.221Z Downloaded unicode-xid v0.2.6
3492026-03-19T05:56:27.221Z Downloaded utf8parse v0.2.2
3502026-03-19T05:56:27.225Z Downloaded serde_core v1.0.228
3512026-03-19T05:56:27.225Z Downloaded colorchoice v1.0.4
3522026-03-19T05:56:27.228Z Downloaded byteorder v1.5.0
3532026-03-19T05:56:27.228Z Downloaded yoke-derive v0.8.1
3542026-03-19T05:56:27.228Z Downloaded usdt-attr-macro v0.5.0
3552026-03-19T05:56:27.230Z Downloaded serde_spanned v0.6.9
3562026-03-19T05:56:27.231Z Downloaded getrandom v0.4.1
3572026-03-19T05:56:27.234Z Downloaded typeid v1.0.3
3582026-03-19T05:56:27.234Z Downloaded litemap v0.8.1
3592026-03-19T05:56:27.237Z Downloaded yoke v0.8.1
3602026-03-19T05:56:27.237Z Downloaded usdt v0.5.0
3612026-03-19T05:56:27.237Z Downloaded cargo-platform v0.2.0
3622026-03-19T05:56:27.240Z Downloaded toml_write v0.1.2
3632026-03-19T05:56:27.240Z Downloaded cpufeatures v0.2.17
3642026-03-19T05:56:27.240Z Downloaded toml_datetime v0.6.11
3652026-03-19T05:56:27.243Z Downloaded potential_utf v0.1.4
3662026-03-19T05:56:27.243Z Downloaded zerovec-derive v0.11.2
3672026-03-19T05:56:27.246Z Downloaded zmij v1.0.21
3682026-03-19T05:56:27.246Z Downloaded tinystr v0.8.2
3692026-03-19T05:56:27.249Z Downloaded thread-id v4.2.2
3702026-03-19T05:56:27.249Z Downloaded thiserror-impl v1.0.69
3712026-03-19T05:56:27.252Z Downloaded version_check v0.9.5
3722026-03-19T05:56:27.252Z Downloaded unicode-linebreak v0.1.5
3732026-03-19T05:56:27.252Z Downloaded thiserror v2.0.18
3742026-03-19T05:56:27.255Z Downloaded percent-encoding v2.3.2
3752026-03-19T05:56:27.258Z Downloaded usdt-macro v0.5.0
3762026-03-19T05:56:27.258Z Downloaded thiserror v1.0.69
3772026-03-19T05:56:27.261Z Downloaded zerocopy-derive v0.7.35
3782026-03-19T05:56:27.264Z Downloaded terminal_size v0.4.3
3792026-03-19T05:56:27.264Z Downloaded smawk v0.3.2
3802026-03-19T05:56:27.267Z Downloaded itoa v1.0.17
3812026-03-19T05:56:27.267Z Downloaded ordered-float v2.10.1
3822026-03-19T05:56:27.267Z Downloaded writeable v0.6.2
3832026-03-19T05:56:27.271Z Downloaded unicode-ident v1.0.24
3842026-03-19T05:56:27.271Z Downloaded fnv v1.0.7
3852026-03-19T05:56:27.271Z Downloaded generic-array v0.14.7
3862026-03-19T05:56:27.274Z Downloaded proc-macro-error-attr v1.0.4
3872026-03-19T05:56:27.274Z Downloaded scroll_derive v0.12.1
3882026-03-19T05:56:27.274Z Downloaded toml v0.8.23
3892026-03-19T05:56:27.277Z Downloaded errno v0.3.14
3902026-03-19T05:56:27.277Z Downloaded macaddr v1.0.1
3912026-03-19T05:56:27.280Z Downloaded crypto-common v0.1.7
3922026-03-19T05:56:27.280Z Downloaded strsim v0.11.1
3932026-03-19T05:56:27.280Z Downloaded pretty-hex v0.4.1
3942026-03-19T05:56:27.280Z Downloaded memmap v0.7.0
3952026-03-19T05:56:27.283Z Downloaded swrite v0.1.0
3962026-03-19T05:56:27.283Z Downloaded serde-value v0.7.0
3972026-03-19T05:56:27.283Z Downloaded zerotrie v0.2.3
3982026-03-19T05:56:27.287Z Downloaded synstructure v0.13.2
3992026-03-19T05:56:27.287Z Downloaded textwrap v0.16.2
4002026-03-19T05:56:27.290Z Downloaded cargo-util-schemas v0.8.2
4012026-03-19T05:56:27.290Z Downloaded form_urlencoded v1.2.2
4022026-03-19T05:56:27.290Z Downloaded typenum v1.19.0
4032026-03-19T05:56:27.293Z Downloaded plain v0.2.3
4042026-03-19T05:56:27.293Z Downloaded toml_edit v0.22.27
4052026-03-19T05:56:27.296Z Downloaded tabled_derive v0.7.0
4062026-03-19T05:56:27.297Z Downloaded stable_deref_trait v1.2.1
4072026-03-19T05:56:27.300Z Downloaded anstyle-query v1.1.5
4082026-03-19T05:56:27.300Z Downloaded clap_lex v1.0.0
4092026-03-19T05:56:27.303Z Downloaded zerovec v0.11.5
4102026-03-19T05:56:27.306Z Downloaded fastrand v2.3.0
4112026-03-19T05:56:27.309Z Downloaded scroll v0.12.0
4122026-03-19T05:56:27.309Z Downloaded proc-macro-error v1.0.4
4132026-03-19T05:56:27.312Z Downloaded pest_meta v2.8.6
4142026-03-19T05:56:27.312Z Downloaded zerocopy v0.7.35
4152026-03-19T05:56:27.323Z Downloaded tempfile v3.25.0
4162026-03-19T05:56:27.326Z Downloaded winnow v0.7.14
4172026-03-19T05:56:27.331Z Downloaded erased-serde v0.4.9
4182026-03-19T05:56:27.334Z Downloaded proc-macro2 v1.0.106
4192026-03-19T05:56:27.337Z Downloaded unicode-width v0.1.14
4202026-03-19T05:56:27.340Z Downloaded quote v1.0.44
4212026-03-19T05:56:27.343Z Downloaded unicode-width v0.2.0
4222026-03-19T05:56:27.347Z Downloaded autocfg v1.5.0
4232026-03-19T05:56:27.347Z Downloaded sha2 v0.10.9
4242026-03-19T05:56:27.350Z Downloaded serde_tokenstream v0.2.3
4252026-03-19T05:56:27.350Z Downloaded pest_derive v2.8.6
4262026-03-19T05:56:27.350Z Downloaded clap_derive v4.5.55
4272026-03-19T05:56:27.353Z Downloaded digest v0.10.7
4282026-03-19T05:56:27.353Z Downloaded heck v0.4.1
4292026-03-19T05:56:27.355Z Downloaded fs-err v3.3.0
4302026-03-19T05:56:27.356Z Downloaded serde-untagged v0.1.9
4312026-03-19T05:56:27.362Z Downloaded semver v1.0.27
4322026-03-19T05:56:27.367Z Downloaded icu_provider v2.1.1
4332026-03-19T05:56:27.370Z Downloaded icu_properties v2.1.2
4342026-03-19T05:56:27.373Z Downloaded serde_derive v1.0.228
4352026-03-19T05:56:27.373Z Downloaded papergrid v0.11.0
4362026-03-19T05:56:27.375Z Downloaded num-traits v0.2.19
4372026-03-19T05:56:27.378Z Downloaded smallvec v1.15.1
4382026-03-19T05:56:27.381Z Downloaded icu_normalizer v2.1.1
4392026-03-19T05:56:27.381Z Downloaded clap v4.5.60
4402026-03-19T05:56:27.387Z Downloaded icu_normalizer_data v2.1.1
4412026-03-19T05:56:27.391Z Downloaded icu_locale_core v2.1.1
4422026-03-19T05:56:27.394Z Downloaded log v0.4.29
4432026-03-19T05:56:27.401Z Downloaded memchr v2.8.0
4442026-03-19T05:56:27.416Z Downloaded icu_collections v2.1.1
4452026-03-19T05:56:27.420Z Downloaded icu_properties_data v2.1.2
4462026-03-19T05:56:27.426Z Downloaded serde v1.0.228
4472026-03-19T05:56:27.431Z Downloaded indexmap v2.13.0
4482026-03-19T05:56:27.452Z Downloaded hashbrown v0.16.1
4492026-03-19T05:56:27.456Z Downloaded pest v2.8.6
4502026-03-19T05:56:27.459Z Downloaded serde_json v1.0.149
4512026-03-19T05:56:27.464Z Downloaded idna v1.1.0
4522026-03-19T05:56:27.467Z Downloaded clap_builder v4.5.60
4532026-03-19T05:56:27.476Z Downloaded goblin v0.8.2
4542026-03-19T05:56:27.483Z Downloaded tabled v0.15.0
4552026-03-19T05:56:27.496Z Downloaded syn v1.0.109
4562026-03-19T05:56:27.514Z Downloaded syn v2.0.117
4572026-03-19T05:56:27.523Z Downloaded rustix v1.1.3
4582026-03-19T05:56:27.549Z Downloaded libc v0.2.180
4592026-03-19T05:56:27.634Z Compiling proc-macro2 v1.0.106
4602026-03-19T05:56:27.634Z Compiling unicode-ident v1.0.24
4612026-03-19T05:56:27.637Z Compiling quote v1.0.44
4622026-03-19T05:56:27.637Z Compiling serde_core v1.0.228
4632026-03-19T05:56:27.637Z Compiling libc v0.2.180
4642026-03-19T05:56:27.637Z Compiling version_check v0.9.5
4652026-03-19T05:56:27.637Z Compiling serde v1.0.228
4662026-03-19T05:56:27.637Z Compiling stable_deref_trait v1.2.1
4672026-03-19T05:56:28.014Z Compiling memchr v2.8.0
4682026-03-19T05:56:28.049Z Compiling zmij v1.0.21
4692026-03-19T05:56:28.433Z Compiling autocfg v1.5.0
4702026-03-19T05:56:28.458Z Compiling itoa v1.0.17
4712026-03-19T05:56:28.692Z Compiling ucd-trie v0.1.7
4722026-03-19T05:56:28.714Z Compiling thiserror v1.0.69
4732026-03-19T05:56:28.883Z Compiling pest v2.8.6
4742026-03-19T05:56:28.918Z Compiling litemap v0.8.1
4752026-03-19T05:56:28.969Z Compiling writeable v0.6.2
4762026-03-19T05:56:29.033Z Compiling icu_normalizer_data v2.1.1
4772026-03-19T05:56:29.162Z Compiling rustix v1.1.3
4782026-03-19T05:56:29.222Z Compiling byteorder v1.5.0
4792026-03-19T05:56:29.527Z Compiling syn v2.0.117
4802026-03-19T05:56:29.620Z Compiling icu_properties_data v2.1.2
4812026-03-19T05:56:29.725Z Compiling errno v0.3.14
4822026-03-19T05:56:29.759Z Compiling serde_json v1.0.149
4832026-03-19T05:56:29.873Z Compiling bitflags v2.11.0
4842026-03-19T05:56:30.017Z Compiling num-traits v0.2.19
4852026-03-19T05:56:30.039Z Compiling hashbrown v0.16.1
4862026-03-19T05:56:30.157Z Compiling typeid v1.0.3
4872026-03-19T05:56:30.244Z Compiling equivalent v1.0.2
4882026-03-19T05:56:30.356Z Compiling pest_meta v2.8.6
4892026-03-19T05:56:30.485Z Compiling smallvec v1.15.1
4902026-03-19T05:56:30.831Z Compiling indexmap v2.13.0
4912026-03-19T05:56:30.931Z Compiling thread-id v4.2.2
4922026-03-19T05:56:31.043Z Compiling usdt-impl v0.5.0
4932026-03-19T05:56:31.108Z Compiling proc-macro-error-attr v1.0.4
4942026-03-19T05:56:31.135Z Compiling syn v1.0.109
4952026-03-19T05:56:31.311Z Compiling winnow v0.7.14
4962026-03-19T05:56:31.346Z Compiling toml_write v0.1.2
4972026-03-19T05:56:31.610Z Compiling erased-serde v0.4.9
4982026-03-19T05:56:31.972Z Compiling proc-macro-error v1.0.4
4992026-03-19T05:56:32.012Z Compiling log v0.4.29
5002026-03-19T05:56:32.206Z Compiling camino v1.2.2
5012026-03-19T05:56:32.259Z Compiling getrandom v0.4.1
5022026-03-19T05:56:32.604Z Compiling percent-encoding v2.3.2
5032026-03-19T05:56:32.676Z Compiling plain v0.2.3
5042026-03-19T05:56:32.740Z Compiling utf8parse v0.2.2
5052026-03-19T05:56:32.814Z Compiling thiserror v2.0.18
5062026-03-19T05:56:32.837Z Compiling utf8_iter v1.0.4
5072026-03-19T05:56:32.860Z Compiling anstyle-parse v0.2.7
5082026-03-19T05:56:32.885Z Compiling form_urlencoded v1.2.2
5092026-03-19T05:56:33.020Z Compiling ordered-float v2.10.1
5102026-03-19T05:56:33.338Z Compiling synstructure v0.13.2
5112026-03-19T05:56:33.383Z Compiling pest_generator v2.8.6
5122026-03-19T05:56:33.386Z Compiling terminal_size v0.4.3
5132026-03-19T05:56:33.557Z Compiling pretty-hex v0.4.1
5142026-03-19T05:56:33.639Z Compiling anstyle-query v1.1.5
5152026-03-19T05:56:33.735Z Compiling cfg-if v1.0.4
5162026-03-19T05:56:33.772Z Compiling colorchoice v1.0.4
5172026-03-19T05:56:33.796Z Compiling anstyle v1.0.13
5182026-03-19T05:56:33.799Z Compiling is_terminal_polyfill v1.70.2
5192026-03-19T05:56:33.939Z Compiling serde-untagged v0.1.9
5202026-03-19T05:56:34.072Z Compiling anstream v0.6.21
5212026-03-19T05:56:34.125Z Compiling semver v1.0.27
5222026-03-19T05:56:34.257Z Compiling fs-err v3.3.0
5232026-03-19T05:56:34.364Z Compiling anyhow v1.0.102
5242026-03-19T05:56:34.491Z Compiling strsim v0.11.1
5252026-03-19T05:56:34.514Z Compiling heck v0.5.0
5262026-03-19T05:56:34.560Z Compiling fastrand v2.3.0
5272026-03-19T05:56:34.586Z Compiling unicode-width v0.1.14
5282026-03-19T05:56:34.761Z Compiling fnv v1.0.7
5292026-03-19T05:56:34.891Z Compiling bytecount v0.6.9
5302026-03-19T05:56:34.916Z Compiling clap_lex v1.0.0
5312026-03-19T05:56:34.943Z Compiling unicode-xid v0.2.6
5322026-03-19T05:56:34.968Z Compiling once_cell v1.21.3
5332026-03-19T05:56:35.063Z Compiling heck v0.4.1
5342026-03-19T05:56:35.101Z Compiling papergrid v0.11.0
5352026-03-19T05:56:35.215Z Compiling tempfile v3.25.0
5362026-03-19T05:56:35.240Z Compiling clap_builder v4.5.60
5372026-03-19T05:56:35.481Z Compiling memmap v0.7.0
5382026-03-19T05:56:35.536Z Compiling unicode-linebreak v0.1.5
5392026-03-19T05:56:35.759Z Compiling smawk v0.3.2
5402026-03-19T05:56:35.782Z Compiling unicode-width v0.2.0
5412026-03-19T05:56:35.894Z Compiling serde_derive v1.0.228
5422026-03-19T05:56:35.917Z Compiling zerofrom-derive v0.1.6
5432026-03-19T05:56:35.940Z Compiling yoke-derive v0.8.1
5442026-03-19T05:56:36.140Z Compiling zerovec-derive v0.11.2
5452026-03-19T05:56:36.216Z Compiling displaydoc v0.2.5
5462026-03-19T05:56:37.153Z Compiling thiserror-impl v1.0.69
5472026-03-19T05:56:37.193Z Compiling zerocopy-derive v0.7.35
5482026-03-19T05:56:37.501Z Compiling pest_derive v2.8.6
5492026-03-19T05:56:37.636Z Compiling scroll_derive v0.12.1
5502026-03-19T05:56:37.850Z Compiling zerofrom v0.1.6
5512026-03-19T05:56:38.015Z Compiling yoke v0.8.1
5522026-03-19T05:56:38.038Z Compiling thiserror-impl v2.0.18
5532026-03-19T05:56:38.264Z Compiling zerovec v0.11.5
5542026-03-19T05:56:38.341Z Compiling zerotrie v0.2.3
5552026-03-19T05:56:38.501Z Compiling zerocopy v0.7.35
5562026-03-19T05:56:38.743Z Compiling scroll v0.12.0
5572026-03-19T05:56:38.957Z Compiling tinystr v0.8.2
5582026-03-19T05:56:38.961Z Compiling potential_utf v0.1.4
5592026-03-19T05:56:39.097Z Compiling dtrace-parser v0.2.0
5602026-03-19T05:56:39.174Z Compiling icu_collections v2.1.1
5612026-03-19T05:56:39.248Z Compiling icu_locale_core v2.1.1
5622026-03-19T05:56:39.285Z Compiling goblin v0.8.2
5632026-03-19T05:56:39.539Z Compiling tabled_derive v0.7.0
5642026-03-19T05:56:39.812Z Compiling clap_derive v4.5.55
5652026-03-19T05:56:39.922Z Compiling textwrap v0.16.2
5662026-03-19T05:56:40.153Z Compiling icu_provider v2.1.1
5672026-03-19T05:56:40.513Z Compiling icu_normalizer v2.1.1
5682026-03-19T05:56:40.537Z Compiling icu_properties v2.1.2
5692026-03-19T05:56:40.743Z Compiling toml_datetime v0.6.11
5702026-03-19T05:56:40.769Z Compiling serde_spanned v0.6.9
5712026-03-19T05:56:40.836Z Compiling dof v0.3.0
5722026-03-19T05:56:40.953Z Compiling serde_tokenstream v0.2.3
5732026-03-19T05:56:41.097Z Compiling toml_edit v0.22.27
5742026-03-19T05:56:41.121Z Compiling serde-value v0.7.0
5752026-03-19T05:56:41.367Z Compiling cargo-platform v0.2.0
5762026-03-19T05:56:41.389Z Compiling tabled v0.15.0
5772026-03-19T05:56:41.619Z Compiling macaddr v1.0.1
5782026-03-19T05:56:41.726Z Compiling camino-tempfile v1.4.1
5792026-03-19T05:56:41.918Z Compiling idna_adapter v1.2.1
5802026-03-19T05:56:42.095Z Compiling idna v1.1.0
5812026-03-19T05:56:42.120Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5822026-03-19T05:56:42.120Z Compiling usdt-macro v0.5.0
5832026-03-19T05:56:42.233Z Compiling usdt-attr-macro v0.5.0
5842026-03-19T05:56:42.406Z Compiling clap v4.5.60
5852026-03-19T05:56:42.435Z Compiling swrite v0.1.0
5862026-03-19T05:56:42.510Z Compiling url v2.5.8
5872026-03-19T05:56:43.089Z Compiling toml v0.8.23
5882026-03-19T05:56:43.430Z Compiling usdt v0.5.0
5892026-03-19T05:56:43.618Z Compiling cargo-util-schemas v0.8.2
5902026-03-19T05:56:43.746Z Compiling cargo_toml v0.21.0
5912026-03-19T05:56:44.836Z Compiling cargo_metadata v0.21.0
5922026-03-19T05:56:46.132Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-19T05:56:48.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.61s
5942026-03-19T05:56:49.226Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-19T05:56:49.961Z Downloading crates ...
5962026-03-19T05:56:50.092Z Downloaded critical-section v1.2.0
5972026-03-19T05:56:50.095Z Downloaded curve25519-dalek-derive v0.1.1
5982026-03-19T05:56:50.098Z Downloaded dof v0.4.0
5992026-03-19T05:56:50.098Z Downloaded endian-type v0.1.2
6002026-03-19T05:56:50.101Z Downloaded dropshot-api-manager-types v0.6.0
6012026-03-19T05:56:50.101Z Downloaded dyn-clone v1.0.20
6022026-03-19T05:56:50.107Z Downloaded foreign-types-shared v0.3.1
6032026-03-19T05:56:50.111Z Downloaded backon v1.6.0
6042026-03-19T05:56:50.114Z Downloaded der_derive v0.7.3
6052026-03-19T05:56:50.117Z Downloaded cfg_aliases v0.1.1
6062026-03-19T05:56:50.117Z Downloaded async-recursion v1.1.1
6072026-03-19T05:56:50.120Z Downloaded diesel-dtrace v0.5.0
6082026-03-19T05:56:50.123Z Downloaded deranged v0.5.8
6092026-03-19T05:56:50.123Z Downloaded atomicwrites v0.4.4
6102026-03-19T05:56:50.127Z Downloaded ctr v0.9.2
6112026-03-19T05:56:50.127Z Downloaded darling_macro v0.23.0
6122026-03-19T05:56:50.127Z Downloaded dunce v1.0.5
6132026-03-19T05:56:50.129Z Downloaded difflib v0.4.0
6142026-03-19T05:56:50.130Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-03-19T05:56:50.132Z Downloaded atty v0.2.14
6162026-03-19T05:56:50.132Z Downloaded aead v0.5.2
6172026-03-19T05:56:50.132Z Downloaded atomic-waker v1.1.2
6182026-03-19T05:56:50.135Z Downloaded ciborium-io v0.2.2
6192026-03-19T05:56:50.135Z Downloaded cstr-argument v0.1.2
6202026-03-19T05:56:50.139Z Downloaded enum-as-inner v0.6.1
6212026-03-19T05:56:50.142Z Downloaded ena v0.14.4
6222026-03-19T05:56:50.145Z Downloaded data-encoding v2.10.0
6232026-03-19T05:56:50.145Z Downloaded crc8 v0.1.1
6242026-03-19T05:56:50.145Z Downloaded adler2 v2.0.1
6252026-03-19T05:56:50.148Z Downloaded cargo-platform v0.1.9
6262026-03-19T05:56:50.148Z Downloaded defmt v0.3.100
6272026-03-19T05:56:50.151Z Downloaded crucible-workspace-hack v0.1.0
6282026-03-19T05:56:50.155Z Downloaded daft v0.1.5
6292026-03-19T05:56:50.155Z Downloaded daft-derive v0.1.5
6302026-03-19T05:56:50.159Z Downloaded futures-channel v0.3.32
6312026-03-19T05:56:50.162Z Downloaded either v1.15.0
6322026-03-19T05:56:50.162Z Downloaded fixedbitset v0.4.2
6332026-03-19T05:56:50.165Z Downloaded downcast-rs v2.0.2
6342026-03-19T05:56:50.165Z Downloaded bb8 v0.8.6
6352026-03-19T05:56:50.168Z Downloaded embedded-io v0.4.0
6362026-03-19T05:56:50.168Z Downloaded darling_core v0.21.3
6372026-03-19T05:56:50.171Z Downloaded crossbeam-deque v0.8.6
6382026-03-19T05:56:50.174Z Downloaded darling v0.20.11
6392026-03-19T05:56:50.177Z Downloaded foreign-types v0.5.0
6402026-03-19T05:56:50.179Z Downloaded debug-ignore v1.0.5
6412026-03-19T05:56:50.179Z Downloaded foreign-types-shared v0.1.1
6422026-03-19T05:56:50.182Z Downloaded crunchy v0.2.4
6432026-03-19T05:56:50.183Z Downloaded cobs v0.3.0
6442026-03-19T05:56:50.183Z Downloaded ascii-canvas v3.0.0
6452026-03-19T05:56:50.186Z Downloaded arrayref v0.3.9
6462026-03-19T05:56:50.186Z Downloaded cfg_aliases v0.2.1
6472026-03-19T05:56:50.189Z Downloaded bit-set v0.5.3
6482026-03-19T05:56:50.189Z Downloaded array-init v0.0.4
6492026-03-19T05:56:50.189Z Downloaded dtrace-parser v0.3.0
6502026-03-19T05:56:50.192Z Downloaded float-cmp v0.10.0
6512026-03-19T05:56:50.192Z Downloaded darling_macro v0.20.11
6522026-03-19T05:56:50.192Z Downloaded async-stream v0.3.6
6532026-03-19T05:56:50.195Z Downloaded darling_macro v0.21.3
6542026-03-19T05:56:50.195Z Downloaded base16ct v0.2.0
6552026-03-19T05:56:50.195Z Downloaded document-features v0.2.12
6562026-03-19T05:56:50.198Z Downloaded castaway v0.2.4
6572026-03-19T05:56:50.198Z Downloaded display-error-chain v0.2.2
6582026-03-19T05:56:50.201Z Downloaded base16ct v1.0.0
6592026-03-19T05:56:50.201Z Downloaded assert_matches v1.5.0
6602026-03-19T05:56:50.201Z Downloaded env_filter v1.0.0
6612026-03-19T05:56:50.204Z Downloaded embedded-io v0.6.1
6622026-03-19T05:56:50.204Z Downloaded derive_builder_macro v0.20.2
6632026-03-19T05:56:50.207Z Downloaded block-padding v0.3.3
6642026-03-19T05:56:50.207Z Downloaded bit-vec v0.6.3
6652026-03-19T05:56:50.207Z Downloaded dirs-sys-next v0.1.2
6662026-03-19T05:56:50.210Z Downloaded cipher v0.4.4
6672026-03-19T05:56:50.210Z Downloaded float-ord v0.3.2
6682026-03-19T05:56:50.213Z Downloaded argon2 v0.5.3
6692026-03-19T05:56:50.213Z Downloaded bcs v0.1.6
6702026-03-19T05:56:50.216Z Downloaded bitfield-struct v0.6.2
6712026-03-19T05:56:50.216Z Downloaded dirs-next v2.0.0
6722026-03-19T05:56:50.219Z Downloaded async-stream-impl v0.3.6
6732026-03-19T05:56:50.219Z Downloaded crc-catalog v2.4.0
6742026-03-19T05:56:50.219Z Downloaded derive_more v2.1.1
6752026-03-19T05:56:50.227Z Downloaded gethostname v0.5.0
6762026-03-19T05:56:50.231Z Downloaded futures-task v0.3.32
6772026-03-19T05:56:50.231Z Downloaded futures-sink v0.3.32
6782026-03-19T05:56:50.234Z Downloaded futures-core v0.3.32
6792026-03-19T05:56:50.234Z Downloaded dsl_auto_type v0.2.0
6802026-03-19T05:56:50.237Z Downloaded fd-lock v4.0.4
6812026-03-19T05:56:50.237Z Downloaded convert_case v0.4.0
6822026-03-19T05:56:50.237Z Downloaded ghash v0.5.1
6832026-03-19T05:56:50.240Z Downloaded darling_core v0.20.11
6842026-03-19T05:56:50.243Z Downloaded derive_builder_core v0.20.2
6852026-03-19T05:56:50.245Z Downloaded fxhash v0.2.1
6862026-03-19T05:56:50.245Z Downloaded bitfield v0.19.4
6872026-03-19T05:56:50.248Z Downloaded foldhash v0.1.5
6882026-03-19T05:56:50.248Z Downloaded convert_case v0.10.0
6892026-03-19T05:56:50.251Z Downloaded hash32 v0.2.1
6902026-03-19T05:56:50.251Z Downloaded cexpr v0.6.0
6912026-03-19T05:56:50.254Z Downloaded hash32 v0.3.1
6922026-03-19T05:56:50.254Z Downloaded defmt-parser v1.0.0
6932026-03-19T05:56:50.257Z Downloaded arrayvec v0.7.6
6942026-03-19T05:56:50.257Z Downloaded bit-vec v0.8.0
6952026-03-19T05:56:50.260Z Downloaded fixedbitset v0.5.7
6962026-03-19T05:56:50.263Z Downloaded base64ct v1.8.3
6972026-03-19T05:56:50.263Z Downloaded backoff v0.4.0
6982026-03-19T05:56:50.266Z Downloaded find-msvc-tools v0.1.9
6992026-03-19T05:56:50.266Z Downloaded fallible-iterator v0.2.0
7002026-03-19T05:56:50.268Z Downloaded ff v0.13.1
7012026-03-19T05:56:50.269Z Downloaded hex v0.4.3
7022026-03-19T05:56:50.271Z Downloaded env_logger v0.11.9
7032026-03-19T05:56:50.274Z Downloaded ed25519 v2.2.3
7042026-03-19T05:56:50.274Z Downloaded cmake v0.1.57
7052026-03-19T05:56:50.277Z Downloaded home v0.5.12
7062026-03-19T05:56:50.277Z Downloaded hostname v0.4.2
7072026-03-19T05:56:50.280Z Downloaded http-body v1.0.1
7082026-03-19T05:56:50.280Z Downloaded darling v0.21.3
7092026-03-19T05:56:50.283Z Downloaded crossbeam-epoch v0.9.18
7102026-03-19T05:56:50.286Z Downloaded foldhash v0.2.0
7112026-03-19T05:56:50.289Z Downloaded async-bb8-diesel v0.2.1
7122026-03-19T05:56:50.289Z Downloaded erased-serde v0.3.31
7132026-03-19T05:56:50.292Z Downloaded headers-core v0.3.0
7142026-03-19T05:56:50.292Z Downloaded hostname v0.3.1
7152026-03-19T05:56:50.295Z Downloaded fs_extra v1.3.0
7162026-03-19T05:56:50.297Z Downloaded http-range v0.1.5
7172026-03-19T05:56:50.297Z Downloaded bitflags v1.3.2
7182026-03-19T05:56:50.300Z Downloaded futures-io v0.3.32
7192026-03-19T05:56:50.314Z Downloaded inout v0.1.4
7202026-03-19T05:56:50.318Z Downloaded hubpack_derive v0.1.1
7212026-03-19T05:56:50.318Z Downloaded indoc v1.0.9
7222026-03-19T05:56:50.321Z Downloaded ident_case v1.0.1
7232026-03-19T05:56:50.321Z Downloaded hubpack v0.1.2
7242026-03-19T05:56:50.321Z Downloaded httpdate v1.0.3
7252026-03-19T05:56:50.324Z Downloaded des v0.8.1
7262026-03-19T05:56:50.324Z Downloaded indent_write v2.2.0
7272026-03-19T05:56:50.327Z Downloaded derive_builder v0.20.2
7282026-03-19T05:56:50.330Z Downloaded csv-core v0.1.13
7292026-03-19T05:56:50.330Z Downloaded is-terminal v0.4.17
7302026-03-19T05:56:50.333Z Downloaded globset v0.4.18
7312026-03-19T05:56:50.333Z Downloaded glob v0.3.3
7322026-03-19T05:56:50.337Z Downloaded console v0.16.2
7332026-03-19T05:56:50.337Z Downloaded clang-sys v1.8.1
7342026-03-19T05:56:50.340Z Downloaded lazy_static v1.5.0
7352026-03-19T05:56:50.340Z Downloaded cookie v0.18.1
7362026-03-19T05:56:50.343Z Downloaded keccak v0.1.6
7372026-03-19T05:56:50.346Z Downloaded humantime v2.3.0
7382026-03-19T05:56:50.346Z Downloaded http-body-util v0.1.3
7392026-03-19T05:56:50.349Z Downloaded highway v1.3.0
7402026-03-19T05:56:50.349Z Downloaded instability v0.3.11
7412026-03-19T05:56:50.352Z Downloaded fs-err v2.11.0
7422026-03-19T05:56:50.355Z Downloaded allocator-api2 v0.2.21
7432026-03-19T05:56:50.355Z Downloaded console v0.15.11
7442026-03-19T05:56:50.358Z Downloaded lru-cache v0.1.2
7452026-03-19T05:56:50.361Z Downloaded is_ci v1.2.0
7462026-03-19T05:56:50.362Z Downloaded internet-checksum v0.2.1
7472026-03-19T05:56:50.362Z Downloaded instant v0.1.13
7482026-03-19T05:56:50.365Z Downloaded hyper-tls v0.6.0
7492026-03-19T05:56:50.365Z Downloaded hyper-staticfile v0.10.1
7502026-03-19T05:56:50.365Z Downloaded md5 v0.7.0
7512026-03-19T05:56:50.368Z Downloaded linked-hash-map v0.5.6
7522026-03-19T05:56:50.368Z Downloaded match_cfg v0.1.0
7532026-03-19T05:56:50.368Z Downloaded maplit v1.0.2
7542026-03-19T05:56:50.371Z Downloaded libscf-sys v1.1.0
7552026-03-19T05:56:50.371Z Downloaded lru-slab v0.1.2
7562026-03-19T05:56:50.374Z Downloaded lru v0.12.5
7572026-03-19T05:56:50.374Z Downloaded lzss v0.8.2
7582026-03-19T05:56:50.374Z Downloaded managed v0.8.0
7592026-03-19T05:56:50.377Z Downloaded getrandom v0.2.17
7602026-03-19T05:56:50.380Z Downloaded mime v0.3.17
7612026-03-19T05:56:50.380Z Downloaded multimap v0.10.1
7622026-03-19T05:56:50.383Z Downloaded ingot v0.1.1
7632026-03-19T05:56:50.383Z Downloaded md-5 v0.10.6
7642026-03-19T05:56:50.383Z Downloaded der v0.7.10
7652026-03-19T05:56:50.387Z Downloaded hex-literal v0.4.1
7662026-03-19T05:56:50.390Z Downloaded elliptic-curve v0.13.8
7672026-03-19T05:56:50.393Z Downloaded hickory-client v0.25.2
7682026-03-19T05:56:50.396Z Downloaded ipnetwork v0.21.1
7692026-03-19T05:56:50.396Z Downloaded cancel-safe-futures v0.1.5
7702026-03-19T05:56:50.398Z Downloaded newline-converter v0.3.0
7712026-03-19T05:56:50.401Z Downloaded new_debug_unreachable v1.0.6
7722026-03-19T05:56:50.401Z Downloaded memoffset v0.9.1
7732026-03-19T05:56:50.401Z Downloaded maybe-uninit v2.0.0
7742026-03-19T05:56:50.405Z Downloaded ingot-types v0.1.2
7752026-03-19T05:56:50.405Z Downloaded indoc v2.0.7
7762026-03-19T05:56:50.408Z Downloaded newtype_derive v0.1.6
7772026-03-19T05:56:50.408Z Downloaded const-oid v0.9.6
7782026-03-19T05:56:50.411Z Downloaded libefi-sys v0.1.0
7792026-03-19T05:56:50.411Z Downloaded impl-trait-for-tuples v0.2.3
7802026-03-19T05:56:50.414Z Downloaded derive-where v1.6.0
7812026-03-19T05:56:50.417Z Downloaded futures v0.3.32
7822026-03-19T05:56:50.420Z Downloaded num-derive v0.3.3
7832026-03-19T05:56:50.423Z Downloaded num-derive v0.4.2
7842026-03-19T05:56:50.426Z Downloaded num_enum_derive v0.5.11
7852026-03-19T05:56:50.426Z Downloaded num-conv v0.2.0
7862026-03-19T05:56:50.426Z Downloaded nibble_vec v0.1.0
7872026-03-19T05:56:50.429Z Downloaded lock_api v0.4.14
7882026-03-19T05:56:50.429Z Downloaded newtype-uuid-macros v0.1.0
7892026-03-19T05:56:50.432Z Downloaded ciborium v0.2.2
7902026-03-19T05:56:50.432Z Downloaded num-iter v0.1.45
7912026-03-19T05:56:50.435Z Downloaded getrandom v0.3.4
7922026-03-19T05:56:50.438Z Downloaded jobserver v0.1.34
7932026-03-19T05:56:50.441Z Downloaded num_threads v0.1.7
7942026-03-19T05:56:50.441Z Downloaded num v0.4.3
7952026-03-19T05:56:50.441Z Downloaded nodrop v0.1.14
7962026-03-19T05:56:50.444Z Downloaded linear-map v1.2.0
7972026-03-19T05:56:50.444Z Downloaded libsw-core v0.3.2
7982026-03-19T05:56:50.444Z Downloaded openssl-probe v0.1.6
7992026-03-19T05:56:50.447Z Downloaded opaque-debug v0.3.1
8002026-03-19T05:56:50.447Z Downloaded packed_struct_codegen v0.10.1
8012026-03-19T05:56:50.450Z Downloaded normalize-line-endings v0.3.0
8022026-03-19T05:56:50.450Z Downloaded nonempty v0.12.0
8032026-03-19T05:56:50.450Z Downloaded colored v3.1.1
8042026-03-19T05:56:50.453Z Downloaded openssl-macros v0.1.1
8052026-03-19T05:56:50.453Z Downloaded libsw v3.5.0
8062026-03-19T05:56:50.456Z Downloaded crc-any v2.5.0
8072026-03-19T05:56:50.459Z Downloaded flume v0.11.1
8082026-03-19T05:56:50.461Z Downloaded httparse v1.10.1
8092026-03-19T05:56:50.465Z Downloaded olpc-cjson v0.1.4
8102026-03-19T05:56:50.465Z Downloaded iana-time-zone v0.1.65
8112026-03-19T05:56:50.468Z Downloaded hyper-rustls v0.27.7
8122026-03-19T05:56:50.468Z Downloaded openssl-probe v0.2.1
8132026-03-19T05:56:50.471Z Downloaded hmac v0.12.1
8142026-03-19T05:56:50.471Z Downloaded oso-derive v0.27.3
8152026-03-19T05:56:50.473Z Downloaded newtype-uuid v1.3.2
8162026-03-19T05:56:50.473Z Downloaded pbkdf2 v0.12.2
8172026-03-19T05:56:50.477Z Downloaded parse-display v0.10.0
8182026-03-19T05:56:50.477Z Downloaded native-tls v0.2.18
8192026-03-19T05:56:50.480Z Downloaded peg-runtime v0.8.5
8202026-03-19T05:56:50.480Z Downloaded pbkdf2 v0.11.0
8212026-03-19T05:56:50.480Z Downloaded half v1.8.3
8222026-03-19T05:56:50.483Z Downloaded compact_str v0.8.1
8232026-03-19T05:56:50.488Z Downloaded parse-size v1.1.0
8242026-03-19T05:56:50.488Z Downloaded nanorand v0.7.0
8252026-03-19T05:56:50.491Z Downloaded multer v3.1.0
8262026-03-19T05:56:50.491Z Downloaded ingot-macros v0.1.1
8272026-03-19T05:56:50.494Z Downloaded mime_guess v2.0.5
8282026-03-19T05:56:50.494Z Downloaded ipnet v2.11.0
8292026-03-19T05:56:50.497Z Downloaded num-rational v0.4.2
8302026-03-19T05:56:50.497Z Downloaded phf_shared v0.11.3
8312026-03-19T05:56:50.497Z Downloaded phf_shared v0.12.1
8322026-03-19T05:56:50.500Z Downloaded base64 v0.22.1
8332026-03-19T05:56:50.503Z Downloaded num-integer v0.1.46
8342026-03-19T05:56:50.503Z Downloaded num-complex v0.4.6
8352026-03-19T05:56:50.506Z Downloaded fatfs v0.3.6
8362026-03-19T05:56:50.509Z Downloaded path-slash v0.1.5
8372026-03-19T05:56:50.509Z Downloaded half v2.7.1
8382026-03-19T05:56:50.512Z Downloaded bzip2 v0.6.1
8392026-03-19T05:56:50.512Z Downloaded pin-utils v0.1.0
8402026-03-19T05:56:50.516Z Downloaded ignore v0.4.25
8412026-03-19T05:56:50.516Z Downloaded num_enum_derive v0.7.5
8422026-03-19T05:56:50.519Z Downloaded litrs v1.0.0
8432026-03-19T05:56:50.521Z Downloaded num_enum v0.5.11
8442026-03-19T05:56:50.524Z Downloaded packed_struct v0.10.1
8452026-03-19T05:56:50.527Z Downloaded proc-macro-crate v1.3.1
8462026-03-19T05:56:50.527Z Downloaded predicates-core v1.0.10
8472026-03-19T05:56:50.527Z Downloaded powerfmt v0.2.0
8482026-03-19T05:56:50.530Z Downloaded precomputed-hash v0.1.1
8492026-03-19T05:56:50.530Z Downloaded oxnet v0.1.4
8502026-03-19T05:56:50.533Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-03-19T05:56:50.533Z Downloaded proc-macro-crate v3.4.0
8522026-03-19T05:56:50.533Z Downloaded crypto-bigint v0.5.5
8532026-03-19T05:56:50.538Z Downloaded chacha20poly1305 v0.10.1
8542026-03-19T05:56:50.541Z Downloaded heapless v0.7.17
8552026-03-19T05:56:50.544Z Downloaded owo-colors v4.3.0
8562026-03-19T05:56:50.547Z Downloaded memmap2 v0.9.10
8572026-03-19T05:56:50.547Z Downloaded libloading v0.8.9
8582026-03-19T05:56:50.550Z Downloaded pem-rfc7468 v0.7.0
8592026-03-19T05:56:50.553Z Downloaded peg-macros v0.8.5
8602026-03-19T05:56:50.553Z Downloaded predicates-tree v1.0.13
8612026-03-19T05:56:50.553Z Downloaded progenitor-client v0.11.2
8622026-03-19T05:56:50.556Z Downloaded progenitor-macro v0.13.0
8632026-03-19T05:56:50.556Z Downloaded diesel_derives v2.3.7
8642026-03-19T05:56:50.569Z Downloaded progenitor-macro v0.11.2
8652026-03-19T05:56:50.572Z Downloaded libbz2-rs-sys v0.2.2
8662026-03-19T05:56:50.575Z Downloaded pem v3.0.6
8672026-03-19T05:56:50.575Z Downloaded password-hash v0.5.0
8682026-03-19T05:56:50.578Z Downloaded psl-types v2.0.11
8692026-03-19T05:56:50.578Z Downloaded progenitor-client v0.10.0
8702026-03-19T05:56:50.581Z Downloaded rand_xorshift v0.4.0
8712026-03-19T05:56:50.581Z Downloaded rand_chacha v0.3.1
8722026-03-19T05:56:50.584Z Downloaded pin-project-lite v0.2.17
8732026-03-19T05:56:50.587Z Downloaded phf v0.12.1
8742026-03-19T05:56:50.590Z Downloaded paste v1.0.15
8752026-03-19T05:56:50.593Z Downloaded pkg-config v0.3.32
8762026-03-19T05:56:50.593Z Downloaded phf_shared v0.13.1
8772026-03-19T05:56:50.596Z Downloaded phf v0.13.1
8782026-03-19T05:56:50.596Z Downloaded quick-error v1.2.3
8792026-03-19T05:56:50.599Z Downloaded oxide-tokio-rt v0.1.3
8802026-03-19T05:56:50.599Z Downloaded primeorder v0.13.6
8812026-03-19T05:56:50.602Z Downloaded predicates v3.1.4
8822026-03-19T05:56:50.605Z Downloaded ref-cast-impl v1.0.25
8832026-03-19T05:56:50.605Z Downloaded indexmap v1.9.3
8842026-03-19T05:56:50.607Z Downloaded indicatif v0.18.4
8852026-03-19T05:56:50.611Z Downloaded nu-ansi-term v0.50.3
8862026-03-19T05:56:50.614Z Downloaded pkcs8 v0.10.2
8872026-03-19T05:56:50.617Z Downloaded polyval v0.6.2
8882026-03-19T05:56:50.620Z Downloaded poly1305 v0.8.0
8892026-03-19T05:56:50.620Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-03-19T05:56:50.623Z Downloaded hickory-resolver v0.24.4
8912026-03-19T05:56:50.626Z Downloaded recursive v0.1.1
8922026-03-19T05:56:50.626Z Downloaded progenitor v0.13.0
8932026-03-19T05:56:50.629Z Downloaded ppv-lite86 v0.2.21
8942026-03-19T05:56:50.629Z Downloaded progenitor v0.11.2
8952026-03-19T05:56:50.632Z Downloaded headers v0.4.1
8962026-03-19T05:56:50.635Z Downloaded omicron-zone-package v0.12.2
8972026-03-19T05:56:50.638Z Downloaded rtoolbox v0.0.3
8982026-03-19T05:56:50.641Z Downloaded russh-cryptovec v0.7.3
8992026-03-19T05:56:50.641Z Downloaded rustc_version v0.1.7
9002026-03-19T05:56:50.641Z Downloaded proc-macro-error2 v2.0.1
9012026-03-19T05:56:50.644Z Downloaded ref-cast v1.0.25
9022026-03-19T05:56:50.647Z Downloaded dropshot-api-manager v0.6.0
9032026-03-19T05:56:50.651Z Downloaded heapless v0.8.0
9042026-03-19T05:56:50.654Z Downloaded rand_core v0.9.5
9052026-03-19T05:56:50.654Z Downloaded progenitor v0.10.0
9062026-03-19T05:56:50.657Z Downloaded cc v1.2.56
9072026-03-19T05:56:50.660Z Downloaded rand_core v0.6.4
9082026-03-19T05:56:50.663Z Downloaded p256 v0.13.2
9092026-03-19T05:56:50.665Z Downloaded parking_lot_core v0.9.12
9102026-03-19T05:56:50.666Z Downloaded progenitor-macro v0.10.0
9112026-03-19T05:56:50.669Z Downloaded rand_seeder v0.4.0
9122026-03-19T05:56:50.669Z Downloaded rustc-hash v2.1.1
9132026-03-19T05:56:50.671Z Downloaded progenitor-client v0.13.0
9142026-03-19T05:56:50.671Z Downloaded parking_lot v0.12.5
9152026-03-19T05:56:50.675Z Downloaded psm v0.1.30
9162026-03-19T05:56:50.678Z Downloaded ed25519-dalek v2.2.0
9172026-03-19T05:56:50.680Z Downloaded radium v0.7.0
9182026-03-19T05:56:50.680Z Downloaded hashbrown v0.12.3
9192026-03-19T05:56:50.683Z Downloaded postcard v1.1.3
9202026-03-19T05:56:50.687Z Downloaded pkcs1 v0.7.5
9212026-03-19T05:56:50.690Z Downloaded same-file v1.0.6
9222026-03-19T05:56:50.690Z Downloaded salsa20 v0.10.2
9232026-03-19T05:56:50.693Z Downloaded r2d2 v0.8.10
9242026-03-19T05:56:50.693Z Downloaded rand_chacha v0.9.0
9252026-03-19T05:56:50.696Z Downloaded postgres-types v0.2.12
9262026-03-19T05:56:50.696Z Downloaded postgres-protocol v0.6.10
9272026-03-19T05:56:50.699Z Downloaded pin-project-internal v1.1.11
9282026-03-19T05:56:50.699Z Downloaded secrecy v0.8.0
9292026-03-19T05:56:50.702Z Downloaded scheduled-thread-pool v0.2.7
9302026-03-19T05:56:50.702Z Downloaded parse-display-derive v0.10.0
9312026-03-19T05:56:50.705Z Downloaded derive_more-impl v2.1.1
9322026-03-19T05:56:50.709Z Downloaded scrypt v0.11.0
9332026-03-19T05:56:50.711Z Downloaded rustc_version v0.4.1
9342026-03-19T05:56:50.711Z Downloaded resolv-conf v0.7.6
9352026-03-19T05:56:50.711Z Downloaded scroll_derive v0.13.1
9362026-03-19T05:56:50.715Z Downloaded parking_lot_core v0.8.6
9372026-03-19T05:56:50.715Z Downloaded serde-big-array v0.5.1
9382026-03-19T05:56:50.718Z Downloaded pin-project v1.1.11
9392026-03-19T05:56:50.726Z Downloaded serde_repr v0.1.20
9402026-03-19T05:56:50.728Z Downloaded oso v0.27.3
9412026-03-19T05:56:50.731Z Downloaded sha1 v0.10.6
9422026-03-19T05:56:50.734Z Downloaded rfc6979 v0.4.0
9432026-03-19T05:56:50.734Z Downloaded secrecy v0.10.3
9442026-03-19T05:56:50.737Z Downloaded rand_core v0.10.0
9452026-03-19T05:56:50.737Z Downloaded seq-macro v0.3.6
9462026-03-19T05:56:50.740Z Downloaded rustls-pemfile v1.0.4
9472026-03-19T05:56:50.740Z Downloaded semver v0.1.20
9482026-03-19T05:56:50.743Z Downloaded pkcs5 v0.7.1
9492026-03-19T05:56:50.746Z Downloaded sigpipe v0.1.3
9502026-03-19T05:56:50.746Z Downloaded signal-hook-mio v0.2.5
9512026-03-19T05:56:50.748Z Downloaded progenitor-extras v0.1.1
9522026-03-19T05:56:50.749Z Downloaded rustls-pemfile v2.2.0
9532026-03-19T05:56:50.751Z Downloaded rustls-native-certs v0.8.3
9542026-03-19T05:56:50.754Z Downloaded minimal-lexical v0.2.1
9552026-03-19T05:56:50.757Z Downloaded serde_spanned v1.0.4
9562026-03-19T05:56:50.760Z Downloaded parking_lot v0.11.2
9572026-03-19T05:56:50.760Z Downloaded papergrid v0.17.0
9582026-03-19T05:56:50.772Z Downloaded miniz_oxide v0.8.9
9592026-03-19T05:56:50.777Z Downloaded siphasher v1.0.2
9602026-03-19T05:56:50.777Z Downloaded scopeguard v1.2.0
9612026-03-19T05:56:50.777Z Downloaded slog-envlogger v2.2.0
9622026-03-19T05:56:50.777Z Downloaded slog-bunyan v2.5.0
9632026-03-19T05:56:50.777Z Downloaded shell-words v1.1.1
9642026-03-19T05:56:50.777Z Downloaded serde_urlencoded v0.7.1
9652026-03-19T05:56:50.777Z Downloaded hickory-resolver v0.25.2
9662026-03-19T05:56:50.780Z Downloaded signal-hook-tokio v0.3.1
9672026-03-19T05:56:50.780Z Downloaded sec1 v0.7.3
9682026-03-19T05:56:50.783Z Downloaded signature v2.2.0
9692026-03-19T05:56:50.783Z Downloaded sct v0.7.1
9702026-03-19T05:56:50.786Z Downloaded serde_bytes v0.11.19
9712026-03-19T05:56:50.789Z Downloaded quinn-udp v0.5.14
9722026-03-19T05:56:50.789Z Downloaded jiff-static v0.2.21
9732026-03-19T05:56:50.792Z Downloaded http v1.4.0
9742026-03-19T05:56:50.795Z Downloaded sapling-renderdag v0.1.0
9752026-03-19T05:56:50.798Z Downloaded serde-hex v0.1.0
9762026-03-19T05:56:50.798Z Downloaded russh-keys v0.45.0
9772026-03-19T05:56:50.801Z Downloaded rusty-fork v0.3.1
9782026-03-19T05:56:50.801Z Downloaded rustversion v1.0.22
9792026-03-19T05:56:50.804Z Downloaded scroll v0.13.0
9802026-03-19T05:56:50.806Z Downloaded schemars_derive v0.8.22
9812026-03-19T05:56:50.806Z Downloaded ar_archive_writer v0.5.1
9822026-03-19T05:56:50.810Z Downloaded prettyplease v0.2.37
9832026-03-19T05:56:50.814Z Downloaded prefix-trie v0.7.0
9842026-03-19T05:56:50.814Z Downloaded hickory-server v0.25.2
9852026-03-19T05:56:50.817Z Downloaded sqlparser_derive v0.5.0
9862026-03-19T05:56:50.820Z Downloaded hashbrown v0.13.2
9872026-03-19T05:56:50.823Z Downloaded crossterm v0.29.0
9882026-03-19T05:56:50.826Z Downloaded openssl-sys v0.9.111
9892026-03-19T05:56:50.830Z Downloaded itertools v0.10.5
9902026-03-19T05:56:50.835Z Downloaded crossterm v0.28.1
9912026-03-19T05:56:50.840Z Downloaded strip-ansi-escapes v0.2.1
9922026-03-19T05:56:50.843Z Downloaded progenitor-impl v0.13.0
9932026-03-19T05:56:50.846Z Downloaded aes v0.8.4
9942026-03-19T05:56:50.849Z Downloaded progenitor-impl v0.11.2
9952026-03-19T05:56:50.849Z Downloaded serde_derive_internals v0.29.1
9962026-03-19T05:56:50.852Z Downloaded ssh-encoding v0.2.0
9972026-03-19T05:56:50.852Z Downloaded slog-dtrace v0.3.0
9982026-03-19T05:56:50.855Z Downloaded slog-async v2.8.0
9992026-03-19T05:56:50.855Z Downloaded ssh-cipher v0.2.0
10002026-03-19T05:56:50.858Z Downloaded strum v0.26.3
10012026-03-19T05:56:50.858Z Downloaded simd-adler32 v0.3.8
10022026-03-19T05:56:50.861Z Downloaded take_mut v0.2.2
10032026-03-19T05:56:50.861Z Downloaded tagptr v0.2.0
10042026-03-19T05:56:50.864Z Downloaded supports-color v3.0.2
10052026-03-19T05:56:50.864Z Downloaded strum v0.27.2
10062026-03-19T05:56:50.866Z Downloaded serde_path_to_error v0.1.20
10072026-03-19T05:56:50.867Z Downloaded rustls-pki-types v1.14.0
10082026-03-19T05:56:50.869Z Downloaded hyper-util v0.1.20
10092026-03-19T05:56:50.873Z Downloaded tabwriter v1.4.1
10102026-03-19T05:56:50.876Z Downloaded sync_wrapper v1.0.2
10112026-03-19T05:56:50.876Z Downloaded subtle v2.6.1
10122026-03-19T05:56:50.879Z Downloaded serde_cbor v0.11.2
10132026-03-19T05:56:50.882Z Downloaded rayon-core v1.13.0
10142026-03-19T05:56:50.885Z Downloaded structmeta-derive v0.3.0
10152026-03-19T05:56:50.885Z Downloaded structmeta v0.3.0
10162026-03-19T05:56:50.885Z Downloaded rustls-platform-verifier v0.6.2
10172026-03-19T05:56:50.888Z Downloaded smf v0.2.3
10182026-03-19T05:56:50.891Z Downloaded sync-ptr v0.1.4
10192026-03-19T05:56:50.891Z Downloaded slog-term v2.9.2
10202026-03-19T05:56:50.894Z Downloaded static_assertions v1.1.0
10212026-03-19T05:56:50.897Z Downloaded thiserror-impl-no-std v2.0.2
10222026-03-19T05:56:50.897Z Downloaded testing_table v0.3.0
10232026-03-19T05:56:50.897Z Downloaded thread-id v5.1.0
10242026-03-19T05:56:50.900Z Downloaded termtree v0.5.1
10252026-03-19T05:56:50.900Z Downloaded tabled_derive v0.11.0
10262026-03-19T05:56:50.904Z Downloaded time-core v0.1.8
10272026-03-19T05:56:50.904Z Downloaded stringprep v0.1.5
10282026-03-19T05:56:50.904Z Downloaded stacker v0.1.23
10292026-03-19T05:56:50.908Z Downloaded sqlformat v0.3.5
10302026-03-19T05:56:50.908Z Downloaded slog-scope v4.4.1
10312026-03-19T05:56:50.911Z Downloaded slog-json v2.6.1
10322026-03-19T05:56:50.911Z Downloaded pretty_assertions v1.4.1
10332026-03-19T05:56:50.914Z Downloaded mio v1.1.1
10342026-03-19T05:56:50.917Z Downloaded ryu v1.0.23
10352026-03-19T05:56:50.920Z Downloaded hashbrown v0.15.5
10362026-03-19T05:56:50.923Z Downloaded snafu-derive v0.8.9
10372026-03-19T05:56:50.926Z Downloaded aes-gcm v0.10.3
10382026-03-19T05:56:50.929Z Downloaded strum_macros v0.26.4
10392026-03-19T05:56:50.929Z Downloaded strum_macros v0.24.3
10402026-03-19T05:56:50.932Z Downloaded ron v0.8.1
10412026-03-19T05:56:50.935Z Downloaded smallvec v0.6.14
10422026-03-19T05:56:50.938Z Downloaded progenitor-impl v0.10.0
10432026-03-19T05:56:50.938Z Downloaded slab v0.4.12
10442026-03-19T05:56:50.941Z Downloaded signal-hook-registry v1.4.8
10452026-03-19T05:56:50.941Z Downloaded shlex v1.3.0
10462026-03-19T05:56:50.944Z Downloaded serde_plain v1.0.2
10472026-03-19T05:56:50.944Z Downloaded bumpalo v3.20.2
10482026-03-19T05:56:50.947Z Downloaded num_enum v0.7.5
10492026-03-19T05:56:50.950Z Downloaded tap v1.0.1
10502026-03-19T05:56:50.952Z Downloaded flate2 v1.1.9
10512026-03-19T05:56:50.955Z Downloaded support-bundle-viewer v0.1.2
10522026-03-19T05:56:50.958Z Downloaded string_cache v0.8.9
10532026-03-19T05:56:50.958Z Downloaded serde_with_macros v3.17.0
10542026-03-19T05:56:50.961Z Downloaded topological-sort v0.2.2
10552026-03-19T05:56:50.961Z Downloaded const_format v0.2.35
10562026-03-19T05:56:50.964Z Downloaded bytes v1.11.1
10572026-03-19T05:56:50.968Z Downloaded signal-hook v0.3.18
10582026-03-19T05:56:50.971Z Downloaded trait-variant v0.1.2
10592026-03-19T05:56:50.974Z Downloaded time-macros v0.2.27
10602026-03-19T05:56:50.974Z Downloaded tower-service v0.3.3
10612026-03-19T05:56:50.977Z Downloaded schemars v0.8.22
10622026-03-19T05:56:50.984Z Downloaded tower-layer v0.3.3
10632026-03-19T05:56:50.987Z Downloaded tiny-keccak v2.0.2
10642026-03-19T05:56:50.990Z Downloaded itertools v0.12.1
10652026-03-19T05:56:50.993Z Downloaded thiserror-no-std v2.0.2
10662026-03-19T05:56:50.996Z Downloaded tls_codec_derive v0.4.2
10672026-03-19T05:56:50.999Z Downloaded slog-stdlog v4.1.1
10682026-03-19T05:56:51.003Z Downloaded libxml v0.3.3
10692026-03-19T05:56:51.006Z Downloaded publicsuffix v2.3.0
10702026-03-19T05:56:51.009Z Downloaded try-lock v0.2.5
10712026-03-19T05:56:51.009Z Downloaded iri-string v0.7.10
10722026-03-19T05:56:51.013Z Downloaded untrusted v0.7.1
10732026-03-19T05:56:51.016Z Downloaded universal-hash v0.5.1
10742026-03-19T05:56:51.016Z Downloaded tokio-rustls v0.25.0
10752026-03-19T05:56:51.019Z Downloaded tokio-macros v2.6.0
10762026-03-19T05:56:51.019Z Downloaded tokio-dtrace v0.1.1
10772026-03-19T05:56:51.022Z Downloaded tls_codec v0.4.2
10782026-03-19T05:56:51.022Z Downloaded unarray v0.1.4
10792026-03-19T05:56:51.025Z Downloaded rsa v0.9.10
10802026-03-19T05:56:51.028Z Downloaded untrusted v0.9.0
10812026-03-19T05:56:51.031Z Downloaded unit-prefix v0.5.2
10822026-03-19T05:56:51.031Z Downloaded typify-macro v0.6.1
10832026-03-19T05:56:51.031Z Downloaded utf-8 v0.7.6
10842026-03-19T05:56:51.035Z Downloaded usdt-attr-macro v0.6.0
10852026-03-19T05:56:51.035Z Downloaded void v1.0.2
10862026-03-19T05:56:51.035Z Downloaded quinn v0.11.9
10872026-03-19T05:56:51.038Z Downloaded usdt v0.6.0
10882026-03-19T05:56:51.041Z Downloaded tokio-native-tls v0.3.1
10892026-03-19T05:56:51.041Z Downloaded term v0.7.0
10902026-03-19T05:56:51.043Z Downloaded usdt-macro v0.6.0
10912026-03-19T05:56:51.044Z Downloaded tokio-tungstenite v0.23.1
10922026-03-19T05:56:51.047Z Downloaded socket2 v0.6.2
10932026-03-19T05:56:51.050Z Downloaded toml_writer v1.0.6+spec-1.1.0
10942026-03-19T05:56:51.050Z Downloaded num-bigint v0.4.6
10952026-03-19T05:56:51.052Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-03-19T05:56:51.055Z Downloaded schemars v0.9.0
10972026-03-19T05:56:51.064Z Downloaded termios v0.3.3
10982026-03-19T05:56:51.066Z Downloaded slog v2.8.2
10992026-03-19T05:56:51.069Z Downloaded tokio-rustls v0.24.1
11002026-03-19T05:56:51.072Z Downloaded typify-macro v0.4.3
11012026-03-19T05:56:51.072Z Downloaded similar v2.7.0
11022026-03-19T05:56:51.075Z Downloaded samael v0.0.19
11032026-03-19T05:56:51.079Z Downloaded tokio-stream v0.1.18
11042026-03-19T05:56:51.084Z Downloaded tokio-rustls v0.26.4
11052026-03-19T05:56:51.087Z Downloaded hkdf v0.12.4
11062026-03-19T05:56:51.087Z Downloaded rand v0.8.5
11072026-03-19T05:56:51.090Z Downloaded nom v7.1.3
11082026-03-19T05:56:51.093Z Downloaded want v0.3.1
11092026-03-19T05:56:51.096Z Downloaded waitgroup v0.1.2
11102026-03-19T05:56:51.096Z Downloaded wait-timeout v0.2.1
11112026-03-19T05:56:51.099Z Downloaded tui-tree-widget v0.23.1
11122026-03-19T05:56:51.099Z Downloaded socket2 v0.5.10
11132026-03-19T05:56:51.099Z Downloaded futures-util v0.3.32
11142026-03-19T05:56:51.108Z Downloaded usdt-impl v0.6.0
11152026-03-19T05:56:51.111Z Downloaded xattr v1.6.1
11162026-03-19T05:56:51.111Z Downloaded toml_parser v1.0.9+spec-1.1.0
11172026-03-19T05:56:51.114Z Downloaded xshell-macros v0.2.7
11182026-03-19T05:56:51.114Z Downloaded tinyvec_macros v0.1.1
11192026-03-19T05:56:51.117Z Downloaded spin v0.9.8
11202026-03-19T05:56:51.117Z Downloaded unicode-truncate v1.1.0
11212026-03-19T05:56:51.120Z Downloaded unicase v2.9.0
11222026-03-19T05:56:51.120Z Downloaded aho-corasick v1.1.4
11232026-03-19T05:56:51.123Z Downloaded vergen-lib v0.1.6
11242026-03-19T05:56:51.126Z Downloaded vergen-gitcl v1.0.8
11252026-03-19T05:56:51.126Z Downloaded tracing-attributes v0.1.31
11262026-03-19T05:56:51.129Z Downloaded subprocess v0.2.15
11272026-03-19T05:56:51.132Z Downloaded zone v0.3.1
11282026-03-19T05:56:51.132Z Downloaded zeroize_derive v1.4.3
11292026-03-19T05:56:51.135Z Downloaded test-strategy v0.4.5
11302026-03-19T05:56:51.138Z Downloaded rand v0.9.2
11312026-03-19T05:56:51.141Z Downloaded p521 v0.13.3
11322026-03-19T05:56:51.145Z Downloaded itertools v0.13.0
11332026-03-19T05:56:51.148Z Downloaded tar v0.4.44
11342026-03-19T05:56:51.151Z Downloaded serde_yaml v0.9.34+deprecated
11352026-03-19T05:56:51.151Z Downloaded rustls-webpki v0.103.9
11362026-03-19T05:56:51.154Z Downloaded qorb v0.4.1
11372026-03-19T05:56:51.156Z Downloaded zone_cfg_derive v0.3.1
11382026-03-19T05:56:51.159Z Downloaded russh v0.45.0
11392026-03-19T05:56:51.162Z Downloaded whoami v1.6.1
11402026-03-19T05:56:51.162Z Downloaded term v1.2.1
11412026-03-19T05:56:51.165Z Downloaded tokio-tungstenite v0.21.0
11422026-03-19T05:56:51.168Z Downloaded whoami v2.1.0
11432026-03-19T05:56:51.171Z Downloaded strum_macros v0.27.2
11442026-03-19T05:56:51.171Z Downloaded spki v0.7.3
11452026-03-19T05:56:51.174Z Downloaded thread_local v1.1.9
11462026-03-19T05:56:51.174Z Downloaded rcgen v0.12.1
11472026-03-19T05:56:51.177Z Downloaded toml v0.7.8
11482026-03-19T05:56:51.180Z Downloaded uzers v0.12.2
11492026-03-19T05:56:51.180Z Downloaded rand v0.10.0
11502026-03-19T05:56:51.183Z Downloaded tinyvec v1.10.0
11512026-03-19T05:56:51.186Z Downloaded snafu v0.8.9
11522026-03-19T05:56:51.189Z Downloaded twox-hash v2.1.2
11532026-03-19T05:56:51.193Z Downloaded unicode-properties v0.1.4
11542026-03-19T05:56:51.196Z Downloaded iddqd v0.3.17
11552026-03-19T05:56:51.199Z Downloaded arc-swap v1.8.2
11562026-03-19T05:56:51.202Z Downloaded expectorate v1.2.0
11572026-03-19T05:56:51.205Z Downloaded wyz v0.5.1
11582026-03-19T05:56:51.208Z Downloaded peg v0.8.5
11592026-03-19T05:56:51.211Z Downloaded password-hash v0.4.2
11602026-03-19T05:56:51.211Z Downloaded base64 v0.21.7
11612026-03-19T05:56:51.213Z Downloaded typify v0.6.1
11622026-03-19T05:56:51.216Z Downloaded xz2 v0.1.7
11632026-03-19T05:56:51.219Z Downloaded schemars v1.2.1
11642026-03-19T05:56:51.230Z Downloaded zeroize v1.8.2
11652026-03-19T05:56:51.233Z Downloaded zstd-safe v7.2.4
11662026-03-19T05:56:51.233Z Downloaded zstd v0.13.3
11672026-03-19T05:56:51.236Z Downloaded yasna v0.5.2
11682026-03-19T05:56:51.236Z Downloaded vsss-rs v3.3.4
11692026-03-19T05:56:51.239Z Downloaded vergen-git2 v1.0.7
11702026-03-19T05:56:51.239Z Downloaded hyper v1.8.1
11712026-03-19T05:56:51.243Z Downloaded zerocopy v0.6.6
11722026-03-19T05:56:51.246Z Downloaded walkdir v2.5.0
11732026-03-19T05:56:51.249Z Downloaded tungstenite v0.23.0
11742026-03-19T05:56:51.252Z Downloaded toml_edit v0.23.10+spec-1.0.0
11752026-03-19T05:56:51.255Z Downloaded tracing-core v0.1.36
11762026-03-19T05:56:51.255Z Downloaded typify v0.4.3
11772026-03-19T05:56:51.259Z Downloaded steno v0.4.1
11782026-03-19T05:56:51.262Z Downloaded reedline v0.40.0
11792026-03-19T05:56:51.266Z Downloaded vergen v9.0.6
11802026-03-19T05:56:51.269Z Downloaded unsafe-libyaml v0.2.11
11812026-03-19T05:56:51.272Z Downloaded vte v0.14.1
11822026-03-19T05:56:51.272Z Downloaded xshell v0.2.7
11832026-03-19T05:56:51.275Z Downloaded rustyline v14.0.0
11842026-03-19T05:56:51.278Z Downloaded ron v0.12.0
11852026-03-19T05:56:51.284Z Downloaded rpassword v7.4.0
11862026-03-19T05:56:51.286Z Downloaded toml v0.9.12+spec-1.1.0
11872026-03-19T05:56:51.289Z Downloaded num-bigint-dig v0.8.6
11882026-03-19T05:56:51.292Z Downloaded uuid v1.21.0
11892026-03-19T05:56:51.296Z Downloaded toml_edit v0.19.15
11902026-03-19T05:56:51.308Z Downloaded unicode-bidi v0.3.18
11912026-03-19T05:56:51.311Z Downloaded tungstenite v0.21.0
11922026-03-19T05:56:51.314Z Downloaded ssh-key v0.6.7
11932026-03-19T05:56:51.318Z Downloaded tokio-postgres v0.7.16
11942026-03-19T05:56:51.322Z Downloaded curve25519-dalek v4.1.3
11952026-03-19T05:56:51.329Z Downloaded zopfli v0.8.3
11962026-03-19T05:56:51.332Z Downloaded git2 v0.20.4
11972026-03-19T05:56:51.337Z Downloaded yansi v1.0.1
11982026-03-19T05:56:51.340Z Downloaded unicode_categories v0.1.1
11992026-03-19T05:56:51.343Z Downloaded p384 v0.13.1
12002026-03-19T05:56:51.346Z Downloaded h2 v0.4.13
12012026-03-19T05:56:51.349Z Downloaded blake3 v1.8.3
12022026-03-19T05:56:51.356Z Downloaded zip v0.6.6
12032026-03-19T05:56:51.359Z Downloaded regex v1.12.3
12042026-03-19T05:56:51.364Z Downloaded bitvec v1.0.1
12052026-03-19T05:56:51.376Z Downloaded quick-xml v0.37.5
12062026-03-19T05:56:51.380Z Downloaded lalrpop v0.19.12
12072026-03-19T05:56:51.389Z Downloaded reqwest v0.12.28
12082026-03-19T05:56:51.394Z Downloaded rustls-webpki v0.101.7
12092026-03-19T05:56:51.406Z Downloaded zerocopy-derive v0.8.40
12102026-03-19T05:56:51.413Z Downloaded chrono v0.4.44
12112026-03-19T05:56:51.419Z Downloaded tower v0.5.3
12122026-03-19T05:56:51.426Z Downloaded reqwest v0.13.2
12132026-03-19T05:56:51.430Z Downloaded x509-cert v0.2.5
12142026-03-19T05:56:51.435Z Downloaded unicode-normalization v0.1.25
12152026-03-19T05:56:51.438Z Downloaded typed-path v0.9.3
12162026-03-19T05:56:51.443Z Downloaded tokio-util v0.7.18
12172026-03-19T05:56:51.449Z Downloaded unicode-segmentation v1.12.0
12182026-03-19T05:56:51.452Z Downloaded salty v0.3.0
12192026-03-19T05:56:51.456Z Downloaded aws-lc-rs v1.16.0
12202026-03-19T05:56:51.464Z Downloaded zip v4.6.1
12212026-03-19T05:56:51.468Z Downloaded portable-atomic v1.13.1
12222026-03-19T05:56:51.475Z Downloaded object v0.30.4
12232026-03-19T05:56:51.482Z Downloaded tower-http v0.6.8
12242026-03-19T05:56:51.488Z Downloaded moka v0.12.13
12252026-03-19T05:56:51.494Z Downloaded proptest v1.10.0
12262026-03-19T05:56:51.501Z Downloaded tough v0.20.0
12272026-03-19T05:56:51.508Z Downloaded quinn-proto v0.11.13
12282026-03-19T05:56:51.513Z Downloaded rustls-webpki v0.102.8
12292026-03-19T05:56:51.528Z Downloaded serde_with v3.17.0
12302026-03-19T05:56:51.537Z Downloaded petname v2.0.2
12312026-03-19T05:56:51.542Z Downloaded winnow v0.5.40
12322026-03-19T05:56:51.548Z Downloaded rayon v1.11.0
12332026-03-19T05:56:51.555Z Downloaded nix v0.27.1
12342026-03-19T05:56:51.563Z Downloaded winnow v0.6.26
12352026-03-19T05:56:51.570Z Downloaded polar-core v0.27.3
12362026-03-19T05:56:51.576Z Downloaded goblin v0.10.5
12372026-03-19T05:56:51.582Z Downloaded radix_trie v0.2.1
12382026-03-19T05:56:51.586Z Downloaded bindgen v0.71.1
12392026-03-19T05:56:51.591Z Downloaded openssl v0.10.75
12402026-03-19T05:56:51.598Z Downloaded dropshot v0.16.7
12412026-03-19T05:56:51.615Z Downloaded libm v0.2.16
12422026-03-19T05:56:51.622Z Downloaded bstr v1.12.1
12432026-03-19T05:56:51.629Z Downloaded nix v0.29.0
12442026-03-19T05:56:51.640Z Downloaded time v0.3.47
12452026-03-19T05:56:51.647Z Downloaded tabled v0.20.0
12462026-03-19T05:56:51.661Z Downloaded vcpkg v0.2.15
12472026-03-19T05:56:51.690Z Downloaded zlib-rs v0.6.2
12482026-03-19T05:56:51.696Z Downloaded object v0.37.3
12492026-03-19T05:56:51.702Z Downloaded zerocopy v0.8.40
12502026-03-19T05:56:51.710Z Downloaded smoltcp v0.11.0
12512026-03-19T05:56:51.719Z Downloaded regex-syntax v0.8.10
12522026-03-19T05:56:51.725Z Downloaded openapiv3 v2.2.0
12532026-03-19T05:56:51.734Z Downloaded rustls v0.23.37
12542026-03-19T05:56:51.743Z Downloaded hickory-proto v0.25.2
12552026-03-19T05:56:51.755Z Downloaded rustix v0.38.44
12562026-03-19T05:56:51.772Z Downloaded rustls v0.22.4
12572026-03-19T05:56:51.782Z Downloaded diesel v2.3.7
12582026-03-19T05:56:51.798Z Downloaded sqlparser v0.61.0
12592026-03-19T05:56:51.807Z Downloaded sled v0.34.7
12602026-03-19T05:56:51.814Z Downloaded regress v0.10.5
12612026-03-19T05:56:51.820Z Downloaded webpki-roots v1.0.6
12622026-03-19T05:56:51.822Z Downloaded regex-syntax v0.6.29
12632026-03-19T05:56:51.827Z Downloaded hickory-proto v0.24.4
12642026-03-19T05:56:51.839Z Downloaded bzip2-sys v0.1.13+1.0.8
12652026-03-19T05:56:51.848Z Downloaded smoltcp v0.9.1
12662026-03-19T05:56:51.855Z Downloaded rustls v0.21.12
12672026-03-19T05:56:51.864Z Downloaded nix v0.31.1
12682026-03-19T05:56:51.872Z Downloaded nix v0.28.0
12692026-03-19T05:56:51.880Z Downloaded itertools v0.14.0
12702026-03-19T05:56:51.886Z Downloaded cookie_store v0.22.1
12712026-03-19T05:56:51.888Z Downloaded crossbeam-channel v0.5.15
12722026-03-19T05:56:51.891Z Downloaded lalrpop-util v0.19.12
12732026-03-19T05:56:51.891Z Downloaded colored v2.2.0
12742026-03-19T05:56:51.894Z Downloaded chacha20 v0.10.0
12752026-03-19T05:56:51.895Z Downloaded cargo_toml v0.22.3
12762026-03-19T05:56:51.897Z Downloaded derive_more v0.99.20
12772026-03-19T05:56:51.900Z Downloaded defmt-macros v1.0.1
12782026-03-19T05:56:51.904Z Downloaded darling_core v0.23.0
12792026-03-19T05:56:51.907Z Downloaded darling v0.23.0
12802026-03-19T05:56:51.910Z Downloaded chrono-tz v0.10.4
12812026-03-19T05:56:51.922Z Downloaded crc32fast v1.5.0
12822026-03-19T05:56:51.925Z Downloaded ciborium-ll v0.2.2
12832026-03-19T05:56:51.925Z Downloaded blake2 v0.10.6
12842026-03-19T05:56:51.928Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-03-19T05:56:51.939Z Downloaded typify-impl v0.6.1
12862026-03-19T05:56:51.950Z Downloaded typify-impl v0.4.3
12872026-03-19T05:56:51.961Z Downloaded tracing v0.1.44
12882026-03-19T05:56:51.978Z Downloaded ratatui v0.29.0
12892026-03-19T05:56:51.993Z Downloaded kstat-rs v0.2.4
12902026-03-19T05:56:51.996Z Downloaded ahash v0.8.12
12912026-03-19T05:56:51.996Z Downloaded const_format_proc_macros v0.2.34
12922026-03-19T05:56:52.000Z Downloaded group v0.13.0
12932026-03-19T05:56:52.000Z Downloaded globwalk v0.9.1
12942026-03-19T05:56:52.000Z Downloaded git-stub-vcs v0.1.0
12952026-03-19T05:56:52.003Z Downloaded futures-executor v0.3.32
12962026-03-19T05:56:52.003Z Downloaded dropshot_endpoint v0.16.7
12972026-03-19T05:56:52.006Z Downloaded corncobs v0.1.4
12982026-03-19T05:56:52.006Z Downloaded constant_time_eq v0.4.2
12992026-03-19T05:56:52.006Z Downloaded chacha20 v0.9.1
13002026-03-19T05:56:52.010Z Downloaded regex-automata v0.4.14
13012026-03-19T05:56:52.019Z Downloaded zerocopy-derive v0.6.6
13022026-03-19T05:56:52.026Z Downloaded cbc v0.1.2
13032026-03-19T05:56:52.029Z Downloaded cargo_metadata v0.19.2
13042026-03-19T05:56:52.029Z Downloaded diff v0.1.13
13052026-03-19T05:56:52.032Z Downloaded cpufeatures v0.3.0
13062026-03-19T05:56:52.032Z Downloaded drift v0.1.3
13072026-03-19T05:56:52.035Z Downloaded ecdsa v0.16.9
13082026-03-19T05:56:52.038Z Downloaded bzip2 v0.4.4
13092026-03-19T05:56:52.038Z Downloaded async-trait v0.1.89
13102026-03-19T05:56:52.041Z Downloaded buf-list v1.1.2
13112026-03-19T05:56:52.044Z Downloaded bitfield-macros v0.19.4
13122026-03-19T05:56:52.044Z Downloaded git-stub v1.0.0
13132026-03-19T05:56:52.044Z Downloaded cassowary v0.3.0
13142026-03-19T05:56:52.044Z Downloaded jiff v0.2.21
13152026-03-19T05:56:52.058Z Downloaded camino-tempfile-ext v0.3.3
13162026-03-19T05:56:52.062Z Downloaded petgraph v0.6.5
13172026-03-19T05:56:52.073Z Downloaded lzma-sys v0.1.20
13182026-03-19T05:56:52.095Z Downloaded blowfish v0.9.1
13192026-03-19T05:56:52.097Z Downloaded derive-ex v0.1.8
13202026-03-19T05:56:52.098Z Downloaded crossbeam-utils v0.8.21
13212026-03-19T05:56:52.098Z Downloaded defmt v1.0.1
13222026-03-19T05:56:52.100Z Downloaded filetime v0.2.27
13232026-03-19T05:56:52.103Z Downloaded crc v3.4.0
13242026-03-19T05:56:52.103Z Downloaded futures-macro v0.3.32
13252026-03-19T05:56:52.103Z Downloaded funty v2.0.0
13262026-03-19T05:56:52.104Z Downloaded foreign-types-macros v0.2.3
13272026-03-19T05:56:52.106Z Downloaded foreign-types v0.3.2
13282026-03-19T05:56:52.107Z Downloaded flagset v0.4.7
13292026-03-19T05:56:52.107Z Downloaded bit-set v0.8.0
13302026-03-19T05:56:52.107Z Downloaded bcrypt-pbkdf v0.10.0
13312026-03-19T05:56:52.116Z Downloaded petgraph v0.8.3
13322026-03-19T05:56:52.132Z Downloaded csv v1.4.0
13332026-03-19T05:56:52.155Z Downloaded libz-sys v1.1.24
13342026-03-19T05:56:52.179Z Downloaded sha3 v0.10.8
13352026-03-19T05:56:52.185Z Downloaded tokio v1.49.0
13362026-03-19T05:56:52.258Z Downloaded encoding_rs v0.8.35
13372026-03-19T05:56:52.290Z Downloaded ring v0.17.14
13382026-03-19T05:56:52.328Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-19T05:56:52.758Z Downloaded aws-lc-sys v0.37.1
13402026-03-19T05:56:53.083Z Compiling libc v0.2.180
13412026-03-19T05:56:53.086Z Compiling serde v1.0.228
13422026-03-19T05:56:53.086Z Compiling log v0.4.29
13432026-03-19T05:56:53.086Z Compiling shlex v1.3.0
13442026-03-19T05:56:53.289Z Compiling find-msvc-tools v0.1.9
13452026-03-19T05:56:53.289Z Compiling smallvec v1.15.1
13462026-03-19T05:56:53.306Z Compiling syn v2.0.117
13472026-03-19T05:56:53.325Z Compiling typenum v1.19.0
13482026-03-19T05:56:53.507Z Compiling generic-array v0.14.7
13492026-03-19T05:56:53.507Z Compiling subtle v2.6.1
13502026-03-19T05:56:53.571Z Compiling scopeguard v1.2.0
13512026-03-19T05:56:53.630Z Compiling portable-atomic v1.13.1
13522026-03-19T05:56:53.667Z Compiling const-oid v0.9.6
13532026-03-19T05:56:53.713Z Compiling lock_api v0.4.14
13542026-03-19T05:56:53.733Z Compiling critical-section v1.2.0
13552026-03-19T05:56:53.813Z Compiling zerocopy v0.8.40
13562026-03-19T05:56:53.861Z Compiling parking_lot_core v0.9.12
13572026-03-19T05:56:54.015Z Compiling pin-project-lite v0.2.17
13582026-03-19T05:56:54.131Z Compiling serde_json v1.0.149
13592026-03-19T05:56:54.183Z Compiling pkg-config v0.3.32
13602026-03-19T05:56:54.376Z Compiling getrandom v0.2.17
13612026-03-19T05:56:54.395Z Compiling jobserver v0.1.34
13622026-03-19T05:56:54.448Z Compiling errno v0.3.14
13632026-03-19T05:56:54.617Z Compiling rand_core v0.6.4
13642026-03-19T05:56:54.636Z Compiling signal-hook-registry v1.4.8
13652026-03-19T05:56:54.655Z Compiling cc v1.2.56
13662026-03-19T05:56:54.877Z Compiling once_cell v1.21.3
13672026-03-19T05:56:54.955Z Compiling mio v1.1.1
13682026-03-19T05:56:54.974Z Compiling bitflags v2.11.0
13692026-03-19T05:56:54.993Z Compiling libm v0.2.16
13702026-03-19T05:56:55.137Z Compiling num-traits v0.2.19
13712026-03-19T05:56:55.253Z Compiling parking_lot v0.12.5
13722026-03-19T05:56:55.277Z Compiling futures-core v0.3.32
13732026-03-19T05:56:55.461Z Compiling socket2 v0.6.2
13742026-03-19T05:56:55.552Z Compiling percent-encoding v2.3.2
13752026-03-19T05:56:55.719Z Compiling allocator-api2 v0.2.21
13762026-03-19T05:56:55.883Z Compiling foldhash v0.2.0
13772026-03-19T05:56:55.933Z Compiling cpufeatures v0.2.17
13782026-03-19T05:56:56.028Z Compiling futures-sink v0.3.32
13792026-03-19T05:56:56.135Z Compiling hashbrown v0.16.1
13802026-03-19T05:56:56.165Z Compiling futures-channel v0.3.32
13812026-03-19T05:56:56.184Z Compiling getrandom v0.4.1
13822026-03-19T05:56:56.184Z Compiling futures-io v0.3.32
13832026-03-19T05:56:56.404Z Compiling futures-task v0.3.32
13842026-03-19T05:56:56.407Z Compiling slab v0.4.12
13852026-03-19T05:56:56.470Z Compiling rand_core v0.10.0
13862026-03-19T05:56:56.651Z Compiling getrandom v0.3.4
13872026-03-19T05:56:56.669Z Compiling rustversion v1.0.22
13882026-03-19T05:56:56.938Z Compiling indexmap v2.13.0
13892026-03-19T05:56:56.963Z Compiling form_urlencoded v1.2.2
13902026-03-19T05:56:56.983Z Compiling cmake v0.1.57
13912026-03-19T05:56:57.171Z Compiling dunce v1.0.5
13922026-03-19T05:56:57.209Z Compiling fs_extra v1.3.0
13932026-03-19T05:56:57.292Z Compiling base64ct v1.8.3
13942026-03-19T05:56:57.535Z Compiling synstructure v0.13.2
13952026-03-19T05:56:57.565Z Compiling ident_case v1.0.1
13962026-03-19T05:56:57.634Z Compiling pem-rfc7468 v0.7.0
13972026-03-19T05:56:57.689Z Compiling aws-lc-sys v0.37.1
13982026-03-19T05:56:57.721Z Compiling flagset v0.4.7
13992026-03-19T05:56:57.874Z Compiling rand_core v0.9.5
14002026-03-19T05:56:57.894Z Compiling rustix v1.1.3
14012026-03-19T05:56:57.915Z Compiling iana-time-zone v0.1.65
14022026-03-19T05:56:57.972Z Compiling ring v0.17.14
14032026-03-19T05:56:58.047Z Compiling uuid v1.21.0
14042026-03-19T05:56:58.183Z Compiling rustc_version v0.4.1
14052026-03-19T05:56:58.235Z Compiling regex-syntax v0.8.10
14062026-03-19T05:56:58.390Z Compiling aws-lc-rs v1.16.0
14072026-03-19T05:56:58.620Z Compiling vcpkg v0.2.15
14082026-03-19T05:56:58.760Z Compiling tracing-core v0.1.36
14092026-03-19T05:56:58.982Z Compiling crossbeam-utils v0.8.21
14102026-03-19T05:56:59.385Z Compiling pest_generator v2.8.6
14112026-03-19T05:56:59.536Z Compiling serde_derive_internals v0.29.1
14122026-03-19T05:56:59.648Z Compiling openssl-sys v0.9.111
14132026-03-19T05:57:00.060Z Compiling serde_derive v1.0.228
14142026-03-19T05:57:00.312Z Compiling zeroize_derive v1.4.3
14152026-03-19T05:57:00.332Z Compiling zerofrom-derive v0.1.6
14162026-03-19T05:57:00.351Z Compiling yoke-derive v0.8.1
14172026-03-19T05:57:00.823Z Compiling zerocopy-derive v0.8.40
14182026-03-19T05:57:01.185Z Compiling zeroize v1.8.2
14192026-03-19T05:57:01.595Z Compiling zerovec-derive v0.11.2
14202026-03-19T05:57:01.941Z Compiling displaydoc v0.2.5
14212026-03-19T05:57:02.227Z Compiling crypto-common v0.1.7
14222026-03-19T05:57:02.287Z Compiling zerofrom v0.1.6
14232026-03-19T05:57:02.406Z Compiling block-buffer v0.10.4
14242026-03-19T05:57:02.444Z Compiling yoke v0.8.1
14252026-03-19T05:57:02.608Z Compiling digest v0.10.7
14262026-03-19T05:57:02.685Z Compiling tokio-macros v2.6.0
14272026-03-19T05:57:02.850Z Compiling futures-macro v0.3.32
14282026-03-19T05:57:02.896Z Compiling zerotrie v0.2.3
14292026-03-19T05:57:02.925Z Compiling hmac v0.12.1
14302026-03-19T05:57:03.058Z Compiling zerovec v0.11.5
14312026-03-19T05:57:03.120Z Compiling block-padding v0.3.3
14322026-03-19T05:57:03.286Z Compiling inout v0.1.4
14332026-03-19T05:57:03.319Z Compiling sha2 v0.10.9
14342026-03-19T05:57:03.499Z Compiling cipher v0.4.4
14352026-03-19T05:57:03.646Z Compiling der_derive v0.7.3
14362026-03-19T05:57:03.743Z Compiling tinystr v0.8.2
14372026-03-19T05:57:03.843Z Compiling potential_utf v0.1.4
14382026-03-19T05:57:03.918Z Compiling futures-util v0.3.32
14392026-03-19T05:57:04.005Z Compiling icu_locale_core v2.1.1
14402026-03-19T05:57:04.058Z Compiling icu_collections v2.1.1
14412026-03-19T05:57:04.698Z Compiling salsa20 v0.10.2
14422026-03-19T05:57:04.842Z Compiling bytes v1.11.1
14432026-03-19T05:57:04.867Z Compiling icu_provider v2.1.1
14442026-03-19T05:57:04.930Z Compiling der v0.7.10
14452026-03-19T05:57:05.186Z Compiling icu_normalizer v2.1.1
14462026-03-19T05:57:05.218Z Compiling icu_properties v2.1.2
14472026-03-19T05:57:05.242Z Compiling chrono v0.4.44
14482026-03-19T05:57:05.735Z Compiling tokio v1.49.0
14492026-03-19T05:57:05.894Z Compiling http v1.4.0
14502026-03-19T05:57:06.637Z Compiling idna_adapter v1.2.1
14512026-03-19T05:57:06.775Z Compiling idna v1.1.0
14522026-03-19T05:57:06.807Z Compiling spki v0.7.3
14532026-03-19T05:57:07.047Z Compiling ppv-lite86 v0.2.21
14542026-03-19T05:57:07.067Z Compiling pbkdf2 v0.12.2
14552026-03-19T05:57:07.150Z Compiling url v2.5.8
14562026-03-19T05:57:07.170Z Compiling thiserror-impl v2.0.18
14572026-03-19T05:57:07.203Z Compiling scrypt v0.11.0
14582026-03-19T05:57:07.206Z Compiling aes v0.8.4
14592026-03-19T05:57:07.480Z Compiling rand_chacha v0.9.0
14602026-03-19T05:57:07.528Z Compiling cbc v0.1.2
14612026-03-19T05:57:07.643Z Compiling rustls-pki-types v1.14.0
14622026-03-19T05:57:07.711Z Compiling tracing-attributes v0.1.31
14632026-03-19T05:57:08.198Z Compiling pkcs5 v0.7.1
14642026-03-19T05:57:08.245Z Compiling rand v0.9.2
14652026-03-19T05:57:08.348Z Compiling http-body v1.0.1
14662026-03-19T05:57:08.597Z Compiling httparse v1.10.1
14672026-03-19T05:57:08.617Z Compiling syn v1.0.109
14682026-03-19T05:57:08.834Z Compiling untrusted v0.9.0
14692026-03-19T05:57:08.949Z Compiling thiserror v2.0.18
14702026-03-19T05:57:08.983Z Compiling schemars v0.8.22
14712026-03-19T05:57:09.003Z Compiling untrusted v0.7.1
14722026-03-19T05:57:09.023Z Compiling base64 v0.22.1
14732026-03-19T05:57:09.076Z Compiling openssl-probe v0.2.1
14742026-03-19T05:57:09.276Z Compiling pkcs8 v0.10.2
14752026-03-19T05:57:09.279Z Compiling schemars_derive v0.8.22
14762026-03-19T05:57:09.315Z Compiling pest_derive v2.8.6
14772026-03-19T05:57:09.430Z Compiling scroll_derive v0.13.1
14782026-03-19T05:57:09.497Z Compiling tracing v0.1.44
14792026-03-19T05:57:09.839Z Compiling darling_core v0.20.11
14802026-03-19T05:57:09.840Z Compiling dyn-clone v1.0.20
14812026-03-19T05:57:10.011Z Compiling atomic-waker v1.1.2
14822026-03-19T05:57:10.168Z Compiling tower-layer v0.3.3
14832026-03-19T05:57:10.332Z Compiling tower-service v0.3.3
14842026-03-19T05:57:10.373Z Compiling tinyvec_macros v0.1.1
14852026-03-19T05:57:10.451Z Compiling try-lock v0.2.5
14862026-03-19T05:57:10.471Z Compiling rustls v0.23.37
14872026-03-19T05:57:10.490Z Compiling scroll v0.13.0
14882026-03-19T05:57:10.623Z Compiling want v0.3.1
14892026-03-19T05:57:10.741Z Compiling tinyvec v1.10.0
14902026-03-19T05:57:10.852Z Compiling tokio-util v0.7.18
14912026-03-19T05:57:11.597Z Compiling ipnet v2.11.0
14922026-03-19T05:57:11.767Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-19T05:57:12.255Z Compiling h2 v0.4.13
14942026-03-19T05:57:12.275Z Compiling spin v0.9.8
14952026-03-19T05:57:12.295Z Compiling aho-corasick v1.1.4
14962026-03-19T05:57:12.541Z Compiling time-core v0.1.8
14972026-03-19T05:57:12.730Z Compiling powerfmt v0.2.0
14982026-03-19T05:57:12.853Z Compiling foreign-types-shared v0.1.1
14992026-03-19T05:57:12.962Z Compiling num-conv v0.2.0
15002026-03-19T05:57:13.000Z Compiling openssl v0.10.75
15012026-03-19T05:57:13.134Z Compiling pin-utils v0.1.0
15022026-03-19T05:57:13.181Z Compiling darling_macro v0.20.11
15032026-03-19T05:57:13.233Z Compiling crc32fast v1.5.0
15042026-03-19T05:57:13.286Z Compiling httpdate v1.0.3
15052026-03-19T05:57:13.582Z Compiling regex-automata v0.4.14
15062026-03-19T05:57:13.654Z Compiling time-macros v0.2.27
15072026-03-19T05:57:13.743Z Compiling tempfile v3.25.0
15082026-03-19T05:57:13.766Z Compiling darling v0.20.11
15092026-03-19T05:57:13.870Z Compiling foreign-types v0.3.2
15102026-03-19T05:57:13.957Z Compiling deranged v0.5.8
15112026-03-19T05:57:14.656Z Compiling goblin v0.10.5
15122026-03-19T05:57:15.295Z Compiling openssl-macros v0.1.1
15132026-03-19T05:57:15.825Z Compiling thiserror-impl v1.0.69
15142026-03-19T05:57:15.845Z Compiling wait-timeout v0.2.1
15152026-03-19T05:57:16.193Z Compiling quick-error v1.2.3
15162026-03-19T05:57:16.326Z Compiling hyper v1.8.1
15172026-03-19T05:57:16.532Z Compiling simd-adler32 v0.3.8
15182026-03-19T05:57:16.856Z Compiling native-tls v0.2.18
15192026-03-19T05:57:17.110Z Compiling bit-vec v0.8.0
15202026-03-19T05:57:17.411Z Compiling usdt-impl v0.6.0
15212026-03-19T05:57:17.517Z Compiling either v1.15.0
15222026-03-19T05:57:17.631Z Compiling num_threads v0.1.7
15232026-03-19T05:57:17.664Z Compiling siphasher v1.0.2
15242026-03-19T05:57:17.750Z Compiling hyper-util v0.1.20
15252026-03-19T05:57:17.785Z Compiling time v0.3.47
15262026-03-19T05:57:17.942Z Compiling thiserror v1.0.69
15272026-03-19T05:57:18.071Z Compiling bit-set v0.8.0
15282026-03-19T05:57:18.305Z Compiling rusty-fork v0.3.1
15292026-03-19T05:57:18.473Z Compiling dof v0.4.0
15302026-03-19T05:57:19.382Z Compiling derive_builder_core v0.20.2
15312026-03-19T05:57:20.076Z Compiling unicode-normalization v0.1.25
15322026-03-19T05:57:20.093Z Compiling crossbeam-epoch v0.9.18
15332026-03-19T05:57:20.216Z Compiling dtrace-parser v0.3.0
15342026-03-19T05:57:20.522Z Compiling rustls-native-certs v0.8.3
15352026-03-19T05:57:20.579Z Compiling signature v2.2.0
15362026-03-19T05:57:20.708Z Compiling scroll_derive v0.12.1
15372026-03-19T05:57:20.730Z Compiling heapless v0.7.17
15382026-03-19T05:57:20.821Z Compiling rand_xorshift v0.4.0
15392026-03-19T05:57:20.938Z Compiling slog v2.8.2
15402026-03-19T05:57:21.025Z Compiling darling_core v0.21.3
15412026-03-19T05:57:21.044Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-19T05:57:21.164Z Compiling sync_wrapper v1.0.2
15432026-03-19T05:57:21.273Z Compiling thread-id v5.1.0
15442026-03-19T05:57:21.299Z Compiling cookie v0.18.1
15452026-03-19T05:57:21.376Z Compiling unicode-segmentation v1.12.0
15462026-03-19T05:57:21.396Z Compiling signal-hook v0.3.18
15472026-03-19T05:57:21.525Z Compiling unicode-bidi v0.3.18
15482026-03-19T05:57:21.583Z Compiling adler2 v2.0.1
15492026-03-19T05:57:21.603Z Compiling unarray v0.1.4
15502026-03-19T05:57:21.736Z Compiling zstd-safe v7.2.4
15512026-03-19T05:57:21.756Z Compiling anyhow v1.0.102
15522026-03-19T05:57:21.876Z Compiling paste v1.0.15
15532026-03-19T05:57:21.976Z Compiling unicode-properties v0.1.4
15542026-03-19T05:57:22.138Z Compiling rayon-core v1.13.0
15552026-03-19T05:57:22.231Z Compiling stringprep v0.1.5
15562026-03-19T05:57:22.371Z Compiling proptest v1.10.0
15572026-03-19T05:57:22.538Z Compiling miniz_oxide v0.8.9
15582026-03-19T05:57:22.584Z Compiling scroll v0.12.0
15592026-03-19T05:57:22.929Z Compiling tower v0.5.3
15602026-03-19T05:57:23.036Z Compiling derive_builder_macro v0.20.2
15612026-03-19T05:57:23.359Z Compiling crossbeam-deque v0.8.6
15622026-03-19T05:57:23.504Z Compiling ipnetwork v0.21.1
15632026-03-19T05:57:23.554Z Compiling http-body-util v0.1.3
15642026-03-19T05:57:23.576Z Compiling webpki-roots v1.0.6
15652026-03-19T05:57:23.601Z Compiling rand_chacha v0.3.1
15662026-03-19T05:57:23.604Z Compiling toml_datetime v0.6.11
15672026-03-19T05:57:23.725Z Compiling erased-serde v0.3.31
15682026-03-19T05:57:23.867Z Compiling serde_spanned v0.6.9
15692026-03-19T05:57:23.953Z Compiling serde_tokenstream v0.2.3
15702026-03-19T05:57:24.012Z Compiling md-5 v0.10.6
15712026-03-19T05:57:24.049Z Compiling zerocopy-derive v0.7.35
15722026-03-19T05:57:24.211Z Compiling curve25519-dalek v4.1.3
15732026-03-19T05:57:24.357Z Compiling vergen-lib v0.1.6
15742026-03-19T05:57:24.455Z Compiling num-integer v0.1.46
15752026-03-19T05:57:24.576Z Compiling hash32 v0.2.1
15762026-03-19T05:57:24.596Z Compiling darling_macro v0.21.3
15772026-03-19T05:57:24.624Z Compiling ff v0.13.1
15782026-03-19T05:57:24.629Z Compiling memoffset v0.9.1
15792026-03-19T05:57:24.799Z Compiling rustix v0.38.44
15802026-03-19T05:57:24.822Z Compiling smoltcp v0.9.1
15812026-03-19T05:57:24.879Z Compiling ref-cast v1.0.25
15822026-03-19T05:57:24.899Z Compiling ryu v1.0.23
15832026-03-19T05:57:25.129Z Compiling num-bigint-dig v0.8.6
15842026-03-19T05:57:25.198Z Compiling iri-string v0.7.10
15852026-03-19T05:57:25.219Z Compiling litrs v1.0.0
15862026-03-19T05:57:25.238Z Compiling psl-types v2.0.11
15872026-03-19T05:57:25.244Z Compiling base16ct v0.2.0
15882026-03-19T05:57:25.276Z Compiling fallible-iterator v0.2.0
15892026-03-19T05:57:25.355Z Compiling zlib-rs v0.6.2
15902026-03-19T05:57:25.411Z Compiling cfg_aliases v0.2.1
15912026-03-19T05:57:25.461Z Compiling sec1 v0.7.3
15922026-03-19T05:57:25.503Z Compiling nix v0.31.1
15932026-03-19T05:57:25.725Z Compiling postgres-protocol v0.6.10
15942026-03-19T05:57:25.885Z Compiling newtype-uuid v1.3.2
15952026-03-19T05:57:25.951Z Compiling document-features v0.2.12
15962026-03-19T05:57:26.025Z Compiling publicsuffix v2.3.0
15972026-03-19T05:57:26.361Z Compiling zerocopy v0.7.35
15982026-03-19T05:57:26.449Z Compiling darling v0.21.3
15992026-03-19T05:57:26.468Z Compiling serde_urlencoded v0.7.1
16002026-03-19T05:57:26.729Z Compiling group v0.13.0
16012026-03-19T05:57:26.797Z Compiling num-iter v0.1.45
16022026-03-19T05:57:26.948Z Compiling tower-http v0.6.8
16032026-03-19T05:57:27.163Z Compiling rand v0.8.5
16042026-03-19T05:57:27.307Z Compiling oxnet v0.1.4
16052026-03-19T05:57:27.432Z Compiling derive_builder v0.20.2
16062026-03-19T05:57:27.582Z Compiling proc-macro-error v1.0.4
16072026-03-19T05:57:27.718Z Compiling goblin v0.8.2
16082026-03-19T05:57:28.357Z Compiling tokio-native-tls v0.3.1
16092026-03-19T05:57:28.550Z Compiling heck v0.4.1
16102026-03-19T05:57:28.580Z Compiling phf_shared v0.13.1
16112026-03-19T05:57:28.826Z Compiling regex v1.12.3
16122026-03-19T05:57:28.846Z Compiling hubpack_derive v0.1.1
16132026-03-19T05:57:28.903Z Compiling lazy_static v1.5.0
16142026-03-19T05:57:29.017Z Compiling cargo-platform v0.1.9
16152026-03-19T05:57:29.172Z Compiling hkdf v0.12.4
16162026-03-19T05:57:29.344Z Compiling crypto-bigint v0.5.5
16172026-03-19T05:57:29.379Z Compiling daft-derive v0.1.5
16182026-03-19T05:57:29.400Z Compiling strum_macros v0.27.2
16192026-03-19T05:57:29.419Z Compiling ref-cast-impl v1.0.25
16202026-03-19T05:57:30.021Z Compiling flate2 v1.1.9
16212026-03-19T05:57:30.139Z Compiling async-trait v0.1.89
16222026-03-19T05:57:30.330Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-19T05:57:30.583Z Compiling terminal_size v0.4.3
16242026-03-19T05:57:30.772Z Compiling vergen v9.0.6
16252026-03-19T05:57:30.999Z Compiling fs-err v3.3.0
16262026-03-19T05:57:31.212Z Compiling ahash v0.8.12
16272026-03-19T05:57:31.241Z Compiling winnow v0.5.40
16282026-03-19T05:57:31.455Z Compiling object v0.37.3
16292026-03-19T05:57:31.596Z Compiling bitflags v1.3.2
16302026-03-19T05:57:31.686Z Compiling foldhash v0.1.5
16312026-03-19T05:57:31.788Z Compiling managed v0.8.0
16322026-03-19T05:57:31.901Z Compiling bumpalo v3.20.2
16332026-03-19T05:57:32.066Z Compiling libbz2-rs-sys v0.2.2
16342026-03-19T05:57:32.156Z Compiling strum v0.27.2
16352026-03-19T05:57:32.225Z Compiling zopfli v0.8.3
16362026-03-19T05:57:32.313Z Compiling hashbrown v0.15.5
16372026-03-19T05:57:32.679Z Compiling bzip2 v0.6.1
16382026-03-19T05:57:32.967Z Compiling clap_builder v4.5.60
16392026-03-19T05:57:33.005Z Compiling toml_edit v0.19.15
16402026-03-19T05:57:33.048Z Compiling console v0.16.2
16412026-03-19T05:57:33.310Z Compiling dof v0.3.0
16422026-03-19T05:57:33.391Z Compiling elliptic-curve v0.13.8
16432026-03-19T05:57:33.789Z Compiling daft v0.1.5
16442026-03-19T05:57:34.046Z Compiling hubpack v0.1.2
16452026-03-19T05:57:34.143Z Compiling cargo_metadata v0.19.2
16462026-03-19T05:57:34.328Z Compiling zone_cfg_derive v0.3.1
16472026-03-19T05:57:35.153Z Compiling phf v0.13.1
16482026-03-19T05:57:35.861Z Compiling hyper-tls v0.6.0
16492026-03-19T05:57:36.070Z Compiling zstd v0.13.3
16502026-03-19T05:57:36.150Z Compiling signal-hook-mio v0.2.5
16512026-03-19T05:57:36.295Z Compiling cookie_store v0.22.1
16522026-03-19T05:57:36.436Z Compiling rayon v1.11.0
16532026-03-19T05:57:36.577Z Compiling bzip2 v0.4.4
16542026-03-19T05:57:36.850Z Compiling serde_with_macros v3.17.0
16552026-03-19T05:57:37.185Z Compiling postgres-types v0.2.12
16562026-03-19T05:57:37.265Z Compiling usdt-macro v0.6.0
16572026-03-19T05:57:37.290Z Compiling usdt-attr-macro v0.6.0
16582026-03-19T05:57:37.944Z Compiling ed25519 v2.2.3
16592026-03-19T05:57:38.220Z Compiling dtrace-parser v0.2.0
16602026-03-19T05:57:38.344Z Compiling phf_shared v0.11.3
16612026-03-19T05:57:38.388Z Compiling itertools v0.12.1
16622026-03-19T05:57:38.513Z Compiling bstr v1.12.1
16632026-03-19T05:57:38.586Z Compiling pkcs1 v0.7.5
16642026-03-19T05:57:38.890Z Compiling serde-big-array v0.5.1
16652026-03-19T05:57:39.074Z Compiling hex v0.4.3
16662026-03-19T05:57:39.096Z Compiling rfc6979 v0.4.0
16672026-03-19T05:57:39.138Z Compiling enum-as-inner v0.6.1
16682026-03-19T05:57:39.249Z Compiling serde_repr v0.1.20
16692026-03-19T05:57:39.289Z Compiling strum_macros v0.26.4
16702026-03-19T05:57:39.404Z Compiling clap_derive v4.5.55
16712026-03-19T05:57:39.426Z Compiling float-cmp v0.10.0
16722026-03-19T05:57:39.617Z Compiling memmap2 v0.9.10
16732026-03-19T05:57:39.794Z Compiling thread-id v4.2.2
16742026-03-19T05:57:39.902Z Compiling env_filter v1.0.0
16752026-03-19T05:57:39.902Z Compiling encoding_rs v0.8.35
16762026-03-19T05:57:39.944Z Compiling rustc-hash v2.1.1
16772026-03-19T05:57:40.060Z Compiling predicates-core v1.0.10
16782026-03-19T05:57:40.100Z Compiling whoami v2.1.0
16792026-03-19T05:57:40.288Z Compiling fixedbitset v0.5.7
16802026-03-19T05:57:40.308Z Compiling data-encoding v2.10.0
16812026-03-19T05:57:40.657Z Compiling unit-prefix v0.5.2
16822026-03-19T05:57:40.757Z Compiling keccak v0.1.6
16832026-03-19T05:57:40.848Z Compiling new_debug_unreachable v1.0.6
16842026-03-19T05:57:40.943Z Compiling static_assertions v1.1.0
16852026-03-19T05:57:41.038Z Compiling precomputed-hash v0.1.1
16862026-03-19T05:57:41.153Z Compiling difflib v0.4.0
16872026-03-19T05:57:41.301Z Compiling jiff v0.2.21
16882026-03-19T05:57:41.736Z Compiling fixedbitset v0.4.2
16892026-03-19T05:57:41.815Z Compiling mime v0.3.17
16902026-03-19T05:57:41.879Z Compiling normalize-line-endings v0.3.0
16912026-03-19T05:57:41.899Z Compiling clap v4.5.60
16922026-03-19T05:57:41.942Z Compiling strum v0.26.3
16932026-03-19T05:57:41.996Z Compiling predicates v3.1.4
16942026-03-19T05:57:42.017Z Compiling petgraph v0.6.5
16952026-03-19T05:57:42.038Z Compiling toml_edit v0.22.27
16962026-03-19T05:57:42.058Z Compiling string_cache v0.8.9
16972026-03-19T05:57:42.100Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-19T05:57:42.151Z Compiling sha3 v0.10.8
16992026-03-19T05:57:42.337Z Compiling indicatif v0.18.4
17002026-03-19T05:57:42.731Z Compiling hickory-proto v0.25.2
17012026-03-19T05:57:42.884Z Compiling petgraph v0.8.3
17022026-03-19T05:57:43.491Z Compiling tokio-postgres v0.7.16
17032026-03-19T05:57:44.057Z Compiling env_logger v0.11.9
17042026-03-19T05:57:44.539Z Compiling iddqd v0.3.17
17052026-03-19T05:57:45.529Z Compiling zip v4.6.1
17062026-03-19T05:57:45.888Z Compiling zone v0.3.1
17072026-03-19T05:57:45.993Z Compiling usdt-impl v0.5.0
17082026-03-19T05:57:46.115Z Compiling usdt v0.6.0
17092026-03-19T05:57:46.448Z Compiling serde_with v3.17.0
17102026-03-19T05:57:46.469Z Compiling ecdsa v0.16.9
17112026-03-19T05:57:46.755Z Compiling similar v2.7.0
17122026-03-19T05:57:46.821Z Compiling rsa v0.9.10
17132026-03-19T05:57:46.866Z Compiling ed25519-dalek v2.2.0
17142026-03-19T05:57:46.990Z Compiling crossterm v0.28.1
17152026-03-19T05:57:47.710Z Compiling zip v0.6.6
17162026-03-19T05:57:48.452Z Compiling toml v0.7.8
17172026-03-19T05:57:49.040Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-19T05:57:49.096Z Compiling itertools v0.13.0
17192026-03-19T05:57:49.288Z Compiling tokio-stream v0.1.18
17202026-03-19T05:57:49.308Z Compiling buf-list v1.1.2
17212026-03-19T05:57:49.328Z Compiling x509-cert v0.2.5
17222026-03-19T05:57:49.665Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-19T05:57:49.903Z Compiling openapiv3 v2.2.0
17242026-03-19T05:57:49.922Z Compiling sha1 v0.10.6
17252026-03-19T05:57:50.063Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-19T05:57:50.197Z Compiling lalrpop-util v0.19.12
17272026-03-19T05:57:50.441Z Compiling peg-runtime v0.8.5
17282026-03-19T05:57:50.460Z Compiling thread_local v1.1.9
17292026-03-19T05:57:50.789Z Compiling slog-async v2.8.0
17302026-03-19T05:57:50.812Z Compiling crossbeam-channel v0.5.15
17312026-03-19T05:57:50.835Z Compiling futures-executor v0.3.32
17322026-03-19T05:57:51.017Z Compiling filetime v0.2.27
17332026-03-19T05:57:51.183Z Compiling is-terminal v0.4.17
17342026-03-19T05:57:51.204Z Compiling term v1.2.1
17352026-03-19T05:57:51.240Z Compiling xattr v1.6.1
17362026-03-19T05:57:51.303Z Compiling take_mut v0.2.2
17372026-03-19T05:57:51.468Z Compiling tar v0.4.44
17382026-03-19T05:57:51.471Z Compiling futures v0.3.32
17392026-03-19T05:57:51.568Z Compiling slog-term v2.9.2
17402026-03-19T05:57:58.533Z Compiling rustls-webpki v0.103.9
17412026-03-19T05:58:02.590Z Compiling tokio-rustls v0.26.4
17422026-03-19T05:58:02.590Z Compiling rustls-platform-verifier v0.6.2
17432026-03-19T05:58:02.849Z Compiling hyper-rustls v0.27.7
17442026-03-19T05:58:03.105Z Compiling reqwest v0.13.2
17452026-03-19T05:58:03.105Z Compiling reqwest v0.12.28
17462026-03-19T05:58:06.101Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-19T05:58:06.382Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-19T05:58:10.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-19T05:58:10.389Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-19T05:58:10.450ZMar 19 05:58:09.638 INFO Starting download, target: Console
17512026-03-19T05:58:10.450ZMar 19 05:58:09.639 INFO Starting download, target: MaghemiteMgd
17522026-03-19T05:58:10.450ZMar 19 05:58:09.639 INFO Starting download, target: TransceiverControl
17532026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Starting download, target: Cockroach
17542026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Starting download, target: Clickhouse
17552026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Starting download, target: DendriteStub
17562026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17592026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-19T05:58:10.454ZMar 19 05:58:09.639 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-19T05:58:10.930ZMar 19 05:58:10.116 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-19T05:58:11.285ZMar 19 05:58:10.470 INFO Download complete, target: TransceiverControl
17642026-03-19T05:58:11.455ZMar 19 05:58:10.642 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-19T05:58:11.829ZMar 19 05:58:11.015 INFO Download complete, target: Console
17662026-03-19T05:58:11.866ZMar 19 05:58:11.054 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-19T05:58:12.180ZMar 19 05:58:11.367 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-19T05:58:12.375ZMar 19 05:58:11.564 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-19T05:58:13.351ZMar 19 05:58:12.539 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-19T05:58:13.351ZMar 19 05:58:12.539 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-19T05:58:15.484ZMar 19 05:58:14.673 INFO Download complete, target: DendriteStub
17722026-03-19T05:58:15.763ZMar 19 05:58:14.952 INFO Download complete, target: MaghemiteMgd
17732026-03-19T05:58:21.124ZMar 19 05:58:20.312 INFO Checking that binary works, target: Cockroach
17742026-03-19T05:58:21.236ZMar 19 05:58:20.424 INFO Download complete, target: Cockroach
17752026-03-19T05:58:23.730ZMar 19 05:58:22.918 INFO Checking that binary works, target: Clickhouse
17762026-03-19T05:58:23.896ZMar 19 05:58:23.084 INFO Download complete, target: Clickhouse
17772026-03-19T05:58:23.914ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-19T05:58:23.917Z
17792026-03-19T05:58:23.917Zreal 3:58.996300137
17802026-03-19T05:58:23.917Zuser 10:25.967037994
17812026-03-19T05:58:23.917Zsys 1:47.934987087
17822026-03-19T05:58:23.917Ztrap 0.335889887
17832026-03-19T05:58:23.917Ztflt 0.685711567
17842026-03-19T05:58:23.917Zdflt 0.480840282
17852026-03-19T05:58:23.917Zkflt 0.020833571
17862026-03-19T05:58:23.917Zlock 30:50.936008749
17872026-03-19T05:58:23.917Zslp 29:19.146326954
17882026-03-19T05:58:23.917Zlat 55.890963633
17892026-03-19T05:58:23.917Zstop 2:39.607083879
17902026-03-19T05:58:23.917Z+ banner clippy
17912026-03-19T05:58:23.918Z
17922026-03-19T05:58:23.918Z #### # # ##### ##### # #
17932026-03-19T05:58:23.918Z # # # # # # # # # #
17942026-03-19T05:58:23.918Z # # # # # # # #
17952026-03-19T05:58:23.918Z # # # ##### ##### #
17962026-03-19T05:58:23.918Z # # # # # # #
17972026-03-19T05:58:23.918Z #### ###### # # # #
17982026-03-19T05:58:23.918Z
17992026-03-19T05:58:23.918Z+ export CARGO_INCREMENTAL=0
18002026-03-19T05:58:23.918Z+ CARGO_INCREMENTAL=0
18012026-03-19T05:58:23.918Z+ ptime -m cargo xtask clippy
18022026-03-19T05:58:24.614Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-19T05:58:24.886Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-19T05:58:27.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18052026-03-19T05:58:27.487Z Running `target/debug/xtask clippy`
18062026-03-19T05:58:27.516Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-19T05:58:28.287Z Downloading crates ...
18082026-03-19T05:58:28.549Z Downloaded cargo-platform v0.3.2
18092026-03-19T05:58:28.556Z Downloaded blake2b_simd v1.0.4
18102026-03-19T05:58:28.559Z Downloaded addr2line v0.25.1
18112026-03-19T05:58:28.562Z Downloaded tinytemplate v1.2.1
18122026-03-19T05:58:28.581Z Downloaded target-lexicon v0.13.3
18132026-03-19T05:58:28.584Z Downloaded approx v0.5.1
18142026-03-19T05:58:28.585Z Downloaded supports-unicode v2.1.0
18152026-03-19T05:58:28.587Z Downloaded serde_regex v1.1.0
18162026-03-19T05:58:28.588Z Downloaded rstest v0.25.0
18172026-03-19T05:58:28.590Z Downloaded knuffel-derive v3.2.0
18182026-03-19T05:58:28.593Z Downloaded async-lock v3.4.2
18192026-03-19T05:58:28.593Z Downloaded backtrace-ext v0.2.1
18202026-03-19T05:58:28.596Z Downloaded assert_cmd v2.1.2
18212026-03-19T05:58:28.596Z Downloaded plotters-backend v0.3.7
18222026-03-19T05:58:28.599Z Downloaded rustc-demangle v0.1.27
18232026-03-19T05:58:28.599Z Downloaded pathdiff v0.2.3
18242026-03-19T05:58:28.599Z Downloaded nested v0.1.1
18252026-03-19T05:58:28.602Z Downloaded futures-timer v3.0.3
18262026-03-19T05:58:28.605Z Downloaded trybuild v1.0.116
18272026-03-19T05:58:28.610Z Downloaded httptest v0.16.4
18282026-03-19T05:58:28.613Z Downloaded owo-colors v3.5.0
18292026-03-19T05:58:28.619Z Downloaded miette-derive v5.10.0
18302026-03-19T05:58:28.619Z Downloaded async-object-pool v0.2.0
18312026-03-19T05:58:28.619Z Downloaded constant_time_eq v0.3.1
18322026-03-19T05:58:28.619Z Downloaded terminal_size v0.1.17
18332026-03-19T05:58:28.624Z Downloaded termcolor v1.4.1
18342026-03-19T05:58:28.624Z Downloaded target-triple v1.0.0
18352026-03-19T05:58:28.624Z Downloaded supports-hyperlinks v2.1.0
18362026-03-19T05:58:28.624Z Downloaded partial-io v0.5.4
18372026-03-19T05:58:28.627Z Downloaded parking v2.2.1
18382026-03-19T05:58:28.627Z Downloaded event-listener-strategy v0.5.4
18392026-03-19T05:58:28.632Z Downloaded guppy-workspace-hack v0.1.0
18402026-03-19T05:58:28.635Z Downloaded similar-asserts v1.7.0
18412026-03-19T05:58:28.635Z Downloaded supports-color v2.1.0
18422026-03-19T05:58:28.638Z Downloaded plotters-svg v0.3.7
18432026-03-19T05:58:28.640Z Downloaded relative-path v1.9.3
18442026-03-19T05:58:28.643Z Downloaded cargo_metadata v0.23.1
18452026-03-19T05:58:28.649Z Downloaded linkme-impl v0.3.35
18462026-03-19T05:58:28.651Z Downloaded cast v0.3.0
18472026-03-19T05:58:28.655Z Downloaded stringmetrics v2.2.2
18482026-03-19T05:58:28.658Z Downloaded target-spec v3.5.7
18492026-03-19T05:58:28.661Z Downloaded libtest-mimic v0.8.1
18502026-03-19T05:58:28.661Z Downloaded concurrent-queue v2.5.0
18512026-03-19T05:58:28.664Z Downloaded criterion-plot v0.6.0
18522026-03-19T05:58:28.664Z Downloaded anes v0.1.6
18532026-03-19T05:58:28.666Z Downloaded miette v5.10.0
18542026-03-19T05:58:28.669Z Downloaded linkme v0.3.35
18552026-03-19T05:58:28.669Z Downloaded knuffel v3.2.0
18562026-03-19T05:58:28.672Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18572026-03-19T05:58:28.672Z Downloaded cfg-expr v0.20.6
18582026-03-19T05:58:28.675Z Downloaded rust-argon2 v2.1.0
18592026-03-19T05:58:28.677Z Downloaded escape8259 v0.5.3
18602026-03-19T05:58:28.677Z Downloaded fancy-regex v0.14.0
18612026-03-19T05:58:28.680Z Downloaded textwrap v0.15.2
18622026-03-19T05:58:28.680Z Downloaded path-tree v0.8.3
18632026-03-19T05:58:28.683Z Downloaded event-listener v5.4.1
18642026-03-19T05:58:28.683Z Downloaded datatest-stable v0.3.3
18652026-03-19T05:58:28.686Z Downloaded oorandom v11.1.5
18662026-03-19T05:58:28.686Z Downloaded assert-json-diff v2.0.2
18672026-03-19T05:58:28.689Z Downloaded toml v1.0.3+spec-1.1.0
18682026-03-19T05:58:28.698Z Downloaded rstest_macros v0.25.0
18692026-03-19T05:58:28.703Z Downloaded rand_distr v0.5.1
18702026-03-19T05:58:28.708Z Downloaded chumsky v0.9.3
18712026-03-19T05:58:28.711Z Downloaded backtrace v0.3.76
18722026-03-19T05:58:28.714Z Downloaded plotters v0.3.7
18732026-03-19T05:58:28.730Z Downloaded criterion v0.7.0
18742026-03-19T05:58:28.735Z Downloaded hashbrown v0.14.5
18752026-03-19T05:58:28.738Z Downloaded guppy v0.17.25
18762026-03-19T05:58:28.755Z Downloaded gimli v0.32.3
18772026-03-19T05:58:28.854Z Downloaded httpmock v0.8.3
18782026-03-19T05:58:31.035Z Checking cfg-if v1.0.4
18792026-03-19T05:58:31.447Z Checking libc v0.2.180
18802026-03-19T05:58:31.450Z Checking serde_core v1.0.228
18812026-03-19T05:58:31.541Z Checking memchr v2.8.0
18822026-03-19T05:58:31.590Z Checking smallvec v1.15.1
18832026-03-19T05:58:31.639Z Checking itoa v1.0.17
18842026-03-19T05:58:31.642Z Checking log v0.4.29
18852026-03-19T05:58:31.740Z Checking zeroize v1.8.2
18862026-03-19T05:58:31.792Z Checking libm v0.2.16
18872026-03-19T05:58:31.854Z Checking scopeguard v1.2.0
18882026-03-19T05:58:31.907Z Checking stable_deref_trait v1.2.1
18892026-03-19T05:58:31.959Z Checking zmij v1.0.21
18902026-03-19T05:58:32.011Z Checking zerofrom v0.1.6
18912026-03-19T05:58:32.061Z Checking lock_api v0.4.14
18922026-03-19T05:58:32.103Z Checking errno v0.3.14
18932026-03-19T05:58:32.106Z Checking getrandom v0.2.17
18942026-03-19T05:58:32.201Z Checking percent-encoding v2.3.2
18952026-03-19T05:58:32.249Z Checking yoke v0.8.1
18962026-03-19T05:58:32.297Z Checking litemap v0.8.1
18972026-03-19T05:58:32.345Z Checking writeable v0.6.2
18982026-03-19T05:58:32.392Z Checking subtle v2.6.1
18992026-03-19T05:58:32.438Z Checking icu_normalizer_data v2.1.1
19002026-03-19T05:58:32.438Z Checking icu_properties_data v2.1.2
19012026-03-19T05:58:32.529Z Checking zerovec v0.11.5
19022026-03-19T05:58:32.577Z Checking zerotrie v0.2.3
19032026-03-19T05:58:32.580Z Checking form_urlencoded v1.2.2
19042026-03-19T05:58:32.669Z Checking rand_core v0.6.4
19052026-03-19T05:58:32.672Z Checking portable-atomic v1.13.1
19062026-03-19T05:58:32.765Z Checking pin-project-lite v0.2.17
19072026-03-19T05:58:32.822Z Checking num-traits v0.2.19
19082026-03-19T05:58:32.825Z Checking utf8_iter v1.0.4
19092026-03-19T05:58:32.926Z Checking zerocopy v0.8.40
19102026-03-19T05:58:32.975Z Checking critical-section v1.2.0
19112026-03-19T05:58:33.024Z Checking parking_lot_core v0.9.12
19122026-03-19T05:58:33.074Z Checking rand_core v0.10.0
19132026-03-19T05:58:33.141Z Checking signal-hook-registry v1.4.8
19142026-03-19T05:58:33.190Z Checking tinystr v0.8.2
19152026-03-19T05:58:33.288Z Checking potential_utf v0.1.4
19162026-03-19T05:58:33.337Z Checking parking_lot v0.12.5
19172026-03-19T05:58:33.384Z Checking getrandom v0.4.1
19182026-03-19T05:58:33.388Z Checking once_cell v1.21.3
19192026-03-19T05:58:33.476Z Checking icu_locale_core v2.1.1
19202026-03-19T05:58:33.522Z Checking icu_collections v2.1.1
19212026-03-19T05:58:33.621Z Checking mio v1.1.1
19222026-03-19T05:58:33.677Z Checking typenum v1.19.0
19232026-03-19T05:58:33.729Z Checking serde v1.0.228
19242026-03-19T05:58:33.729Z Checking bitflags v2.11.0
19252026-03-19T05:58:33.732Z Checking serde_json v1.0.149
19262026-03-19T05:58:33.953Z Checking socket2 v0.6.2
19272026-03-19T05:58:34.058Z Checking thiserror v2.0.18
19282026-03-19T05:58:34.110Z Checking iana-time-zone v0.1.65
19292026-03-19T05:58:34.231Z Checking allocator-api2 v0.2.21
19302026-03-19T05:58:34.283Z Checking icu_provider v2.1.1
19312026-03-19T05:58:34.331Z Checking uuid v1.21.0
19322026-03-19T05:58:34.334Z Checking semver v1.0.27
19332026-03-19T05:58:34.427Z Checking bytes v1.11.1
19342026-03-19T05:58:34.430Z Checking generic-array v0.14.7
19352026-03-19T05:58:34.623Z Checking icu_properties v2.1.2
19362026-03-19T05:58:34.672Z Checking icu_normalizer v2.1.1
19372026-03-19T05:58:34.719Z Checking chrono v0.4.44
19382026-03-19T05:58:34.768Z Checking futures-core v0.3.32
19392026-03-19T05:58:34.829Z Checking equivalent v1.0.2
19402026-03-19T05:58:34.987Z Checking dyn-clone v1.0.20
19412026-03-19T05:58:34.990Z Checking const-oid v0.9.6
19422026-03-19T05:58:35.093Z Checking crypto-common v0.1.7
19432026-03-19T05:58:35.132Z Checking tokio v1.49.0
19442026-03-19T05:58:35.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19452026-03-19T05:58:35.223Z Checking foldhash v0.2.0
19462026-03-19T05:58:35.272Z Checking block-buffer v0.10.4
19472026-03-19T05:58:35.453Z Checking hashbrown v0.16.1
19482026-03-19T05:58:35.504Z Checking futures-sink v0.3.32
19492026-03-19T05:58:35.606Z Checking rustix v1.1.3
19502026-03-19T05:58:35.704Z Checking byteorder v1.5.0
19512026-03-19T05:58:35.795Z Checking idna_adapter v1.2.1
19522026-03-19T05:58:35.923Z Checking futures-channel v0.3.32
19532026-03-19T05:58:35.985Z Checking idna v1.1.0
19542026-03-19T05:58:36.035Z Checking digest v0.10.7
19552026-03-19T05:58:36.038Z Checking futures-io v0.3.32
19562026-03-19T05:58:36.172Z Checking slab v0.4.12
19572026-03-19T05:58:36.223Z Checking futures-task v0.3.32
19582026-03-19T05:58:36.270Z Checking cpufeatures v0.2.17
19592026-03-19T05:58:36.324Z Checking indexmap v2.13.0
19602026-03-19T05:58:36.373Z Checking url v2.5.8
19612026-03-19T05:58:36.418Z Checking thiserror v1.0.69
19622026-03-19T05:58:36.421Z Checking getrandom v0.3.4
19632026-03-19T05:58:36.507Z Checking futures-util v0.3.32
19642026-03-19T05:58:36.573Z Checking fnv v1.0.7
19652026-03-19T05:58:36.676Z Checking regex-syntax v0.8.10
19662026-03-19T05:58:36.728Z Checking http v1.4.0
19672026-03-19T05:58:36.820Z Checking tracing-core v0.1.36
19682026-03-19T05:58:36.989Z Checking schemars v0.8.22
19692026-03-19T05:58:36.992Z Checking ppv-lite86 v0.2.21
19702026-03-19T05:58:37.130Z Checking base64 v0.22.1
19712026-03-19T05:58:37.295Z Checking tracing v0.1.44
19722026-03-19T05:58:37.484Z Checking unicode-ident v1.0.24
19732026-03-19T05:58:37.531Z Checking ipnet v2.11.0
19742026-03-19T05:58:37.584Z Checking utf8parse v0.2.2
19752026-03-19T05:58:37.631Z Checking anstyle v1.0.13
19762026-03-19T05:58:37.678Z Checking proc-macro2 v1.0.106
19772026-03-19T05:58:37.746Z Checking untrusted v0.9.0
19782026-03-19T05:58:37.902Z Checking anstyle-parse v0.2.7
19792026-03-19T05:58:37.950Z Checking aho-corasick v1.1.4
19802026-03-19T05:58:37.953Z Checking ring v0.17.14
19812026-03-19T05:58:37.990Z Checking is_terminal_polyfill v1.70.2
19822026-03-19T05:58:38.128Z Checking base64ct v1.8.3
19832026-03-19T05:58:38.133Z Checking quote v1.0.44
19842026-03-19T05:58:38.218Z Checking anstyle-query v1.1.5
19852026-03-19T05:58:38.369Z Checking colorchoice v1.0.4
19862026-03-19T05:58:38.437Z Checking syn v2.0.117
19872026-03-19T05:58:38.488Z Checking block-padding v0.3.3
19882026-03-19T05:58:38.537Z Checking anstream v0.6.21
19892026-03-19T05:58:38.540Z Checking terminal_size v0.4.3
19902026-03-19T05:58:38.696Z Checking inout v0.1.4
19912026-03-19T05:58:38.760Z Checking rustls-pki-types v1.14.0
19922026-03-19T05:58:38.834Z Checking crossbeam-utils v0.8.21
19932026-03-19T05:58:38.949Z Checking httparse v1.10.1
19942026-03-19T05:58:38.953Z Checking regex-automata v0.4.14
19952026-03-19T05:58:39.190Z Checking cipher v0.4.4
19962026-03-19T05:58:39.252Z Checking clap_lex v1.0.0
19972026-03-19T05:58:39.301Z Checking strsim v0.11.1
19982026-03-19T05:58:39.385Z Checking sha2 v0.10.9
19992026-03-19T05:58:39.434Z Checking pem-rfc7468 v0.7.0
20002026-03-19T05:58:39.483Z Checking http-body v1.0.1
20012026-03-19T05:58:39.534Z Checking rand_core v0.9.5
20022026-03-19T05:58:39.585Z Checking clap_builder v4.5.60
20032026-03-19T05:58:39.588Z Checking tokio-util v0.7.18
20042026-03-19T05:58:39.680Z Checking atomic-waker v1.1.2
20052026-03-19T05:58:39.683Z Checking hmac v0.12.1
20062026-03-19T05:58:39.773Z Checking httpdate v1.0.3
20072026-03-19T05:58:39.820Z Checking try-lock v0.2.5
20082026-03-19T05:58:39.866Z Checking tower-layer v0.3.3
20092026-03-19T05:58:39.927Z Checking tower-service v0.3.3
20102026-03-19T05:58:39.978Z Checking want v0.3.1
20112026-03-19T05:58:40.023Z Checking pin-utils v0.1.0
20122026-03-19T05:58:40.076Z Checking flagset v0.4.7
20132026-03-19T05:58:40.125Z Checking ryu v1.0.23
20142026-03-19T05:58:40.171Z Checking rand_chacha v0.9.0
20152026-03-19T05:58:40.174Z Checking erased-serde v0.3.31
20162026-03-19T05:58:40.267Z Checking der v0.7.10
20172026-03-19T05:58:40.332Z Checking spin v0.9.8
20182026-03-19T05:58:40.463Z Checking rand v0.9.2
20192026-03-19T05:58:40.510Z Checking h2 v0.4.13
20202026-03-19T05:58:40.603Z Checking anyhow v1.0.102
20212026-03-19T05:58:40.822Z Checking slog v2.8.2
20222026-03-19T05:58:40.899Z Checking powerfmt v0.2.0
20232026-03-19T05:58:41.134Z Checking deranged v0.5.8
20242026-03-19T05:58:41.137Z Checking num_threads v0.1.7
20252026-03-19T05:58:41.228Z Checking time-core v0.1.8
20262026-03-19T05:58:41.295Z Checking clap v4.5.60
20272026-03-19T05:58:41.345Z Checking num-conv v0.2.0
20282026-03-19T05:58:41.348Z Checking http-body-util v0.1.3
20292026-03-19T05:58:41.437Z Checking aws-lc-sys v0.37.1
20302026-03-19T05:58:41.485Z Checking untrusted v0.7.1
20312026-03-19T05:58:41.533Z Checking openssl-probe v0.2.1
20322026-03-19T05:58:41.580Z Checking fastrand v2.3.0
20332026-03-19T05:58:41.664Z Checking regex v1.12.3
20342026-03-19T05:58:41.713Z Checking spki v0.7.3
20352026-03-19T05:58:41.716Z Checking serde_urlencoded v0.7.1
20362026-03-19T05:58:41.805Z Checking pbkdf2 v0.12.2
20372026-03-19T05:58:41.854Z Checking aes v0.8.4
20382026-03-19T05:58:41.955Z Checking rand_chacha v0.3.1
20392026-03-19T05:58:42.002Z Checking unicode-width v0.2.0
20402026-03-19T05:58:42.060Z Checking pretty-hex v0.4.1
20412026-03-19T05:58:42.108Z Checking cbc v0.1.2
20422026-03-19T05:58:42.186Z Checking aws-lc-rs v1.16.0
20432026-03-19T05:58:42.247Z Checking salsa20 v0.10.2
20442026-03-19T05:58:42.295Z Checking rand v0.8.5
20452026-03-19T05:58:42.342Z Checking ipnetwork v0.21.1
20462026-03-19T05:58:42.391Z Checking tempfile v3.25.0
20472026-03-19T05:58:42.441Z Checking hex v0.4.3
20482026-03-19T05:58:42.489Z Checking scrypt v0.11.0
20492026-03-19T05:58:42.492Z Checking time v0.3.47
20502026-03-19T05:58:42.655Z Checking plain v0.2.3
20512026-03-19T05:58:42.704Z Checking pkcs5 v0.7.1
20522026-03-19T05:58:42.708Z Checking rustls-native-certs v0.8.3
20532026-03-19T05:58:42.796Z Checking sync_wrapper v1.0.2
20542026-03-19T05:58:42.840Z Checking camino v1.2.2
20552026-03-19T05:58:42.943Z Checking ucd-trie v0.1.7
20562026-03-19T05:58:42.991Z Checking tower v0.5.3
20572026-03-19T05:58:43.045Z Checking webpki-roots v1.0.6
20582026-03-19T05:58:43.093Z Checking pkcs8 v0.10.2
20592026-03-19T05:58:43.146Z Checking pest v2.8.6
20602026-03-19T05:58:43.223Z Checking iri-string v0.7.10
20612026-03-19T05:58:43.272Z Checking either v1.15.0
20622026-03-19T05:58:43.354Z Checking mime v0.3.17
20632026-03-19T05:58:43.404Z Checking rustls-webpki v0.103.9
20642026-03-19T05:58:43.547Z Checking openapiv3 v2.2.0
20652026-03-19T05:58:43.594Z Checking winnow v0.7.14
20662026-03-19T05:58:43.641Z Checking oxnet v0.1.4
20672026-03-19T05:58:43.992Z Checking lazy_static v1.5.0
20682026-03-19T05:58:43.995Z Checking rustls v0.23.37
20692026-03-19T05:58:44.135Z Checking foreign-types-shared v0.1.1
20702026-03-19T05:58:44.182Z Checking static_assertions v1.1.0
20712026-03-19T05:58:44.267Z Checking hyper v1.8.1
20722026-03-19T05:58:44.314Z Checking foreign-types v0.3.2
20732026-03-19T05:58:44.318Z Checking signature v2.2.0
20742026-03-19T05:58:44.434Z Checking openssl-sys v0.9.111
20752026-03-19T05:58:44.558Z Checking encoding_rs v0.8.35
20762026-03-19T05:58:44.656Z Checking simd-adler32 v0.3.8
20772026-03-19T05:58:44.728Z Checking tower-http v0.6.8
20782026-03-19T05:58:44.921Z Checking hubpack v0.1.2
20792026-03-19T05:58:45.112Z Checking openssl v0.10.75
20802026-03-19T05:58:45.161Z Checking adler2 v2.0.1
20812026-03-19T05:58:45.209Z Checking strum v0.26.3
20822026-03-19T05:58:45.299Z Checking sha1 v0.10.6
20832026-03-19T05:58:45.348Z Checking miniz_oxide v0.8.9
20842026-03-19T05:58:45.395Z Checking data-encoding v2.10.0
20852026-03-19T05:58:45.398Z Checking tinyvec_macros v0.1.1
20862026-03-19T05:58:45.539Z Checking toml_datetime v0.6.11
20872026-03-19T05:58:45.587Z Checking tinyvec v1.10.0
20882026-03-19T05:58:45.591Z Checking hyper-util v0.1.20
20892026-03-19T05:58:45.781Z Checking serde_spanned v0.6.9
20902026-03-19T05:58:45.831Z Checking num-integer v0.1.46
20912026-03-19T05:58:45.878Z Checking scroll v0.13.0
20922026-03-19T05:58:45.925Z Checking memmap2 v0.9.10
20932026-03-19T05:58:45.977Z Checking base16ct v0.2.0
20942026-03-19T05:58:46.043Z Checking bit-vec v0.8.0
20952026-03-19T05:58:46.168Z Checking dtrace-parser v0.3.0
20962026-03-19T05:58:46.171Z Checking sec1 v0.7.3
20972026-03-19T05:58:46.171Z Checking crossbeam-epoch v0.9.18
20982026-03-19T05:58:46.307Z Checking goblin v0.10.5
20992026-03-19T05:58:46.352Z Checking bit-set v0.8.0
21002026-03-19T05:58:46.515Z Checking crc32fast v1.5.0
21012026-03-19T05:58:46.566Z Checking ff v0.13.1
21022026-03-19T05:58:46.569Z Checking thread-id v5.1.0
21032026-03-19T05:58:46.657Z Checking wait-timeout v0.2.1
21042026-03-19T05:58:46.727Z Checking num-iter v0.1.45
21052026-03-19T05:58:46.777Z Checking bstr v1.12.1
21062026-03-19T05:58:46.780Z Checking group v0.13.0
21072026-03-19T05:58:46.871Z Checking hkdf v0.12.4
21082026-03-19T05:58:46.918Z Checking ahash v0.8.12
21092026-03-19T05:58:47.045Z Checking crypto-bigint v0.5.5
21102026-03-19T05:58:47.094Z Checking quick-error v1.2.3
21112026-03-19T05:58:47.220Z Checking rand_xorshift v0.4.0
21122026-03-19T05:58:47.270Z Checking rusty-fork v0.3.1
21132026-03-19T05:58:47.336Z Checking tokio-rustls v0.26.4
21142026-03-19T05:58:47.386Z Checking scroll v0.12.0
21152026-03-19T05:58:47.389Z Checking unarray v0.1.4
21162026-03-19T05:58:47.479Z Checking num-bigint-dig v0.8.6
21172026-03-19T05:58:47.527Z Checking pkcs1 v0.7.5
21182026-03-19T05:58:47.599Z Checking proptest v1.10.0
21192026-03-19T05:58:47.673Z Checking hyper-rustls v0.27.7
21202026-03-19T05:58:47.730Z Checking goblin v0.8.2
21212026-03-19T05:58:47.835Z Checking x509-cert v0.2.5
21222026-03-19T05:58:47.975Z Checking zerocopy v0.7.35
21232026-03-19T05:58:48.023Z Checking native-tls v0.2.18
21242026-03-19T05:58:48.293Z Checking tokio-native-tls v0.3.1
21252026-03-19T05:58:48.404Z Checking elliptic-curve v0.13.8
21262026-03-19T05:58:48.523Z Checking hyper-tls v0.6.0
21272026-03-19T05:58:48.669Z Checking psl-types v2.0.11
21282026-03-19T05:58:48.718Z Checking unicode-segmentation v1.12.0
21292026-03-19T05:58:48.766Z Checking zlib-rs v0.6.2
21302026-03-19T05:58:48.814Z Checking reqwest v0.12.28
21312026-03-19T05:58:48.868Z Checking publicsuffix v2.3.0
21322026-03-19T05:58:48.868Z Checking rsa v0.9.10
21332026-03-19T05:58:49.154Z Checking crossbeam-deque v0.8.6
21342026-03-19T05:58:49.206Z Checking dtrace-parser v0.2.0
21352026-03-19T05:58:49.425Z Checking cookie v0.18.1
21362026-03-19T05:58:49.517Z Checking rfc6979 v0.4.0
21372026-03-19T05:58:49.562Z Checking thread-id v4.2.2
21382026-03-19T05:58:49.617Z Checking dof v0.4.0
21392026-03-19T05:58:49.699Z Checking toml_write v0.1.2
21402026-03-19T05:58:49.702Z Checking ecdsa v0.16.9
21412026-03-19T05:58:49.793Z Checking cookie_store v0.22.1
21422026-03-19T05:58:49.951Z Checking toml_edit v0.22.27
21432026-03-19T05:58:50.002Z Checking rustls-platform-verifier v0.6.2
21442026-03-19T05:58:50.049Z Checking flate2 v1.1.9
21452026-03-19T05:58:50.175Z Checking newtype-uuid v1.3.2
21462026-03-19T05:58:50.233Z Checking toml_parser v1.0.9+spec-1.1.0
21472026-03-19T05:58:50.284Z Checking curve25519-dalek v4.1.3
21482026-03-19T05:58:50.287Z Checking rustix v0.38.44
21492026-03-19T05:58:50.376Z Checking dof v0.3.0
21502026-03-19T05:58:50.472Z Checking memoffset v0.9.1
21512026-03-19T05:58:50.520Z Checking usdt-impl v0.6.0
21522026-03-19T05:58:50.524Z Checking env_filter v1.0.0
21532026-03-19T05:58:50.626Z Checking keccak v0.1.6
21542026-03-19T05:58:50.714Z Checking daft v0.1.5
21552026-03-19T05:58:50.783Z Checking env_logger v0.11.9
21562026-03-19T05:58:50.786Z Checking usdt-impl v0.5.0
21572026-03-19T05:58:50.881Z Checking sha3 v0.10.8
21582026-03-19T05:58:50.930Z Checking usdt v0.6.0
21592026-03-19T05:58:51.061Z Checking reqwest v0.13.2
21602026-03-19T05:58:51.064Z Checking ed25519 v2.2.3
21612026-03-19T05:58:51.169Z Checking itertools v0.13.0
21622026-03-19T05:58:51.218Z Checking serde_with v3.17.0
21632026-03-19T05:58:51.221Z Checking siphasher v1.0.2
21642026-03-19T05:58:51.355Z Checking bitflags v1.3.2
21652026-03-19T05:58:51.402Z Checking ed25519-dalek v2.2.0
21662026-03-19T05:58:51.462Z Checking unicode-normalization v0.1.25
21672026-03-19T05:58:51.512Z Checking signal-hook v0.3.18
21682026-03-19T05:58:51.516Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-19T05:58:51.604Z Checking managed v0.8.0
21702026-03-19T05:58:51.732Z Checking winnow v0.5.40
21712026-03-19T05:58:51.789Z Checking nix v0.31.1
21722026-03-19T05:58:51.858Z Checking rayon-core v1.13.0
21732026-03-19T05:58:51.903Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-19T05:58:52.024Z Checking object v0.37.3
21752026-03-19T05:58:52.072Z Checking foldhash v0.1.5
21762026-03-19T05:58:52.258Z Checking bzip2 v0.4.4
21772026-03-19T05:58:52.308Z Checking hashbrown v0.15.5
21782026-03-19T05:58:52.357Z Checking signal-hook-mio v0.2.5
21792026-03-19T05:58:52.511Z Checking ref-cast v1.0.25
21802026-03-19T05:58:52.559Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-19T05:58:52.664Z Checking zip v0.6.6
21822026-03-19T05:58:52.711Z Checking libbz2-rs-sys v0.2.2
21832026-03-19T05:58:52.758Z Checking zstd-safe v7.2.4
21842026-03-19T05:58:52.978Z Checking bumpalo v3.20.2
21852026-03-19T05:58:53.025Z Checking zstd v0.13.3
21862026-03-19T05:58:53.125Z Checking crossterm v0.28.1
21872026-03-19T05:58:53.250Z Checking bzip2 v0.6.1
21882026-03-19T05:58:53.300Z Checking zopfli v0.8.3
21892026-03-19T05:58:53.303Z Checking rayon v1.11.0
21902026-03-19T05:58:53.392Z Checking similar v2.7.0
21912026-03-19T05:58:53.394Z Checking toml_edit v0.19.15
21922026-03-19T05:58:53.435Z Checking fs-err v3.3.0
21932026-03-19T05:58:53.529Z Checking hash32 v0.2.1
21942026-03-19T05:58:53.761Z Checking serde-big-array v0.5.1
21952026-03-19T05:58:53.808Z Checking jiff v0.2.21
21962026-03-19T05:58:53.911Z Checking predicates-core v1.0.10
21972026-03-19T05:58:53.959Z Checking unicode-bidi v0.3.18
21982026-03-19T05:58:54.004Z Checking unicode-properties v0.1.4
21992026-03-19T05:58:54.102Z Checking heapless v0.7.17
22002026-03-19T05:58:54.150Z Checking hickory-proto v0.25.2
22012026-03-19T05:58:54.285Z Checking tokio-stream v0.1.18
22022026-03-19T05:58:54.378Z Checking stringprep v0.1.5
22032026-03-19T05:58:54.611Z Checking md-5 v0.10.6
22042026-03-19T05:58:54.704Z Checking float-cmp v0.10.0
22052026-03-19T05:58:54.820Z Checking fallible-iterator v0.2.0
22062026-03-19T05:58:54.869Z Checking normalize-line-endings v0.3.0
22072026-03-19T05:58:54.917Z Checking difflib v0.4.0
22082026-03-19T05:58:54.920Z Checking toml v0.7.8
22092026-03-19T05:58:55.017Z Checking rustc-hash v2.1.1
22102026-03-19T05:58:55.179Z Checking predicates v3.1.4
22112026-03-19T05:58:55.228Z Checking iddqd v0.3.17
22122026-03-19T05:58:55.231Z Checking postgres-protocol v0.6.10
22132026-03-19T05:58:55.365Z Checking smoltcp v0.9.1
22142026-03-19T05:58:55.415Z Checking phf_shared v0.11.3
22152026-03-19T05:58:55.461Z Checking phf_shared v0.13.1
22162026-03-19T05:58:55.621Z Checking itertools v0.12.1
22172026-03-19T05:58:55.668Z Checking console v0.16.2
22182026-03-19T05:58:55.734Z Checking buf-list v1.1.2
22192026-03-19T05:58:55.782Z Checking strum v0.27.2
22202026-03-19T05:58:55.960Z Checking lalrpop-util v0.19.12
22212026-03-19T05:58:56.009Z Checking precomputed-hash v0.1.1
22222026-03-19T05:58:56.102Z Checking fixedbitset v0.4.2
22232026-03-19T05:58:56.150Z Checking fixedbitset v0.5.7
22242026-03-19T05:58:56.203Z Checking unit-prefix v0.5.2
22252026-03-19T05:58:56.252Z Checking new_debug_unreachable v1.0.6
22262026-03-19T05:58:56.331Z Checking petgraph v0.6.5
22272026-03-19T05:58:56.379Z Checking string_cache v0.8.9
22282026-03-19T05:58:56.427Z Checking indicatif v0.18.4
22292026-03-19T05:58:56.475Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-19T05:58:56.478Z Checking petgraph v0.8.3
22312026-03-19T05:58:56.625Z Checking phf v0.13.1
22322026-03-19T05:58:56.860Z Checking postgres-types v0.2.12
22332026-03-19T05:58:56.923Z Checking zip v4.6.1
22342026-03-19T05:58:56.973Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22352026-03-19T05:58:57.054Z Checking zone v0.3.1
22362026-03-19T05:58:57.346Z Checking peg-runtime v0.8.5
22372026-03-19T05:58:57.395Z Checking whoami v2.1.0
22382026-03-19T05:58:57.621Z Checking futures-executor v0.3.32
22392026-03-19T05:58:57.685Z Checking tokio-postgres v0.7.16
22402026-03-19T05:58:57.735Z Checking is-terminal v0.4.17
22412026-03-19T05:58:57.785Z Checking crossbeam-channel v0.5.15
22422026-03-19T05:58:57.837Z Checking futures v0.3.32
22432026-03-19T05:58:57.885Z Compiling structmeta-derive v0.3.0
22442026-03-19T05:58:57.972Z Checking thread_local v1.1.9
22452026-03-19T05:58:58.022Z Checking term v1.2.1
22462026-03-19T05:58:58.131Z Checking take_mut v0.2.2
22472026-03-19T05:58:58.218Z Compiling newtype-uuid-macros v0.1.0
22482026-03-19T05:58:58.269Z Compiling rustls v0.22.4
22492026-03-19T05:58:58.316Z Checking slog-async v2.8.0
22502026-03-19T05:58:58.362Z Checking slog-term v2.9.2
22512026-03-19T05:58:58.574Z Checking regress v0.10.5
22522026-03-19T05:58:58.636Z Compiling multer v3.1.0
22532026-03-19T05:58:58.750Z Compiling async-stream-impl v0.3.6
22542026-03-19T05:58:58.799Z Compiling dropshot v0.16.7
22552026-03-19T05:58:59.003Z Compiling dropshot_endpoint v0.16.7
22562026-03-19T05:58:59.183Z Checking match_cfg v0.1.0
22572026-03-19T05:58:59.259Z Checking slog-json v2.6.1
22582026-03-19T05:58:59.309Z Checking hostname v0.3.1
22592026-03-19T05:58:59.373Z Compiling structmeta v0.3.0
22602026-03-19T05:58:59.423Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22612026-03-19T05:58:59.472Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-19T05:58:59.521Z Checking slog-bunyan v2.5.0
22632026-03-19T05:58:59.586Z Checking debug-ignore v1.0.5
22642026-03-19T05:58:59.681Z Compiling derive-ex v0.1.8
22652026-03-19T05:58:59.729Z Checking serde_spanned v1.0.4
22662026-03-19T05:58:59.778Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-19T05:58:59.829Z Checking rustls-webpki v0.102.8
22682026-03-19T05:58:59.938Z Checking serde_path_to_error v0.1.20
22692026-03-19T05:58:59.987Z Checking progenitor-client v0.13.0
22702026-03-19T05:59:00.039Z Checking async-stream v0.3.6
22712026-03-19T05:59:00.087Z Checking toml v0.9.12+spec-1.1.0
22722026-03-19T05:59:00.322Z Checking waitgroup v0.1.2
22732026-03-19T05:59:00.370Z Checking rustls-pemfile v2.2.0
22742026-03-19T05:59:00.486Z Checking hostname v0.4.2
22752026-03-19T05:59:00.554Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-19T05:59:00.602Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22772026-03-19T05:59:00.605Z Compiling parse-display-derive v0.10.0
22782026-03-19T05:59:00.693Z Checking itertools v0.14.0
22792026-03-19T05:59:00.770Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-19T05:59:00.773Z Checking macaddr v1.0.1
22812026-03-19T05:59:00.931Z Checking progenitor-client v0.10.0
22822026-03-19T05:59:01.090Z Checking instant v0.1.13
22832026-03-19T05:59:01.240Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-19T05:59:01.288Z Checking backoff v0.4.0
22852026-03-19T05:59:01.336Z Checking backon v1.6.0
22862026-03-19T05:59:01.441Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-19T05:59:01.599Z Checking progenitor-extras v0.1.1
22882026-03-19T05:59:01.602Z Checking heck v0.5.0
22892026-03-19T05:59:01.791Z Checking camino-tempfile v1.4.1
22902026-03-19T05:59:01.979Z Checking toml v0.8.23
22912026-03-19T05:59:02.086Z Compiling test-strategy v0.4.5
22922026-03-19T05:59:02.148Z Compiling convert_case v0.4.0
22932026-03-19T05:59:02.220Z Compiling unsafe-libyaml v0.2.11
22942026-03-19T05:59:02.478Z Checking tokio-rustls v0.25.0
22952026-03-19T05:59:02.532Z Checking secrecy v0.10.3
22962026-03-19T05:59:02.713Z Compiling derive_more v0.99.20
22972026-03-19T05:59:02.761Z Compiling toml_edit v0.23.10+spec-1.0.0
22982026-03-19T05:59:02.992Z Checking parse-display v0.10.0
22992026-03-19T05:59:03.217Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-19T05:59:03.274Z Compiling crucible-workspace-hack v0.1.0
23012026-03-19T05:59:03.528Z Compiling proc-macro-crate v3.4.0
23022026-03-19T05:59:03.857Z Compiling typify-impl v0.6.1
23032026-03-19T05:59:04.182Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-19T05:59:04.508Z Checking half v2.7.1
23052026-03-19T05:59:04.719Z Checking glob v0.3.3
23062026-03-19T05:59:04.911Z Checking ciborium-io v0.2.2
23072026-03-19T05:59:04.996Z Compiling heapless v0.8.0
23082026-03-19T05:59:05.065Z Checking ciborium-ll v0.2.2
23092026-03-19T05:59:05.325Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-19T05:59:05.372Z Checking ciborium v0.2.2
23112026-03-19T05:59:05.463Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-19T05:59:05.679Z Compiling ingot-macros v0.1.1
23132026-03-19T05:59:05.683Z Checking tabwriter v1.4.1
23142026-03-19T05:59:05.895Z Checking hash32 v0.3.1
23152026-03-19T05:59:05.943Z Compiling smoltcp v0.11.0
23162026-03-19T05:59:05.947Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-19T05:59:06.036Z Compiling num_enum_derive v0.7.5
23182026-03-19T05:59:06.305Z Checking cobs v0.3.0
23192026-03-19T05:59:06.365Z Compiling foreign-types-macros v0.2.3
23202026-03-19T05:59:06.479Z Checking foreign-types-shared v0.3.1
23212026-03-19T05:59:06.525Z Checking cpufeatures v0.3.0
23222026-03-19T05:59:06.628Z Checking postcard v1.1.3
23232026-03-19T05:59:06.678Z Checking chacha20 v0.10.0
23242026-03-19T05:59:07.232Z Compiling proc-macro-crate v1.3.1
23252026-03-19T05:59:07.242Z Checking foreign-types v0.5.0
23262026-03-19T05:59:07.288Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-19T05:59:07.378Z Checking cstr-argument v0.1.2
23282026-03-19T05:59:07.529Z Checking num_enum v0.7.5
23292026-03-19T05:59:07.576Z Checking sigpipe v0.1.3
23302026-03-19T05:59:07.622Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-19T05:59:07.711Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-19T05:59:07.714Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-03-19T05:59:07.803Z Checking colored v3.1.1
23342026-03-19T05:59:08.094Z Compiling num_enum_derive v0.5.11
23352026-03-19T05:59:08.141Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-19T05:59:08.146Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-19T05:59:08.231Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23382026-03-19T05:59:08.385Z Checking rand v0.10.0
23392026-03-19T05:59:08.434Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-19T05:59:08.482Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-19T05:59:08.485Z Checking indent_write v2.2.0
23422026-03-19T05:59:08.730Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-19T05:59:08.875Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-19T05:59:08.998Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-19T05:59:09.074Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-19T05:59:09.117Z Checking smf v0.2.3
23472026-03-19T05:59:09.346Z Compiling num-derive v0.4.2
23482026-03-19T05:59:09.474Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-19T05:59:09.521Z Checking num_enum v0.5.11
23502026-03-19T05:59:09.525Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23512026-03-19T05:59:09.613Z Checking ingot-types v0.1.2
23522026-03-19T05:59:09.695Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-19T05:59:09.793Z Checking whoami v1.6.1
23542026-03-19T05:59:09.853Z Checking universal-hash v0.5.1
23552026-03-19T05:59:10.044Z Checking opaque-debug v0.3.1
23562026-03-19T05:59:10.091Z Checking aead v0.5.2
23572026-03-19T05:59:10.140Z Checking ingot v0.1.1
23582026-03-19T05:59:10.186Z Checking swrite v0.1.0
23592026-03-19T05:59:10.190Z Checking poly1305 v0.8.0
23602026-03-19T05:59:10.296Z Checking chacha20 v0.9.1
23612026-03-19T05:59:10.344Z Checking unicode-width v0.1.14
23622026-03-19T05:59:10.387Z Compiling typify-macro v0.6.1
23632026-03-19T05:59:10.390Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-19T05:59:10.576Z Checking password-hash v0.5.0
23652026-03-19T05:59:10.625Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23662026-03-19T05:59:10.629Z Checking blake2 v0.10.6
23672026-03-19T05:59:10.717Z Checking chacha20poly1305 v0.10.1
23682026-03-19T05:59:10.912Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-19T05:59:10.959Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-19T05:59:11.006Z Checking argon2 v0.5.3
23712026-03-19T05:59:11.010Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23722026-03-19T05:59:11.325Z Compiling usdt-attr-macro v0.5.0
23732026-03-19T05:59:11.374Z Compiling usdt-macro v0.5.0
23742026-03-19T05:59:11.421Z Checking memmap v0.7.0
23752026-03-19T05:59:11.490Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-19T05:59:11.624Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-19T05:59:11.947Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-19T05:59:12.053Z Checking thiserror-no-std v2.0.2
23792026-03-19T05:59:12.208Z Checking vsss-rs v3.3.4
23802026-03-19T05:59:12.332Z Compiling derive-where v1.6.0
23812026-03-19T05:59:12.411Z Checking usdt v0.5.0
23822026-03-19T05:59:12.477Z Checking atomicwrites v0.4.4
23832026-03-19T05:59:12.527Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-19T05:59:12.659Z Checking tokio-dtrace v0.1.1
23852026-03-19T05:59:12.707Z Checking console v0.15.11
23862026-03-19T05:59:12.793Z Compiling typify v0.6.1
23872026-03-19T05:59:12.976Z Compiling progenitor-impl v0.13.0
23882026-03-19T05:59:13.025Z Checking oxide-tokio-rt v0.1.3
23892026-03-19T05:59:13.147Z Checking newline-converter v0.3.0
23902026-03-19T05:59:13.271Z Compiling prettyplease v0.2.37
23912026-03-19T05:59:13.320Z Checking expectorate v1.2.0
23922026-03-19T05:59:13.323Z Checking bytecount v0.6.9
23932026-03-19T05:59:13.516Z Compiling owo-colors v4.3.0
23942026-03-19T05:59:13.564Z Compiling cancel-safe-futures v0.1.5
23952026-03-19T05:59:13.718Z Checking libsw-core v0.3.2
23962026-03-19T05:59:13.923Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-03-19T05:59:14.061Z Checking libsw v3.5.0
23982026-03-19T05:59:14.110Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23992026-03-19T05:59:14.203Z Checking linear-map v1.2.0
24002026-03-19T05:59:14.258Z Checking same-file v1.0.6
24012026-03-19T05:59:14.306Z Checking num-rational v0.4.2
24022026-03-19T05:59:14.311Z Checking num-complex v0.4.6
24032026-03-19T05:59:14.442Z Checking walkdir v2.5.0
24042026-03-19T05:59:14.489Z Checking float-ord v0.3.2
24052026-03-19T05:59:14.652Z Checking gethostname v0.5.0
24062026-03-19T05:59:14.800Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-19T05:59:14.869Z Checking num v0.4.3
24082026-03-19T05:59:14.926Z Compiling async-recursion v1.1.1
24092026-03-19T05:59:14.998Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-03-19T05:59:15.046Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24112026-03-19T05:59:15.456Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-19T05:59:15.920Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-19T05:59:16.700Z Compiling progenitor-macro v0.13.0
24142026-03-19T05:59:17.252Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-19T05:59:18.682Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24162026-03-19T05:59:18.920Z Checking unicode-linebreak v0.1.5
24172026-03-19T05:59:18.972Z Checking smawk v0.3.2
24182026-03-19T05:59:19.181Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-19T05:59:19.249Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-19T05:59:19.367Z Checking globset v0.4.18
24212026-03-19T05:59:19.862Z Compiling convert_case v0.10.0
24222026-03-19T05:59:20.625Z Compiling slog-dtrace v0.3.0
24232026-03-19T05:59:20.903Z Checking resolv-conf v0.7.6
24242026-03-19T05:59:21.077Z Compiling derive_more-impl v2.1.1
24252026-03-19T05:59:21.384Z Compiling pin-project-internal v1.1.11
24262026-03-19T05:59:21.386Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-19T05:59:21.530Z Checking pem v3.0.6
24282026-03-19T05:59:21.723Z Checking fd-lock v4.0.4
24292026-03-19T05:59:21.773Z Checking vte v0.14.1
24302026-03-19T05:59:21.917Z Checking display-error-chain v0.2.2
24312026-03-19T05:59:22.007Z Checking strip-ansi-escapes v0.2.1
24322026-03-19T05:59:22.107Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-19T05:59:22.185Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-19T05:59:22.233Z Checking derive_more v2.1.1
24352026-03-19T05:59:22.235Z Compiling snafu-derive v0.8.9
24362026-03-19T05:59:22.325Z Checking linked-hash-map v0.5.6
24372026-03-19T05:59:22.413Z Checking crossterm v0.29.0
24382026-03-19T05:59:22.594Z Checking termtree v0.5.1
24392026-03-19T05:59:22.808Z Checking nu-ansi-term v0.50.3
24402026-03-19T05:59:22.959Z Checking pin-project v1.1.11
24412026-03-19T05:59:23.034Z Checking lru-cache v0.1.2
24422026-03-19T05:59:23.121Z Checking textwrap v0.16.2
24432026-03-19T05:59:23.168Z Checking reedline v0.40.0
24442026-03-19T05:59:23.216Z Checking olpc-cjson v0.1.4
24452026-03-19T05:59:23.427Z Checking hickory-proto v0.24.4
24462026-03-19T05:59:23.474Z Checking serde_plain v1.0.2
24472026-03-19T05:59:23.697Z Compiling minimal-lexical v0.2.1
24482026-03-19T05:59:23.938Z Checking progenitor v0.13.0
24492026-03-19T05:59:24.072Z Checking typed-path v0.9.3
24502026-03-19T05:59:24.147Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-03-19T05:59:24.801Z Compiling nom v7.1.3
24522026-03-19T05:59:24.933Z Checking snafu v0.8.9
24532026-03-19T05:59:25.232Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542026-03-19T05:59:25.296Z Checking tough v0.20.0
24552026-03-19T05:59:25.886Z Checking nibble_vec v0.1.0
24562026-03-19T05:59:25.972Z Checking endian-type v0.1.2
24572026-03-19T05:59:26.086Z Checking hickory-resolver v0.24.4
24582026-03-19T05:59:26.176Z Checking radix_trie v0.2.1
24592026-03-19T05:59:26.488Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-19T05:59:26.691Z Compiling ar_archive_writer v0.5.1
24612026-03-19T05:59:26.969Z Checking humantime v2.3.0
24622026-03-19T05:59:27.090Z Checking qorb v0.4.1
24632026-03-19T05:59:27.285Z Checking csv-core v0.1.13
24642026-03-19T05:59:27.334Z Checking base64 v0.21.7
24652026-03-19T05:59:27.558Z Checking csv v1.4.0
24662026-03-19T05:59:27.685Z Compiling stacker v0.1.23
24672026-03-19T05:59:27.750Z Compiling cfg_aliases v0.1.1
24682026-03-19T05:59:27.891Z Checking highway v1.3.0
24692026-03-19T05:59:27.963Z Compiling psm v0.1.30
24702026-03-19T05:59:28.061Z Compiling semver v0.1.20
24712026-03-19T05:59:28.113Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24722026-03-19T05:59:28.206Z Compiling nix v0.28.0
24732026-03-19T05:59:28.253Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24742026-03-19T05:59:28.256Z Checking papergrid v0.11.0
24752026-03-19T05:59:28.466Z Compiling rustc_version v0.1.7
24762026-03-19T05:59:28.695Z Compiling tabled_derive v0.7.0
24772026-03-19T05:59:28.741Z Checking home v0.5.12
24782026-03-19T05:59:28.834Z Compiling newtype_derive v0.1.6
24792026-03-19T05:59:28.927Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24802026-03-19T05:59:29.019Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24812026-03-19T05:59:29.101Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24822026-03-19T05:59:29.162Z Checking phf_shared v0.12.1
24832026-03-19T05:59:29.208Z Compiling recursive-proc-macro-impl v0.1.1
24842026-03-19T05:59:29.388Z Compiling chrono-tz v0.10.4
24852026-03-19T05:59:29.442Z Checking phf v0.12.1
24862026-03-19T05:59:29.794Z Checking recursive v0.1.1
24872026-03-19T05:59:29.797Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-19T05:59:29.797Z Compiling const_format_proc_macros v0.2.34
24892026-03-19T05:59:29.929Z Compiling peg-macros v0.8.5
24902026-03-19T05:59:29.975Z Checking winnow v0.6.26
24912026-03-19T05:59:30.025Z Checking tabled v0.15.0
24922026-03-19T05:59:30.070Z Compiling sqlparser_derive v0.5.0
24932026-03-19T05:59:30.566Z Checking unicode_categories v0.1.1
24942026-03-19T05:59:31.097Z Checking sqlparser v0.61.0
24952026-03-19T05:59:31.143Z Checking rustyline v14.0.0
24962026-03-19T05:59:31.620Z Checking sqlformat v0.3.5
24972026-03-19T05:59:31.670Z Checking const_format v0.2.35
24982026-03-19T05:59:31.834Z Checking peg v0.8.5
24992026-03-19T05:59:32.159Z Checking bcs v0.1.6
25002026-03-19T05:59:32.208Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-19T05:59:32.274Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-19T05:59:32.488Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-19T05:59:32.534Z Checking steno v0.4.1
25042026-03-19T05:59:32.863Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-19T05:59:32.910Z Compiling typify-impl v0.4.3
25062026-03-19T05:59:33.840Z Checking utf-8 v0.7.6
25072026-03-19T05:59:33.961Z Checking filetime v0.2.27
25082026-03-19T05:59:34.051Z Checking arc-swap v1.8.2
25092026-03-19T05:59:34.390Z Checking xattr v1.6.1
25102026-03-19T05:59:34.600Z Checking tar v0.4.44
25112026-03-19T05:59:35.156Z Checking slog-scope v4.4.1
25122026-03-19T05:59:35.242Z Checking tungstenite v0.21.0
25132026-03-19T05:59:35.366Z Checking slog-stdlog v4.1.1
25142026-03-19T05:59:35.558Z Checking slog-envlogger v2.2.0
25152026-03-19T05:59:35.633Z Checking typeid v1.0.3
25162026-03-19T05:59:35.782Z Checking subprocess v0.2.15
25172026-03-19T05:59:35.829Z Checking headers-core v0.3.0
25182026-03-19T05:59:35.875Z Checking tokio-tungstenite v0.21.0
25192026-03-19T05:59:36.001Z Checking headers v0.4.1
25202026-03-19T05:59:36.194Z Compiling lzma-sys v0.1.20
25212026-03-19T05:59:36.267Z Compiling cargo_toml v0.22.3
25222026-03-19T05:59:36.343Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25232026-03-19T05:59:36.681Z Checking yasna v0.5.2
25242026-03-19T05:59:36.967Z Checking xz2 v0.1.7
25252026-03-19T05:59:37.238Z Checking ron v0.12.0
25262026-03-19T05:59:37.241Z Checking rcgen v0.12.1
25272026-03-19T05:59:37.707Z Checking base16ct v1.0.0
25282026-03-19T05:59:37.820Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25292026-03-19T05:59:37.912Z Checking dropshot-api-manager-types v0.6.0
25302026-03-19T05:59:38.176Z Checking tagptr v0.2.0
25312026-03-19T05:59:38.271Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-19T05:59:38.324Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-19T05:59:38.398Z Checking moka v0.12.13
25342026-03-19T05:59:38.525Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-19T05:59:38.573Z Compiling libefi-sys v0.1.0
25362026-03-19T05:59:38.841Z Compiling radium v0.7.0
25372026-03-19T05:59:39.193Z Compiling bitfield-struct v0.6.2
25382026-03-19T05:59:39.304Z Checking tap v1.0.1
25392026-03-19T05:59:39.352Z Compiling typify-macro v0.4.3
25402026-03-19T05:59:39.356Z Checking hickory-resolver v0.25.2
25412026-03-19T05:59:39.481Z Compiling maybe-uninit v2.0.0
25422026-03-19T05:59:39.979Z Checking wyz v0.5.1
25432026-03-19T05:59:40.068Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-19T05:59:40.314Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25452026-03-19T05:59:40.357Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-03-19T05:59:40.406Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25472026-03-19T05:59:40.552Z Compiling zerocopy-derive v0.6.6
25482026-03-19T05:59:40.696Z Checking crc-catalog v2.4.0
25492026-03-19T05:59:40.742Z Compiling packed_struct v0.10.1
25502026-03-19T05:59:40.857Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512026-03-19T05:59:40.989Z Checking funty v2.0.0
25522026-03-19T05:59:41.038Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-19T05:59:41.158Z Checking crc v3.4.0
25542026-03-19T05:59:41.390Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-03-19T05:59:41.487Z Checking bitvec v1.0.1
25562026-03-19T05:59:41.578Z Compiling packed_struct_codegen v0.10.1
25572026-03-19T05:59:41.625Z Compiling bitfield-macros v0.19.4
25582026-03-19T05:59:41.673Z Compiling indexmap v1.9.3
25592026-03-19T05:59:41.720Z Compiling typify v0.4.3
25602026-03-19T05:59:41.893Z Compiling progenitor-impl v0.10.0
25612026-03-19T05:59:41.985Z Checking zerocopy v0.6.6
25622026-03-19T05:59:42.496Z Checking nodrop v0.1.14
25632026-03-19T05:59:42.647Z Checking array-init v0.0.4
25642026-03-19T05:59:42.691Z Checking bitfield v0.19.4
25652026-03-19T05:59:43.139Z Checking smallvec v0.6.14
25662026-03-19T05:59:43.186Z Checking hashbrown v0.12.3
25672026-03-19T05:59:43.234Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-19T05:59:43.279Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-19T05:59:43.435Z Checking serde-hex v0.1.0
25702026-03-19T05:59:43.482Z Checking ron v0.8.1
25712026-03-19T05:59:44.271Z Checking hashbrown v0.13.2
25722026-03-19T05:59:44.315Z Checking crc-any v2.5.0
25732026-03-19T05:59:44.530Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-19T05:59:44.595Z Checking path-slash v0.1.5
25752026-03-19T05:59:44.764Z Compiling xshell-macros v0.2.7
25762026-03-19T05:59:44.807Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772026-03-19T05:59:44.892Z Checking object v0.30.4
25782026-03-19T05:59:45.107Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-03-19T05:59:45.287Z Checking xshell v0.2.7
25802026-03-19T05:59:45.333Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-19T05:59:45.554Z Checking half v1.8.3
25822026-03-19T05:59:45.598Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-19T05:59:45.666Z Compiling progenitor-macro v0.10.0
25842026-03-19T05:59:45.861Z Checking serde_cbor v0.11.2
25852026-03-19T05:59:46.219Z Compiling num-derive v0.3.3
25862026-03-19T05:59:46.432Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-19T05:59:46.579Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-19T05:59:46.900Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-19T05:59:46.972Z Compiling proc-macro-error2 v2.0.1
25902026-03-19T05:59:47.411Z Checking papergrid v0.17.0
25912026-03-19T05:59:47.457Z Checking libscf-sys v1.1.0
25922026-03-19T05:59:47.460Z Compiling tabled_derive v0.11.0
25932026-03-19T05:59:47.666Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-19T05:59:47.925Z Checking testing_table v0.3.0
25952026-03-19T05:59:47.976Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-19T05:59:48.082Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-19T05:59:48.363Z Checking maplit v1.0.2
25982026-03-19T05:59:48.551Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-19T05:59:48.612Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-19T05:59:49.072Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-03-19T05:59:49.121Z Checking tabled v0.20.0
26022026-03-19T05:59:49.123Z Checking crc8 v0.1.1
26032026-03-19T05:59:49.216Z Checking fxhash v0.2.1
26042026-03-19T05:59:49.323Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26052026-03-19T05:59:49.386Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-19T05:59:49.431Z Checking unicase v2.9.0
26072026-03-19T05:59:49.674Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-19T05:59:50.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-19T05:59:50.263Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-19T05:59:50.308Z Checking kstat-rs v0.2.4
26112026-03-19T05:59:50.589Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26122026-03-19T05:59:50.723Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-03-19T05:59:50.768Z Compiling diesel_derives v2.3.7
26142026-03-19T05:59:50.919Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26152026-03-19T05:59:51.031Z Compiling parking_lot_core v0.8.6
26162026-03-19T05:59:51.198Z Compiling git-stub v1.0.0
26172026-03-19T05:59:51.424Z Checking scheduled-thread-pool v0.2.7
26182026-03-19T05:59:51.485Z Compiling dsl_auto_type v0.2.0
26192026-03-19T05:59:51.570Z Compiling vergen-gitcl v1.0.8
26202026-03-19T05:59:51.644Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-19T05:59:51.773Z Checking r2d2 v0.8.10
26222026-03-19T05:59:51.909Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26232026-03-19T05:59:51.958Z Compiling git-stub-vcs v0.1.0
26242026-03-19T05:59:52.048Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26252026-03-19T05:59:52.051Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-03-19T05:59:52.286Z Checking downcast-rs v2.0.2
26272026-03-19T05:59:52.482Z Checking parking_lot v0.11.2
26282026-03-19T05:59:52.576Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292026-03-19T05:59:52.579Z Checking prefix-trie v0.7.0
26302026-03-19T05:59:52.669Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-03-19T05:59:52.749Z Checking progenitor v0.10.0
26322026-03-19T05:59:52.795Z Checking nanorand v0.7.0
26332026-03-19T05:59:52.888Z Compiling dirs-sys-next v0.1.2
26342026-03-19T05:59:52.950Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26352026-03-19T05:59:53.089Z Compiling crunchy v0.2.4
26362026-03-19T05:59:53.135Z Checking hickory-server v0.25.2
26372026-03-19T05:59:53.256Z Compiling dirs-next v2.0.0
26382026-03-19T05:59:53.302Z Checking flume v0.11.1
26392026-03-19T05:59:53.352Z Checking sled v0.34.7
26402026-03-19T05:59:53.445Z Compiling clang-sys v1.8.1
26412026-03-19T05:59:53.556Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-19T05:59:53.660Z Checking hickory-client v0.25.2
26432026-03-19T05:59:53.832Z Compiling tiny-keccak v2.0.2
26442026-03-19T05:59:54.102Z Compiling term v0.7.0
26452026-03-19T05:59:54.191Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-19T05:59:54.251Z Compiling salty v0.3.0
26472026-03-19T05:59:54.426Z Compiling bit-vec v0.6.3
26482026-03-19T05:59:54.652Z Compiling ascii-canvas v3.0.0
26492026-03-19T05:59:54.743Z Compiling bit-set v0.5.3
26502026-03-19T05:59:54.889Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-19T05:59:54.983Z Checking primeorder v0.13.6
26522026-03-19T05:59:55.031Z Compiling itertools v0.10.5
26532026-03-19T05:59:55.123Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26542026-03-19T05:59:55.388Z Compiling ena v0.14.4
26552026-03-19T05:59:55.572Z Compiling libloading v0.8.9
26562026-03-19T05:59:55.705Z Compiling diff v0.1.13
26572026-03-19T05:59:55.877Z Compiling regex-syntax v0.6.29
26582026-03-19T05:59:56.097Z Compiling bindgen v0.71.1
26592026-03-19T05:59:56.763Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-19T05:59:56.808Z Compiling cexpr v0.6.0
26612026-03-19T05:59:57.111Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-19T05:59:57.837Z Compiling lalrpop v0.19.12
26632026-03-19T05:59:58.028Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-19T05:59:58.490Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-19T05:59:58.758Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-19T05:59:58.919Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-19T05:59:59.195Z Compiling libxml v0.3.3
26682026-03-19T05:59:59.514Z Compiling fs-err v2.11.0
26692026-03-19T05:59:59.779Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26702026-03-19T05:59:59.963Z Checking diesel v2.3.7
26712026-03-19T06:00:00.008Z Checking p384 v0.13.1
26722026-03-19T06:00:00.191Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-19T06:00:00.621Z Compiling strum_macros v0.24.3
26742026-03-19T06:00:01.982Z Compiling indoc v1.0.9
26752026-03-19T06:00:02.791Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-19T06:00:03.268Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26772026-03-19T06:00:03.418Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-19T06:00:03.521Z Checking quick-xml v0.37.5
26792026-03-19T06:00:03.699Z Checking derive_builder v0.20.2
26802026-03-19T06:00:03.882Z Compiling oso-derive v0.27.3
26812026-03-19T06:00:04.222Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-03-19T06:00:04.343Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-03-19T06:00:04.536Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26842026-03-19T06:00:04.581Z Compiling trait-variant v0.1.2
26852026-03-19T06:00:04.805Z Compiling impl-trait-for-tuples v0.2.3
26862026-03-19T06:00:05.333Z Checking openssl-probe v0.1.6
26872026-03-19T06:00:05.514Z Checking parse-size v1.1.0
26882026-03-19T06:00:05.709Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26892026-03-19T06:00:06.749Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26902026-03-19T06:00:06.794Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26912026-03-19T06:00:06.843Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26922026-03-19T06:00:07.097Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26932026-03-19T06:00:07.143Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26942026-03-19T06:00:07.854Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-19T06:00:07.903Z Compiling progenitor-impl v0.11.2
26962026-03-19T06:00:08.204Z Checking assert_matches v1.5.0
26972026-03-19T06:00:08.644Z Compiling mime_guess v2.0.5
26982026-03-19T06:00:08.899Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-19T06:00:09.300Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-19T06:00:09.398Z Checking predicates-tree v1.0.13
27012026-03-19T06:00:09.586Z Checking progenitor-client v0.11.2
27022026-03-19T06:00:09.669Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-19T06:00:09.938Z Checking http-range v0.1.5
27042026-03-19T06:00:10.030Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-19T06:00:10.140Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-19T06:00:10.759Z Checking atty v0.2.14
27072026-03-19T06:00:11.672Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-03-19T06:00:11.743Z Compiling progenitor-macro v0.11.2
27092026-03-19T06:00:12.210Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-19T06:00:12.828Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-19T06:00:13.556Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-19T06:00:13.654Z Checking bb8 v0.8.6
27132026-03-19T06:00:13.842Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-19T06:00:14.058Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-19T06:00:14.147Z Checking corncobs v0.1.4
27162026-03-19T06:00:14.241Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-03-19T06:00:14.348Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-19T06:00:14.722Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-19T06:00:15.203Z Checking hyper-staticfile v0.10.1
27202026-03-19T06:00:15.256Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-19T06:00:15.633Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-19T06:00:15.680Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-19T06:00:15.834Z Checking ignore v0.4.25
27242026-03-19T06:00:15.958Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-19T06:00:16.420Z Checking signal-hook-tokio v0.3.1
27262026-03-19T06:00:16.617Z Checking secrecy v0.8.0
27272026-03-19T06:00:16.699Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-19T06:00:17.053Z Checking globwalk v0.9.1
27292026-03-19T06:00:17.404Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-19T06:00:17.630Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-19T06:00:18.064Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-19T06:00:18.184Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-03-19T06:00:18.234Z Checking nonempty v0.12.0
27342026-03-19T06:00:18.477Z Checking camino-tempfile-ext v0.3.3
27352026-03-19T06:00:18.573Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-19T06:00:18.745Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-19T06:00:18.790Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-03-19T06:00:18.862Z Checking progenitor v0.11.2
27392026-03-19T06:00:19.077Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-19T06:00:19.291Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-19T06:00:19.775Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-19T06:00:19.828Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-03-19T06:00:20.196Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27442026-03-19T06:00:20.672Z Checking diesel-dtrace v0.5.0
27452026-03-19T06:00:21.024Z Checking async-bb8-diesel v0.2.1
27462026-03-19T06:00:21.220Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-19T06:00:21.521Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-19T06:00:21.765Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-19T06:00:21.883Z Checking tungstenite v0.23.0
27502026-03-19T06:00:22.371Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-19T06:00:22.420Z Checking void v1.0.2
27522026-03-19T06:00:22.559Z Checking tokio-tungstenite v0.23.1
27532026-03-19T06:00:22.607Z Checking lzss v0.8.2
27542026-03-19T06:00:22.859Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-19T06:00:22.907Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-19T06:00:22.954Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-19T06:00:23.155Z Checking nix v0.27.1
27582026-03-19T06:00:23.760Z Checking serde_bytes v0.11.19
27592026-03-19T06:00:23.931Z Checking rand_seeder v0.4.0
27602026-03-19T06:00:24.037Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-19T06:00:24.162Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-19T06:00:24.557Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-19T06:00:24.687Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-19T06:00:24.807Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-19T06:00:25.492Z Checking is_ci v1.2.0
27662026-03-19T06:00:25.657Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-19T06:00:25.879Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-19T06:00:25.927Z Checking yansi v1.0.1
27692026-03-19T06:00:25.975Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27702026-03-19T06:00:26.023Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27712026-03-19T06:00:26.310Z Checking pretty_assertions v1.4.1
27722026-03-19T06:00:26.358Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27732026-03-19T06:00:26.516Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-19T06:00:26.702Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-19T06:00:27.031Z Compiling darling_core v0.23.0
27762026-03-19T06:00:27.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27772026-03-19T06:00:28.513Z Compiling indoc v2.0.7
27782026-03-19T06:00:28.609Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27792026-03-19T06:00:28.786Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-19T06:00:28.889Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-19T06:00:29.149Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-19T06:00:29.436Z Compiling instability v0.3.11
27832026-03-19T06:00:29.821Z Compiling libz-sys v1.1.24
27842026-03-19T06:00:29.867Z Checking castaway v0.2.4
27852026-03-19T06:00:29.990Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-19T06:00:30.057Z Checking compact_str v0.8.1
27872026-03-19T06:00:30.610Z Checking supports-color v3.0.2
27882026-03-19T06:00:30.737Z Compiling darling_macro v0.23.0
27892026-03-19T06:00:30.814Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-19T06:00:31.097Z Checking unicode-truncate v1.1.0
27912026-03-19T06:00:31.330Z Checking lru v0.12.5
27922026-03-19T06:00:31.378Z Checking cassowary v0.3.0
27932026-03-19T06:00:31.425Z Compiling darling v0.23.0
27942026-03-19T06:00:31.695Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-19T06:00:31.997Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-19T06:00:32.340Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-19T06:00:32.614Z Checking ratatui v0.29.0
27982026-03-19T06:00:33.598Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27992026-03-19T06:00:33.884Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28002026-03-19T06:00:34.293Z Compiling vergen-git2 v1.0.7
28012026-03-19T06:00:34.352Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-03-19T06:00:34.455Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-03-19T06:00:34.629Z Checking colored v2.2.0
28042026-03-19T06:00:34.674Z Checking shell-words v1.1.1
28052026-03-19T06:00:34.736Z Compiling rustls v0.21.12
28062026-03-19T06:00:34.874Z Checking plotters-backend v0.3.7
28072026-03-19T06:00:35.100Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-19T06:00:35.144Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-19T06:00:35.190Z Checking plotters-svg v0.3.7
28102026-03-19T06:00:35.409Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-19T06:00:35.454Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-19T06:00:35.688Z Checking rustls-webpki v0.101.7
28132026-03-19T06:00:36.048Z Checking sct v0.7.1
28142026-03-19T06:00:36.174Z Compiling nix v0.29.0
28152026-03-19T06:00:36.253Z Checking cast v0.3.0
28162026-03-19T06:00:36.386Z Checking hex-literal v0.4.1
28172026-03-19T06:00:36.500Z Checking criterion-plot v0.6.0
28182026-03-19T06:00:36.545Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-19T06:00:36.978Z Checking plotters v0.3.7
28202026-03-19T06:00:38.096Z Checking erased-serde v0.4.9
28212026-03-19T06:00:38.636Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-19T06:00:38.680Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28232026-03-19T06:00:39.658Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-03-19T06:00:40.673Z Checking tinytemplate v1.2.1
28252026-03-19T06:00:40.994Z Checking ordered-float v2.10.1
28262026-03-19T06:00:41.367Z Checking oorandom v11.1.5
28272026-03-19T06:00:41.553Z Checking anes v0.1.6
28282026-03-19T06:00:41.834Z Checking criterion v0.7.0
28292026-03-19T06:00:42.269Z Checking serde-value v0.7.0
28302026-03-19T06:00:42.593Z Checking serde-untagged v0.1.9
28312026-03-19T06:00:42.886Z Checking tokio-rustls v0.24.1
28322026-03-19T06:00:43.508Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-19T06:00:43.511Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-19T06:00:43.830Z Checking rustls-pemfile v1.0.4
28352026-03-19T06:00:44.043Z Checking twox-hash v2.1.2
28362026-03-19T06:00:44.486Z Checking unicode-xid v0.2.6
28372026-03-19T06:00:44.624Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-03-19T06:00:44.668Z Checking cargo-util-schemas v0.8.2
28392026-03-19T06:00:45.159Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-19T06:00:45.381Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-19T06:00:45.905Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-19T06:00:46.146Z Checking fatfs v0.3.6
28432026-03-19T06:00:46.806Z Checking cargo-platform v0.2.0
28442026-03-19T06:00:47.090Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-19T06:00:47.184Z Compiling petname v2.0.2
28462026-03-19T06:00:47.872Z Compiling seq-macro v0.3.6
28472026-03-19T06:00:48.810Z Checking cargo_metadata v0.21.0
28482026-03-19T06:00:49.094Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-19T06:00:49.143Z Checking concurrent-queue v2.5.0
28502026-03-19T06:00:49.419Z Checking rtoolbox v0.0.3
28512026-03-19T06:00:49.627Z Checking futures-timer v3.0.3
28522026-03-19T06:00:49.887Z Checking parking v2.2.1
28532026-03-19T06:00:49.890Z Checking rpassword v7.4.0
28542026-03-19T06:00:50.076Z Checking event-listener v5.4.1
28552026-03-19T06:00:50.400Z Checking tui-tree-widget v0.23.1
28562026-03-19T06:00:50.446Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-19T06:00:50.672Z Checking polyval v0.6.2
28582026-03-19T06:00:50.724Z Checking sapling-renderdag v0.1.0
28592026-03-19T06:00:50.760Z Checking sync-ptr v0.1.4
28602026-03-19T06:00:50.920Z Checking ghash v0.5.1
28612026-03-19T06:00:50.965Z Checking event-listener-strategy v0.5.4
28622026-03-19T06:00:51.071Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-19T06:00:51.117Z Checking ctr v0.9.2
28642026-03-19T06:00:51.175Z Checking arrayvec v0.7.6
28652026-03-19T06:00:51.347Z Checking arrayref v0.3.9
28662026-03-19T06:00:51.394Z Checking constant_time_eq v0.4.2
28672026-03-19T06:00:51.466Z Checking aes-gcm v0.10.3
28682026-03-19T06:00:51.575Z Checking async-lock v3.4.2
28692026-03-19T06:00:51.621Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-19T06:00:51.689Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-19T06:00:52.140Z Checking ssh-encoding v0.2.0
28722026-03-19T06:00:52.446Z Checking blowfish v0.9.1
28732026-03-19T06:00:52.682Z Checking bcrypt-pbkdf v0.10.0
28742026-03-19T06:00:52.926Z Checking ssh-cipher v0.2.0
28752026-03-19T06:00:52.972Z Checking async-object-pool v0.2.0
28762026-03-19T06:00:53.154Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-19T06:00:53.199Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-19T06:00:53.601Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28792026-03-19T06:00:53.850Z Compiling samael v0.0.19
28802026-03-19T06:00:53.979Z Checking serde_regex v1.1.0
28812026-03-19T06:00:54.227Z Checking password-hash v0.4.2
28822026-03-19T06:00:54.475Z Checking assert-json-diff v2.0.2
28832026-03-19T06:00:54.554Z Checking path-tree v0.8.3
28842026-03-19T06:00:54.729Z Compiling target-lexicon v0.13.3
28852026-03-19T06:00:54.838Z Checking gimli v0.32.3
28862026-03-19T06:00:55.425Z Checking stringmetrics v2.2.2
28872026-03-19T06:00:55.573Z Checking pbkdf2 v0.11.0
28882026-03-19T06:00:55.648Z Checking httpmock v0.8.3
28892026-03-19T06:00:55.824Z Checking ssh-key v0.6.7
28902026-03-19T06:00:57.103Z Checking addr2line v0.25.1
28912026-03-19T06:00:57.513Z Checking p521 v0.13.3
28922026-03-19T06:00:58.362Z Checking p256 v0.13.2
28932026-03-19T06:00:58.692Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-19T06:00:58.737Z Checking russh-cryptovec v0.7.3
28952026-03-19T06:00:58.949Z Compiling guppy-workspace-hack v0.1.0
28962026-03-19T06:00:58.995Z Checking md5 v0.7.0
28972026-03-19T06:00:59.211Z Checking rustc-demangle v0.1.27
28982026-03-19T06:00:59.256Z Checking russh-keys v0.45.0
28992026-03-19T06:00:59.551Z Checking backtrace v0.3.76
29002026-03-19T06:00:59.852Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-19T06:00:59.988Z Checking num-bigint v0.4.6
29022026-03-19T06:01:00.044Z Checking des v0.8.1
29032026-03-19T06:01:00.281Z Compiling blake3 v1.8.3
29042026-03-19T06:01:00.327Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-19T06:01:00.770Z Compiling target-spec v3.5.7
29062026-03-19T06:01:00.896Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-19T06:01:01.406Z Checking russh v0.45.0
29082026-03-19T06:01:01.804Z Checking backtrace-ext v0.2.1
29092026-03-19T06:01:01.849Z Checking cfg-expr v0.20.6
29102026-03-19T06:01:01.983Z Checking supports-color v2.1.0
29112026-03-19T06:01:02.052Z Checking textwrap v0.15.2
29122026-03-19T06:01:02.187Z Checking supports-unicode v2.1.0
29132026-03-19T06:01:02.357Z Checking supports-hyperlinks v2.1.0
29142026-03-19T06:01:02.402Z Checking hashbrown v0.14.5
29152026-03-19T06:01:02.447Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-19T06:01:02.538Z Checking cargo-platform v0.3.2
29172026-03-19T06:01:02.745Z Checking terminal_size v0.1.17
29182026-03-19T06:01:02.808Z Checking socket2 v0.5.10
29192026-03-19T06:01:02.918Z Compiling miette-derive v5.10.0
29202026-03-19T06:01:03.091Z Checking internet-checksum v0.2.1
29212026-03-19T06:01:03.181Z Checking owo-colors v3.5.0
29222026-03-19T06:01:03.281Z Checking chumsky v0.9.3
29232026-03-19T06:01:03.975Z Checking cargo_metadata v0.23.1
29242026-03-19T06:01:04.449Z Checking miette v5.10.0
29252026-03-19T06:01:04.645Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-19T06:01:05.033Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-19T06:01:05.130Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-19T06:01:05.229Z Checking ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared)
29292026-03-19T06:01:05.484Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29302026-03-19T06:01:05.546Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29312026-03-19T06:01:05.707Z Compiling git2 v0.20.4
29322026-03-19T06:01:05.754Z Checking httptest v0.16.4
29332026-03-19T06:01:05.820Z Checking pathdiff v0.2.3
29342026-03-19T06:01:05.995Z Compiling knuffel-derive v3.2.0
29352026-03-19T06:01:06.139Z Checking nested v0.1.1
29362026-03-19T06:01:06.275Z Checking topological-sort v0.2.2
29372026-03-19T06:01:06.351Z Checking guppy v0.17.25
29382026-03-19T06:01:06.492Z Checking omicron-zone-package v0.12.2
29392026-03-19T06:01:06.700Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-03-19T06:01:07.002Z Checking similar-asserts v1.7.0
29412026-03-19T06:01:07.242Z Compiling rstest_macros v0.25.0
29422026-03-19T06:01:07.650Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-03-19T06:01:07.708Z Compiling target-triple v1.0.0
29442026-03-19T06:01:07.851Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-03-19T06:01:07.901Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-03-19T06:01:08.158Z Checking knuffel v3.2.0
29472026-03-19T06:01:08.221Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29482026-03-19T06:01:08.512Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29492026-03-19T06:01:09.360Z Checking toml_datetime v1.0.0+spec-1.1.0
29502026-03-19T06:01:09.688Z Compiling assert_cmd v2.1.2
29512026-03-19T06:01:09.884Z Checking escape8259 v0.5.3
29522026-03-19T06:01:10.036Z Compiling relative-path v1.9.3
29532026-03-19T06:01:10.093Z Checking libtest-mimic v0.8.1
29542026-03-19T06:01:10.302Z Checking toml v1.0.3+spec-1.1.0
29552026-03-19T06:01:10.601Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29562026-03-19T06:01:10.696Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-03-19T06:01:10.865Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-03-19T06:01:11.264Z Checking blake2b_simd v1.0.4
29592026-03-19T06:01:11.783Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-03-19T06:01:11.841Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-03-19T06:01:12.324Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-03-19T06:01:12.405Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-19T06:01:12.697Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-19T06:01:12.988Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-03-19T06:01:13.243Z Checking fancy-regex v0.14.0
29662026-03-19T06:01:13.543Z Checking serde_tokenstream v0.2.3
29672026-03-19T06:01:13.644Z Compiling polar-core v0.27.3
29682026-03-19T06:01:13.779Z Checking uzers v0.12.2
29692026-03-19T06:01:13.887Z Compiling linkme-impl v0.3.35
29702026-03-19T06:01:14.123Z Checking constant_time_eq v0.3.1
29712026-03-19T06:01:14.300Z Checking termcolor v1.4.1
29722026-03-19T06:01:14.456Z Checking rust-argon2 v2.1.0
29732026-03-19T06:01:14.630Z Checking trybuild v1.0.116
29742026-03-19T06:01:14.821Z Checking datatest-stable v0.3.3
29752026-03-19T06:01:15.648Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-19T06:01:15.743Z Checking rstest v0.25.0
29772026-03-19T06:01:16.024Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-19T06:01:16.167Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-19T06:01:16.223Z Checking support-bundle-viewer v0.1.2
29802026-03-19T06:01:16.594Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29812026-03-19T06:01:16.901Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-03-19T06:01:17.135Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29832026-03-19T06:01:17.195Z Checking drift v0.1.3
29842026-03-19T06:01:17.426Z Checking rand_distr v0.5.1
29852026-03-19T06:01:17.642Z Checking multimap v0.10.1
29862026-03-19T06:01:17.915Z Checking approx v0.5.1
29872026-03-19T06:01:18.053Z Compiling linkme v0.3.35
29882026-03-19T06:01:18.139Z Checking dropshot-api-manager v0.6.0
29892026-03-19T06:01:19.602Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-19T06:01:19.867Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-19T06:01:20.075Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-19T06:01:20.435Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-19T06:01:20.652Z Checking oso v0.27.3
29942026-03-19T06:01:20.733Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29952026-03-19T06:01:20.996Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29962026-03-19T06:01:21.045Z Checking partial-io v0.5.4
29972026-03-19T06:01:21.089Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-19T06:01:21.254Z Checking cargo_toml v0.21.0
29992026-03-19T06:01:21.356Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-19T06:01:21.426Z Checking termios v0.3.3
30012026-03-19T06:01:21.512Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-03-19T06:01:21.634Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-03-19T06:01:22.087Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30042026-03-19T06:01:22.242Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-19T06:01:22.462Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-03-19T06:01:26.818Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-19T06:01:31.602Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30082026-03-19T06:01:34.646Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30092026-03-19T06:01:39.925Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30102026-03-19T06:01:41.575Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-19T06:01:46.223Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-03-19T06:01:53.544Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-03-19T06:01:56.058Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-03-19T06:01:56.630Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-19T06:02:07.511Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30162026-03-19T06:04:04.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 36s
30172026-03-19T06:04:04.981Z
30182026-03-19T06:04:04.981Zreal 5:41.035275332
30192026-03-19T06:04:04.984Zuser 28:32.711814318
30202026-03-19T06:04:04.984Zsys 5:56.771132366
30212026-03-19T06:04:04.984Ztrap 0.723653597
30222026-03-19T06:04:04.984Ztflt 0.087438959
30232026-03-19T06:04:04.984Zdflt 0.238980544
30242026-03-19T06:04:04.984Zkflt 0.000946494
30252026-03-19T06:04:04.984Zlock 1:20:34.191329302
30262026-03-19T06:04:04.984Zslp 1:17:19.715552773
30272026-03-19T06:04:04.984Zlat 1:54.496214646
30282026-03-19T06:04:04.984Zstop 14:01.526341208
30292026-03-19T06:04:04.984Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30302026-03-19T06:04:04.984Z+ ptime -m cargo doc --workspace --no-deps
30312026-03-19T06:04:06.178Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30322026-03-19T06:04:06.178Z |
30332026-03-19T06:04:06.178Z = 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)`
30342026-03-19T06:04:06.178Z = 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>
30352026-03-19T06:04:07.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-03-19T06:04:07.767Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-03-19T06:04:07.817Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30382026-03-19T06:04:07.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-19T06:04:08.078Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30402026-03-19T06:04:08.107Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30412026-03-19T06:04:08.136Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30422026-03-19T06:04:08.172Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-03-19T06:04:08.241Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-19T06:04:08.352Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-19T06:04:08.394Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-19T06:04:08.441Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-19T06:04:08.494Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-19T06:04:08.529Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-19T06:04:08.572Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30502026-03-19T06:04:08.648Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30512026-03-19T06:04:08.678Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30522026-03-19T06:04:08.708Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-19T06:04:08.750Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-03-19T06:04:08.825Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-03-19T06:04:09.102Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-03-19T06:04:09.420Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30572026-03-19T06:04:09.603Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30582026-03-19T06:04:09.656Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-03-19T06:04:09.687Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-03-19T06:04:09.837Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-03-19T06:04:09.922Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-19T06:04:10.132Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30632026-03-19T06:04:10.186Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30642026-03-19T06:04:10.283Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-03-19T06:04:10.409Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30662026-03-19T06:04:10.438Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-19T06:04:10.681Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-19T06:04:10.883Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-19T06:04:10.924Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30702026-03-19T06:04:10.952Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-03-19T06:04:11.172Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722026-03-19T06:04:11.237Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30732026-03-19T06:04:11.276Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30742026-03-19T06:04:11.565Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30752026-03-19T06:04:11.651Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30762026-03-19T06:04:11.977Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30772026-03-19T06:04:12.008Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782026-03-19T06:04:12.054Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30792026-03-19T06:04:12.158Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30802026-03-19T06:04:12.219Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30812026-03-19T06:04:12.437Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30822026-03-19T06:04:12.497Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30832026-03-19T06:04:12.537Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30842026-03-19T06:04:12.675Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-03-19T06:04:12.738Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-19T06:04:12.777Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-03-19T06:04:12.806Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-03-19T06:04:13.085Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30892026-03-19T06:04:13.085Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30902026-03-19T06:04:13.140Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30912026-03-19T06:04:13.142Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30922026-03-19T06:04:13.392Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30932026-03-19T06:04:13.419Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-19T06:04:13.448Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30952026-03-19T06:04:13.638Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30962026-03-19T06:04:13.722Z Checking ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared)
30972026-03-19T06:04:13.762Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30982026-03-19T06:04:13.802Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-19T06:04:13.936Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31002026-03-19T06:04:14.007Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31012026-03-19T06:04:14.052Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31022026-03-19T06:04:14.178Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31032026-03-19T06:04:14.361Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-19T06:04:14.416Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-19T06:04:14.445Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31062026-03-19T06:04:14.477Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31072026-03-19T06:04:14.686Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31082026-03-19T06:04:15.174Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-03-19T06:04:15.287Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31102026-03-19T06:04:16.222Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-03-19T06:04:16.747Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31122026-03-19T06:04:16.989Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-03-19T06:04:17.036Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-03-19T06:04:17.199Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31152026-03-19T06:04:17.265Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31162026-03-19T06:04:17.496Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31172026-03-19T06:04:17.548Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31182026-03-19T06:04:17.966Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31192026-03-19T06:04:18.130Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-03-19T06:04:18.431Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31212026-03-19T06:04:18.536Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31222026-03-19T06:04:18.566Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31232026-03-19T06:04:18.785Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31242026-03-19T06:04:19.103Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31252026-03-19T06:04:19.377Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-19T06:04:19.979Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31272026-03-19T06:04:20.035Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-03-19T06:04:20.110Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31292026-03-19T06:04:20.586Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31302026-03-19T06:04:20.627Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-03-19T06:04:21.201Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-19T06:04:21.477Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-03-19T06:04:22.370Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-19T06:04:22.480Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-03-19T06:04:22.855Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362026-03-19T06:04:23.587Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-03-19T06:04:23.675Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-19T06:04:23.999Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31392026-03-19T06:04:24.098Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-03-19T06:04:24.404Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-19T06:04:24.441Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31422026-03-19T06:04:24.471Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31432026-03-19T06:04:24.503Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31442026-03-19T06:04:24.890Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-03-19T06:04:24.956Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-03-19T06:04:25.097Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-03-19T06:04:25.129Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-03-19T06:04:25.159Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31492026-03-19T06:04:25.556Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-19T06:04:25.637Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31512026-03-19T06:04:26.329Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-03-19T06:04:26.661Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-03-19T06:04:27.508Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-03-19T06:04:28.067Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31552026-03-19T06:04:28.332Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-19T06:04:28.586Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31572026-03-19T06:04:28.677Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-19T06:04:29.015Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31592026-03-19T06:04:29.129Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602026-03-19T06:04:29.684Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-19T06:04:29.767Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31622026-03-19T06:04:29.904Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-19T06:04:30.084Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31642026-03-19T06:04:30.301Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31652026-03-19T06:04:31.806Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-03-19T06:04:32.034Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31672026-03-19T06:04:32.064Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-19T06:04:32.735Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31692026-03-19T06:04:33.348Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31702026-03-19T06:04:34.821Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-03-19T06:04:35.366Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31722026-03-19T06:04:35.919Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31732026-03-19T06:04:36.379Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-03-19T06:04:36.711Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-03-19T06:04:36.743Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-19T06:04:36.911Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-03-19T06:04:37.319Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31782026-03-19T06:04:37.712Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-03-19T06:04:37.913Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31802026-03-19T06:04:38.742Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-19T06:04:39.954Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-03-19T06:04:39.982Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31832026-03-19T06:04:40.825Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-03-19T06:04:43.362Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31852026-03-19T06:04:44.205Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31862026-03-19T06:04:46.173Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31872026-03-19T06:04:46.764Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31882026-03-19T06:04:47.298Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31892026-03-19T06:04:47.705Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31902026-03-19T06:04:48.069Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31912026-03-19T06:04:48.745Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31922026-03-19T06:04:49.561Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31932026-03-19T06:04:50.440Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-03-19T06:04:50.757Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-03-19T06:04:50.954Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-03-19T06:04:51.955Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31972026-03-19T06:04:52.005Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31982026-03-19T06:04:52.499Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31992026-03-19T06:04:52.632Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-03-19T06:04:52.841Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-03-19T06:04:52.994Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32022026-03-19T06:04:53.314Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-03-19T06:04:53.596Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32042026-03-19T06:04:54.165Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-19T06:04:54.290Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-19T06:04:54.513Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-03-19T06:04:54.719Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-03-19T06:04:55.068Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32092026-03-19T06:04:55.641Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-03-19T06:04:55.828Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-03-19T06:04:55.998Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32122026-03-19T06:04:56.691Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-03-19T06:04:57.766Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32142026-03-19T06:04:58.953Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-03-19T06:05:00.329Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-19T06:05:00.359Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32172026-03-19T06:05:04.963Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32182026-03-19T06:05:05.423Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-03-19T06:05:06.712Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-19T06:05:07.598Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-19T06:05:08.487Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32222026-03-19T06:05:11.443Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32232026-03-19T06:05:12.680Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242026-03-19T06:05:13.246Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32252026-03-19T06:05:14.133Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-03-19T06:05:15.050Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-03-19T06:05:18.452Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32282026-03-19T06:05:19.664Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32292026-03-19T06:05:19.705Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-03-19T06:05:20.024Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-19T06:05:21.079Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32322026-03-19T06:05:21.109Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32332026-03-19T06:05:24.095Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32342026-03-19T06:05:25.020Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32352026-03-19T06:05:28.927Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32362026-03-19T06:05:30.473Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32372026-03-19T06:05:31.716Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32382026-03-19T06:05:32.571Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32392026-03-19T06:05:33.555Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32402026-03-19T06:05:34.568Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32412026-03-19T06:05:35.556Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-19T06:05:36.560Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-03-19T06:05:38.097Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32442026-03-19T06:05:39.013Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-03-19T06:05:40.600Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-03-19T06:05:41.875Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32472026-03-19T06:05:43.044Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-03-19T06:05:44.640Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-19T06:05:45.331Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32502026-03-19T06:05:47.607Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32512026-03-19T06:05:49.279Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32522026-03-19T06:05:49.728Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32532026-03-19T06:05:52.035Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32542026-03-19T06:05:53.190Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32552026-03-19T06:05:54.278Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32562026-03-19T06:05:57.800Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32572026-03-19T06:05:58.406Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-03-19T06:06:00.351Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-03-19T06:06:01.532Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32602026-03-19T06:06:03.363Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32612026-03-19T06:06:05.330Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-03-19T06:06:08.518Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-03-19T06:06:09.446Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32642026-03-19T06:06:11.913Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-03-19T06:06:14.298Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32662026-03-19T06:06:16.186Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32672026-03-19T06:06:18.484Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32682026-03-19T06:06:21.065Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-03-19T06:06:23.238Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-03-19T06:06:28.996Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32712026-03-19T06:06:30.509Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722026-03-19T06:06:31.059Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732026-03-19T06:06:32.889Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32742026-03-19T06:06:35.348Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32752026-03-19T06:06:37.871Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32762026-03-19T06:06:40.392Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32772026-03-19T06:06:43.262Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-03-19T06:06:45.689Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32792026-03-19T06:06:48.138Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32802026-03-19T06:06:51.037Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32812026-03-19T06:06:53.121Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32822026-03-19T06:06:55.596Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-03-19T06:06:58.059Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32842026-03-19T06:07:00.451Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-03-19T06:07:02.569Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-03-19T06:07:05.426Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-03-19T06:07:07.651Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32882026-03-19T06:07:10.127Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32892026-03-19T06:07:12.725Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32902026-03-19T06:07:15.199Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32912026-03-19T06:07:17.759Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32922026-03-19T06:07:20.358Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932026-03-19T06:07:23.347Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32942026-03-19T06:07:25.698Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-19T06:07:28.307Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-19T06:07:30.968Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-03-19T06:07:33.472Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32982026-03-19T06:07:38.792Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32992026-03-19T06:07:43.422Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33002026-03-19T06:07:44.661Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33012026-03-19T06:07:46.940Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33022026-03-19T06:07:50.460Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33032026-03-19T06:07:53.325Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33042026-03-19T06:07:56.060Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33052026-03-19T06:07:58.972Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33062026-03-19T06:08:01.953Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33072026-03-19T06:08:04.721Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33082026-03-19T06:08:07.544Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33092026-03-19T06:08:10.687Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33102026-03-19T06:08:13.721Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33112026-03-19T06:08:16.082Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33122026-03-19T06:08:18.866Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33132026-03-19T06:08:21.957Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33142026-03-19T06:08:24.650Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-03-19T06:08:27.571Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33162026-03-19T06:08:30.504Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33172026-03-19T06:08:33.341Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-03-19T06:08:36.321Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-03-19T06:08:39.579Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33202026-03-19T06:08:42.326Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33212026-03-19T06:08:45.451Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33222026-03-19T06:08:48.352Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33232026-03-19T06:08:51.518Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33242026-03-19T06:08:54.577Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-03-19T06:08:57.606Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33262026-03-19T06:09:00.621Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33272026-03-19T06:09:03.579Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33282026-03-19T06:09:06.699Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33292026-03-19T06:09:09.797Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33302026-03-19T06:09:12.909Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33312026-03-19T06:09:15.992Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33322026-03-19T06:09:19.294Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33332026-03-19T06:09:22.431Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33342026-03-19T06:09:25.572Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33352026-03-19T06:09:28.633Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33362026-03-19T06:09:31.824Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33372026-03-19T06:09:35.029Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33382026-03-19T06:09:38.300Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33392026-03-19T06:09:41.440Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33402026-03-19T06:09:45.192Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33412026-03-19T06:09:48.220Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33422026-03-19T06:09:57.428Z Documenting ls-apis-shared v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis-shared)
33432026-03-19T06:09:57.553Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33442026-03-19T06:10:01.699Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33452026-03-19T06:10:05.909Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33462026-03-19T06:10:11.817Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33472026-03-19T06:10:15.342Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-19T06:10:20.036Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33492026-03-19T06:10:24.536Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33502026-03-19T06:10:29.190Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33512026-03-19T06:10:33.770Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33522026-03-19T06:10:38.412Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33532026-03-19T06:10:43.041Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33542026-03-19T06:10:47.946Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33552026-03-19T06:10:52.400Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33562026-03-19T06:10:57.143Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33572026-03-19T06:11:01.786Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33582026-03-19T06:11:06.399Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33592026-03-19T06:11:11.017Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33602026-03-19T06:11:15.765Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33612026-03-19T06:11:20.322Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33622026-03-19T06:11:24.917Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33632026-03-19T06:11:29.623Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33642026-03-19T06:11:34.183Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33652026-03-19T06:11:38.832Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33662026-03-19T06:12:15.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s
33672026-03-19T06:12:16.050Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33682026-03-19T06:12:16.163Z
33692026-03-19T06:12:16.166Zreal 8:11.055248665
33702026-03-19T06:12:16.166Zuser 23:47.368545583
33712026-03-19T06:12:16.166Zsys 4:28.765380643
33722026-03-19T06:12:16.166Ztrap 0.432260786
33732026-03-19T06:12:16.166Ztflt 0.024149152
33742026-03-19T06:12:16.166Zdflt 0.010865449
33752026-03-19T06:12:16.167Zkflt 0.000031844
33762026-03-19T06:12:16.167Zlock 7:24:46.350471251
33772026-03-19T06:12:16.167Zslp 2:43:23.920917685
33782026-03-19T06:12:16.167Zlat 36.947813868
33792026-03-19T06:12:16.167Zstop 1:56.168527474
33802026-03-19T06:12:16.167Zprocess exited: duration 1071241 ms, exit code 0
 
33812026-03-19T06:12:16.173Zfound 0 output files