01KME2R4WN2Q4T99EX9110W1HE: clippy (helios)

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

Buildomat Job: 01KME2RJK77KV9P2YPE7VAJ3QA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-23T19:30:20.890Zjob assigned to worker 01KME2RRQ02GRFY4J4RZS7M7HF [factory aws, i-086e511c83364fba4] (queued for 1 m 2 s)
 
22026-03-23T19:30:28.849Zstarting task 0: "setup"
32026-03-23T19:30:28.854Z++ uname -s
42026-03-23T19:30:28.857Z+ kern=SunOS
52026-03-23T19:30:28.857Z+ build_user=build
62026-03-23T19:30:28.857Z+ build_uid=12345
72026-03-23T19:30:28.857Z+ work_dir=/work
82026-03-23T19:30:28.857Z+ input_dir=/input
92026-03-23T19:30:28.857Z+ [[ 0 == 12345 ]]
102026-03-23T19:30:28.857Z+ case "$kern" in
112026-03-23T19:30:28.857Z+ groupadd -g 12345 build
122026-03-23T19:30:28.859Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-23T19:30:30.865Z+ zfs create -o mountpoint=/work rpool/work
142026-03-23T19:30:30.988Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-23T19:30:30.992Z+ home_fs=zfs
162026-03-23T19:30:30.992Z+ [[ zfs == autofs ]]
172026-03-23T19:30:30.992Z+ mkdir -p /home/build
182026-03-23T19:30:30.995Z+ chown build:build /home/build /work
192026-03-23T19:30:32.995Z+ chmod 0700 /home/build /work
202026-03-23T19:30:32.998Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-23T19:30:33.004Zstarting task 1: "rust-toolchain"
222026-03-23T19:30:33.008Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-23T19:30:33.008Z * rust toolchain channel = "1.94.0"
242026-03-23T19:30:33.008Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-23T19:30:33.008Z * rust toolchain profile = "default"
262026-03-23T19:30:33.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-23T19:30:33.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-23T19:30:33.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-23T19:30:33.011Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-23T19:30:33.122Zinfo: downloading installer
312026-03-23T19:30:34.776Zwarn: It looks like you have an existing installation of Rust at:
322026-03-23T19:30:34.776Zwarn: /opt/ooce/bin
332026-03-23T19:30:34.776Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-23T19:30:34.776Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-23T19:30:34.776Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-23T19:30:34.776Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-23T19:30:34.776Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-23T19:30:34.777Zerror: cannot install while Rust is installed
392026-03-23T19:30:34.777Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-23T19:30:34.777Zwarn: It looks like you have an existing rustup settings file at:
412026-03-23T19:30:34.777Zwarn: /home/build/.rustup/settings.toml
422026-03-23T19:30:34.777Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-23T19:30:34.777Zwarn: instead of the one inferred from the default host triple.
442026-03-23T19:30:34.798Zinfo: profile set to default
452026-03-23T19:30:34.798Zinfo: default host triple is x86_64-unknown-illumos
462026-03-23T19:30:34.801Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-23T19:30:34.944Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-23T19:30:34.947Zinfo: downloading 6 components
492026-03-23T19:30:51.331Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-23T19:30:51.331Z
512026-03-23T19:30:51.364Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-23T19:30:51.365Z
532026-03-23T19:30:51.368Z
542026-03-23T19:30:51.368ZRust is installed now. Great!
552026-03-23T19:30:51.368Z
562026-03-23T19:30:51.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-23T19:30:51.368Zenvironment variable. This has not been done automatically.
582026-03-23T19:30:51.368Z
592026-03-23T19:30:51.368ZTo configure your current shell, you need to source
602026-03-23T19:30:51.368Zthe corresponding env file under $HOME/.cargo.
612026-03-23T19:30:51.368Z
622026-03-23T19:30:51.368ZThis is usually done by running one of the following (note the leading DOT):
632026-03-23T19:30:51.368Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-23T19:30:51.368Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-23T19:30:51.368Zsource "~/.cargo/env.nu" # For nushell
662026-03-23T19:30:51.368Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-23T19:30:51.368Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-23T19:30:51.368Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-23T19:30:51.368Zwarn: no default linker (`cc`) was found in your PATH
702026-03-23T19:30:51.368Zwarn: many Rust crates require a system C toolchain to build
712026-03-23T19:30:51.472Z+ rustup --version
722026-03-23T19:30:51.483Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-23T19:30:51.485Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-23T19:30:51.509Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-23T19:30:51.512Z+ cargo --version
762026-03-23T19:30:51.529Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-23T19:30:51.531Z+ rustc --version
782026-03-23T19:30:51.556Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-23T19:30:51.559Zprocess exited: duration 18551 ms, exit code 0
 
802026-03-23T19:30:51.565Zstarting task 2: "authentication"
812026-03-23T19:30:51.584Zprocess exited: duration 19 ms, exit code 0
 
822026-03-23T19:30:51.590Zstarting task 3: "clone repository"
832026-03-23T19:30:51.594Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-23T19:30:51.597Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-23T19:30:51.619ZCloning into '/work/oxidecomputer/omicron'...
862026-03-23T19:31:02.913Z+ cd /work/oxidecomputer/omicron
872026-03-23T19:31:02.913Z+ git fetch origin 44c803e7d517d4bc6fbb650e713c89547d20d225
882026-03-23T19:31:03.240ZFrom https://github.com/oxidecomputer/omicron
892026-03-23T19:31:03.240Z * branch 44c803e7d517d4bc6fbb650e713c89547d20d225 -> FETCH_HEAD
902026-03-23T19:31:03.251Z+ [[ -n mergeconflict/support-bundle-request-schema-and-model ]]
912026-03-23T19:31:03.253Z++ git branch --show-current
922026-03-23T19:31:03.256Z+ current=main
932026-03-23T19:31:03.256Z+ [[ main != mergeconflict/support-bundle-request-schema-and-model ]]
942026-03-23T19:31:03.256Z+ git branch -f mergeconflict/support-bundle-request-schema-and-model 44c803e7d517d4bc6fbb650e713c89547d20d225
952026-03-23T19:31:03.259Z+ git checkout -f mergeconflict/support-bundle-request-schema-and-model
962026-03-23T19:31:03.402ZSwitched to branch 'mergeconflict/support-bundle-request-schema-and-model'
972026-03-23T19:31:03.405Z+ git reset --hard 44c803e7d517d4bc6fbb650e713c89547d20d225
982026-03-23T19:31:03.548ZHEAD is now at 44c803e7d schema + db-model: support bundle request data selection tables
992026-03-23T19:31:03.551Zprocess exited: duration 11957 ms, exit code 0
 
