01KNDG5HSBVK8P2VBSX0F4NJWG: clippy (helios)

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

Buildomat Job: 01KNDG5VA9ED9AKSRDBPY0QM9V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-05T00:21:11.553Zjob assigned to worker 01KNDG62CD2MXB167K8S8QBXTJ [factory aws, i-0fce8c545377d57ff] (queued for 59 s)
 
22026-04-05T00:21:17.861Zstarting task 0: "setup"
32026-04-05T00:21:17.865Z++ uname -s
42026-04-05T00:21:17.868Z+ kern=SunOS
52026-04-05T00:21:17.868Z+ build_user=build
62026-04-05T00:21:17.868Z+ build_uid=12345
72026-04-05T00:21:17.868Z+ work_dir=/work
82026-04-05T00:21:17.868Z+ input_dir=/input
92026-04-05T00:21:17.868Z+ [[ 0 == 12345 ]]
102026-04-05T00:21:17.868Z+ case "$kern" in
112026-04-05T00:21:17.868Z+ groupadd -g 12345 build
122026-04-05T00:21:17.871Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-05T00:21:19.885Z+ zfs create -o mountpoint=/work rpool/work
142026-04-05T00:21:20.001Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-05T00:21:20.004Z+ home_fs=zfs
162026-04-05T00:21:20.004Z+ [[ zfs == autofs ]]
172026-04-05T00:21:20.004Z+ mkdir -p /home/build
182026-04-05T00:21:20.004Z+ chown build:build /home/build /work
192026-04-05T00:21:21.011Z+ chmod 0700 /home/build /work
202026-04-05T00:21:21.014Zprocess exited: duration 3139 ms, exit code 0
 
212026-04-05T00:21:21.020Zstarting task 1: "rust-toolchain"
222026-04-05T00:21:21.024Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-05T00:21:21.024Z * rust toolchain channel = "1.94.0"
242026-04-05T00:21:21.024Z * rust toolchain profile = "default"
252026-04-05T00:21:21.024Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-05T00:21:21.024Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-05T00:21:21.025Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-05T00:21:21.027Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-05T00:21:21.027Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-05T00:21:21.154Zinfo: downloading installer
312026-04-05T00:21:22.848Zwarn: It looks like you have an existing installation of Rust at:
322026-04-05T00:21:22.848Zwarn: /opt/ooce/bin
332026-04-05T00:21:22.848Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-05T00:21:22.848Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-05T00:21:22.848Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-05T00:21:22.848Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-05T00:21:22.849Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-05T00:21:22.849Zerror: cannot install while Rust is installed
392026-04-05T00:21:22.849Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-05T00:21:22.849Zwarn: It looks like you have an existing rustup settings file at:
412026-04-05T00:21:22.849Zwarn: /home/build/.rustup/settings.toml
422026-04-05T00:21:22.849Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-05T00:21:22.849Zwarn: instead of the one inferred from the default host triple.
442026-04-05T00:21:22.862Zinfo: profile set to default
452026-04-05T00:21:22.862Zinfo: default host triple is x86_64-unknown-illumos
462026-04-05T00:21:22.864Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-05T00:21:23.006Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-05T00:21:23.009Zinfo: downloading 6 components
492026-04-05T00:21:37.590Z
502026-04-05T00:21:37.590Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-05T00:21:37.626Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-05T00:21:37.626Z
532026-04-05T00:21:37.629Z
542026-04-05T00:21:37.629ZRust is installed now. Great!
552026-04-05T00:21:37.629Z
562026-04-05T00:21:37.629ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-05T00:21:37.629Zenvironment variable. This has not been done automatically.
582026-04-05T00:21:37.629Z
592026-04-05T00:21:37.629ZTo configure your current shell, you need to source
602026-04-05T00:21:37.629Zthe corresponding env file under $HOME/.cargo.
612026-04-05T00:21:37.629Z
622026-04-05T00:21:37.630ZThis is usually done by running one of the following (note the leading DOT):
632026-04-05T00:21:37.630Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-05T00:21:37.630Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-05T00:21:37.630Zsource "~/.cargo/env.nu" # For nushell
662026-04-05T00:21:37.630Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-05T00:21:37.630Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-05T00:21:37.630Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-05T00:21:37.630Zwarn: no default linker (`cc`) was found in your PATH
702026-04-05T00:21:37.630Zwarn: many Rust crates require a system C toolchain to build
712026-04-05T00:21:37.725Z+ rustup --version
722026-04-05T00:21:37.734Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-05T00:21:37.741Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-05T00:21:37.756Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-05T00:21:37.759Z+ cargo --version
762026-04-05T00:21:37.771Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-05T00:21:37.774Z+ rustc --version
782026-04-05T00:21:37.794Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-05T00:21:37.797Zprocess exited: duration 16692 ms, exit code 0
 
802026-04-05T00:21:37.803Zstarting task 2: "authentication"
812026-04-05T00:21:37.819Zprocess exited: duration 16 ms, exit code 0
 
822026-04-05T00:21:37.825Zstarting task 3: "clone repository"
832026-04-05T00:21:37.828Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-05T00:21:37.831Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-05T00:21:37.863ZCloning into '/work/oxidecomputer/omicron'...
862026-04-05T00:21:48.016Z+ cd /work/oxidecomputer/omicron
872026-04-05T00:21:48.019Z+ git fetch origin dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
882026-04-05T00:21:48.304ZFrom https://github.com/oxidecomputer/omicron
892026-04-05T00:21:48.304Z * branch dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33 -> FETCH_HEAD
902026-04-05T00:21:48.313Z+ [[ -n eliza/sitprep ]]
912026-04-05T00:21:48.316Z++ git branch --show-current
922026-04-05T00:21:48.316Z+ current=main
932026-04-05T00:21:48.316Z+ [[ main != eliza/sitprep ]]
942026-04-05T00:21:48.316Z+ git branch -f eliza/sitprep dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
952026-04-05T00:21:48.318Z+ git checkout -f eliza/sitprep
962026-04-05T00:21:48.545ZSwitched to branch 'eliza/sitprep'
972026-04-05T00:21:48.548Z+ git reset --hard dc3dd11e903b64e0a2fcf31186d3a5cd4e070b33
982026-04-05T00:21:48.590ZHEAD is now at dc3dd11e9 use the asme bullets as all the other stuff
992026-04-05T00:21:48.593Zprocess exited: duration 10711 ms, exit code 0
 
1002026-04-05T00:21:48.599Zstarting task 4: "build"
1012026-04-05T00:21:48.603Z+ source ./env.sh
1022026-04-05T00:21:48.603Z++ OLD_SHELL_OPTS=ehxB
1032026-04-05T00:21:48.603Z++ set -o xtrace
1042026-04-05T00:21:48.606Z++++ dirname ./env.sh
1052026-04-05T00:21:48.609Z+++ readlink -f .
1062026-04-05T00:21:48.612Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-05T00:21:48.612Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-05T00:21:48.612Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-05T00:21:48.612Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-05T00:21:48.612Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-05T00:21:48.612Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-05T00:21:48.612Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-05T00:21:48.612Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-05T00:21:48.612Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-05T00:21:48.612Z++ case $OLD_SHELL_OPTS in
1162026-04-05T00:21:48.612Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-05T00:21:48.612Z+ source .github/buildomat/ci-env.sh
1182026-04-05T00:21:48.612Z++ export CARGO_TERM_COLOR=always
1192026-04-05T00:21:48.612Z++ CARGO_TERM_COLOR=always
1202026-04-05T00:21:48.612Z+ cargo --version
1212026-04-05T00:21:48.621Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-05T00:21:48.623Z+ rustc --version
1232026-04-05T00:21:48.643Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-05T00:21:48.646Z+ banner prerequisites
1252026-04-05T00:21:48.649Z
1262026-04-05T00:21:48.649Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-05T00:21:48.649Z # # # # # # # # # # # # # # #
1282026-04-05T00:21:48.649Z # # # # ##### # # ##### # # # # # #### #
1292026-04-05T00:21:48.649Z ##### ##### # ##### # # # # # # # # #
1302026-04-05T00:21:48.649Z # # # # # # # # # # # # # # #
1312026-04-05T00:21:48.649Z # # # ###### # # ###### ### # #### # #### #
1322026-04-05T00:21:48.649Z
1332026-04-05T00:21:48.649Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-05T00:21:57.639Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-05T00:22:04.552Z Startup: Caching catalogs ... Done
1362026-04-05T00:22:09.410ZPlanning: Solver setup ... Done (3.256s)
1372026-04-05T00:22:09.431ZPlanning: Running solver ... Done (0.021s)
1382026-04-05T00:22:09.552ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-05T00:22:09.565ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-05T00:22:09.669ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-05T00:22:09.700ZPlanning: Package planning ... Done (0.031s)
1422026-04-05T00:22:09.728ZPlanning: Merging actions ... Done (0.027s)
1432026-04-05T00:22:09.911ZPlanning: Checking for conflicting actions ... Done (0.181s)
1442026-04-05T00:22:09.918ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-05T00:22:10.644ZPlanning: Evaluating mediators ... Done (0.723s)
1462026-04-05T00:22:10.651ZPlanning: Planning completed in 5.90 seconds
1472026-04-05T00:22:10.662Z Packages to install: 4
1482026-04-05T00:22:10.665Z Mediators to change: 2
1492026-04-05T00:22:10.665Z Services to change: 1
1502026-04-05T00:22:10.665Z Estimated space available: 155.35 GB
1512026-04-05T00:22:10.665ZEstimated space to be consumed: 1.84 GB
1522026-04-05T00:22:10.665Z Create boot environment: No
1532026-04-05T00:22:10.665ZCreate backup boot environment: No
1542026-04-05T00:22:10.665Z Rebuild boot archive: No
1552026-04-05T00:22:10.665Z
1562026-04-05T00:22:10.665ZChanged mediators:
1572026-04-05T00:22:10.665Z mediator clang:
1582026-04-05T00:22:10.665Z version: None -> 15 (system default)
1592026-04-05T00:22:10.665Z
1602026-04-05T00:22:10.665Z mediator llvm:
1612026-04-05T00:22:10.665Z version: 14 (system default) -> 15 (system default)
1622026-04-05T00:22:10.665Z
1632026-04-05T00:22:10.665ZChanged packages:
1642026-04-05T00:22:10.665Zhelios-dev
1652026-04-05T00:22:10.665Z developer/build-essential
1662026-04-05T00:22:10.665Z None -> 11-2.0
1672026-04-05T00:22:10.666Z library/libxmlsec1
1682026-04-05T00:22:10.666Z None -> 1.2.35-2.0
1692026-04-05T00:22:10.666Z ooce/developer/clang-15
1702026-04-05T00:22:10.666Z None -> 15.0.7-2.0
1712026-04-05T00:22:10.666Z ooce/developer/llvm-15
1722026-04-05T00:22:10.666Z None -> 15.0.7-2.0
1732026-04-05T00:22:10.666Z
1742026-04-05T00:22:10.666ZServices:
1752026-04-05T00:22:10.666Z restart_fmri:
1762026-04-05T00:22:10.666Z svc:/system/update-man-index:default
1772026-04-05T00:22:10.703Z
1782026-04-05T00:22:10.703ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-05T00:22:15.730ZDownload: 1990/3290 items 117.9/212.6MB 55% complete (23.7M/s)
1802026-04-05T00:22:24.643ZDownload: 3247/3290 items 202.9/212.6MB 95% complete (23.3M/s)
1812026-04-05T00:22:26.370ZDownload: Completed 212.60 MB in 15.59 seconds (13.6M/s)
1822026-04-05T00:22:26.484Z Actions: 1/3689 actions (Installing new actions)
1832026-04-05T00:22:29.671Z Actions: Completed 3689 actions in 3.17 seconds.
1842026-04-05T00:22:29.960Z Done (0.284s)
1852026-04-05T00:22:29.960Z Done (0.000s)
1862026-04-05T00:22:30.654Z Done (0.690s)
1872026-04-05T00:22:33.940Z Done (2.923s)
1882026-04-05T00:22:34.009Z Done (0.013s)
1892026-04-05T00:22:34.028Z Done (0.000s)
1902026-04-05T00:22:34.333Z Done (0.000s)
1912026-04-05T00:22:35.188ZPlanning: Evaluating mediator changes ... Done
1922026-04-05T00:22:35.296ZPlanning: Checking for conflicting actions ... Done
1932026-04-05T00:22:35.299ZPlanning: Consolidating action changes ... Done
1942026-04-05T00:22:35.459ZPlanning: Evaluating mediators ... Done
1952026-04-05T00:22:35.461ZPlanning: Planning completed in 0.27 seconds
1962026-04-05T00:22:35.480Z Mediators to change: 2
1972026-04-05T00:22:35.480Z Create boot environment: No
1982026-04-05T00:22:35.480ZCreate backup boot environment: No
1992026-04-05T00:22:35.529Z Done
2002026-04-05T00:22:35.529Z Done
2012026-04-05T00:22:36.140Z Done
2022026-04-05T00:22:38.686Z Done
2032026-04-05T00:22:38.758Z Done
2042026-04-05T00:22:38.761Z Done
2052026-04-05T00:22:38.872Z Done
2062026-04-05T00:22:39.280ZPlanning: Evaluating mediator changes ... Done
2072026-04-05T00:22:39.283ZPlanning: Merging actions ... Done
2082026-04-05T00:22:39.422ZPlanning: Checking for conflicting actions ... Done
2092026-04-05T00:22:39.425ZPlanning: Consolidating action changes ... Done
2102026-04-05T00:22:39.563ZPlanning: Evaluating mediators ... Done
2112026-04-05T00:22:39.592ZPlanning: Planning completed in 0.45 seconds
2122026-04-05T00:22:39.613Z Packages to change: 1
2132026-04-05T00:22:39.613Z Mediators to change: 1
2142026-04-05T00:22:39.613Z Services to change: 1
2152026-04-05T00:22:39.613Z Create boot environment: No
2162026-04-05T00:22:39.616ZCreate backup boot environment: Yes
2172026-04-05T00:22:41.951Z Actions: 1/6 actions (Updating modified actions)
2182026-04-05T00:22:41.954Z Actions: Completed 6 actions in 0.00 seconds.
2192026-04-05T00:22:41.954Z Done
2202026-04-05T00:22:41.954Z Done
2212026-04-05T00:22:42.091Z Done
2222026-04-05T00:22:44.613Z Done
2232026-04-05T00:22:44.687Z Done
2242026-04-05T00:22:44.690Z Done
2252026-04-05T00:22:44.844Z Done
2262026-04-05T00:22:45.134ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-04-05T00:22:45.134Zclang system 15 system
2282026-04-05T00:22:45.134Zcsh system system illumos
2292026-04-05T00:22:45.134Zctags system system illumos
2302026-04-05T00:22:45.134Zfile system system illumos
2312026-04-05T00:22:45.134Zgcc vendor 12 vendor
2322026-04-05T00:22:45.134Zgcc system 14 system
2332026-04-05T00:22:45.134Zgcc system 10 system
2342026-04-05T00:22:45.134Zgo system 1.20 system
2352026-04-05T00:22:45.134Zgo system 1.19 system
2362026-04-05T00:22:45.134Zllvm system 15 system
2372026-04-05T00:22:45.134Zllvm system 14 system
2382026-04-05T00:22:45.135Zmariadb system 10.6 system
2392026-04-05T00:22:45.135Zmta vendor vendor dma
2402026-04-05T00:22:45.135Zopenjdk system 17 system
2412026-04-05T00:22:45.135Zopenjdk system 11 system
2422026-04-05T00:22:45.135Zopenjdk system 1.8 system
2432026-04-05T00:22:45.135Zopenssl vendor 3 vendor
2442026-04-05T00:22:45.135Zperl system 5.36 system
2452026-04-05T00:22:45.135Zpostgresql system 15 system
2462026-04-05T00:22:45.135Zpostgresql system 13 system
2472026-04-05T00:22:45.135Zpython vendor 3 vendor
2482026-04-05T00:22:45.135Zpython system 2 system
2492026-04-05T00:22:45.135Zpython3 system 3.11 system
2502026-04-05T00:22:45.135Zruby system 3.0 system
2512026-04-05T00:22:45.135Zwords vendor vendor american-english
2522026-04-05T00:22:45.135Zwords system system australian-english
2532026-04-05T00:22:45.135Zwords system system british-english
2542026-04-05T00:22:45.135Zwords system system canadian-english
2552026-04-05T00:22:45.135Zwords system system french
2562026-04-05T00:22:45.135Zwords system system italian
2572026-04-05T00:22:45.135Zwords system system ngerman
2582026-04-05T00:22:45.135Zwords system system ogerman
2592026-04-05T00:22:45.135Zwords system system spanish
2602026-04-05T00:22:45.367ZPUBLISHER TYPE STATUS P LOCATION
2612026-04-05T00:22:45.367Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-04-05T00:22:49.770ZFMRI IFO
2632026-04-05T00:22:49.770Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-04-05T00:22:49.770Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-04-05T00:22:49.770Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-04-05T00:22:49.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-04-05T00:22:49.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-04-05T00:22:49.770Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-04-05T00:22:49.770Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-04-05T00:22:49.770Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-04-05T00:22:49.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-04-05T00:22:49.770Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-04-05T00:22:49.770Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-04-05T00:22:49.770Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-04-05T00:22:49.770Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-04-05T00:22:49.770Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-04-05T00:22:49.770Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-04-05T00:22:49.770Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-04-05T00:22:50.888Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-04-05T00:22:51.148Z Updating crates.io index
2812026-04-05T00:22:51.151Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-04-05T00:22:51.707Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-04-05T00:22:52.090Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-04-05T00:22:52.501Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852026-04-05T00:22:53.146Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-05T00:22:53.745Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-05T00:22:55.172Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-05T00:22:56.547Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-05T00:22:57.225Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-05T00:22:57.563Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-05T00:22:58.277Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-05T00:22:58.527Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-05T00:22:58.945Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-05T00:22:59.355Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-05T00:23:00.256Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-05T00:23:00.733Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-05T00:23:01.109Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-05T00:23:01.469Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-05T00:23:01.869Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-05T00:23:02.108Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-05T00:23:02.367Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-05T00:23:02.766Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-05T00:23:03.196Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-05T00:23:03.788Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-05T00:23:04.292Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-05T00:23:04.536Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-05T00:23:05.052Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-05T00:23:06.376Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-05T00:23:06.994Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-05T00:23:07.328Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-05T00:23:07.929Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-05T00:23:08.248Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-05T00:23:08.565Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-05T00:23:08.892Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-05T00:23:09.447Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-05T00:23:09.679Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-05T00:23:09.944Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-05T00:23:10.168Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-05T00:23:10.584Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-05T00:23:23.249Z Downloading crates ...
3212026-04-05T00:23:23.313Z Downloaded clap_lex v1.0.0
3222026-04-05T00:23:23.327Z Downloaded terminal_size v0.4.3
3232026-04-05T00:23:23.331Z Downloaded heck v0.5.0
3242026-04-05T00:23:23.334Z Downloaded dof v0.3.0
3252026-04-05T00:23:23.334Z Downloaded anstyle-query v1.1.5
3262026-04-05T00:23:23.337Z Downloaded zerocopy v0.7.35
3272026-04-05T00:23:23.346Z Downloaded version_check v0.9.5
3282026-04-05T00:23:23.349Z Downloaded utf8parse v0.2.2
3292026-04-05T00:23:23.349Z Downloaded clap_derive v4.5.55
3302026-04-05T00:23:23.349Z Downloaded bitflags v2.11.0
3312026-04-05T00:23:23.351Z Downloaded zmij v1.0.21
3322026-04-05T00:23:23.351Z Downloaded is_terminal_polyfill v1.70.2
3332026-04-05T00:23:23.351Z Downloaded toml_datetime v0.6.11
3342026-04-05T00:23:23.351Z Downloaded zerofrom v0.1.6
3352026-04-05T00:23:23.354Z Downloaded yoke-derive v0.8.1
3362026-04-05T00:23:23.354Z Downloaded crypto-common v0.1.7
3372026-04-05T00:23:23.354Z Downloaded thiserror v1.0.69
3382026-04-05T00:23:23.357Z Downloaded ordered-float v2.10.1
3392026-04-05T00:23:23.357Z Downloaded memmap v0.7.0
3402026-04-05T00:23:23.357Z Downloaded bytecount v0.6.9
3412026-04-05T00:23:23.360Z Downloaded utf8_iter v1.0.4
3422026-04-05T00:23:23.360Z Downloaded thiserror v2.0.18
3432026-04-05T00:23:23.363Z Downloaded dtrace-parser v0.2.0
3442026-04-05T00:23:23.363Z Downloaded usdt v0.5.0
3452026-04-05T00:23:23.363Z Downloaded cpufeatures v0.2.17
3462026-04-05T00:23:23.365Z Downloaded usdt-attr-macro v0.5.0
3472026-04-05T00:23:23.365Z Downloaded heck v0.4.1
3482026-04-05T00:23:23.365Z Downloaded autocfg v1.5.0
3492026-04-05T00:23:23.366Z Downloaded thiserror-impl v2.0.18
3502026-04-05T00:23:23.370Z Downloaded cfg-if v1.0.4
3512026-04-05T00:23:23.370Z Downloaded usdt-macro v0.5.0
3522026-04-05T00:23:23.370Z Downloaded thread-id v4.2.2
3532026-04-05T00:23:23.370Z Downloaded cargo_metadata v0.21.0
3542026-04-05T00:23:23.373Z Downloaded ucd-trie v0.1.7
3552026-04-05T00:23:23.373Z Downloaded block-buffer v0.10.4
3562026-04-05T00:23:23.373Z Downloaded sha2 v0.10.9
3572026-04-05T00:23:23.373Z Downloaded memchr v2.8.0
3582026-04-05T00:23:23.377Z Downloaded unicode-linebreak v0.1.5
3592026-04-05T00:23:23.377Z Downloaded tinystr v0.8.2
3602026-04-05T00:23:23.377Z Downloaded usdt-impl v0.5.0
3612026-04-05T00:23:23.380Z Downloaded fnv v1.0.7
3622026-04-05T00:23:23.380Z Downloaded unicode-ident v1.0.24
3632026-04-05T00:23:23.380Z Downloaded generic-array v0.14.7
3642026-04-05T00:23:23.380Z Downloaded colorchoice v1.0.4
3652026-04-05T00:23:23.380Z Downloaded itoa v1.0.17
3662026-04-05T00:23:23.383Z Downloaded macaddr v1.0.1
3672026-04-05T00:23:23.383Z Downloaded icu_normalizer v2.1.1
3682026-04-05T00:23:23.386Z Downloaded thiserror-impl v1.0.69
3692026-04-05T00:23:23.386Z Downloaded icu_provider v2.1.1
3702026-04-05T00:23:23.386Z Downloaded fs-err v3.3.0
3712026-04-05T00:23:23.389Z Downloaded errno v0.3.14
3722026-04-05T00:23:23.389Z Downloaded typeid v1.0.3
3732026-04-05T00:23:23.392Z Downloaded toml_write v0.1.2
3742026-04-05T00:23:23.396Z Downloaded serde_spanned v0.6.9
3752026-04-05T00:23:23.396Z Downloaded zerovec-derive v0.11.2
3762026-04-05T00:23:23.400Z Downloaded equivalent v1.0.2
3772026-04-05T00:23:23.400Z Downloaded textwrap v0.16.2
3782026-04-05T00:23:23.403Z Downloaded writeable v0.6.2
3792026-04-05T00:23:23.403Z Downloaded proc-macro-error-attr v1.0.4
3802026-04-05T00:23:23.403Z Downloaded unicode-xid v0.2.6
3812026-04-05T00:23:23.403Z Downloaded idna_adapter v1.2.1
3822026-04-05T00:23:23.406Z Downloaded typenum v1.19.0
3832026-04-05T00:23:23.406Z Downloaded percent-encoding v2.3.2
3842026-04-05T00:23:23.409Z Downloaded tabled_derive v0.7.0
3852026-04-05T00:23:23.409Z Downloaded serde-value v0.7.0
3862026-04-05T00:23:23.412Z Downloaded potential_utf v0.1.4
3872026-04-05T00:23:23.412Z Downloaded zerocopy-derive v0.7.35
3882026-04-05T00:23:23.415Z Downloaded zerotrie v0.2.3
3892026-04-05T00:23:23.418Z Downloaded yoke v0.8.1
3902026-04-05T00:23:23.418Z Downloaded pretty-hex v0.4.1
3912026-04-05T00:23:23.418Z Downloaded form_urlencoded v1.2.2
3922026-04-05T00:23:23.421Z Downloaded toml_edit v0.22.27
3932026-04-05T00:23:23.421Z Downloaded zerovec v0.11.5
3942026-04-05T00:23:23.424Z Downloaded fastrand v2.3.0
3952026-04-05T00:23:23.427Z Downloaded anstyle v1.0.13
3962026-04-05T00:23:23.427Z Downloaded toml v0.8.23
3972026-04-05T00:23:23.427Z Downloaded plain v0.2.3
3982026-04-05T00:23:23.430Z Downloaded url v2.5.8
3992026-04-05T00:23:23.432Z Downloaded strsim v0.11.1
4002026-04-05T00:23:23.437Z Downloaded cargo-platform v0.2.0
4012026-04-05T00:23:23.437Z Downloaded swrite v0.1.0
4022026-04-05T00:23:23.437Z Downloaded winnow v0.7.14
4032026-04-05T00:23:23.440Z Downloaded smawk v0.3.2
4042026-04-05T00:23:23.443Z Downloaded scroll_derive v0.12.1
4052026-04-05T00:23:23.448Z Downloaded once_cell v1.21.3
4062026-04-05T00:23:23.451Z Downloaded unicode-width v0.2.0
4072026-04-05T00:23:23.453Z Downloaded unicode-width v0.1.14
4082026-04-05T00:23:23.456Z Downloaded stable_deref_trait v1.2.1
4092026-04-05T00:23:23.460Z Downloaded displaydoc v0.2.5
4102026-04-05T00:23:23.464Z Downloaded byteorder v1.5.0
4112026-04-05T00:23:23.470Z Downloaded semver v1.0.27
4122026-04-05T00:23:23.473Z Downloaded digest v0.10.7
4132026-04-05T00:23:23.477Z Downloaded quote v1.0.44
4142026-04-05T00:23:23.480Z Downloaded cargo_toml v0.21.0
4152026-04-05T00:23:23.484Z Downloaded anstream v0.6.21
4162026-04-05T00:23:23.488Z Downloaded proc-macro-error v1.0.4
4172026-04-05T00:23:23.490Z Downloaded serde-untagged v0.1.9
4182026-04-05T00:23:23.490Z Downloaded scroll v0.12.0
4192026-04-05T00:23:23.496Z Downloaded camino-tempfile v1.4.1
4202026-04-05T00:23:23.497Z Downloaded synstructure v0.13.2
4212026-04-05T00:23:23.497Z Downloaded getrandom v0.4.1
4222026-04-05T00:23:23.497Z Downloaded litemap v0.8.1
4232026-04-05T00:23:23.499Z Downloaded erased-serde v0.4.9
4242026-04-05T00:23:23.499Z Downloaded anstyle-parse v0.2.7
4252026-04-05T00:23:23.499Z Downloaded zerofrom-derive v0.1.6
4262026-04-05T00:23:23.505Z Downloaded serde_tokenstream v0.2.3
4272026-04-05T00:23:23.509Z Downloaded smallvec v1.15.1
4282026-04-05T00:23:23.520Z Downloaded pest_generator v2.8.6
4292026-04-05T00:23:23.525Z Downloaded tempfile v3.25.0
4302026-04-05T00:23:23.529Z Downloaded pest_derive v2.8.6
4312026-04-05T00:23:23.532Z Downloaded icu_normalizer_data v2.1.1
4322026-04-05T00:23:23.536Z Downloaded anyhow v1.0.102
4332026-04-05T00:23:23.538Z Downloaded log v0.4.29
4342026-04-05T00:23:23.541Z Downloaded idna v1.1.0
4352026-04-05T00:23:23.544Z Downloaded num-traits v0.2.19
4362026-04-05T00:23:23.548Z Downloaded icu_properties v2.1.2
4372026-04-05T00:23:23.550Z Downloaded papergrid v0.11.0
4382026-04-05T00:23:23.553Z Downloaded cargo-util-schemas v0.8.2
4392026-04-05T00:23:23.553Z Downloaded proc-macro2 v1.0.106
4402026-04-05T00:23:23.557Z Downloaded camino v1.2.2
4412026-04-05T00:23:23.568Z Downloaded clap v4.5.60
4422026-04-05T00:23:23.577Z Downloaded serde_derive v1.0.228
4432026-04-05T00:23:23.581Z Downloaded serde_core v1.0.228
4442026-04-05T00:23:23.585Z Downloaded icu_locale_core v2.1.1
4452026-04-05T00:23:23.598Z Downloaded icu_collections v2.1.1
4462026-04-05T00:23:23.605Z Downloaded pest_meta v2.8.6
4472026-04-05T00:23:23.612Z Downloaded serde v1.0.228
4482026-04-05T00:23:23.614Z Downloaded indexmap v2.13.0
4492026-04-05T00:23:23.624Z Downloaded pest v2.8.6
4502026-04-05T00:23:23.636Z Downloaded hashbrown v0.16.1
4512026-04-05T00:23:23.639Z Downloaded clap_builder v4.5.60
4522026-04-05T00:23:23.648Z Downloaded serde_json v1.0.149
4532026-04-05T00:23:23.651Z Downloaded icu_properties_data v2.1.2
4542026-04-05T00:23:23.672Z Downloaded goblin v0.8.2
4552026-04-05T00:23:23.685Z Downloaded tabled v0.15.0
4562026-04-05T00:23:23.692Z Downloaded syn v1.0.109
4572026-04-05T00:23:23.704Z Downloaded syn v2.0.117
4582026-04-05T00:23:23.722Z Downloaded rustix v1.1.3
4592026-04-05T00:23:23.752Z Downloaded libc v0.2.180
4602026-04-05T00:23:23.821Z Compiling proc-macro2 v1.0.106
4612026-04-05T00:23:23.821Z Compiling unicode-ident v1.0.24
4622026-04-05T00:23:23.821Z Compiling quote v1.0.44
4632026-04-05T00:23:23.824Z Compiling serde_core v1.0.228
4642026-04-05T00:23:23.824Z Compiling libc v0.2.180
4652026-04-05T00:23:23.824Z Compiling version_check v0.9.5
4662026-04-05T00:23:23.824Z Compiling serde v1.0.228
4672026-04-05T00:23:23.825Z Compiling stable_deref_trait v1.2.1
4682026-04-05T00:23:24.138Z Compiling memchr v2.8.0
4692026-04-05T00:23:24.156Z Compiling zmij v1.0.21
4702026-04-05T00:23:24.407Z Compiling ucd-trie v0.1.7
4712026-04-05T00:23:24.457Z Compiling thiserror v1.0.69
4722026-04-05T00:23:24.665Z Compiling itoa v1.0.17
4732026-04-05T00:23:24.682Z Compiling autocfg v1.5.0
4742026-04-05T00:23:24.808Z Compiling pest v2.8.6
4752026-04-05T00:23:24.827Z Compiling writeable v0.6.2
4762026-04-05T00:23:24.848Z Compiling litemap v0.8.1
4772026-04-05T00:23:24.978Z Compiling icu_normalizer_data v2.1.1
4782026-04-05T00:23:25.153Z Compiling icu_properties_data v2.1.2
4792026-04-05T00:23:25.171Z Compiling rustix v1.1.3
4802026-04-05T00:23:25.368Z Compiling syn v2.0.117
4812026-04-05T00:23:25.389Z Compiling byteorder v1.5.0
4822026-04-05T00:23:25.469Z Compiling errno v0.3.14
4832026-04-05T00:23:25.499Z Compiling bitflags v2.11.0
4842026-04-05T00:23:25.626Z Compiling serde_json v1.0.149
4852026-04-05T00:23:25.745Z Compiling num-traits v0.2.19
4862026-04-05T00:23:25.849Z Compiling equivalent v1.0.2
4872026-04-05T00:23:25.946Z Compiling pest_meta v2.8.6
4882026-04-05T00:23:25.964Z Compiling hashbrown v0.16.1
4892026-04-05T00:23:26.079Z Compiling smallvec v1.15.1
4902026-04-05T00:23:26.136Z Compiling typeid v1.0.3
4912026-04-05T00:23:26.450Z Compiling thread-id v4.2.2
4922026-04-05T00:23:26.469Z Compiling indexmap v2.13.0
4932026-04-05T00:23:26.507Z Compiling proc-macro-error-attr v1.0.4
4942026-04-05T00:23:26.531Z Compiling usdt-impl v0.5.0
4952026-04-05T00:23:26.548Z Compiling syn v1.0.109
4962026-04-05T00:23:26.762Z Compiling toml_write v0.1.2
4972026-04-05T00:23:26.808Z Compiling winnow v0.7.14
4982026-04-05T00:23:26.856Z Compiling erased-serde v0.4.9
4992026-04-05T00:23:27.180Z Compiling proc-macro-error v1.0.4
5002026-04-05T00:23:27.198Z Compiling percent-encoding v2.3.2
5012026-04-05T00:23:27.373Z Compiling log v0.4.29
5022026-04-05T00:23:27.398Z Compiling utf8parse v0.2.2
5032026-04-05T00:23:27.517Z Compiling utf8_iter v1.0.4
5042026-04-05T00:23:27.561Z Compiling getrandom v0.4.1
5052026-04-05T00:23:27.607Z Compiling thiserror v2.0.18
5062026-04-05T00:23:27.667Z Compiling plain v0.2.3
5072026-04-05T00:23:27.684Z Compiling camino v1.2.2
5082026-04-05T00:23:27.714Z Compiling ordered-float v2.10.1
5092026-04-05T00:23:27.785Z Compiling anstyle-parse v0.2.7
5102026-04-05T00:23:27.978Z Compiling form_urlencoded v1.2.2
5112026-04-05T00:23:28.013Z Compiling synstructure v0.13.2
5122026-04-05T00:23:28.040Z Compiling pest_generator v2.8.6
5132026-04-05T00:23:28.178Z Compiling terminal_size v0.4.3
5142026-04-05T00:23:28.356Z Compiling is_terminal_polyfill v1.70.2
5152026-04-05T00:23:28.457Z Compiling colorchoice v1.0.4
5162026-04-05T00:23:28.477Z Compiling cfg-if v1.0.4
5172026-04-05T00:23:28.520Z Compiling anstyle-query v1.1.5
5182026-04-05T00:23:28.554Z Compiling anstyle v1.0.13
5192026-04-05T00:23:28.572Z Compiling pretty-hex v0.4.1
5202026-04-05T00:23:28.644Z Compiling serde-untagged v0.1.9
5212026-04-05T00:23:28.733Z Compiling anstream v0.6.21
5222026-04-05T00:23:28.756Z Compiling semver v1.0.27
5232026-04-05T00:23:28.793Z Compiling fs-err v3.3.0
5242026-04-05T00:23:28.885Z Compiling bytecount v0.6.9
5252026-04-05T00:23:28.985Z Compiling heck v0.4.1
5262026-04-05T00:23:29.028Z Compiling strsim v0.11.1
5272026-04-05T00:23:29.046Z Compiling heck v0.5.0
5282026-04-05T00:23:29.082Z Compiling clap_lex v1.0.0
5292026-04-05T00:23:29.100Z Compiling once_cell v1.21.3
5302026-04-05T00:23:29.215Z Compiling fastrand v2.3.0
5312026-04-05T00:23:29.317Z Compiling unicode-xid v0.2.6
5322026-04-05T00:23:29.320Z Compiling unicode-width v0.1.14
5332026-04-05T00:23:29.378Z Compiling anyhow v1.0.102
5342026-04-05T00:23:29.462Z Compiling fnv v1.0.7
5352026-04-05T00:23:29.480Z Compiling tempfile v3.25.0
5362026-04-05T00:23:29.574Z Compiling papergrid v0.11.0
5372026-04-05T00:23:29.591Z Compiling clap_builder v4.5.60
5382026-04-05T00:23:29.712Z Compiling memmap v0.7.0
5392026-04-05T00:23:29.730Z Compiling serde_derive v1.0.228
5402026-04-05T00:23:29.867Z Compiling zerofrom-derive v0.1.6
5412026-04-05T00:23:29.897Z Compiling yoke-derive v0.8.1
5422026-04-05T00:23:29.915Z Compiling zerovec-derive v0.11.2
5432026-04-05T00:23:30.256Z Compiling displaydoc v0.2.5
5442026-04-05T00:23:31.003Z Compiling thiserror-impl v1.0.69
5452026-04-05T00:23:31.071Z Compiling zerocopy-derive v0.7.35
5462026-04-05T00:23:31.093Z Compiling pest_derive v2.8.6
5472026-04-05T00:23:31.112Z Compiling scroll_derive v0.12.1
5482026-04-05T00:23:31.293Z Compiling zerofrom v0.1.6
5492026-04-05T00:23:31.449Z Compiling yoke v0.8.1
5502026-04-05T00:23:31.536Z Compiling thiserror-impl v2.0.18
5512026-04-05T00:23:31.655Z Compiling zerovec v0.11.5
5522026-04-05T00:23:31.786Z Compiling zerotrie v0.2.3
5532026-04-05T00:23:31.948Z Compiling zerocopy v0.7.35
5542026-04-05T00:23:32.089Z Compiling scroll v0.12.0
5552026-04-05T00:23:32.166Z Compiling tinystr v0.8.2
5562026-04-05T00:23:32.367Z Compiling icu_locale_core v2.1.1
5572026-04-05T00:23:32.386Z Compiling potential_utf v0.1.4
5582026-04-05T00:23:32.404Z Compiling dtrace-parser v0.2.0
5592026-04-05T00:23:32.500Z Compiling goblin v0.8.2
5602026-04-05T00:23:32.559Z Compiling icu_collections v2.1.1
5612026-04-05T00:23:32.782Z Compiling tabled_derive v0.7.0
5622026-04-05T00:23:32.990Z Compiling icu_provider v2.1.1
5632026-04-05T00:23:33.041Z Compiling clap_derive v4.5.55
5642026-04-05T00:23:33.153Z Compiling serde_spanned v0.6.9
5652026-04-05T00:23:33.185Z Compiling toml_datetime v0.6.11
5662026-04-05T00:23:33.205Z Compiling dof v0.3.0
5672026-04-05T00:23:33.261Z Compiling icu_properties v2.1.2
5682026-04-05T00:23:33.295Z Compiling icu_normalizer v2.1.1
5692026-04-05T00:23:33.313Z Compiling serde_tokenstream v0.2.3
5702026-04-05T00:23:33.454Z Compiling toml_edit v0.22.27
5712026-04-05T00:23:33.634Z Compiling serde-value v0.7.0
5722026-04-05T00:23:33.710Z Compiling cargo-platform v0.2.0
5732026-04-05T00:23:33.838Z Compiling unicode-width v0.2.0
5742026-04-05T00:23:33.991Z Compiling smawk v0.3.2
5752026-04-05T00:23:34.011Z Compiling unicode-linebreak v0.1.5
5762026-04-05T00:23:34.120Z Compiling idna_adapter v1.2.1
5772026-04-05T00:23:34.141Z Compiling tabled v0.15.0
5782026-04-05T00:23:34.218Z Compiling usdt-attr-macro v0.5.0
5792026-04-05T00:23:34.261Z Compiling idna v1.1.0
5802026-04-05T00:23:34.278Z Compiling usdt-macro v0.5.0
5812026-04-05T00:23:34.376Z Compiling textwrap v0.16.2
5822026-04-05T00:23:34.844Z Compiling toml v0.8.23
5832026-04-05T00:23:34.926Z Compiling url v2.5.8
5842026-04-05T00:23:34.945Z Compiling clap v4.5.60
5852026-04-05T00:23:34.948Z Compiling macaddr v1.0.1
5862026-04-05T00:23:35.423Z Compiling cargo_toml v0.21.0
5872026-04-05T00:23:35.527Z Compiling cargo-util-schemas v0.8.2
5882026-04-05T00:23:35.583Z Compiling camino-tempfile v1.4.1
5892026-04-05T00:23:35.756Z Compiling usdt v0.5.0
5902026-04-05T00:23:35.879Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-05T00:23:36.019Z Compiling swrite v0.1.0
5922026-04-05T00:23:36.470Z Compiling cargo_metadata v0.21.0
5932026-04-05T00:23:37.401Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-05T00:23:39.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.54s
5952026-04-05T00:23:39.737Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-05T00:23:40.324Z Downloading crates ...
5972026-04-05T00:23:40.431Z Downloaded adler2 v2.0.1
5982026-04-05T00:23:40.436Z Downloaded async-stream v0.3.6
5992026-04-05T00:23:40.439Z Downloaded ciborium-ll v0.2.2
6002026-04-05T00:23:40.442Z Downloaded argon2 v0.5.3
6012026-04-05T00:23:40.442Z Downloaded curve25519-dalek-derive v0.1.1
6022026-04-05T00:23:40.447Z Downloaded crc8 v0.1.1
6032026-04-05T00:23:40.450Z Downloaded dunce v1.0.5
6042026-04-05T00:23:40.450Z Downloaded const-oid v0.9.6
6052026-04-05T00:23:40.453Z Downloaded camino-tempfile-ext v0.3.3
6062026-04-05T00:23:40.453Z Downloaded downcast-rs v2.0.2
6072026-04-05T00:23:40.456Z Downloaded display-error-chain v0.2.2
6082026-04-05T00:23:40.456Z Downloaded daft-derive v0.1.5
6092026-04-05T00:23:40.459Z Downloaded crossbeam-utils v0.8.21
6102026-04-05T00:23:40.459Z Downloaded ff v0.13.1
6112026-04-05T00:23:40.463Z Downloaded ascii-canvas v3.0.0
6122026-04-05T00:23:40.468Z Downloaded defmt-macros v1.0.1
6132026-04-05T00:23:40.468Z Downloaded darling v0.20.11
6142026-04-05T00:23:40.471Z Downloaded derive_more-impl v2.1.1
6152026-04-05T00:23:40.474Z Downloaded async-bb8-diesel v0.2.1
6162026-04-05T00:23:40.475Z Downloaded futures v0.3.32
6172026-04-05T00:23:40.478Z Downloaded embedded-io v0.6.1
6182026-04-05T00:23:40.478Z Downloaded assert_matches v1.5.0
6192026-04-05T00:23:40.481Z Downloaded document-features v0.2.12
6202026-04-05T00:23:40.481Z Downloaded dirs-sys-next v0.1.2
6212026-04-05T00:23:40.481Z Downloaded array-init v0.0.4
6222026-04-05T00:23:40.481Z Downloaded flume v0.11.1
6232026-04-05T00:23:40.486Z Downloaded cookie_store v0.22.1
6242026-04-05T00:23:40.486Z Downloaded allocator-api2 v0.2.21
6252026-04-05T00:23:40.489Z Downloaded foldhash v0.2.0
6262026-04-05T00:23:40.489Z Downloaded either v1.15.0
6272026-04-05T00:23:40.489Z Downloaded cookie v0.18.1
6282026-04-05T00:23:40.495Z Downloaded dyn-clone v1.0.20
6292026-04-05T00:23:40.495Z Downloaded dirs-next v2.0.0
6302026-04-05T00:23:40.495Z Downloaded crossbeam-deque v0.8.6
6312026-04-05T00:23:40.499Z Downloaded darling v0.21.3
6322026-04-05T00:23:40.499Z Downloaded fs_extra v1.3.0
6332026-04-05T00:23:40.499Z Downloaded fatfs v0.3.6
6342026-04-05T00:23:40.502Z Downloaded convert_case v0.10.0
6352026-04-05T00:23:40.502Z Downloaded find-msvc-tools v0.1.9
6362026-04-05T00:23:40.502Z Downloaded derive_builder_macro v0.20.2
6372026-04-05T00:23:40.502Z Downloaded float-cmp v0.10.0
6382026-04-05T00:23:40.510Z Downloaded crunchy v0.2.4
6392026-04-05T00:23:40.510Z Downloaded bit-vec v0.6.3
6402026-04-05T00:23:40.510Z Downloaded foreign-types-macros v0.2.3
6412026-04-05T00:23:40.510Z Downloaded foreign-types v0.5.0
6422026-04-05T00:23:40.510Z Downloaded difflib v0.4.0
6432026-04-05T00:23:40.510Z Downloaded darling_macro v0.21.3
6442026-04-05T00:23:40.510Z Downloaded aes-gcm v0.10.3
6452026-04-05T00:23:40.514Z Downloaded endian-type v0.1.2
6462026-04-05T00:23:40.514Z Downloaded dsl_auto_type v0.2.0
6472026-04-05T00:23:40.514Z Downloaded crc-catalog v2.4.0
6482026-04-05T00:23:40.514Z Downloaded crc v3.4.0
6492026-04-05T00:23:40.514Z Downloaded bitfield-struct v0.6.2
6502026-04-05T00:23:40.518Z Downloaded bit-vec v0.8.0
6512026-04-05T00:23:40.518Z Downloaded async-recursion v1.1.1
6522026-04-05T00:23:40.518Z Downloaded funty v2.0.0
6532026-04-05T00:23:40.521Z Downloaded darling_core v0.23.0
6542026-04-05T00:23:40.521Z Downloaded crucible-workspace-hack v0.1.0
6552026-04-05T00:23:40.527Z Downloaded atomicwrites v0.4.4
6562026-04-05T00:23:40.527Z Downloaded bit-set v0.8.0
6572026-04-05T00:23:40.527Z Downloaded aead v0.5.2
6582026-04-05T00:23:40.527Z Downloaded arrayref v0.3.9
6592026-04-05T00:23:40.527Z Downloaded aho-corasick v1.1.4
6602026-04-05T00:23:40.531Z Downloaded enum-as-inner v0.6.1
6612026-04-05T00:23:40.531Z Downloaded async-stream-impl v0.3.6
6622026-04-05T00:23:40.531Z Downloaded dtrace-parser v0.3.0
6632026-04-05T00:23:40.531Z Downloaded diesel_table_macro_syntax v0.3.0
6642026-04-05T00:23:40.538Z Downloaded const_format_proc_macros v0.2.34
6652026-04-05T00:23:40.538Z Downloaded float-ord v0.3.2
6662026-04-05T00:23:40.538Z Downloaded darling_macro v0.23.0
6672026-04-05T00:23:40.538Z Downloaded foreign-types v0.3.2
6682026-04-05T00:23:40.543Z Downloaded fixedbitset v0.4.2
6692026-04-05T00:23:40.543Z Downloaded env_filter v1.0.0
6702026-04-05T00:23:40.543Z Downloaded cstr-argument v0.1.2
6712026-04-05T00:23:40.543Z Downloaded cargo_metadata v0.19.2
6722026-04-05T00:23:40.543Z Downloaded cfg_aliases v0.1.1
6732026-04-05T00:23:40.543Z Downloaded ahash v0.8.12
6742026-04-05T00:23:40.544Z Downloaded dof v0.4.0
6752026-04-05T00:23:40.544Z Downloaded dropshot-api-manager-types v0.6.0
6762026-04-05T00:23:40.552Z Downloaded flagset v0.4.7
6772026-04-05T00:23:40.552Z Downloaded darling_macro v0.20.11
6782026-04-05T00:23:40.552Z Downloaded cfg_aliases v0.2.1
6792026-04-05T00:23:40.552Z Downloaded defmt v0.3.100
6802026-04-05T00:23:40.556Z Downloaded cpufeatures v0.3.0
6812026-04-05T00:23:40.556Z Downloaded debug-ignore v1.0.5
6822026-04-05T00:23:40.556Z Downloaded embedded-io v0.4.0
6832026-04-05T00:23:40.561Z Downloaded ena v0.14.4
6842026-04-05T00:23:40.561Z Downloaded bit-set v0.5.3
6852026-04-05T00:23:40.561Z Downloaded derive-ex v0.1.8
6862026-04-05T00:23:40.580Z Downloaded filetime v0.2.27
6872026-04-05T00:23:40.580Z Downloaded env_logger v0.11.9
6882026-04-05T00:23:40.586Z Downloaded cassowary v0.3.0
6892026-04-05T00:23:40.586Z Downloaded console v0.16.2
6902026-04-05T00:23:40.586Z Downloaded chacha20 v0.10.0
6912026-04-05T00:23:40.586Z Downloaded futures-macro v0.3.32
6922026-04-05T00:23:40.586Z Downloaded colored v3.1.1
6932026-04-05T00:23:40.586Z Downloaded futures-task v0.3.32
6942026-04-05T00:23:40.586Z Downloaded gethostname v0.5.0
6952026-04-05T00:23:40.587Z Downloaded convert_case v0.4.0
6962026-04-05T00:23:40.587Z Downloaded bcrypt-pbkdf v0.10.0
6972026-04-05T00:23:40.587Z Downloaded ar_archive_writer v0.5.1
6982026-04-05T00:23:40.587Z Downloaded futures-io v0.3.32
6992026-04-05T00:23:40.587Z Downloaded futures-sink v0.3.32
7002026-04-05T00:23:40.587Z Downloaded fd-lock v4.0.4
7012026-04-05T00:23:40.587Z Downloaded base64ct v1.8.3
7022026-04-05T00:23:40.587Z Downloaded globwalk v0.9.1
7032026-04-05T00:23:40.587Z Downloaded castaway v0.2.4
7042026-04-05T00:23:40.587Z Downloaded cargo-platform v0.1.9
7052026-04-05T00:23:40.587Z Downloaded block-padding v0.3.3
7062026-04-05T00:23:40.591Z Downloaded ecdsa v0.16.9
7072026-04-05T00:23:40.591Z Downloaded critical-section v1.2.0
7082026-04-05T00:23:40.591Z Downloaded ed25519-dalek v2.2.0
7092026-04-05T00:23:40.591Z Downloaded fallible-iterator v0.2.0
7102026-04-05T00:23:40.595Z Downloaded derive_builder_core v0.20.2
7112026-04-05T00:23:40.595Z Downloaded cobs v0.3.0
7122026-04-05T00:23:40.595Z Downloaded ciborium-io v0.2.2
7132026-04-05T00:23:40.595Z Downloaded bb8 v0.8.6
7142026-04-05T00:23:40.601Z Downloaded ctr v0.9.2
7152026-04-05T00:23:40.601Z Downloaded atty v0.2.14
7162026-04-05T00:23:40.601Z Downloaded deranged v0.5.8
7172026-04-05T00:23:40.601Z Downloaded foreign-types-shared v0.3.1
7182026-04-05T00:23:40.606Z Downloaded ed25519 v2.2.3
7192026-04-05T00:23:40.606Z Downloaded defmt v1.0.1
7202026-04-05T00:23:40.606Z Downloaded daft v0.1.5
7212026-04-05T00:23:40.606Z Downloaded diesel-dtrace v0.5.0
7222026-04-05T00:23:40.614Z Downloaded csv-core v0.1.13
7232026-04-05T00:23:40.614Z Downloaded fxhash v0.2.1
7242026-04-05T00:23:40.614Z Downloaded foreign-types-shared v0.1.1
7252026-04-05T00:23:40.614Z Downloaded base16ct v0.2.0
7262026-04-05T00:23:40.614Z Downloaded home v0.5.12
7272026-04-05T00:23:40.614Z Downloaded bitfield-macros v0.19.4
7282026-04-05T00:23:40.626Z Downloaded foldhash v0.1.5
7292026-04-05T00:23:40.627Z Downloaded buf-list v1.1.2
7302026-04-05T00:23:40.627Z Downloaded der_derive v0.7.3
7312026-04-05T00:23:40.630Z Downloaded bitflags v1.3.2
7322026-04-05T00:23:40.630Z Downloaded arrayvec v0.7.6
7332026-04-05T00:23:40.630Z Downloaded headers-core v0.3.0
7342026-04-05T00:23:40.630Z Downloaded git-stub v1.0.0
7352026-04-05T00:23:40.630Z Downloaded hostname v0.3.1
7362026-04-05T00:23:40.630Z Downloaded ghash v0.5.1
7372026-04-05T00:23:40.631Z Downloaded hubpack_derive v0.1.1
7382026-04-05T00:23:40.631Z Downloaded futures-core v0.3.32
7392026-04-05T00:23:40.631Z Downloaded hex v0.4.3
7402026-04-05T00:23:40.631Z Downloaded drift v0.1.3
7412026-04-05T00:23:40.635Z Downloaded fixedbitset v0.5.7
7422026-04-05T00:23:40.635Z Downloaded futures-executor v0.3.32
7432026-04-05T00:23:40.635Z Downloaded constant_time_eq v0.4.2
7442026-04-05T00:23:40.639Z Downloaded chacha20 v0.9.1
7452026-04-05T00:23:40.639Z Downloaded cbc v0.1.2
7462026-04-05T00:23:40.639Z Downloaded backoff v0.4.0
7472026-04-05T00:23:40.643Z Downloaded hyper-tls v0.6.0
7482026-04-05T00:23:40.644Z Downloaded indent_write v2.2.0
7492026-04-05T00:23:40.644Z Downloaded hex-literal v0.4.1
7502026-04-05T00:23:40.644Z Downloaded hash32 v0.3.1
7512026-04-05T00:23:40.647Z Downloaded instant v0.1.13
7522026-04-05T00:23:40.647Z Downloaded instability v0.3.11
7532026-04-05T00:23:40.647Z Downloaded indoc v1.0.9
7542026-04-05T00:23:40.647Z Downloaded is-terminal v0.4.17
7552026-04-05T00:23:40.651Z Downloaded http-range v0.1.5
7562026-04-05T00:23:40.651Z Downloaded hash32 v0.2.1
7572026-04-05T00:23:40.652Z Downloaded defmt-parser v1.0.0
7582026-04-05T00:23:40.652Z Downloaded crc32fast v1.5.0
7592026-04-05T00:23:40.652Z Downloaded hostname v0.4.2
7602026-04-05T00:23:40.655Z Downloaded hubpack v0.1.2
7612026-04-05T00:23:40.655Z Downloaded httpdate v1.0.3
7622026-04-05T00:23:40.656Z Downloaded group v0.13.0
7632026-04-05T00:23:40.660Z Downloaded ident_case v1.0.1
7642026-04-05T00:23:40.660Z Downloaded globset v0.4.18
7652026-04-05T00:23:40.660Z Downloaded blowfish v0.9.1
7662026-04-05T00:23:40.660Z Downloaded glob v0.3.3
7672026-04-05T00:23:40.665Z Downloaded erased-serde v0.3.31
7682026-04-05T00:23:40.665Z Downloaded base16ct v1.0.0
7692026-04-05T00:23:40.665Z Downloaded diff v0.1.13
7702026-04-05T00:23:40.669Z Downloaded getrandom v0.2.17
7712026-04-05T00:23:40.669Z Downloaded cmake v0.1.57
7722026-04-05T00:23:40.672Z Downloaded cipher v0.4.4
7732026-04-05T00:23:40.672Z Downloaded cexpr v0.6.0
7742026-04-05T00:23:40.672Z Downloaded byte-wrapper v0.1.0
7752026-04-05T00:23:40.676Z Downloaded http-body v1.0.1
7762026-04-05T00:23:40.676Z Downloaded data-encoding v2.10.0
7772026-04-05T00:23:40.680Z Downloaded is_ci v1.2.0
7782026-04-05T00:23:40.680Z Downloaded internet-checksum v0.2.1
7792026-04-05T00:23:40.680Z Downloaded keccak v0.1.6
7802026-04-05T00:23:40.680Z Downloaded inout v0.1.4
7812026-04-05T00:23:40.685Z Downloaded elliptic-curve v0.13.8
7822026-04-05T00:23:40.685Z Downloaded derive-where v1.6.0
7832026-04-05T00:23:40.688Z Downloaded darling v0.23.0
7842026-04-05T00:23:40.694Z Downloaded kstat-rs v0.2.4
7852026-04-05T00:23:40.694Z Downloaded highway v1.3.0
7862026-04-05T00:23:40.694Z Downloaded http-body-util v0.1.3
7872026-04-05T00:23:40.698Z Downloaded bzip2 v0.6.1
7882026-04-05T00:23:40.698Z Downloaded humantime v2.3.0
7892026-04-05T00:23:40.698Z Downloaded lalrpop-util v0.19.12
7902026-04-05T00:23:40.698Z Downloaded corncobs v0.1.4
7912026-04-05T00:23:40.698Z Downloaded crossbeam-epoch v0.9.18
7922026-04-05T00:23:40.703Z Downloaded bitfield v0.19.4
7932026-04-05T00:23:40.703Z Downloaded bcs v0.1.6
7942026-04-05T00:23:40.703Z Downloaded atomic-waker v1.1.2
7952026-04-05T00:23:40.706Z Downloaded console v0.15.11
7962026-04-05T00:23:40.706Z Downloaded fs-err v2.11.0
7972026-04-05T00:23:40.706Z Downloaded ingot v0.1.1
7982026-04-05T00:23:40.710Z Downloaded impl-trait-for-tuples v0.2.3
7992026-04-05T00:23:40.710Z Downloaded linked-hash-map v0.5.6
8002026-04-05T00:23:40.716Z Downloaded md-5 v0.10.6
8012026-04-05T00:23:40.720Z Downloaded md5 v0.7.0
8022026-04-05T00:23:40.720Z Downloaded match_cfg v0.1.0
8032026-04-05T00:23:40.720Z Downloaded lzss v0.8.2
8042026-04-05T00:23:40.720Z Downloaded lru-slab v0.1.2
8052026-04-05T00:23:40.720Z Downloaded lru-cache v0.1.2
8062026-04-05T00:23:40.724Z Downloaded lru v0.12.5
8072026-04-05T00:23:40.724Z Downloaded nibble_vec v0.1.0
8082026-04-05T00:23:40.724Z Downloaded derive_builder v0.20.2
8092026-04-05T00:23:40.729Z Downloaded maybe-uninit v2.0.0
8102026-04-05T00:23:40.729Z Downloaded half v1.8.3
8112026-04-05T00:23:40.733Z Downloaded hyper-staticfile v0.10.1
8122026-04-05T00:23:40.733Z Downloaded mime v0.3.17
8132026-04-05T00:23:40.737Z Downloaded multimap v0.10.1
8142026-04-05T00:23:40.737Z Downloaded dropshot_endpoint v0.16.7
8152026-04-05T00:23:40.741Z Downloaded des v0.8.1
8162026-04-05T00:23:40.741Z Downloaded memoffset v0.9.1
8172026-04-05T00:23:40.741Z Downloaded managed v0.8.0
8182026-04-05T00:23:40.741Z Downloaded maplit v1.0.2
8192026-04-05T00:23:40.745Z Downloaded ipnet v2.11.0
8202026-04-05T00:23:40.745Z Downloaded indoc v2.0.7
8212026-04-05T00:23:40.750Z Downloaded ipnetwork v0.21.1
8222026-04-05T00:23:40.750Z Downloaded ciborium v0.2.2
8232026-04-05T00:23:40.750Z Downloaded cancel-safe-futures v0.1.5
8242026-04-05T00:23:40.754Z Downloaded lazy_static v1.5.0
8252026-04-05T00:23:40.754Z Downloaded async-trait v0.1.89
8262026-04-05T00:23:40.762Z Downloaded num-derive v0.3.3
8272026-04-05T00:23:40.762Z Downloaded num v0.4.3
8282026-04-05T00:23:40.762Z Downloaded normalize-line-endings v0.3.0
8292026-04-05T00:23:40.762Z Downloaded nonempty v0.12.0
8302026-04-05T00:23:40.763Z Downloaded nodrop v0.1.14
8312026-04-05T00:23:40.768Z Downloaded newtype_derive v0.1.6
8322026-04-05T00:23:40.768Z Downloaded newtype-uuid-macros v0.1.0
8332026-04-05T00:23:40.768Z Downloaded newline-converter v0.3.0
8342026-04-05T00:23:40.768Z Downloaded new_debug_unreachable v1.0.6
8352026-04-05T00:23:40.768Z Downloaded futures-channel v0.3.32
8362026-04-05T00:23:40.768Z Downloaded num_enum_derive v0.5.11
8372026-04-05T00:23:40.768Z Downloaded bzip2 v0.4.4
8382026-04-05T00:23:40.768Z Downloaded clang-sys v1.8.1
8392026-04-05T00:23:40.773Z Downloaded backon v1.6.0
8402026-04-05T00:23:40.773Z Downloaded opaque-debug v0.3.1
8412026-04-05T00:23:40.773Z Downloaded cargo_toml v0.22.3
8422026-04-05T00:23:40.773Z Downloaded num-derive v0.4.2
8432026-04-05T00:23:40.773Z Downloaded jobserver v0.1.34
8442026-04-05T00:23:40.777Z Downloaded git-stub-vcs v0.1.0
8452026-04-05T00:23:40.777Z Downloaded num-conv v0.2.0
8462026-04-05T00:23:40.777Z Downloaded num-iter v0.1.45
8472026-04-05T00:23:40.783Z Downloaded linear-map v1.2.0
8482026-04-05T00:23:40.783Z Downloaded ingot-types v0.1.2
8492026-04-05T00:23:40.783Z Downloaded ingot-macros v0.1.1
8502026-04-05T00:23:40.783Z Downloaded hmac v0.12.1
8512026-04-05T00:23:40.788Z Downloaded libloading v0.8.9
8522026-04-05T00:23:40.788Z Downloaded nanorand v0.7.0
8532026-04-05T00:23:40.792Z Downloaded libefi-sys v0.1.0
8542026-04-05T00:23:40.793Z Downloaded libsw-core v0.3.2
8552026-04-05T00:23:40.793Z Downloaded libsw v3.5.0
8562026-04-05T00:23:40.797Z Downloaded compact_str v0.8.1
8572026-04-05T00:23:40.797Z Downloaded olpc-cjson v0.1.4
8582026-04-05T00:23:40.802Z Downloaded openssl-probe v0.1.6
8592026-04-05T00:23:40.802Z Downloaded packed_struct_codegen v0.10.1
8602026-04-05T00:23:40.802Z Downloaded darling_core v0.20.11
8612026-04-05T00:23:40.805Z Downloaded openssl-macros v0.1.1
8622026-04-05T00:23:40.810Z Downloaded lock_api v0.4.14
8632026-04-05T00:23:40.810Z Downloaded httparse v1.10.1
8642026-04-05T00:23:40.810Z Downloaded derive_more v0.99.20
8652026-04-05T00:23:40.835Z Downloaded parse-size v1.1.0
8662026-04-05T00:23:40.839Z Downloaded colored v2.2.0
8672026-04-05T00:23:40.840Z Downloaded parse-display v0.10.0
8682026-04-05T00:23:40.840Z Downloaded oso-derive v0.27.3
8692026-04-05T00:23:40.840Z Downloaded openssl-probe v0.2.1
8702026-04-05T00:23:40.840Z Downloaded newtype-uuid v1.3.2
8712026-04-05T00:23:40.840Z Downloaded libscf-sys v1.1.0
8722026-04-05T00:23:40.840Z Downloaded der v0.7.10
8732026-04-05T00:23:40.840Z Downloaded num-integer v0.1.46
8742026-04-05T00:23:40.846Z Downloaded nu-ansi-term v0.50.3
8752026-04-05T00:23:40.846Z Downloaded multer v3.1.0
8762026-04-05T00:23:40.846Z Downloaded phf_shared v0.11.3
8772026-04-05T00:23:40.846Z Downloaded pbkdf2 v0.12.2
8782026-04-05T00:23:40.846Z Downloaded pbkdf2 v0.11.0
8792026-04-05T00:23:40.852Z Downloaded num-complex v0.4.6
8802026-04-05T00:23:40.852Z Downloaded path-slash v0.1.5
8812026-04-05T00:23:40.852Z Downloaded hyper-rustls v0.27.7
8822026-04-05T00:23:40.856Z Downloaded indexmap v1.9.3
8832026-04-05T00:23:40.856Z Downloaded iana-time-zone v0.1.65
8842026-04-05T00:23:40.856Z Downloaded peg-runtime v0.8.5
8852026-04-05T00:23:40.856Z Downloaded num_threads v0.1.7
8862026-04-05T00:23:40.859Z Downloaded oxide-tokio-rt v0.1.3
8872026-04-05T00:23:40.859Z Downloaded native-tls v0.2.18
8882026-04-05T00:23:40.863Z Downloaded memmap2 v0.9.10
8892026-04-05T00:23:40.863Z Downloaded getrandom v0.3.4
8902026-04-05T00:23:40.869Z Downloaded num-rational v0.4.2
8912026-04-05T00:23:40.869Z Downloaded phf_shared v0.12.1
8922026-04-05T00:23:40.869Z Downloaded packed_struct v0.10.1
8932026-04-05T00:23:40.872Z Downloaded owo-colors v4.3.0
8942026-04-05T00:23:40.872Z Downloaded num_enum v0.7.5
8952026-04-05T00:23:40.873Z Downloaded powerfmt v0.2.0
8962026-04-05T00:23:40.873Z Downloaded predicates-tree v1.0.13
8972026-04-05T00:23:40.877Z Downloaded phf_shared v0.13.1
8982026-04-05T00:23:40.877Z Downloaded heapless v0.7.17
8992026-04-05T00:23:40.877Z Downloaded flate2 v1.1.9
9002026-04-05T00:23:40.881Z Downloaded precomputed-hash v0.1.1
9012026-04-05T00:23:40.881Z Downloaded hickory-client v0.25.2
9022026-04-05T00:23:40.886Z Downloaded crypto-bigint v0.5.5
9032026-04-05T00:23:40.889Z Downloaded proc-macro-crate v1.3.1
9042026-04-05T00:23:40.889Z Downloaded headers v0.4.1
9052026-04-05T00:23:40.893Z Downloaded oxnet v0.1.4
9062026-04-05T00:23:40.893Z Downloaded proc-macro-crate v3.4.0
9072026-04-05T00:23:40.897Z Downloaded progenitor-client v0.11.2
9082026-04-05T00:23:40.897Z Downloaded password-hash v0.4.2
9092026-04-05T00:23:40.898Z Downloaded mime_guess v2.0.5
9102026-04-05T00:23:40.902Z Downloaded proc-macro-error-attr2 v2.0.0
9112026-04-05T00:23:40.902Z Downloaded predicates-core v1.0.10
9122026-04-05T00:23:40.902Z Downloaded arc-swap v1.8.2
9132026-04-05T00:23:40.902Z Downloaded litrs v1.0.0
9142026-04-05T00:23:40.905Z Downloaded parse-display-derive v0.10.0
9152026-04-05T00:23:40.905Z Downloaded libbz2-rs-sys v0.2.2
9162026-04-05T00:23:40.905Z Downloaded peg-macros v0.8.5
9172026-04-05T00:23:40.909Z Downloaded progenitor-client v0.10.0
9182026-04-05T00:23:40.909Z Downloaded pem-rfc7468 v0.7.0
9192026-04-05T00:23:40.912Z Downloaded num_enum_derive v0.7.5
9202026-04-05T00:23:40.912Z Downloaded crossbeam-channel v0.5.15
9212026-04-05T00:23:40.917Z Downloaded phf v0.12.1
9222026-04-05T00:23:40.917Z Downloaded peg v0.8.5
9232026-04-05T00:23:40.923Z Downloaded psl-types v2.0.11
9242026-04-05T00:23:40.923Z Downloaded progenitor-macro v0.13.0
9252026-04-05T00:23:40.923Z Downloaded progenitor-macro v0.11.2
9262026-04-05T00:23:40.923Z Downloaded indicatif v0.18.4
9272026-04-05T00:23:40.923Z Downloaded ignore v0.4.25
9282026-04-05T00:23:40.923Z Downloaded paste v1.0.15
9292026-04-05T00:23:40.927Z Downloaded password-hash v0.5.0
9302026-04-05T00:23:40.927Z Downloaded chacha20poly1305 v0.10.1
9312026-04-05T00:23:40.927Z Downloaded pkg-config v0.3.32
9322026-04-05T00:23:40.927Z Downloaded postgres-protocol v0.6.10
9332026-04-05T00:23:40.932Z Downloaded bytes v1.11.1
9342026-04-05T00:23:40.932Z Downloaded pin-utils v0.1.0
9352026-04-05T00:23:40.936Z Downloaded num_enum v0.5.11
9362026-04-05T00:23:40.936Z Downloaded rand_chacha v0.3.1
9372026-04-05T00:23:40.936Z Downloaded quick-error v1.2.3
9382026-04-05T00:23:40.936Z Downloaded parking_lot v0.11.2
9392026-04-05T00:23:40.941Z Downloaded blake2 v0.10.6
9402026-04-05T00:23:40.941Z Downloaded crc-any v2.5.0
9412026-04-05T00:23:40.945Z Downloaded pem v3.0.6
9422026-04-05T00:23:40.945Z Downloaded expectorate v1.2.0
9432026-04-05T00:23:40.945Z Downloaded diesel_derives v2.3.7
9442026-04-05T00:23:40.948Z Downloaded parking_lot v0.12.5
9452026-04-05T00:23:40.953Z Downloaded pin-project-internal v1.1.11
9462026-04-05T00:23:40.953Z Downloaded pin-project-lite v0.2.17
9472026-04-05T00:23:40.963Z Downloaded rand_xorshift v0.4.0
9482026-04-05T00:23:40.963Z Downloaded omicron-zone-package v0.12.2
9492026-04-05T00:23:40.963Z Downloaded darling_core v0.21.3
9502026-04-05T00:23:40.969Z Downloaded recursive-proc-macro-impl v0.1.1
9512026-04-05T00:23:40.969Z Downloaded recursive v0.1.1
9522026-04-05T00:23:40.970Z Downloaded radium v0.7.0
9532026-04-05T00:23:40.970Z Downloaded progenitor-macro v0.10.0
9542026-04-05T00:23:40.970Z Downloaded progenitor-extras v0.1.1
9552026-04-05T00:23:40.970Z Downloaded primeorder v0.13.6
9562026-04-05T00:23:40.970Z Downloaded progenitor v0.13.0
9572026-04-05T00:23:40.970Z Downloaded ppv-lite86 v0.2.21
9582026-04-05T00:23:40.970Z Downloaded heapless v0.8.0
9592026-04-05T00:23:40.970Z Downloaded half v2.7.1
9602026-04-05T00:23:40.977Z Downloaded polyval v0.6.2
9612026-04-05T00:23:40.978Z Downloaded parking_lot_core v0.8.6
9622026-04-05T00:23:40.978Z Downloaded ref-cast-impl v1.0.25
9632026-04-05T00:23:40.978Z Downloaded pkcs1 v0.7.5
9642026-04-05T00:23:40.978Z Downloaded phf v0.13.1
9652026-04-05T00:23:40.983Z Downloaded base64 v0.21.7
9662026-04-05T00:23:40.983Z Downloaded russh-cryptovec v0.7.3
9672026-04-05T00:23:40.983Z Downloaded proc-macro-error2 v2.0.1
9682026-04-05T00:23:40.986Z Downloaded rustc-hash v2.1.1
9692026-04-05T00:23:40.986Z Downloaded dropshot-api-manager v0.6.0
9702026-04-05T00:23:40.986Z Downloaded hashbrown v0.12.3
9712026-04-05T00:23:40.990Z Downloaded progenitor-client v0.13.0
9722026-04-05T00:23:40.990Z Downloaded progenitor v0.11.2
9732026-04-05T00:23:40.994Z Downloaded progenitor v0.10.0
9742026-04-05T00:23:40.994Z Downloaded pkcs8 v0.10.2
9752026-04-05T00:23:40.994Z Downloaded rand_chacha v0.9.0
9762026-04-05T00:23:40.997Z Downloaded postcard v1.1.3
9772026-04-05T00:23:40.997Z Downloaded rtoolbox v0.0.3
9782026-04-05T00:23:40.997Z Downloaded rfc6979 v0.4.0
9792026-04-05T00:23:40.997Z Downloaded rustc_version v0.1.7
9802026-04-05T00:23:41.003Z Downloaded miniz_oxide v0.8.9
9812026-04-05T00:23:41.003Z Downloaded const_format v0.2.35
9822026-04-05T00:23:41.006Z Downloaded cc v1.2.56
9832026-04-05T00:23:41.006Z Downloaded papergrid v0.17.0
9842026-04-05T00:23:41.010Z Downloaded derive_more v2.1.1
9852026-04-05T00:23:41.018Z Downloaded rustc_version v0.4.1
9862026-04-05T00:23:41.023Z Downloaded rand_seeder v0.4.0
9872026-04-05T00:23:41.023Z Downloaded rand_core v0.10.0
9882026-04-05T00:23:41.023Z Downloaded salsa20 v0.10.2
9892026-04-05T00:23:41.023Z Downloaded hickory-server v0.25.2
9902026-04-05T00:23:41.027Z Downloaded crossterm v0.28.1
9912026-04-05T00:23:41.031Z Downloaded poly1305 v0.8.0
9922026-04-05T00:23:41.035Z Downloaded scroll_derive v0.13.1
9932026-04-05T00:23:41.035Z Downloaded rand_core v0.6.4
9942026-04-05T00:23:41.042Z Downloaded hickory-resolver v0.24.4
9952026-04-05T00:23:41.042Z Downloaded r2d2 v0.8.10
9962026-04-05T00:23:41.045Z Downloaded rand_core v0.9.5
9972026-04-05T00:23:41.050Z Downloaded serde-big-array v0.5.1
9982026-04-05T00:23:41.053Z Downloaded semver v0.1.20
9992026-04-05T00:23:41.053Z Downloaded pkcs5 v0.7.1
10002026-04-05T00:23:41.056Z Downloaded p256 v0.13.2
10012026-04-05T00:23:41.059Z Downloaded scopeguard v1.2.0
10022026-04-05T00:23:41.059Z Downloaded parking_lot_core v0.9.12
10032026-04-05T00:23:41.059Z Downloaded minimal-lexical v0.2.1
10042026-04-05T00:23:41.062Z Downloaded predicates v3.1.4
10052026-04-05T00:23:41.066Z Downloaded postgres-types v0.2.12
10062026-04-05T00:23:41.066Z Downloaded bumpalo v3.20.2
10072026-04-05T00:23:41.069Z Downloaded oso v0.27.3
10082026-04-05T00:23:41.069Z Downloaded rustls-pemfile v1.0.4
10092026-04-05T00:23:41.069Z Downloaded secrecy v0.8.0
10102026-04-05T00:23:41.074Z Downloaded shell-words v1.1.1
10112026-04-05T00:23:41.074Z Downloaded same-file v1.0.6
10122026-04-05T00:23:41.074Z Downloaded rustls-pemfile v2.2.0
10132026-04-05T00:23:41.077Z Downloaded scheduled-thread-pool v0.2.7
10142026-04-05T00:23:41.077Z Downloaded sha1 v0.10.6
10152026-04-05T00:23:41.078Z Downloaded prefix-trie v0.7.0
10162026-04-05T00:23:41.081Z Downloaded sapling-renderdag v0.1.0
10172026-04-05T00:23:41.081Z Downloaded resolv-conf v0.7.6
10182026-04-05T00:23:41.081Z Downloaded rusty-fork v0.3.1
10192026-04-05T00:23:41.083Z Downloaded rustversion v1.0.22
10202026-04-05T00:23:41.083Z Downloaded base64 v0.22.1
10212026-04-05T00:23:41.086Z Downloaded jiff-static v0.2.21
10222026-04-05T00:23:41.089Z Downloaded psm v0.1.30
10232026-04-05T00:23:41.095Z Downloaded signal-hook-tokio v0.3.1
10242026-04-05T00:23:41.099Z Downloaded siphasher v1.0.2
10252026-04-05T00:23:41.099Z Downloaded serde_bytes v0.11.19
10262026-04-05T00:23:41.099Z Downloaded sigpipe v0.1.3
10272026-04-05T00:23:41.102Z Downloaded serde_spanned v1.0.4
10282026-04-05T00:23:41.102Z Downloaded serde_urlencoded v0.7.1
10292026-04-05T00:23:41.105Z Downloaded serde_plain v1.0.2
10302026-04-05T00:23:41.105Z Downloaded serde_repr v0.1.20
10312026-04-05T00:23:41.105Z Downloaded scrypt v0.11.0
10322026-04-05T00:23:41.108Z Downloaded schemars_derive v0.8.22
10332026-04-05T00:23:41.112Z Downloaded slog-envlogger v2.2.0
10342026-04-05T00:23:41.112Z Downloaded quinn-udp v0.5.14
10352026-04-05T00:23:41.116Z Downloaded sec1 v0.7.3
10362026-04-05T00:23:41.119Z Downloaded pin-project v1.1.11
10372026-04-05T00:23:41.123Z Downloaded seq-macro v0.3.6
10382026-04-05T00:23:41.128Z Downloaded rustls-native-certs v0.8.3
10392026-04-05T00:23:41.128Z Downloaded openssl-sys v0.9.111
10402026-04-05T00:23:41.132Z Downloaded slog-bunyan v2.5.0
10412026-04-05T00:23:41.133Z Downloaded hickory-resolver v0.25.2
10422026-04-05T00:23:41.138Z Downloaded hyper-util v0.1.20
10432026-04-05T00:23:41.138Z Downloaded serde-hex v0.1.0
10442026-04-05T00:23:41.142Z Downloaded signal-hook-mio v0.2.5
10452026-04-05T00:23:41.146Z Downloaded russh-keys v0.45.0
10462026-04-05T00:23:41.146Z Downloaded serde_path_to_error v0.1.20
10472026-04-05T00:23:41.151Z Downloaded hashbrown v0.13.2
10482026-04-05T00:23:41.154Z Downloaded ssh-encoding v0.2.0
10492026-04-05T00:23:41.154Z Downloaded ref-cast v1.0.25
10502026-04-05T00:23:41.158Z Downloaded itertools v0.10.5
10512026-04-05T00:23:41.161Z Downloaded prettyplease v0.2.37
10522026-04-05T00:23:41.164Z Downloaded pretty_assertions v1.4.1
10532026-04-05T00:23:41.164Z Downloaded crossterm v0.29.0
10542026-04-05T00:23:41.170Z Downloaded sct v0.7.1
10552026-04-05T00:23:41.173Z Downloaded aes v0.8.4
10562026-04-05T00:23:41.173Z Downloaded strum v0.26.3
10572026-04-05T00:23:41.173Z Downloaded rcgen v0.12.1
10582026-04-05T00:23:41.180Z Downloaded progenitor-impl v0.11.2
10592026-04-05T00:23:41.180Z Downloaded progenitor-impl v0.10.0
10602026-04-05T00:23:41.185Z Downloaded secrecy v0.10.3
10612026-04-05T00:23:41.185Z Downloaded signal-hook-registry v1.4.8
10622026-04-05T00:23:41.185Z Downloaded subtle v2.6.1
10632026-04-05T00:23:41.185Z Downloaded ssh-cipher v0.2.0
10642026-04-05T00:23:41.189Z Downloaded sync_wrapper v1.0.2
10652026-04-05T00:23:41.189Z Downloaded sqlparser_derive v0.5.0
10662026-04-05T00:23:41.199Z Downloaded slog-json v2.6.1
10672026-04-05T00:23:41.204Z Downloaded ron v0.8.1
10682026-04-05T00:23:41.204Z Downloaded snafu-derive v0.8.9
10692026-04-05T00:23:41.205Z Downloaded slog-dtrace v0.3.0
10702026-04-05T00:23:41.205Z Downloaded structmeta-derive v0.3.0
10712026-04-05T00:23:41.219Z Downloaded sync-ptr v0.1.4
10722026-04-05T00:23:41.219Z Downloaded strum v0.27.2
10732026-04-05T00:23:41.219Z Downloaded strip-ansi-escapes v0.2.1
10742026-04-05T00:23:41.219Z Downloaded take_mut v0.2.2
10752026-04-05T00:23:41.219Z Downloaded tagptr v0.2.0
10762026-04-05T00:23:41.224Z Downloaded http v1.4.0
10772026-04-05T00:23:41.224Z Downloaded spki v0.7.3
10782026-04-05T00:23:41.224Z Downloaded slog-async v2.8.0
10792026-04-05T00:23:41.224Z Downloaded simd-adler32 v0.3.8
10802026-04-05T00:23:41.224Z Downloaded tabled_derive v0.11.0
10812026-04-05T00:23:41.224Z Downloaded serde_with_macros v3.17.0
10822026-04-05T00:23:41.227Z Downloaded structmeta v0.3.0
10832026-04-05T00:23:41.227Z Downloaded signature v2.2.0
10842026-04-05T00:23:41.227Z Downloaded shlex v1.3.0
10852026-04-05T00:23:41.227Z Downloaded rustls-pki-types v1.14.0
10862026-04-05T00:23:41.233Z Downloaded tabwriter v1.4.1
10872026-04-05T00:23:41.233Z Downloaded supports-color v3.0.2
10882026-04-05T00:23:41.233Z Downloaded thread-id v5.1.0
10892026-04-05T00:23:41.233Z Downloaded smf v0.2.3
10902026-04-05T00:23:41.238Z Downloaded slog-scope v4.4.1
10912026-04-05T00:23:41.242Z Downloaded progenitor-impl v0.13.0
10922026-04-05T00:23:41.242Z Downloaded mio v1.1.1
10932026-04-05T00:23:41.246Z Downloaded tinyvec_macros v0.1.1
10942026-04-05T00:23:41.246Z Downloaded smallvec v0.6.14
10952026-04-05T00:23:41.250Z Downloaded termtree v0.5.1
10962026-04-05T00:23:41.250Z Downloaded tap v1.0.1
10972026-04-05T00:23:41.250Z Downloaded static_assertions v1.1.0
10982026-04-05T00:23:41.250Z Downloaded ryu v1.0.23
10992026-04-05T00:23:41.253Z Downloaded string_cache v0.8.9
11002026-04-05T00:23:41.254Z Downloaded stacker v0.1.23
11012026-04-05T00:23:41.254Z Downloaded slog-term v2.9.2
11022026-04-05T00:23:41.259Z Downloaded scroll v0.13.0
11032026-04-05T00:23:41.259Z Downloaded slog-stdlog v4.1.1
11042026-04-05T00:23:41.259Z Downloaded support-bundle-viewer v0.1.2
11052026-04-05T00:23:41.265Z Downloaded slab v0.4.12
11062026-04-05T00:23:41.265Z Downloaded hashbrown v0.15.5
11072026-04-05T00:23:41.272Z Downloaded serde_cbor v0.11.2
11082026-04-05T00:23:41.272Z Downloaded testing_table v0.3.0
11092026-04-05T00:23:41.275Z Downloaded sqlformat v0.3.5
11102026-04-05T00:23:41.275Z Downloaded serde_derive_internals v0.29.1
11112026-04-05T00:23:41.288Z Downloaded time-core v0.1.8
11122026-04-05T00:23:41.294Z Downloaded strum_macros v0.24.3
11132026-04-05T00:23:41.300Z Downloaded rand v0.8.5
11142026-04-05T00:23:41.301Z Downloaded stringprep v0.1.5
11152026-04-05T00:23:41.312Z Downloaded termios v0.3.3
11162026-04-05T00:23:41.312Z Downloaded tower-service v0.3.3
11172026-04-05T00:23:41.316Z Downloaded strum_macros v0.26.4
11182026-04-05T00:23:41.316Z Downloaded itertools v0.12.1
11192026-04-05T00:23:41.316Z Downloaded thread_local v1.1.9
11202026-04-05T00:23:41.316Z Downloaded iri-string v0.7.10
11212026-04-05T00:23:41.320Z Downloaded rayon-core v1.13.0
11222026-04-05T00:23:41.326Z Downloaded time-macros v0.2.27
11232026-04-05T00:23:41.326Z Downloaded tower-layer v0.3.3
11242026-04-05T00:23:41.331Z Downloaded tokio-macros v2.6.0
11252026-04-05T00:23:41.332Z Downloaded strum_macros v0.27.2
11262026-04-05T00:23:41.332Z Downloaded similar v2.7.0
11272026-04-05T00:23:41.341Z Downloaded quinn v0.11.9
11282026-04-05T00:23:41.341Z Downloaded trait-variant v0.1.2
11292026-04-05T00:23:41.341Z Downloaded tokio-dtrace v0.1.1
11302026-04-05T00:23:41.341Z Downloaded qorb v0.4.1
11312026-04-05T00:23:41.349Z Downloaded try-lock v0.2.5
11322026-04-05T00:23:41.350Z Downloaded signal-hook v0.3.18
11332026-04-05T00:23:41.350Z Downloaded publicsuffix v2.3.0
11342026-04-05T00:23:41.350Z Downloaded num-bigint v0.4.6
11352026-04-05T00:23:41.350Z Downloaded tiny-keccak v2.0.2
11362026-04-05T00:23:41.350Z Downloaded thiserror-impl-no-std v2.0.2
11372026-04-05T00:23:41.355Z Downloaded socket2 v0.5.10
11382026-04-05T00:23:41.356Z Downloaded libxml v0.3.3
11392026-04-05T00:23:41.356Z Downloaded unicode-truncate v1.1.0
11402026-04-05T00:23:41.360Z Downloaded unarray v0.1.4
11412026-04-05T00:23:41.361Z Downloaded typify-macro v0.4.3
11422026-04-05T00:23:41.361Z Downloaded usdt-attr-macro v0.6.0
11432026-04-05T00:23:41.361Z Downloaded typify-macro v0.6.1
11442026-04-05T00:23:41.361Z Downloaded usdt v0.6.0
11452026-04-05T00:23:41.367Z Downloaded toml_writer v1.0.6+spec-1.1.0
11462026-04-05T00:23:41.367Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-04-05T00:23:41.367Z Downloaded tokio-tungstenite v0.23.1
11482026-04-05T00:23:41.367Z Downloaded universal-hash v0.5.1
11492026-04-05T00:23:41.382Z Downloaded term v1.2.1
11502026-04-05T00:23:41.383Z Downloaded spin v0.9.8
11512026-04-05T00:23:41.383Z Downloaded h2 v0.4.13
11522026-04-05T00:23:41.383Z Downloaded tls_codec_derive v0.4.2
11532026-04-05T00:23:41.393Z Downloaded tokio-native-tls v0.3.1
11542026-04-05T00:23:41.393Z Downloaded serde_yaml v0.9.34+deprecated
11552026-04-05T00:23:41.394Z Downloaded rand v0.9.2
11562026-04-05T00:23:41.394Z Downloaded tokio-rustls v0.25.0
11572026-04-05T00:23:41.394Z Downloaded futures-util v0.3.32
11582026-04-05T00:23:41.394Z Downloaded untrusted v0.7.1
11592026-04-05T00:23:41.394Z Downloaded topological-sort v0.2.2
11602026-04-05T00:23:41.394Z Downloaded slog v2.8.2
11612026-04-05T00:23:41.394Z Downloaded term v0.7.0
11622026-04-05T00:23:41.420Z Downloaded rustls-webpki v0.103.9
11632026-04-05T00:23:41.420Z Downloaded itertools v0.13.0
11642026-04-05T00:23:41.420Z Downloaded schemars v0.9.0
11652026-04-05T00:23:41.437Z Downloaded utf-8 v0.7.6
11662026-04-05T00:23:41.437Z Downloaded untrusted v0.9.0
11672026-04-05T00:23:41.437Z Downloaded usdt-macro v0.6.0
11682026-04-05T00:23:41.437Z Downloaded schemars v0.8.22
11692026-04-05T00:23:41.437Z Downloaded void v1.0.2
11702026-04-05T00:23:41.437Z Downloaded tokio-rustls v0.26.4
11712026-04-05T00:23:41.437Z Downloaded thiserror-no-std v2.0.2
11722026-04-05T00:23:41.437Z Downloaded nom v7.1.3
11732026-04-05T00:23:41.437Z Downloaded hkdf v0.12.4
11742026-04-05T00:23:41.437Z Downloaded rsa v0.9.10
11752026-04-05T00:23:41.437Z Downloaded tokio-tungstenite v0.21.0
11762026-04-05T00:23:41.437Z Downloaded wait-timeout v0.2.1
11772026-04-05T00:23:41.447Z Downloaded tokio-rustls v0.24.1
11782026-04-05T00:23:41.447Z Downloaded want v0.3.1
11792026-04-05T00:23:41.447Z Downloaded waitgroup v0.1.2
11802026-04-05T00:23:41.447Z Downloaded num-bigint-dig v0.8.6
11812026-04-05T00:23:41.447Z Downloaded xattr v1.6.1
11822026-04-05T00:23:41.447Z Downloaded uzers v0.12.2
11832026-04-05T00:23:41.447Z Downloaded samael v0.0.19
11842026-04-05T00:23:41.447Z Downloaded usdt-impl v0.6.0
11852026-04-05T00:23:41.448Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-04-05T00:23:41.448Z Downloaded rand v0.10.0
11872026-04-05T00:23:41.448Z Downloaded unit-prefix v0.5.2
11882026-04-05T00:23:41.474Z Downloaded socket2 v0.6.2
11892026-04-05T00:23:41.474Z Downloaded unicase v2.9.0
11902026-04-05T00:23:41.474Z Downloaded vergen-gitcl v1.0.8
11912026-04-05T00:23:41.474Z Downloaded rustls-platform-verifier v0.6.2
11922026-04-05T00:23:41.474Z Downloaded p521 v0.13.3
11932026-04-05T00:23:41.474Z Downloaded tls_codec v0.4.2
11942026-04-05T00:23:41.474Z Downloaded vergen-lib v0.1.6
11952026-04-05T00:23:41.474Z Downloaded schemars v1.2.1
11962026-04-05T00:23:41.490Z Downloaded xshell-macros v0.2.7
11972026-04-05T00:23:41.490Z Downloaded twox-hash v2.1.2
11982026-04-05T00:23:41.491Z Downloaded tui-tree-widget v0.23.1
11992026-04-05T00:23:41.491Z Downloaded tracing-attributes v0.1.31
12002026-04-05T00:23:41.491Z Downloaded tokio-stream v0.1.18
12012026-04-05T00:23:41.491Z Downloaded whoami v1.6.1
12022026-04-05T00:23:41.491Z Downloaded iddqd v0.3.17
12032026-04-05T00:23:41.491Z Downloaded subprocess v0.2.15
12042026-04-05T00:23:41.491Z Downloaded russh v0.45.0
12052026-04-05T00:23:41.491Z Downloaded vergen-git2 v1.0.7
12062026-04-05T00:23:41.491Z Downloaded zeroize_derive v1.4.3
12072026-04-05T00:23:41.544Z Downloaded zone_cfg_derive v0.3.1
12082026-04-05T00:23:41.544Z Downloaded xshell v0.2.7
12092026-04-05T00:23:41.544Z Downloaded wyz v0.5.1
12102026-04-05T00:23:41.544Z Downloaded itertools v0.14.0
12112026-04-05T00:23:41.544Z Downloaded toml v0.7.8
12122026-04-05T00:23:41.544Z Downloaded xz2 v0.1.7
12132026-04-05T00:23:41.544Z Downloaded test-strategy v0.4.5
12142026-04-05T00:23:41.544Z Downloaded snafu v0.8.9
12152026-04-05T00:23:41.559Z Downloaded zone v0.3.1
12162026-04-05T00:23:41.559Z Downloaded vsss-rs v3.3.4
12172026-04-05T00:23:41.559Z Downloaded walkdir v2.5.0
12182026-04-05T00:23:41.559Z Downloaded steno v0.4.1
12192026-04-05T00:23:41.559Z Downloaded libm v0.2.16
12202026-04-05T00:23:41.559Z Downloaded whoami v2.1.0
12212026-04-05T00:23:41.560Z Downloaded typify v0.6.1
12222026-04-05T00:23:41.560Z Downloaded unsafe-libyaml v0.2.11
12232026-04-05T00:23:41.560Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-04-05T00:23:41.568Z Downloaded tar v0.4.45
12252026-04-05T00:23:41.568Z Downloaded vergen v9.0.6
12262026-04-05T00:23:41.568Z Downloaded toml v0.9.12+spec-1.1.0
12272026-04-05T00:23:41.568Z Downloaded zeroize v1.8.2
12282026-04-05T00:23:41.568Z Downloaded tracing-core v0.1.36
12292026-04-05T00:23:41.575Z Downloaded zstd-safe v7.2.4
12302026-04-05T00:23:41.575Z Downloaded zstd v0.13.3
12312026-04-05T00:23:41.580Z Downloaded reedline v0.40.0
12322026-04-05T00:23:41.584Z Downloaded tungstenite v0.23.0
12332026-04-05T00:23:41.587Z Downloaded typify v0.4.3
12342026-04-05T00:23:41.587Z Downloaded unicode-properties v0.1.4
12352026-04-05T00:23:41.587Z Downloaded unicode-bidi v0.3.18
12362026-04-05T00:23:41.592Z Downloaded tokio-postgres v0.7.16
12372026-04-05T00:23:41.596Z Downloaded tinyvec v1.10.0
12382026-04-05T00:23:41.596Z Downloaded yasna v0.5.2
12392026-04-05T00:23:41.596Z Downloaded hyper v1.8.1
12402026-04-05T00:23:41.602Z Downloaded rustyline v14.0.0
12412026-04-05T00:23:41.616Z Downloaded zerocopy v0.6.6
12422026-04-05T00:23:41.622Z Downloaded reqwest v0.13.2
12432026-04-05T00:23:41.626Z Downloaded reqwest v0.12.28
12442026-04-05T00:23:41.626Z Downloaded tungstenite v0.21.0
12452026-04-05T00:23:41.633Z Downloaded ron v0.12.0
12462026-04-05T00:23:41.639Z Downloaded vte v0.14.1
12472026-04-05T00:23:41.654Z Downloaded zopfli v0.8.3
12482026-04-05T00:23:41.657Z Downloaded rayon v1.11.0
12492026-04-05T00:23:41.662Z Downloaded typed-path v0.9.3
12502026-04-05T00:23:41.666Z Downloaded quick-xml v0.37.5
12512026-04-05T00:23:41.669Z Downloaded yansi v1.0.1
12522026-04-05T00:23:41.669Z Downloaded toml_edit v0.19.15
12532026-04-05T00:23:41.679Z Downloaded uuid v1.21.0
12542026-04-05T00:23:41.683Z Downloaded tower v0.5.3
12552026-04-05T00:23:41.688Z Downloaded rpassword v7.4.0
12562026-04-05T00:23:41.693Z Downloaded ssh-key v0.6.7
12572026-04-05T00:23:41.697Z Downloaded zerocopy-derive v0.8.40
12582026-04-05T00:23:41.701Z Downloaded salty v0.3.0
12592026-04-05T00:23:41.705Z Downloaded p384 v0.13.1
12602026-04-05T00:23:41.710Z Downloaded x509-cert v0.2.5
12612026-04-05T00:23:41.713Z Downloaded regex v1.12.3
12622026-04-05T00:23:41.716Z Downloaded blake3 v1.8.3
12632026-04-05T00:23:41.721Z Downloaded zip v0.6.6
12642026-04-05T00:23:41.739Z Downloaded petname v2.0.2
12652026-04-05T00:23:41.743Z Downloaded tokio-util v0.7.18
12662026-04-05T00:23:41.747Z Downloaded unicode_categories v0.1.1
12672026-04-05T00:23:41.750Z Downloaded bindgen v0.71.1
12682026-04-05T00:23:41.754Z Downloaded aws-lc-rs v1.16.0
12692026-04-05T00:23:41.757Z Downloaded tough v0.20.0
12702026-04-05T00:23:41.776Z Downloaded lalrpop v0.19.12
12712026-04-05T00:23:41.782Z Downloaded git2 v0.20.4
12722026-04-05T00:23:41.788Z Downloaded serde_with v3.17.0
12732026-04-05T00:23:41.794Z Downloaded unicode-segmentation v1.12.0
12742026-04-05T00:23:41.800Z Downloaded curve25519-dalek v4.1.3
12752026-04-05T00:23:41.805Z Downloaded object v0.30.4
12762026-04-05T00:23:41.814Z Downloaded bitvec v1.0.1
12772026-04-05T00:23:41.817Z Downloaded unicode-normalization v0.1.25
12782026-04-05T00:23:41.817Z Downloaded goblin v0.10.5
12792026-04-05T00:23:41.821Z Downloaded moka v0.12.13
12802026-04-05T00:23:41.825Z Downloaded rustls-webpki v0.101.7
12812026-04-05T00:23:41.832Z Downloaded tower-http v0.6.8
12822026-04-05T00:23:41.837Z Downloaded zip v4.6.1
12832026-04-05T00:23:41.840Z Downloaded winnow v0.6.26
12842026-04-05T00:23:41.845Z Downloaded quinn-proto v0.11.13
12852026-04-05T00:23:41.850Z Downloaded rustls-webpki v0.102.8
12862026-04-05T00:23:41.861Z Downloaded nix v0.29.0
12872026-04-05T00:23:41.870Z Downloaded proptest v1.10.0
12882026-04-05T00:23:41.875Z Downloaded openssl v0.10.75
12892026-04-05T00:23:41.879Z Downloaded portable-atomic v1.13.1
12902026-04-05T00:23:41.884Z Downloaded chrono v0.4.44
12912026-04-05T00:23:41.899Z Downloaded dropshot v0.16.7
12922026-04-05T00:23:41.914Z Downloaded winnow v0.5.40
12932026-04-05T00:23:41.921Z Downloaded nix v0.27.1
12942026-04-05T00:23:41.925Z Downloaded polar-core v0.27.3
12952026-04-05T00:23:41.930Z Downloaded time v0.3.47
12962026-04-05T00:23:41.936Z Downloaded rustls v0.21.12
12972026-04-05T00:23:41.941Z Downloaded radix_trie v0.2.1
12982026-04-05T00:23:41.944Z Downloaded hickory-proto v0.24.4
12992026-04-05T00:23:41.954Z Downloaded vcpkg v0.2.15
13002026-04-05T00:23:41.977Z Downloaded tabled v0.20.0
13012026-04-05T00:23:41.989Z Downloaded zlib-rs v0.6.2
13022026-04-05T00:23:41.997Z Downloaded hickory-proto v0.25.2
13032026-04-05T00:23:42.000Z Downloaded smoltcp v0.11.0
13042026-04-05T00:23:42.007Z Downloaded nix v0.31.1
13052026-04-05T00:23:42.014Z Downloaded object v0.37.3
13062026-04-05T00:23:42.021Z Downloaded regex-syntax v0.8.10
13072026-04-05T00:23:42.026Z Downloaded diesel v2.3.7
13082026-04-05T00:23:42.039Z Downloaded zerocopy v0.8.40
13092026-04-05T00:23:42.044Z Downloaded rustix v0.38.44
13102026-04-05T00:23:42.058Z Downloaded rustls v0.22.4
13112026-04-05T00:23:42.066Z Downloaded openapiv3 v2.2.0
13122026-04-05T00:23:42.073Z Downloaded regress v0.10.5
13132026-04-05T00:23:42.079Z Downloaded rustls v0.23.37
13142026-04-05T00:23:42.087Z Downloaded regex-syntax v0.6.29
13152026-04-05T00:23:42.090Z Downloaded webpki-roots v1.0.6
13162026-04-05T00:23:42.093Z Downloaded bstr v1.12.1
13172026-04-05T00:23:42.099Z Downloaded smoltcp v0.9.1
13182026-04-05T00:23:42.104Z Downloaded nix v0.28.0
13192026-04-05T00:23:42.112Z Downloaded sqlparser v0.61.0
13202026-04-05T00:23:42.134Z Downloaded ratatui v0.29.0
13212026-04-05T00:23:42.147Z Downloaded tracing v0.1.44
13222026-04-05T00:23:42.184Z Downloaded sled v0.34.7
13232026-04-05T00:23:42.190Z Downloaded typify-impl v0.4.3
13242026-04-05T00:23:42.198Z Downloaded zerocopy-derive v0.6.6
13252026-04-05T00:23:42.203Z Downloaded typify-impl v0.6.1
13262026-04-05T00:23:42.212Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-04-05T00:23:42.235Z Downloaded regex-automata v0.4.14
13282026-04-05T00:23:42.245Z Downloaded petgraph v0.6.5
13292026-04-05T00:23:42.257Z Downloaded lzma-sys v0.1.20
13302026-04-05T00:23:42.274Z Downloaded chrono-tz v0.10.4
13312026-04-05T00:23:42.284Z Downloaded jiff v0.2.21
13322026-04-05T00:23:42.296Z Downloaded petgraph v0.8.3
13332026-04-05T00:23:42.310Z Downloaded csv v1.4.0
13342026-04-05T00:23:42.323Z Downloaded libz-sys v1.1.24
13352026-04-05T00:23:42.337Z Downloaded sha3 v0.10.8
13362026-04-05T00:23:42.340Z Downloaded tokio v1.49.0
13372026-04-05T00:23:42.365Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-04-05T00:23:42.409Z Downloaded encoding_rs v0.8.35
13392026-04-05T00:23:42.423Z Downloaded ring v0.17.14
13402026-04-05T00:23:42.509Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-04-05T00:23:43.125Z Downloaded aws-lc-sys v0.37.1
13422026-04-05T00:23:43.372Z Compiling libc v0.2.180
13432026-04-05T00:23:43.372Z Compiling serde v1.0.228
13442026-04-05T00:23:43.378Z Compiling log v0.4.29
13452026-04-05T00:23:43.378Z Compiling find-msvc-tools v0.1.9
13462026-04-05T00:23:43.528Z Compiling shlex v1.3.0
13472026-04-05T00:23:43.533Z Compiling smallvec v1.15.1
13482026-04-05T00:23:43.542Z Compiling syn v2.0.117
13492026-04-05T00:23:43.556Z Compiling typenum v1.19.0
13502026-04-05T00:23:43.704Z Compiling generic-array v0.14.7
13512026-04-05T00:23:43.707Z Compiling subtle v2.6.1
13522026-04-05T00:23:43.747Z Compiling scopeguard v1.2.0
13532026-04-05T00:23:43.804Z Compiling portable-atomic v1.13.1
13542026-04-05T00:23:43.838Z Compiling lock_api v0.4.14
13552026-04-05T00:23:43.854Z Compiling const-oid v0.9.6
13562026-04-05T00:23:43.885Z Compiling critical-section v1.2.0
13572026-04-05T00:23:43.958Z Compiling zerocopy v0.8.40
13582026-04-05T00:23:44.006Z Compiling serde_json v1.0.149
13592026-04-05T00:23:44.068Z Compiling parking_lot_core v0.9.12
13602026-04-05T00:23:44.182Z Compiling pin-project-lite v0.2.17
13612026-04-05T00:23:44.357Z Compiling getrandom v0.2.17
13622026-04-05T00:23:44.391Z Compiling jobserver v0.1.34
13632026-04-05T00:23:44.414Z Compiling errno v0.3.14
13642026-04-05T00:23:44.517Z Compiling rand_core v0.6.4
13652026-04-05T00:23:44.563Z Compiling signal-hook-registry v1.4.8
13662026-04-05T00:23:44.583Z Compiling pkg-config v0.3.32
13672026-04-05T00:23:44.767Z Compiling cc v1.2.56
13682026-04-05T00:23:44.796Z Compiling once_cell v1.21.3
13692026-04-05T00:23:44.819Z Compiling parking_lot v0.12.5
13702026-04-05T00:23:44.835Z Compiling mio v1.1.1
13712026-04-05T00:23:44.874Z Compiling bitflags v2.11.0
13722026-04-05T00:23:45.012Z Compiling libm v0.2.16
13732026-04-05T00:23:45.240Z Compiling num-traits v0.2.19
13742026-04-05T00:23:45.273Z Compiling futures-core v0.3.32
13752026-04-05T00:23:45.330Z Compiling socket2 v0.6.2
13762026-04-05T00:23:45.403Z Compiling percent-encoding v2.3.2
13772026-04-05T00:23:45.442Z Compiling allocator-api2 v0.2.21
13782026-04-05T00:23:45.476Z Compiling foldhash v0.2.0
13792026-04-05T00:23:45.590Z Compiling futures-sink v0.3.32
13802026-04-05T00:23:45.606Z Compiling cpufeatures v0.2.17
13812026-04-05T00:23:45.683Z Compiling futures-channel v0.3.32
13822026-04-05T00:23:45.700Z Compiling getrandom v0.4.1
13832026-04-05T00:23:45.700Z Compiling futures-task v0.3.32
13842026-04-05T00:23:45.733Z Compiling hashbrown v0.16.1
13852026-04-05T00:23:45.768Z Compiling futures-io v0.3.32
13862026-04-05T00:23:45.892Z Compiling slab v0.4.12
13872026-04-05T00:23:45.919Z Compiling rand_core v0.10.0
13882026-04-05T00:23:45.936Z Compiling getrandom v0.3.4
13892026-04-05T00:23:46.061Z Compiling rustversion v1.0.22
13902026-04-05T00:23:46.090Z Compiling cmake v0.1.57
13912026-04-05T00:23:46.346Z Compiling indexmap v2.13.0
13922026-04-05T00:23:46.445Z Compiling form_urlencoded v1.2.2
13932026-04-05T00:23:46.526Z Compiling synstructure v0.13.2
13942026-04-05T00:23:46.640Z Compiling ident_case v1.0.1
13952026-04-05T00:23:46.653Z Compiling dunce v1.0.5
13962026-04-05T00:23:46.753Z Compiling fs_extra v1.3.0
13972026-04-05T00:23:46.769Z Compiling base64ct v1.8.3
13982026-04-05T00:23:46.933Z Compiling flagset v0.4.7
13992026-04-05T00:23:46.964Z Compiling rand_core v0.9.5
14002026-04-05T00:23:47.019Z Compiling pem-rfc7468 v0.7.0
14012026-04-05T00:23:47.033Z Compiling aws-lc-sys v0.37.1
14022026-04-05T00:23:47.066Z Compiling iana-time-zone v0.1.65
14032026-04-05T00:23:47.066Z Compiling rustix v1.1.3
14042026-04-05T00:23:47.108Z Compiling ring v0.17.14
14052026-04-05T00:23:47.151Z Compiling uuid v1.21.0
14062026-04-05T00:23:47.255Z Compiling rustc_version v0.4.1
14072026-04-05T00:23:47.278Z Compiling aws-lc-rs v1.16.0
14082026-04-05T00:23:47.338Z Compiling regex-syntax v0.8.10
14092026-04-05T00:23:47.570Z Compiling vcpkg v0.2.15
14102026-04-05T00:23:47.593Z Compiling tracing-core v0.1.36
14112026-04-05T00:23:47.863Z Compiling crossbeam-utils v0.8.21
14122026-04-05T00:23:48.190Z Compiling pest_generator v2.8.6
14132026-04-05T00:23:48.225Z Compiling serde_derive_internals v0.29.1
14142026-04-05T00:23:48.300Z Compiling serde_derive v1.0.228
14152026-04-05T00:23:48.355Z Compiling zeroize_derive v1.4.3
14162026-04-05T00:23:48.895Z Compiling zerofrom-derive v0.1.6
14172026-04-05T00:23:48.911Z Compiling yoke-derive v0.8.1
14182026-04-05T00:23:49.018Z Compiling zeroize v1.8.2
14192026-04-05T00:23:49.223Z Compiling zerocopy-derive v0.8.40
14202026-04-05T00:23:49.725Z Compiling crypto-common v0.1.7
14212026-04-05T00:23:49.762Z Compiling block-buffer v0.10.4
14222026-04-05T00:23:49.870Z Compiling zerovec-derive v0.11.2
14232026-04-05T00:23:49.929Z Compiling digest v0.10.7
14242026-04-05T00:23:50.100Z Compiling displaydoc v0.2.5
14252026-04-05T00:23:50.233Z Compiling tokio-macros v2.6.0
14262026-04-05T00:23:50.323Z Compiling zerofrom v0.1.6
14272026-04-05T00:23:50.454Z Compiling yoke v0.8.1
14282026-04-05T00:23:50.646Z Compiling hmac v0.12.1
14292026-04-05T00:23:50.805Z Compiling futures-macro v0.3.32
14302026-04-05T00:23:50.839Z Compiling zerotrie v0.2.3
14312026-04-05T00:23:50.958Z Compiling block-padding v0.3.3
14322026-04-05T00:23:51.029Z Compiling zerovec v0.11.5
14332026-04-05T00:23:51.120Z Compiling inout v0.1.4
14342026-04-05T00:23:51.138Z Compiling sha2 v0.10.9
14352026-04-05T00:23:51.290Z Compiling cipher v0.4.4
14362026-04-05T00:23:51.540Z Compiling tinystr v0.8.2
14372026-04-05T00:23:51.555Z Compiling potential_utf v0.1.4
14382026-04-05T00:23:51.606Z Compiling futures-util v0.3.32
14392026-04-05T00:23:51.714Z Compiling icu_locale_core v2.1.1
14402026-04-05T00:23:51.741Z Compiling bytes v1.11.1
14412026-04-05T00:23:51.804Z Compiling icu_collections v2.1.1
14422026-04-05T00:23:51.822Z Compiling der_derive v0.7.3
14432026-04-05T00:23:52.288Z Compiling tokio v1.49.0
14442026-04-05T00:23:52.344Z Compiling icu_provider v2.1.1
14452026-04-05T00:23:52.539Z Compiling http v1.4.0
14462026-04-05T00:23:52.588Z Compiling icu_properties v2.1.2
14472026-04-05T00:23:52.642Z Compiling icu_normalizer v2.1.1
14482026-04-05T00:23:52.767Z Compiling der v0.7.10
14492026-04-05T00:23:53.179Z Compiling chrono v0.4.44
14502026-04-05T00:23:53.453Z Compiling idna_adapter v1.2.1
14512026-04-05T00:23:53.593Z Compiling ppv-lite86 v0.2.21
14522026-04-05T00:23:53.677Z Compiling idna v1.1.0
14532026-04-05T00:23:53.712Z Compiling spki v0.7.3
14542026-04-05T00:23:53.875Z Compiling salsa20 v0.10.2
14552026-04-05T00:23:53.909Z Compiling pbkdf2 v0.12.2
14562026-04-05T00:23:53.924Z Compiling thiserror-impl v2.0.18
14572026-04-05T00:23:53.968Z Compiling url v2.5.8
14582026-04-05T00:23:54.019Z Compiling scrypt v0.11.0
14592026-04-05T00:23:54.027Z Compiling rand_chacha v0.9.0
14602026-04-05T00:23:54.264Z Compiling aes v0.8.4
14612026-04-05T00:23:54.330Z Compiling cbc v0.1.2
14622026-04-05T00:23:54.481Z Compiling rustls-pki-types v1.14.0
14632026-04-05T00:23:54.582Z Compiling openssl-sys v0.9.111
14642026-04-05T00:23:54.727Z Compiling tracing-attributes v0.1.31
14652026-04-05T00:23:54.766Z Compiling pkcs5 v0.7.1
14662026-04-05T00:23:54.927Z Compiling rand v0.9.2
14672026-04-05T00:23:55.198Z Compiling http-body v1.0.1
14682026-04-05T00:23:55.275Z Compiling thiserror v2.0.18
14692026-04-05T00:23:55.293Z Compiling schemars v0.8.22
14702026-04-05T00:23:55.350Z Compiling httparse v1.10.1
14712026-04-05T00:23:55.375Z Compiling untrusted v0.7.1
14722026-04-05T00:23:55.390Z Compiling untrusted v0.9.0
14732026-04-05T00:23:55.490Z Compiling syn v1.0.109
14742026-04-05T00:23:55.505Z Compiling base64 v0.22.1
14752026-04-05T00:23:55.519Z Compiling openssl-probe v0.2.1
14762026-04-05T00:23:55.740Z Compiling pkcs8 v0.10.2
14772026-04-05T00:23:55.758Z Compiling schemars_derive v0.8.22
14782026-04-05T00:23:55.831Z Compiling pest_derive v2.8.6
14792026-04-05T00:23:55.848Z Compiling scroll_derive v0.13.1
14802026-04-05T00:23:56.049Z Compiling tokio-util v0.7.18
14812026-04-05T00:23:56.090Z Compiling tracing v0.1.44
14822026-04-05T00:23:56.363Z Compiling darling_core v0.20.11
14832026-04-05T00:23:56.657Z Compiling atomic-waker v1.1.2
14842026-04-05T00:23:56.742Z Compiling tower-layer v0.3.3
14852026-04-05T00:23:56.780Z Compiling tinyvec_macros v0.1.1
14862026-04-05T00:23:56.852Z Compiling dyn-clone v1.0.20
14872026-04-05T00:23:56.904Z Compiling tower-service v0.3.3
14882026-04-05T00:23:56.996Z Compiling rustls v0.23.37
14892026-04-05T00:23:57.009Z Compiling try-lock v0.2.5
14902026-04-05T00:23:57.085Z Compiling tinyvec v1.10.0
14912026-04-05T00:23:57.122Z Compiling want v0.3.1
14922026-04-05T00:23:57.165Z Compiling h2 v0.4.13
14932026-04-05T00:23:57.287Z Compiling scroll v0.13.0
14942026-04-05T00:23:57.555Z Compiling ipnet v2.11.0
14952026-04-05T00:23:57.831Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-05T00:23:57.957Z Compiling spin v0.9.8
14972026-04-05T00:23:58.054Z Compiling aho-corasick v1.1.4
14982026-04-05T00:23:58.164Z Compiling time-core v0.1.8
14992026-04-05T00:23:58.216Z Compiling pin-utils v0.1.0
15002026-04-05T00:23:58.289Z Compiling crc32fast v1.5.0
15012026-04-05T00:23:58.311Z Compiling powerfmt v0.2.0
15022026-04-05T00:23:58.326Z Compiling num-conv v0.2.0
15032026-04-05T00:23:58.456Z Compiling openssl v0.10.75
15042026-04-05T00:23:58.512Z Compiling httpdate v1.0.3
15052026-04-05T00:23:58.554Z Compiling foreign-types-shared v0.1.1
15062026-04-05T00:23:58.638Z Compiling darling_macro v0.20.11
15072026-04-05T00:23:58.654Z Compiling foreign-types v0.3.2
15082026-04-05T00:23:58.724Z Compiling deranged v0.5.8
15092026-04-05T00:23:58.740Z Compiling time-macros v0.2.27
15102026-04-05T00:23:58.752Z Compiling tempfile v3.25.0
15112026-04-05T00:23:59.105Z Compiling darling v0.20.11
15122026-04-05T00:23:59.132Z Compiling regex-automata v0.4.14
15132026-04-05T00:23:59.698Z Compiling goblin v0.10.5
15142026-04-05T00:23:59.788Z Compiling openssl-macros v0.1.1
15152026-04-05T00:24:00.228Z Compiling hyper v1.8.1
15162026-04-05T00:24:00.295Z Compiling thiserror-impl v1.0.69
15172026-04-05T00:24:01.156Z Compiling wait-timeout v0.2.1
15182026-04-05T00:24:01.290Z Compiling siphasher v1.0.2
15192026-04-05T00:24:01.428Z Compiling usdt-impl v0.6.0
15202026-04-05T00:24:01.485Z Compiling bit-vec v0.8.0
15212026-04-05T00:24:01.583Z Compiling quick-error v1.2.3
15222026-04-05T00:24:01.635Z Compiling num_threads v0.1.7
15232026-04-05T00:24:01.691Z Compiling simd-adler32 v0.3.8
15242026-04-05T00:24:01.713Z Compiling either v1.15.0
15252026-04-05T00:24:01.733Z Compiling native-tls v0.2.18
15262026-04-05T00:24:01.830Z Compiling time v0.3.47
15272026-04-05T00:24:01.916Z Compiling rusty-fork v0.3.1
15282026-04-05T00:24:01.933Z Compiling bit-set v0.8.0
15292026-04-05T00:24:01.989Z Compiling thiserror v1.0.69
15302026-04-05T00:24:02.093Z Compiling hyper-util v0.1.20
15312026-04-05T00:24:02.238Z Compiling derive_builder_core v0.20.2
15322026-04-05T00:24:03.108Z Compiling dof v0.4.0
15332026-04-05T00:24:03.386Z Compiling unicode-normalization v0.1.25
15342026-04-05T00:24:03.516Z Compiling crossbeam-epoch v0.9.18
15352026-04-05T00:24:03.827Z Compiling dtrace-parser v0.3.0
15362026-04-05T00:24:03.842Z Compiling rustls-native-certs v0.8.3
15372026-04-05T00:24:03.845Z Compiling signature v2.2.0
15382026-04-05T00:24:04.003Z Compiling scroll_derive v0.12.1
15392026-04-05T00:24:04.032Z Compiling heapless v0.7.17
15402026-04-05T00:24:04.127Z Compiling rand_xorshift v0.4.0
15412026-04-05T00:24:04.269Z Compiling slog v2.8.2
15422026-04-05T00:24:04.284Z Compiling darling_core v0.21.3
15432026-04-05T00:24:04.299Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-05T00:24:04.453Z Compiling sync_wrapper v1.0.2
15452026-04-05T00:24:04.557Z Compiling thread-id v5.1.0
15462026-04-05T00:24:04.572Z Compiling cookie v0.18.1
15472026-04-05T00:24:04.585Z Compiling rayon-core v1.13.0
15482026-04-05T00:24:04.641Z Compiling adler2 v2.0.1
15492026-04-05T00:24:04.656Z Compiling unicode-bidi v0.3.18
15502026-04-05T00:24:04.753Z Compiling unicode-properties v0.1.4
15512026-04-05T00:24:04.769Z Compiling anyhow v1.0.102
15522026-04-05T00:24:04.783Z Compiling zstd-safe v7.2.4
15532026-04-05T00:24:04.963Z Compiling unicode-segmentation v1.12.0
15542026-04-05T00:24:04.979Z Compiling paste v1.0.15
15552026-04-05T00:24:04.981Z Compiling signal-hook v0.3.18
15562026-04-05T00:24:05.070Z Compiling unarray v0.1.4
15572026-04-05T00:24:05.211Z Compiling proptest v1.10.0
15582026-04-05T00:24:05.225Z Compiling stringprep v0.1.5
15592026-04-05T00:24:05.379Z Compiling miniz_oxide v0.8.9
15602026-04-05T00:24:05.410Z Compiling scroll v0.12.0
15612026-04-05T00:24:05.676Z Compiling tower v0.5.3
15622026-04-05T00:24:05.993Z Compiling crossbeam-deque v0.8.6
15632026-04-05T00:24:06.032Z Compiling derive_builder_macro v0.20.2
15642026-04-05T00:24:06.170Z Compiling ipnetwork v0.21.1
15652026-04-05T00:24:06.186Z Compiling http-body-util v0.1.3
15662026-04-05T00:24:06.245Z Compiling webpki-roots v1.0.6
15672026-04-05T00:24:06.368Z Compiling rand_chacha v0.3.1
15682026-04-05T00:24:06.431Z Compiling serde_tokenstream v0.2.3
15692026-04-05T00:24:06.446Z Compiling erased-serde v0.3.31
15702026-04-05T00:24:06.493Z Compiling serde_spanned v0.6.9
15712026-04-05T00:24:06.578Z Compiling toml_datetime v0.6.11
15722026-04-05T00:24:06.639Z Compiling md-5 v0.10.6
15732026-04-05T00:24:06.749Z Compiling zerocopy-derive v0.7.35
15742026-04-05T00:24:06.807Z Compiling curve25519-dalek v4.1.3
15752026-04-05T00:24:06.840Z Compiling vergen-lib v0.1.6
15762026-04-05T00:24:06.869Z Compiling darling_macro v0.21.3
15772026-04-05T00:24:06.933Z Compiling num-integer v0.1.46
15782026-04-05T00:24:07.018Z Compiling hash32 v0.2.1
15792026-04-05T00:24:07.143Z Compiling ff v0.13.1
15802026-04-05T00:24:07.187Z Compiling memoffset v0.9.1
15812026-04-05T00:24:07.214Z Compiling zlib-rs v0.6.2
15822026-04-05T00:24:07.249Z Compiling cfg_aliases v0.2.1
15832026-04-05T00:24:07.284Z Compiling litrs v1.0.0
15842026-04-05T00:24:07.326Z Compiling smoltcp v0.9.1
15852026-04-05T00:24:07.342Z Compiling rustix v0.38.44
15862026-04-05T00:24:07.378Z Compiling iri-string v0.7.10
15872026-04-05T00:24:07.618Z Compiling num-bigint-dig v0.8.6
15882026-04-05T00:24:07.656Z Compiling psl-types v2.0.11
15892026-04-05T00:24:07.683Z Compiling ref-cast v1.0.25
15902026-04-05T00:24:07.781Z Compiling fallible-iterator v0.2.0
15912026-04-05T00:24:07.795Z Compiling ryu v1.0.23
15922026-04-05T00:24:07.810Z Compiling base16ct v0.2.0
15932026-04-05T00:24:07.974Z Compiling sec1 v0.7.3
15942026-04-05T00:24:07.990Z Compiling serde_urlencoded v0.7.1
15952026-04-05T00:24:08.061Z Compiling document-features v0.2.12
15962026-04-05T00:24:08.088Z Compiling postgres-protocol v0.6.10
15972026-04-05T00:24:08.246Z Compiling publicsuffix v2.3.0
15982026-04-05T00:24:08.361Z Compiling zerocopy v0.7.35
15992026-04-05T00:24:08.434Z Compiling newtype-uuid v1.3.2
16002026-04-05T00:24:08.628Z Compiling tower-http v0.6.8
16012026-04-05T00:24:08.745Z Compiling darling v0.21.3
16022026-04-05T00:24:08.763Z Compiling nix v0.31.1
16032026-04-05T00:24:08.831Z Compiling group v0.13.0
16042026-04-05T00:24:08.987Z Compiling num-iter v0.1.45
16052026-04-05T00:24:09.042Z Compiling rand v0.8.5
16062026-04-05T00:24:09.107Z Compiling derive_builder v0.20.2
16072026-04-05T00:24:09.218Z Compiling oxnet v0.1.4
16082026-04-05T00:24:09.234Z Compiling proc-macro-error v1.0.4
16092026-04-05T00:24:09.407Z Compiling tokio-native-tls v0.3.1
16102026-04-05T00:24:09.581Z Compiling goblin v0.8.2
16112026-04-05T00:24:09.963Z Compiling heck v0.4.1
16122026-04-05T00:24:10.239Z Compiling flate2 v1.1.9
16132026-04-05T00:24:10.317Z Compiling phf_shared v0.13.1
16142026-04-05T00:24:10.333Z Compiling regex v1.12.3
16152026-04-05T00:24:10.388Z Compiling hubpack_derive v0.1.1
16162026-04-05T00:24:10.402Z Compiling lazy_static v1.5.0
16172026-04-05T00:24:10.500Z Compiling cargo-platform v0.1.9
16182026-04-05T00:24:10.561Z Compiling hkdf v0.12.4
16192026-04-05T00:24:10.658Z Compiling crypto-bigint v0.5.5
16202026-04-05T00:24:10.734Z Compiling terminal_size v0.4.3
16212026-04-05T00:24:10.762Z Compiling ref-cast-impl v1.0.25
16222026-04-05T00:24:10.766Z Compiling strum_macros v0.27.2
16232026-04-05T00:24:10.837Z Compiling async-trait v0.1.89
16242026-04-05T00:24:10.873Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-05T00:24:11.327Z Compiling daft-derive v0.1.5
16262026-04-05T00:24:11.531Z Compiling vergen v9.0.6
16272026-04-05T00:24:11.713Z Compiling fs-err v3.3.0
16282026-04-05T00:24:11.880Z Compiling ahash v0.8.12
16292026-04-05T00:24:11.912Z Compiling bitflags v1.3.2
16302026-04-05T00:24:11.994Z Compiling managed v0.8.0
16312026-04-05T00:24:12.035Z Compiling winnow v0.5.40
16322026-04-05T00:24:12.084Z Compiling object v0.37.3
16332026-04-05T00:24:12.213Z Compiling foldhash v0.1.5
16342026-04-05T00:24:12.356Z Compiling bumpalo v3.20.2
16352026-04-05T00:24:12.391Z Compiling libbz2-rs-sys v0.2.2
16362026-04-05T00:24:12.620Z Compiling zopfli v0.8.3
16372026-04-05T00:24:12.779Z Compiling strum v0.27.2
16382026-04-05T00:24:12.846Z Compiling bzip2 v0.6.1
16392026-04-05T00:24:12.915Z Compiling hashbrown v0.15.5
16402026-04-05T00:24:13.053Z Compiling console v0.16.2
16412026-04-05T00:24:13.230Z Compiling daft v0.1.5
16422026-04-05T00:24:13.286Z Compiling clap_builder v4.5.60
16432026-04-05T00:24:13.457Z Compiling toml_edit v0.19.15
16442026-04-05T00:24:13.505Z Compiling dof v0.3.0
16452026-04-05T00:24:13.593Z Compiling elliptic-curve v0.13.8
16462026-04-05T00:24:13.992Z Compiling hubpack v0.1.2
16472026-04-05T00:24:14.008Z Compiling cargo_metadata v0.19.2
16482026-04-05T00:24:14.212Z Compiling phf v0.13.1
16492026-04-05T00:24:14.375Z Compiling zone_cfg_derive v0.3.1
16502026-04-05T00:24:15.008Z Compiling signal-hook-mio v0.2.5
16512026-04-05T00:24:15.132Z Compiling cookie_store v0.22.1
16522026-04-05T00:24:15.755Z Compiling zstd v0.13.3
16532026-04-05T00:24:15.822Z Compiling rayon v1.11.0
16542026-04-05T00:24:16.029Z Compiling hyper-tls v0.6.0
16552026-04-05T00:24:16.141Z Compiling bzip2 v0.4.4
16562026-04-05T00:24:16.184Z Compiling serde_with_macros v3.17.0
16572026-04-05T00:24:16.318Z Compiling postgres-types v0.2.12
16582026-04-05T00:24:16.350Z Compiling usdt-macro v0.6.0
16592026-04-05T00:24:16.649Z Compiling usdt-attr-macro v0.6.0
16602026-04-05T00:24:16.867Z Compiling ed25519 v2.2.3
16612026-04-05T00:24:17.107Z Compiling dtrace-parser v0.2.0
16622026-04-05T00:24:17.312Z Compiling itertools v0.12.1
16632026-04-05T00:24:17.435Z Compiling phf_shared v0.11.3
16642026-04-05T00:24:17.454Z Compiling bstr v1.12.1
16652026-04-05T00:24:17.571Z Compiling pkcs1 v0.7.5
16662026-04-05T00:24:17.620Z Compiling hex v0.4.3
16672026-04-05T00:24:17.776Z Compiling serde-big-array v0.5.1
16682026-04-05T00:24:17.853Z Compiling rfc6979 v0.4.0
16692026-04-05T00:24:17.894Z Compiling strum_macros v0.26.4
16702026-04-05T00:24:17.923Z Compiling serde_repr v0.1.20
16712026-04-05T00:24:17.970Z Compiling clap_derive v4.5.55
16722026-04-05T00:24:17.985Z Compiling enum-as-inner v0.6.1
16732026-04-05T00:24:18.092Z Compiling float-cmp v0.10.0
16742026-04-05T00:24:18.243Z Compiling thread-id v4.2.2
16752026-04-05T00:24:18.333Z Compiling memmap2 v0.9.10
16762026-04-05T00:24:18.453Z Compiling env_filter v1.0.0
16772026-04-05T00:24:18.498Z Compiling encoding_rs v0.8.35
16782026-04-05T00:24:18.513Z Compiling normalize-line-endings v0.3.0
16792026-04-05T00:24:18.555Z Compiling jiff v0.2.21
16802026-04-05T00:24:18.608Z Compiling mime v0.3.17
16812026-04-05T00:24:18.755Z Compiling keccak v0.1.6
16822026-04-05T00:24:18.869Z Compiling rustc-hash v2.1.1
16832026-04-05T00:24:19.002Z Compiling static_assertions v1.1.0
16842026-04-05T00:24:19.085Z Compiling predicates-core v1.0.10
16852026-04-05T00:24:19.269Z Compiling new_debug_unreachable v1.0.6
16862026-04-05T00:24:19.349Z Compiling whoami v2.1.0
16872026-04-05T00:24:19.579Z Compiling difflib v0.4.0
16882026-04-05T00:24:19.650Z Compiling fixedbitset v0.5.7
16892026-04-05T00:24:19.739Z Compiling unit-prefix v0.5.2
16902026-04-05T00:24:19.759Z Compiling fixedbitset v0.4.2
16912026-04-05T00:24:19.892Z Compiling precomputed-hash v0.1.1
16922026-04-05T00:24:19.910Z Compiling data-encoding v2.10.0
16932026-04-05T00:24:19.967Z Compiling string_cache v0.8.9
16942026-04-05T00:24:19.981Z Compiling petgraph v0.6.5
16952026-04-05T00:24:19.984Z Compiling petgraph v0.8.3
16962026-04-05T00:24:20.031Z Compiling indicatif v0.18.4
16972026-04-05T00:24:20.161Z Compiling predicates v3.1.4
16982026-04-05T00:24:20.213Z Compiling clap v4.5.60
16992026-04-05T00:24:20.344Z Compiling hickory-proto v0.25.2
17002026-04-05T00:24:20.612Z Compiling strum v0.26.3
17012026-04-05T00:24:20.746Z Compiling tokio-postgres v0.7.16
17022026-04-05T00:24:20.827Z Compiling toml_edit v0.22.27
17032026-04-05T00:24:20.973Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17042026-04-05T00:24:21.543Z Compiling zip v4.6.1
17052026-04-05T00:24:22.010Z Compiling iddqd v0.3.17
17062026-04-05T00:24:22.509Z Compiling sha3 v0.10.8
17072026-04-05T00:24:22.840Z Compiling env_logger v0.11.9
17082026-04-05T00:24:22.975Z Compiling usdt v0.6.0
17092026-04-05T00:24:22.992Z Compiling zone v0.3.1
17102026-04-05T00:24:23.142Z Compiling usdt-impl v0.5.0
17112026-04-05T00:24:23.201Z Compiling ecdsa v0.16.9
17122026-04-05T00:24:23.238Z Compiling similar v2.7.0
17132026-04-05T00:24:23.562Z Compiling serde_with v3.17.0
17142026-04-05T00:24:23.599Z Compiling rsa v0.9.10
17152026-04-05T00:24:23.674Z Compiling crossterm v0.28.1
17162026-04-05T00:24:23.749Z Compiling ed25519-dalek v2.2.0
17172026-04-05T00:24:24.126Z Compiling zip v0.6.6
17182026-04-05T00:24:24.713Z Compiling toml v0.7.8
17192026-04-05T00:24:25.182Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-04-05T00:24:25.219Z Compiling itertools v0.13.0
17212026-04-05T00:24:25.254Z Compiling tokio-stream v0.1.18
17222026-04-05T00:24:25.320Z Compiling buf-list v1.1.2
17232026-04-05T00:24:25.357Z Compiling x509-cert v0.2.5
17242026-04-05T00:24:25.598Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-04-05T00:24:25.735Z Compiling openapiv3 v2.2.0
17262026-04-05T00:24:25.881Z Compiling sha1 v0.10.6
17272026-04-05T00:24:25.928Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-04-05T00:24:26.112Z Compiling peg-runtime v0.8.5
17292026-04-05T00:24:26.221Z Compiling lalrpop-util v0.19.12
17302026-04-05T00:24:26.400Z Compiling thread_local v1.1.9
17312026-04-05T00:24:26.420Z Compiling slog-async v2.8.0
17322026-04-05T00:24:26.491Z Compiling crossbeam-channel v0.5.15
17332026-04-05T00:24:26.653Z Compiling futures-executor v0.3.32
17342026-04-05T00:24:26.741Z Compiling filetime v0.2.27
17352026-04-05T00:24:26.930Z Compiling is-terminal v0.4.17
17362026-04-05T00:24:26.943Z Compiling take_mut v0.2.2
17372026-04-05T00:24:26.955Z Compiling xattr v1.6.1
17382026-04-05T00:24:26.969Z Compiling term v1.2.1
17392026-04-05T00:24:26.983Z Compiling futures v0.3.32
17402026-04-05T00:24:27.120Z Compiling tar v0.4.45
17412026-04-05T00:24:27.330Z Compiling slog-term v2.9.2
17422026-04-05T00:24:33.237Z Compiling rustls-webpki v0.103.9
17432026-04-05T00:24:36.072Z Compiling tokio-rustls v0.26.4
17442026-04-05T00:24:36.073Z Compiling rustls-platform-verifier v0.6.2
17452026-04-05T00:24:36.270Z Compiling hyper-rustls v0.27.7
17462026-04-05T00:24:36.475Z Compiling reqwest v0.12.28
17472026-04-05T00:24:36.476Z Compiling reqwest v0.13.2
17482026-04-05T00:24:38.575Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-04-05T00:24:38.795Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-04-05T00:24:41.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17512026-04-05T00:24:41.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-04-05T00:24:41.853ZApr 05 00:24:39.255 INFO Starting download, target: Clickhouse
17532026-04-05T00:24:41.853ZApr 05 00:24:39.255 INFO Starting download, target: Console
17542026-04-05T00:24:41.853ZApr 05 00:24:39.255 INFO Starting download, target: Cockroach
17552026-04-05T00:24:41.853ZApr 05 00:24:39.255 INFO Starting download, target: DendriteStub
17562026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Starting download, target: MaghemiteMgd
17572026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Starting download, target: TransceiverControl
17582026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17602026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-04-05T00:24:41.857ZApr 05 00:24:39.255 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-04-05T00:24:42.158ZApr 05 00:24:39.577 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-04-05T00:24:42.368ZApr 05 00:24:39.798 INFO Download complete, target: TransceiverControl
17662026-04-05T00:24:42.827ZApr 05 00:24:40.284 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-04-05T00:24:43.058ZApr 05 00:24:40.528 INFO Download complete, target: Console
17682026-04-05T00:24:43.129ZApr 05 00:24:40.600 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17692026-04-05T00:24:43.586ZApr 05 00:24:41.086 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-04-05T00:24:44.005ZApr 05 00:24:41.530 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-04-05T00:24:44.005ZApr 05 00:24:41.530 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-04-05T00:24:44.118ZApr 05 00:24:41.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-04-05T00:24:45.323ZApr 05 00:24:42.924 INFO Download complete, target: DendriteStub
17742026-04-05T00:24:45.861ZApr 05 00:24:43.492 INFO Download complete, target: MaghemiteMgd
17752026-04-05T00:24:48.655ZApr 05 00:24:46.446 INFO Checking that binary works, target: Cockroach
17762026-04-05T00:24:48.750ZApr 05 00:24:46.546 INFO Download complete, target: Cockroach
17772026-04-05T00:24:50.924ZApr 05 00:24:48.844 INFO Checking that binary works, target: Clickhouse
17782026-04-05T00:24:51.012ZApr 05 00:24:48.937 INFO Download complete, target: Clickhouse
17792026-04-05T00:24:51.026ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-04-05T00:24:51.030Z
17812026-04-05T00:24:51.030Zreal 3:01.459471914
17822026-04-05T00:24:51.030Zuser 7:19.659459919
17832026-04-05T00:24:51.030Zsys 1:26.739102829
17842026-04-05T00:24:51.030Ztrap 0.228551830
17852026-04-05T00:24:51.030Ztflt 0.591592503
17862026-04-05T00:24:51.030Zdflt 0.535942784
17872026-04-05T00:24:51.030Zkflt 0.022314682
17882026-04-05T00:24:51.030Zlock 21:29.668851945
17892026-04-05T00:24:51.030Zslp 22:01.582035772
17902026-04-05T00:24:51.030Zlat 43.982304439
17912026-04-05T00:24:51.030Zstop 2:01.989860917
17922026-04-05T00:24:51.030Z+ banner clippy
17932026-04-05T00:24:51.030Z
17942026-04-05T00:24:51.030Z #### # # ##### ##### # #
17952026-04-05T00:24:51.030Z # # # # # # # # # #
17962026-04-05T00:24:51.030Z # # # # # # # #
17972026-04-05T00:24:51.030Z # # # ##### ##### #
17982026-04-05T00:24:51.030Z # # # # # # #
17992026-04-05T00:24:51.030Z #### ###### # # # #
18002026-04-05T00:24:51.030Z
18012026-04-05T00:24:51.030Z+ export CARGO_INCREMENTAL=0
18022026-04-05T00:24:51.030Z+ CARGO_INCREMENTAL=0
18032026-04-05T00:24:51.030Z+ ptime -m cargo xtask clippy
18042026-04-05T00:24:51.585Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-04-05T00:24:51.807Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-04-05T00:24:53.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
18072026-04-05T00:24:53.773Z Running `target/debug/xtask clippy`
18082026-04-05T00:24:53.800Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-04-05T00:24:54.423Z Downloading crates ...
18102026-04-05T00:24:54.630Z Downloaded criterion-plot v0.6.0
18112026-04-05T00:24:54.641Z Downloaded tinytemplate v1.2.1
18122026-04-05T00:24:54.644Z Downloaded rstest_macros v0.25.0
18132026-04-05T00:24:54.651Z Downloaded backtrace-ext v0.2.1
18142026-04-05T00:24:54.660Z Downloaded concurrent-queue v2.5.0
18152026-04-05T00:24:54.662Z Downloaded target-triple v1.0.0
18162026-04-05T00:24:54.671Z Downloaded serde_regex v1.1.0
18172026-04-05T00:24:54.674Z Downloaded nested v0.1.1
18182026-04-05T00:24:54.674Z Downloaded httptest v0.16.4
18192026-04-05T00:24:54.677Z Downloaded parking v2.2.1
18202026-04-05T00:24:54.677Z Downloaded approx v0.5.1
18212026-04-05T00:24:54.681Z Downloaded libtest-mimic v0.8.1
18222026-04-05T00:24:54.684Z Downloaded termcolor v1.4.1
18232026-04-05T00:24:54.687Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18242026-04-05T00:24:54.690Z Downloaded futures-timer v3.0.3
18252026-04-05T00:24:54.690Z Downloaded chumsky v0.9.3
18262026-04-05T00:24:54.698Z Downloaded cfg-expr v0.20.6
18272026-04-05T00:24:54.701Z Downloaded addr2line v0.25.1
18282026-04-05T00:24:54.704Z Downloaded assert_cmd v2.1.2
18292026-04-05T00:24:54.707Z Downloaded rand_distr v0.5.1
18302026-04-05T00:24:54.707Z Downloaded linkme-impl v0.3.35
18312026-04-05T00:24:54.710Z Downloaded fancy-regex v0.14.0
18322026-04-05T00:24:54.712Z Downloaded supports-color v2.1.0
18332026-04-05T00:24:54.712Z Downloaded event-listener v5.4.1
18342026-04-05T00:24:54.715Z Downloaded backtrace v0.3.76
18352026-04-05T00:24:54.727Z Downloaded supports-hyperlinks v2.1.0
18362026-04-05T00:24:54.727Z Downloaded partial-io v0.5.4
18372026-04-05T00:24:54.727Z Downloaded plotters-backend v0.3.7
18382026-04-05T00:24:54.727Z Downloaded anes v0.1.6
18392026-04-05T00:24:54.727Z Downloaded tokio-test v0.4.5
18402026-04-05T00:24:54.727Z Downloaded event-listener-strategy v0.5.4
18412026-04-05T00:24:54.731Z Downloaded escape8259 v0.5.3
18422026-04-05T00:24:54.738Z Downloaded supports-unicode v2.1.0
18432026-04-05T00:24:54.741Z Downloaded plotters-svg v0.3.7
18442026-04-05T00:24:54.741Z Downloaded pathdiff v0.2.3
18452026-04-05T00:24:54.741Z Downloaded cast v0.3.0
18462026-04-05T00:24:54.741Z Downloaded async-object-pool v0.2.0
18472026-04-05T00:24:54.744Z Downloaded terminal_size v0.1.17
18482026-04-05T00:24:54.744Z Downloaded cargo-platform v0.3.2
18492026-04-05T00:24:54.747Z Downloaded constant_time_eq v0.3.1
18502026-04-05T00:24:54.749Z Downloaded miette-derive v5.10.0
18512026-04-05T00:24:54.749Z Downloaded async-lock v3.4.2
18522026-04-05T00:24:54.753Z Downloaded oorandom v11.1.5
18532026-04-05T00:24:54.759Z Downloaded guppy-workspace-hack v0.1.0
18542026-04-05T00:24:54.762Z Downloaded similar-asserts v1.7.0
18552026-04-05T00:24:54.769Z Downloaded cargo_metadata v0.23.1
18562026-04-05T00:24:54.772Z Downloaded target-lexicon v0.13.3
18572026-04-05T00:24:54.775Z Downloaded assert-json-diff v2.0.2
18582026-04-05T00:24:54.780Z Downloaded rustc-demangle v0.1.27
18592026-04-05T00:24:54.782Z Downloaded owo-colors v3.5.0
18602026-04-05T00:24:54.782Z Downloaded knuffel-derive v3.2.0
18612026-04-05T00:24:54.786Z Downloaded path-tree v0.8.3
18622026-04-05T00:24:54.790Z Downloaded rust-argon2 v2.1.0
18632026-04-05T00:24:54.793Z Downloaded trybuild v1.0.116
18642026-04-05T00:24:54.796Z Downloaded target-spec v3.5.7
18652026-04-05T00:24:54.796Z Downloaded datatest-stable v0.3.3
18662026-04-05T00:24:54.799Z Downloaded stringmetrics v2.2.2
18672026-04-05T00:24:54.803Z Downloaded toml v1.0.3+spec-1.1.0
18682026-04-05T00:24:54.806Z Downloaded linkme v0.3.35
18692026-04-05T00:24:54.808Z Downloaded blake2b_simd v1.0.4
18702026-04-05T00:24:54.808Z Downloaded relative-path v1.9.3
18712026-04-05T00:24:54.815Z Downloaded textwrap v0.15.2
18722026-04-05T00:24:54.832Z Downloaded rstest v0.25.0
18732026-04-05T00:24:54.835Z Downloaded plotters v0.3.7
18742026-04-05T00:24:54.840Z Downloaded miette v5.10.0
18752026-04-05T00:24:54.843Z Downloaded knuffel v3.2.0
18762026-04-05T00:24:54.866Z Downloaded guppy v0.17.25
18772026-04-05T00:24:54.869Z Downloaded hashbrown v0.14.5
18782026-04-05T00:24:54.872Z Downloaded criterion v0.7.0
18792026-04-05T00:24:54.893Z Downloaded gimli v0.32.3
18802026-04-05T00:24:54.993Z Downloaded httpmock v0.8.3
18812026-04-05T00:24:56.577Z Checking cfg-if v1.0.4
18822026-04-05T00:24:56.929Z Checking libc v0.2.180
18832026-04-05T00:24:56.932Z Checking serde_core v1.0.228
18842026-04-05T00:24:57.002Z Checking memchr v2.8.0
18852026-04-05T00:24:57.043Z Checking smallvec v1.15.1
18862026-04-05T00:24:57.082Z Checking itoa v1.0.17
18872026-04-05T00:24:57.120Z Checking log v0.4.29
18882026-04-05T00:24:57.163Z Checking zeroize v1.8.2
18892026-04-05T00:24:57.198Z Checking libm v0.2.16
18902026-04-05T00:24:57.246Z Checking scopeguard v1.2.0
18912026-04-05T00:24:57.285Z Checking stable_deref_trait v1.2.1
18922026-04-05T00:24:57.326Z Checking zmij v1.0.21
18932026-04-05T00:24:57.364Z Checking errno v0.3.14
18942026-04-05T00:24:57.364Z Checking getrandom v0.2.17
18952026-04-05T00:24:57.403Z Checking zerofrom v0.1.6
18962026-04-05T00:24:57.438Z Checking lock_api v0.4.14
18972026-04-05T00:24:57.520Z Checking percent-encoding v2.3.2
18982026-04-05T00:24:57.572Z Checking litemap v0.8.1
18992026-04-05T00:24:57.620Z Checking writeable v0.6.2
19002026-04-05T00:24:57.623Z Checking yoke v0.8.1
19012026-04-05T00:24:57.700Z Checking icu_normalizer_data v2.1.1
19022026-04-05T00:24:57.737Z Checking icu_properties_data v2.1.2
19032026-04-05T00:24:57.740Z Checking form_urlencoded v1.2.2
19042026-04-05T00:24:57.807Z Checking utf8_iter v1.0.4
19052026-04-05T00:24:57.810Z Checking subtle v2.6.1
19062026-04-05T00:24:57.877Z Checking zerovec v0.11.5
19072026-04-05T00:24:57.877Z Checking zerotrie v0.2.3
19082026-04-05T00:24:57.948Z Checking num-traits v0.2.19
19092026-04-05T00:24:57.984Z Checking pin-project-lite v0.2.17
19102026-04-05T00:24:58.016Z Checking rand_core v0.10.0
19112026-04-05T00:24:58.052Z Checking rand_core v0.6.4
19122026-04-05T00:24:58.053Z Checking portable-atomic v1.13.1
19132026-04-05T00:24:58.124Z Checking zerocopy v0.8.40
19142026-04-05T00:24:58.162Z Checking critical-section v1.2.0
19152026-04-05T00:24:58.198Z Checking getrandom v0.4.1
19162026-04-05T00:24:58.268Z Checking parking_lot_core v0.9.12
19172026-04-05T00:24:58.312Z Checking signal-hook-registry v1.4.8
19182026-04-05T00:24:58.373Z Checking mio v1.1.1
19192026-04-05T00:24:58.409Z Checking tinystr v0.8.2
19202026-04-05T00:24:58.478Z Checking serde v1.0.228
19212026-04-05T00:24:58.516Z Checking serde_json v1.0.149
19222026-04-05T00:24:58.519Z Checking bitflags v2.11.0
19232026-04-05T00:24:58.548Z Checking potential_utf v0.1.4
19242026-04-05T00:24:58.615Z Checking icu_locale_core v2.1.1
19252026-04-05T00:24:58.618Z Checking once_cell v1.21.3
19262026-04-05T00:24:58.684Z Checking parking_lot v0.12.5
19272026-04-05T00:24:58.720Z Checking icu_collections v2.1.1
19282026-04-05T00:24:58.775Z Checking typenum v1.19.0
19292026-04-05T00:24:58.852Z Checking socket2 v0.6.2
19302026-04-05T00:24:58.899Z Checking bytes v1.11.1
19312026-04-05T00:24:58.939Z Checking iana-time-zone v0.1.65
19322026-04-05T00:24:59.060Z Checking uuid v1.21.0
19332026-04-05T00:24:59.098Z Checking chrono v0.4.44
19342026-04-05T00:24:59.133Z Checking semver v1.0.27
19352026-04-05T00:24:59.187Z Checking icu_provider v2.1.1
19362026-04-05T00:24:59.229Z Checking thiserror v2.0.18
19372026-04-05T00:24:59.325Z Checking generic-array v0.14.7
19382026-04-05T00:24:59.368Z Checking tokio v1.49.0
19392026-04-05T00:24:59.414Z Checking futures-core v0.3.32
19402026-04-05T00:24:59.417Z Checking allocator-api2 v0.2.21
19412026-04-05T00:24:59.485Z Checking icu_properties v2.1.2
19422026-04-05T00:24:59.485Z Checking icu_normalizer v2.1.1
19432026-04-05T00:24:59.581Z Checking dyn-clone v1.0.20
19442026-04-05T00:24:59.724Z Checking equivalent v1.0.2
19452026-04-05T00:24:59.781Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-04-05T00:24:59.822Z Checking crypto-common v0.1.7
19472026-04-05T00:24:59.859Z Checking const-oid v0.9.6
19482026-04-05T00:24:59.862Z Checking foldhash v0.2.0
19492026-04-05T00:24:59.976Z Checking block-buffer v0.10.4
19502026-04-05T00:25:00.018Z Checking futures-sink v0.3.32
19512026-04-05T00:25:00.090Z Checking hashbrown v0.16.1
19522026-04-05T00:25:00.135Z Checking slab v0.4.12
19532026-04-05T00:25:00.172Z Checking futures-channel v0.3.32
19542026-04-05T00:25:00.175Z Checking byteorder v1.5.0
19552026-04-05T00:25:00.322Z Checking futures-io v0.3.32
19562026-04-05T00:25:00.325Z Checking idna_adapter v1.2.1
19572026-04-05T00:25:00.393Z Checking futures-task v0.3.32
19582026-04-05T00:25:00.434Z Checking rustix v1.1.3
19592026-04-05T00:25:00.470Z Checking cpufeatures v0.2.17
19602026-04-05T00:25:00.505Z Checking idna v1.1.0
19612026-04-05T00:25:00.558Z Checking digest v0.10.7
19622026-04-05T00:25:00.595Z Checking futures-util v0.3.32
19632026-04-05T00:25:00.598Z Checking thiserror v1.0.69
19642026-04-05T00:25:00.663Z Checking indexmap v2.13.0
19652026-04-05T00:25:00.757Z Checking getrandom v0.3.4
19662026-04-05T00:25:00.795Z Checking url v2.5.8
19672026-04-05T00:25:00.798Z Checking fnv v1.0.7
19682026-04-05T00:25:00.869Z Checking ppv-lite86 v0.2.21
19692026-04-05T00:25:00.931Z Checking regex-syntax v0.8.10
19702026-04-05T00:25:00.968Z Checking base64 v0.22.1
19712026-04-05T00:25:01.191Z Checking http v1.4.0
19722026-04-05T00:25:01.250Z Checking tracing-core v0.1.36
19732026-04-05T00:25:01.288Z Checking schemars v0.8.22
19742026-04-05T00:25:01.291Z Checking unicode-ident v1.0.24
19752026-04-05T00:25:01.358Z Checking ipnet v2.11.0
19762026-04-05T00:25:01.461Z Checking proc-macro2 v1.0.106
19772026-04-05T00:25:01.596Z Checking tracing v0.1.44
19782026-04-05T00:25:01.648Z Checking untrusted v0.9.0
19792026-04-05T00:25:01.786Z Checking anstyle v1.0.13
19802026-04-05T00:25:01.789Z Checking utf8parse v0.2.2
19812026-04-05T00:25:01.856Z Checking quote v1.0.44
19822026-04-05T00:25:01.859Z Checking ring v0.17.14
19832026-04-05T00:25:01.924Z Checking aho-corasick v1.1.4
19842026-04-05T00:25:01.966Z Checking anstyle-parse v0.2.7
19852026-04-05T00:25:02.027Z Checking anstyle-query v1.1.5
19862026-04-05T00:25:02.063Z Checking syn v2.0.117
19872026-04-05T00:25:02.146Z Checking is_terminal_polyfill v1.70.2
19882026-04-05T00:25:02.149Z Checking base64ct v1.8.3
19892026-04-05T00:25:02.276Z Checking colorchoice v1.0.4
19902026-04-05T00:25:02.314Z Checking block-padding v0.3.3
19912026-04-05T00:25:02.409Z Checking anstream v0.6.21
19922026-04-05T00:25:02.412Z Checking rustls-pki-types v1.14.0
19932026-04-05T00:25:02.480Z Checking httparse v1.10.1
19942026-04-05T00:25:02.568Z Checking inout v0.1.4
19952026-04-05T00:25:02.607Z Checking tokio-util v0.7.18
19962026-04-05T00:25:02.645Z Checking regex-automata v0.4.14
19972026-04-05T00:25:02.648Z Checking terminal_size v0.4.3
19982026-04-05T00:25:02.719Z Checking crossbeam-utils v0.8.21
19992026-04-05T00:25:02.757Z Checking clap_lex v1.0.0
20002026-04-05T00:25:02.760Z Checking cipher v0.4.4
20012026-04-05T00:25:02.826Z Checking strsim v0.11.1
20022026-04-05T00:25:02.891Z Checking http-body v1.0.1
20032026-04-05T00:25:02.936Z Checking rand_core v0.9.5
20042026-04-05T00:25:03.014Z Checking clap_builder v4.5.60
20052026-04-05T00:25:03.051Z Checking sha2 v0.10.9
20062026-04-05T00:25:03.055Z Checking atomic-waker v1.1.2
20072026-04-05T00:25:03.121Z Checking pem-rfc7468 v0.7.0
20082026-04-05T00:25:03.157Z Checking httpdate v1.0.3
20092026-04-05T00:25:03.192Z Checking try-lock v0.2.5
20102026-04-05T00:25:03.236Z Checking h2 v0.4.13
20112026-04-05T00:25:03.308Z Checking hmac v0.12.1
20122026-04-05T00:25:03.346Z Checking want v0.3.1
20132026-04-05T00:25:03.346Z Checking tower-layer v0.3.3
20142026-04-05T00:25:03.414Z Checking ryu v1.0.23
20152026-04-05T00:25:03.471Z Checking tower-service v0.3.3
20162026-04-05T00:25:03.507Z Checking pin-utils v0.1.0
20172026-04-05T00:25:03.555Z Checking rand_chacha v0.9.0
20182026-04-05T00:25:03.592Z Checking erased-serde v0.3.31
20192026-04-05T00:25:03.595Z Checking flagset v0.4.7
20202026-04-05T00:25:03.661Z Checking powerfmt v0.2.0
20212026-04-05T00:25:03.784Z Checking der v0.7.10
20222026-04-05T00:25:03.822Z Checking rand v0.9.2
20232026-04-05T00:25:03.857Z Checking deranged v0.5.8
20242026-04-05T00:25:04.012Z Checking slog v2.8.2
20252026-04-05T00:25:04.252Z Checking clap v4.5.60
20262026-04-05T00:25:04.305Z Checking spin v0.9.8
20272026-04-05T00:25:04.343Z Checking anyhow v1.0.102
20282026-04-05T00:25:04.383Z Checking num_threads v0.1.7
20292026-04-05T00:25:04.386Z Checking num-conv v0.2.0
20302026-04-05T00:25:04.468Z Checking time-core v0.1.8
20312026-04-05T00:25:04.505Z Checking http-body-util v0.1.3
20322026-04-05T00:25:04.542Z Checking aws-lc-sys v0.37.1
20332026-04-05T00:25:04.545Z Checking untrusted v0.7.1
20342026-04-05T00:25:04.612Z Checking openssl-probe v0.2.1
20352026-04-05T00:25:04.615Z Checking regex v1.12.3
20362026-04-05T00:25:04.683Z Checking serde_urlencoded v0.7.1
20372026-04-05T00:25:04.719Z Checking rand_chacha v0.3.1
20382026-04-05T00:25:04.756Z Checking fastrand v2.3.0
20392026-04-05T00:25:04.759Z Checking spki v0.7.3
20402026-04-05T00:25:04.825Z Checking time v0.3.47
20412026-04-05T00:25:04.910Z Checking pbkdf2 v0.12.2
20422026-04-05T00:25:04.949Z Checking aes v0.8.4
20432026-04-05T00:25:04.986Z Checking rand v0.8.5
20442026-04-05T00:25:04.989Z Checking pretty-hex v0.4.1
20452026-04-05T00:25:04.989Z Checking unicode-width v0.2.0
20462026-04-05T00:25:05.089Z Checking salsa20 v0.10.2
20472026-04-05T00:25:05.092Z Checking aws-lc-rs v1.16.0
20482026-04-05T00:25:05.165Z Checking cbc v0.1.2
20492026-04-05T00:25:05.252Z Checking ipnetwork v0.21.1
20502026-04-05T00:25:05.326Z Checking hex v0.4.3
20512026-04-05T00:25:05.363Z Checking scrypt v0.11.0
20522026-04-05T00:25:05.398Z Checking tempfile v3.25.0
20532026-04-05T00:25:05.498Z Checking rustls-native-certs v0.8.3
20542026-04-05T00:25:05.533Z Checking sync_wrapper v1.0.2
20552026-04-05T00:25:05.536Z Checking plain v0.2.3
20562026-04-05T00:25:05.602Z Checking pkcs5 v0.7.1
20572026-04-05T00:25:05.639Z Checking webpki-roots v1.0.6
20582026-04-05T00:25:05.677Z Checking tower v0.5.3
20592026-04-05T00:25:05.680Z Checking camino v1.2.2
20602026-04-05T00:25:05.745Z Checking iri-string v0.7.10
20612026-04-05T00:25:05.793Z Checking ucd-trie v0.1.7
20622026-04-05T00:25:05.883Z Checking pkcs8 v0.10.2
20632026-04-05T00:25:05.919Z Checking hyper v1.8.1
20642026-04-05T00:25:06.979Z Checking openapiv3 v2.2.0
20652026-04-05T00:25:06.982Z Checking pest v2.8.6
20662026-04-05T00:25:06.982Z Checking rustls-webpki v0.103.9
20672026-04-05T00:25:06.982Z Checking either v1.15.0
20682026-04-05T00:25:06.982Z Checking mime v0.3.17
20692026-04-05T00:25:06.982Z Checking winnow v0.7.14
20702026-04-05T00:25:06.982Z Checking oxnet v0.1.4
20712026-04-05T00:25:06.982Z Checking lazy_static v1.5.0
20722026-04-05T00:25:06.982Z Checking static_assertions v1.1.0
20732026-04-05T00:25:06.982Z Checking signature v2.2.0
20742026-04-05T00:25:06.982Z Checking encoding_rs v0.8.35
20752026-04-05T00:25:06.982Z Checking rustls v0.23.37
20762026-04-05T00:25:06.982Z Checking foreign-types-shared v0.1.1
20772026-04-05T00:25:06.982Z Checking tower-http v0.6.8
20782026-04-05T00:25:06.982Z Checking simd-adler32 v0.3.8
20792026-04-05T00:25:06.982Z Checking hyper-util v0.1.20
20802026-04-05T00:25:07.086Z Checking foreign-types v0.3.2
20812026-04-05T00:25:07.159Z Checking hubpack v0.1.2
20822026-04-05T00:25:07.162Z Checking openssl-sys v0.9.111
20832026-04-05T00:25:07.229Z Checking adler2 v2.0.1
20842026-04-05T00:25:07.330Z Checking sha1 v0.10.6
20852026-04-05T00:25:07.366Z Checking strum v0.26.3
20862026-04-05T00:25:07.369Z Checking miniz_oxide v0.8.9
20872026-04-05T00:25:07.434Z Checking data-encoding v2.10.0
20882026-04-05T00:25:07.508Z Checking tinyvec_macros v0.1.1
20892026-04-05T00:25:07.546Z Checking toml_datetime v0.6.11
20902026-04-05T00:25:07.608Z Checking tinyvec v1.10.0
20912026-04-05T00:25:07.611Z Checking serde_spanned v0.6.9
20922026-04-05T00:25:07.706Z Checking openssl v0.10.75
20932026-04-05T00:25:07.744Z Checking num-integer v0.1.46
20942026-04-05T00:25:07.778Z Checking scroll v0.13.0
20952026-04-05T00:25:07.781Z Checking memmap2 v0.9.10
20962026-04-05T00:25:07.848Z Checking base16ct v0.2.0
20972026-04-05T00:25:07.943Z Checking bit-vec v0.8.0
20982026-04-05T00:25:07.981Z Checking dtrace-parser v0.3.0
20992026-04-05T00:25:08.018Z Checking crossbeam-epoch v0.9.18
21002026-04-05T00:25:08.021Z Checking sec1 v0.7.3
21012026-04-05T00:25:08.087Z Checking goblin v0.10.5
21022026-04-05T00:25:08.168Z Checking bit-set v0.8.0
21032026-04-05T00:25:08.208Z Checking crc32fast v1.5.0
21042026-04-05T00:25:08.246Z Checking ff v0.13.1
21052026-04-05T00:25:08.282Z Checking thread-id v5.1.0
21062026-04-05T00:25:08.286Z Checking wait-timeout v0.2.1
21072026-04-05T00:25:08.352Z Checking num-iter v0.1.45
21082026-04-05T00:25:08.389Z Checking bstr v1.12.1
21092026-04-05T00:25:08.425Z Checking hkdf v0.12.4
21102026-04-05T00:25:08.428Z Checking group v0.13.0
21112026-04-05T00:25:08.496Z Checking ahash v0.8.12
21122026-04-05T00:25:08.499Z Checking crypto-bigint v0.5.5
21132026-04-05T00:25:08.590Z Checking psl-types v2.0.11
21142026-04-05T00:25:08.634Z Checking quick-error v1.2.3
21152026-04-05T00:25:08.740Z Checking publicsuffix v2.3.0
21162026-04-05T00:25:08.778Z Checking rusty-fork v0.3.1
21172026-04-05T00:25:08.781Z Checking cookie v0.18.1
21182026-04-05T00:25:08.847Z Checking rand_xorshift v0.4.0
21192026-04-05T00:25:08.928Z Checking scroll v0.12.0
21202026-04-05T00:25:08.984Z Checking unarray v0.1.4
21212026-04-05T00:25:09.021Z Checking num-bigint-dig v0.8.6
21222026-04-05T00:25:09.057Z Checking tokio-rustls v0.26.4
21232026-04-05T00:25:09.095Z Checking cookie_store v0.22.1
21242026-04-05T00:25:09.130Z Checking proptest v1.10.0
21252026-04-05T00:25:09.183Z Checking goblin v0.8.2
21262026-04-05T00:25:09.313Z Checking hyper-rustls v0.27.7
21272026-04-05T00:25:09.410Z Checking elliptic-curve v0.13.8
21282026-04-05T00:25:09.450Z Checking rustls-platform-verifier v0.6.2
21292026-04-05T00:25:09.552Z Checking pkcs1 v0.7.5
21302026-04-05T00:25:09.620Z Checking x509-cert v0.2.5
21312026-04-05T00:25:09.686Z Checking native-tls v0.2.18
21322026-04-05T00:25:09.744Z Checking zerocopy v0.7.35
21332026-04-05T00:25:09.793Z Checking unicode-segmentation v1.12.0
21342026-04-05T00:25:09.846Z Checking zlib-rs v0.6.2
21352026-04-05T00:25:09.896Z Checking tokio-native-tls v0.3.1
21362026-04-05T00:25:10.089Z Checking hyper-tls v0.6.0
21372026-04-05T00:25:10.135Z Checking rsa v0.9.10
21382026-04-05T00:25:10.258Z Checking reqwest v0.13.2
21392026-04-05T00:25:10.297Z Checking crossbeam-deque v0.8.6
21402026-04-05T00:25:10.300Z Checking reqwest v0.12.28
21412026-04-05T00:25:10.422Z Checking dof v0.4.0
21422026-04-05T00:25:10.504Z Checking dtrace-parser v0.2.0
21432026-04-05T00:25:10.635Z Checking rfc6979 v0.4.0
21442026-04-05T00:25:10.768Z Checking thread-id v4.2.2
21452026-04-05T00:25:10.771Z Checking flate2 v1.1.9
21462026-04-05T00:25:10.841Z Checking toml_write v0.1.2
21472026-04-05T00:25:10.886Z Checking ecdsa v0.16.9
21482026-04-05T00:25:10.923Z Checking newtype-uuid v1.3.2
21492026-04-05T00:25:11.041Z Checking toml_edit v0.22.27
21502026-04-05T00:25:11.083Z Checking usdt-impl v0.6.0
21512026-04-05T00:25:11.120Z Checking dof v0.3.0
21522026-04-05T00:25:11.158Z Checking toml_parser v1.0.9+spec-1.1.0
21532026-04-05T00:25:11.161Z Checking curve25519-dalek v4.1.3
21542026-04-05T00:25:11.192Z Checking memoffset v0.9.1
21552026-04-05T00:25:11.273Z Checking rustix v0.38.44
21562026-04-05T00:25:11.276Z Checking env_filter v1.0.0
21572026-04-05T00:25:11.346Z Checking keccak v0.1.6
21582026-04-05T00:25:11.397Z Checking usdt v0.6.0
21592026-04-05T00:25:11.437Z Checking usdt-impl v0.5.0
21602026-04-05T00:25:11.474Z Checking env_logger v0.11.9
21612026-04-05T00:25:11.525Z Checking daft v0.1.5
21622026-04-05T00:25:11.563Z Checking sha3 v0.10.8
21632026-04-05T00:25:11.599Z Checking ed25519 v2.2.3
21642026-04-05T00:25:11.693Z Checking itertools v0.13.0
21652026-04-05T00:25:11.746Z Checking serde_with v3.17.0
21662026-04-05T00:25:11.799Z Checking bitflags v1.3.2
21672026-04-05T00:25:11.802Z Checking siphasher v1.0.2
21682026-04-05T00:25:11.867Z Checking unicode-normalization v0.1.25
21692026-04-05T00:25:11.905Z Checking signal-hook v0.3.18
21702026-04-05T00:25:12.000Z Checking ed25519-dalek v2.2.0
21712026-04-05T00:25:12.038Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-04-05T00:25:12.124Z Checking winnow v0.5.40
21732026-04-05T00:25:12.164Z Checking managed v0.8.0
21742026-04-05T00:25:12.168Z Checking nix v0.31.1
21752026-04-05T00:25:12.260Z Checking rayon-core v1.13.0
21762026-04-05T00:25:12.263Z Checking bzip2-sys v0.1.13+1.0.8
21772026-04-05T00:25:12.331Z Checking object v0.37.3
21782026-04-05T00:25:12.410Z Checking foldhash v0.1.5
21792026-04-05T00:25:12.413Z Checking bzip2 v0.4.4
21802026-04-05T00:25:12.579Z Checking hashbrown v0.15.5
21812026-04-05T00:25:12.622Z Checking signal-hook-mio v0.2.5
21822026-04-05T00:25:12.659Z Checking ref-cast v1.0.25
21832026-04-05T00:25:12.747Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-04-05T00:25:12.787Z Checking zip v0.6.6
21852026-04-05T00:25:12.790Z Checking bumpalo v3.20.2
21862026-04-05T00:25:12.892Z Checking zstd-safe v7.2.4
21872026-04-05T00:25:13.015Z Checking libbz2-rs-sys v0.2.2
21882026-04-05T00:25:13.068Z Checking zopfli v0.8.3
21892026-04-05T00:25:13.104Z Checking zstd v0.13.3
21902026-04-05T00:25:13.170Z Checking crossterm v0.28.1
21912026-04-05T00:25:13.173Z Checking rayon v1.11.0
21922026-04-05T00:25:13.241Z Checking similar v2.7.0
21932026-04-05T00:25:13.301Z Checking toml_edit v0.19.15
21942026-04-05T00:25:13.339Z Checking tokio-stream v0.1.18
21952026-04-05T00:25:13.424Z Checking fs-err v3.3.0
21962026-04-05T00:25:13.461Z Checking bzip2 v0.6.1
21972026-04-05T00:25:13.650Z Checking hash32 v0.2.1
21982026-04-05T00:25:13.653Z Checking serde-big-array v0.5.1
21992026-04-05T00:25:13.744Z Checking unicode-bidi v0.3.18
22002026-04-05T00:25:13.783Z Checking unicode-properties v0.1.4
22012026-04-05T00:25:13.847Z Checking predicates-core v1.0.10
22022026-04-05T00:25:13.850Z Checking jiff v0.2.21
22032026-04-05T00:25:13.918Z Checking heapless v0.7.17
22042026-04-05T00:25:13.999Z Checking hickory-proto v0.25.2
22052026-04-05T00:25:14.037Z Checking md-5 v0.10.6
22062026-04-05T00:25:14.072Z Checking stringprep v0.1.5
22072026-04-05T00:25:14.206Z Checking float-cmp v0.10.0
22082026-04-05T00:25:14.258Z Checking rustc-hash v2.1.1
22092026-04-05T00:25:14.343Z Checking toml v0.7.8
22102026-04-05T00:25:14.380Z Checking normalize-line-endings v0.3.0
22112026-04-05T00:25:14.383Z Checking difflib v0.4.0
22122026-04-05T00:25:14.449Z Checking fallible-iterator v0.2.0
22132026-04-05T00:25:14.504Z Checking iddqd v0.3.17
22142026-04-05T00:25:14.622Z Checking predicates v3.1.4
22152026-04-05T00:25:14.661Z Checking smoltcp v0.9.1
22162026-04-05T00:25:14.661Z Checking phf_shared v0.11.3
22172026-04-05T00:25:14.730Z Checking phf_shared v0.13.1
22182026-04-05T00:25:14.766Z Checking postgres-protocol v0.6.10
22192026-04-05T00:25:14.869Z Checking itertools v0.12.1
22202026-04-05T00:25:14.942Z Checking console v0.16.2
22212026-04-05T00:25:14.978Z Checking buf-list v1.1.2
22222026-04-05T00:25:15.112Z Checking strum v0.27.2
22232026-04-05T00:25:15.197Z Checking fixedbitset v0.5.7
22242026-04-05T00:25:15.257Z Checking precomputed-hash v0.1.1
22252026-04-05T00:25:15.296Z Checking unit-prefix v0.5.2
22262026-04-05T00:25:15.299Z Checking lalrpop-util v0.19.12
22272026-04-05T00:25:15.368Z Checking new_debug_unreachable v1.0.6
22282026-04-05T00:25:15.403Z Checking fixedbitset v0.4.2
22292026-04-05T00:25:15.438Z Checking petgraph v0.8.3
22302026-04-05T00:25:15.474Z Checking indicatif v0.18.4
22312026-04-05T00:25:15.508Z Checking string_cache v0.8.9
22322026-04-05T00:25:15.543Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-04-05T00:25:15.581Z Checking petgraph v0.6.5
22342026-04-05T00:25:15.703Z Checking postgres-types v0.2.12
22352026-04-05T00:25:15.873Z Checking phf v0.13.1
22362026-04-05T00:25:15.910Z Checking zone v0.3.1
22372026-04-05T00:25:16.047Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-04-05T00:25:16.087Z Checking whoami v2.1.0
22392026-04-05T00:25:16.122Z Checking zip v4.6.1
22402026-04-05T00:25:16.311Z Checking peg-runtime v0.8.5
22412026-04-05T00:25:16.314Z Checking tokio-postgres v0.7.16
22422026-04-05T00:25:16.495Z Checking futures-executor v0.3.32
22432026-04-05T00:25:16.534Z Checking is-terminal v0.4.17
22442026-04-05T00:25:16.663Z Checking crossbeam-channel v0.5.15
22452026-04-05T00:25:16.700Z Checking futures v0.3.32
22462026-04-05T00:25:16.741Z Compiling structmeta-derive v0.3.0
22472026-04-05T00:25:16.810Z Checking thread_local v1.1.9
22482026-04-05T00:25:16.850Z Checking term v1.2.1
22492026-04-05T00:25:16.887Z Checking take_mut v0.2.2
22502026-04-05T00:25:17.009Z Compiling newtype-uuid-macros v0.1.0
22512026-04-05T00:25:17.046Z Checking regress v0.10.5
22522026-04-05T00:25:17.049Z Checking slog-async v2.8.0
22532026-04-05T00:25:17.116Z Checking slog-term v2.9.2
22542026-04-05T00:25:17.119Z Compiling rustls v0.22.4
22552026-04-05T00:25:17.286Z Compiling multer v3.1.0
22562026-04-05T00:25:17.408Z Compiling async-stream-impl v0.3.6
22572026-04-05T00:25:17.442Z Compiling dropshot v0.16.7
22582026-04-05T00:25:17.585Z Compiling dropshot_endpoint v0.16.7
22592026-04-05T00:25:17.627Z Checking match_cfg v0.1.0
22602026-04-05T00:25:17.728Z Checking hostname v0.3.1
22612026-04-05T00:25:17.765Z Checking slog-json v2.6.1
22622026-04-05T00:25:17.801Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-04-05T00:25:17.849Z Compiling structmeta v0.3.0
22642026-04-05T00:25:17.885Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-04-05T00:25:17.955Z Checking slog-bunyan v2.5.0
22662026-04-05T00:25:18.027Z Checking debug-ignore v1.0.5
22672026-04-05T00:25:18.071Z Checking serde_spanned v1.0.4
22682026-04-05T00:25:18.111Z Compiling derive-ex v0.1.8
22692026-04-05T00:25:18.114Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-04-05T00:25:18.182Z Checking progenitor-client v0.13.0
22712026-04-05T00:25:18.220Z Checking rustls-webpki v0.102.8
22722026-04-05T00:25:18.255Z Checking serde_path_to_error v0.1.20
22732026-04-05T00:25:18.305Z Checking async-stream v0.3.6
22742026-04-05T00:25:18.358Z Checking toml v0.9.12+spec-1.1.0
22752026-04-05T00:25:18.485Z Checking waitgroup v0.1.2
22762026-04-05T00:25:18.520Z Checking rustls-pemfile v2.2.0
22772026-04-05T00:25:18.558Z Checking hostname v0.4.2
22782026-04-05T00:25:18.647Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-04-05T00:25:18.685Z Compiling parse-display-derive v0.10.0
22802026-04-05T00:25:18.723Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-04-05T00:25:18.726Z Checking itertools v0.14.0
22822026-04-05T00:25:18.793Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-04-05T00:25:18.896Z Checking macaddr v1.0.1
22842026-04-05T00:25:18.986Z Checking progenitor-client v0.10.0
22852026-04-05T00:25:19.109Z Checking instant v0.1.13
22862026-04-05T00:25:19.230Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-04-05T00:25:19.233Z Checking backoff v0.4.0
22882026-04-05T00:25:19.304Z Checking backon v1.6.0
22892026-04-05T00:25:19.382Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-04-05T00:25:19.517Z Checking progenitor-extras v0.1.1
22912026-04-05T00:25:19.520Z Checking heck v0.5.0
22922026-04-05T00:25:19.707Z Checking toml v0.8.23
22932026-04-05T00:25:19.773Z Compiling convert_case v0.4.0
22942026-04-05T00:25:19.825Z Compiling test-strategy v0.4.5
22952026-04-05T00:25:19.861Z Checking half v2.7.1
22962026-04-05T00:25:19.896Z Checking ciborium-io v0.2.2
22972026-04-05T00:25:20.019Z Compiling unsafe-libyaml v0.2.11
22982026-04-05T00:25:20.063Z Checking secrecy v0.10.3
22992026-04-05T00:25:20.102Z Checking tokio-rustls v0.25.0
23002026-04-05T00:25:20.147Z Checking ciborium-ll v0.2.2
23012026-04-05T00:25:20.184Z Compiling derive_more v0.99.20
23022026-04-05T00:25:20.223Z Checking indent_write v2.2.0
23032026-04-05T00:25:20.367Z Checking ciborium v0.2.2
23042026-04-05T00:25:20.402Z Compiling crucible-workspace-hack v0.1.0
23052026-04-05T00:25:20.437Z Checking parse-display v0.10.0
23062026-04-05T00:25:20.609Z Compiling serde_yaml v0.9.34+deprecated
23072026-04-05T00:25:20.696Z Checking camino-tempfile v1.4.1
23082026-04-05T00:25:20.825Z Checking universal-hash v0.5.1
23092026-04-05T00:25:20.884Z Checking opaque-debug v0.3.1
23102026-04-05T00:25:20.921Z Checking typify-impl v0.6.1
23112026-04-05T00:25:20.984Z Checking aead v0.5.2
23122026-04-05T00:25:20.987Z Checking poly1305 v0.8.0
23132026-04-05T00:25:21.341Z Checking chacha20 v0.9.1
23142026-04-05T00:25:21.391Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-04-05T00:25:21.574Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23162026-04-05T00:25:21.813Z Compiling thiserror-impl-no-std v2.0.2
23172026-04-05T00:25:21.937Z Checking swrite v0.1.0
23182026-04-05T00:25:22.075Z Checking password-hash v0.5.0
23192026-04-05T00:25:22.161Z Checking blake2 v0.10.6
23202026-04-05T00:25:22.196Z Checking chacha20poly1305 v0.10.1
23212026-04-05T00:25:22.317Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23222026-04-05T00:25:22.354Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23232026-04-05T00:25:22.389Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23242026-04-05T00:25:22.438Z Checking argon2 v0.5.3
23252026-04-05T00:25:22.687Z Checking byte-wrapper v0.1.0
23262026-04-05T00:25:22.726Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23272026-04-05T00:25:22.815Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-04-05T00:25:22.856Z Compiling toml_edit v0.23.10+spec-1.0.0
23292026-04-05T00:25:22.929Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23302026-04-05T00:25:22.996Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23312026-04-05T00:25:23.072Z Checking thiserror-no-std v2.0.2
23322026-04-05T00:25:23.075Z Checking tabwriter v1.4.1
23332026-04-05T00:25:23.197Z Checking vsss-rs v3.3.4
23342026-04-05T00:25:23.285Z Checking unicode-width v0.1.14
23352026-04-05T00:25:23.574Z Compiling proc-macro-crate v3.4.0
23362026-04-05T00:25:23.673Z Checking glob v0.3.3
23372026-04-05T00:25:23.897Z Compiling heapless v0.8.0
23382026-04-05T00:25:23.965Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23392026-04-05T00:25:24.043Z Compiling ingot-macros v0.1.1
23402026-04-05T00:25:24.155Z Checking hash32 v0.3.1
23412026-04-05T00:25:24.288Z Compiling smoltcp v0.11.0
23422026-04-05T00:25:24.324Z Checking colored v3.1.1
23432026-04-05T00:25:24.359Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23442026-04-05T00:25:24.443Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23452026-04-05T00:25:24.514Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-04-05T00:25:24.647Z Compiling num_enum_derive v0.7.5
23472026-04-05T00:25:24.768Z Checking cobs v0.3.0
23482026-04-05T00:25:24.807Z Compiling foreign-types-macros v0.2.3
23492026-04-05T00:25:24.953Z Checking cpufeatures v0.3.0
23502026-04-05T00:25:24.992Z Checking foreign-types-shared v0.3.1
23512026-04-05T00:25:25.066Z Checking chacha20 v0.10.0
23522026-04-05T00:25:25.321Z Checking postcard v1.1.3
23532026-04-05T00:25:25.434Z Checking foreign-types v0.5.0
23542026-04-05T00:25:25.654Z Compiling proc-macro-crate v1.3.1
23552026-04-05T00:25:25.691Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-05T00:25:25.732Z Checking cstr-argument v0.1.2
23572026-04-05T00:25:25.735Z Checking num_enum v0.7.5
23582026-04-05T00:25:25.802Z Compiling typify-macro v0.6.1
23592026-04-05T00:25:25.889Z Checking sigpipe v0.1.3
23602026-04-05T00:25:25.927Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-04-05T00:25:25.963Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23622026-04-05T00:25:26.003Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23632026-04-05T00:25:26.095Z Compiling num_enum_derive v0.5.11
23642026-04-05T00:25:26.271Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23652026-04-05T00:25:26.274Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23662026-04-05T00:25:26.367Z Checking rand v0.10.0
23672026-04-05T00:25:26.428Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23682026-04-05T00:25:26.496Z Compiling usdt-macro v0.5.0
23692026-04-05T00:25:26.536Z Compiling usdt-attr-macro v0.5.0
23702026-04-05T00:25:26.571Z Checking memmap v0.7.0
23712026-04-05T00:25:26.740Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23722026-04-05T00:25:26.972Z Checking ingot-types v0.1.2
23732026-04-05T00:25:27.215Z Checking num_enum v0.5.11
23742026-04-05T00:25:27.250Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23752026-04-05T00:25:27.285Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-04-05T00:25:27.360Z Checking usdt v0.5.0
23772026-04-05T00:25:27.363Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23782026-04-05T00:25:27.428Z Checking ingot v0.1.1
23792026-04-05T00:25:27.465Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23802026-04-05T00:25:27.469Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23812026-04-05T00:25:27.537Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23822026-04-05T00:25:27.573Z Checking smf v0.2.3
23832026-04-05T00:25:27.630Z Compiling typify v0.6.1
23842026-04-05T00:25:27.735Z Compiling num-derive v0.4.2
23852026-04-05T00:25:27.770Z Compiling progenitor-impl v0.13.0
23862026-04-05T00:25:27.772Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23872026-04-05T00:25:27.842Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23882026-04-05T00:25:28.017Z Checking whoami v1.6.1
23892026-04-05T00:25:28.089Z Checking tokio-dtrace v0.1.1
23902026-04-05T00:25:28.134Z Compiling derive-where v1.6.0
23912026-04-05T00:25:28.223Z Checking atomicwrites v0.4.4
23922026-04-05T00:25:28.302Z Checking oxide-tokio-rt v0.1.3
23932026-04-05T00:25:28.381Z Checking console v0.15.11
23942026-04-05T00:25:28.499Z Checking newline-converter v0.3.0
23952026-04-05T00:25:28.647Z Compiling prettyplease v0.2.37
23962026-04-05T00:25:28.685Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23972026-04-05T00:25:28.721Z Checking expectorate v1.2.0
23982026-04-05T00:25:28.814Z Checking bytecount v0.6.9
23992026-04-05T00:25:28.882Z Compiling owo-colors v4.3.0
24002026-04-05T00:25:28.953Z Compiling cancel-safe-futures v0.1.5
24012026-04-05T00:25:28.956Z Checking libsw-core v0.3.2
24022026-04-05T00:25:29.022Z Checking linear-map v1.2.0
24032026-04-05T00:25:29.088Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24042026-04-05T00:25:29.164Z Checking libsw v3.5.0
24052026-04-05T00:25:29.233Z Checking same-file v1.0.6
24062026-04-05T00:25:29.342Z Checking num-rational v0.4.2
24072026-04-05T00:25:29.409Z Checking walkdir v2.5.0
24082026-04-05T00:25:29.491Z Checking num-complex v0.4.6
24092026-04-05T00:25:29.562Z Checking float-ord v0.3.2
24102026-04-05T00:25:29.604Z Checking gethostname v0.5.0
24112026-04-05T00:25:29.756Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24122026-04-05T00:25:29.852Z Checking num v0.4.3
24132026-04-05T00:25:29.886Z Compiling async-recursion v1.1.1
24142026-04-05T00:25:29.955Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24152026-04-05T00:25:30.024Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-04-05T00:25:30.272Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-04-05T00:25:30.473Z Compiling progenitor-macro v0.13.0
24182026-04-05T00:25:31.285Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24192026-04-05T00:25:31.327Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24202026-04-05T00:25:31.632Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-04-05T00:25:33.378Z Checking unicode-linebreak v0.1.5
24222026-04-05T00:25:33.527Z Checking smawk v0.3.2
24232026-04-05T00:25:33.592Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-04-05T00:25:33.627Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-04-05T00:25:33.693Z Checking globset v0.4.18
24262026-04-05T00:25:34.085Z Compiling convert_case v0.10.0
24272026-04-05T00:25:34.430Z Compiling slog-dtrace v0.3.0
24282026-04-05T00:25:34.597Z Checking resolv-conf v0.7.6
24292026-04-05T00:25:34.774Z Compiling derive_more-impl v2.1.1
24302026-04-05T00:25:34.984Z Compiling pin-project-internal v1.1.11
24312026-04-05T00:25:35.114Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-04-05T00:25:35.156Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24332026-04-05T00:25:35.199Z Checking fd-lock v4.0.4
24342026-04-05T00:25:35.354Z Checking pem v3.0.6
24352026-04-05T00:25:35.392Z Checking vte v0.14.1
24362026-04-05T00:25:35.551Z Checking display-error-chain v0.2.2
24372026-04-05T00:25:35.588Z Checking strip-ansi-escapes v0.2.1
24382026-04-05T00:25:35.591Z Checking progenitor v0.13.0
24392026-04-05T00:25:35.658Z Checking derive_more v2.1.1
24402026-04-05T00:25:35.661Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24412026-04-05T00:25:35.726Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24422026-04-05T00:25:35.729Z Compiling snafu-derive v0.8.9
24432026-04-05T00:25:35.829Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-04-05T00:25:35.888Z Checking crossterm v0.29.0
24452026-04-05T00:25:36.164Z Checking pin-project v1.1.11
24462026-04-05T00:25:36.298Z Checking termtree v0.5.1
24472026-04-05T00:25:36.343Z Checking linked-hash-map v0.5.6
24482026-04-05T00:25:36.478Z Checking nu-ansi-term v0.50.3
24492026-04-05T00:25:36.521Z Checking textwrap v0.16.2
24502026-04-05T00:25:36.562Z Checking lru-cache v0.1.2
24512026-04-05T00:25:36.722Z Checking olpc-cjson v0.1.4
24522026-04-05T00:25:36.759Z Checking reedline v0.40.0
24532026-04-05T00:25:36.795Z Checking hickory-proto v0.24.4
24542026-04-05T00:25:36.900Z Checking serde_plain v1.0.2
24552026-04-05T00:25:37.089Z Compiling minimal-lexical v0.2.1
24562026-04-05T00:25:37.398Z Checking typed-path v0.9.3
24572026-04-05T00:25:37.784Z Checking snafu v0.8.9
24582026-04-05T00:25:37.963Z Compiling nom v7.1.3
24592026-04-05T00:25:38.065Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24602026-04-05T00:25:38.214Z Checking tough v0.20.0
24612026-04-05T00:25:38.337Z Checking nibble_vec v0.1.0
24622026-04-05T00:25:38.470Z Checking endian-type v0.1.2
24632026-04-05T00:25:38.506Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642026-04-05T00:25:38.556Z Compiling ar_archive_writer v0.5.1
24652026-04-05T00:25:38.631Z Checking radix_trie v0.2.1
24662026-04-05T00:25:38.634Z Checking hickory-resolver v0.24.4
24672026-04-05T00:25:38.699Z Checking base64 v0.21.7
24682026-04-05T00:25:38.872Z Checking humantime v2.3.0
24692026-04-05T00:25:38.972Z Checking csv-core v0.1.13
24702026-04-05T00:25:39.089Z Compiling stacker v0.1.23
24712026-04-05T00:25:39.127Z Checking highway v1.3.0
24722026-04-05T00:25:39.183Z Checking csv v1.4.0
24732026-04-05T00:25:39.357Z Compiling cfg_aliases v0.1.1
24742026-04-05T00:25:39.393Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-04-05T00:25:39.462Z Compiling psm v0.1.30
24762026-04-05T00:25:39.465Z Checking qorb v0.4.1
24772026-04-05T00:25:39.465Z Compiling nix v0.28.0
24782026-04-05T00:25:39.531Z Checking papergrid v0.11.0
24792026-04-05T00:25:39.599Z Compiling tabled_derive v0.7.0
24802026-04-05T00:25:39.879Z Checking home v0.5.12
24812026-04-05T00:25:39.963Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-04-05T00:25:40.034Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-04-05T00:25:40.201Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-04-05T00:25:40.273Z Checking phf_shared v0.12.1
24852026-04-05T00:25:40.397Z Compiling recursive-proc-macro-impl v0.1.1
24862026-04-05T00:25:40.447Z Compiling chrono-tz v0.10.4
24872026-04-05T00:25:40.485Z Compiling semver v0.1.20
24882026-04-05T00:25:40.601Z Checking tabled v0.15.0
24892026-04-05T00:25:40.711Z Compiling rustc_version v0.1.7
24902026-04-05T00:25:40.747Z Checking phf v0.12.1
24912026-04-05T00:25:40.816Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922026-04-05T00:25:40.849Z Checking recursive v0.1.1
24932026-04-05T00:25:40.903Z Compiling const_format_proc_macros v0.2.34
24942026-04-05T00:25:40.938Z Compiling peg-macros v0.8.5
24952026-04-05T00:25:40.972Z Checking winnow v0.6.26
24962026-04-05T00:25:40.976Z Compiling sqlparser_derive v0.5.0
24972026-04-05T00:25:41.783Z Checking unicode_categories v0.1.1
24982026-04-05T00:25:41.819Z Checking sqlparser v0.61.0
24992026-04-05T00:25:41.822Z Checking const_format v0.2.35
25002026-04-05T00:25:41.822Z Checking rustyline v14.0.0
25012026-04-05T00:25:42.233Z Checking sqlformat v0.3.5
25022026-04-05T00:25:42.320Z Compiling newtype_derive v0.1.6
25032026-04-05T00:25:42.409Z Checking peg v0.8.5
25042026-04-05T00:25:42.553Z Checking bcs v0.1.6
25052026-04-05T00:25:42.709Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-04-05T00:25:42.770Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-04-05T00:25:42.822Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-04-05T00:25:42.932Z Checking steno v0.4.1
25092026-04-05T00:25:43.104Z Checking utf-8 v0.7.6
25102026-04-05T00:25:43.141Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-04-05T00:25:43.282Z Checking filetime v0.2.27
25122026-04-05T00:25:43.467Z Checking arc-swap v1.8.2
25132026-04-05T00:25:43.718Z Checking xattr v1.6.1
25142026-04-05T00:25:43.721Z Checking slog-scope v4.4.1
25152026-04-05T00:25:43.790Z Checking tungstenite v0.21.0
25162026-04-05T00:25:43.883Z Checking tar v0.4.45
25172026-04-05T00:25:43.925Z Checking slog-stdlog v4.1.1
25182026-04-05T00:25:44.081Z Checking slog-envlogger v2.2.0
25192026-04-05T00:25:44.251Z Checking tokio-tungstenite v0.21.0
25202026-04-05T00:25:44.287Z Compiling typify-impl v0.4.3
25212026-04-05T00:25:44.321Z Checking typeid v1.0.3
25222026-04-05T00:25:44.565Z Checking subprocess v0.2.15
25232026-04-05T00:25:44.891Z Checking headers-core v0.3.0
25242026-04-05T00:25:45.020Z Compiling lzma-sys v0.1.20
25252026-04-05T00:25:45.057Z Checking headers v0.4.1
25262026-04-05T00:25:45.499Z Compiling cargo_toml v0.22.3
25272026-04-05T00:25:45.561Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25282026-04-05T00:25:45.597Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-04-05T00:25:45.630Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-04-05T00:25:45.916Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-04-05T00:25:46.021Z Checking yasna v0.5.2
25322026-04-05T00:25:46.458Z Checking rcgen v0.12.1
25332026-04-05T00:25:46.826Z Checking xz2 v0.1.7
25342026-04-05T00:25:46.877Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25352026-04-05T00:25:46.988Z Checking ron v0.12.0
25362026-04-05T00:25:47.030Z Checking base16ct v1.0.0
25372026-04-05T00:25:47.197Z Checking dropshot-api-manager-types v0.6.0
25382026-04-05T00:25:47.239Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25392026-04-05T00:25:47.412Z Checking tagptr v0.2.0
25402026-04-05T00:25:47.447Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25412026-04-05T00:25:47.583Z Checking moka v0.12.13
25422026-04-05T00:25:47.634Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25432026-04-05T00:25:47.755Z Compiling libefi-sys v0.1.0
25442026-04-05T00:25:47.981Z Compiling radium v0.7.0
25452026-04-05T00:25:48.162Z Compiling bitfield-struct v0.6.2
25462026-04-05T00:25:48.260Z Checking hickory-resolver v0.25.2
25472026-04-05T00:25:48.330Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25482026-04-05T00:25:48.374Z Compiling maybe-uninit v2.0.0
25492026-04-05T00:25:48.680Z Checking tap v1.0.1
25502026-04-05T00:25:48.761Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-04-05T00:25:48.820Z Checking wyz v0.5.1
25522026-04-05T00:25:48.854Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-04-05T00:25:48.886Z Compiling typify-macro v0.4.3
25542026-04-05T00:25:49.009Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25552026-04-05T00:25:49.155Z Compiling zerocopy-derive v0.6.6
25562026-04-05T00:25:49.290Z Compiling packed_struct v0.10.1
25572026-04-05T00:25:49.325Z Checking funty v2.0.0
25582026-04-05T00:25:49.359Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-04-05T00:25:49.467Z Checking crc-catalog v2.4.0
25602026-04-05T00:25:49.509Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-04-05T00:25:49.610Z Checking crc v3.4.0
25622026-04-05T00:25:49.655Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-04-05T00:25:49.688Z Checking bitvec v1.0.1
25642026-04-05T00:25:49.816Z Compiling packed_struct_codegen v0.10.1
25652026-04-05T00:25:49.850Z Compiling bitfield-macros v0.19.4
25662026-04-05T00:25:49.893Z Compiling indexmap v1.9.3
25672026-04-05T00:25:50.041Z Checking zerocopy v0.6.6
25682026-04-05T00:25:50.124Z Checking nodrop v0.1.14
25692026-04-05T00:25:50.250Z Checking array-init v0.0.4
25702026-04-05T00:25:50.425Z Checking smallvec v0.6.14
25712026-04-05T00:25:50.589Z Checking hashbrown v0.12.3
25722026-04-05T00:25:50.624Z Checking bitfield v0.19.4
25732026-04-05T00:25:50.659Z Compiling typify v0.4.3
25742026-04-05T00:25:50.802Z Compiling progenitor-impl v0.10.0
25752026-04-05T00:25:50.920Z Checking serde-hex v0.1.0
25762026-04-05T00:25:50.924Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-04-05T00:25:51.148Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-04-05T00:25:51.387Z Checking ron v0.8.1
25792026-04-05T00:25:51.834Z Checking hashbrown v0.13.2
25802026-04-05T00:25:52.039Z Checking crc-any v2.5.0
25812026-04-05T00:25:52.204Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25822026-04-05T00:25:52.240Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25832026-04-05T00:25:52.276Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25842026-04-05T00:25:52.310Z Checking object v0.30.4
25852026-04-05T00:25:52.440Z Checking path-slash v0.1.5
25862026-04-05T00:25:52.529Z Compiling xshell-macros v0.2.7
25872026-04-05T00:25:52.579Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-04-05T00:25:52.959Z Checking xshell v0.2.7
25892026-04-05T00:25:53.003Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-04-05T00:25:53.189Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-04-05T00:25:53.499Z Compiling progenitor-macro v0.10.0
25922026-04-05T00:25:53.716Z Checking half v1.8.3
25932026-04-05T00:25:53.911Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-04-05T00:25:53.957Z Checking serde_cbor v0.11.2
25952026-04-05T00:25:54.004Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25962026-04-05T00:25:54.362Z Compiling num-derive v0.3.3
25972026-04-05T00:25:54.432Z Compiling proc-macro-error-attr2 v2.0.0
25982026-04-05T00:25:54.470Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-04-05T00:25:54.693Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26002026-04-05T00:25:54.867Z Compiling proc-macro-error2 v2.0.1
26012026-04-05T00:25:55.236Z Compiling tabled_derive v0.11.0
26022026-04-05T00:25:55.271Z Checking papergrid v0.17.0
26032026-04-05T00:25:55.302Z Checking libscf-sys v1.1.0
26042026-04-05T00:25:55.337Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-04-05T00:25:55.469Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26062026-04-05T00:25:55.695Z Checking testing_table v0.3.0
26072026-04-05T00:25:55.732Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-04-05T00:25:55.827Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-04-05T00:25:56.071Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-04-05T00:25:56.130Z Checking maplit v1.0.2
26112026-04-05T00:25:56.250Z Checking crc8 v0.1.1
26122026-04-05T00:25:56.337Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26132026-04-05T00:25:56.384Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26142026-04-05T00:25:56.419Z Checking tabled v0.20.0
26152026-04-05T00:25:56.421Z Checking fxhash v0.2.1
26162026-04-05T00:25:56.590Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26172026-04-05T00:25:56.645Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26182026-04-05T00:25:56.752Z Checking unicase v2.9.0
26192026-04-05T00:25:56.951Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-04-05T00:25:57.038Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-04-05T00:25:57.321Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26222026-04-05T00:25:57.367Z Checking kstat-rs v0.2.4
26232026-04-05T00:25:57.568Z Compiling diesel_derives v2.3.7
26242026-04-05T00:25:57.603Z Checking scheduled-thread-pool v0.2.7
26252026-04-05T00:25:57.636Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26262026-04-05T00:25:57.782Z Compiling dsl_auto_type v0.2.0
26272026-04-05T00:25:57.846Z Compiling vergen-gitcl v1.0.8
26282026-04-05T00:25:57.879Z Compiling diesel_table_macro_syntax v0.3.0
26292026-04-05T00:25:58.123Z Checking r2d2 v0.8.10
26302026-04-05T00:25:58.158Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26312026-04-05T00:25:58.342Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322026-04-05T00:25:58.443Z Compiling parking_lot_core v0.8.6
26332026-04-05T00:25:58.479Z Checking progenitor v0.10.0
26342026-04-05T00:25:58.580Z Checking downcast-rs v2.0.2
26352026-04-05T00:25:58.684Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-04-05T00:25:58.721Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26372026-04-05T00:25:59.054Z Compiling git-stub v1.0.0
26382026-04-05T00:25:59.330Z Compiling git-stub-vcs v0.1.0
26392026-04-05T00:25:59.365Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-04-05T00:25:59.398Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26412026-04-05T00:25:59.502Z Checking parking_lot v0.11.2
26422026-04-05T00:25:59.638Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26432026-04-05T00:25:59.718Z Checking prefix-trie v0.7.0
26442026-04-05T00:25:59.721Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26452026-04-05T00:25:59.721Z Checking nanorand v0.7.0
26462026-04-05T00:25:59.831Z Compiling dirs-sys-next v0.1.2
26472026-04-05T00:26:00.016Z Compiling crunchy v0.2.4
26482026-04-05T00:26:00.112Z Checking hickory-server v0.25.2
26492026-04-05T00:26:00.149Z Checking flume v0.11.1
26502026-04-05T00:26:00.272Z Compiling dirs-next v2.0.0
26512026-04-05T00:26:00.355Z Checking sled v0.34.7
26522026-04-05T00:26:00.427Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-04-05T00:26:00.431Z Compiling clang-sys v1.8.1
26542026-04-05T00:26:00.642Z Checking hickory-client v0.25.2
26552026-04-05T00:26:00.861Z Compiling tiny-keccak v2.0.2
26562026-04-05T00:26:01.034Z Compiling term v0.7.0
26572026-04-05T00:26:01.173Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26582026-04-05T00:26:01.243Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26592026-04-05T00:26:01.417Z Compiling salty v0.3.0
26602026-04-05T00:26:01.550Z Compiling bit-vec v0.6.3
26612026-04-05T00:26:01.585Z Compiling ascii-canvas v3.0.0
26622026-04-05T00:26:01.807Z Compiling bit-set v0.5.3
26632026-04-05T00:26:01.810Z Checking primeorder v0.13.6
26642026-04-05T00:26:01.876Z Compiling itertools v0.10.5
26652026-04-05T00:26:02.006Z Compiling ena v0.14.4
26662026-04-05T00:26:02.127Z Compiling libloading v0.8.9
26672026-04-05T00:26:02.173Z Compiling fs-err v2.11.0
26682026-04-05T00:26:02.260Z Compiling regex-syntax v0.6.29
26692026-04-05T00:26:02.383Z Compiling diff v0.1.13
26702026-04-05T00:26:02.416Z Compiling bindgen v0.71.1
26712026-04-05T00:26:02.704Z Compiling cexpr v0.6.0
26722026-04-05T00:26:02.933Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26732026-04-05T00:26:03.010Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26742026-04-05T00:26:03.044Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-04-05T00:26:03.447Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-04-05T00:26:03.519Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-04-05T00:26:03.677Z Compiling lalrpop v0.19.12
26782026-04-05T00:26:03.721Z Compiling libxml v0.3.3
26792026-04-05T00:26:03.756Z Checking parse-size v1.1.0
26802026-04-05T00:26:03.862Z Checking diesel v2.3.7
26812026-04-05T00:26:03.905Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26822026-04-05T00:26:03.908Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26832026-04-05T00:26:04.024Z Checking p384 v0.13.1
26842026-04-05T00:26:04.421Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26852026-04-05T00:26:04.474Z Compiling strum_macros v0.24.3
26862026-04-05T00:26:04.766Z Checking assert_matches v1.5.0
26872026-04-05T00:26:04.875Z Compiling indoc v1.0.9
26882026-04-05T00:26:05.866Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-04-05T00:26:05.993Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-04-05T00:26:06.219Z Checking predicates-tree v1.0.13
26912026-04-05T00:26:06.269Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26922026-04-05T00:26:06.365Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26932026-04-05T00:26:06.398Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26942026-04-05T00:26:06.871Z Checking derive_builder v0.20.2
26952026-04-05T00:26:06.935Z Checking quick-xml v0.37.5
26962026-04-05T00:26:07.021Z Compiling oso-derive v0.27.3
26972026-04-05T00:26:07.556Z Compiling trait-variant v0.1.2
26982026-04-05T00:26:07.854Z Compiling impl-trait-for-tuples v0.2.3
26992026-04-05T00:26:08.130Z Checking openssl-probe v0.1.6
27002026-04-05T00:26:08.207Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-05T00:26:08.244Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27022026-04-05T00:26:08.278Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27032026-04-05T00:26:08.395Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27042026-04-05T00:26:08.897Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27052026-04-05T00:26:09.081Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27062026-04-05T00:26:09.210Z Compiling progenitor-impl v0.11.2
27072026-04-05T00:26:09.675Z Compiling mime_guess v2.0.5
27082026-04-05T00:26:09.885Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27092026-04-05T00:26:10.215Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-04-05T00:26:10.254Z Checking progenitor-client v0.11.2
27112026-04-05T00:26:10.423Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27122026-04-05T00:26:10.534Z Checking http-range v0.1.5
27132026-04-05T00:26:10.699Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-04-05T00:26:10.785Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-04-05T00:26:10.821Z Checking ignore v0.4.25
27162026-04-05T00:26:11.434Z Checking atty v0.2.14
27172026-04-05T00:26:11.591Z Checking globwalk v0.9.1
27182026-04-05T00:26:11.904Z Compiling progenitor-macro v0.11.2
27192026-04-05T00:26:12.358Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-04-05T00:26:13.145Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-04-05T00:26:13.377Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-04-05T00:26:13.583Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-04-05T00:26:13.813Z Checking bb8 v0.8.6
27242026-04-05T00:26:13.848Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-04-05T00:26:13.947Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-04-05T00:26:14.078Z Checking corncobs v0.1.4
27272026-04-05T00:26:14.126Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-04-05T00:26:14.242Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-04-05T00:26:14.325Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-04-05T00:26:14.707Z Checking hyper-staticfile v0.10.1
27312026-04-05T00:26:15.043Z Checking camino-tempfile-ext v0.3.3
27322026-04-05T00:26:15.108Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-04-05T00:26:15.276Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-04-05T00:26:15.427Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-04-05T00:26:15.464Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-04-05T00:26:15.654Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-05T00:26:16.235Z Checking signal-hook-tokio v0.3.1
27382026-04-05T00:26:16.403Z Checking secrecy v0.8.0
27392026-04-05T00:26:16.589Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-04-05T00:26:16.858Z Checking progenitor v0.11.2
27412026-04-05T00:26:16.951Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27422026-04-05T00:26:17.039Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-04-05T00:26:17.177Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-05T00:26:17.252Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27452026-04-05T00:26:17.454Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-04-05T00:26:17.489Z Checking nonempty v0.12.0
27472026-04-05T00:26:17.687Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-04-05T00:26:17.771Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-04-05T00:26:17.827Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-04-05T00:26:17.896Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-04-05T00:26:18.211Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-04-05T00:26:18.250Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-04-05T00:26:18.616Z Checking diesel-dtrace v0.5.0
27542026-04-05T00:26:18.653Z Checking async-bb8-diesel v0.2.1
27552026-04-05T00:26:18.901Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27562026-04-05T00:26:19.042Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27572026-04-05T00:26:19.130Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582026-04-05T00:26:19.443Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-04-05T00:26:19.484Z Checking tungstenite v0.23.0
27602026-04-05T00:26:19.942Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-04-05T00:26:20.101Z Checking tokio-tungstenite v0.23.1
27622026-04-05T00:26:20.149Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-04-05T00:26:20.409Z Checking rand_seeder v0.4.0
27642026-04-05T00:26:20.525Z Checking void v1.0.2
27652026-04-05T00:26:20.593Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-04-05T00:26:20.670Z Checking lzss v0.8.2
27672026-04-05T00:26:20.897Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-04-05T00:26:21.008Z Checking nix v0.27.1
27692026-04-05T00:26:21.098Z Checking serde_bytes v0.11.19
27702026-04-05T00:26:21.141Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-04-05T00:26:21.313Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-04-05T00:26:21.350Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-04-05T00:26:21.564Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-04-05T00:26:22.166Z Checking is_ci v1.2.0
27752026-04-05T00:26:22.304Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-04-05T00:26:22.339Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-04-05T00:26:22.375Z Checking yansi v1.0.1
27782026-04-05T00:26:22.668Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-04-05T00:26:22.779Z Checking pretty_assertions v1.4.1
27802026-04-05T00:26:22.927Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-04-05T00:26:22.961Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-04-05T00:26:22.994Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-04-05T00:26:23.204Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-04-05T00:26:23.474Z Compiling darling_core v0.23.0
27852026-04-05T00:26:24.321Z Compiling indoc v2.0.7
27862026-04-05T00:26:24.509Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27872026-04-05T00:26:24.742Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-04-05T00:26:24.809Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-04-05T00:26:24.874Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-04-05T00:26:25.040Z Compiling instability v0.3.11
27912026-04-05T00:26:25.230Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-04-05T00:26:25.438Z Compiling libz-sys v1.1.24
27932026-04-05T00:26:25.567Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-04-05T00:26:25.864Z Checking castaway v0.2.4
27952026-04-05T00:26:26.009Z Checking compact_str v0.8.1
27962026-04-05T00:26:26.088Z Compiling darling_macro v0.23.0
27972026-04-05T00:26:26.416Z Checking supports-color v3.0.2
27982026-04-05T00:26:26.586Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27992026-04-05T00:26:26.653Z Compiling darling v0.23.0
28002026-04-05T00:26:26.814Z Checking unicode-truncate v1.1.0
28012026-04-05T00:26:26.851Z Checking lru v0.12.5
28022026-04-05T00:26:27.004Z Checking cassowary v0.3.0
28032026-04-05T00:26:27.096Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-04-05T00:26:27.364Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-04-05T00:26:27.409Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-04-05T00:26:27.526Z Checking ratatui v0.29.0
28072026-04-05T00:26:28.615Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-04-05T00:26:28.838Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-04-05T00:26:28.909Z Compiling vergen-git2 v1.0.7
28102026-04-05T00:26:28.954Z Checking plotters-backend v0.3.7
28112026-04-05T00:26:29.118Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-04-05T00:26:29.186Z Checking plotters-svg v0.3.7
28132026-04-05T00:26:29.228Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-04-05T00:26:29.344Z Checking colored v2.2.0
28152026-04-05T00:26:29.378Z Checking shell-words v1.1.1
28162026-04-05T00:26:29.452Z Checking cast v0.3.0
28172026-04-05T00:26:29.539Z Compiling rustls v0.21.12
28182026-04-05T00:26:29.628Z Checking plotters v0.3.7
28192026-04-05T00:26:29.661Z Checking criterion-plot v0.6.0
28202026-04-05T00:26:29.851Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-04-05T00:26:29.941Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-04-05T00:26:30.173Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-04-05T00:26:30.399Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-04-05T00:26:30.433Z Checking sct v0.7.1
28252026-04-05T00:26:30.605Z Checking rustls-webpki v0.101.7
28262026-04-05T00:26:30.829Z Checking tinytemplate v1.2.1
28272026-04-05T00:26:30.875Z Compiling nix v0.29.0
28282026-04-05T00:26:30.980Z Checking oorandom v11.1.5
28292026-04-05T00:26:31.080Z Checking hex-literal v0.4.1
28302026-04-05T00:26:31.129Z Checking anes v0.1.6
28312026-04-05T00:26:31.341Z Checking criterion v0.7.0
28322026-04-05T00:26:31.376Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28332026-04-05T00:26:32.672Z Checking erased-serde v0.4.9
28342026-04-05T00:26:32.709Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-04-05T00:26:33.068Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28362026-04-05T00:26:33.891Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28372026-04-05T00:26:34.674Z Checking ordered-float v2.10.1
28382026-04-05T00:26:34.966Z Checking serde-value v0.7.0
28392026-04-05T00:26:35.219Z Checking serde-untagged v0.1.9
28402026-04-05T00:26:35.454Z Checking tokio-rustls v0.24.1
28412026-04-05T00:26:35.691Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-04-05T00:26:35.896Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-04-05T00:26:36.128Z Checking rustls-pemfile v1.0.4
28442026-04-05T00:26:36.305Z Checking twox-hash v2.1.2
28452026-04-05T00:26:36.495Z Checking unicode-xid v0.2.6
28462026-04-05T00:26:36.673Z Checking cargo-util-schemas v0.8.2
28472026-04-05T00:26:36.721Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-04-05T00:26:37.596Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28492026-04-05T00:26:37.667Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-04-05T00:26:37.850Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-04-05T00:26:38.285Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28522026-04-05T00:26:38.485Z Checking fatfs v0.3.6
28532026-04-05T00:26:38.974Z Checking cargo-platform v0.2.0
28542026-04-05T00:26:39.160Z Compiling petname v2.0.2
28552026-04-05T00:26:39.196Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28562026-04-05T00:26:39.681Z Compiling seq-macro v0.3.6
28572026-04-05T00:26:40.129Z Checking cargo_metadata v0.21.0
28582026-04-05T00:26:40.229Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28592026-04-05T00:26:40.554Z Checking concurrent-queue v2.5.0
28602026-04-05T00:26:40.774Z Checking rtoolbox v0.0.3
28612026-04-05T00:26:40.930Z Checking parking v2.2.1
28622026-04-05T00:26:40.964Z Checking futures-timer v3.0.3
28632026-04-05T00:26:40.997Z Checking rpassword v7.4.0
28642026-04-05T00:26:41.085Z Checking event-listener v5.4.1
28652026-04-05T00:26:41.176Z Checking tui-tree-widget v0.23.1
28662026-04-05T00:26:41.335Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28672026-04-05T00:26:41.395Z Checking polyval v0.6.2
28682026-04-05T00:26:41.529Z Checking sapling-renderdag v0.1.0
28692026-04-05T00:26:41.563Z Checking sync-ptr v0.1.4
28702026-04-05T00:26:41.595Z Checking ghash v0.5.1
28712026-04-05T00:26:41.725Z Checking event-listener-strategy v0.5.4
28722026-04-05T00:26:41.758Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28732026-04-05T00:26:41.819Z Checking ctr v0.9.2
28742026-04-05T00:26:41.897Z Checking arrayref v0.3.9
28752026-04-05T00:26:41.986Z Checking arrayvec v0.7.6
28762026-04-05T00:26:42.020Z Checking constant_time_eq v0.4.2
28772026-04-05T00:26:42.024Z Checking aes-gcm v0.10.3
28782026-04-05T00:26:42.227Z Checking async-lock v3.4.2
28792026-04-05T00:26:42.260Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28802026-04-05T00:26:42.294Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28812026-04-05T00:26:42.647Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28822026-04-05T00:26:43.228Z Checking ssh-encoding v0.2.0
28832026-04-05T00:26:43.337Z Checking blowfish v0.9.1
28842026-04-05T00:26:43.459Z Checking ssh-cipher v0.2.0
28852026-04-05T00:26:43.524Z Checking bcrypt-pbkdf v0.10.0
28862026-04-05T00:26:43.667Z Checking async-object-pool v0.2.0
28872026-04-05T00:26:43.723Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28882026-04-05T00:26:43.813Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28892026-04-05T00:26:44.065Z Checking serde_regex v1.1.0
28902026-04-05T00:26:44.251Z Checking password-hash v0.4.2
28912026-04-05T00:26:44.477Z Checking assert-json-diff v2.0.2
28922026-04-05T00:26:44.512Z Checking path-tree v0.8.3
28932026-04-05T00:26:44.684Z Compiling target-lexicon v0.13.3
28942026-04-05T00:26:44.734Z Checking gimli v0.32.3
28952026-04-05T00:26:44.923Z Checking stringmetrics v2.2.2
28962026-04-05T00:26:45.106Z Checking httpmock v0.8.3
28972026-04-05T00:26:45.267Z Checking pbkdf2 v0.11.0
28982026-04-05T00:26:45.475Z Checking ssh-key v0.6.7
28992026-04-05T00:26:45.844Z Compiling samael v0.0.19
29002026-04-05T00:26:46.304Z Checking addr2line v0.25.1
29012026-04-05T00:26:46.603Z Checking p521 v0.13.3
29022026-04-05T00:26:47.260Z Checking p256 v0.13.2
29032026-04-05T00:26:47.353Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29042026-04-05T00:26:47.543Z Checking russh-cryptovec v0.7.3
29052026-04-05T00:26:47.582Z Checking rustc-demangle v0.1.27
29062026-04-05T00:26:47.714Z Checking md5 v0.7.0
29072026-04-05T00:26:47.838Z Compiling guppy-workspace-hack v0.1.0
29082026-04-05T00:26:47.922Z Checking russh-keys v0.45.0
29092026-04-05T00:26:48.102Z Checking backtrace v0.3.76
29102026-04-05T00:26:48.431Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29112026-04-05T00:26:48.465Z Checking num-bigint v0.4.6
29122026-04-05T00:26:48.598Z Checking des v0.8.1
29132026-04-05T00:26:48.948Z Compiling blake3 v1.8.3
29142026-04-05T00:26:49.349Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29152026-04-05T00:26:49.454Z Compiling target-spec v3.5.7
29162026-04-05T00:26:49.593Z Checking russh v0.45.0
29172026-04-05T00:26:49.801Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29182026-04-05T00:26:50.421Z Checking backtrace-ext v0.2.1
29192026-04-05T00:26:50.456Z Checking cfg-expr v0.20.6
29202026-04-05T00:26:50.567Z Checking supports-color v2.1.0
29212026-04-05T00:26:50.602Z Checking textwrap v0.15.2
29222026-04-05T00:26:50.736Z Checking supports-unicode v2.1.0
29232026-04-05T00:26:50.838Z Checking supports-hyperlinks v2.1.0
29242026-04-05T00:26:50.874Z Checking hashbrown v0.14.5
29252026-04-05T00:26:50.905Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29262026-04-05T00:26:50.987Z Checking cargo-platform v0.3.2
29272026-04-05T00:26:51.137Z Checking terminal_size v0.1.17
29282026-04-05T00:26:51.203Z Checking socket2 v0.5.10
29292026-04-05T00:26:51.279Z Compiling miette-derive v5.10.0
29302026-04-05T00:26:51.383Z Checking owo-colors v3.5.0
29312026-04-05T00:26:51.485Z Checking internet-checksum v0.2.1
29322026-04-05T00:26:51.527Z Checking chumsky v0.9.3
29332026-04-05T00:26:51.638Z Checking cargo_metadata v0.23.1
29342026-04-05T00:26:52.468Z Checking miette v5.10.0
29352026-04-05T00:26:52.472Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-04-05T00:26:52.601Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29372026-04-05T00:26:52.767Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-04-05T00:26:52.987Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29392026-04-05T00:26:53.110Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29402026-04-05T00:26:53.266Z Checking httptest v0.16.4
29412026-04-05T00:26:53.304Z Checking pathdiff v0.2.3
29422026-04-05T00:26:53.445Z Compiling knuffel-derive v3.2.0
29432026-04-05T00:26:53.518Z Checking nested v0.1.1
29442026-04-05T00:26:53.675Z Checking topological-sort v0.2.2
29452026-04-05T00:26:53.709Z Checking guppy v0.17.25
29462026-04-05T00:26:53.849Z Compiling git2 v0.20.4
29472026-04-05T00:26:53.895Z Checking omicron-zone-package v0.12.2
29482026-04-05T00:26:53.982Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29492026-04-05T00:26:54.232Z Checking similar-asserts v1.7.0
29502026-04-05T00:26:54.426Z Compiling rstest_macros v0.25.0
29512026-04-05T00:26:54.690Z Compiling target-triple v1.0.0
29522026-04-05T00:26:54.743Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29532026-04-05T00:26:54.911Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29542026-04-05T00:26:54.943Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29552026-04-05T00:26:54.978Z Checking knuffel v3.2.0
29562026-04-05T00:26:55.057Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-04-05T00:26:55.291Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-04-05T00:26:55.627Z Checking tokio-test v0.4.5
29592026-04-05T00:26:55.867Z Checking toml_datetime v1.0.0+spec-1.1.0
29602026-04-05T00:26:55.924Z Compiling assert_cmd v2.1.2
29612026-04-05T00:26:56.213Z Compiling relative-path v1.9.3
29622026-04-05T00:26:56.563Z Checking escape8259 v0.5.3
29632026-04-05T00:26:56.744Z Checking libtest-mimic v0.8.1
29642026-04-05T00:26:56.846Z Checking toml v1.0.3+spec-1.1.0
29652026-04-05T00:26:57.241Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-04-05T00:26:57.276Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-04-05T00:26:57.419Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29682026-04-05T00:26:57.481Z Checking blake2b_simd v1.0.4
29692026-04-05T00:26:57.910Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29702026-04-05T00:26:58.128Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29712026-04-05T00:26:58.328Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29722026-04-05T00:26:58.551Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29732026-04-05T00:26:58.801Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-04-05T00:26:58.896Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29752026-04-05T00:26:59.133Z Checking fancy-regex v0.14.0
29762026-04-05T00:26:59.403Z Checking serde_tokenstream v0.2.3
29772026-04-05T00:26:59.536Z Checking uzers v0.12.2
29782026-04-05T00:26:59.651Z Compiling linkme-impl v0.3.35
29792026-04-05T00:26:59.786Z Checking termcolor v1.4.1
29802026-04-05T00:26:59.971Z Checking constant_time_eq v0.3.1
29812026-04-05T00:27:00.057Z Checking trybuild v1.0.116
29822026-04-05T00:27:00.105Z Checking rust-argon2 v2.1.0
29832026-04-05T00:27:00.374Z Checking rstest v0.25.0
29842026-04-05T00:27:00.495Z Checking datatest-stable v0.3.3
29852026-04-05T00:27:00.850Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29862026-04-05T00:27:00.928Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-04-05T00:27:01.170Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29882026-04-05T00:27:01.212Z Checking support-bundle-viewer v0.1.2
29892026-04-05T00:27:01.247Z Compiling polar-core v0.27.3
29902026-04-05T00:27:01.501Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29912026-04-05T00:27:01.760Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29922026-04-05T00:27:01.984Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29932026-04-05T00:27:02.076Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29942026-04-05T00:27:02.218Z Checking drift v0.1.3
29952026-04-05T00:27:02.317Z Checking rand_distr v0.5.1
29962026-04-05T00:27:02.563Z Checking multimap v0.10.1
29972026-04-05T00:27:02.774Z Checking approx v0.5.1
29982026-04-05T00:27:02.813Z Compiling linkme v0.3.35
29992026-04-05T00:27:02.958Z Checking dropshot-api-manager v0.6.0
30002026-04-05T00:27:03.423Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30012026-04-05T00:27:03.547Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30022026-04-05T00:27:04.053Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30032026-04-05T00:27:04.283Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30042026-04-05T00:27:04.343Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30052026-04-05T00:27:04.488Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-04-05T00:27:04.527Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30072026-04-05T00:27:04.595Z Checking partial-io v0.5.4
30082026-04-05T00:27:04.844Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30092026-04-05T00:27:04.878Z Checking cargo_toml v0.21.0
30102026-04-05T00:27:04.914Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30112026-04-05T00:27:05.034Z Checking termios v0.3.3
30122026-04-05T00:27:05.202Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30132026-04-05T00:27:05.648Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30142026-04-05T00:27:05.826Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-04-05T00:27:06.609Z Checking oso v0.27.3
30162026-04-05T00:27:06.790Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30172026-04-05T00:27:09.248Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30182026-04-05T00:27:14.051Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30192026-04-05T00:27:16.249Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30202026-04-05T00:27:16.939Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30212026-04-05T00:27:20.307Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30222026-04-05T00:27:26.188Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30232026-04-05T00:27:29.935Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30242026-04-05T00:27:30.506Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30252026-04-05T00:27:31.681Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30262026-04-05T00:27:40.626Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30272026-04-05T00:28:57.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s
30282026-04-05T00:28:57.685Z
30292026-04-05T00:28:57.685Zreal 4:05.412635353
30302026-04-05T00:28:57.685Zuser 20:34.347488424
30312026-04-05T00:28:57.685Zsys 4:49.592570014
30322026-04-05T00:28:57.685Ztrap 0.494979327
30332026-04-05T00:28:57.685Ztflt 0.093065819
30342026-04-05T00:28:57.685Zdflt 0.170515904
30352026-04-05T00:28:57.685Zkflt 0.000967255
30362026-04-05T00:28:57.685Zlock 56:49.244605095
30372026-04-05T00:28:57.685Zslp 56:27.402285012
30382026-04-05T00:28:57.685Zlat 1:50.803723917
30392026-04-05T00:28:57.685Zstop 10:52.724522769
30402026-04-05T00:28:57.688Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30412026-04-05T00:28:57.688Z+ ptime -m cargo doc --workspace --no-deps
30422026-04-05T00:28:58.573Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30432026-04-05T00:28:58.573Z |
30442026-04-05T00:28:58.573Z = 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)`
30452026-04-05T00:28:58.573Z = 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>
30462026-04-05T00:28:59.511Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-04-05T00:28:59.739Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30482026-04-05T00:28:59.782Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30492026-04-05T00:28:59.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30502026-04-05T00:28:59.965Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30512026-04-05T00:28:59.989Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-04-05T00:29:00.037Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-04-05T00:29:00.062Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30542026-04-05T00:29:00.089Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30552026-04-05T00:29:00.252Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-04-05T00:29:00.316Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-04-05T00:29:00.341Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30582026-04-05T00:29:00.381Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30592026-04-05T00:29:00.405Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30602026-04-05T00:29:00.425Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30612026-04-05T00:29:00.448Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-04-05T00:29:00.531Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30632026-04-05T00:29:00.556Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30642026-04-05T00:29:00.578Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30652026-04-05T00:29:00.601Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30662026-04-05T00:29:00.963Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30672026-04-05T00:29:01.042Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-04-05T00:29:01.143Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30692026-04-05T00:29:01.221Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30702026-04-05T00:29:01.246Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30712026-04-05T00:29:01.294Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30722026-04-05T00:29:01.368Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30732026-04-05T00:29:01.530Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30742026-04-05T00:29:01.552Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30752026-04-05T00:29:01.750Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30762026-04-05T00:29:01.877Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30772026-04-05T00:29:01.936Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30782026-04-05T00:29:02.072Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30792026-04-05T00:29:02.144Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30802026-04-05T00:29:02.264Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30812026-04-05T00:29:02.293Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30822026-04-05T00:29:02.377Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30832026-04-05T00:29:02.426Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30842026-04-05T00:29:02.525Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30852026-04-05T00:29:02.657Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30862026-04-05T00:29:02.795Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30872026-04-05T00:29:02.848Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30882026-04-05T00:29:02.962Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30892026-04-05T00:29:02.986Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30902026-04-05T00:29:03.115Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30912026-04-05T00:29:03.142Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30922026-04-05T00:29:03.278Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30932026-04-05T00:29:03.376Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30942026-04-05T00:29:03.400Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30952026-04-05T00:29:03.503Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30962026-04-05T00:29:03.530Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30972026-04-05T00:29:03.571Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30982026-04-05T00:29:03.599Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30992026-04-05T00:29:03.831Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31002026-04-05T00:29:03.831Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31012026-04-05T00:29:03.872Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31022026-04-05T00:29:03.894Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31032026-04-05T00:29:04.076Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31042026-04-05T00:29:04.098Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31052026-04-05T00:29:04.120Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31062026-04-05T00:29:04.278Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31072026-04-05T00:29:04.347Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31082026-04-05T00:29:04.374Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-04-05T00:29:04.416Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31102026-04-05T00:29:04.544Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31112026-04-05T00:29:04.571Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31122026-04-05T00:29:04.611Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31132026-04-05T00:29:04.677Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31142026-04-05T00:29:04.739Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31152026-04-05T00:29:04.762Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-04-05T00:29:04.784Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31172026-04-05T00:29:04.810Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31182026-04-05T00:29:05.162Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31192026-04-05T00:29:05.188Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31202026-04-05T00:29:05.519Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-04-05T00:29:05.878Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31222026-04-05T00:29:06.014Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232026-04-05T00:29:06.152Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31242026-04-05T00:29:06.448Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31252026-04-05T00:29:06.478Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31262026-04-05T00:29:06.659Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31272026-04-05T00:29:06.941Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31282026-04-05T00:29:07.208Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31292026-04-05T00:29:07.460Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31302026-04-05T00:29:07.583Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31312026-04-05T00:29:07.782Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-04-05T00:29:08.504Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31332026-04-05T00:29:09.192Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31342026-04-05T00:29:09.216Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-04-05T00:29:09.393Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-04-05T00:29:09.512Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-04-05T00:29:10.211Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-04-05T00:29:10.250Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31392026-04-05T00:29:10.361Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31402026-04-05T00:29:10.496Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31412026-04-05T00:29:10.547Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31422026-04-05T00:29:10.640Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-04-05T00:29:10.783Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-04-05T00:29:10.854Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31452026-04-05T00:29:10.905Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-04-05T00:29:10.939Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-04-05T00:29:10.967Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31482026-04-05T00:29:10.996Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31492026-04-05T00:29:11.266Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31502026-04-05T00:29:11.592Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31512026-04-05T00:29:11.852Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-04-05T00:29:12.286Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31532026-04-05T00:29:12.699Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31542026-04-05T00:29:13.276Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31552026-04-05T00:29:13.458Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31562026-04-05T00:29:13.698Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31572026-04-05T00:29:13.895Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31582026-04-05T00:29:14.330Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31592026-04-05T00:29:14.591Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31602026-04-05T00:29:14.617Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31612026-04-05T00:29:14.620Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-04-05T00:29:15.190Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31632026-04-05T00:29:15.304Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31642026-04-05T00:29:15.492Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31652026-04-05T00:29:15.540Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31662026-04-05T00:29:15.730Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31672026-04-05T00:29:15.792Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31682026-04-05T00:29:15.877Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31692026-04-05T00:29:16.542Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31702026-04-05T00:29:16.709Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31712026-04-05T00:29:17.196Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31722026-04-05T00:29:17.287Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31732026-04-05T00:29:17.793Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31742026-04-05T00:29:18.210Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31752026-04-05T00:29:19.072Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-04-05T00:29:19.202Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772026-04-05T00:29:19.483Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-04-05T00:29:19.508Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31792026-04-05T00:29:19.926Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-04-05T00:29:20.068Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31812026-04-05T00:29:20.590Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31822026-04-05T00:29:20.644Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31832026-04-05T00:29:20.843Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-04-05T00:29:21.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31852026-04-05T00:29:21.518Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31862026-04-05T00:29:21.638Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31872026-04-05T00:29:21.727Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31882026-04-05T00:29:21.792Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31892026-04-05T00:29:22.313Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31902026-04-05T00:29:23.175Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-04-05T00:29:23.811Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-04-05T00:29:24.183Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31932026-04-05T00:29:24.916Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31942026-04-05T00:29:25.270Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31952026-04-05T00:29:25.419Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31962026-04-05T00:29:25.886Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31972026-04-05T00:29:27.284Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31982026-04-05T00:29:27.404Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31992026-04-05T00:29:27.899Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32002026-04-05T00:29:28.826Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32012026-04-05T00:29:29.120Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-04-05T00:29:29.690Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32032026-04-05T00:29:29.779Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32042026-04-05T00:29:30.532Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32052026-04-05T00:29:30.718Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062026-04-05T00:29:30.829Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32072026-04-05T00:29:31.494Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32082026-04-05T00:29:31.519Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32092026-04-05T00:29:31.568Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32102026-04-05T00:29:31.718Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-04-05T00:29:32.314Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-04-05T00:29:32.543Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32132026-04-05T00:29:32.632Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32142026-04-05T00:29:33.174Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32152026-04-05T00:29:33.263Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-04-05T00:29:33.287Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32172026-04-05T00:29:33.347Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182026-04-05T00:29:33.851Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32192026-04-05T00:29:34.206Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32202026-04-05T00:29:34.403Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-04-05T00:29:34.910Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32222026-04-05T00:29:35.114Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32232026-04-05T00:29:35.684Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32242026-04-05T00:29:35.814Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32252026-04-05T00:29:35.837Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32262026-04-05T00:29:38.072Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-04-05T00:29:40.726Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-04-05T00:29:41.508Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32292026-04-05T00:29:42.566Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302026-04-05T00:29:43.041Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32312026-04-05T00:29:44.604Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32322026-04-05T00:29:45.261Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32332026-04-05T00:29:46.347Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32342026-04-05T00:29:47.871Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-04-05T00:29:48.352Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32362026-04-05T00:29:48.883Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32372026-04-05T00:29:49.047Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-05T00:29:50.375Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-04-05T00:29:51.098Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32402026-04-05T00:29:51.206Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32412026-04-05T00:29:53.377Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32422026-04-05T00:29:53.966Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32432026-04-05T00:29:56.652Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-04-05T00:29:57.694Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32452026-04-05T00:29:58.100Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-04-05T00:29:59.137Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32472026-04-05T00:29:59.805Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-04-05T00:30:00.483Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32492026-04-05T00:30:01.786Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32502026-04-05T00:30:02.344Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32512026-04-05T00:30:03.045Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32522026-04-05T00:30:04.622Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32532026-04-05T00:30:04.690Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-04-05T00:30:05.341Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-04-05T00:30:06.420Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-04-05T00:30:07.057Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32572026-04-05T00:30:08.570Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32582026-04-05T00:30:10.789Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32592026-04-05T00:30:11.399Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32602026-04-05T00:30:12.193Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32612026-04-05T00:30:13.332Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32622026-04-05T00:30:14.182Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32632026-04-05T00:30:14.992Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32642026-04-05T00:30:16.181Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32652026-04-05T00:30:17.085Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32662026-04-05T00:30:19.636Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32672026-04-05T00:30:20.003Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32682026-04-05T00:30:20.861Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-04-05T00:30:22.300Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-04-05T00:30:23.382Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32712026-04-05T00:30:25.701Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32722026-04-05T00:30:26.568Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32732026-04-05T00:30:27.969Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32742026-04-05T00:30:33.952Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32752026-04-05T00:30:35.637Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32762026-04-05T00:30:37.210Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-04-05T00:30:40.514Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32782026-04-05T00:30:41.797Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32792026-04-05T00:30:42.187Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32802026-04-05T00:30:43.240Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32812026-04-05T00:30:44.988Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-04-05T00:30:47.026Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-04-05T00:30:48.594Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842026-04-05T00:30:50.554Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32852026-04-05T00:30:52.172Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32862026-04-05T00:30:54.219Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32872026-04-05T00:30:55.525Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32882026-04-05T00:30:57.282Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32892026-04-05T00:30:58.949Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32902026-04-05T00:31:00.604Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32912026-04-05T00:31:02.304Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32922026-04-05T00:31:03.841Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32932026-04-05T00:31:05.785Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32942026-04-05T00:31:07.292Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32952026-04-05T00:31:08.986Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32962026-04-05T00:31:11.067Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32972026-04-05T00:31:12.842Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32982026-04-05T00:31:14.519Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32992026-04-05T00:31:16.371Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33002026-04-05T00:31:18.231Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33012026-04-05T00:31:19.881Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33022026-04-05T00:31:22.163Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33032026-04-05T00:31:24.530Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33042026-04-05T00:31:25.905Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33052026-04-05T00:31:28.351Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33062026-04-05T00:31:31.579Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33072026-04-05T00:31:32.104Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33082026-04-05T00:31:34.782Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33092026-04-05T00:31:36.917Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33102026-04-05T00:31:39.139Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33112026-04-05T00:31:41.265Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33122026-04-05T00:31:43.451Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33132026-04-05T00:31:45.670Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33142026-04-05T00:31:47.836Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33152026-04-05T00:31:50.238Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-04-05T00:31:52.045Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33172026-04-05T00:31:54.721Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33182026-04-05T00:31:56.375Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33192026-04-05T00:31:58.591Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-04-05T00:32:00.722Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33212026-04-05T00:32:02.944Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-04-05T00:32:05.115Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33232026-04-05T00:32:07.332Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33242026-04-05T00:32:09.482Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33252026-04-05T00:32:11.771Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33262026-04-05T00:32:13.899Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33272026-04-05T00:32:16.145Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33282026-04-05T00:32:18.296Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33292026-04-05T00:32:20.488Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33302026-04-05T00:32:22.740Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33312026-04-05T00:32:24.931Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33322026-04-05T00:32:27.201Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33332026-04-05T00:32:29.377Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33342026-04-05T00:32:31.698Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33352026-04-05T00:32:34.024Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33362026-04-05T00:32:36.135Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33372026-04-05T00:32:38.320Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-04-05T00:32:40.483Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33392026-04-05T00:32:43.290Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33402026-04-05T00:32:45.386Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33412026-04-05T00:32:47.815Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33422026-04-05T00:32:50.234Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-04-05T00:32:52.491Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-04-05T00:32:54.953Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-04-05T00:32:57.591Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33462026-04-05T00:33:00.014Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33472026-04-05T00:33:02.460Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33482026-04-05T00:33:04.827Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33492026-04-05T00:33:07.225Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33502026-04-05T00:33:09.699Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33512026-04-05T00:33:12.610Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33522026-04-05T00:33:14.904Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33532026-04-05T00:33:17.410Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-04-05T00:33:24.761Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33552026-04-05T00:33:24.972Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33562026-04-05T00:33:28.286Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-04-05T00:33:31.517Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33582026-04-05T00:33:34.863Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33592026-04-05T00:33:37.999Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33602026-04-05T00:33:41.337Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33612026-04-05T00:33:45.908Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33622026-04-05T00:33:48.642Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33632026-04-05T00:33:52.202Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33642026-04-05T00:33:55.749Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33652026-04-05T00:33:59.332Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33662026-04-05T00:34:02.936Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33672026-04-05T00:34:06.444Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33682026-04-05T00:34:10.127Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33692026-04-05T00:34:13.588Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33702026-04-05T00:34:17.148Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33712026-04-05T00:34:20.722Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33722026-04-05T00:34:24.294Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33732026-04-05T00:34:27.915Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33742026-04-05T00:34:31.436Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33752026-04-05T00:34:35.098Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33762026-04-05T00:34:38.591Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33772026-04-05T00:34:42.229Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33782026-04-05T00:34:45.713Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33792026-04-05T00:35:14.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s
33802026-04-05T00:35:14.746Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33812026-04-05T00:35:14.850Z
33822026-04-05T00:35:14.850Zreal 6:15.185291260
33832026-04-05T00:35:14.850Zuser 17:11.403903421
33842026-04-05T00:35:14.850Zsys 3:39.084053808
33852026-04-05T00:35:14.850Ztrap 0.266578066
33862026-04-05T00:35:14.850Ztflt 0.021753063
33872026-04-05T00:35:14.850Zdflt 0.061985607
33882026-04-05T00:35:14.854Zkflt 0.000049088
33892026-04-05T00:35:14.854Zlock 5:41:17.113553250
33902026-04-05T00:35:14.854Zslp 2:05:13.306308557
33912026-04-05T00:35:14.854Zlat 35.133667049
33922026-04-05T00:35:14.854Zstop 1:35.933065324
33932026-04-05T00:35:14.854Zprocess exited: duration 802199 ms, exit code 0
 
33942026-04-05T00:35:14.860Zfound 0 output files