1002026-03-23T19:31:03.557Zstarting task 4: "build"
1012026-03-23T19:31:03.561Z+ source ./env.sh
1022026-03-23T19:31:03.564Z++ OLD_SHELL_OPTS=ehxB
1032026-03-23T19:31:03.564Z++ set -o xtrace
1042026-03-23T19:31:03.564Z++++ dirname ./env.sh
1052026-03-23T19:31:03.567Z+++ readlink -f .
1062026-03-23T19:31:03.567Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-23T19:31:03.567Z++ 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-23T19:31:03.567Z++ 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-23T19:31:03.567Z++ 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-23T19:31:03.567Z++ 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-23T19:31:03.567Z++ 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-23T19:31:03.568Z++ 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-23T19:31:03.568Z++ 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-23T19:31:03.568Z++ 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-23T19:31:03.568Z++ case $OLD_SHELL_OPTS in
1162026-03-23T19:31:03.568Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-23T19:31:03.568Z+ source .github/buildomat/ci-env.sh
1182026-03-23T19:31:03.568Z++ export CARGO_TERM_COLOR=always
1192026-03-23T19:31:03.568Z++ CARGO_TERM_COLOR=always
1202026-03-23T19:31:03.568Z+ cargo --version
1212026-03-23T19:31:03.579Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-23T19:31:03.582Z+ rustc --version
1232026-03-23T19:31:03.607Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-23T19:31:03.610Z+ banner prerequisites
1252026-03-23T19:31:03.613Z
1262026-03-23T19:31:03.613Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-23T19:31:03.613Z # # # # # # # # # # # # # # #
1282026-03-23T19:31:03.613Z # # # # ##### # # ##### # # # # # #### #
1292026-03-23T19:31:03.613Z ##### ##### # ##### # # # # # # # # #
1302026-03-23T19:31:03.613Z # # # # # # # # # # # # # # #
1312026-03-23T19:31:03.613Z # # # ###### # # ###### ### # #### # #### #
1322026-03-23T19:31:03.613Z
1332026-03-23T19:31:03.613Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-23T19:31:13.879Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-23T19:31:23.734Z Startup: Caching catalogs ... Done
1362026-03-23T19:31:46.181ZPlanning: Solver setup ... Done (21.029s)
1372026-03-23T19:31:46.339ZPlanning: Running solver ... Done (0.159s)
1382026-03-23T19:31:46.531ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-23T19:31:46.542ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-23T19:31:47.677ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-23T19:31:47.681ZPlanning: Package planning ... Done (0.043s)
1422026-03-23T19:31:47.681ZPlanning: Merging actions ... Done (0.043s)
1432026-03-23T19:31:47.681ZPlanning: Checking for conflicting actions ... Done (0.321s)
1442026-03-23T19:31:47.681ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-23T19:31:47.820ZPlanning: Evaluating mediators ... Done (0.727s)
1462026-03-23T19:31:47.828ZPlanning: Planning completed in 23.95 seconds
1472026-03-23T19:31:47.855Z Packages to install: 4
1482026-03-23T19:31:47.855Z Mediators to change: 2
1492026-03-23T19:31:47.858Z Services to change: 1
1502026-03-23T19:31:47.858Z Estimated space available: 155.42 GB
1512026-03-23T19:31:47.858ZEstimated space to be consumed: 1.83 GB
1522026-03-23T19:31:47.858Z Create boot environment: No
1532026-03-23T19:31:47.858ZCreate backup boot environment: No
1542026-03-23T19:31:47.858Z Rebuild boot archive: No
1552026-03-23T19:31:47.858Z
1562026-03-23T19:31:47.858ZChanged mediators:
1572026-03-23T19:31:47.858Z mediator clang:
1582026-03-23T19:31:47.858Z version: None -> 15 (system default)
1592026-03-23T19:31:47.858Z
1602026-03-23T19:31:47.858Z mediator llvm:
1612026-03-23T19:31:47.858Z version: 14 (system default) -> 15 (system default)
1622026-03-23T19:31:47.859Z
1632026-03-23T19:31:47.859ZChanged packages:
1642026-03-23T19:31:47.859Zhelios-dev
1652026-03-23T19:31:47.859Z developer/build-essential
1662026-03-23T19:31:47.859Z None -> 11-2.0
1672026-03-23T19:31:47.859Z library/libxmlsec1
1682026-03-23T19:31:47.859Z None -> 1.2.35-2.0
1692026-03-23T19:31:47.859Z ooce/developer/clang-15
1702026-03-23T19:31:47.859Z None -> 15.0.7-2.0
1712026-03-23T19:31:47.859Z ooce/developer/llvm-15
1722026-03-23T19:31:47.859Z None -> 15.0.7-2.0
1732026-03-23T19:31:47.859Z
1742026-03-23T19:31:47.859ZServices:
1752026-03-23T19:31:47.859Z restart_fmri:
1762026-03-23T19:31:47.859Z svc:/system/update-man-index:default
1772026-03-23T19:31:47.900Z
1782026-03-23T19:31:47.900ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-23T19:31:55.861ZDownload: 213/3290 items 1.3/212.6MB 0% complete (558k/s)
1802026-03-23T19:32:00.933ZDownload: 1411/3290 items 114.1/212.6MB 53% complete (12.1M/s)
1812026-03-23T19:32:07.699ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (15.8M/s)
1822026-03-23T19:32:12.700ZDownload: 3289/3290 items 212.5/212.6MB 99% complete (9.4M/s)
1832026-03-23T19:32:12.723ZDownload: Completed 212.60 MB in 24.82 seconds (8.6M/s)
1842026-03-23T19:32:13.054Z Actions: 1/3689 actions (Installing new actions)
1852026-03-23T19:32:17.223Z Actions: Completed 3689 actions in 4.17 seconds.
1862026-03-23T19:32:17.976Z Done (0.748s)
1872026-03-23T19:32:17.976Z Done (0.000s)
1882026-03-23T19:32:18.974Z Done (0.998s)
1892026-03-23T19:32:23.126Z Done (3.782s)
1902026-03-23T19:32:23.214Z Done (0.015s)
1912026-03-23T19:32:23.218Z Done (0.000s)
1922026-03-23T19:32:23.360Z Done (0.000s)
1932026-03-23T19:32:24.324ZPlanning: Evaluating mediator changes ... Done
1942026-03-23T19:32:24.466ZPlanning: Checking for conflicting actions ... Done
1952026-03-23T19:32:24.468ZPlanning: Consolidating action changes ... Done
1962026-03-23T19:32:24.689ZPlanning: Evaluating mediators ... Done
1972026-03-23T19:32:24.692ZPlanning: Planning completed in 0.37 seconds
1982026-03-23T19:32:24.718Z Mediators to change: 2
1992026-03-23T19:32:24.722Z Create boot environment: No
2002026-03-23T19:32:24.722ZCreate backup boot environment: No
2012026-03-23T19:32:24.785Z Done
2022026-03-23T19:32:24.785Z Done
2032026-03-23T19:32:25.511Z Done
2042026-03-23T19:32:28.832Z Done
2052026-03-23T19:32:28.916Z Done
2062026-03-23T19:32:28.919Z Done
2072026-03-23T19:32:29.093Z Done
2082026-03-23T19:32:29.625ZPlanning: Evaluating mediator changes ... Done
2092026-03-23T19:32:29.627ZPlanning: Merging actions ... Done
2102026-03-23T19:32:29.792ZPlanning: Checking for conflicting actions ... Done
2112026-03-23T19:32:29.795ZPlanning: Consolidating action changes ... Done
2122026-03-23T19:32:30.011ZPlanning: Evaluating mediators ... Done
2132026-03-23T19:32:30.052ZPlanning: Planning completed in 0.63 seconds
2142026-03-23T19:32:30.082Z Packages to change: 1
2152026-03-23T19:32:30.082Z Mediators to change: 1
2162026-03-23T19:32:30.086Z Services to change: 1
2172026-03-23T19:32:30.086Z Create boot environment: No
2182026-03-23T19:32:30.086ZCreate backup boot environment: Yes
2192026-03-23T19:32:32.525Z Actions: 1/6 actions (Updating modified actions)
2202026-03-23T19:32:32.528Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-23T19:32:32.528Z Done
2222026-03-23T19:32:32.528Z Done
2232026-03-23T19:32:32.718Z Done
2242026-03-23T19:32:35.995Z Done
2252026-03-23T19:32:36.080Z Done
2262026-03-23T19:32:36.083Z Done
2272026-03-23T19:32:36.256Z Done
2282026-03-23T19:32:36.642ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-23T19:32:36.642Zclang system 15 system
2302026-03-23T19:32:36.642Zcsh system system illumos
2312026-03-23T19:32:36.642Zctags system system illumos
2322026-03-23T19:32:36.642Zfile system system illumos
2332026-03-23T19:32:36.642Zgcc vendor 12 vendor
2342026-03-23T19:32:36.642Zgcc system 10 system
2352026-03-23T19:32:36.642Zgcc system 7 system
2362026-03-23T19:32:36.642Zgo system 1.20 system
2372026-03-23T19:32:36.642Zgo system 1.19 system
2382026-03-23T19:32:36.642Zllvm system 15 system
2392026-03-23T19:32:36.642Zllvm system 14 system
2402026-03-23T19:32:36.642Zmariadb system 10.6 system
2412026-03-23T19:32:36.642Zmta vendor vendor dma
2422026-03-23T19:32:36.642Zopenjdk system 17 system
2432026-03-23T19:32:36.642Zopenjdk system 11 system
2442026-03-23T19:32:36.642Zopenjdk system 1.8 system
2452026-03-23T19:32:36.642Zopenssl vendor 3 vendor
2462026-03-23T19:32:36.642Zperl system 5.36 system
2472026-03-23T19:32:36.642Zpostgresql system 15 system
2482026-03-23T19:32:36.642Zpostgresql system 13 system
2492026-03-23T19:32:36.642Zpython vendor 3 vendor
2502026-03-23T19:32:36.642Zpython system 2 system
2512026-03-23T19:32:36.643Zpython3 system 3.11 system
2522026-03-23T19:32:36.643Zruby system 3.0 system
2532026-03-23T19:32:36.643Zwords vendor vendor american-english
2542026-03-23T19:32:36.643Zwords system system australian-english
2552026-03-23T19:32:36.643Zwords system system british-english
2562026-03-23T19:32:36.643Zwords system system canadian-english
2572026-03-23T19:32:36.643Zwords system system french
2582026-03-23T19:32:36.643Zwords system system italian
2592026-03-23T19:32:36.643Zwords system system ngerman
2602026-03-23T19:32:36.643Zwords system system ogerman
2612026-03-23T19:32:36.643Zwords system system spanish
2622026-03-23T19:32:36.928ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-23T19:32:36.928Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-23T19:32:42.943ZFMRI IFO
2652026-03-23T19:32:42.943Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-23T19:32:42.943Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-23T19:32:42.943Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-23T19:32:42.943Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-23T19:32:42.943Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-23T19:32:42.943Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-23T19:32:42.943Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-23T19:32:42.943Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-23T19:32:42.943Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-23T19:32:42.943Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-23T19:32:42.943Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-23T19:32:42.943Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-23T19:32:42.943Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-23T19:32:42.943Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-23T19:32:42.944Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-23T19:32:42.944Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-23T19:32:44.178Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-23T19:32:44.474Z Updating crates.io index
2832026-03-23T19:32:44.477Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-23T19:32:44.726Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-23T19:32:45.581Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-23T19:32:46.074Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-23T19:32:47.091Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-23T19:32:47.825Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-23T19:32:49.277Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-23T19:32:50.861Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-23T19:32:51.600Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-23T19:32:52.037Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-23T19:32:52.757Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-23T19:32:53.241Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-23T19:32:53.712Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-23T19:32:54.017Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-23T19:32:55.103Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-23T19:32:55.655Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-23T19:32:56.083Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-23T19:32:56.487Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-23T19:32:56.769Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-23T19:32:57.128Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-23T19:32:57.363Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-23T19:32:57.630Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-23T19:32:58.058Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-23T19:32:58.483Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-23T19:32:59.124Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-23T19:32:59.452Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-23T19:32:59.748Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-23T19:33:00.672Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-03-23T19:33:00.927Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-23T19:33:01.743Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-03-23T19:33:02.472Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-23T19:33:02.727Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-23T19:33:03.413Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-23T19:33:03.855Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-23T19:33:04.178Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-23T19:33:04.742Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-23T19:33:05.007Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-23T19:33:05.265Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-23T19:33:05.670Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-23T19:33:19.690Z Downloading crates ...
3232026-03-23T19:33:19.751Z Downloaded anstyle-query v1.1.5
3242026-03-23T19:33:19.756Z Downloaded form_urlencoded v1.2.2
3252026-03-23T19:33:19.759Z Downloaded cargo-platform v0.2.0
3262026-03-23T19:33:19.763Z Downloaded byteorder v1.5.0
3272026-03-23T19:33:19.765Z Downloaded potential_utf v0.1.4
3282026-03-23T19:33:19.765Z Downloaded camino v1.2.2
3292026-03-23T19:33:19.769Z Downloaded bitflags v2.11.0
3302026-03-23T19:33:19.771Z Downloaded digest v0.10.7
3312026-03-23T19:33:19.775Z Downloaded cargo-util-schemas v0.8.2
3322026-03-23T19:33:19.775Z Downloaded toml_write v0.1.2
3332026-03-23T19:33:19.778Z Downloaded usdt-macro v0.5.0
3342026-03-23T19:33:19.778Z Downloaded typeid v1.0.3
3352026-03-23T19:33:19.778Z Downloaded anstream v0.6.21
3362026-03-23T19:33:19.778Z Downloaded smallvec v1.15.1
3372026-03-23T19:33:19.780Z Downloaded ordered-float v2.10.1
3382026-03-23T19:33:19.780Z Downloaded toml_datetime v0.6.11
3392026-03-23T19:33:19.783Z Downloaded heck v0.5.0
3402026-03-23T19:33:19.783Z Downloaded zerofrom-derive v0.1.6
3412026-03-23T19:33:19.783Z Downloaded version_check v0.9.5
3422026-03-23T19:33:19.786Z Downloaded textwrap v0.16.2
3432026-03-23T19:33:19.789Z Downloaded zmij v1.0.21
3442026-03-23T19:33:19.789Z Downloaded log v0.4.29
3452026-03-23T19:33:19.791Z Downloaded yoke-derive v0.8.1
3462026-03-23T19:33:19.791Z Downloaded usdt v0.5.0
3472026-03-23T19:33:19.791Z Downloaded hashbrown v0.16.1
3482026-03-23T19:33:19.795Z Downloaded usdt-attr-macro v0.5.0
3492026-03-23T19:33:19.797Z Downloaded unicode-linebreak v0.1.5
3502026-03-23T19:33:19.797Z Downloaded colorchoice v1.0.4
3512026-03-23T19:33:19.797Z Downloaded anstyle-parse v0.2.7
3522026-03-23T19:33:19.800Z Downloaded zerofrom v0.1.6
3532026-03-23T19:33:19.800Z Downloaded block-buffer v0.10.4
3542026-03-23T19:33:19.800Z Downloaded utf8_iter v1.0.4
3552026-03-23T19:33:19.803Z Downloaded itoa v1.0.17
3562026-03-23T19:33:19.803Z Downloaded unicode-xid v0.2.6
3572026-03-23T19:33:19.803Z Downloaded semver v1.0.27
3582026-03-23T19:33:19.806Z Downloaded once_cell v1.21.3
3592026-03-23T19:33:19.809Z Downloaded thread-id v4.2.2
3602026-03-23T19:33:19.809Z Downloaded heck v0.4.1
3612026-03-23T19:33:19.809Z Downloaded fastrand v2.3.0
3622026-03-23T19:33:19.811Z Downloaded utf8parse v0.2.2
3632026-03-23T19:33:19.811Z Downloaded thiserror-impl v1.0.69
3642026-03-23T19:33:19.811Z Downloaded equivalent v1.0.2
3652026-03-23T19:33:19.814Z Downloaded thiserror-impl v2.0.18
3662026-03-23T19:33:19.814Z Downloaded zerovec-derive v0.11.2
3672026-03-23T19:33:19.814Z Downloaded proc-macro-error-attr v1.0.4
3682026-03-23T19:33:19.817Z Downloaded idna_adapter v1.2.1
3692026-03-23T19:33:19.817Z Downloaded yoke v0.8.1
3702026-03-23T19:33:19.817Z Downloaded memmap v0.7.0
3712026-03-23T19:33:19.821Z Downloaded writeable v0.6.2
3722026-03-23T19:33:19.821Z Downloaded thiserror v1.0.69
3732026-03-23T19:33:19.824Z Downloaded pretty-hex v0.4.1
3742026-03-23T19:33:19.824Z Downloaded plain v0.2.3
3752026-03-23T19:33:19.827Z Downloaded cpufeatures v0.2.17
3762026-03-23T19:33:19.827Z Downloaded crypto-common v0.1.7
3772026-03-23T19:33:19.827Z Downloaded zerocopy-derive v0.7.35
3782026-03-23T19:33:19.830Z Downloaded thiserror v2.0.18
3792026-03-23T19:33:19.833Z Downloaded usdt-impl v0.5.0
3802026-03-23T19:33:19.836Z Downloaded ucd-trie v0.1.7
3812026-03-23T19:33:19.836Z Downloaded toml v0.8.23
3822026-03-23T19:33:19.839Z Downloaded scroll_derive v0.12.1
3832026-03-23T19:33:19.839Z Downloaded percent-encoding v2.3.2
3842026-03-23T19:33:19.839Z Downloaded icu_locale_core v2.1.1
3852026-03-23T19:33:19.842Z Downloaded unicode-ident v1.0.24
3862026-03-23T19:33:19.845Z Downloaded terminal_size v0.4.3
3872026-03-23T19:33:19.848Z Downloaded tabled_derive v0.7.0
3882026-03-23T19:33:19.848Z Downloaded smawk v0.3.2
3892026-03-23T19:33:19.848Z Downloaded stable_deref_trait v1.2.1
3902026-03-23T19:33:19.851Z Downloaded fnv v1.0.7
3912026-03-23T19:33:19.851Z Downloaded macaddr v1.0.1
3922026-03-23T19:33:19.851Z Downloaded strsim v0.11.1
3932026-03-23T19:33:19.851Z Downloaded dtrace-parser v0.2.0
3942026-03-23T19:33:19.853Z Downloaded typenum v1.19.0
3952026-03-23T19:33:19.854Z Downloaded serde-value v0.7.0
3962026-03-23T19:33:19.856Z Downloaded tinystr v0.8.2
3972026-03-23T19:33:19.856Z Downloaded generic-array v0.14.7
3982026-03-23T19:33:19.859Z Downloaded dof v0.3.0
3992026-03-23T19:33:19.859Z Downloaded cargo_toml v0.21.0
4002026-03-23T19:33:19.859Z Downloaded camino-tempfile v1.4.1
4012026-03-23T19:33:19.862Z Downloaded toml_edit v0.22.27
4022026-03-23T19:33:19.866Z Downloaded zerotrie v0.2.3
4032026-03-23T19:33:19.868Z Downloaded url v2.5.8
4042026-03-23T19:33:19.868Z Downloaded swrite v0.1.0
4052026-03-23T19:33:19.868Z Downloaded is_terminal_polyfill v1.70.2
4062026-03-23T19:33:19.871Z Downloaded clap_lex v1.0.0
4072026-03-23T19:33:19.871Z Downloaded autocfg v1.5.0
4082026-03-23T19:33:19.871Z Downloaded bytecount v0.6.9
4092026-03-23T19:33:19.874Z Downloaded anstyle v1.0.13
4102026-03-23T19:33:19.877Z Downloaded zerovec v0.11.5
4112026-03-23T19:33:19.879Z Downloaded synstructure v0.13.2
4122026-03-23T19:33:19.879Z Downloaded cargo_metadata v0.21.0
4132026-03-23T19:33:19.882Z Downloaded serde v1.0.228
4142026-03-23T19:33:19.886Z Downloaded zerocopy v0.7.35
4152026-03-23T19:33:19.894Z Downloaded winnow v0.7.14
4162026-03-23T19:33:19.900Z Downloaded scroll v0.12.0
4172026-03-23T19:33:19.903Z Downloaded fs-err v3.3.0
4182026-03-23T19:33:19.903Z Downloaded cfg-if v1.0.4
4192026-03-23T19:33:19.906Z Downloaded serde-untagged v0.1.9
4202026-03-23T19:33:19.906Z Downloaded unicode-width v0.2.0
4212026-03-23T19:33:19.910Z Downloaded sha2 v0.10.9
4222026-03-23T19:33:19.912Z Downloaded litemap v0.8.1
4232026-03-23T19:33:19.912Z Downloaded pest_derive v2.8.6
4242026-03-23T19:33:19.916Z Downloaded serde_tokenstream v0.2.3
4252026-03-23T19:33:19.916Z Downloaded unicode-width v0.1.14
4262026-03-23T19:33:19.918Z Downloaded proc-macro-error v1.0.4
4272026-03-23T19:33:19.922Z Downloaded serde_spanned v0.6.9
4282026-03-23T19:33:19.924Z Downloaded quote v1.0.44
4292026-03-23T19:33:19.924Z Downloaded errno v0.3.14
4302026-03-23T19:33:19.924Z Downloaded erased-serde v0.4.9
4312026-03-23T19:33:19.927Z Downloaded clap_derive v4.5.55
4322026-03-23T19:33:19.927Z Downloaded anyhow v1.0.102
4332026-03-23T19:33:19.930Z Downloaded displaydoc v0.2.5
4342026-03-23T19:33:19.935Z Downloaded pest_generator v2.8.6
4352026-03-23T19:33:19.938Z Downloaded papergrid v0.11.0
4362026-03-23T19:33:19.942Z Downloaded serde_core v1.0.228
4372026-03-23T19:33:19.944Z Downloaded tempfile v3.25.0
4382026-03-23T19:33:19.947Z Downloaded proc-macro2 v1.0.106
4392026-03-23T19:33:19.950Z Downloaded num-traits v0.2.19
4402026-03-23T19:33:19.950Z Downloaded serde_derive v1.0.228
4412026-03-23T19:33:19.953Z Downloaded clap v4.5.60
4422026-03-23T19:33:19.957Z Downloaded icu_properties v2.1.2
4432026-03-23T19:33:19.960Z Downloaded icu_normalizer v2.1.1
4442026-03-23T19:33:19.962Z Downloaded icu_provider v2.1.1
4452026-03-23T19:33:19.965Z Downloaded getrandom v0.4.1
4462026-03-23T19:33:19.969Z Downloaded pest_meta v2.8.6
4472026-03-23T19:33:19.972Z Downloaded icu_collections v2.1.1
4482026-03-23T19:33:19.976Z Downloaded icu_normalizer_data v2.1.1
4492026-03-23T19:33:19.985Z Downloaded memchr v2.8.0
4502026-03-23T19:33:19.989Z Downloaded indexmap v2.13.0
4512026-03-23T19:33:19.995Z Downloaded icu_properties_data v2.1.2
4522026-03-23T19:33:20.002Z Downloaded pest v2.8.6
4532026-03-23T19:33:20.015Z Downloaded idna v1.1.0
4542026-03-23T19:33:20.022Z Downloaded serde_json v1.0.149
4552026-03-23T19:33:20.040Z Downloaded goblin v0.8.2
4562026-03-23T19:33:20.044Z Downloaded clap_builder v4.5.60
4572026-03-23T19:33:20.049Z Downloaded tabled v0.15.0
4582026-03-23T19:33:20.060Z Downloaded syn v1.0.109
4592026-03-23T19:33:20.068Z Downloaded syn v2.0.117
4602026-03-23T19:33:20.082Z Downloaded rustix v1.1.3
4612026-03-23T19:33:20.107Z Downloaded libc v0.2.180
4622026-03-23T19:33:20.193Z Compiling proc-macro2 v1.0.106
4632026-03-23T19:33:20.196Z Compiling quote v1.0.44
4642026-03-23T19:33:20.196Z Compiling unicode-ident v1.0.24
4652026-03-23T19:33:20.196Z Compiling serde_core v1.0.228
4662026-03-23T19:33:20.196Z Compiling libc v0.2.180
4672026-03-23T19:33:20.196Z Compiling version_check v0.9.5
4682026-03-23T19:33:20.196Z Compiling serde v1.0.228
4692026-03-23T19:33:20.196Z Compiling memchr v2.8.0
4702026-03-23T19:33:20.633Z Compiling stable_deref_trait v1.2.1
4712026-03-23T19:33:20.724Z Compiling zmij v1.0.21
4722026-03-23T19:33:21.211Z Compiling thiserror v1.0.69
4732026-03-23T19:33:21.256Z Compiling ucd-trie v0.1.7
4742026-03-23T19:33:21.280Z Compiling itoa v1.0.17
4752026-03-23T19:33:21.398Z Compiling autocfg v1.5.0
4762026-03-23T19:33:21.574Z Compiling pest v2.8.6
4772026-03-23T19:33:21.699Z Compiling writeable v0.6.2
4782026-03-23T19:33:21.728Z Compiling litemap v0.8.1
4792026-03-23T19:33:21.892Z Compiling icu_normalizer_data v2.1.1
4802026-03-23T19:33:21.968Z Compiling byteorder v1.5.0
4812026-03-23T19:33:21.993Z Compiling rustix v1.1.3
4822026-03-23T19:33:21.996Z Compiling icu_properties_data v2.1.2
4832026-03-23T19:33:22.348Z Compiling errno v0.3.14
4842026-03-23T19:33:22.513Z Compiling syn v2.0.117
4852026-03-23T19:33:22.607Z Compiling bitflags v2.11.0
4862026-03-23T19:33:22.632Z Compiling serde_json v1.0.149
4872026-03-23T19:33:22.755Z Compiling num-traits v0.2.19
4882026-03-23T19:33:22.935Z Compiling smallvec v1.15.1
4892026-03-23T19:33:22.979Z Compiling typeid v1.0.3
4902026-03-23T19:33:23.143Z Compiling pest_meta v2.8.6
4912026-03-23T19:33:23.203Z Compiling equivalent v1.0.2
4922026-03-23T19:33:23.313Z Compiling hashbrown v0.16.1
4932026-03-23T19:33:23.412Z Compiling thread-id v4.2.2
4942026-03-23T19:33:23.513Z Compiling proc-macro-error-attr v1.0.4
4952026-03-23T19:33:23.583Z Compiling usdt-impl v0.5.0
4962026-03-23T19:33:23.737Z Compiling erased-serde v0.4.9
4972026-03-23T19:33:23.849Z Compiling syn v1.0.109
4982026-03-23T19:33:23.993Z Compiling indexmap v2.13.0
4992026-03-23T19:33:24.035Z Compiling winnow v0.7.14
5002026-03-23T19:33:24.078Z Compiling toml_write v0.1.2
5012026-03-23T19:33:24.709Z Compiling proc-macro-error v1.0.4
5022026-03-23T19:33:24.837Z Compiling thiserror v2.0.18
5032026-03-23T19:33:24.941Z Compiling camino v1.2.2
5042026-03-23T19:33:25.265Z Compiling percent-encoding v2.3.2
5052026-03-23T19:33:25.337Z Compiling utf8parse v0.2.2
5062026-03-23T19:33:25.460Z Compiling log v0.4.29
5072026-03-23T19:33:25.484Z Compiling plain v0.2.3
5082026-03-23T19:33:25.487Z Compiling utf8_iter v1.0.4
5092026-03-23T19:33:25.529Z Compiling getrandom v0.4.1
5102026-03-23T19:33:25.624Z Compiling form_urlencoded v1.2.2
5112026-03-23T19:33:25.693Z Compiling anstyle-parse v0.2.7
5122026-03-23T19:33:25.696Z Compiling ordered-float v2.10.1
5132026-03-23T19:33:26.010Z Compiling terminal_size v0.4.3
5142026-03-23T19:33:26.083Z Compiling anstyle-query v1.1.5
5152026-03-23T19:33:26.106Z Compiling colorchoice v1.0.4
5162026-03-23T19:33:26.204Z Compiling is_terminal_polyfill v1.70.2
5172026-03-23T19:33:26.229Z Compiling anstyle v1.0.13
5182026-03-23T19:33:26.299Z Compiling synstructure v0.13.2
5192026-03-23T19:33:26.327Z Compiling pest_generator v2.8.6
5202026-03-23T19:33:26.358Z Compiling pretty-hex v0.4.1
5212026-03-23T19:33:26.503Z Compiling cfg-if v1.0.4
5222026-03-23T19:33:26.529Z Compiling serde-untagged v0.1.9
5232026-03-23T19:33:26.550Z Compiling anstream v0.6.21
5242026-03-23T19:33:26.817Z Compiling semver v1.0.27
5252026-03-23T19:33:26.971Z Compiling fs-err v3.3.0
5262026-03-23T19:33:27.131Z Compiling bytecount v0.6.9
5272026-03-23T19:33:27.215Z Compiling heck v0.5.0
5282026-03-23T19:33:27.250Z Compiling fastrand v2.3.0
5292026-03-23T19:33:27.274Z Compiling fnv v1.0.7
5302026-03-23T19:33:27.301Z Compiling heck v0.4.1
5312026-03-23T19:33:27.324Z Compiling unicode-xid v0.2.6
5322026-03-23T19:33:27.418Z Compiling clap_lex v1.0.0
5332026-03-23T19:33:27.496Z Compiling unicode-width v0.1.14
5342026-03-23T19:33:27.548Z Compiling once_cell v1.21.3
5352026-03-23T19:33:27.624Z Compiling anyhow v1.0.102
5362026-03-23T19:33:27.717Z Compiling strsim v0.11.1
5372026-03-23T19:33:27.818Z Compiling papergrid v0.11.0
5382026-03-23T19:33:27.848Z Compiling tempfile v3.25.0
5392026-03-23T19:33:28.002Z Compiling clap_builder v4.5.60
5402026-03-23T19:33:28.302Z Compiling memmap v0.7.0
5412026-03-23T19:33:28.324Z Compiling unicode-linebreak v0.1.5
5422026-03-23T19:33:28.356Z Compiling smawk v0.3.2
5432026-03-23T19:33:28.530Z Compiling unicode-width v0.2.0
5442026-03-23T19:33:28.857Z Compiling serde_derive v1.0.228
5452026-03-23T19:33:28.888Z Compiling zerofrom-derive v0.1.6
5462026-03-23T19:33:28.928Z Compiling yoke-derive v0.8.1
5472026-03-23T19:33:28.988Z Compiling zerovec-derive v0.11.2
5482026-03-23T19:33:29.105Z Compiling displaydoc v0.2.5
5492026-03-23T19:33:29.789Z Compiling thiserror-impl v1.0.69
5502026-03-23T19:33:30.077Z Compiling zerocopy-derive v0.7.35
5512026-03-23T19:33:30.451Z Compiling pest_derive v2.8.6
5522026-03-23T19:33:30.479Z Compiling scroll_derive v0.12.1
5532026-03-23T19:33:30.783Z Compiling zerofrom v0.1.6
5542026-03-23T19:33:30.952Z Compiling yoke v0.8.1
5552026-03-23T19:33:30.985Z Compiling thiserror-impl v2.0.18
5562026-03-23T19:33:31.232Z Compiling zerovec v0.11.5
5572026-03-23T19:33:31.256Z Compiling zerotrie v0.2.3
5582026-03-23T19:33:31.409Z Compiling zerocopy v0.7.35
5592026-03-23T19:33:31.665Z Compiling dtrace-parser v0.2.0
5602026-03-23T19:33:31.698Z Compiling scroll v0.12.0
5612026-03-23T19:33:31.944Z Compiling tinystr v0.8.2
5622026-03-23T19:33:32.064Z Compiling potential_utf v0.1.4
5632026-03-23T19:33:32.204Z Compiling icu_locale_core v2.1.1
5642026-03-23T19:33:32.230Z Compiling icu_collections v2.1.1
5652026-03-23T19:33:32.230Z Compiling goblin v0.8.2
5662026-03-23T19:33:32.284Z Compiling tabled_derive v0.7.0
5672026-03-23T19:33:32.578Z Compiling clap_derive v4.5.55
5682026-03-23T19:33:32.742Z Compiling textwrap v0.16.2
5692026-03-23T19:33:32.886Z Compiling camino-tempfile v1.4.1
5702026-03-23T19:33:33.185Z Compiling icu_provider v2.1.1
5712026-03-23T19:33:33.354Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5722026-03-23T19:33:33.459Z Compiling swrite v0.1.0
5732026-03-23T19:33:33.496Z Compiling icu_properties v2.1.2
5742026-03-23T19:33:33.580Z Compiling serde_spanned v0.6.9
5752026-03-23T19:33:33.604Z Compiling toml_datetime v0.6.11
5762026-03-23T19:33:33.645Z Compiling icu_normalizer v2.1.1
5772026-03-23T19:33:33.672Z Compiling dof v0.3.0
5782026-03-23T19:33:33.719Z Compiling serde_tokenstream v0.2.3
5792026-03-23T19:33:33.763Z Compiling serde-value v0.7.0
5802026-03-23T19:33:33.945Z Compiling toml_edit v0.22.27
5812026-03-23T19:33:34.197Z Compiling cargo-platform v0.2.0
5822026-03-23T19:33:34.245Z Compiling macaddr v1.0.1
5832026-03-23T19:33:34.354Z Compiling tabled v0.15.0
5842026-03-23T19:33:34.692Z Compiling idna_adapter v1.2.1
5852026-03-23T19:33:34.728Z Compiling usdt-macro v0.5.0
5862026-03-23T19:33:34.831Z Compiling idna v1.1.0
5872026-03-23T19:33:34.874Z Compiling usdt-attr-macro v0.5.0
5882026-03-23T19:33:34.952Z Compiling clap v4.5.60
5892026-03-23T19:33:35.193Z Compiling url v2.5.8
5902026-03-23T19:33:35.870Z Compiling toml v0.8.23
5912026-03-23T19:33:36.434Z Compiling cargo-util-schemas v0.8.2
5922026-03-23T19:33:36.494Z Compiling usdt v0.5.0
5932026-03-23T19:33:36.577Z Compiling cargo_toml v0.21.0
5942026-03-23T19:33:37.635Z Compiling cargo_metadata v0.21.0
5952026-03-23T19:33:38.918Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-23T19:33:41.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.76s
5972026-03-23T19:33:42.002Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-23T19:33:42.756Z Downloading crates ...
5992026-03-23T19:33:42.875Z Downloaded atomicwrites v0.4.4
6002026-03-23T19:33:42.883Z Downloaded allocator-api2 v0.2.21
6012026-03-23T19:33:42.886Z Downloaded async-stream v0.3.6
6022026-03-23T19:33:42.889Z Downloaded critical-section v1.2.0
6032026-03-23T19:33:42.893Z Downloaded ciborium-io v0.2.2
6042026-03-23T19:33:42.895Z Downloaded der_derive v0.7.3
6052026-03-23T19:33:42.898Z Downloaded crossbeam-epoch v0.9.18
6062026-03-23T19:33:42.898Z Downloaded defmt v1.0.1
6072026-03-23T19:33:42.901Z Downloaded defmt-parser v1.0.0
6082026-03-23T19:33:42.904Z Downloaded base16ct v0.2.0
6092026-03-23T19:33:42.904Z Downloaded assert_matches v1.5.0
6102026-03-23T19:33:42.907Z Downloaded crc v3.4.0
6112026-03-23T19:33:42.907Z Downloaded base16ct v1.0.0
6122026-03-23T19:33:42.910Z Downloaded darling_macro v0.20.11
6132026-03-23T19:33:42.910Z Downloaded atomic-waker v1.1.2
6142026-03-23T19:33:42.910Z Downloaded darling v0.23.0
6152026-03-23T19:33:42.913Z Downloaded adler2 v2.0.1
6162026-03-23T19:33:42.916Z Downloaded crc8 v0.1.1
6172026-03-23T19:33:42.916Z Downloaded async-stream-impl v0.3.6
6182026-03-23T19:33:42.918Z Downloaded async-recursion v1.1.1
6192026-03-23T19:33:42.921Z Downloaded darling v0.21.3
6202026-03-23T19:33:42.925Z Downloaded darling_macro v0.21.3
6212026-03-23T19:33:42.927Z Downloaded crossbeam-utils v0.8.21
6222026-03-23T19:33:42.927Z Downloaded cmake v0.1.57
6232026-03-23T19:33:42.930Z Downloaded atty v0.2.14
6242026-03-23T19:33:42.930Z Downloaded debug-ignore v1.0.5
6252026-03-23T19:33:42.933Z Downloaded data-encoding v2.10.0
6262026-03-23T19:33:42.933Z Downloaded cexpr v0.6.0
6272026-03-23T19:33:42.933Z Downloaded bit-vec v0.8.0
6282026-03-23T19:33:42.936Z Downloaded crossbeam-deque v0.8.6
6292026-03-23T19:33:42.936Z Downloaded derive-ex v0.1.8
6302026-03-23T19:33:42.939Z Downloaded daft-derive v0.1.5
6312026-03-23T19:33:42.942Z Downloaded ascii-canvas v3.0.0
6322026-03-23T19:33:42.945Z Downloaded aead v0.5.2
6332026-03-23T19:33:42.945Z Downloaded crossbeam-channel v0.5.15
6342026-03-23T19:33:42.948Z Downloaded curve25519-dalek-derive v0.1.1
6352026-03-23T19:33:42.948Z Downloaded byte-wrapper v0.1.0
6362026-03-23T19:33:42.951Z Downloaded bcs v0.1.6
6372026-03-23T19:33:42.954Z Downloaded float-cmp v0.10.0
6382026-03-23T19:33:42.954Z Downloaded chacha20 v0.10.0
6392026-03-23T19:33:42.958Z Downloaded bitfield-macros v0.19.4
6402026-03-23T19:33:42.958Z Downloaded array-init v0.0.4
6412026-03-23T19:33:42.961Z Downloaded cargo_toml v0.22.3
6422026-03-23T19:33:42.961Z Downloaded env_filter v1.0.0
6432026-03-23T19:33:42.967Z Downloaded crucible-workspace-hack v0.1.0
6442026-03-23T19:33:42.967Z Downloaded document-features v0.2.12
6452026-03-23T19:33:42.967Z Downloaded dirs-next v2.0.0
6462026-03-23T19:33:42.969Z Downloaded castaway v0.2.4
6472026-03-23T19:33:42.969Z Downloaded defmt v0.3.100
6482026-03-23T19:33:42.969Z Downloaded embedded-io v0.6.1
6492026-03-23T19:33:42.969Z Downloaded dtrace-parser v0.3.0
6502026-03-23T19:33:42.969Z Downloaded cstr-argument v0.1.2
6512026-03-23T19:33:42.969Z Downloaded cfg_aliases v0.2.1
6522026-03-23T19:33:42.972Z Downloaded float-ord v0.3.2
6532026-03-23T19:33:42.973Z Downloaded derive_builder_macro v0.20.2
6542026-03-23T19:33:42.975Z Downloaded embedded-io v0.4.0
6552026-03-23T19:33:42.975Z Downloaded cassowary v0.3.0
6562026-03-23T19:33:42.978Z Downloaded dunce v1.0.5
6572026-03-23T19:33:42.978Z Downloaded diesel_table_macro_syntax v0.3.0
6582026-03-23T19:33:42.978Z Downloaded crc-catalog v2.4.0
6592026-03-23T19:33:42.981Z Downloaded async-trait v0.1.89
6602026-03-23T19:33:42.984Z Downloaded foreign-types-macros v0.2.3
6612026-03-23T19:33:42.984Z Downloaded foreign-types v0.3.2
6622026-03-23T19:33:42.984Z Downloaded ctr v0.9.2
6632026-03-23T19:33:42.986Z Downloaded cfg_aliases v0.1.1
6642026-03-23T19:33:42.986Z Downloaded crunchy v0.2.4
6652026-03-23T19:33:42.989Z Downloaded fallible-iterator v0.2.0
6662026-03-23T19:33:42.989Z Downloaded defmt-macros v1.0.1
6672026-03-23T19:33:42.992Z Downloaded bit-set v0.8.0
6682026-03-23T19:33:42.992Z Downloaded bit-set v0.5.3
6692026-03-23T19:33:42.995Z Downloaded darling_core v0.23.0
6702026-03-23T19:33:42.997Z Downloaded fixedbitset v0.4.2
6712026-03-23T19:33:43.006Z Downloaded enum-as-inner v0.6.1
6722026-03-23T19:33:43.006Z Downloaded dropshot-api-manager-types v0.6.0
6732026-03-23T19:33:43.007Z Downloaded cobs v0.3.0
6742026-03-23T19:33:43.009Z Downloaded fd-lock v4.0.4
6752026-03-23T19:33:43.009Z Downloaded endian-type v0.1.2
6762026-03-23T19:33:43.009Z Downloaded dof v0.4.0
6772026-03-23T19:33:43.009Z Downloaded cipher v0.4.4
6782026-03-23T19:33:43.009Z Downloaded camino-tempfile-ext v0.3.3
6792026-03-23T19:33:43.009Z Downloaded foreign-types v0.5.0
6802026-03-23T19:33:43.012Z Downloaded ahash v0.8.12
6812026-03-23T19:33:43.012Z Downloaded futures-task v0.3.32
6822026-03-23T19:33:43.015Z Downloaded dsl_auto_type v0.2.0
6832026-03-23T19:33:43.015Z Downloaded backoff v0.4.0
6842026-03-23T19:33:43.017Z Downloaded futures-core v0.3.32
6852026-03-23T19:33:43.020Z Downloaded bb8 v0.8.6
6862026-03-23T19:33:43.020Z Downloaded csv-core v0.1.13
6872026-03-23T19:33:43.023Z Downloaded arrayref v0.3.9
6882026-03-23T19:33:43.023Z Downloaded foreign-types-shared v0.1.1
6892026-03-23T19:33:43.023Z Downloaded foldhash v0.2.0
6902026-03-23T19:33:43.025Z Downloaded diesel-dtrace v0.5.0
6912026-03-23T19:33:43.025Z Downloaded cargo-platform v0.1.9
6922026-03-23T19:33:43.028Z Downloaded bcrypt-pbkdf v0.10.0
6932026-03-23T19:33:43.028Z Downloaded deranged v0.5.8
6942026-03-23T19:33:43.031Z Downloaded funty v2.0.0
6952026-03-23T19:33:43.031Z Downloaded futures-io v0.3.32
6962026-03-23T19:33:43.033Z Downloaded foldhash v0.1.5
6972026-03-23T19:33:43.033Z Downloaded foreign-types-shared v0.3.1
6982026-03-23T19:33:43.033Z Downloaded bitfield-struct v0.6.2
6992026-03-23T19:33:43.037Z Downloaded fxhash v0.2.1
7002026-03-23T19:33:43.037Z Downloaded ena v0.14.4
7012026-03-23T19:33:43.041Z Downloaded gethostname v0.5.0
7022026-03-23T19:33:43.041Z Downloaded hash32 v0.3.1
7032026-03-23T19:33:43.041Z Downloaded darling_core v0.21.3
7042026-03-23T19:33:43.044Z Downloaded ff v0.13.1
7052026-03-23T19:33:43.047Z Downloaded cargo_metadata v0.19.2
7062026-03-23T19:33:43.049Z Downloaded hex-literal v0.4.1
7072026-03-23T19:33:43.049Z Downloaded futures-sink v0.3.32
7082026-03-23T19:33:43.049Z Downloaded bitflags v1.3.2
7092026-03-23T19:33:43.052Z Downloaded either v1.15.0
7102026-03-23T19:33:43.055Z Downloaded globwalk v0.9.1
7112026-03-23T19:33:43.055Z Downloaded home v0.5.12
7122026-03-23T19:33:43.057Z Downloaded headers-core v0.3.0
7132026-03-23T19:33:43.058Z Downloaded git-stub v1.0.0
7142026-03-23T19:33:43.058Z Downloaded daft v0.1.5
7152026-03-23T19:33:43.060Z Downloaded flagset v0.4.7
7162026-03-23T19:33:43.060Z Downloaded backon v1.6.0
7172026-03-23T19:33:43.065Z Downloaded blowfish v0.9.1
7182026-03-23T19:33:43.068Z Downloaded fixedbitset v0.5.7
7192026-03-23T19:33:43.068Z Downloaded drift v0.1.3
7202026-03-23T19:33:43.071Z Downloaded ed25519 v2.2.3
7212026-03-23T19:33:43.074Z Downloaded fs_extra v1.3.0
7222026-03-23T19:33:43.074Z Downloaded http-body v1.0.1
7232026-03-23T19:33:43.076Z Downloaded hubpack_derive v0.1.1
7242026-03-23T19:33:43.077Z Downloaded base64ct v1.8.3
7252026-03-23T19:33:43.093Z Downloaded hyper-tls v0.6.0
7262026-03-23T19:33:43.096Z Downloaded derive_builder v0.20.2
7272026-03-23T19:33:43.099Z Downloaded der v0.7.10
7282026-03-23T19:33:43.103Z Downloaded indent_write v2.2.0
7292026-03-23T19:33:43.105Z Downloaded ciborium-ll v0.2.2
7302026-03-23T19:33:43.105Z Downloaded hubpack v0.1.2
7312026-03-23T19:33:43.109Z Downloaded http-range v0.1.5
7322026-03-23T19:33:43.109Z Downloaded derive_builder_core v0.20.2
7332026-03-23T19:33:43.112Z Downloaded instability v0.3.11
7342026-03-23T19:33:43.112Z Downloaded fs-err v2.11.0
7352026-03-23T19:33:43.115Z Downloaded futures-macro v0.3.32
7362026-03-23T19:33:43.115Z Downloaded bitfield v0.19.4
7372026-03-23T19:33:43.115Z Downloaded bit-vec v0.6.3
7382026-03-23T19:33:43.117Z Downloaded instant v0.1.13
7392026-03-23T19:33:43.117Z Downloaded inout v0.1.4
7402026-03-23T19:33:43.121Z Downloaded ident_case v1.0.1
7412026-03-23T19:33:43.121Z Downloaded console v0.16.2
7422026-03-23T19:33:43.123Z Downloaded base64 v0.21.7
7432026-03-23T19:33:43.126Z Downloaded globset v0.4.18
7442026-03-23T19:33:43.126Z Downloaded find-msvc-tools v0.1.9
7452026-03-23T19:33:43.129Z Downloaded des v0.8.1
7462026-03-23T19:33:43.129Z Downloaded is_ci v1.2.0
7472026-03-23T19:33:43.132Z Downloaded is-terminal v0.4.17
7482026-03-23T19:33:43.132Z Downloaded env_logger v0.11.9
7492026-03-23T19:33:43.134Z Downloaded keccak v0.1.6
7502026-03-23T19:33:43.135Z Downloaded async-bb8-diesel v0.2.1
7512026-03-23T19:33:43.137Z Downloaded glob v0.3.3
7522026-03-23T19:33:43.140Z Downloaded git-stub-vcs v0.1.0
7532026-03-23T19:33:43.140Z Downloaded indoc v1.0.9
7542026-03-23T19:33:43.143Z Downloaded humantime v2.3.0
7552026-03-23T19:33:43.147Z Downloaded console v0.15.11
7562026-03-23T19:33:43.149Z Downloaded lazy_static v1.5.0
7572026-03-23T19:33:43.149Z Downloaded cookie_store v0.22.1
7582026-03-23T19:33:43.149Z Downloaded ciborium v0.2.2
7592026-03-23T19:33:43.152Z Downloaded lru-slab v0.1.2
7602026-03-23T19:33:43.152Z Downloaded lru-cache v0.1.2
7612026-03-23T19:33:43.155Z Downloaded libscf-sys v1.1.0
7622026-03-23T19:33:43.155Z Downloaded kstat-rs v0.2.4
7632026-03-23T19:33:43.158Z Downloaded lru v0.12.5
7642026-03-23T19:33:43.158Z Downloaded linked-hash-map v0.5.6
7652026-03-23T19:33:43.158Z Downloaded getrandom v0.2.17
7662026-03-23T19:33:43.161Z Downloaded match_cfg v0.1.0
7672026-03-23T19:33:43.164Z Downloaded filetime v0.2.27
7682026-03-23T19:33:43.164Z Downloaded md5 v0.7.0
7692026-03-23T19:33:43.167Z Downloaded cbc v0.1.2
7702026-03-23T19:33:43.167Z Downloaded indoc v2.0.7
7712026-03-23T19:33:43.169Z Downloaded httpdate v1.0.3
7722026-03-23T19:33:43.169Z Downloaded ingot v0.1.1
7732026-03-23T19:33:43.173Z Downloaded impl-trait-for-tuples v0.2.3
7742026-03-23T19:33:43.176Z Downloaded highway v1.3.0
7752026-03-23T19:33:43.176Z Downloaded maplit v1.0.2
7762026-03-23T19:33:43.176Z Downloaded managed v0.8.0
7772026-03-23T19:33:43.179Z Downloaded memoffset v0.9.1
7782026-03-23T19:33:43.179Z Downloaded md-5 v0.10.6
7792026-03-23T19:33:43.182Z Downloaded ipnet v2.11.0
7802026-03-23T19:33:43.182Z Downloaded maybe-uninit v2.0.0
7812026-03-23T19:33:43.185Z Downloaded internet-checksum v0.2.1
7822026-03-23T19:33:43.185Z Downloaded corncobs v0.1.4
7832026-03-23T19:33:43.185Z Downloaded ingot-types v0.1.2
7842026-03-23T19:33:43.188Z Downloaded hickory-client v0.25.2
7852026-03-23T19:33:43.188Z Downloaded multimap v0.10.1
7862026-03-23T19:33:43.191Z Downloaded nibble_vec v0.1.0
7872026-03-23T19:33:43.191Z Downloaded newtype_derive v0.1.6
7882026-03-23T19:33:43.193Z Downloaded hyper-staticfile v0.10.1
7892026-03-23T19:33:43.193Z Downloaded normalize-line-endings v0.3.0
7902026-03-23T19:33:43.196Z Downloaded newtype-uuid-macros v0.1.0
7912026-03-23T19:33:43.196Z Downloaded num v0.4.3
7922026-03-23T19:33:43.198Z Downloaded num-derive v0.4.2
7932026-03-23T19:33:43.198Z Downloaded nonempty v0.12.0
7942026-03-23T19:33:43.202Z Downloaded cookie v0.18.1
7952026-03-23T19:33:43.202Z Downloaded colored v2.2.0
7962026-03-23T19:33:43.205Z Downloaded futures-channel v0.3.32
7972026-03-23T19:33:43.205Z Downloaded elliptic-curve v0.13.8
7982026-03-23T19:33:43.208Z Downloaded nodrop v0.1.14
7992026-03-23T19:33:43.211Z Downloaded newline-converter v0.3.0
8002026-03-23T19:33:43.211Z Downloaded futures v0.3.32
8012026-03-23T19:33:43.214Z Downloaded httparse v1.10.1
8022026-03-23T19:33:43.217Z Downloaded libsw-core v0.3.2
8032026-03-23T19:33:43.220Z Downloaded chacha20poly1305 v0.10.1
8042026-03-23T19:33:43.220Z Downloaded libloading v0.8.9
8052026-03-23T19:33:43.222Z Downloaded iana-time-zone v0.1.65
8062026-03-23T19:33:43.226Z Downloaded derive-where v1.6.0
8072026-03-23T19:33:43.229Z Downloaded crc-any v2.5.0
8082026-03-23T19:33:43.229Z Downloaded colored v3.1.1
8092026-03-23T19:33:43.231Z Downloaded olpc-cjson v0.1.4
8102026-03-23T19:33:43.234Z Downloaded num-iter v0.1.45
8112026-03-23T19:33:43.234Z Downloaded num_threads v0.1.7
8122026-03-23T19:33:43.234Z Downloaded num-derive v0.3.3
8132026-03-23T19:33:43.237Z Downloaded num-conv v0.2.0
8142026-03-23T19:33:43.237Z Downloaded flate2 v1.1.9
8152026-03-23T19:33:43.240Z Downloaded oso-derive v0.27.3
8162026-03-23T19:33:43.243Z Downloaded multer v3.1.0
8172026-03-23T19:33:43.246Z Downloaded hyper-rustls v0.27.7
8182026-03-23T19:33:43.246Z Downloaded hmac v0.12.1
8192026-03-23T19:33:43.249Z Downloaded jobserver v0.1.34
8202026-03-23T19:33:43.251Z Downloaded nanorand v0.7.0
8212026-03-23T19:33:43.251Z Downloaded openssl-macros v0.1.1
8222026-03-23T19:33:43.254Z Downloaded packed_struct_codegen v0.10.1
8232026-03-23T19:33:43.254Z Downloaded opaque-debug v0.3.1
8242026-03-23T19:33:43.257Z Downloaded mime_guess v2.0.5
8252026-03-23T19:33:43.257Z Downloaded parse-display v0.10.0
8262026-03-23T19:33:43.257Z Downloaded peg-runtime v0.8.5
8272026-03-23T19:33:43.259Z Downloaded pbkdf2 v0.11.0
8282026-03-23T19:33:43.262Z Downloaded pbkdf2 v0.12.2
8292026-03-23T19:33:43.262Z Downloaded half v2.7.1
8302026-03-23T19:33:43.265Z Downloaded mime v0.3.17
8312026-03-23T19:33:43.265Z Downloaded crc32fast v1.5.0
8322026-03-23T19:33:43.268Z Downloaded nu-ansi-term v0.50.3
8332026-03-23T19:33:43.270Z Downloaded openssl-probe v0.2.1
8342026-03-23T19:33:43.270Z Downloaded openssl-probe v0.1.6
8352026-03-23T19:33:43.273Z Downloaded linear-map v1.2.0
8362026-03-23T19:33:43.273Z Downloaded ar_archive_writer v0.5.1
8372026-03-23T19:33:43.275Z Downloaded base64 v0.22.1
8382026-03-23T19:33:43.278Z Downloaded getrandom v0.3.4
8392026-03-23T19:33:43.281Z Downloaded ingot-macros v0.1.1
8402026-03-23T19:33:43.283Z Downloaded libefi-sys v0.1.0
8412026-03-23T19:33:43.284Z Downloaded half v1.8.3
8422026-03-23T19:33:43.286Z Downloaded http-body-util v0.1.3
8432026-03-23T19:33:43.289Z Downloaded lock_api v0.4.14
8442026-03-23T19:33:43.289Z Downloaded parse-size v1.1.0
8452026-03-23T19:33:43.291Z Downloaded num_enum v0.5.11
8462026-03-23T19:33:43.294Z Downloaded num_enum v0.7.5
8472026-03-23T19:33:43.297Z Downloaded num-rational v0.4.2
8482026-03-23T19:33:43.300Z Downloaded ignore v0.4.25
8492026-03-23T19:33:43.302Z Downloaded flume v0.11.1
8502026-03-23T19:33:43.305Z Downloaded pin-utils v0.1.0
8512026-03-23T19:33:43.305Z Downloaded precomputed-hash v0.1.1
8522026-03-23T19:33:43.305Z Downloaded bumpalo v3.20.2
8532026-03-23T19:33:43.311Z Downloaded libsw v3.5.0
8542026-03-23T19:33:43.313Z Downloaded predicates-core v1.0.10
8552026-03-23T19:33:43.314Z Downloaded newtype-uuid v1.3.2
8562026-03-23T19:33:43.314Z Downloaded num-integer v0.1.46
8572026-03-23T19:33:43.314Z Downloaded new_debug_unreachable v1.0.6
8582026-03-23T19:33:43.316Z Downloaded dropshot_endpoint v0.16.7
8592026-03-23T19:33:43.317Z Downloaded num_enum_derive v0.5.11
8602026-03-23T19:33:43.319Z Downloaded num-complex v0.4.6
8612026-03-23T19:33:43.319Z Downloaded phf_shared v0.11.3
8622026-03-23T19:33:43.322Z Downloaded heapless v0.7.17
8632026-03-23T19:33:43.325Z Downloaded phf_shared v0.13.1
8642026-03-23T19:33:43.325Z Downloaded powerfmt v0.2.0
8652026-03-23T19:33:43.325Z Downloaded phf_shared v0.12.1
8662026-03-23T19:33:43.328Z Downloaded path-slash v0.1.5
8672026-03-23T19:33:43.328Z Downloaded native-tls v0.2.18
8682026-03-23T19:33:43.331Z Downloaded parse-display-derive v0.10.0
8692026-03-23T19:33:43.331Z Downloaded progenitor-client v0.11.2
8702026-03-23T19:33:43.331Z Downloaded progenitor-client v0.10.0
8712026-03-23T19:33:43.334Z Downloaded arc-swap v1.8.2
8722026-03-23T19:33:43.337Z Downloaded predicates-tree v1.0.13
8732026-03-23T19:33:43.337Z Downloaded clang-sys v1.8.1
8742026-03-23T19:33:43.339Z Downloaded pem v3.0.6
8752026-03-23T19:33:43.343Z Downloaded peg-macros v0.8.5
8762026-03-23T19:33:43.343Z Downloaded num_enum_derive v0.7.5
8772026-03-23T19:33:43.343Z Downloaded libbz2-rs-sys v0.2.2
8782026-03-23T19:33:43.346Z Downloaded bzip2 v0.4.4
8792026-03-23T19:33:43.346Z Downloaded derive_more v2.1.1
8802026-03-23T19:33:43.355Z Downloaded psl-types v2.0.11
8812026-03-23T19:33:43.357Z Downloaded memmap2 v0.9.10
8822026-03-23T19:33:43.360Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-03-23T19:33:43.360Z Downloaded proc-macro-crate v3.4.0
8842026-03-23T19:33:43.360Z Downloaded radium v0.7.0
8852026-03-23T19:33:43.363Z Downloaded phf v0.13.1
8862026-03-23T19:33:43.363Z Downloaded oxide-tokio-rt v0.1.3
8872026-03-23T19:33:43.365Z Downloaded proc-macro-crate v1.3.1
8882026-03-23T19:33:43.365Z Downloaded progenitor-macro v0.11.2
8892026-03-23T19:33:43.367Z Downloaded bytes v1.11.1
8902026-03-23T19:33:43.370Z Downloaded rand_xorshift v0.4.0
8912026-03-23T19:33:43.370Z Downloaded quick-error v1.2.3
8922026-03-23T19:33:43.373Z Downloaded derive_more-impl v2.1.1
8932026-03-23T19:33:43.377Z Downloaded ppv-lite86 v0.2.21
8942026-03-23T19:33:43.381Z Downloaded pin-project-lite v0.2.17
8952026-03-23T19:33:43.384Z Downloaded postgres-protocol v0.6.10
8962026-03-23T19:33:43.384Z Downloaded pkcs8 v0.10.2
8972026-03-23T19:33:43.386Z Downloaded phf v0.12.1
8982026-03-23T19:33:43.386Z Downloaded recursive v0.1.1
8992026-03-23T19:33:43.389Z Downloaded peg v0.8.5
9002026-03-23T19:33:43.392Z Downloaded predicates v3.1.4
9012026-03-23T19:33:43.395Z Downloaded rand_chacha v0.3.1
9022026-03-23T19:33:43.395Z Downloaded primeorder v0.13.6
9032026-03-23T19:33:43.398Z Downloaded paste v1.0.15
9042026-03-23T19:33:43.398Z Downloaded parking_lot_core v0.9.12
9052026-03-23T19:33:43.400Z Downloaded password-hash v0.5.0
9062026-03-23T19:33:43.403Z Downloaded password-hash v0.4.2
9072026-03-23T19:33:43.403Z Downloaded progenitor-macro v0.10.0
9082026-03-23T19:33:43.406Z Downloaded progenitor v0.10.0
9092026-03-23T19:33:43.406Z Downloaded ref-cast-impl v1.0.25
9102026-03-23T19:33:43.409Z Downloaded headers v0.4.1
9112026-03-23T19:33:43.411Z Downloaded rfc6979 v0.4.0
9122026-03-23T19:33:43.412Z Downloaded cc v1.2.56
9132026-03-23T19:33:43.414Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-03-23T19:33:43.417Z Downloaded poly1305 v0.8.0
9152026-03-23T19:33:43.417Z Downloaded pkg-config v0.3.32
9162026-03-23T19:33:43.419Z Downloaded const_format v0.2.35
9172026-03-23T19:33:43.422Z Downloaded ref-cast v1.0.25
9182026-03-23T19:33:43.424Z Downloaded progenitor-client v0.13.0
9192026-03-23T19:33:43.428Z Downloaded progenitor v0.11.2
9202026-03-23T19:33:43.428Z Downloaded litrs v1.0.0
9212026-03-23T19:33:43.431Z Downloaded parking_lot_core v0.8.6
9222026-03-23T19:33:43.431Z Downloaded owo-colors v4.3.0
9232026-03-23T19:33:43.433Z Downloaded expectorate v1.2.0
9242026-03-23T19:33:43.436Z Downloaded omicron-zone-package v0.12.2
9252026-03-23T19:33:43.438Z Downloaded r2d2 v0.8.10
9262026-03-23T19:33:43.438Z Downloaded packed_struct v0.10.1
9272026-03-23T19:33:43.441Z Downloaded pem-rfc7468 v0.7.0
9282026-03-23T19:33:43.441Z Downloaded oxnet v0.1.4
9292026-03-23T19:33:43.444Z Downloaded russh-cryptovec v0.7.3
9302026-03-23T19:33:43.444Z Downloaded rustc_version v0.4.1
9312026-03-23T19:33:43.447Z Downloaded indexmap v1.9.3
9322026-03-23T19:33:43.449Z Downloaded rand_core v0.10.0
9332026-03-23T19:33:43.449Z Downloaded rand_core v0.6.4
9342026-03-23T19:33:43.453Z Downloaded rand_seeder v0.4.0
9352026-03-23T19:33:43.453Z Downloaded rand_core v0.9.5
9362026-03-23T19:33:43.455Z Downloaded rtoolbox v0.0.3
9372026-03-23T19:33:43.455Z Downloaded postcard v1.1.3
9382026-03-23T19:33:43.457Z Downloaded rustc_version v0.1.7
9392026-03-23T19:33:43.458Z Downloaded rustc-hash v2.1.1
9402026-03-23T19:33:43.460Z Downloaded parking_lot v0.11.2
9412026-03-23T19:33:43.463Z Downloaded indicatif v0.18.4
9422026-03-23T19:33:43.465Z Downloaded hickory-resolver v0.25.2
9432026-03-23T19:33:43.468Z Downloaded progenitor-macro v0.13.0
9442026-03-23T19:33:43.468Z Downloaded parking_lot v0.12.5
9452026-03-23T19:33:43.470Z Downloaded papergrid v0.17.0
9462026-03-23T19:33:43.474Z Downloaded rand_chacha v0.9.0
9472026-03-23T19:33:43.476Z Downloaded proc-macro-error2 v2.0.1
9482026-03-23T19:33:43.479Z Downloaded salsa20 v0.10.2
9492026-03-23T19:33:43.479Z Downloaded progenitor-extras v0.1.1
9502026-03-23T19:33:43.482Z Downloaded progenitor v0.13.0
9512026-03-23T19:33:43.482Z Downloaded scheduled-thread-pool v0.2.7
9522026-03-23T19:33:43.485Z Downloaded scopeguard v1.2.0
9532026-03-23T19:33:43.485Z Downloaded hickory-resolver v0.24.4
9542026-03-23T19:33:43.488Z Downloaded pkcs1 v0.7.5
9552026-03-23T19:33:43.490Z Downloaded pin-project-internal v1.1.11
9562026-03-23T19:33:43.493Z Downloaded jiff-static v0.2.21
9572026-03-23T19:33:43.493Z Downloaded hashbrown v0.12.3
9582026-03-23T19:33:43.496Z Downloaded crypto-bigint v0.5.5
9592026-03-23T19:33:43.501Z Downloaded serde_bytes v0.11.19
9602026-03-23T19:33:43.503Z Downloaded semver v0.1.20
9612026-03-23T19:33:43.506Z Downloaded secrecy v0.10.3
9622026-03-23T19:33:43.506Z Downloaded heapless v0.8.0
9632026-03-23T19:33:43.509Z Downloaded polyval v0.6.2
9642026-03-23T19:33:43.511Z Downloaded pkcs5 v0.7.1
9652026-03-23T19:33:43.514Z Downloaded quinn-udp v0.5.14
9662026-03-23T19:33:43.516Z Downloaded aes v0.8.4
9672026-03-23T19:33:43.519Z Downloaded same-file v1.0.6
9682026-03-23T19:33:43.519Z Downloaded serde_spanned v1.0.4
9692026-03-23T19:33:43.522Z Downloaded serde_plain v1.0.2
9702026-03-23T19:33:43.522Z Downloaded resolv-conf v0.7.6
9712026-03-23T19:33:43.524Z Downloaded serde-big-array v0.5.1
9722026-03-23T19:33:43.524Z Downloaded seq-macro v0.3.6
9732026-03-23T19:33:43.527Z Downloaded scrypt v0.11.0
9742026-03-23T19:33:43.527Z Downloaded postgres-types v0.2.12
9752026-03-23T19:33:43.530Z Downloaded scroll_derive v0.13.1
9762026-03-23T19:33:43.533Z Downloaded blake2 v0.10.6
9772026-03-23T19:33:43.533Z Downloaded rustls-pemfile v1.0.4
9782026-03-23T19:33:43.535Z Downloaded serde_repr v0.1.20
9792026-03-23T19:33:43.538Z Downloaded sha1 v0.10.6
9802026-03-23T19:33:43.538Z Downloaded rustls-pemfile v2.2.0
9812026-03-23T19:33:43.540Z Downloaded oso v0.27.3
9822026-03-23T19:33:43.543Z Downloaded serde_urlencoded v0.7.1
9832026-03-23T19:33:43.543Z Downloaded secrecy v0.8.0
9842026-03-23T19:33:43.546Z Downloaded hashbrown v0.13.2
9852026-03-23T19:33:43.549Z Downloaded progenitor-impl v0.13.0
9862026-03-23T19:33:43.551Z Downloaded signature v2.2.0
9872026-03-23T19:33:43.551Z Downloaded lzss v0.8.2
9882026-03-23T19:33:43.554Z Downloaded ipnetwork v0.21.1
9892026-03-23T19:33:43.554Z Downloaded siphasher v1.0.2
9902026-03-23T19:33:43.557Z Downloaded fatfs v0.3.6
9912026-03-23T19:33:43.560Z Downloaded slog-envlogger v2.2.0
9922026-03-23T19:33:43.560Z Downloaded slog-bunyan v2.5.0
9932026-03-23T19:33:43.560Z Downloaded psm v0.1.30
9942026-03-23T19:33:43.563Z Downloaded schemars_derive v0.8.22
9952026-03-23T19:33:43.566Z Downloaded diesel_derives v2.3.7
9962026-03-23T19:33:43.569Z Downloaded rustls-native-certs v0.8.3
9972026-03-23T19:33:43.572Z Downloaded sigpipe v0.1.3
9982026-03-23T19:33:43.575Z Downloaded signal-hook-tokio v0.3.1
9992026-03-23T19:33:43.575Z Downloaded rusty-fork v0.3.1
10002026-03-23T19:33:43.577Z Downloaded http v1.4.0
10012026-03-23T19:33:43.580Z Downloaded serde-hex v0.1.0
10022026-03-23T19:33:43.580Z Downloaded rustversion v1.0.22
10032026-03-23T19:33:43.584Z Downloaded dropshot-api-manager v0.6.0
10042026-03-23T19:33:43.587Z Downloaded crossterm v0.28.1
10052026-03-23T19:33:43.590Z Downloaded crossterm v0.29.0
10062026-03-23T19:33:43.594Z Downloaded serde_path_to_error v0.1.20
10072026-03-23T19:33:43.597Z Downloaded ssh-cipher v0.2.0
10082026-03-23T19:33:43.597Z Downloaded minimal-lexical v0.2.1
10092026-03-23T19:33:43.601Z Downloaded serde_derive_internals v0.29.1
10102026-03-23T19:33:43.603Z Downloaded aes-gcm v0.10.3
10112026-03-23T19:33:43.606Z Downloaded sqlparser_derive v0.5.0
10122026-03-23T19:33:43.609Z Downloaded ssh-encoding v0.2.0
10132026-03-23T19:33:43.609Z Downloaded sct v0.7.1
10142026-03-23T19:33:43.611Z Downloaded sapling-renderdag v0.1.0
10152026-03-23T19:33:43.615Z Downloaded prefix-trie v0.7.0
10162026-03-23T19:33:43.618Z Downloaded rustls-pki-types v1.14.0
10172026-03-23T19:33:43.618Z Downloaded miniz_oxide v0.8.9
10182026-03-23T19:33:43.621Z Downloaded russh-keys v0.45.0
10192026-03-23T19:33:43.621Z Downloaded simd-adler32 v0.3.8
10202026-03-23T19:33:43.624Z Downloaded p256 v0.13.2
10212026-03-23T19:33:43.627Z Downloaded structmeta v0.3.0
10222026-03-23T19:33:43.627Z Downloaded sec1 v0.7.3
10232026-03-23T19:33:43.630Z Downloaded strum v0.27.2
10242026-03-23T19:33:43.630Z Downloaded shell-words v1.1.1
10252026-03-23T19:33:43.632Z Downloaded slog-stdlog v4.1.1
10262026-03-23T19:33:43.632Z Downloaded slog-scope v4.4.1
10272026-03-23T19:33:43.632Z Downloaded slog-dtrace v0.3.0
10282026-03-23T19:33:43.635Z Downloaded slog-async v2.8.0
10292026-03-23T19:33:43.635Z Downloaded strip-ansi-escapes v0.2.1
10302026-03-23T19:33:43.638Z Downloaded hyper-util v0.1.20
10312026-03-23T19:33:43.641Z Downloaded shlex v1.3.0
10322026-03-23T19:33:43.643Z Downloaded slog-json v2.6.1
10332026-03-23T19:33:43.646Z Downloaded scroll v0.13.0
10342026-03-23T19:33:43.646Z Downloaded tabled_derive v0.11.0
10352026-03-23T19:33:43.678Z Downloaded sync_wrapper v1.0.2
10362026-03-23T19:33:43.678Z Downloaded take_mut v0.2.2
10372026-03-23T19:33:43.678Z Downloaded spki v0.7.3
10382026-03-23T19:33:43.678Z Downloaded sync-ptr v0.1.4
10392026-03-23T19:33:43.678Z Downloaded ron v0.8.1
10402026-03-23T19:33:43.678Z Downloaded signal-hook-mio v0.2.5
10412026-03-23T19:33:43.678Z Downloaded strum v0.26.3
10422026-03-23T19:33:43.678Z Downloaded subtle v2.6.1
10432026-03-23T19:33:43.678Z Downloaded structmeta-derive v0.3.0
10442026-03-23T19:33:43.678Z Downloaded progenitor-impl v0.11.2
10452026-03-23T19:33:43.678Z Downloaded tap v1.0.1
10462026-03-23T19:33:43.678Z Downloaded progenitor-impl v0.10.0
10472026-03-23T19:33:43.678Z Downloaded derive_more v0.99.20
10482026-03-23T19:33:43.678Z Downloaded sqlformat v0.3.5
10492026-03-23T19:33:43.678Z Downloaded testing_table v0.3.0
10502026-03-23T19:33:43.678Z Downloaded diff v0.1.13
10512026-03-23T19:33:43.678Z Downloaded time-core v0.1.8
10522026-03-23T19:33:43.678Z Downloaded string_cache v0.8.9
10532026-03-23T19:33:43.681Z Downloaded prettyplease v0.2.37
10542026-03-23T19:33:43.681Z Downloaded thiserror-impl-no-std v2.0.2
10552026-03-23T19:33:43.681Z Downloaded termtree v0.5.1
10562026-03-23T19:33:43.684Z Downloaded pretty_assertions v1.4.1
10572026-03-23T19:33:43.684Z Downloaded num-bigint v0.4.6
10582026-03-23T19:33:43.687Z Downloaded tagptr v0.2.0
10592026-03-23T19:33:43.690Z Downloaded tabwriter v1.4.1
10602026-03-23T19:33:43.690Z Downloaded static_assertions v1.1.0
10612026-03-23T19:33:43.693Z Downloaded smallvec v0.6.14
10622026-03-23T19:33:43.693Z Downloaded schemars v0.8.22
10632026-03-23T19:33:43.702Z Downloaded support-bundle-viewer v0.1.2
10642026-03-23T19:33:43.704Z Downloaded strum_macros v0.24.3
10652026-03-23T19:33:43.707Z Downloaded snafu-derive v0.8.9
10662026-03-23T19:33:43.707Z Downloaded smf v0.2.3
10672026-03-23T19:33:43.707Z Downloaded openssl-sys v0.9.111
10682026-03-23T19:33:43.712Z Downloaded tinyvec_macros v0.1.1
10692026-03-23T19:33:43.716Z Downloaded thread-id v5.1.0
10702026-03-23T19:33:43.716Z Downloaded itertools v0.10.5
10712026-03-23T19:33:43.719Z Downloaded quinn v0.11.9
10722026-03-23T19:33:43.722Z Downloaded iddqd v0.3.17
10732026-03-23T19:33:43.727Z Downloaded rayon-core v1.13.0
10742026-03-23T19:33:43.730Z Downloaded stacker v0.1.23
10752026-03-23T19:33:43.732Z Downloaded stringprep v0.1.5
10762026-03-23T19:33:43.735Z Downloaded serde_with_macros v3.17.0
10772026-03-23T19:33:43.735Z Downloaded hickory-server v0.25.2
10782026-03-23T19:33:43.738Z Downloaded pin-project v1.1.11
10792026-03-23T19:33:43.747Z Downloaded trait-variant v0.1.2
10802026-03-23T19:33:43.750Z Downloaded tower-service v0.3.3
10812026-03-23T19:33:43.750Z Downloaded signal-hook-registry v1.4.8
10822026-03-23T19:33:43.753Z Downloaded topological-sort v0.2.2
10832026-03-23T19:33:43.753Z Downloaded strum_macros v0.27.2
10842026-03-23T19:33:43.756Z Downloaded mio v1.1.1
10852026-03-23T19:33:43.758Z Downloaded slog-term v2.9.2
10862026-03-23T19:33:43.761Z Downloaded slab v0.4.12
10872026-03-23T19:33:43.761Z Downloaded supports-color v3.0.2
10882026-03-23T19:33:43.764Z Downloaded rustls-platform-verifier v0.6.2
10892026-03-23T19:33:43.767Z Downloaded try-lock v0.2.5
10902026-03-23T19:33:43.767Z Downloaded strum_macros v0.26.4
10912026-03-23T19:33:43.770Z Downloaded ryu v1.0.23
10922026-03-23T19:33:43.772Z Downloaded bzip2 v0.6.1
10932026-03-23T19:33:43.772Z Downloaded itertools v0.12.1
10942026-03-23T19:33:43.778Z Downloaded tls_codec_derive v0.4.2
10952026-03-23T19:33:43.781Z Downloaded tower-layer v0.3.3
10962026-03-23T19:33:43.781Z Downloaded slog v2.8.2
10972026-03-23T19:33:43.783Z Downloaded rcgen v0.12.1
10982026-03-23T19:33:43.786Z Downloaded tokio-macros v2.6.0
10992026-03-23T19:33:43.789Z Downloaded typify-macro v0.4.3
11002026-03-23T19:33:43.789Z Downloaded unarray v0.1.4
11012026-03-23T19:33:43.791Z Downloaded tokio-dtrace v0.1.1
11022026-03-23T19:33:43.791Z Downloaded lalrpop-util v0.19.12
11032026-03-23T19:33:43.791Z Downloaded const-oid v0.9.6
11042026-03-23T19:33:43.794Z Downloaded tokio-rustls v0.25.0
11052026-03-23T19:33:43.797Z Downloaded thiserror-no-std v2.0.2
11062026-03-23T19:33:43.800Z Downloaded socket2 v0.6.2
11072026-03-23T19:33:43.800Z Downloaded rand v0.9.2
11082026-03-23T19:33:43.803Z Downloaded untrusted v0.9.0
11092026-03-23T19:33:43.806Z Downloaded universal-hash v0.5.1
11102026-03-23T19:33:43.806Z Downloaded unicode-truncate v1.1.0
11112026-03-23T19:33:43.808Z Downloaded typify-macro v0.6.1
11122026-03-23T19:33:43.809Z Downloaded tokio-tungstenite v0.23.1
11132026-03-23T19:33:43.811Z Downloaded term v0.7.0
11142026-03-23T19:33:43.814Z Downloaded tiny-keccak v2.0.2
11152026-03-23T19:33:43.817Z Downloaded thread_local v1.1.9
11162026-03-23T19:33:43.817Z Downloaded time-macros v0.2.27
11172026-03-23T19:33:43.819Z Downloaded usdt-attr-macro v0.6.0
11182026-03-23T19:33:43.819Z Downloaded utf-8 v0.7.6
11192026-03-23T19:33:43.822Z Downloaded usdt v0.6.0
11202026-03-23T19:33:43.822Z Downloaded usdt-macro v0.6.0
11212026-03-23T19:33:43.822Z Downloaded untrusted v0.7.1
11222026-03-23T19:33:43.825Z Downloaded unit-prefix v0.5.2
11232026-03-23T19:33:43.825Z Downloaded spin v0.9.8
11242026-03-23T19:33:43.828Z Downloaded signal-hook v0.3.18
11252026-03-23T19:33:43.830Z Downloaded qorb v0.4.1
11262026-03-23T19:33:43.833Z Downloaded itertools v0.14.0
11272026-03-23T19:33:43.837Z Downloaded similar v2.7.0
11282026-03-23T19:33:43.840Z Downloaded tui-tree-widget v0.23.1
11292026-03-23T19:33:43.843Z Downloaded tokio-tungstenite v0.21.0
11302026-03-23T19:33:43.846Z Downloaded void v1.0.2
11312026-03-23T19:33:43.846Z Downloaded tls_codec v0.4.2
11322026-03-23T19:33:43.848Z Downloaded serde_yaml v0.9.34+deprecated
11332026-03-23T19:33:43.851Z Downloaded serde_cbor v0.11.2
11342026-03-23T19:33:43.855Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11352026-03-23T19:33:43.855Z Downloaded rand v0.8.5
11362026-03-23T19:33:43.857Z Downloaded snafu v0.8.9
11372026-03-23T19:33:43.860Z Downloaded tokio-rustls v0.24.1
11382026-03-23T19:33:43.863Z Downloaded hashbrown v0.15.5
11392026-03-23T19:33:43.866Z Downloaded unicase v2.9.0
11402026-03-23T19:33:43.869Z Downloaded rsa v0.9.10
11412026-03-23T19:33:43.871Z Downloaded waitgroup v0.1.2
11422026-03-23T19:33:43.874Z Downloaded rand v0.10.0
11432026-03-23T19:33:43.878Z Downloaded wait-timeout v0.2.1
11442026-03-23T19:33:43.881Z Downloaded nom v7.1.3
11452026-03-23T19:33:43.884Z Downloaded aho-corasick v1.1.4
11462026-03-23T19:33:43.887Z Downloaded test-strategy v0.4.5
11472026-03-23T19:33:43.894Z Downloaded term v1.2.1
11482026-03-23T19:33:43.894Z Downloaded xshell-macros v0.2.7
11492026-03-23T19:33:43.894Z Downloaded want v0.3.1
11502026-03-23T19:33:43.894Z Downloaded schemars v0.9.0
11512026-03-23T19:33:43.901Z Downloaded zone v0.3.1
11522026-03-23T19:33:43.906Z Downloaded vergen-git2 v1.0.7
11532026-03-23T19:33:43.906Z Downloaded tracing-attributes v0.1.31
11542026-03-23T19:33:43.909Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-03-23T19:33:43.909Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-03-23T19:33:43.909Z Downloaded tinyvec v1.10.0
11572026-03-23T19:33:43.912Z Downloaded xattr v1.6.1
11582026-03-23T19:33:43.914Z Downloaded twox-hash v2.1.2
11592026-03-23T19:33:43.915Z Downloaded vsss-rs v3.3.4
11602026-03-23T19:33:43.917Z Downloaded zone_cfg_derive v0.3.1
11612026-03-23T19:33:43.917Z Downloaded zeroize_derive v1.4.3
11622026-03-23T19:33:43.920Z Downloaded tar v0.4.44
11632026-03-23T19:33:43.922Z Downloaded tokio-stream v0.1.18
11642026-03-23T19:33:43.925Z Downloaded socket2 v0.5.10
11652026-03-23T19:33:43.928Z Downloaded libxml v0.3.3
11662026-03-23T19:33:43.930Z Downloaded whoami v1.6.1
11672026-03-23T19:33:43.933Z Downloaded tokio-rustls v0.26.4
11682026-03-23T19:33:43.933Z Downloaded subprocess v0.2.15
11692026-03-23T19:33:43.936Z Downloaded tokio-native-tls v0.3.1
11702026-03-23T19:33:43.939Z Downloaded termios v0.3.3
11712026-03-23T19:33:43.939Z Downloaded uzers v0.12.2
11722026-03-23T19:33:43.942Z Downloaded wyz v0.5.1
11732026-03-23T19:33:43.942Z Downloaded whoami v2.1.0
11742026-03-23T19:33:43.944Z Downloaded rustls-webpki v0.103.9
11752026-03-23T19:33:43.947Z Downloaded vergen-lib v0.1.6
11762026-03-23T19:33:43.947Z Downloaded vergen-gitcl v1.0.8
11772026-03-23T19:33:43.950Z Downloaded iri-string v0.7.10
11782026-03-23T19:33:43.953Z Downloaded toml v0.7.8
11792026-03-23T19:33:43.956Z Downloaded zeroize v1.8.2
11802026-03-23T19:33:43.959Z Downloaded xshell v0.2.7
11812026-03-23T19:33:43.959Z Downloaded samael v0.0.19
11822026-03-23T19:33:43.963Z Downloaded walkdir v2.5.0
11832026-03-23T19:33:43.966Z Downloaded h2 v0.4.13
11842026-03-23T19:33:43.970Z Downloaded tracing-core v0.1.36
11852026-03-23T19:33:43.972Z Downloaded steno v0.4.1
11862026-03-23T19:33:43.975Z Downloaded vergen v9.0.6
11872026-03-23T19:33:43.978Z Downloaded hyper v1.8.1
11882026-03-23T19:33:43.982Z Downloaded unicode-properties v0.1.4
11892026-03-23T19:33:43.984Z Downloaded cancel-safe-futures v0.1.5
11902026-03-23T19:33:43.987Z Downloaded group v0.13.0
11912026-03-23T19:33:43.987Z Downloaded unicode-bidi v0.3.18
11922026-03-23T19:33:43.990Z Downloaded constant_time_eq v0.4.2
11932026-03-23T19:33:43.993Z Downloaded compact_str v0.8.1
11942026-03-23T19:33:43.995Z Downloaded publicsuffix v2.3.0
11952026-03-23T19:33:43.995Z Downloaded futures-util v0.3.32
11962026-03-23T19:33:44.004Z Downloaded xz2 v0.1.7
11972026-03-23T19:33:44.007Z Downloaded itertools v0.13.0
11982026-03-23T19:33:44.010Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-03-23T19:33:44.013Z Downloaded darling v0.20.11
12002026-03-23T19:33:44.016Z Downloaded rustyline v14.0.0
12012026-03-23T19:33:44.020Z Downloaded hostname v0.3.1
12022026-03-23T19:33:44.022Z Downloaded hex v0.4.3
12032026-03-23T19:33:44.022Z Downloaded zstd-safe v7.2.4
12042026-03-23T19:33:44.025Z Downloaded zstd v0.13.3
12052026-03-23T19:33:44.028Z Downloaded tungstenite v0.21.0
12062026-03-23T19:33:44.031Z Downloaded vte v0.14.1
12072026-03-23T19:33:44.031Z Downloaded tungstenite v0.23.0
12082026-03-23T19:33:44.033Z Downloaded toml v0.9.12+spec-1.1.0
12092026-03-23T19:33:44.037Z Downloaded reedline v0.40.0
12102026-03-23T19:33:44.042Z Downloaded schemars v1.2.1
12112026-03-23T19:33:44.053Z Downloaded typify v0.6.1
12122026-03-23T19:33:44.055Z Downloaded typify v0.4.3
12132026-03-23T19:33:44.058Z Downloaded ed25519-dalek v2.2.0
12142026-03-23T19:33:44.061Z Downloaded convert_case v0.10.0
12152026-03-23T19:33:44.064Z Downloaded chacha20 v0.9.1
12162026-03-23T19:33:44.064Z Downloaded zerocopy v0.6.6
12172026-03-23T19:33:44.066Z Downloaded yasna v0.5.2
12182026-03-23T19:33:44.069Z Downloaded unsafe-libyaml v0.2.11
12192026-03-23T19:33:44.072Z Downloaded p521 v0.13.3
12202026-03-23T19:33:44.072Z Downloaded bitvec v1.0.1
12212026-03-23T19:33:44.083Z Downloaded zopfli v0.8.3
12222026-03-23T19:33:44.086Z Downloaded uuid v1.21.0
12232026-03-23T19:33:44.089Z Downloaded regex v1.12.3
12242026-03-23T19:33:44.091Z Downloaded reqwest v0.13.2
12252026-03-23T19:33:44.096Z Downloaded num-bigint-dig v0.8.6
12262026-03-23T19:33:44.099Z Downloaded libm v0.2.16
12272026-03-23T19:33:44.107Z Downloaded hkdf v0.12.4
12282026-03-23T19:33:44.109Z Downloaded blake3 v1.8.3
12292026-03-23T19:33:44.115Z Downloaded yansi v1.0.1
12302026-03-23T19:33:44.118Z Downloaded p384 v0.13.1
12312026-03-23T19:33:44.121Z Downloaded zip v0.6.6
12322026-03-23T19:33:44.124Z Downloaded git2 v0.20.4
12332026-03-23T19:33:44.130Z Downloaded rpassword v7.4.0
12342026-03-23T19:33:44.133Z Downloaded ron v0.12.0
12352026-03-23T19:33:44.137Z Downloaded usdt-impl v0.6.0
12362026-03-23T19:33:44.140Z Downloaded toml_edit v0.19.15
12372026-03-23T19:33:44.151Z Downloaded zerocopy-derive v0.8.40
12382026-03-23T19:33:44.157Z Downloaded tower v0.5.3
12392026-03-23T19:33:44.164Z Downloaded salty v0.3.0
12402026-03-23T19:33:44.169Z Downloaded ssh-key v0.6.7
12412026-03-23T19:33:44.174Z Downloaded rustls-webpki v0.101.7
12422026-03-23T19:33:44.184Z Downloaded unicode-segmentation v1.12.0
12432026-03-23T19:33:44.187Z Downloaded quick-xml v0.37.5
12442026-03-23T19:33:44.191Z Downloaded tokio-postgres v0.7.16
12452026-03-23T19:33:44.195Z Downloaded russh v0.45.0
12462026-03-23T19:33:44.199Z Downloaded proptest v1.10.0
12472026-03-23T19:33:44.206Z Downloaded hostname v0.4.2
12482026-03-23T19:33:44.209Z Downloaded futures-executor v0.3.32
12492026-03-23T19:33:44.209Z Downloaded tough v0.20.0
12502026-03-23T19:33:44.215Z Downloaded buf-list v1.1.2
12512026-03-23T19:33:44.219Z Downloaded block-padding v0.3.3
12522026-03-23T19:33:44.221Z Downloaded curve25519-dalek v4.1.3
12532026-03-23T19:33:44.224Z Downloaded unicode_categories v0.1.1
12542026-03-23T19:33:44.227Z Downloaded petname v2.0.2
12552026-03-23T19:33:44.229Z Downloaded rayon v1.11.0
12562026-03-23T19:33:44.236Z Downloaded aws-lc-rs v1.16.0
12572026-03-23T19:33:44.243Z Downloaded lalrpop v0.19.12
12582026-03-23T19:33:44.251Z Downloaded zip v4.6.1
12592026-03-23T19:33:44.255Z Downloaded typed-path v0.9.3
12602026-03-23T19:33:44.258Z Downloaded portable-atomic v1.13.1
12612026-03-23T19:33:44.264Z Downloaded x509-cert v0.2.5
12622026-03-23T19:33:44.268Z Downloaded unicode-normalization v0.1.25
12632026-03-23T19:33:44.271Z Downloaded serde_with v3.17.0
12642026-03-23T19:33:44.280Z Downloaded reqwest v0.12.28
12652026-03-23T19:33:44.284Z Downloaded chrono v0.4.44
12662026-03-23T19:33:44.290Z Downloaded bindgen v0.71.1
12672026-03-23T19:33:44.295Z Downloaded quinn-proto v0.11.13
12682026-03-23T19:33:44.301Z Downloaded moka v0.12.13
12692026-03-23T19:33:44.307Z Downloaded nix v0.28.0
12702026-03-23T19:33:44.315Z Downloaded tokio-util v0.7.18
12712026-03-23T19:33:44.320Z Downloaded tower-http v0.6.8
12722026-03-23T19:33:44.327Z Downloaded goblin v0.10.5
12732026-03-23T19:33:44.331Z Downloaded dropshot v0.16.7
12742026-03-23T19:33:44.347Z Downloaded time v0.3.47
12752026-03-23T19:33:44.356Z Downloaded rustls-webpki v0.102.8
12762026-03-23T19:33:44.370Z Downloaded regex-syntax v0.6.29
12772026-03-23T19:33:44.375Z Downloaded hickory-proto v0.24.4
12782026-03-23T19:33:44.386Z Downloaded tabled v0.20.0
12792026-03-23T19:33:44.399Z Downloaded winnow v0.5.40
12802026-03-23T19:33:44.406Z Downloaded radix_trie v0.2.1
12812026-03-23T19:33:44.410Z Downloaded object v0.37.3
12822026-03-23T19:33:44.419Z Downloaded winnow v0.6.26
12832026-03-23T19:33:44.425Z Downloaded webpki-roots v1.0.6
12842026-03-23T19:33:44.428Z Downloaded object v0.30.4
12852026-03-23T19:33:44.435Z Downloaded rustls v0.22.4
12862026-03-23T19:33:44.445Z Downloaded zerocopy v0.8.40
12872026-03-23T19:33:44.451Z Downloaded diesel v2.3.7
12882026-03-23T19:33:44.467Z Downloaded regex-syntax v0.8.10
12892026-03-23T19:33:44.473Z Downloaded regress v0.10.5
12902026-03-23T19:33:44.479Z Downloaded openssl v0.10.75
12912026-03-23T19:33:44.486Z Downloaded nix v0.27.1
12922026-03-23T19:33:44.494Z Downloaded hickory-proto v0.25.2
12932026-03-23T19:33:44.506Z Downloaded smoltcp v0.9.1
12942026-03-23T19:33:44.514Z Downloaded nix v0.29.0
12952026-03-23T19:33:44.522Z Downloaded zlib-rs v0.6.2
12962026-03-23T19:33:44.526Z Downloaded bstr v1.12.1
12972026-03-23T19:33:44.533Z Downloaded vcpkg v0.2.15
12982026-03-23T19:33:44.562Z Downloaded sqlparser v0.61.0
12992026-03-23T19:33:44.569Z Downloaded rustls v0.21.12
13002026-03-23T19:33:44.577Z Downloaded polar-core v0.27.3
13012026-03-23T19:33:44.583Z Downloaded nix v0.31.1
13022026-03-23T19:33:44.591Z Downloaded typify-impl v0.6.1
13032026-03-23T19:33:44.602Z Downloaded arrayvec v0.7.6
13042026-03-23T19:33:44.605Z Downloaded smoltcp v0.11.0
13052026-03-23T19:33:44.613Z Downloaded openapiv3 v2.2.0
13062026-03-23T19:33:44.622Z Downloaded cpufeatures v0.3.0
13072026-03-23T19:33:44.624Z Downloaded hash32 v0.2.1
13082026-03-23T19:33:44.624Z Downloaded ghash v0.5.1
13092026-03-23T19:33:44.627Z Downloaded ecdsa v0.16.9
13102026-03-23T19:33:44.627Z Downloaded darling_core v0.20.11
13112026-03-23T19:33:44.630Z Downloaded erased-serde v0.3.31
13122026-03-23T19:33:44.633Z Downloaded rustls v0.23.37
13132026-03-23T19:33:44.639Z Downloaded zerocopy-derive v0.6.6
13142026-03-23T19:33:44.647Z Downloaded rustix v0.38.44
13152026-03-23T19:33:44.663Z Downloaded regex-automata v0.4.14
13162026-03-23T19:33:44.674Z Downloaded dirs-sys-next v0.1.2
13172026-03-23T19:33:44.677Z Downloaded downcast-rs v2.0.2
13182026-03-23T19:33:44.677Z Downloaded dyn-clone v1.0.20
13192026-03-23T19:33:44.678Z Downloaded display-error-chain v0.2.2
13202026-03-23T19:33:44.681Z Downloaded difflib v0.4.0
13212026-03-23T19:33:44.681Z Downloaded convert_case v0.4.0
13222026-03-23T19:33:44.681Z Downloaded const_format_proc_macros v0.2.34
13232026-03-23T19:33:44.681Z Downloaded argon2 v0.5.3
13242026-03-23T19:33:44.684Z Downloaded darling_macro v0.23.0
13252026-03-23T19:33:44.684Z Downloaded lzma-sys v0.1.20
13262026-03-23T19:33:44.718Z Downloaded petgraph v0.8.3
13272026-03-23T19:33:44.736Z Downloaded libz-sys v1.1.24
13282026-03-23T19:33:44.750Z Downloaded csv v1.4.0
13292026-03-23T19:33:44.765Z Downloaded tracing v0.1.44
13302026-03-23T19:33:44.782Z Downloaded typify-impl v0.4.3
13312026-03-23T19:33:44.793Z Downloaded ratatui v0.29.0
13322026-03-23T19:33:44.808Z Downloaded tokio v1.49.0
13332026-03-23T19:33:44.836Z Downloaded sha3 v0.10.8
13342026-03-23T19:33:44.840Z Downloaded bzip2-sys v0.1.13+1.0.8
13352026-03-23T19:33:44.848Z Downloaded sled v0.34.7
13362026-03-23T19:33:44.879Z Downloaded encoding_rs v0.8.35
13372026-03-23T19:33:44.895Z Downloaded petgraph v0.6.5
13382026-03-23T19:33:44.908Z Downloaded jiff v0.2.21
13392026-03-23T19:33:44.931Z Downloaded chrono-tz v0.10.4
13402026-03-23T19:33:44.976Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-03-23T19:33:45.128Z Downloaded ring v0.17.14
13422026-03-23T19:33:45.179Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-23T19:33:45.787Z Downloaded aws-lc-sys v0.37.1
13442026-03-23T19:33:46.140Z Compiling libc v0.2.180
13452026-03-23T19:33:46.151Z Compiling serde v1.0.228
13462026-03-23T19:33:46.151Z Compiling log v0.4.29
13472026-03-23T19:33:46.151Z Compiling find-msvc-tools v0.1.9
13482026-03-23T19:33:46.302Z Compiling shlex v1.3.0
13492026-03-23T19:33:46.316Z Compiling smallvec v1.15.1
13502026-03-23T19:33:46.335Z Compiling syn v2.0.117
13512026-03-23T19:33:46.369Z Compiling typenum v1.19.0
13522026-03-23T19:33:46.548Z Compiling generic-array v0.14.7
13532026-03-23T19:33:46.572Z Compiling subtle v2.6.1
13542026-03-23T19:33:46.623Z Compiling scopeguard v1.2.0
13552026-03-23T19:33:46.673Z Compiling portable-atomic v1.13.1
13562026-03-23T19:33:46.714Z Compiling const-oid v0.9.6
13572026-03-23T19:33:46.763Z Compiling lock_api v0.4.14
13582026-03-23T19:33:46.803Z Compiling critical-section v1.2.0
13592026-03-23T19:33:46.857Z Compiling zerocopy v0.8.40
13602026-03-23T19:33:46.938Z Compiling pin-project-lite v0.2.17
13612026-03-23T19:33:47.058Z Compiling parking_lot_core v0.9.12
13622026-03-23T19:33:47.079Z Compiling serde_json v1.0.149
13632026-03-23T19:33:47.410Z Compiling pkg-config v0.3.32
13642026-03-23T19:33:47.450Z Compiling getrandom v0.2.17
13652026-03-23T19:33:47.516Z Compiling jobserver v0.1.34
13662026-03-23T19:33:47.664Z Compiling rand_core v0.6.4
13672026-03-23T19:33:47.730Z Compiling errno v0.3.14
13682026-03-23T19:33:47.823Z Compiling cc v1.2.56
13692026-03-23T19:33:47.922Z Compiling signal-hook-registry v1.4.8
13702026-03-23T19:33:48.021Z Compiling once_cell v1.21.3
13712026-03-23T19:33:48.095Z Compiling mio v1.1.1
13722026-03-23T19:33:48.179Z Compiling bitflags v2.11.0
13732026-03-23T19:33:48.293Z Compiling parking_lot v0.12.5
13742026-03-23T19:33:48.311Z Compiling libm v0.2.16
13752026-03-23T19:33:48.413Z Compiling num-traits v0.2.19
13762026-03-23T19:33:48.488Z Compiling futures-core v0.3.32
13772026-03-23T19:33:48.683Z Compiling socket2 v0.6.2
13782026-03-23T19:33:48.756Z Compiling percent-encoding v2.3.2
13792026-03-23T19:33:48.807Z Compiling allocator-api2 v0.2.21
13802026-03-23T19:33:48.834Z Compiling cpufeatures v0.2.17
13812026-03-23T19:33:48.928Z Compiling futures-sink v0.3.32
13822026-03-23T19:33:48.962Z Compiling foldhash v0.2.0
13832026-03-23T19:33:49.002Z Compiling getrandom v0.4.1
13842026-03-23T19:33:49.062Z Compiling futures-channel v0.3.32
13852026-03-23T19:33:49.246Z Compiling hashbrown v0.16.1
13862026-03-23T19:33:49.246Z Compiling futures-io v0.3.32
13872026-03-23T19:33:49.282Z Compiling futures-task v0.3.32
13882026-03-23T19:33:49.368Z Compiling slab v0.4.12
13892026-03-23T19:33:49.446Z Compiling rustversion v1.0.22
13902026-03-23T19:33:49.466Z Compiling getrandom v0.3.4
13912026-03-23T19:33:49.501Z Compiling rand_core v0.10.0
13922026-03-23T19:33:49.588Z Compiling form_urlencoded v1.2.2
13932026-03-23T19:33:49.820Z Compiling cmake v0.1.57
13942026-03-23T19:33:50.000Z Compiling indexmap v2.13.0
13952026-03-23T19:33:50.082Z Compiling fs_extra v1.3.0
13962026-03-23T19:33:50.373Z Compiling base64ct v1.8.3
13972026-03-23T19:33:50.377Z Compiling ident_case v1.0.1
13982026-03-23T19:33:50.432Z Compiling synstructure v0.13.2
13992026-03-23T19:33:50.557Z Compiling dunce v1.0.5
14002026-03-23T19:33:50.673Z Compiling aws-lc-sys v0.37.1
14012026-03-23T19:33:50.713Z Compiling pem-rfc7468 v0.7.0
14022026-03-23T19:33:50.743Z Compiling flagset v0.4.7
14032026-03-23T19:33:50.855Z Compiling rand_core v0.9.5
14042026-03-23T19:33:50.881Z Compiling iana-time-zone v0.1.65
14052026-03-23T19:33:50.900Z Compiling rustix v1.1.3
14062026-03-23T19:33:50.919Z Compiling ring v0.17.14
14072026-03-23T19:33:51.115Z Compiling uuid v1.21.0
14082026-03-23T19:33:51.165Z Compiling rustc_version v0.4.1
14092026-03-23T19:33:51.231Z Compiling aws-lc-rs v1.16.0
14102026-03-23T19:33:51.257Z Compiling vcpkg v0.2.15
14112026-03-23T19:33:51.594Z Compiling regex-syntax v0.8.10
14122026-03-23T19:33:51.597Z Compiling tracing-core v0.1.36
14132026-03-23T19:33:52.052Z Compiling crossbeam-utils v0.8.21
14142026-03-23T19:33:52.240Z Compiling openssl-sys v0.9.111
14152026-03-23T19:33:52.363Z Compiling pest_generator v2.8.6
14162026-03-23T19:33:52.434Z Compiling serde_derive_internals v0.29.1
14172026-03-23T19:33:52.982Z Compiling untrusted v0.7.1
14182026-03-23T19:33:53.002Z Compiling serde_derive v1.0.228
14192026-03-23T19:33:53.135Z Compiling zeroize_derive v1.4.3
14202026-03-23T19:33:53.281Z Compiling zerofrom-derive v0.1.6
14212026-03-23T19:33:53.303Z Compiling yoke-derive v0.8.1
14222026-03-23T19:33:53.674Z Compiling zerocopy-derive v0.8.40
14232026-03-23T19:33:53.965Z Compiling zeroize v1.8.2
14242026-03-23T19:33:54.799Z Compiling zerovec-derive v0.11.2
14252026-03-23T19:33:54.861Z Compiling displaydoc v0.2.5
14262026-03-23T19:33:55.013Z Compiling crypto-common v0.1.7
14272026-03-23T19:33:55.185Z Compiling zerofrom v0.1.6
14282026-03-23T19:33:55.203Z Compiling block-buffer v0.10.4
14292026-03-23T19:33:55.339Z Compiling yoke v0.8.1
14302026-03-23T19:33:55.405Z Compiling digest v0.10.7
14312026-03-23T19:33:55.574Z Compiling tokio-macros v2.6.0
14322026-03-23T19:33:55.718Z Compiling hmac v0.12.1
14332026-03-23T19:33:55.809Z Compiling zerotrie v0.2.3
14342026-03-23T19:33:55.909Z Compiling futures-macro v0.3.32
14352026-03-23T19:33:56.230Z Compiling block-padding v0.3.3
14362026-03-23T19:33:56.277Z Compiling zerovec v0.11.5
14372026-03-23T19:33:56.426Z Compiling inout v0.1.4
14382026-03-23T19:33:56.561Z Compiling sha2 v0.10.9
14392026-03-23T19:33:56.634Z Compiling cipher v0.4.4
14402026-03-23T19:33:56.975Z Compiling tinystr v0.8.2
14412026-03-23T19:33:56.995Z Compiling potential_utf v0.1.4
14422026-03-23T19:33:57.014Z Compiling futures-util v0.3.32
14432026-03-23T19:33:57.130Z Compiling der_derive v0.7.3
14442026-03-23T19:33:57.199Z Compiling icu_locale_core v2.1.1
14452026-03-23T19:33:57.233Z Compiling icu_collections v2.1.1
14462026-03-23T19:33:57.733Z Compiling bytes v1.11.1
14472026-03-23T19:33:57.849Z Compiling chrono v0.4.44
14482026-03-23T19:33:58.392Z Compiling tokio v1.49.0
14492026-03-23T19:33:58.414Z Compiling icu_provider v2.1.1
14502026-03-23T19:33:58.433Z Compiling der v0.7.10
14512026-03-23T19:33:58.556Z Compiling http v1.4.0
14522026-03-23T19:33:58.793Z Compiling icu_normalizer v2.1.1
14532026-03-23T19:33:59.492Z Compiling icu_properties v2.1.2
14542026-03-23T19:33:59.702Z Compiling spki v0.7.3
14552026-03-23T19:33:59.757Z Compiling ppv-lite86 v0.2.21
14562026-03-23T19:33:59.960Z Compiling salsa20 v0.10.2
14572026-03-23T19:33:59.979Z Compiling pbkdf2 v0.12.2
14582026-03-23T19:34:00.069Z Compiling thiserror-impl v2.0.18
14592026-03-23T19:34:00.093Z Compiling cbc v0.1.2
14602026-03-23T19:34:00.114Z Compiling scrypt v0.11.0
14612026-03-23T19:34:00.138Z Compiling aes v0.8.4
14622026-03-23T19:34:00.192Z Compiling rand_chacha v0.9.0
14632026-03-23T19:34:00.271Z Compiling rustls-pki-types v1.14.0
14642026-03-23T19:34:00.436Z Compiling tracing-attributes v0.1.31
14652026-03-23T19:34:00.861Z Compiling idna_adapter v1.2.1
14662026-03-23T19:34:01.025Z Compiling idna v1.1.0
14672026-03-23T19:34:01.045Z Compiling pkcs5 v0.7.1
14682026-03-23T19:34:01.070Z Compiling rand v0.9.2
14692026-03-23T19:34:01.578Z Compiling url v2.5.8
14702026-03-23T19:34:01.727Z Compiling http-body v1.0.1
14712026-03-23T19:34:01.865Z Compiling thiserror v2.0.18
14722026-03-23T19:34:01.920Z Compiling base64 v0.22.1
14732026-03-23T19:34:01.941Z Compiling syn v1.0.109
14742026-03-23T19:34:01.991Z Compiling httparse v1.10.1
14752026-03-23T19:34:02.164Z Compiling untrusted v0.9.0
14762026-03-23T19:34:02.270Z Compiling tracing v0.1.44
14772026-03-23T19:34:02.310Z Compiling openssl-probe v0.2.1
14782026-03-23T19:34:02.330Z Compiling schemars v0.8.22
14792026-03-23T19:34:02.481Z Compiling pkcs8 v0.10.2
14802026-03-23T19:34:02.529Z Compiling schemars_derive v0.8.22
14812026-03-23T19:34:02.602Z Compiling pest_derive v2.8.6
14822026-03-23T19:34:02.640Z Compiling scroll_derive v0.13.1
14832026-03-23T19:34:02.888Z Compiling darling_core v0.20.11
14842026-03-23T19:34:03.126Z Compiling tower-service v0.3.3
14852026-03-23T19:34:03.248Z Compiling dyn-clone v1.0.20
14862026-03-23T19:34:03.281Z Compiling rustls v0.23.37
14872026-03-23T19:34:03.412Z Compiling tower-layer v0.3.3
14882026-03-23T19:34:03.490Z Compiling tokio-util v0.7.18
14892026-03-23T19:34:03.617Z Compiling try-lock v0.2.5
14902026-03-23T19:34:03.667Z Compiling atomic-waker v1.1.2
14912026-03-23T19:34:03.752Z Compiling tinyvec_macros v0.1.1
14922026-03-23T19:34:03.818Z Compiling tinyvec v1.10.0
14932026-03-23T19:34:03.837Z Compiling want v0.3.1
14942026-03-23T19:34:04.041Z Compiling scroll v0.13.0
14952026-03-23T19:34:04.650Z Compiling h2 v0.4.13
14962026-03-23T19:34:04.844Z Compiling ipnet v2.11.0
14972026-03-23T19:34:04.898Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-23T19:34:05.398Z Compiling spin v0.9.8
14992026-03-23T19:34:05.519Z Compiling aho-corasick v1.1.4
15002026-03-23T19:34:05.671Z Compiling pin-utils v0.1.0
15012026-03-23T19:34:05.759Z Compiling powerfmt v0.2.0
15022026-03-23T19:34:05.985Z Compiling openssl v0.10.75
15032026-03-23T19:34:06.024Z Compiling crc32fast v1.5.0
15042026-03-23T19:34:06.147Z Compiling darling_macro v0.20.11
15052026-03-23T19:34:06.337Z Compiling time-core v0.1.8
15062026-03-23T19:34:06.400Z Compiling num-conv v0.2.0
15072026-03-23T19:34:06.418Z Compiling foreign-types-shared v0.1.1
15082026-03-23T19:34:06.526Z Compiling httpdate v1.0.3
15092026-03-23T19:34:06.544Z Compiling tempfile v3.25.0
15102026-03-23T19:34:06.569Z Compiling time-macros v0.2.27
15112026-03-23T19:34:06.769Z Compiling darling v0.20.11
15122026-03-23T19:34:06.815Z Compiling regex-automata v0.4.14
15132026-03-23T19:34:06.870Z Compiling foreign-types v0.3.2
15142026-03-23T19:34:07.049Z Compiling deranged v0.5.8
15152026-03-23T19:34:07.917Z Compiling goblin v0.10.5
15162026-03-23T19:34:08.021Z Compiling openssl-macros v0.1.1
15172026-03-23T19:34:08.392Z Compiling thiserror-impl v1.0.69
15182026-03-23T19:34:09.183Z Compiling hyper v1.8.1
15192026-03-23T19:34:10.056Z Compiling wait-timeout v0.2.1
15202026-03-23T19:34:10.061Z Compiling num_threads v0.1.7
15212026-03-23T19:34:10.094Z Compiling native-tls v0.2.18
15222026-03-23T19:34:10.188Z Compiling bit-vec v0.8.0
15232026-03-23T19:34:10.338Z Compiling quick-error v1.2.3
15242026-03-23T19:34:10.391Z Compiling simd-adler32 v0.3.8
15252026-03-23T19:34:10.464Z Compiling usdt-impl v0.6.0
15262026-03-23T19:34:10.488Z Compiling siphasher v1.0.2
15272026-03-23T19:34:10.712Z Compiling either v1.15.0
15282026-03-23T19:34:10.732Z Compiling hyper-util v0.1.20
15292026-03-23T19:34:10.771Z Compiling rusty-fork v0.3.1
15302026-03-23T19:34:10.979Z Compiling bit-set v0.8.0
15312026-03-23T19:34:11.232Z Compiling time v0.3.47
15322026-03-23T19:34:11.255Z Compiling thiserror v1.0.69
15332026-03-23T19:34:11.617Z Compiling dof v0.4.0
15342026-03-23T19:34:12.533Z Compiling derive_builder_core v0.20.2
15352026-03-23T19:34:13.084Z Compiling unicode-normalization v0.1.25
15362026-03-23T19:34:13.223Z Compiling dtrace-parser v0.3.0
15372026-03-23T19:34:13.404Z Compiling crossbeam-epoch v0.9.18
15382026-03-23T19:34:13.679Z Compiling rustls-native-certs v0.8.3
15392026-03-23T19:34:13.734Z Compiling signature v2.2.0
15402026-03-23T19:34:13.830Z Compiling scroll_derive v0.12.1
15412026-03-23T19:34:13.858Z Compiling heapless v0.7.17
15422026-03-23T19:34:13.944Z Compiling rand_xorshift v0.4.0
15432026-03-23T19:34:14.039Z Compiling slog v2.8.2
15442026-03-23T19:34:14.137Z Compiling darling_core v0.21.3
15452026-03-23T19:34:14.157Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-23T19:34:14.250Z Compiling sync_wrapper v1.0.2
15472026-03-23T19:34:14.269Z Compiling thread-id v5.1.0
15482026-03-23T19:34:14.367Z Compiling cookie v0.18.1
15492026-03-23T19:34:14.386Z Compiling zstd-safe v7.2.4
15502026-03-23T19:34:14.494Z Compiling adler2 v2.0.1
15512026-03-23T19:34:14.588Z Compiling unicode-bidi v0.3.18
15522026-03-23T19:34:14.623Z Compiling paste v1.0.15
15532026-03-23T19:34:14.656Z Compiling unicode-segmentation v1.12.0
15542026-03-23T19:34:14.682Z Compiling rayon-core v1.13.0
15552026-03-23T19:34:14.894Z Compiling signal-hook v0.3.18
15562026-03-23T19:34:14.957Z Compiling unicode-properties v0.1.4
15572026-03-23T19:34:15.101Z Compiling anyhow v1.0.102
15582026-03-23T19:34:15.154Z Compiling unarray v0.1.4
15592026-03-23T19:34:15.238Z Compiling stringprep v0.1.5
15602026-03-23T19:34:15.288Z Compiling proptest v1.10.0
15612026-03-23T19:34:15.393Z Compiling scroll v0.12.0
15622026-03-23T19:34:15.416Z Compiling miniz_oxide v0.8.9
15632026-03-23T19:34:15.733Z Compiling tower v0.5.3
15642026-03-23T19:34:16.290Z Compiling derive_builder_macro v0.20.2
15652026-03-23T19:34:16.308Z Compiling crossbeam-deque v0.8.6
15662026-03-23T19:34:16.330Z Compiling ipnetwork v0.21.1
15672026-03-23T19:34:16.380Z Compiling http-body-util v0.1.3
15682026-03-23T19:34:16.543Z Compiling webpki-roots v1.0.6
15692026-03-23T19:34:16.562Z Compiling rand_chacha v0.3.1
15702026-03-23T19:34:16.693Z Compiling erased-serde v0.3.31
15712026-03-23T19:34:16.710Z Compiling toml_datetime v0.6.11
15722026-03-23T19:34:16.857Z Compiling serde_spanned v0.6.9
15732026-03-23T19:34:16.876Z Compiling serde_tokenstream v0.2.3
15742026-03-23T19:34:17.037Z Compiling md-5 v0.10.6
15752026-03-23T19:34:17.057Z Compiling zerocopy-derive v0.7.35
15762026-03-23T19:34:17.244Z Compiling curve25519-dalek v4.1.3
15772026-03-23T19:34:17.286Z Compiling vergen-lib v0.1.6
15782026-03-23T19:34:17.430Z Compiling num-integer v0.1.46
15792026-03-23T19:34:17.507Z Compiling hash32 v0.2.1
15802026-03-23T19:34:17.616Z Compiling ff v0.13.1
15812026-03-23T19:34:17.652Z Compiling memoffset v0.9.1
15822026-03-23T19:34:17.753Z Compiling smoltcp v0.9.1
15832026-03-23T19:34:17.780Z Compiling darling_macro v0.21.3
15842026-03-23T19:34:17.798Z Compiling base16ct v0.2.0
15852026-03-23T19:34:17.856Z Compiling litrs v1.0.0
15862026-03-23T19:34:17.883Z Compiling fallible-iterator v0.2.0
15872026-03-23T19:34:18.020Z Compiling psl-types v2.0.11
15882026-03-23T19:34:18.173Z Compiling zlib-rs v0.6.2
15892026-03-23T19:34:18.192Z Compiling ryu v1.0.23
15902026-03-23T19:34:18.211Z Compiling cfg_aliases v0.2.1
15912026-03-23T19:34:18.289Z Compiling iri-string v0.7.10
15922026-03-23T19:34:18.308Z Compiling rustix v0.38.44
15932026-03-23T19:34:18.379Z Compiling num-bigint-dig v0.8.6
15942026-03-23T19:34:18.421Z Compiling ref-cast v1.0.25
15952026-03-23T19:34:18.547Z Compiling document-features v0.2.12
15962026-03-23T19:34:18.631Z Compiling newtype-uuid v1.3.2
15972026-03-23T19:34:18.855Z Compiling darling v0.21.3
15982026-03-23T19:34:18.874Z Compiling serde_urlencoded v0.7.1
15992026-03-23T19:34:18.955Z Compiling nix v0.31.1
16002026-03-23T19:34:19.050Z Compiling postgres-protocol v0.6.10
16012026-03-23T19:34:19.199Z Compiling zerocopy v0.7.35
16022026-03-23T19:34:19.326Z Compiling publicsuffix v2.3.0
16032026-03-23T19:34:19.442Z Compiling sec1 v0.7.3
16042026-03-23T19:34:19.653Z Compiling group v0.13.0
16052026-03-23T19:34:19.776Z Compiling num-iter v0.1.45
16062026-03-23T19:34:19.874Z Compiling tower-http v0.6.8
16072026-03-23T19:34:20.015Z Compiling derive_builder v0.20.2
16082026-03-23T19:34:20.166Z Compiling rand v0.8.5
16092026-03-23T19:34:20.406Z Compiling oxnet v0.1.4
16102026-03-23T19:34:20.425Z Compiling proc-macro-error v1.0.4
16112026-03-23T19:34:20.626Z Compiling tokio-native-tls v0.3.1
16122026-03-23T19:34:20.834Z Compiling goblin v0.8.2
16132026-03-23T19:34:21.587Z Compiling heck v0.4.1
16142026-03-23T19:34:21.629Z Compiling phf_shared v0.13.1
16152026-03-23T19:34:21.758Z Compiling hubpack_derive v0.1.1
16162026-03-23T19:34:21.878Z Compiling regex v1.12.3
16172026-03-23T19:34:21.950Z Compiling lazy_static v1.5.0
16182026-03-23T19:34:21.953Z Compiling cargo-platform v0.1.9
16192026-03-23T19:34:22.067Z Compiling hkdf v0.12.4
16202026-03-23T19:34:22.277Z Compiling crypto-bigint v0.5.5
16212026-03-23T19:34:22.295Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-23T19:34:22.315Z Compiling flate2 v1.1.9
16232026-03-23T19:34:22.481Z Compiling strum_macros v0.27.2
16242026-03-23T19:34:22.831Z Compiling async-trait v0.1.89
16252026-03-23T19:34:22.868Z Compiling daft-derive v0.1.5
16262026-03-23T19:34:23.131Z Compiling ref-cast-impl v1.0.25
16272026-03-23T19:34:23.822Z Compiling terminal_size v0.4.3
16282026-03-23T19:34:23.840Z Compiling vergen v9.0.6
16292026-03-23T19:34:23.988Z Compiling fs-err v3.3.0
16302026-03-23T19:34:24.056Z Compiling ahash v0.8.12
16312026-03-23T19:34:24.223Z Compiling managed v0.8.0
16322026-03-23T19:34:24.264Z Compiling winnow v0.5.40
16332026-03-23T19:34:24.301Z Compiling object v0.37.3
16342026-03-23T19:34:24.512Z Compiling foldhash v0.1.5
16352026-03-23T19:34:24.635Z Compiling bumpalo v3.20.2
16362026-03-23T19:34:24.727Z Compiling libbz2-rs-sys v0.2.2
16372026-03-23T19:34:24.953Z Compiling bitflags v1.3.2
16382026-03-23T19:34:25.171Z Compiling zopfli v0.8.3
16392026-03-23T19:34:25.203Z Compiling strum v0.27.2
16402026-03-23T19:34:25.364Z Compiling bzip2 v0.6.1
16412026-03-23T19:34:25.627Z Compiling console v0.16.2
16422026-03-23T19:34:25.627Z Compiling clap_builder v4.5.60
16432026-03-23T19:34:25.849Z Compiling hashbrown v0.15.5
16442026-03-23T19:34:26.048Z Compiling toml_edit v0.19.15
16452026-03-23T19:34:26.312Z Compiling dof v0.3.0
16462026-03-23T19:34:26.412Z Compiling daft v0.1.5
16472026-03-23T19:34:26.492Z Compiling elliptic-curve v0.13.8
16482026-03-23T19:34:26.751Z Compiling hubpack v0.1.2
16492026-03-23T19:34:27.018Z Compiling cargo_metadata v0.19.2
16502026-03-23T19:34:27.302Z Compiling phf v0.13.1
16512026-03-23T19:34:27.505Z Compiling zone_cfg_derive v0.3.1
16522026-03-23T19:34:28.324Z Compiling signal-hook-mio v0.2.5
16532026-03-23T19:34:28.469Z Compiling zstd v0.13.3
16542026-03-23T19:34:28.819Z Compiling cookie_store v0.22.1
16552026-03-23T19:34:29.371Z Compiling rayon v1.11.0
16562026-03-23T19:34:29.534Z Compiling hyper-tls v0.6.0
16572026-03-23T19:34:29.701Z Compiling bzip2 v0.4.4
16582026-03-23T19:34:29.848Z Compiling postgres-types v0.2.12
16592026-03-23T19:34:29.958Z Compiling serde_with_macros v3.17.0
16602026-03-23T19:34:29.996Z Compiling usdt-attr-macro v0.6.0
16612026-03-23T19:34:30.538Z Compiling usdt-macro v0.6.0
16622026-03-23T19:34:30.631Z Compiling ed25519 v2.2.3
16632026-03-23T19:34:31.046Z Compiling dtrace-parser v0.2.0
16642026-03-23T19:34:31.498Z Compiling itertools v0.12.1
16652026-03-23T19:34:31.518Z Compiling phf_shared v0.11.3
16662026-03-23T19:34:31.597Z Compiling bstr v1.12.1
16672026-03-23T19:34:31.765Z Compiling pkcs1 v0.7.5
16682026-03-23T19:34:31.836Z Compiling serde-big-array v0.5.1
16692026-03-23T19:34:31.856Z Compiling hex v0.4.3
16702026-03-23T19:34:32.017Z Compiling rfc6979 v0.4.0
16712026-03-23T19:34:32.146Z Compiling strum_macros v0.26.4
16722026-03-23T19:34:32.173Z Compiling clap_derive v4.5.55
16732026-03-23T19:34:32.209Z Compiling enum-as-inner v0.6.1
16742026-03-23T19:34:32.309Z Compiling serde_repr v0.1.20
16752026-03-23T19:34:32.499Z Compiling float-cmp v0.10.0
16762026-03-23T19:34:32.687Z Compiling memmap2 v0.9.10
16772026-03-23T19:34:32.857Z Compiling thread-id v4.2.2
16782026-03-23T19:34:32.966Z Compiling env_filter v1.0.0
16792026-03-23T19:34:32.984Z Compiling encoding_rs v0.8.35
16802026-03-23T19:34:33.004Z Compiling static_assertions v1.1.0
16812026-03-23T19:34:33.099Z Compiling mime v0.3.17
16822026-03-23T19:34:33.149Z Compiling jiff v0.2.21
16832026-03-23T19:34:33.360Z Compiling precomputed-hash v0.1.1
16842026-03-23T19:34:33.440Z Compiling fixedbitset v0.4.2
16852026-03-23T19:34:33.471Z Compiling new_debug_unreachable v1.0.6
16862026-03-23T19:34:33.563Z Compiling unit-prefix v0.5.2
16872026-03-23T19:34:33.738Z Compiling fixedbitset v0.5.7
16882026-03-23T19:34:33.749Z Compiling data-encoding v2.10.0
16892026-03-23T19:34:34.144Z Compiling whoami v2.1.0
16902026-03-23T19:34:34.409Z Compiling normalize-line-endings v0.3.0
16912026-03-23T19:34:34.529Z Compiling rustc-hash v2.1.1
16922026-03-23T19:34:34.560Z Compiling keccak v0.1.6
16932026-03-23T19:34:34.589Z Compiling predicates-core v1.0.10
16942026-03-23T19:34:34.652Z Compiling difflib v0.4.0
16952026-03-23T19:34:34.684Z Compiling iddqd v0.3.17
16962026-03-23T19:34:34.725Z Compiling clap v4.5.60
16972026-03-23T19:34:34.817Z Compiling sha3 v0.10.8
16982026-03-23T19:34:34.838Z Compiling strum v0.26.3
16992026-03-23T19:34:35.008Z Compiling predicates v3.1.4
17002026-03-23T19:34:35.043Z Compiling tokio-postgres v0.7.16
17012026-03-23T19:34:35.408Z Compiling hickory-proto v0.25.2
17022026-03-23T19:34:35.427Z Compiling petgraph v0.8.3
17032026-03-23T19:34:35.667Z Compiling indicatif v0.18.4
17042026-03-23T19:34:35.871Z Compiling petgraph v0.6.5
17052026-03-23T19:34:36.280Z Compiling toml_edit v0.22.27
17062026-03-23T19:34:36.844Z Compiling zip v4.6.1
17072026-03-23T19:34:37.975Z Compiling string_cache v0.8.9
17082026-03-23T19:34:38.083Z Compiling env_logger v0.11.9
17092026-03-23T19:34:38.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17102026-03-23T19:34:38.140Z Compiling zone v0.3.1
17112026-03-23T19:34:38.268Z Compiling usdt-impl v0.5.0
17122026-03-23T19:34:38.568Z Compiling usdt v0.6.0
17132026-03-23T19:34:38.909Z Compiling similar v2.7.0
17142026-03-23T19:34:39.050Z Compiling serde_with v3.17.0
17152026-03-23T19:34:39.054Z Compiling ecdsa v0.16.9
17162026-03-23T19:34:39.146Z Compiling rsa v0.9.10
17172026-03-23T19:34:39.597Z Compiling crossterm v0.28.1
17182026-03-23T19:34:40.087Z Compiling ed25519-dalek v2.2.0
17192026-03-23T19:34:40.921Z Compiling zip v0.6.6
17202026-03-23T19:34:41.504Z Compiling toml v0.7.8
17212026-03-23T19:34:41.942Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-23T19:34:42.194Z Compiling itertools v0.13.0
17232026-03-23T19:34:42.260Z Compiling tokio-stream v0.1.18
17242026-03-23T19:34:42.265Z Compiling buf-list v1.1.2
17252026-03-23T19:34:42.363Z Compiling x509-cert v0.2.5
17262026-03-23T19:34:42.626Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17272026-03-23T19:34:42.794Z Compiling openapiv3 v2.2.0
17282026-03-23T19:34:42.837Z Compiling sha1 v0.10.6
17292026-03-23T19:34:43.033Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-23T19:34:43.116Z Compiling lalrpop-util v0.19.12
17312026-03-23T19:34:43.355Z Compiling peg-runtime v0.8.5
17322026-03-23T19:34:43.393Z Compiling thread_local v1.1.9
17332026-03-23T19:34:43.415Z Compiling slog-async v2.8.0
17342026-03-23T19:34:43.712Z Compiling crossbeam-channel v0.5.15
17352026-03-23T19:34:43.732Z Compiling futures-executor v0.3.32
17362026-03-23T19:34:43.814Z Compiling is-terminal v0.4.17
17372026-03-23T19:34:43.889Z Compiling filetime v0.2.27
17382026-03-23T19:34:43.929Z Compiling term v1.2.1
17392026-03-23T19:34:44.066Z Compiling xattr v1.6.1
17402026-03-23T19:34:44.110Z Compiling take_mut v0.2.2
17412026-03-23T19:34:44.276Z Compiling tar v0.4.44
17422026-03-23T19:34:44.321Z Compiling slog-term v2.9.2
17432026-03-23T19:34:44.656Z Compiling futures v0.3.32
17442026-03-23T19:34:51.336Z Compiling rustls-webpki v0.103.9
17452026-03-23T19:34:55.357Z Compiling tokio-rustls v0.26.4
17462026-03-23T19:34:55.357Z Compiling rustls-platform-verifier v0.6.2
17472026-03-23T19:34:55.614Z Compiling hyper-rustls v0.27.7
17482026-03-23T19:34:55.871Z Compiling reqwest v0.12.28
17492026-03-23T19:34:55.871Z Compiling reqwest v0.13.2
17502026-03-23T19:34:58.854Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-23T19:34:59.126Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-23T19:35:02.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17532026-03-23T19:35:03.099Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-23T19:35:03.162ZMar 23 19:35:02.355 INFO Starting download, target: Console
17552026-03-23T19:35:03.162ZMar 23 19:35:02.355 INFO Starting download, target: TransceiverControl
17562026-03-23T19:35:03.162ZMar 23 19:35:02.355 INFO Starting download, target: Clickhouse
17572026-03-23T19:35:03.162ZMar 23 19:35:02.355 INFO Starting download, target: Cockroach
17582026-03-23T19:35:03.162ZMar 23 19:35:02.355 INFO Starting download, target: DendriteStub
17592026-03-23T19:35:03.162ZMar 23 19:35:02.355 INFO Starting download, target: MaghemiteMgd
17602026-03-23T19:35:03.165ZMar 23 19:35:02.355 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-23T19:35:03.165ZMar 23 19:35:02.356 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-23T19:35:03.165ZMar 23 19:35:02.356 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-23T19:35:03.165ZMar 23 19:35:02.356 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-23T19:35:03.165ZMar 23 19:35:02.356 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-23T19:35:03.165ZMar 23 19:35:02.356 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-23T19:35:03.495ZMar 23 19:35:02.688 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-23T19:35:03.836ZMar 23 19:35:03.025 INFO Download complete, target: TransceiverControl
17682026-03-23T19:35:04.068ZMar 23 19:35:03.256 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-23T19:35:04.439ZMar 23 19:35:03.632 INFO Download complete, target: Console
17702026-03-23T19:35:04.636ZMar 23 19:35:03.825 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-23T19:35:04.825ZMar 23 19:35:04.017 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-23T19:35:05.066ZMar 23 19:35:04.258 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-23T19:35:05.406ZMar 23 19:35:04.595 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-23T19:35:05.406ZMar 23 19:35:04.595 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-23T19:35:08.204ZMar 23 19:35:07.397 INFO Download complete, target: DendriteStub
17762026-03-23T19:35:08.487ZMar 23 19:35:07.679 INFO Download complete, target: MaghemiteMgd
17772026-03-23T19:35:13.079ZMar 23 19:35:12.270 INFO Checking that binary works, target: Cockroach
17782026-03-23T19:35:13.189ZMar 23 19:35:12.381 INFO Download complete, target: Cockroach
17792026-03-23T19:35:16.326ZMar 23 19:35:15.517 INFO Checking that binary works, target: Clickhouse
17802026-03-23T19:35:16.511ZMar 23 19:35:15.690 INFO Download complete, target: Clickhouse
17812026-03-23T19:35:16.604ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-23T19:35:16.607Z
17832026-03-23T19:35:16.607Zreal 4:12.939275133
17842026-03-23T19:35:16.607Zuser 10:22.622126885
17852026-03-23T19:35:16.607Zsys 1:48.221470965
17862026-03-23T19:35:16.607Ztrap 0.320863378
17872026-03-23T19:35:16.607Ztflt 1.169019876
17882026-03-23T19:35:16.607Zdflt 1.245767168
17892026-03-23T19:35:16.607Zkflt 0.021510373
17902026-03-23T19:35:16.607Zlock 30:23.877914520
17912026-03-23T19:35:16.607Zslp 29:40.890890508
17922026-03-23T19:35:16.608Zlat 54.691335274
17932026-03-23T19:35:16.608Zstop 2:38.665895417
17942026-03-23T19:35:16.608Z+ banner clippy
17952026-03-23T19:35:16.608Z
17962026-03-23T19:35:16.608Z #### # # ##### ##### # #
17972026-03-23T19:35:16.608Z # # # # # # # # # #
17982026-03-23T19:35:16.608Z # # # # # # # #
17992026-03-23T19:35:16.608Z # # # ##### ##### #
18002026-03-23T19:35:16.608Z # # # # # # #
18012026-03-23T19:35:16.608Z #### ###### # # # #
18022026-03-23T19:35:16.608Z
18032026-03-23T19:35:16.608Z+ export CARGO_INCREMENTAL=0
18042026-03-23T19:35:16.608Z+ CARGO_INCREMENTAL=0
18052026-03-23T19:35:16.608Z+ ptime -m cargo xtask clippy
18062026-03-23T19:35:17.331Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-23T19:35:17.616Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-23T19:35:20.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18092026-03-23T19:35:20.224Z Running `target/debug/xtask clippy`
18102026-03-23T19:35:20.256Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18112026-03-23T19:35:21.049Z Downloading crates ...
18122026-03-23T19:35:21.333Z Downloaded supports-unicode v2.1.0
18132026-03-23T19:35:21.337Z Downloaded futures-timer v3.0.3
18142026-03-23T19:35:21.337Z Downloaded event-listener-strategy v0.5.4
18152026-03-23T19:35:21.337Z Downloaded event-listener v5.4.1
18162026-03-23T19:35:21.346Z Downloaded cargo-platform v0.3.2
18172026-03-23T19:35:21.346Z Downloaded backtrace-ext v0.2.1
18182026-03-23T19:35:21.346Z Downloaded async-object-pool v0.2.0
18192026-03-23T19:35:21.346Z Downloaded assert-json-diff v2.0.2
18202026-03-23T19:35:21.346Z Downloaded escape8259 v0.5.3
18212026-03-23T19:35:21.346Z Downloaded cfg-expr v0.20.6
18222026-03-23T19:35:21.346Z Downloaded anes v0.1.6
18232026-03-23T19:35:21.351Z Downloaded cast v0.3.0
18242026-03-23T19:35:21.351Z Downloaded approx v0.5.1
18252026-03-23T19:35:21.351Z Downloaded addr2line v0.25.1
18262026-03-23T19:35:21.351Z Downloaded datatest-stable v0.3.3
18272026-03-23T19:35:21.359Z Downloaded async-lock v3.4.2
18282026-03-23T19:35:21.359Z Downloaded assert_cmd v2.1.2
18292026-03-23T19:35:21.359Z Downloaded cargo_metadata v0.23.1
18302026-03-23T19:35:21.365Z Downloaded plotters-svg v0.3.7
18312026-03-23T19:35:21.365Z Downloaded partial-io v0.5.4
18322026-03-23T19:35:21.365Z Downloaded target-lexicon v0.13.3
18332026-03-23T19:35:21.372Z Downloaded terminal_size v0.1.17
18342026-03-23T19:35:21.372Z Downloaded libtest-mimic v0.8.1
18352026-03-23T19:35:21.372Z Downloaded termcolor v1.4.1
18362026-03-23T19:35:21.372Z Downloaded oorandom v11.1.5
18372026-03-23T19:35:21.382Z Downloaded serde_regex v1.1.0
18382026-03-23T19:35:21.387Z Downloaded guppy-workspace-hack v0.1.0
18392026-03-23T19:35:21.387Z Downloaded parking v2.2.1
18402026-03-23T19:35:21.387Z Downloaded linkme-impl v0.3.35
18412026-03-23T19:35:21.388Z Downloaded miette-derive v5.10.0
18422026-03-23T19:35:21.388Z Downloaded constant_time_eq v0.3.1
18432026-03-23T19:35:21.397Z Downloaded supports-hyperlinks v2.1.0
18442026-03-23T19:35:21.398Z Downloaded supports-color v2.1.0
18452026-03-23T19:35:21.398Z Downloaded nested v0.1.1
18462026-03-23T19:35:21.398Z Downloaded target-triple v1.0.0
18472026-03-23T19:35:21.398Z Downloaded similar-asserts v1.7.0
18482026-03-23T19:35:21.404Z Downloaded plotters-backend v0.3.7
18492026-03-23T19:35:21.404Z Downloaded pathdiff v0.2.3
18502026-03-23T19:35:21.412Z Downloaded rust-argon2 v2.1.0
18512026-03-23T19:35:21.416Z Downloaded rustc-demangle v0.1.27
18522026-03-23T19:35:21.416Z Downloaded concurrent-queue v2.5.0
18532026-03-23T19:35:21.416Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18542026-03-23T19:35:21.422Z Downloaded fancy-regex v0.14.0
18552026-03-23T19:35:21.425Z Downloaded linkme v0.3.35
18562026-03-23T19:35:21.426Z Downloaded criterion-plot v0.6.0
18572026-03-23T19:35:21.429Z Downloaded owo-colors v3.5.0
18582026-03-23T19:35:21.429Z Downloaded knuffel-derive v3.2.0
18592026-03-23T19:35:21.429Z Downloaded tinytemplate v1.2.1
18602026-03-23T19:35:21.433Z Downloaded relative-path v1.9.3
18612026-03-23T19:35:21.433Z Downloaded stringmetrics v2.2.2
18622026-03-23T19:35:21.433Z Downloaded rand_distr v0.5.1
18632026-03-23T19:35:21.437Z Downloaded blake2b_simd v1.0.4
18642026-03-23T19:35:21.437Z Downloaded path-tree v0.8.3
18652026-03-23T19:35:21.440Z Downloaded miette v5.10.0
18662026-03-23T19:35:21.440Z Downloaded target-spec v3.5.7
18672026-03-23T19:35:21.443Z Downloaded httptest v0.16.4
18682026-03-23T19:35:21.451Z Downloaded trybuild v1.0.116
18692026-03-23T19:35:21.458Z Downloaded toml v1.0.3+spec-1.1.0
18702026-03-23T19:35:21.463Z Downloaded rstest_macros v0.25.0
18712026-03-23T19:35:21.467Z Downloaded rstest v0.25.0
18722026-03-23T19:35:21.471Z Downloaded criterion v0.7.0
18732026-03-23T19:35:21.477Z Downloaded chumsky v0.9.3
18742026-03-23T19:35:21.477Z Downloaded plotters v0.3.7
18752026-03-23T19:35:21.482Z Downloaded backtrace v0.3.76
18762026-03-23T19:35:21.486Z Downloaded knuffel v3.2.0
18772026-03-23T19:35:21.489Z Downloaded guppy v0.17.25
18782026-03-23T19:35:21.493Z Downloaded textwrap v0.15.2
18792026-03-23T19:35:21.493Z Downloaded hashbrown v0.14.5
18802026-03-23T19:35:21.510Z Downloaded gimli v0.32.3
18812026-03-23T19:35:21.606Z Downloaded httpmock v0.8.3
18822026-03-23T19:35:23.778Z Checking cfg-if v1.0.4
18832026-03-23T19:35:24.191Z Checking libc v0.2.180
18842026-03-23T19:35:24.194Z Checking serde_core v1.0.228
18852026-03-23T19:35:24.286Z Checking memchr v2.8.0
18862026-03-23T19:35:24.336Z Checking smallvec v1.15.1
18872026-03-23T19:35:24.383Z Checking itoa v1.0.17
18882026-03-23T19:35:24.431Z Checking log v0.4.29
18892026-03-23T19:35:24.487Z Checking zeroize v1.8.2
18902026-03-23T19:35:24.490Z Checking libm v0.2.16
18912026-03-23T19:35:24.603Z Checking scopeguard v1.2.0
18922026-03-23T19:35:24.603Z Checking stable_deref_trait v1.2.1
18932026-03-23T19:35:24.707Z Checking zmij v1.0.21
18942026-03-23T19:35:24.761Z Checking zerofrom v0.1.6
18952026-03-23T19:35:24.814Z Checking percent-encoding v2.3.2
18962026-03-23T19:35:24.866Z Checking lock_api v0.4.14
18972026-03-23T19:35:24.916Z Checking errno v0.3.14
18982026-03-23T19:35:24.916Z Checking getrandom v0.2.17
18992026-03-23T19:35:25.007Z Checking yoke v0.8.1
19002026-03-23T19:35:25.053Z Checking litemap v0.8.1
19012026-03-23T19:35:25.056Z Checking writeable v0.6.2
19022026-03-23T19:35:25.150Z Checking icu_normalizer_data v2.1.1
19032026-03-23T19:35:25.153Z Checking icu_properties_data v2.1.2
19042026-03-23T19:35:25.243Z Checking form_urlencoded v1.2.2
19052026-03-23T19:35:25.291Z Checking zerovec v0.11.5
19062026-03-23T19:35:25.338Z Checking zerotrie v0.2.3
19072026-03-23T19:35:25.387Z Checking utf8_iter v1.0.4
19082026-03-23T19:35:25.387Z Checking subtle v2.6.1
19092026-03-23T19:35:25.481Z Checking rand_core v0.10.0
19102026-03-23T19:35:25.484Z Checking rand_core v0.6.4
19112026-03-23T19:35:25.576Z Checking portable-atomic v1.13.1
19122026-03-23T19:35:25.579Z Checking num-traits v0.2.19
19132026-03-23T19:35:25.668Z Checking pin-project-lite v0.2.17
19142026-03-23T19:35:25.715Z Checking getrandom v0.4.1
19152026-03-23T19:35:25.718Z Checking zerocopy v0.8.40
19162026-03-23T19:35:25.809Z Checking critical-section v1.2.0
19172026-03-23T19:35:25.861Z Checking parking_lot_core v0.9.12
19182026-03-23T19:35:25.933Z Checking tinystr v0.8.2
19192026-03-23T19:35:25.936Z Checking potential_utf v0.1.4
19202026-03-23T19:35:26.032Z Checking signal-hook-registry v1.4.8
19212026-03-23T19:35:26.143Z Checking parking_lot v0.12.5
19222026-03-23T19:35:26.193Z Checking icu_collections v2.1.1
19232026-03-23T19:35:26.242Z Checking icu_locale_core v2.1.1
19242026-03-23T19:35:26.245Z Checking once_cell v1.21.3
19252026-03-23T19:35:26.336Z Checking mio v1.1.1
19262026-03-23T19:35:26.397Z Checking typenum v1.19.0
19272026-03-23T19:35:26.449Z Checking serde v1.0.228
19282026-03-23T19:35:26.449Z Checking serde_json v1.0.149
19292026-03-23T19:35:26.545Z Checking bitflags v2.11.0
19302026-03-23T19:35:26.626Z Checking iana-time-zone v0.1.65
19312026-03-23T19:35:26.757Z Checking socket2 v0.6.2
19322026-03-23T19:35:26.819Z Checking semver v1.0.27
19332026-03-23T19:35:26.819Z Checking uuid v1.21.0
19342026-03-23T19:35:27.060Z Checking icu_provider v2.1.1
19352026-03-23T19:35:27.111Z Checking bytes v1.11.1
19362026-03-23T19:35:27.115Z Checking chrono v0.4.44
19372026-03-23T19:35:27.203Z Checking generic-array v0.14.7
19382026-03-23T19:35:27.254Z Checking thiserror v2.0.18
19392026-03-23T19:35:27.318Z Checking allocator-api2 v0.2.21
19402026-03-23T19:35:27.396Z Checking icu_properties v2.1.2
19412026-03-23T19:35:27.445Z Checking icu_normalizer v2.1.1
19422026-03-23T19:35:27.495Z Checking futures-core v0.3.32
19432026-03-23T19:35:27.696Z Checking dyn-clone v1.0.20
19442026-03-23T19:35:27.748Z Checking tokio v1.49.0
19452026-03-23T19:35:27.801Z Checking equivalent v1.0.2
19462026-03-23T19:35:27.876Z Checking crypto-common v0.1.7
19472026-03-23T19:35:27.936Z Checking const-oid v0.9.6
19482026-03-23T19:35:27.993Z Checking foldhash v0.2.0
19492026-03-23T19:35:27.996Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19502026-03-23T19:35:28.086Z Checking block-buffer v0.10.4
19512026-03-23T19:35:28.225Z Checking hashbrown v0.16.1
19522026-03-23T19:35:28.299Z Checking futures-sink v0.3.32
19532026-03-23T19:35:28.354Z Checking byteorder v1.5.0
19542026-03-23T19:35:28.461Z Checking rustix v1.1.3
19552026-03-23T19:35:28.464Z Checking futures-channel v0.3.32
19562026-03-23T19:35:28.573Z Checking idna_adapter v1.2.1
19572026-03-23T19:35:28.703Z Checking futures-task v0.3.32
19582026-03-23T19:35:28.753Z Checking futures-io v0.3.32
19592026-03-23T19:35:28.799Z Checking idna v1.1.0
19602026-03-23T19:35:28.927Z Checking slab v0.4.12
19612026-03-23T19:35:28.974Z Checking cpufeatures v0.2.17
19622026-03-23T19:35:28.977Z Checking digest v0.10.7
19632026-03-23T19:35:28.977Z Checking indexmap v2.13.0
19642026-03-23T19:35:29.109Z Checking thiserror v1.0.69
19652026-03-23T19:35:29.156Z Checking url v2.5.8
19662026-03-23T19:35:29.202Z Checking futures-util v0.3.32
19672026-03-23T19:35:29.270Z Checking getrandom v0.3.4
19682026-03-23T19:35:29.318Z Checking fnv v1.0.7
19692026-03-23T19:35:29.470Z Checking regex-syntax v0.8.10
19702026-03-23T19:35:29.518Z Checking base64 v0.22.1
19712026-03-23T19:35:29.744Z Checking http v1.4.0
19722026-03-23T19:35:29.794Z Checking schemars v0.8.22
19732026-03-23T19:35:29.797Z Checking ppv-lite86 v0.2.21
19742026-03-23T19:35:29.903Z Checking tracing-core v0.1.36
19752026-03-23T19:35:29.906Z Checking unicode-ident v1.0.24
19762026-03-23T19:35:30.132Z Checking ipnet v2.11.0
19772026-03-23T19:35:30.301Z Checking proc-macro2 v1.0.106
19782026-03-23T19:35:30.357Z Checking tracing v0.1.44
19792026-03-23T19:35:30.512Z Checking anstyle v1.0.13
19802026-03-23T19:35:30.566Z Checking utf8parse v0.2.2
19812026-03-23T19:35:30.656Z Checking untrusted v0.9.0
19822026-03-23T19:35:30.725Z Checking aho-corasick v1.1.4
19832026-03-23T19:35:30.728Z Checking anstyle-parse v0.2.7
19842026-03-23T19:35:30.819Z Checking is_terminal_polyfill v1.70.2
19852026-03-23T19:35:30.823Z Checking quote v1.0.44
19862026-03-23T19:35:30.909Z Checking ring v0.17.14
19872026-03-23T19:35:30.970Z Checking base64ct v1.8.3
19882026-03-23T19:35:31.019Z Checking anstyle-query v1.1.5
19892026-03-23T19:35:31.125Z Checking syn v2.0.117
19902026-03-23T19:35:31.176Z Checking colorchoice v1.0.4
19912026-03-23T19:35:31.316Z Checking block-padding v0.3.3
19922026-03-23T19:35:31.364Z Checking anstream v0.6.21
19932026-03-23T19:35:31.367Z Checking rustls-pki-types v1.14.0
19942026-03-23T19:35:31.521Z Checking httparse v1.10.1
19952026-03-23T19:35:31.681Z Checking regex-automata v0.4.14
19962026-03-23T19:35:31.730Z Checking inout v0.1.4
19972026-03-23T19:35:31.786Z Checking terminal_size v0.4.3
19982026-03-23T19:35:31.827Z Checking crossbeam-utils v0.8.21
19992026-03-23T19:35:31.951Z Checking cipher v0.4.4
20002026-03-23T19:35:31.954Z Checking clap_lex v1.0.0
20012026-03-23T19:35:32.063Z Checking strsim v0.11.1
20022026-03-23T19:35:32.127Z Checking tokio-util v0.7.18
20032026-03-23T19:35:32.183Z Checking http-body v1.0.1
20042026-03-23T19:35:32.261Z Checking rand_core v0.9.5
20052026-03-23T19:35:32.312Z Checking clap_builder v4.5.60
20062026-03-23T19:35:32.358Z Checking sha2 v0.10.9
20072026-03-23T19:35:32.407Z Checking atomic-waker v1.1.2
20082026-03-23T19:35:32.410Z Checking pem-rfc7468 v0.7.0
20092026-03-23T19:35:32.524Z Checking httpdate v1.0.3
20102026-03-23T19:35:32.573Z Checking try-lock v0.2.5
20112026-03-23T19:35:32.693Z Checking hmac v0.12.1
20122026-03-23T19:35:32.743Z Checking want v0.3.1
20132026-03-23T19:35:32.746Z Checking pin-utils v0.1.0
20142026-03-23T19:35:32.833Z Checking tower-layer v0.3.3
20152026-03-23T19:35:32.880Z Checking ryu v1.0.23
20162026-03-23T19:35:32.927Z Checking tower-service v0.3.3
20172026-03-23T19:35:32.978Z Checking h2 v0.4.13
20182026-03-23T19:35:32.978Z Checking rand_chacha v0.9.0
20192026-03-23T19:35:33.071Z Checking erased-serde v0.3.31
20202026-03-23T19:35:33.118Z Checking flagset v0.4.7
20212026-03-23T19:35:33.121Z Checking powerfmt v0.2.0
20222026-03-23T19:35:33.319Z Checking rand v0.9.2
20232026-03-23T19:35:33.367Z Checking der v0.7.10
20242026-03-23T19:35:33.370Z Checking deranged v0.5.8
20252026-03-23T19:35:33.685Z Checking slog v2.8.2
20262026-03-23T19:35:33.994Z Checking spin v0.9.8
20272026-03-23T19:35:33.998Z Checking clap v4.5.60
20282026-03-23T19:35:34.089Z Checking anyhow v1.0.102
20292026-03-23T19:35:34.176Z Checking time-core v0.1.8
20302026-03-23T19:35:34.226Z Checking num-conv v0.2.0
20312026-03-23T19:35:34.275Z Checking num_threads v0.1.7
20322026-03-23T19:35:34.380Z Checking http-body-util v0.1.3
20332026-03-23T19:35:34.432Z Checking aws-lc-sys v0.37.1
20342026-03-23T19:35:34.473Z Checking untrusted v0.7.1
20352026-03-23T19:35:34.476Z Checking openssl-probe v0.2.1
20362026-03-23T19:35:34.476Z Checking regex v1.12.3
20372026-03-23T19:35:34.565Z Checking serde_urlencoded v0.7.1
20382026-03-23T19:35:34.658Z Checking rand_chacha v0.3.1
20392026-03-23T19:35:34.711Z Checking fastrand v2.3.0
20402026-03-23T19:35:34.763Z Checking spki v0.7.3
20412026-03-23T19:35:34.767Z Checking time v0.3.47
20422026-03-23T19:35:34.925Z Checking pbkdf2 v0.12.2
20432026-03-23T19:35:34.975Z Checking rand v0.8.5
20442026-03-23T19:35:34.978Z Checking aes v0.8.4
20452026-03-23T19:35:35.067Z Checking pretty-hex v0.4.1
20462026-03-23T19:35:35.070Z Checking unicode-width v0.2.0
20472026-03-23T19:35:35.160Z Checking salsa20 v0.10.2
20482026-03-23T19:35:35.210Z Checking aws-lc-rs v1.16.0
20492026-03-23T19:35:35.257Z Checking cbc v0.1.2
20502026-03-23T19:35:35.368Z Checking ipnetwork v0.21.1
20512026-03-23T19:35:35.456Z Checking hex v0.4.3
20522026-03-23T19:35:35.504Z Checking scrypt v0.11.0
20532026-03-23T19:35:35.580Z Checking tempfile v3.25.0
20542026-03-23T19:35:35.683Z Checking rustls-native-certs v0.8.3
20552026-03-23T19:35:35.731Z Checking sync_wrapper v1.0.2
20562026-03-23T19:35:35.734Z Checking plain v0.2.3
20572026-03-23T19:35:35.824Z Checking pkcs5 v0.7.1
20582026-03-23T19:35:35.873Z Checking webpki-roots v1.0.6
20592026-03-23T19:35:35.921Z Checking camino v1.2.2
20602026-03-23T19:35:35.924Z Checking ucd-trie v0.1.7
20612026-03-23T19:35:36.012Z Checking tower v0.5.3
20622026-03-23T19:35:36.060Z Checking iri-string v0.7.10
20632026-03-23T19:35:36.166Z Checking pest v2.8.6
20642026-03-23T19:35:36.215Z Checking pkcs8 v0.10.2
20652026-03-23T19:35:36.302Z Checking openapiv3 v2.2.0
20662026-03-23T19:35:36.406Z Checking rustls-webpki v0.103.9
20672026-03-23T19:35:36.455Z Checking either v1.15.0
20682026-03-23T19:35:36.504Z Checking mime v0.3.17
20692026-03-23T19:35:36.567Z Checking winnow v0.7.14
20702026-03-23T19:35:36.666Z Checking hyper v1.8.1
20712026-03-23T19:35:36.739Z Checking oxnet v0.1.4
20722026-03-23T19:35:36.788Z Checking lazy_static v1.5.0
20732026-03-23T19:35:36.942Z Checking static_assertions v1.1.0
20742026-03-23T19:35:37.008Z Checking rustls v0.23.37
20752026-03-23T19:35:37.068Z Checking signature v2.2.0
20762026-03-23T19:35:37.117Z Checking encoding_rs v0.8.35
20772026-03-23T19:35:37.269Z Checking foreign-types-shared v0.1.1
20782026-03-23T19:35:37.413Z Checking simd-adler32 v0.3.8
20792026-03-23T19:35:37.544Z Checking tower-http v0.6.8
20802026-03-23T19:35:37.680Z Checking foreign-types v0.3.2
20812026-03-23T19:35:37.683Z Checking hubpack v0.1.2
20822026-03-23T19:35:37.807Z Checking openssl-sys v0.9.111
20832026-03-23T19:35:37.943Z Checking adler2 v2.0.1
20842026-03-23T19:35:37.946Z Checking hyper-util v0.1.20
20852026-03-23T19:35:38.039Z Checking sha1 v0.10.6
20862026-03-23T19:35:38.119Z Checking strum v0.26.3
20872026-03-23T19:35:38.122Z Checking miniz_oxide v0.8.9
20882026-03-23T19:35:38.270Z Checking data-encoding v2.10.0
20892026-03-23T19:35:38.320Z Checking tinyvec_macros v0.1.1
20902026-03-23T19:35:38.324Z Checking toml_datetime v0.6.11
20912026-03-23T19:35:38.441Z Checking tinyvec v1.10.0
20922026-03-23T19:35:38.444Z Checking serde_spanned v0.6.9
20932026-03-23T19:35:38.535Z Checking openssl v0.10.75
20942026-03-23T19:35:38.639Z Checking num-integer v0.1.46
20952026-03-23T19:35:38.687Z Checking scroll v0.13.0
20962026-03-23T19:35:38.691Z Checking memmap2 v0.9.10
20972026-03-23T19:35:38.691Z Checking bit-vec v0.8.0
20982026-03-23T19:35:38.893Z Checking base16ct v0.2.0
20992026-03-23T19:35:38.973Z Checking dtrace-parser v0.3.0
21002026-03-23T19:35:38.976Z Checking crossbeam-epoch v0.9.18
21012026-03-23T19:35:39.068Z Checking bit-set v0.8.0
21022026-03-23T19:35:39.072Z Checking goblin v0.10.5
21032026-03-23T19:35:39.161Z Checking sec1 v0.7.3
21042026-03-23T19:35:39.294Z Checking crc32fast v1.5.0
21052026-03-23T19:35:39.343Z Checking ff v0.13.1
21062026-03-23T19:35:39.391Z Checking wait-timeout v0.2.1
21072026-03-23T19:35:39.462Z Checking thread-id v5.1.0
21082026-03-23T19:35:39.513Z Checking num-iter v0.1.45
21092026-03-23T19:35:39.561Z Checking group v0.13.0
21102026-03-23T19:35:39.610Z Checking bstr v1.12.1
21112026-03-23T19:35:39.615Z Checking hkdf v0.12.4
21122026-03-23T19:35:39.708Z Checking ahash v0.8.12
21132026-03-23T19:35:39.711Z Checking crypto-bigint v0.5.5
21142026-03-23T19:35:39.809Z Checking quick-error v1.2.3
21152026-03-23T19:35:39.858Z Checking psl-types v2.0.11
21162026-03-23T19:35:39.977Z Checking rusty-fork v0.3.1
21172026-03-23T19:35:40.027Z Checking cookie v0.18.1
21182026-03-23T19:35:40.073Z Checking publicsuffix v2.3.0
21192026-03-23T19:35:40.237Z Checking rand_xorshift v0.4.0
21202026-03-23T19:35:40.240Z Checking scroll v0.12.0
21212026-03-23T19:35:40.332Z Checking unarray v0.1.4
21222026-03-23T19:35:40.335Z Checking tokio-rustls v0.26.4
21232026-03-23T19:35:40.425Z Checking cookie_store v0.22.1
21242026-03-23T19:35:40.428Z Checking rustls-platform-verifier v0.6.2
21252026-03-23T19:35:40.517Z Checking proptest v1.10.0
21262026-03-23T19:35:40.612Z Checking goblin v0.8.2
21272026-03-23T19:35:40.676Z Checking num-bigint-dig v0.8.6
21282026-03-23T19:35:40.724Z Checking hyper-rustls v0.27.7
21292026-03-23T19:35:40.895Z Checking pkcs1 v0.7.5
21302026-03-23T19:35:41.029Z Checking x509-cert v0.2.5
21312026-03-23T19:35:41.115Z Checking elliptic-curve v0.13.8
21322026-03-23T19:35:41.206Z Checking zerocopy v0.7.35
21332026-03-23T19:35:41.399Z Checking native-tls v0.2.18
21342026-03-23T19:35:41.568Z Checking unicode-segmentation v1.12.0
21352026-03-23T19:35:41.663Z Checking tokio-native-tls v0.3.1
21362026-03-23T19:35:41.866Z Checking zlib-rs v0.6.2
21372026-03-23T19:35:41.916Z Checking hyper-tls v0.6.0
21382026-03-23T19:35:41.964Z Checking rsa v0.9.10
21392026-03-23T19:35:41.967Z Checking reqwest v0.13.2
21402026-03-23T19:35:42.058Z Checking crossbeam-deque v0.8.6
21412026-03-23T19:35:42.167Z Checking reqwest v0.12.28
21422026-03-23T19:35:42.324Z Checking dtrace-parser v0.2.0
21432026-03-23T19:35:42.375Z Checking dof v0.4.0
21442026-03-23T19:35:42.614Z Checking rfc6979 v0.4.0
21452026-03-23T19:35:42.673Z Checking thread-id v4.2.2
21462026-03-23T19:35:42.799Z Checking toml_write v0.1.2
21472026-03-23T19:35:42.846Z Checking ecdsa v0.16.9
21482026-03-23T19:35:43.057Z Checking toml_edit v0.22.27
21492026-03-23T19:35:43.108Z Checking newtype-uuid v1.3.2
21502026-03-23T19:35:43.154Z Checking flate2 v1.1.9
21512026-03-23T19:35:43.203Z Checking toml_parser v1.0.9+spec-1.1.0
21522026-03-23T19:35:43.262Z Checking usdt-impl v0.6.0
21532026-03-23T19:35:43.265Z Checking dof v0.3.0
21542026-03-23T19:35:43.361Z Checking curve25519-dalek v4.1.3
21552026-03-23T19:35:43.364Z Checking memoffset v0.9.1
21562026-03-23T19:35:43.455Z Checking rustix v0.38.44
21572026-03-23T19:35:43.544Z Checking env_filter v1.0.0
21582026-03-23T19:35:43.593Z Checking keccak v0.1.6
21592026-03-23T19:35:43.665Z Checking usdt-impl v0.5.0
21602026-03-23T19:35:43.714Z Checking daft v0.1.5
21612026-03-23T19:35:43.717Z Checking usdt v0.6.0
21622026-03-23T19:35:43.808Z Checking env_logger v0.11.9
21632026-03-23T19:35:43.855Z Checking sha3 v0.10.8
21642026-03-23T19:35:44.003Z Checking ed25519 v2.2.3
21652026-03-23T19:35:44.057Z Checking itertools v0.13.0
21662026-03-23T19:35:44.106Z Checking serde_with v3.17.0
21672026-03-23T19:35:44.109Z Checking siphasher v1.0.2
21682026-03-23T19:35:44.198Z Checking bitflags v1.3.2
21692026-03-23T19:35:44.270Z Checking unicode-normalization v0.1.25
21702026-03-23T19:35:44.327Z Checking signal-hook v0.3.18
21712026-03-23T19:35:44.397Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-03-23T19:35:44.458Z Checking ed25519-dalek v2.2.0
21732026-03-23T19:35:44.594Z Checking winnow v0.5.40
21742026-03-23T19:35:44.643Z Checking managed v0.8.0
21752026-03-23T19:35:44.647Z Checking nix v0.31.1
21762026-03-23T19:35:44.736Z Checking rayon-core v1.13.0
21772026-03-23T19:35:44.813Z Checking bzip2-sys v0.1.13+1.0.8
21782026-03-23T19:35:44.861Z Checking object v0.37.3
21792026-03-23T19:35:44.926Z Checking foldhash v0.1.5
21802026-03-23T19:35:44.975Z Checking bzip2 v0.4.4
21812026-03-23T19:35:45.136Z Checking hashbrown v0.15.5
21822026-03-23T19:35:45.216Z Checking signal-hook-mio v0.2.5
21832026-03-23T19:35:45.219Z Checking ref-cast v1.0.25
21842026-03-23T19:35:45.381Z Checking zstd-sys v2.0.16+zstd.1.5.7
21852026-03-23T19:35:45.431Z Checking zip v0.6.6
21862026-03-23T19:35:45.564Z Checking libbz2-rs-sys v0.2.2
21872026-03-23T19:35:45.613Z Checking zstd-safe v7.2.4
21882026-03-23T19:35:45.821Z Checking bumpalo v3.20.2
21892026-03-23T19:35:45.870Z Checking zstd v0.13.3
21902026-03-23T19:35:45.917Z Checking crossterm v0.28.1
21912026-03-23T19:35:46.116Z Checking bzip2 v0.6.1
21922026-03-23T19:35:46.119Z Checking zopfli v0.8.3
21932026-03-23T19:35:46.212Z Checking rayon v1.11.0
21942026-03-23T19:35:46.215Z Checking toml_edit v0.19.15
21952026-03-23T19:35:46.253Z Checking similar v2.7.0
21962026-03-23T19:35:46.256Z Checking fs-err v3.3.0
21972026-03-23T19:35:46.392Z Checking hash32 v0.2.1
21982026-03-23T19:35:46.634Z Checking serde-big-array v0.5.1
21992026-03-23T19:35:46.638Z Checking unicode-bidi v0.3.18
22002026-03-23T19:35:46.729Z Checking jiff v0.2.21
22012026-03-23T19:35:46.838Z Checking unicode-properties v0.1.4
22022026-03-23T19:35:46.893Z Checking predicates-core v1.0.10
22032026-03-23T19:35:46.943Z Checking heapless v0.7.17
22042026-03-23T19:35:47.092Z Checking hickory-proto v0.25.2
22052026-03-23T19:35:47.142Z Checking tokio-stream v0.1.18
22062026-03-23T19:35:47.145Z Checking stringprep v0.1.5
22072026-03-23T19:35:47.420Z Checking md-5 v0.10.6
22082026-03-23T19:35:47.540Z Checking float-cmp v0.10.0
22092026-03-23T19:35:47.631Z Checking difflib v0.4.0
22102026-03-23T19:35:47.684Z Checking toml v0.7.8
22112026-03-23T19:35:47.687Z Checking normalize-line-endings v0.3.0
22122026-03-23T19:35:47.778Z Checking fallible-iterator v0.2.0
22132026-03-23T19:35:47.883Z Checking rustc-hash v2.1.1
22142026-03-23T19:35:47.930Z Checking predicates v3.1.4
22152026-03-23T19:35:48.064Z Checking iddqd v0.3.17
22162026-03-23T19:35:48.155Z Checking smoltcp v0.9.1
22172026-03-23T19:35:48.206Z Checking postgres-protocol v0.6.10
22182026-03-23T19:35:48.209Z Checking phf_shared v0.13.1
22192026-03-23T19:35:48.298Z Checking phf_shared v0.11.3
22202026-03-23T19:35:48.365Z Checking itertools v0.12.1
22212026-03-23T19:35:48.516Z Checking console v0.16.2
22222026-03-23T19:35:48.564Z Checking buf-list v1.1.2
22232026-03-23T19:35:48.701Z Checking strum v0.27.2
22242026-03-23T19:35:48.832Z Checking unit-prefix v0.5.2
22252026-03-23T19:35:48.882Z Checking fixedbitset v0.4.2
22262026-03-23T19:35:48.950Z Checking precomputed-hash v0.1.1
22272026-03-23T19:35:48.999Z Checking fixedbitset v0.5.7
22282026-03-23T19:35:49.047Z Checking lalrpop-util v0.19.12
22292026-03-23T19:35:49.095Z Checking new_debug_unreachable v1.0.6
22302026-03-23T19:35:49.142Z Checking petgraph v0.6.5
22312026-03-23T19:35:49.219Z Checking string_cache v0.8.9
22322026-03-23T19:35:49.268Z Checking indicatif v0.18.4
22332026-03-23T19:35:49.316Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-23T19:35:49.319Z Checking petgraph v0.8.3
22352026-03-23T19:35:49.470Z Checking postgres-types v0.2.12
22362026-03-23T19:35:49.775Z Checking zone v0.3.1
22372026-03-23T19:35:49.824Z Checking phf v0.13.1
22382026-03-23T19:35:49.919Z Checking zip v4.6.1
22392026-03-23T19:35:49.969Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22402026-03-23T19:35:50.063Z Checking peg-runtime v0.8.5
22412026-03-23T19:35:50.281Z Checking whoami v2.1.0
22422026-03-23T19:35:50.376Z Checking futures-executor v0.3.32
22432026-03-23T19:35:50.469Z Checking is-terminal v0.4.17
22442026-03-23T19:35:50.566Z Checking tokio-postgres v0.7.16
22452026-03-23T19:35:50.615Z Checking futures v0.3.32
22462026-03-23T19:35:50.661Z Checking crossbeam-channel v0.5.15
22472026-03-23T19:35:50.735Z Compiling structmeta-derive v0.3.0
22482026-03-23T19:35:50.783Z Checking thread_local v1.1.9
22492026-03-23T19:35:50.902Z Checking take_mut v0.2.2
22502026-03-23T19:35:50.950Z Checking term v1.2.1
22512026-03-23T19:35:51.028Z Compiling newtype-uuid-macros v0.1.0
22522026-03-23T19:35:51.075Z Checking regress v0.10.5
22532026-03-23T19:35:51.148Z Checking slog-async v2.8.0
22542026-03-23T19:35:51.270Z Checking slog-term v2.9.2
22552026-03-23T19:35:51.409Z Compiling rustls v0.22.4
22562026-03-23T19:35:51.603Z Compiling multer v3.1.0
22572026-03-23T19:35:51.656Z Compiling async-stream-impl v0.3.6
22582026-03-23T19:35:51.769Z Compiling dropshot v0.16.7
22592026-03-23T19:35:51.980Z Compiling dropshot_endpoint v0.16.7
22602026-03-23T19:35:52.098Z Checking match_cfg v0.1.0
22612026-03-23T19:35:52.164Z Checking slog-json v2.6.1
22622026-03-23T19:35:52.216Z Compiling structmeta v0.3.0
22632026-03-23T19:35:52.263Z Checking hostname v0.3.1
22642026-03-23T19:35:52.314Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652026-03-23T19:35:52.433Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-03-23T19:35:52.436Z Checking slog-bunyan v2.5.0
22672026-03-23T19:35:52.530Z Checking debug-ignore v1.0.5
22682026-03-23T19:35:52.533Z Compiling derive-ex v0.1.8
22692026-03-23T19:35:52.628Z Checking serde_spanned v1.0.4
22702026-03-23T19:35:52.678Z Checking toml_writer v1.0.6+spec-1.1.0
22712026-03-23T19:35:52.726Z Checking progenitor-client v0.13.0
22722026-03-23T19:35:52.836Z Checking rustls-webpki v0.102.8
22732026-03-23T19:35:52.840Z Checking serde_path_to_error v0.1.20
22742026-03-23T19:35:52.956Z Checking toml v0.9.12+spec-1.1.0
22752026-03-23T19:35:53.007Z Checking async-stream v0.3.6
22762026-03-23T19:35:53.057Z Checking waitgroup v0.1.2
22772026-03-23T19:35:53.208Z Checking rustls-pemfile v2.2.0
22782026-03-23T19:35:53.267Z Checking hostname v0.4.2
22792026-03-23T19:35:53.315Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22802026-03-23T19:35:53.412Z Compiling parse-display-derive v0.10.0
22812026-03-23T19:35:53.459Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22822026-03-23T19:35:53.462Z Checking itertools v0.14.0
22832026-03-23T19:35:53.551Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22842026-03-23T19:35:53.725Z Checking macaddr v1.0.1
22852026-03-23T19:35:53.804Z Checking progenitor-client v0.10.0
22862026-03-23T19:35:53.995Z Checking instant v0.1.13
22872026-03-23T19:35:54.105Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22882026-03-23T19:35:54.154Z Checking backoff v0.4.0
22892026-03-23T19:35:54.157Z Checking backon v1.6.0
22902026-03-23T19:35:54.377Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22912026-03-23T19:35:54.475Z Checking progenitor-extras v0.1.1
22922026-03-23T19:35:54.478Z Checking heck v0.5.0
22932026-03-23T19:35:54.668Z Checking camino-tempfile v1.4.1
22942026-03-23T19:35:54.888Z Checking toml v0.8.23
22952026-03-23T19:35:54.985Z Compiling test-strategy v0.4.5
22962026-03-23T19:35:55.033Z Compiling unsafe-libyaml v0.2.11
22972026-03-23T19:35:55.088Z Compiling convert_case v0.4.0
22982026-03-23T19:35:55.398Z Checking secrecy v0.10.3
22992026-03-23T19:35:55.468Z Checking tokio-rustls v0.25.0
23002026-03-23T19:35:55.595Z Compiling crucible-workspace-hack v0.1.0
23012026-03-23T19:35:55.649Z Compiling derive_more v0.99.20
23022026-03-23T19:35:55.823Z Checking parse-display v0.10.0
23032026-03-23T19:35:55.870Z Compiling serde_yaml v0.9.34+deprecated
23042026-03-23T19:35:56.099Z Checking typify-impl v0.6.1
23052026-03-23T19:35:56.290Z Compiling toml_edit v0.23.10+spec-1.0.0
23062026-03-23T19:35:57.057Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23072026-03-23T19:35:57.589Z Compiling proc-macro-crate v3.4.0
23082026-03-23T19:35:57.659Z Checking half v2.7.1
23092026-03-23T19:35:57.818Z Checking ciborium-io v0.2.2
23102026-03-23T19:35:57.934Z Checking glob v0.3.3
23112026-03-23T19:35:57.983Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-03-23T19:35:58.053Z Checking ciborium-ll v0.2.2
23132026-03-23T19:35:58.211Z Compiling heapless v0.8.0
23142026-03-23T19:35:58.329Z Checking ciborium v0.2.2
23152026-03-23T19:35:58.402Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23162026-03-23T19:35:58.418Z Compiling ingot-macros v0.1.1
23172026-03-23T19:35:58.466Z Checking tabwriter v1.4.1
23182026-03-23T19:35:58.693Z Checking hash32 v0.3.1
23192026-03-23T19:35:58.840Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-03-23T19:35:58.886Z Compiling smoltcp v0.11.0
23212026-03-23T19:35:58.980Z Compiling num_enum_derive v0.7.5
23222026-03-23T19:35:59.168Z Checking cobs v0.3.0
23232026-03-23T19:35:59.253Z Compiling foreign-types-macros v0.2.3
23242026-03-23T19:35:59.406Z Checking foreign-types-shared v0.3.1
23252026-03-23T19:35:59.467Z Checking cpufeatures v0.3.0
23262026-03-23T19:35:59.562Z Checking postcard v1.1.3
23272026-03-23T19:35:59.609Z Checking chacha20 v0.10.0
23282026-03-23T19:36:00.101Z Checking foreign-types v0.5.0
23292026-03-23T19:36:00.151Z Compiling proc-macro-crate v1.3.1
23302026-03-23T19:36:00.218Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-03-23T19:36:00.266Z Checking sigpipe v0.1.3
23322026-03-23T19:36:00.408Z Checking cstr-argument v0.1.2
23332026-03-23T19:36:00.456Z Checking num_enum v0.7.5
23342026-03-23T19:36:00.545Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-03-23T19:36:00.603Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-23T19:36:00.651Z Checking colored v3.1.1
23372026-03-23T19:36:00.750Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23382026-03-23T19:36:00.954Z Compiling num_enum_derive v0.5.11
23392026-03-23T19:36:01.002Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-03-23T19:36:01.113Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-03-23T19:36:01.159Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23422026-03-23T19:36:01.247Z Checking rand v0.10.0
23432026-03-23T19:36:01.295Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23442026-03-23T19:36:01.298Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-03-23T19:36:01.415Z Checking indent_write v2.2.0
23462026-03-23T19:36:01.618Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23472026-03-23T19:36:01.750Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23482026-03-23T19:36:01.954Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23492026-03-23T19:36:02.013Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23502026-03-23T19:36:02.107Z Checking smf v0.2.3
23512026-03-23T19:36:02.282Z Compiling num-derive v0.4.2
23522026-03-23T19:36:02.392Z Checking ingot-types v0.1.2
23532026-03-23T19:36:02.439Z Checking num_enum v0.5.11
23542026-03-23T19:36:02.486Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23552026-03-23T19:36:02.489Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23562026-03-23T19:36:02.614Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23572026-03-23T19:36:02.800Z Checking whoami v1.6.1
23582026-03-23T19:36:02.861Z Checking universal-hash v0.5.1
23592026-03-23T19:36:02.910Z Checking ingot v0.1.1
23602026-03-23T19:36:03.057Z Checking opaque-debug v0.3.1
23612026-03-23T19:36:03.061Z Checking aead v0.5.2
23622026-03-23T19:36:03.150Z Checking swrite v0.1.0
23632026-03-23T19:36:03.201Z Checking poly1305 v0.8.0
23642026-03-23T19:36:03.204Z Checking chacha20 v0.9.1
23652026-03-23T19:36:03.291Z Compiling typify-macro v0.6.1
23662026-03-23T19:36:03.339Z Checking unicode-width v0.1.14
23672026-03-23T19:36:03.343Z Compiling thiserror-impl-no-std v2.0.2
23682026-03-23T19:36:03.488Z Checking password-hash v0.5.0
23692026-03-23T19:36:03.539Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-23T19:36:03.619Z Checking blake2 v0.10.6
23712026-03-23T19:36:03.703Z Checking chacha20poly1305 v0.10.1
23722026-03-23T19:36:03.822Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23732026-03-23T19:36:03.869Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23742026-03-23T19:36:03.916Z Checking byte-wrapper v0.1.0
23752026-03-23T19:36:03.973Z Checking argon2 v0.5.3
23762026-03-23T19:36:04.223Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23772026-03-23T19:36:04.270Z Compiling usdt-macro v0.5.0
23782026-03-23T19:36:04.317Z Compiling usdt-attr-macro v0.5.0
23792026-03-23T19:36:04.445Z Checking memmap v0.7.0
23802026-03-23T19:36:04.559Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23812026-03-23T19:36:04.647Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-03-23T19:36:05.020Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-03-23T19:36:05.069Z Checking thiserror-no-std v2.0.2
23842026-03-23T19:36:05.223Z Checking vsss-rs v3.3.4
23852026-03-23T19:36:05.292Z Compiling derive-where v1.6.0
23862026-03-23T19:36:05.340Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23872026-03-23T19:36:05.390Z Checking usdt v0.5.0
23882026-03-23T19:36:05.441Z Checking atomicwrites v0.4.4
23892026-03-23T19:36:05.640Z Checking console v0.15.11
23902026-03-23T19:36:05.644Z Checking tokio-dtrace v0.1.1
23912026-03-23T19:36:05.744Z Compiling typify v0.6.1
23922026-03-23T19:36:05.917Z Compiling progenitor-impl v0.13.0
23932026-03-23T19:36:06.018Z Checking oxide-tokio-rt v0.1.3
23942026-03-23T19:36:06.066Z Checking newline-converter v0.3.0
23952026-03-23T19:36:06.241Z Checking expectorate v1.2.0
23962026-03-23T19:36:06.287Z Compiling prettyplease v0.2.37
23972026-03-23T19:36:06.435Z Checking bytecount v0.6.9
23982026-03-23T19:36:06.625Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23992026-03-23T19:36:06.670Z Compiling owo-colors v4.3.0
24002026-03-23T19:36:06.716Z Compiling cancel-safe-futures v0.1.5
24012026-03-23T19:36:06.782Z Checking libsw-core v0.3.2
24022026-03-23T19:36:06.878Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24032026-03-23T19:36:06.927Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-03-23T19:36:07.005Z Checking libsw v3.5.0
24052026-03-23T19:36:07.164Z Checking same-file v1.0.6
24062026-03-23T19:36:07.257Z Checking linear-map v1.2.0
24072026-03-23T19:36:07.354Z Checking walkdir v2.5.0
24082026-03-23T19:36:07.357Z Checking num-rational v0.4.2
24092026-03-23T19:36:07.541Z Checking num-complex v0.4.6
24102026-03-23T19:36:07.589Z Checking float-ord v0.3.2
24112026-03-23T19:36:07.634Z Checking gethostname v0.5.0
24122026-03-23T19:36:07.849Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24132026-03-23T19:36:07.983Z Compiling async-recursion v1.1.1
24142026-03-23T19:36:08.062Z Checking num v0.4.3
24152026-03-23T19:36:08.110Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24162026-03-23T19:36:08.205Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24172026-03-23T19:36:08.252Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24182026-03-23T19:36:09.560Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24192026-03-23T19:36:09.608Z Compiling progenitor-macro v0.13.0
24202026-03-23T19:36:10.346Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-03-23T19:36:11.521Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24222026-03-23T19:36:12.264Z Checking smawk v0.3.2
24232026-03-23T19:36:12.467Z Checking unicode-linebreak v0.1.5
24242026-03-23T19:36:12.513Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24252026-03-23T19:36:12.666Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24262026-03-23T19:36:12.786Z Checking globset v0.4.18
24272026-03-23T19:36:13.288Z Compiling convert_case v0.10.0
24282026-03-23T19:36:13.864Z Compiling slog-dtrace v0.3.0
24292026-03-23T19:36:14.038Z Checking resolv-conf v0.7.6
24302026-03-23T19:36:14.240Z Compiling derive_more-impl v2.1.1
24312026-03-23T19:36:14.548Z Compiling pin-project-internal v1.1.11
24322026-03-23T19:36:14.710Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24332026-03-23T19:36:14.757Z Checking pem v3.0.6
24342026-03-23T19:36:15.012Z Checking fd-lock v4.0.4
24352026-03-23T19:36:15.062Z Checking vte v0.14.1
24362026-03-23T19:36:15.212Z Checking display-error-chain v0.2.2
24372026-03-23T19:36:15.303Z Checking strip-ansi-escapes v0.2.1
24382026-03-23T19:36:15.373Z Checking derive_more v2.1.1
24392026-03-23T19:36:15.421Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-03-23T19:36:15.424Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24412026-03-23T19:36:15.512Z Compiling snafu-derive v0.8.9
24422026-03-23T19:36:15.558Z Checking crossterm v0.29.0
24432026-03-23T19:36:15.624Z Checking nu-ansi-term v0.50.3
24442026-03-23T19:36:16.165Z Checking pin-project v1.1.11
24452026-03-23T19:36:16.301Z Checking termtree v0.5.1
24462026-03-23T19:36:16.349Z Checking linked-hash-map v0.5.6
24472026-03-23T19:36:16.396Z Checking reedline v0.40.0
24482026-03-23T19:36:16.514Z Checking textwrap v0.16.2
24492026-03-23T19:36:16.617Z Checking lru-cache v0.1.2
24502026-03-23T19:36:16.722Z Checking progenitor v0.13.0
24512026-03-23T19:36:16.810Z Checking olpc-cjson v0.1.4
24522026-03-23T19:36:16.858Z Checking hickory-proto v0.24.4
24532026-03-23T19:36:16.938Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24542026-03-23T19:36:17.026Z Checking serde_plain v1.0.2
24552026-03-23T19:36:17.259Z Compiling minimal-lexical v0.2.1
24562026-03-23T19:36:17.634Z Checking typed-path v0.9.3
24572026-03-23T19:36:18.026Z Compiling nom v7.1.3
24582026-03-23T19:36:18.217Z Checking snafu v0.8.9
24592026-03-23T19:36:18.568Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602026-03-23T19:36:18.770Z Checking tough v0.20.0
24612026-03-23T19:36:19.298Z Checking nibble_vec v0.1.0
24622026-03-23T19:36:19.346Z Checking endian-type v0.1.2
24632026-03-23T19:36:19.492Z Checking hickory-resolver v0.24.4
24642026-03-23T19:36:19.538Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24652026-03-23T19:36:19.585Z Checking radix_trie v0.2.1
24662026-03-23T19:36:19.944Z Compiling ar_archive_writer v0.5.1
24672026-03-23T19:36:19.991Z Checking humantime v2.3.0
24682026-03-23T19:36:20.261Z Checking base64 v0.21.7
24692026-03-23T19:36:20.384Z Checking csv-core v0.1.13
24702026-03-23T19:36:20.494Z Compiling stacker v0.1.23
24712026-03-23T19:36:20.542Z Checking qorb v0.4.1
24722026-03-23T19:36:20.620Z Checking highway v1.3.0
24732026-03-23T19:36:20.667Z Checking csv v1.4.0
24742026-03-23T19:36:20.862Z Compiling cfg_aliases v0.1.1
24752026-03-23T19:36:21.015Z Compiling nix v0.28.0
24762026-03-23T19:36:21.061Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24772026-03-23T19:36:21.107Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24782026-03-23T19:36:21.173Z Compiling psm v0.1.30
24792026-03-23T19:36:21.222Z Checking papergrid v0.11.0
24802026-03-23T19:36:21.519Z Compiling tabled_derive v0.7.0
24812026-03-23T19:36:21.566Z Checking home v0.5.12
24822026-03-23T19:36:21.768Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24832026-03-23T19:36:21.832Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24842026-03-23T19:36:22.101Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24852026-03-23T19:36:22.185Z Checking phf_shared v0.12.1
24862026-03-23T19:36:22.321Z Compiling recursive-proc-macro-impl v0.1.1
24872026-03-23T19:36:22.372Z Compiling semver v0.1.20
24882026-03-23T19:36:22.419Z Compiling chrono-tz v0.10.4
24892026-03-23T19:36:22.467Z Checking phf v0.12.1
24902026-03-23T19:36:22.726Z Compiling rustc_version v0.1.7
24912026-03-23T19:36:22.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922026-03-23T19:36:22.829Z Compiling const_format_proc_macros v0.2.34
24932026-03-23T19:36:22.917Z Checking tabled v0.15.0
24942026-03-23T19:36:22.920Z Checking recursive v0.1.1
24952026-03-23T19:36:23.011Z Compiling peg-macros v0.8.5
24962026-03-23T19:36:23.058Z Checking winnow v0.6.26
24972026-03-23T19:36:23.117Z Compiling sqlparser_derive v0.5.0
24982026-03-23T19:36:24.009Z Checking unicode_categories v0.1.1
24992026-03-23T19:36:24.248Z Checking sqlparser v0.61.0
25002026-03-23T19:36:24.327Z Checking rustyline v14.0.0
25012026-03-23T19:36:24.525Z Checking const_format v0.2.35
25022026-03-23T19:36:24.665Z Checking sqlformat v0.3.5
25032026-03-23T19:36:24.912Z Checking peg v0.8.5
25042026-03-23T19:36:25.030Z Compiling newtype_derive v0.1.6
25052026-03-23T19:36:25.307Z Checking bcs v0.1.6
25062026-03-23T19:36:25.400Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25072026-03-23T19:36:25.602Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25082026-03-23T19:36:25.661Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25092026-03-23T19:36:25.709Z Checking steno v0.4.1
25102026-03-23T19:36:26.028Z Checking utf-8 v0.7.6
25112026-03-23T19:36:26.074Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25122026-03-23T19:36:26.236Z Checking filetime v0.2.27
25132026-03-23T19:36:26.333Z Checking arc-swap v1.8.2
25142026-03-23T19:36:26.448Z Checking xattr v1.6.1
25152026-03-23T19:36:26.699Z Checking slog-scope v4.4.1
25162026-03-23T19:36:26.913Z Checking tar v0.4.44
25172026-03-23T19:36:26.962Z Checking slog-stdlog v4.1.1
25182026-03-23T19:36:27.112Z Checking tungstenite v0.21.0
25192026-03-23T19:36:27.165Z Checking slog-envlogger v2.2.0
25202026-03-23T19:36:27.396Z Compiling typify-impl v0.4.3
25212026-03-23T19:36:27.467Z Checking typeid v1.0.3
25222026-03-23T19:36:27.731Z Checking tokio-tungstenite v0.21.0
25232026-03-23T19:36:28.122Z Checking subprocess v0.2.15
25242026-03-23T19:36:28.169Z Checking headers-core v0.3.0
25252026-03-23T19:36:28.342Z Checking headers v0.4.1
25262026-03-23T19:36:28.540Z Compiling lzma-sys v0.1.20
25272026-03-23T19:36:28.870Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-03-23T19:36:29.015Z Compiling cargo_toml v0.22.3
25292026-03-23T19:36:29.146Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25302026-03-23T19:36:29.194Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-23T19:36:29.581Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25322026-03-23T19:36:29.717Z Checking yasna v0.5.2
25332026-03-23T19:36:30.278Z Checking rcgen v0.12.1
25342026-03-23T19:36:30.738Z Checking xz2 v0.1.7
25352026-03-23T19:36:30.997Z Checking ron v0.12.0
25362026-03-23T19:36:31.084Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25372026-03-23T19:36:31.188Z Checking base16ct v1.0.0
25382026-03-23T19:36:31.386Z Checking dropshot-api-manager-types v0.6.0
25392026-03-23T19:36:31.430Z Checking tagptr v0.2.0
25402026-03-23T19:36:31.642Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25412026-03-23T19:36:31.688Z Checking moka v0.12.13
25422026-03-23T19:36:31.900Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25432026-03-23T19:36:32.134Z Compiling radium v0.7.0
25442026-03-23T19:36:32.177Z Compiling libefi-sys v0.1.0
25452026-03-23T19:36:32.581Z Compiling bitfield-struct v0.6.2
25462026-03-23T19:36:32.627Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25472026-03-23T19:36:32.631Z Checking hickory-resolver v0.25.2
25482026-03-23T19:36:32.764Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-03-23T19:36:33.008Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25502026-03-23T19:36:33.116Z Compiling maybe-uninit v2.0.0
25512026-03-23T19:36:33.165Z Checking tap v1.0.1
25522026-03-23T19:36:33.341Z Checking wyz v0.5.1
25532026-03-23T19:36:33.453Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-23T19:36:33.701Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25552026-03-23T19:36:33.817Z Compiling typify-macro v0.4.3
25562026-03-23T19:36:33.820Z Compiling zerocopy-derive v0.6.6
25572026-03-23T19:36:33.935Z Checking funty v2.0.0
25582026-03-23T19:36:34.045Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-03-23T19:36:34.181Z Checking crc-catalog v2.4.0
25602026-03-23T19:36:34.294Z Compiling packed_struct v0.10.1
25612026-03-23T19:36:34.342Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-03-23T19:36:34.434Z Checking crc v3.4.0
25632026-03-23T19:36:34.446Z Checking bitvec v1.0.1
25642026-03-23T19:36:34.710Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25652026-03-23T19:36:34.840Z Compiling packed_struct_codegen v0.10.1
25662026-03-23T19:36:34.926Z Compiling bitfield-macros v0.19.4
25672026-03-23T19:36:34.980Z Compiling indexmap v1.9.3
25682026-03-23T19:36:35.032Z Checking zerocopy v0.6.6
25692026-03-23T19:36:35.265Z Checking nodrop v0.1.14
25702026-03-23T19:36:35.417Z Checking array-init v0.0.4
25712026-03-23T19:36:35.561Z Checking smallvec v0.6.14
25722026-03-23T19:36:35.857Z Checking hashbrown v0.12.3
25732026-03-23T19:36:35.915Z Checking bitfield v0.19.4
25742026-03-23T19:36:35.960Z Checking serde-hex v0.1.0
25752026-03-23T19:36:36.219Z Compiling typify v0.4.3
25762026-03-23T19:36:36.385Z Compiling progenitor-impl v0.10.0
25772026-03-23T19:36:36.478Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25782026-03-23T19:36:36.715Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25792026-03-23T19:36:37.000Z Checking ron v0.8.1
25802026-03-23T19:36:37.749Z Checking hashbrown v0.13.2
25812026-03-23T19:36:37.794Z Checking crc-any v2.5.0
25822026-03-23T19:36:37.950Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-03-23T19:36:38.042Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25842026-03-23T19:36:38.090Z Checking path-slash v0.1.5
25852026-03-23T19:36:38.137Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25862026-03-23T19:36:38.242Z Compiling xshell-macros v0.2.7
25872026-03-23T19:36:38.287Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-03-23T19:36:38.367Z Checking object v0.30.4
25892026-03-23T19:36:38.771Z Checking xshell v0.2.7
25902026-03-23T19:36:38.820Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-03-23T19:36:39.069Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25922026-03-23T19:36:39.726Z Checking half v1.8.3
25932026-03-23T19:36:40.029Z Compiling progenitor-macro v0.10.0
25942026-03-23T19:36:40.077Z Checking serde_cbor v0.11.2
25952026-03-23T19:36:40.123Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25962026-03-23T19:36:40.319Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-03-23T19:36:40.441Z Compiling num-derive v0.3.3
25982026-03-23T19:36:40.644Z Compiling proc-macro-error-attr2 v2.0.0
25992026-03-23T19:36:41.191Z Compiling proc-macro-error2 v2.0.1
26002026-03-23T19:36:41.447Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26012026-03-23T19:36:41.714Z Checking libscf-sys v1.1.0
26022026-03-23T19:36:41.719Z Compiling tabled_derive v0.11.0
26032026-03-23T19:36:41.903Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-03-23T19:36:41.964Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26052026-03-23T19:36:42.214Z Checking papergrid v0.17.0
26062026-03-23T19:36:42.291Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-03-23T19:36:42.640Z Checking testing_table v0.3.0
26082026-03-23T19:36:42.947Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26092026-03-23T19:36:43.143Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-23T19:36:43.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-03-23T19:36:43.383Z Checking maplit v1.0.2
26122026-03-23T19:36:43.383Z Checking tabled v0.20.0
26132026-03-23T19:36:43.448Z Checking crc8 v0.1.1
26142026-03-23T19:36:43.737Z Checking fxhash v0.2.1
26152026-03-23T19:36:43.743Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26162026-03-23T19:36:43.743Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26172026-03-23T19:36:43.802Z Checking unicase v2.9.0
26182026-03-23T19:36:44.131Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26192026-03-23T19:36:44.162Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-03-23T19:36:44.209Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26212026-03-23T19:36:44.682Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26222026-03-23T19:36:44.782Z Checking kstat-rs v0.2.4
26232026-03-23T19:36:45.076Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242026-03-23T19:36:45.167Z Compiling diesel_derives v2.3.7
26252026-03-23T19:36:45.415Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26262026-03-23T19:36:45.590Z Compiling parking_lot_core v0.8.6
26272026-03-23T19:36:45.598Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26282026-03-23T19:36:45.952Z Compiling git-stub v1.0.0
26292026-03-23T19:36:45.961Z Checking scheduled-thread-pool v0.2.7
26302026-03-23T19:36:46.155Z Compiling dsl_auto_type v0.2.0
26312026-03-23T19:36:46.345Z Compiling vergen-gitcl v1.0.8
26322026-03-23T19:36:46.352Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26332026-03-23T19:36:46.352Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-23T19:36:46.491Z Checking r2d2 v0.8.10
26352026-03-23T19:36:46.695Z Compiling git-stub-vcs v0.1.0
26362026-03-23T19:36:46.774Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372026-03-23T19:36:47.054Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26382026-03-23T19:36:47.062Z Checking progenitor v0.10.0
26392026-03-23T19:36:47.156Z Checking downcast-rs v2.0.2
26402026-03-23T19:36:47.203Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-03-23T19:36:47.465Z Checking parking_lot v0.11.2
26422026-03-23T19:36:47.472Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26432026-03-23T19:36:47.472Z Checking prefix-trie v0.7.0
26442026-03-23T19:36:47.596Z Checking nanorand v0.7.0
26452026-03-23T19:36:47.818Z Compiling dirs-sys-next v0.1.2
26462026-03-23T19:36:47.894Z Compiling crunchy v0.2.4
26472026-03-23T19:36:47.940Z Checking hickory-server v0.25.2
26482026-03-23T19:36:48.224Z Compiling dirs-next v2.0.0
26492026-03-23T19:36:48.273Z Checking flume v0.11.1
26502026-03-23T19:36:48.425Z Checking sled v0.34.7
26512026-03-23T19:36:48.490Z Compiling clang-sys v1.8.1
26522026-03-23T19:36:48.721Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-03-23T19:36:48.950Z Checking hickory-client v0.25.2
26542026-03-23T19:36:48.994Z Compiling tiny-keccak v2.0.2
26552026-03-23T19:36:49.526Z Compiling term v0.7.0
26562026-03-23T19:36:49.573Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-03-23T19:36:49.777Z Compiling salty v0.3.0
26582026-03-23T19:36:49.789Z Compiling bit-vec v0.6.3
26592026-03-23T19:36:50.130Z Compiling bit-set v0.5.3
26602026-03-23T19:36:50.140Z Compiling ascii-canvas v3.0.0
26612026-03-23T19:36:50.288Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622026-03-23T19:36:50.485Z Checking primeorder v0.13.6
26632026-03-23T19:36:50.488Z Compiling itertools v0.10.5
26642026-03-23T19:36:50.489Z Compiling ena v0.14.4
26652026-03-23T19:36:50.824Z Compiling libloading v0.8.9
26662026-03-23T19:36:50.835Z Compiling fs-err v2.11.0
26672026-03-23T19:36:50.983Z Compiling regex-syntax v0.6.29
26682026-03-23T19:36:51.190Z Compiling diff v0.1.13
26692026-03-23T19:36:51.194Z Compiling bindgen v0.71.1
26702026-03-23T19:36:51.558Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-03-23T19:36:51.900Z Compiling cexpr v0.6.0
26722026-03-23T19:36:51.910Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26732026-03-23T19:36:51.943Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26742026-03-23T19:36:52.434Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26752026-03-23T19:36:52.713Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26762026-03-23T19:36:52.958Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26772026-03-23T19:36:53.030Z Compiling lalrpop v0.19.12
26782026-03-23T19:36:53.313Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-03-23T19:36:53.422Z Compiling libxml v0.3.3
26802026-03-23T19:36:53.667Z Checking parse-size v1.1.0
26812026-03-23T19:36:54.010Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26822026-03-23T19:36:54.014Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26832026-03-23T19:36:54.018Z Checking p384 v0.13.1
26842026-03-23T19:36:54.381Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26852026-03-23T19:36:54.515Z Checking diesel v2.3.7
26862026-03-23T19:36:54.562Z Compiling strum_macros v0.24.3
26872026-03-23T19:36:55.104Z Compiling indoc v1.0.9
26882026-03-23T19:36:56.536Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-03-23T19:36:56.541Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-23T19:36:56.894Z Checking predicates-tree v1.0.13
26912026-03-23T19:36:56.899Z Checking derive_builder v0.20.2
26922026-03-23T19:36:57.005Z Checking quick-xml v0.37.5
26932026-03-23T19:36:57.047Z Compiling oso-derive v0.27.3
26942026-03-23T19:36:57.607Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26952026-03-23T19:36:57.773Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26962026-03-23T19:36:57.779Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26972026-03-23T19:36:57.779Z Compiling trait-variant v0.1.2
26982026-03-23T19:36:58.255Z Compiling impl-trait-for-tuples v0.2.3
26992026-03-23T19:36:58.571Z Checking openssl-probe v0.1.6
27002026-03-23T19:36:58.694Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-03-23T19:36:59.732Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27022026-03-23T19:37:00.054Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27032026-03-23T19:37:00.314Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27042026-03-23T19:37:00.486Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27052026-03-23T19:37:00.546Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27062026-03-23T19:37:00.830Z Compiling progenitor-impl v0.11.2
27072026-03-23T19:37:01.396Z Checking assert_matches v1.5.0
27082026-03-23T19:37:01.786Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27092026-03-23T19:37:01.841Z Compiling mime_guess v2.0.5
27102026-03-23T19:37:02.202Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27112026-03-23T19:37:02.582Z Checking progenitor-client v0.11.2
27122026-03-23T19:37:02.817Z Checking http-range v0.1.5
27132026-03-23T19:37:02.937Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27142026-03-23T19:37:02.941Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-03-23T19:37:03.100Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27162026-03-23T19:37:03.285Z Checking ignore v0.4.25
27172026-03-23T19:37:03.918Z Checking atty v0.2.14
27182026-03-23T19:37:04.084Z Checking globwalk v0.9.1
27192026-03-23T19:37:04.554Z Compiling progenitor-macro v0.11.2
27202026-03-23T19:37:05.109Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-23T19:37:05.645Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-03-23T19:37:06.386Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27232026-03-23T19:37:06.688Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27242026-03-23T19:37:06.973Z Checking bb8 v0.8.6
27252026-03-23T19:37:07.129Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27262026-03-23T19:37:07.375Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27272026-03-23T19:37:07.434Z Checking corncobs v0.1.4
27282026-03-23T19:37:07.641Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-23T19:37:07.689Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-23T19:37:08.019Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27312026-03-23T19:37:08.494Z Checking hyper-staticfile v0.10.1
27322026-03-23T19:37:08.589Z Checking camino-tempfile-ext v0.3.3
27332026-03-23T19:37:08.789Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27342026-03-23T19:37:08.888Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27352026-03-23T19:37:08.935Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27362026-03-23T19:37:09.186Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27372026-03-23T19:37:09.233Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-23T19:37:09.989Z Checking signal-hook-tokio v0.3.1
27392026-03-23T19:37:10.191Z Checking secrecy v0.8.0
27402026-03-23T19:37:10.394Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27412026-03-23T19:37:10.854Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27422026-03-23T19:37:11.521Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-03-23T19:37:11.570Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27442026-03-23T19:37:11.659Z Checking progenitor v0.11.2
27452026-03-23T19:37:11.663Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-23T19:37:11.871Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27472026-03-23T19:37:12.055Z Checking nonempty v0.12.0
27482026-03-23T19:37:12.171Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27492026-03-23T19:37:12.343Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27502026-03-23T19:37:12.509Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27512026-03-23T19:37:12.557Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27522026-03-23T19:37:12.946Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27532026-03-23T19:37:13.059Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27542026-03-23T19:37:13.459Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27552026-03-23T19:37:13.571Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27562026-03-23T19:37:14.106Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27572026-03-23T19:37:14.198Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27582026-03-23T19:37:14.470Z Checking tungstenite v0.23.0
27592026-03-23T19:37:15.156Z Checking async-bb8-diesel v0.2.1
27602026-03-23T19:37:15.203Z Checking diesel-dtrace v0.5.0
27612026-03-23T19:37:15.565Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27622026-03-23T19:37:15.628Z Checking tokio-tungstenite v0.23.1
27632026-03-23T19:37:15.670Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27642026-03-23T19:37:15.999Z Checking rand_seeder v0.4.0
27652026-03-23T19:37:16.162Z Checking void v1.0.2
27662026-03-23T19:37:16.242Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-03-23T19:37:16.346Z Checking lzss v0.8.2
27682026-03-23T19:37:16.642Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27692026-03-23T19:37:16.778Z Checking nix v0.27.1
27702026-03-23T19:37:16.893Z Checking serde_bytes v0.11.19
27712026-03-23T19:37:17.171Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27722026-03-23T19:37:17.224Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-03-23T19:37:17.435Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27742026-03-23T19:37:17.542Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27752026-03-23T19:37:18.253Z Checking is_ci v1.2.0
27762026-03-23T19:37:18.424Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27772026-03-23T19:37:18.585Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27782026-03-23T19:37:18.684Z Checking yansi v1.0.1
27792026-03-23T19:37:18.791Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27802026-03-23T19:37:19.085Z Checking pretty_assertions v1.4.1
27812026-03-23T19:37:19.131Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27822026-03-23T19:37:19.299Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27832026-03-23T19:37:19.358Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27842026-03-23T19:37:19.474Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27852026-03-23T19:37:19.818Z Compiling darling_core v0.23.0
27862026-03-23T19:37:21.188Z Compiling indoc v2.0.7
27872026-03-23T19:37:21.348Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27882026-03-23T19:37:21.593Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27892026-03-23T19:37:21.643Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-03-23T19:37:21.843Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27912026-03-23T19:37:22.108Z Compiling instability v0.3.11
27922026-03-23T19:37:22.310Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27932026-03-23T19:37:22.619Z Compiling libz-sys v1.1.24
27942026-03-23T19:37:22.743Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-03-23T19:37:23.147Z Checking castaway v0.2.4
27962026-03-23T19:37:23.370Z Checking compact_str v0.8.1
27972026-03-23T19:37:23.505Z Compiling darling_macro v0.23.0
27982026-03-23T19:37:23.930Z Checking supports-color v3.0.2
27992026-03-23T19:37:24.141Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28002026-03-23T19:37:24.191Z Compiling darling v0.23.0
28012026-03-23T19:37:24.238Z Checking unicode-truncate v1.1.0
28022026-03-23T19:37:24.422Z Checking lru v0.12.5
28032026-03-23T19:37:24.475Z Checking cassowary v0.3.0
28042026-03-23T19:37:24.791Z Compiling libgit2-sys v0.18.3+1.9.2
28052026-03-23T19:37:25.011Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-03-23T19:37:25.114Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-03-23T19:37:25.356Z Checking ratatui v0.29.0
28082026-03-23T19:37:26.590Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-23T19:37:26.877Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-23T19:37:27.234Z Compiling vergen-git2 v1.0.7
28112026-03-23T19:37:27.277Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-23T19:37:27.322Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-03-23T19:37:27.559Z Checking colored v2.2.0
28142026-03-23T19:37:27.606Z Checking shell-words v1.1.1
28152026-03-23T19:37:27.649Z Checking plotters-backend v0.3.7
28162026-03-23T19:37:27.798Z Compiling rustls v0.21.12
28172026-03-23T19:37:27.971Z Checking plotters-svg v0.3.7
28182026-03-23T19:37:28.033Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-23T19:37:28.152Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-03-23T19:37:28.190Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-03-23T19:37:28.431Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28222026-03-23T19:37:28.477Z Checking sct v0.7.1
28232026-03-23T19:37:28.687Z Checking rustls-webpki v0.101.7
28242026-03-23T19:37:29.025Z Compiling nix v0.29.0
28252026-03-23T19:37:29.179Z Checking hex-literal v0.4.1
28262026-03-23T19:37:29.374Z Checking cast v0.3.0
28272026-03-23T19:37:29.380Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-03-23T19:37:29.567Z Checking criterion-plot v0.6.0
28292026-03-23T19:37:30.076Z Checking plotters v0.3.7
28302026-03-23T19:37:31.161Z Checking erased-serde v0.4.9
28312026-03-23T19:37:31.535Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28322026-03-23T19:37:31.772Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-03-23T19:37:32.714Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28342026-03-23T19:37:33.730Z Checking tinytemplate v1.2.1
28352026-03-23T19:37:34.061Z Checking ordered-float v2.10.1
28362026-03-23T19:37:34.435Z Checking oorandom v11.1.5
28372026-03-23T19:37:34.627Z Checking anes v0.1.6
28382026-03-23T19:37:34.916Z Checking criterion v0.7.0
28392026-03-23T19:37:35.265Z Checking serde-value v0.7.0
28402026-03-23T19:37:35.588Z Checking serde-untagged v0.1.9
28412026-03-23T19:37:35.893Z Checking tokio-rustls v0.24.1
28422026-03-23T19:37:36.527Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28432026-03-23T19:37:36.580Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28442026-03-23T19:37:36.866Z Checking rustls-pemfile v1.0.4
28452026-03-23T19:37:37.084Z Checking twox-hash v2.1.2
28462026-03-23T19:37:37.541Z Checking unicode-xid v0.2.6
28472026-03-23T19:37:37.665Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-23T19:37:37.728Z Checking cargo-util-schemas v0.8.2
28492026-03-23T19:37:37.836Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-23T19:37:38.065Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-03-23T19:37:38.992Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28522026-03-23T19:37:39.234Z Checking fatfs v0.3.6
28532026-03-23T19:37:39.905Z Checking cargo-platform v0.2.0
28542026-03-23T19:37:39.913Z Compiling petname v2.0.2
28552026-03-23T19:37:40.183Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28562026-03-23T19:37:40.623Z Compiling seq-macro v0.3.6
28572026-03-23T19:37:41.552Z Checking cargo_metadata v0.21.0
28582026-03-23T19:37:42.137Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28592026-03-23T19:37:42.627Z Checking concurrent-queue v2.5.0
28602026-03-23T19:37:42.918Z Checking rtoolbox v0.0.3
28612026-03-23T19:37:43.128Z Checking parking v2.2.1
28622026-03-23T19:37:43.323Z Checking futures-timer v3.0.3
28632026-03-23T19:37:43.405Z Checking event-listener v5.4.1
28642026-03-23T19:37:43.487Z Checking rpassword v7.4.0
28652026-03-23T19:37:43.645Z Checking tui-tree-widget v0.23.1
28662026-03-23T19:37:43.740Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28672026-03-23T19:37:43.933Z Checking polyval v0.6.2
28682026-03-23T19:37:43.983Z Checking sapling-renderdag v0.1.0
28692026-03-23T19:37:44.152Z Checking sync-ptr v0.1.4
28702026-03-23T19:37:44.196Z Checking ghash v0.5.1
28712026-03-23T19:37:44.344Z Checking event-listener-strategy v0.5.4
28722026-03-23T19:37:44.389Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28732026-03-23T19:37:44.395Z Checking ctr v0.9.2
28742026-03-23T19:37:44.555Z Checking constant_time_eq v0.4.2
28752026-03-23T19:37:44.672Z Checking arrayref v0.3.9
28762026-03-23T19:37:44.744Z Checking arrayvec v0.7.6
28772026-03-23T19:37:44.795Z Checking aes-gcm v0.10.3
28782026-03-23T19:37:44.913Z Checking async-lock v3.4.2
28792026-03-23T19:37:45.043Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28802026-03-23T19:37:45.091Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28812026-03-23T19:37:45.526Z Checking ssh-encoding v0.2.0
28822026-03-23T19:37:45.819Z Checking blowfish v0.9.1
28832026-03-23T19:37:46.054Z Checking bcrypt-pbkdf v0.10.0
28842026-03-23T19:37:46.307Z Checking ssh-cipher v0.2.0
28852026-03-23T19:37:46.349Z Checking async-object-pool v0.2.0
28862026-03-23T19:37:46.528Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28872026-03-23T19:37:46.575Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28882026-03-23T19:37:46.983Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28892026-03-23T19:37:47.411Z Checking serde_regex v1.1.0
28902026-03-23T19:37:47.630Z Checking password-hash v0.4.2
28912026-03-23T19:37:47.877Z Checking assert-json-diff v2.0.2
28922026-03-23T19:37:47.975Z Checking path-tree v0.8.3
28932026-03-23T19:37:48.139Z Checking gimli v0.32.3
28942026-03-23T19:37:48.262Z Compiling target-lexicon v0.13.3
28952026-03-23T19:37:48.471Z Compiling samael v0.0.19
28962026-03-23T19:37:48.859Z Checking stringmetrics v2.2.2
28972026-03-23T19:37:49.030Z Checking pbkdf2 v0.11.0
28982026-03-23T19:37:49.087Z Checking httpmock v0.8.3
28992026-03-23T19:37:49.288Z Checking ssh-key v0.6.7
29002026-03-23T19:37:50.464Z Checking addr2line v0.25.1
29012026-03-23T19:37:50.852Z Checking p256 v0.13.2
29022026-03-23T19:37:51.240Z Checking p521 v0.13.3
29032026-03-23T19:37:52.085Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29042026-03-23T19:37:52.174Z Checking russh-cryptovec v0.7.3
29052026-03-23T19:37:52.377Z Checking md5 v0.7.0
29062026-03-23T19:37:52.422Z Checking rustc-demangle v0.1.27
29072026-03-23T19:37:52.641Z Compiling guppy-workspace-hack v0.1.0
29082026-03-23T19:37:52.766Z Checking backtrace v0.3.76
29092026-03-23T19:37:52.890Z Checking russh-keys v0.45.0
29102026-03-23T19:37:53.199Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29112026-03-23T19:37:53.344Z Checking num-bigint v0.4.6
29122026-03-23T19:37:53.811Z Checking des v0.8.1
29132026-03-23T19:37:58.262Z Compiling blake3 v1.8.3
29142026-03-23T19:37:58.262Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-03-23T19:37:58.262Z Compiling target-spec v3.5.7
29162026-03-23T19:37:58.262Z Checking russh v0.45.0
29172026-03-23T19:37:58.262Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29182026-03-23T19:37:58.262Z Checking cfg-expr v0.20.6
29192026-03-23T19:37:58.262Z Checking backtrace-ext v0.2.1
29202026-03-23T19:37:58.262Z Checking supports-color v2.1.0
29212026-03-23T19:37:58.262Z Checking textwrap v0.15.2
29222026-03-23T19:37:58.262Z Checking supports-hyperlinks v2.1.0
29232026-03-23T19:37:58.262Z Checking supports-unicode v2.1.0
29242026-03-23T19:37:58.263Z Checking hashbrown v0.14.5
29252026-03-23T19:37:58.263Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29262026-03-23T19:37:58.263Z Checking cargo-platform v0.3.2
29272026-03-23T19:37:58.263Z Checking terminal_size v0.1.17
29282026-03-23T19:37:58.263Z Checking socket2 v0.5.10
29292026-03-23T19:37:58.263Z Compiling miette-derive v5.10.0
29302026-03-23T19:37:58.263Z Checking internet-checksum v0.2.1
29312026-03-23T19:37:58.263Z Checking owo-colors v3.5.0
29322026-03-23T19:37:58.263Z Checking chumsky v0.9.3
29332026-03-23T19:37:58.263Z Checking cargo_metadata v0.23.1
29342026-03-23T19:37:58.465Z Checking miette v5.10.0
29352026-03-23T19:37:58.691Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-03-23T19:37:58.759Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29372026-03-23T19:37:58.849Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-03-23T19:37:59.019Z Compiling git2 v0.20.4
29392026-03-23T19:37:59.165Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29402026-03-23T19:37:59.276Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29412026-03-23T19:37:59.505Z Checking httptest v0.16.4
29422026-03-23T19:37:59.825Z Checking pathdiff v0.2.3
29432026-03-23T19:37:59.924Z Compiling knuffel-derive v3.2.0
29442026-03-23T19:38:00.007Z Checking nested v0.1.1
29452026-03-23T19:38:00.065Z Checking topological-sort v0.2.2
29462026-03-23T19:38:00.231Z Checking guppy v0.17.25
29472026-03-23T19:38:00.291Z Checking omicron-zone-package v0.12.2
29482026-03-23T19:38:00.491Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29492026-03-23T19:38:00.797Z Checking similar-asserts v1.7.0
29502026-03-23T19:38:01.033Z Compiling rstest_macros v0.25.0
29512026-03-23T19:38:01.425Z Compiling target-triple v1.0.0
29522026-03-23T19:38:01.530Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29532026-03-23T19:38:01.717Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29542026-03-23T19:38:01.764Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29552026-03-23T19:38:01.894Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29562026-03-23T19:38:02.013Z Checking knuffel v3.2.0
29572026-03-23T19:38:02.651Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29582026-03-23T19:38:02.892Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29592026-03-23T19:38:03.453Z Checking toml_datetime v1.0.0+spec-1.1.0
29602026-03-23T19:38:03.746Z Compiling assert_cmd v2.1.2
29612026-03-23T19:38:03.793Z Compiling relative-path v1.9.3
29622026-03-23T19:38:04.012Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-03-23T19:38:04.097Z Checking escape8259 v0.5.3
29642026-03-23T19:38:04.212Z Checking toml v1.0.3+spec-1.1.0
29652026-03-23T19:38:04.305Z Checking libtest-mimic v0.8.1
29662026-03-23T19:38:04.903Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-03-23T19:38:05.092Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-03-23T19:38:05.139Z Checking blake2b_simd v1.0.4
29692026-03-23T19:38:05.719Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29702026-03-23T19:38:06.026Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29712026-03-23T19:38:06.227Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29722026-03-23T19:38:06.575Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29732026-03-23T19:38:06.877Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29742026-03-23T19:38:06.944Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29752026-03-23T19:38:07.282Z Checking fancy-regex v0.14.0
29762026-03-23T19:38:07.409Z Compiling polar-core v0.27.3
29772026-03-23T19:38:07.713Z Checking serde_tokenstream v0.2.3
29782026-03-23T19:38:07.823Z Checking uzers v0.12.2
29792026-03-23T19:38:08.052Z Compiling linkme-impl v0.3.35
29802026-03-23T19:38:08.162Z Checking constant_time_eq v0.3.1
29812026-03-23T19:38:08.343Z Checking termcolor v1.4.1
29822026-03-23T19:38:08.562Z Checking rust-argon2 v2.1.0
29832026-03-23T19:38:08.670Z Checking trybuild v1.0.116
29842026-03-23T19:38:08.902Z Checking datatest-stable v0.3.3
29852026-03-23T19:38:09.657Z Checking rstest v0.25.0
29862026-03-23T19:38:09.915Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29872026-03-23T19:38:10.009Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29882026-03-23T19:38:10.323Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29892026-03-23T19:38:10.403Z Checking support-bundle-viewer v0.1.2
29902026-03-23T19:38:10.798Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29912026-03-23T19:38:11.087Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29922026-03-23T19:38:11.257Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29932026-03-23T19:38:11.375Z Checking drift v0.1.3
29942026-03-23T19:38:11.547Z Checking rand_distr v0.5.1
29952026-03-23T19:38:11.820Z Checking multimap v0.10.1
29962026-03-23T19:38:12.087Z Checking approx v0.5.1
29972026-03-23T19:38:12.180Z Compiling linkme v0.3.35
29982026-03-23T19:38:12.317Z Checking dropshot-api-manager v0.6.0
29992026-03-23T19:38:13.794Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-03-23T19:38:14.109Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-03-23T19:38:14.277Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-03-23T19:38:14.404Z Checking oso v0.27.3
30032026-03-23T19:38:14.739Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30042026-03-23T19:38:14.842Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30052026-03-23T19:38:14.889Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30062026-03-23T19:38:15.046Z Checking partial-io v0.5.4
30072026-03-23T19:38:15.102Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30082026-03-23T19:38:15.186Z Checking cargo_toml v0.21.0
30092026-03-23T19:38:15.364Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30102026-03-23T19:38:15.410Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30112026-03-23T19:38:15.531Z Checking termios v0.3.3
30122026-03-23T19:38:15.743Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30132026-03-23T19:38:16.075Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30142026-03-23T19:38:16.329Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30152026-03-23T19:38:16.399Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-03-23T19:38:20.825Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30172026-03-23T19:38:25.937Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30182026-03-23T19:38:28.847Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30192026-03-23T19:38:33.659Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30202026-03-23T19:38:39.104Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30212026-03-23T19:38:40.991Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30222026-03-23T19:38:48.498Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30232026-03-23T19:38:49.568Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30242026-03-23T19:38:51.732Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30252026-03-23T19:39:02.524Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30262026-03-23T19:41:00.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 40s
30272026-03-23T19:41:01.664Z
30282026-03-23T19:41:01.664Zreal 5:44.984461655
30292026-03-23T19:41:01.668Zuser 28:39.509113888
30302026-03-23T19:41:01.668Zsys 6:04.580261490
30312026-03-23T19:41:01.668Ztrap 0.714010951
30322026-03-23T19:41:01.668Ztflt 0.104383421
30332026-03-23T19:41:01.668Zdflt 0.215664172
30342026-03-23T19:41:01.668Zkflt 0.006684148
30352026-03-23T19:41:01.668Zlock 1:20:59.614132218
30362026-03-23T19:41:01.668Zslp 1:17:45.357868657
30372026-03-23T19:41:01.668Zlat 1:56.941898822
30382026-03-23T19:41:01.668Zstop 14:17.918177893
30392026-03-23T19:41:01.668Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30402026-03-23T19:41:01.668Z+ ptime -m cargo doc --workspace --no-deps
30412026-03-23T19:41:02.913Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30422026-03-23T19:41:02.914Z |
30432026-03-23T19:41:02.914Z = 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)`
30442026-03-23T19:41:02.914Z = 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>
30452026-03-23T19:41:04.257Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30462026-03-23T19:41:04.535Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30472026-03-23T19:41:04.580Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30482026-03-23T19:41:04.667Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30492026-03-23T19:41:04.853Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30502026-03-23T19:41:04.885Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-03-23T19:41:04.916Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30522026-03-23T19:41:04.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-03-23T19:41:05.023Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-03-23T19:41:05.139Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-03-23T19:41:05.181Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-03-23T19:41:05.224Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-03-23T19:41:05.282Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30582026-03-23T19:41:05.314Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-03-23T19:41:05.367Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-03-23T19:41:05.411Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30612026-03-23T19:41:05.454Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30622026-03-23T19:41:05.487Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30632026-03-23T19:41:05.563Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30642026-03-23T19:41:05.611Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30652026-03-23T19:41:05.872Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30662026-03-23T19:41:06.210Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-03-23T19:41:06.399Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-03-23T19:41:06.459Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30692026-03-23T19:41:06.487Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30702026-03-23T19:41:06.669Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30712026-03-23T19:41:06.705Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30722026-03-23T19:41:06.917Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30732026-03-23T19:41:06.990Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-03-23T19:41:07.117Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30752026-03-23T19:41:07.219Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30762026-03-23T19:41:07.228Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30772026-03-23T19:41:07.432Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30782026-03-23T19:41:07.670Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-03-23T19:41:07.703Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30802026-03-23T19:41:07.800Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30812026-03-23T19:41:07.917Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30822026-03-23T19:41:08.000Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30832026-03-23T19:41:08.070Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30842026-03-23T19:41:08.296Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30852026-03-23T19:41:08.428Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-03-23T19:41:08.739Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30872026-03-23T19:41:08.810Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30882026-03-23T19:41:08.936Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30892026-03-23T19:41:08.972Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30902026-03-23T19:41:09.005Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30912026-03-23T19:41:09.302Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30922026-03-23T19:41:09.332Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30932026-03-23T19:41:09.366Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30942026-03-23T19:41:09.530Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-03-23T19:41:09.591Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-03-23T19:41:09.619Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30972026-03-23T19:41:09.648Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30982026-03-23T19:41:09.945Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30992026-03-23T19:41:09.950Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31002026-03-23T19:41:10.004Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31012026-03-23T19:41:10.010Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31022026-03-23T19:41:10.254Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-03-23T19:41:10.286Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31042026-03-23T19:41:10.311Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31052026-03-23T19:41:10.506Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31062026-03-23T19:41:10.595Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31072026-03-23T19:41:10.634Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-03-23T19:41:10.677Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31092026-03-23T19:41:10.842Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31102026-03-23T19:41:10.888Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31112026-03-23T19:41:10.952Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31122026-03-23T19:41:11.242Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31132026-03-23T19:41:11.255Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31142026-03-23T19:41:11.300Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31152026-03-23T19:41:11.328Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31162026-03-23T19:41:11.539Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31172026-03-23T19:41:11.863Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31182026-03-23T19:41:12.017Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31192026-03-23T19:41:13.024Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-03-23T19:41:13.063Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31212026-03-23T19:41:13.536Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31222026-03-23T19:41:13.634Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232026-03-23T19:41:13.852Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31242026-03-23T19:41:13.914Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-03-23T19:41:14.046Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31262026-03-23T19:41:14.257Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31272026-03-23T19:41:14.578Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31282026-03-23T19:41:15.018Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31292026-03-23T19:41:15.079Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31302026-03-23T19:41:15.370Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31312026-03-23T19:41:15.376Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31322026-03-23T19:41:15.808Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31332026-03-23T19:41:15.941Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-23T19:41:16.270Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31352026-03-23T19:41:16.640Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-03-23T19:41:16.695Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31372026-03-23T19:41:16.863Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31382026-03-23T19:41:17.147Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31392026-03-23T19:41:17.773Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31402026-03-23T19:41:17.877Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31412026-03-23T19:41:18.707Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31422026-03-23T19:41:19.068Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-03-23T19:41:19.096Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31442026-03-23T19:41:19.849Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31452026-03-23T19:41:20.288Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31462026-03-23T19:41:20.703Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31472026-03-23T19:41:20.735Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31482026-03-23T19:41:20.775Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31492026-03-23T19:41:21.030Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31502026-03-23T19:41:21.082Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31512026-03-23T19:41:21.113Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31522026-03-23T19:41:21.317Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31532026-03-23T19:41:21.489Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31542026-03-23T19:41:21.597Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31552026-03-23T19:41:21.906Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31562026-03-23T19:41:21.988Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31572026-03-23T19:41:22.029Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31582026-03-23T19:41:22.759Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31592026-03-23T19:41:23.169Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-03-23T19:41:23.967Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31612026-03-23T19:41:24.371Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31622026-03-23T19:41:24.598Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-03-23T19:41:28.504Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31642026-03-23T19:41:28.525Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31652026-03-23T19:41:28.525Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31662026-03-23T19:41:28.525Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-03-23T19:41:28.525Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31682026-03-23T19:41:28.525Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31692026-03-23T19:41:28.525Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-23T19:41:28.526Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31712026-03-23T19:41:28.526Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31722026-03-23T19:41:28.526Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31732026-03-23T19:41:28.527Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-03-23T19:41:28.527Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-03-23T19:41:28.803Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-23T19:41:29.234Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-03-23T19:41:29.869Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-03-23T19:41:31.390Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-03-23T19:41:32.228Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802026-03-23T19:41:32.528Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31812026-03-23T19:41:33.085Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31822026-03-23T19:41:33.224Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-03-23T19:41:33.319Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31842026-03-23T19:41:33.360Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-23T19:41:33.540Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31862026-03-23T19:41:34.173Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-03-23T19:41:34.350Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31882026-03-23T19:41:34.732Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31892026-03-23T19:41:36.277Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-03-23T19:41:36.373Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-03-23T19:41:37.231Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-03-23T19:41:37.241Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31932026-03-23T19:41:37.536Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31942026-03-23T19:41:41.695Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-03-23T19:41:42.174Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-03-23T19:41:42.957Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31972026-03-23T19:41:43.254Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31982026-03-23T19:41:44.768Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31992026-03-23T19:41:45.081Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32002026-03-23T19:41:46.108Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32012026-03-23T19:41:46.289Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32022026-03-23T19:41:47.690Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32032026-03-23T19:41:48.187Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32042026-03-23T19:41:48.283Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-23T19:41:48.575Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32062026-03-23T19:41:49.952Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-03-23T19:41:50.156Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32082026-03-23T19:41:50.289Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32092026-03-23T19:41:50.690Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32102026-03-23T19:41:50.789Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-03-23T19:41:51.142Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32122026-03-23T19:41:51.275Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32132026-03-23T19:41:51.721Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32142026-03-23T19:41:51.792Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32152026-03-23T19:41:51.824Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32162026-03-23T19:41:52.660Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32172026-03-23T19:41:52.712Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32182026-03-23T19:41:52.746Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32192026-03-23T19:41:53.570Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-03-23T19:41:53.617Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32212026-03-23T19:41:54.483Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-03-23T19:41:54.595Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32232026-03-23T19:41:55.365Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32242026-03-23T19:41:56.867Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-03-23T19:41:56.901Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-03-23T19:41:58.413Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-03-23T19:42:03.284Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-03-23T19:42:03.702Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32292026-03-23T19:42:05.036Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32302026-03-23T19:42:05.930Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32312026-03-23T19:42:06.607Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32322026-03-23T19:42:09.261Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332026-03-23T19:42:10.864Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32342026-03-23T19:42:11.559Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32352026-03-23T19:42:12.383Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32362026-03-23T19:42:13.301Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32372026-03-23T19:42:17.016Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32382026-03-23T19:42:17.333Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-03-23T19:42:17.520Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32402026-03-23T19:42:18.170Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32412026-03-23T19:42:18.563Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32422026-03-23T19:42:19.445Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-03-23T19:42:19.838Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-03-23T19:42:26.947Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32452026-03-23T19:42:28.354Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32462026-03-23T19:42:29.106Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32472026-03-23T19:42:30.431Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32482026-03-23T19:42:31.420Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32492026-03-23T19:42:32.414Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32502026-03-23T19:42:33.967Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-03-23T19:42:35.096Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-03-23T19:42:36.561Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32532026-03-23T19:42:37.345Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-03-23T19:42:38.330Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-03-23T19:42:38.441Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-03-23T19:42:39.743Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32572026-03-23T19:42:40.881Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32582026-03-23T19:42:43.390Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32592026-03-23T19:42:44.666Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32602026-03-23T19:42:49.277Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32612026-03-23T19:42:50.385Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32622026-03-23T19:42:51.935Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-03-23T19:42:52.598Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32642026-03-23T19:42:54.148Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32652026-03-23T19:42:57.649Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32662026-03-23T19:42:58.480Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32672026-03-23T19:42:59.402Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32682026-03-23T19:43:01.241Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32692026-03-23T19:43:02.941Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32702026-03-23T19:43:06.138Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32712026-03-23T19:43:07.841Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32722026-03-23T19:43:09.429Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32732026-03-23T19:43:11.726Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32742026-03-23T19:43:14.154Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32752026-03-23T19:43:16.094Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32762026-03-23T19:43:18.302Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32772026-03-23T19:43:20.602Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32782026-03-23T19:43:23.193Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32792026-03-23T19:43:27.875Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-03-23T19:43:30.369Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-03-23T19:43:30.399Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-03-23T19:43:32.918Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-03-23T19:43:35.320Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32842026-03-23T19:43:37.818Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32852026-03-23T19:43:40.376Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32862026-03-23T19:43:43.159Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872026-03-23T19:43:45.614Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32882026-03-23T19:43:48.483Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32892026-03-23T19:43:50.579Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32902026-03-23T19:43:53.145Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32912026-03-23T19:43:55.617Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-23T19:43:58.050Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32932026-03-23T19:44:00.514Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32942026-03-23T19:44:02.757Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-23T19:44:05.251Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32962026-03-23T19:44:08.166Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-03-23T19:44:10.315Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-03-23T19:44:12.906Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-03-23T19:44:15.536Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33002026-03-23T19:44:18.583Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-03-23T19:44:21.053Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33022026-03-23T19:44:23.529Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33032026-03-23T19:44:26.185Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-03-23T19:44:28.885Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052026-03-23T19:44:34.211Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-03-23T19:44:36.711Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33072026-03-23T19:44:39.529Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082026-03-23T19:44:43.984Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33092026-03-23T19:44:45.302Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33102026-03-23T19:44:48.099Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33112026-03-23T19:44:50.903Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-03-23T19:44:53.971Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33132026-03-23T19:44:56.800Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142026-03-23T19:44:59.673Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33152026-03-23T19:45:02.621Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33162026-03-23T19:45:05.405Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33172026-03-23T19:45:08.193Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33182026-03-23T19:45:11.429Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-03-23T19:45:13.966Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-03-23T19:45:17.390Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33212026-03-23T19:45:19.785Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33222026-03-23T19:45:22.689Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33232026-03-23T19:45:25.520Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-03-23T19:45:31.217Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33252026-03-23T19:45:31.459Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-03-23T19:45:34.688Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33272026-03-23T19:45:37.520Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33282026-03-23T19:45:40.494Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33292026-03-23T19:45:43.582Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33302026-03-23T19:45:46.675Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33312026-03-23T19:45:49.666Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33322026-03-23T19:45:52.604Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33332026-03-23T19:45:55.644Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-03-23T19:45:58.855Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33352026-03-23T19:46:01.869Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33362026-03-23T19:46:05.166Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33372026-03-23T19:46:07.972Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-03-23T19:46:11.158Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33392026-03-23T19:46:14.269Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33402026-03-23T19:46:17.414Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33412026-03-23T19:46:20.770Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33422026-03-23T19:46:23.922Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33432026-03-23T19:46:27.129Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33442026-03-23T19:46:30.316Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33452026-03-23T19:46:33.460Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33462026-03-23T19:46:36.729Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33472026-03-23T19:46:39.982Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33482026-03-23T19:46:43.663Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-03-23T19:46:46.654Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33502026-03-23T19:46:49.813Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33512026-03-23T19:46:59.353Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33522026-03-23T19:46:59.526Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33532026-03-23T19:47:05.601Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33542026-03-23T19:47:08.852Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33552026-03-23T19:47:13.618Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33562026-03-23T19:47:18.215Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33572026-03-23T19:47:22.788Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-03-23T19:47:27.524Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33592026-03-23T19:47:32.118Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33602026-03-23T19:47:36.838Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33612026-03-23T19:47:41.385Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33622026-03-23T19:47:46.449Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33632026-03-23T19:47:50.715Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33642026-03-23T19:47:55.351Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33652026-03-23T19:48:00.021Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33662026-03-23T19:48:04.629Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33672026-03-23T19:48:09.355Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33682026-03-23T19:48:13.894Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33692026-03-23T19:48:18.717Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33702026-03-23T19:48:23.298Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33712026-03-23T19:48:28.066Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33722026-03-23T19:48:32.655Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33732026-03-23T19:48:37.438Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33742026-03-23T19:48:42.055Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33752026-03-23T19:49:19.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 17s
33762026-03-23T19:49:19.787Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33772026-03-23T19:49:19.915Z
33782026-03-23T19:49:19.918Zreal 8:18.048371764
33792026-03-23T19:49:19.918Zuser 23:54.324435440
33802026-03-23T19:49:19.918Zsys 4:35.416935240
33812026-03-23T19:49:19.918Ztrap 0.414989981
33822026-03-23T19:49:19.918Ztflt 0.031690209
33832026-03-23T19:49:19.918Zdflt 0.019859045
33842026-03-23T19:49:19.918Zkflt 0.000038169
33852026-03-23T19:49:19.918Zlock 7:32:28.152983392
33862026-03-23T19:49:19.918Zslp 2:45:48.460239220
33872026-03-23T19:49:19.918Zlat 33.916550075
33882026-03-23T19:49:19.919Zstop 2:00.328187651
33892026-03-23T19:49:19.919Zprocess exited: duration 1096139 ms, exit code 0
 
33902026-03-23T19:49:19.927Zfound 0 output files